* {
    font-size: 18px;
    font-family: calibri;
}

::selection {
    background-color: #089fc8;
    color: #fff;
}

.border-radius-10 {
    border-radius: 10px;
}

.justify {
    text-align: justify;
}

/* .no-wrap {
    white-space: nowrap;
} */

.sous-titre {
    font-size: 1.1em;
    font-weight: 600;
}

.footer {
    font-family: "century gothic";
    white-space: nowrap;
}

.grand-titre {
    font-family: "century gothic";
    font-weight: 1000;
}

h2 {
    font-weight: 500;
}

.titre-programme {
    font-size: x-large;
}

.preview p {
    font-size: smaller;
}

h4 {
    font-weight: bold;
    font-size: x-large;
}

h5 {
    font-size: 20px;
}

.bold {
    font-weight: 800;
}

.word-breaking {
    word-break: break-all;
    hyphens: auto;
}

/* couleur */

.color-mdg-orange {
    color: #ef7d1c;
}

.color-mdg-blue1 {
    color: #183653;
}

.color-mdg-blue2 {
    color: #089fc8;
}

.color-mdg-black {
    color: #090a0a;
}

.color-mdg-white {
    color: #fff;
}

.content-overview p {
    color: #fff !important;
}

.bg-mdg-orange {
    background-color: #ef7d1c;
}

.bg-mdg-blue1 {
    background-color: #183653;
}

.bg-mdg-blue2 {
    background-color: #089fc8;
}

.bg-mdg-black {
    background-color: #090a0a;
}

.bg-mdg-white {
    background-color: #fff;
}

/* Navbar */

#navbar {
    transition: background-color 0.3s, padding 0.3s;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    padding-top: 0;
    padding-bottom: 0;
    z-index: 99;
}

.navbar-transparent {
    background-color: #ffffff1f;
    backdrop-filter: blur(5px);
}



.no-wrap {
    white-space: nowrap;

}

.nav-link {
    white-space: nowrap;
}

.dropdown-menu {
    border: none;
    border-radius: 0;
}

.dropdown-item.active {
    background-color: #089fc8;
    color: #fff !important;
}

.navbar-transparent .dropdown-menu {
    margin-top: 52px;
    background-color: #fff;
    backdrop-filter: blur(5px);
    color: #090a0a !important;
}

.navbar-transparent .dropdown-menu .dropdown-item {
    color: #090a0a;
}

.navbar-transparent .dropdown-menu .dropdown-item:hover {
    color: #fff;
    background-color: #089fc8;
}

.navbar-brand-small .navbar-toggler-icon {
    background-image: url("../img/navbar-icon.5b0060d0a14a.svg");

}

.navbar-brand-small .dropdown-menu {
    margin-top: 21px;
}

.navbar-brand-small .dropdown-menu .dropdown-item:hover {
    color: #fff;
    background-color: #089fc8;
}

