/* COULEURS 0, 84, 106;100, 168, 119; FIN COULEURS */
*{
    margin:0;
    padding: 0;
}

body{
    color: #4c4d4d;
    font-family: Arial,sans-serif;
    font-size: 1em;
}

blockquote, blockquote p {
    color:#0a0a0a;
}
.row {
    max-width: 70rem;
}

#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;
}


#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 */
}

#scroll_down{
	position: fixed;
	display: block;
	bottom: 0;
	left: 50%;
	margin-left: -11.4px;
	z-index: 100000;
	margin-bottom: 10px;
}

img{
    width: 100%;
    border: 1px solid #F2F2F2 !important;
}

#logo, 
.insta img, 
.slider img, 
.langue img, 
.cooltapas img, 
#banniere img, 
#preloader img, 
.contact img,
#logo_footer{
    border: none !important;
}

p{
    line-height: 1.4;
}

a{
    text-decoration: none;
}

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

.margin_0{
    margin: 0 !important;
}

.padding_0{
    padding: 0 !important;
}

.padding_20{
    padding: 20px !important;
}

.padding_10{
    padding: 10px !important;
}

.padding_50{
    padding: 50px !important;
}

.padding_5{
    padding: 5px !important;
}

.padding_b_5{
    padding-bottom: 5px !important;
}

.padding_b_15{
    padding-bottom: 15px !important;
}

.padding_t_30{
    padding-top: 30px !important;
}

.padding_t_50{
    padding-top: 50px !important;
}

.padding_tb_30{
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.padding_b_20{
    padding-bottom: 20px !important;
}

.padding_b_50{
    padding-bottom: 50px !important;
}

.padding_b_100{
    padding-bottom: 100px !important;
}

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

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

.padding_r_10{
    padding-right: 10px !important;
}

.padding_b_0{
    padding-bottom: 0 !important;
}

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

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

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

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

.margin_b_30{
    margin-bottom: 30px !important;
}

.margin_b_40{
    margin-bottom: 40px !important;
}

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

.margin_t_50{
    margin-top: 50px !important;
}

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

.margin_t_15{
    margin-top: 15px !important;
}

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

.margin_t_30{
    margin-top: 30px !important;
}

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

.margin_r_0{
    margin-right: 0 !important;
}

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

.btn{
    background: rgba(100, 168, 119, 1);
    color: white;
    padding: 5px 25px;
}

.btn_tel{
    background: rgba(100, 168, 119, 1);
    color: white;
    padding: 5px 10px;
}

.btn_tel:hover, .btn_tel:focus{
    color: white;
}

a.btn:hover,
a.btn:focus{
    background: rgba(0, 84, 106, 1);
    color: white;
}

.btn2{
    background: rgba(0, 84, 106, 1);
    color: white
}

a.btn2:hover,
a.btn2:focus,
#filtres input[type="radio"]:checked + label{
    background: rgba(100, 168, 119, 1);
    color: white;
}

.uppercase{
    text-transform: uppercase;
}

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

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

.row .row_100{
    margin: 0;
}

form input,
form select,
form textarea{
    box-shadow: none !important;
    border: 1px solid rgba(0, 84, 106, .5) !important;
}

form input::placeholder,
form select::placeholder,
form textarea::placeholder{
    color: black;
}

input{
    padding: 0 0.5rem !important;
}

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

#menu{
    z-index: 999;
    padding: 0;
}

#logo{
    width: auto;
    height: 100px;
}
.top-bar-title a{
    position: absolute;
    background: white;
    padding: 10px;
    box-shadow: 1px 1px 12px rgba(51, 51, 51, .2);
    top: 0;
}


.sticky, .sticky.is-stuck{
    background: rgba(0, 84, 106, 1);
    border-bottom: 1px solid lightslategrey;
}


.title-bar{
    z-index: 999;
    background: transparent;
    padding: 15px 0;
}

.title-bar .menu li a{
    color: white;
    padding: 10px 0;
}

.top-bar-title{
    margin-right: 0;
}

.menu .active>a,
.menu a:hover{
    color: rgba(100, 168, 119, 1) !important;
    background: none;
}

.menu .active>a{
    font-weight: bold;
}

