html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

@-moz-viewport {
  width: device-width;
}

@-ms-viewport {
  width: device-width;
}

@-webkit-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

body {
    font-family: "Calibri", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    color: #555;
    margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
  display: block;
}

figure {
  margin: 0;
}
a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
  transition: all .3s ease;
}

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

img {
	border: 0;
	max-width: 100% !important;
}

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

h1, h2, h3, h4,
.h3{
  font-weight: 600;
  margin-bottom: 1.5rem;
  margin-top: 0;
  position: relative;
  line-height: 1.1;
  color: #000;
}

h1 {
  font-size: 30px;
}

h2 {
  font-size: 20px;
  margin-bottom: 5px;
}

.h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

@media(max-width: 991px) {
  h1 {
    font-size: 24px;
  }

  h2 {
    font-size: 18px;
  }

  .h3 {
    font-size: 16px;
  }

  h4 {
    font-size: 14px;
  }
}
.container {
  padding-right: .9375rem;
  padding-left: .9375rem;
  position: relative;
  margin-right: auto;
  margin-left: auto;
}
.Mobile #MiddleNavigation .container {
  padding:0px;
}
.container::after {
  display: table;
  clear: both;
  content: "";
}

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

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

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

@media (min-width: 1200px) {
  .container {
    max-width: 1400px;
  }
}
.clearfix::after {
  display: table;
  clear: both;
  content: "";
}

.row {
  margin-right: -.9375rem;
  margin-left: -.9375rem;
}

.row::after {
  display: table;
  clear: both;
  content: "";
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-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;
  min-height: 1px;
  padding-right: .9375rem;
  padding-left: .9375rem;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.333333%;
}

.col-xs-2 {
  width: 16.666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.333333%;
}

.col-xs-5 {
  width: 41.666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.333333%;
}

.col-xs-8 {
  width: 66.666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.333333%;
}

.col-xs-11 {
  width: 91.666667%;
}

.col-xs-12 {
  width: 100%;
}

@media (min-width: 544px) {
  .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 {
    float: left;
  }
  .col-sm-1 {
    width: 8.333333%;
  }
  .col-sm-2 {
    width: 16.666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.333333%;
  }
  .col-sm-5 {
    width: 41.666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.333333%;
  }
  .col-sm-8 {
    width: 66.666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.333333%;
  }
  .col-sm-11 {
    width: 91.666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
}

@media (min-width: 991px) {
  .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 {
    float: left;
  }
  .col-md-1 {
    width: 8.333333%;
  }
  .col-md-2 {
    width: 16.666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.333333%;
  }
  .col-md-5 {
    width: 41.666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.333333%;
  }
  .col-md-8 {
    width: 66.666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.333333%;
  }
  .col-md-11 {
    width: 91.666667%;
  }
  .col-md-12 {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .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 {
    float: left;
  }
  .col-lg-1 {
    width: 8.333333%;
  }
  .col-lg-2 {
    width: 16.666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.333333%;
  }
  .col-lg-5 {
    width: 41.666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.333333%;
  }
  .col-lg-8 {
    width: 66.666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.333333%;
  }
  .col-lg-11 {
    width: 91.666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         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;
}
.Reaslide .slick-slide img {
  margin: auto;
}
.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;
}
/* Fin slick */
/*------------------------------------*\
    Header
\*------------------------------------*/
#TopNavigation {
    position: relative;
    width: 100%;
    z-index: 1000;
    border-bottom: 4px solid #01337f;
    background-color: #ffffff;
}
#footer:before {
    content: "";
    position: absolute;
    background-image: url(../images/img/bg-header-m.webp);
    top: 0;
    width: 100%;
    height: 100%;
    background-blend-mode: multiply;
    opacity: .3;
}
#footer:before {
  background-position-y: 36% !important;
  left: 0;
  opacity: .2;
}
.Mobile #TopNavigation,
.Tablet #TopNavigation {
  margin-top: 0;
  height: inherit;
  position:fixed;
  padding: 0;
}
.Tablet #TopNavigation {
  margin-top: 0;
}
.Tablet .head-tablet{
  float: left;
    width: 92%;
}
.logo {
	color: #000;
  float: left;
  text-align: center;
  font-weight: bold;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
}
.logo img {
  display: block;
  margin: auto;
  width: 250px;
  height: 140px;
  object-fit: contain;
}
.Mobile .logo,
.Tablet .logo{
  background-size: 100%;
  top: 0;
  height: inherit;
  border: none;
  float: none;
  display: block;
  padding: 0;
  width: 188px;
}
 
