<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: 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;
  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;
}

.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;
}
.d-none {
  display: none !important;
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


body {
    font-family: 'Calibri', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    background-color: #ffffff;
    overflow: visible;
    overflow-x: hidden;
}

ul { 
	padding-left: 0; 
	margin: 0;
}
ul, li { list-style: none; }
a {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
a, a:hover, a:focus {
	color: inherit;
	text-decoration: none;
	outline: none;
}
h1, h2, h3 {
    text-transform: uppercase;
}
@media (min-width: 1200px) {
	.container {
	    max-width: 1200px;
	}
}

img {
	max-width: 100%;
}


.header {
    color: #fff;
}

/*
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-list {
    display: table;
    height: 100%;
    padding-left: 20px;
}
.nav-item {
  display: table-cell;
  zoom: 1;
  position: relative;
  padding: 5px;
  border: 2px solid transparent;
  margin: 0 5px;
  vertical-align: middle;
}
.nav-item a {
    display: flex;
    color: #000000;
    font-size: 10px;
    font-weight: 800;
    line-height: 130%;
    height: 100%;
    align-items: center;
    text-transform: uppercase;
    justify-content: center;
    text-align: center;
}
li.nav-item.active &gt; a,
.nav-item:hover &gt; a {
    color: #3a559f;
}
li.nav-item.active,
.nav-item:hover {
    border-color: #3a559f;
}
.nav-item:hover .nav-submenu {
  display: block;
}
.nav-submenu {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  min-width: 265px;
  padding: 16px 0;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
  z-index: 90;
  top: 100%;
}
.nav-submenu-item {
  background-color: #3a559f;
}
.nav-submenu-item a {
	color: #fff;
  border-bottom: 1px solid #ff844a;
  width: 240px;
  margin: auto;
  display: block;
  padding: 10px;
  text-align: left;
  font-size: 12px;
}
.nav-submenu-item:last-child a {
  border-bottom: none;
}
.nav-submenu-item a:hover ,
.nav-submenu-item.active a {
  color: #ff844a;
}
.nav-mobile {
	display: none;
	cursor: pointer;
    background: #3a559f url(../images/nav.svg) no-repeat 85% center;
    background-size: 18px;
    height: 50px;
    width: 95px;
    padding-left: 9px;
    line-height: 50px;
    margin-right: 15px;
    color: #fff;
    float: right;
    position: relative;
    z-index: 999;
    text-align: left;
}
.nav-click {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  border-left: 1px solid #3a559f;
    height: 40px;
    width: 50px;
    cursor: pointer;
    background: #3a559f;
}
.nav-click i {
  display: block;
  height: 42px;
  width: 48px;
  background: url(../images/drop.svg) no-repeat center center;
  background-size: 20px;
}
.nav-click:hover {
  background-color: #3a559f;
}
.nav-rotate {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.tel-top-bar {
    display: flex;
    align-items: center;
    padding-left: 25px;
    color: #000;
}
.tel-nav-bar {
    padding-left: 10px;
    line-height: 150%;
    font-size: 18px;
    font-weight: 700;
}
.Mobile .telTopNav {
    text-align: center;
    margin-top: 5px;
}
.Mobile .telTopNav a {
    background: #3a559f;
    color: #ffffff;
    margin: 0 5px;
    font-size: 16px;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 7px;
}

/*------------------------------------*\
    Media Queries
\*------------------------------------*/
@media only screen and (max-width: 991px) {
  .nav-mobile {
    display: block;
  }
  .nav {
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
  }
  .nav-list {
    padding-top: 0;
    display: none;
    width: 100%;
    padding-left: 0;
    /*background: #fff;*/
  }
  .nav-item {
    width: 100%;
    display: block;
    background: #1e202f;
    height: initial;
    padding: 0;
    margin: 0
  }
  .nav-item &gt; a {
    padding: 7px;
    text-align: left !important;
    color: #fff;
    height: inherit;
    display: block;
    border-bottom: 1px solid #333544;
  }
  .nav-item:last-child &gt; a {
    border-bottom: none;
  }
  .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%;
  }
  .nav-submenu-item a {
    text-align: left;
  }
}
.Mobile .nav.mainmenu_wrapper .d-flex {
	width: 100%;
	padding-right: 15px;
}

/*
Homeslider
*/
.item-slider {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 588px;
}
@media(min-width: 1800px) {
	.item-slider {
	    height: 700px;
	}
}
.homeslider .container {
    display: table;
    width: 100%;
    height: 100%;
}
.text-slider {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.text-slider .devis-right-block {
    text-align: left;
}

.titreSlider {
    font-size: 34px;
    font-weight: 700;
    color: #fff;
}
.subtitreSlider {
    color: #fff;
    background: orange;
    display: inline-block;
    padding: 5px 35px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
}
.bigtitre {
    font-size: 46px;
    line-height: 100%;
    margin-top: 20px;
    text-transform: uppercase;
    font-weight: 900;
    color: #fff;
}
.logos-divers {
    margin: 20px 0;
}
.Mobile .logos-divers {
  text-align: center;
  padding-top: 20px;
  margin-top: 0;
}
.logos-divers img {
    margin: 0 10px;
    display: inline-block !important;
}
.btn-realisation {
    background: #3a559f;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    padding: 10px 25px;
    font-size: 16px;
    letter-spacing: 1px;
}
@media(max-width: 767px) {
	.titreSlider {
		font-size: 20px;
	}
	.subtitreSlider {
	    font-size: 16px;
	    line-height: 130%;
	}
	.bigtitre {
	    font-size: 26px;
	}
	.logos-divers img:nth-child(2) {
		width: 100px !important;
    	margin: 0 !important;
	}
	.logos-divers img {
		margin: 0 !important;
	}
}

.page-realisation {
    padding: 110px 0 50px;
    background: #e8e8e8;
}
.swipebox img {
    width: 100%;
}
/*
Contenu
*/
.wrap {
    background-color: #fff;
	background-position: center;
	background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px 0 0;
    overflow: hidden;
    position: relative;
    z-index: 50;
}
.devis-last-block {
    background: #3a559f;
    padding: 40px 0;
}
.primmary h1 {
    font-size: 30px;
}
@media(max-width: 767px) {
	.wrap {
		padding-top: 30px;
    background: #fff;
	}
	.primmary {
		font-size: 14px;
    	text-align: left;
	}
	.primmary h1 {
		font-size: 20px;
	}
	.col-reverse {
		flex-direction: column-reverse;
	}
}
.wrap h2 {
    font-size: 20px;
    text-transform: none;
    font-weight: 700;
}
.sect1 {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 60px;
}
@media(max-width: 767px) {
	.sect1 {
	    margin-top: 50px;
	}
	.sect1 .container {
		padding-right: 0;
    	padding-left: 0;
	}
}
.primmary {
	max-width: 1170px;
	margin: auto;
}

.contact-block {
    background: #efede6;
    background-image: linear-gradient(150deg,#e2dcd1 -14%,#efede6 80%,#3a559f 79%)!important;
    margin-top: 50px;
    padding: 20px;
}
.contact-block p {
    font-size: 20px;
}
.contact-block p strong {
	display: block;
    font-weight: 700;
}
.contact-block h4 {
    text-transform: uppercase;
    font-size: 18px;
}
.tel {
    display: inline-block;
    margin: 0 15px;
    font-size: 24px;
}
.tel-top {
    color: #000;
    font-size: 24px;
    margin-left: 50px;
}

@media(max-width: 767px) {
	.right-block {
		text-align: center;
	}
	.tel-top {
		margin: 0 10px;
		font-size: 18px;
		padding: 10px 0;
	}
	.block-Mobile {
	    padding: 0 15px 20px;
	}
}
.titre-h3 h3 {
    font-size: 16px;
}
.article-item img {
    margin-bottom: 25px;
}
.article {
    margin-bottom: 30px;
    position: relative;
    padding-left: 20px;
}
.sect3_1 .article:before {
	color: #3a559f;
}

.sect3 {
    background: url(../images/img/bg-home-content.jpg) no-repeat center;
    background-size: cover;
    padding: 90px 0 70px;
    color: #fff;
    position: relative;
    z-index: 1;
}
.sect3::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: rgba(0, 0, 0, 0.65);
}
.sect3_1 h2 {
    color: #3a559f;
}
.devis-block &gt; div {
    font-weight: 700;
    max-width: 960px;
    margin: auto;
}
.devis-block &gt; div h2 {
    margin-bottom: 30px;
    font-weight: 700;
}
.btn-devis-gratuit {
    background: #3a559f;
    display: inline-block;
    padding: 7px 35px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.block-right {
    padding-left: 50px;
}
@media(max-width: 767px) {
	.block-right {
	    padding-left: 0;
	}
	.sect3 {
		padding: 30px 0 30px;
	}
	.devis-block,
	.text-block__ {
	    text-align: left !important;
	}
}
#mail, #mail2 { display: none; }
.input-form {
    display: block;
    margin: 5px 0;
    width: 100%;
    padding: 4px 10px;
    border-radius: 5px;
    border: 2px solid transparent;
    font-size: 12px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.input-form:focus,
.input-form:hover {
  outline: none;
  box-shadow: none;
  border-color: #8bb7f9;
}
textarea.input-form {
    height: 80px;
}

input.btn-devis-gratuit {
	padding: 2px 15px;
    color: #fff;
    border: none;
    width: 100%;
    font-size: 12px;
    border-radius: 3px;
}
.adresse {
    text-align: center;
    margin-top: 35px;
    margin-bottom: 10px;
}

.intervention-block-right {
    /*border: 1px solid #ddd;*/
    background: #f7f7f7;
    margin-bottom: 30px;
    padding: 40px 20px 20px;
}
.text-intervention h3 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 20px;
}
.intervention-block-right img {
    max-width: 100%;
    width: 150px;
}
/*.call-img {
    margin-right: 15px;
}*/
.call-img img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px dashed #181918;
    padding: 5px;
}
.Desktop .categ {
    display: flex;
    justify-content: space-between;
    overflow-x: hidden;
}
.Desktop .services-item {
    min-width: 195px;
}
.sect3_1 {
    background: url(../images/img/bg-couvreur.jpg) no-repeat center top;
    background-size: cover;
    padding: 60px 0 30px;
}
.Mobile .sect3_1 {
  padding: 20px 0;
  background: #fff;
}
.imgbg {
    background-size: cover;
    background-position: left bottom;
    height: 100%;
    background-repeat: no-repeat;
}
.text-bg {
    border: 5px solid #fbce7b;
    padding: 20px;
    height: 100%;
    background: #f7ecd8;
}
.sect4 {
    padding: 0px 0 0;
    background: #3a559f;
}

#Map {
    height: 250px;
}
.location p {
    line-height: 130%;
    font-size: 18px;
    margin: 15px 0;
    text-align: center;
}
.Inner_rappel {
    text-align: center;
    margin-top: 30px;
}
.Inner_rappel strong {
    font-size: 18px;
    text-transform: uppercase;
}

.spacer {
	display: block;
    height: 9px;
    width: 329px;
    margin: 80px auto;
    background-image: url(../images/img/hr-bg.png);
    background-repeat: no-repeat;
    background-position: 0 center;
}
.text-block__ h2 {
    font-size: 26px !important;
    margin-bottom: 15px !important;
    font-weight: 900;
    margin-top: 20px;
}
.top-nav {
    /*background: #fff url(../images/img/ruler-icon.png);
    background-repeat: repeat-x;*/
    padding-top: 15px;
}
.top-nav img {
    width: 250px;
}
@media(max-width: 767px) {
	.text-block__ h2 {
    	font-size: 20px !important;
	}
}

/*
Categorie
*/
.services-item {
	display: block;
	margin: 15px 0;
}
.Mobile a.services-item {
    width: 48%;
    display: inline-block;
    vertical-align: top;
}
.services-item img {
    display: block;
    background-color: #ddd;
}
.Desktop .services-item img {
    width: 191px;
    height: 191px;
    object-fit: cover;
    display: block;
}
.Mobile .services-item img {
    width: 154px;
    height: 154px;
    object-fit: cover;
    display: block;
}
.services-item span {
    text-transform: uppercase;
    text-align: center;
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding-top: 15px;
    line-height: 120%;
    color: #ffffff;
}
.sect4 h2 {
    font-size: 30px;
    margin-bottom: 35px;
}
.Mobile .sect4 h2 {
    font-size: 24px;
    margin-bottom: 0;
}

/*
Footer
*/
.footer-container {
  background: #221f20;
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 50px 0 30px 0;
}
.footer-logo .logo img {
    margin-bottom: 15px;
}
.footer-logo {
    text-align: center;
}
.footer-logo .logo {
    display: inline-block;
    text-align: center;
    /*margin-right: 30px;*/
    /*background: #3a559f; */
    /*padding: 10px;*/
}
.lien-item {
    color: #fff;
}
.adr,
.hor {
    font-size: 14px;
    line-height: 24px;
    position: relative;
    color: #ffffff;
    border-top: 1px solid #2f353c;
    padding-top: 20px;
    margin-top: 5px;
}

.hor:before {
    content: "\f017";
    color: #3a559f;
}
.lien-footer h3 {
    font-size: 18px;
    letter-spacing: 2px;
    color: #3a559f;
    font-weight: 700;
    border-bottom: 1px solid;
    padding-bottom: 10px;
    margin-bottom: 35px;
}
.lien-footer li a:hover {
  color: #3a559f;
}
.copyright {
    background: #3a559f;
    text-align: center;
    padding: 15px 0 15px;
    color: #ffffff;
}
.Mobile .lien-footer {
    padding-left: 15px;
    border-top: 1px solid #ddd;
    padding-top: 15px;
    margin-top: 15px;
}

.lien-footer ul li {
    position: relative;
    padding-left: 25px;
}
.lien-footer ul li a {
    color: #ffffff;
}


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



/*
New style
*/
.intro_section {
    position: relative;
    overflow: hidden;
}
.Mobile .intro_section {
    padding-top: 5rem;
}

.intro_section .top-right-contact-block {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 200;
    width: 460px;
    /*height: 140px;*/
    font-family: 'Calibri', sans-serif;
    font-weight: 400;
}
.intro_section .top-right-contact-block .info-top {
    background-color: #292a2e;
    padding: 40px 45px 40px 45px;
}
.intro_section .top-right-contact-block .Devigratuit {
    background: #fff;
    padding: 30px 45px 30px 45px;
    margin-top: 15px;
}
.intro_section .top-right-contact-block .contact-phone {
    font-size: 20px;
    display: block;
    padding-top: 7px;
    color: #ffffff;
    position: relative;
}
.intro_section .top-right-contact-block .contact-phone em {
    position: absolute;
    margin-top: -18px;
    text-transform: uppercase;
    font-size: 9px;
    font-weight: 700;
    font-style: normal;
    background: #171719;
    line-height: 10px;
    padding: 5px 10px;
    color: #fff;
    border-radius: 5px;
    letter-spacing: 2px;
}
.intro_section .top-right-contact-block .contact-phone span {
    color: #3a559f;
    margin-left: 15px;
    position: relative;
}
.intro_section .top-right-contact-block .Contact_rappel {
    display: block;
    padding-top: 10px;
    font-size: 14px;
    text-transform: inherit;
    border-top: 1px dotted #515156;
    margin-top: 10px;
}
.Contact_rappel strong {
    font-size: 14px;
    text-align: center;
    margin-bottom: 2px;
    color: black;
    text-transform: uppercase;
    display: block;
    line-height: 120%;
}
.Mobile .Contact_rappel strong {
	margin-bottom: 12px;
    color: white;
}

.main-slider__scroll {
    display: block;
    position: absolute;
    z-index: 99;
    bottom: 30px;
    left: 50%;
    color: #fff;
    transform: translateX(-50%);
}
.main-slider__scroll a {
  display: block;
}

/*.Contact_rappel .input-form {
    display: inline-block;
    vertical-align: middle;
    width: 65%;
    padding: 7px 10px;
    font-size: 11px;
    margin: 0;
    border-color: #161618;
}
.Contact_rappel input.btn-devis-gratuit {
    padding: 7px 10px;
    color: #fff;
    border: none;
    display: inline-block;
    width: 35%;
    vertical-align: middle;
    margin-left: -13px;
    border: 1px solid #161618;
    border-left: none;
    border-radius: 0 5px 5px 0;
    font-size: 11px;
}*/
#fixedRight .Contact_rappel .input-form {
    border: 2px solid transparent;
    padding: 7px;
    border-radius: 5px;
    display: inline-block;
    vertical-align: middle;
    background: #e4e4e4;
    margin-bottom: 5px;
    width: 100%;
    font-size: 13px;
    text-align: center;
    transition: .5s ease;
    font-size: 12px;
    -webkit-transition: .5s ease;
}
.Mobile #fixedRight .Contact_rappel .input-form {
	margin-bottom: 0;
	width: 70%;
  height: 48px;
}
#fixedRight .Contact_rappel .input-form:focus {
    border-color: black;
    outline: none;
    box-shadow: none;
}

