
@font-face {
  font-family: 'icon';
  src:  url('../fonts/icomoon.eot?9un1hf');
  src:  url('../fonts/icomoon.eot?9un1hf#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?9un1hf') format('truetype'),
    url('../fonts/icomoon.woff?9un1hf') format('woff'),
    url('../fonts/icomoon.svg?9un1hf#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
  font-display: swap;
}

[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-email:before {
  content: "\e900";
}
.icon-location:before {
  content: "\e901";
}
.icon-phone:before {
  content: "\e902";
}
.icon-mobile:before {
  content: "\e903";
}
.icon-expand_less:before {
  content: "\e904";
}
.icon-expand_more:before {
  content: "\e905";
}
.icon-menu:before {
  content: "\e906";
}
.icon-arrow_back_ios:before {
  content: "\e907";
}
.icon-arrow_forward_ios:before {
  content: "\e908";
}
.icon-check_circle:before {
  content: "\e909";
}
.icon-done:before {
  content: "\e90a";
}
.icon-watch_later:before {
  content: "\e90b";
}
.icon-home:before {
  content: "\e90c";
}
.icon-mark_as_unread:before {
  content: "\e90d";
}
.icon-phone_enabled:before {
  content: "\e90e";
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.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;
}
.slick-arrow.slick-hidden {
    display: none;
}


body {
    font-size: 14px;
    line-height: 24px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Roboto', sans-serif;
    color: #444444;
    font-weight: 400;
}
a {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
h2, .h2 {
    font-size: 22px;
    color: #000;
}
a:hover,
a:focus {
	outline: none;
	box-shadow: none;
	text-decoration: none;
}
img {
	max-width: 100%;
}
ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
input, 
button, 
select, 
textarea {
    background: transparent;
    border: 1px solid #dddddd;
    -webkit-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    color: #444444;
    font-family: "Open Sans", sans-serif;
}
input, 
select, 
textarea {
    width: 100%;
    font-size: 14px;
    vertical-align: middle;
}
input, 
select, 
button {
    height: 50px;
    padding: 0 15px;
}
@media only screen and (max-width: 767px) {
  input,
  select,
  button {
    height: 44px;
  }
}

@media (min-width: 1200px) {
	.container {
	    max-width: 1200px;
	}
	#header .container {
		max-width: 1400px;
	}
}
#header {
	background: #ffffff;
    -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.52);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.52);
    z-index: 3;
    position: relative;
}
.tel-top span {
	display: inline-block;
    vertical-align: middle;
    font-size: 20px;
}
.tel-top em {
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px;
}

