


:root{
    --color-primary:#7380ec;
    --color-danger:#ff7782;
    --color-success:#41f1b6;
    --color-warning:#ffbb55;
    --color-white:#fff;
    --color-info-dark:#7d8da1;
    --color-info-light:#dce1eb;
    --color-dark:#363949;
    --color-light:rgba(132,139,200,0.18);
    --color-primary-variant:#111e88;
    --color-dark-variant:#677483;
    --color-background:#f6f6f9;

    --card-border-radius:2rem;
    --border-radius-1:0.4rem;
    --border-radius-2:0.8rem;
    --borde-radius-3:1.2rem;

    --card-padding:1.8rem;
    --padding-1:1.2rem;

    --box-shadow:0 2rem 3rem var(--color-light);
}
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	appearance: none;
    text-decoration: none;
    box-sizing: border-box;
    list-style: none;



}
html{
    font-size: 16px;
}
body{
	width: 100vw;
	overflow-x: hidden;
	border: 0;

	font-size: 0.88rem;
    background: var(--color-background);
    user-select: none;
    overflow-x: hidden;
  font-family: 'Merriweather', serif;

}
a{
    color: var(--color-dark);
}
img{
    display: block;
    width: 100%;
}
h1{
    font-weight: 800;
    font-size: 1.8rem;
}
h2{
    font-size: 1.4rem;
}
h3{
    font-size: 0.87rem;
}
h4{
    font-size: 0.8rem;
}
h5{
    font-size: 0.77rem;
}
small{
    font-size: 0.75rem;
}
.profile-photo{
    width: 2.8rem;
    height: 2.8rem;
    border-radius: 50%;
    overflow: hidden;

}

.material-icons-sharp {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 24px;  /* Preferred icon size */
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;

	/* Support for all WebKit browsers. */
	-webkit-font-smoothing: antialiased;
	/* Support for Safari and Chrome. */
	text-rendering: optimizeLegibility;

	/* Support for Firefox. */
	-moz-osx-font-smoothing: grayscale;

	/* Support for IE. */
	font-feature-settings: 'liga';
  }
.top-bar{
	display: flex;
	justify-content: space-between;
	padding: 1rem var(--card-padding);
	color: white;
	background: #005b88;
  border-bottom: 2px solid #0eabca;
}
.top-bar a{
     color: #00b3cc;
}
.top-bar .gray-text{
  color: #c5c6c8;
}
.contact{
	display: flex;
	align-items: center;
	gap: 2rem;
}
.contact-item{
	display: flex;
	justify-content: center;
	gap: 0.3rem;
	align-items: center;
}
.contact-item .right-item {
  display: flex;
  flex-direction: column;
}
.contact-item .left-item .material-icons-sharp{
  font-size: 4rem;
  color: #00b3cc;
}
.contact-item.phone{
	border-right: 1px solid var(--color-warning);
	padding-right: var(--padding-1);
}
.social-network{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1rem;
}
.navigation{
	display: flex;
	height: 80px;
justify-content: space-between;
padding: 1rem var(--card-padding);
background: white;
box-shadow: var(--box-shadow);
}
.navigation .logo {
	display: flex;
	height: 100%;

	align-items: center;
  font-family: 'Bree Serif', serif;
font-size: 3rem;

}
.navigation .logo img{
	height: 100%;
	width: auto;
}
.menu-liste{
	display: flex;
	gap: 2rem;
	justify-content: center;
	align-items: center;
}
.menu-liste a{
	font-size: 15px;
	text-decoration: none;
	font-weight:700;
}
.menu-liste a:last-child{
	display: inline-block;
	background:#025a8c;
	color: var(--color-white);
	text-align: center;
	border-radius: var(--border-radius-1);
	padding: 0.8rem var(--card-padding);

}
.navigation .logo h1 span{
	color: #025a8c;
  font-size: 2.5rem;
}

