* {
  margin: 0;
  padding: 0;
  font-family: 'Calibri', sans-serif;
}

*,
*::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 {
  margin: 0;
  text-align: left;
  background-color: #fff;
}

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

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6, .h3, .h2 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 1rem;
}

a {
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
    text-decoration: none;
    outline: 0;
    color: inherit;
}

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;
}

h1,h2,h3,h4,h5 {
    font-weight: bold;
    color: #212121;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.5rem;
}

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

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

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
b,
strong {
  font-weight: bolder;
}
figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
  height: auto;
}

svg:not(:root) {
  overflow: hidden;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button {
  border-radius: 0;
}

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


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;
}

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.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: 1200px;
    }
}

.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-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-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-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: 576px) {
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-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%;
  }
}
.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;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !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;
}
.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !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;
  }
}

.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;
}

/* 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);
}



body {
    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: transparent;
    -webkit-transition: .5s;
    transition: .5s;
    color: #f27438;
    text-decoration: none;
}
a:hover {
    color: #222;
}
a:hover, a:active, a a:focus {
    text-decoration: none;
}
img {
	max-width: 100%;
}
h1, h2, h3, h4, h5, h6 {
    line-height: 1.2;
    color: #2e2e2e;
}
h1 {
    font-size: 26px;
}


@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}
/*
header
*/
.header {
    position: relative;
    z-index: 4;
}
.page-header-inner {
    background-color: #0c264e;
    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: 95px;
}
.Mobile .page-header-inner {
    height: inherit;
    background-color: white;
}

.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;
    }
}


.telTopNav a {
    margin-right: 20px;
    display: inline-block;
    color: #000;
    font-size: 20px;
}
.telTopNav img {
    width: 16px;
    vertical-align: middle;
    display: inline-block;
    margin-top: -5px;
}

