@charset "UTF-8";
/* FONTS */
/* COLORS */
/* RESPONSIVE */
/*** FORMIDABLE ** */
@import url("https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@font-face {
  font-family: "ETModules";
  src: url(../typos/ETmodules_v2_4.otf) format("opentype"), url(../typos/ETmodules_v2_4.ttf) format("truetype"), url(../typos/ETmodules_v2_4.eot) format("embedded-opentype"), url(../typos/ETmodules_v2_4.woff) format("woff");
  font-weight: normal;
}
@font-face {
  font-family: "Caveat";
  src: url(../typos/caveat-regular.otf) format("opentype"), url(../typos/caveat-regular.ttf) format("truetype"), url(../typos/caveat-regular.eot) format("embedded-opentype"), url(../typos/caveat-regular.woff) format("woff");
  font-weight: normal;
}
/*** GENERAL ** */
* {
  box-sizing: border-box;
}

.clr {
  clear: both;
}

body {
  padding: 0;
  margin: 0;
}

section {
  min-width: 320px;
}

.grid {
  max-width: 1200px;
  margin: auto;
  position: relative;
}

.max-grid {
  max-width: 1400px;
  margin: auto;
  position: relative;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-61p, .col-39p, .col-1-5, .col-4-5 {
  float: left;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
@media screen and (max-width: 980px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-61p, .col-39p, .col-1-5, .col-4-5 {
    float: none;
    width: 100% !important;
    padding: 0 15px;
  }
}

.col-1 {
  width: 8.3333%;
}

.col-2 {
  width: 16.6666%;
}

.col-1-5 {
  width: 20%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.3333%;
}

.col-5 {
  width: 41.6666%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.3333%;
}

.col-8 {
  width: 66.6666%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.3333%;
}

.col-11 {
  width: 91.6666%;
}

.col-12 {
  width: 100%;
  float: none;
}

.no-padding {
  padding: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

.center {
  text-align: center;
}

.uppercase {
  text-transform: uppercase;
}

@media screen and (min-width: 980px) {
  .hide-desktop {
    display: none !important;
  }
}

@media (min-width: 650px) and (max-width: 980px) {
  .hide-tablette {
    display: none !important;
  }
}

@media screen and (max-width: 650px) {
  .hide-mobile {
    display: none !important;
  }
}

.form-bg {
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.cabin {
  font-family: "Cabin", arial;
}

.white {
  color: #fff !important;
}

.font {
  color: #222221 !important;
}

.cyan {
  color: #00a8a8 !important;
}

.magenta {
  color: #1fc1ff !important;
}

.violet {
  color: #7d1e78 !important;
}

.corail {
  color: #ff5945 !important;
}

.bouton {
  display: inline-block;
  height: 45px;
  line-height: 45px;
  padding: 0 30px;
  text-decoration: none;
  text-transform: uppercase;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #fff;
  font-size: 16px;
  font-family: "Cabin", arial;
  font-weight: 400;
  letter-spacing: 1px;
}
.bouton.big {
  height: 70px;
  line-height: 70px;
  font-size: 18px;
}
@media screen and (max-width: 1100px) {
  .bouton.big {
    font-size: 15px;
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
  }
}
.bouton.white {
  background: #fff;
  border: 1px solid #fff;
  color: #222221 !important;
}
.bouton.white:hover {
  background: transparent;
  color: #fff !important;
}
.bouton.white.transparent {
  background: transparent;
  color: #fff !important;
}
.bouton.white.transparent:hover {
  color: #222221 !important;
  background: #fff;
}
.bouton.bleu-marine {
  background: #222bd1;
  border: 1px solid #222bd1;
  color: #fff !important;
}
.bouton.bleu-marine:hover {
  background: transparent;
  color: #222bd1 !important;
}
.bouton.bleu-marine.transparent {
  background: transparent;
  color: #222bd1 !important;
}
.bouton.bleu-marine.transparent:hover {
  color: #fff !important;
  background: #222bd1;
}
.bouton.violet {
  background: #7d1e78;
  border: 1px solid #7d1e78;
  color: #fff !important;
}
.bouton.violet:hover {
  background: transparent;
  color: #7d1e78 !important;
}
.bouton.violet.transparent {
  background: transparent;
  color: #7d1e78 !important;
}
.bouton.violet.transparent:hover {
  color: #fff !important;
  background: #7d1e78;
}
.bouton.corail {
  background: #ff5945;
  border: 1px solid #ff5945;
  color: white !important;
}
.bouton.corail:hover {
  background: transparent;
  color: #ff5945 !important;
}
.bouton.corail.transparent {
  background: transparent;
  color: #ff5945 !important;
}
.bouton.corail.transparent:hover {
  color: #fff !important;
  background: #ff5945;
}
.bouton.rose {
  background: #1fc1ff;
  border: 1px solid #1fc1ff;
  color: white !important;
}
.bouton.rose:hover {
  background: transparent;
  color: #1fc1ff !important;
}
.bouton.rose.transparent {
  background: transparent;
  color: #1fc1ff !important;
}
.bouton.rose.transparent:hover {
  color: #fff !important;
  background: #1fc1ff;
}
.bouton.cyan {
  background: #00a8a8;
  border: 1px solid #00a8a8;
  color: white !important;
}
.bouton.cyan:hover {
  background: transparent;
  color: #00a8a8 !important;
}
.bouton.cyan.transparent {
  background: transparent;
  color: #00a8a8 !important;
}
.bouton.cyan.transparent:hover {
  color: #fff !important;
  background: #00a8a8;
}

.frm_style_style-formidable form input, .frm_style_style-formidable form select, .frm_style_style-formidable form textarea {
  height: 45px !important;
  padding: 0 !important;
  margin-bottom: 15px !important;
  padding-left: 15px !important;
  border: 0 !important;
  background: #f8f7f7 !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  font-family: "Cabin", arial !important;
  color: #939393 !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  width: 100% !important;
  box-shadow: none !important;
}
.frm_style_style-formidable form input::-moz-placeholder, .frm_style_style-formidable form select::-moz-placeholder, .frm_style_style-formidable form textarea::-moz-placeholder {
  opacity: 1 !important;
  color: #939393 !important;
}
.frm_style_style-formidable form input::-webkit-input-placeholder, .frm_style_style-formidable form select::-webkit-input-placeholder, .frm_style_style-formidable form textarea::-webkit-input-placeholder {
  color: #939393 !important;
}
.frm_style_style-formidable form input[type="number"], .frm_style_style-formidable form select[type="number"], .frm_style_style-formidable form textarea[type="number"] {
  max-width: 100px !important;
}
.frm_style_style-formidable form input[type="range"], .frm_style_style-formidable form select[type="range"], .frm_style_style-formidable form textarea[type="range"] {
  margin-bottom: 0px !important;
}
.frm_style_style-formidable form input[type="range"]::-webkit-slider-runnable-track, .frm_style_style-formidable form select[type="range"]::-webkit-slider-runnable-track, .frm_style_style-formidable form textarea[type="range"]::-webkit-slider-runnable-track {
  background: #1fc1ff !important;
}
.frm_style_style-formidable form input[type="range"]::-moz-range-track, .frm_style_style-formidable form select[type="range"]::-moz-range-track, .frm_style_style-formidable form textarea[type="range"]::-moz-range-track {
  background: #1fc1ff !important;
}
.frm_style_style-formidable form input[type="range"]::-webkit-slider-thumb, .frm_style_style-formidable form select[type="range"]::-webkit-slider-thumb, .frm_style_style-formidable form textarea[type="range"]::-webkit-slider-thumb {
  background: #1fc1ff !important;
  border-color: #1fc1ff !important;
}
.frm_style_style-formidable form input[type="range"]::-moz-range-thumb, .frm_style_style-formidable form select[type="range"]::-moz-range-thumb, .frm_style_style-formidable form textarea[type="range"]::-moz-range-thumb {
  background: #1fc1ff !important;
  border-color: #1fc1ff !important;
}
.frm_style_style-formidable form .frm_range_value {
  font-size: 20px !important;
  font-family: "Cabin", arial !important;
  font-weight: 400 !important;
  color: #000 !important;
}
.frm_style_style-formidable form .frm_switch_block input:checked + .frm_switch .frm_slider, .frm_style_style-formidable form .frm_switch_block select:checked + .frm_switch .frm_slider, .frm_style_style-formidable form .frm_switch_block textarea:checked + .frm_switch .frm_slider {
  background: #1fc1ff !important;
}
.frm_style_style-formidable form .frm_submit {
  text-align: center;
}
.frm_style_style-formidable form .frm_submit .frm_button_submit, .frm_style_style-formidable form .frm_submit .frm_prev_page {
  display: inline-block !important;
  height: 50px !important;
  line-height: 35px !important;
  padding: 7px 30px !important;
  border-radius: 0px !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  font-family: "Cabin", arial !important;
  text-decoration: none !important;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: center !important;
  text-transform: uppercase !important;
  background: #00a8a8 !important;
  border: 2px solid #00a8a8 !important;
  outline: none !important;
  letter-spacing: 2px !important;
}
.frm_style_style-formidable form .frm_submit .frm_button_submit:hover, .frm_style_style-formidable form .frm_submit .frm_prev_page:hover {
  color: #00a8a8 !important;
  background: #fff !important;
  cursor: pointer;
}
.frm_style_style-formidable form .frm_submit .frm_prev_page {
  margin-right: 15px !important;
  background: #eee !important;
  color: #999 !important;
  border-color: #eee !important;
}
.frm_style_style-formidable form .frm_submit .frm_prev_page:hover {
  color: #fff !important;
  background: #999 !important;
  border-color: #999 !important;
}
.frm_style_style-formidable form select {
  background: url(../images/select-form.png) no-repeat center right #f8f7f7 !important;
  background-size: 25px !important;
}
.frm_style_style-formidable form select.frm_time_select {
  max-width: 100px !important;
}
.frm_style_style-formidable form .frm_checkbox, .frm_style_style-formidable form .frm_radio {
  margin-bottom: 15px !important;
  line-height: 15px;
}
.frm_style_style-formidable form .frm_checkbox label, .frm_style_style-formidable form .frm_radio label {
  display: inline-block !important;
  font-size: 16px !important;
  vertical-align: middle !important;
  font-family: "Cabin", arial !important;
  color: #939393 !important;
}
.frm_style_style-formidable form input[type="checkbox"], .frm_style_style-formidable form select[type="checkbox"], .frm_style_style-formidable form textarea[type="checkbox"], .frm_style_style-formidable form input[type="radio"], .frm_style_style-formidable form select[type="radio"], .frm_style_style-formidable form textarea[type="radio"] {
  width: 15px !important;
  height: 15px !important;
  padding: 0 !important;
  margin-bottom: 0 !important;
  margin-right: 15px !important;
  margin-top: 0 !important;
  vertical-align: middle !important;
  outline: none !important;
}
.frm_style_style-formidable form input[type="checkbox"]:checked, .frm_style_style-formidable form select[type="checkbox"]:checked, .frm_style_style-formidable form textarea[type="checkbox"]:checked, .frm_style_style-formidable form input[type="radio"]:checked, .frm_style_style-formidable form select[type="radio"]:checked, .frm_style_style-formidable form textarea[type="radio"]:checked {
  background: url(../images/checked.png) no-repeat center #f8f7f7 !important;
}
.frm_style_style-formidable form input[type="radio"], .frm_style_style-formidable form select[type="radio"], .frm_style_style-formidable form textarea[type="radio"] {
  border-radius: 50% !important;
}
.frm_style_style-formidable form input[type="radio"]:checked, .frm_style_style-formidable form select[type="radio"]:checked, .frm_style_style-formidable form textarea[type="radio"]:checked {
  background: url(../images/radio.png) no-repeat center #f8f7f7 !important;
}
.frm_style_style-formidable form .frm_scale label {
  text-align: center;
}
.frm_style_style-formidable form .frm_scale label input[type="radio"], .frm_style_style-formidable form .frm_scale label select[type="radio"], .frm_style_style-formidable form .frm_scale label textarea[type="radio"] {
  margin-right: 0 !important;
}
.frm_style_style-formidable form .frm_description {
  display: none;
}
.frm_style_style-formidable form .frm_form_field {
  margin-bottom: 0 !important;
}
.frm_style_style-formidable form .frm_primary_label {
  font-size: 18px;
  font-family: "Cabin", arial;
  font-weight: 400;
  color: #000;
  display: inline-block;
  margin-bottom: 5px;
}
.frm_style_style-formidable form .frm_total_formatted {
  font-size: 18px !important;
  font-weight: 400 !important;
  font-family: "Cabin", arial !important;
  color: #000 !important;
  margin-bottom: 15px !important;
}
.frm_style_style-formidable form .star-rating {
  margin-bottom: 15px;
}
.frm_style_style-formidable form .star-rating::before {
  color: #1fc1ff !important;
}
.frm_style_style-formidable form textarea {
  height: 200px !important;
  resize: none !important;
  padding-top: 10px !important;
  margin-bottom: 30px !important;
}
.frm_style_style-formidable form .obligatoires {
  font-size: 15px !important;
  font-weight: 400 !important;
  font-style: italic !important;
  font-family: "Cabin", arial !important;
  margin-bottom: 15px !important;
}
.frm_style_style-formidable form .frm_dropzone {
  max-width: 100% !important;
}
.frm_style_style-formidable form fieldset {
  padding-bottom: 0 !important;
}

/*** HEADER ** */
#header {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#header.active, #header.page {
  background: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}
#header.active nav, #header.page nav {
  top: 28px;
}
#header.active nav ul li, #header.page nav ul li {
  color: #222221;
}
#header.active nav ul li:not(.bouton)::after, #header.page nav ul li:not(.bouton)::after {
  background: #222221;
}
#header.active .logo, #header.page .logo {
  max-width: 150px;
}
#header.active .logo .logo-blanc, #header.page .logo .logo-blanc {
  display: none;
}
#header.active .logo .logo-defaut, #header.page .logo .logo-defaut {
  display: block;
}
#header.active .inside-header, #header.page .inside-header {
  padding: 20px 15px;
}
@media screen and (max-width: 1270px) {
  #header {
    background: #fff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  }
  #header nav {
    top: 28px;
  }
  #header nav ul li {
    color: #222221;
  }
  #header nav ul li:not(.bouton)::after {
    background: #222221;
  }
  #header .logo {
    max-width: 150px !important;
  }
  #header .logo .logo-blanc {
    display: none !important;
  }
  #header .logo .logo-defaut {
    display: block !important;
  }
}
@media screen and (max-width: 1270px) and (max-width: 1330px) {
  #header .logo {
    max-width: 170px;
  }
}
@media screen and (max-width: 1270px) and (max-width: 700px) {
  #header .logo {
    max-width: 120px !important;
  }
}
@media screen and (max-width: 1270px) {
  #header .inside-header {
    padding: 20px 15px !important;
  }
}
#header .logo {
  max-width: 200px;
  display: block;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#header .logo .logo-defaut {
  display: none;
}
#header .inside-header {
  padding: 30px 15px;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#header nav {
  position: absolute;
  right: 15px;
  top: 50px;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#header nav ul {
  padding: 0;
  margin: 0;
}
#header nav ul li {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  font-family: "Montserrat", arial;
  list-style-type: none;
  text-transform: uppercase;
  display: inline-block;
  margin: 0 20px;
}
#header nav ul li:not(.bouton)::after {
  display: block;
  height: 3px;
  background: #fff;
  width: 0;
  content: "";
  margin-top: 10px;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#header nav ul li:not(.bouton):hover::after {
  width: 40px;
}
#header nav ul li a {
  text-decoration: none;
  color: inherit;
}
@media screen and (max-width: 1330px) {
  #header nav ul li {
    margin: 0 15px;
    font-size: 13px;
  }
}
@media screen and (max-width: 1270px) {
  #header nav {
    width: 50%;
    top: 0 !important;
    position: fixed;
    bottom: 0;
    right: -100%;
    background: #222bd1;
    padding-top: 200px;
    padding-left: 40px;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  #header nav ul li {
    color: #fff !important;
    font-size: 15px;
    display: block;
    margin: 0;
    margin-bottom: 15px;
  }
  #header nav ul li.bouton {
    display: inline-block;
  }
  #header nav ul li::after {
    display: none !important;
  }
  #header nav ul li.bouton {
    background: #fff;
    color: #222bd1 !important;
    border-color: #fff;
  }
  #header nav ul li.bouton:hover {
    background: transparent;
    color: #fff !important;
  }
  #header nav.active {
    right: 0;
  }
}
@media screen and (max-width: 700px) {
  #header nav {
    width: 80%;
  }
}
@media screen and (max-width: 440px) {
  #header nav {
    width: 100%;
  }
}
@media screen and (max-width: 340px) {
  #header nav {
    padding-left: 20px;
  }
}

