    
/* @charset "UTF-8"; */
/* CSS Document */


/* =============================================================================
   Reset des valeurs par défaut
   ========================================================================== */
   
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn:/*,em*/,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
 
* {
	border: 0;
	margin: 0;
	padding: 0;
	outline: none;
	}
a img, a img:hover {
	outline: none;
	border: none;
	}
a, a:hover {
	outline: none;
	border: none;
	text-decoration: none;
	}
ul {
	list-style: none;
	}
input, input:hover, input:focus, input:active {
	outline: none;
	}
	
html {
    overflow-x: hidden;
    overflow-y: scroll;
        -webkit-font-smoothing: subpixel-antialiased;
        -moz-font-smoothing: subpixel-antialiased;
    font-smoothing: subpixel-antialiased;
        -webkit-text-size-adjust: 100%;
        -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    }
    
img {
     max-width: 100%;
}
	
body {
	font-family: 'Quicksand', 'Helvetica', 'sans-serif';
    overflow: auto;
}


/* =============================================================================
  Animation
   ========================================================================== */

/*@-webkit-keyframes fadein {
	0%   { opacity: 0;
			-webkit-transform: translateY(30px); 
		}
	100% { opacity: 1;
			-webkit-transform: translateY(0px); }
}
@-moz-keyframes fadein {
	0%   { opacity: 0;
			-webkit-transform: translateY(30px); 
		}
	100% { opacity: 1;
			-webkit-transform: translateY(0px); }
}
*/
    
            
/* =============================================================================
  TYPOGRAPHY
   ========================================================================== */
   
p, li {
	padding-left: 5px;
	color: #333;
	font-size: 13px;
	font-weight: normal;
	line-height: 22px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

p a {
    color: #333;
    font-weight:bold;
}

/* Main Welcome Text */
h1 {
	font-size: 30px;
	/*font-weight: bold;*/
	margin: 0;
	line-height: 54px;
	padding: 38px 0 0 0;
	text-shadow: #000 1px 2px 4px;
	color: #dddddd;
}

#contact h1 {
    font-size: 30px;
    /*font-weight: bold;*/
    margin: 0;
    line-height: 54px;
    padding: 38px 0 0 0;
    text-shadow: none;
    color: #48536F;
}

/* Bold info text */
h3 {
	font-weight: 600;
	font-size: 25px;
	color: #bbbbbb;
	line-height: 36px;
	padding-bottom: 20px;
	letter-spacing: 0.5px;
}

/* Call to Action Title */
h4 {
	color: white;
	font-size: 18px;
	font-weight: bold;
	line-height: 60px;
}

/* Section Titles */
h5 {
	color: #48536F;

	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top:15px;
	margin-left: 9px;
	padding-bottom: 26px;
	/*text-shadow: #FFF 0px 1px 0px;*/
}



a[href*="#contact"] {
	color: #1387C9;
	font-weight:bold;
}

/* =============================================================================
   HEADER
   ========================================================================== */
   
body > header {
	z-index: 9999;
	position: fixed;
	width: 100%;
	background-color: black; /* Older Browsers */
    background-color: rgba(0, 0, 0, 0.8);
    border-bottom: solid 1px rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: 0 2px 9px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 2px 9px rgba(0, 0, 0, 0.4);
    box-shadow: 0 2px 9px rgba(0, 0, 0, 0.4);
}


/* =============================================================================
   NAVIGATION
   ========================================================================== */
body > header > nav {
	width: 940px;
	margin: 0 auto;
	position: relative;
	}
	
/* Logo & Name */
/*  
body > header > nav > a {
	position: absolute;
	text-align: center;
	left: 0;
	top: 9px;
	}
	*/
	
body > header > nav > a.sitename {
    text-align: center;
    float:left;
    margin-top: 13px;
    color:#ffffff;
    font-size: 18px;
    }


	/*
body > header > nav p {
position: absolute;
	font-size: 13px;
	font-weight: bold;
	color: white;
	text-transform: uppercase;
}*/

