@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");

:root {
    --body-color: white;
    --bouton-color: #F2B222;
    --couleur-faq: #464545;
    --couleur-etape: #353535;
    --couleur3valeurs: #353535;
    --couleur-btnpack: #F2B222;
    --bouttondcv-videos: #F2B222;
}

* {
    box-sizing: border-box;
    padding: 0px;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: var(--body-color);
}

img {
    max-width: 100%;
}

#header {
    background-color: #353535;
    width: 65%;
    transition: all 0.2s;
    display: none;
    margin: auto;
    height: 90px;
    border-radius: 960px;
    padding: 14px;
    border: 1px solid rgba(112, 112, 112, 0.16);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.09);
}

#header.scrolled,
#header-mobile.scrolled {
    background: #ffffffcc;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99999999;
    box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
    height: 90px;
    transition: all 0.2s;
}

#header-mobile {
    display: block;
}

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

.container-header {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

.left-header {
    display: flex;
}

.logo {
    background-image: url(../img/logo-noir.png);
    width: 100px;
    height: 100px;
    background-size: 70%;
    background-position: center;
    background-repeat: no-repeat;
}

.menu-gauche {
    display: none;
}

.menu-gauche ul {
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: center;
}

.menu-gauche li {
    list-style-type: none;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #353535;
    font-size: 16px;
}

.menu-gauche li:hover {
    cursor: pointer;
    opacity: 0.7;
}

.right-header {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

.telephone {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.btn-souscrire {
    background: #f2b222;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    display: none;
    padding: 15px;
    margin-right: 10px;
    width: 127px;
    text-align: center;
    border-radius: 8px;
}

.btn-souscrire:hover {
    cursor: pointer;
    opacity: 0.7;
}

.btn-souscrire-mobile {
    background: #f2b222;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    margin-right: 10px;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 8px;
    font-size: 30px;
}

.numero-tel {
    display: none;
    color: #353535;
}

.bigtitle {
    font-size: 30px;
}

.bigtitle h2 {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 34px;
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.vivinstant {
    color: #e0863b;
}

.trois-valeurs {
    background: #000;
    display: flex;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    text-align: center;
    justify-content: center;
    color: #fff;
    position: relative;
    top: -10px;
    margin: 0px auto;
    max-width: 257px;
    padding: 2px;
    border-radius: 10px;
    font-size: 14px;
}

.container-videopresentation {
    margin: auto;
    height: 270px;
    margin-inline: 10px;
    margin-top: 10px;
    border-radius: 20px;
    background: transparent;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 10px;
    transition: all 0.2s;
    animation: none;
    overflow: hidden;
}

.container-videopresentation:hover {
    cursor: pointer;
    transition: all 0.2s;
}

.container-videopresentation iframe {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 10px;
}

.fondamentaux {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 70px;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
}

.fonda {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 300px;
    justify-content: center;
    align-items: center;
}

.fonda h3 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    color: var(--couleur3valeurs);
}

.fonda p {
    font-size: 14px;
    font-style: italic;
    font-family: "Poppins", sans-serif;
    margin-top: -10px;
}

.pimportant {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.video-selected {
    justify-content: center;
    display: flex;
}

.video {
    background: #f9f4ee;
    width: 614px;
    height: 200px;
    border-radius: 15px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin-bottom: 20px;
}

.left-fleche {
    background: #000;
    color: #fff;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
}

.right-fleche {
    background: #000;
    color: #fff;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
}

.left-fleche:hover,
.right-fleche:hover {
    cursor: pointer;
    opacity: 0.8;
}

.left-fleche.desactived,
.right-fleche.desactived {
    cursor: not-allowed;
    opacity: 0.4;
}

.left-or-right {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

#agence h2,
#etapes h2,
#tarifs h2,
#avis h2,
#faq h2,
#realisations h2,
#pourquoijk h2 {
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 30px;
    padding-inline: 14px;
}

#faq {
    margin-top: 40px;
}

#faq h2 {
    margin-inline: 10px;
}

#etapes h2 {
    margin-inline: 10px;
}

#avis {
    margin-top: 44px;
}

