* {
    margin: 0;
    padding: 0px;
    font-family: 'Lato', sans-serif;
}

body {
    background: rgb(36, 36, 36);
    margin: 0;
    color: #5a5a5a;
}

main {
    height:fit-content;
    text-align: center;
    align-items: center;
    background-image: url("../assets/logo_usm.png");
    background-repeat: no-repeat;
    background-size :contain;
    background-position-x: center;
    background-position-y: center;
    

     /*border: 2px solid greenyellow; */
}

.invit {
    visibility: hidden;
    position: absolute;
    align-items:center;
}
.merci {
    visibility: hidden;
    margin-top: 12px;
    
}

.wrapper{
    height:100%;
    /* pour que la div .zoneSaisie soit centree dasn .wrapper */
    display:flex;
    /* vertical*/
    align-items: center;
    /* horizontal */
    justify-content: center;
}

zoneSaisie {
    
    padding: 12px;
    /*border: 1px solid black;*/
}

/* pour le prechargement des images */
/* mais ca marche pas, ca clignote qd memem */
/*
.minibox {
    width: 50px;
    border: 2px solid red; 

  }
.preloadmax {
    max-width: 100%;
  }
*/

button {
    height : 48px;
    width: 128px;
    border-radius: 8px;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 18px;
    font-weight: 700;
    background-color: #00945C;
    vertical-align: middle;
    color: white;
}


input[type="text"], textarea {
    padding-left: 4px;
    border-radius: 8px;
    background : lightgray; 
    color : black;
    height: 48px;
  }

.stores {
    margin-bottom: 12px;
}

@media (min-width: 768px) {
    .stores {
        flex-direction: column;
    }
}

h1,
h2,
h3 {
    margin-top: 24px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    color: #FFFFFF;
    font-size: 18px;
}

p {
    padding: 0;
    margin-top: 10px;
    margin-bottom: 12px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    color: #999;
}

html,
body {
    height: 100%;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.aligncenter {
    margin-left: auto;
    margin-right: auto;
    display: block;
    clear: both;
}


.centered {
    text-align: center;
    display: flex;
    justify-content: center;
}


*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

a {
    padding: 0;
    margin: 0;
    text-decoration: none;
    -webkit-transition: background-color .4s linear, color .4s linear;
    -moz-transition: background-color .4s linear, color .4s linear;
    -o-transition: background-color .4s linear, color .4s linear;
    -ms-transition: background-color .4s linear, color .4s linear;
    transition: background-color .4s linear, color .4s linear;
    color: #FFC107;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #6b6e72;
}


/* HEADER SECTION */

#h {
    /*   background: url(../img/upix.png) no-repeat center top;*/
    /*padding-top: 12px;*/
    text-align: center;
    background-attachment: relative;
    background-position: center center;
    min-height: 200px;
    width: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


/* #h h1 {
    font-weight: 600;
    color: #FFC107;
    font-size: 90px;
} */

#h h1 {
    color: red;
    margin-top: 24px;
    font-size: 12px;
    margin-bottom: 36px;
    font-weight: 300;
    font-size: 12px;
}

#h p {
    color: #afafaf;
    padding-left: 12px;
    padding-right: 12px;
}

#h h4 {
    color: #bfbfbf;
    margin-top: 48px;
    margin-bottom: 48px;
}


#h marque {
    color: #FFC107;
    /* font-weight: 300; */
    padding-left: 4px;
    font-family: 'Futura', sans-serif;
    font-size: 20px;
}

#h arena {
    color: #FFFFFF;
    /* font-weight: 200; */
    padding-right: 4px;
    /* font-family: 'Futura', sans-serif; */
    font-size: 20px;
}

#h i {
    color: #FFC107;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 16px;
}

/* hebergement ou SIRET */

#legal {
    background: #222222;
    padding: 8px 0;
    text-align: center;
}

#legal p {
    color: #AFAFAF;
    font-size: 10px;
}

/* bandeau en bas de page */

#bandeau {
    padding-bottom: 0px;
    padding-top: 0px;
    background: #2f2f2f;
}

#bandeau p {
    color: #bfbfbf;
}

#bandeau i {
    color: #FFC107;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 16px;
}

#bandeau .chevron {
    color: #afafaf;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 16px;
}

#rgpd marque {
    color: #FFC107;
    /* margin-right: 2px; */
}

#rgpd arena {
    color: #FFFFFF;
    padding-right: 4px;
}

#bandeau marque {
    color: #FFC107;
    /* font-weight: 400; */
    margin-right: 4px;
    font-family: 'Futura', sans-serif;
    font-size: 20px;
}

#bandeau arena {
    color: #FFFFFF;
    /* font-weight: 400; */
    padding-right: 8px;
    /* font-family: 'Futura', sans-serif; */
    font-size: 20px;
}


/* padding sur les col-md-6 */

.col-md-6 {
    padding-bottom: 30px;
    padding-top: 30px;

}

#web-page-text1 {
    padding-top: 0px;
    padding-bottom: 0px;
}
