<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
 
*,
*::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;
  font-family: "Calibri", sans-serif;
  font-weight: normal;
  text-align: left;
  background-color: #fff;
  font-size: 1rem;
  line-height: 32px;
}

[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;
  font-weight: bold;
}

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;
}
.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !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 &gt; .col,
.no-gutters &gt; [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%;
  }
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
#mail, #mail2 { display: none; }
.Devis-form b {
    font-size: 36px;
    margin-bottom: 1rem;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
}
.Mobile .Devis-form b {
    margin-bottom: 2rem;
    display: block;
}
.inline-b {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
    margin: 15px 0;
}
#FormDevis .form-control {
    font-size: 14px;
    height: 50px;
    transition: all .3s ease;
    margin: 0 0 10px;
}
#FormDevis .form-control:focus,
#FormDevis .form-control:hover {
    border-color: #b90404;
    outline: none;
    box-shadow: none;
}
textarea.form-control {
    resize: vertical;
    min-height: 150px;
    max-height: 175px;
    margin-bottom: 15px;
}
.btn.btn-submit {
    background: #b90404;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
}

/*
Header
*/
.header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 90;
}
.Mobile .header {
    position: fixed;
}
.header-nav {
    background: rgb(0 0 0 / 38%);
}
.contact .header,
.realisations .header,
.mentions .header {
    position: relative;
}
.Mobile .header-nav,
.contact .header .header-nav,
.realisations .header .header-nav,
.mentions .header .header-nav {
    background: rgb(176 0 0);
}
.Mobile .header-nav .logo,
.contact .header .header-nav .logo,
.realisations .header .header-nav .logo,
.mentions .header .header-nav .logo {
    background: #111;
}

