@charset "UTF-8";
/*
  Theme Name: Caplaser 2021
  Author: Caplaser
  Author URI: https://www.caplaser.fr
  Version: 1.0.0
  Text Domain: caplaser-2021
*/
html {
  margin: 0 !important;
  overflow-x: hidden !important;
  font-family: "OpenSans-Regular";
  --bs-font-sans-serif: "OpenSans-Regular";
}

html body {
  position: relative;
  width: 100vw;
  padding-bottom: 450px;
}

html body.menu-show {
  height: 100vh !important;
  position: fixed !important;
}

html .nojq {
  opacity: .2;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  width: 100vw !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

html .nojq:hover {
  opacity: 1;
}

/*
.ginput_recaptcha {
  display:none !important;
}
*/
@media screen and (max-width: 1100px) {
  body {
    padding-bottom: 1160px !important;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./fonts/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: '←';
}

[dir='rtl'] .slick-prev:before {
  content: '→';
}

.slick-next {
  right: -25px;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: '→';
}

[dir='rtl'] .slick-next:before {
  content: '←';
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

.page-header {
  background-image: url("./img/cloud/cloud-header.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100vw;
  height: 725px;
}

.page-header .page-header-container {
  margin-right: auto;
  margin-left: auto;
  height: 725px;
  width: 1270px;
}

.page-header .page-header-container .page-header-container-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-family: "OpenSans-Bold";
  background-color: rgba(0, 0, 0, 0.25);
  padding: 30px 15px;
  height: 92%;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 36px;
  margin-bottom: 55px;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-h1 .page-header-container-title-h1-img {
  width: 45px;
  margin-right: 15px;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-h2 {
  font-size: 30px;
  font-family: "OpenSans-Bold";
  width: 580px;
  color: #fff;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-h3 {
  font-size: 38px;
  margin-top: 50px;
  margin-bottom: 30px;
  font-family: "OpenSans-Bold";
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-p {
  font-size: 17px;
  color: #fff;
  font-family: "OpenSans-Light";
  text-align: justify;
  line-height: 22px;
  margin: 0px;
  width: 580px;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-sousp {
  font-size: 16px;
  font-family: "OpenSans-Light";
  color: #fff;
  text-align: justify;
  line-height: 22px;
  margin: 20px 0px;
  width: 580px;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-italic {
  font-size: 14px;
  color: #fff;
  font-family: "OpenSans-Italic";
  text-align: justify;
  line-height: 16px;
  margin: 0px;
  width: 580px;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-button {
  background-color: #78aacb;
  padding: 12px 25px;
  border: none;
  font-size: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 110px 0px 0px 90px;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-button a {
  color: white;
  font-family: "OpenSans-Light";
  text-decoration: none;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-button img {
  height: 20px;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-button .page-header-container-title-button-icon {
  height: 20px;
  margin-left: 20px;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-link {
  font-size: 20px;
  font-family: "OpenSans-Light";
  text-align: justify;
  line-height: 22px;
  margin: 20px 0px 0px 0px;
  text-decoration: none;
  font-weight: bold;
  width: 545px;
}

.has-vert-gestion-background-color {
  background-color: #88b163;
}

.has-vert-gestion-color {
  color: #88b163;
}

.has-bleu-cloud-background-color {
  background-color: #78aacb;
}

.has-bleu-cloud-color {
  color: #78aacb;
}

.has-orange-infrastructure-background-color {
  background-color: #fea851;
}

.has-orange-infrastructure-color {
  color: #fea851;
}

.has-rose-dev-background-color {
  background-color: #cd6683;
}

.has-rose-dev-color {
  color: #cd6683;
}

a.cloud, a.cloud:hover {
  color: #78aacb;
}

a.infrastructure, a.infrastructure:hover {
  color: #fea851;
}

a.gestion, a.gestion:hover {
  color: #88b163;
}

a.internet, a.internet:hover {
  color: #cd6683;
}

a.conseil, a.conseil:hover,
a.securite, a.securite:hover {
  color: #207ab7;
}

@font-face {
  font-family: "OpenSans-Regular";
  src: url("./fonts/OpenSans-Regular.woff2") format("woff2"), url("./fonts/OpenSans-Regular.woff") format("woff");
}

@font-face {
  font-family: "OpenSans-Bold";
  src: url("./fonts/OpenSans-Bold.woff2") format("woff2"), url("./fonts/OpenSans-Bold.woff") format("woff");
}

@font-face {
  font-family: "OpenSans-BoldItalic";
  src: url("./fonts/OpenSans-BoldItalic.woff2") format("woff2"), url("./fonts/OpenSans-BoldItalic.woff") format("woff");
}

@font-face {
  font-family: "OpenSans-ExtraBold";
  src: url("./fonts/OpenSans-ExtraBold.woff2") format("woff2"), url("./fonts/OpenSans-ExtraBold.woff") format("woff");
}

@font-face {
  font-family: "OpenSans-ExtraBoldItalic";
  src: url("./fonts/OpenSans-ExtraBoldItalic.woff2") format("woff2"), url("./fonts/OpenSans-ExtraBoldItalic.woff") format("woff");
}

@font-face {
  font-family: "OpenSans-Italic";
  src: url("./fonts/OpenSans-Italic.woff2") format("woff2"), url("./fonts/OpenSans-Italic.woff") format("woff");
}

@font-face {
  font-family: "OpenSans-Light";
  src: url("./fonts/OpenSans-Light.woff2") format("woff2"), url("./fonts/OpenSans-Light.woff") format("woff");
}

@font-face {
  font-family: "OpenSans-LightItalic";
  src: url("./fonts/OpenSans-LightItalic.woff2") format("woff2"), url("./fonts/OpenSans-LightItalic.woff") format("woff");
}

@font-face {
  font-family: "OpenSans-Semibold";
  src: url("./fonts/OpenSans-Semibold.woff2") format("woff2"), url("./fonts/OpenSans-Semibold.woff") format("woff");
}

@font-face {
  font-family: "OpenSans-SemiboldItalic";
  src: url("./fonts/OpenSans-SemiboldItalic.woff2") format("woff2"), url("./fonts/OpenSans-SemiboldItalic.woff") format("woff");
}

.page-header {
  background-image: url("./img/cloud/cloud-header.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100vw;
  height: 725px;
}

.page-header .page-header-container {
  margin-right: auto;
  margin-left: auto;
  height: 725px;
  width: 1270px;
}

.page-header .page-header-container .page-header-container-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-family: "OpenSans-Bold";
  background-color: rgba(0, 0, 0, 0.25);
  padding: 30px 15px;
  height: 92%;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 36px;
  margin-bottom: 55px;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-h1 .page-header-container-title-h1-img {
  width: 45px;
  margin-right: 15px;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-h2 {
  font-size: 30px;
  font-family: "OpenSans-Bold";
  width: 580px;
  color: #fff;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-h3 {
  font-size: 38px;
  margin-top: 50px;
  margin-bottom: 30px;
  font-family: "OpenSans-Bold";
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-p {
  font-size: 17px;
  color: #fff;
  font-family: "OpenSans-Light";
  text-align: justify;
  line-height: 22px;
  margin: 0px;
  width: 580px;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-sousp {
  font-size: 16px;
  font-family: "OpenSans-Light";
  color: #fff;
  text-align: justify;
  line-height: 22px;
  margin: 20px 0px;
  width: 580px;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-italic {
  font-size: 14px;
  color: #fff;
  font-family: "OpenSans-Italic";
  text-align: justify;
  line-height: 16px;
  margin: 0px;
  width: 580px;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-button {
  background-color: #78aacb;
  padding: 12px 25px;
  border: none;
  font-size: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 110px 0px 0px 90px;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-button a {
  color: white;
  font-family: "OpenSans-Light";
  text-decoration: none;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-button img {
  height: 20px;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-button .page-header-container-title-button-icon {
  height: 20px;
  margin-left: 20px;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-link {
  font-size: 20px;
  font-family: "OpenSans-Light";
  text-align: justify;
  line-height: 22px;
  margin: 20px 0px 0px 0px;
  text-decoration: none;
  font-weight: bold;
  width: 545px;
}

@media screen and (max-width: 1199px) {
  .mobile-solution #menu-menu-principal {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
    -ms-flex-line-pack: center !important;
        align-content: center !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .mobile-solution #menu-menu-principal .menu-item-has-children {
    background-color: #fff !important;
    z-index: 1001;
  }
  .mobile-solution #menu-menu-principal .menu-item-has-children a {
    color: #284177 !important;
  }
  #menu-menu-principal > li.espace_client a.dropdown-toggle::before {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  #menu-menu-principal > li.espace_client a::after {
    display: none;
  }
  #menu-menu-principal > li.espace_client ul {
    visibility: hidden;
    opacity: 0;
  }
  #menu-menu-principal > li.espace_client ul li {
    visibility: hidden;
  }
  #menu-menu-principal > li.espace_client ul.show {
    position: initial !important;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
    height: 200px !important;
    visibility: visible !important;
    opacity: 1;
  }
  #menu-menu-principal > li.espace_client ul.show li {
    height: 33% !important;
    background-color: #1b1b23 !important;
    visibility: visible;
    opacity: 1 !important;
    -webkit-transform: translate(0px, 0px) !important;
            transform: translate(0px, 0px) !important;
  }
  #menu-menu-principal > li.espace_client ul.show li a {
    text-align: center !important;
  }
  #menu-menu-principal > li.espace_client ul.show li a .img_sub {
    display: none !important;
  }
  #menu-menu-principal > li.espace_client ul.show li a span[itemprop="name"],
  #menu-menu-principal > li.espace_client ul.show li a .picto_sub {
    position: initial;
  }
  #menu-menu-principal .nos_solutions ul {
    background-color: #2a437c;
  }
  #menu-menu-principal .nos_solutions ul.show {
    position: inherit;
    background-color: #2a437c;
    height: 350px;
    visibility: visible !important;
  }
  #menu-menu-principal .nos_solutions ul.show:nth-child(1) {
    background-color: #78aacb !important;
  }
  #menu-menu-principal .nos_solutions ul.show li {
    height: 15.666% !important;
    background-color: #2a437c !important;
    z-index: 100;
    margin: 2px 0;
    opacity: 1 !important;
    -webkit-transform: translate(0px, 0px) !important;
            transform: translate(0px, 0px) !important;
  }
  #menu-menu-principal .nos_solutions ul.show li a {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    -ms-flex-line-pack: center !important;
        align-content: center !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    opacity: 1 !important;
  }
  #menu-menu-principal .nos_solutions ul.show li a span {
    position: relative !important;
    display: contents;
  }
  #menu-menu-principal .nos_solutions ul.show li a .img_sub {
    display: none !important;
  }
  #menu-menu-principal .nos_solutions ul.show li a .picto_sub img {
    margin-right: 20px !important;
  }
  #menu-menu-principal .nos_solutions ul.show li a .sub {
    display: none !important;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
  }
  #menu-menu-principal .nos_solutions ul.show li:nth-child(1) {
    background-color: #78aacb !important;
  }
  #menu-menu-principal .nos_solutions ul.show li:nth-child(2) {
    background-color: #88b163 !important;
  }
  #menu-menu-principal .nos_solutions ul.show li:nth-child(3) {
    background-color: #fea851 !important;
  }
  #menu-menu-principal .nos_solutions ul.show li:nth-child(4) {
    background-color: #cd6683 !important;
  }
  .mobile-solution #menu-menu-principal .nos_solutions ul {
    -webkit-transform: translateX(0vw);
            transform: translateX(0vw);
  }
  .mobile-solution .menu-item.espace_client {
    z-index: 10 !important;
  }
  #menu-menu-principal {
    width: 100vw !important;
  }
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 99999;
  height: 118px;
  width: 100vw;
  padding: 0 !important;
  background-color: #fff !important;
}

.header .header-logo {
  width: 140px;
  height: 100%;
  position: relative;
  margin-left: 30px;
}

.header .header-logo .custom-logo-link {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.header .header-logo .custom-logo-link img {
  width: 100%;
  max-width: 250px;
  height: auto;
  margin-top: 40px;
}

.header .header-logo a {
  width: 100%;
  height: 100%;
}

.header .header-logo a span {
  margin-top: 42px;
  padding-left: 15px;
}

.header .header-logo a span img {
  width: 100%;
  height: auto;
}

.header .header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: absolute;
  top: 0 !important;
  right: 0 !important;
}

.header .header-container .header-block .header-block-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 118px;
  margin-bottom: 0 !important;
}

.header .header-container .header-block .header-block-nav li.menu-item-has-children:hover ul {
  visibility: visible;
  height: 432px;
}

.header .header-container .header-block .header-block-nav li.menu-item-has-children:hover ul li {
  visibility: visible;
}

.header .header-container .header-block .header-block-nav li.espace_client a::after {
  -webkit-transform: translate(45px, 34px);
          transform: translate(45px, 34px);
}

.header .header-container .header-block .header-block-nav li.espace_client ul {
  background-color: #1b1b23 !important;
}

.header .header-container .header-block .header-block-nav li.espace_client ul li {
  width: 33.3% !important;
}

.header .header-container .header-block .header-block-nav .menu-item:nth-last-child(1),
.header .header-container .header-block .header-block-nav .menu-item:nth-last-child(2),
.header .header-container .header-block .header-block-nav .menu-item.espace_client {
  background-color: #1b1b23;
  width: 144px;
  padding: 0 !important;
}

.header .header-container .header-block .header-block-nav .menu-item:nth-last-child(1) ul,
.header .header-container .header-block .header-block-nav .menu-item:nth-last-child(2) ul,
.header .header-container .header-block .header-block-nav .menu-item.espace_client ul {
  background-color: #1b1b23;
}

.header .header-container .header-block .header-block-nav .menu-item:nth-last-child(1) span[itemprop*="name"],
.header .header-container .header-block .header-block-nav .menu-item:nth-last-child(2) span[itemprop*="name"],
.header .header-container .header-block .header-block-nav .menu-item.espace_client span[itemprop*="name"] {
  font-size: 12px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.header .header-container .header-block .header-block-nav .menu-item:nth-last-child(1) .picto_sub,
.header .header-container .header-block .header-block-nav .menu-item:nth-last-child(2) .picto_sub,
.header .header-container .header-block .header-block-nav .menu-item.espace_client .picto_sub {
  width: 24px;
  height: 24px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.header .header-container .header-block .header-block-nav .menu-item:nth-last-child(1) .picto_sub img,
.header .header-container .header-block .header-block-nav .menu-item:nth-last-child(2) .picto_sub img,
.header .header-container .header-block .header-block-nav .menu-item.espace_client .picto_sub img {
  width: 24px;
  height: 24px;
}

.header .header-container .header-block .header-block-nav .menu-item:nth-last-child(1) a,
.header .header-container .header-block .header-block-nav .menu-item:nth-last-child(2) a,
.header .header-container .header-block .header-block-nav .menu-item.espace_client a {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "OpenSans-Regular";
  color: #fff;
  text-transform: none;
  font-weight: normal;
  margin-top: 30px !important;
}

.header .header-container .header-block .header-block-nav .menu-item.espace_client .picto_sub {
  height: 20px;
}

.header .header-container .header-block .header-block-nav .menu-item.espace_client .picto_sub img {
  height: 20px;
}

.header .header-container .header-block .header-block-nav .cloud:hover a {
  background-color: #78aacb !important;
}

.header .header-container .header-block .header-block-nav .gestion:hover a {
  background-color: #88b163 !important;
}

.header .header-container .header-block .header-block-nav .infrastructure:hover a {
  background-color: #fea851 !important;
}

.header .header-container .header-block .header-block-nav .developpement:hover a {
  background-color: #cd6683 !important;
}

.header .header-container .header-block .header-block-nav .securite:hover a {
  background-color: #284177 !important;
}

.header .header-container .header-block .header-block-nav .conseil:hover a {
  background-color: #284177 !important;
}

.header .header-container .header-block .header-block-nav .menu-item {
  list-style: none;
  height: 100%;
  position: initial;
  z-index: 1000;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  padding: 0px 33px;
}

.header .header-container .header-block .header-block-nav .menu-item a {
  margin-top: 42px;
  text-transform: uppercase;
  color: #2a437c;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  font-size: 14px;
  font-family: "OpenSans-Bold";
}

.header .header-container .header-block .header-block-nav .menu-item .dropdown-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #005fa1;
  overflow: hidden;
  position: fixed;
  padding: 0;
  width: 100%;
  height: 0px;
  top: 117px;
  left: 0;
  right: 0;
  visibility: hidden;
  -webkit-transition: all 0s ease .0s;
  transition: all 0s ease .0s;
}

.header .header-container .header-block .header-block-nav .menu-item .dropdown-menu .dropdown-item {
  opacity: 0.3;
}

.header .header-container .header-block .header-block-nav .menu-item .dropdown-menu .dropdown-item:focus {
  background-color: #005fa1;
}

.header .header-container .header-block .header-block-nav .menu-item .dropdown-menu .dropdown-item:hover {
  background-color: #005fa1;
  opacity: 1;
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
}

.header .header-container .header-block .header-block-nav .menu-item .dropdown-menu .dropdown-item:hover .img_sub img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.header .header-container .header-block .header-block-nav .menu-item .dropdown-menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding: 0;
  margin-top: 0px !important;
  position: relative;
}

.header .header-container .header-block .header-block-nav .menu-item .dropdown-menu a .img_sub {
  position: absolute;
  top: 0;
  left: 0px !important;
  height: 53%;
  width: 100%;
  overflow: hidden;
}

.header .header-container .header-block .header-block-nav .menu-item .dropdown-menu a .img_sub img {
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  height: 100%;
  width: 100%;
}

.header .header-container .header-block .header-block-nav .menu-item .dropdown-menu a .picto_sub {
  position: absolute;
  height: 40px;
  width: 100%;
  bottom: 33px;
  left: 0;
  text-align: center;
}

.header .header-container .header-block .header-block-nav .menu-item .dropdown-menu a .picto_sub img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  max-width: 40px;
  width: 100%;
}

.header .header-container .header-block .header-block-nav .menu-item .dropdown-menu a .sub {
  position: absolute;
  top: 69%;
  left: 0;
  width: 100%;
  padding: 0% 15%;
  font-family: "OpenSans-Regular";
  font-size: 14px;
  line-height: 16px;
  text-transform: none !important;
  white-space: normal;
  text-align: center;
  color: #fff;
}

.header .header-container .header-block .header-block-nav .menu-item .dropdown-menu a span[itemprop*="name"] {
  position: absolute;
  width: 100%;
  left: 0;
  text-align: center;
  top: 57%;
  color: #fff;
  font-size: 27.44px;
  font-family: "OpenSans-Bold";
  text-transform: none !important;
}

.header .header-container .header-block .header-block-nav .menu-item .dropdown-menu .menu-item {
  background-color: #005fa1;
  height: 100%;
  opacity: 0;
  padding: 0;
  -webkit-transition: all .35s ease 0s;
  transition: all .35s ease 0s;
  -webkit-transform: translate(80px, 0px);
          transform: translate(80px, 0px);
}

.header .header-container .header-block .header-block-nav .menu-item .dropdown-menu .menu-item .header-block-nav-item-menu-item-bottom {
  width: 100%;
  height: 46.3%;
}

.header .header-container .header-block .header-block-nav .menu-item .dropdown-menu .menu-item .header-block-nav-item-menu-item-bottom .header-block-nav-item-menu-item-bottom-icon {
  width: 50px;
  height: 50px;
  background-color: #02071d;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: translate(0px, 80px);
          transform: translate(0px, 80px);
  visibility: hidden;
}

.header .header-container .header-block .header-block-nav .menu-item .dropdown-menu .menu-item .header-block-nav-item-menu-item-bottom .header-block-nav-item-menu-item-bottom-titre {
  -webkit-transform: translate(0px, 25px);
          transform: translate(0px, 25px);
  text-align: center;
  visibility: hidden;
}

.header .header-container .header-block .header-block-nav .menu-item .dropdown-menu .menu-item .header-block-nav-item-menu-item-bottom .header-block-nav-item-menu-item-bottom-description {
  -webkit-transform: translate(0px, 50px);
          transform: translate(0px, 50px);
  text-align: center;
  visibility: hidden;
}

.header .header-container .header-block .header-block-nav .menu-item .dropdown-menu .menu-item .header-block-nav-item-menu-item-top {
  width: 100%;
  height: 53.7%;
}

.header .header-container .header-block .header-block-nav .menu-item:hover .dropdown-menu {
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  visibility: visible;
}

.header .header-container .header-block .header-block-nav .menu-item:hover .menu-item {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  -webkit-transition: all .3s ease .25s;
  transition: all .3s ease .25s;
}

.header .header-container .header-block .header-block-nav .menu-item:hover .header-block-nav-item-menu-item-bottom .header-block-nav-item-menu-item-bottom-icon {
  visibility: visible !important;
}

.header .header-container .header-block .header-block-nav .menu-item:hover .header-block-nav-item-menu-item-bottom .header-block-nav-item-menu-item-bottom-titre {
  visibility: visible !important;
}

.header .header-container .header-block .header-block-nav .menu-item:hover .header-block-nav-item-menu-item-bottom .header-block-nav-item-menu-item-bottom-description {
  visibility: visible !important;
}

.header .header-container .header-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 160px;
  background-color: #1b1b23;
  height: 118px;
  z-index: 500;
}

.header .header-container .header-search #search_close {
  color: #fff;
}

.header .header-container .header-search .header-search-container {
  visibility: hidden;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -ms-flex-line-pack: center !important;
      align-content: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  position: absolute;
  width: 0px;
  height: 118px;
  background-color: #005fa1;
  top: 118px;
  right: 0;
  -webkit-transition: all .5s ease .3s;
  transition: all .5s ease .3s;
}

.header .header-container .header-search .header-search-container form {
  opacity: 0;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  width: 0px;
  overflow: hidden;
}

.header .header-container .header-search .header-search-container form .form-control {
  border-radius: 0px;
  width: 0px;
  background-color: #005fa1;
  color: #fff;
  border-top: 0px;
  border-right: 0px;
  border-left: 0px;
  margin-right: 0 !important;
  border-bottom: 1px solid #fff !important;
  font-family: "OpenSans-Regular";
}

.header .header-container .header-search .header-search-container form .form-control::-webkit-input-placeholder {
  color: #fff;
  font-weight: 600;
}

.header .header-container .header-search .header-search-container form .form-control:-ms-input-placeholder {
  color: #fff;
  font-weight: 600;
}

.header .header-container .header-search .header-search-container form .form-control::-ms-input-placeholder {
  color: #fff;
  font-weight: 600;
}

.header .header-container .header-search .header-search-container form .form-control::placeholder {
  color: #fff;
  font-weight: 600;
}

.header .header-container .header-search .header-search-container form .form-control:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0) !important;
  border: none !important;
  outline: 0 !important;
  -webkit-box-shadow: 0 0 0 0.25rem #0d6dfd00 !important;
          box-shadow: 0 0 0 0.25rem #0d6dfd00 !important;
  border-bottom: 1px solid #fff !important;
}

.header .header-container .header-search .header-search-container form #searchinput {
  color: #fff;
}

.header .header-container .header-search .header-search-container form .btn {
  border-color: #fff;
  border-width: 1px;
  border-left: 0;
  color: #fff;
  border-radius: 0px;
  font-family: "OpenSans-Regular";
  font-weight: 600;
  width: 0px;
}

.header .header-container .header-search .header-search-container form .btn:hover,
.header .header-container .header-search .header-search-container form .btn:focus {
  background-color: #2a437c;
}

.header .header-container .header-search:hover .header-search-container {
  visibility: visible;
  position: absolute;
  width: 592px;
  height: 118px;
  background-color: #005fa1;
  top: 118px;
  right: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.header .header-container .header-search:hover .header-search-container form {
  opacity: 1;
  -webkit-transition: all .3s ease .5s;
  transition: all .3s ease .5s;
  width: auto;
}

.header .header-container .header-search:hover .header-search-container form input {
  width: 380px;
}

.header .header-container .header-search:hover .header-search-container form input:hover {
  background-color: #014474;
}

.header .header-container .header-search:hover .header-search-container form .btn {
  width: auto !important;
}

.header .header-form-close {
  opacity: 1;
}

.header .header-form-close:hover {
  cursor: pointer !important;
}

.header .header-form-close {
  position: fixed;
  top: 150px;
  right: 60px;
  width: 30px;
  height: 30px;
  opacity: 0;
  z-index: 450;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
}

.header .header-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  z-index: 400;
  width: 115px;
  height: 175px;
  background-color: #2a437c;
  top: 118px;
  right: 0;
  padding: 50px;
  -webkit-box-shadow: -5px 0px 50px rgba(0, 0, 0, 0.2);
          box-shadow: -5px 0px 50px rgba(0, 0, 0, 0.2);
  -webkit-transition: height .35s ease .25s, width .35s ease .25s;
  transition: height .35s ease .25s, width .35s ease .25s;
}

.header .header-form:hover {
  cursor: pointer;
}

.header .header-form .header-form-icon {
  width: 70px;
  opacity: 1;
  height: 70px;
  -webkit-transition: opacity .2s ease .5s, height 0s ease .5s;
  transition: opacity .2s ease .5s, height 0s ease .5s;
}

.header .header-form .header-form-text {
  text-align: center;
  color: #fff;
  font-family: "OpenSans-Extrabold";
  line-height: 18px;
  font-size: 16px;
  margin-top: 5px;
  opacity: 1;
  height: 54px;
  -webkit-transition: opacity .2s ease .5s, height 0s ease .5s;
  transition: opacity .2s ease .5s, height 0s ease .5s;
}

.header .header-form .header-form-text .header-form-text-span {
  font-family: "OpenSans-Regular";
}

.header .header-form .header-form-content {
  width: 0%;
  height: 0%;
  opacity: 0;
  overflow: hidden;
  position: relative;
  -webkit-transition: opacity .5s ease .5s, height .5s ease .5s, width .5s ease .5s;
  transition: opacity .5s ease .5s, height .5s ease .5s, width .5s ease .5s;
}

.header .header-form .header-form-content .header-form-content-titre {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .header-form .header-form-content .header-form-content-titre .header-form-content-titre-icon {
  opacity: 0;
  height: 70px;
  width: 70px;
  -webkit-transition: opacity .2s ease 0s;
  transition: opacity .2s ease 0s;
}

.header .header-form .header-form-content .header-form-content-titre .header-form-content-titre-text {
  color: #fff;
  font-family: "OpenSans-Bold";
  font-size: 30px;
  margin-left: 20px;
  opacity: 0;
  -webkit-transition: opacity .2s ease 0s;
  transition: opacity .2s ease 0s;
}

.header .header-form .header-form-content .header-form-content-titre .header-form-content-titre-text .header-form-content-titre-text-span {
  font-size: 40px;
  font-family: "OpenSans-Extrabold";
}

.header .header-form .header-form-content .gfield_validation_message {
  font-size: 16px;
  font-family: "OpenSans-Regular";
  line-height: 22px;
  padding: 0 !important;
  color: #6a1616;
}

.header .header-form .header-form-content form {
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.header .header-form .header-form-content form select,
.header .header-form .header-form-content form input {
  border: none !important;
  font-weight: bold !important;
  color: #284177;
}

.header .header-form .header-form-content form select::-webkit-input-placeholder,
.header .header-form .header-form-content form input::-webkit-input-placeholder {
  color: #284177;
  font-weight: normal !important;
}

.header .header-form .header-form-content form select:-ms-input-placeholder,
.header .header-form .header-form-content form input:-ms-input-placeholder {
  color: #284177;
  font-weight: normal !important;
}

.header .header-form .header-form-content form select::-ms-input-placeholder,
.header .header-form .header-form-content form input::-ms-input-placeholder {
  color: #284177;
  font-weight: normal !important;
}

.header .header-form .header-form-content form select::placeholder,
.header .header-form .header-form-content form input::placeholder {
  color: #284177;
  font-weight: normal !important;
}

.header .header-form .header-form-content form .gform_body {
  width: 100% !important;
  height: 70%;
  position: relative;
}

.header .header-form .header-form-content form .gform_body .gform_fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 100%;
  width: 95%;
}

.header .header-form .header-form-content form .gform_body .gform_fields li:nth-of-type(1) {
  width: 45% !important;
}

.header .header-form .header-form-content form .gform_body .gform_fields li:nth-of-type(2) {
  width: 45% !important;
}

.header .header-form .header-form-content form .gform_body .gform_fields li:nth-of-type(3) {
  width: 45% !important;
}

.header .header-form .header-form-content form .gform_body .gform_fields li:nth-of-type(4) {
  width: 45% !important;
}

.header .header-form .header-form-content form .gform_body .gform_fields li:nth-of-type(5) {
  width: 45% !important;
}

.header .header-form .header-form-content form .gform_body .gform_fields li:nth-of-type(7) {
  width: 45% !important;
}

.header .header-form .header-form-content form .gform_body .gform_fields li:nth-of-type(12) {
  width: 100% !important;
}

.header .header-form .header-form-content form .gform_body .gform_fields li:nth-of-type(13) {
  width: 100% !important;
}

.header .header-form .header-form-content form .gform_body .gform_fields li:nth-of-type(14) {
  width: 100% !important;
}

.header .header-form .header-form-content form .gform_body .gform_fields li:nth-of-type(15) {
  width: 100% !important;
}

.header .header-form .header-form-content form .gform_body .gfield_label {
  display: none;
}

.header .header-form .header-form-content form .gform_body .gfield_label_before_complex {
  color: #fff;
  font-size: 16px;
  font-family: "OpenSans-Regular";
  line-height: 22px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  margin-bottom: 15px !important;
}

.header .header-form .header-form-content form .gform_body label {
  color: #fff;
  font-size: 16px;
  font-family: "OpenSans-Regular";
  line-height: 22px;
}

.header .header-form .header-form-content form .gform_body .gform_footer {
  height: 10%;
}

.header .header-form .header-form-content form .gform_body .gfield_checkbox li {
  color: #fff;
  font-size: 16px;
  font-family: "OpenSans-Regular";
  line-height: 22px;
}

.header .header-form .header-form-content form .gform_body li.gfield {
  margin-top: 30px !important;
}

.header .header-form .header-form-content form .gform_body .name_first label {
  display: none;
}

.header .header-form .header-form-content form .gform_body .name_last label {
  display: none;
}

.header .header-form .header-form-content form .gform_button {
  color: #284177;
  text-transform: uppercase;
  border-radius: 0px !important;
  background-color: white;
  padding: 10px 30px;
  border: none;
  outline: none;
}

.header .header-form .header-form-content .header-form-content-horizontal {
  height: 500px;
  overflow-x: auto;
  /* width */
  /* Handle */
  /* Handle on hover */
}

.header .header-form .header-form-content .header-form-content-horizontal::-webkit-scrollbar {
  width: 10px !important;
}

.header .header-form .header-form-content .header-form-content-horizontal::-webkit-scrollbar-track {
  background-color: #284177;
  border-radius: 10px;
}

.header .header-form .header-form-content .header-form-content-horizontal::-webkit-scrollbar-thumb {
  background-color: white !important;
  border-radius: 5px !important;
}

.header .header-form .header-form-content .header-form-content-horizontal::-webkit-scrollbar-thumb:hover {
  background-color: #ffffff !important;
}

.header .header-form.activation {
  height: 725px;
  width: 1110px;
}

.header .header-form.activation .header-form-icon {
  opacity: 0;
  height: 0;
  -webkit-transition: opacity .2s ease .1s, height 0s ease .5s;
  transition: opacity .2s ease .1s, height 0s ease .5s;
}

.header .header-form.activation .header-form-text {
  opacity: 0;
  height: 0;
  -webkit-transition: opacity .2s ease .1s, height 0s ease .5s;
  transition: opacity .2s ease .1s, height 0s ease .5s;
}

.header .header-form.activation .header-form-content {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity .5s ease .5s;
  transition: opacity .5s ease .5s;
}

.header .header-form.activation .header-form-content .header-form-content-titre .header-form-content-titre-icon {
  opacity: 1;
  -webkit-transition: opacity .2s ease .5s;
  transition: opacity .2s ease .5s;
}

.header .header-form.activation .header-form-content .header-form-content-titre .header-form-content-titre-text {
  opacity: 1;
  -webkit-transition: opacity .2s ease .5s;
  transition: opacity .2s ease .5s;
}

.header .header-form.activation .header-form-content form {
  opacity: 1;
  -webkit-transition: opacity .2s ease .5s;
  transition: opacity .2s ease .5s;
}

.navbar-toggler {
  position: relative !important;
  top: 0;
  right: 0px;
  z-index: 9999999;
  width: 95px !important;
  height: 95px !important;
  border: none;
  border-radius: 0 !important;
  background-color: #2a437c;
}

.navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

#navbarMenuPrincipal {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

@media screen and (max-width: 1700px) {
  .header .header-container .header-block .header-block-nav .menu-item {
    padding: 0px 15px !important;
  }
  .header .header-container .header-block .header-block-nav .menu-item .dropdown-menu .menu-item {
    padding: 0 !important;
  }
}

@media screen and (max-width: 1550px) {
  .header .header-container .header-block .header-block-nav .menu-item {
    padding: 0px 15px !important;
  }
  .header .header-container .header-block .header-block-nav .menu-item.espace_client {
    width: 100px !important;
  }
  .header .header-container .header-block .header-block-nav > .menu-item:nth-last-child(2) {
    width: 100px !important;
  }
  .header .header-container .header-block .header-block-nav > .menu-item:nth-last-child(1) {
    width: 100px !important;
  }
  .header-search {
    width: 100px !important;
  }
}

@media screen and (min-width: 1900px) {
  .header .header-logo {
    margin-left: 90px !important;
  }
}

@media screen and (max-width: 1350px) {
  .header-logo {
    margin-left: 0vw !important;
  }
  .header-block-nav {
    padding: 0 !important;
  }
  .header .header-container .header-block .header-block-nav .menu-item {
    padding: 0px 5px !important;
  }
  .header .header-container .header-block .header-block-nav .menu-item .dropdown-menu a span[itemprop*="name"] {
    font-size: 20px !important;
  }
  .header .header-container .header-block .header-block-nav .menu-item .dropdown-menu a .sub {
    font-size: 13px !important;
    width: 80% !important;
    top: 66% !important;
  }
}

@media screen and (max-width: 1199px) {
  .header-logo {
    width: 150px !important;
  }
  .dropdown-menu.show {
    z-index: 9999 !important;
  }
  .dropdown-menu.show .menu-item {
    height: 50px !important;
  }
  .header .header-container .header-block .header-block-nav .menu-item a {
    padding: 20px 0;
  }
  .custom-logo-link {
    width: auto !important;
    margin-top: 30px !important;
    width: 250px !important;
  }
  .custom-logo-link img {
    height: 50px;
    margin-left: 20px !important;
    margin-top: 28px !important;
    width: auto;
  }
}

@media screen and (max-width: 1040px) {
  .header {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
    -ms-flex-line-pack: center !important;
        align-content: center !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    height: 218px !important;
  }
  .header .header-logo {
    width: 100vw !important;
    height: 100px !important;
  }
  .header .header-logo .custom-logo-link {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    -ms-flex-line-pack: left;
        align-content: left;
    -webkit-box-align: left;
        -ms-flex-align: left;
            align-items: left;
    margin-left: 0vw;
  }
  .header .header-logo .custom-logo-link img {
    height: 50px;
    margin-left: 20px !important;
    margin-top: 28px !important;
    width: auto;
  }
  .header-form {
    top: 218px !important;
  }
}

@media (min-width: 993px) and (max-width: 1039px) {
  .header .header-container .header-search:hover .header-search-container {
    top: 218px !important;
  }
  .header .header-container .header-search .header-search-container {
    top: 218px !important;
  }
}

@media screen and (max-width: 1199px) {
  .header {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    -ms-flex-line-pack: center !important;
        align-content: center !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    position: relative !important;
    height: 95px !important;
  }
  .header .header-logo {
    margin-left: 0 !important;
    width: calc(100vw - 95px) !important;
    padding: 0px !important;
  }
  .header .header-form {
    display: none !important;
  }
  .header #navbarMenuPrincipal {
    position: absolute !important;
    left: -100% !important;
    top: 95px !important;
    width: 100vw !important;
    -webkit-transition: all .5s ease !important;
    transition: all .5s ease !important;
    opacity: 0 !important;
  }
  .header #navbarMenuPrincipal #menu-menu-principal {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    -ms-flex-line-pack: center !important;
        align-content: center !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    background-color: #2a437c;
    padding-bottom: 100px !important;
  }
  .header #navbarMenuPrincipal #menu-menu-principal .menu-item {
    width: 100% !important;
    background-color: #2a437c;
  }
  .header #navbarMenuPrincipal #menu-menu-principal .menu-item a {
    color: #fff;
  }
  .header #navbarMenuPrincipal #menu-menu-principal .menu-item:nth-last-child(1), .header #navbarMenuPrincipal #menu-menu-principal .menu-item:nth-last-child(2), .header #navbarMenuPrincipal #menu-menu-principal .menu-item.espace_client {
    background-color: #1b1b23;
    border-bottom: solid 1px #1b1b23;
  }
  .header #navbarMenuPrincipal #menu-menu-principal .menu-item:nth-last-child(1) a, .header #navbarMenuPrincipal #menu-menu-principal .menu-item:nth-last-child(2) a, .header #navbarMenuPrincipal #menu-menu-principal .menu-item.espace_client a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header #navbarMenuPrincipal #menu-menu-principal .menu-item:nth-last-child(1) a span[itemprop*="name"], .header #navbarMenuPrincipal #menu-menu-principal .menu-item:nth-last-child(2) a span[itemprop*="name"], .header #navbarMenuPrincipal #menu-menu-principal .menu-item.espace_client a span[itemprop*="name"] {
    margin-left: 10px;
  }
  .header #navbarMenuPrincipal.show {
    left: 0% !important;
    opacity: 1 !important;
    z-index: 99 !important;
    overflow: scroll !important;
    height: calc(100vh - 100px) !important;
    display: contents;
  }
  .header #navbarMenuPrincipal.show .header-block-nav {
    width: 100vw;
  }
  .header #navbarMenuPrincipal.show .header-block-nav span[itemprop*="name"] {
    font-size: 22px !important;
  }
  .header #navbarMenuPrincipal.show .header-block-nav .picto_sub {
    width: 40px !important;
    height: 40px !important;
    margin-right: 20px !important;
  }
  .header #navbarMenuPrincipal.show .header-block-nav .picto_sub img {
    width: 40px !important;
    height: 40px !important;
  }
  body:not(.menu-show) .header-search {
    display: none !important;
  }
  body.menu-show #header {
    background-color: #2a437c !important;
  }
  body.menu-show #header .navbar-toggler,
  body.menu-show #header .navbar-toggler:focus {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  body.menu-show .header-container .header-search {
    position: absolute !important;
    height: 95px !important;
    top: 0;
    left: 0;
    background-color: #2a437c !important;
  }
  body.menu-show .header-container .header-search:hover .header-search-container {
    top: 95px !important;
    left: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 20px;
    z-index: 100;
  }
  body.menu-show .header-container .header-search:hover .header-search-container form {
    position: relative;
    padding: 20px 30px 0 20px;
  }
  body.menu-show .header-container .header-search:hover .header-search-container form #search_close {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    position: absolute;
    top: 0px;
    right: 10px;
    color: #fff;
  }
}

