body{
    position: relative;
    overflow-x: hidden;
    word-break: break-word;
}

.prevent__scroll{
    overflow: hidden;
}


/* Section Header */
.voyage__header{
    width: 100vw;
    height: 75vh;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    background-color: rgba(0, 0, 0, 0.2);
    background-blend-mode: color;
    position: relative;
    overflow: hidden;
}
.voyage__header::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateZ(0); /* Crée un nouvel espace de contexte pour les éléments enfants */
    z-index: -1;
  }

.voyage__header__div{
    padding-top: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    width: 80%;
}

.voyage__header__categorie{
    font-size: clamp(1rem, 5vw, 1.2rem);
}
.voyage__header__title{
    font-size: clamp(1.5rem, 5vw, 3rem);
    text-transform: uppercase;
    margin: 15px 0px 10px 0px;
    font-family: 'Krona One', sans-serif;
    font-weight: 400;
}
.voyage__header__chemin{
    font-size: clamp(1rem, 5vw, 1.2rem);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    text-transform: initial;
}
.voyage__header__chemin > div{
    display: flex;
    gap: 10px;
    align-items: center;
}
.voyage__header__chemin a{
    color: white;
    text-decoration: none;
}
.voyage__header__chemin h2{
    font-size: clamp(1rem, 5vw, 1.2rem);
}
/* Fin Section Header */




/* Section Voyage */
.voyageurs__presentation{
    width: 100vw;
    height: fit-content;
    padding: 40px 8%;
    background-color: var(--orange);

}
.synopsis__infos{
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    min-height: 100px;
    gap: 15px;
}
.synopsis__infos div{
    display: flex;
    align-items: center;
    color: white;
}
.synopsis__infos div span{
    color: black;
    font-size: 35px;
    font-weight: 100;
    padding: 16px;
}
.synopsis__infos__text{
    font-size: clamp(16px, 5vw, 18px);
    text-transform: uppercase;
    font-weight: bold;
    gap: 10px;
    margin-top: 5px;
}
.synopsis__infos__text__icon {
    filter: brightness(0) saturate(100%) invert(97%) sepia(6%) saturate(89%) hue-rotate(52deg) brightness(117%) contrast(100%);
    height: 24px;
    width: 24px;
}
.synopsis__infos__text p{
    padding-top: 5px;
}
.synopsis__infos__text p a{
    text-decoration: none;
    color: white;
}
.synopsis__infos__text [class^="fa-"]{
    font-size: clamp(20px, 5vw, 24px);
}
.voyageur__synopsis.inro-admin{
    align-items: top !important;
}
.voyageur__synopsis{
    display: flex;
    gap: 5%;
    align-items: center;
}
.voyageur__synopsis.inro-admin .voyageur__synopsis-infos{
    width: 80%;
}
.voyageur__image.inro-image-admin{
    margin-top: 35px;
    width: 20%;
    height: auto;
    border-radius: 1px;
}
.inro-admin.voyagistes .voyageur__image.inro-image-admin{
    width: 35%;
}
.voyageur__synopsis-infos{
    width: 75%;
}
.voyageur__synopsis a{
    color: var(--black);
}
.voyageur__synopsis a:hover{
    text-decoration: none;
}
.voyageur__title,
.voyage__synopsis__title{
    font-family: 'Krona One', sans-serif;
    font-weight: 400;
    font-size: clamp(1.25rem, 5vw, 2.5rem);
    text-transform: uppercase;
    color: var(--black);
    text-align: center;
    margin-top: 40px;
}
.voyageur__description,
.voyage__synopsis__description{
    font-size: clamp(16px, 5vw, 18px) !important;
    font-weight: 500;
    color: var(--black);
    letter-spacing: .5px !important;
    line-height: 1.8rem !important;
    margin-block: 40px;
}

.voyageur__description p,
.voyage__synopsis__description p{
    font-size: clamp(16px, 5vw, 18px) !important;
    letter-spacing: .5px !important;
    line-height: 1.8rem !important;
}

.voyageur__description span,
.voyage__synopsis__description span,
.indispensables__list span,
.chiffre__text span,
.asavoir__list span,
.etape__description span,
.voyageur__description p,
.voyage__synopsis__description p,
.indispensables__list p,
.chiffre__text p,
.asavoir__list p,
.etape__description p,
.voyageur__description b,
.voyage__synopsis__description b,
.indispensables__list b,
.chiffre__text b,
.asavoir__list b,
.etape__description b,
.voyageur__description i:not([class*="fa-"]),
.voyage__synopsis__description i:not([class*="fa-"]),
.indispensables__list i:not([class*="fa-"]),
.chiffre__text i:not([class*="fa-"]),
.asavoir__list i:not([class*="fa-"]),
.etape__description i:not([class*="fa-"]){
    font-size: clamp(16px, 5vw, 18px) !important;
    letter-spacing: .5px !important;
    line-height: 1.8rem !important;
}