.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.navbar-scrolled {
    background-color: white !important;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.navbar-toggler {
    border: none;
}

.navbar-toggler-icon {
    background-image: url("../img/navbar-iconblanc.757e99552e34.svg");
    width: 25px !important;
    background-size: contain;
    transition: background-image 0.3s ease-in-out;
}

.navbar-brand img {
    transition: width 0.3s;
}

.navbar-brand-small .logo {
    width: 100px;
    height: 70px;
    background-image: url("../img/logo.a7c844613bf4.png");
    transition: all 0.3s;
}

.navbar-brand-small .nav-link {
    color: #090a0a !important;
}

.navbar-brand-small .nav-link:hover {
    border-bottom: #090a0a 2px solid;

}

.navbar-brand-small .contact-info {
    display: none;
    flex-direction: row;
}

.nav-link-small {
    font-size: 0.8rem;
}

.nav-item {
    padding-top: 10px;
    margin-right: 40px;
    font-weight: 400;
}

.navbar-nav {
    padding-bottom: 10px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}

.nav-link {
    color: #fff !important;
    transition: all 0.3s;
    padding: 0;
    border-bottom: #ffffff00 2px solid;

}

.nav-link:hover {
    border-bottom: #fff 2px solid;
}

a {
    text-decoration: none !important;
    color: #fff;
}

.contact-info:hover {
    cursor: pointer !important;
}

/* Custom style for SweetAlert2 button */
.swal2-confirm {
    background-color: #089fc8 !important;
    border: none !important;
    width: 200px;
    outline: none !important;
}

.swal2-image {
    margin-bottom: 0;
}

.logo {
    background-image: url("../img/Artboard 3 copy.c2884f49e5c3.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 120px;
    width: 150px;
    transition: all 0.3s;
}

.logo:hover {
    cursor: pointer;
}

.contact-info {
    display: flex;
    flex-direction: column;
    color: #fff;
}

.contact-info a {
    display: flex;
    align-items: center;
    color: inherit;
    text-decoration: none;
    margin-bottom: 0.5rem;
}

.contact-info a i {
    margin-right: 0.5rem;
}

.contact-icon {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}


/* burgur btn  */
/* Custom CSS to change the navbar breakpoint */
@media (max-width: 1200px) {

    .navbar-transparent .contact-info {
        display: none;
        flex-direction: row;
    }

    .navbar-transparent .logo {
        width: 100px !important;
        height: 70px !important;
    }


}

/* For larger screens (desktops) */
@media (min-width: 992px) {
    .dropdown-menu {
        display: block;
        /* Always block, but hidden initially */
        visibility: hidden;
        /* Initially hidden */
        opacity: 0;
        /* Fully transparent initially */
        transition: visibility 0.2s, opacity 0.2s ease-in-out;
        /* Smooth transition */
    }

    .dropdown:hover .dropdown-menu {
        visibility: visible;
        /* Make it visible on hover */
        opacity: 1;
        /* Make it opaque */
    }
}


.introduction {
    background-image: url("../img/relax.6faf366486ad.jpg");
    /* Vérifiez le chemin de l'image */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 800px;
    animation: zoomEffect 5s ease-in-out forwards;
    transform: translateZ(0);
}



@keyframes zoomEffect {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.1);
    }
}