.menu .active>a{
    border-bottom: 1px solid rgba(100, 168, 119, 1);
}

.menu .homeIcon.active>a{
    border-bottom: none;
}


.menu li{
    padding: 0 1rem;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a{
    padding-right: 1rem;
}

.fa-bars{
    color: rgba(0, 84, 106, 1);
    font-size: 1.5rem;
}

.menu>li.sousM>a:after,
.menu>li.sousM>a:hover:after{
    border: none;
    content: "\f107";
    font-family: FontAwesome;
    margin-left: 10px;
}
.menu>li.sousM>a:hover:after{
    content: "\f106";
}

.dropdown.menu.align-right .is-dropdown-submenu.first-sub{
    left: 0;
    right: auto;
}

.is-dropdown-submenu{
    background: rgba(0, 84, 106, 1);
    padding: 0;
}

.is-dropdown-submenu li{
    padding: 0 !important;
}

/* SOUS MENU */
.v_menu{
    position: absolute;
    margin-top: 15px;
    padding: 20px;
    background: rgba(0, 84, 106, 1);
    width: 80%;
}

.v_menu.ouvert{
    display: flex !important;
}

.v_menu>li {
    padding-bottom: 10px;
    color: white !important;
    padding: 0 .5rem;
    text-transform: none;
}

.v_menu>li a{
    color: white !important;
    text-transform: none;
}

.vs_menu{
    margin: 0;
}

.v_menu li,
.vs_menu li{
    list-style-type: none;
}

.vs_menu li{
    padding: 0 !important;
}

.vs_menu li a{
    color: #7fb0cd !important;
    font-size: .875rem;
    margin-bottom: 5px;
    text-transform: none;
}

.v_menu>li.current-menu-item a{
    color: rgba(100, 168, 119, 1) !important;
}

/* FIN SOUS MENU */

.sticky .is-dropdown-submenu li a,
.sticky li.active .is-dropdown-submenu li a{
    color: white;
    width: 100%;
    padding: .7rem 1rem !important;
}

.sticky .is-dropdown-submenu li.current-menu-item a,
.sticky li.active .is-dropdown-submenu li.current-menu-item a{
    color: white;
    background: rgba(100, 168, 119, 1);
}

.is-dropdown-submenu li a,
.is-dropdown-submenu li > .is-dropdown-submenu li a{
    border: none !important;
}

.sticky .is-dropdown-submenu li a:hover,
.sticky li.active .is-dropdown-submenu li a:hover{
    border: none;
    background: transparent;
    color: rgba(100, 168, 119, 1);
}

.off-canvas.position-left{
    background: rgba(0, 84, 106, 1);
    height: 100%;
    box-shadow: none;
}

.left-submenu.move-right.submenu.is-drilldown-submenu{
    margin-left: 0;
}

.is-drilldown li{
    padding: 0;
    margin-left: 10px;
    text-transform: uppercase;
}

.is-drilldown li a, .is-drilldown-submenu li a{
    color: white;
    border: none;
}

.is-drilldown li a::after{
    border-color: transparent transparent transparent white;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right>a:after{
    border-color: transparent transparent transparent white;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right>a:hover::after{
    border-color: transparent transparent transparent rgba(100, 168, 119, 1);
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left>a:after{
    border-color: transparent white transparent transparent;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left>a:hover::after{
    border-color: transparent rgba(100, 168, 119, 1) transparent transparent;
}

.is-drilldown li a:hover, .is-drilldown-submenu li a:hover{
    color: rgba(100, 168, 119, 1);
}

.is-drilldown-submenu{
    height: 100%;
    background: rgba(0, 84, 106, 1);
}

.is-drilldown a:hover {
    border: none;
}

.is-drilldown-submenu li a::before{
    border-color:  transparent white transparent transparent;
}

.is-drilldown{
    min-height: 100%;
}

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

.scrollToTop, #share_btn{
	width:40px; 
	height:40px; 
	text-align:center; 
	background: rgba(100, 168, 119, 1);
	font-weight: bold;
	color: white;
	text-decoration: none;
	position:fixed;
	bottom:30px;
	right:10px;
	display:none;
    font-size: 1.5em;
    z-index: 999;
    border: 1px solid white;
}
.scrollToTop:hover,
#share_btn:hover{
	text-decoration:none;
    background: rgba(0, 84, 106, 1);
    color: white;
}

#share_btn{
    bottom: 80px;
    display: block;
}

/* RECHERCHE */
.top-bar-right .droite,
.top-bar-right form,
.vertical form{
    display: inline-block;
}
.top-bar-right form,
.vertical form{
    border: 1px solid white;
    padding: 5px;
    margin-top: 0;
}

.vertical form{
    margin-top: 20px;
}

.top-bar-right form input,
.vertical form input{
    border: none !important;
    color: white;
    background: transparent;
    max-width: 100%;
}
.vertical form input{
    max-width: 80%;
}

.top-bar-right form input::placeholder,
.vertical form input::placeholder{
    color: white;
}
.top-bar-right form input:focus,
.vertical form input:focus{
    border: 1px solid rgba(0, 84, 106, 1) !important;
    color: white;
}

#btn_rechercher i{
    color: white;
}

#btn_rechercher:hover i{
    color: rgba(100, 168, 119, 1);
}

