 
/*------------------------------------- 
ICONE 
-------------------------------------*/
::selection {
    background-color: var(--colorS);
    color: var(--block);
}
.icon{
    position: relative;
    padding: 12px;
}
.icon:before {
    content: "";    
    background-repeat: no-repeat;
    background-size: contain!important;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.icon-phone:before {
    background: url(../images/img/icon-fixe-mob.png);
}
.icon-mobile:before {
    background: url(../images/img/icon-portable-mob.png);
}
.icon-envelope:before,
.icon-mail:before {
  background: url(../images/img/icon-mail.png);
}
.icon-location:before {
  background: url(../images/img/icon-locali.png);
}
.icon-map:before,
.icon-map-marker:before {
  background: url(../images/img/icon-adresse.png);
}
.icon-clock-o:before {
  background: url(../images/img/icon-hor.png);
}



/* 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;
    margin-left: auto;
    margin-right: auto;
}
.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;
}


*,
*::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-weight: normal;
  text-align: left;
  background-color: #fff;
  font-size: 1rem;
  line-height: 32px;
}

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

:root {
  --body : #ffffff;
  --white : white;
  --black : black;
  --light : #cbccc4;
  --colorP : #020926;
  --colorS  : #007acf;
}

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

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

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

a {
    color: inherit;
  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, .h1 {
    font-weight: bold;
    color: #212121;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem; 
  line-height: 1.2;
}

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

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

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

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

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

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

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

svg:not(:root) {
  overflow: hidden;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0; 
  font-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;
  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 > .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%;
  }
}
.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;
}
.Mobile .Devis-form b {
    margin-bottom: 0;
    display: block;
    font-size: 24px;
    text-align: center;
}
.Mobile #FormDevis .btn.btn-submit {
  width: 100%;
    margin-bottom: 2rem;
    border-radius: 25px;
}
.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;
}
#FormDevis .form-control:focus,
#FormDevis .form-control:hover {
    border-color: var(--colorP);
    outline: none;
    box-shadow: none;
}
textarea.form-control {
    resize: vertical;
    min-height: 150px;
    max-height: 175px;
    margin-bottom: 15px;
}
.btn.btn-submit {
    background: var(--colorP);
    color: var(--white);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
}
.Desktop .txt-head {
    max-width: 600px;
    margin: 2rem auto 0;
    text-align: left;
    border-radius: 15px;
    padding: 5px 0;
}
.Desktop .txt-head ul {
    margin: 0;
}
.txt-head {
    margin-top: 1rem;
    background: #ddd;
    padding: 15px;
}
.btn_ a.btn { 
    margin-right: 15px;
    padding: 10px 45px;
    font-size: 20px;
    transition: all .3s ease;
    border: 1px solid;
    text-transform: uppercase;
}
.Mobile .btn_ a.btn {
    margin: 5px;
}

a.btn.btn-rea {
    background: var(--colorS);
    border-color: var(--colorS);
    color: black;
}
a.btn.btn-contact {
    background: var(--colorP);
    border-color: var(--colorP) ;
    color: var(--white);
}
.btn_ a.btn:hover {
    background-color: transparent;
    color: var(--white);
}

/*
Header
*/
.header {
    position: relative;
    z-index: 1111;
}
.Mobile .header {
    position: fixed;
    width: 100%;
}
.header-nav {
    background: var(--colorP);
    padding: 15px 0;
}
.devis .header,
.contact .header,
.realisations .header,
.mentions .header {
    position: relative;
}
.Mobile .header-nav,
.contact .header .header-nav,
.realisations .header .header-nav,
.devis .header .header-nav,
.mentions .header .header-nav {
    background: var(--colorP);
}
a.logo {
    background: var(--white);
    padding: 5px;
}

.Mobile a.logo img {
        width: 200px;
    height: 88px;
}

.bar {
  display: block;
  height: 5px;
  width: 50px;
  background-color: var(--white);
  margin: 10px auto;
}
.Mobile .bar {
  background-color: var(--white);

}

.button {
  cursor: pointer;
  display: inline-block;
  width: auto;
  margin: 0 auto;
  -webkit-transition: all .7s ease;
  -moz-transition: all .7s ease;
  -ms-transition: all .7s ease;
  -o-transition: all .7s ease;
  transition: all .7s ease;
}
.Mobile .button {
  margin: 0 ;
}

.middle {
  margin: 0 auto;
}

.bar {
  -webkit-transition: all .7s ease;
  -moz-transition: all .7s ease;
  -ms-transition: all .7s ease;
  -o-transition: all .7s ease;
  transition: all .7s ease;
}

.nav-right .active .bar {
  -webkit-transition: all .7s ease;
  -moz-transition: all .7s ease;
  -ms-transition: all .7s ease;
  -o-transition: all .7s ease;
  transition: all .7s ease;
}

.button.active .top {
  -webkit-transform: translateY(15px) rotateZ(45deg);
  -moz-transform: translateY(15px) rotateZ(45deg);
  -ms-transform: translateY(15px) rotateZ(45deg);
  -o-transform: translateY(15px) rotateZ(45deg);
  transform: translateY(15px) rotateZ(45deg);
}

.button.active .bottom {
  -webkit-transform: translateY(-15px) rotateZ(-45deg);
  -moz-transform: translateY(-15px) rotateZ(-45deg);
  -ms-transform: translateY(-15px) rotateZ(-45deg);
  -o-transform: translateY(-15px) rotateZ(-45deg);
  transform: translateY(-15px) rotateZ(-45deg);
}

.button.active .middle {
  width: 0;
}
.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 {
    background: var(--white);
    list-style: none;
    display: none;
    grid-template-columns: repeat(8,1fr);
    margin: 0;
    position: absolute;
    left: 0;
    top: 100%;
}
.nav-list.open {
    display: grid;
}
.Tablet .nav-list {
    grid-template-columns: repeat(4,1fr);
}
.Mobile .nav-list.open {
    display: block;
    padding-left: 0;
}
.nav-list li {
    position: relative;
    display: table-cell;
    padding: 20px 0;
}
.Mobile .nav-list li {
    display: block;
    padding: 14px 0;
}
.Desktop .nav-item::after {
    content: "";
    border-bottom: 3px solid var(--colorP);
    width: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.nav-item.active::after {
    width: 25px
}
.nav-list li a {
    color: var(--black);
    display: block;
    padding: 0 15px;
    line-height: 130%;
    text-align: center;
    transition: all .3s ease;
}
.nav-list li:hover > a {
    opacity: .5;
}
.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 > a {
    color: var(--black);
    text-align: left;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 15px;
}
ul.nav-submenu li:last-child > a {
    border-bottom: none;
}
ul.nav-submenu li.active > a,
ul.nav-submenu li:hover > a {
    color: #9b0101;
}
.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);
}