.hr_site {
    margin-top: 0;
}
.nav-list {
	display: table;
}
.nav-item {
    display: table-cell;
    list-style: none;
    position: relative;
    vertical-align: middle;
    transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
.nav-item img {
    width: 45px;
    display: block;
    margin: 0 auto 15px;
    opacity: .2;
    transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
.nav-item a {
    display: block;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 10px 28px;
    color: #444444;
    text-transform: uppercase;
    line-height: 22px;
    text-align: center;
    position: relative;
}

@media(min-width: 992px) {
	.nav-item > a:after {
		content: "";
		width: 50px;
		height: 0;
		transition: all .3s ease;
		-webkit-transition: all .3s ease;
	    position: absolute;
	    bottom: 0;
	    left: 50%;
	    transform: translateX(-50%);
        background-color: #048cb9;
	}
	.nav-item.Active > a:after,
	.nav-item:hover > a:after {
		height: 4px;
	}
	.nav-item:hover img,
	.nav-item.Active img {
	    opacity: 1;
	}
	.nav-item:hover a,
	.nav-item.Active a {
	    color: #000000
	}
	.nav-submenu {
	    position: absolute;
	    text-align: left;
	    left: 0;
	    top: 100%;
	    width: 230px;
	    background: rgba(255, 255, 255, 0.98);
	    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	    border-bottom: 4px solid #aaaaaa;
	    visibility: hidden;
	    opacity: 0;
	    -webkit-transform: scaleY(0);
	    -ms-transform: scaleY(0);
	    transform: scaleY(0);
	    -webkit-transform-origin: 0 0;
	    -ms-transform-origin: 0 0;
	    transform-origin: 0 0;
	    z-index: -1;
	    -webkit-transition: visibility 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s, z-index 0s, -webkit-transform 0.2s ease-in-out 0s;
	    transition: visibility 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s, z-index 0s, -webkit-transform 0.2s ease-in-out 0s;
	    -o-transition: transform 0.2s ease-in-out 0s, visibility 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s, z-index 0s;
	    transition: transform 0.2s ease-in-out 0s, visibility 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s, z-index 0s;
	    transition: transform 0.2s ease-in-out 0s, visibility 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s, z-index 0s, -webkit-transform 0.2s ease-in-out 0s;
	}
	.nav-item:hover ul.nav-submenu {
	    visibility: visible;
	    opacity: 1;
	    -webkit-transform: scaleY(1);
	    -ms-transform: scaleY(1);
	    transform: scaleY(1);
	    z-index: 9;
	}
	.nav-submenu li {
	    display: block;
	    padding: 0 15px;
	    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	    -webkit-transition: all 0.3s ease-in-out 0s;
	    -o-transition: all 0.3s ease-in-out 0s;
	    transition: all 0.3s ease-in-out 0s;
	}
	.nav-submenu li a {
	    padding: 10px 0;
	    line-height: 1.3;
	    display: block;
	    font-weight: 400;
	    font-size: 14px;
	    text-align: left;
	}
	.nav-submenu li:hover,
	.nav-submenu li.Active {
	    background-color: #048cb9;
	}
	.nav-submenu li:hover a,
	.nav-submenu li.Active a {
	    color: #ffffff;
	}
}


/* Mobile navigation */
.nav-mobile {
  display: none;
  cursor: pointer;
}
.nav-mobile i {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
}
.nav-click {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  height: 49px;
  width: 50px;
  cursor: pointer;
  z-index: 1000 !important;
    font-size: 24px;
}

.nav-click i {
  display: block;
  line-height: 49px;
    text-align: center;
}

.nav-rotate {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.Mobile .tel-top {
    padding-bottom: 15px;
    text-align: center;
}

/*------------------------------------*\
    Media Queries
\*------------------------------------*/
@media only screen and (max-width: 992px) {
  .nav-mobile {
    display: block;
  }
  .nav {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    z-index: 100;
  }
  .nav-list {
    display: none;
    width: 100%
  }
  .nav-item {
    width: 100%;
    display: block;
  }
  .nav-item > a {
    padding: 15px;
    text-align: left;
  }
  .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 {
  	background: #f7f7f7;
    position: static;
    display: none;
    width: 100%;
  }
  	.nav-item:hover ul.nav-submenu {
	    display: block;
	}
  .nav-item img { display: none; }
  .nav-submenu-item a {
  	text-align: left;
  	padding: 15px;
  }
}


/*
homeslider
**/
.homeslider {
    height: 550px;
    background-color: #ddd;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    border-bottom: 7px solid #e4e4e4;
}
.Mobile .homeslider {
	height: 450px;
}
.homeslider:before {
	content: "";
	background-color: rgba(0, 0, 0, 0.24);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.wrap {
	padding: 100px 0;
}
.textBlock h1 {
    text-transform: uppercase;
    font-weight: 700;
}
.Mobile .textBlock h1 {
	font-size: 24px;
    margin-top: 15px;
}
@media screen and (min-width : 981px) {
    .imgBlock img {
        background: #ddd;
        height: 500px;
        display: block;
        margin-top: -210px;
    }
}
.Mobile .imgBlock img {
	margin-top: -85px;
}
.Mobile .col-reverse {
    flex-direction: column-reverse;
}
.Mobile .col-reverse img {
    margin-bottom: 15px;
}
.feature-wrapper {
    -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
    padding: 35px 0;
}
.feature-wrapper [class^="col"] {
    border-right: 1px solid #dddddd;
}
.tm-feature2 {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 25px 25px 20px 25px;
}
.accroche {
    font-size: 22px;
    font-style: italic;
    letter-spacing: 2px;
    color: #048cb9;
}
.categories {
    position: absolute;
    width: 100%;
    bottom: 15px;
}
.cat-inner {
    margin-left: 390px;
}
.cat-item {
    padding: 0 10px;
}
.cat-item > a {
    display: block;
    position: relative;
}
.cat-item > a img {
    display: block;
    background: #d4d4d4;
}
.cat-item > a span {
    background: rgba(255, 255, 255, 0.9098039215686274);
    color: #000;
    padding: 15px 5px;
    text-align: center;
    line-height: 100%;
    height: 58px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.middleSection p {
    margin-bottom: 0;
}
.round {
    width: 200px;
    height: 200px;
    margin: auto;
    background: white;
    padding: 40px;
    border-radius: 100%;
}
.last-block {
    border-left: 5px solid #dcdcdc;
}

/*
footer
*/
#footer {
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}
#footer:before {
	content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0.9;
    z-index: 2;
    background-color: #000000;
}
.footer-section {
	padding-top: 100px;
    padding-bottom: 50px;
	position: relative;
    z-index: 2;
}
.imten-info .h5 {
	color: #ffffff;
    margin-top: -5px;
	position: relative;
    padding-bottom: 15px;
    font-weight: 500;
    margin-bottom: 30px;
}
.Mobile .imten-info .h5 {
	margin-top: 25px;
}
.imten-info .h5:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background: #636363;
}
.imten-info a {
	color: white;
}
.contact_f {
    color: white;
}
.contact_f li {
    margin-bottom: 20px;
    position: relative;
    padding-left: 30px;
}
.contact_f li:not(:last-child) {
    margin-bottom: 20px;
}
.contact_f li i {
    position: absolute;
    left: 0;
    top: 50%;
    color: #048cb9;
    font-size: 20px;
    transform: translateY(-50%);
}
.contact_f li p {
    margin-bottom: 0;
}
.list-serv li {
	border-bottom: 1px solid rgba(221, 221, 221, 0.21);
    padding: 7px 0;
    position: relative;
    padding-left: 25px;
}
.list-serv li:before {
	content: "\e908";
	left: 0;
	font-family: 'icon' !important;
	color: #048cb9;
	position: absolute;
}
.list-serv li:last-child {
    border-bottom: none;
}
.copyright {
    border-top: 1px solid #636363;
    color: white;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 10px;
}
.copyright a {
    color: #fff;
}

.titreD .h3, .titreD span {
    color: white;
}
/*
Form
**/
.rappel .h4 {
    color: white;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 15px;
    border-top: 1px solid;
    padding-top: 15px;
    text-align: center;
}
#mail2, #mail { display: none; }
#rappel_immediat input:not([type="submit"]) {
    color: #ffffff;
}
.btn {
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 1px;
    background: #048cb9;
    height: 50px;
    line-height: 48px;
    padding: 0 40px;
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    overflow: hidden;
    position: relative;
    color: #ffffff;
    border: 1px solid #048cb9;
    z-index: 1;
    vertical-align: middle;
    border-radius: 0;
    cursor: pointer;
}
#rappel_immediat input:focus {
	box-shadow: none;
	outline: none;
    border-color: #048cb9;
}

