* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
a, 
a:hover, 
a:focus {
    text-decoration: none;
    outline: none;
}
body {  
    font-family: 'Calibri', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    overflow-x: hidden;
}
img {
    max-width: 100%;
}
h1, h2, h3, h4 {
    line-height: 1.1;
    margin-bottom: 10px;
}
h1 {
    font-size: 36px;
    margin-bottom: 20px;
}
.Mobile h1 {
    font-size: 28px;
}
h2 {
    font-size: 32px;
}
.Mobile h2 {
    font-size: 24px;
}
h3 {
    font-size: 24px;
    margin: 15px 0 5px;
}
.Mobile h3 {
    font-size: 22px;
}
h4 {
    font-size: 22px;
}
.container {
    max-width: 1344px;
    width: 100%;
    margin: auto;
    padding: 0 15px;
}

header.header {
    position: relative;
    z-index: 111;
    margin-bottom: -105px;
}
.Mobile header.header,
.Tablet header.header {
    position: fixed;
    width: 100%;
    top: 0;
    background: #575757;
}
header.header .container {
    max-width: 1560px;
}
.header-top {
    padding: 11.25px 35px;
    background-color: #323232;
    max-width: 1270px;
    margin: 0 auto;
    -webkit-mask-image: url(../images/img/mask-ht.png);
    mask-image: url(../images/img/mask-ht.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}
.Mobile .header-top {
    padding: 10px 15px;
    max-width: 100%;
}
.bloc-header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ht-l {
    display: flex;
    align-items: center;
    gap: 25px;
    color: #fff;
}
.ht-l > div {
    display: flex;
    align-items: center;
    gap: 5px;
}
.hor {
    padding-left: 25px;
    position: relative;
}
.Desktop .hor {
    border-left: 1px solid #ffffff70;
}
.ht-l img {
    width: 22px;
    height: 22px;
    object-fit: contain;
}
.tel-top a {
    color: #fff;
}
.ht-r span {
    position: relative;
}
.ht-r span::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 20px;
    background: #ffffff70;
    top: 50%;
    transform: translateY(-50%);
}

.fixed {
    background: #fff;
    box-shadow: 0px 0px 6px #0000002b;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    animation: slideDown .3s ease;
    transition: all .3s ease;
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.bloc-header-bottom {
    display: flex;
    justify-content: space-between;
}
.header-bottom.fixed .bloc-header-bottom {
    align-items: center;
    padding: 5px 0;
}
.Mobile .bloc-header-bottom,
.Tablet .bloc-header-bottom {
    align-items: center;
}
.Desktop .logo-header {
    padding: 5px 35px 5px 10px;
    transform: translateY(5px);
    transition: 0.4s ease-in-out;
}
.Desktop .header-bottom.fixed .logo-header {
    transform: none;
    background: #323232;
    border-radius: 15px;
    padding: 5px;
}
.navmob img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}
.logo {
    display: flex;
}
.logo img {
    width: 245px;
    height: 95px;
    object-fit: contain;
}
.Mobile .logo img,
.Tablet .logo img {
    width: 170px;
    height: 90px;
}
.btn-top {
    padding: 0 10px 0 35px;
    transform: translateY(32px);
}
.header-bottom.fixed .btn-top {
    padding: 0;
    transform: none;
}
.btn-devis-t {
    position: relative;
    z-index: 2;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    background-color: #bd1f2d;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    padding: 20.5px 32px;
    min-width: 170px;
    border-radius: 12px;
    perspective: 320px;
    border: none;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
}
.btn-devis-t:hover {
    color: #000;
    border-color: transparent;
    transition: all 0.4s ease-in-out;
}
.btn-devis-t::before {
    content: "";
    position: absolute;
    height: 0;
    top: 50%;
    right: 0;
    width: 0;
    background-color: #bd1f2d;
    z-index: -1;
    transition: all 0.4s ease-in-out;
    border-radius: inherit;
    transform-origin: top center;
}
.btn-devis-t:hover::before {
    top: 0;
    height: 100%;
    width: 100%;
    right: unset;
    left: 0;
    background-color: #fff;
}
.btn-devis-t img {
    width: 18px;
    height: 18px;
    object-fit: contain;
    filter: invert(1);
    transition: all 0.4s ease-in-out;
}
.btn-devis-t:hover img {
    filter: invert(0);
    transition: all 0.4s ease-in-out;
}
.Desktop .menu {
    flex: 1 0 0%;
}
.Mobile .menu,
.Tablet .menu {
    position: fixed;
    width: 100%;
    top: 134px;
    left: 0;
    display: none;
}
.Desktop ul.nav-submenu {
    display: none;
}
.Desktop ul.nav-submenu {
    display: block;
    position: absolute;
    z-index: 555;
    top: calc(100% + 15px);
    left: -12px;
    white-space: nowrap;
    margin-top: 0;
    margin-left: 0;
    border: unset;
    border-radius: unset;
    padding: 15px 0;
    text-align: left;
    background: #fff;
    box-shadow: 10px 11px 38px 0 rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    border-radius: 15px;
    transition: 0.3s ease-in;
}
.Desktop ul.nav-submenu {
    width: max-content;
}
.Desktop li.nav-item:hover > ul.nav-submenu {
    top: 100%;
    opacity: 1;
    visibility: visible;
}
li.nav-submenu-item {
    display: block;
}
li.nav-submenu-item a {
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    color: inherit;
    border-bottom: 1px solid #32323230;
}
li.nav-submenu-item.active a,
li.nav-item.active > a,
.Desktop li.nav-submenu-item a:hover,
.Desktop li.nav-item > a:hover {
    color: #bd1f2d;
}

