*,
*::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: #bf0404;
}
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;
  height: auto;
}

svg:not(:root) {
  overflow: hidden;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}


button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn:hover, .btn:focus {
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
  background-image: none;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

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

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

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

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12,
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12,
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, 
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 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%;
  }
}
.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}



body {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    line-height: 24px;
    color: #444444;
    -webkit-font-smoothing: antialiased;
}

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

h1,h2,h3,h4,h5 {
    font-family: 'Montserrat';
    font-weight: bold;
    color: #bf0404;
}

@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: 1000 !important;
}
.Mobile .header {
    position: fixed;
    width: 100%;
}
.header-top {
    background-color: #edc600;
    color: black;
}
.logo {
    font-weight: bold;
    color: #edc600;
    font-size: 30px;
    text-transform: uppercase;
    max-width: 182px;
}
.Tablet .logo {
	font-size: 24px;
}
.Mobile .logo {
	font-size: 20px;
    width: 170px;
}
.logo span {
    font-weight: 300;
    color: white;
}

.right-block {
    padding-left: 40px;
}
.tel_top {
    display: flex;
    align-items: center;
}
.Mobile .tel_top {
    justify-content: center;
    background: #fff;
    margin-top: 5px;
}
.Mobile .tel_top a {
    color: #bf0404;
    margin: 0 5px;
    font-size: 18px;
    padding: 10px 0;
}
.tel_top > img {
    margin-right: 15px;
    padding: 14px;
    background: #ffffff;
    width: 50px;
    height: 50px;
    display: block;
    text-align: center;
    line-height: 50px;
    border-radius: 100%;
}
.tel_top > div a {
    display: block;
    color: #000000;
    font-size: 20px;
    
    font-weight: 600;
}
#mail2, #mail { display: none; }
.rappel_top {
    border-left: 1px solid #f2f3f7;
    margin-left: 25px;
    padding-left: 25px;
}
.rappel_top strong {
    color: #000000;
    text-transform: uppercase;
    font-size: 13px;
}
#rappel_immediat .form-input {
    display: inline-block;
    border: 1px solid transparent;
    background: white;
    font-size: 12px;
    padding: 2px 15px;
    color: #000;
}
#rappel_immediat .btn-submit {
    background: #bf0404;
    border-radius: 0;
    font-size: 12px;
    vertical-align: middle;
    padding: 5px 7px;
    color: white;
}
.Devisgratuit .form-input {
    display: block;
    background: white;
    border: 3px solid #565050;
    margin: 5px 0;
    padding: 5px 15px;
    border-radius: 5px;
    width: 100%;
    transition: .5S;
}
.Devisgratuit .form-input:focus {
    outline: 0;
    box-shadow: none;
    border-color: #222;
}

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

.Devisgratuit textarea.form-input {
    height: 75px;
}
.Devisgratuit .btn-submit,
.Mobile #rappel_immediat .btn-submit {
    background: #000000;
    color: white;
    text-transform: uppercase;
    width: 100%;
    margin-bottom: 15px;
    margin-top: 5px;
}
.logo-divres {
    border-left: 1px solid #f2f3f7;
    margin-left: 25px;
    padding-left: 25px;
}
.Mobile .logo-divres {
	margin-left: 0;
    border-left: none;
    padding-left: 0;
    text-align: center;
}
.logo-divres img {
    margin: 0 8px;
    max-width: 85px;
}
.titreD {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 15px;
}
.titreD img {
    width: 125px;
}
.titreD > div {
    margin-left: 12px;
    line-height: 120%;
    color: #bf0404;
    font-size: 19px;
}
.titreD > div p {
    text-align: left;
    color: #000000;
    text-transform: uppercase;
    font-size: 25px;
}

@media (min-width: 1200px) {
    .menu .container {
        max-width: 1400px;
    }
}
/*
Nav
*/
.nav {
    margin-top: 10px;
    padding-top: 7px;
    border-top: 1px solid #f2f3f7;
}
.nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: table;
}
.nav-item {
    display: table-cell;
    vertical-align: middle;
}
.nav-item a {
    color: black;
    font-size: 14px;
    line-height: 15px;
    text-align: center;
    padding: 10px 0;
    margin: 0 12px;
    position: relative;
    height: 50px;
    display: flex;
    align-items: center;
    font-weight: bold;
}
.nav-item a:after {
    transform: translateX(-50%);
    content: "";
    position: absolute; 
    border-bottom: 3px solid #000; 
    width: 0; 
    transition: .5s;
    top: -9px; 
    left: 50%;
}
.Mobile .nav-item a:after {
    display: none;
}
.nav-item:hover a:after,
.nav-item.active a:after {
    width: 45px;
}
.nav-item:hover a,
.nav-item.active a {
    color: #000;
}
.Mobile .nav-item:hover a,
.Mobile .nav-item.active a {
    color: #000;
}

