@charset "UTF-8";
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
@import url("https://fonts.googleapis.com/css?family=Anton|Roboto&display=swap");
.hamburger {
  padding: 4.7vw 2.3vw;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 1;
}
.hamburger.is-active:hover {
  opacity: 1;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #FFF;
}

.hamburger-box {
  width: 7.8vw;
  height: 5.4vw;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -0.4vw;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 7.8vw;
  height: 0.8vw;
  background-color: #FFF;
  border-radius: 0.6vw;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -2.3vw;
}
.hamburger-inner::after {
  bottom: -2.3vw;
}

/*
 * Collapse
 */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -4.6vw;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -2.3vw, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.my-6 {
  margin-top: 3.6rem !important;
  margin-bottom: 3.6rem !important;
}

.mt-6 {
  margin-top: 3.6rem !important;
}

.mb-6 {
  margin-bottom: 3.6rem !important;
}

.my-7 {
  margin-top: 4.2rem !important;
  margin-bottom: 4.2rem !important;
}

.mt-7 {
  margin-top: 4.2rem !important;
}

.mb-7 {
  margin-bottom: 4.2rem !important;
}

.my-8 {
  margin-top: 4.8rem !important;
  margin-bottom: 4.8rem !important;
}

.mt-8 {
  margin-top: 4.8rem !important;
}

.mb-8 {
  margin-bottom: 4.8rem !important;
}

.my-9 {
  margin-top: 5.4rem !important;
  margin-bottom: 5.4rem !important;
}

.mt-9 {
  margin-top: 5.4rem !important;
}

.mb-9 {
  margin-bottom: 5.4rem !important;
}

.my-10 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

.mt-10 {
  margin-top: 6rem !important;
}

.mb-10 {
  margin-bottom: 6rem !important;
}

