/**handles:blank-style**/
/*
Theme Name: Dune Bleue
Theme URI: http://www.sequoiasoft.com
Description: Plantilla Wordpress para Dune Bleue
Author: sequoiasoft.com
Author URI: http://www.sequoiasoft.com
Version: 5.0
*/

/* CLAMP viewport de 1200px */
/* Estos Estilos se aplican sólo en el frontend */

.is-style-no-margin {
    margin-top: 0;
    margin-bottom: 0;
    margin-block-start: 0 !important;
    margin-block-end: 0 !important;
}

a {
    text-decoration: none;
}

.otgs-development-site-front-end {
    display: none;
}

.ir-top {
    background: var(--wp--preset--color--theme-blue) none repeat scroll 0 0;
    border-radius: 7px;
    bottom: 10px;
    color: white;
    cursor: pointer;
    display: none;
    font-size: 20px;
    opacity: 0.9;
    padding: 7px 10px;
    position: fixed;
    right: 10px;
    z-index: 3;
    transition: .4s all;
}
.ir-top:hover {
    background-color: #003c65;
}

/*** Animations ***/

/* @media only screen and (min-width: 500px){ */
    .has-animations .animation--init--once,
    .has-animations .animation--init {
        opacity: 0;
    }

    .has-animations .animation--end {
        opacity: 1;
        transition: opacity 1s ease;
    }

    .animation--init.animation--top, .animation--init--once.animation--top {
        transform: translateY(5vw);
    }
    .animation--init.animation--bottom, .animation--init--once.animation--bottom {
        transform: translateY(-5vw);
    }
    .animation--init.animation--right, .animation--init--once.animation--right {
        transform: translateX(5vw);
    }
    .animation--init.animation--left, .animation--init--once.animation--left {
        transform: translateX(-5vw);
    }
    .animation--init.animation--end, .animation--init--once.animation--end {
        opacity: 1;
        transform: translateX(0) translateY(0)!important;
        transition: all 0.8s ease 0.2s;
    }
    .has-animation .animation--init>*, .has-animation .animation--init--once>* {
        opacity: 0;
        transform: translateX(5vw);
        transition: .2s ease;
    }
    .has-animation .animation--init>*, .has-animation .animation--init--once.animation--left>* {
        transform: translateX(-5vw);
    }
    .has-animation .animation--init.animation--top>*, .has-animation .animation--init--once.animation--top>* {
        transform: translateY(5vw);
    }
    .has-animation .animation--end>:nth-child(1), .has-animation .animation--end>:nth-child(2), .has-animation .animation--end>:nth-child(1n+3) {
        opacity: 1;
        transform: translateX(0) translateY(0);
        transition: all 1s ease 0.1s;
    }
    .has-animation .animation--end>:nth-child(2) {
        transition: all 0.8s ease 0.3s;
    }
    .has-animation .animation--end>:nth-child(3) {
        transition: all 0.8s ease 0.5s;
    }
    .has-animation .animation--end>:nth-child(4) {
        transition: all 0.8s ease 0.7s;
    }
    .has-animation .animation--end>:nth-child(5) {
        transition: all 0.8s ease 0.8s;
    }
    .has-animation .animation--end>:nth-child(6) {
        transition: all 0.8s ease 0.9s;
    }
    .has-animation .animation--end>:nth-child(7) {
        transition: all 0.8s ease 1s;
    }
    .has-animation .animation--end>:nth-child(8) {
        transition: all 0.8s ease 1.1s;
    }
    .has-animation .animation--end>:nth-child(9) {
        transition: all 0.8s ease 1.2s;
    }
    .has-animation .animation--end>:nth-child(10) {
        transition: all 0.8s ease 1.3s;
    }
/* } */

/* header */

.header-top {
    padding-top: 210px!important;
}
.site-header {
    position: absolute;
    width: 100%;
    height: 235px;
    margin: 0 auto;
    padding: 0px;
    z-index: 3;
    top: 0;
    /* transition: .3s all; */
}
.site-header.is-fixed-top {
    position: fixed;
    top: 0;
    left: 0;
    height: 75px;
    padding: 0 30px;
    box-shadow: none;
    background-color: var(--wp--preset--color--theme-blue);
    z-index: 4;
    border-bottom: 1px solid rgb(255 255 255 / 20%);
}
#content-container.header-fixed{
    margin-top: 235px;
}
.site-header .block-left, .site-header .block-center, .site-header .block-right {
    width: 40%;
    text-align: right;
    padding: 0 0 0 40px;
}
.site-header .block-center {
    width: 20%;
    padding: 0px;
    text-align: center;
}
.site-header .block-left span{
    display: inline-block;
}
.site-header .block-right {
    padding: 0 40px 0 0;
    text-align: left;
}
.site-header .block-left p, .site-header .block-right > a, .site-header .block-right > div{
    display: inline-block;
    margin: 0;
}
.site-header .mon-compte {
    padding: 14px 15px;
    text-transform: uppercase;
    font-size: 13px;
    min-height: 40px;
    color: white;
    font-weight: 500;
    cursor: pointer;
}
.site-header .mon-compte i{
    margin-right: 6px;
}
.inner-header {
    display: flex;
    gap: var(--wp--style--block-gap);
    align-items: center;
    background-color: white;
    max-height: 150px;
    min-height: 150px;
}
.inner-header .custom-logo-link {
    width: 230px;
    margin: 20px auto;
    display: block;
    height: auto;
}
.inner-header .custom-logo-link img {
    width: 230px;
    height: auto;
    transition: .3s all;
}

.site-header .top-header {
    background-color: var(--wp--preset--color--theme-blue);
    padding: 0 80px 0 0;
    justify-content: flex-end;
    display: flex;
    min-height: 45px;
    max-height: 45px;
}
.site-header:not(.is-fixed-top) .top-header > * {
    border-right: 1px solid var(--wp--preset--color--theme-blue-2);
    transition: none;
}
.site-header:not(.is-fixed-top) .top-header > *:first-child {
    border-left: 1px solid var(--wp--preset--color--theme-blue-2);
}
.site-header .top-header span.tel-top {
    width: 45px;
    height: 45px;
    color: white;
    padding: 13px;
}
.site-header.is-fixed-top .top-header span {
    width: 33px;
    padding: 10px 0;
}
.site-header.is-fixed-top .mon-compte {
    padding: 12px 4px;
}
.site-header .tel-top a {
    color: white;
    font-size: 0px;
    font-weight: 600;
    line-height: 6px;
    text-align: center;
    
}
.site-header .tel-top:first-child {
    border-left: 1px solid var(--wp--preset--color--theme-blue-2);
}
.site-header .tel-top a i {
    font-size: 18px;
}
.site-header .tel-top a:hover {
    color: var(--wp--preset--color--theme-black);
}

.site-header:not(.is-fixed-top) .block-right i, .site-header:not(.is-fixed-top) .wpml-ls ul {
    transition: .3s all;
}

.site-header .wpml-ls-legacy-list-horizontal {
    padding: 0!important;
    border: none;
    padding: 0px;
}
.site-header .block-right > *:hover i, .site-header .block-right .wpml-ls:hover ul {
    background-color: var(--wp--preset--color--theme-blue);
}
.site-header .block-right a:hover i, .site-header .block-right .wpml-ls:hover a, .site-header .block-right .mon-compte:hover i {
    color: white;
}

