/* COULEURS 35, 161, 219;252, 95, 34; FIN COULEURS */

*{
    margin:0;
    padding: 0;
}

body {
    color: #2c2e3d;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.750rem;
    background: white;
}

#preloader {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#fff; /* change if the mask should have another color then white */
    z-index:999999; /* makes sure it stays on top */
	opacity : 1;
}
/*
#scroll_down{
	position: fixed;
	display: block;
	bottom: 20%;
	left: 60%;
	margin-left: -11.4px;
	z-index: 100000;
	margin-bottom: 10px;
}*/

#scroll_down{
	position: relative;
	z-index: 100000;
	margin-bottom: 10px;
}
#scroll_down a{
	position: absolute;
	margin-left: -11.4px;
    left: 50%;
    top: -100px;
}


#status {
    width:300px;
    height:300px;
    position:absolute;
    left:50%; /* centers the loading animation horizontally one the screen */
    top:50%; /* centers the loading animation vertically one the screen */
    /*background-image:url(../images/status.gif); /* path to your loading animation */
    background-repeat:no-repeat;
    background-position:center;
    margin:-150px 0 0 -150px; /* is width and height divided by two */
}

.hidden{
    visibility: visible;
}

.row .row{
    margin-left: auto !important;
    margin-right: auto !important;
}

img{
    width: 100%;
}

h1{
    color: rgba(35, 161, 219, 1);
    font-size: 2em;
    font-weight: bold;
    -webkit-filter: brightness(60%);
}

h1.couleur{
    color: rgba(252, 95, 34, 1);
    -webkit-filter: brightness(100%);
}
h1.couleur2{
    color: #2c2e3d;
    font-weight: 400 !important;
}

.titre_cap{
    text-transform: uppercase;
}

h2{
    font-size: 1.5em;
    margin-bottom: 0.2em;
}

h3{
    font-size: 1.3em;
    margin-bottom: 0.2em;
}

.sous-titre{
    color: rgba(142, 144, 153, 1);
    font-style: italic;
}

p{
    line-height: 1.4;
}

a:hover{
    text-decoration: none;
}

.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: left;
}

.pm_0{
    padding: 0 !important;
    margin: 0 !important;
}

.margin_0{
    margin: 0 !important;
}

.padding_0{
    padding: 0 !important;
}

.padding_10{
    padding: 10px;
}

.padding_t_20{
    padding-top: 20px;
}

.padding_dg_5{
    padding-left: 5px;
    padding-right: 5px;
}

.padding_l_0{
    padding-left: 0 !important;
}

.padding_r_0{
    padding-right: 0 !important;
}

.padding_r_50{
    padding-right: 50px !important;
}

.padding_l_10{
    padding-left: 10px !important;
}

.margin_l_0{
    margin-left: 0 !important;
}

.margin_b_10{
    margin-bottom: 10px !important;
}

.margin_b_20{
    margin-bottom: 20px !important;
}

.margin_b_50{
    margin-bottom: 50px !important;
}

.margin_t_5{
    margin-top: 5px !important;
}

.margin_t_10{
    margin-top: 10px !important;
}

.margin_t_20{
    margin-top: 20px !important;
}

.margin_dg_10pc{
    margin-left: 10%;
    margin-right: 10%;
}

.margin_auto{
    margin: auto !important;
}

.border{
    border: 1px solid #eaeaea;
}

.border_sb{
    border: 1px solid #eaeaea;
    border-bottom: none;
}

.border_b{
    border-bottom: 1px solid #F1F1F1;
}

.row_100{
    max-width: 100%;
    margin: 0;
}

form input,
form select,
form textarea{
    box-shadow: none !important;
}

input[type="text"], input[type="password"], input[type="date"], input[type="number"], input[type="email"], input[type="tel"]{
    height: 30px !important;
    line-height: 30px !important;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: 1px solid rgba(35, 161, 219, 1);
    background: rgba(35, 161, 219, 1);
}

/* HEADER */
header{
    background: rgba(9, 82, 128, 1);
    color: white;
}

.off-canvas.position-left{
    background: rgba(9, 82, 128, 1);
    height: 100%;
    box-shadow: none;
}

