@font-face {
  font-family: 'FoundersGrotesk-Regular';
  src: url('fonts/FoundersGrotesk-Regular.eot');
  src: url('fonts/FoundersGrotesk-Regular.woff2') format('woff2'),
       url('fonts/FoundersGrotesk-Regular.woff') format('woff'),
       url('fonts/FoundersGrotesk-Regular.ttf') format('truetype'),
       url('fonts/FoundersGrotesk-Regular.svg#FoundersGrotesk-Regular') format('svg'),
       url('fonts/FoundersGrotesk-Regular.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'FoundersGrotesk-Regular';
  src: url('fonts/FoundersGrotesk-Bold.eot');
  src: url('fonts/FoundersGrotesk-Bold.woff2') format('woff2'),
       url('fonts/FoundersGrotesk-Bold.woff') format('woff'),
       url('fonts/FoundersGrotesk-Bold.ttf') format('truetype'),
       url('fonts/FoundersGrotesk-Bold.svg#FoundersGrotesk-Bold') format('svg'),
       url('fonts/FoundersGrotesk-Bold.eot?#iefix') format('embedded-opentype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'FoundersGrotesk-Light';
  src: url('fonts/FoundersGrotesk-Light.eot');
  src: url('fonts/FoundersGrotesk-Light.woff2') format('woff2'),
       url('fonts/FoundersGrotesk-Light.woff') format('woff'),
       url('fonts/FoundersGrotesk-Light.ttf') format('truetype'),
       url('fonts/FoundersGrotesk-Light.svg#FoundersGrotesk-Light') format('svg'),
       url('fonts/FoundersGrotesk-Light.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
body{
	border: 0;
  margin: 0;
  padding: 0;
  text-align: center;
}
body, td, th, input, textarea, select{
	outline: none;
  color: #001c6a;
	font-size: 18px;
  line-height: 21px;
  font-family: 'FoundersGrotesk-Regular', 'Arial', sans-serif;
}
h1, h2, h3, h4, h5, p, img, a, ul, li{
	border: 0;
	margin: 0;
	padding: 0;
	outline: none;
}
a{
  text-decoration: none;
}
a:hover{
}
.mob{
  display: none;
}
ul{
  list-style-position: inside;
}

/***************************
*** LOADING ****************
***************************/

body.loading{
  cursor: wait;
  background: #001c6a;
}
.loading #menu,
.loading #langs,
.loading #footer,
.loading .page{
  visibility: hidden;
}

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

#header{
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  height: 260px;
  position: fixed;
  background: #001c6a;
  -webkit-transition: background .75s ease;
  transition: background .75s ease;
}
#header.odd{
  background: white;
}
h1{
  z-index: 100;
  min-height: 56px;
  padding-top: 40px;
  background: transparent url(../images/bluevox-w.png) no-repeat center 40px;
}
h1 img{
  -webkit-transition: opacity .75s ease;
  transition: opacity .75s ease;
}
.odd h1 img{
  opacity: 0;
}

/***************************
*** TOUCHSUPPORT ***********
***************************/

.touchsupport #header{
  background: #001c6a;
}
.touchsupport h1 img{
  opacity: 1;
}

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

.inside-elt{
  display: none;
}
#menu{
  top: 38px;
  left: 50px;
  list-style: none;
  text-align: left;
  position: absolute;
}
#menu a{
  color: white;
  line-height: 22px;
  display: inline-block;
  -webkit-transition: color .75s ease;
  transition: color .75s ease;
}
#menu a.over{
  font-weight: bold;
}
#burger{
  top: 40px;
  left: 50px;
  width: 32px;
  height: 25px;
  display: none;
  cursor: pointer;
  position: absolute;
  background: transparent url(../images/picto-burger-w.png) no-repeat left top;
  -webkit-background-size: 100%;
  background-size: 100%;
}
#burger img{
  width: 32px;
  -webkit-transition: opacity .75s ease;
  transition: opacity .75s ease;
}
.odd #burger img{
  opacity: 0;
}

/***************************
*** LANGS ******************
***************************/

#langs{
  top: 40px;
  right: 50px;
  list-style: none;
  text-align: right;
  position: absolute;
}
#langs li{
  height: 12px;
  padding-left: 3px;
  padding-right: 3px;
  display: inline-block;
  border-right: 1px solid white;
  -webkit-transition: border .75s ease;
  transition: border .75s ease;
}
#langs li.ontop-elt{
  border-right: 0;
  padding-left:  0;
  padding-right: 18px;
}
#langs li:last-child{
  border-right: 0;
  padding-right:  0;
}
#langs a{
  color: white;
  line-height: 12px;
  display: inline-block;
  text-transform: uppercase;
  -webkit-transition: color .75s ease;
  transition: color .75s ease;
}
#langs li.ontop-elt a{
  text-transform: none;
}
#langs a.over{
  font-weight: bold;
}

