@font-face {
    font-family: 'TypefaceSix';
    src: url('fonts/typefacesixptfive-webfont.woff2') format('woff2'),
         url('fonts/typefacesixptfive-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'TypefaceSix';
    src: url('fonts/typefacesix-webfont.woff2') format('woff2'),
         url('fonts/typefacesix-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;

}
@font-face{
    font-family:"Typeface Six Seven OT W03 Seve";
    src:url("fonts/78d3fb9a-d1aa-4790-b8e9-c5d1dd67d1a9.eot?#iefix");
    src:url("fonts/78d3fb9a-d1aa-4790-b8e9-c5d1dd67d1a9.eot?#iefix") format("eot"),url("fonts/87e26953-7c58-41af-9712-0236e465c1d0.woff2") format("woff2"),url("fonts/623d818f-bab1-4fbe-9fbe-988f23552dde.woff") format("woff"),url("fonts/f4928c55-9981-48a4-addd-1f4fd3313b00.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
body{
	border: 0;
  margin: 0;
  padding: 0;
}
body, td, th, input, textarea, select{
	outline: none;
	font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  font-family: 'IBM Plex Sans', sans-serif;
}
h1, h2, h3, h4, h5, p, img, a, ul, li{
	border: 0;
	margin: 0;
	padding: 0;
	outline: none;
}
a{
  text-decoration: none;
}
.mob{
  display: none;
}

/***************************
*** FIX ********************
***************************/

.fix-on .fix{
  position: fixed;
}

/***************************
*** ANIMATIONS *************
***************************/

.content a,
.head span,
.footer a,
#months a,
.ac{
  -webkit-transition: color 0.35s ease;
  transition: color 0.35s ease;
}
.footer .follow a,
.slide .body{
  -webkit-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
}

/***************************
*** PRELOAD ****************
***************************/

#preload{
  z-index: -1;
  position: absolute;
}

/***************************
*** HECTOR *****************
***************************/

.crea,
.event .periode,
.diapo .periode,
.slide .periode,
.head .cur,
.but,h2,h3,.hector{
  font-weight: normal;
	font-family: 'TypefaceSix';
}

/***************************
*** TEXT-TRANS *************
***************************/

.uc,
.head .cur{
	text-transform: uppercase;
}
.ttl{
	text-transform: lowercase;
}

/***************************
*** BG-COVER ***************
***************************/

.bg-cover{
  background-repeat: no-repeat;
	background-color: transparent;
	background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-clip: content-box;
}

/***************************
*** TABLE ******************
***************************/

.footer h2,
.table{
	display: table;
}
.footer h2 span,
.diapo .binner,
#slider .binner,
.table .cell{
	display: table-cell;
	vertical-align: middle;
}
.table .row{
  display: table-row;
}

/***************************
*** CREATION ***************
***************************/

.crea{
  height: 16px;
  margin-top: 3px;
}
.crea span{
  color: #2e3192;
	font-size: 14px;
  line-height: 16px;
  background: white;
  font-weight: normal;
  padding: 0 5px 0 5px;
  display: inline-block;
	letter-spacing: normal;
}
.slide .crea{
  height: 18px;
  margin-top: 7px;
}
.event .crea{
  margin-top: 5px;
  margin-bottom: -12px;
}
.slide .crea span{
  font-size: 16px;
  line-height: 18px;
  background: #fff200;
}
.event .crea span{
  padding-top: 2px;
  line-height: 14px;
  background: #fff200;
}

/***************************
*** BUT ********************
***************************/

.but,
.content a.but{
  cursor: pointer;
	font-size: 12px;
  line-height: 13px;
	margin-right: 5px;
  background: white;
  padding: 0 5px 0 5px;
  display: inline-block;
  color: #2e3192 !important;
  border-top: 1px solid #fff200;
  text-decoration: none !important;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.slide .but,
.content .event .but{
  background: #fff200;
}
.content .event:hover .but.savoir-plus,
.content .event:hover .but:hover,
.slide .but:hover{
  color: #fff200 !important;
  border-color: #2e3192 !important;
  background: #2e3192 !important;
}

/***************************
*** A.PLUS *****************
***************************/

a.plus{
  color: inherit;
  padding-right: 15px;
	display: inline-block;
	background: transparent url(../images/picto-plus.png) no-repeat right center;
}

/***************************
*** HEADER *****************
***************************/

header{
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  height: 195px;
  position: fixed;
  background: white;
}
h1{
  top: 10px;
  left: 40px;
  z-index: 999;
  width: 206px;
  height: 210px;
  position: absolute;
}
h1 img{
  height: 210px;
  display: block;
}
nav{
  height: 160px;
  display: table;
  margin-top: 35px;
  margin-left: 130px;
}
#nav{
  display: table-cell;
  vertical-align: middle;
}
#burger{
  top: 50px;
  width: 25px;
  right: 50px;
	z-index: 100;
  height: 25px;
  display: none;
  cursor: pointer;
  position: absolute;
  background: transparent url(../images/picto-burger.svg) no-repeat center center;
  background-size: 25px;
	-webkit-transition: transform 0.35s ease;
  transition: transform 0.35s ease;
}
#burger:hover,
.menu-open #burger{
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
@media screen and (max-width: 940px) {
  body.menu-open{
    overflow: hidden;
  }
  #burger{
    z-index: 11;
    display: block;
  }
  h1{
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 195px;
    margin-left: 0;
    text-align: center;
    -webkit-transition: background 0.75s ease;
    transition: background 0.75s ease;
  }
  h1 a,
  h1{
    background: transparent url(../images/logo-mobile-ouvert.svg) no-repeat center center;
    -webkit-background-size: auto 175px;
    background-size: auto 175px;
  }
  .menu-open h1{
    background-color: #fff200;
  }
  h1 a{
    width: 180px;
    height: 175px;
    margin-top: 10px;
    display: inline-block;
    background-image: url(../images/logo-mobile.svg);
    -webkit-transition: opacity 0.75s ease;
    transition: opacity 0.75s ease;
  }
  .menu-open h1 a{
    opacity: 0;
  }
  h1 img{
    opacity: 0;
    height: 175px;
  }
  nav{
    top: 0;
    left: 0;
    height: 0;
    margin: 0;
    width: 100%;
    display: block;
    overflow: hidden;
    position: absolute;
    background: #fff200;
    -webkit-transition: height 0.75s ease;
    transition: height 0.75s ease;
  }
  .menu-open nav{
    overflow: auto;
  }
  #nav{
    display: block;
    padding: 210px 40px 40px 40px;
  }
}