.js-off-canvas-exit{
    z-index: 10000;
}

#logo{
    max-height: 150px;
    width: auto;
}/*
nav{
    margin-top: 12px;
}*/

.menu .active a{
    color: rgba(252, 95, 34, 1);
    background: none;
    font-weight: bold;
}

.menu a{
    color: white;
    text-transform: uppercase;
    padding: 0 0 5px 0!important;
    line-height: inherit;
}

.menu li{
    padding-top: .7rem;
}

.menu a:hover{
    color: rgba(252, 95, 34, 1);
    font-weight: bold;
}

.menu .submenu{
    margin-left: 20px;
}

.menu .is-accordion-submenu-parent[aria-expanded=false]>a:after {
    content: '+';
    font-size: 14px;
    display: block;
    border: none;
    margin-top: -15px;
}

.menu .is-accordion-submenu-parent[aria-expanded=true]>a:after{
    content: '-';
    font-size: 24px;
    border: none;
    margin-top: 10px;
    color: rgba(252, 95, 34, 1);
}

.menu .is-submenu-item[aria-expanded=false] a:after{
    right: 2rem;
    margin-top: -8px;
}

.menu .is-submenu-item[aria-expanded=true] a:after{
    right: 2rem;
    margin-top: 10px;
}

.menu .is-submenu-item a{
    color: white;
}

.menu .current-menu-item.is-submenu-item a{
    color: rgba(252, 95, 34, 1);
}

ul#langue{
    margin-left: 0;
    list-style-type: none;
    margin-top: 5px;
}

.goog-te-gadget-simple .goog-te-menu-value span {
    color: white;
    text-transform: none;
}

.goog-te-gadget-simple .goog-te-menu-value:hover {
    text-decoration: none;
}


#langue li a img{
    width: 22px;
    height: 15px;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#langue li{
    padding-left: 0;
    padding-right: 0;
}

#langue a:hover{
    border-bottom: none;
}

#langue li a img.active,
#langue li a:hover img{
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
}

.input-group-button .submit{
    background: rgba(252, 95, 34, 1);
    padding: 7px 5px;
    border: none
}

.newsletter input.input-group-field {
    height: 31px !important;
    border: none;
    max-width: 140px;
}

header .contact span{
    font-size: 1.3em;
}

.copyright{
    padding-top: 10px;
}

.copyright a{
    color: white;
}

.copyright a:hover{
    color: rgba(252, 95, 34, 1);
}

header .social-links{
    list-style: none;
    margin-left: 0;
    display: inline-block;
    margin-bottom: 0;
}

header .social-links li{
    display: inline-block;
    padding-right: 20px;
}

header .social-links i{
    color: white;
    font-size: 1.3em;
}

header .social-links a:hover i{
    color: rgba(252, 95, 34, 1);
}

#menu_small{
    background: rgba(9, 82, 128, 1);
    padding: 5px 10px;
    color: white;
    min-height: 45px;
}

#menu_small i{
    color: white;
}

#menu_small span{
    font-size: 1.8em;
    margin-left: 30px;
}


/* FIN HEADER */


.separation{
    width: 50px;
    background: rgba(35, 161, 219, 1);
    border-bottom: 1px solid rgba(35, 161, 219, 1);
    margin: 0 auto;
}

input, select, textarea{
    border-radius: 0px !important;
}

.scrollToTop{
	width:32px; 
	height:32px;
	padding:0;  
	text-align:center; 
	background: rgba(252, 95, 34, 1);
	font-weight: bold;
	color: white;
	text-decoration: none;
	position:fixed;
	bottom:35px;
	right:30px;
	display:none;
    font-size: 1.5em;
    z-index: 999;
}
.scrollToTop:hover{
	text-decoration:none;
    color: white;
    background: rgba(35, 161, 219, 1);
}

/* DEROULANT RESERVER */
#reservez {
    position: fixed;
    right: 0;
    top: 300px;
    z-index: 999;
	cursor:pointer;
}

#reservez .btn{
    box-shadow: none;
    background: rgba(35, 161, 219, 1);
    color: white;
    padding: 10px 15px;
    font-size: 2em;
    border-radius: 0;
    border: none;
}


