html {
    font-family: sans-serif;
    -webkit-tap-highlight-color: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}
*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}
@-moz-viewport {
    width: device-width
}
@-ms-viewport {
    width: device-width
}
@-webkit-viewport {
    width: device-width
}
@viewport {
    width: device-width
}
body {
    background-color: #fff;
    font-family: sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    color: #373a3c;
    margin: 0
}
::-webkit-scrollbar {
    height: 1em;
    width: 1em;
    background: GhostWhite
}
::-webkit-scrollbar-thumb {
    background: #3b3b3b;
    -webkit-box-shadow: 0 0 5px #888
}
::-webkit-scrollbar-thumb:hover {
    background: #616161
}
::-webkit-scrollbar-button {
    background: #3b3b3b;
    -webkit-box-shadow: inset 0 0 0 .0625em #4f4f4f, inset 0 0 0 .375em #666
}
a,
a:focus,
a:hover {
    color: inherit;
    text-decoration: none;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease
}
a:active,
a:hover,
a:focus {
    outline: 0
}
b,
strong {
    font-weight: bold
}
h1,
h2,
h3,
h4,
.h3,
.h4 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-family: 'Calibri', sans-serif;
    font-weight: 900;
    line-height: 1.1;
    text-rendering: optimizelegibility;
    color: #333
}
h1 {
    font-size: 2rem
}
h2 {
    font-size: 1.7rem
}
h3,
.h3 {
    font-size: 1.3rem
}
@media(max-width:767px) {
    h1 {
        font-size: 22px;
        line-height: 130%
    }
    h2 {
        font-size: 20px;
        line-height: 130%;
        margin-top: 10px;
    }
    h3, .h3 {
        font-size: 18px;
    }
}
h4, .h4 {
    font-size: 1rem
}
p {
    margin-top: 0;
    margin-bottom: 1rem
}
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem;
    padding-left: 0
}
ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0
}
img {
    max-width: 100%;
    vertical-align: middle
}
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    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: 940px
    }
}
@media(min-width:1200px) {
    .container {
        max-width: 1170px
    }
}
.row {
    margin-right: -15px;
    margin-left: -15px
}
.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: 15px;
    padding-left: 15px
}
.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: 100%
    }
    .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%
    }
}
@media(min-width:768px) {
    .right-fl {
        float: right
    }
}
@media(max-width:767px) {
    .right-fl {
        margin-bottom: 20px
    }
}
.icon {
    background: url('../images/img/sprit-x.webp') no-repeat;
    display: inline-block;
    height: 16px;
    width: 16px;
    position: relative
}
.header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1111;
}
.TopNav {
    background-color: #3b3b3b;
    color: #fff; 
}
.Desktop .TopNav { 
    -webkit-clip-path: polygon(8% 0, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(8% 0, 100% 0%, 100% 100%, 0% 100%);
}
.Mobile .TopNav,
.Tablet .TopNav {
    background-color: #fff;
    color: #000;
}
.TopNav img{
    width: 20px;
    height: 20px;
}
.Mobile .TopNav img,
.Tablet .TopNav img {
    filter: invert(1);
}
.BotNav {
    background-color: #fff;
    z-index: 1000 !important;
    height: 100px;
}

.TopNav span {
    padding: 0.5rem 0;
    display: flex;
    align-items: center;
    gap: 3px;
}
.tel,
.mail {
    display: inline-block;
    margin-right: 15px
}
.adresse {
    margin-top: 1rem;
    font-size: 18px
}
.tel {
    font-size: 20px;
    font-weight: 900
}
@media(max-width:1199px) {
    .mail {
        display: none !important
    }
}
@media(max-width:767px) {
    .adresse {
        font-size: 14px
    }
}
.icon-mobile {
    background-position: -98px -133px;
    top: 1px;
    margin-right: 5px;
    width: 12px
}
.icon-phone {
    background-position: 0 -133px;
    top: 1px;
    margin-right: 5px
}
.icon-mail {
    background-position: -50px -133px;
    height: 12px;
    margin-right: 5px;
    vertical-align: middle
}
.icon-map {
    background-position: -138px -117px
}
#BtnTop {
    text-align: center;
    display: flex;
    justify-content: center;
}
#BtnTop .btn {
    margin: 6px 5px 0;
    text-transform: uppercase;
    border-radius: 10px 10px 0 0;
    padding: 9px 10px;
    background: #007479;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.Mobile .btn-realisation {
    display: block !important;
    margin: auto;
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 999;
    text-align: center;
    /* top: 30%; */
    /* left: 34%; */
}
.btn-devis,
.btn-realisation:before {
    background: #3b3b3b
} 
.btn-devis:hover,
.btn-devis:focus {
    color: #cdcdcd
}
@media(max-width:1199px) {
    .BotNav {
        position: relative
    }
}
@media(max-width:991px) {
    .BotNav {
        padding-bottom: 15px;
        background: #3b3b3b;
    }
    
    .btn-devis {
        text-align: center
    }
}
@media(max-width:767px) {
    .tel {
        /*padding-bottom: 0 !important;*/
        margin-right: 0;
    }
}
.Mobile .logo img {
    width: 165px;
    height: 93px;
    object-fit: contain;
    background: #fff;
    margin-top: -8px;
}
.Tablet .logo img {
  background: #fff;
  width: 220px;
  height: 115px;
  object-fit: contain;
}
@media(min-width:992px) {
    .logo {
        position: absolute;
        width: 10%;
        /*padding-top: 8px;*/
    }
    .logo img {
        width: 180px;
        height: 100px;
        object-fit: contain;
    }
}
@media(max-width:543px) {
    .logo {
        display: inline-block;
        position: relative;
        top: 8px;
        width: 50%
    }
}
.nav {
    float: right;
    position: relative
}
.nav-list {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    text-align: left;
    display: flex;
}
.nav-list:after {
    content: "";
    clear: both;
    display: table
}
.nav-item {
    float: left;
    display: inline;
    zoom: 1;
    position: relative;
}
@media(min-width:992px) {
    .nav {
        width: 80%
    }
    .nav-item {
        text-align: center;
       /* width: 20%;*/
    }
    /*.nav-item:nth-child(2),
    .nav-item:nth-child(3) {
        width: 20%
    }
    .nav-item:nth-child(4),
    .nav-item:nth-child(5) {
        width: 15%
    }*/
}
@media(min-width:1200px) {
    .nav {
        width: 80%
        height: 100px;
        padding-top: 15px;
    }
}
.nav-item a {
    color: #fff;
    display: block;
    padding: 15px 5px;
    line-height: 130%
}
.nav-item.active a,
.nav-item>a:hover,
.nav-item>a:focus {
    color: #007479;
    background: #fff;
}
.nav-item:hover .nav-submenu {
    display: block
}
.nav-submenu {
    background-color: #FFF;
    display: none;
    list-style: none;
    position: absolute;
    left: 0;
    width: 300px;
    z-index: 100
}
.nav-submenu-item {
    border-bottom: 1px dotted #e6e6e6
}
.nav-submenu-item:last-child {
    border-bottom: 0
}
.nav-submenu-item a {
    color: #3b3b3b !important;
    display: block;
    text-align: left;
    padding: 15px
}

