* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body{
    margin: 0;
    font-family: calibri, sans-serif;
}
.container{
    max-width: 1200px;
    width: 100%;
    margin: auto;
}
.containers {
    max-width: 1300px;
    margin: auto;
    width: 100%;
}
h2{
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 600;
}
ul{
    list-style: none;
}
a {
  list-style: none;
  text-decoration: none;
  cursor: pointer;
  color: #000;
  font-size: 16px;
}
li {
  list-style: none;
}
input {
  outline: none;
}
input[type="submit"],
button {
  cursor: pointer;
}
input, textarea {
    background: none;
    border: none;
    outline: none;
}
p {
    line-height: 32px;
    font-size: 18px;
    margin-top: 15px;
}
.header-fixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999999;
}
.header-top-flex {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 5px;
}
.telmenu{
     background-color: #DA2128;
}
.header-top {
    padding: 10px 70px;
}
.w-inline-block {
    max-width: 100%;
    display: inline-block;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
}
.body-100.bold {
    font-weight: 700;
    color: #fff;
}
.body-100 {
    color: #000;
    text-transform: undefined;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 160%;
}
#mail2, #mail {
    display: none;
}
input.input-form {
    background-color: #fff;
    padding: 10px;
}
.form-input {
    color: #5b5d61;
    border: 1px solid #c7c7c7;
    display: block;
    padding: 15px;
    margin-bottom: 15px;
    width: 100%;
    font-family: inherit;
    transition: border-color .3s ease;
}
.btn {
    display: block;
    background: #DA2128;
    width: fit-content;
    padding: 10px;
    color: #ffffff;
    border: none;
    font-weight: bold;
    cursor: pointer;
}
.logomenu{
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    width: 100%;
}
.logomenu_flex{
    display: flex;
    justify-content: space-between;
    color: #000;
    column-gap: 30px;
    text-align: center;
    margin: 0 70px;
    align-items: center;
    padding: 10px 0 10px;
}
ul.nav-list {
    display: flex;
    column-gap: 20px;
    text-align: center;
}
.nav-submenu {
    display: none;
    position: absolute;
    top: 100%;
    z-index: 1;
}
li.nav-item {
    min-width: 60px;
    position: relative;
}
li.nav-submenu-item {
    margin-bottom: 20px;
    border-bottom: 1px solid #fff;  
    padding-bottom: 20px;
}
.Desktop .nav-item:hover .nav-submenu {
    background: #DA2128;
    display: flex;
    flex-direction: column;
    width: max-content;
    padding: 30px;
}
li.nav-submenu-item a {
    color: #fff;
    line-height: 24px;
    font-weight: 500;
}
.nav-submenu-item:hover a,
.nav-submenu-item.active a {
  color: #3c5c80;
}
.nav a{
    font-size: 16px;
}
._hero_content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
._btn{
    display: flex;
    gap: 15px;
    margin-top: 30px;
    position: relative;
    z-index: 4;
}
._btn a{
    display: flex;
    background: #DA2128;
    padding: 12px 30px;
    color: #ffffff;
    border: none;
    font-weight: bold;
    letter-spacing: 1px;
    cursor: pointer;
    gap: 5px;
    font-size: 1rem;
}
._btn a:hover {
    background: #000;
    text-decoration: underline;
}
 ._btn_arrow img {
    width: 20px;
    height: 20px;
    filter: invert(1);
}
._page_h1 {
    font-size: 30px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
}
._page_h1::first-line, ._page_h1-p{
    color: #000;
    font-size: 70px;
    font-weight: 600;
    font-style: normal;
    max-width: 38%;
    line-height: 1;
}
._nom span{
    color: #000 ;
    font-size: 20px;
}
.text-slider {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
}
.logo-driver{
    position: relative;
    margin-top: 107px;
    background-color: #DA2128;
    padding:30px 80px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    border-bottom: 7px solid #3c5c80;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    z-index: 3;
}
.logo-driver img {
    width: 63px;
    height: 63px;
    filter: invert(1);
}
 .driver-flex span {
    color: #fff;
    font-size: 21px;
    font-weight: 600;
}
.driver-flex {
    display: flex;
    align-items: center;
    gap: 20px;
}
._cat_grid ._cat_box{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
._hero{
     position: relative;
    height: 600px;
    top: 170px;
    overflow: hidden;
}
._hero::before {
    content: "";
    position: absolute;
    right: 34%;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url("/skins/default/images/img/before.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    z-index: 0;
}
.logo img {
    width: 163px;
    height: 100px;
    object-fit: contain;
}
.footer-contact {
    display: grid;
    grid-template-columns: 0.65fr 1.25fr 0.65fr;
    gap: 10px;
    margin-top: 50px;
    padding-bottom: 50px;
}
.footer-content {
    padding-top: 58px;
}
.titre-foot {
    font-size: 26px;
    color: #DA2128;
    font-weight: 600;
}
ul.services-footer {
    line-height: 32px;
    margin-top: 10px;
}
.Contact {
    line-height: 32px;
    margin: 10px 0;
}
.logo-reseaux{
    display: flex;
    justify-content: space-between;
    padding-bottom: 50px;
    border-bottom: 1px solid #363739;
    align-items: center;
}
.bg-footer{
    background-color: #000;
    opacity: 0.5;
    height: 400px;
}
.Contact .cont-foot img{
    filter: invert(0);
}
.footer-contact img {
    width: 20px;
    height: 20px;
    filter: invert(1);
}
.services-footer li{
    display: flex;
    align-items: center;
    gap: 4px;
}
.services-footer li a,
.cont-foot  a{
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
}
.cont-foot {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #fff;
    margin-bottom: 20px;
}
.Mobile .cont-foot,
.Tablet .cont-foot {
    margin-bottom: 10px;
}
.footer-bg{
    background-color: #080e1c;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.footer-parent {
    position: relative;
    z-index: 2;
}
form#rappel_immediat {
    margin-top: 10px;
    display: flex;
}
.reseux img{
    width: 20px;
    height: 20px;
    filter: invert(1);
}
.reseux a{
    display: flex;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #363739;
    align-items: center;
    justify-content: center;
}
.reseux a:hover{
    background-color: #DA2128;
}
.reseux {
    display: flex;
    gap: 10px;
}
.date-content{
    display: flex;
    justify-content: space-between;
}
.footer-date{
    background-color: #000;
    padding: 15px 0;
}
.footer_right_bottom_left,
.footer_right_bottom_left a{
    color: #fff;
}
.footer_right_bottom_left a:hover{
    color: #DA2128;
}
._cat_box {
    display: flex;
    align-items: center;
    color: #fff;
    width: 300px;
    gap: 30px;
}
.block-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
     align-items: center;
}
._nom {
    display: flex;
    align-items: center;
    gap: 5px;
}
._nom  img{
    width: 40px;
    height: 40px;
    object-fit: cover;
}
.logo-footer img {
    width: 200px;
    height: 100px;
    object-fit: contain;
}
.block-text {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5.6rem;
}
.titre1 h1 {
    font-size: 48px;
    font-weight: 900;
}
.icon1 {
    margin-bottom: 20px;
}
.icon1 img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}
section.block1 {
    margin-top: 120px;
}
.image-1-2 {
    width: 100%;
    position: relative;
    height: 500px;
    margin-top: -110px;

}
.image1 {
    position: relative;
    overflow: hidden;
    background-color: #FFD100;
    clip-path: polygon(0% 0%, 100% 1%, 100% 56%, 76% 100%, 0% 100%);
    opacity: 1;
    transform: translateY(-30%);
    margin-top: 0;
    max-height: 575px;
    height: 100%;
    max-width: 46.5%;
}
.image1 img {
    clip-path: polygon(0% 0%, 100% 1%, 100% 56%, 66% 100%, 0% 100%);
    opacity: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
}
.image2 {
    max-width: 26%;
    left: 50%;
    transform: translateX(-52%) translateY(-90%);
    position: relative;
    margin-bottom: -2rem;
    position: relative;
    overflow: hidden;
    background-color: #3c5c80;
    clip-path: polygon(0% 0%, 100% 1%, 100% 56%, 76% 100%, 0% 100%);
    max-height: 327px;
    height: 100%;
}
@media (max-width: 1400px) {
    .image1{
        max-height: 450px !important;
    }
    .image2{
        max-height: 240px !important;
        transform: translateX(-52%) translateY(-103%);
    }
    section.block2 {
        padding-top: 70px !important;
    }
}
.image2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    clip-path: polygon(0% 0%, 100% 1%, 100% 56%, 66% 100%, 0% 100%);
}
.image3 {
    position: relative;
    max-height: 500px;
}
.image3 img {
    width: 100%;
    height: 100%;
}
.image3:after {
    right: -1px;
    border-width: 0 0 200px 130px !important;
    border-color: transparent transparent #fff transparent !important;
    z-index: 2;
}
.image3:before, .image3:after {
    content: '';
    position: absolute;
    right: 0;
    width: 0px;
    bottom: 0;
    height: 0px;
    border-style: solid;
    border-width: 0 0 200px 190px;
    border-color: transparent transparent #DA2128 transparent;
    transform: rotate(0deg);
    z-index: 1;
}
section.block2 {
    padding-top: 156px;
    padding-bottom: 156px;
}
.cat_grid {
    display:grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.cat_image {
    height: 250px;
    width: 100%;
    background: aliceblue;
}
.cat_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cat_ancre {
    padding: 11px 25px;
    background: #fff;
    width: 330px;
    height: 150px;
    position: absolute;
    right: 10px;
    bottom: 5px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    display: grid;
    grid-template-columns: 1fr;
}
.cat_ancre img{
    width: 80px;
    height: 80px;
    object-fit: contain;
    transition: 0.4s;
}
.cat_ancre:hover img{
    transform: rotateY(-180deg);
}
.cat_box {
    position: relative;
    width: 100%;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-track {
    display: flex;
    align-items: stretch;
}

.slick-slide {
    height: auto;
    padding: 0 10px;
    box-sizing: border-box;
    height: 350px;
}
.bg-cat {
    position: absolute;
    right: 0;
}
.bg-cat img{
    width: 100%;
    height: 100%;
    transform: none !important;
}
section.block3 {
    background: url("../images/img/before2.png") ;
    position: relative;
    border-bottom: 15px solid #DA2128;
    padding: 100px 0;
}
.before2{
    width: 100%;
    position: relative;
}
.icon-star {
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: center;
}
.icon-star img{
    width: 27px;
    height: 27px;
    object-fit: contain;
}
.Mobile .icon-star img {
    width: 15px;
    height: 15px;
}
.block3-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5.6rem;
    padding-top: 100px;
}
.titre3 {
    margin-bottom: 23px;
    color: #fff;
}
.texte03 {
    color: #fff;
}
.block3::after{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -29px;
    height: 15px;
    background-color:#3c5c80;
    z-index: 2;
}
.block4-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 33px;
}
.image4, .image5 {
    height: 300px;
}
.text5, .text4{
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    height: auto;
}
.image5 img , .image4 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
section.block4 {
     padding: 140px 0; 
}
.texte04, .texte05  {
    padding: 50px;
    height: auto;
}
.titre1 h1{
    text-transform: uppercase;
}
.image4 {
    border-bottom: 10px solid #DA2128;
    position: relative;
}
.image5 {
    border-bottom: 10px solid #3c5c80;
    position: relative;
}