.top-bar-right form datalist,
.vertical form datalist  {
    position: absolute;
    background-color: white;
    border: 1px solid blue;
    border-radius: 0 0 5px 5px;
    border-top: none;
    font-family: sans-serif;
    width: 350px;
    padding: 5px;
    max-height: 10rem;
    overflow-y: auto
    
}
  
.top-bar-right form option,
.vertical form option  {
    background-color: white;
    padding: 4px;
    color: blue;
    margin-bottom: 1px;
     font-size: 18px;
    cursor: pointer;
}
  
.top-bar-right form option:hover,
.vertical form option:hover{
    background-color: lightblue;
}


/* LANGUES */
.langue li,
.langue li a{
    padding: 0;
    margin: 0;
    text-transform: uppercase;
}

.social-links,
.langue,
.langue>li{
    display: inline-block !important;
    width: auto !important;
}

.langue .vertical li a{
    padding: 10px 15px;
}

.langue .vertical{
    background: rgba(0, 84, 106, 1);
    z-index: 99999;
}

/* POP UP */
#fond_partage{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .6);
    z-index: 9999;
    display: none;
}

#partage{
    position: fixed;
    top: 20%;
    width: 600px;
    left: 50%;
    margin-left: -300px;
    background: white;
    z-index: 99999;
    display: none;
}

#partage .titre{
    background: rgba(0, 84, 106, 1);
    color: white;
    font-size: 1.4rem;
    padding: 10px 20px;
}

#partage .close_partage{
    color: white;
    float: right;
    padding: 10px 20px;
}

#partage .close_partage:hover, .prix{
    color: rgba(100, 168, 119, 1);
}

#partage #share_popup{
    padding: 10px 20px 20px 20px;
}

h1, h2{
    /*font-family: 'Baskervville', serif;*/
    font-weight: bold;
}

h1{
    font-size: 1.8rem;
    color: black;
}

h1 span{
    color: rgba(100, 168, 119, 1);
}

h2{
    font-size: 1.5rem;
}

h3{
    font-size: 1.5rem;
    color: rgba(0, 84, 106, 1);
    margin-bottom: 0;
}

h5{
    color: rgba(0, 84, 106, 1);
}

.sous_menu_page h2{
    line-height: 1;
}

.titre_listing h1{
    color: white;
    background: #00546a;
    padding: 10px;
    font-weight: 300;
}

.fond{
    position: absolute;
    background: linear-gradient(to bottom, rgba(0, 84, 106, 0), rgba(0, 84, 106, .4));
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    -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;
}

.fond2{
    background: rgba(0, 84, 106, 1);
    padding: 20px;
    color: white;
}

