/* ==========================================================================
   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;
}


/* ==========================================================================
   Style Base
   ========================================================================== */
  
 html, body {
	 height: 100%;
 }
  
body {
    font-family: 'Lexend Deca', Arial, Sans-Serif;
    font-size: 1.4rem;
	line-height: 1.6rem;
    color: #0F0F0F;
	text-align: center;
	text-transform: uppercase;
	
	background: linear-gradient(135deg, rgb(255 255 255) 0%, rgb(255 255 255) 51%, rgb(65 63 145) 51%, rgb(65 63 145) 100%);
    background-repeat: no-repeat;
}

::-webkit-selection { 
    color: #FFF;  
    background: #0F0F0F; 
}
::-moz-selection { 
    color: #FFF;  
    background: #0F0F0F; 
}
::selection { 
    color: #FFF;  
    background: #0F0F0F; 
} 

a, a:hover, a:focus {
	font-weight: bold;
    color: #0F0F0F;
}

h1, h2, h3 {
	color: #2a2960;
}
h2, h3 {
    text-transform: uppercase;
    font-size: 1.8rem;
    display: block;
    text-align: center;
    position: relative;
    top: -1000px;
    overflow: hidden;
}
h1 {
    display: block;
    margin: 1rem auto;
    text-align: center;
}
h1 img {
	width: 40%;
}

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

h2 {
    text-transform: uppercase;
    font-size: 1.8rem;
    display: block;
    text-align: center
}

article {
    display: block;
    margin: 1.6rem auto;
    max-width: 700px;
    width: 100%;
}

section {
    clear: both;
}

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