.gform_validation_errors {
  border: none !important;
}

.gform_validation_errors h2 {
  font-size: 16px;
  font-family: "OpenSans-Regular";
  line-height: 22px;
  color: #6a1616 !important;
}

.gfield_error {
  border: 1px solid white !important;
  background: transparent !important;
  padding: 10px !important;
}

.gform_confirmation_message {
  font-family: "OpenSans-Semibold";
  font-size: 22px;
  color: #88b163;
  margin: 20px;
  text-align: center;
}

.header-search:hover .header-search-container #search_close {
  position: absolute;
  top: 10px;
  right: 40px;
}

@media screen and (max-width: 592px) {
  .header-search:hover .header-search-container input {
    width: 145px !important;
  }
}

@media screen and (max-width: 375px) {
  .custom-logo-link {
    margin: 0 !important;
  }
  .custom-logo-link img {
    width: 100% !important;
    height: auto !important;
  }
}

@media screen and (max-width: 1199px) {
  .header-block-nav {
    height: 100% !important;
  }
  .header-block-nav .menu-item a {
    text-align: center !important;
  }
  .dropdown-menu {
    display: none !important;
  }
  .dropdown-menu.show {
    z-index: 9999 !important;
    display: contents !important;
  }
  .dropdown-menu.show .cloud {
    background-color: #78aacb !important;
  }
  .dropdown-menu.show .gestion {
    background-color: #88b163 !important;
  }
  .dropdown-menu.show .infrastructure {
    background-color: #fea851 !important;
  }
  .dropdown-menu.show .developpement {
    background-color: #cd6683 !important;
  }
  .dropdown-menu.show .securite {
    background-color: #284177 !important;
  }
  .dropdown-menu.show .conseil {
    background-color: #284177 !important;
  }
  .dropdown-menu.show li {
    height: 50px !important;
    border: none !important;
    background-color: #2a437c !important;
  }
  .dropdown-menu.show li a {
    opacity: 1 !important;
  }
  .dropdown-menu.show li a .img_sub {
    display: none !important;
  }
  .dropdown-menu.show li a .sub {
    display: none !important;
  }
  .dropdown-menu.show li a .picto_sub {
    display: none !important;
  }
  .dropdown-menu.show li a span[itemprop="name"] {
    top: 0% !important;
    opacity: 1 !important;
  }
}

