/* ==========================================================================
   Fichier CSS3 RESET
   ========================================================================== */
   
/*supprime toutes marges*/
*,
body.site {
padding: 0;
margin: 0;
}

/* supprime toutes bordures */
fieldset,img { border : 0; }

/* supprime les déco des liens */
a:link, a:visited {
text-decoration: none;
}


/* ==========================================================================
   Font
   ========================================================================== */
   

@font-face {
    font-family: 'mayeka_bold_demoregular';
    src: url('../font/mayeka_bold_demo-webfont.woff2') format('woff2'),
         url('../font/mayeka_bold_demo-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'mayeka_demi_bold_demoregular';
    src: url('../font/mayeka_demi_bold_demo-webfont.woff2') format('woff2'),
         url('../font/mayeka_demi_bold_demo-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'mayeka_regular_demoregular';
    src: url('../font/mayeka_regular_demo-webfont.woff2') format('woff2'),
         url('../font/mayeka_regular_demo-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'mayeka_thin_demoregular';
    src: url('../font/mayeka_thin_demo-webfont.woff2') format('woff2'),
         url('../font/mayeka_thin_demo-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'mayeka_light_demoregular';
    src: url('../font/mayeka_light_demo-webfont.woff2') format('woff2'),
         url('../font/mayeka_light_demo-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/* ==========================================================================
   Style Base
   ========================================================================== */
   
body {
    font-family: 'mayeka_regular_demoregular', Arial, Sans-Serif;
    font-size: 14px;
    color: #0059A6;
    margin-top: 5%;
    padding: 20px 10px;
    /*background: url(../img/fond.jpg);*/
    background-size: cover;
}

::-webkit-selection { 
    color: #0059A6;  
    background: #003e49; 
}
::-moz-selection { 
    color: #0059A6;  
    background: #003e49; 
}
::selection { 
    color: #0059A6;  
    background: #003e49; 
} 

a, a:hover, a:focus {
	font-weight: bold;
    color: #0059A6;
}


h1 {
    display: block;
    margin: 0 auto;
    text-align: center;
}
header, div.wrapper, footer {
    display: block;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

h2 {
    font-family: 'mayeka_bold_demoregular', Arial, Sans-Serif;
    text-transform: uppercase;
    font-size: 20px;
    display: block;
    text-align: center
}

article {
    overflow: hidden;
    display: block;
    margin: 0 auto;
    max-width: 700px;
    width: 100%;
}

section {
    clear: both;
}

section.telephone {
    display: block;
    float: right;
    text-align: right;
    font-size: 30px;
    padding: 15px 0;
}

section.adresse {
    display: block;
    float: right;
    font-family: 'mayeka_thin_demoregular', Arial, Sans-Serif;
    text-align: right;
    font-size: 18px
}

footer {
    display: block;
    margin: 20px auto;
    bottom: 0;
    text-align: center;
}

@media (max-width: 768px) {

    img {
        width: 100%;
    }
}