
/* 1. ------------- boostrap css ------------------------- */

:root {
    --blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--primary:#007bff;--secondary:#6c757d;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#dc3545;--light:#f8f9fa;--dark:#343a40;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}

*,::after,::before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

article,aside,figcaption,figure,footer,header,hgroup,main,nav,section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

dl,ol,ul {
    margin-top: 0;
    margin-bottom: 1rem
}

b,strong {
    font-weight: bolder
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
}

img {
    vertical-align: middle;
    border-style: none
}

table {
    border-collapse: collapse
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button,input,optgroup,select,textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

select {
    word-wrap: normal
}

[type=button],[type=reset],[type=submit],button {
    -webkit-appearance: button
}

[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled) {
    cursor: pointer
}


input[type=checkbox],input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1)
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width: 576px) {
  .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width: 768px) {
	
	.col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}
@media (min-width: 992px) {
	.col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
}



.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529
}

.table td,.table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6
}
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

.form-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center
}

 .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
	
	.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

.fade {
    transition: opacity .15s linear
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.dropdown,.dropleft,.dropright,.dropup {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top
}

.custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px
}

.custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50%/50% 50%
}


.custom-radio .custom-control-label::before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.custom-control-label::before,.custom-file-label,.custom-select {
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem
}

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none
}


.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

.navbar-toggler:focus,.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%
}

@media (min-width: 768px) {
    .navbar-expand-md {
        -ms-flex-flow:row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }
	
	.navbar-expand-md .navbar-collapse {
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
	
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        -ms-flex-flow:row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
	.navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
	.navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.5)
}

.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: rgba(0,0,0,.1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: ""
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out
}

.carousel-item-next,.carousel-item-prev,.carousel-item.active {
    display: block
}

.carousel-control-next,.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon,.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: no-repeat 50%/100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease
}


.carousel-indicators .active {
    opacity: 1
}

.align-middle {
    vertical-align: middle!important
}

.bg-white {
    background-color: #fff!important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6!important
}

.d-none {
    display: none!important
}

.d-inline {
    display: inline!important
}

.d-inline-block {
    display: inline-block!important
}

.d-block {
    display: block!important
}

.d-flex {
    display: -ms-flexbox!important;
    display: flex!important
}

@media (min-width: 576px) {
    .d-sm-none {
        display:none!important
    }

    .d-sm-inline {
        display: inline!important
    }
	 .d-sm-block {
        display: block!important
    }
}
@media (min-width: 768px) {
	.d-md-block {
        display: block!important
    }
}

.justify-content-end {
    -ms-flex-pack: end!important;
    justify-content: flex-end!important
}

.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important
}

.align-items-end {
    -ms-flex-align: end!important;
    align-items: flex-end!important
}

.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important
}

.float-left {
    float: left!important
}

.float-right {
    float: right!important
}

.overflow-hidden {
    overflow: hidden!important
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important
}

.w-25 {
    width: 25%!important
}

.w-50 {
    width: 50%!important
}

.w-100 {
    width: 100%!important
}
	
.h-100 {
    height: 100%!important
}

.mr-1,.mx-1 {
    margin-right: .25rem!important
}

.mt-2,.my-2 {
    margin-top: .5rem!important
}

.mb-2,.my-2 {
    margin-bottom: .5rem!important
}

.ml-2,.mx-2 {
    margin-left: .5rem!important
}

.mt-3,.my-3 {
    margin-top: 1rem!important
}

.mr-3,.mx-3 {
    margin-right: 1rem!important
}

.pt-1,.py-1 {
    padding-top: .25rem!important
}

.pr-1,.px-1 {
    padding-right: .25rem!important
}

.pb-1,.py-1 {
    padding-bottom: .25rem!important
}

.pl-1,.px-1 {
    padding-left: .25rem!important
}

.pt-2,.py-2 {
    padding-top: .5rem!important
}

.pr-2,.px-2 {
    padding-right: .5rem!important
}

.pb-2,.py-2 {
    padding-bottom: .5rem!important
}

.pl-2,.px-2 {
    padding-left: .5rem!important
}

.pt-3,.py-3 {
    padding-top: 1rem!important
}

