body {
  font-size: 17px;
  font-family: "roboto", sans-serif;
}


.container {
  max-width: 1320px;
  margin: auto;
}

h1 {
  text-transform: uppercase;
  color: #B50000;
  font-family: 'Playfair Display', serif;
  font-size: 45px;
  text-align: center;
}

h2 {
  font-size: 50px;
  font-family: 'Playfair Display', serif;
  color: #FEFBF2;
  text-align: center;
}

h3 {
  font-family: 'Playfair Display', serif;
  text-transform: uppercase;
}

p {
  font-size:  20px;
  line-height: 150%;
}



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

nav #flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-end
}

#logo_horizontale img {
  height: auto;
  width: 300px;
  margin-bottom: 13px;
  margin-top: 5px;
}

nav ul {
  display: flex;
  justify-content: space-around;
  margin-bottom: 30px;
}

nav a {

    color: #5B5B5B;
    text-decoration: none;
    font-family: 'Playfair Display', serif;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-size: 16px;
    position: relative;
    margin-left: 32px;
}

nav a::after {
  content: '';
  background-color: #B50000;
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .40s ease;
}

nav a:hover::after {
  transform: scaleX(1);
}

#menu>ul>li:last-child a:after{
  display: none;
}

nav img:first-child a:after{
  display: none;
}

#menu ul ul {
 display: none;
 position: absolute;
 top: 100%;
 left: 10%;
 align-items: flex-start;
 margin-top: 5px;
 text-align: center;
 width: 100%;
 z-index: 3;
}

#menu ul ul a {
 color: #B50000;
 margin-left: 10px!important;
}

#menu>ul>li {
  position: relative;
  margin-right: 10px;
}


#menu li:hover ul{
  display: block;
}


nav li:hover li{
  color: #B50000;
  background: white;
  padding-top: 10px;
  padding-bottom: 20px;
  text-align: center;
}



#btn_rouge_nav {
  background: #B50000;
  color: white;
  margin-left: 45px;
  padding: 5px 15px 8px 15px;

}

#btn_rouge_nav:hover {
  background: #C79402;
}

.slicknav_menu {
  display: none;
}

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

header {
  margin-bottom: 80px;
}

#photo_header{
  background: url("images/header/header_index.jpg") no-repeat center;
  background-size: cover;
  width: 100%;
  height: 728px;
  position: relative;
}

#logo img{
  position: absolute;
  left: 50%;
  top: 20%;
  max-width: 40%;
  height: auto;
  transform: translateX(-50%);
}

#img_bottle {
  background: url("images/presentation/header_presentation.jpg") no-repeat center;
  background-size: cover;
  width: 100%;
  height: 728px;
  position: relative;
}

#img_salon {
  background: url("images/gamme/salon.jpg") no-repeat center;
  background-size: cover;
  width: 100%;
  height: 728px;
  position: relative;
}

#img_raisin {
  background: url("images/contact/header_raisin.jpg") no-repeat center;
  background-size: cover;
  width: auto;
  height: 728px;
  position: relative;
}

#img_bottle_2{
  background: url("images/pre_commande/bouteilles.jpg") no-repeat center;
  background-size: cover;
  width: auto;
  height: 728px;
  position: relative;
}

/* -------------------------FLECHE/SCROLL-----------------------------------*/


.scroll-down {
  position: absolute;
  left: 48%;
  bottom: 11%;
  display: block;
  text-align: center;
  font-size: 20px;
  z-index: 100;
  text-decoration: none;
  text-shadow: 0;
  width: 38px;
  height: 38px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  z-index: 9;
  -webkit-transform: translate(-50%, 0%) rotate(45deg);
  -moz-transform: translate(-50%, 0%) rotate(45deg);
  transform: translate(-50%, 0%) rotate(45deg);
  -webkit-animation: fade_move_down 4s ease-in-out infinite;
  -moz-animation:    fade_move_down 4s ease-in-out infinite;
  animation:         fade_move_down 4s ease-in-out infinite;
  transition: all 0.3s;
}


