/*
Theme Name: Voyage Avec Nous
Template: Divi
Version: 1.10.1
Description: Extended Divi theme for Voyage Avec Nous specific theme
Author: Agence Web Performance
Author URI: https://agencewebperformance.fr/
Theme URI: https://jattendsunlien.fr
Update URI: https://jattendsunlien.fr/themes/VoyageAvecNous/info
*/
@font-face {
    font-family: just-lovely-fallback;
    size-adjust: 74.5%;
    ascent-override: 102%;
    line-gap-override: 50%;
    src: local("Georgia");
}
@font-face {
    font-family: just-lovely-fallback2;
    size-adjust: 50.4%;
    ascent-override: 102%;
    line-gap-override: 60%;
    src: local("Noto Serif");
}

@font-face {
    font-family: Mulish-fallback;
    size-adjust: 103.5%;
    ascent-override: 96.5%;
    src: local("Arial");
}

@font-face {
    font-family: Mulish-fallback2;
    size-adjust: 104.5%;
    ascent-override: 95.2%;
    src: local("Roboto");
}

@font-face {
    font-family: Poppins-fallback;
    size-adjust: 112.49%;
    ascent-override: 111%;
    src: local("Arial");
}

@font-face {
    font-family: Poppins-fallback2;
    size-adjust: 112.9%;
    ascent-override: 96.2%;
    descent-override: 37.25%;
    src: local("Roboto");
}

html,
body {
    overflow-x: hidden;
}

body {
    font-family: Mulish, Mulish-fallback, Mulish-fallback2, Arial, sans-serif;
    font-size: 19px;
}

h1,
.h1-title {
    font-family: Poppins, Poppins-fallback, Poppins-fallback2, Arial, sans-serif;
    font-style: normal;
    font-size: 63px;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: #5C5C5C;
}

.main-banner--home h1,
.header_article_banner h1 {
    font-family: "Just Lovely", just-lovely-fallback, just-lovely-fallback2;
    font-size-adjust: ch-width 0.28;
    font-style: italic;
}

h2,
.h2-title {
    font-family: Poppins, Poppins-fallback, Poppins-fallback2, Arial, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 42px;
    line-height: 120%;
    letter-spacing: 0.01em;
    color: #5D8AC5;
}

h3,
.h3-title,
h2.h3-title {
    font-family: Poppins, Poppins-fallback, Poppins-fallback2, Arial, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 43px;
    color: #5D8AC5;
}

h3 img,
.h3-title img {
    position: relative;
    bottom: -10px;
}

h4,
.h4-title,
#article_container p.h4-title {
    font-family: Poppins, Poppins-fallback, Poppins-fallback2, Arial, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 130%;
    color: #5D8AC5;
}

h5,
.h5-title {
    font-family: Poppins, Poppins-fallback, Poppins-fallback2, Arial, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #E58162;
}

p {
    font-size: 18px;
    line-height: 160%;
}

@media (min-width: 720px) {
    h1,
    .h1-title {
        font-size: 100px;
        line-height: 100%;
    }

    .main-banner--home h1,
    .header_article_banner h1
    {
        font-size: 100px;
    }
}

@media screen and (max-width: 959px) {

    h2,
    .h2-title {
        font-size: 34px;
        line-height: 130%;
    }

    h3,
    .h3-title {
        font-size: 24px;
        line-height: 127.33%;
    }

    h4,
    .h4-title {
        font-size: 18px;
        line-height: 134.82%;
    }

    h5,
    .h5-title {

        font-size: 14px;
        line-height: 21px;
        letter-spacing: 0.04em;
    }
}

@media screen and (max-width: 719px) {

    h1,
    .h1-title {
        font-size: 34px;
        line-height: 80%;
    }

    .et_pb_section_0 h1 {
        font-size: 80px;
    }

    h2,
    .h2-title {
        font-size: 26px;
        line-height: 120%;
    }

    h3,
    .h3-title {
        font-size: 20px;
        line-height: 127.33%;
    }

    h4,
    .h4-title {
        font-size: 18px;
        line-height: 120%;
    }

    h5,
    .h5-title {
        font-size: 14px;
        line-height: 21px;
        letter-spacing: 0.04em;
    }
}

.small-text p,
.small-text {
    font-size: 18px;
}

/* Spécifique */

.nos_dest_cards__container {
    display: flex;
    justify-content: center;
    max-width: 95%;
    margin: 0 auto;
    flex-wrap: wrap;
}

#header-maps {
    display: flex;
    justify-content: space-between;
    max-width: 80%;
    margin: 0 auto;
    flex-wrap: wrap;
}

#header-maps .header-maps__item,
.nos_dest_cards__container .nos_dest_cards__item {
    box-shadow: 0px 4px 15px rgba(177, 168, 162, 0.2);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    margin-right: 1.2%;
    margin-left: 1.2%;
    flex: 22.6%;
    background-color: white;
}

@media screen and (max-width: 979px) {
    #header-maps {
        max-width: 100%;
    }
}

@media screen and (max-width: 739px) {
    #head-map {
        width: 90%;
    }

    #header-maps .header-maps__item,
    .nos_dest_cards__container .nos_dest_cards__item {
        flex: 45%;
        margin-right: 2%;
        margin-left: 2%;
        margin-bottom: 15px;
        height: unset;
    }
}

@media screen and (max-width: 540px) {
    #head-map {
        width: 95%;
    }

    #header-maps .header-maps__item,
    .nos_dest_cards__container .nos_dest_cards__item {
        margin-right: 2.2%;
        margin-left: 2.2%;
        margin-bottom: 20px;
    }
}

#header-maps .header-maps__item * {
    transition: all .3s ease-in-out;
}

#header-maps .header-maps__item:hover * {
    color: #71C7C2 !important;
    fill: #71C7C2;
}

#header-maps .header-maps__item .header-maps__item_label,
.nos_dest_cards__container p {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
    color: #E68162;
}

.header-maps__item_label {
    font-family: Poppins, Poppins-fallback, Poppins-fallback2, Arial, sans-serif;
    text-align: center;
}

.nos_dest_cards__container .header-maps__item_image {
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.nos_dest_cards__container .header-maps__item_image svg {
    width: 90%;
    height: 90%;
}

.nos_dest_cards__container .header-maps__item_label {
    line-height: 100%;
}

.main-banner--home h1 {
    color: white;
}

.search-banner {
    position: relative;
    max-width: 413px;
    margin: 0 auto;
}

.search-banner input:focus {
    border: none;
}

.search-banner input {
    padding-left: 15px;
    padding-top: 11px;
    padding-bottom: 11px;
    padding-right: 71px;
    width: 100%;
    border: none;
    background: #FFFFFF;
    border-radius: 8px;
}

.search-banner button {
    position: absolute;
    right: 0;
    height: 100%;
    background: #E68162;
    border-radius: 8px;
    width: 60px;
    border: none;
    cursor: pointer;
    transition: all .3s ease-in-out;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.search-banner button:hover {
    background: #71C7C2;
}

.owl-item {
    width: 305px !important;
}

.home_slide_destinations__content {
    width: 90%;
    margin: 0 auto;
}

.home_slide_destinations__content .owl-stage-outer {
    overflow: visible !important;
}

.home_slide_destinations__item {
    flex: 1 0 auto;
    filter: drop-shadow(0px 4px 15px rgba(177, 168, 162, 0.2));
    display: block;
    background-size: auto 100%;
    background-position: center;
    border-radius: 8px;
    overflow: hidden !important;
    min-height: 430px;
    position: relative;
}

.home_slide_destinations__content .owl-item:last-child {
    margin-right: 0px !important;
}

.home_slide_destinations__content .owl-item:nth-child(even) {
    transform: translate(0px, 50px);
}

.home_slide_destinations__overlay {
    position: absolute;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    top: 0;
    left: 0;
    padding: 30px;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 59.9%, rgba(0, 0, 0, 0.54) 100%);
;
}

.home_slide_destinations__overlay h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 130%;
    padding-bottom: 0;
}

.home_slide_destinations__overlay p {
    line-height: 170%;
}

.home_slide_destinations__overlay,
.home_slide_destinations__overlay h4 {
    color: white;
}

