*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
::-moz-selection { /* Code for Firefox */
  background: #c33600;
  color: #fff;
}

::selection {
  background: #c33600;
  color: #fff;
}
.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;
}
.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;
    width: 100px;
    height: 100px;
    object-fit: contain;
}

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

.slick-dots {
    padding: 0;
    list-style: none;
    margin: 20px 0 0;
}
.slick-dots li {
    display: inline-block;
    margin: 0 5px;
}
.slick-dots li:before { display: none !important; }

.slick-dots li button {
    border: none;
    background: #dddddd;
    text-indent: -9999px;
    padding: 0;
    width: 35px;
    height: 5px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    cursor: pointer;
}
.slick-dots li:hover button,
.slick-dots li:focus button {
  background-color: #cf0200;
  outline: none;
  box-shadow: none;
}
.slick-dots li.slick-active button {
    background: #4d4d4d;
}


body{
    font-family: "Calibri";
}
a{
    text-decoration: none;
}
.container{
    width: 100%;
    max-width: 1140px;
    margin: auto;
    position: relative;
}


/*-----------------header------------------*/
.nav-top {
    background: #fff;
    position: relative;
    z-index: 999;
}
ul.nav-list {
    display: flex;
    justify-content: center;
}
li.nav-item {
    text-align: center;
    max-width: 23%;
    position: relative;
    padding: 25px 0;
    transition: all 0.3s;
}
.nav-top li {
    display: block;
}
li.nav-item a {
    font-family: "Arial";
    color:#292a2e;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0 25px;
    transition: all 0.3s;
}
.Desktop li.nav-item a {
    display: flex;
}
nav.nav.header__navigation {
    padding: 0 25px;
}
li.nav-item.active {
    background: #c33600;
}
li.nav-item.active a{
    color: #fff;
}
li.nav-item:hover {
    background: #c33600;
}
li.nav-item:hover > a {
    color: #fff;
}

header {
    position: relative;
    height: 789px;
}
.Mobile header {
    height: 780px;
}
.Tablet header {
    height: 780px;
}
header .container {
    max-width: 1740px;
}
.content-loto-contact {
    display: flex;
    align-items: center;
    justify-content: space-between;
     padding-left: 40px;
}
.logo-contact {
    position: relative;
    z-index: 999;
}
.contact-top {
    background: #292a2e;
    padding: 27px 52px 30px 67px;
    position: absolute;
    right: 0;
    z-index: 999;
}
.logo-top {
    display: flex;
    align-items: center;
    padding: 36px 0;
}
.logo-top img{
    width: 300px;
    height: 100px;
    object-fit: contain;
}
.contact-top .tel a {
    color: #fff;
    font-size: 30px;
    font-weight: 300;
}
.contact-top .mail a {
    font-size: 15px;
    color: #fff;
}
.contact-top .mail {
    color: #fff;
}

.homeslider {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}
.Desktop .homeslider {
    height: 789px;
}
.homeslider .item {
    width: 100%;
    height: 789px;
    z-index: 0;
    background-size: cover;
    background-position: center;
    position: relative;
}
.Tablet .homeslider .item,
.Tablet header {
    height: 600px;
}
.homeslider .item::before {
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgb(0 0 0 / 77%) 24%, rgba(255,255,255,0) 76%);
    position: absolute;
    top: 0;
    left: 0;
}
.caption {
    position: relative;
    z-index: 999;
    padding-left: 40px;
}
span.caption-titre,
.caption-text {
    font-size: 40px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 40px;
}
.slider-caption p{
    color: #ecedef;
    font-size: 20px;
    font-weight: 300;
    margin-top: 10px;
    text-transform: capitalize;
}
.arrow-img {
    padding-bottom: 40px;
    border-bottom: solid 3px #c33600;
    max-width: 130px;
}
.arrow-img {
    padding-bottom: 40px;
    border-bottom: solid 3px #c33600;
    max-width: 130px;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 64px;
    margin-top: 50px;
}
.arrow-img img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}
.arrow-img hr {
    height: 36px;
    position: relative;
    bottom: 8px;
    margin: 0 8px;
}
.arrow-img .prev,
.arrow-img .next {
    cursor: pointer;
    display: block;
}
input#mail2 {
    display: none;
}
.rappel-gratuit.devis_rappel form {
    display: flex;
    flex-direction: column;
    max-width: 225px;
}
.rappel-gratuit.devis_rappel input[type="text"] {
    height: 50px;
    background: rgba(0, 0, 0, 0.3);
    border: solid 1px #484040;
    padding-left: 10px;
    outline: none;
    color: #fff;
}
.rappel-gratuit.devis_rappel input.btn.btn-submit {
    height: 40px;
    border: none;
    outline: none;
    background: #c33600;
    color: #fff;
    cursor: pointer;
    font-family: "Calibri";
}
.rappel-gratuit.devis_rappel strong {
    color: #fff;
    position: relative;
    text-transform: uppercase;
    font-size: 15px;
}

