/*
Theme Name:   Thème enfant de Susty-master, boosté par David Daumer
Description:  Alliance Féministe Francophone
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: 'UnboundedBold';
    src: url('./fonts/Unbounded-Bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

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

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


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

h1, h2, h3, h4, h5, h1 strong, #hero-home .content-motscles strong, #section-activistes h2 strong{
font-family: 'UnboundedBold';
    font-size: 8rem;
    line-height: 8.8rem;
}


#hero-home #baseline, body{
    font-family: 'InclusiveSansRegular';
    font-size: 1.7rem;
    line-height: 2.6rem;
}

body{
    color: white;    
  background: linear-gradient(180deg, #3511A5 40%, #AB4AFF 90%);
}

h2, #section-activistes h2 strong, .single #header h1{
    font-size: 6rem;
    line-height: 6.6rem;
    margin: 0;
}

h3, #hero-home .content-motscles strong, .cta .content-text h2, .single h2{
    font-size: 3.6rem;
    line-height: 4.3rem;
    margin: 0;
}

.single h3, h4, #hero-home #baseline, #section-citation .content_citation blockquote p, #section-ressources .container-cards h2, .container-cards .card h3{
    font-size: 2.4rem;
    line-height: 2.8rem;
    margin: 0;
}

h5, footer h3{
    font-size: 1.7rem;
    line-height: 2.2rem;
    margin: 0;
   }

i{
  font-style: italic;
}

b, strong{
    font-family: 'InclusiveSansBold';
}


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

img{
max-width: none;
}

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

h2 strong{
color: #FC4D00;
}

button, select{
cursor: pointer;
}

/*-------------- # 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: 2rem 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: 128rem;
width: 90%;
}

.logo img{
height: 10rem;
width: 10rem;
}

footer #container-logo img, .logo img{
width: 20rem;
height: 9.6rem;
background-color: white;
border-radius: .8rem;
}

.logo img, .menu{
backdrop-filter: blur(6px);
background-color: rgba(255, 255, 255, .8);

}

.menu{
display: flex;
align-items: center;
justify-content: center;
gap: 2.8rem;
border-radius: 2rem;
padding: 2rem 2.6rem;
}

.menu li a{
color: #0C0425;
}

.pll-parent-menu-item{
display: flex;
align-items: center;
gap: .5rem;
position: relative;
}


.pll-parent-menu-item .sub-menu {
display: none;
padding: 2rem;
border-radius: 1.2rem;
background-color: white;
position: absolute;
}

.pll-parent-menu-item:focus-within .sub-menu {
display: block;
    position: absolute;
    top: 4rem;
    left: 0;
    line-height: 3rem;
} 


.pll-parent-menu-item::after{
display: block;
background-image: url(./images/arrow-down.svg);
background-repeat: no-repeat;
background-size: 1.1rem;
background-position: center;
content: ' ';
position: relative;
transform: scaleY(1);
width: 1.4rem;
height: 1.6rem;
transition:all 100ms ease-in-out;
}

.pll-parent-menu-item:focus-within::after{
transform: scaleY(-1);
transition:all 250ms ease-in-out;
}



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

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


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

section{
    margin: 16rem auto;
}



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


.hero .container{
display: flex;
justify-content: space-between;
}

::marker{font-size: 0;}

#hero-home .container-text h1 strong::before, .home #section-ressources::before, .cta::before, .page-template-archive-ressources main::before, #section-propos h2::before, 
#section-citation .content_citation blockquote::before{
    content: '';
    width: 75rem;
    height: 25rem;
    background-position: -4rem -1rem;
    background-size: 80rem;
    background-image: url(./images/subline.webp);
    background-repeat: no-repeat;
    position: absolute;
    z-index: -1;
}

#hero-home .container-text h1 strong::before, #section-propos h2::before{
  content: '';
  width: 60rem;
  height: 15rem;
  background-position: -1rem 1rem;
  background-size: 60rem;
  top: -2rem;
  left: -6rem;
}


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

a, p a{
    display: inline-block;
    color: white;
    text-decoration: underline;
    text-underline-offset: 8px;
    position: relative;
transform: translateY(0);
 transition: all ease-in-out 350ms;
}


a:hover, p a:hover{
    transform: translateY(-.4rem);
    text-underline-offset: 4px;
    transition: all ease-in-out 250ms;
}


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

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

.primary-button, .secondary-button, #menu-item-4213 a, #menu-item-4266 a{
display: inline-flex;
color: white;
border: solid .1rem #0C0425;
background-color: #3511A5;
border-radius: 1rem;
padding: 1rem 1.6rem;
}

.primary-button, .secondary-button, #menu-item-4213, #menu-item-4266, #menu-item-3964, #menu-item-4261, .menu a{
transform: translateY(0);
transition: all ease-in-out 500ms;

}

.primary-button:hover, .secondary-button:hover, #menu-item-4213:hover, #menu-item-4266:hover, #menu-item-3964:hover, #menu-item-4261:hover, .menu a:hover{
transform: translateY(-.25rem);
transition: all ease-in-out 500ms;
}


.primary-button a:hover, .secondary-button a:hover,  #menu-item-4213 a:hover, #menu-item-4266 a:hover, #menu-item-3964 a:hover, #menu-item-4261 a:hover{
transform: none;
}


.secondary-button{
background-color: transparent;
border: solid .1rem white;
}

.pll-parent-menu-item{
border: solid .1rem #0C0425;
background-color: white;
border-radius: .8rem;
padding: .4rem 1rem;
}

.pll-parent-menu-item::after{
color: #0C0425;
}

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

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

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








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



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

#hero-home .ancre{
display: flex;
flex-direction: column;
align-items: center;
gap: 1rem;
justify-content: center;
}


#hero-home .container-text{
position: relative;
z-index: 1;
}

#hero-home h1{
margin-bottom: 0;
}


#hero-home .container-text h1 strong{
position: relative;
}

#hero-home .container-text h1{
line-height: 10rem;
}



#hero-home .container-text .content-text{
display: flex;
flex-direction: column;
gap: 4.8rem;
width: clamp(34rem, 100%, 70rem);
}

#hero-home .content-img{
position: absolute;
top: 0;
right: 0;
}

#hero-home #baseline{
width: clamp(34rem, 100%, 50rem);
}

#hero-home .content-motscles ul{
display: flex;
justify-content: left;
gap: 1.6rem;
background-color: #3511A5;
border-radius: 0 2rem 0 0;
padding: 4rem 4rem 4rem 0;
width: clamp(34rem, 100%, 100%);
}

#hero-home .content-motscles ul li{
display: flex;
flex-direction: column;
width: 24rem;
}

.cta{
position: relative;
}

.cta .content-text{
width: clamp(34rem, 100%, 50rem);
background-color: #FC4D00;
border-radius: 1.2rem;
padding: 4rem;
}




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


#section-ressources .content{
display: flex;
flex-direction: column;
gap: 2rem;
}

#section-ressources .container{
display: flex;
justify-content: right;
gap: 2rem;
}

#section-ressources h2{
max-width: 70rem;
}

.home #section-ressources .content .container-cards{
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: repeat(2, 1fr);
grid-column-gap: 2rem;
grid-row-gap: 2rem;
grid-template-rows: 38rem 30rem;
width: 82rem;
}

.container-cards{
align-items: baseline;
}

.home #section-ressources .content .container-cards .secondary-button{
display: flex;
align-self: center;
justify-self: left;
}

#section-ressources ul {
    display: flex;
    gap: 1rem;
    margin-top: 0;
    padding-left: 0;
    align-items: baseline;
    flex-wrap: wrap;
}

#section-ressources ul li{
background-color: white;
color: #0C0425;
border: .05rem solid #0C0425;
border-radius: .5rem;
padding: 0 .5rem;
}

.container-cards .card{
width: clamp(34rem,100%, 40rem);
color: white;
border-radius: 1.2rem;
background: linear-gradient(100deg, #AB4AFF 100%, #3511A5 0%);
padding: 2.8rem 2rem;
transition: all ease-in-out 400ms;
isolation: isolate;
position: relative;
}



.container-cards .card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 1.2rem;
  z-index: -1;
  background: linear-gradient(120deg, #AB4AFF 46.03%, #3511A5 100%);
  opacity: 0;
  transition: opacity 400ms ease-in-out;
}


.container-cards .card:hover::before {
  opacity: 1;
  background: linear-gradient(154deg, #AB4AFF 46.03%, #3511A5 100%);
transition: opacity 400ms ease-in-out;
}

.container-cards .card .excerpt{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  width: clamp(28rem,100%, 40rem);
  overflow: hidden;
}

.container-cards .card img{
border-radius: 1.2rem;
}

.card .container-links{
display: flex;
flex-direction: column;
gap: 2rem;
}

 #section-ressources{
position: relative;
}

.home #section-ressources::before, .cta::before, .page-template-archive-ressources main::before, .show-nav .navbar__links::after{
    content: '';
    width: 100rem;
    height: 44rem;
    bottom: -16rem;
    background-position: -4rem 0;
    background-size: 85rem;
    background-image: url(./images/wave.webp);
    background-repeat: no-repeat;
}

.home #section-ressources::before, .cta::before{
    left: 0;
}



#section-propos{
position: relative;
}

#section-propos h2{
top: 12rem;
left: 12rem;
position: absolute;
z-index: 1;
}

#section-propos h2::before{
    left: -25rem;
    top: -5rem;
    width: 120rem;
    height: 30rem;
    background-position: 14rem -1rem;
    background-size: 90rem;
    background-image: url(./images/subline.webp);
}

#section-propos .container{
display: flex;
flex-direction: column;
align-items: end;
}

#section-propos .content-img{
width: 70rem;
margin-bottom: 4rem;
}

#section-propos .content-img img{
border-radius: 1.2rem;
}

#section-propos .content-info{
display: flex;
gap: 3rem;
width: clamp(34rem, 100%, 70rem);
position: relative;
min-height: 44rem;
}

#section-propos .content-info .content-text{
position: absolute;
left: 0;
width: clamp(34rem, 100%, 70rem);
}

#section-propos .content-title{
margin-bottom: 2rem ;
}

#section-propos .content-info h4{
margin-top: 3rem;
}

#section-propos .content-title{
position: relative;
cursor: pointer;
}

#section-propos .content-title.active-title{
    color: #FC4D00;
}

#section-propos .content-title::after{
display: flex;
content: ' ';
height: 4rem;
width: .1rem;
background-color: white;
position: absolute;
right: -1.5rem;
top: 0.25rem;
}

#section-propos .info-bloc:last-child .content-title::after{
display: none;
}

#section-citation .content_citation{
display: flex;
justify-content: center;
flex-direction: column;
align-items: center;
}

#section-citation .content_citation blockquote{
position: relative;
width: clamp(34rem, 100%, 60rem);
text-align: center;
}

#section-citation .content_citation p:last-child{
margin-top: 0;
}

#section-citation .content_citation blockquote::before{
top: -12rem; 
left: -8rem;    
width: 20rem;
    height: 20rem;
    background-position: 0;
    background-size: 6rem;
    background-image: url(./images/citation.svg);
}

#section-citation .content_citation blockquote p{
font-style: italic;
}


.home #section-activistes{
display: flex;
justify-content: space-between;
align-items: flex-start;
position: relative;
}

.home #section-activistes .content-text{
width: clamp(30rem, 100%, 54.8rem);
}

.home #section-activistes .container-cards{
display: flex;
justify-content: left;
align-content: baseline;
flex-wrap: wrap;
gap: 2rem;
width: 71rem;
height: 76rem;
overflow-y: scroll;
}

.home #section-activistes::after{
  display: none;
}

.home #section-activistes.more::after{
display: flex;
justify-content: center;
align-items: center;
content:' ⌄ ';
font-size: 4rem;
height: 8rem;
width: 71rem;
background-color: rgba(122, 51, 218, .8);
bottom: 0;
right: 0;
position: absolute;
}


.home #section-activistes .container-cards .card{
width: 30rem;
background: transparent;
}

.home #section-activistes .container-cards .primary-button{
margin-bottom: 8rem;
}

#section-contact{
margin-top:16rem;
}

#section-contact .container{
display: flex;
justify-content: left;
align-items: end;
gap: 10rem;
}

#section-contact .container-info{
width: clamp(34rem, 100%, 50rem);
}

#section-contact .container-img-line1, #section-contact .container-img-line2{
display: flex;
flex-wrap: wrap;
gap: 2.4rem;
}

#section-contact .container-img-line1{
align-items: baseline;
margin-bottom: 2.4rem;
}

#section-contact .container-img-line2{
align-items: flex-start;
}

#section-contact .contact-img{
display: flex;
flex-wrap: wrap;
}


#section-contact .contact-img img{
border-radius: 1.2rem;
} 

#section-contact .info-supp{
border: solid .1rem white;
border-radius: 1.2rem;
padding: 4rem;
}

.wpcf7-not-valid-tip{
background-color: white;
padding: 1rem;
}

#section-contact .container-form input, #section-contact .container-form textarea{
background-color: transparent;
border: solid .1rem white;
padding: 1rem;
border-radius: 1.2rem;
width: 100%;
}

#section-contact .container-form input{
height: 6rem;
}

#section-contact .wpcf7-list-item label{
display: flex;
justify-content: left;
gap: 2rem;
}

#section-contact .wpcf7-list-item label input{
width: 4rem;
}

#section-contact .wpcf7-form-control.wpcf7-submit.has-spinner{
width: auto;
color: white;
padding: 1rem 1.6rem;
}

#section-contact .wpcf7-list-item-label{
display: flex;
align-items: center;
}


/*------------- # ARCHIVE RESSOURCES  -----------*/