.home_slide_destinations__controller {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.nav_controller button {
    background: none;
    cursor: pointer;
    border: 0;
}

.nav_controller button.disabled {
    opacity: .3;
}

.et_pb_row .et_pb_button,
.et_pb_row .et_pb_button:hover {
    font-size: 16px;
    font-weight: 700;
    line-height: 143%;
    padding: 13.5px 20px !important;
}

.vignette_article {
    max-width: 520px;
    box-shadow: 0 0 15px 4px rgba(177, 168, 162, 0.2);
    background-color: #FFFFFF;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 28px;
    height: 135px;
    transition: all .3s ease-in-out;
}

.line_vignette_article {
    display: flex;
    margin-bottom: 22px;
}

.vignette_article__thumbnail {
    height: 210px;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.line_vignette_article .vignette_article__thumbnail {
    height: 135px;
    width: 135px;
    flex: 0 0 auto;
}

.vignette_article__details {
    height: 134px;
    padding: 24px 20px;
    flex: 1;
}

.line_vignette_article .vignette_article__details {
    padding: 16px 20px;
}

.vignette_article__title,
#article_container .vignette_article__title {
    font-family: Poppins, Poppins-fallback, Poppins-fallback2, Arial, sans-serif;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    color: #5D8AC5;
    font-size: 18px;
}

.pill {
    font-family: Poppins, Poppins-fallback, Poppins-fallback2, Arial, sans-serif;
    background-color: gold;
    color: white;
    width: auto;
    display: inline-block;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    padding: 5px 15px;
    border-radius: 8px;
    margin-bottom: 10px;
}

#article_italie,
#article_etats_unis {
    display: flex;
    position: relative;
}

#article_italie .nav_controller,
#article_etats_unis .nav_controller {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -7vw;
    top: 130px;
}

.white-content {
    color: white;
}

body #page-container #et-boc #main-content .entry-content .white-content {
    background-size: auto 100%;
    background-position: center;
}

.last_articles__home {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.last_articles__item {
    display: flex;
    max-width: 520px;
    width: 48%;
    filter: drop-shadow(0px 4px 15px rgba(177, 168, 162, 0.2));
    background-color: #FFFFFF;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 28px;
    height: 170px;
    transition: all .3s ease-in-out;
}

.last_articles__item h4 {
    transition: all .3s ease-in-out;
    font-size: 20px;
    line-height: 26px;
}

.line_vignette_article,
.line_vignette_article * {
    transition: all .3s ease-in-out;
}

.last_articles__item:hover,
.line_vignette_article:hover {
    background-color: #fef4ec;
}

.last_articles__item:hover h4,
.line_vignette_article:hover h4 {
    color: #E58162;
}

.last_articles__thumbnail {
    width: 40%;
    flex: 0 0 auto;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.last_articles__details {
    padding: 20px 20px 0px 20px;
}

.form input[type="text"],
.form input[type="email"] {
    background: #FFFFFF;
    border-radius: 8px;
    filter: drop-shadow(0px 4px 15px rgba(177, 168, 162, 0.2));
    border: none;
    padding: 16px 27px !important;
    max-width: 412px;
    font-size: 16px;
}

.et_pb_post_content .et_pb_row {
    margin: 0 !important;
    width: 100% !important;
}

.header_article_banner * {
    color: white !important
}

.header_article_infos {
    display: flex;
}

.header_article_infos .separator {
    margin: 0 5px;
}

.header_article_data {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header_article_infos {
    color: #B1A8A2;
    font-size: 14px;
    line-height: 140%;
}

.header_article_category {
    font-family: Poppins, Poppins-fallback, Poppins-fallback2, Arial, sans-serif;
    background-color: #71C7C2;
    padding: 5px 15px;
    border-radius: 8px;
    color: white;
    font-weight: bold;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.header_article {
    border-bottom: 1px solid #ECF0F2;
    padding-bottom: 20px;
}

.form-submit .et_pb_button:hover {
    background-color: #e56c47;
}

.article_author {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 40px;
}

.article_author__details {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 120px 43px 41px 80px;
    background-position: center;
}

.article_author__thumbnail {
    width: 130px;
    margin-right: 40px;
    height: 130px;
    background-image: url('assets/profil.jpg');
    background-size: cover;
    background-position: center;
    border-radius: 100%;
    flex: 0 0 auto;
}

.article_author__nom {
    margin-bottom: 10px;
}

.article_author__nom p {
    font-weight: 700;
    font-size: 20px;
    color: #F1FF13 !important;
}

.article_author__desc p {
    color: #FFFFFF !important;
}

.article_category_articles__header {
    text-align: center;
    margin-bottom: 50px;
}

.article_category_articles__content {
    display: flex;
    overflow-x: auto !important;
    position: relative;
}

.col_vignette_article {
    width: 306px;
    display: block;
    flex: 0 0 auto;
    margin-right: 20px;
}


#fil_ariane {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 !important;
    max-width: none;
    width: calc(100% - 15px);
}

.fil_ariane {
    font-weight: bold;
    font-size: 14px;
}

.fil_ariane ul {
    list-style: none;
    display: flex;
    align-items: center;
    max-width: 1440px;
    padding: 0px 20px;
    margin: 0 auto;
}

.fil-item:after {
    content: url('data:image/svg+xml;charset=UTF-8,<svg width="12" height="12" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 12L10 8L6 4" stroke="white" stroke-opacity="0.7" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    margin: 0 15px;
}

@media screen and (max-width: 767px) {
    .fil-item:after {
        margin: 0 3px;
    }
}

.fil-item {
    font-size: 14px;
}

.fil-item a {
    text-shadow: 1px 3px 6px rgba(0,0,0,0.6);
}

/* MAIN MENU */
#top-menu li a {
    letter-spacing: 1.5px;
    font-weight: 700;
}

.et_fullwidth_nav #main-header .container {
    padding-right: 5vw;
    padding-left: 5vw;
    margin-right: 1rem;
    margin-left: 1rem;
}

#logo {
    width: 166px;
    height: 38.36px;
    max-width: none;
}

@media (max-width: 980px) {
    .et_fullwidth_nav #main-header .container {
        padding-right: 1rem;
        padding-left: 1rem;
        margin-right: 0;
        margin-left: 0;
        width: 100%;
    }

    .logo_helper {
        height: initial !important;
    }

    .logo_container #logo {
        max-width: 100%;
        max-height: 100%;
    }

    .et-search-form input {
        margin: 0 !important;
    }
}

.et_mobile_menu {
    background-color: #F8F4F0 !important;
    border-top: none;
}

#main-header {
    transition: all .5s ease-in-out !important;
    z-index: 1000;
}

.et-fixed-header {
    background-color: #2D4462 !important;
    position: fixed !important;
}


#top-menu .sub-menu {
    background-color: white !important;
}

#top-menu .sub-menu {
    color: #444444;
}

.et_mobile_menu li a {
    text-transform: uppercase;
    font-style: normal;
    font-weight: normal;
    font-size: 19px;
    line-height: 31px;
    letter-spacing: 0.02em;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: none;
}

/* END MENU */

/* MODIFICATION DES COULEURS DE LA HOME PAGE */

.orange p {
    font-family: Poppins, Poppins-fallback, Poppins-fallback2, Arial, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px !important;
    line-height: 21px !important;
    letter-spacing: 0.1em !important;
    text-transform: uppercase;
    color: #E58162 !important;
    padding-bottom: 10px !important;
}

.h1home h1 {
    font-style: normal;
    font-weight: bold;
    font-size: 42px !important;
    line-height: 120% !important;
    letter-spacing: 0.01em !important;
    color: white !important;
}

.h2bleu p {
    font-family: Poppins, Poppins-fallback, Poppins-fallback2, Arial, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 42px !important;
    line-height: 120% !important;
    letter-spacing: 0.01em !important;
    color: #5D8AC5;
    padding-bottom: 10px;
}

#widgetlinkbleu {
    font-style: normal;
    font-weight: 600;
    font-size: 24px !important;
    line-height: 130% !important;
    color: #5D8AC5;
    padding-bottom: 10px;
}

.et_toggle_slide_menu:after,
.mobile_menu_bar:before {
    color: white;
}

#comment-wrap .page_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    white-space: nowrap;
    color: #5D8AC5;
    font-family: Poppins, Poppins-fallback, Poppins-fallback2, Arial, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 43px;
}

#comment-wrap .page_title:before,
#comment-wrap .page_title:after {
    content: '';
    background-color: #7FADE9;
    height: 1px;
    width: 95%;
    display: block;
}

#comment-wrap .page_title:before {
    margin-right: 2rem;
}

#comment-wrap .page_title:after {
    margin-left: 2rem;
}

.comment-respond>h5,
.comment-respond .comment-reply-title,
.comment-respond .comment-notes {
    text-align: center;
    max-width: 631px;
    width: 100%;
    margin: 0 auto;
}