.button-rappel{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #c33600;
    position: relative;
    transition: all 0.3s;
    cursor: pointer;
}
.button-rappel::before {
    content: '';
    background-image: url(../images/icon/icon-fixe-bl-mob.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 24px;
    position: absolute;
    z-index: 999;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
}
.button-rappel:hover {
    background-color: #292a2e;
}
.button-rappel:hover::before {
    transform: translateY(-50%) rotate(45deg);
}

.rappel-gratuit-button {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 43px;
    padding-bottom: 20px;
}
.rappel-gratuit {
    display: none;
}







.Mobile ul.nav-list,
.Tablet ul.nav-list {
    flex-direction: column;
    display: none;
}
.Mobile li.nav-item,
.Tablet li.nav-item {
    max-width: 100%;
    padding: 0;
}
.Mobile li.nav-item a,
.Tablet li.nav-item a {
    color: #fff;
    line-height: 48px;
}
.Mobile nav.nav.header__navigation,
.Tablet nav.nav.header__navigation {
    position: fixed;
    z-index: 10000;
    top: 10rem;
    background: #333;
    min-width: 100%;
    left: 0;
}
.Mobile .nav-top,
.Tablet .nav-top {
    background: #333;
    padding: 15px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    width: 100%;
    top: 0;
}
.Mobile .caption {
    z-index: 10;
    padding: 19px;
    top: 16rem;
}
.Tablet .caption {
    z-index: 10;
    padding: 19px;
    top: 14rem;
}
.Mobile .logo-contact{
    position: fixed;
    z-index: 1000;
    top: 80px;
    width: 100%;
}
.Tablet .logo-contact {
  position: fixed;
  z-index: 1000;
  top: 97px;
  width: 100%;
}
.Mobile .contact-top img,
.Tablet .contact-top img {
    width: 16px;
    height: 16px;
    object-fit: contain;
    position: relative;
    top: 3px;
}
.Mobile .contact-top,
.Tablet .contact-top {
    padding: 0;
    width: 100%;
    text-align: center;
     padding-bottom: 15px;
}
.Mobile .contact-top .tel a{
    font-size: 18px;
    line-height: 48px;
}
.Mobile .arrow-img {
    max-width: 100%;
    justify-content: center;
    padding-bottom: 18px;
    margin-bottom: 11px;
    margin-top: -8px;
}
.Mobile .contact-top .tel,
.Tablet .contact-top .tel {
    display: flex;
    justify-content: center;
    gap: 14px;
}
.Mobile .tel-foot,
.Tablet .tel-foot {
    display: flex;
    gap: 15px;
}
.Mobile .nav-top img,
.Tablet .nav-top img {
    width: 190px;
    height: 63px;
    object-fit: contain;
}
.nav-mobile {
    color: #fff;
    display: flex;
    align-items: center;
    gap: 6px;
}
.Mobile .caption-titre, .Mobile .caption-text {
    font-size: 23px;
}
.nav-mobile img {
    width: 18px!important;
    height: 48px!important;
    object-fit: contain;
}

/*------------------devis-gratuit--------------------*/
.icon-cont-devis {
    width: 80px;
    height: 80px;
    background: #c33600;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.devis-cont-blog {
    display: flex;
    align-items: center;
    gap: 30px;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    color: #333;
}
.devis-cont-blog a{
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    color: #8c3b1d;
}
.Mobile .text-cont-devis .num a {
    line-height: 34px;
}
.devis-cont-blog .num {
    position: relative;
    top: 11px;
}
.devis-content .contact-devis {
    display: flex;
    justify-content: space-between;
    width: 100%;
    text-align: left;
    margin-top: 50px;
}
.devis-content .contact-devis img{
    width: 40px;
    height: 40px;
    object-fit: contain;
}
.devis {
    padding: 100px 0;
}
.titre-cont-devis {
    font-weight: 700;
    text-transform: capitalize;
    font-size: 33px;
    line-height: 1.3;
    color: #333;
    font-family: "Helvetica";
    text-align: center;
    display: inline;
    margin: auto;
    width: 100%;
    border-bottom: 1px dashed #8c3b1d;
    padding: 7px 0;
}
.Mobile .titre-cont-devis{
    font-size: 28px;
}
.text-cont-devis {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 7px;
    padding-bottom: 10px;
}
/*.icon-cont-devis-green{
    background: #70d000!important;
}
.icon-cont-devis-yellow{
    background: #ffaa00!important;
}*/
input#mail {
    display: none;
}
form#FormDevis {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 50px;
}
.devis-content {
    text-align: center;
}
form#FormDevis input[type="text"] {
    width: 48.5%;
    height: 50px;
}
form#FormDevis textarea {
    width: 100%;
    min-height: 271px;
}
form#FormDevis input,
form#FormDevis textarea {
   border: none;
    background: #f3f3f3;
    margin: 10px 0;
    border-radius: 2px;
    font-weight: 600;
    padding: 10px 20px;
    font-size: 16px;
    font-family: "Calibri";
    outline: none;
}
.Devisgratuit.devis_rappel input.btn.btn-submit {
    background: #c33600!important;
    color:#fff;
    border-radius: 0!important;
    text-transform: capitalize;
    padding: 13px 26px!important;
    cursor: pointer;
    margin-top: 40px!important;
}
.Devisgratuit.devis_rappel {
    margin-top: 45px;
}