#fixedRight .btn-submit {
    width: 100%;
    border-radius: 5px;
    margin-left: 0;
    padding: 7px;
}

.sepR {
    width: 80%;
    margin: 20px auto;
}

.sepR:before, .sepR:after {
    content: "";
    border-top: 1px dashed #c1c0c0;
    display: block;
}
.sepR:after {
    margin-top: 3px;
}
/*.Devigratuit {
    padding: 0 10px;
}
.Contact_rappel {
    padding: 0 10px;
}*/
.Devigratuit {
  background: rgba(255, 255, 255, 0.71);
  padding: 20px;
}
.Mobile .Devigratuit {
	background: none;
	padding: 0;
}
.info-top {
    display: flex;
    align-items: center;
    padding-left: 20px;
    padding-top: 15px;
}
.contact-phone {
    padding-left: 10px;
    line-height: 130%;
    font-size: 18px;
    font-weight: 700;
}
img.logo_agence {
    width: 150px;
    margin-left: 1px;
}

.flexslider {
  border: none !important;
    margin: 0 0;
    position: relative;
    zoom: 1;
    min-height: 588px;
    height: 90vh;
}
@media(min-width: 1800px) {
	.flexslider {
	    height: 80vh;
	}
}
.Mobile .flexslider {
  height: 400px;
  min-height: 400px;
}
.flexslider .slides img {
    width: 100%;
    display: block;
}
.intro_section .flexslider:before, 
.intro_section .flexslider:after {
    content: '';
    display: block;
    clear: both;
}
.intro_section .container {
    display: table;
    height: 100%;
    width: 100%;
}

