.top{
   display: flex;
   align-items: flex-start;
   justify-content: space-between;
   margin-top: 7px;
}

.photo {
    max-width: 100%;
    vertical-align: middle;
}

.description{
    margin-top: 15px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.description .produit{
    text-align: left;
    margin-top: 10px;
}

a{
    width: 100%;
    margin-bottom: 15px;
}

table {width: 100%;}

table td  {
    height: 30px;
    border: 1px solid #333;
    padding: 2px;
}

table th {
    height: 30px;
    border: 1px solid #333;
    padding: 2px;
}

.td-large {
    width: 100%;	
}

.logo-recyclage {
	height: 50px;
}

.collecte {
	font-weight: bold;
	text-transform: uppercase; 
}

.verifier {
	font-style: italic;
}

.res{
     border: 1px solid #333;
    text-align: right;
}

.cr_logo, .d_logo, .ing_logo {
    text-align: center;
}

.img_logo{
    height: 60px;
    width: 60px;
    margin: 0.5rem;
}

.in_a_propros{

}

.img_lien_a_propros{
    width: 200px;
}

table{
    margin-bottom: 20px;
}


.ingredient_logo .img_logo{
    height: 60px;
    width: 60px;
    margin: 0.5rem;
}

.produced_bottled{
    font-weight: 500;
}

.erreur_404{
    text-align: center;
}

.liste_ingredients{
    margin-bottom: 20px;
    text-align: center;
}

.type-ingredient {
    text-decoration: underline;
}

.bold-ingredient {
	font-weight: 500;
}