.style6{padding:2.07%;position:relative}.conteneur-article6{padding:40px}.style-article6{text-align:justify}.style-article6 img{max-width:100%;height:auto}.style-article6 .txt-article6{padding:40px;padding-top:20px;font-size:1em;margin-top:10px}.style-article6 .contenu-article{width:100%;padding-top:5px;padding-bottom:0px;text-align:justify;margin:auto;font-size:1rem}.style-article6 .h2,.style-article6 h2{font-size:2rem;margin-bottom:.8rem;font-weight:bold}.style-article6 .grid{margin-top:22px}.style-article6 .grid::before{content:"";display:table;clear:both}.style-article6 .grid::after{content:"";display:table;clear:both}@media screen and (max-width: 720px){#bloc-rubrique .content-rub{height:350px}.slide-rubrique-content span{font-size:1rem}.slide-rubrique-content h1{font-size:1.25rem;line-height:1.25rem}#bloc-rubrique-contenu h1{font-size:1.5rem;line-height:1.5rem}.sous-titre p{font-size:1.25rem}#bloc-rubrique-photo{height:250px !important}.style-article6 .h2,.style-article6 h2{font-size:1.25rem}}@media screen and (max-width: 480px){.style-article6 .h2,.style-article6 h2{font-size:1.25rem}}
.style-article6 p{
    line-height:1.8rem;
}
.style-article6 li{
    line-height:1.8rem;
}
.button-square{
    display: inline-block;
    position: relative;
    zoom: 1;
    border: 1px solid transparent;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    padding: 17px 20px;
    line-height: 21px;
    font-size: 18px;
}



/* Lien “encadré” (Affichage 6) - compatible Style bouton */
.style-article6 a.btn-linklike{
    display:inline-flex;
    align-items:center;
    gap:10px;

    padding:12px 16px;
    border-radius:10px;

    text-decoration:none !important;
    font-weight:600;

    /* IMPORTANT :
       - Pas de background/border/couleur ici
       - car ça vient de $style_btn (Style bouton) */
    transition:transform .15s ease, box-shadow .15s ease, filter .15s ease;
}

.style-article6 a.btn-linklike:hover{
    transform:translateY(-1px);
    box-shadow:0 10px 24px rgba(0,0,0,0.10);
    filter:brightness(0.98);
}

.style-article6 a.btn-linklike:active{
    transform:translateY(0);
    box-shadow:0 6px 16px rgba(0,0,0,0.10);
}

.style-article6 a.btn-linklike:focus{
    outline:2px solid currentColor;
    outline-offset:3px;
}

.style-article6 a.btn-linklike .btn-linklike-text{
    line-height:1.2;
}

/* icônes */
.style-article6 a.btn-linklike i{
    line-height:1;
}

.style-article6 a.btn-linklike svg{
    width:18px;
    height:18px;
    flex:0 0 auto;
}

/* Lien encadré full largeur */
.style-article6 a.btn-linklike-full{
    width:100%;
    display:flex;          /* remplace inline-flex */
    justify-content:space-between;
}
.style-article6 a.btn-linklike-full{
    padding:16px 20px;
}
/*# sourceMappingURL=article6.min.css.map */

#conteneur-articles .style-article6 .contenu-article.container{padding-left:0!important;padding-right:0!important;}