/* Main Menu */

header > nav > ul {
	float: right;
	padding: 11px 0px;

	}
	
header > nav > ul li {
	float: left;
	}

header > nav > ul li a {

	margin: 0px 0px 0px 15px;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	color: white;
	letter-spacing: 1px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	}

#nav .current a {
	color: red;
	}

#nav li a:hover {
	color: #ed215c;
	}

/* =============================================================================
   WELCOME
   ========================================================================== */

#home {
	
	width: 100%;
	position: fixed;
	z-index: -10;
	background: url(images/bg.jpg) repeat center top;
	}

#home a {
    color:#1387C9;   
    }

#home > section {
	-webkit-animation: fadein 2s 0 1;
	-moz-animation: fadein 2s 0 1;
	width: 940px;
	margin: 0 auto;
	padding-top: 160px;
	padding-bottom: 170px;
	}
	
/* Speech Bubble */

#home > section > section{
	position: relative;
	}

.teaser em {
	/*background: #1387C9;*/
	border : 1px solid #1387C9;
	color: white;
	letter-spacing: 1px;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
	font-size: 24px;
	/*font-weight: bold;*/
	font-style: italic;
	padding: 15px 20px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	position: relative;
	}

/*.teaser > span {
	width: 0;
	height: 0;
	position: absolute;
	top: 20px;
	left: 10px;
	display: block; 
	border-left: 20px solid #1387C9; 
	border-bottom: 0.40em solid #1387C9; /* IE fix */
/*    border-bottom: 43px solid rgba(0,0,0,0); 
    overflow: hidden; /* IE fix */

/* =============================================================================
   CONTENT
   ========================================================================== */
   
#content {

	margin-top: 500px;
	}

/* =============================================================================
   HOME BOTTOM
   ========================================================================== */

.homebottom {
    width: 100%;
    height: 20px;
    margin-top:-5px;
    background-color: #696969;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #000000;
    -webkit-box-shadow: 0px -3px 7px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px -3px 7px rgba(0, 0, 0, 0.2);
    box-shadow: 0px -3px 7px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    }
    
.homebottom > hgroup {
    width: 940px;
    position: relative;
    margin: 0 auto;
    }
    
.homebottom h4 {
    font-weight:normal;
}
    
/* =============================================================================
   CALL TO ACTION
   ========================================================================== */

.contactmobile {
    position:absolute;
    top:300px;
	width: 100%;
	height: 60px;
	background-color: #696969;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #000000;
	-webkit-box-shadow: 0px -3px 7px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px -3px 7px rgba(0, 0, 0, 0.2);
	box-shadow: 0px -3px 7px rgba(0, 0, 0, 0.2);
	z-index: 1000;
	}
	
.contactmobile > hgroup {
    /*margin-left:50px;*/
	/*width: 940px;*/
margin: 0 auto;
	}
	
.contactmobile > hgroup h4 {
    padding-left:40px;
    }

.contactmobile > hgroup a {
	background: #1387C9;
	float:right;
	right: 50px;
	position:relative;
	top: -49px;
	color: white;
	font-size: 18px;
	font-weight: bold;
	padding: 0px 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid rgba(123, 43, 18, 0.6);
	text-transform: uppercase;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
	line-height: 40px;
	-moz-box-shadow: 0px 1px 2px rgba(000,000,000,0.3), inset 0px 1px 0px rgba(255,255,255,0.4);
    -webkit-box-shadow: 0px 1px 2px rgba(000,000,000,0.3), inset 0px 1px 0px rgba(255,255,255,0.4); 
    -webkit-transition: box-shadow 0.7s ease;   
	}

.contactmobile > hgroup a:hover {
	box-shadow: 0px 0px 10px rgba(10, 10, 10, 0.8),
	inset 0px 1px 0px rgba(255,255,255,0.4)  ;
	border: 1px solid rgba(12, 106, 138, 1);
}
	

