﻿
/* Reset */

a{
    outline: none!important;
}

h2{
    font-size: 36px;
}

.justify, .justify p{
    text-align: justify!important;
}

.pageWrap, .wrapRedac{
    display: block;
    width: 960px;
    margin: 0 auto;
}

/*BE*/

#ConstellationWidget .co-widget-styled.co-widget-chevron-down:before{
    margin-top: auto !important;
}

#ConstellationWidget .co-widget-i-calendar {
    position: relative;
    left: 10px!important;
    bottom: 25px !important;
    right: auto!important;
    cursor: pointer;
}

.co-widget .co-widget-date #FieldDate {
    text-indent: 30px!important;
}

.co-widget .co-widget-btn-resume-capa{
    height: 100%!important;
}

/* Menu */

/*.left-menu li:nth-child(7):hover, .left-menu li:nth-child(8):hover{
    background: none!important;
}*/

.lang-display ul{
    top: 49.36px;
}

.left-menu li:nth-child(7) a span{
    font-size: 22px;
}

.left-menu li:nth-child(7):hover a{
    color: #fff!important;
}

.bestToKnow{
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    display: block;
    height: 50px;
    line-height: 50px;
    transition: 0.4s linear;
    -o-transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
    -moz-transition: 0.4s linear;
    position: relative;
    left: -15px;
    padding: 0 20px;
    cursor: pointer;
}

.bestToKnow:hover, .bestToKnow.active{
    background: #fff;
    color: #191919;
}

.ssBestToKnow {
    display: block;
    position: absolute;
    top: 50px;
    left: 0;
    background: #191919;
    width: 360px;
    z-index: 10000;
}

.ssBestToKnow ul.link_top{
    display: flex;
    display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
    flex-direction: column;
    width: 100%;
}

.ssBestToKnow ul.link_top li{
    height: 60px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    line-height: 60px;
    padding: 0 10px;
}

.ssBestToKnow ul.link_top li:nth-child(4) {
    height: auto!important;
}

.ssBestToKnow ul.link_top li a{
    color: #fff;
    font-family: 'Open Sans';
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    width: 100%;
    height: 100%;
    display: block;
}

.ssBestToKnow ul.link_top li a em:first-child{
    font-size: 22px;
    margin: 0 10px 0 0
}

.ssBestToKnow ul.link_top li a em:last-child{
    float: right;
    margin-right: 10px;
}

.ssBestToKnow ul.link_top li a em.meteoWrap{
    float: right;
    margin-right: 10px;
}

li.lang-display:hover ul.translation-links {
    display: block!important;
}

ul.translation-links {
    background: rgba(0,0,0,0.5);
    width: 65px;
    position: absolute;
}

.reservedMenu a {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    display: block;
    /*height: 50px;*/
    /*line-height: 50px;*/
    background: #e6511e;
    position: relative;
    /*right: -15px;*/
    padding: 0 20px;
}

.reservedMenu a:hover{
    background: #d83b06!important;
}

.socialsMenuBest span {
    color: #e6511e;
    text-align: center;
    display: block;
    font-weight: bold;
    font-size: 18px;
    font-family: 'Open Sans';
    text-transform: initial!important;
}

.socialsMenuBest span:hover{
    color: #d83b06!important;
}

.socialsMenuBest ul{
    display: flex;
    justify-content: center;
}

.socialsMenuBest ul li a {
    color: #fff;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #e6511e;
    margin: 5px;
    display: block;
    position: relative;
    transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
}

.socialsMenuBest ul li a:hover{
    background: #d83b06!important;
}

.socialsMenuBest ul li a em{
    font-size: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}

.bestToKnow a.link_bottom{
    display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
    justify-content: center;
    margin: 40px auto;
    padding: 0px 20px;
    background: #e6511e;
    color: #fff;
    text-transform: uppercase;
    align-items: center;
    align-content: center;
    width: 210px;
    transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
}

.bestToKnow a.link_bottom:hover{
    background: #d83b06!important;
}

a.link_bottom em {
    padding: 0 5px;
}


.lienTopHome {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 40px 0 20px 0;
}

.lienTopHome a {
    font-size: 12px;
}

span.texteCache {
    display: block;
    width: 960px;
    margin: 20px auto;
    font-size: 16px;
    font-weight: 300!important;
}

.slider_articles .slick-slide{
    padding: 25px 0;
}



/* BE home */

.descBE{
    display: flex;
    display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
    justify-content: center;
    flex-direction: column;
}

span.pictosBE {
    display: block;
    margin: 5px auto;
}

span.texteBE {
    font-size: 18px;
    display: block;
    padding: 0 50px;
    text-align: center;
}

.lineReserved {
    display: block;
    height: 50px;
    width: 100%;
    background: #191919;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    position: relative;
    bottom: 0;
}

.be-w .user-title {
    text-align: center;
    font-size: 36px;
    text-transform: uppercase;
    color: #191919;
    font-weight: bold;
    margin: 20px;
}

.be-w{
    background: #fff!important;
    display: block!important;
}

.be-w > .container{
    flex-direction: column;
}

.co-widget.co-widget-vertical .co-widget-type ul li span{
    display: block!important;
    height: 40px;
    line-height: 40px;
}

.co-widget .co-widget-type ul li i{
    display: none;
}

.co-widget .co-widget-type ul li a {
    color: #fff!important;
    height: 40px;
    line-height: 40px;
    padding: 0!important;
    position:relative;
}

.co-widget .co-widget-type ul li:nth-child(2) a{
    text-indent:-9999999px;
}

.co-widget .co-widget-type ul li:nth-child(2) a:after {
    content: "Expériences";
    display: block;
    position: absolute;
    color: #fff;
    top: 0;
    width: 100%;
    text-align: center;
    text-indent:0px;
}



.co-widget .co-widget-type ul{
    display: flex;
    display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
}

.co-widget .co-widget-type ul li {
    text-align: center;
    padding: 0 !important;
    background: #969696!important;
    font-size: 16px;
    height: 40px!important;
    line-height: 40px!important;
    width: 33.26%;
    margin: 0 1px 0 0;
}

.co-widget .co-widget-type ul li:last-child {
    margin: 0!important;
}

.co-widget-container {
    display: flex;
    display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
}

.co-widget-i-calendar, .co-widget .co-widget-styled.co-widget-chevron-down:before {
    position: absolute;
    right: 5px;
    top: 50%!important;
    cursor: pointer;
    transform: translateY(-50%)!important;
    -webkit-transform: translateY(-50%)!important;
    -moz-transform: translateY(-50%)!important;
    -o-transform: translateY(-50%)!important;
    bottom: auto!important;
    margin-top: 0!important;
}

.co-widget input, .co-widget select, .co-widget .co-widget-styled, .co-widget-trip .co-widget-duration{
    height: 50px!important;
}

.co-widget .co-widget-type ul li.active, .co-widget .co-widget-type ul li:hover,
.co-widget .co-widget-container {
    background-color: #191919!important;
}

#containerBE .be-w {
    width: 100%;
}

#containerBE .co-widget.co-widget-vertical .co-widget-search, .co-widget.co-widget-intermediate .co-widget-search{
    margin-top: 0!important;
    width: 250px!important;
}

#containerBE .co-widget-ddl-type{
    display: none!important;
}

#containerBE .co-widget.co-widget-intermediate .co-widget-type ul li span{
    display: block!important;
    height: 40px;
    line-height: 40px;
}

#containerBE .co-widget.co-widget-vertical .co-widget-div-resume-capa{
    margin-bottom: 0!important;
}

#containerBE  .co-widget .co-widget-btn-resume-capa{
    height: 50px!important;
}

#containerBE .co-widget-date label:first-child, #containerBE .co-widget-duration label:first-child,
#containerBE .co-widget-occupancy label#lblTitleNbLoc:first-child{
    display: none!important;
}

.co-widget #BtnLaunchBooking{
    background: #e6511e!important;
    color: #fff!important;
    padding: 0!important;
    height: 50px;
    transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
}

.co-widget #BtnLaunchBooking:hover {
    background: #d83b06!important;
}

/* Event Menu */

.wrapEventDay{
    display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
    align-items: center;
    margin: 0 0 20px 0;
    justify-content: space-between;
}

.wrapEventDay .article{
    display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
    flex-direction: column;
}

.wrapEventDay .image_article{
    margin-right: 6px;
}

span.dateEventMenu {
    font-family: 'Open Sans';
    font-size: 12px;
    text-transform: initial;
    color: #fff;
    display: block;
    height: 50px;
    height: 20px;
    line-height: 20px;
    font-weight: 500;
}

span.titreEventDay {
    font-family: 'Open Sans';
    font-size: 16px;
    text-transform: initial;
    line-height: 1.2;
    display: block;
    font-weight: bold;
    color: #fff;
    padding: 0 10px 0 0;
}

