* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Calibri', sans-serif;
}

a,
input[type="submit"],
input[type='submit'],
button {
    cursor: pointer;
}

input,
button,
textarea {
    outline: none;
}

ul {
  list-style: none;
}

a, a:hover, a:focus {
  color: inherit;
  text-decoration: none;
  outline: none;
}
body {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #333;
  background-color: #fff;
  margin: 0;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
a:focus,
button:focus {
  outline: 0 !important;
}
img {
  vertical-align: middle;
  border: 0;
  max-width: 100%;
  height: auto;
}
b,
strong{
  font-weight: 800;
}
h1,
h2,
h3, .h3 {
	font-weight: 700;
  line-height: 100%;
  color: #000;
}
h1 {
  font-size: 30px;
  margin-bottom: 15px;
}
h2 {
  font-size: 26px;
}
.Mobile h1 {
  font-size: 24px;
}
.Mobile h2 {
  font-size: 22px;
}
.container {
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.container{
  max-width: 1170px;
}
.row {
  margin-right: -10px;
  margin-left: -10px;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.row:before,
.row:after {
  display: table;
  content: "";
}
.clearfix:after,
.container:after,
.row:after {
  clear: both;
}

.col-sm-1, .col-md-1, .col-sm-2, .col-md-2, .col-sm-3, .col-md-3, .col-sm-4, .col-md-4, .col-sm-5, .col-md-5, .col-sm-6, .col-md-6, .col-sm-7, .col-md-7, .col-sm-8, .col-md-8, .col-sm-9, .col-md-9, .col-sm-10, .col-md-10, .col-sm-11, .col-md-11, .col-sm-12, .col-md-12 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .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-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .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-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
/* Header */
#top {
  background-color: #fff;
  position: relative;
}
.Desktop #middle {
  background-color: #fff;
  position: relative;
}
.navbar {
    text-align: center;
}
.Mobile .navbar,
.Tablet .navbar {
    position: fixed;
    width: 100%;
    z-index: 90;
    top: 0;
}
.right-btn {
  display: flex;
  align-items: center;
}
.right-btn .btn {
  padding: 10px 35px !important;
  font-size: 14px !important;
  margin: 0;
  margin-left: 10px;
}
.logo-top img {
  max-width: 100%;
  margin-left: 15px;
}
.Mobile .logo-top,
.Tablet .logo-top {
  background: #dddddd;
  padding: 1rem 0;
  padding-left: 0;
  display: block;
  text-align: center;
}
.Mobile .logo-top img{
      margin: 0 4px;
}
.Mobile .right-btn,
.Tablet .right-btn {
    margin: 0 -10px;
    clear: both;
    background: #171696;
    justify-content: center;
    top: 5px;
    position: relative;
}
.Tablet .right-btn .btn,
.Mobile .right-btn .btn {
  padding: 10px !important;
  margin: 0 5px;
  width: 47%;
  vertical-align: middle;
}

.tel-top, .logo-top {
  display: inline-block;
  vertical-align: middle;
}
.tel-top{
  border-right: 2px solid #949393;
  margin-top: 5px;
  padding-right: 20px;
  display: flex;
  align-items: center;
}
.Mobile .tel-top,
.Tablet .tel-top {
  border-right:none;
  padding: 0;
  margin: 0;
}
.Mobile .tel-top a,
.Tablet .tel-top a {
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 3px;
}
.logo-top{
  padding-left: 10px;
}
.tel {
    font-size: 30px;
    vertical-align: middle;
    margin-left: 15px;
    letter-spacing: -2px;
    font-weight: 700;
    color: #000000;
    display: flex;
    align-items: center;
    gap: 5px;
}
span.tel img {
    width: 25px;
    height: 25px;
}

/* Navigation */
.bot {
  background-color: #171696;
  text-align: left;
}
.btn {
  border: 2px solid #000;
  padding: 15px 35px;
  display: inline-block;
  margin: 0 15px;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.nav {
  margin-top: 5px;
  background: #db020b;
  border-radius: 15px 15px 0 0;
  overflow: hidden;
}
.Mobile .nav,
.Tablet .nav {
  border-radius: 0;
  margin: 0;
}
.nav-list {
  margin: 0;
  padding-left: 0;
  list-style: none;
  display: table;
  width: 100%;
}
.nav-item {
  display: table-cell;
  margin: 10px 0;
  vertical-align: middle;
}
.nav-item > a {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  padding: 5px 15px;
  text-align: center;
  display: block;
  line-height: 120%;
  border-right: 1px solid #ab050b;
    border-left: 1px solid #ff1313;
}
li.nav-item.active {
    background: #171796;
}
.Mobile .nav-item > a {
  border-right: none;
  border-left: none;
}
.nav-item:first-child > a {
  border-left: none;
}
.nav-item:last-child > a {
  border-right: none;
}
.nav-mobile {
  display:none;
  float: right;
  cursor:pointer;
  background:#3D3D3B url('../images/bars.png') no-repeat center;
  height:50px;
  width:50px;
  margin-top: 30px;
}
.Tablet .nav-mobile {
  margin-top: 20px;
} 
/* Mobile navigation, clickable area for revealing <ul> */
.nav-click {
	position:absolute;
	top:0;
	right:0;
	display:none;
	border-left:1px solid #8B2870;
	height:49px;
	width:50px;
	cursor:pointer;
}
.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 (min-width: 320px) and (max-width: 991px) {
	.nav-mobile {
    display:block !important;
	}
	.nav {
		width:100%;
    margin: 0;
	}
	.nav-list {
		display:none;
	}
	.nav-item {
		width:100%;
		float:none;
    display: block;
    margin: 0;
	}
	.nav-item > a {
		padding:15px;
	}
	.nav-click {
		display:block;
	}
	.nav-mobile-open {
		border-radius:5px 5px 0 0;
		-webkit-border-radius:5px 5px 0 0;
		-moz-border-radius:5px 5px 0 0;
	}
	.nav-item:hover .nav-submenu {
		display:none;
	}
	.nav-submenu {
		position:static;
		width:100%;
	}
}
.Tablet .nav {
  position: absolute;
    z-index: 10;
    border-radius: 0;
}
/* Rappel */
.rappel-titre {
  border: 1px solid #fff;
  color: #fff;
  padding: 5px 10px;
  width: 30%;
  font-weight: 800;
  margin: 7px 0;
  margin-left: 3%;
  position: relative;
  text-align: center;
}
.rappel-titre:before {
  content:"";
  background: url('../images/img/arrow-vert.webp') no-repeat left center;
  height: 37px;
  position: absolute;;
  left: -8px;
  top: 13px;
  width: 8px;
}
.rappel-titre, 
#rappel_immediat {
  display: inline-block;
  vertical-align: middle;
}
.mr{
  text-align: right
}
.devis-deplacement {
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
  /*padding-left: 110px;*/
  margin: 13px 0 0;
  font-size: 20px;
  text-shadow: 0 0px 8px #383636;
}
.Tablet .devis-deplacement {
  text-align: center; 
}
.btn-realisations,
.btn-realisations:hover {
    background: #db020b;
    padding: 10px;
    color: #fff;
    display: block;
    margin-top: 15px;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    max-width: 200px;
}
.Tablet .btn-realisations {
  width: 23%;
    float: left;
}
/* Contenu */
.Mobile .wrapper {
  padding-top: 9rem;
}
.contenu {
    background: #f9f9f9;
    padding-bottom: 60px;
    /*padding: 3rem 0;*/
}
.Mobile .contenu{
  padding-top: 0;
}
.article-wImg{
  border: 1px solid #f1f1f1;
  background: #fff;
  padding: 0 20px 20px;
  padding-left: 50%;
  position: relative;
}
.article-wImg:before{
  content: "";
  background: url('../images/img/img-4.jpg') no-repeat center;
  background-size: cover;
	position: absolute;
	left: 0;
	height: 100%;
	width: 360px;
}
.article-wImg p,
.article-nImg p {
	margin-bottom: 0;
}
.article-wImg h1{
  padding-top: 25px;
  margin-top: 0;
}
.article-nImg{
  background: #fff;
  border: 1px solid #f1f1f1;
  padding: 20px;
}
.article-nImg h2{
  margin-top: 0;
  color: #171696;
}
.spacer{
  margin-top: 20px;
}
.bloc-2 {
  border: 1px solid #f1f1f1;
  background: #fff;
  padding: 20px;
}
.salle-de-bain .bloc-2,
.rehaussement  .bloc-3{
  border: none;
  background: transparent;
  padding: 20px;
}

.bloc-2 .block-travaux .desc {
  position: absolute;
    left: -155px;
    background: rgba(245, 122, 26, .9);
    padding: 20px;
    font-size: 14px;
    color: #fff;
    top: 25px;
}

.bloc-2 .block-travaux .desc h3 {
  color: #fff; font-size: 22px;
}

.bloc1 .content .titre {
  text-align: center;
}

.bloc1 .white { position: relative; background-color: #fff; }

.bloc1 .texte { padding: 15px 20px; }

.big-titre {
  text-align: center;
}
.big-titre h2 {
  margin-bottom: 30px; text-transform: uppercase;
}
.big-titre h2::before { content: ""; background-color: #171696; width: 75px; height: 3px; display: block; margin: 0 auto 15px; }
.texte  {
  font-size: 14px;
}

.sousTitre p {
  margin: -20px auto 40px; text-align: center; color: #777; max-width: 800px; font-size: 15px;
}

.img-middle {
  height: 330px;
  background: url('../images/img/salle-de-bains.jpg') no-repeat center; background-size: cover;
  margin: 1em 0;
}

.rehaussement .img-middle {
  height: 520px;
  background: url(../images/img/rehauss-img1.jpg) no-repeat center;);
background-size: cover;
}

.al-left { text-align: left; }
.al-right { text-align: right; }

.slideServ .inn { margin: 0 10px; }

.block-travaux .etape h4 {
  text-transform: uppercase;
  color: #ffff;
  margin: 0;
  background: #ed2f38;
  padding: 5px 14px;
  position: relative;
}
.block-travaux .etape h4::before {
  content: "+"; display: block; color: #fff; position: absolute; top: 4px; right: 14px; font-size: 24px;
}

.block-travaux .etape h4.active::before {
  content: "-"; top: 3px; font-size: 30px;
}

.block-travaux .etape p {
  font-size: 14px;
  margin: 0 0 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all .5s ease;
  padding: 7px;
}

.block-travaux .etape h4.active{
  background-color: #171696;
}

.block-travaux .etape h4.active+p {
  height: auto;
  opacity: 1;
  transition: all .5s ease;
}

/* Banner */
.banner {
    background-color: black;
    height: 600px;
    text-align: center;
    position: relative;
}

.slide_ {
  position: absolute;
    top: 0;
    width: 100%;
    opacity: .5;
}
.Mobile .banner {
  height: 350px;
  padding-bottom: 5px;
  overflow: hidden;
}
.Tablet .banner {
  height: 450px;
  padding-bottom: 5px;
  overflow: hidden;
}
a.lien-youtube img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    transition: all 0.5s;
}
.Mobile a.lien-youtube img  {
  width: 50px;
  height: 50px;
  object-fit: contain;
}
a.lien-youtube {
    display: inline-block;
    margin-top: 20px;
    margin-left: 20px;
}
a.lien-youtube:hover img {
  transform: rotate(25deg);
}
#slider               { width:100%; height:690px; position:relative; z-index:45;}

#slider .slick-list   { width:100%; height:100%;}
#slider .slick-track  { width:100%; height:100%;}

.banner .container,
#slider .container {
  display: table;
  height: 100%;
  width: 100%;
      position: relative;
    z-index: 2;
}
.text-slider {
  display: flex;
    align-items: center;
        justify-content: center;
    height: 100%;
}
.accroche {
  color: #fff;
    font-weight: 800;
    font-size: 36px;
    line-height: 120%;
    padding: 20px;
    text-align: left;
}
.accroche .titre-s {
  color: #fff;
  font-weight: 800;
  font-size: 36px;
  line-height: 120%;
  text-transform: uppercase;
}
.Mobile .accroche .titre-s {
  font-size: 24px;
}
.right-devis .h3 {
  display: block;
  background: #ce0710;
  margin: 0;
  padding: 15px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 3px;
}
#mail,
#mail2{
  display: none;
}
#contact-form {
    background: #fff;
    padding: 20px;
    text-align: left;
}
@media(min-width:768px){
  .inline-block > div {
      float: left;
      width: 50%;
  }
}
.legend{
  padding: 0;
  margin-bottom: 5px;
  font-weight: 800;
  color: #171696;
}
#contact-form label{
  font-weight: 800;
  font-size: 14px;
    display: block;
}
.inline-block {
    margin-bottom: 10px;
}
.inline-block:after {
    content: "";
    display: table;
    clear: both;
}
@media(min-width:768px){
  .inline-block > div:first-child {
    padding-right: 5px
  }
  .inline-block > div:last-child {
    padding-left: 5px
  }
}
.input-form {
    display: block;
    width: 100%;
    padding: 15px;
    background: #f3f3f3;
    border: none;
}
#rappel_immediat .input-form{
  display: inline-block;
  width: 220px;
}
textarea.input-form{
  height: 90px;
  margin-bottom: 15px;
}
.btn-contact {
    margin: 0;
    background: #171696;
    color: #fff;
    border: none;
    font-size: 16px;
    border-radius: 3px;
    
}
#rappel_immediat .btn-contact{
  padding: 15px;
  font-weight: 800;
  font-size: 12px;
  background: #db020b;
}
.footer-form span{
  margin-top: 14px;
  display: inline-block;
  font-size: 14px;
  color: #171696;
}
.footer-form .btn-contact{
  float: right;
}

