@charset "UTF-8";
/*** ---------- BREAKPOINTS ---------- */
/*** ---------- FONTS ---------- */
@import url("https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900");
@import url("https://fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,600,700,800,900");
/*** ---------- VARIABLES ---------- */
/*** ---------- HTML RESETS ----------- */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-kerning: auto;
  font-kerning: auto; }

html {
  font-family: sans-serif;
  min-width: 300px; }

body {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  min-width: 300px; }

body,
.smooth-container {
  scroll-behavior: smooth; }

a {
  color: #ffffff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  a:hover {
    color: #68c1e2;
    text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
  letter-spacing: -0.02em; }

/*** ---------- MODIFICATIONS BOOTSTRAP ---------- */
.btn {
  font-size: 10pt;
  padding: 18px 28px;
  min-width: 0;
  border-radius: 50px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  line-height: 1.1;
  background-color: #00aeef;
  border-color: #00aeef; }
  @media (min-width: 576px) {
    .btn {
      font-size: 10pt;
      padding: 20px 28px;
      min-width: 0; } }
  @media (min-width: 768px) {
    .btn {
      font-size: 11pt;
      padding: 23px 28px;
      min-width: 180px; } }
  @media (min-width: 992px) {
    .btn {
      font-size: 11pt;
      padding: 23px 28px;
      min-width: 200px; } }
  @media (min-width: 1200px) {
    .btn {
      font-size: 12pt;
      padding: 23px 32px;
      min-width: 220px; } }

.btn:hover {
  background-color: #1779bb;
  border-color: #1779bb; }

.btn:active, .btn:focus {
  outline: none;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0) !important;
  -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0) !important;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0) !important; }

@media (min-width: 1600px) {
  .container {
    max-width: 1400px; } }

/*** ---------- COULEURS ---------- */
.jaune {
  background: #f2e76c; }

.orange {
  background: #f9bf4e; }

.orangefonce {
  background: #f9964e; }

.rouge {
  background: #f9724e; }

.gris {
  background: #f2f2ef; }

.bg-gris {
  background-color: #7a8991; }

.bg-bleupale {
  background-color: #2991bc; }

.bg-bleu {
  background-color: #2270a4; }

.bg-bleufonce {
  background-color: #084269; }

/*** ---------- TEXTES ---------- */
.cercle {
  font-weight: bold;
  border-radius: 50%;
  display: block; }

/*** ---------- HEADER --------- */
#header {
  background: #222425;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative; }
  #header #hero {
    display: none;
    padding: 2rem 1.5rem; }
    #header #hero .header-features {
      color: #ffffff;
      text-align: center;
      letter-spacing: -0.02em; }
      #header #hero .header-features h1 {
        font-size: 22px;
        font-weight: 300;
        margin-bottom: 18px;
        line-height: 1.3em; }
        @media (min-width: 576px) {
          #header #hero .header-features h1 {
            font-size: 28px; } }
        @media (min-width: 768px) {
          #header #hero .header-features h1 {
            font-size: 32px; } }
        @media (min-width: 992px) {
          #header #hero .header-features h1 {
            font-size: 38px; } }
        @media (min-width: 1200px) {
          #header #hero .header-features h1 {
            font-size: 44px; } }
      #header #hero .header-features p {
        font-size: 16px;
        font-weight: 300;
        margin-bottom: 20px;
        line-height: 1.8em; }
        #header #hero .header-features p b {
          font-weight: 600; }
        @media (min-width: 576px) {
          #header #hero .header-features p {
            font-size: 16px; } }
        @media (min-width: 768px) {
          #header #hero .header-features p {
            font-size: 18px; } }
        @media (min-width: 992px) {
          #header #hero .header-features p {
            font-size: 20px; } }
        @media (min-width: 1200px) {
          #header #hero .header-features p {
            font-size: 23px; } }
      @media (min-width: 576px) {
        #header #hero .header-features {
          padding: 2em 0; } }
      @media (min-width: 768px) {
        #header #hero .header-features {
          padding: 1em 0; } }
      @media (min-width: 992px) {
        #header #hero .header-features {
          padding: 1em 0; } }

body.home #header {
  background: url("../images/qtc-header.jpg");
  background-position: center center;
  background-size: cover; }
  body.home #header .navbar {
    border-bottom: 2px solid #4d4f50; }
  body.home #header #hero {
    display: block; }

/*** ---------- NAVBAR ---------- */
@media (min-width: 992px) {
  #header .navbar {
    padding: 1rem 1rem; } }

#header .navbar-brand {
  margin-right: 10%; }

#header ul.navbar-nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }
  #header ul.navbar-nav li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: .85em; }
    @media (min-width: 1600px) {
      #header ul.navbar-nav li {
        font-size: 1.1em; } }
    #header ul.navbar-nav li a, #header ul.navbar-nav li span {
      text-transform: uppercase;
      font-weight: 700;
      color: #FFF;
      letter-spacing: 1px;
      font-size: 1.1em; }
      #header ul.navbar-nav li a.active, #header ul.navbar-nav li span.active {
        color: #009DD7; }
      #header ul.navbar-nav li a.parent, #header ul.navbar-nav li span.parent {
        color: #009DD7; }
      #header ul.navbar-nav li a:hover, #header ul.navbar-nav li span:hover {
        color: #009DD7; }
    #header ul.navbar-nav li span {
      cursor: pointer; }
    #header ul.navbar-nav li ul.submenu {
      list-style-type: none;
      position: absolute;
      z-index: 99;
      bottom: 0;
      -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
      transform: translateY(100%);
      display: none;
      padding: 25px;
      margin-left: -20px;
      background: #009DD7;
      border-radius: 25px;
      font-size: 1em; }
      #header ul.navbar-nav li ul.submenu li {
        margin-bottom: 0.8em; }
        #header ul.navbar-nav li ul.submenu li:last-child {
          margin-bottom: 0; }
        #header ul.navbar-nav li ul.submenu li a, #header ul.navbar-nav li ul.submenu li span {
          letter-spacing: 0;
          font-size: 10pt; }
          #header ul.navbar-nav li ul.submenu li a.active, #header ul.navbar-nav li ul.submenu li span.active {
            color: #003A52; }
          #header ul.navbar-nav li ul.submenu li a:hover, #header ul.navbar-nav li ul.submenu li span:hover {
            color: #003A52;
            text-decoration: none; }
    #header ul.navbar-nav li:hover ul.submenu {
      display: block; }

#header .nav-button {
  border-radius: 50px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 18px 24px; }
  @media (min-width: 576px) {
    #header .nav-button {
      padding: 20px 24px; } }
  @media (min-width: 768px) {
    #header .nav-button {
      padding: 23px 24px; } }
  @media (min-width: 992px) {
    #header .nav-button {
      padding: 23px 24px; } }
  @media (min-width: 1200px) {
    #header .nav-button {
      padding: 23px 28px; } }
  #header .nav-button.active {
    background-color: #00aeef;
    border-color: #00aeef;
    color: white !important; }
  #header .nav-button:hover {
    color: white !important; }

#navbar .navbar-brand img {
  height: 48px; }
  @media (min-width: 576px) {
    #navbar .navbar-brand img {
      height: 56px; } }
  @media (min-width: 768px) {
    #navbar .navbar-brand img {
      height: 63px; } }
  @media (min-width: 992px) {
    #navbar .navbar-brand img {
      height: 70px; } }
  @media (min-width: 1200px) {
    #navbar .navbar-brand img {
      height: 70px; } }

/*** ---------- NAVBAR MOBILE ---------- */
#burgerMenu {
  cursor: pointer;
  color: #ffffff;
  font-size: 170%; }