.page-template-archive-ressources #header-img{
display: flex;
align-items: center;
}

.page-template-archive-ressources main{
position: relative;
}



.page-template-archive-ressources main::before{
right: 0;
transform: scaleX(-1);
top: 28rem;
width: 108rem;
background-position: 0 0;
background-size: 94rem;
}


.page-template-archive-ressources .cta::before{
background-position: -4rem 0;
background-size: 104rem;
bottom: -10rem;
left: 0;
}

.page-template-archive-ressources #section-ressources{
margin-top: -1rem;
}

.page-template-archive-ressources #section-ressources .content{
gap: 10rem;
}

.page-template-archive-ressources #cards-ressources form{
display: flex;
justify-content: center;
align-items: center;
gap: 1rem;
background-color: #AB4AFF;
border-radius: 1.2rem;
padding: 2rem 5rem;
}

.page-template-archive-ressources #cards-ressources form .primary-button{
margin-left: 3rem;
}

select{
border-radius: 1.2rem;
border: solid .1rem white;
color: white;
background-color: transparent;
padding: 1rem 1rem;
}

.page-template-archive-ressources #cards-ressources .container-cards{
display: flex;
flex-wrap: wrap;
justify-content: left;
gap: 4rem;
}

.page-template-archive-ressources #cards-ressources .container-cards a.link{
display: inline-flex;
align-items: end;
}

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

