@font-face {
  font-family: 'fontello';
  src: url('./assets/fonts/fontello.eot?46604337');
  src: url('./assets/fonts/fontello.eot?46604337#iefix') format('embedded-opentype'),
       url('./assets/fonts/fontello.woff?46604337') format('woff'),
       url('./assets/fonts/fontello.ttf?46604337') format('truetype'),
       url('./assets/fonts/fontello.svg?46604337#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}

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, 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;
	-background: rgba(0,0,0,0.05);
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	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;
}


/*
STRUCTURE
*/

.container {
	position:relative;
	max-width:1280px;
	max-width:1028px;
	padding:38px 120px 20px  270px;
	margin:0 auto;
    min-height: calc( 100vh - 300px );
}
section, article {
	width:100%;
}
section {
	width:100%;
	clear: both;
}
footer {
    height: 60px;
    max-width: 1028px;
	padding:1.5rem 120px 1.5rem 270px;
    margin: 0 auto;
}
footer nav {
	text-align:right;
}
footer nav li {
	display:inline;
	text-align:right;
	margin-left:30px;
}
.clearBoth {
	clear: both;
}

/*Grille/colonnes*/

.col.menu {
    position: fixed;	
    margin-top: 133px;    
    margin-top: 0;
    margin-left: -230px;
    transition: .6s;
    background: #FFF;
    z-index: 3;
    width: 170px
}
.colx1 {
	 width: 23%;
}
.colx2 {
	 width: 48%;
}
.colx3 {
	 width: 73%;
}
.colx4 {
	 width: 100%;
}
.colx3alt {
	  width: calc(33.33% - 1px)
}
.col1x {
	 width: 25%;
	 height: 25%;
	 height: 208px;
}
.col1x div {
	 width: 100%;
	 height: 100%;
}

.col4x {
	 width: 50%;
	 height: 50%;
	 height: 416px;
}
.col4x div {
	 width: 100%;
	 height: 100%;
}
.col1x {
	 float: right;
}
.col4x {
	 float: left;
}
/*Header*/

header#masterhead {

    position: relative;
    max-width: 1510px;
    max-width: 1028px;
    margin: 0px auto 0 auto;
    padding: 1.5rem 32px 1.5rem 240px;    
    padding: 20px 120px 20px 270px;
     background: #F1F2FA;
}
header#masterhead div.logo {
	float:left;
	text-align:center;
	position: fixed;
    z-index: 20;	
    margin-left: -210px;
    margin-top: 5px;
}
header#masterhead a {
	display:inline-block;
	width:5rem;
	height:auto;
}
header#masterhead a img {
	width:100%;
	height:auto;
}
header#masterhead div.titre {
    font-size: 1.75em;
    padding: 2rem 0;
    line-height: 1.75rem;
    color: #999;   
    text-align: left;
	-max-width: 1028px;
	margin: 0 auto;
    text-align: left; 
}
header#masterhead div span {
	text-transform:uppercase;
	font-weight:700;
	color: #000;
}


/*col gauche + Navigation + Fil d'Ariane*/

.menu {
    width: 200px;
	margin-top:0;
}
.burger-menu img {
	height:auto;
	width:2rem;
	position:fixed;
	top:1.5rem;
	right:1.5rem;
	display: none;
	cursor:pointer;
	    z-index: 100;
}
nav.main li, nav.main2 li  {
	margin:1rem 0;
}
nav.main li:first-child {
	margin-top: 0; 
}
.primary-menu .dropdown-toggle {
	display: none;
}
#searchContainer {
	margin-top: 2rem;
}
#searchInput {
	border: 1px solid #CCC;
	border-left: 0;
	border-right: 0;	
    padding: 4px;
	padding-left: 0px;
	padding-right: 0px;
    width: calc(100%);
    background: url("img/loupe.png") no-repeat right 6px center;
    background-size: 18px 18px;
    margin-top: 20px
}
.outils {
	margin-top:34px;
	margin-bottom: 3rem;
	color: #999;
	text-align: center;	
}
.outils li {
	cursor:pointer;
	display:inline-block;
}
.outils .bouton {
	width:3rem;
	font-size:0.75em;
	line-height: 1.5rem;
	text-align:center;
}
.outils .bouton img {
	height:auto;
	width:50%;
}
.outils .imprimer {
	margin-left:1.5rem;
}
.outils .taille-caracteres {
	width:100%;
	font-size:1.25em;
	margin-top:0rem;
	padding:0.75rem 0;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}
