/**
* PLAN
*
* STRUCTURE
* FONT
* STYLE
* OPTIONS EQUIPEMENTS
* OPTIONS SUPPLEMENTAIRES
**/

#camping-car .cols .left {
    background: white;
}

/** =============================================================================  
STRUCTURE
============================================================================= **/

.iitem_zoom {
    background: none;
}

#search .titlebig {
    font-family: "Mst Black";
    text-align: center;
    text-transform: uppercase;
    font-size: 37px;
    color: black;
    padding: 10px 0 0px;
}

.titleliz {
    text-align: center;
    margin-bottom: 50px;
}

.subtitle2 {
    text-align: center;
    font-size: 24px;
    font-family: "Mst Light";
    text-transform: uppercase;
    padding: 5px 0 0;
    color: black;
}

#camping-car {
    background: #FFFFFF;
    color: black;
    padding-top: 7.5rem;
}

#camping-car .cols {
    margin: 0 auto;
    max-width: 1199px;
}

#camping-car .cols .left,
#camping-car .cols .right {
    float: left;
}

#camping-car .cols .left {
    width: 75%;
    margin-right: 3%;
    margin-top: 1rem;
}

#camping-car .cols .right {
    width: 22%;
    position: relative;
}

#camping-car .properties-f {
    overflow: hidden;
}

#camping-car .section {
    margin-top: 3.75rem;
    border-bottom: 1px solid #DEDEDE;
    padding-bottom: 3.75rem;
}

#camping-car .section.last {
    border-bottom: none;
}

#camping-car .properties-f ul {
    width: 100%;
    float: left;
}

#camping-car .properties ul {
    width: 30%;
    float: left;
}

#camping-car .properties ul li {
    width: 100%;
    padding: 0 5px;
    height: 30px;
    overflow: hidden;
}

#camping-car .properties-f ul li {
    width: 30%;
    padding: 0 5px;
    height: 30px;
    float: left;
}

/** =============================================================================  
FONTS
============================================================================= **/

#camping-car .validation {
    background: #F18D22;
    height: 40px;
    position: fixed;
    right: 0;
    width: 298px;
    -moz-transform: rotate(90deg) translateY(128px);
    -ms-transform: rotate(90deg) translateY(128px);
    -o-transform: rotate(90deg) translateY(128px);
    transform: rotate(-90deg) translateY(128px);
    right: 0;
    top: 50%;
    text-align: center;
    line-height: 40px;
    color: white;
    text-transform: uppercase;
}

/** =============================================================================  
JAVASCRIPT
============================================================================= **/

.invisible-field {
    display: none;
}

/** =============================================================================  
BREADCRUMB
============================================================================= **/

#breadcrumb {
    font-size: 14px;
    font-family: var(--font-medium);
}

#breadcrumb strong {
    color: #93C11F;
    font-weight: initial;
}

#breadcrumb a {
    text-decoration: none;
    color: black;
}

@media screen and (max-width: 767px) {
    #breadcrumb {
        display: block;
        width: 100%;
        text-align: center;
    }
}

/** =============================================================================  
STYLE
============================================================================= **/

#camping-car .background {
    position: relative;
    z-index: 20;
}

#camping-car .link-back {
    display: block;
    font-family: var(--font-semi);
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0.625rem;
}

#camping-car .link-back svg {
    vertical-align: text-top;
}

#camping-car .title {
    font-family: var(--font-medium);
    text-align: center;
    color: black;
    font-size: 30px;
    line-height: 37px;
    margin-block: 2.5rem 0.938rem;
}

#camping-car .price {
    font-family: var(--font-medium);
    text-align: center;
    color: #fff;
    font-size: 25px;
    padding: 0 1.875rem;
    background: #707070;
    display: block;
    width: max-content;
    margin: 0 auto;
    line-height: 30px;
}

#camping-car .section__title {
    font-family: var(--font-medium);
    display: block;
    font-size: 25px;
    color: #000;
    width: 100%;
    text-align: center;
    line-height: 30px;
    padding: 0;
    margin: 0 0 1.25rem 0;
}