.single #header{
margin: 24rem auto 10rem auto;
}

.single #header h1{
text-align: center;

}

.single #section-body{
margin-top: 10rem;
width: clamp(34rem, 100%, 70rem);
}

.single .container-links{
display: flex;
flex-wrap: wrap;
gap: 4rem;
justify-content: space-between;
margin-top: 4.8rem;
}

.single #section-body .secondary-button, .single #section-body .primary-button{
gap: 1rem;
}



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

.page-template-simple-page #header{
margin: 20rem auto 10rem auto;
}

.page-template-simple-page #header h1{
text-align: center;
}

.page-template-simple-page h2{
font-size: 4rem;
line-height: 5rem;

}

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

.page-template-simple-page #section-body{
margin-bottom: 16rem;
}


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






/*------------- # 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{
margin-top: 16rem;
}


#thd-row .container{
padding-bottom: 2rem;
gap: 1rem;
}

footer .content{
position: relative;
}

footer ul{
padding: 0;
}

footer a{
font-size: 1.4rem;
line-height: 2.4rem;
}


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


#first-row, #snd-row, #thd-row .container, #thd-row, #thd-row #mentions, #thd-row #legal{
display: flex;
}

#first-row, #snd-row, #thd-row .container, #thd-row #mentions, #thd-row #legal{
flex-wrap: wrap;
}

#first-row, #snd-row, #thd-row{
gap: 2rem;
}

#thd-row #mentions p, #thd-row #legal p{
margin: 0;
}

#first-row{
justify-content: space-between;
align-items: baseline;
margin-bottom: 4rem;
}

#first-row #container-logo{
width: 20rem;
}

#first-row #container-logo p{
margin-top: 0;
line-height: 2.5rem;
}

#first-row #backtotop{
transform: rotate(-90deg);
}

#first-row #backtotop a{
text-decoration: none;
}

#first-row #col4{
display: flex;
flex-wrap: wrap;
gap: 0 2rem;
max-width: 16rem;
}

#thd-row, #snd-row{
justify-content: right;
}

#snd-row{
position: relative;
} 

#snd-row .container{
display: flex;
gap: 2rem;
align-items: end;
position: absolute;
right: 0;
}

#snd-row .container #col2, #snd-row .container #col2 p{
    display: flex;
    align-items: center;
    gap: 1rem;
}

#snd-row .container #col2 p{
gap: 2rem;
}


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


#thd-row{
justify-content: space-between;
align-items: end;
margin-top: 2rem;
}

#thd-row #col1{
padding: 2rem 3rem;
border: solid .1rem white;
border-radius: 1.2rem 1.2rem 0 0;
background-color: #FC4D00;
width: 32rem;
}


/*------------- # 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: 2rem;
  height: 7rem;
  z-index: 12;
}

.menu-responsive::before{
display: block;
content:'';
width: 90%;
left: 50%;
transform: translateX(-50%);
height: 7rem;
top: 0;
position: absolute;
backdrop-filter: blur(6px);
background-color: rgba(255, 255, 255, .8);  
border-radius: 1.2rem;
z-index: 10;
}

.logo img, .menu{
backdrop-filter: none;
background-color: transparent;
}

.logo img{
width: 16rem;
}

.menu-desktop-inner nav{
position:relative;
}


.logo{
width: 22rem;
left: 6rem;
top: .5rem;
position: relative;
z-index: 20;

}

.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: 1.4rem;
right: 0rem;
width: 16rem;
position: relative;
}

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

.navbar .illu{
display: none;
}


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

}

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


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

.show-nav .navbar__links {
display: flex;
overflow-y: scroll;
gap: 8rem;
height: 110vh;
top: -2rem;
right: 0rem;
padding-left: 12rem;
opacity: 1;
color: white;
width: 110vw;   
  transition: opacity 500ms ease-in-out;
} 

.show-nav .navbar__links::after{
bottom: 0;
left: 0;
background-position: -4rem 0rem;
background-size: 145rem;
z-index: 1;
width: 100%;
position: absolute;
}

.show-nav .navbar__links li{
position: relative;
margin-left: 5rem;
width: 80%;
z-index: 4;
}


.burger {
  display:block;
  position:relative;
  padding:0;
    top: -2rem;
  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;
    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: 0; 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;
}


.show-nav .navbar__links li.pll-parent-menu-item{
display: flex;
flex-direction: column;
padding: 1rem 6rem 1rem 0rem;
align-items: center;
width: auto;
}

.pll-parent-menu-item::after{
position: absolute;
right: 3rem;
top: 2rem;
}


.navbar .menu-item.pll-parent-menu-item a{
color: #000;
}


.pll-parent-menu-item:focus-within .sub-menu{
position: relative;
padding: 0;
background-color: transparent;
}

.pll-parent-menu-item:focus-within .sub-menu{
top: 1rem;
}

.pll-parent-menu-item > a{
padding: 2rem;
}


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

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

#section-ressources .container, .home #section-activistes, #section-contact .container {
flex-wrap: wrap;
justify-content: left;
}

#section-contact .container-info{
width: 70%;
}

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

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

.home #section-activistes .container-cards{
    height: auto;
    width: auto;
    overflow-y: visible;
 }

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

#section-propos h2::before {
    left: -7%;
    top: -5rem;
    width: 80rem;
    background-position: -2rem 0rem;
    background-size: 80rem;
}

.home #section-ressources::before{
width: 75rem;
height: 44rem;
bottom: 47rem;
background-position: -4rem 0;
background-size: 75rem;
}


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

.page-template-archive-ressources .cta::before {
    background-position: -4rem 0;
    background-size: 84rem;
    bottom: -10rem;
    left: 0;
    width: 80rem;
}




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




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



}







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

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

/* Menu */


    .logo {
        width: 18rem;
    }

