/*
 Theme Name:   EVJF
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Internet Factory
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

/* General */
body .hidden {
    display: none;
}

:root {
    --dark-pink: #984b4b;
    --light-pink: #e4bfb7;
    --warm-white: #f8f6f2;
    --white: #fff;
    --black: #000;
    --bg-dark-pink: #9B5454;
    --bg-light-pink: #F0E5E2;
    /* Nicolas */
    --viewportwidth: 100vw;
}

body {
    /* line-height: 1.3; */
    line-height: 1.2em;
    font-family: 'Barlow', sans-serif;
    font-size: 16px;
}

body.fond_beige {
    background-color: var(--warm-white);
}

.separate-containers .site-main {
    margin: 0;
}

.no-sidebar .entry-content .alignfull {
	margin-left: calc(-1 * var(--viewportwidth)/2 + 100%/2);
	margin-right: calc(-1 * var(--viewportwidth)/2 + 100%/2);
}

h2 {
    /* font-family: 'Playfair Display', sans-serif; */
    /* font-size: 35px; */
    /* line-height: 40px; */
    /* font-weight: 500; */
    /* font-style: italic; */
}

.h2 {
   text-wrap: balance; 
}

h4 {
    font-size: 22px;
}

p {
    margin-bottom: 1.25em;
}

.site-content .entry-content .gb-container p:last-child:not(.gb-headline) {
    margin-bottom: 0;
}

b, strong {
    font-weight: 600;
}

.ol-mb0 {
    margin-bottom: 0;
}

/* ul li:first-of-type:empty::marker {
    content: none;
} */

/* ul li:first-of-type:not(:has(*))::marker {
    content: none;
} */

/* ul.wp-block-list > li:has(> ul)::marker {
    content: none;
} */

.wp-swiper > .wp-swiper__wrapper {
    margin-bottom: 0;
}

.wp-block-image:has(+ :is(h3, h4)) {
    margin-bottom: 20px;
}

/* Swiper - destination */
.swiper-destination {
    position: relative;
    /* overflow: hidden; */
}

.swiper-destination > .swiper-wrapper {
    overflow: hidden;
}

.swiper-destination .swiper-button-next {
    margin-top: 0px;
    position: absolute;
    top: 50%;
    right: -40px;
    width: 45px;
    height: 45px;
    transform: translateY(-50%);
}

.swiper-destination .swiper-button-prev {
    position: absolute;
    top: 50%;
    left: -40px;
    width: 45px;
    height: 45px;
    transform: translateY(-50%);
    margin-top: 0px;
}
/* END Swiper - destination */

.row-gap-20 {
    gap: 20px;
}

/* END General */

/* Topbar */
.topbar {
    padding: 6px 0;
    background-color: var(--dark-pink);
    text-align: center;
}

.topbar > .gb-container {
    width: 100%;
    max-width: 1210px;
    padding: 0 15px;
}

.topbar .ti-widget {
    display: none !important;
}

.topbar .reviews {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
}

.topbar .reviews .title {
    /* color: #fff; */
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 600;
}
  
.topbar .stars {
    --percent: calc(var(--rating) / 5 * 100%);
    display: inline-block;
    font-size: 18px;
    /* font-family: Times; */
    line-height: 1;
}

.topbar .stars::before {
    content: "\f005\f005\f005\f005\f005";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    letter-spacing: 3px;
    background: linear-gradient(90deg, var(--light-pink) var(--percent), rgba(255,255,255,.45) var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.topbar #reviews_number {
    display: inline-block;
    min-width: 22px;
}

/* .topbar .reviews .count {
    margin-left: -3px;
    font-size: 14px;
    font-weight: 600;
} */

.topbar .socials {
    display: flex;
    align-items: center;
    gap: 30px;
}

.topbar .socials .wp-block-image {
    display: flex;
}
/* END Topbar */

/* Header */
.header {
    position: sticky;
    top: 0;
    background-color: var(--white);
    box-shadow: 0 0 3px rgba(0, 0, 0, .6);
    z-index: 1000;
}

.header > .gb-container {
    max-width: 1210px;
    margin: 0 auto;
    padding: 14px 15px 0;
}

.header .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* margin-top: 14px; */
    /* margin-bottom: 17px; */
}

.header .search {
    width: 100%;
    max-width: calc(478px + 30px);
    padding: 0 15px;
}

.header .search div.asl_w {
    background-color: transparent;
    border-bottom: 1px solid #000;
    box-shadow: none;
}

.header .search div.asl_m#ajaxsearchlite1 .probox {
    background-color: transparent;
}

.header .search div.asl_m .probox .proinput {
    padding-left: 0;
    margin: 0;
}

.header .search #ajaxsearchlite1 .probox .proinput input, .header .search div.asl_w .probox .proinput input {
    font-size: 14px;
}

