/*VENTE DE FLEURS RESPONSIVE*/
/* 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;
}

/*------------------------INFO------------------------*/
.info_top{
	background-color: white;
	color:#9F487E;	
}

.topright{
	font-size: 14px;
	text-align: right;
}

.info_top 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------------------------*/
.navbar-nav{
	padding: 5px 0;
}

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

.navbar-nav a:hover{
	color: #767676 !important;
}

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

nav li{
	margin: auto;
}
/*------------------------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;
	background-size: cover;
}

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

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

.sous-titre{
	margin-bottom: 20px;	
}

.actu{
	background-color: white;
	padding: 15px;
}

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

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

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

.col-lg-3{
	font-size: 14px;
	color:#767676;
	background-color: white;
}

.col-lg-3 h3{
    font-weight: bold lighter;
    font-size: 20px;
    text-align: center;
    padding: 5px 0;
}

.col-lg-3 p{
	padding: 10px 20px 20px 20px;
	text-align: justify;
}

.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;
}

.col-lg-3 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-size: cover;
	padding: 40px 0;
}

#formulaire {
    margin: auto;
    width: 65%;
    color: white;
    border: 1px solid;
    text-align: center;
}

form{
	width: 80%;
	margin: auto;
}

form h4{
	font-family: "Medhurst";
	text-align: center;
	color: white;
	font-size: 40px;
	padding: 25px 0;
}

fieldset{
    width: 50%;
    float: left;
    text-align: left;
    padding-bottom: 5%;
}

form p{
    padding: 35px 0 10px;
}

.droite{
    text-align: right;
}

.bloc {
    display: block;
    text-align: left;
    padding: 3px 0;
}

input[type="text"]{
    background-color: transparent;
    border: none;
        border-bottom-color: currentcolor;
        border-bottom-style: none;
        border-bottom-width: medium;
    border-bottom: 1px solid white;
    color: white;
    font-style: italic;
    padding-top: 30px;
    width: 70%;
}

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: 100%;
	font-style: italic;
	color: white;
}

form input[type="submit"]{
	font-family: medhurstregular;
	background-color: white;
	border: none;
	padding: 6px 60px;
	text-transform: uppercase;
	font-size: 20px;
	cursor: pointer;
	margin: 15px;
}

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

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

/*------------------------RESPONSIVE------------------------*/
@media(max-width:991px){
	.top{
		text-align: center;
	}
	.topright{
		text-align: center;
	}
	.navbar-nav a{
	font-size: 14px;
	color: white !important;
	text-decoration: none;
	float: left;
	padding: 0 35px;
	border-right: none;
}
	.col-lg-3 p{
	padding: 10px 20px 20px 20px;
	text-align: center;
}
	
}

@media(max-width:768px){
	#formulaire {
    font-size: 7px;
}
	#formulaire{
		border: none;
	}
	.text-white {
    color: #fff !important;
    font-size: 17px;
}
}