@media (min-width: 769px) {

  section{
    margin:0 0 0 1%;
  }
  .container{
    width: 80%;
  }
  .container2{
    margin:0px 4%;
  }

/****************************HEADER ****************************/

  .head-title{
    top: 38px;
    left:50%;
    max-width:80px;
    margin-left:-35px;
    z-index: 9;
  }

  .head-logo-top{    
    width:70px;
    height:100px;
  }

  header{
    margin-bottom: 0px !important;
  }
   
  .navbar-right .dropdown-menu {
    right: -1px;
  }

  .navbar-nav .open .dropdown-menu>li>a {
    padding-left: 23px;
  }

  .menu1>ul.navbar-right>li{
    padding: 0px;
    margin: 0px;
  }

  .menu1 ul li .btn{
    padding: 15px;
    margin: 0px;
  }

  .menu1, .menu2{
    width: 100% !important;
    display: inline-block !important;
    font-weight: bold;
    color:#555;
  }

  #header_nav_left  a .link{
    width:  120px !important;
    min-height: 70px;
  }

  .menu2 a .link, .menu2 a span {
    padding:5px;
  }

  .menu1 ul li .btn:hover,
  .menu1 ul li a:hover,
  .menu1 ul li:hover{
    color: #37424a !important;
    background-color: #eee;
     
 }

  .menu2 a .link:hover{
    background-color: #eee;
    color: #37424a;
    height: 100%;
    padding: 5px; 
    border-radius: 10px;
    cursor: pointer;
  }

  .nav>li>a {
    padding: 15px;
  } 

  .christmas{
    background-color:#EB2629; 
    border-radius:10px;
    color: #fff;
    height: 100%;
    padding: 7px 10px !important; 
    cursor: pointer;
  }

  .santa{
    width: 50px;
    height: 50px;
    background-image: url(../images/santa-hat.png);
    position: absolute;
    background-size: contain;
    left: 100px;
    top: 13px;
  }

  header,.menu1,.menu1 ul li a,.menu2 nav div a {   
    font-size: 17px;
  }

  #dropdownMenu1{
      position: relative;
      float:right;
      color: #fff;
      border-radius: 10px;
      padding: 15px;
  }

  .list-dropdown{
    top:40px;
    background-color: #37424a;
  }

  .lang-lbl:hover{
    color: #000;
  }

  .navbar-header{
    width: 100%;
  }

  #header-nav-left content a:focus,
  #header-nav-right content a:focus{
    border:none;
  }

  #header-nav-left{
    text-align: center;
    float: right;
    right: 54%;
  }

  #header-nav-right {
    text-align: center;
    float: left;
    left: 56.9%;  
  }
 
  #header-nav-right, #header-nav-left {
    position:relative;
    top: 0;    
    line-height: 75px;
    display: inline-block;     
  }

  #header-nav-right>.content>a, #header-nav-left>.content>a{
    margin: 0px 15px;
  }