.header .search #ajaxsearchlite1 .probox .proinput input::placeholder {
    font-weight: 600;
    opacity: 1;
    color: #000;
}

.header .search div.asl_w#ajaxsearchlite1 .probox .promagnifier {
    box-shadow: none;
}

.wp-block-button__link {
    border-radius: 0;
}

.header .buttons .wp-block-button .wp-block-button__link {
    line-height: calc(1em + 2px);
    padding: 7px 10px 8px;
    background-color: var(--dark-pink);
    border: 1px solid var(--dark-pink);
    letter-spacing: .26px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
    transition: all ease 300ms;
}

.header .buttons .wp-block-button .wp-block-button__link:hover {
    background-color: var(--white);
    color: var(--dark-pink);
}

.header .buttons .wp-block-button.btn-contact .wp-block-button__link {
    background-color: var(--light-pink);    
    border: 1px solid var(--light-pink);
}

.header .buttons .wp-block-button.btn-contact .wp-block-button__link:hover {
    background-color: var(--white);
    color: var(--light-pink);
}

/* .header .bottom {
    margin-bottom: 15px;
} */

.header .bottom .main-nav {
    width: 100%;
}

.header .bottom .main-navigation.sub-menu-right > .inside-navigation {
    padding-left: 0;
    padding-right: 0;
}

.header .bottom .main-navigation .main-nav > ul {
    /* justify-content: space-between; */
    justify-content: center;
    margin: 0 -20px;
}

.header .bottom .main-navigation a {
    line-height: 18px;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 500;
}

.header .bottom .main-navigation .menu > li:first-of-type > a {
    /* font-size: 16px; */
    font-weight: 700;
}

.main-navigation ul ul {
    background-color: var(--white);
}
/* END Header */

/* Home */
.row-slider .wp-block-getwid-media-text-slider-slide {
    height: 700px;
}

.row-slider .wp-swiper__slide .wp-swiper__slide-content {
    max-width: 1540px !important;
    padding: 0 50px;
}

/* .row-slider .title,
.row-slider .subtitle {
    font-family: 'Playfair Display', sans-serif;
} */

/* .row-slider .title {
    margin-bottom: 0;
    font-size: 75px;
    font-style: italic;
} */

/* .row-slider .subtitle {
    line-height: 1em;
    font-size: 120px;
    font-style: italic;
} */

.row-slider .slider-title {
    font-size: clamp(50px, 8vw, 120px);
}

.row-slider .slider-subtitle {
    font-size: clamp(30px, 4vw, 75px);
}

.row-slider .img-right {
    margin-left: 50px;
}

.row-slider .img-right img {
    box-shadow: -10px -10px 10px #00000022;
}

.row-slider .wp-block-getwid-media-text-slider .slick-dots li {
    margin: 0;
}

.row-slider .slick-dots li button::before {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    opacity: .5;
}

.row-slider .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.row-slider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0;
    background: var(--white);
    opacity: .5;
}

.row-slider .slick-dots li.slick-active button:before {
    font-size: 14px;
    opacity: 1;
}

.row-slider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 14px;
    height: 14px;
    opacity: 1;
}

.edito-polaroid{
    position: absolute;
    top: 50%;
    right: 100px;
    transform: translateY(-50%);
}

#home-faq{
    clip-path: polygon(0 30px, 100% 0, 100% 100%, 0% 100%);
}

#home-gallery{
    overflow-x: hidden;
    clip-path: polygon(0 10%, 100% 0, 100% 90%, 0% 100%);
}

#home-gallery img {
    height: 545px;
    object-fit: cover;
}

.gutentor-post-module.carousel-blog img {
    width: 100%;
    overflow: hidden;
}

/* body .ti-widget[data-layout-id="5"][data-set-id="soft"] .ti-col-1 .ti-review-item {
    -ms-flex: 0 0 66% !important;
    flex: 0 0 66% !important;
    max-width: 66% !important;
} */

body .row-reviews .ti-widget[data-layout-id="5"][data-set-id="soft"] .ti-review-item > .ti-inner {
    border-radius: 10px !important;
}
/* END Home */

/* Modele breadcrumb */
.page-hero {
    box-shadow: inset 0 0 0 9999px rgba(0,0,0,.45);
}

.page-hero .inside-page-hero.grid-container {
    /* margin-top: 20px; */
    padding: 40px 15px;
    text-align: center;
    color: #fff;
}

.page-hero h1 {
    font-family: "Playfair Display", serif;
}

.breadcrumb {
    margin-bottom: 10px;
    font-size: 1.2rem;
}

.breadcrumb a {
    text-underline-offset: 3px;
}

.page-hero .meta-author {
    display: flex;
    justify-content: center;
    gap: 5px;
}

