/* Atelier 85 CSS Tools 2021 (framework) - V1.1
-----------------------------------------------------------------------

By Nicolas EVARISTE (http://www.atelier85.fr)
© 2021 Atelier 85 - All rights reserved - Toute reproduction interdite

---------------------------------------------------------------------*/

/* Reset
---------------------------------------------------------------------*/
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
img {
	max-width: 100%;
	height: auto;
	border: none;
    vertical-align: middle;
}
h1, h2, h3, h4, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-size: inherit;
	font-weight: normal;
	padding: 15px 0;
}
form, figure, .wp-block-image{
	margin: 0;
	padding: 0;
}
iframe {
  border: 0;
  max-width: 100%;
}

/* General
--------------------------------------------------*/
html, body {
	height: 100%;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
	color: #000;
	background: #fff;
	margin: 0;
	opacity: 0;
	-webkit-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
}
body.loaded {
	opacity: 1;
}
strong {
	font-weight: 900;
}
a {
	-webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

/* Float
--------------------------------------------------*/
.left { float: left; }
.right { float: right; }
.clear { clear: both; }

/* Textes
--------------------------------------------------*/
.txt22 { font-size: 22px; }
.upper { text-transform: uppercase; }

/* Loader
---------------------------------------------------------------------*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999999;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background: none repeat scroll 0 0 #ffffff;
}
.spinner {
  border: 1px solid transparent;
  border-radius: 5px;
  position: relative;
}
.spinner:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 45px;
  height: 45px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 1px solid #959595;
  border-top-color: #ffffff;
  animation: spinner .9s linear infinite;
}
@-webkit-@keyframes spinner {
  to {transform: rotate(360deg);}
}
@keyframes spinner {
  to {transform: rotate(360deg);}
}

/* Header
--------------------------------------------------*/
div#top{
	width: 100%;
	height: 40px;
	background: url(../img/top.png) repeat-x;
}
div#header{
	width: 100%;
	height: auto;
	padding: 50px 0px;
	background: #20572b;
	color: #fff;
}
div#logo{
	width: 50%;
	float: left;
}
div#logo img{
	width: 460px;
	height: auto;
}
div#infos-header{
	width: 50%;
	float: right;
	font-size: 22px;
	line-height: 1.3;
	text-align: center;
	padding-top: 35px;
}
div#infos-header span,
div#infos-header strong{
	display: block;
}
div#infos-header strong.tel{
	font-size: 45px;
}

/* Menu
--------------------------------------------------*/
div#menu-icon{
	display: none;
}
div#menu{
	width:100%;
	padding-top: 30px;
	padding-bottom: 30px;
}
div#menu ul{
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	font-size: 0px;
}
div#menu ul li{
	display: inline-block;
	position: relative;
	border-right: 1px solid #cccccc;
}
div#menu ul li:last-child{
	border-right: none;
}
div#menu ul li a{
	display: block;
	position: relative;
	padding: 10px 40px;
	font-size: 20px;
	font-weight: 400;
	line-height: 20px;
	color: #20572b;
	text-decoration: none;
}
div#menu ul li a::after{
    content: '';
    display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
    width: 0;
	margin-left: auto;
	margin-right: auto;
    height: 3px;
	margin-top: 0px;
    background: #20572b;
    transition: width .3s;
}
div#menu ul li a:hover::after,
div#menu ul li:hover a::after,
div#menu ul li.current_page_item a::after,
div#menu ul li.current-menu-item a::after,
div#menu ul li.current-post-ancestor a::after,
div#menu ul li.current-category-ancestor a::after,
div#menu ul li.current-menu-parent a::after,
div#menu ul li.current-post-parent a::after{
	width: calc(100% - 50px);
}

/* Footer
--------------------------------------------------*/
div#footer {
	padding: 70px 50px;
	background: #20572b;
	font-size: 16px;
	color: #fff;
	text-align: center;
}
div#footer a{
	color: #fff;
	text-decoration: none;
}
div#footer a:hover{
	text-decoration: underline;
}

