
body{
    background-image: none;
  }

h5{
    font-family: 'Montserrat-Regular', sans-serif;
    margin-top: 15px;
}
/** SECTION WHEEL **/

.y-mandatory-scroll-snapping .section {
    text-align: start;
    display: flex;
    justify-content: center;
}

.wheel-article{
    height: 100dvh;
    z-index: 1;
}

.all-article-search{
    height: 100dvh;
}
.article-search{
    height: 300px;
    width: 385px;
}

#englob-article-scrollbar::-webkit-scrollbar-thumb{
    background-color: rgba(255, 255, 255, 0.205) !important;
}

#englob-article-scrollbar::-webkit-scrollbar-track{
    background: rgba(128, 128, 128, 0.103) !important;
}


.englob-all-article{
    height: 100%;
    display: flex;
    width: 80%;
    justify-content: center;
    overflow-y: scroll;
}
.englob-all-article .article-search:hover{
    cursor: pointer;
    opacity: 50%;
}
.section-search-title{
    padding-top: 5%;
}


.ArticleTitle-search{
    display: flex;
    justify-content: left;
    color: #c29f6a;
    position: relative;
    top: 60%;
    font-size: 18px;
    font-family: 'Montserrat-Bold';
}

.ArticleContent-search {
    color: white;
    display: flex;
    justify-content: center;
    position: relative;
    top: 63%;
    display: none;
}




/** CIRCLE ARTICLE PAGE **/

.circle-article{
    position: fixed;
    right: 35%;
    top: 25%;
    background:  aqua;
    filter: blur(40px);
    height: 10vmin;
    width: 10vmin;
    border-radius: 50%;
    overflow: hidden;
    z-index: -1;
   
}


.circle-article:nth-of-type(1){
    animation: light-pulse 5s 2s linear infinite;
}


.circle-article:nth-of-type(2){
    animation: light-pulse 5s linear infinite;
}

@keyframes light-pulse {
    0% {
        opacity: 0;
    }

    50%{
        opacity: 0.4;
    }

    75%{
        opacity: 0;
    }

    100%{
        opacity: 0;
    }
}


.circle-article:nth-child(1){
    left: -5%;
    top: 70%;
    background: #c29f6a;
    filter: blur(100px);
    opacity: 0.2;
    height: 50vmin;
    width: 50vmin;
    border-radius: 50%;
}


.all-article-search {
    align-items: center;
    align-content: center;
    justify-content: center;
    height: 100dvh;
    display: flex;
    width: 100%;
}

.all-circle-article {
    position: static;
    display: block;
    overflow: hidden;
}

.image-search {
    background: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 100%;
    width: 100%;
    padding: 10px;
}



.img-article-search{
    height: 30vh;
    width: 20vw;
}

/** TITRE DERNIERES ACTUALITÉS **/

.lastactu {
    position: relative;
    z-index: 1;
    padding-top: 10%;
    left: -100%;
}

.lastactu h1{
    font-size: 50px;
    font-family: 'Montserrat-Bold';
    text-transform: uppercase;
}

.anim-lastactu {
    animation: anim-lastactu 1s ease-in-out forwards;
}

@keyframes anim-lastactu {
    0% {
        left: -100%;
    }

    100%{
        left: 0%;
    }
}

.lesdernieres {
    font-size: 60px;
    margin: 0;
    margin-bottom: 0;
    color: #ffe3b6;
    margin-left: 8%;
    line-height: normal;
}

.lesdernieres-actualites {
    font-size: 130px;
    margin: 0;
    margin-left: 8%;
    color: #ffe3b6;
}

a.Viewlink {
    text-align: center;
}

 /** CATÉGORIE ARTICLES **/

 /** PAGE WITH ALL ARTICLES **/

.lesarticles {
    position: relative;
    justify-content: center;
    align-content: center;
    height: auto;
    height: 70vh;
    padding-top: 55px;
    right: -100%;
}

.anim-lesarticles {
    animation: anim-lesarticles 1s ease-in-out forwards;
}

.wp-block-heading{
    font-size: 1.2em;
}

@keyframes anim-lesarticles {
    0% {
        right: -100%;
    }

    100%{
        right: 0%;
    }
}

.articles-index-content{
    position: relative;
    z-index: 9999;
    margin-top: -4%;
    padding-left: 30%;
    width: 100%;
}

.article {
    max-width: 100%;
    height: 300px;
    width: 450px;
    border-radius: .5em;
    padding: 10px;
    display: table-cell;
    justify-content: column;
    margin: 3em;
}

.ArticleTitle{
    color: #c29f6a;
    margin-top: 10px;
    font-family: 'Montserrat-Regular';
}

