.liste_telephone , .liste_accessoire {
    display: flex;
    justify-content: center;
    column-gap: 250px;
    row-gap: 25px;
    flex-wrap: wrap;
}

.telephone , .accessoire {
    width: 300px;
}

.telephone_image , .accessoire_image {
    width: 300px;
    height: 300px;
    overflow: hidden;
    border-radius: 25px;
    box-shadow: 10px 5px 5px #a4b0be;
}

.telephone_image img , .accessoire_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.telephone_paragraphe , .accessoire_paragraphe {
    margin-top: 25px;
    background-color: #A5B1C2;
    border: 1px solid;
    border-radius: 25px;
    box-shadow: 10px 5px 5px #a4b0be;
    color: #4b6584;
    display: flex;
    justify-content: center; 
    align-items: center;     
    text-align:justify;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 5px;
    padding-right: 5px;
}

.box {
    margin: 5%;
}

.box_image {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 25px;
    box-shadow: 10px 5px 5px #a4b0be;
}

.box_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.box_paragraphe {
    margin-top: 25px;
    background-color: #A5B1C2;
    border: 1px solid;
    border-radius: 25px;
    box-shadow: 10px 5px 5px #a4b0be;
    color: #4b6584;
    display: flex;
    justify-content: center; 
    align-items: center;     
    text-align:justify;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 5px;
    padding-right: 5px;
}

.WARNING_PROVISOIR {
    color: red;
}