/***************************
*** ENVIES *****************
***************************/

#envies{
  padding-left: 130px;
}
#envies ul{
	list-style: none;
}
#envies.open ul{
  height: 14px;
  display: table;
}
#envies li{
  color: #2e3192;
  font-size: 11px;
  line-height: 14px;
	padding-left: 25px;
  display: table-cell;
  font-weight: normal;
  vertical-align: middle;
  text-transform: uppercase;
  font-family: 'TypefaceSix';
}
#envies ul li:first-child{
  padding-left: 0;
}
#envies li a{
  color: #2e3192;
}
@media screen and (max-width: 940px) {
  #envies{
    padding-left: 0;
    margin-left: -12px;
  }
  #envies.open ul{
    display: block;
  }
  #envies li{
    float: left;
    display: block;
    position: relative;
    padding: 0 12px 0 12px;
  }
  #envies ul li:first-child{
    padding-left: 12px;
  }
}

/***************************
*** MENU *******************
***************************/

#menu{
  z-index: 2;
  height: 22px;
  margin-top: 13px;
}
#menu ul{
  float: left;
  list-style: none;
  position: relative;
  border-left: 110px solid #2e3192;
}
#menu li{
  float: left;
  font-size: 16px;
  line-height: 22px;
  position: relative;
  background: #2e3192;
  padding: 0 20px 0 20px;
  text-transform: uppercase;
}
#menu a{
  color: #fff200;
}
#menu ul ul{
  height: 0;
  margin: 0;
  z-index: 3;
  float: none;
  border-left: 0;
  display: block;
  overflow: hidden;
  position: absolute;
  -webkit-transition: height 0.35s ease-out;
  transition: height 0.35s ease-out;
}
#menu ul ul li{
  float: none;
  display: block;
  font-size: 14px;
  position: static;
  line-height: 18px;
  font-weight: normal;
  white-space: nowrap;
  padding: 0 3px 0 3px;
  font-family: 'TypefaceSix';
  border-top: 1px solid white;
}
@media screen and (max-width: 940px) {
  #menu{
    height: auto;
    margin-top: 22px;
  }
  #menu ul{
    float: none;
    border-left: 0;
    position: static;
  }
  #menu li{
    padding: 0;
    float: none;
    font-size: 20px;
    position: static;
    line-height: 30px;
    text-align: center;
    border-top: 4px solid white;
  }
  #menu li:first-child{
    border-top: 0;
  }
  #menu a{
    display: block;
  }
  #menu ul ul{
    height: 0;
    position: static;
  }
  #menu ul ul li{
    padding: 0;
    font-size: 16px;
    line-height: 24px;
    border-top: 1px solid white;
  }
  #menu ul ul li:first-child{
    border-top: 1px solid white;
  }
}