@media(max-width: 991px) {
  #TopNavigation .container {
    padding: 0;
  }
  .logo {
    width: 41%;
  }
}
.logo > span {
	display: block;
    font-size: 36px;
    line-height: 20px;
}
.logo > strong {
	letter-spacing: 2px;
    font-size: 12px;
	display: block;
    color: #000;
    text-transform: uppercase;
    line-height: 40px;
}
.Slogan {
	float: left;
	
}

.Slogan > span { 
    display: block;
    padding: 10px 17px;
    font-size: 24px;
    color: #01337f;
    font-weight: bold;
}
.rightNav {
  float: right;
  background: #fff;
  padding: 5px 0;
  margin-top: -10px;
  border: 2px solid #01337f;
  border-radius: 0 0 8px 8px;
  border-top: 0;
}
.Tablet .rightNav{
   background: none;
   border: none;
   margin-right: -50px;
}
.Mobile .rightNav{
   background: none;
   border: none;
   margin-right: 0;
   margin-top: 0;
}
.logoArtisan {
    float: right;
    display: table;
    margin-top: 30px;
}
.logoArtisan img {
    display: inline-block;
    margin: auto 10px;
    padding: 2px 0;
    width: 75px;
    vertical-align: middle;
    height: 75px;
    object-fit: contain;
}
@media(max-width: 991px) {
  .Slogan {
    float: left;
    line-height: 20px;
    margin-left: 2rem;
    width: 150px;
  }
  .Slogan > span {
    font-size: 24px;
  }
  .logoArtisan {
    right: 45px;
  }
}
@media(max-width: 991px) {
  .logoArtisan {
    display: none;
  }
}
@media(max-width: 543px) {
  .Slogan {
    display: none;
  }
  .rightNav {
    margin-right: 15px;
  }
}

/* Navigation */
#BotNavigation .container {
    padding: 0;
    position: static;
}
.nav {
	position:relative;
}
.nav-list {
	list-style: none;
	padding-left: 0;
	text-align:left;
	margin: 0;
  display: table;
    width: 100%;
}
.nav-list:after {
	content: "";
	clear:both;
	display: table;
}
.nav-item {
	border-right: 1px solid #2387e4;
  display: table-cell;
	zoom:1;
	position:relative;
	text-align: center;
  transition: all .3s ease;
  vertical-align: middle;
}
.nav-item:first-child {
}
.nav-item:last-child {
	border-right: none;
}
.nav-item a {
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
  padding: 10px;
  height: 50px;
  line-height: 120%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav-item.active, .nav-item:hover, .nav-item:focus {
    background: #e74c3c; 
}
.nav-item.active > a,
.nav-item:hover > a,
.nav-item:focus > a {
  color: #000;
}
.nav-item:hover .nav-submenu {
	display:block;
}
.nav-submenu {
	display:none;
	position:absolute;
	left:0;
	width:180px;
}
.nav-submenu-item a {
	background:#01337f;
	display:block;
	padding:15px;
}
.nav-submenu-item a:hover {
}

.nav-mobile {
	display:none; 
	cursor:pointer;
  margin-top: 15px;
	background:#01337f url(../images/img/bars.webp) no-repeat center center;
	background-size:25px;
	height:50px;
	width:50px;
  margin-right: 15px;
}
.Mobile .nav-mobile,
.Tablet .nav-mobile {
  margin-left: auto;
  margin-top: 0;
} 
.nav-click {
	position:absolute;
	top:0;
	right:0;
	display:none;
	height:49px;
	width:50px;
	cursor:pointer;
}
.nav-click i {
	display:block;
	height:48px;
	width:48px;
	background:url(../img/drop.svg) no-repeat center center;
	background-size:20px;
}
.nav-click:hover {
}
.nav-rotate {
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	transform:rotate(180deg);
}

@media only screen and (max-width: 991px) {
	.nav-mobile {
		display:block;
	}
	.nav {
    position: absolute;
    right: 0;
    top: 5rem;
    width: 50%;
    z-index: 1000;
	}
	.nav-list {
		display:none;
    margin: 0;
	}
	.nav-item {
    background-image:none;
    border-bottom: 1px solid #fff;
		width:100%;
		float:none;
    display: block;
    text-align: left;
	}
  .nav-item:first-child,
  .nav-item:last-child {
    border-radius: 0
  }
  .nav-item:last-child {
    border-bottom: none;
  }
	.nav-item > a {
		padding:15px;
    text-align: left;
    display: block;
	}
	.nav-click {
		display:block;
	}
	.nav-mobile-open {
		border-radius:5px 5px 0 0;
		-webkit-border-radius:5px 5px 0 0;
		-moz-border-radius:5px 5px 0 0;
	}
	.nav-item:hover .nav-submenu {
		display:none;
	}
	.nav-submenu {
		position:static;
		width:100%;
	}
}
@media only screen and (max-width: 991px) {
  .nav {
    width: 100%;
    background: #01337f;
  }
}
.Mobile .nav {
  top: 100%;
}
.Tablet .nav {
  top: 100%; 
  background: #01337f;
}
/*------------------------------------*\
    Contenu 
\*------------------------------------*/
/* Homeslider */
#MiddleNavigation {
    position: relative;
}

