
/* Supprimer les marges et paddings par défaut */
* {
margin: 0;
padding: 0;
box-sizing: border-box; /* Inclure padding et bordures dans les dimensions */
}

html, body {

width: 100%; /* Assurer une largeur pleine pour le document */
overflow-x: hidden; /* Empêcher les débordements horizontaux */
}


 @font-face {
      font-family: ArbFONTS;
      src: url(Fonts/ArbFONTS-Janna-LT-Regular.ttf);
  }
  @font-face {
      font-family: PoppinsBold;
      src: url(Fonts/Poppins-Bold.ttf);
  }
  @font-face {
      font-family: georgiab;
      src: url(Fonts/georgiab.ttf);
  }
  @font-face {
      font-family: Poppins;
      src: url(Fonts/Poppins-SemiBold.ttf);
  }
  @font-face {
      font-family: SpaceMono;
      src: url(Fonts/SpaceMono-Bold.ttf);
  }
  h1,h2{
    font-family: georgiab;
  }
  p{
    font-family: Poppins;
  }
  /* span{
    font-family: SpaceMono;
  } */
  /* a{
    font-family: Poppins;
  } */
 

  /* Navbar styling */
  .navbar {
      position: fixed;
      width: 100%;
      top: 0;
      transition: 1s;
  }

  .navbar-brand {
color: #fff;
font-size: 50px;
cursor: pointer;
display: flex;
margin-top: 5%;
align-items: center; /* Aligne le logo avec les éléments du menu */
}


  .icon-bar {
      background-color: #000;
  }

  .nav {
      font-family: Poppins;
      color: #fff;
      padding: 10px 20px;
      font-family: popins;
  }

  .nav a {
      display: block; /* Important pour prendre tout l'espace du parent */

      padding: 10px;
      cursor: pointer;
      font-size: 16px;
      font-family: ArbFONTS;
      text-decoration: none;
      color: inherit;
      position: relative; 
  }

  .nav a:after {
      content: '';
      display: block;
      border-bottom: 2px solid #727070;
      transform: scaleX(0);
      transition: .2s ease-in-out;
  }

  .nav a:hover:after {
      transform: scaleX(1);
  }
  .nav a:hover {
background: none; /* Empêche l'ajout d'un background au hover */
color: inherit;
}
a:hover{
background: none;
}
.nav li,
.nav a {
background: none !important; /* Supprime tout background */
box-shadow: none !important; /* Supprime tout ombrage */
border: none !important; /* Supprime toute bordure qui pourrait ressembler à un background */
}
@media screen and (max-width: 425){
    .navbar-brand {
      color: #fff;
      
      font-size: 10px;
      width: 10px;
      height: 10px;
      /* margin-bottom:20% ; */
      /* font-family: Germania; */
      cursor: pointer;
      margin-bottom: 5%;
  }
  }

  /* Parallax section */
  .paralax {
      min-height: 100vh;
      background: url('your-image.jpg') center center/cover;
      position: relative;
      color: white;
      text-align: center;
      padding: 50px 0;
  }

  .paralax p {
      font-size: 1.2rem;
      margin-bottom: 20px;
      line-height: 1.8;
  }

  /* Video background */
  .hero-section {
      position: relative;
      height: 70vh;
      width: 100%;
      overflow: hidden;
  }

  /* .background-video {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100vh;
      object-fit: cover;
      z-index: -1;
  } */
   /* Styles de base */
   .background-video {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100vh;
/* background-image: url("image/aquarelsite.jpg");
background-repeat: no-repeat;
background-size: cover; */
background-color:#6c1320;
display: flex; /* Permet d'utiliser Flexbox */
justify-content: center; /* Centre horizontalement */
align-items: center; /* Centre verticalement */
z-index: -1;
opacity: 0.8; /* Ajustez cette valeur entre 0 et 1 pour l'opacité */

}


.titr {
color: white; /* Couleur du texte */
font-size: 10em; /* Taille du texte */
text-align: center;
font-family: Sinera;
/* Aligne le texte au centre */
padding-bottom: 10%;

}
@media (max-width:767px) {
.titr{
font-size: 3em;
}
}
@media (width:768px) {
.titr{
font-size: 4.5em;
}
}
@media (width:1024px) {
.titr{
font-size: 7em;
}
}

/* Masquer la vidéo mobile par défaut */
.mobile-video {
display: none;
}

/* Afficher la vidéo desktop uniquement pour les écrans larges */
@media (min-width: 768px) {
.mobile-video {
  display: none;
}

.desktop-video {
  display: block;
}
}

