/* ----------------------------------------------------------------
        Custom CSS

        Add all your Custom Styled CSS here for New Styles or
        Overwriting Default Theme Styles for Better Hanlding Updates
-----------------------------------------------------------------*/
#content p{
    line-height:25px !important;
}
p{
    font-size:18px !important;
    font-weight:normal;
}
#content .contentPage blockquote p{
    font-size: 45px !important;
    line-height: 45px !important;
}
blockquote {
    border: 0;
    font-family: 'Italianno', cursive;
}
blockquote, blockquote p {
    color: #5E4370;
    font-weight: bolder;
    font-size: 45px !important;
    line-height: 45px !important;
}

div.ge-content a{
    text-decoration: underline !important;
}
/* ----------------------------------------------------------------
        OT Properties
-----------------------------------------------------------------*/

.ot-properties [class^=col-] {
    position: relative;
    margin-bottom: 30px;
}

.ot-properties [class^=col-] > a {
    display: block;
    position: relative;
    height: 250px;
    background-color: #EEE;
}

.ot-properties [class^=col-] img { display: block; }

.ot-properties [class^=col-] > a:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.4);
    opacity: 0.4;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.ot-properties [class^=col-] > a:hover:before { opacity: 1; }

/*---------------------------------------------------------
      Moteur de recherche
---------------------------------------------------------*/

.rose label{
    color:#fff;
}

/*----------------------------------------------------------
      Agenda
----------------------------------------------------------*/
.badge-danger{
    background-color:#BC5B80;
}
div.bnews-slider a{
    font-size:18px;
    color:#555;
}
.bnews-title{
    margin-top:24px;
}
/*----------------------------------------------------------
      ENTRY
----------------------------------------------------------*/

.entry:hover .entry-icons span {
    opacity: 1;
    -webkit-transform: translate(-50%, -25px);
    transform: translate(-50%, -25px);
}
.entry-icons li {
    position: absolute;
    top:20px;
    right:20px;
    display: inline-block;
    margin: 0 5px;
}

.entry-icons a {
    font-weight: 600;
    color: #EEE;
    font-size:35px;
}