#camping-car .ok-or-no {
    vertical-align: middle;
    margin-right: 10px;
}

#camping-car .shadow {
    display: block;
    margin: -18px auto 20px;
    z-index: 10;
}

/** =============================================================================  
SLIDER
============================================================================= **/
#camping-car .images {
    display: flex;
    gap: 1rem;
    margin-top: 3.125rem;
}

#camping-car .images-left {
    position: relative;
    width: 75%;
}

#camping-car .images-left .image {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

#camping-car .images-right {
    width: 25%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

#camping-car .images-right .images-right__img, #camping-car .images-right .show-all-container{
	max-height: 200px;
	overflow: hidden;
}

#camping-car .images-right .images-right__img > .image, #camping-car .images-right .show-all-container > .image{
	object-fit:cover;
}

#camping-car .images-right .show-all-container {
    position: relative;
    transition: 0.4s ease;
}

#camping-car .images-right .show-all-container:hover {
    cursor: pointer;
    opacity: 0.7;
}

#camping-car .images-right .show-all__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

#camping-car .images-right .show-all {
    position: absolute;
    background-color: rgb(140, 198, 63, 0.9);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;

    text-align: center;
}

#camping-car .images-right .show-all__img {
    padding-top: 0.675rem;
}

#camping-car .images-right .show-all__text {
    text-align: center;
    font-family: var(--font-medium);
    font-size: 25px;
    line-height: 30px;
    color: #fff;
    text-shadow: 0 0 6px #000000E6;
}

#camping-car .slider-container {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000000E6;
    top: 0;
    left: 0;
    z-index: 10001;
}

#camping-car .slider-container__tools {
    position: absolute;
    right: 1rem;
    top: 1rem;
    z-index: 1;

    display: flex;
    align-items: center;
    gap: 0.625rem;
}

#camping-car .slider-container__tool {
    transition: 0.4s ease;
}

#camping-car .slider-container__tool:hover {
    cursor: pointer;
    opacity: 0.7;
}

#camping-car .slider {
    position: absolute;
    margin: auto;
    width: 65%;

    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100vh;
}

#camping-car .slick-list {
    top: 50%;
    transform: translateY(-50%);
}

#camping-car .slick-initialized .slick-slide {
    position: relative;
    height: 100vh;

}

#camping-car .slide__img {
    max-height: 800px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}

#camping-car .slider.-fullscreen {
    padding: 0;
    width: 100%;
}

#camping-car .slider.-fullscreen .slide__img {
    max-height: 100vh;
    width: 100%;
    object-fit: contain;
}

#camping-car .slider .arrows {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 1;
}

#camping-car .slider .arrowLeft {
    left: -5rem;
}

#camping-car .slider.-fullscreen .arrowLeft {
    left: 0;
}

#camping-car .slider .arrowRight {
    right: -5rem;
}

#camping-car .slider.-fullscreen .arrowRight {
    right: 0;
}

#camping-car .slick-track {
    display: flex;
    align-items: center;
}

#camping-car .slide {
    position: relative;
    max-height: 100vh;
    max-width: 100vw;
}
#camping-car .slide img {

}

#camping-car .lazy-loader {
    display: inline-block;
    position: absolute;
    z-index: 9999;
    font-size: 50px;
    color: #ffffff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    animation: rotation 2s infinite linear;
}

@keyframes rotation {
    0% { transform: rotate(0deg) }
    100% { transform: rotate(360deg) }
}

/** =============================================================================
PROPRIETE
============================================================================= **/
#camping-car .anchor {
    display: none;
}

#camping-car .section1-header {
    display: flex;
    gap: 1.875rem;
    margin-bottom: 1.25rem;
}

#camping-car .section1-header .card {
    padding: 0.938rem 0;
}

#camping-car .help-h24 {
    margin-top: 3.125rem;
    padding: 0.938rem 0;
    align-items: center;
}

