@charset "UTF-8";
/*
Theme Name: themeCVR
Author: Marie-Hélène Raby
Author URI: https://cvrsolutions.ca
Description: Site web réalisaé par CVR Solutions.
Version: 1.0
License: sur demande
License URI: http://cvrsolutions.ca
Text Domain: cvrsolutions
*/
/*svg au loading*/
@import url('https://fonts.googleapis.com/css?family=Cabin+Condensed:400,500,600,700|Cabin:400,400i,500,500i,600,600i,700,700i|Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i|Roboto:300,300i,400,400i,500,500i,700,700i,900,900i" rel="stylesheet');
.loader {
  position: fixed;
  z-index: 9999;
  background: url("assets/images/loading.svg") 50% 50% no-repeat #fff;
  background-color: #161616;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  cursor: wait; }

/*FIX bootstrap*/
.no-padding {
  padding: 0; }

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

#wpadminbar {
  display: none; }

#wrapper-content {
  padding: 0; }

@-webkit-keyframes animline {
  0% {
    width: 0px; }
  100% {
    width: 200px; } }

@-webkit-keyframes slide-in {
  0% {
    -webkit-transform: translateX(600px);
    transform: translateX(600px);
    width: 65px;
    max-height: 65px;
    padding-left: 0; }
  50% {
    -webkit-transform: translateX(-600px);
    transform: translateX(-600px);
    width: 65px;
    max-height: 65px;
    padding-left: 0; }
  75% {
    -webkit-transform: translateX(-600px);
    transform: translateX(-600px);
    padding-left: 65px;
    width: 400px;
    max-height: 65px; }
  100% {
    -webkit-transform: translateX(-600px);
    transform: translateX(-600px);
    padding-left: 65px;
    width: 400px;
    max-height: 500px; } }

@-webkit-keyframes slide-out {
  0% {
    -webkit-transform: translateX(-600px);
    transform: translateX(-600px);
    padding-left: 65px;
    width: 400px;
    max-height: 500px; }
  100% {
    -webkit-transform: translateX(800px);
    transform: translateX(800px);
    padding-left: 65px;
    width: 400px;
    max-height: 500px; } }

@keyframes slide-out {
  0% {
    -webkit-transform: translateX(-600px);
    transform: translateX(-600px);
    padding-left: 65px;
    width: 400px;
    max-height: 500px; }
  100% {
    -webkit-transform: translateX(800px);
    transform: translateX(800px);
    padding-left: 65px;
    width: 400px;
    max-height: 500px; } }

@-webkit-keyframes after-slide-out {
  0% {
    padding-left: 65px;
    width: 400px;
    max-height: 500px; }
  100% {
    padding-left: 0;
    width: 65px;
    max-height: 65px; } }

