@font-face {
    font-family: 'Lobster Two';
    src: url('../fonts/LobsterTwo.eot');
    src: url('../fonts/LobsterTwo.eot?#iefix') format('embedded-opentype'),
        url('../fonts/LobsterTwo.woff2') format('woff2'),
        url('../fonts/LobsterTwo.woff') format('woff'),
        url('../fonts/LobsterTwo.ttf') format('truetype'),
        url('../fonts/LobsterTwo.svg#LobsterTwo') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lobster Two';
    src: url('../fonts/LobsterTwo-Bold.eot');
    src: url('../fonts/LobsterTwo-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/LobsterTwo-Bold.woff2') format('woff2'),
        url('../fonts/LobsterTwo-Bold.woff') format('woff'),
        url('../fonts/LobsterTwo-Bold.ttf') format('truetype'),
        url('../fonts/LobsterTwo-Bold.svg#LobsterTwo-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Regular.eot');
    src: url('../fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans-Regular.woff2') format('woff2'),
        url('../fonts/OpenSans-Regular.woff') format('woff'),
        url('../fonts/OpenSans-Regular.ttf') format('truetype'),
        url('../fonts/OpenSans-Regular.svg#OpenSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Light.eot');
    src: url('../fonts/Montserrat-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Light.woff2') format('woff2'),
        url('../fonts/Montserrat-Light.woff') format('woff'),
        url('../fonts/Montserrat-Light.ttf') format('truetype'),
        url('../fonts/Montserrat-Light.svg#Montserrat-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Medium.eot');
    src: url('../fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Medium.woff2') format('woff2'),
        url('../fonts/Montserrat-Medium.woff') format('woff'),
        url('../fonts/Montserrat-Medium.ttf') format('truetype'),
        url('../fonts/Montserrat-Medium.svg#Montserrat-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-SemiBold.eot');
    src: url('../fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-SemiBold.woff2') format('woff2'),
        url('../fonts/Montserrat-SemiBold.woff') format('woff'),
        url('../fonts/Montserrat-SemiBold.ttf') format('truetype'),
        url('../fonts/Montserrat-SemiBold.svg#Montserrat-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-ExtraBold.eot');
    src: url('../fonts/Montserrat-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-ExtraBold.woff2') format('woff2'),
        url('../fonts/Montserrat-ExtraBold.woff') format('woff'),
        url('../fonts/Montserrat-ExtraBold.ttf') format('truetype'),
        url('../fonts/Montserrat-ExtraBold.svg#Montserrat-ExtraBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Italic.eot');
    src: url('../fonts/Montserrat-Italic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Italic.woff2') format('woff2'),
        url('../fonts/Montserrat-Italic.woff') format('woff'),
        url('../fonts/Montserrat-Italic.ttf') format('truetype'),
        url('../fonts/Montserrat-Italic.svg#Montserrat-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Bold.eot');
    src: url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Bold.woff2') format('woff2'),
        url('../fonts/Montserrat-Bold.woff') format('woff'),
        url('../fonts/Montserrat-Bold.ttf') format('truetype'),
        url('../fonts/Montserrat-Bold.svg#Montserrat-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
  font-family: 'icon';
  src:  url('../fonts/icomoon.eot?2vuu58');
  src:  url('../fonts/icomoon.eot?2vuu58#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?2vuu58') format('truetype'),
    url('../fonts/icomoon.woff?2vuu58') format('woff'),
    url('../fonts/icomoon.svg?2vuu58#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-phone:before {
  content: "\e942";
}
.icon-location:before {
  content: "\e947";
}
.icon-mobile:before {
  content: "\e958";
}
.icon-leaf:before {
  content: "\e9a4";
}
.icon-clipboard:before {
  content: "\e9b8";
}
.icon-checkmark:before {
  content: "\ea10";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-arrow-circle-left:before {
  content: "\f0a8";
}
.icon-arrow-circle-right:before {
  content: "\f0a9";
}
.icon-arrow-circle-up:before {
  content: "\f0aa";
}
.icon-arrow-circle-down:before {
  content: "\f0ab";
}
.icon-envelope:before {
  content: "\f0e0";
}
.icon-linkedin:before {
  content: "\f0e1";
}
.icon-angle-left:before {
  content: "\f104";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-angle-up:before {
  content: "\f106";
}
.icon-angle-down:before {
  content: "\f107";
}
.icon-paper-plane:before {
  content: "\f1d8";
}



/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.homeslider .slider {

}
.Mobile .homeslider .slider {
	box-shadow: none;
    padding: 0;
}
.homeslider .slider-track {
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
  width: device-width;
}

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

body {
    margin: 0;
    font-weight: 400;
    color: #212529;
    text-align: left;
    background-color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #666666;
    -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
}

a {
    background-color: transparent;
  -webkit-text-decoration-skip: objects;
    background: transparent;
    -webkit-transition: .5s;
    transition: .5s;
    color: #212120;
    text-decoration: none;
}
a:hover {
    color: #222;
    text-decoration: underline;
}
a:hover, a:active, a a:focus {
    text-decoration: none;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

img {
	max-width: 100%;
    vertical-align: middle;
    border-style: none;
}


h1, h2, h3, h4, h5, h6, .h2, .h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    line-height: 1.2;
    color: #2e2e2e;
    margin-top: 0;
    margin-bottom: 0.5rem;
}
h1 {
    font-size: 26px;
}
h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

b,
strong {
  font-weight: bolder;
}
svg:not(:root) {
  overflow: hidden;
}
button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
textarea {
  overflow: auto;
  resize: vertical;
}
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn:hover, .btn:focus {
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
  background-image: none;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12,
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}



/*
header
*/

#HEADING-sticky-wrapper,
#HEADING {
    position: relative;
    z-index: 1000!important;
}
.header {
    position: relative;
    z-index: 4;
}
.page-header-inner {
    background-color: #fbf9f6;
    border-bottom-color: rgba(0, 0, 0, 0);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 150px;
}
.Mobile .page-header-inner {
    height: inherit;
}

.headroom--not-top .page-header-inner {
    padding-top: 0px;
    padding-bottom: 0px;
    background: rgba( 255, 255, 255, 1 );
}
.headroom.headroom--not-top {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
    animation: headerSlideDown 0.95s ease forwards;
}

@-webkit-keyframes headerSlideDown {
    0% {
        margin-top: -100px;
    }
    100% {
        margin-top: 0;
    }
}

@-webkit-keyframes headerSlideDown {
    0% {
        margin-top: -100px;
    }
    100% {
        margin-top: 0;
    }
}


.header-main {
    position: relative;
    padding-top: 15px;
}
.Mobile .header-main {
	padding-top: 9px;
}
/*.header-main:after,
.Contenu:after,
.categoriesList:before,
.categoriesList:after {
	content: "";
    background-image: url(../images/img/pattent-white-top.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -14px;
    height: 20px;
    width: 100%;
}*/
.Mobile .site-logo {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.site-logo  {
    text-align: center;
}
.site-logo img {
	max-width: 100%;
}

.Mobile .site-logo img {
	width: 190px;
    margin-bottom: 7px;
}
.fixed-l {
	display: none;
	transition: all .5s ease;
}
.headroom--not-top .no-fixed-l {
	display: none;
}
.headroom--not-top .fixed-l {
	display: block;
}
.topbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.topbar .topbar-infos {
    float: right;
    margin-left: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.topbar-infos > div {
    border-left: 1px solid #e2e2e2;
    padding-left: 1.875em;
    margin-left: 1.875em;
    align-items: center;
}
.topbar-infos > div:first-child {
    border-left: 0;
    padding-left: 0;
}
.custom_info_tel .icon {
    margin-right: 15px;
    font-size: 20px;
    color: #212120;
}
.custom_info_tel > div a {
    display: block;
    margin: 1px 0;
    color: #0a0a0a;
}
.Desktop .custom_info_tel > div a {
    margin: 5px 0;
    font-size: 26px;
}
.headroom--not-top .custom_info_tel > div a {
    color: #333;
}
.Tablet .custom_info_logo {
	display: none;
}
.custom_info_logo img {
    width: 60px;
    margin-left: 10px;
}
.Mobile .custom_info_tel {
    background: #111;
    padding: 10px 0;
    text-align: center;
}
.Mobile .custom_info_tel a {
    display: inline-block;
    margin: 0 10px;
    font-size: 18px;
    color: white;
}
.Mobile .custom_info_tel .icon {
	margin-right: 1px;
    color: white;
}
.menu-site {
    position: relative;
    bottom: -33px;
    margin-top: -20px;
    z-index: 30;
}
.header.headroom--not-top .menu-site {
    display: none;
}
.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav {
	background: #e7a900;
    justify-content: center;
    border-radius: 18px;
    width: 100%;
}
.nav-list {
	padding: 20px 0;
    zoom: 1;
    display: table;
    list-style: none;
    margin-bottom: 0;
    position: relative;
}
.nav-item {
    position: relative;
    padding: 5px;
    margin-bottom: 0;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.nav-item a {
	font-size: 13px;
    color: #000000;
    display: block;
    position: relative;
    -webkit-transition: .5s;
    transition: .5s;
    line-height: 130%;
    text-transform: uppercase;
    font-weight: 700;
}
/*.nav-item.active {
    background: #e7a900;
}
.nav-item.active:after {
    position: absolute;
    left: 50%;
    bottom: -2px;
    margin-left: -7px;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #e7a900;
    content: "";
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    bottom: -7px;
}*/
.nav-item:hover a,
.nav-item:focus a {
    color: #212120;
}
.nav-item.active a {
    color: #2f2406;
}

.nav-mobile {
  display: none;
  cursor: pointer;
  background: #2e2e2b url(../images/nav.svg) no-repeat 80px center;
    background-size: 18px;
    height: 50px;
    width: 120px;
    color: white;
    text-transform: uppercase;
    line-height: 50px;
    padding-left: 10px;
}

.nav-mobile span {
	position: relative;
    display: block;
    padding-right: 34px;
}
.btn.btn-devis {
    background: #ffbe00;
    color: #111;
    border-radius: 0;
    margin: 5px 0;
    width: 120px;
}
/*------------------------------------*\
    Media Queries
\*------------------------------------*/
@media only screen and (max-width: 767px) {
  .nav-mobile {
    display: block;
  }

  .menu-site {
    display: none;
    position: absolute;
    width: 100%;
    padding-top: 20px;
    left: 0;
    top: 100%;
  }
  .nav {
  	background: rgba(0, 0, 0, 0.8);
    border-radius: 0;
  }

  .nav-item {
    width: 100%;
    display: block;
        padding: 0;
  }
  .nav-list {
  	margin-bottom: 1rem;
  	border-top: 0;
    padding-top: 0;
  }
  .nav-item > a {
    padding: 10px;
  }
}


/*
formulaire
*/
#mail2, #mail { display: none; }
.custom_rappel_top strong {
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    margin-bottom: 5px;
    color: #111;
}

.custom_rappel_top .form-input {
    display: inline-block;
    background: #ececec;
    margin-right: 2px;
    border: 1px solid transparent;
    font-size: 12px;
    padding: 1.5px 5px;
    vertical-align: middle;
}
.custom_rappel_top .btn-submit {
    padding: 7px 5px;
    background: #212120;
    font-size: 10px;
    vertical-align: middle;
    border-radius: 0;
    border: 1px solid transparent;
    color: white;
}
#FormDevis .form-input,
.Mobile #rappel_immediat .form-input {
    background: rgb(255, 255, 255);
    border: 1px solid #96b33b;
    margin: 2px 0;
    padding: 5px 10px;
    width: 100%;
    border-radius: 5px;
}
#FormDevis .btn-submit,
.Mobile #rappel_immediat .btn-submit {
    display: block;
    width: 100%;
    background: #2e2e2b;
    color: white;
    text-transform: uppercase;
}
.Mobile #rappel_immediat {
    padding-bottom: 20px;
}
.Mobile #rappel_immediat strong {
    color: #3a9f00;
    text-align: center;
    display: block;
    padding: 18px 0;
    font-size: 20px;
}

/*
Homeslider
background: #f7f7f7 url(../images/img/landing-bg.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
*/


.fullImg {
	background-color: #ddd;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 600px;
	position: relative;
}
.fullImg:before {
	content: "";
    background: rgba(0, 0, 0, 0.37);
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
}
.Mobile .fullImg {
	height: 400px;
}
.caption {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    width: 100%;
    padding: 0 40px;
}
.Mobile .caption {
	padding: 0;
}
.ContainerSlider {
    position: relative;
}
.Mobile .ContainerSlider {
	border:none;
}
.captionText {
    padding-left: 25px;
}
.Mobile .captionText {
    padding-left: 0;
}
.titire-slider {
	font-family: 'Lobster Two', cursive;
	font-weight: 700;
	margin-bottom: 0;
	font-size: 50px;
    color: #ffbf00;
    text-shadow: 0 2px 2px #000;
}
.Mobile .titire-slider {
	font-size: 24px;
	line-height: 120%;
}
.subtitle {
    font-size: 24px;
    line-height: 120%;
}
.Mobile .subtitle {
    font-size: 16px;
}
/*
Contenu
*/

.Contenu {
	    background: rgb(23 19 7 / 90%);
    position: relative;
    background-size: contain;
    overflow-x: hidden;
}
.Desktop .Contenu {
    background: linear-gradient(90deg, rgb(23 19 7 / 84%) 63%, rgba(255,255,255,0) 63%);
}
.Contenu::before {
    content: "";
    position: absolute;
    background: #171307 url(../images/img/bg-content.webp) repeat;
    background-size: cover;
    background-attachment: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.mentions .Contenu {
    background: white;
}
.mentions .Contenu h3 {
    font-size: 18px;
}
.Mobile .Contenu {
	padding-top: 0;
}
.Mobile .Block.Block0 .bloc-une {
	text-align: left;
}

.mainleft {
    padding: 30px 30px 60px 0;
    color: #ebebeb;
}
.Mobile .mainleft {
    padding-right: 0;
}

.mainright {
    position: relative;
    padding-top: 60px;
    z-index: 2;
}
.Mobile .mainright {
	margin-bottom: 35px;
}
.mainright > div {
    background: white;
    padding: 20px;
    border: 1px solid #d6d6d6;
    position: relative;
}
.mainright h3 {
	font-family: 'Lobster Two', cursive;
    font-size: 20px;
    color: #ffffff;

    position: absolute;
    background-color: #e7a900;
    top: -1px;
    left: -1px;
    z-index: 2;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 11px 17px 10px 12px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-clip-path: polygon(100% 0%, calc(100% - 5px) 50%, 100% 100%, 0 100%, 0% 50%, 0 0);
    clip-path: polygon(100% 0%, calc(100% - 5px) 50%, 100% 100%, 0 100%, 0% 50%, 0 0);
}
.imgright {
    height: 350px;
    margin-bottom: 70px;
    border: none !important;
    background-size: cover !important;
    background-position: left bottom !important;
}
.Devisgratuit {
    margin-bottom: 70px;
    transition: .5s;
}
.caption .Devisgratuit {
    padding: 20px;
    background: #ffffff !important;
    margin-bottom: 0;
}
.caption .Devisgratuit h3 {
    font-size: 24px;
}
.Mobile .Devisgratuit h3 {
    text-align: center;
    padding-top: 25px;
    font-size: 24px;
}
.Mobile .Devisgratuit {
	position: relative;
	margin-top: 0;
	margin-bottom: 0;
    background-color: #efefef;
}
.Mobile #devisGratuit .h3 {
    font-size: 18px;
    padding: 15px;
    font-weight: bold;
}
.is-sticky .Devisgratuit {
    margin-top: -333px;
}
.call {
    display: block;
    width: 90px;
    height: 90px;
    margin-bottom: 10px;
    margin-right: 10px;
    border-radius: 100%;
    background: #96a959;
    overflow: hidden;
}
.coordonne {
    background: #fed34a !important;
    text-align: center;
    color: white;
    margin-bottom: 30px;
}
.coordonne h3 {
    font-family: 'Lobster Two', cursive;
    text-transform: none;
    font-size: 36px;
    letter-spacing: 0;
    color: #2e2e2b;
}
.contactD {
    position: relative;
}
.contactD .tel {
    position: absolute;
    left: 50%;
    top: 36%;
    transform: translate(-50%);
    font-size: 24px;
    width: 61%;
    color: #1d4335;
    letter-spacing: -1px;
    background: white;
}
.contactD .tel:last-child {
    margin-top: 35px;
}
.telDevis {
    margin-top: 15px;
    border-top: 25px solid #e6e5e5;
    padding-top: 15px;
    color: #353535;
    padding-left: 25px;
}
.telDevis .tel {
    font-size: 28px;
}
.telDevis .tel i {
    background: #e7a900;
    font-size: 18px;
    padding: 15px;
    color: white;
    display: inline-block;
}
.MapRight {
	transition: .5s;
}
.is-sticky .MapRight {
	opacity: 0;
}
.coordonne h3 {
	font-family: 'Lobster Two', cursive;
    text-transform: none;
}
.MapRight span {
    color: #333;
    margin-top: 20px;
    display: block;
}
#Map {
    height: 250px;
    background: #ddd;
    margin: 15px -20px;
}
.adr {
	margin-bottom: 0;
}
.adr .icon {
	margin-right: 10px;
}
.adr span {
	font-size: 12px;
	color: #333;
}
.categoriesList {
	background: #fbf9f6;
    padding-bottom: 60px;
    text-align: center;
    position: relative;
}
/*.categoriesList:before {
	content: "";
    background-image: url(../images/img/pattent-gray-top.png);
    left: 0;
    top: 0;
}*/
.categoriesList:after {
    background-image: url(../images/img/pattent-green-top.png);
    left: 0
}
.Services {
    margin: 0 auto;
    padding-top: 50px;
    max-width: 900px;
}
.Liens {
    column-count: 3;
    padding-top: 35px;
    text-align: left;
}
.Tablet .Liens {
	column-count: 2;
}
.Mobile .Liens {
	column-count: 1;
}
.Liens a {
    display: flex;
    align-items: center;
    margin: 0 5px 15px;
    color: #4e4d4d;
}
.Mobile .Liens a {
	margin: 0;
    padding: 11px 0;
}
.Liens a .icon {
	margin-right: 10px;
	color: #e7a900;
}

.mainleft h2 {
    font-size: 20px;
}
.ImgLeft {
    margin: 10px 0 25px;
    border-radius: 10px;
    overflow: hidden;
}
.ImgLeft img {
    width: 100%;
}
.bgImgF {
	/*background-color: #eee;*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    border-radius: 15px;
    overflow: hidden;
    height: 100%;
    width: 100%;
}
.Tablet .bgImgF,
.Mobile .bgImgF {
	height: 250px;
}
.Block.Block1, 
.Block.Block2 {
    margin: 30px 0;
}
.Block.Block1 h2, 
.Block.Block2 h2 {
    color: #e7a900;
    font-weight: 600;
    line-height: 120%;
}
.Block.Block2 .row {
    flex-direction: row-reverse;
}
.Block.Block1 .bloc-une, 
.Block.Block2 .bloc-une {
    padding: 0 20px;
    position: relative;
}
.Mobile .Block.Block1 .bloc-une, 
.Mobile .Block.Block2 .bloc-une {
    padding: 20px 0;
}
.Desktop .Block.Block1 .bloc-une,
.Desktop .Block.Block2 .bloc-une {
	padding-left: 0; 
}
.Desktop .Block.Block2 .bloc-une {
    padding-right: 0;
}

.Block.Block0 .bloc-une h2 {
    color: #e7a900;
    font-weight: 700;
}
.contenublock .Block p {
    text-align: justify;
}
.accordeon-inner > div {
    margin-bottom: 10px;
}
.accordion {
  	color: white;
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 16px !important;
    transition: 0.4s;
    padding: 18px 18px 18px 0;
    margin-bottom: 0;
    font-weight: 500;
    border-bottom: 1px dashed #464646;
}
.accordion span {
    display: inline-block;
    width: 90%;
}
.accordion.active, 
.accordion:hover {
	color: #e7a900;
}

.accordion:after {
  content: '\f0ab';
  font-family: 'icon' !important;
  color: #e7a900;
  font-size: 13px;
  float: right;
  margin-left: 5px;
}

.accordion.active:after {
  content: '\f0aa';
  color: #006749;
}

.accordion:hover:after {
  color: #e7a900;
}
.panelV {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: 0.6s ease-in-out;
  opacity: 0;
  color: #333;
}
.panelV p {
	margin-top: 15px;
}

div.panelV.show {
  opacity: 1;
  max-height: 500px;
}


/*
Nos compétemces
*/
.competenceListe {
    background-image:url(../images/img/bg-cloture.webp);
    background-size: cover;
    position: relative;
    padding: 15px 0;
}
.Mobile .competenceListe {
    background-image:url(../images/img/bg-mobile-cloture.webp);
}
@media(min-width: 768px) {

    .competenceListe .row {
        margin-right: -5px;
        margin-left: -5px;
    }
    .competenceListe .row > div {
        padding: 2px 5px;
    }
}

.Mobile .competenceListe .row {
    margin-right: -5px;
    margin-left: -5px;
}
.Mobile .competenceListe .row > div {
    padding: 0 5px;
}
.comp_item {
	width: 100%;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    border: 5px solid transparent;
}
.comp_item.active {
    border-color: #e7a900;
}
.entry-header {
    -webkit-transition: all .5s;
    transition: all .5s;
    float: left;
    width: 100%;
    position: relative;
}
.entry-header .entry-thumbnail {
    background-color: #222;
    float: left;
    width: 100%;
    -webkit-transition: all .5s;
    transition: all .5s;
    height: 125px;
    overflow: hidden;
    position: relative;
}
.Mobile .entry-header .entry-thumbnail {
    height: inherit;
}
.entry-header .entry-thumbnail img {
    opacity: .7;
    width: 100%;
}
.Mobile .entry-header .entry-thumbnail {
	margin: 7px 0;
}
.comp_item:hover .entry-thumbnail {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.entry-content {
    float: left;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(16,46,25,.9);
    bottom: -100%;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.comp_item:hover .entry-content {
    bottom: 0;
}
.entry-content .entry-title {
	font-size: 20px;
    font-weight: 600;
    color: #2e2e2e;
    float: left;
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
}
.entry-title .title {
    float: left;
    width: 100%;
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    padding: 27px 30px;
    color: #FFF;
    bottom: 0;
    padding-bottom: 0;
}
.entry-content .entry-read-more {
    float: left;
    position: absolute;
    bottom: 0;
    font-size: .875em;
}
.entry-read-more .read-more {
    float: left;
    padding: 23px 30px;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.entry-header span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-family: 'Lobster Two', cursive;
    font-weight: 700;
    font-size: 18px;
    text-shadow: 0 2px 0px #000;
    width: 90%;
    text-align: center;
    line-height: 100%;
    transition: .5s;
}
.comp_item:hover .entry-header span {
    opacity: 0;
}
.heading_title {
    text-align: center;
}
.title-shape {
    display: inline-block;
    margin-bottom: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.title-shape li {
    background: #b7d54e;
    height: 3px;
    display: inline-block;
    width: 36px;
    margin-right: 2px;
}
.title-shape li:nth-child(2) {
    width: 18px;
}
.title-shape li:last-child {
    width: 9px;
}

.engagement {
    margin-top: 15px;
    padding-top: 15px;
    color: #353535;
}
.Mobile .engagement {
	color: white;
}
.engagement h3 {
    text-align: center;
}
.Mobile .engagement h3 {
    font-family: 'Lobster Two', cursive;
    font-weight: 700;
    color: #ffbc00;
    text-align: left;
    text-shadow: 0 2px 2px #000;
}
.eng-liste {
    list-style: none;
    padding-left: 25px;
    margin: 0;
}
.Mobile .eng-liste {
	padding-left: 8px;
}
.eng-liste li {
    position: relative;
    padding-left: 25px;
    margin: 10px 0;
    font-weight: 300;
}
.eng-liste li:before {
    content: "\e9a4";
    font-family: 'icon' !important;
    position: absolute;
    left: 0;
    color: #111;
}
.Mobile .eng-liste li:before {
    color: #ffbc00;
}


#bgWithe {
   /* background-color: white;*/
    position: relative;
}
/*#bgWithe:after {
    content: "";
    position: absolute;
    background-color: white;
    width: 100%;
    top: 0;
    height: 100%;
    right: -100%;
}*/
.ImgCaT {
    position: relative;
    top: -20px;
}
.ImgHead {
    position: relative;
    top: -55px;
}
.ImgCaT img,
.ImgHead img {
    width: 100%;
}
/*
Footer
*/
#footer {
	background: #001815 url(../images/img/bg-footer.webp);
    background-size: cover;
    padding: 50px 0 30px;
    color: #f7f7f7;
    position: relative;
    background-position: center 65%;
}
.Mobile #footer {
    background: #001815;
}
.logo-footer {
	display: block;
	text-align: center;
    background: white;
    padding: 15px;
}
.logo-footer img {
	width: 190px;
}
.tel-footer span {
    font-size: 18px;
}
.tel-footer span > span,
.Mobile .tel-footer span > a {
    display: block;
    margin: 0;
}
.Mobile .tel-footer span > a {
    color: white;
    padding: 11px 0;
}
.tel-footer, 
.adresse {
    display: flex;
    align-items: center;
    margin: 0 20px;
}
.tel-footer .icon,
.adresse .icon {
    display: block;
    text-align: center;
    margin-right: 15px;
    font-size: 20px;
    width: 50px;
    height: 50px;
    background: #e7a900;
    color: white;
    line-height: 50px;
    border-radius: 100%;
}
p.copyright {
    margin-bottom: 0;
}

.mobilC {
	margin-top: 35px;
    border-top: 1px solid rgb(56, 54, 54);
    padding-top: 35px;
    text-align: center;
}
.mobilC a {
    color: white;
}
.btn.btn-rea {
    background: #2e2e2b;
    margin-top: 35px;
    text-transform: uppercase;
    padding: 10px 35px;
    color: white;
    font-weight: 700;
    letter-spacing: 1px;
}
.btn.btn-rea:hover {
    background: #e7a900;
}
.realisations {
    background: #2e2e2b;
}
.container-box {
    padding-top: 100px;
}
.titre-album {
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 25px;
    font-weight: 700;
    color: white;
}
.swipebox {
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 250px;
    overflow: hidden;
    margin: 15px 0;
    border: 1px solid #ddd;
}
.Mobile .swipebox {
    height: inherit;
}

.Mobile #swipebox-close {
    right: 35%;
    width: 30px;
    height: 30px;
    background-position: 5px 2px;
    transform: translateX(-50%);
}
.swipebox img {
    width: 100%;
}
.mentions h2{
    padding-top: 100px;
    color: #e7a900;
}
.mentions h3 {
    color: #e7a900;
}
/**
404
*/
.blog_pageIntrouvable {
    background: #e7a900;
    position: fixed;
    height: 100%;
    width: 100%;
    font-size: 18px;
    z-index: 200000 !important;
    text-align: center;
    top: 0;
}
.blog_pageIntrouvable .d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}
.blog_pageIntrouvable span {
  color: #ffffff;
}

.blog_pageIntrouvable > div {
  height: 100%;
}
.blog_pageIntrouvable h1 {
    font-size: 200px;
    color: #000000;
}
.blog_pageIntrouvable p {
    font-size: 36px;
    line-height: 100%;
    margin-top: -21px;
    text-transform: uppercase;
    letter-spacing: 10px;
    color: #000000;
}
.blog_pageIntrouvable a {
    color: white;
}
.blog_pageIntrouvable a:hover {
    text-decoration: underline;
}
@media(max-width: 767px) {
  .blog_pageIntrouvable {
    font-size: 14px;
  }
  .blog_pageIntrouvable a {
      display: block;
  }
  .blog_pageIntrouvable p {
      font-size: 17px;
      letter-spacing: 5px;
      margin-top: -10px;
  }
  .blog_pageIntrouvable h1 {
    font-size: 100px;
  }
}
#Messages {
    background: green;
    text-align: center;
    position: relative;
    z-index: 99;
}
#Messages p {
    color: black;
    font-weight: bold;
    margin: 0;
    padding: 25px 0;
}