* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    transition: all .3s ease;
}

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;
}
h1 {
    font-size: 36px;
    margin: 15px 0;
    text-transform: uppercase;
}
.Mobile h1 {
    font-size: 30px;
}
h2 {
    font-size: 30px;
    margin-bottom: 10px;
}
.Mobile h2 {
    font-size: 26px;
}
h3 {
    font-size: 24px;
    margin: 10px 0 5px;
}
.Mobile h3 {
    font-size: 20px;
}
.container {
    width: 100%;
    max-width: 1200px;
    padding: 0 20px;
    margin: auto;
}
header.header .container {
    max-width: 1300px;
}
.Tablet .container {
    padding: 0 30px;
}

header.header {
    background-color: transparent;
    background-image: linear-gradient(110deg, #ffffff 25%, #003366 0%);
    position: absolute;
    width: 100%;
    z-index: 111;
    top: 0;
}
.bloc-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.logo {
    display: block;
    position: relative;
}
/*.Desktop .logo::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    max-width: 250px;
    height: 100%;
    background-image: url(../images/img/bg-logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
}*/
.logo-top img {
    width: 210px;
    height: 115px;
    object-fit: contain;
}
.Desktop .menu {
    max-width: 75%;
    flex: 0 0 75%;
}
.Desktop ul.nav-list {
    display: flex;
}
li.nav-item {
    display: block;
    text-align: center;
    padding: 0 3px;
    position: relative;
}
.Desktop li.nav-item {
    display: block;
    text-align: center;
    padding: 0 3px;
}
li.nav-item a {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}
.Desktop li.nav-item:hover > a,
li.nav-item.active > a {
    color: #ff8604;
}


ul.nav-submenu {
    display: block;
    flex-direction: column;
    width: 300px;
    position: absolute;
    text-align: left;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.3s ease-out;
}
.Tablet ul.nav-submenu,
.Mobile ul.nav-submenu {
  display: none; 
  width: 100%;
  position: relative;
  transform: none; 
}
li.nav-item:hover ul.nav-submenu { 
  transform: scaleY(1);
}
li.nav-submenu-item {
    background: #fff;
    padding: 12px;
    list-style: none;
}
li.nav-submenu-item a{ 
    color: #333;
}
li.nav-submenu-item:hover ,
li.nav-submenu-item.active {
    background: #003366;
}

li.nav-submenu-item:hover a ,
li.nav-submenu-item.active a {
    color: #fff;
}


.Desktop span.nav-click{
  display: none;
}
span.nav-click {
    width: 30px;
    height: 30px;
    background: #ffffffe8;
    position: absolute;
    z-index: 900;
    top: 10px;
    right: 10px;
    border-radius: 5px;
    cursor: pointer; 
}
span.nav-click i {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.Mobile span.nav-click i::before, .Tablet span.nav-click i::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../images/drop.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  filter: invert(1);
}


/* 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;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.2;
    z-index: 1;
}
.img-slider {
    height: 800px;
    background-size: cover;
    background-repeat: no-repeat;
}
.caption {
    position: absolute;
    z-index: 1;
    top: 40%;
    left: 50%;
    transform: translateX(-50%);
    width: 1160px;
    max-width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.sub-title {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1.5px;
    position: relative;
}
.sub-title::after {
    content: "";
    position: absolute;
    width: 100px;
    height: 2px;
    background: #ff8604;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 15px;
}
 
.btn_ {
    display: flex;
    gap: 15px;
    margin-top: 30px;
}
.captiontext .btn_ {
    margin-top: 0;
}
.btn-cont {
    position: relative;
    display: inline-block;
    background-color: #003366;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    padding: 15px 50px;
    transition: all 0.5s linear;
    overflow: hidden;
    z-index: 1;
    border: none;
    cursor: pointer;
}
.btn-cont::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 3px;
    background-color: #ff8604;
    transition-delay: 0.1s;
    transition-timing-function: ease-in-out;
    transition-duration: 0.5s;
    transition-property: all;
    opacity: 1;
    z-index: -1;
}
.btn-cont:hover{
    color: #000;
}
.btn-cont:hover::before {
    width: 100%;
    transition-delay: 0.1s;
    transition-timing-function: ease-in-out;
    transition-duration: 0.5s;
    transition-property: all;
}

/*pub*/
.pub {
    margin-top: -80px;
    padding: 50px 0px;
    position: relative;
    z-index: 1;
}
.pub::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../images/img/pub.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
    top: 50%;
    left: -5px;
    transform: translateY(-50%);
}
.Tablet .pub::before {
  transform: translateY(-32%);
}
.Mobile .pub::before {
    display: none;
}
.bloc-pub {
    display: flex;
    gap: 30px;
}
.Tablet .bloc-pub {
  gap: 20px;
}
.bp {
    display: flex;
    align-items: center;
    gap: 15px;
}
.bp img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    filter: invert(1);
}
.bp span {
    color: #000;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 600;
}

