/*
Theme Name: Esprit Tranquille
Author: emma.satti
Author URI: https://emmasatti.fr
Version: 1.0.0
*/

/*-------------------------------------------*/
/* classes
/*-------------------------------------------*/
.blocfix {
	position: relative;
	width:90%;
	max-width:1140px;
	margin:auto;
}
.red { color: #000 }
i {
	display:inline-block;
	width: 30px;
	line-height: 30px !important;
	text-align:center;
	color:#FFF !important;
	background: #999;
	border-radius:50%;
	margin: 5px;
	font-size: 20px !important;
	vertical-align: middle;
}
i:hover { background: #000 }

.elementor-accordion i {
	width: 20px;
	line-height: 20px !important;
	background: #B9AB98;
	background: #f1d3d2;
	margin: 0;
	font-size: 14px !important;
}

.site-content ul.elementor-editor-element-settings li:before { content: "" }
.site-content ul.elementor-editor-element-settings i { font-size: 16px !important; background: none; text-align: center }


/*-------------------------------------------*/
/* head
/*-------------------------------------------*/
.head, .contact, .logo {
	position: relative;
	display: block;
	width:100%;
}
.head {
	margin: 0;
	text-align: center;
	background: #fff;
	z-index: 1000;
}
.contact {
	height: 140px;
	margin: 20px auto;
	font-family: 'Raleway', sans-serif;
	font-size: 15px;
	font-weight: 600;
	color: #575756;
	z-index: 10;
}
.contact a { font-weight: 700; color: #575756; text-decoration: none }
.contact a:hover { color: #000 }
.resoc {
	position: absolute;
	top:0;
	left: 0;
}
.logo {
	margin: 0 auto 0 auto;
	width: 300px;
	height: 150px;
	z-index: 0;
}
.logo img {
	height: 140px;
}
.devis {
	position: absolute;
	top: 0;
	right: 0;
	width: 130px;
	-webkit-transform: rotate(6deg);
	-moz-transform: rotate(6deg);
	transform: rotate(6deg);
	filter: drop-shadow(0 5px 10px rgba(65,53,56,0.3));
}
.lang {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	vertical-align: middle;
	margin: 5px;
}

#polylang-3 { list-style: none }
#polylang-3 ul { width: auto; margin: 0; padding: 0; list-style: none }
#polylang-3 li { display: inline-block }
#polylang-3 img {
	display: inline-block;
	vertical-align: middle;
	border-radius: 50%;
	margin: 5px;
	width: 26px !important;
	height: 26px !important;
}

/*-------------------------------------------*/
.dutempspour {
	width: 90%;
	max-width: 940px;
	filter: drop-shadow(0 5px 10px rgba(65,53,56,1));
}
.masq { width: 100%; height: 50px }

.headimg {
	width: 100vw;
	min-height: 250px !important;
	background: url("images/top.png"), url("images/bottom.png");
	background-repeat: no-repeat;
	background-size: 100% auto, 100% auto;
	background-position: top center, bottom center;
}
.h42vw {
	height: 42vw;
	min-height: 300px;
	max-height: 765px;
}
.h30vw {
	height: inherit;
	/*min-height: 440px;*/
	max-height: 490px;
}
.imgservice {
	width: 500px;
}
/*-------------------------------------------*/
.bulle a {
	display: block;
	width: 100%;
	/*height: 250px;
	line-height: 250px;*/
	border: 8px solid #d0c7ba;
	border-radius: 50%; text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size: 28px;
	font-weight: 300 !important;
	color: rgba(255,255,255,0) !important;
	text-transform: uppercase;
}
.bulle a:before {
	content:'';
	display:inline-block;
	width:0;
	vertical-align:middle;
	padding:50% 0;
}

.bulle a:hover {
	border: 8px solid #b9ab98;
	background-color: #b9ab98;
	color: #fff !important;
}

/*-------------------------------------------*/
.titlefont {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.1em
}
.manuscrite, #tete h2 {
	font-family: 'Manuscrite';
	font-size: 1.1em;
	color: #575756;
}
#tete h2 {
	font-weight: normal;
	line-height: 2.7em;
}
.elementor-element  .manuscrite p { line-height: 2.2em }

/*-------------------------------------------*/
.zonegeo li { margin: 0 !important; font-size: 0.8em }

/*-------------------------------------------*/
.elementor-counter-number {
	font-family: 'Montserrat', sans-serif;
	font-size: 60px;
	color: #b1dce3
}
.elementor-counter-title {
	font-family: 'Montserrat', sans-serif;
	line-height: normal !important;
	margin-top: 10px;
}

/*-------------------------------------------*/
/* menu
/*-------------------------------------------*/
#menu {
	position:relative;
	width: 100%;
	line-height: 45px;
	margin: 0 auto;
	padding: 0;
	font-family: 'Raleway', sans-serif;
	-webkit-transition: all 1s;
	transition: all 1s;
	z-index: 10;
}
#menu ul { margin: 0 }
#menu li {
	position: relative;
	display:inline-block;
	margin: 0;
	padding: 0;
}
#menu a {
	display: block;
	padding: 0 15px;
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: none;
	color: #777;
	border-bottom: 1px solid #fff;
}
#menu a:hover, #menu li:hover > a {
	color: #000;
	border-bottom: 1px solid #000;
}
/* NIVEAU 2 ---------------------------------*/
#menu li ul {
	position: absolute;
	width: 100%;
	padding: 0;
	top: 46px;
	display:none;
	background: #fdfcfc;
	z-index: 100;
	text-align: left;
	box-shadow: 0 5px 10px 0 rgba(65,53,56,0.3);
}
#menu li:hover ul {
	display:block;
}
#menu li li {
	display: block;
	position: relative;
	margin: 0;
}
#menu li li a {
	display: block;
	padding: 0px 20px;
	border-radius: 0;
	background: #f8f8f8;
	color: #000;
    font-weight: 400;
    text-transform: none;
	border-bottom: none;
}
#menu li li a:hover {
	background: #e7e3dc;
	border-bottom: none;
}
/* menu responsive
/*Style 'afficher le menu' bouton d'étiquette et le cacher par défaut*/
.show-menu {
    color: #000;
	font-size: 20px;
	line-height: 36px;
    display: none;
	z-index: 10;
}
/*Hide checkbox*/
.head input[type=checkbox]{
    display: none;
}
/*Show menu when invisible checkbox is checked*/
.head input[type=checkbox]:checked ~ #menu{
    /*display: block;*/
	left:0;
}
/*-------------------------------------------*/
.mobdevis { display: none !important }
/*-------------------------------------------*/
.foot {
	position:relative;
	width:100%;
	overflow: auto;
	background:#fff;
	line-height: normal;
	/*border-top: 1px solid #ccc;
	padding-top: 25px;*/
}
.foot p { margin: 5px }
.foot a { color: #888; text-decoration: none }
.foot a:hover { color: #000 }
.footmenu1, .footmenu2, .footlogo, .footcoord {
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.footmenu1, .footmenu2 {
	text-align: left;
	width: 16.667%;
	font-size: 14px;
}
.footmenu1 { margin-top: 5px }
.foot ul { margin: 0; padding: 0; list-style: none }
.foot li { margin: 0; padding: 0 }
.footmenu2 li:before { content: "> " }

.footlogo {
	width: 33.33%;
	text-align: center
}
.footlogo img { width: 200px }
.footcoord {
	with:33.33%;
	text-align: right;
	font-size: 15px;
}
.footcoord  strong { font-size: 17px }
.footlegal {
	position: relative;
	display: block;
	line-height: 30px;
	font-size: 0.8em;  
	color: #aaa;
	text-align: center;
	clear: both;
	margin-top: 15px;
}
.footlegal a { color: #aaa; text-decoration: none }
.footlegal a:hover { color: #000 }
.foot div.menu-menufoot-container {
	margin: 0;
	padding: 0;
	position: relative;
	display: inline-block;
}

rl { display: inline-block; margin: 0 5px }
rl:before { content: "|" }

/*-------------------------------------------*/
/* RESPONSIVE
/*-------------------------------------------*/
@media screen and (max-width: 1220px) {
	#menu a { padding: 0 10px; font-size: 17px }
}

@media screen and (max-width: 1060px) {
	.show-menu { display:block }
	
	#menu { position: fixed; top:0; left: -300px; width: 260px; height: 100vh; margin: 0; padding-top: 20px; font-size:20px; font-weight:500; background: #fdfcfc; box-shadow: 0 5px 10px 0 rgba(65,53,56,0.3) }
	#menu ul { margin: 0; padding: 0; background: #fdfcfc; border-bottom: none }
	#menu li { display:block; margin: 0 }
	#menu a { display:block; line-height: 40px; padding: 0 40px }
	#menu a, #menu a:hover, #menu li:hover > a { border-bottom: 1px solid #e7e3dc }

	#menu li ul { position: relative; top: 0; display:block; text-align: center; box-shadow: none }

	.bulle a { font-size: 22px }
}

@media screen and (max-width: 1000px) {
	.footmenu1, .footmenu2, .footlogo, .footcoord { display: block; width: 100%; text-align: center }
	.footlogo { margin: 15px 0 }
	.footlogo img { width: 160px }

	.bulle a { font-size: 20px }
}

@media screen and (max-width: 860px) {
	.bulle a { font-size: 15px }
}

@media screen and (max-width: 700px) {
	.contact { height: 105px; margin: 15px auto 0 auto }
	.logo img { width: 200px }
    .head { height: 140px }
	.head .fab, .head .fas { width: 24px; line-height: 24px !important; font-size: 16px !important; margin: 2px }
    .lang img { width: 24px; height: 24px }
	.fab:hover { background: #000 }
	.devis { display: none }
	.show-menu { position: absolute; top: 0; right: 20px; line-height: 30px }
    .mobdevis { display: block !important }
    .mobdevis img { width: 110px; margin: 10px auto 0 auto }
	#menu a { line-height: 36px }
	rl { display: block; margin: 0 }
	rl:before { content: "" }
	.h30vw { height: auto; max-height: inherit }
	.imgservice { width: 80% !important; max-width: 350px; margin: auto }
}

@media screen and (max-width: 600px) {
	.bulle a { font-size: 24px; font-weight: 400 !important;
 }
}

@media screen and (max-width: 400px) {
	.bulle a { font-size: 20px }
}
