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;
}


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

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

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

    .form {
        width: 100%;
        max-width: 200px; /* Ajuste cette valeur selon tes besoins */
    }

    #ancillaire {
        position:inherit;
        margin:auto;
        align-items: center;
        padding-top: 0px;
    }
    
    #piticarré{
        margin:auto;
        align-items: center;
        width:auto;
        display:block;
    }
}

#piticarré{
    border: dotted;
    display:inline-block;
    width: 400px;
}

#titrebox{
    background-color: white; /* Pour masquer la bordure de la div */
    padding: 0px 10px;
}

#titrepiti{
    border:none;
    border-bottom: inset;
}

#boxmodulaire{
    border:dotted;
    border-radius: 30px;
    width:60%;

}
#boxmdt{
    border : dotted;
    border-color:forestgreen;
    border-radius: 30px;
    width:50%;
    color:forestgreen;
}

#ComplementTibiaPSA{
    color:orange;
}

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

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

#container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    /*height: 100vh;*/
    text-align: center;   
    color:green;
}

