.fond-page-idees-cadeaux{
    background-color: #9d302d;
}

.fond-page-idees-cadeaux h1{
    font-weight: 800;
}

.container-idees-cadeaux{
    max-width: 1200px;
    margin:0 auto;
}

.container-header-idee-cadeau{
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding:10px;
    background-color: #9d302d;
    color:white;
    text-transform: uppercase;
    font-weight: bold;
}


.container-unique-idee-cadeau{
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 10px;
    padding:10px;
}

.container-unique-idee-cadeau:nth-child(even){
    background-color: white;
}

.container-unique-idee-cadeau:nth-child(odd){
    background-color: #eaeaea;
}



.titre-idee-cadeau b{
    color:#9d302d;
    font-size:1.4rem;
}

.titre-idee-cadeau,  .image-idee-cadeau, .prix-idee-cadeau, .like-idee-cadeau, .liste-agents,
.header-titre-idee-cadeau, .header-texte-idee-cadeau,.header-image-idee-cadeau,.header-prix-idee-cadeau, .header-like-idee-cadeau,  .header-liste-agents{
    width:20%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding:10px;
}

.texte-idee-cadeau{
    width:20%;
    display: flex;
    align-items: center;
    padding:10px;

}

.titre-idee-cadeau, .texte-idee-cadeau, .image-idee-cadeau, .prix-idee-cadeau{
    border-right:1px solid lightgray;
}

.image-idee-cadeau,.like-idee-cadeau,
.header-image-idee-cadeau,.header-like-idee-cadeau{
    text-align: center;
}

.titre-idee-cadeau{
    display: flex;
    align-items: baseline;
    flex-direction: column;
    text-transform: uppercase;
    justify-content: flex-start;
    font-size: 1.3rem;
}

.like-idee-cadeau{
    flex-direction: column;
}

.bouton-commande{
    padding:10px 20px;
    background-color: #e26f38;
    color:white;
    display: block;
    margin-top:10px;
    font-weight: bold;
}

.bouton-commande:hover{
    color:white;
}

.nb-item-panier{
    position: absolute;
    top:0;
    right: -5px;
    color:white;
    padding: 5px;
    width: 25px;
    font-size: 0.75rem;
    font-weight: bold;
    background-color: darkred;
    border-radius: 50px;
    text-align: center;
}