/*
Sidebar
*/
#sidebar {
    min-width: 270px;
    max-width: 270px;
    background: #048cb9;
    color: #fff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    margin-left: -270px;
}
#sidebar.active {
	margin-left: 0;
}
#sidebar .custom-menu {
    display: inline-block;
    position: absolute;
    top: 369px;
    right: 0;
    margin-right: -131px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    transform: rotate(90deg);
    background: #048cb9;
    z-index: 90;
}
#sidebar .custom-menu .btns {
    /*width: 60px;
    height: 60px;
    border-radius: 50%;*/
    position: relative;
}
#sidebar .custom-menu .btns.btn-primary {
    background: transparent;
    border-color: transparent;
    padding: 13px;
}
#sidebar .custom-menu .btns i {
    font-size: 24px;
    position: relative;
    z-index: 30;
    color: white;
    background: #048cb9;
    display: block;
    text-transform: uppercase;
}
.custom-menu .icon-menu:before {
    content: "Devis gratuit";
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
#sidebar .custom-menu .btns {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
#sidebar .custom-menu .btns:focus {
	outline: none;
	box-shadow: none;
}
/*#sidebar .custom-menu .btns.btn-primary:after {
    z-index: 20;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #048cb9;
    border-radius: 10px;
}*/
.wrapper {
    width: 100%;
    padding: 0;
    min-height: 100vh;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.Devisgratuit {
    position: relative;
    z-index: 50;
}
.Mobile .Devisgratuit {
	background-color: #151515;
}
#FormDevis input,
#FormDevis textarea {
    margin-bottom: 7px;
    background: white;
    border: 1px solid #fff;
}
#FormDevis textarea {
    height: 150px;
}
form#FormDevis input.btn.btn-submit {
    background: #000;
    border: none;
    text-align: center;
    font-size: 14px;
    padding: 0;
    text-transform: uppercase;
}