/*animated scroll arrow animation*/
@-webkit-keyframes fade_move_down {
  0%   { -webkit-transform:translate(0,-10px) rotate(45deg); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { -webkit-transform:translate(0,10px) rotate(45deg); opacity: 0; }
}
@-moz-keyframes fade_move_down {
  0%   { -moz-transform:translate(0,-10px) rotate(45deg); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { -moz-transform:translate(0,10px) rotate(45deg); opacity: 0; }
}
@keyframes fade_move_down {
  0%   { transform:translate(0,-10px) rotate(45deg); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { transform:translate(0,10px) rotate(45deg); opacity: 0; }
}









/*.............................CONTENU...........................*/
/*...................SECTION PRESENTATION/GAMME..........................*/

#presentation_gamme {
  display: flex;
  justify-content: space-between;
}

#presentation_gamme h2{
  text-transform: uppercase;
  font-family: 'Playfair Display', serif;
  font-size: 45px;
  text-align: center;
  margin-bottom: 30px;
  color: #B50000;
  }


#presentation_texte {
  position: relative;
  margin-right: 20px;
}

section #presentation_texte h2,
section #presentation_texte h3,{
  text-align: center;
}

section #presentation_texte p{
  text-align: justify;
}

section #presentation_texte h3 {
  color: #FEFBF2;
}


#presentation_texte h3,
#gamme_texte h3 {
  border: solid 2px #FEFBF2;
  padding: 10px 38px 12px 38px;
  margin: 30px 75px;
  font-size: 24px;
  text-align: center;
}

#presentation_texte h3:hover{
  background:  #FEFBF2;
  color: #5B5B5B;
}

#gamme_texte {
  position: relative;
}

#gamme_texte p{
  text-align: justify;
  color: #B50000;
}

#gamme_texte h3{
  border: solid 2px #B50000;
  color: #B50000;
  padding: 10px 38px 12px 38px;
  margin: 30px 223px;
}

#gamme_texte h3:hover{
  background: #B50000;
  color: #FEFBF2;
}

#contenu_interieur_gauche {
  position: absolute;
  top: 28%;
  left: 0%;
  padding: 0 50px 0 50px;
}

#contenu_interieur_droit {
  position: absolute;
  top: 8%;
  left: 0%;
  padding: 0 61px 20px 61px;
}

#contenu_interieur_gauche p,
#contenu_interieur_gauche h2 {
  color: #FEFBF2;
}


#contenu_interieur_gauche a{
  text-decoration: none;
}


#contenu_interieur_droit a{
  text-decoration: none;
}






/*...................SECTION PRESENTATION/GAMME..........................*/
#precommande_1 {
  background: url("images/header/header_pre_commande.jpg") no-repeat;
  width: 100%;
  height: 372px;
  margin: 70px 0;
}

.contactez-nous h4 {
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  font-weight: 300;
  color: white;
  text-transform: uppercase;
  padding-left: 40px;
  padding-top: 30px;
  margin-bottom: 30px;
}

.contactez-nous h3{
  background: #B50000;
  color: #FEFBF2;
  padding: 10px 20px 12px 20px;
  display: inline;
  margin-left: 40px;
}

.contactez-nous h3:hover{
  background: #C79402;
}

.contactez-nous a{
  text-decoration: none;
}

/*...............................FOOTER....................................*/
footer {
  background: #B50000;
}

footer h5 {
  color: #FEFBF2;
  font-family: 'Playfair Display', serif;
  font-size: 15px;
  text-align: left;
  padding: 15px 0 10px 0;

}

footer a{
  text-decoration: none;
}

footer p {
  font-size: 15px;
  color: #FEFBF2;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  text-align: left;
}

footer i {
  color: #FEFBF2;
  padding-right: 5px;
  font-size: 18px;
}

#footer-flex {
  display: flex;
  justify-content: center;

}

.col4 {
  padding: 10px 20px;
  width: 25%;
}


footer #mention_alcool {
  background: white;

}

footer #mention_alcool p {
  font-family: 'Playfair Display', serif;
  font-size: 15px;
  background: white;
  text-align: center;
  color: #5B5B5B;
  padding: 10px 0;
}