.voyageur__image{
    height: 300px;
    width: 300px;
    object-fit: cover;
    border-radius: 50%;
}

.voyage__synopsis{
    width: 100vw;
    padding: 40px 8%;
    background-color: var(--grey);

}
/* Fin Section Voyage */

/* Section infos importantes */
.voyage__infosImportantes{
    width: 100vw;
    padding: 100px 8%;
    background-color: #fdfcf0;
    display: flex;
    gap: 7%;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;
}
    /* Section en chiffre */
    .en-chiffres{
        width: 45%;
        background-color: white;
        box-shadow: 0px 0px 20px 2px #adbaaf;
        height: fit-content;
    }
    .en-chiffres h2{
        font-family: 'Krona One', sans-serif;
        font-weight: 400;
        font-size: clamp(1.25rem, 5vw, 1.75rem);
        padding: 36px 63px;
        background-color: var(--grey);
        color: var(--white);
    }
    .chiffres-cles{
        padding: 36px 36px 6px 0px;
    }
    .chiffre{
        width: 100%;
        display: flex;
        align-items: start;
        padding-bottom: 30px;
    }

    .chiffre [class^="fa-"]{
        font-size: clamp(1.875rem, 5vw, 2.5rem);
        color: var(--grey);
        text-align: center;
        width: 25%;
    }
    .chiffre img{
        text-align: center;
        width: 25%;
        max-height: 40px;
        margin-top: 0.5rem;
    }
    .chiffre__text{
        width: 75%;
    }
    .chiffre__text h3{
        font-size: clamp(1.15rem, 5vw, 1.5rem);
        font-weight: 500;
        color: var(--grey);
    }
    .chiffre__text div{
        font-size: clamp(16px, 5vw, 18px) !important;
        line-height: 1.8rem !important;
        letter-spacing: 0.5px !important;
    }
    /* Fin Section en chiffre */


    /* Section indispensable */
    .indispensables{
        width: 55%;
        padding-top: 30px;
    }
    .indispensables a,
    .chiffre a,
    .asavoir__list a{
        color: var(--black);
    }
    .indispensables a:hover,
    .chiffre a:hover,
    .asavoir__list a:hover{
        text-decoration: none;
    }
    .indispensables h2{
        font-family: 'Krona One', sans-serif;
        font-weight: 400;
        font-size: clamp(1.5rem, 5vw, 2.5rem);
        text-align: center;
        color: var(--grey);
        margin-bottom: 60px;
    }
    .indispensables__list li{
        list-style: none;
        position: relative;
        margin-bottom: 20px;
    }
    .indispensables__list li [class^="fa-"]{
        position: absolute;
        left: 0px;
        top: 3px;
        color: var(--grey);
        font-size: 20px;
    }
    .indispensables__list h3{
        font-size: 1.2rem;
        margin-bottom: 5px;
    }
    .indispensables__list div{
        font-size: clamp(16px, 5vw, 18px) !important;
        line-height: 1.8rem !important;
        letter-spacing: 0.5px !important;
        margin-left: 35px;
    }
    .indispensables__images{
        margin-top: 40px;
        width: 100%;
        display: flex;
        gap: 5%;
    }
    .indispensables__image{
        width: 50%;
    }
    .indispensables__image img{
        max-width: 100%;
    }
    /* Fin Section indispensables */
    @media (max-width: 1200px) {
        .voyage__infosImportantes{
            flex-direction: column;
            gap: 100px;
        }
        .en-chiffres{
            width: 100%;
        }
        .indispensables{
            width: 100%;
        }
    }
    @media (max-width: 768px) {
        .indispensables__images{
            display: block;
        }
        .indispensables__image{
            width: 100%;
            margin-bottom: 40px;
        }
    }
/* Fin Section infos importantes */