nav.mobile {
  -webkit-transition: 0.5s ease left;
  -o-transition: 0.5s ease left;
  transition: 0.5s ease left;
  background: #1779bb;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 99999;
  left: -100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  nav.mobile a, nav.mobile span {
    color: #fff;
    font-size: 1em; }
  nav.mobile span {
    cursor: default; }
  nav.mobile .top {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    padding: 1em; }
    nav.mobile .top img {
      max-width: 120px; }
    nav.mobile .top a, nav.mobile .top span {
      color: #fff;
      font-size: 1.5em;
      line-height: 1.0em; }
      nav.mobile .top a:hover, nav.mobile .top span:hover {
        color: #fff; }
  nav.mobile ul {
    padding: 0;
    list-style-type: none;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center; }
    nav.mobile ul li {
      margin-bottom: 1.1em;
      text-align: center; }
      nav.mobile ul li a, nav.mobile ul li span {
        display: inline;
        font-size: 1.5em;
        color: #fff;
        text-transform: uppercase;
        font-weight: 700;
        line-height: 1em; }
        nav.mobile ul li a.active, nav.mobile ul li span.active {
          color: #003A52; }
      nav.mobile ul li ul.submenu {
        padding-top: 1em;
        padding-bottom: 1em; }
        nav.mobile ul li ul.submenu li a, nav.mobile ul li ul.submenu li span {
          font-size: 1.1em; }
        nav.mobile ul li ul.submenu li:last-child {
          margin-bottom: 0; }

nav.mobile.open {
  left: 0; }

/*** ---------- HOME ---------- */
body.home {
  /*** ---------- SECTION: VOLETS ---------- */
  /*** ---------- SECTION: RÉALISATIONS ---------- */
  /*** ---------- SECTION: DISCTINCTIONS ---------- */
  /*** ---------- SECTION: CLIENTS ---------- */ }
  body.home #volets {
    margin-top: 56px;
    margin-bottom: 56px; }
    body.home #volets h2 {
      text-align: center;
      font-size: 38px;
      font-weight: 300; }
    body.home #volets .volet {
      margin-top: -30px;
      margin-bottom: 0;
      text-align: center; }
      @media (min-width: 576px) {
        body.home #volets .volet {
          margin-top: -10px;
          margin-bottom: 0; } }
      @media (min-width: 768px) {
        body.home #volets .volet {
          margin-top: -40px;
          margin-bottom: 20px; } }
      @media (min-width: 992px) {
        body.home #volets .volet {
          margin-top: -20px;
          margin-bottom: 20px; } }
      @media (min-width: 1200px) {
        body.home #volets .volet {
          margin-top: -20px;
          margin-bottom: 20px; } }
      body.home #volets .volet h4 {
        font-weight: 700;
        font-size: 22px;
        text-transform: uppercase; }
      body.home #volets .volet p {
        margin-top: 24px;
        margin-bottom: 24px;
        margin-left: 8px;
        margin-right: 8px;
        font-weight: 500; }
        body.home #volets .volet p b {
          font-weight: 700; }
      body.home #volets .volet .top {
        margin: 30% 30% 30% 30%; }
        @media (min-width: 320px) {
          body.home #volets .volet .top {
            margin: 22%; } }
        @media (min-width: 576px) {
          body.home #volets .volet .top {
            margin: 15%; } }
        @media (min-width: 768px) {
          body.home #volets .volet .top {
            margin: 22%; } }
        @media (min-width: 992px) {
          body.home #volets .volet .top {
            margin: 15%; } }
        @media (min-width: 1200px) {
          body.home #volets .volet .top {
            margin: 16%; } }
      body.home #volets .volet .icon {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-radius: 9999em;
        background-color: #f2f2f2;
        width: 100%;
        height: auto;
        padding-top: 100%; }
        body.home #volets .volet .icon .content {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          padding: 3em;
          color: #000; }
      body.home #volets .volet .cercle {
        position: absolute;
        bottom: 0;
        -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
        transform: translateY(50%);
        width: 100%;
        height: auto;
        font-size: 21px;
        line-height: 21px;
        width: 36px;
        height: 36px;
        background-color: #272b2d;
        color: #ffffff;
        font-weight: 700; }
        body.home #volets .volet .cercle span {
          margin: 0;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
      body.home #volets .volet .details {
        margin-bottom: 20px;
        margin-top: -10%; }
        body.home #volets .volet .details p {
          margin-top: 15px; }
        @media (min-width: 576px) {
          body.home #volets .volet .details {
            min-height: 0;
            margin-top: 0; } }
        @media (min-width: 768px) {
          body.home #volets .volet .details {
            min-height: 0;
            margin-top: -50px; } }
        @media (min-width: 992px) {
          body.home #volets .volet .details {
            min-height: 260px;
            margin-top: 0; } }
        @media (min-width: 1200px) {
          body.home #volets .volet .details {
            min-height: 215px;
            margin-top: 0; } }
  body.home #realisations .realisation {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    -webkit-animation-duration: 1s;
    animation-duration: 1s; }
    body.home #realisations .realisation .btn {
      border-radius: 50px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 1px;
      padding: 10px 22px; }
      @media (min-width: 576px) {
        body.home #realisations .realisation .btn {
          padding: 12px 22px; } }
      @media (min-width: 768px) {
        body.home #realisations .realisation .btn {
          padding: 14px 22px; } }
      @media (min-width: 992px) {
        body.home #realisations .realisation .btn {
          padding: 14px 22px; } }
      @media (min-width: 1200px) {
        body.home #realisations .realisation .btn {
          padding: 14px 26px; } }
      body.home #realisations .realisation .btn.active {
        background-color: #00aeef;
        border-color: #00aeef;
        color: white !important; }

@-webkit-keyframes fade {
  from {
    opacity: 0.4; }
  to {
    opacity: 1; } }