/*..................................PRESENTATION................................*/
/*..................................HEADER................................*/
header h2 {
  text-transform: uppercase;
  line-height: 150%;
  padding-top: 250px;
}

/*..................................TEXTE 1................................*/

.titre h1 {
  margin-bottom: 100px;
}

.img_chevauchement {
  background: url("images/presentation/tracteur.jpg") no-repeat center;
  width: auto;
  height: 529px;
  position: relative;
}

section .texte_encadre {
  background: rgba(255, 255, 255, 0.85);
  -webkit-box-shadow: 1px 1px 10px 1px #8C8C8C;
  box-shadow: 1px 1px 10px 1px #8C8C8C;
  width: 35%;
  position: absolute;
  bottom: -42%;
  left: 3%;
  padding: 25px;
}

section .encadre {
  border: solid 5px #B50000;
}

section .texte_encadre p{
  color: #5B5B5B;
  text-align: justify;
  padding: 20px;
}

section .texte_encadre p strong{
  font-weight: bold;
}

#tracteur {
  margin-bottom: 300px;
}
/*..................................TEXTE 2................................*/

#vignoble_automne{
    background: url("images/presentation/vigne_automne.jpg") no-repeat center fixed;
    width: auto;
    height: 420px;
    position: relative;
    margin-bottom: 80px;
  }

  @supports (-webkit-touch-callout: none) {
  #vignoble_automne {
      background: url('images/presentation/vigne_automne.jpg') center top no-repeat scroll;
      background-size: auto 100vh;
  }
  }

#vignoble_automne .texte_encadre {
    background: rgba(255, 255, 255, 0.85);
    -webkit-box-shadow: 1px 1px 10px 1px #8C8C8C;
    box-shadow: 1px 1px 10px 1px #8C8C8C;
    width: 25%;
    position: absolute;
    bottom: 52%;
    left: 53%;
    padding: 20px;
}



/*..................................GAMME................................*/

#coupe_champagne{
    background: url("images/gamme/coupe_champagne.jpg") no-repeat fixed;
    background-position: center;
    background-size: cover;
    width: auto;
    height: 450px;
    position: relative;
    margin-bottom: 80px;
    margin-top: 300px;
  }

  @supports (-webkit-touch-callout: none) {
  #coupe_champagne {
      background: url('images/gamme/coupe_champagne.jpg') center top no-repeat scroll;
      background-size: auto 100vh;
  }
  }

#coupe_champagne .texte_encadre {
    background: rgba(255, 255, 255, 0.85);
    -webkit-box-shadow: 1px 1px 10px 1px #8C8C8C;
    box-shadow: 1px 1px 10px 1px #8C8C8C;
    width: 50%;
    position: absolute;
    bottom: 40%;
    left: 10%;
    padding: 20px;
}

/*..................................3 bouteilles................................*/

#bouteille_champagne_general {
  display: flex;
  justify-content: space-between;
  text-align: center;
}

.bouteille_champagne {
  position: relative;
  margin: 0 15px;
}

.bouteille_champagne .img_logo_hover {
  position: absolute;
  top: 9%;
  left: -59%;
  z-index: 1;
  opacity: 0%;
}

.bouteille_champagne .img_logo_hover:hover {
  opacity: 100%;
}

.bouteille_champagne .photos {
  position: relative;
  z-index: 2
}

.bouteille_champagne .titre {
  font-family: 'Playfair Display', serif;
  font-size: 30px;
  color: #5B5B5B;
}

.bouteille_champagne .prix_1 {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 27px;
  margin-bottom: 10px;
  color: #5B5B5B;
}

.bouteille_champagne .en_savoir_plus {
  font-family: 'Playfair Display', serif;
  font-size: 24px;
  padding: 5px 13px 8px 13px;
  margin-bottom: 150px;
  color: #FEFBF2;
  background: #C79402;
}

.bouteille_champagne .en_savoir_plus:hover {

  background: #B3791C;
}

.bouteille_champagne a {
  text-decoration: none;
}

/*.bouteille_champagne img:hover {
  position: absolute;
  top: 0;
  left: 0;

}*/

/*..................................GAMME/PRE COMMANDE................................*/