/***************************
*** INSIDE MENU ************
***************************/

.inside #burger{
  display: block;
}
.inside #header{
  height: 136px;
}
.inside #menu{
  top: 0;
  opacity: 0;
  left: -100%;
  width: 100%;
  z-index: -1;
  background: white;
  padding: 170px 0 125px 0;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
.inside #menu li{
  padding: 0 50px 0 50px;
}
.inside #menu a{
  color: #001c6a;
  font-size: 24px;
  line-height: 44px;
}
.inside .inside-elt{
  display: block;
}
.inside #langs{
  opacity: 0;
  top: 594px;
  left: -100%;
  right: auto;
  list-style: none;
  text-align: right;
  position: absolute;
  padding-left: 50px;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
.inside #langs li{
  height: 16px;
  border-color: #001c6a;
  padding: 0 10px 0 10px;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
.inside #langs a{
  color: #001c6a;
  font-size: 24px;
  line-height: 16px;
  vertical-align: bottom;
}
.inside #langs .ontop-elt{
  display: none;
}

/***************************
*** MENU OPEN **************
***************************/

.menuopen h1 img,
.menuopen #burger img{
  opacity: 0;
}
.menuopen #menu{
  left: 0;
  opacity: 1;
}
.menuopen #langs{
  left: -10px;
  opacity: 1;
}

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

#footer{
  bottom: 0;
  z-index: 10;
  width: 100%;
  color: white;
  position: fixed;
  font-size: 14px;
  line-height: 14px;
  padding-bottom: 40px;
}
#footer.hide,
.nofoot #footer{
  display: none;
}
.inside #footer{
  bottom: auto;
  display: block;
  padding-top: 0;
  color: #001c6a;
  position: static;
}
#footer a{
  color: inherit;
}
#footer a:hover{
  text-decoration: underline;
}

/***************************
*** scrolldown *************
***************************/

#scrolldown{
  bottom: 0;
  opacity: 1;
  width: 100%;
  height: 160px;
  position: fixed;
  background: #001c6a;
}
#scrolldown.hide,
.noscroll #scrolldown,
.inside #scrolldown{
  display: none;
}
#scrolldown .arrow{
  width: 106px;
  height: 55px;
  cursor: pointer;
  margin-top: 14px;
  display: inline-block;
  background: transparent url(../images/picto-scrolldown.png) no-repeat left top;
  -webkit-transition: margin .35s ease;
  transition: margin .35s ease;
}
#scrolldown .arrow:hover{
  margin-top: 28px;
}

/***************************
*** PAGE *******************
***************************/

.page.odd{
  color: white;
  background: #001c6a;
}
.page .inner{
  max-width: 1100px;
  margin: 0 auto 0 auto;
  padding: 180px 0 90px 0;
}
.page h2{
  font-size: 60px;
  line-height: 60px;
  padding: 5px 0 70px 0;
}
.page-focus h2{
  padding-bottom: 0;
}
.page h2.short{
  font-size: 44px;
  line-height: 40px;
}
.page h3{
  font-size: 44px;
  line-height: 40px;
  padding: 10px 0 10px 0;
}
.page h3 a{
  color: inherit;
}
.page h3.short{
  font-size: 28px;
  line-height: 28px;
}
.page p{
  padding: 10px 0 10px 0;
}
.page ul.perso{
  list-style: none;
  padding: 10px 0 10px 0;
}
.page ul.perso li{
  padding-left: 50px;
  background: transparent url(../images/picto-puce.png) no-repeat 30px 5px;
}
.page ul.likep{
  padding: 0;
}
.page ul.likep li{
  padding: 10px 0 10px 9px;
  background-position: left 15px;
}

/***************************
*** HOME *******************
***************************/

.home{
  color: white;
  background: #001c6a url(../images/bg-home.png) no-repeat center center;
  -webkit-background-size: 100%;
  background-size: 100%;
}
.ontop .home{
  background-position: center 250px;
}

/***************************
*** COL ********************
***************************/