@keyframes fade {
  from {
    opacity: 0.4; }
  to {
    opacity: 1; } }
  body.home #realisations .image {
    background-image: url("../images/realisation-demo.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative; }
    @media screen and (max-width: 767px) {
      body.home #realisations .image {
        height: 240px; } }
  body.home #realisations .details {
    background-color: #f2f2f2;
    padding: 50px;
    min-height: 740px; }
    @media (min-width: 576px) {
      body.home #realisations .details {
        min-height: 680px; } }
    @media (min-width: 768px) {
      body.home #realisations .details {
        min-height: 760px; } }
    @media (min-width: 992px) {
      body.home #realisations .details {
        min-height: 700px; } }
    @media (min-width: 1200px) {
      body.home #realisations .details {
        min-height: 680px; } }
    @media screen and (max-width: 575px) {
      body.home #realisations .details {
        padding: 10%; } }
    body.home #realisations .details h2 {
      font-size: 28px;
      font-weight: 300;
      margin-bottom: 25px; }
      body.home #realisations .details h2 a {
        display: inline;
        color: #212529; }
        body.home #realisations .details h2 a.cercle {
          margin-left: 4px;
          font-size: 10px;
          vertical-align: middle; }
          body.home #realisations .details h2 a.cercle.active {
            color: #009DD7 !important; }
          body.home #realisations .details h2 a.cercle:hover {
            color: #009DD7; }
    body.home #realisations .details p.liste-infos {
      font-size: 18px;
      line-height: 1.3em;
      margin-bottom: 0.4em; }
      body.home #realisations .details p.liste-infos:last-child {
        margin-bottom: 1rem; }
    body.home #realisations .details h3 {
      font-size: 16px;
      font-weight: 700;
      line-height: 0.8em; }
    body.home #realisations .details p {
      line-height: 1.3em; }
    body.home #realisations .details span {
      font-size: 22px;
      font-weight: 700; }
  body.home #distinctions {
    margin-top: 56px;
    margin-bottom: 56px; }
    body.home #distinctions h2 {
      text-align: center;
      font-size: 38px;
      font-weight: 300;
      margin-bottom: 20px; }
    body.home #distinctions .distinction {
      margin: 20px 0; }
      @media (min-width: 576px) {
        body.home #distinctions .distinction {
          margin: 20px 0; } }
      @media (min-width: 768px) {
        body.home #distinctions .distinction {
          margin: 20px 0; } }
      @media (min-width: 992px) {
        body.home #distinctions .distinction {
          margin: 0 0; } }
      @media (min-width: 1200px) {
        body.home #distinctions .distinction {
          margin: 0 0; } }
      body.home #distinctions .distinction .top {
        margin: 10%;
        margin-top: -40px; }
        @media (min-width: 576px) {
          body.home #distinctions .distinction .top {
            margin: 10%;
            margin-top: -40px; } }
        @media (min-width: 768px) {
          body.home #distinctions .distinction .top {
            margin: 20%;
            margin-top: -10px; } }
        @media (min-width: 992px) {
          body.home #distinctions .distinction .top {
            margin: 0;
            margin-top: 0; } }
        body.home #distinctions .distinction .top .rond {
          position: relative;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          border-radius: 9999em;
          width: 100%;
          height: auto;
          padding-top: 100%; }
          body.home #distinctions .distinction .top .rond .content {
            position: absolute;
            top: -10%;
            right: 0;
            bottom: 0;
            left: 0;
            padding: 3em;
            text-align: center;
            color: white; }
            @media (min-width: 360px) {
              body.home #distinctions .distinction .top .rond .content {
                top: 0%; } }
            @media (min-width: 576px) {
              body.home #distinctions .distinction .top .rond .content {
                top: 5%; } }
            @media (min-width: 768px) {
              body.home #distinctions .distinction .top .rond .content {
                top: 5%; } }
            @media (min-width: 992px) {
              body.home #distinctions .distinction .top .rond .content {
                top: 0%; } }
            @media (min-width: 1200px) {
              body.home #distinctions .distinction .top .rond .content {
                top: 12%; } }
            body.home #distinctions .distinction .top .rond .content h4 {
              font-weight: 700;
              font-size: 18pt;
              line-height: 0.8em;
              text-transform: uppercase; }
              @media (min-width: 360px) {
                body.home #distinctions .distinction .top .rond .content h4 {
                  font-size: 24pt; } }
              @media (min-width: 576px) {
                body.home #distinctions .distinction .top .rond .content h4 {
                  font-size: 44pt; } }
              @media (min-width: 768px) {
                body.home #distinctions .distinction .top .rond .content h4 {
                  font-size: 40pt; } }
              @media (min-width: 992px) {
                body.home #distinctions .distinction .top .rond .content h4 {
                  font-size: 26pt; } }
              @media (min-width: 1200px) {
                body.home #distinctions .distinction .top .rond .content h4 {
                  font-size: 28pt; } }
              body.home #distinctions .distinction .top .rond .content h4 span {
                font-size: 8pt; }
                @media (min-width: 360px) {
                  body.home #distinctions .distinction .top .rond .content h4 span {
                    font-size: 10pt; } }
                @media (min-width: 576px) {
                  body.home #distinctions .distinction .top .rond .content h4 span {
                    font-size: 18pt; } }
                @media (min-width: 768px) {
                  body.home #distinctions .distinction .top .rond .content h4 span {
                    font-size: 16pt; } }
                @media (min-width: 992px) {
                  body.home #distinctions .distinction .top .rond .content h4 span {
                    font-size: 12pt; } }
                @media (min-width: 1200px) {
                  body.home #distinctions .distinction .top .rond .content h4 span {
                    font-size: 14pt; } }
              body.home #distinctions .distinction .top .rond .content h4 span::after {
                content: '\A';
                white-space: pre; }
            body.home #distinctions .distinction .top .rond .content p {
              margin-left: 0px;
              margin-right: 0px;
              margin-top: 10px;
              font-size: 9pt; }
              @media (min-width: 360px) {
                body.home #distinctions .distinction .top .rond .content p {
                  font-size: 10pt;
                  margin-left: 0;
                  margin-right: 0; } }
              @media (min-width: 576px) {
                body.home #distinctions .distinction .top .rond .content p {
                  font-size: 1.2rem;
                  margin-left: -5px;
                  margin-right: -5px; } }
              @media (min-width: 768px) {
                body.home #distinctions .distinction .top .rond .content p {
                  font-size: 16pt;
                  margin: 10px 10px 10px 0; } }
              @media (min-width: 992px) {
                body.home #distinctions .distinction .top .rond .content p {
                  font-size: 12pt;
                  margin-left: -30px;
                  margin-right: -30px; } }
              @media (min-width: 1200px) {
                body.home #distinctions .distinction .top .rond .content p {
                  font-size: 12pt;
                  margin-left: -25px;
                  margin-right: -25px; } }
            body.home #distinctions .distinction .top .rond .content .btn {
              font-size: 9pt;
              padding: 11px 16px;
              min-width: 0; }
              @media (min-width: 576px) {
                body.home #distinctions .distinction .top .rond .content .btn {
                  font-size: 11pt;
                  padding: 16px 28px;
                  min-width: 0; } }
              @media (min-width: 768px) {
                body.home #distinctions .distinction .top .rond .content .btn {
                  font-size: 11pt;
                  padding: 18px 28px;
                  min-width: 180px; } }
              @media (min-width: 992px) {
                body.home #distinctions .distinction .top .rond .content .btn {
                  font-size: 10pt;
                  padding: 16px 22px;
                  min-width: 180px; } }
              @media (min-width: 1200px) {
                body.home #distinctions .distinction .top .rond .content .btn {
                  font-size: 12pt;
                  padding: 18px 32px;
                  min-width: 220px; } }
  body.home #clients {
    margin-top: 56px;
    margin-bottom: 56px; }
    body.home #clients h2 {
      text-align: center;
      font-size: 32px;
      font-weight: 300; }
    body.home #clients .logo {
      text-align: center; }
      body.home #clients .logo img {
        width: 80%;
        margin-bottom: 25px; }
      body.home #clients .logo .content {
        color: #ffffff;
        margin: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
        body.home #clients .logo .content h4 {
          font-weight: 700;
          font-size: 32px;
          line-height: 0.8em;
          text-transform: uppercase; }
          body.home #clients .logo .content h4 span {
            font-size: 16px; }
          body.home #clients .logo .content h4 span::after {
            content: '\A';
            white-space: pre; }
        body.home #clients .logo .content p {
          margin-left: -40px;
          margin-right: -40px;
          margin-top: 10px; }

/* ---------- PAGE: ÉQUIPE ---------- */
body.equipe #top {
  margin-top: 48px;
  margin-bottom: 56px; }
  body.equipe #top h2 {
    text-align: center;
    font-size: 38px;
    font-weight: 300;
    margin-bottom: 25px; }
  body.equipe #top p {
    text-align: center; }
    body.equipe #top p a {
      font-weight: 400;
      color: #00aeef; }
      body.equipe #top p a:hover {
        color: #1779bb; }

body.equipe #membres .membre {
  margin-top: -60px;
  margin-bottom: 25px; }
  @media (min-width: 576px) {
    body.equipe #membres .membre {
      margin-top: -30px; } }
  @media (min-width: 768px) {
    body.equipe #membres .membre {
      margin-top: -60px; } }
  @media (min-width: 992px) {
    body.equipe #membres .membre {
      margin-top: -30px; } }
  @media (min-width: 1200px) {
    body.equipe #membres .membre {
      margin-top: -30px; } }
  body.equipe #membres .membre .top {
    margin: 20% 20% 20% 20%; }
    @media (min-width: 576px) {
      body.equipe #membres .membre .top {
        margin: 15% 15% 15% 15%; } }
    @media (min-width: 768px) {
      body.equipe #membres .membre .top {
        margin: 20% 20% 20% 20%; } }
    @media (min-width: 992px) {
      body.equipe #membres .membre .top {
        margin: 15% 15% 15% 15%; } }
    @media (min-width: 1200px) {
      body.equipe #membres .membre .top {
        margin: 15% 15% 15% 15%; } }
    body.equipe #membres .membre .top .membre-image {
      position: relative;
      background-size: cover;
      background-position: center;
      background-color: #f9964e;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      border-radius: 9999em;
      width: 100%;
      height: auto;
      padding-top: 100%;
      margin-bottom: 10px; }
  body.equipe #membres .membre .membre-nom {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15pt;
    line-height: 1.1;
    margin-bottom: -12px;
    margin-top: 0; }
    body.equipe #membres .membre .membre-nom i.fa, body.equipe #membres .membre .membre-nom i.fas, body.equipe #membres .membre .membre-nom i.far, body.equipe #membres .membre .membre-nom i.fab {
      margin-left: 6px;
      color: #00aeef;
      font-size: 125%; }
      body.equipe #membres .membre .membre-nom i.fa:hover, body.equipe #membres .membre .membre-nom i.fas:hover, body.equipe #membres .membre .membre-nom i.far:hover, body.equipe #membres .membre .membre-nom i.fab:hover {
        color: #1779bb; }
    @media (min-width: 576px) {
      body.equipe #membres .membre .membre-nom {
        margin-top: -9%; } }
    @media (min-width: 768px) {
      body.equipe #membres .membre .membre-nom {
        margin-top: -50px; } }
    @media (min-width: 992px) {
      body.equipe #membres .membre .membre-nom {
        margin-top: -40px; } }
    @media (min-width: 1200px) {
      body.equipe #membres .membre .membre-nom {
        margin-top: -30px; } }
  body.equipe #membres .membre .membre-info {
    font-weight: 700;
    font-size: 11pt;
    margin-bottom: -6px; }
    body.equipe #membres .membre .membre-info a {
      color: #00aeef;
      font-size: 9pt; }
      body.equipe #membres .membre .membre-info a:hover {
        color: #1779bb; }
  body.equipe #membres .membre .membre-details {
    font-size: 11pt;
    font-weight: 300; }