#img-fixe-pre-commande {
  background: url("images/gamme/bouteilles.jpg") center no-repeat;
  background-size: cover;
  width: 100%;
  height: 372px;
  margin: 0 0 60px 0;
}








/*..................................NOTRE GAMME/CUVEES................................*/

.btn_retour a {
  color: #5B5B5B;
  text-align: right;
  font-size: 15px;
  margin-left: 20px;
}

.bouteille_champagne_cuvee {
  display: flex;
  justify-content: center;
  margin-bottom: 100px;
  margin-top: 50px;
  position: relative;
}

.bouteille_champagne_cuvee .texte_cuvee {
  width: 30%;
  margin-right: 30px;

}

.bouteille_champagne_cuvee .texte_cuvee h2{
  text-align: left;
  color: #C79402;
  border-bottom: solid 2px #C79402;
  font-size: 40px;
  padding-bottom: 8px;
  margin-bottom: 15px;
}

.bouteille_champagne_cuvee .texte_cuvee p {
  text-align: justify;
  font-weight: 100;
  padding-bottom: 15px;
}

.bouteille_champagne_cuvee .texte_cuvee .border_top {
  border-top: solid 2px #C79402;
  padding-top: 8px;
  font-weight: 300;
  color: #5B5B5B;
}

.bouteille_champagne_cuvee .texte_cuvee .prix_2 p{
  font-size: 40px;
  font-weight: 400;
  color: #5B5B5B;
  padding-top: 15px;
}

.bouteille_champagne_cuvee .texte_cuvee a{
  text-decoration: none;
}

.bouteille_champagne_cuvee .texte_cuvee h3{
  font-size: 24px;
  color: #FEFBF2;
  background: #B50000;
  text-align: left;
  display: inline-block;
  padding: 5px 15px 8px 15px;
  margin-top: 20px;
}

.bouteille_champagne_cuvee .texte_cuvee h3:hover{
  background: #C79402;
  text-align: left;
}


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

.contact {
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 100px;
}


.contact .sous-titre h2 {
  color: #C79402;
  font-size: 34px;
  font-family: "Roboto";
  margin-bottom: 30px;
  font-weight: 300;
}

.coordonnees p{
  text-align: left;
  font-weight: 100;
  color: #5B5B5B;
  font-size: 25px;
}

.coordonnees {
  width: 40%;
  border-right: #B50000 solid 2px;;
}


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

.formulaire p {
  display: flex;
  justify-content: center;
}

.formulaire label {
	display: block;
	width: 31%;
	padding-right: 2px;
	margin-right: 2px;
	text-align: left;
  color: #5B5B5B;
  padding-top: 5px;
}

.formulaire input {
	margin: 3px 0px 10px 0px;
	padding: 8px 8px;
	width: 100%;
	border: #C79402 1px solid;
	color: #5B5B5B;
	font-family: "roboto";
}

.formulaire #cp {
  width: 25%;
}

.formulaire #ville {
  width: 66%;
  margin-left: 8px;
}

textarea {
	width: 100%;
	display: block;
	padding: 8px 8px;;
	margin: 3px 0px 40px 0px;
	text-align: left;
	line-height: 20px;
	border: #C79402 1px solid;
	color: #5B5B5B;
	font-family: "roboto";
	font-size: 15px;
}

.formulaire input[type="submit"]{
  display: block;
  font-size: 20px;
  font-family: 'Playfair Display', serif;
  color: #FEFBF2;
  width: 40%;
  margin-left: 97px;
  background-color: #B50000;
  padding: 5px 20px;
}

.formulaire input[type="submit"]:hover{
	cursor: pointer;
	background: #C79402;
}


/*..................................PRE COMMANDE/Formulaire................................*/
.formulaire #calcul {
  display: flex;
  justify-content: space-around;
  margin-bottom: 50px;
}

.formulaire span {
  color: #C79402;
}

.formulaire #calcul label {
  width: 60%;
}

.formulaire #calcul input {
  width: 40%;
}

.formulaire #total_btl{
  margin-left: 30px;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot{
  color: #C79402!important;
  background: white!important;
}

.owl-theme .owl-dots .owl-dot {
  display: none;
  }

