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

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

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

body {
  margin: 0;
  font-family: "Calibri" ,sans-serif;
  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: "Calibri" ,sans-serif;
  line-height: 1.2;
}

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

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

h3, .h3 {
  font-size: 1.75rem;
}

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

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

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

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

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

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


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

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

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

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

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

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

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

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

.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
  background-image: none;
}
.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-12,
.col-sm-6,
.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 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

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

@media (min-width: 576px) {
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@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%;
  }
}
.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: 14px;
    font-weight: 300;
    line-height: 150%;
    background-color: #ffffff;
    overflow: visible;
}

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;
	}
  .nav .container {
    width: inherit;
    max-width: 1400px;
  }
}

img {
	max-width: 100%;
    height: auto;
}




.header {
    background: #ffffff;
    color: #fff;
}

/*
Nav
*/
a:hover {
    color: silver!important;
    text-decoration: underline;
}
.Mobile nav.nav {
    position: absolute;
    width: 100%;
    top: 65px;
}
.nav-list {
  text-align: left;
  display: table;
  width: 100%;
  height: 100%;
}
.nav-item {
  background-color: #fff;
  display: table-cell;
  vertical-align: middle;
  zoom: 1;
  position: relative;
}
.nav-item a {
    display: block;
    padding: 20px 10px;
    color: #000;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 600;
    text-align: center;
    line-height: 130%;
}
@media(min-width: 992px) {
  .nav-item:nth-child(1),
  .nav-item:nth-child(3),
  .nav-item:nth-child(5),
  .nav-item:nth-child(7) {
      background: #efefef;
  }
}
.nav-item.active {
  background: #003366;
}
.nav-item.active > a {
  color: #fff;
}
.nav-item > a:hover {
  color: #003366;
}
.nav-item:hover .nav-submenu {
  display: block;
}
.nav-submenu {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  min-width: 265px;
  padding: 20px 0;
  background-color: #efefef;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
  z-index: 90;
}
.Desktop .nav-submenu {
  column-count: 2;
  width: auto;
}
.nav-submenu-item a {
	color: #000000;
  border-bottom: 1px solid #d4d4d4;
  width: 240px;
  margin: auto;
  display: block;
  padding: 15px;
  text-align: left;
}
.nav-submenu-item:last-child a {
  border-bottom: none;
}
.nav-submenu-item a:hover ,
.nav-submenu-item.active a {
  color: #8f9394;
}
.nav-mobile {
	display: none;
	cursor: pointer;
    background: #003366 url(../images/nav.svg) no-repeat 85% center;
    background-size: 18px;
    height: 50px;
    width: 85px;
    padding-left: 9px;
    line-height: 50px;
    margin-left: 30px;
    color: #fff;
    float: right;
    position: relative;
    z-index: 999;
}
.nav-click {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  border-left: 1px solid #003366;
    height: 45px;
    width: 50px;
    cursor: pointer;
    background: #003366;
    z-index: 1000 !important;
}
.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: #003366;
}
.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: 500;
}
.tel-top-bar .icon {
    font-size: 24px;
}
.Mobile .telTopNav {
    text-align: center;
    background: #fdc615;
}
.Mobile .telTopNav a {
    color: #fff;
    margin: 0 10px;
    font-size: 16px;
    display: inline-block;
    padding: 5px 0;
}

.logo {
  position: relative;
}
.logo:before {
    content: "";
    position: absolute;
    left: -1000%;
    height: 100%;
    width: 1000%;
}
.logo img {
    object-fit: contain;
    padding: 3px 0;
}
.Mobile .logo img {
    width: 150px;
    padding: 0;
}
.Mobile .homeslider {
    margin-top: 90px;
}
.deplac {
    font-size: 27px;
    color: #fff;
    font-weight: 900;
    border-bottom: solid 3px #003366;
    display: inherit;
}
.Mobile .deplac {
    font-size: 23px;
}
/*------------------------------------*\
    Media Queries
\*------------------------------------*/
@media only screen and (max-width: 991px) {
  .nav-mobile {
    display: block;
  }
  .nav-list {
    padding-top: 0;
    display: none;
    width: 100%;
    position: absolute;
    left: 0;
    top: 62px;
    /*background: #fff;*/
  }
  .nav-item {
    width: 100%;
    display: block;
    background: #3d3d3d;
  }
  .nav-item > a {
    padding: 15px;
    text-align: left;
    color: #fff;
    margin-right: 30px;
  }
  .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%;
    padding: 0;
    overflow: scroll;
  }
  .nav-submenu-item a {
    text-align: left;
    width: 100%;
  }
}
.Mobile .nav.mainmenu_wrapper .d-flex {
	width: 100%;
	padding-right: 15px;
}