.bg-intro {
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 800px;
    background-image: linear-gradient(180deg, #089ec8c2, transparent, transparent, transparent);
}



#intro {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.intro {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.intro-1 {
    position: absolute;
    justify-content: center;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.titre {
    display: flex;
    margin-top: 20px;
    font-family: "century-gothic", sans-serif !important;
    color: #fff;
}

.titre-section {
    display: flex;
    font-family: "century-gothic", sans-serif !important;
    margin-bottom: 50px;
    margin-top: 50px;
}

.rect-orange {
    min-width: 20px;
    height: 80px;
    background-color: #ef7d1c;
    margin-right: 10px;
}

.btn-mdg {
    border: 2px solid #fff;
    padding: 8px 30px;
    background: none;
    color: #fff;
    border-radius: 5px;
    transition: all 0.5s;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    text-decoration: none;

}

.btn-mdg:hover {
    border: 2px solid #fff;
    background: #fff;
    color: #000;
    border-radius: 5px;
}

/* flag */

.flag-grid {
    display: grid;
    grid-template-rows: 500px;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    padding: 100px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    position: relative;
    top: -100px;
    background-color: #fff;
}

.flag {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    position: relative;
}

.programme.flag-2 {
    grid-row: 1 / 2;
}

.flag-3 {
    justify-content: center;
}

.double-flag {
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    gap: 20px;
    width: 100%;
    overflow: hidden;
}

.flag:hover .pro {
    transition: all 0.3s;
    transform: scale(1.2);
    overflow: hidden;
}

.flag-1:hover .bg-programme {
    background: linear-gradient(to top, #fff 10%, transparent 50%);
    transition: all 0.3s;

}

.flag-3:hover .bg-programme {
    background: linear-gradient(to top, #4cc12f 10%, transparent 100%);
}

.flag-2:hover .bg-programme {
    background: linear-gradient(to top, #bd3131 10%, transparent 100%);
}

.flag-1:hover .btn-mdg {
    border: 2px solid #fff;
    background: #fff;
    color: #000;
    border-radius: 5px;
}

.flag-2:hover .btn-mdg {
    border: 2px solid #fff;
    background: #fff;
    color: #000;
    border-radius: 5px;
}

.flag-container-maki {
    background-image: url("../img/maki-manoka.d9fe4f0832dc.jpg");
    background-size: cover;

}

.flag-container-cameleon {
    background-image: url("../img/cameleon.677be4a20f4f.jpg");
    background-position: left;
    background-size: cover;

}

.flag-container-video {
    background-image: url("../img/bg-video1.ccd56c6e1bd3.png");
    background-size: cover;
    background-position: center top;
}



/* programme-mobile */
#programme-mobile {
    display: none;
}

.photo-grid-mobile {
    display: grid;
    grid-template-rows: 300px 300px 300px;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
}


/* programme-desktop*/
.photo-grid {
    display: grid;
    grid-template-rows: 400px 300px;
    grid-template-columns: 1fr 1.3fr 1fr;
    grid-gap: 15px;
}


.double-photo {
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    gap: 20px;
    height: 400px;
    width: 100%;
    overflow: hidden;
}

.double-photo .programme-container-gare,
.double-photo .programme-container-plage {
    height: 100%;
    width: 100%;
}



.half-width {
    grid-column: span 3;
    display: flex;
    gap: 15px;
}

.half-width div {
    flex: 1;
}


.programme-container-vip,
.programme-container-gare,
.programme-container-plage,
.programme-container-aye,
.programme-container-tsingy,
.programme-container-vintsy,
.flag-container-maki,
.flag-container-cameleon,
.flag-container-video,
.eco-container-baobab,
.eco-container-elle,
.eco-container-nattu {
    overflow: hidden;
    height: 100%;
    background-repeat: no-repeat;
    width: 100%;
    transition: all 0.3s;
}

.programme-container-vip {
    background-image: url("../img/vip.f3522539cafa.jpg");
    background-size: cover;
}

.hidden-programme {
    opacity: 1;
    height: 0;
    overflow: hidden;
    transition: opacity 0.3s ease, max-height 0.3s ease;
}

.content-programme p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    width: 100%;
    line-height: 1.5;
    /* Hauteur de ligne pour assurer une bonne lisibilité */
}


.programme:hover .hidden-programme {
    opacity: 1;
    height: auto;
}

.programme:hover .content-programme {
    transform: translateY(-20px);
}

.programme:hover .content-programme-right {
    transform: translateY(-0px);
}

.programme {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    position: relative;
}

.programme:hover .pro {
    transition: all 0.3s;
    transform: scale(1.2);
    overflow: hidden;
}

.programme:hover .bg-programme {
    background-color: rgba(24, 54, 83, 0.3);
}


.programme-container-gare {
    background-image: url("../img/gare.bc1d594021c6.jpg");
    background-size: cover;

}

.programme-container-plage {
    background-image: url("../img/plage1.570c107619cf.jpg");
    background-size: cover;
    background-position: center;
}

.programme-container-aye {
    background-image: url("../img/aye-aye.60d75780e410.jpg");
    background-position: center;
    background-size: cover;

}

.programme-container-tsingy {
    background-image: url("../img/tsingy-de-bemarha.13d85f853224.jpg");
    background-position: center;
    background-size: cover;
}

.programme-container-vintsy {
    background-image: url("../img/vintsy.040fa3a95e69.jpg");
    background-position: center top;
    background-size: cover;
}

.content-programme {
    position: absolute;
    padding: 20px;
    transition: 0.3s;
}

.content-programme-right {
    position: absolute;
    padding: 20px;
    transition: 0.3s;
    word-break: break-all;
}

.bg-programme {
    background-color: rgba(24, 54, 83, 0.2);
    position: relative;
    height: 100%;
    width: 100%;
    transition: all 0.3s;
}

.date-programme {
    position: absolute;
    bottom: 0;
    padding: 10px;
    width: 100%;
    text-align: center;
    background-color: #183653;
    color: #fff;
}

.date-programme-right {
    position: absolute;
    right: 0;
    height: 100%;
    width: 20%;
    text-align: center;
    background-color: #183653;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.paragraphe-center {
    text-align: center !important;
}

@media (min-width: 1000px) {
    .carte {
        padding-right: 20px;
    }

    #programme-desktop {
        display: block;
    }

    #programme-mobile {
        display: none;
    }

    .half-width {
        grid-column: span 3;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .date-programme-right {
        width: 15% !important;
    }

}


@media (max-width: 1000px) {


    .cont-title {
        font-size: 17px !important;
    }

    h1 {
        color: #fff;
    }

    .accordion-background-image {
        background-image: url("../img/9guOM9cFSK21I4Fn_tMAUVbsjScxViqn3gPwYCiWJGxtK7XRKvUKxC48GgKFxHqbY6Q1nbZ7ERMtv8Mi4j4k5A==.b33a97f4e097.jpg") !important;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed !important;
        background-position: center;
    }

    .accordion-background-color {
        background-color: #ef7e1c56 !important;
    }

    .zina1 {
        order: 1;
    }

    .zina2 {
        order: 2;
    }

    .navbar-transparent .dropdown-menu {
        margin-top: 52px;
        background-color: #ffffff00;
        backdrop-filter: blur(5px);
    }

    .starr {
        padding: 20px 10px;
    }

    .navbar-transparent .dropdown-menu .dropdown-item {
        color: #fff !important;
    }

    .avantage-img {
        width: 80px !important;
    }

    .flag-grid {
        grid-template-rows: 200px 400px;
        grid-template-columns: 1fr;
        padding: 10px;
        position: static;
        box-shadow: none;
        gap: 20px;
        margin: 20px 0;
    }


    .flag-2:hover .bg-programme,
    .flag-3:hover .bg-programme,
    .flag-1:hover .bg-programme {
        background: linear-gradient(to top, #4cc12f00 10%, transparent 100%) !important;
    }

    .photo-grid-mobile h3 {
        font-size: 18px;
        font-weight: 700;
    }

    h4 {
        font-size: 17px !important;
    }

    .photo-grid-mobile .btn-mdg {
        background-color: #fff !important;
        color: #090a0a;
        padding: 5px 20px;
    }

    .programme.flag-2 {
        grid-row: 1 / 2;
    }

    #programme-mobile {
        display: block;
    }

    .programme:hover .content-programme {
        transform: translateY(0);
        /* Ajustez cette valeur selon vos besoins */
    }

    .programme:hover .content-programme-right {
        transform: translateY(0);
        /* Ajustez cette valeur selon vos besoins */
    }

    .photo-grid-mobile {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 300px 300px 300px;
        gap: 20px;
    }

    #programme-desktop {
        display: none;
    }

    .half-width {
        grid-column: span 2;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .half-width div {
        height: 145px;
    }

    .carte {
        width: 100% !important;
        float: none !important;
        margin-bottom: 15px;
    }

    .avantage,
    .avantage-right {
        padding-bottom: 20px;
    }
}

@media (max-width: 700px) {
    .cont-title {
        font-size: 5vw !important;
    }

    .logo {
        width: 100px !important;
        height: 70px !important;
    }

    .intro-1 .grand-titre {
        font-size: 22px;
    }



    .contact-background-color h4 {
        font-size: 4.3vw !important;
    }

    .custom-header .accordion-button {
        font-size: 3.5vw !important;
    }

    .flag-grid .flag .content-programme .btn-mdg,
    .double-flag .btn-mdg {
        background-color: #fff !important;
        color: #090a0a;
        padding: 5px 20px;
    }

    .flag-grid h2 {
        font-size: 16px;
        font-weight: 500;
        white-space: nowrap;
    }

    #programme-mobile {
        display: block;
    }

    .photo-grid-mobile {
        grid-template-columns: 1fr;
        grid-template-rows: 250px 250px 250px 250px 250px 250px;
    }

    #programme-desktop {
        display: none !important;
    }

    .vid {
        height: 250px !important;
    }
}