/***************************
*** SMENU ******************
***************************/

#smenu{
  float: left;
  margin-top: 11px;
  position: relative;
  padding-left: 118px;
}
#smenu ul{
  float: left;
  height: 18px;
  list-style: none;
  position: relative;
}
#smenu li{
  float: left;
  font-size: 14px;
	line-height: 18px;
  position: relative;
  margin: 0 12px 0 12px;
  text-transform: uppercase;
  border-bottom: 2px solid #fff200;
}
#smenu a{
	color: #2e3192;
}
@media screen and (max-width: 940px) {
  #smenu.web{
    display: none;
  }
  #smenu.mob{
    clear: both;
    float: none;
    display: block;
    padding-left: 0;
    position: static;
  }
  #smenu ul{
    float: none;
    position: static;
    margin-left: -12px;
  }
  #smenu li{
    font-size: 16px;
  	line-height: 16px;
    border-color: white;
  }
}

/***************************
*** TOOLS ******************
***************************/

#tools{
  float: right;
  margin-top: 13px;
  position: relative;
}
.menu-2lines #tools{
  clear: both;
  float: none;
  margin-top: 0;
  padding-top: 9px;
  position: static;
  padding-left: 118px;
}
#tools ul{
  float: left;
  height: 16px;
  list-style: none;
  position: relative;
}
#tools li{
  float: left;
  font-size: 11px;
	line-height: 16px;
  position: relative;
  margin: 0 12px 0 12px;
  text-transform: uppercase;
  border-bottom: 2px solid #fff200;
}
#tools ul li:last-child{
  margin-right: 20px;
}
#tools a{
	color: #2e3192;
}
#tools .soc{
  border-bottom: 0;
  margin-right: 10px;
}
#tools .soc.insta{
  margin-left: 0;
  margin-right: 12px;
}
#tools .sub,
#tools .soc a{
  width: 7px;
  height: 16px;
  display: block;
  overflow: hidden;
  color: transparent;
  background: transparent url(../images/picto-facebook.svg) no-repeat left center;
}
#tools .soc.insta a{
  width: 14px;
  background-image: url(../images/picto-instagram.svg);
}
#tools .soc.cal{
  margin-left: 12px;
}
#tools .soc.cal a{
  width: 14px;
  background-image: url(../images/picto-calendrier.svg);
}
#tools form{
  height: 16px;
  display: block;
}
#tools input{
  border: 0;
  padding: 0;
  float: left;
  height: 16px;
  width: 180px;
  color: #2e3192;
  display: block;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  position: relative;
  background: transparent;
}
#tools .sub{
  float: left;
  width: 14px;
  position: relative;
  background-image: url(../images/picto-recherche.svg);
}
#tools .nlform{
  width: 0;
  float: left;
  overflow: hidden;
  position: relative;
  -webkit-transition: width 0.35s ease;
  transition: width 0.35s ease;
}
.nlreg-form #tools .nlform{
  width: 180px;
}
@media screen and (max-width: 940px) {
  #tools{
    float: none;
    position: static;
    margin-top: 0 !important;
    padding-left: 0 !important;
    padding-top: 20px !important;
  }
  #tools ul{
    float: none;
    width: 100%;
    display: table;
    position: static;
  }
  #tools.web li{
    float: none;
    position: static;
    display: table-cell;
    border-color: white;
    margin: 0 !important;
  }
  #tools.web .nl,
  #tools.web .soc{
    display: none;
  }
  #tools.web .soc.cal{
    width: 14px;
    display: block;
    margin-left: 0;
  }
  #tools.web form{
    width: 100%;
    display: table;
  }
  #tools.web input{
    width: 100%;
    float: none;
    position: static;
    display: table-cell;
  }
  #tools.web .sub{
    float: none;
    width: 14px;
    position: static;
    display: table-cell;
  }
  #tools.mob{
    display: block;
  }
  #tools.mob ul li:first-child{
    margin-left: 0;
  }
}

/***************************
*** COLS *******************
***************************/

.cols{
  margin: -12px;
}
.cols .col{
	float: left;
	position: relative;
}
.col .inner{
  padding: 12px;
}
.cols.c2 .col{
	width: 50%;
}
.cols.c2 .col.colspan2{
	width: 100%;
}
.cols.c3 .col{
	width: 33.3333%;
}
.cols.c4 .col{
	width: 25%;
}
.cols.c4 .col.colspan2{
	width: 50%;
}

/***************************
*** FOOTER *****************
***************************/