a.link_fmaMenu{
    color: #e6511e!important;
    font-family: 'Open Sans';
    font-size: 14px!important;
    height: 30px;
    line-height: 30px;
}

a.link_fmaMenu:hover {
    color: #d83b06!important;
}

a.link_fmaMenu em{
    font-size: 16px!important;
}

span.weather-temperature{
    font-weight: lighter;
}

a.link_fmaMenu em, .ssBestToKnow ul.link_top li:nth-child(4) em{
    float: none!important;
}

.picto_famille{
    display: inline-block;
    background: #fff url(/Portals/_default/Skins/Collioure/img/pictos/picto_famille.png) center / 70%;
    width: 70px;
    height: 70px;
    background-repeat: no-repeat;
    border: 2px solid #34a8d9;
    border-radius: 50%;
}

.picto_love{
    display: inline-block;
    background: #fff url(/Portals/_default/Skins/Collioure/img/pictos/picto_love.png) center / 70%;
    width: 70px;
    height: 70px;
    background-repeat: no-repeat;
    border: 2px solid #34a8d9;
    border-radius: 50%;
}

.picto_seul{
    display: inline-block;
    background: #fff url(/Portals/_default/Skins/Collioure/img/pictos/picto_seul.png) center / 70%;
    width: 70px;
    height: 70px;
    background-repeat: no-repeat;
    border: 2px solid #34a8d9;
    border-radius: 50%;
}

.venirItemL li a:hover .picto_famille{
    background: #34a8d9 url(/Portals/_default/Skins/Collioure/img/pictos/picto_famille-blanc.png) center / 70%;
    background-repeat: no-repeat;
}

.venirItemL li a:hover .picto_love{
    background: #34a8d9 url(/Portals/_default/Skins/Collioure/img/pictos/picto_love-blanc.png) center / 70%;
    background-repeat: no-repeat;
}

.venirItemL li a:hover .picto_seul{
    background: #34a8d9 url(/Portals/_default/Skins/Collioure/img/pictos/picto_seul-blanc.png) center / 70%;
    background-repeat: no-repeat;
}

.venirItemL ul{
    margin: 0!important;
    padding: 0!important
}

.left-menu li.venirItemR:hover{
    background: #191919!important;
}

.venirItemL li{
    background: none!important;
    margin: 0!important;
    padding: 0!important;
}

.venirItemL li a{
    transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
}

.right a.fond_item_mini:hover {
    background: #191919;
}

.right a.fond_item_mini:hover div.img-background{
    opacity: 0.5;
}

.left-menu li .sub-menu .item_discover.full li a, .left-menu li .sub-menu .item_discover.right li a{
    background: #191919;
}

.item_discover .right a.fond_item_mini, .item_discover .full li a.fond_item_mini {
    background: #191919;
}

.item_discover a.fond_item_mini:hover div.img-background{
    opacity: 0.5;
}

.venirItemL li a span {
    line-height: 1.2;
    margin-left: 20px;
    vertical-align: middle;
    display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
    height: 70px;
    align-items: center;
    font-size: 20px;
    font-weight: 500;
}

.left-menu li .sub-menu{
    padding: 20px!important;
}

.venirImage{
    display: block;
    width: 100%;
    height: 326px;
    position: relative;
    background-size: cover;
    background-position: center;
    opacity: 0.5;
}

.venirImage:hover{
    opacity: 0.3!important;
}

.venirItemR{
    height: 326px;
    background: #000;
    position: relative;
}

.venirItemR a{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    display: block;
    text-align: center;
    font-family: 'Open Sans';
    font-size: 30px!important;
    font-weight: bold!important;
    color: #fff!important;
    text-transform: initial!important;
}

/*.oi-cols-w > .col-md-8 {
    float: none!important;
}*/

/* Sldier HOme */

.slider_articles .detail_article > p{
    z-index: 11;
    line-height: 1.2;
}

.slider_articles .auteur p .black {
    color: #000;
    display: block;
    width: 100%;
    margin: 3px;
    font-style: italic;
}

.slider_articles .auteur .etablissement {
    color: #34A9DE;
    font-size: 12px;
    text-transform: uppercase;
    margin-top: 5px;
    line-height: 1.2;
    display: block;
}

.slider_articles .image_auteur {
    margin-top: -40px!important;
}

.slider_articles .image_auteur img{
    margin-top: 0!important;
    margin-bottom: 0!important;
}

.ombre {
    background: url(/Portals/_default/Skins/Collioure/img/ombre.png) no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
}

.OI-in-list-img .ombre{
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.OI-in-list-img .logo-absolute,
.contenu_detail .logo-absolute{
    position: absolute;
    z-index: 2;
    background: url(/Portals/_default/Skins/Collioure/img/absolute-collioure.png) no-repeat center center;
    width: 80px;
    height: 80px;
    background-size: cover;
}

.OI-in-list-img .logo-absolute,
.contenu_detail .logo-absolute{
    right:5px;
    top:5px;
}

/*.contenu_detail .logo-absolute{
    top:5px;
    left:5px;
}*/

.mod_slider_home .qcm-form{
    display: none!important;
}

.slider_vivre .slick-slide{
    height: 590px!important;
}

.fondGris .pageWrap{
    margin: 0 auto!important;
}

/* slider artcile selection */

.detailVA .auteur {
     height: auto!important;
    padding-bottom: 0!important;
    background: #fff;
    top: 0;
    left: 0;
    position: absolute;
    right: 0;
    padding-bottom: 18px;
}

span.typeVAD {
    text-transform: uppercase;
    color: #969696;
    font-weight: bold;
    font-size: 12px;
    text-align: left;
    width: 100%;
    display: block;
    padding-left: 15px;
    margin: 10px 0;
}

.detailVA .image_article{
    height: 230px;
}

.detailVA .auteur p.black-title {
    color: #000;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2;
    text-align: left;
    margin-left: 15px;
}

.selection .image_auteur, .detailVA .image_auteur{
    margin-top: 0!important;
}

.big-title .titre-2{
    margin-top: 40px;
}

/* slider article home */

.slider_articles li .article{
    width: 310px!important;
    -webkit-box-shadow: 0 4px 21px rgba(41,47,51,.15)!important;
	-moz-box-shadow: 0 4px 21px rgba(41,47,51,.15)!important;
	box-shadow: 0 4px 21px rgba(41,47,51,.15)!important;
    background: #fff;
}

.picto-type-oi{
    background-image: url('img/pictos/sprite-genre-ois-orange.png')!important;
    display: block;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    margin: 10px auto;
    position: relative;
    z-index: 11;
}

.OI-in-list .picto-type-oi.heb {
    background-position:center 0px;
}

.OI-in-list .picto-type-oi.act {
    background-position:center -41px;
}

.OI-in-list .picto-type-oi.restau {
    background-position:center -82px;
}

.OI-in-list .picto-type-oi.fma {
    background-position:center -41px;
}

.OI-in-list .picto-type-oi{
    margin: -20px auto 0 auto;
}

.slider_articles .auteur{
    height: 120px!important;
    padding-bottom: 0!important;
}

.slider_articles .desc-promos{
    height: 120px!important;
    padding: 15px 15px 0 15px !important;
    color:#000;
    position: absolute;
    bottom: 0;
    background: #fff;
    width: 100%;
}

.slider_articles .desc-promos .title{
    font-weight:bold;
    font-size:18px;
}

.slider_articles .desc-promos .text{
    font-size:16px;
}

.slider_articles .desc-promos .price-w{
    font-weight:bold;
    color: #fff;
    position: absolute;
    bottom: 129px;
    text-shadow: 0 0 43px rgba(0, 0, 0, .21), 0 3px 7px rgba(0, 0, 0, .35);
    right: 15px;
    text-align: right;
}

.slider_articles .desc-promos .price-w .price{
    font-size:28px;
    line-height:24px;
}

.slider_articles .image_article{
    background: #181818;
}

.picto-agenda {
    background-image: url('img/pictos/picto_agenda.png')!important;
    background-repeat: no-repeat;
    background-position: center bottom;
    width: 100%!important;
    margin-bottom: 10px;
    height: 30px!important;
}

.picto-carte {
    background-image: url('img/pictos/picto_carte.png')!important;
    background-repeat: no-repeat;
    background-position: center bottom;
    width: 100%!important;
    margin-bottom: 10px;
    height: 30px!important;
}

.picto-dormir {
    background-image: url('img/pictos/picto_dormir.png')!important;
    background-repeat: no-repeat;
    background-position: center bottom;
    width: 100%!important;
    margin-bottom: 10px;
    height: 30px!important;
}

.picto-faire {
    background-image: url('img/pictos/picto_faire.png')!important;
    background-repeat: no-repeat;
    background-position: center bottom;
    width: 100%!important;
    margin-bottom: 10px;
    height: 30px!important;
}

.picto-manger {
    background-image: url('img/pictos/picto_manger.png')!important;
    background-repeat: no-repeat;
    background-position: center bottom;
    width: 100%!important;
    margin-bottom: 10px;
    height: 30px!important;
}

.picto-preparer {
    background-image: url('img/pictos/picto_carnet.png')!important;
    background-repeat: no-repeat;
    background-position: center bottom;
    width: 100%!important;
    margin-bottom: 10px;
    height: 30px!important;
}

/* Slider ciel ouvert home */

.slider_categorieNew{
    background: #000;
}

.slider_categorieNew img{
    opacity: 0.8;
}

a.btn_orange, .btn_orange{
    background: #e6511e!important;
    color: #fff!important;
    border: none!important;
    padding: 10px 30px;
    margin: 20px;
    transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
}

a.btn_orange:hover, .btn_orange:hover {
    background: #d83b06!important;
}

/* Venir a collioure home */

.map-home .checklist, .map-home .post-it{
    left: 5%!important;
}

.map-home .glasses{
    background: url(img/home/sunGlasses.png) no-repeat center center!important;
}

.lesMags {
    position: absolute;
    right: 0;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    top: 35%;
    display: flex;
    display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
    flex-direction: column;
}

.lesMags a {
    display: block;
    width: 300px;
    text-align: center;
    position: absolute;
    bottom: -80px;
    right: -20px;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
}

.map-home .post-it{
    top: 25%;
}

.map-home .post-it ul li{
    font-weight: 400;
}

.mod_slider_home .logo-desktop{
    display: block!important;
}

.header-img .logo-desktop{
    display: none;
}

.header-img h1{
    font-size: 60px!important;
    font-weight: 700!important;
    padding: 0 45px!important;
}

.magHeader{
    height: 60vh!important;
    margin-bottom: 100px;
}

.magHeader .image_auteur img {
    width: 90px;
    height: 90px;
    display: inline-block;
    border-radius: 50%;
}

.magHeader .auteur {
    bottom: -75px;
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    position: absolute;
}

.paragrapheBold{
    font-family: 'Open Sans';
    font-size: 22px;
    font-weight: bold;
}

span.nomUser {
    text-align: center;
    display: block;
    font-size: 22px;
    color: #181818;
}

.header-img .categorie{
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    margin: 0;
    padding: 0 15px;
    position: absolute;
    text-align: center;
    text-shadow: 0 0 43px rgba(0, 0, 0, .21), 0 3px 7px rgba(0, 0, 0, .35);
    top: calc(50% - 60px);
    width: 100%;
    z-index: 99;
    text-transform: uppercase;
}

/* Filtre Mags */

ul#filtre li a.filter-anchor {
    color: #fff;
    font-weight: bold;
    padding: 10px 20px;
    display: block;
    text-decoration: none !important;
}

