/********************************/
/*  VARIABLES
/********************************/
/********************************/
/*  FONTS
/********************************/
@font-face {
  font-family: gotham_book;
  src: url(../fonts/gothammat-bookular.otf); }
@font-face {
  font-family: gotham_bold;
  src: url(../fonts/gothammat-Bold.otf); }
@font-face {
  font-family: gotham_ital;
  src: url(../fonts/gothammat-Italic.otf); }
@font-face {
  font-family: gotham_boldital;
  src: url(../fonts/gothammat-BoldItalic.otf); }
@font-face {
  font-family: 'gotham_bold';
  src: url("/fonts/gotham-bold-webfont.woff2") format("woff2"), url("../fonts/gotham-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'gotham_book';
  src: url("/fonts/gotham-book-webfont.woff2") format("woff2"), url("../fonts/gotham-book-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'gotham_light';
  src: url("/fonts/gotham-light-webfont.woff2") format("woff2"), url("../fonts/gotham-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'gotham_medium';
  src: url("/fonts/gotham-medium-webfont.woff2") format("woff2"), url("../fonts/gotham-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
/********************************/
/*  NORMALIZE
/********************************/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block; }

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none; }

[hidden] {
  display: none; }

html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: 'gotham_book', sans-serif; }

body {
  margin: 0;
  font-size: 13px;
  line-height: 1.231;
  font-family: 'gotham_book', sans-serif; }

body, button, input, select, textarea {
  font-family: sans-serif;
  color: #222; }

::-moz-selection {
  background: #f2e2a6;
  color: #212121;
  text-shadow: none; }

::selection {
  background: #f2e2a6;
  color: #212121;
  text-shadow: none; }

a {
  color: #00e; }

a:hover {
  color: #06e; }

a:focus {
  outline: thin dotted; }

a:hover, a:active {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

ins {
  background: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold; }

pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

q:before, q:after {
  content: "";
  content: none; }

small {
  font-size: 90%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

ul, ol {
  margin: 1em 0;
  padding: 0 0 0 40px; }

dd {
  margin: 0 0 0 40px; }

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

form {
  margin: 0; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

label {
  cursor: pointer; }

legend {
  border: 0;
  *margin-left: -7px;
  padding: 0; }

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

button, input {
  line-height: normal;
  *overflow: visible; }

table button, table input {
  *overflow: auto; }

button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

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

/********************************/
/*  CLASS IMPORTANTES
/********************************/
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr; }

.ir br {
  display: none; }

.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  zoom: 1; }

.clickable {
  cursor: pointer; }

.error {background-color: red; color: #fff; padding: 10px; display:block; text-align:center;}

/********************************/
/*  STRUCTURE
/********************************/
html {
  font-size: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: 'gotham_book', sans-serif; }

body {
  margin: 0;
  font-size: 18px;
  line-height: 1.231;
  font-family: 'gotham_book', sans-serif;
  overflow-x: hidden;
  font-weight: 400 !important;
    /*
	@include respond-to(xxlarge) { border:1px solid red;}
 	@include respond-to(xlarge) {border:1px solid green;}
 	@include respond-to(mlarge) { border:1px solid blue;}
	@include respond-to(large) { border:1px solid yellow;}
	@include respond-to(medium) {border:1px solid purple;}
	@include respond-to(small) {border:1px solid red;}
*/ }
  body .wrap {
    margin: 0 100px; }
    @media only screen and (min-width: 1281px) and (max-width: 1440px) {
      body .wrap {
        margin: 0 75px; } }
    @media only screen and (min-width: 1021px) and (max-width: 1280px) {
      body .wrap {
        margin: 0 50px; } }
    @media only screen and (min-width: 641px) and (max-width: 1020px) {
      body .wrap {
        margin: 0 50px; } }
    @media only screen and (max-width: 640px) {
      body .wrap {
        margin: 0 25px; } }
  body .col-flex {
    display: flex;
    margin: 0; }
    @media only screen and (min-width: 641px) and (max-width: 1020px) {
      body .col-flex {
        flex-direction: column; } }
    @media only screen and (max-width: 640px) {
      body .col-flex {
        flex-direction: column; } }

* {
  outline: none; }

a {
  color: #0e754b;
  text-decoration: none; }

.btn {
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px 50px 10px 10px;
  font-size: 13px;
  font-weight: bold;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  display: inline-block;
  color: #3c3c3b;
  border: 1px solid #3c3c3b;
  position: relative; }
  .btn.inverse {
    color: #ffffff;
    border: 1px solid #ffffff; }
    .btn.inverse:after {
      border-left: 1px solid #ffffff;
      background-image: url(/img/layout/arrow-white.png); }
  .btn.gold:after {
    background-color: rgba(14, 117, 75, 0.77); }
  .btn.green:after {
    background-color: #0e754b; }
  .btn:after {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 30px;
    background-image: url("/img/layout/arrow-white.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 80%;
    border-left: 1px solid #3c3c3b; }
  .btn:hover {
    background-color: #3c3c3b;
    color: #ffffff;
    border: 1px solid #ffffff; }
  .btn.retour_realisations {
    padding: 10px 10px 10px 50px; }
    .btn.retour_realisations:after {
      content: " ";
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      width: 30px;
      background-image: url(/img/layout/arrow-white-left.png);
      background-repeat: no-repeat;
      background-position: left center;
      background-size: 80%;
      border-left: 1px solid #3c3c3b; }

.accueil #main-bloc .title-bloc .title.title1 {font-family: gotham_bold;}
h1 {font-family: 'gotham_book', sans-serif; }
h1, .accueil #main-bloc .title-bloc .title.title1 {

  font-size: 40px;
  text-transform: uppercase;
  text-align: left; }
  @media only screen and (min-width: 1281px) and (max-width: 1920px) {
    h1, .accueil #main-bloc .title-bloc .title.title1 {
      font-size: 40px; } }
  @media only screen and (min-width: 1281px) and (max-width: 1440px) {
    h1, .accueil #main-bloc .title-bloc .title.title1 {
      font-size: 35px; } }
  @media only screen and (min-width: 1021px) and (max-width: 1280px) {
    h1, .accueil #main-bloc .title-bloc .title.title1 {
      font-size: 35px; } }
  @media only screen and (min-width: 641px) and (max-width: 1020px) {
    h1, .accueil #main-bloc .title-bloc .title.title1 {
      font-size: 30px; } }
  @media only screen and (max-width: 640px) {
    h1, .accueil #main-bloc .title-bloc .title.title1 {
      font-size: 25px; } }

h2 {
  font-family: 'gotham_bold', sans-serif;
  font-size: 35px;
  text-transform: uppercase;
  text-align: left; }
  @media only screen and (min-width: 1281px) and (max-width: 1920px) {
    .accueil #main-bloc h2 {
        font-size: 25px;
    }
    h2 {
      font-size: 35px; } }
  @media only screen and (min-width: 1281px) and (max-width: 1440px) {
    .accueil #main-bloc h2 {
        font-size: 20px;
    }
    h2 {
      font-size: 30px; } }
  @media only screen and (min-width: 1021px) and (max-width: 1280px) {
    .accueil #main-bloc h2 {
        font-size: 20px;
    }
    h2 {
      font-size: 30px; } }
  @media only screen and (min-width: 641px) and (max-width: 1020px) {
    .accueil #main-bloc h2 {
        font-size: 15px;
    }
    h2 {
      font-size: 25px; } }
  @media only screen and (max-width: 640px) {
    .accueil #main-bloc h2 {
        font-size: 13px;
    }
    h2 {
      font-size: 23px;
      margin-bottom: 40px; } }

h3 {
  font-family: 'gotham_bold', sans-serif;
  font-size: 27px;
  color: #3c3c3b;
  text-align: left; }
  @media only screen and (min-width: 1281px) and (max-width: 1920px) {
    h3 {
      font-size: 27px; } }
  @media only screen and (min-width: 1281px) and (max-width: 1440px) {
    h3 {
      font-size: 25px; } }
  @media only screen and (min-width: 1021px) and (max-width: 1280px) {
    h3 {
      font-size: 25px; } }
  @media only screen and (min-width: 641px) and (max-width: 1020px) {
    h3 {
      font-size: 23px; } }
  @media only screen and (max-width: 640px) {
    h3 {
      font-size: 20px; } }

h4 {
  font-family: 'gotham_book', sans-serif;
  font-size: 50px;
  text-transform: uppercase;
  color: #3c3c3b;
  text-align: left; }
  @media only screen and (min-width: 1281px) and (max-width: 1920px) {
    h4 {
      font-size: 45px; } }
  @media only screen and (min-width: 1281px) and (max-width: 1440px) {
    h4 {
      font-size: 45px; } }
  @media only screen and (min-width: 1021px) and (max-width: 1280px) {
    h4 {
      font-size: 40px; } }
  @media only screen and (min-width: 641px) and (max-width: 1020px) {
    h4 {
      font-size: 35px; } }
  @media only screen and (max-width: 640px) {
    h4 {
      font-size: 30px; } }

h5 {
  font-family: 'gotham_book', sans-serif;
  font-size: 35px;
  text-transform: uppercase;
  text-align: left; }
  @media only screen and (min-width: 1281px) and (max-width: 1920px) {
    h5 {
      font-size: 30px; } }
  @media only screen and (min-width: 1281px) and (max-width: 1440px) {
    h5 {
      font-size: 25px; } }
  @media only screen and (min-width: 1021px) and (max-width: 1280px) {
    h5 {
      font-size: 25px; } }
  @media only screen and (min-width: 641px) and (max-width: 1020px) {
    h5 {
      font-size: 20px; } }
  @media only screen and (max-width: 640px) {
    h5 {
      font-size: 20px; } }

/********************************/
/*  NAV MOBILE
/********************************/
.nav-open {
  overflow: hidden !important;
  height: 100%; }
  .nav-open #container {
    height: 100%; }
    .nav-open #container header {
      height: 100%;
      overflow-y: scroll; }
      .nav-open #container header #menu-mobile {
        display: none !important; }
      .nav-open #container header #menu-mobile-close {
        display: flex !important;
        z-index: 999999; }
      .nav-open #container header #menu {
        display: block;
        top: 70px;
        bottom: 0;
        right: 0;
        left: 0;
        background-color: #ffffff;
        margin: 0;
        height: auto;
        padding: 0; }
        .nav-open #container header #menu .logo {
          display: none !important; }
        .nav-open #container header #menu #top-menu {
          display: block;
          position: relative;
          left: 0;
          background-color: #ffffff;
          width: 100%;
          clear: both;
          height: auto;
          margin-top: 0px;
          margin-bottom:5px; }
          .nav-open #container header #menu #top-menu ul {
	          margin-right:0;
	          margin-bottom:0px;
            display: block; }
            .nav-open #container header #menu #top-menu ul li {
              display: block;
              text-align: left;
              height: auto;
             
              margin-left: 0; }
              .nav-open #container header #menu #top-menu ul li a {
                color: #3c3c3b;
                font-family: 'gotham_book'; padding: 13px 20px 13px 20px; 
                background-color:white;}
                .nav-open #container header #menu #top-menu > ul > li > a{
	                color:white;
	                background-color:#212121;
	                  font-size: 20px;
	                  padding:10px;
				    font-family: 'gotham_bold';
				    text-align: left;
					height:50px;
					display:flex;
					align-items: center;
                }
                .nav-open #container header #menu #top-menu > ul > li > a::before{
	                display:none;
                }
                
                .nav-open #container header #menu #top-menu > ul > li ul a:hover{
	                background-color:#3c3c3b !important;
	                color:white !important;
                }
        .nav-open #container header #menu #bottom-menu,
         .nav-open #container header #menu #top-menu {
          display: block;
          position: relative;
          left: 0;
          width: 100%;
          height: auto; padding-bottom: 100px;}
          .nav-open #container header #menu #bottom-menu ul,
          .nav-open #container header #menu #top-menu ul {
            display: block; }
            .nav-open #container header #menu #bottom-menu ul li,
            .nav-open #container header #menu #top-menu ul li {
              display: block;
              height: auto;
              text-align: left;
              border-top: 2px solid #3c3c3b; }
              .nav-open #container header #menu #bottom-menu ul li a,
              .nav-open #container header #menu #top-menu ul li a {
                align-items: center;
                justify-content: flex-start; }
                .nav-open #container header #menu #bottom-menu ul li a span,
                .nav-open #container header #menu #top-menu ul li a span {
                  margin-left: 10px; }
              .nav-open #container header #menu #bottom-menu ul li ul,
              .nav-open #container header #menu #top-menu ul li ul {
                position: relative !important;
                -webkit-box-shadow: 0px 0px 14px -4px transparent;
                display: block !important;
                width: 100% !important;
                min-width: auto;
                top: inherit;
                bottom: inherit;
                left: inherit;
                right: inherit;
                opacity: 1;
                text-align: left; }
                .nav-open #container header #menu #bottom-menu ul li ul li,
                 .nav-open #container header #menu #top-menu ul li ul li {
                  text-align: left;
                  border-top: 0; }
                  .nav-open #container header #menu #bottom-menu ul li ul li a,
                  .nav-open #container header #menu #top-menu ul li ul li a {
                    text-align: left; }