#camping-car .help-h24 .card-left {
    max-width: calc(12% - 1rem);
    flex: 0 0 calc(12% - 1rem);
}

#camping-car .properties ul,
#camping-car .properties-f ul li {
    margin-right: 5%;
}

#camping-car .properties ul:last-child,
#camping-car .properties-f ul li:nth-child(3n+3) {
    margin-right: 0px;
}

#camping-car .properties li:nth-child(2n+1),
#camping-car .properties-f li {
    background: #F6F7F8;
}

#camping-car .properties li:nth-child(2n),
#camping-car .properties-f li:nth-child(6n+4),
#camping-car .properties-f li:nth-child(6n+5),
#camping-car .properties-f li:nth-child(6n+6) {
    background: #FFFFFF;
}

#camping-car .properties li .pleft,
#camping-car .properties-f li .pleft {
    float: left;
    font-family: var(--font-semi);
    line-height: 30px;
    font-size: 14px;
}

#camping-car .properties li .pright,
#camping-car .properties-f li .pright {
    font-family: var(--font-regular);
    float: right;
    line-height: 30px;
    font-size: 14px;
}

/** =============================================================================  
DESCRIPTION
============================================================================= **/

#camping-car .description {
    text-align: justify;
    position: relative;

    font-family: var(--font-regular);
    font-size: 14px;
    line-height: 21px;
    color: #707070;
}

#camping-car .properties li.mini-title {
    text-align: center;
    font-family: var(--font-semi);
    font-size: 14px;
    line-height: 30px;
    background: none;
    border: none;
}

/** =============================================================================  
OPTIONS EQUIPEMENTS
============================================================================= **/

#camping-car .options-equipements .tab {
    width: 100%;
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#camping-car .options-equipements .tab li {
    display: flex;
    width: 33.33%;
}

#camping-car .options-equipements .tablinks,
#camping-car .options-equipements .tablinks-sup {
    width: 100%;
    border: 2px solid var(--color-first-1);
    border-bottom: none;
    text-align: center;
    text-decoration: none;
    transition: 0.3s;

    font-family: var(--font-medium);
    color: var(--color-first-1);
    font-size: 32px;
    line-height: 39px;
    padding-block: 0.625rem;
}

#camping-car .options-equipements .tablinks.first {
    border-right: none;
}

#camping-car .options-equipements .tablinks.last {
    border-left: none;
}

#camping-car .options-equipements .tabcontent,
#camping-car .options-equipements .tabcontent-sup {
    display: none;
    border: 2px solid var(--color-first-1);
    border-radius: 0 0 1.25rem 1.25rem;
    overflow: hidden;
}

#camping-car .options-equipements .properties,
#camping-car .options-equipements .properties-f {
    overflow: hidden;
    margin: 20px 0;
}

#camping-car .options-equipements .tablinks.active,
#camping-car .options-equipements .tablinks-sup {
    color: #fff;
    background-color: var(--color-first-1);
}

#camping-car .options-equipements .pright {
    float: none !important;
}

/** =============================================================================  
OPTIONS SUPPLEMENTAIRES
============================================================================= **/
#camping-car .options-supplementaires {
    margin-top: 1.875rem;
}

#camping-car .options-supplementaires .tab li {
    width: 100%;
}

#camping-car .options-supplementaires .properties-f li {
    background: none;
    width: 45%;
}

#camping-car .options-supplementaires .properties-f li.active {
    background-color: var(--color-second-3);
}

#camping-car .options-equipements .tabcontent-sup {
    display: block;
}

#camping-car #supplements input {
    -ms-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -webkit-transform: scale(1.4);
    -o-transform: scale(1.4);
    vertical-align: middle;
    margin-right: 10px;
}

#camping-car #supplements .priceOptionSup {
    color: var(--color-first-1);
    font-size: 14px;
}

/** =============================================================================  
SECTIONS 3
============================================================================= **/