.zoom:hover img{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.zoom img{
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.relative{
    position: relative;
}

.zoom{
    overflow: hidden;
}

.align-vertical{
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.align-horizontal{
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.align-milieu{
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
}

.cc-cookies{
    top: auto;
    bottom: 0;
}

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

#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;
    width: 100%;
}

.slider .text {
    position: absolute;
    z-index: 9999;
    width: 100%;  
}

.slider p, #banniere .text-ban{
    color: white;
    line-height: 1;
    margin: 0;/*
    text-shadow: rgba(6,63,87,0.8) 0 0 10px;*/
}

.slider .slider-titre p{
    font-size: 2em;
    text-transform: uppercase;
    font-weight: bold;
    background: rgba(6,63,87,0.8);
    padding: 20px;
}

.slider .slider-text p{
    font-size: 1.2em;
}

.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: 400px;
    padding: 0;
    margin-top: -70px;
}

#banniere .row{
    height: 100%;
}

#banniere .columns{
    z-index: 1;
    position: relative;
}

#banniere .text-ban{
    color: white;
    font-size: 1.8rem;
    text-transform: uppercase;
    background: rgba(0, 84, 106, .8);
    padding: 20px 50px;
    display: inline-block;
}

#banniere .text-ban h1{
    margin: 0;
}

.no-ban{
    padding: 50px 0;
}

/* FIL D'ARIANE */
.breadcumbs{
    list-style-type: none;
    margin: 0;
    display:inline-block;
    text-shadow: rgba(0, 0, 0, 0.5) 0 0 10px;
}

.breadcumbs li{
    display: inline-block;
}

.breadcumbs li:after{
    content: "/";
    color: white;
}

.breadcumbs li a{
    margin: 0 5px;
    color: white;
    font-size: .875rem;
}

.no-ban .breadcumbs li a,
.no-ban .breadcumbs li:after{
    color: black;
}

.no-ban .breadcumbs{
    text-shadow: none;
}

.breadcumbs li a:hover{
    color: rgba(100, 168, 119, 1);
}

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



.fildariane{
    margin-top: -30px;
}

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

.ih-item.square.effect6 .info .titre_ihover{
    background: transparent;
    font-weight: bold;
    font-size: 2rem;
}

/* ACCUEIL */
.affiche_home{
    position: absolute;
    z-index: 1;
}

.affiche_home .btn{
    background: rgba(0, 84, 106, .8) !important;
    font-size: 1.4rem;
    margin: 0;
    text-align: center;
    -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;
}

.defaut .affiche_home .btn{
    background: rgba(100, 168, 119, 1) !important;
}

.home a:hover .affiche_home .btn{
    background: rgba(0, 84, 106, 1) !important;
}

.listings.home-titre h2{
    color: white;
    padding: 10px;
    margin: 0;
}

.listings.home-titre{
    background: rgba(0, 84, 106, 1);
}

.home.listings h3{
    color: rgba(0, 84, 106, 1);
    font-size: 1.8rem;
    line-height: 1;
    margin-top: 10px;
}

.listing h3{
    color: rgba(100, 168, 119, 1);
    font-size: 2rem;
}

.home.listings .img .btn,
.sous_menu_page .img .btn{
    position: absolute;
    bottom: 0;
    z-index: 1;
}

.listings figure{
    background: white;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 10px;
}

.listings .customNav{
    position: absolute;
    margin-top: 0;
    width: 100%;
}

.listings .customNav.owl-nav [class*="owl-"]{
    background: rgba(0, 84, 106, 1);
    color: white;
    border-radius: 0;
    padding: 0 20px;
    font-size: 2rem;
    margin: 0;
}

.listings .customNav.owl-nav [class*="owl-"]:hover{
    background: rgba(100, 168, 119, 1);
    color: white;
    cursor:pointer;
}

.listings .customNav.owl-nav .owl-prev{
    float: left;
    margin-left: 0;
    
}

.listings .customNav.owl-nav .owl-next{
    float: right;
    margin-right: 20px;
}

.listings .relative>img{
    max-height: 500px;
}

.accordion:target {
    padding-top: 7em;
  }

.accordion-title, .accordion-content{
    padding: 0;
}

.accordion-content{
    padding-bottom: 20px;
}

.accordion-item, .accordion-title, .accordion-content, .infos .accordion-content{
    border: none;
}

table tbody, table tfoot, table thead{
    border: 1px solid rgba(0, 84, 106, 1);
}

table tr, table td{
    border-color: rgba(0, 84, 106, 1);
}

.accordion-item .accordion-title h2{
    color: rgba(0, 84, 106, 1);
    text-transform: uppercase;
    font-weight: bold;
}

