@import url("general.css");

.liste-articles{
    display:flex;
    justify-content: center;
    margin:0 auto;
    width:100%;
    
}
/* margin = marge entre objet 
padding = espacement dans l'Objet */

/*  carte css */
.article{
     display:inline-block; 
    /* float:left;  */
   
    width: 80%;
  
    margin: 20px;
    padding: 30px;
    background-color: #520504;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 #f8e703;
}

#image1,
#image2,
#image3{
    float:left;
    border-radius:50%;
    width:200px;
    height:200px;
    margin:10px;
    shape-outside:circle();
}
#image1,#image3{
    float:left;
}
#image2{
    float:right;
}

.bouton{
    display:block;
    text-align:center;
    margin:2% auto 0 auto;
    background-color: #090808;
    width:40%;
    padding:15px 32px;
    text-decoration: none;
    border-radius:5px;
    border: 0;
    font-size:1em;
    color: #f3f307; 
}

.bouton2{
    display:block;
    text-align:center;
    margin: 0 auto 0 auto;
    background-color: #090808;
    width:40%;
    padding:15px 32px;
    text-decoration: none;
    border-radius:5px;
    border: 0;
    font-size:1em;
    color: #f3f307;
}

.bouton:hover{
    background-color: rgb(86, 79, 79);
    color: #f7dada;
}

.bouton2:hover{
    background-color: rgb(86, 79, 79);
    color: #f7dada;
}


.textArticle{
    border:2px solid black;
    border-radius: 5%;
    margin: 0 auto;
    width: 80%;
    padding:15px;
    background: rgba(255,255,255,0.2);
    /* opacity: 0.2; */
    margin-top: 65px;
    margin-bottom: 30px;

    

.textArticle2{
    bottom: 100px;
}
}

.h1Article{
    position:relative;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    background-color: rgb(43, 42, 42);
    padding:5px;
    bottom:4px;
    box-shadow: 0px 10px 10px rgb(130, 118, 3);
    font-size: 30px;


}

.text3{
    color:#d8cdcd;
    margin-top: 20px;
    text-align: center;
}

.demo{
    text-align:center;
    font-size: 25px;
}

#text2,
#text6,
#text7{
    text-align: center;
}

.text3.voirplus .textePlus{
    display: inline;
    height:auto;
} 
.textePlus{
    display:none;
}

.bouton-lire-plus{
    cursor: pointer;
    padding: 0px;
    font-weight: bold;
    display: flex;
    margin-left:75%;
    margin-top:10px;
   text-align: center;
    padding: 15px ;
    background:none;
    width:8%;
    color:#f3f307;

  }

.text3.voirplus .fin{
    display: none;
}