.outils .imprimer {
    display: inline-block;
    padding-left: 0.75rem;
    margin-left: 0.75rem;
    border-left: solid 1px #000;
	line-height: 0.7rem;
    font-weight: 400;
    font-size: 0.6em;
}
section.fildariane {
	font-size:0.9em;
	width:80%;
	color: #999;
	margin-top: -55px;
    margin-bottom: 32px;	
}
section.fildariane a {
	display:inline-block;
	margin:0 1%;
	color: #999;
}
section.fildariane i:last-of-type {
	display: none;
}
section.fildariane a:first-of-type {
    -margin-left: 0;
}

section.fildariane .breadcrumb_last {
    margin: 0 0.75rem;
    color: #999;
    display: none;
}
section#nous-suivre .col, section#serindipite, section#agenda {
	margin:0;
}

section#nous-suivre .col {
	height: 700px;
	overflow: hidden;
}
section#nous-suivre .col.twitter {
	border-right: solid 1px #ccc;
	border-left:solid 1px #ccc;
}

section#serindipite .col, section#agenda .col {
	margin:0;
	transition: .6s;
}
section#serindipite .colx1, section#agenda .colx1 {
	width: 25%;
    float: left;
}
section#serindipite .carte, section#agenda .carte {
	 margin-bottom:0;
}

/*Cartes*/

.carte {
	position:relative;
	border:solid 1px #ddd;
	margin-bottom: 1.5rem;
	overflow:hidden;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	color:#fff;
	font-size: 0.85em;
	font-weight: 700;
	transition: .6s;
}
.carte div {
	padding:0.75rem;
	transition: .6s;
	width: calc( 100% - 1.5rem );
}





.carte div h2 {
	font-weight: 700;
	font-size: 1.25em;
	font-family: 'Roboto Slab', serif;
	max-height: 96px;
	-overflow: hidden;
	max-width: 90%;
	    margin-top: 0.25rem;
	    position: absolute;
}
.carte div p.cdate {
    line-height: 19px;
    margin-top: 90px;
    padding-left: 2px;
    margin-bottom: 8px

}
.carte div p.intro {
    line-height: 19px;
    max-height: 77px;
    overflow: hidden;
    padding-left: 2px;
    color: #FFF;
    margin-top: 0

}
.col1x .carte div p.intro {
	max-height: 57px
}

.carte div p.type {
	margin-top:0.25rem;
}
.carte div time {
	position:absolute;
	bottom:2rem;
}
.carte div .lieu {
	position:absolute;
	bottom:0.75rem;
	margin-bottom: 0!important
}
.carte div a.b {
	position:absolute;
	width:100%;
	height: 100vh;
	top:0;
	left:0;
}


.carte.eventype1rouge {
	background:#cc2929;
}
.carte.eventype2orange {
	background:#cc8b29;
}
.carte.eventype3anis {
	background:#abcc29;
}
.carte.eventype4gazon {
	background:#49cc29	;
}
.carte.eventype5vert {
	background:#29cc85;
}
.carte.eventype6bleu {
	background:#29b1cc;
}
.carte.eventype7roi {
	background:#294fcc;
}
.carte.eventype8violet {
	background:#6529cc;
}
.carte.eventype9fushia {
	background:#c729cc;
}
.carte.eventype10framboise {
	background:#cc296a;
}


.mask, .mask1 {
	background-color: #29b1cc;
	background-color: transparent;
}
.mask2 {
	background-color: #cc2929
}
.mask3 {
	background-color: #cc8b29
}
.mask4 {
	background-color: #abcc29
}
.mask5 {
	background-color: #49cc29
}
.mask6 {
	background-color: #29cc85
}
.mask7 {
	background-color: #294fcc
}
.mask8 {
	background-color: #6529cc
}
.mask9 {
	background-color: #c729cc
}
.mask10 {
	background-color: #cc296a
}


.mask div, .mask1 div {
	background-color: #29b1cc4c
}
.mask2 div {
	background-color: #cc29294c
}
.mask3 div {
	background-color: #cc8b294c
}
.mask4 div {
	background-color: #abcc294c
}
.mask5 div {
	background-color: #49cc294c
}
.mask6 div {
	background-color: #29cc854c
}
.mask7 div {
	background-color: #294fcc4c
}
.mask8 div {
	background-color: #6529cc4c
}
.mask9 div {
	background-color: #c729cc4c
}
.mask10 div {
	background-color: #cc296a4c
}


