@charset "utf-8";
/* CSS Document */


header.main-header .container .head-content .mega-menu .container .sidebar .main-navigation ul.menu li ul.sub-menu li a {
    font-size: 1.1rem;
}


/* ajust bandeau gdpr */
@media all and (max-width:767px){

	#moove_gdpr_cookie_info_bar{
	    max-height: 650px!important;
	}

	.mgbutton.moove-gdpr-infobar-allow-all,
	.mgbutton.moove-gdpr-infobar-settings-btn.change-settings-button{
		text-align: left;
	}

	#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton{
		margin: 3px 0px!important;
	}

	#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p,
	#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p a {
	    line-height: 16px!important;
	}

	.gdpr_lightbox .gdpr_lightbox-wrap .gdpr_lightbox-container .gdpr_lightbox-content #moove_gdpr_cookie_modal .moove-gdpr-modal-content {
	    top: 35%;
	    left: 50%;
	    transform: translateX(-50%) translateY(-50%);
	}

	ul#moove-gdpr-menu{
		width: initial!important;
    	float: none!important;
	}
	#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li {
	    list-style: none;
	    margin-bottom: 20px;
	    display: inline-block;
	    float: left;
	    margin: 0 5px;
	    width: 35px;
	}
	.gdpr_lightbox-wrap {
	    z-index: 9990;
	    position: fixed;
	    top: 25%!important;
	    right: 0;
	    bottom: 0;
	    left: 0;
	    text-align: center;
	    outline: none!important;
	}

}




/* page vos questions */
.display-debug{
	font-size: 20px;
}
.page-template-questions .description{
/*	max-width: 860px;
*/    margin: 0 auto;
    float: none;
    clear: both;
/*    padding: 50px 30px 0!important;
*/}
.page-template-questions .description p{
	font-size: 24px;
    line-height: 33px!important;
    font-family: Lato,sans-serif;
    font-weight: bold;
	color: #1f1a17;
}

.page-template-questions .container .builder .button{
	margin-top: 40px;
}

.page-template-questions #content{
	font-size: 20px;
}
.container-questions{
	max-width: 1024px;
	margin: 0 auto;
	clear: both;
    float: none;
}
.container-questions .themes{
	text-align: center;
    margin-bottom: 50px;
}
.container-questions .themes .choices{
	display: inline-block;
    vertical-align: top;
    float: none;
    max-width: 320px;
    text-align: left;
    margin: 25px 5px 10px;
}
.container-questions .themes .choices.valider{
    max-width: 210px;
}
.container-questions .themes .choices.valider .inner{
    max-width: 210px;
}
.container-questions .themes .choices.reset{
    max-width: 60px;
	background-image: url(../images/reset.png);
	background-repeat: no-repeat;
	background-position: center;
}
.container-questions .themes .choices.reset .inner{
    max-width: 60px;
    border: 0;
    padding: 5px 5px;
}
.container-questions .themes .choices.reset .bt-reset{

}
.container-questions .themes .choices .inner{
	    border: 1px solid #000;
    background-color: #fff;
    height: auto;
    padding: 10px 0px;
    border-radius: 0;
    text-align: center;
    width: 322px;
}
.container-questions .themes .choices .inner.valider{
	border: 0;
	width: 300px;
	background-color: #ff7200;
	    cursor: pointer;
			    transition: All .3s linear;
}
.container-questions .themes .choices .inner.valider:hover{
	background-color: inherit;
}
.container-questions .themes .choices .inner.valider:hover input[type=submit]{
	background-color: #transparent;
	color: #ff7200;
}
.container-questions .themes .choices .inner.valider input[type=submit]{
	border: none;
	background-color: transparent;
	padding: 10px;
	color: #FFF;
	font-size: 24px;
	font-weight: bold;
	cursor: pointer;
}
.container-questions .themes .choices .inner.valider input[type=submit]:before {
    content: "b";
}

.container-questions .themes .inner select{
	border: 0;
	font-size: 25px;
	width: 290px;
    padding: 9px 0;
}

