/*
Theme Name:   Thème enfant de Susty-master, boosté par David Daumer
Description:  Coopérative Climat Bretagne
Author:       David Daumer
Author URL:   http://daviddaumer.com/
Template:     susty-master
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  susty-master-child
*/





/*------------- # Général -----------*/

@font-face {
    font-family: 'BarlowCondensedBold';
    src: url('./fonts/BarlowCondensed-Bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'InterRegular';
    src: url('./fonts/Inter24pt-Regular.woff2') format('woff2');    
    font-weight: normal;
    font-style: normal;
}


html{
    scroll-behavior:smooth;
    font-size: 62.5%;
}

h1, h2, h3, h4, .section-chiffres .container .content-text strong, footer #backtotop a, .container-form label, .burger .bar::after{
font-family: 'BarlowCondensedBold';
    font-size: 9.2rem;
    line-height: 8.8rem;
}

body, .legende h4{
    font-family: 'InterRegular';
    font-size: 1.7rem;
    line-height: 2.4rem;
    color: #09092B;    
}

h2{
    font-size: 6rem;
    line-height: 6.2rem;
    margin: 0;
}

h3, .cta .cta-text h2, .section-chiffres .container .content-text strong, .section-cta h2, .section-chiffres h2, .container-form h2{
    font-size: 3.6rem;
    line-height: 3.8rem;
    margin: 0;
}

.legende h3, h4, .container-cards .content-card h2, .page-template-single .navposts h3, .single .navposts h3, .home .hero-credit-carbone h2, footer #backtotop a, .section-cards .container-cards h2, .section-cards .container-cards h3, .card h3, .container-form label{
    font-size: 2.4rem;
    line-height: 2.8rem;
    margin: 0;
}

i{
  font-style: italic;
}



p:last-child{
  margin-bottom: 0;
}

img{
max-width: none;
}

.image-caption{    
    display: flex;
    width: 100%;
    justify-content: right;
    font-size: 1.4rem;
    font-style: italic;
    position: relative;
    bottom: 0;
    right: 2rem;

}


/*-------------- # Header -------------*/

header#masthead > a {
	font-weight: bold;
}

header#masthead > a > svg {
	width: 1.8em;
	height: 1.8em;
}


/*--------- Menu ---------*/

.menu-desktop{
top: 0;
position: fixed;
padding: 5rem 0 0 0;
width: 100%;
z-index: 100;
}

.menu-desktop-inner{
display: flex;
justify-content: space-between;
align-items: center;
margin: 0 auto;
max-width: 88rem;
background-color: white;
border-radius: 8rem;
padding: .4rem 2rem;
}

.logo img{
height: auto;
width: 20rem;
}

.logo{
display: flex;
justify-content: center;
align-items: center;
}

.menu-menu-1-container ul{
display: flex;
align-items: center;
justify-content: center;
gap: 2.8rem;
}

.menu-menu-1-container ul li{
position: relative;
}

.menu-menu-1-container ul li .sub-menu{
  overflow: hidden;
  height: 0;
  opacity: 0;
  gap: 1rem;
  flex-direction: column;
  align-items: baseline;
  position: absolute;
  top: 1rem;
  transition: all ease-in 250ms;
  background-color: white;
  padding: 2rem;
  left: -2rem;
  width: 28rem;
}

.menu-menu-1-container ul li:hover .sub-menu,
.menu-menu-1-container ul li:focus-within .sub-menu{
display: flex;
opacity: 1;
min-height: 100%;
height: auto;
overflow: visible;
top:3rem;
transition: all ease-in 250ms;

} 



/*--------------------------------------------------------------
## Content
--------------------------------------------------------------*/

main{
    width: 100%;
    margin: 0 auto;
}


.content{
	  max-width: 128rem;
    width: 90%;
    margin: 0 auto;
}

section{
    margin: 16rem auto;
}





/*------------------ # Links / button ------------------------*/

a, p a, footer #frth-row #col1 a, .card input::after, .container-cards .content-card input::after{
    display: inline-block;
    text-decoration: none;
    color: #09092B;
    position: relative;
}

a::before, p a::before, .card input::before, .container-cards .content-card input::before, nav a::before, nav .current-menu-item a::before{
display: inline;
content:'';
width: 100%;
height: .1rem;
background-color: #000;
position: absolute;
bottom: -0.1rem;
left: 0;
transition: all ease-in-out 250ms;
}

.card input::before{
bottom: -.3rem;
}

a.primary-button, a.secondary-button{
text-decoration: none;
}

#wpadminbar a::before, a.primary-button::before, a.secondary-button::before, .logo a::before, nav a::before,  nav #menu-item-4519.current-menu-item a::before, nav #menu-item-4519 a:hover::before{
display: none;
}

a:hover::before, p a:hover::before, .card input:hover::before, .container-cards .content-card input:hover::before, nav a:hover::before, nav .current-menu-item a::before{
width: 30%;
transition: all ease-in-out 250ms;
}

nav a::before, nav a:hover::before, footer a::before, footer a:hover::before{
display: inline;
width: 0;
transition: all ease-in-out 250ms;
}

nav a:hover::before, footer a:hover::before{
width: 30%;
}


a[target=_blank]{
display: inline-flex;
align-items: center;
gap: .5rem;
}

.wpcf7-submit, .primary-button, .secondary-button, #menu-item-4519, button{
display: inline-block;
color: black;
background-color: #5EBCA6;
border: solid .1rem transparent;
border-radius: 8rem;
padding: 1rem 1.6rem;
transition: all ease-in-out 250ms;
}

.wpcf7-submit:hover, .primary-button:hover, .secondary-button:hover, #menu-item-4519:hover, button:hover{
color: black;
border: solid .1rem #000;
background-color:#D8ECEB;
transition: all ease-in-out 250ms;
}

a.primary-button, a.secondary-button, #menu-item-4519 a, button{
display: inline-flex;
align-items: end;
gap: .25rem;
position: relative;
z-index: 1;
transition: all ease-in-out 250ms;
}

#menu-item-4662, #menu-item-4663{
cursor: pointer;
}


#menu-item-4662:focus-within::after, #menu-item-4663:focus-within::after, #menu-item-4662:hover::after, #menu-item-4663:hover::after{
display: inline-block;
transform: rotate(90deg) scaleX(0);
transition: all ease-in-out 250ms;
}

#menu-item-4662::after, #menu-item-4663::after{
display: inline-block;
top: 0;
content:'>';
transform: rotate(90deg) scaleX(1);
font-size: 1.4rem;
position: relative;
right: 0;
transition: all ease-in-out 250ms;
}




#menu-item-4662::after, #menu-item-4663::after

 
button{
border: none;
}

button, select, .faq-item{
cursor: pointer;
}


.elt-button::after, a.primary-button::after, a.secondary-button::after, #menu-item-4519 a::after, button::after{
display: inline-block;
content:' ';
width: .4rem;
height: .4rem;
transform: scale(1);
transform-origin: bottom right;
background-color: white;
border-radius: 8rem;
position: relative;
bottom: .5rem;
z-index: -1;
transition: all ease-in-out 250ms;
}


.elt-button:hover::after, a.primary-button:hover::after, a.secondary-button:hover::after, #menu-item-4519 a:hover::after, button:hover::after{
transform: scale(5);
bottom: 0;
transition: all ease-in-out 250ms;
}