#burger-menu {
  top: 15px;
  right: 0px;
  z-index: 111;
  display: none;
}
@media screen and (max-width: 1270px) {
  #burger-menu {
    display: block;
  }
}
@media screen and (max-width: 700px) {
  #burger-menu {
    top: 5px;
    right: 0;
  }
}
#burger-menu .ham {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform 400ms;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#burger-menu .hamRotate.active {
  transform: rotate(45deg);
}
#burger-menu .hamRotate180.active {
  transform: rotate(180deg);
}
#burger-menu .line {
  fill: none;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke: #252a56;
  stroke-width: 5.5;
  stroke-linecap: round;
}
#burger-menu .ham4 .top {
  stroke-dasharray: 40 121;
}
#burger-menu .ham4 .bottom {
  stroke-dasharray: 40 121;
}
#burger-menu .ham4.active .top {
  stroke-dashoffset: -68px;
}
#burger-menu .ham4.active .bottom {
  stroke-dashoffset: -68px;
}
#burger-menu.is-active .line {
  stroke: #fff;
}

/*** HOME ** */
.filtre {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.6));
}

.background-bleu, .strate-metier:nth-of-type(4) {
  background: url(../images/pattern-bleu-marine.png) no-repeat center #222bd1;
  padding: 200px 0;
  padding-top: 250px;
  background-attachment: fixed;
}
@media screen and (max-width: 1250px) {
  .background-bleu, .strate-metier:nth-of-type(4) {
    padding-top: 150px;
  }
}
@media screen and (max-width: 840px) {
  .background-bleu, .strate-metier:nth-of-type(4) {
    padding: 150px 0;
  }
}