.comment-reply-title {
    font-size: 32px;
    color: #E58162 !important;
    font-weight: 700;
    font-family: Poppins, Poppins-fallback, Poppins-fallback2, Arial, sans-serif;
}

#respond .comment-form {
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 4px 15px rgba(66, 82, 103, 0.14);
    border-radius: 4px;
    padding: 4rem 3rem;
    margin: 3rem auto;
}

#respond .comment-form label .required {
    color: #F68E2D;
}

#respond .comment-form label {
    display: block !important;
    font-size: 16px;
    line-height: 143%;
    color: #47566F;
    margin-bottom: .5rem;
}

#respond .comment-form-author,
#respond .comment-form-email {
    width: 50%;
    display: inline-block;
}

#respond .comment-form-author *,
#respond .comment-form-email * {
    width: 96% !important;
}

#respond .comment-form-email {
    flex-direction: column;
    align-items: flex-start !important;
}

@media (min-width: 781px) {
    #respond .comment-form-email {
        display: flex;
        align-items: flex-end !important;
    }
}

#respond .comment-form-email {
    float: right;
}

#respond .comment-form-cookies-consent {
    clear: both;
}

input.text,
input.title,
input[type=email],
input[type=password],
input[type=tel],
input[type=text],
select,
textarea {
    border: 0;
    border-bottom: 1px solid #ECF0F2 !important;
    background-color: white !important;
    transition: all .3s ease-in-out;
    outline: none !important;
    font-size: 16px;
    line-height: 143%;
    padding-left: 0 ;
    padding-right: 0 ;
}

input:focus,
textarea:focus {
    border: 0;
    border-bottom: 1px solid #F68E2D !important;
    outline: none !important;
}

.comment-form-cookies-consent {
    margin-bottom: 2rem;
}

.comment-form-cookies-consent input {
    display: none;
}

#respond .comment-form-cookies-consent label {
    display: flex !important;
    align-items: center;
}

.comment-form-cookies-consent label::before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    height: 20px;
    width: 20px;
    border: 1px solid #ECF0F2;
    transition: all .3s ease-in-out;
    box-shadow: inset 0px 0px 0px 3px white;
    flex: 0 0 auto;
}

.comment-form-cookies-consent input:checked+label::before {
    background: #F68E2D;
}

h1#comments {
    display: flex;
    justify-content: space-between;
    align-items: center;
    white-space: nowrap;
    font-weight: 600;
    font-size: 24px;
    line-height: 130%;
    text-transform: uppercase;
}

h1#comments:before,
h1#comments:after {
    content: '';
    height: 1px;
    background-color: #618FCB;
    width: 95%;
    display: block;
}

h1#comments:before {
    margin-right: 2rem;
}

h1#comments:after {
    margin-left: 2rem;
}

.comment-reply-link {
    position: static !important;
    font-weight: bold;
    font-size: 16px;
    line-height: 143%;
    color: #F68E2D !important;
    display: flex !important;
    align-items: center;
    margin-top: 1rem;
    float: none !important;
    background-color: transparent !important;
}

body #page-container .comment-reply-link.et_pb_button:hover {
    background-color: transparent !important;
    color: #F68E2D !important;
}

.comment-reply-link::after {
    content: '' !important;
}

.comment-reply-link::before {
    content: url(assets/comment.svg) !important;
    display: block;
    position: relative;
    opacity: 1;
    margin-left: 0 !important;
    margin-right: 10px !important;
}

.comment-content {
    font-size: 16px;
    line-height: 143%;
    color: #47566F;
}

.comment-body {
    margin-bottom: 20px !important;
}

.commentlist .comment.byuser>article {
    background-color: rgba(230, 129, 98, 0.2);
;
    border-radius: 4px;
    padding: 40px !important;
    padding-left: 40px !important;
    padding-right: 40px !important;
}

.commentlist .comment.byuser>article .comment_postinfo:after {
    content: 'Auteur';
    padding: 3px 8px;
    border-radius: 4px;
    background: #E68162;
    color: white;
    font-weight: bold;
    font-size: 12px;
}

.comment_date {
    font-size: 14px;
    line-height: 140%;
    color: #B1A8A2 !important;
}

.comment_postinfo .fn {
    margin-right: 2px;
}

.comment_postinfo .fn a {
    color: #5C5C5C;
}

.form-submit {
    display: flex;
    justify-content: center;
}

.comment-content p {
    font-size: 16px !important;
}

@media (max-width: 981px) {

    #comment-wrap .commentlist,
    #comment-wrap .page_title#comments {
        padding: 0 5px !important;
    }
}

#fil_ariane {
    bottom: 87px;
    margin-left: 15px;
    display: flex;
    justify-content: center;

}

#fil_ariane .et_pb_column {
    max-width: 1370px;
}

#fil_ariane.fil_ariane_category {
    bottom: 10%;
}

@media (max-width: 781px) {

    #fil_ariane {
        bottom: 60px;
    }

    #commentform {
        padding: 2rem !important;
    }

    #respond #commentform>p {
        margin-bottom: 5px !important;
    }

    #respond #commentform>p {
        width: 100% !important;
        float: none !important;
    }

    #respond #commentform .form-submit {
        width: auto !important;
    }

    #respond #commentform .form-submit button {
        width: auto !important;
    }

    .comment-form-cookies-consent label {
        align-items: flex-start !important;
    }

    #comment-wrap li.comment.byuser>article {
        padding-left: 15px !important;
        padding-right: 15px !important;
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }

    .comment-section {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }

    .last_articles__details {
        padding: 10px 10px 0px 10px;
    }

    .last_articles__item h4 {
        font-size: 18px !important;
    }

    .newsletter-section::before {
        display: none;
    }

    .newsletter-section::after {
        top: -66px !important;
        right: 50px !important;
    }


    .header_article_data {
        flex-direction: column;
        align-items: flex-start;
    }

    .header_article_infos {
        margin-bottom: 10px;
    }
}

.nos_dest_cards__container .header-maps__item {
    height: 169px;
    width: 169px !important;
    margin-left: 17px;
}

.nos_dest_cards__item p {
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    color: #E68162;
}

.nos_dest_cards__item .nos_dest_cards__thumb {
    background-size: contain;
    height: 100px;
    width: 100px;
    background-position: center;
    background-repeat: no-repeat;
}


#search_input__custom {
    padding: 11px 15px !important;
    font-weight: 500;
    font-size: 16px;
    outline: none;
}

#search_input__custom:focus {
    border-bottom: 1px solid #ECF0F2 !important;
}

.search_result__content {
    background: white;
    width: 100%;
    border-radius: 4px;
    box-shadow: 0px 4px 15px rgba(177, 168, 162, 0.2);
    list-style-type: none;
    padding: 0 !important;
    overflow: hidden;
}

.et_pb_column_0 {
    z-index: 9;
}

#search_result {
    margin-top: 2px;
    position: absolute;
    width: 100%;
    overflow: visible;
}


.search_result__content li {

    list-style-type: none;
}

.search_result__content a {
    transition: .3s ease-in-out;
    list-style-type: none;
    padding: 6px 15px;
    display: flex;
    width: 100%;
    color: #5C5C5C;
    align-items: center;
}

.search_result__content a:hover {
    background-color: #e0e0e0;
}

.search_result__thumbnail {
    height: 30px;
    width: 30px;
    background-size: cover;
    margin-right: 10px;
}

.action_dest {
    display: flex;
    align-items: center;
}

.action_dest .slider-navigation {
    margin-left: 10px;
}

.action_dest button {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
}

.slider-navigation button {
    border: none;
    background: transparent;
    cursor: pointer;
    padding: 0;
}

.slider-navigation button:disabled {
    opacity: 0.3;
    cursor: default;
}

.custom_row_home {
    width: auto;
    margin-left: 11vw;
    max-width: none;
    display: flex;
    align-items: center;
}

@media screen and (min-width: 1450px) {
    .custom_row_home {
        max-width: 1269px;
        margin: 0 auto;
    }
}

.custom_row_home .et_pb_column:first-child {
    max-width: 302px;
    flex: 1 0 auto;
}

.custom_row_home .et_pb_column:last-child {
    width: 69.8% !important;
}

