@charset "utf-8";
/* CSS Document */

*
{
	box-sizing: border-box;
}

html
{
	scroll-behavior: smooth;
}

body
{
	width: 100%;
	margin: auto;
	margin-top: 0;
	margin-bottom: 0;
	font-family: 'Baskervville', serif;
	font-size: 13pt;
	color: #000;
}

header
{
	width: 100%;
	height: auto;
	box-shadow: 0 5px 20px 5px rgba(0, 0, 0, .65);
	position: relative;
	z-index: 5000;
	background: #FFF;
}

header div#top-bar
{
	width: 100%;
	height: 50px;
	background: #000;
	color: #FFF;
	line-height: 50px;
}

header div#top-bar div#top-bar-content
{
	width: 1100px;
	height: 50px;
	margin: auto;
	position: relative;
}

header div#top-bar div#top-bar-content a
{
	color: #FFF;
	text-decoration: none;
}

header div#top-bar div#top-bar-content div#tel
{
	display: block;
	float: left;
	font-size: 16pt;
}

header div#top-bar div#top-bar-content div#social
{
	float: left;
	margin-left: 50px;
}

header div#top-bar div#top-bar-content div#social a div#fb
{
	width: 30px;
	height: 30px;
	display: block;
	margin-top: 10px;
	background: url(images/facebook.png) center no-repeat;
	background-size: 30px 30px;
	float: left;
}

header div#top-bar div#top-bar-content div#social a div#insta
{
	width: 32px;
	height: 32px;
	display: block;
	margin-top: 9px;
	background: url(images/insta.png) center no-repeat;
	background-size: 32px 32px;
	float: left;
	margin-left: 10px;
}

header div#top-bar div#top-bar-content a#contact
{
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: 150px;
	text-align: center;
}

header div#top-bar div#top-bar-content a#contact:hover/*, header div#top-bar div#top-bar-content a#contact:focus*/
{
	color: #000;
	background: #FFF;
	transition: all .25s linear;
}

header div#header-content
{
	width: 1100px;
	margin: auto;
	position: relative;
}

header div#header-content div.bloc
{
	float: left;
}

header div#header-content div.bloc.logo
{
	width: 200px;
	height: 200px;
	background: url(images/logo_header.jpg) center no-repeat;
	background-position: left top;
}

header div#header-content div.bloc.nom
{
	width: 500px;
	height: 150px;
	text-align: center;
	font-size: 12pt;
	margin-left: 50px;
	padding-top: 55px;
}

header div#header-content div.bloc.nom span:first-of-type
{
	text-transform: uppercase;
	font-size: 20pt;
	display: block;
	margin-bottom: 10px;
}

header div#header-content div.bloc.slogan
{
	width: 350px;
	height: 150px;
	padding-top: 55px; 
	font-size: 20pt;
	text-align: center;
	font-weight: bold;
	background: url(images/rose.jpg) center no-repeat;
}

header div#header-content::after
{
	content: '';
	display: block;
	clear: both;
}

header nav
{
	width: auto;
	height: 50px;
	margin: auto;
	border-top: 1px solid #000;
	clear: both;
	position: absolute;
	bottom: 0;
	right: 0;
}

header nav ul
{
	width: auto;
	height: 50px;
	margin: auto;
	list-style: none;
	margin-top: 0;
	padding-left: 0;
}

header nav ul li
{
	float: left;
}

header nav ul li a
{
	display: block;
	height: 49px;
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 50px;
	color: #000;
	text-decoration: none;
	font-size: 13pt;
}

header nav ul li a:hover
{
	
	font-weight: bold;
	border-top: 2px solid #000;
	line-height: 47px;
}

header nav ul li a.actif
{
	font-weight: bold;
	border-top: 2px solid #000;
	line-height: 47px;
}

div#background
{
	width: 100%;
	height: calc(100vh - 250px);
	/*height: 250px;*/
	position: relative;
	z-index: 00;
}

