*,
*::before,
*::after {
  box-sizing: border-box;
}
* {
  padding: 0;
  margin: 0;
}
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;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  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: inherit;
  line-height: 1.2;
}

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

h2, .h2 {
  font-size: 24px;
}

h3, .h3 {
  font-size: 18px;
}

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: 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: 992px) {
  .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;
}




body {
    color: #666;
    background-color: #fff;
    font-size: 14px;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.7em;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6, .h2, .h3 {
    color: #e80a0a;
}

h1 {
    font-size: 36px;
    letter-spacing: 1px;
    line-height: 1.3em;
    text-align: left;
}
@media(max-width: 991px) {
  h1 {
    font-size: 24px;
  }
}
.Mobile h2 {
  font-size: 22px;
  margin-top: 15px;
}
h1:after {
    content: "";
    border-bottom: 3px solid #d10043;
    display: block;
    width: 64px;
    margin: 30px 0;
}
p {
    line-height: 2em;
    padding-bottom: 1em;
}
a,
a:hover,
a:focus {
  text-decoration: none;
  color: inherit;
  outline: none;
}
img {
    max-width: 100%;
    height: auto;
}

/*
Top header
*/
#header-sticky-wrapper {
    position: absolute;
    width: 100%;
    z-index: 10000 !important;
}
#header-sticky-wrapper #header,
.realisations #header-sticky-wrapper #header,
.mentions #header-sticky-wrapper {
    position: relative;
    z-index: 10000 !important;
}
.logo {
    position: relative;
    margin-right: 20px;
    display: block;
    top: -5px;
}
.Mobile .logo {
  top: 0;
}
.info-footer .logo {
    border: none;
    /*background: none;*/
    padding: 0;
    margin: 0;
}
.Mobile .info-footer .logo {
  background-color: white;
}
.renov {
    color: #fff;
    font-size: 34px;
    font-weight: 600;
    margin-top: 21px;
    text-shadow: 2px 1px 1px #000;
}
.Mobile .renov {
    font-size: 20px;
}
.Mobile .texteSlider {
    font-size: 40px;
}
.Tablet .info-footer .logo {
  margin-bottom: 25px;
}
.logo img {
    max-width: 237px;
    width: 237px;
    object-fit: contain;
}
.top-head {
  background-color: #000000;
  color: #fff;
  font-size: 12px;
  padding: 0.4em 0px;
}
.top-let {
    display: flex;
    gap: 15px;
}
.Mobile .top-let {
  justify-content: center;
  flex-direction: column;
  gap: 0;
}
.Mobile .top-let div {
    display: flex;
    justify-content: center;
    gap: 15px;
}
.top-right {
    display: flex;
    align-items: center;
    gap: 3px;
}
.top-head img {
    width: 18px;
    height: 18px;
    /*filter: invert(1);*/
}
.top-head a {
  color: #ffffff;
  font-weight: 600;
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 3px;
}
.Mobile .top-head a {
    font-size: 16px;
    justify-content: center;
    padding: 5px 0;
}