.rightBlock {
    padding-bottom: 1rem;
}
.tel-top { 
    color: var(--white);
    display: flex;
    align-items: center;
    margin-right: 5rem;
}
.tel-top.tel-mobile {
    margin-top: 5px;
    text-align: center;
    width: 100%;
    justify-content: center;
}
.tel-top.tel-mobile a {
    color: var(--white);
    background-color: var(--colorP);
    padding: 5px 15px;
    margin: 0 7px;
}
.tel-top em {
    margin: 0 15px;
}
.tel-top i {
    margin-right: 5px;
}
.tel-top.tel-mobile .icon:before {
    filter: invert(1);
}

/*
SliderHome
*/
.imgSlider {
  position: relative;
}
.slide_ {
  /*background-color: #122200;*/
    background-size: cover;
    height: 700px;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.slide_::before {
    background: rgb(0 20 34 / 54%);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.captionSlider {
    position: absolute;
    z-index: 1;
    top: 55%;
    transform: translateY(-50%);
    width: 100%;
}
.Mobile .captionSlider {
    top: 60%;
}
.textSlider {
    text-align: left;
    max-width: 700px;
}
.bulle_contact {
    background: var(--colorP);
    position: relative;
    z-index: 10000;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 0px 10px #fff;
    border-radius: 50%;
    padding: 5px;
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: _or 1s ease-in-out infinite alternate;
}
.bulle_contact img {
    filter: invert(1);
}
@keyframes _or {
    to {
        transform: scale(1.08)
    }
}

/*
Contact popup
*/
.popupContact {
    position: fixed;
    right: 3rem;
    bottom: 3rem;
    z-index: 9999;
}
.slide_in {
    font-size: 16px;
    background: var(--white);
    z-index: 9999;
    -webkit-box-shadow: 0px 0px 15px #0000005c;
    box-shadow: 0px 0px 15px #0000005c;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
    border: 8px solid #fff;
    width: 400px;
    position: absolute;
    bottom: 5rem;
    right: 20px;
    padding: 20px;
    border-radius: 10px;
}
.slide_in.open-form {
    opacity: 1;
    visibility: visible;
}
.head_slidine {
    position: absolute;
    top: 12px;
    right: 15px;
    color: #fff;
    border: 2px solid;
    padding: 3px 9px;
    border-radius: 50%;
    font-size: 15px;
    cursor: pointer;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 30px;
}
.titleslide {
    font-size: 28px;
    color: var(--black);
    font-weight: 700;
}
.p_slidein {
    margin-top: 7px;
    color: var(--black);
}
hr.sep_slide {
    width: 25%;
    height: 2px;
    background-color: var(--colorS);
    border: none;
    margin-left: 0px;
}
.text-1 h1 {
    margin: 0 auto 2rem;
    color: var(--colorP);
    font-size: 50px;
    text-transform: uppercase;
    text-align: center;
}
.Mobile .text-1 h1 {
    font-size: 2rem;
}
.infos_site {
    margin-top: 25px;
}
.flex-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
}
.content-info,
.content-info a {
    color: var(--black);
}
.content-info em {
    margin: 0 7px;
}
.butcontact_slide {
    padding: 12px 10px 14px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: var(--colorP);
    color: var(--white);
    border-radius: 6px;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    border: 2px solid #fff;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    cursor: pointer;
    text-transform: uppercase;
    margin-top: 30px;
}
.flex-info span:first-child {
    max-width: 35px;
    flex: 0 0 35px;
    margin-right: 7px;
    text-align: center;
}
.ContactezNous #FormDevis .form-control {
    margin: 5px 0;
}
/*
Contenu
*/
.satisfaction_client {
    background-color: #f6f7f8;
    padding: 60px 0;
}
.titreB__ {
    text-align: center;
}
.titreB__ span {
    color: var(--colorS);
    font-weight: bold;
    font-size: 20px;
}
.titreB__ .h2 {
    font-size: 36px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    color: var(--colorP);
    letter-spacing: 2px;
}
.blocSatisfaction {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px;
    max-width: 900px;
    margin: 60px auto 25px;
}
.Mobile .blocSatisfaction {
    grid-template-columns: repeat(2, 1fr);
}
.boxS_ {
    text-align: center;
    margin: 20px 0;
}
.boxS_ span {
    display: block;
    font-weight: 700;
    font-size: 26px;
    margin-top: 15px;
}

.bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.Contenu .Block {
    position: relative;
    padding: 60px 0;
}
.Tablet .Contenu .Block img,
.Mobile .Contenu .Block img {
    max-width: 100%;
}
.Desktop .Contenu .Block1,
.Desktop .Contenu .Block3 {
    padding: 0;
}
.Block h2 {
    color: var(--colorP);
    text-transform: uppercase;
}
.Desktop .Block h2 {
    font-size: 30px;
}
.Tablet .block2_ .row,
.Mobile .block2_ .row {
    flex-direction: column-reverse;
}
.Block0 .container > .bloc-une {
    margin: auto auto 1rem;
    max-width: 800px;
}
.competences {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 15px;
}
.Tablet .competences {
    grid-template-columns: repeat(4, 1fr);
}
.Mobile .competences {
    grid-template-columns: repeat(2, 1fr);
}
.competences img {
    width: 100%;
    /* height: 100%; */
    border-radius: 10px;
    margin-bottom: 5px;
    object-fit: cover;
}
a.item-comp .h3 {
    display: block;
    text-align: center;
    font-size: 16px;
    color: var(--colorP);
    margin-top: 6px;
    transition: all .3s ease;
}
a.item-comp:hover .h3 {
    transform: scale(1.1);
}
.Block.Block2 {
    background: rgb(246 247 248);
    padding: 0;
}
.Tablet .Block.Block2 img {
    width: 100%;
}
.item-block2 {
    background-color: var(--white);
}
.Desktop .item-block2 .col-lg-6:first-child {
    padding-right: 0;
}
.Desktop .item-block2 .col-lg-6:last-child {
    padding-left: 0;
}
.item-block2 .imgBG {
    background-color: var(--light);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}