.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.webp);
    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%;
}
.headroom.headroom--not-top .site-logo img {
    max-width: 60%;
}
.Mobile .site-logo img {
	width: 190px;
    margin-bottom: 7px;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.logo {
    display: block;
    max-width: 264px;
    margin: 0 auto -38px;
    word-break: break-word;
    position: relative;
    z-index: 15;
    padding: 5px 10px 0;
}

.logo img {
    width: 100%;
    -webkit-transition: all 0.15s ease-in-out 0s;
    transition: all 0.15s ease-in-out 0s;
    padding: 5px 15px 20px;
}


.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 img {
    margin-right: 15px;
    width: 20px;
}
.custom_info_tel > div a {
    display: block;
    margin: 1px 0;
    color: #0a0a0a;
}
.headroom--not-top .custom_info_tel > div a {
    color: #333;
}
.Desktop .custom_info_logo {
    margin-left: -35px;
}
.Tablet .custom_info_logo {
	display: none;
}
.custom_info_logo img {
    width: 70px;
    margin-left: 3px;
}
.Mobile .custom_info_tel {
    background: #0c264e;
    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 img {
	margin-right: 1px;
    filter: invert(1);
}
.menu-site {
    position: relative;
    bottom: -25px;
}
.header.headroom--not-top .menu-site {
    display: none;
}
.nav {
    justify-content: center;
    width: 100%;
    background: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    border-bottom: 1px dashed #fff;
}
.h-nav {
    justify-content: center;
    width: 100%;
    background: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}
.Mobile .h-nav,
.Tablet .h-nav {
    justify-content: center;
    width: 100%;
    background: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.8);
}
.nav-list {
	padding: 20px 0;
    zoom: 1;
    display: table;
    list-style: none;
    margin-bottom: 0;
    position: relative;
}
.nav-item {
    position: relative;
    padding: 5px 15px;
    margin-bottom: 0;
    display: table-cell;
    text-align: center;
}
.nav-item a {
	font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #fff;
    display: block;
    position: relative;
    -webkit-transition: .5s;
    /*text-transform: uppercase;*/
    transition: .5s;
}
.nav-item.active {
    background: #f27438;
}
.nav-item:hover > a,
.nav-item:focus > a {
    color: #f27438;
}
.nav-item.active > a {
    color: #1e1e1e;
}

.nav-submenu {
    display: none;
    position: absolute;
    list-style: none;
    padding: 15px 0 0 0;
    background: #fff;
    min-width: 250px;
    top: 100%;
    margin-left: -11px;
}
.nav-item:hover .nav-submenu {
    display: block;
}
.nav-submenu-item a {
    display: block;
    padding: 7px 15px;
    border-bottom: 1px dashed #7ab77f;
    text-align: left;
    color: #201009;
}
.nav-submenu-item:hover a,
.nav-submenu-item.active a {
    color: #f27438;
}
.nav-submenu-item:last-child a {
    border-bottom: none;
}
.nav-mobile {
  display: none;
  cursor: pointer;
  background: #f27438 url(../images/nav.svg) no-repeat 68px center;
    background-size: 18px;
    height: 50px;
    width: 100px;
    color: black;
    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;
}
.MobileNav {
    padding: 0 10px;
    align-items: center;
}
.MobileNav a > img {
    width: 150px;
    height: 75px;
    object-fit: contain;
}
.nav-click {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  border-left: 1px solid #000;
  height: 40px;
  width: 50px;
  cursor: pointer;
  color: white;
    font-size: 27px;
    padding-top: 9px;
    z-index: 999;
}

.nav-click i {
  display: block;
}

.nav-rotate {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/*------------------------------------*\
    Media Queries
\*------------------------------------*/
@media only screen and (max-width: 991px) {
  .nav-mobile {
    display: block;
  }

  .menu-site {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
  }
  .menu-site .container {
    padding:0;
  }
  .nav {
  	background: #fff;
  }

  .nav-item {
    width: 100%;
    display: block;
        padding: 0;
  }
  .nav-list {
  	margin-bottom: 1rem;
  	border-top: 0;
    padding-top: 0;
    display: block;
    width: 100%;
  }
  .nav-item > a {
    padding: 10px;
    text-align: left;
    color: #000;
  }
  .nav-item.active:after {
    display: none;
  }

  .nav-click {
    display: block;
  }

  .nav-mobile-open {
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
  }

  .nav-item:hover .nav-submenu {
    display: none;
  }
  .nav-submenu-item a {
    padding: 16px 15px;
    }
  .nav-submenu {
    position: static;
    width: 100%;
    margin: 0;
  }
}



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

.custom_rappel_top .form-input {
    display: inline-block;
    background: #ececec;
    margin-right: 2px;
    border: 1px solid transparent;
    font-size: 12px;
    padding:1.5px;
    vertical-align: middle;
}
.custom_rappel_top .form-input:focus {
    outline: none;
    box-shadow: none;
}
.Desktop .custom_rappel_top .form-input {
    padding: 1.5px 15px;
    border-radius: 50px;
    width: 200px;
    border: 1px solid #215f26;
    background: white;
}
.custom_rappel_top .btn-submit {
    padding: 7px 5px;
    background: #f27438;
    font-size: 10px;
    vertical-align: middle;
    border-radius: 0;
    border: 1px solid transparent;
    color: #1e1e1e;
}
.Desktop .custom_rappel_top .btn-submit {
    border-radius: 50px;
    margin-left: -30px;
}
#FormDevis .form-input,
.Mobile #rappel_immediat .form-input,
.Tablet #rappel_immediat .form-input {
    margin: 2px 0;
    border-radius: 50px;
    width: 100%;
    background: #fff;
    border: 1px solid #dcddde;
    outline: none;
    padding: 10px 30px 10px 30px;
    font-size: 14px;
    color: #202020;
    text-align: left !important;
}
#FormDevis .form-input:focus,
.Mobile #rappel_immediat .form-input:focus,
.Tablet #rappel_immediat .form-input:focus {
    border: 1px solid #f27438;
}
#FormDevis textarea.form-input {
    border-radius: 25px;
    height: 100px;
}
#FormDevis .btn-submit,
.Mobile #rappel_immediat .btn-submit,
.Tablet #rappel_immediat .btn-submit {
    display: block;
    width: 100%;
    color: #1e1e1e;
    background: #f27438;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 1px;
}
#FormDevis .btn-submit:hover {
    background: #1e1e1e;
}
.Mobile #rappel_immediat,
.Tablet #rappel_immediat {
    padding-bottom: 20px;
}
.Mobile #rappel_immediat strong,
.Tablet #rappel_immediat strong {
    color: black;
    text-align: center;
    display: block;
    font-size: 16px;
    margin-bottom: 5px;
}
#FormDevis .btn-submit:hover,
#FormDevis .btn-submit:focus,
.Mobile #rappel_immediat .btn-submit:focus,
.Tablet #rappel_immediat .btn-submit:focus {
    outline: none;
    box-shadow: none;
    color: #f27438;
}
#FormDevis {
    padding: 20px;
}
.Mobile #FormDevis,
.Tablet #FormDevis {
    padding-left: 0;
    padding-right: 0;
}

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


.fullImg {
    background-color: #ddd;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 900px;
    position: relative;
}
.fullImg:before {
	content: "";
    background: rgba(0, 0, 0, 0.2);
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
}

body.prestations .fullImg,
body.realisations .fullImg,
body.contact .fullImg,
body.mentions .fullImg {
    height: 650px;
}