body.equipe #engagements {
  margin-top: 56px;
  margin-bottom: 56px; }
  body.equipe #engagements h2 {
    text-align: center;
    font-size: 34px;
    margin-bottom: 40px;
    font-weight: 300; }
  body.equipe #engagements .engagement {
    margin: 0 0 30px 0; }
    @media (min-width: 576px) {
      body.equipe #engagements .engagement {
        margin: 10px 0; } }
    @media (min-width: 768px) {
      body.equipe #engagements .engagement {
        margin: -20px 0 -70px 0; } }
    @media (min-width: 992px) {
      body.equipe #engagements .engagement {
        margin: -40px 0 0 0; } }
    @media (min-width: 1200px) {
      body.equipe #engagements .engagement {
        margin: -40px 0 0 0; } }
    body.equipe #engagements .engagement .top {
      margin: 10%;
      margin-top: -40px; }
      @media (min-width: 576px) {
        body.equipe #engagements .engagement .top {
          margin: 10%;
          margin-top: -40px; } }
      @media (min-width: 768px) {
        body.equipe #engagements .engagement .top {
          margin: 20%;
          margin-top: -10px; } }
      @media (min-width: 992px) {
        body.equipe #engagements .engagement .top {
          margin: 0;
          margin-top: 0; } }
      body.equipe #engagements .engagement .top .rond {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-radius: 9999em;
        width: 100%;
        height: auto;
        padding-top: 100%; }
        body.equipe #engagements .engagement .top .rond .content {
          position: absolute;
          top: 5%;
          right: 0;
          bottom: 0;
          left: 0;
          padding: 3em;
          text-align: center;
          color: white; }
          @media (min-width: 360px) {
            body.equipe #engagements .engagement .top .rond .content {
              top: 10%; } }
          @media (min-width: 576px) {
            body.equipe #engagements .engagement .top .rond .content {
              top: 15%; } }
          @media (min-width: 768px) {
            body.equipe #engagements .engagement .top .rond .content {
              top: 15%; } }
          @media (min-width: 992px) {
            body.equipe #engagements .engagement .top .rond .content {
              top: 7%; } }
          @media (min-width: 1200px) {
            body.equipe #engagements .engagement .top .rond .content {
              top: 15%; } }
          body.equipe #engagements .engagement .top .rond .content h4 {
            font-weight: 700;
            font-size: 16pt;
            line-height: 0.8em;
            text-transform: uppercase; }
            @media (min-width: 360px) {
              body.equipe #engagements .engagement .top .rond .content h4 {
                font-size: 21pt; } }
            @media (min-width: 576px) {
              body.equipe #engagements .engagement .top .rond .content h4 {
                font-size: 36pt; } }
            @media (min-width: 768px) {
              body.equipe #engagements .engagement .top .rond .content h4 {
                font-size: 36pt; } }
            @media (min-width: 992px) {
              body.equipe #engagements .engagement .top .rond .content h4 {
                font-size: 22pt; } }
            @media (min-width: 1200px) {
              body.equipe #engagements .engagement .top .rond .content h4 {
                font-size: 28pt; } }
            body.equipe #engagements .engagement .top .rond .content h4 span {
              font-size: 7pt; }
              @media (min-width: 360px) {
                body.equipe #engagements .engagement .top .rond .content h4 span {
                  font-size: 10pt; } }
              @media (min-width: 576px) {
                body.equipe #engagements .engagement .top .rond .content h4 span {
                  font-size: 16pt; } }
              @media (min-width: 768px) {
                body.equipe #engagements .engagement .top .rond .content h4 span {
                  font-size: 16pt; } }
              @media (min-width: 992px) {
                body.equipe #engagements .engagement .top .rond .content h4 span {
                  font-size: 10pt; } }
              @media (min-width: 1200px) {
                body.equipe #engagements .engagement .top .rond .content h4 span {
                  font-size: 14pt; } }
            body.equipe #engagements .engagement .top .rond .content h4 span::after {
              content: '\A';
              white-space: pre; }
          body.equipe #engagements .engagement .top .rond .content p {
            margin-left: 0px;
            margin-right: 0px;
            margin-top: 10px;
            font-size: 9pt; }
            @media (min-width: 360px) {
              body.equipe #engagements .engagement .top .rond .content p {
                font-size: 11pt;
                margin-left: 0;
                margin-right: 0; } }
            @media (min-width: 576px) {
              body.equipe #engagements .engagement .top .rond .content p {
                font-size: 1.2rem;
                margin-left: -5px;
                margin-right: -5px; } }
            @media (min-width: 768px) {
              body.equipe #engagements .engagement .top .rond .content p {
                font-size: 16pt;
                margin: 10px 10px 10px 0; } }
            @media (min-width: 992px) {
              body.equipe #engagements .engagement .top .rond .content p {
                font-size: 12pt;
                margin-left: -30px;
                margin-right: -30px; } }
            @media (min-width: 1200px) {
              body.equipe #engagements .engagement .top .rond .content p {
                font-size: 12pt;
                margin-left: -30px;
                margin-right: -30px; } }

/* ---------- PAGE SERVICES ---------- */
body.services #service {
  margin-top: 48px;
  margin-bottom: 56px; }
  body.services #service h2 {
    text-align: center;
    font-size: 38px;
    font-weight: 300;
    margin-bottom: 25px; }
  body.services #service p {
    text-align: center; }
    body.services #service p a {
      font-weight: 700;
      color: #00aeef; }
      body.services #service p a:hover {
        color: #1779bb; }
  body.services #service .visuel .top {
    margin: 0 10% 60px 10%; }
    @media (min-width: 576px) {
      body.services #service .visuel .top {
        margin: 0 30% 60px 30%; } }
    @media (min-width: 768px) {
      body.services #service .visuel .top {
        margin: 0 35% 60px 35%; } }
    @media (min-width: 992px) {
      body.services #service .visuel .top {
        margin: 0 40% 60px 40%; } }
    @media (min-width: 1200px) {
      body.services #service .visuel .top {
        margin: 0 40% 60px 40%; } }
  body.services #service .visuel .icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 9999em;
    background-color: #f2f2f2;
    width: 100%;
    height: auto;
    padding-top: 100%; }
    body.services #service .visuel .icon .content {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      padding: 3em;
      color: #000; }
  body.services #service .visuel .cercle {
    position: absolute;
    bottom: 0;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    width: 100%;
    height: auto;
    font-size: 21px;
    line-height: 21px;
    width: 36px;
    height: 36px;
    background-color: #272b2d;
    color: #ffffff;
    font-weight: 700; }
    body.services #service .visuel .cercle span {
      margin: 0;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  body.services #service .descriptif {
    margin: 0 5% 0 5%;
    font-weight: 300;
    font-size: 1.2rem; }