/*section-1*/
.section-1 {
    padding: 100px 0;
    background: #212121;
    position: relative;
    z-index: 0;
}
.section-1::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 70px;
    background: #212121;
    top: -70px;
}
.bloc-sect-1 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    align-items: center;
}
.bloc-text-1 {
    padding: 10px;
    color: #fff;
}
.bloc-img-1 {
    padding: 10px;
    position: relative;
}
.bloc-img-1 img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}
.Mobile .bloc-img-1 img{
    height: 250px;
}
.exp {
    background: #003366;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 0;
    right: 15%;
    padding: 0 15px 20px 15px;
}
.exp .icon {
    margin-top: 20px;
}
.exp img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}
.exp p {
    font-size: 60px;
    font-weight: 600;
    text-align: center;
    line-height: 1.1;
    color: #ff8604;
}
.exp p span {
    display: block;
    font-size: 20px;
    font-weight: normal;
    color: #fff;
}

/*section-cat*/
.section-cat {
    padding: 100px 0;
}
.bloc-titre-cat {
    margin-bottom: 60px;
}
.subtitle {
    color: #003366;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1.5px
}
.titre-cat {
    position: relative;
    color: #003366;
    font-size: 40px;
    font-weight: 600;
    padding-bottom: 10px;
}
.titre-cat::before {
    content: "";
    position: absolute;
    width: 40px;
    height: 2px;
    background: #ff8604;
    bottom: 0;
    left: 0;
}
.titre-cat::after {
    content: "";
    position: absolute;
    width: 4px;
    height: 2px;
    background: #003366;
    bottom: 0;
    left: 45px;
}
.categorie {
    display: flex;
    overflow: hidden;
}
.Desktop .cat-item {
    margin: 0 15px;
    min-width: 350px;
}
.Tablet .cat-item {
    margin: 0 15px;
}
.img-cat {
    position: relative;
}
.img-cat::before {
    position: absolute;
    z-index: -1;
    top: 83px;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: #f2eeeb;
    transition: all 500ms ease;
}
.Desktop .cat-item:hover > .img-cat::before,
.cat-item.active > .img-cat::before,
.Desktop .cat-item:hover .titre-cat-item,
.cat-item.active .titre-cat-item {
    background-color: #003366;
    transition: all 500ms ease;
}
.img_c {
    position: relative;
    display: block;
    margin-left: 20px;
    margin-right: 20px;
    border-top-right-radius: 51px;
    overflow: hidden;
    z-index: 1;
    transition: all 500ms ease;
}
.img-cat img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 500ms ease;
}
.Desktop .cat-item:hover > .img-cat img {
    transform: scale(1.05);
    transition: all 500ms ease;
}
.titre-cat-item {
    position: relative;
    background-color: #f2eeeb;
    padding: 0 20px;
    min-height: 120px;
    border-bottom-left-radius: 51px;
    transition: all 500ms ease;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: end;
}
.vp {
    position: absolute;
    top: -29px;
    left: 30px;
    background-image: url(../images/img/vp.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 178px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.vp span {
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    margin-left: -20px;
}
.cat-item a {
    color: #003366;
    font-size: 20px;
    font-weight: 600;
    text-align: right;
    transition: all 500ms ease;
}
.Desktop .cat-item:hover a,
.cat-item.active a {
    color: #fff;
    transition: all 500ms ease;
}

/*section-2*/
.section-2 {
    background: #f2eeeb;
    position: relative;
    overflow: hidden;
}
.form-2-1 {
    position: absolute;
    top: -150px;
    left: 0;
}
.form-2-2 {
    position: absolute;
    bottom: -20px;
    left: 0;
    z-index: 1;
}
.form-2-3 {
    position: absolute;
    bottom: 0;
    right: -24px;
}
.float-bob-x {
    animation-name: float-bob-x;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@keyframes float-bob-x {
  0% {
    transform: translateX(-30px);
  }

  50% {
    transform: translateX(-10px);
  }

  100% {
    transform: translateX(-30px);
  }
}
.form-2-1 img,
.form-2-2 img,
.form-2-3 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.bloc-sect-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    align-items: center;
    padding: 70px 0 30px;
}
.bloc-img-2 {
    position: relative;
}
.Desktop .bloc-img-2 {
    margin-left: -220px;
}
.img-2-1 {
    mask-image: url(../images/img/mask-2-1.png);
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center left;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 720px;
}
.img-2-2 {
    position: absolute;
    top: 0;
    right: 60px;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    border: 6px solid rgba( 255, 255, 255, 0.3);
}
.img-2-1 img,
.img-2-2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.img-int {
    position: absolute;
    bottom: 60px;
    left: 60%;
    background: #003366;
    border-radius: 50%;
    width: 210px;
    height: 210px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.img-int img {
    width: 190px;
    height: 190px;
    object-fit: contain;
}

/*section-3*/
.section-3 {
    padding: 100px 0;
}
.bloc-sect-3 {
    display: grid;
    grid-template-columns: 58.333333% 41.666667%;
    justify-content: center;
}
.bloc-text-3 {
    padding: 10px;
}
.bloc-text-3 .text {
    padding: 30px;
    border: 1px solid #e7e7e7;
    background: #fff;
    height: max-content;
}
.section-3 h2 {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 30px;
    padding-left: 70px;
    margin-bottom: 30px;
    position: relative;
}
.section-3 h2::before {
    content: "";
    position: absolute;
    top: 42%;
    left: 0;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    background: #ededed;
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
}
.section-3 h2::after {
    content: "";
    position: absolute;
    left: 12px;
    width: 30px;
    height: 30px;
    top: 42%;
    transform: translateY(-50%);
    background-image: url(../images/img/icon-3.webp);
    background-size: cover;
}
.bloc-img-3 {
    width: 130%;
    max-height: 700px;
    left: -30%;
    position: relative;
    z-index: -1;
    padding: 10px;
}
.bloc-img-3 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*section-4*/
.section-4 {
    position: relative;
    background-image: url(../images/img/brush-1.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 14.2% auto;
    padding: 100px 0;
}
.overlay-sect-4 {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-image: url(../images/img/brush-2.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 18.6% auto;
}
.bloc-sect-4 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    align-items: center;
}
.sub-title-4 {
    color: #003366;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1.5px;
}
.section-4 h2,
.bloc-text-2 h2 {
    color: #003366;
    font-size: 32px;
    line-height: 1;
    margin-top: 15px;
}
.bloc-text-4 {
    padding: 10px;
}
.Desktop .bloc-text-4 {
    margin-left: 17%;
}
.bloc-img-4 {
    padding: 10px;
    display: flex;
}
.bloc-img-4 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.img-4-1 {
    width: 69.841%;
    display: flex;
    flex-direction: column;
}
.img-4-1 div {
    min-height: 100px;
}
.img-4-2 {
    width: 30.003%;
    display: flex;
    align-content: flex-end;
    align-items: flex-end;
}
.img-4-2 div {
    margin-left: -110%;
}
.bloc-hor {
    margin-top: 25px;
}
.bloc-hor span {
    display: block;
    color: #003366;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.8;
    font-weight: 600;
}

.pub-2 {
    padding: 50px 0px;
    position: relative;
    z-index: 1;
    margin: 0;
    background-image: linear-gradient(290deg, #ffffff00 25%, #003366 0%);
}
.bloc-pub-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    align-items: center;
}
form#rappel_immediat {
    position: relative;
}
form#rappel_immediat input.form-input {
    height: 60px;
    padding: 0 45px 0 28px;
    border: 1px solid #e0e0e0;
    color: #444;
    background-color: #fff;
    border-radius: 0;
    font-size: 14px;
    width: 100%;
    outline: none;
}
button.btn-sub.btn-f {
    width: 70px;
    height: 60px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    cursor: pointer;
    background: #003366;
    border: none;
}
button.btn-sub::before {
    content: "";
    position: absolute;
    top: 50%;
    background-image: url(../images/img/send.webp);
    background-size: cover;
    width: 18px;
    height: 18px;
    left: 50%;
    transform: translate(-50%, -50%);
}
.titre-f {
    color: #fff;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 600;
}
.text-r p {
    color: #fff;
    max-width: 75%;
    line-height: 1.3;
    margin-top: 10px;
}

/*section-5*/
.section-5 {
    background: #f2eeeb;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}
.form-5-1 {
    position: absolute;
    top: 0;
    left: -170px;
}
.form-5-1::before {
    position: absolute;
    top: 0px;
    left: 0px;
    content: "";
    border-top: 230px solid #ff8604;
    border-left: 230px solid transparent;
    border-right: 230px solid transparent;
}
.form-5-2 {
    position: absolute;
    top: 167px;
    left: 0;
}
.form-5-2::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    border-top: 160px solid transparent;
    border-left: 160px solid #ffffff;
    border-bottom: 160px solid transparent;
}
.float-bob-y {
    animation-name: float-bob-y;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@keyframes float-bob-y {
  0% {
    transform: translateY(-20px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(-20px);
  }
}
.form-5-3 {
    position: absolute;
    bottom: -90px;
    right: 0;
}
.form-5-3::before {
    position: absolute;
    bottom: 0px;
    right: 0px;
    content: "";
    border-top: 220px solid transparent;
    border-bottom: 220px solid transparent;
    border-right: 220px solid #ff8604;
}
.bloc-sect-5 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
}
.Desktop .bloc-5 {
    padding: 15px;
}
.bloc-text-5 {
    position: relative;
}
.icon-5 {
    position: absolute;
    top: -16px;
    left: 35px;
    height: 70px;
    width: 70px;
    background-color: #003366;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 500ms ease;
    z-index: 2;
}
.icon-5 img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}
.img-5 img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}
.text-5 {
    position: relative;
    display: block;
    background-color: #ffffff;
    padding: 80px 20px 20px;
    clip-path: polygon(0 1%, 100% 10%, 100% 100%, 0% 100%);
    margin-left: 15px;
    margin-right: 15px;
    margin-top: -80px;
    transition: all 500ms ease;
    z-index: 1;
}

/*page-devis*/
.page-devis {
    padding: 100px 0;
    background-image: url(../images/img/bg-devis.webp);
    background-size: cover;
    background-position: center center;
}
.bloc-devis {
    display: grid;
    grid-template-columns: 41.66666667% 58.33333333%;
    justify-content: center;
    align-items: center;
}
.Desktop .bloc-d-l {
    padding-left: 15px;
    padding-right: 30px;
}
.bloc-cont-d {
    padding: 35px;
    margin-right: 25px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}
.bloc-titre-devis {
    text-align: center;
    margin-bottom: 60px;
}
.titre-devis {
    font-weight: 600;
    font-size: 36px;
    color: #003366;
    text-transform: uppercase;
}
.titre-d-l {
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 30px;
}
.adress-box {
    display: flex;
    gap: 25px;
    margin-bottom: 20px;
    align-items: center;
}
span.adress-icon {
    min-width: 45px;
    height: 45px;
    background: #ff8604;
    display: flex;
    align-items: center;
    justify-content: center;
}
span.adress-icon img {
    width: 25px;
    height: 25px;
    object-fit: contain;
    filter: invert(1);
}
.info span {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
}
.info p {
    color: #fff;
    line-height: 1.5;
}
.info a {
    display: block;
    color: #fff;
    line-height: 1.5;
}
input#mail {
    display: none;
}
.titre-d-r {
    font-size: 30px;
    margin-bottom: 30px;
}
.inline {
    margin-bottom: 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    justify-content: center;
}
.form-input {
    display: block;
    width: 100%;
    max-width: 100%;
    color: #212529;
    background: #fff;
    border: 1px solid #ced4da;
    padding: 15px;
    font-family: inherit;
    outline: none;
}
.form-input::placeholder {
    color: #212529;
}
textarea.form-input {
    min-height: 100px;
    margin-bottom: 20px;
}