.yoast-breadcrumbs {
    margin-bottom: 20px;
}
/* END Modele breadcrumb */

/* Page title */
.page-title .left-column {
    position: relative;
}

.page-title .left-column .img {
    position: relative;
    z-index: 20;
}

.page-title .left-column .img-float {
    position: absolute;
    top: 65px;
    left: 0;
    z-index: 10;
}

.page-title .right-column .overtitle {
    font-size: clamp(45px, 8vw, 75px);
}

.page-title .right-column .title {
    font-size: clamp(60px, 8vw, 120px);
}
/* END Page title */

/* Page title 2 */
.page-title-2 .left-column > .gb-container {
    padding: 20px 60px 70px;
    background-color: var(--white);
    clip-path: polygon(0 0, 100% 5%, 100% 100%, 0% 100%);
}

.page-title-2 .big-title {
    font-size: clamp(45px, 6.5vw, 120px);
}

.page-title-2 .title em {
    line-height: .875em;
    /* font-size: 75px; */
    font-size: clamp(30px, 6.5vw, 75px);
    font-weight: 400;
}

.page-title-2 .right-column {
    padding-top: 50px;
    padding-bottom: 15px;
    padding-left: 50px;
}
/* END Page title 2 */

/* Modele */
.row-txt-img-right {
    margin-top: 35px;
    margin-bottom: 110px;
}

.row-txt-img-right .left-column {
    margin-top: 35px;
    margin-left: 130px;
}

/* .row-txt-img-right .title {
    margin-bottom: 30px;
    text-wrap: balance;
} */

/* .row-txt-img-right .subtitle {
    margin-bottom: 0;
    color: var(--dark-pink);
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
} */

.row-txt-img-right .right-column {
    position: relative;
    min-width: 400px;
    margin-top: 15px;
    margin-left: calc(111px + 35px);
}

.row-txt-img-right .img-effect {
    position: relative;
    width: auto;
    max-width: fit-content;
}

.row-txt-img-right .img-effect::before {
    content: '';
    position: absolute;
    top: -15px;
    display: block;
    width: calc(100% + 35px);
    height: calc(100% + 115px);
    background-color: var(--warm-white);
    box-shadow: 0px 3px 6px #00000029;
    transform: translateX(-4.375%);
    z-index: 10;
}

.row-txt-img-right .img-effect::after {
    content: '';
    background: url('./assets/img/general/icone-heart.svg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 92px;
    bottom: -177px;
    width: 114px;
    height: 113px;
    z-index: 20;
}

.row-txt-img-right .img-effect img {
    position: relative;
    z-index: 20;
}

.row-txt-img-right .img-float {
    position: absolute;
    top: 90px;
    right: 0;
}
/* END Modele */

/* Modele - tabs */
.gb-tabs .gb-tabs__buttons {
    column-gap: 40px;
}

.gb-tabs .gb-tabs__buttons .gb-button {
    padding: 7px 10px 9px;
    background-color: transparent;
    color: var(--dark-pink);
    border: none;
    font-family: 'Barlow', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    white-space: nowrap;
}

.gb-tabs .gb-tabs__buttons .gb-button:hover,
.gb-tabs .gb-tabs__buttons .gb-button.gb-block-is-current {
    background-color: var(--light-pink);
    color: var(--white);
}
/* END Modele - tabs */

/* Modele - tabs V2 */
.gutentor-module-tabs .gutentor-module-tabs-nav {
    display: flex;
    justify-content: center;
    column-gap: 40px;
    margin-bottom: 20px;
}

.gb-tabs .gb-tabs__buttons {
    column-gap: 40px;
}

/* .gutentor-module-tabs .gutentor-post-module > .grid-container {
    padding: 0;
} */

.gutentor-module-tabs .gutentor-module-tabs-item {
    margin-right: 0;
    padding: 7px 10px 9px;
    background-color: transparent;
    color: var(--dark-pink);
    border: none;
    font-family: 'Barlow', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    white-space: nowrap;
}

.gutentor-module-tabs .gutentor-module-tabs-item:hover,
.gutentor-module-tabs .gutentor-module-tabs-item.gutentor-tabs-nav-active {
    background-color: var(--light-pink);
    color: var(--white);
}
/* END Modele - tabs V2 */

/* Modele - Accordion */
.gb-accordion .gb-accordion__item{
    padding-bottom: 5px;
    position: relative;
    margin-bottom: 30px;
}

.gb-accordion .gb-accordion__item::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: calc(100% - 60px);
    height: 1px;
    background-color: #E7E2DF;
}

.gb-accordion .gb-accordion__item button.gb-button, .gb-accordion .gb-accordion__item button.gb-button.gb-block-is-current{
    background: none;
    padding: 0;
}

