@font-face {
    font-family: 'bree_rgbold';
    src: url('fonts/breebold-webfont.woff2') format('woff2'),
    url('fonts/breebold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

*, *:before, *:after { box-sizing:border-box; -webkit-box-sizing:border-box; }
html { min-height: 100%;}
body { font-family:'Arial'; margin:0; padding:0; font-size:20px; line-height:100%; overflow: auto!important; background-color: #FFFFFF}
a, a:hover, a:active { text-decoration:none; color:inherit; }

button:hover{
    cursor: pointer;
}
#form { position:relative; padding:35px 35px 0px 35px; background:#99ca3b; color:#222221;}
.container { max-width:1200px; margin:0 auto; text-align:center; padding:30px; }
dl { display:table; width:100%; border-spacing:15px; }
dl dt { display:table-cell; }
img { max-width:100%; height:auto;}
.list img { display:inline-block; vertical-align:top; }

#majeur { display:none; position:fixed; top:0; left:0; width:100%; height:100%; background:rgba(255,255,255,0.98); z-index:9999999; }
#majeur div { position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); -webkit-transform:translate(-50%,-50%); text-align:center; }
#majeur div a { display:inline-block; border:1px solid #A8CE45; font-size:20px; line-height:20px; padding:10px 20px; background-color:#A8CE45; color:#ffffff; margin-top:10px; }
#majeur div a:hover { border:1px solid #A8CE45; background-color:#ffffff; color:#A8CE45; }


#header{
    background-color: #00903E;
    width: 100%;
}

#header img{
   max-height: 105px;
}

#footer{
    width: 100%;
    background-color: #00903E;
    text-align: center;
    padding: 15px 0;
    color: #fff;
    font-size: 0.8em;
}

#bl_1{
    /*background: url("imgs/slide1-bg.jpg") no-repeat center bottom;*/
    /*background-size: cover;*/
}

.slide-item{
    position: relative;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    max-width: 100%;
}

.owl-carousel .owl-item img {
    display: initial !important;
    width: auto !important;
}

#bl_2{
    background: url("imgs/slide2-bg.jpg") no-repeat center;
    background-size: cover;
}

#bl_3{
    background: url("imgs/slide3-bg.jpg") no-repeat center;
    background-size: cover;
}

#bl_4{
    background: url("imgs/slide4-bg.jpg") no-repeat center;
    background-size: cover;
}

#content_sub > dt {
    background-color: #ffd04e;
    padding: 30px;
    width:33%;
    vertical-align:middle;
}

button { padding:8px 16px; background-color:#00903E; color:#FFFFFF; border-radius:5px; border:0;  }



.label-file {
    cursor: pointer;
    color: #00b1ca;
    font-weight: bold;
}
.label-file:hover {
    color: #25a5c4;
}


.count_vote{
    display: inline-block;
    padding:5px 10px;
}

.upload input[type='file']{
    position: absolute;
    margin-top: 3px;
    margin-left: 3px;
    height: 1px;
    width: 1px;
    z-index: -5;
}

.grid {
    margin: 0 auto;
    padding: 10px 0;
}

.grid-sizer,
.grid-item {
    width: 325px;
}


.grid-item {
    margin-bottom: 10px;
}


.bande_vote{
    background-color: rgba(255, 208, 77, 01);
    height: 35px;
    width: 100%;
    position: absolute;
    bottom: 0;
    opacity: 0.3;
    display: flex;
    align-items: center;

}



.grid-item:hover .bande_vote{
    opacity: 1;
}

.fa-heart:before{
    color:red;
}

.btn_vote{
    position: absolute;
    right: 0;
    text-align: center;
    line-height: 15px;
    font-size: 0.8rem;
    background-color: #F05161;
    padding: 3px 10px;
    color: #fff;
    height: 100%;
    cursor: pointer;
}

span.btn_vote i {
    display: block;
    font-size: 1.4em;
}

.bounce{
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: bounce;
    animation-name: bounce;
}

.nav{
    background: #003f14;
    color: #fff;
    padding: 5px 0;
    justify-content: center
}

.nav a{
    padding: 2px 27px;
    border: 2px solid #d39e20;
    border-radius: 5px;
    background-color: #ffd04e;
}



@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}
    40% {-webkit-transform: translateY(-30px) }
    60% {-webkit-transform: translateY(-20px);}
}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
    40% {transform: translateY(-30px);}
    60% {transform: translateY(-20px);}
}

.share_photo{
    position: absolute;
    right: 5px;
    top: 5px;
    color: #ffffff;
}

.white-popup {
    position: relative;
    background: #FFF;
    width: auto;
    max-width: 1024px;
    margin: 20px auto;
}

.header_popup{
    padding: 10px 10px;
    text-align: center;
    background-color: #00903e;
    color: #fff;
}

.content_popup{
    padding: 10px 20px;
    font-size: 0.7em;
}
.content_popup li{
    list-style: none;
}

.content_popup li:before{
    content: '-';
    display: inline-block;
    margin-right: 10px;
}

.footer_popup{
    text-align: center;
}

@media (max-width : 480px) {
	dl, dt { display:block !important; width:100% !important; }
    .bottle{ max-height: 285px !important;}

    .content_popup{ padding: 10px 0px; font-size: 0.5em;}
    .content_popup ul{ padding-left: 20px;}
} 