.image4::before, .image5::before{
    content: url("/skins/default/images/img/before3.png");
    position: absolute;
    width: 100%;
    top: 69.5%;
    left: 34px;
    height: 100%;
    z-index: 2;
}
.image5::before, .image4::before{
    width: 90%;
}
section.block6 {
    padding: 70px;
    background: #DA2128;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}
.block6-content {
    background: #fff;
    padding: 60px 203px;
    position: relative;
    z-index: 4;
}
.block6::before{
    content:"" ;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40%;
    z-index: 2;
    background: url("/skins/default/images/img/before4.png") ;
    background-position: center;
    background-repeat: no-repeat;
}
.block3-content .devis {
    background: #fff;
    padding: 36px;
    width: 80%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}
.devis_form_h1 {
    font-size: 30px;
    font-weight: 600;
}
.block7-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
}
.image6 {
    width: 100%;
    height: auto;
}
.image6 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}
section.block7 {
    padding: 140px 0;
}
._ville_gb {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
}
section.first-block-preta {
    padding: 120px 0;
}
.first-block-presta-content {
    display: grid;
    grid-template-columns: 43% 1fr;
    gap: 70px;
}
.first-image-p {
    position: relative;
    height: 444px;
    display: block;
    padding: 15px;
}
.first-image-p::before {
    content: '';
    background: url(../images/img/about_7_1.png);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-repeat: no-repeat;
    height: 100%;
}
.left-first-block-p-content {
    position: relative;
}
.first-image-p img {
    width: 353px;
    height: 414px;
    display: block;
    background: #000;
    object-fit: cover;
}
.second-image-p {
    position: absolute;
    max-width: 318px;
    max-height: 335px;
    display: block;
    right: 0;
    bottom: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
}
.second-image-p img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    background: #000;
}
.sub-title {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: #DA2128;
    margin-bottom: 15px;
    text-transform: uppercase;
    line-height: 24px;
    margin-top: -0.34em;
    position: relative;
    padding-left: 40px;
}
.sub-title:before {
    width: 30px !important;
    top: auto !important;
    bottom: 7px;
}
.sub-title:before, .sub-title:after {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    height: 2px;
    width: 20px;
    background: #DA2128;
}
.icon-first-block-p {
    position: absolute;
    right: 40px;
    top: 12px;
    width: 90px;
    height: 90px;
    text-align: center;
    background: #DA2128;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon-first-block-p::before,
.icon-first-block-p::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #DA2128;
    animation: pulse 5s linear infinite;
}