#camping-car .section3 {
    background: #F6F7F8;
    /* padding: 1rem; */
}

#camping-car .section3 .conditions {
    font-family: var(--font-regular);
    text-align: justify;
    font-size: 14px;
    line-height: 21px;
}

#camping-car .section3 .conditions ul li {
    text-align: left;
    margin-bottom: 20px;
}

#camping-car .section3 .conditions table tr {
    border: 1px solid #ccc;
}

#camping-car .section3 .conditions table tr td {
    padding-bottom: 20px;
    padding-top: 20px;
}

#camping-car .section3 .conditions table tr td:first-child {
    background-color: #eee;
}

/** =============================================================================  
SECTIONS 4
============================================================================= **/

#camping-car .section4 {
    overflow: hidden;
}

#camping-car .section4 .line {
    height: 1px;
    width: 80%;
}

#camping-car .section4 .left {
    width: 30%;
    margin: 0;
}

#camping-car .section4 .right {
    width: 70%;
    position: relative;
}

#camping-car .section4 .proprietaire {
    border: 2px solid var(--color-first-1);
    text-align: center;
    padding: 0.938rem 1.125rem;
}

#camping-car .section4 .proprietaire .avatar {
    width: 150px;
    height: 150px;
    background-size: cover;
    display: block;
    margin: 0 auto;
    border: 1px solid #70707066;
    background-position: center center;
}

#camping-car .section4 .proprietaire .pseudo {
    font-family: var(--font-semi);
    font-size: 20px;
    color: var(--color-first-1);
    display: block;
    text-align: center;
    margin-block: 0.625rem;
}

#camping-car .section4 .proprietaire .pseudo:hover {
    color: var(--color-first-2);
    text-decoration: none;
}

#camping-car .section4 .proprietaire .pseudo span {
    text-decoration: underline;
}

#camping-car .section4 .proprietaire .pseudo img {
    vertical-align: sub;
}

#camping-car .section4 .proprietaire .date {
    font-family: var(--font-regular);
    text-align: center;
    display: block;
    color: black;
    font-size: 14px;
    margin-bottom: 0.625rem;
}

#camping-car .section4 .proprietaire .location {
    font-family: var(--font-medium);
    text-align: center;
    display: block;
    color: black;
    font-size: 14px;
    margin-bottom: 0.625rem;
}

#camping-car .section4 .proprietaire .verification {
    font-family: var(--font-regular);
    text-align: center;
    display: block;
    font-size: 14px;
    margin-top: 0.625rem;
    color: var(--color-first-1);
}

#camping-car .section4 .proprietaire .verification .ok-or-no {
    margin-right: 0.313rem;
}

#camping-car .section4 .proprietaire .top-proprio {
    margin-block: 2.813rem 0.938rem;
}

#camping-car .section4 .proprietaire .top-proprio__img {
    margin-bottom: 0.625rem;
}

#camping-car .section4 .proprietaire .top-proprio__text {
    text-align: center;
    font-family: var(--font-regular);
    font-size: 14px;
    line-height: 18px;
}

#camping-car .section4 .right.avisrightbloc {
    height: 100% !important;
}

#camping-car .section4 .star {
    color: #EEC601;
}

#camping-car .section4 .rating .fa {
    color: #EEC601;
    margin-right: 4px;
}

#camping-car .section4 .proprietaire .star {
    letter-spacing: 1px;
    display: block;
    margin: 5px 0;
}

.unAvis .pseudo a {
    text-decoration: underline;
    font-weight: 600;
}

.unAvis .imageAvis {
    width: 70px;
    height: 70px;
    background-size: cover;
    display: block;
    margin: 0 20px;
    float: left;
    box-shadow: 0px 0px 2px #707070;
    background-position: center center;
}

.unAvis .colonnedroite {
    float: right;
    width: calc(100% - 110px);
}

.unAvis .colonnedroite p {
    font-size: 14px;
    line-height: 18px;
    font-family: 'Montserrat';
}