/* Section Bon à savoir */
.bon-asavoir{
    width: 100vw;
    padding: 75px 8%;
    background-color: var(--grey);
    background-position: bottom right;
    background-size: cover;
}
.bon-asavoir h2{
    font-family: 'Krona One', sans-serif;
    font-weight: 400;
    font-size: clamp(1.25rem, 5vw, 2rem);
    text-transform: uppercase;
    color: var(--black);
    text-align: center;
    margin-bottom: 40px;
}
.asavoir__list{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1fr);
    grid-column-gap: 5%;
}
.asavoir__list li{
    list-style: none;
    margin-bottom: 20px;
    display: flex;
    gap: 15px;
}
.asavoir__list li [class^="fa-"]{
    color: #D1DDD3;
    padding-top: 3px;
    font-size: 20px;
}
.asavoir__list div{
    font-size: clamp(16px, 5vw, 18px) !important;
    line-height: 1.8rem !important;
    letter-spacing: 0.5px !important;
}
/* Fin Section Bon à savoir */



/* Section vidéos */
.videos__section{
    width: 100vw;
    padding: 75px 8%;
    background-color: var(--black);
}
.videos__section-title{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}
.videos__section-title h2{
    color: var(--orange);
    font-family: 'Krona One', sans-serif;
    font-weight: 400;
    font-size: clamp(1.25rem, 5vw, 1.75rem);
    text-transform: uppercase;
}
.videos__section-title a{
    color: var(--orange);
    text-decoration: none;
    font-size: 1.2rem;

}

.videos__section-title a [class^="fa-"]{
    padding-right: 15px;
}
.videos__section-title a span{
    color: var(--white);
    transition: 0.2s;
}
.videos__section-title a:hover span{
    color: var(--orange);
}

.videos{
    display: flex;
    width: 100%;
    gap: 20px;
}
.videos iframe{
    width: 60%;
    height: 550px;
}
.videos .videos__list{
    width: 40%;
    background-color: #2a3236;
    height: 550px;
    overflow-y: scroll;
    padding-inline: 20px;
}
.video{
    display: flex;
    gap: 15px;
    padding-block: 20px;
    border-bottom: solid 1px var(--grey);
    cursor: pointer;
}
.video:first-of-type{
    border-bottom: solid 1px var(--grey);
}
.video:last-of-type{
    border: none;
}
.miniature{
    width: 140px;
    height: 125px;
    position: relative;
}
.miniature__hover{
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(180deg, #3A352E 0%, #7B787300 100%) 0% 0% no-repeat padding-box;
    position: absolute;
    top: -30px;
    left: 0;
    opacity: 0;
    transition: 0.2s;
}
.video:hover .miniature__hover{
    opacity: 1;
    top: 0;
}
.miniature [class^="fa-"]{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 45px;
}
.miniature img{
    width: 140px;
    height: 125px;
    object-fit: cover;
    object-position: center;
}
.video p{
    width: 100%;
    height: 125px;
    overflow-y: scroll;
    color: var(--white);
    font-size: 1.1rem;
    line-height: 1.8rem;
}
.video p::-webkit-scrollbar {
    width: 0.5em;
    border-radius: 50%;
  }

.video p::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.video p::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}
.url__video{
    display: none;
}
@media (max-width: 1440px) {

}
@media (max-width: 1024px) {
    .videos{
        display: flex;
        flex-direction: column;
        width: 100%;
        gap: 0px;
    }
    .videos iframe{
        width: 100%;
        height: 70vw;
    }
    .videos .videos__list{
        width: 100%;
        background-color: #2a3236;
        height: 170px;
        overflow-x: scroll;
        overflow-y: auto;
        padding-inline: 0px;
        display: flex;
    }
    .video{
        padding: 20px;
        border-right: solid 1px var(--grey);
        min-width: 350px;
    }
    .video:first-of-type{
        border-right: solid 1px var(--grey);
    }
    .video:last-of-type{
        border: none;
    }
}
@media (max-width: 768px) {

}
@media (max-width: 425px) {

}
/* Fin section vidéos */



/* Section Etape */
.etapes{
    background-color: var(--orange);
    color: var(--black);
    width: 100vw;
    height: fit-content;
    padding-top: 25px;
    background-position: top;
}

