* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: "Calibri";
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    color: #333;
}
p {
    line-height: 1.8;
}
img {
    max-width: 100%;
}
a,
a:hover {
    text-decoration: none;
}
ul li {
    list-style: none;
}
h1 {
    font-size: 36px;
    margin: 15px 0;
}
.Mobile h1 {
    font-size: 26px;
}
h2 {
    font-size: 30px;
    margin-bottom: 10px;
}
.Mobile h2 {
    font-size: 24px;
}
h3 {
    font-size: 24px;
    margin: 10px 0 5px;
}
.Mobile h3 {
    font-size: 22px;
}
.container {
    width: 100%;
    max-width: 1320px;
    padding: 0 20px;
    margin: auto;
}
.Tablet .container {
    padding: 0 30px;
}

.header-top {
    border-bottom: 2px solid #ffffff0f;
    backdrop-filter: blur(4px) saturate(176%);
    background-color: rgb(9 18 23 / 80%);
    position: absolute;
    z-index: 11;
    width: 100%;
    top: 0;
}
.bloc-header-t {
    display: flex;
    justify-content: space-between;
    padding: 7px 0;
}
.header-t-l {
    display: flex;
    gap: 30px;
}
.adr-top,
.header-t-l a {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}
.header-t-l img {
    width: 25px;
    height: 25px;
    object-fit: contain;
}
.icon-f {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #1b75bb;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-t-r {
    display: flex;
    align-items: center;
    gap: 5px;
}
.icon-f img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}
.cont-t {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.cont-t span {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}
.cont-t a {
    color: #1b75bb;
    font-size: 18px;
    font-weight: 600;
}
.header-bottom {
    border-bottom: 2px solid #ffffff0f;
    backdrop-filter: blur(4px) saturate(176%);
    background-color: rgb(9 18 23 / 80%);
    position: absolute;
    z-index: 11;
    width: 100%;
    top: 76px;
}
.bloc-header-b {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

.logo a {
    display: flex;
    min-width: 180px;
}
.logo img {
    width: 180px;
    height: 104px;
    object-fit: contain;
}
.Desktop ul.nav-list {
    display: flex;
}
li.nav-item {
    display: block;
    text-align: center;
}
.Desktop li.nav-item {
    width: 11.11%;
}
li.nav-item  > a {
    color: #fff;
    transition: all .3s ease;
}
.Desktop li.nav-item.active > a,
.Desktop li.nav-item:hover > a {
    color: #1b75bb;
    transition: all .3s ease;
}
ul.nav-submenu {
    display: none;
    position: absolute;
    background: #fff;
    top: 87%;
    padding: 10px 25px 10px 0;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.Desktop ul.nav-submenu {
    width: max-content;
}
.Desktop li.nav-item:hover ul.nav-submenu {
    display: block;
}
li.nav-submenu-item {
    display: block;
    padding: 10px;
    transform: translateX(0);
}
li.nav-submenu-item a {
    color: #111;
    transition: all .3s ease;
}
.Desktop li.nav-submenu-item:hover {
    transform: translateX(10px);
    transition: all .3s ease;
}

/* 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 #ffffff;
  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: #ffffff;
  color: #003366;
}
.slick-dots li button:focus{
  outline: 0 !important;
}

.homeslider {
    position: relative;
    height: 800px;
    overflow: hidden;
}
.homeslider::before {
    content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #00000099;
}
.img-slider {
    height: 800px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.caption {
    position: absolute;
    z-index: 1;
    top: 35%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}
.sub-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    padding-bottom: 10px;
    color: #fff;
}
.title-slider {
    font-size: 80px;
    font-weight: 700;
    line-height: 1.1;
    text-transform: uppercase;
    color: #fff;
}
.btn_ {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 20px;
}
.btn-rea {
    font-weight: 600;
    line-height: 24px;
    font-style: normal;
    padding: 16px 24px;
    text-transform: uppercase;
    border: 2px solid transparent;
    position: relative;
    color: #fff;
    background: #1b75bb;
    transition: 0.3s ease all;
    z-index: 1;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: max-content;
}
.btn-rea::before {
    transition: 0.5s all ease;
    position: absolute;
    top: 0;
    left: 50%;
    right: 50%;
    bottom: 0;
    opacity: 0;
    content: '';
    background-color: #053f8a;
    z-index: -1;
    border-radius: 40px;
}
.btn-rea:hover:before,
.btn-rea:focus:before {
    transition: 0.5s all ease;
    left: 0;
    right: 0;
    opacity: 1;
}
.btn-rea img {
    width: 22px !important;
    height: 22px !important;
    transition: 0.5s all ease;
}
.btn-rea:hover img {
    transition: 0.5s all ease;
    transform: rotate(45deg);
}

.bloc-pub {
    display: flex;
    align-items: center;
    gap: 50px;
    width: 100%;
    max-width: 975px;
    background: #F5F6F7;
}
.Desktop .bloc-pub {
    margin-top: -110px;
    z-index: 10;
    position: absolute;
    left: 0;
}
.bloc-pub img {
    width: 320px;
    height: 214px;
    object-fit: contain;
}
.text-p {
    text-align: center;
}
.text-p p {
    color: #091217;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    padding-top: 10px;
}
.number,
.number span {
    color: #091217;
    font-size: 60px;
    font-weight: 700;
    font-family: sans-serif;
}

/*section-1*/
.section-1 {
    padding: 200px 0 100px;
}
.bloc-sect-1 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
    align-items: center;
}
.Desktop .bloc-text-1 {
    grid-column: span 2;
    padding-right: 40px;
}
.engag {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    padding-top: 30px;
    gap: 10px 0;
}
.qution-text {
    color: #091217;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    display: inline-flex;
    align-items: center;
    padding-bottom: 20px;
}
.qution-text::before {
    content: url(../images/img/check.webp);
    min-width: 36px;
    width: 36px;
    height: 36px;
    background-color: #1b75bb;
    border-radius: 50%;
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 8px 15px rgba(5, 63, 138, 0.80);
}
.btn-sect {
    margin-top: 30px;
}
.titre-1 {
    color: #053f8a;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}
.bloc-img-1 {
    position: relative;
    padding: 15px;
}
.img-1 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.img-1 span.h2 {
    color: #F5F6F7;
    font-size: 60px;
    font-weight: 700;
    line-height: 64px;
    letter-spacing: 3.2px;
    transform: rotate(90deg);
    position: absolute;
    left: -150px;
    top: 270px;
    z-index: 1;
    text-transform: uppercase;
}
.img-1 img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    max-height: 575px;
    object-fit: cover;
    clip-path: polygon(0 18%, 100% 0, 100% 100%, 0 100%);
}
.call {
    background: #091217;
    padding: 20px;
    position: absolute;
    left: 0;
    bottom: 0;
    animation: 5s ease 0s normal none infinite running moveLeftRight;
}
@keyframes moveLeftRight {
    0% {
        transform: translateX(0px);
    }
    50% {
        transform: translateX(10px);;
    }
    100% {
        transform: translateX(0);
    }
}
.call div {
    display: flex;
    align-items: center;
    gap: 10px;
}
.call span {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .5px;
}
.call a {
    color: #1b75bb;
    font-size: 30px;
    font-weight: 600;
    line-height: 30px;
    margin-top: 10px;
    display: block;
    text-align: center;
}
.call img {
    width: 30px;
    height: 30px;
}

/*section-2*/
.section-2 {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../images/img/bg-sect-2.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: fixed;
    height: 600px;
    position: relative;
}
.text-2 {
    color: #fff;
}
.Desktop .text-2 {
    max-width: 80%;
}
.text-2 h2 {
    padding-top: 15px;
}

/*section-3*/
.section-3 {
    position: relative;
}
.bloc-sect-3 {
    margin-top: -250px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    gap: 30px;
}
.Tablet .bloc-sect-3 {
  margin-top: -100px;
}
.bloc-3 img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    display: block;
}
.bloc-text-3 {
    border-right: 2px solid #f5f6f7;
    border-bottom: 2px solid #f5f6f7;
    border-left: 2px solid #f5f6f7;
    background: #fff;
    padding: 0 30px 30px 30px;
}
.icon-3 {
    width: 100px;
    height: 100px;
    background: #091217;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -55px;
    position: relative;
    margin-bottom: 30px;
    transition: all 0.3s ease-in-out;
}
.icon-3 img {
    width: 65px;
    height: 65px;
    object-fit: contain;
}
.p-100 {
    padding: 100px 0;
}

/*section-4*/
.section-4 {
    position: relative !important;
    overflow: hidden;
}
.bloc-sect-4 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    align-items: center;
}
.bloc-img-4 {
    display: flex;
    align-items: center;
    justify-content: end;
}
.bloc-img-4 img {
    object-fit: cover;
}
.Mobile .bloc-img-4 img {
    height: 450px;
}
.bg-sect-4 {
    position: absolute;
    right: -140px;
    bottom: 0;
}
.section-4 .text {
    margin: 20px 0;
}
.titre-1.blue {
    color: #053f8a;
}
.text-4 {
    display: flex;
    gap: 30px;
    padding: 15px 0;
    border-top: 2px solid #F5F6F7;
}
.icon-4 img {
    min-width: 80px;
    width: 80px;
    height: 80px;
    object-fit: contain;
}
.Desktop .section-4 .btn-sect {
    margin-left: 110px;
}