ul#filtre li.actifBtn, ul#filtre li a:hover {
    background: #181818!important;
    text-decoration: none!important;
}
ul#filtre li {
    margin: 5px;
    background: #e6511e;
}
ul#filtre {
    display: flex!important;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 980px;
    margin: 20px auto;
}


/* Page de liste */

.map-opened .filtres_actifs {
    z-index: 1111111;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    top: 155px;
}

.voir-aussi-details-w h2.container{
    display: none;
}

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

    .modal.search .modal-dialog.modal-lg .modal-content .modal-body #recherche input{
        font-size: 26px;
    }

    .redac2imagesP{
        flex-direction: column;
    }

    .OI-in-list-img .image-cover{
        position: inherit!important;
        transform: none!important;
        top: auto!important;
        left: auto!important;
        height: auto!important;
    }

    /* --- SEARCH TOOL ---*/
    .search-tool > p{
        font-size: 20px;
    }

    .filters-panel .filters-list{
        flex: 1 0 25%;
    }

    /* --- OI --- */
    .OI-in-list-infos .oi-main-infos-w{
        width: 55%;
    }

    .OI-in-list-infos .oi-caracteristics-w{
        width: 45%;
    }

    .OI-in-list-infos .contact{
        margin-right: 0;
    }

    /* --- LOGO --- */
    .tablet-logo-nav{
        display: block;
        position: relative;
        left: -20px;
    }

    /*.logo-desktop{
        -webkit-box-shadow: 0 4px 21px rgba(41,47,51,.15);
        -moz-box-shadow: 0 4px 21px rgba(41,47,51,.15);
        box-shadow: 0 4px 21px rgba(41,47,51,.15);
    }*/

    /* --- MENU --- */
    .main-nav{
        height: 90px;
    }

    .menu-wrapper{
        display: none;
    }

    .tablet-menu{
        display: -webkit-flex;
	    display: -moz-flex;
	    display: -ms-flex;
	    display: -o-flex;
	    display: flex;
    }

    /* --- FOOTER --- */

    .skin-footer {
        position: relative;
        z-index: 99;
    }

    /* --- UPPER FOOTER --- */
    .upper-footer{
        flex-direction: column;
        padding: 50px 0;
    }

    .pre-footer > span{
        font-size: 30px;
    }

    .footer-left-block {
        width: 100%;
    }

    .footer-left-block,
    .footer-middle-block {
        margin-bottom: 50px;
    }

    .footer-left-block-pictos {
        flex-wrap: wrap;
        width: 90%;
    }

    .footer-middle-block-pictos {
        width: 40%;
    }

    /* --- LOWER FOOTER --- */
    .CG > ul > ul{
        margin-top: 30px;
        width: 100%;
    }

}

.mobileDisplay{
    display: none;
}


@media screen and (min-width: 1024px) and (max-width: 1375px)
{

    .reservedMenu a, .bestToKnow{
        width: 200px;
    }

}

@media screen and (min-width: 768px) and (max-width: 1023px){

     h2{
        font-size: 30px!important;
    }

     ul#filtre, .total, .liste_articles .container.sans-slide {
        width: 635px!important;
    }

    /*.liste_articles li.touchcarousel-item:nth-child(2n+2) {
        margin: 30px 0 0 0!important;
    }*/

    .wrapRedac{
        width: 768px!important;
        margin: 0 auto!important;
    }

    .redac-block{
        width: 768px!important;
        padding: 0!important;
    }

    .liste_articles, .liste_articles .wrapMag, .total, ul#filtre{
        width: 768px;
        margin: 20px auto;
         text-indent: 10px;
    }

    .search-tool-w, .OI-list{
        width: 768px!important;
    }

    #BEliste{
        width: 768px!important;
        flex-direction: column!important;
    }

    div#infosBE {
        position: relative;
        top: -20px;
        display: block;
        margin: 0 auto;
    }

    #BEliste .co-widget-container.co-widget-col-3{
        width: 33%!important;
    }

    #BEliste .co-widget-container{
        display: flex;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        flex-wrap: wrap;
    }

    #BEliste .co-widget-col-4{
        width: 36%!important;
    }

    #BEliste .co-widget-col-3{
        width: 47%!important;
   }

    .filtres_actifs {
        margin: 0 auto;
        width: 768px!important;
    }

    .filtres_actifs a{
        margin: 0 20px 0 0!important;
    }

}