.mobile-head {
  background-color: #ffffff;
  height: 70px;
  width: 100%;
  position: absolute;
  top: 0;
  display: none;
  z-index: 999; }
  @media only screen and (min-width: 641px) and (max-width: 1020px) {
    .mobile-head {
      display: block; } }
  @media only screen and (max-width: 640px) {
    .mobile-head {
      display: block; } }
  .mobile-head #menu-mobile {
    text-transform: uppercase;
    background-color: #ffffff;
    position: absolute;
    height: 70px;
    width: 50px;
    top: 0;
    right: 0;
    padding: 0px 0px 0px 0px;
    font-family: 'gotham_book';
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    cursor: pointer;
    color: #3c3c3b;
    display: none;
    align-items: center;
    justify-content: center; }
    @media only screen and (min-width: 641px) and (max-width: 1020px) {
      .mobile-head #menu-mobile {
        display: flex; } }
    @media only screen and (max-width: 640px) {
      .mobile-head #menu-mobile {
        display: flex; } }
    .mobile-head #menu-mobile i {
      padding-left: 5px;
      width: 20px;
      color: #3c3c3b; }
    .mobile-head #menu-mobile:hover {
      color: #0e754b; }
      .mobile-head #menu-mobile:hover i {
        color: #0e754b; }
  .mobile-head #menu-mobile-close {
    text-transform: uppercase;
    background-color: #ffffff;
    position: absolute;
    height: 62px;
    width: 50px;
    top: 0;
    right: 0;
    padding: 0px 0px 0px 0px;
    font-family: 'gotham_book';
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    cursor: pointer;
    color: #3c3c3b;
    display: none;
    align-items: center;
    justify-content: center; }
    .mobile-head #menu-mobile-close i {
      padding-left: 5px;
      width: 20px;
      font-size: 20px;
      color: #0e754b; }
    .mobile-head #menu-mobile-close:hover {
      color: #0e754b; }
      .mobile-head #menu-mobile-close:hover i {
        color: #0e754b; }
  .mobile-head .logo-mobile {
    display: block;
    top: 0;
    left: 0;
    position: absolute;
    height: 70px;
    width: 100px;
    background-color: transparent;
    display: none;
    z-index: 999; }
    @media only screen and (min-width: 641px) and (max-width: 1020px) {
      .mobile-head .logo-mobile {
        display: block; } }
    @media only screen and (max-width: 640px) {
      .mobile-head .logo-mobile {
        display: block; } }
    .mobile-head .logo-mobile a {
      height: 97px;
      overflow: hidden;
      display: block;
      margin: 6px 10px 0 10px; }
      .mobile-head .logo-mobile a img {
        width: 75px;
        height: auto; }