body.services #explication .explication .image {
  background-image: url("../images/realisation-demo.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative; }
  @media screen and (max-width: 767px) {
    body.services #explication .explication .image {
      height: 240px; } }

body.services #explication .explication .details {
  background-color: #f2f2f2;
  padding: 50px;
  min-height: 0; }
  @media (min-width: 576px) {
    body.services #explication .explication .details {
      min-height: 0; } }
  @media (min-width: 768px) {
    body.services #explication .explication .details {
      min-height: 580px; } }
  @media (min-width: 992px) {
    body.services #explication .explication .details {
      min-height: 520px; } }
  @media (min-width: 1200px) {
    body.services #explication .explication .details {
      min-height: 500px; } }
  @media screen and (max-width: 575px) {
    body.services #explication .explication .details {
      padding: 10%; } }
  body.services #explication .explication .details h2 {
    font-size: 20pt;
    font-weight: 300;
    margin-bottom: 40px; }
  body.services #explication .explication .details p.liste-infos {
    font-size: 18px;
    line-height: 1.4em; }
  body.services #explication .explication .details h3 {
    font-size: 15pt;
    font-weight: 700;
    line-height: 1.1em;
    margin-bottom: 8pt; }
  body.services #explication .explication .details p {
    line-height: 1.3em;
    font-weight: 300;
    font-size: 13pt; }
    body.services #explication .explication .details p b {
      font-weight: 600; }
  body.services #explication .explication .details span {
    font-size: 22px;
    font-weight: 700; }

body.services #jumbo {
  background-color: #212425; }
  body.services #jumbo .jumbo .icone {
    text-align: center;
    padding: 50px 0 25px 0; }
    body.services #jumbo .jumbo .icone img {
      height: 100px; }
  body.services #jumbo .jumbo .texte {
    color: #fff;
    text-align: center;
    padding: 0 0 50px 0; }
    body.services #jumbo .jumbo .texte h2 {
      font-weight: 300;
      font-size: 30px;
      padding: 0 0 20px 0; }
    @media (min-width: 768px) {
      body.services #jumbo .jumbo .texte p {
        margin: 0 16% 0 16%;
        font-size: 1em; } }

body.services #interventions {
  margin-top: 56px;
  margin-bottom: 56px; }
  body.services #interventions h2 {
    text-align: center;
    font-size: 38px;
    font-weight: 300; }
  body.services #interventions h4 {
    text-align: center;
    font-size: 24px;
    font-weight: 200;
    margin-bottom: 20px; }
  body.services #interventions .intervention .top {
    margin: 10%; }
  body.services #interventions .intervention .top-mobile {
    margin: 10%; }
    @media (min-width: 768px) {
      body.services #interventions .intervention .top-mobile {
        margin: 0; } }
  body.services #interventions .intervention .aspect {
    margin: 25px 0 25px 0;
    padding-top: 100%;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 50%;
    text-align: center; }
    body.services #interventions .intervention .aspect .content {
      color: #ffffff;
      margin: 0;
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      body.services #interventions .intervention .aspect .content h4 {
        margin: 0 -5% -0 -5%;
        font-weight: 700;
        font-size: 1.8rem;
        line-height: 0.8em;
        text-transform: uppercase; }
        @media (min-width: 576px) {
          body.services #interventions .intervention .aspect .content h4 {
            font-size: 24px; } }
        @media (min-width: 768px) {
          body.services #interventions .intervention .aspect .content h4 {
            font-size: 22px; } }
        @media (min-width: 992px) {
          body.services #interventions .intervention .aspect .content h4 {
            font-size: 22px; } }
        @media (min-width: 1200px) {
          body.services #interventions .intervention .aspect .content h4 {
            font-size: 28px; } }
        body.services #interventions .intervention .aspect .content h4 span {
          font-size: 1rem; }
          @media (min-width: 576px) {
            body.services #interventions .intervention .aspect .content h4 span {
              font-size: 16px; } }
          @media (min-width: 768px) {
            body.services #interventions .intervention .aspect .content h4 span {
              font-size: 12px; } }
          @media (min-width: 992px) {
            body.services #interventions .intervention .aspect .content h4 span {
              font-size: 14px; } }
          @media (min-width: 1200px) {
            body.services #interventions .intervention .aspect .content h4 span {
              font-size: 16px; } }
        body.services #interventions .intervention .aspect .content h4 span::after {
          content: '\A';
          white-space: pre; }
        body.services #interventions .intervention .aspect .content h4.wrap {
          line-height: 1.2 !important; }
      body.services #interventions .intervention .aspect .content p {
        margin-left: -40px;
        margin-right: -40px;
        margin-top: 10px;
        font-size: 1rem; }
        @media (min-width: 576px) {
          body.services #interventions .intervention .aspect .content p {
            font-size: 1.5rem; } }
        @media (min-width: 768px) {
          body.services #interventions .intervention .aspect .content p {
            font-size: 1.5rem; } }
        @media (min-width: 992px) and (max-width: 1199px) {
          body.services #interventions .intervention .aspect .content p {
            font-size: 0.8rem;
            margin-left: -30px;
            margin-right: -30px; } }
        @media (min-width: 1200px) {
          body.services #interventions .intervention .aspect .content p {
            font-size: 1rem; } }
  body.services #interventions .intervention .details {
    margin: 0 10%; }
    body.services #interventions .intervention .details h2 {
      text-transform: uppercase;
      text-align: left;
      font-weight: 700;
      font-size: 20pt;
      line-height: 1.1; }
      @media (min-width: 576px) {
        body.services #interventions .intervention .details h2 {
          font-size: 14pt; } }
      @media (min-width: 768px) {
        body.services #interventions .intervention .details h2 {
          font-size: 20pt; } }
      @media (min-width: 992px) {
        body.services #interventions .intervention .details h2 {
          font-size: 12pt; } }
      @media (min-width: 1200px) {
        body.services #interventions .intervention .details h2 {
          font-size: 15pt; } }
    body.services #interventions .intervention .details ul {
      padding-left: 16px; }
      body.services #interventions .intervention .details ul li {
        font-size: 8pt;
        font-weight: 500;
        line-height: 1.5em;
        margin-left: -5px;
        margin-bottom: 18px; }
        body.services #interventions .intervention .details ul li span {
          font-size: 10pt; }
        @media (min-width: 576px) {
          body.services #interventions .intervention .details ul li {
            font-size: 8pt;
            margin-bottom: 11px; }
            body.services #interventions .intervention .details ul li span {
              font-size: 9pt; } }
        @media (min-width: 768px) {
          body.services #interventions .intervention .details ul li {
            font-size: 8pt;
            margin-bottom: 11px; }
            body.services #interventions .intervention .details ul li span {
              font-size: 9pt; } }
        @media (min-width: 992px) {
          body.services #interventions .intervention .details ul li {
            font-size: 8pt;
            margin-bottom: 12px; }
            body.services #interventions .intervention .details ul li span {
              font-size: 8pt; } }
        @media (min-width: 1200px) {
          body.services #interventions .intervention .details ul li {
            font-size: 8pt;
            margin-bottom: 12px; }
            body.services #interventions .intervention .details ul li span {
              font-size: 15px; } }
  body.services #interventions .s3 .intervention,
  body.services #interventions .s4 .intervention {
    margin-top: -5px; }
    body.services #interventions .s3 .intervention:first-child,
    body.services #interventions .s4 .intervention:first-child {
      margin-top: 20px; }
    @media (min-width: 992px) {
      body.services #interventions .s3 .intervention,
      body.services #interventions .s4 .intervention {
        margin-top: 20px; } }
    body.services #interventions .s3 .intervention ul,
    body.services #interventions .s4 .intervention ul {
      margin-bottom: 0; }
      body.services #interventions .s3 .intervention ul li,
      body.services #interventions .s4 .intervention ul li {
        color: #4b93b1;
        font-size: 18px;
        line-height: 20px;
        margin: 15px 0; }
        body.services #interventions .s3 .intervention ul li span,
        body.services #interventions .s4 .intervention ul li span {
          color: #212529;
          text-transform: uppercase;
          font-weight: 700; }