/*rappel*/
.rappel {
    background: #091217;
}
.bloc-rappel {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 110px;
}
.titre-rappel {
    color: #FFF;
    font-size: 48px;
    font-weight: 600;
}
.Desktop .titre-rappel {
    max-width: 780px;
    min-width: 780px;
}
.titre-rappel span {
    color: #1b75bb;
}
.bloc-titre-rappel {
    position: relative;
}
.bloc-titre-rappel img {
    position: absolute;
    right: -130px;
    bottom: -50px;
    animation: 3s ease 0s normal none infinite running moveLeftRight;
}
form#rappel_immediat {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
form#rappel_immediat .input-form {
    background: #fff;
    border: none;
    padding: 15px;
    color: #111;
    outline: none;
}
form#rappel_immediat .input-form:placeholder {
    color: #111;
}
input.btn-devis-gratuit {
    font-weight: 600;
    padding: 15px 25px;
    text-transform: uppercase;
    color: #fff;
    background: #1b75bb;
    border: none;
    cursor: pointer;
    transition: 0.3s ease all;
}
input.btn-devis-gratuit:hover {
    background: #053f8a;
    transition: 0.3s ease all;
}
.bloc-r {
    width: 100%;
}

/*cat*/
.bloc-titre-cat {
    text-align: center;
}
.titre-cat {
    color: #091217;
    font-size: 48px;
    font-weight: 700;
    padding-top: 10px;
}
.categorie {
    padding-top: 60px;
    display: flex;
    overflow: hidden;
}
.cat-item {
    position: relative;
    z-index: 0;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    display: block;
    margin: 0 10px;
}
.Desktop .cat-item {
    min-width: 400px;
}
.Mobile .cat-item {
    min-width: 300px;
}
.cat-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.03);
    opacity: 0;
    z-index: -1;
    transition: opacity 0.3s ease;
}
.cat-item:hover::before {
    opacity: 1;
}
.cat-item .img-cat {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform 0.5s ease, filter 0.4s ease;
}
.cat-item:hover .img-cat {
    transform: scale(1.03);
    filter: brightness(0.95);
}
.rect {
    position: relative;
}
.rect span {
    color: #6e6e6e;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    padding: 8px 12px;
    background: #f5f6f7;
    transform: rotate(-90deg);
    width: fit-content;
    position: absolute;
    left: -30px;
    top: 65px;
    text-transform: uppercase;
    transition: all 0.4s ease;
}
.cat-item:hover .rect span {
    background: #1b75bb;
    color: #fff;
    left: -25px;
}
.text-cat {
    margin: 20px 0 20px 60px;
    transition: transform 0.3s ease;
}
.cat-item:hover .text-cat {
    transform: translateX(8px);
}
.roof {
    color: #222;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.roof::before {
    content: url(../images/img/home.webp);
    transition: transform 0.3s ease;
}
.text-cat a {
    color: #091217;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    transition: all 0.3s ease;
}
.text-cat img {
    width: 48px;
    height: 100%;
    object-fit: contain;
    padding-top: 20px;
    transition: transform 0.4s ease;
}
.cat-item:hover .text-cat img {
    transform: translateX(10px);
    transition: transform 0.6s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    animation: arrowPulse 1.2s infinite alternate;
}
@keyframes arrowPulse {
    0% {
        transform: translateX(12px) scaleX(1.2);
    }
    100% {
        transform: translateX(16px) scaleX(1.3);
    }
}

