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

body {
  font-family: sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
}
.container {
    padding-left: 15px;
    padding-right: 15px;
    margin: auto;
}
.Desktop .container {
    max-width: 1320px;
}
.Desktop .top-nav .container {
    max-width: 1480px;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

a,
a:hover {
  text-decoration: none;
}

/*------------------------------------*\
    Flaunt JS Navigation
\*------------------------------------*/
.nav {
    position:relative; 
    padding-left: 40px;
}
.nav-list {
    text-align: center;
    display: flex;
}
.nav-list:after {
  content: "";
  clear: both;
  display: table;
}
.nav-item {
    display: block;
    padding: 0 5px;
}
.nav-item a {
    display: block;
    color: #fff;
    font-size: 15px;
    position: relative;
    transition: all .3s ease;
}
/*.nav-item a::before {
    position: absolute;
    content: "";
    right: 0;
    bottom: -5px;
    width: 0%;
    height: 1px;
    background: #ffd700;
    transition: all .3s ease;
}*/
.Desktop .nav-item:hover a::before,
.nav-item.active a::before {
    width: 100%;
    left: 0;
    transition: all .3s ease;
}
.Desktop li.nav-item:hover > a,
li.nav-item.active > a {
    color: #ffd700;
    transition: all .3s ease;
}
.Desktop .nav-item:hover .nav-submenu {
  display:block;
}

/* Navigation submenu */
.nav-submenu {
  display:none;
  padding-left: 0;
  position:absolute;
  left:0;
  min-width: 250px;
  background: rgba(0,0,0,0.6);
  border-top: 1px solid #000;
  text-align: left;
  z-index: 3;
}
.nav-submenu-item a {
  border-bottom: 1px dotted #848484;
  display:block;
  margin: 0;
  padding:15px;
}
.nav-submenu-item:last-child a {
  border-bottom: none;
}
.nav-submenu-item a:hover, 
.nav-submenu-item a:focus  {
    background: #9e2a2b;
}
.nav-submenu-item.active a {
  background: #d9bb03;
  color: #000;
}
/* Mobile navigation */
.nav-mobile {
  display: none;
      border-radius: 5px;
    cursor: pointer;
    top: 0;
    right: 5%;
    background: #ffd700 url(../images/nav.png) no-repeat center;
    background-size: 30px;
    height: 50px;
    width: 60px;
    padding-left: 14px;
}
.nav-mobile span {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}
/* Mobile navigation, clickable area for revealing <ul> */
.nav-click {
  background-color:#d9bb03;
  position:absolute;
  top:0;
  right:0;
  display:none;
  border-left:1px solid #d9bb03;
  height:49px;
  width:50px;
  cursor:pointer;
}
.nav-click i {
  display:block;
  height:48px;
  width:48px;
  background:url('../images/drop.svg') no-repeat center center;
  background-size:20px;
}
.nav-click:hover {
  background-color:#d9bb03;
}
.nav-rotate {
  -webkit-transform:rotate(180deg);
  -moz-transform:rotate(180deg);
  -ms-transform:rotate(180deg);
  -o-transform:rotate(180deg);
  transform:rotate(180deg);
}

.Mobile .nav-mobile,
.Tablet .nav-mobile {
    display: flex;
    align-items: center;
}
.Mobile .nav,
.Tablet .nav {
    padding: 0;
    position: absolute;
    left: 0;
    width: 100%;
    max-width: 100%;
    z-index: 30;
    top: 100%;
}
.Mobile .nav-list,
.Tablet .nav-list {
    background: #000;
    display:none;
    text-align: left;
}
.Mobile .nav-item,
.Tablet .nav-item {
    width:100%;
    float:none;
    padding: 15px;
}
/*.Mobile .nav-item a {
    width: max-content;
}*/
.Mobile .nav-click, .Tablet .nav-click {
    display: block;
    z-index: 9999;
}
.Mobile .nav-mobile-open,
.Tablet .nav-mobile-open {
    border-radius:5px 5px 0 0;
    -webkit-border-radius:5px 5px 0 0;
    -moz-border-radius:5px 5px 0 0;
}
.Mobile .nav-submenu,
.Tablet .nav-submenu {
    background: #222;
    position:static;
    width:100%;
}

header#header {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    transition: all 500ms ease;
    z-index: 999;
}
.Desktop .top-nav {
    border-bottom: 1px solid rgba(255, 255, 255, 0.102);
}
.top-nav-bloc {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
}
.logo-top {
    flex: 0 0 15%;
}
a.logo {
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    width: fit-content;
}
a.logo img {
    width: 220px;
    height: 90px;
    object-fit: contain;
}
.tel-top {
    flex: 0 0 15%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 12px;
}
.tel-top span {
    width: 45px;
    height: 45px;
    background: #9e2a2b;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tel-top img {
    width: 25px;
    height: 25px;
    object-fit: contain;
}
.tel-top a {
    color: #fff;
    font-size: 18px;
    display: block;
}
.btn a,
.btn-devis-gratuit {
    position: relative;
    display: inline-block;
    outline: none !important;
    background-color: #ffd700;
    border: 1px solid #ffd700;
    color: #000;
    line-height: 18px;
    padding: 20px 55px 20px 30px;
    border-radius: 7px;
    transition: all 0.3s linear;
    z-index: 1;
    cursor: pointer;
    font-weight: 600;
}
.btn a:hover,
.btn-devis-gratuit:hover {
    background-color: transparent;
    color: #fff;
    transition: all 0.3s linear;
}
a.btn-cont {
    background: none;
    border: 1px solid #fff;
    color: #fff;
    transition: all 0.3s linear;
}
a.btn-cont:hover {
    background: #fff;
    border: 1px solid #fff;
    color: #000;
    transition: all 0.3s linear;
}
.btn_.btn a::before {
    content: "";
    position: absolute;
    z-index: 1111;
    width: 30px;
    height: 2px;
    background: #ffd700;
    left: 0;
    bottom: -8px;
}
.btn_.btn a::after {
    content: "";
    position: absolute;
    z-index: 1111;
    width: 25px;
    height: 25px;
    background-image: url(../images/img/left.webp);
    background-size: cover;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s linear;
}
.btn_.btn a:hover::after {
    filter: invert(1);
    transition: all .3s linear;
}
.btn_.btn a.btn-cont:hover::after {
    filter: invert(0);
    transition: all .3s linear;
}
.btn_.btn a.btn-cont::before {
    background: #fff;
}
.btn_.btn a.btn-cont::after {
    filter: invert(1);
}