.Services .col-xl-8 .row {
    column-count: 3;
    text-align: left;
}
.Services {
    text-align: center;
    padding: 70px 0;
    background: #f9f9f9;
}
.Mobile .Services {
    padding: 15px 0;
}
.Mobile .Services .col-xl-8 .row {
    column-count: 1;
    padding: 0 20px;
}
.Mobile .Services .Liens a {
    line-height: 48px;
}
b.Titre.h2 {
    display: block;
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 20px;
    color: #c33600;
}
.Services .Liens a{
    color: #333;
}
/*-------------footer--------------*/
div#Map {
    width: 100%;
    height: 500px;
    -webkit-box-shadow: -2px 13px 15px 0px rgba(0,0,0,0.2); 
box-shadow: -2px 13px 15px 0px rgba(0,0,0,0.2);
    z-index: 0;
}
.footer{
    background:#18191c;
    padding: 70px 0;
}
.content-footer {
    display: grid;
    grid-template-columns: 31.3% 33.3% 35.3%;
}
.Tablet .content-footer {
    grid-template-columns: 50% 50%;
}
.content-adress-foot,
.content-adress-foot a {
    color: #9a9a9a;
    font-size: 17px;
}
.logo-footer img{
    width: 300px;
    height: 70px;
    object-fit: contain;
}
.footer .adress-foot {
    margin: 15px 0;
}
.tel-foot {
    margin-top: 15px;
}
.tel-foot img {
    width: 15px;
    height: 15px;
    position: relative;
    top: 2px;
    margin-right: 8px;
}
.footer_h3 {
    font-size: 22px;
    text-transform: uppercase;
    color: #fff;
    font-family: "Calibri";
    font-weight: 600;
    margin-bottom: 45px;
}
.lien-footer li {
    display: block;
    padding: 12px 0;
    border-bottom: solid 1px #9a9a9a;
}
.lien-footer a{
    color: #9a9a9a;
    font-size: 16px;
}
.depl-foot {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.Tablet .depl-foot {
  justify-content: flex-start;
  margin-top: 20px;
}
.text-depl {
    padding: 40px 76px;
    border: 2px dashed #949597;
    text-transform: uppercase;
    font-weight: 300;
    color: #fff;
    text-align: center;
}
.text-depl .heure {
    font-size: 40px;
    color: #c33600;
    font-weight: 600;
    display: block;
}
span.urgence {
    font-size: 25px;
    font-weight: 600;
    font-family: "Calibri";
}
.copyright {
    background: #1d1d20;
    text-align: center;
    color: #fff;
    padding: 55px 0;
    color: #9a9a9a;
    font-size: 14px;
    font-weight: 300;
}
.Mobile .copyright{
    padding: 20px 0;
}
.copyright a{
    color: #fff;
}



/*--------------section1--------------*/
.section1 {
    margin-top: 100px;
}
.blog-sec1 {
    display: grid;
    grid-template-columns: 50% 50%;
    align-items: center;
}
.section1 .text__block {
    position: relative;
    background: #fff;
    min-height: 454px;
    max-height: 454px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 60px;
}
.text__block::before {
    content: '';
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    z-index: -32;
    top: 0;
    left: 0;
   -webkit-box-shadow: 0px 0px 24px 5px rgba(0,0,0,0.19);
-moz-box-shadow: 0px 0px 24px 5px rgba(0,0,0,0.19);
box-shadow: 0px 0px 24px 5px rgba(0,0,0,0.19);
}
.section1 .content-text {
    position: relative;
    z-index: 99;
}
.section1 .img-profil {
    position: relative;
    margin-left: -122px;
    z-index: 1;
}
.section1 .img-profil img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.section1 h2 {
    font-size: 28px;
    font-weight: 400;
    color: #000;
    font-family: "Calibri";
}
.section1 p {
    font-size: 16px;
    line-height: 1.9;
    color: #4c4c4c;
    font-weight: 400;
    padding-right: 36px;
    position: relative;
}
.section1 hr{
    background: #000;
    height: 1px;
    margin: 20px 0;
}

.section1 p::before {
    content: '';
    width: 13%;
    height: 3px;
    background: #444343;
    position: absolute;
    bottom: -23px;
    left: 2rem;
}
.grid-row-1 {
    grid-row: 1;
}
.margin-right {
    margin-right: -122px!important;
    margin-left: 0!important;
}

/*---------------section3---------------*/
.section3 .text-content {
    max-width: 38%;
}
.section3 {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
    position: relative;
    z-index: 0;
    padding: 80px 0;
    margin-top: 70px;
}
.section3::before {
    content: '';
    width: 50%;
    height: 100%;
    background-color: rgb(32 32 32 / 80%);
    position: absolute;
    top: 0;
    left: 0;
    clip-path: polygon(0 0, 100% 0, 66% 166%, 0% 120%);
}
.section3 p {
    color: #ececec;
    font-size: 17px;
    font-weight: 400;
    font-family: "Calibri";
}
.section3 .sec3-h3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.section3 hr {
    height: 1px;
    border: none;
    background: #f00;
    margin: 39px 0;
}

.text-sec0 {
    text-align: center;
}
.text-sec0 p {
    font-size: 16px;
    color: #000;
    font-family: "Arial";
}
.text-sec0 h2{
        color: #2d3e50;
        font-size: 28px;
        font-family: "Calibri";
}
.text-sec0 hr {
    max-width: 18%;
    margin: auto;
    height: 4px;
    border: none;
    background: #cf0f0f;
    margin: 29px auto;
}
.content-sec0 {
    max-width: 74%;
    margin: auto;
}
.section0 {
    margin-top: 50px;
}
.Desktop .affix{
    position: fixed!important;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10000;
}
/*------------------realisation-----------*/
a.btn-rea {
    background: #c33600;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 30px;
    font-size: 23px;
}
.Desktop a.btn-rea {
        border-radius: 0px 0px 13px 13px;
}
.realisation-button {
    display: block;
    width: 196px;
    transform: rotate(90deg);
    position: absolute;
    z-index: 10000;
    right: -74px;
    top: 56%;
}
.Mobile .realisation-button,
.Tablet .realisation-button {
    transform: rotate(0deg);
    right: 0;
    top: 0;
    position: relative;
    margin-top: 30px;
}
/*--------------categorie------------------*/
.section-categorie{
    background-image: url(../images/img/bg-categorie.jpg);
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    z-index: 0;
    padding: 78px 0;
    margin-top: 90px;
}
.section-categorie::before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 70%);
    position: absolute;
    top: 0;
    left: 0;
}
.categorie {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    text-align: center;
}
.cat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 55px 55px;
}
.cat-item img{
    width: 40px;
    height: 40px;
    object-fit: contain;
}
.cat-item a {
    font-size: 20px;
    color: #fff;
    font-family: "calibri";
    margin-top: 16px;
    font-weight: 600;
    transition: all 0.3s;
}
.cat-item a:hover {
    color: #c33600;
}
.cat-item:nth-child(2),
.cat-item:nth-child(3),
.cat-item:nth-child(4) {
    border-left: 1px solid #525252;
}
.cat-item:nth-child(6),
.cat-item:nth-child(7),
.cat-item:nth-child(8) {
    border-left: 1px solid #525252;
}
.cat-item:nth-child(5),
.cat-item:nth-child(6),
.cat-item:nth-child(7),
.cat-item:nth-child(8) {
    border-top: 1px solid #525252;
}
.cat-h2 {
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 30px;
    margin-bottom: 88px;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 33px;
    line-height: 1.3;
    font-family: "Helvetica";
}
.cat-h2 p{
    display: inline;
     border-bottom: 1px dashed #fff;
      padding: 7px 0;
}