.captionSlider {
  display: table-cell;
  vertical-align: middle;
}
@media(min-width: 992px) {
  .captionSlider {
    padding-top: 120px;
  }
}
.intro_section .slide_description_wrapper {
    /*position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 100%;
    z-index: 5;
    padding: 55px 30px 20px;*/
    text-align: center;
}
.sliderlogo img {
    width: 250px;
    background: rgba(0, 0, 0, 0.38);
    padding: 15px 15px;
}

.intro_section .slide_description_wrapper:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}
.flexslider .slides {
    position: absolute;
    width: 100%;
    height: 100%;
}
.flexslider div.slick-slide {
    height: 100vh;
    min-height: 588px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
@media(min-width: 1800px) {
	.flexslider div.slick-slide {
	    height: 80vh;
	}	
}
.Mobile .flexslider div.slick-slide {
  height: 400px;
  min-height: 400px;
}
.intro_section .slide_description_wrapper:before, 
.intro_section .slide_description {
    display: inline-block;
    vertical-align: middle;
}
.intro_section .slide_description {
  padding-top: 15px;
}
.Mobile .intro_section .slide_description {
  padding-top: 0;
}
.intro_section .slide_description &gt; div {
    margin: 10px 0;
}
.Mobile .intro_section .slide_description .logos-divers {
  display: none;
}

.intro-layer h3,
.intro-layer h1 {
    color: white;
    margin: 0 !important;
    text-shadow: 0 0 6px black;
}
@media(max-width: 767px) {
  .intro-layer h1 {
    font-size: 24px;
    letter-spacing: 0;
  }
}
.top-logo {
    max-width: 300px;
    position: absolute;
    top: 30px;
    left: 30px;
    line-height: 1;
}
.Mobile .intro_slider_alt_navigation { display: none; }
.intro_section .intro_slider_alt_navigation .flex-direction-nav li {
    display: inline-block;
}
.intro_section .intro_slider_alt_navigation .flex-direction-nav {
    margin-bottom: 60px;
    width: 120px;
    padding-bottom: 30px;
    border-bottom: 3px solid #3a559f;
    display: block;
}

.intro_section h3 {
    font-size: 36px;
    line-height: 30px;
    margin: 0 0 10px;
    color: #fff;
}
.Mobile .intro_section h3 {
  font-size: 20px;
}
.titre-h3 h3 {
    color: #181918;
    font-size: 24px;
    text-align: left;
}
.titre-h3 span {
    line-height: 130%;
    display: block;
    text-transform: none;
    font-size: 12px;
    color: #2c3339;
}
.devis-titre {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}
.titre-h3 {
    padding-left: 15px;
}
.grey {
    color: #583603;
    font-size: 20px;
    font-weight: 600;
    /*text-shadow: 1px 1px 3px #5f5c5c;*/
}
.Mobile .grey {
  font-size: 14px;
  line-height: 130%;
}
p.grey span {
    font-size: 26px;
    font-weight: 700;
    color: white;
    text-shadow: 0 0 6px black;
}
.Mobile p.grey span {
  line-height: 24px;
  margin-top: 15px;
  font-size: 20px;
  display: block;
}

.page_header_wrapper {
    background: #fff;
    z-index: 10000 !important;
}
.page_header {
    color: #999999;
    background-color: #3a559f;
    -webkit-transition: background 0.2s ease-in-out 0s;
    -moz-transition: background 0.2s ease-in-out 0s;
    -o-transition: background 0.2s ease-in-out 0s;
    -ms-transition: background 0.2s ease-in-out 0s;
    transition: background 0.2s ease-in-out 0s;
    top: 0;
    left: 0;
    right: 0;
    position: relative;
    z-index: 1000;
}
.Mobile .page_header {
  background: #fff;
}
.page_header [class*="container"] {
    height: 100%;
    padding-left: 0;
    padding-right: 0;
}
.right-header a {
    color: #ffffff;
    font-size: 24px;
    line-height: 100%;
    text-align: right;
    margin-right: 20px;
}
.mainmenu_wrapper {
    justify-content: space-between;
    align-items: center;
    position: relative;
}
@media(min-width: 768px) {
  .nav.mainmenu_wrapper:before {
      content: "";
      position: absolute;
      left: -100%;
      width: 100%;
      height: 134px;
      background: #fff;
      top: 12px;
  }
}
@media(min-width: 1920px) {
  .nav.mainmenu_wrapper:before {
    top: 13px;
    height: 133.4px;
  }
}
@media(min-width: 768px) {
  .mainmenu_wrapper:after {
      content: "";
      background: url(../images/img/header-rect.png) no-repeat right 49px;
      position: absolute;
      left: 0;
      height: 190px;
      width: 371px;
      background-size: contain;
  }
}
.nav.mainmenu_wrapper .logo {
    display: flex;
    align-items: center;
    position: relative;
    top: 27px;
    padding-left: 90px;
    z-index: 30;
}
.Mobile .nav.mainmenu_wrapper .logo {
  top: inherit;
  padding-left: 15px;
}
.nav.mainmenu_wrapper .logo img {
    width: 150px;
}
.page_header .qoute-header {
    background-color: #131212;
    text-align: center;
    border-radius: 5px;
    padding: 7px 10px;
    margin-left: 15px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -6px;
}
.Mobile .page_header .qoute-header {
  position: fixed;
  float: none;
  bottom: 0;
  width: 100%;
  left: 0;
  padding: 7px;
  z-index: 1000;
}
@media (min-width: 1400px) {
  .page_header a.header-button {
      line-height: 25px;
      border-left: 1px solid rgba(153, 153, 153, 0.1);
      padding: 0 15px;
  }
}
.telNavDesktop {
    position: absolute;
    right: 0;
    top: 8px;
    width: 100%;
    text-align: right;
    border-bottom: 1px solid #1f4886;
    padding-bottom: 8px;
}
.telNavDesktop a {
    color: #fff;
    margin-left: 10px;
    font-size: 20px;
}
.page_header .qoute-header a {
    font-size: 14px;
    text-transform: uppercase;
    color: #ffffff;
    border-left: none;
    font-weight: 700;
    letter-spacing: 2px;
    margin: 0;
    padding: 0;
}
.page_header .qoute-header span {
    font-size: 14px;
}
.Mobile .page_header .qoute-header span {
  display: none;
}

.top-section {
    padding-bottom: 10px;
}
.Mobile .top-section {
  padding-bottom: 20px;
}
.top-intro h1 {
    position: relative;
    font-size: 30px;
}
.Mobile .top-intro h1 {
  margin-left: 0;
  border-left: none;
  padding-left: 0;
  font-size: 20px;
}

.Mobile .top-intro p {
    padding-left: 0;
}

.middle-section {
    background-position: center;
    background-repeat: no-repeat;
    /*background-attachment: fixed !important;*/
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    position: relative;
    padding: 30px 15px 1px;
}
.Mobile .middle-section {
  padding: 7px 7px 1px;
}
.middle-section:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    background-color: #000000;
    opacity: 0.8;
    margin: 45px;
}
.Mobile .middle-section:before {
  margin: 10px;
}
.block-middle {
    display: block;
    margin-bottom: 30px;
    position: relative;
    z-index: 3;
    padding-bottom: 25px;
    border-bottom: 1px solid #ddd;
}
.Mobile .block-middle {
  margin-bottom: 6px;
}