.mask, .mask1, .mask2, .mask3, .mask4, .mask5, .mask6, .mask7, .mask8, .mask9, .mask10 {
	background-blend-mode: multiply; 
}
.mask:hover, .mask1:hover, .mask2:hover, .mask3:hover, .mask4:hover, .mask5:hover, .mask6:hover, .mask7:hover, .mask8:hover, .mask9:hover, .mask10:hover {
	background-color:transparent; 
}
.mask div, .mask1 div, .mask2 div, .mask3 div, .mask4 div, .mask5 div, .mask6 div, .mask7 div, .mask8 div, .mask9 div, .mask10 div {
    text-shadow: 0px 0px 6px #000, 0px 0px 6px #000;
    -background-color: rgba(0,0,0,.2);
}
.mask:hover div, .mask1:hover div, .mask2:hover div, .mask3:hover div, .mask4:hover div, .mask5:hover div, .mask6:hover div, .mask7:hover div, .mask8:hover div, .mask9:hover div, .mask10:hover div {
    background-color: transparent;
}
#nous-suivre h2 {
	margin: 0 0 1.5rem 1.5rem;
	font-weight:700;
	font-size: 1.25em;	
	color:#1d77b5;
}
#nous-suivre p {
	text-align:right;
	margin:3rem 0.385rem 0 0;
}

.blog h2 img {
	width:auto;
	height:80px;
}
.blog li {
	margin-top:1.5rem;
	border-top:solid 1px #ccc;
}
.blog li a {
	font-size:1.1em;
}
.blog li img {
	width:100%;
	height:auto;
}
.blog li time {
	display:block;
	font-size:0.75em;
}
.blog li a {
	font-size:1.15em;
}
.blog li:first-child  {
	border-top:none;
	margin-top:0;
}
.blog li:first-child a {
	font-size:1.5em;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.col.menu a {
	-transition: .6s
}
.col.menu a:hover {
    color: #0460FF;
}
.carte a{
	color:#fff!important;
}
.lien-agenda {
	margin-bottom: 0px;
    margin-top: -73px;
    padding-bottom: 2px;
    display: inline-block;
    float: right;
        margin-right: 24px;
}
a.link-all:after {
    position: absolute;
    width: 13px;
    height: 20px;
    content: "\E830";
    font: 0.9em/1em "fontello";
    color: #0660ff;
    text-align: center;
    margin-left: 10px;
    margin-top: 6px;
}
#ressources {
}
#ressources .home-downloads {
    padding: 30px;
	background: #eee;
	margin-top: 70px;
}
#zoom .zoom-chimie {
  padding: 30px;
  padding: 1px 30px 30px 30px;
  margin-top: 70px;
  background: url("img/fond_zoom.jpg") no-repeat center center;
  background-size: cover; 
}
.bottom-notes {
	margin-top: 30px;
    border-top: 1px solid #ccc;
    padding-top: 30px;
    color: #666;
    font-size: 13px;
    padding-left: 10px;

}
img.size-full {
	margin-top: 30px;
	margin-bottom: 30px;
    width: 100%;
    height: auto;
}
.bloc-plus-loin {
	width: 23%;
	margin-right: 2%;
	float: left;
}
.bloc-plus-loin h2 {
	font-weight: 700!important;
	margin: 1em 0 1em 0!important
}
.bloc-plus-loin img { 
	width: 100%;
	height: 200px;
}
#aller-plus-loin {
    width: 102%;
}
.current_page_item, .current_page_item a {
	font-weight: 700;
	    color: #0660ff;
}
p.chapold {
	margin: 2rem 0 4rem 0;
    font-size: 16px;
    line-height: 25px;
}
.entry-content iframe {
    margin-top: 2rem;
    width: 100%;    
}
.breadcrumb_first > a {
	margin-left: 0!important
}
.bloc-zoom-chimie {
    border: 1px solid #ccc;
    background: #fff;
    padding: 20px;
    width: calc( 30% - 40px );
    margin-right: 3%;
    float: left;
    height: 150px;
}
.bloc-zoom-chimie h2 {
	margin-top: 0!important
}
.bloc-zoom-chimie h3 {
    font-family: 'Roboto Slab', serif;
}














body {
	font-family: 'Lato', sans-serif;
	font-size:1em;
    font-size: 0.9em;	
	line-height: 1.5rem;
}