.pb-3,.py-3 {
    padding-bottom: 1rem!important
}

.mr-auto,.mx-auto {
    margin-right: auto!important
}

.ml-auto,.mx-auto {
    margin-left: auto!important
}

.text-justify {
    text-align: justify!important
}

.text-left {
    text-align: left!important
}

.text-right {
    text-align: right!important
}

.text-center {
    text-align: center!important
}

.text-muted {
    color: #6c757d!important
}

/* 2. ------------- capfun2020.css ------------------------- */
	
body {
    font-family: 'Raleway',sans-serif!important;
    font-size: 0.9em!important
}

.bleu {
    color: #1ca9e3!important
}

.gris {
    color: #444!important
}

.rouge {
    color: #e3001a!important
}

.noir {
    color: #212529!important
}

.nopadding {
    padding: 0!important
}

.nomargin {
    margin: 0!important
}

.navbar {
    font-size: 1.2em!important;
    z-index: 999
}

.marge-20 {
    margin-top: 20px!important
}

.drapeau {
    margin-top: -4px!important
}

.texte-petit {
    font-size: 0.8em!important
}

.texte-normal {
    font-size: 1em!important
}

.texte-moyen {
    font-size: 1.2em!important
}

.hauteur-tableau-resa-descriptif {
    height: 1.2em!important
}

.lineheigh12 {
    margin-top: .2em
}

.table-responsive {
    overflow-x: hidden!important
}

.gras {
    font-weight: bold!important
}

.form-control {
    font-size: 0.9em!important
}

.menuselectionne {
    background-image: url(../img/barre_triangle_bleu.png);
    background-position-x: center;
    background-repeat: no-repeat
}

.navlinktopright {
    padding-right: 5px!important;
    padding-left: 5px!important
}

.entourage {
    border-radius: 5px;
    margin-left: 0px!important;
    margin-right: 0px!important;
    border: #e6e6e6 1px solid
}

.entourage:hover {
    -webkit-box-shadow: 0 0 10px 1px rgba(0,0,0,.16);
    -moz-box-shadow: 0 0 10px 1px rgba(0,0,0,.16);
    box-shadow: 0 0 10px 1px rgba(0,0,0,.16)
}

.titrecamping {
    font-size: 2.6em;
    font-family: "Raleway-Bold"
}

.titre-camping-etoile {
    margin-top: -2.6em
}

.cc-camping-etoile {
    margin-top: -.6em;
    height: 15px
}

.bouton-bleu {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 7px;
    padding-right: 7px;
    background-color: #1ca9e3!important;
    color: white!important;
    display: inline-block;
    cursor: pointer;
    font-size: 1.1em;
    position: relative;
    letter-spacing: .1rem;
    max-width: 100%;
    font-family: 'Raleway-Medium',sans-serif!important
}

span.bouton-bleu:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -12px;
    top: 100%;
    width: 0;
    height: 0;
    border-top: 10px solid #1ca9e3;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    opacity: 0
}

.bouton-bleu-inverse {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 7px;
    padding-right: 7px;
    background-color: #1ca9e3;
    color: #fff;
    display: none;
    cursor: pointer;
    white-space: nowrap;
    font-size: 1.1em;
    position: relative;
    letter-spacing: .1rem;
    max-width: 100%;
    top: 10px;
    font-family: 'Raleway-Medium',sans-serif!important
}

.bouton-gris {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 7px;
    padding-right: 7px;
    background-color: #e6e6e6;
    color: #1ca9e3;
    display: inline-block;
    cursor: pointer;
    white-space: nowrap;
    font-size: 1.1em;
    position: relative;
    letter-spacing: .1rem;
    max-width: 100%;
    font-family: 'Raleway-Medium',sans-serif!important
}

span.bouton-gris:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -12px;
    top: 100%;
    width: 0;
    height: 0;
    border-top: 10px solid #e6e6e6;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    opacity: 0
}

.bouton-gris-inverse {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 7px;
    padding-right: 7px;
    background-color: #e6e6e6;
    color: #1ca9e3;
    display: none;
    cursor: pointer;
    white-space: nowrap;
    font-size: 1.1em;
    position: relative;
    letter-spacing: .1rem;
    max-width: 100%;
    top: 10px;
    font-family: 'Raleway-Medium',sans-serif!important
}

