@font-face
{
    font-family: 'BallparkWeiner';
    src: url('polices/ballpark.eot');
    src: url('polices/ballpark.eot?#iefix') format('embedded-opentype'),
         url('polices/ballpark.woff') format('woff'),
         url('polices/ballpark.ttf') format('truetype'),
         url('polices/ballpark.svg#BallparkWeiner') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'Dayrom';
    src: url('polices/dayrom.eot');
    src: url('polices/dayrom.eot?#iefix') format('embedded-opentype'),
         url('polices/dayrom.woff') format('woff'),
         url('polices/dayrom.ttf') format('truetype'),
         url('polices/dayrom.svg#Dayrom') format('svg');
    font-weight: normal;
    font-style: normal;
}

header
{
    background: url('images/separateur.png') repeat-x bottom;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

#banniere {

    margin-bottom: 4px;
}

* {-moz-box-sizing: border-box; box-sizing: border-box;}

html { 

height: 100%; }

body {

    min-height: 100%;
    margin:0 auto;
    position:relative;
    padding-bottom: 220px;

}

section h1, footer h1
{
    font-family: Dayrom, serif;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
}

section {

    margin-bottom: 5px;
}

#menu_du_site{

    border-style: solid;
    border-width: 5px;
    border-radius: 10px;
    margin-top: 5px;

    
    background: url(images/fonds/fond_bleu_fonce.jpg);

}

#menu_du_site.floatable{

    position: fixed;
    width: 99%;
    top: 0;
}

#menu_du_site ul{

    list-style-type: none;
    display: flex;
    flex-direction: row;
    justify-content: space-around;

}

#menu_du_site li{
    margin-right: 15px;
    
    color: #FFFFFF;
    font-size: 1.5em;
    overflow: hidden;


}


#menu_du_site a {

    margin-right: 15px;
    text-decoration: blink;
    color: #FFFFFF;
    font-size: 1.3em;
    font-family: Dayrom, serif;
    text-transform: uppercase;
}

#menu_du_site a:hover{

    margin-right: 15px;
    text-decoration: underline;
    color: #FFFFFF;
    font-size: 1.3em;
    font-family: Dayrom, serif;
    text-transform: uppercase;
}

.social_media li  {

list-style-type: none;
color: #FFFFFF;
font-weight: bold;
line-height: 42px;



}

.image_flottante{

    float: left;
}

#photo_profil {

    float: left;
    margin-right: 5px;
    border-radius: 10px;
}
.social_media_mini{

    display: flex;
flex-direction: row;
justify-content: start;

}
.social_media_mini li  {

list-style-type: none;
color: #FFFFFF;
font-weight: bold;

}

footer{

    position: absolute;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: #2F2F2F;
    border-radius: 5px;
    padding: 5px;
    bottom: 0;
    width: 99%;
}

footer h1 {

    font-size: 1.5em;
    font-family: Dayrom;
    margin-right: 3px;

}

footer img {

    height: 38px;
    width: 50px;
}

/* Sur les écrans, quand la largeur de la fenêtre fait au maximum 1280px */

@media screen and (max-width : 1080px){

.social_media li .texte_social_media {

list-style-type: none;
color: #FFFFFF;
font-weight: bold;
line-height: 42px;
display: none;



}

a {

    color: #00FFFF;
}

    #element_info_contact a {

        color: #0000FF;
    }
}