.owl-theme .owl-dots, .owl-theme .owl-nav {
  display: none;
}

.owl-theme .owl-nav {
  font-size: 100px;
  justify-content: space-between;
  display: flex;
  margin-bottom: 90px;
  margin-top: 0px;
  color: #C79402;
}

.owl-theme .owl-dots .owl-dot {
  display: none;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  color: #C79402!important;
}

.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 30%;
  left: 13%;
}

.owl-carousel .owl-nav button.owl-next {
position: absolute;
top: 30%;
right: 13%;
}
/*..................................CUVEE/JQUERY................................*/

/*
.slideEventImg{
  position: relative;
  height: 800px;
  overflow: hidden;
  width:100%;
  margin:20px auto}


.slideEventImg section{
  position: absolute
  ;transition: 1s;
  opacity: 0;
  width:100%;
  height: 100%;
  border-radius:10px}


.slideEventImg section:first-of-type{z-index: 3;}
.slideEventImg section:nth-of-type(2){z-index: 2;}
.slideEventImg section:last-of-type{z-index: 1;}
.indicators i{
z-index: 4}

.activeImg{opacity: 1!important;}

.slideEventImg i{
  position: absolute;
  cursor: pointer;
  opacity: .6;
  transition: .4s;
  color: black;
  padding:0 10px;
}


.slideEventImg i:first-of-type{top:50%;left: 1%}
.slideEventImg i:last-of-type{top:50%;right: 1%}
.slideEventImg i:hover{opacity: .9}


*/




















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



  nav a {
    font-size: 14px;
    margin-left: 17px;
  }


  #menu ul ul a {
   margin-left: 10px!important;
  }

  #menu>ul>li {
    margin-right: 10px;
  }


  #btn_rouge_nav {
    margin-left: 30px;
  }

  #logo_horizontale img {
    height: auto;
    width: 250px;
    background-size: cover;
  }

img {
  max-width: 100%;
  height: auto;
}

#img_header, #img_bottle, #img_salon, #img_raisin, #img_bottle_2 {
  width: 100%;
  height: 450px;
}

#logo img{
  top: 13%;
  max-width: 40%;
  height: auto;
}

.scroll-down {
  left: 49%;
  bottom: 13%;
  width: 30px;
  height: 30px;
}

#presentation_texte {
  margin-right: 20px;
}


#presentation_gamme h2{
  font-size: 35px;
  margin-bottom: 20px;
  }

#presentation_texte h3,
#gamme_texte h3 {
  margin: 19px 38px;
  font-size: 20px;
}


#gamme_texte h3{
  padding: 10px 38px 12px 38px;
  margin: 15px 135px;
}

#contenu_interieur_gauche {
  position: absolute;
  top: 32%;
  left: 0%;
  padding: 0 38px 0 38px;
}

#contenu_interieur_droit {
  position: absolute;
  top: 8%;
  left: 0%;
  padding: 0 61px 20px 61px;
  width: 80%;
}

p {
  font-size:  16px;
}

#precommande_1 {
  background: url("images/header/header_pre_commande.jpg") center no-repeat;
  background-size: cover;
  width: 100%;
  height: 300px;
}

header h2 {
  font-size: 40px;
  padding-top: 150px;
}

h1 {
  font-size: 40px;
}


.texte_encadre {
  padding: 0 20px 20px 20px;
}

.bouteille_champagne .img_logo_hover {
  top: 9%;
  left: -2%;
}

nav ul {
  margin-bottom: 25px;
}

#photo_header{
  height: 400px;
}

.owl-carousel .owl-nav button.owl-next {
right: 10%;
}

}

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

#logo_horizontale img {
  height: auto;
  width: 170px;
}

nav a {
  font-size: 13px;
  margin-left: 4px;
}

#btn_rouge_nav {
  margin-left: 15px;
}

#logo img{
  top: 20%;
  max-width: 40%;
  height: auto;
}


.scroll-down {
  left: 49%;
  bottom: 16%;
  width: 25px;
  height: 25px;
}

#presentation_gamme h2 {
  font-size: 25px;
  margin-bottom: 20px;
}