/*=========== BANNER =================*/

.banner{
	position: relative;
	height: 500px;
	overflow: hidden;
}
.banner .banner-text{
	position: absolute;
	top: 10rem;
	left: 10rem;
	background: rgba(132,139,200,0.3);
	padding: var(--card-padding);
	color: white;
}
.banner .banner-text h1{
	font-size: 3rem;
}
.banner .banner-text p{
	font-size: 1.5rem;
}
.banner .banner-text a{
	display: inline-block;
	background: rgba(26,71,152,1);
	color: var(--color-white);
	text-align: center;
	border-radius: var(--border-radius-1);
	padding: 0.8rem var(--card-padding);
	font-size: 15px;
	text-decoration: none;
	font-weight:700;
}
.banner .banner-text h2{
	color: rgba(26,71,152,1);
	margin-bottom: 1.5rem;
	font-weight: bold;
}
/*=========== SUPPORT ==============*/
.horaire{

	padding: 4rem 10%;
  background-image: url(../img/shutterstock_272306351.jpg);
  background-attachment: fixed;
  padding-bottom: 0;


}
.horaire .service-grid{
  display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 0rem;
}
.horaire .carte{
	text-align: left;
	padding: var(--card-padding);
	box-shadow: var(--box-shadow);
	background: #00b3cc;
  color: white;
  position: relative;
}
.horaire .team{
	background: #00a1be;
	color: var(--color-white);
	  font-family: 'Merriweather', serif;

}
.horaire .carte .carte-icone{
  height: 5rem;
  width: 5rem;
  border-radius: 100%;
  background: #005c8a;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -2rem;
  left: 8rem;

}
.horaire .carte span{
	font-size: 4rem;
}
.horaire .carte h2{
  margin-top: 2rem;
	font-weight: 600;
  	font-family: 'Bree Serif', serif;
}
.horaire .carte a{
	display: flex;

	align-items: center;
	justify-content: center;
	text-decoration: none;
	gap: 0.8rem;
  background: white;
  width: fit-content;
  color: gray;
  font-weight: bold;
  padding: 0.6rem;
  align-self: center;

}
.horaire .carte a span{
	font-size: 18px;
}
/*.horaire .team a{
	color: white;
}*/
/*====== ASM =======*/

.asm{
	display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 4rem 0%;

    background: none;
    padding-bottom: 0;

}
.asm .right{
    padding: 0 var(--card-padding);
    padding-bottom: 1rem;
}
.asm .right a{
    display: inline-block;
	background: #006d94;
	color: var(--color-white);
	text-align: center;
	border-radius: var(--border-radius-1);
	padding: 0.8rem var(--card-padding);
	font-size: 15px;
	text-decoration: none;
	font-weight:700;

}
.asm .right h3{

    font-weight: 700;
    font-size: 1.5rem;
    	font-family: 'Bree Serif', serif;
}
.asm .right h1{
    color:#00b3cc ;

    font-size: 2.2rem;
    	font-family: 'Bree Serif', serif;
}
.asm .right hr{
  width: 20%;
  border: none;
  border-bottom: 5px solid #00b3cc;
  opacity: 1;
}
.asm .left{
  padding: 0;
  height: 100%;

  position: relative;

}
.blue{
    color:rgba(26,71,152,1) ;
}
.asm .left img{
  position: absolute;
  width: 100%;
  bottom: 0;

}
/*======== SERVICES ==========*/