/*******************home slider *******************/

  .fade-carousel {
    position: relative;
    height: 100vh;
    margin-top: -139px;
    width: 100%;
  }
  
  .fade-carousel .carousel-inner .item {
    height: 100vh;     
  }
  
  .fade-carousel .carousel-indicators > li {
    margin: 0 2px;
    background-color: #D7A900;
    border-color: #DEBC42;
    opacity: .7;
  }
  
  .fade-carousel .carousel-indicators > li.active {
    width: 10px;
    height: 10px;
    opacity: 1;
  }

  .hero {
    top: 50%;
    left: 50%;
    z-index: 3;
    -webkit-transform: translate3d(-50%,-50%,0);
       -moz-transform: translate3d(-50%,-50%,0);
        -ms-transform: translate3d(-50%,-50%,0);
         -o-transform: translate3d(-50%,-50%,0);
            transform: translate3d(-50%,-50%,0);
  }

  .overlay{
    overflow: hidden;
    background: #4B4848;
    height: 100vh !important;
    width: 100%;
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    opacity: .4;
    z-index: 1;
  }

  .hero hgroup{
    margin-top: 5% !important;  
    margin-bottom: 0%;
    height: auto !important;
  }

  .hero h1 {

    font-size: 82px;    
    -webkit-text-shadow:  1px 7px #696969;
       -moz-text-shadow:  1px 7px #696969;
            text-shadow:  1px 7px #696969;
  }

  .hero h3{
    font-size: 22px;
  }

  .fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s; 
  }

  .fade-carousel .carousel-inner .item.active .hero {

    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s;    
  }

  .call_to_action_little{
    position: relative;
    margin: 1%; 
    color: #FFF;
    background-color: #D7A900 ;
    border-color: #D7A900 ;
    padding:7px 0px;
    width: 130px;
    height: auto;
    font-size: 18px;
    font-weight: bold;
    line-height: 15px;
    border:3px transparent solid;
  }

  .call_to_action {
    position: relative;
    margin: 0 20px ; 
    color: #FFF;
    background-color: #D7A900 ;
    border-color: #D7A900 ;
    height: 70px;
    font-size: 22px;
    font-weight: bold;
    line-height: 50px;
    border:3px transparent solid;
    padding: 7px;
   }


  .call_to_action_little:hover,
  .call_to_action:hover{
    color:#D7A900;
    outline: none;
    background-color: transparent;
    border:3px #D7A900 solid;
  }

/********************************/
/*       Slides backgrounds     */
/********************************/
  .fade-carousel .slides .slide-1, 
  .fade-carousel .slides .slide-2,
  .fade-carousel .slides .slide-3, 
  .fade-carousel .slides .slide-4,
  .fade-carousel .slides .slide-5 {
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
  }

  .fade-carousel .slides .slide-1 {
    background-image: url("../images/slider/slider1.png"); 
  }
  .fade-carousel .slides .slide-2 {
   
  }
  .fade-carousel .slides .slide-3 {
    background-image: url("../images/slider/kitbrassage.png");
  }
  .fade-carousel .slides .slide-4 {
    background-image: url("../images/slider/evenement.png");
  }
  .fade-carousel .slides .slide-5 {
    background-image: url("../images/slider/dpd_slider.jpg");
  }

  .carousel .carousel-control { visibility: hidden; }
  .carousel:hover .carousel-control { visibility: visible; }

  .carousel-control.right,.carousel-control.left  {
    background-color: rgba(0,0,0,0);
    filter:alpha(opacity=0);
    -moz-opacity:1;
    -khtml-opacity: 1;
    opacity: 1;   
  }

  .title,
  .title-borders {
    margin: 4% 2%;
  }


  .title-borders:before {
    top: 50%;
  }

  .title-borders a, .title-borders span {
    font-weight: 400;
    font-size: 30px;
  }


  .list-quotes {
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    text-align: center;
  }

  .list-quotesback3,
  .list-quotesback2,
  .list-quotesback1{
    background-position: center;
    background-size: cover;
    height: 360px;
    width: 100%;
  }

  .list-quotesback1{
    background-image: url('../images/test4.png');
  }

  .list-quotesback2{
    background-image: url('../images/test1.png');
  }

  .list-quotesback3{
    background-image: url('../images/test6.png');
  }

  .list-quotes img{
    object-fit: fill;
    -moz-object-fit:fill;
  }

  .list-quotes h2{
 
    font-size: 20px; 
    font-weight: bold;
    position: absolute;
    left: 50%;
    top: 30%;
    background-color: #fff;
    opacity: 0.9;
    padding: 3%;
    color: #37424a;
    border-radius: 10px 10px;
    width: 280px;
    margin: 0px;
    margin-left: -140px;
  }

  .how_it_works{
    position: relative;
    height: 100%;
  }

  .how_it_works ul{
    width: 100%;
    height: 350px;
    margin:0px; 
  }

  .how_it_works ul li{
    display: inline-block !important;  
    margin: 0 10px;
    width: 15%;
    height: 350px;
    vertical-align: bottom;
  }

  .how_it_works ul li img{
    width: 100%;
    height: 200px;
    margin: 0px;
  }

  .how_it_works ul li p {

    position: relative;
    font-size: 17px;
    margin: 0px;
    color: #37424a;
    font-weight: bolder;
    border-radius: 20px;
    background-color: #fff;
    height: 70px;
    padding:5% 3%;    
    text-align: center;
    width: 100%;
  }

  .lineH{
    line-height: 50px;
  }

  .how_it_works_p{

    width: 50%;
    text-align: left;
    font-size: 14px;
    line-height: 20px;
  }

  .dario_photo{
    width: 300px;
  }