.ArticleContent {
    color: #fff;
    margin-top: 5px;
    max-height: 50px;
    margin-bottom: 5px;
    font-family: 'Montserrat-Regular';
}


.ArticleCreated{
    color: #707372;
    margin-top: 15px;
}

.img-article {
    height: 300px;
    width: 450px;
    max-height: 300px;
    max-height: 500px;
}

.slide {
    width: 100%;
    height: 60vh;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 100px;
}

.blocHorizontal {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    width: 150%;
}

.container-scroll {
    width: 100%;
    height: 636px;
    overflow-x: visible;
    overflow-y: hidden;
    margin-top: -13%;
    /* pour ie et mozilla */
    -ms-overlow-style: none;
    scrollbar-width: none;
}

.voir-article{
    margin-top: 20px;
}

.btnview{
    color: #c29f6a;
    border-radius: 50px;
    text-align: center;
    padding: 15px;
    border: 2px solid #c29f6a;
    cursor: pointer;
    position: relative;
    box-shadow: 0 0 200px rgba(0,0,0,0.2);
    transition: 0.1s ease-in-out;
    text-decoration: none;
    font-family: 'Montserrat-Regular';
}

.btnview:hover {
    background-color: #c29f6a;
    color: #fff;
    }

    .see-all-article{
        color: #c29f6a;
        border-radius: 50px;
        text-align: center;
        padding: 15px;
        border: 2px solid #c29f6a;
        cursor: pointer;
        position: relative;
        box-shadow: 0 0 200px rgb(0 0 0 / 20%);
        transition: 0.1s ease-in-out;
        text-decoration: underline;
        font-family: Montserrat,"Helvetica Neue",Helvetica,Arial;
        display: none;
        margin-top: 10%;
        background: none;
    }

    .position-btn-all-article{
        display: flex;
        justify-content: center;
        align-items: center;
    }
     /** RESPONSIVE PAGE ARTICLE **/


     .img-all-article {
        position: absolute;
        width: 100%;
        height: 50vh;
        top: 20vh;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        z-index: -1;
    }

    .feuille-1{
        height: min-content;
        background-color: white;
        z-index: 1;
        opacity: 0.9;
        margin-left: 5%;
    }
    
    .feuille-2{
        height: min-content;
        background-color: #2b2b2b;
        z-index: 2;
        margin-left: 5%;
        padding-bottom: 2%;
    }

    .englob-img-for-each {
        width: 100%;
        padding: 10px;
    }

    .title-all-article{
        color: #c29f6a;
        font-family: 'AssassIn';
        font-size: 3vw;
    }

    .information-article {
        font-family: 'Montserrat-Regular', sans-serif;
        font-style: italic;
        padding-bottom: 5%;
    }

    .summary-all-article {
        color: #c29f6a;
        font-family: 'Montserrat-Regular', sans-serif;
        padding-bottom: 5%;
    }

    .content-all-article{
        color: black;
        font-family: 'Montserrat-Regular', sans-serif;
    }

    .titre-feuille-2 {
        color: white;
        padding-left: 4%;
        padding-top: 5%;
        font-family: 'AssassIn';
    }

    .ArticleTitle-ForEach {
        color: #c29f6a;
        margin-top: 5%;
        font-family: 'Montserrat-Regular';
    }
    
    .ArticleContent-ForEach {
        color: #fff;
        margin-top: 5%;
        min-height: 110px;
        max-height: 110px;
        font-family: 'Montserrat-Regular';
    }
    
    .title-all-article{
        color: #c29f6a;
        font-family: 'AssassIn';
    }

    .information-article {
        font-family: 'Montserrat-Regular', sans-serif;
        font-style: italic;
    }

    .summary-all-article {
        color: #c29f6a;
        font-family: 'Montserrat-Regular', sans-serif;
    }

    .content-all-article{
        color: black;
        font-family: 'Montserrat-Regular', sans-serif;
    }
 
   .article-contenu-all-second img{
        width: 100%!important;
        object-fit: contain;
   }
  
    /** RESPONSIVE POUR CHAQUE ARTICLE **/