.Desktop ul.nav-list {
    background: #fff;
    margin-left: 25px;
    margin-right: 35px;
    position: relative;
    display: flex;
    margin-top: 2.75px;
}
.Mobile ul.nav-list,
.Tablet ul.nav-list {
    margin: 0;
    background: #fff;
}
.Desktop ul.nav-list::before,
.Desktop ul.nav-list::after {
    content: '';
    position: absolute;
    top: -1px;
    width: 84px;
    height: calc(100% + 1px);
    background-color: #fff;
    z-index: -1;
    -webkit-mask-image: url(../images/img/nav-mask.svg);
    mask-image: url(../images/img/nav-mask.svg);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}
.Desktop ul.nav-list::before {
    left: -83px;
}
.Desktop ul.nav-list::after {
    right: -83px;
    transform: rotateY(180deg);
}
li.nav-item {
    display: block;
}
.Desktop li.nav-item {
    width: 16.667%;
}
.Mobile li.nav-item > a,
.Tablet li.nav-item > a {
    border-bottom: 1px solid #32323230;
    padding: 10px 15px;
}
li.nav-item > a {
    font-size: 15px;
    padding: 15px 5px;
    display: flex;
    text-align: center;
    line-height: 1.2;
    color: #323232;
}

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

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

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

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

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

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

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

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

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-dots {
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.slick-dots li {
  display: inline-block;
  margin-right: 10px;
}
.slick-dots li button {
  border: 1px solid #fff;
  border-radius: 100%;
  padding: 0;
  width: 25px;
  height: 25px;
  background: none;
  font-size: 14px;
  color: #fff;
  transition: all .3s ease;
  cursor: pointer;
}
.slick-dots li:hover button,
.slick-dots .slick-active button{
  background: #fff;
  color: #003366;
}
.slick-dots li button:focus{
  outline: 0 !important;
}

/*homeslider*/
.homeslider {
    position: relative;
    z-index: 0;
    height: 900px;
    overflow: hidden;
    margin: 0 12px;
    border-radius: 32px;
    top: 3px;
}
.Mobile .homeslider {
    height: 700px;
    margin: 0;
}
.homeslider::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
    z-index: 1;
}
.Mobile .homeslider::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 104px;
    z-index: 1;
    background-image: url(../images/img/mask-bgmob.png);
    background-size: cover;
    left: 0;
    bottom: 0;
}
.slider-img {
    height: 900px;
    background-size: cover;
    background-repeat: no-repeat;
    align-items: center;
}
.Mobile .slider-img {
    height: 700px;
}
.caption {
    position: absolute;
    z-index: 1;
    top: 52%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 1270px;
    width: 90%;
}
.Desktop .titleSlider {
    max-width: 75%;
}
.titre-s {
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    padding-left: 32px;
    text-shadow: 0px 0px 5px #000000;
}
.titre-s::before {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    background-image: url(../images/img/icon-1.png);
    background-size: cover;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    filter: brightness(0) invert(1);
}
.titre-h1 {
    font-size: 40px;
    line-height: 1;
    margin: 20px 0 40px;
    color: #fff;
    font-style: italic;
}
.Mobile .titre-h1 {
    font-size: 26px;
}
.titre-h1:first-line {
    font-size: 62px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-style: normal;
}
.titre-h1_ {
    font-size: 50px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-style: normal;
    line-height: 1;
    margin: 15px 0 40px;
    color: #fff;
}
.Mobile .titre-h1:first-line,
.Mobile .titre-h1_ {
    font-size: 32px;
}
.h-btn {
    display: flex;
    gap: 20px;
}
.Mobile .h-btn {
    flex-direction: column;
    gap: 10px;
}
.btn-rea {
    background: transparent;
    border: 2px solid #fff;
}