@media screen and (max-width: 767px) {
    .co-widget .co-widget-type ul li:nth-child(2) a {
        text-indent:initial;
    }

    .co-widget .co-widget-type ul li:nth-child(2) a:after {
        content: "";
    }
}

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

    .lineReserved{
        position: initial!important;
        bottom: auto!important;
    }

    .resp-visuel .container{
        margin-top: -80px!important;
        margin-bottom: 20px!important;
    }

}

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

    /* Widget icones Home */

    .co-widget .co-widget-type ul li i{
        display: block!important;
        margin-top: 6px;
    }

    .tablet-menu-button .button-font{
        color: #fff!important;
    }

    .tablet-menu ul li {
        height: 60px;
        line-height: 60px;
        margin: 0 0 0 20px;
    }

    .tablet-menu ul li.lang-display a{
        display: block;
    }

    .lang-display ul {
        top: 60px;
        z-index: 11;
        margin: 0!important;
    }

    .lang-display ul li {
        margin: 10px 0;
        display: flex;
        display: -webkit-flex;
	    display: -moz-flex;
	    display: -ms-flex;
	    display: -o-flex;
        align-items: center;
        justify-content: center;
        height: 40px!important;
    }

    .tablet-menu > ul{
        margin: 0!important;
        width: 100%!important;
        justify-content: center;
    }

    .lienTopHome{
        display: none;
    }

    .lineReserved span{
        font-size: 14px;
    }

    .map-home .photo{
        display: none;
    }

    .map-home .checklist, .map-home .post-it{
        left: 50%!important;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }

    .mobileDisplay{
        display: block;
        margin: 0 auto;
    }

    .othersDisplay{
        display: none;
    }

    .map-home .checklist{
        top: 30%;
    }

    .map-home .post-it {
        top: 10%;
    }

    .lesMags {
        position: absolute;
        right: 0;
        transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        flex-direction: column;
        left: 50%;
        top: 70%;
    }

    .lesMags a {
        display: block;
        width: 250px;
        text-align: center;
        position: absolute;
        bottom: -80px;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        font-weight: bold;
        font-size: 14px;
        text-transform: uppercase;
    }

    .slider_vivre .slick-dots li button:before{
        font-size: 12px!important;
    }

     h2{
        font-size: 20px!important;
    }

    ul.touchcarousel-container{
        height: 375px!important;
        width: 100%!important;
    }

    #BEliste .co-widget-col-3.dms.co-widget-trip{
        width: 100%!important;
    }

    .sur_mesure{
        height: 360px!important;
        padding: 0!important;
        position: relative;
    }

    .sur_mesure .titre-3{
        font-size: 30px;
    }

    .sur_mesure .hashtag{
        font-size: 26px;
    }

    .sur_mesure .contenu{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        width: 100%;
    }

    .wrapEventDay{
        justify-content: space-between;
    }

    .map-home .glasses{
        top: 13%!important;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        right: auto!important;
    }

    .co-widget-container{
        flex-direction: column;
    }

    .co-widget.co-widget-vertical .co-widget-div-resume-capa {
        margin: 10px 0!important;
    }

    #containerBE .co-widget.co-widget-vertical .co-widget-search, .co-widget.co-widget-intermediate .co-widget-search{
        margin-top: 10px!important;
        width: 100%!important;
    }

    .ssBestToKnow{
        width: 100%!important;
    }

    .tablet-logo-nav{
        width: 97px!important;
    }

    .tablet-logo-nav img{
        height: 40px;
        width: 97px;
    }

    .liste_articles, .liste_articles .wrapMag, .total, ul#filtre{
        width: 320px;
        margin: 0 auto;
    }

    .filters-toggle{
        width: 100%!important;
    }

    .filters-panel{
        flex-direction: column!important;
    }

    div#infosBE {
        position: relative;
        top: -20px;
        display: block;
        margin: 0 auto;
    }

    .slider_articles .slick-dots li {
        display: inline-block;
        margin: 0 2px;
        width: 10px!important;
        margin: 0 5px!important;
    }

    #BEliste .co-widget.co-widget-intermediate .dms.co-widget-trip{
        width: 100%!important
    }

    #BEliste .co-widget.co-widget-intermediate .co-widget-search{
        width: 100%!important;
        margin-top: 5px!important;
    }

    .search-tool-w, .OI-list{
        width: 90%!important;
    }

    #BEliste{
        width: 90%!important;
        flex-direction: column!important;
    }

    #BEliste .co-widget-container{
        display: flex;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        flex-wrap: wrap;
    }

    #BEliste .co-widget-container label{
        color: #191919!important;
    }

    .pictos-filters, .mapListe{
        display: none!important;
    }
}

#BEliste {
    display: flex;
    display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
    align-items: baseline;
    width: 970px;
    margin: 0 auto;
    justify-content: center;
}

#BEliste .co-widget-col-3.dms.co-widget-trip {
    width: 50%;
}

#BEliste .co-widget-ddl-type{
    display: none!important;
}

#BEliste .co-widget-container {
    background-color: #f4f4f4 !important;
}

#BEliste .co-widget .co-widget-styled select, #BEliste .co-widget input {
    border-radius: 0 !important;
    border: 1px solid #ccc;
}

#BEliste .co-widget .co-widget-btn-resume-capa {
    height: 50px !important;
}

#BeToMove {
    width: 100%;
}

div#infosBE {
    position: relative;
    top: -20px;
}

#BEliste .co-widget-title {
    display: none;
}

.map-opened .search-tool{
    position: fixed!important;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    z-index: 9999;
    width: 60%;
}

.map-opened .filters-panel {
    background: #fff;
    border: 1px solid #e8e8e8;
    display: none;
    flex-wrap: wrap;
    padding: 10px;
    position: fixed!important;
    top: 142px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    z-index: 9999;
    width: 60%;
}

.mapFull {
    position: fixed!important;
    width: 100%!important;
    height: 100%!important;
    top: 0;
    left: 0;
    z-index: 4;
}

.carte-btn{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background: #e6511e;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px;
    font-size: 14px;
    cursor: pointer;
}

.filtres_actifs{
    width: 970px;
}

.co-widget button:not([class*=pika]){
    border-radius: 0!important;
}

.btn-close{
    position: fixed;
    top: 50px;
    right: 50px;
    background: #e6511e!important;
    color: #fff;
    z-index: 999;
    cursor: pointer;
}

.mod-ot-list-w{
    display: block;
    padding: 50px 0;
    background: #f4f4f4;
}

.filtres_actifs{
    display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
    align-items: center;
}

.filtres_actifs  ul{
    display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
    align-items: center;
}

.filtres_actifs a{
    background: #e6511e!important;
    color: #fff!important;
    transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
}

.filtres_actifs a:hover{
    background: #d83b06!important;
}

div.addCarnet em {
    font-size: 26px;
    margin-right: 10px;
}

div.addCarnet {
    position: absolute;
    bottom: 5px;
    left: 10px;
    color: #fff;
    font-size: 11px;
    display: block;
    z-index: 2;
}

div.addCarnet a{
    display: -webkit-flex;
    display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
    align-items: center;
    color: #fff!important;
}

div.addCarnet span{
    width: 50px;
    line-height: 1.1;
}

.search-tool-w, .OI-list{
    width: 970px;
    margin: 0 auto!important;
    padding: 0!important;
}

.picto-big {
    height: 50px!important;
    width: 50px!important;
}

.totalResults{
    font-size: 24px;
    font-family: 'Open Sans';
    font-weight: bold;
}

.search-tool{
    padding: 20px 40px!important;
    margin: 0!important;
}

[data-action="UnFilter"] > .picto-wifi{
    background-image: url(img/pictos/icon-hover_wifi.png);
}

[data-action="UnFilter"] > .picto-clim{
    background-image: url(img/pictos/icon-hover_climatisation.png);
}

[data-action="UnFilter"] > .picto-restaurant{
    background-image: url(img/pictos/icon-hover_restaurant.png);
}

[data-action="UnFilter"] > .picto-piscine{
    background-image: url(img/pictos/icon-hover_piscine.png);
}

[data-action="UnFilter"] > .picto-parking{
    background-image: url(img/pictos/icon-hover_parking.png);
}

[data-action="UnFilter"] > .picto-handi{
    background-image: url(img/pictos/icon-hover_handi.png);
}

[data-action="UnFilter"] > .picto-animaux{
    background-image: url(img/pictos/icon-hover_animaux.png);
}

[data-action="UnFilter"], .pictos-filters > [data-action="UnFilter"]{
    color: #e6511e;
    font-family: 'Open Sans';
}

.pictos-filters{
    margin: 0!important;
    width: 80%!important;
}

.filters-toggle{
    width: auto!important;
}

.fullMapSize{
    position: fixed!important;
    top: 0!important;
    left: 0!important;
    width: 100%!important;
    height: 100%!important;
    overflow: auto!important;
}

.mapListe {
    display: block;
    height: 200px;
    width: 100%;
    position: relative;
}

.mapListe .on-map-button {
    right: 0!important;
    left: auto!important;
    bottom: auto!important;
    top: 50%!important;
    transform: translateY(-50%)!important;
    -moz-transform: translateY(-50%)!important;
    -webkit-transform: translateY(-50%)!important;
    -o-transform: translateY(-50%)!important;
    margin: 0!important;
}

.gmap-container-list{
    display: block!important;
}

.picto-animaux {
    background-image: url('img/pictos/icon_animaux.png');
}

.picto-access {
    background-image: url('img/pictos/icon_handi.png');
}

.picto-parking {
    background-image: url('img/pictos/icon_parking.png');
}

.picto-piscine {
    background-image: url('img/pictos/icon_piscine.png');
}

.picto-restau {
    background-image: url('img/pictos/icon_restaurant.png');
}

.picto-wifi {
    background-image: url('img/pictos/icon_wifi.png');
}

.picto-clim {
    background-image: url('img/pictos/icon_climatisation.png');
}
.OI-list{
    display: flex;
    display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
    flex-wrap: wrap;
    justify-content: center;
}

.OI-in-list{
    width: 310px;
    margin: 20px 20px 0 0;
    height: 350px;
    display: block;
}

@media screen and (min-width: 1023px){

    .lang-display a, .lang-display {
        height: 49.36px;
    }

    .OI-in-list:nth-child(3n+0) {
        margin: 20px 0 0 0;
    }
}