/* =============================================================================
   web
   ========================================================================== */    

#web {
    padding: 50px 0 0 0;
    background-color:#fff;
    /*background:url('images/paperbg.jpg') repeat center;  */
    overflow:hidden;
}

#web > section {
    margin: 0 auto;
    width: 960px;
}

#web > section > article {
    width: 290px;
    padding: 15px;
    float: left;
    margin-bottom: 25px;
}

#web a {
    display: block;
}

#web img {
    padding: 5px;
    margin-bottom: 10px;
    background-color: white;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    border: 1px solid #c7c7c7;
    width: 290px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#web img:hover {
    -webkit-box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.3);
    border: 1px solid #878787;

}

#web article p {
padding-bottom: 5px;
}

#web h2 {
    padding-top: 10px;
    padding-left: 5px;
    color: #3d3d3d;
    font-size: 17px;
    font-weight: 900;
    text-transform: uppercase;
    padding-bottom: 10px;
}



/* =============================================================================
   crea
   ========================================================================== */	

#crea {
	padding: 50px 0 0 0;
	background-color:#fff;
	/*background:url('images/paperbg.jpg') repeat center;  */
 	border-bottom: 1px solid #868686;
}

#crea > section {
	margin: 0 auto;
	width: 960px;
}

#crea > section > article {
	width: 290px;
	padding: 15px;
	float: left;
	margin-bottom: 25px;
}

#crea h5 {
    margin-left: 0;
    }

#crea a {
	display: block;
}

#crea img {
	padding: 5px;
	margin-bottom: 10px;
	background-color: white;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
	border: 1px solid #c7c7c7;
	width: 290px;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#crea img:hover {
	-webkit-box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.3);
	border: 1px solid #878787;

}

#crea article p {
padding-bottom: 5px;
}

#crea h2 {
	padding-top: 10px;
	padding-left: 5px;
	color: #3d3d3d;
	font-size: 17px;
	font-weight: 900;
	text-transform: uppercase;
	padding-bottom: 10px;
}



/* =============================================================================
   info
   ========================================================================== */
   
#info {
	z-index: 9998;
	width: 100%;
	background-color: #eee;
	padding: 100px 0px;
	-webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
	box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
	}

#info > section {
	width: 960px;
	margin: 0 auto;
	}
	
#info > section > section.experience{
	width: 100%;
	padding: 0px 10px 30px 10px;
	}
	
#info h5 {
	margin-left: 0;
	}

#info h4 {
    color: #1387C9;
    }
	
#info > section section.experience > article {
	width: 940px;
	}
	
#info p {
	-webkit-column-count: 2;
	-webkit-column-gap: 30px;
	-moz-column-count: 2;
	-moz-column-gap: 30px;
	}

.divide_line { 
    margin: 50px 0;
    height: 1px;
    background: #ccc;
    background-color: #48536F;
    float: left;
    width: 100%;
	}​

	
#info ol {
	width: 960px;
	overflow: visible;
	}		

#info ol li {
	width: 220px;
	margin: 10px;
	float: left;
	height: 265px;
	}
	
#info ol li:first-child {
	margin-left: 0;
	}
	
#info ol img {
	margin: 0 80px;
	}

#info ol h4 {
	width: 220px;
	text-align: center;
	color: #1387C9;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 40px;
	}
	
#info ol li > h6 {
	text-align: center;
	font-size: 14px;
	color: #444;
	}

#info ol li > p {
	font-size: 13px;
	line-height: 20px;
	letter-spacing: 0;
	text-align: left;
	font-weight: 400;
	color: #777;
	margin-top: 13px;
	} 


#info p, li {
	padding: 0;
	font-size: 12px;
	line-height: 28px;
	}

#info ol li strong {
	font-weight: bold;
	}

#info ol li a {
	color: #77c0c0;
	text-decoration: underline;
	}