#reservez_small {
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 999;
	cursor:pointer;
    height: 45px;
}

#reservez_small .btn{
    box-shadow: none;
    background: rgba(35, 161, 219, 1);
    color: white;
    padding: 10px 15px;
    font-size: 1.8em;
    border-radius: 0;
    border: none;
    margin: 0;
}

#reservez_small p{
    line-height: 25px
}

.form_resa{
	position:fixed;
	right:0;
	top:300px;	
    z-index: 3000;
}

.form_resa .clic {
    background: rgba(35, 161, 219, 1);
    color: white;
    padding: 5px 20px;
    font-size: 2em;
    height: 50px;
    border-radius: 0;
    border: none;
    cursor:pointer;
}

.form_resa .form{
    background: white;
    border: 1px solid rgba(35, 161, 219, 1);
    padding: 10px 20px;
}

.form_resa .form h3{
    color: rgba(35, 161, 219, 1);
    font-size: 2em;
}

.form_resa .form .btn{
    border-radius: 0;
    border: none;
    text-shadow: none;
}

.form_resa .form #dispo{
    background: rgba(35, 161, 219, 1);
}

.form_resa .form #sejour{
    background: rgba(252, 95, 34, 1);
}

.form_resa .form .btn:hover{
    background: #eaeaea !important;
    color: rgba(252, 95, 34, 1);
}

/* SLIDER */
.slider{
    z-index: 1;
    margin: 0;
    height: 100%;
    width: 100%;
    margin-bottom: 20px;
}

#bx_slider{
    list-style-type: none;
    margin: 0;
}

.bx-clone{
    display: none;
}

.slider .bx-viewport{
    position: relative;
    height: auto !important;
}

.bx-wrapper{
    box-shadow: none;
    border: none;
    margin-bottom: 0;
}

.bx-wrapper img{
    display:block;
    max-width: 100%;
}

.slider .slider-titre {
    text-shadow: 2px 2px 5px rgba(0,0,0,0.4);
    position: absolute;
    z-index: 9999;
    text-align: center;
    top: 35%;
    width: 100%;  
    font-weight: bolder;
}

.slider .slider-titre p{
    color: #fff;
    font-size: 350%;
}

.slider .slider-text {
    font-size: 200%;
    color: #fff;;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.4);
    position: absolute;
    z-index: 9999;
    text-align: center;
    top: 50%;
    width: 100%; 
}

.slider-titre,
.slider-text {
    visibility:hidden;
}

.slider-titre.active-slide,
.slider-text.active-slide {
    visibility: visible;
}

.bx-wrapper .bx-prev,
.bx-wrapper .bx-next{
    background: none;
    color: rgba(255,255,255,0.8);
    font-size: 40px;
    position: absolute;
    top: 40%;
}

.bx-wrapper .bx-next{
    right: 10px;
}
.bx-wrapper .bx-prev{
    left: 10px;
}

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-next:hover{
    color: rgba(255,255,255,1);
}

.bx-wrapper .bx-controls-direction a{
    text-indent: 0;
}


/* BANNIERE */
#banniere{
    height: auto;
}

.titre-ban{
    background: rgba(0, 0, 0, .4);
    height: 300px;
}

.titre-ban span.ban{
    color: white;
    font-size: 2rem; 
    line-height: 260px;
    margin-bottom: 0;
}

/* FIL D'ARIANE */
.breadcumbs li{
    display: table-cell;
    list-style-type: none;
}

.breadcumbs li a{
    color: white;
    font-size: 1.2em;
}

.fildariane_couleur .breadcumbs li a{
    color: rgba(35, 161, 219, 1);
}

.breadcumbs li a:after{
    content: " / ";
}

.breadcumbs li.current a{
    color: rgba(252, 95, 34, 1);
    font-size: 1.2em;
}

.breadcumbs li.current a:after{
    content: "";
}


/* IHOVER */
.ih-item.square {
    width: auto;
    height: auto;
    border: none;
    box-shadow: none; 
}

.ih-item img{
    width: 100%;
    height: auto;
}

.fa-expand{
    font-size: .8em;
}

/* CAROUSEL */
.owl-theme .owl-dots .owl-dot span{
    background: #eaeaea;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background: rgba(252, 95, 34, 1);
}