.entry-icons span {
    opacity: 0;
    position: absolute;
    left: 50%;
    margin-left: -1px;
    top: 0;
    font-size: 30px;
    font-weight: 600;
    font-family: 'gothic', sans-serif;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.text-overlay .entry-categories {
    position: relative;
    left: auto;
    bottom: auto;
    margin-bottom: 12px;
    z-index: 2;
}

.entry-categories a {
    color: #FFF !important;
    padding: 3px 5px;
    font-size: 10px;
    border-radius: 2px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    font-family: 'gothic', sans-serif;
}

.entry-meta { margin-bottom: 0px; }

.entry-meta li {
    letter-spacing: 0.1em;
    font-style: normal;
    line-height:20px;
}
.entry-meta li.lieu{
    display:block;
    padding:5px;
    background-color:#65465A;
    color:#fff;margin-bottom:5px;
}
.entry-meta li.dates{
    display:block;
    width:100%;
    margin-top:10px;
    font-weight:normal !important;
}

.ipost .entry-content p { line-height: 1.6 !important; }

.entry-meta li a { color: #AAA; }

.entry-meta li:before {
    content: '';
    margin-bottom: 3px;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background-color: #CCC;
}

.entry-title h3 {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 20px;
}

.entry-title a {
    font-size:16px;
    font-weight:bold;
    color: #333;
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
}

.entry-categories {
    position: absolute;
    bottom: 10px;
    left: 10px;
    text-transform: capitalize;
}

/*----------------------------------------------------------
      Logos
----------------------------------------------------------*/
.oc-item a img{
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);

    filter: grayscale(100%);
}
/*----------------------------------------------------------
    Search Module
    ------------------------------------------------------*/
@media (min-width: 200px) and (max-width: 991px) {
    .searchModule{
        background-color:rgba(101,70,90,1);
        position:relative;
        width:100%;
        height:330px;
        padding:20px;
    }
    .searchModule form{
        width:100%;
    }
    .searchModule span{color:#fff;}

    .blocSearchModule{
        display:none;
    }
}
@media (min-width: 991px) {
    .searchModule{
        background-color:rgba(101,70,90,1);
        position:absolute;
        top:-120px;
        z-index:101;
        width:100%;
        height:350px;
        padding:20px;
    }
    .searchModule form{
        width:90%;
        position:absolute;
        z-index:103;
    }
    .searchModule span{color:#fff;}

    .blocSearchModule{
        background-image:url('/image/113-normal.png');
        background-position:bottom left;
        background-repeat:no-repeat;
        background-size:contain;
        z-index:102px;
        position:absolute;
        top:-30px;
        left:-20px;
        width:100%;
        height:350px;

    }
}
/*---------------------------------------------------------
    VS
    -----------------------------------------------------*/
@media (min-width: 200px) and (max-width: 991px) {
    .vs{
        margin-top:30px;
        padding:20px;
    }
    .vs > div.row > div.col-6{
        margin:0px;
        padding:0px;
    }
    a.imgVS1{
        display:block;
        background-image:url('/image/1746-normal.jpg');
        background-size:cover;
        width: 100%;
        height:200px;
    }

    div.traceleft{
        height:200px;
        width:100%;
        background-image:url('/image/98-normal.png');
        background-position:left top;
        background-repeat:no-repeat;
        font-family: 'Oswald', sans-serif;
        text-transform: uppercase;
        font-size:35px;
        text-align:center;
        padding-top:50px;
        color:#fff;
    }

    a.imgVS2{
        display:block;
        background-image:url('/image/96-normal.jpg');
        background-size:cover;
        background-blend-mode: darken;
        width: 100%;
        height:200px;
    }
    div.traceright{
        height:200px;
        width:100%;
        background-image:url('/image/97-normal.png');
        background-position:right top;
        background-repeat:no-repeat;
        font-family: 'Oswald', sans-serif;
        text-transform: uppercase;
        font-size:35px;
        text-align:center;
        padding-top:50px;
        color:#fff;
    }
    div.traceright:hover,div.traceleft:hover{
        color:#fff;
        font-weight:bold;
        background-color:rgba(0,0,0,0.5);
    }
}
@media (min-width: 992px) {
    .vs{
        margin-top:50px;
        padding:20px;
    }
    .vs > div.row > div.col-6{
        margin:0px;
        padding:0px;
    }
    a.imgVS1{
        display:block;
        background-image:url('/image/1746-normal.jpg');
        background-size:cover;
        width: 100%;
        height:250px;
    }

    div.traceleft{
        height:250px;
        width:100%;
        background-image:url('/image/98-normal.png');
        background-position:left top;
        background-repeat:no-repeat;
        font-family: 'Oswald', sans-serif;
        text-transform: uppercase;
        font-size:35px;
        text-align:center;
        padding-top:90px;
        color:#fff;
    }

    a.imgVS2{
        display:block;
        background-image:url('/image/96-normal.jpg');
        background-size:cover;
        background-blend-mode: darken;
        width: 100%;
        height:250px;
    }
    div.traceright{
        height:250px;
        width:100%;
        background-image:url('/image/97-normal.png');
        background-position:right top;
        background-repeat:no-repeat;
        font-family: 'Oswald', sans-serif;
        text-transform: uppercase;
        font-size:35px;
        text-align:center;
        padding-top:90px;
        color:#fff;
    }
    div.traceright:hover,div.traceleft:hover{
        color:#fff;
        font-weight:bold;
        background-color:rgba(0,0,0,0.5);
    }
}
.btn-primary{
    background-color:#F2C037 !important;
    color:#555;
    border:0px;
    font-weight:bold;
}
/* --------------------- Objet annuaire -------------------*/
div.objet{
    background-color:#F9F9F9;
    padding:10px;
    margin-bottom:20px;
    position:relative;
}
div.objet a{
    color:#fff;
}
div.objet-blog {
    background-color: #FFFFFF;
}
div.vignette-obj {
    max-height: 160px;
    overflow: hidden;
}
div.objet-title{
    cursor: pointer;
}
@media (min-width: 100px) and (max-width:574px) {
    div.objet-title{
        position:absolute;
        top:50px;
        display:block;
        width:100%;
        text-align:center;
        min-height:100px;
        font-weight:bold;
        font-size:16px;
        padding-top:10px;
        padding-left:30px;
        padding-right:30px;
        color:#fff;
    }
}
@media (min-width: 575px){
div.objet-title{
    position:absolute;
    top:100px;
    display:block;
    width:100%;
    text-align:center;
    min-height:100px;
    font-weight:bold;
    font-size:17px;
    padding-top:10px;
    padding-left:30px;
    padding-right:30px;
    color:#fff;
}
div.objet-title {
    top: 60px;
}
}

div.objet-title a{
    color:#fff;
    text-shadow: black 0.1em 0.1em 0.2em
}
div.objet:hover img{
    filter: brightness(50%);
    -webkit-filter: brightness(50%);
    -moz-filter: brightness(50%);
    -o-filter: brightness(50%);
    -ms-filter: brightness(50%);
}

div.objet div.objet_price{
    position:absolute;
    top:25px;
    right:0;
    background-color:#2d4278;
    color:#fff;
    font-size:18px;
    padding:5px;
}
div.objet div.objet_btn{
    position:absolute;
    bottom:0px;
    width:140px;
    left:50%;
    margin-left:-70px;
    text-align:center;
}
div.objet-title label{
    background-color:#fff;
    border-radius:10px;
    padding-left:5px;
    padding-right:5px;
    padding-top:5px;
    padding-bottom:5px;
    margin-top:5px;
}
div.objet-content label{
    background-color:#f2c037;
    border-radius:10px;
    padding-left:5px;
    padding-right:5px;
    padding-top:5px;
    padding-bottom:5px;
    margin-top:5px;
}
div.objet .img-liste-bosch {
    cursor: pointer;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 25px;
    z-index: 1;
    height: 50px;
    text-align: center;
    width: 100%;
}
div.objet:hover .img-liste-bosch {
    filter: none;
    -webkit-filter: none;
    -moz-filter: none;
    -o-filter: none;
    -ms-filter: none;
}
@media (max-width: 1200px) {
    div.objet .img-liste-bosch {
        left: unset;
        right: 10px;
        bottom: 10px;
        text-align: right;
        height: 40px;
    }
    div.objet .img-liste-bosch img {
        height: 40px !important;
        width: 40px !important;
    }
}
@media (min-width: 768px) and (max-width:991px) {
    div.objet-suggestion-mediterranee div.objet-title {
        margin-top: -48px;
        padding: 0 20px 0 0;
    }
}
div.objet span.objet-difficulte{
    position: absolute;
    bottom: 10px;
    right: 10px;
    padding: 5px;
    border-top-left-radius: 5px;
    background: #f9f9f9;
    color: #555;
    font-weight: bold;
}

/* --------------------- Social -------------------*/
.social-nav {
    padding: 0;
    list-style: none;
    margin: -10px 0 0 -10px;
}
.social-nav li {
    float: left;
    margin: 10px 0 0 10px;
    list-style: none;
}
.social-nav a {
    display: inline-block;
    float: left;
    width: 48px;
    height: 48px;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    line-height: 48px;
    position: relative;
    transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}
.social-nav a {
    overflow: hidden;
    font-size: 26px;
    border-radius: 4px;
}
.social-nav a:hover {
    background: #fff;
    text-shadow: 0px 0px #d4d4d4, 1px 1px #d4d4d4, 2px 2px #d4d4d4, 3px 3px #d4d4d4, 4px 4px #d4d4d4, 5px 5px #d4d4d4, 6px 6px #d4d4d4, 7px 7px #d4d4d4, 8px 8px #d4d4d4, 9px 9px #d4d4d4, 10px 10px #d4d4d4, 11px 11px #d4d4d4, 12px 12px #d4d4d4, 13px 13px #d4d4d4, 14px 14px #d4d4d4, 15px 15px #d4d4d4, 16px 16px #d4d4d4, 17px 17px #d4d4d4, 18px 18px #d4d4d4, 19px 19px #d4d4d4, 20px 20px #d4d4d4, 21px 21px #d4d4d4, 22px 22px #d4d4d4, 23px 23px #d4d4d4, 24px 24px #d4d4d4, 25px 25px #d4d4d4, 26px 26px #d4d4d4, 27px 27px #d4d4d4, 28px 28px #d4d4d4, 29px 29px #d4d4d4, 30px 30px #d4d4d4;
}
.social-nav .twitter {
    background:#00ACED;
    text-shadow: 0px 0px #0087ba, 1px 1px #0087ba, 2px 2px #0087ba, 3px 3px #0087ba, 4px 4px #0087ba, 5px 5px #0087ba, 6px 6px #0087ba, 7px 7px #0087ba, 8px 8px #0087ba, 9px 9px #0087ba, 10px 10px #0087ba, 11px 11px #0087ba, 12px 12px #0087ba, 13px 13px #0087ba, 14px 14px #0087ba, 15px 15px #0087ba, 16px 16px #0087ba, 17px 17px #0087ba, 18px 18px #0087ba, 19px 19px #0087ba, 20px 20px #0087ba, 21px 21px #0087ba, 22px 22px #0087ba, 23px 23px #0087ba, 24px 24px #0087ba, 25px 25px #0087ba, 26px 26px #0087ba, 27px 27px #0087ba, 28px 28px #0087ba, 29px 29px #0087ba, 30px 30px #0087ba;
}
.social-nav .twitter:hover {
    color: #00ACED;
}
.social-nav .facebook {
    background: #3B579D;
    text-shadow: 0px 0px #2d4278, 1px 1px #2d4278, 2px 2px #2d4278, 3px 3px #2d4278, 4px 4px #2d4278, 5px 5px #2d4278, 6px 6px #2d4278, 7px 7px #2d4278, 8px 8px #2d4278, 9px 9px #2d4278, 10px 10px #2d4278, 11px 11px #2d4278, 12px 12px #2d4278, 13px 13px #2d4278, 14px 14px #2d4278, 15px 15px #2d4278, 16px 16px #2d4278, 17px 17px #2d4278, 18px 18px #2d4278, 19px 19px #2d4278, 20px 20px #2d4278, 21px 21px #2d4278, 22px 22px #2d4278, 23px 23px #2d4278, 24px 24px #2d4278, 25px 25px #2d4278, 26px 26px #2d4278, 27px 27px #2d4278, 28px 28px #2d4278, 29px 29px #2d4278, 30px 30px #2d4278;
}
.social-nav .facebook:hover {
    color: #3B579D;
}
.social-nav .google {
    background: #DD4A3A;
    text-shadow: 0px 0px #c23122, 1px 1px #c23122, 2px 2px #c23122, 3px 3px #c23122, 4px 4px #c23122, 5px 5px #c23122, 6px 6px #c23122, 7px 7px #c23122, 8px 8px #c23122, 9px 9px #c23122, 10px 10px #c23122, 11px 11px #c23122, 12px 12px #c23122, 13px 13px #c23122, 14px 14px #c23122, 15px 15px #c23122, 16px 16px #c23122, 17px 17px #c23122, 18px 18px #c23122, 19px 19px #c23122, 20px 20px #c23122, 21px 21px #c23122, 22px 22px #c23122, 23px 23px #c23122, 24px 24px #c23122, 25px 25px #c23122, 26px 26px #c23122, 27px 27px #c23122, 28px 28px #c23122, 29px 29px #c23122, 30px 30px #c23122;
}
.social-nav .google:hover {
    color: #DD4A3A;
}
.social-nav .linkedin {
    background: #007BB6;
    text-shadow: 0px 0px #005983, 1px 1px #005983, 2px 2px #005983, 3px 3px #005983, 4px 4px #005983, 5px 5px #005983, 6px 6px #005983, 7px 7px #005983, 8px 8px #005983, 9px 9px #005983, 10px 10px #005983, 11px 11px #005983, 12px 12px #005983, 13px 13px #005983, 14px 14px #005983, 15px 15px #005983, 16px 16px #005983, 17px 17px #005983, 18px 18px #005983, 19px 19px #005983, 20px 20px #005983, 21px 21px #005983, 22px 22px #005983, 23px 23px #005983, 24px 24px #005983, 25px 25px #005983, 26px 26px #005983, 27px 27px #005983, 28px 28px #005983, 29px 29px #005983, 30px 30px #005983;
}
.social-nav .linkedin:hover {
    color: #007BB6;
}
.social-nav .pinterest {
    background: #CB2026;
    text-shadow: 0px 0px #9f191e, 1px 1px #9f191e, 2px 2px #9f191e, 3px 3px #9f191e, 4px 4px #9f191e, 5px 5px #9f191e, 6px 6px #9f191e, 7px 7px #9f191e, 8px 8px #9f191e, 9px 9px #9f191e, 10px 10px #9f191e, 11px 11px #9f191e, 12px 12px #9f191e, 13px 13px #9f191e, 14px 14px #9f191e, 15px 15px #9f191e, 16px 16px #9f191e, 17px 17px #9f191e, 18px 18px #9f191e, 19px 19px #9f191e, 20px 20px #9f191e, 21px 21px #9f191e, 22px 22px #9f191e, 23px 23px #9f191e, 24px 24px #9f191e, 25px 25px #9f191e, 26px 26px #9f191e, 27px 27px #9f191e, 28px 28px #9f191e, 29px 29px #9f191e, 30px 30px #9f191e;
}
.social-nav .pinterest:hover {
    color: #CB2026;
}

/*--------------------- USER ADMIN ---------------------*/
.userAdmin{
    position:absolute;
    top:150px;
    left:0px;
    background-color:#fff;
}
/*--------------------- page-breadcrumb ----------------*/
#page-breadcrumb{
    text-align:left;
    margin-top:20px !important;
    margin-bottom:40px !important;
}
/*--------------------- Entete -------------------------*/
.lead{
    font-weight:bold;
}
/* -------------------- Ecommerce ----------------------*/
.commandez-p-prix{
    font-size: 30px;
    letter-spacing: 1px;
    margin-bottom:20px;
    color: #5E4370 !important;
}
.commandez-icone{
    color:#5E4370;
    font-size:18px;
    margin-left: 5px !important;
}
div.produit_btn,.fiche-produit-button{
    position: relative;
    text-align: center;
    margin-top: 20px;
    padding-top: 1rem;
    padding-bottom: 3rem;
    padding-left: .5rem;
    padding-right: .5rem;
    transition-property: background;
    transition-duration: 0.8s;
}
a.produit_btn_simple{
    position: relative;
    text-align: center;
    margin-top: 10px;
    background-color:#5E4370;
    text-transform: uppercase;
    color:#fff;
    border-radius:20px;
    transition-property: background-color;
    transition-duration: 0.8s;
}
a.produit_btn_simple:hover{
    color:#fff;
    background-color:#000;
}
div.produit_btn a:hover{
    background-color: #000;
    text-align:center;
    margin-top:20px;
}

a.produit_btn,input[type=submit].produit_btn,.fiche-produit-button{
    margin:0;
    border:0px;
    background-color:#5E4370;
    font-size:20px;
    color:#fff;
    border-radius:5px;
    margin-left:auto;
    margin-right:auto;
    padding-left:10px;
    padding-right:10px;
    padding-top:2px;
    padding-bottom:5px;
    font-variant:small-caps;
    letter-spacing:.2rem;
    transition-property: background-color;
    transition-duration: 0.8s;

}

a.produit_btn:hover,input[type=submit].produit_btn:hover,.fiche-produit-button:hover{
    cursor:pointer;
    text-decoration: none;
    background-color:#000;
    font-size:20px;
    color:#fff;

}

.numbers-row{
    width:200px;
    margin-left:auto;
    margin-right:auto;
}
.numbers-row input[type=text]{
    float:left;
    width: 45px;
    padding-left:10px;
}
.numbers-row label{
    font-size:12px;
    line-height:26px;
    margin-right: 5px;
    float:left;
}
.numbers-row div.button{
    float:left;
    background-color:#5E4370;
    color:#fff;
    font-size:18px;
    line-height:18px;
    margin-left: 5px !important;
    height:26px !important;
    width:26px !important;
    text-align:center;
    padding:0;
    margin:0;
}

.contentPage ul li{
    font-size:16px !important;
}
.contentPage ul {
    margin-left:20px;
}

/* ------------------ SEJOUR -----------------*/
div.sejour{
    background-color:#F2C037;
    padding:10px;
    border-radius:5px;
    margin-bottom:20px;
}
div.sejour span.prix{
    text-align: center;
    font-size:24px;
    background-color:#f5f5f5;
    color:#555;
    font-weight:bold;
    display:block;
    width:100%;
    padding:10px;
    border-radius:5px;
    margin-bottom:10px;
}
div.sejour span.duree{
    text-align:center;
    font-size:14px;
    background-color:#f5f5f5;
    color:#555;
    font-style:italic;
    display:block;
    width:100%;
    padding:10px;
    border-radius:5px;
    margin-bottom:10px;
}
.modal-content{
    position:relative;
}
.modal-content #frame
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
}

/* ------------------ CARTE INTERACTIVE -----------------*/
.filtres-thematiques {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    width: 100%;
}
.filtres-categories {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    height: auto; 
    overflow: auto;
}
.filtre {
    width: 33%;
    float: left;
    padding: 10px;
    border: 1px solid #ddd;
    background: #5E4370;
    color: #fff;
    transition: all .2s ease-in-out;
    text-transform: uppercase;
}
.filtre-mobile {
    width: 50%;
}
.filtre:hover {
    background-color: #5E4370 !important;
    opacity: 0.9;
    color: #fff;
}
#choixCarte {
    position: absolute;
    z-index: 2;
    width: 44px;
    height: 44px;
    right: 12px;
    top: 120px;
    background-color: #f5f5f5;
}
.button-carte {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border: 1px solid #ddd;
    border-bottom: 0px;
}
.button-fa {
    padding: 0 14px;
    font-size: 16px;
}
.button-fa i.button-fa-map {
    margin: 0;
}
.filtre-carte-mobile {
    background-color: white;
    padding: 10px 15px;
    border-top: 1px solid #ddd;
    position: absolute;
    right: 0px;
    width: 300px;
}
.img-center {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.barre-carte {
    font-size: 26px; 
    padding: 8px 10px;
}
.button-leaflet {
    margin: 5px 0;
    padding: 0 20px;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
}
.img-leaflet {
    max-width: 200px;
    width: 200px;
    height: auto;
}
.menu-recherche {
    position: fixed;
    top: 150px;
    right: -280px;
    width: 280px;
    min-height: 150px;
    background: white;
    transition: right 250ms ease-in;
    -webkit-transition: right 250ms ease-in;
    -moz-transition: right 250ms ease-in;
    -ms-transition: right 250ms ease-in;
    -o-transition: right 250ms ease-in;
    z-index: 2;
}
.menu-recherche.is-open-menu-recherche {
    right: 0;
}
#button-open-menu-recherche {
    position: absolute;
    left: -32px;
    width: 32px;
    height: 32px;
    background: white;
    cursor: pointer;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
#center-i {
    display: block;
    text-align: center;
    font-size: 21px;
}
.menu-recherche-formulaire {
    max-height: 350px;
    overflow-y: auto;
}
.menu-recherche-formulaire li {
    list-style-type: none;
}
.toggle {
    margin-bottom: 10px;
}
.list-menu-recherche {
    margin: 0;
}
.checkboxMenuRecherche {
    text-transform: none;
}
@media screen and (max-width: 425px) {
    .filtre-mobile {
        width: 100%;
    }
    .filtre-mobile a {
        font-size: 12px;
    }
}
@media (min-width: 250px) and (max-width:575px) {
    #fixedButtonsRight {
        display: flex;
        justify-content: space-around;
        z-index: 1500;
        position: fixed;
        bottom: 0%;
        padding: 0;
        width: 100%;
        border-radius: 0;
        background-color:#4B365A;
    }
    #fixedButtonsRight a {
        margin: auto 0;
        padding: 10px 0;
    }
    #fixedButtonsRight a img {
        width: 50px;
    }
    
    #copyrights{
        margin-bottom:60px;
    }
}
@media (min-width: 576px) {
    #fixedButtonsRight {
        z-index: 1500;
        position: fixed;
        top: 250px;
        right: 0;
        padding: 10px 0;
        width: 55px;
        border-radius: 20px 0px 0px 20px;
        background-color: #65465A;
    }
    #fixedButtonsRight a {
        display: block;
        width: 100%;
        text-align: center;
        padding: 10px 0;
    }
    #fixedButtonsRight a img {
        width: 40px;
    }
    #fixedButtonsRight a#fixedContact {
        display: none;
    }
}

