/* --------------------------------------------------------------- */
/*
/* Les vins
/*
/* --------------------------------------------------------------- */

section.vins h3 {
    color: #FF1350;
    font-family: "Quicksand", serif;
    font-size: 24px;
    font-weight: 400;
    margin-left: 120px;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
    position: relative;
    z-index: 10;
}

section.vins {
    background-image: url("../../img/vins/fond.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: inherit;
    padding: 60px 0;
    position: relative;
}

section.vins .row_vins {
    position: relative;
}

section.vins .row_vins:after {
    top: 0;
    /*background      : url("../../img/logo-lunette.svg") no-repeat center top;*/
    background: url("../../img/logo/personnages_seuls.svg") no-repeat center center;
    background-size: auto 100%;
    content: "";
    height: 290px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 100%;
    opacity: 0.3;
}

section.vins a {
    margin-top: 140px;
    width: 100%;
    height: 100%;
    display: block;
    text-decoration: none;
    padding: 50px 0px;
    position: relative;
    z-index: 10;
}

section.vins .container-vin .content-img {
    display: flex;
    justify-content: center;
    position: relative;
    transition: 0.3s all;
    transform: scale(1);
    transform-origin: bottom center;
}

section.vins .container-vin:hover .content-img {
    transform: scale(1.05);
}

section.vins .container-vin .content-img img {
    position: relative;
    z-index: 2;
    background-position: bottom;
}

section.vins .container-vin .content-img:after {
    content: "";
    background: url("../../img/vins/ombre-vin-indi.png") no-repeat center bottom;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 40px;
    background-size: 100%;
    object-fit: cover;

}

section.vins .container-vin .content-titre {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

section.vins .content-titre h2 {
    margin-top: 45px;
    margin-bottom: 0px;
    font-family: "EB Garamond";
    font-size: 19px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    color: #252525;
}

section.vins .content-titre p.body-2 {
    color: #FF1350;
    font-family: "Quicksand";
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 50px;
    text-align: center;
}

section.vins .content-titre .btn-decouvrir {
    background-color: #FF1350;
    font-size: 14px;
    text-align: center;
    margin-top: 45px;
    padding: 10px 20px;
    color: #FFFFFF;
    transition: 0.3s all;
}

#les_vins {
    background-image: url("../../img/vins/fond.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: inherit;
    padding: 60px 0;
}

#les_vins h1 {
    margin-bottom: 100px;
}

#les_vins .presentation_vin .bloc-vin {
    text-align: center;
    position: relative;
}

#les_vins .presentation_vin .bloc-vin img.photo-vin {
    max-width: 100%;
    max-height: 100%;
    transition: 0.3s all;
    position: relative;
    transform: scale(1);
}

#les_vins .presentation_vin .titre h2 {
    font-family: "EB Garamond";
    font-size: 19px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    width: fit-content;
    margin: auto;
    margin-top: 50px;
}

#les_vins .presentation_vin .titre h3 {
    margin: 0 auto 50px;
}

/*
#les_vins .presentation_vin .titre h2::before {
    content: '';
    background-image: url('../../img/bande-titre.jpg');
    position: absolute;
    width: 2px;
    height: 22px;
    left: -10px;
}
*/
/*
#les_vins .presentation_vin .bloc-vin .bouton {
    background-color: #ff1350;
    padding: 10px 30px;
    font-family: 'Quicksand';
    font-size: 13px;
    position: absolute;
    bottom: 0;
    color: #fff;
    width: 130px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
*/
#les_vins .presentation_vin .div-img {
    width: fit-content;
    position: relative;
    z-index: 1;
    margin: 0 auto;
}

#les_vins .presentation_vin .div-img::after {
    content: "";
    background-image: url("../../img/vins/ombre-vin-indi.png");
    background-size: 100%;
    width: 220%;
    height: 8%;
    bottom: -12px;
    left: -60px;
    position: absolute;
    background-repeat: no-repeat;
}

#les_vins .presentation_vin .bloc-vin {
    margin-top: 30px;
    min-height: 540px;
    transition: 0.3s all;
}

#les_vins .presentation_vin .bloc-vin:hover img.photo-vin {
    transform: scale(1.03);
}

#les_vins .presentation_vin .bloc-vin h3 {
    font-family: "Quicksand";
    font-size: 14px;
    color: #000000;
    font-weight: 400;
}

/*
#les_vins .presentation_vin .bloc-vin:nth-child(-n + 4) {
    margin-top: 0;
}
*/

/* --------------------------------------------------------------- */
/*
/* Responsive
/*
/* --------------------------------------------------------------- */
@media screen and (max-width: 767px) {
    #les_vins {
        background-position: center top;
        background-repeat: no-repeat;
        background-color: #F1F0EF;
    }

    #les_vins .presentation_vin .bloc-vin {
        margin-top: 60px !important;
    }

    #les_vins .presentation_vin .bloc-vin:nth-child(-n + 2) {
        margin-top: 0 !important;
    }
}

@media screen and (max-width: 575px) {
    #les_vins .presentation_vin .bloc-vin {
        margin-top: 0 !important;
    }

    #les_vins .presentation_vin .bloc-vin, #les_vins .presentation_vin .bloc-vin:nth-child(2) {
        margin-top: 60px !important;
    }

    #les_vins .presentation_vin .bloc-vin:first-child {
        margin-top: 0 !important;
    }
}
