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

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

@-ms-viewport {
  width: device-width;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  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: 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: 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;
}

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

body {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Calibri', sans-serif;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #444444;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

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

h1,h2,h3,h4,h5 {
    font-family: 'calibri', sans-serif;
    font-weight: 700;
    color: #212121;
}

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

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

/*
Header
*/
#sticky-wrapper,
.header {
    position: relative;
    z-index: 1111 !important;
}
.header-top {
    background-color: white; 
}
.Mobile .header-top,
.Tablet .header-top {
    padding-bottom: 0;
    padding-top: 7px;
}
.Desktop .header-top .container,
.Desktop .header-top .container > div {
    position: relative;

}
.Desktop .header-top .container:before {
    content: "";
    background: url(../images/img/imgtole.webp) no-repeat;
    background-size: contain;
    position: absolute;
    width: 250px;
    height: 140px;
    right: -159px;
    top: -51px;
    opacity: .5;
}
.Desktop .header-top .container:after {
    content: "";
    background: url(../images/img/imgTuile.webp) no-repeat;
    background-size: contain;
    position: absolute;
    width: 250px;
    height: 140px;
    left: -159px;
    top: -51px;
    opacity: .5;
}
.logo {
    max-width: 300px;
}
.Mobile .logo {
    width: 200px;
    padding: 8px 0;
}
.Mobile .logo img {
    width: 200px;
    height: 102px;
    object-fit: contain;
}
.logo span {
    font-weight: 300;
    color: white;
}

.right-block {
    padding-left: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.tel_top {
    display: flex;
    align-items: center;
}
.Mobile .tel_top {
    justify-content: center;
    margin-top: 5px;
}
.Tablet .tel_top{
    justify-content: center;
    margin-top: 5px;
}
.Mobile .tel_top img,
.Tablet .tel_top img {
    width: 20px;
    height: 20px; 
}
.Mobile .tel_top a,
.Tablet .tel_top a {
    color: black;
    margin: 0 5px;
    font-size: 16px;
    padding: 10px 15px;
    background: #ff8536;
}
.tel_top img {
    width: 20px;
    height: 20px;
    object-fit: cover;
    margin-top: -5px;
}
.Mobile .tel_top img,
.Tablet .tel_top img {
    filter: invert(1);
}
.tel_top > .icon {
    margin-right: 15px;
    font-size: 24px;
    color: #f0ebeb;
    background: #293133;
    width: 50px;
    height: 50px;
    display: block;
    text-align: center;
    line-height: 50px;
    border-radius: 100%;
}
.tel_top > div a {
    display: block;
    color: #212121;
    font-size: 24px;
    margin: 10px 0px;
}
#mail2, #mail { display: none; }
.rappel_top {
    border-left: 1px solid rgb(208, 208, 208);
    margin-left: 25px;
    padding-left: 25px;
}
.rappel_top strong {
    color: #000;
    text-transform: uppercase;
    font-size: 13px;
    font-family: 'calibri', sans-serif;
    font-weight: 700;
    font-style: italic;
}
#rappel_immediat .form-input {
    display: inline-block;
    border: 1px solid transparent;
    background: #ececec;
    font-size: 12px;
    padding: 2px 15px;
    color: #000;
}
#rappel_immediat .btn-submit {
    background: #ff8536;
    border-radius: 0;
    font-size: 12px;
    vertical-align: middle;
    padding: 5px 7px;
    color: black;
    font-family: 'calibri', sans-serif;
    font-weight: 700;
}
.Devisgratuit .form-input {
    display: block;
    background: white;
    border: 3px solid #39393b;
    margin: 5px 0;
    padding: 5px 15px;
    border-radius: 5px;
    width: 100%;
    transition: .5S;
    box-shadow: inset 0px 5px 4px #ddd;
}
.Devisgratuit .form-input:focus {
    outline: 0;
    box-shadow: none;
    border-color: #222;
}

.Mobile .Devisgratuit h3 {
    text-align: center;
}