/*section-5*/
.section-5 {
    background-image: linear-gradient(to bottom, rgba(9, 18, 23, 0.7), rgba(9, 18, 23, 0.7)), url(../images/img/bg-sect-5.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
.bloc-sect-5 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    align-items: center;
    gap: 50px 0;
}
.text-f {
    color: #fff;
    padding-top: 15px;
}
.bloc-devis {
    background: #fff;
    padding: 30px;
}
input#mail {
    display: none;
}
.bloc-devis span,
.bloc-devis-c span {
    color: #091217;
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    padding-top: 10px;
    display: block;
}
.bloc-devis form#FormDevis {
    margin-top: 20px;
}
.form-input {
    width: 100%;
    max-width: 100%;
    padding: 10px 15px;
    background: #f5f6f7;
    border: none;
    outline: none;
    margin-bottom: 10px;
    font-size: 16px;
    font-family: inherit;
    font-weight: 400;
    line-height: 24px;
}
input.input-btn-devis {
    border: none;
    background: none;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
}
.bloc-text-5 .titre-1 {
    text-shadow: 0px 0px 3px #fff;
}

/*footer*/
.footer {
    background: #091217;
    padding-top: 100px;
}
.titre-f {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    padding-bottom: 20px;
}
.row-footer {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-content: center;
    gap: 40px;
}
.Desktop .list-serv,
.Tablet .list-serv {
    grid-column: span 2;
}
.adr-f,
.mail-f {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #a8a9ad;
    border-bottom: 2px solid #ffffff0f;
    padding: 15px 0;
}
.bloc-f img {
    width: 20px;
    height: 20px;
}
.agence {
    padding-top: 15px;
    color: #a8a9ad;
}
.agence a,
.copyrights-main a {
    color: #a8a9ad;
}
.services-footer a {
    color: #a8a9ad;
    margin: 10px 0;
    display: block;
    transition: all 0.4s ease-in-out;
}
.services-footer a:hover {
    color: #1b75bb;
}
.Desktop .list-serv .services-footer,
.Tablet .list-serv .services-footer {
    column-count: 2;
}
.cont-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 20px;
    border-radius: 30px;
    background: #222;
    margin-top: 60px;
    margin-bottom: 40px;
}
.call-detl {
    display: flex;
    align-items: center;
    gap: 20px;
    border-radius: 50px;
    background: #1b75bb;
    padding: 10px 40px 10px 10px;
}
.img-main-call {
    min-width: 60px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #053f8a;
    display: flex;
    align-items: center;
    justify-content: center;
}
.img-main-call img {
    width: 30px;
    height: 30px;
}
.call-detl a {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    display: block;
    line-height: 35px;
}
.links {
    display: flex;
    align-items: center;
    gap: 10px;
}
.links a {
    width: 45px;
    height: 45px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}
