body{
  color: #353535;
  font-family: Segoe, "Trebuchet MS","Segoe UI", "DejaVu Sans", Verdana, "sans-serif";
  font-size: 13px;
  margin: 0;
  background: url("images/pattern.png");
}

/* Generated by Font Squirrel (https://www.fontsquirrel.com) on May 26, 2016 */

@font-face {
    font-family: 'medhurstregular';
    src: url('medhurst-regular-webfont.woff2') format('woff2'),
         url('medhurst-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.retour{
  clear: both;
}


.container {
	width: 1110px;
	margin: auto;
	
}

/*................page HEADER...................*/


#haut{
	background: #fff;
	width: auto;
}

p.tel{
	font-size: 14px;
	color: #9b437d;
	float: left;
	margin: 0 20px 0 60px;
	line-height: 40px;
}

p.facebook{
	color: #9b437d;
	float: left;
	margin: 0 10px 0 520px;
	line-height: 40px;
}

h1{
	font-family: medhurstregular;
	color: #fff;
	font-size: 40px;
	text-align: center;
	padding-top: 10px;
}

#ornement{
	width: 100%;
	height: 190px;
	background-color: #9b437d;
	text-align: center;
}

.logos{
	width: 30%;
	padding: 5px 0 5px 0;
}

#header{	
	width: 100%;
	background-color: #fff;
}


#nav {
	width: 1110px;
	list-style: none;
	text-align: center;
	display: block;
	height: 46px;
}


#menu{
	width: 1110px;
	font-size: 14px;
	padding-top: 60px;
}

#menu li{
	width: 117px;
	text-align: center;
	border: #fff 1px solid;
	border-width: 0 1px 0 0;
	float: left;
	list-style: none;
	display: block;
}


#menu li:last-child {
	border-right: none;
}

#menu a{
	color: #fff;
	padding: 10px;
	text-decoration: none;
}

#menu a:hover{
	color: #c6bda4;
	padding: 10px;
}

#photo{
	margin-bottom: 10px;
	width: auto;
	height: 220px;
	background: url("images/imgheader.jpg") no-repeat center;
	background-size: cover;
	-webkit-box-shadow: inset 0px 0px 3px 6px rgba(0,0,0,0.37); 
box-shadow: inset 0px 0px 3px 6px rgba(0,0,0,0.37);
}


/*................page index...................*/



#prinhaut{
	width: 100%;
}

#prinmilieu{
	width: 103%;
	margin-bottom: 40px;
}

.guillemet{
	background: url("logos/guillemet.svg") no-repeat;
	width: 60px;
	height: 60px;
	margin: 15px;
}

.guillemetbas{
	background: url("logos/guillemet.svg") no-repeat;
	width: 60px;
	height: 60px;
	float: right;
	margin: 15px;
	-moz-transform: rotate(180deg);
-webkit-transform: rotate(180deg);
-o-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}

.imgalign{
	float: left;
}

#prinbas{
	width: 70%;
	margin-left: 150px;
}

h2{
	font-family: 'medhurstregular';
	color: #000;
	font-size: 25px;
	text-align: center;
	padding-bottom: 40px;
	margin-bottom: 40px;
	background: url("logos/ornementun.svg") center bottom no-repeat;
	background-size: 300px;/*permet de mesurer la hauteur et largeur du logo*/
}

h4{
	font-family: 'medhurstregular';
	color: #000;
	font-size: 25px;
	text-align: center;
}


.col1{
	width: 25%;
	padding-right: 10px;
	float: left;
}

#col1texte{
	font-family: 'medhurstregular';
	width: 70%;
	padding: 0px 10px 0px 10px;
	background: #fff;
	float: left;
	color: #9e896a;
	font-size: 15px;
	line-height: 34px;
}



.col2{
	font-family: 'medhurstregular';
	width: 1050px;
	height: 390px;
	background: #ccc;
	color: #9e896a;
	font-size: 14px;
	padding: 20px;
	text-align: justify;
}


#galerie{
	width: 100%;
	border: none;
	margin-bottom: 40px;
	background: #ffffff;
}
#galerie a{
	text-decoration: none;
	display: block;
	position: relative; /*lien parent de #galerie .survol*/
}

#galerie .survol {
	position:absolute;
	width: 100%;
	height: 100%;
	background: url("logos/btnplus.svg") no-repeat center rgba(160, 200, 203, 0.5);
	opacity: 0; /*TRES IMPORTANT pour que l'opacité n'apparaisse pas*/
	top: 0px;
	left: 0px;
}