/* custom select */
.container-questions  .custom-select {
  position: relative;
  font-family: Arial;
}

.container-questions  .custom-select select {
  display: none; /*hide original SELECT element: */
}

.container-questions  .select-selected {
  background-color: #FFF;
	font-size: 22px;
	line-height: 26px;
    font-weight: 700;
}

/* Style the arrow inside the select element: */
.container-questions  .select-selected:after {
     position: absolute;
    content: "";
    top: 11px;
    right: 0px;
    width: 14px;
    height: 11px;
    border: 6px solid transparent;
    border-color: #fff transparent transparent transparent;
    background-image: url(../images/chevron-bas.png);
    background-image-rotate: 90deg;
    background-repeat: no-repeat;
}

/* Point the arrow upwards when the select box is open (active): */
.container-questions  .select-selected.select-arrow-active:after {

}

/* style the items (options), including the selected item: */
.container-questions  .select-items div,.select-selected {
  color: #000;
    padding: 10px 16px;
    border: none;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    font-size: 16px;
}

/* Style items (options): */
.container-questions  .select-items {
  position: absolute;
    background-color: #FFF;
    top: 58px;
    left: -1px;
    right: 0;
    z-index: 99;
    width: 322px;
    border: 1px solid #000;
}

/* Hide the items when the select box is closed: */
.container-questions  .select-hide {
  display: none;
}

.container-questions  .select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

/* /// */


.container-questions .themes .inner select option{
	font-size: 20px;
}
.container-questions .themes .inner select option[selected="selected"]{
	font-size: 30px;
}

.container-questions .liste-elements{
	padding: 0 32px 0px;
	font-size: 0;
}
.container-questions .liste-elements .resultat{
	padding: 30px;
	font-size: 19px;
}


.container-questions .liste-elements .element{
	width: 320px;
    background-color: #000;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    padding: 80px 20px 30px;
}
.container-questions .liste-elements .element .textes{
	background-color: #fff;
    height: 260px;
    padding: 30px 30px;
    text-align: center;
    position: relative;
    border-radius: 3px;
}
.container-questions .liste-elements .element .textes .titre{
	font-size: 23px;
    line-height: 24px;
    font-family: Archivo Narrow,sans-serif;
    font-weight: 700;
	color: #23201d;
}
.container-questions .liste-elements .element .textes .thematique{
	font-size: 15px;
    line-height: 15px;
    font-family: Lato,sans-serif;
    font-weight: bold;
	color: #23201d;
	    padding: 5px 0 10px;
}
.container-questions .liste-elements .element .textes .localisation{
	font-size: 15px;
    line-height: 15px;
    font-family: Lato,sans-serif;
    font-weight: bold;
    color: #23201d;
    padding: 0px 0 10px;
}

.container-questions .liste-elements .element .textes .extrait{
	font-size: 17px;
    line-height: 21px;
    font-family: Lato,sans-serif;
    color: #23201d;
    position: absolute;
    bottom: 36px;
    left: 0;
		padding: 0px 5px;
}
.container-questions .liste-elements .element .textes .voir-plus{
	position: absolute;
	left: 0;
	bottom: 5px;
	cursor: pointer;
	padding: 10px;
}
.container-questions .liste-elements .bloc-expand.desktop{
	display: none;
}
.container-questions .liste-elements .bloc-expand.mobile{
	display: none;
}
.container-questions .liste-elements .bloc-expand{
	display: none;

	background-color: #FFF;
    padding: 35px 0;
    font-family: Lato,sans-serif;
    color: #23201d;
    font-size: 17px;
    line-height: 24px;
	position: relative;
}
.container-questions .liste-elements .bloc-expand .interieur{
	display: none;

	background-color: #FFF;
    padding: 50px;
	border: 1px solid #23201d;
}
.container-questions .liste-elements .element .texte-complet{
	display: none;
}
.container-questions .liste-elements .element .bt-savoir-plus{
	display: none;
}
.container-questions .liste-elements .bloc-expand .interieur a{
	/* display: block;
    text-align: right; */
    color: #23201d;
	text-decoration: underline;
}
.container-questions .liste-elements .bloc-expand .fermer{
	position: absolute;
    bottom: 37px;
		right: 32px;
    text-align: right;
    padding: 20px;
    font-size: 16px;
	cursor: pointer;
	color: #23201d;
}
.container-questions .liste-elements .bloc-expand .fermer span{
	color: #39793d;
}


