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 {
  background: url('../images/img/fond_body.webp') no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  font-family: "Calibri", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #555;
  margin: 0;
}
body.Mobile {
  background: white;
}

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;
  height: auto;
}

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

h1, h2, h3, h4,
.h1, .h2, .h3, .h4 {
  font-family: "Calibri", sans-serif;
  margin-bottom: 1.5rem;
  margin-top: 0;
  position: relative;
  line-height: 1.1;
  color: #000;
}

h1, .h1 {
  font-size: 30px;
}

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

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

h4, .h4 {
  font-size: 16px;
}

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

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

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

  h4, .h4 {
    font-size: 14px;
  }
}
.container {
  padding-right: .9375rem;
  padding-left: .9375rem;
  position: relative;
  margin-right: auto;
  margin-left: auto;
}

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

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

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

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

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

.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: 768px) {
  .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;
}
.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
\*------------------------------------*/
.Desktop #TopNavigation .container {
  max-width: 100%;
}
#TopNavigation {
	background: #fff;
	position: fixed;
    height: 130px;
    width: 100%;
    z-index: 1000;
}
#TopNavigation:after {
	content: "";
	display: block;
    position: relative;
    /*top: -4px;*/
    height: 4px;
    background: #053b73;
}
.Mobile #TopNavigation {
  height: 106px;
  background: #ffffff !important;
}
.logo { 
    color: #fff;
    float: left;
    padding: 0;
    text-align: center;
    font-family: "Calibri", sans-serif;
    width: 254px;
    height: 116px;
    position: relative;
    z-index: 1;
    background-position: center;
}
.Tablet .logo {
	width: 200px;
    height: 130px;
    background-size: 192px;
}
.Mobile #TopNavigation .container {
    padding: 0;
  }
  

.Mobile .logo {
    width: 50%;
    background-position: center;
    background-size: 100%;
    height: 106px;
    left: 7px;
  }
.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;
}
.Mobile .logo > strong {
  letter-spacing: 0;
}
.Slogan {
	float: left;
	margin-left: 2rem;
}
.Slogan > span {
	display: block;
    padding: 45px 0 10px;
    font-size: 26px;
    color: #4b4b4b;
    font-weight: bold;
}
.rightNav {
	float: right;
  position: relative;
  margin-top: 30px;
}
/*.logoArtisan {
	background: url('../images/img/bgArtisan.png') no-repeat;
	position: absolute;
	top: 26px;
    width: 150px;
    height: 150px;
    overflow: hidden;
    right: 0;
    text-align: center;
    line-height: 190px;
    z-index: 5;
}*/
/*.logoArtisan {
  background: #eeeeee;
  width: 125px;
  height: 125px;
  text-align: center;
  line-height: 165px;
  border: 5px dashed #0052a1;
  border-radius: 100%;
  margin-top: 3px;
}*/
.logoArtisan, .logogarantie, .logorge, .logourgence, .drone{
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}
.Mobile .logoArtisan,
.Mobile .logogarantie,
.Mobile .logorge,
.Mobile .logourgence{
  margin:0 10px;
}

@media(max-width: 991px) {
  .Slogan {
    float: left;
    line-height: 20px;
    margin-left: 2rem;
    width: 150px;
        display: none;
  }
  .Slogan > span {
    font-size: 24px;
  }
  .logoArtisan {
right: 0;
    top: 84px;
  }
}
@media(max-width: 543px) {
  .Slogan {
    display: none;
  }
 
}

.icon {
    background: url('../images/img/split-mouche-couverture-03.webp') no-repeat;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin-right: 8px;
    transition: all 0.35s ease-in-out;
}
.icon_tel {
    background-position: -149px -37px;
    width: 18px;
    height: 25px;
}
.Mobile .icon_tel{
	position: relative;
  top: -4px;
  transform: rotate(-0.5turn);
  -webkit-transform: rotate(-0.5turn);
  left: 5px;
}