.footer{
  height: 155px;
	color: #fff200;
  background: #2e3192;
  padding: 0 198px 0 198px;
}
.footer2{
  height: 100px;
  color: #2e3192;
	background: #fff200;
}
.home .footer{
  margin-top: 155px;
}
.home .footer2{
  margin-top: 0;
}
.footer .cols{
  margin: 0 50px 0 50px;
}
.footer h2{
	height: 38px;
	font-size: 14px;
	line-height: 14px;
}
.footer2 h2{
  height: 76px;
  font-size: 10px;
	line-height: 10px;
  font-weight: normal;
  text-transform: uppercase;
}
.footer2 h2.mob{
  display: none;
}
.footer h3{
  font-size: 12px;
  line-height: 14px;
  font-weight: normal;
  font-family: 'TypefaceSix';
}
.footer h3.last{
  padding-top: 14px;
}
.footer li,
.footer p{
	font-size: 12px;
	line-height: 14px;
  font-weight: normal;
}
.footer p.credits{
  float: left;
  width: 137px;
  font-size: 11px;
	line-height: 13px;
  position: relative;
}
.footer2 p{
  font-size: 10px;
	line-height: 10px;
  text-transform: uppercase;
}
.footer a{
	color: inherit;
}
.col.logos{
  height: 100px;
  display: table;
  width: auto !important;
}
.col.logos .inner{
  display: table-cell;
  vertical-align: middle;
}
.col.logos a:first-child{
  padding-right: 24px;
}
.col.logos .inner img{
  vertical-align: middle;
}
@media screen and (max-width: 1600px) {
  .footer h2.web{
    display: none;
  }
  .footer p.credits{
    float: none;
    width: auto;
    position: static;
    padding-top: 13px;
    padding-bottom: 30px;
  }
  .col.logos .culture{
    display: none;
  }
  .footer2 h2,
  .col.logos,
  .footer2{
    height: 50px;
  }
  .footer2 .inner{
    padding: 0 12px 0 12px;
  }
}
@media screen and (max-width: 980px) {
  .footer .cols .col{
    float: none;
    position: static;
    width: auto !important;
  }
  .footer{
    height: auto;
  }
  .footer .col.logos,
  .footer .ville{
    float: right;
    text-align: right;
    margin-top: -58px;
    position: relative;
  }
  .col.logos .culture{
    display: inline-block;
  }
  .footer2{
    padding-bottom: 24px;
  }
  .footer2 h2{
    height: auto;
    padding-top: 24px;
  }
}
@media screen and (max-width: 780px) {
  .footer .cols{
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 580px) {
  .col.logos a:first-child{
    padding-right: 0;
  }
  .col.logos .culture{
    display: none;
  }
}

/***************************
*** CATS *******************
***************************/

.cats{
  color: #2e3192;
  line-height: 16px;
  display: inline-block;
  list-style-type: none;
  padding: 12px 0 0 12px;
  text-transform: uppercase;
}
.cats.odd{
}
.cats.ariane{
  line-height: 34px;
}
.cats li{
	font-size: 12px;
  margin-right: 9px;
  line-height: 14px;
  vertical-align: top;
  display: inline-block;
  padding: 1px 5px 0 5px;
  background-color: #fff200;
}
.cats.odd li{
}
.cats.ariane li{
  font-size: 20px;
  line-height: 22px;
}
.cats .main{
}
.event .cats{
  z-index: 3;
	position: absolute;
}
.slide .cats{
  padding-left: 0;
}

/***************************
*** SLIDER *****************
***************************/

#slider{
  left: 0;
  top: 195px;
	z-index: 5;
  width: 100%;
  height: 100%;
  overflow: hidden;
  min-height: 190px;
  background: black;
  position: absolute;
}
#slider iframe,
.diapo,
.slide{
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
	min-height: 190px;
  position: absolute;
}
#slider iframe,
.diapo.d0,
#s0{
  left: 0;
}
.diapo .bg,
.slide .bg{
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}
.diapo .body,
.slide .body{
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
  color: white;
  display: table;
	position: absolute;
}
.diapo .binner,
.slide .binner{
  padding-left: 260px;
}
.diapo h2,
.slide h2{
  clear: both;
  padding-top: 12px;
  font-weight: bold;
  display: inline-block;
  padding-left: 0 !important;
  font-size: 40px !important;
  line-height: 34px !important;
}
.slide h3{
  font-size: 20px;
}
.diapo p,
.slide p{
  max-width: 370px;
  padding-top: 10px;
}
.diapo .periode,
.slide .periode{
  font-size: 18px;
  font-weight: bold;
  line-height: 19px;
	padding: 24px 0 0 0;
  text-transform: uppercase;
}
.prev,
.next{
  top: 0;
  opacity: 0;
	z-index: 3;
  width: 50px;
  height: 100%;
  cursor: pointer;
  position: fixed;
  background: transparent url(../images/picto-prev.png) no-repeat center center;
  -webkit-transition: background 0.35s ease, opacity 0.35s ease;
  transition: background 0.35s ease, opacity 0.35s ease;
}
#slider .prev,
#slider .next{
  position: absolute;
}
.prev{
  left: 0;
}
.prev:hover{
  background-position: 35% center;
}
.next{
  right: 0;
  background-image: url(../images/picto-next.png);
}
.next:hover{
  background-position: 65% center;
}
#slider.st0 .prev,
#slider.st0 .next{
  opacity: 1;
	display: block;
}
.slide .but{
  margin-top: 20px;
}
@media screen and (max-width: 500px) {
  .diapo p,
  .slide p{
    display: none;
  }
}

