<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: 'icon';
  src:  url('../fonts/icomoon.eot?cpoq0h');
  src:  url('../fonts/icomoon.eot?cpoq0h#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?cpoq0h') format('truetype'),
    url('../fonts/icomoon.woff?cpoq0h') format('woff'),
    url('../fonts/icomoon.svg?cpoq0h#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-chevron-left:before {
  content: "\e900";
}
.icon-chevron-right:before {
  content: "\e901";
}
.icon-mail:before {
  content: "\e902";
}
.icon-map:before {
  content: "\e903";
}
.icon-menu:before {
  content: "\e906";
}
.icon-phone:before {
  content: "\e904";
}
.icon-phone-call:before {
  content: "\e905";
}

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: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  margin: 0;
}
body.Mobile {
	font-size: 14px;
}

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 {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  margin-bottom: 1.5rem;
  margin-top: 0;
  position: relative;
  line-height: 1.1;
  color: #000;
}

h1 {
  font-size: 46px;
  font-weight: 900;
  font-weight: 900;
    max-width: 75%;
    margin: 0 auto;
    top: 17px;
}

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

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

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

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

.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
\*------------------------------------*/
#sticky-wrapper {
  position: relative;
  z-index: 1000 !important;
}
#TopNavigation {
	position: absolute;
    width: 100%;
    z-index: 10;
}
.Mobile #TopNavigation {
  height: 106px;
  background: #7e7e7e !important;
}

.header .container &gt; .d-flex {
  justify-content: space-between;
}

.Mobile #TopNavigation .container {
    padding: 0;
  }
  

.Mobile .logo {
    width: 55%;
    background-position: center;
    background-size: 100%;
    flex: none;
  }
.logo &gt; span {
	display: block;
    font-size: 28px;
    font-family: 'Playfair Display', serif;
    font-weight: 900;
    color: black;
    line-height: 100%;
    padding-left: 15px;
    margin-top: 5px;
}
.logo img {
	width: 280px;
}
.Mobile .logo img {
  height: auto;
}
.Slogan {
	float: left;
	margin-left: 2rem;
}
.Slogan &gt; span {
	font-family: 'Indie Flower', cursive;
	display: block;
    padding: 45px 0 10px;
    font-size: 26px;
    color: #7e7e7e;
    font-weight: bold;
}
.rightNav {
	float: right;
  position: relative;
  margin-top: 17px;
}
/*.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{
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}
.Mobile .logoArtisan,
.Mobile .logogarantie,
.Mobile .logorge,
.Mobile .logourgence{
  margin:0;
}
.logoArtisan img{
  height: 55px;
}
.logorge img{
  height: 75px;
}
.logourgence img{
  height: 88px;
}
@media(max-width: 991px) {
  .Slogan {
    float: left;
    line-height: 20px;
    margin-left: 2rem;
    width: 150px;
        display: none;
  }
  .Slogan &gt; span {
    font-size: 24px;
  }
  .logoArtisan {
right: 0;
    top: 84px;
  }
}
@media(max-width: 543px) {
  .Slogan {
    display: none;
  }
 
}

/*.icon {
    background: url('../images/split.png') 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;
	display: flex;
	justify-content: flex-end;
	align-items: center;
  font-weight: 400;
}

.nav-list {
	list-style: none;
	padding-left: 0;
	text-align:left;
	margin: 0;
  position: relative;
  z-index: 30;
}
.nav-list:after {
	content: "";
	clear:both;
	display: table;
}
.nav-item {
	display:table-cell;
	zoom:1;
	position:relative;
	text-align: center;
	transition: all .3s ease;
  vertical-align: middle;
}

@media(min-width: 992px) {
  .nav-item {
    width: 150px;
  }
}

.nav-item a {
	font-size: 13px;
    line-height: 120%;
    padding: 10px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    color: #fff;
}

.nav-item.active &gt; a,
.nav-item:hover &gt; a,
.nav-item:focus &gt; a {
  opacity: .8;
}
.nav-item:hover .nav-submenu {
	display:block;
}
.nav-submenu {
	display:none;
	position:absolute;
	left:0;
	width:180px;
  padding-left: 0;
    list-style: none;
}
.nav-submenu-item a {
	background:#fff;
	display:block;
	padding:15px;
}
.nav-submenu-item a:hover {
  background: #0d3f5c;
}

/* Mobile navigation */
.nav-mobile {
  display:none; 
  cursor:pointer;
  float: right;
  font-size: 20px;
    color: white;
}
.nav-mobile span {
  text-transform: uppercase;
  font-weight: 700;
  color: white;
      font-size: 17px;
    margin-right: 10px;
}


