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

html {
  font-family: "Calibri", 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 {
  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: "Calibri", sans-serif;
  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;
}

svg:not(:root) {
  overflow: hidden;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: "Calibri", sans-serif;
  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;
}

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

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
/* 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: "Calibri", sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #666666;
    -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
}
/*body:before {
    content: "";
    background: rgba(6, 23, 2, 0.84);
    position: fixed;
    height: 100%;
    width: 100%;
}*/

a {
    background: transparent;
    -webkit-transition: .5s;
    transition: .5s;
    color: #272056;
    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: 33px;
}


@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}
/*
header
*/
.header {
    position: relative;
    z-index: 4;
}
.page-header-inner {
    background-color: #ffffff;
    background-image: url(../images/img/binding-dark.webp);
    border-bottom-color: rgba(0, 0, 0, 0);
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    height: 105px;
}
.Mobile .page-header-inner,
.Tablet .page-header-inner {
    height: inherit;
    background-color: #fff;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999;
}

.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 {
    display: flex;
    gap: 15px;
}
.telTopNav a {
   display: flex;
    color: #000;
    font-size: 20px;
    align-items: center;
    gap: 3px;
}

.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 .categoriesList {
    padding-bottom: 0;
}
.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: 250px;
    margin: 0 auto -38px;
    word-break: break-word;
    position: relative;
    z-index: 15;
    padding: 10px;
    border-top: 5px solid #272056;
    background-color: #ffffff;
}
.logo img {
    color: #ffffff;
    -webkit-transition: all 0.15s ease-in-out 0s;
    transition: all 0.15s ease-in-out 0s;
    width: 220px;
    height: 120px;
    object-fit: contain;
}


.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: #272056;
}
.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: 60px;
    height: 54px;
    object-fit: contain;
    margin-left: 10px;
}
.Mobile .custom_info_logo img{
    width: 68px;
    height: 100px;
    object-fit: contain;
    margin-left: 11px;
    margin-top: 10px;
}

.Mobile .custom_info_tel {
    background: #9a9a9a;
    padding: 5px 0;
    gap: 15px;
}
.Tablet .custom_info_tel {
    background: #9a9a9a;
    padding: 5px 0;
    justify-content: center;
    display: flex;
    gap: 15px;
}
.Mobile .custom_info_tel img,
.Tablet .custom_info_tel img {
    width: 20px;
    height: 20px;
}
.Mobile .custom_info_tel a,
.Tablet .custom_info_tel a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
    gap: 3px;
}
.menu-site {
    position: relative;
    bottom: -25px;
}
.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 {
    justify-content: center;
    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 8px;
    margin-bottom: 0;
    display: table-cell;
    text-align: center;
}
.nav-item a {
    font-weight: 600;
    font-size: 14px;
    line-height: 130%;
    color: #101010;
    display: block;
    position: relative;
    -webkit-transition: .5s;
    text-transform: uppercase;
    transition: .5s;
}
.nav-item.active {
    background: #272056;
}
.nav-item.active > a {
    color: #fff !important;
}

.nav-submenu {
    display: none;
    position: absolute;
    list-style: none;
    padding: 15px 0 0 0;
    min-width: 250px;
    top: 100%;
    margin-left: -11px;
    background-color: #272056;
    background-image: url(../images/img/binding-dark.webp);
}
.nav-item:hover .nav-submenu {
    display: block;
}
.nav-submenu-item a {
    display: block;
    padding: 7px 15px;
    border-bottom: 1px dashed #fff;
    text-align: left;
    color: #fff !important;
}
.nav-submenu-item:hover > a,
.nav-submenu-item.active > a {
    color: #fff !important;
}
.nav-submenu-item:last-child a {
    border-bottom: none;
}
.nav-mobile {
  display: none;
  cursor: pointer;
  background: #272056 url(../images/nav.svg) no-repeat 80px center;
    background-size: 18px;
    height: 50px;
    width: 120px;
    color: #fff;
    text-transform: uppercase;
    line-height: 50px;
    padding-left: 10px;
}