.nav-submenu-item.active a {
    color: #fff !important;
}
.nav-submenu-item.active a,
.nav-submenu-item a:hover,
.nav-submenu-item a:focus {
    background: #007479;
    color: #fff !important;
}
.nav-mobile {
    display: none;
    cursor: pointer;
    position: absolute;
    top: 95px;
    right: 15px;
    background: #fff;
    background-size: 18px;
    height: 50px;
    width: 50px
}
.icon-bars {
    background-position: 0 -93px;
    height: 18px;
    left: 13px;
    top: 17px;
    width: 24px
}
.nav-click {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
    height: 49px;
    width: 50px;
    cursor: pointer;
    background: #3b3b3b;
}
.nav-click i {
    display: block;
    height: 16px;
    width: 16px;
    background: url(../images/img/sprit-x.webp) no-repeat -50px -94px;
    margin: 17px
}
/*@media(min-width:768px) and (max-width:1199px) {
    .nav-click i {
        margin: 28px 0 0
    }
}*/
.nav-rotate {
    background-position: -82px -94px !important
}
@media(min-width:768px) and (max-width:1199px) {
    .nav-mobile {
        top: 20px
    }
    .nav-submenu {
        width: 1000%
    }
    .nav-submenu-item {
        border-bottom: 0;
        display: inline-block
    }
}
@media(min-width:768px) and (max-width:991px) {
    .nav-submenu {
        width: 100%
    }
    .nav-submenu-item {
        display: block
    }
}
@media only screen and (max-width: 1199px) {
    .nav-mobile {
        display: block
    }
    .nav {
        width: 100%;
        position: absolute;
        left: 0
    }
    .nav-list {
        background: #fff;
        display: none
    }
    .nav-item>a {
        padding: 15px
    }
    .nav-click {
        display: block
    }
    .nav-mobile-open {
        border-radius: 5px 5px 0 0;
        -webkit-border-radius: 5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0
    }
    .nav-item:hover .nav-submenu {
        display: none
    }
}
@media only screen and (max-width: 991px) {
    .nav {
        padding-top: 15px
    }
    .nav-item {
        border-bottom: 1px solid #3b3b3b;
        width: 100%; 
    }
    .nav-submenu {
        position: static;
        width: 100%
    }
}
.Tablet .nav {
  padding-top: 0;
}
.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: 0
}
.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: 350px;
    overflow: hidden;
    border: 1px solid transparent
}
.slick-prev,
.slick-next {
    background: #fff;
    border-radius: 50%;
    border: 0;
    cursor: pointer;
    outline: 0 !important;
    position: absolute;
    top: 50%;
    text-indent: -9999px;
    height: 50px;
    width: 50px;
    opacity: .2;
    z-index: 90;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}