/* Navigation */
#BotNavigation .container {
  position: static;
}
.nav {
	position:relative;
}
.nav-list {
	list-style: none;
	padding-left: 0;
	text-align:left;
	margin: -25px 0;
}
.Mobile ul.nav-list { 
    position: fixed;
    width: 100%;
    top: 151px;
}
.Tablet ul.nav-list {
  position: fixed;
  width: 100%;
  top: 175px;
}
.nav-list:after {
	content: "";
	clear:both;
	display: table;
}
.nav-item {
  background: #053b73;
	border-right: 1px solid #8b8a8a;
	/*float:left;*/
	display:table-cell;
	zoom:1;
	position:relative;
	text-align: center;
	/*width: 12.5%;*/
  transition: all .3s ease;
  padding: 5px
}

.nav-item:nth-child(1) {
  border-radius: 5px 0 0 5px; 
}
.nav-item:last-child {
	border-right: none;
	border-radius: 0 5px 5px 0; 
}
.nav-item a {
	font-size: 13px;
	line-height: 120%;
	display: block;
	color: #ffffff;
	padding: 8px 5px 7px;
	height: 55px;
	text-transform: uppercase
}
.nav-item.active, .nav-item:hover, .nav-item:focus {
    background: #E28028; 
}
.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:#A6743F;
	display:block;
	padding:15px;
}
.nav-submenu-item a:hover {
}

.nav-mobile {
	display:none; 
	cursor:pointer;
  margin-top: 15px;
	background: #2f4b6a url(../images/img/bars.webp) no-repeat 85% center;
	background-size:25px;
	height:50px;
	width:100px;
  color: #fff;
  font-weight: bold;
  line-height: 50px;
  padding-left: 10px;
  font-size: 16px;
}

.Mobile .nav-mobile,
.Tablet .nav-mobile {
    background: #2f4b6a url(../images/img/bars.webp) no-repeat 50% 70%;
    background-size: 32px;
    width: 58px;
    height: 74px;
    text-align: center;
    padding-left: 0;
    line-height: 30px;
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
    text-transform: uppercase;
    padding-top: 5px;
    font-size: 12px;
} 
.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);
}
.Tablet .nav {
  z-index: 9999;
  top: 4.5rem;
}
@media only screen and (max-width: 991px) {
	.nav-mobile {
		display:block;
	}
  .nav-item.active,
  .nav-item:hover,
  .nav-item:focus {
    background-image: none
  }
	.nav {
    position: absolute;
    right: 0;
    top: 5rem;
    width: 50%;
    z-index: 100;
	}
	.nav-list {
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #606060),color-stop(100%, #4b4b4b));
    background-image: -moz-linear-gradient(top, #606060,#4b4b4b);
    background-image: -webkit-linear-gradient(top, #606060,#4b4b4b);
    background-image: linear-gradient(to bottom, #606060,#4b4b4b);
		display:none;
    margin: 0;
	}
  .nav-item:nth-child(2) {
    border-radius: 0px; 
  }
	.nav-item {
    background-image:none;
    border-bottom: 1px solid #fff;
		width:100%;
		float:none;
    text-align: left;
    display: block;
        background: #4b4b4b;
	}
  .nav-item:first-child,
  .nav-item:last-child {
    border-radius: 0
  }
  .nav-item:last-child {
    border-bottom: none;
  }
	.nav-item > a {
		padding: 10px;
    height: auto;
	}
	.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%;
        top: 213px;
  }
}
.Mobile nav {
        top: 150px;
        z-index: 99999;
  }
/*------------------------------------*\
    Contenu 
\*------------------------------------*/
/* Homeslider */
#MiddleNavigation {
    padding-top: 75px;
    background: #eee;
    position: relative;
}
.Mobile #MiddleNavigation {
    margin-top: 0;
    padding: 0;
}
.homeslider {
    height: 550px;
    overflow: hidden;
}
.diapo {
	height: 550px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 50%;
}
.Mobile .homeslider, .Mobile .diapo,
.Tablet .homeslider, .Tablet .diapo {
    height: 500px;
    background-position: left 50%;
    overflow: hidden;
    position: relative;
}
.RappelSlider {
	position: absolute;
    top: 125px;
    width: 100%;
}
.Mobile .RappelSlider {
    position: initial;
    margin-top: 16px;
    top: 225px;
  }