.owl-partenaires .owl-item{
    border: 1px solid #F1F1F1;
}

.owl-partenaires .owl-item img{
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.owl-partenaires .owl-item a:hover img{
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
}


/* ACCUEIL */
.accueil p:first-letter{
    color: rgba(252, 95, 34, 1);
    font-size: 1.2rem;
    font-weight: bold;
}

.hover .ih-item.square.effect6.from_top_and_bottom .info h3,
.galerie .ih-item.square.effect6.from_top_and_bottom .info h3{
    background: none;
    text-transform: none;
}

.hover .ih-item.square.effect6.from_top_and_bottom .info h3{
    margin-top: 15%;
}

.galerie .ih-item.square.effect6.from_top_and_bottom .info h3{
    margin-top: 30%;
}

.hover .ih-item.square.effect6.from_top_and_bottom .info h3 .fa-circle,
.galerie .ih-item.square.effect6.from_top_and_bottom .info h3 .fa-circle{
    color: #2c2e3d;
}

.hover .ih-item.square.effect6.from_top_and_bottom .info,
.galerie .ih-item.square.effect6.from_top_and_bottom .info{
    background: rgba(35, 161, 219, 0.5);
}

.galerie .ih-item.square.effect6.from_top_and_bottom .info h3 i{
    font-size: 1.5em;
}

.hebergements h3{
    background: rgba(35, 161, 219, 1);
    color: white;
    padding: 2px 12px;
    margin-bottom: 0;
}

.hebergements p{
    padding: 5px 12px;
    margin-bottom: 0;
}

.accueil-services i{
    font-size: 2em;
}

.accueil-services{
    color: rgba(35, 161, 219, 1);
}

.bg_section{
    padding: 20px 0;
}

.bg_section h2{
    color: white;
}

.bg_section .border{
    background: white;
    border-bottom: 0;
}

.bandeCache{
    width: 100%;
    position: absolute;
    z-index: 2;
    height: 50px;
    bottom: 0;
    background: white;
}

/* DEFAUT */
.defaut h1,
.defaut h2{
    margin-bottom: 0;
}

.doc{
    margin-bottom: 5px;
}

.doc a{
    color: #2c2e3d;
}

.doc a:hover{
    color: #b8bcbb;
}

.defaut .doc a i{
    font-size: 2em;
}

/* PARTENAIRES */
.partenaires .row{
    border: 1px solid #eaeaea ;
}


.partenaires .ih-item.square.effect6.from_top_and_bottom .info{
    background: rgba(35, 161, 219, 0.5);
}

.partenaires .ih-item.square.effect6.from_top_and_bottom h3{
    background: rgba(35, 161, 219, 1);
    color: white;
    margin-top: 25%;
    font-size: 1em;
}

.partenaires .image{
    padding: 0;
}

.partenaires .img{
    border-right: 1px solid #eaeaea;
    color: rgba(252, 95, 34, 1);
}

#partenaires2 .img{
    border-left: 1px solid #eaeaea;
    border-right: none;
}

#partenaires3 .img{
    border-bottom: 1px solid #eaeaea;
    border-right: none;
}

.partenaires h2{
    text-transform: uppercase;
    font-size: 1.2em;
    color: rgba(35, 161, 219, 1);
}

.partenaires .column{
    margin-bottom: 20px;
}


/* RESERVATIONS */

.reserver #infos p{
    border: 1px solid #eaeaea;
}

.reserver #infos i,
.reserver #infos span{
    color: rgba(35, 161, 219, 1);
}

.reserver #btn,
#contact #btn{
    background: rgba(252, 95, 34, 1);
    padding: 5px 20px;
    font-size: 1.2em;
}

.reserver #btn:hover,
#contact #btn:hover{
    background: rgba(35, 161, 219, 1);
    color: white;
}

.reserver #infos p{
    background: white;
    padding: 20px;
    text-align: center;
    width: 100%;
}

.reserver #infos p span{
    text-transform: uppercase;
    font-size: 1.2em;
}

.reserver #infos p i{
    font-size: 1.5em;
}

/* LISTING DETAIL */
#listing_detail .column{
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
}