.Mobile #MiddleNavigation {  
  clear:both;
}

.homeslider {
    height: 588px;
    overflow: hidden;
    position: relative;
}
.homeslider:before{
  content: '';
  position: absolute;
  background: rgba(0,0,0,0.3);
  z-index: 2;
  width: 100%;
  height: 100%;
}
.Mobile .homeslider,
.Mobile .homeslider:before,
.Mobile .diapo {
  height: 400px;
}
.diapo {
	height: 588px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 45%;
}
.diapo p {
  color:#fff;
  font-size: 34px;
  width:90%;
  padding-left:10%;
  text-shadow: 0px 0px 3px #000;
  padding-top:300px;
}
.Mobile .diapo p {
  padding-top:240px;
}
.RappelSlider {
	position: absolute;
    top: 86px;
    width: 100%;
}
.logo-slider {
    width: 200px;
}
.Mobile .logo-slider {
  width:40%;
}
.titre-slider {
    position: absolute;
    width: 80%;
    text-align: center;
    top: 35%;
    left: 50%;
    z-index: 80; 
    transform: translate(-50%, -50%);
}
@media(min-width: 1600px) {
  .titre-slider {
    top: 50%;
  }
}
.Mobile .titre-slider {
  width: 90%;
  top: 62%;
}
.titre-slider h1 {
    text-transform: uppercase;
    font-size: 46px;
    color: #fff;
    text-shadow: 0 1px 4px #2f2d2d;
    display: inline-block;
    border: 4px solid;
    padding: 10px 25px;
}
.Mobile .titre-slider h1 {
    font-size: 26px;
}
.titre{
  position: relative;
  z-index: 10;
  font-size: 36px;
  color: #fff;
  padding-bottom: 10px;
}
.titre:before{
  content: '';
  position: absolute;
  background: #01337f;
  height: 2px;
  width: 42%;
  bottom: 0;
    right: 29%;
}
.Inner_rappel {
	background: #fff;
    width: 307px;
    text-align: center;
    padding: 20px 10px;
}
.Inner_rappel > strong {
	display: block;

    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
    color: #01337f;
}
#DevisForm .btn {
    background-color: #01337f;
}
.btn-devis-grat{
  text-align: center;
  margin-top: 16px;
}
.Mobile .btn_devis {
    right: 15px;
    padding: 10px 14px;
    margin-right: 0;
    top: 0;
    font-size: 18px;
    line-height: 0;
    font-weight: 600;
   background: #01337f;
    border-radius: 4px;
}
@media(max-width: 991px) {
  .RappelSlider {
    top: 150px;
  }
  .Inner_rappel {
    margin: 0 auto;
  }
}
@media(max-width: 543px) {
  .Inner_rappel {
    width: 100%;
  }
}