.accordion-item .accordion-title::before{
    font-size: 2rem;
    margin-top: -1rem;
    color: rgba(0, 84, 106, 1);
}

.accordion-item.is-active .accordion-title h2,
.accordion-item .accordion-title:hover h2,
.accordion-item .accordion-title:hover,
.accordion-item .accordion-title:focus{
    color: rgba(100, 168, 119, 1) !important;
    background: transparent;
}

.accordion-item.is-active .accordion-title::before, .accordion-item .accordion-title::before:hover{
    color: rgba(100, 168, 119, 1) !important;
    background: transparent;
}

.accordion .lightgallery .columns{
    padding-left: 0;
}

.infos .accordion-title {
    font-weight: bold;
    font-size: 1.4rem;
    color: rgba(100, 168, 119, 1);
    margin-bottom: 10px;
    text-transform: uppercase;
}

.infos .accordion-content, .infos .accordion-item:last-child > .accordion-content:last-child,
.infos .accordion-item:last-child:not(.is-active) > .accordion-title{
    border-bottom: none;
}

.infos .accordion-title::before{
    content: '';
}

.blog .text{
    position: absolute;
    bottom: 0;
    z-index: 1;
}

.blog .text p,
.blog .text h3{
    padding: 0 20px;
}

.blog .text p{
    color: white;
}

.blog .text h3,
.blog h2{
    color: rgba(100, 168, 119, 1);
    line-height: 1;
}

.blog .date{
    position: absolute;
    z-index: 1;
    top: 10px;
    right: 10px;
    background: white;
    box-shadow: 0 0 8px rgba(0,0,0,.3);
    padding: 5px;
    font-size: 1rem;
    color: #333;
    text-transform: uppercase;
    text-align: center;
    
}

.blog .date span{
    font-size: 1.2rem;
}

.blog .date hr{
    margin: 0;
    border-color: rgba(0, 84, 106, .8);
}

.home.contact a{
    font-size: 1.4rem;
}

#contact_home{
    height:300px;
}

/* DEFAUT */
.defaut .fond_text{
    height: 100%;
    border: 1px solid rgba(0, 84, 106, 1);
}

.defaut .text{
    padding: 20px;
}

.defaut .desc img{
    width: auto;
}

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

.doc{
    color: white;
    font-size: 1rem;
}

.doc:hover{
    color: rgba(100, 168, 119, 1);
}

.lightgallery a .fond_hover,
.insta a .fond_hover{
    position: absolute;
    background: linear-gradient(to bottom, rgba(0, 84, 106, 0), rgba(0, 84, 106, .8));
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    opacity: 0;
    
    -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;
}

.insta a .fond_hover{
    background: rgba(0, 84, 106, .8);
}

.lightgallery a:hover .fond_hover,
.insta a:hover .fond_hover{
    opacity: 1;
}

.lightgallery a .info,
.insta a .info{
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    z-index: 1;
    opacity: 0;
    color: white;
    font-size: 1.4rem;
    text-transform: uppercase;
    
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    
    -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;
}

.insta a .info{
    top: 50%;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
}

.lightgallery a:hover .info,
.insta a:hover .info{
    opacity: 1;
    -webkit-transform: translateY(-10%);
    -moz-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    -o-transform: translateY(-10%);
    transform: translateY(-10%);
}

/* LISTING DETAILS */

.listing a h2,
.detail_listing .prix,
.detail_listing .couleur{
    color: rgba(100, 168, 119, 1);
}

