@font-face {
  font-family: "Avenir";
  src: url("fonts/avenir-roman-webfont.woff2") format("woff2"),
        url('fonts/avenir-roman-webfont.ttf') format('truetype');
}

@font-face {
  font-family: "Avenir";
  src: url("fonts/avenir-black-webfont.woff2") format("woff2"),
        url('fonts/avenir-black-webfont.ttf') format('truetype');
  font-weight: 700;
}

@font-face {
  font-family: "Avenir";
  src: url("fonts/avenir-medium-webfont.woff2") format("woff2"),
        url('fonts/avenir-medium-webfont.ttf') format('truetype');
  font-weight: 500;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, a, cite,
em, img, small, strong, sub, sup, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, figure, figcaption, footer,
header, hgroup, menu, nav, section, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

a {
  color: inherit;
}

input,
select,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}


::selection {
  background: rgba(233, 78, 27, 0.5);
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-thumb {
  background: #575656;;
}

.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

@media only screen and (min-width: 480px) {


}

html {
  font-family: Avenir, sans-serif;
  font-size: 16px;
  color: #575656;
}

h1, h2, h3 {
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 700;
  color: #e94e1b;
  line-height: 1.3;
}

h3 {
  color: inherit;
}

#team h3 {
  color: #e94e1b;
}

p {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 1.3;
}

strong {
  font-weight: 700
}

h3 {
  margin-bottom: 0;
}

h3 + p {
  margin: 0;
  font-size: 14px;
}

h3 + p + a {
  display: block;
  margin: 0;
  font-size: 14px;
  color: #575656;
  text-decoration: none
}

path {
  fill: #575656;
  transition: fill 350ms ease;
}

a:hover path {
  fill: #e94e1b;
}

img {
  user-select: none
}

header {
  position: fixed;
  z-index: 1000;
  left: 0;
  right: 0;
  top: 0;
  height: 120px;
  background-color: rgba(255,255,255,0.70)
}

header > div {
  width: 95%;
  margin: 0 auto;
  height: 120px;
}

header nav {
  float: right;
}

header ul {
  padding-top: 52px
}

.menu li {
  display: inline-block;
  vertical-align: top;
  margin-left: 40px
}

.menu li a {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  color: #575656;
  transition: color 350ms ease;
}

.menu li a:after {
  content: "•";
  position: absolute;
  left: 100%;
  bottom: 100%;
  margin: 0 0 -3px 0px;
  opacity: 0;
  font-size: 14px;
  line-height: 1;
  color: #575656;
  transition: all 350ms ease;
}

.menu li a:hover,
.menu li a.is-active {
  color: #e94e1b;
}

.menu li a:hover:after,
.menu li a.is-active:after {
  opacity: 1;
  color: #e94e1b;
}

#logo {
  float: left;
  padding-top: 42px;
}

#logo .interne {
  display: block;
  width: 30px;
}

#logo svg {
  display: block;
  width: 100%;
  height: auto;
}

#logo img {
  display: block;
  width: 130px;
  height: 38px;
}

footer {
  display: block;
  width: 100%;
  height: 120px;
}

footer > div {
  width: 95%;
  margin: 0 auto;
}

footer .menu {
  padding-top: 52px;
  text-align: right;
}

#oo {
  display: block;
  width: 18px;
}

#oo:after {
  opacity: 0 !important;
}

#oo svg {
  margin-top: 1px;
  width: 18px;
  height: auto;
}

#home #arrow {
  display: none
}

#arrow {
  position: fixed;
  bottom: 47px;
  left: 2.5%
}

#arrow svg {
  transform-style: center center;
  transition: transform 350ms ease;
}

#arrow.back svg {
  transform: rotate(180deg);
}

main {
  display: block;
  margin: 90px auto 0;
  min-height: calc(100vh - 210px);
}

main a {
  transition: color 250ms ease;
}

main a:hover {
  color: #e94e1b;
}


.grid {
  display: block;
  width: 82%;
  margin: 0 auto;
}

.grid > div {
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
  padding: 30px 20px;
}

.grid > div.double {
  width: 66.66%;
}