.Mobile .sect5 img {
  margin-bottom: 15px;
}
.sect5 .row {
    margin: 30px -15px;
}
.sect5 p {
    margin-bottom: 0;
}

/*@media(min-width: 1024px){
    .wrapper-container {
        margin-right: 15%;
    }
}
@media(min-width: 1920px) {
    .wrapper-container {
        margin-right: 12%;
    }
}*/
#fixedRight {
    background: #4c4c4c;
    position: fixed;
    right: 0;
    width: 15%;
    height: 100%;
    top: 0;
    padding: 20px;
    z-index: 205;
}
@media(min-width: 1920px) {
    #fixedRight {
      width: 12%;
  }
}
.Mobile #fixedRight {
  position: static;
  width: 100%;
  padding-bottom: 20px;
  background-color: #3a559f;
}

.text-agence {
    line-height: 150%;
    padding: 7px;
    margin-top: 25px;
    border-top: 1px solid #364652;
    color: #89a1b5;
}

.header-realisation {
    background: #3a559f;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    padding: 5px 45px;
    border-radius: 25px;
    letter-spacing: 1.5px;
    box-shadow: 0px 0px 0 2px #3a559f;
    font-size: 18px;
}
.imgright {
    margin-bottom: 25px;
}
.engagement {
    /*border: 1px solid #ddd;*/
    background: #f7f7f7;
    margin-bottom: 30px;
    padding: 20px;
}
.engagement &gt; div:first-child,
.location &gt; div:first-child {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 3px;
    font-size: 16px;
    position: relative;
        background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.engagement &gt; div:first-child:before,
.location &gt; div:first-child:before {
    content: "";
    background-color: rgba(29, 29, 31, 0.59);
    position: absolute;
    width: 100%;
    height: 100%;
}
.engagement &gt; div:first-child span,
.location &gt; div:first-child span {
    position: relative;
}
.list-eng li {
    margin: 15px 0px;
    font-size: 16px;
    position: relative;
}
.list-eng li:last-child {
    margin-bottom: 0;
}


.contact-tel {
    border: 2px solid #3a559f;
    margin-bottom: 30px;
}
.tel-block {
    padding: 20px 20px 5px;
    text-align: center;
    font-size: 27px;
}
.tel-block &gt; div {
    border: 2px solid #3a559f;
    margin-bottom: 15px;
    border-radius: 50px;
    display: table;
    width: 100%;
    overflow: hidden;
}
.contact-text {
    background: #3a559f;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 18px;
    padding: 15px;
    position: relative;
}
.contact-text:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #fff;
    position: absolute;
    top: 0;
    left: 35px;
}
.tel-block &gt; div p {
    margin-bottom: 0;
    display: table-cell;
    vertical-align: middle;
    font-weight: 700;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #3a559f;
}
.Mobile .tel-block &gt; div p {
  font-size: 20px;
}
.tel-block &gt; div &gt; span {
    background: #3a559f;
    color: #ffffff;
    display: table-cell;
    width: 90px;
    font-size: 18px;
    vertical-align: middle;
}