/* Réalisation */
.realisation {
  background-color: #f5f5f5;
  background-image: url("../images/img/french-stucco.webp");
  padding: 2rem 0;
}
.block-rea h2 {
  text-align: center;
  text-transform: uppercase;
  font-size: 30px;
}
.item-rea {
  border: 2px solid #fff;
  padding: 5px;
}
.Block {
  margin: 30px 0 0;
}
.Mobile .Block{
  width:100%;
}
.article-block {
  background: #fff;
  padding: 20px;
}
.article-block h2 {
  margin-top: -45px;
  background: #fff;
  position: relative;
  padding: 10px 20px 0;
  border: 1px solid #ddd;
  border-bottom: 0;
}
.Mobile .article-block h2{
  margin-top: 0;
  padding: 0;
  border: none;
}
.article-block p {
  margin-bottom: 0;
  text-align: justify;
}
.contenu h1 {
  text-align: center;
}

.Mobile .contenu h1,
.Tablet .contenu h1 {
  padding-top: 30px;
}

.Block.Block0 {
    margin: 0;
    padding: 80px 0 30px;
    display: block;
    width: 100%;
    text-align: center;
    background: #fff;
}
.texte-one {
    margin: auto;
}
.texte-one h2 {
    font-size: 24px;
}
.Mobile .Block.Block0 {
  display: block;
  padding-top: 10px;
}
.Block.Block0 .ImgLeft, 
.Block.Block0 .article-block {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
}
.Mobile .Block.Block0 .ImgLeft, 
.Mobile .Block.Block0 .article-block {
  width: 100%;
}
.Block.Block0 .article-block h2 {
  margin-top: 0;
  border:none;
  padding: 0;
}