body.services #phrases {
  text-align: center;
  margin-bottom: 56px; }
  body.services #phrases h4 {
    font-size: 13pt;
    font-weight: 200;
    letter-spacing: unset; }
  body.services #phrases h2 {
    font-size: 16pt;
    font-weight: 200; }

body.services #icp {
  background-color: #2270a4;
  padding: 56px 0 56px 0;
  color: white; }
  body.services #icp img {
    margin: 0 0 40px 0; }
  body.services #icp h2 {
    font-size: 22pt;
    font-weight: 300;
    text-align: center;
    margin-bottom: 40px; }
    body.services #icp h2 b {
      font-weight: 700; }
  body.services #icp h3 {
    font-size: 16pt;
    font-weight: 300;
    margin-bottom: 20px; }
    body.services #icp h3 b {
      font-weight: 700; }
  body.services #icp h4 {
    font-size: 14pt;
    font-weight: 300;
    margin-bottom: 20px; }
    body.services #icp h4 b {
      font-weight: 700; }
  body.services #icp ul, body.services #icp ol {
    margin-left: -20px; }
    body.services #icp ul li, body.services #icp ol li {
      font-size: 14pt;
      font-weight: 300;
      margin-top: 8px; }
      body.services #icp ul li b, body.services #icp ol li b {
        font-weight: 700; }
    body.services #icp ul b > li, body.services #icp ol b > li {
      font-weight: 700; }
  body.services #icp .box {
    background-color: #064b79;
    padding: 30px; }
    body.services #icp .box li {
      font-size: 12pt; }

body.services #demarche {
  background-color: #2270a4;
  padding: 56px 0 56px 0;
  color: white;
  text-align: center; }
  body.services #demarche img {
    margin: 0 0 40px 0; }
  body.services #demarche h2 {
    font-size: 22pt;
    font-weight: 300;
    text-align: center;
    margin-bottom: 40px; }
    body.services #demarche h2 b {
      font-weight: 700; }

body.services #etapes {
  background-color: #f2f2f2;
  padding: 56px 0 56px 0; }
  body.services #etapes h2 {
    text-align: center;
    font-weight: 700;
    font-size: 16pt; }
  body.services #etapes .etape {
    margin-top: -30px;
    text-align: center; }
    @media (min-width: 576px) {
      body.services #etapes .etape {
        margin-top: 0px; } }
    body.services #etapes .etape h4 {
      font-weight: 700;
      font-size: 22px;
      text-transform: uppercase; }
    body.services #etapes .etape p {
      margin-top: 24px;
      margin-bottom: 24px;
      margin-left: 8px;
      margin-right: 8px;
      font-weight: 500; }
      body.services #etapes .etape p b {
        font-weight: 700; }
    body.services #etapes .etape .top {
      margin: 20%; }
      @media (min-width: 576px) {
        body.services #etapes .etape .top {
          margin: 15%; } }
      @media (min-width: 768px) {
        body.services #etapes .etape .top {
          margin: 20%; } }
      @media (min-width: 992px) {
        body.services #etapes .etape .top {
          margin: 15%; } }
      @media (min-width: 1200px) {
        body.services #etapes .etape .top {
          margin: 16%; } }
    body.services #etapes .etape .icon {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      border-radius: 9999em;
      background-color: #00aeef;
      width: 100%;
      height: auto;
      padding-top: 100%; }
      body.services #etapes .etape .icon .content {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        padding: 3em;
        color: #000; }
    body.services #etapes .etape .cercle {
      position: absolute;
      top: 0;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 100%;
      height: auto;
      font-size: 21px;
      line-height: 21px;
      width: 36px;
      height: 36px;
      background-color: #272b2d;
      color: #ffffff;
      font-weight: 700; }
      body.services #etapes .etape .cercle span {
        margin: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    body.services #etapes .etape .details {
      margin-top: -50px;
      font-size: 12pt; }
      body.services #etapes .etape .details a {
        text-transform: uppercase;
        font-weight: 700;
        color: #00aeef; }
      @media (min-width: 576px) {
        body.services #etapes .etape .details {
          margin-top: -20px; } }
      @media (min-width: 768px) {
        body.services #etapes .etape .details {
          margin-top: -50px; } }
      @media (min-width: 992px) {
        body.services #etapes .etape .details {
          margin-top: -20px; } }
      @media (min-width: 1200px) {
        body.services #etapes .etape .details {
          margin-top: -20px; } }
    body.services #etapes .etape:hover .icon {
      background-color: #1779bb; }
    body.services #etapes .etape:hover .details a {
      color: #1779bb; }
  body.services #etapes .etape.active .icon {
    background-color: #e2e2e2; }
  body.services #etapes .etape.active .details a {
    color: #828282; }
    body.services #etapes .etape.active .details a:hover {
      color: #828282; }

/*** ---------- PAGE VALEURS ---------- */
body.valeurs #volets {
  margin: 48px 0 0 0; }
  body.valeurs #volets.mt-reduce {
    margin-top: 0; }
  body.valeurs #volets h1 {
    font-weight: 300;
    margin-bottom: 30px;
    font-size: 28pt;
    text-align: center; }
  body.valeurs #volets h4 {
    font-weight: 300;
    margin-bottom: 30px;
    font-size: 20pt;
    text-align: center; }
    body.valeurs #volets h4 b {
      font-weight: 700; }
  body.valeurs #volets h2 {
    text-align: center;
    font-size: 38px;
    font-weight: 300; }
  body.valeurs #volets .volet {
    margin-bottom: 20px;
    text-align: center;
    margin-top: -10%; }
    @media (min-width: 576px) {
      body.valeurs #volets .volet {
        margin-top: -20%; } }
    @media (min-width: 768px) {
      body.valeurs #volets .volet {
        margin-top: -10%; } }
    @media (min-width: 992px) {
      body.valeurs #volets .volet {
        margin-top: -10%; } }
    @media (min-width: 1200px) {
      body.valeurs #volets .volet {
        margin-top: -12%; } }
    body.valeurs #volets .volet h4 {
      font-weight: 300;
      font-size: 18pt; }
    body.valeurs #volets .volet p {
      font-weight: 300; }
      body.valeurs #volets .volet p b {
        font-weight: 700; }
    body.valeurs #volets .volet .top {
      margin: 20%; }
      @media (min-width: 576px) {
        body.valeurs #volets .volet .top {
          margin: 25%; } }
      @media (min-width: 768px) {
        body.valeurs #volets .volet .top {
          margin: 22% 22% 22% 22%; } }
      @media (min-width: 992px) {
        body.valeurs #volets .volet .top {
          margin: 25%; } }
      @media (min-width: 1200px) {
        body.valeurs #volets .volet .top {
          margin: 30%; } }
    body.valeurs #volets .volet .icon {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      border-radius: 9999em;
      background-color: #f2f2f2;
      width: 100%;
      height: auto;
      padding-top: 100%; }
      body.valeurs #volets .volet .icon .content {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        padding: 3em;
        color: #000; }
    body.valeurs #volets .volet .details {
      margin-top: -10%; }
      @media (min-width: 576px) {
        body.valeurs #volets .volet .details {
          min-height: 230px;
          margin-top: -20%; } }
      @media (min-width: 768px) {
        body.valeurs #volets .volet .details {
          min-height: 180px;
          margin-top: -15%; } }
      @media (min-width: 992px) {
        body.valeurs #volets .volet .details {
          min-height: 240px;
          margin-top: -20%; } }
      @media (min-width: 1200px) {
        body.valeurs #volets .volet .details {
          min-height: 200px;
          margin-top: -25%; } }