/*footer*/
.footer {
    padding: 100px 0 0;
    background-image: url(../images/img/bg-footer.webp);
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 0;
}
.footer::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .75;
    top: 0;
    left: 0;
    z-index: -1;
}
.footer-top {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
}
.bloc-f img {
    width: 250px;
    height: 115px;
    object-fit: contain;
    background: #fff;
    border-radius: 5px;
}
/*.Desktop .footer-item {
    grid-column: span 2;
}
.Desktop .footer-item ul {
    column-count: 2;
}*/
.links {
    display: flex;
    gap: 7px;
    margin-top: 15px;
}
.links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background: #003366;
    border-radius: 50%;
    transition: all 500ms ease;
}
.links a:hover {
    background: #ff8604;
    transition: all 500ms ease;
}
.links img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    filter: invert(1);
}
.titre-footer {
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}
.footer-item li {
    display: block;
    margin-bottom: 10px;
}
.footer-item a {
    color: #fff;
    padding-left: 30px;
    display: block;
    line-height: 1.5;
    position: relative;
    transition: all 500ms ease;
}
.footer-item a:hover {
    color: #ff8604;
    transition: all 500ms ease;
}
.footer-item a::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 2px;
    background: #ff8604;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.footer-bottom {
    border-top: 1px solid #FFFFFF21;
    margin-top: 60px;
    padding: 20px 0;
    text-align: center;
    color: #fff;
}
p.copyright-text a {
    color: #fff;
}
a.agence_ {
    position: relative;
    top: 5px;
}