@media(max-width: 991px) {
  .top-head { text-align: center; }
  .logo img {
    width: 150px;
    height: auto;
    border: 0;
    background-color: transparent;
  }
}
/*
Nav
*/
.nav {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.Mobile .nav {
  align-items: center;
}
.nav-menu {
  background-color: #ffffff;
  padding: 5px 0;
}
.Mobile .nav-menu {
  background-color: white;
  height: auto;
}

.nav-list {
  /*display: table;*/
  list-style: none;
  padding-left: 0;
  margin: 0;
  padding-top: 24px;
  width: 80%;
}
.nav-item {
    display: table-cell;
    word-wrap: break-word;
    position: relative;
    font-size: 10.8px;
    padding: 0 2px;
}
.nav-item a {
    display: block;
    position: relative;
    color: #000000;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: .5px;
    text-align: center;
    line-height: 115%;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.nav-item.active > a {
    color: #c91b06;
}
.nav-item > a:before {
    content: "";
    position: absolute;
    z-index: -2;
    left: 0;
    right: 100%;
    bottom: -10px;
    background: #c91b06;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.nav-item.active > a::before,
.nav-item:hover > a::before {
    content: "";
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
}
.nav-submenu {
    position: absolute;
    display: none;
    list-style: none;
    padding-left: 0;
    padding-top: 27px;
    min-width: 295px;
    margin: 0;
}
@media (max-width: 1400px) {
  .nav-submenu {
    max-height: 600px;
    overflow-y: scroll;
  }
}
.nav-item:hover .nav-submenu {
  display: block;
}
.nav-submenu-item {
    background: #ffffff;
}
.nav-submenu-item a {
  padding: 15px;
  border-bottom: 1px solid #f7f7f7;
  text-align: left;
}
.Desktop .nav-submenu-item:hover,
.nav-submenu-item.active {
  background: #c81b07;
}

/* Mobile navigation */
.nav-mobile {
  display: none;
  cursor: pointer;
  color: #0e0b0b;
  font-size: 32px;
  margin-top: 23px;
}
.nav-mobile span {
    font-size: 19px;
    display: flex;
    align-items: center;
    gap: 6px;
    top: -2px;
    position: relative;
}

/* Mobile navigation, clickable area for revealing <ul> */
.nav-click {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  color: #fff;
  cursor: pointer;
  height: 44px;
  width: 44px;
  z-index: 90;
  text-align: center;
  background: #c81b07;
}

.nav-click i {
  display: block;
  line-height: 42px;
  font-size: 23px;
}

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

  .nav-list {
    position: absolute;
    background: #c81b07;
    display: none;
    width: 100%;
    top: 100%;
    left: 0;
  }

  .nav-item {
    width: 100%;
    display: block;
  }

  .nav-item > a {
    padding: 15px;
  }
  .nav-item > a:before { display: none; }

  .nav-click {
    display: block;
  }

  .nav-item:hover .nav-submenu {
    display: none;
    padding-top: 0;
  }
  .nav-submenu-item a {
    text-align: center;
  }
  .nav-item.active > a {
    background: #000;
  }

  .nav-submenu {
    position: static;
    width: 100%;
  }
}

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

.slick-dots {
    padding: 0;
    list-style: none;
    margin: 20px 0 0;
}
.slick-dots li {
    display: inline-block;
    margin: 0 5px;
}
.slick-dots li:before { display: none !important; }

.slick-dots li button {
    border: none;
    background: #dddddd;
    text-indent: -9999px;
    padding: 0;
    width: 35px;
    height: 5px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    cursor: pointer;
}
.slick-dots li:hover button,
.slick-dots li:focus button {
  background-color: #c81b07;
  outline: none;
  box-shadow: none;
}
.slick-dots li.slick-active button {
    background: #292929;
}

/*
Homeslider
*/
.homeslider {
    position: relative;
}
#HOME,
#HOME .imgSlide {
    height: 100vh;
    overflow: hidden;
}
.imgSlider {
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
.Mobile .imgSlider,
.Tablet .imgSlider,
.Mobile #HOME,
.Mobile #HOME .imgSlide,
.Tablet #HOME,
.Tablet #HOME .imgSlide,  {
  height: 600px;
  overflow: hidden;
}
.Mobile.prestations .imgSlider,
.Tablet.prestations .imgSlider {
  height: 350px;
}

.homeslider > .imgSlider
.devis .homeslider > .imgSlider {
  height: 400px;
  overflow: hidden;
}
.Desktop .homeslider > .imgSlider {
    height: 780px;
    overflow: hidden;
}
.Desktop.devis .homeslider > .imgSlider {
    height: 500px;
    overflow: hidden;
}

.captionSlider {
    position: absolute;
    top: 52%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    left: 0;
    z-index: 3;
}
.Mobile.prestations .captionSlider {
  top: 70%;
}
#villeSlider.captionSlider {
    top: 59%;
}
.ttle-slder .h1 {
    color: white;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-shadow: 0 0 12px black;
}
.texteSlider {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 46px;
    text-shadow: 0.08em 0.08em 0.08em rgba(0,0,0,0.42);
    color: #ffffff!important;
    margin-bottom: 1rem;
}
.ttle-slder .subtitle {
    color: #c81b07;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 1rem;
    text-shadow: 0 0 6px rgb(253 253 253 / 55%);
}
.accroche {
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    padding: 7px 15px;
    color: #ffffff !important;
    background: rgb(0 0 0 / 76%);
    display: inline-block;
}
.subText img {
    width: 243px;
}
.texteSlider span {
    line-height: 100%;
}
p.titre-interne {
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    line-height: 120%;
    text-align: center;
    padding-bottom: 0;
    text-shadow: 1px 2px 4px #000;
}
@media(max-width: 991px) {
  p.titre-interne {
      font-size: 26px;
      text-align: center;
      line-height: 130%;
      padding-bottom: 0;
  }
}