.close-animatedModal{
    background-color:#333333;
    height:40px;
    line-height:40px;
    text-align:center;
    font-size:16px;
    padding-left:25px;
    color:#fff;
    cursor:pointer;
}

#contactHome{
    background-color:#aaa;
    border-radius:20px;
    color:#444;
    padding:20px;
}
@media (min-width: 250px) and (max-width:575px) {
    #contactHome{
        margin-top:20px;
    }
}
@media (min-width: 576px) {
    #contactHome{
        margin-top:300px;
    }
}
.promo-brochure{
    background-image: url(/image/1627-diaporama.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    font-weight: bold;
    background-size: auto;
}
@media (max-width: 1199px) {
    .promo-brochure{
        background-size: 480px;
    }
}

.promo-newsletter{
    background-image: url(/image/1745-diaporama.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    font-weight: bold;
    background-size: 230px;
}

.labelCarte{
    background-color:#555;
    color:#fff;
    border-radius:10px;
    padding-left:10px;
    padding-right:10px;
    padding-top:2px;
    padding-bottom:2px;
}

@media (min-width: 250px) and (max-width:575px) {
    #header-wrap{
        padding-bottom: 55px !important;
    }
}
@media (min-width: 575px) and (max-width:1200px) {
    #header-wrap{
        padding-bottom: 65px !important;
    }
}
@media (min-width: 1200px) {
    #header-wrap{
        padding-bottom: 125px !important;
    }
}
div.regionMap{
    position:absolute;
    right:0px;
    color:#fff;
    padding:5px;
    background-color:#555555;
    border-radius: 10px 0px 0px 10px;
    top:0px;
}
div.regionMapLuberon {
    background-color: #96AA25;
}
div.regionMapVerdon {
    background-color: #006770;
}