button::after{
bottom: 0;
}

a.secondary-button::after{
background-color: #5EBCA6;
}

.container-form form p:nth-of-type(5){
display: inline-block;
position: relative;
}

.elt-button{
font-size: 0;
position: absolute;
right: 8.5rem;
top: 2rem;
}

.secondary-button{
background-color: white;
}


.container-zoom{
display: flex;
justify-content: right;
width: 72%;
}

.zoom-controls{
display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0 1rem;
}

.zoom-controls button{
background-color: white;
border-radius: .4rem;
padding: 1rem 1rem 1rem 1.4rem;
border: solid .1rem #5EBCA6;
}

.pagination-wrapper{
display: flex;
gap: 3rem;
}

.pagination-wrapper a{
text-decoration: none;
}

header#masthead .menu li a{
text-decoration: none;
}

header#masthead .menu #menu-item-3865{
margin-left: 2.2rem;
}

header#masthead .menu #menu-item-3964{
border: .1rem solid #09092B;
border-radius: 3rem;
padding: .5rem 1rem;
}





/*------------- # BASE -----------*/
/*-------------------------------*/



/*------------- # CODE COMMUN -----------*/

.show-nav .navbar__links::after, .home .section-hero .content-img::after, footer .content::before, footer .content::after, .section-services .card::after, .home::before, .page-template-contact::before, .page-template-archive::before, .category-article::before,  .section-cta::after, .section-actualites::after, .section-mission::after, .section-faq::after, .section-projets::before, .section-mission::before, .bloc-exergue.card::after, .page-template-la-cooperative .section-hero .content-img::before, .page-template-la-cooperative .section-hero .content-img::after{
display: block;
content: ' ';
background-image: url(./images/spritesheet.svg);
background-repeat: no-repeat;
background-position: 0 0;
background-size: 120rem;
width: 24rem;
height: 28rem;
position: absolute;
}

.section-services .container, .section-cooperative .container, .page-template-contact .section-header .content, page-template-single .navposts .container-navigation, .single .navposts .container-navigation, .page-template-single .navposts .site-navigation, .single .navposts .site-navigation, .page-template-single .navposts, .single .navposts, .section-infos-plus .container, .section-a-propos .container, .page-template-single .section-content-main, .single .section-content-main,  .page-template-single .section-double-content .container, .single .section-double-content .container,
.section-hero, .section-temoignages .container, .section-temoignages .container-cards, .section-temoignages .container-master,
.section-societaires .container-cols, .section-single-hero .content,  .section-header .container, .section-projets .container {
display: flex;
}

::marker{font-size: 0;}

.section-actualites .container{
display: flex;
flex-direction: row-reverse;
}


 ul.data-cat, .section-projets .container-cards, .section-services .container-cards, .section-actualites .container-cards, .section-faq .container, .section-equipe .container, .section-cards .container-cards {
display: flex;
flex-wrap: wrap;
}

.section-projets .container, .page-template-contact .section-header .content, .page-template-single .navposts .container-navigation, .single .navposts .container-navigation, .page-template-la-cooperative .section-a-propos .container, .section-infos-plus .container,
.page-template-la-cooperative .section-valeurs-vision .container, .page-template-la-cooperative .section-mission .container, .section-faq .container, .section-equipe .container,
.section-single-hero .content, .page-template-single .navposts .site-navigation, .single .navposts .site-navigation, .section-services .container{
gap: 4.8rem;
}

.single .section-double-content .container, .page-template-single .section-double-content .container{
gap: 6rem;
}

.section-projets .container-cards, .section-temoignages .container .container-cards, .section-cards .container-cards{
gap: 4rem;
}

.page-template-la-cooperative .section-valeurs-vision .container, .section-faq .container,
.single .section-double-content .container, .page-template-single .section-double-content .container, .page-template-la-cooperative .section-mission .container{
display: flex;
justify-content: center;
}

.page-template-la-cooperative .section-valeurs-vision .content-text, .page-template-la-cooperative .section-mission .content-text, .section-faq .content-text,
.single .section-double-content .container .content-text, .page-template-single .section-double-content .container .content-text{
width: clamp(34rem, 100%, 50rem);
}

.page-template-la-cooperative .section-mission .bloc-missions, .section-faq .bloc-faq, .section-header .content-text{
width: clamp(34rem, 100%, 60rem);
}

.section-projets .content-text, .single .section-content-main .content-text, .page-template-single .section-content-main .content-text{
width: clamp(34rem, 100%, 70rem);
}


.page-template-la-cooperative .section-mission .bloc-missions, .section-faq .bloc-faq{
display: flex;
flex-direction: column;
gap: 4.8rem;
}

.container-cards .card, .container .card-equipe, .section-header .content-text-plus{
display: block;
width: 34rem;
border: solid .1rem #5EBCA6;
padding: 2rem;
background-color: white;
}

.container-cards .card, .card-equipe{
top: 0;
position: relative;
transition: background-color ease-in-out 500ms;
}

.container-cards .card:hover, .card-equipe:hover{
background-color: #D8ECEB;
transition: background-color ease-in-out 500ms;
}

.container-cards .card:hover, .card-equipe:hover{
top: -1rem;
transition: top ease-in-out 250ms;
}

.section-projets .container-cards .bloc-exergue.card:hover{
top: 0;
}


.section-services .card:hover{
background-color: white;
}

h2 strong{
position: relative;
}

h2 strong::before, .section-equipe h2::after, .section-temoignages h2::after, .section-chiffres h2::after{
display: block;
content:' ';
position: absolute;
width: 105%;
height: 2.4rem;
background-color: #FCEA10;
left: -.5rem;
z-index: -1;
}

h2 strong::before{
bottom: 0;
}


.section-equipe h2::after, .section-temoignages h2::after, .section-chiffres h2::after, .section-chiffres h2::after{
position: relative;
    width: 10rem;
    height: .1rem;
    top: 0rem;
    background-color: #FCEA10;
    left: 100%;
    margin-left: 4.8rem;
}

.page-template-la-cooperative .section-a-propos .content-img img, .section-cta, .single main .content-img img, .page-template-single main .content-img img,
.home .hero-credit-carbone, .section-projets .container-cards .card, footer #backtotop, footer #snd-row #col1, .container-cards .card, .container .card-equipe, .section-header .content-text-plus, .section-contact .content-img img, main img{
border-radius: 1.2rem;
}

.menu-menu-1-container ul li .sub-menu, .section-equipe .container .card-equipe .content-img img, .section-cards .container-cards img, .card .content-img img{
border-radius: .8rem;
}

.bloc-missions summary, .section-faq .bloc-faq summary{
display: flex;
align-items: center;
gap: 2rem;
}

.bloc-missions summary::before, .section-faq .bloc-faq summary::before{
display: block;
font-family: 'InterRegular';
content:'+';
font-size: 5.2rem;
}


.bloc-missions .faq-item .accordeon, .bloc-faq .faq-item .accordeon{
padding: 1.5rem 2rem;
background-color: white;
border-radius: 1rem;
border: solid .1rem #5EBCA6;
transition: all ease-in-out 250ms;
}

.bloc-missions .faq-item .accordeon[open] summary::before, .bloc-faq .faq-item .accordeon[open] summary::before{
content:'-';
}