.site-header .wpml-ls-legacy-dropdown {
    position: absolute;
    right: 19px;
    top: 5px;
    width: 57px;
}
.site-header .wpml-ls ul {
    padding: 0;
    font-weight: 600;
    background-color: var(--wp--preset--color--theme-blue);
    border: none;
}
.site-header .wpml-ls ul li {
    padding: 8px 10px;
}
.site-header .wpml-ls a {
    height: 22px;
    background-color: transparent!important;
    border: none;
    padding: 0;
    color: white!important;
}
.site-header .wpml-ls-current-language > a:before {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 0px;
    top: 5px;
    cursor: pointer;
    color: white;
    font-size: 9px;
}
.site-header .wpml-ls a:after {
    content: none;
}
.site-header .wpml-ls-current-language ul a:hover {
    color: black!important;
}
.site-header.is-fixed-top .wpml-ls-legacy-dropdown {
    top: 19px;
}


.site-header .wpml-ls a img {
    border-radius: 50%;
}
.site-header .wpml-ls a:hover {
    color: var(--wp--preset--color--theme-blue);
}
.site-header.is-fixed-top .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
    border-top: none;
    background-color: var(--wp--preset--color--theme-blue);
}
.site-header.is-fixed-top .wpml-ls a:hover {
    color: white;
    background-color: transparent;
}

.site-header.is-fixed-top .top-header {
    position: absolute;
    top: 17px;
    right: 80px;
    padding: 0;
    background-color: transparent;
}
.site-header.is-fixed-top .inner-header {
    max-height: 75px;
    min-height: 75px;
    background-color: transparent;
    position: relative;
    width: calc(100% - 320px);
}
.site-header.is-fixed-top .custom-logo-link {
    width: 125px;
}
.site-header.is-fixed-top .inner-header .custom-logo {
    width: 125px;
    filter: invert(1) brightness(5);
}
.site-header.is-fixed-top .block-center{
    width: 150px;
    padding: 0;
}
.site-header.is-fixed-top .block-left, .site-header.is-fixed-top .block-right {
    width: 250px;
    position: absolute;
    top: 0px;
    right: 140px;
    padding: 14px 0;
}
.site-header.is-fixed-top .block-right {
    width: 44%;
    padding: 0;
    left: calc(36% + 200px);
}
.site-header.is-fixed-top .block-left {
    width: 36%;
    left: 200px;
    padding: 0;
}

.site-header.is-fixed-top .block-right a:hover i, .site-header.is-fixed-top .wpml-ls a:hover ul {
    background-color: var(--wp--preset--color--theme-blue);
}
.site-header.is-fixed-top .block-left .tel-top figure:hover {
    background-color: var(--wp--preset--color--theme-blue);
}
.site-header.is-fixed-top .block-left .tel-top figure:hover img {
    filter: invert()!important;
}

.site-header.is-fixed-top .block-menu {
    position: absolute;
    top: 0px;
    left: 170px;
    width: calc(100vw - 480px);
    border: none;
}

.breadcrumbs-top {
    padding: 80px 50px 0;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    color: white;
    text-shadow: 1px 1px 3px black;
}
.breadcrumbs-top a{
    color: var(--wp--preset--color--theme-blue);
}
.breadcrumbs-top a:hover {
    color: var(--wp--preset--color--theme-yellow-2);
}


/*default main menu */

.site-header:not(.is-fixed-top) .menu-principal-wrapper {
    margin: -20px auto 0;
}
ul.menu-principal {
    display: block;
    position: relative;
    width: 100%;
}
ul.menu-principal > li {
    padding: 50px 7px 30px;
    display: inline-block;
    transition: .3s all;
}
ul.menu-principal > li:hover, ul.menu-principal > li.current-menu-item, ul.menu-principal > li.current-page-parent {
    border-color: var(--wp--preset--color--theme-yellow);
}
.menu-principal > li.menu-item-has-children {
    margin-right: 10px;
    position: relative;
}
.menu-principal li .arrow-menu{
    position: absolute;
}
.arrow-menu:after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: -13px;
    top: 0px;
    padding: 0;
    cursor: pointer;
    color: white;
    font-weight: 600;
    font-size: 13px;
    transition: .2s all;
}
.site-header.is-fixed-top ul.menu-principal {
    gap: 15px;
}
.site-header.is-fixed-top ul.menu-principal > li {
    padding: 27px 7px;
}

ul.menu-principal a {
    color: black;
    text-decoration: none;
    font-weight: 500;
    transition: .2s all;
    text-transform: uppercase;
}
ul.menu-principal > li > a {
    font-size: 14px;
}
ul.menu-principal li li a {
    display: block;
}
.block-menu .arrow-menu:after {
    right: -14px;
    top: 4px;
    color: white;
    font-size: 9px;
}
.site-header.is-fixed-top ul.menu-principal > li > a {
    font-size: 13px;
    color: white;
}
.site-header.is-fixed-top ul.menu-principal > li .arrow-menu:after {
    color: white;
}

.menu-principal li li .arrow-menu {
    position: absolute;
    right: 30px;
}

ul.menu-principal .sub-menu, ul.menu-principal .sub-menu .sub-menu {
    position: absolute;
    padding: 0px;
    top: 72px;
    left: 0;
    width: 100%;
    min-width: 290px;
    height: auto;
    z-index: 2;
    max-height: 0;
    opacity: 0;
    background: #003c65;
    pointer-events: none;
}
.site-header.is-fixed-top ul.menu-principal .sub-menu {
    top: 64px;
}
ul.menu-principal .sub-menu .sub-menu {
    top: -5px;
    left: 190px;
}
ul.menu-principal li .sub-menu > li {
    position: relative;
    text-align: left;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 19px;
    background-color: white;
    transition: .3s all;
}
.site-header.is-fixed-top ul.menu-principal li .sub-menu > li {
    background-color: var(--wp--preset--color--theme-yellow-2);
}
ul.menu-principal li .sub-menu > li:hover, ul.menu-principal li .sub-menu > li.current_page_item {
    background-color: var(--wp--preset--color--theme-yellow)!important;
}
ul.menu-principal li .sub-menu > li:first-child {
    padding-top: 10px;
}
ul.menu-principal li .sub-menu > li:last-child {
    padding-bottom: 10px;
}
ul.menu-principal li .sub-menu > li.mega-menu {
    height: initial;
}

ul.menu-principal .menu-item-has-children:hover > .sub-menu {
    margin-top: calc(var(--wp--style--block-gap) / 2);
    max-height: 1000px;
    opacity: 1;
    box-shadow: 1px 2px 4px 1px rgb(0 0 0 / 50%);
    transition: margin 300ms ease-out, opacity 300ms ease-out;
    pointer-events: all;
}

/*** RESPONSIVE MENU ***/

.responsive-menu-button {
    position: absolute;
    top: 4px;
    right: 21px;
    z-index: 2001;
    cursor: pointer;
    width: 40px;
    height: 40px;
    padding: 0px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    transition: .3s all;
}
.responsive-menu-button:hover {
    color: var(--wp--preset--color--theme-yellow-2)
}
.site-header.is-fixed-top .responsive-menu-button {
    top: 19px;
    color: white;
}

.responsive-menu-button:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0c9";
    font-size: 1.8rem;
    font-weight: 900;
    color: white;
    transition: .3s all;
}
.site-header.is-fixed-top .responsive-menu-button:before {
    color: white;
}
.responsive-menu-button:hover:before {
    color: var(--wp--preset--color--theme-yellow);
}

.responsive-menu-button.active:before {
    content: "\f00d";
    color: var(--wp--preset--color--theme-yellow);
}

.rm-popup {
    z-index: -999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: 0.8s ease;
    pointer-events: none;
}

