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

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

@-moz-viewport {
  width: device-width;
}

@-ms-viewport {
  width: device-width;
}

@-webkit-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

body {
  font-family: "Calibri", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #3e3e3e;
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
  display: block;
}

figure {
  margin: 0;
}
a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
  transition: all .3s ease;
}

a:active,
a:hover,
a:focus {
  outline: 0;
  text-decoration: none;
}

img {
	border: 0;
	max-width: 100% !important;
}

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

h1, h2, h3, h4 {
  margin-bottom: 1.5rem;
  margin-top: 0;
  position: relative;
  line-height: 1.1;
  color: #000;
}

h1 {
  font-size: 30px;
}

h2 {
    font-size: 26px;
    line-height: 1.3;
    margin-bottom: 10px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 18px;
}

@media(max-width: 991px) {
  h1 {
    font-size: 26px;
  }

  h2 {
    font-size: 22px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 18px;
  }
}

.container, .container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.container-fuild {
    max-width: 1400px;
    width: 100%;
    margin: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

header.header {
    position: fixed;
    top: 0;
    z-index: 999;
    left: 0;
    right: 0;
    width: 100%;
    transition: all .3s ease;
}
header.header.bg-white {
    background: #fff;
}
.Top-contact {
    padding: 5px 0;
    background: #d14104;
}
.Top-contact .d-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.TopTel {
    display: flex;
    color: #fff;
    gap: 10px;
    align-items: center;
}
.TopTel span {
    display: flex;
    align-items: center;
    gap: 5px;
}
.TopTel img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}
.TopTel a {
    font-size: 20px;
    color: #fff;
}
.header-block {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo-header {
    position: relative;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25%;
    flex: 0 0 25%;
}
.logo-header a img {
    position: relative;
    width: 231px;
    height: 120px;
    object-fit: contain;
}
.Mobile .logo-header a img,
.Tablet .logo-header a img {
    width: 195px;
    height: 100px;
}
.Top-menu {
    width: 70%;
    flex: 0 0 70%;
}
.nav-list {
    display: none;
    list-style: none;
    margin: 0;
    position: relative;
    padding-left: 0;
}
@media(min-width: 1200px) {
    .nav-list {
        display: block;
    }
    .top-nav > div.adr-top {
        display: flex;
        align-items: center;
    }
}
@media(max-width: 1199px) {
    .top-nav {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .top-nav > div {
        padding: 0;
    }
    .header-block > nav {
        justify-content: space-between !important;
    }
    .top-nav {
        display: initial;
    }
}
.Mobile .top-nav,
.Tablet .top-nav {
    padding: 0;
    text-align: center;
}
.nav-item {
    display: table-cell;
    padding: 5px;
}
.nav-item > a {
    display: block;
    line-height: 130%;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    text-align: center;
    color: #fff;
    transition: all .3s ease;
}
header.header.bg-white .nav-item > a {
    color: #222;
}
.Desktop .nav-item > a:hover,
.Desktop .nav-item.active > a {
    text-decoration: underline;
}
@media(min-width: 1800px) {
    .nav-item > a {
        font-size: 12px;
    }
}

.rappelTop {
    width: 30%;
    display: block;
    text-align: right;
}
.rappelTop > div {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
}
.Desktop .rappelTop > div {
    justify-content: right;
}
b, strong {
    font-weight: 600;
}
form#rappel_immediat {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0;
    margin: 0;
}
.Desktop form#rappel_immediat {
    max-width: 300px;
}
#mail, #mail2 {
    display: none;
}
form#rappel_immediat input.form-rappel {
    width: 70%;
    flex: 0 0 70%;
    padding: 13px 10px;
    border-radius: 5px 0 0 5px;
    border: none;
    margin: 0;
}
form#rappel_immediat .btn-custom {
    width: 30%;
    font-size: 11px;
    padding: 13px 5px;
    margin: 0;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
}
.btn {
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: none;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    z-index: 1;
    cursor: pointer;
    transition: all 500ms ease;
}
.btn-custom {
    background: #3e3e3e;
    color: #fff;
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 18px;
    cursor: pointer;
}