.location {
    /*border: 1px solid #ddd;*/
    background: #f7f7f7;
    margin-bottom: 30px;
    padding: 20px;
}

.logo img {
    max-width: 200px;
}
/*.Mobile .logo img {
    width: 200px;
    height: 130px;
    object-fit: contain;
}*/
.sevices-right {
    margin-bottom: 25px;
}
.sevices-right h2 {
    font-size: 28px;
    border-top: 3px solid #3a559f;
    padding-top: 15px;
}
.sevices-right .services-item {
    border: 1px solid #ddd;
    padding: 5px;
}
.sevices-right .services-item span {
    font-size: 12px;
    padding-top: 6px;
}
.sevices-right .row {
	margin-right: -5px;
    margin-left: -5px;
}
.sevices-right .row &gt; div {
	padding: 5px;
}
.sevices-right .row &gt; div .services-item {
	margin: 0 !important;
}
.sevices-right .services-item span {
    font-size: 11px;
    line-height: 130%;
}
.Desktop .sevices-right .services-item span {
    height: 35px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tel-top_ {
    padding-top: 10px;
}
.Top_rappel {
    min-width: 400px;
    text-align: right;
}
@media(min-width: 992px) {
  #rappel_immediat {
    display: inline-block;
    vertical-align: middle;
    width: 400px;
  }
}

