@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;900;1000;&display=swap');

* {
    margin: 0;
    
}

.origine {
    display: grid;
    grid-template-columns: 50vw;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;

}

.origine a {
    text-decoration: none;
}

.origine h1 {
    padding-top: 10px;
    padding-bottom: 20px;
    font-size: 30px;
    font-weight: 900; 
    display: grid;
    justify-content: center;
    text-align: center;
    color: #DDB0CE;  
    
} 

.titleInfos {
    display: grid;
    padding-top: 50px;
    color: #B5ADC2;
    justify-content: center;
}


.origine p {
font-size: 20px;
}


h2 {
    color: #FFFADE;
    
}
span {
    color: #B5ADC2;
}

#infos {
    margin-top: 50px;
    margin-bottom: 100px;
    display: grid;
    height: 570px; 
    width: 100%;
    grid-template-columns: 1fr 2fr 2fr 2fr 1fr;
    grid-template-rows: 2fr 0.2fr;
}

.chocolat1{
    width: 400px;
    margin: 10px auto;
    position: relative;
    overflow : hidden; 
    grid-column: 3;
    grid-row: 1;
    margin-right: 50px;
    
}

.chocolat1 img{
    width: 100%;
    height: auto;
    cursor:url(../images/curseurreduit2.png),pointer;
}
.contentBis {
    display: none;
}
.content{
    color: #FCF7FF;
    background: rgba(58, 57, 59, 0.4);
    position: absolute;
    top: 0%;
    left: -100%;
    width: 100%;
    height: 100%;
    padding: 20px;
    box-sizing: border-box;
    transition: all 0.5s;
    cursor:url(../images/curseurreduit2.png),pointer;
}

.content a {
    text-decoration: none;
}
.moreText {
    display: none;
}
.read-more-btn {
    margin-top: 5px;
    margin-left: 70px;
    padding: 15px 60px;
    background-image: linear-gradient(to right, #880436, #9d3350, #b2546c, #c57288, #d891a4, #e1a0b0, #e9aebc, #f1bdc8, #f1bfc7, #f1c2c6, #f0c4c6, #efc7c6);
    color: rgb(100,92,87,0.8);
    border: none;
    border-radius: 5rem;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
    outline: none;
    font-size: 20px;
    cursor: pointer;
}
.text.show-more .moreText{
    display: inline; 
    color: #FCF7FF;
}

.text.show-more .dots {
    display: none;
}

.chocolat1:hover .content {
    left: 0;
}
.content p{
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    padding: 20px 0; 
}

.chocolat2{
    width: 400px;
    margin: 10px auto;
    position: relative;
    overflow : hidden;
    grid-column: 2;
    grid-row: 1;
    margin-right: 50px;
    cursor:url(../images/curseurreduit2.png),pointer;

}

.chocolat2 img{
    width: 100%;
    /* width: 150%; */
}

.chocolat2:hover .content {
    left: 0;
}

.chocolat3{
    width: 418px;
    margin: 10px auto;
    position: relative;
    overflow : hidden;
    grid-column: 4;
    grid-row: 1;
    cursor:url(../images/curseurreduit2.png),pointer;

}

.chocolat3 img{
    width: 100%;
    height: 80%;
    /* width: 170%; */
}

.chocolat3:hover .content {
    left: 0;
}
@media screen and (max-width: 600px) {
#sectionContact {
    margin: 0;
}

#infos {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    width: 100vw;
    height: auto;
}
.origine {
    margin-left: 10px;
    margin-right: 10px;
    max-width: fit-content;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    flex-wrap: wrap;
    text-align:center;

}

.contentBis {  
    padding-bottom: 30px;
    padding-left: 55px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
        
} 
.contentBis h2 {
    padding-top: 20px ;
    padding-bottom: 20px;
    display: flex; 
    color: #880436;
}
.contentBis a {
    text-decoration: none;
}

.chocolat1:hover .content { 
    display: none;
}
.chocolat2:hover .content {
    display: none;
}
.chocolat3:hover .content {
    display: none;
}

.read-more-btn {
    display: none;
}

.chocolat1, .chocolat2, .chocolat3 {
    max-width: fit-content;
}

.chocolat1 img, .chocolat2 img, .chocolat3 img {
    display: block;
    margin-left: 35%; 
    width: 80%;
    padding-right: 100px;
}
.chocolat3 {
        margin-right: 50px;
}
.titleInfos {
    text-align: center;
}
}