/* Contenu */
.corps {
  margin-top: 20px;
}
@media(min-width: 992px) {
  .corps {
  	background: #fff;
    margin: 20px 0;
  	padding: 20px;
    padding-bottom: 0;
    position: relative;
    z-index: 11;
  }
}
@media(min-width: 992px) {
  .corps {
    margin-top: -200px;
  }
  .mainleft {
    max-height: 875px;
    overflow-y: scroll;
  }
}
@media (min-width: 1600px) {
  .corps {
      margin-top: -100px;
  }
}
.mainleft h1 {
	text-align: center;
}
.mainleft h1:after {
	content: "";
	background: #000;
	display: block;
	height: 3px;
	margin: 2rem auto 0;
	width: 150px;
}
.block_1 > .clearfix {
	background: #01337f;
	margin-left: -20px;
}
#TextBlock {
	background: #fff;
}
#ImgBlock img {
	padding-top: 15px;
}
@media(max-width: 991px) {
  .block_1 > .clearfix {
    background: none;
  }
  #ImgBlock {
    background: #01337f;
    margin-bottom: 20px;
    padding-bottom: 10px;
    text-align: center;
  }
  #ImgBlock img {
    width: 100%;
  }
}
.block_2 {
    margin: 3rem 0;
}
.block_2 .Item_Block {
  background: #f7f7f7;
  padding: 20px;
  margin-left: -20px;
}
.block_3 {
  text-align: center;
}
.block_3 img {
  display: block;
  margin: 0 auto 1.5rem;
}
@media(min-width: 992px) {
  .pr15 {
    padding-right: 15px;
  }
}
@media(max-width: 991px) {
  .mainright {
    background: #fff;
    margin: 0 -15px;
    padding: 1px 20px 20px;
  }
  .block_1 > .clearfix {
    margin-left: 0;
  }
  #TextBlock {
    background: none;
    padding: 0;
  }
  .block_2 {
    margin-top: 0;
  }
  .block_2 .Item_Block {
    margin-right: -20px;
  }
  .block_3 p {
    text-align: justify !important;
  }
}

/* Main right */
@media(max-width: 991px) {
  .Devisgratuit {
        padding: 20px;
        background: #fff;
        margin: 20px 0;
    }
  .Devisgratuit .h3 {
    font-size: 24px;
    text-align: center;
  }
}
#mail,
#mail2 {
	display: none !important;
}
.form-input {
	background: #eee;
    border: 1px solid #eee;
    color: #000;
    display: block;
    outline: 0 !important;
    margin-bottom: 10px;
    padding: 15px 5px;
    width: 100%;
    max-width: 100%;
    font-family: inherit;
    -webkit-appearance: none;
}
textarea.form-input {
	height: 75px;
}
.btn {
	font-weight: bold;
	border: none;
    color: #fff;
    padding: 10px;
    cursor: pointer;
}
.btn-submit {
  background: #01337f;
	outline: 0 !important;
	display: block;
	cursor: pointer;
    width: 100%;
}
#rappel_immediat .form-input {
	text-align: center;
}
#rappel_immediat .btn-submit {
	text-align: center;
	margin-top: -8px;
}

/* Coordonnee */
.coordonne {
  margin-top: 30px;
}
.coordonne .h3 {
  margin-bottom: 5px;
}
.tel-head{
  display: table;
    float: left;
}
.btn-devis {
    border: 3px solid #01337f;
    box-shadow: 0px 0px 28px #e74c3c inset;
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    line-height: 16px;
    padding-top: 11px;
    margin-left: 20px;
    font-size: 12px;
    text-transform: uppercase;
    color: #000;
    font-weight: bold;
}
.Tablet .btn-devis{
  margin-left: 0;
}
.btn-devis:hover{
  box-shadow: 0px 0px 28px #01337f inset;
  transition: all 0.4s;
}
.tel {
  color: #01337f;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 30px;
}
.Mobile .tel {
  line-height: 27px;
  text-align: left;
    font-size: 14px;
    display: table;
}
.Mobile .tel a {
  font-size: 1.2rem;
}
.Tablet .tel {
  line-height: 35px;
  text-align: left;
    font-size: 20px;
    display: table;
}
.Mobile .typeTel {
  margin-right: 5px;
    width: 25%;
    display: none;
}
.typeTel {
    background: #e74c3c;
    line-height: 20px;
    border-radius: 5px;
    color: #000;
    display: inline-block;
    font-size: 12px;
    padding: 5px;
    margin-right: 15px;
    width: 70px;
    vertical-align: middle;
}
.email {
  display: block;
    border-bottom: 1px dashed #ccc;
    border-top: 1px dashed #ccc;
    padding: 5px 0;
    margin-top: 10px;
    text-align: center;
    color: #000;
}
@media(max-width: 991px) {
  .tel {
    font-size: 20px;
  }
  .typeTel {
    font-size: 8px;
  }
  .email {
    font-size: 12px;
  }
}

