/*  -------------------------------------------------------
 ------------------->>> BASE <<<----------------------
 -------------------------------------------------------  */
/* http://meyerweb.com/eric/tools/css/reset/
 v2.0 | 20110126
 License: none (public domain)
 */
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline; }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

p, h1, h2, h3 {
  padding: 0;
  margin: 0; }

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .clearfix {
  display: block; }

* html .clearfix {
  height: 1%; }
/*  -------------------------------------------------------
 ------------------->>> FONTS <<<----------------------
 -------------------------------------------------------  */
@font-face {
  font-family: 'Urbanist';
  src: url('../fonts/urbanist/Urbanist-Regular.woff2') format('woff2'), url('../fonts/urbanist/Urbanist-Regular.woff') format('woff'), url('../fonts/urbanist/Urbanist-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Urbanist';
  src: url('../fonts/urbanist/Urbanist-Medium.woff2') format('woff2'), url('../fonts/urbanist/Urbanist-Medium.woff') format('woff'), url('../fonts/urbanist/Urbanist-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Urbanist';
  src: url('../fonts/urbanist/Urbanist-Bold.woff2') format('woff2'), url('../fonts/urbanist/Urbanist-Bold.woff') format('woff'), url('../fonts/urbanist/Urbanist-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal; }
/*  -------------------------------------------------------
 ------------------->>> MIXINS <<<----------------------
 -------------------------------------------------------  */
/*Flexbox*/
article.marque, article.marque .content a.cta, article.marque .content .pictos, section.mansoury .wrapper, .contact .wrap .item .wrap-item, .faq .accordion .mycard .card-header button, header nav.navbar, footer .fat-footer .content .logo .socials ul.social, .equipe section.team .about .wrapper {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */ }
/* Clearfix*/
/*Position*/
/*Positioning helpers*/
/*Keyframes*/
/*Animations*/
/* Usage
 @include gradient(#07c, #06f, vertical);
 */
/* Usage
 @include placeholder {
 font-style:italic;
 color: white;
 font-weight:100;
 }*/
/*  -------------------------------------------------------
 ------------------->>> LAYOUT <<<----------------------
 -------------------------------------------------------  */
/*  ------------->>> VARIABLES <<<---------------------  */
/*------------>>> Generality <<<--------------*/
html, body {
  position: relative;
  height: 100%;
  width: 100%;
  height: 100%; }
/* à enlever dans bolt car bilbio qui force le overflow sera importée uniquement dans un block twig de la vue about*/
/*overflow:inherit !important;*/
body {
  font-size: 14px;
  font-family: 'Urbanist';
  color: #181717; }
  @media screen and (min-width: 992px) {
  body {
    font-size: 16px; } }

img {
  max-width: 100%;
  height: auto; }

h1, h2, h3 {
  font-family: 'Urbanist';
  text-transform: uppercase; }

h1, h2 {
  color: black;
  padding-bottom: 30px;
  font-weight: 500;
  font-size: 22px; }
  @media screen and (min-width: 1200px) {
  h1, h2 {
    font-size: 24px; } }

h2 {
  padding-bottom: 20px; }

.action {
  text-align: center; }

.in-center {
  margin: 0 auto; }

a.cta:not(.vignette) {
  padding: 10px 15px;
  color: white;
  font-family: 'Urbanist';
  font-weight: 500;
  box-shadow: 0px 4px 10.2px 0px rgba(0, 0, 0, 0.25);
  transition: all 0.2s linear; }
  a.cta:not(.vignette) svg {
    width: 24px; }
    a.cta:not(.vignette) svg path {
      fill: white; }
  a.cta:not(.vignette):hover {
    text-decoration: none;
    transition: all 0.2s linear; }
    a.cta:not(.vignette):hover svg path {
      fill: #477352; }
  a.cta:not(.vignette).green {
    background: #477352;
    border: 1px solid #477352;
    transition: all 0.2s linear; }
    a.cta:not(.vignette).green:hover {
      transition: all 0.2s linear;
      background: white;
      color: #477352; }
  a.cta:not(.vignette).sable {
    background: #e8dccc;
    border: 1px solid #e8dccc;
    color: #477352;
    transition: all 0.2s linear; }
    a.cta:not(.vignette).sable svg {
      width: 24px; }
      a.cta:not(.vignette).sable svg path {
        fill: #477352; }
    a.cta:not(.vignette).sable:hover {
      background: white;
      border: 1px solid #477352;
      transition: all 0.2s linear; }
  article.marque {
    color: white;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    -webkit-justify-content: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 300px;
    margin-bottom: 30px; }
  article.marque .content {
    width: 100%;
    background: rgba(232, 220, 204, 0.9);
    color: #181717;
    padding: 12px 15px;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between; }
    article.marque .content .wrap {
      display: flex;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      padding-left: 0;
      padding-right: 0; }
      @media screen and (min-width: 992px) {
  article.marque .content .wrap {
    padding-right: 15px; } }
    article.marque .content h3 {
      font-size: 16px; }
      @media screen and (min-width: 992px) {
  article.marque .content h3 {
    font-size: 20px; } }
      @media screen and (min-width: 1200px) {
  article.marque .content h3 {
    font-size: 24px; } }
    article.marque .content a.cta {
      color: black;
      padding: 5px 10px;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: flex-start;
      justify-content: flex-start;
      padding: 0;
      transition: all 0.2s linear;
      line-height: normal; }
      @media screen and (min-width: 576px) {
  article.marque .content a.cta {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end; } }
      article.marque .content a.cta:hover {
        text-decoration: none;
        transition: all 0.2s linear; }
      article.marque .content a.cta svg {
        margin-left: 5px; }
    article.marque .content .pictos {
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-justify-content: space-between;
      -ms-flex-pack: space-between;
      justify-content: space-between;
      margin-left: 8px; }
      @media screen and (min-width: 992px) {
  article.marque .content .pictos {
    margin-left: 15px; } }
      article.marque .content .pictos .item {
        margin-right: 4px; }
        article.marque .content .pictos .item:last-of-type {
          margin-right: 0; }
        article.marque .content .pictos .item svg {
          max-width: 35px;
          height: auto; }
          article.marque .content .pictos .item svg .fill {
            color: #181717; }

section {
  padding-top: 45px;
  padding-bottom: 45px; }
  @media screen and (min-width: 992px) {
  section {
    padding-top: 86px;
    padding-bottom: 86px; } }
  section.slider .cross-sell, section.slider .hightlightedSlider {
    position: relative; }
    section.slider .hightlightedSlider {
      margin-bottom: 0; }
      section.slider .hightlightedSlider a {
        position: relative; }
    section.slider .background {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      height: 250px;
      width: 100%; }
      @media screen and (min-width: 768px) {
  section.slider .background {
    height: 375px; } }
      @media screen and (min-width: 992px) {
  section.slider .background {
    height: 520px; } }
      @media screen and (min-width: 1200px) {
  section.slider .background {
    height: 450px; } }
    section.slider .bandeau {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      padding: 35px 0;
      background: rgba(232, 220, 204, 0.48); }
    section.slider p.subtitle {
      position: absolute;
      bottom: 35px;
      left: 50%;
      color: #181717;
      font-size: 16px;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      z-index: 99; }
      @media screen and (min-width: 992px) {
  section.slider p.subtitle {
    font-size: 24px;
    bottom: 30px; } }
    section.slider ul.slick-dots {
      position: absolute;
      bottom: 10px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 100%; }
      section.slider ul.slick-dots li {
        margin: 0 2px; }
    section.slider ul.slick-dots li button {
      width: 15px;
      height: 15px;
      /* Safari 3-4, iOS 1-3.2, Android 1.6- */
      -webkit-border-radius: 50%;
      /* Firefox 1-3.6 */
      -moz-border-radius: 50%;
      /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
      border-radius: 50%;
      background: #e8dccc;
      margin: 0 auto; }
      section.slider ul.slick-dots li button:before {
        content: ''; }
    section.slider ul.slick-dots li.slick-active button {
      background: #477352;
      border: 0; }
  section .cross-sell .background {
    position: relative;
    z-index: 999; }
    section .cross-sell .bandeau {
      padding: 25px 0; }
  section.mansoury .background {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    width: 100%; }
    section.mansoury .background.item {
      margin-bottom: 30px;
      height: 325px; }
      @media screen and (min-width: 768px) {
      section.mansoury .background.item.big {
        height: 565px;
        margin-bottom: 0; } }
      @media screen and (min-width: 768px) {
      section.mansoury .background.item.little {
        height: 193px;
        margin-bottom: 30px; } }
      section.mansoury .background.item.normal {
        margin-bottom: 0; }
        @media screen and (min-width: 768px) {
    section.mansoury .background.item.normal {
      height: 343px; } }
      @media screen and (min-width: 576px) {
      section.mansoury .background.item.duo-little, section.mansoury .background.item.duo-big {
        height: 280px; } }
        @media screen and (min-width: 992px) {
    section.mansoury .background.item.duo-little, section.mansoury .background.item.duo-big {
      height: 320px; } }
      @media screen and (min-width: 576px) {
      section.mansoury .background.item.trio-big:not(.last) {
        height: 360px; } }
        @media screen and (min-width: 992px) {
    section.mansoury .background.item.trio-big:not(.last) {
      height: 670px; } }
      @media screen and (min-width: 576px) {
      section.mansoury .background.item.trio-big.last {
        height: 360px; } }
        @media screen and (min-width: 992px) {
    section.mansoury .background.item.trio-big.last {
      height: 673px; } }
      @media screen and (min-width: 992px) {
      section.mansoury .background.item.trio-little {
        height: 260px; } }
      @media screen and (min-width: 576px) {
      section.mansoury .background.item.trio-little:not(.last) {
        height: 165px; } }
        @media screen and (min-width: 992px) {
    section.mansoury .background.item.trio-little:not(.last) {
      height: 320px; } }
      @media screen and (min-width: 576px) {
      section.mansoury .background.item.trio-little.last {
        height: 165px; } }
        @media screen and (min-width: 992px) {
    section.mansoury .background.item.trio-little.last {
      height: 320px; } }
    section.mansoury .wrapper {
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: flex-start;
      justify-content: flex-start; }
  section.action {
    background: #477352;
    color: white;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 80px; }
    section.action .title p {
      font-size: 18px;
      margin-bottom: 8px; }
      @media screen and (min-width: 992px) {
    section.action .title p {
      margin-bottom: 12px;
      font-size: 24px; } }
    section.action .clic {
      margin-top: 30px; }
    input:focus, button:focus {
      outline: none; }
/*---------->>> contact <<<---------*/
.contact section {
  padding-bottom: 30px; }
  .contact section.content {
    padding-top: 0;
    padding-bottom: 30px; }
  @media screen and (min-width: 992px) {
      .contact section.content {
        padding-bottom: 85px; } }
  .contact .wrap {
    background: #477352;
    color: white;
    padding: 15px; }
  @media screen and (min-width: 992px) {
    .contact .wrap {
      padding: 35px; } }
  .contact .wrap h2 {
    color: white;
    text-transform: inherit; }
  .contact .wrap .item {
    padding-bottom: 15px; }
  .contact .wrap .item .wrap-item {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start; }
    .contact .wrap .item .wrap-item img {
      max-width: 20px;
      height: auto;
      margin-right: 5px; }
  .contact form input, .contact form textarea {
    width: 100%; }
  .contact form label {
    text-transform: capitalize;
    padding-bottom: 8px;
    padding-top: 15px;
    display: inline-block; }
  .contact form .bloc-submit {
    text-align: center; }
  .contact form .bloc-submit button.btn-valid {
    cursor: pointer;
    background: rgba(232, 220, 204, 1);
    color: black;
    margin: 20px auto 0 auto;
    display: inline-block;
    border: 0;
    padding: 15px 25px; }
/*---------->>> faq <<<---------*/
.faq .accordion {
  background: none; }
  .faq .accordion .mycard {
    border: 0;
    padding-top: 25px;
    padding-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
    background: none;
    border-bottom: 1px solid black !important;
    /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -webkit-border-radius: 0;
    /* Firefox 1-3.6 */
    -moz-border-radius: 0;
    /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    border-radius: 0; }
  .faq .accordion .mycard .card-header {
    border: 0;
    background: none;
    padding: 0;
    /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -webkit-border-radius: O;
    /* Firefox 1-3.6 */
    -moz-border-radius: O;
    /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    border-radius: O; }
    .faq .accordion .mycard .card-header button {
      cursor: pointer;
      style: none;
      border: 0;
      background: none;
      padding-bottom: 0;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-justify-content: space-between;
      -ms-flex-pack: space-between;
      justify-content: space-between;
      width: 100%;
      position: relative; }
      .faq .accordion .mycard .card-header button p {
        text-align: left;
        margin-right: 20px; }
        @media screen and (min-width: 992px) {
      .faq .accordion .mycard .card-header button p {
        margin-right: 15px; } }
      .faq .accordion .mycard .card-header button:after {
        content: '\f054';
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
      .faq .accordion .mycard .card-header button.opened:after {
        content: '\f078';
        top: 0;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0); }
  .faq .accordion .mycard .collapse {
    border: 0;
    background: none; }
/*---------->>> sitemap <<<---------*/
.sitemap .content {
  height: 95vh;
  padding-left: 30px;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .sitemap .content ul {
    margin-left: 30px; }
  .sitemap .content ul li > ul {
    margin-left: 10px; }
/*---------->>> 404 <<<---------*/
.not-found section {
  padding-bottom: 105px; }
  @media screen and (min-width: 768px) {
    .not-found section {
      padding-bottom: 150px; } }

.mention h2 {
  padding-top: 25px;
  padding-bottom: 25px; }

@media screen and (min-width: 992px) {
    header {
      background: rgba(232, 220, 204, 0.48); } }
  header .top-header {
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    transition: all 0.2s linear;
    background: rgba(232, 220, 204, 0.48); }
  @media screen and (min-width: 992px) {
    header .top-header {
      background: none; } }
  header .top-header .content {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 6px;
    padding-bottom: 6px; }
  header .top-header .content .logo {
    text-align: left; }
    header .top-header .content .logo a.navbar-brand {
      padding-top: 0;
      padding-bottom: 0; }
  header .top-header .content .socials {
    text-align: right; }
    header .top-header .content .socials ul.social {
      list-style: none; }
      header .top-header .content .socials ul.social li {
        display: inline; }
        header .top-header .content .socials ul.social li a {
          color: black;
          font-size: 18px;
          display: inline-block;
          margin-left: 8px; }
          header .top-header .content .socials ul.social li a:hover {
            text-decoration: none; }
  header nav.navbar {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end; }
  header nav.navbar .navbar-burger #burger {
    cursor: pointer;
    width: 20px;
    position: relative;
    height: 20px; }
    header nav.navbar .navbar-burger #burger span {
      background: #181717;
      display: block;
      height: 2px;
      width: 20px;
      opacity: 1;
      /* Safari 3-4, iOS 1-3.2, Android 1.6- */
      -webkit-border-radius: 0;
      /* Firefox 1-3.6 */
      -moz-border-radius: 0;
      /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
      border-radius: 0;
      position: absolute;
      top: 0;
      left: 0;
      transition: all 0.2s linear; }
      header nav.navbar .navbar-burger #burger span:nth-child(2) {
        top: 6px; }
      header nav.navbar .navbar-burger #burger span:nth-child(3) {
        top: 12px; }
    header nav.navbar .navbar-burger #burger.open span {
      transition: all 0.2s linear; }
      header nav.navbar .navbar-burger #burger.open span:nth-child(1) {
        top: 10px;
        -ms-transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg); }
      header nav.navbar .navbar-burger #burger.open span:nth-child(2) {
        opacity: 0; }
      header nav.navbar .navbar-burger #burger.open span:nth-child(3) {
        top: 10px;
        -ms-transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg); }
  @media screen and (min-width: 992px) {
      header nav.navbar .navbar-menu {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center; } }
  header nav.navbar .navbar-menu ul.menu {
    list-style: none; }
    @media screen and (min-width: 992px) {
        header nav.navbar .navbar-menu ul.menu li.nav-item {
          display: inline;
          margin: 0 10px; } }
      header nav.navbar .navbar-menu ul.menu li.nav-item a {
        color: black;
        position: relative;
        display: inline-block;
        padding: 0;
        margin: 0 12px;
        transition: all 0.5s;
        font-size: 16px; }
      @media screen and (min-width: 992px) {
        header nav.navbar .navbar-menu ul.menu li.nav-item a:after {
          transition: all 0.2s linear;
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          margin: auto;
          width: 0%;
          content: '';
          background: #477352;
          height: 1.5px; } }
      header nav.navbar .navbar-menu ul.menu li.nav-item a:hover {
        text-decoration: none;
        transition: all 0.2s linear; }
        @media screen and (min-width: 992px) {
        header nav.navbar .navbar-menu ul.menu li.nav-item a:hover:after {
          width: 100%; } }
      @media screen and (min-width: 992px) {
        header nav.navbar .navbar-menu ul.menu li.nav-item.active a:after {
          width: 100%; } }
      @media screen and (min-width: 992px) {
        header nav.navbar .navbar-menu ul.menu li.nav-item.dropdown.is-dropdown-submenu-parent:after {
          font-size: 12px;
          font-family: "FontAwesome";
          content: '\f054';
          transition: all 0.2s linear;
          display: inline-block; } }
      header nav.navbar .navbar-menu ul.menu li.nav-item.dropdown.is-dropdown-submenu-parent a.dropdown-toggle {
        margin-right: 6px; }
        header nav.navbar .navbar-menu ul.menu li.nav-item.dropdown.is-dropdown-submenu-parent a.dropdown-toggle:after {
          display: none; }
      @media screen and (min-width: 992px) {
          header nav.navbar .navbar-menu ul.menu li.nav-item.dropdown.is-dropdown-submenu-parent:hover:after {
            -ms-transform: rotate(90deg);
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
            transition: all 0.2s linear; } }
      header nav.navbar .navbar-menu ul.menu li.nav-item ul.dropdown-menu {
        border: 0;
        /* Safari 3-4, iOS 1-3.2, Android 1.6- */
        -webkit-border-radius: 0;
        /* Firefox 1-3.6 */
        -moz-border-radius: 0;
        /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
        border-radius: 0;
        position: relative;
        display: block;
        top: inherit;
        left: inherit;
        width: 100%;
        padding: 0;
        margin: 0 0 0 12px; }
      @media screen and (min-width: 992px) {
        header nav.navbar .navbar-menu ul.menu li.nav-item ul.dropdown-menu {
          box-shadow: 0 2px 4px rgba(76, 76, 75, 0.102);
          margin: 0;
          position: absolute;
          left: 0;
          top: 100%;
          display: none; } }
      header nav.navbar .navbar-menu ul.menu li.nav-item ul.dropdown-menu li.nav-item {
        margin: 0;
        padding-left: 8px; }
        @media screen and (min-width: 992px) {
        header nav.navbar .navbar-menu ul.menu li.nav-item ul.dropdown-menu li.nav-item {
          padding-left: 0; } }
        header nav.navbar .navbar-menu ul.menu li.nav-item ul.dropdown-menu li.nav-item a {
          display: inline-block;
          width: 100%;
          transition: all 0.2s linear;
          margin: 0; }
          @media screen and (min-width: 992px) {
        header nav.navbar .navbar-menu ul.menu li.nav-item ul.dropdown-menu li.nav-item a {
          padding: 4px 6px; } }
          header nav.navbar .navbar-menu ul.menu li.nav-item ul.dropdown-menu li.nav-item a:after {
            display: none; }
          @media screen and (min-width: 992px) {
          header nav.navbar .navbar-menu ul.menu li.nav-item ul.dropdown-menu li.nav-item a:hover {
            transition: all 0.2s linear;
            background: #477352;
            color: white; } }
  header.sticked {
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    position: fixed;
    background-color: white;
    box-shadow: 0 2px 4px rgba(76, 76, 75, 0.102); }
  header.sticked .top-header {
    display: none;
    transition: all 0.2s linear; }