.links a:hover {
    background-color: #1b75bb;
    transition: all 0.3s ease-in-out;
}
.links img {
    width: 22px;
    height: 22px;
    filter: invert(1);
}
.copyrights-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding-bottom: 40px;
    color: #a8a9ad;
}
a.agence_ {
    position: relative;
    top: 5px;
    display: inline-block;
    height: 25px;
}
a.agence_ img {
    width: 150px;
    height: 25px;
    object-fit: contain;
}
.copyrights-main p {
    line-height: normal;
}
.copyrights-main em {
    font-style: normal;
    margin: 0 3px;
}

/*presta*/
.m-l {
    margin-left: 15%;
}
.m-top,
.Mobile .m-l {
    margin: 0;
}
.contact .homeslider,
.contact .img-slider,
.devis .homeslider,
.devis .img-slider,
.realisations .homeslider,
.realisations .img-slider,
.mentions .homeslider,
.mentions .img-slider {
    height: 500px;
}
.contact .caption,
.devis .caption,
.realisations .caption,
.mentions .caption {
    top: 47%;
}
.row-cont {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
    gap: 30px;
}
.Mobile .row-cont,
.Tablet .row-cont {
    grid-template-columns: 100%;
}
.item-cont {
    position: relative;
    border: 2px solid #F5F6F7;
    padding: 30px;
    text-align: center;
    overflow: hidden;
}
.Mobile .item-cont {
    padding: 30px 20px;
}
.bg-cont {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    width: 100%;
}
.icon-c {
    width: 60px;
    height: 60px;
    background: #1b75bb;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.icon-c img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}
.titre-c {
    color: #091217;
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 600;
}
.item-cont a,
.adr-c {
    color: #1b75bb;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    display: block;
}
.bloc-2c {
    display: grid;
    grid-template-columns: 50% 50%;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
}
.bloc-devis-c {
    position: relative;
    z-index: 0;
    background: #F5F6F7;
    padding: 50px;
}
.Desktop .bloc-devis-c {
    margin-right: 20px;
}
.Mobile .bloc-devis-c {
    padding: 50px 25px;
}
.bloc-devis-c .form-input {
    background: #ffffff;
    padding: 15px;
}
.bloc-devis-c form#FormDevis {
    margin-top: 25px;
}
.contact-img {
    height: 100%;
}
.contact-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#Map {
    height: 590px;
}
.Mobile #Map {
    height: 250px;
}
b.titre-album {
    font-size: 42px;
    text-align: center;
    display: block;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.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: 260px;
    object-fit: cover;
}
.page-mention {
    padding: 50px 0;
}