.page-header {
  background-image: url("./img/cloud/cloud-header.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100vw;
  height: 725px;
}

.page-header .page-header-container {
  margin-right: auto;
  margin-left: auto;
  height: 725px;
  width: 1270px;
}

.page-header .page-header-container .page-header-container-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-family: "OpenSans-Bold";
  background-color: rgba(0, 0, 0, 0.25);
  padding: 30px 15px;
  height: 92%;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 36px;
  margin-bottom: 55px;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-h1 .page-header-container-title-h1-img {
  width: 45px;
  margin-right: 15px;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-h2 {
  font-size: 30px;
  font-family: "OpenSans-Bold";
  width: 580px;
  color: #fff;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-h3 {
  font-size: 38px;
  margin-top: 50px;
  margin-bottom: 30px;
  font-family: "OpenSans-Bold";
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-p {
  font-size: 17px;
  color: #fff;
  font-family: "OpenSans-Light";
  text-align: justify;
  line-height: 22px;
  margin: 0px;
  width: 580px;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-sousp {
  font-size: 16px;
  font-family: "OpenSans-Light";
  color: #fff;
  text-align: justify;
  line-height: 22px;
  margin: 20px 0px;
  width: 580px;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-italic {
  font-size: 14px;
  color: #fff;
  font-family: "OpenSans-Italic";
  text-align: justify;
  line-height: 16px;
  margin: 0px;
  width: 580px;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-button {
  background-color: #78aacb;
  padding: 12px 25px;
  border: none;
  font-size: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 110px 0px 0px 90px;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-button a {
  color: white;
  font-family: "OpenSans-Light";
  text-decoration: none;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-button img {
  height: 20px;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-button .page-header-container-title-button-icon {
  height: 20px;
  margin-left: 20px;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-link {
  font-size: 20px;
  font-family: "OpenSans-Light";
  text-align: justify;
  line-height: 22px;
  margin: 20px 0px 0px 0px;
  text-decoration: none;
  font-weight: bold;
  width: 545px;
}

#ariane {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  background-color: rgba(0, 0, 0, 0.25);
}

#ariane ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
}

#ariane ul li {
  list-style: none;
  text-transform: uppercase;
  font-family: "OpenSans-Regular";
  font-size: 14px;
  color: #fff;
}

#ariane ul li:last-child {
  color: #fff;
  font-weight: bold;
}

#ariane ul li a {
  text-decoration: none;
  color: #fff;
}

#ariane .ariane-span {
  margin-right: 10px;
  margin-left: 10px;
}

/*
.cloud {
    #ariane ul li:last-child {
        color: $bleu-cloud;
        font-weight: bold;
    }
}

.cloud {
    #ariane ul li:last-child {
        color: $bleu-cloud;
        font-weight: bold;
    }
}


.gestion {
    #ariane ul li:last-child {
        color: $vert-gestion;
        font-weight: bold;
    }
}

.infrastructure {
    #ariane ul li:last-child {
        color: $orange-infrastructure;
        font-weight: bold;
    }
}

.developpement {
    #ariane ul li:last-child {
        color: $rose-developpement;
        font-weight: bold;
    }
}

.page-template-tpl_solution {
    #ariane ul li:last-child {
        color: $bleu-primaire !important;
        font-weight: bold;

        span {
            color: $bleu-primaire !important;
        }
    }
}


#ariane ul li:last-child {
    color: $bleu-primaire;
    font-weight: bold;

    a {
        color: $bleu-primaire;
    }

    span {
        color: $bleu-primaire;
    }
}
*/
.page-header {
  background-image: url("./img/cloud/cloud-header.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100vw;
  height: 725px;
}

.page-header .page-header-container {
  margin-right: auto;
  margin-left: auto;
  height: 725px;
  width: 1270px;
}

.page-header .page-header-container .page-header-container-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-family: "OpenSans-Bold";
  background-color: rgba(0, 0, 0, 0.25);
  padding: 30px 15px;
  height: 92%;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 36px;
  margin-bottom: 55px;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-h1 .page-header-container-title-h1-img {
  width: 45px;
  margin-right: 15px;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-h2 {
  font-size: 30px;
  font-family: "OpenSans-Bold";
  width: 580px;
  color: #fff;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-h3 {
  font-size: 38px;
  margin-top: 50px;
  margin-bottom: 30px;
  font-family: "OpenSans-Bold";
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-p {
  font-size: 17px;
  color: #fff;
  font-family: "OpenSans-Light";
  text-align: justify;
  line-height: 22px;
  margin: 0px;
  width: 580px;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-sousp {
  font-size: 16px;
  font-family: "OpenSans-Light";
  color: #fff;
  text-align: justify;
  line-height: 22px;
  margin: 20px 0px;
  width: 580px;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-italic {
  font-size: 14px;
  color: #fff;
  font-family: "OpenSans-Italic";
  text-align: justify;
  line-height: 16px;
  margin: 0px;
  width: 580px;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-button {
  background-color: #78aacb;
  padding: 12px 25px;
  border: none;
  font-size: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 110px 0px 0px 90px;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-button a {
  color: white;
  font-family: "OpenSans-Light";
  text-decoration: none;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-button img {
  height: 20px;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-button .page-header-container-title-button-icon {
  height: 20px;
  margin-left: 20px;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-link {
  font-size: 20px;
  font-family: "OpenSans-Light";
  text-align: justify;
  line-height: 22px;
  margin: 20px 0px 0px 0px;
  text-decoration: none;
  font-weight: bold;
  width: 545px;
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 0;
  background: #02071d;
  height: 450px;
  width: 100vw;
}

.footer .footer-container:nth-child(1) {
  width: 21vw;
  height: 100%;
}

.footer .footer-container:nth-child(1) img {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 115%;
}

.footer .footer-container:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 18.2vw;
  height: 100%;
}

.footer .footer-container:nth-child(2) .widget_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.footer .footer-container:nth-child(2) .footer-container-top {
  width: 100%;
}

.footer .footer-container:nth-child(2) .footer-container-top .footer-container-top-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 150px;
  width: 100%;
}

.footer .footer-container:nth-child(2) .footer-container-top .footer-container-top-logo a {
  width: 100% !important;
}

.footer .footer-container:nth-child(2) .footer-container-top .footer-container-top-logo a img {
  width: 250px;
  height: auto;
}

.footer .footer-container:nth-child(2) .footer-container-top .footer-container-top-description {
  height: 90px;
}

.footer .footer-container:nth-child(2) .footer-container-top .footer-container-top-description .footer-container-top-description-paragraphe {
  margin-top: 0;
}

.footer .footer-container:nth-child(2) .footer-container-top .footer-container-top-description .footer-container-top-description-paragraphe a {
  text-decoration: none;
  font-weight: 600;
  font-family: "OpenSans-Regular";
  font-size: 17px;
  color: #0360a3;
}

.footer .footer-container:nth-child(2) .footer-container-top .footer-container-top-description .footer-container-top-description-paragraphe a .footer-container-top-description-paragraphe-icon {
  margin-right: 5px;
}

.footer .footer-container:nth-child(2) .footer-container-top .footer-container-top-description .footer-container-top-description-paragraphe a .footer-container-top-description-paragraphe-span {
  font-family: "OpenSans-Bold";
  font-size: 23px;
}

.footer .footer-container:nth-child(2) .footer-container-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  height: 80px;
  width: 100%;
}

.footer .footer-container:nth-child(2) .footer-container-bottom p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer .footer-container:nth-child(2) .footer-container-bottom .footer-container-bottom-paragraphe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-family: "OpenSans-Regular";
  margin-bottom: 0;
}

.footer .footer-container:nth-child(2) .footer-container-bottom img {
  -webkit-filter: invert(1);
          filter: invert(1);
  width: 25px;
  height: 25px;
  margin: 0px 10px;
}

.footer .footer-container:nth-child(2) .footer-container-bottom a {
  color: #fff;
  padding: 0 10px;
}

.footer .footer-container:nth-child(2) .footer-container-bottom a i.fas {
  color: #fff;
}

.footer .footer-container:nth-child(3) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 25.8vw;
  height: 100%;
}

.footer .footer-container:nth-child(3) .footer-container-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.footer .footer-container:nth-child(3) .footer-container-box .footer-container-box-list {
  width: 50%;
  height: 295px;
}

.footer .footer-container:nth-child(3) .footer-container-box .footer-container-box-list .menu-item {
  margin-bottom: 4px;
}

.footer .footer-container:nth-child(3) .footer-container-box .footer-container-box-list .menu-left {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-container:nth-child(3) .footer-container-box .footer-container-box-list .menu-left a {
  color: #fff;
  font-family: "OpenSans-Light";
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.footer .footer-container:nth-child(3) .footer-container-box .footer-container-box-list .menu-left a:hover {
  color: #3696da;
}

.footer .footer-container:nth-child(3) .footer-container-box .footer-container-box-list .menu-left li.cloud a:hover {
  color: #78aacb;
}

.footer .footer-container:nth-child(3) .footer-container-box .footer-container-box-list .menu-left li.infrastructure a:hover {
  color: #fea851;
}

.footer .footer-container:nth-child(3) .footer-container-box .footer-container-box-list .menu-left li.gestion a:hover {
  color: #88b163;
}

.footer .footer-container:nth-child(3) .footer-container-box .footer-container-box-list .menu-left li.internet a:hover {
  color: #cd6683;
}

.footer .footer-container:nth-child(3) .footer-container-box .footer-container-box-list .menu-left li.conseil a:hover,
.footer .footer-container:nth-child(3) .footer-container-box .footer-container-box-list .menu-left li.securite a:hover {
  color: #207ab7;
}

.footer .footer-container:nth-child(3) .footer-container-box .footer-container-box-list .menu-right {
  list-style: none;
  padding: 0px 0px 0px 10px;
  margin: 73px 0px 30px 0px;
}

.footer .footer-container:nth-child(3) .footer-container-box .footer-container-box-list .menu-right li {
  margin-bottom: 16px;
}

.footer .footer-container:nth-child(3) .footer-container-box .footer-container-box-list .menu-right a {
  color: #fff;
  font-family: "OpenSans-Bold";
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.footer .footer-container:nth-child(3) .footer-container-box .footer-container-box-list .menu-right a:hover {
  color: #3696da;
}

.footer .footer-container:nth-child(3) .footer-container-box .footer-container-box-list .footer-container-box-list-titre {
  margin: 75px 0px 30px 0px;
  font-family: "OpenSans-Bold";
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
}

.footer .footer-container:nth-child(3) .footer-container-box .footer-container-box-bouton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
  width: 400px;
  height: 65px;
  background: #005fa1;
  text-transform: uppercase;
  font-family: "OpenSans-Bold";
  color: #fff;
  padding: 20px;
  font-size: 14px;
  text-decoration: none;
  margin-bottom: 20px;
}

.footer .footer-container:nth-child(3) .footer-container-box .footer-container-box-bouton img {
  margin-left: 30px;
}

.footer .footer-container .footer-container-texte {
  color: #fff;
  font-size: 12px;
}

.footer .footer-container .footer-container-texte a {
  color: #fff !important;
  font-size: 12px !important;
  text-decoration: none !important;
}

.footer .footer-container:nth-child(4) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: #0360a3;
  background-image: url(./img/Footer-image-right.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
  width: 35vw;
  height: 450px;
}

.footer .footer-container:nth-child(4) .footer-container-box {
  width: 330px;
  height: 235px;
  margin-left: 3.5vw;
  margin-bottom: 10.1vh;
}

.footer .footer-container:nth-child(4) .footer-container-box .footer-container-box-titre {
  color: #fff;
  font-family: "OpenSans-Bold";
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 30px;
}

.footer .footer-container:nth-child(4) .footer-container-box .menu-espaceclient {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-container:nth-child(4) .footer-container-box .menu-espaceclient li {
  background: #02071d;
  width: 225px;
  margin-bottom: 20px;
  padding: 10px 15px 10px 25px;
  position: relative;
}

.footer .footer-container:nth-child(4) .footer-container-box .menu-espaceclient li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: #fff;
  font-family: "OpenSans-Regular";
  font-size: 14px;
  padding: 0;
  z-index: 100;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.footer .footer-container:nth-child(4) .footer-container-box .menu-espaceclient li a:hover {
  color: #3696da;
}

.footer .footer-container:nth-child(4) .footer-container-box .menu-espaceclient li a .picto_sub img {
  width: 30px;
  height: 30px;
}

@media screen and (max-width: 1700px) {
  .footer .footer-container:nth-child(1) {
    display: none !important;
  }
  .footer .footer-container:nth-child(2) {
    width: 30vw !important;
    padding-left: 40px !important;
  }
  .footer .footer-container:nth-child(3) {
    width: 35vw !important;
  }
}

@media screen and (max-width: 1200px) {
  .footer .footer-container:nth-child(2) .footer-container-top .footer-container-top-logo img {
    width: 60% !important;
  }
  .footer .footer-container:nth-child(2) {
    width: 30vw !important;
    padding-left: 10px !important;
  }
}

@media screen and (max-width: 1100px) {
  .footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: auto;
    overflow: hidden;
  }
  .footer .footer-container {
    width: 100vw !important;
  }
  .footer .footer-container:nth-child(1) {
    display: none;
  }
  .footer .footer-container:nth-child(2) {
    width: 100vw !important;
  }
  .footer .footer-container:nth-child(2) .widget_block {
    height: 350px !important;
  }
  .footer .footer-container:nth-child(2) .footer-container-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer .footer-container:nth-child(2) .footer-container-top .footer-container-top-logo img {
    width: 250px !important;
    padding: 0 !important;
  }
  .footer .footer-container:nth-child(2) .footer-container-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .footer .footer-container:nth-child(2) .footer-container-bottom .footer-container-bottom-paragraphe {
    width: 100%;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    margin-bottom: 0;
  }
  .footer .footer-container:nth-child(2) .footer-container-bottom img {
    width: 35px;
    height: 35px;
  }
  .footer .footer-container:nth-child(2) .footer-container-bottom a {
    color: #fff;
    padding: 0 10px;
  }
  .footer .footer-container:nth-child(2) .footer-container-bottom a i.fas {
    color: #fff;
  }
  .footer .footer-container:nth-child(3) {
    width: 100vw !important;
  }
  .footer .footer-container:nth-child(3) .widget_block {
    font-size: 17px !important;
    width: 300px !important;
    width: 80vw !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .footer .footer-container:nth-child(3) .footer-container-box {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: c !important;
            flex-direction: c !important;
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    -ms-flex-line-pack: center !important;
        align-content: center !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .footer .footer-container:nth-child(3) .footer-container-box-list {
    display: none;
  }
  .footer .footer-container:nth-child(3) .footer-container-texte {
    display: none;
  }
  .footer .footer-container:nth-child(4) {
    height: auto;
    background-position: top right;
    background-size: contain;
    padding-top: 400px;
    padding-bottom: 100px;
    background-image: url(./img/footer-image-right-mobile.png) !important;
  }
  .footer .footer-container:nth-child(4) .footer-container-box {
    width: 330px;
    height: 235px;
    margin-left: 0vw;
    margin-bottom: 0vh;
    margin-right: auto;
    margin-left: auto;
  }
  .footer .footer-container:nth-child(4) .footer-container-box .footer-container-box-titre {
    text-align: center;
    font-size: 25px;
  }
  .footer .footer-container:nth-child(4) .footer-container-box .menu-espace-client-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

.page-header {
  background-image: url("./img/cloud/cloud-header.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100vw;
  height: 725px;
}

.page-header .page-header-container {
  margin-right: auto;
  margin-left: auto;
  height: 725px;
  width: 1270px;
}

.page-header .page-header-container .page-header-container-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-family: "OpenSans-Bold";
  background-color: rgba(0, 0, 0, 0.25);
  padding: 30px 15px;
  height: 92%;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 36px;
  margin-bottom: 55px;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-h1 .page-header-container-title-h1-img {
  width: 45px;
  margin-right: 15px;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-h2 {
  font-size: 30px;
  font-family: "OpenSans-Bold";
  width: 580px;
  color: #fff;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-h3 {
  font-size: 38px;
  margin-top: 50px;
  margin-bottom: 30px;
  font-family: "OpenSans-Bold";
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-p {
  font-size: 17px;
  color: #fff;
  font-family: "OpenSans-Light";
  text-align: justify;
  line-height: 22px;
  margin: 0px;
  width: 580px;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-sousp {
  font-size: 16px;
  font-family: "OpenSans-Light";
  color: #fff;
  text-align: justify;
  line-height: 22px;
  margin: 20px 0px;
  width: 580px;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-italic {
  font-size: 14px;
  color: #fff;
  font-family: "OpenSans-Italic";
  text-align: justify;
  line-height: 16px;
  margin: 0px;
  width: 580px;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-button {
  background-color: #78aacb;
  padding: 12px 25px;
  border: none;
  font-size: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 110px 0px 0px 90px;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-button a {
  color: white;
  font-family: "OpenSans-Light";
  text-decoration: none;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-button img {
  height: 20px;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-button .page-header-container-title-button-icon {
  height: 20px;
  margin-left: 20px;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-link {
  font-size: 20px;
  font-family: "OpenSans-Light";
  text-align: justify;
  line-height: 22px;
  margin: 20px 0px 0px 0px;
  text-decoration: none;
  font-weight: bold;
  width: 545px;
}

.header-form-content-form {
  /* write your code below this line */
}

.header-form-content-form * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header-form-content-form h1 {
  text-align: center;
}

.header-form-content-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  color: #fff;
}

.header-form-content-form legend {
  margin: 30px 0 0;
  font-size: 24px;
  font-weight: 700;
}

.header-form-content-form .double-input {
  margin: 20px auto;
}

.header-form-content-form .double-input > div {
  float: left;
  width: 48%;
  margin: 0 1% 10px;
}

.header-form-content-form label {
  display: none;
}

.header-form-content-form button[type="submit"] {
  height: 50px;
  width: 300px;
  background-color: #fff;
  color: #284177;
  border: none;
  cursor: pointer;
  font-family: "OpenSans-Semibold";
  font-size: 22px;
  line-height: 50px;
  display: block;
  margin: 0 auto;
}

.header-form-content-form input, .header-form-content-form select {
  width: 100%;
  color: #284177;
  background-color: white;
  border: 1px solid #a9a9a9;
  padding: 8px;
  height: 45px;
}

.header-form-content-form .date-select > select {
  width: 47%;
}

.header-form-content-form .date-select > select:first-of-type {
  margin-right: 3%;
}

.header-form-content-form input:focus,
.header-form-content-form select:focus {
  border: 1px solid #014474;
}

.header-form-content-form input:valid,
.header-form-content-form select:valid {
  border: 1px solid #014474;
}

.header-form-content-form option {
  color: #000;
  background-color: white;
}

.blog_single-content form input,
.blog_single-content form textarea {
  border-color: #284177;
  border-width: 1px;
  font-weight: bold !important;
  color: #284177;
  padding: 12px !important;
}

.blog_single-content form input::-webkit-input-placeholder,
.blog_single-content form textarea::-webkit-input-placeholder {
  color: #284177;
  font-weight: normal !important;
}

.blog_single-content form input:-ms-input-placeholder,
.blog_single-content form textarea:-ms-input-placeholder {
  color: #284177;
  font-weight: normal !important;
}

.blog_single-content form input::-ms-input-placeholder,
.blog_single-content form textarea::-ms-input-placeholder {
  color: #284177;
  font-weight: normal !important;
}

.blog_single-content form input::placeholder,
.blog_single-content form textarea::placeholder {
  color: #284177;
  font-weight: normal !important;
}

.blog_single-content form .gform_fields li {
  padding: 0 !important;
}

.blog_single-content form .gform_fields li:nth-of-type(4) {
  padding: 20px !important;
  width: 100% !important;
  background-color: #284177;
  color: white;
}

.blog_single-content form .gform_fields li:nth-of-type(4) .ginput_container_fileupload {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.blog_single-content form .gform_fields li:nth-of-type(4) .ginput_container_fileupload input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.blog_single-content form .gform_fields li:nth-of-type(4) input {
  color: white !important;
}

.blog_single-content form .gform_fields li:nth-of-type(5) {
  padding: 20px !important;
  width: 100% !important;
  background-color: #284177;
  color: white;
}

.blog_single-content form .gform_fields li:nth-of-type(5) .ginput_container_fileupload {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.blog_single-content form .gform_fields li:nth-of-type(5) .ginput_container_fileupload input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.blog_single-content form .gform_fields li:nth-of-type(5) input {
  color: white !important;
}

.blog_single-content form .gform_footer {
  width: 100%;
}

.blog_single-content form .gform_footer input {
  background-color: #284177 !important;
  color: white !important;
  width: 100% !important;
  text-transform: uppercase;
  font-family: "OpenSans-Regular";
  letter-spacing: 2px !important;
}

.page-header {
  background-image: url("./img/cloud/cloud-header.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100vw;
  height: 725px;
}

.page-header .page-header-container {
  margin-right: auto;
  margin-left: auto;
  height: 725px;
  width: 1270px;
}

.page-header .page-header-container .page-header-container-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-family: "OpenSans-Bold";
  background-color: rgba(0, 0, 0, 0.25);
  padding: 30px 15px;
  height: 92%;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 36px;
  margin-bottom: 55px;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-h1 .page-header-container-title-h1-img {
  width: 45px;
  margin-right: 15px;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-h2 {
  font-size: 30px;
  font-family: "OpenSans-Bold";
  width: 580px;
  color: #fff;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-h3 {
  font-size: 38px;
  margin-top: 50px;
  margin-bottom: 30px;
  font-family: "OpenSans-Bold";
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-p {
  font-size: 17px;
  color: #fff;
  font-family: "OpenSans-Light";
  text-align: justify;
  line-height: 22px;
  margin: 0px;
  width: 580px;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-sousp {
  font-size: 16px;
  font-family: "OpenSans-Light";
  color: #fff;
  text-align: justify;
  line-height: 22px;
  margin: 20px 0px;
  width: 580px;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-italic {
  font-size: 14px;
  color: #fff;
  font-family: "OpenSans-Italic";
  text-align: justify;
  line-height: 16px;
  margin: 0px;
  width: 580px;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-button {
  background-color: #78aacb;
  padding: 12px 25px;
  border: none;
  font-size: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 110px 0px 0px 90px;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-button a {
  color: white;
  font-family: "OpenSans-Light";
  text-decoration: none;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-button img {
  height: 20px;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-button .page-header-container-title-button-icon {
  height: 20px;
  margin-left: 20px;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-link {
  font-size: 20px;
  font-family: "OpenSans-Light";
  text-align: justify;
  line-height: 22px;
  margin: 20px 0px 0px 0px;
  text-decoration: none;
  font-weight: bold;
  width: 545px;
}

.pagination {
  width: 100vw;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.pagination .current {
  font-size: 16px;
  font-family: "OpenSans-Regular";
  line-height: 22px;
  padding: 10px;
  background: #fff;
  color: #284177;
  text-decoration: none;
}

.pagination a {
  font-size: 16px;
  font-family: "OpenSans-Regular";
  line-height: 22px;
  padding: 10px;
  background: #284177;
  color: #fff;
  text-decoration: none;
}

.pagination .dots {
  font-size: 16px;
  font-family: "OpenSans-Regular";
  line-height: 22px;
  padding: 10px;
  background: #fff;
  color: #284177;
  text-decoration: none;
}

.pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pagination ul li {
  list-style: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-header {
  background-image: url("./img/cloud/cloud-header.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100vw;
  height: 725px;
}

.page-header .page-header-container {
  margin-right: auto;
  margin-left: auto;
  height: 725px;
  width: 1270px;
}

.page-header .page-header-container .page-header-container-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-family: "OpenSans-Bold";
  background-color: rgba(0, 0, 0, 0.25);
  padding: 30px 15px;
  height: 92%;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 36px;
  margin-bottom: 55px;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-h1 .page-header-container-title-h1-img {
  width: 45px;
  margin-right: 15px;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-h2 {
  font-size: 30px;
  font-family: "OpenSans-Bold";
  width: 580px;
  color: #fff;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-h3 {
  font-size: 38px;
  margin-top: 50px;
  margin-bottom: 30px;
  font-family: "OpenSans-Bold";
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-p {
  font-size: 17px;
  color: #fff;
  font-family: "OpenSans-Light";
  text-align: justify;
  line-height: 22px;
  margin: 0px;
  width: 580px;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-sousp {
  font-size: 16px;
  font-family: "OpenSans-Light";
  color: #fff;
  text-align: justify;
  line-height: 22px;
  margin: 20px 0px;
  width: 580px;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-italic {
  font-size: 14px;
  color: #fff;
  font-family: "OpenSans-Italic";
  text-align: justify;
  line-height: 16px;
  margin: 0px;
  width: 580px;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-button {
  background-color: #78aacb;
  padding: 12px 25px;
  border: none;
  font-size: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 110px 0px 0px 90px;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-button a {
  color: white;
  font-family: "OpenSans-Light";
  text-decoration: none;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-button img {
  height: 20px;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-button .page-header-container-title-button-icon {
  height: 20px;
  margin-left: 20px;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-link {
  font-size: 20px;
  font-family: "OpenSans-Light";
  text-align: justify;
  line-height: 22px;
  margin: 20px 0px 0px 0px;
  text-decoration: none;
  font-weight: bold;
  width: 545px;
}

.pum-overlay {
  background: #1b1b23eb !important;
}

.pum-overlay .pum-content.popmake-content {
  width: 100vw;
  height: 100vh;
}

.pum-overlay .pum-content.popmake-content .titre_popup {
  width: 450px;
  margin-right: auto;
  margin-left: auto;
}

.pum-overlay .pum-content.popmake-content .titre_evenement {
  text-align: center;
}

.pum-overlay .pum-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: flex !important;
  width: 100vw !important;
  height: 100vh !important;
  color: #fff !important;
  top: 0 !important;
  left: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
}

.pum-overlay .pum-container .pum-content {
  color: #fff !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  padding: 20px;
}

.pum-overlay .pum-container .pum-content .titre_popup h2 {
  font-size: 3vw;
  font-family: "OpenSans-Regular";
}

.pum-overlay .pum-container .pum-content .titre_popup p {
  font-size: 2vw;
  font-family: "OpenSans-Regular";
}

.pum-overlay .pum-container .pum-content .logos {
  text-align: center !important;
}

.pum-overlay .pum-container .pum-content .logos img {
  width: 10vw !important;
  height: auto !important;
}

.pum-overlay .pum-container .pum-content .titre_evenement {
  font-size: 1vw;
  font-family: "OpenSans-Regular";
}

.pum-overlay .pum-container .pum-content .cta {
  text-align: center;
  margin-top: 80px;
}

.pum-overlay .pum-container .pum-content .cta a {
  text-align: center;
}

.pum-overlay .pum-container .pum-content .cta a button {
  font-size: 20px;
  font-family: "OpenSans-Regular";
  text-transform: uppercase;
  color: #fff;
  background: #284177;
  padding: 10px 30px;
}

.pum-overlay .pum-container .pum-close {
  bottom: 0px !important;
  top: auto !important;
  right: 0px !important;
  width: 200px !important;
  height: 200px !important;
  font-size: 25px !important;
  font-family: "OpenSans-Regular";
}

@media screen and (max-width: 768px) {
  .pum-overlay .pum-content .titre_popup h2 {
    font-size: 9vw !important;
  }
  .pum-overlay .pum-content .titre_popup p {
    font-size: 7vw !important;
  }
  .pum-overlay .pum-content .logos img {
    width: 10vw !important;
  }
  .pum-overlay .pum-content .titre_evenement {
    font-size: 4vw !important;
  }
  .pum-overlay .pum-content .cta a button {
    font-size: 16px !important;
  }
  .pum-overlay .pum-content .pum-close {
    right: 0px !important;
  }
}

.pum-theme-1389, .pum-theme-theme-par-defaut {
  background-color: rgba(0, 0, 0, 0.61) !important;
}

.page-header {
  background-image: url("./img/cloud/cloud-header.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100vw;
  height: 725px;
}

.page-header .page-header-container {
  margin-right: auto;
  margin-left: auto;
  height: 725px;
  width: 1270px;
}

.page-header .page-header-container .page-header-container-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-family: "OpenSans-Bold";
  background-color: rgba(0, 0, 0, 0.25);
  padding: 30px 15px;
  height: 92%;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 36px;
  margin-bottom: 55px;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-h1 .page-header-container-title-h1-img {
  width: 45px;
  margin-right: 15px;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-h2 {
  font-size: 30px;
  font-family: "OpenSans-Bold";
  width: 580px;
  color: #fff;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-h3 {
  font-size: 38px;
  margin-top: 50px;
  margin-bottom: 30px;
  font-family: "OpenSans-Bold";
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-p {
  font-size: 17px;
  color: #fff;
  font-family: "OpenSans-Light";
  text-align: justify;
  line-height: 22px;
  margin: 0px;
  width: 580px;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-sousp {
  font-size: 16px;
  font-family: "OpenSans-Light";
  color: #fff;
  text-align: justify;
  line-height: 22px;
  margin: 20px 0px;
  width: 580px;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-italic {
  font-size: 14px;
  color: #fff;
  font-family: "OpenSans-Italic";
  text-align: justify;
  line-height: 16px;
  margin: 0px;
  width: 580px;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-button {
  background-color: #78aacb;
  padding: 12px 25px;
  border: none;
  font-size: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 110px 0px 0px 90px;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-button a {
  color: white;
  font-family: "OpenSans-Light";
  text-decoration: none;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-button img {
  height: 20px;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-button .page-header-container-title-button-icon {
  height: 20px;
  margin-left: 20px;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-link {
  font-size: 20px;
  font-family: "OpenSans-Light";
  text-align: justify;
  line-height: 22px;
  margin: 20px 0px 0px 0px;
  text-decoration: none;
  font-weight: bold;
  width: 545px;
}

.page-header {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100vw;
  height: 725px;
}

.page-header .page-header-container {
  margin-right: auto;
  margin-left: auto;
  height: 725px;
  width: 1270px;
}

.page-header .page-header-container .page-header-container-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-family: "OpenSans-Bold";
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 36px;
  margin-bottom: 55px;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-h1 .page-header-container-title-h1-img {
  width: 45px;
  margin-right: 15px;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-h2 {
  font-size: 30px;
  font-family: "OpenSans-Bold";
  width: 580px;
  color: #fff;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-h3 {
  font-size: 38px;
  margin-top: 50px;
  margin-bottom: 30px;
  font-family: "OpenSans-Bold";
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-p {
  font-size: 17px;
  color: #fff;
  font-family: "OpenSans-Light";
  text-align: justify;
  line-height: 22px;
  margin: 0px;
  width: 580px;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-sousp {
  font-size: 16px;
  font-family: "OpenSans-Light";
  color: #fff;
  text-align: justify;
  line-height: 22px;
  margin: 20px 0px;
  width: 580px;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-italic {
  font-size: 14px;
  color: #fff;
  font-family: "OpenSans-Italic";
  text-align: justify;
  line-height: 16px;
  margin: 0px;
  width: 580px;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-button {
  background-color: #78aacb;
  padding: 12px 25px;
  border: none;
  font-size: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 110px 0px 0px 90px;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-button a {
  color: white;
  font-family: "OpenSans-Light";
  text-decoration: none;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-button img {
  height: 20px;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-button .page-header-container-title-button-icon {
  height: 20px;
  margin-left: 20px;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-link {
  font-size: 20px;
  font-family: "OpenSans-Light";
  text-align: justify;
  line-height: 22px;
  margin: 20px 0px 0px 0px;
  text-decoration: none;
  font-weight: bold;
  width: 545px;
}

@media screen and (max-width: 1500px) {
  .page-header {
    height: 100% !important;
  }
  .page-header .page-header-container {
    width: 80vw !important;
    height: 100% !important;
    padding-bottom: 100px !important;
  }
  .page-header ul {
    width: 80vw !important;
  }
}

@media screen and (max-width: 700px) {
  .page-header-container {
    width: 80vw !important;
  }
  .page-header-container ul {
    width: 80vw !important;
  }
  .page-header-container .page-header-container-title-h2 {
    font-size: 30px;
    font-family: "OpenSans-Bold";
    width: 80vw !important;
    color: #fff;
  }
  .page-header-container .page-header-container-title-h3 {
    font-size: 38px;
    margin-top: 50px;
    margin-bottom: 30px;
    font-family: "OpenSans-Bold";
  }
  .page-header-container .page-header-container-title-p {
    font-size: 17px;
    color: #fff;
    font-family: "OpenSans-Light";
    text-align: justify;
    line-height: 22px;
    margin: 0px;
    width: 80vw !important;
  }
  .page-header-container .page-header-container-title-sousp {
    font-size: 16px;
    font-family: "OpenSans-Light";
    color: #fff;
    text-align: justify;
    line-height: 22px;
    margin: 20px 0px;
    width: 70vw !important;
  }
  .page-header-container .page-header-container-title-italic {
    font-size: 14px;
    color: #fff;
    font-family: "OpenSans-Italic";
    text-align: justify;
    line-height: 16px;
    margin: 0px;
    width: 80vw !important;
  }
  .page-header-container .page-header-container-title-button {
    background-color: #78aacb;
    padding: 12px 25px;
    border: none;
    font-size: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 110px 0px 0px 90px;
  }
  .page-header-container .page-header-container-title-button a {
    color: white;
    font-family: "OpenSans-Light";
    text-decoration: none;
  }
  .page-header-container .page-header-container-title-button img {
    height: 20px;
  }
  .page-header-container .page-header-container-title-button .page-header-container-title-button-icon {
    height: 20px;
    margin-left: 20px;
  }
  .page-header-container .page-header-container-title-link {
    width: 80vw !important;
  }
}

.page-header.cloud {
  background-image: url("./img/cloud/cloud-header.png") !important;
}

.page-header.cloud .page-header-container .page-header-container-title {
  color: #78aacb !important;
}

.page-header.cloud .page-header-container .page-header-container-title .page-header-container-title-h3 {
  color: #78aacb !important;
}

.page-header.cloud .page-header-container .page-header-container-title .page-header-container-title-h2 {
  color: #fff !important;
}

.page-header.cloud .page-header-container .page-header-container-title .page-header-container-title-p {
  width: auto;
  max-width: 550px !important;
}

.page-header.cloud .page-header-container .page-header-container-title .page-header-container-title-italic {
  width: auto;
  max-width: 550px !important;
}

.page-header.gestion {
  background-image: url("./img/gestion/gestion-header.png");
}

.page-header.gestion .page-header-container .page-header-container-title {
  color: #88b163;
}

.page-header.gestion .page-header-container .page-header-container-title .page-header-container-title-p {
  font-size: 17px;
  color: #fff;
  font-family: "OpenSans-Light";
  text-align: justify;
  line-height: 22px;
  margin: 5px 0px 0px 0px !important;
  width: 580px;
}

.page-header.gestion .page-header-container .page-header-container-title .page-header-container-title-sousp {
  font-family: "OpenSans-Bold";
  font-weight: bold;
  font-size: 24px;
  text-align: justify;
  width: 430px;
  margin: 30px 0px 0px 25px;
  line-height: 27px;
  color: #88b163;
}

.page-header.gestion .page-header-container .page-header-container-title .page-header-container-title-button {
  margin: 110px 0px 0px 90px;
  background: #88b163;
}

.page-header.infrastructure {
  background-image: url("./img/infrastructure/infrastructure-header.png");
}

.page-header.infrastructure .page-header-container .page-header-container-title {
  color: #fea851;
}

.page-header.infrastructure .page-header-container .page-header-container-title .page-header-container-title-h1 {
  margin-bottom: 55px;
}

.page-header.infrastructure .page-header-container .page-header-container-title .page-header-container-title-p {
  margin: 50px 0px 0px 0px;
  width: 545px;
}

.page-header.infrastructure .page-header-container .page-header-container-title .page-header-container-title-p span {
  color: #fea851;
}

.page-header.developpement {
  background-image: url("./img/developpement/developpement-header.png");
  background-position: left;
}

.page-header.developpement .page-header-container .page-header-container-title {
  color: #cd6683;
}

.page-header.developpement .page-header-container .page-header-container-title .page-header-container-title-h2 {
  color: #fff;
  width: 580px;
}

.page-header.developpement .page-header-container .page-header-container-title .page-header-container-title-p {
  font-size: 17px;
  color: #fff;
  margin: 50px 0px 0px 0px;
  width: 545px;
}

.page-header.developpement .page-header-container .page-header-container-title .page-header-container-title-link {
  color: #cd6683;
}

.page-header.securite {
  background-image: url("./img/securite/securite-header.png");
  background-position: left !important;
}

.page-header.securite .page-header-container .page-header-container-title {
  color: #005f9f;
}

.page-header.securite .page-header-container .page-header-container-title .page-header-container-title-p {
  margin: 50px 0px 0px 0px;
  width: 455px;
}

.page-header.securite .page-header-container .page-header-container-title .page-header-container-title-p span {
  color: #005f9f !important;
  font-size: 16px;
  font-family: "OpenSans-Bold";
}

.page-header.securite .page-header-container .page-header-container-title .page-header-container-title-p strong {
  color: #005f9f !important;
  font-size: 16px;
  font-family: "OpenSans-Bold";
}

.page-header.securite .page-header-container .page-header-container-title .page-header-container-title-link {
  font-size: 20px;
  color: #284177;
  font-family: "OpenSans-Regular";
  text-align: justify;
  line-height: 22px;
  margin: 20px 0px 0px 0px;
  text-decoration: none;
  font-weight: bold;
  width: 545px;
}

.page-header.conseil {
  background-image: url("./img/conseil/conseil-header.png");
}

@media screen and (max-width: 600px) {
  .page-header.conseil {
    height: 100% !important;
  }
}

.page-header.conseil .page-header-container .page-header-container-title {
  color: #005f9f;
}

.page-header.conseil .page-header-container .page-header-container-title .page-header-container-title-h2 {
  font-size: 30px;
  font-family: "OpenSans-Bold";
  color: #fff;
  width: 600px;
  text-align: justify;
}

.page-header.conseil .page-header-container .page-header-container-title .page-header-container-title-p {
  margin: 50px 0px 0px 0px;
  width: 600px;
}

.page-header.conseil .page-header-container .page-header-container-title .page-header-container-title-p strong {
  color: #005f9f;
  font-size: 16px;
  font-family: "OpenSans-Bold";
}

.page-header.conseil .page-header-container .page-header-container-title .page-header-container-title-link {
  margin: 20px 0px 0px 0px;
  width: 600px;
}

.page-header.conseil .page-header-container .page-header-container-title ul {
  padding-left: 20px !important;
  width: 600px;
}

.page-header.conseil .page-header-container .page-header-container-title ul li {
  color: #fff;
  font-size: 16px;
  font-family: "OpenSans-Regular";
  line-height: 22px;
}

.page-header.conseil .page-header-container .page-header-container-title ul li strong {
  color: #005f9f;
  font-size: 16px;
  font-family: "OpenSans-Bold";
}

.page-header.conseil .page-header-container .page-header-container-title ul li b {
  color: #005f9f;
}

.page-header.contact {
  background-image: url("./img/contact/contact-header.jpg");
  background-position: left !important;
  height: 400px !important;
}

.page-header.contact .page-header-container {
  height: 400px !important;
}

.page-header.contact .page-header-container .page-header-container-title {
  color: #005f9f;
  height: 87%;
}

.page-header.contact .page-header-container .page-header-container-title .page-header-container-title-p {
  margin: 50px 0px 0px 0px;
  width: 455px;
}

.page-header.contact .page-header-container .page-header-container-title .page-header-container-title-p span {
  color: #005f9f !important;
  font-size: 16px;
  font-family: "OpenSans-Bold";
}

.page-header.contact .page-header-container .page-header-container-title .page-header-container-title-p strong {
  color: #005f9f !important;
  font-size: 16px;
  font-family: "OpenSans-Bold";
}

.page-header.contact .page-header-container .page-header-container-title .page-header-container-title-link {
  font-size: 20px;
  color: #284177;
  font-family: "OpenSans-Regular";
  text-align: justify;
  line-height: 22px;
  margin: 20px 0px 0px 0px;
  text-decoration: none;
  font-weight: bold;
  width: 545px;
}

.page-header.le_groupe_caplaser {
  background-image: url("./img/le_groupe_caplaser/le_groupe_caplaser-header.png");
}

.page-header.le_groupe_caplaser .page-header-container .page-header-container-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-family: "OpenSans-Bold";
  color: #fff;
}

.page-header.le_groupe_caplaser .page-header-container .page-header-container-title .page-header-container-title-h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 36px;
  margin-bottom: 55px;
}

.page-header.le_groupe_caplaser .page-header-container .page-header-container-title .page-header-container-title-h1 .page-header-container-title-h1-img {
  width: 45px;
  margin-right: 15px;
}

.page-header.le_groupe_caplaser .page-header-container .page-header-container-title .page-header-container-title-h2 {
  font-family: "OpenSans-Bold";
  font-weight: bold;
  font-size: 24px;
  color: #fff;
  width: 550px;
  text-align: justify;
}

.page-header.le_groupe_caplaser .page-header-container .page-header-container-title .page-header-container-title-p {
  font-size: 17px;
  color: #fff;
  font-family: "OpenSans-Light";
  text-align: justify;
  line-height: 22px;
  margin: 50px 0px 0px 0px;
  width: 545px;
}

.page-header.le_groupe_caplaser .page-header-container .page-header-container-title .page-header-container-title-p span {
  font-size: 22px;
  font-weight: bold;
}

.page-header.le_groupe_caplaser .page-header-container .page-header-container-title .page-header-container-title-p a {
  color: #0c8cf1 !important;
  font-weight: bold !important;
}

.page-header.le_groupe_caplaser .page-header-container .page-header-container-title .page-header-container-title-link {
  font-size: 20px;
  color: #cd6683;
  font-family: "OpenSans-Light";
  text-align: justify;
  line-height: 22px;
  margin: 20px 0px 0px 0px;
  text-decoration: none;
  font-weight: bold;
  width: 545px;
}

.page-header {
  background-image: url("./img/cloud/cloud-header.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100vw;
  height: 725px;
}

.page-header .page-header-container {
  margin-right: auto;
  margin-left: auto;
  height: 725px;
  width: 1270px;
}

.page-header .page-header-container .page-header-container-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-family: "OpenSans-Bold";
  background-color: rgba(0, 0, 0, 0.25);
  padding: 30px 15px;
  height: 92%;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 36px;
  margin-bottom: 55px;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-h1 .page-header-container-title-h1-img {
  width: 45px;
  margin-right: 15px;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-h2 {
  font-size: 30px;
  font-family: "OpenSans-Bold";
  width: 580px;
  color: #fff;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-h3 {
  font-size: 38px;
  margin-top: 50px;
  margin-bottom: 30px;
  font-family: "OpenSans-Bold";
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-p {
  font-size: 17px;
  color: #fff;
  font-family: "OpenSans-Light";
  text-align: justify;
  line-height: 22px;
  margin: 0px;
  width: 580px;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-sousp {
  font-size: 16px;
  font-family: "OpenSans-Light";
  color: #fff;
  text-align: justify;
  line-height: 22px;
  margin: 20px 0px;
  width: 580px;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-italic {
  font-size: 14px;
  color: #fff;
  font-family: "OpenSans-Italic";
  text-align: justify;
  line-height: 16px;
  margin: 0px;
  width: 580px;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-button {
  background-color: #78aacb;
  padding: 12px 25px;
  border: none;
  font-size: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 110px 0px 0px 90px;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-button a {
  color: white;
  font-family: "OpenSans-Light";
  text-decoration: none;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-button img {
  height: 20px;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-button .page-header-container-title-button-icon {
  height: 20px;
  margin-left: 20px;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-link {
  font-size: 20px;
  font-family: "OpenSans-Light";
  text-align: justify;
  line-height: 22px;
  margin: 20px 0px 0px 0px;
  text-decoration: none;
  font-weight: bold;
  width: 545px;
}

.product-header {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  width: 100vw;
  height: 410px;
}

.product-header .product-header-container {
  margin-right: auto;
  margin-left: auto;
  width: 1270px;
}

.product-header .product-header-container .product-header-container-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-family: "OpenSans-Bold";
  color: #88b163;
}

.product-header .product-header-container .product-header-container-title .product-header-container-title-h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 36px;
  margin-bottom: 55px;
}

.product-header .product-header-container .product-header-container-title .product-header-container-title-h1 .product-header-container-title-h1-img {
  width: 45px;
  margin-right: 15px;
}

.product-header .product-header-container .product-header-container-title .product-header-container-title-h1 span {
  margin-left: 20px !important;
  text-transform: capitalize;
}

.product-header.applicatifs_metiers {
  background-image: url(./img/gestion/nos-produits/applicatifs_metiers/applicatifs_metiers-header.png);
}

.product-header.bi_reporting {
  background-image: url(./img/gestion/nos-produits/bi_reporting/bi_reporting-header.png);
}

.product-header.comptabilite_finances {
  background-image: url(./img/gestion/nos-produits/comptabilite_finances/comptabilite_finances-header.png);
}

.product-header.crm {
  background-image: url(./img/gestion/nos-produits/crm/crm-header.png);
}

.product-header.dematerialisation {
  background-image: url(./img/gestion/nos-produits/dematerialisation/dematerialisation-header.png);
}

.product-header.gestion_commerciale {
  background-image: url(./img/gestion/nos-produits/gestion_commerciale/gestion_commerciale-header.png);
}

.product-header.gestion_production {
  background-image: url(./img/gestion/nos-produits/gestion_production/gestion_production-header.png);
}

.product-header.paie_rh {
  background-image: url(./img/gestion/nos-produits/paie_rh/paie_rh-header.png);
}

.product-header.gifelFruilegflor {
  background-image: url(./img/gestion/nos-produits/applicatifs_metiers/gifelFruilegflor/gifelFruilegflor-header);
}

.product-header.galaxia {
  background-image: url(./img/gestion/nos-produits/applicatifs_metiers/galaxia/galaxia-header);
}

.product-header.centaure {
  background-image: url(./img/gestion/nos-produits/applicatifs_metiers/centaure/centaure-header);
}

.product-header.archive {
  height: 150px !important;
  background: #1b1b23;
}

.product-header.archive #ariane {
  margin-bottom: 10px;
}

.product-header.archive .product-header-container-title-h1 {
  color: #fff;
}

@media screen and (max-width: 1300px) {
  .product-header-container {
    width: 80vw !important;
  }
  .product-header-container .product-header-container {
    width: 80vw !important;
  }
}

.section-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100vw;
}

.section-text .section-text-icon {
  margin-top: 80px;
  width: 70px;
}

.section-text .section-text-subline {
  font-family: "OpenSans-Semibold";
  font-size: 25px;
  color: #284177;
  margin-top: 15px;
}

.section-text .section-text-title {
  font-size: 40px;
  font-family: "OpenSans-Bold";
  color: #284177;
  text-align: center;
}

.section-text .section-text-marge {
  width: 1px;
  height: 100px;
  background-color: #284177;
}

.section-text .section-text-textetitre {
  font-family: "OpenSans-Semibold";
  font-size: 22px;
  text-align: justify;
  color: #284177;
  line-height: 24px;
  margin-top: 20px;
}

.section-text .section-text-paragraphe {
  font-size: 16px;
  font-family: "OpenSans-Regular";
  line-height: 22px;
  width: 550px;
  text-align: justify;
  color: #284177;
  line-height: 22px;
  margin-top: 20px;
}

@media screen and (max-width: 1500px) {
  .section-text {
    background-image: none !important;
    height: 100% !important;
    padding-bottom: 80px !important;
  }
  .section-text .section-text-marge {
    background-color: #284177 !important;
  }
  .section-text .section-text-subline {
    -webkit-transform: translateX(0%) !important;
            transform: translateX(0%) !important;
    width: 80vw !important;
    color: #284177 !important;
    text-align: center !important;
  }
  .section-text .section-text-title {
    -webkit-transform: translateX(0%) !important;
            transform: translateX(0%) !important;
    width: 80vw !important;
    color: #284177 !important;
  }
  .section-text .section-text-textetitre {
    -webkit-transform: translateX(0%) !important;
            transform: translateX(0%) !important;
    width: 80vw !important;
    color: #284177 !important;
  }
  .section-text .section-text-paragraphe {
    -webkit-transform: translateX(0%) !important;
            transform: translateX(0%) !important;
    width: 80vw !important;
    color: #284177 !important;
  }
}

.section-text.cloud-cube {
  height: 120vh;
  background-image: url("./img/cloud/cloud-cube.png");
}

.section-text.cloud-cube .section-text-textetitre {
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

.section-text.cloud-cube .section-text-paragraphe {
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

.section-text.infrastructure-support {
  height: 120vh;
  background-image: url("./img/infrastructure/infrastructure-support.png");
}

.section-text.infrastructure-support .section-text-paragraphe {
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  width: 650px;
}

.section-text.infrastructure-support .section-text-paragraphe span {
  color: #fea851;
}

.section-text.infrastructure-support .section-text-textetitre {
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  width: 650px;
}

.section-text.infrastructure-solutions {
  background-image: url("./img/infrastructure/infrastructure-solutions.png");
  height: 100vh;
  background-color: #e1e1e3;
}

.section-text.infrastructure-solutions .section-text-paragraphe {
  width: 410px;
  -webkit-transform: translateX(-75%);
          transform: translateX(-75%);
  margin-top: 60px;
}

.section-text.infrastructure-solutions .section-text-paragraphe a {
  color: #fea851;
}

.section-text.infrastructure-solutions .section-text-paragraphe a span {
  color: #fea851;
}

.section-text.securite-materiel {
  height: 75vh;
}

.section-text.securite-materiel .section-text-paragraphe {
  color: #284177;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

.section-text.securite-materiel .section-text-textetitre {
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

.section-text.securite-materiel .section-text-title {
  color: #284177;
}

.section-text.securite-materiel .section-text-marge {
  background-color: #284177;
}

@media screen and (min-width: 1500px) {
  .section-text.securite-materiel .section-text-title {
    color: white;
  }
  .section-text.securite-materiel .section-text-paragraphe {
    color: white;
  }
  .section-text.securite-materiel .section-text-marge {
    background-color: white;
  }
}

.section-text.le_groupe_caplaser-valeurs {
  height: 95vh;
  background-image: url("./img/le_groupe_caplaser/le_groupe_caplaser-valeurs.png");
}

.section-text.le_groupe_caplaser-valeurs .section-text-paragraphe {
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  color: #fff;
}

.section-text.le_groupe_caplaser-valeurs .section-text-paragraphe h5 {
  font-size: 22px !important;
  font-weight: bold !important;
}

.section-text.le_groupe_caplaser-valeurs .section-text-textetitre {
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

.section-text.le_groupe_caplaser-valeurs .section-text-title {
  color: #fff;
}

.section-text.le_groupe_caplaser-valeurs .section-text-subline {
  color: #fff;
}

.section-text.le_groupe_caplaser-valeurs .section-text-marge {
  background-color: #fff;
}

@media screen and (max-width: 1450px) {
  .section-text.le_groupe_caplaser-valeurs .section-text-paragraphe {
    text-align: center !important;
  }
}

.section-text.gestion-solution {
  height: 110vh;
  background-image: url("./img/gestion/gestion-solution.png");
}

.section-text.gestion-solution .section-text-certif {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transform: translateX(-300px);
          transform: translateX(-300px);
  margin-top: 100px;
  width: 80vw;
}

.section-text.gestion-solution .section-text-certif .section-text-certif-img {
  width: 70px;
  margin-right: 15px;
}

.section-text.gestion-solution .section-text-certif .section-text-certif-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.section-text.gestion-solution .section-text-certif .section-text-certif-container .section-text-certif-container-texte {
  font-family: "OpenSans-Regular";
  color: #284177;
  font-size: 18px;
  line-height: 22px;
}

.section-text.gestion-solution .section-text-certif .section-text-certif-container .section-text-certif-container-titre {
  font-family: "OpenSans-Semibold";
  color: #88b163;
  font-size: 48px;
}

.section-text.gestion-solution .section-text-certif .section-text-certif-container .section-text-certif-container-titre a {
  color: #88b163;
  text-decoration: none;
}

@media screen and (max-width: 1500px) {
  .section-text.gestion-solution .section-text-certif {
    -webkit-transform: translateX(0px) !important;
            transform: translateX(0px) !important;
    margin-top: 20px !important;
  }
}

.section-text.gestion-solution .section-text-paragraphe {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.section-text.gestion-solution .section-text-paragraphe span,
.section-text.gestion-solution .section-text-paragraphe a {
  text-decoration: none;
  color: #88b163 !important;
  font-size: 16px;
  font-family: "OpenSans-Bold";
}

.section-text.gestion-solution .section-text-title-span {
  color: #88b163;
}

.section-text.developpement-creation {
  padding-bottom: 100px;
}

.section-text.developpement-creation .section-text-textetitre {
  width: 760px;
}

.section-text.developpement-creation .section-text-textetitre .section-text-textetitre-span {
  color: #cd6683;
}

.section-text.developpement-creation .section-text-paragraphe {
  width: 760px;
  color: #284177;
  margin-top: 20px;
  font-size: 16px;
  font-family: "OpenSans-Regular";
  line-height: 22px;
  line-height: 25px !important;
}

.section-text.developpement-creation .section-text-paragraphe a {
  color: #cd6683;
}

@media screen and (max-width: 1500px) {
  .section-text.developpement-creation .section-text-img {
    width: 80vw !important;
  }
}

.section-text.developpement-conception {
  background-image: url("./img/developpement/developpement-conception.png");
  padding-bottom: 100px;
  height: 120vh;
}

@media screen and (max-width: 1500px) {
  .section-text.developpement-conception .section-text-icon {
    -webkit-filter: invert(1);
            filter: invert(1);
  }
}

.section-text.developpement-conception .section-text-subline {
  color: #fff;
}

.section-text.developpement-conception .section-text-title {
  color: #fff;
}

.section-text.developpement-conception .section-text-subline {
  text-align: center;
}

.section-text.developpement-conception .section-text-subline span {
  font-size: 40px;
  font-family: "OpenSans-Bold";
  text-align: center !important;
}

.section-text.developpement-conception .section-text-marge {
  background-color: rgba(255, 255, 255, 0.3);
}

.section-text.developpement-conception .section-text-textetitre {
  width: 450px;
  -webkit-transform: translateX(330px);
          transform: translateX(330px);
  margin-top: 100px;
  color: #fff;
  font-family: "OpenSans-Semibold";
  font-size: 22px;
  line-height: 24px;
}

.section-text.developpement-conception .section-text-paragraphe {
  width: 450px;
  -webkit-transform: translateX(330px);
          transform: translateX(330px);
  color: #fff;
  margin-top: 20px;
}

@media screen and (max-width: 1500px) {
  .section-text.developpement-conception .section-text-subline {
    color: #284177 !important;
  }
  .section-text.developpement-conception .section-text-title {
    color: #284177 !important;
  }
  .section-text.developpement-conception .section-text-marge {
    background-color: #284177 !important;
  }
  .section-text.developpement-conception .section-text-textetitre {
    width: 80vw !important;
    margin-top: 0 !important;
    color: #284177 !important;
  }
  .section-text.developpement-conception .section-text-paragraphe {
    width: 80vw !important;
    color: #284177 !important;
  }
}

.section-text.developpement-equipe {
  background-image: url("./img/developpement/developpement-equipe.png");
  padding-bottom: 100px;
  height: 120vh;
}

.section-text.developpement-equipe .section-text-textetitre {
  margin-top: 70px;
  line-height: 25px;
  text-align: justify;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 620px;
}

.section-text.developpement-equipe .section-text-soustitre {
  color: #cd6683;
  margin: 30px 0px;
  font-size: 30px;
  font-family: "OpenSans-Semibold";
  text-align: justify;
  line-height: 32px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 620px;
}

.section-text.developpement-equipe .section-text-paragraphe {
  line-height: 40px !important;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 620px;
}

@media screen and (max-width: 1500px) {
  .section-text.developpement-equipe .section-text-soustitre {
    -webkit-transform: translateX(0%) !important;
            transform: translateX(0%) !important;
    width: 80vw !important;
  }
}

.section-text.conseil-expertise {
  background-image: url("./img/conseil/conseil-expertise.png");
  height: 100vh;
  padding-bottom: 100px;
}

.section-text.conseil-expertise strong {
  color: #015f9d !important;
}

.section-text.conseil-expertise ul {
  width: 550px;
  text-align: justify;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: 20px;
  margin: 0 !important;
  padding: 0px 0px 0px 20px !important;
}

.section-text.conseil-expertise ul li {
  font-size: 16px;
  font-family: "OpenSans-Regular";
  color: #284177 !important;
}

@media screen and (max-width: 1500px) {
  .section-text.conseil-expertise ul {
    width: 80vw !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
}

.section-text.conseil-expertise .section-text-paragraphe {
  width: 550px;
  text-align: justify;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: 20px;
}

@media screen and (max-width: 1500px) {
  .section-text.conseil-expertise {
    padding-bottom: 30vh !important;
  }
}

@media screen and (max-width: 768px) {
  .section-text-title {
    font-size: 30px !important;
  }
}

@media screen and (max-height: 800px) {
  .section-text {
    height: 100% !important;
    padding-bottom: 100px !important;
  }
}

.video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 50px;
  background-color: #e1e1e3;
}

.video .video-icon {
  margin-top: 100px;
  width: 80px;
}

.video .video-titre {
  font-size: 40px;
  font-family: "OpenSans-Bold";
  color: #284177;
  text-align: center;
  margin-top: 15px;
}

.video .video-marge {
  width: 1px;
  height: 80px;
  background-color: #284177;
}

.video .video-box {
  width: 1282px !important;
  height: 40vw;
  max-width: 80vw;
}

.video .video-box iframe {
  width: 100%;
  height: 85%;
}

.video .video-box .video-description {
  position: absolute;
  bottom: 5px;
  height: 10%;
  width: 100%;
  font-size: 16px;
  font-family: "OpenSans-Regular";
  line-height: 22px;
}

.video .video-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}

.video .video-list .video-list-box {
  width: 235px !important;
  height: 150px !important;
  margin: 20px !important;
}

.video .video-list .video-list-box iframe {
  width: 255px !important;
  height: 150px !important;
}

.video #page {
  width: 100vw;
}

.video #page .video-box {
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.video .slick-list {
  width: 100vw;
}

.video .slick-list {
  width: 100%;
  height: 100%;
}

.video .noclick {
  width: 100%;
  height: 100%;
  position: absolute;
}

.video .slick-track:before {
  content: none !important;
}

.video .slick-track .video-list-box {
  position: relative;
  width: 225px !important;
  height: 150px !important;
  margin: 20px !important;
}

.video .slick-track .video-list-box iframe {
  width: 255px !important;
  height: 150px !important;
}

@media screen and (max-width: 1300px) {
  .video {
    height: 100% !important;
  }
  .video .video-titre {
    text-align: center !important;
    width: 80vw !important;
  }
  .video .video-box {
    width: 80vw !important;
  }
}

@media screen and (max-width: 1500px) {
  .video-list {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    -ms-flex-line-pack: center !important;
        align-content: center !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    height: 100% !important;
    width: 80vw !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

.section-carousel-five-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 100px;
  /* medium and up screens */
}

.section-carousel-five-item .section-carousel-five-item-icon {
  margin-top: 100px;
  width: 80px;
}

.section-carousel-five-item .section-carousel-five-item-titre {
  text-align: center;
  color: #fff;
  margin-top: 20px;
  font-size: 26px;
  font-family: "OpenSans-Semibold";
}

.section-carousel-five-item .section-carousel-five-item-titre span {
  text-align: center;
  color: #fff;
  font-size: 40px;
  font-family: "OpenSans-Bold";
}

.section-carousel-five-item .section-carousel-five-item-marge {
  background: #fff;
  width: 1px;
  height: 90px;
}

.section-carousel-five-item.le_groupe_caplaser-chiffre .section-carousel-five-item-titre {
  color: #284177 !important;
}

.section-carousel-five-item.le_groupe_caplaser-chiffre .section-carousel-five-item-titre span {
  color: #284177 !important;
}

@media (max-width: 767px) {
  .section-carousel-five-item .carousel-inner .carousel-item > div {
    display: none;
  }
  .section-carousel-five-item .carousel-inner .carousel-item > div:first-child {
    display: block;
  }
}

.section-carousel-five-item .carousel-inner .carousel-item.active,
.section-carousel-five-item .carousel-inner .carousel-item-next,
.section-carousel-five-item .carousel-inner .carousel-item-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section-carousel-five-item .carousel-item-box {
  width: 25% !important;
}

.section-carousel-five-item .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  padding: 20px;
  height: 500px;
}

@media (min-width: 768px) {
  .section-carousel-five-item .carousel-inner .carousel-item-end.active,
  .section-carousel-five-item .carousel-inner .carousel-item-next {
    -webkit-transform: translateX(20%);
            transform: translateX(20%);
  }
  .section-carousel-five-item .carousel-inner .carousel-item-start.active,
  .section-carousel-five-item .carousel-inner .carousel-item-prev {
    -webkit-transform: translateX(-20%);
            transform: translateX(-20%);
  }
}

.section-carousel-five-item .carousel-inner .carousel-item-end,
.section-carousel-five-item .carousel-inner .carousel-item-start {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.section-carousel-five-item .carousel-control-prev {
  opacity: 1;
  -webkit-transform: translateX(-150px) rotate(180deg);
          transform: translateX(-150px) rotate(180deg);
}

.section-carousel-five-item .carousel-control-prev .carousel-control-prev-icon {
  width: 40px;
  height: 40px;
  -webkit-filter: none !important;
          filter: none !important;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Calque_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 42.6 42.6' style='enable-background:new 0 0 42.6 42.6;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23284177;%7D .st1%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23284177;%7D%0A%3C/style%3E%3Ccircle class='st0' cx='21.3' cy='21.3' r='20.5'/%3E%3Cpath id='Shape_1_copie_2' class='st1' d='M28.8,20.5l-6-5.8c-0.4-0.4-1.1-0.4-1.5,0c-0.4,0.4-0.4,1,0,1.5l0,0l4.2,4.1h-9.8 c-0.6,0-1.1,0.4-1.1,1c0,0.6,0.4,1.1,1,1.1h0.1h9.8l-4.2,4.1c-0.4,0.4-0.4,1,0,1.5l0,0c0.4,0.4,1.1,0.4,1.5,0l6-5.9 C29.2,21.6,29.2,21,28.8,20.5L28.8,20.5z'/%3E%3C/svg%3E%0A");
}

.section-carousel-five-item .carousel-control-next {
  opacity: 1;
  -webkit-transform: translateX(150px) rotate(180deg);
          transform: translateX(150px) rotate(180deg);
}

.section-carousel-five-item .carousel-control-next .carousel-control-next-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  width: 40px;
  height: 40px;
  -webkit-filter: none !important;
          filter: none !important;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Calque_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 42.6 42.6' style='enable-background:new 0 0 42.6 42.6;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23284177;%7D .st1%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23284177;%7D%0A%3C/style%3E%3Ccircle class='st0' cx='21.3' cy='21.3' r='20.5'/%3E%3Cpath id='Shape_1_copie_2' class='st1' d='M28.8,20.5l-6-5.8c-0.4-0.4-1.1-0.4-1.5,0c-0.4,0.4-0.4,1,0,1.5l0,0l4.2,4.1h-9.8 c-0.6,0-1.1,0.4-1.1,1c0,0.6,0.4,1.1,1,1.1h0.1h9.8l-4.2,4.1c-0.4,0.4-0.4,1,0,1.5l0,0c0.4,0.4,1.1,0.4,1.5,0l6-5.9 C29.2,21.6,29.2,21,28.8,20.5L28.8,20.5z'/%3E%3C/svg%3E%0A");
}

.section-carousel-five-item.le_groupe_caplaser-date {
  background-color: #2a437c;
  padding-bottom: 100px;
}

.section-carousel-five-item.le_groupe_caplaser-date .card-annee {
  color: #fff;
  font-size: 30px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.section-carousel-five-item.le_groupe_caplaser-date .card-img {
  height: 200px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.section-carousel-five-item.le_groupe_caplaser-date .card-img .card-img-src {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.section-carousel-five-item.le_groupe_caplaser-date .card-titre {
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  margin-top: 15px;
  margin-bottom: 15px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.section-carousel-five-item.le_groupe_caplaser-date .card-description {
  color: #fff;
  line-height: 20px;
  font-size: 16px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.section-carousel-five-item.le_groupe_caplaser-date .slick-track {
  height: 450px;
}

.section-carousel-five-item.le_groupe_caplaser-date .slick-slide {
  opacity: .8;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.section-carousel-five-item.le_groupe_caplaser-date .slick-slide:hover {
  opacity: 1;
}

.section-carousel-five-item.le_groupe_caplaser-date .slick-slide:hover .card-annee {
  -webkit-transform: scale(1.44);
          transform: scale(1.44);
  margin-bottom: 20px;
  margin-top: 20px;
}

.section-carousel-five-item.le_groupe_caplaser-date .slick-slide:hover .card-img {
  height: 130px;
}

.section-carousel-five-item.le_groupe_caplaser-date .slick-slide:hover .card-img .card-img-src {
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  margin-bottom: 20px;
  margin-top: 20px;
}

.section-carousel-five-item.le_groupe_caplaser-date .slick-slide:hover .card-titre {
  -webkit-transform: scale(1.42);
          transform: scale(1.42);
  margin-bottom: 20px;
  margin-top: 20px;
}

.section-carousel-five-item.le_groupe_caplaser-date .slick-slide:hover .card-description {
  -webkit-transform: scale(1.42);
          transform: scale(1.42);
  line-height: 18px;
  margin-bottom: 20px;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .section-carousel-five-item-titre span {
    font-size: 30px !important;
  }
}

.slider-bu {
  width: 100%;
  height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #00173b;
}

.slider-bu .slider-bu-item {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  opacity: .6;
  width: 25%;
  height: 100%;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  padding: 40px;
}

.slider-bu .slider-bu-item .slider-bu-item-container {
  -webkit-transition: all .25s ease 0s;
  transition: all .25s ease 0s;
  opacity: 0;
  position: absolute;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  visibility: hidden;
  height: 0px;
}

.slider-bu .slider-bu-item .slider-bu-item-container .slider-bu-item-container-img {
  visibility: hidden;
  width: 40px;
  height: 40px;
  opacity: 0;
  -webkit-transition: all 0s 0s;
  transition: all 0s 0s;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

.slider-bu .slider-bu-item .slider-bu-item-container .slider-bu-item-container-titre {
  visibility: hidden;
  color: white;
  opacity: 0;
  -webkit-transition: all 0s 0s;
  transition: all 0s 0s;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
  margin-top: 20px;
  font-family: "OpenSans-Bold";
  font-weight: bold;
  font-size: 24px;
  line-height: 27px;
}

.slider-bu .slider-bu-item .slider-bu-item-container .slider-bu-item-container-titre span {
  line-height: 35px;
}

.slider-bu .slider-bu-item .slider-bu-item-container .slider-bu-item-container-titre a {
  color: white;
  text-decoration: none;
}

.slider-bu .slider-bu-item .slider-bu-item-container .slider-bu-item-container-description {
  visibility: hidden;
  width: 270px;
  font-size: 16px;
  font-family: "OpenSans-Regular";
  line-height: 22px;
  margin: 0;
  color: white;
  opacity: 0;
  -webkit-transition: all 0s 0s;
  transition: all 0s 0s;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  margin-top: 20px;
}

.slider-bu .slider-bu-item .slider-bu-item-container .slider-bu-item-container-button {
  visibility: hidden;
  background-color: #78aacb;
  padding: 12px 25px;
  border: none;
  font-size: 17px;
  opacity: 0;
  -webkit-transition: all 0s 0s;
  transition: all 0s 0s;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  margin-top: 20px;
}

.slider-bu .slider-bu-item .slider-bu-item-container .slider-bu-item-container-button a {
  color: white;
  font-family: "OpenSans-Light";
  text-decoration: none;
}

.slider-bu .slider-bu-item .slider-bu-item-container .slider-bu-item-container-button img {
  height: 20px;
}

.slider-bu .slider-bu-item .slider-bu-item-container .slider-bu-item-container-button .slider-bu-item-container-button-link {
  visibility: hidden;
}

.slider-bu .slider-bu-item:nth-child(1) .slider-bu-item-container .slider-bu-item-container-titre-spancolor {
  color: #78aacb;
  font-size: 30px;
}

.slider-bu .slider-bu-item:nth-child(1) .slider-bu-item-container .slider-bu-item-container-button {
  background: #78aacb;
}

.slider-bu .slider-bu-item:nth-child(2) .slider-bu-item-container {
  text-align: right;
  position: relative;
  float: right;
}

.slider-bu .slider-bu-item:nth-child(2) .slider-bu-item-container .slider-bu-item-container-titre-spancolor {
  color: #88b163;
  font-size: 30px;
}

.slider-bu .slider-bu-item:nth-child(2) .slider-bu-item-container .slider-bu-item-container-button {
  background: #88b163;
}

.slider-bu .slider-bu-item:nth-child(3) .slider-bu-item-container .slider-bu-item-container-titre-spancolor {
  color: #fea851;
  font-size: 30px;
}

.slider-bu .slider-bu-item:nth-child(3) .slider-bu-item-container .slider-bu-item-container-button {
  background: #fea851;
}

.slider-bu .slider-bu-item:nth-child(4) .slider-bu-item-container {
  text-align: right;
  position: relative;
  float: right;
}

.slider-bu .slider-bu-item:nth-child(4) .slider-bu-item-container .slider-bu-item-container-titre-spancolor {
  color: #cd6683;
  font-size: 30px;
}

.slider-bu .slider-bu-item:nth-child(4) .slider-bu-item-container .slider-bu-item-container-button {
  background: #cd6683;
}

.slider-bu .slider-bu-item.active {
  -webkit-transition: all .25s ease 0s;
  transition: all .25s ease 0s;
  width: 145% !important;
  opacity: 1;
}

.slider-bu .slider-bu-item.active .slider-bu-item-container {
  -webkit-transition: all .25s ease .1s, opacity .75s .1s, -webkit-transform .75s .1s;
  transition: all .25s ease .1s, opacity .75s .1s, -webkit-transform .75s .1s;
  transition: all .25s ease .1s, transform .75s .1s, opacity .75s .1s;
  transition: all .25s ease .1s, transform .75s .1s, opacity .75s .1s, -webkit-transform .75s .1s;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  opacity: 1;
  visibility: visible;
  height: auto;
}

.slider-bu .slider-bu-item.active .slider-bu-item-container .slider-bu-item-container-img {
  visibility: visible;
  -webkit-transition: all .2s .1s, opacity .75s .1s, -webkit-transform .75s .1s;
  transition: all .2s .1s, opacity .75s .1s, -webkit-transform .75s .1s;
  transition: all .2s .1s, transform .75s .1s, opacity .75s .1s;
  transition: all .2s .1s, transform .75s .1s, opacity .75s .1s, -webkit-transform .75s .1s;
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

.slider-bu .slider-bu-item.active .slider-bu-item-container .slider-bu-item-container-titre {
  visibility: visible;
  -webkit-transition: all .2s .1s, opacity .75s .1s, -webkit-transform .75s .1s;
  transition: all .2s .1s, opacity .75s .1s, -webkit-transform .75s .1s;
  transition: all .2s .1s, transform .75s .1s, opacity .75s .1s;
  transition: all .2s .1s, transform .75s .1s, opacity .75s .1s, -webkit-transform .75s .1s;
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

.slider-bu .slider-bu-item.active .slider-bu-item-container .slider-bu-item-container-description {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all .2s .1s, opacity .75s .1s, -webkit-transform .75s .1s;
  transition: all .2s .1s, opacity .75s .1s, -webkit-transform .75s .1s;
  transition: all .2s .1s, transform .75s .1s, opacity .75s .1s;
  transition: all .2s .1s, transform .75s .1s, opacity .75s .1s, -webkit-transform .75s .1s;
}

.slider-bu .slider-bu-item.active .slider-bu-item-container .slider-bu-item-container-button {
  visibility: visible;
  -webkit-transition: all .2s .1s, opacity .75s .1s, -webkit-transform .75s .1s;
  transition: all .2s .1s, opacity .75s .1s, -webkit-transform .75s .1s;
  transition: all .2s .1s, transform .75s .1s, opacity .75s .1s;
  transition: all .2s .1s, transform .75s .1s, opacity .75s .1s, -webkit-transform .75s .1s;
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.slider-bu .slider-bu-item.active .slider-bu-item-container .slider-bu-item-container-button .slider-bu-item-container-button-link {
  visibility: visible;
}

.slider-bu .slider-bu-item:hover {
  -webkit-transition: all .25s ease 0s;
  transition: all .25s ease 0s;
  width: 145% !important;
  opacity: 1;
}

.slider-bu .slider-bu-item:hover .slider-bu-item-container {
  -webkit-transition: all .25s ease .1s, opacity .75s .1s, -webkit-transform .75s .1s;
  transition: all .25s ease .1s, opacity .75s .1s, -webkit-transform .75s .1s;
  transition: all .25s ease .1s, transform .75s .1s, opacity .75s .1s;
  transition: all .25s ease .1s, transform .75s .1s, opacity .75s .1s, -webkit-transform .75s .1s;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  opacity: 1;
  visibility: visible;
  height: auto;
}

.slider-bu .slider-bu-item:hover .slider-bu-item-container .slider-bu-item-container-img {
  visibility: visible;
  -webkit-transition: all .2s .1s, opacity .75s .1s, -webkit-transform .75s .1s;
  transition: all .2s .1s, opacity .75s .1s, -webkit-transform .75s .1s;
  transition: all .2s .1s, transform .75s .1s, opacity .75s .1s;
  transition: all .2s .1s, transform .75s .1s, opacity .75s .1s, -webkit-transform .75s .1s;
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

.slider-bu .slider-bu-item:hover .slider-bu-item-container .slider-bu-item-container-titre {
  visibility: visible;
  -webkit-transition: all .2s .1s, opacity .75s .1s, -webkit-transform .75s .1s;
  transition: all .2s .1s, opacity .75s .1s, -webkit-transform .75s .1s;
  transition: all .2s .1s, transform .75s .1s, opacity .75s .1s;
  transition: all .2s .1s, transform .75s .1s, opacity .75s .1s, -webkit-transform .75s .1s;
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

.slider-bu .slider-bu-item:hover .slider-bu-item-container .slider-bu-item-container-description {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all .2s .1s, opacity .75s .1s, -webkit-transform .75s .1s;
  transition: all .2s .1s, opacity .75s .1s, -webkit-transform .75s .1s;
  transition: all .2s .1s, transform .75s .1s, opacity .75s .1s;
  transition: all .2s .1s, transform .75s .1s, opacity .75s .1s, -webkit-transform .75s .1s;
}

.slider-bu .slider-bu-item:hover .slider-bu-item-container .slider-bu-item-container-button {
  visibility: visible;
  -webkit-transition: all .2s .1s, opacity .75s .1s, -webkit-transform .75s .1s;
  transition: all .2s .1s, opacity .75s .1s, -webkit-transform .75s .1s;
  transition: all .2s .1s, transform .75s .1s, opacity .75s .1s;
  transition: all .2s .1s, transform .75s .1s, opacity .75s .1s, -webkit-transform .75s .1s;
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.slider-bu .slider-bu-item:hover .slider-bu-item-container .slider-bu-item-container-button .slider-bu-item-container-button-link {
  visibility: visible;
}

.slider-bu.le_groupe_caplaser {
  width: 1286px;
  margin-bottom: 200px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 769px) {
  .slider-bu {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    -ms-flex-line-pack: center !important;
        align-content: center !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    height: auto !important;
    width: 100vw !important;
  }
  .slider-bu .slider-bu-item.active {
    width: 100% !important;
  }
  .slider-bu .slider-bu-item {
    width: 100vw !important;
    height: 170px !important;
    opacity: 1 !important;
    padding: 20px !important;
    position: relative;
  }
  .slider-bu .slider-bu-item:before {
    position: absolute;
    content: '';
    width: 0%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
  }
  .slider-bu .slider-bu-item:nth-of-type(1):before {
    background-color: #78aacb;
  }
  .slider-bu .slider-bu-item:nth-of-type(2):before {
    background-color: #88b163;
  }
  .slider-bu .slider-bu-item:nth-of-type(3):before {
    background-color: #fea851;
  }
  .slider-bu .slider-bu-item:nth-of-type(4):before {
    background-color: #cd6683;
  }
  .slider-bu .slider-bu-item:nth-of-type(5):before {
    background-color: #005f9f;
  }
  .slider-bu .slider-bu-item:nth-of-type(6):before {
    background-color: #005f9f;
  }
  .slider-bu .slider-bu-item:hover {
    width: 100vw !important;
  }
  .slider-bu .slider-bu-item:hover .slider-bu-item-container {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .slider-bu .slider-bu-item:hover .slider-bu-item-container .slider-bu-item-container-img {
    margin-left: 20px !important;
    -webkit-filter: brightness(10000) !important;
            filter: brightness(10000) !important;
    -webkit-transition: all .5s ease !important;
    transition: all .5s ease !important;
    width: 50px !important;
  }
  .slider-bu .slider-bu-item:hover .slider-bu-item-container .slider-bu-item-container-titre {
    margin-left: 20px !important;
    font-size: 23px !important;
  }
  .slider-bu .slider-bu-item:hover .slider-bu-item-container .slider-bu-item-container-titre span {
    color: #fff !important;
    font-size: 28px !important;
  }
  .slider-bu .slider-bu-item:hover:before {
    width: 100%;
  }
  .slider-bu .slider-bu-item .slider-bu-item-container {
    -webkit-transform: translateX(0) !important;
            transform: translateX(0) !important;
    visibility: visible !important;
    height: 100px !important;
    opacity: 1 !important;
  }
  .slider-bu .slider-bu-item .slider-bu-item-container .slider-bu-item-container-img {
    -webkit-transform: translateX(0) !important;
            transform: translateX(0) !important;
    opacity: 1 !important;
    visibility: visible !important;
    margin-top: 0 !important;
  }
  .slider-bu .slider-bu-item .slider-bu-item-container .slider-bu-item-container-titre {
    -webkit-transform: translateX(0) !important;
            transform: translateX(0) !important;
    opacity: 1 !important;
    visibility: visible !important;
    margin-top: 0 !important;
    font-size: 19px !important;
  }
  .slider-bu .slider-bu-item .slider-bu-item-container .slider-bu-item-container-titre .slider-bu-item-container-titre-spancolor {
    font-size: 22px !important;
  }
  .slider-bu .slider-bu-item .slider-bu-item-container .slider-bu-item-container-description {
    display: none !important;
  }
  .slider-bu .slider-bu-item .slider-bu-item-container .slider-bu-item-container-button {
    display: none !important;
  }
}

.slider-bu.solution {
  width: 1270px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
}

.slider-bu.solution .slider-bu-item {
  width: 16.667%;
}

.slider-bu.solution .slider-bu-item .slider-bu-item-container {
  background-color: rgba(0, 0, 0, 0.45);
  padding: 10px;
}

@media screen and (max-width: 1450px) {
  .slider-bu {
    width: 100vw !important;
    min-width: 650px !important;
  }
}

@media screen and (max-width: 768px) {
  .slider-bu {
    min-width: auto !important;
  }
  .slider-bu.solution {
    width: 100vw !important;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px !important;
  }
  .slider-bu.solution .slider-bu-item {
    width: 100% !important;
  }
  .slider-bu.solution .slider-bu-item .slider-bu-item-container {
    background: none;
  }
}

.page-header {
  background-image: url("./img/cloud/cloud-header.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100vw;
  height: 725px;
}

.page-header .page-header-container {
  margin-right: auto;
  margin-left: auto;
  height: 725px;
  width: 1270px;
}

.page-header .page-header-container .page-header-container-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-family: "OpenSans-Bold";
  background-color: rgba(0, 0, 0, 0.25);
  padding: 30px 15px;
  height: 92%;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 36px;
  margin-bottom: 55px;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-h1 .page-header-container-title-h1-img {
  width: 45px;
  margin-right: 15px;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-h2 {
  font-size: 30px;
  font-family: "OpenSans-Bold";
  width: 580px;
  color: #fff;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-h3 {
  font-size: 38px;
  margin-top: 50px;
  margin-bottom: 30px;
  font-family: "OpenSans-Bold";
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-p {
  font-size: 17px;
  color: #fff;
  font-family: "OpenSans-Light";
  text-align: justify;
  line-height: 22px;
  margin: 0px;
  width: 580px;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-sousp {
  font-size: 16px;
  font-family: "OpenSans-Light";
  color: #fff;
  text-align: justify;
  line-height: 22px;
  margin: 20px 0px;
  width: 580px;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-italic {
  font-size: 14px;
  color: #fff;
  font-family: "OpenSans-Italic";
  text-align: justify;
  line-height: 16px;
  margin: 0px;
  width: 580px;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-button {
  background-color: #78aacb;
  padding: 12px 25px;
  border: none;
  font-size: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 110px 0px 0px 90px;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-button a {
  color: white;
  font-family: "OpenSans-Light";
  text-decoration: none;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-button img {
  height: 20px;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-button .page-header-container-title-button-icon {
  height: 20px;
  margin-left: 20px;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-link {
  font-size: 20px;
  font-family: "OpenSans-Light";
  text-align: justify;
  line-height: 22px;
  margin: 20px 0px 0px 0px;
  text-decoration: none;
  font-weight: bold;
  width: 545px;
}

.gestion-editeur {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #e1e1e3;
  padding-bottom: 100px;
}

.gestion-editeur .gestion-editeur-icon {
  margin-top: 100px;
  width: 80px;
}

.gestion-editeur .gestion-editeur-titre {
  color: #88b163;
  font-family: "OpenSans-Bold";
  font-weight: bold;
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 0;
  text-align: center;
}

.gestion-editeur .gestion-editeur-titre span {
  color: #284177;
  font-family: "OpenSans-Bold";
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 0;
}

.gestion-editeur .gestion-editeur-marge {
  margin-top: 50px;
  width: 1px;
  height: 100px;
  background-color: #284177;
}

.gestion-editeur .gestion-editeur-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding-top: 80px;
  width: 1270px;
}

.gestion-editeur .gestion-editeur-container .gestion-editeur-container-image {
  width: 100%;
}

.gestion-editeur .gestion-editeur-container .gestion-editeur-container-item {
  width: 300px;
  height: 400px;
  position: relative;
  padding: 0px 30px;
}

.gestion-editeur .gestion-editeur-container .gestion-editeur-container-item.onlyone:before {
  content: none !important;
}

.gestion-editeur .gestion-editeur-container .gestion-editeur-container-item:after {
  content: "";
  width: 1px;
  height: 80px;
  background: #284177;
  position: absolute;
  top: -80px;
  left: 50%;
}

.gestion-editeur .gestion-editeur-container .gestion-editeur-container-item:before {
  content: "";
  width: 150%;
  height: 1px;
  background: #284177;
  position: absolute;
  top: -80px;
  left: 0%;
}

.gestion-editeur .gestion-editeur-container .gestion-editeur-container-item:first-child:before {
  left: 50% !important;
  width: 100% !important;
}

.gestion-editeur .gestion-editeur-container .gestion-editeur-container-item:last-child:before {
  left: -50% !important;
  width: 100% !important;
}

.gestion-editeur .gestion-editeur-container .gestion-editeur-container-item .gestion-editeur-container-item-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 150px;
  height: 150px;
  margin-right: auto;
  margin-left: auto;
}

.gestion-editeur .gestion-editeur-container .gestion-editeur-container-item .gestion-editeur-container-item-logo img {
  width: 100%;
  max-height: 150px;
  height: auto;
}

.gestion-editeur .gestion-editeur-container .gestion-editeur-container-item .gestion-editeur-container-item-titre {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 60px;
  color: #284177;
  font-size: 16px;
  font-family: "OpenSans-Semibold";
}

.gestion-editeur .gestion-editeur-container .gestion-editeur-container-item .gestion-editeur-container-item-texte {
  color: #284177;
  font-size: 16px;
  font-family: "OpenSans-Regular";
  line-height: 22px;
  text-align: justify;
}

@media screen and (max-width: 1200px) {
  .gestion-editeur-container {
    width: 80vw !important;
    margin-right: auto !important;
    margin-left: auto !important;
    padding: 0 !important;
  }
  .gestion-editeur-container-item {
    margin-bottom: 50px !important;
    height: auto !important;
  }
  .gestion-editeur-container-item:after {
    content: none !important;
  }
  .gestion-editeur-container-item:before {
    content: none !important;
  }
}

.page-header {
  background-image: url("./img/cloud/cloud-header.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100vw;
  height: 725px;
}

.page-header .page-header-container {
  margin-right: auto;
  margin-left: auto;
  height: 725px;
  width: 1270px;
}

.page-header .page-header-container .page-header-container-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-family: "OpenSans-Bold";
  background-color: rgba(0, 0, 0, 0.25);
  padding: 30px 15px;
  height: 92%;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 36px;
  margin-bottom: 55px;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-h1 .page-header-container-title-h1-img {
  width: 45px;
  margin-right: 15px;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-h2 {
  font-size: 30px;
  font-family: "OpenSans-Bold";
  width: 580px;
  color: #fff;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-h3 {
  font-size: 38px;
  margin-top: 50px;
  margin-bottom: 30px;
  font-family: "OpenSans-Bold";
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-p {
  font-size: 17px;
  color: #fff;
  font-family: "OpenSans-Light";
  text-align: justify;
  line-height: 22px;
  margin: 0px;
  width: 580px;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-sousp {
  font-size: 16px;
  font-family: "OpenSans-Light";
  color: #fff;
  text-align: justify;
  line-height: 22px;
  margin: 20px 0px;
  width: 580px;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-italic {
  font-size: 14px;
  color: #fff;
  font-family: "OpenSans-Italic";
  text-align: justify;
  line-height: 16px;
  margin: 0px;
  width: 580px;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-button {
  background-color: #78aacb;
  padding: 12px 25px;
  border: none;
  font-size: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 110px 0px 0px 90px;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-button a {
  color: white;
  font-family: "OpenSans-Light";
  text-decoration: none;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-button img {
  height: 20px;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-button .page-header-container-title-button-icon {
  height: 20px;
  margin-left: 20px;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-link {
  font-size: 20px;
  font-family: "OpenSans-Light";
  text-align: justify;
  line-height: 22px;
  margin: 20px 0px 0px 0px;
  text-decoration: none;
  font-weight: bold;
  width: 545px;
}

.gestion-presentation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom center;
  padding-bottom: 1000px;
}

.gestion-presentation .gestion-presentation-icon {
  margin-top: 100px;
  width: 80px;
}

.gestion-presentation .gestion-presentation-text {
  font-size: 16px;
  font-family: "OpenSans-Regular";
  line-height: 22px;
  color: #284177;
  width: 600px;
  text-align: center;
  margin-top: 20px;
}

.gestion-presentation .gestion-presentation-slogan {
  line-height: 32px;
  margin-top: 20px;
  color: #284177;
  font-size: 30px;
  font-family: "OpenSans-Bold";
  text-align: center;
  width: 600px;
}

.gestion-presentation .gestion-presentation-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 1220px;
  margin-top: 200px;
}

.gestion-presentation .gestion-presentation-container .gestion-presentation-container-item {
  max-width: 400px;
  width: 100%;
  height: auto;
  background-color: #2a437c;
  margin: 2px;
  padding: 50px;
}

.gestion-presentation .gestion-presentation-container .gestion-presentation-container-item .gestion-presentation-container-item-titre {
  text-align: center;
  margin-top: 20px;
  color: #88b163;
  font-size: 30px;
  font-family: "OpenSans-Bold";
}

.gestion-presentation .gestion-presentation-container .gestion-presentation-container-item .gestion-presentation-container-item-titre .gestion-presentation-container-item-titre-sous-titre {
  font-size: 15px;
  line-height: 15px;
  font-family: "OpenSans-Regular";
  --bs-font-sans-serif: "OpenSans-Regular";
}

.gestion-presentation .gestion-presentation-container .gestion-presentation-container-item .gestion-presentation-container-item-paragraphe {
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  font-family: "OpenSans-Regular";
  text-align: justify;
  margin-top: 20px;
}

.gestion-presentation .gestion-presentation-container .gestion-presentation-container-item .gestion-presentation-container-item-liste {
  margin-top: 30px;
  list-style-position: inside;
  padding: 0;
}

.gestion-presentation .gestion-presentation-container .gestion-presentation-container-item .gestion-presentation-container-item-liste .gestion-presentation-container-item-liste-item {
  text-align: center;
  color: #fff;
  margin-bottom: 15px;
  font-family: "OpenSans-Regular";
  font-weight: 100;
  line-height: 20px;
  font-size: 16x;
}

.gestion-presentation .gestion-presentation-container .gestion-presentation-container-item .gestion-presentation-container-item-liste .gestion-presentation-container-item-liste-item::marker {
  content: ">  ";
  font-family: "OpenSans-Bold";
  color: #88b163;
  margin-right: 5px;
}

.gestion-presentation .gestion-presentation-container .gestion-presentation-container-item .gestion-presentation-container-item-prix {
  text-align: center;
  color: #fff;
  font-family: "OpenSans-Regular";
  margin-top: 20px;
}

.gestion-presentation .gestion-presentation-container .gestion-presentation-container-item .gestion-presentation-container-item-prix span {
  font-size: 25px;
  font-weight: 700;
}

.gestion-presentation .gestion-presentation-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 80vw;
  margin-top: 200px;
}

.gestion-presentation .gestion-presentation-box .gestion-presentation-box-item {
  width: 330px;
  height: auto;
  background-color: #2a437c;
  padding: 50px 50px 90px 50px;
  margin: 2px;
  position: relative;
}

@media screen and (max-width: 500px) {
  .gestion-presentation .gestion-presentation-box .gestion-presentation-box-item {
    height: 100% !important;
  }
}

.gestion-presentation .gestion-presentation-box .gestion-presentation-box-item .gestion-presentation-box-item-titre {
  color: #88b163;
  font-size: 30px;
  font-family: "OpenSans-Bold";
  position: absolute;
}

.gestion-presentation .gestion-presentation-box .gestion-presentation-box-item .gestion-presentation-box-item-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 180px;
  margin-top: 60px;
}

.gestion-presentation .gestion-presentation-box .gestion-presentation-box-item .gestion-presentation-box-item-image img {
  width: 100%;
}

.gestion-presentation .gestion-presentation-box .gestion-presentation-box-item .gestion-presentation-box-item-texte {
  font-size: 16px;
  font-family: "OpenSans-Regular";
  line-height: 22px;
  text-align: justify;
  color: #fff;
}

.gestion-presentation .gestion-presentation-box .gestion-presentation-box-item .gestion-presentation-box-item-link {
  width: 50px;
  position: absolute;
  bottom: 50px;
  right: 50px;
}

.gestion-presentation .gestion-presentation-prix {
  margin-top: 50px;
  max-width: 400px;
  padding: 10px;
  background: #284177;
  font-family: "OpenSans-Bold";
  color: white;
  font-size: 26px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 300px;
  height: 300px;
  border-radius: 50%;
}

.gestion-presentation .gestion-presentation-prix h3 {
  font-size: 50px;
  margin-bottom: 20px;
}

.gestion-presentation.dematerialisation {
  background-image: url("./img/gestion/nos-produits/dematerialisation/dematerialisation-presentation.png");
}

.gestion-presentation.gestion_commerciale {
  background-image: url("./img/gestion/nos-produits/gestion_commerciale/gestion_commerciale-presentation.png");
}

.gestion-presentation.gestion_production {
  background-image: url("./img/gestion/nos-produits/gestion_production/gestion_production-presentation.png");
}

.gestion-presentation.paie_rh {
  background-image: url("./img/gestion/nos-produits/paie_rh/paie_rh-presentation.png");
}

.gestion-presentation.crm {
  background-image: url("./img/gestion/nos-produits/crm/crm-presentation.png");
}

.gestion-presentation.bi_reporting {
  background-image: url("./img/gestion/nos-produits/bi_reporting/bi_reporting-bi.png");
}

.gestion-presentation.comptabilite_finances {
  background-image: url("./img/gestion/nos-produits/comptabilite_finances/comptabilite_finances-pilotez.png");
}

.gestion-presentation.comptabilite_finances .gestion-presentation-container {
  width: 1300px;
}

@media screen and (max-width: 1300px) {
  .gestion-presentation {
    background-image: none !important;
    padding-bottom: 100px !important;
  }
  .gestion-presentation .gestion-presentation-text {
    width: 80vw !important;
  }
  .gestion-presentation .gestion-presentation-slogan {
    width: 80vw !important;
  }
  .gestion-presentation .gestion-presentation-container {
    width: 80vw !important;
    margin-top: 100px !important;
  }
  .gestion-presentation-container-item-titre {
    font-family: "OpenSans-Bold";
    font-weight: bold;
    font-size: 24px !important;
  }
}

@media screen and (max-width: 1010px) {
  .gestion-presentation-container-item {
    height: auto !important;
  }
}

.container-partenaire {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
  padding-bottom: 97px;
}

.container-partenaire .container-partenaire-icon {
  margin-top: 100px;
}

.container-partenaire .container-partenaire-title {
  font-size: 40px;
  font-family: "OpenSans-Bold";
  text-transform: uppercase;
  color: #284177;
  margin-top: 25px;
  z-index: 10;
}

.container-partenaire .container-partenaire-marge {
  width: 1px;
  height: 100px;
  background-color: #284177;
}

.container-partenaire .container-carousel-partenaire {
  position: relative;
  width: 60vw;
  margin-right: auto;
  margin-left: auto;
}

.container-partenaire .slick-slide img {
  margin-right: auto;
  margin-left: auto;
}

.container-partenaire .prev {
  top: 50%;
  border: none;
  background-color: transparent;
  position: absolute;
  left: -50px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  opacity: 1;
  width: 40px;
  height: 40px;
  -webkit-filter: none !important;
          filter: none !important;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Calque_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 42.6 42.6' style='enable-background:new 0 0 42.6 42.6;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23284177;%7D .st1%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23284177;%7D%0A%3C/style%3E%3Ccircle class='st0' cx='21.3' cy='21.3' r='20.5'/%3E%3Cpath id='Shape_1_copie_2' class='st1' d='M28.8,20.5l-6-5.8c-0.4-0.4-1.1-0.4-1.5,0c-0.4,0.4-0.4,1,0,1.5l0,0l4.2,4.1h-9.8 c-0.6,0-1.1,0.4-1.1,1c0,0.6,0.4,1.1,1,1.1h0.1h9.8l-4.2,4.1c-0.4,0.4-0.4,1,0,1.5l0,0c0.4,0.4,1.1,0.4,1.5,0l6-5.9 C29.2,21.6,29.2,21,28.8,20.5L28.8,20.5z'/%3E%3C/svg%3E%0A");
}

.container-partenaire .next {
  top: 50%;
  border: none;
  background-color: transparent;
  position: absolute;
  right: -50px;
  opacity: 1;
  width: 40px;
  height: 40px;
  -webkit-filter: none !important;
          filter: none !important;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Calque_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 42.6 42.6' style='enable-background:new 0 0 42.6 42.6;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23284177;%7D .st1%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23284177;%7D%0A%3C/style%3E%3Ccircle class='st0' cx='21.3' cy='21.3' r='20.5'/%3E%3Cpath id='Shape_1_copie_2' class='st1' d='M28.8,20.5l-6-5.8c-0.4-0.4-1.1-0.4-1.5,0c-0.4,0.4-0.4,1,0,1.5l0,0l4.2,4.1h-9.8 c-0.6,0-1.1,0.4-1.1,1c0,0.6,0.4,1.1,1,1.1h0.1h9.8l-4.2,4.1c-0.4,0.4-0.4,1,0,1.5l0,0c0.4,0.4,1.1,0.4,1.5,0l6-5.9 C29.2,21.6,29.2,21,28.8,20.5L28.8,20.5z'/%3E%3C/svg%3E%0A");
}

.container-partenaire .slick-dots {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .container-partenaire-title {
    font-size: 30px !important;
  }
}

.container-carousel-box {
  position: relative;
  width: 60vw;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 10px;
}

.container-carousel-box .carousel-box-titre {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "OpenSans-Semibold";
  font-size: 25px;
  color: #284177;
  padding: 0px 10px;
  height: 150px;
}

.container-carousel-box .carousel-box-titre .carousel-box-titre-span {
  font-size: 30px;
  font-family: "OpenSans-Bold";
  color: #284177;
}

.container-carousel-box .carousel-box-subtitre {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "OpenSans-Semibold";
  font-size: 22px;
  color: #284177;
  height: 150px;
  padding: 0px 10px;
}

.container-carousel-box .carousel-box-description {
  color: #3696da;
  padding: 0px 10px;
}

.container-carousel-box .carousel-box-img {
  height: 180px;
  width: auto;
  margin-top: 10px;
}

.container-carousel-box .carousel-box-img img {
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: auto;
  margin-left: auto;
}

.container-carousel-box .prev {
  top: 50%;
  border: none;
  background-color: transparent;
  position: absolute;
  left: -50px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  opacity: 1;
  width: 40px;
  height: 40px;
  -webkit-filter: none !important;
          filter: none !important;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Calque_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 42.6 42.6' style='enable-background:new 0 0 42.6 42.6;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23284177;%7D .st1%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23284177;%7D%0A%3C/style%3E%3Ccircle class='st0' cx='21.3' cy='21.3' r='20.5'/%3E%3Cpath id='Shape_1_copie_2' class='st1' d='M28.8,20.5l-6-5.8c-0.4-0.4-1.1-0.4-1.5,0c-0.4,0.4-0.4,1,0,1.5l0,0l4.2,4.1h-9.8 c-0.6,0-1.1,0.4-1.1,1c0,0.6,0.4,1.1,1,1.1h0.1h9.8l-4.2,4.1c-0.4,0.4-0.4,1,0,1.5l0,0c0.4,0.4,1.1,0.4,1.5,0l6-5.9 C29.2,21.6,29.2,21,28.8,20.5L28.8,20.5z'/%3E%3C/svg%3E%0A");
}

.container-carousel-box .next {
  top: 50%;
  border: none;
  background-color: transparent;
  position: absolute;
  right: -50px;
  opacity: 1;
  width: 40px;
  height: 40px;
  -webkit-filter: none !important;
          filter: none !important;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Calque_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 42.6 42.6' style='enable-background:new 0 0 42.6 42.6;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23284177;%7D .st1%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23284177;%7D%0A%3C/style%3E%3Ccircle class='st0' cx='21.3' cy='21.3' r='20.5'/%3E%3Cpath id='Shape_1_copie_2' class='st1' d='M28.8,20.5l-6-5.8c-0.4-0.4-1.1-0.4-1.5,0c-0.4,0.4-0.4,1,0,1.5l0,0l4.2,4.1h-9.8 c-0.6,0-1.1,0.4-1.1,1c0,0.6,0.4,1.1,1,1.1h0.1h9.8l-4.2,4.1c-0.4,0.4-0.4,1,0,1.5l0,0c0.4,0.4,1.1,0.4,1.5,0l6-5.9 C29.2,21.6,29.2,21,28.8,20.5L28.8,20.5z'/%3E%3C/svg%3E%0A");
}

.container-carousel-box .slick-dots {
  display: none !important;
}

.container-carousel-date {
  position: relative;
  width: 60vw;
  margin-right: auto;
  margin-left: auto;
}

.container-carousel-date .preve {
  top: 50%;
  border: none;
  background-color: transparent;
  position: absolute;
  left: -50px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  opacity: 1;
  width: 40px;
  height: 40px;
  -webkit-filter: none !important;
          filter: none !important;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Calque_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 42.6 42.6' style='enable-background:new 0 0 42.6 42.6;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23FFFFFF;%7D .st1%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23FFFFFF;%7D%0A%3C/style%3E%3Ccircle class='st0' cx='21.3' cy='21.3' r='20.5'/%3E%3Cpath id='Shape_1_copie_2' class='st1' d='M28.8,20.5l-6-5.8c-0.4-0.4-1.1-0.4-1.5,0c-0.4,0.4-0.4,1,0,1.5l0,0l4.2,4.1h-9.8 c-0.6,0-1.1,0.4-1.1,1c0,0.6,0.4,1.1,1,1.1h0.1h9.8l-4.2,4.1c-0.4,0.4-0.4,1,0,1.5l0,0c0.4,0.4,1.1,0.4,1.5,0l6-5.9 C29.2,21.6,29.2,21,28.8,20.5L28.8,20.5z'/%3E%3C/svg%3E%0A");
}

.container-carousel-date .nexte {
  top: 50%;
  border: none;
  background-color: transparent;
  position: absolute;
  right: -50px;
  opacity: 1;
  width: 40px;
  height: 40px;
  -webkit-filter: none !important;
          filter: none !important;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Calque_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 42.6 42.6' style='enable-background:new 0 0 42.6 42.6;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23FFFFFF;%7D .st1%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23FFFFFF;%7D%0A%3C/style%3E%3Ccircle class='st0' cx='21.3' cy='21.3' r='20.5'/%3E%3Cpath id='Shape_1_copie_2' class='st1' d='M28.8,20.5l-6-5.8c-0.4-0.4-1.1-0.4-1.5,0c-0.4,0.4-0.4,1,0,1.5l0,0l4.2,4.1h-9.8 c-0.6,0-1.1,0.4-1.1,1c0,0.6,0.4,1.1,1,1.1h0.1h9.8l-4.2,4.1c-0.4,0.4-0.4,1,0,1.5l0,0c0.4,0.4,1.1,0.4,1.5,0l6-5.9 C29.2,21.6,29.2,21,28.8,20.5L28.8,20.5z'/%3E%3C/svg%3E%0A");
}

.container-carousel-date .slick-dots {
  display: none !important;
}

.container-carousel-date .slick-slide {
  padding: 0px 20px;
}

.cloud-offre .offre-content-container-item {
  height: 460px !important;
}

.offre-content-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translate(0px, -100px);
          transform: translate(0px, -100px);
  width: 80%;
  max-width: 1170px;
}

.offre-content-container .offre-content-container-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0px 10px;
  height: 400px;
  width: 220px;
}

.offre-content-container .offre-content-container-item .offre-content-container-item-list {
  padding: 0;
  margin: 0;
  width: 100%;
}

.offre-content-container .offre-content-container-item .offre-content-container-item-list .offre-content-container-item-list-titre {
  font-size: 19px;
  line-height: 21px;
  color: #78aacb;
  font-family: "OpenSans-Bold";
  text-align: center;
  text-transform: uppercase;
  margin: 5px 0px;
  height: 63px;
}

.offre-content-container .offre-content-container-item .offre-content-container-item-list .offre-content-container-item-list-li {
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 10px 0px;
  font-family: "OpenSans-Regular";
  text-align: center;
  line-height: 15px;
  font-size: 14px;
  list-style: none;
}

.offre-content-container .offre-content-container-item .offre-content-container-item-container .offre-content-container-item-container-prix {
  color: #78aacb;
  font-family: "OpenSans-Bold";
  font-size: 42px;
  margin-bottom: 30px;
  position: relative;
}

.offre-content-container .offre-content-container-item .offre-content-container-item-container .offre-content-container-item-container-prix .offre-content-container-item-container-prix-€ {
  font-size: 25px;
  position: absolute;
  right: 22%;
}

.offre-content-container .offre-content-container-item .offre-content-container-item-container .offre-content-container-item-container-prix .offre-content-container-item-container-prix-span {
  font-size: 20px;
  font-family: "OpenSans-Light";
}

.offre-content-container .offre-content-container-item .offre-content-container-item-container .offre-content-container-item-container-button {
  background-color: #78aacb;
  padding: 12px 25px;
  border: none;
  font-size: 17px;
  text-align: center;
}

.offre-content-container .offre-content-container-item .offre-content-container-item-container .offre-content-container-item-container-button a {
  color: white;
  font-family: "OpenSans-Light";
  text-decoration: none;
}

.offre-content-container .offre-content-container-item .offre-content-container-item-container .offre-content-container-item-container-button img {
  height: 20px;
}

@media screen and (max-width: 1200px) {
  .offre-content-container-item {
    width: 300px !important;
    margin-bottom: 100px !important;
  }
}

@media screen and (max-width: 1000px) {
  .offre-content-container-item {
    width: 287px !important;
    margin-bottom: 100px !important;
  }
}

@media screen and (max-width: 992px) {
  .accueil-offre {
    padding-bottom: 0px !important;
  }
}

@media screen and (max-width: 768px) {
  .offre-content-container {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    -ms-flex-line-pack: center !important;
        align-content: center !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .offre-content-container .offre-content-container-item {
    height: auto !important;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 10px !important;
    -webkit-transition: all .5s ease !important;
    transition: all .5s ease !important;
    margin-bottom: 0px !important;
  }
  .offre-content-container .offre-content-container-item .offre-content-container-item-list-li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 0px !important;
    padding: 0px !important;
    opacity: 0 !important;
    -webkit-transition: all .5s ease .5s, height .5s ease .5s, opacity .5s ease 0s !important;
    transition: all .5s ease .5s, height .5s ease .5s, opacity .5s ease 0s !important;
  }
  .offre-content-container .offre-content-container-item .offre-content-container-item-container-prix {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 0px !important;
    padding: 0px !important;
    opacity: 0 !important;
    -webkit-transition: all .5s ease .5s, height .5s ease .5s, opacity .5s ease 0s !important;
    transition: all .5s ease .5s, height .5s ease .5s, opacity .5s ease 0s !important;
  }
  .offre-content-container .offre-content-container-item .offre-content-container-item-button {
    height: 0px !important;
    opacity: 0 !important;
    -webkit-transition: all .5s ease .5s, height .5s ease .5s, opacity .5s ease 0s !important;
    transition: all .5s ease .5s, height .5s ease .5s, opacity .5s ease 0s !important;
  }
  .offre-content-container .offre-content-container-item:hover {
    background-color: #fff;
  }
  .offre-content-container .offre-content-container-item:hover .offre-content-container-item-list .offre-content-container-item-list-li {
    height: 60px !important;
    padding: auto !important;
    opacity: 1 !important;
    padding: 10px 10px !important;
    color: #284177 !important;
    border-top: 1px solid #284177 !important;
    -webkit-transition: all .5s ease, opacity .5s ease .5s !important;
    transition: all .5s ease, opacity .5s ease .5s !important;
  }
  .offre-content-container .offre-content-container-item:hover .offre-content-container-item-container-prix {
    height: 60px !important;
    padding: auto !important;
    opacity: 1 !important;
    padding: 10px 10px !important;
    color: #284177 !important;
    border-top: 1px solid #284177 !important;
    -webkit-transition: all .5s ease, opacity .5s ease .5s !important;
    transition: all .5s ease, opacity .5s ease .5s !important;
  }
  .offre-content-container .offre-content-container-item:hover .offre-content-container-item-container-prix-span {
    -webkit-transform: translate(30%, 30%);
            transform: translate(30%, 30%);
  }
  .offre-content-container .offre-content-container-item:hover .offre-content-container-item-button {
    height: 50px !important;
    width: auto !important;
    opacity: 1 !important;
    margin: 20px 0px !important;
    -webkit-transition: all .5s ease, opacity .5s ease .5s !important;
    transition: all .5s ease, opacity .5s ease .5s !important;
  }
}

.container-accueil-projet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
}

.accueil-projet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 67vw;
  min-width: 650px;
}

.accueil-projet .accueil-projet-telescope {
  width: 65px;
  height: 65px;
  margin-top: 80px;
  fill: #2a4379;
}

.accueil-projet .accueil-projet-titre {
  font-size: 25px;
  font-family: "OpenSans-Regular";
  text-align: center;
  color: #2a4379;
}

.accueil-projet .accueil-projet-titre span {
  font-family: "OpenSans-Bold";
  font-size: 39px;
}

.accueil-projet .accueil-projet-marge {
  background: #2a4379;
  width: 1px;
  height: 90px;
}

@media screen and (max-width: 768px) {
  .accueil-projet {
    min-width: 0px !important;
    -webkit-transform: translateY(0px) !important;
            transform: translateY(0px) !important;
  }
}

@media screen and (max-width: 992px) {
  .accueil-projet-telescope {
    margin-top: 0px !important;
  }
  .container-accueil-projet {
    height: 100% !important;
  }
}

.container-accueil-carousel {
  padding: 0 !important;
  height: calc(100vh - 118px);
  overflow: hidden;
}

.container-accueil-carousel .wrapper {
  width: 100%;
  height: calc(100vh - 118px);
  overflow: hidden;
}

.container-accueil-carousel .wrapper .carousel-accueil {
  height: 100%;
}

.container-accueil-carousel .wrapper .carousel-accueil .slick-list {
  height: 100% !important;
}

.container-accueil-carousel .wrapper .carousel-accueil .slick-list .slick-track {
  height: 100%;
}

.container-accueil-carousel .wrapper .carousel-accueil .slick-list .slick-track .container-item {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  width: 100%;
}

.container-accueil-carousel .wrapper .carousel-accueil .slick-list .slick-track .container-item .container-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 37.55%;
  padding: 0px 95px;
  position: relative;
  text-align: justify;
}

.container-accueil-carousel .wrapper .carousel-accueil .slick-list .slick-track .container-item .container-text .card-img-overlay-titre {
  font-size: 30px;
  font-family: "OpenSans-Bold";
  color: #284177;
  text-align: left;
  line-height: 30px;
  margin-bottom: 55px;
  width: 100%;
  font-size: 29px !important;
}

.container-accueil-carousel .wrapper .carousel-accueil .slick-list .slick-track .container-item .container-text h2 {
  font-size: 30px;
  font-family: "OpenSans-Bold";
  color: #284177;
  text-align: left;
  line-height: 30px;
  margin-bottom: 55px;
  width: 100%;
  font-size: 29px !important;
}

.container-accueil-carousel .wrapper .carousel-accueil .slick-list .slick-track .container-item .container-text .card-img-overlay-paragraphe {
  font-size: 16px;
  font-family: "OpenSans-Regular";
  line-height: 22px;
  color: #284177;
  width: 100%;
}

.container-accueil-carousel .wrapper .carousel-accueil .slick-list .slick-track .container-item .container-text .card-img-overlay-button {
  background-color: #78aacb;
  padding: 12px 25px;
  border: none;
  font-size: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
  background-color: #284177;
}

.container-accueil-carousel .wrapper .carousel-accueil .slick-list .slick-track .container-item .container-text .card-img-overlay-button a {
  color: white;
  font-family: "OpenSans-Light";
  text-decoration: none;
}

.container-accueil-carousel .wrapper .carousel-accueil .slick-list .slick-track .container-item .container-text .card-img-overlay-button img {
  height: 20px;
}

.container-accueil-carousel .wrapper .carousel-accueil .slick-list .slick-track .container-item .container-text .card-img-overlay-button .card-img-overlay-button-icon {
  height: 20px;
  margin-left: 25px;
}

.container-accueil-carousel .wrapper .carousel-accueil .slick-list .slick-track .container-item .container-img {
  width: 52.94%;
  height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.container-accueil-carousel .wrapper .carousel-accueil .slick-list .slick-track .container-item .container-next-img {
  width: 9.5%;
  height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-position: center;
}

.container-accueil-carousel .wrapper .carousel-accueil .slick-list .slick-track .container-item .container-next-img .container-next-img-fx {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 23, 77, 0.7);
}

.container-accueil-carousel .wrapper .slick-dots {
  width: 150px;
  height: 30px;
  position: absolute;
  margin: 0;
  top: 48%;
  right: 35px;
}

.container-accueil-carousel .wrapper .slick-dots li button::before {
  background-color: white;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  color: transparent !important;
  opacity: 1;
}

.container-accueil-carousel .wrapper .slick-dots .slick-active button::before {
  background-color: #7aadfe !important;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  color: transparent !important;
}

.container-accueil-carousel .wrapper .slick-prev {
  z-index: 9999;
  position: absolute;
  right: 9%;
  top: 43%;
  left: auto;
  font-family: none !important;
  content: "";
  -webkit-filter: none !important;
          filter: none !important;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Calque_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 42.6 42.6' style='enable-background:new 0 0 42.6 42.6;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23FFFFFF;%7D .st1%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23FFFFFF;%7D%0A%3C/style%3E%3Ccircle class='st0' cx='21.3' cy='21.3' r='20.5'/%3E%3Cpath id='Shape_1_copie_2' class='st1' d='M28.8,20.5l-6-5.8c-0.4-0.4-1.1-0.4-1.5,0c-0.4,0.4-0.4,1,0,1.5l0,0l4.2,4.1h-9.8 c-0.6,0-1.1,0.4-1.1,1c0,0.6,0.4,1.1,1,1.1h0.1h9.8l-4.2,4.1c-0.4,0.4-0.4,1,0,1.5l0,0c0.4,0.4,1.1,0.4,1.5,0l6-5.9 C29.2,21.6,29.2,21,28.8,20.5L28.8,20.5z'/%3E%3C/svg%3E%0A");
  -webkit-transform: rotate(180deg) translate(0, 0%) !important;
          transform: rotate(180deg) translate(0, 0%) !important;
  width: 40px;
  height: 40px;
}

.container-accueil-carousel .wrapper .slick-prev::before {
  content: "";
}

.container-accueil-carousel .wrapper .slick-next {
  z-index: 9999;
  position: absolute;
  right: 9%;
  top: 54%;
  font-family: none !important;
  content: "";
  -webkit-filter: none !important;
          filter: none !important;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Calque_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 42.6 42.6' style='enable-background:new 0 0 42.6 42.6;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23FFFFFF;%7D .st1%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23FFFFFF;%7D%0A%3C/style%3E%3Ccircle class='st0' cx='21.3' cy='21.3' r='20.5'/%3E%3Cpath id='Shape_1_copie_2' class='st1' d='M28.8,20.5l-6-5.8c-0.4-0.4-1.1-0.4-1.5,0c-0.4,0.4-0.4,1,0,1.5l0,0l4.2,4.1h-9.8 c-0.6,0-1.1,0.4-1.1,1c0,0.6,0.4,1.1,1,1.1h0.1h9.8l-4.2,4.1c-0.4,0.4-0.4,1,0,1.5l0,0c0.4,0.4,1.1,0.4,1.5,0l6-5.9 C29.2,21.6,29.2,21,28.8,20.5L28.8,20.5z'/%3E%3C/svg%3E%0A");
  -webkit-transform: translate(0, 0%) !important;
          transform: translate(0, 0%) !important;
  width: 40px;
  height: 40px;
}

.container-accueil-carousel .wrapper .slick-next::before {
  content: "";
}

@media screen and (max-width: 1200px) {
  .container-accueil-carousel {
    height: 100% !important;
  }
  .wrapper {
    height: 100% !important;
  }
  .container-item {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .container-item .container-text {
    width: 100% !important;
  }
  .container-item .container-img {
    width: 100% !important;
    height: 400px !important;
  }
  .container-item .container-next-img {
    display: none !important;
  }
  .slick-prev {
    left: 30px !important;
    right: unset !important;
    top: 80px !important;
  }
  .slick-next {
    right: 30px !important;
    top: 100px !important;
  }
  .slick-dots {
    display: none !important;
  }
  .card-img-overlay-titre {
    margin-top: 50px !important;
  }
}

.container-accueil-pourquoi-nous {
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.container-accueil-pourquoi-nous .accueil-pourquoi-nous {
  position: relative;
  padding-bottom: 20px;
}

.container-accueil-pourquoi-nous .accueil-pourquoi-nous .accueil-pourquoi-nous-top {
  background: #03071e;
}

.container-accueil-pourquoi-nous .accueil-pourquoi-nous .accueil-pourquoi-nous-top .accueil-pourquoi-nous-top-content {
  width: 1144px;
  margin-right: auto;
  margin-left: auto;
  padding: 12px 0px;
  padding-top: 40px;
}

.container-accueil-pourquoi-nous .accueil-pourquoi-nous .accueil-pourquoi-nous-top .accueil-pourquoi-nous-top-content .accueil-pourquoi-nous-top-content-icon {
  height: 58px;
}

.container-accueil-pourquoi-nous .accueil-pourquoi-nous .accueil-pourquoi-nous-top .accueil-pourquoi-nous-top-content .accueil-pourquoi-nous-top-content-titre {
  font-size: 25px;
  color: #fff;
  font-weight: 600;
  margin-top: 12px;
}

.container-accueil-pourquoi-nous .accueil-pourquoi-nous .accueil-pourquoi-nous-top .accueil-pourquoi-nous-top-content .accueil-pourquoi-nous-top-content-titre span {
  font-family: "OpenSans-Bold";
  font-size: 39px;
  color: #fff;
}

.container-accueil-pourquoi-nous .accueil-pourquoi-nous .accueil-pourquoi-nous-top .accueil-pourquoi-nous-top-content .accueil-pourquoi-nous-top-content-marge {
  background: rgba(255, 255, 255, 0.3);
  display: block;
  margin-left: 55px;
  width: .5px;
  height: 78px;
}

.container-accueil-pourquoi-nous .accueil-pourquoi-nous .accueil-pourquoi-nous-top .accueil-pourquoi-nous-top-content .accueil-pourquoi-nous-top-content-intro {
  font-family: "OpenSans-Semibold";
  font-size: 22px;
  text-align: justify;
  margin-top: 15px;
  color: #fff;
  width: 520px;
}

.container-accueil-pourquoi-nous .accueil-pourquoi-nous .accueil-pourquoi-nous-top .accueil-pourquoi-nous-top-content .accueil-pourquoi-nous-top-content-paragraphe {
  font-size: 16px;
  font-family: "OpenSans-Regular";
  line-height: 22px;
  text-align: justify;
  color: #fff;
  margin-bottom: 15px;
  width: 520px;
}

.container-accueil-pourquoi-nous .accueil-pourquoi-nous .accueil-pourquoi-nous-bottom .accueil-pourquoi-nous-bottom-content {
  width: 1144px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
}

.container-accueil-pourquoi-nous .accueil-pourquoi-nous .accueil-pourquoi-nous-bottom .accueil-pourquoi-nous-bottom-content .accueil-pourquoi-nous-bottom-content-intro {
  font-family: "OpenSans-Semibold";
  font-size: 22px;
  font-weight: bold;
  width: 520px;
  text-align: justify;
  margin-top: 15px;
  color: #284177;
}

.container-accueil-pourquoi-nous .accueil-pourquoi-nous .accueil-pourquoi-nous-bottom .accueil-pourquoi-nous-bottom-content .accueil-pourquoi-nous-bottom-content-intro.mobile {
  display: none;
}

.container-accueil-pourquoi-nous .accueil-pourquoi-nous .accueil-pourquoi-nous-bottom .accueil-pourquoi-nous-bottom-content .accueil-pourquoi-nous-bottom-content-paragraphe {
  font-size: 16px;
  font-family: "OpenSans-Regular";
  line-height: 22px;
  width: 520px;
  text-align: justify;
  color: #284177;
  margin-bottom: 15px;
}

.container-accueil-pourquoi-nous .accueil-pourquoi-nous .accueil-pourquoi-nous-bottom .accueil-pourquoi-nous-bottom-content .accueil-pourquoi-nous-bottom-content-paragraphe.mobile {
  display: none;
}

.container-accueil-pourquoi-nous .accueil-pourquoi-nous .accueil-pourquoi-nous-bottom .accueil-pourquoi-nous-bottom-content .accueil-pourquoi-nous-bottom-content-question .accueil-pourquoi-nous-bottom-content-question-texte {
  font-family: "OpenSans-Bold";
  color: #284177;
  font-size: 39px;
  margin-top: 75px;
}

.container-accueil-pourquoi-nous .accueil-pourquoi-nous .accueil-pourquoi-nous-bottom .accueil-pourquoi-nous-bottom-content .accueil-pourquoi-nous-bottom-content-question .accueil-pourquoi-nous-bottom-content-question-button {
  background-color: #78aacb;
  padding: 12px 25px;
  border: none;
  font-size: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
  background-color: #284177;
}

.container-accueil-pourquoi-nous .accueil-pourquoi-nous .accueil-pourquoi-nous-bottom .accueil-pourquoi-nous-bottom-content .accueil-pourquoi-nous-bottom-content-question .accueil-pourquoi-nous-bottom-content-question-button a {
  color: white;
  font-family: "OpenSans-Light";
  text-decoration: none;
}

.container-accueil-pourquoi-nous .accueil-pourquoi-nous .accueil-pourquoi-nous-bottom .accueil-pourquoi-nous-bottom-content .accueil-pourquoi-nous-bottom-content-question .accueil-pourquoi-nous-bottom-content-question-button img {
  height: 20px;
}

.container-accueil-pourquoi-nous .accueil-pourquoi-nous .accueil-pourquoi-nous-bottom .accueil-pourquoi-nous-bottom-content .accueil-pourquoi-nous-bottom-content-question .accueil-pourquoi-nous-bottom-content-question-button .accueil-pourquoi-nous-bottom-content-question-button-icon {
  height: 20px;
  margin-left: 25px;
}

.container-accueil-pourquoi-nous .accueil-pourquoi-nous .accueil-pourquoi-nous-image {
  position: absolute;
  bottom: 0;
  right: 0;
}

.container-accueil-pourquoi-nous .accueil-pourquoi-nous .accueil-pourquoi-nous-mobile {
  display: none;
}

@media screen and (max-width: 1860px) {
  .accueil-pourquoi-nous-image {
    left: 40vw !important;
  }
}

@media screen and (max-width: 1500px) {
  .accueil-pourquoi-nous-top {
    padding-left: 200px !important;
  }
  .accueil-pourquoi-nous-bottom {
    padding-left: 200px !important;
  }
  .accueil-pourquoi-nous-image {
    left: 44vw !important;
  }
}

@media screen and (max-width: 1350px) {
  .accueil-pourquoi-nous-image {
    display: none !important;
  }
}

@media screen and (max-width: 992px) {
  .accueil-pourquoi-nous {
    padding-bottom: 0 !important;
  }
  .accueil-pourquoi-nous-image {
    display: none !important;
  }
  .accueil-pourquoi-nous-top-content {
    width: 100% !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    -ms-flex-line-pack: center !important;
        align-content: center !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .accueil-pourquoi-nous-top-content .accueil-pourquoi-nous-top-content-marge {
    margin: 0 !important;
  }
  .accueil-pourquoi-nous-top-content .accueil-pourquoi-nous-top-content-intro {
    display: none !important;
  }
  .accueil-pourquoi-nous-top-content .accueil-pourquoi-nous-top-content-paragraphe {
    display: none !important;
  }
  .accueil-pourquoi-nous-top {
    padding-left: 0px !important;
  }
  .accueil-pourquoi-nous-bottom {
    padding-left: 0px !important;
  }
  .accueil-pourquoi-nous-bottom-content {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    -ms-flex-line-pack: center !important;
        align-content: center !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    width: 80% !important;
  }
  .accueil-pourquoi-nous-bottom-content-question-texte {
    font-size: 35px !important;
  }
  .accueil-pourquoi-nous-bottom-content-intro {
    width: 100% !important;
    text-align: center !important;
    line-height: 22px;
    margin-bottom: 10px;
  }
  .accueil-pourquoi-nous-bottom-content-intro p {
    width: 100% !important;
  }
  .accueil-pourquoi-nous-bottom-content-paragraphe {
    width: 100% !important;
    text-align: center !important;
  }
  .accueil-pourquoi-nous-bottom-content-question {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    -ms-flex-line-pack: center !important;
        align-content: center !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .accueil-pourquoi-nous-mobile {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100% !important;
  }
  .mobile {
    margin-right: auto;
    margin-left: auto;
    display: block !important;
  }
}

.container-accueil-actualite {
  padding: 0 !important;
}

.carousel-actualite {
  width: 100%;
  height: 770px;
  overflow: hidden;
  padding: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.carousel-actualite .carousel {
  width: 1415px;
  height: 770px;
}

.carousel-actualite .carousel .slick-list {
  height: 100% !important;
}

.carousel-actualite .carousel .slick-list .slick-track {
  height: 100%;
}

.carousel-actualite .carousel .slick-list .slick-track .container-item {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  width: 100%;
}

.carousel-actualite .carousel .slick-list .slick-track .container-item .container-text {
  position: relative;
  width: 100% !important;
  -webkit-transform: initial !important;
          transform: initial !important;
  margin: 0 100px;
  padding: 0;
}

.carousel-actualite .carousel .slick-list .slick-track .container-item .container-text .img_news_slide {
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 8;
  height: 655px;
  width: 70%;
  -webkit-transform: translateY(105px);
  transform: translateY(105px);
  background-size: cover;
}

.carousel-actualite .carousel .slick-list .slick-track .container-item .container-text .contenu_slider {
  background: #444444;
  /* float: right; */
  position: absolute;
  top: 0;
  right: 0;
  height: 580px;
  z-index: 10;
  width: 50%;
  padding: 47px 60px;
}

.carousel-actualite .carousel .slick-list .slick-track .container-item .container-text .contenu_slider .card-img-overlay-titre {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.carousel-actualite .carousel .slick-list .slick-track .container-item .container-text .contenu_slider .card-img-overlay-titre .card-img-overlay-titre-img {
  width: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.carousel-actualite .carousel .slick-list .slick-track .container-item .container-text .contenu_slider .card-img-overlay-titre .card-img-overlay-titre-link {
  text-decoration: none;
}

.carousel-actualite .carousel .slick-list .slick-track .container-item .container-text .contenu_slider .card-img-overlay-titre .card-img-overlay-titre-link .card-img-overlay-titre-link-p .card-img-overlay-titre-link-p-les {
  font-family: "OpenSans-Bold";
  font-weight: bold;
  font-size: 24px;
  color: #fff;
  margin-left: 17px;
}

.carousel-actualite .carousel .slick-list .slick-track .container-item .container-text .contenu_slider .card-img-overlay-titre .card-img-overlay-titre-link .card-img-overlay-titre-link-p .card-img-overlay-titre-link-p-capnews {
  font-family: "OpenSans-Bold";
  font-weight: bold;
  color: #fff;
  font-size: 38px;
  margin-left: 8px;
  -webkit-transform: translate(0px, 5px);
          transform: translate(0px, 5px);
}

.carousel-actualite .carousel .slick-list .slick-track .container-item .container-text .contenu_slider.securite,
.carousel-actualite .carousel .slick-list .slick-track .container-item .container-text .contenu_slider.conseil,
.carousel-actualite .carousel .slick-list .slick-track .container-item .container-text .contenu_slider.conseils,
.carousel-actualite .carousel .slick-list .slick-track .container-item .container-text .contenu_slider.blog-conseils,
.carousel-actualite .carousel .slick-list .slick-track .container-item .container-text .contenu_slider.blog-conseil,
.carousel-actualite .carousel .slick-list .slick-track .container-item .container-text .contenu_slider.blog-securite {
  background: #207ab7 !important;
}

.carousel-actualite .carousel .slick-list .slick-track .container-item .container-text .contenu_slider.cloud,
.carousel-actualite .carousel .slick-list .slick-track .container-item .container-text .contenu_slider.blog-cloud {
  background: #78aacb !important;
}

.carousel-actualite .carousel .slick-list .slick-track .container-item .container-text .contenu_slider.gestion,
.carousel-actualite .carousel .slick-list .slick-track .container-item .container-text .contenu_slider.blog-gestion {
  background: #88b163 !important;
}

.carousel-actualite .carousel .slick-list .slick-track .container-item .container-text .contenu_slider.infrastructure,
.carousel-actualite .carousel .slick-list .slick-track .container-item .container-text .contenu_slider.blog-infrastructure {
  background: #fea851 !important;
}

.carousel-actualite .carousel .slick-list .slick-track .container-item .container-text .contenu_slider.developpement,
.carousel-actualite .carousel .slick-list .slick-track .container-item .container-text .contenu_slider.blog-developpement,
.carousel-actualite .carousel .slick-list .slick-track .container-item .container-text .contenu_slider.internet,
.carousel-actualite .carousel .slick-list .slick-track .container-item .container-text .contenu_slider.blog-internet {
  background: #78aacb !important;
}

.carousel-actualite .carousel .slick-list .slick-track .container-item .container-text .card-img-overlay-paragraphe .card-img-overlay-paragraphe-information {
  font-family: "OpenSans-LightItalic";
  color: #fff;
  font-size: 14px;
  margin-top: 35px;
}

.carousel-actualite .carousel .slick-list .slick-track .container-item .container-text .card-img-overlay-paragraphe .card-img-overlay-paragraphe-titre a {
  font-family: "OpenSans-Bold";
  font-weight: bold;
  font-size: 24px;
  color: #fff !important;
  text-decoration: none;
  line-height: 25px;
}

.carousel-actualite .carousel .slick-list .slick-track .container-item .container-text .card-img-overlay-paragraphe .card-img-overlay-paragraphe-texte {
  text-align: justify;
  color: #fff;
  font-size: 16px;
  font-family: "OpenSans-Light";
  line-height: 22px;
  margin-top: 45px;
}

.carousel-actualite .carousel .slick-list .slick-track .container-item .container-text .card-img-overlay-paragraphe .card-img-overlay-paragraphe-plus {
  text-align: right;
  color: #fff;
  font-size: 16px;
  font-family: "OpenSans-Light";
  line-height: 22px;
  margin-top: 20px;
  text-decoration: underline;
  position: absolute;
}

.carousel-actualite .carousel .slick-list .slick-track .container-item .container-img {
  height: 655px;
  width: 955px;
  -webkit-transform: translateY(105px);
          transform: translateY(105px);
  overflow: hidden;
  border: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.carousel-actualite .carousel .slick-list .slick-track .container-item .container-img img {
  display: none;
  height: 100%;
  width: 100%;
}

.carousel-actualite .carousel .slick-list .slick-track .container-item .container-next-img {
  width: 9.5%;
  height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-position: center;
}

.carousel-actualite .slick-dots {
  width: 200px;
  height: 30px;
  position: absolute;
  margin: 0;
  top: 67%;
  right: 33%;
}

.carousel-actualite .slick-dots li {
  margin: 0;
}

.carousel-actualite .slick-dots li button::before {
  background-color: white;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  color: transparent !important;
  opacity: 1;
}

.carousel-actualite .slick-dots .slick-active button::before {
  background-color: #7aadfe !important;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  color: transparent !important;
}

.carousel-actualite .slick-prev {
  z-index: 9999;
  position: absolute;
  right: 45%;
  top: 66%;
  left: auto;
  font-family: none !important;
  content: "";
  -webkit-filter: none !important;
          filter: none !important;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Calque_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 42.6 42.6' style='enable-background:new 0 0 42.6 42.6;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23FFFFFF;%7D .st1%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23FFFFFF;%7D%0A%3C/style%3E%3Ccircle class='st0' cx='21.3' cy='21.3' r='20.5'/%3E%3Cpath id='Shape_1_copie_2' class='st1' d='M28.8,20.5l-6-5.8c-0.4-0.4-1.1-0.4-1.5,0c-0.4,0.4-0.4,1,0,1.5l0,0l4.2,4.1h-9.8 c-0.6,0-1.1,0.4-1.1,1c0,0.6,0.4,1.1,1,1.1h0.1h9.8l-4.2,4.1c-0.4,0.4-0.4,1,0,1.5l0,0c0.4,0.4,1.1,0.4,1.5,0l6-5.9 C29.2,21.6,29.2,21,28.8,20.5L28.8,20.5z'/%3E%3C/svg%3E%0A");
  -webkit-transform: rotate(180deg) translate(0, 0%) !important;
          transform: rotate(180deg) translate(0, 0%) !important;
  width: 40px;
  height: 40px;
}

.carousel-actualite .slick-prev::before {
  content: "";
}

.carousel-actualite .slick-next {
  z-index: 9999;
  position: absolute;
  right: 33%;
  top: 66%;
  font-family: none !important;
  content: "";
  -webkit-filter: none !important;
          filter: none !important;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Calque_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 42.6 42.6' style='enable-background:new 0 0 42.6 42.6;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23FFFFFF;%7D .st1%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23FFFFFF;%7D%0A%3C/style%3E%3Ccircle class='st0' cx='21.3' cy='21.3' r='20.5'/%3E%3Cpath id='Shape_1_copie_2' class='st1' d='M28.8,20.5l-6-5.8c-0.4-0.4-1.1-0.4-1.5,0c-0.4,0.4-0.4,1,0,1.5l0,0l4.2,4.1h-9.8 c-0.6,0-1.1,0.4-1.1,1c0,0.6,0.4,1.1,1,1.1h0.1h9.8l-4.2,4.1c-0.4,0.4-0.4,1,0,1.5l0,0c0.4,0.4,1.1,0.4,1.5,0l6-5.9 C29.2,21.6,29.2,21,28.8,20.5L28.8,20.5z'/%3E%3C/svg%3E%0A");
  -webkit-transform: translate(0, 0%) !important;
          transform: translate(0, 0%) !important;
  width: 40px;
  height: 40px;
}

.carousel-actualite .slick-next::before {
  content: "";
}

@media screen and (max-width: 1200px) {
  .wrapper.actualite {
    width: 100vw !important;
    height: auto !important;
  }
  .carousel-actualite {
    height: auto !important;
  }
  .carousel-actualite .carousel {
    width: 100% !important;
    height: auto !important;
  }
  .container-item {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
    height: auto !important;
  }
  .container-item .container-img {
    width: 100% !important;
    -webkit-transform: translateY(0px) !important;
            transform: translateY(0px) !important;
  }
  .container-item .container-text {
    position: initial !important;
    width: 100% !important;
    margin: 0 !important;
    -webkit-transform: initial !important;
            transform: initial !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .container-item .container-text .img_news_slide {
    width: 100% !important;
    position: initial !important;
    -webkit-transform: initial !important;
            transform: initial !important;
    top: auto !important;
    left: auto !important;
  }
  .container-item .container-text .contenu_slider {
    width: 100% !important;
    height: auto !important;
    position: initial !important;
    top: auto !important;
    left: auto !important;
  }
  .container-item .container-text .contenu_slider .card-img-overlay-paragraphe .card-img-overlay-paragraphe-plus {
    position: initial !important;
    display: block !important;
  }
  .slick-dots {
    display: none !important;
  }
  .slick-prev {
    right: auto !important;
    left: 30px !important;
    top: 15% !important;
  }
  .slick-next {
    left: auto !important;
    right: 30px !important;
    top: 15% !important;
  }
}

.container-accueil-chiffre {
  margin: 0;
  padding: 0;
}

.container-accueil-chiffre .accueil-chiffre {
  width: 100vw;
  background-image: url("./img/accueil/accueil-chiffre.png");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 295px;
  padding-bottom: 190px;
}

.container-accueil-chiffre .accueil-chiffre .prev {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Calque_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 42.6 42.6' style='enable-background:new 0 0 42.6 42.6;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23FFFFFF;%7D .st1%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23FFFFFF;%7D%0A%3C/style%3E%3Ccircle class='st0' cx='21.3' cy='21.3' r='20.5'/%3E%3Cpath id='Shape_1_copie_2' class='st1' d='M28.8,20.5l-6-5.8c-0.4-0.4-1.1-0.4-1.5,0c-0.4,0.4-0.4,1,0,1.5l0,0l4.2,4.1h-9.8 c-0.6,0-1.1,0.4-1.1,1c0,0.6,0.4,1.1,1,1.1h0.1h9.8l-4.2,4.1c-0.4,0.4-0.4,1,0,1.5l0,0c0.4,0.4,1.1,0.4,1.5,0l6-5.9 C29.2,21.6,29.2,21,28.8,20.5L28.8,20.5z'/%3E%3C/svg%3E%0A");
}

.container-accueil-chiffre .accueil-chiffre .next {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Calque_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 42.6 42.6' style='enable-background:new 0 0 42.6 42.6;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23FFFFFF;%7D .st1%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23FFFFFF;%7D%0A%3C/style%3E%3Ccircle class='st0' cx='21.3' cy='21.3' r='20.5'/%3E%3Cpath id='Shape_1_copie_2' class='st1' d='M28.8,20.5l-6-5.8c-0.4-0.4-1.1-0.4-1.5,0c-0.4,0.4-0.4,1,0,1.5l0,0l4.2,4.1h-9.8 c-0.6,0-1.1,0.4-1.1,1c0,0.6,0.4,1.1,1,1.1h0.1h9.8l-4.2,4.1c-0.4,0.4-0.4,1,0,1.5l0,0c0.4,0.4,1.1,0.4,1.5,0l6-5.9 C29.2,21.6,29.2,21,28.8,20.5L28.8,20.5z'/%3E%3C/svg%3E%0A");
}

@media screen and (max-width: 992px) {
  .container-accueil-chiffre .accueil-chiffre {
    padding-top: 50px !important;
    padding-bottom: 50px;
  }
}

.container-accueil-chiffre .accueil-chiffre .accueil-chiffre-img {
  height: 70px;
}

.container-accueil-chiffre .accueil-chiffre .accueil-chiffre-caplaser {
  font-family: "OpenSans-Semibold";
  text-transform: uppercase;
  color: #fff;
  font-size: 25px;
  margin-top: 10px;
  text-align: center;
}

.container-accueil-chiffre .accueil-chiffre .accueil-chiffre-caplaser span {
  font-family: "OpenSans-Bold";
  color: #fff;
  font-size: 39px;
  text-transform: none !important;
}

.container-accueil-chiffre .accueil-chiffre .accueil-chiffre-marge {
  background: rgba(255, 255, 255, 0.3);
  width: .5px;
  height: 90px;
}

.container-accueil-chiffre .accueil-chiffre .accueil-chiffre-marge-container-item {
  width: 250px;
  height: 100%;
}

.container-accueil-chiffre .accueil-chiffre .accueil-chiffre-marge-container-item .accueil-chiffre-marge-container-item-top {
  background-image: url("./img/accueil/accueil-chiffre-marge-container-item-top.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 230px;
  height: 230px;
}

.container-accueil-chiffre .accueil-chiffre .accueil-chiffre-marge-container-item .accueil-chiffre-marge-container-item-top .accueil-chiffre-marge-container-item-top-number {
  font-size: 60px;
  font-family: "OpenSans-Bold";
  color: #fff;
}

.container-accueil-chiffre .accueil-chiffre .accueil-chiffre-marge-container-item .accueil-chiffre-marge-container-item-top .accueil-chiffre-marge-container-item-top-icon {
  height: 30px;
  width: auto;
}

.container-accueil-chiffre .accueil-chiffre .accueil-chiffre-marge-container-item .accueil-chiffre-marge-container-item-bottom {
  margin-top: 20px;
  font-size: 16px;
  font-family: "OpenSans-Regular";
  line-height: 22px;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 992px) {
  .accueil-chiffre {
    width: 100% !important;
  }
  .accueil-chiffre .accueil-chiffre-marge-container {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    -ms-flex-line-pack: center !important;
        align-content: center !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    height: 100% !important;
    width: 100% !important;
    -webkit-transform: translateY(0px) !important;
            transform: translateY(0px) !important;
  }
  .accueil-chiffre .accueil-chiffre-marge-container .accueil-chiffre-marge-container-item {
    margin-bottom: 80px !important;
  }
}

@media screen and (max-width: 600px) {
  .accueil-chiffre .accueil-chiffre-marge-container-item .accueil-chiffre-marge-container-item-top {
    width: 100% !important;
    height: auto !important;
    padding: 20px !important;
  }
  .accueil-chiffre .accueil-chiffre-marge-container-item .accueil-chiffre-marge-container-item-top .accueil-chiffre-marge-container-item-top-number {
    font-size: 30px !important;
  }
}

.container-accueil-offre {
  margin: 0;
  padding: 0;
}

.container-accueil-offre .accueil-offre {
  background-image: url(./img/accueil/backgound-accueil-offre.png);
  padding-bottom: 50px;
  background-position: top center left;
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
  background-color: #03071e;
}

.container-accueil-offre .accueil-offre .accueil-offre-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 355px;
}

.container-accueil-offre .accueil-offre .accueil-offre-content .accueil-offre-content-icon {
  margin-top: 100px;
  width: 80px;
}

.container-accueil-offre .accueil-offre .accueil-offre-content .accueil-offre-content-titre {
  text-align: center;
  font-family: "OpenSans-Semibold";
  font-size: 24px;
  color: #fff;
}

.container-accueil-offre .accueil-offre .accueil-offre-content .accueil-offre-content-titre span {
  text-align: center;
  font-family: "OpenSans-Bold";
  font-size: 39px;
  color: #fff;
}

.container-accueil-offre .accueil-offre .accueil-offre-content .accueil-offre-content-marge {
  background: rgba(255, 255, 255, 0.3);
  width: .5px;
  height: 90px;
}

@media screen and (max-width: 768px) {
  .accueil-offre-content-titre {
    width: 90% !important;
  }
}

.blog, .search {
  width: 100vw;
  background-color: #03071e;
}

.blog .blog-breadcrumb, .search .blog-breadcrumb {
  margin-right: auto;
  margin-left: auto;
  height: 50px;
  width: 1270px;
  position: absolute;
  top: 0;
}

.blog .blog-breadcrumb #ariane ul li, .search .blog-breadcrumb #ariane ul li {
  color: #fff !important;
}

.blog .blog-breadcrumb #ariane ul li :not(a), .search .blog-breadcrumb #ariane ul li :not(a) {
  font-weight: 900;
}

.blog .blog-pagination, .search .blog-pagination {
  width: 100vw;
  height: 250px;
}

.blog .blog-container, .search .blog-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  min-height: 100vh;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.blog .blog-container .blog-container-item, .search .blog-container .blog-container-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 25%;
  height: 580px;
  background-color: #03071e;
  padding: 50px 50px;
  overflow: hidden;
  background-image: url("./img/Footer-image-right.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

@media screen and (max-width: 1500px) {
  .blog .blog-container .blog-container-item, .search .blog-container .blog-container-item {
    width: 33.33% !important;
  }
}

@media screen and (max-width: 1024px) {
  .blog .blog-container .blog-container-item, .search .blog-container .blog-container-item {
    width: 50% !important;
  }
}

@media screen and (max-width: 768px) {
  .blog .blog-container .blog-container-item, .search .blog-container .blog-container-item {
    width: 100% !important;
  }
}

.blog .blog-container .blog-container-item .blog-container-item-fx, .search .blog-container .blog-container-item .blog-container-item-fx {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 50%;
  background: #03071e;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(15%, #03071e), to(rgba(3, 7, 30, 0)));
  background: linear-gradient(0deg, #03071e 15%, rgba(3, 7, 30, 0) 100%);
  z-index: 10;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.blog .blog-container .blog-container-item .blog-container-item-container, .search .blog-container .blog-container-item .blog-container-item-container {
  width: 100%;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  z-index: 20;
}

.blog .blog-container .blog-container-item .blog-container-item-container .blog-container-item-container-box, .search .blog-container .blog-container-item .blog-container-item-container .blog-container-item-container-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.blog .blog-container .blog-container-item .blog-container-item-container .blog-container-item-container-box .blog-container-item-container-categorie, .search .blog-container .blog-container-item .blog-container-item-container .blog-container-item-container-box .blog-container-item-container-categorie {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 2px 15px;
  border: 1px solid #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  bottom: 200px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  margin-right: 15px;
}

.blog .blog-container .blog-container-item .blog-container-item-container .blog-container-item-container-box .blog-container-item-container-categorie a, .search .blog-container .blog-container-item .blog-container-item-container .blog-container-item-container-box .blog-container-item-container-categorie a {
  font-family: "OpenSans-Regular";
  text-align: left;
  font-size: 12px;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
}

.blog .blog-container .blog-container-item .blog-container-item-container .blog-container-item-container-categorie, .search .blog-container .blog-container-item .blog-container-item-container .blog-container-item-container-categorie {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 2px 15px;
  border: 1px solid #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  bottom: 200px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  margin-right: 15px;
}

.blog .blog-container .blog-container-item .blog-container-item-container .blog-container-item-container-categorie a, .search .blog-container .blog-container-item .blog-container-item-container .blog-container-item-container-categorie a {
  font-family: "OpenSans-Regular";
  text-align: left;
  font-size: 12px;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
}

.blog .blog-container .blog-container-item .blog-container-item-container .blog-container-item-container-categorie.infrastructure,
.blog .blog-container .blog-container-item .blog-container-item-container .blog-container-item-container-categorie.blog-infrastructure, .search .blog-container .blog-container-item .blog-container-item-container .blog-container-item-container-categorie.infrastructure,
.search .blog-container .blog-container-item .blog-container-item-container .blog-container-item-container-categorie.blog-infrastructure {
  border: 1px solid #fea851 !important;
}

.blog .blog-container .blog-container-item .blog-container-item-container .blog-container-item-container-categorie.infrastructure a,
.blog .blog-container .blog-container-item .blog-container-item-container .blog-container-item-container-categorie.blog-infrastructure a, .search .blog-container .blog-container-item .blog-container-item-container .blog-container-item-container-categorie.infrastructure a,
.search .blog-container .blog-container-item .blog-container-item-container .blog-container-item-container-categorie.blog-infrastructure a {
  color: #fea851 !important;
}

.blog .blog-container .blog-container-item .blog-container-item-container .blog-container-item-container-categorie.securite,
.blog .blog-container .blog-container-item .blog-container-item-container .blog-container-item-container-categorie.conseil,
.blog .blog-container .blog-container-item .blog-container-item-container .blog-container-item-container-categorie.conseils,
.blog .blog-container .blog-container-item .blog-container-item-container .blog-container-item-container-categorie.blog-conseils,
.blog .blog-container .blog-container-item .blog-container-item-container .blog-container-item-container-categorie.blog-conseil,
.blog .blog-container .blog-container-item .blog-container-item-container .blog-container-item-container-categorie.blog-securite, .search .blog-container .blog-container-item .blog-container-item-container .blog-container-item-container-categorie.securite,
.search .blog-container .blog-container-item .blog-container-item-container .blog-container-item-container-categorie.conseil,
.search .blog-container .blog-container-item .blog-container-item-container .blog-container-item-container-categorie.conseils,
.search .blog-container .blog-container-item .blog-container-item-container .blog-container-item-container-categorie.blog-conseils,
.search .blog-container .blog-container-item .blog-container-item-container .blog-container-item-container-categorie.blog-conseil,
.search .blog-container .blog-container-item .blog-container-item-container .blog-container-item-container-categorie.blog-securite {
  border: 1px solid #207ab7 !important;
}

.blog .blog-container .blog-container-item .blog-container-item-container .blog-container-item-container-categorie.securite a,
.blog .blog-container .blog-container-item .blog-container-item-container .blog-container-item-container-categorie.conseil a,
.blog .blog-container .blog-container-item .blog-container-item-container .blog-container-item-container-categorie.conseils a,
.blog .blog-container .blog-container-item .blog-container-item-container .blog-container-item-container-categorie.blog-conseils a,
.blog .blog-container .blog-container-item .blog-container-item-container .blog-container-item-container-categorie.blog-conseil a,
.blog .blog-container .blog-container-item .blog-container-item-container .blog-container-item-container-categorie.blog-securite a, .search .blog-container .blog-container-item .blog-container-item-container .blog-container-item-container-categorie.securite a,
.search .blog-container .blog-container-item .blog-container-item-container .blog-container-item-container-categorie.conseil a,
.search .blog-container .blog-container-item .blog-container-item-container .blog-container-item-container-categorie.conseils a,
.search .blog-container .blog-container-item .blog-container-item-container .blog-container-item-container-categorie.blog-conseils a,
.search .blog-container .blog-container-item .blog-container-item-container .blog-container-item-container-categorie.blog-conseil a,
.search .blog-container .blog-container-item .blog-container-item-container .blog-container-item-container-categorie.blog-securite a {
  color: #207ab7 !important;
}

.blog .blog-container .blog-container-item .blog-container-item-container .blog-container-item-container-categorie.cloud,
.blog .blog-container .blog-container-item .blog-container-item-container .blog-container-item-container-categorie.blog-cloud, .search .blog-container .blog-container-item .blog-container-item-container .blog-container-item-container-categorie.cloud,
.search .blog-container .blog-container-item .blog-container-item-container .blog-container-item-container-categorie.blog-cloud {
  border: 1px solid #78aacb !important;
}

.blog .blog-container .blog-container-item .blog-container-item-container .blog-container-item-container-categorie.cloud a,
.blog .blog-container .blog-container-item .blog-container-item-container .blog-container-item-container-categorie.blog-cloud a, .search .blog-container .blog-container-item .blog-container-item-container .blog-container-item-container-categorie.cloud a,
.search .blog-container .blog-container-item .blog-container-item-container .blog-container-item-container-categorie.blog-cloud a {
  color: #78aacb !important;
}

.blog .blog-container .blog-container-item .blog-container-item-container .blog-container-item-container-categorie.gestion,
.blog .blog-container .blog-container-item .blog-container-item-container .blog-container-item-container-categorie.blog-gestion, .search .blog-container .blog-container-item .blog-container-item-container .blog-container-item-container-categorie.gestion,
.search .blog-container .blog-container-item .blog-container-item-container .blog-container-item-container-categorie.blog-gestion {
  border: 1px solid #88b163 !important;
}

.blog .blog-container .blog-container-item .blog-container-item-container .blog-container-item-container-categorie.gestion a,
.blog .blog-container .blog-container-item .blog-container-item-container .blog-container-item-container-categorie.blog-gestion a, .search .blog-container .blog-container-item .blog-container-item-container .blog-container-item-container-categorie.gestion a,
.search .blog-container .blog-container-item .blog-container-item-container .blog-container-item-container-categorie.blog-gestion a {
  color: #88b163 !important;
}

.blog .blog-container .blog-container-item .blog-container-item-container .blog-container-item-container-categorie.developpement
.blog-container-item-container-categorie.blog-developpement,
.blog .blog-container .blog-container-item .blog-container-item-container .blog-container-item-container-categorie.internet,
.blog .blog-container .blog-container-item .blog-container-item-container .blog-container-item-container-categorie.blog-internet, .search .blog-container .blog-container-item .blog-container-item-container .blog-container-item-container-categorie.developpement
.blog-container-item-container-categorie.blog-developpement,
.search .blog-container .blog-container-item .blog-container-item-container .blog-container-item-container-categorie.internet,
.search .blog-container .blog-container-item .blog-container-item-container .blog-container-item-container-categorie.blog-internet {
  border: 1px solid #cd6683 !important;
}

.blog .blog-container .blog-container-item .blog-container-item-container .blog-container-item-container-categorie.developpement
.blog-container-item-container-categorie.blog-developpement a,
.blog .blog-container .blog-container-item .blog-container-item-container .blog-container-item-container-categorie.internet a,
.blog .blog-container .blog-container-item .blog-container-item-container .blog-container-item-container-categorie.blog-internet a, .search .blog-container .blog-container-item .blog-container-item-container .blog-container-item-container-categorie.developpement
.blog-container-item-container-categorie.blog-developpement a,
.search .blog-container .blog-container-item .blog-container-item-container .blog-container-item-container-categorie.internet a,
.search .blog-container .blog-container-item .blog-container-item-container .blog-container-item-container-categorie.blog-internet a {
  color: #cd6683 !important;
}

.blog .blog-container .blog-container-item .blog-container-item-container .blog-container-item-container-titre, .search .blog-container .blog-container-item .blog-container-item-container .blog-container-item-container-titre {
  margin-top: 40px;
  margin-bottom: 15px;
  display: block;
  bottom: 100px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.blog .blog-container .blog-container-item .blog-container-item-container .blog-container-item-container-titre a, .search .blog-container .blog-container-item .blog-container-item-container .blog-container-item-container-titre a {
  font-family: "OpenSans-ExtraBold";
  font-size: 30px;
  color: #fff;
  line-height: 35px;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .blog .blog-container .blog-container-item .blog-container-item-container .blog-container-item-container-titre a, .search .blog-container .blog-container-item .blog-container-item-container .blog-container-item-container-titre a {
    font-size: 22px !important;
  }
}

.blog .blog-container .blog-container-item .blog-container-item-container .blog-container-item-container-texte, .search .blog-container .blog-container-item .blog-container-item-container .blog-container-item-container-texte {
  font-family: "OpenSans-Regular";
  line-height: 18px;
  font-size: 16px;
  color: #fff;
  height: 0px;
  bottom: 0;
  opacity: 0;
  width: 80%;
  margin: 0;
  text-align: justify;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.blog .blog-container .blog-container-item .blog-container-item-container .blog-container-item-container-date-author, .search .blog-container .blog-container-item .blog-container-item-container .blog-container-item-container-date-author {
  font-family: "OpenSans-Regular";
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.blog .blog-container .blog-container-item .blog-container-item-container .blog-container-item-container-date-author a, .search .blog-container .blog-container-item .blog-container-item-container .blog-container-item-container-date-author a {
  font-family: "OpenSans-Regular";
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
}

.blog .blog-container .blog-container-item:hover .blog-container-item-container, .search .blog-container .blog-container-item:hover .blog-container-item-container {
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
}

.blog .blog-container .blog-container-item:hover .blog-container-item-container-texte, .search .blog-container .blog-container-item:hover .blog-container-item-container-texte {
  opacity: 1 !important;
  height: 70px !important;
}

.blog .blog-container .blog-container-item:hover .blog-container-item-container-date-author, .search .blog-container .blog-container-item:hover .blog-container-item-container-date-author {
  opacity: 0 !important;
}

.blog .blog-container .blog-container-item:hover .blog-container-item-fx, .search .blog-container .blog-container-item:hover .blog-container-item-fx {
  height: 150%;
}

.partenaires .blog-container .blog-container-item {
  background-size: 60%;
}

.partenaires .blog-container .blog-container-item .blog-container-item-container {
  background-color: #03071e40;
  padding: 20px;
}

.page-header {
  background-image: url("./img/cloud/cloud-header.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100vw;
  height: 725px;
}

.page-header .page-header-container {
  margin-right: auto;
  margin-left: auto;
  height: 725px;
  width: 1270px;
}

.page-header .page-header-container .page-header-container-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-family: "OpenSans-Bold";
  background-color: rgba(0, 0, 0, 0.25);
  padding: 30px 15px;
  height: 92%;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 36px;
  margin-bottom: 55px;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-h1 .page-header-container-title-h1-img {
  width: 45px;
  margin-right: 15px;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-h2 {
  font-size: 30px;
  font-family: "OpenSans-Bold";
  width: 580px;
  color: #fff;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-h3 {
  font-size: 38px;
  margin-top: 50px;
  margin-bottom: 30px;
  font-family: "OpenSans-Bold";
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-p {
  font-size: 17px;
  color: #fff;
  font-family: "OpenSans-Light";
  text-align: justify;
  line-height: 22px;
  margin: 0px;
  width: 580px;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-sousp {
  font-size: 16px;
  font-family: "OpenSans-Light";
  color: #fff;
  text-align: justify;
  line-height: 22px;
  margin: 20px 0px;
  width: 580px;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-italic {
  font-size: 14px;
  color: #fff;
  font-family: "OpenSans-Italic";
  text-align: justify;
  line-height: 16px;
  margin: 0px;
  width: 580px;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-button {
  background-color: #78aacb;
  padding: 12px 25px;
  border: none;
  font-size: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 110px 0px 0px 90px;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-button a {
  color: white;
  font-family: "OpenSans-Light";
  text-decoration: none;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-button img {
  height: 20px;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-button .page-header-container-title-button-icon {
  height: 20px;
  margin-left: 20px;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-link {
  font-size: 20px;
  font-family: "OpenSans-Light";
  text-align: justify;
  line-height: 22px;
  margin: 20px 0px 0px 0px;
  text-decoration: none;
  font-weight: bold;
  width: 545px;
}

.blog_single-header {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  width: 100vw;
  height: calc(70vh - 118px);
  background-position: center !important;
  background-image: url(./img/blog/single.png);
}

@media screen and (max-width: 1300px) {
  .blog_single-header {
    height: 100% !important;
  }
  .blog_single-header .blog_single-header-container-texte {
    position: relative !important;
  }
  .blog_single-header .blog_single-header-container-texte-titre-paragraphe {
    width: 80vw !important;
  }
}

.blog_single-header .blog_single-header-container {
  margin-right: auto;
  margin-left: auto;
  width: 1270px;
}

@media screen and (max-width: 1300px) {
  .blog_single-header .blog_single-header-container {
    width: 80vw !important;
  }
}

.blog_single-header .blog_single-header-container .blog_single-header-container-texte {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1270px;
  height: calc(70vh - 170px);
  display: flex;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 1300px) {
  .blog_single-header .blog_single-header-container .blog_single-header-container-texte {
    width: 80vw !important;
    height: 100% !important;
  }
}

.blog_single-header .blog_single-header-container .blog_single-header-container-texte .blog_single-header-container-texte-cat {
  font-size: 13px;
  font-family: "OpenSans-Light";
  line-height: 15px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  border: 1px solid #fff;
  text-decoration: none;
  padding: 5px 20px;
  text-transform: uppercase;
  font-family: "OpenSans-Light";
  margin-bottom: 10px;
  font-weight: bold;
}

.blog_single-header .blog_single-header-container .blog_single-header-container-texte .blog_single-header-container-texte-cat.infrastructure,
.blog_single-header .blog_single-header-container .blog_single-header-container-texte .blog_single-header-container-texte-cat.blog-infrastructure {
  color: #fea851 !important;
  border: 1px solid #fea851 !important;
}

.blog_single-header .blog_single-header-container .blog_single-header-container-texte .blog_single-header-container-texte-cat.securite,
.blog_single-header .blog_single-header-container .blog_single-header-container-texte .blog_single-header-container-texte-cat.blog-securite,
.blog_single-header .blog_single-header-container .blog_single-header-container-texte .blog_single-header-container-texte-cat.conseil,
.blog_single-header .blog_single-header-container .blog_single-header-container-texte .blog_single-header-container-texte-cat.blog-conseil,
.blog_single-header .blog_single-header-container .blog_single-header-container-texte .blog_single-header-container-texte-cat.conseils,
.blog_single-header .blog_single-header-container .blog_single-header-container-texte .blog_single-header-container-texte-cat.blog-conseils {
  color: #207ab7 !important;
  border: 1px solid #207ab7 !important;
}

.blog_single-header .blog_single-header-container .blog_single-header-container-texte .blog_single-header-container-texte-cat.cloud,
.blog_single-header .blog_single-header-container .blog_single-header-container-texte .blog_single-header-container-texte-cat.blog-cloud {
  color: #78aacb !important;
  border: 1px solid #78aacb !important;
}

.blog_single-header .blog_single-header-container .blog_single-header-container-texte .blog_single-header-container-texte-cat.gestion,
.blog_single-header .blog_single-header-container .blog_single-header-container-texte .blog_single-header-container-texte-cat.blog-gestion {
  color: #88b163 !important;
  border: 1px solid #88b163 !important;
}

.blog_single-header .blog_single-header-container .blog_single-header-container-texte .blog_single-header-container-texte-cat.developpement,
.blog_single-header .blog_single-header-container .blog_single-header-container-texte .blog_single-header-container-texte-cat.blog-developpement,
.blog_single-header .blog_single-header-container .blog_single-header-container-texte .blog_single-header-container-texte-cat.internet,
.blog_single-header .blog_single-header-container .blog_single-header-container-texte .blog_single-header-container-texte-cat.blog-internet {
  color: #cd6683 !important;
  border: 1px solid #cd6683 !important;
}

.blog_single-header .blog_single-header-container .blog_single-header-container-texte .blog_single-header-container-texte-titre {
  font-size: 30px;
  font-family: "OpenSans-Extrabold";
  color: #fff;
  margin-bottom: 30px;
  margin-top: 30px;
}

.blog_single-header .blog_single-header-container .blog_single-header-container-texte .blog_single-header-container-texte-titre-paragraphe {
  font-size: 16px;
  font-family: "OpenSans-Regular";
  line-height: 22px;
  color: #fff;
  width: 430px;
  text-align: center;
  margin-bottom: 30px;
}

.blog_single-header .blog_single-header-container .blog_single-header-container-texte .blog_single-header-container-texte-titre-info {
  font-size: 16px;
  font-family: "OpenSans-Regular";
  line-height: 22px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}

.blog_single-header .blog_single-header-container .blog_single-header-container-texte .blog_single-header-container-texte-titre-info .blog_single-header-container-texte-titre-info-date {
  text-transform: uppercase;
  color: #fff;
  font-size: 13px;
  font-family: "OpenSans-Light";
  line-height: 15px;
  text-decoration: none;
}

.blog_single-header .blog_single-header-container .blog_single-header-container-texte .blog_single-header-container-texte-titre-info .blog_single-header-container-texte-titre-info-auteur {
  text-transform: uppercase;
  color: #fff;
  font-size: 13px;
  font-family: "OpenSans-Light";
  line-height: 15px;
  text-decoration: none;
}

.blog_single-header.partenaire {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  width: 100vw;
  height: calc(70vh - 118px);
  background-position: center !important;
  background-image: none !important;
  background: #1b1b23 !important;
  height: 300px !important;
}

.blog_single-header.partenaire .blog_single-header-container-texte {
  height: 245px;
}

.blog_single-content {
  width: 80vw;
  margin-right: auto;
  margin-left: auto;
  padding: 50px 0px;
  color: #284177;
}

.blog_single-content .blog_single-content-container-titre {
  font-family: "OpenSans-Bold";
  font-weight: bold;
  font-size: 24px;
  color: #284177;
  text-align: center;
  margin-bottom: 60px;
}

.blog_single-content .blog_single-content-container-paragraphe {
  font-size: 16px;
  font-family: "OpenSans-Regular";
  line-height: 22px;
  text-align: justify;
}

.blog_single-content h1, .blog_single-content h2, .blog_single-content h3, .blog_single-content h4, .blog_single-content h5, .blog_single-content h6, .blog_single-content p, .blog_single-content li {
  color: #284177;
}

.blog_single-content p {
  font-size: 16px;
  font-family: "OpenSans-Regular";
  line-height: 22px;
}

.cloud-solution {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cloud-solution .cloud-solution-icon {
  margin-top: 100px;
  width: 80px;
}

.cloud-solution .cloud-solution-title {
  color: #284177;
  font-size: 40px;
  font-family: "OpenSans-Bold";
  margin-top: 15px;
}

@media screen and (max-width: 1250px) {
  .cloud-solution .cloud-solution-title {
    text-align: center;
    font-size: 30px;
    font-family: "OpenSans-Bold";
  }
}

.cloud-solution .cloud-solution-marge {
  width: 1px;
  height: 100px;
  background-color: #284177;
}

.cloud-solution .cloud-solution-schema {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1000px) {
  .cloud-solution .cloud-solution-schema {
    width: 100% !important;
  }
  .cloud-solution .cloud-solution-schema .cloud-solution-schema-svg {
    -webkit-transform: translateX(-15px) scale(0.6) !important;
            transform: translateX(-15px) scale(0.6) !important;
  }
  .cloud-solution .cloud-solution-schema .cloud-solution-schema-text.economies {
    -webkit-transform: translate(0px, -160px) !important;
            transform: translate(0px, -160px) !important;
    text-align: center !important;
  }
  .cloud-solution .cloud-solution-schema .cloud-solution-schema-text.maitrise {
    -webkit-transform: translate(190px, -80px) !important;
            transform: translate(190px, -80px) !important;
  }
  .cloud-solution .cloud-solution-schema .cloud-solution-schema-text.restez {
    -webkit-transform: translate(240px, 70px) !important;
            transform: translate(240px, 70px) !important;
  }
  .cloud-solution .cloud-solution-schema .cloud-solution-schema-text.profitez {
    text-align: center !important;
    -webkit-transform: translate(0px, 180px) !important;
            transform: translate(0px, 180px) !important;
  }
  .cloud-solution .cloud-solution-schema .cloud-solution-schema-text.accedez {
    text-align: right !important;
    -webkit-transform: translate(-210px, 90px) !important;
            transform: translate(-210px, 90px) !important;
  }
  .cloud-solution .cloud-solution-schema .cloud-solution-schema-text.securisez {
    text-align: right !important;
    -webkit-transform: translate(-230px, -60px) !important;
            transform: translate(-230px, -60px) !important;
  }
}

@media screen and (max-width: 700px) {
  .cloud-solution .cloud-solution-schema {
    width: 100% !important;
  }
  .cloud-solution .cloud-solution-schema .cloud-solution-schema-text-titre {
    font-size: 16px !important;
    line-height: 15px !important;
  }
  .cloud-solution .cloud-solution-schema .cloud-solution-schema-text-description {
    font-size: 13px !important;
    font-family: "OpenSans-Regular" !important;
    line-height: 16px !important;
  }
  .cloud-solution .cloud-solution-schema .cloud-solution-schema-svg {
    -webkit-transform: translateX(-15px) scale(0.4) !important;
            transform: translateX(-15px) scale(0.4) !important;
  }
  .cloud-solution .cloud-solution-schema .cloud-solution-schema-text.economies {
    -webkit-transform: translate(-15px, -140px) !important;
            transform: translate(-15px, -140px) !important;
    text-align: center !important;
    width: 130px !important;
  }
  .cloud-solution .cloud-solution-schema .cloud-solution-schema-text.maitrise {
    -webkit-transform: translate(150px, -80px) !important;
            transform: translate(150px, -80px) !important;
    width: 160px !important;
  }
  .cloud-solution .cloud-solution-schema .cloud-solution-schema-text.restez {
    -webkit-transform: translate(180px, 50px) !important;
            transform: translate(180px, 50px) !important;
    width: 220px !important;
  }
  .cloud-solution .cloud-solution-schema .cloud-solution-schema-text.profitez {
    text-align: center !important;
    -webkit-transform: translate(-20px, 120px) !important;
            transform: translate(-20px, 120px) !important;
    width: 170px !important;
  }
  .cloud-solution .cloud-solution-schema .cloud-solution-schema-text.accedez {
    text-align: right !important;
    -webkit-transform: translate(-200px, 60px) !important;
            transform: translate(-200px, 60px) !important;
  }
  .cloud-solution .cloud-solution-schema .cloud-solution-schema-text.securisez {
    text-align: right !important;
    -webkit-transform: translate(-170px, -70px) !important;
            transform: translate(-170px, -70px) !important;
  }
}

@media screen and (max-width: 600px) {
  .cloud-solution .cloud-solution-schema {
    width: 100% !important;
    height: 100% !important;
  }
  .cloud-solution .cloud-solution-schema .cloud-solution-schema-text-titre {
    font-size: 16px !important;
    line-height: 15px !important;
  }
  .cloud-solution .cloud-solution-schema .cloud-solution-schema-text-description {
    font-size: 13px !important;
    font-family: "OpenSans-Regular" !important;
    line-height: 16px !important;
  }
  .cloud-solution .cloud-solution-schema .cloud-solution-schema-svg {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    position: relative !important;
    -webkit-transform: translate(-12px, 10px) scale(1) !important;
            transform: translate(-12px, 10px) scale(1) !important;
    width: 350px !important;
    height: auto !important;
  }
  .cloud-solution .cloud-solution-schema .cloud-solution-schema-text.economies {
    position: relative;
    -webkit-transform: none !important;
            transform: none !important;
    text-align: center !important;
    width: 100% !important;
    margin-bottom: 20px !important;
  }
  .cloud-solution .cloud-solution-schema .cloud-solution-schema-text.maitrise {
    position: relative;
    -webkit-transform: none !important;
            transform: none !important;
    text-align: center !important;
    width: 100% !important;
    margin-bottom: 20px !important;
  }
  .cloud-solution .cloud-solution-schema .cloud-solution-schema-text.restez {
    position: relative;
    -webkit-transform: none !important;
            transform: none !important;
    text-align: center !important;
    width: 100% !important;
    margin-bottom: 20px !important;
  }
  .cloud-solution .cloud-solution-schema .cloud-solution-schema-text.profitez {
    position: relative;
    -webkit-transform: none !important;
            transform: none !important;
    text-align: center !important;
    width: 100% !important;
    margin-bottom: 20px !important;
  }
  .cloud-solution .cloud-solution-schema .cloud-solution-schema-text.accedez {
    position: relative;
    -webkit-transform: none !important;
            transform: none !important;
    text-align: center !important;
    width: 100% !important;
    margin-bottom: 20px !important;
  }
  .cloud-solution .cloud-solution-schema .cloud-solution-schema-text.securisez {
    position: relative;
    -webkit-transform: none !important;
            transform: none !important;
    text-align: center !important;
    width: 100% !important;
    margin-bottom: 20px !important;
  }
}

.cloud-solution .cloud-solution-schema .cloud-solution-schema-svg {
  height: 400px;
  -webkit-transform: translateX(-15px);
          transform: translateX(-15px);
}

.cloud-solution .cloud-solution-schema .cloud-solution-schema-text {
  position: absolute;
  color: #284177;
}

.cloud-solution .cloud-solution-schema .cloud-solution-schema-text .cloud-solution-schema-text-titre {
  font-family: "OpenSans-Bold";
  font-weight: bold;
  font-size: 24px;
  line-height: 25px;
}

.cloud-solution .cloud-solution-schema .cloud-solution-schema-text .cloud-solution-schema-text-description {
  font-size: 16px;
  font-family: "OpenSans-Regular";
  line-height: 22px;
  margin-top: 10px;
}

.cloud-solution .cloud-solution-schema .cloud-solution-schema-text.economies {
  -webkit-transform: translate(-55%, -200px);
          transform: translate(-55%, -200px);
  text-align: center;
}

.cloud-solution .cloud-solution-schema .cloud-solution-schema-text.maitrise {
  -webkit-transform: translate(270px, -120px);
          transform: translate(270px, -120px);
}

.cloud-solution .cloud-solution-schema .cloud-solution-schema-text.restez {
  -webkit-transform: translate(320px, 70px);
          transform: translate(320px, 70px);
}

.cloud-solution .cloud-solution-schema .cloud-solution-schema-text.profitez {
  text-align: center;
  -webkit-transform: translate(0px, 260px);
          transform: translate(0px, 260px);
}

.cloud-solution .cloud-solution-schema .cloud-solution-schema-text.accedez {
  text-align: right;
  -webkit-transform: translate(-290px, 130px);
          transform: translate(-290px, 130px);
}

.cloud-solution .cloud-solution-schema .cloud-solution-schema-text.securisez {
  text-align: right;
  -webkit-transform: translate(-310px, -60px);
          transform: translate(-310px, -60px);
}

.cloud-solution .cloud-solution-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #005fa1;
  text-align: center;
  height: 150px;
  width: 890px;
  margin-top: 150px;
  margin-bottom: 150px;
  border: none;
}

.cloud-solution .cloud-solution-action .cloud-solution-action-link-title {
  font-family: "OpenSans-Semibold";
  font-size: 25px;
  color: #fff;
}

.cloud-solution .cloud-solution-action .cloud-solution-action-link-title .cloud-solution-action-link-subtitle {
  font-family: "OpenSans-Bold";
  font-size: 38px;
  color: #fff;
}

@media screen and (max-width: 950px) {
  .cloud-solution-action {
    height: 100% !important;
    width: 80vw !important;
    padding: 30px !important;
  }
  .cloud-solution-title {
    width: 80vw !important;
  }
}

@media screen and (max-width: 950px) {
  .cloud-solution-action-link-subtitle {
    font-size: 30px !important;
  }
}

.cloud-comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden !important;
  background: #02071d;
  height: 1350px;
}

.cloud-comment .cloud-comment-icon {
  margin-top: 100px;
  width: 80px;
}

.cloud-comment .cloud-comment-title {
  color: #fff;
  font-size: 25px;
  font-family: "OpenSans-Semibold";
  margin-top: 25px;
  z-index: 10;
}

.cloud-comment .cloud-comment-subtitle {
  color: #fff;
  font-size: 38px;
  font-family: "OpenSans-Bold";
  z-index: 10;
}

.cloud-comment .cloud-comment-marge {
  width: 1px;
  height: 100px;
  background-color: rgba(255, 255, 255, 0.3);
  z-index: 10;
}

.cloud-comment .cloud-comment-schema {
  display: block;
  width: 1680px;
  height: 900px;
  overflow: hidden;
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
}

.cloud-comment .cloud-comment-schema .cloud-comment-schema-img {
  width: 1680px;
  position: absolute;
  z-index: 0;
}

.cloud-comment .cloud-comment-schema .cloud-comment-schema-titre {
  position: absolute;
  color: #005fa1;
  z-index: 2;
  -webkit-transform: translate(591%, 150%);
          transform: translate(591%, 150%);
  text-align: center;
  font-size: 30px;
  font-family: "OpenSans-Bold";
  text-transform: uppercase;
}

.cloud-comment .cloud-comment-schema .cloud-comment-schema-titre .cloud-comment-schema-titre-span {
  text-transform: initial;
}

.cloud-comment .cloud-comment-schema .cloud-comment-schema-securise {
  position: absolute;
  color: #005fa1;
  z-index: 2;
  font-size: 18px;
  font-weight: bold;
  font-family: "OpenSans-Regular";
  -webkit-transform: translate(1410%, 480%);
          transform: translate(1410%, 480%);
  text-align: right;
}

.cloud-comment .cloud-comment-schema .cloud-comment-schema-internet {
  position: absolute;
  color: #005fa1;
  z-index: 2;
  font-size: 18px;
  font-weight: bold;
  font-family: "OpenSans-Regular";
  text-transform: uppercase;
  -webkit-transform: translate(1030%, 1500%);
          transform: translate(1030%, 1500%);
}

.cloud-comment .cloud-comment-schema .cloud-comment-schema-itinerant {
  position: absolute;
  color: #005fa1;
  z-index: 2;
  font-size: 18px;
  font-weight: bold;
  font-family: "OpenSans-Regular";
  -webkit-transform: translate(380%, 730%);
          transform: translate(380%, 730%);
}

.cloud-comment .cloud-comment-schema .cloud-comment-schema-production {
  position: absolute;
  color: #005fa1;
  z-index: 2;
  font-size: 18px;
  font-weight: bold;
  font-family: "OpenSans-Regular";
  -webkit-transform: translate(300%, 1200%);
          transform: translate(300%, 1200%);
}

.cloud-comment .cloud-comment-schema .cloud-comment-schema-teletravail {
  position: absolute;
  color: #005fa1;
  z-index: 2;
  font-size: 18px;
  font-weight: bold;
  font-family: "OpenSans-Regular";
  -webkit-transform: translate(600%, 1340%);
          transform: translate(600%, 1340%);
}

.cloud-comment .cloud-comment-schema .cloud-comment-schema-liste {
  position: absolute;
  color: #005fa1;
  z-index: 2;
  font-size: 18px;
  font-weight: bold;
  font-family: "OpenSans-Regular";
  text-align: right;
  -webkit-transform: translate(530%, 257%);
          transform: translate(530%, 257%);
}

@media screen and (min-width: 1700px) {
  .cloud-comment-schema-img-mobile {
    display: none !important;
  }
}

@media screen and (max-width: 1700px) {
  .cloud-comment-schema-img {
    display: none !important;
  }
  .cloud-comment-schema {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: block !important;
    width: 300px !important;
    height: 850px !important;
    -webkit-transform: translate(-50px, 0px) !important;
            transform: translate(-50px, 0px) !important;
    overflow: visible !important;
  }
  .cloud-comment-schema .cloud-comment-schema-img-mobile {
    width: 300px;
    position: absolute !important;
    z-index: 0 !important;
  }
  .cloud-comment-schema .cloud-comment-schema-titre {
    -webkit-transform: translate(130%, 50%) !important;
            transform: translate(130%, 50%) !important;
  }
  .cloud-comment-schema .cloud-comment-schema-titre .cloud-comment-schema-titre-span {
    text-transform: initial !important;
  }
  .cloud-comment-schema .cloud-comment-schema-securise {
    -webkit-transform: translate(70%, 480%) !important;
            transform: translate(70%, 480%) !important;
  }
  .cloud-comment-schema .cloud-comment-schema-internet {
    -webkit-transform: translate(220%, 1400%) !important;
            transform: translate(220%, 1400%) !important;
  }
  .cloud-comment-schema .cloud-comment-schema-itinerant {
    -webkit-transform: translate(50%, 950%) !important;
            transform: translate(50%, 950%) !important;
  }
  .cloud-comment-schema .cloud-comment-schema-production {
    -webkit-transform: translate(0%, 1430%) !important;
            transform: translate(0%, 1430%) !important;
  }
  .cloud-comment-schema .cloud-comment-schema-teletravail {
    -webkit-transform: translate(180%, 1420%) !important;
            transform: translate(180%, 1420%) !important;
  }
  .cloud-comment-schema .cloud-comment-schema-liste {
    color: #fff !important;
    -webkit-transform: translate(120%, 57%) !important;
            transform: translate(120%, 57%) !important;
  }
}

@media screen and (min-width: 700px) and (max-width: 850px) {
  .cloud-comment-schema .cloud-comment-schema-titre {
    -webkit-transform: translate(195%, 57%) !important;
            transform: translate(195%, 57%) !important;
    font-size: 20px !important;
  }
  .cloud-comment-schema .cloud-comment-schema-liste {
    -webkit-transform: translate(115%, 57%) !important;
            transform: translate(115%, 57%) !important;
    font-size: 15px !important;
  }
}

@media screen and (max-width: 700px) {
  .cloud-comment-schema .cloud-comment-schema-titre {
    -webkit-transform: translate(180%, 80%) !important;
            transform: translate(180%, 80%) !important;
    font-size: 16px !important;
  }
  .cloud-comment-schema .cloud-comment-schema-liste {
    -webkit-transform: translate(70%, 57%) !important;
            transform: translate(70%, 57%) !important;
    font-size: 16px !important;
  }
}

@media screen and (max-width: 500px) {
  .cloud-comment-schema .cloud-comment-schema-liste {
    -webkit-transform: translate(90%, 57%) !important;
            transform: translate(90%, 57%) !important;
  }
  .cloud-comment-schema-liste {
    font-size: 16px !important;
  }
  .cloud-comment {
    height: 1300px !important;
  }
  .cloud-comment-schema .cloud-comment-schema-liste {
    -webkit-transform: translate(55%, 57%) !important;
            transform: translate(55%, 57%) !important;
  }
  .cloud-comment-schema-titre {
    font-size: 18px !important;
    -webkit-transform: translate(160%, 60%) !important;
            transform: translate(160%, 60%) !important;
  }
}

@media screen and (max-width: 450px) {
  .cloud-comment-schema {
    -webkit-transform: none !important;
            transform: none !important;
  }
  .cloud-comment-schema-titre {
    -webkit-transform: translate(180%, 80%) !important;
            transform: translate(180%, 80%) !important;
  }
  .cloud-comment-schema-liste {
    -webkit-transform: translate(55%, 57%) !important;
            transform: translate(55%, 57%) !important;
  }
  .cloud-comment-schema-titre {
    -webkit-transform: translate(180%, 80%) !important;
            transform: translate(180%, 80%) !important;
  }
  .cloud-comment-schema-liste {
    -webkit-transform: translate(55%, 57%) !important;
            transform: translate(55%, 57%) !important;
  }
  .cloud-comment-schema-securise {
    -webkit-transform: translate(10%, 350%) !important;
            transform: translate(10%, 350%) !important;
  }
  .cloud-comment-schema-internet {
    -webkit-transform: translate(0%, 1460%) !important;
            transform: translate(0%, 1460%) !important;
  }
  .cloud-comment-schema-production {
    -webkit-transform: translate(-10%, 1190%) !important;
            transform: translate(-10%, 1190%) !important;
  }
  .cloud-comment-schema-teletravail {
    -webkit-transform: translate(160%, 1190%) !important;
            transform: translate(160%, 1190%) !important;
  }
}

.cloud-offre {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url("./img/cloud/cloud-offre.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  overflow: hidden;
  width: 100vw;
}

.cloud-offre .cloud-offre-icon {
  margin-top: 100px;
  width: 80px;
}

.cloud-offre .cloud-offre-title {
  font-family: "OpenSans-Semibold";
  font-size: 28px;
  margin-top: 15px;
  color: #fff;
  z-index: 10;
}

.cloud-offre .cloud-offre-subtitle {
  font-size: 40px;
  font-family: "OpenSans-Bold";
  margin-top: 15px;
  color: #fff;
  margin-top: 0;
  z-index: 10;
}

.cloud-offre .cloud-offre-marge {
  width: 1px;
  height: 100px;
  background-color: rgba(255, 255, 255, 0.3);
  z-index: 10;
}

.cloud-offre .cloud-offre-img {
  -webkit-transform: scale(1.1) translateY(-50px);
          transform: scale(1.1) translateY(-50px);
  z-index: 0;
}

@media screen and (max-width: 1024px) {
  .cloud-offre-title {
    width: 80vw !important;
    text-align: center !important;
  }
  .cloud-offre-subtitle {
    width: 80vw !important;
    text-align: center !important;
  }
}

.conseil-audit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url("./img/conseil/conseil-audit.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #e1e1e3;
  width: 100vw;
  height: 100%;
}

.conseil-audit .conseil-audit-texte {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 890px;
  height: 175px;
  background-color: #005fa1;
  -webkit-transform: translateY(-30%);
          transform: translateY(-30%);
}

.conseil-audit .conseil-audit-texte .conseil-audit-texte-titre {
  color: #fff;
  font-family: "OpenSans-Semibold";
  font-size: 22px;
  text-align: center;
}

.conseil-audit .conseil-audit-texte .conseil-audit-texte-soustitre {
  color: #fff;
  font-size: 40px;
  font-family: "OpenSans-Bold";
  text-align: center;
}

.conseil-audit .conseil-audit-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-transform: translate(17vw, 0vh);
          transform: translate(17vw, 0vh);
}

.conseil-audit .conseil-audit-container .conseil-audit-container-icon {
  width: 70px;
}

.conseil-audit .conseil-audit-container .conseil-audit-container-h4 {
  color: #284177;
  font-size: 40px;
  font-family: "OpenSans-Bold";
  text-align: center;
  margin-top: 15px;
}

.conseil-audit .conseil-audit-container .conseil-audit-container-marge {
  width: 1px;
  height: 100px;
  background-color: #284177;
}

.conseil-audit .conseil-audit-container .conseil-audit-container-p {
  width: 550px;
  font-size: 16px;
  font-family: "OpenSans-Regular";
  line-height: 22px;
  text-align: justify;
  color: #284177;
  line-height: 22px;
  margin-top: 20px;
}

.conseil-audit .conseil-audit-container .conseil-audit-container-p b {
  color: #015f9d !important;
}

@media screen and (max-width: 1500px) {
  .conseil-audit {
    background-image: none !important;
    height: 100% !important;
    padding-bottom: 50px !important;
  }
  .conseil-audit .conseil-audit-container {
    -webkit-transform: none !important;
            transform: none !important;
  }
  .conseil-audit .conseil-audit-container .conseil-audit-container-p {
    width: 80vw !important;
  }
}

@media screen and (max-width: 996px) {
  .conseil-audit-texte {
    width: 80vw !important;
    height: -webkit-min-content !important;
    height: -moz-min-content !important;
    height: min-content !important;
    padding: 20px !important;
  }
}

.conseil-banners {
  background-image: url("./img/conseil/conseil-banners.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 200px 0px;
}

.conseil-banners .conseil-banners-texte {
  font-size: 40px;
  font-family: "OpenSans-Bold";
  color: #284177;
  text-align: justify;
  width: 650px;
  line-height: 43px;
  -webkit-transform: translateX(20vw);
          transform: translateX(20vw);
}

@media screen and (max-width: 1500px) {
  .conseil-banners-texte {
    width: 80vw !important;
    -webkit-transform: translateX(0vw) !important;
            transform: translateX(0vw) !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }
}

@media screen and (max-width: 1200px) {
  .conseil-banners {
    background-image: none;
    padding: 80px 0px !important;
  }
}

.gestion-orga_metho {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #e1e1e3;
  padding-bottom: 50px;
}

.gestion-orga_metho .gestion-orga_metho-icon {
  margin-top: 100px;
  width: 80px;
}

.gestion-orga_metho .gestion-orga_metho-titre {
  font-size: 40px;
  font-family: "OpenSans-Bold";
  color: #284177;
  margin-top: 20px;
}

.gestion-orga_metho .gestion-orga_metho-marge {
  width: 1px;
  height: 100px;
  background-color: #284177;
}

.gestion-orga_metho .gestion-orga_metho-p {
  color: #284177;
  margin-top: 20px;
  width: 510px;
  font-size: 16px;
  font-family: "OpenSans-Regular";
  line-height: 22px;
  text-align: justify;
}

.gestion-orga_metho .carousel {
  width: 1190px;
  height: 50vw;
  overflow: visible;
  margin-bottom: 50px;
}

.gestion-orga_metho .carousel .carousel-inner {
  overflow: hidden;
}

.gestion-orga_metho .carousel .carousel-inner .carousel-item {
  width: 1190px;
  height: 52vw;
}

.gestion-orga_metho .carousel .carousel-inner .carousel-item:after {
  content: "";
  background-color: #88b163;
  width: 1190px;
  height: 22.5vw !important;
  max-height: 423px !important;
  position: absolute;
  bottom: 0vw;
  z-index: 0 !important;
}

.gestion-orga_metho .carousel .carousel-inner .carousel-item .carousel-caption {
  -webkit-transform: translateY(-32vw);
          transform: translateY(-32vw);
  padding: 0;
  z-index: 50;
  position: absolute;
  right: 15%;
  background: green !important;
  z-index: -1 !important;
  bottom: 0px !important;
  height: 419px;
  width: inherit !important;
  left: 15%;
}

.gestion-orga_metho .carousel .carousel-inner .carousel-item .carousel-caption h5 {
  font-size: 30px;
  font-family: "OpenSans-Semibold";
  color: #88b163;
}

.gestion-orga_metho .carousel .carousel-inner .carousel-item .carousel-caption p {
  width: 370px;
  font-family: "OpenSans-Semibold";
  color: #284177;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.gestion-orga_metho .carousel .carousel-inner .carousel-item img {
  position: absolute;
  z-index: 10 !important;
  bottom: 2px;
}

.gestion-orga_metho .carousel .carousel-control-prev {
  -webkit-transform: translateY(30vw) translateX(-6vw) !important;
          transform: translateY(30vw) translateX(-6vw) !important;
  opacity: 1;
  width: 45px;
  height: 45px;
}

.gestion-orga_metho .carousel .carousel-control-prev .carousel-control-prev-icon {
  width: 45px;
  height: 45px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-filter: none !important;
          filter: none !important;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Calque_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 42.6 42.6' style='enable-background:new 0 0 42.6 42.6;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23FFFFFF;%7D .st1%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23FFFFFF;%7D%0A%3C/style%3E%3Ccircle class='st0' cx='21.3' cy='21.3' r='20.5'/%3E%3Cpath id='Shape_1_copie_2' class='st1' d='M28.8,20.5l-6-5.8c-0.4-0.4-1.1-0.4-1.5,0c-0.4,0.4-0.4,1,0,1.5l0,0l4.2,4.1h-9.8 c-0.6,0-1.1,0.4-1.1,1c0,0.6,0.4,1.1,1,1.1h0.1h9.8l-4.2,4.1c-0.4,0.4-0.4,1,0,1.5l0,0c0.4,0.4,1.1,0.4,1.5,0l6-5.9 C29.2,21.6,29.2,21,28.8,20.5L28.8,20.5z'/%3E%3C/svg%3E%0A");
}

.gestion-orga_metho .carousel .carousel-control-prev .carousel-control-prev-icon:hover {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Calque_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 42.6 42.6' style='enable-background:new 0 0 42.6 42.6;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%2388b163;%7D .st1%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%2388b163;%7D%0A%3C/style%3E%3Ccircle class='st0' cx='21.3' cy='21.3' r='20.5'/%3E%3Cpath id='Shape_1_copie_2' class='st1' d='M28.8,20.5l-6-5.8c-0.4-0.4-1.1-0.4-1.5,0c-0.4,0.4-0.4,1,0,1.5l0,0l4.2,4.1h-9.8 c-0.6,0-1.1,0.4-1.1,1c0,0.6,0.4,1.1,1,1.1h0.1h9.8l-4.2,4.1c-0.4,0.4-0.4,1,0,1.5l0,0c0.4,0.4,1.1,0.4,1.5,0l6-5.9 C29.2,21.6,29.2,21,28.8,20.5L28.8,20.5z'/%3E%3C/svg%3E%0A");
}

.gestion-orga_metho .carousel .carousel-control-next {
  -webkit-transform: translateY(30vw) translateX(6vw) !important;
          transform: translateY(30vw) translateX(6vw) !important;
  opacity: 1;
  width: 45px;
  height: 45px;
}

.gestion-orga_metho .carousel .carousel-control-next .carousel-control-next-icon {
  width: 45px;
  height: 45px;
  -webkit-filter: none !important;
          filter: none !important;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Calque_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 42.6 42.6' style='enable-background:new 0 0 42.6 42.6;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23FFFFFF;%7D .st1%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23FFFFFF;%7D%0A%3C/style%3E%3Ccircle class='st0' cx='21.3' cy='21.3' r='20.5'/%3E%3Cpath id='Shape_1_copie_2' class='st1' d='M28.8,20.5l-6-5.8c-0.4-0.4-1.1-0.4-1.5,0c-0.4,0.4-0.4,1,0,1.5l0,0l4.2,4.1h-9.8 c-0.6,0-1.1,0.4-1.1,1c0,0.6,0.4,1.1,1,1.1h0.1h9.8l-4.2,4.1c-0.4,0.4-0.4,1,0,1.5l0,0c0.4,0.4,1.1,0.4,1.5,0l6-5.9 C29.2,21.6,29.2,21,28.8,20.5L28.8,20.5z'/%3E%3C/svg%3E%0A");
}

.gestion-orga_metho .carousel .carousel-control-next .carousel-control-next-icon:hover {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Calque_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 42.6 42.6' style='enable-background:new 0 0 42.6 42.6;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%2388b163;%7D .st1%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%2388b163;%7D%0A%3C/style%3E%3Ccircle class='st0' cx='21.3' cy='21.3' r='20.5'/%3E%3Cpath id='Shape_1_copie_2' class='st1' d='M28.8,20.5l-6-5.8c-0.4-0.4-1.1-0.4-1.5,0c-0.4,0.4-0.4,1,0,1.5l0,0l4.2,4.1h-9.8 c-0.6,0-1.1,0.4-1.1,1c0,0.6,0.4,1.1,1,1.1h0.1h9.8l-4.2,4.1c-0.4,0.4-0.4,1,0,1.5l0,0c0.4,0.4,1.1,0.4,1.5,0l6-5.9 C29.2,21.6,29.2,21,28.8,20.5L28.8,20.5z'/%3E%3C/svg%3E%0A");
}

.gestion-orga_metho .carousel .carousel-indicators button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  border: none;
}

.gestion-orga_metho .carousel .carousel-indicators button.active {
  background: #88b163;
}

@media screen and (max-width: 1200px) {
  #carouselExampleDark {
    max-height: 600px !important;
  }
  .gestion-orga_metho-titre {
    width: 80vw !important;
    text-align: center !important;
  }
  .gestion-orga_metho-p {
    width: 80vw !important;
  }
  .carousel-indicators {
    bottom: -5vh;
  }
  .slick-next-getion {
    left: auto !important;
    right: 20px !important;
    bottom: -50px !important;
    top: auto !important;
  }
  .slick-prev-getion {
    right: auto !important;
    left: 20px !important;
    bottom: -50px !important;
    top: auto !important;
  }
}

@media screen and (min-width: 1200px) {
  .gestion-orga_metho .carousel-indicators {
    bottom: -5vh;
  }
  .gestion-orga_metho #carouselExampleDark {
    height: 45vw !important;
    max-height: 700px !important;
  }
  .gestion-orga_metho #carouselExampleDark .carousel-inner {
    height: 100% !important;
  }
  .gestion-orga_metho #carouselExampleDark .carousel-inner .carousel-item {
    height: 100% !important;
  }
  .gestion-orga_metho #carouselExampleDark .carousel-inner .carousel-item .carousel-caption {
    -webkit-transform: translateY(-480px) !important;
            transform: translateY(-480px) !important;
  }
  .gestion-orga_metho .carousel .carousel-control-prev {
    -webkit-transform: translateY(450px) translateX(-6vw) !important;
            transform: translateY(450px) translateX(-6vw) !important;
  }
  .gestion-orga_metho .carousel .carousel-control-next {
    -webkit-transform: translateY(450px) translateX(6vw) !important;
            transform: translateY(450px) translateX(6vw) !important;
  }
}

@media screen and (max-width: 1200px) {
  .gestion-orga_metho #carouselExampleDark {
    width: 70vw !important;
  }
  .gestion-orga_metho #carouselExampleDark .carousel-inner {
    width: 70vw !important;
  }
  .gestion-orga_metho #carouselExampleDark .carousel-inner .carousel-item {
    width: 70vw !important;
  }
}

@media screen and (max-width: 768px) {
  .gestion-orga_metho .carousel .carousel-control-prev {
    -webkit-transform: translateY(30vw) translateX(5vw) !important;
            transform: translateY(30vw) translateX(5vw) !important;
  }
  .gestion-orga_metho .carousel .carousel-control-next {
    -webkit-transform: translateY(30vw) translateX(-5vw) !important;
            transform: translateY(30vw) translateX(-5vw) !important;
  }
  .gestion-orga_metho .carousel .carousel-inner .carousel-item .carousel-caption p {
    width: 100% !important;
  }
  .gestion-orga_metho .carousel-indicators {
    bottom: -10vw !important;
  }
  .gestion-orga_metho .carousel .carousel-inner .carousel-item .carousel-caption h5 {
    font-size: 18px !important;
  }
  .gestion-orga_metho .carousel .carousel-inner .carousel-item .carousel-caption p {
    font-size: 14px !important;
  }
  .gestion-orga_metho #carouselExampleDark {
    height: 70vw !important;
  }
  .gestion-orga_metho #carouselExampleDark .carousel-inner {
    height: 100% !important;
  }
  .gestion-orga_metho #carouselExampleDark .carousel-inner .carousel-item {
    height: 100% !important;
  }
  .gestion-orga_metho .carousel .carousel-control-prev {
    -webkit-transform: translateY(73vw) translateX(0vw) !important;
            transform: translateY(73vw) translateX(0vw) !important;
  }
  .gestion-orga_metho .carousel .carousel-control-next {
    -webkit-transform: translateY(73vw) translateX(0vw) !important;
            transform: translateY(73vw) translateX(0vw) !important;
  }
}

@media screen and (max-width: 500px) {
  .gestion-orga_metho #carouselExampleDark {
    height: 90vw !important;
  }
  .gestion-orga_metho #carouselExampleDark .carousel-inner {
    height: 100% !important;
  }
  .gestion-orga_metho #carouselExampleDark .carousel-inner .carousel-item {
    height: 100% !important;
  }
  .gestion-orga_metho .carousel .carousel-control-prev {
    -webkit-transform: translateY(93vw) translateX(0vw) !important;
            transform: translateY(93vw) translateX(0vw) !important;
  }
  .gestion-orga_metho .carousel .carousel-control-next {
    -webkit-transform: translateY(93vw) translateX(0vw) !important;
            transform: translateY(93vw) translateX(0vw) !important;
  }
}

#carouselExampleDark .carousel-it {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

#carouselExampleDark .carousel-it:after {
  content: "";
  background-color: #88b163;
  width: 1190px;
  height: 22.5vw !important;
  max-height: 423px !important;
  position: absolute;
  bottom: 0vw;
  z-index: -1 !important;
}

#carouselExampleDark .carousel-caption {
  left: auto !important;
  right: auto !important;
  background: #ffffff96;
  padding: 15px 30px;
  bottom: 0px !important;
  width: inherit !important;
}

#carouselExampleDark .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
  max-height: 677px;
}

#carouselExampleDark .slick-prev-getion {
  top: 50%;
  border: none;
  background-color: transparent;
  position: absolute;
  left: -50px;
  -webkit-transform: rotate(180deg) translate(0, 0%) !important;
          transform: rotate(180deg) translate(0, 0%) !important;
  opacity: 1;
  width: 40px;
  height: 40px;
  -webkit-filter: none !important;
          filter: none !important;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Calque_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 42.6 42.6' style='enable-background:new 0 0 42.6 42.6;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23284177;%7D .st1%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23284177;%7D%0A%3C/style%3E%3Ccircle class='st0' cx='21.3' cy='21.3' r='20.5'/%3E%3Cpath id='Shape_1_copie_2' class='st1' d='M28.8,20.5l-6-5.8c-0.4-0.4-1.1-0.4-1.5,0c-0.4,0.4-0.4,1,0,1.5l0,0l4.2,4.1h-9.8 c-0.6,0-1.1,0.4-1.1,1c0,0.6,0.4,1.1,1,1.1h0.1h9.8l-4.2,4.1c-0.4,0.4-0.4,1,0,1.5l0,0c0.4,0.4,1.1,0.4,1.5,0l6-5.9 C29.2,21.6,29.2,21,28.8,20.5L28.8,20.5z'/%3E%3C/svg%3E%0A");
}

#carouselExampleDark .slick-prev-getion:before {
  content: ' ';
}

#carouselExampleDark .slick-next-getion {
  top: 50%;
  border: none;
  background-color: transparent;
  position: absolute;
  right: -50px;
  opacity: 1;
  width: 40px;
  height: 40px;
  -webkit-filter: none !important;
          filter: none !important;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-transform: translate(0, 0%) !important;
          transform: translate(0, 0%) !important;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Calque_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 42.6 42.6' style='enable-background:new 0 0 42.6 42.6;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23284177;%7D .st1%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23284177;%7D%0A%3C/style%3E%3Ccircle class='st0' cx='21.3' cy='21.3' r='20.5'/%3E%3Cpath id='Shape_1_copie_2' class='st1' d='M28.8,20.5l-6-5.8c-0.4-0.4-1.1-0.4-1.5,0c-0.4,0.4-0.4,1,0,1.5l0,0l4.2,4.1h-9.8 c-0.6,0-1.1,0.4-1.1,1c0,0.6,0.4,1.1,1,1.1h0.1h9.8l-4.2,4.1c-0.4,0.4-0.4,1,0,1.5l0,0c0.4,0.4,1.1,0.4,1.5,0l6-5.9 C29.2,21.6,29.2,21,28.8,20.5L28.8,20.5z'/%3E%3C/svg%3E%0A");
}

#carouselExampleDark .slick-next-getion:before {
  content: ' ';
}

#carouselExampleDark .slick-dots li.slick-active button:before {
  background-color: #88b163;
  color: transparent;
  height: 20px;
  width: 20px;
  border-radius: 50%;
}

#carouselExampleDark .slick-dots li button:before {
  background-color: #ffffff;
  color: transparent;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  opacity: 1;
}

.gestion-produits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #02071d;
  padding-bottom: 150px;
}

.gestion-produits .gestion-produits-icon {
  margin-top: 100px;
  width: 80px;
}

.gestion-produits .gestion-produits-titre {
  font-size: 40px;
  font-family: "OpenSans-Bold";
  color: #fff;
  margin-top: 25px;
}

.gestion-produits .gestion-produits-marge {
  width: 1px;
  height: 100px;
  background-color: rgba(255, 255, 255, 0.3);
}

.gestion-produits .gestion-produits-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 1300px;
  margin-top: 50px;
}

.gestion-produits .gestion-produits-container .gestion-produits-container-item {
  width: 433.3px;
  height: 375px;
  overflow: hidden;
  position: relative;
}

.gestion-produits .gestion-produits-container .gestion-produits-container-item a {
  height: 100%;
  position: absolute;
  width: 100%;
}

.gestion-produits .gestion-produits-container .gestion-produits-container-item a .gestion-produits-container-item-img {
  width: 100%;
  height: 100%;
  opacity: .5;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-transform: scale(1);
          transform: scale(1);
  z-index: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.gestion-produits .gestion-produits-container .gestion-produits-container-item a .gestion-produits-container-item-texte {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: absolute;
  z-index: 10;
  bottom: -90px;
  background: #02071d;
  height: 90px;
  width: 433.3px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.gestion-produits .gestion-produits-container .gestion-produits-container-item a .gestion-produits-container-item-texte h5 {
  color: #88b163;
  font-family: "OpenSans-Bold";
  padding: 0px 40px;
  text-align: center;
}

.gestion-produits .gestion-produits-container .gestion-produits-container-item a:hover .gestion-produits-container-item-img {
  opacity: 1;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.gestion-produits .gestion-produits-container .gestion-produits-container-item a:hover .gestion-produits-container-item-texte {
  bottom: 0px;
}

@media screen and (max-width: 1500px) {
  .gestion-produits-container {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    -ms-flex-line-pack: center !important;
        align-content: center !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    width: 80vw !important;
  }
  #carouselExampleDark {
    width: 80vw !important;
  }
  #carouselExampleDark .carousel-inner {
    width: 80vw !important;
  }
  #carouselExampleDark .carousel-inner .carousel-item {
    width: 80vw !important;
  }
}

@media screen and (max-width: 960px) {
  .gestion-produits-container-item {
    margin-bottom: 20px !important;
  }
  .gestion-produits-container-item-img {
    opacity: 1 !important;
  }
  .gestion-produits-container-item-texte {
    width: 100% !important;
    bottom: 0 !important;
    background-color: #02071d80 !important;
  }
}

.infrastructure-accompagnement {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url("./img/infrastructure/infrastructure-accompagnement.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 580px;
}

.infrastructure-accompagnement .infrastructure-accompagnement-texte {
  width: 470px;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

.infrastructure-accompagnement .infrastructure-accompagnement-texte .infrastructure-accompagnement-texte-titre {
  font-family: "OpenSans-Bold";
  color: #fff;
  text-align: left;
  font-size: 38px;
}

.infrastructure-accompagnement .infrastructure-accompagnement-texte .infrastructure-accompagnement-texte-p {
  font-family: "OpenSans-Regular";
  color: #fff;
  text-align: left;
  font-size: 24px;
  line-height: 25px;
}

@media screen and (max-width: 1100px) {
  .infrastructure-accompagnement {
    background-color: #4c5566 !important;
    background-image: none !important;
    height: auto;
    padding: 80px 0px;
  }
  .infrastructure-accompagnement .infrastructure-accompagnement-texte {
    -webkit-transform: translateX(0%) !important;
            transform: translateX(0%) !important;
    width: 80vw !important;
  }
  .infrastructure-accompagnement .infrastructure-accompagnement-texte .infrastructure-accompagnement-texte-titre {
    font-size: 25px !important;
  }
  .infrastructure-accompagnement .infrastructure-accompagnement-texte .infrastructure-accompagnement-texte-p {
    font-size: 20px;
  }
}

.le_groupe_caplaser-domaines {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.le_groupe_caplaser-domaines .le_groupe_caplaser-domaines-icon {
  margin-top: 100px;
  width: 80px;
}

.le_groupe_caplaser-domaines .le_groupe_caplaser-domaines-titre {
  color: #284177;
  margin-top: 20px;
  font-size: 26px;
  text-align: center;
}

.le_groupe_caplaser-domaines .le_groupe_caplaser-domaines-titre span {
  color: #284177;
  text-align: center;
  font-size: 40px;
  font-family: "OpenSans-Bold";
}

.le_groupe_caplaser-domaines .le_groupe_caplaser-domaines-marge {
  width: 1px;
  height: 100px;
  background-color: #284177;
}

.le_groupe_caplaser-domaines .le_groupe_caplaser-domaines-legende-p {
  color: #284177;
  margin-top: 20px;
  width: 600px;
  font-size: 16px;
  font-family: "OpenSans-Semibold";
  line-height: 35px;
  text-align: center;
}

.le_groupe_caplaser-domaines .le_groupe_caplaser-domaines-p {
  text-align: center;
  font-size: 16px;
  font-family: "OpenSans-Semibold";
  color: #284177;
  margin-bottom: 100px;
  line-height: 30px;
}

@media screen and (max-width: 1500px) {
  .le_groupe_caplaser-domaines-titre {
    width: 80vw !important;
    text-align: center !important;
  }
  .le_groupe_caplaser-domaines-titre span {
    width: 80vw !important;
  }
  .le_groupe_caplaser-domaines-legende-p {
    width: 80vw !important;
  }
  .le_groupe_caplaser-domaines-p {
    width: 80vw !important;
  }
}

.le_groupe_caplaser-projet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 67vw;
  padding-bottom: 150px;
  margin-right: auto;
  margin-left: auto;
}

.le_groupe_caplaser-projet .le_groupe_caplaser-projet-telescope {
  width: 65px;
  height: 65px;
  margin-top: 80px;
  fill: #2a4379;
}

.le_groupe_caplaser-projet .le_groupe_caplaser-projet-titre {
  font-size: 25px;
  font-family: "OpenSans-Regular";
  text-align: center;
  color: #2a4379;
}

.le_groupe_caplaser-projet .le_groupe_caplaser-projet-titre span {
  font-family: "OpenSans-Bold";
  font-size: 39px;
}

.le_groupe_caplaser-projet .le_groupe_caplaser-projet-marge {
  background: #2a4379;
  width: 1px;
  height: 90px;
}

.le_groupe_caplaser-agences {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 150px;
}

.le_groupe_caplaser-agences .le_groupe_caplaser-agences-icon {
  margin-top: 100px;
  width: 80px;
}

.le_groupe_caplaser-agences .le_groupe_caplaser-agences-titre {
  color: #284177;
  margin-top: 20px;
  font-size: 26px;
  font-family: "OpenSans-Semibold";
}

.le_groupe_caplaser-agences .le_groupe_caplaser-agences-soustitre {
  color: #284177;
  font-size: 40px;
  font-family: "OpenSans-Bold";
}

.le_groupe_caplaser-agences .le_groupe_caplaser-agences-marge {
  background: #284177;
  width: 1px;
  height: 90px;
}

.le_groupe_caplaser-agences .le_groupe_caplaser-agences-texte {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  width: 80vw;
}

.le_groupe_caplaser-agences .le_groupe_caplaser-agences-texte h6 {
  color: #284177;
  font-family: "OpenSans-Semibold";
  font-size: 22px;
  text-align: center;
}

.le_groupe_caplaser-agences .le_groupe_caplaser-agences-texte p {
  color: #284177;
  font-size: 16px;
  font-family: "OpenSans-Semibold";
  text-align: center;
  line-height: 30px;
}

.le_groupe_caplaser-agences .le_groupe_caplaser-agences-image {
  width: 100vw;
  height: auto;
}

.le_groupe_caplaser-agences .le_groupe_caplaser-agences-map-image-mobile {
  display: none;
}

.le_groupe_caplaser-agences .le_groupe_caplaser-agences-map {
  margin-left: auto;
  z-index: 2;
}

.le_groupe_caplaser-agences .le_groupe_caplaser-agences-map .le_groupe_caplaser-agences-map-image {
  width: 100%;
  height: auto;
}

.le_groupe_caplaser-agences .le_groupe_caplaser-agences-map .le_groupe_caplaser-agences-map-pin {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 50px;
  width: 50px;
  z-index: 10;
}

.le_groupe_caplaser-agences .le_groupe_caplaser-agences-map .le_groupe_caplaser-agences-map-pin:hover {
  cursor: pointer !important;
}

.le_groupe_caplaser-agences .le_groupe_caplaser-agences-map .le_groupe_caplaser-agences-map-pin img {
  width: 40px;
  height: auto;
}

.le_groupe_caplaser-agences .le_groupe_caplaser-agences-map .le_groupe_caplaser-agences-map-pin p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  font-family: "OpenSans-Semibold";
  color: #284177;
  -webkit-transform: translate(20px, -11px);
          transform: translate(20px, -11px);
}

.le_groupe_caplaser-agences .le_groupe_caplaser-agences-map .le_groupe_caplaser-agences-map-pin .le_groupe_caplaser-agences-map-pin-marker {
  background-image: url(.../../img/le_groupe_caplaser/pin.png);
  background-size: contain;
  width: 40px;
  height: 50px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  background-repeat: no-repeat;
}

.le_groupe_caplaser-agences .le_groupe_caplaser-agences-map .le_groupe_caplaser-agences-map-pin.toulouse-pin {
  -webkit-transform: translate(360%, -360%);
          transform: translate(360%, -360%);
  position: absolute;
}

.le_groupe_caplaser-agences .le_groupe_caplaser-agences-map .le_groupe_caplaser-agences-map-pin.agen-pin {
  -webkit-transform: translate(380%, -500%);
          transform: translate(380%, -500%);
  position: absolute;
}

.le_groupe_caplaser-agences .le_groupe_caplaser-agences-map .le_groupe_caplaser-agences-map-pin.tarbes-pin {
  -webkit-transform: translate(140%, -390%);
          transform: translate(140%, -390%);
  position: absolute;
}

.le_groupe_caplaser-agences .le_groupe_caplaser-agences-map .le_groupe_caplaser-agences-map-pin.narbonne-pin {
  -webkit-transform: translate(500%, -250%);
          transform: translate(500%, -250%);
  position: absolute;
}

.le_groupe_caplaser-agences .le_groupe_caplaser-agences-map .le_groupe_caplaser-agences-map-pin.castres-pin {
  -webkit-transform: translate(520%, -370%);
          transform: translate(520%, -370%);
  position: absolute;
}

.le_groupe_caplaser-agences .le_groupe_caplaser-agences-map .le_groupe_caplaser-agences-map-pin.castres-pin .le_groupe_caplaser-agences-map-pin-marker {
  background-image: url(.../../img/le_groupe_caplaser/pin-green.png);
}

.le_groupe_caplaser-agences .le_groupe_caplaser-agences-image-mobile {
  display: none;
  width: 100%;
}

@media screen and (max-width: 1100px) {
  .le_groupe_caplaser-agences .le_groupe_caplaser-agences-image-mobile {
    display: block !important;
  }
  .le_groupe_caplaser-agences .le_groupe_caplaser-agences-image {
    display: none !important;
  }
}

.le_groupe_caplaser-agences .le_groupe_caplaser-agences-legende {
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  position: absolute;
  bottom: 480px;
  left: 11vw;
  opacity: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.le_groupe_caplaser-agences .le_groupe_caplaser-agences-legende:first-of-type {
  opacity: 1 !important;
}

.le_groupe_caplaser-agences .le_groupe_caplaser-agences-legende .le_groupe_caplaser-agences-legende-img {
  -webkit-transform: translateX(-10vw);
          transform: translateX(-10vw);
  z-index: 10;
}

.le_groupe_caplaser-agences .le_groupe_caplaser-agences-legende .le_groupe_caplaser-agences-legende-box {
  position: absolute;
  bottom: 0;
  left: 10%;
  background-color: rgba(255, 255, 255, 0.5) !important;
  z-index: 10;
  width: 300px;
  height: 350px;
}

@media screen and (max-width: 500px) {
  .le_groupe_caplaser-agences .le_groupe_caplaser-agences-legende .le_groupe_caplaser-agences-legende-box {
    width: 250px;
  }
}

@media screen and (max-width: 1600px) {
  .le_groupe_caplaser-agences .le_groupe_caplaser-agences-legende .le_groupe_caplaser-agences-legende-img {
    -webkit-transform: translate(-15vw, -15vh);
            transform: translate(-15vw, -15vh);
    z-index: 10;
  }
}

.le_groupe_caplaser-agences .le_groupe_caplaser-agences-legende .le_groupe_caplaser-agences-legende-titre {
  font-family: "OpenSans-Semibold";
  font-size: 22px;
  color: #284177;
  width: 300px;
  position: absolute;
  bottom: 220px;
  z-index: 20;
  margin: 0px;
  padding: 0px 20px;
  height: 50px;
}

.le_groupe_caplaser-agences .le_groupe_caplaser-agences-legende .le_groupe_caplaser-agences-legende-titre span {
  font-size: 22px;
  font-family: "OpenSans-Extrabold";
  color: #005fa1;
  text-transform: uppercase;
}

.le_groupe_caplaser-agences .le_groupe_caplaser-agences-legende .le_groupe_caplaser-agences-legende-p {
  font-size: 16px;
  font-family: "OpenSans-Semibold";
  color: #284177;
  line-height: 18px;
  width: 100%;
  position: absolute;
  bottom: 133px;
  z-index: 21;
  margin: 0;
  padding: 0px 20px;
  height: 100px;
}

.le_groupe_caplaser-agences .le_groupe_caplaser-agences-legende .le_groupe_caplaser-agences-legende-p b {
  font-family: "OpenSans-Bold";
}

.le_groupe_caplaser-agences .le_groupe_caplaser-agences-legende .le_groupe_caplaser-agences-legende-p span {
  font-family: "OpenSans-Italic";
}

@media screen and (max-width: 1100px) {
  .le_groupe_caplaser-agences .le_groupe_caplaser-agences-legende {
    -webkit-transform: translate(0px, 10px) !important;
            transform: translate(0px, 10px) !important;
  }
}

@media screen and (max-width: 1500px) {
  .le_groupe_caplaser-agences-map-image-mobile {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 80%;
    max-width: 500px;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .le_groupe_caplaser-agences-map {
    display: none !important;
  }
  .le_groupe_caplaser-agences-map {
    margin-right: auto;
    margin-left: auto;
  }
  .le_groupe_caplaser-agences-legende-img {
    -webkit-transform: translate(0vw, -7vh) !important;
            transform: translate(0vw, -7vh) !important;
  }
  .le_groupe_caplaser-agences-legende {
    position: relative !important;
    bottom: auto !important;
    left: auto !important;
    opacity: 1 !important;
    max-width: 600px;
    height: 500px;
    overflow: hidden;
  }
}

@media screen and (max-width: 1500px) and (max-width: 1500px) {
  .le_groupe_caplaser-agences-legende {
    height: 350px !important;
  }
  .le_groupe_caplaser-agences-legende .le_groupe_caplaser-agences-legende-box {
    height: 180px !important;
  }
  .le_groupe_caplaser-agences-legende .le_groupe_caplaser-agences-legende-box .le_groupe_caplaser-agences-legende-titre {
    bottom: 100px !important;
  }
  .le_groupe_caplaser-agences-legende .le_groupe_caplaser-agences-legende-box .le_groupe_caplaser-agences-legende-p {
    bottom: 10px !important;
  }
}

@media screen and (max-width: 1500px) {
  .le_groupe_caplaser-agences-legende .le_groupe_caplaser-agences-legende-img {
    -o-object-fit: contain !important;
       object-fit: contain !important;
    width: 100% !important;
    height: 100% !important;
    -webkit-transform: translate(0vw, -15vh);
            transform: translate(0vw, -15vh);
  }
}

@media screen and (max-width: 1500px) and (max-width: 800px) {
  .le_groupe_caplaser-agences-legende {
    width: 500px;
  }
}

@media screen and (max-width: 1500px) and (max-width: 550px) {
  .le_groupe_caplaser-agences-legende {
    width: 300px;
  }
}

.page-template-tpl_le_groupe_caplaser .accueil-chiffre {
  padding-top: 100px !important;
}

.le_groupe_caplaser-since {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #03071e;
  background-image: url("./img/le_groupe_caplaser/le_groupe_caplaser-since.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right top;
  height: 150vh;
}

.le_groupe_caplaser-since .le_groupe_caplaser-since-icon {
  margin-top: 100px;
  width: 80px;
}

.le_groupe_caplaser-since .le_groupe_caplaser-since-titre {
  text-align: center;
  color: #fff;
  margin-top: 20px;
  font-size: 26px;
  font-family: "OpenSans-Semibold";
  padding-bottom: 30px;
}

.le_groupe_caplaser-since .le_groupe_caplaser-since-titre span {
  text-align: center;
  color: #fff;
  font-size: 40px;
  font-family: "OpenSans-Bold";
  text-align: center;
}

.le_groupe_caplaser-since .le_groupe_caplaser-since-marge {
  background: rgba(255, 255, 255, 0.3);
  width: 1px;
  height: 90px;
}

.le_groupe_caplaser-since .le_groupe_caplaser-since-texte {
  -webkit-transform: translateX(40%);
          transform: translateX(40%);
  margin-top: 20px;
  width: 700px;
  height: 1900px;
  position: relative;
  overflow-y: scroll;
}

.le_groupe_caplaser-since .le_groupe_caplaser-since-texte::-webkit-scrollbar {
  width: 11px;
}

.le_groupe_caplaser-since .le_groupe_caplaser-since-texte {
  scrollbar-width: thin;
}

.le_groupe_caplaser-since .le_groupe_caplaser-since-texte::-webkit-scrollbar-track {
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.le_groupe_caplaser-since .le_groupe_caplaser-since-texte::-webkit-scrollbar-thumb {
  background-color: #fff;
  border: 2px solid #03071e;
}

.le_groupe_caplaser-since .le_groupe_caplaser-since-texte .le_groupe_caplaser-since-texte-content {
  color: #fff;
  padding-bottom: 50px;
}

.le_groupe_caplaser-since .le_groupe_caplaser-since-fx {
  height: 500px;
  width: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateX(40%) translateY(-10vw);
          transform: translateX(40%) translateY(-10vw);
  background: #03071e;
  background: -webkit-gradient(linear, left bottom, left top, from(#03071e), to(rgba(3, 7, 30, 0)));
  background: linear-gradient(0deg, #03071e 0%, rgba(3, 7, 30, 0) 100%);
}

@media screen and (max-width: 1500px) {
  .le_groupe_caplaser-since {
    background-image: none !important;
  }
  .le_groupe_caplaser-since .le_groupe_caplaser-since-texte {
    -webkit-transform: none !important;
            transform: none !important;
    width: 80vw !important;
  }
  .le_groupe_caplaser-since .le_groupe_caplaser-since-fx {
    width: 80vw !important;
    -webkit-transform: translateY(-20vh) !important;
            transform: translateY(-20vh) !important;
  }
}

.securite-architecture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url("./img/securite/securite-architecture.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #e1e1e3;
  width: 100vw;
  padding-bottom: 40vh;
}

.securite-architecture .securite-architecture-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transform: translate(-17vw, 0px);
          transform: translate(-17vw, 0px);
}

.securite-architecture .securite-architecture-container .securite-architecture-container-icon {
  margin-top: 80px;
  width: 70px;
}

.securite-architecture .securite-architecture-container .securite-architecture-container-h4 {
  color: #284177;
  font-size: 40px;
  font-family: "OpenSans-Bold";
  text-align: left;
  margin-top: 15px;
}

.securite-architecture .securite-architecture-container .securite-architecture-container-h5 {
  color: #284177;
  font-size: 30px;
  font-family: "OpenSans-Bold";
  text-align: left;
  color: #005f9f !important;
  margin-top: 15px;
}

.securite-architecture .securite-architecture-container .securite-architecture-container-marge {
  width: 1px;
  height: 100px;
  background-color: #284177;
}

.securite-architecture .securite-architecture-container .securite-architecture-container-p {
  width: 700px;
  font-size: 16px;
  font-family: "OpenSans-Regular";
  line-height: 22px;
  text-align: justify;
  color: #284177;
  line-height: 22px;
  margin-top: 20px;
}

.securite-architecture .securite-architecture-container .securite-architecture-container-p b {
  color: #005f9f !important;
}

@media screen and (max-width: 1300px) {
  .securite-architecture {
    background-image: none !important;
    padding-bottom: 100px !important;
  }
  .securite-architecture .securite-architecture-container {
    -webkit-transform: none !important;
            transform: none !important;
  }
}

@media screen and (max-width: 996px) {
  .securite-architecture .securite-architecture-container {
    width: 80vw;
  }
  .securite-architecture .securite-architecture-container .securite-architecture-container-p {
    width: 80vw !important;
  }
}

.securite-sauvegarde {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url("./img/securite/securite-sauvegarde.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100vw;
  padding-bottom: 100px;
}

.securite-sauvegarde .securite-sauvegarde-img {
  margin-top: 80px;
  width: 70px;
}

.securite-sauvegarde .securite-sauvegarde-h4 {
  color: #fff;
  font-size: 25px;
  font-family: "OpenSans-Semibold";
  margin-top: 15px;
}

.securite-sauvegarde .securite-sauvegarde-h4 .securite-sauvegarde-h4-span {
  color: #fff;
  font-size: 30px;
  font-family: "OpenSans-Semibold";
}

.securite-sauvegarde .securite-sauvegarde-h5 {
  color: #fff;
  font-size: 40px;
  font-family: "OpenSans-Bold";
  text-align: center;
}

.securite-sauvegarde .securite-sauvegarde-marge {
  width: 1px;
  height: 100px;
  background-color: #fff;
}

.securite-sauvegarde .securite-sauvegarde-p {
  width: 475px;
  font-size: 16px;
  font-family: "OpenSans-Regular";
  line-height: 22px;
  color: #fff;
  line-height: 22px;
  margin-top: 20px;
  margin-bottom: 55vh;
  text-align: justify !important;
  text-align-last: center !important;
  font-weight: normal;
}

.securite-sauvegarde .securite-sauvegarde-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.securite-sauvegarde .securite-sauvegarde-container .securite-sauvegarde-container-item {
  padding: 40px;
  height: 570px;
  width: 390px;
  background: #2a437c;
  margin: 10px;
  position: relative;
}

.securite-sauvegarde .securite-sauvegarde-container .securite-sauvegarde-container-item .securite-sauvegarde-container-item-titre {
  font-family: "OpenSans-Bold";
  font-weight: bold;
  font-size: 24px;
  color: #fff;
  height: 150px;
  text-align: center;
  line-height: 26px;
}

.securite-sauvegarde .securite-sauvegarde-container .securite-sauvegarde-container-item .securite-sauvegarde-container-item-texte {
  font-size: 16px;
  font-family: "OpenSans-Regular";
  line-height: 22px;
  color: #fff;
  text-align: justify;
  text-align-last: center;
  font-weight: normal;
}

.securite-sauvegarde .securite-sauvegarde-container .securite-sauvegarde-container-item .securite-sauvegarde-container-item-link {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Calque_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 42.6 42.6' style='enable-background:new 0 0 42.6 42.6;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23FFFFFF;%7D .st1%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23FFFFFF;%7D%0A%3C/style%3E%3Ccircle class='st0' cx='21.3' cy='21.3' r='20.5'/%3E%3Cpath id='Shape_1_copie_2' class='st1' d='M28.8,20.5l-6-5.8c-0.4-0.4-1.1-0.4-1.5,0c-0.4,0.4-0.4,1,0,1.5l0,0l4.2,4.1h-9.8 c-0.6,0-1.1,0.4-1.1,1c0,0.6,0.4,1.1,1,1.1h0.1h9.8l-4.2,4.1c-0.4,0.4-0.4,1,0,1.5l0,0c0.4,0.4,1.1,0.4,1.5,0l6-5.9 C29.2,21.6,29.2,21,28.8,20.5L28.8,20.5z'/%3E%3C/svg%3E%0A");
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 40px;
  right: 40px;
}

@media screen and (max-width: 996px) {
  .securite-sauvegarde .securite-sauvegarde-h5 {
    width: 80vw !important;
  }
  .securite-sauvegarde .securite-sauvegarde-p {
    width: 80vw !important;
    margin-bottom: 100px !important;
  }
}

@media screen and (max-width: 700px) {
  .securite-sauvegarde .securite-sauvegarde-container-item {
    width: 80vw !important;
    height: 100% !important;
    padding-bottom: 100px !important;
  }
  .securite-sauvegarde .securite-sauvegarde-container-item .securite-sauvegarde-container-item-titre {
    margin-bottom: 50px;
    height: auto !important;
  }
}

.page-header {
  background-image: url("./img/cloud/cloud-header.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100vw;
  height: 725px;
}

.page-header .page-header-container {
  margin-right: auto;
  margin-left: auto;
  height: 725px;
  width: 1270px;
}

.page-header .page-header-container .page-header-container-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-family: "OpenSans-Bold";
  background-color: rgba(0, 0, 0, 0.25);
  padding: 30px 15px;
  height: 92%;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 36px;
  margin-bottom: 55px;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-h1 .page-header-container-title-h1-img {
  width: 45px;
  margin-right: 15px;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-h2 {
  font-size: 30px;
  font-family: "OpenSans-Bold";
  width: 580px;
  color: #fff;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-h3 {
  font-size: 38px;
  margin-top: 50px;
  margin-bottom: 30px;
  font-family: "OpenSans-Bold";
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-p {
  font-size: 17px;
  color: #fff;
  font-family: "OpenSans-Light";
  text-align: justify;
  line-height: 22px;
  margin: 0px;
  width: 580px;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-sousp {
  font-size: 16px;
  font-family: "OpenSans-Light";
  color: #fff;
  text-align: justify;
  line-height: 22px;
  margin: 20px 0px;
  width: 580px;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-italic {
  font-size: 14px;
  color: #fff;
  font-family: "OpenSans-Italic";
  text-align: justify;
  line-height: 16px;
  margin: 0px;
  width: 580px;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-button {
  background-color: #78aacb;
  padding: 12px 25px;
  border: none;
  font-size: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 110px 0px 0px 90px;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-button a {
  color: white;
  font-family: "OpenSans-Light";
  text-decoration: none;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-button img {
  height: 20px;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-button .page-header-container-title-button-icon {
  height: 20px;
  margin-left: 20px;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-link {
  font-size: 20px;
  font-family: "OpenSans-Light";
  text-align: justify;
  line-height: 22px;
  margin: 20px 0px 0px 0px;
  text-decoration: none;
  font-weight: bold;
  width: 545px;
}

.centaure-texte {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: bottom center;
  background-image: url("./img/gestion/nos-produits/applicatifs_metiers/centaure/centaure-texte.png");
  padding-bottom: 100vh;
  margin-right: auto;
  margin-left: auto;
}

.centaure-texte .centaure-texte-icon {
  margin-top: 80px;
  width: 400px;
  margin-bottom: 50px;
}

.centaure-texte .centaure-texte-container {
  width: 750px;
  font-size: 16px;
  font-family: "OpenSans-Regular";
  line-height: 22px;
  color: #284177;
}

@media screen and (max-width: 850px) {
  .centaure-texte-icon {
    width: 80vw !important;
  }
  .centaure-texte-container {
    width: 80vw !important;
  }
  .centaure-texte {
    background-image: none !important;
    padding-bottom: 10vh !important;
  }
}

.page-header {
  background-image: url("./img/cloud/cloud-header.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100vw;
  height: 725px;
}

.page-header .page-header-container {
  margin-right: auto;
  margin-left: auto;
  height: 725px;
  width: 1270px;
}

.page-header .page-header-container .page-header-container-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-family: "OpenSans-Bold";
  background-color: rgba(0, 0, 0, 0.25);
  padding: 30px 15px;
  height: 92%;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 36px;
  margin-bottom: 55px;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-h1 .page-header-container-title-h1-img {
  width: 45px;
  margin-right: 15px;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-h2 {
  font-size: 30px;
  font-family: "OpenSans-Bold";
  width: 580px;
  color: #fff;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-h3 {
  font-size: 38px;
  margin-top: 50px;
  margin-bottom: 30px;
  font-family: "OpenSans-Bold";
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-p {
  font-size: 17px;
  color: #fff;
  font-family: "OpenSans-Light";
  text-align: justify;
  line-height: 22px;
  margin: 0px;
  width: 580px;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-sousp {
  font-size: 16px;
  font-family: "OpenSans-Light";
  color: #fff;
  text-align: justify;
  line-height: 22px;
  margin: 20px 0px;
  width: 580px;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-italic {
  font-size: 14px;
  color: #fff;
  font-family: "OpenSans-Italic";
  text-align: justify;
  line-height: 16px;
  margin: 0px;
  width: 580px;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-button {
  background-color: #78aacb;
  padding: 12px 25px;
  border: none;
  font-size: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 110px 0px 0px 90px;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-button a {
  color: white;
  font-family: "OpenSans-Light";
  text-decoration: none;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-button img {
  height: 20px;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-button .page-header-container-title-button-icon {
  height: 20px;
  margin-left: 20px;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-link {
  font-size: 20px;
  font-family: "OpenSans-Light";
  text-align: justify;
  line-height: 22px;
  margin: 20px 0px 0px 0px;
  text-decoration: none;
  font-weight: bold;
  width: 545px;
}

.gifelFruilegflor-texte {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: bottom center;
  background-image: url("./img/gestion/nos-produits/applicatifs_metiers/gifelFruilegflor/gifelFruilegflor-texte.png");
  padding-bottom: 100vh;
  margin-right: auto;
  margin-left: auto;
}

.gifelFruilegflor-texte .gifelFruilegflor-texte-icon {
  margin-top: 80px;
  width: 400px;
  margin-bottom: 50px;
}

.gifelFruilegflor-texte .gifelFruilegflor-texte-container {
  width: 750px;
  font-size: 16px;
  font-family: "OpenSans-Regular";
  line-height: 22px;
  color: #284177;
}

@media screen and (max-width: 850px) {
  .gifelFruilegflor-texte-icon {
    width: 80vw !important;
  }
  .gifelFruilegflor-texte-container {
    width: 80vw !important;
  }
  .gifelFruilegflor-texte {
    background-image: none !important;
    padding-bottom: 10vh !important;
  }
}

.page-header {
  background-image: url("./img/cloud/cloud-header.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100vw;
  height: 725px;
}

.page-header .page-header-container {
  margin-right: auto;
  margin-left: auto;
  height: 725px;
  width: 1270px;
}

.page-header .page-header-container .page-header-container-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-family: "OpenSans-Bold";
  background-color: rgba(0, 0, 0, 0.25);
  padding: 30px 15px;
  height: 92%;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 36px;
  margin-bottom: 55px;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-h1 .page-header-container-title-h1-img {
  width: 45px;
  margin-right: 15px;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-h2 {
  font-size: 30px;
  font-family: "OpenSans-Bold";
  width: 580px;
  color: #fff;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-h3 {
  font-size: 38px;
  margin-top: 50px;
  margin-bottom: 30px;
  font-family: "OpenSans-Bold";
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-p {
  font-size: 17px;
  color: #fff;
  font-family: "OpenSans-Light";
  text-align: justify;
  line-height: 22px;
  margin: 0px;
  width: 580px;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-sousp {
  font-size: 16px;
  font-family: "OpenSans-Light";
  color: #fff;
  text-align: justify;
  line-height: 22px;
  margin: 20px 0px;
  width: 580px;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-italic {
  font-size: 14px;
  color: #fff;
  font-family: "OpenSans-Italic";
  text-align: justify;
  line-height: 16px;
  margin: 0px;
  width: 580px;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-button {
  background-color: #78aacb;
  padding: 12px 25px;
  border: none;
  font-size: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 110px 0px 0px 90px;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-button a {
  color: white;
  font-family: "OpenSans-Light";
  text-decoration: none;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-button img {
  height: 20px;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-button .page-header-container-title-button-icon {
  height: 20px;
  margin-left: 20px;
}

.page-header .page-header-container .page-header-container-title .page-header-container-title-link {
  font-size: 20px;
  font-family: "OpenSans-Light";
  text-align: justify;
  line-height: 22px;
  margin: 20px 0px 0px 0px;
  text-decoration: none;
  font-weight: bold;
  width: 545px;
}

.galaxia-texte {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: bottom center;
  background-image: url("./img/gestion/nos-produits/applicatifs_metiers/galaxia/galaxia-texte.png");
  padding-bottom: 100vh;
  margin-right: auto;
  margin-left: auto;
}

.galaxia-texte .galaxia-texte-icon {
  margin-top: 80px;
  width: 400px;
  margin-bottom: 50px;
}

.galaxia-texte .galaxia-texte-container {
  width: 750px;
  font-size: 16px;
  font-family: "OpenSans-Regular";
  line-height: 22px;
  color: #284177;
}

@media screen and (max-width: 850px) {
  .galaxia-texte-icon {
    width: 80vw !important;
  }
  .galaxia-texte-container {
    width: 80vw !important;
  }
  .galaxia-texte {
    background-image: none !important;
    padding-bottom: 10vh !important;
  }
}

.page-template-tpl_contact .container img {
  width: 100%;
  height: auto;
  margin-top: 40px;
  margin-bottom: 40px;
}

.page-template-tpl_contact .container a {
  color: #005f9f !important;
}

.page-template-tpl_contact .container p:nth-of-type(1) {
  padding-top: 20px !important;
  margin-bottom: 50px;
  font-size: 16px;
  font-family: "OpenSans-Regular";
  line-height: 22px;
  color: #284177;
}

.page-template-tpl_contact .container .wp-block-column:nth-last-child(1) {
  color: #284177;
}

.page-template-tpl_contact .container .wp-block-column:nth-last-child(1) h2 {
  color: #005f9f !important;
}

.page-template-tpl_contact .container .wp-block-column:nth-last-child(1) strong {
  color: #005f9f !important;
}

.page-template-tpl_contact .container .wp-block-column:nth-last-child(1) p {
  margin-bottom: 0px !important;
}

.page-template-tpl_contact .container form {
  font-size: 16px;
  font-family: "OpenSans-Regular";
  line-height: 22px;
}

.page-template-tpl_contact .container form ul li label {
  font-size: 16px;
  font-family: "OpenSans-Regular";
  line-height: 22px;
  color: #284177;
}

.page-template-tpl_contact .container form ul li input {
  border-color: #284177;
  border-radius: 5px;
  border-width: 1px;
  padding: 10px !important;
}

.page-template-tpl_contact .container form ul li select {
  border-color: #284177;
  border-radius: 5px;
  border-width: 1px;
  padding: 10px !important;
}

.page-template-tpl_contact .container form ul li textarea {
  border-color: #284177;
  border-radius: 5px;
  border-width: 1px;
  padding: 10px !important;
}

.page-template-tpl_contact .container form .gform_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-template-tpl_contact .container form .gform_footer input {
  padding: 10px 30px;
  background: #284177;
  color: #fff;
  font-size: 16px;
  font-family: "OpenSans-Regular";
  line-height: 22px;
  text-transform: uppercase;
  border: none;
  outline: none;
}

@media screen and (max-width: 1450px) {
  .page-template-tpl_solution #ariane {
    width: 80vw !important;
  }
}

.page-template-tpl_solution .solution_text {
  text-align: left;
  font-size: 16px;
  font-family: "OpenSans-Regular";
  color: #284177;
  margin-bottom: 100px;
  margin-top: 50px;
  line-height: 30px;
  margin-left: auto;
  margin-right: auto;
  width: 1270px;
  margin-left: auto;
  margin-right: auto;
}

.page-template-tpl_solution .solution_text p {
  margin: 0 !important;
}

@media screen and (max-width: 1450px) {
  .page-template-tpl_solution .solution_text {
    width: 100vw !important;
    min-width: 650px !important;
  }
}

#cookie-law-info-again {
  right: 115px !important;
}

.header-container .header-block .header-block-nav > li.menu-item:nth-of-type(3) li {
  width: 16.66666666666667% !important;
}

.header-container .header-block .header-block-nav > li.menu-item:nth-of-type(6) li {
  width: 33.3333333% !important;
}

.post-type-archive-partenaire, .tax-categorie_partenaire .blog.partenaires {
  background-color: white !important;
}

.post-type-archive-partenaire .blog-container-item, .tax-categorie_partenaire .blog.partenaires .blog-container-item {
  background-color: white !important;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.post-type-archive-partenaire .blog-container-item:hover .blog-container-item-container, .tax-categorie_partenaire .blog.partenaires .blog-container-item:hover .blog-container-item-container {
  background: rgba(255, 255, 255, 0.7) !important;
}

.post-type-archive-partenaire .blog-container-item .blog-container-item-container, .tax-categorie_partenaire .blog.partenaires .blog-container-item .blog-container-item-container {
  background: unset !important;
}

.post-type-archive-partenaire .blog-container-item .blog-container-item-container a, .tax-categorie_partenaire .blog.partenaires .blog-container-item .blog-container-item-container a {
  color: black !important;
}

.post-type-archive-partenaire .blog-container-item .blog-container-item-container .blog-container-item-container-categorie, .tax-categorie_partenaire .blog.partenaires .blog-container-item .blog-container-item-container .blog-container-item-container-categorie {
  border-color: black !important;
}

.post-type-archive-partenaire .blog-container-item .blog-container-item-container .blog-container-item-container-texte, .tax-categorie_partenaire .blog.partenaires .blog-container-item .blog-container-item-container .blog-container-item-container-texte {
  color: black !important;
}

.post-type-archive-partenaire .blog-container-item-fx, .tax-categorie_partenaire .blog.partenaires .blog-container-item-fx {
  display: none !important;
}

.scrollTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  width: 70px;
  height: 70px;
  background-color: #2a437c;
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 15px;
  z-index: 9999;
}

.scrollTop:hover {
  cursor: pointer !important;
}

.scrollTop svg {
  width: 50px;
  height: 50px;
}

@media screen and (max-width: 1200px) {
  .scrollTop {
    width: 60px !important;
    height: 60px !important;
    top: unset !important;
    bottom: 20px !important;
    right: 10px !important;
  }
  .scrollTop svg {
    width: 50px !important;
    height: 50px !important;
  }
}

@media screen and (-ms-high-contrast: none) {
  .header-logo a {
    -webkit-box-flex: inline-block !important;
        -ms-flex: inline-block !important;
            flex: inline-block !important;
  }
}

@media screen and (max-width: 600px) {
  .page-header.conseil {
    height: 100% !important;
  }
}
/*# sourceMappingURL=style.css.map */