.gb-accordion .gb-accordion__item button.gb-button .gb-icon{
    width: 34px;
    height: 34px;
    background: url('assets/img/general/arrow-faq.svg') no-repeat;
    transition: all ease 300ms;
}

.gb-accordion .gb-accordion__item button.gb-button.gb-block-is-current .gb-icon{
    transform: rotate(90deg);
}

.gb-accordion .gb-accordion__item button.gb-button .gb-icon svg{
    display: none;
}

.gb-accordion .gb-accordion__item .gb-button-text{
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.54px;
    font-weight: 500;
}

.gb-accordion .gb-accordion__content .gb-container{
    padding: 0;
    margin-bottom: 10px;
    margin-top: 10px;
    background: none;
    width: calc(100% - 60px);
    font-size: 16px;
    line-height: 19px;
}

.gb-accordion .gb-accordion__content .gb-container p:last-child{
    margin-bottom: 0;
}
/* Modele - Accordion */

/* Modele - Posts carousel */
.wp-block-getwid-template-post-featured-image{
    margin: 0;
}

.wp-block-getwid-template-post-featured-image img{
    height: 545px;
    object-fit: cover;
}

.wp-block-getwid-template-post-title{
    background-color: #fff;
    max-width: 275px;
    padding: 5px 25px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    text-align: center;
    margin: 0 auto;
    position: relative;
    transform: translateY(-50%);
}

.wp-block-getwid-template-post-title a{
    text-decoration: none;
}

.wp-block-getwid-template-post-button{
    margin: 0;
    text-align: center;
}

.wp-block-getwid-post-carousel .slick-prev::before, .wp-block-getwid-post-carousel .slick-next::before{
    display: none;
}

.wp-block-getwid-post-carousel .slick-prev, .wp-block-getwid-post-carousel .slick-next{
    left: -75px;
    background: url('assets/img/general/arrow-slide.svg') no-repeat;
    width: 34px;
    height: 34px;
}

.wp-block-getwid-post-carousel .slick-next{
    transform: rotate(180deg);
    left: auto;
    right: -75px;
}
/* Modele - Posts carousel */

/* Modele - posts carousel v2 */
.gutentor-post-module .gutentor-post .gutentor-post-item > div,
.gb-query-loop-wrapper .gb-grid-column .gb-container {
    cursor: pointer;
}

.gutentor-post-module > .grid-container {
    padding: 0;
}

.row-blog .gutentor-module-carousel-row .slick-list {
    margin-left: -25px;
    margin-right: -25px;
}

.row-blog .gutentor-module-carousel-row .slick-slide {
    margin: 25px;
}

.gutentor-post-module.gutentor_p1_template5 .gutentor-post-item {
    border-radius: 15px;
    overflow: visible;
}

.gutentor-post-module.gutentor_p1_template5 .gutentor-post-item .gptm-bg-image {
    border-radius: 15px;
}

.gutentor-post-module.gutentor_p1_template5 .gptm-item-height .gutentor-post-content {
    top: auto;
    bottom: 0;
    padding: 0 10px;
    transform: translateY(50%);
    /* z-index: 10; */
}

.gutentor-post-module .gutentor-post-title {
    /* max-width: 170px; */
    max-width: 220px;
    /* min-height: 34px; */
    margin: 0 auto;
    background-color: var(--white);
    color: var(--black);
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}

.row-activities .gutentor-post-module .gutentor-post-title {
    background-color: var(--warm-white);
}

.row-activities.title-white .gutentor-post-module .gutentor-post-title {
    background-color: var(--white);
}

.row-blog .gutentor-post-module .gutentor-post-title-data-wrap {
    transform: translateY(-50%);
}

.row-blog .gutentor-post-module .gutentor-post-title {
    max-width: 275px;
}

.gutentor-post-module .gutentor-post-title a {
    display: block;
    padding: 6px 10px 7px;
}

.gutentor-post-module .gutentor-module-carousel-row .slick-prev i, .gutentor-post-module .gutentor-module-carousel-row .slick-next i {
    display: none;
}

.gutentor-post-module .gutentor-module-carousel-row .slick-arrow.slick-prev, .gutentor-post-module .gutentor-module-carousel-row .slick-arrow.slick-next {
    /* left: -75px; */
    left: -60px;
    background: url('assets/img/general/arrow-slide.svg') no-repeat;
    width: 34px;
    height: 34px;
}

.gutentor-post-module.carousel-blog .gutentor-module-carousel-row .slick-arrow.slick-prev {
    left: -130px;
}

.gutentor-post-module .gutentor-module-carousel-row .slick-arrow.slick-next {
    transform: rotate(180deg);
    left: auto;
    /* right: -75px; */
    right: -60px;
}

.gutentor-post-module.carousel-blog .gutentor-module-carousel-row .slick-arrow.slick-next {
    right: -130px;
}
/* END Modele - posts carousel v2 */