.telNavBar {
    display: flex;
    align-items: center;
    margin: 0 30px;
    border-left: 1px solid #ddd;
    padding: 0 30px;
    border-right: 1px solid #ddd;
}
.telNavBar > div > a {
    display: block;

    line-height: 130%;
    font-size: 24px;
    color: #000;
}
.telNavBar > span {
    margin-right: 10px;
    font-size: 50px;
    color: #000;
    margin-top: -6px;
}

/*
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;
  display: grid;
    grid-template-columns: 1fr 1fr;
}
.logos-divers img {
    margin: 0 5px;
    object-fit: contain;
    display: inline-block !important;
}
.btn-realisation {
    background: #003366;
    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;
	}
}

.page-realisation {
    padding: 40px 0 50px;
    background: #fff;
    border-top: 3px solid #efefef;
}
/*
Contenu
*/
.wrap {
    padding: 80px 0 30px;
    background-color: #fff;
    overflow: hidden;
    position: relative;
    z-index: 50;
}
.primmary h1 {
    font-size: 30px;
}
@media(max-width: 767px) {
	.wrap {
		padding-top: 30px;
    background: #f7f7f7;
	}
	.primmary {
		font-size: 14px;
    	text-align: left;
	}
	.primmary h1 {
		font-size: 20px;
	}
	.col-reverse {
		flex-direction: column-reverse;
	}
}
.wrap h2 {
    font-size: 20px;
}
.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%,#003366 79%)!important;
    margin-top: 50px;
    padding: 20px;
}
.contact-block p {
    font-size: 20px;
    font-weight: 300;
}
.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 .icon {
    margin-right: 15px;
}
.tel .icon-phone {
    font-size: 20px;
    margin-right: 15px;
}
.tel-top {
    color: #000;
    font-size: 24px;
    margin-left: 50px;
}
.tel-top .icon {
    margin-right: 10px;
    font-size: 18px;
}
.tel-top .icon-mobile {
    font-size: 24px;
}
@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;
}
.article:before {
    content: "\f0e7";
    position: absolute;
    font-family: "Calibri" ,sans-serif;
    left: 0;
    font-size: 16px;
    color: orange;
}
.sect3_1 .article:before {
	color: #003366;
}

.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: #003366;
}
.devis-block > div {
    font-weight: 700;
    max-width: 960px;
    margin: auto;
}
.devis-block > div h2 {
    margin-bottom: 30px;
    font-weight: 700;
}
.btn-devis-gratuit {
    background: #003366;
    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-weight: 300;
    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: 12px 15px;
    color: #fff;
    border: none;
    width: 100%;
    font-size: 15px;
    border-radius: 3px;
    cursor: pointer;
}
.adresse {
    text-align: center;
    margin-top: 35px;
    margin-bottom: 10px;
}
.adresse .icon {
    display: block;
    font-size: 43px;
    color: #ffa500;
    margin-bottom: 15px;
}

.intervention-block-right {
    border: 1px solid #ddd;
    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 #ddd;
    padding: 5px;
}
.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: center;
    height: 100%;
    background-repeat: no-repeat;
}
.text-bg {
    border: 5px solid #fbce7b;
    padding: 20px;
    height: 100%;
    background: #f7ecd8;
}
.sect4 {
    padding: 60px 0;
    background: #fff;
}
.Mobile .sect4 {
  padding: 20px 0;
}
#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;
}
.services-item img {
    display: block;
    background-color: #ddd;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.services-item span {
    text-transform: uppercase;
    text-align: center;
    display: block;
    font-size: 16px;
    font-weight: 700;
    padding-top: 15px;
}
.sect4 h2 {
    font-size: 30px;
    margin-bottom: 35px;
}
.Mobile .sect4 h2 {
    font-size: 24px;
    margin-bottom: 0;
}