/* 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: 5px;
    padding: 0;
    width: 13px;
    height: 10px;
    font-size: 0;
    background: none;
    color: #fff;
    transition: all .3s ease;
    cursor: pointer;
}
.slick-dots li:hover button,
.slick-dots .slick-active button{
  background: #ffffff;
  width: 50px;
}
.slick-dots li button:focus{
  outline: 0 !important;
}

.homeslider {
    background-color: #ddd;
    position: relative;
    overflow: hidden;
    min-height: 400px;
    height: 60vh;
}
.slider__ {
    min-height: 688px;
    height: 100vh;
}
.full-image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.slider-img {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    min-height: 688px;
    height: 100vh;
}
.slider-img:before {
    content: "";
    background: -webkit-linear-gradient(142deg, rgba(53, 6, 3, 0), rgb(255 255 255 / 93%) 100%);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.captionSlider {
    top: 55%;
    transform: translateY(-50%);
    position: relative;
    color: #000;
    z-index: 7;
}
.titleSlider {
    text-align: center;
}
.titleSlider > span {
    display: block;
    line-height: 28px;
    margin-bottom: 12px;
    text-transform: capitalize;
    position: relative;
    font-size: 30px;
    letter-spacing: 2px;
    font-weight: 500;
}
.titleSlider > div {
    font-size: 70px;
    line-height: 82px;
    font-weight: 900;
    margin-bottom: 8px;
}
.titleSlider > p {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 43px;
    margin-left: 10px;
    letter-spacing: .5px;
}
.h-btn {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}
.btn-realisation {
    background: #3e3e3e;
    padding: 14px 25px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 30px;
    border: solid 2px #3e3e3e;
}
.btn-realisation:hover {
    background: #d14104 !important;
    border: solid 2px #d14104!important;
}
/*.h-btn a:first-child {
    background-color: transparent;
    border: solid 2px #fff;
}*/

.Mobile .logo-header,
.Tablet .logo-header {
    justify-content: space-between;
    width: 100%;
    flex: 0 0 100%;
}
.Mobile .header,
.Tablet .header {
    position: fixed;
    background: white;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1111;
}
.navMobile {
    display: none;
    border: none;
    background: none;
    padding: 0;
    margin-right: 2rem;
    cursor: pointer;
}
.Mobile .navMobile,
.Tablet .navMobile { 
  display: flex; 
  align-items: center;
  flex-direction: column;
}
.navMobile > span {
    text-transform: uppercase;
    font-size: 18px;
    color: #000;
    letter-spacing: 1px;
    display: none;
}
.Mobile .titleSlider > span,
.Tablet .titleSlider > span {
    font-size: 18px;
    letter-spacing: 1px;
}
.Mobile .titleSlider > div, 
.Tablet .titleSlider > div {
    font-size: 24px;
    line-height: 45px;
}
.Mobile .homeslider, 
.Mobile .slider__, 
.Mobile .slider-img, 
.Tablet .homeslider, 
.Tablet .slider__, 
.Tablet .slider-img {
    height: 600px;
    min-height: 600px;
}
.Mobile .captionSlider {
    max-width: 100%;
    top: 65%;
}
.Tablet .captionSlider {
    top: 60%;
}
.Mobile .TopTel {
    justify-content: center;
    flex-direction: column;
}
.Tablet .TopTel {
    justify-content: center;
}
.Tablet .Top-contact,
.Mobile .Top-contact {
    border-bottom: 1px solid #ffffff54;
}
.Mobile .TopTel div,
.Tablet .TopTel div {
    display: flex;
    justify-content: center;
    gap: 15px;
}
.Mobile .TopTel a {
    font-size: 18px;
}
.Mobile .nav-list,
.Tablet .nav-list {
    position: fixed;
    top: 182px;
    left: 0;
    background: #333;
    width: 100%;
}
.Tablet .nav-list {
    top: 148px;
}
.Mobile .nav-item,
.Tablet .nav-item {
    display: block;
    padding: 8px 0;
    border-bottom: 1px solid #ffffff54;
}
.Mobile li.nav-item.active,
.Tablet li.nav-item.active {
    background: #d14104;
}

