@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;700&display=swap");
html {
  font-size: 62.5%;
  max-width: 100vw;
  overflow-x: hidden;
  scroll-behavior: smooth; }
  html * {
    box-sizing: border-box;
    line-height: normal; }
  html[data-whatinput="mouse"] a:focus,
  html[data-whatinput="mouse"] input:focus,
  html[data-whatinput="mouse"] button:focus {
    outline: none; }
  html body {
    font-size: 1.6rem;
    overflow-x: hidden;
    font-family: "Raleway", sans-serif;
    color: #262642; }
  html .flex-row {
    display: flex;
    flex-wrap: wrap; }
    html .flex-row:before, html .flex-row:after {
      width: 0; }
  html h1 {
    margin: 0; }
  html h2 {
    margin: 0;
    font-size: 3rem;
    font-weight: 700;
    line-height: 4rem; }
    @media screen and (min-width: 768px) {
      html h2 {
        font-size: 5rem;
        line-height: 6rem; } }
    @media screen and (min-width: 992px) {
      html h2 {
        font-size: 6.5rem;
        line-height: 8rem; } }

.alert-success, .alert-danger {
  padding: 1.5rem 1.8rem;
  border-radius: 4px; }

.container-fluid {
  padding: 0 0 0 7rem;
  position: relative; }
  @media screen and (min-width: 768px) {
    .container-fluid {
      padding: 0 0 0 9rem; } }
  @media screen and (min-width: 992px) {
    .container-fluid {
      padding: 0 0 0 12rem; } }
  .container-fluid .col-xl-3.side-form-col {
    position: fixed;
    top: 0;
    left: 0;
    padding: 0;
    height: 100vh;
    z-index: 25;
    background-color: #fff;
    display: block;
    overflow: scroll;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
    scrollbar-width: none; }
    .container-fluid .col-xl-3.side-form-col::-webkit-scrollbar {
      -webkit-appearance: none;
      width: 0;
      height: 0; }
    @media screen and (min-width: 1600px) {
      .container-fluid .col-xl-3.side-form-col {
        position: relative;
        max-width: 100%;
        padding: 0 1.5rem;
        height: auto; } }
  @media screen and (min-width: 1600px) {
    .container-fluid {
      padding: 0; } }

.side-form {
  padding: 3rem 2rem;
  background-color: #fff;
  width: 7rem;
  display: flex;
  flex-wrap: wrap;
  min-height: 45rem;
  justify-content: center;
  position: relative;
  transition: all .4s ease-in-out; }
  .side-form * {
    transition: all .4s ease-in-out; }
  @media screen and (min-width: 768px) {
    .side-form {
      width: 9rem; } }
  @media screen and (min-width: 992px) {
    .side-form {
      padding: 3rem 2.6rem;
      width: 12rem; } }
  @media screen and (min-width: 1600px) {
    .side-form {
      position: relative;
      padding: 4.6rem;
      height: auto;
      width: auto;
      display: block; } }
  .side-form .form-img {
    margin-left: .4rem;
    display: block;
    height: 6.6rem; }
    @media screen and (min-width: 992px) {
      .side-form .form-img {
        height: auto; } }
    .side-form .form-img img {
      width: 3.8rem;
      height: 3.6rem; }
      @media screen and (min-width: 992px) {
        .side-form .form-img img {
          width: 6.8rem;
          height: 6.6rem; } }
      @media screen and (min-width: 1600px) {
        .side-form .form-img img {
          width: 12.7rem;
          height: 12.4rem; } }
  .side-form .side-h3 {
    transition: 0s;
    transform: rotate(-90deg);
    flex-shrink: 0;
    display: inline-flex;
    justify-content: center;
    margin-left: .2rem;
    margin-top: 1rem;
    height: 3rem;
    transform-origin: center; }
    @media screen and (min-width: 992px) {
      .side-form .side-h3 {
        height: auto;
        margin-left: 5rem;
        margin-top: 3rem; } }
    @media screen and (min-width: 0\0) {
      .side-form .side-h3 {
        margin-left: -7rem;
        margin-top: 12rem;
        margin-bottom: 3rem; } }
    @media screen and (min-width: 1600px) {
      .side-form .side-h3 {
        transform: rotate(0);
        display: block;
        margin-left: 0;
        margin-top: 0;
        margin-bottom: 0; } }
  .side-form h3 {
    font-size: 2rem;
    font-weight: 700;
    color: #262642;
    margin-bottom: 0;
    margin-top: 0;
    display: block; }
    @media screen and (min-width: 1600px) {
      .side-form h3 {
        font-size: 4.5rem; } }
    @media screen and (min-width: 1600px) {
      .side-form h3 {
        font-size: 4.5rem;
        font-weight: 700;
        transform: rotate(0);
        margin-top: 3rem; } }
  .side-form form {
    display: none; }
    @media screen and (min-width: 1600px) {
      .side-form form {
        display: block; } }
    .side-form form p {
      margin-top: 3rem;
      margin-bottom: 3rem;
      font-size: 1.5rem;
      font-weight: 400; }
    .side-form form label {
      margin-top: 2rem;
      display: block;
      width: 100%; }
      .side-form form label input, .side-form form label textarea {
        display: flex;
        padding: 1.5rem 2rem;
        font-size: 1.5rem;
        font-weight: 500;
        color: #262642;
        border: 1px solid #e0e0e0;
        border-radius: 0;
        width: 100%;
        -webkit-appearance: none; }
        .side-form form label input::placeholder, .side-form form label textarea::placeholder {
          color: #262642;
          opacity: 1; }
      .side-form form label select {
        width: 100%; }
      .side-form form label .select2-container {
        max-width: 100%;
        width: 100% !important; }
        @media screen and (min-width: 1600px) {
          .side-form form label .select2-container {
            max-width: 100vw;
            width: 100% !important; } }
        .side-form form label .select2-container .select2-selection {
          border-radius: 0;
          border: 1px solid #e0e0e0;
          font-size: 1.5rem;
          font-weight: 500;
          height: 5rem;
          display: flex;
          align-items: center;
          width: 100%;
          justify-content: space-between; }
          .side-form form label .select2-container .select2-selection .select2-selection__rendered {
            font-size: 1.5rem;
            font-weight: 500;
            color: #262642;
            display: flex;
            align-items: center;
            padding-left: 2rem; }
            .side-form form label .select2-container .select2-selection .select2-selection__rendered .select2-selection__placeholder {
              color: #262642; }
          .side-form form label .select2-container .select2-selection .select2-selection__arrow {
            height: 100%;
            position: absolute;
            right: 0;
            top: 0;
            display: flex;
            align-items: center; }
            .side-form form label .select2-container .select2-selection .select2-selection__arrow b {
              display: none; }
            .side-form form label .select2-container .select2-selection .select2-selection__arrow:after {
              content: url(../inc/svg/caret.svg);
              position: absolute;
              top: 50%;
              right: 1.1rem;
              transform: translate(0, -50%); }
    .side-form form .form-legend {
      font-size: 1.1rem;
      font-weight: 400;
      margin-top: 4rem;
      margin-bottom: 0; }
    .side-form form .form-bottom {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .side-form form .form-bottom p {
        font-size: 1.3rem;
        font-weight: 500; }
      .side-form form .form-bottom [type=submit] {
        background: none;
        border: 1px solid #d86256;
        font-size: 1.3rem;
        font-weight: 500;
        color: #d86256;
        height: 5rem;
        width: 16.2rem;
        transition: all .2s ease-in-out; }
        .side-form form .form-bottom [type=submit]:hover {
          background-color: #d86256;
          color: #fff; }
  .side-form .side-toggle {
    display: flex;
    height: 2.8rem;
    width: 2.8rem;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #d86256;
    margin-top: 8rem; }
    @media screen and (min-width: 1600px) {
      .side-form .side-toggle {
        display: none; } }
    .side-form .side-toggle.side-closer {
      display: none;
      position: absolute;
      top: 5rem;
      right: 5rem;
      z-index: 250;
      margin-top: 0; }
      .side-form .side-toggle.side-closer svg {
        height: 1.4rem;
        width: 1.4rem; }
  .side-form.side-form-visible {
    padding: 4.6rem 4.6rem 20rem;
    height: auto;
    width: auto;
    display: block;
    z-index: 1500;
    max-width: 100vw;
    background-color: #fff; }
    .side-form.side-form-visible .side-h3 {
      transform: rotate(0);
      display: block;
      margin-left: 0;
      margin-top: 0; }
      .side-form.side-form-visible .side-h3 h3 {
        font-size: 4.5rem;
        font-weight: 700;
        transform: rotate(0);
        margin-top: 3rem; }
    .side-form.side-form-visible form {
      display: block;
      margin-top: 10rem; }
    .side-form.side-form-visible .side-toggle {
      display: none; }
      .side-form.side-form-visible .side-toggle.side-closer {
        display: flex; }

header {
  padding: 4rem 3.2rem;
  position: relative;
  width: 100%;
  z-index: 30;
  background-color: #262642; }
  header:after {
    position: absolute;
    content: url(../image/header-flare.png);
    top: -5rem;
    right: -6rem;
    z-index: -1;
    pointer-events: none;
    opacity: .4;
    transform: scale(0.7); }
    @media screen and (min-width: 1300px) {
      header:after {
        z-index: 1;
        opacity: 1;
        transform: scale(1);
        top: -2rem;
        right: -2rem; } }
  header .main-nav {
    display: block;
    align-items: center; }
    @media screen and (min-width: 992px) {
      header .main-nav {
        display: flex; } }
    header .main-nav .main-logo {
      margin-right: 19rem;
      position: relative;
      z-index: 2; }
      @media screen and (min-width: 992px) {
        header .main-nav .main-logo {
          margin-right: 5rem; } }
      @media screen and (min-width: 1350px) {
        header .main-nav .main-logo {
          margin-right: 19rem; } }
      header .main-nav .main-logo svg {
        width: 30rem;
        height: auto;
        margin-bottom: 2rem;
        max-width: 100%; }
        @media screen and (min-width: 768px) {
          header .main-nav .main-logo svg {
            width: 25rem;
            height: 5.2rem;
            margin-bottom: 0; } }
    header .main-nav .main-menu {
      padding-left: 0;
      margin-bottom: 0;
      display: block;
      height: 0;
      transition: all .2s ease-in-out;
      margin-top: 2rem; }
      header .main-nav .main-menu li {
        list-style-type: none; }
      header .main-nav .main-menu.main-menu-active {
        height: 16rem; }
      @media screen and (min-width: 992px) {
        header .main-nav .main-menu {
          height: auto;
          display: flex; } }
      header .main-nav .main-menu li {
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center; }
        @media screen and (min-width: 992px) {
          header .main-nav .main-menu li {
            padding: 0 2rem 0 0;
            justify-content: flex-start; }
            header .main-nav .main-menu li:not(:first-of-type):before {
              content: "";
              height: .4rem;
              width: .4rem;
              border-radius: 50%;
              display: block;
              background-color: #d86256;
              margin-right: 2rem; } }
        header .main-nav .main-menu li a {
          font-size: 1.5rem;
          font-weight: 700;
          line-height: 1.2rem;
          padding: 1.2rem 2rem;
          color: #fff;
          text-align: center;
          background-color: #d86256;
          border: 1px solid #d86256;
          display: flex;
          align-items: center;
          justify-content: center;
          width: 32rem;
          max-width: 100%;
          margin-top: .5rem; }
          header .main-nav .main-menu li a:hover {
            background-color: #fff;
            color: #d86256;
            text-decoration: none; }
          @media screen and (min-width: 992px) {
            header .main-nav .main-menu li a {
              padding: 0;
              text-align: left;
              background-color: transparent;
              border: 0px solid transparent;
              width: auto;
              margin-top: 0; }
              header .main-nav .main-menu li a:hover {
                background-color: transparent;
                color: #fff;
                text-decoration: underline; } }
  header .burger-button {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.6);
    position: absolute;
    top: 8rem;
    right: 3rem;
    z-index: 10;
    padding: .5rem;
    border-radius: 4px;
    transition: all .2s ease-in-out; }
    @media screen and (min-width: 768px) {
      header .burger-button {
        top: 4rem; } }
    @media screen and (min-width: 992px) {
      header .burger-button {
        display: none; } }
    header .burger-button .burger-bloc {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      height: 2.4rem;
      width: 3rem; }
      header .burger-button .burger-bloc .burger-bar {
        height: 2px;
        width: 3rem;
        display: flex;
        background-color: #fff;
        border-radius: 2px;
        align-items: center;
        justify-content: center;
        transition: all .2s ease-in-out; }
        header .burger-button .burger-bloc .burger-bar .burger-close-bar {
          height: 2px;
          width: 3rem;
          background-color: #fff;
          border-radius: 2px;
          transition: all .2s ease-in-out;
          display: block; }
    header .burger-button:hover {
      border: 1px solid white; }
  @media screen and (min-width: 992px) {
    header {
      padding: 4rem; } }

section#signature {
  background-color: #262642;
  color: #fff;
  position: relative;
  padding: 20rem 2.5rem 12.4rem; }
  @media screen and (min-width: 992px) {
    section#signature {
      padding: 9.5rem 5.9vw 21.4rem 35.26vw; } }
  @media screen and (min-width: 1350px) {
    section#signature {
      padding: 9.5rem 16.9vw 21.4rem 30.26vw; } }
  @media screen and (min-width: 1600px) {
    section#signature {
      padding: 9.5rem 16.9vw 31.4rem 25.26vw; } }
  section#signature .signature-illu {
    z-index: 25;
    display: none; }
    section#signature .signature-illu img {
      max-width: 100%;
      height: 30rem;
      width: auto; }
      @media screen and (min-width: 992px) {
        section#signature .signature-illu img {
          height: auto; } }
    section#signature .signature-illu:after {
      position: absolute;
      z-index: -1;
      content: url(../image/blue-flare.png);
      right: -7.8rem;
      bottom: -8.8rem; }
    @media screen and (min-width: 992px) {
      section#signature .signature-illu {
        display: block;
        position: absolute;
        top: 2.2rem;
        left: -2.6rem; } }
  section#signature .signature-texte h2 {
    margin: 3rem 0 0;
    font-size: 3rem;
    font-weight: 700; }
    @media screen and (min-width: 768px) {
      section#signature .signature-texte h2 {
        font-size: 5rem; } }
    @media screen and (min-width: 992px) {
      section#signature .signature-texte h2 {
        margin-top: 0;
        font-size: 6.5rem; } }
    section#signature .signature-texte h2:after {
      content: "";
      width: 4.6rem;
      height: .5rem;
      display: block;
      background-color: #fff;
      margin-bottom: 1rem;
      margin-top: 1.4rem; }
  section#signature .signature-texte p {
    margin-top: 2rem; }