.background-rouge {
  background: url(../images/pattern-rose.png) no-repeat center #ff5945;
  background-size: cover;
  padding: 200px 0;
  padding-top: 250px;
  background-attachment: fixed;
}
@media screen and (max-width: 1250px) {
  .background-rouge {
    padding-top: 150px;
  }
}
@media screen and (max-width: 840px) {
  .background-rouge {
    padding: 150px 0;
  }
}

.biseau-btt-rgh::after {
  display: block;
  position: absolute;
  content: "";
  height: 150px;
  bottom: -1px;
  left: 0;
  right: 0;
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
  z-index: 100;
}
.biseau-btt-rgh.blc::after {
  background: #fff;
}
.biseau-btt-rgh.gris::after {
  background: #e1e1e1;
}
.biseau-btt-rgh.bleu-marine::after {
  background: #222bd1;
}
.biseau-btt-rgh.cyan::after {
  background: #00a8a8;
}
.biseau-btt-rgh.font::after {
  background: #222221;
}
.biseau-btt-rgh.bleu-fonce::after {
  background: #252a56;
}
@media screen and (max-width: 840px) {
  .biseau-btt-rgh::after {
    height: 100px;
  }
}

.biseau-btt-lft::after {
  display: block;
  position: absolute;
  content: "";
  height: 150px;
  bottom: -1px;
  left: 0;
  right: 0;
  clip-path: polygon(0 0, 100% 100%, 0 100%);
  z-index: 100;
}
.biseau-btt-lft.blc::after {
  background: #fff;
}
.biseau-btt-lft.gris::after {
  background: #e1e1e1;
}
.biseau-btt-lft.bleu-marine::after {
  background: #222bd1;
}
.biseau-btt-lft.cyan::after {
  background: #00a8a8;
}
.biseau-btt-lft.font::after {
  background: #222221;
}
.biseau-btt-lft.bleu-fonce::after {
  background: #252a56;
}
@media screen and (max-width: 840px) {
  .biseau-btt-lft::after {
    height: 100px;
  }
}