.flyerBlock {
    display: block;
    height: 100%;
}
.flyerBlock div {
    background-position: left bottom;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
}

.Devisgratuit textarea.form-input {
    height: 75px;
}
.Devisgratuit .btn-submit,
.Mobile #rappel_immediat .btn-submit {
    font-family: 'calibri', sans-serif;
    font-weight: 700;
    background: #ff8536;
    color: black;
    text-transform: uppercase;
    width: 100%;
    /*margin-bottom: 15px;*/
    margin-top: 5px;
}
.logo-divres {
    border-left: 1px solid rgb(208, 208, 208);
    margin-left: 25px;
    padding-left: 25px;
}
.Tablet .logo-divres {
    margin-top: 20px;
}
.Mobile .logo-divres {
	margin-left: 0;
    border-left: none;
    padding-left: 0;
    text-align: center;
    margin-top: 15px;
}
.logo-divres img {
    margin: 0 8px;
    max-width: 85px;
    width: 85px;
    height: 85px;
    object-fit: contain;
}
.titreD {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 15px;
}
.titreD img {
    width: 125px;
    height: 125px;
    object-fit: contain;
}
.titreD > div {
    margin-left: 12px;
    line-height: 120%;
    color: #000;
    font-size: 18px;
}
.titreD > div h3 {
    text-align: left;
}
.Devisgratuit_h3 {
    text-align: left;
    font-weight: 700;
    color: #212121;
    font-size: 1.75rem;
}
.Mobile .Devisgratuit_h3 {
    text-align: center;
    margin-bottom: 5px;
}

.Tablet .nav-list {
    display: none;
}
.Tablet .flyerBlock {
  display: none;
}
.Tablet .Contenu {
  background: #f9f9f9;
  padding: 0 0 60px;
}
.Tablet .Devisgratuit_h3 {
  text-align: center;
  margin-bottom: 20px;
}
.Mobile .competences .row {
    display: grid;
    grid-template-columns: 50% 50%;
}
.Tablet .Devisgratuit {
    text-align: center;
}
.Tablet .introArticle {
  display: none;
}
.Tablet .bloc-tt h2 {
    padding: 20px;
}

.Tablet .mainleft .col-md-4 {
  display: none;
}
.Tablet .mainleft .col-md-8 {
  min-width: 100%;
}
/*
Nav
*/
.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav {
    background: #293133;
}
@media (min-width: 1200px) {
    .nav .container {
        max-width: 1400px;
    }
}
.nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: table;
    width: 100%
}
.nav-item {
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
}
.Tablet .nav-item {
    display: block;
}
.nav-item a {
    color: #fff;
    font-family: 'calibri', sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 12px;
    text-align: center;
    padding: 15px 5px;
    margin: 0 5px;
    position: relative;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    letter-spacing: -.2px;
    justify-content: center;
    line-height: 100%;
}
.Desktop .nav-item a:before {
    content: "";
    left: -7px;
    height: 120%;
    position: absolute;
    border-left: 5px solid #fff;
}
.nav-item:first-child a:before {
    display: none;
}