#presentation_texte {
  margin-right: 20px;
}


#presentation_texte h3,
#gamme_texte h3 {
  margin: 19px 13px;
  font-size: 15px;
}


#gamme_texte h3{
  padding: 7px 38px 9px 38px;
  margin: 5px 96px;
}

#contenu_interieur_gauche {
  position: absolute;
  top: 25%;
  left: 0%;
  padding: 0 38px 0 38px;
}

#contenu_interieur_droit {
  position: absolute;
  top: 8%;
  left: 0%;
  padding: 0 45px 20px 45px;
  width: 80%;
}


p {
  font-size: 13px;
}

#precommande_1 {
  background: url("images/header/header_pre_commande.jpg") center no-repeat;
  background-size: cover;
  width: 100%;
  height: 200px;
}

.contactez-nous h4 {
  font-size: 20px;
  margin-bottom: 18px;
}

.contactez-nous h3 {
  padding: 5px 16px 7px 14px;
}

.img_chevauchement {
  height: 450px;
  background-size: cover;
}

h1 {
  font-size: 34px;
}

header h2 {
  font-size: 30px;
}

#vignoble_automne .texte_encadre {
  width: 39%;
  bottom: 58%;
  left: 50%;
}

#vignoble_automne {
  height: 320px;
}

.contact .sous-titre h2 {
  font-size: 25px;
}

.coordonnees p {
  font-size: 18px;
}

.coordonnees {
  padding: 0 20px;
}

.formulaire {
  margin: 0 20px;
}

nav ul {
  margin-bottom: 20px;
}

.owl-carousel .owl-nav button.owl-next {
right: 6%;
}

.owl-carousel .owl-nav button.owl-prev {
left: 5%;
}

.owl-carousel .owl-item img {
  width: 90%;
  display: block;
  margin: auto;
}

.slicknav_menu {
  display: none;
}

}






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

#photo_header, #img_bottle, #img_salon, #img_raisin, #img_bottle_2 {
  height: 300px;
}

#logo img{
  top: 20%;
  max-width: 40%;
  height: auto;
}



#logo_horizontale img {
    height: auto;
    width: 130px;
  }


  nav a {
    font-size: 11px;
    margin-left: 10px;
  }

  #btn_rouge_nav {
    margin-left: 10px;
  }

  nav a::after {
    height: 2px;
  }


  .scroll-down {
    left: 49%;
    bottom: 13%;
    width: 20px;
    height: 20px;
  }


  #presentation_gamme h2 {
    font-size: 18px;
    margin-bottom: 9px;
  }


  #presentation_texte {
    margin-right: 20px;
  }


  #presentation_texte h3,
  #gamme_texte h3 {
    padding: 5px 16px 6px 16px;
    margin: 8px 0px;
    font-size: 12px;
  }


  #gamme_texte h3{
    padding: 5px 16px 6px 16px;
    margin: 8px 80px;
    background: #f8f0d9;
  }

  #contenu_interieur_gauche {
    position: absolute;
    top: 21%;
    left: 0%;
    padding: 8px 25px 0 25px;
  }

  #contenu_interieur_droit {
    position: absolute;
    top: 8%;
    left: 0%;
    padding: 0 34px 20px 34px;
    width: 80%;
  }


  p {
    font-size: 11px;
  }

  #precommande_1 {
    background: url("images/header/header_pre_commande.jpg") center no-repeat;
    background-size: cover;
    width: 100%;
    height: 170px;
  }

  .contactez-nous h4 {
    font-size: 16px;
    margin-bottom: 15px;
    padding-top: 19px;
  }

  .contactez-nous h3 {
    padding: 5px 16px 7px 14px;
    font-size: 14px;
  }

  footer h5 {
    font-size: 14px;
  }

  footer p {
  font-size: 13px;
}

footer #mention_alcool p {
  font-size: 13px;
}

.img_chevauchement {
  height: 300px;
}

.titre h1 {
  margin-bottom: 60px;
}

h1 {
  font-size: 28px;
}

section .texte_encadre {
  width: 45%;
  bottom: -44%;
  left: 6%;
  padding: 15px;
}

section .texte_encadre p {
  font-size: 12px;
}