.biseau-top-rgh::after, .strate-metier:nth-of-type(2)::after, .strate-metier:nth-of-type(6)::after {
  display: block;
  position: absolute;
  content: "";
  height: 150px;
  top: -1px;
  left: 0;
  right: 0;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  z-index: 100;
}
.biseau-top-rgh.blc::after, .blc.strate-metier:nth-of-type(2)::after, .blc.strate-metier:nth-of-type(6)::after {
  background: #fff;
}
.biseau-top-rgh.bleu-marine::after, .bleu-marine.strate-metier:nth-of-type(2)::after, .bleu-marine.strate-metier:nth-of-type(6)::after {
  background: #222bd1;
}
.biseau-top-rgh.gris::after, .gris.strate-metier:nth-of-type(2)::after, .gris.strate-metier:nth-of-type(6)::after {
  background: #e1e1e1;
}
.biseau-top-rgh.cyan::after, .cyan.strate-metier:nth-of-type(2)::after, .cyan.strate-metier:nth-of-type(6)::after {
  background: #00a8a8;
}
.biseau-top-rgh.font::after, .font.strate-metier:nth-of-type(2)::after, .font.strate-metier:nth-of-type(6)::after {
  background: #222221;
}
.biseau-top-rgh.bleu-fonce::after, .bleu-fonce.strate-metier:nth-of-type(2)::after, .bleu-fonce.strate-metier:nth-of-type(6)::after {
  background: #252a56;
}
@media screen and (max-width: 840px) {
  .biseau-top-rgh::after, .strate-metier:nth-of-type(2)::after, .strate-metier:nth-of-type(6)::after {
    height: 100px;
  }
}

.biseau-top-lft::after, .strate-metier:nth-of-type(3)::after {
  display: block;
  position: absolute;
  content: "";
  height: 150px;
  top: -1px;
  left: 0;
  right: 0;
  clip-path: polygon(0 0, 100% 0, 0% 100%);
  z-index: 100;
}
.biseau-top-lft.blc::after, .blc.strate-metier:nth-of-type(3)::after {
  background: #fff;
}
.biseau-top-lft.bleu-marine::after, .bleu-marine.strate-metier:nth-of-type(3)::after {
  background: #222bd1;
}
.biseau-top-lft.gris::after, .gris.strate-metier:nth-of-type(3)::after {
  background: #e1e1e1;
}
.biseau-top-lft.cyan::after, .cyan.strate-metier:nth-of-type(3)::after {
  background: #00a8a8;
}
.biseau-top-lft.font::after, .font.strate-metier:nth-of-type(3)::after {
  background: #222221;
}
.biseau-top-lft.bleu-fonce::after, .bleu-fonce.strate-metier:nth-of-type(3)::after {
  background: #252a56;
}
@media screen and (max-width: 840px) {
  .biseau-top-lft::after, .strate-metier:nth-of-type(3)::after {
    height: 100px;
  }
}

.biseau-btt-lft::after {
  display: block;
  position: absolute;
  content: "";
  height: 150px;
  bottom: -1px;
  left: 0;
  right: 0;
  clip-path: polygon(0 0, 100% 100%, 0% 100%);
  z-index: 100;
}
.biseau-btt-lft.blc::after {
  background: #fff;
}
.biseau-btt-lft.bleu-marine::after {
  background: #222bd1;
}
.biseau-btt-lft.cyan::after {
  background: #00a8a8;
}
.biseau-btt-lft.gris::after {
  background: #e1e1e1;
}
.biseau-btt-lft.font::after {
  background: #222221;
}
.biseau-btt-lft.bleu-fonce::after {
  background: #252a56;
}
@media screen and (max-width: 840px) {
  .biseau-btt-lft::after {
    height: 100px;
  }
}

.filter {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#entete {
  padding-bottom: 200px;
  padding-top: 130px;
  background-attachment: fixed;
}
@media screen and (max-width: 405px) {
  #entete {
    background-position: -50px top !important;
  }
}
#entete .filter {
  background: url(../images/filtre-entete.png) no-repeat;
}
#entete .image {
  text-align: center;
  padding-left: 150px;
}
#entete .image img {
  max-height: 700px;
}
#entete .texte {
  padding-top: 180px;
  max-width: 50%;
  margin: auto;
}
#entete .texte .titreh1 {
  font-size: 50px;
  font-weight: 400;
}
#entete .texte .titreh1 strong {
  font-weight: 700;
  font-size: 65px;
  margin-top: 10px;
  display: inline-block;
}
#entete .texte .soustitre {
  font-size: 22px;
  font-weight: 400;
  max-width: 50%;
}
#entete .texte .bouton {
  margin-top: 30px;
}
@media screen and (max-width: 1165px) {
  #entete .texte {
    max-width: 70%;
  }
}
@media screen and (max-width: 965px) {
  #entete .texte {
    padding-top: 100px;
  }
  #entete .texte .titreh1 {
    font-size: 40px;
  }
  #entete .texte .titreh1 strong {
    font-size: 55px;
  }
  #entete .texte .soustitre {
    font-size: 20px;
    max-width: 70%;
  }
}
@media screen and (max-width: 705px) {
  #entete .texte {
    max-width: 90%;
  }
}
@media screen and (max-width: 565px) {
  #entete .texte {
    padding-top: 75px;
  }
  #entete .texte .titreh1 {
    font-size: 30px;
  }
  #entete .texte .titreh1 strong {
    font-size: 45px;
  }
}
@media screen and (max-width: 400px) {
  #entete .texte .titreh1 {
    font-size: 25px;
  }
  #entete .texte .titreh1 strong {
    font-size: 35px;
  }
}
@media screen and (max-width: 965px) {
  #entete {
    padding-top: 100px;
    padding-bottom: 150px;
  }
}
@media screen and (max-width: 565px) {
  #entete {
    padding-bottom: 110px;
  }
}

#solutions {
  padding-top: 100px;
  padding-bottom: 60px;
  background: url(../images/hologramme-right.png) no-repeat center right #fff;
  background-size: 300px;
}
@media screen and (max-width: 980px) {
  #solutions {
    background-size: 200px;
    padding-top: 50px;
    padding-bottom: 0;
  }
}
#solutions .bouton {
  margin: 0 10px;
}

.titre-section {
  font-size: 35px;
  font-weight: 700;
  letter-spacing: 3px;
  margin-bottom: 60px !important;
}
.titre-section.violet {
  color: #7d1e78;
}
@media screen and (max-width: 980px) {
  .titre-section {
    font-size: 30px;
    margin-bottom: 40px !important;
  }
}
@media screen and (max-width: 650px) {
  .titre-section {
    font-size: 25px;
  }
}