section#metiers {
  background-color: #d86256;
  position: relative;
  padding: 0rem 2.5rem 5.2rem;
  color: #fff; }
  @media screen and (min-width: 992px) {
    section#metiers {
      padding: 3.7rem 3rem .2rem; } }
  section#metiers .triangle-before {
    position: absolute;
    bottom: calc(100% - 1px);
    left: 0;
    width: 100vw;
    height: auto;
    pointer-events: none; }
    @media screen and (min-width: 0\0) {
      section#metiers .triangle-before {
        left: -1px; } }
  section#metiers .triangle-after {
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    width: 100vw;
    height: auto;
    transform: rotate(180deg);
    pointer-events: none;
    z-index: 15; }
  section#metiers .metiers-txt {
    display: inline-block;
    max-width: 43.2rem;
    margin-top: 2.2rem; }
    section#metiers .metiers-txt p {
      margin-top: 5.5rem;
      font-size: 1.5rem;
      font-weight: 400; }
  section#metiers .blob-metiers {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 1.9rem;
    font-weight: 700;
    line-height: 2.3rem;
    background-color: #bc4a45;
    height: 16rem;
    width: 16rem;
    text-align: center;
    position: relative;
    z-index: 5;
    flex-shrink: 0; }
    @media screen and (min-width: 768px) {
      section#metiers .blob-metiers {
        height: 21.1rem;
        width: 21.1rem; } }
    section#metiers .blob-metiers span {
      text-align: center;
      position: relative;
      z-index: 150; }
    section#metiers .blob-metiers:before {
      content: url(../image/blob-flare.png);
      position: absolute;
      z-index: 1;
      right: -5rem;
      top: 0; }
    section#metiers .blob-metiers:after {
      position: absolute;
      height: 100%;
      width: 100%;
      border-radius: 50%;
      z-index: 2;
      content: "";
      top: 0;
      left: 0;
      background-color: #bc4a45; }
    section#metiers .blob-metiers.medium-blob {
      height: 12rem;
      width: 12rem; }
      @media screen and (min-width: 768px) {
        section#metiers .blob-metiers.medium-blob {
          height: 18rem;
          width: 18rem; } }
    section#metiers .blob-metiers.small-blob {
      height: 13.8rem;
      width: 13.8rem; }
      @media screen and (min-width: 768px) {
        section#metiers .blob-metiers.small-blob {
          height: 13.8rem;
          width: 13.8rem; } }
  section#metiers .bloc-metiers-1 {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    margin-top: 3rem;
    justify-content: center; }
    @media screen and (min-width: 1200px) {
      section#metiers .bloc-metiers-1 {
        margin-left: 2.81vw; } }
    @media screen and (min-width: 1350px) {
      section#metiers .bloc-metiers-1 {
        margin-top: 0;
        display: inline-flex;
        justify-content: flex-start; } }
    section#metiers .bloc-metiers-1 .medium-blob {
      margin-left: 5.1rem;
      margin-top: 2rem; }
      @media screen and (min-width: 576px) {
        section#metiers .bloc-metiers-1 .medium-blob {
          margin-top: 0;
          margin-left: 18.1rem; } }
      section#metiers .bloc-metiers-1 .medium-blob:before {
        right: auto;
        left: -5rem;
        top: auto;
        bottom: 1.1rem; }
  section#metiers .bloc-metiers-2 {
    display: flex;
    padding-left: 3rem;
    align-items: flex-end;
    margin-top: 4rem;
    flex-wrap: wrap;
    justify-content: center;
    margin-right: 15rem; }
    @media screen and (min-width: 992px) {
      section#metiers .bloc-metiers-2 {
        padding-left: 6.927vw; } }
    @media screen and (min-width: 1350px) {
      section#metiers .bloc-metiers-2 {
        margin-right: 0;
        justify-content: flex-start; } }
    section#metiers .bloc-metiers-2 .blob-metiers:first-of-type {
      margin-left: 6rem; }
      @media screen and (min-width: 576px) {
        section#metiers .bloc-metiers-2 .blob-metiers:first-of-type {
          margin-left: 0; } }
    section#metiers .bloc-metiers-2 .blob-metiers:nth-of-type(2) {
      margin-left: 14.1rem;
      margin-top: 3rem; }
      @media screen and (min-width: 576px) {
        section#metiers .bloc-metiers-2 .blob-metiers:nth-of-type(2) {
          margin-left: 5.1rem; } }
      @media screen and (min-width: 1200px) {
        section#metiers .bloc-metiers-2 .blob-metiers:nth-of-type(2) {
          margin-left: 8.1rem;
          margin-right: 15rem; } }
      @media screen and (min-width: 1350px) {
        section#metiers .bloc-metiers-2 .blob-metiers:nth-of-type(2) {
          margin-top: 0;
          margin-left: 13.1rem; } }
      @media screen and (min-width: 1600px) {
        section#metiers .bloc-metiers-2 .blob-metiers:nth-of-type(2) {
          margin-right: 0; } }
      section#metiers .bloc-metiers-2 .blob-metiers:nth-of-type(2):before {
        top: 0;
        bottom: 1.1rem; }
    section#metiers .bloc-metiers-2 .blob-metiers:nth-of-type(3) {
      margin-left: 8.1rem;
      margin-top: 3.1rem; }
      section#metiers .bloc-metiers-2 .blob-metiers:nth-of-type(3):before {
        right: auto;
        left: -4.2rem;
        top: 0;
        bottom: 1.1rem; }
      @media screen and (min-width: 1600px) {
        section#metiers .bloc-metiers-2 .blob-metiers:nth-of-type(3) {
          margin-left: 18.1rem;
          margin-bottom: 3.1rem;
          margin-top: 0; } }
    section#metiers .bloc-metiers-2 .blob-metiers:last-of-type {
      margin-left: 18.1rem;
      margin-top: 2rem; }
      @media screen and (min-width: 576px) {
        section#metiers .bloc-metiers-2 .blob-metiers:last-of-type {
          margin-left: 8.1rem; } }
      @media screen and (min-width: 992px) {
        section#metiers .bloc-metiers-2 .blob-metiers:last-of-type {
          margin-top: 0; } }
      section#metiers .bloc-metiers-2 .blob-metiers:last-of-type:before {
        top: auto;
        bottom: 0; }
  section#metiers .bloc-metiers-3 {
    display: flex;
    align-items: flex-start;
    padding-left: 7.916vw;
    margin-top: 4rem;
    flex-wrap: wrap; }
    @media screen and (min-width: 992px) {
      section#metiers .bloc-metiers-3 {
        padding-left: 17.916vw; } }
    section#metiers .bloc-metiers-3 .blob-metiers:first-of-type:before {
      top: auto;
      bottom: 1.1rem;
      right: auto;
      left: -4.5rem; }
    section#metiers .bloc-metiers-3 .blob-metiers:nth-of-type(2) {
      margin-top: 3rem;
      margin-left: 1.1rem; }
      @media screen and (min-width: 576px) {
        section#metiers .bloc-metiers-3 .blob-metiers:nth-of-type(2) {
          margin-top: 0;
          margin-left: 8.1rem; } }
    section#metiers .bloc-metiers-3 .blob-metiers:last-of-type {
      margin-left: 2.1rem;
      margin-top: 2.5rem; }
      @media screen and (min-width: 576px) {
        section#metiers .bloc-metiers-3 .blob-metiers:last-of-type {
          margin-left: 8rem; } }
      @media screen and (min-width: 768px) {
        section#metiers .bloc-metiers-3 .blob-metiers:last-of-type {
          margin-left: 18.1rem; } }
      @media screen and (min-width: 992px) {
        section#metiers .bloc-metiers-3 .blob-metiers:last-of-type {
          margin-top: 0; } }
      section#metiers .bloc-metiers-3 .blob-metiers:last-of-type:before {
        right: auto;
        left: -5rem; }
  section#metiers .bloc-metiers-4 {
    padding-left: 22.45vw;
    margin-top: 3rem; }
    @media screen and (min-width: 1300px) {
      section#metiers .bloc-metiers-4 {
        margin-top: 0;
        padding-left: 36.45vw; } }

