* {
	box-sizing: border-box
}
html{
	width: 100%;
	height: 100%;
	/* FOND ECRAN */
	background-image: url(media/wallpaper/fond_ecran_principal.png);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
    font-family: sans-serif;
}

header{
	z-index: 9;
	position: sticky;
	margin: -0.5em -0.5em 0 -0.5em;
	padding: 0.7em 1em;
	background-color: rgb(38, 64, 102);
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}header p{
	cursor: default;
	margin: 0 1em;
	color: white;
	font-size: 1.4em;
	font-weight: lighter;
}

.head{
	z-index: 8;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	display: flex;
	justify-content: flex-end;
	margin: 0 -0.5em;
	box-shadow: -3px 8px 12px #555;
	-moz-box-shadow: -3px 8px 12px #555;
	-webkit-box-shadow: -3px 8px 12px #555;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#555555', Direction=90, Strength=12);
	background-color: rgb(80, 114, 147);
}.head a{
	height: 2.5em;
	padding: 0 1em;
	display: flex;
	align-items: center;
	border-left: solid 1px white;
}.head a:hover{
	background-color: orange;
}
.fast_contact{
	font-size: 1.3em;
}.fast_contact img{
	max-height: 1em;
}
.fast_tel{
	color: white;
	text-decoration: none;
	font-weight: 400;
	font-size: 1.3em;
}.fast_tel img{
	margin: 0 0.5em 0 0;
	max-height: 1em;
}
.fast_menu{
	font-size: 1.3em;
	border-left: 1px solid white;
	display: flex;
	align-items: center;
	padding: 0 1em;
}.fast_menu div{
	position: absolute;
	min-width: 10em;
	right: 0;
	top: 2.5em;
	background-color: rgb(80, 114, 147);
	display: none;
}.fast_menu:hover{
	background-color: orange;
}.fast_menu:hover div{
	display: initial;
}.fast_menu img{
	max-height: 1.5em;
}.fast_menu a{
	border-left: none;
	border-top: 1px solid white;
	text-decoration: none;
	color: white;
}

.logo{
	z-index: 10;
	position: -webkit-sticky;
	position: sticky;
	top: 0.7em;
	height: 6em;
	max-width: 25%;
	margin: -2em 0;
}.logo img{
	height: 100%;
}

.body{
	position: sticky;
	margin: -4em -0.5em 0 -0.5em;
    background-color: rgba(197, 197, 197, 0.9);
}

.page_title{
    margin-top: 1.5em;
	cursor: default;
	font-size: 3em;
	color: rgb(69, 185, 57);
}
#page_body{
    cursor: default;
	padding: 2em 5em;
}

.tabs{
	text-align: center;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	padding: 5em 0;
}.tabs a{
	margin: 2em 1em;
	text-decoration: none;
}.tabs a div{
	height: 15em;
	width: 15em;
	margin: 1.5em 0.75em 0 0.75em;
	border-radius: 10px;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	box-shadow: -3px 8px 12px #555;
	-moz-box-shadow: -3px 8px 12px #555;
	-webkit-box-shadow: -3px 8px 12px #555;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#555555', Direction=90, Strength=12);
}.tabs div{
	display: inline-block;
}.tabs h1{
    margin-top: 1.5em;
    margin-top: 1.5em;
	text-align: left;
	margin-left: 1em;
	color: rgb(69, 185, 57);
	font-weight: 400;
}
.tabs a:hover div{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}.tabs a:hover h1{
	font-weight: 900;
}
#title_tabs_large {
	display: none;
}
#cuisine_tabs{
	background-image: url(media/tabs/cuisine.jpg);
}
#dressing_tabs{
	background-image: url(media/tabs/dressing.jpg);
}
#sdb_tabs{
	background-image: url(media/tabs/sdb.jpg);
}
#amenag_int_tabs{
	width: 34em;
	background-image: url(media/tabs/amenag_int.jpg);
}
#renov_tabs{
	background-image: url(media/tabs/renov.jpg);
}