.container-questions .liste-elements .bloc-expand .triangle{
	display: none;
	position: absolute;
    top: 19px;
}
.container-questions  .bloc-charger-plus{
	margin-top: 35px;
}
.container-questions  .charger-plus{
	font-family: Lato,sans-serif;
    background-image: url(../images/fleche-bt-voir-plus.png);
    background-repeat: no-repeat;
    background-position: right 20px top 24px;
    display: block;
    background-color: #ff7200;
    color: #fff;
    font-weight: 900;
    font-size: 1.25rem;
    width: 320px;
    padding: 17px 15px 20px 28px;
    text-align: left;
    position: relative;
    line-height: 24px;
    box-sizing: border-box;
    transition: All .3s linear;
    cursor: pointer;
    margin: 0px auto;
    float: none;
    clear: both;
}
.container-questions .charger-plus:hover{
    background-color: #000;
    color: #FFF;
}

.container-questions .liste-elements .element.desktop{

}
.container-questions .liste-elements .wrap-mobile{
	display: none;
}
.page-template-questions footer.main-footer {
    margin-bottom: 40px;
    margin-top: 40px;
}

/* accordeon 2 ou 3 colonnes */
.page-id-2212 .accordion-steps .entry-content.deux{
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
}
.page-id-2212 .accordion-steps .entry-content.trois{
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
}

.home .container-plus{
	max-width: 1270px;
    margin: 0 auto;
    clear: both;
    float: none;

	padding-right: 70px;
}

.home section.banner {
    margin-bottom: 60px;
}
.home section.builder section.media {
    padding: 0px 0 30px;
    overflow-wrap: break-word;
}

.home section.builder section.media p{
	font-size: 1.125rem;
    line-height: 28px;
}
.home section.builder section.media h2{
	display: inline-block;
    width: 100%;
    font-size: 2.8125rem;
    font-family: Archivo Narrow,sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    line-height: 55px;
}

.home section.builder section.text-media {
/*    display: block;
*/}
.home section.builder section.text-media .text {
    overflow-wrap: break-word;
}
.home section.builder section.text-media h2{
    font-size: 28px;
    color: #41472c;
    line-height: 35px;
    font-family: Archivo Narrow,sans-serif;
    font-weight: 700;
}


/* Page questions mobile */
@media screen and (min-width: 320px)and (max-width: 1023px){

	.container-questions .liste-elements{
		margin: 0 auto;
		padding: 0;
		float: none;
		clear: both;
		width: 320px;
	}

	.container-questions .liste-elements .bloc-expand.desktop{
		display: none;
	}
	.container-questions .liste-elements .bloc-expand.mobile{
		display: none;
	}
	.container-questions .liste-elements .element.desktop{
		display: none;
	}
	.container-questions .liste-elements .wrap-mobile{
		display: block;
		    width: 320px;
	}
	.container-questions .liste-elements .element.desktop{
		display: none;
	}
	.container-questions .themes {
		text-align: center;
		margin-bottom: 50px;
		margin-top: 30px;
	}
	.container-questions .liste-elements .bloc-expand.mobile .triangle{
		display: block;
    	left: 145px;
		top: 19px;
	}

  .container-questions .charger-plus:hover {
      background-color: #e17300;
      color: #FFF;
  }

  .container-questions .themes .choices {
      display: inline-block;
      vertical-align: top;
      float: none;
      max-width: 320px;
      text-align: left;
      margin: 5px 5px 10px;
  }
  .home .container-plus {
      padding-right: 0;
      padding: 15px;
  }
	
	section.builder section.text-media h2 {
		text-align: center;
	}
	
	section.gallery .container {
		padding: 0 30px;
		max-width: 100%;
	}
	
	section.gallery .container .slider-container .glide__container .glide-gallery .glide__track, 
		section.gallery .container .slider-container .glide__container .glide-gallery .glide__track .glide__slides {
		overflow: hidden;
	}
	
	
	
}