.unAvis .note {
    color: #EEC601;
    margin-right: 5px;
}

.unAvis .legende {
    margin-top: 15px;
}

.unAvis .petit-bonhomme {
    vertical-align: sub;
    max-height: 15px;
}

#camping-car .section4 .bgreen:hover {
    background: #373737;

}

#camping-car .section4 .bgreen {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    padding: 10px 30px;
    background: #8CC63F;
    color: white;
    font-size: 20px;
    line-height: 24px;
    font-family: 'Montserrat';
    border-radius: 5px;
    display: inline-block;
    text-decoration: none;
    display: none;
}

#camping-car .section4 .bgreen:first-letter {
    text-transform: uppercase;
}

#camping-car .section4 .bavis .bgreen {
    display: inline-block;
}

#camping-car .section4 .rating {
    font-family: var(--font-semi);
    font-size: 16px;
    display: block;
    text-align: center;
    margin-bottom: 2.5rem;
}

#camping-car .section4 .bavis {
    text-align: center;
    position: relative;
    width: 100%;
    display: inline-block;
    margin-top: 30px;
}

#camping-car .section4 .unAvis.unCommentaire {
    padding-left: 30px;
    margin-top: 30px;
    display: inline-block;
    float: inherit;
}

#camping-car .images .assistance {
    /*position: absolute;
    top: -3px;
    left: -2px;
    width: 129px;
    height: 84px;
    background: url(../images/item-corner.png);
    color: white;
    padding: 7px;
    font-family: "Mst Light";
    font-size: 0.9em;
    line-height: 13px;
    z-index: 200;*/

    position: absolute;
    top: -4px;
    left: -6px;
    width: 150px;
    height: 80px;
    background-image: url('../images/assistance.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
    color: white;
    padding: 0px;
    font-family: "Mst Light";
    font-size: 0.9em;
    line-height: 13px;
    z-index: 200;
}

#camping-car .images .assistance.plus {
    background-image: url('../images/assistance+.png');
    width: 180px;
}

/** =============================================================================  
SECTIONS 5 - Disponibilite
============================================================================= **/

#camping-car .section5 {
    text-align: center;
}

#camping-car .section5 .legend ul li {
    display: inline-block;
    margin-right: 10px;
    font-size: 14px;
    font-family: var(--font-regular);
}

#camping-car .section5 .legend ul li .black {
    width: 20px;
    height: 20px;
    background: #3C3C3B;
    border: 1px solid black;
    display: inline-block;
    vertical-align: sub;
    margin-right: 5px;
}

#camping-car .section5 .legend ul li .square {
    width: 20px;
    height: 20px;
    border: 1px solid black;
    display: inline-block;
    vertical-align: sub;
    margin-right: 5px;
}

#camping-car .section5 .calendar-dispo {
    position: relative;
    background: #F6F7F8;
    padding: 1.875rem 0;
    margin-top: 1.25rem;
}

#camping-car .section5 .arrowLeft {
    position: absolute;
    top: 50px;
    bottom: 0;
    margin: auto;
    left: 5%;
}

#camping-car .section5 .arrowRight {
    position: absolute;
    top: 50px;
    bottom: 0;
    margin: auto;
    right: 5%;
}

#camping-car .section5 .arrows:hover {
    filter: sepia(100%);
    cursor: pointer;
}

/** =============================================================================  
SECTIONS 6 - Localisation
============================================================================= **/

#camping-car .section6 iframe {
    border: 0;
    width: 100%;
    height: 250px;
}

#camping-car .section6 .display_map {
    position: relative;
    cursor: pointer;
    /*background-color: #EEE;*/
    background-image: url("./img/iitem_zoom_map.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#camping-car .section6 .display_map:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 1;
    transition: all .4s ease;
}

#camping-car .section6 .display_map:hover:before {
    background-color: rgba(255, 255, 255, 0.7);
}

#camping-car .section6 .display_map.map_loaded {
    background-image: none;
}

#camping-car .section6 .display_map.map_loaded:before {
    content: none;
}