/*
Content
*/
.realisations .contenu {
    padding: 190px 0 40px;
    background: #f7f7f7;
}
.Mobile.realisations .contenu {
    padding: 150px 0 20px;
}
.Tablet.realisations .col-md-3 {
  width: 33.3333%;
}

.swipebox {
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 250px;
    overflow: hidden;
    margin: 15px 0;
    border: 1px solid #ddd;
}
.swipebox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.Mobile #swipebox-close {
    right: 35%;
    width: 30px;
    height: 30px;
    background-position: 5px 2px;
    transform: translateX(-50%);
}

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

.contenu p {
  margin-bottom: 0 !important;
}
.section_1 {
  background-image: linear-gradient(113deg, rgb(255, 255, 255) 87%, rgb(255 207 202) 87%) !important;
  padding-top: 110px;
  padding-bottom: 40px;
}
#pesta .section_1 {
      background-image: linear-gradient(144deg, rgb(247, 247, 247) 72%, rgb(202, 223, 255) 72%) !important;
}
.section_2{
  background-image: linear-gradient(68deg,#f7f7f7 87%,#ededed 87%)!important;
  padding-top: 68px;
  padding-bottom: 40px;
}
.section_3 {
    background-image: linear-gradient(68deg,#ededed 13%, #ffffff 13%)!important;
    padding-top: 68px;
    padding-bottom: 40px;
}
#pesta .section_3 {
  background-image: linear-gradient(144deg,#ededed 25%, #ffffff 25%)!important;
}
.section_4 {
    background-image: linear-gradient(113deg,#ffeee0 13.5%, #f7f7f7 13.5%)!important;
    padding-top: 68px;
    padding-bottom: 40px;
}
.Mobile .section_1,
.Mobile .section_2,
.Mobile .section_3,
.Mobile .section_4,
.Tablet .section_1,
.Tablet .section_2,
.Tablet .section_3,
.Tablet .section_4 {
    padding-top: 20px;
    padding-bottom: 20px;
}

#villeC .block-img {
    width: 500px;
}
.block-img2 {
    margin-top: 20px;
    box-shadow: rgb(29 61 71 / 20%) 0px 15px 60px 0px;
}
#villeC .block-img img, .block-img2 img {
    width: 440px;
    height: 570px;
    object-fit: cover;
}
.block-img img,
.block-img2 img {
  width: 510px;
    height: 353px;
    object-fit: cover;
}
.Mobile .block-img img,
.Mobile .block-img2 img {
    width: 300px;
    height: 300px;
}
.Tablet .block-img img,
.Tablet .block-img2 img {
  width: 100%;
  height: 300px;
  margin-bottom: 20px;
}
.block-img {
    box-shadow: rgb(29 61 71 / 20%) 0px 15px 60px 0px;
    border-width: 30px;
    border-style: solid;
    border-color: #fff;
    border-image: initial;
}
@media(max-width: 991px) {
  .section_2 .row {
    flex-direction: column-reverse;
  }
  .section_4 .text-center {
    text-align: left !important;
  }
  #villeC .block-img {
    width: 100%;
    margin: 0 auto 20px;
    height: 350px;
    overflow: hidden;
  }
}