.slick-prev:after,
.slick-next:after {
    content: "";
    background: url('../images/img/sprit-x.webp') no-repeat;
    height: 16px;
    position: absolute;
    width: 10px
}
.slick-prev:after {
    background-position: -139px -23px;
    left: 33%
}
.slick-next:after {
    background-position: -139px 0;
    right: 39%
}
@media(max-width:767px) {
    .slick-prev, .slick-next {
        display: none !important
    }
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
    opacity: 1
}
.slick-prev {
    left: 5%
}
.slick-next {
    right: 5%
}
.Wapper {
    padding-top: 107px
}
@media(max-width:543px) {
    .Wapper {
        padding-top: 146px
    }
}
#Homeslider {
    background-color: #f7f7f7;
    position: relative;
    height: 588px;
    overflow: hidden;
}
#Banner {
    background-color: #eee;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    height: 600px
}
@media(min-width:768px) {
    #Homeslider:after {
        content: "";
        background: url('../images/img/bgCapiton.png') no-repeat right center;
        position: absolute;
        height: 100%;
        top: 0;
        width: 650px
    }
}
@media(min-width:1440px) {
    #Homeslider:after {
        width: 700px
    }
}
@media(min-width:1600px) {
    #Homeslider:after {
        width: 850px
    }
}
@media(min-width:1920px) {
    #Homeslider:after {
        width: 950px
    }
}
.ImageSlide {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    height: 588px
}
#realisations {
   /* background: url('../images/img/realisations.webp') no-repeat center;*/
    background-attachment: fixed;
    background-size: cover;
    padding: 10rem 0 2rem;
}
.Mobile #realisations,
.Tablet #realisations {
    padding: 12rem 0 20px;
}
.Capition {
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
    z-index: 10
}
.Tablet .Capition {
    top: 70px;
}
.Capition .CaptionSlide {
    padding-top: 7rem;
    text-align: center
}