/*texte-1*/
.contenent_block0 {
    padding: 5rem 0 100px;
    position: relative;
}
.Mobile .contenent_block0 {
    padding: 40px 0;
}
.Bloc-grid {
    display: grid;
    grid-template-columns: 50% 50%;
    align-items: center;
    justify-content: center;
}
.Tablet .Bloc-grid {
  gap: 25px;
  justify-content: center;
}
.Mobile .Bloc-grid {
    grid-template-columns: 100%;
    gap: 50px;
}
#FormDevis {
    box-shadow: 0 0 57px 20px rgb(0 0 0 / 7%);
    background: white;
    padding: 30px;
    border-radius: 15px;
}
#FormDevis strong {
    display: block;
    font-size: 1.4rem;
    border-bottom: 1px solid #adadad;
    color: #757575;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}
#FormDevis label {
    display: block;
    line-height: 130%;
    font-style: italic;
}
.form-input {
    margin: 5px 0;
    display: block;
    width: 100%;
    max-width: 100%;
    line-height: 1.25;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid transparent;
    background-color: #f6f6f6;
    font-size: 14px;
    font-family: inherit;
    color: #57585a;
    padding: 10px 15px;
    border-radius: 6px;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    color: #000000;
    outline: none;
}
textarea.form-input {
    height: 100px;
}
#FormDevis .btn-custom {
    padding: 7px 15px;
    display: block;
    width: 100%;
}
.Desktop .text1 {
    padding-left: 50px;
}
.text1 h1 {
    color: #1b1b1b;
    font-size: 32px;
    line-height: 130%;
    text-align: left;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 100%;
}
.text1 p {
    text-align: justify;
}

.engagements {
    padding-bottom: 80px;
}
.Mobile .engagements {
    padding-bottom: 40px;
}
.blocEng_ {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 15px;
    text-align: center;
    justify-content: center;
}
.Mobile .blocEng_ {
    grid-template-columns: 100%;
}
.blocEng_ > div {
    border: 1px solid #d14104;
    padding: 20px;
    border-radius: 3px;
}
.Mobile .blocEng_ > div,
.Tablet .blocEng_ > div {
  padding: 10px;
}
.blocEng_ img {
    width: 90px;
    height: 90px;
    object-fit: contain;
    margin-bottom: 1rem;
}
.Mobile .blocEng_ img,
.Tablet .blocEng_ img {
  width: 60px;
  height: 60px;
}
.blocEng_ span {
    display: block;
    font-weight: bold;
    text-align: center;
    line-height: 130%;
    letter-spacing: 1px;
    color: #3e3e3e;
}

/*text2*/
.contenent_block1 {
    padding: 80px 0;
}
.Mobile .contenent_block1 {
    padding: 40px 0;
}
.blockFirst {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    align-items: center;
    gap: 30px;
}
.Mobile .blockFirst,
.Tablet .blockFirst {
    grid-template-columns: 100%;
}
.Mobile .contenent_block1.rev .blockFirst,
.Tablet .contenent_block1.rev .blockFirst {
    display: flex;
    flex-direction: column-reverse;
}
.Desktop .blockFirst_img {
    padding-right: 3rem;
    position: relative;
}
.Desktop .blockFirst_img::before {
    content: "";
    padding: 50px;
    border-style: solid;
    border-width: 2px 0 0 2px;
    border-color: #d14104;
    position: absolute;
    top: -3rem;
    left: -3rem;
}
.Desktop .blockFirst_img::after {
    content: "";
    padding: 50px;
    border-style: solid;
    border-width: 0 2px 2px 0;
    border-color: #d14104;
    position: absolute;
    bottom: -3rem;
    right: 0;
}
.blockFirst_img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: bottom left;
    transition: all .3s ease;
}
.blockFirst_img:hover img {
    transform: scale(1.1);
}
.Desktop .blockFirst_img.reverse {
    padding-right: 0;
    padding-left: 3rem;
}
.Desktop .blockFirst_img.reverse::before {
    border-width: 2px 2px 0 0;
    top: -3rem;
    right: -3rem;
    left: auto;
}
.Desktop .blockFirst_img.reverse::after {
    border-width: 0px 0px 2px 2px;
    bottom: -3rem;
    left: 0;
    right: auto;
}