.etapes__title{
    font-family: 'Krona One', sans-serif;
    font-weight: 400;
    font-size: clamp(2.25rem, 5vw, 4.5rem);
    text-transform: uppercase;
    color: var(--white);
    text-align: center;
    margin-top: 40px;
}
.etape{
    display: flex;
    margin-left: auto;
    margin-right: auto;
    width: 84%;
    height: fit-content;
    margin-block: 75px;
}
.etape__empty-image{
    display: flex;
    margin-left: auto;
    margin-right: auto;
    width: 84%;
    height: fit-content;
    margin-block: 75px;
}
.etape__text{
    background-color: #fdfcf0;
    width: 65%;
    height: fit-content;
    padding: 30px 50px;
}
.etape__empty-image .etape__text{
    width: 100%;
    background-color: #fdfcf0;
    height: fit-content;
    padding: 30px 50px;
    margin-left: auto;
    margin-right: auto;
}
.etape__empty-image .etape__name{
    margin-bottom: 30px;
}
.etape__name{
    font-size: clamp(20px, 5vw, 24px);
    text-transform: uppercase;
    letter-spacing: -0.05rem;
}
.etape__name span{
    color: var(--grey);
}
.etape__icons{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style-type: none;
    font-size: clamp(20px, 5vw, 24px);
    text-transform: uppercase;
    margin-block: 30px;
    letter-spacing: -0.05rem;
    gap: 15px;
}
.etape__icon{
    display: flex;
    gap: 10px;
    align-items: center;
}
.etape__icon [class^="fa-"]{
    color: var(--grey);
}
.etape__icon i:hover{
    color: var(--black);
}
.etape__description{
    list-style-type: none;
    font-size: clamp(16px, 5vw, 18px) !important;
    line-height: 1.8rem !important;
    display: flex;
    align-items: start;
    gap: 15px;
    margin-bottom: 10px;
}
.etape__description [class^="fa-"]{
    padding-top: 5px;
}
.etape__download{
    margin-top: 40px;
    margin-bottom: 20px;
    color: var(--red);
    text-transform: uppercase;
    font-size: clamp(20px, 5vw, 24px);
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 15px;
    transition: 0.25s;
}
.etape__download p{
    font-size: clamp(18px, 5vw, 20px);
}
.etape__download:hover{
    color: var(--black);
    transition: 0.25s;
}

.etape__image{
    width: 35%;
    min-height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.etape__image iframe{
    width: 100%;
    height: 100%;
}
/* FIn Section etape */




/* Section Galerie */
.galerie{
    width: 100vw;
    background-color: var(--black);
    color: var(--orange);
    height: fit-content;
    text-align: center;
    padding-bottom: 60px;
}
.galerie h2{
    padding-block: 60px;
    font-size: clamp(1.2rem, 5vw, 1.5rem);
    text-transform: uppercase;
    font-family: 'Krona One', sans-serif;
    font-weight: 400;
}
.galerie__columns{
    width: 84%;
    margin-inline: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}
.galerie__image__container{
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    min-height: 600px;
    max-height: 800px;
}
.galerie__image{
    position: absolute;
    left: 0;
    top: 0;
}
.galerie__image__container:hover .galerie__image--hover{
    opacity: 1;
    transform: translateY(0%);
    transition: 0.25s;
}
.galerie__image--hover{
    position: absolute;
    opacity: 0;
    left: 0;
    top: 0;
    transform: translateY(-100%);
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fdfcf0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 25px;
    transition: 0.25s;
}
.galerie__image--hover p{
    font-size: 22px;
}
.galerie__image--hover [class^="fa-"]{
    font-size: 40px;
}
.galerie__image--hover [class^="fa-"]:hover{
    cursor: pointer;
    color: rgba(255, 255, 255, 0.5);
}

.galerie__columns img{
    width: 100%;
    max-width: 100%;
    min-height: 600px;
    max-height: 800px;
    object-fit: cover;
}
.galerie__show{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 10000;
    color: white;
}
.fa-angle-left{
    position: absolute;
    top: 50%;
    left: 40px;
    transform: translateY(-50%);
    font-size: 25px;
    z-index: 999999;
}
.fa-angle-right{
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
    font-size: 25px;
    z-index: 999999;
}
.galerie__show .fa-xmark{
    font-size: 25px;
}
.galerie__show .fa-xmark:hover,
.fa-angle-right:hover,
.fa-angle-left:hover
{
    color: rgba(255, 255, 255, 0.6);
    cursor: pointer;
}
.galerie__show__div{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 100%;
    width: 65%;

}
.galerie__show__div img{
    max-height: 80vh;
    height: auto;
    object-fit: contain;
}
.galerie__show__infos{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 18px;
}
.bouton-voir-plus{
    margin-top: 40px;
    background-color: var(--orange);
    color: var(--black);
    border: solid 2px var(--orange);
    font-size: 1.4rem;
    cursor: pointer;
    padding: 10px 30px;
    border-radius: 5px;
    font-weight: bold;
    transition: 0.4s;
}
.bouton-voir-plus:hover{
    background-color: var(--black);
    color: var(--orange);
}
/* Fin Section Galerie */


/* Section commentaires */
.bk-comments {
    width: 100vw;
    height: fit-content;
    padding: 40px 8%;
    background-color: var(--orange);
}

.bk-comments h2 {
    font-family: 'Krona One', sans-serif;
    font-weight: 400;
    font-size: clamp(1.25rem, 5vw, 1.75rem);
    text-align: center;
    color: var(--black);
    margin-block: 60px;
}

.bk-comments__form #comment,
.bk-comments__form #comment div{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.bk-comments__form #comment label {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
    display: inline-block;
}