section#espace-renov {
  color: #fff;
  background-color: #262642;
  display: flex;
  padding: 10.6rem 2.5rem 3.8rem;
  position: relative;
  flex-direction: column-reverse; }
  @media screen and (min-width: 992px) {
    section#espace-renov {
      padding: 16.6rem 3rem .8rem; } }
  @media screen and (min-width: 1350px) {
    section#espace-renov {
      flex-direction: row;
      padding: 16.6rem 16.3rem 5.8rem 3rem; } }
  @media screen and (min-width: 1600px) {
    section#espace-renov {
      padding: 16.6rem 16.3rem 5.8rem 3rem; } }
  section#espace-renov:before {
    content: url(../image/header-flare.png);
    top: 2.4rem;
    right: -5.9rem;
    position: absolute;
    z-index: 20;
    opacity: .6; }
    @media screen and (min-width: 992px) {
      section#espace-renov:before {
        top: 13.4rem;
        opacity: 1; } }
  section#espace-renov .espace-renov-figure {
    margin-bottom: -12.5rem;
    margin-top: 5rem;
    position: relative;
    display: flex;
    justify-content: center; }
    @media screen and (min-width: 992px) {
      section#espace-renov .espace-renov-figure {
        margin-top: 17rem; } }
    section#espace-renov .espace-renov-figure figure img {
      max-width: 100%; }
    section#espace-renov .espace-renov-figure:before {
      position: absolute;
      top: -5rem;
      right: 4rem; }
      @media screen and (min-width: 992px) {
        section#espace-renov .espace-renov-figure:before {
          content: url(../image/red-flare.png); } }
    section#espace-renov .espace-renov-figure:after {
      position: absolute;
      content: url(../image/blue-flare-2.png);
      bottom: -3rem;
      left: 4.3rem; }
    @media screen and (min-width: 0\0) {
      section#espace-renov .espace-renov-figure figure {
        width: 100%; } }
  @media screen and (min-width: 992px) {
    section#espace-renov .espace-renov-txt {
      margin-left: 14.4rem; } }
  section#espace-renov .espace-renov-txt h2:after {
    content: "";
    height: .5rem;
    width: 4.6rem;
    display: block;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    background-color: #fff; }
  section#espace-renov .espace-renov-txt p {
    margin-top: 2.7rem;
    margin-bottom: 0; }