/*
Footer
*/
.footer-container {
  background: #e6e7e9;
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 50px 0 30px 0;
}
.footer-container:after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 2px;
    width: 100%;
    background-color: #fff;
    background-position: top;
    background-repeat: repeat-x;
}
.footer-logo .logo img {
    margin-bottom: 15px;
}
.footer-logo .logo {
    display: block;
    text-align: center;
    margin-right: 30px;
    margin-bottom: 15px;
    background: transparent;
}
.footer-logo .logo:before {
    display: none;
}
.footer-logo .logo:after {
  display: none;
  border-bottom-width: 126px;
}
a.line-fb {
    display: inline-block;
    margin: auto;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 20px;
}
a.line-fb img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}
.qr_code img {
    width: 300px;
    height: 390px;
    object-fit: contain;
    
}
.Mobile .qr_code img{
    display: block;
    margin: auto;
}
.adr {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    position: relative;
    padding-left: 48px;
}
.adr:before {
    content: "📃"; 
    position: absolute;
    left: 0;
    font-size: 23px;
    top: 50%;
    transform: translateY(-50%);
    color: #003366;
}
.lien-footer h3 {
    font-size: 18px;
    letter-spacing: 2px;
    color: #003366;
    font-weight: 500;
}
.lien-footer li a:hover {
  color: silver;
}
.copyright {
    background: #2b2a29;
    text-align: center;
    padding: 15px 0 15px;
    color: #fff;
}
.Mobile .lien-footer {
    padding-left: 15px;
    border-top: 1px solid #ddd;
    padding-top: 15px;
    margin-top: 15px;
}

.lien-footer ul li {
    position: relative;
    padding: 5px 0px 5px 25px;
}
.lien-footer ul li:before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #003366;
}
.Mobile .lien-footer ul li:before {
    top: 16px;
}

/* 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;
    width: 100%;
    height: 600px;
    object-fit: cover;
}
.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;
}

.intro_section .top-right-contact-block {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 200;
    width: 460px;
    /*height: 140px;*/

    font-weight: 300;
}
.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: 500;
    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: #003366;
    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: #003366;
    text-transform: uppercase;
    display: block;
    line-height: 120%;
}
.Mobile .Contact_rappel strong {
	margin-bottom: 12px;
    color: #000000;
    display: block;
}

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

#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;
}
body.Mobile.realisations #fixedRight {
    padding-top: 81px;
}
.Mobile #fixedRight .Contact_rappel .input-form {
	margin-bottom: 0;
	width: 70%;
  height: 48px;
  background: white;
    box-shadow: none;
}
#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 {
  background: rgba(0, 0, 0, 0.54);
  padding: 40px;
}
.Mobile .Devigratuit {
	background: none;
	padding: 0;
}
.Mobile.realisations .Devigratuit {
    background: none;
    padding: 0;
     margin-top: 130px;
}
.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: 500;
}
.info-top .icon {
    font-size: 18px;
}
img.logo_agence {
    margin-left: 1px;
}

.homeslider {
  position: relative;
}
.homesliders img {
    width: 100%;
    display: block;
}
.intro_section .homeslider:before, 
.intro_section .homeslider:after {
    content: '';
    display: block;
    clear: both;
}
.intro_section .container {
    display: table;
    height: 100%;
    width: 100%;
}
.mobile-slide {
    height: 600px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
@media(min-width: 1800px) {
    .mobile-slide {
        height: 700px;
    }
}
.Mobile .mobile-slide {
    height: 400px;
}

.SliderContainer {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}
.header-button, .header-button:hover {
    background: #003366;
    color: #fff !important;
    text-transform: uppercase;
    padding: 10px 25px;
    display: inline-block;
    font-size: 20px;
    letter-spacing: .5px;
    font-weight: 600;
    text-shadow: none;
    border-bottom: 2px solid #fff;
}
.header-button:hover {
    background: #ffffff;
    color: black !important;
}
.header-button.contacter {
    background: white;
    color: black !important;
}
.header-button.contacter:hover {
    background: #003366;
    color: #fff !important;
}
.captionSlider {
  display: table-cell;
  vertical-align: middle;
}
.intro_section .slide_description_wrapper {
    text-align: center;
}
.sliderlogo img {
    width: 300px;
    background: rgb(61, 66, 74);
    /*padding: 15px;*/
}

.intro_section .slide_description_wrapper:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}

