/*
Theme Name: Godefroy
Theme URI: https://www.lyrathemes.com/bootstrap-wordpress-theme-tutorial/
Author: Abby
Author URI: https://www.lyrathemes.com
Description: A basic theme using the Bootstrap framework.
Version: 1.0
Text Domain: bootstrapstarter
*/
html, body {

height: auto;
overflow: hidden;
}


body {
    display: block;

    font-family: 'Barlow', sans-serif;
    color: #555;


}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
a {
    margin-top: 0;
    font-family: 'Barlow', sans-serif;
    font-weight: normal;
    color: #2f3542;
    text-decoration: none;
}


a:hover {
  color: #333;

}

.isotope-item {
  min-width: 300px;
}

.scroller {

  overflow-y: scroll;
  scroll-behavior: smooth;
  height: 100vh;
  scrollbar-color: #2f3542 white;
  scrollbar-width: thin;
}

.scroller::-webkit-scrollbar {
    width: 6px;
    background-color: white;
}

.scroller::-webkit-scrollbar-thumb {
    background-color: #000000;
}

.scroller::-webkit-scrollbar-track {

    background-color: white;
}

.wp-block-image.alignwide {
    margin-left  : calc( -65vw / 2 + 100% / 2 );
    margin-right : calc( -65vw / 2 + 100% / 2 );
}

.alignwide img {
    width: 65vw !important;
}

.wp-block-image.alignfull {
    margin-left  : calc( -100vw / 2 + 100% / 2 );
    margin-right : calc( -100vw / 2 + 100% / 2 );
    max-width    : 100vw !important;
}

.alignfull img {
    width: 100vw !important;
}


.wp-block-cover.alignfull {
    margin-left  : calc( -100vw / 2 + 100% / 2 );
    margin-right : calc( -100vw / 2 + 100% / 2 );
    max-width    : 100vw !important;
    width: 100vw !important;
}


.wp-block-cover.alignwide {
    margin-left  : calc( -65vw / 2 + 100% / 2 );
    margin-right : calc( -65vw / 2 + 100% / 2 );
    width: 65vw !important;
}




#main-scroller::-webkit-scrollbar {
  -webkit-appearance: none;
  display: none;
  width: 0;
  height: 0;
}

#main-scroller{
  scrollbar-width: none;
  scroll-snap-type: mandatory;
  scroll-snap-type: y mandatory;
}



#blog-scroller {
  height: calc(100vh - 56px);

}


#blog-scroller.single .wp-block-image, .wp-block-gallery, .wp-block-cover {
    margin-bottom: 6em;
    margin-top: 6em;

}

#blog-scroller.single p, .wp-block-lazyblock-details {
    margin-bottom: 2em;

}


.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
background:#fff;
color:#2f3542;


border: 1px solid #ccc;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
-moz-box-shadow: 1px 1px 2px #666;
-webkit-box-shadow: 1px 1px 2px #666;
box-shadow: 1px 1px 2px #666;
font-size: 15px;
padding: 4px 7px;
outline: 0;
-webkit-appearance: none;

}
.wpcf7 input[type="submit"],
.wpcf7 input[type="button"] {
  background-color: #2f3542;
  border: none;
  color: white;
  padding: 12px 24px;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;
}

.wpcf7-textarea {
width: 125%;
height: 180px
}

.infos-title {

  font-weight: bold;
}

.infos-content:before {

  content:"\00a0 ";
}


.infos-container p{
  margin-bottom: 0px !important;
  display: inline-block;
}




.cover.section {

  height: 100vh;
}

.main.section {
  margin-top:56px;
  height: calc(100vh - 56px);
}



.section {
  scroll-snap-align: start;

}

.blog .section {

}


.post-title header {


}

.category {
  display: inline;
}



.filter.category.icon{
  height: 30px;
}

.post.category.icon{
  height: 30px;
  -webkit-filter: invert(100%);
   filter: invert(100%);
}

.filter.label {
  margin-left:0.5em;
  font-size: 0.7em;
  color:#2f3542;
  text-transform: lowercase;

}
/* Customize the label (the container) */
.checkbox-container {

 display: block;
 position: relative;
 padding-left: 35px;
 margin-bottom: 12px;
 cursor: pointer;
 font-size: 22px;
 -webkit-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
 position: absolute;
 opacity: 0;
 cursor: pointer;
 height: 0;
 width: 0;
}

/* Create a custom checkbox */
.checkmark {
 position: absolute;
 top: 0;
 left: 0;
 height: 25px;
 width: 25px;
 background-color: #ced6e0;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
 background-color: #a4b0be;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
 background-color: #2f3542;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
 content: "";
 position: absolute;
 display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
 display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
 left: 9px;
 top: 5px;
 width: 5px;
 height: 10px;
 border: solid white;
 border-width: 0 3px 3px 0;
 -webkit-transform: rotate(45deg);
 -ms-transform: rotate(45deg);
 transform: rotate(45deg);
}

#main-navbar.transparent {
  background: transparent;
  transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

#main-navbar.bg-white {
  background: white;

}

#main-navbar.bg-white li a {

  color: black;
}


#main-navbar {
  width:100%;
  height: 56px;
  position: fixed;
  z-index: 10;
  transition: height 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000), min-height 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);

}

#main-navbar .full-wrapper{

  margin:0 2%;
  display: flex;
  justify-content: space-between;


}



#main-header h1{
   font-size: 2em;


   text-transform: uppercase;
   text-align: right;

 }

 #main-menu{
   height: 100%;
   flex:1;

 }


#main-menu ul{
  list-style-type: none;
  padding-left:0px;
  display: flex;
  justify-content: space-around;
  margin:0;


}

#main-menu li{

  font-size: 1em;
    margin-left: 1em;

}

#main-menu li a {
  font-weight: 400;
  text-transform: lowercase;
  color: white;
  height: 56px;
  display: table-cell;
  vertical-align: middle;
}

#main-menu li.active a {

  font-weight:500;
  background:#eee;

}



#main-menu li.active a::before  {

  display: block;
	content: attr(title);
	font-weight: 500;
	height: 0;
	overflow: hidden;
	visibility: hidden;

}



#menu-logo  {
  height:50px;
}

#menu-logo.white{
  -webkit-filter: invert(100%);
   filter: invert(100%);
}



.empty-space-first {

  height: 10vh;
}

.empty-space-last {

  height: 20vh;
}





.post-content {
 min-height: calc(70vh - 56px);
}


.post-thumbnail {

  background-attachment: fixed !important;
  -moz-background-attachment: fixed !important;
  background: no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

  width: 100%;
  height: 30vh;
}



.post-title {
    z-index: 10 !important;
    top: 0px;
    margin-bottom: 1rem;


}

.carousel-infos.text label{
  display: block;
}

.post-title  {
    text-transform: uppercase;
    color: white;
    font-weight: 500;
    font-size: 4em;
    font-weight: 300;
    padding-bottom: 1rem;

    white-space: normal;
}

.post-details {
    text-transform: uppercase;
    color: white;
    font-weight: 500;
    font-size: 1.5em;
    font-weight: 300;
    padding-bottom: 1rem;

    white-space: normal;
}

#projets {
min-height: calc(80vh - 56px);

}

.yarpp-related .row {
  margin: 0px;
}

.leaflet-map {
  z-index: 0;
}