.bk-comments__form #comment textarea {
    background-color: var(--form_bg_color);
    padding: 8px;
    max-width: 500px;
    width: 100%;
}

.bk-comments__form #comment button[type="submit"] {
    background-color: var(--black);
    color: var(--orange);
    border: solid 2px var(--black);
    font-size: 1.4rem;
    cursor: pointer;
    padding: 10px 30px;
    border-radius: 5px;
    font-weight: bold;
    transition: 0.4s;
    margin: 20px 0;
    text-decoration: none;
}

.bk-comments__list {
    list-style-type: none;
}

.bk-comments__item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    position: relative;
    max-width: 60%;
    margin: 24px auto 24px;
    padding-bottom: 24px;
}

@media (max-width: 1024px) {
    .bk-comments__item {
        max-width: 80%;
    }
}

@media (max-width: 768px) {
    .bk-comments__item {
        max-width: none;
    }
}

.bk-comments__item:after {
    display: block;
    content: '';
    width: 60%;
    height: 1px;
    border-top: 1px solid white;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.bk-comments__item:last-of-type:after {
    display: none;
}

.bk-comments__item--bottom {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.bk-comments__item_content {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 12px;
}

#comments-list .pagination {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin: 12px 0 48px;
}

#comments-list .pagination {
    list-style-type: none;
    font-weight: bold;
    font-size: 18px;
}

#comments-list .pagination a {
    text-decoration: none;
}

.front-alert {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1;
    padding: 24px;
    transform: translate(-50%, -50%);
    background-color: white;
    border-radius: 12px;
}

.front-alert.close {
    display: none;
}

.front-alert--close {
    position: absolute;
    top: 8px;
    right: 12px;
    background: transparent;
    border: none;
}

.front-alert--close:hover {
    cursor: pointer;
}

/* Fin Section commentaires */



/* Section découvrir */
.a-decouvrir{
    background-color: var(--grey);
    padding: 40px 8%;
}
.a-decouvrir h2{
    font-family: 'Krona One', sans-serif;
    font-weight: 400;
    font-size: clamp(1.25rem, 5vw, 1.75rem);
    text-align: center;
    color: var(--black);
    margin-block: 60px;
}
.decouvrir-grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.decouvrir{
    width: 100%;
    height: 375px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    gap: 15px;
    text-decoration: none;
    position: relative;
    overflow: hidden;
}

.decouvrir h4{
    font-family: 'Krona One', sans-serif;
    font-weight: 300;
    font-size: 2rem;
    text-decoration: none;
    z-index: 1;
}
.decouvrir p{
    font-size: 1.2rem;
    text-decoration: none;
    z-index: 1;
}