.bloc-missions .faq-item .accordeon[open], .bloc-faq .faq-item .accordeon[open]{
background-color: #D8ECEB;
transition: all ease-in-out 250ms;
}

ul{
padding-left: 0;
}

.section-cta{
display: flex;
flex-direction: column;
align-items: center;
width: clamp(34rem, 90%, 100rem);
background-color: #D8ECEB;
padding: 10rem;
position: relative;
}

.section-cta .content-text{
text-align: center;
width: clamp(30rem, 100%, 50rem);
}

.section-single-hero .content .container{
width: clamp(34rem, 100%, 70rem);
}

.section-cta::after, .bloc-exergue.card::after{
  bottom: 0;
  right: 0;
  background-position: -180rem -68rem;
  background-size: 200rem;
  width: 10rem;
  height: 28rem;
  opacity: .5;
transition: all ease-in-out 500ms;
}

.section-cta::after{
  background-position: -180rem -64rem;
}

.section-cta:hover::after, .bloc-exergue.card:hover::after{
opacity: 1;
background-position: -180rem -67rem;
transition: all ease-in-out 750ms;
}

.filtre{
margin-top: 4.8rem;
}

.filtre ul{
display: flex;
flex-wrap: wrap;
gap: 4.8rem;
}


.filtre a:hover::before{
display: none;
}


.breadcrumbs-custom, .breadcrumbs-custom li{
display: flex;
}

.breadcrumbs-custom{
    flex-wrap: wrap;
    gap: 1rem;
}

.breadcrumbs-custom li{
gap: .5rem;
margin-left: .5rem;
}

.breadcrumbs-custom li::after{
display: block;
content: '>';
}

.breadcrumbs-custom li:last-child{
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 240px;
}

.breadcrumbs-custom li:last-child::after{
display: none;
}

.section-chiffres{
position: relative;
}

.section-chiffres .container ul, .section-chiffres .container{
display: flex;
justify-content: center;
align-items: center;
gap: 2rem;
}

.section-chiffres .container .content-text{
gap: 4.8rem;
}

.section-chiffres .container{
gap: 8rem;
}

.section-chiffres .container .content-text li{
display: flex;
flex-direction: column;
align-items: center;
width: 20rem;
text-align: center;
}

.section-chiffres .container .content-text strong{
position: relative;
}

.section-chiffres .container .content-text strong::before{
display: block;
content: ' ';
width: 4.8rem;
height: 4.8rem;
border-radius: 8rem;
background-color: #FCEA10;
position: absolute;
top: -.5rem;
left: -2rem;
z-index: -1;
}

.section-chiffres h2::after{
width: 6rem;
margin-left:2rem;
top: -1rem;
}

.card{
position: relative;
}

.card .content-title{
display: flex;
flex-direction: column;
align-items: baseline;
margin-top: 0;
}

.card .content-title p{
background-color: #5EBCA6;
border-radius: 0 .4rem .4rem 0;
padding-right: 1rem;
margin-top: 0;
position: relative;
}

.home .card .content-title p, #carte-projets .card .content-title p{
margin-top: 1rem;
}

 ul.data-cat{
gap: 1.2rem;
margin-top: 0;
}

.card .content-title p,  ul.data-cat, .section-projets .container-cards .card.bloc-exergue p{
padding-left: 2rem;
}

 ul.data-cat li{
border: solid .1rem #000;
border-radius: .5rem;
padding: 0 .5rem;
}

.card .content-img, .container-cards .content-card .content-img, .card h3, .card .content-text, .card > a{
padding: 0 2rem;
}

.card.bloc-exergue h3{
font-size: 3.6rem;
line-height: 3.8rem;
}


.card .link-contact, .container-cards .content-card .link-contact{
display: flex;
justify-content: right;
margin-top: 4rem;
}

.card .info-plus{
position: absolute;
bottom: 6rem;
}

.card label{
position: absolute;
bottom: 6rem;
color: transparent;
}

.card input{
display: flex;
appearance: none;
position: absolute;
bottom: 6rem;
z-index: 2;
}

.card input::after{
display: block;
content:'En savoir plus';
min-width: 10.75rem;
cursor: pointer;
}


.content-text-plus {
    display: block;
    max-height: 0;
    overflow: hidden;
    transition: opacity 250ms ease-in-out, max-height 500ms ease-in-out;
  }

.content-text-plus{
 margin: 0 0 4rem 0;
}


#toggle:checked ~ .content-text-plus  {
   opacity: 1;
    max-height: 1000px; 
    transition: opacity 500ms ease-in-out, max-height 500ms ease-in-out;
}

  #toggle:checked::after{
  content:'Voir moins';
min-width: 8rem;
}

.section-header .content-text-plus{
overflow: visible;
max-height:none;
}


.section-projets .container-cards .card .content-text .content-text-plus p, #cards-projets .container-cards .card .content-text .content-text-plus p,
.container-cards .content-card .content-text-plus p{
margin-top: 0;
}

.section-projets .container-cards .card .content-text p, #cards-projets .container-cards .card .content-text p, .container-cards .content-card .content-text p{
margin-bottom: 0;
}

.section-projets .container-cards, #cards-projets .container-cards{
align-items: baseline;
}

.container-faq{
    display: flex;
    flex-direction: column;
    gap: 4.8rem;
    width: clamp(32rem, 100%, 60rem);
}

.home .section-a-propos, .single .section-infos-plus, .page-template-single .section-infos-plus{
display: flex;
align-items: center;
}

.home .section-a-propos::before, .section-header .content-text-plus::before, .single .section-infos-plus::before, .page-template-single .section-infos-plus::before{
display: block;
content:' ';
background-color: #FCEA10;
width: 40rem;
height: 40rem;
border-radius: 40rem;
position: absolute;
z-index: -1;
}

.home .section-a-propos::before, .single .section-infos-plus::before, .page-template-single .section-infos-plus::before{
left: -15rem;
}

.content-text-plus{
position: relative;
}

.section-header .content-text-plus::before{
    width: 14rem;
    height: 14rem;
    top: -6rem;
    right: -6rem;
}


.section-temoignages .card h3{
padding: 0;
}

.ancres{
position: absolute;
left: 4rem;
z-index: 10;
}

.ancres ul{
    position: fixed;
    top: 20rem;
} 

.section-single-hero::before, .page-template-la-cooperative::before{
display: block;
content: '';
width: 15rem;
height: 80rem;
top: -1rem;
left: 0;
position: absolute;
background-color: white;
z-index: 11;
}


.post-template-single .section-single-hero .content, .page-template-single .section-single-hero .content, .page-template-la-cooperative main .section-hero .content{
    position: relative;
    z-index: 12;
}

.ancres ul li{
display: flex;
flex-direction: column;
gap: 1.5rem;
margin-top: 1rem;
align-items: center;
text-align: center;
}

.ancres ul li::after{
display: block;
content: ' ';
position: relative;
height: 3.4rem;
width: .1rem;
background-color: #FCEA10;
}

.ancres ul li:last-child::after{
display: none;
}

.section-projets::before, .section-mission::before{
    background-position: -45vw -4rem;
    top: 25rem;
    right: 0;
    width: 45rem;
    height: 54rem;
    background-size: 170rem;
    z-index: -1;
}