/* Mobile navigation */
.nav-mobile {
    display: none;
    cursor: pointer;
    background: #000 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: #ffffff;
}

@media only screen and (max-width: 991px) {
  .nav-mobile {
    display: block;
  }

  .nav {
    background: #edc600;
    width: 100%;
    margin: 0;
    padding-top: 0;
    border-top: none;
  }

  .nav-list {
    display: none;
  }

  .nav-item {
    display: block;
  }

  .nav-item > a {
    padding: 15px;
    text-align: center;
    display: block;
  }

  .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%;
  }
}
.Tablet .nav-mobile {
    right: 0;
    position: relative;
    top: 0;
    margin-left: 2rem;
    margin-top: -6px;
}

/*
Homeslider
*/
.containerslider {
    position: relative;
}
.fullImg {
    height: 500px;
    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: 350px;
}
.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;
}
.Mobile .caption {
    top: 60%;
}
.text-caption h1 {
    background: white;
    display: inline-block;
    font-size: 36px;
    
    font-weight: 600;
    color: #bf0404;
    padding: 25px;
    margin: 2px 0;
    position: relative;
}
.Desktop .text-caption h1 {
    width: 465px;
    height: 230px;
    display: flex;
    align-items: center;
}
.Desktop .text-caption h1:after {
    width: 0;
    height: 0;
    border-top: 115px solid transparent;
    border-bottom: 115px solid transparent;
    border-left: 100px solid white;
    content: "";
    position: absolute;
    top: 0;
    right: -100px;
}

.Tablet .text-caption h1,
.Mobile .text-caption h1 {
    font-size: 23px;
    padding: 10px 25px;
}
img {
	max-width: 100%;
}

/*
Contenu
*/
.Contenu {
    background: #ffffff;
    padding: 30px 0 60px;
}
.Mobile .Contenu {
	padding-top: 0;
}
.contenublock {
    margin-top: 35px;
    padding-top: 30px;
    border-top: 1px solid #ddd;
}
.contenublock h1 {
    color: #edc600;
    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;
    
    font-weight: 600;
}
.mainright > div {
    margin-bottom: 15px;
}
.mainright .ttr {
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0;
    font-family: 'Montserrat';
    display: block;
    font-weight: 900;
}
.Devisgratuit {
    background: #fff;
    padding: 20px;
    margin-top: -500px;
    border-radius: 10px;
}
.Tablet .Devisgratuit,
.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;
    color: #262323;
}
.coordonne img {
    margin-right: 15px;
    padding: 14px;
    width: 50px;
    height: 50px;
    background: #edc600;
    color: #fff;
    text-align: center;
    line-height: 50px;
    border-radius: 100%;
}
.FormDevis {
    margin-top: 20px;
}
.MapRight {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    color: #030303;
}
.MapRight span {
    display: block;
    text-align: center;
}
#Map {
    height: 300px;
    background-color: #eee;
}
.MapRight p {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 120%;
    margin-top: 15px;
    color: #333;
}
.MapRight p img {
    margin-right: 10px;
    width: 25px;
}