.homeslider .slick-arrow {
    position: absolute;
    z-index: 11;
    cursor: pointer;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    right: 40px;
    bottom: 30px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
}
.Mobile .homeslider .slick-arrow {
    right: 20px;
    bottom: 20px;
}
.homeslider .slick-arrow:hover {
    background: #bd1f2d;
    border: none;
    transition: all .3s ease;
}
.homeslider .a-left.slick-arrow {
    right: 110px;
}
.Mobile .homeslider .a-left.slick-arrow {
    right: 90px;
}
.homeslider .slick-arrow span {
    position: relative;
    width: 22px;
    height: 22px;
}
.a-left span::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../images/img/left.webp);
    background-size: cover;
}
.a-right span::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../images/img/right.webp);
    background-size: cover;
}

/*partenaire*/
.partenaire {
    margin: 0 12px;
}
.Mobile .partenaire {
    margin: 30px 15px 0;
}
.Desktop .part-inner,
.Tablet .part-inner {
    position: relative;
    z-index: 4;
    background-color: #fff;
    margin-top: -69px;
    padding-top: 30px;
    margin-right: 260px;
    padding-left: 30px;
}
.Desktop .part-inner:before,
.Desktop .part-inner:after,
.Tablet .part-inner:before,
.Tablet .part-inner:after {
    content: '';
    position: absolute;
    top: 0;
    width: 84px;
    height: 73px;
    right: -83px;
    background-color: #fff;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    z-index: -1;
}
.Desktop .part-inner:before,
.Tablet .part-inner:before {
    width: 32px;
    height: 31px;
    top: -30px;
    left: -1px;
    -webkit-mask-image: url(../images/img/part-inner-before.svg);
    mask-image: url(../images/img/part-inner-before.svg);
}
.Desktop .part-inner:after,
.Tablet .part-inner:after {
    -webkit-mask-image: url(../images/img/part-inner-after.svg);
    mask-image: url(../images/img/part-inner-after.svg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.logo-part {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    overflow: hidden;
}
.Tablet .logo-part {
  gap: 30px 20px;
  flex-wrap: wrap;
}
.Mobile .logo-part {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}
.logo-part img {
    width: 150px;
    height: 50px;
    object-fit: contain;
}

/*section-1*/
.p-120 {
    padding: 120px 0;
}
.Mobile .p-120 {
    padding: 50px 0;
}
.bloc-sect-1 {
    gap: 50px;
}
.grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
}
.Mobile .grid-2,
.Tablet .grid-2 {
    grid-template-columns: 100%;
}
.titre-1 {
    color: #bd1f2d;
    font-size: 20px;
    letter-spacing: 1px;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
}
.section-cat .titre-1,
.section-3 .titre-1 {
    color: #fff;
}
.titre-1::before {
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    background-image: url(../images/img/icon-1.png);
    background-size: cover;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.btn_ {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 30px;
}
.Mobile .btn_ {
    flex-direction: column;
    align-items: flex-start;
}
.call-btn {
    display: flex;
    align-items: center;
    gap: 20px;
    text-align: left;
}
.play-btn {
    display: inline-block;
    position: relative;
    z-index: 1;
    width: 48px;
    height: 48px;
}
.play-btn:after,
.play-btn:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #bd1f2d;
    z-index: -1;
    border-radius: 50%;
    animation-duration: 5s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-name: ripple;
    transition: all ease 0.4s;
}
@keyframes ripple {
    0% {
        transform: scale(1);
        opacity: 0
    }

    30% {
        opacity: 0.4
    }

    100% {
        transform: scale(1.8);
        opacity: 0
    }
}
.play-btn:after {
    animation-delay: 2s;
}
.play-btn span {
    background: #bd1f2d;
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.play-btn span:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    background-image: url(../images/img/phone.webp);
    background-size: cover;
}
.box-label {
    color: #bd1f2d;
    font-weight: 500;
    font-size: 18px;
}
.media-body a {
    color: #323232;
    font-weight: 600;
    font-size: 24px;
}
.bloc-img-1 {
    position: relative;
    z-index: 1;
}
.bloc-img-1::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../images/img/img-1-mask-1.png);
    background-size: cover;
    background-position: bottom left;
}
.img-1 {
    height: 100%;
}
.Mobile .img-1 {
    height: 500px;
}
.img-1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
}
.customer-box {
    position: absolute;
    bottom: -12px;
    left: -12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fa2d39;
    border-radius: 24px;
    padding: 20px 51px;
    border: 12px solid #fff;
    box-shadow: 0px 13px 0px #fff;
}
.Mobile .customer-box {
    position: relative;
    left: 0;
    bottom: 0;
    border-left: none;
    border-right: none;
}
.customer-box::before,
.customer-box::after {
    content: '';
    position: absolute;
    top: 0;
    width: 32px;
    height: 31px;
    background-color: #fff;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    z-index: 1;
    -webkit-mask-image: url(../images/img/part-inner-before.svg);
    mask-image: url(../images/img/part-inner-before.svg);
}
.customer-box:before {
    top: -40px;
    left: -1px;
}
.customer-box:after {
    top: 77px;
    right: -44px;
}
.Mobile .customer-box::before,
.Mobile .customer-box::after {
    display: none;
}
.box-img {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 0;
    min-width: 100px;
}
.box-img img {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    object-fit: cover;
    border: 2px solid #fff;
}
img.box-1 {
    left: -35px;
    position: absolute;
}
img.box-3 {
    position: absolute;
    left: 35px;
    z-index: -1;
}
.box-text {
    color: #fff;
    font-size: 18px;
}
.box-text b {
    font-size: 40px;
    line-height: 1;
}
.badge {
    position: absolute;
    top: 80px;
    right: -77px;
}
.Tablet .badge {
  top: -30px;
  right: 15px;
}
.Mobile .badge {
    top: -40px;
    right: -15px;
}
.spin-text {
    position: absolute;
    right: -46%;
    top: -50%;
    animation: spinText 8s linear infinite;
}
@keyframes spinText {
    from {
        transform: rotate(-360deg)
    }

    to {
        transform: rotate(0)
    }
}
.spin-text svg {
    transform: scale(1.45);
}
.spin-text text {
    font-weight: 600;
    fill: #bd1f2d;
    text-shadow: 0px 0px 8px #000000a6;
}
.box-icon {
    width: 154px;
    height: 154px;
    line-height: 154px;
    background-color: #bd1f2d;
    border: 2px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.Mobile .box-icon {
    width: 120px;
    height: 120px;
}
.box-icon img {
    width: 56px;
    height: 57px;
    object-fit: cover;
    transition: 0.4s ease-in-out;
}

/*cat*/
.section-cat {
    background-image: url(../images/img/bg-cat.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
}
.section-cat .titre-1::before,
.section-3 .titre-1::before,
.section-devis .titre-1::before {
    filter: brightness(0) invert(1) contrast(2);
}
.row-titre {
    display: grid;
    grid-template-columns: 65% 35%;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
}
.Mobile .row-titre {
    grid-template-columns: 100%;
    gap: 30px;
}
.titre-cat {
    font-size: 32px;
    line-height: 1.2;
    font-weight: 600;
    color: #fff;
}
.Mobile .titre-cat {
    font-size: 26px;
}
.btn-cat {
    display: flex;
    justify-content: flex-end;
}
.Mobile .btn-cat {
    justify-content: flex-start;
}
.service-block {
    position: relative;
    z-index: 2;
    text-align: center;
    margin: 0 12px;
}
.Mobile .service-block {
    margin: 0 5px;
}
.service-block:after,
.service-block:before {
    content: "";
    box-shadow: inset 25px 25px 0 0 #454545;
    width: 50px;
    height: 50px;
    position: absolute;
    border-radius: 16px;
    top: 38px;
    right: -25px;
    z-index: 2;
    transform: rotate(90deg);
    z-index: 3;
}
.service-block:before {
    top: -25px;
    right: 38px;
}
.service-img {
    border-radius: 24px;
    height: 300px;
    overflow: hidden;
}
.service-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.4s ease-in-out;
}
.icon-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    background-color: #f7f7f7;
    border-radius: 99px;
    border: 1px solid #e1e4e5;
    position: absolute;
    z-index: 11;
    top: 0;
    right: 0;
    transition: 0.4s ease-in-out;
}
.icon-btn:after {
    content: '';
    position: absolute;
    inset: -8px;
    background-color: #e1e4e5;
    border: 8px solid #454545;
    border-radius: 99px;
    z-index: -1;
    transition: 0.4s ease-in-out;
}
.icon-btn img {
    width: 22px;
    height: 22px;
    object-fit: contain;
    transform: rotate(-45deg);
}
.box-cat {
    background-color: #fff;
    border-radius: 16px;
    position: relative;
    z-index: 3;
    margin: -60px 16px 0 16px;
    padding: 0 32px 24px 32px;
    line-height: 1.1;
    min-height: 115px;
    transition: 0.4s ease-in-out;
}
.icon-cat {
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #323232;
    border: 2px solid #fff;
    border-radius: 99px;
    margin: -36px auto -20px auto;
    transform: translateY(-36px);
    transition: 0.4s ease-in-out;
}
.icon-cat img {
    width: 32px;
    height: 32px;
    object-fit: contain;
}
.box-title {
    font-weight: 600;
    margin-top: -0.24em;
    color: #323232;
}
.service-block:hover .service-img img {
    transform: scale(1.1);
    transition: 0.4s ease-in-out;
}
.service-block:hover .box-cat {
    background-color: #bd1f2d;
    transition: 0.4s ease-in-out;
}
.service-block:hover .box-title {
    color: #fff;
}
.service-block:hover .icon-cat {
    background-color: #ffffff;
    border-color: #bd1f2d;
    transition: 0.4s ease-in-out;
}
.service-block:hover .icon-cat img {
    filter: invert(1);
}
.service-block:hover .icon-btn:after {
    background-color: #bd1f2d;
    transition: 0.4s ease-in-out;
}
.service-block:hover .icon-btn img {
    filter: invert(1);
    transition: 0.4s ease-in-out;
}
.slick-cat {
    display: flex;
    overflow: hidden;
}
.Desktop .service-block {
    min-width: 300px;
}