body.valeurs #distinctions {
  margin: -10px 0 0 0; }
  body.valeurs #distinctions h2 {
    text-align: center;
    font-size: 34px;
    margin-bottom: 20px;
    font-weight: 300; }
  body.valeurs #distinctions .distinction {
    margin: 40px 0; }
    @media (min-width: 576px) {
      body.valeurs #distinctions .distinction {
        margin: 40px 0; } }
    @media (min-width: 768px) {
      body.valeurs #distinctions .distinction {
        margin: 20px 0; } }
    @media (min-width: 992px) {
      body.valeurs #distinctions .distinction {
        margin: 0 0; } }
    @media (min-width: 1200px) {
      body.valeurs #distinctions .distinction {
        margin: 0 0; } }
    body.valeurs #distinctions .distinction .top {
      margin: 10%;
      margin-top: -40px; }
      @media (min-width: 576px) {
        body.valeurs #distinctions .distinction .top {
          margin: 10%;
          margin-top: -40px; } }
      @media (min-width: 768px) {
        body.valeurs #distinctions .distinction .top {
          margin: 20%;
          margin-top: -10px; } }
      @media (min-width: 992px) {
        body.valeurs #distinctions .distinction .top {
          margin: 0;
          margin-top: 0; } }
      body.valeurs #distinctions .distinction .top .rond {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-radius: 9999em;
        width: 100%;
        height: auto;
        padding-top: 100%; }
        body.valeurs #distinctions .distinction .top .rond .content {
          position: absolute;
          top: 5%;
          right: 0;
          bottom: 0;
          left: 0;
          padding: 3em;
          text-align: center;
          color: white; }
          @media (min-width: 360px) {
            body.valeurs #distinctions .distinction .top .rond .content {
              top: 10%; } }
          @media (min-width: 576px) {
            body.valeurs #distinctions .distinction .top .rond .content {
              top: 15%; } }
          @media (min-width: 768px) {
            body.valeurs #distinctions .distinction .top .rond .content {
              top: 15%; } }
          @media (min-width: 992px) {
            body.valeurs #distinctions .distinction .top .rond .content {
              top: 7%; } }
          @media (min-width: 1200px) {
            body.valeurs #distinctions .distinction .top .rond .content {
              top: 20%; } }
          body.valeurs #distinctions .distinction .top .rond .content h4 {
            font-weight: 700;
            font-size: 14pt;
            line-height: 0.8em;
            text-transform: uppercase; }
            @media (min-width: 360px) {
              body.valeurs #distinctions .distinction .top .rond .content h4 {
                font-size: 16pt; } }
            @media (min-width: 576px) {
              body.valeurs #distinctions .distinction .top .rond .content h4 {
                font-size: 26pt; } }
            @media (min-width: 768px) {
              body.valeurs #distinctions .distinction .top .rond .content h4 {
                font-size: 26pt; } }
            @media (min-width: 992px) {
              body.valeurs #distinctions .distinction .top .rond .content h4 {
                font-size: 18pt; } }
            @media (min-width: 1200px) {
              body.valeurs #distinctions .distinction .top .rond .content h4 {
                font-size: 24pt; } }
            body.valeurs #distinctions .distinction .top .rond .content h4 span {
              font-size: 8pt; }
              @media (min-width: 360px) {
                body.valeurs #distinctions .distinction .top .rond .content h4 span {
                  font-size: 10pt; } }
              @media (min-width: 576px) {
                body.valeurs #distinctions .distinction .top .rond .content h4 span {
                  font-size: 14pt; } }
              @media (min-width: 768px) {
                body.valeurs #distinctions .distinction .top .rond .content h4 span {
                  font-size: 14pt; } }
              @media (min-width: 992px) {
                body.valeurs #distinctions .distinction .top .rond .content h4 span {
                  font-size: 10pt; } }
              @media (min-width: 1200px) {
                body.valeurs #distinctions .distinction .top .rond .content h4 span {
                  font-size: 12pt; } }
            body.valeurs #distinctions .distinction .top .rond .content h4 span::after {
              content: '\A';
              white-space: pre; }
          body.valeurs #distinctions .distinction .top .rond .content p {
            margin-left: 0px;
            margin-right: 0px;
            margin-top: 10px;
            font-size: 9pt; }
            @media (min-width: 360px) {
              body.valeurs #distinctions .distinction .top .rond .content p {
                font-size: 9pt;
                margin-left: 0;
                margin-right: 0; } }
            @media (min-width: 576px) {
              body.valeurs #distinctions .distinction .top .rond .content p {
                font-size: 1.2rem;
                margin-left: -5px;
                margin-right: -5px; } }
            @media (min-width: 768px) {
              body.valeurs #distinctions .distinction .top .rond .content p {
                font-size: 16pt;
                margin: 10px 10px 10px 0; } }
            @media (min-width: 992px) {
              body.valeurs #distinctions .distinction .top .rond .content p {
                font-size: 12pt;
                margin-left: -30px;
                margin-right: -30px; } }
            @media (min-width: 1200px) {
              body.valeurs #distinctions .distinction .top .rond .content p {
                font-size: 12pt;
                margin-left: -10px;
                margin-right: -10px; } }
    body.valeurs #distinctions .distinction .details {
      margin: 0 10% 20px 10%; }
      @media (min-width: 576px) {
        body.valeurs #distinctions .distinction .details {
          margin: -5% 10% 20px 10%; } }
      @media (min-width: 768px) {
        body.valeurs #distinctions .distinction .details {
          margin: -15% 20% 20px 20%; } }
      @media (min-width: 992px) {
        body.valeurs #distinctions .distinction .details {
          margin: 30px 0; } }
      @media (min-width: 1200px) {
        body.valeurs #distinctions .distinction .details {
          margin: 30px 0; } }
      body.valeurs #distinctions .distinction .details h2 {
        text-transform: uppercase;
        text-align: left;
        font-weight: 700;
        font-size: 20pt;
        line-height: 1.1;
        margin-bottom: 20px; }
        @media (min-width: 576px) {
          body.valeurs #distinctions .distinction .details h2 {
            font-size: 18pt; } }
        @media (min-width: 768px) {
          body.valeurs #distinctions .distinction .details h2 {
            font-size: 20pt; } }
        @media (min-width: 992px) {
          body.valeurs #distinctions .distinction .details h2 {
            font-size: 14pt; } }
        @media (min-width: 1200px) {
          body.valeurs #distinctions .distinction .details h2 {
            font-size: 15pt; } }
      body.valeurs #distinctions .distinction .details ul {
        padding-left: 16px; }
        body.valeurs #distinctions .distinction .details ul li {
          font-size: 6pt;
          font-weight: 500;
          margin-left: -5px;
          margin-bottom: 10px; }
          body.valeurs #distinctions .distinction .details ul li span {
            font-size: 10pt; }
          @media (min-width: 576px) {
            body.valeurs #distinctions .distinction .details ul li {
              font-size: 7pt;
              margin-bottom: 4px; }
              body.valeurs #distinctions .distinction .details ul li span {
                font-size: 9pt; } }
          @media (min-width: 768px) {
            body.valeurs #distinctions .distinction .details ul li {
              font-size: 7pt;
              margin-bottom: 4px; }
              body.valeurs #distinctions .distinction .details ul li span {
                font-size: 11pt; } }
          @media (min-width: 992px) {
            body.valeurs #distinctions .distinction .details ul li {
              font-size: 6pt;
              margin-bottom: 4px; }
              body.valeurs #distinctions .distinction .details ul li span {
                font-size: 9pt; } }
          @media (min-width: 1200px) {
            body.valeurs #distinctions .distinction .details ul li {
              font-size: 7pt;
              margin-bottom: 6px; }
              body.valeurs #distinctions .distinction .details ul li span {
                font-size: 14px; } }