.icon-first-block-p::after {
    animation-delay: 0s;
}

.icon-first-block-p::before {
    animation-delay: 2s;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.8;
    }

    70% {
        transform: scale(1.6);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}
.state-site-content {
    display: flex;
    justify-content: space-between;
}
.state-site {
    background-size: contain;
    background-position: left;
    padding-bottom: 320px;
    background-color: #3c5c80;
    background-repeat: no-repeat;
    padding-top: 120px;
}
.state-number {
    display: flex;
    gap: 20px;
    align-items: center;
}
.state-number span {
    font-size: 60px;
    font-weight: 700;
    color: #fff;
    margin-top: -3px;
}
span.descript-state {
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    display: block;
    margin-bottom: -0.4em;
}
.state-box{
    position: relative;
}
.two-box:before, .tree-box:after, .four-box:before {
    content: '';
    left: -80px;
    position: absolute;
    display: block;
    top: 50%;
    width: 1px;
    height: 60px;
    border-left: 1px dashed #c6c6c6;
    transform: translate(0px, -50%);
}
.second-block-presta-text {
    position: relative;
    margin-top: -200px;
    overflow: hidden;
    padding-bottom: 120px;
}
.second-block-p-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.left-second-block-p-image {
    width: 100%;
    height: 100%;
}
.left-second-block-p-image img {
    width: 100%;
    height: 100%;
    display: block;
    background: #000;
}
.left-second-block-p-text {
    padding: 80px 0 80px 80px;
    position: relative;
}
.left-second-block-p-text::before {
    content: '';
    position: absolute;
    width: 150%;
    height: 100%;
    background: #f3f1f2;
    top: 0;
    z-index: 0;
    left: 0;
}
.left-second-block-p-text h2,
.left-second-block-p-text p {
    position: relative;
}
section.thrid-block-presta {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.thrid-block-image {
    width: 100%;
    height: 100%;
}
.thrid-block-image img {
    width: 100%;
    height: 100%;
    background: #000;
    display: block;
    object-fit: cover;
}
.left-thrid-block-presta {
    padding: 120px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: #f3f1f2;
}
.left-thrid-block-presta-content {
    max-width: 742px;
    background: #fff;
    padding: 40px;
    margin-right: -90px;
    float: right;
    position: relative;
}
.hero_cat {
    padding-bottom: 140px;
}
.tel-icon img {
    filter: brightness(0) invert(1);
    width: 20px;
    height: 20px;
    object-fit: contain;
}
.tel-links {
    display: flex;
    gap: 20px;
    margin-bottom: 4px;
}
.textes-agence {
    color: #fff;
    font-size: 18px;
    margin-top: 20px;
    line-height: 1.8;
    display: block;
}
.textes-agence a {
    color: #fff;
}
.block-contact-content {
    display: grid;
    grid-template-columns: 52% 43%;
    gap: 60px;
    padding-bottom: 120px;
}
.intro h1 {
    font-size: 45px;
    margin-bottom: 20px;
    color: #000;
    line-height: 1;
}
.Mobile .intro h1,
.Tablet .intro h1 {
    font-size: 35px;
}
.intro {
    color: #6F6E77;
    font-size: 18px;
    line-height: 1.8;
}
.contact-block-box {
    padding: 40px 30px 35px;
    background: #f3f1f2;
    text-align: center;
}
.block-box-icon {
    background-color: #fff;
    color: #DA2128;
    border-radius: 50%;
    border: none;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
}
.block-box-icon img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}
span.title-contact-info {
    margin-bottom: 5px;
    font-size: 25px;
    font-weight: 700;
    color: #141422;
    display: block;
}
.contact-info-links a {
    font-size: 18px !important;
    font-weight: 600;
    color: #6F6E77 !important;
    display: block;
    line-height: 26px;
}
.contact-block-info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 40px;
}
.contact-content-right {
    padding: 50px;
    background: #f3f1f2;
}
.contact-content-right b {
    font-size: 28px;
    margin-bottom: 22px;
    display: block;
}
.contact-content-right textarea.form-input {
    margin-bottom: 20px;
    max-width: 100%;
}
.Desktop .contact-content-right textarea.form-input{
    height: 150px;
    max-height: 150px !important;
}
.Desktop .contact-content-right .btn,
.Desktop .devis-content .btn {
    padding: 20px 30px;
}
.devis-content h3 {
    font-size: 35px;
    margin-bottom: 30px;
}
section.contact-block {
    padding: 120px 0 0;
}
div#Map {
    z-index: 0;
    width: 100%;
    height: 500px;
}
.Mobile .logomenu_flex {
    margin: 0 10px;
}
.Mobile .header-top {
    padding: 10px 10px;
}
.Mobile .header-top-flex,
.Tablet .header-top-flex {
    justify-content: center;
}
.Mobile ._page_h1::first-line,
.Mobile ._page_h1-p,
.Tablet ._page_h1::first-line,
.Tablet ._page_h1-p {
    font-size: 30px;
    font-weight: 600;
    max-width: 100%;
}
.Mobile ._hero_content {
    padding: 0 2px;
}
.Mobile ._hero_content ._btn a {
    padding: 12px 11px;
}
.Mobile .logo-driver {
    gap: 30px;
    flex-wrap: wrap;
}
.Mobile section.block1,
.Tablet section.block1 {
    margin-top: 50px;
}
.Mobile .container,
.Mobile .containers {
    padding: 0 10px;
}
.Tablet .container,
.Tablet .containers {
    padding: 0 40px;
}
.Mobile .block-text,
.Tablet .block-text {
    grid-template-columns: 100%;
    gap: 1.6rem;
}
.right-first-block-p-content h1 {
    text-transform: uppercase;
    font-size: 40px;
    margin-bottom: 20px;
}
.Mobile .titre1 h1,
.Mobile .right-first-block-p-content h1,
.Tablet .titre1 h1,
.Tablet .right-first-block-p-content h1 {
    font-size: 30px;
}
.Mobile h2,
.Tablet h2 {
    font-size: 22px;
}
.Mobile p {
    line-height: 26px;
}
.Mobile .image-1-2 {
    height: auto;
    margin-top: 30px;
    padding: 0 10px;
}
.Mobile .image1{
    transform: none;
    max-width: 100%;
}
.Mobile .image2 {
    transform: none;
    max-width: 100%;
    margin-bottom: 0;
    margin-top: 30px;
    left: 0;
}
.Mobile .block-text.inverse-mob,
.Tablet .block-text.inverse-mob {
    display: flex;
    flex-direction: column-reverse;
    gap: 40px;
}
.Mobile section.block2,
.Tablet section.block2 {
    padding-top: 50px !important;
    padding-bottom: 50px;
}
.Mobile .image3 img {
    height: 400px;
}
.Mobile .image3 {
    max-height: 400px;
}
.Mobile .hero_cat,
.Tablet .hero_cat {
    padding-bottom: 50px;
}
.Mobile .block3-content,
.Tablet .block3-content {
    grid-template-columns: 100%;
    gap: 2.6rem;
    padding-top: 50px;
}
.Mobile section.block3,
.Tablet section.block3 {
    padding: 0px 0 50px;
    background-size: cover;
    background-position: center;
}
.Mobile .block3-content .devis {
    width: 100%;
}
.Mobile section.block4,
.Tablet section.block4 {
    padding: 50px 0;
}
.Mobile .block4-content,
.Tablet .block4-content {
    grid-template-columns: 100%;
}
.Mobile .texte04,
.Mobile .texte05 {
    padding: 10px;
    height: auto;
}
.Mobile section.block6 {
    padding: 10px 0;
}
.Mobile .block6-content {
    padding: 20px 10px;
}
.Mobile .footer-content {
    padding-top: 50px;
}
.Mobile .logo-reseaux {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}
.Mobile .footer-bg,
.Tablet .footer-bg {
    height: auto;
}
.Mobile .footer-contact{
    grid-template-columns: 100%;
}
.Tablet .footer-contact{
    grid-template-columns: 90%;
    justify-content: center;
}
.Mobile .date-content {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    gap: 10px;
}
.footer_right_bottom_right img {
    width: 150px;
    height: 25px;
    object-fit: contain;
}
.Mobile section.block7,
.Tablet section.block7 {
    padding: 50px 0;
}
.Mobile .block7-content,
.Tablet .block7-content {
    grid-template-columns: 100%;
    gap: 45px;
}
.nav-mobile span {
    width: 19px;
    height: 2px;
    background: #223740;
    display: block;
    margin: 4px 0;
}
.Mobile .nav-menu, 
.Tablet .nav-menu {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 99;
}
.Mobile .nav-menu.active .nav-list, 
.Tablet .nav-menu.active .nav-list {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    max-height: 400px;
    overflow: scroll;
}
.Mobile .nav-menu .nav-list, 
.Tablet .nav-menu .nav-list {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20px);
    transition: all 0.3s ease;
    background-color: #fff;
    border-radius: 8px;
    padding: 12px;
}
.Mobile ul.nav-list, 
.Tablet ul.nav-list {
    flex-direction: column;
}
.Mobile .nav-submenu,
.Tablet .nav-submenu {
    display: block;
    position: static;
}
.Mobile li.nav-submenu-item,
.Tablet li.nav-submenu-item {
    margin-bottom: 0;
    padding-bottom: 0;
}
.Mobile li.nav-item a,
.Tablet li.nav-item a {
    padding: 10px 0;
    display: block;
}
.Mobile li.nav-submenu-item a,
.Tablet li.nav-submenu-item a {
    color: #000;
}
li.nav-item > a::before,
li.nav-submenu-item > a::before{
    content: '';
    position: absolute;
    width: 0%;
    height: 3px;
    border-radius: 30px;
    background: #DA2128;
    left: 0;
    bottom: -10px;
    transition: all .5s ease;
}
li.nav-submenu-item > a::before{
    bottom: 0 !important;
}
li.nav-item.active > a::before,
li.nav-submenu-item.active > a::before,
li.nav-item:hover > a::before,
li.nav-submenu-item:hover > a::before{
    width: 100%;
}
.Mobile section.first-block-preta,
.Tablet section.first-block-preta {
    padding: 50px 0;
}
.Mobile .first-block-presta-content,
.Tablet .first-block-presta-content {
    grid-template-columns: 100%;
    gap: 40px;
}
.Mobile .first-image-p img {
    width: 100%;
}
.Mobile .second-image-p {
    position: static;
    margin: 30px auto 0;
}
.Mobile .state-site-content {
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}
.Mobile .state-site,
.Tablet .state-site {
    padding-top: 50px;
    padding-bottom: 138px;
}
.Mobile .second-block-p-content,
.Mobile section.thrid-block-presta,
.Tablet .second-block-p-content,
.Tablet section.thrid-block-presta {
    grid-template-columns: 100%;
}
.Mobile .left-second-block-p-image,
.Mobile .thrid-block-image {
    max-height: 300px;
}
.Mobile .second-block-presta-text {
    margin-top: -100px;
    padding-bottom: 50px;
}
.Mobile .left-second-block-p-text {
    padding: 40px 10px 40px 10px;
    position: relative;
}
.Mobile .left-second-block-p-text::before,
.Tablet .left-second-block-p-text::before {
    width: 100%;
}
.Mobile .left-thrid-block-presta-content {
    padding: 40px 10px;
    margin-right: 0;
    width: 100%;
}
.Mobile .left-thrid-block-presta,
.Tablet .left-thrid-block-presta {
    padding: 50px 0;
}
.Mobile .block-contact-content,
.Tablet .block-contact-content {
    grid-template-columns: 100%;
    gap: 40px;
    padding-bottom: 50px;
}
.Mobile section.contact-block,
.Tablet section.contact-block {
    padding: 50px 0 0;
}
.Mobile .contact-block-info {
    grid-template-columns: 100%;
}
.Mobile .contact-content-right {
    padding: 40px 10px;
}
.Tablet .logo-driver {
  margin-top: 70px;
  padding: 30px 30px;
  gap: 52px;
}
.Tablet .image-1-2 {
  width: 100%;
  height: auto;
  margin-top: 50px;
  padding: 0 50px;
}
.Tablet .image1 {
    transform: none;
    max-width: 70%;
    max-height: 300px !important;
}
.Tablet .image2 {
    transform: translateX(-52%) translateY(-38%);
    max-width: 40%;
    left: 70%;
    max-height: 226px !important;
}
.Tablet .image3 {
  max-width: 500px;
  margin: 0 auto;
}
.Tablet .block3-content .devis {
  width: 70%;
  margin: auto;
}
.Tablet section.block6 {
  padding: 40px 0px;
}
.Tablet .block6-content {
  padding: 40px 40px;
}
.Tablet .second-image-p {
  bottom: -34px;
}
.Tablet .left-second-block-p-text {
  padding: 40px;
}
.Tablet .left-second-block-p-image img,
.Tablet .thrid-block-image img {
  max-height: 400px;
}
.Tablet .second-block-presta-text {
  margin-top: -73px;
  padding-bottom: 50px;
}
.Tablet .left-thrid-block-presta-content {
  margin-right: 0;
}
.Tablet .state-site-content {
  flex-wrap: wrap;
  gap: 30px;
}
.Tablet .two-box::before, 
.Tablet .tree-box::after, 
.Tablet .four-box::before,
.Mobile .two-box::before, 
.Mobile .tree-box::after, 
.Mobile .four-box::before {
    display: none;
}
.Mobile .icon-first-block-p {
    top: 48px;
}
.Mobile .icon-first-block-p::before, 
.Mobile .icon-first-block-p::after {
    z-index: 0;
}
.icon-first-block-p img {
    width: 28px;
    height: 28px;
    object-fit: contain;
}
.Mobile ._page_h1,
.Mobile ._page_h1::first-line, 
.Mobile ._page_h1-p {
    color: #fff;
}
.Mobile ._hero::before {
    right: 0;
    background: #0000008f;
}
.devis-content,
.Tablet .devis-content {
    display: grid;
    grid-template-columns: 48% 48%;
    justify-content: space-between;
    padding: 120px 0;
}
.Tablet .devis-content{
    padding: 50px 0 !important;
}
.Mobile .devis-content {
    display: grid;
    grid-template-columns: 100%;
    justify-content: space-between;
    padding: 50px 0;
    gap: 40px;
}
.devis-content div#Map {
    height: auto;
}
.Mobile .devis-content div#Map {
    height: 500px;
}
div#Messages {
    text-align: center;
    background-color: #000;    
    padding: 10px;
    width: 100%;
    z-index: 99999999;
    position: fixed;
    top: 0;
    left: 0;
}