/********************************/
/*  HEADER
/********************************/
header {
  width: 100%;
  position: relative;
  z-index: 1111; }
  header #menu {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: -50px 100px 0 100px;
    height: 150px;
    position: absolute;
    background-color: #f2f2f2;
    -webkit-box-shadow: 0px 0px 17px -4px rgba(0, 0, 0, 0.5);
    z-index: 9999;
    -moz-box-shadow: 0px 0px 17px -4px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 17px -4px rgba(0, 0, 0, 0.5);
    left: 0;
    right: 0; }
    @media only screen and (min-width: 1281px) and (max-width: 1440px) {
      header #menu {
        margin: -50px 75px 0 75px; } }
    @media only screen and (min-width: 1021px) and (max-width: 1280px) {
      header #menu {
        margin: -50px 0px 0 0px; } }
    @media only screen and (min-width: 641px) and (max-width: 1020px) {
      header #menu {
        display: none; } }
    @media only screen and (max-width: 640px) {
      header #menu {
        display: none; } }
    header #menu.fixed {
      position: fixed;
      top: -50px;
      margin-top: 0;
      left: 0px;
      margin-left:0;
      margin-right:0;
      right: 0px;
      height: 160px; }
      header #menu.fixed #top-menu {
        left: 200px;
        top: 50px; }
      header #menu.fixed #bottom-menu {
        left: 200px;
        height: 60px; }
        header #menu.fixed #bottom-menu ul:not(.subnav) {
          height: 60px; }
          header #menu.fixed #bottom-menu ul:not(.subnav) > li {
            height: 60px; }
            header #menu.fixed #bottom-menu ul:not(.subnav) > li > a {
              height: 60px; }
      header #menu.fixed .logo {
        position: absolute;
        top: 60px;
        left: 37px; }
        header #menu.fixed .logo img {
          width: 120px;
          height: auto; }
    header #menu .logo {
      position: absolute;
      top: 15px;
      left: 110px;
      -webkit-transition: all 200ms ease;
      -moz-transition: all 200ms ease;
      -ms-transition: all 200ms ease;
      -o-transition: all 200ms ease;
      transition: all 200ms ease; }
      @media only screen and (min-width: 1281px) and (max-width: 1440px) {
        header #menu .logo {
          top: 15px;
          left: 65px; } }
      @media only screen and (min-width: 1021px) and (max-width: 1280px) {
        header #menu .logo {
          top: 15px;
          left: 65px; } }
      header #menu .logo img {
        width: 150px;
        height: auto;
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        transition: all 200ms ease; }
        @media only screen and (min-width: 1281px) and (max-width: 1440px) {
          header #menu .logo img {
            width: 160px;
            height: auto; } }
        @media only screen and (min-width: 1021px) and (max-width: 1280px) {
          header #menu .logo img {
            width: 160px;
            height: auto; } }
    header #menu #top-menu {
      background-color: #0e754b;
      position: absolute;
      height: 50px;
      top: 0;
      left: 400px;
      right: 0;
      -webkit-transition: all 200ms ease;
      -moz-transition: all 200ms ease;
      -ms-transition: all 200ms ease;
      -o-transition: all 200ms ease;
      transition: all 200ms ease; }
      @media only screen and (min-width: 1281px) and (max-width: 1440px) {
        header #menu #top-menu {
          left: 300px; } }
      @media only screen and (min-width: 1021px) and (max-width: 1280px) {
        header #menu #top-menu {
          left: 300px; } }
      header #menu #top-menu ul {
        margin: 0;
        padding: 0;
        list-style: none;
        text-align: right;
        margin-right: 10px;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end; }
        header #menu #top-menu ul li {
          display: flex;
          -moz-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          -webkit-transition: all 200ms ease;
          -moz-transition: all 200ms ease;
          -ms-transition: all 200ms ease;
          -o-transition: all 200ms ease;
          transition: all 200ms ease;
          position: relative;
          color: #ffffff;
          align-items: center;
          justify-content: center;
          height: 50px;
          overflow: hidden; }
          header #menu #top-menu ul li.active > a::before {
            opacity: 1;
            bottom: 0px; }
          header #menu #top-menu ul li > a {
            padding-left: 10px;
            padding-right: 10px;
            display: block;
            color: #ffffff;
            font-size: 14px;
            font-family: 'gotham_medium';
            /* max-width: 200px; */
            text-align: center; }
            @media only screen and (min-width: 1281px) and (max-width: 1440px) {
              header #menu #top-menu ul li > a {
                font-size: 13px;
/*                 max-width: 175px; */ } }
            @media only screen and (min-width: 1021px) and (max-width: 1280px) {
              header #menu #top-menu ul li > a {
                font-size: 12px;
/*                 max-width: 165px; */ } }
            header #menu #top-menu ul li > a::before {
              content: '';
              bottom: -10px;
              left: 0;
              right: 0;
              height: 3px;
              background-color: #ffffff;
              position: absolute;
              opacity: 0;
              -webkit-transition: all 200ms ease;
              -moz-transition: all 200ms ease;
              -ms-transition: all 200ms ease;
              -o-transition: all 200ms ease;
              transition: all 200ms ease; }
            header #menu #top-menu ul li > a:hover::before {
              opacity: 1;
              bottom: 0px; }
          header #menu #top-menu ul li ul {
            position: absolute;
            bottom: 200px;
            left: 0;
            right: 0;
            background-color: #f2f2f2;
            opacity: 0;
            -webkit-transition: all 200ms ease;
            -moz-transition: all 200ms ease;
            -ms-transition: all 200ms ease;
            -o-transition: all 200ms ease;
            transition: all 200ms ease;
            min-width: 300px;
            -webkit-box-shadow: 0px 0px 14px -4px rgba(0, 0, 0, 0.55);
            z-index: 999; }
            header #menu #top-menu ul li ul li {
              height: auto;
              width: 100%;
              min-width: 300px;
              border-left: 0;
              border-bottom: 2px solid #d2d2d2; }
              header #menu #top-menu ul li ul li:last-child {
                border-bottom: 0; }
              header #menu #top-menu ul li ul li a {
                font-size: 13px;
                color: #3c3c3b;
                height: auto;
                width: 100%;
                min-width: 300px;
                display: block;
                padding: 15px;
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                font-family: 'gotham_book';
                text-align: left; }
                header #menu #top-menu ul li ul li a:hover {
                  background-color: #3c3c3b;
                  color: white; }
                  header #menu #top-menu ul li ul li a:hover::before {
                    display: none; }
                header #menu #top-menu ul li ul li a span::before {
                  display: none; }
          header #menu #top-menu ul li:hover {
            overflow: inherit; }
            header #menu #top-menu ul li:hover ul {
              display: block;
              opacity: 1;
              bottom: 47px;
              -webkit-transition: all 200ms ease;
              -moz-transition: all 200ms ease;
              -ms-transition: all 200ms ease;
              -o-transition: all 200ms ease;
              transition: all 200ms ease; }
    header #menu #bottom-menu {
      background-color: #212121;
      position: absolute;
      height: 100px;
      bottom: 0;
      left: 400px;
      right: 0;
      -webkit-transition: all 200ms ease;
      -moz-transition: all 200ms ease;
      -ms-transition: all 200ms ease;
      -o-transition: all 200ms ease;
      transition: all 200ms ease; }
      @media only screen and (min-width: 1281px) and (max-width: 1440px) {
        header #menu #bottom-menu {
          left: 300px; } }
      @media only screen and (min-width: 1021px) and (max-width: 1280px) {
        header #menu #bottom-menu {
          left: 300px; } }
      header #menu #bottom-menu ul {
        margin: 0;
        padding: 0;
        list-style: none;
        text-align: right;
        display: flex;
        flex-wrap: wrap; }
        header #menu #bottom-menu ul li {
          flex-grow: 1;
          -moz-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          -webkit-transition: all 200ms ease;
          -moz-transition: all 200ms ease;
          -ms-transition: all 200ms ease;
          -o-transition: all 200ms ease;
          transition: all 200ms ease;
          position: relative;
          height: 100px;
          border-left: 3px solid #111111;
          -webkit-transition: all 200ms ease;
          -moz-transition: all 200ms ease;
          -ms-transition: all 200ms ease;
          -o-transition: all 200ms ease;
          transition: all 200ms ease;
          overflow: hidden; }
          header #menu #bottom-menu ul li:first-child {
            border-left: 0; }
            header #menu #bottom-menu ul li:first-child a span::before {
              background-color: #e1a100; }
          header #menu #bottom-menu ul li:nth-child(2) a span::before {
            background-color: #0e754b; }
          header #menu #bottom-menu ul li:nth-child(3) a span::before {
            background-color: #BE1622; }
          header #menu #bottom-menu ul li:last-child a span::before {
            background-color: #1D71B8; }
          header #menu #bottom-menu ul li:last-child ul {
            left: inherit;
            right: 0 !important; }
          header #menu #bottom-menu ul li a {
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 20px;
            font-family: 'gotham_bold';
            text-align: left;
            -webkit-transition: all 200ms ease;
            -moz-transition: all 200ms ease;
            -ms-transition: all 200ms ease;
            -o-transition: all 200ms ease;
            transition: all 200ms ease;
            height: 100px; }
            @media only screen and (min-width: 1281px) and (max-width: 1920px) {
              header #menu #bottom-menu ul li a {
                font-size: 22px; } }
            @media only screen and (min-width: 1281px) and (max-width: 1440px) {
              header #menu #bottom-menu ul li a {
                font-size: 20px; } }
            @media only screen and (min-width: 1021px) and (max-width: 1280px) {
              header #menu #bottom-menu ul li a {
                font-size: 18px; } }
            header #menu #bottom-menu ul li a span {
              position: relative;
              max-width: 335px; }
              @media only screen and (min-width: 1281px) and (max-width: 1920px) {
                header #menu #bottom-menu ul li a span {
                  max-width: 300px; } }
              @media only screen and (min-width: 1281px) and (max-width: 1440px) {
                header #menu #bottom-menu ul li a span {
                  max-width: 270px; } }
              @media only screen and (min-width: 1021px) and (max-width: 1280px) {
                header #menu #bottom-menu ul li a span {
                  max-width: 240px; } }
              header #menu #bottom-menu ul li a span::before {
                content: '';
                bottom: -10px;
                left: 0%;
                transform: translate(0%, 0%);
                height: 5px;
                width: 30px;
                background-color: #BE1622;
                position: absolute;
                opacity: 1;
                -webkit-transition: all 200ms ease;
                -moz-transition: all 200ms ease;
                -ms-transition: all 200ms ease;
                -o-transition: all 200ms ease;
                transition: all 200ms ease; }
            header #menu #bottom-menu ul li a:hover span::before {
              width: 100%; }
          header #menu #bottom-menu ul li.active a {
            background-color: #ffffff; }
            header #menu #bottom-menu ul li.active a span {
              color: #212121; }
              header #menu #bottom-menu ul li.active a span::before {
                width: 100%; }
          header #menu #bottom-menu ul li ul {
            position: absolute;
            bottom: inherit;
            left: 0;
            right: 0;
            background-color: #f2f2f2;
            opacity: 0;
            -webkit-transition: all 200ms ease;
            -moz-transition: all 200ms ease;
            -ms-transition: all 200ms ease;
            -o-transition: all 200ms ease;
            transition: all 200ms ease;
            min-width: 300px;
            -webkit-box-shadow: 0px 0px 14px -4px rgba(0, 0, 0, 0.55);
            z-index: 999; }
            header #menu #bottom-menu ul li ul li {
              height: auto;
              width: 100%;
              min-width: 300px;
              border-left: 0;
              border-bottom: 2px solid #d2d2d2; }
              header #menu #bottom-menu ul li ul li:last-child {
                border-bottom: 0; }
              header #menu #bottom-menu ul li ul li a {
                font-size: 13px;
                color: #3c3c3b;
                height: auto;
                width: 100%;
                min-width: 300px;
                display: block;
                padding: 15px;
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                font-family: 'gotham_book'; }
                header #menu #bottom-menu ul li ul li a:hover {
                  background-color: #3c3c3b;
                  color: white; }
                header #menu #bottom-menu ul li ul li a span::before {
                  display: none; }
          header #menu #bottom-menu ul li:hover {
            overflow: inherit; }
            header #menu #bottom-menu ul li:hover ul {
              display: block;
              opacity: 1;
              bottom: inherit;
              -webkit-transition: all 200ms ease;
              -moz-transition: all 200ms ease;
              -ms-transition: all 200ms ease;
              -o-transition: all 200ms ease;
              transition: all 200ms ease; }

.menu-godown header #menu #top-menu ul li ul {
  top: 200px;
  bottom: inherit !important; }
.menu-godown header #menu #top-menu ul li:hover {
  overflow: inherit; }
  .menu-godown header #menu #top-menu ul li:hover ul {
    display: block;
    opacity: 1;
    top: 47px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    bottom: inherit !important; }

.menu-godown header #menu #bottom-menu ul li ul {
  top: 200px;
  bottom: inherit !important; }
.menu-godown header #menu #bottom-menu ul li:hover {
  overflow: inherit; }
  .menu-godown header #menu #bottom-menu ul li:hover ul {
    display: block;
    opacity: 1;
    top: 100px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    bottom: inherit !important; }

.menu-godown header #menu.fixed #bottom-menu ul li ul {
  top: 200px;
  bottom: inherit !important; }
.menu-godown header #menu.fixed #bottom-menu ul li:hover {
  overflow: inherit; }
  .menu-godown header #menu.fixed #bottom-menu ul li:hover ul {
    display: block;
    opacity: 1;
    top: 60px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    bottom: inherit !important; }

/********************************/
/*  SLIDER STYLE
/********************************/
body.accueil #main-bloc .text p {
  font-family: 'gotham_book';
  margin: 25px 0 25px 0; }
