

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}


/* body {
    font-family: "Poppins", sans-serif;
    --primary: #304f47;
    --white: #f5f5f5;
    --pill: #e0d4be;
    --red: #cc033f;
    position: relative;
} */

.container{
    position: relative;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 1rem;
}

a{
    text-decoration: none;
    color: inherit;
}

li{
    list-style-type: none;
    line-height: 30px;
}

section{
 position: relative;
 /* margin: 0 0 3rem 0 ; */
 margin: 3rem 0;
}


.scrollable-content::-webkit-scrollbar {
    display: none;
    transition: 1.8s;
  }


.full-menu::-webkit-scrollbar {
    display: none;
}


.title-section{
    margin: 0 0 2.5rem 0;
    color: #352d2d;
}
.title-section h1{
    /* font-size: 2rem; */
    font-size: clamp(1.5rem, 5vw, 2rem);
    /* font-size: clamp(1.2rem, 5vw, 1.5rem); */
    text-transform: uppercase;
    line-height: 2.5rem;
}

.title-section>*{
    margin: 5px;
}

.section-description{
    padding: 5px;
    /* font-size: .9rem; */
}

#faqs:target {
    padding-top: 5.5em; /* Ajustez la valeur selon la hauteur de votre menu fixe */
}
.Faqs-quick{
    position: fixed;
    /* width: 3rem;
    height: 3rem; */
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 1rem;
    left: 15px;
    z-index: 99;
    /* background-color: var(--primary); */
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
    width: 50px;
    height: 50px;
}
.Faqs-quick i{
    display: flex;
    justify-content: center;
    color: var(--primary);
    font-size: 2.5rem;


}
/* Footer content */