.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 {
    background: #0d3f5c;
    float: none;
    display: block;
    flex: inherit;
  }
  .nav-list {
    display:none;
  }
  .nav-item {
    margin: 0;
    width:100%;
    float:none;
    display: block;
    border-bottom: 1px solid #9e0606;
  }
  .nav-item:last-child {
    border-bottom: none;
  }
  .nav-item &gt; 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%;
	}
}
@media only screen and (max-width: 767px) {
  .nav {
    position: static;
  }
}
/*------------------------------------*\
    Contenu 
\*------------------------------------*/
.headNav {
    background: rgba(255, 255, 255, 0.83);
    margin-top: 3rem;
    display: flex;
    align-items: center;
    border-radius: 20px;
    max-height: 110px;
    /*overflow: hidden;*/
}
.Mobile .headNav{
	margin-top: 0;
	border-radius: 0;
	justify-content: space-between;
}
@media(min-width: 1600px) {
	.headNav {
		margin-top: 5rem;
	}
}
/* Homeslider */
#MiddleNavigation {
    background: #eee;
    position: relative;
}

.diapo {
	height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 50%;
}

.Mobile .homeslider,
.Mobile .diapo {
  height: 180px;
  background-position: left 50%;
}
.RappelSlider {
	position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-35%);
}
.Mobile .RappelSlider {
    display: none;
  }
.Inner_rappel {
	background: #0d3f5c;
    flex: 0 0 30%;
    text-align: center;
    padding: 15px;
    float: left;
    margin-left: 15px;
    border-radius: 0 20px 20px 0;
    height: 110px;
}
.Tablet .Inner_rappel {
	width: 33%;
    margin-left: 4px;
}
.Inner_rappel &gt; strong {
	display: block;
    font-family: serif;
    text-transform: uppercase;
    letter-spacing: 0;
    margin-bottom: 5px;
    color: #000000;
    font-size: 13px;
}
@media(max-width: 767px) {
  .RappelSlider {
    top: 225px;
  }
  .Inner_rappel {
    margin: 0 auto;
    float: none;
    padding-bottom: 1rem;
    border-radius: 0;
  }
}
@media(max-width: 543px) {
  .Inner_rappel {
    width: 100%;
    border-radius: 0;
  }
}

/* Contenu */
.Contenu {
  background: url('../images/img/fond_body.jpg') no-repeat center;
  background-size: cover;
  position: relative;
}
.Contenu:before {
    content: "";
    background: rgba(0, 0, 0, 0.57);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.Mobile .Contenu:before{
	background: rgba(255, 255, 255, 0.57);
}

.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 &gt; .clearfix {
	background: #7e7e7e;
	margin-left: -20px;
}
#TextBlock {
	background: #fff;
}
#ImgBlock img {
	padding-top: 15px;
}
@media(max-width: 991px) {
  .block_1 &gt; .clearfix {
    background: none;
  }
  #ImgBlock {
    background: #7e7e7e;
    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: 767px) {
  .mainright {
    background: #fff;
    margin: 0 -15px;
    padding: 1px 20px 20px;
  }
  .block_1 &gt; .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 */
.Desktop .Devisgratuit,
.Tablet .Devisgratuit {
    background: white;
    border: 1px solid #ddd;
    border-bottom-width: 5px;
    padding: 20px;
}
@media(max-width: 767px) {
  .Devisgratuit {
    padding: 20px;
  }
  .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: 10px 5px;
    width: 100%;
    -webkit-appearance: none;
}
textarea.form-input {
	height: 75px;
}
.btn {
	font-weight: bold;
	border: none;
    color: #fff;
    padding: 10px;
}
.btn-submit {
  background: #000000;
	outline: 0 !important;
	display: block;
	cursor: pointer;
    width: 100%;
}
#rappel_immediat .form-input {
	text-align: center;
	display: inline-block;
	margin-bottom: 0;
    width: 75%;
}
#rappel_immediat .btn-submit {
	text-align: center;
	width: 25%;
    display: inline-block;
}