.Tablet .fullImg {
    height: 800px;
}
.Mobile .fullImg {
    height: 600px;
}
.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;
    width: 100%;
}
.titire-slider {
    font-weight: 400;
    margin-bottom: 0;
    font-size: 30px;
    color: #f7f5f4;
    text-shadow: 0 2px 2px #000;
    font-style: italic;
    line-height: 1.1;
}
.Desktop .titire-slider:first-line {
    font-size: 50px;
    font-style: normal;
}
.Mobile .titire-slider {
	font-size: 24px;
	line-height: 120%;
}
.subtitle {
    font-size: 24px;
    line-height: 120%;
}
.Mobile .subtitle {
    font-size: 16px;
}
/*
Contenu
*/
.corps {
    padding-bottom: 25px;
}
.Contenu {
    background: #f2f2f2;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
}
.Mobile .Contenu {
	padding-top: 0;
}
.Block.Block0 .bloc-une {
    text-align: center;
    padding:25px 25px 10px;
}
.Mobile .Block.Block0 .bloc-une {
	text-align: left;
    padding: 25px 0;
}

#titreDevis {
    background: #f27438;
    /*margin-bottom: 15px;*/
    padding: 8px 0 0;
}
.titreDevis .h3{
    color: white;
}
.mainleft {
    padding: 60px 0 60px;
}

.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-size: 20px;
    color: #1e1e1e;
    background-color: #f27438;
    z-index: 2;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 11px 17px 10px 12px;
    text-align: center;
}
.imgright {
    height: 350px;
    margin-bottom: 30px;
    border: none !important;
    background-size: cover !important;
    background-position: left bottom !important;
}
.Devisgratuit {
    margin-bottom: 30px;
    transition: .5s;
}
.caption .Devisgratuit {
    background: #f1f1f1;
    margin-bottom: 0;
}
.caption .Devisgratuit .h3 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    color: black;
}
.Mobile .Devisgratuit .h3,
.Tablet .Devisgratuit .h3 {
    text-align: center;
    padding: 15px;
    font-size: 18px;
    background: #f27438;
    color: black;
    margin: 0 -15px;
    font-weight: bold;
}
.Mobile .Devisgratuit {
  background: #f1f1f1;
	position: relative;
	margin-top: 0;
	margin-bottom: 0;
  width: 100%;
}
.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 {
    
    text-transform: none;
    font-size: 36px;
    letter-spacing: 0;
    color: #25634d;
}
.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 img {
    background: #f27438;
    width: 30px;
    display: inline-block;
    padding: 7px;
    border-radius: 7px;
}
.MapRight {
	transition: .5s;
}
.is-sticky .MapRight {
	opacity: 0;
}
.coordonne .h3 {
	
    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 img {
	margin-right: 10px;
}
.adr span {
	font-size: 12px;
	color: #333;
}
.categoriesList {
    background: #ffffff url(../images/img/icon-big.webp);
    background-position: top center;
    background-repeat: no-repeat;
    border-top: 15px solid #f27438;
	/*background: white;*/
    padding-bottom: 60px;
    text-align: center;
    position: relative;
}
.categoriesList:before {
	content: "";
    /*background-image: url(../images/img/pattent-gray-top.webp);*/
    left: 0;
    top: 0;
}
.categoriesList:after {
    background-image: url(../images/img/pattent-green-top.webp);
    left: 0
}
.Services {
    margin: 0 auto;
    padding-top: 50px;
    max-width: 900px;
}
.Services .Titre{
    text-transform: uppercase;
    font-weight: 800;
    color: #333;
    letter-spacing: 1px;
    text-align: left;
}
.Services .Titre:after {
    content: "";
    display: block;
    width: 75px;
    border-bottom: 5px solid #bdc5be;
    margin-top: 15px;
}
.Liens {
    column-count: 3;
    -webkit-column-count: 3;
    padding-top: 20px;
    text-align: left;
}
.Tablet .Liens {
	column-count: 2;
}
.Mobile .Liens {
	column-count: 1;
}
.Liens a {
    margin: 0 0 15px;
    color: #4e4d4d;
    display: block;
    position: relative;
    padding-left: 25px;
}
.Mobile .Liens a {
    margin: 0;
    padding-top: 11px;
    padding-bottom: 11px;
}

.Liens a img {
	margin-right: 10px;
    position: absolute;
    left: 0;
    top: 5px;
    width: 20px;
    height: 20px;
}
.Mobile .Liens a img {
    top: 15px;
}

.mainleft h2 {
    font-size: 20px;
    text-transform: uppercase;
}
.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;
    height: 100%;
    width: 100%;
}
.Tablet .bgImgF,
.Mobile .bgImgF {
	height: 250px;
}
.Block.Block1, 
.Block.Block2 {
    background: white;
    margin: 15px 0;
}
.Block.Block1 {
    margin-top: 34px;
}
/*.Block.Block2 .row {
    flex-direction: row-reverse;
}*/
.Block.Block1 .bloc-une, 
.Block.Block2 .bloc-une {
    padding: 20px;
    position: relative;
}
.Block.Block1 .bloc-une p, 
.Block.Block2 .bloc-une p {
    margin-bottom: 0
}
.Desktop .Block.Block1 .bloc-une,
.Desktop .Block.Block2 .bloc-une {
	padding-left: 0; 
}
/*.Desktop .Block.Block2 .bloc-une {
    padding-right: 0;
}*/