@media (min-width: 0px) and (max-width: 576px) {

        /** PAGE ARTICLE ONLY **/ 

        .small-size-text{
            display: block;
        }
        

        .lesarticles {
            position: relative;
            justify-content: center;
            align-content: center;
            height: 70vh;
            margin: 20px;
            padding-top: 0px;
        }

        .lastactu {
            padding-top: 25%;
            text-align: center;
        }
        .lesdernieres{
            font-size: 2em;
            margin: 0 auto;

        }

        .lesdernieres-actualites{
            text-align: center;
            font-size: 3em;
            margin: 0 auto;
        }

        .articles-index-content {
            margin: 0;
            padding: 0;
            z-index: 1;
            position: relative;
            width: 100%;
        }
            
        .container-scroll {
            width: 100%;
            margin: 0 auto;
            height: auto;
            overflow-x: visible;
            overflow-y: hidden;
        }

        .article{
            height: 65vh;
            margin: 0 auto;
            justify-content: center;
            align-items: center;
            padding-bottom: 40px;
            width: 250px;
        }

        .article .ArticleContent{
            display: none;
        }

        .ArticleTitle{
            font-size: 16px;
        }

        .blocHorizontal {
            display: inline-flex;
            flex-direction: row;
            flex-wrap: nowrap;
            align-content: center;
            align-items: center;
            width: auto;
        }

        .img-article {
            height: 150px;
            width: 100%!important;
            object-fit: cover;
        }

        .ArticleContent{
            color: #fff;
            padding-bottom: 20px;
            min-height: fit-content;
            max-height: max-content;
            font-family: Montserrat,"Helvetica Neue",Helvetica,Arial;
        }

        .see-all-article{
            display: block;
            margin-top: 0;
        }

        .section-search-title {
            padding-top: 20%;
        }

        .article-search {
            height: 200px;
            width: 100%;
            margin-bottom: 10%;
        }

        .ArticleContent-search{
            top: 57%;
        }


        /** POUR CHAQUE ARTICLE **/

        .feuille-1{
            width: 90%;
            margin-left: 5%;
            padding: 20px;
            margin-bottom: 2%;
            margin-top: 30%;
        }
    
        .feuille-2{
            width: 90%;
            margin-left: 5%;
        }


        .ArticleTitle-ForEach {
            font-size: 10px;
        }
        
        .ArticleContent-ForEach {
            font-size: 10px;
        }
      
}
    
@media (min-width: 577px) and (max-width: 768px) {

        /** PAGE ARTICLE ONLY **/ 
        .medium-size-text{
            display: block;
        }

        .lesarticles {
            position: relative;
            justify-content: center;
            align-content: center;
            height: 70vh;
            padding-top: 0px;
            margin: 20px;
        }

        .lastactu {
            padding-top: 15%;
            text-align: center;
        }

        .lesdernieres{
            font-size: 2em;
            margin: 0 auto;

        }

        .lesdernieres-actualites{
            text-align: center;
            font-size: 3em;
            margin: 0 auto;
        }

        .articles-index-content {
            margin: 0;
            padding: 0;
            z-index: 1;
        }
            
        .container-scroll{
            width: 100%;
            margin: 0 auto;
            height: auto;
        }

        .article{
            height: 450px;
            margin: 0 auto;
            justify-content: center;
            align-items: center;
            padding-bottom: 40px;
            width: auto;
        }

        .img-article {
            height: 250px;
            width: 350px;
        }

        .blocHorizontal {
            width: 100%;
        }

        .see-all-article{
            display: block;
            margin-top: 15px;
        }

        .article-search {
            height: 230px;
            width: 250px;
        }

        /** POUR CHAQUE ARTICLE **/

        .feuille-1{
            width: 90%;
            margin-left: 5%;
            padding: 60px;
            margin-bottom: 2%;
            margin-top: 20%;
        }
    
        .feuille-2{
            width: 90%;
            margin-left: 5%;
        }

        .ArticleTitle-ForEach {
            font-size: 14px;
        }
        
        .ArticleContent-ForEach {
            font-size: 14px;
        }

        .ArticleTitle-search{
            font-size: 18px;
        }

}

@media (min-width: 769px) and (max-width: 1100px){


        .medium-size-text{
            display: block;
        }

        /** PAGE ARTICLE ONLY **/

        .lesarticles {
            padding-top: 0;
            margin: 20px;
        }

        .lastactu {
            padding-top: 110px;
            text-align: center;
        }

        .blocHorizontal{
            width: 100%;
        }

        .lesdernieres{
            font-size: 2em;
            margin: 0 auto;
        }

        .lesdernieres-actualites{
            text-align: center;
            font-size: 3em;
            margin: 0 auto;
            padding-bottom: 30px;
        }

        .articles-index-content{
            margin:0;
            padding: 0;
            width: none;
            z-index: 1;
        }
            
        .container-scroll {
            width: 100%;
            margin: 0 auto;
            height: auto;
        }

        .article{
            justify-content: center;
            align-items: center;
            padding: 10px 20px 20px 20px;
            margin: 10px;
            height: 60vh;
        }

        .lesdernieres-actualites{
            padding-bottom: 0;
        }
        
        .section-search-title{
            padding-top: 85px;
        }
        .see-all-article{
            display: block;
            margin-top: 2%;

        }
        .img-article {
            height: 250px;
            width: 350px;
        }

        .article-search {
            height: 230px;
            width: 240px;
        }

         /** ARTICLES FOR EACH **/

    .all-article-section {
        position: relative;
    }

    .feuille-1{
        width: 90%;
        z-index: 1;
        opacity: 0.9;
        padding: 60px;
        margin-bottom: 2%;
        margin-top: 20%;
    }

    .feuille-2{
        width: 90%;
        z-index: 2;
    }

    .article-contenu-all-second{
        width: 100%;
    }

    .titre-feuille-2 {
        font-size: 30px;
    }

    .englob-img-for-each {
        width: 100%;
        padding: 10px;
    }

    .title-all-article{
        font-size: 40px;
    }

    .information-article {
        font-size: 20px;
    }

    .summary-all-article {
        font-size: 15px;
    }

    .content-all-article{
        font-size: 15px;
    }

    .article-contenu-all-first {
        align-items: center;
    }

    .ArticleTitle-ForEach {
        font-size: 15px;
    }
    
    .ArticleContent-ForEach {
        font-size: 15px;
    }
    
    .ArticleTitle{
        margin-top: 0;
        font-size: 20px;
    }

    .ArticleContent{
        margin: 0;
    }
    .ArticleTitle-search{
        font-size: 18px;
    }
}