.decouvrir img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1s;
    filter: brightness(0.7);
}
.decouvrir:hover img{
    transform: scale3d(1.1,1.1,1);
}
.decouvrir span{
    transition: 0.8s;
    z-index: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    bottom: -500px;
    background: transparent linear-gradient(360deg, #141F23 0%, #7B787300 100%) 0% 0% no-repeat padding-box;
}
.decouvrir:hover span{
    opacity: 1;
    bottom: 0;
    transition: 0.2s;
}
/* Fin Section découvrir */

.d-none{
    display: none;
}

.animation-grow{
    animation-name: grow;
    animation-duration: 0.2s;
}

.lien-voir-plus {
    background-color: var(--orange);
    color: var(--black);
    border: solid 2px var(--orange);
    font-size: 1.4rem;
    cursor: pointer;
    padding: 10px 30px;
    border-radius: 5px;
    font-weight: bold;
    transition: 0.4s;
    margin: 20px 0;
    text-decoration: none;
}

.lien-voir-plus:hover {
    background-color: var(--black);
    color: var(--orange);
}

.lien-voir-plus-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.voyageurs__presentation .lien-voir-plus {
    background-color: var(--black);
    color: var(--orange);
}

.voyageurs__presentation .lien-voir-plus:hover {
    background-color: var(--orange);
    color: var(--black);
}

.etapes .lien-voir-plus {
    background-color: var(--black);
    color: var(--orange);
}

.etapes .lien-voir-plus:hover {
    background-color: var(--orange);
    color: var(--black);
}

@media screen and (max-width:1024px) {
    .synopsis__infos{
        display: flex;
        flex-wrap: wrap;
    }
    .voyageur__synopsis{
        display: flex;
        flex-direction: column;
        gap: 2%;
        align-items: center;
    }
    .voyageur__synopsis.inro-admin .voyageur__synopsis-infos{
        width: 100%;
    }
    .voyageur__image.inro-image-admin{
        width: 100%;
    }
    .voyageur__synopsis-infos{
        width: 100%;
    }
    .asavoir__list{
        grid-template-columns: repeat(1, 1fr);
    }
    .etapes{
        padding-block: 25px;
        padding-inline: 0px;
    }
    .etape{
        display: flex;
        flex-direction: column;
    }
    .etape__text{
        width: 100%;
        padding: 30px 25px;
    }
    .etape__image{
        min-width: 100%;
        min-height: 400px;
    }

    .etape__image iframe{
        width: 100%;
        height: 400px;
    }
    .etape__icons{
        flex-wrap: wrap;
        gap: 15px;
    }
    .etape__empty-image .etape__text{
        padding: 30px 25px;
    }
    .galerie__show__div{
        width: 80%;
    }
    .decouvrir-grid{
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(1fr);
    }
}

.social-media-share {
    display:          flex;
    justify-content:  center;
    gap:              30px;
    background-color: var(--orange);
}

.social-media-share.inlined {
    padding: 40px 0 0;
}

.social-media-share h2 {
    display:     flex;
    align-items: center;
    font-weight: 400;
    font-size:   18px;
    text-align:  center;
    color:       var(--black);
}

.social-media-share a {
    width:         47px;
    height:        47px;
    padding:       8px;
    border-radius: 25px;
    font-size:     25px;
    text-align:    center;
    background:    #fdfcf0;
    color:         var(--orange);
    transition:    0.25s;
}

.social-media-share a:hover {
    background: var(--white);
}

.social-media-share a.share-twitter {
    padding-left: 10px;
    padding-top:  9px;
}

/* Fix horizontal scroll - https://kap2cap-roadtrip.ci.softeam.agency */
@media screen and (max-width: 770px){
    .content {
        width: 100%;
    }
    .map-filter{
        width: 100%;
    }
    .filtre-infos p{
        right: 0;
        left: auto;
        transform: none;
    }
}

/*Comments box update*/
/*Reduce margin*/
.bk-comments h2{
    margin-bottom: 24px;
}
/*Increase textarea height*/
.bk-comments__form #comment textarea{
    min-height: 140px;
}
/*Center comments message if unauthorized*/
.bk-comments__no-form{
    text-align: center;
}

/*bk-comments share*/
.bk-comments .social-media-share{
    margin: 20px 0 -8px;
    padding: 0;
}
.bk-comments .social-media-share a:hover{
    opacity: .7;
    background: #fff;
}
.bk-comments .social-media-share h2{
    font-family: "PT Sans Narrow", Arial, Helvetica, sans-serif;
    color: #fff;
    margin: 0;
}

/*Etapes section share*/
.etapes .social-media-share{
    margin: 16px 0 -24px;
}
.etapes .social-media-share h2{
    color: #fff;
}
.etapes .social-media-share a{
    color: rgba(251, 188, 81, 1);
    background: #fff;
}
.etapes .social-media-share a:hover{
    opacity: .7;
    background: #fff;
}
@media screen and (max-width: 660px){
    .etapes .social-media-share{
        margin: 24px 0 -32px;
    }
}

@media screen and (max-width:900px) {
    .galerie__columns{
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (max-width:650px) {
    .voyage__header__chemin{
        font-size: clamp(1rem, 5vw, 1.2rem);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .synopsis__infos{
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .synopsis__infos span{
        display: none;
    }
    .galerie__columns{
        grid-template-columns: repeat(1, 1fr);
    }
    .galerie__show__div{
        width: 95%;
    }
    .fa-angle-left,
    .fa-angle-right
    {
        padding: 15px;
        background-color: rgba(0, 0, 0, 0.3);

    }
    .fa-angle-left{
        left: 25px;
    }
    .fa-angle-right{
        right: 25px;
    }
    .decouvrir-grid{
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(1fr);
    }
}