.nav-mobile span {
    position: relative;
    display: block;
    padding-right: 34px;
}
.btn.btn-devis {
    background: #272056;
    color: #fff;
    border-radius: 0;
    margin: 5px 0;
    width: 120px;
}
.MobileNav {
    padding: 0 10px;
    align-items: center;
}
.Mobile .MobileNav,
.Tablet .MobileNav {
    padding: 5px 10px;
    align-items: center;
}
.MobileNav a > img {
    width: 170px;
    height: 97px;
    object-fit: contain;
}
.Tablet .MobileNav a > img {
    width: 181px;
}
.Mobile .eng-liste li {
    position: relative;
    padding-left: 25px;
    margin: 0;
    font-weight: 300;
}
.Mobile .logo-footer {
    display: block;
    text-align: center;
    padding: 0;
    margin-bottom: 24px;
}
.Mobile .real {
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    text-align: center;
}
.nav-click {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  height: 38px;
  width: 50px;
  cursor: pointer;
  color: #fff;
    font-size: 27px;
    padding-top: 2px;
    z-index: 999;
}
.Tablet .nav-click {
    height: 38px;
    padding-top: 3px;
}
span.nav-click img {
    width: 18px;
    height: 18px;
}

.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;
    border-radius: 0;
  }
  .nav-list {
    border-top: 0;
    padding-top: 0;
    display: block;
    width: 100%;
1  }
  .nav-item > a {
    padding: 10px 20px 10px 10px;
    text-align: left;
  }
  .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;
    color: #fff !important;
    }
  .nav-submenu {
    position: static;
    width: 100%;
    margin: 0;
  }
}



/*
formulaire
*/
#mail2, #mail { 
    display: none;
}
.custom_rappel_top {
    margin-left: 15px;
    padding-bottom: 8px;
}
.custom_rappel_top strong {
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    margin-bottom: 5px;
    color: #111;
}
.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 {
    display: inline-block;
    background: #ececec;
    margin-right: 2px;
    border: 1px solid transparent;
    font-size: 12px;
    padding: 1.5px;
    vertical-align: middle;
}
.custom_rappel_top .btn-submit {
    padding: 7px 5px;
    background: #272056;
    font-size: 10px;
    vertical-align: middle;
    border-radius: 0;
    border: 1px solid transparent;
    color: #fff;
}

#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 #272056;
}
#FormDevis textarea.form-input {
    border-radius: 25px;
    height: 100px;
}
#FormDevis .btn-submit {
    display: block;
    width: 100%;
    background: #272056;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 1px;
}
.Mobile #rappel_immediat .btn-submit,
.Tablet #rappel_immediat .btn-submit,
.Tablet #FormDevis .btn-submit {
    display: block;
    width: 100%;
    background: #272056;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 1px;
}
.Mobile #rappel_immediat
.Tablet #rappel_immediat {
    padding-bottom: 20px;
}
.Mobile #rappel_immediat strong,
.Tablet #rappel_immediat strong {
    color: #fff;
    text-align: center;
    display: block;
    padding: 18px 0;
    font-size: 20px;
    background: #272056;
    margin-bottom: 15px;
}
#FormDevis .btn-submit:hover,
#FormDevis .btn-submit:focus,
.Mobile #rappel_immediat .btn-submit:focus {
    outline: none;
    box-shadow: none;
}
#FormDevis {
    padding: 20px;
}

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