body.accueil .slider {
  display: block;
  height: 850px;
  overflow: hidden;
  max-height: 75vh; }
  @media only screen and (min-width: 1281px) and (max-width: 1920px) {
    body.accueil .slider {
      height: 750px; } }
  @media only screen and (min-width: 1281px) and (max-width: 1440px) {
    body.accueil .slider {
      height: 650px; } }
  @media only screen and (min-width: 1021px) and (max-width: 1280px) {
    body.accueil .slider {
      height: 550px; } }
  @media only screen and (min-width: 641px) and (max-width: 1020px) {
    body.accueil .slider {
      height: 750px; } }
  @media only screen and (max-width: 640px) {
    body.accueil .slider {
      height: 450px; } }
  body.accueil .slider .slick-slide {
    height: 850px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center top;
    position: relative;
    max-height: 75vh; }
    @media only screen and (min-width: 1281px) and (max-width: 1920px) {
      body.accueil .slider .slick-slide {
        height: 750px; } }
    @media only screen and (min-width: 1281px) and (max-width: 1440px) {
      body.accueil .slider .slick-slide {
        height: 650px; } }
    @media only screen and (min-width: 1021px) and (max-width: 1280px) {
      body.accueil .slider .slick-slide {
        height: 550px; } }
    @media only screen and (min-width: 641px) and (max-width: 1020px) {
      body.accueil .slider .slick-slide {
        height: 750px; } }
    @media only screen and (max-width: 640px) {
      body.accueil .slider .slick-slide {
        height: 450px; } }
    body.accueil .slider .slick-slide::before {
      background-color: rgba(14, 117, 75, 0.5);
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 999; }
  body.accueil .slider .inside-slider {
    position: absolute;
    z-index: 99999;
    bottom: 200px;
    padding-top: 50px;
            /*
			&::before{content:'';width:200px;height:10px;background-color:$gray;position:absolute;top:0;
				@include respond-to(xlarge) {width:150px;height:7px;}
			 	@include respond-to(mlarge) { width:125px;height:5px;}
				@include respond-to(large) {width:100px;height:5px;}
				@include respond-to(medium) {width:100px;height:5px;}
				@include respond-to(small) {width:70px;height:5px;}
			}
*/ }
    @media only screen and (min-width: 1281px) and (max-width: 1920px) {
      body.accueil .slider .inside-slider {
        bottom: 175px; } }
    @media only screen and (min-width: 1281px) and (max-width: 1440px) {
      body.accueil .slider .inside-slider {
        bottom: 150px; } }
    @media only screen and (min-width: 1021px) and (max-width: 1280px) {
      body.accueil .slider .inside-slider {
        bottom: 125px; } }
    @media only screen and (min-width: 641px) and (max-width: 1020px) {
      body.accueil .slider .inside-slider {
        bottom: 125px; } }
    @media only screen and (max-width: 640px) {
      body.accueil .slider .inside-slider {
        bottom: 50px; } }
    body.accueil .slider .inside-slider h2 {
      font-family: 'gotham_bold', sans-serif;
      font-size: 105px;
      text-transform: uppercase;
      text-align: left;
      color: #ffffff;
      margin: 0;
      padding: 0;
      line-height: 100%; }
      @media only screen and (min-width: 1281px) and (max-width: 1920px) {
        body.accueil .slider .inside-slider h2 {
          font-size: 95px; } }
      @media only screen and (min-width: 1281px) and (max-width: 1440px) {
        body.accueil .slider .inside-slider h2 {
          font-size: 75px; } }
      @media only screen and (min-width: 1021px) and (max-width: 1280px) {
        body.accueil .slider .inside-slider h2 {
          font-size: 55px; } }
      @media only screen and (min-width: 641px) and (max-width: 1020px) {
        body.accueil .slider .inside-slider h2 {
          font-size: 55px; } }
      @media only screen and (max-width: 640px) {
        body.accueil .slider .inside-slider h2 {
          font-size: 20px; } }
    body.accueil .slider .inside-slider p {
      width: 50%;
      margin-top: 0px;
      color: #ffffff;
      line-height: 170%;
      font-family: 'gotham_medium';
      display: block; }
      @media only screen and (min-width: 1281px) and (max-width: 1920px) {
        body.accueil .slider .inside-slider p {
          font-size: 17px; } }
      @media only screen and (min-width: 1281px) and (max-width: 1440px) {
        body.accueil .slider .inside-slider p {
          font-size: 15px; } }
      @media only screen and (min-width: 1021px) and (max-width: 1280px) {
        body.accueil .slider .inside-slider p {
          font-size: 13px; } }
      @media only screen and (min-width: 641px) and (max-width: 1020px) {
        body.accueil .slider .inside-slider p {
          font-size: 13px;
          width: 75%;
          display: block; } }
      @media only screen and (max-width: 640px) {
        body.accueil .slider .inside-slider p {
          font-size: 12px;
          width: 100%;
          display: block; } }
body.accueil #image {
  position: relative;
  overflow: hidden; }
  body.accueil #image::before {
    background-color: #ffffff;
    width: 2000px;
    height: 1px;
    transform: rotate(45deg);
    bottom: 800px;
    right: -300px;
    z-index: 99;
    position: absolute; }
    @media only screen and (max-width: 640px) {
      body.accueil #image::before {
        display: none; } }
  body.accueil #image::after {
    background-color: #3c3c3b;
    width: 1000px;
    height: 1px;
    transform: rotate(45deg);
    bottom: 200px;
    right: -300px;
    z-index: 99;
    position: absolute; }
    @media only screen and (max-width: 640px) {
      body.accueil #image::after {
        display: none; } }
  body.accueil #image .small-menu {
    position: absolute;
    top: 0;
    right: 100px;
    z-index: 9999;
    display: flex;
    align-items: flex-start; }
    body.accueil #image .small-menu img {
      margin-left: 20px; }
    @media only screen and (min-width: 1281px) and (max-width: 1440px) {
      body.accueil #image .small-menu {
        right: 75px; } }
    @media only screen and (min-width: 1021px) and (max-width: 1280px) {
      body.accueil #image .small-menu {
        right: 50px; } }
    @media only screen and (min-width: 641px) and (max-width: 1020px) {
      body.accueil #image .small-menu {
        right: 50px; } }
    @media only screen and (max-width: 640px) {
      body.accueil #image .small-menu {
        display: none; } }
    body.accueil #image .small-menu ul {
      margin: 0;
      padding: 0;
      list-style: none;
      background-color: #f2f2f2;
      display: inline-block;
      padding: 10px 15px 10px 15px; }
      @media only screen and (min-width: 641px) and (max-width: 1020px) {
        body.accueil #image .small-menu ul {
          padding-top: 0px;
          height: 70px;
          display:flex;
          justify-content:center;
          flex-direction: column;
          padding-bottom: 0; } }
		@media only screen and (min-width: 641px) and (max-width: 1020px) {
			body.accueil #image .small-menu img{
				width:50px !important;
			}
		}
      body.accueil #image .small-menu ul li {
        display: inline-block;
        color: #3c3c3b; }
        @media only screen and (min-width: 641px) and (max-width: 1020px) {
          body.accueil #image .small-menu ul li {
            display: block; } }
        body.accueil #image .small-menu ul li:first-child a {
          color: #0e754b; }
        body.accueil #image .small-menu ul li:nth-child(2) {
          padding-left: 10px;
          padding-right: 10px; }
          @media only screen and (min-width: 641px) and (max-width: 1020px) {
            body.accueil #image .small-menu ul li:nth-child(2) {
              display: none; } }
        body.accueil #image .small-menu ul li a {
          color: #3c3c3b;
          text-transform: uppercase;
          font-family: 'gotham_bold';
          font-size: 16px; }
          @media only screen and (min-width: 1281px) and (max-width: 1920px) {
            body.accueil #image .small-menu ul li a {
              font-size: 15px; } }
          @media only screen and (min-width: 1281px) and (max-width: 1440px) {
            body.accueil #image .small-menu ul li a {
              font-size: 14px; } }
          @media only screen and (min-width: 1021px) and (max-width: 1280px) {
            body.accueil #image .small-menu ul li a {
              font-size: 14px; } }
          @media only screen and (min-width: 641px) and (max-width: 1020px) {
            body.accueil #image .small-menu ul li a {
              font-size: 14px; } }
          body.accueil #image .small-menu ul li a i {
            padding-right: 10px; }
  body.accueil #image #ban {
    display: block;
    height: 850px;
    overflow: hidden;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center; }
    @media only screen and (min-width: 1281px) and (max-width: 1920px) {
      body.accueil #image #ban {
        height: 750px; } }
    @media only screen and (min-width: 1281px) and (max-width: 1440px) {
      body.accueil #image #ban {
        height: 650px; } }
    @media only screen and (min-width: 1021px) and (max-width: 1280px) {
      body.accueil #image #ban {
        height: 550px; } }
    @media only screen and (min-width: 641px) and (max-width: 1020px) {
      body.accueil #image #ban {
        height: 750px; } }
    @media only screen and (max-width: 640px) {
      body.accueil #image #ban {
        height: 450px; } }
body.accueil .slick-dots {
  position: absolute;
  bottom: 150px;
  margin: 0;
  padding: 0;
  list-style: none;
  left: 100px; }
  @media only screen and (min-width: 1281px) and (max-width: 1920px) {
    body.accueil .slick-dots {
      bottom: 115px; } }
  @media only screen and (min-width: 1281px) and (max-width: 1440px) {
    body.accueil .slick-dots {
      left: 75px;
      bottom: 100px; } }
  @media only screen and (min-width: 1021px) and (max-width: 1280px) {
    body.accueil .slick-dots {
      left: 50px;
      bottom: 90px; } }
  @media only screen and (min-width: 641px) and (max-width: 1020px) {
    body.accueil .slick-dots {
      left: 50px;
      bottom: 90px; } }
  @media only screen and (max-width: 640px) {
    body.accueil .slick-dots {
      display: none !important; } }
  body.accueil .slick-dots li {
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    border: 5px solid #ffffff;
    text-indent: -999999px;
    overflow: hidden;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
    cursor: pointer; }
    body.accueil .slick-dots li.slick-active {
      background-color: #3c3c3b; }
body.accueil .slick-prev {
  display: none !important; }
body.accueil .slick-next {
  display: none !important; }

body:not(.accueil) #image {
  position: relative; }
  body:not(.accueil) #image::before {
    background-color: #ffffff;
    width: 2000px;
    height: 1px;
    transform: rotate(45deg);
    bottom: 800px;
    right: -300px;
    z-index: 99;
    position: absolute; }
    @media only screen and (max-width: 640px) {
      body:not(.accueil) #image::before {
        display: none; } }
  body:not(.accueil) #image::after {
    background-color: #3c3c3b;
    width: 1000px;
    height: 1px;
    transform: rotate(45deg);
    bottom: 200px;
    right: -300px;
    z-index: 99;
    position: absolute; }
    @media only screen and (max-width: 640px) {
      body:not(.accueil) #image::after {
        display: none; } }
  body:not(.accueil) #image .small-menu {
    position: absolute;
    top: 0;
    right: 100px;
    z-index: 9999;
    display: flex;
    align-items: flex-start; }
    body:not(.accueil) #image .small-menu img {
      margin-left: 20px; }
    @media only screen and (min-width: 1281px) and (max-width: 1440px) {
      body:not(.accueil) #image .small-menu {
        right: 75px; } }
    @media only screen and (min-width: 1021px) and (max-width: 1280px) {
      body:not(.accueil) #image .small-menu {
        right: 50px; } }
    @media only screen and (min-width: 641px) and (max-width: 1020px) {
      body:not(.accueil) #image .small-menu {
        right: 50px; } }
    @media only screen and (max-width: 640px) {
      body:not(.accueil) #image .small-menu {
        display: none; } }
    body:not(.accueil) #image .small-menu ul {
      margin: 0;
      padding: 0;
      list-style: none;
      background-color: #f2f2f2;
      display: inline-block;
      padding: 10px 15px 10px 15px; }
       @media only screen and (min-width: 641px) and (max-width: 1020px) {
        body:not(.accueil) #image .small-menu ul {
          padding-top: 0px;
          height: 70px;
          display:flex;
          justify-content:center;
          flex-direction: column;
          padding-bottom: 0; } }
		@media only screen and (min-width: 641px) and (max-width: 1020px) {
			body:not(.accueil) #image .small-menu img{
				width:50px !important;
			}
		}
      body:not(.accueil) #image .small-menu ul li {
        display: inline-block;
        color: #3c3c3b; }
        @media only screen and (min-width: 641px) and (max-width: 1020px) {
          body:not(.accueil) #image .small-menu ul li {
            display: block; } }
        body:not(.accueil) #image .small-menu ul li:first-child a {
          color: #0e754b; }
        body:not(.accueil) #image .small-menu ul li:nth-child(2) {
          padding-left: 10px;
          padding-right: 10px; }
          @media only screen and (min-width: 641px) and (max-width: 1020px) {
            body:not(.accueil) #image .small-menu ul li:nth-child(2) {
              display: none; } }
        body:not(.accueil) #image .small-menu ul li a {
          color: #3c3c3b;
          text-transform: uppercase;
          font-family: 'gotham_bold';
          font-size: 16px; }
          @media only screen and (min-width: 1281px) and (max-width: 1920px) {
            body:not(.accueil) #image .small-menu ul li a {
              font-size: 15px; } }
          @media only screen and (min-width: 1281px) and (max-width: 1440px) {
            body:not(.accueil) #image .small-menu ul li a {
              font-size: 14px; } }
          @media only screen and (min-width: 1021px) and (max-width: 1280px) {
            body:not(.accueil) #image .small-menu ul li a {
              font-size: 14px; } }
          @media only screen and (min-width: 641px) and (max-width: 1020px) {
            body:not(.accueil) #image .small-menu ul li a {
              font-size: 14px; } }
          body:not(.accueil) #image .small-menu ul li a i {
            padding-right: 10px; }
  body:not(.accueil) #image #ban {
    display: block;
    height: 350px;
    overflow: hidden;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center; }
    @media only screen and (min-width: 1281px) and (max-width: 1920px) {
      body:not(.accueil) #image #ban {
        height: 350px; } }
    @media only screen and (min-width: 1021px) and (max-width: 1280px) {
      body:not(.accueil) #image #ban {
        height: 300px; } }
    @media only screen and (min-width: 641px) and (max-width: 1020px) {
      body:not(.accueil) #image #ban {
        margin-top: 0;
        height: 300px; } }
    @media only screen and (max-width: 640px) {
      body:not(.accueil) #image #ban {
        margin-top: 0;
        height: 250px; } }