.custom_row_home .et_pb_code_inner {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.custom_row_home .slider-navigation {
    padding: 0 90px;
}

.newsletter-section::before {
    background: url('assets/arrownewsletter2.svg') no-repeat;
    content: '';
    width: 145px;
    height: 223px;
    position: absolute;
    top: 93px;
    left: 100px;
    visibility: visible;
}

.newsletter-section::after {
    background: url('assets/arrownewsletter.svg') no-repeat;
    content: '';
    width: 168px;
    height: 153px;
    position: absolute;
    top: -15.12px;
    right: 200px;
    visibility: visible;
}

.main-banner--home::after,
.header_article_banner::after,
.header_dest_banner::after {
    content: '';
    width: 100%;
    position: absolute;
    bottom: -10px;
    left: 0;
    background-image: url("/wp-content/themes/VoyageAvecNous/assets/background/banner1.png");
    height: 100%;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: left bottom;
}

.nos_destination_banner::after {
    content: '';
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url('/wp-content/themes/VoyageAvecNous/assets/background/banner_desti.png');
    height: 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}


.post-158 h3::after,
.page-id-443 h3::after,
.page-id-299 h3::after,
.page-id-439 h3::after,
.page-id-441 h3::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -10px;
    height: 4px;
    width: 40px;
    border-radius: 20px;
    background-color: #7FADE9;
}


#main-content .et_pb_section.bg_nfull_h {
    background-size: 100% auto !important;
}


#main-content .et_pb_section.bg_full_h {
    background-size: 100% 100% !important;
}

@media screen and (max-width: 1440px) {
    .et_pb_section:not(.et_pb_section_0) {
        background-size: cover !important;
        background-position: left;
    }

    .et_pb_section.header_article_banner {
        background-size: cover !important;
    }

    .main-banner--home::after,
    .header_article_banner::after,
    .header_dest_banner::after {
        background-size: 1440px auto;
    }

    .nos_destination_banner::after {
        background-size: 1440px 100%;
    }


    #main-content .et_pb_section.bg_full_h {
        background-size: 1440px auto !important;
    }
}

@media screen and (max-width: 550px) {
    .nos_destination_banner::after {
        background-size: 1440px auto;
    }
}

.vignettes {
    display: flex;
}

.vignettes-item {
    height: 20vw;
    width: 20vw;
    background-size: cover;
    background-position: center;
}

.slider-content h4 {
    font-size: 20px !important;
}

.footer {
    background-color: #2D4462;
    content-visibility: auto;
    contain-intrinsic-size: 525px;
    font-size: 14px;
}

.footer p {
    font-size: 14px;
}

@media(min-width: 720px) {
    .footer {
        contain-intrinsic-size: 276px;
    }
}

.footer-container {
    display: flex;
    padding: 50px 40px 60px;
    align-items: center;
    max-width: 1280px;
    margin: 0 auto;
}

.footer-item {
    margin: 10px 0;
}

.footer-item:first-child {
    max-width: 168px;
    margin-right: 150px;
}

.footer-item:nth-child(2) {
    width: 50%;
}

.footer-item:last-child {
    display: flex;
    align-items: center;
}

.footer-item:last-child p {
    color: white;
    margin-right: 20px;
    font-size: 14px !important;
}

@media (max-width: 720px) {
    .footer-item:last-child p {
        margin-right: 0;
        text-align: center;
    }

}

.footer-icons {
    display: flex;
    flex-direction: row !important;
    justify-content: center;
}

.footer-icons a {
    display: block;
}

.footer-icons a * {
    transition: all .3s ease-in-out;
}

.footer-icons a:hover circle {
    fill: #71C7C2;
}

.footer-icons a {
    margin-right: 20px;
}

.footer-icons a:last-child {
    margin-right: 0px;
}

.footer ul {
    list-style: none;
    display: flex;
    padding: 0;
    width: 100%;
}

.footer li {
    width: 50%;
}

.footer ul a, .footer ul .qcd {
    color: #E68162;
    font-weight: 700;
    font-size: 16px !important;
}

.footer ul a:hover, .footer ul .qcd:hover {
    color: #71C7C2;
}

.footer .sub-menu li {
    width: 100%;
}

.footer .sub-menu a {
    padding: 0;
}

.footer img {
    width: 168px;
    max-width: 168px;
}

.footer-real {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 33px 0;
}

.footer-real {
    font-size: 14px !important;
    color: white;
}

.footer-real svg {
    margin: 0 15px;
}

.footer-real a {
    font-weight: bold;
}

@media screen and (max-width: 980px) {

    .dest-map-container .et_pb_code {
        margin-top: 0 !important;
    }

    .dest-map-container svg {
        height: 100%;
        width: 100%;
    }

    .last_articles__thumbnail {
        width: 33%;
    }

    .last_articles__item {
        width: 100%;
        max-width: initial;
    }
}

@media screen and (max-width: 719px) {


    .footer-container,
    .footer-container * {
        flex-direction: column;
        text-align: center;
    }

    .article_author {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        margin: 0 auto;
    }

    .article_author__thumbnail {
        margin: 0;
        margin-bottom: 10px;
    }

    .article_author__details {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer-container {
        padding: 0;
    }

    .vignettes-item {
        width: 33.333vw;
        height: 33.333vw;
    }

    .vignettes-item:nth-child(4),
    .vignettes-item:nth-child(5) {
        display: none;
    }

    .footer-item:first-child {
        width: 100%;
        margin-right: 0px;
    }

    .footer-item {
        margin-top: 40px;
    }

    .footer li {
        margin: 10px 0;
        width: 100%;
    }

    .footer-container .footer-item {
        width: 100%;
    }

    .footer-icons {
        margin-top: 20px;
    }

    .footer-real {
        flex-direction: column;
        max-width: 220px;
        margin: 0 auto;
    }

    .footer-real * {
        text-align: center;
    }

    .footer-real svg {
        margin: 0;
    }

    .custom_row_home {
        flex-direction: column;
        margin-left: initial;
    }

    .slider-navigation {
        display: none;
    }

    .custom_row_home .et_pb_column:last-child {
        width: 100% !important;
    }

    .last_articles__thumbnail {
        width: 45%;
    }
}

.logo_container {
    max-width: 168px;
}

#mobile_menu,
.nav-open .et_menu_container {
    background-color: #2D4462 !important;
}

.et-fixed-header .et_toggle_slide_menu:after,
.et-fixed-header .mobile_menu_bar:before {
    color: white;
}

#mobile_menu .menu-item a {
    text-transform: none;
}

@media screen and (max-width: 700px) {

    .slider {
        display: block !important;
    }
}


@media screen and (max-width: 1304px) {
    .post-template-default .slider {
        display: block !important;
    }
}

#main-header:not(.et-fixed-header) .logo_helper {
    height: 27px !important;
}


.footer-waves {
    padding-top: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 30px;
    background-size: 1440px 100%;
    background-position: center;
    flex-wrap: wrap;
}

@media screen and (min-width: 1440px) {
    .footer-waves {
        background-size: 100% 100%;
    }
}

.footer-waves svg {
    margin-right: 15px;
    margin-left: 30px;
}

.footer-waves a {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 769px) {
    .footer-waves svg {
        margin-right: 15px;
        margin-left: 0px;
        margin-bottom: 0px;
    }

    .header_article_banner h1 {
        font-size: 80px !important;
    }

}

.footer-waves p {
    font-family: Poppins, Poppins-fallback, Poppins-fallback2, Arial, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    color: #5D8AC5;
}

.footer-waves a {
    color: #E68162;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
}

#article_container p,
#article_container li {
    font-size: 16px;
}

.header_article_banner:before {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.36) 0%, rgba(0, 0, 0, 0) 34.21%, rgba(0, 0, 0, 0.168) 74.48%);
    top: 0;
    left: 0;
}

#article_container h2 {
    margin-top: 10px;
    margin-bottom: 10px;
}

#article_container h3 {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #3F6CA7;
}

#article_container p {
    margin-bottom: 0px;
    color: #444444;
}

#article_container p:not(.has-background):last-of-type {
    padding-bottom: 1em;
}

#article_container table {
    padding-bottom: 0;
}

#article_container .tcb-flex-row p:last-of-type {
    padding-bottom: 0;
}

#article_container li {
    color: #444444;
    margin-left: -7px
}

#article_container ol {
    color: #444444;
    font-size: 16px;
}


#article_container .tve_image_caption {
    margin-bottom: 10px;
}

.thrv_text_element a {
    color: inherit;
    border-bottom: 2px solid #e5745a;
    background-color: transparent;
    transition: all .3s ease-in-out;
}

.thrv_text_element a:not(.utd_activity_card) {
    font-weight: bold !important;
}

.thrv_text_element a:hover {
    background-color: #e5745a;
    color: #fff;
}