.services{
  background: #e0e0e0;
    color: var(--color-dark);
    display: grid;
    grid-template-columns: repeat(3,1fr);

    gap: 3rem;
    text-align: center;
    margin-top: 2rem;

}
.board{
  background: #e0e0e0;
  padding: 4rem 10%;
}
.board h1{
  font-family: 'Bree Serif', serif;
}
.nos-services{
  background: white;
    color: var(--color-dark);

    padding: 4rem 10%;

}
.nos-services h3{

    font-weight: 700;
    font-size: 1.5rem;
    	/*font-family: 'Bree Serif', serif;*/
        text-align: center;
        margin-bottom: 1rem;
}
.nos-services h1{
    color:#00b3cc ;

    font-size: 2.2rem;
    	font-family: 'Bree Serif', serif;
      text-align: center;
      margin-top: 1rem;
}
.nos-services hr{
  width: 10%;
  margin: auto;
  border: none;
  border-bottom: 3px solid #00b3cc;
  opacity: 1;
}

.services-list{
  display: grid;
  gap:1.5rem;
  grid-template-columns: repeat(3,1fr);
}
.services-list .col{
  background: white;
    box-shadow: var(--box-shadow);
    padding: 0.7rem;
    border-radius: 4px;


}
.services-list .col h1{
  font-size: 2rem;
  /*color: black;*/
}
.cadre-image{
  width: 100%;
  height: 13rem;
overflow: hidden;
}
.contact-banner{
  background:#025a8c;
    padding: 4rem 7%;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.contact-banner h1{
  font-family: 'Bree Serif', serif;
}
.contact-banner a{
  background: white;
  display: block;
  text-decoration: none;
  color: black;
  font-weight: bold;
  padding: 1rem;
  border-radius: 3px;
}

.service-card{
    background: #006d94;


    box-shadow: var(--box-shadow);
    color: white;
    text-align: center;
    padding: 1.5rem;
    border-radius: 5px;

}
.service-card img{
  background: white;
  padding: 5px;
}
.service-card.intro{
    background: transparent;
    border: none;
    box-shadow: none;
}

.service-card.intro h3{
    color: rgba(26,71,152,1) ;
    font-weight: 700;
    font-size: 1rem;
}
.service-card.intro h2{
    font-weight: bold;
    font-size: 2rem;
}
.service-card.intro a{
    display: inline-block;
	background: rgba(26,71,152,1);
	color: var(--color-white);
	text-align: center;
	border-radius: var(--border-radius-1);
	padding: 0.8rem var(--card-padding);
	font-size: 15px;
	text-decoration: none;
	font-weight:700;

}
.service-card  span{
    display: flex;
	font-size: 4rem;
    text-align: center;
    justify-content: center;
    padding-bottom: 00.87rem;
}
.service-card h2{
    text-align: center;
    font-size: 1.1rem;
    padding-bottom: 00.87rem;
    font-weight: 700;
}
.service-card p{
    text-align: left;
    font-size: 0.8rem;
    padding: 0.5rem;

}
.stories{
    padding: 4rem 10%;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 0.6rem;
}
.story{
background: white;
padding: var(--card-padding);
border-radius: var(--padding-1);
}
.info{
    display: flex;
    gap: 0.6rem;
}
.info h3{
    font-weight: 600;
}
.transparent-bg{
    text-align: center;
   color: white;
    background-image: url(../img/img-7.jpg);


    background-size: contain;
    background-attachment: fixed;
}
.mask{
    padding: 4rem 10%;
    background: rgba(0,0,0,0);
    height: 100%;
}
.mask h1{
    font-size: 2.5rem;

}
.mask p{
  color: white;
  width: 70%;
  font-size: 1rem;
}
.mask a{
    display: inline-block;
	background: #00b3cc;
	color: var(--color-white);
	text-align: center;
	/*border-radius: var(--border-radius-1);*/
	padding: 0.8rem var(--card-padding);
	font-size: 15px;
	text-decoration: none;
	font-weight:700;
  margin-right: 1rem;

}
.mask a.bleu{
  background: #025a8c;
}
.news{
    padding: 4rem 10%;
    background: white;
}
.news h1{
  color:#00b3cc ;

}
.news h1 span{
  color: black;
}
.news-group{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 2rem;
    padding-top: 2rem;
}
.news-group-article{
  display: grid;
  grid-template-columns: 4fr 2fr;
  gap: 2rem;
  padding-top: 2rem;
}
.posts{
box-shadow: var(--box-shadow);
padding-bottom: var(--card-padding);
border-radius: 4px;
}
.posts-article{
  box-shadow: var(--box-shadow);
  padding-bottom: var(--card-padding);
  border-radius: 4px;
margin-bottom: 3rem;
}
.post-photo{
    height: 13rem;
    overflow-y: hidden;
}
.post-photo-article{
    height: 25rem;
    overflow-y: hidden;
}
.post-date{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    padding: var(--padding-1);
}
.post-date-article{
    display: flex;
    justify-content:flex-start;
    align-items: center;
    gap: 1rem;
    padding: var(--padding-1);
}
.post-titre{
    padding: 0   var(--padding-1);

}
.post-titre-article{
    padding: 0   var(--padding-1);

}
.post-titre h2{
  font-size: 1rem;

}
.post-titre-article h1{
  font-size: 2rem;
  font-weight: bold;
  color: #00b3cc;
}

.card-article-recent{
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap:1rem;
  margin-bottom: 2rem;

}
.card-article-recent h3{
  color: #00b3cc;
  font-weight: bold;
}
.categorie-item{
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1rem;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  border-bottom: 1px solid silver;
}
.article-recent a{
  text-decoration: none;
}
.article-recent h3{
  font-size: 1rem;
}
.article-recent hr{
  border: none;
  width: 20%;
  border: 2px solid  #00b3cc;
  opacity: 1;
}

/*========== FOOTER ===========*/
.footer{
    display: grid;
    background: var(--color-dark);
    grid-template-columns: 2fr 1fr  2fr;
    color: var(--color-info-light);
    padding: 2rem 7%;
    gap: 3rem;
}
.footer .logo {
	display: flex;
	height: 80px;

	align-items: center;

}
.footer .logo img{
	height: 100%;
	width: auto;
}
.footer-item{
    text-align: left;
    padding:0 var(--card-padding);
}
.footer .logo h1 span{
	color:var(--color-warning);
}
.footer a{
    color: var(--color-info-light);
    display: block;
    text-decoration: none;
    margin-bottom: 00.87rem;
}
.footer-item h2{
    font-size: 1.2rem;

    color: white;
    font-weight: 700;

}
.zdt{
    border: none;
    width: 100%;
    border-radius: 3px;
    height: 2rem;
    padding-left: var(--padding-1);
}
.btn{
    border: none;
    width: 100%;
    border-radius: 3px;
   margin-top: 1rem;
    background: rgba(26,71,152,1);
	color: var(--color-white);
	text-align: center;

	padding: 0.4rem var(--card-padding);
	font-size: 15px;

	font-weight:700;
}

/*===== COVER ==========*/

.cover{

    overflow: hidden;
    background-image: url(../img/bllurred-background.jpg);
    background-attachment: fixed;
    border-bottom: 5px solid #00b3cc;
}
.cover h1{
    text-align: left;
    color: white;
    font-size: 3rem;
    padding-top: 1rem;
    font-family: 'Bree Serif', serif;
}
.cover h1 span{
    color: var(--color-warning);
}
.cover h3{

    align-items: left;

    color: white;
    font-size: 1.2rem;
    margin-bottom: 0;
    padding-bottom: 0;
}
.cover hr{
  width: 10%;
  border: none;
  border-bottom: 5px solid #00b3cc;
  opacity: 1;
}

.presentation{
    padding: 4rem 7%;


    background: white;
}
.presentation hr,.board hr{
  width: 10%;
  border: none;
  border-bottom: 3px solid #00b3cc;
  opacity: 1;
}
.presentation h1,.board h1{
    color: black;
    font-family: 'Bree Serif', serif;
    font-size: 2.5rem;
}
.presentation h3,.board h3{
    font-size: 1rem;
}
.presentation p{
    border-left: 3px solid var(--color-info-light);
    padding-left: 1.5rem;
}
.nos-valeurs{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 2rem;
}
.nos-valeurs .carte h2{
  font-size: 1rem;
  font-weight: bold;
}
.nos-valeurs .carte p{
  font-size: 0.8rem;
}

.stat{

	padding: 4rem 10%;
  background-image: url(../img/shutterstock_272306351-dark.jpg);
  background-attachment: fixed;
  padding-bottom: 0;
  color: white;
  font-family: 'Bree Serif', serif;

display: grid;
grid-template-columns: 1fr 1fr;
gap:2rem;

}
.stat .gauche{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap:2rem;
  text-align: left;
}
.stat .gauche hr{
  width: 10%;
  border: none;
  border-bottom: 3px solid white;
  opacity: 1;
}


.nos-branches{
  padding: 4rem 10%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap:2rem;
}
.nos-branches .branche{


  box-shadow: var(--box-shadow);
  border-radius: var(--card-border-radius);
  padding: var(--card-padding);

}
.nos-branches .branche h2{
  margin-top: 1rem;
}
.nos-branches .branche img{
  border-radius: 4px;
}

.service-titre{
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 3rem;
}
.service-titre p span{
    color: #111e88;
    font-weight: 700;
}
.icone{
    width: 100%;

    border-radius: 50%;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--color-primary);
    margin: auto;
    margin-bottom: 1rem;

}
.icone span{
    font-size: 3rem;
}
.icone.whatsapp{
    background: var(--color-success);
}
.icone.booking{
    background: var(--color-danger);
}
.contact-container{
    padding: 4rem 10%;
}
.contact-container h2{
  font-size: 1rem;
  line-height: 1.5;
}