.section-actualites, .section-mission, .section-faq{
position: relative;
}

.section-actualites::after, .section-mission::after, .section-faq::after{
    background-position: -77rem -54rem;
    top: 36rem;
    width: 45rem;
    height: 40rem;
    background-size: 165rem;
z-index: -1;
}

.section-actualites::after{
    right: 0;
}

.section-mission::after, .section-faq::after{
    background-position: -94rem -62rem;
    left: 0;
    transform: scaleX(-1);
    background-size: 185rem;
    height: 50rem;
}

.home::before, .page-template-contact::before, .page-template-archive::before, .category-article::before, .show-nav .navbar__links::after{
background-position: -9rem -15rem;
width: 30rem;
height: 50rem;
background-size: 240rem;
z-index: -1;
}

.home::before, .page-template-contact::before, .page-template-archive::before, .category-article::before{
top: -2rem;
}

.home .section-actualites::after{
top: 0;
}

.home::before, .page-template-contact::before{
left: -2rem;
}

.page-template-archive::before, .category-article::before, .show-nav .navbar__links::after{
    right: 0;
    transform: scaleX(-1);
    background-position: -11rem -15rem;
}

.section-mission .bloc-missions, .section-faq .container-faq{
margin-top: 20rem;
}

.home #page::before{
display: block;
content:' ';
width: 34rem;
height: 56rem;
background-color: white;
transform-origin: top left;
animation: slice 750ms ease-in-out forwards;
animation-delay: 250ms;
z-index: 1;
position: absolute;
}

@keyframes slice {
  from {
    transform: rotate(0); 
  }
  to {  
    transform: rotate(-90deg);
  }
}

.home .section-hero{
opacity: 0;
animation: fadein 500ms ease-in-out forwards;
animation-delay: 500ms;
z-index: 5;
position: relative;
}

.home #page::before{
animation: slice 750ms ease-in-out forwards;
animation-delay: 1250ms;
}

@keyframes fadein {
  from {
      opacity: 0;
      transform: translateY(1rem);
  }
  to {
      opacity: 1;
      transform: translateY(0);
  }
}



/*------------- # ACCUEIL - header -----------*/


.home .section-hero{
margin-top: 16rem;
}

.home main{
overflow-x: hidden;
}

.home h1{
font-size: 11rem;
line-height: 11rem;
width: clamp(34rem,100%,70rem);
}

.home .hero-cta{
    display: flex;
    gap: 4rem;
}

.home .section-hero .content-img {
    position: relative;
    top: -24rem;
    right: 0;
    width: 100%;
    z-index: -1;
}

.home .section-hero .content-img::after{
    display: block;
    bottom: -4rem;
    right: 5rem;
    width: 160%;
    height: 100%;
    position: relative;
    background-position: 1rem -186rem;
    background-size: 420rem;
    z-index: 4;
}

.home .section-hero .content-img img{
  position: absolute;
  top: 0;
  left: 0;
}

.home .section-hero .content-img .image-caption{
position: absolute;
right: 0;
bottom: 0;
width: 20rem;
}

.home .section-hero .content .content-text{
border-radius: 0 4rem 4rem 0;
    width: 66rem;
    padding: 2rem 0 4rem 0;
}

.home .section-hero .content .content-text{
display: block;
width: clamp(34rem, 100%, 100rem);
position: relative;
z-index: 2;
}

.home .hero-credit-carbone{
display: block;
width: clamp(34rem, 100%, 40rem);
border: solid .1rem #5EBCA6;
padding: 2.8rem;
margin-top: 10rem;
}


/*------------- # ACCUEIL -----------*/


.section-projets{
position: relative;
}

.section-projets .container-cards .card{
display: block;
width: 34rem;
border: solid .1rem #5EBCA6;
padding: 2rem 2rem 2rem 0;
position: relative;
}

.section-projets .container-cards{
align-items: flex-start;
}

.section-projets .container-cards .bloc-exergue.card{
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
background-color: #D8ECEB;
height: 52.2rem;
position: relative;
}

.bloc-exergue.card::after{
  background-position: -179rem -64rem;
}

.section-projets .container, .section-services .container{
flex-direction: column;
align-items: baseline;
}

.section-services .container .container-cards{
gap: 4rem;
}

.section-services .card .content-img{
padding: 0;
}

 .section-services ul.data-cat{
margin-top: 2rem;
}


 .section-services ul.data-cat, .section-services .card > a{
padding-left: 0;
}

.section-services .card > a{
display: inline-flex;
margin-top: 0;
padding-right: 0;
}

.section-services .card{
min-height: 40rem;
}



.section-services .card::after{
right: 0;
    bottom: 0;
    background-position: -53rem -84rem;
    background-size: 180rem;
    height: 12rem;
    width: 16rem;
    opacity: .14;
    transition:all ease-in-out 750ms;
}


.section-services .card:hover::after{
    background-position: -53.75rem -85.25rem;
    opacity: 1;
    transition:all ease-in-out 500ms;
}


.section-services .card .title-card{
padding: 0;
}

.section-a-propos .container, .section-infos-plus .container{
align-items: center;
gap: 4.8rem;
}

.section-a-propos .container h2, .section-infos-plus .container h2{
width: 50rem;
}

.section-a-propos .container .content-text, .section-infos-plus .container .content-text{
width: clamp(34rem, 90%, 70rem);
}

.page-template-la-cooperative main .content, .page-template-la-cooperative .section-valeurs-vision .container, .section-faq .container, .single .section-double-content .container, .page-template-single .section-double-content .container{
width: 70%;
margin: auto;
}

.page-template-la-cooperative .section-a-propos{
    display: flex;
    align-items: center;
    margin: 20rem auto 0 auto;
    padding-top: 12rem;
}

.page-template-la-cooperative #valeurs-vision{
    margin:0 auto;
    padding-top: 16rem;
}

.page-template-la-cooperative #mission{
    margin:0 auto;
    padding-top: 16rem;
}

.page-template-la-cooperative #cooperative{
    margin:0 auto 16rem auto;
    padding-top: 16rem;
}

.page-template-la-cooperative #societaires{
    margin:10rem auto 0 auto;
    padding-top: 6rem;
}

.page-template-la-cooperative #equipe{
    margin-top:0 auto;
    padding-top: 16rem;
}


.section-mission{
position: relative;
}

.section-mission::before {
    top: -2rem;
}

.section-actualites .container-cards{
gap: 1.2rem;
align-items: center;
}

.section-actualites .card a, .section-actualites .card ul.data-cat, .section-actualites .card h3, .category .card a, .category .card h3, .category .card ul.data-cat, .page-template-archive .card a, .page-template-archive .card h3, .page-template-archive .card ul.data-cat{
padding: 0;
}

.section-actualites .card h3{
margin-bottom: 1rem;
}

.section-temoignages{
position: relative;
}

.section-temoignages::after{
display: block;
content:'';
width: 20rem;
height: .1rem;
background-color: #5EBCA6;
position: relative;
left: 85%;
bottom: -3rem;
}

.section-temoignages .container-master{
    margin-left: 24rem;
    min-height: 40rem;
    gap: 4rem;
}

.section-temoignages .container{
    display: flex;
    padding: 0;
    overflow-x: scroll;
}