.accordeon-inner > div {
    margin-bottom: 10px;
}
.accordion {
  	background-color: #0c264e;
    color: white;
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 16px !important;
    transition: 0.4s;
    padding: 18px;
    margin-bottom: 0;
    font-weight: 500;
}

.accordion.active, 
.accordion:hover {
    background-color: #f27438;
    color: white;
}

.accordion:after {
  content: '+';
  color: #9e9e9e;
  font-size: 18px;
  float: right;
  margin-left: 5px;
}

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

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

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


/*
Nos compétemces
*/
.competenceListe {
    position: relative;
    padding: 0 20px;
    margin-bottom: 35px;
}
@media(min-width: 768px) {
    .competenceListe .row {
        margin-right: -1px;
        margin-left: -1px;
    }
    .competenceListe .row > div {
        padding: 2px 1px;
    }
}
.Mobile .competenceListe {
    display: flex;
    flex-wrap: wrap;
}

.Mobile .competenceListe .row {
    margin-right: -5px;
    margin-left: -5px;
}
.Mobile .competenceListe .row > div {
    padding: 0 5px;
}
.comp_item {
	width: 100%;
    position: relative;
    overflow: hidden;
    padding: 0 5px;
}
.Mobile .comp_item {
    max-width: 50%;
    flex: 0 0 50%;
}
.entry-header {
    -webkit-transition: all .5s;
    transition: all .5s;
    float: left;
    width: 100%;
    position: relative;
    border: 5px solid #dbf5ef;
    overflow: hidden;
}
.Mobile .entry-header {
    border:none;
}
.entry-header .entry-thumbnail {
    background-color: #222;
    float: left;
    width: 100%;
    -webkit-transition: all .5s;
    transition: all .5s;
    height: 160px;
    position: relative;
    overflow: hidden;
}
.entry-header .entry-thumbnail img {
    opacity: .7;
    width: 100%;
}
.Mobile .entry-header .entry-thumbnail {
	margin: 7px 0;
    height: auto;
}
.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-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;
    margin-bottom: 0px;
    display: none;
}
.engagement .h3 {
    text-align: center;
}
.Mobile .engagement .h3 {
    
    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;
}
.Mobile .eng-liste li {
    margin: 2px 0;
}
.eng-liste li:before {
    content: "";
    background-image: url(../images/img/check.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    width: 14px;
    height: 14px;
}



/*
Footer
*/
#footer {
	background: #0d0d0d url(../images/img/footer-bg.webp) no-repeat center;
    background-size: cover;
    padding: 50px 0 30px;
    color: #ffffff;
    position: relative;
    background-blend-mode: soft-light;
}
.logo-footer {
	display: block;
	text-align: center;
    background-color: white;
    padding: 5px;
}
.logo-footer img {
	width: 190px;
}
.tel-footer span {
    font-size: 18px;
}
.tel-footer span > span {
    display: block;
    margin: 0;
}
.tel-footer, 
.adresse {
    display: flex;
    align-items: center;
    margin: 0 20px;
}
.tel-footer img,
.adresse img {
    display: block;
    text-align: center;
    margin-right: 15px;
    padding: 14px;
    width: 50px;
    height: 50px;
    background: #f27438;
    line-height: 50px;
}
p.tel-footer a {
    display: block;
    color: white;
    font-weight: bold;
    font-size: 18px;
    padding: 11px 0;
}
p.copyright {
    margin-bottom: 0;
}

.mobilC {
	margin-top: 35px;
    border-top: 1px solid rgb(58, 58, 58);
    padding-top: 35px;
    text-align: center;
}
.mobilC a {
    color: #f27438;
}
.btn-rea {
    color: white;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.35);
    margin-top: 30px;
    display: inline-block;
    padding: 18px 34px;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
}
.Mobile .btn-rea {
    padding: 10px 20px;
    font-size: 14px;
}
.btn-rea:hover {
    background: #f27438;
    color: #000;
}

#realisations {
    padding: 60px 0;
}
.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: 0;
    width: 30px;
    height: 30px;
    background-position: 5px 2px;
}

b.titre-album {
    display: block;    
    color: #000;    
    font-size: 1.5rem;    
    margin-bottom: 1.5rem;
}

.Block.Block0 {
    position: relative;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
.Block.Block0:before, .Block.Block0:after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -14px;
    top: -15px;
    height: 15px;
    width: 28px;
    background: url(../images/img/logo-icon.webp) top center/28px no-repeat;
}
.Block.Block0:after {
    top: auto;
    bottom: -15px;
    background-position: bottom center;
}

.agence {
    max-width: 50%;
    margin: auto;
}
.Mobile .agence,
.Tablet .agence {
    max-width: 100%;
}
.agence a {
    color: inherit;
}
.logoAgence img {
    width: 140px;
    margin-left: 5px;
}