.zdt{
    width: 100%;
    background: #dde0e4;
    border: none;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 45px;
    padding-left: 10px;
  }
  .ta{
    width: 100%;
    background: #dde0e4;
    border: none;
    margin-top: 10px;
    margin-bottom: 10px;

    padding-left: 10px;
  }
  .navigation button{
      display: none;
  }

  .service-titre p{
      width: 70%;
      margin: auto;
     font-size: 1.2rem;
  }
  .whatsapp-number{
      font-size: 1rem;
      color:#363949;
      margin: 2rem 0;
  }
  .avantages{
      padding: 4rem 10%;


  }
  .avantages h1{
      text-align: center;
      padding: var(--card-padding);
  }
  .avantage-items{
    background: white;
    box-shadow: var(--box-shadow);
      display: grid;
      grid-template-columns: repeat(3,1fr);
      gap: 2rem;
      padding: var(--card-padding);
      border-radius: var(--card-border-radius);
  }
  .avantage-items li{
      display: block;
      border-left:2px solid #0071cd;
      padding: var(--card-padding);
      background: #cee7ec;
      border-radius: var(--border-radius-1);
  }
  .posts a{
	display: flex;
	color: #025a8c;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	gap: 0.8rem;
    margin: auto;
    margin-top: 2rem;
    border: 2px solid #025a8c;
    width: fit-content;
    padding: 0.5rem;
    border-radius: 3px;

}
.posts-article .btn-read-more{
display: flex;
color: #025a8c;
align-items: center;
justify-content:flex-start;
text-decoration: none;
gap: 0.8rem;
margin-left: 2rem;
  margin-top: 2rem;
  border: 2px solid #025a8c;
  width: fit-content;
  padding: 0.5rem;
  border-radius: 3px;

}
.posted-article{
    padding: 4rem 15%;
    display: block;
    font-size: 1rem;
}
.posted-article img{
    display: block;
    margin: 2rem 0;
}
.posted-article h2{
    font-weight: bold;
}
.liste-album{
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap:1.5rem;
}
.carte-photo{
  background: white;
    box-shadow: var(--box-shadow);
    padding: 1rem;
border-radius: 5px;
}
.carte-photo h1{
  font-size: 1.3rem;
  color: gray;
}
.carte-photo hr{
  border: none;
  width: 10%;
  border: 2px solid #00b3cc;
  opacity: 1;
}
.cadre-photo{
  margin-bottom: 0.5rem;
}

