body {
	font-weight: normal;
	letter-spacing: 0;
	line-height: 1.7em;
	margin: 5px 0 0 0;
	color: #000000;
	transition: background-color 1s ease-in;
	font-size: 15px;
	font-family: "Benton Sans","Helvetica","sans-serif"; 
}

@font-face {
	font-family: "Brush Script MT";
	src: url(BrushScript.ttf);
}

html {
	scroll-behavior: smooth;
}

* {
	text-align: center;
	box-sizing: border-box;
}

#sub {
	float: left;
	position: relative;
	left: -10px;
	text-align: left;
	vertical-align: bottom;
}

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 5px 30px;
	z-index: 10;
	overflow: hidden;
	min-height: 80px;
	background-color: #fafafa;
	border-bottom: 1px solid black;
}
header img {
	float: left;
	height: 80px;
	transition-property: height;
	transition-duration: 0.8s;
}
header img:hover {
	height: 120px;
}
.header-div {
	clear: right;
	display: inline-block;
	position: relative;
	float: right;
	max-width: 80%;
	padding: 10px 10px 0px 0px;
}
header a {
	margin-left: 15px;
	font-weight: bold;
	color: #000000;
}
header nav a:hover {
	border-bottom: 2px solid #4242cc;
	padding-bottom: 5px;
}

a { 
	text-decoration: none;
	color: #4020a0;
}
a:hover {
/*	color: #cc4222; */ /* Orangé rouge */
	color: #4242cc; /* Bleu */
/*	font-style: italic; */
}

div.ruler {
	position: relative;
	top: -125px;
}
section {
	display: block;
	width: 100%;
	padding-bottom: 2em;
}
section.home {
	min-height: 250px;
}
section.grey {
	background-color: #f0f8f8;
}
section.light {
	background-color: #ffffff;
}
.dark {
	background-color: #202020;
	color: #ffffff;
}

#pres {
	background-image: url("img/Bandeau-Exanh-Garden.png");
	background-origin: border-box;
	background-position: center 70px;
	padding-top: 260px;
	min-height: 960px;
	margin-bottom: 20px;
}
#seevid {
	text-align: center;
	padding-bottom: 30px;
}
#seevid a.button {
	display: inline-block;
	margin: 0 10px;
	font-family: "Calibri","Benton Sans","Helvetica","sans-serif";
	font-weight: bold;
	font-size: 20px;
	padding: 6px 25px;
	border-radius: 4px;
	border: solid 1px #888888;
	background: #cccccc;
}
#video {
	padding: 20px;
}
video {
	width: 100%;
	height: auto;
}

#choix_facades {
	padding-top: 135px;
}
#intro_choix {
	padding-bottom: 40px;
}
#caption {
	background-color: #ffffff;
	opacity: 0.8;
	width: 550px;
}
#pres h2.title {
	padding-top: 50px;
	width: 13em;
	margin: 20px auto;
	font-family: "Brush Script MT","Calibri","Benton Sans","Helvetica","sans-serif";
	font-size: 55px;
	font-weight: normal;
	line-height: 1.2em;
}

/* Description */
img.mif {
	position: relative;
	top: -30px;
	left: -30px;
	float: right;
}

#install_pics {
	width: 220px !important;
	margin: 0 30px 0 30px;
	float: right;
}
#install_pics img {
	padding: 2px;
	border: 1px solid black;
}


#caption-text {
	padding: 40px 30px 20px;
	margin: 20px auto;
	text-align: center;
}

.title {
	max-width: 70%;
	margin: 5px auto 0px;
	display: block;
	padding: 10px;
	font-weight: bold;
	font-size: 20px;
	color: #300080;
}

section p {
	width: 70%;
	min-width: 800px;
	margin: 5px auto 0px;
	padding-bottom: 12px;
}
section div {
	width: 70%;
	min-width: 800px;
	margin: 5px auto 0px;
	padding-bottom: 12px;
	text-align: left;
}
ul {
	list-style-type: none;
	list-style-image: url(/img/puce.png);
	padding-left: 3em;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
}
ul.liste_left {
	margin-left: 7em;
}
ul.liste_install {
	margin-left: 1em !important;
	
}
ul.liste_left li {
	text-align: left !important;
}

/* Contact */
.inl-block {
	display: inline-block;
	vertical-align: middle;
	line-height: 1.2em;
}

/* Credits photos */
#credits {
	line-height: 1.5em;
	min-height: 75px;
	font-size: 10px;
	padding-bottom: 0;
}
#credits div p {
	text-align: left;
	padding-bottom: 5px;
}

/* Footer */
section.footer {
	min-height: 75px;
	padding-bottom: 0 !important;
}
section.footer a {
	color: #8484e0;
}
#legal_left {
	position: relative;
	float: left;
}
#legal_right {
	position: relative;
	float: right;
}
.legal {
	text-align: center;
	padding-left: 10px;
	font-size: 10px;
	line-height: 1.5em;
}
.half {
	width: 45%;
	min-width: 150px;
}
.clear {
	clear: both;
}
#cookies {
	text-align: left;
	clear: both;
}


/* Gallery */

.category {
	border-top: 1px solid black;
	padding: 5px;
	height: auto;
}
.category .cat_name {
	text-align: left;
	font-weight: Bold;
	padding: 0 0 0 20px;
    margin: 0;
}
.front-gallery {
	width: 100%;
}
.pswp__caption .front_title {
	display: block;
	text-align: center;
	color: #ffffff;
}
.front-gallery img {
	width: 100%;
	height: auto;
}
.front-gallery figure {
	vertical-align: top;
	display: inline-block;
	margin: 0 5px 5px 0;
	width: 250px;
}
.front-gallery figcaption {
	font-size: 12px;
	line-height: 1.2em;
}
.front-gallery figcaption ul {
	display: none;
}
.pswp__caption--fake {
	display: none;
}
.pswp__caption {
	width: 100%;
}
.pswp__caption__center {
	text-align: center;
	max-width: 680px !important;
}
.pswp__caption__center ul {
	list-style-type: none;
	list-style-image: url(/img/puce_white.png);
	margin-top: 0.2em;
	margin-bottom: 0.2em;
}
.pswp__caption__center ul.liste_ref li {
	text-align: left !important;
}
ul#exceptions, ul#exceptions li {
	margin: 0 0 0 20px;
	padding: 0;
	line-height: 1.5em;
}

/* Produits */
#products figure {
	display: inline-block;
	margin: 0 5px 5px 0;
	width: 220px;
	text-align: center;
	vertical-align: top;
}
#products figcaption {
	font-size: 12px;
	line-height: 1.2em;
}
.pthumb {
	width: 160px;
}

.comming {
	display: inline-block;
	width: 160px;
	height: 120px;
	line-height: 2em;
	margin: 0 auto;
	font-family: "Brush Script MT","Calibri","Benton Sans","Helvetica","sans-serif";
	font-size: 45px;
	font-weight: normal;
	vertical-align: middle;
}