#Messages {
    background: black;
    text-align: center;
    position: relative;
    z-index: 99;
}
#Messages p {
    color: white;
    font-weight: bold;
    margin: 0;
    padding: 25px 0;
}
/**
404
*/
.blog_pageIntrouvable {
    background: #ffffff;
    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: orange;
}

.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: orange;
}
.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;
  }
}

.nav-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.Mobile .nav-top,
.Tablet .nav-top {
    padding: 10px 0;
}

.tel-TopNav div {
  display: flex;
  align-items: center;
  column-gap: 15px;
  margin-bottom: 10px;
}

.tel-TopNav a {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #fff;
}

.tel-TopNav a img {
    filter: invert(1);
}

.content-slider {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1200px;
    max-width: 100%;
    margin-top: 70px;
}
.Mobile .content-slider {
    left: 0;
    padding-left: 20px;
}
.captionText {
    width: 65%;
    max-width: 100%;
}

.Devisgratuit {
    width: 35%;
    max-width: 100%;
}
.mainright .Devisgratuit {
    width: 100%;
}
.soc {
    font-size: 14px;
    text-transform: uppercase;
    background: rgba(0, 0, 0, 0.5);
    width: fit-content;
    padding: 10px;
    margin-bottom: 17px;
}
.fullImg:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}

.cat {
  background: #272727;
  padding: 100px 0;
}

.Mobile .cat {
    background: #272727;
    padding: 30px 0;
}
.cat-item {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px 52px;
}

.Tablet .cat-item {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.Mobile .cat-item {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.mycat {
  border: 1px solid #f27438;
  padding: 30px 30px 0px;
  clip-path: polygon(0% 0%, 100% 0%, 100% 89%, 91% 100%, 0% 100%);
  position: relative;
  z-index: 1;
  transition: .5s;
  margin-bottom: 30px;
  height: 243px;
  overflow: hidden;
  transition: all 0.5s;
}

.Tablet .mycat {
  padding: 20px;
  clip-path: polygon(0% 0%, 100% 0%, 100% 89%, 85% 100%, 0% 100%);
  margin-bottom: 20px;
  height: 275px;
}

.Mobile .mycat {
    padding: 10px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 89%, 80% 100%, 0% 100%);
    margin-bottom: 10px;
    height: 250px;
}

.mycat:hover {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 100% 100%, 0% 100%);
}

.mycat:before {
  position: absolute;
  z-index: 1;
  content: "";
  right: 2px;
  bottom: -25px;
  width: 1px;
  height: 100px;
  background: #f27438;
  transform: rotate(48deg);
}

.Tablet .mycat:before {
  bottom: -23px;
}

.mycat:hover:before {
  opacity: 0;
}

.h2 p {
    text-align: center;
    color: #fff;
    margin-bottom: 36px;
    font-size: 2.5rem;
}
.Mobile .h2 p {
    text-align: center;
    color: #fff;
    margin-bottom: 25px;
    font-size: 20px;
}

.h2 p span {
  color: #f27438;
}
.service-icon-thumb img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    display: block;
}

.mycat:hover .service-icon-thumb img {
  filter: brightness(0) invert(1);
}

.service-title p {
    color: #999999;
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
}

.Mobile .service-title p {
  line-height: 19px;
  margin-top: 6px;
}

.Mobile .service-title p {
    margin-top: 5px;
}

.service-title span a {
    color: #fff;
}

.Desktop .service-title span a {
    font-size: 22px;
}

.service-button a {
    font-size: 15px;
    color: #f27438;
}

.section-1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.Tablet .section-1 {
  gap: 30px;
}

.Mobile .section-1,
.Mobile .section-3 {
    flex-direction: column;
}

.image-1 {
    width: 450px;
    height: 590px;
    position: relative;
    border-top-left-radius: 250px;
    border-top-right-radius: 250px;
    z-index: 0;
}

.Tablet .image-1 {
  width: 250px;
  height: 400px;
}

.Mobile .image-1 {
    width: 300px;
    height: 400px;
}

.image-1:before {
    position: absolute;
    content: '';
    top: 10px;
    left: 10px;
    width: 100%;
    height: 100%;
    border: 2px solid #f27438;
    border-top-left-radius: 250px;
    border-top-right-radius: 250px;
    z-index: 2;
}

.image-1:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    border-top-right-radius: 250px;
    border-top-left-radius: 250px;
    z-index: 1;
}

.s1-text {
    width: 50%;
}

.Tablet .s1-text {
  width: 58%;
}

.Mobile .s1-text {
    width: 100%;
}

.icon-g {
    position: absolute;
    top: 44px;
    left: -16px;
    width: 140px;
    height: 140px;
    overflow: hidden;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #058240;
    z-index: 3;
}

.Mobile .icon-g,
.Tablet .icon-g {
    width: 100px;
    height: 100px;
}