.Titre{
  text-align: center;
  margin-top: -48px;
}
.Mobile .Titre{
  margin-bottom: 25px;
}
.Titre b {
  background: #171696;
  color: #fff;
  opacity: 1 !important;
  display: inline-block;
  padding: 22px 44px !important;
  text-transform: uppercase;
  font-size: 25px !important;
  min-width: 350px !important;
  position: relative;
}
.Mobile .Titre b{
  font-size: 18px !important;
  min-width: 250px !important;
}
.Tablet .Titre b{
  padding: 22px 30px !important;
}
.Titre b:before,
.Titre b:after {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-top: 16px solid transparent;
  border-bottom: 0 solid transparent;
}
.Titre b:before {
  left: -23px;
  border-right: 23px solid #cdcdcd;
}
.Mobile .Titre b:before {
  left: 0;
  border-right: none;
}
.Titre b:after {
  right: -23px;
  border-left: 23px solid #cdcdcd;
}
.Mobile .Titre b:after {
  right: 0;
  border-left: none;
}

.link-foot a {
  color: #000;
  display: block;   
  position: relative; 
  margin: 5px 0;
  padding-left: 20px;
  font-size: 14px;
}
.Mobile .link-foot a {
    padding-left: 0;
    padding-top: 2px;
    padding-bottom: 2px;
}
.link-foot a:before{
  content: "◆";
  float: left;
  position: absolute;
  left: 0;
  color: #ed2f38;
}
.Mobile .link-foot a:before{
  display: none;
}
.link-foot a:hover, 
.link-foot a:hover:before {
    text-decoration: none;
    color: #171696;
}