/*section-2*/
.titre-sect-2 {
    text-align: center;
    max-width: 80%;
    margin: 0 auto 60px;
}
.Mobile .titre-sect-2 {
    max-width: 100%;
    margin: 0 auto 40px;
}
.section-2 .titre-1,
.section-3 .titre-1 {
    width: max-content;
    margin-left: auto;
    margin-right: auto;
}
.s-titre-2 {
    font-size: 32px;
    font-weight: 600;
    line-height: 1;
}
.Mobile .s-titre-2 {
    font-size: 26px;
}
.bloc-sect-2 {
    display: grid;
    grid-template-columns: 65% 35%;
}
.Mobile .bloc-sect-2 {
    grid-template-columns: 100%;
}
.bloc-text-2 {
    border-radius: 24px;
    padding: 24px;
    position: relative;
    z-index: 2;
    margin-bottom: 24px;
    background-color: #e1e4e5;
}
.bloc-text-2::before {
    content: url(../images/img/mask-2.svg);
    position: absolute;
    top: -1px;
    right: -1px;
    z-index: 2;
}
.icon-2 {
    margin-bottom: 20px;
}
.icon-2 img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}
.bloc-img-2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.bloc-2 {
    background-color: #bd1f2d;
    color: #fff;
    padding: 42px 8px;
    text-align: center;
    display: flex;
    justify-content: space-evenly;
    border-radius: 24px;
}
.Mobile .bloc-2 {
    display: grid;
    grid-template-columns: 45% 10% 45%;
    align-items: center;
    gap: 20px 0;
}
.titre-i2 {
    font-size: 40px;
    font-weight: 600;
    line-height: 1;
}
.item-2 p {
    font-size: 20px;
    font-weight: 500;
}
.divider {
    width: 1px;
    height: 66px;
    background-color: rgba(255, 255, 255, 0.5);
}
.Mobile .divider {
    margin: auto;
}