.nav-item:hover a{
    color: #fff;
}
.nav-item.active a {
    color: #293133;
}
li.nav-item.active {
    background: #fff;
}
.Tablet .btn-rea {
  display: inline-block;
  width: inherit;
  font-size: 17px;
  padding: 10px 10px;
}
/* Mobile navigation */
.nav-mobile {
    display: none;
    cursor: pointer;
    background: #39393b url(../images/nav.svg) no-repeat 63px center;
    background-size: 18px;
    height: 50px;
    width: 100px;
    line-height: 50px;
    padding-left: 12px;
    text-transform: uppercase;
    color: #fff;
}
.Tablet .nav-mobile {
    display: block;
}
@media only screen and (max-width: 640px) {
  .nav-mobile {
    display: block;
  }

  .nav {
    padding-top: 0 !important;
    border-top: none;
    position: absolute;
    width: 100%;
    margin: 0;
  }

  .nav-list {
    display: none;
  }

  .nav-item {
    display: block;
  }

  .nav-item > a {
    padding: 15px;
    text-align: left;
    justify-content: start;
    display: block;
    margin: 0;
  }

  .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%;
  }
}
body.Mobile.mentions ol {
    padding: 0 20px;
}
body.Mobile.mentions h2 {
    margin-top: 9px;
}
/*
Homeslider
*/
.containerslider {
    position: relative;
}
.fullImg {
    height: 570px;
    background-color: #eee;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    transition: all 500ms ease-in-out;
    transform: scale(1.25, 1.25);
}
.Mobile .fullImg {
	height: 450px;
}
.fullImg.slick-active {
    transform: scale(1, 1);
}
/*.fullImg:before {
    content: "";
    background: url('../images/img/slider-overlay.png');
    position: absolute;
    height: 100%;
    width: 100%;
}*/
.caption {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
}
.text-caption h1 {
    background: #0063ad;
    display: inline-block;
    font-weight: bold;
    color: #000;
    margin: 2px 0;
    position: relative;
    text-transform: uppercase;
}
.Desktop .text-caption h1 {
    width: 465px;
    height: 230px;
    display: flex;
    align-items: center;
}

.Tablet .text-caption h1,
.Mobile .text-caption h1 {
    font-size: 26px;
    padding: 10px 25px;
    background: #293133;
    color: #fff;
}
img {
	max-width: 100%;
    height: auto;
}

.text-slider-D {
    background: #293133;
    margin-top: -54px;
    position: relative;
    top: -5px;
    transform: rotate(.2deg);
}
.text-slider-D h1 {
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    padding: 10px;
    padding-right: 377px;
}

/*
Contenu
*/
.Contenu {
    background: #f9f9f9;
    padding: 30px 0 60px;
}
.Mobile .Contenu {
	padding-top: 0;
}
.contenublock {
    margin-top: 35px;
    padding-top: 30px;
    border-top: 1px solid #ddd;
}
.contenublock h1 {
    color: #23aae1;
    margin: 0 120px 30px;
    text-align: center;
}
.Tablet .contenublock h1,
.Mobile .contenublock h1 {
	margin: 0 0 30px;
}
.ImgLeft {
    margin-bottom: 20px !important;
    height: 350px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left bottom;
}
.mainright {
    position: relative;
    z-index: 300;
}
.mainleft h1 {
    font-size: 30px;
}
.Mobile .mainleft h1 {
	font-size: 24px;
}
.mainleft h2 {
    font-size: 18px;
}
.mainright > div {
    margin-bottom: 15px;
}
.mainright h3 {
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0;
}
.Devisgratuit {
    background: #ffffff;
    padding: 20px;
    border-radius: 10px;
    position: relative;
    z-index: 50;
}
.Mobile .Devisgratuit {
	margin-top: 0;
	border-radius: 0;
}
.Mobile .Devisgratuit strong {
    display: block;
    text-align: center;
}
.coordonne > div{
    margin-top: 15px;
    color: white;
    display: flex;
    align-items: center;
    padding-left: 25px;
}
.coordonne p {
    margin: 0
}
.coordonne .tel span {
    display: block;
    font-size: 24px;
}
.coordonne .icon {
    margin-right: 15px;
    font-size: 24px;
    width: 50px;
    height: 50px;
    background: white;
    color: #333;
    text-align: center;
    line-height: 50px;
    border-radius: 100%;
}
.FormDevis {
    margin-top: 20px;
}
.MapRight {
    background: #eee;
    padding: 20px;
    border-radius: 10px;

}
.MapRight span {
    display: block;
    text-align: center;
}
#Map {
    height: 500px;
    background-color: #eee;
}
.MapRight p {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 120%;
    margin-top: 15px;
    color: #333;
}
.MapRight p .icon {
    margin-right: 10px;
    font-size: 25px;
    color: #212121;
}