/* Modele - load more */
.activities-load-more .gb-grid-wrapper:not(.row-activities-others-1) > .gb-grid-column:nth-child(n+5) {
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.activities-load-more .gb-grid-wrapper.row-activities-others-1 > .gb-grid-column:nth-child(n+7) {
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.activities-load-more .gb-grid-wrapper.gb-query-loop-wrapper.show-all > .gb-grid-column,
.activities-load-more .gb-grid-wrapper.row-activities-others.show-all > .gb-grid-column,
.activities-load-more .gb-grid-wrapper.row-activities-others-1.show-all > .gb-grid-column {
    display: block;
    opacity: 1;
}

.activities-load-more .show-more-btn {
    cursor: pointer;
}
/* END Modele - load more */

/* Modele others */
.row-activities-others .gb-grid-column .gb-container,
.row-activities-others-1 .gb-grid-column .gb-container {
    position: relative;
}

.row-activities-others .gb-grid-column img,
.row-activities-others-1 .gb-grid-column img {
    width: 100%;
    height: 240px;
    border-radius: 10px 10px 0 0;
    object-fit: cover;
}

.row-activities-others .gb-grid-column .title,
.row-activities-others-1 .gb-grid-column .title {
    position: absolute;
    top: 25px;
    left: 0;
    display: block;
    padding: 6px 35px;
    background-color: var(--white);
    font-size: 18px;
    font-weight: 500;
}

.row-activities-others .gb-grid-column .content,
.row-activities-others-1 .gb-grid-column .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    padding: 16px 20px 20px;
    background-color: var(--white);
    border: 1px solid #F0E5E2;
    border-top: none;
    border-radius: 0 0 10px 10px;
}

.row-activities-others .gb-grid-column .content p/* ,
.row-activities-others-1 .gb-grid-column .content p */ {
    margin-bottom: 0;
}

.row-activities-others .gb-grid-column .content a,
.row-activities-others-1 .gb-grid-column .content a {
    width: max-content;
}
/* END Modele others */

/* Modele custom selection */
.gb-query-loop-item > .gb-container {
    position: relative;
}

.gb-query-loop-item .title {
    position: absolute;
    top: 25px;
    left: 0;
    background-color: var(--white);
}

.gb-query-loop-item .title > a {
    display: block;
    padding: 6px 35px;
    text-decoration: none;
}

.gb-query-loop-item img {
    border-radius: 10px 10px 0 0;
    object-fit: cover;
    width: 100%;
    height: 315px;
}

.gb-query-loop-item .content {
    display: flex;
    gap: 15px;
    padding: 16px 20px 20px;
    background-color: var(--white);
    border-radius: 0 0 10px 10px;
}

.activity-attribute {
    display: flex;
    gap: 15px;
    /* padding: 16px 20px 20px; */
    /* background-color: var(--white); */
    /* border-radius: 0 0 10px 10px; */
}

.row-activities-others-1 .content .desc {
    max-height: 98px;
    overflow-y: auto;
}

.gb-query-loop-item .content::after {
    content: '';
    position: absolute;
    bottom: 17px;
    right: 15px;
    background: url('./assets/img/favorites/arrow-right.png');
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: block;
    width: 25px;
    height: 25px;
}

.gb-query-loop-item .content .time,
.activity-attribute .time,
.gb-query-loop-item .content .nbpersons,
.activity-attribute .nbpersons {
    display: flex;
    align-items: center;
}

.gb-query-loop-item .content .time::before,
.activity-attribute .time::before {
    content: '';
    background: url('./assets/img/favorites/icone-time.png');
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 8px;
}

.gb-query-loop-item .content .nbpersons::before,
.activity-attribute .nbpersons::before {
    content: '';
    background: url('./assets/img/favorites/icone-nbpersons.png');
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: inline-block;
    width: 19px;
    height: 15px;
    margin-right: 8px;
}

.row-activities-others-1 .content .desc {
    padding-right: 18px;
    padding-left: 10px;
}

.row-activities-others-1 .content .desc::-webkit-scrollbar {
	width: 8px;
	background-color: #F5F5F5;
    border-radius: 10px;
}

.row-activities-others-1 .content .desc::-webkit-scrollbar-track {
	/* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.15); */
	border-radius: 10px;
	background-color: #F5F5F5;
}

.row-activities-others-1 .content .desc::-webkit-scrollbar-thumb {
	border-radius: 10px;
	/* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.15); */
	background-color: rgba(0,0,0,.1);
}
/* END Modele custom selection */

/* Modele popular activities */
.row-activities-popular .gb-query-loop-item .content {
    border: 1px solid #F0E5E2;
    border-top: none;
}
/* END Modele popular activities */

/* Modele - success */
.row-success .gb-block-image:has(.img-float) {
    position: absolute;
    left: 50%;
    width: max-content;
    background-color: var(--warm-white);
    transform: translateX(-50%);
}
/* END Modele - success */

/* Modele - best advice */
.row-best-advice .row-first .left-column .gb-block-image:has(.img-float) {
    position: absolute;
    /* top: 100px; */
    left: 0;
    z-index: 10;
}

.row-best-advice .row-first .left-column .title {
    font-size: clamp(45px, 3vw, 70px);
}

.row-best-advice .row-first .right-column .img {
    position: relative;
    z-index: 20;
}

.row-best-advice .row-first .right-column .img-float {
    position: absolute;
    top: 100px;
    right: 0;
    z-index: 10;
}

.row-best-advice .row-second .img-float {
    position: absolute;
    left: 0;
    bottom: 0;
}
/* END Modele - best advice */

/* Modele team */
.row-team .right-column h2.gb-headline.tagline {
    font-size: clamp(28px, 3vw, 45px);
}
/* END Modele team */

/* Modele favorite */
.row-favorite .left-column .title {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    font-size: 70px;
    font-weight: 600;
}

.row-favorite .left-column .title em {
    line-height: 1.2em;
    font-size: 35px;
    font-weight: 400;
}
/* END Modele favorite */

/* Modele guide */
.row-guide .right-column {
    position: relative;
}

.row-guide .right-column img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.row-guide .right-column .content {
    margin-left: calc(360px + 100px);
}
/* END Modele guide */

/* Modele reviews custom */
.reviews-custom .gb-grid-column .gb-container {
    position: relative;
    padding: 30px;
    background-color: var(--white);
    z-index: 10;
}

.reviews-custom.reviews-warm-white .gb-grid-column .gb-container {
    background-color: var(--warm-white);
}

.reviews-custom .gb-grid-column .gb-container::before {
    content: "";
    background: url("./assets/img/general/quotes.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 60px;
    height: 42px;
    opacity: .15;
    z-index: -1;
}

.reviews-custom .gb-grid-column .gb-container p:first-child {
    font-size: 18px;
}
/* END Modele reviews custom */

/* Single post */
body.single-post .site-content {
    gap: 20px;
}

body.single-post .site-content .content-area {
    padding-top: 20px;
    padding-bottom: 40px;
}

body.single-post #page.grid-container {
    max-width: 1210px;
}

body.single-post .inside-left-sidebar,
body.single-post .inside-right-sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
}