input[type="submit"] {
    cursor: pointer;
}

.comment-form-url,
.comment-form-cookies-consent {
    display: none !important;
}

.home_slide_destinations__content .home_slide_destinations__item {
    cursor: pointer;
}

.home_slide_destinations__content .home_slide_destinations__item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #FFFFFF;
    opacity: 0;
    transition: all .3s ease-in-out;
}

.home_slide_destinations__content .home_slide_destinations__item,
.home_slide_destinations__content .home_slide_destinations__item * {
    transition: all .3s ease-in-out;
}

.is-hovered .home_slide_destinations__item:not(.hover-active)::after {
    opacity: 0.5;
}

.is-hovered .home_slide_destinations__item.hover-active p {
    opacity: 0;
}

.is-hovered .home_slide_destinations__item.hover-active {
    background-size: auto 110%;
}

.is-hovered .home_slide_destinations__item.hover-active h4,
.is-hovered .home_slide_destinations__item.hover-active p {
    transform: translateY(75px);
}

.slider-item--content * {
    transition: all .3s ease-in-out;
}

.slider-item--content:hover .pill {
    opacity: 0;
}

.slider-item--content:hover .slider-item--thumbnail {
    height: 100%;
}

.slider-item--content:hover h4 {
    color: white !important;
}


/**
SITE BAR
 */


#first_side_item .et_pb_button {
    border: 1px solid white !important;
    white-space: nowrap;
}

#first_side_item .et_pb_button_alt:hover {
    background-color: #78a2da;
}


#first_side_item {
    padding: 43px 80px 53px 40px;
    border-radius: 10px;
}

@media screen and (max-width: 1100px) {
    #first_side_item {
        padding: 23px 40px 27px 20px;
    }
}

@media screen and (max-width: 981px) {
    #first_side_item {
        padding: 43px 80px 53px 40px;
    }
}

.widget_text {
    margin-bottom: 40px !important;
}

#first_side_item p {
    font-family: Poppins, Poppins-fallback, Poppins-fallback2, Arial, sans-serif;
    margin-bottom: 20px;
    color: white !important;
    font-style: normal;
    font-weight: 600;
    font-size: 24px !important;
    line-height: 130% !important;
}

#first_side_item .et_pb_button_alt {
    background-color: #7FADE9;
}

.et_pb_widget_area_left {
    border-right: none !important;
    padding-left: 0 !important;
    display: flex;
    flex-direction: column;
}

.category .header_article_banner {
    background-image: url('/wp-content/uploads/2020/12/161aef7a31d2bf042225dbc1c3cac5c5.jpg');
}

footer .sub-menu {
    flex-direction: column;
}

#article_container .thrv_wrapper p.wp-caption-text,
#article_container .thrv_wrapper .wp-caption-text a {
    color: inherit;
    font-size: 12px !important;
    padding: 0 !important;
}

.owl-prev,
.owl-next,
button.next,
button.previous {
    padding: 12px;
}

.nav-links {
    display: flex;
    justify-content: center;
}

.nav-links>* {
    margin: 0 5px;
    padding: 0 5px;
}

body .et_password_protected_form input,
body .et_password_protected_form label {
    display: block !important;
}


body .et_password_protected_form input {
    border: 1px solid grey !important;
}

body .et_password_protected_form h1 {
    font-size: 40px !important;
}

/** MENU */

#mobile_menu {
    width: 100vw;
    left: 0;
    border-top: 0;
}

#mobile_menu>.menu-item {
    display: flex;
}

#mobile_menu a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    font-weight: bold;
    padding: 7px 0 !important;
}

#main-header.et-fixed-header {
    position: fixed !important;
}

#main-header .et_mobile_menu#mobile_menu .sub-menu.menu-item--active {
    display: block !important;
}


#main-header .et_mobile_menu#mobile_menu .sub-menu * {
    color: #2F4BB1 !important;
}

#mobile_menu .sub-menu li {
    padding-left: 0 !important;
}

.back-content {
    display: flex;
    align-items: center;
    line-height: normal;
}

@media (min-width: 981px) {
    .et-fixed-header #top-menu li a {
        font-size: 16px !important;
    }

    #main-header .logo_helper {
        height: 27px !important;
    }
}

#main-header .container.et_menu_container .logo_helper {
    height: 0px !important;
}

.container.et_menu_container #et-top-navigation {
    padding-top: 25px !important;
}

.logo_container {
    display: flex;
    align-items: center;
}

#main-header {
    line-height: 12px !important;
}

.et_header_style_left .et-fixed-header #et-top-navigation nav>ul>li>a {
    padding-bottom: 23px;
}

/** Les étoiles sont à modifier pour le placement du menu */
@media (max-width: 981px) {

    .logo_container {
        max-width: 140px !important;
    }

    .logo_container #logo {
        max-width: 100%;
    }

    .container.et_menu_container #et-top-navigation {
        padding-top: 18px !important;
    }

    .et_header_style_left #et-top-navigation .mobile_menu_bar {
        padding-bottom: 20px !important;
    }

    #main-header {
        line-height: 18px !important;
    }
}

.nav-open--body,
.nav-open--body body {
    overflow: hidden;
    position: relative;
    height: 100%;
}

.et_mobile_menu li a {
    font-size: 16px !important;
}

#top-menu-nav #top-menu>li>a {
    color: white !important;
}

#top-menu-nav #top-menu .sub-menu {
    background-color: transparent !important;
    border-color: transparent !important;
    padding: 0px !important;
    left: calc(50% - 120px);
    top: 22px;
}

#top-menu-nav #top-menu .sub-menu svg {
    left: calc(50% - 9.5px);
    bottom: -4px;
    position: relative;
}

#top-menu-nav #top-menu .sub-menu .sub-menu--content {
    background-color: white !important;
}

#top-menu-nav #top-menu .sub-menu a {
    color: #2D4462 !important;
}

#top-menu-nav #top-menu .sub-menu--content {
    border-radius: 4px !important;
    padding: 20px 0 !important;
    overflow: hidden;
}

#main-header .et_mobile_menu#mobile_menu {
    overflow: hidden;
    height: calc(100vh - 70px);
}

#main-header .et_mobile_menu#mobile_menu .sub-menu {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0px;
    display: none !important;
    background-color: white;
    padding: 5%;
    opacity: 0;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    height: 85%;
}

#main-header .et_mobile_menu#mobile_menu .sub-menu .sub-menu--content {
    min-height: 101%;
}

.main-banner--home {
    padding-top: 130px !important;
    padding-bottom: 229px !important;
}

.header_article_banner {
    padding-top: 134px !important;
    padding-bottom: 157px !important;
    margin-bottom: -34px !important;
}

.header_dest_banner {
    padding-top: 134px !important;
    padding-bottom: 224px !important;
}

.header_article_banner {
    padding-top: 134px !important;
    padding-bottom: 167px !important;
}

.et_pb_section.et_pb_section_1.et_pb_with_background.et_section_regular:not(.main-banner--home) {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    margin-top: -146px !important;
}

.et_pb_section.et_pb_section_1.et_pb_with_background.et_section_regular.nomargin {
    margin-top: 0 !important;
}

#et-top-navigation {
    padding-top: 33px !important;
    padding-left: 198px !important;
}

.yasr-visitor-votes {
    font-size: 14px;
}

@media (max-width: 980px) {
    h2,
    .h2-title {
        font-size: 26px !important;
        line-height: 120% !important;
    }

    #et-top-navigation {
        padding-top: 24px !important;
        padding-left: 198px !important;
    }

    .header_article,
    #tve_editor>div:not(.tve_image_caption):not(.thrv_contentbox_shortcode):not(.thrv-columns):not(.meteo_shortcode),
    .article_author,
    .et_pb_sidebar_0_tb_body,
    .yasr-visitor-votes {
        padding-left: 14px !important;
        padding-right: 14px !important;
    }

    #tve_editor>div.thrv_contentbox_shortcode {
        margin-right: 14px !important;
        margin-left: 14px !important;
    }

    .et_pb_column_3_tb_body {
        padding-right: 0 !important;
    }

    #tve_editor>.tve-toc, #tve_editor>.tve-toc:not(.tve_image_caption):not(.thrv_contentbox_shortcode):not(.thrv-columns):not(.meteo_shortcode) {
        margin-left: 14px !important;
        padding-left: 0 !important;
        margin-right: 14px !important;
        padding-right: 0 !important;
    }

    .thrv-columns .thrv_text_element {
        padding-left: 14px;
        padding-right: 14px;
    }
}

