@charset "utf-8";
/* lab CSS Document */
@font-face {
    font-family: 'raleway';
    src: url('http://passeurs-de-savoirs.fr/css/raleway-medium-webfont.eot');
    src: url('http://passeurs-de-savoirs.fr/css/raleway-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://passeurs-de-savoirs.fr/css/raleway-medium-webfont.woff2') format('woff2'),
         url('http://passeurs-de-savoirs.fr/css/raleway-medium-webfont.woff') format('woff'),
         url('http://passeurs-de-savoirs.fr/css/raleway-medium-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'raleway';
    src: url('http://passeurs-de-savoirs.fr/css/raleway-heavy-webfont.eot');
    src: url('http://passeurs-de-savoirs.fr/css/raleway-heavy-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://passeurs-de-savoirs.fr/css/raleway-heavy-webfont.woff2') format('woff2'),
         url('http://passeurs-de-savoirs.fr/css/raleway-heavy-webfont.woff') format('woff'),
         url('http://passeurs-de-savoirs.fr/css/raleway-heavy-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;

}
/*police liberation*/
@font-face {
    font-family: 'liberation_sans_narrow';
    src: url('http://passeurs-de-savoirs.fr/css/liberationsansnarrow-regular-webfont.eot');
    src: url('http://passeurs-de-savoirs.fr/css/liberationsansnarrow-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://passeurs-de-savoirs.fr/css/liberationsansnarrow-regular-webfont.woff2') format('woff2'),
         url('http://passeurs-de-savoirs.fr/css/liberationsansnarrow-regular-webfont.woff') format('woff'),
         url('http://passeurs-de-savoirs.fr/css/liberationsansnarrow-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'liberation_sans_narrow';
    src: url('http://passeurs-de-savoirs.fr/css/liberationsansnarrow-italic-webfont.eot');
    src: url('http://passeurs-de-savoirs.fr/css/liberationsansnarrow-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://passeurs-de-savoirs.fr/css/liberationsansnarrow-italic-webfont.woff2') format('woff2'),
         url('http://passeurs-de-savoirs.fr/css/liberationsansnarrow-italic-webfont.woff') format('woff'),
         url('http://passeurs-de-savoirs.fr/css/liberationsansnarrow-italic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;

}




@font-face {
    font-family: 'liberation_sans_narrow';
    src: url('http://passeurs-de-savoirs.fr/css/liberationsansnarrow-bold-webfont.eot');
    src: url('http://passeurs-de-savoirs.fr/css/liberationsansnarrow-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://passeurs-de-savoirs.fr/css/liberationsansnarrow-bold-webfont.woff2') format('woff2'),
         url('http://passeurs-de-savoirs.fr/css/liberationsansnarrow-bold-webfont.woff') format('woff'),
         url('http://passeurs-de-savoirs.fr/css/liberationsansnarrow-bold-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;

}



body {
	font-family: "liberation_sans_narrow", "Arial Narrow", Arial, helvetica, sans-serif;
	font-size: 18px;
	background-color: rgba(200,200,200,1);
	
}


#menu {
	background-color: rgba(55,179,177,1);
}
#menu ul li {
	display: block;
	float: left;
	margin: 10px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: rgba(255,255,255,1);
}
#menu ul li a {
	color: rgba(255,255,255,1);
	font-size: 20px;
	padding-right: 10px;
	text-decoration: none;
	font-weight: bold;
}
#corps {
	background-color: rgba(255,255,255,1);
	padding-top: 20px;
	padding-bottom: 20px;
}
.voir_experience a {
	font-family: 'raleway', "Open Sans", Arial, helvetica, sans-serif;
	color: rgba(255,255,255,1);
	text-decoration: none;
	display: block;
	padding: 10px;
	font-weight: bold;
}




#corps .textes h2 {
	font-family: 'raleway', "Open Sans", Arial, helvetica, sans-serif;
	font-size: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: rgba(55,179,177,1);
	font-weight: bold;
}
#corps .textes  h3 {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-left: 35px;
	background-image: url(../image-site/tube.png);
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 30px;
	font-size: 24px;
	color: rgba(55,179,177,1);
	font-variant: small-caps;
}
#corps .textes  h4 {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	
	line-height: 30px;
	font-size: 18px;
	color: rgba(55,179,177,1);
	font-variant: small-caps;
}
#corps .textes.grid_12 .texte_encadre {
	line-height: 1.5;
	text-align: justify;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(55,179,177,1);
}
#pied {
	color: rgba(255,255,255,1);
	background-color: rgba(54,178,177,1);
	padding-top: 20px;
	padding-bottom: 20px;
}
#pied  p {
	font-size: 14px;
	font-variant: small-caps;
}
#pied a {
	color: inherit;
	text-decoration: none;
}



#corps .textes.grid_12 .texte_encadre p {
	margin-bottom: 6px;
}

.voir_experience {
	float: right;
	background-color: rgba(54,178,177,1);
}
.icone_experience {
	width: 140px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	display: block;
	float: left;
}
#messagecookie {
	background-color: rgba(255,204,0,0.5);
	font-size: 18px;
	position: fixed;
	z-index: 1000;
	bottom: 0px;
	display: block;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 60px;
}
#infocookies {
	text-align: center;
	color: #12161D;
}
#compris {
	text-align: center;
	text-decoration: none;
	color: #2e2e2e;
	background-color: #F90;
	display: block;
	margin-top: 2px;
	margin-bottom: 2px;
	border-radius: 3px;
}
input[type="text"], textarea {
	padding: 10px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	width: 50%;
	font-family: "liberation_sans_narrow", "Arial Narrow", Arial, helvetica, sans-serif;
	display: block;
	border: 1px solid rgba(55,179,177,1);
}
.formcenter {
	display: block;
	/* [disabled]text-align: center; */
}
.formcenter p {
	margin-top: 10px;
	margin-bottom: 3px;
	text-align: center;
}
#testcode {
	color: rgba(51,51,51,1);
}
#testcode a {
	color: inherit;
	text-decoration: underline;
}


input[type="button"] {
	padding: 10px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	width: 30%;
	font-family: "liberation_sans_narrow", "Arial Narrow", Arial, helvetica, sans-serif;
	display: block;
	border: 1px solid rgba(55,179,177,1);
}
#messagecookie .container_12 .grid_2 #compris {
	width: 100%;
	text-align: center;
}