/* Coordonnee */
.coordonne {
  margin-top: 30px;
}
.coordonne h3 {
  margin-bottom: 5px;
}

.tel {
  	color: #000000;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0;
    line-height: 26px;
}
.typeTel {
    background: #000000;
    height: 20px;
    line-height: 20px;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 8px;
    padding: 0 5px;
    margin-right: 10px;
    width: 50px;
    vertical-align: middle;
    text-align: center;
}
.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;
  }
}
@media(max-width: 767px) {
  .tels-mobile .tel {
    display: inline-block;
    margin: 0 5px;
  }
}

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

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

/* Footer */
#footer {
	padding: 25px 0;
    background-color: #f9f9f9;
    text-align: center;
    border-top: 1px solid #820b00;
}
#footer .logo {
  background: none;
    border-bottom: 5px solid #161a1d;
    float: none;
    display: block;
    margin: 10px auto 10px;
    padding-bottom: 7px;
    width: 35%;
    height: inherit;
}
#footer .logo img {
	width: 175px
}
.Tablet #footer .logo {
  width: 54%;
}
.Mobile #footer .logo {
  width: 100%
}
.adresse {
    color: #313131;
    font-size: 16px;
    margin-bottom: 0;
}
#footer .tel {
  color: #313131;
  font-size: 24px;
}
#footer .tel &gt; span {
  margin: 0 15px;
}
.copyright {
    color: #0d3f5c;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: serif;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 0;
    text-align: center;
    margin-top: 20px;
}
.copyright &gt; a {
  color: #0d3f5c;
}
@media(max-width: 543px) {
  #footer .tel &gt; span {
    display: block;
    margin: 0;
  }
  .copyright &gt; a {
    display: block;
  }
}



.ImgLeft {
  /*background: #7e7e7e;*/
  border: 2px dashed #0f1113;
  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;
}

.ImgFull img {
  margin-bottom: 20px;
  width:48%;
}

.Mobile .ImgFull img {
  width:100%;
  margin-bottom: 1em;
}

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

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


.Services .Titre {
  display: block;
  font-size: 24px;
  text-align: center;
  margin-bottom: 2rem;
  color: #0f1113;
}
.Services .Titre:after {
  content:"";
  background-color: #0f1113;
  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;
}
.Services a:before{
	content:"â—†";
	float: left;
    position: absolute;
    left: 0;
    color: #7e7e7e;
}
.Mobile .Services a:before{
	display: none;
}
.Services a:hover,
.Services a:hover:before {
   text-decoration: none;
   color: #0f1113;
}

.Block1 {
	text-align: center;
	padding: 5rem 0;
}
.Block1 h2 {
  font-size: 30px;
  margin-bottom: 15px;
}
.Mobile .Block1 h2 {
   font-size: 18px;
}
.Mobile .Block1 {
    padding: 0rem 0 2rem;
}
.Block1 p {
	font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 21px;
}
.Mobile .Block1 p {
    font-size: 18px;
}
.heading {
	position: relative;
    padding: 35px 0;
    margin-bottom: 1rem;
}
.heading .header-text {
    zoom: 1;
    filter: alpha(opacity=3);
    -webkit-opacity: 0.03;
    -moz-opacity: 0.03;
    opacity: 0.03;
    z-index: 1;
    font-family: 'Playfair Display', serif;
    font-weight: 900;
    font-size: 190px;
    top: 50%;
    left: 50%;
    position: absolute;
    margin: 16px auto 0px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding-bottom: 60px;
    font-style: normal;
}
.Mobile .heading .header-text{
	display: none;
}