section#realisations {
  align-items: center;
  padding: 14.8rem 2.5rem 8rem; }
  @media screen and (min-width: 992px) {
    section#realisations {
      padding: 14.8rem 3rem 8rem; } }
  @media screen and (min-width: 1350px) {
    section#realisations {
      display: flex; } }
  section#realisations .realisations-txt h2:after {
    width: 4.6rem;
    height: .5rem;
    content: "";
    display: block;
    background-color: #262642;
    margin-top: 1.2rem; }
  section#realisations .realisations-txt p {
    margin-top: 2.7rem;
    margin-bottom: 2rem; }
    @media screen and (min-width: 1350px) {
      section#realisations .realisations-txt p {
        margin-bottom: 0; } }
  section#realisations .realisations-slider {
    margin-left: 0;
    position: relative; }
    section#realisations .realisations-slider:before {
      height: 1px;
      width: calc(100% - 2.4rem);
      background-color: rgba(38, 38, 66, 0.2);
      position: absolute;
      bottom: -3rem;
      left: 1.4rem;
      content: none; }
      @media screen and (min-width: 992px) {
        section#realisations .realisations-slider:before {
          content: ""; } }
    section#realisations .realisations-slider .rea-avancement {
      height: .3rem;
      width: calc(100% - 2.8rem);
      background-color: #d86256;
      left: 1.4rem;
      bottom: -3.1rem;
      position: absolute;
      transition: all .2s ease-in-out; }
      @media screen and (min-width: 992px) {
        section#realisations .realisations-slider .rea-avancement {
          width: 33%; } }
    section#realisations .realisations-slider .rea-slider {
      width: 100%;
      position: relative; }
      @media screen and (min-width: 1350px) {
        section#realisations .realisations-slider .rea-slider {
          width: 35.416vw; } }
      @media screen and (min-width: 0\0) {
        section#realisations .realisations-slider .rea-slider {
          width: 72.5rem; } }
      section#realisations .realisations-slider .rea-slider .rea-slide {
        position: relative;
        height: 20.3rem;
        width: 20.3rem;
        margin-left: 1.4rem;
        margin-right: 1.4rem;
        overflow: hidden; }
        section#realisations .realisations-slider .rea-slider .rea-slide img {
          position: absolute;
          top: 50%;
          left: 50%;
          height: 100%;
          width: 100%;
          object-fit: cover;
          transform: translate(-50%, -50%); }
          @media screen and (min-width: 0\0) {
            section#realisations .realisations-slider .rea-slider .rea-slide img {
              min-height: 100%;
              min-width: 100%;
              height: auto; } }
        section#realisations .realisations-slider .rea-slider .rea-slide figcaption {
          position: absolute;
          top: 100%;
          opacity: 0;
          left: 0;
          display: flex;
          align-items: center;
          justify-content: center;
          background-color: rgba(255, 255, 255, 0.85);
          height: 100%;
          width: 100%;
          transition: all .4s ease-in-out;
          padding: 1.4rem;
          pointer-events: none; }
          section#realisations .realisations-slider .rea-slider .rea-slide figcaption span {
            display: inline-block;
            text-align: center;
            font-size: 1.5rem;
            font-weight: 700;
            color: #262642; }
            section#realisations .realisations-slider .rea-slider .rea-slide figcaption span:after {
              height: .2rem;
              width: 2rem;
              display: block;
              content: "";
              background-color: #d86256;
              margin-top: .9rem;
              margin-left: auto;
              margin-right: auto; }
        section#realisations .realisations-slider .rea-slider .rea-slide:hover figcaption {
          opacity: 1;
          top: 0; }
      section#realisations .realisations-slider .rea-slider .slider-nav-link {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 3.8rem;
        width: 3.8rem;
        background-color: #fff;
        position: absolute;
        z-index: 20;
        bottom: 0;
        transition: all .2s ease-in-out; }
        section#realisations .realisations-slider .rea-slider .slider-nav-link svg path {
          transition: all .2s ease-in-out; }
        section#realisations .realisations-slider .rea-slider .slider-nav-link.slider-nav-prev {
          left: 1.4rem; }
        section#realisations .realisations-slider .rea-slider .slider-nav-link.slider-nav-next {
          right: 1.3rem; }
        section#realisations .realisations-slider .rea-slider .slider-nav-link:hover {
          background-color: #262642; }
          section#realisations .realisations-slider .rea-slider .slider-nav-link:hover svg path {
            fill: #fff; }
    @media screen and (min-width: 992px) {
      section#realisations .realisations-slider {
        margin-left: 2.4rem; } }

