/* import général*/
@import url(/CSS/general.css);

/*import header */
@import url(/CSS/header.css);

/* import footer */ 
@import url(/CSS/footer.css);

/* main */
/* preinscription.html */

p{
    padding-bottom: 0.5rem;
}

#title h2, #comment-proceder-form h2{
    margin: 0 1rem;
    text-decoration: none;
    color: #725233;
}

#comment-proceder-form{
    margin: 2rem 0;
}

#comment-proceder-form h3{
    color: #EA4335;
}

#comment-proceder-form article, .card-preinscription{
    box-shadow: 1px 1px 10px black;
    margin: 1rem;
    padding: 1rem;
    border: 1px solid black;
    border-radius: 5px;
}

#comment-proceder-form .direction{
    font-weight: bold;
    text-align: right;
    padding-top: 1rem;
}

#comment-proceder-form .mail{
    font-size: 0.75rem;
}

.p-explication{
    font-size: 0.8rem;
}

.div-explication{
    margin-bottom: 1rem;
}

@media screen and (min-width:375px) {
    #comment-proceder-form .mail{
        font-size: 0.95rem;
    }
}

@media screen and (min-width:397px) {
    #comment-proceder-form .mail{
        font-size: 1rem;
    }
}

.card-preinscription h3{
    color: #EA4335;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

#comment-proceder-form h4{
    color:#725233;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-align: center;
    padding: 1rem 0;
}

#comment-proceder-form ul{
    margin-top: 0.5rem;
    margin-left: 2rem;
    list-style:disc;
}



.formulaire{
    margin-top: 2rem;
    margin-bottom: 2rem;
}



.form-alghazali, .article-form-alghazali{
    display: block;
    margin: 1rem;
    padding: 1rem;
    border: #725233 1px solid;
    border-radius: 3px;
    color: #725233
}

.form-alghazali:hover {
  background:rgba(104, 153, 26,0.8);
  color: #fff;
}

#CE1:hover, #CE2:hover, #CM2:hover, #Six:hover{
    background:rgba(255, 166, 0, 0.8);
    color: #fff;
}

/* écran plus grand que 1024px */

@media screen and (min-width:1024px) {
    .formulaire{
        display: flex;
    }

    .formulaire article{
        flex: 1;
    }
}