.grayB {
    background: #f5f8f2;
    padding: 5rem 0 2rem;
    margin: 7rem 0 0;
}
.Block2 {
    background: white;
    padding: 40px;
    margin-top: -13rem;
    box-shadow: 0px -8px 0px #0d3f5c;
}
.Mobile .Block2 {
    display: flex;
    flex-direction: column-reverse;
    padding: 20px;
}
.Block2 .bloc-une {
    padding-right: 50%;
    position: relative;
}
.Mobile .Block2 .bloc-une {
    padding-right: 0;
}
.Block2 .bloc-une:after {
	content:"";
  background: url('../images/img/antiquaire.png') no-repeat center;
	background-size: contain;
    position: absolute;
    right: 0;
    top: 50%;
    width: 500px;
    height: 100%;
    transform: translateY(-47%);
}
.Mobile .Block2 .bloc-une:after {
	position: static;
	display: block;
}
.Block2 h2:after {
	content: "";
	display: block;
    width: 100px;
    border-top: 5px solid #f0f0f0;
    margin: 25px 0;
}
.SlideBlock {
    margin-top: 20px;
}
.SlideBlock .ImgF {
    height: 500px;
    overflow: hidden;
}
.Mobile .SlideBlock .ImgF {
    height: inherit;
}
.SlideBlock .bloc-une {
  max-width: 90%;
  margin: 50px auto 0;
  position: relative;
  text-align: center;
}
.Mobile .SlideBlock .bloc-une {
    max-width: 100%;
    margin-top: 0;
}
.lastB {
	background: #0d3f5c url('../images/img/bg-2.png');
	padding: 5rem 0;
  padding-top: 0;
}

.FlextBlock {
    display: flex;
    background: white;
    align-items: center;
}
.Mobile .FlextBlock {
    display: block;
}
.lastBlock .Block {
    margin: 15px 0;
}
.lastBlock .Block:last-child {
    margin-bottom: 0;
}
.FlextBlock .ImgF {
	flex: 0 0 35%;
}
.Desktop .FlextBlock .ImgF {
  max-height: 295px;
  overflow: hidden;
}
.FlextBlock .ImgF img {
    width: 100%;
}
.FlextBlock .bloc-une {
    flex: 0 0 65%;
    padding: 20px;
}
.FlextBlock .bloc-une p {
    margin-bottom: 0;
    text-align: justify;
}

.Tels {
  float:left;
  margin-left:30px;
  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;
       padding-left: 5rem;
    padding-right: 5rem;
}
.Tablet .Services .Liens {
  -moz-column-count:3;
  -ie-column-count:3;
  -webkit-column-count:3;
  column-count:3;
  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{
  float: none;
  text-align: center;
  padding: 5px;
}
.Mobile .Tels {
  margin: 0px;
  float: none;
  background: #000000;
  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: #0f1113;
    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: #0d3f5c;
    padding: 15px 35px;
    color: black;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
}
#realisations{
  padding: 2em 0;
}
.titre-album{
  display: block;
    text-align: center;
    font-size: 30px;
    margin: 1em 0;
}
.Services {
  margin: 5rem 0;
}

.bloc-une{
}
.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;
  font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.caption-left {
    flex: 0 0 50%;
    text-align: left;
}
.caption-left img {
  margin-top: 35px;
}
.capiton-slider p{
  max-width: 95%;
  margin: 0;
  line-height: 120%;
  text-transform: uppercase;
  color: white;
  text-shadow: 0 0px 10px #000;
}

.Mobile .capiton-slider{
  position: absolute;
  top: 70%;
  width: 100%;
  transform: translateY(-50%);
  display: block;
}
.Mobile .capiton-slider p{
  font-size: 30px;
  max-width: 100%;
}
.imgLogo{
  text-align: center;
  padding: 15px 0 0;
}
.partenaires {
    height: 125px;
    text-align: center;
    padding-top: 10px;
}
.titre-part {
    color: #7e7e7e;
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 15px;
}
.partenaires img {
    height: 50px;
    padding: 0 10px;
}


.elementor-element-devis {
    background-color: rgba(255, 255, 255, 0.63);
    box-shadow: 2px 4px 10px 0px rgba(51, 51, 51, 0.5);
    border-top: 5px solid #0d3f5c;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 30px;
    position: relative;
    display: flex;
    align-items: center;
    flex: 0 0 450px;
}

.devis-formulaire h2 {
	margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 24px;
}
.contact-bordered {
	float: left;
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    height: 50px;
}
.form-control-wrap {
	position: relative;
}

