:root{
    --theme-bleu : #06a7e1; /*Old #2a95a0*/
    --theme-jaune : #ffd503; /*Old #eb9733*/
}
body{
    overflow-x: hidden;
}
.display-mobile{
    display: none !important;
}
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
}

a {
    outline: none
}
section#booking__form {
    z-index: 99999999999999 !important;
}
.ccchildpage img {
    max-width: 100% !important;
}

a:hover {
    text-decoration: none
}

span.wpob_menu_link {
    display: block;
    height: 40px;
    line-height: 40px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    padding: 0 10px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

ul.sub-menu span.ljoptimizer {
    color: var(--theme-bleu) !important;
    display: block !important;
    padding: 5px !important;
    text-transform: lowercase !important;
}

#wrapper > footer #footer_legal a, #wrapper > footer #footer_legal {
    color: #FFF;
}

.page #page_wrapper {
    padding: 0px 0px !important;
}

header {
    margin-bottom: 20px;
}

body.home header {
    margin-bottom: 0px;
}

div#footer_legal {
    color: white;
}

div#footer_legal a {
    color: white;
    font-size: 13px;
    line-height: 22px !important;
    text-transform: lowercase;
}

div#footer_legal span.ljoptimizer {
    color: white;
    font-size: 13px;
    line-height: 5px !important;
    text-transform: lowercase !important;
    margin-left: -11px;
    height: 10px !important;
}

div#footer_legal span.wpob_menu_link {
    color: white;
    font-size: 13px;
    line-height: 5px !important;
    text-transform: lowercase !important;
    margin-left: -11px;
    height: 10px !important;
}

ul#footer a {
    color: white;
    font-size: 15px !important;
    text-transform: lowercase !important;
}

ul#footer {
    color: white;
    font-size: 15px !important;
    text-transform: lowercase !important;
}

footer {
    background: var(--theme-bleu);
    padding-top: 15px;
}

ul#main span.ljoptimizer {
    display: block;
    height: 40px;
    line-height: 40px;
    font-weight: normal;
    text-transform: uppercase;
    color: #fff;
    padding: 0px 10px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

li ul span.wpob_menu_link {
    color: var(--theme-bleu);
    display: block;
    padding: 5px;
    text-transform: lowercase;
}

.cls_textcolor_primary {
    color: var(--theme-bleu)
}

.cls_textcolor_secondary {
    color: #ff7800
}

.premium h1 {
    color: #d3a82a !important;
}

.btn-secondary {
    color: #fff;
    background-color: var(--theme-jaune) !important;
    border-color: #f3ac57 !important;
}

.emplacement h1 {
    color: #00854a !important;
}

.confort h1 {
    color: #4b7bba !important;
}

.classique h1 {
    color: #40cd3d !important;
}

#page__childs > div.emplacement strong {
    color: #00854a !important;
}

#page__childs > div.confort strong {
    color: #4b7bba !important;
}

#page__childs > div.premium strong {
    color: #d3a82a !important;
}

#page__childs > div.classique strong {
    color: #40cd3d !important;
}

#page__childs > div.confort > a {
    border: 1px solid #4b7bba;
    color: #4b7bba;
}

#page__childs > div.confort > a:hover {
    background: #4b7bba;
    color: #fff !important;
}

#page__childs > div.premium > a {
    border: 1px solid #d3a82a;
    color: #d3a82a;
}

#page__childs > div.premium > a:hover {
    background: #d3a82a;
    color: #fff !important;
}

#page__childs > div.classique > a {
    border: 1px solid #40cd3d;
    color: #40cd3d;
}

#page__childs > div.classique > a:hover {
    background: #40cd3d;
    color: #fff !important;
}

#page__childs > div.emplacement > a {
    border: 1px solid #00854a;
    color: #00854a;
}

#page__childs > div.emplacement > a:hover {
    background: #00854a;
    color: #fff !important;
}

/* BOOTSTRAP */
.btn-primary {
    background: var(--theme-bleu);
    border: 1px solid var(--theme-bleu);
    text-decoration: none !important
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    background: #3bc9d8;
    border: 1px solid #3bc9d8
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    background: #3bc9d8;
    border: 1px solid #3bc9d8
}

#frontpage_promo {
    position: absolute;
    right: 0px;
    top: 30%;
    z-index: 20;
    background: var(--theme-jaune);
    color: #fff;
    padding: 10px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#frontpage_promo:hover {
    background: #3bc9d8;
}

.hone__Section__image {
    opacity: 0;
    visibility: hidden;
    position: absolute;
}