/*cat*/
.categerie {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}
.Tablet .categerie {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.Mobile .categerie {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
.ancre_cat a {
    color: #000;
    font-weight: 600;
    font-size: 15px;
}
.cat-item {
    width: 100%;
    height: 270px; 
    background: #ddd;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    transition: all .4s;
}
.cat-item:before{
    position: absolute;
    content: '';
    background: #000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 30%;
}
.img-cat {
    background: #fff;
    padding: 10px;
    text-align: center;
    margin: 0 15px;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    transition: .3s all;
}
.cat-item:hover .img-cat{
    opacity: 0; 
}
section.sect-cat {
    padding: 0 0 120px;
}
.Mobile section.sect-cat {
    padding: 0 0 40px;
}
.fond-cat.bg-img {
    padding: 120px 0;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}
.icon-cat {
    position: absolute;
    left: 0;
    background: #d14104;
    width: 57px;
    height: 57px;
    top: -25px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.icon-cat img {
    width: 32px;
    height: 32px;
    object-fit: contain;
}
.cat-text {
    background: #fff;
    width: 93%;
    height: 90%;
    border-radius: 5px;
    padding: 20px 15px;
    position: absolute;
    text-align: center;
    top: 395px;
    transform: translate(-50%, -50%);
    left: 50%;
    border: 1px dashed #d14104;
    transition: all .4s;
}
.Desktop .cat-item:hover .cat-text{
    top: 50%;
}
.cat-text a {
    color: #000;
    font-weight: 600;
    font-size: 19px;
    display: block;
    padding: 15px 0;
    transition: .3s;
    line-height: 0.9;
}
.cat-text:hover a{
    color: #d14104;
    transition: .3s;
}
.fleche-cat {
    background: #e1dfdf;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fleche-cat img {
    width: 25px;
    height: 25px;
    object-fit: contain;
    transform: rotate(-31deg);
    filter: grayscale(1);
}
.box-cat {
    text-align: center;
}
.service {
    font-size: 50px;
    color: #fff;
    font-weight: 600;
    padding: 30px 0;
}
.elementor-shape[data-negative=true].elementor-shape-top {
    transform: rotate(180deg);
    margin-top: -125px; 
} 
.elementor-shape .elementor-shape-fill {
    fill: #fff;
    transform-origin: center;
    transform: rotateY(0deg);
}
span.societe {
    border: 1px solid #cdcdcd;
    padding: 5px 15px;
    border-radius: 30px;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
}

/*sectionS_*/
.sectionS_ {
    padding: 60px 0;
    margin-bottom: 80px;
    position: relative;
}
.Mobile .sectionS_ {
    padding: 40px 15px;
    margin-bottom: 20px;
}
.bgBlockS_ {
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    background-position: left bottom;
    right: 0;
    height: 100%;
    width: 70%;
    top: 0;
}
.Mobile .bgBlockS_ {
    position: relative;
    width: 100%;
    height: 250px;
}
.blockS_ {
    max-width: 60%;
    background: #d14104;
    padding: 40px;
    box-shadow: 0 0 20px 0px rgb(0 0 0 / 28%);
    position: relative;
    z-index: 2;
}
.Mobile .blockS_ {
    max-width: 100%;
    padding: 40px 15px;
    margin-top: 20px;
}
.blockS_ h2,
.blockS_ p {
    color: #fff;
}

/*sectionTh_*/
.sectionTh_ {
    padding: 0 0 40px;
}

/*dernier-bloc*/
.text-item {
    padding: 0 15px;
    margin: 15px 0;
}
.Mobile .text-item {
    padding: 0;
    margin: 0;
}
.text-item > div {
    background-color: white;
    box-shadow: 0 15px 35px 0 rgb(0 0 0 / 24%);
    height: 100%;
    padding: 20px;
}
.img-first {
    background-color: #ddd;
    height: 250px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 1rem;
}

/*villes*/
.titre-sect {
    border: 1px solid #cdcdcd;
    padding: 5px 15px;
    border-radius: 30px;
    text-transform: uppercase;
    font-size: 12px;
    display: block;
    width: max-content;
    margin: auto;
}
.Desktop .Liens {
    column-count: 4;
}
.Tablet .Liens {
    column-count: 2;
}
.Liens a {
        display: block;
    width: max-content;
    max-width: 100%;
    margin-bottom: 8px;
    position: relative;
    padding-left: 20px;
    transition: all .3s ease;
}
.Liens a:hover {
    color: #d14104;
}
.Liens a::before {
    content: "";
    width: 10px;
    height: 2px;
    background: #000;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.categoriesList {
    padding: 40px 0 60px;
}
h2.Titre {
    margin: 30px auto;
    text-transform: uppercase;
    font-size: 30px;
    position: relative;
    display: block;
    text-align: center;
    width: max-content;
    max-width: 100%;
}
.Mobile h2.Titre {
    font-size: 24px;
}
.Desktop h2.Titre {
    padding-right: 210px;
    padding-left: 210px;
}
.Desktop h2.Titre::before {
    content: "";
    position: absolute;
    width: 200px;
    height: 2px;
    background: #000;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.Desktop h2.Titre::after {
    content: "";
    position: absolute;
    width: 200px;
    height: 2px;
    background: #000;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

/*footer*/
#footer {
    background: #3e3e3e;
    padding: 60px 0;
}
.row-footer {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
}
.Mobile .row-footer {
    grid-template-columns: 100%;
    gap: 30px;
}
.footer-item {
    padding: 0 15px;
}
b.titre-h3 {
    display: block;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 2rem;
}
.Mobile b.titre-h3 {
    margin-bottom: 15px;
}
.link-foot {
    list-style: none;
    padding-left: 0;
    margin: 0;
}
.link-foot li {
    padding-bottom: 5px;
}
.link-foot a {
    display: block;
    width: max-content;
    position: relative;
    padding-left: 20px;
    font-size: 15px;
    color: #fff;
    transition: all .3s ease;
}

.Mobile .link-foot a {
    width: fit-content;
}
.link-foot a:hover {
    color: #d14104;
}
.link-foot a::before {
    content: "";
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 8px solid #fff;
    border-bottom: 5px solid transparent;
    position: absolute;
    left: 0;
    top: 9px;
}
.logo-footer,
.horaire {
    display: block;
    border-bottom: 1px dashed #fff;
    padding-bottom: 1rem;
}
.footer-links > div {
    margin-bottom: 10px;
}
.adr img, .Tel img, .Mail img {
    width: 20px;
    height: 20px;
}
.footer-links,
.footer-links a {
    color: #fff;
}
.adr,
.Tel span,
.Mail {
    display: flex;
    align-items: center;
    gap: 5px;
}
.Tel span {
    line-height: 40px;
}
.copyright {
    color: #fff;
    text-transform: uppercase;
    margin-top: 2rem;
    display: flex;
    align-items: center;
    gap: 10px;
}
.Mobile .copyright {
    display: block;
    text-align: center;
}
.copyright a {
    text-decoration: underline;
}
.Mobile .copyright a {
    margin-top: 10px;
    display: block;
}

div#realisations,
.page-mention {
    padding: 40px 0;
}
b.titre-album {
    display: block;
    text-align: center;
    margin: 20px 0;
    font-size: 30px;
    text-transform: uppercase;
}
div#realisations .row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    justify-content: center;
}
.Tablet div#realisations .row {
    grid-template-columns: repeat(3, 1fr);
}
.Mobile div#realisations .row {
    grid-template-columns: 100%;
}
a.swipebox img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