.rm-popup.opened {
    z-index: 2000;
    background: rgba(0,0,0,.5);
    pointer-events: all;
}

.rm-popup-bigClose {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.rm-popup-bloc {
    position: absolute;
    top: 0;
    left: -100%;
    width: 30%;
    min-width: 500px;
    height: 100%;
    padding: 0 20px 20px;
    text-align: left;
    opacity: 0;
    background-color: var(--wp--preset--color--theme-blue-3);
    box-shadow: 0 0 2rem rgba(0,0,0,.5);
    transition: 0.8s ease;
}

.rm-popup.opened .rm-popup-bloc {
    left: 0;
    opacity: 1;
}

.rm-popup-close:before {
    content: '\2715';
    position: absolute;
    top: 0;
    left: 0;
    padding: 1rem 2rem;
    color: #fff;
    background: #4a3508;
    transition: 0.3s ease;
    cursor: pointer;
}

.rm-popup-content {
    height: 100%;
    max-width: 100%;
    overflow: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: stretch;
}

.rm-popup-content h3 {
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 30px;
}

.rm-popup-content hr {
    background-color: var(--wp--preset--color--theme-brown-1);
    border: 0;
    height: 1px;
    width: 100%;
    margin: 20px auto;
}

.rm-popup-content .branding-respo {
    width: 150px;
    margin: 10px auto 5vh;
}
.rm-popup-content .branding-respo img {
    width: 150px;
    height: auto;
}

ul#menu-respo {
    margin: 0;
    padding-left: 10px;
}

ul#menu-respo li {
    line-height: 24px;
    margin: 15px 0;
    text-transform: uppercase;
    position: relative;
    list-style: none;
}
ul#menu-respo > li:first-child {
    margin-top: 0;
}

ul#menu-respo li a {
    display: table;
    position: relative;
    font-weight: 600;
    color: var(--wp--preset--color--theme-blue);
    font-size: 15px;
    line-height: 20px;
}

ul#menu-respo li a:hover, ul#menu-respo li.current-menu-item > a {
    color: var(--wp--preset--color--theme-yellow);
}

ul#menu-respo li a img {display: none;}

ul#menu-respo li ul {
    margin: 0;
}

ul#menu-respo li ul li {
    margin: 10px 0 10px 10px;
}
ul#menu-respo li ul li a {
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
}

ul#menu-respo .sub-menu {
    height: 0;
    opacity: 0;
    padding: 0 0 0 10px!important;
    margin: 0!important;
    overflow: hidden;
    transition: all .4s;
}

.menu-responsive-wrapper #langue a {
    display: block;
    text-decoration: none;
    padding: 10px;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    background: transparent;
    border: none;
    font-weight: 400;
}

.charger-menu-resposive span a {
    font-size: 13px!important;
    font-weight: 500!important;
    line-height: 30px!important;
    text-align: left!important;
    color: var(--wp--preset--color--theme-blue)!important;
}
.charger-menu-resposive span a i {
    margin-right: 10px;
    width: 20px;
    text-align: center;
    color: var(--wp--preset--color--theme-yellow-2);
}


.over-y-vi {overflow-y: hidden;}


@media (max-width:500px) {
    .rm-popup-bloc {
        min-width:100%;}
    .arrow-menu.active:after {
        content: "\f106";}
}

@media (min-width:1201px) {
    .responsive-menu-button, .menu-responsive-wrapper {
        display: none;}
}
@media (max-width:1200px) {
    .menu-principal {
        display: none!important; }
} 


/*** MOTOR THELIS ***/

.header-top > .wp-block-cover__inner-container {
    z-index: 2;
}
.header-top {
    overflow: visible;
}
.motor-thelis {
    position: absolute;
    bottom: -60px;
    padding: 0 5px!important;
    margin: 0!important;
    min-height: 110px;
    width: 100%!important;
    z-index: 2;
    opacity: 0;
    transition: .3s all;
}
.motor-thelis .formulaire-de-recherche-bar { 
    background-color: var(--wp--preset--color--theme-blue);
    border-radius: 5px;
    box-shadow: 1px 1px 20px rgb(0 107 109 / 56%);
}
.motor-thelis.is-fixed .formulaire-de-recherche-bar { 
    box-shadow: none;
}
thr-search-engine {
    border-right: 0!important;
    margin-right: 19%;
}
.thr-search-engine {
    width: 99%!important;
    padding: 4px 0px 0px 15px!important;
    max-height: 130px;
}
.thr-search-engine .form-group {
    border-radius: 0!important;
    padding: 10px 5px 20px 5px!important;
    min-height: 62px!important;
    font-family: var(--wp--preset--font-family--dinot)!important;
    background-color: transparent!important;
}
.thr .thr-search-engine .thr-search-engine-main>.thr-btn-search  {
    font-family: var(--wp--preset--font-family--dinot)!important;
    border-radius: 5px!important;
    padding: 15px 10px 10px;
    min-height: 64px!important;
    margin-bottom: -25px!important;
    background-color: black!important;
    font-weight: 600!important;
    font-size: 15px;
    transition: .3s all;
}
.thr .thr-search-engine .form-group .thr-select .thr-select-options, .thr-search-engine .form-group .thr-select-placeholder .thr-select-options {
    top: 77px!important;
}

.thr .thr-search-engine .thr-search-engine-main>.thr-btn-search:hover  {
    background-color: var(--wp--preset--color--theme-yellow-2)!important;
    color: white!important;
}
.thr-search-engine-main > div {
    border:none!important;
    margin-bottom: 0px!important;
    min-height: 127px;
}
.thr-search-engine .form-group label {
    font-weight: 400!important;
    font-size: 12px!important;
    letter-spacing: 1px;
    color: white!important;
    margin-bottom: 9px!important;
}
.thr-search-engine .form-group .thr-range-picker, .thr-search-engine .form-group .thr-select-placeholder {
    position: relative!important;
    padding: 20px 15px!important;
    background-color: white!important;
    border-radius: 5px;
}
.thr-search-engine .thr-select {
    overflow: inherit!important;
    margin-top: 21px;
    padding: 23px 5px 0 5px!important;
}
.thr-search-engine .thr-search-engine-dates {
    flex-basis: 35%!important;
}
.thr-search-engine .thr-search-engine-type, .thr-search-engine .thr-search-engine-pers {
    flex-basis: 25%!important;
}
.thr-search-engine .thr-search-engine-pers {
    flex-basis: 15%!important;
}
.thr .thr-select .thr-select-placeholder i, .thr .thr-range-picker i {
    color: var(--wp--preset--color--theme-yellow)!important;
    margin: 0 8px;
    font-size: 10px;
    top: 32px!important
}
.thr .thr-select .thr-select-options .thr-select-options-container ul>li {
    font-weight: 500!important;
}
.thr .thr-range-picker i {
    font-size: 17px;
}
.thr .thr-range-picker i.fa-calendar-alt {
    display: none;
}
#pay-btn-2 {
    font-family: var(--wp--preset--font-family--dinot)!important;
    font-size: 15px!important;
    line-height: 18px;
    font-weight: 600!important;
    background-color:transparent!important;
    color: white;
    border: 1px solid white!important;
    border-radius: 5px!important;
    min-height: 64px!important;
    padding: 4px 10px 0!important;
    margin: 0px 0px 10px 0!important;
    text-align: center;
    transition: .3s all!important;
    top: 48px!important;
    right: 45px!important;
    width: calc(16% - 10px)!important;
}
#pay-btn-2 i {
    margin-top: -5px;
    margin-right: 8px;
}
#pay-btn-2:hover {
    background-color: black!important;
    color: var(--wp--preset--color--theme-blue);
    border-color: black!important;
}
#pay-btn-2:hover i {
    filter: invert(37%) sepia(96%) saturate(842%) hue-rotate(145deg) brightness(102%) contrast(100%);
}
/* .thr-search-engine .thr-search-engine-main>.thr-search-engine-type {
    order: 3;
}
.thr-search-engine .thr-search-engine-main>.thr-search-engine-pers {
    order:2;
}
.thr .thr-search-engine .thr-search-engine-main>.thr-btn-search {
    order:4;
} */