header {
    /*background: var(--theme-bleu);
    height: 110px;*/
    background: -webkit-gradient(linear,left top,left bottom,color-stop(20%,rgba(0,0,0,.5)),to(transparent));
    background: linear-gradient(180deg,rgba(0,0,0,.5) 20%,transparent);
    color: #fff;
    display: flex;
    flex-direction: column;
    padding: 0;
    position: relative;
    z-index: 10
}

body:not(.home)  header #header-top{
    background: #06a7e1;
}

header .hamburger {
    display: none
}

#cls_logo {
    display: inline-block;
    width: auto;
    height: 100%;
    position: relative;
    text-align: center;
    z-index: 5;
    padding: 5px 20px;
}

#cls_logo img{
    height: 100%;
    max-height: 80px;
    width: auto;
}

#cls_logo > span#cls_emblem {
    background: url(/wp-content/uploads/2023/06/logo-soleil.png) no-repeat;
    width: 152px;
    height: 85px;
    display: block;
    margin: 0px auto;
    background-size: 108px 81px !important;
}

#cls_logo:before {
    background: #fff;
    position: absolute;
    width: 100%;
    left: 0px;
    top: 0px;
    height: 100%;
    content: '.';
    overflow: hidden;
    text-indent: 5000px;
    z-index: -1;
    -webkit-transform: skew(-10deg);
    -moz-transform: skew(-10deg);
    -o-transform: skew(-10deg);
    tranform: skew(-10deg);
    display: none;
}

#cls_title {
    display: inline-block;
    line-height: 1em;
    color: var(--theme-bleu);
    font-weight: normal;
    letter-spacing: -0.01em;
    top: -2px;
    position: relative;
}

#cls_title em {
    font-style: normal;
    color: var(--theme-jaune)
}

#cls_title:before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 8px;
    content: '\f005 \f005 \f005 \f005 \f005';
    top: -15px;
    right: 0px;
    color: #4e4e50
}

#header-right {
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

#header-top {
    display: flex;
    flex: 1;
    width: 100%;
    height: 70px;
}

#header-tel {
    justify-content: center;
    padding-left: 20px
}

#header-tel svg {
    margin-right: 6px
}

#header-tel a {
    color: #fff;
    text-decoration: none
}

#header-location > div {
    line-height: 1rem;
    font-size: 0.9rem;
    margin-left: 5px
}

#header-top > div {
    display: flex;
    width: 100%;
    flex: 1;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: relative;
    z-index: 5;
    padding: 0px 15px;
}

#header-top > div:after {
    position: absolute;
    z-index: -1;
    width: 150px;
    height: 100%;
    background: url(../img/bg_header.png) right center no-repeat;
    opacity: .2;
    right: -10px;
    top: 0px;
    content: '.';
    overflow: hidden;
    text-indent: 5000px
}

#header-top > div:last-child:after {
    display: none
}

section#home-hero::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 50%;
    top: 0;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(5%,rgba(0,0,0,.5)),to(transparent));
    background: linear-gradient(180deg,rgba(0,0,0,.5) 5%,transparent);
}

header .hamburger-menu span {
    color: white;
    text-transform: uppercase;
}

#header-nav {

}

#header-nav > ul {
    display: block;
    list-style: none;
    float: right
}

#header-nav > ul > li {
    float: left;
    border-right: 1px solid rgba(255, 255, 255, 0.4);
    position: relative
}

#header-nav > ul > li > a {
    display: block;
    height: 40px;
    line-height: 40px;
    font-weight: normal;
    text-transform: uppercase;
    color: #fff;
    padding: 0px 10px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#header-nav > ul > li > ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 50px;
    right: 0px;
    min-width: 150px;
    width: auto;
    background: rgba(255, 255, 255, 0.9);
    z-index: 1000;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.12);
    list-style: none;
    padding: 0px;
    margin: 0px;
}

#header-nav > ul > li:hover > ul {
    top: 100%;
    visibility: visible;
    opacity: 1;
}

#header-nav > ul > li:hover > a {
    background: rgba(255, 255, 255, 0.2);
}

#header-nav > ul > li.current-menu-parent > a {
    background: rgba(255, 255, 255, 0.2);
}

#header-nav > ul > li.current_page_parent > a {
    background: rgba(255, 255, 255, 0.2);
}

#header-nav > ul > li.current-menu-item > a {
    background: rgba(255, 255, 255, 0.2);
}

#header-nav > ul > li > ul > li {
    display: block;
    border-bottom: 1px solid #e5e5e5;
    font-size: 0.95rem;
    position: relative
}

#header-nav > ul > li > ul > li > a {
    color: var(--theme-bleu);
    display: block;
    padding: 5px;
}

#header-nav > ul > li > ul > li:hover > a {
    color: #fff;
    background: var(--theme-bleu);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#header-nav > ul > li > ul > li:last-child {
    border-bottom: none
}