/* Afficher la vidéo mobile uniquement pour les écrans étroits */
@media (max-width: 767px) {
.desktop-video {
  display: none;
}

.mobile-video {
  display: block;
}
}


  .hero-content {
      position: relative;
      z-index: 1;
      color: white;
      text-align: center;
      top: 50%;
      transform: translateY(-50%);
  }
  .apres {
      background-color:#fff;
      position: relative;
      z-index: 2;
      margin-top: 100px;
  }
  
  /* About us */



@media screen and (max-width: 524px){
.navbar-header{
padding-bottom:3% ;
}
}
@media screen and (max-width: 1024px){
.titl{
font-size: 0.2em;
}
}
@media screen and (max-width: 1024px){
.nosprj{
width: 50%;
}
}
.hide{
display: none;
}
/* @media screen and (max-width: 524px){
.gras{
font-size: 0;
}
} */
.gras{
font-family: PoppinsBold;
}
h1,h2{
color: #727070;
}
/* foooooooooooooooooooooooooooooter */
/* Global Styles */
/* Global Styles */
/* Global Styles */


/* a {
color: #fff;
text-decoration: none;
} */

.pg-footer {
font-family: 'ArbFONTS';
}

.footer {
background-color: #6c1320;
color: #fff;
}

/* Footer Wave */
.footer-wave-svg {
background-color: transparent;
display: block;
height: 30px;
width: 100%;
}

.footer-wave-path {
fill: #fff;
}

/* Footer Content */
.footer-content {
margin: 0 auto;
max-width: 1230px;
padding: 40px 15px;
display: flex;
flex-wrap: wrap;
gap: 30px;
}

.footer-content-column {
flex: 1;
min-width: 200px;
color: #fff;
text-align: center; /* Centrer tout dans la colonne */
}

.footer-menu-name {
font-size: 15px;
font-weight: 900;
letter-spacing: 0.1em;
text-transform: uppercase;
margin-bottom: 15px;
}

.footer-menu-list {
list-style: none;
padding: 0;
margin: 0 auto; /* Centrer horizontalement */
display: inline-block; /* Important pour centrer la liste */
}

.footer-menu-list li {
margin-bottom: 10px;
}

.footer-menu-list li a {
color: #fff;
display: flex;
align-items: center;
gap: 10px;
justify-content: center; /* Centrer le contenu du lien */
}

.footer-call-to-action-button {
background-color: #6c1320;
border: 2px solid #fffff2;
border-radius: 21px;
color: #fffff2;
padding: 12px 30px;
text-transform: uppercase;
font-weight: 900;
transition: background-color 0.2s, color 0.2s;
}

.footer-call-to-action-button:hover {
background-color: #fffff2;
color: #6c1320;
}

/* Copyright Section */
.footer-copyright {
background-color: #6c1320;
text-align: center;
padding: 15px 0;
}

.footer-copyright-text {
font-size: 13px;
line-height: 18px;
}

/* Responsive Styles */
@media (max-width: 768px) {
.footer-content {
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
}

.footer-content-column {
  width: 100%;
}

.footer-menu-list {
  margin: 0 auto; /* Centrer les listes */
  display: inline-block; /* Important pour uniformiser avec les titres */
}

.footer-menu-list li {
  margin-bottom: 8px;
}

.footer-call-to-action-button {
  width: 100%;
  padding: 10px 0;
}
}

@media (max-width: 480px) {
.footer-menu-name {
  font-size: 14px;
}

.footer-menu-list li {
  font-size: 14px;
}

.footer-call-to-action-button {
  font-size: 14px;
  padding: 8px 0;
}

.footer-copyright-text {
  font-size: 12px;
}
}


@media (max-width: 768px) {
.mobile-break {
  display: block;
}
}
body{
position: relative;
}
.whatsapp-sticker {
bottom: 50px;
right: 100px;
position: fixed;
width: 70px;
z-index: 1000;
transition: all 700ms;
}

.whatsapp-sticker:hover {
transform: scale(1.3);
}