.contenu p {
  font-size: 16px;
  line-height: 2em;
  padding-bottom: 0
}
.Mobile .contenu p {
  line-height: 1.5;
}

.last-img {
    margin-bottom: 35px;
    text-align: center;
}
.Desktop .last-img img {
    width: 650px;
    height: 450px;
    object-fit: cover;
}
.Mobile .last-img img {
    width: 330px;
    height: 228px;
    object-fit: cover;
}

.bgPattern {
    background-image: url(../images/img/pattern-presta.svg);
    background-size: 100% 147px;
    bottom: 0;
    height: 147px;
    position: absolute;
    width: 100%;
    z-index: 1;
}
.bgSect_2 {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 0;
}
.Mobile .bgSect_2 {
    padding: 40px 0;
}
.blockBg {
    background-color: rgba(23, 87, 185, 0.65);
    padding-top: 65px;
    padding-right: 45px;
    padding-bottom: 65px;
    padding-left: 45px;
    color: #fff;
}
.Mobile .blockBg {
    padding: 20px;
}
.blockBg h2 {
  color: #fff;
}

.block-img2 img {
    width: 100%;
    border-width: 30px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-image: initial;
}

.bgSectionBlue {
    background: #c81b07;
    color: #fff;
    padding: 40px 0;
}
.bgSectionBlue h2 {
    color: #ffffff;
}
.bgSectionBlue .last-img {
    margin-bottom: 0;
    margin-top: 35px;
    text-align: center;
}

.last-presta {
    background-blend-mode: overlay;
    background-image: url(../images/img/bg-devis.webp);
    background-color: rgba(0, 0, 0, 0.91);
    background-size: cover;
    padding-top: 37px;
    padding-bottom: 37px;
    position: relative;
    color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
}
#pesta .item-slide h2,
#pesta .item-slide p {
    color: #000;
}

.btn-devis {
    color: #ffffff !important;
    border: 1px solid #c81b07;
    letter-spacing: 2px;
    text-transform: uppercase!important;
    background-color: #c81b07;
    position: relative;
    padding: .3em 1em;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.7em!important;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    display: inline-block;
    cursor: pointer;
}
.Mobile .btn-devis {
  font-size: 15px;
}
.btn-devis.btn-rea {
    background-color: #c81b07;
    border-color: #c81b07;
}
.btn-devis.btn-rea:hover {
    background: #000;
    box-shadow: 0px 12px 18px -6px rgba(0,0,0,0.3);
}

.footBloc .last-presta {
    padding-bottom: 60px;
}
.Mobile .footBloc .last-presta {
    padding-bottom: 30px;
}
.footBloc .last-presta h2 {
    font-size: 37px;
    color: #ffffff;
}

/*
Formulaire
*/
#mail, #mail2 { display: none; }
.contactFormulaire {
  background-image: url(../images/img/bg-contact.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
}
.Mobile .contactFormulaire {
  /*background-image: url(../images/img/bg-mobile-contact.webp);*/
  padding: 20px 0;
}
#contactF:after {
    content: "";
    clear: both;
    display: table;
}
.contactFormulaire .h2 {
  color: #000;
}
.inline-b {
  margin-bottom: 3%;
  margin-right: -20px;
  margin-left: -20px;
}
.inline-b > label {
  float: left;
  width: 50%;
  padding: 0 20px;
}
.inline-b:after,
#FormDevis:after {
  content: "";
  display: table;
  clear: both;
}
.form-input {
    width: 100%;
    color: #000000;
    font-size: 14px;
    appearance: none;
    padding: 10px 15px;
    line-height: 130%;
    border: 1px solid transparent;
    background: #f5f5f5;
}
.form-input:focus {
  outline: none;
}
textarea.form-input {
  min-height: 150px;
}

}
.form-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #444444;
}
.form-input::-moz-placeholder { /* Firefox 19+ */
  color: #444444;
}
.form-input:-ms-input-placeholder { /* IE 10+ */
  color: #444444;
}
.form-input:-moz-placeholder { /* Firefox 18- */
  color: #444444;
}
.form-input::placeholder { 
  color: #444444;
}