#camping-car .section6 .display_map p {
    position: relative;
    z-index: 2;
    font-family: "Mst Light", serif;
    font-size: 20px;
    text-align: center;
}

/** =============================================================================  
END - UP
============================================================================= **/

#camping-car .arrow-up {
    -webkit-transition: all 0.5s;
    /* Safari */
    transition: all 0.5s;

    float: right;
    cursor: pointer;
    padding-bottom: 12rem;
}

#camping-car .arrow-up.-mobile {
    display: none;
}

#camping-car .arrow-up:hover {
    transform: scale(1.1, 1.1);
}


/** 
============================================================================= 
=============================================================================  
RIGHT
============================================================================= 
============================================================================= **/

#camping-car .cols .right .reservation .section,
#camping-car .cols .right .reservation .ddepart,
#camping-car .cols .right .reservation .dretour,
#camping-car .cols .right .reservation .dkilometrage,
#camping-car .cols .right .reservation .tag {
    margin-right: 10px;
    margin-left: 10px;
}

#camping-car .reservation .line {
    margin-bottom: 10px;
}

#camping-car .reservation .section__title {
    background-color: #333;
    border-radius: 10px 10px 0 0;
    font-size: 25px;
    line-height: 30px;
    color: #fff;
    padding-block: 0.313rem;
}

#camping-car .reservation .error {
    font-family: var(--font-regular);
    margin-right: 10px;
    margin-left: 10px;
    color: var(--color-second-1);
    margin-bottom: 10px;
    display: block;
}

#camping-car .cols .right .reservation {
    box-shadow: 0 0 20px #0000001A;
    border-radius: 10px;
    position: fixed;
    top: 7rem;
    width: 100%;
    max-width: 265px;
}

#camping-car .cols .right .reservation .depart,
#camping-car .cols .right .reservation .retour,
#camping-car .cols .right .reservation .kilometrage {
    font-family: var(--font-regular);
    font-size: 14px;
    margin-bottom: 0.313rem;
    display: block;
}

#camping-car .cols .right .reservation .ddepart,
#camping-car .cols .right .reservation .dretour,
#camping-car .cols .right .reservation .dkilometrage {
    position: relative;
    margin-bottom: 10px;
}

#camping-car .cols .right .reservation .svgCalendar {
    width: 25px;
    height: 25px;
    position: absolute;
    right: 5px;
    bottom: 4px;
    pointer-events: none;
}

#camping-car .cols .right .reservation input,
#camping-car .cols .right .reservation select {
    font-family: var(--font-regular);
    width: 100%;
    height: 30px;
    border: 1px solid #333;
    border-radius: 10px;
    padding-left: 0.313rem;
    flex: 1 1 0;
}

#camping-car .cols .right .reservation select {
    appearance: none;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJsdWNpZGUgbHVjaWRlLWNoZXZyb24tZG93biI+PHBhdGggZD0ibTYgOSA2IDYgNi02Ii8+PC9zdmc+") no-repeat 98% 50%;
}

#camping-car .cols .right .reservation .tags {
    display: flow-root;
    padding-block: 1.25rem;
    background-color: var(--color-second-2);
}

#camping-car .cols .right .reservation .tag {
    font-family: var(--font-regular);
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0.625rem;
    position: relative;
}

.dvoyageetranger .tag {
    gap: 2rem;
}

.dnbenfants .tag>span:first-child {
    position: absolute;
    bottom: -10px;
    font-size: 10px;
}

.dnbenfants .response,
.dnbadultes .response {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.7rem;
    font-size: var(--font-size-m);
    font-family: var(--font-semi);
    width: 35%;
}

.dnbenfants .sign,
.dnbadultes .sign {
    font-family: var(--font-regular);
    color: var(--color-first-1);
    border: 1px solid var(--color-first-1);
    border-radius: 50%;
    padding: 5px;
    width: 20px;
    height: 20px;
    text-align: center;
    cursor: pointer;
    display: grid;
    place-content: center;
}