.icon-play {
    position: absolute;
    width: 200px;
    z-index: 9;
}

/* ETOILE */
.etoile {
    /* margin-top: 700px; */
    background-size: cover;
    background-color: #ef7d1c;

}

.star {
    object-fit: cover;
    height: 100%;
    /* height: 100%; */

}

.star-content {
    color: #ffffff;
    padding: 10px;
    font-size: 20px;
    max-width: 700px;
}


/* .avantages */

.avantage,
.avantage-right {
    display: flex;
    /* margin-bottom: 20px; */
}

.avantage-center {
    display: flex;
    margin-bottom: 20px;
    flex-direction: column;
}

@media (max-width: 1000px) {

    .introduction,
    .introduction-1,
    .introduction-2,
    .introduction-3,
    .introduction-4,
    .introduction-5,
    .introduction-6,
    .introduction-7,
    .introduction-8 {
        background-position: center;
        height: 500px !important;
        animation: zoomEffect 5s ease-in-out forwards;
        transform: translateZ(0);
    }

    .navbar .dropdown-menu {
        margin-top: 10px;
    }

    .photo-grid {
        display: flex;
        flex-direction: column;
        min-width: 300px;
    }

    .half-width {
        flex-direction: column;
    }

    .double-photo {
        display: grid;
        grid-template-rows: repeat(2, 1fr);
        gap: 10px;
        height: 300px;
        /* Hauteur fixe pour correspondre aux photos uniques */
        width: 100%;
        overflow: hidden;
    }

    .double-photo div {
        height: 400px;
        width: 100%;
        /* Chaque div prend 50% de la hauteur totale du conteneur */
    }

    .contact-background-image {
        background-image: url("../img/background-2.676d05eeabaf.png") !important;
        background-size: cover;
    }
}

