@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  list-style: none;
  text-decoration: none;
  scroll-behavior: smooth;
}
button:disabled {
  background-color: #cccccc; /* Light gray background */
  color: #666666;           /* Darker gray text */
  cursor: not-allowed;      /* Change cursor to not-allowed */
  opacity: 0.6;             /* Slightly transparent */
}
body {
  overflow-x: hidden;
}
.container {
  width: 100%;
}
/* .top-nav{
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 10px 0px;
    background:#4267B2;
}
.top-nav p{
    color:#fff;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 27px;
}
.top-nav p span {
    color:#3d00ff;
    cursor: pointer;
    font-weight: 800;
    text-transform: uppercase;
}
.top-nav a{
    width: 200px;
    height: 40px;
    border-radius: 10px;
    border: none;
    background: #25D366;
    transition: .6s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.top-nav button:hover{
    cursor: pointer;
}
.top-nav button a{
    color:#fff;
    font-size: 15px;
} */
.top-nav {
  display: flex;
  justify-content: center; /* center content */
  align-items: center;
  padding: 10px 30px;
  background: #4267B2;
  position: relative; /* allow absolute positioning inside */
}

/* Center the text absolutely */
.top-nav p {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 37px;
  margin: 0;
}

/* Right-align the button */
.top-nav a {
  margin-left: auto;
  width: 200px;
  height: 40px;
  border-radius: 10px;
  border: none;
  background: #25D366;
  transition: 0.6s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
}

/* Optional: hover effect */
.top-nav a:hover {
  cursor: pointer;
  opacity: 0.9;
}

@media(max-width:950px){
    .top-nav{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .top-nav p{
        text-align: center;
    }
}

header {
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  padding: 0px 7%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 2000;
}
header .logo {
    display: flex;
    gap: 5px;
    align-items: center;
}
header .logo img {
  width: 50px;
  font-size: 25px;
  color: #333;
}
header .logo h2{
    font-size: 1.3rem;
    color: #134e9b;
}
header .navbar ul {
  list-style: none;
}
header .navbar ul li {
  position: relative;
  float: left;
}
header .navbar ul li a {
  font-size: 16px;
  padding: 20px;
  color: #333;
  display: block;
  font-weight: 500;
  transition: 0.5s ease;
}

header .navbar ul li a.act {
  color: #134e9b;
}
header .navbar ul li ul {
  position: absolute;
  left: 0;
  width: 250px;
  background: #fff;
  display: none;
  z-index: 1000;
}
header .navbar ul li ul li {
  width: 100%;
  border-top: 1px solid #ffffff;
  background: #49D292;
  transition: .5s ease;
}
header .navbar ul li ul li:hover{
    background: #4267B2
}
header .navbar ul li ul li ul li{
    background: #002b63 ;
}
header .navbar ul li ul li a {
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  transition: 0.4s ease;
}
header .navbar ul li ul li ul {
  left: 250px;
  top: 0;
}
header .navbar ul li:focus-within > ul,
header .navbar ul li:hover > ul {
  display: initial;
}
#menu-bar {
  display: none;
}
header label {
  font-size: 20px;
  color: #171717;
  cursor: pointer;
  display: none;
}
header label i {
  font-size: 2rem;
  transition: 0.5s ease;
}
header label i:hover {
  color: #134e9b;
}
@media(max-width:1380px){
    header {
      padding: 0px 1%;
    }
    header .navbar ul li a{
      padding:20px 7px;
    }
  }