.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-list {
    list-style: none;
    display: table;
    margin: 0;
}
.nav-list li {
    position: relative;
    display: table-cell;
    padding: 35px 0;
}
.Desktop .nav-item::after {
    content: "";
    border-bottom: 3px solid red;
    width: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.nav-item.active::after {
    width: 25px
}
.nav-list li a {
    color: white;
    display: block;
    padding: 0 15px;
    line-height: 130%;
    text-align: center;
    transition: all .3s ease;
}
.nav-list li:hover &gt; a {
     text-decoration: underline;
}
.nav-submenu {
    display: none;
    background: white;
    position: absolute;
    padding-left: 0;
    width: 250px;
    top: 100%;
}
.nav-item:hover .nav-submenu {
    display: block;
}
ul.nav-submenu li {
    display: block;
    padding: 15px 15px 0;
}
ul.nav-submenu li &gt; a {
    color: black;
    text-align: left;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 15px;
}
ul.nav-submenu li:last-child &gt; a {
    border-bottom: none;
}
ul.nav-submenu li.active &gt; a,
ul.nav-submenu li:hover &gt; a {
    color: #b90404;
}
.nav-mobile {
  display: none;
  cursor: pointer;
  background: url(../images/menu.svg) no-repeat center center;
  background-size: containn;
  height: 50px;
  width: 50px;
  filter: invert(1);
}
.nav-click {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  border-left: 1px solid #b00000;
  height: 49px;
  width: 50px;
  cursor: pointer;
  z-index: 80;
}

.nav-click i {
  display: block;
  height: 48px;
  width: 48px;
  background: url(../images/drop.svg) no-repeat center center;
  background-size: 20px;
}

.nav-click:hover {
  background-color: #b00000;
}

.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 (min-width: 320px) and (max-width: 991px) {
  .nav-mobile {
    display: block;
  }

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

  .nav-list li {
    display: block;
    position: relative;
    padding: 15px;
  }
  .nav-list li a {
    color: black;
    text-align: left;
  }

  .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 {
    position: static;
    width: 100%;
  }
}

.rightBlock {
    padding-bottom: 1rem;
}
.tel-top {
    color: white;
    background: #b90404;
    padding: 5px 15px;
}
.tel-top a{
  color: #fff;
}
.tel-top.tel-mobile {
    background-color: white;
    text-align: center;
    color: black;
    padding: 8px;
}
.tel-top.tel-mobile a {
    background: #b90404;
    padding: 10px 15px;
    border-radius: 5px;
}
.tel-top em {
    margin: 0 15px;
}
.tel-top i {
    margin-right: 5px;
}

/*
SliderHome
*/
.imgSlider {
  background-color: #eee;
    background-size: cover;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.imgSlider.int-page {
    height: 70vh;
}
.Mobile .imgSlider,
.Tablet .imgSlider {
  height: 500px;
}
@media(min-width: 1800px) {
  .imgSlider {
    height: 85vh;
  }
    .imgSlider.int-page {
        height: 60vh;
    }
}
.imgSlider::before {
    background: rgb(0 0 0 / 30%);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.captionSlider {
    position: absolute;
    z-index: 1;
    top: 65%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
}
.Mobile .captionSlider {
    top: 70%;
}

.prestationsBlock {
    background-color: #b90404;
    /*background-image: url(../images/p/wood-pattern-extreme-elagage.png);*/
    background-size: contain;
    padding: 80px 0;
}
.servc_ img {
    display: block;
    background-color: white;
    box-shadow: inset 0 0 0 20px rgb(255 255 255 / 36%);
    transition: all .3s ease-out;
    width: 350px;
    height: 350px;
    margin: 30px auto;
    border-radius: 100%;
    text-align: center;
    position: relative;
}
.Mobile .servc_ img {
    width: 100%;
    max-width: 150px;
    height: 150px;
    margin: 0;
}
.prestationsBlock2 {
    padding-bottom: 160px;
}
.prestationsBlock2 .servc_ img {
    width: 100%;
    height: 170px;
    max-width: 170px;
    /* margin: 0 15px; */
}
.Mobile .prestationsBlock2 .servc_, .Mobile .servc_ { 
    margin: 0;
    display: block;
    padding: 20px 0;
}
.Mobile .prestationsBlock2 .servc_ {
    margin: 37px 0;
}

.servc_:hover {
    box-shadow: inset 0 0 0 20px rgb(255 255 255 / 7%);
}
.servc_ span {
    display: block;
    color: white;
    position: relative;
    bottom: 0;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
.prestationsBlock2 .servc_ span {
     
    line-height: 32px;
}
.Mobile .prestationsBlock2 .servc_ span, .Mobile .servc_ span { 
    line-height: 130%;
}
.Mobile .block4 p,
.Mobile .block2 p {
    text-align: justify;
}
/*
Contenu
*/
.contenu {
    padding: 80px 0;
}
.bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.block1 {
    max-width: 960px;
    margin: auto;
}
.block1 h1 {
    font-size: 36px;
}
.block1 h1::after {
    content: "";
    display: block;
    margin: 2rem 0;
    border-bottom: 2px solid #b90404;
    max-width: 35px;
}

.block1 p {
    text-align: justify;
}
.titre_ {
    text-align: center;
    color: white;
    font-size: 3rem;
}
.Mobile .titre_ {
    font-size: 2rem;
}
.titre_::after {
    content: "";
    display: block;
    margin: 2rem auto;
    border-bottom: 2px solid #ffffff;
    max-width: 35px;
}
.bgBlock2 {
    background: rgb(255,255,255);
    background: linear-gradient(114deg, rgba(255,255,255,0) 35%, rgba(221,0,0,1) 35%);
    position: absolute;
    width: 50%;
    top: 0;
    right: 0;
    height: 100%;
}
.Mobile .contenu2 .container .row {
    flex-direction: column-reverse;
}
.contenu3 {
    padding: 50px 0px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: right top, left top 100px, bottom left 80%;
}
.contenu4 {
    background-color: #b90404;
    color: white;
}
.contenu4 h2,
 .contenu4 h3{
    color: white;
}
.imgBlock {
    border-radius: 100%;
    display: block;
    background-color: white;
    height: 500px;
    max-width: 500px;
    box-shadow: 0 0 0px 20px rgb(246 246 246 / 26%);
    overflow: hidden;
    margin: auto;
}
.Tablet .imgBlock {
    width: 330px;
    height: 330px;
}
.Tablet .contenu4 .imgBlock, .Mobile .imgBlock {
    width: 300px;
    height: 300px;
    margin-bottom: 2rem;
}
.imgTxt {
    height: 100%;
}
.textSlider {
    max-width: 960px;
    margin: auto;
    width: 80%;
    padding: 0 15px;
} 
.textSlider .h1 {
    margin-bottom: 2rem;
    color: white;
    font-size: 4rem;
    font-weight: bold;
}
.Tablet .textSlider .h1 { 
  font-size: 3rem; 
}
.Mobile .textSlider .h1 {
    font-size: 30px;
}
.Mobile .int-page .textSlider .h1 {
    font-size: 2rem;
}
.btn_ a.btn {
    margin: 0 15px;
    padding: 10px 45px;
    font-size: 20px;
    transition: all .3s ease;
    border: 1px solid;
}
.Mobile .btn_ a.btn {
    margin: 5px;
}

a.btn.btn-rea {
    background: white;
    color: black;
}
a.btn.btn-contact {
    background: #b90404;
    border-color: #b90404 ;
    color: white;
}
.btn_ a.btn:hover {
    background-color: transparent;
    color: white;
}
.devisBulle {
    position: fixed;
    right: 15px;
    bottom: 5rem;
    z-index: 99;
}
.devisBulle a {
    background: #b90404;
    display: flex;
    color: white;
    border: 1px solid transparent;
    width: 150px;
    height: 150px;
    border-radius: 100%;
    box-shadow: inset 0 0 0 8px #ececec;
    font-size: 1.5rem;
    cursor: pointer;
    align-items: center;
    padding: 15px;
    text-align: center;
    animation: _or 1s ease-in-out infinite alternate;
}
.devisBulle a span {
    display: block;
}
@keyframes _or {
    to {
        transform: scale(1.08)
    }
}
.rappel-immediat {
    margin-top: 2rem;
}
.Desktop .rappel-immediat {
    max-width: 90%;
}
.rappelBlock {
    padding-left: 100px;
    position: relative;
}
.Mobile .rappelBlock {
    padding-left: 0;
    text-align: center;
}
.rappelBlock::before {
    content: "";
    position: absolute;
    left: 0;
    background-image: url(../images/call.webp);
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 50%;
    border: 2px solid #bcbcbc;
    height: 90px;
    width: 90px;
}
.Mobile .rappelBlock::before {
    position: static;
    display: block;
    margin: auto auto 1rem;
}
.Desktop #rappel_immediat,
.Tablet #rappel_immediat {
    display: flex;
    position: relative;
}
#rappel_immediat .form-control {
    font-size: 14px;
    border-radius: 25px;
    padding: 15px;
    height: auto;
    position: relative;
}
.Mobile #rappel_immediat .form-control {
    text-align: center;
    margin-bottom: 1rem;
}
.btn-devis-gratuit {
    background-color: #b90404;
    color: white;
    border-radius: 25px;
    padding: 4px;
    width: 80px;
    border: none;
    cursor: pointer;
}
.Desktop .btn-devis-gratuit {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
}
.Mobile .btn-devis-gratuit {
    width: 100%;
}

/*
Footer
*/
.info-footer {
    background: #f7f7f7;
    padding: 80px 0;
    position: relative;
}
.left-infos &gt; div {
    border-bottom: 1px dashed #c0c0c0;
    padding: 15px 0;
}
.left-infos &gt; div:last-child {
    border-bottom: none;
}
.tel-footer em {
    margin: 0 15px;
    color: black;
}
.email a,
.tel-footer a {
    color: black;
}
.copyright {
    font-size: 12px;
    text-align: center;
    padding: 25px 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.copyright a {
    color: #780000;
    font-weight: bold;
    text-decoration: underline;
}
.Mobile .copyright a {
    display: block;
    padding: 15px 0 0;
}
#Map {
    height: 300px;
    z-index: 0;
}


.swipebox {
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 250px;
    overflow: hidden;
    margin: 15px 0;
    border: 1px solid #ddd;
}
.swipebox img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    display: block;
}
.titre-album {
  clear: both;
  display: block;
  font-size: 32px;  
  margin: 20px 0;
  width: 100%;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}