/***************************
*** DIAPOS *****************
***************************/

.dinner{
  height: inherit;
  overflow: hidden;
  position: absolute;
}
.diapos .prev,
.diapos .next{
  opacity: 1;
  position: absolute;
}
.diapos .cats.ariane{
  z-index: 2;
  color: white;
  position: absolute;
  border-color: white;
}
.content .diapos h2{
  color: white;
}

/***************************
*** CONTENT ****************
***************************/

.content{
  color: #2e3192;
  overflow: hidden;
  padding-top: 195px;
  background: #fff200;
  margin: 0 248px 0 248px;
}
.home .content{
  background: white;
  padding-top: 220px;
}
.content h2{
  clear: both;
	font-size: 42px;
	line-height: 90px;
	padding-left: 12px;
  margin-bottom: -7px;
}
.search,
.more{
  clear: both;
  height: 90px;
  font-size: 24px;
  line-height: 30px;
  padding-left: 45px;
}
.content a{
  color: inherit;
  text-decoration: underline;
}
.content a:hover{
  text-decoration: none;
}

/***************************
*** EVENT ******************
***************************/

.event{
	width: 100%;
	color: white;
}
.event a.temps-fort{
  display: block;
  height: inherit;
}
.event .bg{
  height: inherit;
/*
  -webkit-filter: grayscale(100%);
	filter: grayscale(100%);
*/
}
/*
.event:hover .bg{
  -webkit-filter: none;
	filter: none;
}
*/
.event .body{
  z-index: 2;
  width: inherit;
  height: inherit;
  position: absolute;
}
.event .body .cell{
  cursor: pointer;
  vertical-align: top;
  padding: 50px 0 0 12px;
}
.event h3{
	font-size: 20px;
  padding-top: 20px;
  font-weight: bold;
	line-height: 22px;
  padding-right: 30px;
	display: inline-block;
}
.event p{
	font-size: 14px;
	line-height: 14px;
}
.event .periode{
	font-weight: bold;
  text-transform: uppercase;
}
.content .event .but,
.event .but{
	font-size: 12px;
	margin-top: 25px;
  line-height: 12px;
  padding: 0 3px 0 3px;
  text-decoration: none;
}
@media screen and (max-width: 680px) {
  .event .body{
    width: auto !important;
  }
}

/***************************
*** FICHE ******************
***************************/

.illus{
  float: left;
  width: 100%;
  position: relative;
}
.illus.main{
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
}
.illus iframe{
  width: 100%;
  height: 100%;
}
.illus img{
  display: none;
}
.illus .cats{
  z-index: 2;
  bottom: 20px;
  color: #2e3192;
  position: absolute;
}
.illus .cats.odd{
  right: 0;
}
.content.fiche p.date{
  width: 25%;
  font-size: 20px;
  line-height: 20px;
  font-weight: normal;
  padding: 28px 0 0 12px;
  text-transform: uppercase;
  font-family: 'TypefaceSix';
}
.content.fiche .crea{
  padding-left: 12px;
}
.content.fiche h2{
  width: 25%;
  margin-bottom: 0;
  line-height: 34px;
  display: inline-block;
  padding: 10px 0 0 12px;
}
.content.fiche p.lieu{
  width: 25%;
  font-size: 15px;
  line-height: 15px;
  font-weight: normal;
  padding: 5px 0 0 12px;
  text-transform: uppercase;
  font-family:"Typeface Six Seven OT W03 Seve";
}
.content.fiche p.lieu a{
  text-decoration: none;
}
.content.fiche .cols{
  margin: 0;
  padding-top: 6px;
}
.content.fiche p{
  font-size: 13px;
  line-height: 17px;
  font-weight: normal;
  padding: 6px 0 6px 0;
}
.content.fiche .chapeau p{
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
}
.content.fiche{
  padding-bottom: 28px;
}
@media screen and (max-width: 940px) {
  .illus.main{
    background: none !important;
    height: auto !important;
  }
  .illus.main img{
    display: block;
    width: 100%;
  }
}