div#Messages p {
    margin: 0;
    color: #fff;     
    font-size: 20px;
    text-align: center
}
.Tablet div#Messages p,
.Mobile div#Messages p {
    font-size:14px;
}
.block-mention {
    padding: 120px 0;
}
.Mobile .block-mention {
    padding: 50px 0;
}
.blog_pageIntrouvable {
    background: #fff;
    position: fixed;
    height: 100%;
    width: 100%;
    font-size: 18px;
    z-index: 999999 !important;
    text-align: center;
    top: 0;
    left: 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: #000;
}

.blog_pageIntrouvable > div {
  height: 100%;
  color: #333
}
.blog_pageIntrouvable .h1 {
    font-size: 200px;
    color: #000000;
    font-weight: 600;
}
.blog_pageIntrouvable p {
    font-size: 36px;
    line-height: 100%;
    margin-top: -21px;
    text-transform: uppercase;
    letter-spacing: 10px;
    color: #000000;
}
.blog_pageIntrouvable a {
    color: #333;
}
.blog_pageIntrouvable a:hover {
    text-decoration: underline;
}
#noDesktop { display: none; }
.Mobile .blog_pageIntrouvable {
    font-size: 14px;
  }
  .Mobile .blog_pageIntrouvable a {
      display: block;
  }
  .Mobile .blog_pageIntrouvable p {
      font-size: 17px;
      letter-spacing: 5px;
      margin-top: -10px;
  }
  .Mobile .blog_pageIntrouvable h1 {
    font-size: 100px;
  }
  .cat_ancre a{
    font-weight: bold;
  }
  .cat_ancre a:hover{
    color: #DA2128;
  }

.block3-content .devis_form_h1 {
    margin-bottom: 15px;
}
textarea.form-input{
    max-width: 100%;
    max-height: 66px;
}
.footer_right_bottom_right a {
    color: #fff;
}
.footer_right_bottom_right{
    color: #fff;
    display: flex;
    gap: 10px;
    align-items: center;
}
.rappel .form-input{
    margin-bottom: 0;
}