/*section-3*/
.section-3 {
    background-image: url(../images/img/bg-sect-3.webp);
    background-repeat: repeat-y;
    background-size: contain;
    background-position: center center;
    overflow: hidden;
}
.s-titre-3 {
    font-size: 32px;
    font-weight: 600;
    line-height: 1;
    color: #fff;
}
.Mobile .s-titre-3 {
    font-size: 26px;
}
.text-3 {
    color: #fff;
}
.text-3 h2 {
    font-size: 28px;
}
.text-3 h3 {
    font-size: 24px;
}
.bloc-sect-3-1 .text-3 h2 {
    padding-right: 90px;
}
.bloc-text-3 {
    position: relative;
    z-index: 2;
    background-image: url(../images/img/bg-text-3.png);
    background-size: 100% 100%;
    padding: 40px 25px;
}
.icon-3 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    background-color: #fa2d39;
    position: absolute;
    top: 4px;
    right: 2px;
    border-radius: 99px;
    transition: 0.6s ease-in-out;
}
.icon-3 img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}
.bloc-sect-3 {
    gap: 40px;
    align-items: center;
}
.img-3 {
    height: 280px;
    border-radius: 25px;
    overflow: hidden;
}
.img-3 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.bloc-sect-3-1 .img-3 {
    margin-top: 30px;
}
.bloc-sect-3-2 .bloc-text-3 {
    margin-top: 30px;
    background-image: url(../images/img/bg-text-3-2.png);
}
.bloc-sect-3-2 .icon-3 {
    bottom: 2px;
    top: auto;
}
.bloc-sect-3-2 .text-3 p:last-child {
    padding-right: 60px;
}