#header-nav > ul > li > ul > li > ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 30px;
    left: 100%;
    min-width: 150px;
    width: auto;
    max-width: 240px;
    background: rgba(255, 255, 255, 0.9);
    z-index: 1000;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.12);
    list-style: none;
    padding: 0px;
    margin: 0px;
}

#header-nav > ul > li > ul > li:hover > ul {
    top: 0px;
    visibility: visible;
    opacity: 1;
}

#header-nav > ul > li > ul > li > ul > li {
    display: block;
    border-bottom: 1px solid #e5e5e5;
    font-size: 0.95rem;
    position: relative
}

#header-nav > ul > li > ul > li > ul > li > a {
    color: var(--theme-jaune);
    display: block;
    padding: 5px;
}

#header-nav > ul > li > ul > li > ul > li:hover > a {
    color: #fff;
    background: #eda357;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

body {
    position: relative
}

#home-hero {
    position: relative
}

#myVideo, .home__section video {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-color: transparent;
    background-position: center center;
    background-size: contain;
    object-fit: cover;
    z-index: 1;
}

video::-webkit-media-controls, .home__section video::-webkit-media-controls {
    display: none !important;
}

.booking__form {
}

.booking__form input.form-control {
    border: 1px solid rgba(42, 149, 160, 0.5);
    text-align: left
}

.booking__form select.form-control {
    border: 1px solid rgba(42, 149, 160, 0.5);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    background: url(../img/icn_select.svg) right 8px center no-repeat #fff;
    background-size: 24px 15px;
}

.booking__form .input-daterange > input {
    margin: 0px 10px;
    background: url(../img/icn_calendar.svg) right 8px center no-repeat #fff;
}

#header-language > a {
    width: 23px;
    height: 23px;
    display: inline-block;
    margin: 0px 2px;
    opacity: 0.4;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#header-language > a.active, #header-language > a:hover {
    opacity: 1
}

#header-language > a.flag-fr {
    background: url(../img/language/lang_fr.png) center center no-repeat
}

#header-language > a.flag-de {
    background: url(../img/language/lang_de.png) center center no-repeat
}

#header-language > a.flag-en {
    background: url(../img/language/lang_en.png) center center no-repeat
}

#header-language > a.flag-nl {
    background: url(../img/language/lang_nl.png) center center no-repeat
}

#mobile-language > a {
    width: 23px;
    height: 23px;
    display: inline-block;
    margin: 0px 2px;
    opacity: 0.4;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#mobile-language {
    margin: 10px;
    position: relative;
    z-index: 2 !important;
    width: calc(100% - 80px);
}

#mobile-language > a.active, #mobile-language > a:hover {
    opacity: 1
}

#mobile-language > a.flag-fr {
    background: url(../img/language/lang_fr.png) center center no-repeat
}

#mobile-language > a.flag-de {
    background: url(../img/language/lang_de.png) center center no-repeat
}

#mobile-language > a.flag-en {
    background: url(../img/language/lang_en.png) center center no-repeat
}

#mobile-language > a.flag-nl {
    background: url(../img/language/lang_nl.png) center center no-repeat
}


#header-weather span {
    display: flex;
}

#header-weather img#weather-icon {
    width: auto;
    max-height: 44px;
    margin-right: 5px
}

#header-weather #weather-tempeture {
    font-size: 1.8rem;
    font-weight: 300
}

/* FORM BOOKING */
#booking__form {
    position: sticky;
    bottom: 0px;
    width: 100%;
    height: auto;
    padding: 15px 0px;
    background: rgba(255, 255, 255, 0.7);
    z-index: 9
}

/* HOME */
.header__home {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    background: #fff;
}

section#home-hero {
    height: 100vh;
    background: url(/wp-content/uploads/2019/09/home_cover.jpg) center center no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    color: #fff;
    text-align: center;
}

section#home-hero .container {
    z-index: 4
}

section#home-hero #hero-title {
    display: inline-block;
    text-align: left;
    text-shadow: 2px 2px 7px #000000;
}

section#home-hero #hero-welcome {
    display: inline-block;
    font-size: 30px;
    line-height: 30px;
    padding: 10px 10px 5px 10px;
    text-transform: uppercase;
    color: #fff
}

section#home-hero #hero-camping {
    display: block;
    position: relative;
    font-size: 60px;
    font-weight: normal;
    line-height: 60px;
    padding: 5px 10px;
    text-transform: uppercase;
    color: #fff
}

#hero-camping:after {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 12px;
    letter-spacing: 2px;
    content: '\f005 \f005 \f005 \f005 \f005';
    top: -41px;
    right: 0px;
    color: #fff
}

.home__section {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden
}