.homeslider {
    position: relative;
    height: 750px;
    overflow: hidden;
}
.homeslider::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(180deg,rgba(255, 255, 255, 1) 0%, rgba(232, 246, 233, 1) 0%, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.26) 50%, rgba(255, 255, 255, 0) 100%);
}
.homeslider::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(45deg,rgba(255, 255, 255, 1) 0%, rgba(232, 246, 233, 1) 0%, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.26) 50%, rgba(255, 255, 255, 0) 100%);
}
.slider-one__top {
    position: absolute;
    top: 127px;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    z-index: 3;
}
.slider-one__top .border-left {
    position: relative;
    display: block;
    width: 100%;
    height: 2px;
    background: rgba(255, 255, 255, 0.6);
}
.slider-one__top .border-right {
    position: relative;
    display: block;
    width: 100%;
    height: 2px;
    background: rgba(255, 255, 255, 0.6);
}
.slider-one__top .text {
    position: relative;
    display: block;
    margin-left: 35px;
    margin-right: 35px;
    max-width: 130px;
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    text-transform: capitalize;
    color: #fff;
    text-align: center;
}
.slides {
    height: 100%;
}
.banner {
    height: 750px !important;
    background-size: cover;
    background-repeat: no-repeat;
}
.capiton_slider {
    position: absolute;
    z-index: 11;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -37%);
}
.Desktop .bloc-capt-text {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    justify-content: center;
    align-items: center;
    gap: 30px;
}
.Desktop .capt-text {
    padding-right: 50px;
}
.titre-s {
    color: #ffd700;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 2px;
}
.titre-s_ {
    line-height: 82px;
    color: #fff;
    font-size: 70px;
    font-weight: 700;
    margin: 25px 0;
}
.btn_ {
    display: flex;
    gap: 15px;
}