footer{
    position: relative;
    margin-top: 50px;
    min-height: 300px;
    /* background-image: url('/assets/img/footer-bg.webp'); */
    background-image: url('/assets/img/default_placehoder_bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #FFFFFF;
}

footer::before{
    content: '';
    position: absolute;
    background-color: rgb(var(--primary-rgb),0.5);
    width: 100%;
    height: 100%;
}

.footer-content{
    padding: 2rem;
    display: grid;
    grid-template-columns: 1fr 3fr;
    grid-gap: 10px;
}

.footer-content .left-content>div{
   margin-bottom: 20px;
}

.footer-content .right-content{
    display: flex;
    justify-content: space-between;
}
.footer-content .right-content>div{
    flex:1;
}
footer p, footer li a {
    /* font-size: 0.8rem; */
    font-size: clamp(0.9rem, 9vw, 0.8rem);
    text-transform: uppercase;
}

footer h1{
    /* font-size: 1.2rem; */
    font-size: clamp(1rem, 9vw, 1.3rem);
}

footer .social-media{
    font-size: 2rem;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap:2px;
    margin: 15px 0;
}


footer .social-media i{
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 5px;

}

.logo-footer{
    display: flex;
    justify-content: center;
    border-radius: 10px;
}
.logo-footer img{
    width: 150px;
    height: auto;
    background: #fff;
    padding: 10px;
    border-radius: 50%;
}

.contact-info-group{
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    padding: 0.5rem;
    color: #ffffff;
}

.contact-icon{
    display: flex;
}
.contact-content p {
    padding-left: 10px;
}


/* POST */
.container-post {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
  }
  .container-post .post {
    /* width: 350px; */
    width: 100%;
    height: 450px;
    display: flex;
    overflow: hidden;
    flex-direction: column;
    position: relative;
    margin: 10px;
    border: 1px solid #ddd;
  }
  .container-post .post .header_post {
    width: 100%;
    height: 50%;
    background: #ddd;
    position: relative;
   }

  .header_post .post-tarif{
    position: absolute;
    bottom: 2px;
    right: 2px;
    padding: 2px 10px;
    font-size: 0.8rem;
    background-color: #fff;
    text-transform: uppercase;
  }

  .header_post .categorie{
    position: absolute;
    bottom: 2px;
    left: 2px;
    padding: 2px 10px;
    background-color: #fff;
    font-size: 0.8rem;
    min-width: 100px;
    text-align: center;
    text-transform: uppercase;
  }


    .title-post{
        font-size: 1rem;
    }

  .container-post .post .header_post img {
    max-width: 100%;
    /* height: auto; */
    height: 100%;
    transition: ease-in-out 600ms;
    object-fit: cover;
  }

  .post_content .short-description{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
            line-clamp: 4;
    -webkit-box-orient: vertical;
  }

  .container-post .post .body_post {
    width: 100%;
    height: 50%;
    background: #fff;
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: cubic-bezier(0.68, -0.55, 0.27, 1.55) 320ms;
    -moz-transition: cubic-bezier(0.68, -0.55, 0.27, 1.55) 320ms;
    -ms-transition: cubic-bezier(0.68, -0.55, 0.27, 1.55) 320ms;
    -o-transition: cubic-bezier(0.68, -0.55, 0.27, 1.55) 320ms;
    transition: cubic-bezier(0.68, -0.55, 0.27, 1.55) 320ms;
    cursor: pointer;
    padding: 10px;
  }
  .container-post .post .body_post .post_content {
    width: 100%;
    height: 100%;
    background: #fff;
    position: relative;
  }
  .container-post .post .body_post .post_content h1 {
    /* font-size: 20px; */
    color: var(--primary);
    padding: 5px 0;

  }
  .container-post .post .body_post .post_content p {
    font-size: 14px;
  }
  .container-post .post .body_post .post_content .container_infos {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    padding-top: 25px;
  }
  .container-post .post .body_post .post_content .container_infos .postedBy {
    display: flex;
    flex-direction: column;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
  }
  .container-post .post .body_post .post_content .container_infos .postedBy span {
    font-size: 12px;
    text-transform: uppercase;
    opacity: 0.5;
    letter-spacing: 1px;
    font-weight: bold;
  }


  /*  MAIN: Slider Section
----------------------------------------------- */
main {
    width: 100%;
    height: 60vh;
    position: relative;
    overflow: hidden;
}

.hero {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: var(--i);
  }

  .hero-info {
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    z-index: 8;
  }

  .hero-info h2 {
    font-size: clamp(2rem, 9vw, 5rem);
    line-height: clamp(2rem, 9vw, 5rem);
    text-transform: uppercase;
  }
  .hero-info h1 {
    color: var(--white);
    font-size: clamp(3.2rem, 10vw, 7rem);
    line-height: clamp(3.2rem, 10vw, 7rem);
    text-transform: uppercase;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
  }
  .hero-info h3 {
    color: var(--white);
    font-size: 1.6rem;
    font-weight: normal;
    margin-top: 2em;
  }
  @supports (-webkit-text-stroke: 3px var(--pill)) {
    .hero-info h2 {
      color: transparent;
      -webkit-text-stroke: 3px var(--pill);
      text-shadow: none;
    }
  }

  .hero-image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
/*
  /* TESTIMONIALS */


  /* Section starded invite  */
  .section-starded-invite{
    height: 25rem;
    /* background-image: url('/assets/img/nosy-iranja.webp'); */
    background-image: url('/assets/img/header/North Tour 11.jpg');

    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    position: relative;
    margin: 0;
}
.starded-invite{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;

}

.section-starded-invite::before{
    content: '';
    position: absolute;
    background-color: rgb(var(--primary-rgb),0.5);
    opacity: 0.9;
    width: 100%;
    height: 100%;
}

.starded-invite .btn-invite{
    background-color: #fff;
    padding: 15px 25px;
    text-transform: uppercase;
    /* border-radius: 10px; */
    color: #000;
    font-weight: 600;
}



/* TESTIMONIALS */
.container-testimonials{
    display: flex;
    flex-direction: row;
    padding: 50px 10px;
}
.container-testimonials>div{
    flex: 1;
}

/* #swiper-wrapper{
    width: 0px;
} */

#testimonial-section{
    /* background-image: url('/assets/img/header/nosy-tanikely.webp'); */
    /* background-image: url('/assets/img/header/Nosy Iranja avec tourist.jpg'); */
    background-image: url('/assets/img/header/Tagesauslug.webp');

    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    /* padding: 50px; */
    position: relative;
}
#testimonial-section::before{
    content: '';
    position: absolute;
    background-color: rgb(var(--primary-rgb),0.5);
    opacity: 0.9;
    width: 100%;
    height: 100%;
}

