/*
CODE COULEUR
GRIS : #53503d
Doré/marron clair : #BBB28C
ROUGE : #800000;
*/
@media (min-width: 1200px){
.container {
    max-width: 1200px;
    }
}

@media (min-width: 576px) and (max-width: 950px){
    .container{
        max-width: 100%;
    }
}

@media (max-width: 768px){
  .hidden-md-down{
    display: none;
  }
  .navbar-brand {
    position: absolute;
    left: 0;
  }
}

@media (min-width: 768px){
  .hidden-md-up{
    display: none;
  }

  .navbar-nav {
    display: flex;
}

.navbar-brand {
    margin-left: 50px;
    order: 2;
}


}

body{
    text-align: center;
    background-color: black;
    color: #BBB28C;
    font-family: arial;
    font-size: 14px;
}

@media (max-width: 768px) {
  body{
    font-size: 16px;
  }

}

a{
    text-decoration: none;
    color: #800000;;

}

a:hover{
    color: #BBB28C;
    text-decoration: none;
}

#header{
    background-color: #53503d;
    border-bottom: 1px solid #BBB28C;
}

#header_sous{
    background-color: #53503d;
    border-bottom: 1px solid #800000;
}


#header_sous{
    text-align: center;
}

ul{
    padding-inline-start: 0px;
}

ul.navbar-nav{
    width: 100%;
    justify-content: space-between;
}

.dropdown-toggle::after{
    display: none;
}

@media (max-width: 768px) {
  .dropdown-item{
    white-space: normal;
  }

}

/*Center menu*/
.navbar-nav {
    margin:0 auto;
}

.navbar{
  padding: 0rem 0rem;
}

.navbar li.nav-item.dropdown a,
.navbar li.nav-item a.nav-link{
  padding: .5rem 1rem;
}

/* .navbar-nav > li {
    display: block;
    float:none;
} */

.navbar-dark .navbar-nav .nav-link{
    color: #BBB28C;
    padding: 0;
    font-size: 15px;
}

.navbar-dark .navbar-nav .nav-link:hover{
    color: #800000;
}

.dropdown-menu{
  margin: 0rem 0 0;
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .show>.nav-link{
    color: #800000;
}

.navbar{
    justify-content: flex-end;
}

.dropdown-menu{
    background-color: #53503d;
}

.dropdown-item:hover{
    background-color: #800000;
    color: #BBB28C;
}

.dropdown-item{
    color: #BBB28C;
    font-size: 14px;
}

@media (min-width: 768px){
    .dropdown:hover .dropdown-menu{
        display: block;
    }
}

.navbar-collapse.collapse.show .nav-item{
  padding : 0.5em;
}

.navbar-collapse.collapse.show .nav-item a{
  font-size: 18px;
}

/*FOOTER*/
#footer{
    bottom:0;
    width:100%;
    height:50px;
}

#container_footer{
    border-bottom: 1px solid #BBB28C;
    max-width: 100%;
    border-top: 1px solid #800000;
}

/*INDEX*/
.texte_presentation{
    padding: 10px;
}

/*DOMAINE*/
img.img-fluid.domaine{
    border-bottom: 1px solid black;
}

.description_domaine{
    background-color: #54503E;
    padding-top: 15px;
    text-align: justify;
}

div.row.domaine_unite{
    padding-top: 15px;
}


div.row.domaine_unite ul{
  list-style: none;
}

/*LES VINS*/
.les_vins ul.tabs{
    margin: 0px;
    padding: 0px;
    list-style: none;
    line-height: 1.9rem;
}
.les_vins ul.tabs li{
    padding: 10px 15px;
    cursor: pointer;
}

.les_vins ul.tabs li:hover,
li.active{
    background-color: #756D52;
    color: #BBB28C;
}

/*
.les_vins .tab-content{
    display: none;
}

.les_vins .tab-content.current{
    display: inherit;
}*/

.les_vins div.liste_lien{
    opacity: 0.8;
    background-color: #BBB28C;
    color: black;
    /* min-height: 13rem; */
}

.les_vins div.tab-content .col-lg-6,
.details_vins .row{
    background-color: #54503E;
    /*margin-top: 2rem;*/
    margin-bottom: 2rem;
}

.les_vins div.col-lg-6.description_domaine_vins{
    padding-top: 30px;
}

.les_vins div.col-lg-6.description_domaine_vins ul{
  list-style: none;
}

.liste_lien a{
  color: black;
}

/*IMPORTATEURS*/
img.img-fluid.import{
    border-bottom: 1px solid #BBB28C;
}

.import_pays ul.tabs{
    margin: 0px;
    padding: 0px;
}

.import_pays ul.tabs li{
    /*padding: 10px 15px;*/
    cursor: pointer;
    list-style: inside;
    text-align: left;
}

.import_pays ul.tabs li:hover{
    background-color: #756D52;
    color: #BBB28C;
}

.import_pays .tab-content{
    display: none;
}

.import_pays .tab-content.current{
    display: inherit;
}

.import_pays div.tab-content .col-lg-6,
.import_pays div.tab-content .col-lg-12{
    background-color: #54503E;
    color: #BBB28C;
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding: 10px;
}

.import_pays div.col-lg-6.description_domaine_vins{
    padding-top: 30px;
}

div.liste_pays{
    background-image: url(../../image/degradeimport.jpg);
    color: #BBB28C;
    /*min-height: 20rem;*/
    min-height: 11rem;
}

.description_import a:hover{
    color: #54503E;
}

div.details_pays a:hover{
    color: #F1E5B2;
}

div.details_pays a{
    color: #BBB28C;
    text-decoration: underline;
}


/*PHOTOTHEQUE*/
div.row.phototheque{
    border-bottom: 1px solid #BBB28C;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.texte_presentation.phototheque{
    border-bottom: 1px solid #BBB28C;
    margin-bottom: 10px;
}

div.row.picture{
  padding-bottom: 10px;
}

@media (max-width: 768px) {
  div.row.picture img,
  div.row.phototheque img{
    margin: 10px;
  }
}

/*Fil d'ariane*/
.breadcrumb{
  background-color: #BBB28C;
  margin-top: 10px;
}

.breadcrumb-item.active{
  color: black;
}

li.breadcrumb-item.active{
  background-color: #BBB28C;
}

li.breadcrumb-item a:hover{
  color: black;
}

div.container.les_domaines img:hover,
div.container.les_importateurs img:hover{
  -webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.flag-icon {
    opacity: .8;
    transition: all .3s;
}

.flag-icon:hover {
    opacity: 1;
}
