section.magazine{
    padding:32px 0;
    overflow-x: hidden;
}

section.magazine .content{
    padding: 0 20px;
}

section.magazine .titre{
    color: #000;
    font-family: Biotif, sans-serif;
    font-weight: 300;
    line-height: 34px;
    font-size: 32px;
    font-style: italic;
    text-align: left;
}

section.magazine .titre .ogg{
    font-family: Ogg, sans-serif;
    font-style: normal;
}

section.magazine .content .texte-btn{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

section.magazine .content .texte-btn .titre-texte p{
    margin-top:32px;
}

section.magazine .content .texte-btn .btn-desktop{
    display: none;
}

section.magazine .content .texte{
    color: #000;
    text-align: left;
    font-size: 16px;
    font-family: Biotif, sans-serif;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
}

section.magazine .articles-wrapper{
    padding: 0 20px;
    margin-top: 34px;
}

section.magazine.is-slider .articles-wrapper{
    padding: 0 0 0 20px;
}

section.magazine .articles-wrapper .articles .article{
    padding-bottom: 7px;
}

section.magazine .articles-wrapper .articles .article figure{
    position: relative;
    overflow: hidden;
}

section.magazine .articles-wrapper .articles .article img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 335/429;
    display: flex;
}

section.magazine .articles-wrapper .articles .article .infos-article{
    margin-top: 24px;
}

section.magazine .articles-wrapper .articles .article .tag-loc{
    position: absolute;
    top:20px;
    left: 20px;
}

section.magazine .articles-wrapper .articles .article .infos-article .titre{
    color: #000;
    font-size: 28px;
    font-family: Ogg, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    margin-top: 10px;
}

section.magazine .articles-wrapper .articles .article .infos-article .sous-titre{
    color: #000;
    font-size: 17px;
    font-family: Biotif, sans-serif;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    margin-top: 24px;
    display: flex;
    max-width: 450px;
}

section.magazine .articles-wrapper .articles .article .infos-article .lire{
    color: #000;
    font-size: 16px;
    font-family: Biotif, sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    border-bottom: 1px solid var(--gris);
    padding-bottom: 7px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    margin-top: 24px;
    display: flex;
    width: fit-content;
}

section.magazine .articles-wrapper .articles .article .infos-article .lire:hover{
    border-color: var(--orange);
}

section.magazine .articles-wrapper > .btn{
    margin: 28px auto 0;
}

section.magazine .articles .slick-list{
    margin: 0 -3px;
    padding: 0 25px 0 0;
}

section.magazine .articles .slick-list .slick-slide{
    margin: 0 3px;
}

section.magazine .articles .slick-dots{
    position: relative;
    bottom: unset;
    margin-top: 25px;
}

@media screen and (max-width: 768px){
    section.magazine .articles-wrapper .articles .article img.zoom-animation:hover{
        transform: scale(1);
    }
}

@media screen and (min-width: 768px){

    section.magazine{
        padding: 96px 0 94px 0;
    }

    section.magazine .titre{
        font-size: 52px;
        line-height: 55px;
    }

    section.magazine .articles .slick-list{
        padding:0;
    }

    section.magazine .content,
    section.magazine .articles-wrapper{
        padding: 0 50px !important;
    }

    section.magazine .articles-wrapper > .btn{
        display: none;
    }

    section.magazine .content .texte-btn .btn-desktop{
        display: flex;
    }

    section.magazine .articles-wrapper .articles .article img{
        aspect-ratio: 1582/595;
    }

    section.magazine .articles-wrapper .articles .article .infos-article{
        padding-left: 20px;
    }
    section.magazine.is-slider .articles-wrapper .articles .article img{
        aspect-ratio: 589/589;
    }

    section.magazine.two-columns .articles-wrapper .articles .article img{
        aspect-ratio: 781/595;
    }

}

@media screen and (min-width: 992px){

    section.magazine.is-slider .articles-wrapper .articles{
        display: flex;
        grid-gap: 18px;
        justify-content: center;
    }

    section.magazine.is-slider .articles-wrapper .articles .article{
        flex:1;
    }

    /* section.magazine.two-columns .articles-wrapper .articles .article{
         max-width: 500px;
     }*/
}