.slideshow-container {
    margin-top: 2em;
	cursor: default;
	font-family: Verdana, sans-serif;
	width: 100%;
	position: relative;

}.slideshow-container p{
	color: #f2f2f2;
	font-size: 15px;
	padding: 1em 12px;
	position: absolute;
	bottom: 8px;
	width: 100%;
	text-align: center;
}.dot {
	height: 15px;
	width: 15px;
	margin: 0.2em 2px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}.dot_slide{
	position: relative;
	z-index: 7;
	margin-top: -1.8em;
}.fade {
	-webkit-animation-name: fade;
	-webkit-animation-duration: 0.5s;
	animation-name: fade;
	animation-duration: 0.5s;
}
@-webkit-keyframes fade {
	from {opacity: .4} 
	to {opacity: 1}
}
@keyframes fade {
	from {opacity: .4} 
	to {opacity: 1}
}

.two-parts{
    cursor: default;
    display: flex;
    flex-flow: row wrap;
}.two-parts > *{
    flex: 1 50%;
    padding: 2em;
    display: flex;
}.two-parts img{
    margin-right: 2em;
    max-height: 10em;
    max-width: 20em;
}.two-parts p{
    font-size: 1.5em;
}
.part1{
    background-color: saddlebrown;
    color: rgb(69, 185, 57);
}.part1 a{
    background-color: rgb(197, 197, 197);
    border-radius: 10px;
    padding: 0.5em 1em;
    text-decoration: none;
    color: black;
}.part1 a:hover{
    background-color: rgb(180, 180, 180);
}.part1 div{
    display: flex;
    flex-direction: column;
}.part1 div p{
    flex: 1;
}
.part2{
    color: rgb(197, 197, 197);
    background-color: rgba(38, 64, 102, 0.7);
}.part2 a{
    background-color: rgb(69, 185, 57);
    border-radius: 10px;
    padding: 0.5em 1em;
    text-decoration: none;
    color: black;
}.part2 a:hover{
    background-color: rgb(60, 175, 48);
}.part2 div{
    display: flex;
    flex-direction: column;
}.part2 div p{
    flex: 1;
}

.presentation_index{
    cursor: default;
    padding: 2em 5em;
    text-align: center;
}.presentation_index h1{
    font-size: 2em;
    margin-bottom: 2em;
    color: rgba(38, 64, 102, 1);
    text-shadow: 1px 1px 2px white;
}.presentation_index p{
    font-size: 1.5em;
}.presentation_index a{
    background-color: rgba(38, 64, 102, 0.7);
    text-decoration: none;
    color: white;
    padding: 0.5em 1em;
    border-radius: 10px;
}.presentation_index a:hover{
    background-color: rgba(29, 55, 93, 0.8);
}

.qui_sommes_nous{
	text-align: justify;
}.qui_sommes_nous p{
	font-size: 1.5em;
}
#map{
	z-index: 1;
	height: 400px;
}

.qualite p{
	font-size: 1.5em;
	margin: 2em 0;
}
#qualite{
	display: flex;
	justify-content: center;
}#unpair_quality{
	margin-left: 10em;
}
#liste1{
	list-style: url("media/icons/verify.png");
}

.partenaires img{
	max-width: 5em;
	margin-right: 2em;
	margin-top: 5em;
}.partenaires tr{
	vertical-align: bottom;
}

.my-gallery {
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}.my-gallery img {
	z-index: 1;
	width: 100%;
	height: auto;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}.my-gallery img:hover {
	z-index: 2;
	border: solid 2px rgb(69, 185, 57);
	border-radius: 10px;
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}.my-gallery figure {
	display: block;
	width: 150px;
}.my-gallery figcaption {
	display: none;
}

.contact td{
	font-size: 1.2em;
	height: 2em;
}.contact td a{
	color: rgb(38, 64, 102);
	text-decoration: none;
	padding: 0.2em;
}.contact td a:hover{
	color: green;
	border-radius: 5px;
}.contact h3{
	margin-bottom: 0;
}.contact h2{
	margin-top: 2em;
}
#contact_social{
	display: flex;
	justify-content: center;
}#contact_social img{
	max-width: 5em;
	margin: 2em;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}#contact_social img:hover{
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
#form_contact table{
	margin-top: 3em;
	display: flex;
	justify-content: center;
	font-size: 1.1em;
}#form_contact td{
	vertical-align: top;
}#form_contact td input{
	vertical-align: top;
	font-size: 1em;
}#form_contact td textarea{
	font-size: 0.8em;
}
#submit{
	width: 10em;
}