/* 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;
}

/*section-1*/
.section-1 {
    background: #F4F1EE;
    padding: 100px 0;
}
.titre-sect {
    padding: 6px 20px;
    display: block;
    width: max-content;
    background-color: #9e2a2b;
    border: 1px solid rgb(81 175 247 / 20%);
    border-radius: 30px;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 2.8px;
    margin: 0 0 20px;
}
.m-auto {
    margin-left: auto;
    margin-right: auto;
}
.titre-1 {
    text-align: center;
    color: #000;
    font-weight: 600;
    margin: auto;
    max-width: 75%;
    font-size: 32px;
}
h1  {
    font-size: 32px;
}
.Mobile h1 {
    font-size: 26px;
    text-align: left;
    line-height: 1.3;
}
.Mobile h2 {
    font-size: 22px;
    line-height: 1.3;
}
.Mobile h3 {
    font-size: 20px;
    line-height: 1.3;
}
.bloc-text-1 {
    text-align: center;
    border-radius: 8px;
    background-color: #fff;
    padding: 60px 0 60px;
    position: relative;
    z-index: 1;
    transition: all .3s ease;
    overflow: hidden;
    margin-bottom: 10px;
    margin-top: 25px;
    position: relative;
}
.icon-1 {
    border-radius: 50%;
    background-color: #f4f1ee;
    height: 80px;
    width: 80px;
    text-align: center;
    margin: 0 auto 40px;
    position: relative;
    z-index: 1;
    transition: all .3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon-1::before {
    position: absolute;
    z-index: -1;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 100%;
    background: #ffd700;
    border-radius: 50%;
    transition: all .3s ease;
}
.icon-1 img {
    width: 50px;
    height: 50px;
}
.bloc-text-1:hover .icon-1::before {
    width: 100%;
    transition: all .3s ease;
}
.bloc-text-1:hover .icon-1 img {
    filter: brightness(0) invert(1);
}
.text-1 {
    text-align: justify;
    max-width: 90%;
    margin: auto;
}
.text-1 h2 {
    text-align: center;
}
.btn-1 {
    margin-top: 30px;
}
.btn-1 a {
    display: inline-block;
    border-radius: 5px;
    background-color: #9e2a2b;
    border: 1px solid rgb(81 175 247 / 20%);
    position: relative;
    z-index: 1;
    transition: all .3s ease;
    padding: 9px 28px;
    color: #ffd700;
    font-weight: 500;
}
.btn-1 a::before {
    position: absolute;
    z-index: -1;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 100%;
    background: #ffd700;
    border-radius: 5px;
    transition: all .3s ease;
}
.bloc-text-1:hover .btn-1 a::before {
    width: 100%;
    transition: all .3s ease;
}
.bloc-text-1:hover .btn-1 a {
    color: #fff;
}
.bloc-text-1:hover .text-1 h2 {
    color: #ffd700;
    transition: all .3s ease;
}

/*section-2*/
.section-2 {
    padding: 100px 0;
}
.bloc-sect-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
}
.section-2 .btn a:hover,
.section-3 .btn a:hover,
.section-5 .btn a:hover,
.presta-2 .btn a:hover {
    background-color: #000;
    border-color: #000;
}
.section-2 .btn a:hover::before,
.section-3 .btn a:hover::before,
.section-5 .btn a:hover::before,
.presta-2 .btn a:hover::before {
    background: #000;
}
.section-2 .titre-sect {
    margin-left: 0;
}
.img-2 {
    margin-right: 70px;
}
.img-2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.text-2 {
    margin-bottom: 30px;
}
.text-2 p {
    padding-right: 60px;
}
.logo-divers {
    width: 90%;
    border-radius: 4px;
    background-color: #f4f1ee;
    border-left: 5px solid #ffd700;
    padding: 20px 25px 21px 25px;
    transition: all .3s ease;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 15px;
}
.logo-divers img {
    width: 120px;
    height: 105px;
    object-fit: contain;
}
.sep {
    height: 100px;
}
.img-3 {
    margin-left: 70px;
}
.img-3 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.bloc-text-2 {
    position: relative;
}
.satisfaction {
    position: absolute;
    right: -170px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: 0px 30px 70px 0px rgba(244, 241, 238, 0.51);
    display: inline-block;
    padding: 35px 25px 50px;
    text-align: center;
    font-size: 70px;
    font-weight: 600;
}
.satisfaction span {
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    display: block;
}