/********************************/
/*  MAIN
/********************************/
#main {
  width: 100%;
  position: relative;
  padding-top: 100px;
  padding-bottom: 50px; }
  @media only screen and (min-width: 641px) and (max-width: 1020px) {
    #main {
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media only screen and (max-width: 640px) {
    #main {
      padding-top: 25px;
      padding-bottom: 25px; } }
  #main .main-cont {
    max-width: 1800px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 50px;
    padding-bottom: 50px;
    margin: 0 auto 0 auto;
    min-height: 100px;
    position: relative; }
    @media only screen and (min-width: 1021px) and (max-width: 1280px) {
      #main .main-cont {
        padding-top: 50px;
        padding-bottom: 50px; } }
    @media only screen and (min-width: 641px) and (max-width: 1020px) {
      #main .main-cont {
        padding-top: 25px;
        padding-bottom: 25px; } }
    @media only screen and (max-width: 640px) {
      #main .main-cont {
        padding-top: 25px;
        padding-bottom: 25px; } }
  #main p, #main li, #main td, #main th {
    line-height: 150%;
    color: #3c3c3b;
    font-size: 17px;
    font-weight: 300; }
    @media only screen and (min-width: 1021px) and (max-width: 1280px) {
      #main p, #main li, #main td, #main th {
        font-size: 16px; } }
    @media only screen and (min-width: 641px) and (max-width: 1020px) {
      #main p, #main li, #main td, #main th {
        font-size: 15px; } }
    @media only screen and (max-width: 640px) {
      #main p, #main li, #main td, #main th {
        font-size: 15px; } }
  #main p strong {
    font-family: 'gotham_bold'; }
  @media only screen and (max-width: 640px) {
    #main p {
      text-align: left; } }
  #main hr {
    height: 8px;
    background-color: #3c3c3b;
    width: 100px;
    /* margin: 0 auto; */
    padding: 0;
    border: none;
    text-align: left; }

#pagelisting {
  display: flex;
  flex-wrap: wrap; }
  #pagelisting .btn {
    margin-right: 5px;
    margin-bottom: 5px; }

#sectors-bloc {
  margin: 75px 0 0;
  position: relative;
  z-index: 1; }
  @media only screen and (min-width: 641px) and (max-width: 1020px) {
    #sectors-bloc {
      margin-top: 0px; } }
  @media only screen and (max-width: 640px) {
    #sectors-bloc {
      margin-top: 0px; } }
  #sectors-bloc .col-flex {
    margin: 0 -8px; }
  @media only screen and (min-width: 641px) and (max-width: 1020px) {
    #sectors-bloc {
      margin: 0px; } }
  @media only screen and (max-width: 640px) {
    #sectors-bloc {
      margin: 0px; } }
  #sectors-bloc .sector-item {
    position: relative;
    margin: 8px;
    flex-grow: 1;
    overflow: hidden;
    background-size: cover;
    height: 0px;
    width: 33.333%;
    padding-bottom: 30%; }
    @media only screen and (min-width: 641px) and (max-width: 1020px) {
      #sectors-bloc .sector-item {
	      padding-bottom: 60%; 
        width: 100% !important;
        margin: 0 0 20px 0; } }
    @media only screen and (max-width: 640px) {
      #sectors-bloc .sector-item {
        padding-bottom: 90%; 
        width: 100% !important;
        margin: 0 0 20px 0; } }
    #sectors-bloc .sector-item::before {
      background-color: rgba(0, 0, 0, 0.3);
      content: '';
      position: absolute;
      top: 0px;
      bottom: 0px;
      left: 0px;
      right: 0px;
      z-index: 99; }
    #sectors-bloc .sector-item .btn {
      position: absolute;
      left: 30px;
      bottom: 30px;
      right: 30px;
      z-index: 999;
      background-color: rgba(30, 30, 30, 0.5); }
      @media only screen and (max-width: 640px) {
	       #sectors-bloc .sector-item .btn {
		      position: absolute;
		      left: 10px;
		      bottom: 10px;
		      right: 10px;
		      z-index: 999;
		      background-color: rgba(30, 30, 30, 0.5); }
      }
    #sectors-bloc .sector-item .content {
      padding: 10px 50px 10px 15px;
      font-size: 15px;
      width: 100%;
      max-width: inherit;
      display: inline-block; }
      @media only screen and (min-width: 641px) and (max-width: 1020px) {
        #sectors-bloc .sector-item .content br {
          display: none; } }
      @media only screen and (max-width: 640px) {
        #sectors-bloc .sector-item .content br {
          display: none; } }
    #sectors-bloc .sector-item .hover {
      position: absolute;
      top: 0px;
      bottom: 0px;
      right: 0px;
      left: 0px;
      background-color: transparent;
      z-index: 999;
      -webkit-transition: all 200ms ease;
      -moz-transition: all 200ms ease;
      -ms-transition: all 200ms ease;
      -o-transition: all 200ms ease;
      transition: all 200ms ease; }
      #sectors-bloc .sector-item .hover img {
        width: 1px;
        height: 1px;
        left: 50%;
        top: 39%;
        transform: translate(-50%, -50%) rotate(0);
        position: absolute;
        z-index: 9999;
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        transition: all 200ms ease;
        display: block; }
        @media only screen and (min-width: 641px) and (max-width: 1020px) {
          #sectors-bloc .sector-item .hover img {
            top: 35%; } }
        @media (max-width: 730px) {
          #sectors-bloc .sector-item .hover img {
            top: 32%; } }
        @media only screen and (max-width: 640px) {
          #sectors-bloc .sector-item .hover img {
            top: 35%; } }
    #sectors-bloc .sector-item img.main-pic {
      width: 100%;
      object-fit: cover; }
      @media only screen and (min-width: 641px) and (max-width: 1020px) {
        #sectors-bloc .sector-item img.main-pic {
          height: 350px; } }
      @media only screen and (max-width: 640px) {
        #sectors-bloc .sector-item img.main-pic {
          height: 200px; } }
    #sectors-bloc .sector-item:hover:first-child .hover {
      background-color: rgba(225, 161, 0, 0.6); }
    #sectors-bloc .sector-item:hover:nth-child(2) .hover {
      background-color: rgba(88, 122, 49, 0.6); }
      #sectors-bloc .sector-item:hover:nth-child(2) .hover img {
        width: 120px;
        height: 120px; }
        @media only screen and (min-width: 641px) and (max-width: 1020px) {
          #sectors-bloc .sector-item:hover:nth-child(2) .hover img {
            width: 95px;
            height: 95px; } }
        @media only screen and (max-width: 640px) {
          #sectors-bloc .sector-item:hover:nth-child(2) .hover img {
            width: 85px;
            height: 85px; } }
    #sectors-bloc .sector-item:hover .hover {
      background-color: rgba(14, 117, 75, 0.77); }
      #sectors-bloc .sector-item:hover .hover img {
        width: 100px;
        height: 100px;
        transform: translate(-50%, -50%) rotate(360deg);
        display: block; }
        @media only screen and (min-width: 641px) and (max-width: 1020px) {
          #sectors-bloc .sector-item:hover .hover img {
            width: 75px;
            height: 75px; } }
        @media only screen and (max-width: 640px) {
          #sectors-bloc .sector-item:hover .hover img {
            width: 65px;
            height: 65px; } }
    #sectors-bloc .sector-item:hover:last-child .hover {
      background-color: rgba(29, 113, 184, 0.6); }