footer {
  background: #181717;
  padding-top: 30px;
  color: white;
  font-family: 'Urbanist'; }
  footer .fat-footer {
    font-size: 14px; }
  footer .fat-footer .content {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  footer .fat-footer .content .logo {
    padding-bottom: 25px; }
    @media screen and (min-width: 992px) {
      footer .fat-footer .content .logo {
        padding-bottom: 0; } }
    footer .fat-footer .content .logo a.navbar-brand {
      padding-top: 0;
      padding-bottom: 0; }
    footer .fat-footer .content .logo .socials ul.social {
      margin-top: 5px;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: flex-start;
      justify-content: flex-start; }
      footer .fat-footer .content .logo .socials ul.social li {
        margin-right: 8px; }
  footer .fat-footer .content ul li {
    list-style: none; }
  footer .fat-footer a, footer .thin-footer a {
    color: white; }
  footer .fat-footer a:hover, footer .thin-footer a:hover {
    color: white;
    text-decoration: none; }
  footer .thin-footer {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px; }
  @media screen and (min-width: 992px) {
    footer .thin-footer {
      padding-top: 20px;
      padding-bottom: 20px; } }
/*  -------------------------------------------------------
 ------------------->>> HOME <<<----------------------
 -------------------------------------------------------  */
.home section.hightlighted {
  padding-top: 0; }
  .home section.showroom {
    padding-top: 20px; }
  .home section.showroom p.accroche {
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: 'Urbanist';
    font-weight: bold; }
  .home section.showroom .socials {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    margin-bottom: 15px; }
    @media screen and (min-width: 992px) {
      .home section.showroom .socials {
        margin-bottom: 0; } }
    .home section.showroom .socials a {
      color: #181717;
      display: inline-block;
      font-size: 25px; }
      .home section.showroom .socials a:hover {
        color: #477352;
        text-decoration: none; }
  .home section.about {
    background: #477352;
    color: #e8dccc;
    padding-top: 25px;
    padding-bottom: 25px; }
  @media screen and (min-width: 992px) {
      .home section.about {
        padding-top: 55px;
        padding-bottom: 55px; } }
  .home section.about .item {
    text-align: center;
    margin-bottom: 30px; }
    @media screen and (min-width: 992px) {
      .home section.about .item {
        margin-bottom: 0; } }
    .home section.about .item h4 {
      margin-top: 8px;
      text-align: center;
      font-family: 'Urbanist';
      font-size: 16px;
      font-weight: 500; }
  .home section.team .txt {
    margin-bottom: 30px; }
    @media screen and (min-width: 992px) {
      .home section.team .txt {
        margin-bottom: 0; } }
  .home section.team .pict {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 325px; }
    @media screen and (min-width: 768px) {
      .home section.team .pict {
        height: 350px; } }
    @media screen and (min-width: 992px) {
      .home section.team .pict {
        height: 347px; } }
  .home section.team .action {
    margin-top: 30px; }
  .home section.avis {
    padding-top: 0; }
  .home section.avis .wrap {
    background: #477352;
    padding: 20px;
    margin-bottom: 30px;
    box-shadow: 2px 3px 6.9px 0px rgba(0, 0, 0, 0.25); }
    @media screen and (min-width: 992px) {
      .home section.avis .wrap {
        margin-bottom: 0; } }
    .home section.avis .wrap p {
      font-family: 'Urbanist';
      font-weight: normal;
      color: white; }
      .home section.avis .wrap p.name {
        color: #e8dccc;
        font-weight: bold;
        margin-bottom: 12px;
        text-align: center; }
    .home section.avis .wrap .stars .nombre svg {
      margin-top: 8px;
      margin-bottom: 12px;
      width: 80px; }
      .home section.avis .wrap .stars .nombre.deux svg path {
        fill: #181717; }
        .home section.avis .wrap .stars .nombre.deux svg path:nth-child(1) {
          fill: #e8dccc; }
        .home section.avis .wrap .stars .nombre.deux svg path:nth-child(5) {
          fill: #e8dccc; }
      .home section.avis .wrap .stars .nombre.trois svg path {
        fill: #181717; }
        .home section.avis .wrap .stars .nombre.trois svg path:nth-child(1) {
          fill: #e8dccc; }
        .home section.avis .wrap .stars .nombre.trois svg path:nth-child(5) {
          fill: #e8dccc; }
        .home section.avis .wrap .stars .nombre.trois svg path:nth-child(4) {
          fill: #e8dccc; }
      .home section.avis .wrap .stars .nombre.quatre svg path {
        fill: #181717; }
        .home section.avis .wrap .stars .nombre.quatre svg path:nth-child(1) {
          fill: #e8dccc; }
        .home section.avis .wrap .stars .nombre.quatre svg path:nth-child(3) {
          fill: #e8dccc; }
        .home section.avis .wrap .stars .nombre.quatre svg path:nth-child(5) {
          fill: #e8dccc; }
        .home section.avis .wrap .stars .nombre.quatre svg path:nth-child(4) {
          fill: #e8dccc; }
      .home section.avis .wrap .stars .nombre.cinq svg path {
        fill: #e8dccc; }

.marque section.mansoury {
  padding-top: 45px; }
  @media screen and (min-width: 992px) {
    .marque section.mansoury {
      padding-top: 86px; } }
  .marque section.mansoury.deux {
    padding-top: 0; }
  .marque section.story {
    padding-top: 0;
    padding-bottom: 45px; }
  @media screen and (min-width: 992px) {
    .marque section.story {
      padding-bottom: 86px; } }
  .marque section.slider {
    padding-top: 0; }
  .marque section.slider .cross-sell {
    margin-bottom: 0; }

.marques h1 {
  margin-top: 30px; }

.equipe section h1 {
  padding-top: 30px; }
  .equipe section.team {
    padding-bottom: 0;
    padding-top: 0;
    margin-bottom: 30px; }
  .equipe section.team .content {
    padding: 20px 0;
    background: #477352;
    color: white; }
    @media screen and (min-width: 992px) {
      .equipe section.team .content {
        padding: 30px 45px; } }
    .equipe section.team .content h2 {
      color: white; }
  .equipe section.team .solo {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    height: 250px; }
    @media screen and (min-width: 768px) {
      .equipe section.team .solo {
        background-position: center;
        height: 380px; } }
    @media screen and (min-width: 992px) {
      .equipe section.team .solo {
        height: 450px; } }
  .equipe section.team .about .wrapper {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%; }
  .equipe section.team .pict {
    height: 250px;
    margin-top: 20px;
    background-size: cover;
    background-repeat: no-repeat; }
    @media screen and (min-width: 576px) {
      .equipe section.team .pict {
        background-position: top;
        height: 350px; } }
    @media screen and (min-width: 768px) {
      .equipe section.team .pict {
        background-position: center;
        height: 450px; } }
    @media screen and (min-width: 992px) {
      .equipe section.team .pict {
        margin-top: 0;
        height: 100%;
        background-position: top center; } }
    .equipe section.team.reverse .pict {
      margin-top: 0;
      margin-bottom: 20px; }
      @media screen and (min-width: 992px) {
      .equipe section.team.reverse .pict {
        margin-bottom: 0; } }
    .equipe section.team.reverse .content {
      background: #e8dccc;
      color: #181717; }
      .equipe section.team.reverse .content h2 {
        color: #181717; }

.showroom section h1 {
  padding-top: 30px; }
  .showroom section.intro {
    padding-bottom: 0;
    padding-top: 0; }
  .showroom section.mansoury {
    padding-top: 20px;
    padding-bottom: 45px; }
  @media screen and (min-width: 992px) {
      .showroom section.mansoury {
        padding-top: 35px;
        padding-bottom: 86px; } }