/*section-cat*/
.section-cat {
    background: #F4F1EE;
    padding: 100px 0;
}
.cat-item {
    position: relative;
    overflow: hidden;
    margin: 0 15px;
    border-radius: 10px;
}
.Mobile .cat-item {
    margin: 0 20px;
}
.cat-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cat-item::before {
    position: absolute;
    z-index: 1;
    content: "";
    left: 0;
    bottom: -40px;
    width: 87%;
    height: 0;
    border: 20px solid #ffd700;
    border-radius: 10px;
    transition: all .3s ease;
}
.cat-item:hover::before,
.cat-item.active::before {
    height: 89%;
    bottom: 0;
    transition: all .3s ease;
}
.content-cat {
    position: absolute;
    z-index: 1;
    bottom: -160px;
    left: 0;
    background: #ffd700;
    width: 85%;
    padding: 30px 10px 30px 25px;
    border-radius: 0 15px 0 10px;
    transition: all .3s ease;
}
.Desktop .cat-item:hover .content-cat,
.Desktop .cat-item.active .content-cat {
    bottom: 0;
    transition: all .3s ease;
}
.content-cat a {
    color: #000;
    font-weight: 600;
}
.categories {
    display: flex;
    overflow: hidden;
    margin-top: 40px;
}
.Desktop .cat-item {
    min-width: 290px;
}

/*section-3*/
.section-3 {
    padding: 100px 0;
}
.bloc-sect-3 {
    background: #F4F1EE;
    padding: 40px;
    border-radius: 10px;
    display: grid;
    grid-template-columns: 57% 43%;
    justify-content: center;
}
.text-3 {
    border-radius: 10px;
    background-color: #fff;
    padding: 30px;
    margin: 10px 0 30px;
}
.bloc-img-3 {
    margin-right: 50px;
    border-radius: 20px;
    overflow: hidden;
}
.bloc-img-3 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*section-4*/
.section-4 {
    background-image: url(../images/img/bg-last.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
    position: relative;
    z-index: 0;
}
.section-4::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #000000cc;
    top: 0;
    left: 0;
}
.Desktop .section-4::after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-image: url(../images/img/last-bg.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom right;
    bottom: 0;
    right: 0;
}
.text-5 {
    color: #fff;
    max-width: 60%;
    margin-bottom: 30px;
}
.text-5 h2 {
    font-size: 28px;
}

/*section-cont*/
.section-cont {
    padding: 100px 0;
}
.bloc-sect-cont {
    grid-template-columns: 50% 50%;
}
input#mail {
    display: none;
}
.titre-cont {
    font-size: 28px;
    line-height: 1.3;
    color: #000;
    font-weight: 600;
    margin-bottom: 20px;
}
.form-input {
    width: 100%;
    max-width: 100%;
    height: 56px;
    padding: .375rem .75rem;
    padding-left: 30px;
    font-family: inherit;
    font-size: 16px;
    outline: 0;
    border: 0;
    transition: all .3s ease;
    border-radius: 8px;
    color: #232323;
    margin-bottom: 1.25em;
    background-color: #fff;
}
.form-input::placeholder {
    color: #232323;
}
textarea.form-input {
    min-height: 130px;
    max-height: 130px;
    padding: 20px;
    border-radius: 15px;
}
.btn-devis-gratuit {
    padding: 20px 50px;
    font-size: 16px;
}
.btn-devis-gratuit:hover {
    color: #000;
    background: transparent;
}
.bloc-devis {
    padding-left: 60px;
}
.img-4 img {
    width: 100%;
    height: 100%;
    max-height: 720px;
    object-fit: cover;
    border-radius: 10px;
}

/*section-5*/
.section-5 {
    padding: 100px 0 0;
}
.bloc-sect-5 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    justify-content: center;
}
.text-6 {
    margin-bottom: 30px;
}
.bloc-img-5 img {
    width: 90%;
    height: 430px;
    object-fit: cover;
    border-radius: 10px;
}
img.img-5 {
    position: relative;
    width: 65%;
    height: 260px;
    margin-top: -160px;
    float: right;
}
.bloc-img-5 {
    position: relative;
}
.bloc-img-5::before {
    content: "";
    position: absolute;
    right: 5%;
    top: 0;
    width: 15px;
    height: 48%;
    background: #ffd700;
    border-radius: 10px;
}

