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;
	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-01.jpg");
	background-origin: border-box;
	background-position: center 70px;
	padding-top: 260px;
	min-height: 960px;
}
#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","cursive","Calibri","Benton Sans","Helvetica","sans-serif";
	font-size: 55px;
	font-weight: normal;
	line-height: 1.2em;
}

/* Fonctionnement */
#fonctionnement span.title {
	text-align: left;
	padding-left: 50px;
}
#fonctionnement img.float_right {
	float: right;
	padding-right: 10%;
	width: 300px;
}
#fonctionnement p.left {
	text-align: left;
}

#fonctionnement span.title_right {
	float: left;
	padding-left: 15%;
	width: 350px;
}
#fonctionnement p.right{
	text-align: right;
}

#caption-text {
	padding: 40px 30px 50px;
	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_left li {
	text-align: left !important;
}

/* Comparaison */
#cmp_img {
	width: 80%;
	margin: 0 auto;
}
#cmp_img img {
	width: 100%;
	object-fit: contain;
}


/* Produits */
#products figure {
	display: inline-block;
	margin: 0 5px 5px 0;
	width: 220px;
	text-align: center;
	vertical-align: top;
}
.prod_title {
	text-decoration: underline;
}
#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;
}


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

/* 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 {
	clear: both;
}


/* Gallery */

.category {
	padding: 5px;
	height: auto;
}
.category .cat_name {
	text-align: left;
	font-weight: Bold;
	padding: 0 0 0 20px;
    margin: 0;
}
.refs-gallery {
	width: 100%;
}
.pswp__caption .ref_title {
	display: block;
	text-align: center;
	color: #ffffff;
}
.refs-gallery img {
	width: 100%;
	height: auto;
}
.refs-gallery figure {
	vertical-align: top;
	display: inline-block;
	margin: 0 5px 5px 0;
	width: 250px;
}
.refs-gallery figcaption {
	font-size: 12px;
	line-height: 1.2em;
}
.refs-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.2em;
}