.carte-photo a{
  color: #00b3cc;
  text-decoration: none;
  border: 2px solid #00b3cc;
  border-radius: 6px;
  padding: 7px;
  display: block;
  width: fit-content;
  margin: auto;
}
.nos-partenaires{
background: white;
padding: 4rem 10%;
}
.nos-partenaires h1{
  color: #00b3cc;
}
.nos-partenaires h1 span{
  color: black;
}
.liste-partenaires{
  display: flex;
 flex-wrap: wrap;

}
.liste-partenaires img{
  height: 4rem;
  width: auto;
  margin: 1.5rem;
}


/*======== MENU MOBILE ========*/
  .menu-mobile{
      display: none;
  }
  .icone-langue{
    height: 2rem;
    border: 2px solid white;
    border-radius: 50%;
  }

/*================== MEDIA QUERIES ==============*/
@media screen and (max-width: 1200px) {

    .horaire,.asm,.services{
      grid-template-columns: 1fr;
    }

    .asm img{
        width: 80%;
        display: block;
        margin: auto;
        margin-bottom: 3rem;
      }

      .service-card.intro p{
          text-align: center;
      }
      .service-card.intro h3{
       text-align: center;
        font-size: 2rem;
    }
    .service-card.intro h2{
        font-weight: bold;
        font-size: 2rem;
        text-align: center;
    }
    .service-card.intro a{
        display: block;
        margin: auto;
        width: 30%;

    }
    .news-group{
          grid-template-columns: 1fr 1fr;
    }
    .posts:last-child{
        display: none;
    }
    .footer{
        grid-template-columns: 1fr 1fr;
    }
    .masquer{display: none;}


}