.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 > div {
    margin: 10px 0;
    text-shadow: 0 0 5px black;
}
.Mobile .intro_section .slide_description .logos-divers {
  display: none;
}
.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 #003366;
    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: #fff;
    font-size: 24px;
    text-align: left;
}
.titre-h3 span {
    line-height: 130%;
    display: block;
    text-transform: none;
    font-size: 12px;
    font-weight: 300;
}
.devis-titre {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}
.titre-h3 {
    padding-left: 15px;
    color: #fff;
}
.Mobile .titre-h3 {
    color: #000000;
}
.titre-h3 > span:nth-child(1) {
    font-size: 23px;
    font-weight: 600;
}
.grey {
    color: #ddd;
    font-size: 25px;
    font-weight: lighter;
}
.grey > span {
    color: #fff;
    font-size: 25px;
}
.Mobile .grey {
  font-size: 14px;
  line-height: 130%;
}
p.grey span {
    font-size: 22px;
    font-weight: 500;
    color: #fff;
}
.Mobile p.grey span {
  line-height: 24px;
  margin-top: 0px;
  font-size: 18px;
  display: block;
}

.page_header_wrapper {
    background: #fff;
    z-index: 10000 !important;
}
.page_header {
    color: #999999;
    background-color: #003366;
    -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;
}
.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;
}
.telNavDesktop a .icon-phone {
    font-size: 17px;
}
.page_header .qoute-header a {
    font-size: 14px;
    text-transform: uppercase;
    color: #ffffff;
    border-left: none;
    font-weight: 500;
    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 {
    padding: 40px 40px 10px 40px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 0;
    display: block;
    text-align: center;
    margin-bottom: 30px;
    color: #fff;
    position: relative;
    z-index: 3;
}
.Mobile .block-middle {
  padding: 20px;
  text-align: left;
  margin-bottom: 6px;
}

.Mobile .sect5 img {
  margin-bottom: 15px;
  width: 100%;
}
.sect5 .row {
    margin: 30px -15px;
}
.sect5 p {
    margin-bottom: 0;
}
#fixedRight {
    background: #e2e2e2;
    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;
  margin-top: -16px;
}
.text-agence {
    line-height: 150%;
    background: #ddd;
    padding: 7px;
    max-width: 300px;
    /*margin: auto;*/
}


.imgright {
    margin-bottom: 25px;
}
.engagement {
    border: 1px solid #ddd;
    margin-bottom: 30px;
    padding: 20px;
}
.engagement h4,
.location h4 {
    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;
}
.engagement h4:before,
.location h4:before {
    content: "";
    background-color: rgba(0,0,0,.61);
    position: absolute;
    width: 100%;
    height: 100%;
}
.engagement h4 span,
.location h4 span {
    position: relative;
}
.list-eng li {
    padding-left: 35px;
    margin: 15px 0px;
    font-size: 16px;
    position: relative;
}
.list-eng li:last-child {
    margin-bottom: 0;
}
.list-eng li:before {
  content: "✔";  
  position: absolute;
  left: 10px;
  color: #003366;
}
.contact-tel img {
    width: 20px;
    height: 20px;
}