.homeslider {
    position: relative;
    height: 600px;
}
.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.41);
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
}
.Mobile .fullImg {
    height: 600px;
}
.Tablet .fullImg,
.Tablet .homeslider {
    height: 650px;
}
.caption {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    width: 100%;
    padding: 0 40px;
}
.Tablet .caption {
  transform: translateY(-30%);
}
.Mobile .caption {
    padding: 0;
    transform: translateY(-25%);
}
.ContainerSlider {
    position: relative;
}
.Mobile .ContainerSlider {
    border:none;
}
.captionText {
    padding-left: 25px;
}
.Mobile .captionText {
    padding-left: 0;
}
.titire-slider {
    font-weight: 700;
    margin-bottom: 0;
    font-size: 40px;
    color: #f7f5f4;
    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
*/
.corps {
    padding-bottom: 25px;
}
.Contenu {
    background: #f2f2f2 url(../images/img/home_img_bg.webp);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
}
.Mobile .Contenu {
    padding-top: 0;
}
.Block.Block0 .bloc-une { 
    padding:25px 0 10px;
}
.Mobile .Block.Block0 .bloc-une {
    text-align: left;
    padding: 25px 0;
}

#titreDevis {
    background: #272056;
    background-image: url(../images/img/binding-dark.webp);
    padding: 8px;
}
.titreDevis h3{
    color: #fff;
}
.mainleft {
    padding: 60px 0 60px;
}
.Mobile .mainleft {
    padding: 0;
}
.Tablet .mainleft {
    padding: 20px 0;
}
.mainright {
    position: relative;
    padding-top: 60px;
    z-index: 2;
}
.Mobile .mainright,
.Tablet .mainright {
    margin-bottom: 20px;
    padding-top: 20px;
}
.mainright > div {
    background: #fff;
    padding: 20px;
    border: 1px solid #d6d6d6;
    position: relative;
}
.mainright b {
    display: block;
    font-size: 20px;
    color: #fff;
    background-color: #272056;
    z-index: 2;
    letter-spacing: 1px;
    padding: 11px 17px 10px 12px;
    text-align: center;
}
.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 {
    background: #f1f1f1 url(../images/img/bg-form.webp) no-repeat;
    margin-bottom: 0;
}
.caption .Devisgratuit p {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
}
.Mobile #devisGratuit p,
.Tablet #devisGratuit p {
    text-align: center;
    padding: 25px;
    font-size: 24px;
    background: #272056;
    color: #fff;
    margin: 0 -15px;
}
.Mobile .Devisgratuit,
.Tablet .Devisgratuit {
    background: #f1f1f1;
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
}
.is-sticky .Devisgratuit {
    margin-top: -333px;
}
.call {
    display: block;
    width: 70px;
    flex: 0 0 70px;
    height: 70px;
    margin-bottom: 10px;
    margin-right: 10px;
    border-radius: 100%;
    background: #96a959;
    overflow: hidden;
}
.call img {
    width: 70px;
    height: 70px;
    object-fit: cover;
}
.coordonne {
    background: #fed34a !important;
    text-align: center;
    color: #fff;
    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: #fff;
}
.contactD .tel:last-child {
    margin-top: 35px;
}
.telDevis {
    margin-top: 15px;
    border-top: 25px solid #e6e5e5;
    padding-top: 15px;
    padding-left: 25px;
}
.telDevis a {
    color: #272056;
}
.telDevis img {
    width: 20px;
    height: 20px;
}
.telTopNav img {
    width: 20px;
    height: 20px;
}
.telDevis .tel {
    font-size: 28px;
    display: flex;
    align-items: center;
    gap: 10px;
    background: none !important;
}
.telDevis .tel i {
    background: #272056;
    font-size: 18px;
    padding: 15px;
    display: inline-block;
}
.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 .icon {
    margin-right: 10px;
}
.adr span {
    font-size: 12px;
    color: #333;
}
.categoriesList {
    background-color: #fff;
    border-top: 15px solid #6b6763;
    padding-bottom: 60px;
    text-align: center;
    position: relative;
    background-image: url(../images/img/binding-dark.webp);
}
.categoriesList:before {
    content: "";
    left: 0;
    top: 0;
}
.categoriesList:after {
    left: 0
}
.Services {
    margin: 0 auto;
    padding-top: 50px;
    max-width: 900px;
}
.Mobile .Services {
    padding-top: 20px;
}
.Mobile #FormDevis .btn-submit,
.Desktop.devis #FormDevis .btn-submit {
    display: block;
    width: 100%;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 1px;
}
.Services .Titre{
    text-transform: uppercase;
    font-weight: 800;
    color: #000000;
    letter-spacing: 1px;
    text-align: left;
}
.Services .Titre:after {
    content: "";
    display: block;
    width: 75px;
    border-bottom: 5px solid #000;
    margin-top: 15px;
}
.Liens {
    column-count: 2;
    -webkit-column-count: 2;
    padding-top: 20px;
    text-align: left;
}
.Tablet .Liens {
    column-count: 1;
     -webkit-column-count: 1;
}
.Mobile .Liens {
    column-count: 1;
     -webkit-column-count: 1;
     padding-top: 0;
     padding-bottom: 20px;
}
.Mobile .Liens a {
    display: block;
    position: relative;
    padding-left: 25px;
}
.Liens a {
    margin: 10px 0;
    color: #000000;
    display: block;
    position: relative;
    padding-left: 25px;
}
.Liens a::before {
    content: "";
  background-image: url('../images/img/icon.webp');
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
   position: absolute;
   left: 0;
   top: 3px;
   transform: rotate(-90deg);
   filter: invert(1);
}
.Liens a .icon {
    margin-right: 10px;
    color: #272056;
    position: relative;
    left: 0;
}

