*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
  width: device-width;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}


body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}



/*------------------------------------- 
ICONE 
-------------------------------------*/


i.icon{
    position: relative;
    padding: 12px;
}
.icon:before {
    content: "";    
    background-repeat: no-repeat;
    background-size: contain!important;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.icon-envelope:before,
.icon-mail:before {
  background: url(../images/img/icon-mail.png);
}
/*
.icon-phone:before {
    background: url(../images/img/icon-fixe-mob.png);
}
.icon-mobile:before {
    background: url(../images/img/icon-portable-mob.png);
}

.icon-location:before {
  background: url(../images/img/icon-locali.png);
}
.icon-map:before,
.icon-map-marker:before {
  background: url(../images/img/icon-adresse.png);
}
.icon-clock-o:before {
  background: url(../images/img/icon-hor.png);
}
*/



hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6, .h3, .h2 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

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

a {
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
    text-decoration: none;
    outline: 0;
    color: inherit;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

h1,h2,h3,h4,h5 {
    font-weight: bold;
    color: #212121;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
b,
strong {
  font-weight: bolder;
}
figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
  height: auto;
}

svg:not(:root) {
  overflow: hidden;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}


button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  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;
}

.btn:hover, .btn:focus {
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
  background-image: none;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

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

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

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

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

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

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

	/*
  	Flaticon icon font: Flaticon
  	Creation date: 01/05/2019 09:59
  	*/

@font-face {
  font-family: "Flaticon";
  src: url("../fonts/Flaticon.woff2") format("woff2"),
       url("../fonts/Flaticon.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Flaticon";
    src: url("./Flaticon.svg#Flaticon") format("svg");
  }
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
  font-family: Flaticon;
        font-size: 20px;
font-style: normal;
margin-left: 20px;
}

.flaticon-roof:before { content: "\f100"; }
.flaticon-roof-1:before { content: "\f101"; }
.flaticon-roof-2:before { content: "\f102"; }
.flaticon-roof-3:before { content: "\f103"; }
.flaticon-joist:before { content: "\f104"; }
.flaticon-call-answer:before { content: "\f105"; }
.flaticon-smartphone-call:before { content: "\f106"; }
.flaticon-telephone-symbol-button:before { content: "\f107"; }
.flaticon-mobile-phone:before { content: "\f108"; }
.flaticon-menu:before { content: "\f109"; }
.flaticon-down-arrow:before { content: "\f10a"; }
.flaticon-arrow:before { content: "\f10b"; }
.flaticon-arrow-1:before { content: "\f10c"; }
.flaticon-back:before { content: "\f10d"; }
.flaticon-arrow-2:before { content: "\f10e"; }
.flaticon-close-envelope:before { content: "\f10f"; }


body {
    width: 100%;
    height: 100%;
    font-family: 'nunito',sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 26px;
    color: #333;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
}
a {
	color: #86878b;
	transition: all .2s ease-in-out;
}
a:hover,
a:focus {
	text-decoration: none;
}
img {
	max-width: 100%;
}
.hr {
    max-width: 250px;
    padding: 0;
    color: #86878b;
    border-style: dashed;
    border-width: 1px 0 0 0;
    text-align: center;
    clear: left;
    display: block;
    height: 0;
    margin: 20px auto 0px auto;
    width: 100%;
}
.hr:before {
    content: "\f100";
    font-family: 'Flaticon';
    font-weight: normal;
    position: relative;
    top: -0.8em;
    color: white;
    background: #86878b;
    font-size: 24px;
    padding: 0.4em 0.4em;
    border-radius: 50%;
}

.rightRappel {
	z-index: 1900;
    position: fixed;
    left: -10px;
    top: 150px;
    color: #545454 !important;
}
.rightRappel .rap-icon {
	display: block;
    cursor: pointer;
    text-align: center;
    background: #333;
    padding: 2px;
    float: right;
    height: 40px;
    line-height: 40px;
    -webkit-border-radius: 0 20px 20px 0;
    -moz-border-radius: 0 20px 20px 0;
    border-radius: 0 20px 20px 0;
    width: 40px;
}
.rap-icon i {
    position: relative;
    right: 7px;
    top: -1px;
}
.rightRappel i:before {
    color: #fff;
    font-size: 15px;

    -webkit-animation-name: flash;
    animation-name: flash;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
}

.btn {
    margin-top: 1em;
    border: 2px solid transparent;
    padding: 15px 35px;
    font-size: 20px;
    font-weight: 400;
    color: black;
    background-image: none;
    border-radius: 0px;
    transition: all .3s ease-in-out;
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    backface-visibility: hidden;
    position: relative;
    transition-property: color;
    transition-duration: 0.3s;
    border-radius: 70px; 
}
.btn:before {
    content: "";
    background: #86878b;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}
.btn-default {
    background-color: #ffa500;
}
@media(max-width: 991px) {
	.btn-default { margin-top: 0; }
}
.btn-default:hover {
    border-color: #86878b;
    background-color: transparent;
    color: #86878b;
}

@media(min-width: 992px) {
    .logo {
        flex: 0 0 20%;
        width: 20%;
    }
}

.logo img {
    padding: 7px 0;
}
.introducing-block {
    top: 185px;
}

.Mobile .fixed-top {
    position: fixed;
    z-index: 99;
    width: 100%;
}

/*
Navigateur
*/
.topNavigateur {
	background: #86878b;
	color: white;
}
.navigateur {
	background-color: #fff;
    margin-bottom: 0;
    z-index: 900;
    transition: background .5s ease-in-out, padding .5s ease-in-out;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.23);
    -moz-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.23);
    box-shadow: 0px 0px 7px 0px rgba(50, 50, 50, 0.23);
}
.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-list {
	display: table;
	list-style: none;
	padding-left: 0;
	margin: 0;
}
@media(min-width: 992px) {
    .nav-list {
        flex: 0 0 80%;
        width: 80%;
    }
}
.nav-item {
    display: table-cell;
    vertical-align: middle;
}
.nav-item a {
	color: #333;
	font-weight: 700;
    position: relative;
    display: block;
    padding: 15px 0px 15px 25px;
    line-height: 130%;
    text-align: center;
    font-size: 12px;
}
.nav-item > a:after {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 100%;
    top: 50%;
    transform: translateY(-50%);
    right: -20px;
    background-color: #86878b;
}
.nav-item:last-child > a:after{display:none;}
.nav-item:hover > a {
    color: #b3b3b3;
}
.nav-item.active > a {
    color: #7b4f00;
}
.top-tel a {
    font-size: 18px;
    display: inline-block;
    line-height: 42px;
    color: #000000;
    text-transform: uppercase;
    margin: 0 15px;
    vertical-align: middle;
}
.topNavigateur .Flaticon:before {
    font-size: 13px !important;
}

.nav-mobile {
  display: none;
  cursor: pointer;
  background: #86878b url(../images/img/menu.svg) no-repeat center center;
  background-size: 18px;
  height: 50px;
  width: 50px;
}
.nav-click {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
    height: 45px;
    width: 50px;
    cursor: pointer;
    z-index: 1000 !important;
}

.nav-click i {
  display: block;
  height: 48px;
  width: 48px;
  background: url(../images/img/drop.svg) no-repeat center center;
  background-size: 20px;
}

.nav-click:hover {
  background-color: #000000;
}

.nav-rotate {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sub { 
    background-color: white;
    position: absolute;
    padding-left: 0;
    list-style: none;
    z-index: 100;
    display: none; 
}
.Mobile .sub {
    display: block;

}
.nav-item:hover .sub {
    display: block;
}
.nav-submenu-item a {
    padding: 8px 15px;
    display: block;
    border-bottom: 1px dashed #ddd;
    position: relative;
    text-align: left;
}

/*------------------------------------*\
    Media Queries
\*------------------------------------*/
@media only screen and (max-width: 991px) {
  .nav-mobile {
    display: block;
  }

  .nav-list {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    width: 100%;
  }

  .nav-item {
    width: 100%;
    display: block;
  }

  .nav-item > a {
    padding: 15px;
    text-align: left;
    padding-right: 50px;
  }
  .nav-item a:after { display: none; }
  .nav-item.active > a {
  	background-color: #86878b;
    color: black;
  }
  .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 .sub {
    display: none;
  }

  .sub {
    position: static;
    width: 100%;
  }
}


/*
Homeslider
*/
.slider.animating {transition: transform 0.5s; -webkit-transform: transform 0.5s; -ms-transform:transform 0.5s;}
.slider {
    z-index: 1;
    position: relative;
    height: 100%;
}
.slide {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.slider-container {
	position: relative;
	height: 750px;
	overflow: hidden;
}

@media(min-width: 1800px) {
	.slider-container {
		height: 900px;
	}
}
.slide__bg {
    position: absolute;
    top: 0;
    left: -50%;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: top right;
}
.slide:nth-child(1) {
    left: 0;
}
.slide:nth-child(1) .slide__bg {
    left: 0;
}
.slide:nth-child(2) {
    left: 100%;
}
.slide:nth-child(2) .slide__bg {
    left: -50%;
}
.slide:nth-child(3) {
    left: 200%;
}
.slide:nth-child(3) .slide__bg {
    left: -100%;
}
.slide:nth-child(4) {
  left: 300%;
}

.slide:nth-child(4) .slide__bg {
  left: -150%;
}

.slider-control {
    z-index: 2;
    position: absolute;
    top: 0;
    width: 12%;
    height: 100%;
    transition: opacity 0.3s;
    opacity: 0;
}
.slider-control.left {
    left: 0;
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0) 100%);
}
.slider-control.right {
    right: 0;
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.18) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.18) 100%);
}
.slider-pagi {
	padding: 0;
    margin: 0;
    position: absolute;
    z-index: 3;
    left: 50%;
    bottom: 2rem;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 0;
    list-style-type: none;
}
.slider-pagi__elem {
    border: 2px solid #86878b;
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 1rem;
    height: 1rem;
    margin: 0 0.2rem;
    border-radius: 50%;
    cursor: pointer;
}
.slider-pagi__elem:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: .5rem;
    height: .5rem;
    background: #fff;
    border-radius: 50%;
    transition: transform 0.3s;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
}
.slider-pagi__elem.active:before, 
.slider-pagi__elem:hover:before {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.slide__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.slide__overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    min-height: 650px;
    -webkit-transition: -webkit-transform 0.5s 0.5s, opacity 0.2s 0.5s;
    transition: transform 0.5s 0.5s, opacity 0.2s 0.5s;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
    opacity: 0;
}
.slide.active .slide__overlay, 
.slide.active .slide__text {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.slide__overlay path {
    opacity: 0.4;
}
.slide__text {
    text-align: center;
    position: absolute;
    width: 35%;
    bottom: 15%;
    left: 4%;
    color: #fff;
    transition: transform 0.5s 0.8s, opacity 0.5s 0.8s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
}
@media (min-width: 1400px) {
	.slide__text {
	    text-align: center;
	    position: absolute;
	    width: 28%;
	    bottom: 18%;
	    left: 8%;
	}
}
@media (min-width: 1800px) {
	.slide__text {
	    left: 15%;
    	width: 21%;
    	bottom: 25%;
	}
}

.slide__text-heading {
    margin: 3rem;
    margin-bottom: 1.5rem;
    margin-top: 0;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 100%;
}
@media (max-width: 991px) {
	.slide__text {
	    left: 0;
	    bottom: 0;
	    width: 100%;
	    text-align: center;
	    background-color: rgba(0, 0, 0, 0.6);
	    -webkit-transform: translateY(50%);
	    -ms-transform: translateY(50%);
	    transform: translateY(50%);
	    transition: transform 0.5s 0.5s, opacity 0.5s 0.5s;
	    padding: 1rem;
	}
	.slide__text-heading {
	    margin-bottom: 0;
	}
	.slide__overlay, .slider-pagi { display: none; }
}
@media(max-width: 767px) {
	.slider-container {
		height: 530px;
	}
	.slide__text-heading {
		font-size: 24px;
        margin-left: 0;
        margin-right: 0;
	}
}
.main-content {
    height: 100%;
}
.main-content .banner {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
}
.Mobile .main-content .banner {
    height: 250px;
}

/*
Devis
*/
.devis-slider {
    position: absolute;
    top: 0;
    width: 100%;
}
@media(max-width: 991px) {
	.slider-container .devis-slider { display: none; }
}
#FormDevis {
    margin-top: 10px;
}
.interne-page #FormDevis {
    margin-top: 0;
}
#mail, #mail2 { display: none; }
.introducing-wrapper {
    position: relative;
    z-index: 1;
    height: 0;
}
.introducing-block {
    position: absolute;
    top: 0;
    right: 0;
    width: 500px;
    height: auto;
    background: rgba(255,255,255,0.1);
    border-radius: 25px;
    padding: 10px;
    float: left;
    -webkit-transform: translateX(203px);
    -moz-transform: translateX(203px);
    -ms-transform: translateX(203px);
    -o-transform: translateX(203px);
    transform: translateX(203px);
}
.interne-page .introducing-block {
    position: static;
    width: inherit;
    padding: 0;
    float: none;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0);
}
@media (max-width: 1700px) {
	.introducing-block {
	    -webkit-transform: translateX(20px);
	    -moz-transform: translateX(20px);
	    -ms-transform: translateX(20px);
	    -o-transform: translateX(20px);
	    transform: translateX(20px);
	}
    .interne-page .introducing-block {
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
        transform: translateX(0);
    }
}
.devis-slider .introducing-block {
    /*top: -720px;*/
    top: 160px;
}
@media(min-width: 1800px) {
	.devis-slider .introducing-block {
	    top: 250px;
    	right: 130px;
	}
}
.introducing-block .inner-wrapper {
    border-radius: 20px;
    background: #dbdddd;
    padding: 25px;
    float: left;
    width: 100%;
}
.interne-page .introducing-block .inner-wrapper {
    padding: 15px;
}
.pd-5 {
	padding: 0 5%;
}
.imgCall img {
    width: 100px;
    height: 100px;
    display: block;
    background: #fff;
    border-radius: 100%;
    margin-right: 20px;
    margin-bottom: 7px;
    max-width: initial;
}
.introducing-block .inner-wrapper .h3 {
    display: block;
    font-size: 32px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 0;
}
.interne-page .introducing-block .inner-wrapper .h3 {
    font-size: 24px;
}
.introducing-block .inner-wrapper p {
    font-size: 16px;
    color: #000000;
    font-weight: 300;
    margin-bottom: 0;
    line-height: 1.5;
}
.interne-page .introducing-block .inner-wrapper p {
    font-size: 10px;
}
.introducing-block .inner-wrapper label {
    color: #000000;
    font-size: 20px;
    margin-bottom: 10px;
    width: 100%;
    font-weight: 400;
    padding: 0 0 5px 10px;
    display: none;
}
.introducing-block .inner-wrapper .form-group {
    width: 100%;
    float: left;
}
.introducing-block .inner-wrapper .inline-b {
    width: 100%;
    float: left;
}
.introducing-block .inner-wrapper .inline-b .form-group {
    width: calc(50% - 7px);
    width: -webkit-calc(50% - 7px);
    width: -moz-calc(50% - 7px);
    float: left;
    margin-right: 7px;
}
.introducing-block .inner-wrapper .inline-b .form-group:nth-child(2) {
    float: right;
    margin-right: 0;
}
.form-input {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    clear: both;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 18px;
    font-weight: normal;
    height: 50px;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    white-space: nowrap;
    width: 100%;
}
textarea.form-input {
	height: 90px;
}
.form-input:focus {
	border-color: #86878b;
}