.liste-solutions {
  text-align: center;
  max-width: 65%;
  margin: auto;
}
@media screen and (max-width: 980px) {
  .liste-solutions {
    max-width: 80%;
  }
}
@media screen and (max-width: 760px) {
  .liste-solutions {
    max-width: 100%;
  }
}
.liste-solutions .bloc-solution {
  padding: 0 15px;
  vertical-align: top;
  margin-bottom: 60px;
  text-align: left;
  padding-right: 20px;
  min-height: 540px;
  position: relative;
}
.liste-solutions .bloc-solution .see-more {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.liste-solutions .bloc-solution .image {
  height: 200px;
  line-height: 200px;
  margin-bottom: 30px;
  text-align: center;
}
.liste-solutions .bloc-solution:first-of-type .image {
  background: #222bd1;
}
.liste-solutions .bloc-solution:nth-of-type(2) {
  padding-right: 15px;
  padding-left: 20px;
}
.liste-solutions .bloc-solution:nth-of-type(2) .image {
  background: #00a8a8;
}
.liste-solutions .bloc-solution img {
  max-width: 70%;
  vertical-align: middle;
  display: inline-block;
}
.liste-solutions .bloc-solution .titre-solution {
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 20px !important;
  line-height: 30px;
  letter-spacing: 1px;
}
.liste-solutions .bloc-solution .soustitre {
  color: #222221;
  font-size: 17px;
  line-height: 30px;
  letter-spacing: 3px;
  margin-bottom: 20px !important;
  text-align: left;
}
.liste-solutions .bloc-solution .description {
  color: #6f6f6e;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 30px !important;
}
@media (min-width: 600px) and (max-width: 690px) {
  .liste-solutions .bloc-solution {
    min-height: 600px;
  }
}
@media (min-width: 600px) and (max-width: 980px) {
  .liste-solutions .bloc-solution {
    width: 50% !important;
    float: left;
  }
}
@media screen and (max-width: 600px) {
  .liste-solutions .bloc-solution {
    min-height: 0;
  }
  .liste-solutions .bloc-solution .see-more {
    position: static;
  }
}

#engagement {
  padding-top: 200px;
  padding-bottom: 250px;
}
@media screen and (max-width: 980px) {
  #engagement {
    padding-top: 150px;
    padding-bottom: 200px;
  }
}
#engagement .filter {
  background-size: cover;
}
#engagement::before {
  display: block;
  position: absolute;
  content: "";
  height: 150px;
  bottom: -1px;
  left: 0;
  right: 0;
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
  z-index: 100;
  background: #252a56;
}
#engagement .left {
  text-align: right;
  padding-right: 30px;
  margin-bottom: 60px;
}
#engagement .left img {
  max-width: 400px;
}
#engagement .texte {
  background: #fff;
  padding: 30px;
}
#engagement .texte p {
  font-size: 16px;
  font-weight: 400;
  color: #222221;
  line-height: 25px;
}

.bloc-engagement .inside {
  background: #222bd1;
  padding: 40px 30px;
  min-height: 440px;
}
.bloc-engagement .inside img {
  width: 150px;
  height: 150px;
  object-fit: contain;
  margin: auto;
  display: block;
  margin-bottom: 40px;
}
.bloc-engagement .inside .titre-engagement {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 20px !important;
}
.bloc-engagement .inside p {
  font-size: 16px;
  line-height: 30px;
}
@media screen and (max-width: 1156px) {
  .bloc-engagement .inside {
    min-height: 470px;
  }
}
@media (min-width: 880px) and (max-width: 980px) {
  .bloc-engagement {
    float: left;
    width: 33.3333% !important;
  }
}
@media screen and (max-width: 1050px) {
  .bloc-engagement .inside {
    padding: 40px 20px;
  }
  .bloc-engagement .inside img {
    width: 100px;
    height: 100px;
  }
  .bloc-engagement .inside .titre-engagement {
    font-size: 16px;
  }
}
@media screen and (max-width: 880px) {
  .bloc-engagement {
    margin-bottom: 30px;
  }
  .bloc-engagement .inside {
    min-height: 0;
  }
}

#cta-home {
  padding: 100px 0;
  padding-bottom: 30px;
  background: #222221;
}
#cta-home .titre-section {
  margin-bottom: 30px !important;
}
#cta-home p {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}
#cta-home p.telephone {
  font-size: 25px;
}
#cta-home .left {
  padding-right: 50px;
}
#cta-home .bouton {
  margin-bottom: 30px;
}

#intervention {
  padding-top: 150px;
  padding-bottom: 350px;
}
#intervention .logo {
  position: absolute;
  right: 40px;
  bottom: 100px;
  display: block;
  max-width: 200px;
}
#intervention .titre-section {
  margin-bottom: 80px !important;
}
#intervention .liste-interventions {
  max-width: 60%;
  margin: auto;
  position: relative;
}
#intervention .liste-interventions .bloc-intervention {
  position: absolute;
}
#intervention .liste-interventions .bloc-intervention:hover .pastille {
  background: #00a8a8;
}
#intervention .liste-interventions .bloc-intervention:hover > p {
  opacity: 1;
  visibility: visible;
}
#intervention .liste-interventions .bloc-intervention .span-inside {
  position: absolute;
  font-size: 17px;
  letter-spacing: 1px;
  bottom: -75px;
  left: -20px;
}
#intervention .liste-interventions p {
  background: #00a8a8;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  padding: 20px 25px;
  position: absolute;
  top: 150px;
  left: -125px;
  width: 300px;
  opacity: 0;
  visibility: hidden;
  z-index: 50;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#intervention .liste-interventions .pastille {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background: #000;
  display: block;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#intervention .liste-interventions #intervention1 {
  bottom: 35px;
  left: 34px;
}
#intervention .liste-interventions #intervention2 {
  top: 35px;
  left: 235px;
}
#intervention .liste-interventions #intervention3 {
  bottom: 35px;
  right: 235px;
}
#intervention .liste-interventions #intervention3 p {
  left: -115px;
}
#intervention .liste-interventions #intervention4 {
  top: 35px;
  right: 34px;
}

#chiffres-cle {
  padding: 100px 0;
  background: #252a56;
}
@media screen and (max-width: 980px) {
  #chiffres-cle {
    padding: 60px 0;
  }
}
@media screen and (max-width: 450px) {
  #chiffres-cle {
    padding-top: 20px;
  }
}

.bloc-chiffre {
  margin-bottom: 100px;
}
.bloc-chiffre p {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}
.bloc-chiffre p.chiffre {
  font-size: 130px;
  font-weight: 700;
  color: #00a8a8;
  letter-spacing: -7px;
  line-height: normal;
  text-align: center;
  margin-bottom: 15px !important;
}
.bloc-chiffre .titre-chiffre {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 15px !important;
}
@media (min-width: 720px) and (max-width: 980px) {
  .bloc-chiffre {
    width: 33.3333% !important;
    float: left;
  }
}
@media screen and (max-width: 975px) {
  .bloc-chiffre p.chiffre {
    font-size: 110px;
  }
}
@media screen and (max-width: 980px) {
  .bloc-chiffre {
    margin-bottom: 40px;
  }
  .bloc-chiffre p {
    text-align: center;
  }
}

#equipe {
  padding-top: 200px;
  padding-bottom: 150px;
  background: url(../images/hologramme-left.png) no-repeat bottom left #fff;
  background-size: 300px;
}
@media screen and (max-width: 980px) {
  #equipe {
    background-size: 200px;
  }
}
@media screen and (max-width: 950px) {
  #equipe {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 450px) {
  #equipe {
    padding-top: 150px;
  }
}
#equipe .titre-section {
  margin-bottom: 40px !important;
}
#equipe .chapeau {
  font-size: 18px;
  line-height: 30px;
  max-width: 60%;
}
@media screen and (max-width: 650px) {
  #equipe .chapeau {
    max-width: 80%;
  }
}
@media screen and (max-width: 400px) {
  #equipe .chapeau {
    max-width: 100%;
  }
}
#equipe img {
  max-width: 80%;
  display: block;
  margin: auto;
}

#partenaires {
  padding: 80px 0;
  background: #222221;
}
#partenaires .inside-partenaires {
  height: 90px;
  overflow: hidden;
  max-width: 60%;
  margin: auto;
}

.bloc-partenaire {
  padding: 0 30px;
  text-align: center;
}
.bloc-partenaire img {
  display: inline-block !important;
  vertical-align: middle;
  max-height: 90px;
  object-fit: contain;
}