.section-temoignages .container .container-cards{
display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    position: relative;
    margin-left: 10%;
    padding: 0 10rem;
    min-width: 138rem;
}

.section-temoignages .container .container-cards .primary-button{
white-space: nowrap;
}

.section-temoignages .container .container-cards .card{
min-width: 40rem;
}

.section-temoignages .container .container-cards .card h5{
margin: 1rem 0;
}

.section-temoignages .container .container-cards .card p:nth-of-type(1){
margin-top: 0;
}

.section-temoignages h2{
width: 33rem;
}

.section-temoignages h2::after{
top: -1rem;
}

/*------------- # LA COOPÉRATIVE  -----------*/


.page-template-la-cooperative .section-hero .content-img{
position: absolute;
top: 0;
right: 0;
z-index: -1;
}

.page-template-la-cooperative .section-hero .content-img img{
border-radius: 0;
}

.page-template-la-cooperative .section-hero .content-img::before, .page-template-la-cooperative .section-hero .content-img::after{
width: 100%;
height: 100%;
background-size: 200rem;
}

.page-template-la-cooperative .section-hero .content-img::before{
background-position: -128.25rem -129rem;
} 

.page-template-la-cooperative .section-hero .content-img::after{
top: 0;
background-position: -39.25rem -120rem;
}

.section-cooperative .container{
    justify-content: center;
    padding-left: 14vw;
}

 .section-cooperative .content-text{
width: clamp(34rem,100%,70rem);
}

.section-societaires .container-cols ul{
display: flex;
flex-direction: column;
gap: 1rem;
}

.section-societaires .container-cols ul li:last-child{
padding-bottom: 8rem;
}

.section-societaires{
background-color: #D8ECEB;
} 

.section-societaires h2{
margin-bottom:4.8rem;
padding: 6.8rem 0 0 18rem;
}

.section-societaires .container{
position: relative;
}

.section-societaires .container::after{
display: block;
content: ' ';
width: 100%;
height: 6rem;
background-color: rgba(216, 236, 235,.9);
position: absolute;
bottom: -0.1rem;
left: 0;
}

.section-societaires .container-cols{
flex-wrap: wrap;
gap: 0rem 6rem;
}

.section-societaires .container-cols .col{
width: 18rem;
}

.section-societaires .container-cols .col a{
display: inline;
text-decoration: underline 1px;
text-underline-offset: 4px;    
}

.section-societaires .container-cols .col a:hover{
text-decoration: 0;
}

.section-societaires .container-cols{
padding: 0 10rem 8rem 18rem;
height: 40rem;
overflow-y: scroll;
}

.section-equipe .container{
flex-wrap: wrap;
padding-left: 18rem;
}

.section-equipe .container .container-equipe{
    display: flex;    
    flex-direction: row;
    gap: 4.8rem;
}

.section-equipe .container .card-equipe{
width: 24rem;
}

.section-equipe h2{
min-width: 32rem;
}

.section-equipe .container{
align-items: center;
}

.section-equipe h2::after{
    top: -2rem;
    background-color: #FCEA10;
    left: 50%;
}


.section-equipe .container .card-equipe a::before{
display: none
;
}


/*------------- # ARCHIVE SERVICES / ACTUS / PROJETS  -----------*/

.section-header{
margin-top: 20rem;
} 

.page-template-archive-projets .section-header, .page-template-archive-services .section-header{
margin-bottom: 0;
}

.section-header .container{
align-items: flex-start;
justify-content: space-between;
gap: 4rem;
}

.section-header h1{
margin: 2rem 0;
}

.section-header .container .content-text{
display: flex;
flex-wrap: wrap;
}

.section-header .container .content-text a:first-child{
margin-right: 4.8rem;
}

.section-header .content-text-plus{
margin-top: 10rem;
width: clamp(34rem, 100%, 50rem);
}



/*------------- # ARCHIVE PROJETS  -----------*/


#cards-projets select{
border-radius: 1.2rem;
padding: .5rem 1rem;
margin: 0 1rem 4rem 1rem;

}

.page-template-archive-projets .container-cards .card{
padding: 2rem 2rem 2rem 0;
}

.page-template-archive-projets .container-cards .card h2{
padding: 0 2rem;
}

/*------------- # ARCHIVE PROJETS - map -----------*/


.page-template-archive-projets .section-header{
margin-bottom: 0;
}

.section-carte-projets{
position: relative;
padding-top: 16rem;
}

.section-carte-projets .container-svg{
    height: auto;
    width: 72%;
}

.section-carte-projets .container-svg{
border: solid .1rem #5EBCA6;
border-radius: 1.2rem;
overflow: hidden;
 position: relative;
}

#voirprojets {
display: block;
visibility: hidden;
  position: absolute;
  top: 8rem;
  transform: scaleY(0);
  left: 0;
  width: 70rem;
 font-size: 1.4rem;
  background: #5EBCA6;
  color: white;
  padding: 1rem 2rem;
 transition: all ease-in-out 250ms;
}

#voirprojets p{
margin-top: 0;
}

.section-carte-projets:hover #voirprojets{
visibility: visible;
  transform: scaleY(1);
 transition: all ease-in-out 250ms;
transition-delay: 2000ms;
}


.section-carte-projets .container-cards .card {
    display: none;
    position: absolute;
    top: 19rem;
    left: 75%;
}

.section-carte-projets .container-cards .content-card h2{
padding-left: 2rem;
}

.section-carte-projets .container-cards .card.is-active, .section-carte-projets .container-cards .card.is-active:focus-within {
    display: block;
}

.section-carte-projets .map-points{
cursor: pointer;
}
.section-carte-projets .map-point-svg:hover image, .section-carte-projets .map-point-svg:focus-within image, .section-carte-projets .map-point-svg.is-active image{
transform: scale(1.4);
filter: brightness(0);
transition: transform ease-in-out 250ms;
}

.section-carte-projets .map-point-svg image{
transition: transform ease-in-out 250ms;
}


.section-carte-projets .legende, .section-carte-projets .legende .container, .section-carte-projets .legende .container .picto-cat{
display: flex;
gap: 2rem;
}


.section-carte-projets .legende{
flex-direction: column;
width: 86rem;
}

.section-carte-projets .legende .container{
width: 100%;
}

.section-carte-projets .legende .container .picto-cat{
gap:.8rem;
white-space: nowrap;
}


#section-cards-archive{
margin-top: 0;
padding-top: 16rem;
}



/*------------- # CATEGORY ACTUALITES  -----------*/

.section-cards h2{
margin-bottom: 4.8rem;
}


/*------------- # SINGLE -----------*/

.single li ::marker{
padding-left: 2rem;
}

.single li ::marker{
font-size: 1.7rem;
}

.single h1{
    font-size: 7.2rem;
    line-height: 7.4rem;
}

.page-template-single h1{
  font-size: 7.2rem;
    line-height: 7.4rem;
}


.section-single-hero .content .container{
text-align: left;
}

.section-single-hero .content{
justify-content: center;
position: relative;
z-index: 12;
}

.data-infos{
display: flex;
align-items: center;
gap: 1rem;
}

.data-infos p{
margin: 0;
}

.data-infos .avatar{
border-radius: 10rem;
}