section#mention-inner {
  padding: 15.1rem 2rem 8rem;
  background-color: #262642;
  color: #fff; }
  @media screen and (min-width: 992px) {
    section#mention-inner {
      padding: .1rem 4rem 8rem; } }
  section#mention-inner a {
    color: #d86256; }
  section#mention-inner h2 {
    font-size: 3rem;
    margin-top: 5rem;
    margin-bottom: 0;
    color: #d86256; }
    @media screen and (min-width: 992px) {
      section#mention-inner h2 {
        font-size: 5rem; } }
    section#mention-inner h2:after {
      height: .5rem;
      width: 4rem;
      display: block;
      background-color: #d86256;
      content: "";
      margin-bottom: 2rem;
      margin-top: 1rem; }
  section#mention-inner h3 {
    color: #d86256; }

.input-firstname {
  display: none !important; }

footer ul {
  padding-left: 0;
  margin-bottom: 0;
  justify-content: center;
  padding: 1.9rem 3rem 1.7rem;
  background-color: #f5f5f5;
  position: relative;
  z-index: 50; }
  footer ul li {
    list-style-type: none; }
  @media screen and (min-width: 992px) {
    footer ul {
      display: flex; } }
  footer ul li {
    display: flex;
    align-items: center;
    justify-content: center; }
    footer ul li:first-of-type {
      display: block;
      text-align: center; }
      @media screen and (min-width: 768px) {
        footer ul li:first-of-type {
          display: flex;
          text-align: left; } }
    @media screen and (min-width: 992px) {
      footer ul li {
        justify-content: flex-start; } }
    footer ul li a {
      color: #262642; }
      footer ul li a:hover {
        color: inherit; }
    footer ul li strong {
      margin-right: .5rem; }
    footer ul li:not(:last-of-type) {
      margin-bottom: 1.8rem; }
      @media screen and (min-width: 992px) {
        footer ul li:not(:last-of-type) {
          margin-bottom: 0; }
          footer ul li:not(:last-of-type):after {
            content: "";
            height: .4rem;
            width: .4rem;
            border-radius: 50%;
            display: block;
            background-color: #d86256;
            margin-left: 2rem;
            margin-right: 2rem;
            font-size: 1.5rem;
            font-weight: 400; } }

.to-top {
  position: fixed;
  right: 0;
  bottom: 8rem;
  height: 4rem;
  width: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background-color: #d86256;
  transform: rotate(90deg);
  transition: all .4s ease-in-out;
  z-index: 50; }
  .to-top svg {
    height: 2rem;
    width: auto; }
    .to-top svg path {
      fill: #fff;
      transition: all .4s ease-in-out; }
  .to-top:hover {
    background-color: #fff; }
    .to-top:hover svg path {
      fill: #d86256; }

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