.what-say{
    font-size: clamp(3.2rem, 10vw, 7rem);
    line-height: clamp(3.2rem, 10vw, 7rem);
}
  .testimonial-swiper{
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #ffff;
    /* padding: 20px; */
    /* border-radius: 50px; */
  }



  .testimonial-thumbnail{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
.testimonial-thumbnail img{
    width: 100%;
    height: 250px;
    /* width: 150px;
    height: 150px; */
    /* border-radius: 50%; */
    object-fit: cover;
    /* border: 2px solid var(--primary); */
}

.testimonial{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    position: relative;

}

/* .testimonial-swiper::before{
    content: "\f10e";
    font-family: FontAwesome;
    display: inline-block;
    position: absolute;
    right: 55px;
    font-size: clamp(3.2rem, 10vw, 7rem);
    font-size: clamp(2.5rem, 10vw, 2rem);
    color: var(--yellow-com);
    opacity: 0.5;
} */

.testimonial-content{
    padding: 1rem;
}
.testimonial-text{
    padding: 1rem 0;
    position: relative;
}

/* testimonial-name */
.testimonial-text::after{
    content: "\f10e";
    font-family: FontAwesome;
    display: inline-block;
    position: absolute;

    /* font-size: clamp(3.2rem, 10vw, 7rem); */
    font-size: 1rem;
    color: var(--yellow-com);
    opacity: 0.5;
    bottom: -10px;
    margin-left: -15px;
}
.testimonial-text::before{
    content: "\f10e";
    font-family: FontAwesome;
    display: inline-block;
    position: absolute;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    font-size: 1rem;
    color: var(--yellow-com);
    opacity: 0.5;
    top: -10px;
    /* left: 20px; */
    /* width: calc(100% + (100% - 20px)); */
}

.testimonial-name{
    /* font-size: clamp(1rem, 2vw, 1.5rem); */
    text-transform: capitalize;
    /* color: var(--primary); */
    color: #d4d4d4;
    text-align: end;
}

.whatsapp-button {
    position: fixed;
    bottom: 10px;
    right: 100px;
    z-index: 1000;
  }

  .whatsapp-button img {
    width: 60px;
    height: auto;
    border-radius: 50%;
  }


.banner-admin{
    background-color: var(--primary);
    height: 50px;
    color: #fff;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0 10px;
}

.btn-menu{
    background-color: #fff;
    padding: 5px 15px;
    border-radius: 1px;
}

.info-user span{
    margin: 0 2px;
}

.form-auth-section{
    background-image: url('/assets/img/DJI_0110_1.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    position: relative;
    height: 100vh;
    margin: 0;
    padding: 0;
}

.login-form{
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30%;
    min-height: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* PARTENAIRES */
.partenars{
    display: flex;

}
.partenar{
    display: flex;
    flex-direction: column;
    width: 300px;
}

.logo-partenar img{
    width: 150px;
    height: 150px;
}

  /* endSection */
/* RESPONSIVE DESIGN */
@media only screen and (max-width: 1199px){
    .container-post {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 10px;
    }

    .container-post .post {
      /* width: 18rem; */
      width: 100%;
      height: 35rem;
      /* height: 400px; */
      /* width: 350px; */
      /* height: 450px;
      display: flex;
      overflow: hidden;
      flex-direction: column;
      position: relative;
      margin: 10px;
      border: 1px solid #ddd; */
    }

    .container-post .post .header_post img {
      max-width: 100%;
      height: 100%;
      object-fit: cover;
    }

 }

@media only screen and (max-width: 991px){
    footer .content{
        grid-template-columns: repeat(2, 1fr);
    }

    .container-post {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px;
    }

    .container-post .post {
      width: 350px;
      height: 450px;
  }

  .container-post .post .header_post img {
    max-width: 100%;
    height: 100%;
    transition: ease-in-out 600ms;
  }
    .login-form{
        width: 50%;
    }
}


@media only screen and (max-width: 767px){
    .footer-content{
        grid-template-columns: 1fr;
    }

    .footer-content .right-content{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }


    /* POST */
    .container-post {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .container-post .post {
        width: 350px;
        height: 450px;
    }

    .container-post .post .header_post img {
        max-width: 100%;
        height: 100%;
      }

    /* Testimonials */
    .testimonials {
        max-width: 100%;
    }
    .container-testimonials{
        flex-direction: column;
    }

    .login-form{
        width: 80%;
    }
}


@media only screen and (max-width: 479px) {
     .container{
        padding: 15px;
     }
    .footer-content{
        grid-template-columns: 1fr;
    }

    .footer-content .right-content{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 30px;
    }

    .footer-content .right-content>div{
        padding: 0 50px;
    }
    /* POST */
    .container-post {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .container-post .post {
        width: 100%;
        height: 450px;
    }

    /* Testimonials */
    .testimonials {
        max-width: 100%;
    }

    .container-testimonials{
        flex-direction: column;
    }

    .login-form{
        width: 80%;
    }
    
    .hero {
 
    top: 60px;
  }

}