/* Fooeter */
.footer {
    background: #171696;
    color: #fff;
    text-align: center;
    padding: 20px 0;
}
.copyright a {
  color: #fff;
    text-decoration: underline;
    font-weight: bold;
}
.titre-album {
  display: block;
    text-align: center;
    font-size: 30px;
    padding: 2em 0;
    color: #000;
}

.GooglePlus {
  margin-left:35px;
}
.Mobile .video-mobile{
  width: 90% !important;
}

.imgCoupe {
    float: left;
    width: 120px;
    margin-top: 5px;
}
.Mobile .imgCoupe {
    width: 89px;
}

.contenu h2 {
    margin-top: 0;
    margin-bottom: 10px;
}
h3 {
    margin: 10px 0 5px;
}
.Mobile .contenu h2 {
    font-size: 20px;
    margin-top: 20px;
}

.texte-two p {
    margin-bottom: 0;
}
.row-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.Mobile .row-flex {
  display: block;
  margin: 0;
}
.row-flex > div {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.ImgFull {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;

    padding-right: 0 !important;
}
.Mobile .ImgFull {
  max-width: 100%;
  padding-right: 15px !important;
}

.imgFlex {
    height: 100%;
    background-size: cover;
    background-position: left bottom;
    background-repeat: no-repeat;
}
.texte-two {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;

    padding: 25px;
    background: #fff;
}
.Mobile .texte-two {
  max-width: 100%;
  background: none;
  padding: 15px;
}

.imgSliderb {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 600px;
}
.Mobile .imgSliderb {
  height: 350px;
}
.Tablet .imgSliderb {
  height: 450px;
}
.Desktop #page-video {
    height: 250px;
    border: 5px solid rgba(255, 255, 255, 0.68);
}
.Mobile #page-video {
    max-width: 100%;
    min-width: 100%;
}