/* Content
--------------------------------------------------*/
.wrap {
	width: 1050px;
	margin-left: auto;
	margin-right: auto;
}
.contenu{
	color: #20572b;
	font-size: 20px;
}
.contenu a{
	color: #20572b;
}
.contenu a:hover{
	color: #AD1519;
}
.contenu h3{
	font-weight: 800;
}
.outer {
	display: table;
	width: 100%;
	height: 100%;
}
.inner {
	display: table-cell;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.titre1{
	font-size: 28px;
	line-height: 36px;
	font-weight: 700;
	color: #20572b;
}
a.bt, input.bt, .bt{
	display: inline-block;
	padding: 8px 20px;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none !important;
	border: none;
	margin-top: 5px;
	margin-bottom: 5px;
	cursor: pointer;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-webkit-appearance: none; 
	-moz-appearance: none;
	appearance: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
a.bt.bt-bleu, input.bt.bt-bleu, .bt.bt-bleu{
	color: #fff !important;
	background: #20572b;
}
a.bt.bt-bleu:hover, input.bt.bt-bleu:hover, .bt.bt-bleu:hover{
	background: #AD1519;
}
.bt:focus{
	outline: 0;
}
hr.hr-bleu{
	display: block;
	background-color: #20572b;
	height: 5px;
	border: 0;
	width: 125px;
	margin-top: 0px;
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
span.ordi {
	display: inline !important;
}
span.smartphone {
	display: none !important;
}
span.ordi a,
span.smartphone a{
	color: #fff !important;
	text-decoration: none !important;
}




/* Home - Urgence
--------------------------------------------------*/
div#wrap-urgence{
	width: 100%;
	height: 785px;
	background: url(../img/bg-home.jpg) no-repeat top left #fcfcfc; 
}
div#urgence{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 60px;
	text-align: center;
	line-height: 1.3;
}
div#urgence span.urgence-depannage{
	display: block;
	color: #20572b;
	font-size: 48px;
	font-weight: 700;
}
div#urgence span.urgence-24h{
	display: block;
	max-width: 550px;
	height: 160px;
	color: #fff;
	font-size: 80px;
	font-weight: 700;
	text-align: left;
	padding-top: 23px;
	padding-left: 295px;
	margin-left: 220px;
	background: url(../img/bg-247.png) no-repeat left top;
}
div#urgence span.urgence-24h span{
	font-size: 50px;
}
div#urgence span.urgence-intervention{
	display: block;
	color: #AD1519;
	font-size: 42px;
	font-weight: 800;
	margin-top: -10px;
}
div#urgence span.urgence-tel{
	display: block;
	color: #fff;
	font-size: 72px;
	font-weight: 800;
	background: #AD1519;
	border: 4px solid #AD1519;
	max-width: 580px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
}

/* Home - Presentation
--------------------------------------------------*/
div#presentation{

}
div#presentation div.wrap-bt{
	text-align: center;
	padding-top: 45px;
}

/* Boxes
--------------------------------------------------*/
div#box-wrap{
	font-size: 0px;
	margin-top: 80px;
}
div#box-wrap.home{
	margin-top: -125px;
	margin-bottom: 45px;
}
div.box{
	display: inline-block;
	font-size: 18px;
	text-align: center;
	width: calc(33.33% - 10px);
	background: #20572b;
	padding: 25px 10px;
	height: 250px;
	vertical-align: bottom;
}
div.box:nth-child(2){
	margin-right: 15px;
	margin-left: 15px;
}
div.box div.picto{

}
div.box div.picto img{
	width: 130px;
	height: auto;
}
div.box h3{
	font-size: 28px;
	line-height: 1;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	padding-top: 30px;
}
div.box:nth-child(1) h3,
div.box:nth-child(2) h3{
	padding-top: 15px;
}

/* Partenaires
--------------------------------------------------*/
div#partenaires{
	border-top: 1px solid #20572b;
	margin-top: 75px;
	padding-top: 45px;
	padding-bottom: 45px;
	font-size: 22px;
	font-weight: 700;
	color: #20572b;
	text-align: center;
}
div#partenaires span {
	display: block;
	padding-bottom: 10px;
}


/* Tarifs
--------------------------------------------------*/
.wp-block-table {
	display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}
table, th, td {
  border: 1px solid black;
}
table tr:nth-child(even){
	background-color: #f2f2f2;
}
table tr td{
	padding: 5px 10px;
}


/* Contact
--------------------------------------------------*/
div#map-wrap{
	width: 100%;
	padding: 0;
}
div#map{
	position: relative; 
  	overflow: hidden;
	width: 100%; 
	padding-top: 49.2%;
}
div#map iframe{
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
 	height: 100%; 
  	border: 0; 
}




/* Cookies
--------------------------------------------------*/
a.cn-more-info{
	color: #fff;
	font-weight: 400;
	-moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
a.cn-more-info:hover{
	color: #999999;
}
a.cn-set-cookie{
	display: inline-block;
	background: #fff;
	color: #000;
	text-decoration: none;
	padding: 5px 15px;
	text-transform: uppercase;
	-moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
a.cn-set-cookie:hover{
	background: #999999;
}

/* WP
--------------------------------------------------*/
.wp-block-separator{
	display: block;
	color: #cecece;
	background-color: #cecece;
	height: 1px;
	border: 0;
	width: 100%;
	margin-top: 40px;
	margin-bottom: 35px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}