#rappel_immediat .input-form {
    background-color: #efefef;
    display: inline-block;
    width: 40%;
    padding: 1px 15px;
    margin: 0;
    vertical-align: middle;
    height: 30px;
    font-size: 10px;
}
#rappel_immediat .btn-devis-gratuit {
    display: inline-block;
    width: 15%;
    font-size: 12px;
    height: 30px;
    vertical-align: middle;
    margin: 0;
    margin-left: -3px;
    border-radius: 0 3px 3px 0;
    padding: 2px 5px;
    background-color: #000;
    line-height: 120%;
}
.Mobile #rappel_immediat .btn-devis-gratuit {
    height: 48px;
    width: 30%;
    font-size: 10px;
}
.Top_rappel strong {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 2px;
    font-size: 10px;
    margin-top: -5px;
    display: inline-block;
    margin-right: 10px;
}




/*
New
*/
#sticky-wrapper {
    position: absolute;
    width: 100%;
    z-index: 100 !important;
}
.Mobile #sticky-wrapper {
  position: relative;
}
.site-header {
    position: relative;
    z-index: 999 !important;
}
.Mobile .site-header {
    position: fixed;
    width: 100%;
}
.top_bar {
	background: #3a559f;
}
.top-bar {
    background-color: #ffffff;
    color: #2d3239;
    padding: 10px 0 5px;
}
.dez-topbar-right {
    float: right;
}
.dez-topbar-center, 
.dez-topbar-left, 
.dez-topbar-right {
    padding-left: 15px;
    padding-right: 15px;
}
.social-bx {
    float: right;
}
.social-bx li {
    margin: 0 0 0 15px;
}
.site-header ul, 
.site-header ol {
    margin-bottom: 0;
}