a {
	text-decoration: none;
	color:#000;
}
strong, b {
	font-weight: 700;
}
em, i {
	font-style: italic;
}
article p, article ul, article ol, article h2,  article h3, article .entry-content div {
	margin-bottom:1.5rem;	
}
article .content ul, article .content ol {
	margin-left:2.25rem;
}
article .content li {
	list-style: disc outside;
}
h1.h1-home {
    max-width: 530px;
    font-size:1.2em;
	margin-top: 0
}
article h3 {
	font-weight: 700;
	    font-size: 18px;
}
article h2 {
	font-size:1.25em;
	margin-top:1.5rem;
	font-weight: 700;
}
article header p, article header time {
	margin:0.375rem 0;
}
article header h1 {
	font-family: 'Roboto Slab', serif;
	font-size:2em;
	line-height:2rem;
	margin:0.75rem 0;
	font-weight: 400;
}
body.home article header h1 {
	font-size:1.2em;
	margin-top: 0;
	    margin-top: -4px;
}
article header h1 div {
	font-size:0.66em;
	line-height:1.5rem;
	margin-top:0.75rem;
	color:#555;
}
article h2, section h2 {
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    font-size: 1.3em;
    margin-bottom: 3rem;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    padding: 22px 0;
    color: #666;
}
.entry-date {
font-family: 'Roboto Slab', serif;
    font-weight: 400;
    font-size: 1.3em;
    margin-bottom: 3rem;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    padding: 22px 0;
    color: #666;
}

article section h2:first-child {
	font-family: 'Roboto Slab', serif;	
	font-weight: 400;
	font-size: 1.5em;
    margin: 6rem 0 3rem;
}
#aller-plus-loin h2 {
	margin-top: 6rem;
	margin-bottom: 1rem	
}


article header .rdv {
	position:relative;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	padding:0.75rem 0;
	margin:1.5rem 0;
	width:100%;
	float: left;
	font-size: 0.9em;
}

article header .rdv p, article header .rdv time  {
	clear:both;
	line-height: 2.25rem;
	font-weight: 400;
}
article header .rdv img {
	display:inline-block;
	height: 1.5rem;
	width:auto;
	margin:0.35rem 0.75rem 0 0;
}
article header .rdv span {
	display:inline-block;
	padding-left:0.75rem;
	margin-left:0.75rem;
	border-left: solid 1px #000;
	line-height: 1rem;
	font-weight: 400;
}
article header .post-thumbnail img {
	width:25%;
	height:auto;
	float:right;
	margin:0;
	vertical-align: middle;
	margin-left: 30px;
	padding-bottom: 2px;
}
article header .rdv img {
	float: left;
	line-height: 2.25rem;
}
article div.chapo, article p.chapo {
	font-size:1.188em;
	margin:1.5rem 0 2.5rem 0;
	font-weight: 700;
	color:#555;
}

article p a, #nous-suivre p a {
	font-weight:700;
	border-bottom:solid 2px #0000ff;
}
article p.adresse a {
	border-bottom:0;
}
/*
MOBILE
*/

@media screen and (max-width: 1300px) {
	.col.menu {
		margin-left: -210px;
	    width: 170px;
	}
}


@media screen and (max-width: 1024px) {

header#masterheadold {
	margin-bottom:4.5rem;
}
header#masterhead div.logoold {
	width:auto;
	float:none;
	position:absolute;
	top:0.75rem;
	left:1.5rem;
 }
 header#masterhead a.old {
	height:auto;
	margin-right:0;
}
header#masterhead div.titreold {
	float:none;
	width: calc(100% - 14rem);
	padding:0 7rem;
	text-align: center;
	font-size:1.5em;
}

section, article {
	width:100%;
}
article div.colx3.content {
	width: 80%;
}
article header img {
	width:33%;
}
section#serindipite .colx1, section#agenda .colx1 {
	 width:50%;
}
.bloc-zoom-chimie {
	width: calc( 100% - 40px );
	margin-right: 0;
	float:none;
	margin-bottom: 16px;
	    height: auto;
}

}


@media screen and (max-width: 960px) {
	.home-thumbnail img {
	    margin-top: 0!important;
	}
}

