body {
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    text-align: center;
    background-color:whitesmoke;
}

header {
margin: 50px;
background-color: rgb(255, 187, 0);
border-radius: 15px;
margin-block: 60px;
}

p {
    margin-bottom: 20px;
}

div {
    border-style: solid;
    border-radius: 15px;
}

div.texts {
    margin-left: 45px;
    margin-right: 45px;
    font-size:larger;
}

.item {
    block-size:3cm;
    border-color: rgb(9, 49, 41);
    background-color: white;
    font-size: larger;
    width: 180px;
    margin:20px;
    text-align: center;
    align-items: center;
    display:flex;
    justify-content: center;
    flex-direction: column;
}


.item img {
    width: 100%;
    height: auto;
    max-width: 80px; /* Ajustez selon vos besoins */
    max-height: 80px; /* Ajustez selon vos besoins */
}

.container {
    block-size: 10cm;
    min-width: 16.2%;
    border-color: dodgerblue;
    margin:15px;
    text-align: center;
    align-items: center;
    display:flex;
    justify-content: center;
}



img {
    height: 80px;
    margin-top: 5px;
}


.flex_container {
    border: none;
    display: flex;
    flex-wrap: wrap;
}

.item_container {
    margin: 4px;
}

.containers_container {
    margin-bottom: 50px;
    margin-left: 50px;
    margin-right: 50px;
}

#feedback {
    color:green
}

button {
    display: inline-block;
    outline: none;
    cursor: pointer;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    border-radius: 8px;
    padding: 13px 23px;
    border: 1px solid #222222;
    transition: box-shadow 0.2s ease 0s, -ms-transform 0.1s ease 0s, -webkit-transform 0.1s ease 0s, transform 0.1s ease 0s;
    background: #fff;
    color: #222222;
    :hover {
        border-color: #000000;
        background: #f7f7f7;
    }
    margin-bottom: 30px;
}

footer {
    background-color: rgb(255, 187, 0);
    border-radius: 15px;
    margin: 50px
}