.site-header .main-bar {
    background-color: #ffffff;
}
@media (min-width: 1200px) {
  .site-header .main-bar .container {
    max-width: 1400px;
  }
}

.Mobile .site-header .main-bar &gt; .container{
  padding-right: 0;
}
.header-nav .nav {
    float: right;
}
.telNavBar &gt; a {
    margin-right: 15px;
    font-size: 18px;
}
.telNavBar &gt; a {
    margin-right: 15px;
    font-size: 18px;
}
.site-header .header-button {
    background: #3a559f;
    padding: 15px 15px 14px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
}
.block-middle h1 {
  color: #283139;
  font-size: 36px;
}
.Mobile .block-middle h1 {
  font-size: 20px;
}

.services-item {
    padding: 0 2px;
}
.partenaires {
    background: #efefef;
    padding: 20px 0;
}
.logo-part {
    text-align: center;
}
.logo-part img {
    width: 120px;
    height: 100px;
    object-fit: contain;
    margin: 0 15px;
}
.lien-footer ul {
    column-count: 3;
    -webkit-column-count: 3;
}
.Mobile .lien-footer ul {
    column-count: 1;
    -webkit-column-count: 1;
}

h2.Titre {
    text-align: center;
}
h2.Titre:after {
    content: "";
    margin: 15px auto;
    display: block;
    border-bottom: 2px solid;
    width: 150px;
}
.Desktop ul.Liens {
    column-count: 3;
}
.Tablet ul.Liens {
    column-count: 2;
}
ul.Liens li a {
    color: white;
}
b.Titre.h3 {
    display: block;
    margin-bottom: 2rem;
    color: #bfd0ff;
}
.siren {
    font-size: 18px;
    background: #f2d339;
    color: #000;
    padding: 7px 15px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}