.col12{
  width: 50%;
  float: left;
  text-align: left;
  position: relative;
}
.col12.left .cell{
  padding-right: 35px;
}
.equipe .col12.left .cell{
  padding-right: 70px;
}
.col12 .illus{
  width: 100%;
  padding-top: 10px;
}
.equipe .col12 .illus{
  padding-top: 0;
}
.col12.right .cell{
  padding-left: 35px;
}
.equipe .col12.right .cell{
  padding-left: 70px;
}
.col13{
  float: left;
  color: #001c6a;
  width: 33.3333%;
  text-align: left;
  position: relative;
  background: #f2f2f2;
  box-shadow: -6px 0px 12px 0px rgba(0, 0, 0, 0.15);
}
.col13.ready{
  -webkit-transition: width .5s ease, margin .5s ease;
  transition: width .5s, margin .5s ease;
}
.col13.off{
  width: 25%;
  overflow: hidden;
}
.col13.sel{
  width: 50%;
}
.col13 .pad{
  padding: 60px 70px 60px 70px;
}
.col13 .but{
  width: 22px;
  height: 22px;
  bottom: 33px;
  cursor: pointer;
  position: absolute;
  background: transparent url(../images/picto-plus.png) no-repeat left top;
  -webkit-transition: transform .35s ease;
  transition: transform .35s ease;
}
.col13.sel .but{
  background-image: url(../images/picto-close.png);
}
.col13 .but:hover{
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.num{
  font-size: 100px;
  font-weight: bold;
  line-height: 100px;
  padding-bottom: 10px;
}
.chapo p{
  padding: 8px 0 8px 0;
}

/***************************
*** SEP ********************
***************************/

.sep{
  clear: both;
  height: 75px;
  max-width: 1100px;
  margin: 0 auto 35px auto;
  border-bottom: 2px solid #001c6a;
}

/***************************
*** CENTERED ***************
***************************/

.centered{
  margin-top: -50px;
  padding-top: 50px;
  border-top: 2px solid #001c6a;
}
.centered p{
  font-size: 28px;
  line-height: 31px;
  padding: 15px 0 15px 0;
}

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

#smenu{
  height: 20px;
  font-size: 20px;
  margin-top: -25px;
  line-height: 20px;
  padding-bottom: 5px;
  border-bottom: 2px solid #001c6a;
}
#smenu .years{
  height: 25px;
  width: inherit;
  overflow: hidden;
  position: absolute;
}
#smenu .year{
  width: inherit;
  margin-top: 25px;
  position: absolute;
  -webkit-transition: margin .35s ease;
  transition: margin .35s ease;
}
#smenu .year.current{
  margin-top: 0;
}
#smenu .titre{
  font-weight: bold;
}
#smenu a{
  color: inherit;
}
#smenu a.over{
  font-weight: bold;
}

/***************************
*** ACTUS ******************
***************************/

.actus{
  text-align: left;
  padding: 0 205px 0 205px;
}
.actus .date{
  font-size: 42px;
  line-height: 42px;
  font-weight: bold;
  padding: 70px 0 30px 0;
}
.actu{
  display: none;
}
.actu.current{
  display: block;
}
.anext,
.aprev{
  bottom: 40px;
  height: 54px;
  display: none;
  color: inherit;
  position: fixed;
  text-align: left;
  margin-top: 40px;
  font-weight: bold;
  line-height: 54px;
  padding-left: 33px;
  background: transparent url(../images/picto-prev.png) no-repeat left top;
}
.odd .aprev{
  background-image: url(../images/picto-prev-white.png);
}
.current .anext,
.current .aprev{
  display: block;
}
.anext{
  padding-left: 0;
  text-align: right;
  padding-right: 33px;
  background: transparent url(../images/picto-next.png) no-repeat right top;
}
.odd .anext{
  background-image: url(../images/picto-next-white.png);
}
.anext.hide,
.aprev.hide{
  display: none !important;
}

/***************************
*** CONTACT ****************
***************************/

.contact h2{
  padding-bottom: 0;
}
.contact p{
  font-size: 20px;
  line-height: 25px;
}
.contact a{
  color: #001c6a;
}
.contact form{
  float: right;
  width: 275px;
  padding-top: 10px;
  margin-left: 70px;
  position: relative;
}
form.mob{
  display: none;
}
.form p{
  line-height: 40px;
  margin: 25px 0 0 0;
  background: #f2f2f2;
  padding: 0 13px 0 13px;
}
.form p.err{
  color: red;
  line-height: 20px;
  background: white;
  text-align: center;
}
.odd .form p.err{
  background: transparent;
}
input{
  border: 0;
  width: 249px;
  height: 40px;
  color: #001c6a;
  line-height: 40px;
  background: transparent;
}
textarea{
  border: 0;
  width: 249px;
  resize: none;
  height: 270px;
  color: #001c6a;
  line-height: 20px;
  padding: 10px 0 10px 0;
  background: transparent;
}
.form .but{
  padding: 0;
}
.but a{
  height: 38px;
  color: white;
  display: block;
  font-weight: bold;
  line-height: 38px;
  text-align: center;
  background: #001c6a;
  border: 1px solid #001c6a;
  -webkit-transition: background .35s ease, color .35s ease;
  transition: background .35s ease, color .35s ease;
}
.odd .but a,
.but a:hover{
  color: #001c6a;
  background: white;
}
.odd .but a:hover{
  color: white;
  background: #001c6a;
}
#map{
  height: 575px;
  margin-top: 35px;
}
.res{
  padding-top: 50px;
  display: none;
}