/*================== MEDIA QUERIES ==============*/

@media screen and (max-width: 768px) {
  .masquer{
    display: none;
  }
  .contact .afficher{
    display: flex;
    flex-direction: row;
    align-items: center;
  }

    .horaire,.asm{
        grid-template-columns: 1fr;
      }


      .service-card.intro a{
        display: block;
        margin: auto;
        width: 70%;

    }
    .news-group{
          grid-template-columns: 1fr;
    }
    .posts:last-child{
        display: block;
    }
    .footer{
        grid-template-columns: 1fr;
    }
    .masquer{display: none;}
    .social-network{
        display: block;
    }
    .top-bar{
        justify-content: center;
        align-items: center;
        z-index: 2;
    }
    .menu-liste{

       display: none;

   }



   @keyframes showMenu{
        to{
            left: 0;
        }
   }

.navigation button{
        display: inline-block;
        background: transparent;
        cursor: pointer;
        color: var(--color-dark);

        border: none;
    }
    .navigation button span{
        font-size: 2.5rem;
    }

    .stories{
        grid-template-columns: 1fr;
    }
    .banner{
        height: auto;
    }


    .banner .banner-text{
        position: absolute;
        top: 1rem;
        left: 1rem;
        background: rgba(132,139,200,0.3);
        padding: 1rem;
        color: white;
    }
    .banner .banner-text h1{
        font-size: 2rem;
    }
    .banner .banner-text p{
        font-size: 1rem;
    }
    .banner .banner-text a{
        display: inline-block;
        background: rgba(26,71,152,1);
        color: var(--color-white);
        text-align: center;
        border-radius: var(--border-radius-1);
        padding: 0.8rem var(--card-padding);
        font-size: 15px;
        text-decoration: none;
        font-weight:700;
    }
    .banner .banner-text h2{
        color: white;
        margin-bottom: 0.8rem;
        font-weight: bold;
        font-size: 1.3rem;
    }
    .menu-mobile{    position: fixed;
        left: -100%;
        top: 0;
        background: var(--color-white);
        width: 85%;
        z-index: 3;
        box-shadow: 1rem 3rem 4rem var(--color-light);
        height: 100vh;
        padding-right: var(--card-padding);
        display: none;
        animation: showMenu 400ms ease forwards;
        flex-direction: column;
     }

     .mobile-logo{
         position: relative;
     display: flex;
     height: 80px;
     padding: 1rem;
     justify-content: space-between;
     align-items: center;
     gap:1.5rem;
     }
     .mobile-logo h1{
         font-size: 1.5rem;
     }

     .close-btn{
         position: absolute;
         right: 0;
         cursor: pointer;
     }
     .close-btn span{
       font-size: 2rem;
     }
.menu-item{
    display: flex;
    flex-direction: column;
    margin: var(--card-padding);
    align-items: center;
}

.menu-item a{
	font-size: 15px;
	text-decoration: none;
	font-weight:700;
    height: 3rem;
}
.menu-item a:last-child{
	display: inline-block;
	background: rgba(26,71,152,1);
	color: var(--color-white);
	text-align: center;
	border-radius: var(--border-radius-1);
	padding: 0.8rem var(--card-padding);

}

.presentation{
    grid-template-columns: 1fr;
}

.cover h3{

    gap: 0.1rem;

}
.asm{
    padding: 3rem 1rem;
    display: block;
}
.asm .right{
    padding: 0;
}

/*===== BANNER TEXT ====*/


.banner .banner-text a{
	display: inline-block;
	background: rgba(26,71,152,1);
	color: var(--color-white);
	text-align: center;
	border-radius: var(--border-radius-1);
	padding: 0.8rem var(--card-padding);
	font-size: 15px;
	text-decoration: none;
	font-weight:700;

}
.banner .banner-text h2{
	font-size: 1rem;
}
.avantages{
    padding: 1rem 1rem;
}
.avantages h1{
    font-size: 1.2rem;
}
.avantage-items{
    grid-template-columns: 1fr;
}
.service-titre p{
    width: 95%;
}

.mask p{
  width: 100%;
}
.horaire{
  background-size: cover;
  background: var(--color-background);
  	padding: 4rem 5%;
}
.horaire .service-grid{
  grid-template-columns: 1fr;
  gap:3rem;
}
.asm{

    grid-template-columns: 1fr;
    /*padding-bottom: 0;*/
  }
    .asm .left {

    }
  .asm .left img{
display: none;

  }
  .nos-services{
    background: none;
    padding: 0 3%;

}

.services-list{

  grid-template-columns:1fr;
  padding:4%;
}

.contact-banner{
  background:#025a8c;
    padding: 4rem 3%;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    text-align: center;
}
.contact-banner a{
  margin-top: 2rem;
}

.asm .right h1{
    /*color:var(--color-dark);*/

    font-size: 2.2rem;
    	font-family: 'Bree Serif', serif;
}
.cover{
  background-size: cover;
}
.cover hr{
  width: 20%;

}
.nos-valeurs{

  grid-template-columns: 1fr;
  gap: 2rem;
}
.stat{
  grid-template-columns: 1fr;
}
.stat .gauche{

  grid-template-columns: 1fr;

}
.cover a{
  display: none;
}
.nos-branches{
  padding: 2rem 3%;

  grid-template-columns: 1fr;

}
.news{
    padding: 2rem 3%;

}
.news-group-article{

  grid-template-columns: 1fr;

}

.post-photo-article{
    height: 15rem;
    overflow-y: hidden;
}
.liste-album{

  grid-template-columns: 1fr;

}

.icone-langue{
height: 3rem;
width: 3rem;
}
.top-bar{

	padding: 1rem 0.5rem;
  justify-content: space-between;


}

}