/*----------------------realisations-----------*/
div#realisations .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
b.titre-album {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 25px;
    margin: 25px 0;
}
div#realisations .col-md-3 {
    width: 24%;
    margin: 0px;
}
.Mobile div#realisations .col-md-3 {
    width: 100%;
    margin: 0px;
}
a.swipebox img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
}
body.Mobile.mentions h2 {
    margin: 20px 0;
}
body.Mobile.mentions ol {
    padding: 30px;
}
body.Desktop.mentions h2 {
    margin: 20px 0;
}
body.Desktop.mentions ol {
    padding: 30px;
}
/*----------------responsive--------------*/
.Mobile .blog-sec1,
.Tablet .blog-sec1 {
    display: block;
}
.Mobile .section1 .text__block,
.Tablet .section1 .text__block {
    min-height: inherit; 
    max-height: inherit;
    padding: 30px 20px;
}
.Mobile .section1 .img-profil,
.Tablet .section1 .img-profil {
    margin-left: inherit;
    width: 100%;
}
.Mobile .section3 .text-content,
.Tablet .section3 .text-content {
    max-width: 100%;
}
.Mobile .section3::before,
.Tablet .section3::before {
    width: 100%;
    clip-path: inherit;
}
.Mobile .content-sec0,
.Tablet .content-sec0 {
    max-width: 92%;
}
.Mobile .text-sec0 h2{
    font-size: 23px;
}
.Mobile .section1 {
    margin-top: 40px;
}
.Mobile .section1 p {
    padding-right: 0px;
}
.Mobile .slick-list-sec3 {
    padding: 0 20px;
}
.Mobile .categorie{
    grid-template-columns: 50% 50%;
}
.Mobile .cat-item:nth-child(1), 
.Mobile .cat-item:nth-child(2) {
    border-bottom: 1px solid #525252;
}
.Mobile .devis-content .contact-devis,
.Tablet .devis-content .contact-devis {
    display: block;
    padding: 0 5px;
}
.Mobile .devis-content .contact-devis img{
    width: 40px;
    height: 40px;
    object-fit: contain;
}
.Mobile form#FormDevis input[type="text"] {
    width: 100%;
}
.Mobile form#FormDevis textarea {
    min-height: 125px;
}
.Mobile .content-footer{
    display: block;
}
.Mobile .Devisgratuit.devis_rappel {
    padding: 0 20px;
}
.Mobile .cat-h2 {
    margin-bottom: 30px;
    font-size: 28px;
}
.Mobile .section-categorie {
    padding: 15px 0;
    margin-top: 0;
}
.Mobile .devis {
    padding: 20px 0;
}
.Mobile .footer, 
.Tablet .footer {
    padding: 30px 20px;
}
.Mobile .footer_h3{
    margin-bottom: 5px;
    margin-top: 40px;
}
.Mobile .depl-foot{
    margin-top: 35px;
}
.Mobile .section3{
    padding: 20px 0;
    margin-top: 36px;
}
.introuv {
    font-size: 158px;
    color: #fff;
}
/**
404
*/
.blog_pageIntrouvable {
    background: #c33600;
    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: #fff;
}

.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: #fff;
}
.blog_pageIntrouvable a {
    color: #fff;
}
.blog_pageIntrouvable a:hover {
    text-decoration: underline;
}
@media(max-width: 767px) {
  .blog_pageIntrouvable {
    font-size: 14px;
  }
  .blog_pageIntrouvable a {
      display: block;
  }
  .blog_pageIntrouvable p {
      font-size: 17px;
      letter-spacing: 5px;
      margin-top: -10px;
  }
  .blog_pageIntrouvable h1 {
    font-size: 100px;
  }
}
div#Messages p {
    margin: 0;
    padding: 0;
}
div#Messages {
    text-align: center;
    background-color: #e05c34;
    color: #fff;
    font-size: 18px;
    padding: 10px;
}
.Mobile div#Messages,
.Tablet div#Messages {
    position: absolute;
    z-index: 1111;
    width: 100%;
}