.motor-thelis.is-fixed {
    position: fixed;
    top: 74px;
    bottom: initial;
    width: 100%;
    min-height: 87px;
    max-height: 87px;
    box-shadow: 1px 1px 10px rgb(0 0 0 / 50%);
    background-color: var(--wp--preset--color--theme-blue);
}
.motor-thelis.is-fixed .thr-search-engine .form-group {
    padding: 5px 18px 23px 18px!important;
    min-height: 55px!important;
    margin-top: 4px;
}
.motor-thelis.is-fixed .thr-search-engine .form-group .thr-range-picker, .motor-thelis.is-fixed .thr-search-engine .form-group .thr-select-placeholder {
    padding: 10px!important;
}
.motor-thelis.is-fixed .thr .thr-search-engine .thr-search-engine-main>.thr-btn-search {
    max-height: 43px!important;
    min-height: 44px!important;
    margin-top: 9px;
    padding: 13px 10px 10px;
}
.motor-thelis.is-fixed #pay-btn-2 {
    top: 22px!important;
    min-height: 44px!important;
    margin: 11px 5px 10px 0!important;
}
.motor-thelis.is-fixed .thr-search-engine {
    padding: 0px 5px 10px 10px!important;
}
.motor-thelis.is-fixed .thr .thr-select .thr-select-placeholder i, .motor-thelis.is-fixed .thr .thr-range-picker i {
    top: 23px!important;
}
.motor-thelis.is-fixed .thr-search-engine-main > div {
    min-height: 70px;
}
   
.motor-thelis.is-fixed .thr-search-engine .form-group {
    padding: 0px 10px 0px 10px!important;
}
.motor-thelis.is-fixed .thr-search-engine .form-group label {
    margin-bottom: 4px!important;
}
.motor-thelis.is-fixed .thr-search-engine .thr-select {
    margin-top: 3px;
}

@media (max-width:1200px) {
    .motor-thelis.is-fixed {
        padding: 0 10px 0 40px!important;}
}
@media (max-width:1024px) {
    .motor-thelis {
        position: absolute;
        bottom: -1px;
        padding: 0!important;
        min-height: 60px;}
    .motor-thelis.is-fixed {
        padding: 0px!important;
        min-height: 58px;
        max-height: 58px;}
    .motor-thelis.is-fixed .thr-search-engine {
        padding-bottom: 40px!important;}
    .motor-thelis.is-fixed .thr-search-engine .thr-select {
        margin-top: 11px;}
    .motor-thelis .thr-search-engine {
        padding: 0px 0px 20px 10px!important;
        margin-top: -10px;
        min-height: 140px;}
    .motor-thelis .thr-search-engine-main > div, .motor-thelis.is-fixed .thr-search-engine-main > div {
        min-height: 83px;}
    .motor-thelis .thr-search-engine .thr-select {
        margin-top: 9px;
        padding: 15px 0px 0 0px!important;}
    .home .motor-thelis {
        bottom: 49px;
        padding: 0!important;
        height: 58px;
        min-height: 58px;}
    .motor-thelis .formulaire-de-recherche-bar {
        background-color: var(--wp--preset--color--theme-blue);
        min-height: auto;
        border-radius: 0;}
    #expand-thelis-formulaire {
        padding: 15px 20px 15px 0!important;
        background-color: var(--wp--preset--color--theme-blue)!important;
        max-height: 65px;
        font-weight:500!important;
        color:white!important;}
    #expand-thelis-formulaire:after {
        top: 11px!important;
        background-size: 14px auto!important;}
    thr-search-engine {
        margin-right: 0;}
    .thr-search-engine .thr-search-engine-dates, .thr-search-engine .thr-search-engine-type, .thr-search-engine .thr-search-engine-pers {
        flex-basis: 44%!important;
        margin: 0!important;}
    .thr-search-engine .thr-search-engine-type {
        flex-basis: 34%!important;}
    .thr-search-engine .thr-search-engine-pers {
        flex-basis: 20%!important;}
    .thr-search-engine .thr-search-engine-main>.thr-btn-search{
        flex-basis: 49%!important;
        margin: 0 auto 0 0!important;}
    #pay-btn-2 {
        width: 48%!important;
        position: absolute!important;
        top: 140px!important;
        right: 2px!important;}
    .motor-thelis #pay-btn-2, .motor-thelis.is-fixed #pay-btn-2 {
        top: 131px!important;
        left: calc(51% - 1px);}
    .motor-thelis.is-fixed #pay-btn-2 {
        top: 124px!important;}
    .motor-thelis .thr .thr-search-engine .thr-search-engine-main>.thr-btn-search {
        min-height: 55px!important;}
    .motor-thelis .thr-search-engine .form-group, .motor-thelis.is-fixed .thr-search-engine .form-group {
        padding: 0 0 10px!important;}
    .motor-thelis:not(.is-fixed) .thr .thr-range-picker i {
        left: 10px;}
        
    .motor-thelis .thr-search-engine .form-group .thr-range-picker, .motor-thelis .thr-search-engine .form-group .thr-select-placeholder {
        padding: 10px!important;}
    .motor-thelis .thr .thr-search-engine .thr-search-engine-main>.thr-btn-search, .motor-thelis #pay-btn-2 {
        max-height: 43px!important;
        min-height: 43px!important;}
    .motor-thelis .thr-search-engine .form-group label {
        font-size: 11px;
        margin-bottom: 1px!important;}
}

@media (max-width:780px) {
    .motor-thelis.is-fixed #pay-btn-2 {
        top: 120px!important;}
    .thr-search-engine .form-group .thr-range-picker, .thr-search-engine .form-group .thr-select-placeholder {
        font-size: 12px!important;
        min-height: 42px;}
    .motor-thelis:not(.is-fixed) .thr-search-engine-type .form-group, .motor-thelis:not(.is-fixed) .thr-search-engine-pers .form-group {
        margin-top: 2px!important;}
    .motor-thelis.is-fixed .thr-search-engine-dates .form-group  {
        margin-top: 1px!important;}
}

@media (max-width:500px) {
    .motor-thelis .thr-search-engine {
        min-height: 220px;}
    .motor-thelis:not(.is-fixed) .thr-search-engine .form-group {
        margin-top: 5px!important;}
    .thr-search-engine .thr-search-engine-dates {
        flex-basis: 100%!important;}
    .thr-search-engine .thr-search-engine-type {
        flex-basis: 59%!important;}
    .thr-search-engine .thr-search-engine-pers {
        flex-basis: 39%!important;}
    .motor-thelis:not(.is-fixed) .thr-search-engine .thr-search-engine-type {
        border: none!important;}
    .motor-thelis:not(.is-fixed) #pay-btn-2 {
        top: 214px!important;
        left:52%;}
    #pay-btn-2 {
        width: 46%!important;
        top: 195px!important;
        right: -2px!important;}
    .thr-search-engine {
        width: 99.5%!important;
        padding: 7px 0px 0px 30px!important;
        max-height: 220px;}
    .motor-thelis.is-fixed #pay-btn-2 {
        left: 52%;
        top: 204px!important;}
}