.avis-google {
  position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -100px;
}

.avis_google {
    background: #fff;
    max-width: 350px;
    margin: 0 auto 35px;
    border: 3px solid #ddd;
    padding: 10px 20px;
    text-align: center;
}
.avis_google h3 {
    margin-bottom: 0;
    font-family: arial;
    font-size: 22px;
    color: #333;
}
@media(max-width: 767px) {
  .avis-google {
    position: static;
    transform: none;
    text-align: center;
    bottom: inherit;
    margin: 10px 0;
  }
    .avis_block {
        margin-top: 35px;
    }
  .avis_google {
    margin-bottom: 0;
  }
}
.lien_ext {
    margin-top: 10px;
}
.lien_ext .btn-ggle {
    background: #dedede;
    margin: 0 5px;
    border: 1px solid #bfbfbf;
    font-size: 12px;
    padding: 0px 10px;
    display: inline-block;
    margin-bottom: 5px;
    color: #777;
}

.avis-box h4 {
    text-transform: uppercase;
    font-size: 18px;
    margin-top: -25px;
}
.avis {
    display: inline-block;
    vertical-align: middle;
}
.avis > i {
  background: url('../images/img/rating-sprit.png') no-repeat;
  display: inline-block;
  height: 23px;
  width: 120px;
  margin-right: 2px;
}
.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;
}
.avis_block {
    font-size: 16px;
    margin-top: 15px;
}
#google_avis {
    color: orange;
    font-weight: bold;
}
.avis_block p {
    margin-top: 0;
    line-height: 120%;
    text-align: left;
}
.avis_block a {
    color: #333;
}
.mentions .contenu,
.ContactezNous {
  padding: 40px 0;
}
.ContactezNous b {
  display: block;
  color: black;
  margin-top: 1rem;
}
.ContactezNous em {
  margin: 0 15px;
}