.accordeon-inner {
    margin-top: 15px;
}
.et-clearfix:after {
    content: "";
    display: table;
    clear: both;
}
.toggle-title {
    text-align: left;
    cursor: pointer;
    width: 100%;
    margin-bottom: 4px;
    position: relative;
    padding: 14px 64px 14px 24px;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    background-color: #f3f1f1;
}
.toggle-title-tag {
    margin: 0;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    /*font-size: 16px !important;*/
    letter-spacing: -.5px;
    font-weight: 600;
}
.toggle-ind {
    background-image: url(../images/icon/icon-plus.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    color: #666666;
    top: 50%;
    left: auto;
    right: 20px;
    width: 15px;
    height: 15px;
    line-height: 24px;
    font-size: 16px;
    margin-top: -12px;
}
.toggle-content {
    padding: 32px;
    margin-bottom: 4px;
    position: relative;
    box-shadow: inset 0 0 0 1px #e0e0e0;
    display:none;
}
.toggle-content p,
.twoBox .bloc-une p {
    margin-bottom: 0;
}
.twoBox .row,
.competences .row {
    margin-right: -7px;
    margin-left: -7px;
}
.block-first, 
.block-last,
.block-middle {
    display: flex;
    padding: 7px;
}
.block-first .Block, 
.block-middle .Block, 
.block-last .Block {
    background: white;
}
.bgImgF {
    background-color: #333;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left bottom;
    height: 200px;
}
.Tablet .bgImgF {
    width: 50%;
    margin: auto;
}
.Desktop form#rappel_immediat {
    display: flex;
    align-items: center;
}
.twoBox .bloc-tt,
.twoBox .bloc-une {
    padding: 20px;
}
.bloc-tt {
    background: #39393b;
    margin-bottom: 10px;
    height: 82px;
    display: flex;
    align-items: center;
}
.bloc-tt h2 {
    letter-spacing: 0;
    margin-bottom: 0;
    color: white;
    font-size: 16px;
}

.competences .row > div {
    padding: 7px;
}
.item-comp {
    display: block;
    text-align: center;
    cursor: pointer;
}
.item-comp img {
    border: 2px solid transparent;
    transition: .5s;
    display: block;
    width: 100%;
}
.Desktop .item-comp img {
    width: 263px;
    height: 164px;
    object-fit: cover;
}
.Mobile  .item-comp img {
    width: 158px;
    height: 99px;
    object-fit: cover;
}
.Mobile .corps {
    padding-top: 20px;
}
.item-comp.active img,
.item-comp:hover img {
    border-color: #293133
}
.item-comp_h3 {
    font-size: 16px;
    text-align: center;
    background: white;
    margin: -35px auto 0;
    max-width: 90%;
    padding: 10px;
    box-shadow: 0 2px 3px #efefef;
    letter-spacing: 0;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: .5s;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 700;
    color: #212121;
}
.item-comp.active .item-comp_h3,
.item-comp:hover .item-comp_h3{
    background: #293133;
    color: #fff;
}

.introArticle {
    padding: 35px;
}
.Mobile .introArticle {
    padding: 0;
}
.introArticle > div {
    border-left: 2px solid #23aae1;
    padding-left: 25px;
}

/*
Categories
*/
.categoriesList {
    background: #293133;
    color: white;
    padding: 60px 0;
}
.Services {
    max-width: 900px;
    margin: auto;
}
.Services_h2 {
    text-align: center;
    font-weight: 700;
    margin-bottom: 25px;
    color: #fff;
    letter-spacing: .5px;
    font-size: 38px;
}
.Mobile .Services_h2 {
	font-size: 26px;
}
.Liens {
    column-count: 3;
}
.Tablet .Liens {
	column-count: 2;
}
.Mobile .Liens {
	column-count: 1;
}
.Liens a {
    color: #fff;
    margin-bottom: 10px;
    display: block;
    position: relative;
    padding-left: 25px;
}
.Liens a:before {
    content: "";
    background-image: url(../images/icon/check.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;  
    position: absolute;
    left: 0;
    color: #23aae1;
    font-size: 18px;
    filter: invert(1);
}

#video1 {
    width: 100%;
    outline: none;
}
#video1:hover,
#video1:focus {
    outline: none;
}
@media(min-width: 992px) {
    #video1 {
        width: 90%;
        margin-top: -55px;
    }
}