/*** SIMPLEBLOCK ***/

.booking-dates{
    padding: 10px 20px 50px;
    min-height: 620px;
}
.booking-dates .thr {
    font-family: var(--wp--preset--font-family--dinot)!important;
}
.single .booking-dates .columns {
    padding:20px;
}
.booking-dates p{
    font-weight: bold;
    font-size: 16px;
}
.booking-dates .soustitre-tarifs {
    font-size: 16px;
    font-weight: 500;
    display: block;
    margin: 10px 0 30px;
}
.booking-dates .thr-simpleblock {
    background-color: #edeff166;
    padding: 25px;
    margin-top: 30px;
    box-shadow: 1px 1px 30px #0000004d;
    min-height: 470px;
}
.booking-dates .thr-simpleblock .thr-simpleblock-engine .thr-simpleblock-engine-row .thr-simpleblock-engine-radio {
    color: var(--wp--preset--color--theme-black)!important;
}
.booking-dates .thr-simpleblock .thr-simpleblock-engine .thr-simpleblock-engine-row:not(:only-child) {
    padding-left: 3rem!important;
}
.booking-dates .thr-simpleblock .thr-simpleblock-engine .thr-simpleblock-engine-row.thr-simpleblock-engine-row-simple .thr-simpleblock-engine-inputs>*>span {
    color:var(--wp--preset--color--theme-blue)!important;
    font-weight: 500;
    margin-bottom: 10px;
    margin-bottom: 5px;
    display: block;
    font-size: 13px;
}
.booking-dates .thr-simpleblock .thr-simpleblock-engine .thr-simpleblock-engine-row+.thr-simpleblock-engine-row {
    border-top: 2px solid var(--wp--preset--color--theme-blue)!important;
}
.booking-dates .thr-simpleblock .thr-simpleblock-engine .thr-simpleblock-engine-row:not(:only-child):before {
    width: 25px!important;
    height: 25px!important;
    border-color: silver;
}
.booking-dates .thr-simpleblock .thr-simpleblock-engine .thr-simpleblock-engine-row:not(:only-child).active:after {
    background: var(--wp--preset--color--theme-blue)!important;
    width: 13px!important;
    height: 13px!important;
    left: 6px!important;
}
.booking-dates .thr-simpleblock .thr-simpleblock-engine .thr-simpleblock-engine-row.thr-simpleblock-engine-row-simple .thr-simpleblock-engine-inputs>* select {
    font-weight: 500;
}
.booking-dates .thr-simpleblock .thr-simpleblock-simple .thr-simpleblock-months .thr-simpleblock-month.thr-simpleblock-month-current, 
.booking-dates .thr-simpleblock .thr-simpleblock-simple .thr-simpleblock-results, 
.booking-dates .thr-simpleblock .thr-simpleblock-simple .thr-simpleblock-results .thr-simpleblock-row .thr-simpleblock-stays .thr-simpleblock-stay.unavailable {

    font-size: 14px;
    padding-top:0;
}
.booking-dates .thr-simpleblock .thr-simpleblock-simple .thr-simpleblock-results .thr-simpleblock-row.thr-simpleblock-headers .thr-simpleblock-stay>div>div>span,
.booking-dates .thr-simpleblock .thr-simpleblock-simple .thr-simpleblock-results .thr-simpleblock-row.thr-simpleblock-headers .thr-simpleblock-stay>div>div {
    font-weight: 500;
}
.booking-dates .thr-simpleblock .thr-simpleblock-simple .thr-simpleblock-results .thr-simpleblock-row {
    margin-bottom:0;
}
.booking-dates .thr-simpleblock .thr-simpleblock-simple .thr-simpleblock-results .thr-simpleblock-row .thr-simpleblock-stays .thr-simpleblock-stay {
    padding: 20px;
}
.booking-dates .thr-simpleblock .thr-simpleblock-simple .thr-simpleblock-months .thr-simpleblock-month.thr-simpleblock-month-current {
    font-weight: 500!important;
    background-color: white!important;
    color: black!important;
}
.booking-dates .thr-simpleblock .thr-simpleblock-simple .thr-simpleblock-months .thr-simpleblock-month {
    background-color: var(--wp--preset--color--theme-blue)!important;
    padding: 5px 0!important;
}
.booking-dates .thr-simpleblock .thr-simpleblock-simple .thr-simpleblock-months {
    margin-top: 20px;
}
.booking-dates .thr-promotion .thr-promotion-block {
    background-color: #349201!important;
    font-weight: 500;
    font-size: 13px;
    padding: 7px 6px;
    height: 30px;
    width: 56px;
}
.booking-dates .thr-simpleblock .thr-simpleblock-simple .thr-simpleblock-results .thr-simpleblock-row .thr-simpleblock-stays .thr-simpleblock-stay .thr-simpleblock-stay-price-container:not(.thr-simpleblock-stay-unavailable)>* .thr-simpleblock-price {
    font-size: 23px;
    font-weight: 600;
    margin: 10px 0 0;
    color: var(--wp--preset--color--theme-yellow);
}
.booking-dates .thr-simpleblock .thr-simpleblock-stay-price {
    font-weight: 600;
    color: black;
    font-size: 13px;
    line-height: 17px;
    margin-top: 23px;
    width: 100%;
}
.booking-dates .thr-simpleblock .thr-simpleblock-stay-price.thr-simpleblock-stay-unavailable {
    font-weight: 400;
    color: #7b7b7b;
}
.booking-dates .thr .btn-primary {
    background-color: var(--wp--preset--color--theme-yellow)!important;
    font-weight: 400!important;
    font-size: 14px!important;
    padding: 10px 20px 9px!important;
    font-family: var(--wp--preset--font-family--dinot)!important;
    transition: .3s all;
    border-radius: 0;
    border-radius: 0px;
    text-transform: uppercase;
}
.booking-dates .thr .btn-primary:hover{
    background-color: var(--wp--preset--color--theme-blue)!important;
    color: white!important;
}
.booking-dates .thr-simpleblock .thr-simpleblock-simple .thr-simpleblock-results .thr-simpleblock-row .thr-simpleblock-category .thr-simpleblock-category-name {
    color: white;
    background-color: #20431fc7;
    text-transform: initial;
    font-size: 13px;
    padding: 10px 0 5px;
    font-weight: 500;
    z-index: 1;
}

