.banner{
    top: 0;
}

.banner img{
    margin: 0;
    width: 100%;
}

.actu{
    position: absolute;
    background-color: rgba(0, 0, 0, 0.7);
    top:50%;
    right: 25%;
    transform: translate(50%, 0);
    padding: 20px;
    text-align: center;
}

.actu p{
    color: white;
}

.prixContent{
    display: flex;
    justify-content: center;
    align-items: end;
    margin-bottom: 20px;
}

.prixContent h1{
    color: #7ebd17;
    font-size: 3em;
    margin: 0;
}

.actu p{
    font-size: 1.4em;
}

.prixContent .euro{
    font-size: 1.6em;
}

.aLight{
    color: #0d6efd;
}

.main{
    display: flex;
    text-align: center;
}

h2{
font-weight: normal;
color: #7ebd17;
}

h4{
    margin: 0;
    padding-top: 12px;
    padding-bottom: 16px;
}


p{
    margin: 0;
    padding-bottom: 8px;
}

ul{
    margin: 0;
}

li{
    padding-bottom: 8px;
    list-style-type: none;
}

section{
    padding-bottom: 12px;
}

#newBG{
    display: inline-block;
    position: relative;
    border-radius: 15px;
    border: 1px;
    padding-top: 0.5vw;
    padding-bottom: 1vw;
    padding-left: 1vw;
    padding-right: 1vw;
    background-color: #fde1bb;
}

#new{
    width: 60px;
    position: absolute; left: -1.6vw; top: -3vh;
}

.button {
    display: inline-block;
    padding: .75rem 1.25rem;
    margin: 10px;
    border: none;
    border-radius: 1rem;
    color: #fff;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: .15rem;
    transition: all .3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    &:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #7ebd17;
        border-radius: 1rem;
        z-index: -2;
    }
    &:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0%;
        height: 100%;
        background-color: #689b13;
        transition: all .3s;
        border-radius: 1rem;
        z-index: -1;
    }
    &:hover {
        color: #fff;
        &:before {
        width: 100%;
        }
    }
}

#venteFerme{
    display: flex;
    flex-direction: column;
    align-items: center;
}

iframe{
    margin-top: 15px;
    width: 600px;
    height: 300px;
}

@media screen and (max-width: 1400px) {
    .actu{
        top:25%;
        right: 25%;
    }
}

@media screen and (max-width: 1000px) {
    .actu{
        top:20%;
        padding: 15px;
    }
    .actu h2{
        font-size: 1.8em;
    }
    .prixContent h1{
        font-size: 2.5em;
    }
    .prixContent .euro{
        font-size: 1.25em;
    }
}

@media screen and (max-width: 800px) {

    .actu{
        top: 10%;
    }
}

@media screen and (max-width: 600px) {
    .main {
        margin-right: 0;
        margin-left: 0;
    }
    #venteDirect ul{
        padding-left: 0;
    }
    .actu{
        top: 9%;
        right: 2%;
        transform: translate(0, 0);
        padding: 10px;
    }
    .actu p{
        font-size: 1em;
    }
    .actu h2{
        margin-top: 0;
        font-size: 1.2em;
    }
    .prixContent{
        margin-bottom: 10px;
        font-size: 1em;
    }
    .prixContent h1{
        font-size: 2em;
    }
    .prixContent .euro{
        font-size: 1.1em;
    }
    .aLight{
        font-size: 1em;
    }
    #new{
        left: -8vw;
    }
}