#main-bloc {
  background-color: #f2f2f2;
  padding: 200px 0 100px;
  margin-top: -100px;
  position: relative; }
  #main-bloc.demi-padding {
    padding: 170px 0 50px; }
    @media only screen and (min-width: 641px) and (max-width: 1020px) {
      #main-bloc.demi-padding {
        padding: 100px 0 25px; } }
    @media only screen and (max-width: 640px) {
      #main-bloc.demi-padding {
        padding: 100px 0 25px; } }
  #main-bloc::before {
    content: '';
    background-color: #0e754b;
    width: 2000px;
    height: 1px;
    transform: rotate(-45deg);
    bottom: 800px;
    z-index: 0;
    left: -300px;
    position: fixed;
    opacity: 0; }
    @media only screen and (max-width: 640px) {
      #main-bloc::before {
        display: none; } }
  #main-bloc::after {
    content: '';
    background-color: #3c3c3b;
    width: 1000px;
    height: 1px;
    transform: rotate(-45deg);
    bottom: 200px;
    z-index: 0;
    left: -300px;
    position: fixed;
    opacity: 0; }
    @media only screen and (max-width: 640px) {
      #main-bloc::after {
        display: none; } }
  @media only screen and (min-width: 641px) and (max-width: 1020px) {
    #main-bloc {
      padding: 150px 0 50px; } }
  @media only screen and (max-width: 640px) {
    #main-bloc {
      padding: 150px 0 50px; } }
  #main-bloc .title-bloc {
    width: 50%;
    border-right: 2px solid #dddddd;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 50px;
    position: relative;
    z-index: 999; }
    #main-bloc .title-bloc .sub-title {
      font-weight: normal;
      text-transform: uppercase;
      font-size: 21px;
      margin-top: 7px; }
    #main-bloc .title-bloc .title {
      color: #0e754b;
      font-family: gotham_bold;
      line-height: 1.2em; }
    @media only screen and (min-width: 641px) and (max-width: 1020px) {
      #main-bloc .title-bloc {
        width: 100%;
        border: none;
        padding-right: 0;
        margin-bottom: 25px; } }
    @media only screen and (max-width: 640px) {
      #main-bloc .title-bloc {
        width: 100%;
        border: none;
        padding-right: 0;
        margin-bottom: 25px; } }
    #main-bloc .title-bloc h1 {
      padding: 0;
      margin: 0; }
  #main-bloc .text {
    width: 50%;
    padding: 0 0px 0 50px;
    text-align: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative; }
    #main-bloc .text p {
      line-height: 180%;
      /* margin:0;font-family: 'gotham_bold' */ }
      @media only screen and (min-width: 641px) and (max-width: 1020px) {
        #main-bloc .text p {
          position: relative;
          top: inherit;
          transform: translate(0%, 0%); } }
      @media only screen and (max-width: 640px) {
        #main-bloc .text p {
          position: relative;
          top: inherit;
          transform: translate(0%, 0%); } }
    @media only screen and (min-width: 641px) and (max-width: 1020px) {
      #main-bloc .text {
        width: 100%;
        padding: 0; } }
    @media only screen and (max-width: 640px) {
      #main-bloc .text {
        width: 100%;
        padding: 0; } }
  #main-bloc .col-full .title-bloc {
    width: 100%;
    border-right: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 0px;
    position: relative;
    z-index: 999; }
    #main-bloc .col-full .title-bloc .sub-title {
      font-weight: normal;
      text-transform: uppercase;
      font-size: 21px;
      margin-top: 7px; }
    #main-bloc .col-full .title-bloc .title {
      color: #0e754b;
      font-family: gotham_bold;
      line-height: 1.2em; }
    @media only screen and (min-width: 641px) and (max-width: 1020px) {
      #main-bloc .col-full .title-bloc {
        width: 100%;
        border: none;
        padding-right: 0;
        margin-bottom: 25px; } }
    @media only screen and (max-width: 640px) {
      #main-bloc .col-full .title-bloc {
        width: 100%;
        border: none;
        padding-right: 0;
        margin-bottom: 25px; } }
    #main-bloc .col-full .title-bloc h1 {
      padding: 0;
      margin: 0; }

#map {
  height: 500px; }
  @media only screen and (max-width: 640px) {
    #map {
      height: 500px; } }

.contact-cont {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 999; }
  .contact-cont .contact-bloc {
    width: 47.5%;
    flex-grow: 1; }
    .contact-cont .contact-bloc:first-child {
      width: 70%;
      margin-right: 5%; }
      @media only screen and (min-width: 641px) and (max-width: 1020px) {
        .contact-cont .contact-bloc:first-child {
          width: 60%; } }
      @media only screen and (max-width: 640px) {
        .contact-cont .contact-bloc:first-child {
          width: 100%;
          order: 2; } }
    .contact-cont .contact-bloc:last-child {
      width: 25%; }
      @media only screen and (min-width: 641px) and (max-width: 1020px) {
        .contact-cont .contact-bloc:last-child {
          width: 35%; } }
      @media only screen and (max-width: 640px) {
        .contact-cont .contact-bloc:last-child {
          width: 100%;
          order: 1; } }
    .contact-cont .contact-bloc h3 {
      margin-top: 0; }
    .contact-cont .contact-bloc form {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin-top: 25px; }
      .contact-cont .contact-bloc form span {
        width: 48%; }
        @media only screen and (min-width: 641px) and (max-width: 1020px) {
          .contact-cont .contact-bloc form span {
            width: 100%; } }
        @media only screen and (max-width: 640px) {
          .contact-cont .contact-bloc form span {
            width: 100% !important; } }
        .contact-cont .contact-bloc form span.textarea, .contact-cont .contact-bloc form span.submit, .contact-cont .contact-bloc form span.big {
          width: 100%; }
        .contact-cont .contact-bloc form span label {
          display: block; }
        .contact-cont .contact-bloc form span input {
          width: 100%;
          -moz-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          height: 45px;
          margin-top: 10px;
          margin-bottom: 25px; }
        .contact-cont .contact-bloc form span textarea {
          margin-bottom: 30px !important; }
        .contact-cont .contact-bloc form span textarea, .contact-cont .contact-bloc form span option, .contact-cont .contact-bloc form span select {
          width: 100%;
          -moz-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          margin-top: 10px;
          margin-bottom: 25px; }
        .contact-cont .contact-bloc form span option, .contact-cont .contact-bloc form span select {
          border-radius: none !important;
          height: 45px;
          background-color: #ffffff; }
        .contact-cont .contact-bloc form span input[type=submit] {
          -webkit-appearance: none;
          text-transform: uppercase;
          border: 1px solid #0e754b;
          background-color: #0e754b;
          color: #ffffff;
          font-family: 'gotham_bold';
          box-shadow: none;
          width: 48%;
          transition: 500ms all ease-in-out; }
          @media only screen and (min-width: 641px) and (max-width: 1020px) {
            .contact-cont .contact-bloc form span input[type=submit] {
              width: 100%; } }
          @media only screen and (max-width: 640px) {
            .contact-cont .contact-bloc form span input[type=submit] {
              width: 100%; } }
          .contact-cont .contact-bloc form span input[type=submit]:hover, .contact-cont .contact-bloc form span input[type=submit]:active, .contact-cont .contact-bloc form span input[type=submit]:focus {
            background-color: transparent;
            color: #0e754b; }
      .contact-cont .contact-bloc form .download-file {
        text-align: center;
        border: 1px #0e754b solid;
        width: 33%;
        padding: 15px 10px 10px 10px;
        display: inline-block;
        cursor: pointer;
        transition: 500ms all ease-in-out; }
        @media only screen and (min-width: 641px) and (max-width: 1020px) {
          .contact-cont .contact-bloc form .download-file {
            width: 45%; } }
        @media only screen and (max-width: 640px) {
          .contact-cont .contact-bloc form .download-file {
            width: 100%; } }
        .contact-cont .contact-bloc form .download-file__label {
          font-weight: 600;
          font-size: 16px;
          color: #0e754b; }
        .contact-cont .contact-bloc form .download-file__falcultative {
          font-size: 16px;
          color: grey; }
        .contact-cont .contact-bloc form .download-file__icone {
          width: 20px;
          margin-right: 5px; }
        .contact-cont .contact-bloc form .download-file__name {
          color: grey;
          font-size: 13px;
          margin-top: 5px; }
        .contact-cont .contact-bloc form .download-file:hover, .contact-cont .contact-bloc form .download-file:active, .contact-cont .contact-bloc form .download-file:focus {
          background-color: #F3F3F3; }
      .contact-cont .contact-bloc form .file-on, .contact-cont .contact-bloc form .file-off {
        font-size: 15px;
        color: grey;
        text-align: left;
        display: flex;
        width: 60%; }
        @media only screen and (min-width: 641px) and (max-width: 1020px) {
          .contact-cont .contact-bloc form .file-on, .contact-cont .contact-bloc form .file-off {
            width: 30%; } }
        @media only screen and (max-width: 640px) {
          .contact-cont .contact-bloc form .file-on, .contact-cont .contact-bloc form .file-off {
            text-align: center;
            margin-top: 10px;
            width: 100%; } }
        .contact-cont .contact-bloc form .file-on span, .contact-cont .contact-bloc form .file-off span {
          width: 100%;
          align-self: center; }
      .contact-cont .contact-bloc form .file-on {
        color: #0e754b;
        font-weight: 600; }
      .contact-cont .contact-bloc form .g-recaptcha {
        margin-top: 20px;
        margin-bottom: 40px; }

.revue-cont .tableau .tableau-row {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #f2f2f2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative; }
  .revue-cont .tableau .tableau-row .source {
    background-color: #1D71B8;
    padding: 5px 10px 5px 10px;
    display: inline-block;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 13px; }
  .revue-cont .tableau .tableau-row .date {
    background-color: #BE1622;
    padding: 5px 10px 5px 10px;
    display: inline-block;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 13px;
    margin-left: 5px; }
  .revue-cont .tableau .tableau-row h3 {
    width: 65%;
    display: block; }
    @media only screen and (min-width: 641px) and (max-width: 1020px) {
      .revue-cont .tableau .tableau-row h3 {
        width: 100%; } }
    @media only screen and (max-width: 640px) {
      .revue-cont .tableau .tableau-row h3 {
        width: 100%; } }
  .revue-cont .tableau .tableau-row a {
    text-transform: uppercase;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0%, -50%);
    font-family: 'gotham_bold'; }
    @media only screen and (min-width: 641px) and (max-width: 1020px) {
      .revue-cont .tableau .tableau-row a {
        position: relative;
        right: inherit;
        top: inherit;
        transform: translate(0%, 0%); } }
    @media only screen and (max-width: 640px) {
      .revue-cont .tableau .tableau-row a {
        position: relative;
        right: inherit;
        top: inherit;
        transform: translate(0%, 0%); } }
  .revue-cont .tableau .tableau-row:last-of-type {
    border-bottom: 1px solid #f2f2f2; }

#mosaic-bloc {
  margin-bottom: 100px;
  position: relative;
  z-index: 1; 
  width:calc(100% - 5px);
  }
  @media only screen and (min-width: 641px) and (max-width: 1020px) {
    #mosaic-bloc {
      margin-bottom: 50px; } }
  @media only screen and (max-width: 640px) {
    #mosaic-bloc {
      margin-bottom: 50px; } }
  #mosaic-bloc .freewall-straight .mosaic-item.large-item {
    width: 400px;
    height: 400px; }
  #mosaic-bloc .mosaic-item {
    height: 200px;
    overflow: hidden;
    position: relative; }
    #mosaic-bloc .mosaic-item .legendOnImage {
      position: absolute;
      color: #fff;
      left: 30px;
      bottom: 30px;
      right: 30px;
      z-index: 999;
      background-color: rgba(30, 30, 30, 0.5);
      border: 1px solid #ffffff;
      text-decoration: none;
      text-transform: uppercase;
      padding: 10px;
      font-size: 13px;
      font-weight: bold;
      text-align: center;
      transition: all 500ms ease;
      opacity: 1; }
    #mosaic-bloc .mosaic-item.large-item {
      width: 33.33%;
      height: 400px; }
      @media only screen and (min-width: 641px) and (max-width: 1020px) {
        #mosaic-bloc .mosaic-item.large-item {
          width: 50%; } }
      @media only screen and (max-width: 640px) {
        #mosaic-bloc .mosaic-item.large-item {
          width: 50%; } }
    #mosaic-bloc .mosaic-item.medium-item {
      width: 16.66%;
      height: 400px; }
      @media only screen and (min-width: 641px) and (max-width: 1020px) {
        #mosaic-bloc .mosaic-item.medium-item {
          width: 25%; } }
      @media only screen and (max-width: 640px) {
        #mosaic-bloc .mosaic-item.medium-item {
          width: 50%; } }
    #mosaic-bloc .mosaic-item.small-item {
      width: 16.66%; }
      @media only screen and (min-width: 641px) and (max-width: 1020px) {
        #mosaic-bloc .mosaic-item.small-item {
          width: 25%; } }
      @media only screen and (max-width: 640px) {
        #mosaic-bloc .mosaic-item.small-item {
          width: 50%; } }
    #mosaic-bloc .mosaic-item.mosaic-title {
      -webkit-transition: all 200ms ease;
      -moz-transition: all 200ms ease;
      -ms-transition: all 200ms ease;
      -o-transition: all 200ms ease;
      transition: all 200ms ease;
            /*
			&:hover{background-color:$color-primary;
				.main-pic{opacity:0.8}
			}
*/ }
      #mosaic-bloc .mosaic-item.mosaic-title .content {
        position: absolute;
        top: 15px;
        right: 15px;
        bottom: 15px;
        left: 15px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: #ffffff;
        text-transform: uppercase; }
        #mosaic-bloc .mosaic-item.mosaic-title .content h2 {
          margin: 0;
          padding: 0;
          position: relative;
          margin-bottom: 55px; }
          #mosaic-bloc .mosaic-item.mosaic-title .content h2::before {
            content: '';
            width: 100px;
            height: 5px;
            background-color: #BE1622;
            position: absolute;
            bottom: -20px;
            left: 50%;
            transform: translate(-50%, -50%); }
    #mosaic-bloc .mosaic-item .bg-setup {
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
      position: absolute;
      top: 5px;
      left: 5px;
      bottom: 5px;
      right: 5px;
      width: 100%;
      height: 100%; }
    #mosaic-bloc .mosaic-item .objectfitfix {
      display: inline;
      position: absolute;
      top: 2px;
      left: 2px;
      right: 2px;
      bottom: 2px; }
    #mosaic-bloc .mosaic-item .main-pic {
      width: 100%;
      height: 100%;
      object-fit: cover;
      padding: 3px;
      opacity: 1;
      -webkit-transition: all 200ms ease;
      -moz-transition: all 200ms ease;
      -ms-transition: all 200ms ease;
      -o-transition: all 200ms ease;
      transition: all 200ms ease; }
    #mosaic-bloc .mosaic-item .hover {
      position: absolute;
      top: 5px;
      right: 0px;
      bottom: 0px;
      left: 5px;
      color: #fff;
      background-color: rgba(88, 122, 49, 0.8);
      opacity: 0;
      transition: all 500ms ease;
      cursor: pointer;
      z-index: 999;
      text-align: center;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding: 5px;
      line-height: 23px; }
      #mosaic-bloc .mosaic-item .hover a {
        color: #fff;
        text-deocration: none;
        font-size: 35px;
        font-weight: bold; }
    #mosaic-bloc .mosaic-item:hover .hover {
      opacity: 1; }
    #mosaic-bloc .mosaic-item:hover .legendOnImage {
      opacity: 0; }