.home__section__wrapper {
    display: flex;
    height: 100%;
    width: 50%;
    background: rgba(0, 0, 0, .65);
    justify-content: center;
    align-items: center;
    align-content: center;
    color: #fff;
}

.home__section__wrapper.section__right {
    margin-left: auto;
    text-align: right
}

.home__section__wrapper h2 {
    font-size: 3rem;
    font-weight: 300;
    line-height: 3rem;
    margin: 0px 0px 1.5rem 0px
}

.home__section__wrapper h2 strong {
    display: inline-block;
    background: var(--theme-jaune);
    font-weight: 300;
    padding: 5px 10px;
    text-transform: uppercase;
    color: #fff
}

.home__section__link {
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: inline-block
}

.home__section__link > li {
    display: block;
    margin: 10px 0px;
    width: 100%;
    min-width: 300px
}

.home__section__link > li > a {
    display: block;
    background: var(--theme-bleu);
    border: 1px solid #3ac6d5;
    border-radius: 5px;
    color: #fff;
    padding: 3px 30px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-size: 1.1rem
}

.home__section__link > li > a:hover {
    background: #3ac6d5
}

.home__section__nextbtn {
    position: absolute;
    bottom: 15px;
    left: 50%;
    margin-left: -26px;
    width: 52px;
    height: 52px;
    background: url(../img/icn_double_arrow.png) center center no-repeat;
    z-index: 1;
    cursor: pointer
}

.home__section__arrow {
    position: absolute;
    bottom: 15px;
    left: 50%;
    margin-left: -26px;
    width: 52px;
    height: 52px;
    background: url(../img/icn_double_arrow.png) center center no-repeat;
    z-index: 100;
    cursor: pointer
}

section#home-content {
    padding: 50px 0px
}

#home__last__news {
    margin-top: 4rem
}

#home__last__news__title strong, #home__last__news__title span {
    display: inline-block;
    background: var(--theme-bleu);
    color: #fff;
    font-size: 1.8rem;
    font-weight: 300;
    padding: 0px 10px
}

.home__last__news__row {
    margin-top: 1rem
}

.miniature__link {
    display: block;
}

.miniature__thumbs img {
    max-width: 100%;
    width: 100%;
    height: auto;
    display: inline-block;
    border-radius: 10px
}

.miniature__thumbs {
    display: block;
    margin-bottom: 10px;
}

.miniature__link strong {
    font-weight: normal;
    color: #000;
    font-size: 1.1rem;
    color: var(--theme-bleu);
}

.miniature__link h2 {
    font-weight: normal;
    color: #000;
    font-size: 1.1rem;
    color: var(--theme-bleu);
}

#page-gallery {
    max-width: 100%;
    margin-bottom: 15px
}

/* FOOTER */
#wrapper > footer {
    background: var(--theme-bleu);
    padding: 30px 0px;
    font-size: .9rem;
    color: #515151;
    box-shadow: 0px 0px 20px #666
}

#wrapper > footer #footer_nav a, #wrapper > footer #footer_nav {
    color: #FFFFFF
}

#wrapper > footer #footer_legal a, #wrapper > footer #footer_legal {
    color: #FFFFFF
}

.datepicker th {
    font-weight: normal;
    color: var(--theme-bleu)
}

.datepicker {
    font-weight: 300
}

.datepicker table tr td.selected {
    background: var(--theme-jaune) !important
}

#page_wrapper {
    padding: 50px 0px
}

.page-sidebar {
    position: relative;
    background: #fff;
}

#page__sidebar__border {
    position: absolute;
    width: 1px;
    height: calc(100% - 60px);
    right: 0px;
    top: 30px;
    z-index: -10;
    box-shadow: 0px 0px 30px 0px #666
}

.page-content {
    padding: 0px 15px 0px 30px
}

#page-title {
    color: var(--theme-bleu);
    font-weight: 600;
    font-size: 1.5rem;
    margin: 15px 0px
}

.sidebar_item {
    margin-bottom: 1rem
}

.sidebar_title {
    display: block;
    padding: 5px 10px;
    color: #fff;
    font-weight: 300;
    background: var(--theme-bleu);
    font-size: 1.4rem
}

.sidebar_title.secondary {
    background: var(--theme-jaune)
}

.sidebar_content {
    background: #eeeeee;
    padding: 15px;
    font-size: 0.95rem;
    margin-top: 10px
}

.sidebar_form {
    margin: 10px 0px
}

.sidebar_form input.form-control, .sidebar_form select.form-control {
    margin-bottom: 5px
}

.sidebar_form button i.fa, .sidebar_form button svg {
    margin-right: 3px
}

#crumbs {
    font-size: 0.9rem
}