/* Map */
.MapRight {
  margin: 30px 0;
}
.MapRight .h3 {
  margin-bottom: 5px;
}
.MapRight > p {
  border-bottom: 1px solid;
  margin-bottom: 5px;
}
#Map {
  background: #eee;
  height: 250px;
}
.devis .MapContainer {
  height: 295px !important;
}
@media(max-width: 991px) {
  .MapRight > p {
    font-size: 12px;
  }
}

/* Realisations */
.RealisationRight {}
.Reaslide {
  border: 5px solid #01337f;
  background: #01337f;
  text-align: center;
  padding: 15px 0;
}
.Reaslide a {
  display: block;
}
@media(max-width: 991px) {
  .Reaslide img {
    width: 100% !important;
  }
}

/* Footer */
.content-foot{
  border-bottom: 3px solid #fff;
  border-top: 3px solid #fff;
  height: 85px;
}
.Mobile .content-foot{
  padding: 8px 0;
  margin-bottom: 20px;
  height: auto;
}
.Tablet .content-foot {
  height: auto;
}
#footer {
    padding: 25px 0;
    text-align: center;
    position: relative;
    background: #000;
}
#footer .logo {
  top: -31px;
    float: none;
    display: block;
    margin: 0 auto 10px;
    width: 100%;
    height: inherit;
    background: #fff;
    padding: 0 5px;
}
.Mobile #footer .logo {
  top: 0;
}
.addr-foot{
  clear: both;
  text-align: center;
}
.Tablet .addr-foot {
  margin: 15px 0 0;
}
.Mobile #footer .logo{
  width: 100%;
}
.Tablet #footer .logo{
  width: 100%;
  top: -40px;
  display: none;
}
.adresse {
    color: #fff;
    font-size: 16px;
    margin-bottom: 0;
}
#footer .tel {
  color: #fff;
  font-size: 24px;
  margin: 10px 0;
}
.Tablet #footer .tel {
  width: 100%;
  text-align: center;
}
#footer .tel > span {
  margin: 0 15px;
}
.Mobile #footer .tel {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: 15px;
    gap: 15px;
}
.copyright {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 0;
  padding: 30px 0;
}
.Mobile .copyright, .Mobile .menu-foot{
  padding: 0;
}
.Tablet .copyright {
  padding: 10px 0;
}
.Tablet .menu-foot{
  padding: 0 0;
}
.copyright > a {
    color: #fff;
    text-decoration: underline;
}

.menu-foot strong {
  color: #fff;
}
.menu-foot{
  padding: 30px 0;
}
@media(max-width: 543px) {
  #footer .tel > span {
    display: block;
    margin: 0;
  }
  .copyright > a {
    display: block;
  }
}

#footer .tel a {
    color: #fff;
}

.ImgLeft {
    float: left;
    padding: 10px;
    margin-right: 36px;
    background: #e74c3c;
}
.Tablet .ImgLeft {
  width: 45%;
}
.Mobile .ImgLeft {
  width: 100%;
  margin-bottom: 15px;
  padding: 0;
  background: none;
} 
.Mobile .ImgFull img {
  width:100%;
  height: 250px;
}
.ImgFull img:first-child {
  margin-right:2%;
}


.Services .Titre {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 30px;
    color: #000;
    border: 3px solid;
    max-width: 550px;
    margin: 0 auto 35px;
    padding: 15px;
    background: #e74c3c;
    border-color: #fff;
}
.Mobile .Services .Titre {
  font-size: 24px;
}

.Services a {
    display: block;
    color: #fff;
    line-height: normal;
    margin: 0 0 18px;
}
.Services a:hover {
  text-decoration:underline;
  opacity: 1;
}
 
.Block1 {
  clear:both;
  margin-top:40px;
  display: inline-block;
} 