.burger {
        top: -1.5rem;
}

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

    .show-nav .navbar__links::before {
    align-items: center;
        padding-left: 0;
        background-position: center 18px;
    }


 


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



h1, h1 strong{
font-family: 'UnboundedBold';
    font-size: 7rem;
    line-height: 7.8rem;
}


h2, #section-activistes h2 strong{
    font-size: 5rem;
    line-height: 5.6rem;
    margin: 0;
}




 

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



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





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

 
    #section-propos h2::before {
        left: -8%;
        top: -5rem;
        width: 60rem;
        background-position: -2rem 0rem;
        background-size: 60rem;
    }

#section-propos .content-info {
    min-height: 52rem;
}


/*------------- # ARCHIVE RESSOURCES (T)  -----------*/


.page-template-archive-ressources #cards-ressources form{
flex-wrap: wrap;
}


.page-template-archive-ressources #header-img {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 16rem;
}

    .page-template-archive-ressources main::before {
        right: 0rem;
        top: 44rem;
        width: 72rem;
        background-size: 74rem;
        background-position: -2rem 0;
    }

    .page-template-archive-ressources .cta::before, .cta::before  {
        background-position: -10rem 0;
        background-size: 81rem;
        bottom: -10rem;
        left: 0;
        width: 72rem;
    }