.s1-btn {
    position: absolute;
    bottom: -27px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    width: 70%;
    padding: 17px 0 0 0;
    color: #fff;
    left: 50%;
    transform: translateX(-50%);
    background: #058240;
    z-index: 3;
}

.Mobile .s1-btn,
.Tablet .s1-btn {
    bottom: -35px;
    left: -10px;
    width: 100%;
    padding: 17px 0 0 0;
    color: #fff;
    left: -10px;
    transform: translateX(0%);
}

.Tablet .s1-btn p {
  text-align: center;
}

.s1-text span h1 {
    text-transform: uppercase;
    margin-bottom: 25px;
    font-size: 25px;
}

.Mobile .s1-text span h1 {
    text-transform: uppercase;
    margin: 60px 0 25px 0;
    font-size: 21px;
}

.o-sec {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 120px 0;
}

.Tablet .o-sec {
  padding: 50px 0;
}

.Mobile .o-sec {
    padding: 30px 0;
}

.t-sec {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 550px;
    display: flex;
    align-items: center;
    position: relative;
}

.t-sec:before {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}

.section-2 {
    width: 60%;
    margin: auto;
    background: rgb(0, 0, 0, 0.6);
    text-align: left;
    padding: 40px 53px 45px;
    border-left: 4px solid #f27438;
    color: #fff;
    position: relative;
    z-index: 3;
}

.Tablet .section-2 {
  width: 100%;
  padding: 25px;
}

.Mobile .section-2 {
    width: 100%;
    background: rgb(0, 0, 0, 0.9);
    padding: 10px;
}

.section-2 span h2 {
    font-size: 22px;
    color: #fff;
}

.section-2 span p {
    margin-top: 20px;
    font-size: 15px;
    line-height: 22px;
}

.section-3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.Tablet .section-3 {
  gap: 15px;
}

.image-3 {
    width: 540px;
    height: 570px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background: #ddd;
}

.Tablet .image-3 {
  width: 340px;
  height: 370px;
}

.Mobile .image-3 {
    width: 270px;
    height: 345px;
}

.section-3 .span {
    width: 100px;
    height: 500px;
    position: absolute;
    top: -45px;
    left: -20px;
    border: 2px solid #f27438;
}

.Tablet .section-3 .span {
  width: 93px;
  height: 350px;
  position: absolute;
  top: 45px;
  left: -20px;
  border: 2px solid #f27438;
}

.Mobile .section-3 .span {
    width: 75px;
    height: 316px;
    top: -45px;
    left: 11px;
}

.Mobile .icon-h,
.Tablet .icon-h {
    width: 90px;
    height: 90px;
}

.icon-h {
    position: absolute;
    bottom: 20%;
    left: -20px;
    width: 130px;
    height: 130px;
    overflow: hidden;
    background: #058240;
    display: flex;
    justify-content: center;
    align-items: center;
}

.te-sec {
  padding: 120px 0;
}

.Mobile .section-3 .s1-text span h2 {
    font-size: 23px;
    margin-top: 25px;
}

.Tablet .te-sec {
    padding: 50px 0;
}

.Mobile .te-sec {
    padding: 60px 0 30px 0;
}

.eg-content {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 100px 0;
}

.Tablet .eg-content {
  padding: 50px 0;
}

.eg-sec {
  background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.eg-img {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 670px;
    height: 570px;
    background: #ddd;
}

.eg-text {
    padding: 50px 80px 38px;
    background: #fff;
    position: relative;
    z-index: 1;
    margin: 70px -50px 0 0;
    box-shadow: 0 0 8px #ddd;
}

.Tablet .eg-text {
  padding: 52px 20px;
  background: #fff;
  position: relative;
  z-index: 1;
  margin: 70px -50px 0 0;
  box-shadow: 0 0 8px #ddd;
  width: 500px;
}

.eg-title {
    border-left: 4px solid #f27438;
    padding-left: 18px;
    font-size: 25px;
    font-weight: bolder;
}

.eg-list {
    list-style: none;
    margin-top: 25px;
    padding: 25px;
}

ul.eg-list li {
    margin: 8px 0;
    position: relative;
}

ul.eg-list li:before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -22px;
    width: 20px;
    height: 20px;
    background: url(../images/img/check.png);
    content: '';
}

.f-sec {
  background: #f7f7f7;
  padding: 100px 0;
}

.Tablet .f-sec {
  padding: 50px 0;
}

.Mobile .f-sec {
    padding: 20px 0;
}

.sec-f-box {
  display: inline-flex;
  align-items: center;
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 35px 35px 35px;
  margin-bottom: 30px;
  overflow: hidden;
}

.sec-f-box:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 5px;
    height: 50px;
    background: #058240;
    content: '';
    z-index: 0;
    opacity: 0;
    transition: all 0.5s;
}

.sec-f-box:hover:before {
    opacity: 1;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    width: 100%;
    height: 100%;
}

.sec-f-img {
  padding: 10px;
  display: inline-block;
  transition: .5s;
  position: relative;
}