.whatsapp-sticker .stick-elem {
width: 100%;
height: 100%;
filter: drop-shadow(2px 3px 3px #00000080);
}

.whatsapp-sticker .stick-elem img {
width: 100%;
}

@media (max-width: 580px) {
.whatsapp-sticker {
bottom: 10px;
right: 6px;
}
}
@font-face {
      font-family: Sinera;
      src: url(Fonts/Sinera.otf);
  }


  /* ------------------------------------------------------------------------------------------------------------------------ */
  .contact_us_6 * {
font-family: Nunito, sans-serif;
}

.contact_us_6 .text-blk {
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
line-height: 25px;
}

.contact_us_6 .responsive-cell-block {
min-height: 75px;
}

.contact_us_6 input:focus,
.contact_us_6 textarea:focus {
outline-color: initial;
outline-style: none;
outline-width: initial;
}

.contact_us_6 .container-block {
min-height: 75px;
width: 100%;
padding-top: 10px;
padding-right: 10px;
padding-bottom: 10px;
padding-left: 10px;
display: block;
}

.contact_us_6 .responsive-container-block {
min-height: 75px;
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
margin-top: 0px;
margin-right: auto;
margin-bottom: 50px;
margin-left: auto;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
}

.contact_us_6 .responsive-container-block.big-container {
padding-top: 10px;
padding-right: 30px;
width: 35%;
padding-bottom: 10px;
padding-left: 30px;
background-color: #6c1320;
position: absolute;
height: 950px;
right: 0px;
}

.contact_us_6 .responsive-container-block.container {
position: relative;
min-height: 75px;
flex-direction: row;
z-index: 2;
flex-wrap: nowrap;
align-items: center;
justify-content: center;
padding-top: 0px;
padding-right: 30px;
padding-bottom: 0px;
padding-left: 30px;
max-width: 1320px;
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
}

.contact_us_6 .container-block.form-wrapper {
background-color: white;
max-width: 450px;
text-align: center;
padding-top: 50px;
padding-right: 40px;
padding-bottom: 50px;
padding-left: 40px;
box-shadow: rgba(0, 0, 0, 0.05) 0px 4px 20px 7px;
border-top-left-radius: 6px;
border-top-right-radius: 6px;
border-bottom-right-radius: 6px;
border-bottom-left-radius: 6px;
margin-top: 90px;
margin-right: 0px;
margin-bottom: 60px;
margin-left: 0px;
}

.contact_us_6 .text-blk.contactus-head {
font-size: 36px;
line-height: 52px;
font-weight: 900;
}

.contact_us_6 .text-blk.contactus-subhead {
color: #9c9c9c;
width: 300px;
margin-top: 0px;
margin-right: auto;
margin-bottom: 50px;
margin-left: auto;
display: none;
}

.contact_us_6 .responsive-cell-block.wk-desk-6.wk-ipadp-6.wk-tab-12.wk-mobile-12 {
margin-top: 0px;
margin-right: 0px;
margin-bottom: 26px;
margin-left: 0px;
min-height: 50px;
}

.contact_us_6 .input {
width: 100%;
height: 50px;
padding-top: 1px;
padding-right: 15px;
padding-bottom: 1px;
padding-left: 15px;
border-top-width: 2px;
border-right-width: 2px;
border-bottom-width: 2px;
border-left-width: 2px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: #eeeeee;
border-right-color: #eeeeee;
border-bottom-color: #eeeeee;
border-left-color: #eeeeee;
border-image-source: initial;
border-image-slice: initial;
border-image-width: initial;
border-image-outset: initial;
border-image-repeat: initial;
font-size: 16px;
color: black;
}

.contact_us_6 .textinput {
width: 98%;
min-height: 150px;
padding-top: 20px;
padding-right: 15px;
padding-bottom: 20px;
padding-left: 15px;
border-top-width: 2px;
border-right-width: 2px;
border-bottom-width: 2px;
border-left-width: 2px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: #eeeeee;
border-right-color: #eeeeee;
border-bottom-color: #eeeeee;
border-left-color: #eeeeee;
border-image-source: initial;
border-image-slice: initial;
border-image-width: initial;
border-image-outset: initial;
border-image-repeat: initial;
font-size: 16px;
}

.contact_us_6 .submit-btn {
width: 98%;
background-color: #6c1320;
height: 60px;
font-size: 20px;
font-weight: 700;
color: white;
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
border-left-width: 0px;
border-top-style: outset;
border-right-style: outset;
border-bottom-style: outset;
border-left-style: outset;
border-top-color: #767676;
border-right-color: #767676;
border-bottom-color: #767676;
border-left-color: #767676;
border-image-source: initial;
border-image-slice: initial;
border-image-width: initial;
border-image-outset: initial;
border-image-repeat: initial;
border-top-left-radius: 40px;
border-top-right-radius: 40px;
border-bottom-right-radius: 40px;
border-bottom-left-radius: 40px;
}

.contact_us_6 .form-box {
z-index: 2;
margin-top: 0px;
margin-right: 48px;
margin-bottom: 0px;
margin-left: 0px;
}

.contact_us_6 .text-blk.input-title {
text-align: left;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 10px;
font-size: 14px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 5px;
margin-left: 0px;
color: #9c9c9c;
}

.contact_us_6 ::placeholder {
color: #dadada;
}

.contact_us_6 .mob-text {
display: block;
text-align: left;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 25px;
margin-left: 0px;
}

.contact_us_6 .responsive-cell-block.wk-tab-12.wk-mobile-12.wk-desk-12.wk-ipadp-12 {
margin-top: 0px;
margin-right: 0px;
margin-bottom: 20px;
margin-left: 0px;
}

.contact_us_6 .text-blk.contactus-subhead.color {
color: white;
}

.contact_us_6 .map-box {
max-width: 800px;
max-height: 520px;
width: 100%;
height: 520px;
background-color: #d9d9d9;
background-image: url("https://workik-widget-assets.s3.amazonaws.com/widget-assets/images/sc23.png");
background-size: cover;
background-position-x: 50%;
background-position-y: 50%;
}

.contact_us_6 .map-part {
width: 100%;
height: 100%;
}

.contact_us_6 .text-blk.map-contactus-head {
font-weight: 900;
font-size: 22px;
line-height: 32px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 10px;
margin-left: 0px;
color: #6c1320;
}

.contact_us_6 .text-blk.map-contactus-subhead {
max-width: 300px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 20px;
margin-left: 0px;
}

.contact_us_6 .social-media-links.mob {
margin-top: 0px;
margin-right: 0px;
margin-bottom: 30px;
margin-left: 0px;
width: 230px;
display: flex;
justify-content: flex-start;
}

.contact_us_6 .link-img {
width: 30px;
height: 30px;
margin-top: 0px;
margin-right: 25px;
margin-bottom: 0px;
margin-left: 0px;
}

.contact_us_6 .link-img.image-block {
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
}

.contact_us_6 .social-icon-link {
margin: 0 25px 0 0;
padding: 0 0 0 0;
}

@media (max-width: 1024px) {
.contact_us_6 .responsive-container-block.container {
justify-content: center;
}

.contact_us_6 .map-box {
position: absolute;
top: 0px;
max-height: 320px;
}

.contact_us_6 .map-box {
max-width: 100%;
width: 100%;
}

.contact_us_6 .responsive-container-block.container {
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
}

.contact_us_6 .map-part {
width: 100%;
display: flex;
flex-direction: column;
align-items: center;
}

.contact_us_6 .container-block.form-wrapper {
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
}

.contact_us_6 .mob-text {
display: block;
}

.contact_us_6 .form-box {
margin-top: 200px;
margin-right: 60px;
margin-bottom: 40px;
margin-left: 0px;
}

.contact_us_6 .link-img {
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
display: flex;
justify-content: space-evenly;
}

.contact_us_6 .social-media-links.mob {
justify-content: space-evenly;
}

.contact_us_6 .responsive-cell-block.wk-desk-7.wk-ipadp-12.wk-tab-12.wk-mobile-12 {
text-align: center;
display: flex;
justify-content: flex-end;
align-items: center;
flex-direction: row;
}

.contact_us_6 .text-blk.contactus-subhead {
display: block;
}

.contact_us_6 .mob-text {
text-align: center;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
}

.contact_us_6 .responsive-container-block.container {
flex-wrap: wrap;
}

.contact_us_6 .form-box {
margin-top: 200px;
margin-right: 0px;
margin-bottom: 40px;
margin-left: 0px;
}
}

@media (max-width: 768px) {
.contact_us_6 .submit-btn {
width: 100%;
}

.contact_us_6 .input {
width: 100%;
}

.contact_us_6 .textinput {
width: 100%;
}

.contact_us_6 .container-block.form-wrapper {
margin-top: 80px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
}

.contact_us_6 .text-blk.input-title {
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
}

.contact_us_6 .form-box {
padding-top: 0px;
padding-right: 20px;
padding-bottom: 0px;
padding-left: 20px;
}

.contact_us_6 .container-block.form-wrapper {
padding-top: 50px;
padding-right: 15px;
padding-bottom: 50px;
padding-left: 15px;
}

.contact_us_6 .mob-text {
display: block;
}

.contact_us_6 .responsive-container-block.container {
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
}

.contact_us_6 .form-box {
margin-top: 200px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
}

.contact_us_6 .container-block.form-wrapper {
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
}

.contact_us_6 .form-box {
margin-top: 220px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
}

.contact_us_6 .form-box {
margin-top: 220px;
margin-right: 0px;
margin-bottom: 50px;
margin-left: 0px;
}

.contact_us_6 .text-blk.contactus-head {
font-size: 32px;
line-height: 40px;
}
}

@media (max-width: 500px) {
.contact_us_6 .container-block.form-wrapper {
padding-top: 50px;
padding-right: 15px;
padding-bottom: 50px;
padding-left: 15px;
}

.contact_us_6 .container-block.form-wrapper {
margin-top: 60px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
}

.contact_us_6 .responsive-cell-block.wk-ipadp-6.wk-tab-12.wk-mobile-12.wk-desk-6 {
margin-top: 0px;
margin-right: 0px;
margin-bottom: 15px;
margin-left: 0px;
}

.contact_us_6 .responsive-container-block {
margin-top: 0px;
margin-right: 0px;
margin-bottom: 35px;
margin-left: 0px;
}

.contact_us_6 .text-blk.input-title {
font-size: 12px;
}

.contact_us_6 .text-blk.contactus-head {
font-size: 26px;
line-height: 35px;
}

.contact_us_6 .input {
height: 45px;
}
}
/* @import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;600;700;800&amp;display=swap'); */

*,
*:before,
*:after {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

/* body {
margin: 0;
} */

.wk-desk-1 {
width: 8.333333%;
}

.wk-desk-2 {
width: 16.666667%;
}

.wk-desk-3 {
width: 25%;
}

.wk-desk-4 {
width: 33.333333%;
}

.wk-desk-5 {
width: 41.666667%;
}

.wk-desk-6 {
width: 50%;
}

.wk-desk-7 {
width: 58.333333%;
}

.wk-desk-8 {
width: 66.666667%;
}

.wk-desk-9 {
width: 75%;
}

.wk-desk-10 {
width: 83.333333%;
}

.wk-desk-11 {
width: 91.666667%;
}

.wk-desk-12 {
width: 100%;
}

@media (max-width: 1024px) {
.wk-ipadp-1 {
width: 8.333333%;
}

.wk-ipadp-2 {
width: 16.666667%;
}

.wk-ipadp-3 {
width: 25%;
}

.wk-ipadp-4 {
width: 33.333333%;
}

.wk-ipadp-5 {
width: 41.666667%;
}

.wk-ipadp-6 {
width: 50%;
}

.wk-ipadp-7 {
width: 58.333333%;
}

.wk-ipadp-8 {
width: 66.666667%;
}

.wk-ipadp-9 {
width: 75%;
}

.wk-ipadp-10 {
width: 83.333333%;
}

.wk-ipadp-11 {
width: 91.666667%;
}

.wk-ipadp-12 {
width: 100%;
}
}

@media (max-width: 768px) {
.wk-tab-1 {
width: 8.333333%;
}

.wk-tab-2 {
width: 16.666667%;
}

.wk-tab-3 {
width: 25%;
}

.wk-tab-4 {
width: 33.333333%;
}

.wk-tab-5 {
width: 41.666667%;
}

.wk-tab-6 {
width: 50%;
}

.wk-tab-7 {
width: 58.333333%;
}

.wk-tab-8 {
width: 66.666667%;
}

.wk-tab-9 {
width: 75%;
}

.wk-tab-10 {
width: 83.333333%;
}

.wk-tab-11 {
width: 91.666667%;
}

.wk-tab-12 {
width: 100%;
}
}

@media (max-width: 500px) {
.wk-mobile-1 {
width: 8.333333%;
}

.wk-mobile-2 {
width: 16.666667%;
}

.wk-mobile-3 {
width: 25%;
}

.wk-mobile-4 {
width: 33.333333%;
}

.wk-mobile-5 {
width: 41.666667%;
}

.wk-mobile-6 {
width: 50%;
}

.wk-mobile-7 {
width: 58.333333%;
}

.wk-mobile-8 {
width: 66.666667%;
}

.wk-mobile-9 {
width: 75%;
}

.wk-mobile-10 {
width: 83.333333%;
}

.wk-mobile-11 {
width: 91.666667%;
}

.wk-mobile-12 {
width: 100%;
}
}
.social {
display: flex;
justify-content: center; /* Centre horizontalement */
align-items: center; /* Centre verticalement (si nécessaire) */
text-decoration: none;
gap: 10px; /* Espacement entre les icônes */
}

.social a {
font-size: 2em;
}

@media (max-width: 768px) { /* Pour les écrans de 768px ou moins */
.social {
  justify-content: center;
  margin: 0 auto; /* Centrer avec des marges automatiques */
}
}