.OI-in-list:hover div.OI-in-list-img{
    height: 200px!important;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.OI-in-list:hover div.OI-in-list-infos{
    height: 170px;
}

.OI-in-list:hover div.OI-in-list-infos p{
    display: block;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.OI-in-list-title{
    text-align: center;
    text-transform: initial!important;
}

.OI-in-list-img{
    height: 230px;
    width: 310px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: #121212;
}

.OI-in-list-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}

.OI-in-list-infos .oi-main-infos-w{
    width: 100%!important;
    display: flex!important;
    display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
    justify-content: center!important;
    flex-direction: row!important;
    flex-wrap: wrap;
    padding: 10px 10px 5px 10px;
}

.OI-in-list-infos p{
    padding: 0 10px;
    display: none;
    font-size: 14px;
}

/*a.OI-in-list-title{
    height: 50px;
}*/

.OI-in-list-infos{
    display: block!important;
}

span.etoiles.hidden-xs {
    margin: 0 5px;
    position: relative;
    top: -2px;
}

.OI-in-list-price{
    z-index: 1;
}

/* Page de detail */

div#tabs {
    display: block;
    margin-top: 30px;
}


.voir-aussi-details-w{
    margin-bottom: 50px!important;
}

.voir_aussi_detail .slider_articles .auteur p{
    text-align: left;
}

#BEdetail .co-widget .co-widget-title{
    text-align: center!important;
}

.periodeValidite span {
    font-size: 14px;
    font-weight: 500;
    color: #191919;
    font-family: 'Open Sans';
}

.offre_desc h2 {
    font-size: 24px!important;
}

span.libelle-presta {
    font-size: 14px;
}

.offre_desc a {
    font-family: 'Open Sans';
    color: #34a9da;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
}

.oi-offers{
    background: #f4f4f4;
}

.mod_offre_speciale {
    padding: 20px 50px;
}

/*.oi-resume{
    margin-top: 15px;
}*/

.oi-title-row h1 span {
    display: block;
    font-size: 14px;
    color: #969696!important;
    font-weight: bold;
    text-transform: uppercase;
}

.oi-details-w h1{
    text-transform: initial!important;
}

.picto-small {
    height: 30px!important;
    width: 30px!important;
    margin: 0 10px 0 10px!important;
    background-size: contain!important;
}

.oi-details-not-vip .oi-cols-w > div:first-of-type{
    border: none!important;
}

.SCEA_select ul.monSelecteur {
    display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
    justify-content: center;
    height: 50px;
    line-height: 50px;
    margin: 0!important;
}

.SCEA_select ul.monSelecteur li {
    width: 25%;
    text-align: center;
    background: #191919;
    padding: 0 1px;
    border: 1px solid #f4f4f4;
    outline: none;
}

.SCEA_select ul.monSelecteur li:hover, .SCEA_select ul li.ui-tabs-active {
    background: #f4f4f4;
}

.SCEA_select ul.monSelecteur li:hover span, .SCEA_select ul li.ui-tabs-active span{
    color: #191919!important;
}

.SCEA_select ul.monSelecteur li span, .SCEA_select ul.monSelecteur li a {
    font-family: 'Open Sans';
    font-weight: bold;
    font-size: 20px;
    color: #f4f4f4;
    outline: none!important;
    text-decoration: none!important;
    height: 50px;
    width: 100%;
    display: block;
    text-align: center;
}

.oi-section-w{
    background: #f4f4f4;
    box-shadow: none!important
}

.oi-section-w h3, .oi-section-w h2 {
    font-size: 14px!important;
    font-weight: 700;
     margin: 20px 0;
    text-transform: uppercase;
}

.btn-primary, .btn-primary:active, .btn-primary:focus, a.btn-primary{
    background: #e6511e!important;
    color: #fff!important;
    border-color: #e6511e!important;
}

.btn-primary:hover, a.btn-primary:hover {
    background: #d83b06!important;
    border-color: #d83b06!important;
    color: #fff!important;
}

.voir_aussi_detail ul{
    height: 390px;
}

.voir-aussi-details-w .slider_articles {
    top: 550px;
    position: initial!important;
    width: 100%;
    margin-top: 20px;
}

.voir_aussi_detail .slick-slide{
    margin: 0 18px 0 0!important;
    padding: 5px 10px!important;
    width: 360px!important;
}

.voir_aussi_detail .image_auteur .picto-type-oi{
    margin: 20px auto!important;
}

/*.voir_aussi_detail .slick-slide:first-child{
    margin: 0!important;
}*/

#touchCarousel{
    margin: 0!important;
    padding: 0!important;
}

.touchcarousel{
    width: 960px;
}

ul.touchcarousel-container {
    height: 490px;
}

.voir_aussi_detail ul.touchcarousel-container{
    height: 400px!important;
}

/*ul.touchcarousel-container li:nth-child(3n+3){
    margin: 0!important;
}*/

ul.touchcarousel-container li,
ul.less-than-four-items li{
    width: 310px;
    margin: 0 15px 0 0!important;
}

.slider_articles .slick-dots {
    text-align: center;
    padding: 0;
    height: 20px;
    display: flex;
    display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
    justify-content: center;
    flex-wrap: wrap;
    bottom: 0!important;
    margin: 0;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.slider_articles .slick-dots li{
    width: auto!important;
}

.voir_aussi_detail li .article{
    width: 360px!important;
}

.voir_aussi_detail .container-slider, .gmap-container-details {
    width: 1132px;
    margin: 0 auto!important;
    padding: 0!important;
}

.active_map .gmap-container-details{
    width: 100%!important;
}

.oi-reminder-w div div{
    display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
    justify-content: center;
    align-items: center;
}

.oi-reminder-w span{
    color: #191919;
    font-weight: bold;
    font-size: 18px;
}

.oi-reminder-w{
    padding: 10px!important;
    margin: 0!important;
}

.oi-share-w{
    display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
    align-items: center;
    margin-bottom: 0!important;
}

.oi-share-w li{
    margin: 0 0 0 10px;
    background: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
}

.add-to-cart{
    font-weight: bold;
}

.contact a, .contact a:focus{
    font-weight: bold;
}

.text-right p {
    font-size: 14px;
    font-family: 'Open Sans';
}

.oi-details-vip .oi-cols-w > div:last-of-type{
    padding-left: 20px!important;
}

.text-right {
    padding-right: 20px !important;
}

/* DEtail VIP */

.oi-header-w h1 span{
    font-family: 'Open Sans';
    font-size: 20px!important;
    text-transform: uppercase;
    font-weight: bold;
}

/*.oi-photo-header-w img{
    transform: none!important;
}*/

/*.oi-photo-header-w img{
    height: 100%!important;
}*/

.oi-header-w h1{
    font-family: 'Open Sans';
    font-weight: bold;
    font-size: 60px;
}

.header-img.oi-header-w h1 img {
    height: 30px;
}

#BEdetailVIP{
    background: #191919!important;
}

#BEdetailVIP .co-widget{
    display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
    align-items: center;
    background: #191919!important;
    justify-content: center;
}

#BEdetailVIP .co-widget-p-link-gift-voucher{
    background: #191919!important;
    text-align: center;
}

#BEdetailVIP .co-widget-title, #BEdetailVIP .co-widget-title div{
    font-family: 'Open Sans'!important;
    font-size: 20px;
    width: 130px;
    line-height: 1.2!important;
    text-align: left;
}

#BEdetailVIP .co-widget input, #BEdetailVIP .co-widget .co-widget-styled select,
#BEdetailVIP .co-widget-styled, #BEdetailVIP .co-widget #BtnLaunchBooking,
#BEdetailVIP .co-widget .co-widget-occupancy .co-widget-occupancy-define{
    border-radius: 0!important;
}

#BEdetailVIP .co-widget .co-widget-btn-resume-capa{
    border-radius: 0!important;
    height: 50px;
}

#BEdetailVIPdispos{
    position: relative;
    background-color: #fff;
	-webkit-box-shadow: 0 4px 21px rgba(41,47,51,.15);
	-moz-box-shadow: 0 4px 21px rgba(41,47,51,.15);
	box-shadow: 0 4px 21px rgba(41,47,51,.15);
    /*margin: 40px 0;*/
}

#BEdetailVIPdispos .pika-cnstell-button:hover{
    background: #ffec00!important;
    color: #191919!important;
}

#BEdetailVIPdispos .container{
    padding: 0!important;
}

#BEdetailVIPdispos .pika-cnstell-single{
    display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
    justify-content: center;
}

#BEdetailVIPdispos .pika-cnstell-title {
    padding: 10px;
    display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
    justify-content: center;
}

#BEdetailVIPdispos .pika-cnstell-title .pika-cnstell-prev{
    position: absolute;
    left: 10px;
}

#BEdetailVIPdispos .pika-cnstell-title .pika-cnstell-next{
    position: absolute;
    right: 10px;
}

#BEdetailVIPdispos .pika-cnstell-lendar{
    border-right: 2px solid #f4f4f4;
    margin: 0!important;
}

#BEdetailVIPdispos .pika-cnstell-lendar thead {
    border-top: 2px solid #f4f4f4!important;
    border-bottom: 2px solid #f4f4f4!important;
    margin-bottom: 10px;
    display: flex;
    display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
    justify-content: center;
}