.sec-f-img img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}

.Tablet .sec-f-img img {
  width: 150px;
  height: 150px;
}

.sec-f-img:before {
  position: absolute;
  right: -36px;
  top: 115px;
  width: 36px;
  height: 1px;
  background: #E3E3E3;
  content: "";
  opacity: 1;
}

.Mobile .sec-f-img:before {
  display: none;
}

.sec-f-box:hover .sec-f-img:before {
  background: #f27438;
}

.sec-f-img:after {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: dashed 1px #E3E3E3;
  content: "";
  transition: .5s;
  border-radius: 100%;
}

.Mobile .sec-f-img:after {
  border: dashed 1px #333;
}

.sec-f-box:hover .sec-f-img:after {
  animation: rotate infinite 10s;
  border: dashed 1px #f27438;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.sec-f-box-content {
  align-items: center;
  padding-left: 85px;
  width: 70%;
  position: relative;
  z-index: 1;
}

.Tablet .sec-f-box-content {
  padding-left: 70px;
}

.Mobile .sec-f-box-content {
    padding: 0 10px;
    width: 100%;
}

.sec-f-box-content:after {
    position: absolute;
    content: "";
    top: 0;
    left: 36px;
    height: 100%;
    width: 1px;
    background: #E3E3E3;
    transition: .5s;
    z-index: 1;
}

.Mobile .sec-f-box-content:after {
    display: none;
}

.sec-f-box:hover .sec-f-box-content:after  {
  background: #f27438;
}
.sec-f-box-content span h2 {
    font-size: 26px;
}

.Mobile .sec-f-box-content span h2 {
    font-size: 21px;
    margin-top: 20px;
}

.sec-f-box-content span p {
    font-size: 16px;
    line-height: 22px;
}

.sec-f-box:hover .sec-f-box-content span h2,
.sec-f-box:hover .sec-f-box-content span h3,
.sec-f-box:hover .sec-f-box-content span p {
  color: #fff;
}

.Desktop p.tel-footer a {
    display: block;
    color: white;
    font-weight: bold;
    font-size: 18px;
    padding: 5px 0;
}

body.prestations .content-slider,
body.contact .content-slider,
body.mentions .content-slider,
body.realisations .content-slider {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1200px;
    margin-top: 70px;
}

.presta-text .fil {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.presta-text .fil span a img {
    width: 35px;
    height: 35px;
    object-fit: cover;
    display: flex;
}

.presta-text .fil p {
    margin: 0;
}

.presta-text .fil .fil-line {
    width: 30px;
    height: 2px;
    display: block;
    background: #f27438;
    margin: 0 12px;
}

.presta-text .titire-slider.h1 {
    font-size: 2.3rem;
}

.persta-content {
    padding: 100px 0;
}

.Tablet .persta-content {
    padding: 50px 0;
}

.Mobile .persta-content {
    padding: 20px 0;
}

.presta-c {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}

.presta-left {
    width: 30%;
}

.presta-right {
    width: 70%;
}

.prest-cont {
  position: relative;
}

.prest-cont:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(0, 0, 0, 0.5);
}

.pc-content {
    padding: 60px 35px;
    position: relative;
    z-index: 2;
    color: #fff;
}

.presta-devis {
    padding: 30px 10px;
    background: #ddd;
    margin-bottom: 30px;
}

.presta-devis .h3 {
    font-size: 22px;
    text-align: center;
}

.p-block1 img {
    width: 808px;
    height: 350px;
    object-fit: cover;
    margin-bottom: 30px;
    display: block;
}

.Mobile .p-block1 img {
    width: 100%;
}

.p-block2 {
  margin: 50px 0;
}

.p-block2, .p-block3 {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.Mobile .p-block2, .Mobile .p-block3 {
    flex-direction: column;
    gap: 10px;
}

.p-block2 img, .p-block3 img {
    width: 250px;
    height: 350px;
    object-fit: cover;
    display: block;
    background: #ddd;
}

.Mobile .p-block2 img, .Mobile .p-block3 img {
    width: 100%;
}

.p-block2 h2, .p-block3 h2 {
    font-size: 21px;
}

.p-block2 p, .p-block3 p {
    font-size: 16px;
}

.Mobile i.icon.icon-angle-down,
.Tablet i.icon.icon-angle-down {
    position: relative;
}

.Mobile i.icon.icon-angle-down:before,
.Tablet i.icon.icon-angle-down:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(../images/drop.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 9px;
    width: 20px;
    height: 20px;
    content: '';
    display: flex;
    filter: invert(1);
}

.Mobile .eg-img {
    display: none;
}

.Mobile .eg-content {
    padding: 20px 0;
}

.Mobile .eg-text {
    padding: 50px 25px;
    margin: auto;
}

.Mobile .sec-f-box {
    display: flex;
    align-items: center;
    flex-direction: column;;
    padding: 10px;
}

body.Tablet #devisGratuit {
  width: 100%;
}


