/*
	Theme Name: Lithium Marketing
	Theme URI: https://lithiummarketing.com/
	Author: Lithium Marketing
	Author URI: https://lithiummarketing.com/
	Description: Thème par Lithium Marketing
	Version: 2.0
	Text Domain: lithiummarketing
	Bootstrap 4
*/

@media (min-width: 1200px){
	.container {
		max-width: 1300px;
	}
	.container-larger {
		max-width: 1450px;
	}
	.container-hd {
		max-width: 1920px;
		margin: auto;
	}
}

*{
	margin: 0;
	padding: 0;
}
*:focus {
	outline: none;
}
.position-relative{position: relative}
a{
	color: #bd9085;
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
ul{
	padding-left: 25px;
}
.h-100{height: 100%;}
.w-100{width: 100%;}
.mw-100{max-width: 100%;}
body{
	font-family: 'Heebo', sans-serif;
	color: #878787;
}
header.header{
	position: fixed;
	width: 100%;
	transition: all 500ms;
	z-index: 9999;
	height:135px;
}
header.header .keepscroll{
	position: fixed;
	width: 100%;
	top: 0;
	height: 135px;
	background: rgba(47, 47, 47, 0);
	transition: background 50ms;
	transition: height 300ms;
	z-index: 999;
}
.admin-bar header .keepscroll{
	top: 32px;
}
header.header.stickysmall .keepscroll{
	transition: height 300ms;
	transition: background 600ms;
	background: rgba(47, 47, 47, 0.64);
	height: 62px;
}
header.header.stickysmall,
header.header.stickysmall .box-hamb,
header.header.stickysmall .right-menu{
	top: 0 !important;
}
body:not(.home) header.header{
	position: relative;
}
body:not(.home) header.header.stickysmall{
	transition: all 500ms;
	-webkit-box-shadow: 0px 10px 40px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 10px 40px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 10px 40px 0px rgba(0,0,0,0.1);
}
body.home header.header{
	height: 62px;
}
p{
	line-height: 24px;
    font-size: 20px;
    margin-bottom: 0px;
    font-weight: 400;
}
.bg-black{
	background: #000;
}
.bg-white{
	background: #fff;
}
.bg-dirty-white{
	background: #f5f5f5;
}
.text-uppercase{
	text-transform: uppercase;
}
#navbar-principale{
	justify-content: flex-end;
}
#navbar-principale a{
	color: #000;
	font-weight: 700;
	font-size: 15px;
}
.footer-scroll-button {
	position: absolute;
    margin-left: auto;
    margin-right: auto;
    top: 50%;
    transform: translateY(-50%);
    width: 75px;
    right: 0;
    height: 100%;
    font-size: 30px;
}
.footer-scroll-button a{
	color: #bd9085;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.copyright,
.copyright a{
	color: #5b5b5b;
	font-size: 14px;
}
.copyright a img{
	position: relative;
	top: 6px;
}
.object-fit{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.colorblack{
	color: #000;
}
.colorwhite{
	color: #fff !important;
}
.colorbody{
	color: #878787;
}
.prev:not(.page-numbers),
.next:not(.page-numbers){
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: #fff;
	padding: 50px 16px;
	z-index: 10;
	cursor: pointer;
}
.prev:not(.page-numbers) i,
.next:not(.page-numbers) i{
	font-size: 18px;
}
.prev:not(.page-numbers):hover,
.next:not(.page-numbers):hover{
	opacity: 0.7;
}
.prev:not(.page-numbers){
	left: 0;
}
.next:not(.page-numbers){
	right: 0;
}
.slick-slide{
	outline: none;
}
.slick-disabled {
    opacity: 0;
    pointer-events:none;
}
header.header .btn i{
	font-size: 23px;
}
header.header .btn{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 62px;
}
header.header .btn-gris span{
	line-height: 0.5em;
}
.telheader a{
	color: #fff;
	letter-spacing: 3px;
	font-weight: 700;
}
.btn{
	display: inline-block;
	padding: 10px 30px;
	transition: all 300ms;
	border: none;
	cursor: pointer;
}
.btn:hover{
	transition: all 300ms;
}
.btn-grispale{
	background: #e1e1e1;
	color: #878787;
	text-transform: uppercase;
}
.btn-grispale:hover{
	background: #d6d6d6;
}
.btn-gris{
	background: #afabaf;
	color: #fff;
	text-transform: uppercase;
}
.btn-gris:hover{
	background: #a0a0a0;
}
.btn-social{
	border-radius: 50%;
	width: 50px;
	height: 50px;
	display: flex;
	padding: 0;
	align-items: center;
	justify-content: center;
	font-size: 23px;
	margin-bottom: 7px;
}
.btn-big-gris{
	background: #e1e1e1;
	height: 130px;
	font-size: 24px;
}
.btn-big-gris span{
	color: #878787;
	padding-right: 30px;
}
.btn-big-gris i{
	color: #878787;
	font-size: 35px;
}
.btn-big-gris:hover{
	background: #d6d6d6;
}
.btn-big-rose{
	background: #bd9085;
	height: 130px;
	font-size: 24px;
}
.btn-big-rose span{
	color: #fff;
	padding-right: 30px;
}
.btn-big-rose i{
	color: #fff;
	font-size: 35px;
}
.btn-big-rose:hover{
	background: #ae8175;
}
.btn-lang{
	font-size: 19px;
}
.box-hamb{
	position: absolute;
	top: 0;
	left: 0;
	background: #afabaf;
	width: 72px;
	height: 62px;
	z-index: 999;
	transition: all 300ms;
}
.box-hamb:hover{
	background: #a4a4a4;
	transition: all 300ms;
}
.hamburger {
	font: inherit;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: visible;
	margin: 0;
	padding: 0;
	cursor: pointer;
	transition-timing-function: linear;
	transition-duration: .15s;
	transition-property: opacity,filter;
	text-transform: none;
	color: inherit;
	border: 0;
	background-color: transparent;
}
.hamburger-box {
	position: relative;
	display: inline-block;
	width: 33px;
	height: 24px;
}
.hamburger--squeeze .hamburger-inner {
	transition-timing-function: cubic-bezier(.55,.055,.675,.19);
	transition-duration: 75ms;
}
.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
	position: absolute;
	width: 33px;
	height: 2px;
	transition-timing-function: ease;
	transition-duration: .15s;
	transition-property: transform;
	border-radius: 4px;
	background-color: #000;
}
.hamburger-inner {
	top: 50%;
	display: block;
	margin-top: -2px;
}
.hamburger--squeeze .hamburger-inner:before {
	transition: top 75ms ease .12s,opacity 75ms ease;
}
.hamburger-inner:before {
	top: -10px;
}
.hamburger-inner:after, .hamburger-inner:before {
	display: block;
	content: "";
}
.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
	position: absolute;
	width: 33px;
	height: 2px;
	transition-timing-function: ease;
	transition-duration: .15s;
	transition-property: transform;
	border-radius: 4px;
	background-color: #000;
}
.hamburger--squeeze .hamburger-inner:after {
	transition: bottom 75ms ease .12s,transform 75ms cubic-bezier(.55,.055,.675,.19);
}
.hamburger-inner:after {
	bottom: -10px;
}
.hamburger-inner:after, .hamburger-inner:before {
	display: block;
	content: "";
}
.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
	position: absolute;
	width: 33px;
	height: 4px;
	transition-timing-function: ease;
	transition-duration: .15s;
	transition-property: transform;
	border-radius: 0px;
	background-color: #fff;
}
.hamburger--squeeze.is-active .hamburger-inner {
	transition-delay: .12s;
	transition-timing-function: cubic-bezier(.215,.61,.355,1);
	transform: rotate(45deg);
}
.hamburger--squeeze.is-active .hamburger-inner:before {
	top: 0;
	transition: top 75ms ease,opacity 75ms ease .12s;
	opacity: 0;
}
.hamburger--squeeze.is-active .hamburger-inner:after {
	bottom: 0;
	transition: bottom 75ms ease,transform 75ms cubic-bezier(.215,.61,.355,1) .12s;
	transform: rotate(-90deg);
}
.hamburger + span{
	font-weight: bold;
	padding-left: 10px;
}
.the-content{
	padding: 0 30px;
}
.the-content p,
.the-content ul{
	margin-bottom: 15px;
}
.the-content ul li{
	line-height: 1.4em;
	margin-bottom: 3px;
	margin-top: 3px;
	list-style: none;
	position: relative;
}
.the-content ul li::before{
	content: '\f111';
	font-family: 'Font Awesome 5 Pro';
	font-size: 6px;
	position: absolute;
	top: 0px;
	left: -12px;
	font-weight: 800;
	color: #5b5b5b;
}
.the-content h1,
.the-content h2,
.the-content h3,
.the-content h4,
.the-content h5,
.the-content h6,
.the-content h7{
	border-bottom: 2px solid #5b5b5b;
	padding: 0 5px 2px 0;
	margin-bottom: 15px;
	display: inline-block;
	color: #5b5b5b;
}
.the-content h1{
	font-size: 27px;
}
.the-content h2{
	font-size: 24px;
}
.the-content h3{
	font-size: 22px;
}
.the-content h4{
	font-size: 20px;
}
.the-content h5{
	font-size: 19px;
}
.the-content h6{
	font-size: 17px;
}
.the-content h7{
	font-size: 15px;
}
.a-logo{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 99999;
}
.right-menu{
	position: absolute;
	top: 0;
	right: 0;
}
.right-menu ul{
	list-style: none;
}
.fondaccueil{
	height: 100vh;
	min-height: 600px;
}
.overlay {
	height: 100%;
	position: fixed;
	z-index: 998;
	left: 0;
	top: 0;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0, 0.9);
	overflow-x: hidden;
	transition: 0.6s;
}