.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: left bottom;
    height: 100%;
    width: 100%;
}
.Tablet .bgImgF,
.Mobile .bgImgF {
    height: 250px;
}
.Block.Block1{
    background: #fff;
    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{
    padding-left: 0; 
} 

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

.accordion.active, 
.accordion:hover {
    background-color: #272056;
    color: #fff;
}

.accordion:after {
    content: '';
    background-image: url(../images/img/icon.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    float: right;
    position: absolute;
    right: 10px;
    transition: all 0.5s;
    top: 50%;
    transform: translateY(-50%);
}

.accordion.active:after {
  content: '';
  transform: translateY(-50%) rotateZ(180deg);
}

.accordion:hover:after {
  color: #ffffff;
}
.panelV {
  padding: 0 18px;
  background-color: #fff;
  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;
    display: flex;
    overflow-x: hidden;
}
@media(min-width: 768px) {
    .competenceListe .row {
        margin-right: -1px;
        margin-left: -1px;
    }
    .competenceListe .row > div {
        padding: 2px 1px;
    }
}

.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;
}
.Desktop .comp_item,
.Tablet .comp_item {
    min-width: 210px;
}
.Mobile .comp_item {
    min-width: 150px;
}
.entry-header {
    -webkit-transition: all .5s;
    transition: all .5s;
    float: left;
    width: 100%;
    position: relative;
    border: 5px solid #272056;
    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%;
}
.Desktop .entry-header .entry-thumbnail img {
    width: 190px;
    height: 160px;
    object-fit: cover;
}
.Mobile .entry-header .entry-thumbnail img{
    height: 100%;
    object-fit: cover;
}
.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: #fff;
    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: #fff;
    padding-top: 0;
}
.engagement p {
    display: block;
    font-size: 20px;
    color: #fff;
    background-color: #272056;
    z-index: 2;
    letter-spacing: 1px;
    padding: 11px 17px 10px 12px;
    text-align: center;
}
.Mobile .engagement p {
    font-weight: 700;
    text-align: left;
    text-shadow: 0 2px 2px #000;
    background: none;
    padding: 0;
    font-size: 18px;
}
.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: "";
    background-image: url('../images/img/icon.webp');
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    transform: rotate(-90deg);
    filter: invert(1);
}

.Mobile .eng-liste li:before {
    top: 3px;
    filter: invert(0);
}



/*
Footer
*/
#footer {
    background: #000000db url(../images/img/footer-bg.webp) no-repeat center;
    background-size: cover;
    padding: 50px 0 30px;
    color: #d0d0d0;
    position: relative;
    background-blend-mode: multiply;
}
.Mobile #footer {
    background: #000000db url(../images/img/footer-bg-mob.webp) no-repeat center;
    background-size: cover;
    background-blend-mode: multiply;
}
.logo-footer {
    display: block;
    text-align: center;
    padding: 15px;
}
.logo-footer img {
    width: 210px;
    height: 120px;
    object-fit: contain;
    background: #fff;
}
.Tablet .logo-footer img {
    display: none;
}
.tel-footer span {
    font-size: 18px;
}
.tel-footer img{
    width: 20px;
    height: 20px;
}
.tel-footer a{
    color: #fff;
}
.Mobile .tel-footer a {
    line-height: 35px;
}
.tel-footer span > span {
    display: block;
    margin: 0;
}
.tel-footer, 
.adresse {
    display: flex;
    align-items: center;
    margin: 0 20px;
}
.Mobile .adresse {
    font-size: 13px;
}
.adresse img{
    width: 20px;
    height: 20px;
}
.tel-footer .icon,
.adresse .icon {
    display: block;
    text-align: center;
    margin-right: 15px;
    font-size: 20px;
    width: 50px;
    height: 50px;
    background: #272056;
    color: #fff;
    line-height: 50px;
}
p.copyright {
    margin-bottom: 0;
}

.mobilC {
    margin-top: 35px;
    border-top: 1px solid rgb(58, 58, 58);
    padding: 25px 0;
    text-align: center;
}
.mobilC a {
    color: #fff;
}



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

span.logoAgence img {
    width: 150px;
    margin-left: 5px;
    height: 25px;
}
.Mobile .nav-item a,
.Tablet .nav-item a {
    color: #000;
}
.real a {
    background: #272056;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    padding: 10px 30px;
    margin-left: 33px
}
.Desktop .real a,
.Tablet .real a {
    margin-left: 25px;;
    display: inline-block;
}
.Mobile .real a {
    background: #272056;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    padding: 5px 15px;
}
.real {
    margin-top: 30px;
}
.titre-album {
  clear: both;
  display: block;
  font-size: 32px; 
  padding: 20px 0;
  width: 100%;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}