.contact-bordered input.form-input {
    color: #000;
    height: 50px;
    width: 100%;
    max-width: 100%;
    background-color: transparent;
    border: 0;
    padding: 0 15px;
    outline: 0;
    -webkit-appearance: textfield;
    cursor: text;
}
.contact-bordered .form-input::placeholder {
    color: #000 !important;
}
.contact-form-style-2 .contact-item2:before, 
.contact-ef .border-form-top, .contact-ef {
    background-color: #cdcdcc;
}

.contact-bordered.text-area {
	height: inherit;
}
.contact-bordered textarea.form-input {
	padding: 20px 15px;
    height: 100%;
    background-color: transparent;
    border: 0;
    width: 100%
}

.book-2-col .contact-bordered {
    width: calc(50% - 10px);
}
.first-mar {
    margin-right: 10px;
}
.sec-mar {
    margin-left: 10px;
}
.contact-ef {
    position: absolute;
    background-color: #000000;
    transition: .5s cubic-bezier(.23,1,.32,1);
}
.border-form-top {
    top: 0;
    left: 0;
    height: 1px;
    width: 100%;
}
.border-form-left {
    bottom: 0;
    left: 0;
    transform-origin: 0 100%;
    width: 1px;
    height: 100%;
    transform: scaleY(0) translateZ(0);
}
.border-form-bottom {
    bottom: 0;
    right: 0;
    transform-origin: 100% 0;
    width: 100%;
    height: 1px;
    transform: scaleX(0) translateZ(0);
}
.border-form-right {
    top: 0;
    right: 0;
    transform-origin: 0 0;
    width: 1px;
    height: 100%;
    transform: scaleY(0) translateZ(0);
}
.contact-bordered:active .border-form-left, 
.contact-bordered:hover .border-form-left, 
.contact-bordered:focus .border-form-left {
    transform: scaleY(1) translateZ(0);
}

.contact-bordered:active .border-form-right, 
.contact-bordered:hover .border-form-right, 
.contact-bordered:focus .border-form-right {
    transform: scaleY(1) translateZ(0);
}
.contact-bordered:active .border-form-bottom, 
.contact-bordered:hover .border-form-bottom, 
.contact-bordered:focus .border-form-bottom {
    transform: scaleX(1) translateZ(0);
}

#Devis_form .btn {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 400;
    padding: 15px 25px;
    display: block;
    margin: auto;
}
.corps {
  background: #f9f9f9;;
}

.content-achat-instru{
  background: url("../images/img/bg-achats.jpg") no-repeat center;
  background-size:cover;
  text-align: center;
  padding:7rem 0;
  margin-bottom: 5rem;
}
.content-achat-instru .corp {
  max-width: 1110px;
  color: #ffffffb3;
}
.titre-h2{
  text-transform: uppercase;
  font-weight: 700;
  font-size: 5rem;
  color: white;
}
.titre-h2 span{
  display: block;
  font-family: 'Dancing Script', cursive;
  text-transform: none;
  font-weight: 400;
  font-size: 4rem;
}
.Mobile .titre-h2 {
    font-size: 26px !important;
}
.Mobile .titre-h2 span {
    font-size: 25px !important;
}
.list-achats{
  list-style: none;
  padding-left: 0;
  text-align: center
}
.list-achats li {
    background: rgba(0, 0, 0, 0.26);
    display: inline-block;
    vertical-align: middle;
    padding: 10px 20px;
    border: 1px solid #5f5c5c;
    margin: .5%;
    width: 24%;
    font-size: 15px;
}
.Mobile .list-achats li {
  margin: 0 0 .5%;
  width: 100%;
  text-align: center;
}
.contact-box {
    background: #f9f9f9;
    padding: 60px 0 30px;
}
.contact-box h2{
  color: #333;
  font-size: 30px;
}
.text-center {
  text-align: center;
}
.coord-inner {
    margin-bottom: 25px;
}
.coord-inner span{
  display: block;
}
.coord-inner .adresse {
    color: initial;
    margin-bottom: 20px;
}
.coord-inner .adresse .icon-map,
.coord-inner .email .icon-mail {
    font-size: 24px;
}
.coord-inner .tel-foot {
  font-size: 24px;
  margin: 5px 0;
}
.coord-inner .mail {
    display: block;
    margin-top: 20px;
    color: inherit;
}
.coord-inner .mail:hover .icon-mail {
  text-decoration: none;
}
.rcs{
  margin-top: 25px;
    font-weight: 600;
}
#contact_form label {
  display: block;
  margin-bottom: 5px;
  font-weight: 900;
  color: #000;
}
#contact_form {
  margin-top: 3rem;
}
.Mobile #contact_form{
  margin-top: 2rem;
}
#mail {
  display: none !important;
}
#contact_form .input-form {
  background: rgba(255, 255, 255, 0);
  display: block;
  border: 1px solid #A0A0A0;
  margin-bottom: 15px;
  padding: 10px;
  font-size: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  outline: 0;
}
.contact-box h3 {
    margin-bottom: 25px;
    margin-top: 3rem;
    font-family: 'Dancing Script', cursive;
    font-size: 36px;
}
.contact-box h3:after {
    content: "";
    background: #333;
    display: block;
    margin: 15px 0;
    width: 100px;
    height: 3px;
}
#contact_form textarea.input-form {
  height: 150px;
}
.#contact_form btn-form {
  background: #662722;
  border-color: #662722;
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
  padding: 10px 25px;
  border-radius: 0;
  letter-spacing: 2px;
  transition: all .3s ease;
}
.Mobile #contact_form .btn-form{
  width: 100%;
}
#contact_form .btn-form:hover,
#contact_form .btn-form:focus {
  background: #793A35;
  color: white;
}