.overlay-content {
	position: relative;
	top: 25%;
	width: 100%;
	text-align: center;
	margin-top: 30px;
}

.overlay a {
	padding: 8px;
	text-decoration: none;
	font-size: 36px;
	color: #818181;
	display: block;
	transition: 0.4s;
}

.overlay a:hover, .overlay a:focus {
	color: #f1f1f1;
}

.overlay .closebtn {
	position: absolute;
	top: 20px;
	right: 45px;
	font-size: 60px;
}

@media screen and (max-height: 450px) {
	.overlay a {font-size: 20px}
	.overlay .closebtn {
		font-size: 40px;
		top: 15px;
		right: 35px;
	}
}
#mainmenu.overlay{
	width: 0%;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	transition: all 400ms;
}
#mainmenu.overlay.is-open{
	width: 100%;
	opacity: 1;
	transition: all 400ms;
}
.menu-social{
	list-style: none;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 20px;
}
.menu-social li a.text-no-btn{
	color: #fff;
	font-weight: 600;
}
.scroll-down{
	border: none;
	background: none;
	position: absolute;
	bottom: 50px;
	left: 50%;
	transform: translateX(-50%);
	cursor: pointer;
	animation: upanddown 1s infinite alternate ease-in-out;
}

@keyframes upanddown {
	0%   {bottom: 50px;}
	50%  {bottom: 60px;}
	100% {bottom: 50px;}
}
.h1{
	font-size: 43px;
	font-weight: 200;
	letter-spacing: 4px;
	text-transform: uppercase;
	line-height: 1em;
}
.titrelow{
	font-size: 43px;
	font-weight: 200;
	letter-spacing: 2px;
	line-height: 1em;
}
.h2{
	font-size: 55px;
	font-weight: 200;
}
.h3,
.content-att h1{
	font-size: 40px;
	font-weight: 200;
}