.grid > div.full {
  width: 100%;
}

.grid article img {
  display: block;
  width: 100%
}

.grid article img {
  display: block;
  width: 100%
}

.grid article img {
  margin-bottom: 14px;
}

.grid article *:last-child {
  margin-bottom: 0px;
}

.grid-item > div {
  position: absolute;
  z-index: 1001;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: white;
}

#team h2 {
  margin: 0;
  text-transform: uppercase
}

#team .full {
  padding-bottom: 0
}

#actu .grid-item {
  width: 100%;
  padding: 0;
}

#actu article {
  position: relative;
  display: block;
  width: 100%;
  border-bottom: 2px solid #e94e1b;
  padding: 30px 0;
  font-size: 0
}

#actu article:after {
  content: "";
  position: absolute;
  top: 100%;
  left: -2px;
  display: block;
  width: 4px;
  height: 4px;
  border: 2px solid white;
  margin-top: -3px;
  border-radius: 99px;
  background-color: #e94e1b
}

#actu article:before {
  content: "";
  position: absolute;
  top: 100%;
  right: -2px;
  display: block;
  width: 4px;
  height: 4px;
  border: 2px solid white;
  margin-top: -3px;
  border-radius: 99px;
  background-color: #e94e1b
}

#actu article > div:first-child {
  display: inline-block;
  vertical-align: top;
  width: 40%;
  padding-right: 40px;
}

#actu article > div:first-child + div {
  display: inline-block;
  vertical-align: top;
  width: 60%;
}

#actu .grid-item:nth-child(even) article > div:first-child {
  width: 60%;
  padding: 0;
}

#actu .grid-item:nth-child(even) article > div:first-child + div {

  width: 40%;
  padding-left: 40px;
}

#actu img {
  position: relative;
  z-index: 10;
  display: block;
  width: 100%;
  margin: 0;
}

#actu .grid-item article > div > div {
  position: relative;
}

#actu img + div {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#actu img + div iframe {
  display: block;
  width: 100%;
  height: 100%;
}

#actu .video {
  cursor: pointer
}

#actu .video:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  width: 24px;
  height: 24px;
  background: url("imgs/play_hover.svg") no-repeat center center / 24px 24px;
  margin: -12px 0 0 -12px;
}

#actu .video:after {
  content: "";
  position: absolute;
  z-index: 1000;
  left: 50%;
  top: 50%;
  width: 24px;
  height: 24px;
  background: url("imgs/play.svg") no-repeat center center / 24px 24px;
  margin: -12px 0 0 -12px;
}

#actu .video:hover:after {
  background: url("imgs/play_hover.svg") no-repeat center center / 24px 24px;
}

#actu .video.lue:after {
  display: none;
}




aside {
  position: fixed;
  z-index: 1000000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #e94e1b
}

aside svg {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50px;
  height: auto;
  margin: -25px 0 0 -25px;
}

aside svg path {
  fill: white;
}

#contact, #contact > body, #contact > body > main,
#home, #home > body, #home > body > main, .home {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#contact  {
  min-height: 1200px;
  overflow: auto;
}


#home header {
  background-color: transparent;
}

#home > body > main {
  margin: 0;
}

.home {
  position: relative;
  height: 100% !important;
  text-align: center;
}

.home > img {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
}

.home > img + img{
  opacity: 0;
  visibility: hidden;
}

.home > div {
  position: absolute;
  z-index: 100;
  left: 0;
  right: 100%;
  top: 0;
  bottom: 0;
  width: auto;
  padding: 0;
  background-color: white;
}

#contact footer,
#home footer {
  position: relative;
  z-index: 100;
  margin-top: -120px;
}

#contact #arrow {
  display: none
}

#contact main {
  margin: 0;
}



#contact main > .grid {
  width: 100%;
}

#contact main .grid-item {
  width: 50%;
}

#contact main .grid-item:first-child {
  background-color:   #e94e1b
}


#contact article {
  height: 100%;
}

#contact div + div article {
  display: table;
}

#contact article > div {
  display: table-cell;
  vertical-align: middle;
  padding-left: 100px;
}