/***************************
*** TECH *******************
***************************/

.content.fiche .title{
  font-size: 10px;
  padding-top: 6px;
  line-height: 18px;
  margin-bottom: -3px;
  font-weight: normal;
  text-transform: uppercase;
}
.content.fiche .tech p{
  font-size: 10px;
  font-weight: 600;
  line-height: 16px;
  text-transform: uppercase;
}
.content.fiche .tech .but{
  padding: 0 3px 0 3px;
}
.tech .but:hover{
  background: none;
}
.tech .share{
  padding-top: 8px;
	list-style-type: none;
}
.tech .share li{
	line-height: 20px;
	display: inline-block;
}
.tech .share a{
	width: 18px;
	height: 20px;
	overflow: hidden;
	color: transparent;
	display: inline-block;
	background: transparent url(../images/picto-facebook-bleu.png) no-repeat center center;
}
.tech .share a.twit{
  width: 27px;
	background-image: url(../images/picto-twitter-bleu.png);
}
.tech .share a.inst{
  width: 28px;
	background-image: url(../images/picto-instagram-bleu.png);
}
.tech .plus{
  font-size: 16px;
}

/***************************
*** GOODIES ****************
***************************/

.goodies .presse,
.goodies .liste{
  list-style-type: none;
}
.goodies .liste li{
  cursor: pointer;
  padding: 6px 0 6px 0;
}
.goodies .liste img{
  width: 100%;
}
.goodies li.vid span{
  display: block;
  position: absolute;
  background: transparent url(../images/picto-play.svg) no-repeat center center;
  -webkit-background-size: auto 18%;
  background-size: auto 18%;
}
.goodies .presse{
  padding-top: 6px;
}
.goodies .presse li{
  font-size: 10px;
  font-weight: 600;
  line-height: 16px;
  text-transform: uppercase;
}
.goodies a{
  text-decoration: none;
}

/***************************
*** INSCRIPTION ************
***************************/

#inscription{
  height: 0;
  overflow: hidden;
}
.goodies input{
  width: 98%;
  display: block;
  font-size: 12px;
  margin-top: 12px;
  background: white;
  border: 1px solid #bbbbbb;
}
.goodies input[type="checkbox"]{
  float: left;
  width: auto;
  position: relative;
  margin-right: 10px;
}
.goodies label{
  display: block;
  padding-top: 12px;
}
.goodies select{
  width: 98%;
  height: 22px;
  display: block;
  font-size: 12px;
  margin-top: 12px;
  background: white;
  border: 1px solid #bbbbbb;
}
#inscription .sub{
  padding-top: 12px;
  text-align: right;
}
#inscription .sub .but{
  margin-right: 0;
}
#inscription .err{
  color: red;
  padding-top: 6px;
  text-align: right;
}

/***************************
*** CAL ********************
***************************/