.agence_img {
    display: flex;
}
.Mobile .agence_img {
    display: block;
    text-align: center;
    padding-top: 10px;
}
.agence_img img {
    height: 80px;
    width: 130px;
    margin: 0 5px !important;
    object-fit: contain;
}
.Tablet .agence_img img {
    width: 105px;
}
.Artisanmayer {
    width: 235px;
    height: 128px;
    object-fit: contain;
}
.Mobile .agence_img img {
    width: 100px;
    height: 72px;
    object-fit: contain;
    margin: 0px 4px;
}
.Capition .CaptionSlide img {
    margin: 0 auto;
}
.titreCapiton {
    text-transform: uppercase;
    font-size: 30px;
    line-height: 1.3;
    font-weight: 900;
    color: #fff;
    padding: 10px 0;
    border-bottom: 3px solid #fff;
    display: inline-block
}
.SubtitreCapiton {
    text-transform: uppercase;
    font-size: 32px;
    line-height: 130%;
    color: #fff;
    font-weight: 900
}
.Tablet .SubtitreCapiton {
    font-size: 30px;
}
@media(max-width:767px) {
    #Homeslider, .ImageSlide {
        height: 400px
    }
    .Capition .CaptionSlide img {
        display: none
    }
    .Capition .CaptionSlide {
        padding-top: 3rem
    }
    .titreCapiton {
        text-align: center;
        display: block;
        font-size: 20px;
        padding: 10px;
        background: #fff;
        color: #333;
        margin-bottom: 0
    }
    .SubtitreCapiton {
        text-align: center;
        font-size: 20px;
        background: #fff;
        color: #333;
        padding: 10px
    }
}
#Categories {
    background-color: #007479;
    border-top: 3px solid #007479;
    margin-top: 100px;
}
#carrousel-cat {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ImageListe {
    height: 588px;
}
.Tablet #Categories {
    margin-top: 0;
}
.Mobile #Categories {
    margin-top: 0;
    padding-top: 20px;
}
.List_cat {
    display: block;
    text-align: center
}
.List_cat figure {
    margin: 0 auto;
    overflow: hidden
}
@media(min-width:768px) {
    #Categories .container {
        margin-top: -3rem
    }
    .List_cat figure {
        border: 7px solid #007479;
        border-radius: 50%;
        height: 250px;
        width: 250px
    }
}
@media(max-width:991px) {
    .List_cat figure {
        height: 300px;
        width: 300px
    }
}
.Titre_cat {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    padding: 20px;
    line-height: 130%;
    color: #fff;
    max-height: 110px;
    overflow: hidden
}
.Mobile #carrousel-cat img{
    width: 151px;
    height: 151px;
    object-fit: cover;
}
.Mobile #carrousel-cat .cat-item {
    margin: 5px;
    height: 210px;
}
.cat-item img {
    width: 236px;
    height: 236px;
    object-fit: cover;
}
.Tablet .cat-item img {
    width: 300px;
    height: 300px;
}
.Mobile .Titre_cat{
    font-size: 12px;
    padding: 5px;
}
.Mobile .List_cat figure{
    height: auto;
}
@media(max-width:767px) {
    #carrousel-cat {
        padding-top: 1rem;
        display: grid;
        grid-template-columns: 50% 50%;
        place-content: center;
    }
    .List_cat figure {
        height: 250px;
        width: inherit
    }
    .Titre_cat {
        font-size: 16px;
    }
}
@media(min-width:544px) and (max-width:767px) {
    #carrousel-cat {
        margin-left: -7px;
        margin-right: -7px
    }
    #carrousel-cat>div {
        float: left;
        width: 50%;
        padding: 0 7px
    }
}
#Corps {
    margin-top: 3rem
}
@media(min-width:768px) {
    .Block .content {
        height: 285px
    }
}
.Block ul {
    padding-left: 15px
}
.devis #Corps {
    margin-bottom: 3rem;
    margin-top: 5rem;
}
.Block_bg {
    /*background: url('../images/img/Block_bg.webp') no-repeat center bottom;*/
    background: #3b3b3b;
    background-size: cover;
    color: #fff;
    margin: 3rem 0;
    padding-top: 3rem
}
.numero {
    color: #007479;
    font-size: 3rem;
    font-weight: 900;
    position: absolute;
    padding-top: 1rem
}
.bloc_une {
    margin-left: 3rem;
    margin-bottom: 3rem
}
.bloc_une h2 {
    color: #fff
}
.Block_last {
    margin: 3rem 0
}
/*@media(min-width:768px) {
    .Block_last .content {
        height: 485px
    }
}*/
.devis-form .h3 {
    font-weight: 700;
    color: #007479;
    margin-bottom: 2rem;
    position: relative
}
.devis-form .h3:after {
    content: "";
    background: #3b3b3b;
    bottom: -15px;
    left: 0;
    height: 5px;
    position: absolute;
    width: 150px
}
#mail,
#mail2 {
    display: none !important
}
.btn {
border: 0;
    background: #007479;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    padding: 15px;
}
.Tablet .formulaire .btn {
    display: block;
    margin: auto;
    width: 100%;
}
.btn:before {
    content: '';
    height: 0;
    left: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -ms-border-radius: 10px 10px 0 0;
    -o-border-radius: 10px 10px 0 0;
    transition: all .5s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    z-index: -1
}
.btn:hover:before {
    height: 100%
}
.btn-submit {
    border: 0;
    background: #007479;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    padding: 15px;
    width: 150px
}
@media(max-width:767px) {
    .btn-submit {
        width: 100%
    }
}
@media(max-width:543px) {
    .Block ul {
        padding-left: 15px;
        margin-top: 15px
    }
    .Block .col-sm-3 img {
        width: 100%;
        height: 200px
    }
}
.form-input {
    border: 1px solid #ddd;
    display: block;
    margin-bottom: 10px;
    padding: 15px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    outline: 0 !important;
    width: 100%
}
textarea.form-input {
    height: 150px
}
.hr-texture {
    background: #ececec;
    margin: 3rem auto 0;
    height: 2px;
    text-align: center
}
.hr-texture-bot {
    margin-bottom: 3rem
}
.Mobile .hr-texture-bot {
    margin: 20px 0;
}
.icon-devis-user {
    background-color: #fff;
    background-position: 27px 0;
    height: 50px;
    width: 100px;
    margin-top: -29px
}
@media(max-width:543px) {
    .devis #Form-devis {
        margin-bottom: 2rem
    }
}
#Partenaires {
    border-top: 3px solid #ddd;
    background: #f3f3f3;
    text-align: center;
    padding: 10px 0
}
.item-part {
    display: inline-block;
    margin: 0 20px
}
.item-part a {
    display: block;
    height: 85px;
    overflow: hidden
}
.item-part a img {
    background-color: #f3f3f3;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
    transition: all .3s ease-out 0;
    display: block
}
.item-part a:hover img {
    margin-top: -43px;
    transition: all .3s ease-out 0
}
.titre-album {
    display: block;
    text-align: center;
    clear: both;
    padding: 15px;
    font-size: 24px;
    text-transform: uppercase
}
.titre-album:after {
    content: "";
    clear: both;
    display: table
}
.swipebox {
    display: block;
    margin-bottom: 30px;
    text-align: center;
    border: 5px solid #fff
}
.swipebox img{
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
}
section#realisations .col-md-3 {
    width: 25%;
}
.Mobile section#realisations .col-md-3 {
    width: 100%;
}
.BlocMap {
    border-top: 3px solid #ddd;
    height: 370px;
    position: relative
}
#Map {
    position: absolute;
    width: 100%;
    top: 0;
    height: 370px
}
.texte-akisiweb {
    position: relative;
    background: #3b3b3b;
    width: 350px;
    margin: 5rem 0 0 auto;
    padding: 10px;
    color: #fff;
    font-size: 16px;
    z-index: 500;
}
@media(max-width:767px) {
    .texte-akisiweb {
        width: 100%
    }
}
.logo_akisiweb {
    display: block;
    margin-top: 15px;
    text-align: center;
}
.logo_akisiweb img {
    width: 150px;
    height: 25px;
    object-fit: contain;
}
.footer {
    background: #3b3b3b;
    color: #f1f1f1;
    padding: 3rem 0
}
.part-foot {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 10px 0;
}
.part-foot img {
    width: 200px;
    height: 91px;
    object-fit: contain;
}
.Mobile .part-foot img {
    width: 155px;
    height: 91px;
    object-fit: contain;
}
.Mobile .part-foot {
    flex-wrap: wrap;
    padding: 0 0 46px 0;
}
@media(max-width:543px) {
    .footer {
        padding: 1rem 0
    }
    .footer .col-sm-6 {
        border-bottom: 1px solid #999;
        margin: 15px;
        padding: 0 0 10px
    }
    .footer .col-sm-6:last-child {
        border-bottom: 0
    }
}
.footer .h3 {
    color: #fff
}
.footer p {
    margin-bottom: 10px
}
.Menu-footer {
    list-style: none
}
.Menu-footer li {
    margin-bottom: 10px
}
.Menu-footer li:hover>a,
.Menu-footer li:focus>a {
    color: #fff
}
#rappel-immediat .btn-submit {
    width: 100%
}
.CarteFooter {
    height: 265px;
    width: 250px;
    margin: 0 auto
}
.CarteFooter img {
    width: 270px;
    height: 250px;
    object-fit: contain;
}
.mentions #Corps ol {
    padding-left: 25px
}
.mentions #Corps ul {
    padding-left: 15px
}
.mentions #Corps ul li>p {
    margin-bottom: 5px
}
.mentions #Corps ol>li {
    position: relative;
    list-style: none
}
.mentions #Corps ol>li::before {
    content: counter(compteur);
    color: #333;
    position: absolute;
    font-size: 26px;
    left: -25px;
    top: -3px
}