input.btn-devis {
  float: right;
}


.DevisGratuit {
    background: #f7f7f7;
}
.block-devis {
    padding-bottom: 60px;
}
textarea.form-control {
  height: 175px;
}

.Desktop .DEvisSlider {
    background: white;
    padding: 40px;
    position: relative;
    margin-left: 5rem;
    border-radius: 20px;
    box-shadow: 0 0 18px rgb(0 0 0 / 38%);
}
/*.Desktop .DEvisSlider:after {
    content: "";
    position: absolute;
    right: -57px;
    bottom: 0;
    background-image: url(../images/img/call.webp);
    background-size: contain;
    background-repeat: no-repeat;
    width: 250px;
    height: 420px;
}
.Desktop.devis .DEvisSlider:after {
  background: none;
}*/
.DEvisSlider .h3 {
    color: #000;
    font-size: 30px;
    font-weight: 700;
}
.Tablet .DEvisSlider .h3 {
    font-size: 24px;
}
.Mobile .DEvisSlider .h3 {
    font-size: 24px;
}
.DEvisSlider span {
    color: #000;
    font-weight: 700;
    font-size: 20px;
    display: block;
    margin: 15px 0 10px;
}
.DEvisSlider input.btn-devis {
    float: none;
    font-size: 16px;
    margin-top: 0;
}
.DEvisSlider .form-input {
    margin: 7px;
}
.Mobile .DEvisSlider .form-input {
    background: white;
}
.DEvisSlider textarea.form-input {
    min-height: 100px !important;
}
.rappel_top {
    display: flex;
    align-items: center;
}
.rappel_top span {
    margin-right: 15px;
    text-transform: uppercase;
}
#rappel_immediat input.form-input {
    margin-bottom: 0;
    padding: 10px;
    font-size: 12px;
    border: 0;
}
#rappel_immediat input.btn-devis {
    font-size: 10px;
    padding: 5px;
    letter-spacing: 0;
    position: relative;
    z-index: 1;
}

.Desktop .DEvisSlider input.btn-devis {
    float: left;
}
.Desktop #rappel_immediat {
    padding-right: 70px;
}

/*
Categorie
*/
.categories {
  padding-top: 45px;
  padding-bottom: 30px;
}
.contactFormulaire .h2,
.categories .h2 {
  text-transform: uppercase;
  font-size: 35px;
  text-align: center;
  margin-bottom: 1em;
}
.categories .h2 {
  color: white;
}
.Mobile .contactFormulaire .h2,
.Mobile .categories .h2 {
  font-size: 22px;
}
.categories .h2:after {
    content: "";
    border-bottom: 3px solid #ffffff;
    display: block;
    width: 64px;
    margin: 20px auto 50px;
}
.cat-inner .slick-track {
  margin-right: -10px !important;
  margin-left: -10px !important;
}
.Mobile .cat-inner {
    text-align: center;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 5px;
}
.cat-item {
  padding: 0 10px;
}
.Mobile .cat-item {
  padding: 0;
}
@media(max-width: 991px) {
  .cat-item {
    display: inline-block;
    margin-bottom: 10px;
    width: 100%;
    vertical-align: top;
  }
  .DEvisSlider {
      background: #ececec;
      padding: 20px;
  }
  .form-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #000;
  }
  .form-input::-moz-placeholder { /* Firefox 19+ */
    color: #000;
  }
  .form-input:-ms-input-placeholder { /* IE 10+ */
    color: #000;
  }
  .form-input:-moz-placeholder { /* Firefox 18- */
    color: #000;
  }
  .form-input::placeholder { 
    color: #000;
  }
  .form-input {
    color: #000;
  }
}
.Mobile .cat-item.active,
.Mobile.ville .cat-item:first-child {
  display: none;
}
.cat-item a {
    display: block;
    position: relative;
}