/******************** previous box **************/
  .thumbnail {
    height:170px;
    width: 100%;
  }

  .thumbnail img{
    height: 100%;
    width: 100%;
    object-fit: 100% 100%;
  }

  .caption {
    position:absolute;
    top:0;
    right:0;
    background:rgba(247,246,245, 0.75);
    width:100%;
    height:170px;
    display: none;
    text-align:center;
    z-index:2;
    cursor: pointer;
  }

  .caption h3{
    padding-top: 27px;
    color: #37424a;
  }

/**************************************************************/

  .random_container{
    height: 290px;  
    text-align: center;
    position: relative;
  }

  .random_info {
    width: 46%;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 2%;
    margin-right: 2%;
    padding: 0px;
  }

  .random_info img{
    width: 100%;
    height:280px;
    object-fit:cover;
  }

  .random_info:hover {
    transition: all 250ms ease;
  }

  .random_info:hover .info_middle{
    display: block;
    background-color: rgba(255,255,255,0.9);
  }

  .info_down{
    background-color: #D7A900;
    color: #fff;
    width: 100%;
    padding: 0px;
    top: 90%;
  }

  .random_info .info_middle{
    display: none;
    height:250px;
    padding: 13% 10%;
    background-color: transparent ;
    color: #37424a;
  }

  .recipes {
    background-color: #37424a;
    padding: 0px;
    height: auto;
    width: 100%;    
  }

  .box-discret{
    background-color: #e0e0e0;
    border:1px solid #fff;
    height: 120px;
    width: 100%;
    padding: 0%;
    vertical-align: center;
    text-align: center;
  }

  .press{
    opacity: .7;
    filter: alpha(opacity=70);
    -ms-filter:alpha(opacity=70);
    -ms-transition:all .4s ease-in-out;
    transition: all .4s ease-in-out;
    margin: 0px !important;
    padding: 0px; 
  }

  .press li{
    display: inline-block;
    margin: 35px 14px;
    height: 20px;
    width: 150px;
  }

  .press img{
    object-fit: contain;
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
    filter: gray; 
    filter: grayscale(1);
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
  }

  .press img:hover { 
    transform: scale(1.1);
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    -ms-filter: grayscale(0);
    transition: all 250ms ease;
  }

  .end_hp_p{  
     line-height: 25px;
     font-size: 17px;
     font-weight: bolder;
     margin: 3% 0;
     font-style: italic;
  }

  .footer_advantages {
    height: 70px;
    line-height: 70px;
    display: inline-block;
    float: left;
    position: relative;
  }

  .advantages_items{

    text-align: center;
    position: relative;
    width: 25%;
    margin: 0px !important;
  }

  .footer_advantages a{
    color: #37424a;
  }

  .footer_advantages a .advantages_items:hover{
    background: #eee;
    transition: all 250ms ease;
  }

  #footer {
    margin-top: 5% !important;  
  }

  #footer  ul {
    padding-top: 10px;
  }

  #footer ul li a:hover {
    opacity: 0.7;
  }

  #footer ul.social_links li {
    margin: 0px 1em;
  }

  .enjoy{   
    text-align:center;
    margin:0px;
  }

  .modal-dialog{
    margin:110px auto !important;
  }

  .modal_faq{
    color: #37424a;
    border: 2px #000 solid;
    padding: 5px;
    font-size: 15px;
    font-weight: bold;
  }

  .modal_faq:hover{
    border: 2px #000 solid;
    background-color: #37424a;
    color: #fff;
  }

  /*****************************************box of the month*********************************************/
  .imperial_photo{
    background-position: top;
  }

  .background_photo,
  .noel_photo,
  .concept_photo,
  .brewery_photo{ 
    height: 100vh;
    margin-top:-139px;
    padding: 0px !important;
    background-size:cover;
    background-position: center; 
  }

  .brewery_photo .hero hgroup{
    margin-top: 0px;
    font-size: 22px;
    height: 450px !important;
  }

  .timer{

  }

  .clock{      
    left:50%;
    margin-bottom: 5% !important;
    zoom: 0;
    -moz-transform: scale(1);
  }

  .teaser h1{   
    font-size: 36px;
  }

  .teaser p{
    font-size: 17px;
  }

  .video{    
    height:350px;
    margin: 0px;
  }

  .product_photo1, .product_photo2, .product_photo3, .product_photo4{
    height: 540px;
    margin-left: 50px; 
    background-size: contain;   
  }

  .product_info1{
    padding: 0px !important;
  }

  .product_info1 ul {
    margin-top: 50px;
    margin-left: 0px !important;
  }

  .product_info1 ul li{    
    margin-top: 35px;
    margin-left: 0px !important;
    width: 100%;
  }

  .product_info1 ul li img:hover{
    opacity: 0.7;
    filter: alpha(opacity=70);
  }

  .product_info1 ul li span{
    font-size: 12px;  
    width: 60%;
  }

  .product_info2 ul{
    margin-top: 5em;
    mergin-left: 10em;
  }

  .product_info2 ul li{
    width: 90%;
    margin: 1rem 2rem;
  }

  .xs-back{
    margin-top: 0px;
  }

  .quote{
    margin: 1% 15% 4% 15%;
    width: 70%;
    font-size: 18px;
    vertical-align:center;
    line-height: 30px;
    font-style: italic;
    color:#37424a;
    height: auto;
  }

  .form_profile{
    padding:  1em;
    margin: 0px;
   }

  .info_left, 
  .info_right{
    width: 36%;
    height: auto;
    padding: 0px;
    background: transparent;
  }

  .info_left{    
    top: 20%;
    left: 3%;    
  }

  .info_right{
    top: 25%;
    left:55%;
  }

  .info_right p,
  .info_left p{
    font-size: 14px;
    font-weight: bolder;
    text-align: left;
  }

  .formulaire,
  .subscribe_formulaire{
    font-size: 18px;
    opacity: 0.9;
    width:  82%;  
    margin: 4.5% 8% 0;
    color: #fff;
    border: 2px transparent solid;
  }

  .subscribe_formulaire{
    height: auto;
    text-align: center;
  }

  .formulaire{
    height: auto;
    padding: 3% 5%;
    margin-top: 0px;
  }

  .subscribe_formulaire a{
    float: none;
  }

  .subscribe_formulaire span{
       margin: 2px 10px 0 ;
       float: none;
  }

  .formulaire:hover,
  .subscribe_formulaire:hover{
    border-color: #D7A900;
  }

  .info_left .subscribe_formulaire .under{
    font-size: 12px;
    width: 100%;
  }

  .offer_photo,
  .subscribe_photo{
    margin-top:-139px;
    height: 100vh;
  }

  .box_contains ul{  
    margin: 0px;
  }

  .box_contains ul.second-ul-bottle{
    margin: 7% 0px;
  }

  .box_contains ul li.bottle_perso{
    height: 224px;
    width: 224px;
    margin-top: -40px;
  }

  .box_contains ul li {
    display: inline-block;
    height: 180px;
    width: 180px;
    vertical-align: top;
  }

  .box_contains ul li img{
    object-fit: contain;
  }

  .box_contains ul li p{
    font-weight: bolder;
  }

  /****************trappist******/

  .box_contains_trap ul{
    width: 100%;
  }

  .box_contains_trap ul li{
    display: inline-block !important;
    height: auto;
    width: 200px;
    margin: 0px 10px;
    vertical-align: top !important;
  }

  .box_contains_trap ul li h3,
  .box_contains_trap ul li p{    
    text-align:center;
    position: relative;
  }

  .box_contains_trap ul li img{
    object-fit: contain;
  }
}