#recrutement .bloc-texte {
  background: #222bd1;
  padding: 50px 80px;
  position: relative;
  padding-right: 375px;
  z-index: 50;
}
#recrutement .bloc-texte .titre-section {
  margin-bottom: 10px !important;
}
#recrutement .bloc-texte p {
  font-size: 16px;
  line-height: 30px;
}
#recrutement .bloc-texte .bouton {
  position: absolute;
  right: 80px;
  top: 50%;
  margin-top: -35px;
}
@media screen and (max-width: 980px) {
  #recrutement .bloc-texte {
    padding-right: 300px;
  }
}
@media screen and (max-width: 680px) {
  #recrutement .bloc-texte {
    padding-left: 30px;
    padding-right: 30px;
  }
  #recrutement .bloc-texte .bouton {
    position: static;
    margin-top: 20px;
  }
}

#news-home {
  padding: 100px 0;
  padding-top: 200px;
  background: #e1e1e1;
  margin-top: -100px;
}
#news-home .titre-section {
  margin-bottom: 80px !important;
}
@media screen and (max-width: 980px) {
  #news-home {
    padding-top: 150px;
    padding-bottom: 60px;
  }
  #news-home .titre-section {
    margin-bottom: 40px !important;
  }
}

.bloc-actus {
  margin-bottom: 50px;
}
.bloc-actus .image {
  border-radius: 10px;
  height: 250px;
  margin-bottom: 20px;
}
.bloc-actus .image a {
  display: block;
  height: 100%;
  border-radius: 10px;
  background: transparent;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.bloc-actus p {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}
.bloc-actus p.metas {
  background: url(../images/calendar.png) no-repeat center left;
  background-size: 15px;
  padding-left: 20px;
  font-size: 14px;
  line-height: normal;
  margin-bottom: 15px !important;
}
.bloc-actus .titre {
  font-size: 22px;
  margin-bottom: 15px !important;
}
.bloc-actus .titre a {
  color: inherit;
  text-decoration: none;
}
.bloc-actus:hover .image a {
  background: rgba(0, 0, 0, 0.3);
}
@media (min-width: 795px) and (max-width: 980px) {
  .bloc-actus:not(.presse) {
    width: 33.3333% !important;
    float: left;
  }
}
@media (min-width: 515px) and (max-width: 795px) {
  .bloc-actus:not(.presse) {
    width: 50% !important;
    float: left;
  }
  .bloc-actus:not(.presse):nth-of-type(3) {
    display: none;
  }
}

#presse {
  padding-top: 100px;
  padding-bottom: 280px;
}
#presse .titre-section {
  margin-bottom: 60px !important;
}

#slider-presse {
  height: 450px;
}
#slider-presse .slick-list {
  padding-top: 50px !important;
}

.bloc-presse {
  padding: 0 20px;
}
.bloc-presse .inside-bloc {
  background: #fff;
  padding: 30px;
  border-radius: 30px;
  position: relative;
}
.bloc-presse .inside-bloc::before {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  content: "";
  display: block;
  background: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -50px;
  margin-top: -50px;
}
.bloc-presse .logo {
  max-width: 80px;
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -40px;
}
.bloc-presse .photo {
  float: left;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-right: 10px;
  margin-bottom: 20px;
}
.bloc-presse p {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 20px !important;
}
.bloc-presse p.description::before {
  display: inline-block;
  width: 30px;
  height: 20px;
  background: url(../images/guillemet.png) no-repeat center;
  content: "";
  background-size: contain;
  margin-right: 15px;
}
.bloc-presse p.nom {
  font-size: 12px;
  line-height: normal;
  padding-top: 23px;
  color: #686868 !important;
  margin-bottom: 0 !important;
}
.bloc-presse p.nom span {
  display: block;
}

/*** CONTACT ** */
#entete.page {
  padding: 180px 0;
  padding-top: 200px;
  background-size: cover !important;
}

.titre-page {
  font-size: 40px;
  letter-spacing: 2px;
}

.chapeau {
  max-width: 60%;
  margin: auto !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 80px !important;
}
@media screen and (max-width: 650px) {
  .chapeau {
    max-width: 80%;
    margin-bottom: 60px !important;
  }
}
@media screen and (max-width: 400px) {
  .chapeau {
    max-width: 100%;
  }
}

#content {
  padding-top: 30px;
  background: url(../images/hologramme-right.png) no-repeat center right;
  background-size: 300px;
  padding-bottom: 100px;
}
@media screen and (max-width: 650px) {
  #content {
    background-size: 200px;
  }
}

#map iframe {
  margin-bottom: 30px;
}
#map p {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 20px !important;
  padding-left: 25px;
}
#map p.telephone {
  background: url(../images/phone.png) no-repeat center left;
  background-size: 20px;
}
#map p.email {
  background: url(../images/email.png) no-repeat left 10px;
  background-size: 18px;
}
#map p.email a {
  text-decoration: none;
  color: inherit;
}
#map p.adresse {
  background: url(../images/adresse.png) no-repeat left 4px;
  background-size: 15px;
}

.icon {
  display: inline-block;
  width: 35px;
  height: 35px;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 0 10px;
}
.icon:hover {
  opacity: 0.5;
}
.icon.twitter {
  background: url(../images/twitter.png) no-repeat center;
  background-size: contain;
  margin-left: 0;
}
.icon.linkedin {
  background: url(../images/linkedin.png) no-repeat center;
  background-size: contain;
}

/*** BLOG ** */
#cta-home.page {
  padding-bottom: 80px;
}

#pagination a, #pagination span {
  display: inline-block;
  background: #222221;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  font-family: "Cabin", arial;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 0;
  width: 40px;
  margin: 0 5px;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#pagination a:hover, #pagination span:hover {
  background: #00a8a8;
}
#pagination span {
  background: #00a8a8;
}

/*** COMMENT ÇA MARCHE ** */
.timeline {
  position: relative;
  padding: 60px 15px;
}
.timeline::before {
  width: 2px;
  background: #00a8a8;
  height: 100%;
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1px;
}

.bloc-timeline .inside {
  max-width: 50%;
  margin: auto;
  margin-left: 0;
}
.bloc-timeline:nth-of-type(even) .inside {
  margin-left: auto;
  margin-right: 0;
}
.bloc-timeline:nth-of-type(even) .left, .bloc-timeline:nth-of-type(even) .right {
  float: right;
}
.bloc-timeline:nth-of-type(even) .titreh2::before {
  left: -30px;
  bottom: -14px;
}
.bloc-timeline .titreh2 {
  margin-bottom: 20px !important;
  position: relative;
  font-size: 25px;
}
.bloc-timeline .titreh2::after {
  width: 100%;
  height: 2px;
  background: #00a8a8;
  content: "";
  display: block;
  margin-top: 20px;
}
.bloc-timeline .titreh2::before {
  width: 30px;
  height: 30px;
  display: block;
  content: "";
  background: #00a8a8;
  position: absolute;
  right: -30px;
  bottom: -14px;
  border-radius: 50%;
}
.bloc-timeline p {
  font-size: 16px;
  line-height: 25px;
  padding: 0 40px;
}

