/* COULEURS 202, 148, 106;5, 48, 61; FIN COULEURS */

/*
OR : 202, 148, 106
NOIR : 5, 48, 61
*/

*{
    margin:0;
    padding: 0;
}

body {
    color: #333;
    font-family: 'Raleway', sans-serif;
    font-size: 1em;
}

.row {
    max-width: 70rem;
}

a{
    cursor: pointer;
}

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

img{
    width: 100%;
}

.sticky #logo{
    width: 160px;
    height: auto;
    
    -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;
}

.sticky.is-stuck.is-at-top #logo{
    width: 120px;
    height: auto;
}

#logo_footer{
    max-width: 300px;
    height: auto;
}

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_foundation_top{
    padding-top: .9375rem;
}

.padding_foundation_bottom{
    padding-bottom: .9375rem;
}

.padding_foundation2x_top{
    padding-top: 1.875rem;
}

.padding_foundation2x_bottom{
    padding-bottom: 1.875rem;
}

.padding_0{
    padding: 0 !important;
}

.padding_lr_0{
    padding-left: 0 !important;
    padding-right: 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_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;
}

.margin_foundation_top{
    margin-top: .9375rem;
}

.margin_foundation_bottom{
    margin-bottom: .9375rem;
}

.margin_foundation2x_top{
    margin-top: 1.875rem;
}

.margin_foundation2x_bottom{
    margin-bottom: 1.875rem;
}

/* FORME 1
------------
|         /
|        /
--------
*/
.forme1 { 
    -webkit-clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
}
/* FORME 2
  ---------
 /        |
/         |
----------
*/
.forme2{
    -webkit-clip-path: polygon(9% 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(9% 0, 100% 0, 100% 100%, 0% 100%);
}
/* FORME 3
----------
|         \
|          \
------------
*/
.forme3{
    -webkit-clip-path: polygon(0 0, 91% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 91% 0%, 100% 100%, 0% 100%);
}
/* FORME 4
------------
\          |
 \         |
  ----------
*/
.forme4{
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 20% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 20% 100%);
}
/* FORME 5 = 2 plus accentué
  ---------
 /        |
/         |
----------
*/
.forme5{
    -webkit-clip-path: polygon(40% 0, 100% 0, 100% 100%, 20% 100%);
    clip-path: polygon(40% 0, 100% 0, 100% 100%, 20% 100%);
}

/* FORME 6 = 3 plus accentué
----------
|         \
|          \
------------
*/
.forme6{
    -webkit-clip-path: polygon(0 0, 60% 0%, 80% 100%, 0% 100%);
    clip-path: polygon(0 0, 60% 0%, 80% 100%, 0% 100%);
}

.formeSlide{
    -webkit-clip-path: polygon(100% 0, 100% 100%, 50% 85%, 0 100%, 0 0);
    clip-path: polygon(100% 0, 100% 100%, 50% 85%, 0 100%, 0 0);
}
/*
.texture{
    background: url(../images/texture.jpg) no-repeat;
    background-size: cover;
}
*/
.texture{
    background: url(../images/texture.jpg);
    background-size: contain;
}

.ombre{
    box-shadow: 1px 5px 12px rgba(0, 0, 0, .2);
}

.btn{
    background: rgba(202, 148, 106, 1);
    color: white;
    padding: 5px 25px;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 0;
}

.btn:hover,
#filtres input[type="radio"]:checked + label{
    background: rgba(5, 48, 61, 1);
    color: white;
}

.btn2{
    background: rgba(5, 48, 61, 1);
}

.btn2:hover{
    background: rgba(202, 148, 106, 1);
}

.uppercase{
    text-transform: uppercase;
}

.bold{
    font-weight: bold;
}

.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(51, 51, 51, 1) !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;
}

.top{
    background: white;
    padding: 5px 0;
}

.top ul{
    margin: 0;
}

.social-links{
    display: inline-block !important;
    width: auto !important;
}

.social-links li{
    list-style-type: none;
    display: inline-block !important;
    margin: 0 5px;
}

.social-links li a{
    color: rgba(5, 48, 61, 1);
}

.social-links li a i{
    font-size: 1.5rem;
}

.social-links li a:hover{
    color: rgba(202, 148, 106, 1);
}

.title-bar{
    box-shadow: 1px 5px 12px rgba(0, 0, 0, .2);
}