.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: #bf0404;
}
.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;
    color: white;
}
.toggle-ind {
    display: block;
    position: absolute;
    color: #edc600;
    top: 50%;
    left: auto;
    right: 20px;
    width: 24px;
    height: 24px;
    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 {
    display: flex;
    padding: 7px;
}
.block-first .Block, 
.block-last .Block {
    background: white;
}
.bgImgF {
    background-color: #333;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 200px;
}
.twoBox .bloc-tt,
.twoBox .bloc-une {
    padding: 20px;
}
.bloc-tt {
    background: #ececec;
    height: 82px;
    display: flex;
    align-items: center;
}
.bloc-tt h2 {
    letter-spacing: 0;
    margin-bottom: 0;
    color: black;
}

.competences .row > div {
    padding: 7px;
}
.item-comp {
    display: block;
    text-align: center;
}
.item-comp img {
    display: block;
    width: 100%;
}

.item-comp span {
    font-weight: 600;
    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;
    color: #000;
}
.Mobile .item-comp span {
    line-height: 100%;
    font-size: 12px;
}
.item-comp:hover span {
    color: #edc600;
}

.wave-up, .wave-down {
    position: relative;
}
.wave-down:before, .wave-down:after, 
.wave-up:before, .wave-up:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background-repeat: repeat;
    z-index: 99;
}
.wave-down:before, 
.wave-up:before {
    height: 15px;
    background-size: 25px 20px;
    background-image: radial-gradient(circle at 12px -3px, transparent 16px, #ffffff 17px);
}
.wave-down:before, 
.wave-down:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.wave-down:after, 
.wave-up:after {
    height: 15px;
    background-size: 50px 20px;
    background-image: radial-gradient(circle at 12px 17px, #ffffff 15px, transparent 16px);
}
.wave-up:before, .wave-up:after {
	top: -13px;
}
.wave-down.down-or:after {
	background-image: radial-gradient(circle at 12px 17px, #edc600 15px, transparent 16px);
}
.wave-down.down-or:before {
    background-image: radial-gradient(circle at 12px -3px, transparent 16px, #edc600 17px);
}

.Desktop .Block.Block0 {
    text-align: center;
    margin: auto;
}
/*
Categories
*/
.categoriesList {
    background: #edc600;
    color: black;
    padding: 60px 0;
}
.Services {
    margin: auto;
}
.Services .Titre {
    display: block;
    text-align: center;
    color: #000000;
    font-size: 30px;
    
    font-weight: 600;
    margin-bottom: 35px;
}
.Mobile .Services .Titre {
	font-size: 26px;
}
.Liens {
    column-count: 4;
}
.Tablet .Liens {
	column-count: 2;
}
.Mobile .Liens {
	column-count: 1;
}
.Liens a {
    color: #000000;
    margin: 10px;
    display: block;
    position: relative;
    padding-left: 25px;
}
.Liens a:hover {
    text-decoration: underline;
}
.Mobile .Liens a {
    margin: 0;
    padding-top: 12px;
    padding-bottom: 12px;
}
.Liens a:before {
    content: "";
    background-image: url(../images/img/check.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    left: 0;
    width: 18px;
    height: 18px;
}

#footer {
    padding:60px 0 25px;
    background: #bf0404;
    color: #f3f3f3;
    text-align: center;
    position: relative;
}
#footer:before {
	content: "";
	background: url(../images/img/bg-footer.webp) no-repeat;
	background-size: cover;
    background-position: center 18%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: .1;
}
#footer .container {
	position: relative;
}
.info-footer {
    max-width: 70%;
    margin: auto;
    border-bottom: 1px solid #524f4f;
    margin-bottom: 30px;
    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 span > span,
#footer .tel span > a {
    display: block;
    font-size: 24px;
    line-height: 36px;
}
#footer .tel span > a {
    padding: 6px 0;
    color: white;
    font-weight: bold;
}
#footer .adresse img,
#footer .tel img {
	margin-right: 15px;
    padding: 24px;
    background: #edc600;
    padding: 20px;
    width: 70px;
    height: 70px;
    line-height: 30px;
    text-align: center;
    border-radius: 100%;
    color: #fff;
    display: block;
    flex: inherit;
}

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

.copyright a {
	color: #edc600;
}
.real a {
    background: #bf0404 !important;
    color: #fff !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    padding: 10px 30px;
}
.real {
    margin-top: 30px;
}
.Mobile .real a {
    margin-left:0;
}
b.titre-album {
    display: block;
    width: 100%;
    text-align: left;
    font-size: 40px;
    margin: 30px 0;
}
.nav-mobile {
    right: 10px;
    position: relative;
    top: 5px;
}
.Mobile a#swipebox-close {
    top: 90px;
    right: -10px;
}
.Mobile .competences .row {
    display: grid;
    grid-template-columns: 49% 49%;
}
.Mobile .copyright a {
    display: block;
}
.logo img {
    max-width: 200px;
}
.Mobile .logo img {
    width: 160px;
}
.txt-head {
    background: #edc600a1;
    padding-left: 20px;
    width: 466px;
    padding-top: 2px;
}
.txt-head p, .txt-head span {
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-shadow: 0 2px 2px #000;
}
.Mobile .txt-head {
    width: 100%;
}
.Mobile div#sticky-wrapper {
    height: 150px !important;
}
.Mobile.realisations b.titre-album {
    text-align: center;
}
.mentions h2{
    margin-top: 40px;
}
.Mobile.mentions h2{
    margin-top: 15px;
}
.Mobile.mentions ol{
    padding:0 25px;
}
a.swipebox img {
    height: 230px;
    width: 100%;
    object-fit: cover;
}
.Mobile a.swipebox img{
    height: 270px;
}
#Messages p {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    padding-top: 10px;
}
.Mobile ul.nav-list {
    height: 400px;
    overflow: scroll;
}

.blog_pageIntrouvable {
    background: #edc600;
    position: fixed;
    height: 100%;
    width: 100%;
    font-size: 18px;
    z-index: 200000 !important;
    text-align: center;
    top: 0;
}
.blog_pageIntrouvable .d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}
.blog_pageIntrouvable span {
  color: #ffffff;
}

.blog_pageIntrouvable > div {
  height: 100%;
}
.blog_pageIntrouvable h1 {
    font-size: 200px;
    color: #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: white;
}
.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;
  }