/* Page questions tablette */
@media screen and (min-width: 768px)and (max-width: 1023px){

	.container-questions .liste-elements{
		margin: 0 auto;
		width: 100%;
		max-width: 320px;
		float: none;
	}

}

/* ajustement builder */
section.builder section.media-text-wrapped .text .entry-content .texte {
    width: 50%;
}
section.builder section.paragraphs .columns .column.column-left {
    padding-right: 20px;
}

/* ajus titres */
section.page-reportage .header .container h1 {
    width: 93%;
}

section.builder section.accordion a{
    text-decoration: underline;
}
section.builder section.accordion a:after {
    content: "";
    display: inline;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -1px;
    left: 0;
    background-color: #ffffff;
}
section.builder section.accordion .entry-content h2, .entry-content h3 {
    display: inline-block;
    width: 100%;
    height: auto;
    margin: 5px 0 5px;
    font-weight: 800;
}


/* mobile */
@media only screen and (max-width: 765px){
	
	/* ajustement page avec long titre */
	.page-id-272 section.banner.banner-header .container .banner-container .inner .content .title h1 {
		font-size: 2.2rem;
		line-height: 40px;
		text-align: center;
		white-space: normal;
		padding: -3px;
	}
	
	/* ajustement page avec long titre */
	.page-id-3723 section.banner .container .banner-container .inner {
		padding: 20px 0px 0;
	}
	
	section.builder section.media h2 {
		display: inline-block;
		width: 100%;
		font-family: Archivo Narrow,sans-serif;
		font-weight: 700;
		text-transform: uppercase;
		letter-spacing: 1px;
		text-align: center;
		font-size: 2.1875rem;
    	line-height: 40px;
	}
	section.builder section.media {
		padding: 0px 0;
	}
	.home .content-simple{
		margin-top: 30px;
	}
	.home .small-content {
		padding: 0;
	}
	
	/* page liste des associations */
	.page-id-2212 .accordion-steps .entry-content.trois {
		display: block;
		grid-template-columns: repeat(3, 1fr);
		grid-gap: 10px;
	}
	
	header.main-header .container .head-content .mobile-menu .navigation ul li ul.sub-menu {
		background-color: #3a793d;
	}
	header.main-header .container .head-content .mobile-menu .navigation ul li ul.sub-menu li.menu-depth-1 ul.sub-menu {
		background-color: #3a793d;
	}
}

body.page-template-infography section.banner .container .banner-container .inner .content .title h1 {
    text-align: inherit; 
    line-height: 60px;
}
body.page-template-infography section.banner .container .banner-container .inner .content .title {
    margin-bottom: 100px;
    padding-right: inherit;
}

@media only screen and (max-width: 765px){
	section.trees-content .container .country{
		padding-top: 80px;
	}
}

/* màj logo */
header.main-header .container .head-content .logo .fondation-logo a img {
    width: 250px;
    height: auto;
}
header.main-header .container .head-content .logo .for-the-planet-logo a img {
    width: 180px;
    height: auto;
}
@media only screen and (max-width: 765px){
	header.main-header .container .head-content .logo a {
		height: 90px;
		line-height: 65px;
	}
	header.main-header .container .head-content .logo .fondation-logo a img {
		max-height: 80px;
		height: auto;
		max-width: none;
		width: auto;
		margin: 10px;
	}
}

/* ajustements carte reforestation */
section.trees-map .container .map .inner .marker svg g text{
	font-size: .7rem;
}
section.trees-content .container .country .content .name h2 {
    padding-top: 27px;
}