.blog_pageIntrouvable {
    background: #1b75bb;
    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;
    margin-top: -45px;
    text-transform: uppercase;
    letter-spacing: 10px;
    color: #fff;
}
.blog_pageIntrouvable span,
.blog_pageIntrouvable a {
    color: #fff;
    line-height: 1.5;
}
@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;
  }
}
div#Messages {
    background: #1b75bb;
    position: absolute;
    z-index: 1111;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    color: #fff;
    font-size: 20px;
}
.Mobile div#Messages {
    padding: 5px;
    font-size: 16px;
}

/*resp*/
.Mobile .menu,
.Tablet .menu {
    display: none;
    position: fixed;
    width: 100%;
    top: 100%;
    left: 0;
    background: #053f8a;
}
.Mobile li.nav-item.active,
.Tablet li.nav-item.active,
li.nav-submenu-item.active {
    background: #1b75bb;
}
li.nav-submenu-item.active a {
    color: #fff;
}
.Mobile li.nav-item,
.Tablet li.nav-item {
    border-bottom: 1px solid #ffffff14;
    padding: 12px 5px;
}
span.nav-click {
    position: absolute;
    right: 10px;
    width: 35px;
    height: 35px;
    border: 1px solid #fff;
    top: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}
i.nav-arrow {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
i.nav-arrow::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url(../images/img/up.webp);
    background-size: cover;
    background-position: center;
}
.Mobile ul.nav-submenu,
.Tablet ul.nav-submenu {
    position: static;
    padding: 0;
    margin-top: 15px;
}
.Mobile li.nav-submenu-item,
.Tablet li.nav-submenu-item {
    border-bottom: 1px solid #0000002e;
}
.Mobile header.header,
.Tablet header.header {
    position: fixed;
    width: 100%;
    z-index: 111;
    top: 0;
}
.Mobile .header-bottom .container {
    padding: 0 10px;
}
.nav-mobile {
    width: 45px;
    height: 45px;
    background: #1b75bb;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav-mobile img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    background: #1b75bb;
    border-radius: 5px;
}
.telmob {
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 10px 0;
}
.telmob img {
    width: 22px;
    height: 22px;
}
.telmob a {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #fff;
    background: #053f8a;
    border-radius: 5px;
    padding: 12px;
    width: max-content;
}
.Mobile .header-bottom {
    top: 66px;
}
.Mobile .title-slider,
.Tablet .title-slider {
    font-size: 32px;
}
.Mobile .btn_ {
    flex-direction: column;
    gap: 7px;
    align-items: center;
}
.Mobile .caption,
.Tablet .caption {
    width: 100%;
    top: 43%;
}
.Mobile .homeslider,
.Mobile .img-slider,
.Tablet .homeslider,
.Tablet .img-slider {
    height: 600px;
}
.Mobile .bloc-pub {
    max-width: 100%;
    flex-direction: column;
    gap: 20px;
    padding-bottom: 30px;
}
.Tablet .number,
.Tablet .number span,
.Mobile .number,
.Mobile .number span {
  font-size: 40px;
}
.Mobile .p-100,
.Mobile .section-1,
.Mobile .section-3 {
    padding: 50px 0;
}
.Tablet .section-1 {
  padding: 100px 0;
}
.Mobile .bloc-sect-1,
.Tablet .bloc-sect-1,
.Mobile .bloc-sect-4,
.Tablet .bloc-sect-4,
.Mobile .bloc-sect-5,
.Mobile .bloc-2c,
.Tablet .bloc-2c {
    grid-template-columns: 100%;
    gap: 30px;
}
.Mobile .engag {
    grid-template-columns: 100%;
}
.Mobile .call {
    bottom: -40px;
}
.Mobile .img-1 span.h2 {
    font-size: 58px;
    left: -147px;
    top: 254px;
}
.Mobile .bloc-sect-3 {
    margin-top: 0;
    grid-template-columns: 100%;
}
.Mobile .bloc-text-3 {
    padding: 0 15px 30px 15px;
}
.Mobile .text-4 {
    flex-direction: column;
    gap: 15px;
}
.Tablet .bloc-img-4 img:first-child {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.Mobile .bloc-rappel {
    flex-direction: column;
    gap: 70px;
}
.Mobile .titre-rappel,
.Tablet .titre-rappel {
    font-size: 32px;
}
.Mobile .bloc-titre-rappel img {
    right: 0;
    bottom: auto;
}
.Mobile .titre-cat {
    font-size: 32px;
    line-height: 1.1;
}
.Tablet .row-footer {
  grid-template-columns: repeat(2, 1fr);
}
.Mobile .row-footer {
  grid-template-columns: 100%;
}
.Mobile .cont-footer {
    flex-direction: column;
}
.Mobile .call-detl a {
    font-size: 24px;
}
.Mobile .links {
    gap: 5px;
}
.Tablet .cont-footer {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.Tablet .links {
  grid-column: span 2;
  justify-content: center;
}
.Mobile .copyrights-main {
    flex-direction: column;
}
.Mobile .copyrights-main p {
    text-align: center;
}
.Mobile a.agence_ {
    margin-top: 10px;
}
.Mobile .footer {
    padding-top: 50px;
}
.Mobile .section-2 {
    height: auto;
}