.top-bar-title{
    background: rgba(202, 148, 106, 1);
    padding: 10px 80px 10px 30px;
}

.top-bar-left{
	min-width: 30px;
    margin-right: 20px;
}

#menu, .title-bar{
    background: rgba(5, 48, 61, 1);
    z-index: 999;
}

.menu .active a, .menu a:hover{
    color: rgba(202, 148, 106, 1);
    background: none;
}

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

.menu li{
    padding: .7rem 0.8rem;
}

.dropdown.menu>li.is-dropdown-submenu-parent>a:after{
    border-color: rgba(202, 148, 106, 1) transparent transparent;
    right: -12px;
    margin-top: -5px;
}

.dropdown.menu>li.is-dropdown-submenu-parent.active>a:after{
    border-color: #333 transparent transparent;
}

.is-dropdown-submenu li a{
    z-index: 10000;
    position: relative;
}

.is-dropdown-submenu{
    background: rgba(202, 148, 106, 1);
    border: 1px solid rgba(202, 148, 106, 1);
}

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

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

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

.is-dropdown-submenu li.current-menu-item a,
li.active .is-dropdown-submenu li.current-menu-item a{
    background: rgba(202, 148, 106, 1);
    color: white;
    border: none;
}

.is-dropdown-submenu li a:hover,
li.active .is-dropdown-submenu li a:hover{
    background: rgba(5, 48, 61);
    color: rgba(202, 148, 106, 1);
    border: none;
}

.off-canvas.position-left{
    background: rgba(5, 48, 61, 1);
    height: 100%;
    box-shadow: none;
}

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

.is-drilldown{
    height: 100%;
}

.is-drilldown li{
    padding: 10px 15px;
}

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

.is-drilldown li a::after,
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right>a:after{
    border-color: transparent transparent transparent #333;
}

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

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

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

.is-drilldown li a:hover, .is-drilldown-submenu li a:hover{
    color: rgba(5, 48, 61, 1);
}

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

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

ul.langue{
    list-style-type: none;
    display: inline-flex;
    width: auto !important;
}

.langue li a img{
    width: 20px;
    height: 25px;
    margin-top: -5px;
    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,
.langue li a{
    padding: 0;
}

.langue a:hover{
    border-bottom: none;
    text-decoration: 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%);
}

#stickyStartWubook .sticky.is-at-top.is-stuck{
    margin-top: 86px !important;
    background: white;
    border-bottom: 1px solid rgba(5, 48, 61, 1);
}

#stickyStartWubook{
    z-index: 9999;
}

#ConstellationWidget{
    margin: auto;
}

/* FIN MENU */

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

.scrollToTop, #share_btn{
	width:40px; 
	height:40px; 
	text-align:center; 
	background: rgba(202, 148, 106, 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(5, 48, 61, 1);
    color: white;
}

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

nav>ul{
    display: inline-flex !important;
    width: auto !important;
}

/* 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(202, 148, 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{
    color: rgba(5, 48, 61, 1);
}

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

h1, h2{
    font-size: 3.5rem;
}

h3,
.services .titre{
    font-size: 2rem;
}

h1, h2, h3,
.services .titre{
    color: rgba(202, 148, 106, 1);
    font-family: 'Dancing Script', cursive;
    line-height: 1;
}

.fond_gris{ /* GRIS CLAIR */
    background: #f2f2f2;
}

.fond_blanc{
    background: white;
}

.fond_couleur{
    background: rgba(202, 148, 106, 1);
}

.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{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

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

.align-milieu{
    position: absolute;
    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%);
}

/* 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;
    top: 20%;
}

.slider p, #banniere .text-ban{
    line-height: 1;
    margin: 0;
    color: white;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, .5);
}

.slider .slider-titre p, #banniere .text-ban{
    font-size: 5em;
    font-weight: bold;
    font-family: 'Dancing Script', cursive;
}

.slider .slider-text p{
    font-size: 1.2em;
    padding: 10px 20px 30px 20px;
}

.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{
    min-height: 500px;
}

#banniere .text-ban{
    font-size: 5rem;
}

.no-ban .separation{
    width: 100%;
    height: 1px;
    background: #F2F2F2;
}

/* FIL D'ARIANE */
.fildariane{
    margin-top: -45px;
}

.breadcumbs{
    list-style-type: none;
    margin: 0;
    display:inline-block;
}

.breadcumbs li{
    display: inline-block;
}

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

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