div#Messages {
    text-align: center;
    background-color: #000;    
    padding: 10px;
    width: 100%;
    z-index: 999999;
    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;
}
.logo_fournisseur {
    margin-top: 15px;
}

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;
    text-align: center;
    text-transform: uppercase;
}

/**
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: #ffffff;
    line-height: 100%;
    margin: 0;
}
.blog_pageIntrouvable p {
    font-size: 36px;
    line-height: 100%;
    margin-top: -21px;
    text-transform: uppercase;
    letter-spacing: 10px;
    color: #ffffff;
}
.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 .h_btn .btn-realisations {
  width: 100%;
}
.Mobile a.btn-realisations {
    padding: 0;
}

.Mobile .contenu h1 {
    font-size: 25px;
}

.Mobile .right-devis .h3 {
    text-align: center;
}

.Desktop .right-devis {
    min-width: 455px;
    max-width: 455px;
    width: 100%;
}

.right-devis textarea {
  max-width: 100%;
  min-width: 100%;
  height: 100px;
  max-height: 100px;
  min-height: 100px;
}

a.logo img {
    width: 184px;
    height: 96px;
    object-fit: contain;
}

.pastille {
    padding: 80px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Tablet .pastille,
.Mobile .pastille {
    padding: 50px 0;
}

.logo_pas {
  display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.logo_pas img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}

.Mobile .logo_pas img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}
.row-footer {
    display: flex;
    justify-content: center;
    gap: 80px;
    margin: 30px auto 0;
}
.Mobile .row-footer {
    flex-direction: column;
    gap: 30px;
}
.titre-f {
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #000;
    font-weight: 600;
}
.text-agence {
    color: #000;
    text-align: center;
    margin: 15px auto 0;
    font-size: 14px;
}
.Desktop .text-agence {
    max-width: 50%;
}

ul.nav-submenu {
    position: absolute;
    z-index: 99;
    top: 100%;
    text-align: left;
    color: #000;
    background: #fff;
    left: 0;
    width: 400px;
    opacity: 0;
    visibility: hidden;
    transform: scaleY(0);
    transform-origin: 0 0 0;
    transition: all 0.5s;
}

.Desktop li.nav-item:hover ul.nav-submenu {
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
}

li.nav-submenu-item {
    padding: 10px;
}
li.nav-submenu-item a {
    font-size: 16px;
}
.Desktop li.nav-submenu-item:hover,
li.nav-submenu-item.active {
    background: #171796;
}
.Desktop li.nav-submenu-item:hover > a,
li.nav-submenu-item.active > a {
    color: #fff;
}
.nav-click {
  position: absolute;
  width: 30px;
  height: 30px;
  background: #171796;
  right: 10px;
  top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
span.nav-click i {
    position: relative;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
span.nav-click i::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url(../images/drop.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.Tablet .nav-submenu,
.Mobile .nav-submenu {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
    display: none;
    position: static;
    width: 100%;
    text-align: center;
}
.Desktop div#top .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
div#top .container:before,
div#top .container:after {
    display: none;
}
.Mobile .tel-top img,
.Tablet .tel-top img {
    width: 20px;
    height: 20px;
    filter: invert(1);
}
.Mobile a.logo,
.Tablet a.logo {
    float: left;
}
.Tablet .h_btn {
  display: flex;
  gap: 15px;
}
.Tablet .text-slider {
  margin-top: 155px;
}
.Desktop .accroche .titre-s {
    width: 570px;
}