@media only screen and (min-width: 1350px) {
    .et_pb_row {
        padding: 27px 0;
    }
}

#tve_editor>div.thrv_text_element {
    text-align: justify;
}

#tve_editor>div.thrv_text_element h2,
#tve_editor>div.thrv_text_element h3,
#tve_editor>div.thrv_text_element h4,
#tve_editor>div.thrv_text_element h5 {
    text-align: left;
}

.tve-toc {
    min-height: 360px;
}

.tve-toc-list {
    line-height: 1.25em;
}

.mailpoet_paragraph label {
    display: none;
}

/* Tableaux Thrive Architect */

/* alternance de couleur entre les rangées */
.thrv_table.alternatecolor tbody tr:nth-child(even) {
    background-color: #EDF1F7 !important;
}

/* couleur vert */
.thrv_table.pop1-c2 tbody tr td:nth-child(2),
.thrv_table.pop1-c3 tbody tr td:nth-child(3),
.thrv_table.pop1-c4 tbody tr td:nth-child(4),
.thrv_table.pop1-c5 tbody tr td:nth-child(5),
.thrv_table.pop1-c6 tbody tr td:nth-child(6) {
    background-color: #E8F7E9 !important;
}

/* couleur jaune */
.thrv_table.pop2-c2 tbody tr td:nth-child(2),
.thrv_table.pop2-c3 tbody tr td:nth-child(3),
.thrv_table.pop2-c4 tbody tr td:nth-child(4),
.thrv_table.pop2-c5 tbody tr td:nth-child(5),
.thrv_table.pop2-c6 tbody tr td:nth-child(6) {
    background-color: #FBD7AE !important;
}

/* couleur vert header */
.thrv_table.pop1-c2 thead tr th:nth-child(2),
.thrv_table.pop1-c3 thead tr th:nth-child(3),
.thrv_table.pop1-c4 thead tr th:nth-child(4),
.thrv_table.pop1-c5 thead tr th:nth-child(5),
.thrv_table.pop1-c6 thead tr th:nth-child(6) {
    background-color: #C9F5CA !important;
}

/* couleur jaune header */
.thrv_table.pop2-c2 thead tr th:nth-child(2),
.thrv_table.pop2-c3 thead tr th:nth-child(3),
.thrv_table.pop2-c4 thead tr th:nth-child(4),
.thrv_table.pop2-c5 thead tr th:nth-child(5),
.thrv_table.pop2-c6 thead tr th:nth-child(6) {
    background-color: #FAC48C !important;
}

/* hover à la souris d'une ligne */
.thrv_table.linehover tbody .tve_table_row:hover {
    background-color: #F1F6F6 !important;
}

/* bordure pour les rangées */
.thrv_table.bordure .tve_table_row th,
.thrv_table.bordure .tve_table_row td {
    border-bottom: 1px solid #DDD!important;
}

.yasr-small-block-bold {
    color: #3a963d;
}

/* Réservation d'espaces module Tiqets et GetYourGuide */

[data-tiqets-widget="availability"] {
    min-height: 820px;
}

[data-gyg-href] {
    min-height: 682px;
}

[data-gyg-href-desktop] {
    min-height: 370px;
}

.voyage_flex {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 3em;
}

.voyage_flex.voyage_col {
    grid-template-columns: repeat(1, 1fr);
}

.voyage_col_sidebar {
    gap: 1em;
}

@media screen and (max-width: 600px) {
    .voyage_flex {
        grid-template-columns: repeat(1, 1fr);
    }
}

.flex_row {
    display: flex;
    flex-direction: row;

}

.flex_ignore_height {
    align-items: flex-start;
}

@media screen and (max-width: 600px) {
    .flex_row {
        flex-direction: column;
    }
}

.voyage_categorie_description {
    flex: 1;
    margin-right: 1rem
}

@media screen and (max-width: 600px) {
    .voyage_categorie_description {
        margin-right: 0;
    }
}

.orange_card {
    width: 100%;
    padding: 2rem;
    background-color: #d67351;
    color: #fff;
    border-radius: 1rem;
    box-shadow: 1px 5px 5px 1px rgba(0,0,0,0.2);
    -webkit-box-shadow: 1px 5px 5px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 5px 5px 1px rgba(0,0,0,0.2);
    margin-bottom: 5rem;
    text-align: justify;
}

.flex1 {
    flex: 1;
}

.voyage_link_image {
    font-family: Poppins, Poppins-fallback, Poppins-fallback2, Arial, sans-serif;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 12rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #FFF;
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    border-radius: 2rem;
    margin-bottom: 1em;
    background-color: #ccc;
    text-shadow: 1px 3px 6px rgba(0,0,0,0.6);
    position: relative;
    display: block;
    overflow: hidden;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
    border: none !important;
}

.voyage_col_sidebar .voyage_link_image{
    height:10rem;
}

.voyage_link_image img {
    display: block;
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
    transition: all .5s;
}

.voyage_link_image:hover img {
    transform: scale(1.2);
}

.voyage_link_image .voyage_link-image-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0.5rem;
    color: white;
    font-size: 2rem;
    line-height: 1.5em;
    font-weight: bold;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s;
    transform: scale(1);
    text-shadow: rgba(0, 0, 0, 0.5) 2px 2px 2px;
}

.voyage_col_sidebar .voyage_link-image-title{
    font-size: 1.9rem;
}

.voyage_link_image:hover .voyage_link-image-title {
    transform: scale(0.8);
}

.voyage_link_image .voyage_link-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.voyage_link_image:hover .voyage_link-overlay {
    opacity: 1;
}

.voyage_col_sidebar .voyage_link_image {
    margin-bottom: 0;
}

.voyage_tab {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 23px;
    padding: 0 0 1em 0 !important;
}

.voyage_tab > li {
    cursor: pointer;
    border-radius: 6px;
    border: 1px solid #e68162;
    background-color: #e68162;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    list-style: none;
    margin: 0;
    padding: 7px 25px;
    white-space: nowrap;
    transition: all .3s ease-in-out;
}

.voyage_tab > li:hover, .voyage_tab > li.active{
    border: 1px solid #71C7C2;
    background-color: #71C7C2;
    color: #fff;
}

.voyage_tab_content > div {
    display: none;
}

.voyage_tab_content > div.active {
    display: grid;
}

.voyage_article_grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(4, 1fr);

}

@media screen and (max-width: 600px) {
    .voyage_article_grid {
        grid-template-columns: repeat(1, 1fr);
    }
}


.voyage_article_item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 250px;
    background-color: #ccc;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #FFF;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    border-radius: 1.5rem;
    text-shadow: 1px 3px 6px rgba(0,0,0,0.6);
}

.voyage_article .voyage_link_overlay {
    background-repeat: no-repeat;
    min-height: 10em;
    display: block;
    position: relative;
    background-size: cover;
    background-position: center;
    border-radius: 8px;
    overflow: hidden;
    transition: all .5s ease-in-out;
}

.voyage_link_overlay span {
    position: absolute;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    top: 0;
    left: 0;
    padding: 30px;
    width: 100%;
    align-self: flex-end;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 59.9%, rgba(0, 0, 0, 0.54) 100%);
    font-family: Poppins, Poppins-fallback, Poppins-fallback2, Arial, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    text-shadow: 1px 3px 6px rgba(0,0,0,0.6);
    color: #fff;
    transition: all .5s ease-in-out;
}

.voyage_article:hover .voyage_link_overlay span {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.54) 100%);
    transform: scale(1.1);
}

@media screen and (max-width: 768px) {
    .voyage_article:hover .voyage_link_overlay span {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.54) 100%);
        transform: scale(1.05);
    }
}

.search-header {
    position: relative;
    right: 0;
    top:0;
    width: 75%;
    margin: 0 auto;
}

.search-header {
    grid-template-columns: repeat(1, 1fr);
}

.search-result-container .header-result {
    width:100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1rem;
}

@media screen and (max-width: 600px) {
    .search-result-container {
        align-items: start;
    }

    .search-result-container .header-result {
        grid-template-columns: repeat(1, 1fr);
    }
}


.mobile_search_container {
    display: none;
    background: #FBF3EC;
    padding: 10px 25px;
}