#listing_detail h2.titre,
.list-chambres h3.titre{
    font-size: 1.5em;
    color: white;
    margin: 0;
}

#listing_detail .titre,
.list-chambres .titre{
    background: rgba(35, 161, 219, 1);
    padding: 5px 10px;
}

#listing_detail .desc,
.list-chambres .desc{
    border: 1px solid #eaeaea;
    padding: 15px;
    padding-bottom: 0;
}

#listing_detail .button,
.hebergements .button,
.blog .button,
.list-chambres .button{
    background: rgba(252, 95, 34, 1);
    color: white;
    padding: 5px 30px;
    border-radius: 0;
    font-size: 1.2em;
}

#listing_detail .button:hover,
.hebergements .button:hover,
.blog .button:hover,
.list-chambres .button:hover{
    background: rgba(35, 161, 219, 1);
}

#listing_detail .img img{
    width: 100%;
}

.details img{
    width: 100%;
}
/* BLOG */
.blog{
    margin-bottom: 20px;
}

.blog .titre{
    font-size: 1.3em;
}

.blog h3{
    color: rgba(35, 161, 219, 1);
    padding: 5px;
    margin-bottom: 0;
}

.blog p{
    padding: 5px;
}

.blog .date,
.detail_blog .date{
    background: rgba(35, 161, 219, 1);
    color: white;
    padding: 10px 10px;
    position: relative;
    width: 70px;
    float: right;
    margin-bottom: 0;
    line-height: 15px;
    margin-top: -25px;
    margin-right: -.9375rem;
}

.detail_blog .date{
    margin-right:0;
    margin-top: -50px;
}

.padding_sidebar{
    padding: 5px 15px;
}

.rechercher .search-submit{
    background: rgba(252, 95, 34, 1);
    color: white;
    padding: 9px 15px;
    border-radius: 0;
   
}

.rechercher #search{
    max-width: 80%;
}

.rechercher form{
    margin-bottom: 0;
}


#sidebar_blog .categories ul,
#sidebar_blog .tags ul,
.detail_blog .tags ul{
    list-style-type: none;
    margin-left: 0;
}

#sidebar_blog .categories li{
    border-bottom: 1px solid #eee;
    padding: 5px 0;
}

#sidebar_blog .categories a{
    color: #2c2e3d;
}

#sidebar_blog .categories a:hover{
    color: rgba(35, 161, 219, 1);
}

#sidebar_blog .tags li,
.detail_blog .tags li{
    display: table-cell;
}

#sidebar_blog .tags a,
.detail_blog .tags a{
    padding: 5px 10px;
    background: #2c2e3d;
    color: white;
    margin-right: 5px;
    margin-bottom: 5px;
}

#sidebar_blog .tags a:hover,
.detail_blog .tags a:hover{
    background: rgba(35, 161, 219, 1);
}

#sidebar_blog .articles .columns{
    padding-right: 0;
}

#sidebar_blog .articles .titre_blog{
    margin-bottom: 0;
    font-weight:600;
    color: #2c2e3d;
}

#sidebar_blog .articles span{
    color: rgba(35, 161, 219, 1);
}

#sidebar_blog .articles p{
    margin-bottom: 0;
    padding: 0;
}

.detail_blog span,
.detail_blog span a{
    color: rgba(35, 161, 219, 1);
}

.detail_blog .galerie .info h3{
    margin-top: 10% !important;
}

.detail_blog .image img{
    width: 100%;
}

/* DETAIL LISTING */

.typ_gal {
    margin-bottom: 20px;
}

/* FAQ */
.faq h1{
    font-size: 1.5em;
}

.faq .border-droite{
    border-right: 1px solid rgba(35, 161, 219, 1);
}

.accordion .ui-accordion-header, .accordion .ui-accordion-content{
    color: #2c2e3d;
    border: none;
    border-radius: 0;
    margin:0;
}

.ui-state-default{
    background: white;
}

.accordion{
    border-radius: 0;
    border-bottom: none;
}

.accordion .ui-accordion-header:hover, .ui-accordion-header-active {
    color: rgba(252, 95, 34, 1) !important;
}

.accordion .ui-accordion-header{
    font-size: 1.5em;
}