.Mobile .titre-album {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 40px; 
    font-size: 23px;
    margin-top: 25px;
}
.Mobile div#realisations, .Tablet div#realisations {
    padding: 145px 0 20px;
}
a.swipebox img {
    height: 230px;
    width: 100%;
    object-fit: cover;
}
.Mobile a.swipebox img{
    height: 270px;
}

.Mobile h1,
.Mobile .h1 {
    font-size: 32px;
}
.Mobile h2,
.Mobile .h2 {
    font-size: 20px;
}
.Mobile h3,
.Mobile .h3 {
    font-size: 18px;
}

/**
404
*/
.blog_pageIntrouvable {
    background: #272056;
    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: #fff;
}
.blog_pageIntrouvable p {
    font-size: 36px;
    line-height: 100%;
    margin-top: -21px;
    text-transform: uppercase;
    letter-spacing: 10px;
    color: #fff;
}
.blog_pageIntrouvable a {
    color: #fff;
}
.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 
-----------------------------------------------------------------------------------*/

div#Messages {
    text-align: center;
    background-color: #000;    
    padding: 10px;
    width: 100%;
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
}

div#Messages p {
    margin: 0;
    color: #fff;     
    font-size: 20px;
}
.Tablet div#Messages p,
.Mobile div#Messages p {
    font-size:14px;
}
/*a.btn.btn-devis {
    display: none;
}*/
.nav-submenu-item:hover,
.nav-submenu-item.active {
    background: #9a9a9a;
}
.page-mention {
    padding: 20px 0;
}
.Mobile .page-mention,
.Tablet .page-mention {
    padding: 160px 0 20px;
    margin-top: 25px;
}
.p-slider {
    font-size: 20px;
    margin-top: 20px;
}
.Mobile .p-slider {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 15px;
}
.logo-cb {
    margin-left: 25px;
    margin-top: 25px;
}
.Mobile .logo-cb {
    margin-left: 0;
    text-align: center;
}
.logo-cb img {
    width: 125px;
    height: 71px;
    object-fit: contain;
}
.Mobile .logo-cb img {
    width: 100px;
    height: 56px;
}
.Desktop .real {
    display: flex;
    align-items: center;
}
.Desktop a.btn.btn-devis {
    color: #fff;
    width: max-content;
}
.devis .Devisgratuit {
    padding: 40px 0;
}
.Mobile.devis .Devisgratuit,
.Tablet.devis .Devisgratuit {
    padding-top: 220px;
}
.devis .Devisgratuit h3 {
    margin-left: 20px;
}

.ContactezNous b {
    margin-right: 10px;
}
.mail_ {
    margin: 10px 0;
}
.ContactezNous a {
    display: inline-block;
    margin-right: 10px;
    color: inherit;
}
.ContactezNous .h1 {
  font-size: 32px;
}
.Mobile .ContactezNous .h1 {
    font-size: 30px;
    margin-top: 30px;
}
.Mobile .ContactezNous a {
    display: block;
}
.ContactezNous #FormDevis {
    display: block;
    padding: 20px 0 0;
}
.Desktop .ContactezNous #FormDevis {
    max-width: 75%;
    margin: auto;
}
div#contenu-home,
.ContactezNous {
    padding: 40px 0;
    color: #333;
}
.Desktop .ContactezNous {
    text-align: center;
}
.Mobile div#contenu-home,
.Mobile .ContactezNous {
    padding: 160px 0 40px;
}
.Tablet div#contenu-home,
.Tablet .ContactezNous {
    padding: 180px 0 40px;
}

.Mobile .competenceListe {
    margin-top: 35px;
}

/*----------------------------------------------------------
MENTIONS
---------------------------------------------------------*/
.mentions h2 {
    padding: 20px 0;
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
}
.mentions ol {
    max-width: 100%;
    width: 80%;
    margin: auto;
    padding: 0 0 30px;
}
body.Mobile.mentions ol {
    width: 100%; 
    padding:0 20px 20px;
}
.Mobile .custom_info_tel div {
    display: flex;
    justify-content: center;
}
.Desktop footer#footer .container {
    max-width: 1500px;
}
.Tablet .titre-album {
  margin-top: 30px;
}
.bgImgB {
    width: 100%;
    height: 300px;
    object-fit: cover;
    background-repeat: no-repeat;
}
.b2-flex {
    display: flex;
    gap: 40px;
}
.block-sous {
    background: #fff;
    width: 100%;
}
.Block.Block2 {
    margin-top: 40px;
}