/*** PAGE + SINGLE ** */
#content.single .inside {
  margin: auto;
  float: none;
}
#content.single .titreh1 {
  font-size: 35px;
  font-weight: 400;
  letter-spacing: 2px;
}
#content.single .attachment-illu {
  max-width: 70%;
  margin: auto;
  margin-bottom: 40px;
  display: block;
}
#content.single p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 30px !important;
}
#content.single p.metas {
  background: url(../images/calendar.png) no-repeat center left;
  background-size: 15px;
  padding-left: 20px;
  font-size: 14px;
  line-height: normal;
  margin: auto !important;
  margin-bottom: 30px !important;
  max-width: 135px;
}
#content.single p a {
  color: #222bd1;
}
#content.single h2 {
  font-size: 25px;
  font-weight: 400;
  margin-bottom: 20px !important;
  color: #222bd1;
}
#content.single h3 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 20px !important;
  color: #222bd1;
}
#content.single h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px !important;
}
#content.single ul li {
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 30px;
}
#content.single ul li a {
  color: #00a8a8;
}

/*** NOS SOLUTIONS ** */
#content.solutions {
  background: #fff;
  padding-top: 60px;
  padding-bottom: 0;
}

#cta-home.solutions {
  padding-top: 20px;
  padding-bottom: 20px;
}

.strate-presentation {
  padding: 80px 0;
  background: url(../images/hologramme-right.png) no-repeat center right #fff;
  background-size: 250px;
  padding-top: 200px;
}
@media screen and (max-width: 980px) {
  .strate-presentation {
    background-size: 200px;
  }
}
.strate-presentation .titre-presentation {
  font-size: 30px;
  font-weight: 400;
  height: 50px;
  line-height: 50px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center left;
  margin-bottom: 40px !important;
}
.strate-presentation .titre-presentation::after {
  height: 2px;
  background: #222221;
  content: "";
  display: block;
}
.strate-presentation .soustitre {
  font-size: 18px;
  font-weight: 400;
  color: #222221 !important;
  letter-spacing: 3px;
  margin-bottom: 30px !important;
}
.strate-presentation .left {
  padding: 0 60px;
}
.strate-presentation .left p {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #222221 !important;
}
.strate-presentation:first-of-type {
  padding-top: 0;
}
.strate-presentation:first-of-type::after {
  display: none;
}
.strate-presentation:last-of-type {
  padding-bottom: 200px;
  padding-top: 60px;
}
.strate-presentation:nth-of-type(even) {
  background: url(../images/pattern-gris.png) no-repeat center #222221;
  background-attachment: fixed;
}
.strate-presentation:nth-of-type(even) .titre-presentation {
  text-align: right;
  color: #1fc1ff !important;
}
.strate-presentation:nth-of-type(even) .titre-presentation::after {
  background: #1fc1ff;
}
.strate-presentation:nth-of-type(even) .soustitre {
  color: #fff !important;
  text-align: right;
}
.strate-presentation:nth-of-type(even) .left, .strate-presentation:nth-of-type(even) .right {
  float: right;
}
.strate-presentation:nth-of-type(even) .left p {
  color: #fff !important;
}

/*** QSN ** */
#content.qsn {
  background: #fff;
  padding-bottom: 0;
}
#content.qsn .titre-section {
  margin-bottom: 40px !important;
}
#content.qsn .chapeau {
  margin-bottom: 80px !important;
}

#presentation-qsn {
  padding-bottom: 50px;
}

#valeurs {
  background: url(../images/pattern-gris.png) no-repeat center #222221;
  padding-top: 100px;
  background-attachment: fixed;
  padding-bottom: 150px;
}

.liste-valeurs {
  padding-bottom: 80px;
}

.bloc-valeur {
  margin-bottom: 40px;
}
.bloc-valeur img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  margin: auto;
  margin-bottom: 20px;
  display: block;
}
.bloc-valeur .titre-valeurs {
  font-size: 25px;
  font-weight: 400;
  letter-spacing: 3px;
  margin-bottom: 20px !important;
  color: #35625f;
}
.bloc-valeur p {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #6f6f6e;
}

#equipe.qsn {
  padding: 80px 0;
  background: url(../images/hologramme-right.png) no-repeat center right;
  background-size: 300px;
}
#equipe.qsn .bloc-equipe .image {
  height: 300px;
}

#historique {
  padding-top: 200px;
  padding-bottom: 140px;
  background: url(../images/hologramme-coin.png) no-repeat bottom left #e1e1e1;
  background-size: 270px;
}
#historique .inside .titre-section {
  margin-bottom: 60px !important;
}

#infos-historique .inside {
  height: 450px;
}
#infos-historique .inside::before {
  height: 5px;
  position: absolute;
  left: 0;
  right: 0;
  content: "";
  top: 50%;
  margin-top: -2px;
  background: #00a8a8;
}

.bloc-historique {
  max-width: 300px;
}
.bloc-historique h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px !important;
  letter-spacing: 2px;
}
.bloc-historique p {
  font-size: 15px;
  line-height: 25px;
}
.bloc-historique p.annee {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 2px;
  margin-bottom: 10px !important;
}
.bloc-historique::after {
  width: 35px;
  height: 35px;
  background: #00a8a8;
  border-radius: 50%;
  position: absolute;
  content: "";
  display: block;
  left: 50%;
  margin-left: -15px;
}
.bloc-historique.bloc0 {
  left: -150px;
  bottom: 300px;
}
.bloc-historique.bloc0::after {
  bottom: -92px;
}
.bloc-historique.bloc1 {
  left: 125px;
  top: 300px;
}
.bloc-historique.bloc1::after {
  top: -92px;
}
.bloc-historique.bloc2 {
  left: 405px;
  bottom: 300px;
}
.bloc-historique.bloc2::after {
  bottom: -92px;
}
.bloc-historique.bloc3 {
  right: 145px;
  top: 300px;
}
.bloc-historique.bloc3::after {
  top: -92px;
}
.bloc-historique.bloc4 {
  right: -150px;
  bottom: 300px;
}
.bloc-historique.bloc4::after {
  bottom: -92px;
}

/*** RECRUTEMENT ** */
#entete.recrutement .texte .titreh1 {
  font-size: 35px;
}
#entete.recrutement .texte .titreh1 strong {
  font-size: 50px;
}

#presentation {
  padding-top: 40px;
  padding-bottom: 200px;
}
#presentation .left {
  padding-right: 40px;
}
#presentation .left p {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}
#presentation .left h2 {
  color: #00a8a8;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1px;
}

#interets {
  background: #222bd1;
  padding: 100px 0;
}

.bloc-equipe.last {
  line-height: normal;
}
.bloc-equipe.last .image {
  background-color: #d8dadb;
  background-position: center 50px !important;
  background-size: 200px !important;
}
.bloc-equipe.last .image p {
  font-size: 20px;
  padding-top: 300px;
}

/*** SUCCESS STORIES ** */
.liste-stories {
  max-width: 70%;
  margin: auto;
}