/*footer*/
.footer {
    background: #9e2a2b;
    color: #fff;
    padding: 95px 0px 30px 0px;
}
.footer-top {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
    gap: 50px;
}
.titre-f {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 35px;
}
form#rappel_immediat {
    position: relative;
}
button.btn-sub.btn-f {
    position: absolute;
    z-index: 1;
    top: 10px;
    right: 10px;
    background: #ffd700;
    border: none;
    width: 45px;
    height: 45px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    transition: all .3s ease;
}
button.btn-sub.btn-f:hover {
    transform: rotate(45deg);
    transition: all .3s ease;
}
button.btn-sub::before {
    content: "";
    width: 22px;
    height: 22px;
    background-image: url(../images/img/envoi.webp);
    background-size: cover;
    filter: invert(1);
}
form#rappel_immediat .form-input {
    display: inline-block;
    background: rgba(29, 34, 41, 0.502);
    border: none;
    outline: 0;
    width: 100%;
    height: 65px;
    border-radius: 0 30px 30px 0;
    font-size: 16px;
    color: rgba(254, 254, 254, 0.6);
    font-weight: 400;
    padding-left: 30px;
    position: relative;
    z-index: 1;
}
form#rappel_immediat .form-input::placeholder {
    color: rgba(254, 254, 254, 0.6);
}
ul.nav-foot li {
    display: block;
}
.footer-item a {
    color: #fff;
    line-height: 35px;
}
.footer-item a:hover {
    color: #ffd700;
    transition: all .3s ease;
}
ul.nav-foot a {
    position: relative;
    padding-left: 35px;
    display: block;
}
ul.nav-foot a::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 3px;
    background: #fff;
    left: 0;
    border-radius: 5px;
    top: 50%;
    transform: translateY(-50%);
}
ul.nav-foot a::after {
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    background: #fff;
    left: 24px;
    top: 50%;
    transform: translateY(-50%);
}
.adr,
.tel-f {
    display: flex;
    align-items: center;
    gap: 7px;
}
.tel-f {
    margin: 5px 0;
}
.footer-item img {
    width: 23px;
    height: 23px;
    object-fit: contain;
}
.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #1D222980;
    margin-top: 75px;
    padding: 22px 28px 22px 40px;
    border-radius: 10px;
}
.copyright {
    display: flex;
    align-items: center;
    gap: 8px;
}
.copyright a {
    color: #ffea78;
}

.links {
    display: flex;
    align-items: center;
    gap: 7px;
}
.links img {
    width: 20px;
    height: 20px;
    transition: all .3s ease;
}
.links a {
    opacity: .6;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, .6);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    transition: all .3s ease;
}
.links a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    background: #ffd700;
    z-index: -1;
    transition: all .3s ease;
}
.links a:hover::before {
    height: 100%;
    transition: all .3s ease;
}
.links a:hover img {
    filter: invert(1);
    transition: all .3s ease;
}
.links a:hover {
    border-color: #ffd700;
    transition: all .3s ease;
}

/*prestations*/
section.presta-cat {
    padding: 100px 0 50px;
}
.Desktop .f-right img {
    float: right;
}
.bloc-img-5.f-right::before {
    right: auto;
    left: 5%;
}
.presta-1 {
    padding: 100px 0 280px;
    background-image: url(../images/img/bg-presta-1.webp);
    background-size: cover;
    margin-top: 100px;
}
.presta-2 {
    margin-top: -240px;
    padding-bottom: 100px;
}
.bloc-presta-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    gap: 50px;
}
.bloc-text-presta-2 {
    background-image: url(../images/img/bg-presta-2.webp);
    background-position: center center;
    background-repeat: no-repeat;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0);
    padding: 60px 40px;
}
.icon-presta-2 {
    margin-bottom: 20px;
    text-align: center;
}
.icon-presta-2 img {
    width: 60px;
    height: 60px;
}
.text-presta-2 {
    margin-bottom: 30px;
}
.presta-1 .titre-1 {
    color: #fff;
}
.section-5.b-100 {
    padding-bottom: 100px;
}
.section-5.tp-100 {
    padding: 0 0 100px;
}

