body {
    font-family: Arial, sans-serif;
}

h1 {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    text-align: center;
}

#postform {
    border-top:inset;
    width:400px;
    margin:auto;
    margin-top:50px;
    font-size:2.5em;
}

.summary { 
    margin-top: 20px; 
}

.submenu { 
    display: none; 
    margin-left: 20px; 
}

.submenu-item { 
    margin-left: 20px; 
}

img {
    max-width: 100%;
    width: 400px;
    height: auto;
    display:block;
    margin:auto;
    cursor:pointer;
}

/*petite ligne de séparation*/
form {
    display: table;
    margin: 0 auto;
    text-align: center;
}

form #Commentaires {
    min-height: 100px;
}

#radio {
    display: flex;
    align-items: center; /* Centre les boutons radio */
    justify-content: center; /* Centre les boutons radio */
}

form div {
    display: table-row;
}

form label, form input {
    display: table;
    text-align: center;
}

form label {
    width: 200px;
    text-align: center;
    margin-bottom: 10px;
    border-bottom: inset 2px;
    margin-top:10px;
}

form input {
    width: 300px;
    display:inline;
}


div {
    display:table;
    margin:auto;
}

div input{
    margin:auto;
    margin-top:15px;
    margin-bottom:15px;
    
}

.quantity {
    width:19%;
    height:40px;
    text-align: center;
}

button {
    width:150px;
    height: 80px;
    margin:auto;
    display:block;
}

h2{
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    text-align: center;
}

#ancillaire {
    height: 100%;
    width: 300px;
    position: fixed;
    top: 0;
    right: 0;
    overflow-x: hidden;
    padding-top: 125px;
}

/* Media query pour les petits écrans */
@media (max-width: 1000px) {
    .form {
        flex-direction: column;
        align-items: center;
        font-size: 3em;
    }

    .form {
        width: 100%;
        max-width: 200px;
    }

    #ancillaire {
        position:inherit;
        margin:auto;
        align-items: center;
        padding-top: 0px;
        font-size: 3em;
    }

    #\31 stpart{
        font-size:2em;
    }    
    
    #bloc1{
        width:500px;
    }
    #bloc2{
        width:500px;
    }

}

select {
    margin:auto;
    margin-top:10px;
    padding: 15px;
}

#bloc1{
    border:dotted;
    border-radius:20px;
    width:380px;
    border-width:3px;
    display:grid;
}

#bloc2{
    border:dotted;
    border-radius:20px;
    width:380px;
    border-width:3px;
}

#petittexte{
    color:green;
}

#grosplus{
    font-size: 60px;
    color:green;
}

h3 {
    color:green;
    font-size:2em;
}

.radio-inline {
    display:inline-block;
    width:30px;
}

label {
    text-align:center;
    margin:auto;
}

label [type=radio] {
    border-bottom: none;
}