.inspiration{
	font-size: 15px;
	margin-top: 20px;
}
.h4{
	font-size: 32px;
	font-weight: 200;
}
.subti{
	font-size: 24px;
	font-weight: 400;
}
.accordion .box-border{
	padding-left: 0;
	padding-right: 0;
}
#video{
	margin: 40px 0;
}
.content-att{
	margin-bottom: 35px;
}
.box-border{
	background: #fffffff2;
	padding: 15px;
}
.box-border > div{
	border: 10px solid;
	padding: 40px 50px;
}
.box-border .content{
	font-size: 20px;
	text-transform: uppercase;
}
.box-border .content.no-caps{
	text-transform: initial;
}
.box-border .lien{
	font-size: 19px;
	color: #878787;
	margin-top: 30px;
	display: inline-block;
}
.box-border .lien::after{
	content: '>';
	margin-left: 7px;
	transition: all 300ms;
}
.box-border .lien:hover::after{
	margin-left: 12px;
	transition: all 300ms;
}
.content-hover-1{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
.box-big-title{
	padding-top: 100px;
	padding-bottom: 100px;
}
.box-nb-chambre{
	position: absolute;
	top: 0;
	left: 0;
	width: 120px;
	height: 110px;
	text-align: center;
	background: #bd9085;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.invert .box-nb-chambre{
	left: initial;
	right: 0;
}
.box-nb-chambre .chiffre{
	font-size: 55px;
	font-weight: 200;
	line-height: 0.8em;
}
.icone-chalet{
	position: absolute;
	right: -80px;
	bottom: 40px;
	z-index: 1;
	opacity: 0.7;
}
.invert .icone-chalet{
	left: -250px;
}
.hover-chalet{
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 20;
	transition: all 500ms;
}
.hover-chalet .box-border{
	padding: 9px;
}
.hover-img-box-chalet::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.3);
	z-index: 10;
	opacity: 0;
	transition: all 700ms;
}
.hover-img-box-chalet:hover::after{
	opacity: 1;
	transition: all 700ms;
}
.hover-img-box-chalet:hover .hover-chalet{
	opacity: 1;
	transition: all 700ms;
}
.hover-chalet .box-border > div{
	font-size: 20px;
	font-weight: 200;
	padding: 10px 28px;
	border-width: 6px;
	border-color: #878787;
	color: #878787;
}
.hover-chalet:hover .box-border > div{
	border-color: #bd9085;
	color: #bd9085;
}
.chalet-row .h2{
	margin-top: 110px;
}
.chalet-row{
	margin-bottom: 50px;
}
.info-chalet{
	text-transform: uppercase;
	border-bottom: 1px solid #cfc0b6;
	padding-top: 15px;
	padding-bottom: 15px;
}
.bientot{
	background: #afabaf;
	color: #fff;
	font-size: 18px;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding: 7px 12px;
	display: inline-block;
}
.btn-grispalepale{
	background: #f3f3f3;
	color: #afabaf;
	font-size: 18px;
	letter-spacing: 2px;
	padding: 7px 20px;
	display: inline-block;
	transition: all 300ms;
}
.btn-grispalepale:hover{
	background: #eaeaea;
	transition: all 300ms;
}
.z-index-2{
	z-index: 2;
	position: relative;
}
.section-chalet-accueil{
	margin-top: -300px;
	margin-bottom: 200px;
}
.overflow-hidden{
	overflow: hidden;
}
.exp-2 .box-border{
	max-width: 800px;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: -150px;
}
.exp-2 .h2{
	padding: 90px;
	text-align: right;
}
.exp-3 .h2{
	text-align: left;
}
.exp-3{
	margin-top: 250px;
}
.section-attraits{
	padding-top: 215px;
	padding-bottom: 240px;
	margin-top: -75px;
}
.big-btn-1{
	background: #bd9085;
	height: 100px;
	color: #fff;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 22px;
	text-transform: uppercase;
}
.big-btn-1 i{
	font-size: 30px;
}
.images-reservation{
	margin-top: -120px;
}
.ferme-locative-footer{
	padding-top: 80px;
	padding-bottom: 80px;
}
.ferme-locative-footer span{
	text-align: center;
	display: block;
}
.ferme-locative-footer .sp1{
	font-size: 30px;
	text-transform: uppercase;
	letter-spacing: 12px;
	font-weight: 200;
	margin-top: 17px;
}
.ferme-locative-footer .sp2{
	display: inline-block;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #ccc;
	margin-left: auto;
	margin-right: auto;
}
footer.footer{
	background: #e1e1e1;
}
.fontfooter,
.fontfooter p{
	font-size: 15px;
}
.telfooter{
	font-size: 19px;
	letter-spacing: 3px;
	color: #5b5b5b;
}
footer.footer ul{
	padding-left: 0;
	list-style: none;
}
footer.footer li a{
	text-transform: uppercase;
	color: #5b5b5b;
	font-weight: 600;
}
footer.footer .col1,
footer.footer .col2{
	padding-right: 45px;
}
footer.footer .col3,
footer.footer .col2{
	padding-left: 45px;
}
footer.footer .col2{
	border-left: 5px solid #afabaf;
	border-right: 5px solid #afabaf;
}
#mainmenu ul.menu{
	list-style: none;
	padding-left: 0;
}
#mainmenu ul.menu li a{
	color: #878787;
	font-size: 32px;
	padding: 3px 0;
	position: relative;
	left: 0;
	transition: all 300ms;
}
#mainmenu ul.menu li a:hover{
	color: #bcbcbc;
	left: 5px;
	transition: all 300ms;
}
.infos_fonctionnalites{
	columns: 3;
	-webkit-columns: 3;
	-moz-columns: 3;
}
.box-gal-1{
	height: 450px;
}
.box-slogan-chalet{
	padding: 15px 100px;
	border-top: 2px solid #cfc0b6;
	height: 250px;
}
.box-slogan-chalet p{
	font-size: 26px;
	text-transform: uppercase;
	line-height: 1em;
}
.box-gal-2{
	height: 700px;
}
.box-gal-3{
	height: 400px;
}
.text-center{
	text-align: center;
}
.other-chalets .other-chalet-box{
	height: 500px;
}
.menu-social-partout{
	display: inline-block;
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 99991;
}
.bg-foret-brumeuse{
	background: url(/wp-content/uploads/2020/10/IMAGES-TOP.jpg) no-repeat;
	background-size: cover;
	background-position: center;

	padding-top: 100px;
	padding-bottom: 100px;
}
.content-droite{
	font-size: 25px;
	text-transform: uppercase;
}
.titre-right{
	max-width: 950px;
	margin-left: auto;
	padding-top: 70px;
	padding-bottom: 70px;
}
.con1{
	text-align: center;
	display: block;
	margin: auto;
}
.sidebar-box{
	background: #fff;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	padding: 10px;
}
.sidebar-box > ul{
	list-style-type: none;
	padding: 0;
}
.sidebar-box > ul li + ul{
	list-style-type: none;
	padding-left: 16px;
}
.sidebar-box ul li a{
	font: 500 16px 'Montserrat', sans-serif;
	color: #000;
	padding: 6px 10px 6px 20px;
	text-decoration: none;
	display: block;
}
.sidebar-box > ul li:not(:last-child){
	border-bottom: 1px solid #e2e2e2;
}
.sidebar-box > ul > ul:not(:last-child){
	border-bottom: 1px solid #e2e2e2;
}
.os_opened + ul{
	display: block;
}
.liste-attrait-thumb{
	height: 290px;
}
.right-content h4.liste-attrait-cat,
.search-results h4.liste-attrait-cat{
	font-weight: 600;
	font-size: 16px;
	color: #afabaf;
	margin: 11px 0 5px;
}

