/* Pour info, couleurs en css : http://stylescss.free.fr/couleurs.php */
.oy-auto,
body {
    scrollbar-base-color: #fff;
	height:100%;
	background-color:black;
	color: white;
	margin:0;
}
body {overflow:hidden;}
* {
    -webkit-overflow-scrolling: touch;
}

.laurent {
	background-color: black;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
		
	position: absolute;
	width: 400px;
    height: 400px;
    top: 50%;
    left: 50%;
    margin: -220px 0 0 -200px;
	}

header {
	min-height: 64px;
	width: auto;
	height:auto;
	background-color:black;
	font-size: 36px;
	vertical-align:bottom;
	padding:19px 1em;
}

.titre1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-style: normal;
	line-height: normalpx;
	font-weight: 500;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	letter-spacing: 4px;
	padding : 0 0em;	
}
.titre1 {
	cursor: pointer;
	cursor: hand;
}

.titre2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: 500;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	letter-spacing: 3px;
	margin : 0 0em;
}

.titre3 {float:right; line-height: 64px;}


.box-logotype {
    padding: 4px;
    cursor: pointer;
 /*   outline: 2px solid black;
	-webkit-transition: outline 2s ease-out;
    -moz-transition: outline 2s ease-out;
    -ms-transition: outline 2s ease-out;
    -o-transition: outline 2s ease-out;*/
}
/*
.box-logotype:hover {
	outline: 2px solid white;
}*/

#boxborder1::before,
#boxborder1::after,
#boxborder2::before,
#boxborder2::after {
	content: '';
	position: absolute;
	width: 0px;
	height: 0px;
	background: transparent;
	transition: 1s;
	/* -webkit-mix-blend-mode: hue; */
}

#boxborder1::before {
	top: -2px;
	left: -2px;
	border-top: 2px solid #fff;
}
#boxborder1::after {
	top: -2px;
	right: -2px;
	border-right: 2px solid #fff;
}

#boxborder2::before {
	bottom: -2px;
	left: -2px;
	border-left: 2px solid #fff;
}
#boxborder2::after {
	bottom: -2px;
	right: -2px;
	border-bottom: 2px solid #fff;
}


#boxborder1:hover::before,
#boxborder1:hover::after,
#boxborder1:hover #boxborder2::before,
#boxborder1:hover #boxborder2::after  {
	width: 402px;
	height:402px;
}


p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 20px;
}
nav {
	width: 100%;
	height: 30px;
	line-height: 100%;
	background: #333333;
	border: solid 0px #333333;
	position:relative;
	z-index:999;
}

#menu-bar {
	width:auto;
	letter-spacing:2px;
	display: flex;
    justify-content: flex-end;
	list-style-type: none;
    margin: 0;
    padding: 0;
}
@media only screen and (max-width: 580px) {
   #menu-bar {
		display: flex;
		justify-content: space-around;
		width:auto;
		letter-spacing:2px;
	}
}


#menu-bar li {
	float: left;
	position: relative;
	list-style: none;
	cursor: pointer;
	cursor: hand;
}
#menu-bar a {
	font-weight: normal;
	font-family: 'times new roman';
	font-style: normal;
	font-size: 20px;
	color: #666;
	text-decoration: none;
	display: block;
	padding: 6px 20px 6px 20px;
}

#menu-bar .active a, #menu-bar li:hover > a {
	background: #333333;
	color: #FFF;
}

#menu-bar .active a {font-weight:bold;}
#menu-bar li:hover > ul {
	display: block;
}

#menu-bar:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

  html[xmlns] #menu-bar {
	display: block;
}
* html #menu-bar {
  height: 1%;
}

.contact {color:silver; padding:15px;}
#img_contact {
	 float:left;
	 width : 150;
	 height : 252;
	 border : 1;
	 margin-right : 15px;
	 margin-bottom : 15px;
}
.contact p {
	margin-bottom: 1.5em;
	padding:0 0 0 40px;
}

/**********************************************************/

a[href^=tel], a[href^=mailto]
{
	  border: 1px solid #ccc;
	  border-radius: 5px;
	  display: inline-block;
	  font-style: normal;
	  margin-top: 10px;
	  padding: 3px 5px 3px 30px;
	  text-decoration: none;
	  color:silver;	  
	background-size: 20px 20px;
	background-position: 5px 3px;
	background-repeat: no-repeat;
}

a[href^=tel]
{
	background-image: url(../images/deco/mobile_phone_white.svg);
}
a[href^=mailto]
{
	background-image: url(../images/deco/email_white.svg);
}
a[href^=tel]:hover, a[href^=mailto]:hover
{
background-color: black;
	color: #0493bd;
}

/**********************************************************/
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);

html{
  height:100%;
}

#feedback-page{
	text-align:center;
}

#form-main{
	width:100%;
	float:left;
	padding-top:0px;
}

#form-div {
	background-color:rgba(72,72,72,0.4);
	padding-left:35px;
	padding-right:35px;
	padding-top:35px;
	padding-bottom:50px;
	width: 450px;
	float: left;
	left: 50%;
	position: absolute;
  margin-top:30px;
	margin-left: -260px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
}

.feedback-input {
	color:#3c3c3c;
	font-family: Helvetica, Arial, sans-serif;
  font-weight:500;
	font-size: 18px;
	border-radius: 0;
	line-height: 22px;
	background-color: #fbfbfb;
	padding: 13px 13px 13px 13px;
	margin-bottom: 10px;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
  border: 3px solid rgba(0,0,0,0);
}

.feedback-input:focus{
	background: #fff;
	box-shadow: 0;
	border: 3px solid #3498db;
	color: #3498db;
	outline: none;
  padding: 13px 13px 13px 13px;
}

.focused{
	color:#30aed6;
	border:#30aed6 solid 3px;
}

/* Icons ---------------------------------- */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition: "color 9999s ease-out, background-color 9999s ease-out, background-image 9999s ease-out";
    -webkit-transition-delay: 9999s;
}

.name{
	background-image: url(../images/deco/name.svg) !important;
	background-size: 30px 30px;
	background-position: 0 5px;
	background-repeat: no-repeat;
	
}

.email{
	background-image: url(../images/deco/email.svg);
	background-size: 30px 30px;
	background-position: 0 5px;
	background-repeat: no-repeat;
}

.text{
	background-image: url(../images/deco/comment.svg);
	background-size: 30px 30px;
	background-position: 0 5px;
	background-repeat: no-repeat;
}

textarea {
    width: 100%;
    height: 150px;
    line-height: 150%;
    resize:vertical;
}

input:hover, textarea:hover,
input:focus, textarea:focus {
	background-color:white;
}

#button-white{
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	float:left;
	width: 100%;
	border: #fbfbfb solid 4px;
	cursor:pointer;
	background-color: #white;
	color:black;
	font-size:24px;
	padding-top:22px;
	padding-bottom:22px;
  margin-top:-4px;
  font-weight:700;
}

#button-white:hover{
	background-color: black;
	color: #0493bd;
}
	
.submit:hover {
	color: #3498db;
	width:100%;
  background-color:white;
}

@media only screen and (max-width: 580px) {
	#form-div{
		left: 3%;
		margin-right: 3%;
		width: 88%;
		margin-left: 0;
		padding-left: 3%;
		padding-right: 3%;
	}
}