.btn-devis {
    display: block;
    cursor: pointer;
    margin: auto;
    width: 80%;
    background: #ffa500;
    color: black;
    padding: 15px 20px;
    border-radius: 70px;
    border: 2px solid transparent;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    font-size: 20px;
}
.btn-devis:hover {
    border-color: #86878b;
    background-color: transparent;
    outline: none;
    box-shadow: none;
    color: #000;
}

@media(max-width: 991px) {
    .top-block > .row {
        flex-direction: column-reverse;
    }
    .reverse-row {
        flex-direction: column-reverse;
    }
    .corps-contenu img {
        width: 100%;
    }
    .corps-contenu article {
        background: white;
        padding: 20px;
    }
    .pr-0 {
        padding-right: 15px !important;
    }
    .pl-0 {
        padding-left: 15px !important;
    }
    .main-content {
        margin-bottom: 15px;
    }
}
@media(max-width: 767px) {
    .mobileDevis .introducing-block {
        width: 100%;
        position: static;
        transform: none;
        padding: 0;
        border-radius: 0 !important;
    }
    .mobileDevis .introducing-block .inner-wrapper {
        border-radius: 0 !important;
    }
    .mobileDevis .introducing-block .inner-wrapper .h3 {
        font-size: 22px;
    }
    .mobileDevis .introducing-block .inner-wrapper p {
        font-size: 10px;
    }
}