.cat-item .h3 {
    font-size: 16px;
    text-transform: uppercase;
    color: #ffffff;
    background-color: black;
    display: flex;
    text-align: center;
    height: 60px;
    padding: 5px 15px;
    justify-content: center;
    align-items: center;
}
.Mobile .cat-item .h3 {
    font-size: 13px;
    text-transform: none;
}

.img-logo img {
    vertical-align: middle;
    display: inline-block;
    width: 150px;
    height: 110px;
    object-fit: contain;
}
.Mobile .img-logo img {
    width: 90px;
    height: 67px;
}

#Map {
  height: 440px;
}
.Mobile #Map {
    height: 250px;
}

.contenu ul {
  padding-left: 0;
  list-style: none;
}
.contenu ul li {
  position: relative;
  padding: 5px 0 5px 35px;
}
.contenu ul li:before {
  content: "";
    background: #fff url(../images/img/long-arrow-right.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    width: 16px;
    height: 16px;
    border: 1px solid;
    border-radius: 100%;
    align-items: center;
    display: flex;
    padding: 12px;
    justify-content: center;
}


/*
Footer
*/

#footer {
    background-color: #eaeaea;
    padding-top: 20px;
    color: #000000;
    text-align: left;
}
.info-divers .h3 {
    font-size: 28px;
    color: #000000;
    line-height: 1.7em;
    text-align: left;
}
.Mobile .info-divers .h3 {
    font-size: 18px;
}
.spacer-footer {
    margin: 5px 0;
    border-bottom: 1px solid #fff;
}

.footer-bottom {
    padding: 15px 0 13px;
    background-color: #c81b07;
}
#footer-info a {
    font-weight: 700;
}
#footer--copyright {
    color: #0e0b0b;
    font-size: 15px;
}
.liens-compt {
    padding-left: 0;
    list-style: none;
}
.Mobile .liens-compt {
    column-count: 1;
    -webkit-column-count: 1;
}
.liens-compt li a {
    color: #000000;
    font-size: 15px;
    display: block;
    line-height: 25.5px;
    padding: 7px 0px;
}
.Mobile .liens-compt li a {
    padding: 8px 0;
}
.liens-compt li:last-child a {
    border-bottom: none;
}


.social-icons {
    list-style: none;
    padding-left: 0;
    display: table;
    margin: 0;
}
.social-icons li {
    display: inline-block;
    margin-left: 20px;
}
.social-icons li a {
    color: #ffffff !important;
    font-size: 25px;
}

.logo-footer {
    text-align: center;
}
.logo-footer .social-icons li {
    margin-left: 0;
    margin-right: 7px;
}
.logo-footer .social-icons {
    margin-top: 30px;
    width: 100%;
}
.logo-footer .social-icons li a {
    background: #c81b07!important;
    color: #fff !important;
    font-size: 16px;
    width: 32px;
    height: 32px;
    display: block;
    text-align: center;
    line-height: 32px;
    border-radius: 3px;
}
.Mobile h1,
.Mobile .h1 {
  font-size: 22px;
}
.Mobile h2,
.Mobile .h2 {
  font-size: 20px;
}
.Mobile h3,
.Mobile .h3 {
  font-size: 18px;
}



/*temoignage*/
.Desktop section.temoin .row {
    display: grid;
    grid-template-columns: 50% 50%;
}
section.temoin .btn {
    background: #c81b07;
    color: #fff;
    font-weight: 600;
}
.temoin #avis_form .input-form {
    border: 1px solid;
    padding: 10px 13px;
}
#temoignages {
    text-align: center;
    padding: 61px 0 61px;
}
#temoignages a {
    background: #c81b07;
    color: #fff;
    padding: 10px 20px;
    position: relative;
    top: 26px;
    border-radius: 5px;
    text-transform: uppercase;
}
body.Mobile.temoignages .temoin {
    margin-top: 0;
    padding: 0 20px 30px;
}
.Tablet .temoin .row {
  display: grid;
  grid-template-columns: 50% 50%;
}
#temoignages b {
    font-size: 26px;
    color: #333;
}
#temoignages span {
    font-size: 19px;
    font-weight: 700;
    color: #333;
  }