.page-template-archive-ressources #header-img {
    display: flex;
    align-items: center;
    flex-direction: column;
}



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




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

#first-row #backtotop{
position: fixed;
top: 94%;
right: 2rem;
z-index: 10;
}


#snd-row {
    justify-content: left;
    margin-bottom: 4rem;
}

#snd-row .container{
position: relative;
padding: 0;
}

#thd-row{
flex-direction: column-reverse;
align-items:baseline;
gap: 4rem;
}

#thd-row #col1{
width: 70%;
}

#thd-row #col1 h2{
margin-bottom: 2rem;
}


}




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

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





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




h1, h1 strong {
        font-size: 4rem;
        line-height: 4.8rem;
    }

    h2, #section-activistes h2 strong, .single #header h1 {
        font-size: 3.2rem;
        line-height: 4rem;
    }

h3, #hero-home .content-motscles strong, .cta .content-text h2, .single h2{
    font-size: 2.4rem;
    line-height: 3.2rem;
}

.single h3, h4, #hero-home #baseline, #section-citation .content_citation blockquote p, #section-ressources .container-cards h2, .container-cards .card h3{
    font-size: 2rem;
    line-height: 2.8rem;
}

section {
    margin: 10rem auto;
}

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

#section-ressources h2, #section-propos h2, #section-propos .content-img, #hero-home .container-text .content-text,
#section-citation .content_citation, #first-row, #snd-row .container, #first-row #container-logo, #thd-row #col1
{
width: 90%;
}

   
 #section-contact .container-info, .page-template-archive-ressources main::before, .page-template-archive-ressources .cta::before, .cta::before {
        width: 100%;
    }