body.single-post .sidebar .widget {
    background-color: var(--warm-white);
    box-shadow: 0px 3px 6px #00000029;
}

body.single-post .sidebar .widget:has(.sidebar-btn) {
    padding: 0;
}

body.single-post .sidebar .widget h2 {
    font-size: 24px;
}

body.single-post .sidebar .widget a {
    text-decoration: none;
}

body.single-post .inside-article figure {
    margin-bottom: 1.25em;
}

body.single-post .inside-article p {
    line-height: 1.4em;
    font-size: 17px;
}

body.single-post .comments-area {
    display: none;
}
/* END Single post */

/* Footer */
.gb-button{
    transition: all ease 300ms;
}
.site-footer .wp-block-navigation__container{    
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.48px;
    gap: 3px;
}

.site-footer .wp-block-navigation__container a:hover{
    color: var(--light-pink);
}
.blc-padding{
	padding-top: 60px;
  padding-right: 30px;
  padding-bottom: 40px;
padding-left: 30px;
}
/****************************** Custom css*******************************/
/* .single p{
	text-align:justify;
} */
.box-marron p{
	text-align:center;
}
.tabs-tarif .gutentor-module-tabs-item {
    background-color: var(--dark-pink);
}
.tabs-tarif .gutentor-module-tabs-item:hover {
    background-color: var(--light-pink);
}
.tabs-tarif .gutentor-tabs-nav-active {
    background-color: var(--light-pink);
}
.tabs-tarif .gutentor-module-tabs-nav {
    column-gap: 5px;
    margin-bottom: 0;
}
.single p.has-text-align-center {
    text-align: center;
}
/*********************************************************************/
.light-big-btn{
	color: #9C5454 !important;
  border-width: 3px !important;
  border-color: #e6cfcf;
  border-radius: 0px !important;
  font-family: 'Unna',Georgia,"Times New Roman",serif !important;
  font-weight: 700 !important;
}
.light-btn{
color: #ffffff !important;
  border-width: 0px !important;
  border-radius: 0px !important;
  letter-spacing: 3px;
  font-size: 14px;
  font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif !important;
  text-transform: uppercase !important;
  background-color: rgba(255,255,255,0.12);
  display: inline-block;
  padding-top: 12px !important;
  padding-right: 24px !important;
  padding-bottom: 12px !important;
  padding-left: 24px !important;
}
.light-btn:hover{
border-radius: 0px !important;
  letter-spacing: 3px !important;
  background-image: initial;
  background-color: rgba(193,62,51,0.9);	
}
.light-btn a{text-decoration: none;}
.brown-btn{
	color: #ffffff !important;
  border-width: 10px !important;
  border-color: #dca47d;
  border-radius: 0px !important;
  letter-spacing: 3px;
  font-size: 15px;
  font-family: 'Oswald',Helvetica,Arial,Lucida,sans-serif !important;
  text-transform: uppercase !important;
  background-color: #dca47d;
	display:inline-block;
}
.brown-btn:hover{
	border-color: #c99872 !important;
  border-radius: 0px !important;
  letter-spacing: 3px !important;
  background-image: initial;
  background-color: #c99872;
}
.brown-btn a{text-decoration:none;}