.blog_pageIntrouvable {
    background: #d14104;
    position: fixed;
    height: 100%;
    width: 100%;
    font-size: 18px;
    z-index: 200000 !important;
    text-align: center;
    top: 0;
}
.blog_pageIntrouvable .d-flex {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}
.blog_pageIntrouvable > div {
    height: 100%;
}
.blog_pageIntrouvable h1 {
    font-size: 200px;
    color: #fff;
}
.blog_pageIntrouvable p {
    font-size: 36px;
    line-height: 100%;
    margin-top: -21px;
    text-transform: uppercase;
    letter-spacing: 10px;
    color: #fff;
}
.blog_pageIntrouvable span,
.blog_pageIntrouvable a {
    color: #fff;
}
@media (max-width: 767px) {
  .blog_pageIntrouvable h1 {
    font-size: 100px;
  }
  .blog_pageIntrouvable p {
    font-size: 17px;
    letter-spacing: 5px;
    margin-top: -10px;
  }
  .blog_pageIntrouvable {
    font-size: 14px;
  }
  .blog_pageIntrouvable a {
    display: block;
  }
}

div#Messages {
    background: #3e3e3e;
    position: absolute;
    width: 100%;
    z-index: 11111;
    color: #fff;
    padding: 10px 0;
    text-align: center;
    font-size: 18px;
}
div#Messages p {
    margin: 0;
}