@-webkit-keyframes opacity_text_in {
  0% {
    opacity: 0; }
  80% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes opacity_text_in {
  0% {
    opacity: 0; }
  80% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes opacity_text_out {
  0% {
    opacity: 1; }
  80% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes opacity_text_out {
  0% {
    opacity: 1; }
  80% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*GENERAL*/
body {
  overflow-x: hidden; }

h1 {
  font-family: "Open Sans Pro", sans-serif;
  font-size: 40px; }

h2 {
  font-family: "Open Sans Pro", sans-serif; }

h3, h4, h5, h6 {
  font-family: "Open Sans Pro", sans-serif; }

h2 {
  font-size: 26px;
  font-weight: 400; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 19px; }

h6 {
  font-size: 16px; }

p, a, li {
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  color: #535353;
  font-family: "Roboto", sans-serif; }

a {
  -o-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  cursor: pointer; }
  a:hover {
    text-decoration: none; }
  a span {
    vertical-align: middle; }

a:active {
  outline: none;
  border: none;
  text-decoration: none; }

a:hover {
  outline: none !important;
  border: transparent;
  text-decoration: none; }

a:focus {
  border: none !important;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline-offset: none !important;
  text-decoration: none; }

.btn:focus, .btn:active {
  outline: none !important; }

a.bouton {
  display: inline-block;
  padding: 15px 40px;
  color: #fff;
  font-size: 26px;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
  overflow: hidden; }
  a.bouton:visited, a.bouton:hover, a.bouton:active {
    background: #F8B71B;
    color: #fff; }
  a.bouton:focus {
    display: inline-block;
    padding: 15px 40px;
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    z-index: 10; }
  a.bouton.jaune {
    background: #F8B71B; }
    a.bouton.jaune:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      transform: translateX(-100%);
      -webkit-transition: 0.5s ease-in-out;
      -o-transition: 0.5s ease-in-out;
      transition: 0.5s ease-in-out;
      z-index: -1; }
    a.bouton.jaune.h-orange:before {
      background-color: #ff4816; }
    a.bouton.jaune.h-grey:before {
      background-color: #3D3D3D; }
    a.bouton.jaune:hover {
      background: transparent; }
      a.bouton.jaune:hover:before {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0); }

.title-home {
  font-size: 40px;
  color: #ff4816;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 30px; }

/*FIX input border radius safari*/
input, textarea {
  border-radius: 0;
  -webkit-appearance: none; }

.overflow {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 40;
  width: 100%;
  height: 100%;
  cursor: pointer; }

.sl-wrapper .sl-counter, .sl-wrapper .sl-close {
  bottom: 30px;
  top: auto; }

.contact-form form {
  width: 100%;
  color: #3D3D3D;
  font-family: "Open Sans Pro", sans-serif;
  font-size: 20px;
  text-transform: uppercase; }
  .contact-form form label {
    display: block;
    width: 100%;
    margin-bottom: 5px;
    margin-top: 20px;
    font-weight: 400;
    font-size: 20px;
    text-transform: none; }
  .contact-form form input {
    width: 100%;
    padding: 10px;
    border: solid 1px rgba(22, 22, 22, 0.2);
    background: #fdfdfd; }
    .contact-form form input:focus {
      outline: rgba(248, 183, 27, 0.5) solid thin; }
  .contact-form form textarea {
    width: 100%;
    height: 160px;
    border: solid 1px rgba(22, 22, 22, 0.2);
    background: #fdfdfd; }
    .contact-form form textarea:focus {
      outline: rgba(248, 183, 27, 0.5) solid thin; }
  .contact-form form button {
    margin-top: 20px;
    background: #F8B71B;
    outline: none;
    border: none;
    color: #fff;
    padding: 10px 20px;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s; }
    .contact-form form button:hover {
      background: #ff4816; }

.contact-form .screen-reader-response {
  display: none; }

.contact-form .wpcf7-submit {
  background: #F8B71B;
  color: #fff;
  -webkit-transition: all ease 0.4s !important;
  -o-transition: all ease 0.4s !important;
  transition: all ease 0.4s !important;
  font-size: 20px;
  font-weight: 700;
  border: none;
  text-transform: uppercase; }
  .contact-form .wpcf7-submit:hover {
    background: #3D3D3D; }

.contact-form .wpcf7-display-none {
  display: none; }

.contact-form .wpcf7-mail-sent-ok, .contact-form .wpcf7-validation-errors {
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -ms-flexbox !important;
  display: -ms-flex !important;
  display: -webkit-box !important;
  display: flex !important;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.3);
  border: none !important;
  position: fixed;
  top: 150px;
  left: 100%;
  width: 65px;
  max-height: 65px;
  min-height: 65px;
  margin: 0 !important;
  padding: 15px 20px 15px 20px;
  z-index: 9999;
  overflow: hidden;
  -webkit-animation: slide-in, slide-out, after-slide-out;
  animation: slide-in, slide-out, after-slide-out;
  -webkit-animation-duration: 2s, 1.1s, 2s;
  animation-duration: 2s, 1.1s, 2s;
  -webkit-animation-delay: .5s, 9s, 12s;
  animation-delay: .5s, 9s, 12s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  font-weight: bold;
  color: #FFF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #F8B71B;
  text-transform: lowercase;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400; }

.contact-form .wpcf7-mail-sent-ok a, .contact-form .wpcf7-validation-errors a, .contact-form .wpcf7-mail-sent-ok a:hover, .contact-form .wpcf7-validation-errors a:hover {
  color: #fff; }

.contact-form .wpcf7-mail-sent-ok span, .contact-form .wpcf7-validation-errors span {
  position: absolute;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-flex-pack: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  top: 20px;
  left: 0;
  width: 65px;
  height: 100%;
  font-size: 30px;
  color: #FFF; }

.contact-form .wpcf7-mail-sent-ok .wpcf7-not-valid-tip-text, .contact-form .wpcf7-validation-errors .wpcf7-not-valid-tip-text, .contact-form .wpcf7-mail-sent-ok .wpcf7-valid-tip-text, .contact-form .wpcf7-validation-errors .wpcf7-valid-tip-text {
  opacity: 0;
  -webkit-animation: opacity_text_in, opacity_text_out;
  animation: opacity_text_in, opacity_text_out;
  -webkit-animation-delay: 1.8s, 9s;
  animation-delay: 1.8s, 9s;
  -webkit-animation-duration: .8s, 2s;
  animation-duration: .8s, 2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  color: #fff; }

.contact-form span.wpcf7-not-valid-tip {
  font-size: 18px;
  text-transform: none; }

input.wpcf7-validates-as-required.wpcf7-not-valid {
  border-color: #f55b5f; }

.recaptcha {
  margin-bottom: 30px; }
  .recaptcha > div {
    margin: auto; }

header.header-home {
  height: 100vh;
  background-image: url("assets/images/bg-header.jpg");
  background-repeat: no-repeat;
  background-color: #3D3D3D;
  background-attachment: scroll;
  background-position: left 100px;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative; }
  header.header-home .container-fluid {
    display: block; }

header.header-pages {
  height: 500px;
  background: url(assets/images/bg-pages-contenu.jpg);
  background-repeat: no-repeat;
  background-color: #3D3D3D;
  background-attachment: scroll;
  background-position: center top;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative; }
  header.header-pages div.overflow {
    background: rgba(248, 183, 27, 0.4); }
  header.header-pages .title-page {
    width: 100%;
    text-align: center;
    z-index: 100;
    position: absolute;
    background: rgba(255, 72, 22, 0.6);
    bottom: 0;
    left: 0;
    padding: 30px; }
    header.header-pages .title-page h1 {
      color: #fff;
      text-transform: uppercase;
      font-weight: 600; }

header nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  -webkit-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  background: #3D3D3D;
  width: 100%;
  height: 100px;
  float: left;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0px 60px; }
  header nav .menu-nav {
    float: left;
    width: 75%; }
    header nav .menu-nav ul {
      display: block;
      float: right;
      margin-bottom: 0px; }
      header nav .menu-nav ul li {
        float: left;
        display: block;
        color: #fff;
        text-align: center;
        padding: 14px 20px;
        font-size: 20px;
        font-family: "Open Sans Pro", sans-serif;
        text-transform: uppercase;
        font-weight: 500; }
        header nav .menu-nav ul li a {
          color: #fff; }
        header nav .menu-nav ul li:hover a {
          color: #ff4816; }
  header nav .logo {
    position: relative;
    width: 25%;
    float: left;
    z-index: 10;
    cursor: pointer; }
    header nav .logo a {
      cursor: pointer; }
    header nav .logo img {
      height: 80px;
      position: relative;
      z-index: 10;
      cursor: pointer; }
  header nav .menu-hamburger {
    position: absolute;
    top: 29px;
    right: 29px;
    cursor: pointer;
    display: none; }
    header nav .menu-hamburger:hover span:first-child {
      -ms-transform: translateY(-3px);
      transform: translateY(-3px);
      -webkit-transform: translateY(-3px); }
    header nav .menu-hamburger:hover span:last-child {
      -ms-transform: translateY(3px);
      transform: translateY(3px);
      -webkit-transform: translateY(3px); }
    header nav .menu-hamburger span {
      display: block;
      background: #fff;
      width: 50px;
      height: 4px;
      margin-bottom: 8px;
      -webkit-transition: all ease 0.5s;
      -o-transition: all ease 0.5s;
      transition: all ease 0.5s; }
  header nav .menu-close {
    display: none;
    position: absolute;
    z-index: 999999999;
    top: 20px;
    right: 20px;
    cursor: pointer; }
    header nav .menu-close span {
      color: #fff;
      font-size: 20px;
      -o-transition: all ease-in-out 0.5s;
      transition: all ease-in-out 0.5s;
      -webkit-transition: all ease-in-out 0.5s; }
      header nav .menu-close span:hover {
        color: #ff4816; }
  header nav.fixed {
    height: 60px !important;
    top: 0;
    left: 0;
    background: rgba(61, 61, 61, 0.8); }
    header nav.fixed .menu-nav ul li {
      padding: 0px 20px; }
      header nav.fixed .menu-nav ul li a {
        font-size: 15px; }
    header nav.fixed .logo {
      padding-left: 10px; }
      header nav.fixed .logo img {
        height: 40px; }
    header nav.fixed .menu-hamburger {
      top: 15px;
      right: 15px; }
      header nav.fixed .menu-hamburger span {
        width: 40px;
        height: 3px;
        margin-bottom: 6px; }

header .baseline-home {
  width: 100%;
  position: absolute;
  margin: auto;
  text-align: center;
  color: #fff;
  bottom: 0;
  left: 0; }
  header .baseline-home .container-baseline {
    width: 100%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: left; }
    header .baseline-home .container-baseline .baseline-text {
      padding: 60px;
      width: 50%;
      float: left;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      header .baseline-home .container-baseline .baseline-text:first-child {
        background: rgba(255, 72, 22, 0.9); }
      header .baseline-home .container-baseline .baseline-text h1 {
        font-size: 40px;
        font-weight: 500;
        text-transform: uppercase;
        margin-bottom: 20px; }
        header .baseline-home .container-baseline .baseline-text h1 span {
          font-weight: 700; }
      header .baseline-home .container-baseline .baseline-text:nth-child(2) {
        background: rgba(61, 61, 61, 0.9); }
        header .baseline-home .container-baseline .baseline-text:nth-child(2) h2 {
          font-size: 40px;
          font-weight: 300;
          line-height: 60px; }
          header .baseline-home .container-baseline .baseline-text:nth-child(2) h2 .bold {
            font-weight: 700; }
          header .baseline-home .container-baseline .baseline-text:nth-child(2) h2 .upper {
            text-transform: uppercase;
            font-weight: 700;
            display: block; }
        header .baseline-home .container-baseline .baseline-text:nth-child(2) p a {
          color: #fff;
          border: solid 3px #fff;
          display: inline-block;
          margin: 20px auto 0px;
          padding: 15px;
          font-size: 40px;
          font-weight: 400; }
      header .baseline-home .container-baseline .baseline-text p {
        font-size: 30px;
        font-weight: 300;
        line-height: 40px;
        color: #fff; }
      header .baseline-home .container-baseline .baseline-text article {
        width: 100%; }

/* change active menu color */
li.current_page_item, li.current-menu-item, li.current_page_ancestor,
.main-navigation li.current-menu-ancestor {
  border: solid 2px #fff; }

.row-about {
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center; }
  .row-about .text-about {
    padding-bottom: 30px;
    padding-left: 100px;
    padding-right: 60px; }
    .row-about .text-about p {
      font-size: 24px;
      line-height: 36px;
      font-weight: 400;
      margin-bottom: 15px; }
  .row-about .icons {
    margin-top: 60px; }
    .row-about .icons span {
      font-size: 60px;
      color: #ff4816; }
    .row-about .icons h3 {
      color: #535353;
      text-transform: uppercase;
      margin-top: 20px; }
    .row-about .icons p {
      color: #ff4816;
      font-weight: 400;
      font-size: 26px; }
  .row-about .col-image-about {
    padding-left: 60px;
    padding-right: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .row-about .col-image-about .image-about {
      width: 100%;
      min-height: 600px;
      background: url(assets/images/bg-about3.jpg) no-repeat scroll left top;
      -webkit-background-size: cover;
      background-size: cover;
      position: relative; }
      .row-about .col-image-about .image-about .overlay-ans {
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 50;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
        .row-about .col-image-about .image-about .overlay-ans span {
          color: #fff;
          font-size: 400px; }
      .row-about .col-image-about .image-about .overflow {
        background: rgba(255, 72, 22, 0.5); }
  .row-about .more {
    margin-top: 90px; }
    .row-about .more .bouton {
      margin: auto; }

.services {
  background: url(assets/images/trailer.jpg) no-repeat scroll center;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px; }
  .services .overflow {
    background: rgba(255, 72, 22, 0.8); }
  .services h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto; }
  .services .row {
    z-index: 50;
    position: relative;
    text-align: center; }
    .services .row .service {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 30px; }
      .services .row .service .content {
        -webkit-box-shadow: 7px 10px 17px -2px rgba(0, 0, 0, 0.55);
        -moz-box-shadow: 7px 10px 17px -2px rgba(0, 0, 0, 0.55);
        box-shadow: 7px 10px 17px -2px rgba(0, 0, 0, 0.55);
        background: #3D3D3D; }
        .services .row .service .content h3 {
          display: block;
          width: 100%;
          padding: 30px 15px;
          background: #F8B71B;
          color: #fff;
          text-transform: uppercase;
          line-height: 28px; }
        .services .row .service .content p {
          color: #fff;
          padding: 30px 25px; }
    .services .row .bouton {
      margin-top: 60px;
      margin-left: auto;
      margin-right: auto; }
    .services .row .service-accueil {
      margin-top: 105px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .services .row .service-accueil .bg-rounded {
        width: 150px;
        height: 150px;
        left: 50%;
        top: -75px;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%); }
      .services .row .service-accueil .content {
        width: 100%;
        -webkit-box-shadow: 7px 10px 17px -2px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 7px 10px 17px -2px rgba(0, 0, 0, 0.2);
        box-shadow: 7px 10px 17px -2px rgba(0, 0, 0, 0.2);
        background: #3D3D3D;
        padding: 90px 30px 30px 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .services .row .service-accueil .content h3 {
          width: 100%;
          color: #fff;
          text-transform: uppercase;
          line-height: 28px;
          font-weight: 500;
          display: block;
          margin-bottom: 0; }

.bg-rounded {
  position: absolute;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }

.container-reali .info-reali {
  padding: 100px 100px;
  text-align: center; }
  .container-reali .info-reali .bouton {
    margin-top: 30px; }
  .container-reali .info-reali p {
    font-size: 24px;
    line-height: 36px;
    font-weight: 400;
    margin-bottom: 15px; }

.container-reali .row-reali-about {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.container-reali .realisations .realisation {
  position: relative;
  height: 50%;
  min-height: 320px;
  overflow: hidden;
  float: left; }
  .container-reali .realisations .realisation .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(248, 183, 27, 0.8);
    overflow: hidden;
    width: 100%;
    height: 0;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    z-index: 100; }
  .container-reali .realisations .realisation div.overflow {
    background: rgba(248, 183, 27, 0.2); }
  .container-reali .realisations .realisation:hover .overlay {
    height: 100%; }
  .container-reali .realisations .realisation .text {
    text-align: center;
    color: white;
    font-size: 18px;
    position: absolute;
    overflow: hidden;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); }
    .container-reali .realisations .realisation .text h4 {
      font-size: 20px;
      line-height: 30px;
      text-transform: uppercase;
      font-weight: 500; }
    .container-reali .realisations .realisation .text .icon-plus {
      margin-top: 15px;
      display: block; }

.container-fluid {
  max-width: 100%;
  overflow: hidden; }

.container-page {
  width: 90%;
  margin-left: auto;
  margin-right: auto; }
  .container-page p {
    margin-bottom: 10px; }
  .container-page h2 {
    text-transform: uppercase;
    color: #ff4816;
    margin-top: 40px;
    font-weight: 600; }
    .container-page h2:after {
      display: block;
      content: "";
      background: #ff4816;
      width: 200px;
      height: 4px;
      margin-top: 10px;
      margin-bottom: 15px;
      -webkit-animation: animline 0.5s 100ms normal ease-out forwards;
      animation: animline 0.5s 100ms normal ease-out forwards; }
    .container-page h2:first-child {
      margin-top: 0; }
  .container-page .row-history {
    padding-bottom: 60px;
    padding-top: 60px; }
    .container-page .row-history .history {
      padding-right: 60px; }
    .container-page .row-history .col-dates {
      background: #3D3D3D;
      color: #fff;
      text-align: center;
      padding-top: 30px;
      padding-bottom: 30px; }
      .container-page .row-history .col-dates h5 {
        font-size: 30px;
        font-weight: 700;
        background: #fff;
        color: #3D3D3D;
        padding: 15px;
        display: inline-block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px; }
      .container-page .row-history .col-dates p {
        font-size: 18px;
        color: #fff;
        line-height: 24px;
        margin-bottom: 3px; }
      .container-page .row-history .col-dates article:after {
        content: "";
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 4px;
        height: 20px;
        background: #fff;
        margin-bottom: 5px; }
      .container-page .row-history .col-dates article:last-child:after {
        display: none; }
  .container-page.grid-reali {
    padding-top: 60px;
    padding-bottom: 60px;
    /* clearfix */ }
    .container-page.grid-reali .gallery a.grid-item {
      display: block;
      -webkit-transition: none;
      -o-transition: none;
      transition: none; }
    .container-page.grid-reali .grid {
      width: 100%; }
    .container-page.grid-reali .grid:after {
      content: '';
      display: block;
      clear: both; }
    .container-page.grid-reali .grid-item {
      width: calc(25% - 30px);
      margin: 0px 15px 30px 15px;
      background: #fff; }
    .container-page.grid-reali img {
      display: block;
      width: 100%;
      height: auto; }
    .container-page.grid-reali .texte {
      padding: 30px;
      background: #EFEFEF;
      color: #fff;
      text-align: center; }
      .container-page.grid-reali .texte h3 {
        font-size: 24px;
        color: #ff4816;
        font-weight: 700;
        margin-bottom: 10px; }
      .container-page.grid-reali .texte p {
        font-size: 18px; }
  .container-page .not-found {
    padding: 60px; }
    .container-page .not-found h2 {
      margin: auto;
      text-align: center; }
    .container-page .not-found .bouton {
      margin: auto; }

.container-valeurs {
  background: url(assets/images/bg-page-about3.jpg) no-repeat scroll center;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative; }
  .container-valeurs .overflow {
    background: rgba(255, 72, 22, 0.8); }
  .container-valeurs .container-page {
    color: #fff;
    position: relative;
    z-index: 100;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px; }
    .container-valeurs .container-page p {
      color: #fff;
      font-weight: 500; }
    .container-valeurs .container-page span {
      width: 80px;
      height: 80px;
      font-size: 35px;
      margin-bottom: 30px;
      margin-left: auto;
      margin-right: auto;
      background: #F8B71B;
      border-radius: 100%;
      padding-top: 22px;
      display: block; }
    .container-valeurs .container-page .row-valeurs article {
      padding: 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .container-valeurs .container-page .row-valeurs article .contenu {
        padding: 30px;
        border: solid 3px rgba(255, 255, 255, 0.3); }

.title-equipe {
  text-align: center; }
  .title-equipe h2 {
    margin: auto;
    text-transform: uppercase;
    color: #ff4816;
    font-size: 26px;
    font-weight: 700; }
  .title-equipe:after {
    display: block;
    content: "";
    background: #ff4816;
    width: 200px;
    height: 4px;
    margin-top: 10px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    -webkit-animation: animline 0.5s 100ms normal ease-out forwards;
    animation: animline 0.5s 100ms normal ease-out forwards; }

.row-employes {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 65px;
  padding-right: 65px; }
  .row-employes.equipe article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .row-employes article .contenu {
    background: #EFEFEF;
    position: relative; }
    .row-employes article .contenu h3 {
      color: #ff4816;
      font-size: 24px;
      font-weight: 600;
      margin-bottom: 5px; }
    .row-employes article .contenu h4 {
      color: #3D3D3D;
      font-weight: 600;
      margin-bottom: 15px; }
    .row-employes article .contenu p {
      font-size: 18px; }
    .row-employes article .contenu .bg-rounded {
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      width: 200px;
      height: 200px; }
  .row-employes article:nth-child(even) {
    padding: 30px 100px 30px 15px; }
    .row-employes article:nth-child(even) .contenu {
      padding: 30px 115px 30px 30px;
      text-align: right; }
      .row-employes article:nth-child(even) .contenu .bg-rounded {
        right: -100px; }
  .row-employes article:nth-child(odd) {
    clear: both;
    padding: 30px 15px 30px 100px; }
    .row-employes article:nth-child(odd) .contenu {
      padding: 30px 30px 30px 115px; }
      .row-employes article:nth-child(odd) .contenu .bg-rounded {
        left: -100px; }

.row-services {
  padding-top: 60px;
  padding-bottom: 60px; }
  .row-services article .contenu {
    background: #EFEFEF;
    position: relative; }
    .row-services article .contenu h3 {
      color: #ff4816;
      font-size: 24px;
      font-weight: 600;
      margin-bottom: 5px; }
    .row-services article .contenu h4 {
      color: #3D3D3D;
      font-weight: 600;
      margin-bottom: 15px; }
    .row-services article .contenu p {
      font-size: 18px; }

.row-contact .administration, .row-contact .heures {
  padding-top: 100px;
  padding-bottom: 60px;
  padding-left: 60px;
  padding-right: 60px;
  text-align: center; }

.row-contact .administration {
  background: #fff; }
  .row-contact .administration p {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 40px; }
    .row-contact .administration p a {
      font-weight: 400;
      font-size: 24px;
      display: block;
      margin-bottom: 10px; }
      .row-contact .administration p a:hover {
        color: #F8B71B; }
    .row-contact .administration p span {
      color: #ff4816;
      font-size: 30px;
      margin-right: 15px;
      margin-bottom: 15px;
      display: block; }
  .row-contact .administration h2 {
    color: #ff4816; }
    .row-contact .administration h2:after {
      background: #ff4816; }

.row-contact .center-bloc {
  margin-right: auto;
  margin-left: auto; }

.row-contact .heures {
  background: #3D3D3D;
  color: #fff; }
  .row-contact .heures h2 {
    color: #fff; }
    .row-contact .heures h2:after {
      background: #fff; }
  .row-contact .heures p {
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 20px; }
    .row-contact .heures p .jour {
      padding-right: 5px; }
    .row-contact .heures p .heure {
      padding-left: 5px; }

.row-contact h2 {
  text-transform: uppercase;
  font-weight: 600; }
  .row-contact h2:after {
    display: block;
    content: "";
    width: 200px;
    height: 4px;
    margin-top: 10px;
    margin-bottom: 30px;
    margin-right: auto;
    margin-left: auto;
    -webkit-animation: animline 0.5s 100ms normal ease-out forwards;
    animation: animline 0.5s 100ms normal ease-out forwards; }

.row-contact.row-form {
  background: #EFEFEF; }

.row-contact .contact-form {
  text-align: center;
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 60px;
  padding-bottom: 60px; }
  .row-contact .contact-form h2 {
    color: #ff4816; }
    .row-contact .contact-form h2:after {
      background: #ff4816;
      margin-bottom: 60px; }

.page-reali {
  padding-top: 60px;
  padding-bottom: 60px; }
  .page-reali .realisation {
    padding-right: 30px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    min-height: 300px; }
    .page-reali .realisation .content-reali {
      background: #EFEFEF; }
    .page-reali .realisation .img-reali {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      width: 40%;
      overflow: hidden;
      text-align: center; }
      .page-reali .realisation .img-reali img {
        height: 100%;
        width: auto;
        display: block;
        margin-left: 50%;
        -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
        -o-transition: all ease-in-out 0.5s;
        transition: all ease-in-out 0.5s;
        -webkit-transition: all ease-in-out 0.5s; }
        .page-reali .realisation .img-reali img:hover {
          -webkit-transform: translateX(-50%) scale(1.1);
          -ms-transform: translateX(-50%) scale(1.1);
          transform: translateX(-50%) scale(1.1); }
    .page-reali .realisation .txt-reali {
      background: #EFEFEF;
      padding-left: calc(40% + 30px);
      padding-top: 30px;
      padding-bottom: 30px;
      padding-right: 30px;
      width: 100%; }
      .page-reali .realisation .txt-reali h3 {
        font-size: 24px;
        color: #ff4816;
        font-weight: 700;
        margin-bottom: 10px;
        line-height: 26px; }
      .page-reali .realisation .txt-reali p {
        font-size: 18px; }
    .page-reali .realisation .link-img-reali {
      overflow: hidden; }

.pagination {
  text-align: center;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .pagination .page-numbers {
    display: inline-block;
    background: #EFEFEF;
    color: #3D3D3D;
    padding: 5px 10px;
    font-size: 14px;
    font-family: "Open Sans Pro", sans-serif;
    margin-right: 4px;
    line-height: 14px; }
    .pagination .page-numbers:hover {
      color: #fff;
      background: #3D3D3D; }
  .pagination .next, .pagination .prev {
    background: none;
    color: #3D3D3D; }
    .pagination .next:hover, .pagination .prev:hover {
      background: none;
      color: #F8B71B; }
  .pagination .current {
    background: #F8B71B;
    color: #fff; }

footer {
  text-align: center;
  background: #3D3D3D;
  color: #fff;
  padding: 100px; }
  footer .icon {
    margin-bottom: 40px; }
    footer .icon span {
      font-size: 30px;
      margin-bottom: 30px;
      background: #F8B71B;
      border-radius: 100%;
      padding: 15px; }
  footer h5 {
    font-size: 26px;
    color: #F8B71B;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px; }
  footer p a {
    color: #fff;
    font-weight: 400; }
    footer p a:hover {
      color: #ff4816; }

#map {
  height: 340px; }

.credits {
  background: #F8B71B;
  color: #fff;
  padding: 30px 100px;
  /*display: flex */ }
  .credits p {
    font-weight: 400;
    font-size: 16px;
    color: #fff; }
  .credits .company {
    padding-top: 5px; }
  .credits .cvr {
    text-align: right; }
    .credits .cvr img {
      max-height: 50px;
      margin-left: 10px;
      vertical-align: middle;
      -o-transition: all ease-in-out 0.5s;
      transition: all ease-in-out 0.5s;
      -webkit-transition: all ease-in-out 0.5s; }
      .credits .cvr img:hover {
        -ms-transform: rotate(5deg);
        transform: rotate(5deg);
        -webkit-transform: rotate(5deg); }
    .credits .cvr .link-cvr {
      font-weight: 600;
      color: #fff;
      font-size: 16px; }
      .credits .cvr .link-cvr:hover {
        color: #3D3D3D;
        text-decoration: underline; }

/*FONTS*/
@media (max-width: 1600px) {
  .page-reali {
    width: 100%;
    padding-left: 15px; } }

@media (max-width: 1500px) {
  header .baseline-home .container-baseline .baseline-text {
    padding: 40px; }
    header .baseline-home .container-baseline .baseline-text h1 {
      font-size: 30px; }
    header .baseline-home .container-baseline .baseline-text:nth-child(2) p {
      font-size: 30px; }
      header .baseline-home .container-baseline .baseline-text:nth-child(2) p a {
        font-size: 30px; }
    header .baseline-home .container-baseline .baseline-text:nth-child(2) h2 {
      font-size: 30px;
      line-height: 40px; }
    header .baseline-home .container-baseline .baseline-text p {
      font-size: 30px; }
  header nav {
    padding: 0px 30px; }
    header nav .menu-nav {
      width: 82%; }
    header nav .logo {
      width: 18%; }
  .container-reali .info-reali {
    padding: 100px 60px; } }

@media (max-width: 1370px) {
  header .baseline-home .container-baseline .baseline-text {
    padding: 30px; }
    header .baseline-home .container-baseline .baseline-text:nth-child(2) p {
      font-size: 20px; }
      header .baseline-home .container-baseline .baseline-text:nth-child(2) p a {
        font-size: 24px; }
    header .baseline-home .container-baseline .baseline-text:nth-child(2) h2 {
      font-size: 26px;
      line-height: 36px; }
    header .baseline-home .container-baseline .baseline-text p {
      font-size: 20px;
      line-height: 30px; }
  .row-about .text-about {
    padding-left: 40px; }
    .row-about .text-about p {
      font-size: 20px;
      line-height: 30px; }
  .row-about .col-image-about {
    padding-right: 40px; }
  .row-about .icons span {
    font-size: 50px; }
  .row-about .icons h3 {
    font-size: 20px; }
  .row-about .icons p {
    font-size: 22px; }
  .services .row .service .content h3 {
    font-size: 18px;
    line-height: 26px;
    padding: 20px 15px; }
  .services .row .service .content p {
    font-size: 18px;
    line-height: 24px;
    padding: 20px 15px; }
  .services .row .service-accueil h3 {
    font-size: 20px; }
  .container-reali .info-reali p {
    font-size: 20px;
    line-height: 30px; }
  .container-valeurs .container-page .row-valeurs article {
    padding: 15px; }
  .row-employes {
    padding-left: 30px;
    padding-right: 30px; }
    .row-employes article {
      padding: 30px 30px 30px 75px; }
      .row-employes article .contenu .bg-rounded {
        width: 150px;
        height: 150px; }
      .row-employes article:nth-child(even) {
        padding: 30px 75px 30px 15px; }
        .row-employes article:nth-child(even) .contenu {
          padding: 30px 90px 30px 30px; }
          .row-employes article:nth-child(even) .contenu .bg-rounded {
            right: -75px; }
      .row-employes article:nth-child(odd) {
        padding: 30px 15px 30px 75px; }
        .row-employes article:nth-child(odd) .contenu {
          padding: 30px 30px 30px 90px; }
          .row-employes article:nth-child(odd) .contenu .bg-rounded {
            left: -75px; }
  .credits {
    padding: 30px; }
  .container-page.grid-reali {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px; }
    .container-page.grid-reali .grid-item {
      width: calc(33.33333% - 30px); }
  .page-reali .realisation .img-reali {
    position: relative;
    width: 100%;
    height: auto;
    max-height: 300px; }
    .page-reali .realisation .img-reali img {
      height: auto;
      width: 100%; }
  .page-reali .realisation .txt-reali {
    padding-left: 30px; } }

@media (max-width: 1200px) {
  .title-home {
    font-size: 36px; }
  a.bouton {
    font-size: 20px; }
  header nav .menu-nav {
    width: 80%; }
    header nav .menu-nav ul li a {
      font-size: 16px; }
  header nav .logo {
    width: 20%; }
  .row-about .text-about {
    padding-right: 20px; }
  .row-about .col-image-about {
    padding-left: 20px; }
    .row-about .col-image-about .image-about .overlay-ans span {
      font-size: 300px; }
  .container-reali .info-reali {
    padding: 100px 30px; }
  footer h5 {
    font-size: 20px; }
  footer p a {
    font-size: 16px; }
  footer .icon span {
    font-size: 26px; } }

@media (max-width: 992px) {
  header.header-home {
    background-position: left 60px;
    height: 70vh; }
  header.header-pages {
    height: 400px; }
    header.header-pages .title-page {
      padding: 20px; }
      header.header-pages .title-page h1 {
        font-size: 26px; }
  header nav {
    padding: 0px 30px;
    height: 60px; }
    header nav .menu-nav {
      -ms-transform: translateY(-120%);
      transform: translateY(-120%);
      -webkit-transform: translateY(-120%);
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      background: #3D3D3D;
      z-index: 999999;
      padding: 200px 60px;
      -o-transition: all ease-in-out 0.5s;
      transition: all ease-in-out 0.5s;
      -webkit-transition: all ease-in-out 0.5s;
      overflow-y: scroll;
      height: 100vh; }
      header nav .menu-nav ul {
        width: 100%;
        padding-left: 0; }
        header nav .menu-nav ul li {
          width: 100%;
          margin-bottom: 20px;
          padding: 14px 0px !important; }
          header nav .menu-nav ul li a {
            font-size: 20px !important; }
      header nav .menu-nav .menu-header-menu-container {
        float: left;
        width: 100%; }
      header nav .menu-nav.opened {
        -ms-transform: translateY(0);
        transform: translateY(0);
        -webkit-transform: translateY(0); }
    header nav .logo {
      width: 80%; }
      header nav .logo img {
        height: 40px; }
    header nav .menu-hamburger {
      display: block;
      top: 17px;
      right: 15px; }
      header nav .menu-hamburger span {
        width: 40px;
        height: 3px;
        margin-bottom: 6px; }
    header nav .menu-close {
      display: block; }
    header nav.fixed {
      height: 40px;
      background: transparent; }
      header nav.fixed .logo {
        display: none; }
      header nav.fixed .menu-hamburger {
        top: 10px;
        right: 10px;
        background: rgba(0, 0, 0, 0.5);
        padding: 10px; }
        header nav.fixed .menu-hamburger span {
          width: 30px; }
          header nav.fixed .menu-hamburger span:last-child {
            margin-bottom: 0px; }
  header .baseline-home .container-baseline .baseline-text:first-child p {
    display: none; }
  header .baseline-home .container-baseline .baseline-text:nth-child(2) h2 .upper {
    display: inline; }
  header .baseline-home .container-baseline .baseline-text:nth-child(2) p {
    display: none; }
    header .baseline-home .container-baseline .baseline-text:nth-child(2) p a {
      font-size: 20px;
      padding: 5px 15px; }
  .row-about .text-about {
    padding-left: 15px;
    padding-right: 15px; }
  .row-about .col-image-about {
    margin-top: 60px;
    padding-left: 15px;
    padding-right: 15px; }
    .row-about .col-image-about .image-about {
      min-height: 600px;
      background: url(assets/images/bg-about-mobile.jpg) no-repeat scroll left top;
      -webkit-background-size: cover;
      background-size: cover; }
      .row-about .col-image-about .image-about .overlay-ans span {
        font-size: 500px; }
  .container-reali .realisations {
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 60px;
    min-height: 700px; }
    .container-reali .realisations .realisation {
      height: 350px; }
  .container-page h2:after {
    margin-right: auto;
    margin-left: auto; }
  .container-page .row-history .history {
    margin-bottom: 60px;
    text-align: center;
    padding-right: 30px; }
  .container-page.grid-reali {
    padding-left: 0px;
    padding-right: 0px; }
    .container-page.grid-reali .grid-item {
      width: calc(50% - 30px); }
  .container-valeurs .container-page .row-valeurs article {
    display: block; }
  .page-reali {
    padding-left: 0; }
    .page-reali .realisation {
      padding-right: 15px; }
  footer {
    padding: 20px 40px 100px 40px; }
    footer .icon {
      margin-top: 100px; }
  .credits .company {
    text-align: center; }
  .credits .cvr {
    text-align: center; }
  .row-contact .administration, .row-contact .heures {
    padding-left: 30px;
    padding-right: 30px; }
  .row-contact .contact-form {
    width: 80%; } }

@media (min-width: 768px) and (max-width: 920px) {
  .container-reali .realisations {
    min-height: 520px; }
    .container-reali .realisations .realisation {
      height: 260px;
      min-height: 260px; } }

@media (max-width: 767px) {
  header .baseline-home .container-baseline .baseline-text {
    padding: 15px 15px; }
    header .baseline-home .container-baseline .baseline-text:first-child {
      display: none; }
    header .baseline-home .container-baseline .baseline-text:nth-child(2) {
      background: rgba(255, 72, 22, 0.9);
      width: auto;
      margin: auto; }
      header .baseline-home .container-baseline .baseline-text:nth-child(2) h2 {
        font-size: 20px;
        line-height: 30px; }
        header .baseline-home .container-baseline .baseline-text:nth-child(2) h2 .upper {
          display: inline; }
  .row-about {
    padding-top: 30px;
    padding-bottom: 30px; }
    .row-about .col-image-about {
      margin-top: 60px; }
      .row-about .col-image-about .image-about {
        min-height: 400px; }
        .row-about .col-image-about .image-about .overlay-ans span {
          font-size: 300px; }
    .row-about .icons {
      margin-top: 30px; }
      .row-about .icons div {
        margin-bottom: 30px; }
    .row-about .more {
      margin-top: 30px; }
  .services {
    padding-bottom: 40px; }
    .services .row .service {
      padding-right: 60px;
      padding-left: 60px; }
    .services .row .service-accueil .content h3 {
      margin-top: 0px; }
  .container-reali .realisations {
    min-height: 1140px; }
    .container-reali .realisations .realisation {
      margin-bottom: 30px;
      height: 300px;
      min-height: 300px; }
  .row-contact .administration, .row-contact .heures {
    padding-top: 40px;
    padding-bottom: 40px; }
    .row-contact .administration h2, .row-contact .heures h2 {
      font-size: 20px; }
    .row-contact .administration p, .row-contact .heures p {
      font-size: 20px; }
      .row-contact .administration p a, .row-contact .heures p a {
        font-size: 20px; }
      .row-contact .administration p span, .row-contact .heures p span {
        font-size: 26px; }
  .row-contact .heures p {
    font-size: 20px; }
    .row-contact .heures p span {
      font-size: 20px; }
  .row-contact .contact-form h2 {
    font-size: 20px; }
  .row-contact .contact-form form label {
    font-size: 14px; } }

@media (max-width: 600px) {
  a.bouton {
    font-size: 20px;
    padding: 15px 20px; }
  .title-home {
    font-size: 28px; }
  header nav .menu-nav {
    padding: 100px 30px; }
    header nav .menu-nav ul li {
      padding: 10px !important; }
  header .baseline-home .container-baseline {
    display: block; }
    header .baseline-home .container-baseline .baseline-text {
      padding: 30px 15px;
      width: 100%; }
      header .baseline-home .container-baseline .baseline-text:first-child {
        display: none; }
      header .baseline-home .container-baseline .baseline-text:nth-child(2) {
        background: rgba(255, 72, 22, 0.9); }
        header .baseline-home .container-baseline .baseline-text:nth-child(2) h2 {
          font-size: 20px;
          line-height: 30px; }
        header .baseline-home .container-baseline .baseline-text:nth-child(2) p {
          font-size: 20px; }
          header .baseline-home .container-baseline .baseline-text:nth-child(2) p a {
            font-size: 18px;
            margin: 15px auto 0;
            padding: 10px; }
  header.header-pages {
    height: 280px; }
    header.header-pages .title-page {
      padding: 15px; }
      header.header-pages .title-page h1 {
        font-size: 20px; }
  .row-about {
    padding-top: 40px; }
    .row-about .text-about {
      padding-right: 0;
      padding-left: 0; }
    .row-about .icons {
      margin-top: 0px; }
      .row-about .icons .col-sm-4 {
        margin-bottom: 40px; }
      .row-about .icons span {
        font-size: 70px; }
      .row-about .icons h3 {
        font-size: 26px; }
      .row-about .icons p {
        font-size: 26px; }
    .row-about .more {
      margin-top: 30px; }
    .row-about .col-image-about .image-about {
      min-height: 300px; }
      .row-about .col-image-about .image-about .overlay-ans span {
        font-size: 260px; }
  .services {
    padding-top: 30px; }
    .services h2 {
      font-size: 28px; }
    .services .row .service {
      padding-right: 30px;
      padding-left: 30px; }
    .services .row .service-accueil h3 {
      font-size: 18px; }
    .services .row .service-accueil .content {
      padding: 90px 15px 15px 15px; }
    .services .row .bouton {
      margin-top: 30px; }
  .container-reali .info-reali {
    padding: 40px 20px; }
  .container-reali .realisations {
    min-height: 840px; }
    .container-reali .realisations .realisation {
      height: 250px;
      min-height: 250px; }
  .container-valeurs .container-page p {
    font-size: 18px;
    line-height: 26px; }
  .title-equipe h2 {
    font-size: 20px; }
  .row-employes {
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 30px;
    padding-bottom: 30px; }
    .row-employes article .contenu h3 {
      font-size: 20px; }
    .row-employes article .contenu h4 {
      font-size: 16px; }
    .row-employes article .contenu .bg-rounded {
      width: 150px;
      height: 150px;
      -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
      -webkit-transform: translate(-50%, 0); }
    .row-employes article:nth-child(even) {
      padding: 105px 15px 15px 15px; }
      .row-employes article:nth-child(even) .contenu {
        padding: 90px 15px 15px 15px;
        text-align: center; }
        .row-employes article:nth-child(even) .contenu .bg-rounded {
          top: -75px;
          left: 50%; }
    .row-employes article:nth-child(odd) {
      padding: 105px 15px 15px 15px;
      text-align: center; }
      .row-employes article:nth-child(odd) .contenu {
        padding: 90px 15px 15px 15px; }
        .row-employes article:nth-child(odd) .contenu .bg-rounded {
          left: 50%;
          top: -75px; }
  .container-page h2 {
    font-size: 20px; }
  .container-page.grid-reali .grid-item {
    width: 100%;
    margin: 0 0 30px 0; }
  .container-page .row-history {
    padding-top: 40px; }
    .container-page .row-history .history {
      padding-right: 15px; }
  .page-reali {
    padding-top: 30px;
    padding-bottom: 30px; }
    .page-reali .realisation:nth-child(odd) {
      padding-right: 7px;
      padding-left: 0; }
    .page-reali .realisation:nth-child(even) {
      padding-left: 7px;
      padding-right: 0; }
    .page-reali .realisation .img-reali {
      height: auto; }
    .page-reali .realisation .txt-reali {
      text-align: center; }
      .page-reali .realisation .txt-reali h3 {
        font-size: 20px; }
  .row-contact .contact-form {
    width: 100%; }
  .row-form {
    padding-left: 15px;
    padding-right: 15px; }
  footer .icon {
    margin-top: 60px; }
  .credits {
    padding: 30px 15px; }
    .credits p {
      font-size: 14px;
      line-height: 22px; }
  .contact-form .wpcf7-mail-sent-ok, .contact-form .wpcf7-validation-errors {
    max-width: 280px; }
  .wpcf7-mail-sent-ok, .wpcf7-validation-errors {
    max-width: 280px; }
  @-webkit-keyframes slide-in {}  0% {
    -webkit-transform: translateX(600px);
    -ms-transform: translateX(600px);
    transform: translateX(600px);
    width: 65px;
    max-height: 65px;
    padding-left: 0; }
  50% {
    -webkit-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    transform: translateX(-300px);
    width: 65px;
    max-height: 65px;
    padding-left: 0; }
  75% {
    -webkit-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    transform: translateX(-300px);
    padding-left: 65px;
    width: 400px;
    max-height: 65px; }
  100% {
    -webkit-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    transform: translateX(-300px);
    padding-left: 65px;
    width: 400px;
    max-height: 500px; }
  @keyframes slide-in {
    0% {
      -webkit-transform: translateX(600px);
      transform: translateX(600px);
      width: 65px;
      max-height: 65px;
      padding-left: 0; }
    50% {
      -webkit-transform: translateX(-300px);
      transform: translateX(-300px);
      width: 65px;
      max-height: 65px;
      padding-left: 0; }
    75% {
      -webkit-transform: translateX(-300px);
      transform: translateX(-300px);
      padding-left: 65px;
      width: 400px;
      max-height: 65px; }
    100% {
      -webkit-transform: translateX(-300px);
      transform: translateX(-300px);
      padding-left: 65px;
      width: 400px;
      max-height: 500px; } }
  @-webkit-keyframes slide-out {
    0% {
      -webkit-transform: translateX(-300px);
      transform: translateX(-300px);
      padding-left: 65px;
      width: 400px;
      max-height: 500px; }
    100% {
      -webkit-transform: translateX(800px);
      transform: translateX(800px);
      padding-left: 65px;
      width: 400px;
      max-height: 500px; } }
  @keyframes slide-out {
    0% {
      -webkit-transform: translateX(-300px);
      transform: translateX(-300px);
      padding-left: 65px;
      width: 400px;
      max-height: 500px; }
    100% {
      -webkit-transform: translateX(800px);
      transform: translateX(800px);
      padding-left: 65px;
      width: 400px;
      max-height: 500px; } } }

@media (max-width: 575px) {
  .page-reali .realisation:nth-child(odd) {
    padding-right: 0; }
  .page-reali .realisation:nth-child(even) {
    padding-left: 0; } }

@media (max-width: 750px) and (orientation: landscape) {
  header.header-home {
    height: 100vh; }
  header .baseline-home .container-baseline .baseline-text {
    padding: 30px 15px;
    width: 100%; }
    header .baseline-home .container-baseline .baseline-text:first-child {
      display: none; }
    header .baseline-home .container-baseline .baseline-text:nth-child(2) {
      background: rgba(255, 72, 22, 0.9); }
      header .baseline-home .container-baseline .baseline-text:nth-child(2) h2 {
        font-size: 20px;
        line-height: 30px; }
      header .baseline-home .container-baseline .baseline-text:nth-child(2) p {
        font-size: 20px; }
        header .baseline-home .container-baseline .baseline-text:nth-child(2) p a {
          font-size: 18px;
          margin: 15px auto 0;
          padding: 10px; } }

@media (max-height: 767px) {
  header .baseline-home .container-baseline .baseline-text {
    padding: 15px 15px; }
    header .baseline-home .container-baseline .baseline-text:first-child {
      display: none; }
    header .baseline-home .container-baseline .baseline-text:nth-child(2) {
      background: rgba(255, 72, 22, 0.9);
      width: auto;
      margin: auto; }
      header .baseline-home .container-baseline .baseline-text:nth-child(2) h2 {
        font-size: 20px;
        line-height: 30px; }
        header .baseline-home .container-baseline .baseline-text:nth-child(2) h2 .upper {
          display: inline; }
      header .baseline-home .container-baseline .baseline-text:nth-child(2) p {
        font-size: 20px; }
        header .baseline-home .container-baseline .baseline-text:nth-child(2) p a {
          font-size: 18px;
          margin: 15px auto 0;
          padding: 10px; } }

@media (max-height: 455px) {
  header .baseline-home .container-baseline .baseline-text {
    padding: 15px; }
    header .baseline-home .container-baseline .baseline-text:nth-child(2) h2 {
      font-size: 18px;
      line-height: 28px; }
    header .baseline-home .container-baseline .baseline-text:nth-child(2) p a {
      font-size: 15px;
      margin: 10px auto 0;
      padding: 0px 15px; }
  header nav .menu-nav {
    display: block;
    padding: 80px 30px; }
    header nav .menu-nav ul li {
      margin-bottom: 20px; } }
