#cremeGlaceeMolle {
    background-image: url("/images/3icecreams.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

#cremeGlaceeMolleTrempe {
    background-image: url("/images/enrobee.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

#cremeGlaceeDure {
    background-image: url("/images/cremeGlaceeDure.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

#coupeGlacee {
    background-image: url("/images/coupeGlacee.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

#parfait {
    background-image: url("/images/icecream2.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

#supreme {
    background-image: url("/images/supreme.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

#formats {
    width: 80%;
    display: flex;
}

#formats div {
    width: 50%;
}

#formats div p {
    color: white;
    margin: 2px 0 2px 0;
}


/*Chien*/

#chien {
    background-image: url("/images/chiengaterie.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}