section#temoignages p {
    color: #333;
}
body.Desktop.temoignages input {
    width: 100%;
}
body.Desktop.temoignages textarea{
    width: 100%;
}
body.Desktop.temoignages h2 {
    margin-top: 18px;
}
body.Desktop.temoignages h1 {
    margin-top: 18px;
}
body.Mobile.temoignages input {
    width: 100%;
}
body.Mobile.temoignages textarea{
    width: 100%;
}
.avis > i {
    background: url(../images/rating-sprit.png) no-repeat;
    display: inline-block;
    height: 23px;
    width: 120px;
    margin-right: 15px;
}
#avis_form {
    margin-top: 15px;
}

#MonAvis,
#avis_form {
  padding: 0 2%;
}
#MonAvis span {
  font-size: 18px;
  color: #333;
  display: block;
}
.item-tem .avis {
  display:inline-block;
  vertical-align: top;
}

#avis_form label {
  display: block;
  margin-bottom: 8px
}

#avis_form .input-form {
  margin: 0 0 15px 0;
  width: 100%
}

.avis a {
  width:10%;
  float:left;
  height:100%;

}
.avis > i {
  background: url('../images/rating-sprit.png') no-repeat;
  display: inline-block;
  height: 23px;
  width: 120px;
  margin-right: 15px;
}
.avis-0 {
  background-position: 0 0 !important;
}
.avis-1 {
  background-position: 0 -25px !important;
}
.avis-2 {
  background-position: 0 -50px !important;
}
.avis-3 {
  background-position: 0 -75px !important;
}
.avis-4 {
  background-position: 0 -100px !important;
}
.avis-5 {
  background-position: 0 -125px !important;
}
.avis-6 {
  background-position: 0 -150px !important;
}
.avis-7 {
  background-position: 0 -175px !important;
}
.avis-8 {
  background-position: 0 -200px !important;
}
.avis-9 {
  background-position: 0 -225px !important;
}
.avis-10 {
  background-position: 0 -250px !important;
}
#avis_form .input-form {
    border: 1px solid;
}
.temoin {
    padding: 50px 0;
}
}
.item-tem .avis {
    display: inline-block;
    vertical-align: top;
}


/**
404
*/
.blog_pageIntrouvable {
    background: #c81b07;
    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;
    text-align: center;
}
.blog_pageIntrouvable h1::after {
  border: none;
}
.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;
  }
}

.agecne {
  color: #fff;
  background: black;
  padding: 10px 10px 0px;
  max-width: 80%;
  margin: auto;
}
.Desktop .logoAgence {
    margin-left: 10px;
}
.logoAgence img {
    width: 150px;
    height: 25px;
}


@media(max-width: 767px) {
  #footer--copyright a {
      display: block;
  }
  #footer-info > .d-flex {
    flex-direction: column-reverse;
    text-align: center;
  }
}

#Messages {
    background: var(--success);
    text-align: center;
    position: relative;
    z-index: 99;
}
#Messages p {
    color: #000;
    font-weight: bold;
    margin: 0;
    padding: 25px 0;
}
.Mobile #Messages p,
.Tablet #Messages p {
    padding: 5px;
}
.Tablet .captionSlider .col-md-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.nav-mobile img {
  width: 15px;
  height: 15px;
}
.nav-click img {
  width: 20px;
  height: 20px;
}
.Mobile .info-divers {
    margin-top: 25px;
}
div#mentionsL {
    padding: 50px 0;
}
.Mobile div#mentionsL {
    padding: 20px 0;
}
.Desktop .categories img {
    width: 273px;
    height: 273px;
    object-fit: cover;
}
/*.Mobile .categories img {
    width: 132px;
    height: 132px;
    object-fit: cover;
}*/

.Desktop .cat-item {
    min-width: 293px;
}
.Desktop div#catSlider {
    display: flex;
    overflow: hidden;
}
.btn-devis.btn-rea:hover {
    background: #b93429;
    box-shadow: 0px 12px 18px -6px rgba(0,0,0,0.3);
}

.Desktop .row-rev {
  flex-direction: row-reverse;
}