.listing .bande{
    height: 300px;
    width: 100%;
    z-index: 0;
    position: absolute;
    top: 0;
    background: url(../images/texture.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


.listing h1, .listing .fondList h2{
    color: rgba(0, 84, 106, 1);
}

.listing .text{
    padding-top: 20px;
}

.listing .fondList{
    background: white;
    border: 1px solid rgba(0, 84, 106, 1);
    padding: 20px;
}

.listing.home h2{
    margin: 0;
}

table tbody, table tbody tr:nth-child(2n){
    background: transparent;
}

table, table tr td{
    width: auto !important;
}

/* DETAIL LISTING */
.detail_listing .couleur,
.detail_listing .prix b{
    font-size: 1.2rem;
}

.detail_listing .doc{
    color: #333;
}

.detail_listing .doc:hover{
    color: rgba(100, 168, 119, 1);
}

.detail_listing .bande{
    height: 120px;
    width: 100%;
    z-index: 0;
    position: absolute;
    top: 0;
    background: rgba(0, 84, 106, 1);
}

.detail_listing h2{
    font-size: 1.4rem;
    color: rgba(0, 84, 106, 1);
}

.detail_listing h1 span{
    background: rgba(100, 168, 119, 1);
}

/* BLOG */
.blog .text{
    position: absolute;
    bottom: 0;
}

#sidebar_blog, .detail_listing .types{
    box-shadow: 0 0 8px rgba(0,0,0,.3);
    padding: 10px 0;
}

#sidebar_blog .titre{
    color: rgba(100, 168, 119, 1);
    margin-top: 10px;
}

#sidebar_blog>.columns:not(:last-child){
    border-right: 1px solid rgba(0, 84, 106, .4);
}

#sidebar_blog .rechercher .btn{
    border-radius: 0;
    width: 100%;
}

#sidebar_blog .rechercher input{
    height: 2rem;
}

#sidebar_blog ul,
.tagcloud{
    margin: 0;
}

#sidebar_blog .articles h3{
    color: white;
    font-size: 1.2rem;
    position: absolute;
    bottom: 0;
    z-index: 1;
    left: 0;
    right: 0;
    margin-left: 10px;
}

#sidebar_blog .categories li{
    margin-bottom: 10px;
}

#sidebar_blog .categories a{
    color: #333;
}

#sidebar_blog .categories a:hover{
    color: rgba(100, 168, 119, 1);
}

#sidebar_blog ul li,
.tagcloud li{
    list-style-type: none;
}

.tagcloud li{
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 12px;
}

.tagcloud li a{
    padding: 5px 10px;
}

.blog .fond_titre{
    background: rgba(0, 84, 106, 1);
    color: rgba(100, 168, 119, 1);
}

.blog article{
    margin-top: -80px;
}

.blog article .cat a,
.blog article .doc:hover{
    color: rgba(100, 168, 119, 1);
}

.blog article .doc{
    color: #333;
}

/* GALERIE */
#filtres .button-group{
    display: inline-block;
}

#filtres input{
    display: none;
}

#filtres .btn{
    font-size: 1rem;
    margin-bottom: 20px;
}

/* CONTACT */
.contact .form{
    background: rgba(0, 84, 106, 1);
    color: white;
    padding: 20px;
}
.contact .form a{
    color: white;;
}
.contact button{
    border-radius: 0;
}

.contact label,
.contact label a{
    color: rgba(0, 84, 106, 1);
}

.contact label a:hover{
    color: rgba(100, 168, 119, 1);
}

#map_canvas{
    min-height: 300px;
    height: 550px;
}

/* FOOTER */
footer{
    background: white;
    padding: 30px 0 5px 0;
    color: #4c4d4d;
    border-top: 1px solid lightslategrey;
}

footer i{
    color: rgba(100, 168, 119, 1);
}

#logo_footer{
    max-width: 200px;
    width: auto;
}

.social-links{
    margin: 0;
}

.social-links li{
    display: inline-block;
    margin-right: 10px;
}

.social-links li a i{
    font-size: 1.2rem;
    color: rgba(0, 84, 106, 1);
    font-style: normal;
}

.social-links li a:hover i{
    color: rgba(100, 168, 119, 1);
}

footer p{
    font-size: .875rem;
}

.copyright{
    padding: 10px 0;
    background: white;
    color: #333;
    font-size: 0.8rem;
}

.copyright p{
    margin-bottom: 0;
}

.copyright a{
    color: #333;
}

.copyright a:hover{
    color: rgba(100, 168, 119, 1);
}

.mentions a{
    color: rgba(100, 168, 119, 1);
}

.mentions h1,
.mentions h2{
    margin-top: 20px;
    font-weight: bold;
    color: rgba(100, 168, 119, 1);
}

.sitemap h2{
    color: #333;
}

.mentions hr{
    margin-left: 0;
}

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