.accordion .ui-accordion-header::before{
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    content: '\f067';
    margin-right: 5px;
    padding: 5px;
    background: rgba(252, 95, 34, 1);
    color: white;
    font-size: 0.8em;
}

.accordion .ui-accordion-header-active:before{
    content: '\f068';
    background: rgba(252, 95, 34, 1) !important;
}

.accordion .ui-accordion-header:hover:before{
    background: rgba(252, 95, 34, 1) !important;
}

.ui-accordion-header-icon.ui-icon.ui-icon-triangle-1-e, .ui-accordion-header-icon.ui-icon.ui-icon-triangle-1-s{
    display: none;
}

.ui-accordion .ui-accordion-content{
    padding-left: 60px;
}

/* GALERIE */

#filtres a{
    color: rgba(35, 161, 219, 1); 
    font-size: 1.2em;
    padding: 5px 10px;
    border: 1px solid rgba(35, 161, 219, 1);
    margin-left: -1px;
}

#filtres a.active,
#filtres a:hover{
    background: rgba(35, 161, 219, 1); 
    color: white;
    text-decoration: none;
}

a[data-filter="all"] {
    margin-right: -3px;
}

#page_galerie .mix{
    display: none;
}

/* SERVICES */
#services i,
#services h2{
    color: rgba(35, 161, 219, 1);
}

#services i{
    font-size: 2em;
}

#services .txt{
    padding: 15px;
}

/* CONTACT */

#contact h1{
    text-transform: uppercase;
}

#contact #infos i{
    font-size: 2em;
    margin-bottom: 5px;
}

#contact #infos i,
#contact #infos span{
    color: rgba(35, 161, 219, 1);
}

#contact #infos span{
    text-transform: uppercase;
}

#contact #infos p{
    margin-top: 5px;
}

form #btn{
    width: 100%;
    padding: 8px;
    background: #2c2e3d;
    color: white;
    border: none;
    
}

form #btn:hover{
    background: white;
    color: #2c2e3d;;
}

/* MENTIONS */

.mentions a{
    color: #7E848D;
}

.mentions a:hover{
    color: #2c2e3d;
}

.mentions h1{
    margin-top: 20px;
}

.mentions hr{
    margin-left: 0;
}

.mentions i{
    color: #7E848D;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

.mentions h2 i{
    color: #2c2e3d;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}


/* MEDIA QUERIES */
@media screen and (min-width:0em) and (max-width:64em){
    .columns, .column{
        margin-bottom: 10px;
    }
    .margin_small_0{
        margin: 0 !important;
    }
    .titre-ban .margin_dg_10pc{
        margin-bottom: 0;
    }
    
    .blog .padding_0{
        margin-bottom: 0;
    }
    .slider .slider-text{
        top: 55%;
    }
    #partenaires2 .img {
        border-left: none !important;
    }
    #partenaires2 .txt {
        padding-top: 10px;
    }
    .partenaires .txt {
        border-top: 1px solid #eaeaea;
        margin-bottom: 0;
    }

}

@media only screen and (max-width: 39em){
    .columns, .column{
        margin-bottom: 10px;
    }
    .galerie .ih-item.square.effect6.from_top_and_bottom .info h3 {
        margin-top: 25%;
    }
    .ih-item.square.effect6 .info p{
        padding-top: 0;
    }
    #partenaires3 .img {
        border-right: none;
    }
    #langue li{
        display: table-cell !important;
    }
    #langue{
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }
    .form_resa{
        bottom: 0;
        top: inherit;
    }
    .form_resa .columns{
        margin-bottom: 0;
    }
    .titre-ban .margin_dg_10pc{
        margin: auto !important;
    }
    .slider .slider-titre p{
        font-size: 150%;
    }
    .titre-ban h3 {
        font-size: 1.3rem;
        line-height: 190px;
    }
    .titre-ban {
        height: 230px;
    }
    .titre-ban span.ban {
        color: white;
        font-size: 2rem;
        line-height: 1.5;
        margin-bottom: 0;
        width: 100%;
        height: 160px;
        margin-top: 20px;
    }
    #filtres a{
        font-size: 1em;
    }

}