@media screen and (max-width: 1188px) {

    .voyage_search_full_height {
        position: fixed;
        max-width: 100vh;
    }

    .et_search_form_container {
        height: 8rem !important;
        padding: 0 !important;
    }

    .search-header {
        width: 100%;
        overflow-y: auto;
        height: 90vh;
        padding-bottom: 10em;
        border-radius: 0;
        top:0;
        left:0;
    }

    .mobile_search_container {
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
    }

    .mobile_search_container input {
        color: #000;
        border: 1px solid #C8C8C8 !important;
    }

    .mobile_search_container input::placeholder {
        color: #111;
    }

    .mobile_search_container span.close-search-icon::after {
        font-size: 45px !important;
    }

    .mobile_menu_bar::before {
        font-size: 45px !important;
    }

    #et_search_icon::before {
        font-size: 25px;
        top: 9px;
    }

    .mobile_search_container span.close-search-icon
    {
        display: block;
        width: 30px;
        height: 30px;
        z-index: 99999;
        position: absolute;
        right: 10px;
        cursor: pointer;
        top: 3px;
        bottom: auto;
        margin: auto;
    }

    .et_search_form_container input, span.et_close_search_field::after {
        color: #000 !important;
    }

    .desktop_search_container {
        display: none;
    }

}


.voyage_breadcrumb {
    font-weight: bold;
    padding: 20px 0;
    font-size: 0.8em;
}

.voyage_breadcrumb ul {
    list-style: none;
    display: flex;
    align-items: center;
    padding: 0 20px;
    margin: 0 auto;
}

.voyage_breadcrumb span.breadcrumb_item:after {
    content: url('data:image/svg+xml;charset=UTF-8,<svg width="12" height="12" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 12L10 8L6 4" stroke="red" stroke-opacity="0.7" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    margin: 0 15px;
}

@media screen and (max-width: 767px) {
    .voyage_breadcrumb span.breadcrumb_item:after {
        margin: 0 3px;
    }
}

.et_pb_column_1_3 .h2-title,
.et_pb_column_1_4 .h2-title,
.et_pb_column_1_5 .h2-title,
.et_pb_column_1_6 .h2-title,
.et_pb_column_2_5 .h2-title {
    font-size:23px !important;
}

.voyage_social_link_card {
    cursor: pointer;
}

.voyage_contact_container {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.voyage_contact_container label {
    font-family: Mulish;
    font-size: 16px;
    line-height: 143%;
    color: #47566F;
}

.voyage_contact_container input, .voyage_contact_container textarea {
    border: 1px solid #E8F7E9;
    border-radius: 15px;
    padding: 1rem !important;
    font-family: Mulish;
    font-size: 16px;
    line-height: 143%;
    color: #47566F;
    width: 100%;
}

.voyage_contact_container input[type='submit'] {
    background: #F68E2D;
    font-weight: bold;
    border: none;
    color: white;
}

.voyage_contact_container input[type='submit']:hover {
    background: #71c7c2;
    color: white;
}

.voyage_contact_container input:focus, .voyage_contact_container textarea:focus {
    border: 1px solid #F68E2D;
}

.voyage_contact_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.voyage_social_network {
    display: flex;
    gap: 1rem;
    color: white;
    background: #F68E2D;
    border-radius: 15px;
    width: 100%;
    padding: 0.7rem;
    align-items: center;
    font-weight: bold;
    transition: all .3s ease-in-out;
}

.voyage_social_network:hover{
    background: #71c7c2;
    color: white;
}

/**
Carte Postal
 */
.postal_card_container {
    position: relative;
    background-color: #ecdbbf;
    background-image: url("images/bg_timbre.jpg");
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1.5em;
    margin-bottom: 2em;
}

.postal_card_container::before {
    content: "";
    position: absolute;
    top: -15px;
    bottom: -15px;
    left: -15px;
    right: -15px;
    z-index: -1;
    background-color: #ecdbbf;
    background-image:
            repeating-linear-gradient(135deg, #5D8AC5 0px, #5D8AC5 40px, transparent 0px, transparent 60px, #E68162 60px, #E68162 100px, transparent 100px, transparent 120px),
            url("images/bg_timbre.jpg");
}
.postal_cart_text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: justify;
    padding: 1em 0;
}

.postal_cart_illustration {
    display: flex;
    justify-content: space-between;
    align-items: end;
    flex-direction: column;
    gap: 1em;
}

.postal_cart_illustration_timbre {
    position: relative;
    width: 253px;
    height: 319px;
    padding: 20px;
}

.postal_cart_timbre_border {
    background: url("images/timbre.png") no-repeat;
    background-size: 100% 100%;
    width: 253px;
    height: 319px;
    z-index: 3;
    position: absolute;
}

.postal_cart_illustration_timbre img {
    width: 183px;
    height: 259px;
    object-fit: cover;
    z-index: 2;
    transform: rotate(3deg);
    position: absolute;
    left: 55px;
    top: 50px;
}

@media (max-width: 768px) {
    .postal_card_container {
        flex-direction: column;
    }

    .postal_cart_illustration {
        flex-direction: row-reverse;
        align-items: start;
        justify-content: center;
        gap: 0;
    }

    .postal_cart_timbre_border {
        width: 153px;
        height: 219px;
    }

    .postal_cart_illustration_timbre {
        width: 153px;
        height: 219px;
        padding: 10px;
        margin-bottom: 10px;
    }

    .postal_cart_illustration_timbre img {
        width: 113px;
        height: 169px;
        left: 30px;
        top: 30px;
    }

    .postal_cart_illustration_cachet img {
        width: 150px;
    }

    .postal_card_wrapper {
        padding: 10px;
    }
}

.brevo_form_container {
    padding: 20px;
}

.mailpoet_submit, .brevo_form_container input[type="submit"] {
    background-color: #e68162;
    border-width: 0 !important;
    border-radius: 8px;
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    line-height: 143%;
    padding: 13.5px 20px !important;
}

.mailpoet_submit:hover, .brevo_form_container input[type="submit"]:hover {
    background-color: #e56c47;
}

.brevo_form_container input[type="text"], .brevo_form_container input[type="email"] {
    width: 100%;
    margin: 0 auto 0 0;
}

.utd_list {
    counter-reset: section;
    list-style-type: none;
    padding-left: 0;
}

.utd_list ol li::before {
    counter-increment: section;
    content: counter(section);
    position: absolute;
    left: 0;
    width: 2em;
    height: 2em;
    border-radius: 50%;
    text-align: center;
    font-weight: 700;
    line-height: 2em;
    background-color: #000;
    color: #FFF;
}

.utd_list ol li {
    list-style-type: none;
    position: relative;
    padding-left: 40px;
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-left: 0;
    line-height: 2em;
}

.utd_list.bg_yellow ol li::before {
    background-color: #f9c73e;
    color: #000;
}

span.number_yellow {
    background-color: #f9c73e;
    color: #000;
    padding: 0.3em;
    border-radius: 50%;
    font-weight: 700;
}

.utd_list.bg_green ol li::before {
    background-color: #89ce94;
}

.grecaptcha-badge { visibility: hidden !important; }

.small_captcha {
    font-size: 0.5em;
}

.brevo_form_sidebar
{
    background: #FFFFFF;
    padding: 0;
}

.brevo_form_sidebar_shadow{
    box-shadow: 0 4px 15px rgba(66, 82, 103, 0.14);
    border-radius: 10px;
    padding: 20px;
}

.brevo_form_sidebar .sidebar_orange {
    font-family: Poppins, Poppins-fallback, Poppins-fallback2, Arial, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px !important;
    line-height: 21px !important;
    letter-spacing: 0.1em !important;
    text-transform: uppercase;
    color: #E58162 !important;
}

.brevo_form_sidebar .sidebar_blue_title {
    font-family: Poppins, Poppins-fallback, Poppins-fallback2, Arial, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 24px !important;
    color: #5D8AC5 !important;
}

.brevo_simple_form .brevo_title {
    color: #5D8AC5 !important;
    font-size: 20px !important;
    line-height: 1.55em;
    font-family: Poppins, Poppins-fallback, Poppins-fallback2, Arial, sans-serif;
    font-style: normal;
    font-weight: bold;
}

.brevo_simple_form input {
    border-radius: 15px;
    padding: 0.8rem !important;
    font-size: 16px;
    line-height: 143%;
    color: #47566F;
    width: 100%;
    border: 1px solid rgba(93,138,197,0.5) !important;
}

.brevo_simple_form input::placeholder {
    color: rgba(93,138,197,0.5) !important;
    font-size: 18px;
    font-weight: 700 !important;
}

.brevo_simple_form input[type='submit'] {
    border-radius: 13px;
    border-color: rgba(229,229,229,0.9);
    background-image: none !important;
    background-color: rgba(93,138,197,0.9) !important;
    color: #fff !important;
    font-weight: 700 !important;
    font-family: Mulish, "Mulish-fallback", Arial, sans-serif;
    width: 100%;
}

.brevo_simple_form input[type='submit']:hover {
    background-color: #5D8AC5 !important;
}

.brevo_simple_merge {
    display: flex;
    gap: 1rem;
    align-items: end;
}

.brevo_simple_merge_button {
    flex: 1;
}

#commentslist-container {
    height: 300px;
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
}

#commentslist-container.show_comment {
    height: auto;
}