.Inner_rappel {
	background: #fff;
    width: 20%;
    text-align: center;
    padding: 15px 0 0;
    float: left;
    margin-left: 60px;
}
.Tablet .Inner_rappel {
  width: 60%;
  margin: auto;
}
.Inner_rappel > strong {
	display: block;
    font-family: "Calibri", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0;
    margin-bottom: 10px;
    color: #4b4b4b;
    font-size: 12px;
}
@media(max-width: 991px) {
  .RappelSlider {
    top: 225px;
  }
  .Inner_rappel {
    margin: 0 auto;
    float: none;
  }
}
@media(max-width: 543px) {
  .Inner_rappel {
    width: 100%;
  }
}

/* Contenu */
.corps {
  margin-top: 20px;
}
@media(min-width: 768px) {
  .corps {
  	background: #fff;
    margin: 20px 0;
  	padding: 20px 20px 0;
  }
}
.Mobile .corps{
	margin-top: 0;
}
.mainleft h1 {
	text-align: center;
}
.Mobile .mainleft h1 {
	margin-top: 3rem;
}
.mainleft h1:after {
	content: "";
	background: #000;
	display: block;
	height: 3px;
	margin: 1rem auto 0;
	width: 150px;
}
.block_1 > .clearfix {
	background: #4b4b4b;
	margin-left: -20px;
}
#TextBlock {
	background: #fff;
}
#ImgBlock img {
	padding-top: 15px;
}
@media(max-width: 991px) {
  .block_1 > .clearfix {
    background: none;
  }
  #ImgBlock {
    background: #4b4b4b;
    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: 768px) {
  .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: -15px;
    margin-left: -15px;
  }
  .block_3 p {
    text-align: justify !important;
  }
}
/* Main right */

.Devisgratuit .h3,
.mainright .h3 {
    font-size: 24px;
    display: block;
    margin: 0 0 20px;
    color: #053b73;
}
.Mobile .Devisgratuit .h3,
.Mobile .mainright .h3 {
  text-align: center;
}

.Desktop .Devisgratuit,
.Tablet .Devisgratuit {
    background: white;
    border: 1px solid #ddd;
    border-bottom-width: 5px;
    padding: 20px;
}
@media(max-width: 991px) {
  .Devisgratuit {
    padding: 20px;
    background: #fff;
  }
  
}
#mail,
#mail2 {
	display: none !important;
}
.form-input {
    background: #eee;
    border: 1px solid #eee;
    color: #000;
    display: block;
    outline: 0 !important;
    margin-bottom: 10px;
    padding: 10px 5px;
    width: 100%;
    -webkit-appearance: none;
    font-family: "Calibri", sans-serif;
    font-size: 14px;
}
textarea.form-input {
	height: 75px;
}
.btn {
	font-weight: bold;
	border: none;
    color: #fff;
    padding: 10px;
}
.btn-submit {
  background: #053b73;
	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 {
  color: #4b4b4b;
	font-size: 26px;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 40px;
}
.typeTel {
    background: #E28028;
    height: 25px;
    line-height: 27px;
    border-radius: 5px;
    color: #000;
    display: inline-block;
    font-size: 14px;
    padding: 0 5px;
    margin-right: 10px;
    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;
  } 
  .email {
    font-size: 12px;
  }
}
@media(max-width: 991px) {
  .tels-mobile .tel {
    display: inline-block;
    margin: 0 5px;
  }
  .tels-mobile .tel a {
    color: white;
  }
}

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

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

/* Footer */
#footer {
    background: #0e3264;
    padding: 25px 0;
    text-align: center;
}
#footer .logo {
    background: #fff;
    border-bottom: 5px solid #606060;
    float: none;
    display: block;
    margin: 0 auto 10px;
    width: 35%;
    height: inherit;
}
.Tablet #footer .logo {
  width: 54%;
}
.Mobile #footer .logo {
  width: 100%
}
.adresse {
    color: #fff;
    font-size: 16px;
    margin-bottom: 0;
}
#footer .tel {
  color: #fff;
  font-size: 24px;
}
#footer .tel > span {
  margin: 0 15px;
}
.copyright {
  color: white;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "Calibri", sans-serif;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 0;
}
.copyright > a {
  color: #fff;
}
@media(max-width: 543px) {
  #footer .tel > span {
    display: block;
    margin: 0;
  }
}