.mascotte-samedi {
    margin-bottom: -8px
}

.mascotte-amnesia {
    margin-top: -200px;
    position: absolute;
    z-index: 1002!important
}

.mascotte-grimace {
    bottom: 0px!important
}

.align-col-bottom {
    align-self: flex-end
}

.mini-carte {
    margin-top: 5px;
    margin-bottom: 5px
}

.les-plus {
    /*display: inline-block;*/
    line-height: 2.5em;
    margin-left: 20px!important;
    margin-top: 30px!important
}

@media (max-width: 767px) {
	.les-plus {
		line-height: 2em!important;
		margin-left: -10px!important;
		margin-top: 10px!important;
	}
}

.lien {
    text-decoration: none;
    cursor: pointer
}

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

.mission-camping {
    margin-top: -17px
}

.bouton-reserver {
    max-width: 100%;
    margin-top: 0;
    margin-right: -30px
}

.bouton-reserver2 {
    max-width: 100%;
    margin-top: 10px;
    margin-right: -40px;
    margin-bottom: -18px
}

.bouton-reserver-inverse {
    max-width: 100%;
    margin-top: 0;
    margin-left: -36px
}

.ligne-de-plus {
    line-height: 2em;
    display: inline-block
}

p {
    margin: 0!important
}


.note-grande-rond-bleu {
    position: inline-block;
    margin-top: 3px;
    margin-left: 3px;
    bottom: 0;
    right: 0;
    width: 105px;
    height: 105px;
    background: #1ca9e3;
    border-radius: 50%;
    color: #fff
}

.note-grande-rond-blanc {
    position: inline-block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 113px;
    height: 113px;
    background: #fff;
    border-radius: 50%;
    border: solid 1px #a9a9a9
}

.note-grande-note {
    width: 100%;
    text-align: center;
    font-size: 4em;
    transform: rotate(-7deg)
}

.note-grande-dix {
    width: 100%;
    text-align: center;
    font-size: 2em;
    transform: rotate(-7deg);
    margin-top: -1em;
    padding-left: 25px
}

.note-grande-texte {
    margin-left: 10px;
    font-size: 1.5em;
    line-height: 1.25em;
    font-family: 'Raleway-Medium',sans-serif!important
}

.note-grande-textegrand {
    font-size: 2.2em;
    font-family: 'Raleway-Medium',sans-serif!important
}


.note-moyenne-rond-gris {
    position: inline-block;
    margin-top: 3px;
    margin-left: 3px;
    bottom: 0;
    right: 0;
    width: 55px;
    height: 55px;
    background: #e6e6e6;
    border-radius: 50%;
    color: #1ca9e3
}

.note-moyenne-rond-blanc {
    position: inline-block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 63px;
    height: 63px;
    background: #fff;
    border-radius: 50%;
    border: solid 1px #a9a9a9
}

.note-moyenne-note {
    width: 100%;
    text-align: center;
    font-size: 2.2em;
    transform: rotate(-7deg)
}

.note-moyenne-dix {
    width: 100%;
    text-align: center;
    font-size: 1em;
    transform: rotate(-7deg);
    margin-top: -1em;
    padding-left: 15px
}

.note-moyenne-texte {
    font-size: 1.5em;
    line-height: .9em;
    font-family: 'Raleway-Medium',sans-serif!important
}

.note-moyenne-texte2 {
    font-size: 1.5em;
    line-height: .9em;
    font-family: 'Raleway-Medium',sans-serif!important
}

#carousel-avis .carousel-inner {
    min-height: 190px;
    padding-left: 10px;
    padding-right: 10px
}

#carousel-avis .carousel-indicators {
    margin-top: 10px!important;
    bottom: -20px!important
}

#carousel-avis .carousel-control-next {
    width: 7%!important;
    margin-right: -20px
}

#carousel-avis .carousel-control-prev {
    width: 7%!important;
    margin-left: -30px
}

.carousel-control-next-icon {
    background-image: url(../img/carousel-control-next-icon.png)!important
}