.ContactezNous b {
    margin-right: 10px;
}
.mail_ {
    margin: 10px 0;
}
.ContactezNous a {
    display: inline-block;
    margin-right: 10px;
    color: inherit;
}
.ContactezNous .h1 {
  font-size: 32px;
}
.Mobile .ContactezNous .h1 {
  font-size: 24px;
}
.Mobile .ContactezNous a {
    display: block;
}
.ContactezNous #FormDevis {
    display: block;
    padding: 20px 0 0;
    background: none;
    box-shadow: none;
}
.Desktop .ContactezNous #FormDevis {
    max-width: 75%;
    margin: auto;
}
div#contenu-home,
.ContactezNous {
    padding: 40px 0;
    color: #333;
}
.Desktop .ContactezNous {
    text-align: center;
}
input.btn.btn-submit {
    background: #d14104;
    width: 100%;
    color: #fff;
}
.logo-footer img {
    width: 231px;
    height: 120px;
    object-fit: contain;
}
.siret {
    border-bottom: 1px dashed #fff;
    padding-bottom: 1rem;
    margin-top: 20px;
}
a.logo-footer {
    text-align: center;
    background: #ffffffad;
}
.logo-header a {
    background: #ffffffad;
    padding: 0 5px;
}

.Desktop .link-foot {
    column-count: 2;
}

/*.Desktop ul.nav-list {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
}
*/
.service-section {
  padding: 60px 20px;
}

.section-title {
  text-align: center;
  margin-bottom: 50px;
  color: #2c3e50;
  font-size: 2.5rem;
  font-weight: 600;
}

.features-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.feature-card {
  flex: 1 1 200px;
  max-width: 280px;
  background-color: #ffffff;
  border-radius: 16px;
  padding: 30px 20px;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.icon-container {
  background-color: #d141042b;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.feature-icon {
  width: 50px;
  height: 50px;
  fill: #d14104;
}

.feature-title {
  color: #2c3e50;
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.feature-description {
  color: #535353;
  font-size: 0.95rem;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .features-container {
    flex-direction: column;
    align-items: center;
  }
  
  .feature-card {
    max-width: 100%;
    width: 100%;
  }
}

.reels-gallery-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
}

.section-header {
  text-align: center;
  margin-bottom: 40px;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #2d3748;
  margin-bottom: 15px;
}

.reels-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.reel-card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  background: #000;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  aspect-ratio: 9/16;
}