.breadcumbs li a:hover{
    color: rgba(202, 148, 106, 1);
}

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

/* ACCUEIL */
.affiche_home .text{
    max-width: 80%;
    margin: auto;
}

.affiche_home.texture .text{
    color: white;
}

.services .ombre{
    background: white;
}

.services .ombre .info{
    padding: 5px 15px;
}

.services .ombre a:hover .titre{
    color: #333;
}

.services .txt{
    color: white;
    padding: 20px;
}

.services .txt i,
.services .txt .titre{
    color: rgba(5, 48, 61, 1);
}

.services .txt i{
    font-size: 2rem;
}

.lightgallery .text{
    opacity: 0;
    position: absolute;
    color: white;
    font-family: 'Dancing Script', cursive;
    font-weight: bold;
    font-size: 3rem;
    line-height: 1;
    
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.lightgallery a:hover .text{
    opacity: 1;
}

/* DEFAUT */
.defaut.lightgallery .deplace-right{
    margin-right: -9%;
}

.defaut.lightgallery .deplace-left{
    margin-left: -9%;
}

.defaut .relative .text,
.detail_blog .relative .text,
.detail_listing.lightgallery .text,
.galerie.lightgallery .text{
    background: rgba(202, 148, 106, .5);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    font-size: 2rem;
}

.defaut .relative .text span{
    position: absolute;
}

.align-l{
    top: 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%);
}

.align-r{
    top: 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%);
}

.align-90-l{
    left: 45%;
}

.align-90-r{
    right: 45%;
}

.align-80-l{
    left: 40%;
}

.align-80-r{
    right: 40%;
}

.align-60-l{
    left: 30%;
}

.align-60-r{
    right: 30%;
}

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

#filtres input{
    display: none;
}

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

/* LISTING DETAILS */

.listing .fond_blanc{
    background: #FFF;
    box-shadow: 1px 1px 12px rgba(51, 51, 51, .2);
    padding: 20px;
}

/* DETAIL LISTING */
.detail_listing .titre,
.detail_listing a.doc{
    font-size: 2.5rem;
    font-family: 'Dancing Script', cursive;
    color: rgba(202, 148, 106, 1);
}

.detail_listing ul li{
    list-style-type: none;
}

.detail_listing a.doc{
    font-size: 2rem;
    font-weight: bold;
}

.detail_listing a.doc i{
    font-size: 1.5rem;
}

.detail_listing .fond_blanc ul li,
.detail_listing .doc:hover{
    color: #333;
}

.detail_listing.lightgallery .medium-6 .text{
    -webkit-clip-path: polygon(0 0, 50% 0, 40% 100%, 0% 100%);
    clip-path: polygon(0 0, 50% 0, 40% 100%, 0% 100%);
}

.detail_listing.lightgallery .medium-3 .text{
    -webkit-clip-path: polygon(0 0, 80% 0, 60% 100%, 0% 100%);
    clip-path: polygon(0 0, 80% 0, 60% 100%, 0% 100%);
}

.detail_listing.lightgallery .text span{
    left: 20px;
}

.detail_icon{
    width: 60%;
}

/* LIENS */
.liens .ombre{
    padding-bottom: 20px;
}

.liens .info h2,
.liens .info h3{
    line-height: 1;
    font-size: 3rem;
}

.liens a{
    color: #333;
}

.liens a:hover{
    color: rgba(202, 148, 106, 1);
}

/* BLOG */
.jssocials-share-link{
    color: rgba(51, 51, 51, 1);
    border: 0;
    padding-left: 0;
    padding-right: 0;
}

.jssocials-share-link:hover{
    color:  rgba(202, 148, 106, 1);
    border: 0;
    padding-left: 0;
    padding-right: 0;
}

.detail_blog .date{
    font-size: 1.2rem;
    position: absolute;
    top: 10px;
    right: 20px;
}

.detail_blog .cat a{
    font-weight: bold;
    font-size: 2.5rem;
    font-family: 'Dancing Script', cursive;
    color: rgba(202, 148, 106, 1);
}

.detail_blog .cat a:hover{
    color: #333;
}

.detail_blog .partage{
    background: rgba(5, 48, 61, 1);
}

.detail_blog .partage_titre{
    font-weight: bold;
    font-size: 2.5rem;
    font-family: 'Dancing Script', cursive;
    color: white;
    padding: 5px 35px;
    background: rgba(202, 148, 106, 1);
}