.carousel-control-prev-icon {
    background-image: url(../img/carousel-control-prev-icon.png)!important
}

.carousel-control-next-icon,.carousel-control-prev-icon {
    background-image: no-repeat!important;
    height: 45px!important;
    width: 12px!important
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%
}

.carousel-indicators li {
    background-color: #444444!important
}

.vignettes {
    padding-left: 5px;
    padding-bottom: 5px
}

.marge-haute-diaporama {
    margin-top: -60px!important;
    z-index: 5
}

.marge-haute-diaporama2 {
    margin-top: -40px!important;
    z-index: 5
}

.titre {
    font-size: 1.6em;
    line-height: 1.25em;
    font-family: 'Raleway-Medium',sans-serif!important;
    font-weight: 700;
    color: #1ca9e3
}

.titre-capfun {
    font-size: 1.7em;
    line-height: 1.25em;
    font-family: 'GardenBed',sans-serif!important;
    color: #e3001a
}


.fond-tarif {
    background-image: url(../img/tarif_fond.png)!important;
    background-size: 100%!important;
    padding: 15px!important
}

.tarif-form-recherche {
    background-color: #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 15px;
    line-height: 2em!important
}

div.tarif-form-recherche:after {
    content: '';
    display: block;
    position: absolute;
    left: 7%;
    margin-left: -12px;
    top: 100%;
    width: 0;
    height: 0;
    border-top: 15px solid #fff;
    border-bottom: 15px solid transparent;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent
}

.tarif-checkbox {
    margin-left: 15px
}

#div_tableau_resa {
    background-color: #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 15px;
    margin-top: 15px
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #1496cb!important;
    background-color: #1ca9e3!important
}

.onglet-mois {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 8px;
    padding-right: 8px;
    background-color: #85bde4;
    color: #fff;
    display: inline-block;
    cursor: pointer;
    white-space: nowrap;
    font-size: .8em;
    position: relative;
    letter-spacing: .1rem;
    max-width: 100%;
    font-family: 'Raleway-Medium',sans-serif!important
}

.onglet-mois-actif {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 8px;
    padding-right: 8px;
    background-color: #3894cd;
    color: #fff;
    display: inline-block;
    cursor: pointer;
    white-space: nowrap;
    font-size: 1em;
    position: relative;
    letter-spacing: .1rem;
    max-width: 100%;
    font-family: 'Raleway-Medium',sans-serif!important
}

div.onglet-mois-actif:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -12px;
    top: 100%;
    width: 0;
    height: 0;
    border-top: 10px solid #3894cd;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent
}

.tableau-resa-date {
    background-color: #3894cd;
    color: #fff;
    font-size: .8em;
    text-align: center;
    letter-spacing: .1rem;
    font-family: 'Raleway',sans-serif!important;
    border: 4px solid #fff
}

.table td,.table th {
    border-top: none!important
}

.table thead th {
    border-bottom: 4px solid white!important
}

.tableau-resa-prix1 {
    background-color: #f4dfbf;
    color: #444;
    font-size: .8em;
    text-align: center;
    letter-spacing: .02rem;
    font-family: 'Raleway',sans-serif!important;
    border: 4px solid #fff
}

.tableau-resa-prix2 {
    background-color: #d5e9f6;
    color: #444;
    font-size: .8em;
    text-align: center;
    letter-spacing: .02rem;
    font-family: 'Raleway',sans-serif!important;
    border: 4px solid #fff
}

.btn {
    font-size: 1em!important
}

table a {
    text-decoration: none;
    color: inherit
}

.etiquete-prix-rouge {
    color: #fff;
    font-size: .7rem;
    background-color: #e2001a;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 2em!important
}

.etiquete-prix-noir {
    color: #fff;
    font-size: .7rem;
    background-color: #000;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 2em!important
}

.etiquete-prix-vert {
    color: #fff;
    font-size: .7rem;
    background-color: #58ba47;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 2em!important
}


a[name] {
    padding-top: 40px;
    margin-top: -40px;
    display: inline-block
}

#menu-camping {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    display: none
}

#mascotte-legende-reserver {
    margin-top: -15px
}

.fond-cc {
    background-color: #f2ecf3
}