.content.cal{
  padding-top: 235px;
  background: transparent;
}
#months{
  min-height: 22px;
  list-style: none;
  background: #312783;
}
#months li{
  float: left;
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 5px;
  position: relative;
  font-weight: normal;
  background: #312783;
  padding: 0 12px 0 12px;
  text-transform: uppercase;
  font-family: 'TypefaceSix';
}
#months a{
  color: #ffed00;
  text-decoration: none;
}
#months a.over{
  color: white;
}
#days{
  clear: both;
  width: 100%;
  display: table;
  list-style: none;
  margin-top: 31px;
  background: #312783;
}
#days li{
  color: #ffed00;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
  font-weight: normal;
  display: table-cell;
  vertical-align: middle;
  text-transform: uppercase;
  font-family: 'TypefaceSix';
  border-right: 9px solid white;
  width: 14.2857142857% !important;
}
#days li:last-child{
  border-right: 0;
}
#dates{
  clear: both;
  margin: 9px 0 32px 0;
  background: transparent url(../images/bg-calendar.jpg) no-repeat center center;
}
#dates ul{
  width: 100%;
  display: table;
  list-style: none;
}
#dates ul:first-child{
  margin-top: -9px;
}
#dates li{
  display: table-cell;
  vertical-align: middle;
  border-top: 9px solid white;
  border-right: 9px solid white;
  width: 14.2857142857% !important;
}
#dates li.active{
  cursor: pointer;
}
#dates li:last-child{
  border-right: 0;
}
#dates li.empty{
  background: white;
}
#dates .line-i{
  height: inherit;
}
#dates .day{
  color: white;
  height: inherit;
  font-size: 50px;
  position: absolute;
  text-align: center;
  font-weight: normal;
  font-family: 'TypefaceSix';
}
#dates .day span{
  display: none;
}
#dates .date{
  width: 100%;
  display: table;
  height: inherit;
}
#dates .date .img{
  display: table-cell;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
}
#dates .date.double .img{
  width: 50%;
}
#dates .date.triple .img{
  width: 33.3333%;
}
@media screen and (max-width: 980px) {
  #dates li,
  #days{
    display: none;
  }
  #dates,
  #months{
    background: none;
  }
  #dates{
    width: auto;
    margin: 22px -4.5px 32px -4.5px;
  }
  #dates ul{
    display: inline;
  }
  #dates li.active{
    float: left;
    display: block;
    border-right: 0;
    position: relative;
    width: 33.3333% !important;
  }
  #dates .line-i{
    padding: 0 4.5px 0 4.5px;
  }
  #dates .day span{
    display: block;
    font-size: 40px;
    text-transform: uppercase;
  }
}
@media screen and (max-width: 940px) {
  #months{
    padding-left: 0;
  }
}
@media screen and (max-width: 880px) {
  #dates li.active{
    width: 50% !important;
  }
}
@media screen and (max-width: 680px) {
  #dates li.active{
    float: none;
    position: static;
    width: auto !important;
  }
}

/***************************
*** CAL EVENTS *************
***************************/

.calendar header,
.calendar .content,
.calendar footer{
  -webkit-transition: filter 1s ease-out;
  transition: filter 1s ease-out;
}
.cal-show-date header,
.cal-show-date #slider,
.cal-show-date .content,
.cal-show-date footer{
  filter: blur(4px);
}
#popbg{
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  z-index: 990000;
  position: fixed;
}
.cal-show-date #popbg{
  left: 0;
}
#date-popin{
  opacity: 0;
  top: 252px;
  left: -100%;
  width: 640px;
  filter: none;
  z-index: 1000000;
  position: absolute;
  margin-left: -320px;
  padding-bottom: 50px;
  -webkit-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
}
.home #date-popin{
  width: 420px;
  padding-bottom: 0;
  margin-left: -210px;
}
.cal-show-date #date-popin{
  left: 50%;
  opacity: 1;
}
#date-popin .close{
  top: -20px;
  right: -20px;
  color: #312783;
  cursor: pointer;
  font-size: 16px;
  line-height: 16px;
  position: absolute;
  font-weight: normal;
  font-family: 'TypefaceSix';
}
#date-popin .event{
  margin-bottom: 24px;
}
#date-popin .body{
  color: #312783;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  padding: 40px 20px 40px 20px;
  background: transparent url(../images/bg-popin.jpg) no-repeat center center;
}
#date-popin .body .titre{
  font-size: 26px;
  line-height: 30px;
  font-weight: bold;
  font-family: 'TypefaceSix';
}
#date-popin .body .close{
  top: 10px;
  right: 10px;
}

/***************************
*** PRES *******************
***************************/

.cols.temps{
  margin: 0;
  padding-top: 6px;
}
.pres{
  width: 80%;
}
.content .pres h2{
  width: 100%;
  font-size: 30px;
  line-height: 30px;
  margin-bottom: -9px;
  padding: 18px 0 18px 0;
}
.pres h3{
  color: #2e3192;
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
  /*	font-family: 'BTP'; */
  text-transform: none;
  padding: 20px 0 5px 0;
  letter-spacing: normal;
  border-bottom: 1px solid #2e3192;
}
.pres p{
  font-size: 14px;
  line-height: 18px;
  padding: 9px 0 9px 0;
}
.temps .event{
  margin-top: 20px;
}
.images img{
  width: 80%;
  margin-top: 10px;
  margin-bottom: 10px;
}

/***************************
*** IW *********************
***************************/

.iw{
  color: #fde303;
}

/***************************
*** POPIN ******************
***************************/

#popin{
  left: 50px;
  top: 195px;
  opacity: 0;
  display: none;
  z-index: 10000;
  position: fixed;
  overflow: hidden;
  background-color: rgba(0,0,0,0.8);
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
#popin.on{
  opacity: 1;
  display: block;
}
#popin.off{
  opacity: 0;
  display: block;
}
#popin .i{
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  text-align: center;
  position: absolute;
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center center;
  -webkit-background-size: contain;
  background-size: contain;
}
#popin .i0{
  left: 0;
}
#popin .close{
  right: 0;
  width: 30px;
  height: 25px;
  z-index: 10002;
  cursor: pointer;
  position: absolute;
  background: transparent url(../images/picto-close-white.png) no-repeat center center;
  -webkit-transition: transform 0.35s ease;
  transition: transform 0.35s ease;
}
#popin .prev,
#popin .next{
  opacity: 1;
  z-index: 10001;
  position: absolute;
}