.Mobile .presta-text .titire-slider.h1 {
    font-size: 1.9rem;
    width: 340px;
    margin: auto;
    text-align: center;
}

body.Mobile.prestations .content-slider {
    margin-top: 30px;
}

.Mobile .presta-right,
.Tablet .presta-right {
    width: 100%;
}

.h-btn {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.presta-text .h-btn {
  justify-content: center;
}

.Mobile .h-btn {
    justify-content: flex-start;
    flex-direction: column;
    gap: 0;
}

body.Mobile.ville .h-btn {
    width: 200px;
}

.ContactezNous {
    padding: 50px 0;
}

.ad-box {
  text-align: center;
  margin-bottom: 30px;
  border: 1px solid #E9E9E9;
  padding: 16px 0 18px;
}

.icon-c {
  position: relative;
  margin-top: -50px;
}

.cont-adresse {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    margin: 60px 0 20px 0;
}

.Tablet .cont-adresse {
    grid-template-columns: repeat(2, 1fr);
}

.Mobile .cont-adresse {
    grid-template-columns: repeat(1, 1fr);
}

.icon-c img {
    display: inline-block;
    color: #fff;
    background: #1d1d1d;
    padding: 13px;
    width: 70px;
    height: 70px;
    margin-bottom: 18px;
}

.ad-box .num {
    padding: 10px 30px;
}

.ad-box .num a, .ad-box .num span  {
    color: #333;
}

.ad-box .num span {
  font-size: 15px;
}

.ad-box:nth-child(1) .num a,
.ad-box:nth-child(2) .num a {
    font-size: 20px;
}

.ContactezNous h1 {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 29px;
}

.ContactezNous .text-intro {
  text-align: center;
}

.text-intro > div > div:nth-child(2) {
    display: none;
}

.form-box {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.Mobile .form-box {
    flex-direction: column;
}

.c-box {
    width: 50%;
}

.Tablet .form-box .c-box:last-child {
  margin-top: 20px;
}

.Mobile .c-box {
    width: 100%;
}

.ContactezNous div#Map {
    height: 360px;
    z-index: 0;
}

.Tablet .ContactezNous div#Map {
  margin: 0 auto;
}

.Mobile .ContactezNous div#Map {
    margin: 20px 0;
}

.c-form b {
    display: flex;
    justify-content: center;
    text-transform: uppercase;
}

a.swipebox img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    display: block;
}
b.titre-album {
    width: 100%;
    font-size: 36px;
    color: #000;
    font-weight: bold;
    display: block;
    margin: 15px;
    text-align: center;
    text-transform: uppercase;
}

.Tablet.realisations #realisations .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
}

.mention-content {
    padding: 50px 0;
}

.Mobile .mention-content {
    padding: 20px;
}

.mention-content > .container h2 {
    font-size: 2rem;
    text-transform: uppercase;
}

.Mobile .mention-content > .container h2 {
    font-size: 1.5rem;
}

.mention-content h3 {
    font-size: 21px;
}

.mention-content ol {
    font-size: 16px;
}

body.Tablet.prestations .content-slider,
body.Tablet.contact .content-slider,
body.Tablet.mentions .content-slider,
body.Tablet.realisations .content-slider,
body.Mobile.prestations .content-slider,
body.Mobile.contact .content-slider,
body.Mobile.mentions .content-slider,
body.Mobile.realisations .content-slider {
  width: 100%;
}

.Desktop.ville .homeslider {
    height: 900px;
    overflow: hidden;
}

.icon-g img,
.icon-h img {
    width: 100px; 
    object-fit: cover;
}
.icon-g img{
  height: 70px;
}
.icon-h img{
  height: 84px;
}
.Mobile .icon-g img,
.Mobile .icon-h img {
    width: 80px;
    height: 80px;
}
.logo-g {
    margin-top: 15px;
}

.block-rs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    align-items: center;
    margin: 0 0 20px;
} 
.block-rs a {
    display: block;
    background: #fff;
    padding: 5px;
    border-radius: 5px;
}
.block-rs a img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    transition: all .3s ease;
}
.block-rs a:hover img { 
    filter: drop-shadow(1px 1px 3px black);
}
.section-2 h3 {
    color: #fff;
    font-size: 20px;
}
.Tablet .d-md-flex.justify-content-between.align-items-center.foot {
  align-items: flex-start !important;
}
.Tablet .tel-footer, 
.Tablet .adresse { 
  margin: 0 5px;
  flex-direction: column;
}
.horaire {
    font-size: 18px;
    font-weight: 600;
    padding: 15px;
    margin-top: 30px;
    margin-right: 50px;
    background: #05824052;
    color: #ffffff;
}
.Mobile .horaire{ 
  margin-top: 0;
  margin-bottom: 30px;
  margin-right: 0;
}
.Mobile .btn-rea{
  margin-top: 14px;
}