/*resp*/
.Mobile .tel-top,
.Tablet .tel-top {
    justify-content: center;
    margin-top: 5px;
}
.Mobile .tel-top a,
.Tablet .tel-top a {
    background: #ffd700;
    border-radius: 5px;
    padding: 7px 10px;
    color: #000;
}
.Mobile .top-nav-bloc,
.Tablet .top-nav-bloc {
    padding: 10px 5px 5px;
    background: #1d1d1d;
    margin: 0 -10px;
    border-radius: 0 0 5px 5px;
}
.Mobile .banner,
.Mobile .homeslider {
    height: 600px !important;
}
.Mobile header#header,
.Tablet header#header {
    position: fixed;
    top: 0;
    width: 100%;
}
.Mobile .titre-s_ {
    color: #fff;
    font-size: 28px;
    line-height: 1.3;
    font-weight: 600;
    margin: 10px 0 20px;
}
.Mobile .btn_ {
    flex-direction: column;
    gap: 25px
}
.Mobile .capiton_slider {
    transform: translate(-50%, -25%);
}
.Mobile .titre-sect {
    width: 100%;
}
.Mobile .section-1,
.Mobile .section-2,
.Mobile .section-cat,
.Mobile .section-3,
.Mobile .section-4,
.Mobile .section-5,
.Mobile .section-cont {
    padding: 50px 0;
}
.Mobile .titre-1 {
    font-size: 26px;
    line-height: 1.3;
    max-width: 100%;
}
.Mobile .icon-1 {
    margin: 0 auto 25px;
}
.Mobile .text-1 h2 {
    text-align: left;
}
.Mobile .bloc-sect-2,
.Tablet .bloc-sect-2 {
    grid-template-columns: 100%;
    gap: 30px;
}
.Mobile .img-2,
.Tablet .img-2,
.Mobile .bloc-img-3,
.Tablet .bloc-img-3 {
    margin-right: 0;
}
.Mobile .logo-divers,
.Tablet .logo-divers {
    width: 100%;
}
.Mobile .logo-divers img {
    width: 60px;
    height: 60px;
}
.Mobile .text-2 p {
    padding-right: 0;
}
.Mobile .sep {
    height: 60px;
}
.Mobile .img-3,
.Tablet .img-3 {
    margin-left: 0;
}
.Mobile .content-cat,
.Tablet .content-cat {
    bottom: 0;
    padding: 20px;
}
.Mobile .bloc-sect-3,
.Tablet .bloc-sect-3 {
    padding: 40px 15px;
    grid-template-columns: 100%;
    gap: 30px;
}
.Mobile .text-3 {
    padding: 30px 15px;
}
.Mobile .text-5,
.Tablet .text-5 {
    max-width: 100%;
}
.Mobile .bloc-sect-5,
.Tablet .bloc-sect-5 {
    grid-template-columns: 100%;
}
.Mobile .bloc-devis {
    padding-left: 0;
}
.Mobile .footer {
    padding: 50px 0;
}
.Mobile .footer-top {
    grid-template-columns: 100%;
    gap: 30px;
}
.Mobile .titre-f {
    margin-bottom: 15px;
}
.Mobile .footer-bottom {
    flex-direction: column;
    margin-top: 40px;
    padding: 20px 15px;
    gap: 15px;
}
.Mobile .copyright {
    flex-direction: column;
    font-size: 15px;
}
.Tablet .footer-bottom {
  flex-direction: column;
  gap: 20px;
}
.Tablet .img-2 img,
.Tablet .img-3 img,
.Tablet .bloc-img-3 img,
.Tablet .img-4 img {
  height: 400px;
  object-fit: cover;
}
.Tablet form#rappel_immediat .form-input {
  font-size: 12px;
  padding-left: 10px;
}
.Tablet .footer-top {
  gap: 30px;
}