#footer {
    padding:60px 0 0;
    background: #39393b;
    color: #f3f3f3;
    text-align: center;
    position: relative;
}
#footer:before {
	content: "";
	background: url(../images/img/bg-footer.webp) no-repeat center;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: .05;
}
#footer .container {
	position: relative;
}
.info-footer {
    max-width: 85%;
    margin: auto;
    padding-bottom: 30px;
}
.Tablet .info-footer,
.Mobile .info-footer {
	max-width: 100%;
}
#footer .adresse,
#footer .tel {
    display: flex;
    align-items: center;
    text-align: left;
}
#footer .tel img {
    width: 20px;
    height: 20px;
}
#footer .adresse img {
    width: 20px;
    height: 20px;
    filter: invert(1);
}
#footer .tel span > span {
    display: block;
    font-size: 30px;
    line-height: 36px;
}
#footer .tel a {
    color: #fff;
}
#footer .adresse .icon,
#footer .tel .icon {
	margin-right: 15px;
    font-size: 24px;
    background: #ff8536;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 100%;
    color: white;
    justify-content: center;
    flex: 0 0 50px;
    align-items: center;
    display: flex;
}

.Mobile #footer .adresse .icon, 
.Mobile #footer .tel .icon {
	width: 65px;
}

.footer-bot {
    background: white;
    padding: 10px 0;
    position: relative;
    color: #000;
}
.Mobile .footer-bot {
    padding: 10px 0 40px;
}
.copyright {
    margin: 0;
}
.copyright a {
	color: #000;
    font-family: 'calibri', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-style: italic;
    font-size: 12px;
    text-decoration: underline;
}
.swipebox img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
}
.btn-rea {
    background: #ff8536;
    color: black;
    font-size: 12px;
    vertical-align: middle;
    padding: 5px 7px;
    font-family: 'calibri', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    width: 100%;
    display: block;
    margin-top: 4px;
    text-align: center;
}
.btn-rea:hover {
    color: #293133;
}
#footer .btn-rea {
    position: fixed;
    bottom: 0px;
    z-index: 11000;
}
.Tablet .btn.btn-cont {
  margin: 6px 0 0px 33px;
    margin-right: 0px;
}
.titre-album {
    display: block;
    width: 100%;
    font-size: 2em;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 2em 0;
    color: #000;
    font-weight: 800;
}

.realisationPage {
    background: #42260d;
    padding: 60px 0;
    margin: 25px 0;
}
.realisationPage h2 {
    color: #23aae1;
    text-transform: uppercase;
    font-size: 40px;
    border-bottom: 1px solid;
    margin-bottom: 25px;
    padding-bottom: 15px;
}
.realisationPage h2 > span {
    display: block;
    color: white;
    text-transform: none;
    font-size: 20px;
    font-weight: 400;
}
.imgRea {
    overflow: hidden;
    display: block;
}
.imgRea img {
    display: block;
    background: #ddd;
    border-radius: 10px;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.Mobile .imgRea img {
    margin: 15px auto
}
.imgRea:hover img {
    transform: scale(1.15);
    -ms-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -o-transform: scale(1.15);
}

.Block.Block4 .toggle-content {
    display: block;
}



/**
404
*/
.blog_pageIntrouvable {
    background: #fff;
    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: #000;
}

.blog_pageIntrouvable > div {
  height: 100%;
}
.blog_pageIntrouvable h1 {
    font-size: 200px;
    color: #000000;
}
.blog_pageIntrouvable p {
    font-size: 36px;
    line-height: 100%;
    margin-top: -21px;
    text-transform: uppercase;
    letter-spacing: 10px;
    color: #000000;
}
.blog_pageIntrouvable a {
    color: #000;
}
.blog_pageIntrouvable a:hover {
    text-decoration: underline;
}
@media(max-width: 767px) {
  .blog_pageIntrouvable {
    font-size: 14px;
  }
  .blog_pageIntrouvable a {
      display: block;
  }
  .blog_pageIntrouvable p {
      font-size: 17px;
      letter-spacing: 5px;
      margin-top: -10px;
  }
  .blog_pageIntrouvable h1 {
    font-size: 100px;
  }

}
#Messages {
    background: black;
    text-align: center;
    position: relative;
    z-index: 99;
}
#Messages p {
    color: white;
    font-weight: bold;
    margin: 0;
    padding: 25px 0;
}