/***************************
*** NL *********************
***************************/

.nl form{
  width: 275px;
  padding-top: 10px;
  margin: 0 auto 0 auto;
}

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

@media screen and (max-width: 1420px) {
  #burger{
    display: block;
  }
  #menu{
    top: 0;
    opacity: 0;
    left: -100%;
    width: 100%;
    z-index: -1;
    background: white;
    padding: 170px 0 125px 0;
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease;
  }
  #menu li{
    padding: 0 50px 0 50px;
  }
  #menu a{
    color: #001c6a;
    font-size: 24px;
    line-height: 44px;
  }
  #langs{
    top: 594px;
    left: -100%;
    right: auto;
    list-style: none;
    text-align: right;
    position: absolute;
    padding-left: 50px;
  }
  #langs li{
    height: 16px;
    border-color: #001c6a;
    padding: 0 10px 0 10px;
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease;
  }
  #langs a{
    color: #001c6a;
    font-size: 24px;
    line-height: 16px;
    vertical-align: bottom;
  }
  .inside-elt{
    display: block;
  }
  #langs .ontop-elt{
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  .page .inner{
    padding-left: 50px;
    padding-right: 50px;
  }
  .equipe .col12.left .cell,
  .col12.left .cell{
    padding-right: 25px;
  }
  .equipe .col12.right .cell,
  .col12.right .cell{
    padding-left: 25px;
  }
  .about  .col12{
    width: auto;
    float: none;
    position: static;
  }
  .about .col12 .cell{
    padding: 0 !important;
  }
  .col13{
    width: 100% !important;
    height: auto !important;
  }
  .col13 .but{
    right: 70px;
    bottom: auto;
    margin-top: 0;
  }
}

@media screen and (max-width: 1100px) {
  .actus{
    padding: 0;
  }
  .anext,
  .aprev{
    float: left;
    bottom: auto;
    display: block;
    position: relative;
  }
  .anext{
    float: right;
  }

}

@media screen and (max-width: 840px) {
  body, td, th, input, textarea, select{
    font-size: 14px;
    line-height: 17px;
  }
  .page h2{
    font-size: 48px;
    line-height: 48px;
  }
  .page h2.short{
    font-size: 35px;
    line-height: 35px;
  }
  .page h3{
    font-size: 35px;
    line-height: 35px;
  }
  .page h3.short{
    font-size: 28px;
    line-height: 28px;
  }
  .num{
    font-size: 80px;
    line-height: 80px;
  }
  .centered p{
    font-size: 22px;
    line-height: 25px;
  }
  #smenu{
    font-size: 16px;
    line-height: 16px;
  }
  .actus .date{
    font-size: 34px;
    line-height: 34px;
  }
  .contact p{
    font-size: 16px;
    line-height: 21px;
  }

  .col12{
    width: auto;
    float: none;
    position: static;
  }
  .col12 .cell{
    padding: 0 !important;
  }
  .contact form.web,
  .web{
    display: none;
  }
  .contact form.mob,
  .mob{
    display: block;
  }
  .equipe .col12{
    padding-bottom: 30px;
  }
  .equipe .col12 .illus{
    padding-bottom: 20px;
  }
  form{
    float: none;
    width: auto;
    margin-left: 0;
    position: static;
    margin-top: 25px;
  }
  form p{
    display: inline-block;
  }
  .but{
    width: 275px;
  }
  .home{
    -webkit-background-size: auto 50% !important;
    background-size: auto 50% !important;
    background-position: left center !important;
  }


  #menu{
    padding: 130px 0 90px 0;
  }
  #burger{
    top: 30px;
    left: 25px;
  }
  #langs{
    top: 475px;
  }
  #langs,
  #menu li{
    padding-left: 25px;
    padding-right: 25px;
  }
  .page .inner{
    padding: 120px 25px 45px 25px;
  }
  #header{
    height: 90px !important;
  }
  h1{
    padding-top: 30px;
    background-position: center 30px;
    min-height: 30px;
    -webkit-background-size: auto 30px;
    background-size: auto 30px;
  }
  h1 img{
    height: 31px;
  }
  #footer{
    padding-bottom: 20px;
  }
  .page h2{
    padding-bottom: 35px;
  }
  .centered{
    margin-top: -15px;
    padding-top: 35px;
  }
  #scrolldown{
    height: 120px;
  }
  #scrolldown .arrow{
    width: 58px;
    height: 30px;
    -webkit-background-size: auto 30px;
    background-size: auto 30px;
  }
  .page li{
    padding-left: 20px;
    background-position: 0 5px;
  }
  .sep{
    display: none;
  }
  .col13 .pad{
    padding: 30px 35px 30px 35px;
  }
  .col13 .but{
    right: 35px;
  }
}