.ImgLeft {
  /*background: #4b4b4b;*/
  border: 2px dashed #053b73;
  display: inline-block;
  vertical-align: middle;
  padding:15px;
  margin-right:5%;
  width:45%;
}

.Tablet .ImgLeft{
	width: 100%;
}
.Mobile .ImgLeft {
    float: none;
    width: 100%;
    margin-bottom: 1.5em;
    margin-right: 0;
    border: 0;
    padding: 0;
}

.ImgFull img {
    margin-bottom: 20px;
    width: 48%;
    height: 300px;
    display: inline-block;
    background: #f1f1f1;
    object-fit: cover;
}

.ImgLeft img {
    width: 100%; 
    height: 100%;
    display: block;
    background: #f1f1f1;
    object-fit: cover;
}

.Mobile .ImgFull img,
.Mobile .ImgLeft img {
  width:100%;
  height: 250px;
  margin-bottom: 1em;
}

.ImgFull img:first-child {
  margin-right:2%;
}

.Mobile .ImgFull img:first-child {
  margin-right:0;
}


.Services .Titre {
    display: block;
    font-size: 32px;
    text-align: center;
    margin-bottom: 2rem;
    color: #053b73;
}
.Services .Titre:after {
  content:"";
  background-color: #053b73;
  display: block;
  margin: 1rem auto 0;
  width: 150px;
  height: 3px;
}

.Services a {
  display: block;
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
  line-height: 130%;
}
.Mobile .Services a {
	padding-left: 0;
    margin-bottom: 0;
    padding-top: 15px;
    padding-bottom: 15px;
}
.Services a:before{
	content:"◆";
	float: left;
    position: absolute;
    left: 0;
    color: #4b4b4b;
}
.Mobile .Services a:before{
	display: none;
}
.Services a:hover,
.Services a:hover:before {
   text-decoration: none;
   color: #053b73;
}

.Block1 {
  clear:both;
  margin-top:40px;
}

.Tels {
  float:left;
  margin-left:60px;
  margin-top: 1.5em;
  /*border-left: 4px solid #4b4b4b;*/
  padding-left: 0;
}
.Tablet .Tels{
  border-left: 0;
  margin-left: 0;
  padding-left: 8px;
}
.Desktop .Services .Liens {
  -moz-column-count:4;
  /*-moz-column-rule: 1px solid #cecece;*/
  -ie-column-count:4;
  /*-ie-column-rule: 1px solid #cecece;*/
  -webkit-column-count:4;
  /*-webkit-column-rule: 1px solid #cecece;*/
  column-count:4;
  /*column-rule: 1px solid #cecece;  */
  position: relative;
}
.Tablet .Services .Liens {
  -moz-column-count:2;
  -ie-column-count:2;
  -webkit-column-count:2;
  column-count:2;
  position: relative;
}
/*.Desktop .Services .Liens:before,
.Desktop .Services .Liens:after {
  content:"";
  background-color: #ccc9c9;
  position: absolute;
  height: 100%;
  width:1px;
  top:0;
}
.Desktop .Services .Liens:before{
  left: 28%;
}
.Desktop .Services .Liens:after {
  right: 38%;
}*/
.Mobile .Liens{
  text-align: center;
}
.tels-mobile{
  float: left;
}

.Mobile .tels-mobile,
.Tablet .tels-mobile{
  float: none;
  text-align: center;
  background: #023365;
}
.Mobile .Tels ,
.Tablet .Tels {
  margin: 0px;
  float: none;
  background: #606060;
  text-align: left;
  padding-left: 0;
  clear: both;
  border-left: none;
}
.right-mob {
  float: right;
  margin-right: 7px;
  margin-top: 15px;
}
.Tablet .right-mob {
	margin-right: 0;
}
.devis-mobile{
  padding: 16px 10px;
    background: #053b73;
    color: #fff !important;
    margin: 0 5px 0 0;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 5px;
    text-transform: uppercase;
    text-align: center;
}
.Mobile .Tels a {
  color: #fff
}
.btn-realisation {
  text-align: center;
  bottom: 57px;
  position: absolute;
  width: 100%;
}
.real_top {
    background: #e28029;
    padding: 15px 35px;
    color: #000;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    transition: all .3s ease;
}