.pub-2.m-t {
    margin-top: -80px;
}

/*section-p*/
.section-p {
    position: relative;
    margin-top: 80px;
}
.section-p::before {
    position: absolute;
    content: "";
    right: 0;
    top: -185px;
    width: 49.5%;
    height: 185px;
    background: #212121;
    z-index: -1;
}
.section-p::after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 49.5%;
    height: 100%;
    background: #212121;
    z-index: -1;
}
.bloc-sect-p {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
}
.img-p {
    margin-left: 35px;
}
.img-p img {
    width: 100%;
    height: 630px;
    object-fit: cover;
}
.bloc-text-p {
    padding-top: 80px;
    padding-left: 60px;
    padding-bottom: 80px;
}
.text-p {
    margin-bottom: 55px;
    color: #fff;
}
.bloc-ic-p {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
    gap: 10px;
}
.bloc-item-p {
    padding: 30px 25px;
    background: #4c4a4a;
    text-align: center;
}
.bloc-item-p p {
    font-size: 18px;
    line-height: 28px;
    color: #ffffff;
}

.section-1.no-bg {
    background: none;
}
.section-1.no-bg::before {
    display: none;
}
.section-1.no-bg .bloc-text-1 {
    color: #212121;
}
.section-1.no-bg .sub-title {
    color: #003366;
}