@media(max-width:1300px){
  header {
    padding: 0px 1.8%;
  }
  header .navbar ul li a{
    padding:20px 7px;
  }
}
@media (max-width: 1269px) {
  header {
    padding: 0px 2%;
  }
  header .navbar ul li a{
    padding:20px 10px;
  }
}
@media (max-width: 1181px){
    header .navbar ul li a{
        font-size: 15px;
    }
}
@media (max-width: 1146px) {
  header {
    padding: 20px;
  }
  header label {
    display: initial;
  }

  header .navbar {
    position: absolute;
    top: 8.6rem;
    left: 0;
    right: 0;
    background: #fff;
    border-top: 1px solid #171717;
    display: none;
    transition: 0.4s ease;
    /* padding-top: 50%; */
    box-shadow: -1px 23px 0px -15px rgba(0, 0, 0, 0.37);
    -webkit-box-shadow: -1px 23px 0px -15px rgba(0, 0, 0, 0.37);
    -moz-box-shadow: -1px 23px 0px -15px rgba(0, 0, 0, 0.37);
    z-index: 1000;
    transition: .6s linear;
  }
  header .navbar.active {
    /* padding-top: 0%; */
    display: initial;
  }
  header .navbar ul li {
    width: 100%;
  }
  header .navbar ul li ul {
    position: relative;
    width: 100%;
  }
  header .navbar ul li ul li {
    background: #25d365d3;
  }
  header .navbar ul li ul li a {
    color: #fff;
  }
  header .navbar ul li ul li:hover{
    background: #4267B2;
}
  header .navbar ul li ul li ul {
    width: 100%;
    left: 0;
  }
  #menu-bar:checked ~ .navbar {
    display: initial;
  }
}
@media (max-width: 500px) {
  nav .logo {
    width: 180px;
  }
  .navbars {
    top: 3rem;
  }
}
@media(max-width:950px){
    header .navbar {
        top: 9.8rem;
    }
    header .logo h2{
        font-size: 1.1rem;
        color: #002b63;
    }
}
@media(max-width:730px){
    header .navbar {
        top: 11.4rem;
    }
}
@media(max-width:379px){
    header .navbar {
        top: 12.4rem;
    }
    header .logo h2{
        font-size: 1rem;
        color: #002b63;
    }
    header{
        padding-left: 5px;
        padding-right: 5px;
    }
}
/* start page home  */
.acredete{
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 30px;
}
.acredete .box img{
    width: 150px;
}
.acredete .box {
    display: flex;
    align-items: center;
    gap: 20px;
}

.acredete .box h3{
    font-size: 1.3rem;
    color:#134e9b;
}
.acredete .box h4{
    color:#8b8e94;
    margin-top: 5px;
}
@media(max-width:1150px){
    .acredete .box img{
        width: 100px;
    }
}
@media(max-width:800px){
    .acredete .box img{
        width: 50px;
    }
    .acredete .box h3{
        font-size: 1rem;
    }
    .acredete .box h4{
        font-size: 13px;
    }
}
@media(max-width:570px){
    .acredete .box img{
        width: 150px;
    }
    .acredete{
        display: block;
    }
    .acredete .box{
        margin-left: 10px;
        margin-bottom: 20px;
    }
    .acredete .box h3{
        font-size: 1.2rem;
    }
}
@media(max-width:410px){
    .acredete .box img{
        width: 100px;
    }
    .acredete .box h3{
        font-size: 1rem;
    }
}
.vidoe{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin: 30px auto;
    height: 450px;
}
.vidoe video{
    width: 100%;
    height: 450px;
}
.experence{
    display: flex;
    justify-content: center;
    margin-top: 20px;
    flex-direction: column;
    margin: 20px auto;

}
.experence h1{
    font-size: 3rem;
    text-align: center;
}
.experence h1 span{
    color:#134e9b;
    font-weight: 900;
}
@media(max-width:700px){
    .experence h1 {
        font-size: 2rem;
    }
}
@media(max-width:480px){
    .experence h1 {
        font-size: 1.4rem;
    }
}
.apropos{
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 50px;
}
.apropos .img img{
    width: 600px;
}
.apropos .text{
    width: 600px;
}
.apropos .text h1{
    font-size: 2.3rem;
    position: relative;
    margin-bottom: 30px;
}
.apropos .text h1::after{
    content: '';
    display: block;
    width: 20%;
    height: 4px;
    border-radius: 10px;
    background: #134e9b;
    position: absolute;
}
.apropos .text p{
    font-size: 17px;
    line-height: 2;
    letter-spacing: 1px;
}
@media(max-width:1280px){
    .apropos{
        gap: 10px;
        display: block;
    }
    .apropos .text{
        margin: 15px 0px;
        margin-left: 40px;
        width: 70%;
    }
    .apropos .img{
        margin-left: 40px;
    }
    .apropos .img img{
        width: 70%;
    }
}
@media(max-width:700px){
    .apropos .img img{
        width: 90%;
    }
}
@media(max-width:600px){
    .apropos .text{
        margin-left: 0px;
        width: 95%;
    }
    .apropos .img{
        margin-left: 0px;
    }
    .apropos .img img{
        width: 100%;
    }
    .apropos{
        padding: 0px 20px;
    }
    .apropos .text p{
        font-display: 16px;
        letter-spacing: 0px;
    }
}
@media(max-width:400px){
    .apropos .text{
        width: 100%;
    }
    .apropos .text p{
        font-display: 13px;
        letter-spacing: 0px;
    }
    .apropos .text h1{
        font-size: 1.7rem;
    }
}
.quiSommeNous{
    width: 80%;
    margin:3rem auto ;
}
.quiSommeNous h1{
    margin: 3rem 0px;
    position: relative;
}
.quiSommeNous  h1::after{
    content: '';
    display: block;
    width: 10%;
    height: 4px;
    border-radius: 20px;
    background: #134e9b;
    position: absolute;
}
.quiSommeNous p{
    margin: 10px 0px;
    font-style: italic;
    line-height: 1.7;
}
.quiSommeNous ul{
    margin-top: 20px;
}
.quiSommeNous ul li{
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 2rem;
}
.quiSommeNous ul li.santeGreen{
    color: #25D366;
    font-weight: 500;
    font-size: 17px;
}
.quiSommeNous ul li img{
    width: 40px;
    height: 40px;
}
.quiSommeNous ul li a{
    color:#25D366;
    font-weight: 600;
}
@media(max-width:1140px){
    .quiSommeNous{
        width: 95%;
    }
    .quiSommeNous h1{
        font-size: 1.4rem;
    }
    .quiSommeNous ul li{
        font-size: 14px;
    }
}
@media(max-width:500px){
    .quiSommeNous ul li{
        gap: 5px;
    }
}