#info ol p {
	font-size: 12px;
	font-weight: 100;
	color: #4a4a4a;
	-webkit-column-count: 1;
	-webkit-column-gap: 0;
	-moz-column-count: 1;
	-moz-column-gap: 0;
	}

#info > section > section.temoignage {
	width: 600px;
	margin: 0 auto;
	}

#info > section > section.temoignage .citation {
	text-align: justify;
	/*font-size: 18px;*/
	text-shadow: none;
	color: #777;
	line-height: 180%;
	padding: 0;
	margin-bottom: 20px;
	}

#info > section > section.temoignage p {
	text-align: center;
	-webkit-column-count: 1;
	-webkit-column-gap: 0px;
	-moz-column-count: 1;
	-moz-column-gap: 0px;
	color: #1387C9;
	}
	
#info > section > section.temoignage a {
    font-weight:bold;
    color: #1387C9;
    }


/* =============================================================================
   CONTACT
   ========================================================================== */

#contact {
	box-shadow: inset 0px 5px 5px rgba(0, 0, 0, 0.1);
	z-index: -9994;
	width: 100%;
	padding-bottom: 20px;
	padding-top: 50px;
	/*background: url(images/paperbg.jpg) repeat center top;*/
		
	}
	
.reseaux {
    margin:20px auto 0 auto;
    text-align:center;
}
.reseaux a {
    margin-left:10px;
}
	
#contact > section {
	width: 960px;
	margin: 0 auto;
	position: relative;
	}

/* Pages for contact form */
	

#contact > section > span {
	background-color: white;
	width: 600px;
	height: 575px;
	overflow:hidden;
	/*position: absolute;
	top: 150px;
	left: 95px;*/
	-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
	border: 1px solid #dddddd;
	padding-top: 75px;
	}	


#contact > section h1 {
	margin: 0 auto;
	padding: 0;
	width: 650px;
	text-align: center;
}


#contact > section p {
	font-family: 'Ubuntu', sans-serif;
	font-size: 16px;

	margin: 0 auto;
	font-weight: normal;
	color: rgba(0, 0, 0, 0.8);
	line-height: 45px;
	padding: 0;
	width: 650px;
	text-align: center;
	text-shadow: none;
}

#contact > section > span strong {
	font-weight: bold;
	color: #424242;
	font-style: italic;
}

/* =============================================================================
   CONTACT FORM
   ========================================================================== */
  
.contactform {
	width: 480px;
	margin: 0px auto 20px auto;
	background: #333;
	padding:15px;
	border-radius:10px;
	box-shadow: 1px 1px 5px #000000;
	}
	
.contactform > fieldset {
	padding-top: 10px 0;
	}

.contactform label {
	font-weight: normal;
	color: #999;
	display: block;
	}
	
.contactform input,
.contactform textarea {
    border: 1px solid #0E6989;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
	
.contactform > fieldset input {
	margin-top: 15px;
	margin-bottom: 15px;
	background-color: #f4f4f4;
	padding: 10px;
	border-radius: 5px;
	width: 460px;


	}

.contactform > fieldset input:hover,
.contactform textarea:hover {
	background-color: #efefef;
}

.contactform > fieldset input:focus,
.contactform textarea:focus {
	border: 1px solid rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

.contactform textarea {
	margin-top: 15px;
	font-family: 'Ubuntu', sans-serif;
	margin-bottom: 15px;
	background-color: #f4f4f4;
	padding: 10px;
	font-size: 12px;
	border-radius: 5px;
	height: 100px;
	resize: none;

}

.contactform .button {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	background-color: #1387C9;
	border-radius: 5px;
	padding: 7px 15px;
	color: #cccccc;
	
	margin-top: 10px;
	cursor: pointer;
	border: solid 1px rgba(0, 0, 0, 0);
}

.contactform .button:hover {
	box-shadow: 0px 0px 10px #1387C9;
	border: solid 1px rgba(0, 0, 0, 0.1);
	color: white;
}

/* -- After Message --*/

#message {
    width: 460px;
    margin: 10px auto 0px auto;
}

#message h2 {
	font-family: 'Ubuntu', sans-serif;
	font-size: 37px;
	margin: 0 auto;
	font-weight: bold;
	color: black;
	line-height: 45px;
	padding: 0;
	text-align: center;
	text-shadow: 0px 2px 1px rgba(255, 255, 255, 0.5);
}