#galerie a:hover .survol {
	opacity: 100%;
}


/*
#galerie a{
	text-decoration: none;
	display: block;
	position: relative;
	overflow: hidden;  
}

#galerie .survol{
	position: absolute;
	width: 100%;
	height: 100%;
	background: url("logos/btnplus.svg") no-repeat center rgba(201, 167, 116, 0.7);
	opacity: 0;
	transition: all 0.5s;
	z-index: 999;
	top: 0;
	left: 0;
}

#galerie img{
	transition: all 0.5s;
}

#galerie a:hover .survol{
	opacity: 1;
}

#galerie a:hover img{
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}*/

.col4 {
	width: 25%; 
	float: left;
	display: block;
	
}


.texte{
	width: 260px;
	font-size: 11px;
	color: #000;
	text-align: justify;
	padding: 10px;
	text-decoration: none;
}

/*................page CONTACT...................*/


#bgdcontact{
	padding: 10px 0 10px 0;
	width: 100%;
	background: url("images/bouquet07.jpg") no-repeat center;
	background-size: cover;
	-webkit-box-shadow: inset 0px 0px 3px 6px rgba(0,0,0,0.37); 
	box-shadow: inset 0px 0px 3px 6px rgba(0,0,0,0.37);
}

#contact {
	width: 63%;
	border: #fff 1px solid;
	padding-top: 20px;
	margin: 20px auto 20px auto;
}

h3{
	font-family: 'medhurstregular';
	font-size: 20px;
	color: #fff;
	padding-bottom: 20px;
}

.align{
	text-align: left;
	padding-left: 10px;
	color: #fff;
}

.aligngauche{
	text-align: left;
	padding-left: 55px;
	color: #fff;
}

.colgauchecontact{
	width: 49%;
	font-size: 12px;
	float: left;
	margin-left: 20px;
}

.coldroitecontact{
	width: 48%;
	font-size: 12px;
	float: left;
	
}


/*................PAGE MonForm...................*/



#monForm{
	width: 100%;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#monForm input[type="text"]{
	width: 72%;
	text-align: left;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	border-color: white;
	background-color: transparent;
	border-width: 0 0 2px 0;
} 

#monForm p{
	padding-bottom: 30px;
}

#monForm fieldset{
	padding: 11px;
	color: #fff;
	width: 45%;
}

section.lignehaute label{
	width: 30%;
	padding-top: 5px;

}

section.lignehaute input{
	width: 40%;
	padding-top: 5px;
	text-align: left;
}

section.lignebasse label{
	width: 30%;
	padding-top: 5px;
	margin-left: 40px;
	border: none;
	
}
section.lignebasse input{
	width: 40%;
	display: block;
	margin-top: 5px;
	text-align: right;
}

#monForm p,
label {
    font: 1rem 'Fira Sans', sans-serif;
	font-size: 12px;
	color: #fff;
	font-style: italic;
}

#monForm p.alignselection,
label {
    font: 1rem 'Fira Sans', sans-serif;
	font-size: 12px;
	color: #fff;
	font-style: italic;
}

#monForm p,
label:hover {
    font: 1rem 'Fira Sans', sans-serif;
	font-size: 12px;
	color: #9e896a;
	font-style: italic;
}


input {
    margin: .4rem;
}

.choix {
	text-align: left;
	margin-left: 60px;
}

.message{
	width: 100%;
}

#monForm input [type="submit"]{
	border: #ddeeff 1px solid;
}

#monForm input [type="submit"]:hover{
	background-color: #fff;
	cursor: pointer;
}

textarea {
	width: 74%;
	margin-top: 15px;
	border: #999 1px solid;
	border-color: white;
	background-color: transparent;
	border-width: 2px;
	color: #fff;
	padding: 5px 0px 0 5px;
	font-style: italic;
}

#contact input[type="submit"]{
	width: 300px;
	padding: 10px;
	border: 1px solid #666;
	font-size: 15px;
	color: #9e896a;
	text-transform: uppercase;
	margin: auto;/*centrer le block envoyer*/
	font-weight: bold;
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
}

#contact input[type="submit"]:hover{
	background-color: #c6bda4;
	color: #fff;
	cursor: pointer;
}

::placeholder{
	color:#fff;
	text-align: left;
	opacity: 1; /*opacité à 100%*/
	font-size: 14px;
	font-style: italic;
}

#footer{
	
}

.copyright{
	background: #fff;
	line-height: 45px;
	text-align: center;
	font-size: 14px;
	
}