@media (min-width: 992px) {
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
}

.header {
  background: #0d3f5c;
}
@media (min-width: 1200px) {
  .header .container {
      max-width: 1400px;
  }
}
.d-flex {
    display: flex;
    align-items: center;
}
.Mobile .d-flex {
  justify-content: space-between;
}
.estimation-devis {
  color: white;
  padding-top: 7px;
  display: inline-block;
  font-family: 'Dancing Script', cursive;
  font-size: 22px;
  flex: 0 0 25%;
}
.Mobile .estimation-devis{
  margin: 0 -15px;
  padding: 7px 15px 0;
  text-align: center;
  padding-bottom: 15px;
  background: #BC8727;
  float: left;
  width: 75%;
  line-height: 100%;
  height: 65px;
  overflow: hidden;
  display: none;
}
.tel-top-right {
    display: flex;
    align-items: center;
    color: #fff;
    margin-left: 20px;
    font-weight: 700;
}
.Desktop .tel-top-right span {
    margin-left: 15px;
    display: flex;
    gap: 15px;
    flex-wrap: nowrap;
}
.Mobile .tel-top-right span {
    margin-left: 15px;
}
.Mobile .tel-top-right {
    margin-left: 0;
    justify-content: center;
    padding: 15px 0;
    background: #0d3f5c;
    font-size: 16px;
    color: white;
}
.Mobile .top-liens { display: none !important; }
.Mobile .tel-top-right .icon.icon-phone {
    width: 35px;
    height: 35px;
    display: inline-block;
    background: #c79b41;
    text-align: center;
    line-height: 35px;
    border-radius: 100%;
}
.Mobile .tel-top-right span {
    margin: 0 7px;
}