.contact-tel {
    border: 2px solid #003366;
    margin-bottom: 30px;
}
.tel-block {
    padding: 20px 20px 5px;
    text-align: center;
    font-size: 30px;
}
.tel-block img {
    width: 25px!important;
    height: 25px!important;
    filter: invert(1);
}
.tel-block > div {
    border: 2px solid #3d3d3d;
    margin-bottom: 15px;
    border-radius: 50px;
    display: table;
    width: 100%;
    overflow: hidden;
}
.contact-text {
    background: #003366;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 18px;
    padding: 15px;
    position: relative;
    font-weight: bold;
}
.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 > div p {
    margin-bottom: 0;
    display: table-cell;
    vertical-align: middle;
    font-weight: 500;
    line-height: 130%;
}
.Mobile .tel-block > div p {
  font-size: 20px;
}
.tel-block > div > span {
    background: #3d3d3d;
    color: #fff;
    display: table-cell;
    width: 75px;
    font-size: 18px;
    vertical-align: middle;
}


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


.sevices-right {
    margin-bottom: 25px;
}
.sevices-right h2 {
    font-size: 28px;
    border-top: 3px solid #003366;
    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 > div {
	padding: 5px;
}
.sevices-right .row > div .services-item {
	margin: 0 !important;
}
.sevices-right .services-item span {
    font-size: 11px;
    line-height: 130%;
}
.Desktop .sevices-right .services-item span {
    height: 45px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Top_rappel {
    display: inline-block;
    width: 200px;
}
#rappel_immediat {
    margin-top: -8px;
}
#rappel_immediat .input-form {

    font-weight: 600;
    display: inline-block;
    width: 80%;
    padding: 1px 15px;
    margin: 0;
    vertical-align: middle;
    height: 30px;
    font-size: 10px;
    background: #f1efef;
    box-shadow: inset 2px -2px 6px 0px #ddd;
}
#rappel_immediat .btn-devis-gratuit {
    display: inline-block;
    width: 20%;
    font-size: 14px;
    height: 30px;
    vertical-align: middle;
    margin: 0;
    margin-left: -10px;
    border-radius: 0 3px 3px 0;
    padding: 2px 5px;
    background-color: #003366;
    cursor: pointer;
    color: #fff;
}
.Mobile #rappel_immediat .btn-devis-gratuit {
    height: 49px;
    width: 30%;
    font-size: 16px;
}
.Top_rappel strong {
    color: #000;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 10px;
    display: block;
} 
.found {
    background-color: #003366;
    height: 100vh;
    display: flex;
    align-items: center;
}
.found h1 {
    font-size: 90px;
    color: #fff;
    font-weight: bold;
}
.Mobile .found h1 {
    font-size: 45px;
}
.found p {
    margin: 0;
    color: #fff;
    font-size: 18px;
}
.found a {
    color: #fff;
    border-bottom: 1px solid;
    text-decoration: none;
}
.found a:hover {
    text-decoration: none;
}
body.Mobile.mentions ol {
    padding: 0 20px;
}

