.content-article{
    background-color: var(--articles-bg);
}

.content-article main{
    background-color: white;
    width:var(--header-max-width);
    max-width: 100%;
    padding: 0;
    text-align: justify;
}

.content-article main #title{
    aspect-ratio: 180/57;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-bottom: 5em;
    text-align: left;
}
    .content-article main #title h1{
        color: white;
        text-transform: uppercase;
        font-size: 300%;
        line-height: 1.3;
        padding-right: 60%;
        padding-left: 6%;
        font-weight: 600;
        position: absolute;
        width: 100%;
        height: 100%;
        top:0;
        left: 0;
        z-index: 2;
        display: flex;
        align-items: center;
    }
    .content-article main .titre-article-long #title h1{
        font-size: 250%;
        padding-right: 50%;
    }

    .content-article main #title h1::after{
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        /*background-color: rgba(0, 0, 0, .15);*/
        background: linear-gradient(90deg, rgba(0,0,0,.7) 0%, rgba(0,0,0,0) 50%);
        top:0;
        left: 0;
        z-index: -1;
    }

.content-article main section:not(#title){
    color: #474747;
    margin : 0 6em;
    padding-left : 2em;
    border-left: .1em solid var(--col-pink);
    margin-bottom: 4em;
}
.content-article main section h2{
    font-size: 200%;
    color: black;
    line-height: 1;
    margin-bottom: .8em;
    text-align: left;
}

.content-article main section h4{
    font-size: 100%;
    color: black;
    line-height: 1;
}
.content-article main section li{
    margin-bottom: 2em;
}

.content-article main section ol { 
    list-style: none; 
    counter-reset: num; 
} 

.content-article main section ol>li { 
    counter-increment: item;
    margin-bottom: 5px;
} 

.content-article main section ul>li { 
    list-style-type: none;
    list-style-position: inside;
    padding-left: 1.5em;
    margin-top: .6em;
}

.content-article main section ul>li:before {
    content: "\f4c7";
    font-weight: 600;
    font-family: var(--font-awesome);
    padding-right: .6em;
    color: var(--col-pink-c);
    font-size: 90%;
}

.content-article main section ol>li::before { 
    margin-right: 10px;
    content: counter(item);
    float: left;
    border-radius: 100%;
    /*color: var(--col-pink);*/
    color: white;
    font-weight: 800;
    text-align: center;
    line-height: 1;
    /*margin-bottom: 1em;*/
    font-size: 115%;

    background-color: var(--col-pink);
    border-radius: 100%;
    width: 1.5em;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(-.1em, -.2em);
} 

.content-article main section img{
    width: 100%;
    height: auto;
    border-radius: 12px;
}

.content-article main section a:link,
.content-article main section a:visited,
.content-article main section a:focus,
.content-article main section a:active{
    text-decoration: none;
    color: var(--col-pink-f);
}
.content-article main section a:hover{
    color: var(--col-pink);
    text-decoration:underline;
}