.single .section-content-main, .single .navposts, .page-template-single .section-content-main,  .page-template-single .navposts{
flex-direction: column;
align-items: center;
}

.single .section-content-main p img,  .page-template-single .section-content-main p img{
max-width: 100%;
}

.single .navposts, .page-template-single .navposts{
gap: 10rem;
margin-bottom: 16rem;
}

.single .navposts .site-navigation, .single .navposts .container-navigation, .page-template-single .navposts .site-navigation, .page-template-single .navposts .container-navigation{
display: flex;
gap: 4.8rem;
}

.single .navposts .container-navigation, .page-template-single .navposts .container-navigation{
flex-direction: column;
align-items: center;
}

.single .navposts .site-navigation-next, .page-template-single .navposts .site-navigation-next{
display: flex;
flex-direction: column;
align-items: end;
}


/*------------- # SINGLE - Contact -----------*/


.page-template-contact .fil-ariane{
margin-top: 20rem;
}


.section-contact{
margin-top: -60rem;
position: relative;
}

.section-contact .container{
display: flex;
flex-direction: column;
align-items: baseline;
align-items: baseline;
}

.container-form input, .container-form select, .container-form textarea{
margin-top: 1rem;
}

.container-form form .wpcf7-select{
font-family: 'InterRegular';
font-size: 1.7rem;
}

.section-contact .container-links{
display: flex;
flex-wrap: wrap;
align-items:baseline;
gap: 2rem;
}

.section-contact .container .content-text{
width: clamp(34rem, 100%, 42rem);
}

.container-form{
	position:relative;
	z-index:4;
}


.container-form form .wpcf7-text, .container-form form .wpcf7-select{
height: 6rem;
}

.container-form form, .container-form form .wpcf7-text, .container-form form textarea, .container-form form .wpcf7-select{
width: 60rem;
padding: 1rem;
border-radius: 1rem;
}

.container-form form .wpcf7-text, .container-form form textarea, .container-form form .wpcf7-select{
border: .2rem solid;
}



/*------------- # PAR DÉFAUT -----------*/

.page-template-page-simple #header .content-text{
justify-content: center;
}

.page-template-page-simple #section-body{
padding: 5rem 0 15rem 0;
margin-bottom: 20rem;
}

.page-template-page-simple #main::before{
height: 99.25%;
}

.page-template-page-simple .section-body{
width: clamp(25rem, 90%, 80rem);
}

.page-template-page-simple #section-body .content-img{
display: flex;
justify-content: center;
position: absolute;
width: 100%;
}

.page-template-page-simple #section-body .content-img svg{
width: 25rem;
}



/*------------- # 404 -----------*/

.error404 h1{
  font-size: 4.5rem;
  margin-top: 0;
}

.error404 {
  text-align: center;
}

.error404 #hero-home{
  padding-bottom: 0;
  margin-bottom: 0;
}

.error404 main{
height: 100vh;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}

.error404 #header.content{
margin-bottom: 5rem;
}

.error404 #return{
  padding-top: 0;
margin-top: 0;
}
.error404 #return.content{
margin-top: 0;
}

.error404 #return .primary-button{
  display: inline-block;
  margin-top: 5rem;
}




/*------------- # FOOTER -----------*/

footer .content{
position: relative;
}

footer .content{
background-color: #D8ECEB;
border-radius: 4rem 4rem 0 0;
padding: 4.8rem 6rem 2rem 6rem;
}

footer .content::before, footer .content::after{
background-size: 160rem;
width: 30rem;
background-position: 0 0;
bottom: 0;
z-index: -1;
}

footer .content::before{
    left: -7vw;
    background-position: -79rem -4rem;
}

footer .content::after{
right: -6vw;
width: 18rem;
background-position: -32rem -8rem;
transform: scalex(-1);
}

footer #backtotop{
margin-left: auto;
  background-color: transparent;
  border: solid .1rem #5EBCA6;
  padding: 1.5rem 2.5rem 1.5rem 2rem;
transform: translateY(0);
transition: all ease-in-out 500ms;
}

footer #backtotop a{
text-decoration: none;
transform: rotate(-90deg);
}

footer #backtotop a:hover::before{
display: none;
}

footer #backtotop:hover{
transform: translateY(-.5rem);
transition: all ease-in-out 250ms;
}

footer #first-row, footer #snd-row, footer #legal, footer #thd-row{
display: flex;
flex-wrap: wrap;
align-items: baseline;
gap: 4.8rem;
}

footer #first-row .col{
max-width: 20rem;
}

footer ul{
display: flex;
flex-direction: column;
gap: .8rem;
margin: 0;
}

footer #snd-row{
margin-top: 4rem;
align-items: center;
justify-content: space-between;
}

footer #legal, footer #thd-row{
gap: 2rem;
}

footer h2{
font-size: 2.4rem;
line-height: 3rem;
}

footer h3{
font-size: 2rem;
}

footer #snd-row #col1{
width: 34rem;
border: solid .1rem #5EBCA6;
padding: 3rem 2rem;
}

footer #snd-row #col1 p{
margin: 0;
}


/*------------- # DESKTOP (hover notamment) -----------*/
/*-----------------------------------------------------*/




@media screen and (min-width: 1201px) {

.menu-responsive{display: none;}



}


/*------------- # BIG TABLET (BT) -----------*/
/*------------------------------------------*/

@media screen and (max-width: 1200px) {



/*------------- # Menu (BT) -----------*/

.menu-desktop{display: none;}

.menu-responsive{
  display: flex;
  justify-content: space-between;
  position: fixed;
  padding: 0;
  align-items: center;
  width: 100%;
  left: 0;
  top: 0;
  background-color: white;
  height: 7rem;
  z-index: 13;
}

#main{margin-top: -3rem;}


    #page::before {
        top: -2rem;
    }

.menu-menu-1-container{
position:relative;
}

.logo{
width: 22rem;
left: 8px;
top: 0;
position: relative;
z-index: 20;
order: 2;
background-color: white;
}

.logo a::before{display: none;}

.navbar {  
display:flex;
align-items:center; 
justify-content:space-between;   
padding:10px;
font-size:1.1rem;
order: 3;
}

  .navbar .menu-item { 
  padding:0 10px;
  z-index: 1;
  }

.navbar, .show-nav .burger{
top: 2rem;
right: 0;
width: 13rem;
position: relative;
}

.show-nav .burger{
width: 100%;
}

.navbar .illu{
display: none;
}

.show-nav::after{
display: block;
position: absolute;
top: 72vh;
right: 0;
width: 40rem;
height: 40rem;
z-index: 5;
background-position: -4062px -3529px;
background-size: 500rem;
transition: all ease-in-out 250ms;
    }

.show-nav.navbar{
  margin: 0;
  padding: 0;
}

.navbar .menu-item > a {
  display:block;
  padding:1rem;
  font-size:2rem;
  text-decoration:none;
  color:#09092B;
  width: 50%;
  transition: all .4s ease-in-out;
}


  .navbar__links { 
    display:flex;  
    overflow:hidden;
    flex-direction:column;
    justify-content: center;
    width:100vw;
    height:0vh;
    opacity: 0;  
    position:absolute;
    top: -20px;
    right: 0;
    margin-top: 0;
    gap: 4rem;
    list-style: none;     
    background-color: white;
    transition: opacity 500ms ease-in-out;
  }