.bloc-stories {
  margin-bottom: 40px;
}
.bloc-stories .image {
  height: 300px;
  background-clip: content-box;
}
.bloc-stories .image a {
  display: block;
  height: 100%;
  width: 100%;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.bloc-stories .image:hover a {
  background: rgba(0, 0, 0, 0.3);
}
.bloc-stories .left {
  padding: 30px;
  height: 300px;
  padding-top: 15px;
}
.bloc-stories .left .see-more {
  bottom: 30px;
  left: 30px;
  font-size: 16px;
  font-weight: 400;
  color: #222bd1;
  text-decoration: none;
}
.bloc-stories .left .description {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}
.bloc-stories .left strong {
  color: #222bd1;
  opacity: 0.2;
  font-size: 60px;
  font-weight: 700;
  letter-spacing: 2px;
  display: block;
  margin-bottom: 25px;
  border-bottom: 2px solid #222bd1;
}
.bloc-stories .left .titre-stories {
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 2px;
  margin-bottom: 20px !important;
}

#content.success .left p {
  color: #1fc1ff !important;
  padding-left: 40px;
  padding-right: 40px;
  line-height: normal;
  font-size: 18px;
  text-align: left;
}
#content.success .left p span {
  color: #222221 !important;
  display: block;
}
#content.success .left .titre-success {
  font-size: 35px;
  font-weight: 600;
  border-left: 10px solid #1fc1ff;
  letter-spacing: 3px;
  padding-left: 20px;
  margin-bottom: 40px !important;
}
#content.success .right ul {
  padding: 0;
  margin: 0;
  padding-left: 20px;
  margin-bottom: 30px;
}
#content.success .right ul li {
  list-style-type: circle;
}
#content.success .right ul li::marker {
  color: #1fc1ff;
  font-size: 20px;
}

/*** METIERS ** */
.strate-metier .bloc-actus {
  padding: 0 15px;
}
.strate-metier .slider-success {
  padding: 0 40px;
}
.strate-metier .slick-arrow {
  width: 20px;
  height: 45px;
  position: absolute;
  top: 27%;
  margin-top: -15px;
}
.strate-metier .slick-arrow.prev {
  background: url(../images/left-arrow.png) no-repeat center;
  background-size: contain;
  left: -40px;
}
.strate-metier .slick-arrow.next {
  background: url(../images/right-arrow.png) no-repeat center;
  background-size: contain;
  right: -40px;
}
.strate-metier:first-of-type {
  padding-top: 30px;
  padding-bottom: 40px;
}
.strate-metier:first-of-type .bloc-actus h3.titre {
  color: #00a8a8 !important;
}
.strate-metier:nth-of-type(2) {
  background: #222221;
  padding-top: 200px;
  padding-bottom: 30px;
}
.strate-metier:nth-of-type(2)::after {
  background: #fff;
}
.strate-metier:nth-of-type(2) .titre-section {
  color: #1fc1ff !important;
}
.strate-metier:nth-of-type(2) .chapeau {
  color: #fff !important;
}
.strate-metier:nth-of-type(2) .slick-arrow.prev {
  background: url(../images/left-arrow-white.png) no-repeat center;
  background-size: contain;
  left: -40px;
}
.strate-metier:nth-of-type(2) .slick-arrow.next {
  background: url(../images/right-arow-white.png) no-repeat center;
  background-size: contain;
  right: -40px;
}
.strate-metier:nth-of-type(2) .bloc-actus p {
  color: #e1e1e1;
}
.strate-metier:nth-of-type(3) {
  background: url(../images/hologramme-left.png) no-repeat top left;
  background-size: 250px;
  padding-top: 200px;
}
.strate-metier:nth-of-type(3)::after {
  background: #222221;
}
.strate-metier:nth-of-type(3) .titre-section {
  color: #1fc1ff !important;
}
.strate-metier:nth-of-type(4)::after {
  display: block;
  position: absolute;
  content: "";
  height: 150px;
  bottom: -1px;
  left: 0;
  right: 0;
  clip-path: polygon(0 0, 100% 100%, 0 100%);
  z-index: 100;
  background: #fff;
}
.strate-metier:nth-of-type(4)::before {
  display: block;
  position: absolute;
  content: "";
  height: 150px;
  top: -1px;
  left: 0;
  right: 0;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  z-index: 100;
  background: #fff;
}
.strate-metier:nth-of-type(4) .titre-section {
  color: #fff !important;
}
.strate-metier:nth-of-type(4) .chapeau {
  color: #fff !important;
}
.strate-metier:nth-of-type(4) .slick-arrow.prev {
  background: url(../images/left-arrow-white.png) no-repeat center;
  background-size: contain;
  left: -40px;
}
.strate-metier:nth-of-type(4) .slick-arrow.next {
  background: url(../images/right-arow-white.png) no-repeat center;
  background-size: contain;
  right: -40px;
}
.strate-metier:nth-of-type(4) .bloc-actus h3.titre {
  color: #fff !important;
}
.strate-metier:nth-of-type(4) .bloc-actus p {
  color: #e1e1e1;
}
.strate-metier:nth-of-type(5) {
  padding-top: 50px;
  padding-bottom: 50px;
  background: url(../images/hologramme-right.png) no-repeat center right;
  background-size: 250px;
}
.strate-metier:nth-of-type(5) .titre-section {
  color: #1fc1ff !important;
}
.strate-metier:nth-of-type(6) {
  background: #e1e1e1;
  padding-top: 200px;
  padding-bottom: 70px;
}
.strate-metier:nth-of-type(6)::after {
  background: #fff;
}
.strate-metier:nth-of-type(6) .titre-section {
  color: #222221 !important;
}
.strate-metier:nth-of-type(6) .bloc-actus h3.titre {
  color: #222221 !important;
}

/*** FOOTER ** */
#footer {
  background: url(../images/bg-footer.png) no-repeat #222bd1;
  background-attachment: fixed;
  padding-bottom: 100px;
  padding-top: 200px;
}
#footer .filter {
  background: url(../images/filtre-entete.png) no-repeat;
}
#footer .text {
  text-align: right;
  max-width: 40%;
  margin: auto;
  margin-right: 0;
}
#footer .text .logo {
  max-width: 300px;
  display: inline-block;
  margin-bottom: 25px;
}
@media screen and (max-width: 980px) {
  #footer .text {
    max-width: 60%;
  }
}
@media screen and (max-width: 650px) {
  #footer .text .logo {
    max-width: 200px;
  }
}
@media screen and (max-width: 520px) {
  #footer .text {
    max-width: 90%;
  }
}
#footer p {
  line-height: 30px;
  font-size: 16px;
  font-weight: 400;
  text-align: right;
}
#footer p a {
  color: inherit;
  text-decoration: none;
}
#footer p.telephone {
  background: url(../images/phone.png) no-repeat center left;
  background-size: 20px;
  display: inline-block;
  padding-left: 30px;
  font-size: 20px;
  margin: 10px 0 !important;
}
#footer .icon {
  display: inline-block;
  width: 35px;
  height: 35px;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 10px;
}
#footer .icon:hover {
  opacity: 0.5;
}
#footer .icon.twitter {
  background: url(../images/twitter-footer.png) no-repeat center;
  background-size: contain;
}
#footer .icon.linkedin {
  background: url(../images/linkedin-footer.png) no-repeat center;
  background-size: contain;
  margin-right: 0;
}