/* Homeslider */
.homeslider {
  position: relative;
}
.carousel-capiton {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.Mobile .carousel-capiton{
  position: static;
  background: #eadbc8;
  transform: none;
}
.logo-capiton {
  display: inline-block;
  background: #eadbc8;
  border-radius: 5px;
  padding: 0 5px;
}
.Desktop .logo-capiton{
  margin-top: 15rem;
}
.img-slide{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 500px;
}
.Mobile .img-slide{
  height: 180px;
}
.carousel-img {
  position: relative;
}
.content-top {
  margin: 3rem 0;
}

.carousel-capiton .devis-gratuit{
  float: right;
  background: #eae9e9;
  border-radius: 10px 10px 0 0;
  padding: 20px;
  width: 350px;
}
.carousel-capiton .devis-gratuit h3{
  text-transform: uppercase;
  text-align: center;
  font-size: 20px;
}
.carousel-capiton .devis-gratuit .input-form{
    background: rgba(255, 255, 255, 0);
    display: block;
    border: 1px solid #A0A0A0;
    margin-bottom: 15px;
    padding: 10px;
    font-size: 12px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    outline: 0;
}
.carousel-capiton .devis-gratuit textarea.input-form{
  height: 70px;
}
.Mobile .carousel-capiton .devis-gratuit{
  background: url('../images/img/bg-form-mobile.jpg') no-repeat center;
  background-size: cover;
  width: 100%;
  border-radius: 0;
  margin-bottom: 20px;
  position: relative;
}
.Mobile .carousel-capiton .devis-gratuit:before{
  content:"";
  position: absolute;
  background: #000000cf;
  top: 0;
  left: 0;
  height:100%;
  width:100%;
}
.Mobile .carousel-capiton .devis-gratuit h3{
  position: relative;
  color: white;
}


.titre {
  text-align: center;
  font-family: 'Dancing Script', cursive;
  font-size: 50px;
}
.Mobile .titre{
  font-size: 36px;
}
.titre span{
  font-weight: 700;
}
.subtitre {
  text-align: center;
  font-size: 30px;
  font-weight: 300;
  margin-top: 15px;
}
.subtitre em{
  font-style: normal;
  display: block;
  font-size: 18px;
  font-weight: 600;
}
.Mobile .subtitre{
  font-size: 20px;
}
.villes {
  display: block;
  font-weight: 700;
}
.villes:before {
  content:"";
  display: block;
  background: url('../images/img/ligne-separation.png') no-repeat;
  background-size: contain;
  height: 15px;
  margin: 20px auto;
  width: 165px;
}

.item-categorie{
  background: #fff;
  height: 370px;
  position: relative;
  margin: 3rem 0;
}
.Mobile .item-categorie{
  height: 330px;
}
.item-categorie figure{
  position: absolute;
  transition: all .5s ease;
  margin: 0;
  opacity: .4;
  height: 100%;
  width: 100%;
}
.item-categorie:hover figure {
    opacity: 1;
}
.title-categorie{
  transition: all .5s ease;
  position: absolute;
  opacity: 1;
  top: 50%;
  left: 0;
  right: 0;
  padding: 15px;
  text-align: center;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.title-categorie h3 {
  font-weight: 700;
}
.title-categorie h3:after {
  content:"";
  display: block;
  background: url('../images/img/ligne-separation.png') no-repeat;
  background-size: contain;
  height: 12px;
  margin: 10px auto 0;
  width: 125px;
}
.item-categorie:hover .title-categorie {
    opacity: 0;
}
.item-categorie .btn-custom {
  background: #fff;
  border-radius: 0;
  position: absolute;
  transition: all .3s ease;
  bottom: -20px;
  left: 10px;
  right: 10px;
  z-index: 10;
  margin: 0;
  text-align: center;
  opacity: 0;
  width: 250px;
  left: 50%;
  transform: translateX(-50%);
  padding: 15px;
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
}
.item-categorie:hover .btn-custom {
    bottom: 10px;
    opacity: 1;
}
.btn-custom:hover,
.btn-custom:focus {
  text-decoration: none;
}

.content-antiquite {
  padding: 5rem 0;
  background: #0d3f5c;
}
.content-antiquite h2{
  color:#000;
}
.img-right-block {
    display: inline-block;
    width: 50%;
}
.img-right-item {
  padding: 5px;
}
.coordonne {
    margin-top: 20px;
}
#debarras {
    color: #000;
    font-size: 40px
}
#debarras.titre-h2 span {
  font-size: 2.5rem;
}

.Mobile .coordonne{
  margin-bottom: 20px;
}

.photo, .detail {
    display: inline-block;
    vertical-align: middle;
}

.photo {
  border-radius:100%;
  overflow:hidden;
}
.Mobile .photo img{
  height: 120px;
}
.detail {
  padding-left: 25px;
}
.Mobile .detail {
  padding-left: 10px;
}
.detail h3{
  font-size: 30px;
  font-weight: 700;
}
.Mobile .detail h3{
  font-size: 20px;
}
.detail h3:after{
  content:"";
  background:#333;
  display:block;
  margin: 15px 0;
  width:100px;
  height:3px;
}
.content-antiquite .tel span {
  display: block;
  font-size: 3rem;
  font-weight: 700;
}
.Mobile .content-antiquite .tel span{
  font-size: 2rem;
}
.left-block &gt; p {
    font-size: 24px;
}
.left-block h1 {
    text-transform: uppercase;
    font-weight: 700;
    max-width: 100%;
    line-height: 100%;
    font-size: 31px;
    margin-bottom: 28px;
}
.detail .tel span {
  line-height: 100%;
  font-size:30px;
  font-weight: normal;
}