.reel-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.reel-container {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.reel-card video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

/* Masquer les contrôles de base HTML5 */
.reel-card video::-webkit-media-controls {
  display: none !important;
}

.reel-card video::-webkit-media-controls-enclosure {
  display: none !important;
}

.reel-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.6));
  z-index: 2;
  transition: opacity 0.3s ease;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 3;
}

.play-button svg {
  width: 24px;
  height: 24px;
  fill: #ffffff;
}

.pause-button {
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 4;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.pause-button svg {
  width: 18px;
  height: 18px;
  fill: #ffffff;
}

.reel-card.playing .pause-button {
  opacity: 1;
}

.reel-card.playing .play-button {
  opacity: 0;
}

.reel-card.playing .reel-overlay {
  opacity: 0;
}

.reel-meta {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: opacity 0.3s ease;
}

.reel-card.playing .reel-meta {
  opacity: 0;
}

.reel-title {
  font-size: 1rem;
  font-weight: 600;
  color: #ffffff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  max-width: 80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.reel-duration {
  position: absolute;
  top: 15px;
  right: 15px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  font-size: 0.75rem;
  padding: 3px 8px;
  border-radius: 12px;
  z-index: 3;
  transition: opacity 0.3s ease;
}

.reel-card.playing .reel-duration {
  opacity: 0;
}

@media (max-width: 992px) {
  .reels-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .reels-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .section-title {
    font-size: 2rem;
  }
}

@media (max-width: 480px) {
  .reels-grid {
    grid-template-columns: 1fr;
    max-width: 280px;
    margin: 0 auto;
  }
}

.services-section {
  margin-top: 40px;
}

.section-title {
  text-align: center;
  font-size: 32px;
  margin-bottom: 50px;
  color: #1d3557;
  font-weight: 700;
  position: relative;
}

.section-title:after {
  content: '';
  position: absolute;
  width: 80px;
  height: 4px;
  background-color: #e63946;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 2px;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.service-card {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.service-image {
  height: 220px;
  overflow: hidden;
}

.service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.service-card:hover .service-image img {
  transform: scale(1.05);
}

.service-content {
  padding: 25px;
}

.service-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #000;
}

.service-description {
  font-size: 15px;
  line-height: 1.6;
  color: #000;
  margin-bottom: 20px;
}

.service-cta {
  display: inline-block;
  background-color: #d14104;
  color: #fff;
  padding: 12px 25px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  transition: background-color 0.3s ease;
}

.service-cta:hover {
  background-color: #333;
}

.service-tag {
  display: inline-block;
  background-color: #d141042b;
  color: #000;
  padding: 5px 12px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 15px;
}

.service-highlight {
  color: #000;
  font-weight: 700;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .services-grid {
    grid-template-columns: 1fr;
  }
  
  .section-title {
    font-size: 28px;
  }
}

.card-container {
    position: relative;
    width: 100%;
    height: 320px;
    overflow: hidden;
    border-radius: 16px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.card-front {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #000;
    padding: 30px;
    z-index: 1;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #ff5e1a, #d14104, #a32f00);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px;
    transform: translateY(100%);
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    border-top: 4px solid #fff;
}

.card-container:hover .card-front {
    transform: translateY(-20px);
    opacity: 0;
}

.card-container:hover .card-back {
    transform: translateY(0);
}

.icon {
    width: 80px;
    height: 80px;
    background-color: rgb(247 223 213);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
    transition: transform 0.5s ease, background-color 0.5s ease;
}

.card-back .icon {
    background-color: rgb(255 255 255 / 10%);
    margin-bottom: 20px;
}

.card-container:hover .icon {
    transform: scale(1.1);
}

.card-title {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center;
    transition: transform 0.5s ease;
    color: #fff;
}

.card-front .card-title {
    color: #000;
}

.card-description {
    text-align: center;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
    color: #555;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease 0.2s, transform 0.5s ease 0.2s;
    color: #fff;
}

.card-container:hover .card-description {
    opacity: 1;
    transform: translateY(0);
}

/*.contact {
    margin-top: 15px;
    font-weight: 600;
    font-size: 18px;
    color: #3f4c6b;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease 0.3s, transform 0.5s ease 0.3s;
}*/

.card-container:hover .contact {
    opacity: 1;
    transform: translateY(0);
}

.shine {
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.3) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    transform: skewX(-25deg);
    transition: left 0s ease 0.6s;
}