div#background a
{
	width: 350px;
	height: 50px;
	line-height: 48px;
	font-size: 16pt;
	border-radius: 25px;
	text-align: center;
	text-decoration: none;
	/*background: rgba(255, 255, 255, .5);*/
	border: 1px solid #FFF;
	color: #FFF;
	display: block;
	position: absolute;
	bottom: 100px;
	left: 50%;
	margin-left: -175px;
	box-shadow: 0 0 10px 5px rgba(0, 0, 0, .35);
	transition: all .25s linear;
}

div#background a:hover, div#background a:focus
{
	background: rgba(255, 255, 255, .25);
}

div.accueil
{
	background: url(images/orientation.jpg) center no-repeat;
	background-size: cover;
	/*background-attachment: fixed;*/
}

h1, h2, h3, h4, h5, h6
{
	margin-top: 0;
	margin-bottom: 25px;
}

h2.h1
{
	font-size: 26pt;
}

div.content
{
	width: 1100px;
	margin: auto;
	padding-top: 25px;
	padding-bottom: 25px;
	text-align: justify;
	line-height: 22pt;
}

/* *** CONTACT *** */
div#contact-box
{
	width: 100%;
	height: auto;
	background: linear-gradient(45deg, rgba(0, 0, 0, .3), rgba(255, 255, 255, .5) 50%);
	color: #000;
	box-shadow: inset 0px -20px 20px -20px rgba(0, 0, 0, .5);
	display: none;
}

div#contact-box a
{
	color: #000;
	font-weight: bold;
}

div#contact-box a:hover, div#contact-box a:focus
{
	text-decoration: none;
}
div#contact-box div.wrapper div.bloc h2
{
	line-height: 30pt;
}

div#contact-box div.wrapper div.bloc:first-of-type
{
	width: 400px;
}

div#contact-box div.wrapper div.bloc:last-of-type
{
	width: 625px;
}

/* GLOBAL */
div.content form input[type="text"], div.content form input[type="password"]
{
	width: 300px;
	height: 50px;
	border-radius: 25px;
	padding-left: 10px;
	padding-right: 10px;
	font-family: 'Baskervville', serif;
	font-size: 12pt;
	background: transparent;
	outline: 0;
	border: 1px solid rgba(0, 0, 0, .25);
	margin-bottom: 25px;
}

div.content form textarea
{
	width: 625px;
	height: 120px;
	border-radius: 20px;
	padding: 10px;
	font-family: 'Baskervville', serif;
	font-size: 12pt;
	background: transparent;
	outline: 0;
	border: 1px solid rgba(0, 0, 0, .25);
}

div.content form input[type="submit"]
{
	width: 250px;
	height: 50px;
	border-radius: 25px;
	background: rgba(0, 0, 0, .75);
	color: #FFF;
	border: 0;
	font-family: 'Baskervville', serif;
	font-size: 12pt;
	cursor: pointer;
	outline: 0;
}

div.content form input[type="submit"]:hover, div.content form input[type="submit"]:focus
{
	background: #000;
	transition: all .25s linear;
}
/* / GLOBAL */

div#contact-box form input[type="text"]:hover, div#contact-box form textarea:hover, div#contact-box form input[type="text"]:focus, div#contact-box form textarea:focus
{
	border-color: #000;
}

div#contact-box div#bouton-contact
{
	width: 250px;
	height: 50px;
	float: right;
}

main
{
	width: 100%;
}

main div.content div.illustration
{
	width: 100%;
	height: 250px;
}

div.wrapper
{
	display: flex;
	width: 1100px;
	margin: auto;
	justify-content: space-between;
}

footer
{
	width: 100%;
	background: #000;
	font-size: 10pt;
	color: #FFF;
}

footer h3
{
	font-size: 16pt;
}

footer a
{
	color: #FFF;
	text-decoration: none;
}

footer a:hover
{
	text-decoration: underline;
}

footer div.wrapper
{
	padding-bottom: 25px;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
	margin-bottom: 25px;
}

footer div.wrapper div.bloc
{
	width: 300px;
	text-align: justify;
	font-size: 11pt;
}