/* END Footer */

/* Responsive */
@media all and (max-width: 1600px){
    .edito-polaroid{
        display: none;
    }

    .gutentor-post-module .gutentor-module-carousel-row .slick-arrow.slick-prev {
        left: 0;
    }

    .gutentor-post-module .gutentor-module-carousel-row .slick-arrow.slick-next {
        right: 0;
    }
}

@media all and (max-width: 1402px) {
}

@media all and (max-width: 1199px) {
    .row-txt-img-right .right-column {
        margin-left: calc(50px + 35px);
    }
}

@media all and (max-width: 1024px){
    /* General */
    .gutentor-module-tabs .gutentor-module-tabs-nav {
        column-gap: 25px;
    }

    .gutentor-module-tabs .gutentor-module-tabs-item {
        font-size: 13px;
    }
    /* END General */

    /* Header */
    .topbar > .gb-container {
        justify-content: center;
    }

    .topbar .socials,
    .header .buttons {
        display: none;
    }

    .topbar .reviews .title {
        font-size: 14px;
    }

    .topbar .stars {
        /* margin-top: 2px; */
        font-size: 12px;
    }

    .header {
        position: relative;
        padding: 0;
    }

    .header .top {
        flex-direction: column;
    }

    .header .top .logo {
        flex: 1 0 100%;
    }

    .header .top .logo img {
        height: 38px !important;
    }

    .header .top .search {
        max-width: 100%;
        margin-top: 10px;
        padding: 10px 12px;
        background-color: var(--warm-white);
    }

    .header .search div.asl_w {
        border: none;
    }

    .header .search #ajaxsearchlite1 .probox .proinput input, .header .search div.asl_w .probox .proinput input {
        font-size: 14px;
    }

    .header .search div.asl_w .probox .promagnifier {
        width: auto;
    }

    /* .header .bottom {
        position: absolute;
        top: 4px;
        right: 0;
    } */

    .header .bottom .menu-toggle {
        position: absolute;
        top: -91px;
        right: 0;
        line-height: 1em;
        padding: 0 12px;
    }

    .header .bottom .menu-toggle .gp-icon svg {
        font-size: 21px;
    }

    /* .header .bottom .main-nav {
        position: absolute;
        top: 0;
        transform: translateX(100%);
        transition: all .3s ease-in-out;
        z-index: 100;
    } */

    /* .header .bottom .main-navigation.toggled .main-nav {
        transform: translateX(0);
    } */

    .header .main-navigation.toggled .main-nav > ul {
        /* position: fixed; */
        /* top: 160px; */
        /* left: 0; */
        display: block;
        width: 100%;
        margin: 0;
        padding-top: 5px;
        padding-left: 25px;
        background-color: var(--warm-white);
        z-index: 100;
    }
    
    /* .wp-block-navigation__responsive-container-open:not(.always-shown) {
        display: flex;
    }

    .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
        bottom: 0;
        display: none;
        left: 0;
        position: fixed;
        right: 0;
        top: 0;
    } */
    /* END Header */

    .page-title-2 {
        margin-top: -100px !important;
    }

    .page-title-2 .left-column > .gb-container {
        padding: 30px;
    }

    .page-title-2 .big-title {
        text-align: center;
    }

    .row-txt-img-right {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .row-txt-img-right .left-column {
        max-width: 100%;
        margin: 0 5px 0;
    }

    .row-txt-img-right .right-column {
        display: none;
    }

    .site-footer .wp-block-navigation.is-vertical{
        align-items: center;
    }

    .site-footer .wp-block-navigation__container{
        justify-content: center;
        --navigation-layout-align: center;
    }

    .edito-polaroid{
        display: block;
        position: absolute;
        top: -260px;
        right: 50%;
        transform: translate(50%,0);
    }

    .gb-accordion .gb-accordion__item {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .gb-accordion .gb-accordion__item:last-of-type::after {
        content: none;
    }

    .gb-accordion .gb-accordion__item button.gb-button .gb-icon{
        display: none;
    }

    .gb-accordion .gb-accordion__content .gb-container, .gb-accordion .gb-accordion__item::after{
        width: 100%;
        padding-bottom: 0;
    }
    
    .gb-accordion .gb-accordion__item .gb-button-text{
        font-size: 16px;
        line-height: 19px;
    }

    .gb-accordion .gb-accordion__content .gb-container{
        font-size: 14px;
        line-height: 17px;
    }

    .wp-block-getwid-post-carousel .slick-prev{
        left: 5px;
    }

    .wp-block-getwid-post-carousel .slick-next{
        right: 5px;
    }

    #home-gallery{
        overflow-x: hidden;
        clip-path: polygon(0 5%, 100% 0, 100% 95%, 0% 100%);
    }

    #home-gallery img {
        height: 400px;
        object-fit: cover;
    }

    .row-destination .gb-tabs .gb-tabs__buttons {
        justify-content: left;
        padding: 0 15px;
    }

    .gutentor-module-tabs .gutentor-module-tabs-nav {
        max-width: 100%;
        justify-content: left;
        overflow-x: auto;
    }

    .gutentor-post-module:not(.carousel-blog) .gutentor-module-carousel-row .slick-list {
        margin-right: 0;
        margin-left: 0;
    }

    .gutentor-post-module.carousel-blog .slick-slider {
        overflow: hidden;
    }

    .gutentor-post-module:not(.carousel-blog) .slick-slider .slick-track {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        row-gap: 35px;
        width: 100% !important;
        padding-bottom: 35px;
        transform: none !important;
    }

    .gutentor-post-module:not(.carousel-blog) .slick-slider .slick-track::before,
    .gutentor-post-module:not(.carousel-blog) .slick-slider .slick-track::after {
        content: none;
    }

    .gutentor-post-module.gutentor_p1_template5:not(.carousel-blog) .gutentor-post-item {
        margin: 0;
    }

    .gutentor-post-module:not(.carousel-blog) .gutentor-module-carousel-row .slick-slide {
        width: calc(50% - 10px) !important;
        margin: 0;
    }

    .gutentor-post-module:not(.carousel-blog) .slick-arrow.slick-prev, .gutentor-post-module .slick-arrow.slick-next {
        display: none !important;
    }

    .gutentor-post-module.carousel-blog .slick-arrow.slick-prev, .gutentor-post-module.carousel-blog .slick-arrow.slick-next {
        display: block !important;
    }

    .gutentor-post-module.carousel-blog .gutentor-module-carousel-row .slick-arrow.slick-prev {
        left: 10px;
    }

    .gutentor-post-module.carousel-blog .gutentor-module-carousel-row .slick-arrow.slick-next {
        right: 10px;
    }

    /* Page title */
    .page-title .left-column .img-float {
        /* display: none; */
        position: relative;
        top: 0;
        margin-top: -50px;
        width: 100%;
        height: 260px;
        object-fit: cover;
    }
    /* END Page title */

    /* Modele - best advice */
    .row-best-advice {
        background-color: var(--warm-white);
    }

    .row-best-advice .row-first .left-column .gb-block-image:has(.img-float),
    .row-best-advice .row-first .right-column .img-float {
        display: none;
    }
    /* END Modele - best advice */

    .row-guide .left-column {
        display: none;
    }

    .row-guide .right-column img {
        position: relative;
        top: auto;
        transform: none;
    }

    .row-guide .right-column .content {
        margin-top: 35px;
        margin-left: 0;
        margin-bottom: 35px;
    }
}

@media all and (max-width: 991px) {
    body.single-post .site-content .content-area {
        width: 100%;
    }

    .is-left-sidebar.sidebar, .is-right-sidebar.sidebar {
        display: none;
    }
}

@media (max-width: 768px) {
    .separate-containers .inside-article, .separate-containers .comments-area, .separate-containers .page-header, .separate-containers .paging-navigation, .one-container .site-content, .inside-page-header {
      padding: 0;
    }
}

@media all and (max-width: 767px) {
    .row-slider .wp-swiper__slide,
    .row-slider .wp-block-getwid-media-text-slider-slide {
        height: 532px;
    }

    .row-slider .wp-block-getwid-media-text-slider-slide__content {
        align-items: flex-start;
        padding: 56px 40px;
    }
    
    .row-slider .wp-swiper__slide .wp-swiper__slide-content {
        align-items: flex-start;
        padding: 0 40px;
    }

    .row-slider .slider-title,
    .row-slider .slider-subtitle,
    .row-slider .slider-btn {
        text-align: left;
    }
    
    .row-slider .img-right {
        display: none;
    }
}
/* END Responsive */