.show-nav .navbar__links {
  display: flex; 
    overflow-y:scroll;
height:103vh;
  opacity: 1;    
  transition: opacity 500ms ease-in-out;
} 

.show-nav .navbar__links::after{
top: 100%;
z-index: 4;
transform: scale(-1);
background-position: -8rem -10rem;
}


.show-nav .navbar__links li{
position: relative;
padding-left: 5rem;
z-index: 4;
}



.burger {
  display:block;
  position:relative;
  padding:0;
    top: -15px;
  width: 10rem;
  height: 6rem;
  border:none;
  background:transparent;
color: black;
border: none;
background-color: transparent;
transition: all ease-in-out 250ms;
    box-shadow: none;
  cursor:pointer;
  margin-bottom: 2.75rem;
    z-index: 15;
}

.burger::after{
display: none;
}

.burger .bar::after{display: block; font-size: 1.7rem; content: 'Menu';  line-height: normal; line-height: .6rem; color: #09092B; top: 1rem; left: .5rem; position: absolute;}

.burger::before{display: none;}

.show-nav .burger{
  height: 10rem;
    color: black;
    border: none;
    background-color: transparent;
}

.bar {
  display:block;
  font-size: 1.7rem;    
  transition: all .25s ease-in-out; 
  left:2rem;    
}

.show-nav .bar{
  left: 3rem;
  top: 0;
}

 .bar, .bar::before{
  height:4px;  
  border-radius:3px;
  content:"";
  width:45px;
  height:2.5px;
  position:absolute; 
  color: #000;
  background-color: #09092B;
  border-radius:3px;    
  transition: all .25s ease-in-out;
}

.bar::before{
    transform:translateY(-12px);
    left: 0;
}


.show-nav .bar{
    transform: translateY(16px) rotate(45deg);
  width: 38px;
  background-color: #000;

}

.show-nav .bar::before {
    transform: translateY(0) rotate(-85deg);
    width: 38px;
    background-color: #000;
  }

.show-nav .bar::after {
content:'Fermer';
color:#000;
    transform: translate(11px, 5px) rotate(-45deg);
}


.navbar__links li{
  display: block;
  position: relative;
}

.menu-responsive .menu-item-3590, .menu-responsive .menu-item-3587{display: none;}




/*------------- # BASE -----------*/
/*-------------------------------*/

/*------------- # CODE COMMUN (BT) -----------*/

 #menu-item-4519:hover, button:hover {
    color: black;
    border: none;
    background-color: transparent;
 }



.section-projets::before, .section-mission::before {
    background-position: -60vw -4rem;
}

#cooperative .container{
flex-direction: column-reverse;
padding-left: 0;
}

#cooperative .content-img{
width: 80%;
margin: 0 auto;
}

.section-cooperative .content-text{
width: 90%;
}

.section-mission .bloc-missions, .section-faq .container-faq {
    margin-top: 4rem;
}


.page-template-contact .section-header .content, .single .section-double-content .container, .page-template-single .section-double-content .container, .section-infos-plus .container, .section-societaires .container-cols, .page-template-la-cooperative .section-a-propos .container{
flex-wrap: wrap;
}



.section-chiffres .container ul, .section-chiffres .container {
    flex-direction: column;
}

/*------------- # ACCUEIL - header (BT) -----------*/

/*------------- # ACCUEIL (BT) -----------*/

.section-temoignages::after {
    left: 75%;
}

    .section-projets::before, .section-mission::before {
        background-position: -91vw 0rem;
    }


/*------------- # ABOUT (BT) -----------*/


.page-template-la-cooperative .section-ancres{
margin-top: 50rem;
}

.page-template-la-cooperative .section-hero .content-img {
    top: 10rem;
    right: 0;
}

.page-template-la-cooperative .section-hero .content-img::before {
    background-position: -125.25rem -129rem;
}

.page-template-la-cooperative .section-hero .content-img::after {
    background-position: -36.25rem -120rem;
}

.page-template-la-cooperative .section-a-propos {
    margin: 16rem 0;
}



.page-template-la-cooperative .section-valeurs-vision .content-text, .page-template-la-cooperative .section-mission .content-text, .section-faq .content-text, .single .section-double-content .container .content-text, .page-template-single .section-double-content .container .content-text{
width: 70%;
}

.section-mission::before {
    top: 38rem;
}

.section-societaires .container-cols .col{
width: auto;
}

.section-mission::before {
    top: -16rem;
}

.section-societaires .container-cols {
    flex-wrap: wrap;
    gap: 0rem 8rem;
    height: 48rem;
}



/*------------- # ARCHIVE PROJETS (BT)  -----------*/


.section-header .content-text-plus::before {
    right: -3rem;
}

.section-carte-projets .container-cards .card {
position: relative;
    top: 4rem;
    left: 0;
}

/*------------- # SINGLE (BT) -----------*/

.section-single-hero .content{
flex-wrap: wrap;
}

.ancres {
    display: block;
    width: 90%;    
    margin: 0 auto;
    position: relative;
}

.ancres ul li::after{
display: none;
}

.ancres ul {
    display: flex;
   position: relative; 
   gap: 2rem;
    top: 0;
    flex-wrap: wrap;
}



/*------------- # SINGLE - Contact -----------*/


.section-contact {
  margin-top: 0;
}


/*------------- # PAR DÉFAUT (BT) -----------*/




/*------------- # PAR DÉFAUT (BT) -----------*/




/*------------- # Footer (BT) -----------*/

footer .content::after {
    right: -4vw;
} 

}







/*------------- # TABLET (T) -----------*/
/*--------------------------------------*/

@media screen and (max-width: 1023px) {

/* Menu */

.logo img {
    height: auto;
    width: 20rem;
}

.show-nav .burger {
        left: 2px;
}



/*------------- # BASE (T) -----------*/
/*-------------------------------*/


/*------------- # CODE COMMUN (T) -----------*/

.section-ancres, .section-single-hero::before, .page-template-la-cooperative::before, .section-mission::before, #carte-projets{
display: none;
}

.section-header .container, .page-template-la-cooperative .section-valeurs-vision .container, .section-faq .container, .single .section-double-content .container, .page-template-single .section-double-content .container, .page-template-la-cooperative .section-mission .container{
flex-wrap: wrap;
}

.page-template-la-cooperative .section-a-propos, .page-template-la-cooperative .section-mission .container, .page-template-la-cooperative .section-cooperative .content-text, .section-equipe .container{
padding-left: 0;
width: 90%;
margin: auto;
}

.page-template-la-cooperative .section-valeurs-vision .container, .section-faq .container, .single .section-double-content .container, .page-template-single .section-double-content .container{
width: 90%;
margin: auto;
}

.page-template-la-cooperative .section-valeurs-vision .content-text, .page-template-la-cooperative .section-mission .content-text, .section-faq .content-text, .single .section-double-content .container .content-text, .page-template-single .section-double-content .container .content-text{
width: 100%;
}

/*------------- # ACCUEIL (T) -----------*/

 .section-temoignages .container-master {
    margin-left: 16rem;
 }

.section-temoignages .container .container-cards .card {
    min-width: 34rem;
}


