/* ---------------------------------------------------
/////////////////// IMPORT SASS /////////////////////
---------------------------------------------------- */
/* ---------------------------------------------------
///////////////////// FONT FACE ///////////////////////
---------------------------------------------------- */
/* ---------------------------------------------------
/////////////////////// FLEX /////////////////////////
---------------------------------------------------- */
/* ---------------------------------------------------
////////////////// Width & Height ////////////////////
---------------------------------------------------- */
/* ---------------------------------------------------
////////////////// LINE SEPARATOR ////////////////////
---------------------------------------------------- */
/* ---------------------------------------------------
///////////////////// ANIMATION ///////////////////////
---------------------------------------------------- */
/* ---------------------------------------------------
//////////////////// RESPONSIVE //////////////////////
---------------------------------------------------- */
/*--------------------------------------------
Global Colors
---------------------------------------------*/
/*--------------------------------------------
Normalize
---------------------------------------------*/
* {
  box-sizing: border-box;
  -webkit-padding-start: 0px;
}

html, body {
  font-size: 62.5%;
  font-family: sans-serif;
  width: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
}

body, ul, p {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: normal;
}

p {
  font-size: 16px;
  font-size: 1.6rem;
}

button {
  outline: none;
  background: none;
  border: none;
  border-radius: 0;
  padding: 0;
  cursor: pointer;
}

blockquote {
  margin: 0;
  outline: none;
}

li {
  list-style: none;
}

h1 {
  font-size: 2em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  text-decoration: none;
  color: black;
}

a:active,
a:hover {
  outline: 0;
  outline-width: 0;
}

/*--------------------------------------------
Fonts
---------------------------------------------*/
@font-face {
  font-family: "AbrilRegular";
  src: url("../../assets/fonts/AbrilRegular.woff2") format("opentype"), url("../../assets/fonts/AbrilRegular.ttf") format("truetype"), url("../../assets/fonts/AbrilRegular.otf") format("opentype"), url("../../assets/fonts/AbrilRegular.eot?") format("eot"), url('../../assets/fonts/AbrilRegular.svg#str-replace(AbrilRegular, " ", "_")') format("svg");
}
@font-face {
  font-family: "HelveticaBold";
  src: url("../../assets/fonts/HelveticaBold.woff2") format("opentype"), url("../../assets/fonts/HelveticaBold.ttf") format("truetype"), url("../../assets/fonts/HelveticaBold.otf") format("opentype"), url("../../assets/fonts/HelveticaBold.eot?") format("eot"), url('../../assets/fonts/HelveticaBold.svg#str-replace(HelveticaBold, " ", "_")') format("svg");
}
@font-face {
  font-family: "HelveticaRoman";
  src: url("../../assets/fonts/HelveticaRoman.woff2") format("opentype"), url("../../assets/fonts/HelveticaRoman.ttf") format("truetype"), url("../../assets/fonts/HelveticaRoman.otf") format("opentype"), url("../../assets/fonts/HelveticaRoman.eot?") format("eot"), url('../../assets/fonts/HelveticaRoman.svg#str-replace(HelveticaRoman, " ", "_")') format("svg");
}
h2, .h2 {
  font-family: "AbrilRegular";
}

.o-button, .c-actu__global h3, .c-actu a, b, strong {
  font-family: "HelveticaBold", sans-serif;
}

.o-popup ul, .o-popup ol, .c-single__global p, .c-actu__global p, .c-footer, .c-masthead__links ul, .c-masthead__banner h1 {
  font-family: "HelveticaRoman", sans-serif;
}