/*resp-presta*/
.Mobile section.presta-cat {
    padding: 50px 0;
}
.Mobile .presta-1 {
    padding: 50px 0;
    margin-top: 50px;
}
.Mobile .bloc-presta-2,
.Tablet .bloc-presta-2 {
    grid-template-columns: 100%;
    gap: 30px;
}
.Mobile .presta-2,
.Tablet .presta-2 {
    margin-top: -30px;
    padding-bottom: 40px;
}
.Mobile .bloc-text-presta-2,
.Tablet .bloc-text-presta-2 {
    background-position: top left;
    background-size: cover;
    padding: 30px 20px;
}
.Tablet .cat-item.active::before {
  height: 91%;
  width: 89%;
}
.Tablet .bloc-img-5 img.m-auto,
.Mobile .bloc-img-5 img.m-auto {
  margin: auto;
  display: block;
}
.Mobile .bloc-img-5 img.m-auto {
  height: 350px;
}
.Mobile .bloc-img-5::before {
    right: -1%;
}
.Tablet .bloc-img-5::before {
    right: 2%;
}
.Tablet .presta-1 {
  padding: 50px 0 80px;
}
.Tablet .bloc-img-5.f-right::before {
  right: auto;
  left: 2%;
}
.Mobile .bloc-img-5.f-right::before {
    right: auto;
    left: -1%;
}
.Mobile .row-reverse,
.Tablet .row-reverse {
    flex-direction: column-reverse;
    display: flex;
}
section.section-rea,
.page-mention {
    padding: 50px 15px;
}
b.titre-album {
    text-align: center;
    display: block;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.row-rea {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-content: center;
    gap: 15px;
}
a.swipebox img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

.blog_pageIntrouvable {
    background: #ffd700;
    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: #000;
}
.blog_pageIntrouvable p {
    font-size: 36px;
    line-height: 100%;
    margin-top: -21px;
    text-transform: uppercase;
    letter-spacing: 10px;
    color: #000;
}
.blog_pageIntrouvable span,
.blog_pageIntrouvable a {
    color: #000;
}
@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: #ffd700;
    color: #000;
    text-align: center;
    padding: 10px 0;
    font-size: 18px;
}
.Mobile div#Messages,
.Tablet div#Messages {
    padding: 5px;
    font-size: 15px;
    position: absolute;
    z-index: 1111;
    width: 100%;
}
.contacteznous {
    padding: 100px 0;
    background: #F4F1EE;
}
.bloc-contacteznous {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.cont-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    border: 2px solid #ddd;
    box-shadow: 2px 2px 2px #ddd;
    border-radius: 10px;
    padding: 20px;
    gap: 18px;
}
.icon-c {
    border-radius: 50%;
    background-color: rgb(255 255 255);
    min-width: 64px;
    width: 64px;
    height: 64px;
    transition: all .3s ease;
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon-c::before {
    position: absolute;
    z-index: -1;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 100%;
    background: #ffd700;
    border-radius: 50%;
    transition: all .3s ease;
}
.icon-c img {
    width: 30px;
    height: 30px;
    filter: invert(1) contrast(0.5);
}
.text-c span {
    display: block;
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 600;
    color: #001819;
    transition: all .3s ease;
}
.cont-item:hover .icon-c::before {
    width: 100%;
    transition: all .3s ease;
}
.cont-item:hover .icon-c img {
    filter: none;
}
.cont-item:hover .text-c span {
    color: #ffd700;
}
.text-c,
.text-c a {
    color: #616161;
    font-size: 18px;
    display: block;
}
.Mobile .contacteznous {
    padding: 50px 0;
}
.Mobile .bloc-contacteznous,
.Tablet .bloc-contacteznous {
    grid-template-columns: 100%;
    gap: 20px;
}
.Mobile .text-c,
.Mobile .text-c a {
    font-size: 16px;
}
.Mobile img.img-5 {
    height: 200px;
    margin-top: -100px;
}


.Desktop.ville .title-slider::first-line, 
.title-slider {
    font-size: 34px;
    color: #fff;
    font-weight: 900;
    font-style: normal;
    text-transform: uppercase;
    margin: 30px 0;
}
.Desktop.ville .title-slider {
    line-height: normal;
    font-size: 30x;
    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;
}

.text-agence {
    font-size: 12px;
    line-height: normal;
}
.text-agence a {
    color: #fff;
    text-decoration: underline;
}
.btn-et-tel {
    display: flex;
    gap: 20px;
}