.filter-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  z-index: 999; }
  .filter-items .filter-label {
    display: inline;
    text-align: center;
    border: 2px solid #f2f2f2;
    background-color: #ffffff;
    padding: 10px 15px 10px 15px;
    margin-right: 15px;
    margin-bottom: 15px;
    font-family: 'gotham_bold';
    border-radius: 20px;
    cursor: pointer;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease; }
    .filter-items .filter-label:last-of-type {
      margin-right: 0; }
    .filter-items .filter-label.active {
      background-color: #0e754b;
      color: #ffffff; }
    .filter-items .filter-label:hover {
      background-color: #0e754b;
      color: #ffffff; }

@media only screen and (max-width: 640px) {
  .accueil #mosaic-bloc {
    display: none; } }

.video-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around; }
  .video-section .bloc-video {
    width: 32%;
    margin-top: 10px;
    margin-bottom: 10px; }
    @media only screen and (min-width: 641px) and (max-width: 1020px) {
      .video-section .bloc-video {
        width: 47.5%; } }
    @media only screen and (max-width: 640px) {
      .video-section .bloc-video {
        width: 100%; } }
    .video-section .bloc-video .videoWrapper {
      position: relative;
      padding-bottom: 56.25%;
      /* 16:9 */
      padding-top: 25px;
      height: 0; }
      .video-section .bloc-video .videoWrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }

#informations .highlight {
  background-color: #f2f2f2;
  display: flex;
  margin-right: 50px;
  width: 66.6%;
  position: relative;
  z-index: 1; }
  @media only screen and (min-width: 641px) and (max-width: 1020px) {
    #informations .highlight {
      width: 100%;
      margin-right: 0;
      flex-direction: column;
      margin-bottom: 50px; } }
  @media only screen and (max-width: 640px) {
    #informations .highlight {
      width: 100%;
      margin-right: 0;
      flex-direction: column;
      margin-bottom: 50px; } }
  #informations .highlight .main-pic {
    border-right: 8px solid #0e754b;
    width: 300px;
    object-fit: cover;
    height: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media only screen and (min-width: 1021px) and (max-width: 1280px) {
      #informations .highlight .main-pic {
        width: 100px; } }
    @media only screen and (min-width: 641px) and (max-width: 1020px) {
      #informations .highlight .main-pic {
        width: 100%;
        height: 350px; } }
    @media only screen and (max-width: 640px) {
      #informations .highlight .main-pic {
        width: 100%;
        height: 200px;
        border-right: none;
        border-bottom: 8px solid #0e754b;
        margin-right: 0px; } }
  #informations .highlight .content {
    padding: 50px; }
    @media only screen and (min-width: 1021px) and (max-width: 1280px) {
      #informations .highlight .content {
        padding: 30px; } }
    @media only screen and (min-width: 641px) and (max-width: 1020px) {
      #informations .highlight .content {
        padding: 30px; } }
    @media only screen and (max-width: 640px) {
      #informations .highlight .content {
        padding: 25px; } }
    #informations .highlight .content h2 {
      color: #0e754b; }
    #informations .highlight .content .sub-title {
      text-transform: uppercase; }
  @media only screen and (max-width: 640px) {
    #informations .highlight {
      flex-direction: column;
      margin-right: 0;
      width: 100%; } }
#informations .video {
  width: 33.3%;
  position: relative;
  z-index: 1; }
  #informations .video .cont-video {
    position: relative; }
    #informations .video .cont-video span {
      width: 200px;
      transform: translate(-50%, -50%);
      left: 50%;
      top: 50%;
      position: absolute;
      z-index: 999; }
      @media only screen and (min-width: 1021px) and (max-width: 1280px) {
        #informations .video .cont-video span {
          width: 100px; } }
      #informations .video .cont-video span img {
        width: 100%;
        height: auto;
        display: block; }
    #informations .video .cont-video .main-pic {
      width: 100%;
      -webkit-transition: all 200ms ease;
      -moz-transition: all 200ms ease;
      -ms-transition: all 200ms ease;
      -o-transition: all 200ms ease;
      transition: all 200ms ease; }
    #informations .video .cont-video:hover .main-pic {
      opacity: 0.5; }
  #informations .video .title {
    font-family: 'gotham_bold';
    margin-top: 20px;
    position: relative;
    margin-bottom: 0; }
  #informations .video .plus {
    text-transform: uppercase; }
    @media only screen and (min-width: 1021px) and (max-width: 1280px) {
      #informations .video .plus {
        position: relative;
        display: block; } }
    @media only screen and (min-width: 641px) and (max-width: 1020px) {
      #informations .video .plus {
        position: relative;
        display: block; } }
    @media only screen and (max-width: 640px) {
      #informations .video .plus {
        position: relative;
        display: block; } }
    #informations .video .plus:hover {
      color: #3c3c3b; }
  @media only screen and (min-width: 641px) and (max-width: 1020px) {
    #informations .video {
      width: 100%; } }
  @media only screen and (max-width: 640px) {
    #informations .video {
      width: 100%; } }

.prix-et-mentions {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 999; }
  .prix-et-mentions .flex-1-1 {
    width: 47.5%; }
    @media only screen and (min-width: 641px) and (max-width: 1020px) {
      .prix-et-mentions .flex-1-1 {
        width: 100%; } }
    @media only screen and (max-width: 640px) {
      .prix-et-mentions .flex-1-1 {
        width: 100%; } }
    .prix-et-mentions .flex-1-1 img {
      width: 100%;
      height: auto;
      display: block; }
  .prix-et-mentions .flex-1-3 {
    width: 47.5%; }
    @media only screen and (min-width: 641px) and (max-width: 1020px) {
      .prix-et-mentions .flex-1-3 {
        width: 100%;
        margin-top: 30px; } }
    @media only screen and (max-width: 640px) {
      .prix-et-mentions .flex-1-3 {
        width: 100%;
        margin-top: 30px; } }
    .prix-et-mentions .flex-1-3 ul {
      margin: 0;
      padding: 0;
      list-style: none;
      display: flex;
      flex-wrap: wrap;
      align-items: center; }
      @media only screen and (min-width: 641px) and (max-width: 1020px) {
        .prix-et-mentions .flex-1-3 ul {
          justify-content: center; } }
      @media only screen and (max-width: 640px) {
        .prix-et-mentions .flex-1-3 ul {
          justify-content: center; } }
      .prix-et-mentions .flex-1-3 ul li {
        margin: 10px;
        width: 80px;
        height: 130px;
        object-fit: cover;
        display: flex;
        align-items: center;
        justify-content: center; }
        .prix-et-mentions .flex-1-3 ul li img {
          width: 100%;
          height: auto; }

/********************************/
/*  DOCUMENTS
/********************************/
.files_list {
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px !important;
  padding-left: 0 !important; }