@media screen and (max-width: 768px) {
	.burger-menu img {
		display: block;
	}
	.col.menu {
		height: 100vh;
		padding-right: 30px;
		-display:none;
	}
	.col.menu a {
	    font-size: 17px;
	}
	.col.menu.opened {
	box-shadow: 3px 10px 5px #ccc;
	    margin-left: 0;
	    padding: 20px 50px 0 20px;
	    margin-top: -20px;
	    width: 40%;
	}
	.col.menu .outils {
		margin-top: 0;
		    margin-bottom: 1.5rem;
	}
	.col.menu li {
	    margin: 1.5rem 0;
	}
	.col.menu li:first-child {
	    margin-top: 0;
	}
	.bloc-plus-loin {
	    width: 48%;
	    height: 360px;    
	}

	.container {
	    padding-left: 32px;
	    padding-right: 32px;
	    padding-top: 140px;
	}
	header#masterhead {
		position: fixed;
		margin-bottom:3rem;
		padding-left: 32px;
		background: #FFF;
	    width: calc( 100% - 64px);
	    z-index: 10;	
	    height: 56px;
	}
	header#masterhead a {
	    width: 4rem;
	}
	.filter {
	    margin-bottom: 60px!important;
	}
	.bloc-liste-titre {
		margin-right: 0!important;
		float: none!important;
	}
	.bloc-liste-date {
	    position: relative!important;
	    right: auto!important;
	    margin-left: 0!important;
	    margin-top: 20px;
	    margin-bottom: 10px;
	    font-weight: 600!important;
	}
	header#masterhead div.titre {
		width: calc(100%);
		padding:0 0rem;
		font-size:1.25em;
		line-height: 1.5rem;
		text-align: center;
		    margin-left: 0;
	    margin-right: 0;
		width: calc(100% - 9.5rem);
		padding:0 1rem 0 5.5rem;    
	}
	header#masterhead div.titre span {
		display:block;
		}
	header#masterhead div.logo {
		    margin-left: 0;
	    margin-top: -10px;
	    width: 50px;	    
	}	    
	footer {
		    padding: 30px 32px 24px 32px;
		    width: calc( 100% - 64px);
	}
	.burger-menu img {
	    top: 20px;
	    right: 42px;
	    display: block;
	}
	.fildariane, article header img {
		display:none;
	}
	header#masterhead div.titre {
		margin-top:-0.75rem;
		margin-top: 0px;
	}
	article header h1 {
		font-size:1.66em;
		line-height:1.75rem;
		margin:0.375rem 0;
	}
	article header h1 div {
		margin-top:0.25em;
	}
	article div.colx3.content {
		width: calc(100% - 1.5rem);
		padding:0;
	}
	article div.chapo {
	    padding-right: 0;
	}

	.partages {
		position:relative;
		float: left;
		width:100%;
		text-align: center;
	}
	.partages span {
		display:none;
	}
	.partages ul {
		margin-top:0;
	}
	.partages li {
		display: inline-block;
		margin-left:0.75rem;
	}
	.col.menu {
	    margin-left: -100%;
	    width: calc( 100% - 60px );
	    zoom: 1.5;
	}
	.col.menu .outils {
		display: none;
	    margin-top: 0;
	    margin-bottom: 1.5rem;
	}
}

@media screen and (max-width: 650px) {
	.col1x {
		width: 50%
	}
}

@media screen and (max-width: 480px) {

	header#masterhead a {
	    width: 3rem;
	}
	header#masterhead div.titre {
		width: calc(100% - 10rem);
		padding:0 1rem 0 5.5rem;
		font-size:0.9em;
		line-height: 1rem;
	}
	.carte {
		height: 200px;
	}
	.carte h2 {
		font-size: 1.25em;
		line-height: 1.25rem;
		max-height: 120px;
		margin-top:0.75rem;
		
	}
	.carte p.type {
		display: none;
		}
	.carte time {
		display: none
	}

	.container {
	    padding-top: 100px!important;
	}	
}





.home-thumbnail {
	width: 140px;
	float: right;
    margin-left: 40px;	
}
.home-thumbnail img {
	width: 100%;
	height: auto;
    margin-top: -35px;
}

.post-thumbnail img {
	width: 100%;
	height: auto
}
.the_champ_sharing_container {
	margin: 20px 0 40px 0;
}
.nb_actus {
    color: #FFF;
    background: #0460FF;
    border-radius: 14px;
    width: 22px;
    display: inline-block;
    text-align: center;
    height: 22px;
    margin-left: 12px;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
}
.nb_actus:empty {
	display: none;
}
.menu-item-745 {
    font-weight: 700;
}
footer {
    font-size: 1.25em;
    line-height: 1.75rem;
    color: #999;
    margin: 0 auto;
        padding-top: 20px;
    padding-bottom: 20px;
    line-height: 60px;
}


