input::placeholder{
font-size: 1em; 

}

span.validation {
    font-style:italic;
    color:#B41F2B;
}
span.loading {
    font-style: italic;
    left: 5px;
    position: relative;
}

#titre_principal
{
display: column;
border-style: solid;
border-color: #FFFFFF;
width: 90%;
margin-left: 60px;
margin-right: 60px;
}

#contact_ecole
{
background-color: #FFFFFF;
border-style: solid;
border-color: #839D2D;
border-width: 0.5px;
width: 300px;
padding: 5px 8px 5px 8px;
margin-top: 15px;
}

            
.styl_button
{
border-radius: 5px;
padding: 3px 8px 5px 8px;
 background-color: #FFFFFF;
 border: 2px solid #01DF3A;
  width : 135px;
        height: 30px;
        font: bold 13px  'Montserrat';
        color: #01DF3A;
 }

.btn_facebook
{
 font-family: 'Montserrat';
 color: #FFFFFF;
 font-size: 0.6em;
background-color: #084B8A;
background-image: url('images/facebookblan.png');
width: 220px;
height: 30px;
background-repeat:no-repeat;
 border-radius: 10px;
font-weight: bold;
}
.btn_google
{
 font-family: 'Montserrat';
 color: #FFFFFF;
  font-size: 0.6em;
background-color: #DF013A;
background-image: url('images/googleblan.png');
width: 220px;
height: 30px;
background-repeat:no-repeat;
 border-radius: 10px;
font-weight: bold;
}


/* Définition des polices personnalisées */

@font-face
{
    font-family: 'Dayrom';
    src: url('https://fonts.googleapis.com/css?family=Montserrat') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

/* Eléments principaux de la page */

body
{
   
  font-family: 'Montserrat';
  color: '#848484';
}

#bloc_page
{
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
    background-color: #FFFFFF;
    width: 100%;
    border: 5px solid #760001;
border-color: #FFFFFF;
}


header
{
 display: flex;
 flex-wrap: wrap;
justify-content: space-between;
width: 90%;
 height: 40px;
margin-top: 5px;
margin-right: 10px;
margin-left: 10px;
vertical-align: middle;
 border: 1px solid #760001;
    border-color: #FFFFFF;
}

#logo
{
 display: flex;
  z-index:1;
    flex-direction: row;
    justify-content: space-between;
    width: 150px;
    margin-left:20px;
    margin-right: 20px;
line-height: 30px;
height: 45px;
 border: 2px solid #760001;
    border-color: #FFFFFF;
    
}

#logo_foot
{
 display: flex;
  z-index:1;
    flex-direction: row;
    justify-content: space-between;
    width: 150px;
    margin-left:20px;
    margin-right: 20px;
line-height: 30px;
height: 45px;
 border: 2px solid #760001;
    border-color: #FF0000;
    
}
#menu
{
display: flex;
      z-index:1; 
         border: 2px solid #760001;
    border-color: #FFFFFF;
 background-color: #FFFFFF;
 width: 400px;
vertical-align: top;
}

section
{
    display: flex;
    border: 1px solid #760001;
    border-color: #FFFFFF;
    background-color: #FFFFFF;
     margin-left:20px;
    margin-right: 20px;
    width: 90%;
}


article
{
display: flex;
justify-content: space-between;
margin-bottom: 0px;
margin-top: 0px;
width: 100%;
border: 1px solid #760001;
    border-color: #FFFFFF;
}

/* Footer */

footer
{
    display: flex;
    font-family: 'Arial';
    justify-content: center;
    border-radius: 5px;
    padding: 10px;
    background-color: white;
    color: #D8D8D8;
 
}

.btnFB{
    background: url(images/Btn_fb.png) no-repeat;
    border: none;
    width: 210px;
    height: 50px;
}
.btnGG{
    background: url(images/Btn_google.png) no-repeat;
    border: none;
    width: 210px;
    height: 50px;
}