.Mobile #swipebox-close {
    right: 0%;
    width: 30px;
    height: 30px;
    background-position: 5px 2px; 
} 
/*----------------------------------------------------------------------------------- 
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;
}
#realisations,
#mentionsL,
.ContactezNous {
    background-color: #f7f7f7;
    padding: 60px 0;
    margin-top: -60px;
}
.ContactezNous a {
    font-weight: 600;
    color: #000;
}
.ContactezNous b {
    display: block;
    margin-top: 1rem;
    color: black;
    font-size: 18px;
}
.ContactezNous .Devisgratuit {
    margin-top: 1rem;
}
.ContactezNous em {
    margin: 0 15px;
}
.ContactezNous #Map {
    min-height: 300px;
    height: 100%;
}
.Mobile .ContactezNous #Map {
    min-height: 200px;
    height: 100%;
}
.Mobile .Devis-form {
    padding: 20px;
    background: #f7f7f7;
}
.Mobile .Devis-form .inline-b {
    display: block;
}
.Mobile .Devis-form .inline-b input {
    margin: 15px 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: #000000;
}

.blog_pageIntrouvable &gt; div {
  height: 100%;
}
.blog_pageIntrouvable h1 {
    font-size: 200px;
    color: #b90404;
}
.blog_pageIntrouvable p {
    font-size: 36px;
    line-height: 100%;
    margin-top: -21px;
    text-transform: uppercase;
    letter-spacing: 10px;
    color: #000000;
}
.blog_pageIntrouvable a {
    color: black;
    text-decoration: underline;
}
.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;
  }
}

a.logo img {
    width: 250px;
    height: 100px;
    object-fit: contain;
}
/*----------------------------------------------------------
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;
}
.mentions h3 {
    font-size: 20px; 
    font-weight: 600;
}
.contenu.contenu2.bg {
    background: rgb(0 0 0 / 47%);
    background-size: cover !important;
    background-position: center !important;
    background-blend-mode: multiply;
}
.contenu.contenu2.bg ,
.contenu.contenu2.bg h2,
.contenu.contenu2.bg h3 {
  color: #fff;
}
.Tablet .header,
.Mobile .header {
  position: fixed;
  top: 0;
  width: 100%;
  height: auto;
  left: 0;
  z-index: 999;
}
.Tablet .header-nav,
.Mobile .header-nav {
  background: #111!important;
}
.Mobile #realisations, .Mobile #mentionsL, .Mobile .ContactezNous,
.Tablet #realisations, .Tablet #mentionsL, .Tablet .ContactezNous {
    background-color: #f7f7f7;
    padding: 140px 0 60px;
    margin-top: 0;
}
.Tablet .nav-list { 
    top: 63%; 
  }

  .Mobile .imgBlock img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.TextAgence a {
  color: #b90404;
}</pre></body></html>