header h2 {
  font-size: 25px;
  padding-top: 110px;
}

#vignoble_automne .texte_encadre {
  bottom: 45%;
  padding: 15px;
}

#coupe_champagne .texte_encadre {
  padding: 15px;
}

.bouteille_champagne .titre {
  font-size: 23px;
}

.bouteille_champagne .prix_1 {
  font-size: 18px;
}

.bouteille_champagne .en_savoir_plus {
  font-size: 13px;
  padding: 5px 7px 8px 7px;
  margin: 0 20px 80px 20px;
}

#img-fixe-pre-commande {
  height: 270px;
}

.bouteille_champagne_cuvee .texte_cuvee h2 {
  font-size: 30px;
}

.bouteille_champagne_cuvee .texte_cuvee .prix_2 p {
  font-size: 30px;
  text-align: center;
}

.bouteille_champagne_cuvee .texte_cuvee h3 {
  font-size: 16px;
}

.bouteille_champagne_cuvee .texte_cuvee {
  width: 35%;
  margin-right: 63px;
}



.img_bouteille {
  max-width: 70%;
  height: auto;
}

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

.slicknav_menu {
  display: block;
  font-size: 16px;
  box-sizing: border-box;
  padding: 5px;
  background: url("images/header/logo_horizontale.svg") no-repeat top left;
  background-size: 200px;
}

.slicknav_nav a {
  padding: 5px 10px;
  margin: 2px 5px;
  text-decoration: none;
  color: #B50000;
  text-transform: uppercase;
  font-family: 'Playfair Display', serif;
}

nav {
  display: none;
}

.slicknav_btn {
  margin: 5px 5px 6px;
  text-decoration: none;
  background-color: #B50000;
  font-family: 'Playfair Display', serif;
}

.slicknav_menu .slicknav_menutxt {
  color: #fff;
  font-weight: none;
  text-shadow: none;
}

.slicknav_nav a:hover {
  background: none;
  color: #C79402;
  font-weight: 500;
}

.slicknav_nav .slicknav_row:hover {
  background: none;
  color: #C79402;
  font-weight: 500;
}

.owl-carousel .owl-item img {
  width: 70%;
}

.owl-carousel .owl-nav button.owl-next {
right: 1%;
}

.owl-carousel .owl-nav button.owl-prev {
left: 10%;
}


}










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



  #logo_horizontale img {
    height: auto;
    width: 80px;
  }

  #photo_header, #img_bottle, #img_salon, #img_raisin, #img_bottle_2{
    height: 250px;
  }

  #logo img {
    top: 19%;
    max-width: 50%;
    height: auto;
  }

  .scroll-down {
    display: none;
  }

  #presentation_gamme {
    display: block;
  }

  #presentation_texte img {
    max-width: 70%;
    height: auto;
    margin-bottom: 15px;
  }

  #presentation_texte {
  margin-right: 0px;
  text-align: center;
}

#presentation_texte {
margin-right: 0px;
text-align: center;
}

#contenu_interieur_gauche {
  top: 34%;
  left: 16%;
  padding: 8px 40px 0 40px;
  width: 54%;
}

  p {
    font-size: 15px;
}

#presentation_gamme h2 {
  font-size: 29px;
  margin-bottom: 12px;
}

#presentation_texte h3 {
  padding: 5px 16px 6px 16px;
  margin: 18px 54px;
  font-size: 17px;
}

#gamme_texte h3 {
  padding: 5px 16px 6px 16px;
  margin: 18px 113px;
  font-size: 17px;
}

#contenu_interieur_droit {
  top: 8%;
  left: 4%;
}

#footer-flex {
    display: flex;
    width: 100%;
    justify-content: space-around;
    flex-wrap: wrap;
}

.col4 {
  width: 37%;
  margin: 5px 5px;
}

.img_chevauchement {
  height: 250px;
}

section .texte_encadre {
  width: 60%;
  bottom: -56%;
  left: 6%;
}

header h2 {
  font-size: 20px;
}

#vignoble_automne .texte_encadre {
  bottom: 45%;
  padding: 15px;
  width: 62%;
  bottom: 58%;
  left: 26%;
}