/***************************
*** RESPONSIVE *************
***************************/

@media screen and (max-width: 1480px) {
  .content{
    margin-left: 50px;
    margin-right: 50px;
  }
  .footer{
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 1080px) {
  .home .cols.c2 .col{
    float: none;
    width: auto;
    position: static;
  }
}
@media screen and (max-width: 980px) {
  .cols.c4 .col{
  	width: 50%;
  }
  .cols.c4 .col.colspan2{
  	width: 100%;
  }
}
@media screen and (max-width: 980px) {
  .diapo .binner,
  .slide .binner{
    padding-left: 62px;
  }
}
@media screen and (max-width: 780px) {
  #burger{
    top: 20px;
    right: 20px;
  }
  .diapo .binner,
  .slide .binner{
    padding-left: 20px;
  }
  .content{
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 740px) {
  #bg,#fg{
    display: none !important;
  }
  .mob{
    display: block;
  }
  #popin{
    top: 60px;
  }
  #slider{
    min-height: 163px;
  }
  .diapo h2,
  .slide h2{
    font-size: 30px !important;
    line-height: 28px !important;
  }
  .slide .body{
    top: auto;
    height: auto;
    bottom: 35px;
  }
  #slider .prev,
  #slider .next{
    top: 90px;
    height: 50px;
  }
  .cols.c2 .col{
    float: none;
    width: auto;
    position: static;
  }
  .content .fiche{
    width: 60%;
    float: left;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }
/*
  .content .fiche.portrait{
    width: 50%;
  }
*/
  .content .fiche p,
  .content .fiche h2{
    padding-left: 20px;
  }
/*
  .content .fiche.portrait p,
  .content .fiche.portrait h2{
    padding-right: 20px;
  }
  .content .fiche2{
    width: 50%;
  }
  .cols .col .fiche2 .inner{
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
*/
  .tech{
    width: 40%;
    clear:none;
  }
  .goodies{
    width: auto;
    clear: both;
    float: none;
    position: static;
  }
  .cols .col .goodies .inner,
  .cols .col .tech .inner{
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .goodies .inner,
  .goodies .liste li{
    width: 33.3333%;
  }
  .cols .col .fiche2 .tech .inner{
    padding-right: 10px !important;
    padding-left: 0 !important;
  }
  .cols .col .fiche2 .goodies .inner{
    padding-left: 10px !important;
    padding-right: 0 !important;
  }
  .illus .tech .inner{
    padding-left: 20px !important;
  }
}

@media screen and (max-width: 540px) {
  .diapo h2,
  .slide h2{
    font-size: 24px !important;
    line-height: 22px !important;
  }
  .slide h3{
    font-size: 18px;
  }
  .diapo .periode,
  .slide .periode{
    font-size: 16px;
    line-height: 17px;
  }
}

@media screen and (max-width: 480px) {
  #slider .body,
  #slider .next,
  #slider .prev{
/*    display: none !important;*/
  }
  .content h2{
    font-size: 32px;
  }
/*  .content .fiche.portrait,*/
  .content .fiche{
    width: auto;
    float: none;
    position: static;
    padding-left: 20px;
    padding-right: 20px;
  }
  .content .fiche p,
  .content .fiche h2{
    padding-left: 0;
  }
/*  .goodies.portrait,*/
  .goodies{
    clear: none;
    float: left;
    position: relative;
  }
  .tech,
/*  .goodies.portrait,*/
  .goodies{
    width: 50%;
  }
  .goodies .inner{
    padding-left: 0 !important;
  }
  .goodies .liste li{
    float: none;
    width: auto;
    position: static;
  }
  .illus .tech{
    display: none;
  }
/*
  .fiche2 .tech{
    display: block;
  }
*/
  .cols .col .tech .inner{
    padding-left: 20px !important;
    padding-right: 10px !important;
  }
  .cols .col .goodies .inner{
    padding-left: 10px !important;
    padding-right: 20px !important;
  }
  .fiche2 .tech .inner{
    padding-left: 0 !important;
  }
  .cats.ariane{
    line-height: 30px;
  }
  .cats.ariane li{
    font-size: 16px;
    line-height: 18px;
  }
}