/* offre */
.offre{
    width: 100%;
    margin-top: 30px;
}
.offre h1{
    text-align: center;
    font-size: 2.4rem;
}
.offre h1 span{
    color:#134e9b;
}
.offre .offer-boxes {
    margin-top: 2rem;
    width: 80%;
    margin: 30px auto;
}
.offre .offer-boxes h2{
    color:#134e9b;
}
.offre .offer-boxes .boxes{
    display: flex;
    justify-content: center;
    gap: 40px;
}
.offre .offer-boxes .boxes .box{
    width:40% ;
    border: 1px solid #134e9b;
    margin-top: 3rem;
    text-align: center;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: .6s ease;
}
.offre .offer-boxes .boxes .box:hover{
    border: 1px solid #e87920;
    transform: translateY(-15px);
}
.offre .offer-boxes .boxes .box img{
    width: 100px;
    margin: 20px 0px;
}
.offre .offer-boxes .boxes .box a{
    margin: 20px 0px;
    border: 1px solid #134e9b;
    width: 160px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s ease;
}
.offre .offer-boxes .boxes .box a:hover{
    border: 1px solid #e87920;;
    color:#e87920;
}
.offre .offer-boxes .boxes .box h3 span{
    color:#134e9b;
}
@media(max-width:1360px){
    .offre .offer-boxes .boxes .box{
        width:100% ;
    }
}
@media(max-width:930px){
    .offre h1{
        font-size: 1.6rem;
    }
    .offre .offer-boxes {
        width: 90%;
    }
    .offre .offer-boxes .boxes{
        gap: 10px;
    }
}
@media(max-width:645px){
    .offre .offer-boxes .boxes{
        display: block;
    }
    .offre .offer-boxes .boxes .box{
        margin: 20px auto ;
    }
    .offre h1{
        font-size: 1.2rem;
    }
    .offre .offer-boxes h2{
        font-size: 1.2rem;
    }
}
@media(max-width:450px){
    .offre .offer-boxes .boxes .box{
        width: 100%;
    }
    .offre h1{
        font-size: 1rem;
    }
    .offre .offer-boxes h2{
        font-size: 1rem;
    }
}
.rejoignes{
    width: 50%;
    height: 380px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 5px #b7b7b7;
    margin: 8rem auto;
    text-align: center;
}
.rejoignes h1{
    color:#134e9b;
    font-size: 3rem;
}
.rejoignes p{
    width: 95%;
    color:#134e9b;
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 20px;
}
.rejoignes .btn{
    display: flex;
    gap: 20px;
}
.rejoignes .btn a{
    width: 180px;
    height: 50px;
    background: #e87920;
    display: flex;
    justify-content: center;
    align-items: center;
    color:#fff;
}
.rejoignes .btn a.ins{
    background: #002b63;
}
@media(max-width:1420px){
    .rejoignes{
        width: 70%;
    }
}
@media(max-width:900px){
    .rejoignes{
        width: 90%;
    }
}
@media(max-width:750px){
    .rejoignes{
        width: 95%;
    }
}
@media(max-width:520px){
    .rejoignes h1{
        font-size: 2rem;
    }
    .rejoignes p{
        font-size: 15px;
    }
    .rejoignes .btn{
        flex-direction: column;
    }
}
/* maps  */
.maps{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.maps h1{
    font-size: 2.2rem;
    font-weight: 500;
    margin: 20px 0px;
    text-align: center;
}
.maps iframe{
    width: 90%;
    height: 500px;
}
@media(max-width:620px){
    .maps iframe{
        width: 98%;
        height: 500px;
    }
    .maps h1{
        font-size: 1.5rem;
    }
}
/* footer  */
footer{
    width: 100%;
    min-height: 400px;
    margin-top: 9rem;
    background: #002b63;
    display: flex;
    justify-content: space-around;
    padding-top: 3rem;
}
footer .box{
    width: 320px;
}
footer h1{
    color:#e2e0e0;
    margin-bottom: 20px;
}
footer .box a{
    font-size: 17px;
    display: block;
    margin: 15px 0px;
    display: flex;
    align-items: center;
    gap: 8px;
    color:#c8c8c8;
    transition: .6s ease;
}
footer .box a:hover{
    color:#fff;
}
footer .box i{
    color:#fff;
    font-size: 18px;
}
footer .box i.fa-facebook{
    color: #4267B2;
}
footer .box i.fa-instagram{
    color: #E1306C;
}
footer .box i.fa-youtube{
    color: #FF0000;
}
footer .box i.fa-whatsapp{
    color: #25D366;
}

@media(max-width:900px){
    footer{
        display: block;
        padding: 4rem;
    }
}

@media(max-width:400px){
    footer{
        display: block;
        padding: 4rem 1rem;
    }
}
/* mainPages */
.head-top{
    width: 100%;
    min-height: 400px;
    background:#3d00ff ;
    background-size: cover;
    display: flex;
    justify-content: space-around;
    color:#fff;
    align-items: center;
    padding: 0px 5rem;
}
.head-top .title h1{
    /* width: 95%; */
    font-size: 3rem;
    font-weight: 400;
    text-align: center;

} 
 .title h1 span{
    color:#25D366;
    font-weight: 900;
}
.head-top .title h2{
    font-size: 1.8rem;
    margin-top: 20px;
    text-align: center;
    color:#e8d420
}
.head-top.org{
    background:#e87920;
}
.head-top img{
    width: 200px;
}
.head-top.org .title h2{
    color:#3d00ff;
}
@media(max-width:1200px){
    .head-top{
        padding: 0px 2rem;
    }
}
@media(max-width:700px){
    .head-top {
        padding: 0px 1rem;
    }
    .head-top .title h2{
        font-size: 1.3rem;
    }
}
@media(max-width:840px){
    .head-top .title h1{
        font-size: 1.8rem;
    }
    .head-top img{
        width: 150px;
    }
    .head-top h2{
        font-size: 1.2rem;
    }
}
@media(max-width:600px){
    .head-top .title h1{
        font-size: 1.3rem;
    }
    .head-top img{
        width: 150px;
    }
    .head-top{
        flex-direction: column;
        justify-content: center;
    }
}
@media(max-width:440px){
    .head-top img{
        width: 100px;
    }
    .head-top .title h1{
        font-size: 1.1rem;
    }
}
/* information */
.information{
    width: 80%;
    margin: 3rem auto;
}
.information h3{
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 2rem;
    color: #002b63;
}
.information h3 img{
    width: 40px;
    height: 40px;
}
.information h4{
    color:#565656;
}
@media(max-width:850px){
    .information{
        width: 90%;
    }
    .information h3{
        font-size: 16px;
    }
}
/* nos-filaire */
.nos-filaire{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.nos-filaire h1{
    font-size: 3rem;
    font-weight: 400;
}
.nos-filaire h1 span{
    color:#002b63  ;
}
.offre .offer-boxes .box h4{
    color:#002b63;
    margin-top: 1rem;
}
@media(max-width:450px){
    .nos-filaire h1{
        font-size: 2rem;
    }
}
/* objectif */
.objectif{
    width: 85%;
    margin: 3rem auto;
    display: flex;
    justify-content: space-between;
    gap: 40px;
}
.objectif .box {
    width: 750px;
    margin: 20px 0px;
}
.objectif .objec{
    width: 80%;
}
.objectif .box h1{
    color: #002b63;
    margin-bottom: 25px;
}
.objectif .box p{
    margin: 10px 0px;
}
.objectif .box h3{
    align-items: center;
    display: flex;
    margin: 15px 0px;
    font-size: 20px;
    font-weight: 600;
    color:#002b63;
    gap: 10px;
}
.objectif .box h3 img{
    width: 40px;
    height: 40px;
}
.objectif .box h4 img{
    width: 40px;
    height: 40px;
}
.objectif .box h4 span{
    color: #3d00ff;
    font-size: 16px;
    font-weight: 600;
}
.objectif .box h4{
    align-items: center;
    display: flex;
    margin: 15px 0px;
    font-size: 17px;
    gap: 4px;
    text-transform: uppercase;
    color: #002b63;
    margin-bottom: 1rem;
}
@media(max-width:1200px){
    .objectif{
        display: block;
    }
}
@media(max-width:900px){
    .objectif{
        width: 95%;
    }
}
@media(max-width:600px){
    .objectif .box p{
        font-size: 13px;
    }
    .objectif .box h3 {
        font-size: 15px;
    }
    .objectif .box h4{
        font-size: 16px;
    }
    .objectif .box {
        width: 100%;
    }
}
@media(max-width:440px){
    .objectif .box h4 span{
        font-size: 12px;
    }
    .objectif .box h4{
        font-size: 14px;
        gap: 8px;
    }
    .objectif h1{
        font-size: 1.5rem;
    }
}
/* porquoiChoisir */
.porquoiChoisir{
    width: 80%;
    margin: 4rem auto;
    display: flex;
    justify-content: center;
    gap: 30px;
}
.porquoiChoisir .img-choix img{
    width: 550px;
}
.porquoiChoisir .info h1{
    font-size: 1.7rem;
    color: #002b63;
}
.porquoiChoisir .info p{
    margin: 1.2rem 0rem;
    line-height: 1.8;
}
.porquoiChoisir .info p{
    display: flex;
    align-items: center;
    gap: 10px;
}
.porquoiChoisir .info ul{
    flex-wrap: wrap;
    display:flex;
    gap: 20px;
    margin: 1.2rem 0rem;
}
.porquoiChoisir .info ul li{
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 3px;
    font-size: 17px;
}
.porquoiChoisir .info ul li::before{
    content: '';
    width: 15px;
    height: 10px;
    background: #002b63;
    border-radius: 7px 0px;
    display: block;
}
.porquoiChoisir .info p span{
    display: flex;
    align-items: center;
}
.porquoiChoisir .info p span img{
    width: 30px;
    height: 30px;
}
@media(max-width:1400px){
    .porquoiChoisir{
        width: 90%;
    }
}
@media(max-width:1250px){
    .porquoiChoisir{
        width: 90%;
        display: block;
    }
    .porquoiChoisir .img-choix img{
        margin: 2rem 0rem;
    }
}
@media(max-width:630px){
    .porquoiChoisir .img-choix img{
        width: 100%;
    }
    .porquoiChoisir .info h1{
        font-size: 1.3rem;
        color: #002b63;
    }
    .porquoiChoisir .info p{
        font-size: 14px;
    }
}
.programe{
    width: 80%;
    margin: 4rem auto;
}
.programe h1{
    font-size: 3rem;
    gap: 8px;
    text-align: center;
}
.programe h1 span{
    color: #134e9b;
}
.programs{
    display: flex;
    justify-content: space-between;
    margin-top: 3rem;
}
.programs .one h3 {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 20px 0px;
    font-weight: 600;
}
.programs .one h3 img{
    width: 40px;
    height: 40px;
}
.programs .one h2{
    color:#002b63;
    margin-bottom: 2rem;
}
@media(max-width:1400px){
    .programe{
        width: 98%;
    }
}
@media(max-width:1100px){
    .programs{
        display: block;
    }
    .programe{
        width: 90%;
    }
}
@media(max-width:600px){
    .programe h1{
        font-size: 1.9rem;
    }
    .programs .one h2{
        font-size: 1.2rem;
    }
    .programs .one h3{
        font-size: 1rem;
    }
    .programs .one h3 img{
        width: 30px;
        height: 30px;
    }
}
.offer-boxes .boxes .box a{
    color:#002b63
}
.aboute-programme{
    width: 90%;
    display: flex;
    justify-content: center;
    margin: auto;
    gap: 30px;
    align-items: center;
}
.aboute-programme .aboute-image{
    width: 600px;
}
.aboute-programme .aboute-image img{
    width: 100%;
    animation: 2s ease infinite img;
}
@keyframes img{
    100%,0%{
        transform: translateY(0px);
    }
    50%{
        transform: translateY(25px);
    }
}
.aboute-programme .about-text{
    width: 600px;
}
.aboute-programme .about-text h1{
    color:#002b63;
    font-size: 2.2rem;
    margin-bottom: 1.5rem ;
}
.aboute-programme .about-text p{
    line-height: 1.8;
    text-transform: uppercase;
    color: #002b63;
    margin: 15px 0px;
}
@media(max-width:1190px){
    .aboute-programme{
        display: block;
    }
    .aboute-programme .about-text{
        margin: auto;
    }
    .aboute-programme .aboute-image{
        margin: auto;
    }
}
@media(max-width:650px){
    .aboute-programme{
        display: block;
    }
    .aboute-programme .about-text{
        width: 100%;
    }
    .aboute-programme .about-text p{
        font-size: 14px;
    }
    .aboute-programme .aboute-image{
        width: 100%;
    }
}
/* style="" */
.certifecat{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 80%;
    margin:5rem auto;
}
@media(max-width:750px){
    .certifecat{
        font-size: 1.3rem;
        width: 97%;
    }
}
/* contact  */
.contact-title{
    font-size: 4rem;
}
.contact-form{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3rem;
    gap: 30px;
}
.contact-form img{
    width: 600px;
}
.contact-form  form{
    width: 650px;
}
.contact-form  form h2{
    font-size: 2.6rem;
    letter-spacing: 1px;
    font-weight: 400;
    margin-bottom: 2rem;
}
.contact-form  form p{
    color:#6b6b6b;
    font-size: 16px;
    margin-bottom: 20px;
}
.contact-form  form input{
    width: 100%;
    margin: 10px 0px;
    height: 54px;
    padding: 10px;
    transition: .4s ease;
    outline: none;
}
.contact-form  form input:focus{
    border: #25D366 2px solid;
}
.contact-form  form input::placeholder{
    font-size: 15px;
}
.contact-form  form input[type="submit"]{
    background: #25D366;
    color: #fff;
    font-size: 17px;
    border: none;
    cursor: pointer;
    width: 200px;
    border-radius:0px 20px;
    margin-top: 1rem;
}
.contact-form  form input[type="submit"]:hover{
    border-radius: 20px 0px;
}
.env{
    color:#002b63;
    font-size: 1.4rem;
    font-weight: 500;
    /* display: none; */
    display: flex;
}
.env::after{
    content: "";
    animation: env infinite linear .7s;
}
@keyframes env{
    0%{
        content: '.';
    }
    50%{
        content: '..';
    }
    100%{
        content: '...';
    }
}
@media(max-width:1320px){
    .contact-form img{
        width: 500px;
    }
    .contact-form  form{
        width: 550px;
    }
    .contact-title{
        font-size: 4rem;
    }
}
@media(max-width:1130px){
    .contact-form{
        display: block;
        width: 90%;
        margin: 3rem auto;
    }
    .contact-form img{
        width: 70%;
    }
    .contact-form  form{
        width: 70%;
    }
    .contact-title{
        font-size: 4rem;
    }
}
@media(max-width:800px){
    .contact-form img{
        width: 100%;
    }
    .contact-form  form{
        width: 100%;
    }
    .contact-title{
        font-size: 4rem;
    }
}
@media(max-width:662px){
    .contact-form  form h2{
        font-size: 1.8rem;
    }
    .contact-title{
        font-size: 4rem;
    }
    .env{
        font-size: 1rem;
    }
}
.contact-form  form select{
    width: 100%;
    margin: 10px 0px;
    height: 54px;
    padding: 10px;
    font-size: 17px;
}
.contact-form  form input[type="file"]{
    border: 1px solid #6b6b6b;
    font-size: 17px;
}
.contact-form  form textarea{
    width: 100%;
    margin: 10px 0px;
    height: 200px;
    padding: 10px;
    transition: .4s ease;
    outline: none;
}
.contact-form  form.inscri{
    width: 70%;
}
.contact-form  form input[name="message"]{
    height: 150px;
}
@media(max-width:1130px){
    .contact-form  form.inscri{
        width: 100%;
    }
}
.gallary{
    width: 100%;
    min-height: 400px;
    background: #3d00ff;
}
.gallary h1{
    font-size: 5rem;
    color:#fff;
    text-transform: uppercase;
    font-weight: 300;
    padding: 5rem;
}
/* swip */

.swiper {
  width: 100%;
  height:900px;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  
}

.autoplay-progress {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 10;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: var(--swiper-theme-color);
}

.autoplay-progress svg {
  --progress: 0;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  stroke-width: 4px;
  stroke: var(--swiper-theme-color);
  fill: none;
  stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
  stroke-dasharray: 125.6;
  transform: rotate(-90deg);
}
@media(max-width:1220px){
    .swiper-slide img{
        object-fit: cover;
    }
    .swiper {
        width: 100%;
        height:100%;
      }
      
}
@media(max-width:640px){
    .gallary h1{
        font-size: 3rem;
        padding: 2rem;
    }
}
.rncp{
    width: 80%;
    margin:3rem auto;
}
.rncp h1{
    font-size: 2.6rem;
    margin-bottom: 20px;
}
.rncp p{
    font-size: 19px;
    line-height: 1.8;
    color:#333;
}
@media(max-width:720px){
    .rncp{
        width: 90%;
    }
    .rncp h1{
        font-size: 1.7rem;
    }
    .rncp p{
        font-size: 17px;
        line-height: 1.6;
    }
}
.bottom{
    width: 100%;
    min-height: 100px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: #134e9b;
    color:#fff;
    padding: 0px 3px;
}
.bottom span{
    display: flex;
    flex-direction: column;
}
.bottom span a{
    color:#fff;
    line-height: 1.7;
    text-decoration: none;
}
.arrow i{
    font-size: 2.5rem;
    cursor: pointer;
    transition: .4s ease;
}
.arrow i:hover{
    transform: scale(1.1);
    color: #25D366;
}
@media(max-width:600px){
    .bottom{
        padding: 0px 10px;
    }
    .bottom span a{
        font-size: 15px;
    }
    .bottom span a{
        width: 90%;
    }
}
.wtp{
    position: fixed;
    bottom: 2rem;
    left: 20px;
    display: flex;
    align-items: center;
    background:#134e9b78;
    z-index: 11;
    border-radius: 10px;
    transition: .6s ease;
}
.wtp img{
    width: 50px;
}
.wtp span{
    height:50px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    width: 0px;
    color:#fff;
    opacity: 0;
    transition: .4s ease;
}
.wtp:hover  span{
    width: 140px;
    opacity: 1;
}
/* sante  */
.sante{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    float: right;
    width: 300px;
    margin: 20px;
    /* box-shadow: 0px 0px 5px #b7b7b7; */
    height: 200px;
}
.sante h1{
    text-transform: uppercase;
    color: #25D366;
    animation: sante 2s ease infinite;
    font-size: 1.2rem;
    margin-bottom: 20px;
}
@keyframes sante{
    100%,0%{
        transform: scale(1);
    }
    50%{
        transform: scale(1.1);
    }
}
.sante button{
    width: 200px;
    height: 33px;
    border-radius: 20px;
    font-size: 17px;
    border: none;
    background: #25D366;
    color:#fff;
    cursor: pointer;
}
@media(max-width:460px){
    .sante button{
        width: 150px;
        font-size: 14px;
    }
    .sante h1{
        font-size: 1rem;
    }
}
@media (max-width: 768px) {
  .top-nav {
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    padding: 20px 10px;
  }

  .top-nav p {
    position: static;
    transform: none;
    font-size: 22px;
  }

  .top-nav a {
    margin-left: 0;
    width: 100%;
    max-width: 300px;
  }
}