.real_top:hover {
  background: #053b73; 
  color: white; 
}
#realisations {
    padding: 2em 20px;
}
.titre-album{
  display: block;
    text-align: center;
    font-size: 30px;
    margin: 1em 0;
}
.Services {
    margin: 0 -20px;
    background: #f1f1f1;
    padding: 2rem 20px 3rem 3rem;
}
.Mobile .Services {
  margin: 0 -.9375rem;
  padding: 20px;
}
.bloc-une{
  text-align: justify;
}
.Block.Block0 .bloc-une{
  display: inline-block;
  vertical-align: middle;
  width: 50%;
}
.Tablet .Block.Block0 .bloc-une{
	width: 100%;
  margin-top: 25px;
}
.Mobile .Block.Block0 .bloc-une{
  width: 100%;
}
.Block.Block0 .bloc-une p{
  margin-bottom: 0;
  text-align: justify;
}

.Desktop .ss-container,
.Tablet .ss-container{
  height: 815px;
}
.capiton-slider {
  text-align: center;
  font-size: 3rem;
  margin-top: 6rem;
  font-weight: bold;
}
.Tablet .capiton-slider {
  font-size: 2.5rem;
}
.capiton-slider p{
  max-width: 75%;
  margin: 0 auto;
  line-height: 120%;
  color: white;
  text-shadow: 0 0px 10px #000;
}

.Mobile .capiton-slider,
.Tablet .capiton-slider {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    margin: 0;
}
.Mobile .capiton-slider p,
.Tablet .capiton-slider p{
  font-size: 30px;
  max-width: 90%;
}
.imgLogo{
  text-align: center;
  padding: 15px 0 0;
}
.partenaires {
    /* height: 125px; */
    text-align: center;
    padding: 50px 0;
    position: static;
    display: block;
}
.titre-part {
    color: #000;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 15px;
}
.partenaires img {
    padding: 0 10px;
}
.mentions ol {
    background: #fff;
    padding: 25px;
}

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

.blog_pageIntrouvable > div {
  height: 100%;
}
.blog_pageIntrouvable h1 {
    font-size: 200px;
    color: #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: white;
}
.blog_pageIntrouvable a:hover {
    text-decoration: underline;
}
@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;
  }
  .telMobile a {
    color: white;
    font-size: 18px;
    font-weight: 700;
    border-top: 1px solid;
    border-bottom: 1px solid;
    padding: 10px 0;
    display: inline-block;
    vertical-align: middle;
    margin: 15px 0;
  }
  .telMobile em {
    color: white;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    font-size: 24px;
  }
}
#Messages {
    background: black;
    text-align: center;
    position: relative;
    z-index: 99;
}
#Messages p {
    color: white;
    font-weight: bold;
    margin: 0;
    padding: 25px 0;
}
.swipebox {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 250px;
    overflow: hidden;
    margin: 15px 0;
    border: 1px solid #ddd;
}
.Mobile .swipebox {
    height: inherit;
}

.Mobile #swipebox-close {
    right: 0%;
    width: 30px;
    height: 30px;
    background-position: 5px 2px;
    transform: translateX(-50%);
}

b.titre-album {
    display: block;    
    color: #000;    
    font-size: 1.5rem;    
    margin-bottom: 1.5rem;
} 


.btn-caption {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin: 20px 0 0;
    flex-wrap: wrap;
}
a.logo img {
    width: 250px;
    height: 115px;
    object-fit: contain;
}
.partenaires img {
    padding: 0 10px;
    width: 145px;
    height: 50px;
    object-fit: contain;
}
.corps h1 {
    color: #053b73;
}
.Tablet .corps > .row > div {
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
}
.Tablet div#realisations.corps > .row > div {
  flex: 0 0 50%;
  max-width: 50%;
  width: 50%;
}
.Mobile p.copyright a {
    display: block;
    margin: 20px 0 0;
}
.Desktop .ImgFull {
    display: flex;
}