.Tels {
  margin-left: 50px;
  position: relative;
  padding: 5px 22px 5px 90px;
  float: right;
  border: 3px solid #000;
  border-left: none;
  border-radius: 0 25px 25px 0;
  margin-top: 9px;
}
.Tels:before {
  content: "";
  position: absolute;
  background: url(../images/img/photo.webp) no-repeat center;
  background-size: contain;
  left: -53px;
  top: -3px;
  height: 106%;
  width: 173px;
}
.Tels::after {
    display: table;
    clear: both;
    content: "";
}
.Mobile .Tels:before { display: none; }
.list-phone{
  float: left;
}
.Tels img{
  width: 26%;
  float: right;
  margin-right: -24px;
}
.Mobile .Tels img {
    width: 32%;
    float: right;
    margin-top: -60px;
}
.Tablet .Tels img {
    width: 32%;
    float: right;
    margin-top: -88px;
}
#BotNavigation{
  clear: both;
  display: table;
  width: 100%;
  background: #01337f;
}
.text-phone{
  font-size: 16px;
    text-transform: uppercase;
    color: #232321;
    font-weight: bold;
    margin-bottom: 7px;
    margin-top: 7px;
}
.tel a {
    color: #232321;
}
.Mobile .text-phone{
  font-size: 10px;
}
.Tablet .text-phone{
  font-size: 18px;
}
.Desktop .Services .Liens {
  -moz-column-count:3;
  -moz-column-rule: 1px solid #cecece;
  -ie-column-count:3;
  -ie-column-rule: 1px solid #cecece;
  -webkit-column-count:3;
  -webkit-column-rule: 1px solid #cecece;
  column-count:3;
  column-rule: 1px solid #cecece;  
}
@media (min-width: 1200px) {
  .Desktop .Services .Liens {
    -ie-column-count:3;
    -moz-column-count:3;
    -webkit-column-count:3;
    column-count:3;
  }
}
@media (min-width: 1600px) {
  .Desktop .Services .Liens {
    -ie-column-count:4;
    -moz-column-count:4;
    -webkit-column-count:4;
    column-count:4;
  }
}
.Tablet .Liens {
  column-count: 2;
}
.Mobile a.DevisGratuit, .Tablet a.DevisGratuit {
    background: #01337f;
    color: #fff;
    text-align: center;
}
.Mobile .Tels,
.Tablet .Tels {
  margin:0px;
  float:none;
  position: initial;
  top:80px;
  background: #fff;  
  text-align: center;
  left:15px;
  right:15px;
  padding:0;
  display: none;
}
.Mobile .Tels .text-phone, .Mobile .Tels img,
.Tablet .Tels .text-phone, .Tablet .Tels img {
  display: none;

}
.Rappel {
  margin-left: 20px;
  float:left;
  padding:3px;
  color:#fff;
}
.Rappel b {
    display: block;
    color: #01337f;
    font-weight: normal;
}
.Tablet .Rappel b,
.Mobile .Rappel b {
    display: block;
    color: #ffffff;
    font-weight: normal;
}
.Tablet .Rappel {
  float: none;
  text-align: center;
}

.Rappel input[type=text],
.Rappel input[type=tel]{
  padding: 7px 5px;
  border: 1px solid  #cecece;
  border-radius: 3px;
  display: block;
  width: 100%;
  margin: 5px 0
}

.Rappel input[type=submit] {
  padding: 7px 15px;
    border: 1px solid #01337f;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    background: #01337f;
    display: block;
    width: 100%;
    text-transform: uppercase;
}
.Rappel input:hover[type=submit]{
	background: #fff;
  color: #01337f;
	transition: all 0.6s;
  outline: none;
}
.Mobile .Rappel, .Tablet .Rappel {
  background: rgba(0, 0, 0, .7);
  margin-left: 0;
  width: 100%;
  float: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Tablet .Rappel img,
.Mobile .Rappel img {
    width: 85px;
    height: 85px;
    object-fit: cover;
}
.Mobile .Contenu {
  background-color: #fff;
}

a.DevisGratuit {
  background: #fff;
  color:#01337f;
  padding:10px;
  border-radius: 5px;
  margin:10px 5px;
  float:right;
  font-weight: bold;
}

.Services {
    background: #01337f;
    padding: 40px;
    margin: 0 -20px;
}
.Mobile .Services {
    padding: 40px 20px;
    margin: 0;
}
.Tablet .Services { 
  margin: 20px 0;
}
.Mobile .tel-Mobile, .Tablet .tel-Mobile {
  margin: 0;
  background: #000;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  display: flex;
  justify-content: center;
  gap: 20px;
}
.tel-Mobile > a {
    display: inline-block;
    vertical-align: middle;
    padding: 5px 15px;
    font-size: 19px;
    background: #e74c3c;
    border-radius: 900px;
    color: #000;
    font-weight: 600;
}

.Mobile .mobileTopM,
.Tablet .mobileTopM {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}
.Devisgratuit {
    background: #f7f7f7;
    padding: 20px;
}

img.parallax-slider {
    max-width: inherit !important;
}

.Tablet .logoArtisan { 
  display: none; 
}

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

.Tablet .col-md-8 {
    width: 100%;
}
.Tablet .col-md-4 {
    width: 100%;
}
 
/*============================
CONTACT & DEVIS
============================*/

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


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

a.btn.btn-cont {
    background: rgba(255, 255, 255, .3);
    color: #000;
    border-radius: 0; 
    margin-top: 20px;
    text-transform: uppercase;
    border: solid 1px#fff;
    font-weight: 600;
    padding: 10px 15px;
    font-size: 14px;
}
.boutton-slider {
    display: flex;
    flex-wrap: wrap; 
    gap: 10px;
}
.Mobile .boutton-slider { 
    justify-content: center; 
}
.contact .ContactezNous #FormDevis {
    display: block!important;
}
.contact-content div#Map {
    height: 450px;
    width: 100%;
}
.Mobile .contact-content div#Map {
    height: 300px;
    width: 100%;
}
.ContactezNous svg, .ContactezNous img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    margin-right: 5px;
}


 
.Tablet .corps > .row > div {
  max-width: 100%;
  flex: 0 0 100%;
}
.Tablet .competences > .row > div {
  max-width: 25%;
  flex: 0 0 25%;
}
.Tablet .mainright .Devisgratuit {
  display: none;
}
.Tablet .ImgLeft {
  display: block;
}
.Mobile .twoBox img {
    width: 100%;
    height: 185px;
    object-fit: cover;
}

