/*
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.5rem;
}

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

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

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

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{
    line-height: 3.3rem;
}

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

img{
max-width: none;
}

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: 5rem 0 10rem 0;
width: 100%;
z-index: 100;
}

.menu-desktop-inner{
display: flex;
justify-content: space-between;
align-items: center;
margin: 0 auto;
max-width: 128rem;
}

.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: 3rem 5rem;
}

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

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

.pll-parent-menu-item::after{
display: block;
content: '>';
transform: rotate(90deg);
font-size: 2rem;
}


.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;
} 




/*--------------------------------------------------------------
## 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, #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;
}

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;
}

.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;
width: 82rem;
}

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

#section-ressources ul{
display: flex;
gap: 2rem;
margin-top: 0;
padding-left: 0;
}

#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-color: #AB4AFF;
padding: 2.8rem 2rem;
}


.container-cards .card .excerpt{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  width: clamp(34rem,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{
    content: '';
    width: 100rem;
    height: 44rem;
    bottom: -16rem;
    left: 0;
    background-position: -4rem 0;
    background-size: 85rem;
    background-image: url(./images/wave.webp);
}



#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: 2rem;
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.active-title{
    color: #FC4D00;
}

#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;
position: relative;
}

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

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

.home #section-activistes::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-color: transparent;
}

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

#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;
}

#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 .cta::before{
    bottom: -10rem;
    left: 0;
    background-position: -4rem 0;
    background-size: 104rem;
}

.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{
margin-top: 4.8rem;
}

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



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

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{
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;
padding: 4rem 8rem;
}

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


#thd-row{
justify-content: space-between;
align-items: end;
}

#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: relative;
padding: 0;
  align-items: center;
  width: 100%;
left: 0;
  z-index: 10;
}

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


.menu-responsive{top: -15px;}

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

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



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

.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: .5rem;
width: 15rem;
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: left;
    width:100vw;
    height:0vh;
    opacity: 0;  
    position:absolute;
    top:-15px;
    right: 0;
    margin-top: 0;
    gap: 10rem;
    list-style: none;     
    background-color: #09092B;
    transition: opacity 500ms ease-in-out;
  }

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

  .navbar__links .menu-item-type-post_type:nth-of-type(1){
    margin-top: 25vh;
  }

.show-nav .navbar__links::before{
position: absolute;
top: 0;
background-size: 122.15vw;
background-position: center 10px;
width: 100%;
left: 0;
z-index: 2;
}

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

.show-nav #bckgreen {
display: block;
content: '';
width: 96.85vw;
height: 88vh;
border-radius: 4rem;
background-color: #68B57C;
position: absolute;
top: 10vh;
left: -83.75vw;
z-index: 1;
}

.show-nav .navbar__links::after{
display: block;
content: '';
position: absolute;
top: 15vh;
width: 91vw;
height: 80vh;
background-color: #F6CA5A;
z-index: 3;
border-radius: 3rem;
}


.burger {
  display:block;
  position:relative;
  padding:0;
    top: -15px;
  width: 15rem;
  height: 6rem;
  border:none;
  background:transparent;
    box-shadow: none;
  cursor:pointer;
  margin-bottom: 2.75rem;
    z-index: 15;
}

.burger .bar::after{display: block; font-size: 1.7rem; content: 'Menu'; font-family: 'AtkinsonHyperlegibleBold'; color: #09092B; top: .5rem; position: absolute;}

.burger::before{display: none;}

.show-nav .burger{
  height: 10rem;
}

.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; 
  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: white;

}

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

.show-nav .bar::after {
content:'Fermer';
color:white;
    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) -----------*/



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

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




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



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






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




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



}







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

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

/* Menu */


    .logo {
        width: 18rem;
    }

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


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


 


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


h1{
font-size: 3.5rem;
line-height: 5.25rem;
}

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


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

h3{
    font-size: 2.5rem;
    line-height: 3.75rem;
}





 

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



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





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

 


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



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



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




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



}




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

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





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

a::before{display: none;}


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



/*------------- # MENU (M) -----------*/
    



.home #bck-head::after, #bck-head::after {
    width: 95%;
}
  
   .home .menu-responsive {
        margin-top: 80vh;
        padding: 0;
        
    }

.menu-responsive {
        margin-top: 0;
padding: 0;
top: 0;
}

    .show-nav #bckgreen {
top: 10.5vh;
        left: -78.95vw;
height: 84vh;
    }


    .logo {
        width: 14rem;
        left: 0;
    }

    .bar::before {
        transform: translateY(-10px);
    }

.burger .bar::after{
top: .5rem;
}

.show-nav .navbar__links {
        padding-left: 0;
}

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


.navbar.show-nav, .show-nav .burger {
        left: 0;
}

.navbar__links{
gap: 6rem;
}

.show-nav .navbar__links{
    display: flex;
    align-items: center;
    width: 100vw;
right: 0;
}

#masthead {
    top: 5px;
}

.navbar .menu-item > a{
width: 100%;
}

.show-nav .navbar__links::before {
        top: 2.5vh;
}

.page-template-archive-ressources #page::before, .single-ressources #page::before, .page-template-mode-demploi #page::before{
top: 1.5rem;
}


    .show-nav::after {
        width: 25rem;
        height: 25rem;
        background-position: -2142px -1865px;
        background-size: 270rem;
    }

.navbar__links li{z-index: 10;}


 .navbar, .show-nav .burger {
        width: 8rem;
    }

 .burger, .show-nav .burger{
margin-left: -3rem;
}

.show-nav .navbar__links li{
z-index: 10;
}

    .show-nav .navbar__links {
        height: 103vh;
    }

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


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





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


/*------------- # ABOUT -----------*/


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




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



}