/* =============================================================================
   FOOTER
   ========================================================================== */

body > footer {
	background-color: #181818;
	width: 100%;
	border-top: #ccc solid 1px;
    padding-bottom:30px;
	}

body > footer > section {
	width: 960px;
	margin: 0 auto;
	padding: 40px 0;
	}
	
body > footer > section > article {
	width: 220px;
	height: 100px;
	margin: 10px;
	float: left;
	}

body > footer h5 {
	text-shadow: none;
	color: white;
	margin: 0;
	}

body > footer ul li, body > footer p {
	font-size: 12px;
	line-height: 20px;
	margin: 0;
	padding: 0;
	}
	
body > footer a {
    color: #ccc;
    }

body > footer strong {
	color: #ccc;
	font-weight: bold;
    }

/* =============================================================================
   SUBSCRIBE FORM
   ========================================================================== */
   
.subscribe {
    margin-top: 5px;
    }

.subscribe > input {
	margin-top: 5px;
	background-color: #202020;
	padding: 8px 10px;
	border-radius: 5px;
	width: 130px;
	color: white;
	border: solid 1px rgba(0, 0, 0, 0.3);
    }

.subscribe > button {
	background-color: #77c0c0;
	border-radius: 5px;
	padding: 7px 15px;
	color: #204747;
	border: solid 1px rgba(0, 0, 0, 0);
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	cursor: pointer;
    }

.subscribe button:hover {
	box-shadow: 0px 0px 4px #77c0c0;
	border: solid 1px rgba(0, 0, 0, 0.4);
	color: white;
    }

   
/* =============================================================================
   EXTRAS
   ========================================================================== */


#crea::after,
#crea > section::after,
#crea > section > article::after,
#content::after,
.welcome::after,
#info > section::after,
body > footer > section::after,
#contact > section::after,
#info ol::after 

    {
	content: '';
    display: block;
    clear: both;
    }


/* Twitter Feed Styles */


.tweet,
.query {

    font-weight: 100;
    color: #727281;
    }

.tweet_list {
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;
    list-style: none;
    margin: 0;
    padding: 0;
    overflow-y: hidden;
    }
    
.tweet_list .awesome,
.tweet_list .epic {
    text-transform: uppercase;
    }
        
.tweet_list li {
    overflow-y: auto;
    overflow-x: hidden;          
    list-style-type: none;      
    border-bottom: 1px rgba(255, 255, 255, 0.1) solid;
    }
        
.tweet_list li:last-child {
    border-bottom: none;
    }
        
.tweet_list li a {
    color: #77c0c0;
    font-weight: normal;
    }
    
/* =============================================================================
   MEDIA QUERIES - de 980px
   ========================================================================== */
  
@media screen and (max-width: 980px) {
	body > header > nav,
	#home > section,
	.contactmobile > hgroup,
	#web > section,
	#crea > section,
	#info > section,
	#contact > section,
	.display > figure > section
	{
		width: 640px;
	}
	
#home {
	-webkit-animation: none;
	 -moz-animation: none;
	 }
	
.display section > hgroup {
	display: none;
	}
	
body > footer > section{
	width: 480px;
	}
	
#home > section {
	padding: 125px 0px 76px 0;
	}
	
#content {
	margin-top: 380px;
	}
	
.contactmobile > hgroup a {
	font-size: 16px;
	padding: 0px 15px;
	line-height: 32px;
	position:relative;
	top: -49px;
	}
	
#info > section > section.temoignage {
	width: 500px;
	margin: 0 auto;
	}
	
	