.container-card-agence {
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: center;
    text-align: left;
    margin-inline: 10px;
}

.card-agence {
    background: #fff;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    display: grid;
    grid-template-columns: 2.6fr 1fr;
    overflow: hidden;
    height: 180px;
    align-items: stretch;
    position: relative;
}

.card-image {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 0px 20px 20px 0px;
    width: 100%;
    height: 100%; /* prend toute la hauteur de la colonne */
}

.card-agence > div {
    padding: 0px 20px;
}

.card-agence h3 {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    text-align: left;
    margin-bottom: 30px;
}

.card-agence h3 span:nth-child(2) {
    font-style: italic;
}

.card-agence p {
    text-align: left;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #959595;
    font-size: 13px;
}

.card-image {
    background: url(../img/imageun.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    border-radius: 0px 20px 20px 0px;
    flex-shrink: 0;
    min-width: 100px;
}

.flechedesktop {
    display: none;
}

.filariane {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.linear {
    width: 2px;
    height: calc(100% - 10%);
    border-left: 2px dashed #000;
    position: absolute;
    top: 0px;
    left: 50px;
    display: none;
}

.texte-droite {
    margin: 10px;
    position: relative;
}

.contenue-pack {
    color: #959595;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    margin-left: 4px;
    text-align: left;
}

.contenue-pack ul li {
    padding-left: 10px;
}

.list-option {
    margin-left: 10px;
}

.container-avis {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    scroll-behavior: smooth;
    max-width: 700px;
    margin: 0 auto 30px;
    position: relative;

    scrollbar-width: none;
    -ms-overflow-style: none;
}

.container-avis::-webkit-scrollbar {
    display: none;
}

.videoavis {
    flex: 0 0 220px;
    height: auto;
    border-radius: 20px;
    transition: all 0.2s;
    cursor: pointer;
    width: 220px;
}

.videoavis:hover,
.videoavis.inactive:hover {
    transform: scale(0.99);
    opacity: 1;
}

.videoavis.inactive {
    opacity: 0.4;
    transform: scale(0.9);
}

.boutton-contact {
    background: #e0863b;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    display: block;
    margin: 0 auto;
    width: 200px;
    font-size: 16px;
    text-align: center;
    border-radius: 10px;
    color: #fff;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.boutton-realisations {
    width: 255px;
    height: 63px;
    background: #ff8500;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
    display: block;
    margin: 0 auto;
    font-size: 16px;
    text-align: center;
    border-radius: 10px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.boutton-contact:hover,
.boutton-realisations:hover {
    background: #ff8400cc;
    cursor: pointer;
}

.box-faq {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-inline: 10px;
}

.faq {
    background: #fff;
    border: 1px solid #000;
    border-radius: 15px;
    box-shadow: 2px 3px 0 0 #000;
    padding: 20px;
    transition: all 0.2s;
}

.faq.actif {
    border: 1px solid #ff8500;
    box-shadow: 2px 3px 0 0 #ff8500;
}

.faq:hover {
    background: #ecf0f1;
    cursor: pointer;
}

.faq .contenue-faq {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    display: none;
}

.contenue-faq.actif {
    display: block;
    transition: all 0.2s;
    margin-top: 20px;
}

.faq .top-faq i.actif {
    transform: rotate(180deg);
}

.top-faq {
    display: flex;
    justify-content: space-between;
}

.top-faq h4 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    color: var(--couleur-faq);
    margin: 0;
}

.top-faq i {
    font-size: 20px;
}

footer {
    background: linear-gradient(
            to top,
            #eee 0%,
            #ffffff 100%
    );
    margin-top: 50px;
    padding: 0px;
    color: #000;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    width: 100%;
}

footer .logo {
    background-image: url(../img/logo-noir.png);
    width: 300px;
    height: 300px;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    margin-top: -70px;
}

.container-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    flex-direction: column;
    overflow: hidden;
}

.container-footer > div {
    display: flex;
    flex-direction: column;
}

.container-footer > div span {
    position: relative;
    top: -70px;
}

.cta-footer {
    font-weight: normal;
    font-size: 1.9em;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.fleche-gauche-avis {
    position: absolute;
    left: 2%;
    top: 50%;
    display: none;
}

.fleche-droite-avis {
    position: absolute;
    right: 2%;
    top: 50%;
    display: none;
}

.fleche-droite-client {
    position: absolute;
    right: 2%;
    top: 50%;
    display: none;
}

.fleche-gauche-avis button,
.fleche-droite-avis button {
    border: none;
}

footer .centre {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    margin-top: -90px;
    align-items: center;
}

footer .centre .cta {
    display: flex;
    flex-direction: row;
    gap: 20px;
    font-size: 11px;
    position: relative;
    top: -15px;
    color: #000;
    padding: 3px;
    border-radius: 3px;
}

.remontelien {
    display: flex;
    gap: 20px;
    font-weight: normal;
    justify-content: center;
    align-items: center;
    font-size: 11px;
}

.mention-legale {
    font-weight: normal;
    font-size: 11px;
    text-decoration: none;
    position: relative;
    top: 7px;
}

.mention-legale:hover {
    cursor: pointer;
    text-decoration: underline;
}

.mentionlegale-container {
    background: #fff;
    padding: 10px;
    margin-inline: 20px;
    border-radius: 15px;
    box-shadow: 0 2px 0 3px #000;
    margin-top: 30px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.mentionlegale-container h1 {
    text-align: center;
}

.slogan {
    font-size: 11px;
    text-align: center;
}

.developed {
    font-size: 11px;
    font-weight: normal;
    margin-top: -27px;
}

.developed span {
    font-weight: bold;
}

.mention-copy {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 11px;
}

.mention-copy div {
    position: relative;
    top: 7.2px;
}

.blockdesktop-descript {
    display: none;
}

.blockdesktop-descript.afficher {
    display: block;
    color: #959595;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 12px;
    position: relative;
    top: -19px;
}

.blockdesktop-descript ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.masquer {
    display: none;
    color: #233981;
    border: 1px solid #233981;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    border-radius: 5px;
    padding: 5px 5px;
    font-size: 12px;
    position: relative;
    top: -14px;
    width: 62px;
}

.masquer.active {
    display: block;
}

.ensavoirplus {
    display: block;
    color: grey;
    position: absolute;
    bottom: 20px;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-style: italic;
    text-decoration: underline;
}

.ensavoirplus li {
    list-style-type: none;
}

.ensavoirplus.cacher {
    display: none;
}

.container-devises {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 14px;
}

.realisations-desktop {
    display: none;
}

.container-devises .devises {
    display: flex;
    flex-direction: row;
    color: #464545;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16.41px;
    align-items: center;
    justify-content: center;
    gap: 2px;
}

.container-devises .devises img {
    position: relative;
    top: 1.5px;
}

.container-contact {
    margin: 0 auto;
    max-width: 200px;
}

.container-pourquoi {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 90%;
    margin: 0 auto;
}

.pourquoi {
    background: #fff;
    border-top: 1px solid #ecf0f1;
    border-radius: 7px;
    box-shadow: 0 2px 1px 1px rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: center;
    width: 100%;
    padding: 10px 20px;
    box-sizing: border-box;
    transition: all 0.2s;

    &:hover {
        cursor: pointer;
        background: #ecf0f18f;
    }
}

.pourquoi.actif {
    background: #ecf0f1a0;
    box-shadow: 0 2px 1px 1px rgba(0, 0, 0, 0.25);
}

#home {
    background: linear-gradient(
            to bottom,
            #eee 0%,
            #ffffff 100%
    );
}

.englobe {
    background: #fff;
    display: flex;
    gap: 30px;
    padding: 8px;
    border-radius: 5px;
}

.sponsor {
    flex: 0 0 auto;
    background: #fff;
    box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.2);
    width: 190px;
    text-align: center;
    justify-content: center;
}

.sponsor-inner-desktop {
    display: flex;
    gap: 20px;
    animation: scrollSponsors 20s linear infinite;
}

.inner-tarifs {
    display: flex;
    gap: 2px;
    transition: transform 0.3s;
}

.container-tarifs {
    display: flex;
    flex-direction: row;
    margin-inline: 20px;
    gap: 5px;
    flex-wrap: nowrap;
    max-width: 100%;
    overflow: hidden;
}

.card-tarif {
    flex: 0 0 auto;
    position: relative;
    background: linear-gradient(
            to bottom,
            rgba(252, 255, 239, 0.2) 80%,
            #eee 101%
    );
    width: 85%;
    height: 500px;
    border-radius: 20px;
    border: 2px solid rgba(12, 8, 41, 0.1);
    background-clip: padding-box;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    user-select: none;
}

.card-tarif-image {
    width: 100%;
    height: 150px;
    border-radius: 20px 20px 0 0;
    flex: 0 0 150px;
    background-size: cover;
}

.card-tarif:nth-child(1) .card-tarif-image {
    background-image: url(../img/packs/packun.webp);
    background-position: center;
}

.card-tarif:nth-child(2) .card-tarif-image {
    background-image: url(../img/packs/packdeux.webp);
    background-position: center;
}

.card-tarif:nth-child(3) .card-tarif-image {
    background-image: url(../img/packs/packtrois.webp);
    background-position: center;
}

.card-tarif .card-titre {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 30px;
    text-align: center;
    color: #464545;
    margin-bottom: 5px;
}

.surdevis-mot {
    color: #f2b222;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 30px;
    text-align: center;
}

.description-contenue {
    color: #959595;
    font-family: "Poppins";
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.description-contenue p {
    margin-inline: 20px;
}

.description-contenue ul,
.description-contenue li,
.description-contenue p {
    color: #959595;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
}

.boutton-decouvrir {
    background: var(--couleur-btnpack);
    color: #fff;
    border-radius: 20px;
    display: inline;
    width: auto;
    padding: 10px;
    text-align: center;
    width: 130px;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.boutton-decouvrir:hover {
    opacity: 0.7;
    cursor: pointer;
}

.cont-guide {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.container--guide {
    display: flex;
    gap: 10px;
}

.guide {
    background: #000;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    transition: all 0.2s;
}

.guide:hover {
    background: #0000008a;
    cursor: pointer;
    transition: all 0.2s;
}

.guide.selected {
    background: #000000cb;
    width: 50px;
    height: 10px;
    border-radius: 5px;
    transition: all 0.2s;
}

.container-prendrerdv {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.boutton-original {
    background: var(--bouttondcv-videos);
    border-radius: 30px;
    padding: 10px 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #fff;
}

.boutton-original:hover {
    cursor: pointer;
    opacity: 0.7;
}

.boutton-original-interessant {
    background: var(--bouton-color);
    border-radius: 30px;
    padding: 10px 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #fff;

    &:hover {
        cursor: pointer;
        opacity: 0.7;
    }
}

.boutton-original-debutprendrecontact {
    background: var(--bouton-color);
    border-radius: 30px;
    padding: 10px 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #fff;

    &:hover {
        cursor: pointer;
        opacity: 0.7;
    }
}

.boutton-faq-decouverte {
    background: var(--bouton-color);
    border-radius: 30px;
    padding: 10px 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #fff;
}

.boutton-faq-decouverte:hover {
    cursor: pointer;
    opacity: 0.7;
}

.sponsor--container {
    margin-top: 35px;
}

.container-headerdesk {
    display: none;
}

.etape {
    position: relative;
    background: transparent;
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 150px;
    gap: 10px;
    justify-content: center;
    align-items: center;
}

.container-etapes {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.etape-image img {
    width: 126px;
    max-width: 140px;
    height: 84px;
    pointer-events: none;
}

.etape-descrip {
    display: flex;
    align-items: center;
    font-size: 1.2em;
    flex-direction: column;
    color: var(--couleur-etape);
    font-weight: 600;
    font-family: "Poppins";
}

.etape:nth-child(n + 2) {
    display: none;
}

.container-separation {
    display: flex;
    flex-direction: column;
    gap: 50px;
    justify-content: center;
}

.more-question {
    background: #f9f9f9;
    align-self: center;
    height: 300px;
    width: 285px;
    border-radius: 20px;
    box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.2);
}

.sponsor--container .sponsor:nth-child(n + 6) img {
    width: 190px;
    height: 79.96px;
    object-fit: contain;
}

.guide-etapes {
    display: flex;
    justify-content: center;
    gap: 11px;
    margin-top: 30px;
}

.etape-point {
    background: #000;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    transition: all 0.2s;
    padding: 4px;
    position: relative;
}

.etape-point.actif {
    background: #000;
    width: 40px;
    height: 10px;
    border-radius: 10px;
    transition: all 0.2s;
    position: relative;
}

.etape.desactived {
    display: none;
}

.etape:nth-child(n + 2).validate {
    display: flex;
    max-width: 100%;
    flex-direction: column;
    width: 100%;
    margin: auto;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.etape-point.actif .overlayclicked {
    width: 100%;
    height: 50px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 10px;
}

.overlayclicked {
    width: 20px;
    height: 50px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    top: 50%;
    padding: 10px;
}

.container-photo {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.container-photo span.plusquestions {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #000;
}

.photo {
    width: 150px;
    height: 150px;
    background-image: url("../img/logo-noir.png");
    border-radius: 50%;
    background-position: center;
    background-size: cover;
}

.avis {
    background: linear-gradient(
            to bottom,
            rgba(252, 255, 239, 0.2) 80%,
            #eee 101%
    );
    flex: 0 0 auto; /* largeur fixe pour chaque slide */
    width: 85%; /* garde ta largeur actuelle */
    height: 460px;
    transform: scale(1);
    transition: all 0.2s;
    position: relative;
    user-select: none;
    opacity: 1;
    overflow: hidden;
    padding: 10px 10px 10px 20px;
    border-radius: 15px;
    box-shadow: 0 2px 1px 1px rgba(0, 0, 0, 0.15);

    scroll-snap-align: center; /* chaque slide se centre automatiquement */
    margin-right: 10px; /* espace entre les slides */
}

.avis.actif {
    flex: 0 0 auto;
    transform: scale(0.95);
    position: relative;
    opacity: 0.7;
    transition: all 0.2s;
}

.disposition-avis {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.topiframe {
    width: 100%;
    height: 274px;
    border-radius: 10px;
    padding: 10px;
}

.topiframe iframe {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    border: none;
}

.title-video-andType {
    display: flex;
    justify-content: space-between;
}

.title-video {
    color: #353535;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.1em;
}

.type {
    background: #fff;
    border-radius: 20px;
    box-shadow: inset 0 8px 8px -8px rgba(0, 0, 0, 0.3);
    border: 1px solid #dedede;
    width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #000;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.9em;
}

.avis p {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #959595;
    width: 100%;
    overflow: hidden;
    height: 50px;
    margin-top: 0px;
    position: relative;
    top: -2.5px;
}

.container-allAvis {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    margin-inline: 5px;
    padding-bottom: 5px;
    scroll-behavior: smooth;

    scrollbar-width: none;
    -ms-overflow-style: none;
}

.container-allAvis::-webkit-scrollbar {
    display: none; /* Chrome/Safari */
}

.topiframe {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.videoavis {
    width: 100%;
    height: auto;
    border-radius: 10px;
    pointer-events: auto; /* Permet l'interaction avec l'iframe */
}

.btn-jedecouvre {
    background: var(--couleur-btnpack);
    border: none;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 0.8em;
    width: 43%;
    text-align: center;
    color: #fff;
    border-radius: 20px;
    padding: 5px 0;
    position: absolute;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);

    &:hover {
        cursor: pointer;
        opacity: 0.7;
    }
}

.profession {
    font-weight: 600;
}

.sponsor--container {
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 20px;
    padding-inline: 10px;
    overflow: hidden;
    max-width: 100%;
    padding-bottom: 5px;
}

.faq ul {
    margin-left: 30px;
}

.image-container {
    flex: 0 0 60px;
    height: 60px;
    margin-right: 20px;
}

.image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.content {
    flex: 1;
    color: #808080;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
}

.content ul {
    margin-left: 0px;
}

.content ul li {
    list-style-type: none;
}

.content ul li:not(:last-child) {
    margin-bottom: 0.5em;
}

.pourquoi .content h2 {
    color: #000;
    font-family: "Poppins";
    font-weight: 700;
    text-align: left !important;
    font-size: 20px !important;
    padding-left: 0 !important;
}

.pourquoi .content h2 span {
    color: #ff8500;
}

.left-google {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.avisgoogle {
    background: #fff;
    width: 100%;
    padding: 10px;
    border-radius: 20px;
    display: flex;
    box-shadow: 0 2px 1px 1px rgba(0, 0, 0, 0.1);
    justify-content: space-between;
    align-items: center;
    height: 40px;
}

.container-avisgoogle {
    max-width: 330px;
    margin: auto;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 15px;
    position: relative;
    top: -10px;
}

.container-realisation {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.contenue-faq ul li:not(:last-child) {
    margin-bottom: 1em;
}

.content .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header h3 {
    color: #464545;
    font-size: 20px;
}

.content .header i {
    font-size: 2em;
    color: #000;
}

.description-pourquoi {
    display: none;
}

.description-pourquoi.actif {
    display: block;
    margin-top: -22px;
}

.content .header i {
    transition: all 0.2s;
}

.content .header i.actif {
    transform: rotate(180deg);
    transition: all 0.2s;
}

.surdevis-mot small {
    font-size: 0.6em;
}

.fonda p strong {
    color: #F2B222;
}

#agence,
#tarifs,
#avis,
#etapes,
#pourquoijk,
#realisations,
#faq {
    margin-top: 50px;
}

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

.container-prendrerdv-deux {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 27px;
    position: relative;
    z-index: 233;
}

.swal2-popup,
.swal2-title,
.swal2-html-container,
.swal2-content,
.swal2-actions,
.swal2-input {
    font-family: "Poppins", sans-serif !important;
}

@media (max-width: 600px) {
    .videoavis {
        flex: 0 0 90vw;
        max-width: 90vw;
        width: 90vw;
    }
}

@media screen and (min-width: 600px) {
    .bigtitle h2 {
        font-family: "Poppins", sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 34px;
        text-align: center;
        width: 600px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (min-width: 760px) {
    .menu-gauche {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 15px;
    }

    .bigtitle h2 {
        font-family: "Poppins", sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 52px;
        text-align: center;
        width: 600px;
        margin-left: auto;
        margin-right: auto;
    }

    .trois-valeurs {
        display: none;
    }

    .telephone {
        font-family: "Poppins", sans-serif;
        font-weight: 600;
        font-style: normal;
        display: flex;
        flex-direction: row;
    }

    .container-videopresentation {
        max-width: 612px;
        margin: auto;
        height: 313px;
    }

    .btn-souscrire-mobile {
        display: none;
    }

    .btn-souscrire {
        display: inline-block;
    }

    .gratuit-mobile {
        display: none;
    }

    .drapeau {
        display: none;
    }

    .numero-tel {
        display: block;
    }

    .bigtitle {
        display: block;
    }

    .container-pourquoi {
        max-width: 80%;
    }

    .container-tarifs {
        display: block;
    }

    .card-tarif {
        flex: 0 0 85%;
        background: linear-gradient(
                to bottom,
                rgba(252, 255, 239, 0.2) 80%,
                #eee 101%
        );
        width: 85%;
        height: 539px;
        border-radius: 20px;
        border: 2px solid rgba(12, 8, 41, 0.1);
        background-clip: padding-box;
        overflow: hidden;
    }

    .card-tarif-image {
        width: 100%;
        height: 150px;
        border-radius: 20px 20px 0 0;
        background-size: cover;
        background-position: top;
    }

    .container-allAvis {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        gap: 5px;
    }

    .avis {
        transform: scale(1);
        opacity: 1;
        width: 80%;
    }

    .avis.actif {
        transform: scale(0.9);
    }

    .container-avisgoogle {
        font-size: 15px;
        position: relative;
        top: -23px;
    }
}

@media screen and (min-width: 980px) {
    .container-prendrerdv-deux {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 27px;
        position: relative;
        z-index: 233;
    }

    .header h3 {
        font-size: 24px;
    }

    .realisations-desktop {
        display: block;
    }

    .inner-tarifs {
        display: grid;
        grid-template-columns: repeat(auto-fit, 340px);
        justify-content: space-around;
        margin-inline: 100px;
        gap: 30px;
    }

    .fleche-droite-client {
        display: block;
    }

    .card-agence > div {
        padding: 20px;
    }

    .card-tarif {
        height: 475px;
        flex: inherit;
        width: 340px;
    }

    .avis {
        transform: scale(1);
        opacity: 1;
        width: 364px;
    }

    .avis.actif {
        opacity: 1;
        transform: scale(1);
    }

    .btn-jedecouvre {
        background: var(--couleur-btnpack);
        border: none;
        font-family: "Poppins", sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 13.3px;
        width: 43%;
        text-align: center;
        color: #fff;
        border-radius: 20px;
        padding: 5px 0;
        position: absolute;
        bottom: 16px;
        left: 50%;
        transform: translateX(-50%);

        &:hover {
            cursor: pointer;
            opacity: 0.7;
        }
    }

    .cont-guide {
        display: none;
    }

    .card-tarif:nth-child(1) .card-tarif-image {
        background-image: url(../img/packs/packun.webp);
        background-position: center;
    }

    .more-question {
        background: #f9f9f9;
        align-self: center;
        height: 300px;
        width: 100%;
        border-radius: 20px;
        box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.2);
    }

    .container-separation {
        display: grid;
        grid-template-columns: 1.3fr minmax(258px, 0.5fr);
        gap: 90px;
        margin-inline: 150px;
    }

    .guide-etapes {
        display: none;
    }

    .fondamentaux {
        display: flex;
        flex-direction: row;
        gap: 30px;
        justify-content: space-around;
        align-items: center;
    }

    .pourquoi .content h2 {
        font-size: 25px !important;
    }

    #desactivedetape {
        display: none;
    }

    .ensavoirplus {
        display: none;
    }

    .blockdesktop-descript,
    .blockdesktop-descript ul {
        display: block;
        color: #959595;
        font-family: "Poppins", sans-serif;
        font-weight: 500;
        font-style: normal;
        font-size: 14px;
        width: 100%;
        position: absolute;
        bottom: 70px;
        left: 17px;
        text-align: left;
    }

    .blockdesktop-descript,
    .blockdesktop-descript ul li {
        margin-bottom: 10px;
    }

    #home {
        background: linear-gradient(
                to bottom,
                #eee 0%,
                #ffffff 100%
        );
        padding: 24px 0;
    }

    .boutton-contact {
        font-size: 20px;
        width: 200px;
        height: 52px;
    }

    .card-agence p {
        font-size: 16px;
    }

    #header {
        display: block;
    }

    #header-mobile {
        display: none;
    }

    .card-image {
        height: 150px;
        background-size: 100%;
    }

    .card-agence h3 {
        font-size: 30px;
    }

    .container-card-agence {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(351px, 1fr));
        gap: 25px;
        margin-inline: 100px;
        justify-content: center;
    }

    #agence,
    #tarifs,
    #avis,
    #etapes,
    #pourquoijk,
    #realisations,
    #faq {
        margin-top: 100px;
    }

    #agence h2,
    #etapes h2,
    #realisations h2,
    #pourquoijk h2,
    #tarifs h2,
    #avis h2,
    #faq h2 {
        text-align: center;
        font-family: "Poppins", sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 40px;
    }

    .video {
        height: 313px;
    }

    .left-or-right {
        justify-content: end;
        margin-right: 307px;
    }

    .card-agence {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 490px;
    }

    .card-image {
        border-radius: 0px 0px 20px 20px;
    }

    .mentionlegale-container {
        background: #fff;
        padding: 10px;
        border-radius: 15px;
        box-shadow: 0 2px 0 3px #000;
        margin-left: auto;
        margin-right: auto;
        width: 980px;
        margin-top: 30px;
        font-family: "Poppins", sans-serif;
        font-weight: 400;
        font-style: normal;
    }

    .fleche-gauche-avis {
        display: block;
    }

    .fleche-droite-avis {
        display: block;
    }

    .linear {
        width: 100%;
        height: 1px;
        border: 1px dashed #000;
        position: absolute;
        left: 0;
        display: block;
        top: 23px;
    }

    #speciallinear {
        display: none;
    }

    #tarifs {
        margin-top: 47px;
        position: relative;
    }

    .boutton-realisations {
        font-size: 17px;
        width: 255px;
        height: 63px;
        background: #ff8500;
        font-family: "Poppins", sans-serif;
        font-weight: 600;
        font-style: normal;
        display: block;
        margin: 0 auto;
        text-align: center;
        border-radius: 10px;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 20px;
    }

    .bigtitle h2 {
        font-family: "Poppins", sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 52px;
        text-align: center;
        color: #000;
        width: 600px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 15px;
    }

    .container-headerdesk {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin-inline: 40px;
        align-items: center;
        height: 68px;
    }

    .left-desktop-header {
        display: flex;
        flex-direction: row;
        gap: 30px;
    }

    .right-desktop-header {
        margin-right: 27px;
        display: none;
    }

    .btn-rdv {
        background: #F2B222;
        padding: 0 20px;
        border-radius: 960px;
        height: 38px;
        display: inline-block;
        text-align: center;
        font-family: "Poppins", sans-serif;
        font-weight: 500;
        font-style: normal;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .btn-rdv:hover {
        opacity: 0.7;
        cursor: pointer;
    }

    .left-desktop-header ul {
        display: flex;
        flex-direction: row;
        gap: 40px;
        align-items: center;
    }

    .left-desktop-header ul li {
        color: #fff;
        list-style-type: none;
        font-family: "Poppins", sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 16px;
    }

    .left-desktop-header ul li:hover {
        opacity: 0.7;
    }

    .logo-desktop {
        background-image: url(../img/logo.png);
        width: 100px;
        height: 56px;
        background-size: 70%;
        background-position: center;
        background-repeat: no-repeat;
    }

    .container-pourquoi {
        max-width: 60%;
    }

    .sponsor--container {
        margin-inline: 140px;
        margin-top: 20px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 20px;
        padding-inline: 10px;
        overflow: hidden;
        max-width: 100%;
        padding-bottom: 5px;
    }

    .sponsor {
        background: #fff;
        box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.2);
        width: 20%;
        text-align: center;
    }

    .sponsor img {
        width: 190px;
        height: auto;
    }

    .etape {
        position: relative;
        width: 300px;
        display: block;
    }

    .container-etapes {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        margin-inline: 100px;
    }

    .etape-image img {
        width: 100%;
        height: 95.55px;
    }

    .etape-descrip {
        position: absolute;
        right: -100px;
        bottom: -60px;
        font-size: 30px;
        color: var(--couleur-etape);
        font-weight: 600;
        padding: 0;
        margin: 0;
        width: 100%;
        overflow: hidden;
        display: flex;
        justify-content: flex-start;
        align-items: start;
        height: 100%;
        letter-spacing: -2px;
    }

    .etape:nth-child(n-3).actif {
        display: none;
    }

    .etape:nth-child(n + 2) {
        display: block;
    }

    .etape:nth-child(n + 4) {
        display: none;
    }

    .etape:nth-child(n + 4).actif {
        display: block;
    }

    .container-allAvis {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin-inline: 100px;
    }
}

@media screen and (min-width: 1058px) {
    .flechedesktop {
        display: block;
        position: relative;
        margin-left: 30px;
        margin-top: 50px;
    }
}

@media screen and (min-width: 1200px) {
    .right-desktop-header {
        display: flex;
    }
}

@keyframes scrollSponsors {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}