.card-container:hover .shine {
    left: 150%;
    transition: left 0.6s ease;
}

.card-container .icon img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.h-btn .btn {
    position: relative;
    display: inline-block;
    width: 277px;
    height: 50px;
    font-size: 1em;
    font-weight: bold;
    line-height: 60px;
    text-align: center;
    text-transform: uppercase;
    background-color: transparent;
    cursor: pointer;
    text-decoration:none;
    font-weight:900;
    font-size:17px;
    letter-spacing: 0.045em;
    padding: 0;
}

.h-btn .btn svg {
    position: absolute;
    top: 0;
    left: 0;
}

.h-btn .btn svg rect {
    //stroke: #EC0033;
    stroke-width: 4;
    stroke-dasharray: 353, 0;
    stroke-dashoffset: 0;
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
}

.h-btn .btn span{
  background: #000;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000', endColorstr='#000',GradientType=1 );
  
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.h-btn .btn:hover svg rect {
    stroke-width: 4;
    stroke-dasharray: 196, 543;
    stroke-dashoffset: 437;
}

._res ul {
  margin:0;
  padding:0;
  display:flex;
}

._res ul li {
    list-style: none;
    margin: 0 7px;
}

._res ul li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  background: #171515;
  border-radius: 50%;
  font-size: 30px;
  color: #666;
  transition: .5s;
}

._res ul li a:before {
  content: '';
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  border-radius:50%;
  background: #fff;
  transition: .5s;
  transform: scale(.9);
  z-index: -1;
}

._res ul li a:hover:before {
  transform: scale(1.2);
  box-shadow: 0 0 15px #fff;
  filter: blur(3px);
}

._res ul li a:hover {
  color: #ffa502;
  box-shadow: 0 0 15px #fff;
  text-shadow: 0 0 15px #fff;
}

._res ul li img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.Mobile ._res ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.Desktop ._nav_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.Desktop .nav_top_right {
    display: flex;
    align-items: center;
    gap: 50px;
}

.Desktop .rappelTop {
    width: 100%;
    display: block;
    text-align: right;
}

.Desktop .rappelTop > div {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.Desktop ._tel {
    display: flex;
    align-items: center;
    gap: 10px;
}

.Desktop ._tel_link {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
}

.Desktop ._tel_link a {
    font-size: 19px;
    font-weight: 600;
    color: #fff;
}

.Desktop ._img_tel {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
}

.Desktop ._img_tel img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.Desktop ._nav_top {
    padding: 10px 0;
}

.Desktop header.header.bg-white ._nav_top {
    height: 0;
    opacity: 0;
}

.Desktop header.header {
    background: #ffffff;
}

.Desktop header.header.bg-white {
    background: #fff;
}

.Desktop .nav_bottom.container {
    max-width: 100%;
    padding: 20px 0;
}

.Desktop ._htna {
    background: #d14104;
}

.Desktop .nav-item > a {
    color: #000;
}

.Desktop ._logo a {
    background: #fff;
    width: 180px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Desktop ._logo a img {
    width: 160px;
    height: 79px;
    object-fit: contain;
}

.Mobile header.header.bg-white .nav-item > a,
.Tablet header.header.bg-white .nav-item > a {
    color: #fff;
}

.Desktop ._me_tel {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #fff;
}

.Desktop ._tel_link a:hover {
   transform: scale(0.9);
}

.Desktop .fond-cat.bg-img > .container {
    max-width: 1340px;
}