.right-content h2.liste-attrait-titre,
.search-results h2.liste-attrait-titre{
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 24px;
	color: #000000;
	margin: 0;
}

.liste-attrait-element{
	margin-bottom: 40px;
}
.liste-attrait-element a{
	display: block;
	background: #fff;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
	-moz-box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
	box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
	padding: 15px;
}
.transition-300ms{
	transition: all 300ms;
}

.liste-attrait-element a:hover{
	text-decoration: none;
}
.liste-attrait-element a:hover img{
	opacity: 0.85;
}
#cat-menu li{
	position: relative;
}
#cat-menu li:hover, .os-opened, .subcat-current, .cat-current{
	background: #AFABAF;
	position: relative;
}
#cat-menu li:hover a,
#cat-menu li:hover .open-subcat,
#cat-menu li.os-opened a,
#cat-menu li.os-opened .open-subcat,
#cat-menu li.cat-current a,
#cat-menu li.cat-current .open-subcat,
#cat-menu li.subcat-current a{
	color: #ffffff;
}

#cat-menu .subcats li:hover a,
#cat-menu .subcats li.subcat-current a{
	color: #AFABAF;
	background: #ffffff;
}

#cat-menu li a.has-sub-cats{
	max-width: 245px;
}

.sidebar-box > ul li + ul li:hover a::before,
.sidebar-box > ul li + ul li.subcat-current a::before{
	font-weight: 900;
}