.sitemap h2 i{
    color: rgba(51, 51, 51, 1);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}


/* MEDIA QUERIES */
@media screen and (min-width:0em) and (max-width:64em){
    .slider .slider-text p {
        font-size: 1em;
        padding: 10px 20px 30px 20px;
    }
    .slider .slider-titre p {
        font-size: 2em;
        padding: 30px 20px 10px 20px;
    }
    .slider, #banniere{
        margin-top: 0;
    }
    .menu a{
        font-size: .875rem !important;
    }
    #logo{
        width: 150px;
        height: auto;
        margin-left: 15px;
    }
    .home.listings .img .btn,
    .sous_menu_page .img .btn{
        width: 200px;
        text-align: center;
    }
    .detail_listing .padding_t_30{
        padding-top: 0!important;
    }
    .affiche_home .btn{
        text-align: center;
        font-size: 1.2rem;
        padding: 5px 10px;
    }
    .defaut .text{
        transform: none;
        position: relative;
        top: 0;
    }
    #sidebar_blog{
        margin: 0 10px;
    }
    #sidebar_blog .btn{
        padding: 5px;
    }
    #sidebar_blog .articles h3{
        line-height: 1;
        font-size: .875rem;
    }
    .mix a .info{
        bottom: 10px;
    }
    .mix .titre_ihover{
        font-size: 1rem;
    }
    .contact .form{
        padding: 30px;
    }
    .blog .text p{
        line-height: 1.2;
    }
    .blog .text h3{
        font-size: 1.3rem;
    }
    .listings .customNav{
        width: 100%;
        max-width: 100%;
        top: auto;
        bottom: 0;
    }
    .accordion:target {
        padding-top: 0;
      }
    
}

@media only screen and (max-width: 39em){
    .scrollToTop{
        bottom: 10px !important;
    }
    #share_btn{
        bottom: 60px !important;
    }
    #partage{
        width: 250px;
        margin-left: -125px;
    }
    #partage .titre{
        font-size: 1rem;
    }
    .slider{
        margin-top: 0;
    }
    .slider .slider-text {
        font-size: .8em;
        top: 60%;
    }
    .slider .slider-titre {
        font-size: .5em;
        top: 15%;
    }
    .slider .btn_slider {
        margin-top: 5px !important;
        text-align: right !important;
    }
    .slider-titre.active-slide, .slider-text.active-slide{
        margin-left: 20px;
    }
    #banniere .text-ban{
        font-size: 1.2rem;
    }
    #banniere{
        height: 200px;
        margin-top: 0;
    }
    .breadcumbs{
        font-size: .8rem;
    }
    
    .title-bar{
        background: white;
    }
    .langue img{
        width: 25px;
        height: auto;
    }
    .listings .owl-carousel .owl-nav .owl-next {
        margin-right: 0;
    }
    .listings .owl-carousel .owl-nav .owl-prev {
        margin-left: 0;
    }
    .listings .customNav{
        top: auto;
    }
    #sidebar_blog{
        margin: 0 20px 30px 20px;
        padding: 10px;
    }
    #sidebar_blog > .columns:not(:last-child) {
        border-bottom: 1px solid rgba(0, 84, 106, .4);
        border-right: none;
        padding-bottom: 20px;
    }
    .listing .bande{
        display: none;
    }
    .listing p{
        color: #333;
    }
    .fond2 .listing p{
        color: white;
    }
    .mix .titre_ihover{
        font-size: .875rem;
    }
    .contact .form{
        margin: 0;
    }
    .home.listings{
        background: rgba(0, 84, 106, 1);
    }
    .owl-listings{
        position: relative;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .listings .customNav{
        width: 100%;
        max-width: 100%;
    }
    .listings .customNav.owl-nav .owl-prev,
    .listings .customNav.owl-nav .owl-next{
        margin-left: 0;
        margin-right: 0;
    }
    .listings .customNav.owl-nav .owl-next{
        margin-right: 20px;
    }
    .fond2{
        padding: 10px 0;
    }
    .accordion-item .accordion-title h2{
        font-size: 1.6rem;
    }/*
    .owl-carousel .owl-item {
        max-width: 23em;
    }*/

}