/*
New
*/
.nav {
  background-color: #ffffff;
  background: linear-gradient(113deg,#efefef 50%,#ffffff 50%);
    position: relative;
    z-index: 999 !important;
    width: 100%;
}
.top-bar {
    background-color: #2d3239;
    color: #ffffff;
    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: rgba(0, 0, 0, 0.6);
    position: absolute;
    width: 100%;
}
.logo-header {
    display: table;
    float: left;
    vertical-align: middle;
    padding: 0;
    color: #EFBB20;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    width: 210px;
    height: 90px;
    position: relative;
    z-index: 9;
}
.logo-header {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.header-curve .logo-header:before, 
.header-curve .logo-header:after {
    background-color: #000;
    content: "";
    position: absolute;
    bottom: 0;
    height: 120%;
    z-index: -1;
}
.header-curve .logo-header:before {
    right: -50px;
    width: 80%;
    border-right: 7px solid #003366;
    -webkit-transform: skew( 30deg);
    -moz-transform: skew( 30deg);
    -o-transform: skew( 30deg);
    -ms-transform: skew( 30deg);
    transform: skew(30deg);
}
.header-curve .logo-header:after {
    right: 10%;
    width: 2000px;
}
.logo-header > a, 
.logo-footer > a {
    display: table-cell;
    vertical-align: middle;
}
.logo-header img, 
.logo-footer img {
    max-width: 100%;
    width: auto;
    height: auto;
}
.header-curve .logo-header img {
    margin-top: -20px;
}
.header-nav .nav {
    float: right;
}
.telNavBar > a {
    margin-right: 15px;
    font-size: 18px;
}
.telNavBar > a {
    margin-right: 15px;
    font-size: 18px;
}
.telNavBar a i.icon-phone {
    font-size: 14px;
}
.site-header .header-button {
    background: #003366;
    padding: 23px 15px 14px;
    color: #2c3239;
    text-transform: uppercase;
    font-weight: 700;
}
.block-middle h1 {
    color: #fff;
    font-size: 30px;
}
.Mobile .block-middle h1 {
  font-size: 20px;
}

.text-left li {
  padding-left: 35px;
  position: relative;
}
.text-left li:before {
    content: "\f00c"; 
    position: absolute;
    left: 10px;
    color: #003366;
}
.Tablet #scroll1 .row > div {
  min-width: 100%;
}
.Tablet .sect5 .row > div {
  min-width: 30% !important;
}
.Tablet .nav-list {
  top: 0px;
}
.Tablet .wrap {
    padding: 0 0 30px;
}
.Mobile .telMobile,
.Tablet .telMobile {
    background: #003366;
    position: relative;
    text-align: center;
}
.Tablet .captionSlider .col-md-8 {
  margin: auto;
}
.Mobile .telMobile a,
.Tablet .telMobile a {
    margin: 0 9px;
    font-size: 18px;
    display: inline-block;
    padding: 5px 0;
    color: #fff;
}
.intro-layer span {
   font-size: 45px;
    font-weight: bold;
    color: white;
}
.Mobile .intro-layer span {
    font-size: 28px;
    margin-top: 10px;
    display: block;
}
.page-realisation img {
    width: 100%;
    height: 255px;
    object-fit: cover;
}
.Desktop .page-realisation {
    padding: 85px 0 50px;
    background: #fff;
    border-top: 3px solid #efefef;
}
.sevices-right span {
    display: block;
    font-size: 21px;
}
.engagement span:first-child , .location span:first-child {
    position: relative;
    display: block;
    text-align: center;
    padding: 10px;
    color: #fff;
    font-weight: 600;
    z-index: 0;
}
.engagement span:first-child::before, .location span:first-child::before {
    content: "";
    background-color: rgba(0,0,0,0.7);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
.lien-footer span:first-child {
    color: #085071;
    text-transform: uppercase;
    font-size: 24px;
    border-bottom: 2px solid;
    font-weight: 600; 
}
.Mobile .header,
.Tablet .header {
    position: fixed;
    z-index: 111;
    width: 100%;
    background-color: #ffffff;
    top: 0;
}
.Mobile .slide_description_wrapper {
    height: 450px;
}
.Mobile .cat_mob {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    place-content: center;
    width: 100%;
    margin: auto;
}
.Mobile .services-item span {
    font-size: 12px;
    color: #000;
    line-height: 1.5;
}
.Mobile .copyright a {
    color: #fff;
}
.Mobile #swipebox-close {
    top: 0;
}
.Mobile .logos-divers img {
    object-fit: contain;
    margin: 15px auto;
}
.Mobile .call-img img {
    width: 80px;
    height: 80px;
    object-fit: cover;
}
.Mobile .footer-logo .logo img {
    width: 210px;
    height: 100px;
}
.Mobile .services-item img {
    width: 160px;
    height: 80px;
    object-fit: cover;
}
.Mobile #scroll1 img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.intervention-block-right img {
    width: 100px !important;
    height: 100px !important;
    object-fit: contain !important;
}
.Mobile .lien-footer li {
    font-size: 17px;
    margin-bottom: 0;
}
.Mobile .lien-footer li a {
    display: block;
    padding: 5px 0;
}
.Mobile input.btn-devis-gratuit {
    padding: 15px;
    font-size: 16px;
}
textarea.input-form::placeholder {
    font-size: 15px;
}
.Mobile a.header-button {
    margin-bottom: 15px;
    padding: 10px;
    font-size: 15px;
}
.bloc-p {
    margin-bottom: 25px;
}
.partenaires {
    display: flex;
    justify-content: space-around;
}
.Mobile .partenaires {
    display: block;
    text-align: center;
}
.partenaires img {
    width: 200px;
    height: 72px;
    object-fit: contain;
}
.Desktop .partenaires img {
    width: 250px;
    height: 90px;
    object-fit: contain;
}
a:hover {
    text-decoration: none;
}
.Tablet .page-realisation {
    padding: 180px 0 30px;
}
.Mobile .page-realisation {
    padding: 150px 0 30px;
}
.page-mention {
    padding: 25px 0;
}
.Mobile .h1,
.Mobile h1 {
    font-size: 22px;
}
.Mobile .h2,
.Mobile h2 {
    font-size: 20px;
}
.Mobile .h3,
.Mobile h3 {
    font-size: 18px;
}
/**
404
*/
.blog_pageIntrouvable {
    background: #003366;
    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: #fff;
}