#BEdetailVIPdispos .pika-cnstell-lendar tbody {
    margin: 10px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
}

#BEdetailVIPdispos .pika-cnstell-lendar:last-child{
    border-right: 0!important;
}

div[id*=ConstellationCalendarContainer] .pika-cnstell-single{
    top: 0!important;
}

.calendrier-info h5,
.calendrier-info-msg {
    background: #ddf5ff;
    border: 2px solid #00b4ff;
    margin: 0 0 20px;
    padding: 13px 0;
    text-align: center;
    vertical-align: middle;
}

.calendar-caption ul{
    background:#fff;
    margin:0;
    text-align:center;
    padding:12px 0;
}

.calendar-caption ul li{
    display:inline-block;
    vertical-align:top;
    width:32%;
}

.calendar-caption ul li .square{
    display:inline-block;
    width:12px;
    height:12px;
    vertical-align: middle;
    margin-right: 5px;

}

div[id*=ConstellationCalendarContainer] .pika-cnstell-table td .pika-cnstell-button {
    border-color: #fff!important;
    pointer-events: none!important;
}

div[id*=ConstellationCalendarContainer] .pika-cnstell-table td.is-disabled .pika-cnstell-button {
    pointer-events: none!important;
    border-color: #fff!important;
    background: #f5f5f5!important;
}

.calendar-caption ul li .square.today{
    background:#ffec00;
}

#BEdetail div#ConstellationWidget {
    background: #191919;
    padding: 10px 20px!important;
}

#BEdetail .co-widget-date, #BEdetail .co-widget-duration{
    width: 49%!important;
}

div#BEdetail {
    margin-bottom: 15px;
}

#BEdetail .co-widget-date {
    position: relative;
    margin-right: 6px;
}

#BEdetail .co-widget.co-widget-vertical .co-widget-search{
    margin-top: 0!important;
}

#BEdetail .co-widget.co-widget-vertical .co-widget-div-resume-capa {
    margin-bottom: 4%;
}

/*BEdetail */

#BEdetail .co-widget-trip {
    margin: 0 0 4% 0;
}

span.infosBE {
    background: #191919;
    color: #8a8a8a;
    font-family: 'Open Sans';
    font-size: 10px;
    display: block;
    padding: 0 10px 10px 10px;
    text-align: center;
}

#BEdetail .co-widget-date label:first-child, #BEdetail .co-widget-duration label:first-child,
#BEdetail .co-widget-occupancy label#lblTitleNbLoc:first-child{
    display: none!important;
}

#BEdetail .co-widget .co-widget-btn-resume-capa{
    height: 50px;
}

#BEdetail div#ConstellationWidget input,
#BEdetail div#ConstellationWidget select,
#BEdetail div#ConstellationWidget button,
#BEdetail .co-widget-styled{
    border-radius: 0!important;
}

#BEdetailVIPdispos .is-available .pika-cnstell-button{
    background: #00A56D;
    color: #fff!important;
    pointer-events: none!important;
}

.calendar-caption ul li .square.available{
    background:#00A56D;
}

#BEdetailVIPdispos td.is-disabled.is-not-available {
    pointer-events: none!important;
}

#BEdetailVIPdispos .is-not-available .pika-cnstell-button{
    background: #e6511e;
    color: #fff;
    pointer-events: none!important;
}

.calendar-caption ul li .square.not-available{
    background:#e6511e;
}

#BEdetailVIPdispos .is-today .pika-cnstell-button{
    background: #ffec00!important;
}

.offres-spe{
    text-align: left!important;
}