@media (min-width: 100px) and (max-width:575px) {
    a.button-reveal i{
        display:none !important;
    }
    a.button-reveal span{
        font-size:10px !important;
    }
    a.button-reveal{
        padding-left:5px !important;
        padding-right:5px !important;
    }
}

#primary-menu ul li > a{
    padding-left:8px;
    padding-right:8px;
}
#carteInteractive {
    padding: 0;
}

.freezePage{
  overflow: hidden;
  height: 100%;
  position: relative;
}

/* -- CAPTCHA CACHÉ -- */
.grecaptcha-badge {
    display: none !important;
}

/* -- FOOTER MAIL - TEL -- */
.mail-tel-separation {
    display: flex;
    justify-content: flex-end;
}
@media (max-width: 465px) {
    .mail-tel-separation{
        display: block;
    }
}

/* --- Regie Pub --- */
.regie-container {
    position: relative;
}
.regie-contenu-sponso {
    position: absolute;
    top: 0;
    padding: 3px 7px;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
}

/* -- accordion mediterranee -- */
.accordion-mediterranee .card a.title-card-mediterranee .card-header:hover h5 {
    color: #51b5d5;
}
.accordion-mediterranee ul {
    padding-left: 40px;
}

.container-loader-boutique {
    z-index: 102;
    position: fixed;
    top: 0;
    background: #fcfcfc;
    width: 100%;
    height: 100%;
}
.loader-boutique {
    border: 16px solid #f5f5f5;
    border-radius: 50%;
    border-top: 16px solid #444444;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
    top: calc(50% - 61px);
    left:calc(50% - 61px);
    position: fixed;
}

