/* COULEURS */
/* BOOTSTRAP */
.container-fluid {
  padding: 0; }
  .container-fluid .row {
    margin: 0; }
    .container-fluid .row [class^='col-'] {
      padding: 0; }

/* STRUCTURES */
* {
  box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  color: #232322; }

h1, h2, h3, h4, h5, h6, ul, ol, li, p {
  margin: 0;
  padding: 0; }

p {
  margin-bottom: 15px; }

a, li {
  list-style-type: none;
  text-decoration: none;
  color: #232322; }

h1, .h1 {
  font-size: 43px;
  text-transform: uppercase;
  color: white;
  display: inline-block;
  line-height: 1; }
  h1 span, .h1 span {
    background: #459b9e;
    padding: 5px 10px;
    display: inline-block; }
    h1 span.light, .h1 span.light {
      font-weight: 300; }
    h1 span.small, .h1 span.small {
      font-size: 24px;
      line-height: 24px;
      position: relative;
      top: -12px; }

@media all and (max-width: 1199px) {
  h1, .h1 {
    font-size: 35px; } }
@media all and (max-width: 767px) {
  h1, .h1 {
    font-size: 28px; } }
h2, .h2 {
  font-size: 30px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 30px; }

@media all and (max-width: 767px) {
  h2, .h2 {
    font-size: 26px; } }
h3, .h3 {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.3;
  margin-bottom: 30px; }

@media all and (max-width: 767px) {
  h3, .h3 {
    font-size: 20px; } }
.form {
  background: rgba(255, 255, 255, 0.8);
  padding: 35px; }
  .form p:first-child {
    color: #232322;
    font-size: 34px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    line-height: .8;
    margin-bottom: 20px; }
    .form p:first-child span {
      font-size: 24px;
      font-weight: 300; }
  .form form .msg {
    display: none;
    margin: 15px 0 0 0;
    color: #459b9e;
    font-weight: 700; }
    .form form .msg.on {
      display: block; }
  .form form .form-group {
    position: relative;
    margin-bottom: 15px;
    color: white; }
    .form form .form-group.erreur .form-control {
      background: #da3c3c; }
    .form form .form-group .form-control {
      width: 100%;
      height: 36px;
      background: #6f7e84;
      border: 0;
      padding: 0 20px;
      font-family: 'Roboto', sans-serif;
      font-size: 16px;
      line-height: 36px;
      color: white; }
      .form form .form-group .form-control:focus {
        outline: 0; }
      .form form .form-group .form-control::placeholder {
        color: white; }
  .form form .form-group-checkbox {
    padding: 0 15px; }
    .form form .form-group-checkbox.erreur input + label {
      color: #da3c3c; }
    .form form .form-group-checkbox input {
      position: absolute;
      margin: 0; }
      .form form .form-group-checkbox input + label {
        padding-left: 25px;
        margin-bottom: 15px;
        display: inline-block;
        font-size: 11px;
        font-weight: 300;
        font-style: italic;
        line-height: 1.3;
        position: relative; }
        .form form .form-group-checkbox input + label:before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 15px;
          height: 15px;
          background: #232322;
          cursor: pointer; }
        .form form .form-group-checkbox input + label:after {
          content: '';
          position: absolute;
          top: 2px;
          left: 5px;
          border: solid #459b9e;
          border-width: 0 3px 3px 0;
          padding: 3px 1px;
          transform: rotate(45deg);
          opacity: 0;
          transition: opacity .25s ease;
          cursor: pointer; }
      .form form .form-group-checkbox input:checked + label:after {
        opacity: 1; }
  .form form button {
    font-family: 'Roboto', sans-serif; }
    .form form button.btn {
      background: #232322;
      transition: ease .25s;
      width: 100%;
      height: 45px; }
      .form form button.btn:hover {
        background: #459b9e;
        color: white; }

header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3; }
  header .logo img {
    transition: width .25s ease-in-out; }
  header.on .logo img {
    width: 200px; }
  header.on .wrapper-header .wrapper {
    padding: 10px 0; }
  header .wrapper-header {
    padding: 0 50px;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(15px);
    transition: padding .25s ease-in-out; }
    header .wrapper-header .langue {
      position: absolute;
      top: 10px;
      right: 15px; }
    header .wrapper-header .wrapper {
      padding: 20px 0;
      display: flex;
      justify-content: space-between;
      align-items: center;
      transition: padding .25s ease-in-out; }
      header .wrapper-header .wrapper ul {
        display: flex; }
        header .wrapper-header .wrapper ul li {
          margin-right: 30px;
          font-size: 14px;
          font-weight: 300;
          text-transform: uppercase;
          position: relative; }
          header .wrapper-header .wrapper ul li:not(:last-child):after {
            content: '';
            position: absolute;
            top: 4px;
            right: -15px;
            width: 1px;
            height: 10px;
            background: #232322; }
          header .wrapper-header .wrapper ul li:last-child {
            margin-right: 0; }
          header .wrapper-header .wrapper ul li a {
            color: #232322;
            transition: color .25s ease; }
            header .wrapper-header .wrapper ul li a:hover {
              color: #459b9e; }
      header .wrapper-header .wrapper .burger {
        display: none; }

@media all and (max-width: 1199px) {
  header .wrapper-header .logo {
    margin-bottom: 15px; }
    header .wrapper-header .logo img {
      width: 200px; }
  header .wrapper-header .wrapper {
    flex-direction: column; } }
@media all and (max-width: 991px) {
  header.on .wrapper-header .wrapper ul {
    top: 114px; }
  header .wrapper-header {
    position: relative; }
    header .wrapper-header .logo {
      margin-bottom: 15px; }
      header .wrapper-header .logo img {
        width: 200px; }
    header .wrapper-header .wrapper {
      flex-direction: column; }
      header .wrapper-header .wrapper .burger {
        display: block;
        height: 18px;
        width: 24px;
        border-top: solid 2px #459b9e;
        border-bottom: solid 2px #459b9e;
        position: relative;
        color: transparent; }
        header .wrapper-header .wrapper .burger:before {
          content: "";
          position: absolute;
          top: 6px;
          left: 0;
          width: 24px;
          border-bottom: solid 2px #459b9e; }
      header .wrapper-header .wrapper ul {
        position: absolute;
        top: 134px;
        left: 0;
        right: 0;
        background: white;
        flex-direction: column;
        display: none;
        transition: top 0.25s ease; }
        header .wrapper-header .wrapper ul.on {
          display: block; }
        header .wrapper-header .wrapper ul li {
          text-align: center;
          padding: 5px;
          margin: 0; }
          header .wrapper-header .wrapper ul li a:not(:last-child):after {
            content: none; } }
footer .contact {
  height: 100vh;
  display: flex;
  align-items: center; }
footer .mentions {
  padding: 30px;
  background: #232322;
  font-size: 12px; }
  footer .mentions ul {
    display: flex;
    justify-content: center; }
    footer .mentions ul li {
      margin: 0 6px;
      color: white;
      position: relative; }
      footer .mentions ul li:not(:first-child):before {
        content: '';
        position: absolute;
        top: 10px;
        left: -8px;
        width: 3px;
        height: 1px;
        background: white; }
      footer .mentions ul li a {
        color: white; }
        footer .mentions ul li a:hover {
          text-decoration: underline; }

@media all and (max-width: 991px) {
  footer .contact {
    height: auto;
    padding: 30px 0; }
    footer .contact .images {
      margin-bottom: 30px; }
      footer .contact .images img {
        width: 50%;
        display: block;
        margin: auto; }
  footer ul {
    flex-direction: column; }
    footer ul li {
      position: relative;
      margin: 0; }
      footer ul li:before {
        content: '';
        position: absolute;
        top: 10px;
        left: -8px;
        width: 3px;
        height: 1px;
        background: white; } }
/* TOP */
.top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: #232322;
  border: solid 1px white; }
  .top:hover {
    background: #459b9e; }
  .top:before {
    content: "";
    position: absolute;
    top: 15px;
    left: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    padding: 5px;
    transform: rotate(-135deg); }

/* SECTIONS */
.experimentation {
  padding-top: 165px;
  color: white;
  position: relative; }
  .experimentation:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 15px;
    width: 85%;
    height: 85%;
    background: no-repeat url(../images/logo-alt.svg);
    opacity: 0.1; }
  .experimentation h3 {
    color: #459b9e; }
  .experimentation .logos {
    display: flex;
    align-items: center;
    margin-bottom: 15px; }
    .experimentation .logos .images {
      margin-right: 15px;
      width: 100px; }
    .experimentation .logos p {
      margin-bottom: 0; }
  .experimentation .btn {
    margin-top: 45px; }

@media all and (max-width: 991px) {
  .experimentation {
    padding-top: 100px; }
    .experimentation .logos:last-child {
      margin-bottom: 45px; } }
.page {
  padding: 180px 0 45px 0; }
  .page h1 {
    color: #232322;
    margin: 15px 0 30px; }

.pco {
  padding: 330px 0 45px 0; }
  .pco .col-gauche, .pco .col-droite {
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
    padding: 30px;
    position: relative; }
    .pco .col-gauche h2, .pco .col-gauche h3, .pco .col-droite h2, .pco .col-droite h3 {
      color: #232322; }
    .pco .col-gauche p:last-child, .pco .col-droite p:last-child {
      margin-bottom: 0; }
    .pco .col-gauche .logo-nasa, .pco .col-droite .logo-nasa {
      padding: 20px;
      background: white;
      position: absolute;
      width: 175px;
      height: 110px;
      top: -80px;
      right: 20px; }
    .pco .col-gauche .btn, .pco .col-droite .btn {
      margin-top: 15px; }
      .pco .col-gauche .btn:hover, .pco .col-droite .btn:hover {
        color: white;
        background: #232322; }

@media all and (max-width: 991px) {
  .pco {
    padding: 200px 0 45px 0; }
    .pco .col-gauche {
      height: auto;
      margin-bottom: 130px; } }
.vert {
  background: #459b9e;
  color: #2a3a48; }
  .vert h2 {
    color: white; }

.solutions .blocs {
  background: red;
  display: flex;
  flex-wrap: wrap; }
  .solutions .blocs .bloc {
    width: calc(100% / 2);
    height: calc(820px / 2);
    padding: 30px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .solutions .blocs .bloc p:last-child {
      margin-bottom: 0; }
    .solutions .blocs .bloc.vert h3 {
      margin-bottom: 0; }
    .solutions .blocs .bloc.bleu {
      align-items: center; }
      .solutions .blocs .bloc.bleu:before {
        display: none; }
    .solutions .blocs .bloc.blanc {
      background: #f2f2eb; }
      .solutions .blocs .bloc.blanc p:first-child {
        font-weight: 900;
        text-transform: uppercase; }
.solutions .featured {
  background: red;
  height: 820px; }
@media all and (max-width: 1191px) {
  .solutions .bloc {
    height: auto; } }

@media all and (max-width: 1680px) {
  .solutions .blocs .bloc h2 {
    font-size: 26px; }
  .solutions .blocs .bloc h3 {
    font-size: 21px; } }
@media all and (max-width: 991px) {
  .solutions .featured {
    height: 350px; } }
@media all and (max-width: 767px) {
  .solutions .blocs .bloc {
    width: 100%;
    height: auto; } }
.content {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 0; }
  .content h2 {
    margin: 8px 10px 0 0; }
  .content .images {
    width: 220px; }
  @media all and (max-width: 991px) {
    .content.titre {
      flex-direction: column; }
      .content.titre h2 {
        margin-bottom: 15px; } }

.avantages .content {
  justify-content: center; }
  .avantages .content.description {
    width: calc(100% / 3);
    padding: 30px 75px;
    font-size: 22px;
    position: relative; }
.avantages .avantage {
  display: flex; }
  .avantages .avantage .photo {
    width: calc((100% / 3) * 2);
    min-height: 315px; }
  .avantages .avantage .description p:last-child {
    margin-bottom: 0; }
  .avantages .avantage .description:before {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 50px 0 50px 50px;
    border-color: transparent transparent transparent white;
    top: calc(50% - 50px); }
  .avantages .avantage:nth-child(even) .photo {
    order: 1; }
  .avantages .avantage:nth-child(even) .description {
    text-align: right; }
    .avantages .avantage:nth-child(even) .description:before {
      right: -50px; }
  .avantages .avantage:nth-child(odd) .description {
    text-align: left; }
    .avantages .avantage:nth-child(odd) .description:before {
      left: -50px;
      transform: rotate(-180deg); }

@media all and (max-width: 991px) {
  .avantage .photo {
    width: calc(100% / 2); }
  .avantage .content {
    width: calc(100% / 2); } }
@media all and (max-width: 767px) {
  .avantages .avantage {
    flex-direction: column; }
    .avantages .avantage .photo {
      width: 100%; }
    .avantages .avantage .content {
      width: 100%;
      text-align: center; }
      .avantages .avantage .content.description {
        padding: 30px;
        justify-content: center; }
    .avantages .avantage:nth-child(even) .photo {
      order: 1; }
    .avantages .avantage:nth-child(even) .content {
      text-align: center;
      order: 2; }
      .avantages .avantage:nth-child(even) .content:before {
        top: -45px;
        border-width: 30px 0 30px 30px;
        right: calc(50% - 15px);
        transform: rotate(-90deg); }
    .avantages .avantage:nth-child(odd) .content {
      text-align: center; }
      .avantages .avantage:nth-child(odd) .content:before {
        top: -45px;
        border-width: 30px 0 30px 30px;
        left: calc(50% - 15px);
        transform: rotate(-90deg); } }
.wrapper-about .about {
  padding: 100px 0 25px 0;
  position: relative;
  margin-bottom: 200px; }
  .wrapper-about .about:after {
    content: '';
    position: absolute;
    bottom: -180px;
    left: 0;
    border-left: calc(100vw - 18px) solid #459b9e;
    border-bottom: 180px solid transparent; }
  .wrapper-about .about h2 {
    margin-bottom: 0; }
  .wrapper-about .about h3 {
    font-weight: 300;
    font-style: italic; }
  .wrapper-about .about p {
    font-size: 24px;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 0; }
.wrapper-about .blanc p:last-child {
  margin: 0 0 300px; }
.wrapper-about .btn {
  margin-top: 15px; }
  .wrapper-about .btn:hover {
    background: #232322;
    color: white; }

@media all and (max-width: 991px) {
  .wrapper-about .about:after {
    bottom: -80px;
    border-bottom: 80px solid transparent; }
  .wrapper-about .blanc {
    background-size: cover !important; } }
@media all and (max-width: 767px) {
  .wrapper-about .blanc {
    background-size: 100% !important; } }
/* CLASSES */
.play {
  width: 114px;
  height: 114px;
  background: transparent;
  border: 4px solid white;
  border-radius: 114px;
  cursor: pointer;
  position: relative;
  transition: border-color .25s ease; }
  .play:hover {
    border-color: #459b9e; }
    .play:hover:before {
      border-left: 37px solid #459b9e; }
  .play:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 42px;
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-bottom-width: 30px;
    border-top-width: 30px;
    border-left: 37px solid white;
    transform: translateY(-50%);
    transition: border-color .25s ease; }

.images img {
  display: block;
  width: 100%;
  height: auto; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.popin {
  position: fixed;
  z-index: 4;
  background: rgba(35, 35, 34, 0.8);
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none; }
  .popin.on {
    display: flex; }
  .popin .images {
    background: white;
    width: 800px;
    padding: 20px;
    position: relative; }
    .popin .images span {
      float: right;
      height: 20px;
      width: 20px;
      height: 20px;
      border-radius: 20px;
      background: #232322;
      cursor: pointer;
      position: relative; }
      .popin .images span:before, .popin .images span:after {
        content: '';
        position: absolute;
        height: 10px;
        top: 5px;
        left: 9px;
        border-left: 2px solid white; }
      .popin .images span:before {
        transform: rotate(-45deg); }
      .popin .images span:after {
        transform: rotate(45deg); }

.bleu {
  background: #2a3a48; }

/* BOUTONS */
.btn {
  display: inline-block;
  width: 100%;
  max-width: 310px;
  padding: 7px 0;
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  color: white;
  background: #459b9e;
  border: 0;
  cursor: pointer;
  transition: .25s ease; }
  .btn:hover {
    background: white;
    color: #459b9e; }

/* HOME + SLICK */
.wrapper-slider {
  position: relative; }
  .wrapper-slider .slider .image {
    height: 100vh;
    outline: 0;
    position: relative; }
    .wrapper-slider .slider .image h2 {
      position: absolute;
      bottom: 10%;
      left: calc(((100% - 1110px) / 2) + 50px); }
  .wrapper-slider .form {
    position: absolute;
    z-index: 2;
    top: 50%;
    right: calc((100% - 1110px) / 2);
    transform: translateY(-50%);
    width: calc(1110px / 12 * 4); }

@media all and (max-width: 1199px) {
  .wrapper-slider .slider .image h2 {
    left: calc(((100% - 930px) / 2) + 50px); }
  .wrapper-slider .form {
    right: calc(((100% - 930px) / 2) + 60px);
    width: calc(960px / 12 * 4); } }
@media all and (max-width: 991px) {
  .wrapper-slider .slider .image {
    height: 1000px; }
    .wrapper-slider .slider .image h2 {
      top: 20%;
      left: 50%;
      transform: translate(-50%, 0%);
      text-align: center;
      width: 100%; }
  .wrapper-slider .form {
    top: 40%;
    left: 50%;
    transform: translateX(-50%);
    width: auto; } }
@media all and (max-width: 767px) {
  .wrapper-slider .form {
    left: 15px;
    right: 15px;
    transform: none;
    width: calc(100% - 30px); } }
.slick-prev, .slick-next {
  position: absolute;
  z-index: 2;
  top: calc(50% - 31px);
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-bottom-width: 30px;
  border-top-width: 30px;
  border-right: 30px solid white;
  background: transparent;
  color: transparent;
  overflow: hidden;
  outline: 0;
  cursor: pointer;
  transition: border-right-color 0.25s ease; }
  .slick-prev:hover, .slick-next:hover {
    border-right-color: #459b9e; }
  .slick-prev.slick-prev, .slick-next.slick-prev {
    left: 35px; }
  .slick-prev.slick-next, .slick-next.slick-next {
    right: 35px;
    transform: rotate(180deg); }

/*# sourceMappingURL=styles.css.map */