/*----------------------------------------------------------
MENTIONS
---------------------------------------------------------*/
.mentions h2 {
    padding: 20px 0;
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
}
.mentions ol {
    max-width: 100%;
    width: 80%;
    margin: auto;
    padding: 0 0 30px;
}
body.Mobile.mentions ol {
    width: 100%; 
    padding:0 20px 20px;
}
.mentions h3 {
    font-size: 20px; 
    font-weight: 600;
}

.swipebox img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    display: block;
}
.titre-album {
  clear: both;
  display: block;
  font-size: 32px;  
  margin: 20px 0;
  width: 100%;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}


/*============================
CONTACT & DEVIS
============================*/

.contact-content {
    display: grid;
    grid-template-columns: 50% 50%;
    align-items: center;
    justify-content: space-between;
    padding: 50px 20px;
}
.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;
    margin-bottom: 30px;
    display: block;
}
.ContactezNous-h1 {
    color: #333333;
    text-transform: uppercase;
    font-weight: 600;
    font-family: Calibri;
    font-size: 32px;
}
.adr-map {
    padding: 0 0 0 40px;
}
.coordonne_cont a {
    color: #333;
    font-weight: 600;
    display: flex;
    align-items: center;
}
.ContactezNous {
    text-align: center;
}
.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%;
    z-index: 0;
}
.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: none;
}
.Mobile .twoBox img {
    width: 100%;
    height: 185px;
    object-fit: cover;
}
.Tablet.contact .adr-map {
  padding: 0 0 0 20px;
}


/*avis*/
#avis_form {
    margin-top: 15px;
}

#MonAvis,
#avis_form {
  padding: 0 2%;
}
#MonAvis span {
  font-size: 18px;
  color: #333;
  display: block;
}
.item-tem .avis {
  display:inline-block;
  vertical-align: top;
}

#avis_form label {
  display: block;
  margin-bottom: 8px
}

#avis_form .input-form {
      display: block;
    font-size: 14px;
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid #eee;
    background: #f7f7f7;
    padding: 12px 5px;
}

.avis a {
  width:10%;
  float:left;
  height:100%;

}
.avis > i {
  background: url('../images/rating-sprit.png') no-repeat;
  display: inline-block;
  height: 23px;
  width: 120px;
  margin-right: 15px;
}
.avis-0 {
  background-position: 0 0 !important;
}
.avis-1 {
  background-position: 0 -25px !important;
}
.avis-2 {
  background-position: 0 -50px !important;
}
.avis-3 {
  background-position: 0 -75px !important;
}
.avis-4 {
  background-position: 0 -100px !important;
}
.avis-5 {
  background-position: 0 -125px !important;
}
.avis-6 {
  background-position: 0 -150px !important;
}
.avis-7 {
  background-position: 0 -175px !important;
}
.avis-8 {
  background-position: 0 -200px !important;
}
.avis-9 {
  background-position: 0 -225px !important;
}
.avis-10 {
  background-position: 0 -250px !important;
}
/*fin avis*/

section#temoignages {
    text-align: center;
    padding: 40px 0;
    color: #000;
    background: #eee;
    margin-bottom: 30px;
}
.slide-temoignage.slick-initialized.slick-slider {
    padding: 40px 0;
}
#temoignages b {
     color: #000;
     font-size: 1.5rem;
}
.Titrecontenu {
     color: #000;
     font-size: 1.5rem;
}
.Mobile #temoignages b,
.Mobile .Titrecontenu {
    font-size: 18px;
}
#temoignages a {
    background: #053b73;
    color: #fff;
    display: block;
    width: 170px;
    margin: 15px auto 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    border-radius: 0.25rem;
    padding: 10px;
}
section.temoin input.btn {
    background: #053b73;
    color: #fff;
    font-weight: 700;
    width: 100%;
    text-transform: uppercase;   
    padding: 15px 20px;
    cursor: pointer;
    border: none;
    border-radius: 0.25rem;
}

.Mobile section.temoin .col-tem {
    padding: 20px 0 0;
}
.Desktop section.temoin .col-tem,
.Tablet section.temoin .col-tem {
    width: 50%;
    display: inline-block;
    vertical-align: top;
}

section.temoin {
    padding: 40px 0;
    background: #fff;
}
.Mobile section.temoin {
    padding: 40px 15px;
}

 