#info ol li:first-child {
	margin: 50px;
	}
	
#info ol li {
	margin: 50px;
	}
	
#contact > section p {
	font-size:14px;
	line-height: 20px;
	}
	
.close {
	left: 48%;
	top: -50px;
	}
	
#info > section > section.experience {
	padding: 0;
	}
	
	
#info p, li {
	font-size: 12px;
	}
	
#info > section section:first-child > article {
	width: 620px;
	}

#message {
    width: 460px;
    margin: 10px auto 0px auto;
}
	
#contact > section > span {
		width: 600px;
		left: 15px;
		top: 110px;
	}
	
h1 {
		font-size: 27px;
		line-height: 42px;
	}
	
h4 {
		font-size: 17px;
	}
}

/* =============================================================================
   MEDIA QUERIES - de 680px
   ========================================================================== */
  
@media screen and (max-width: 680px) {
	body > header > nav,
	#home > section,
	.contactmobile > hgroup,
	#web > section,
	#crea > section,
	#info > section,
	#contact > section,
	body > footer > section,
	.display > figure > section,
	.reseaux,
	#info > section > section.temoignage
	 {
		width: 300px;
	}
	
	/*body > header > nav > a:nth-of-type(2) {
        display: none;
    }*/

  	
#content {
	margin-top: 355px;
	}
	
	
.divide_line {
		display: none;
	}
	
.contactmobile > hgroup {
    text-align: center;
    }
	
.contactmobile > hgroup h4 {
    display:none;
    }
    
.contactmobile > hgroup a {
    right: 0;
    padding: 0px 50px;
    position:relative;
    top:15px;
    }
	
body > footer {
		padding-top: 25px;
	}

#info {
	}
	
#info > section > section.temoignage h1 {
		font-size: 14px;
		line-height: 30px;
	}

#info > section > section.temoignage p {
        font-size: 14px;
    }
	
#info > section > section {
		padding: 25px 0px;
	}
	
#info > section section:first-child > article {
	width: 300px;
	}
	
#home {
	 text-align: left;
	}
	
body > header {
		height: 70px;
	}
	
body > header > nav > a.sitename {
	}
	body > header > nav > ul {
	    margin:0 0 0 -13px;
	    padding:0px;
        float:left;
    }

body > header > nav > ul > li > a {
        font-size:12px;
    }
	
#info p {
	-webkit-column-count: 1;
	-webkit-column-gap: 0;
	-moz-column-count: 1;
	-moz-column-gap: 0;
	}
	
body > header > nav > a {
	left: 0px;
	top: 12px;
    }

h3 {
	font-size: 14px;
	line-height: 24px;
	}
	
body > footer > section > article {
	width: 290px;
	text-align: center;
	}

.teaser em {
	font-size: 20px;
	}

/*.teaser > span {
	border-left: 15px solid #1387C9; 
	border-bottom: 30px solid rgba(0,0,0,0); 
	}
	*/
#crea > section > article {
	padding: 0;
	}

h1 {
	font-size: 20px;
	line-height: 30px;
	}
	
h4 {
	font-size:14px;
	}
	
#message {
    width: 250px;
    margin: 10px auto 0px auto;
}

#contact > section h1 {
    font-size: 16px;
    line-height: 25px;
    width: 300px;
    }

#contact > section p {
	font-size: 16px;
	line-height: 25px;
	width: 300px;
    }
	
#contact > section > span:nth-of-type(1) {
	display: none;
	}
	
#contact > section > span:nth-of-type(2) {
	display: none;
	}
	
#contact > section > span {
	width: 100%;
	left: 0px;
	}
	
#contact > section > span h1 {
	font-size: 14px;
	width: 270px;
	margin: 20px auto;
	}

.contactform {
	width: 270px;
	}
	
.contactform > fieldset input {
    width: 250px;
	}
	
.contactform textarea {
	width: 250px;
	height: 185px;
	}
	
#contact {
	padding-bottom: 30px;
	height: 830px;
	}
	