.dnbadultes small,
.dnbenfants small {
    font-size: 16px;
    flex-basis: 20px;
    text-align: center;
}

#camping-car .cols .right .reservation .tag strong {
    white-space: nowrap;
}

#camping-car .cols .right .reservation .nameOptions {
    margin-left: 10px;
    font-size: 18px;
}

#camping-car .cols .right .reservation input.payer {
    height: 50px;
    background: var(--color-second-1);
    box-shadow: none;
    border: 2px solid var(--color-second-1);
    border-radius: 0 0 10px 10px;

    -webkit-transition: all 0.5s;
    /* Safari */
    transition: all 0.5s;
    -webkit-appearance: none;
    cursor: pointer;

    font-family: var(--font-regular);
    font-size: 14px;
    line-height: 45px;
    color: #fff;
}

#camping-car .cols .right .reservation input.payer:hover {
    background-color: var(--color-second-2);
    color: var(--color-second-1);
}

#camping-car .cols .right .reservation input.payer[disabled] {
    background: #dedede;
    border-color: #dedede;
    color: #fff;
}

#camping-car .cols .right .reservation input.payer[disabled] {
    cursor: not-allowed;
}

#camping-car .cols .right .reservation hr {
    width: calc(100% - 20px);
    border: 1px none;
    height: 1px;
    background: #DEDEDE;
    margin-left: 10px;
}

#camping-car .cols .right .reservation .priceTotal {
    color: var(--color-second-1);
    font-size: 16px;
}

#camping-car .cols .right .reservation .titleOption {
    font-family: var(--font-regular);
    text-align: center;
    font-size: 16px;
    display: block;
    margin: 0 10px;
    line-height: 19px;
}

#camping-car .cols .right .reservation .descriptionOption {
    font-family: var(--font-regular);
    display: block;
    margin: 0 0.625rem 1.25rem 0.625rem;
}

#camping-car .cols .right .reservation .descriptionOption img {
    display: block;
    margin: 5px auto;
}

#camping-car .cols .right .reservation .option__text {
    margin: 0 0.625rem 0.938rem 0.625rem;
    font-size: 12px;
    text-align: center;
}

#camping-car .cols .right .reservation .option__link {
    color: var(--color-second-1);
}

#camping-car .cols .right .reservation .option__text-second {
    font-family: var(--font-semi);
    color: var(--color-second-1);
    font-size: 12px;
    line-height: 15px;
    display: block;
    text-align: center;
}


/**
=============================================================================
=============================================================================
OVERWRITE PLUGIN
=============================================================================
============================================================================= **/

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    padding: 0;
    margin: 0;
    background: #f6f6f6;
    font-weight: normal;
    color: #454545;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    font-family: "Mst Light";
    font-size: 14px;
}

.ui-datepicker .ui-datepicker-title {
    font-family: "Mst Light";
    font-size: 14px;
    text-transform: uppercase;
}

.ui-datepicker {
    width: inherit !important;
    transform: translateX(-6px);
    padding: 0px 0px !important;
    border: 2px solid #FFFFFF !important;
}

.ui-widget.ui-widget-content {
    border: 1px solid #96C11F;
    z-index: 500 !important;
}

.ui-datepicker th {
    padding: 10px 0;
    background: #96C11F;
}

.ui-datepicker table {
    margin: 0 0 0 !important;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled,
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    background: #e9e9e9;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
    border: none !important;
}

.ui-datepicker .ui-datepicker-next {
    right: 2px !important;
    cursor: pointer;
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px !important;
    cursor: pointer;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    background: #96C11F !important;
    color: white !important;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled {
    opacity: 1 !important;
}

.ui-state-disabled.undefined,
.ui-widget-content .ui-state-disabled.undefined,
.ui-datepicker-calendar td.ui-state-disabled {
    border: none !important;
    background: #fff9f9;
    opacity: 0.3 !important;
}
@media screen and (max-width: 1300px) {
    #camping-car .validation {
        display: none;
    }
}