.btn-real {
    display: flex;
    gap: 15px;
    justify-content: center;
}
.btn-real a {
    background: #01337f;
    padding: 15px 45px;
    color: #fff;
    font-size: 20px; 
    font-weight: 600;
}
a.rea-btn:hover {
    background: #e74c3c;
    color: #000;
}
.Mobile .btn-real a { 
    padding: 10px 15px; 
}
.Tablet a.DevisGratuit { 
  margin: 10px 110px; 
}
.Tablet .titre-slider { 
  top: 60%; 
} 
a.swipebox img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    display: block;
}
b.titre-album {
    width: 100%;
    font-size: 36px;
    color: #000;
    font-weight: bold;
    display: block;
    margin: 15px;
}
.realisations b {
  text-align: center;
}

.Mobile.devis #Map,
.Tablet.devis #Map {
    margin: 20px 0;
}
.mentions h2 {
    font-size: 30px;
    padding: 20px;
}
body.Desktop.mentions ol {
    background: #fff;
    padding: 25px 55px;
    width: 70%;
    margin: auto;
}
.Mobile.mentions ol,
.Tablet.mentions ol {
    padding: 0 35px;
}

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

.blog_pageIntrouvable > div {
  height: 100%;
  color: #333
}
.blog_pageIntrouvable h1 {
    font-size: 200px;
    color: #01337f;
}
.blog_pageIntrouvable p {
    font-size: 36px;
    line-height: 100%;
    margin-top: -21px;
    text-transform: uppercase;
    letter-spacing: 10px;
    color: #000000;
}
.blog_pageIntrouvable a {
    color:  #01337f;
}
.blog_pageIntrouvable a:hover {
    text-decoration: underline;
}
#noDesktop { display: none; }
@media(max-width: 991px) {
  .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 .logo img,
.Mobile .logo img {
  display: block;
  margin: auto;
  width: 250px;
  height: 100px;
  object-fit: contain;
}
.Mobile .Liens {
    line-height: 40px;
}

.ImgLeft img {
    width: 330px;
    height: 250px;
    object-fit: cover;
    object-position: left bottom;
}
.ImgFull img {
    width: 48%;
    height: 370px;
    object-fit: cover;
} 
.Tablet .ImgFull img {
  width: 48%;
  height: 250px;
}
.Tablet .typeTel {
    font-size: 12px;
}
.Tablet .ImgLeft img {
  width: 330px;
  height: 200px;
  object-fit: cover;
}
div#realisations .container-box {
    width: 70%;
    margin: auto;
}
.Tablet div#realisations .container-box{
  width: 100%;
}
.Mobile p.copyright a {
    margin: 15px;
}
.Mobile div#realisations .container-box {
    width: 100%; 
}
.Tablet .contact-content .adr-map {
  padding: 0 0 40px;
}
.Tablet.realisations .col-sm-6 {
  width: 31%;
}
.Contenu {
    position: relative;
    z-index: 11;
}
p.mail a {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}