#crumbs a {
    color: #000
}

#crumbs span.current {
    color: #9b9e99
}

#page__childs {
    display: flex;
    height: auto;
    flex-wrap: wrap;
    position: relative;
    margin: 10px -10px;
    justify-content: center;
}

#page__childs > div {
    max-width: 50%;
    width: 100%;
    padding: 10px 10px;
}

#page__childs > div > a {
    display: block;
    text-align: center;
    padding: 15px;
    border: 1px solid var(--theme-bleu);
    color: var(--theme-bleu)
}

#page__childs > div > a:hover {
    background: var(--theme-bleu);
    color: #fff !important
}

#page__childs > div > a:hover > strong {
    color: #fff !important
}

#page__childs > div strong {
    display: block
}

#page__childs > div img {
    display: block;
    margin: 0px auto 10px auto;
    max-width: 100%;
    height: auto
}

#sidebar_promo {
    display: block;
    width: 100%;
    padding: 20px;
    border-radius: 5px;
    background: var(--theme-jaune);
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
    font-size: 1.2rem
}

.carousel-control-next, .carousel-control-prev {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    top: 50%;
    background: var(--theme-jaune);
    opacity: 1
}

.home__last__news__row > div.col-sm-4 .miniature__link {
    margin: 10px 0px
}

.home__last__news__row > div.col-sm-4 .miniature__link img {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.home__last__news__row > div.col-sm-4 .miniature__link:hover img {
    opacity: 0.5
}

.page-content a {
    color: var(--theme-bleu)
}

#page_wrapper strong {
    color: var(--theme-bleu)
}

.page__inner__content a {
    color: var(--theme-bleu);
    text-decoration: underline
}

.page__inner__content h2 {
    color: var(--theme-bleu);
    font-size: 1.7rem;
}

.page__inner__content h3 {
    color: var(--theme-bleu);
    font-size: 1.5rem;
}

.home__section__wrapper {
    position: relative;
    z-index: 9;
    padding: 50px 0;
}

.home__section__wrapper a {
    color: #fff;
    text-decoration: underline
}

.sidebar_content a {
    color: var(--theme-bleu);
    text-decoration: none !important
}

.sidebar_content div {
    margin: 5px 0px
}

.sidebar_content div > a {
    font-weight: 600
}

.sidebar_content div > ul {
    padding: 0px;
    margin: 0px 0px 0px 10px;
    list-style: none
}

.sidebar_content div > ul > li {
    padding: 3px 0px
}

.home__section__link a {
    text-decoration: none
}

.hamburger {
    position: relative;
    padding: 15px 15px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}

.hamburger:hover {
    opacity: 0.7;
}

.hamburger.is-active:hover {
    opacity: 0.7;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
    background-color: #fff;
}

.hamburger-box {
    width: 30px;
    height: 24px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 30px;
    height: 4px;
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before {
    top: -10px;
}

.hamburger-inner::after {
    bottom: -10px;
}


.hamburger-inner {
    top: 2px;
    transition: background-color 0s 0.13s linear;
}

.hamburger-inner::before {
    top: 10px;
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger-inner::after {
    top: 20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger.is-active .hamburger-inner {
    transition-delay: 0.22s;
    background-color: transparent !important;
}

.hamburger.is-active .hamburger-inner::before {
    top: 0;
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger.is-active .hamburger-inner::after {
    top: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(-45deg);
}

.align_carouselright {
    float: right;
    margin-left: 15px;
    max-width: 450px;
    width: 450px;
    height: auto
}

.page__html__widget_inventaire {
    margin: 20px 0px
}

.page__html__widget {
    margin: 20px 0px
}

.page__inner__content ul {
    padding: 0px;
    margin: 0px 0px 0px 1.5rem;
    font-size: 0.9rem
}

.child_sub {
    display: block;
    font-size: 0.9rem
}

#mobile-nav {
    /*display: none !important*/
}

#mobile-nav.open {
    display: block !important
}

#mobile-nav-close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 3;
    cursor: pointer;
    width: 40px;
    height: 40px;
}

#mobile-nav-close .hamburger-inner {
    transition-delay: 0.22s;
    background-color: transparent !important;
}

#mobile-nav-close .hamburger-inner:before {
    top: 0;
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(45deg);
}

#mobile-nav-close .hamburger-inner:after {
    top: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(-45deg);
}

#mobile-nav, #mobile-nav ul, #mobile-nav ul li, #mobile-nav ul li a, #mobile-nav #head-mobile {
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#mobile-nav:after, #mobile-nav > ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

#mobile-nav #head-mobile {
    display: none
}

#mobile-nav {
    font-family: sans-serif;
    background: #333
}

#mobile-nav > ul > li {
    float: left
}