/*------------- # ABout (T) -----------*/



    .page-template-la-cooperative .section-a-propos.content {
        margin: 32rem auto 16rem auto;
    }

    .page-template-la-cooperative .section-hero .content-img::before {
        background-position: -114.25rem -116rem;
        background-size: 180rem;
    }

.page-template-la-cooperative .section-hero .content-img::after {
        background-position: -40.25rem -126rem;
    }

.section-societaires .container-cols ul li:last-child {
    padding-bottom: 4rem;
}

/*------------- # PROJETS (T)  -----------*/

.section-header .container .content-text a#first{
display: none;
}



/*------------- # PAR DÉFAUT (T) -----------*/




/*------------- # Footer (T) -----------*/

footer #backtotop{
    position: absolute;
    top: 4rem;
    right: 4rem;
}

}


/*------------- # MOBILE (M) -----------*/
/*--------------------------------------*/

@media screen and (max-width: 767px) {





/*------------- # BASE -----------*/
/*-------------------------------*/


.home h1, h1 {
    font-size: 6rem;
    line-height: 6rem;
}

h2{
font-size: 4.4rem;
line-height: 4.4rem;
}

h3{
font-size: 3.2rem;
}


section {
    margin: 10rem auto;
}


a.primary-button, a.secondary-button{
font-size: 1.6rem;
}

/*------------- # MENU (M) -----------*/
    
.logo{
width: auto;
left: 1.2rem;
}

.logo img {
        height: auto;
        width: 14rem;
    }

.burger{
top: 0;
}

.show-nav .burger{
top: 2.8rem;
}

.navbar {
        top: .5rem;
        width: 10rem;
}

.show-nav .navbar__links{
height: 108vh;
justify-content: flex-start;
padding-bottom: 8rem;
}

.show-nav .navbar__links li {
        padding-left: 2rem;
}


.show-nav .navbar__links .menu-item-4466{
margin-top: 12rem;
}
.navbar .menu-item > a{
        width: 90%;
}


/*------------- # CODE COMMUN (M) -----------*/

.home .hero-cta, .section-a-propos .container, .section-infos-plus .container, .section-actualites .container, .section-temoignages .container-master{
flex-wrap: wrap;
gap:2rem;
}

footer .content::before, footer .content::after, .section-projets::before, .section-mission::before, .section-equipe h2::after, .section-temoignages h2::after, .section-chiffres h2::after, .section-chiffres h2::after{
display: none;
}

.section-a-propos .container h2, .section-infos-plus .container h2{
width: auto;
}

.home::before, .show-nav .navbar__links::after{
    background-position: -3rem -4rem;
    width: 12rem;
    height: 20rem;
    background-size: 84rem;
}

.section-actualites::after, .section-mission::after, .section-faq::after {
    width: 34rem;
}


.home::before, .page-template-contact::before, .page-template-archive::before, .category-article::before, .show-nav .navbar__links::after {
    background-position: -6rem -5rem;
    width: 20rem;
    height: 38rem;
    background-size: 160rem;
}

.show-nav .navbar__links::after{
 background-position: -8rem -10rem;
}

.container-cards .card, .container .card-equipe, .section-header .content-text-plus{
padding: 2rem 1.4rem;
}

.page-template-la-cooperative main .content, .page-template-la-cooperative .section-valeurs-vision .container, .section-faq .container, .single .section-double-content .container, .page-template-single .section-double-content .container{
width: 90%;
}


/*------------- # ACCUEIL - Header (M) -----------*/

    .home::before {
        background-size: 120rem;
        z-index: 6;
        top: 3rem;
        width: 14rem;
    }

.home h1{
margin-top: 24rem;
}


/*------------- # ACCUEIL (M) -----------*/



.home .section-hero .content-img {
    position: absolute;
    right: -15vw;
    top: -12vh;
}

.home .section-hero .content-img::after {
    display: block;
    bottom: -1rem;
    right: 0rem;
    width: 34rem;
    height: 34rem;
    position: relative;
    background-position: -1rem -72rem;
    background-size: 163rem;
    z-index: 4;
}

.home .hero-credit-carbone {
    display: block;
    width: clamp(34rem, 100%, 40rem);
    border: solid .1rem #5EBCA6;
    padding: 2.8rem 1.2rem;
    margin-top: 10rem;
}

.home .section-a-propos{
position: relative;
}

.home .section-a-propos::before {
    top: -4rem;
}



.home  .section-actualites .container{
justify-content: left;
gap: 4.8rem;
}


.home .section-actualites::after {
    top: 100%;
    background-position: -83rem -54rem;
    position: relative;
}



    .section-temoignages .container-master {
        margin-left: 2rem;
    }


.section-temoignages .container .container-cards {
    margin-left: 0;
    padding: 0 10rem 0 0;
}

    .section-temoignages .container .container-cards .card {
        width: 30rem;
        min-width: 30rem;
    }

.section-temoignages .container .container-cards{
gap: 2rem;
min-width: 121rem;
}

.section-temoignages .container-master {
    min-height: 54rem;
}



/*------------- # LA COOPÉRATIVE (M)  -----------*/

.post-template-single .section-single-hero .content, .page-template-la-cooperative main .section-hero .content {
    z-index: 11;
}

.page-template-la-cooperative .section-a-propos.content {
        margin: 0 auto;
    }

    .page-template-la-cooperative h1{
margin-top: 30rem;
}

    .page-template-la-cooperative .section-hero{
margin-bottom: 4rem;
}


.page-template-la-cooperative .section-a-propos{
        margin: 0rem auto 10rem auto;
    }

    .page-template-la-cooperative .section-hero .content-img::before {
        background-position: -63.5rem -65rem;
        background-size: 100rem;
    }


.page-template-la-cooperative .section-hero .content-img {
        right: 0;
    }

.page-template-la-cooperative .section-hero .content-img::after{
         background-position: -22rem -71rem;
        background-size: 110rem;
 }

    .page-template-la-cooperative .section-hero .content-img {
    top: 7rem;
    }


.section-societaires .container-cols {
    padding: 0 4rem 8rem 4rem;
    overflow-y: visible;
    height: auto;
}

.section-societaires h2 {
    padding: 6.8rem 0 0 4rem;
}

.section-equipe .container .container-equipe{
flex-wrap: wrap;
}

#cooperative .content-img{
width: auto;
}


/*------------- # ARCHIVE PROJETS (M) -----------*/

#cards-projets select {
    border-radius: 1.2rem;
    padding: .5rem 1rem;
    margin: 0 1rem 2rem 1rem;
}

#cards-projets form{
margin-bottom: 4rem;
}

/*------------- # ARCHIVE SERVICES (M) -----------*/

.section-header .content-text-plus::before {
        right: -1rem;
}

/*------------- # SINGLE (M) -----------*/

.single h1, .page-template-single h1{
    font-size: 5rem;
    line-height: 5rem;
}

.single h2, .page-template-single h2{
    font-size: 5rem;
    line-height: 5rem;
}

/*------------- # SINGLE CONTACT (M) -----------*/


.container-form form, .container-form form .wpcf7-text, .container-form form textarea, .container-form form .wpcf7-select{
width: 100%;
}


.page-template-contact .section-header {
    margin-top: 0;
}

/*------------- # FOOTER (M) -----------*/


footer .content {
    padding: 4.8rem 2rem 2rem 2rem;
    width: 100%;
}




}