/*
Categories
*/
.competences {
    padding: 60px 0;
}
.interne-page .competences {
    padding: 0;
}
.heading-tittle .h2 {
    display: block;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.interne-page .competences .row > div {
    padding-right: 5px;
    padding-left: 5px;
}

.picframe {
    overflow: hidden !important;
    border-radius: 10px;
    position: relative;
    margin: 15px 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.interne-page .picframe {
    margin: 5px 0;
}
@media(max-width: 543px) {
    .heading-tittle .h2 {
        font-size: 24px;
        margin-bottom:35px;
    }
    .picframe img {
        width: 100%;
    }
}
span.overlay-v {
    text-align: center;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
}
.picframe:hover span.overlay-v {
    background: rgba(0,0,0,.8);
}
.overlay-v .pf_text {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    max-width: 82%;
    margin: auto;
}
.interne-page .overlay-v .pf_text {
    max-width: 90%;
}
.service-name {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ffffff;
    font-weight: 700;
    display: block;
    line-height: 130%;
    transform: translateY(75px);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.interne-page .service-name {
    transform: translateY(30px);
}
@media(max-width: 543px) {
	.service-name {
		transform: translateY(1px);
		text-shadow: 0px 3px 3px #000;
    	font-size: 10px;
	}
	.d-xs-none { display: none !important; }
}
.picframe:hover .service-name {
	transform: translateY(0);
}
.intro-block-i{
    margin: 15px 0;
}
.intro-block-i article {
    height: 100%;
    background: #e0e0e0;
    display: flex;
    align-items: center;
    margin: 5px 0;
    padding: 20px 40px 0;
}
.intro-block-i h1 {
    font-weight: 700;
}
@media(max-width: 543px) {
    .intro-block-i article {
        padding: 20px;
    }
    .intro-block-i h1 {
        font-size: 24px;
    }
}
.corps-contenu {
    padding: 50px 0;
}
.corps-contenu h2 {
    font-size: 24px;
    font-weight: 700;
}
.corps-contenu article p {
    margin-bottom: 0;
}
.corps-contenu .row {
    margin-bottom: 35px;
}
/*.corps-contenu img {
    height: 100%;
    background-color: #ddd;
    display: block;
}*/

/*
Content
*/
.primmaryS {
	background-color: #ffa500;
	position: relative;
	padding: 60px 0;
}
.intro {
    text-align: center;
    font-size: 16px;
}
.intro h1 {
    font-weight: 700;
    font-size: 32px;
}
@media(max-width: 767px) {
	.intro h1 { font-size: 26px; }
}
.avant-apres {
    margin-bottom: 25px;
}
.avant-apres > span {
    display: inline-block;
    vertical-align: middle;
}
.imgIntro {
    display: inline-block;
    background: white;
    width: 150px;
    height: 150px;
    border-radius: 100%;
    border: 10px solid #86878b;
    overflow: hidden;
    position: relative;
    z-index: 3;
}
.imgIntro.bg-white {
	border-color: white;
	border-style: outset;
}
.trait-horz {
    margin: 0 -2px;
    border: 1px solid #86878b;
    border-left: none;
    border-right: none;
    padding: 0 36px;
    background: #86878b;
}
@media(max-width: 767px) {
	.trait-horz { display: none !important; }
}
.trait-horz strong {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
    font-size: 12px;
    color: black;
}

.middleS {
	background: #f6f6f6;
	padding: 100px 0;
	position: relative;
}
@media(max-width: 767px) {
    .middleS {
        padding: 20px 0;
    }
    .middleS .row {
        flex-direction: column-reverse;
    }
}
.middleS h2 {
    font-size: 16px;
    font-weight: 700;
    color: #1f1f1f;
}

.imgRight {
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
}
.imgrightBG {
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.Mobile .imgrightBG {
    height: 350px;
    margin-bottom: 1rem; 
}

.lastS {
	position: relative;
	padding: 100px 0 80px;
    background-color: #86878b;
    background-blend-mode: multiply;
    color: black;
}
.lastS h2 {
    max-width: 70%;
    margin: 0 auto 15px;
    font-weight: 700;
}
.lastS p {
    max-width: 85%;
    margin: 0 auto 20px;
}
@media(max-width: 543px) {
	.lastS {
		padding: 40px 0 20px;
	}
	.lastS h2 {
		font-size: 20px;
	}
}
@media(max-width: 991px) {
	.lastS h2,
	.lastS p {
		max-width: 100%
	}
}
.lastS ul {
    list-style: none;
    padding-left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}
.lastS ul li {
	display: flex;
    padding: 15px;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    height: 100%;  
        justify-content: center;
}
@media(min-width: 992px) {
    .lastS ul li:first-child strong {
        padding: 10px 35px;
    }
    .lastS ul li:last-child {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media(max-width: 767px) {
	.lastS ul li {
	    -ms-flex: 0 0 50%;
	    flex: 0 0 50%;
	    max-width: 50%; 
	}
}
@media(max-width: 991px) {
	.lastS ul li {
	    padding: 7px; 
	}
}

.lastS ul li strong {
	border-radius: 10px;
    background: #fff;
    color: #000;
    font-size: 20px;
    font-weight: 700;
    padding: 10px;
    height: 100%;

    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.lastS ul li:hover strong {
    -webkit-transform: translateY(-5px)scale(1.1);
    -moz-transform: translateY(-5px)scale(1.1);
    -ms-transform: translateY(-5px)scale(1.1);
    -o-transform: translateY(-5px)scale(1.1);
    transform: translateY(-5px)scale(1.1);
}
@media(max-width: 543px) {
	.lastS ul li {
	    -ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	    width: 100%;
	}
	.lastS ul li strong {
		font-size: 16px;
		display: block;
    	width: 100%;
	}
}

/*
Tabulous
*/
@media(min-width: 768px) {
    #tabsB {
    	/*border: 1px solid #ddd;*/

    	display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: 100%;
    }
}

#tabsB ul {
    margin: 0;
    list-style: none;
    padding-left: 0;
}

#tabsB li {
    border-bottom: 1px dotted #f6f6f6;
}
#tabsB li:last-child {
    border-bottom: none;
}
#tabsB li a {
	display: block;
	padding: 17px 30px;
	background: #86878b;
	text-decoration: none;
	color: white;
	position: relative;
}

#tabsB li a:hover {
	background: #86878b;
}

#tabs_container {
	padding: 0 20px;
    overflow: hidden;
    position: relative;
    background: white;
}
@media(min-width: 768px) {
    #tabsB ul {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    #tabs_container {
        height: 100% !important;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
}