#see-comment-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
    padding: 1em;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: end;
}

#commentslist-container button {
    cursor: pointer;
}

#see-more-comment-container {
    display: flex;
    justify-content: center;
    padding-top: 25px;
}

.comment-edit-link {
    font-size: 16px;
}

/** START SIDEBAR **/

.van_sidebar_model1 {
    padding: 43px 80px 53px 40px;
    border-radius: 10px;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}

.van_sidebar_model1_content p {
    font-family: Poppins, Poppins-fallback, Poppins-fallback2, Arial, sans-serif;
    margin-bottom: 20px;
    color: #fff !important;
    font-style: normal;
    font-weight: 600;
    font-size: 24px !important;
    line-height: 130%;
}

.van_sidebar_model1_button {
    border: 1px solid #fff;
    white-space: nowrap;
    color: #fff;
    background-color: transparent;
    font-size: 16px;
    font-weight: 700;
    padding: 13px 20px;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.van_sidebar_model1_button:hover {
    background-color: rgba(0,0,0,0.1);
}

.van_sidebar_model2 {
    padding: 20px;
    border-radius: 10px;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}

.van_sidebar_model2_content {
    display: flex;
    align-items: center;
    gap: 20px;
}

.van_sidebar_model2_content p {
    font-family: Poppins, Poppins-fallback, Poppins-fallback2, Arial, sans-serif;
    color: #fff !important;
    font-style: normal;
    font-weight: 600;
    font-size: 22px !important;
    line-height: 130%;
    padding-bottom: 0 !important;
}

.van_sidebar_model3 {
    padding: 10px 30px;
    border-radius: 10px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    min-height: 100px;
}

.van_sidebar_model3_content {
    display: flex;
    gap: 8px;
}

.van_sidebar_model3_content p {
    width: 75%;
    font-family: Poppins, Poppins-fallback, Poppins-fallback2, Arial, sans-serif;
    margin-bottom: 20px;
    color: #fff !important;
    font-style: normal;
    font-weight: 600;
    font-size: 19px !important;
    line-height: 130%;
    padding-bottom: 0 !important;
}

.van_sidebar_model4 {
    padding: 30px;
    border-radius: 10px;
    background-size: cover;
    background-position: center;
    background-clip: padding-box;
    background-repeat: no-repeat;
}

.van_sidebar_model4_content p {
    font-family: Poppins, Poppins-fallback, Poppins-fallback2, Arial, sans-serif;
    color: #fff !important;
    font-style: normal;
    font-weight: 600;
    font-size: 24px !important;
    line-height: 130%;
    padding-bottom: 0;
}

.van_sidebar_model4_button {
    border: 1px solid #fff;
    white-space: nowrap;
    color: #fff;
    background-color: transparent;
    font-size: 16px;
    font-weight: 700;
    padding: 13px 20px;
    border-radius: 8px;
    text-decoration: none;
}

.van_sidebar_model4_button:hover {
    background-color: rgba(0,0,0,0.1);
}

/** END SIDEBAR **/

.promo-section {
    padding: 8px !important;
}

.promo_no_margin {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
}

.promo_link {
    background: #ff0000;
    font-weight: bold;
    text-decoration: none;
    color: #FFF;
    border-radius: 50px;
    padding: 0.2em 0.5em;
    margin-left: 0.5em;
    transition: all .3s ease-in-out;
}

.promo_link:hover {
    background: #ff3d00;
}

/**
A propos timeline
 */
.voyage_about_timeline .et_pb_column_3_4:before {
    content: "";
    position: absolute;
    height: 20px;
    width: 20px;
    visibility: visible;
    z-index: 2;
    background: #E68162;
    border-radius: 50%;
    top: 10px;
    left: -8px;
}

.voyage_timeline .et_pb_equal_columns::after {
    position: absolute;
    height: 20px;
    width: 50%;
    visibility: visible;
    z-index: 2;
    content: url(assets/timeline.svg);
}

.voyage_timeline .et_pb_equal_columns:nth-child(2n)::after {
    left: 496px;
    top: 87px;
    rotate: -1deg;
}

.voyage_timeline .et_pb_equal_columns:nth-child(2n+1)::after {
    transform: scaleX(-1);
    right: 31px;
    top: 129px;
    rotate: 5deg;
}

.voyage_timeline .et_pb_equal_columns:last-child::after {
    visibility: hidden;
}

.voyage_qui_somme_section {
    position: relative;
}

.voyage_qui_somme_section h3{
    font-size: 40px;
}

.voyage_qui_somme_section p {
    text-align: justify;
}

.voyage_qui_somme_section img {
    margin-top: 40px;
    max-width: 300px;
}

.voyage_qui_somme_section .et_pb_row {
    display: flex;
}

.voyage_qui_somme_section.et_pb_column {
    position: relative;
}

.voyage_qui_somme_section .et_pb_row .et_pb_column_1_5 {
    width: 125px;
}


.voyage_qui_somme_section .et_pb_row .et_pb_column_3_5 {
    flex: 1;
    width: 100%;
    margin: 0;
}

.voyage_qui_somme_section .et_pb_row::before {
    position: absolute;
    width: 80%;
    visibility: visible;
    z-index: 2;
    content: url(assets/qui_somme.svg);
}

.voyage_qui_somme_section .et_pb_row:not(:first-child) {
    padding-top: 50px;
}

.voyage_qui_somme_section .et_pb_row:nth-child(2n) .et_pb_column:last-child h3 {
    text-align: right;
}

.voyage_qui_somme_section .et_pb_row:nth-child(2n+1)::before {
    top: 181px;
    left: 4px;
    rotate: 5deg;
}

.voyage_qui_somme_section .et_pb_row:first-child::before {
    top: 113px;
    left: 35px;
    rotate: 4deg;
}

.voyage_qui_somme_section .et_pb_row:nth-child(2n) img {
    margin-left: -150px;
}

.voyage_qui_somme_section .et_pb_row:nth-child(2n)::before {
    transform: scaleX(-1);
    top: 171px;
    right: 11px;
    rotate: -7deg;
}

@media (max-width: 768px) {
    .voyage_qui_somme_section .et_pb_row::before {
        visibility: hidden;
    }

    .voyage_qui_somme_section .et_pb_row:not(:first-child) {
        padding-top: 27px;
    }

    .voyage_qui_somme_section .et_pb_row:nth-child(2n) .et_pb_column:last-child h3 {
        text-align: left;
    }

    .voyage_qui_somme_section .et_pb_row:nth-child(2n+1) {
        flex-direction: column;
    }

    .voyage_qui_somme_section .et_pb_row:nth-child(2n) {
        flex-direction: column-reverse;
    }

    .voyage_qui_somme_section .et_pb_row:nth-child(2n) img {
        margin-left: 0;
    }

    .voyage_qui_somme_section .et_pb_image::before {
        content: url(assets/qui_somme.svg);
        position: absolute;
        width: 100%;
        height: 100%;
        visibility: visible;
        z-index: 1;
        top: 1px;
        right: 53px;
        bottom: 0;
        transform: scaleX(-1);
        rotate: -206deg;
    }

    .voyage_qui_somme_section .et_pb_image  img{
        position: relative;
        z-index: 2;
    }
}

/**
 * Masonry Hell
 */

.voyage_masonry .et_post_gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 5px;
}

.voyage_masonry .et_pb_gallery_item {
    background-color: #ffffff;
    border-radius: 8px;
    display: block;
    font-size: 1.2em;
    color: #fff;
    width: 100% !important;
    margin: 0 !important;
}

.voyage_masonry .et_pb_gallery_image{
    display: block;
    width: 100%;
    height: 100%;
}

.voyage_masonry .et_pb_gallery_item img{
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}
.voyage_masonry .et_overlay::before {
    visibility: hidden;
    background: rgba(0, 0, 0, 0);
}

.voyage_masonry .et_overlay::after {
    visibility: hidden;
}

.voyage_masonry .et_overlay {
    background: rgba(0, 0, 0, 0);
}