@media screen and (max-width:1500px) {
    .img-article{
        height: 250px;
        width: 450px;
    }

    .englob-all-article{
        justify-content: start;
        flex-wrap: wrap;
    }

    .article-search{
        margin-bottom: 10px;
    }
}

@media screen and (max-width:768px) {
    .ArticleContent-search{
        display: none;
    }
    .englob-all-article{
        width: 100%;
    }
    .title-all-article{
        font-size: 35px;
    }
    .wp-block-heading{
        font-size: 16px;
    }
    .wp-block-image img{
        height: auto;
    }
    .ArticleTitle-ForEach{
        font-size: 18px;
    }
    .img-article {
        height: 170px;
        width: 300px;
    }
}

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

    /** PAGE ARTILE ONLY **/

        .big-size-text{
            display: block;
        }

        /** ARTICLES FOR EACH **/

.all-article-section {
    position: relative;
}

.feuille-1{
    width: 70%;
    z-index: 1;
    opacity: 0.9;
    margin-top: 15%;
    position: absolute;
    padding: 60px;
}

.feuille-2{
    width: 30%;
    z-index: 2;
    position: absolute;
    margin-top: 20%;
    right: 10%;
}

.article-contenu-all-second{
    width: 75%;
}

.titre-feuille-2 {
    font-size: 2.6vw;
}

.title-all-article{
    font-size: 2.75vw;
}

.information-article {
    font-size: 22px;
}

.summary-all-article {
    font-size: 1.1vw;
}

.content-all-article{
    font-size: 1.1vw;
}

.article-contenu-all-first {
    align-items: center;
}


.ArticleTitle-ForEach {
    font-size: 1vw;
}

.ArticleContent-ForEach {
    font-size: 1vw;
}

}




@media screen and (max-width: 425px) {
    .title-all-article{
        font-size:30px;
    }
    .wp-block-heading, .article-contenu-all-second h5, 
    .information-article, .ArticleTitle-ForEach{
        font-size: 14px;  
    }
    .information-article{
        padding-bottom: 0;
    }
    .wp-block-image img{
        height: auto;
    }
    .lastactu h1{
        font-size: 40px;
    }
    .img-article {
        height: 150px;
    }
    .article{
        height: 50vh;
    }.ArticleTitle {
        font-size: 14px;
    }
    .img-article {
        height: 90px;
        object-fit: cover;
    }
}

@media screen and (max-width:375px) {
    .lastactu{
        padding-top: 30%;
    }
    .voir-article{
        text-align: center;
    }
    .ArticleTitle {
        font-size: 14px;
    }
    .img-article {
        height: 90px;
        object-fit: cover;
    }
}

@media screen and (max-width:320px) {
    .lastactu{
        padding-top: 28%;
    }
    .lastactu h1{
        font-size: 30px;
    }
}

@media (max-height:600px) and (max-width:1024px) {
    .lastactu{
        padding-top: 15%;
    }
    .article{
        height: 52vh;
    }
    .img-article{
        height: 150px;
        width: 400px;
    }
    .ArticleContent{
        font-size: 12px;
    }
    .ArticleTitle{
        font-size: 18px;
    }

}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .articles-index-content{
        height: 55vh;
   } 
}


@media only screen 
  and (min-device-width: 1080px) 
  and (max-device-width: 1200px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {

    .ArticleTitle{
        font-size: 20px;
    }
    .img-article{
        object-fit: contain;
        height: 200px;
        width: 400px;
    }
    .articles-index-content{
        padding-left: 20%;
    }
  }