.open-subcat{
	display: inline-block;
	position: absolute;
	right: 5px;
	top: 0px;
	padding-top: 6px;
	height: 30px;
	width: 30px;
	transform: rotate(0deg);
	transition: transform 0.6s ease-in-out;
	color: #AFABAF;
	text-align: center;
}

.os-opened .open-subcat{
	transform: rotate(180deg);
	transition: transform 0.6s ease-in-out;
}
.os-opened .open-subcat{
	color: #ffffff;
}

.open-subcat:hover{
	cursor: pointer;
}
.subcats{
	display: none;
}

.subcats.subcats-opened{
	display: block;
}
.form-control {
	display: block;
	width: 100%;
	height: calc(1.5em + 0.75rem + 2px);
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	-webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	-o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	height: 55px;
	border-width: 2px;
}

textarea.form-control {
	height: auto;
	font-size: 16px;
	font-family: 'Heebo';
	color: #495057;
}

.form-control:hover,
.form-control:active,
.form-control:focus {
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
}

.form-control:active,
.form-control:focus {
	border-color: #7db97f;
}

.form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #233746;
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(53, 41, 97, 0.25);
	box-shadow: 0 0 0 0.2rem rgba(53, 41, 97, 0.25);
}
.border-line-content {
	border-bottom: 1px solid #e2e2e2;
	width: 80%;
	margin-bottom: 12px;
	margin-top: 12px;
}
.pointtel{
	font-size: 7px;
	top: 7px;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
	color: #bd9085;
}
.detailed-button {
	background: #f3f3f3;
	margin: 10px 0 10px;
	transition: all 300ms;
}
.detailed-button:hover {
	background: #eaeaea;
	transition: all 300ms;
}
.detailed-button a {
	display: flex;
	width: 100%;
	height: 100%;
	padding: 7px 15px;
	text-decoration: none;
}
.detailed-button p{
	color: #afabaf;
}
.detailed-button-icon{
	width: 40px;
	text-align: center;
}
.detailed-button-icon i{
	font-size: 30px;
	color: #afabaf;
}
.detailed-button p{
	display: flex;
	align-items: center;
	justify-content: center;
	padding-left: 15px;
}
.chevron-left{
	left: 0;
}
.chevron-right{
	right: 0;
}
.chevron-left,
.chevron-right{
	position: absolute;
	top: 50%;
	background: rgba(0,0,0,0.45);
	padding: 20px 15px;
	z-index: 9;
	transform: translateY(-50%);
	cursor: pointer;
	color: #fff;
}
body.post-type-archive-attrait,
body.single-attrait,
body.tax-attraits{
	background: url('/wp-content/uploads/2020/11/feuilles-classique-invert.jpg') no-repeat;
	background-position: left 310px;
	background-attachment: fixed;
}
.contenuSlider .box-contenuslider{
	height: 550px;
}
.equip-box{
	width: 40px;
}
.border-line-bott{
	border-bottom: 1px solid #d6d6d6;
	padding-bottom: 15px;
}
.border-line-bott span{
	font-size: 14px;
}
.c-accordion__title{
	width: 100%;
	padding-right: 35px;
}
.c-accordion__title:after {
	 color: #313131;
	 font-weight: 400;
	 font-size: 37px;
 }