#contact article > div > div {
  margin-bottom: 60px
}


footer nav {
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 50%;
  width: 33%;
  height: 120px;
  margin-top: 52px;
  transform: translateX(-50%);
  text-align: center;
  display: none;
}

#home footer nav {
  display: block;
}

footer button {
  display: none;
  vertical-align: top;
  width: 10px;
  height: 10px;
  padding: 0;
  border: 3px solid #575656;
  border-radius: 99px;
  margin: 0 10px;
  background-color: white;
  transition: border-color 1s ease;
  cursor: pointer;
}

#home footer button {
  display:  inline-block;
}

footer button:hover,
footer button.is-active {
  border: 3px solid #e94e1b;
}

footer button.is-active {
  pointer-events: none;
}

*:focus {
  outline: none;
}

#menu-mobile {
  float: right;
  display: none;
  width: 30px;
  height: 30px;
  padding: 0;
  border: 0;
  margin: 0;
  margin-top: 22px;
  appearance: none;
  background: none;
}

#menu-mobile svg  {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 30px;
  height: auto;
}

#menu-mobile svg + svg  {
  visibility: hidden;
  opacity: 0;
  display: none;
}

#menu-mobile svg path {
 fill: #58595B;
}

#menu-mobile svg + svg path {
 fill: #FFFFFF;
}





@media (max-aspect-ratio: 1920/1080) {

  .home > img {
    width: auto;
    height: 100%;
  }
}
@media (min-width: 768px) {

  #contact main .grid-item,
  #contact main > .grid {
    height: 100% !important;
    padding: 0;
  }
}
@media (max-width: 1023px) {

  .grid > div {
    width: 50%;
  }
  .grid > div.double {
    width: 100%;
  }
}

@media (max-width: 767px) {

  header {
    background: none;
    height: 75px;
  }

  main {
    margin-top: 75px;
  }

  footer > div,
  header > div {
    width: 90%;
  }



  #map,
  #contact main .grid-item {
    width: 100%;
    height: 50%;
    padding: 0;
  }

  #contact .grid {
    height: 100% !important;
  }

  #contact div + div article {
    display: block;
    overflow: auto;
  }

  #contact article > div {
    display: block;
    padding: 10%;
  }

  #contact article > div > div {
    margin-bottom: 20px;
  }

  .grid > div {
    width: 100%;
    padding: 20px 0;
  }

  .grid > div.double {
    width: 100%;
  }

  .home > div {
    width: auto
  }


  footer {
    height: 94px;
  }


  #logo {
    padding-top: 22px;
  }

  #menu-mobile {
    position: relative;
    z-index: 1000000;
    display: block;
  }

  #arrow {
    left: 5%;
    bottom: 22px
  }

  header nav {
    position: fixed;
    z-index: 100000;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #e94e1b;
    color: white;
    display: none;
      opacity: 0;
  visibility: hidden;
  }

  header .menu {
    position: absolute;
    top: 50%;
    width: 100%;
   padding: 0;
    transform: translateY(-50%);
  }

  header .menu li {
    text-align: center;
    display: block;
    margin: 0;
  }

  header .menu li a {
    display: inline-block;
    margin-bottom: 25px;
    font-size: 25px;
    color: white;
  }

  header .menu li a.is-active {
    color: white;
  }

  header .menu li a.is-active:after {
    color: white;
    font-size: 18px;
  }

  #contact footer {
    display: none
  }

  footer .menu li {
    margin-left: 20px
  }

  #actu article > div {
    width: 100% !important;
    padding-right: 0px !important;;
    padding-left:0px !important;;
  }

  #actu article > div + div {
    padding-top: 20px;
  }

  footer nav {
    left: 5%;
    transform: none;
    text-align: left;
  }

  footer button {
    margin: 0px 20px 0 0;
  }

  #home footer {
    margin-top: -94px
  }

  ::-webkit-scrollbar {
    width: 4px;
  }

  ::-webkit-scrollbar-thumb {
    background: #575656;;
  }


}


#fulltiny {
  padding: 20px;
}