.blog_pageIntrouvable > div {
  height: 100%;
}
.blog_pageIntrouvable h1 {
    font-size: 200px;
    color: #fff;
}
.blog_pageIntrouvable p {
    font-size: 36px;
    line-height: 100%;
    margin-top: -21px;
    text-transform: uppercase;
    letter-spacing: 10px;
    color: #fff;
}
.blog_pageIntrouvable a {
    color: #fff;
}
.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;
  }
}
.Tablet .intro_section .slide_description {
  padding-top: 100px;
}
.Mobile div#Messages,
.Tablet div#Messages {
    position: absolute;
    z-index: 1111;
    width: 100%;
}
.Mobile .lien-footer span:first-child {
    display: inline-block;
    margin-bottom: 15px;
}
.Mobile .footer-container {
    padding: 20px 0;
}
.btn_ {
    display: flex;
    justify-content: center;
    gap: 15px;
}


.ContactezNous b {
    margin-right: 10px;
}
.mail_ {
    margin: 10px 0;
}
.ContactezNous a {
    display: inline-block;
    margin-right: 10px;
    color: #000;
    font-size: 18px;
    font-weight: bold;
}
.ContactezNous .h1 {
    font-size: 32px;
    font-weight: 600;
}
.Mobile .ContactezNous .h1 {
  font-size: 24px;
}
.Mobile .ContactezNous a {
    display: block;
}
.ContactezNous #FormDevis {
    display: block;
}
.Desktop .ContactezNous #FormDevis {
    max-width: 75%;
    margin: auto;
}
div#contenu-home,
.ContactezNous {
    padding: 40px 0;
}
.Desktop .ContactezNous {
    text-align: center;
}
.Mobile div#contenu-home,
.Mobile .ContactezNous{
    padding: 180px 0 40px;
}
.Tablet div#contenu-home, 
.Tablet .ContactezNous {
  padding: 200px 0 40px;
}
.ContactezNous .btn-submit {
    position: relative;
    right: 0;
    top: 10px;
    width: 200px;
    font-size: 14px;
    cursor: pointer;
}
.Tablet .logo {
  width: 210px;
}
.ContactezNous .input-form {
    border: 2px solid #00336636;
}
.Tablet .col-md-8 .lien-footer ul {
  column-count: 2;
}
.Tablet .footer-logo .logo {
  margin-left: auto;
  margin-right: auto;
}
.Tablet .adr {
  text-align: center;
}
.Tablet .adr::before {
  left: 33%;
  transform: translate(-50%, -50%);
}
b.titre-album {
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    display: block;
    margin:  20px 0;
}

.lien-footer ul {
    column-count: 2;
}
.Mobile .lien-footer ul {
    column-count: 1;
}
body.Mobile.mentions .page-mention {
    padding-top: 155px;
}
.Tablet.mentions .page-mention {
  padding-top: 220px;
}
/*----------------------------------------------------------------------------------- 
MESSAGES 
-----------------------------------------------------------------------------------*/

div#Messages {
    text-align: center;
    background-color: #000;    
    padding: 10px;
    width: 100%;
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
}

div#Messages p {
    margin: 0;
    color: #fff;     
    font-size: 20px;
}
.Tablet div#Messages p,
.Mobile div#Messages p {
    font-size:14px;
}

section.sect4 b.text-center.h2 {
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    display: block;
}
.Mobile .copyright a {
    display: block;
    margin: 15px 0;
}