@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700,900&display=swap');

:root{
	--primary: #e14504;
	--second: #1f1f1f;
}

body{
	color: var(--second);
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
}

header{
	position: relative;
	overflow:hidden; 
}

#head-top{
	position: absolute;
	z-index: 3;
	top : 20px;
	width: 100%;
}
#head-tel{
	border-right: solid 8px var(--primary);
	color: #fff;
	font-size: 24px;
	display: flex;
	padding: 5px 10px 5px 0;
	margin-right: 20px;
	margin-bottom: 20px;
	justify-content: flex-end;
	font-weight: 900;
}
#head-menu{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.navbar{
	background: var(--second);
}

.navbar:before, .navbar:after{
	background: var(--second);
	content: "";
	display: block;
	height: 60px;
	width: 10px;
	position: absolute;
}

.navbar:before{
	left: -20px;
}
.navbar:after{
	right: -20px;
}

.navbar-expand-lg .navbar-nav .nav-link{
	color: #fff;
	padding: 10px 30px;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	transition: .5s
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-item.show .nav-link{
	background: var(--primary);
}

.dropdown-menu{
	background: var(--primary);
}

.dropdown-item{
	color: #fff;
}

.dropdown-item:hover{
	background: var(--second);
	color: #fff;
}

.navbar.fixed{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}

.navbar.fixed .navbar-nav{
	justify-content: center;
	width: 100%;
}

#head-bottom{
	display: flex;
	flex-direction: column;
	align-items: center;
	position: absolute;
	top: 35%;
	z-index: 2;
	width: 100%;
}

#logo{
	display: block;
	max-width: 599px;
	margin-bottom: 100px;
}

#logo img{
	max-width: 100%;
}

header .bouton{
	background: var(--primary);
	display: block;
	color: #fff;
	font-size: 20px;
	padding: 15px 5px;
	transition: .5s;
	max-width: 300px;
	text-align: center;
	transform: translateY(-50%);
	margin: 0 auto;
	position: relative;
	text-transform: uppercase;
	z-index: 1;
}

header .bouton:hover{
	background: var(--second);
	text-decoration: none;
}
#bloc-prestations{
	background: #f5f5f5;
	display: flex;
}
#bloc-prestations .box{
	margin: 20px 10px;
	position: relative;
	width: calc(100% / 3);
}
#bloc-prestations .box img{
	width: 100%;
}
#bloc-prestations .box a{
	border:solid 1px #fff;
	border-radius: 3px;
	color:#fff;
	font-size: 22px;
	font-weight: 700;
	position: absolute;
	padding: 15px 0;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	width: 80%;
	text-align: center;
	text-transform: uppercase;
	transition: .5s
}
#bloc-prestations .box a:hover{
	text-decoration: none;
	transform: translateX(-50%) scale(1.1);
}

#bloc-pres{
	margin: 60px 0 80px;
	text-align: center;
}

#bloc-pres h1{
	color: #3c3947;
	font-size: 23px;
	font-weight: 700;
	margin: 0 auto 30px;
	text-transform: uppercase;
}

#bloc-pres h1 span{
	color: var(--primary);
}

#bloc-pres p{
	font-size: 18px;
}

#bloc-pres p:last-child{
	margin-bottom: 0;
}

#bloc-location{
	display: flex;
	align-items: center;
}

#bloc-location>div{
	width: 50%;
}

#bloc-location .box1 img{
	width: 100%;
}

#bloc-location .box2{
	padding: 20px 5%;
}

#bloc-location .box2 h2{	
	font-size: 23px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 auto 30px;
}

#bloc-location .box2 h2 span{
	color: var(--primary);
}

#bloc-location .box2 p{
	text-align: justify;
}

#bloc-location .box2 p:last-child{
	color: #88868f;
	font-style: italic;
	font-size: 20px;
	margin: 40px auto 0;
}

#bloc-location .box2 .bouton{
	background: var(--primary);
	display: table;
	color: #fff;
	font-size: 20px;
	padding: 10px 50px;
	transition: .5s;
	text-align: center;
	margin: 40px 0 0;
	position: relative;
	text-transform: uppercase;
	font-weight: 600;
	z-index: 1;
}

#bloc-location .box2 .bouton:hover{
	background: var(--second);
	text-decoration: none;
}

#bloc-rdv{
	color: #fff;
	margin: 40px auto;
	padding: 100px 15px;
	text-align: center;
}

#bloc-rdv img{
	margin-bottom: 30px;
}

#bloc-rdv h2{
	font-size: 30px;
	font-weight: 700;
	margin: 0 auto 0;
	text-transform: uppercase;
}

#bloc-rdv p{
	font-size: 30px;
	margin: 0 auto 30px;
}

#bloc-rdv a{
	background: #0005;
	border-radius: 5px;
	border: solid 1px #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	color: inherit;
	padding: 10px 15px;
	margin: 0 auto;
	font-size: 23px;
	text-transform: uppercase;
	max-width: 350px;
	transition: .5s;
	font-weight: 600;
}

#bloc-rdv a:hover{
	background: var(--primary);
	text-decoration: none;
}

#bloc-rdv a img{
	margin-right: 15px;
}

#bloc-services{
	background: #f7f4f1;
	overflow:hidden;
	padding: 50px 0;
	margin-bottom: 40px;
}

#bloc-services h2{
	font-size: 40px;
	text-align: center;
	font-weight: 500;
	margin: 0 auto 100px;
}

#box-services{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	text-align: center;
}

#box-services>div{
	margin: 20px;
	width: 100%;
	max-width: 205px;
}

#box-services img{
	margin-bottom: 30px;
}