@media screen and (max-width: 1199px) {
    #camping-car .cols .right .reservation {
        position: relative;
        max-width: none;
    }

    #camping-car .arrow-up:not(.-mobile) {
        display: none;
    }

    #camping-car .arrow-up.-mobile {
        display: block;
        margin-top: 2rem;
        margin-bottom: 4rem;
        position: fixed;
        bottom: 0;
        right: 1rem;
        background: white;
        z-index: 999;
        padding: 0;
        border-radius: 9999999px;
    }

    #camping-car .anchor {
        display: flex;
    }
}

@media screen and (max-width: 980px) {
    #camping-car .images-right .show-all__img {
        width: 35px;
    }

    #camping-car .images-right .show-all__text {
        display: none;
    }

    #camping-car .cols .left .arrow-up {
        display: none;
    }

    #camping-car .section5 .arrowLeft {
        left: 2%;
    }

    #camping-car .section5 .arrowRight {
        right: 2%;
    }

    #camping-car .section5 .legend ul li {
        width: 50%;
    }

    #camping-car .section5 .legend ul li span {
        float: left;
    }

    #camping-car .properties ul,
    #camping-car .properties-f ul li {
        width: 100%;
    }

    #camping-car .description-help .demi-line-left,
    #camping-car .description-help .demi-line-right {
        width: 30%;
        height: 1px;
    }
}

@media screen and (max-width: 700px) {

    #camping-car .arrows {
        transform: translateY(-50%) scale(0.7) !important;
    }

    #camping-car .slider-container__tool {
        transform: scale(0.7);
    }
}

@media screen and (max-width: 700px) {
    #camping-car .price {
        width: auto;
        font-size: 18px;
    }

    #camping-car .title,
    #search .titlebig {
        font-size: 25px;
    }

    #camping-car .options-equipements .tablinks,
    #camping-car .options-equipements .tablinks-sup {
        font-size: 25px;
    }
}

@media screen and (max-width: 500px) {
    #camping-car {
        padding-top: 5rem;
    }

    #camping-car .price {
        font-size: 14px;
    }

    #camping-car .section1-header {
        gap: 1rem;
        flex-wrap: wrap;
    }

    #camping-car .section1-header .card {
        flex: calc(50% - 1rem);
    }

    #camping-car .options-equipements .tablinks,
    #camping-car .options-equipements .tablinks-sup {
        font-size: 18px;
    }

    #camping-car .images {
        flex-direction: column;
    }

    #camping-car .images-left {
        width: 100%;
    }

    #camping-car .images-right {
        flex-direction: row;
        width: 100%;
    }

    #camping-car .images-right__img {
        width: calc(33.33% - 0.625rem);
    }
}

@media screen and (min-width: 1200px) and (max-height: 900px) {
	#camping-car .cols .right .reservation {
		position:relative!important;
		top:20px;
	}
}


.booking-button {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    padding: 10px 15px;
    box-shadow: #0000001A 0px 0px 20px 0px;
    background-color: white;
    z-index: 999;
    justify-content: space-between;
}

.booking-button .button {
    font-size: var(--font-size-m);
}

/* Style du nouveau gabarit de page : page de recherche seo */
.edit {
    padding-bottom: var(--inner-spacing);
}

.edit h1 {
    padding: 0;
    margin: 1em 0;
    font-size: var(--font-size-xl);
    font-weight: 700;
    text-align: center;
}

.edit h2 {
    padding: 0;
    margin: 1em 0;
    font-size: var(--font-size-l);
    font-weight: 500;
}

.edit h3 {
    padding: 0;
    margin: 1em 0;
    font-size: var(--font-size-m);
    font-weight: 500;
}

.edit p {
    padding: 0;
    margin: 1em 0;
    font-size: var(--font-size-s);
    font-weight: 400;
}

.edit .edit__content-bloc {
    margin-bottom: var(--inner-spacing);
}