/*-------------Police et référence----------------------*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Special+Elite&display=swap');

/*===============================Header=============================================*/

* {
    /* margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif; */
}

html {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 18px;
    text-align: justify;
    text-justify: inter-word;
}

/*==========================================Main================================================*/
main {
    width: 90%;
    margin: 0 auto;
}

/*============================Titre,image article et texte présentation======================*/

/*Titre au dessus de l'image*/

h2.momoh2 {
    font-size: 2.25rem;
    font-weight: bold;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;

}

hr {
    margin: 10px 0;
    margin-top: 20px;
    margin-bottom: 100px;
}

.all-article {
    display: flex;

}

.images-article {
    display: flex;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: space-evenly;
    width: 50%;
}

/*---image pop Upstore-----*/
.store1 {
    width: 100%;
}

/*---image petit pop upstore-----*/
.small {
  
    margin-top: 15px;
}

.store2 {
    width: 75px;

}


.store3 {
    width: 75px;
    background-color: white;


}

.store4 {
    width: 75px;
    background-color: white;
   

}

.store5 {
    width: 75px;
    background-color: white;
  

}

.store6 {
    width: 75px;
    background-color: white;
   

}

.store7 {
    width: 75px;
    background-color: white;
    object-fit: cover;

}

/* ============Article et texte=======*/
/*titre de l'article*/
.texte {
    font-family: "Roboto Mono", sans-serif;
    line-height: 25px;
    width: 65%;
    padding-left: 25px;

    margin-bottom: 0px;
    /*
  margin-left: 50px;
  width: 700px;*/
    margin-top: 0px;
}

/* titre du texte de l'article*/
h3.titrearticlemomo {
    margin-bottom: 20px;
    padding-top: 0px;
    font-size: 30px;
    font-weight: 500;
    line-height: 28px;
    color: #7a7a7a;
    font-family: "Roboto Mono", sans-serif;
}

h4.date {
    margin-top: 0px;
    margin-bottom: 10px;
}

/* texte de l'article*/
p.artmoni {
    font-family: "Roboto Mono", sans-serif;
    line-height: 25px;
    padding-top: 5px;
}

img.badge,
.texte {
    display: inline-block;
}

.btnmomoctn {
    margin-top: 20px;
    display: block;
    float: left;
}

button.btnmomo {
    background-color: #1d1d1d;
    color: white;
    font-size: 1rem;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    border: none;
    height: 61px;
    padding: 10px 50px;
    /* margin: 30px 0px; */
    width: 100%;
}

button:hover {
    background-color: #d35379;
    cursor: pointer;


}

.article-all {
    display: flex;
    justify-content: center;
}





/*==================fin: Autres articles récents  proposé en carousel==============================*/

/*==================RESPONSIVE: 460px==============================*/
@media (max-width: 768px) {


    /*-------------------------Titre,image article et texte présentation-------------------------*/

    main {
        width: 95%;
        margin: 0 auto;
    }

    /*titre au dessus de l'image*/
    h2.momoh2 {
        font-size: 20px;
        line-height: 28px;
        text-align: center;
        align-items: center;
        padding-top: 40px;
        padding-bottom: 0px;
        margin-top: 0px;
    }

    hr {
        margin-top: 10px;
        margin-left: 0px;
        margin-right: 0px;
    }

    /*-------- bloc image +texte de l'article---------*/

    .all-article {
        display: inline-block;
        width: 100%;
        margin: 10px;

    }

    .images-article {
        position: none;
        height: 0 auto;
        width: 100%;
    }

    /*----image pop upstore----*/
    .pop,
    img.store1 {
        margin: 0px;
        width: 98%;
    }

    /*---petites images  pop upstore-----*/
    .small {
        width: 100%;
        overflow: hidden;
        margin-top: 5px;
    }

    .small img{
        height: 100px;
    }

    .store2 {
        width: 75px;
        background-color: white;
        transform: translateY(-40px);
    }


    .store3 {
        width: 75px;
        background-color: white;
        transform: translateY(-40px);
        margin-left: 10px;

    }

    .store4 {
        width: 75px;
        background-color: white;
        transform: translateY(-40px);
        margin-left: 10px;

    }

    .store5 {
        width: 75px;
        background-color: white;
        transform: translateY(-40px);
        margin-left: 10px;

    }

    .store6 {
        width: 75px;
        background-color: white;
        transform: translateY(-40px);
        margin-left: 10px;

    }

    .store7 {
        display: none;

    }

    .texte,
    .titrearticlemomo {
        margin-left: 0px;
        width: 100%;
        padding: 0;
    }

    h3.titrearticlemomo {
        padding-top: 30px;
        font-size: 20px;
    }

    h4.date {
        font-size: 15px;
        text-align: center;
    }

    p.artmoni {

        font-size: 14px;
    }

    .btnmomoctn {
        margin-top: 50px;
        display: block;
        float: none;
        margin-bottom: 0px;
    }

    button.btnmomo {

        font-size: 20px;
        height: 45px auto;
        width: 327px auto;
        padding-left: 0px;
        padding-right: 0px;
        align-items: center;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }

    .images-article {
        height: auto;
    }




}