/*section-1-p*/
.section-1-p {
    background: #003366;
    padding-bottom: 100px;
    position: relative;
    z-index: 0;
    background-image: url(../images/img/brush-1.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 14.2% auto;
}
.bloc-sect-p-1 {
    display: grid;
    grid-template-columns: 41.6666666667% 58.3333333333%;
    justify-content: center;
}
.bloc-img-p-1 {
    position: relative;
    display: block;
    margin-right: 180px;
    margin-bottom: 110px;
}
.img-1-p {
    position: relative;
    display: block;
    border-bottom-left-radius: 53px !important;
    overflow: hidden;
}
.img-1-p img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
.Mobile .img-1-p img { 
    height: 250px; 
}
.img-2-p {
    position: absolute;
    bottom: 0;
    right: -180px;
    border-bottom-right-radius: 53px !important;
    overflow: hidden;
}
.img-2-p img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bloc-text-p-1 {
    position: relative;
    display: block;
    margin-left: 70px;
    margin-top: 100px;
    color: #fff;
}
.btn-cont.bt-f {
    background: #fff;
    color: #212121;
}
.btn-cont.bt-f:hover {
    color: #fff;
}
/*.realisations .homeslider,
.mentions .homeslider,
.contact .homeslider,
.devis .homeslider {
    height: 400px !important;
}*/
div#realisations,
.page-mention {
    padding: 60px 0;
}
.Mobile .page-mention {
    padding-left: 15px;
    padding-right: 15px;
}
b.titre-album {
    display: block;
    font-size: 32px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.row-rea {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    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;
}

/*resp mob*/
.Mobile header.header,
.Tablet header.header {
    position: fixed;
    background-image: linear-gradient(110deg, #fff 65%, #212121 0%);
}
.nav-mobile img {
    width: 35px;
    height: 35px;
    object-fit: contain;
    filter: invert(1);
}
.Mobile .logo-top img,
.Tablet .logo-top img {
    width: 190px;
    height: 100px;
    object-fit: contain;
}
.Mobile .btn_ {
    flex-direction: column;
    gap: 7px;
}
.Mobile .homeslider,
.Tablet .homeslider {
    height: 600px;
}
.Mobile .caption {
    grid-template-columns: 100%;
    padding: 0 20px;
    top: 30%;
}
.Tablet .caption {
    grid-template-columns: 100%;
    padding: 0 20px;
    top: 37%;
}
.Mobile .btn-cont {
    width: 230px;
    text-align: center;
}
.Mobile .title-slider {
    font-size: 20px;
}
.Mobile .title-slider::first-line,
.Mobile .title-slider-p {
    font-size: 28px;
}
.Mobile .bp img,
.Tablet .bp img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}
.Mobile .bloc-pub {
    flex-direction: column;
    gap: 7px;
}
.Mobile .bp span,
.Tablet .bp span {
    font-size: 18px;
}
.Mobile section.pub {
    background-image: linear-gradient(290deg, #ffffff00 20%, #ff8604 0%);
    padding: 20px 10px;
}

.Mobile .section-1,
.Mobile .section-cat,
.Mobile .section-3,
.Mobile .section-4,
.Mobile .section-5,
.Mobile .page-devis {
    padding: 50px 0;
}
.Mobile .bloc-sect-1,
.Tablet .bloc-sect-1 {
    display: flex;
    flex-direction: column-reverse;
    gap: 40px;
}
.Mobile .cat-item {
    min-width: 300px;
}
.Mobile .titre-cat {
    font-size: 32px;
}
.Mobile .bloc-sect-2,
.Tablet .bloc-sect-2 {
    grid-template-columns: 100%;
    position: relative;
    z-index: 1;
    padding: 30px 0;
    gap: 40px;
}
.Mobile .img-2-1 {
    height: 350px;
}
.Mobile .img-int {
    bottom: 0;
    left: auto;
    right: 0;
    width: 130px;
    height: 130px;
}
.Mobile .img-int img {
    width: 120px;
    height: 120px;
    object-fit: contain;
}
.Mobile .form-2-2 img,
.Tablet .form-2-2 img {
    filter: grayscale(1) invert(1);
}
.Mobile .bloc-sect-3,
.Tablet .bloc-sect-3 {
    display: flex;
    flex-direction: column-reverse;
}
.Mobile .bloc-img-3,
.Tablet .bloc-img-3 {
    width: 100%;
    left: 0;
}
.Mobile .bloc-text-3 .text {
    padding: 30px 15px;
}
.Mobile .section-3 h2 {
    padding-bottom: 20px;
    padding-left: 0;
    padding-top: 40px;
    margin-bottom: 20px;
}
.Mobile .section-3 h2::before,
.Mobile .section-3 h2::after {
    top: 0;
}
.Mobile .pub-2 {
    padding: 30px 0px;
    margin-top: -20px;
}
.Mobile .bloc-pub-2 {
    grid-template-columns: 100%;
    gap: 20px;
}
.Mobile .text-r p {
    max-width: 85%;
    display: none;
}
.Mobile .section-4,
.Mobile .overlay-sect-4,
.Mobile .section-1-p,
.Tablet .section-4,
.Tablet .overlay-sect-4,
.Tablet .section-1-p {
    background-size: 40% auto;
}
.Mobile .bloc-sect-4,
.Tablet .bloc-sect-4 {
    grid-template-columns: 100%;
    gap: 40px;
}
.Mobile .bloc-sect-5,
.Tablet .bloc-sect-5 {
    grid-template-columns: 100%;
    gap: 30px;
    position: relative;
    z-index: 1;
}
.Mobile .titre-devis {
    font-size: 26px;
}
.Mobile .bloc-devis {
    grid-template-columns: 100%;
    gap: 40px;
}
.Mobile .bloc-titre-devis {
    margin-bottom: 30px;
}
.Mobile .bloc-cont-d,
.Tablet .bloc-cont-d {
    background: #003366d1;
    margin: 0;
    padding: 35px 20px;
}
.Mobile adress-box {
    gap: 15px;
}
.Mobile .titre-d-r {
    font-size: 28px;
    text-shadow: 0px 0px 4px #fff;
    margin-bottom: 20px;
}
.Mobile .footer {
    padding: 50px 0 0;
}
.Mobile .footer-top {
    grid-template-columns: 100%;
    gap: 40px;
}
.Mobile .footer-bottom {
    margin-top: 30px;
}
.Tablet .bloc-devis {
  grid-template-columns: 45% 50%;
  gap: 30px;
}
.Tablet .footer-top {
  grid-template-columns: repeat(2, 1fr);
}
.Tablet .img-4-2 div {
  margin-left: -60%;
}

/*resp presta*/
.Mobile .bloc-sect-p,
.Tablet .bloc-sect-p {
    grid-template-columns: 100%;
}
.Mobile .img-p,
.Tablet .img-p {
    margin-left: 0;
}
.Mobile .bloc-text-p,
.Tablet .bloc-text-p {
    padding-top: 50px;
    padding-left: 0;
    padding-bottom: 50px;
}
.Mobile .section-p::before,
.Tablet .section-p::before {
    top: -144px;
    width: 100%;
    height: 145px;
}
.Mobile .section-p::after,
.Tablet .section-p::after {
    width: 100%;
}
.Mobile .section-p {
    margin-top: 50px;
}
.Mobile .img-p img {
    height: 250px;
}
.Mobile .bloc-ic-p {
    grid-template-columns: 100%;
}
.Mobile .bloc-sect-p-1,
.Tablet .bloc-sect-p-1 {
    grid-template-columns: 100%;
    gap: 40px;
}
.Mobile .bloc-img-p-1,
.Tablet .bloc-img-p-1 {
    margin: 0;
}
.Mobile .img-2-p ,
.Tablet .img-2-p {
    bottom: -100px;
    right: 0;
}
.Mobile .bloc-text-p-1 {
    margin-left: 0;
}
.Tablet .title-slider-p {
  font-size: 42px;
}

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

/*menu-mob*/
.Mobile .menu, .Tablet .menu {
    position: fixed;
    z-index: 11;
    width: 100%;
    height: 100vh;
    background: #212121;
    top: 0;
    right: 0;
    padding-top: 130px;
    transform: translateX(100%);
    transition: all .3s ease-in-out;
}
.menu.show {
    transform: translateX(0);
    transition: all .3s ease-in-out;
}
.close {
    position: absolute;
    top: 30px;
    right: 20px;
    width: 40px;
    height: 40px;
}
.close img {
    width: 20px;
    height: 20px;
    filter: invert(1);
}
.Mobile li.nav-item a,
.Tablet li.nav-item a {
    display: inline-block;
    padding: 12px 5px;
    font-size: 14px;
    line-height: 1.5;
}
li.nav-item.test > a {
    padding-right: 50px;
}
.Mobile li.nav-item,
.Tablet li.nav-item {
    border-bottom: 1px solid #ffffff0a;
    padding: 0;
}
.tel-top {
    position: absolute;
    right: 0;
    top: 100%;
    display: flex;
    justify-content: center;
    gap: 15px;
}
.Mobile .tel-top, .Tablet .tel-top {
  right: auto;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  background: #036;
  position: fixed;
  top: 104px;
  padding: 5px 0;
}
.tel-top a {
    display: flex;
    align-items: center;
    gap: 5px;
    background: #ff8604;
    color: #212121;
    font-size: 18px;
    font-weight: 600;
    padding: 10px;
    border-radius: 0 0 10px 10px;
}
.tel-top img {
    width: 18px;
    height: 18px;
    object-fit: contain;
    filter: invert(1);
}
.Mobile p.copyright-text a {
    display: block;
}
.logo-d {
    margin-bottom: 20px;
    background: #fff;
    width: max-content;
    padding: 5px;
}
.logo-d img {
    width: 200px;
    height: 61px;
    object-fit: contain;
}


.Desktop.ville .title-slider::first-line, .title-slider {
    font-size: 30px;
    color: #fff;
    font-weight: 900;
    font-style: normal;
    text-transform: uppercase;
    margin: 30px 0;
}
.Desktop.ville .title-slider {
    line-height: normal;
    font-size: 28px;
    color: #ffffff;
    font-weight: 500;
    /* margin: 0; */
    font-style: italic;
    text-transform: none;
}
.Mobile .title-slider {
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
}


/*----------------------------------------------------------
MENTIONS
---------------------------------------------------------*/
.mentions h2 {
    padding: 20px 0;
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
}
.mentions ol {
    max-width: 100%;
    width: 80%;
    margin: auto;
    padding: 0 0 30px;
}
body.Mobile.mentions ol {
    width: 100%; 
    padding:0 20px 20px;
}
.mentions h3 {
    font-size: 20px; 
    font-weight: 600;
    margin: 30px 0 15px;
}

.Desktop header.header { 
    background-image: linear-gradient(110deg, #ffffff 50%, #003366 0%); 
}
.Desktop .bloc-header { 
    background: linear-gradient(110deg, #ffffff 25%, #003366 0%);
}