#mobile-nav > ul > li > a,
#mobile-nav > ul > li > span:not(.submenu-button){
    padding: 17px !important;
    font-size: 1rem;
    letter-spacing: 1px;
    text-decoration: none;
    color: #ddd;
    font-weight: 700 !important;
    text-transform: unset !important;
    height: auto !important;
    line-height: 1 !important;
}

#mobile-nav > ul > li:hover > a, #mobile-nav ul li.active a {
    color: #fff
}

#mobile-nav > ul > li:hover, #mobile-nav ul li.active:hover, #mobile-nav ul li.active, #mobile-nav ul li.has-sub.active:hover {
    background: var(--theme-bleu) !important;
    -webkit-transition: background .3s ease;
    -ms-transition: background .3s ease;
    transition: background .3s ease;
}

#mobile-nav > ul > li.has-sub > a {
    padding-right: 30px
}

#mobile-nav > ul > li.has-sub > a:after {
    position: absolute;
    top: 22px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #ddd;
    content: ''
}

#mobile-nav > ul > li.has-sub > a:before {
    position: absolute;
    top: 19px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #ddd;
    content: '';
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease
}

#mobile-nav > ul > li.has-sub:hover > a:before {
    top: 23px;
    height: 0
}

#mobile-nav ul ul {
    position: absolute;
    left: -9999px
}

#mobile-nav ul ul li {
    height: 0;
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    background: #333;
    transition: all .25s ease
}

#mobile-nav ul ul li:hover {
}

#mobile-nav li:hover > ul {
    left: auto
}

#mobile-nav li:hover > ul > li {
    height: 35px
}

#mobile-nav ul ul ul {
    margin-left: 100%;
    top: 0
}

#mobile-nav ul ul li a {
    border-bottom: 1px solid rgba(150, 150, 150, 0.15);
    padding: 11px 15px;
    width: 170px;
    text-decoration: none;
    color: #ddd;
    font-weight: 400;
}

#mobile-nav ul ul li:last-child > a, #mobile-nav ul ul li.last-item > a {
    border-bottom: 0
}

#mobile-nav ul ul li:hover > a, #mobile-nav ul ul li a:hover {
    color: #fff
}

#mobile-nav ul ul li.has-sub > a:after {
    position: absolute;
    top: 16px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #ddd;
    content: ''
}

#mobile-nav ul ul li.has-sub > a:before {
    position: absolute;
    top: 13px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #ddd;
    content: '';
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease
}

#mobile-nav ul ul > li.has-sub:hover > a:before {
    top: 17px;
    height: 0
}

#mobile-nav ul ul li.has-sub:hover, #mobile-nav ul li.has-sub ul li.has-sub ul li:hover {
    background: #363636;
}

#mobile-nav ul ul ul li.active a {
    border-left: 1px solid #333
}

#mobile-nav > ul > li.has-sub > ul > li.active > a, #mobile-nav > ul ul > li.has-sub > ul > li.active > a {
    border-top: 1px solid #333
}

#google__maps {
    width: 100%;
    margin: 10px 0px
}

#google__maps iframe {
    width: 100%;
}

.row-contact h4 {
    color: var(--theme-bleu);
}

.row-contact h1 {
    color: var(--theme-bleu);
    font-size: 1.4rem;
}

.row-contact h2 {
    color: var(--theme-bleu);
    font-size: 1.4rem;
}

header a {
    color: #fff
}

header a:hover {
    color: #fff
}

#header-tel {
    flex-wrap: wrap;
    text-align: center;
    align-items: center
}

#header-tel svg {
    width: 25px;
    height: 25px;
}

#header-tel-opentime {
    font-size: 0.9rem
}

.add-webcams {
    margin: 2rem 0;
}

.add-webcams h5 {
    margin-bottom: 1rem;
    padding: 0px
}

.add-webcams img {
    display: block;
    max-width: 100%;
    height: auto;
}

footer .container {
    position: relative
}

#footer_labels {
    position: absolute;
    right: 0px;
    top: 0px
}

#backtotop {
    position: fixed;
    width: 40px;
    height: 40px;
    right: 20px;
    bottom: 20px;
    background: var(--theme-bleu) url(../img/icn_angle_down.svg) center center no-repeat;
    background-size: 30px 30px;
    line-height: 40px;
    color: #000;
    font-size: 30px;
    text-align: center;
    z-index: 300;
    display: block;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 0;
    visibility: hidden
}

#backtotop:hover {
    background-color: #3ac6d5;
}

#backtotop.show {
    opacity: 1;
    visibility: visible
}

#sgpb-popup-dialog-main-div {
    box-shadow: var(--theme-bleu) 0px 0px 0px 6px !important;
}

