@import url('https://fonts.googleapis.com/css?family=Catamaran:100,400,500,600,700,800');

/* Code repris sur fetedelascience.afm-telethon.fr */

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%;
	line-height: 1.3rem;
	font: inherit;
}

img {
	vertical-align: middle !important;
}


/* HTML5 display-role reset for older browsers */

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
a, a:focus, a:hover {
		color:#353535;
    text-decoration: none;
}


body {
 background-color:#ffffff;
 font-family:'Catamaran',Catamaran,Helvetica,Arial,sans-serif;
 font-size: 100%;
	color:#353535;
 }

h1,h2,h3,h4,h5 {color:#0f5765;}

#preheader {
	width:100%;
	background-color: #535353;
	padding:0px;
	text-align: right;
}
.rs {
	display: inline-block;
	vertical-align: top;
	margin:10px;
}
.btndon {
	background:#fdc613;
	border-radius: 10px;
	padding: 1px 10px;
	margin: 1px 0 0 0;
	vertical-align: text-top;
	font-weight: bold;
}

.social-link {
    display: block;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 1.6rem;
    height: 1.6rem;
    text-align: center;
    line-height: 1.6rem !important;
    color: #ffffff;
    font-size: 1em !important;
}
.social-item {
    display: inline-block;
    margin-right: 5px;
}
.social-item a:hover {
	color:#f2f2f3;
}

#header {
	padding:15rem 0 1rem 0;
	text-align: center;
	background-image: url('bg_head.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100% auto;
	position: relative;
	}

#logoafm {
	position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  text-align: center;
}

#header h1 {
	display: block;
	width:100%;
	background-color:rgba(255,255,255,.7);
	padding:10px 0;
}


#header a {
	text-decoration: none;
	color:#b1005c;
	font-size:3em;
	font-weight: 700;
}


.contenu {
	width:96%;
	max-width:1295px;
	margin:0 auto 0 auto;
	clear:both;
}

.contenu50 {
	width:50%;
	margin:0;
	float:left;
	text-align: left;
}

.contenu90 {
	width:100%;
	margin:0;
	float:left;
	text-align: center;
}

.blocgris {
	padding:1rem;
	margin:5px;
	background-color: #f2f2f3;
	text-align: center;
}

.listeLabos td:nth-child(n+2) {
	font-size: 1.5em;
	text-align: center;
}

.listeLabos td.no:after {
	content: "✖";
	color: #FF0000;
}

.labo p {
	font-size: 12px;
}

.labos {
	padding:0 0 0 1rem;
	box-sizing: border-box;
}

table, tr, td {
	padding:5px;
	border:1px solid #dfe9ff;
}

table {width: 100%;}
td.labo {width:70%;}

h2 {
	font-weight: bold;
	text-align: center;
	font-size: 2em !important;
	padding:10px 0;
}

h4 {
	font-weight: bold;
	margin:5px 0;
}

.section2 {
	padding:2% 5%;
	background-color: #f2f2f3;
	margin:2% 0;
}

.section2 p {
	color:#353535;
	margin: 20px 0;
}

.section2 p:last-child {
	text-align: left;
}

.section2 p span {
	color: #a00952;
}

.cartelabos {
	width:100%;
	height:auto;
	min-height:500px;
}

.iframeeml {
	border:0;
	width:100%;
	height: 90px;
}

.descriptif {
	margin:15px 0;
	font-size: 1.2rem;
}

.blocdon {
	width:100%;
	margin:5px;
	background-color:#fdc613;
	text-align:center;
}

.video2016 {
	width:356px;
	height:200px;
	border:none;
	overflow:hidden;
	display:block;
	float:left;
	padding-right:15px;
}


#footer {
	  background: #333333;
    padding: 60px 2% 30px 2%;
		margin-top:15px;
		text-align: center;
	color:#ffffff;
	clear:both;
}

#footer a {
	color:#ffffff;
	vertical-align: middle;
}