* {
  box-sizing:border-box;
  }
body {
  margin:0;
  padding: 0;
  font-family:Arial;
  background-color: #F6CEE3;
}
#topnav {
  overflow: hidden;
  background-color: black;
}
#topnav a {
  display: block;
  text-align: center;
  text-decoration: none;
}
#topnav .icon {
  display: none;
}
.dropdown:hover, .dropbtn:hover, .connection:hover, .panier:hover{
  background-color: #FEDBDB;
  color: black;
}
.dropdown {
  float: left;
  overflow: hidden;
}
.dropdown .dropbtn{ 
  border: none;
  outline: none;
  color: white;
  padding: 8px 10px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}
.icondrop {
  width: 50px;
}
.home {
  color: #FFFFFF;
  position: absolute;
  padding: 15px 0px;
  left: 43%;
  display: inline-block;
  font-family: 'Cherish', cursive;
  height: 70px;
  width: 200px;
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.logo {
  color: #FFFFFF;
}
.rosenav{
  width: 40px;
}
.connection {
  color: #FFFFFF;
  float: right;
  height: 70px;
  font-size: 17px;
  padding: 23px 20px;
}
.panier {
  color: #FFFFFF;
  float: right;
  height: 70px;
  font-size: 17px;
  padding: 23px 20px;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}
.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}
.dropdown:hover .dropdown-content {
  display: block;
}
@media screen and (max-width: 600px) {
  #topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  #topnav a.icon {
    float: right;
    display: block;
  }
}
@media screen and (max-width: 600px) {
  #topnav.responsive {position: relative;}
  #topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  #topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  #topnav.responsive .dropdown {float: none;}
  #topnav.responsive .dropdown-content {position: relative;}
  #topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}
.info{
  background-color: white;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  height: 60px;
}
.info img{
  width: 40px;
}
.info a{
  padding: 0 15px 0 0;
}
.promo{
  justify-content: center;
  align-items: center;
}
.promo h1{
  background-color: #F6CEE3;
  text-align: center;
}
.sepa1 {
  width: 80%;
  height: 1px;
  background-color: black;
  margin: auto;
  justify-content: center;
}
.Carouselle {
  padding: 40px 0 0 0;
}
.slideshow-container{
  max-width: 911px;
  position: relative;
  margin: auto;
  background-color: #F6CEE3;
}
/* Hide the images by default tt */
.image {
  display: none;
  text-align: center;
}
/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  width: auto;
  padding: 16px;
  color: black;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  top: 200px;
}
/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}
/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}
/* Number text (1/3 etc) */
.numbertext {
  color: black;
  font-size: 20px;
  padding: 8px 12px;
  position: absolute;
}
/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 20px;
  width: 20px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.dot:hover {
  background-color: #717171;
}
/* Fading animation */
.slide {
  -webkit-animation-name: slide;
  -webkit-animation-duration: 1.5s;
  animation-name: slide;
  animation-duration: 1.5s;
}
.back-noel img{
  width: 100%;
  height: 100%;
}
.crea-bouquet{
  background: url(https://media.discordapp.net/attachments/887418644643078215/915184380400513044/crea-bouquet.png?width=1200&height=265);
  background-size: cover;
  margin-top: 40px;
  width: 100%;
  height: 100%;
  padding: 100px;
}
.crea-bouquet h1{
  text-align: center;
  color: white;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.sepa2 {
  width: 80%;
  height: 1px;
  background-color: white;
  margin: auto;
  justify-content: center;
}
.crea-txt{
  margin: 60px 50px;
  text-align: center;
  padding: 30px;
  background-color: white;
  border-radius: 10px;
  font-size: 20px;
}
.sapin{
  background: url(https://media.discordapp.net/attachments/887418644643078215/913790520873074799/sapin.png?width=1200&height=265);
  background-size: cover;
  margin-top: 40px;
  width: 100%;
  height: 100%;
  padding: 100px;
}
.sapin h1{
  text-align: center;
  color: white;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.choix-sapin{
  margin: 50px;
}
.img-sap{
  text-align: center;
}
.btn-achat{
  text-align: center;
}
.btn-achat a{
  padding: 0 20px;
}
@-webkit-keyframes slide {
  from {
    opacity: .4
  }
  to {
    opacity: 1
  }
}

@keyframes slide {
  from {opacity: .4}
  to {opacity: 1}
}

.piedsite{
  background-color: black;
  height: 150px;
  padding: 40px 80px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;

}
.ps{
  font-size: 15px;
  text-decoration: none;
  color: white;
}
.rosep{
  width: 200px;
}
.separation {
  width: 1px;
  height: 90%;
  background-color: white;
  margin: 23px 80px;
}
.separation2 {
  width: 100%;
  height: 1px;
  background-color: white;
  margin: 23px 80px;
}

/* Fixer le bouton sur le côté gauche de la page */
.open-btn {
display: flex;
justify-content: left;
}
/* Stylez et fixez le bouton sur la page */
.open-button {
background-color: #1c87c9;
color: white;
padding: 12px 20px;
border: none;
border-radius: 5px;
cursor: pointer;
opacity: 0.8;
position: fixed;
}
/* Positionnez la forme Popup */
.login-popup {
position: relative;
text-align: center;
width: 100%;
}
/* Masquez la forme Popup */
.form-popup {
display: none;
position: fixed;
left: 45%;
top:5%;
transform: translate(-45%,5%);
border: 2px solid #666;
z-index: 9;
}
/* Styles pour le conteneur de forme */
.form-container {
max-width: 300px;
padding: 20px;
background-color: #fff;
}
/* Largeur complète pour les champs de saisie */
.form-container input[type=text], .form-container input[type=password] {
width: 100%;
padding: 10px;
margin: 5px 0 22px 0;
border: none;
background: #eee;
}
/*Quand les entrées sont concentrées, faites quelque chose */
.form-container input[type=text]:focus, .form-container input[type=password]:focus {
background-color: #ddd;
outline: none;
}
/* Stylez le bouton de connexion*/
.form-container .btn {
background-color: #8ebf42;
color: #fff;
padding: 12px 20px;
border: none;
cursor: pointer;
width: 100%;
margin-bottom:10px;
opacity: 0.8;
}
/* Stylez le bouton pour annuler */
.form-container .cancel {
background-color: #cc0000;
}
/* Planez les effets pour les boutons */
.form-container .btn:hover, .open-button:hover {
opacity: 1;
}