/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


/* --- Carte Interactive V2 --- */
.buttonCIV2{
    position:absolute;
    z-index:1;
}
.buttonCIV2-saveTravelNote{top:5px;left:5px;}
.buttonCIV2-voyages{top:55px;left:5px;}
.buttonCIV2-travel{top:5px;right:5px;}
#side-panel.sideItineraire .side-panel-wrap{padding:30px 50px 30px 20px;}
#side-panel.sideItineraire .side-panel-wrap .widget{width:100%;}
.btn-addrGeoloc {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 38px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
/* --- Fin Carte Interactive V2 --- */
.owl-carousel.owl-carousel-blog .full-image{
    height: 650px;
    color: white !important;
}
div.full-image div div div div.carreV2 {
    width: 60%;
    height: auto;
    max-height: 490px;
    overflow: hidden;
    padding: 0 20px 20px;
    background-color: #5E4370;
}
div.full-image div div div div.carreV2 p {
    color: white !important;
}
div.full-image div div div div.carreV2 p.lead {
    margin-top: 30px;
}
.owl-carousel.owl-carousel-blog:hover .owl-nav [class*=owl-]{left: 5px;}
.owl-carousel.owl-carousel-blog:hover .owl-nav .owl-next{right: 5px;left: auto;}

#top-lang{
    position: relative;
    float: right;
    margin: 40px 0 40px 15px;
}
#top-lang .top-lang-content{
    opacity: 0;
    z-index: -2;
    position: absolute;
    width: 280px;
    background-color: #FFF;
    box-shadow: 0px 20px 50px 10px rgb(0 0 0 / 5%);
    border: 1px solid #EEE;
    border-top: 2px solid #5E4370;
    top: 60px;
    right: -15px;
    left: auto;
    margin: -10000px 0 0;
    -webkit-transition: opacity .5s ease, top .4s ease;
    -o-transition: opacity .5s ease, top .4s ease;
    transition: opacity .5s ease, top .4s ease;
}
#top-lang.top-lang-open .top-lang-content{
    opacity: 1;
    z-index: 11;
    margin-top: 0;
}
#top-lang .top-lang-title{
    padding: 12px 15px;
    border-bottom: 1px solid #EEE;
}
#top-lang .top-lang-items{
    padding: 15px;
}
#top-lang .top-lang-item{
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #f5f5f5;
}
#top-lang .top-lang-item:first-child{
    padding-top: 0;
    margin-top: 0;
    border-top: 0;
}
#top-lang .top-lang-item-image{
    float: left;
    margin-right: 15px;
    width: 20px!important;
    height: 48px!important;
    -webkit-transition: border-color .2s linear;
    -o-transition: border-color .2s linear;
    transition: border-color .2s linear;
}
#top-lang .top-lang-item-desc{
    position: relative;
    overflow: hidden;
}