/*section-4*/
.text-4 p {
    text-align: justify;
}
.section-4 .btn_ {
    justify-content: center;
}
.bloc-sect-4 {
    display: grid;
    grid-template-columns: 20% 60% 20%;
    justify-content: center;
    gap: 20px;
}
.bloc-img-4 {
    position: relative;
    overflow: hidden;
    border-radius: 25px 0 25px 25px;
}
.Mobile .bloc-sect-4 {
    grid-template-columns: 100%;
}
.bloc-img-4 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 25px;
    transition: all .4s ease;
}
.Mobile .bloc-img-4 img {
    height: 250px;
}
.bloc-img-4:hover img {
    transform: scale(1.1);
    transition: all .4s ease;
}
.bloc-text-4 {
    border-radius: 24px;
    background-image: url(../images/img/bg-text-4.webp);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 600px;
    position: relative;
}
.bloc-sect-4 > div::before {
    content: url(../images/img/mask-4.svg);
    position: absolute;
    top: -1px;
    right: -1px;
    z-index: 2;
}
.text-5 {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 24px;
    background: #fff;
    padding: 15px 20px;
    margin: 0;
    border-radius: 15px;
}
.Mobile .section-4-p .text-5 {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fa2d39;
    color: #fff;
}
.Mobile .section-4-p .text-5 h2 {
    padding-right: 60px;
}
.icon-4 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background-color: #fa2d39;
    position: absolute;
    z-index: 11;
    top: 0;
    right: 0;
    border-radius: 99px;
}
.icon-4 img {
    width: 35px;
    height: 35px;
    object-fit: contain;
}