#home > section {
	padding-top: 100px;
	}
	
#info {
	padding: 50px 0px;
	}
	
#crea article p {
	text-align: center;
	}
	
#crea h2 {
	text-align: center;
	}
	
#crea > section > article:nth-of-type(5),
#crea > section > article:nth-of-type(6){
	display: none;
	}

#info > section > section.experience > article p {
	line-height: 24px;
	}
	
	
}


/* =============================================================================
   MEDIA QUERIES - de 480px
   ========================================================================== */
  
@media screen and (max-width: 480px) {
    body > header > nav,
    #home > section,
    .reseaux,
    #web > section,
    #crea > section,
    #info > section,
    #contact > section,
    body > footer > section,
    .display > figure > section
    #info > section > section.temoignage
    
     {
        width: 300px;
    }
    
body > header > nav {
    z-index:20000;
}
    
h1 {
    font-size: 30px;
    /*font-weight: bold;*/
    margin: 0;
    line-height: 40px;
    padding: 38px 0 0 0;
    text-shadow:none;
    color: #dddddd;
}

#content {
    margin-top: 400px;
    }
    
    
.divide_line {
        display: none;
    }
    

.contactmobile {
    display:none;
}

    
body > footer {
        padding-top: 25px;
    }

#info {
    }
    
#info > section > section.temoignage p{
    }
    
#info > section > section.temoignage h1 {
        font-size: 12px;
        line-height: 30px;
    }
    
#info > section > section {
        padding: 25px 0px;
    }
    
#info > section section:first-child > article {
    width: 300px;
    }
    
#home {
     text-align: left;
    }
    
body > header {
        height: 70px;
    }
    
body > header > nav > a.sitename {
    }
    body > header > nav > ul {
        margin:0 0 0 -13px;
        padding:0px;
        float:left;
    }

body > header > nav > ul > li > a {
        font-size:12px;
    }
    
#info p {
    -webkit-column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-count: 1;
    -moz-column-gap: 0;
    }
    
body > header > nav > a {
    left: 0px;
    top: 12px;
    }



h3 {
    font-size: 14px;
    line-height: 24px;
    }
    
body > footer > section > article {
    width: 290px;
    text-align: center;
    }
    

.teaser em {
    font-size: 20px;
    }

/*.teaser > span {
    border-left: 15px solid #1387C9; 
    border-bottom: 30px solid rgba(0,0,0,0); 
    }*/
    
#crea > section > article {
    padding: 0;
    }
#web > section > article {
    padding: 0;
    }

h1 {
    font-size: 20px;
    line-height: 30px;
    }
    
h4 {
    font-size:14px;
    }
    
#contact > section h1 {
    font-size: 18px;
    font-weight:bold;
    line-height: 25px;
    width: 300px;
    }

#contact > section p {
    font-size: 16px;
    line-height: 25px;
    width: 300px;
    }
    
#contact > section > span:nth-of-type(1) {
    display: none;
    }
    
#contact > section > span:nth-of-type(2) {
    display: none;
    }
    
#contact > section > span {
    width: 100%;
    left: 0px;
    }
    
#contact > section > span h1 {
    font-size: 14px;
    width: 270px;
    margin: 20px auto;
    }

.contactform {
    width: 270px;
    }
    
.contactform > fieldset input {
    width: 250px;
    }
    
.contactform textarea {
    width: 250px;
    height: 185px;
    }
    
#contact {
    padding-bottom: 30px;
    height: 830px;
    }
    
#home > section {
    padding-top: 100px;
    padding-bottom:180px;
    }
    
#info {
    padding: 50px 0px;
    }
    
#crea article p {
    text-align: center;
    }
    
#crea h2 {
    text-align: center;
    }
    
#crea > section > article:nth-of-type(5),
#crea > section > article:nth-of-type(6){
    display: none;
    }

#info > section > section.experience > article p {
    line-height: 24px;
    }
    
    
}