/*** ---------- PAGE RÉALISATIONS ---------- */
body.realisations #clients {
  margin: 48px 0; }
  body.realisations #clients h1 {
    font-weight: 300;
    margin-bottom: 30px;
    font-size: 28pt;
    text-align: center; }
  body.realisations #clients h4 {
    font-weight: 300;
    font-size: 14pt;
    margin-bottom: 20px;
    text-align: center; }
  body.realisations #clients .logo {
    text-align: center; }
    body.realisations #clients .logo img {
      width: 80%;
      margin-bottom: 25px; }
    body.realisations #clients .logo .content {
      color: #ffffff;
      margin: 0;
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      body.realisations #clients .logo .content h4 {
        font-weight: 700;
        font-size: 32px;
        line-height: 0.8em;
        text-transform: uppercase; }
        body.realisations #clients .logo .content h4 span {
          font-size: 16px; }
        body.realisations #clients .logo .content h4 span::after {
          content: '\A';
          white-space: pre; }
      body.realisations #clients .logo .content p {
        margin-left: -40px;
        margin-right: -40px;
        margin-top: 10px; }

body.realisations #realisation .image {
  background-image: url("/assets/images/realisation-demo.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative; }
  @media screen and (max-width: 767px) {
    body.realisations #realisation .image {
      height: 240px; } }

body.realisations #realisation .details {
  background-color: #f2f2f2;
  padding: 50px;
  min-height: 0; }
  @media (min-width: 768px) {
    body.realisations #realisation .details {
      min-height: 720px; } }
  @media (min-width: 992px) {
    body.realisations #realisation .details {
      min-height: 620px; } }
  @media (min-width: 1200px) {
    body.realisations #realisation .details {
      min-height: 600px; } }
  @media screen and (max-width: 575px) {
    body.realisations #realisation .details {
      padding: 10%; } }
  body.realisations #realisation .details h2 {
    font-size: 28px;
    font-weight: 300;
    margin-bottom: 25px; }
    body.realisations #realisation .details h2 b {
      font-weight: 700; }
  body.realisations #realisation .details p.liste-infos {
    font-size: 18px;
    line-height: 0.4em; }
  body.realisations #realisation .details h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 0.4em; }
  body.realisations #realisation .details p {
    line-height: 1.3em; }
  body.realisations #realisation .details span {
    font-size: 22px;
    font-weight: 700; }
  body.realisations #realisation .details .resultat b {
    font-size: 20px; }

/*** ---------- CONTACT ---------- */
body.contact #heading {
  margin: 48px 0;
  text-align: center; }
  body.contact #heading .alert {
    text-align: left; }
  body.contact #heading h1 {
    font-weight: 300;
    margin-bottom: 38px; }
  body.contact #heading h2 {
    font-weight: 300;
    font-size: 17pt;
    margin-bottom: 20px; }
  body.contact #heading h4 {
    font-weight: 300;
    font-size: 13pt; }
  body.contact #heading .infos {
    margin-top: 40px; }
    body.contact #heading .infos p {
      font-weight: 700; }
    body.contact #heading .infos a {
      color: #00aeef; }
      body.contact #heading .infos a:hover {
        color: #1779bb; }
    body.contact #heading .infos .info-left {
      text-align: center; }
    body.contact #heading .infos .info-center {
      text-align: center; }
    body.contact #heading .infos .info-right {
      text-align: center; }
    @media (min-width: 768px) {
      body.contact #heading .infos .info-left {
        text-align: left; }
      body.contact #heading .infos .info-center {
        text-align: center; }
      body.contact #heading .infos .info-right {
        text-align: right; } }

body.contact #formulaire {
  padding: 56px 0;
  background-color: #f2f2f2; }
  body.contact #formulaire .title {
    margin-bottom: 40px;
    text-align: center; }
    body.contact #formulaire .title h2 {
      font-weight: 300;
      font-size: 22pt;
      margin-bottom: 20px; }
    body.contact #formulaire .title h4 {
      font-weight: 300;
      font-size: 13pt; }
  body.contact #formulaire .form form .form-element {
    padding: 5px 16px; }
  body.contact #formulaire .form form label {
    margin-top: 12px;
    margin-bottom: 3px;
    font-weight: 700;
    font-size: 11pt; }
  body.contact #formulaire .form form .form-control {
    border: 0px solid #cfcfcf;
    color: #212529; }
  body.contact #formulaire .form form .form-control:focus {
    outline: none;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5); }

body.contact #sent {
  margin: 48px 0 160px 0;
  text-align: center; }
  body.contact #sent h1 {
    text-align: center;
    font-size: 38px;
    font-weight: 300;
    margin-bottom: 40px; }
  body.contact #sent h4 {
    text-align: center;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 40px; }
  body.contact #sent p {
    margin-bottom: 40px; }

/*** ---------- ERROR ---------- */
body.error #report {
  margin: 48px 0;
  text-align: center; }
  body.error #report h1 {
    font-weight: 300;
    font-size: 32pt;
    letter-spacing: 2px;
    line-height: 1; }
    body.error #report h1 span {
      font-size: 96pt;
      color: #00aeef; }
      @media (min-width: 768px) {
        body.error #report h1 span {
          font-size: 124pt; } }
  body.error #report h2 {
    margin: 40px 0;
    font-weight: 300;
    font-size: 20pt; }

/*** ---------- FOOTER --------- */
#footer {
  padding-top: 56px;
  background: #272b2d;
  color: #fff; }
  #footer .footer-group {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    margin-left: auto;
    margin-right: auto; }

@-webkit-keyframes fade {
  from {
    opacity: 0.4; }
  to {
    opacity: 1; } }

@keyframes fade {
  from {
    opacity: 0.4; }
  to {
    opacity: 1; } }
  #footer .content {
    text-align: center;
    margin-left: 1%;
    margin-right: 1%; }
    @media (min-width: 576px) {
      #footer .content {
        margin-left: 1%;
        margin-right: 1%; } }
    @media (min-width: 768px) {
      #footer .content {
        margin-left: 1%;
        margin-right: 1%; } }
    @media (min-width: 992px) {
      #footer .content {
        margin-left: 80px;
        margin-right: 80px; } }
    @media (min-width: 1200px) {
      #footer .content {
        margin-left: 80px;
        margin-right: 80px; } }
    #footer .content .quote {
      text-align: center;
      font-size: 24px;
      font-weight: 300; }
      @media (min-width: 576px) {
        #footer .content .quote {
          font-size: 38px;
          font-weight: 300; } }
      @media (min-width: 768px) {
        #footer .content .quote {
          font-size: 38px;
          font-weight: 300; } }
      @media (min-width: 992px) {
        #footer .content .quote {
          font-size: 38px;
          font-weight: 300; } }
      @media (min-width: 1200px) {
        #footer .content .quote {
          font-size: 38px;
          font-weight: 300; } }
    #footer .content .quote::before {
      content: '“'; }
    #footer .content .quote::after {
      content: '”'; }
    #footer .content .source {
      text-align: center;
      font-size: 16px;
      font-weight: 300;
      margin: 0; }
      @media (min-width: 576px) {
        #footer .content .source {
          font-size: 20px;
          font-weight: 300; } }
      @media (min-width: 768px) {
        #footer .content .source {
          font-size: 20px;
          font-weight: 300; } }
      @media (min-width: 992px) {
        #footer .content .source {
          font-size: 20px;
          font-weight: 300; } }
      @media (min-width: 1200px) {
        #footer .content .source {
          font-size: 20px;
          font-weight: 300; } }
    #footer .content .source::before {
      content: '- '; }
    #footer .content h4 {
      text-align: center;
      font-size: 20px;
      font-weight: 300;
      margin: -10px 0 22px 0; }
      @media (min-width: 576px) {
        #footer .content h4 {
          font-size: 24px;
          font-weight: 300; } }
      @media (min-width: 768px) {
        #footer .content h4 {
          font-size: 24px;
          font-weight: 300; } }
      @media (min-width: 992px) {
        #footer .content h4 {
          font-size: 24px;
          font-weight: 300; } }
      @media (min-width: 1200px) {
        #footer .content h4 {
          font-size: 23px;
          font-weight: 300; } }
    #footer .content a {
      text-align: center; }
  #footer .copyright {
    font-size: 0.7rem;
    text-align: center;
    color: rgba(255, 255, 255, 0.35); }
    #footer .copyright a {
      color: rgba(255, 255, 255, 0.35); }
      #footer .copyright a:hover {
        color: #ffffff; }