#header-nav {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 20px;
}

#header-nav .hamburger{
    display: block !important;
    padding: 0;
}

.hamburger-menu {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 10px;
}

.hamburger-menu > span{
    margin-right: 10px;
}

.hamburger-menu .hamburger-box {
    display: flex;
    align-items: center;
}

#mobile-nav{
    display: block!important;
    position: fixed;
    z-index: 9;
    left: -100vw;
    transition: .5s;
    height: 100vh;
}

#mobile-nav.open {
    width: 100%;
    max-width: 500px;
    left: 0;
}

#mobile-nav ul.sub-menu:not(.open){
    display: none !important;
}

#mobile-nav ul {
    padding: 0px !important;
    margin: 0px !important;
    font-size: 1rem !important
}

#mobile-nav > ul {
    z-index: 2;
    width: 100%;
    display: block !important;
    position: absolute;
    padding: 50px 0px !important;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    overflow-y: auto
}

#mobile-nav ul li {
    width: 100%;
    border-top: 1px solid #444
}

#mobile-nav ul li:hover {
    background: #363636;
}

#mobile-nav ul ul li, #mobile-nav li:hover > ul > li {
    height: auto
}

#mobile-nav ul li a, #mobile-nav ul ul li a {
    width: 100%;
    border-bottom: 0
}

#mobile-nav > ul > li {
    float: none
}

#mobile-nav ul.sub-menu span.ljoptimizer{
    text-transform: unset !important;
    display: flex !important;
    align-items: center;
}

#mobile-nav ul ul li a,
#mobile-nav ul ul li span:not(.submenu-button){
    padding-left: 25px !important;
}

#mobile-nav ul ul li {
    background: #333 !important;
}

#mobile-nav ul ul li:hover {
    background: #363636 !important
}

#mobile-nav ul ul ul li a,
#mobile-nav ul ul ul li span:not(.submenu-button){
    padding-left: 35px !important;
}

#mobile-nav ul ul li a,
#mobile-nav ul ul li span:not(.submenu-button){
    color: #ddd !important;
    background: none
}

#mobile-nav ul ul li:hover > a, #mobile-nav ul ul li.active > a {
    color: #fff
}

#mobile-nav ul ul, #mobile-nav ul ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left
}

#mobile-nav > ul > li.has-sub > a:after, #mobile-nav > ul > li.has-sub > a:before, #mobile-nav ul ul > li.has-sub > a:after, #mobile-nav ul ul > li.has-sub > a:before {
    display: none
}

#mobile-nav #head-mobile {
    display: block;
    padding: 23px;
    color: #ddd;
    font-weight: 700
}

#mobile-nav .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid #444;
    height: 50px;
    width: 50px;
    cursor: pointer
}

#mobile-nav .submenu-button.submenu-opened {
    background: #262626
}

#mobile-nav ul ul .submenu-button {
    height: 34px;
    width: 34px
}

#mobile-nav .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #ddd;
    content: ''
}

#mobile-nav ul ul .submenu-button:after {
    top: 15px;
    right: 13px
}

#mobile-nav .submenu-button.submenu-opened:after {
    background: #fff
}

#mobile-nav .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #ddd;
    content: ''
}

#mobile-nav ul ul .submenu-button:before {
    top: 12px;
    right: 16px
}

#mobile-nav .submenu-button.submenu-opened:before {
    display: none
}

#mobile-nav ul ul ul li.active a {
    border-left: none
}

#mobile-nav > ul > li.has-sub > ul > li.active > a, #mobile-nav > ul ul > li.has-sub > ul > li.active > a {
    border-top: none
}

.c-wyswyg h2{
    background: var(--theme-jaune);
    color: white;
    font-size: 32px;
    padding: 15px;
}

.c-wyswyg h3{
    color: var(--theme-bleu);
    font-size: 24px;
}
.c-wyswyg summary h3 {
    font-size: 20px;
    display: inline;
}

.c-wyswyg h4{
    color: var(--theme-jaune);
    font-size: 20px;
}
.c-wyswyg ul{
    padding-left: 0;
}

.c-wyswyg .ab-block-accordion .ab-accordion-title {
    background: white;
    box-shadow: 2px 3px 5px 1px #06a7e175;
    -webkit-box-shadow: 2px 3px 5px 1px #06a7e175;
    -moz-box-shadow: 2px 3px 5px 1px #06a7e175;
}

.c-wyswyg .cls_textcolor_secondary {
    color: var(--theme-jaune);
    font-weight: bold;
}

@media (max-width: 767px) {
    #mobile-nav {
        width: 100%;
        max-width: 500px;
        position: fixed;
        height: 100%;
        z-index: 2000;
        left: -100vw;
        right: unset;
    }

    #footer_labels {
        position: static;
        right: inherit;
        top: inherit;
        text-align: center;
        margin-top: 15px
    }
}