/*
New style
*/
.btn-custom {
    background: #0d3f5c;
    border-radius: 0;
    color: black;
    text-transform: uppercase;
    padding: 8px 15px;
    display: block;
}
.estimation {
    display: none;
    position: absolute;
    background: white;
    top: 100%;
    z-index: 99;
}
.devis-Gratuit {
    padding: 20px;
    max-width: 450px;
}
.devis-Gratuit h3 {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    border-bottom: 1px solid;
    color: black;
    padding-bottom: 10px;
}
.devis-Gratuit .input-form {
    margin: 10px 0;
    display: block;
    -webkit-transition: border-color .2s ease-in-out;
    -moz-transition: border-color .2s ease-in-out;
    -ms-transition: border-color .2s ease-in-out;
    -o-transition: border-color .2s ease-in-out;
    transition: border-color .2s ease-in-out;
    border: none;
    border-bottom: 1px solid #ddd;
    width: 100%;
    padding: 15px 0
}
.devis-Gratuit .input-form:focus {
  outline: none !important;
  box-shadow: none !important;
  border-bottom-color: #000;
}
.devis-Gratuit textarea.input-form {
    height: 70px;
}
.btn-form {
    background: #0d3f5c;
    border-radius: 0;
    color: white;
    padding: 10px 40px;
}


/*
Vignette
*/
.vignette {
    padding-bottom: 40px;
    background: #f5f8f2;
    margin-bottom: 60px;
}
.Mobile .vignette h3.text-center {
  max-width: 100% !important;
  padding-top: 45px !important;
  font-size: 15px !important;
}
.Desktop .vignette .col-lg-2 {
  -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    width: 20%;
}
.vign-item {
    margin: 15px 0;
}
.vign-img {
    height: 150px;
    overflow: hidden;
    border-radius: 15px 15px 0 0;
}
.vign-item h3 {
    color: black;
    background: #0d3f5c;
    margin-bottom: 0;
    text-align: center;
    font-size: 12px;
    padding: 15px 10px;
    text-transform: uppercase;
    border-radius: 0 0 15px 15px;
}
.Desktop .vignette .row {
  display: flex;
  flex-wrap: wrap;
}
.infoline {
    background-color: #0d3f5c;
    color: #fff;
    text-align: center;
    padding: 15px 0;
    border-bottom: 2px solid;
}
div#info_site {
    display: flex;
    justify-content: center;
    gap: 30px;
    font-family: sans-serif;
    font-weight: 800;
}
.Mobile .mail_mobile {
    background-color: #0d3f5c;
    text-align: center;
    color: #fff;
    padding: 10px;
}
.devis-gratuit P {
    text-transform: uppercase;
    text-align: center;
    color: #000;
    font-size: 15px;
}
section.vignette p {
    background-color: #0d3f5c;
    text-align: center;
    color: #fff;
    padding: 25px 0;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
    font-weight: 700;
}
.Mobile .Devisgratuit p {
    text-align: center;
    text-transform: uppercase;
    color: #000;
    font-size: 20px;
}
.Mobile div#vignette__ {
    display: grid;
    grid-template-columns: repeat(2 , 1fr);
}
.Mobile .vign-img {
    height: 115px;
    overflow: hidden;
    border-radius: 15px 15px 0 0;
}
body.Mobile.mentions ol {
    padding: 0 20px 20px 20px;
}
.mentions h2 {
    margin-top: 25px;
}
body.Desktop.not_found h1 {
    color: #fff;
    max-width: 100%;
    font-family: sans-serif;
}
.content_page_not_found p {
    margin: 2em 0;
}
.content_page_not_found {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #0d3f5c;
    color: #fff;
}

p#contact {
    color: #000;
    font-size: 25px;
}</pre></body></html>