.content-article main section .link-logo{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    transform: translateY(-.1em);
    width: fit-content;
}
.content-article main section .link-logo:before{
    content:"";
    width: 24px;
    aspect-ratio: 1/1;
    display: inline-block;
    margin-right: .5em;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.ll-tinder:before{ background-image: url(https://tinder.com/favicon-32x32.png); }
.ll-meetic:before{ background-image: url(https://iliusstu-a.akamaihd.net/www.meetic.fr/hpv/favico-04b59247286.ico); }
.ll-bumble:before{ background-image: url(https://bumble.com//bumble-brand-assets/favicon/favicon-32x32.png); }
.ll-grindr:before{ background-image: url(https://cdn.prod.website-files.com/641dc6058ca7b72a1422b5d7/64653954b717a5d77470802e_favicon.png); }
.ll-weareher:before{ background-image: url(https://weareher.com/wp-content/uploads/2021/02/herlogo.png); }
.ll-okcupid:before{ background-image: url(https://cdn.okccdn.com/media/img/logos/2021/favicon.png); }
.ll-taimi:before{ background-image: url(https://taimi.com/themes/taimi2/assets/images/favicon.ico); }
.ll-feeld:before{ background-image: url(https://feeld.co/favicons/favicon.png); }

.content-article main section#introduction,
.content-article main section#conclusion
{
    border-left: none;
    color: var(--col-pink);
    font-weight: 600;
}

.content-article main section ol li { 
    margin-bottom: 5px;
} 
.content-article main section ol ul { 
    margin-bottom: 2em;
} 


/* liste */

.titre-section{
    text-align: justify;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 3em;
}
.titre-section h1{
    font-size: 200%;
    font-weight: 500;
    margin-bottom: .75em;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    text-transform: uppercase;
}
.titre-section i{
    font-size: 200%;
    margin-right: .5em;
}

.content-articles-list main{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: flex-start;
}

.article-bloc{
    width: 100%;
    aspect-ratio: 180 / 57;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    border-radius: 12px;
    background-color: black;
    overflow: hidden;
    margin-bottom: 2em;
    position: relative;
    transition: var(--transition-all);
}
.article-bloc>a{
    display: block;
    width: 100%;
    height: 100%;
}
.ab-text{
    width: 40%;
    background-color: var(--col-pink-f);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 2em;
    position: absolute;
    border-radius: 0 0 12px 0;
}
.ab-text h2{
    font-weight: 800;
    line-height: 1.4;
    margin-bottom: .5em;
    padding-bottom: .3em;
    text-align: left;
    text-transform: uppercase;
    font-size: 150%;
    border-bottom: 1px solid var(--col-pink);
    width: 100%;
    color: white;
}
.ab-text p{
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 0;
    text-align: left;
}
.article-bloc a,
.article-bloc a:link,
.article-bloc a:visited{
    text-decoration: none;
}
.article-bloc a:hover,
.article-bloc a:active{
    color: white;
}

#articles-container{
    width: 100%;
}
#article-loader{
    width: 100%;
    margin-bottom: 2em;
    text-align: center;
    animation: fadein 0.3s ease;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* hover */
.article-bloc:hover{
    cursor: pointer;
    background-size: 110% auto;
}
.article-bloc:hover .ab-text{
    background-color: var(--col-pink-ff);
    box-shadow: var(--box-shadow-hover);
}


@media screen and (max-width: 1079px) {
    .content-article main #title {
        aspect-ratio: 180 / 100;
        margin-bottom: 3em;
        margin-top: 42px;
    }
    .content-article main section:not(#title) {
        margin: 0;
        padding-right: 16px;
        padding-left: 16px;
        margin-left: 4px;
        border-left: 4px solid var(--col-pink);
        margin-bottom: 4em;
    }
    .content-article main #title h1{
        font-size: 180%;
        line-height: 1.2;
        padding-right: 0;
        padding-left: 24px;
        padding-right: 25%;
    }
    .content-article main .titre-article-long #title h1{
        font-size: 160%;
        padding-right: 15%;
    }
    .content-article main #title h1::after{
        background: linear-gradient(90deg, rgba(0,0,0,.8) 0%, rgba(0,0,0,.15) 70%);
    }
    .content-article main section#introduction,
    .content-article main section#conclusion
    {
        border-left: none;
    }

    /* LIST */

    .article-bloc{
        aspect-ratio: unset;
        background-position: bottom right;
        background-size: auto 210px;
    }
    .article-bloc a{
        padding-bottom: 200px;
    }

    .article-bloc:hover{
        background-size: auto 210px;
    }

    .ab-text{
        width: 100%;
        position:unset;        
    }

    .titre-section{
        width: 100%;
    }
    .titre-section h1{
        font-size: 180%;
        flex-direction: column;
        text-align: center;
    }
    .titre-section i{
        font-size: 180%;
        margin-right: 0;
        margin-bottom: .2em;
    }
}