.siren strong {
    color: #000;
    font-size: 16px;
}

.covid {
  width: 300px !important;
}

.paiement_ img {
    width: 120px;
    margin: 0 15px;
}
@media(max-width: 767px) {
  .paiement_ img {
    width: 90px;
    margin: 0 7px;
  }
  .siren {
    display: block;
    margin-right: 0;
    text-align: center;
  }
}
.Desktop a.logo {
    width: 200px;
    flex: 0 0 200px;
    height: 90px;
}
.titre-h3 &gt; div {
    text-transform: uppercase;
    font-size: 21px;
}
.Mobile .titre-h3 &gt; span {
    color: #fff;
    text-transform: uppercase;
    font-size: 25px;
}
.swipebox img {
width: 100%;
height: 260px;
object-fit: cover;
}
div#Messages {
    text-align: center;
    color: #fff;
    background-color: #000;
    padding: 10px;
    font-size: 17px;
    position: relative;
    z-index: 9999;
}
div#Messages p {
    margin: 0;
}
.page_not_found {
    height: 100vh;
    display: flex;
    align-items: center;
    text-align: center;
    background-color: #3a559f;
}
.Desktop .page_not_found &gt; .container h1 {
    font-size: 10vh;
    color: #000;
    font-weight: 900;
}
.Mobile .page_not_found h1 {
    color: #000;
    font-weight: 900;
    font-size: 5vh;
}
.page_not_found a {
    color: #000;
    font-size: 17px;
    text-decoration: none;
    background-color: #fff;
    font-weight: 800;
    padding: 5px 15px;
    border-radius: 5px;
    display: inline-block;
}

.mentions .sect4 {
    padding: 110px 0 0;
    background: none;
}
.Mobile .sect4 {
  padding: 20px 0;
  text-align: center;
}
.Mobile .mentions .sect4 {
    padding: 20px 0;
}
.Mobile input.btn-devis-gratuit {
    background: #000;
}
#mentionsL,
.ContactezNous {
    padding: 60px 0;
}
.ContactezNous b {
    display: block;
    margin-top: 1rem;
    color: black;
    font-size: 18px;
}
.ContactezNous form#Devis_form {
    background: #ddd;
    padding: 20px;
}
.ContactezNous em {
    margin: 0 15px;
}
.ContactezNous #Map {
    min-height: 300px;
    height: 100%;
}</pre></body></html>