.formulaire {
        margin-top: 30px;
        background: #3b3b3ba3;
        padding: 17px;
}
.Mobile .formulaire {
    margin-top: 15px;
}
.Tablet .formulaire {
    margin-bottom: 30px;
}
.Mobile .formulaire .btn {
    width: 100%
}

.form_input {
border: 1px solid #ddd;
    display: block;
    margin-bottom: 10px;
    padding: 15px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    outline: 0 !important;
    width: 100%;
}

p.subtitre {
	text-align: center;
	font-size: 20px;
	color: #fff;
	margin-top: 10px;
	    text-shadow: rgb(3, 3, 3) 1px 1px 1px;
}

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

.blog_pageIntrouvable > div {
  height: 100%;
}
.blog_pageIntrouvable h1 {
    font-size: 200px;
    color: #fff;
}
.blog_pageIntrouvable p {
    font-size: 36px;
    line-height: 100%;
    margin-top: -21px;
    text-transform: uppercase;
    letter-spacing: 10px;
    color: #fff;
}
.blog_pageIntrouvable a {
    color: #fff;
}
.blog_pageIntrouvable a:hover {
    text-decoration: underline;
}
#noDesktop { display: none; }
@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;
  }
  #noMobile { display: none; }
  #noDesktop, #fixedRight { display: block; }
  .telMobile a {
    color: #fff;
    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: #fff;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    font-size: 24px;
  }
}
div#Messages {
    position: absolute;
    z-index: 11111;
    background: #3b3b3b;
    text-align: center;
    color: #fff;
    font-size: 20px;
    width: 100%;
}
.Mobile div#Messages {
    font-size: 14px;
}
div#Messages p {
    margin: 0;
    padding: 15px 0;
}
.Mobile .tel {
    font-size: 18px;
    color: #000;
}
.footer .col-sm-6.col-lg-3 img {
    width: 20px;
    height: 20px;
}
.Desktop #contact-top {
    display: flex;
    justify-content: center;
}
.logo-ag {
    width: 150px;
    height: 25px;
    display: block;
    margin: auto;
}
.Mobile .footer {
    padding: 20px 0 40px;
}
.devis div#Map {
    max-width: 100%;
    top: 120px;
}
.Mobile.devis div#Map {
    max-width: 100%;
    left: 0;
    position: relative;
    top: 0;
}
.Mobile .col-md-5.right-fl img {
    width: 330px;
    height: 222px;
    object-fit: contain;
}
.Mobile .nav-item>a {
    padding: 15px 30px 15px 15px;
}
.Mobile .nav-item>a,
.Tablet .nav-item>a{
     color: #333;
}
.Tablet .form-tablet {
    background: #fff;
}
.Tablet #Categories .slick-list.draggable {
    padding-top: 20px;
}
.page-mention {
    padding: 10rem 0 50px;
}
.Mobile .page-mention,
.Tablet .page-mention {
    padding: 12rem 0 20px;
}
.Desktop section#Corps img {
    width: 458px;
    height: 300px;
    object-fit: cover;
}
.Mobile section#Corps img {
    width: 330px;
    height: 173px;
    object-fit: cover;
}
.Mobile p.subtitre {
    font-size: 17px;
    margin-top: 15px;
    margin-bottom: 5px;
}
.ContactezNous b {
    margin-right: 10px;
}
.mail_ {
    margin: 10px 0;
}
.ContactezNous a {
    display: inline-block;
    margin-right: 10px;
    color: inherit;
}
.ContactezNous .h1 {
  font-size: 32px;
}
.Mobile .ContactezNous .h1 {
  font-size: 24px;
}
.Mobile .ContactezNous a {
    display: block;
}
.ContactezNous #FormDevis {
    display: block;
}
.Desktop .ContactezNous #FormDevis {
    max-width: 75%;
    margin: auto;
}
div#contenu-home,
.ContactezNous {
    padding: 200px 0 40px;
}
.Desktop .ContactezNous {
    text-align: center;
}
.Desktop .Block_bg .col-md-12,
.Tablet .Block_bg .col-md-12 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    place-content: center;
    gap: 30px;
}

