/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*Menu*/

*{
  margin: 0;
  padding: 0;
}

.clear{
  clear: both;
}


.slide-toggle{
  display: none;
}

.slidemenu{
  font-family: arial, sans-serif;
  max-width: 600px;
  margin: 50px auto;
  overflow: hidden;
}

.slidemenu label{
  width: 25%;
  text-align: center;
  display: block;
  float: left;
  color: rgb(255, 255, 255);
}

.slidemenu label:hover{
  cursor: pointer;
  color: #00A7E1;
}


.slidemenu label span{
  display: block;
  padding: 10px;    
}

.slidemenu label .icon{
  font-size: 25px;
  border: solid 2px rgb(255, 255, 255);
  text-align: center;
  height: 50px;
  width: 50px;
  display: block;
  margin: 0 auto;
  line-height: 50px;
  border-radius: 50%;
}



/*slideMenu*/
#menue{
	display: none;
	font-family: arial, sans-serif;
}

/*Contenue*/

#Aside1{margin-top: 70px;}
#Aside2{ margin-left: 550px;margin-bottom: 20px;}


.aligned {
	display: flex;
	
	align-items: center;
	
}
span {
	padding: 10px;
}

aside
{
	border: solid 3px ;
	padding-left:15px;
	margin-left:25px;
	width: 500px;
	height: auto;
	padding: 10px ;
	margin-bottom: 10px;
	margin-right: 15px;
	
   
}


#contenue,section
{
	display:flex;
	
}
div aside:nth-child(1)
{
    order: 2;
}

#content
{  
border: solid 3px ;
padding-left:15px;
margin-left:25px;
margin-right: 25px;
padding-bottom: 15px;
margin-bottom: 10px;
width: auto;


 }
article{
  font-size: 30px;
}
.center {
	margin-top: 100px;
  }
.contenue{flex-direction: column;}
 

.title{
	display: flex;
	flex-direction: column;
}


/*Footer*/

Footer
{  
border: solid 3px ;
padding-left:15px;
display: flex;

}

#footerTitle
{
 flex: 7;
 margin-top: 50px;
 font-size: 50px;
 font-weight: 300;
}

body{
  min-width: 700px;
}

 @media all and (max-width: 1024px)
{
    section
    {
        flex-direction: column;
    }

	
article{
	font-size: 20px;
  }
    
    
	#Aside1{margin-top: 70px;}
	#Aside2{ margin-left: 0px;margin-bottom: 20px;}
	
	
    
	
section
{  

padding-left:15px;
margin-left:25px;
margin-right: 25px;
margin-top: 10px;

margin-bottom: 10px;
width: auto;


 }
	
	
 #content
 {  
 border: solid 3px ;
 padding-left:15px;
 margin-left:25px;
 margin-right: 25px;
 padding-bottom: 15px;
 margin-bottom: 10px;
 width: auto;
 
 
  }
#footerTitle
{
 flex: 7;
 margin-top: 50px;
 font-size: 43px;
 font-weight: 300;
}
	
}