.titreD {
    text-align: center;
}
.titreD img {
    border-radius: 50%;
    width: 100px;
    display: block;
    margin: auto;
}
.middleSection {
    background-color: #048cb9;
    color: white;
}
.itemSection h2 {
    color: #efefef;
}

/**
404
*/
.blog_pageIntrouvable {
    background: #ffffff;
    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: #048cb9;
}

.blog_pageIntrouvable > div {
  height: 100%;
}
.blog_pageIntrouvable h1 {
    font-size: 200px;
    color: #000000;
}
.blog_pageIntrouvable p {
    font-size: 36px;
    line-height: 100%;
    margin-top: -21px;
    text-transform: uppercase;
    letter-spacing: 10px;
    color: #000000;
}
.blog_pageIntrouvable a {
    color: #048cb9;
}
.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;
  }
  .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;
  }
}
.page-realisation {
    padding: 60px 0;
}
.blockRea {
    text-align: center;
    margin-bottom: 0.7rem;
}
.btn.btn-rea {
    display: inline-block;
    width: 200px;
    padding: 5px 10px;
    height: inherit;
    letter-spacing: 0;
}
.btn.btn-rea:hover {
    color: white;
    background: black;
}
.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;
}
a.logo-footer img {
    background-color: #fff;
}
.Mobile header#header {
    position: fixed;
    width: 100%;
    z-index: 99;
}
div#Messages p {
    margin: 0;
    padding: 0;
}
div#Messages {
    text-align: center;
    background-color: #048cb9;
    color: #fff;
    font-size: 18px;
    padding: 10px;
}
.page-realisation img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.Mobile a.logo img {
    width: 170px;
    height: auto;
    object-fit: contain;
    padding: 2px;
}
.Mobile a.logo-footer img {
    background-color: #fff;
    width: 170px;
    height: auto;
    object-fit: contain;
    display: block;
    margin: auto;
}
.Mobile .btn.btn-rea {
    display: inline-block;
    width: 98%;
    padding: 5px 10px;
    height: inherit;
    letter-spacing: 1px;
    color: #fff;
    font-size: 20px;
}
.Mobile .titreD span {
    color: #fff;
    display: block;
    margin: 1em 0;
    font-weight: 400;
    font-size: 17px;
}
.Mobile .middleSection {
    background-color: #000;
    color: white;
}
.Mobile .middleSection h2 {
    margin: 1em 0;
}
.Desktop .tel-top a {
    color: #048cb9;
    border: 1px solid;
    padding: 5px;
    font-size: 17px;
}
.Mobile .tel-top a {
    color: #048cb9;
}
body.Mobile.mentions ol, body.Mobile.mentions ul {
    padding: 0 15px;
}
.text_agence a {
    color: #fff;
    border-bottom: 1px solid;
}
.text_agence {
    text-align: center;
    color: #fff;
    font-size: 15px;
}
.Mobile a.btn.btn-rea {
    background-color: #151515;
    border: none;
}