.hover-img-box-chalet{
	overflow: hidden;
}
.hover-img-box-chalet img{
	transition: all 1000ms ease-in-out;
}
.hover-img-box-chalet:hover img{
	transform: scale(1.02);
	transition: all 1000ms ease-in-out
}
.section-fond-blanc{
	position: relative;
	font-size: 20px;
	padding: 80px 0;
}
.page-template-template-experience .section-attraits{
	margin-top: 0;
}
.page-template-template-experience .exp-3{
	margin-top: 0;
}
.h1exp{
	max-width: 950px;
	margin-left: auto;
	margin-right: auto;
}
#message_important{
	padding-left: 50px;
	padding-right: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 999999;
	position: fixed;
	width: 100%;
}
#message_important.sticky{
	height: 0px;
	overflow: hidden;
}
#message_important *{
	color: #878787;
}
#message_important *:not(button){
	font-size: 17px;
}
#message_important > div{
	padding-top: 10px;
	padding-bottom: 10px;
}
#main-content,
.main-content{
	margin-top: 0;
	transition: margin-top 300ms;
}
#main-content.hasMessage,
.main-content.hasMessage{
	margin-top: 50px;
}
.close-message{
	position: absolute;
	top: 50%;
	right: 25px;
	transform: translateY(-50%);
	border: 1.5px solid #878787;
	color: #878787;
	padding: 3px 7px;
	cursor: pointer;
}
iframe{
	max-width: 100%;
}
#message_important{ 
                display: none !important; 
            }

body.en-US #message_important {
    display: none !important;
}