/*devis*/
input#mail {
    display: none;
}
.section-devis {
    background-image: url(../images/img/bg-devis.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    position: relative;
    z-index: 0;
}
.section-devis::before {
    content: "";
    position: absolute;
    width: 32%;
    height: 100%;
    background-image: url(../images/img/img-devis.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    bottom: 0;
    left: 0;
    z-index: -1;
    filter: contrast(1.3);
}
.Mobile .section-devis::before {
    width: 100%;
    opacity: .3;
}
.Tablet .section-devis::before {
  width: 65%;
  left: -15%;
  opacity: .4;
}
.Desktop .bloc-sect-devis {
    display: grid;
    grid-template-columns: 40% 60%;
}
form#FormDevis {
    margin-top: 40px;
}
.inline {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-bottom: 15px;
}
.form-input {
    border: 1px solid #ffffff;
    border-radius: 8px;
    background-color: transparent;
    color: #ffffff;
    height: 56px;
    padding: 0 25px 0 25px;
    width: 100%;
    max-width: 100%;
    font-size: 18px;
    font-family: inherit;
    outline: none;
}
.form-input::placeholder {
    color: #fff;
}
textarea.form-input {
    min-height: 154px;
    padding-top: 16px;
    padding-bottom: 17px;
    margin-bottom: 15px;
}

/*section-5*/
.Desktop .bloc-sect-5 {
    position: relative;
    padding: 32px 0 32px 32px;
}
.bloc-img-5 {
    height: 100%;
    border-radius: 24px;
    overflow: hidden;
}
.Desktop .bloc-img-5 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40%;
}
.bloc-img-5 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 24px;
}
.Mobile .bloc-img-5 img {
    height: 250px;
}
.bloc-text-5 {
    margin-left: auto;
    padding: 30px 20px;
    position: relative;
    z-index: 3;
    border-radius: 16px;
}
.Desktop .bloc-text-5 {
    max-width: 70%;
    padding: 30px 20px;
}
.bloc-text-5::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background-color: #bd1f2d;
    border-right: 4px solid #323232;
    z-index: -1;
}
.text-6 {
    color: #fff;
}