@media only screen and (min-width: 768px) {
  .my-md-1 {
    margin-top: 0.6rem !important;
    margin-bottom: 0.6rem !important;
  }
  .mt-md-1 {
    margin-top: 0.6rem !important;
  }
  .mb-md-1 {
    margin-bottom: 0.6rem !important;
  }
  .my-md-2 {
    margin-top: 1.2rem !important;
    margin-bottom: 1.2rem !important;
  }
  .mt-md-2 {
    margin-top: 1.2rem !important;
  }
  .mb-md-2 {
    margin-bottom: 1.2rem !important;
  }
  .my-md-3 {
    margin-top: 1.8rem !important;
    margin-bottom: 1.8rem !important;
  }
  .mt-md-3 {
    margin-top: 1.8rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1.8rem !important;
  }
  .my-md-4 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }
  .mt-md-4 {
    margin-top: 2.4rem !important;
  }
  .mb-md-4 {
    margin-bottom: 2.4rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .my-md-6 {
    margin-top: 3.6rem !important;
    margin-bottom: 3.6rem !important;
  }
  .mt-md-6 {
    margin-top: 3.6rem !important;
  }
  .mb-md-6 {
    margin-bottom: 3.6rem !important;
  }
  .my-md-7 {
    margin-top: 4.2rem !important;
    margin-bottom: 4.2rem !important;
  }
  .mt-md-7 {
    margin-top: 4.2rem !important;
  }
  .mb-md-7 {
    margin-bottom: 4.2rem !important;
  }
  .my-md-8 {
    margin-top: 4.8rem !important;
    margin-bottom: 4.8rem !important;
  }
  .mt-md-8 {
    margin-top: 4.8rem !important;
  }
  .mb-md-8 {
    margin-bottom: 4.8rem !important;
  }
  .my-md-9 {
    margin-top: 5.4rem !important;
    margin-bottom: 5.4rem !important;
  }
  .mt-md-9 {
    margin-top: 5.4rem !important;
  }
  .mb-md-9 {
    margin-bottom: 5.4rem !important;
  }
  .my-md-10 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .mt-md-10 {
    margin-top: 6rem !important;
  }
  .mb-md-10 {
    margin-bottom: 6rem !important;
  }
}
@media only screen and (min-width: 992px) {
  .my-lg-1 {
    margin-top: 0.6rem !important;
    margin-bottom: 0.6rem !important;
  }
  .mt-lg-1 {
    margin-top: 0.6rem !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.6rem !important;
  }
  .my-lg-2 {
    margin-top: 1.2rem !important;
    margin-bottom: 1.2rem !important;
  }
  .mt-lg-2 {
    margin-top: 1.2rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 1.2rem !important;
  }
  .my-lg-3 {
    margin-top: 1.8rem !important;
    margin-bottom: 1.8rem !important;
  }
  .mt-lg-3 {
    margin-top: 1.8rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1.8rem !important;
  }
  .my-lg-4 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }
  .mt-lg-4 {
    margin-top: 2.4rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 2.4rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .my-lg-6 {
    margin-top: 3.6rem !important;
    margin-bottom: 3.6rem !important;
  }
  .mt-lg-6 {
    margin-top: 3.6rem !important;
  }
  .mb-lg-6 {
    margin-bottom: 3.6rem !important;
  }
  .my-lg-7 {
    margin-top: 4.2rem !important;
    margin-bottom: 4.2rem !important;
  }
  .mt-lg-7 {
    margin-top: 4.2rem !important;
  }
  .mb-lg-7 {
    margin-bottom: 4.2rem !important;
  }
  .my-lg-8 {
    margin-top: 4.8rem !important;
    margin-bottom: 4.8rem !important;
  }
  .mt-lg-8 {
    margin-top: 4.8rem !important;
  }
  .mb-lg-8 {
    margin-bottom: 4.8rem !important;
  }
  .my-lg-9 {
    margin-top: 5.4rem !important;
    margin-bottom: 5.4rem !important;
  }
  .mt-lg-9 {
    margin-top: 5.4rem !important;
  }
  .mb-lg-9 {
    margin-bottom: 5.4rem !important;
  }
  .my-lg-10 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .mt-lg-10 {
    margin-top: 6rem !important;
  }
  .mb-lg-10 {
    margin-bottom: 6rem !important;
  }
}
@font-face {
  font-family: "Volte";
  src: url("../font/Volte.eot");
  src: local("☺"), url("../font/Volte.woff") format("woff"), url("../font/Volte.ttf") format("truetype"), url("../font/Volte.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Volte";
  src: url("../font/Volte Bold.eot");
  src: local("☺"), url("../font/Volte Bold.woff") format("woff"), url("../font/Volte Bold.ttf") format("truetype"), url("../font/Volte Bold.svg") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Volte";
  src: url("../font/Volte Medium.eot");
  src: local("☺"), url("../font/Volte Medium.woff") format("woff"), url("../font/Volte Medium.ttf") format("truetype"), url("../font/Volte Medium.svg") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Volte";
  src: url("../font/Volte Regular Italic.eot");
  src: local("☺"), url("../font/Volte Regular Italic.woff") format("woff"), url("../font/Volte Regular Italic.ttf") format("truetype"), url("../font/Volte Regular Italic.svg") format("svg");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Volte";
  src: url("../font/Volte Semibold.eot");
  src: local("☺"), url("../font/Volte Semibold.woff") format("woff"), url("../font/Volte Semibold.ttf") format("truetype"), url("../font/Volte Semibold.svg") format("svg");
  font-weight: 600;
  font-style: normal;
}
.ff-volte {
  font-family: "Volte", sans-serif;
}

.ff-anton {
  font-family: "Anton", sans-serif;
}

.fw-semibold {
  font-weight: 600;
}

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

.fw-extrabold {
  font-weight: 800;
}

.fs-uppercase {
  text-transform: uppercase;
}

.fs-underline {
  text-decoration: underline;
}

.fs-italic {
  font-style: italic;
}

/*génération des taille de polices mobile*/
.fs-22 {
  font-size: 22px;
}

.fs-36 {
  font-size: 36px;
}

.fs-68 {
  font-size: 68px;
}

@media only screen and (min-width: 769px) {
  /*génération des taille de polices desktop*/
  .fs-d-12 {
    font-size: 12px;
  }
  .fs-d-28 {
    font-size: 28px;
  }
  .fs-d-60 {
    font-size: 60px;
  }
}
/*variable menu*/
@media only screen and (min-width: 992px) {
  #loading_screen img {
    width: 10vw;
  }
  .scrolldown {
    border: 4px solid white;
    width: 50px;
    height: 50px;
    background-size: 25px auto;
  }
  .page_wrapper {
    background-color: #ffffff;
    padding-top: 30px;
    min-height: calc(100vh - 70px);
  }
  .cta {
    padding: 15px 50px;
    font-size: 20px;
    margin: 40px auto;
    border-radius: 5px;
    border: 2px solid transparent;
  }
  .parallax_scene {
    overflow: hidden;
  }
  body {
    background-color: transparent;
    min-height: auto;
  }
  p {
    font-size: 18px;
    margin-bottom: 10px;
  }
  h1 {
    font-size: 50px;
    margin-bottom: 40px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 25px;
  }
  .youtube_video_wrapper {
    margin: 0 auto 20px auto;
    max-width: 600px;
  }
  .carousel .carousel-control-next span,
  .carousel .carousel-control-prev span {
    width: 40px;
    height: 40px;
    background-size: 20px auto;
  }
  /********************************
          HEADER
  ********************************/
  /* HEADER HOMEPAGE*/
  body[page=index] header {
    overflow: hidden;
    transition: 1s;
    /*En cas de support d'object-fit, écrase les règles du dessus */
  }
  body[page=index] header iframe {
    display: block;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0px);
    z-index: -1;
    width: 235vh;
    height: 100vh;
    background-color: #000;
    background-image: url("/images/iframe_bg.png");
    background-repeat: no-repeat;
    background-size: 200px auto;
    background-position: center center;
  }
  /*HEADER GLOBAL*/
  /********************************
          FOOTER
  ********************************/
  /****************************************
          GLOBAL
  ****************************************/
  /****************************************
          HOME
  ****************************************/
  /****************************************
              Contact
  ****************************************/
  /*parallax*/
  /****************************************
              A PROPOS
  ****************************************/
  /****************************************
              L'HISTOIRE
  ****************************************/
  /****************************************
              PORTFOLLIO
  ****************************************/
  /****************************************
              MATERIEL
  ****************************************/
  /****************************************
              PRESTATION
  ****************************************/
}
@media only screen and (min-width: 992px) and (min-aspect-ratio: 16/9) {
  body[page=index] header video {
    width: 100%;
    height: auto;
  }
}
@media only screen and (min-width: 992px) and (max-aspect-ratio: 16/9) {
  body[page=index] header video {
    width: auto;
    height: 100%;
  }
}
@media only screen and (min-width: 992px) {
  @supports (object-fit: cover) {
    body[page=index] header video {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }
}
@media only screen and (min-width: 992px) {
  body[page=index] header #header_carousel_mobile {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  body[page=index] header #header_brand_home {
    padding: 15px 15px 15px 15px;
    background-image: none;
    bottom: 120px;
    width: 500px;
    transform: translateX(-50%);
    top: auto;
  }
  body[page=index] header #header_brand_home h2 {
    color: #ffffff;
  }
  body[page=index] header #header_brand_home #header_brand_icon {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  body[page=index] header #header_brand_home #header_brand_icon > img {
    width: 30%;
  }
}
@media only screen and (min-width: 992px) {
  body[page=index] header #header_scrolldown {
    display: block;
    position: absolute;
    bottom: 50px;
  }
}
@media only screen and (min-width: 992px) {
  body[page=index] header #header_brand {
    opacity: 0;
  }
}
@media only screen and (min-width: 992px) {
  header {
    padding-top: 70px;
    background-color: transparent !important;
    /* BURGER */
  }
  header #menu_wrapper {
    height: 70px;
    padding: 0px 15px;
    justify-content: space-between;
  }
  header #menu_wrapper #header_brand {
    display: block;
    background-image: url("../images/logo.png");
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat;
    width: 160px;
  }
  header #menu_wrapper #header_brand:after {
    content: "";
    display: block;
    padding-top: 30%;
  }
  header #menu_wrapper .menu {
    overflow: hidden;
    height: 100vh;
    width: 0px;
    left: auto;
    right: 0px;
  }
  header #menu_wrapper .menu a {
    font-size: 30px;
    margin-bottom: 20px;
    line-height: 30px;
    transition: 0.5s;
  }
  header #menu_wrapper .menu a:hover {
    text-decoration: none;
    font-size: 35px;
  }
  header.menu_open #menu_wrapper .menu {
    width: 30vw;
  }
  header #header_carousel_mobile,
  header #header_brand_home_mobile {
    display: none;
  }
  header #burger {
    padding: 10px 10px;
  }
  header #burger .hamburger-box {
    width: 40px;
    height: 24px;
  }
  header #burger .hamburger-inner, header #burger .hamburger-inner::before, header #burger .hamburger-inner::after {
    width: 100%;
    height: 4px;
  }
  header #burger:not(.is-active) .hamburger-inner::after {
    top: -20px;
  }
  header #burger:not(.is-active) .hamburger-inner::before {
    top: -10px;
  }
  header #burger.is-active .hamburger-inner {
    transform: translate3d(0, -10px, 0) rotate(-45deg);
  }
}
@media only screen and (min-width: 992px) {
  footer > div:first-child {
    flex-direction: row;
    justify-content: space-between;
    max-width: 900px;
    margin: auto;
  }
  footer > div:first-child > div {
    font-size: 16px;
  }
  footer > div:first-child span {
    font-size: 18px;
  }
  footer > div:last-child {
    font-size: 14px;
  }
}
@media only screen and (min-width: 992px) {
  .service_block {
    margin-bottom: 40px;
  }
  .service_block:after {
    display: none !important;
  }
  .service_block svg {
    max-width: 100px;
    margin-bottom: 20px;
    fill: #CCCCCC;
  }
  .service_block h2 {
    position: relative;
    color: #ffffff;
  }
  .service_block h2:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0px;
    width: 0%;
    height: 3px;
    border-radius: 5px;
    background-color: #ffffff;
    transform: translateX(-50%);
    transition: 0.3s;
  }
  .service_block:hover svg {
    transform: scale(1.1);
  }
  .service_block:hover svg path.path_hover_white {
    fill: #ffffff;
  }
  .service_block:hover svg path.path_hover_red {
    fill: #d00e3b;
  }
  .service_block:hover svg path.path_hover_blue {
    fill: #0030ce;
  }
  .service_block:hover svg path.path_hover_green {
    fill: #1f8e00;
  }
  .service_block:hover svg path.path_hover_silver {
    fill: #adadad;
  }
  .service_block:hover h2:after {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .home_block {
    padding: 50px 0px;
  }
}
@media only screen and (min-width: 992px) {
  #nos-services {
    min-height: auto;
  }
}
@media only screen and (min-width: 992px) {
  #a-propos p {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
  }
  #a-propos #home_prestation_helper {
    margin-top: 30px;
    font-size: 32px;
  }
}
@media only screen and (min-width: 992px) {
  #notre-materiel .container-fluid {
    max-width: 1600px;
    margin: auto;
  }
}
@media only screen and (min-width: 992px) {
  #contact .contact_block h3 {
    margin: 20px auto 10px auto;
  }
  #contact .contact_block a {
    font-size: 30px;
  }
}
@media only screen and (min-width: 992px) {
  #sponsors .sp_block a {
    width: 20%;
    padding: 15px;
    text-align: center;
  }
}
@media only screen and (min-width: 992px) {
  #reseau .reseau_block {
    justify-content: center;
  }
  #reseau .reseau_block img {
    margin: 0px 25px;
    max-width: 70px;
  }
}
@media only screen and (min-width: 992px) {
  #page_a-propos_wrapper {
    overflow: hidden;
  }
}
@media only screen and (min-width: 992px) {
  form {
    max-width: 500px;
    margin: auto;
  }
  form .form-group label {
    font-size: 18px;
  }
  form .form-group textarea {
    font-size: 18px;
  }
  form .form-group input {
    font-size: 18px;
    height: 40px;
  }
  form .form-check {
    padding-left: 40px;
  }
  form .form-check input {
    width: 16px;
    height: 16px;
    margin-left: -26px;
  }
}
@media only screen and (min-width: 992px) {
  #contact_p_element1 {
    width: 150px;
    height: auto;
    top: 150px;
    left: 0px;
  }
}
@media only screen and (min-width: 992px) {
  #contact_p_element2 {
    width: 170px;
    height: auto;
    top: 450px;
    right: 40px;
    transform: rotate(45deg);
  }
}
@media only screen and (min-width: 992px) {
  #contact_p_element3 {
    width: 130px;
    height: auto;
    top: 750px;
    left: 500px;
    transform: rotate(-90deg);
  }
}
@media only screen and (min-width: 992px) {
  #contact_p_element4 {
    width: 100px;
    height: auto;
    top: 150px;
    right: 430px;
  }
}
@media only screen and (min-width: 992px) {
  #contact_p_element5 {
    width: 120px;
    height: auto;
    top: 650px;
    left: 180px;
  }
}
@media only screen and (min-width: 992px) {
  #page_a-propos_wrapper #team_wrapper {
    padding-bottom: 50px;
  }
  #page_a-propos_wrapper #team_wrapper .team_block {
    margin-bottom: 50px;
    padding-top: 50px;
    padding-bottom: 0px !important;
  }
  #page_a-propos_wrapper #team_wrapper .team_block:after {
    display: none;
  }
  #page_a-propos_wrapper #team_wrapper .team_block img {
    border-radius: 10px;
    width: 250px;
  }
  #page_a-propos_wrapper #team_wrapper .team_block h4 {
    font-size: 30px;
    margin: 10px 0px 5px 0px;
  }
  #page_a-propos_wrapper #team_wrapper .team_block .title {
    height: 55px;
  }
  #page_a-propos_wrapper #team_wrapper .team_block .title span {
    font-size: 17px;
  }
  #page_a-propos_wrapper #team_wrapper .team_block .social {
    margin-top: 10px;
  }
  #page_a-propos_wrapper #team_wrapper .team_block .social a {
    padding: 0px 10px;
  }
  #page_a-propos_wrapper #team_wrapper .team_block .social img {
    height: 55px;
    width: auto;
  }
  #page_a-propos_wrapper #team_wrapper .team_block .resume {
    padding: 15px;
  }
  #page_a-propos_wrapper #team_wrapper .team_block .resume h4 {
    margin-bottom: 10px;
  }
  #page_a-propos_wrapper #team_wrapper .team_block .resume p {
    margin-bottom: 10px;
    font-size: 15px;
  }
  #page_a-propos_wrapper #team_wrapper .team_block .resume .resume_link_quit {
    margin-top: 10px;
  }
  #page_a-propos_wrapper #team_wrapper .team_block .resume .resume_link_quit img {
    height: 50px;
  }
  #page_a-propos_wrapper #rewards_wrapper {
    padding-bottom: 50px;
  }
  #page_a-propos_wrapper #rewards_wrapper #rewards_tab {
    margin-bottom: 50px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  #page_a-propos_wrapper #rewards_wrapper #rewards_tab .nav-link {
    border: 2px solid #000f40;
    font-size: 17px;
  }
  #page_a-propos_wrapper #rewards_wrapper #rewards_content ul {
    width: 600px;
    margin: auto;
  }
  #page_a-propos_wrapper #rewards_wrapper #rewards_content ul li {
    margin-bottom: 20px;
    font-size: 19px;
  }
  #page_a-propos_wrapper #rewards_wrapper #rewards_content ul li > div {
    font-size: 22px;
  }
  #page_a-propos_wrapper #history_wrapper {
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 992px) {
  #page_historique_wrapper {
    position: relative;
  }
  #page_historique_wrapper:after {
    content: "";
    display: block;
    position: absolute;
    width: 2px;
    height: calc(100% - 130px);
    top: 130px;
    left: 50%;
    background-color: #000f40;
  }
}
@media only screen and (min-width: 992px) {
  .history_block {
    margin-bottom: 50px;
    width: 40%;
  }
  .history_block:after {
    display: none;
  }
  .history_block.slideInRight {
    margin-left: auto;
  }
  .history_block.slideInLeft {
    margin-right: auto;
  }
  .history_block img {
    border-radius: 10px;
    width: 250px;
  }
  .history_block h4 {
    font-size: 30px;
    margin: 10px 0px 5px 0px;
  }
  .history_block .title {
    height: 55px;
  }
  .history_block .title span {
    font-size: 17px;
  }
}
@media only screen and (min-width: 992px) {
  #page_portfollio_wrapper .service_block h2 {
    font-size: 20px;
  }
  #page_portfollio_wrapper .service_block:hover svg {
    transform: scale(1.1);
  }
  #page_portfollio_wrapper .service_block:hover svg path.path_hover_white {
    fill: #000000;
  }
  #page_portfollio_wrapper .service_block:hover svg path.path_hover_red {
    fill: #d00e3b;
  }
  #page_portfollio_wrapper .service_block:hover svg path.path_hover_blue {
    fill: #0030ce;
  }
  #page_portfollio_wrapper .service_block:hover svg path.path_hover_green {
    fill: #1f8e00;
  }
  #page_portfollio_wrapper .service_block:hover svg path.path_hover_silver {
    fill: #adadad;
  }
  #page_portfollio_wrapper .service_block:hover h2:after {
    width: 100%;
  }
  #page_portfollio_wrapper .portfollio_block {
    padding: 50px 0;
  }
  #page_portfollio_wrapper .portfollio_block h2 {
    margin-bottom: 30px;
  }
  #page_portfollio_wrapper .docu_block {
    max-width: 700px;
    margin: 0 auto 35px auto;
  }
  #page_portfollio_wrapper .docu_block h4 {
    margin-bottom: 15px;
  }
  #page_portfollio_wrapper .docu_block p {
    font-size: 12px;
  }
  #page_portfollio_wrapper .docu_block ul {
    margin-left: 30px;
  }
  #page_portfollio_wrapper .docu_block ul li span {
    font-size: 12px;
  }
}
@media only screen and (min-width: 992px) {
  #page_notre-materiel_wrapper .materiel_wrapper {
    margin-bottom: 100px;
  }
  #page_notre-materiel_wrapper .materiel_block {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  #page_notre-materiel_wrapper .materiel_block .materiel_picture {
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: center;
    margin-bottom: 0;
  }
  #page_notre-materiel_wrapper .materiel_block .materiel_picture img {
    height: auto;
  }
  #page_notre-materiel_wrapper .materiel_block .materiel_picture img + img {
    margin-top: 10px;
  }
  #page_notre-materiel_wrapper .materiel_block .materiel_detail h3 {
    font-size: 24px;
    margin-bottom: 20px;
    text-align: left;
  }
  #page_notre-materiel_wrapper .materiel_block .materiel_detail ul {
    font-size: 12px;
  }
  #page_notre-materiel_wrapper .materiel_block .materiel_detail ul li {
    padding: 5px 20px;
  }
  #page_notre-materiel_wrapper .materiel_block .materiel_detail ul.simple_disc {
    margin-left: 15px;
    font-size: 14px;
  }
  #page_notre-materiel_wrapper .materiel_block .materiel_detail ul.simple_disc li {
    padding: 10px 0;
  }
  #page_notre-materiel_wrapper .materiel_block.partenaire {
    margin-bottom: 80px;
  }
  #page_notre-materiel_wrapper .materiel_block.partenaire .materiel_picture {
    text-align: center;
  }
  #page_notre-materiel_wrapper .materiel_block.partenaire .materiel_picture img {
    max-width: 300px;
  }
  #page_notre-materiel_wrapper .materiel_block.partenaire .materiel_detail {
    text-align: left;
  }
}
@media only screen and (min-width: 992px) {
  #page_nos-prestations_wrapper .prestation_block {
    margin-bottom: 80px;
  }
  #page_nos-prestations_wrapper .prestation_block h2 {
    margin-bottom: 40px;
  }
}

/*# sourceMappingURL=style.css.map */