.c-masthead {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  z-index: 1;
}
.c-masthead__f {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 83px;
}
@media screen and (max-width: 768px) {
  .c-masthead__f {
    justify-content: center;
  }
}
.c-masthead__banner {
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 260px;
  background-repeat: no-repeat;
  position: relative;
  border-top: 2px solid #4A90E2;
}
@media screen and (max-width: 850px) {
  .c-masthead__banner {
    background-position: left center;
  }
}
.c-masthead__banner h1 {
  font-size: 22px;
  font-size: 2.2rem;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  text-align: right;
  line-height: 30px;
  color: #666666;
}
@media screen and (max-width: 768px) {
  .c-masthead__banner h1 {
    display: none;
  }
}
.c-masthead__global {
  height: 100%;
  padding-bottom: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-masthead__logo {
  background-image: url("../../assets/images/logo.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 240px;
  height: 50px;
}
.c-masthead__logolink {
  display: flex;
  align-items: center;
  font: 0/0 a;
  color: #fff;
  background-size: 152px 23px;
  background-position: center center;
  height: inherit;
  width: inherit;
  margin-right: 50px;
}
.c-masthead__links ul {
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .c-masthead__links ul {
    justify-content: space-between;
    padding: 0 4rem;
  }
}
.c-masthead__links ul li a {
  color: #666666;
}
.c-masthead__links li:not(:last-child) {
  margin-right: 50px;
}
@media screen and (max-width: 850px) {
  .c-masthead__links li:not(:last-child) {
    margin-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .c-masthead__links {
    background-color: #FFFFFF;
    border-top: 2px solid #4A90E2;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 2.5rem 0;
  }
}

.c-section {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2.5rem;
}
.c-section h2, .c-section .h2 {
  color: #4A90E2 !important;
  margin-top: 40px;
}
.c-section h3 {
  font-size: 16px;
  font-size: 1.6rem;
}
.c-section p, .c-section ul {
  margin-bottom: 20px;
}
.c-section__clients {
  width: 100%;
  background-color: #FFFFFF;
}
.c-section__clients div {
  margin: 3rem 0;
  display: flex;
  justify-content: center;
  flex-flow: wrap;
}
.c-section__clients div img {
  height: auto;
  align-self: center;
  margin: 2rem;
}

.c-caracts ul li:before,
.c-contact ul li:before,
.o-popup ul li:before {
  content: "-";
  display: inline-block;
  margin-right: 0.5rem;
}

.c-pastilles__in {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  margin-top: 4rem;
}
.c-pastilles ul {
  cursor: pointer;
  vertical-align: center;
}
@media screen and (max-width: 650px) {
  .c-pastilles ul {
    width: 45%;
    text-align: center;
  }
}
.c-pastilles ul:nth-of-type(1), .c-pastilles ul:nth-of-type(2) {
  margin-bottom: 4rem;
}
.c-pastilles li {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-pastilles li {
    font-size: 14px;
  }
}
@media screen and (max-width: 650px) {
  .c-pastilles li {
    font-size: 16px;
  }
}
.c-pastilles li:nth-of-type(3) {
  display: none;
}
.c-pastilles .u-acti {
  background-image: url("../../assets/images/pastilles/acti.png");
  background-size: 140px 140px;
  background-position: center center;
  display: inline-block;
  background-repeat: no-repeat;
  width: 140px;
  height: 140px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .c-pastilles .u-acti {
    background-size: 110px 110px;
  }
}
@media screen and (max-width: 650px) {
  .c-pastilles .u-acti {
    background-size: 140px 140px;
  }
}
@media screen and (max-width: 420px) {
  .c-pastilles .u-acti {
    background-size: 110px 110px;
  }
}
.c-pastilles .u-exp {
  background-image: url("../../assets/images/pastilles/exp.png");
  background-size: 140px 140px;
  background-position: center center;
  display: inline-block;
  background-repeat: no-repeat;
  width: 140px;
  height: 140px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .c-pastilles .u-exp {
    background-size: 110px 110px;
  }
}
@media screen and (max-width: 650px) {
  .c-pastilles .u-exp {
    background-size: 140px 140px;
  }
}
@media screen and (max-width: 420px) {
  .c-pastilles .u-exp {
    background-size: 110px 110px;
  }
}
.c-pastilles .u-hum {
  background-image: url("../../assets/images/pastilles/hum.png");
  background-size: 140px 140px;
  background-position: center center;
  display: inline-block;
  background-repeat: no-repeat;
  width: 140px;
  height: 140px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .c-pastilles .u-hum {
    background-size: 110px 110px;
  }
}
@media screen and (max-width: 650px) {
  .c-pastilles .u-hum {
    background-size: 140px 140px;
  }
}
@media screen and (max-width: 420px) {
  .c-pastilles .u-hum {
    background-size: 110px 110px;
  }
}
.c-pastilles .u-tech {
  background-image: url("../../assets/images/pastilles/tech.png");
  background-size: 140px 140px;
  background-position: center center;
  display: inline-block;
  background-repeat: no-repeat;
  width: 140px;
  height: 140px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .c-pastilles .u-tech {
    background-size: 110px 110px;
  }
}
@media screen and (max-width: 650px) {
  .c-pastilles .u-tech {
    background-size: 140px 140px;
  }
}
@media screen and (max-width: 420px) {
  .c-pastilles .u-tech {
    background-size: 110px 110px;
  }
}

.c-final {
  margin-top: 5rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .c-final {
    flex-direction: column;
  }
}
.c-final__form {
  display: flex;
  flex-direction: column;
  width: 40%;
}
.c-final__form label {
  margin-top: 1rem;
  border-bottom: 1px solid #666666;
}
.c-final__form input {
  margin: 0;
  padding: 1rem;
  border: none;
  font-size: 15px;
  font-size: 1.5rem;
  background-color: transparent;
  outline: none;
  color: #4A90E2;
  width: 100%;
}
.c-final__form input::placeholder {
  color: #4A90E2;
}
.c-final__form button {
  margin-top: 5rem;
}
.c-final__infos {
  width: 40%;
}
.c-final__infos a {
  text-transform: uppercase;
}
@media screen and (max-width: 650px) {
  .c-final__infos a {
    font-size: calc(1rem + 1vw);
  }
}
.c-final__form:not(:last-child), .c-final__infos:not(:last-child) {
  margin-right: 20rem;
}
@media screen and (max-width: 1024px) {
  .c-final__form, .c-final__infos {
    width: 50%;
  }
  .c-final__form:not(:last-child), .c-final__infos:not(:last-child) {
    margin-right: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .c-final__form, .c-final__infos {
    width: 100%;
  }
}

.c-footer {
  margin: 5rem 0 3rem 0;
  color: #999999;
}
@media screen and (max-width: 768px) {
  .c-footer {
    margin-bottom: 10rem;
  }
}

.c-actu {
  display: flex;
  flex-direction: column;
}
.c-actu h2 {
  color: #FFFFFF !important;
  background: #4A90E2;
  font-size: 33px;
  font-size: 3.3rem;
  padding: 2rem;
  border-radius: 5px;
  width: 100%;
}
.c-actu a {
  color: #4A90E2;
  font-size: 20px;
  font-size: 2rem;
  margin-top: 2rem;
  align-self: flex-end;
}
.c-actu__global h3 {
  font-size: 24px;
  font-size: 2.4rem;
  color: #666666;
}
.c-actu__global p {
  font-size: 20px;
  font-size: 2rem;
  color: #666666;
}
.c-actu__img {
  margin-bottom: 2rem;
  width: 100%;
  height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-single {
  flex: 1;
  color: #666666;
}
.c-single__global h2, .c-single__global .h2 {
  font-size: 30px;
  font-size: 3rem;
}
.c-single .disc {
  list-style-type: disc !important;
  margin-bottom: 10px;
  margin-left: 30px;
}
.c-single .square {
  list-style: square;
  margin-bottom: 10px;
  margin-left: 30px;
}

.o-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 8rem;
}
@media screen and (max-width: 850px) {
  .o-wrapper {
    padding: 0 4rem;
  }
}

.o-button {
  display: block;
  text-align: center;
  outline: none;
  border: none;
  width: 100%;
  background-color: #4A90E2;
  color: #FFFFFF;
  border-radius: 4px;
  padding: 1.5rem 1rem 1rem 1rem;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 2rem 0;
}

.c-section__clients div.ref-content {
  display: none;
}

.o-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.7);
  height: 100vh;
  width: 100%;
  z-index: 100;
  color: #666666;
}
.o-popup img.ref {
  position: inherit;
  display: block;
  margin: 0 auto;
  width: inherit;
}
.o-popup__item {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 870px;
  height: 70%;
  border: 3px solid #4A90E2;
  border-radius: 10px;
  background-color: white;
}
.o-popup__item.autoHeight {
  height: auto;
}
@media screen and (max-width: 1000px) {
  .o-popup__item {
    width: 90%;
  }
}
.o-popup__item div {
  height: 100%;
  padding: 3rem 5rem;
  overflow-y: auto;
}
@media screen and (max-width: 1000px) {
  .o-popup__item div {
    padding: 2rem 4rem;
  }
}
.o-popup ul, .o-popup ol {
  font-size: 16px;
  color: #666666;
  line-height: 22px;
}
@media screen and (max-width: 1000px) {
  .o-popup ul, .o-popup ol {
    font-size: calc(1rem + .6vw);
    line-height: calc(1.4rem + .6vw);
  }
}
.o-popup img {
  position: absolute;
  top: -4rem;
  left: -4rem;
  width: 75px;
}
@media screen and (max-width: 768px) {
  .o-popup img {
    width: 55px;
    height: 55px;
    /*top:-3rem;
    left:50%;
    transform:translateX(-50%);*/
  }
}
.o-popup span.close {
  background-color: #4A90E2;
  background-image: url("../../assets/images/close.svg");
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: -4rem;
  right: -4rem;
  border-radius: 100%;
  height: 75px;
  width: 75px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .o-popup span.close {
    width: 30px;
    height: 30px;
    top: -1.5rem;
    right: -1.5rem;
    background-size: 15px;
  }
}

/* ---------------------------------------------------
/////////////////////// GLOBAL ////////////////////////
---------------------------------------------------- */
body {
  background-color: #eef6ff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 40' width='80' height='40'%3E%3Cpath fill='%23c3d4e8' fill-opacity='0.4' d='M0 40a19.96 19.96 0 0 1 5.9-14.11 20.17 20.17 0 0 1 19.44-5.2A20 20 0 0 1 20.2 40H0zM65.32.75A20.02 20.02 0 0 1 40.8 25.26 20.02 20.02 0 0 1 65.32.76zM.07 0h20.1l-.08.07A20.02 20.02 0 0 1 .75 5.25 20.08 20.08 0 0 1 .07 0zm1.94 40h2.53l4.26-4.24v-9.78A17.96 17.96 0 0 0 2 40zm5.38 0h9.8a17.98 17.98 0 0 0 6.67-16.42L7.4 40zm3.43-15.42v9.17l11.62-11.59c-3.97-.5-8.08.3-11.62 2.42zm32.86-.78A18 18 0 0 0 63.85 3.63L43.68 23.8zm7.2-19.17v9.15L62.43 2.22c-3.96-.5-8.05.3-11.57 2.4zm-3.49 2.72c-4.1 4.1-5.81 9.69-5.13 15.03l6.61-6.6V6.02c-.51.41-1 .85-1.48 1.33zM17.18 0H7.42L3.64 3.78A18 18 0 0 0 17.18 0zM2.08 0c-.01.8.04 1.58.14 2.37L4.59 0H2.07z'%3E%3C/path%3E%3C/svg%3E");
}

.c-global {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  background-color: #F9F9F9;
}

.o-red {
  color: #C55252;
}

.o-blue {
  color: #4A90E2;
}

.o-gray {
  color: #666666;
}

.o-bold {
  font-weight: bold;
}

.o-line {
  border-bottom: 1px solid #666666;
}

.o-marg {
  margin: 1.6rem 0;
}

.o-bwhite {
  background-color: #FFFFFF;
}

/*# sourceMappingURL=main.min.css.map */