#section-propos h2::before, a::before, #section-propos .content-title::after{
display: none;
}

#hero-home .content-motscles ul{
flex-wrap: wrap;
}



/*------------- # MENU (M) -----------*/
    
    .navbar, .show-nav .burger {
        top: 1.4rem;
margin: 0 2rem 0 0;
        width: 9rem;
        position: relative;
    }

.show-nav.navbar{
      width:11rem;
}

    .logo {
        left: 2rem;
        top: .5rem;
    }

    .show-nav .navbar__links::after {
        background-position: 3rem 10rem;
        background-size: 85rem;
        position: absolute;
    }

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

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


#hero-home{
margin-top: 10rem;
}


.hero .container{
flex-direction: column-reverse;
}


#hero-home .content-img, #section-propos .content-info .content-text {
    position: relative;
}


#hero-home .container-text h1 {
    line-height: normal;
font-size: 3.5rem;
}

    #hero-home .container-text h1 strong::before {
        content: '';
        width: 34rem;
        height: 8rem;
        background-position: 1rem 1.5rem;
        background-size: 31rem;
        top: -2rem;
        left: -4rem;
    }


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



.home #section-ressources .content .container-cards {
        display: grid;
        align-items: baseline;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(2, 1fr);
        grid-column-gap: 2rem;
        grid-row-gap: 4rem;
        grid-template-rows: 30rem 30rem;
    }

#section-propos h2 {
    top: 0;
    left: 0;
    margin-bottom: 4.8rem;
    position: relative;
    z-index: 1;
}

#section-propos .container {
    align-items: baseline;
}

#section-propos .content-info{
    flex-direction: column;
    gap: 0rem;
}

    .home #section-ressources::before {
        width: 100%;
        bottom: 88rem;
        background-size: 64rem;
    }

#section-citation .content_citation{
margin: auto;
}


.home #section-contact{
margin-top: 10rem;
}

.home #section-contact h2{
margin-top: 4.8rem;
}


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

#section-ressources .container-cards .card img{
max-width: 100%;
}


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


.single #header{
margin: 16rem auto 10rem auto;
}

.single #section-body {
    margin-top: 4rem;
}


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




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


#first-row #backtotop{
top: 91%;
}


#first-row, #snd-row .container{
flex-direction: column;
}

#snd-row .container{
align-items: baseline;
}


}


/*------------- # PETIT MOBILE (SM) -----------*/
/*--------------------------------------*/

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

.single #header h1{
font-size: 2.8rem;
line-height: 3.6rem;
}

}