.videoDetail{
    display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.offre_desc .des_offres{
    font-size: 16px;
    display: block;
    padding: 0 0 10px 0;
    font-family: 'Open Sans';
}

.oi-mini-map{
    cursor: pointer;
}

/* Map Detail */

.map .close-map {
    background: #e6511e;
    color: #fff;
    position: absolute;
    right: 50px;
    top: 50px;
    padding: 10px 15px;
}

.voir-aussi-details-w .map {
    overflow: hidden;
    width: 100%;
    height: 300px;
    position: relative;
    display: block;
}

.voir-aussi-details-w .map .close-map{
    display: none;
}

.voir-aussi-details-w .map.active_map {
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 206;
    display: block;
}

@media (min-width: 768px) {

    .voir-aussi-details-w .map.active_map {
        top: 14px;
        left: 14px;
        right: 14px;
        bottom: 14px;
        width: auto;
        height: auto;
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    }

}

/* Page pratique */

.categorieVignettes {
    display: flex;
    display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
    width: 960px;
    margin: 40px auto;
    flex-wrap: wrap;
}

/*.categorieVignettes .itemCategorie:first-child {
    width: 48%;
}*/

.categorieVignettes .itemCategorie{
    width: 31%;
    height: 230px;
    margin: 2% 2% 0 0;
}

/*.categorieVignettes .itemCategorie:nth-child(3n+3) {
    margin: 2% 0 0 0!important;
}*/


.itemCategorie a{
    display: block;
    width: 100%;
    height: 230px;
    background: #000;
}

.itemCategorie img{
    opacity: 0.8;
    transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
}

.itemCategorie img:hover{
    opacity: 0.5;
}

span.titreCategorie {
    color: #fff;
    position: absolute;
    bottom: 10px;
    left: 10px;
    font-weight: bold;
    font-size: 20px;
    font-family: 'Open Sans';
}



/* Page Redac */

.redac-block{
    width: 960px;
    padding: 0!important;
}

    .liensUtiles ul {
        margin-left: 0!important;
        display: flex;
        display: -webkit-flex;
	    display: -moz-flex;
	    display: -ms-flex;
	    display: -o-flex;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .pageWrap .quote p{
        width: 75%!important;
        padding-left: 100px;
    }

    .pageWrap .quote p:before{
        left: 200px;
    }

/*section.pageWrap.liste_articles {
    height: 450px;
    position: relative;
}*/


.liste_articles ul.VoirAussiMag{
    display: block!important
}

.VoirAussiMag button.slick-prev {
    left: -50px;
    color: #191919;
    opacity: 1;
}

.VoirAussiMag button.slick-next {
    right: -50px;
    color: #191919;
    opacity: 1;
}

.redac2imagesP{
    display: flex;
    display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
    justify-content: space-between;
}

.redac2imagesP .deuxImages{
    display: flex;
    display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
    flex-direction: column;
    justify-content: baseline!important;
}
.redac2imagesP .deuxImages img {
    margin: 20px auto;
    width: 400px;
}

.paragrapheContent p {
    margin: 0 0 20px 20px!important;
}

.redacVideo{
    display: block;
    margin: 20px auto;
    width: 640px!important;
    height: 450px;
}

.deuxImages, .troisImages {
    display: flex;
    display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
    justify-content: space-between;
}

.deuxImages .wrapContentImage {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    width: 472px;
    height: 361px;
    position: relative;
}

.deuxImages .image1, .deuxImages .image2 {
    display: block;
    width: 100%;
    height: 311px;
}

.troisImages .wrapContentImage {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    width: 308px;
    height: 254px;
    position: relative;
}

.troisImages .image1, .troisImages .image2, .troisImages .image3 {
    display: flex;
    display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
    width: 100%;
    height: 204px;
    position: relative;
}

/*.troisImages .image1 img, .troisImages .image2 img, .troisImages .image3 img {
    height: 220px!important;
}*/

.deuxImages span, .troisImages span {
    /*height: 50px;*/
    background: #fff;
    bottom: 0;
    font-family: 'Open Sans';
    font-size: 13px;
    color: #808080;
    padding-top: 10px;
}

.pageWrap{
    margin: 60px auto;
}

.pageWrap p{
    width: 90%!important;
}

/* Page videos */

.bouton_rouge_youtube a {
    font-family: 'Open Sans';
    background: #e6511e;
    padding: 10px 20px;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    display: block;
}
.bouton_rouge_youtube {
    display: inline-block;
    margin: 50px auto;
    text-align: center;
}

.oi-share-w li a em.ion-social-facebook{
    color: #2E4DA7;
}

.oi-share-w li a em.ion-social-googleplus{
    color: #C53929;
}

#shareVideo{
    display: block;
    width: 970px!important;
    margin: 40px auto!important;
}

.wrapVideos{
    background: #f4f4f4;
    padding-top: 10px;
}

.MesVideos{
    display: flex;
    display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
    width: 970px;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 30px auto;
}

.itemVideo {
    width: 472px;
    padding: 26px 0 0 0;
    height: 310px;
}

@media screen and (max-width: 767px)
{
    .pageWrap{
        margin: 10px auto!important;
    }
    
    /* .slider-logo{
        right: auto!important;;
    } */

    .texteDroite, .photoGauche, .texteGauche, .photoDroite{
        width: 100%;
        margin: 20px 0!important;
    }

    .OI-in-list:hover div.OI-in-list-img{
        height: 230px!important;
    }

    .OI-in-list:hover div.OI-in-list-infos p{
        display: none!important;
    }

    .touchcarousel{
        width: 320px;
        margin: 0 auto;
    }

    ul.touchcarousel-container li {
        width: 310px!important;
    }

    .slider_categorie .slick-slide .titre{
        font-size: 26px;
    }

    .slider_articles .detail_article > p{
        font-size: 14px;
    }

    .co-widget-i-calendar{
        top: 70%!important;
    }
    .wrapRedac, .redac-block {
        width: 320px;
        display: block;
        margin: 0 auto;
    }

    .deuxImages, .troisImages{
        flex-direction: column;
    }

    .deuxImages .wrapContentImage {
        display: flex;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        width: 290px;
        height: 250px;
        position: relative;
        flex-direction: column;
        margin-top: 20px;
    }

    .deuxImages .image1, .deuxImages .image2 {
        display: block;
        width: 100%;
        height: 200px;
    }

    .troisImages .wrapContentImage {
        display: flex;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        flex-direction: column;
        width: 290px;
        height: 250px;
        position: relative;
        margin-top: 20px;
    }

    .troisImages .image1, .troisImages .image2, .troisImages .image3 {
        display: flex;
        display: -webkit-flex;
	    display: -moz-flex;
	    display: -ms-flex;
	    display: -o-flex;
        width: 100%;
        height: 200px;
        position: relative;
    }

    .videoDetail iframe{
        width: 100%!important;
    }

    .mod_offre_speciale{
        margin: 20px 0;
    }

    .text-right {
        text-align: center;
    }

    .oi-cols-w .oi-price-from-w {
        justify-content: center;
    }

    .row.oi-cols-w{
        display: flex;
        display: -webkit-flex;
	    display: -moz-flex;
	    display: -ms-flex;
	    display: -o-flex;
        flex-direction: column-reverse;
    }

    .oi-details-vip .oi-mini-map{
        display: block!important;
        right: 10px!important;
        bottom: 10px!important;
    }

    .oi-details-vip .oi-mini-map img{
        width: 100px!important;
        height: 100px!important;
    }

    .oi-mini-map em{
        font-size: 36px;
    }

    .oi-photo-header-w img{
        height: auto!important;
        width: auto!important;
        transform: none!important;
    }

    #BEdetailVIP .co-widget-title, #BEdetailVIP .co-widget-title div {
        font-family: 'Open Sans'!important;
        font-size: 20px;
        width: 100%;
        line-height: 1.2!important;
        text-align: center;
        padding: 10px 0;
    }

    #BEdetailVIP .co-widget{
        flex-direction: column;
    }

    .co-widget.co-widget-intermediate .co-widget-trip, .co-widget.co-widget-intermediate .co-widget-occupancy{
        width: 100%!important;
    }

    .oi-details-vip .oi-photo-header-w, .oi-details-vip .oi-photo-header-w .slick-slide, .oi-details-vip .oi-unique-photo, .header-img{
        height: 280px!important;
    }

    #shareVideo{
        width: 100%!important;
    }

    .pageWrap .quote p:before {
        left: 100px!important;
    }

    .redac2imagesP .deuxImages{
        flex-direction: row;
        justify-content: space-between;
    }
    .VoirAussiMag .liste_articles li{
        width: auto!important;
    }
    /*.redac2imagesP .deuxImages img {
        width: 150px!important;
    }*/
    .redacVideo{
        display: block;
        margin: 20px auto;
        width: 320px!important;
        height: 225px;
    }

    .pageWrap .quote p{
        font-size: 18px!important;
    }

    /*.header-img{
        height: 210px!important;
    }*/

    .header-img h1{
        font-size: 26px!important;
    }

    .MesVideos{
        width: 320px;
    }

    .itemVideo {
        width: 290px;
        padding: 15px 15px 0 15px;
        height: 190px;
    }

    .map-opened .search-tool{
        width: 80%;
    }

    .map-opened .filters-panel {
        width: 80%;
    }

    .btn-close{
        top: 0!important;
        right: 0!important;
    }

    .map-opened .search-tool {
        display: none!important;
    }

    .tablet-menu{
        justify-content: flex-end!important;
        /*display: none;*/
    }

    .tablet-menu-button {
        background: #e6511e !important;
        margin: 0!important;
        color: #fff!important;
        height: 60px;
        line-height: 60px;
        position: absolute;
        right: 0;
        /*display: none;*/
    }

    .main-nav{
        height: 60px;
        padding: 0 0 0 30px;
    }

    .resp-menu{
        top: 60px;
    }

    .resp-menu .menu-entries, .resp-menu .menu-lang, .resp-menu .menu-social-container{
        border-bottom: none!important;
    }

    .phone-menu ul{
        margin-bottom: 0!important;
    }

    .phone-menu .ion-android-menu {
        font-size: 33px;
    }

    .be-w .user-title{
        font-size: 20px;
    }

    .phone-menu > ul > li:last-of-type > span{
        font-size: 9px;
    }

    tablet-logo-nav img {
        height: 40px;
        width: 97px;
    }

    .header-img h1{
        font-size: 30px;
    }

    .deuxImages, .troisImages{
        flex-wrap: wrap;
        justify-content: center!important;
    }

    /*.deuxImages .image1, .deuxImages .image2, .troisImages .image1, .troisImages .image2, .troisImages .image3 {
        width: 60%;
    }*/

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

    .slider_articles .slick-slide{
        padding: 0!important;
    }

    .categorieVignettes{
        width: 768px;
    }

    .SCEA_select ul.monSelecteur li span, .SCEA_select ul.monSelecteur li a{
        font-size: 14px;
    }

    .oi-resume .oi-mini-scea-w{
        margin-bottom: 15px;
    }

    .oi-details-not-vip .oi-mini-map img{
        height: 100%!important;
    }

    .slider_articles li .article{
        width: 100%!important;
        height: 300px;
    }

    /*li.touchcarousel-item {
        width: 310px!important;
    }*/

    .map-opened .search-tool{
        width: 80%;
    }

    .map-opened .filters-panel {
        width: 80%;
    }

    .btn-close{
        top: 0!important;
        right: 0!important;
    }

}


/* Skin Refonte */

    .liste_articles ul{
        display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
        justify-content: center;
        flex-wrap: wrap;
        align-items: center;
    }

    .VoirAussiMag .slick-dots{
        bottom: -40px;
    }

    .VoirAussiMag .slick-dots li button:before{
        font-size: 12px!important;
        text-shadow: 1px 1px 4px #333;
    }

    /*.liste_articles li.touchcarousel-item:nth-child(3n+3) {
        margin: 30px 0 0 0;
    }*/
    .liste_articles .VoirAussiMag li.touchcarousel-item:nth-child(3n+3){
        margin: 30px 15px 0 0!important;
    }
    .liste_articles li.touchcarousel-item {
        margin: 30px 15px 0 0;
        display: inline-block;
        position: relative;
        width: 310px;
    }

    .liste_articles {
        padding-bottom: 40px;
    }

    .liste_articles li .article {
        overflow: hidden;
        height: 410px;
        background-color: #131313;
        box-shadow: 0 4px 10px rgba(19,19,19,.1)!important;
        border-radius: 0 10px 10px 0;
        width: 310px;
        /*margin-right: 20px;*/
        position: relative;
    }
    span.ombreDecale {
        display: block;
        background: #ecedef;
        width: 100%;
        height: 100%;
        position: absolute;
        bottom: -10px;
        border-radius: 0 10px 10px 0;
    }
    .liste_articles .image_article {
        position: relative;
        display: inline-block;
        width: 100%;
        height: 100%;
        background-color: #131313;
    }
    .liste_articles .image_article img {
        position: absolute;
        opacity: 0.6;
    }
    .liste_articles .image_article:after {
        background: transparent url("img/reliure.png") no-repeat scroll left center;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 0;
    }
    .liste_articles li:hover .image_article img {
        opacity: 0.4;
        -webkit-transition: all ease 0.3s;
        transition: all ease 0.3s;
    }
    .liste_articles .detail_article {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        text-align: center;
        padding: 0 20px;
        padding-top: 10px;
        height: 100%;
    }
    .liste_articles .logo_colioure{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 50px;
        background: #fff;
        opacity: 0.9;
    }
    .liste_articles .detail_article .logo_colioure img {
        max-width: 76px;
        margin: 10px auto;
    }

    .liste_articles .detail_article .magCatitle{
        position: absolute;
        top: 50%;
        left: 50%;
        -o-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 100%;
    }

    .liste_articles .detail_article .magCatitle > p {
        color: #fff;
        font-size: 24px;
        font-weight: 700;
        line-height: 26px;
        margin-top: 20px;
        padding: 0 20px;
    }
    .liste_articles .detail_article > p {
        color: #fff;
        font-size: 24px;
        font-weight: 700;
        left: 50%;
        display: block;
        line-height: 26px;
        margin: 0;
        padding-left: 20px;
        padding-right: 20px;
        position: absolute;
        text-shadow: 0 3px 2px rgba(20, 50, 70, 0.3);
        top: 50%;
        -o-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 100%;
        text-align: center!important;
    }
    .liste_articles .detail_article .categorie{
        display: block;
        color: #fff;
        text-transform: uppercase;
        font-size: 14px;
        padding: 0 20px;
        line-height: 1.2;
    }
    .liste_articles .auteur {
        bottom: 10px;
        left: 0;
        position: absolute;
        right: 0;
    }
    .liste_articles .image_auteur img {
        border-radius: 50%;
        width: 70px;
        height: 70px;
        display: inline-block;
    }
    .liste_articles .auteur p {
        text-shadow: 0 3px 2px rgba(20, 50, 70, 0.3);
        color: #fff;
        font-family:  'Open Sans';
        font-size: 20px;
        font-weight: 400;
        line-height: 28px;
        height: 28px;
        margin: 0;
        display: block;
        text-align: center;
    }

    .logo-desktop{
        background: none!important;
        left: 50%!important;
        right: auto!important;
        transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }

    /*.sc-element a.logo-desktop {
        display: none;
    }*/

    .total{
        width: 960px;
        display: block;
        margin: 0 auto;
        font-weight: bold;
        font-size: 24px;
    }

    .wrapMag{
        display: block;
        width: 980px;
        margin: 0 auto;
    }