#box-services p{
	line-height: 20px;
	margin: 0;
	text-transform: uppercase;
}

#foot-contact{
	background: var(--second);
	color: #fff;
	display: flex;
	padding: 50px 0;
	justify-content: space-around;
	text-align: center;
}

#foot-contact>div{
	font-size: 18px;
	width: 100%;
	max-width: 400px;
}

#foot-contact>div:nth-child(2){
	font-size: 25px;
}

#foot-contact>div img{
	margin-bottom: 30px;
}
#foot-contact>div p{
	margin: 0;
	line-height: 25px;
}

#foot-bottom{
	color: #3c3947;
	display: flex;
	align-items: center;
	padding: 20px 15px;
	justify-content: space-between;
	font-size: 10px;
}

#foot-bottom p{
	margin: 0 0 0 40px;
}

#foot-bottom p a{
	color: inherit;
}





#content{
	margin-top: 30px;
}

#content .container{
	width: 100%;
	max-width: 1440px;
	margin: auto;
}
#content h1{
	color: inherit;
	font-size: 26px;
	text-align: center;
	margin: 50px auto 80px;
	font-weight: bold;
	letter-spacing: 1px;
}
#content h1:after{
	content: '';
	display: block;
	border-bottom: solid 2px var(--primary);
	width: 50%;
	max-width: 400px;
	margin: 35px auto 0;
}
#content h2{
	padding: 0 0 5px;
	color: inherit;
	font-size: 22px;
}
#content h2 small{
	font-weight: normal;
	font-size: 0.7em;
}
#content h2:after{
	content: '';
	display: block;
	border-bottom: solid 6px var(--primary);
	width: 100%;
	margin: 5px 0 0;
	width: 50px;
}
#content h3{
	border-left: solid 6px var(--primary);
	padding: 5px 0 5px 5px;
	margin-left: 20px;
	color: inherit;
	font-size: 18px;
}
#content h3 small{
	font-weight: normal;
	font-size: 0.7em;
}
#content p{
	font-size: 16px;
	letter-spacing: 1px;
	text-align: justify;
}
#content strong{
	color: inherit;
}
#content ul{
	padding-left: 20px;
	margin: 15px auto;
	list-style: none;
}
#content ul li{
	font-size: 16px;
	letter-spacing: 1px;
	margin:5px 0;
}
#content ul li:before {
	color: var(--primary);
	margin-right: 10px;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f054";
}
#content a{
	color: inherit;
	text-decoration: underline;
	font-weight: bold;
}
#content a:hover{
	text-decoration: none;
}
#content hr{
	border-color: #555;
}
#content .slogan{
	font-size: 20px;
	font-weight: 600;
	margin: 40px auto;
	text-align: center;
	max-width: 800px;
}
#content .center{text-align: center !important;}

#content .imgD,
#content .imgG{
	display: flex;
	margin: 40px auto;
	justify-content: space-between;
}

#content .imgG{
	flex-direction: row-reverse;
}

#content .imgD>div,
#content .imgG>div{
	width: 100%
}

#content .imgD>div:last-child{
	max-width: 600px;
	margin-left: 30px;
}

#content .imgG>div:last-child{
	max-width: 600px;
	margin-right: 30px;
}

#content .imgD>div:last-child img,
#content .imgG>div:last-child img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#content .bloc-txt{
	box-shadow: 0 0 2px var(--second);
	padding: 20px;
	margin: 40px auto;
}

#content .bloc-txt>*:first-child,
#content .imgD>div:first-child>*:first-child,
#content .imgG>div:first-child>*:first-child{
	margin-top: 0;
}

#content .bloc-txt>*:last-child,
#content .imgD>div:first-child>*:last-child,
#content .imgG>div:first-child>*:last-child{
	margin-bottom: 0;
}

#content .breadcrumb{
	background: initial;
	border-bottom: solid 1px #ccc;
	font-size: 14px;
	margin-bottom: 30px;
}
#content .breadcrumb a{
	color:var(--primary);
	font-weight: 600;
	text-decoration: none;
	transition: all 0.3s;
}

#content #foot-page{
	background: var(--primary);
	border-radius: 5px;
	color: #fff;
	padding: 30px 15px;
	margin: 15px auto;
}

#content #foot-page a{
	color: inherit;
}

#content #foot-page p{
	margin: 0;
	text-align: center;
}

.box-tel{
	color: inherit !important;
	text-decoration: none !important;
}
.box-tel:hover{
	color: inherit !important;
	text-decoration: none !important;
}

#content .bouton{
	background: transparent;
	border: solid 3px var(--primary);
	border-radius: 5px;
	color: var(--primary);
	display: table;
	text-align: center;
	font-weight: 600;
	padding: 10px 15px;
	margin: 15px auto;
	transition: .5s;
}

#content .bouton:hover{
	background: var(--primary);
	color: #fff;
	text-decoration: none;
}
/* Recherche fréquentes */

.row.bottom-footer{
	display: flex;
	align-items: flex-end;
}
.row.bottom-footer>div{
	color: #e7e7e7;
	width: 50%;
}
.row.bottom-footer>div:last-child{
	padding: 0 5%;
}
.row.bottom-footer>div:last-child>div{
	border:solid 1px;
	padding: 5px;
	max-height: 100px;
	overflow-y: auto;
}
.row.bottom-footer>div:last-child>div h2{
	margin: 5px 0;
	font-size: 12px;
	text-decoration: underline;	
}
.row.bottom-footer>div:last-child>div p{
	margin: 5px 0;
	font-size: 10px;
}
.row.bottom-footer>div:last-child>div p a{
	color: inherit;
}