@media (max-width: 1024px) {
    .booking-dates .thr-simpleblock .thr-simpleblock-simple .thr-simpleblock-results .thr-simpleblock-row .thr-simpleblock-stays .thr-simpleblock-stay .thr-simpleblock-stay-price-container:not(.thr-simpleblock-stay-unavailable)>* .thr-simpleblock-price {
        font-size: 15px;}
    .booking-dates .thr .btn-primary {
        font-size: 13px!important;
        padding: 10px 10px 6px!important;}
    .booking-dates .thr-simpleblock {
        padding: 20px;}
}
@media (max-width: 768px) {
    .booking-dates .thr-simpleblock-stay-price-container.ng-scope{
        flex-direction: initial!important;}
    .booking-dates .thr-simpleblock-stay-period span.label{
        padding: 0;
        margin: 3px 5px 0 4px;
        font-size: 14px;}
    .booking-dates .thr-simpleblock .thr-simpleblock-engine .thr-simpleblock-engine-row .thr-simpleblock-engine-radio,
    .booking-dates .thr-simpleblock .thr-simpleblock-engine .thr-simpleblock-engine-row+.thr-simpleblock-engine-row {
        padding-left: 3rem;}
    .booking-dates .thr-simpleblock .thr-simpleblock-simple .thr-simpleblock-months .thr-simpleblock-month.thr-simpleblock-month-current {
        font-size: 16px;}
    .booking-dates .thr-simpleblock .thr-simpleblock-simple .thr-simpleblock-results .thr-simpleblock-row .thr-simpleblock-stays .thr-simpleblock-stay {
        padding: 20px!important;}
}
@media (max-width: 500px) {
    .thr-simpleblock .thr-simpleblock-engine {
        padding: 1rem 0.7rem;}
    .booking-dates .thr-simpleblock .thr-simpleblock-engine .thr-simpleblock-engine-row .thr-simpleblock-engine-radio {
        padding-left: 3.5rem!important;
        font-size: 13px;
        line-height: 21px;}
    .booking-dates .thr-simpleblock .thr-simpleblock-engine .thr-simpleblock-engine-row+.thr-simpleblock-engine-row {
        padding-left: 2.3rem!important;}
    .thr-simpleblock .thr-simpleblock-engine {
        padding: 1rem!important;}
    .booking-dates .thr-simpleblock .thr-simpleblock-simple .thr-simpleblock-months .thr-simpleblock-month.thr-simpleblock-month-current {
        font-size: 14px; }
    .booking-dates {
        padding: 10px;}   
    .booking-dates .thr-simpleblock {
        padding: 10px;}
}

/*** COUPS DE COEUR ***/

.nos-offres {
    padding: 70px 30px;
    min-height: 800px;
}
.nos-offres .thr-favorites * {
    font-family: var(--wp--preset--font-family--dinot)!important;
}
.nos-offres .thr-favorite-content-category {
    font-weight: 600!important;
    min-height: initial!important;
    margin: 20px 0 0!important;
}
.nos-offres .thr-favorite-price span {
    color: var(--wp--preset--color--theme-yellow)!important;
    font-size: 28px!important;
}
.nos-offres .thr-favorite {
    margin: 10px!important;
    padding: 0 20px!important;
    min-height: 500px;
    border-radius: 10px;
}
.nos-offres .thr-favorite-price {
    margin-top: 10px;
    text-align: center;
}
.nos-offres .thr-favorites .slick-slider .slick-prev, .nos-offres .thr-favorites .slick-slider .slick-next {
    top: 47%;
    z-index: 1;
    background-color: white;
    border-radius: 50%;
    padding-top: 8px;
    opacity: 1;
    width: 50px;
    height: 50px;
    border: 2px solid var(--wp--preset--color--theme-blue);
}
.nos-offres .thr-favorites .slick-slider .slick-prev:before, .nos-offres .thr-favorites .slick-slider .slick-next:before {
    content:"\f053";
    font-size: 14px;
    color: var(--wp--preset--color--theme-blue);
    text-shadow: none;
}
.nos-offres .thr-favorites .slick-slider .slick-prev {
    left: -20px;
}
.nos-offres .thr-favorites .slick-slider .slick-next {
    right: -20px;
}
.nos-offres .thr-favorites .slick-slider .slick-next:before {
    content:"\f054";
}
.nos-offres .thr-favorites div .thr-favorite .thr-favorite-content .thr-favorite-content-category, .nos-offres .thr-color-primary {
    text-align: center;
    color: black;
}
.nos-offres .thr-favorites div .thr-favorite .thr-favorite-period>p {
    text-align: center;
}
.nos-offres .thr-favorite-content {
    position: absolute;
    left: 15px;
    bottom: 15px;
    background-color: white;
    width: calc(100% - 30px);
    padding: 0 20px 20px;
    border-radius: 10px;
}
.nos-offres .thr-favorites.thr .slick-dots li {
    width: 12px!important;
    height: 12px!important;
}
.nos-offres .thr-favorites.thr .slick-dots li button {
    background-color: #bebebe;
    width: 12px!important;
    height: 12px!important;
    border: none!important;
}
.nos-offres .thr-favorites.thr .slick-dots li.slick-active button {
    background-color: var(--wp--preset--color--theme-blue);

}
.nos-offres .slick-dots li button:before {
    display: none;
}
.nos-offres .thr-favorites div .thr-favorite .thr-box-footer button.btn {
    background-color: var(--wp--preset--color--theme-yellow)!important;
    border-radius: 0;
    font-size: 13px!important;
    font-weight: 600!important;
    padding: 12px 50px;
    text-transform: uppercase;
    min-width: 40px;
    transition: .3s all;
    margin-top: -10px;
}
.nos-offres .thr-favorites div .thr-favorite .thr-box-footer button.btn:hover {
    background-color: var(--wp--preset--color--theme-blue)!important;
}
.nos-offres .thr-favorites div .thr-favorite .thr-box-picture {
    min-height: 500px;
    border-radius: 10px;
    box-shadow: 1px 1px 10px #0000008a;
    margin-top: 10px!important;
}
.nos-offres .thr-promotion-block{
    top:initial!important;
    bottom: 0;
    border-bottom-right-radius: 8px;
    width: 61px!important;
    height: 35px!important;
    padding: 6px!important;
    font-size: 17px!important;
    text-align: center;
}
.nos-offres .thr-favorite-price span.thr-favorite-striked-price {
    color: var(--wp--preset--color--theme-yellow-2)!important;
    font-size: 14px!important;
}


/*** FOOTER ***/

.wpml-ls-statics-footer {
    display: none;
}
.site-footer {
    position: relative;
    overflow: hidden;
}
.site-footer .footer-web {
    padding: 60px 20px 0!important;
}

.footer-info {
    padding-left: 10px;
}
.footer-info .tel-web, .footer-info .email-web {
    margin-bottom: 10px;
}
.footer-info .tel-web span {
    display: none;
}
.site-footer a:hover {
    text-decoration: underline;
}
.site-footer .footer-info p:nth-child(2), .footer-info a {
    position: relative;
    padding-left: 20px;
}
.site-footer .footer-info p:nth-child(2) i, .footer-info a i {
    margin-left: -20px;
    margin-right: 9px;
    color:black;
}
.footer-info a img {
    background: none;
    filter: invert(78%) sepia(17%) saturate(775%) hue-rotate(165deg) brightness(96%) contrast(97%);
}

.site-footer .footer-menus {
    border-top: 2px solid var(--wp--preset--color--theme-blue-2);
    border-bottom: 2px solid var(--wp--preset--color--theme-blue-2);
}
.site-footer .footer-menus > div > div {
    border-left: 2px solid var(--wp--preset--color--theme-blue-2);
    padding: 30px 5px 30px 30px;
}
.site-footer .footer-menus > div > div:first-child {
    padding-left: 10px;
    border-left: none;
}
.site-footer .footer-menus p {
    margin-bottom: 0;
}
.site-footer .footer-menus ul {
    list-style: none;
    padding: 0;
    line-height: 26px;
    margin-top: 5px;
}
.site-footer .footer-menus .footer-menu-1 ul {
    columns: 2;
}
.site-footer .footer-menus .footer-avis > div {
    margin-top: 0px;
}
.site-footer .footer-social a {
    padding: 15px 20px;
    color: white;
    background-color: var(--wp--preset--color--theme-black);
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    display: table;
    transition: .3s all;
    margin: 50px 10px 50px auto;
}
.site-footer .footer-social a i {
    margin-right: 10px;
    color: var(--wp--preset--color--theme-blue);
}
.site-footer .footer-social a:hover {
    background-color: var(--wp--preset--color--theme-yellow);
    text-decoration: none;
}
.site-footer .footer-social a:hover i {
    color: white;
}