/* Mobile */

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

    .categorieVignettes{
        width: 320px;
        flex-direction: column;
    }

    .categorieVignettes .itemCategorie, .categorieVignettes .itemCategorie a{
        width: 100%!important;
    }

    .oi-photo-slider .slick-dots li button:before{
        font-size: 15px!important;
    }

    .voir_aussi_detail .container-slider, .gmap-container-details{
        width: 100%!important;
    }

    .voir_aussi_detail .slick-dots{
        height: auto!important;
        bottom: 20px!important;
    }

    .voir-aussi-details-w .slider_articles{
        margin-top: 40px;
        padding-bottom: 0!important;
    }

    .voir_aussi_detail .slider_articles {
        padding-bottom: 0px;
    }

    .oi-reminder-w div div{
        flex-direction: column;
    }

    .SCEA_select ul.monSelecteur {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
         height: auto;
        line-height: 44px;
        margin: 0!important;
        flex-direction: column;
    }

    .SCEA_select ul.monSelecteur li{
        width: 100%!important;
    }

    .oi-details-not-vip .oi-photo-header-w, .oi-details-not-vip .oi-photo-header-w .slick-slide, .oi-details-not-vip .oi-unique-photo {
        height: 240px;
    }

    .oi-title-row h1{
        font-size: 20px;
    }

    .reservedMenu, .bestToKnow{
        display: none;
    }

    .bestToKnow.BASmobile{
        display: block!important;
        left: 0;
        border-top: 1px solid rgba(255,255,255,0.1);
    }

    .bestToKnow.BASmobile span:first-child{
        text-align: center;
        display: block;
    }

    .mobile-menu .picto{
        background: url('img/home/sprite-mobile-menu_orange.png') no-repeat;
    }

    .mobile-menu li a{
        color: #e6511e!important;
    }

    .mobile-menu li a:hover{
        color: #d83b06!important;
    }

    .mobile-menu .picto.carte{
        background-position: 0 -125px;
    }

    .mobile-menu .picto.agenda {
        width: 26px;
        height: 23px;
        background-position: 0 -78px;
    }

        .mobile-menu .picto.videos{
            background-position: 0 -101px;
            width: 26px;
            height: 24px;
        }

        .mobile-menu span.text{
            font-size: 14px;
        }

}

/* Tablette */
@media screen and (min-width: 768px) and (max-width: 1023px){

    .smartphone-baseline .container{
        display: flex;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
    }



    .map-home .back{
        position: relative;
        top: -160px;
    }

    .lesMags {
        top: 57%;
    }

    .lesMags .othersDisplay{
        display: none!important;
    }

    .lesMags .mobileDisplay{
        display: block!important;
    }

    .map-home .photo {
        display: none;
    }

    .touchcarousel{
        width: 767px;
        margin: 0 auto;
    }


    .map-home .post-it {
        top: 12%!important;
        right: 5%!important;
        left: auto!important;
    }

    .pageWrap .quote p:before{
        left: 150px!important;
    }

    .deuxImages .wrapContentImage {
        display: flex;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        width: 345px;
        height: 270px;
        position: relative;
    }

    .deuxImages .image1, .deuxImages .image2 {
        display: block;
        width: 100%;
        height: 230px;
    }

    .troisImages .wrapContentImage {
        display: flex;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        width: 225px;
        height: 210px;
        position: relative;
    }

    .troisImages .image1, .troisImages .image2, .troisImages .image3 {
        display: flex;
        display: -webkit-flex;
	    display: -moz-flex;
	    display: -ms-flex;
	    display: -o-flex;
        width: 100%;
        height: 145px;
        position: relative;
    }

    .oi-cols-w .col-xs-12{
        width: 50%!important;
    }

    .header-img h1{
        font-size: 50px!important;
    }

    .itemVideo {
        width: 346px;
        padding: 26px 0 0 0;
        height: 227px;
    }

    .MesVideos, #shareVideo{
        width: 718px!important;
    }

    .OI-in-list:nth-child(2n+0) {
        margin: 20px 0 0 0;
    }

    .ssBestToKnow{
        position: absolute!important;
        left: 0!important;
        height: 90px;
        top: 50%;
        transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }

    .tablet-menu ul li:nth-child(-n +3) a{
        flex-direction: row!important;
    }

    .resp-menu .menu-reminder li a{
        color: #e6511e!important;
    }

    .main-nav{
        position: relative;
    }

    .bestToKnow{
        position: absolute!important;
        left: 0!important;
    }

    .reservedMenu, .BASmobile{
        display: none!important;
    }

    .tablet-menu{
        float: right;
        width: auto;
        height: 90px;
    }

    .tablet-menu ul li {
         height: 90px;
         line-height: 90px;
         margin: 0 0 0 40px;
    }

    .tablet-menu ul li.lang-display a{
        display: block;
    }

    .lang-display ul {
        top: 90px;
        z-index: 1;
        margin: 0!important;
    }

    .lang-display ul li {
        margin: 10px 0;
        display: flex;
        display: -webkit-flex;
	    display: -moz-flex;
	    display: -ms-flex;
	    display: -o-flex;
        align-items: center;
        justify-content: center;
        height: 40px!important;
    }

    .tablet-menu > ul{
        margin: 0!important;
        position: absolute;
        right: 150px;
        width: auto!important;
    }

    .tablet-menu-button {
        background: #e6511e !important;
        margin: 0!important;
        height: 90px;
        position: absolute;
        right: 0;
    }

    .tablet-menu-button span {
        color: #fff!important;
    }

    .tablet-logo-nav {
        display: block;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }

}

.grey-background {
    background:#f4f4f4;
}

/*------------- WIDGET BONS PLANS ----------------*/

iframe.co-widget-iframe-good-deal-engine {
    height: 450px!important;
}

/*------------- BANDEAU COOKIES ----------------*/
.cookie-ribbon{
    position:fixed;
    bottom:0;
    background:#191919;
    color:#fff;
    text-align:center;
    width:100%;
    z-index:9999;
    padding:20px;
    display:none;
}

.cookie-ribbon .text{
    font-size:14px;
}

.cookie-ribbon .text .link{
    text-decoration:underline;
}

.cookie-ribbon .cookie-validation{
    background:#e6511e;
    font-weight:bold;
    padding: 10px;
    cursor:pointer;
    display: inline-block;
    margin: 10px 20px;
    width: 250px;
}

.cookie-ribbon .cookie-unvalidation{
    background:#000;
    font-weight:bold;
    padding: 10px;
    cursor:pointer;
    display: inline-block;
    margin: 10px 20px;
    width: 250px;
}

span.cookie-information a{
    text-decoration: none!important;
    color: #fff!important;
}

.cookie-ribbon .container{
  padding-right: 15px !important;
  padding-left: 15px !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

.cookieWrapper{
    display: flex;
    display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
    justify-content: center;
    align-items: center;
}

span#cookieInfo {
    background: #d2d2d2;
    font-weight: bold;
    padding: 10px;
    cursor: pointer;
    display: block;
    width: 250px;
    margin: 10px 20px;
}

@media (min-width: 768px) {
  .cookie-ribbon .container{
    width: 750px !important;
  }
}
/* @media (min-width: 992px) {
  .cookie-ribbon .container{
    width: 970px !important;
  }
}
@media (min-width: 1200px) {
  .cookie-ribbon .container{
    width: 1170px !important;
  }
} */