/*last-bloc*/
.sep {
    height: 100px;
}
.Mobile .sep {
    height: 50px;
}
.last-bloc {
    display: grid;
    grid-template-columns: 65% 35%;
    align-items: center;
}
.Mobile .last-bloc {
    grid-template-columns: 100%;
    gap: 30px;
}
.last-bloc h2 {
    padding-right: 60px;
}
.last-bloc .bloc-text-2 {
    margin: 0;
}
.last-img {
    margin-left: 50px;
    border-radius: 24px;
    overflow: hidden;
    height: 100%;
}
.Tablet .last-img {
  margin-left: 20px;
}
.Mobile .last-img {
  margin-left: 0;
}
.last-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*footer*/
footer.footer {
    background-image: url(../images/img/bg-footer.webp);
    background-color: #101111;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}
.footer-top {
    background: #101111;
    padding: 20px 0;
}
.Mobile .footer-top {
    padding: 30px 0;
}
.contact-f {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.Mobile .contact-f {
    flex-direction: column;
    align-items: flex-start;
}
.Mobile .contact-f .divider {
    margin: 15px auto;
    width: 100%;
    height: 1px;
}
.cont-f {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #fff;
}
.contact-f img {
    width: 35px;
    height: 35px;
    object-fit: contain;
}
.tel-f {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.tel-f a {
    color: #fff;
}
.tel-f span {
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
}
.item-footer .titre-s {
    text-transform: none;
    letter-spacing: 0;
    font-weight: bold;
    margin-bottom: 25px;
}
.row-footer {
    padding-top: 100px;
    padding-bottom: 50px;
    display: grid;
    grid-template-columns: 20% 30% 30% 20%;
}
.Mobile .row-footer {
    grid-template-columns: 100%;
    gap: 30px;
    padding-top: 50px;
}
.Tablet .row-footer {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}
ul.nav-f li {
    display: block;
}
ul.nav-f li a {
    color: #fff;
    line-height: 1.3;
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
    transition: all .3s ease;
    display: block;
}
ul.nav-f li a:hover {
    color: #bd1f2d;
    transition: all .3s ease;
}
ul.nav-f li a::before {
    content: "";
    position: absolute;
    width: 13px;
    height: 13px;
    background-image: url(../images/img/ic-f.webp);
    background-size: cover;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.Desktop .vl {
    padding-left: 30px;
}
.Desktop .serv {
    padding-right: 30px;
}
.titre-rappel {
    color: #fff;
    line-height: 1.2;
    margin-bottom: 20px;
    font-size: 18px;
}
form#rappel_immediat input.form-input {
    background: #fff;
    border-radius: 28px;
    color: #666;
    font-size: 16px;
}
form#rappel_immediat input.form-input::placeholder {
    color: #666;
}
form#rappel_immediat .btn-devis-t {
    border-radius: 28px;
    margin-top: 10px;
    width: 100%;
    font-size: 16px;
}
form#rappel_immediat .btn-devis-t:hover,
.copyright a {
    color: #fff;
}
.copyright {
    color: #fff;
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, .2);
}
.Mobile .copyright {
    text-align: center;
}
.Mobile .copyright a {
    display: block;
    margin-top: 10px;
}
.copyright em {
    margin: 0 5px;
}
a.logo-ag {
    position: relative;
    display: inline-block;
    height: 25px;
    top: 5px;
    margin-left: 5px;
}
a.logo-ag img {
    width: 150px;
    height: 25px;
    object-fit: contain;
}

.Desktop .section-4-p .container {
    max-width: 1600px;
}
.Desktop .section-4-p {
    padding-bottom: 170px;
}
.Desktop .section-4-p .text-5 {
    bottom: -50px;
    box-shadow: 0px 0px 6px #00000070;
}

.devis main,
.contact main,
.mentions main,
.realisations main {
    padding: 100px 0;
}
.Mobile.devis main,
.Mobile.contact main,
.Mobile.mentions main,
.Mobile.realisations main {
    padding: 50px 0;
}
.page-mention {
    padding: 0 15px;
}

div#Messages {
    background: #bd1f2d;
    color: #fff;
    text-align: center;
    padding: 15px 5px;
    font-size: 18px;
    font-weight: 600;
}
.Mobile div#Messages,
.Tablet div#Messages {
    position: absolute;
    width: 100%;
    z-index: 1111;
    font-size: 15px;
    padding: 10px;
}

b.titre-album {
    font-size: 30px;
    color: #070707;
    text-align: center;
    display: block;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.row-rea {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-content: center;
    gap: 20px;
}
.Tablet .row-rea {
    grid-template-columns: repeat(3, 1fr);
}
.Mobile .row-rea {
    grid-template-columns: 100%;
}
a.swipebox img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}

.blog_pageIntrouvable {
    background: #bd1f2d;
    position: fixed;
    height: 100%;
    width: 100%;
    font-size: 18px;
    z-index: 200000 !important;
    text-align: center;
    top: 0;
}
.blog_pageIntrouvable .d-flex {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}
.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 span,
.blog_pageIntrouvable a {
    color: #fff;
}
@media (max-width: 767px) {
  .blog_pageIntrouvable h1 {
    font-size: 100px;
  }
  .blog_pageIntrouvable p {
    font-size: 17px;
    letter-spacing: 5px;
    margin-top: -10px;
  }
  .blog_pageIntrouvable {
    font-size: 14px;
  }
  .blog_pageIntrouvable a {
    display: block;
  }
}



