body {
  font-size: 13px;
  width: auto;
  margin: auto;
  background: url("images/index/pattern.png") repeat #F4F4EC;
  font-family: "Lato", sans-serif;
}

.retour {
  clear: both;
}

p {
  margin-bottom: 5px;
  line-height: 130%;
}

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

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

/*....................HEADER CONTACT....................*/

#header_coordonnee {
  background: white;
  color: #953D7A;
  font-size: 16px;
  padding-top: 9px;

}

#tel_mail {
  float: left;
  width: 48%;
  padding-top: 7px;
}

#contactez_nous {
  float: left;
  width: 48%;
  text-align: right;
}

#contactez_nous p {
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  padding-top: 7px;
}

#picto_fb {
  display: block;
  float: left;
  width: 4%;
  text-align: right;
  padding-bottom: 7px;
}


/*....................HEADER NAV....................*/

nav {
  background: rgb(152,63,121);
  background: linear-gradient(180deg, rgba(152,63,121,1) 40%, rgba(205,141,183,1) 100%);
  text-align: center;
  padding: 0 0 20px 0;
}

/*....................HEADER TITRE....................*/

h1 {
  font-family: "medhurstregular";
  font-size: 90px;
  color: white;
  padding: 20px 0 0 0;
}

#ornement {
  height: 30px;
  background: url("images/header/ornement.png") no-repeat center;
  padding: 0 20px 0 0;
}

/*....................HEADER NAV....................*/

nav {
  border-bottom: 1px solid white;
}

nav a {
  display: block;
	text-decoration: none;
	color: white;
	font-size: 20px;
  text-align: center;
	padding: 0px 17px 0px 17px;
  border-right: 1px solid white;
}

nav span {
  display: block;
  transition: 200ms;
}
nav span:hover {
	transform: scale(1.1);
}

nav ul {
  display: flex;
  justify-content: space-between;
}


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


nav li.centre_nav  {
  padding-left: 35px;
}

#menu {
  padding-top: 30px;
}

/*....................HEADER IMG....................*/

#header_bouquet_fleurs {
  background: url("images/header/bouquet-menu.jpg") no-repeat;
  height: 150px;
  -webkit-box-shadow:inset 2px 2px 15px 1px #232616;
  box-shadow:inset 2px 2px 15px 1px #232616;
  margin-bottom: 50px;
}


/*....................INDEX SECTION 1....................*/

section h2 {
  font-family: "medhurstregular";
  font-size: 40px;
  padding: 40px 0 67px 0;
  background: url("images/index/ornement_2.svg") no-repeat center 96px;
  background-size: 30%;
  margin-bottom: 80px;
  text-align: center;
}

section .ornement_2 {



}

#pensez_a_la_prochaine_fete {
  margin-bottom: 200px;
}

/*....................INDEX SECTION 1/ COLONNE GAUCHE....................*/


section .col_bouquet {
  width: 25%;
  float: left;
}

/*....................INDEX SECTION 1/ COLONNE DROITE....................*/

.col_texte #guillemet_gauche {
  background: url("images/index/guillemet_gauche.svg") no-repeat left;
  height: 43px;
  margin: 30px 0 0 40px;
}

.col_texte #guillemet_droit {
  background: url("images/index/guillemet_droit.svg") no-repeat right;
  height: 43px;
  margin-right: 40px;
}

section .col_texte {
  width: 75%;
  float: left;
  background: white;
  height: 445px;
}

section .col_texte p {
  font-weight: 300;
  text-align: justify;
  font-size: 25px;
  padding: 15px 40px 0 40px;
}



/*....................INDEX SECTION 2....................*/

#nos_meilleurs_ventes {
  margin-bottom: 100px;
}

#colonne_vente {
  display: flex;
  justify-content: center;
}
/*....................INDEX SECTION 2 / COL4....................*/

.col4 {
  background: white;
  border-right: 1px #BFBFBF solid;
  width: 276px;
  position: relative;
  margin-bottom: 150px;
}


.col4:last-child {
  border-right: none;
}

.col4 p {
 font-size: 17px;
 text-align: left;
 margin: 5px 15px 10px 15px;
}


.survol {
  background: rgba(206, 165, 117, 0.5) url("images/index/btn-plus.svg") no-repeat center 107px ;
  width: 100%;
  height: 100%;
  opacity: 0%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transition: 400ms;
}


.survol:hover {
  opacity: 100%;
}


h3 {
  font-size: 17px;
  font-weight: 700;
  margin-top: 10px;
  text-align: center;
}





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

#contact {
  background: url("images/contact/fleurs_contact.jpg") no-repeat center;
  background-size: cover;
  -webkit-box-shadow:inset 2px 2px 15px 1px #232616;
  box-shadow:inset 2px 2px 15px 1px #232616;
  color: white;
  padding: 40px 0;
}


#contactez {
  border: 4px solid white;
  width: 70%;
  margin: auto;
  color: white;
  padding-bottom: 15px;
}


#titre_formulaire h2{
  padding: 15px 0 20px 0;
}


/*.........................CONTACT/COL2 ....................*/

#formulaire {
  font-family: "lato";
  font-style: italic;
  color: white;
  text-align: center;
}

#contact h2 {
  font-family: "medhurstregular";
  font-size: 40px;
  padding: 16px 0 20px 0;
  text-align: center;
}

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


#formulaire input[type="text"],
#formulaire input[type="email"] ,
#formulaire input[type="tel"] {
  background-color: transparent;
  border-color: white;
  border-width: 0px 0px 2px 0px;
  margin-bottom: 20px;
  width: 277px;
  color: white;
  font-style: italic;
  height: 23px;
  padding: 2px 3px 2px 8px;
}

.checkbox-left {
  text-align: left;
  margin-left: 53px;
  letter-spacing: 1px;
  padding-bottom: 2px;
}


input[type="checkbox"] {
	vertical-align: reinitial;
  line-height: 110%;
}


#formulaire textarea {
  width: 661px;
  resize: none;
  background-color: transparent;
  border: 2px solid white;
  margin: 20px 0 0 0;
  color: white;
  padding-left: 10px;
}

input[type="submit"] {
  background-color: transparent;
  border: 1px solid white;
  color: white;
  font-family: "medhurst";
  font-size: 25px;
  text-transform: uppercase;
  padding: 4px 80px 0px 80px;
  margin-top: 14px;
}

input[type="submit"]:hover {
  background-color: white;
  color: black;
  cursor: pointer;
}

::placeholder {
  color: white;
}

/*.........................FOOTER ....................*/

footer {
  background: white;
  height: 60px;
  padding-top: 20px;
  text-align: center;
}