.envoi_formulaire{
	text-align: justify;
}.envoi_formulaire p{
	display: inline-block;
	font-size: 1.5em;
}
#success_form{
	background-color: rgb(69, 185, 57);
}
#echec_form{
	background-color: rgb(228, 99, 73);
}
#button_return{
	display: inline-block;
	font-size: 1.3em;
	text-decoration: none;
	color: rgb(197, 197, 197);
	padding: 0.5em 1em;
	margin: 8em 0 3em 0;
	background-color: green;
	border-radius: 10px;
}#button_return:hover{
	background-color: rgb(38, 64, 102);
}

.preview_img{
	text-align: center;
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
}.preview_img div{
	display: flex;
	flex-direction: column;
	width: 200px;
	margin: 1em 2em;
}.preview_img img{
	max-height: 130px;
	margin-bottom: 0.5em;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}.preview_img img:hover{
	border: solid 2px rgb(69, 185, 57);
	border-radius: 10px;
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
	margin-bottom: 1.5em;
}
.preview_title{
    font-size: 2em;
    color: rgba(38, 64, 102, 1);
    text-shadow: 1px 1px 2px white;
    margin-top: 2em;
}
.preview_page p{
	font-size: 1.5em;
}
.view_texte{
	text-align: center;
	font-size: 1.5em;
}

.devis_gratuit{
	background-color: rgb(228, 99, 73);
	color: rgb(197, 197, 197);
	text-align: center;
	padding: 0.1em 0 2em 0;
	margin: 3em 0;
	box-shadow: -3px 8px 12px #555;
	-moz-box-shadow: -3px 8px 12px #555;
	-webkit-box-shadow: -3px 8px 12px #555;
}.devis_gratuit a{
	text-decoration: none;
	background-color: rgb(197, 197, 197);
	padding: 0.5em 1em;
	border-radius: 10px;
	color: black;
}.devis_gratuit a:hover{
	background-color: rgb(180, 180, 180);
}

.construction{
	cursor: default;
	background-color: rgb(228, 99, 73);
	color: rgb(197, 197, 197);
	text-align: center;
	margin: -2.1em 0;
}.construction h1{
    margin-top: 1.5em;
	padding: 2em 0;
	font-size: 3em;
}.construction marquee{
	padding: 2em 0;
	font-size: 3em;
	font-weight: 900;
}

.foot{
	position: sticky;
	margin: 0 -0.5em;
	padding: 2em 2em;
	text-align: center;
	background-color: rgb(80, 114, 147);
	display: flex;
	justify-content: space-around;
}.foot div{
	display: inline-block;
	margin-top: -1.5em;
	text-align: left;
}.foot div a{
	display: block;
}.foot h1{
    margin-top: 1.5em;
	cursor: default;
	color: rgb(69, 185, 57);
	font-weight: 400;
}.foot a{
	color: rgb(197, 197, 197);
	text-decoration: none;
	margin: 0.5em 0;
	font-size: 1.1em;
}.foot a:hover{
	color: rgb(69, 185, 57);
}

#hidden{
	visibility: hidden;
}
#separation_bar_foot{
	display: none;
}

.footer{
	position: sticky;
	margin: -0.1em -0.5em;
	padding: 1.3em 2em 0.5em 2em;
	background-color: rgb(38, 64, 102);
	display: flex;
	flex-direction: column;
}.footer div{
	display: inline-block;
}
.copyright{
	cursor: default;
	color: white;
	font-weight: lighter;
	font-size: 0.8em;
}
.social_net{
	float: right;
}.social_net a img{
	margin-right: 1em;
	max-height: 2em;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}.social_net a:hover img{
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.development{
	position: absolute;
	width: 100%;
	margin: -0.1em -0.5em 0 -0.5em;
	padding: 0.5em 2em;
	background-color: rgb(25, 30, 43);
}.development a{
	font-size: 0.8em;
	color: rgb(197, 197, 197);
	text-decoration: none;
}.development a:hover{
	color: gold;
}