/* XS */
@media (max-width: 767px) {
    #booking__form .col-xs-12 {
        max-width: 100% !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
        max-width: 100% !important;
        box-sizing: content-box !important;
        margin-top: 3px !important;
        margin-bottom: 3px !important
    }

    .booking__form .input-daterange > input:first-child {
        margin-left: 0px !important
    }

    .booking__form .input-daterange > input:last-child {
        margin-right: 0px !important
    }

    section#home-hero #hero-camping {
        font-size: 34px;
        line-height: 34px;
    }

    section#home-hero #hero-welcome {
        font-size: 20px;
        line-height: 20px;
    }
    div#header-location , div#header-location .ljoptimizer span , div#header-tel {
        display: none;
    }
    #header-tel-opentime{
        display: none;
    }

    #header-top > div:after{
        opacity: 0;
    }

    .hide-mobile{
        display: none !important;
    }

    .display-mobile{
        display: block !important;
    }

    .display-mobile.tel-location {
        display: flex !important;
        justify-content: flex-end !important;
        gap: 10px;
    }

    .display-mobile.tel-location svg{
        height: 30px;
        width: 30px;
    }
    .display-mobile.tel-location a:first-child{
        border-right: 1px solid white;
        padding-right: 10px;
    }

    .hmenu{
        justify-content: flex-start !important;
    }

    #header-top {
        height: 50px;
    }

    #cls_logo img {
        max-height: 50px;
    }

    #header-right {
        justify-content: flex-end;
    }

    header .hamburger {
        display: flex;
        align-items: center;
        height: 100%;
        gap: 10px;
    }

    .home__section__wrapper {
        width: 100%;
        font-size: 0.9rem;
        text-align: center;
        padding: 30px;
    }

    .home__section {
        height: auto !important;
        min-height: 100vh !important;
        display: flex;
        align-content: center;
        align-items: center;
        justify-content: center;
        padding: 30px 30px 70px 30px !important
    }

    .home__section__link > li {
        min-width: 0px !important
    }

    .home__section__wrapper h2 {
        font-size: 1.4rem
    }

    .home__section__wrapper.section__right {
        text-align: center
    }

    #home-hero {
        min-height: 500px;
        padding-top: 0;
        height: unset !important;
    }

    #hero-camping:after {
        top: 35px;
        right: 10px;
    }

    #frontpage_promo {
        top: inherit;
        bottom: 20px
    }
}

/* SM */
@media (min-width: 768px) and (max-width: 1100px) {
    #cls_logo {
        /*position: absolute;*/
        /*top: 0px;*/
        /*height: 70px;*/
        /*left: 15px;*/
        /*right: inherit*/
    }

    header {
        padding: 0px !important
    }

    #wrapper > header {
        padding: 0px 0px 0px 20px;
    }

    #header-top {
        padding-right: 20px;
    }

    #header-nav {
        padding-right: 20px
    }

    #header-top > #header-tel {
        display: none
    }

    #header-top > #header-location {
        display: none
    }

    #cls_logo > span#cls_emblem {
        width: 107px;
        height: 60px;
        background-size: 107px 60px;
        margin-right: 15px;
    }

    #header-top {

    }

    #cls_title {
        top: 6px !important
    }

    #header-nav > ul > li > a {
        font-size: 0.95rem
    }

    #header-nav > ul {
        float: none;
        text-align: center
    }

    #header-nav > ul > li {
        float: none;
        display: inline-block;
    }

    #header-nav > ul > li > a {
        padding: 0px 3px !important;
    }

    ul#main a, ul#main span {
        font-size: 12px !important;
    }

    span.ljoptimizer {
        font-size: 12px;
    }
    ul#main span.ljoptimizer{
        line-height: 1;
    }
}

#header-nav > ul > li > a {
    padding: 0px 5px !important;
}

@media (min-width: 1177px) and (max-width: 1459px) {
    #header-nav > ul > li > a {
        padding: 0px 3px;
    }

    ul#main a {
        font-size: 12px;
    }

    span.ljoptimizer {
        font-size: 12px;
    }
}


@media (min-width: 700px) and (max-width: 1177px) {
}

@media (min-width: 792px) and (max-width: 1459px) {
    #header-nav > ul > li > a {
        padding: 0px 1px;
    }

    ul#main a {
        font-size: 11px;
    }

    span.ljoptimizer {
        font-size: 11px;
    }
}

/* XLG */
@media (min-width: 1400px) {
    .container {
        max-width: 1360px;
    }
}


/* --------------------------- LOCATIONS */