@media (max-width: 767.98px) {
    .introduction {
        background-image: url("../img/relax-background.8df647f8a6fe.jpg");
    }

    .bg-intro {
        background-color: #089ec844;
    }

    * {
        font-size: 14px;
        font-family: calibri;
    }

    /* Ciblage des écrans mobiles jusqu'à 'sm' inclus */
    .avantage {
        flex-direction: column-reverse;

    }

    .close-icon {
        width: 30px !important;
        height: 30px !important;
    }

    #coeur {
        padding-top: 300px !important;
    }

    .avantage-right {
        flex-direction: column;
    }

    .right-content {
        text-align: center !important;
    }

    .left-content {
        text-align: center !important;
    }

    .icon-avantage {
        margin-bottom: 20px;
    }

    .hidden-programme {
        display: block !important;
        opacity: 1;
        max-height: '200px';
    }

    .footer {
        font-size: 13px;
    }

    .star-content {
        font-size: 16px;
    }
}

.icon-avantage {
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
}

.avantage-img {
    width: 100px;
}

.right-content {
    text-align: right;
}

.left-content {
    text-align: left;
}


/* Accordion */
.accordion-button::after {
    background-image: url("../img/after.1f30df42b7e8.png") !important;
}

.accordion-background-image {
    background-image: url("../img/ivan-sasu-57HfEMkdv-Y-unsplash.6f363fe1be7d.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}

.accordion-button:focus {
    outline: none;
    box-shadow: none;
}

.accordion-background-color {
    background-color: #089ec857;
}

.accordion-header {
    background: none;
}

.accordion-body {
    padding-bottom: 25px;
}

h2.accordion-header {
    background-color: rgba(45, 118, 182, 0) !important;
}

.accordion-body {
    background-color: rgba(255, 228, 196, 0) !important;
}

button.accordion-button {
    background-color: rgba(168, 255, 127, 0) !important;
    color: #fff !important;
}

.accordion-item {
    background-color: #18365338;
    color: #fff !important;
    margin-bottom: 20px;
    border: 1px solid #fff !important;
    border-radius: 10px !important;
    backdrop-filter: blur(5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1) !important;

}

/* CONTACT */
.contact-background-image {
    background-image: url("../img/plage.2458bb1c6678.jpg");
    background-size: cover;
}

.contact-background-color {
    background-color: #089ec868;
}

.card {
    background-color: #cad1d717;
    backdrop-filter: blur(5px);
    color: #fff;
    border: none;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 5px 2px 20px rgba(0, 0, 0, 0.3) !important;
    padding: 20px;
}

.formulaire {
    /* background-color: #c1c8ce4e; */
    /* background: linear-gradient(-45deg, rgba(255, 255, 255, 0.462) 0%, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 0.693) 100%); */
    backdrop-filter: blur(7px);
    border-radius: 10px;
    box-shadow: 5px 2px 20px rgba(0, 0, 0, 0.3) !important;
    padding: 20px;
    /* border-right: 3px solid #ffffffa4; */
    /* border-left: 2px solid #ffffffa4; */

}

.input,
.textarea {
    width: 100%;
    margin-bottom: 20px;
    background: none;
    border: none;
    border-bottom: 2px solid #fff;
    outline: none;
    color: #fff;
}

textarea {
    height: 100px !important;
}

.input::placeholder,
.textarea::placeholder {
    color: #fff;
}

.input-black,
.textarea-black {
    width: 100%;
    margin-bottom: 20px;
    background: none;
    border: none;
    border-bottom: 2px solid#090a0a;
    outline: none;
    color: #090a0a;
}

.input-black::placeholder,
.textarea-black::placeholder {
    color: #090a0a;
}

.btn-submit {
    width: 100%;
    background-color: #183653;
    border: 2px solid #18365300;
    border-radius: 10px;
    color: #fff;
    transition: 0.3s all;
}

.btn-submit:hover {
    width: 100%;
    background-color: #18365300;
    border: 2px solid #183653;
    border-radius: 10px;
    color: #183653;
}

.btn-submit-light {
    width: 100%;
    background-color: #183653;
    border: 2px solid #18365300;
    border-radius: 10px;
    color: #fff;
    transition: 0.3s all;
}

.btn-submit-light:hover {
    width: 100%;
    background-color: #18365300;
    border: 2px solid #183653;
    border-radius: 10px;
    color: #fff;
}

.submit-btn {
    width: 100%;
    background-color: #183653;
    border: 2px solid #18365300;
    color: #fff;
    transition: 0.3s all;
}


.submit-btn:hover {
    width: 100%;
    background-color: #18365300;
    border: 2px solid #183653;
    color: #183653;
}

.video-container {
    border-radius: 10px;
    overflow: hidden;
}

.bg-video {
    border-radius: 20px;
    overflow: hidden;
}

.vid {
    cursor: pointer;
}

/* footer */
.footer {
    text-align: center;
    background-color: #183653;
    color: #fff;
    padding: 20px;
}

/* click1 */
.introduction-1 {
    background-image: url("../img/noah-grossenbacher-2HvZ21tMsb0-unsplash.223485b440a7.jpg");
    /* Vérifiez le chemin de l'image */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 800px;
    animation: zoomEffect 5s ease-in-out forwards;
    transform: translateZ(0);
}

.zina {
    border-radius: 50%;
    overflow: hidden;
    width: 300px;
}

.bg-click1 {
    background: linear-gradient(-90deg, #ef7d1c, #183653, #089fc8);
    background-size: 300% 300%;
    animation: gradient-rotation 6s ease infinite;
}

.bg-intro-1 {
    display: flex;
    justify-content: center;
    /* Centre horizontalement */
    align-items: center;
    /* Centre verticalement */
    justify-content: space-between;
    /* Sépare les éléments à gauche et à droite */
    width: 100%;
    height: 800px;
    /* background-color: #089ec82d; */
    background-image: linear-gradient(180deg, #ef7e1ca8, #1836531b, #18365313, #1836532f);
}


@keyframes gradient-rotation {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

#coeur {
    background-image: url("../img/allison-saeng-FI6Gir4zKpw-unsplash.4a1034b7a40d.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    padding-top: 300px;
    padding-bottom: 50px;
    color: #090a0a;

}

/* click2 */
.introduction-2 {
    background-image: url("../img/getty-images-OYjC-vqF_aY-unsplash.dcb9028aa0d4.jpg");
    /* Vérifiez le chemin de l'image */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 20% 0;
    width: 100%;
    height: 800px;
    animation: zoomEffect 5s ease-in-out forwards;
}

#intro-2 {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.intro-2 {
    position: absolute;
    justify-content: center;
    /* Centre horizontalement */
    align-items: center;
    /* Centre verticalement */
    /* Sépare les éléments à gauche et à droite */
    flex-wrap: wrap;
    color: #000 !important;
}

.bg-intro-2 {
    display: flex;
    justify-content: center;
    /* Centre horizontalement */
    align-items: center;
    /* Centre verticalement */
    justify-content: space-between;
    /* Sépare les éléments à gauche et à droite */
    width: 100%;
    height: 800px;
    /* background-color: #089ec82d; */
    background-image: linear-gradient(180deg, #183653, #1836534c, #18365330, #183653);
}

#corp-2 {
    background-image: url("../img/background.adae80677ed5.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.eco-grid {
    display: grid;
    grid-template-rows: 600px;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
    position: relative;
}

.eco {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    display: flex;
    align-items: center;
    position: relative;
}

.eco:hover .pro {
    transition: all 0.3s;
    transform: scale(1.2);
    overflow: hidden;
}

.eco-container-baobab {
    background-image: url("../img/9guOM9cFSK21I4Fn_tMAUVbsjScxViqn3gPwYCiWJGxtK7XRKvUKxC48GgKFxHqbY6Q1nbZ7ERMtv8Mi4j4k5A==.b33a97f4e097.jpg");
    background-position: center top;
    background-size: cover;
}

.eco-container-elle {
    background-image: url("../img/elle-leontiev-A2GC1bGwI9w-unsplash.f78741d840e2.jpg");
    background-size: cover;
    background-position: center center;
}

.double-eco {
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    gap: 15px;
    width: 100%;
    overflow: hidden;
}

.eco-container-nattu {
    background-image: url("../img/nattu-adnan-vvHRdOwqHcg-unsplash.d863b91ef113.jpg");
    background-size: cover;
    background-position: center center;
}

.carte {
    width: 50%;
    float: left;
}

/* click3 */
.introduction-3 {
    background-image: url("../img/tsingy_rouge.e9a0324765e9.jpg");
    /* Vérifiez le chemin de l'image */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 800px;
    animation: zoomEffect 5s ease-in-out forwards;
    transform: translateZ(0);
}

#intro-3 {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.intro-3 {
    position: absolute;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    color: #000 !important;
}

.bg-intro-3 {
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 800px;
    background-image: linear-gradient(180deg, #ef7e1ca0, #ef7e1c56, #ef7e1c29, #ef7e1c5d);
}

.paragraphe {
    margin-bottom: 40px;
}

.paragraphes {
    padding: 10px;
}


/* click4 */
.introduction-4 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 800px;
    animation: zoomEffect 5s ease-in-out forwards;
    transform: translateZ(0);
}

#intro-4 {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.intro-4 {
    position: absolute;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    color: #000 !important;
}

.bg-intro-4 {
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 800px;
    background-image: linear-gradient(180deg, #1836532a, #18365363, #18365357, #18365353);

}

/* click5 */
.introduction-5 {
    background-image: url("../img/getty-images-oRCwduSw9Vc-unsplash.45e925ecad4d.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 800px;
    animation: zoomEffect 5s ease-in-out forwards;
    transform: translateZ(0);
}

#intro-5 {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.intro-5 {
    position: absolute;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    color: #000 !important;
}

.bg-intro-5 {
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 800px;
    background-image: linear-gradient(180deg, #1836532a, #18365363, #18365357, #18365353);

}

/* click6 */
.introduction-6 {
    background-image: url("../img/jonas-RY-FEiV8uDo-unsplash.b8b111c79d21.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 800px;
    animation: zoomEffect 5s ease-in-out forwards;
    transform: translateZ(0);
}

#intro-6 {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.intro-6 {
    position: absolute;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    color: #000 !important;
}

.bg-intro-6 {
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 800px;
    background-image: linear-gradient(180deg, #1836532a, #18365363, #18365357, #18365353);

}

/* click7 */
.introduction-7 {
    background-image: url("../img/daniele-levis-pelusi-lsEC75YXx6k-unsplash.2726f5695f8c.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 800px;
    animation: zoomEffect 5s ease-in-out forwards;
    transform: translateZ(0);
}

#intro-7 {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.intro-7 {
    position: absolute;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    color: #000 !important;
}

.bg-intro-7 {
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 800px;
    background-image: linear-gradient(180deg, #18365309, #1836531d, #18365357, #1836531d);

}

/* click8 */
.introduction-8 {
    background-image: url("../img//avel-chuklanov-ZEiqbaQhmvE-unsplash.cd9fce19e704.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 800px;
    animation: zoomEffect 5s ease-in-out forwards;
    transform: translateZ(0);
}

#intro-8 {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.intro-8 {
    position: absolute;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    color: #000 !important;
}

.bg-intro-8 {
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 800px;
    background-image: linear-gradient(180deg, #1836531d, #ef7e1c13, #18365357, #18365357);

}

.card-vip {
    padding: 20px;
}


#popup,
#popup2,
#popup3 {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #212020;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.popup-content {
    position: relative;
    width: 90%;
    height: 90%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    animation: fadeIn 0.3s ease-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.8);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

#popup-video,
#popup-video2,
#popup-video3 {
    width: 100%;
    height: 100%;
}

.close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
    transition: 0.3 s;
    z-index: 999;

}

.close:hover {
    background-color: #ffffff24;

}


.close-icon {
    width: 40px;
    height: 40px;
}

.bg-container-video2 {
    background-image: url("../img/bg-video2.5ecbb29ff675.png");
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bg-video-fish {
    background-image: url("../img/bg-video-fish.a0df32b9664c.png");
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bg-video {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #00000017;
    width: 100%;
    height: 100%;
    position: relative;
}

.vid {
    height: 300px;
    padding: 10px;
}

.unfix-ios-bg {
    @supports (-webkit-touch-callout: none) {
        background-attachment: initial !important;
    }
}