.Tablet .item-block2 .imgBG {
    height: 250px;
    background-position: center;
}
.item-block2 .bloc-une {
    padding: 40px;
}
.item-block2 .bloc-une {
    padding: 40px;
}
.Desktop .item-block2 .row-rev {
    flex-direction: row-reverse;
}
.Block.Block4 {
    background-image: url(../images/p/content-masson-renovation.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-bottom: 0;
    padding-top: 160px;
    margin-top: 60px;
}
.Mobile .Block.Block4 {
    background-image: url(../images/p/mobile/content-masson-renovation.webp);
}
.block_text4 {
    max-width: 500px;
    margin: auto 0 auto auto;
    background: var(--white);
    padding: 40px;
}
.block_text4 p,
.Block8 p {
    text-align: justify;
}
ul.slick-dots {
    padding-left: 0;
    margin: 0 auto;
    text-align: center;
    list-style: none;
    display: table;
}
ul.slick-dots li {
    display: table-cell;
    padding: 0 5px;
}
ul.slick-dots li button {
    cursor: pointer;
    padding: 0;
    text-indent: -9999px;
    border: 0;
    width: 35px;
    height: 5px;
    background-color: gray;
    border-radius: 25px;
}
ul.slick-dots li button:focus {
    outline: 0;
    box-shadow: 0;
    background-color: var(--colorP);
}
ul.slick-dots li.slick-active button {
    background-color: var(--colorP);
}

/*

Rappel

*/

.rappel-immediat {
    margin-top: 2rem;
}
.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: var(--colorP);
    color: white;
    border-radius: 25px;
    padding: 4px;
    width: 80px;
    border: none;
}
.Desktop .btn-devis-gratuit {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
}
.Mobile .btn-devis-gratuit {
    width: 100%;
}
.savoie {
    background: white;
    border-radius: 17px;
    width: 120px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

/*
Categorie villes
*/
.categoriesList {
    background: var(--colorP);
    padding: 60px 0;
}
.Services .Titre {
    color: #007acf;
    display: block;
    text-align: center;
    font-size: 2rem;
}
.Services .Titre::after,
.Devisgratuit_B h1::after {
    content: "";
    display: block;
    margin: 2rem auto;
    width: 35px;
    border-bottom: 2px solid #007acf;
}
.Liens {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 15px;
}
.Tablet .Liens {
    grid-template-columns: repeat(3, 1fr);
}
.Mobile .Liens {
    display: block;
}
.Liens a {
    display: block;
    line-height: 130%;
    padding-left: 25px;
    position: relative;
    color: var(--white);
}
.Mobile .Liens a {
    padding-top: 14px;
    padding-bottom: 14px;
}
.Liens a:hover {
    text-decoration: underline;
}
.Liens a::before {
    content: "";
    position: absolute;
    background-image: url(../images/img/map.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 14px;
    height: 14px;
    filter: invert(1);
    left: 0;
    top: 7px;
}

/*
Footer
*/
.footer {
    background: var(--white);
    padding: 80px 0;
}
.link_footer .h3 {
    etter-spacing: 2px;
    font-size: 22px;
    margin-bottom: 1rem;
    display: inline-block;
}
ul.nav-link_footer {
    list-style: none;
    padding-left: 0;
}
ul.nav-link_footer li > a {
    display: block;
    transition: all .3s ease;
}
.Mobile ul.nav-link_footer li > a {
    padding: 8px 0;
}
ul.nav-link_footer li:hover > a {
    padding-left: 7px;
}
.coordonnees .flex-info {
    margin: 1.5rem 0;
}
.coordonnees span,
.coordonnees  a {
    color: var(--black);
}
/*.coordonnees span img {
    filter: invert(1);
}*/
.link_footer #Map {
    height: 250px;
}
.copyright {
    padding-top: 2rem;
    border-top: 1px solid #353535;
    margin-top: 3rem;
    text-align: center;
    font-size: 14px;
    letter-spacing: 1px;
}
.copyright a {
    font-weight: bold;
    text-decoration: underline;
}


/*
Realisations
*/
.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%;
}
.Mobile .swipebox {
    height: inherit;
}

.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;
}
#Messages {
    background: var(--black);
    text-align: center;
    position: relative;
    z-index: 99;
}
#Messages p {
    color: white;
    font-weight: bold;
    margin: 0;
    padding: 25px 0;
}
.Devisgratuit_B,
#realisations,
#mentionsL,
.ContactezNous {
    background-color: #f7f7f7;
    padding: 60px 0;
}
.ContactezNous b {
    display: block;
    margin-top: 1rem;
    color: var(--black);
    font-size: 18px;
}
.ContactezNous .Devisgratuit {
    margin-top: 1rem;
}
.ContactezNous em {
    margin: 0 15px;
}
.ContactezNous #Map {
    min-height: 300px;
    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: var(--white);
    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 > div {
  height: 100%;
}
.blog_pageIntrouvable h1 {
    font-size: 200px;
    color: var(--colorP);
}
.blog_pageIntrouvable p {
    font-size: 36px;
    line-height: 100%;
    margin-top: -21px;
    text-transform: uppercase;
    letter-spacing: 10px;
    color: #000000;
}
.blog_pageIntrouvable a {
    color: var(--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;
  }
}
.Devisgratuit_B .Devisgratuit {
    max-width: 700px;
    margin: auto;
}
.Devisgratuit_B h1 {
    text-align: center;
    margin-bottom: 2rem;
    color: var(--colorP);
}
.Devisgratuit_B h1::after {
    border-bottom-color: var(--colorP);
}
.Devisgratuit_B .form-control {
    margin-bottom: 1rem;
}
.Devisgratuit_B  input.btn.btn-submit {
    display: block;
    width: 200px;
    margin: auto;
}

.Desktop .tel-top .icon:before {
    filter: invert(1);
}
a.logo img {
    width: 250px;
    height: 110px;
    object-fit: contain;
}
.blocSatisfaction img {
    filter: hue-rotate(380deg);
}
input.btn-devis-gratuit{
  cursor: pointer;
}