.detail_blog .jssocials-share-logo{
    font-size: 1.2rem;
}

.detail_blog span{
    font-weight: bold;
    vertical-align: baseline;
    margin-right: 10px;
}

.jssocials-share{
    margin-top: 0;
    margin-bottom: 0;
}

#sidebar_blog .border{
    padding-bottom: 10px;
}

#sidebar_blog .titre{
    color: rgba(202, 148, 106, 1);
    margin-top: 10px;
    font-weight: bold;
    font-family: 'Dancing Script', cursive;
    font-size: 2rem;
    line-height: 1;
}

#sidebar_blog .rechercher input{
    border-color: rgba(5, 48, 61, 1) !important;
}

#sidebar_blog .rechercher button{
    border-radius: 0;
    width: 100%;
    padding: 8px 20px;
    background: rgba(202, 148, 106, 1);
}

#sidebar_blog .rechercher button:hover{
    background: rgba(51, 51, 51, 1);
}

#sidebar_blog .rechercher form{
    margin-bottom: 0;
}

#sidebar_blog .articles h3{
    font-family: 'Raleway', sans-serif;
    font-size: 1rem;
    font-weight: normal;
}

#sidebar_blog .articles a:hover h3{
    color: #333;
}

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

#sidebar_blog .categories li:not(:last-child){
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(202, 148, 106, 1);
}

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

#sidebar_blog .categories a:hover{
    color: rgba(202, 148, 106, 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;
}

article .doc{
    color: #333;
}

article .doc:hover{
    color: rgba(202, 148, 106, 1);
}

/* CONTACT */
.contact form button{
    border-radius: 0;
}

#map_canvas{
    height: 350px !important;
}

.contact.infos{
    background: rgba(202, 148, 106, 1);
    color: white;
    font-size: 1.2rem;
}

.contact.infos .align-milieu i{
    font-size: 2rem;
    margin-right: 10px;
}

.sous_menu_page h2{
    font-size: 3rem;
}

/* NEWSLETTER */
.newsletter{
    padding: 30px 0;
}
.newsletter .btn{
    border-radius: 0;
    padding: 10px 20px;
}
.newsletter a,
.contact label a,
.reserver label a{
    color: rgba(202, 148, 106, 1);
}
.newsletter a:hover,
.contact label a:hover,
.reserver label a:hover{
    color: #333;
}

/* REPONSE NEWSLETTER */
#fond_reponse_newsletter{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .8);
    z-index: 9999;
    display: none;
}

#reponse_newsletter{
    position: fixed;
    top: 40%;
    width: 400px;
    left: 50%;
    margin-left: -200px;
    background: #333;
    padding: 20px;
    z-index: 99999;
    border: 1px solid white;
    display: none;
}

#reponse_newsletter .reponse_titre{
    color: white;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.2rem;
    margin-bottom: 20px;
}

#reponse_newsletter p{
    color: #333;
}

#reponse_newsletter a{
    position: absolute;
    color: rgba(147, 155, 125, 1);
}

#reponse_newsletter a:hover i{
    color: rgba(108, 154, 196, 1);
}

#reponse_newsletter .text_reponse {
    text-align: center;
    margin-top: 10px;
    width: 100%;
}

#reponse_newsletter .callout.alert {
    background: darkred;
}

#reponse_newsletter .callout.success p {
    width: 100%;
}

#reponse_newsletter .close-button{
    display: none;
}


/* FOOTER */
footer .align-middle{
    padding: 30px 0;
    color: white;
}

footer i{
    color: rgba(202, 148, 106, 1);
    font-size: 2rem !important;
}
.copyright{
    padding: 10px 0;
    color: #333;
    font-size: 0.8rem;
}

.copyright p{
    margin-bottom: 0;
}

.copyright a{
    color: #333;
}

.copyright a:hover{
    color: rgba(202, 148, 106, 1);
}

.mentions a{
    color: rgba(202, 148, 106, 1);
}

.mentions h1,
.mentions h2{
    margin-top: 20px;
    font-weight: bold;
    color: rgba(202, 148, 106, 1);
}
.mentions h2{
    font-size: 3rem;
}

.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: #333;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}


