h1{
    margin-bottom: 0!important;
}

main.detail_recipe{
    width: 100%;
    margin: 0!important;
    padding: 3em;
}

.recipe_author{
    color: #676952;
}
.box_detail_recipe{
    margin: 25px 0;
}
.recipe_detail{
    padding-left: 20px;
}

.recipe_detail span{
    margin: 10px 0;
}
.recipe_detail span i{
    margin-right: 10px;
    min-width: 16px;
}

.recipe_detail span i,
.recipe_detail span b{
    color: #B7B9A6;
}

.recipe_box_modification{
    margin: 20px 0;
}

.recipe_box_modification a.btn.btn-green,
.btn.btn-green{
    background-color: #676952;
    color: #fff!important;
}

.description_title{
    font-weight: 800;
    color: #676952;
    margin: 20px 0;
}

.description_title i{
    margin-right: 16px;
}

.recipe_image{
    min-width: 40%;
    height: 350px;
    border-radius: 10px;
    object-fit: cover;
}

.recipe_comments{
    min-width: 45%;
    padding: 2rem;
}

article{
    width: 55%;
    text-align: justify;
}

.avatar_profil_commentaire{
    background-color: #dcdcdc;
    border-radius: 50%;
    margin-right: 25px;
}

.username_comment{
    font-weight: bold;
}

p.note_globale_commentaire{
    color: #dcdcdc;
}
.note_globale_commentaire span{
    font-size: 50px;
    font-weight: 600;
    color: #000;
}