.changLang {
    /*background-color: #f1f1f1;*/
    /*position: relative;*/
    /*float: right;*/
    position: absolute;
    right: 0;
    cursor: pointer;
    padding: 10px;
    width: auto;
    max-width: 75px;
    margin-left: auto;
}

.changLang span::after {
    width: 0;
    height: 0;
    border: .313em solid transparent;
    /*border-top-color: transparent;*/
    border-bottom-width: 0.313em;
    /*border-bottom-style: solid;*/
    /*border-bottom-color: transparent;*/
    border-bottom: none;
    border-top-color: #bc9d59;
    content: '';
    display: inline-block;
    right: -5px;
    vertical-align: middle;
    position: relative;
}

.changLang ul {
    color: #fff;
    /*padding-top: 5px;
    padding-left: 10px;
    padding-bottom: 5px;*/
    text-transform: none;
    text-shadow: none;
    font-size: 14px;
    display: none;
    list-style: none;
    margin: 0;
    padding: 0 0 0 5px;
    position: absolute;
    z-index: 20000;
    left: 0;
    right: 0;
    background-color: #fff;
    max-height: 150px;
    overflow-y: auto;


}

/*.changLang:hover ul,
.changLang:active ul{
    display: block;
}*/

.hover{
    display: block !important;
}

.changLang ul li a {
    padding: 5px;
}
.changLang a {
    color: #000;
    text-decoration: none;
}

.changLang ul {
    margin-top: 20px;
}
.changLang ul li {
    padding: 5px 0;
}

.changLang img{
    min-width: 20px;
}



/* Style the buttons that are used to open and close the accordion panel */
.accordion {
    /*background-color: #eee;*/
    color: #444;
   /* cursor: pointer;*/
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
    background-color: #ccc;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
    padding: 0 18px;
    background-color: white;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

/*.accordion:after {*/
/*    content: '\02795'; !* Unicode character for "plus" sign (+) *!*/
/*    font-size: 13px;*/
/*    color: #777;*/
/*    float: right;*/
/*    margin-left: 5px;*/
/*}*/

/*.active:after {*/
/*    content: "\2796"; !* Unicode character for "minus" sign (-) *!*/
/*}*/


#titre{
    font-size: 20px;
    font-weight: bold;
}

.additifs{
    font-weight: bold;
}

.noPadding{
    padding: 0 !important;
}
.block{
    padding: 10px 0;
}
#titreAdditifs{
    font-weight: bold;
}
#main{
    padding: 10px;
}

/* FL*/

#domaine a,
#domaine span
{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    color:#666;
}
#nomVin{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
}
#cuvee{
    color:#707070;
}
#aopigp{
    margin-top: 20px;
}

/*#externalLink{
    color: inherit;
}*/

div[data-url]{
    cursor: pointer;
}

.lisere{
    border: 1px solid #6a0719;
}

#photoVin{
    float: left;
    max-height: 120px;
}