.Mobile .nav {
    top: 152px;
}

.Tablet .nav {
  padding-top: 0;
  top: 189px;
}

.numero {
    color: #ffffff;
    font-size: 3rem;
    font-weight: 900;
    position: absolute;
    padding-top: 1rem;
}
.block-text img {
    width: 555px !important;
    height: 100%;
    object-fit: cover;
}
.Desktop .TopNav.nav_top {
    display: none;
}
.Mobile .TopNav.top_desk,
.Tablet .TopNav.top_desk  {
    display: none;
} 
.Mobile .mob_menu {
    background: #413f41;
    height: 93px;
}
.Tablet .nav-mobile {
    top: 108px;
}
.Tablet .mob_menu { 
    background: #413f41;
  height: 115px;
}
.top_menu {
    display: grid;
    grid-template-columns: 70% 30%;
    background: #007479;
}
.TopNav.top_desk .row {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 9px 0;
}
.Desktop .nav-item a { 
    font-weight: 600;
    font-size: 12px;
}
.Desktop .logo img {
    background: #fff;
    height: 108px;
}
footer.footer img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}
.Mobile .Capition { 
    top: 65px; 
}
.Tablet .ContactezNous .h1,
.Tablet .page-mention h2 { 
  margin-top: 30px;
}
.Mobile ol {
    padding: 0 20px;
}
.Mobile .page-mention h2 {  
    font-size: 25px;
}
.page-mention h2 {
    text-transform: uppercase;
    margin-bottom: 20px;
}
.Tablet .Block .col-md-5 img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}
.Tablet .block-text img { 
  height: 590px; 
}