/* CSS Document */
.retour{
	clear: both;
}

img{
	display: block;
	} /*Occupe toute la largeur disponible. Lorsque 2 éléments blocs se suivent dans une page, ils sont positionnés (par défaut) l'un sous l'autre.*/

body{
	font-family: 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', 'Helvetica', 'Arial', 'sans-serif';
	margin: auto;
}

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

/*------------------------INFO------------------------*/
#info_top{
	background-color: white;
	margin: auto;
	padding: 15px;
}

#info_top_right{
	float: right;
	color:#9F487E;	
	font-size: 14px;
	padding: 5px;
}

#info_top_left{
	float: left;		
	color:#9F487E;	
	padding: 5px;
}

#info_top_right p a{
	text-decoration: none;
	color:#9F487E;	
}

.icon-logo-fb{
	display: inline-block;
	padding-left: 10px;
}

/*------------------------HEADER------------------------*/
header{
	text-align: center;
	background: linear-gradient(to bottom, #BB6A9C 0%, #572647 100%);
}

/*------------------------TITLE------------------------*/
h1{
	font-family: "Medhurst";
	color: white;
	font-size: 50px;
	padding: 25px 0;
}

header img{
   margin-left: auto;
   margin-right: auto;
}

/*------------------------NAV------------------------*/
nav{
	padding-top: 30px;
	height: 30px;
	text-align: center;
}

nav ul li a{
	font-size: 14px;
	color: white;
	text-decoration: none;
	float: left;
	padding: 0 35px;
	border-right: solid 1px #ffffff;
}

nav ul li a:hover{
	color: #767676;
}

nav ul li:last-child a{
	border: none;
}

/*------------------------COVER------------------------*/
#cover{
	background-image: url("images/cover2.jpg");
	height: 110px;
	-webkit-box-shadow:inset 1px 1px 20px 5px #000000;
	box-shadow:inset 1px 1px 20px 5px #000000;
	background-position: center 540px;
	background-size: cover;
}

/*------------------------MAIN------------------------*/
main{
	background-image: url("images/pattern.png");
	height: 1200px;
}

main img{
	margin: auto;
}

main h2{
	font-family: "Medhurst";
	color:#767676;
	font-size:25px;
	text-align: center;
	text-transform: uppercase;
	padding: 30px;
}

#actu{
	background-color: white;
	height: 435px;
	margin: 20px;
	padding: 15px;
}

#actu img{
	float: left;
}

main #actu p{
	font-size: 20px;
	color:#767676;
	padding: 0 15px 0 300px;
	font-weight: lighter;
}

.icon-signe-de-guillemets-a-gauche{
	font-size: 35px;
	display: inline-block
}

.icon-signe-de-guillemets-a-droite{
	font-size: 35px;
	float: right;
}

#actu{
	margin: 20px;
	padding: 15px;
}

.col4{
	width: 25%;
	font-size: 14px;
	color:#767676;
	float: left;
	margin-top: 20px;
	position: relative;
}

.col4 h3{
    font-weight: bold lighter;
    font-size: 20px;
    text-align: center;
    padding: 5px 0;
	background-color: white;
}

.col4 p{
	padding: 10px 20px 20px 20px;
	text-align: justify;
	background-color: white;
}

.survol{
	position: absolute;
	background: rgba(206, 165, 117, 0.5) url("images/bouton-plus.svg") no-repeat center 125px;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: block;
	opacity: 0;
	transition: all 0.4s ease;
}

.col4 a:hover{
	opacity: 1;
	transition: all 0.7s ease;
}


/*------------------------FOOTER------------------------*/

footer{
	background-image: url("images/cover-contact.jpg");
	-webkit-box-shadow:inset 1px 1px 20px 5px #000000;
	box-shadow:inset 1px 1px 20px 5px #000000;
	background-position: center 550px;
	background-size: cover;
	padding: 50px
}

form{
	border: 2px solid white;
	padding: 20px 60px;
	width: 700px;
	margin: auto;
	font-style: italic;
	color: white;
}

form h4{
	font-size: 40px;
	text-align: center;
	color: white;
	font-family: medhurstregular;
	font-style: normal;
	padding-bottom: 10px;
}

.col2{
	width: 50%;
	float: left;
}

form input[type="text"], input[type="email"] {
    width: 330px;
    margin-bottom: 20px;
    background: none;
    border: none;
    border-bottom: 2px solid white;
    padding-bottom: 5px;
	font-style: italic;
	color: white;
}

form textarea{
	font-family: 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', 'Helvetica', 'Arial', 'sans-serif';
	background: none;
    border: 2px solid white;
	width: 680px;
	margin: 10px 0;
	font-style: italic;
	color: white;
}

form input[type="submit"]{
	font-family: medhurstregular;
	text-transform: uppercase;
	text-align: center;
	padding: 7px 20px 5px 20px;
	background-color: white;
	font-size: 20px;
	margin: auto;
	display: block;
	border: none;
}

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

/*------------------------COPYRIGHT------------------------*/
.copyright{
	font-size: 12px;
	text-align: center;
	padding: 15px;
}