/* MEDIA QUERIES */
@media screen and (min-width:0em) and (max-width:64em){
    .top-bar-title{
        padding: 10px 40px 10px 15px;
    }
    .sticky #logo{
        width: 120px;
        height: auto;
    }
    .slider .text{
        min-width: 70%;
    }
    .slider .slider-titre p{
        font-size: 4rem;
    }
    .input-group-field{
        max-width: 80%;
    }
    h1, .affiche_home h2{
        font-size: 3rem;
    }
    #banniere .text{
        bottom: 20px;
        right: 20px;
        left: 20px;
    }
    .listing .fond_blanc{
        padding: 10px 20px 20px 20px;
    }
    .blog .forme3,
    #sidebar_blog .articles .forme3{
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 85%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 85%);
    }
    .blog .date{
        left: auto;
        right: 35px;
        bottom: auto;
        top: 0;
    }
    .detail_blog .ombre .tagcloud{
        font-size: .75rem;
    }
    .detail_blog .ombre .cat{
        margin-bottom: 0 !important;
    }
    .detail_blog .ombre .text-center{
        padding-left: 0;
    }
    .detail_blog .ombre{
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .defaut .relative .text, 
    .detail_listing.lightgallery .text, 
    .detail_blog .relative .text,
    .galerie.lightgallery .text{
        font-size: 1.5rem;
    }
    .title-bar .menu li a{
        font-size: .875rem;
    }
    .title-bar .menu li{
        padding-left: .6rem;
        padding-right: .6rem;
    }
}

@media only screen and (max-width: 39em){
    .top-bar-title{
        padding: 10px 80px 10px 40px;
    }
    .title-bar{
        background: rgba(5, 48, 61, 1) !important;
    }
    .sticky #logo{
        width: 120px;
        height: auto;
    }
    .off-canvas-content{
        margin-left: 0 !important;
    }
    header button{
        color: white;
    }
    h1{
        margin-top: 20px;
        font-size: 3rem;
    }
    .scrollToTop{
        bottom: 10px !important;
    }
    #share_btn{
        bottom: 60px !important;
    }
    #partage{
        width: 250px;
        margin-left: -125px;
    }
    #partage .titre{
        font-size: 1rem;
    }
    .slider .slider-titre p{
        font-size: 3rem;
    }
    #banniere {
        min-height: 300px;
        margin-bottom: 20px;
    }
    #banniere .text-ban{
        font-size: 3rem;
    }
    #banniere .text{
        bottom: 20px;
        right: 20px;
        padding: 10px 15px;
        left: 20px;
    }
    .breadcumbs{
        font-size: .8rem;
    }
    .fildariane {
        margin-top: -25px;
    }
    .title-bar{
        background: white;
    }
    .affiche_home h2{
        font-size: 2.5rem;
    }
    .affiche_home .text{
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .affiche_home .forme1{
        -webkit-clip-path: polygon(0 0, 100% 20%, 100% 100%, 0% 100%);
        clip-path: polygon(0 0, 100% 20%, 100% 100%, 0% 100%);
    }
    .affiche_home .forme4,
    .detail_listing .forme4{
        -webkit-clip-path: polygon(0 20%, 100% 0, 100% 100%, 0% 100%);
        clip-path: polygon(0 20%, 100% 0, 100% 100%, 0% 100%);
    }
    .defaut.lightgallery .deplace-right,
    .defaut.lightgallery .deplace-left{
        margin: 0;
    }
    .defaut.lightgallery div[class^="forme"]{
        -webkit-clip-path: none;
        clip-path: none;
    }
    .align-60-l,
    .align-80-l,
    .align-90-l{
        left: 50%;
    }
    .align-60-r,
    .align-80-r,
    .align-90-r{
        right: 50%;
    }
    .detail_blog .forme1,
    .contact .forme3{
        -webkit-clip-path: polygon(0 0, 100% 0%, 100% 75%, 0 90%);
        clip-path: polygon(0 0, 100% 0%, 100% 75%, 0 90%);
    }
    #sidebar_blog .articles .forme3{
        -webkit-clip-path: polygon(0 0, 91% 0%, 100% 100%, 0% 100%);
        clip-path: polygon(0 0, 91% 0%, 100% 100%, 0% 100%);
    }
    .detail_blog .date{
        top: 58%;
    }
    .detail_blog .partage_titre{
        padding: 5px 20px;
        font-size: 2rem;
    }
    .contact .align-milieu{
        position: relative;
        margin: 0 30px 20px 30px;
        top: auto;
        left: auto;
        transform: none;
    }
}      