#tabs_container div {
	margin-right: 40px;
    max-height: 80%;
    overflow-y: scroll;
}

.transition {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;

	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-o-transition-delay: .3s;
	-ms-transition-delay: .3s;
	transition-delay: .3s;
}

.make_transist {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.hideleft {
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}

.showleft {
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-o-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;

	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-o-transition-delay: .3s;
	-ms-transition-delay: .3s;
	transition-delay: .3s;
}

.tabulous_active {
	background: #ffa500 !important;
}

.tabulousclear {
	display: block;
	clear: both;
}
#tabsB li a.tabulous_active:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-right: 30px solid #ffffff;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

/*.interne-page {
    background: #f6f6f6;
    padding-top: 150px;
}*/
.interne-page {
    background: #f6f6f6;
    padding-top: 60px;
}

.mobileAccord h2 {
  width: 100%;
  display: block;
  background: #86878b;
  color: #ffffff;
  padding: 0.75em;
  border-radius: 0.15em;
  transition: background 0.3s ease;
}
.mobileAccord p {
  padding-left: 1em;
  overflow: hidden;
  display: none;
}

/*
Footer
*/
.rappel {
	background: #b3b3b3;
	padding: 60px 0 30px;
    position: relative;
}
.tittleR .h3 {
    display: block;
    color: #000000;
    font-weight: 700;
    font-size: 32px;
}
.tittleR p {
    color: black;
    font-size: 20px;
}
@media(max-width: 543px) {
	.tittleR p {
		font-size: 16px;
	}
}
/*.block-rappel {
    border-bottom: 1px solid #656565;
    padding-bottom: 35px;
    margin-bottom: 35px;
}*/
.form-group {
    margin-bottom: 1rem;
}
.block-rappel .form-group {
    position: relative;
    width: 100%;
}
.block-rappel .form-group .form-control {
    height: auto;
    background: #3a3a3a;
    border-color: #4a4a4a;
    padding: 10px 256px 10px 30px;
    border-radius: 70px;
    line-height: 48px;
    font-size: 20px;
    color: #efeaea;
    box-shadow: none;
    -webkit-box-shadow: none;
	padding-left: 90px;
    width: 100%;
}
.block-rappel .form-group .form-control:focus {
    border-color: #86878b;
}
.block-rappel  .form-group .subscribe-btn {
	cursor: pointer;
	background-color: #ffa500;
    width: 100%;
    line-height: 44px;
    border: 2px solid #ffa500;
    color: #000000;
    display: inline-block;
    max-width: 238px;
    position: absolute;
    right: 10px;
    top: 11px;
    border-radius: 70px;
    text-align: center;
    font-weight: 400;
    font-size: 20px;

    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.block-rappel  .form-group .subscribe-btn:hover {
	background-color: #86878b;
	border-color: #86878b;
}

@media(max-width: 767px) {
	.block-rappel .form-group .form-control {
		font-size: 14px;
		padding-right: 200px;
	}
	.block-rappel .form-group .subscribe-btn {
		max-width: 180px;
		font-size: 16px;
	}
}

span.icon-input {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #323232;
    border: 2px solid #fff;
    border-radius: 50%;
    width: 60px;
    height: 85%;
    left: 7px;
    background: white;
    line-height: 55px;
}
@media(max-width: 543px) {
	.block-rappel .form-group .form-control {
	    padding-right: 20px;
	    padding-left: 20px;
	    text-align: center;
	}
	.block-rappel .form-group .subscribe-btn {
		display: block;
	    position: static;
	    width: 100%;
	    max-width: 65%;
	    margin: 8px auto 0;
	}
	span.icon-input { display: none; }
}
.textAgence {
    color: #fff;
    margin: auto;
    max-width: 700px;
    text-align: center;
}
.textAgence a {
    color: inherit;
}

.copyright {
    background: #000000;
    color: white;
    padding: 10px 0;
}
@media(max-width: 767px) {
	.copyright .d-md-flex {
		text-align: center;
	}
}
.copyright a {
    color: orange;
    font-weight: 700;
    text-decoration: underline;
}
.logoAgence img {
    width: 150px!important;
}
.engagementBlock {
    background: #ffa500;
    padding: 12px 20px;
}

.engagement {
    padding-left: 0;
    list-style: none;
    margin: 0;
}
.engagementBlock .h3 {
    display: block;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid;
}
.engagement li {
    padding-left: 22px;
    position: relative;
    margin: 4px;
}
.engagement li:before {
    content: "\f10c";
    font-family: Flaticon;
    position: absolute;
    left: 0
}

h2.addText {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 35px;
}
.garantie{
       width: 40%;
    margin-top: 10px;
}
#tabs_container {
    height: 450px!important;
}

.textAgence a {
    color: #86878b;
    border-bottom: 1px solid;
}

#Messages {
    background: black;
    text-align: center;
    position: relative;
    z-index: 99;
}
#Messages p {
    color: white;
    font-weight: bold;
    margin: 0;
    padding: 25px 0;
}
#realisations,
#mentionsL,
.ContactezNous {
    padding: 60px 0;
}
.ContactezNous b {
    display: block;
    margin-top: 1rem;
    color: black;
    font-size: 18px;
}
.ContactezNous .Devisgratuit {
    margin-top: 1rem;
}
.ContactezNous em {
    margin: 0 15px;
}
.ContactezNous #Map {
    min-height: 300px;
    height: 100%;
}
.ContactezNous .form-input {
    float: none;
}

.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: 35%;
    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;
}

/**
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: black;
}

.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: black;
}
.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;
  }
}
a.mailBlockF {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.Mobile .topNavigateur .d-flex {
    flex-wrap: wrap;
    justify-content: center;
}