.cc-box {
    border: 1px solid #b5b5b5;
    background-color: #fff;
    width: 100%;
    padding: 12px;
    line-height: 1.1em;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    color: #444;
    font-size: 0.9em!important
}

.cc-box-home {
    border: 1px solid #e6e6e6!important
}

.cc-titre {
    color: #1ca9e3;
    font-size: 1.6em;
    font-weight: 400
}

a:hover {
    text-decoration: none!important
}

.cc-localisation {
    color: #000;
    font-size: 1em
}

.cc-prix {
    color: #e2001a;
    font-size: 1.5em
}


.footer-titre {
    color: #1ca9e3;
    font-size: 1.1em;
    font-weight: 700
}

.text-muted {
    font-size: 0.9em!important
}

.text-muted li {
    list-style: none
}

.hauteur-photo-cc-camping-2020 {
    height: 270px!important;
    overflow: hidden!important
}


.dropdown-toggle:after {
    display: none!important
}

.divRechercheMotClef {
    padding: 0!important;
    left: -100px!important
}

.noborder {
    border: none!important
}

.dispo {
    cursor: pointer
}

.img-mascotte {
    max-height: 270px!important
}

.owl-prev {
    width: 20px;
    height: 75px;
    position: absolute;
    top: 35%;
    margin-left: 25px;
    display: block!important
}

.owl-next {
    width: 20px;
    height: 75px;
    position: absolute;
    top: 35%;
    right: 20px;
    display: block!important
}

.owl-prev i,.owl-next i {
    transform: scale(4,8);
    color: #fff
}

.pas-sur-mobile {
    display: inline!important
}

.mypopup{
	width: 90%;
    border: solid 1px #dcdcdc;
    display: none;
    position: fixed;
	bottom: 0px;
    z-index: 1999;
    background-color: white;
	max-width:900px;
	left:5%;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.mypopup.active{
    display: block;
}
.mypopup > h1{
	background-color: #1ca9e3;
    font-size: 1.2em;
    padding: 8px;
    margin: 0;
    color: #fff;
}
.mypopup > h1 ul{
    margin: 0;
    padding: 0;
    display: block;
    float: right;
    list-style: none;
}
.mypopup > h1 ul li{
    float: left;
}
.mypopup > div {
    width: 100%;
    /*height: 300px;*/
    padding: 5px;
}

@media (max-width: 767px) {
	.les-plus {
		line-height: 2em!important;
		margin-left: -10px!important;
		margin-top: 10px!important;
	}
	.pas-sur-mobile{
		display:none!important;
	}
}

.mobile {
    display: none!important
}

@media (min-width: 768px) {
	.hauteur-photo-cc-camping-2020 {
        height: 180px!important
    }

    .navbar {
        font-size: 0.6em!important
    }
}

@media (min-width: 992px) {
    .hauteur-photo-cc-2020 {
        height:250px!important
    }

    .hauteur-photo-cc-camping-2020 {
        height: 220px!important
    }

    .navbar {
        font-size: 0.9em!important
    }
}

.Paint_the_town {
    font-family: 'Paint_the_town'
}


/* ═══════════════════════════════════════════════════════
   Anti-CLS — Réserve l'espace des owl-carousels AVANT
   l'init JS (Owl ajoute .owl-loaded une fois prêt)
   ═══════════════════════════════════════════════════════ */

/* #1 — Slider principal photos (ratio 1280:800 = 62.5%) */
#slider.owl-carousel:not(.owl-loaded) {
    aspect-ratio: 1280 / 800;
    overflow: hidden;
}
#slider.owl-carousel:not(.owl-loaded) > div:not(:first-child) {
    display: none;
}
#slider.owl-carousel:not(.owl-loaded) > div:first-child picture,
#slider.owl-carousel:not(.owl-loaded) > div:first-child picture img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* #2 — Carousels blocs IA (ratio 3:2 = 66.66%) */
.owl-carousel[id^="carousel-ia-"]:not(.owl-loaded) {
    aspect-ratio: 3 / 2;
    overflow: hidden;
}
.owl-carousel[id^="carousel-ia-"]:not(.owl-loaded) > div:not(:first-child) {
    display: none;
}