/*============================
CONTACT & DEVIS
============================*/

.contact-content {
    display: grid;
    grid-template-columns: 50% 50%;
    align-items: center;
    justify-content: space-between;
    padding: 50px 0;
}
.Mobile .contact-content {
    display: block; 
}
.Mobile .adr-map {
    padding: 0;
    margin-top: 20px;
}
.Mobile #Map {
    height: 300px; 
}
.Tablet .contact-content {
  margin-top: 20px;
}
.coordonne_cont img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}
.coordonne_cont {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
}
.ContactezNous b {
    font-size: 20px;
}
.ContactezNous_h1 {
    color: #293133;
    text-transform: uppercase;
    font-weight: 600;
    font-family: Calibri;
    font-size: 32px;
}
.adr-map {
    padding: 0 40px;
}
.coordonne_cont a {
    color: #333;
    font-weight: 600;
}
.ContactezNous {
    text-align: center;
}
 
.devis .Devisgratuit {
    margin-top: 70px;
    margin-bottom: 30px;
}
body.Desktop.devis .btn-submit {
    max-width: 48%;
    margin: auto;
}
body.Mobile.devis .Devisgratuit {
    display: block;
    margin-top: 0px;
    padding-top: 21px;
}
.Tablet.devis .Devisgratuit {
  margin-top: 0;
}

body.Mobile.devis div#devisGratuit {
    display: none;
}

a.btn.btn-cont {
    background: rgba(255, 255, 255, .9);
    color: #000;
    border-radius: 0;
    margin-right: 6px;
    margin-top: 20px;
    text-transform: uppercase;
    border: solid 1px #293133;
    font-weight: 600;
    padding: 10px 15px;
    transition: all 0.3s ;
}
a.btn.btn-cont:hover {
    background:#293133 ;
    color: #fff;

}
.Mobile .boutton-slider {
    display: flex;
    flex-wrap: wrap;
}
.form-input {
    display: block;
    background: white;
    border: 3px solid #39393b;
    margin: 5px 0;
    padding: 5px 15px;
    border-radius: 5px;
    width: 100%;
    transition: .5S;
    box-shadow: inset 0px 5px 4px #ddd;
}

.ContactezNous .btn-submit {
    background: #333;
    color: #fff;
    font-weight: 600;
    padding: 6px 23px;
    font-size: 19px;
    width: 100%;
}

.phrase span {
    font-size: 24px;
    background: #293133;
    padding: 10px 30px;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    border-left: 4px solid #fff;
}
.phrase {
    margin-top: 55px;
}
.Mobile .phrase span {
    font-size: 20px; 
}
.Mobile .item-comp_h3 {
    font-size: 12px; 
    line-height: 13px;
}
.Tablet .phrase span {
    font-size: 25px; 
}
.header-top .logo img {
    width: 300px;
    height: 90px;
    object-fit: contain;
}
.Mobile .ImgLeft { 
    display: none;
}
.Mobile span.flyerBlock img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.Mobile p.copyright a {
    display: block;
    margin: 15px 0;
}
.Tablet .text-caption h1{ 
  margin-bottom: 25px;
}
.Mobile .btn-rea {
    font-size: 15px; 
    padding: 10px 7px; 
}

.mentions h2 {
    padding: 20px;
    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 30px 20px;
}

.Logo-assurance {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
    margin: 0 0 20px;
}
.Logo-assurance img { 
    max-width: 85px;
    width: 85px;
    height: 85px;
    object-fit: contain;
}