#img-fixe-pre-commande {
  height: 200px;
}

.contact {
  display: block;
}

.coordonnees {
  width: 100%;
  border-right: none;
  padding: 0;
}

.coordonnees p {
  text-align: center;
  margin-bottom: 80px;
}


.owl-carousel .owl-item img {
  width: 70%;
}

.slicknav_menu {
  display: block;
}

.owl-carousel .owl-nav button.owl-next {
right: 1%;
}

.owl-carousel .owl-nav button.owl-prev {
left: 5%;
}

.bouteille_champagne_cuvee {
  display: block;
  text-align: center;
}

.bouteille_champagne_cuvee .texte_cuvee {
  width: 80%;
  text-align: center;
  margin: 0 30px;
  display: inline-block;
}

.bouteille_champagne_cuvee .texte_cuvee h2 {
  text-align: center;
}

bouteille_champagne_cuvee .texte_cuvee .border_top {
  text-align: center;
}

.img_bouteille {
  max-width: 60%;
  display: block;
  margin: auto;
}



}





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

  #presentation_texte img {
    max-width: 70%;
    height: auto;
    margin-bottom: 15px;
  }

  #presentation_texte {
  margin-right: 0px;
  text-align: center;
}

#presentation_texte {
margin-right: 0px;
text-align: center;
}

#contenu_interieur_gauche {
  top: 33%;
  left: 12%;
  width: 54%;
}

p {
    font-size: 10px;
}

#presentation_gamme h2 {
  font-size: 20px;
  margin-bottom: 12px;
}

#presentation_texte h3 {
  margin: 18px 31px;
  font-size: 10px;
}

#gamme_texte h3 {
  margin: 18px 69px;
  font-size: 10px;
}

#contenu_interieur_droit {
  top: 8%;
  left: 0%;
}

#precommande_1 {
  height: 130px;
  margin: 40px 0;
}

.contactez-nous h4 {
  font-size: 14px;
  padding-top: 14px;
  padding-left: 15px;
}

.contactez-nous h3 {
  padding: 5px 16px 7px 14px;
  font-size: 14px;
}

.contactez-nous h3 {
margin-left: 15px;
}

#footer-flex {
    width: 320px;
}

footer #mention_alcool p {
    font-size: 10px;
}

.col4 {
  width: 31%;
  margin: 0px 0px;
}

header h2 {
  font-size: 19px;
  padding: 85px 15px;
}

section .texte_encadre {
  width: 71%;
  bottom: -56%;
  left: 6%;
}

section .texte_encadre p {
  font-size: 10px;
}

section .texte_encadre p {
  padding: 15px;
}

#vignoble_automne .texte_encadre {
  padding: 15px;
  width: 75%;
  bottom: 59%;
  left: 12%;
}

#vignoble_automne {
  height: 270px;
}

#coupe_champagne .texte_encadre {
  width: 70%;
  bottom: 58%;
  left: 11%;
}

#coupe_champagne {
  margin-top: 219px;
}

#bouteille_champagne_general {
  display: block;
}

.bouteille_champagne_cuvee {
  display: block;
  text-align: center;
}

.bouteille_champagne_cuvee .texte_cuvee {
  width: 80%;
  text-align: center;
  margin: 0 30px;
  display: inline-block;
}

.bouteille_champagne_cuvee .texte_cuvee h2 {
  text-align: center;
}

bouteille_champagne_cuvee .texte_cuvee .border_top {
  text-align: center;
}

.img_bouteille {
  max-width: 100%;
}

.formulaire label {
  padding-top: 16px;
}

.formulaire input[type="submit"] {
  font-size: 16px;
  margin-left: 54px;
  padding: 5px 13px;
}

textarea {
  margin: 3px 0px 19px 0px;
}

.formulaire #calcul {
  margin-bottom: 18px;
}

#photo_header, #img_bottle, #img_salon, #img_raisin, #img_bottle_2 {
  height: 250px;
}

#logo img {
  position: absolute;
  top: 25%;
  max-width: 50%;
  height: auto;
}

.owl-carousel .owl-item img {
  width: 40%;
}

}