.slider-partenaires {
    padding: 0 100px;
}
.slider-partenaires img {
    object-fit: contain!important;
    max-height: 70px;
}

.footer-copy {
    padding: 0 40px 20px 10px!important;
}

/*** TEMA ***/

.r {
    position: relative;
}
.oh {
    overflow: hidden;
}
.lh-0 {
    line-height: 0;
}
.fondo-blanche:before {
    content: "";
    background-image: url(https://carcans.wellness-sport-camping.com/wp-content/themes/dune-bleue/assets/images/fondo-blanche.png);
    background-repeat: repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .1;
}
.fondo-blanche > * {
    position: relative;
}
.simbol-top-left, .simbol-top-right, .simbol-top-left-2, .simbol-top-right-2, .simbol-titre, .simbol-top-left-3, .simbol-top-right-3 {
    position: relative;
}
.simbol-top-left:before, .simbol-top-right:before, .simbol-top-left-2:before, .simbol-top-right-2:before, .simbol-top-left-3:after, .simbol-top-right-3:after, .slider-top-accueil:before {
    content: url(https://carcans.wellness-sport-camping.com/wp-content/themes/dune-bleue/assets/images/simbol-1.svg);
    position: absolute;
    top: 0;
    right: 0;
    width: 350px;
    height: auto;
    filter: invert(45%) sepia(54%) saturate(1084%) hue-rotate(139deg) brightness(95%) contrast(101%);
    z-index: 0;
    pointer-events: none;
}
.simbol-top-left-2:before, .simbol-top-right-2:before {
    content: url(https://carcans.wellness-sport-camping.com/wp-content/themes/dune-bleue/assets/images/simbol-2.svg);
}
.simbol-top-left-3:after, .simbol-top-right-3:after {
    content: url(https://carcans.wellness-sport-camping.com/wp-content/themes/dune-bleue/assets/images/simbol-3.svg);
    right: initial;
    top: 170px;
    left: 5%;
    transform: scaleX(-1);
    width: 300px;
}
.savoir-plus-camping .simbol-top-right-3:after {
    top: 0px;
    left: 10%;
    filter: invert(95%) sepia(30%) saturate(323%) hue-rotate(158deg) brightness(101%) contrast(91%);
}
.simbol-top-left:before, .slider-top-accueil:before{
    transform: scaleX(-1);
    right: initial;
    left: 0;
    top: 0;
    width: 220px;
    z-index: 1;
}
.header-top.simbol-top-left:before, .slider-top-accueil:before {
    top: 190px;
    filter: invert();
    z-index: 2;
}
.slider-location {
    overflow: hidden;
}
.slider-location:before, .autres-locatifs:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 150px;
    bottom: 0;
    left:0;
    background-color: var(--wp--preset--color--theme-blue-3);
    z-index: -1;
}
.slider-location .image-wrapper {
    padding: 20px
}
.slider-location .image-wrapper img {
    box-shadow: 1px 1px 14px rgb(0 0 0 / 48%)
}
.autres-locatifs:after {
    bottom: initial;
    top: 0;
    height: 65%;
}

.slider-1-slide .splide__slide {
    padding: 0 10%;
}
.slider-1-slide img {
    max-height: 630px;
    min-height: 630px;
    border-radius: 10px;
}
.splide__arrow--prev, .splide__arrow--next {
    left: 25px!important;
    width: 50px!important;
    height: 50px!important;
    border: 2px solid white!important;
    background-color: transparent!important;
    opacity: 1!important;
}
.splide__arrow--next {
    left: initial!important;
    right: 25px!important;
}
.splide__arrow--prev svg, .splide__arrow--next svg {
    fill: white!important;
    width: 13px!important;
    height: 13px!important;
}
.slider-1-slide .splide__arrow--prev, .slider-1-slide .splide__arrow--next,
.slider-accueil .splide__arrow--prev, .slider-accueil .splide__arrow--next {
    left: 15%!important;
    width: 80px!important;
    height: 80px!important;
    border: 2px solid var(--wp--preset--color--theme-blue)!important;
    background-color: transparent!important;
    opacity: 1!important;
}
.slider-1-slide .splide__arrow--next, .slider-accueil .splide__arrow--next {
    left: initial!important;
    right: 15%!important;
}
.slider-1-slide .splide__arrow--prev svg, .slider-1-slide .splide__arrow--next svg {
    fill: var(--wp--preset--color--theme-blue)!important;
    width: 13px!important;
    height: 13px!important;
}
.splide__pagination {
    bottom: -20px!important;
}
.splide__pagination__page.is-active {
    transform: scale(1)!important;
    background: var(--wp--preset--color--theme-blue)!important;
}
.splide__pagination__page {
    background: black!important;
    width: 10px!important;
    height: 10px!important;
    opacity: 1!important;
}



/*** ACCUEIL ***/

.home .page-intro.simbol-top-left-3:after {
    filter: invert(100%) sepia(0%) saturate(3441%) hue-rotate(225deg) brightness(107%) contrast(75%);
}
.qualitelis-accueil {
    border: 3px solid var(--wp--preset--color--theme-blue);
    border-radius: 10px;
    padding: 10px;
    box-shadow: 1px 1px 10px rgb(0 0 0 / 40%);
    background-color: white;
}
.qualitelis-accueil figure {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.footer-avis #QualitelisWidget iframe {
    pointer-events: none!important;
}
.footer-avis #QualitelisWidget iframe#WidgetQualitelis {
    display: none;
}


/*** CAMPING ***/

div:not(.location-intro).bg-top-left:before, .location-intro.bg-top-left:after, .bg-bottom-right:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 38%;
    height: 90%;
    max-height: 600px;
    background-color: var(--wp--preset--color--theme-blue-3);
    z-index: -1;
}
.bg-bottom-right:after {
    top:initial;
    right:initial;
    bottom:0;
    left:0;
    max-height: 450px;
}


/*** LOCATIONS ***/

.slider-otros-elementos .splide__slide {
    padding: 10px;
    margin-right: 10px!important;
}
.slider-otros-elementos .iconos-locations img {
    width: 30px;
    height: 30px;
    filter: invert(45%) sepia(54%) saturate(1084%) hue-rotate(139deg) brightness(95%) contrast(101%);
}
.slider-otros-elementos .iconos-locations {
    display: flex;
    margin-top: 10px;
}
.slider-otros-elementos .iconos-locations .valor-icono {
    color: var(--wp--preset--color--theme-blue);
    margin: 0 15px 0 3px;
    font-weight: 500;
}
.slider-otros-elementos .lien-button {
    padding: 10px 0 2px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 17px;
    display: table;
    transition: .3s all;
    color: var(--wp--preset--color--theme-yellow);
}
.slider-otros-elementos .lien-button:hover {
    color: var(--wp--preset--color--theme-blue);
}
.slider-otros-elementos .image-wrapper {
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
}
.slider-otros-elementos .image-wrapper:before {
    content: "";
    position: absolute;
    left: 10px;
    bottom: 10px;
    width: calc(100% - 20px);
    height: 200px;
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgb(0 0 0 / 74%) 90%);
    z-index: 1;
    pointer-events: none;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.slider-otros-elementos .image-wrapper img {
    min-height: 480px;
    max-height: 480px;
    transition: .3s all;
    filter: brightness(.9);
    transform: scale(1.05);
}
.slider-otros-elementos .content-slider {
    position: absolute;
    bottom: 30px;
    left: 30px;
    width: calc(100% - 60px);
    overflow: hidden;
    z-index: 1;
    min-height: 24px;
}
.slider-otros-elementos .content-slider .titre-element {
    color: white;
    font-size: 26px;
    line-height: 30px;
    font-weight: 600;
    max-width: 320px;
    display: table;
}
.slider-otros-elementos .content-slider .onhover {
    opacity: 0;
    height: 0;
    transition: .3s all;
    color: white;
}
.slider-otros-elementos .splide__slide:hover .content-slider .onhover{
    opacity: 1;
    height: 50px!important;
}
.slider-otros-elementos .splide__slide:hover .image-wrapper img, .slider-otros-elementos .wp-block-column:hover .image-wrapper img {
    filter: brightness(1);
    transform: scale(1.2);
}

.columnas-1.slider-otros-elementos, .columnas-2.slider-otros-elementos, .columnas-3.slider-otros-elementos, .columnas-4.slider-otros-elementos {
    flex-wrap: wrap!important;
    gap: 20px;
}
.slider-otros-elementos.columnas-1 .wp-block-column {
    flex-basis: 100%;
}
.slider-otros-elementos.columnas-2 .wp-block-column {
    flex-basis: 50%;
}
.slider-otros-elementos.columnas-3 .wp-block-column {
    flex-basis: calc(33% - 20px);
}
.slider-otros-elementos.columnas-4 .wp-block-column {
    flex-basis: 25%;
}
.slider-otros-elementos .wp-block-column .image-wrapper:before {
    height: 250px;
}
.slider-otros-elementos .wp-block-column .image-wrapper img {
    width: 100%;
    max-height: 500px;
    min-height: 500px;
}
.slider-otros-elementos .wp-block-column .image-wrapper:before {
    left: 0;
    bottom: 0;
    width: 100%;
}
.slider-otros-elementos .wp-block-column:hover .content-slider .onhover {
    opacity: 1;
    height: auto;
}
.slider-locations .splide__slide:hover .content-slider .onhover, .slider-otros-elementos .wp-block-column:hover .content-slider .onhover.hover-locations {
    height: 80px!important;
}

.slider-accueil {
    padding-top: 40px;
}
.slider-accueil .splide__slide {
    padding: 0 8%;
}
.slider-accueil .slider-otros-elementos .onhover,.slider-accueil .slider-otros-elementos .splide__slide:hover .content-slider .onhover {
    opacity: 1;
    height: auto!important;
    color: #7a7a7a;
}
.slider-accueil .slider-otros-elementos .image-wrapper {
    width: 85%;
}
.slider-accueil .slider-otros-elementos .image-wrapper:before {
    content: none;
}
.slider-accueil .slider-otros-elementos .image-wrapper img {
    min-height: 550px;
    max-height: 550px;
}
.slider-accueil .slider-otros-elementos .content-slider {
    background-color: white;
    padding: 40px 30px 30px;
    width: 510px;
    height: auto;
    left: initial;
    right: 8%;
    bottom: initial;
    top: 50%;
    transform: translate(0, -50%);
    border-radius: 15px;
    box-shadow: 1px 1px 20px rgb(0 0 0 / 40%);
}
.slider-accueil .slider-otros-elementos .content-slider .titre-element{
    color: black;
    width: 100%;
}
.slider-accueil .slider-otros-elementos .content-slider .lien-button {
    background-color: transparent;
    color: black;
    border: 1px solid var(--wp--preset--color--theme-blue);
    margin: 30px 0 0;
    padding: 10px 30px;
    font-size: 14px;
}
.slider-accueil .slider-otros-elementos .content-slider .lien-button:hover {
    background-color: var(--wp--preset--color--theme-yellow);
    border-color: var(--wp--preset--color--theme-yellow);
    color: white;
}
.slider-accueil .slider-otros-elementos .iconos-locations {
    margin-top: 20px;
}
.slider-accueil .slider-otros-elementos .iconos-locations .valor-icono {
    color: black;
    margin: 0 20px 0 5px;
}
.slider-accueil .splide__arrow--prev, .slider-accueil .splide__arrow--next {

    width: 70px!important;
    height: 70px!important;
    border-color: white!important;
    transition: .2s all;
}
.slider-accueil .splide__arrow--prev:hover, .slider-accueil .splide__arrow--next:hover {
    background-color: var(--wp--preset--color--theme-yellow)!important;
    border-color: var(--wp--preset--color--theme-yellow)!important;
}
.slider-accueil .slider-otros-elementos .iconos-locations img {
    width: 25px;
    height: 25px;
}
.slider-accueil .splide__pagination__page {
    background: #ebebeb!important;
}
.slider-accueil .splide__pagination__page.is-active {
    background: #222222!important;
}

.wp-block-slider-top-accueil {
    margin:0!important;
    padding-top: 180px;
    max-height: 100vh;
}
.slider-top-accueil .image-wrapper img {
    height: 100%;
    max-height: calc(100vh - 180px);
    min-height: calc(100vh - 180px);
}
.slider-top-accueil .image-wrapper:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 230px;
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgb(0 0 0 / 74%) 90%);
    z-index: 1;
    pointer-events: none;
}
.slider-thumbs-accueil {
    display: block;
    position: absolute;
    width: 100%;
    max-width: 1000px;
    margin-left: auto !important;
    margin-right: auto !important;
    bottom: 100px;
    left: 50%;
    transform: translate(-50%, 0);
    color: white;
    text-align: center;
    z-index: 1;
}
.slider-thumbs-accueil .splide__slide .titre-slide {
    display: block;
    text-transform: uppercase;
    transition: .2s all;
}
.slider-thumbs-accueil .splide__slide a {
    text-decoration: underline;
    opacity: 0;
    transition: .2s all;
}
.slider-thumbs-accueil .splide__slide {
    padding-top: 10px;
    border: none!important;
}
.slider-thumbs-accueil .splide__slide.is-active a, .slider-thumbs-accueil .splide__slide:hover a {
    opacity: 1;
    color: var(--wp--preset--color--theme-blue);
}
.slider-thumbs-accueil .splide__slide:hover .titre-slide, .slider-thumbs-accueil .splide__slide.is-active .titre-slide {
    color: var(--wp--preset--color--theme-blue);
}
.slider-thumbs-accueil .splide__slide:before {
    content:"";
    position: absolute;
    left: 0;
    top:0;
    width: 90%!important;
    margin-left: 6%;
    height: 5px!important;
    background-color: white!important;
    transition: .2s all;
}
.slider-thumbs-accueil .splide__slide.is-active:before {
    background-color: var(--wp--preset--color--theme-blue)!important;
}

.home .motor-thelis {
    bottom: -65px;
}
.texte-foto .le-texte:nth-child(1) {
    padding-left: 13%;
}
.texte-foto .le-texte:nth-child(2) {
    padding-right: 13%;
}
.location-services .titre-service {
    display: none;
}


.video-accueil {
    padding-top: 100px!important;
    height: 98vh;
    overflow: hidden;
    margin-bottom: 0!important;
}
.video-accueil.simbol-top-left:before {
    top: 170px;
}
.video-accueil video {
    margin-top: 100px !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 100vh !important;
}

.is-hidden, .location-services {
    display: none!important;
}

.les-partenaires{
    padding: 60px 20px 40px;
}
.les-partenaires .button-1 {
    margin-block-start: 25px!important;
}

#cmplz-document {
    max-width: 100%;
}
#cmplz-manage-consent .cmplz-manage-consent {
    right: initial!important;
    left: 90px;
}
.grecaptcha-badge {
    bottom: 64px!important;
}