body {
  font-size: 13px;
  font-family: "Lato", sans-serif;
}


.container {
  max-width: 1110px;
}


/*------------------------- TOP -------------------------*/

#top p {
  color: #953D7A;
  font-size: 16px;
  padding-top: 9px;
}

#top .vertical_align{
  vertical-align: middle;
    align-items: baseline;
}

#top .alignement_element{
  display: flex;
  justify-content: flex-end;
  padding-left: 20px;
    align-items: baseline;
}

#top a {
  padding-left: 10px;
}

/*------------------------- HEADER -------------------------*/

header {
  background: linear-gradient(180deg, rgba(152,63,121,1) 40%, rgba(205,141,183,1) 100%);
}

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

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


/*------------------------- NAV -------------------------*/

.nav-link {
  color: white;
  font-size: 20px;
  padding: 0px 17px 0px 17px;
  border-right: 1px solid white;
}

.navbar-toggler {
  color: white;
}

/*------------------------- PHOTO FOND -------------------------*/

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


/*------------------------- CONTENU -------------------------*/

#contenu {
  background: url("images/index/pattern.png") repeat #F4F4EC;
}

/*-------------ROW 1-----------*/

#contenu 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;
}


/*-------------ROW 2-----------*/

#guillemet_gauche {
  background: url("images/index/guillemet_gauche.svg") no-repeat left;
  height: 11%;
  margin: 8px 0 0 38px;
}


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


.prochaine_fete p  {
  font-weight: 300;
  text-align: justify;
  font-size: 23px;
  padding: 15px 40px 0 40px;
}

.bgBlanc {
  background: white;
}

#bouquet img {
  width: 100%;
  height: auto;
}

/*-------------ROW 3-----------*/

.nos_meilleurs_ventes h2 {
  margin-top: 100px;
}

/*-------------ROW 4-----------*/

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

.colonnes_fleurs img {
  width: 100%;
  height: auto;
}

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

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

#article {
  justify-content: space-evenly;
}
/*------------------------- 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;
}


.borderWhite {
  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: 70%;
  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: 90%;
  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: "medhurstregular";
  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: 50px;
  padding-top: 10px;
  text-align: center;
}














/* ---------------MEDIA QUERY ----------------*/
@media screen and (max-width: 1110px) {

#photo_fond {
  background-position: center;
}




}




@media screen and (max-width: 992px) {

header h1 {
  font-size: 80px;
}

.nav-link {
    font-size: 15px;
    margin: none;
    height: none;
  }

#photo_fond {
  height: 120px;
  }

.prochaine_fete p {
  font-size: 18.5px;
}

#guillemet_droit, #guillemet_gauche {
  display: none;
}

}


@media screen and (max-width: 768px) {

#top p {
  font-size: 12px;
}

header h1 {
  font-size: 60px;
}

.nav-link {
  border: none;
}

#photo_fond {
  height: 100px;
  }

#contenu h2 {
  font-size: 25px;
  margin-bottom: 0px;
}

.prochaine_fete p {
  font-size: 16px;
}

.navbar-toggler-icon {
    background-image: url(
	"data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

#bouquet img {
  width: 200px;
}

.bgBlanc {
  margin-top: 40px;
}

#formulaire textarea {
  width: 100%;
}

#formulaire input[type="text"],
#formulaire input[type="email"] ,
#formulaire input[type="tel"] {
  width: 100%;
}

.checkbox-left {
  margin-left: 0px;
}

.formDroit {
  margin-top: 20px;
}

}




@media screen and (max-width: 576px) {

#top p {
  font-size: 10px;
}


header h1 {
  font-size: 35px;
}

#contenu h2 {
  font-size: 20px;
  background: none;
  background-size: none;
}


.colonnes_fleurs {
  margin-bottom: 25px;
}

.colonnes_fleurs p {
  font-size: 14px;
}

h3 {
  font-size: 14px;
}


#contactez h2 {
  font-size: 34px;
}

.borderWhite {
  border: none;
}


input[type="submit"] {
  font-size: 25px;
  padding: 4px 50px 0px 50px;
}

.checkbox-left {
  margin-left: 0px;
}

}