.file {
  background-color: #fff;
  border: 1px solid #3c3c3b;
  margin-bottom: 10px;
  margin-left: 8px !important;
  transition: all ease 0.3s; }
  .file__icon {
    color: white;
    line-height: 60px;
    vertical-align: top;
    text-align: center;
    font-size: 24px;
    width: 48px;
    height: 48px;
    margin: -1px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #0e754b;
    transition: all ease 0.3s; }
  .file__title {
    color: #3c3c3b;
    padding: 10px;
    display: inline-block;
    font-weight: 600; }
  .file:hover, .file:active, .file:focus {
    background-color: #f2f2f2; }
    .file:hover .file__icon, .file:active .file__icon, .file:focus .file__icon {
      background-color: #16b977; }

/********************************/
/*  FOOTER
/********************************/
#logos-footer {
  height: 80px;
  width: 100%;
  background-color: #efeeee; }
  #logos-footer ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0; }
    #logos-footer ul li {
      height: 80px; }
      #logos-footer ul li a img {
        width: auto;
        height: 80px; }

.in-gallery {
  position: relative;
  margin-top: 50px;
  width: 100vw;
  left: 50%;
  margin-left: -50vw; }
  .in-gallery .slick-slide {
    margin: 0 10px; }
  .in-gallery .slick-arrow {
    width: 70px;
    height: 70px;
    border: 0;
    background-color: transparent;
    text-indent: -99999999px;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    transition: 0.3s; }
    .in-gallery .slick-arrow:hover {
      background-color: white; }
  .in-gallery .slick-prev {
    left: 85px;
    background: url("/img/slider-arrow-left.svg") no-repeat top left;
    background-size: 68px; }
    @media only screen and (min-width: 641px) and (max-width: 1020px) {
      .in-gallery .slick-prev {
        left: 10px; } }
    @media only screen and (max-width: 640px) {
      .in-gallery .slick-prev {
        left: 10px;
        background-color: rgba(255, 255, 255, 0.6); } }
  .in-gallery .slick-next {
    right: 85px;
    background: url("/img/slider-arrow-right.svg") no-repeat top left;
    background-size: 68px; }
    @media only screen and (min-width: 641px) and (max-width: 1020px) {
      .in-gallery .slick-next {
        right: 10px; } }
    @media only screen and (max-width: 640px) {
      .in-gallery .slick-next {
        right: 10px;
        background-color: rgba(255, 255, 255, 0.6); } }

.gal-item-title {
  text-align: center; }

.fancybox-caption-wrap {
  position: relative;
  top: 65vh;
  height: 35vh; }
  .fancybox-caption-wrap .fancybox-caption {
    border: none;
    text-align: center; }

footer {
  background-color: #212121 !important;
  position: relative;
  z-index: 999; }
  footer #foot-cont {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    flex-direction: row;
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
    box-sizing: border-box; }
    @media only screen and (max-width: 640px) {
      footer #foot-cont {
        padding-top: 25px;
        padding-bottom: 25px;
        flex-direction: column; } }
    footer #foot-cont .col-foot {
      display: flex;
      min-width: 250px; }
      footer #foot-cont .col-foot img {
        width: 200px; }
      footer #foot-cont .col-foot ul {
        margin-left: 0;
        padding-left: 0;
        list-style: 0; }
        footer #foot-cont .col-foot ul li {
          list-style: none; }
        footer #foot-cont .col-foot ul a {
          color: white;
          font-size: 0.9rem; }
      footer #foot-cont .col-foot--first {
        flex: 1;
        flex-direction: column; }
      footer #foot-cont .col-foot--last {
        flex: 4;
        flex-direction: row; }
        @media only screen and (min-width: 641px) and (max-width: 1020px) {
          footer #foot-cont .col-foot--last {
            flex-direction: column; } }
        @media only screen and (max-width: 640px) {
          footer #foot-cont .col-foot--last {
            flex-direction: column; } }
      footer #foot-cont .col-foot__menu > li {
        margin-right: 25px;
/*         min-width: 250px; */
        flex: 1; }
        @media only screen and (min-width: 641px) and (max-width: 1020px) {
           footer #foot-cont .col-foot__menu > li {
        margin-right: 25px;
        min-width: 200px;
        flex: 1; } }
        @media only screen and (max-width: 640px) {
          footer #foot-cont .col-foot__menu > li {
            margin-right: 0;
            width: 100%; }
            
             }
             footer #foot-cont .col-foot__menu > li:last-child {
            display:none;}
        footer #foot-cont .col-foot__menu > li > a {
          border-bottom: 2px solid #111111;
          display: block;
          padding: 15px 0;
          font-family: 'gotham_bold'; }
      footer #foot-cont .col-foot__menu .subnav a {
        padding: 10px 0;
        display: inline-block; }
      footer #foot-cont .col-foot__menu--secondary {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap; }
        @media only screen and (max-width: 640px) {
          footer #foot-cont .col-foot__menu--secondary {
            flex-direction: column; } }

.credits {
  font-size: 0.92em;
  clear: both;
  text-align: center;
  margin-top: 0px;
  padding: 20px 0;
  background-color: #ffffff;
  color: #292929;
  border-top: 1px solid #e8e8e8; }
  .credits a {
    color: red;
    text-decoration: none; }

.fb-closed-message {
  position: fixed;
  background-color: #BE1622;
  color: white;
  padding: 10px 15px;
  border-radius: 50px;
  z-index: 999;
  max-width: 300px;
  width: 100%;
  font-size: 11px;
  transition: 0.1s; }
  @media only screen and (max-width: 640px) {
    .fb-closed-message {
      max-width: 250px; } }

.fb-closed-message.hideMessage {
  opacity: 0;
  visibility: hidden;
  right: 0px;
  bottom: 0px; }

.fb-closed-message.showMessage {
  opacity: 1;
  visibility: visible;
  right: 100px;
  bottom: 25px; }

/********************************/
/*  admin STYLE
/********************************/
.admin-content p strong a {
  border: 1px solid #0e754b;
  background-color: #0e754b;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 0.8em;
  text-align: center;
  width: auto;
  margin-top: 20px;
  padding: 15px 15px 12px 15px;
  display: inline-block;
  transition: 0.3s all ease-in-out; }
  .admin-content p strong a:hover, .admin-content p strong a :active, .admin-content p strong a :focus {
    color: #0e754b;
    background-color: white; }
.admin-content p img:not([style*="float"]) {
  max-width: 100% !important;
  height: auto !important;
  float: none;
  margin: 20px 0px 20px 0px; }
  @media only screen and (min-width: 641px) and (max-width: 1020px) {
    .admin-content p img:not([style*="float"]) {
      width: 100%;
      display: block; } }
  @media only screen and (max-width: 640px) {
    .admin-content p img:not([style*="float"]) {
      width: 100%;
      display: block; } }
.admin-content p img[style*="float:left"] {
  width: 33% !important;
  height: auto !important;
  float: left;
  margin: 10px 40px 30px 0px; }
  @media only screen and (min-width: 641px) and (max-width: 1020px) {
    .admin-content p img[style*="float:left"] {
      width: 100% !important;
      float: none;
      display: block;
      margin: 10px 0px 30px 0px;
      clear: both;
      padding-bottom: 30px; } }
  @media only screen and (max-width: 640px) {
    .admin-content p img[style*="float:left"] {
      width: 100% !important;
      float: none;
      display: block;
      margin: 10px 0px 30px 0px;
      clear: both;
      padding-bottom: 30px; } }
.admin-content p img[style*="float:right"] {
  width: 33% !important;
  height: auto !important;
  float: right;
  margin: 10px 0px 30px 40px; }
  @media only screen and (min-width: 641px) and (max-width: 1020px) {
    .admin-content p img[style*="float:right"] {
      width: 100% !important;
      float: none;
      display: block;
      margin: 10px 0px 30px 0px;
      clear: both;
      padding-bottom: 30px; } }
  @media only screen and (max-width: 640px) {
    .admin-content p img[style*="float:right"] {
      width: 100% !important;
      float: none;
      display: block;
      margin: 10px 0px 30px 0px;
      clear: both;
      padding-bottom: 30px; } }
.admin-content ul {
  margin-left: 0;
  padding-left: 23px; }
  .admin-content ul li {
    margin-left: 0;
    padding-left: 0; 
    line-height: 150% !important;
    padding-bottom:10px;}
.admin-content table {
  display: block;
  overflow-x: scroll;
  border: 0 !important; }
  .admin-content table tr th {
    padding: 20px !important;
    text-transform: uppercase;
    background-color: #f7f7f7;
    border: 1px solid #e8e8e8;
    text-align: left;
    font-size: 18px; }
    .admin-content table tr th p {
      font-size: 18px; }
  .admin-content table tr td {
    border: 1px solid #e8e8e8;
    padding: 30px 10px 30px 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
    text-align: center; }
    @media only screen and (min-width: 641px) and (max-width: 1020px) {
      .admin-content table tr td {
        text-align: justify; } }
    @media only screen and (max-width: 640px) {
      .admin-content table tr td {
        text-align: justify; } }

/********************************/
/*  KEYFRAMES
/********************************/
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg); }
  to {
    -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }
@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
/********************************/
/*  COL ADMIN
/********************************/
.btgrid {
  clear: both;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: auto; }
  .btgrid .row {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    clear: both;
    margin-left: -35px;
    margin-right: -35px; }
    .btgrid .row .col {
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      .btgrid .row .col .content {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
        .btgrid .row .col .content p {
          color: #212121 !important;
          text-align: left !important; }
        .btgrid .row .col .content img {
          width: 100%;
          height: auto;
          display: block; }
        .btgrid .row .col .content p, .btgrid .row .col .content a {
          word-break: break-all; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 17px; }

/********************************/
/*  PRINT STYLE
/********************************/
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  a, a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; }

  .main-cont {
    padding: 25px !important; }

  #menu, #image, #reserv, #bottom-bar, ul.button {
    display: none !important; }

  footer {
    display: none !important; }

  h1, .accueil #main-bloc .title-bloc .sub-title.title1 {
    padding-right: 0 !important;
    font-size: 40px !important;
    padding-bottom: 10px !important;
    padding-left: 0 !important; }

  h2 {
    padding-right: 0 !important;
    font-size: 30px !important; }

  #logo {
    display: block !important;
    position: relative !important;
    width: 200px !important;
    margin: 0 auto 0 auto !important;
    height: 300px; }
    #logo a[href]:after {
      content: ""; }
    #logo abbr[title]:after {
      content: ""; }

  .aside {
    display: none !important; }

  .left-side {
    padding-right: 0 !important;
    width: 100% !important; } }

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