@font-face {
  font-family: 'Akrobat';
  src: url('fonts/Akrobat-Regular.otf');
  font-weight: 400; 
  font-style: normal;
}

@font-face {
  font-family: 'Akrobat';
  src: url('fonts/Akrobat-Bold.otf');
  font-weight: 700; 
  font-style: normal;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Akrobat';
    /* background-color: #1212db; */
    box-sizing: border-box;
    overflow-x: hidden;
    background-color: #f8F8FF;
    
}

p{
  margin-bottom: 0;
}

:root {
  --clr-primary: #7416C5;
  --clr-secondary: #F60FC0;
  --clr-accent: #000;
  --clr-white: #fff;
  --clr-blue: #1DA4FF;
}

/*---Padding (around)---*/
.p-a0 {
  padding: 0px;
}

.p-a5 {
  padding: 5px;
}

.p-a10 {
  padding: 10px;
}

.p-a15 {
  padding: 15px;
}

.p-a20 {
  padding: 20px;
}

.p-a25 {
  padding: 25px;
}

.p-a30 {
  padding: 30px;
}

.p-a40 {
  padding: 40px;
}

.p-a50 {
  padding: 50px;
}

.p-a60 {
  padding: 60px;
}

.p-a70 {
  padding: 70px;
}

.p-a80 {
  padding: 80px;
}

.p-a90 {
  padding: 90px;
}

.p-a100 {
  padding: 100px;
}

.p-a110 {
  padding: 110px;
}

.p-a120 {
  padding: 120px;
}

.p-a130 {
  padding: 130px;
}

.p-a140 {
  padding: 140px;
}

.p-a150 {
  padding: 150px;
}

/*---Padding (top)---*/
.p-t0 {
  padding-top: 0px;
}

.p-t5 {
  padding-top: 5px;
}

.p-t10 {
  padding-top: 10px;
}

.p-t15 {
  padding-top: 15px;
}

.p-t20 {
  padding-top: 20px;
}

.p-t30 {
  padding-top: 30px;
}

.p-t40 {
  padding-top: 40px;
}

.p-t50 {
  padding-top: 50px;
}

.p-t60 {
  padding-top: 60px;
}

.p-t70 {
  padding-top: 70px;
}

.p-t80 {
  padding-top: 80px;
}

.p-t90 {
  padding-top: 90px;
}

.p-t100 {
  padding-top: 100px;
}

.p-t110 {
  padding-top: 110px;
}

.p-t120 {
  padding-top: 120px;
}

.p-t130 {
  padding-top: 130px;
}

.p-t140 {
  padding-top: 140px;
}

.p-t150 {
  padding-top: 150px;
}

/*---Padding (bottom)---*/
.p-b0 {
  padding-bottom: 0px;
}

.p-b5 {
  padding-bottom: 5px;
}

.p-b10 {
  padding-bottom: 10px;
}

.p-b15 {
  padding-bottom: 15px;
}

.p-b20 {
  padding-bottom: 20px;
}

.p-b30 {
  padding-bottom: 30px;
}

.p-b40 {
  padding-bottom: 40px;
}

.p-b50 {
  padding-bottom: 50px;
}

.p-b60 {
  padding-bottom: 60px;
}

.p-b70 {
  padding-bottom: 70px;
}

.p-b80 {
  padding-bottom: 80px;
}

.p-b90 {
  padding-bottom: 90px;
}

.p-b100 {
  padding-bottom: 100px;
}

.p-b110 {
  padding-bottom: 110px;
}

.p-b120 {
  padding-bottom: 120px;
}

.p-b130 {
  padding-bottom: 130px;
}

.p-b140 {
  padding-bottom: 140px;
}

.p-b150 {
  padding-bottom: 150px;
}

/*---Padding (left)---*/
.p-l0 {
  padding-left: 0px;
}

.p-l5 {
  padding-left: 5px;
}

.p-l10 {
  padding-left: 10px;
}

.p-l15 {
  padding-left: 15px;
}

.p-l20 {
  padding-left: 20px;
}

.p-l30 {
  padding-left: 30px;
}

.p-l40 {
  padding-left: 40px;
}

.p-l50 {
  padding-left: 50px;
}

.p-l60 {
  padding-left: 60px;
}

.p-l70 {
  padding-left: 70px;
}

.p-l80 {
  padding-left: 80px;
}

.p-l90 {
  padding-left: 90px;
}

.p-l100 {
  padding-left: 100px;
}

.p-l110 {
  padding-left: 110px;
}

.p-l120 {
  padding-left: 120px;
}

.p-l130 {
  padding-left: 130px;
}

.p-l140 {
  padding-left: 140px;
}

.p-l150 {
  padding-left: 150px;
}

/*---Padding (right)---*/
.p-r0 {
  padding-right: 0px;
}

.p-r5 {
  padding-right: 5px;
}

.p-r10 {
  padding-right: 10px;
}

.p-r15 {
  padding-right: 15px;
}

.p-r20 {
  padding-right: 20px;
}

.p-r30 {
  padding-right: 30px;
}

.p-r40 {
  padding-right: 40px;
}

.p-r50 {
  padding-right: 50px;
}

.p-r60 {
  padding-right: 60px;
}

.p-r70 {
  padding-right: 70px;
}

.p-r80 {
  padding-right: 80px;
}

.p-r90 {
  padding-right: 90px;
}

.p-r100 {
  padding-right: 100px;
}

.p-r110 {
  padding-right: 110px;
}

.p-r120 {
  padding-right: 120px;
}

.p-r130 {
  padding-right: 130px;
}

.p-r140 {
  padding-right: 140px;
}

.p-r150 {
  padding-right: 150px;
}

/*---Padding (left right)---*/
.p-lr0 {
  padding-left: 0px;
  padding-right: 0px;
}

.p-lr5 {
  padding-left: 5px;
  padding-right: 5px;
}

.p-lr10 {
  padding-left: 10px;
  padding-right: 10px;
}

.p-lr15 {
  padding-left: 15px;
  padding-right: 15px;
}

.p-lr20 {
  padding-left: 20px;
  padding-right: 20px;
}

.p-lr30 {
  padding-left: 30px;
  padding-right: 30px;
}

.p-lr40 {
  padding-left: 40px;
  padding-right: 40px;
}

.p-lr50 {
  padding-left: 50px;
  padding-right: 50px;
}

.p-lr60 {
  padding-left: 60px;
  padding-right: 60px;
}

.p-lr70 {
  padding-left: 70px;
  padding-right: 70px;
}

.p-lr80 {
  padding-left: 80px;
  padding-right: 80px;
}

.p-lr90 {
  padding-left: 90px;
  padding-right: 90px;
}

.p-lr100 {
  padding-left: 100px;
  padding-right: 100px;
}

.p-lr120 {
  padding-left: 120px;
  padding-right: 120px;
}

.p-lr150 {
  padding-left: 150px;
  padding-right: 150px;
}

/*---Padding (top bottom)---*/
.p-tb0 {
  padding-bottom: 0px;
  padding-top: 0px;
}

.p-tb5 {
  padding-bottom: 5px;
  padding-top: 5px;
}

.p-tb10 {
  padding-bottom: 10px;
  padding-top: 10px;
}

.p-tb15 {
  padding-bottom: 15px;
  padding-top: 15px;
}

.p-tb20 {
  padding-bottom: 20px;
  padding-top: 20px;
}

.p-tb30 {
  padding-bottom: 30px;
  padding-top: 30px;
}

.p-tb40 {
  padding-bottom: 40px;
  padding-top: 40px;
}

.p-tb50 {
  padding-bottom: 50px;
  padding-top: 50px;
}

.p-tb60 {
  padding-bottom: 60px;
  padding-top: 60px;
}

.p-tb70 {
  padding-bottom: 70px;
  padding-top: 70px;
}

.p-tb80 {
  padding-bottom: 80px;
  padding-top: 80px;
}

.p-tb90 {
  padding-bottom: 90px;
  padding-top: 90px;
}

.p-tb100 {
  padding-bottom: 100px;
  padding-top: 100px;
}

.p-tb120 {
  padding-bottom: 120px;
  padding-top: 120px;
}

.p-tb150 {
  padding-bottom: 150px;
  padding-top: 150px;
}

/*----Margin (around)----*/
.m-a-1 {
  margin: -1px;
}

.m-a0 {
  margin: 0px;
}

.m-a5 {
  margin: 5px;
}

.m-a10 {
  margin: 10px;
}

.m-a15 {
  margin: 15px;
}

.m-a20 {
  margin: 20px;
}

.m-a30 {
  margin: 30px;
}

.m-a40 {
  margin: 40px;
}

.m-a50 {
  margin: 50px;
}

.m-a60 {
  margin: 60px;
}

.m-a70 {
  margin: 70px;
}

.m-a80 {
  margin: 80px;
}

.m-a90 {
  margin: 90px;
}

.m-a100 {
  margin: 100px;
}

.m-a110 {
  margin: 110px;
}

.m-a120 {
  margin: 120px;
}

.m-a130 {
  margin: 130px;
}

.m-a140 {
  margin: 140px;
}

.m-a150 {
  margin: 150px;
}

/*---Marging (top)----*/
.m-t0 {
  margin-top: 0px;
}

.m-t5 {
  margin-top: 5px;
}

.m-t10 {
  margin-top: 10px;
}

.m-t15 {
  margin-top: 15px;
}

.m-t20 {
  margin-top: 20px;
}

.m-t30 {
  margin-top: 30px;
}

.m-t40 {
  margin-top: 40px;
}

.m-t50 {
  margin-top: 50px;
}

.m-t60 {
  margin-top: 60px;
}

.m-t70 {
  margin-top: 70px;
}

.m-t80 {
  margin-top: 80px;
}

.m-t90 {
  margin-top: 90px;
}

.m-t100 {
  margin-top: 100px;
}

.m-t110 {
  margin-top: 110px;
}

.m-t120 {
  margin-top: 120px;
}

.m-t130 {
  margin-top: 130px;
}

.m-t140 {
  margin-top: 140px;
}

.m-t150 {
  margin-top: 150px;
}

.m-t200{
  margin-top: 200px;
}

/*---Marging (bottom)---*/
.m-b0 {
  margin-bottom: 0px;
}

.m-b5 {
  margin-bottom: 5px;
}

.m-b10 {
  margin-bottom: 10px;
}

.m-b15 {
  margin-bottom: 15px;
}

.m-b20 {
  margin-bottom: 20px;
}

.m-b30 {
  margin-bottom: 30px;
}

.m-b40 {
  margin-bottom: 40px;
}

.m-b50 {
  margin-bottom: 50px;
}

.m-b60 {
  margin-bottom: 60px;
}

.m-b70 {
  margin-bottom: 70px;
}

.m-b80 {
  margin-bottom: 80px;
}

.m-b90 {
  margin-bottom: 90px;
}

.m-b100 {
  margin-bottom: 100px;
}

.m-b110 {
  margin-bottom: 110px;
}

.m-b120 {
  margin-bottom: 120px;
}

.m-b130 {
  margin-bottom: 130px;
}

.m-b140 {
  margin-bottom: 140px;
}

.m-b150 {
  margin-bottom: 150px;
}

.m-b200 {
  margin-bottom: 200px;
}

.m-b300 {
  margin-bottom: 300px;
}

/*---Marging (left)---*/
.m-l0 {
  margin-left: 0px;
}

.m-l5 {
  margin-left: 5px;
}

.m-l10 {
  margin-left: 10px;
}

.m-l15 {
  margin-left: 15px;
}

.m-l20 {
  margin-left: 20px;
}

.m-l30 {
  margin-left: 30px;
}

.m-l40 {
  margin-left: 40px;
}

.m-l50 {
  margin-left: 50px;
}

.m-l60 {
  margin-left: 60px;
}

.m-l70 {
  margin-left: 70px;
}

.m-l80 {
  margin-left: 80px;
}

.m-l90 {
  margin-left: 90px;
}

.m-l100 {
  margin-left: 100px;
}

.m-l110 {
  margin-left: 110px;
}

.m-l120 {
  margin-left: 120px;
}

.m-l130 {
  margin-left: 130px;
}

.m-l140 {
  margin-left: 140px;
}

.m-l150 {
  margin-left: 150px;
}

/*---Marging (right)---*/
.m-r0 {
  margin-right: 0px;
}

.m-r5 {
  margin-right: 5px;
}

.m-r10 {
  margin-right: 10px;
}

.m-r15 {
  margin-right: 15px;
}

.m-r20 {
  margin-right: 20px;
}

.m-r30 {
  margin-right: 30px;
}

.m-r40 {
  margin-right: 40px;
}

.m-r50 {
  margin-right: 50px;
}

.m-r60 {
  margin-right: 60px;
}

.m-r70 {
  margin-right: 70px;
}

.m-r80 {
  margin-right: 80px;
}

.m-r90 {
  margin-right: 90px;
}

.m-r100 {
  margin-right: 100px;
}

.m-r110 {
  margin-right: 110px;
}

.m-r120 {
  margin-right: 120px;
}

.m-r130 {
  margin-right: 130px;
}

.m-r140 {
  margin-right: 140px;
}

.m-r150 {
  margin-right: 150px;
}

/*---Marging (left right)---*/
.m-lr0 {
  margin-left: 0px;
  margin-right: 0px;
}

.m-lr5 {
  margin-left: 5px;
  margin-right: 5px;
}

.m-lr10 {
  margin-left: 10px;
  margin-right: 10px;
}

.m-lr15 {
  margin-left: 15px;
  margin-right: 15px;
}

.m-lr20 {
  margin-left: 20px;
  margin-right: 20px;
}

.m-lr30 {
  margin-left: 30px;
  margin-right: 30px;
}

.m-lr40 {
  margin-left: 40px;
  margin-right: 40px;
}

.m-lr50 {
  margin-left: 50px;
  margin-right: 50px;
}

.m-lr60 {
  margin-left: 60px;
  margin-right: 60px;
}

.m-lr70 {
  margin-left: 70px;
  margin-right: 70px;
}

.m-lr80 {
  margin-left: 80px;
  margin-right: 80px;
}

.m-lr90 {
  margin-left: 90px;
  margin-right: 90px;
}

.m-lr100 {
  margin-left: 100px;
  margin-right: 100px;
}

.m-lr120 {
  margin-left: 120px;
  margin-right: 120px;
}

.m-lr150 {
  margin-left: 150px;
  margin-right: 150px;
}

/*---Marging (top bottom)---*/
.m-tb0 {
  margin-bottom: 0px;
  margin-top: 0px;
}

.m-tb5 {
  margin-bottom: 5px;
  margin-top: 5px;
}

.m-tb10 {
  margin-bottom: 10px;
  margin-top: 10px;
}

.m-tb15 {
  margin-bottom: 15px;
  margin-top: 15px;
}

.m-tb20 {
  margin-bottom: 20px;
  margin-top: 20px;
}

.m-tb30 {
  margin-bottom: 30px;
  margin-top: 30px;
}

.m-tb40 {
  margin-bottom: 40px;
  margin-top: 40px;
}

.m-tb50 {
  margin-bottom: 50px;
  margin-top: 50px;
}

.m-tb60 {
  margin-bottom: 60px;
  margin-top: 60px;
}

.m-tb70 {
  margin-bottom: 70px;
  margin-top: 70px;
}

.m-tb80 {
  margin-bottom: 80px;
  margin-top: 80px;
}

.m-tb90 {
  margin-bottom: 90px;
  margin-top: 90px;
}

.m-tb100 {
  margin-bottom: 100px;
  margin-top: 100px;
}

.m-tb120 {
  margin-bottom: 120px;
  margin-top: 120px;
}

.m-tb150 {
  margin-bottom: 150px;
  margin-top: 150px;
}


.primary-text{
  color: var(--clr-primary);
  font-size: 32px;
  font-family: 'Akrobat', sans-serif;
  font-weight: 700;
}

.primary-text1{
  font-size: 24px;
  font-family: 'Akrobat', sans-serif;
  font-weight: 700;
  color: var(--clr-primary);
}

.secondary-text{
  color: var(--clr-accent);
  font-family: 'Akrobat', sans-serif;
  font-weight: 700;
  font-size: 24px;
}

.secondary-text-white{
  color: var(--clr-white);
  font-family: 'Akrobat', sans-serif;
  font-weight: 700;
  font-size: 24px;
}

.normal-text{
  font-size: 16px;
  font-family: 'Akrobat', sans-serif;
  font-weight: 600;
}

.normal-text-white{
  font-size: 16px;
  font-family: 'Akrobat', sans-serif;
  font-weight: 600;
  color: var(--clr-white);
}

.primary-btn, .btn{
  background-color: var(--clr-primary);
  font-family: 'Akrobat', sans-serif;
  font-weight: 700;
  color: var(--clr-white);
  text-decoration: none;
  padding: 15px 25px;
  border-radius: 5px;
  font-size: 18px;
}

.btn:hover{
  background-color: #7416C5;
  color: #fff;
}

.btns:hover{
  background-color: var(--clr-secondary);
  color: #fff;
}

.primary-btn-large{
  background-color: var(--clr-primary);
  font-family: 'Akrobat', sans-serif;
  font-weight: 700;
  color: var(--clr-white);
  text-decoration: none;
  padding: 15px 45px;
  border-radius: 5px;
  font-size: 18px;
}

.secondary-btn, .btns{
  background-color: var(--clr-secondary);
  font-family: 'Akrobat', sans-serif;
  font-weight: 700;
  color: var(--clr-white);
  text-decoration: none;
  padding: 15px 25px;
  border-radius: 5px;
}

.text-leger{
  color: var(--clr-accent);
  font-family: 'Akrobat', sans-serif;
  font-size: 14px;
  font-weight: 200;
}

.text-leger-white{
  color: var(--clr-white);
  font-family: 'Akrobat', sans-serif;
  font-size: 14px;
  font-weight: 200;
}



.navbar {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 999;
      background-color: transparent;
      transition: background-color 0.3s ease;
      font-weight: bold;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 1rem;
}

 .navbar .logo img{
   height: 50px; 
   z-index: 20;
  }



.nav-links {
    list-style: none;
    display: flex;
    gap: 20px;
    z-index: 10;

}

.nav-links a {
    text-decoration: none;
    color: white;
    font-size: 18px;
    /* text-transform: capitalize; */
    font-family: "Akrobat", sans-serif;
    z-index: 10;
}

#close-menu {
  display: none;
  font-size: 24px;
  color: white;
  cursor: pointer;
  z-index: 1100;
}

#menu-btn {
  font-size: 24px;
  color: white;
  cursor: pointer;
  z-index: 1100;
  display: none;
}

.nav-links .active a {
    position: relative;
    z-index: 10;
}

.nav-links .active a::after {
    content: "";
    width: 100%;
    height: 3px;
    background-color: #F60FC0;
    position: absolute;
    bottom: -5px;
    left: 0;
    border-radius: 10px;
    z-index: 10;
}

.navbar.scrolled {
  background-color: #7416C5;
}

.carousel-item img {
  height: 100vh;
  object-fit: cover;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}

.carousel-caption h2{
  font-weight: bold;
}





.title{
  background-image: url('../images/thumb_bg1.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 1rem 0rem;
}

.trait1{
  background-color: var(--clr-blue);
  width: 50px;
  height: 2px;
}

.trait2{
  background-color: var(--clr-primary);
  width: 50px;
  height: 3px;
}


.trait4{
  background-color: var(--clr-secondary);
  width: 50px;
  height: 2px;
}

.car{
  border-bottom: 1px solid #F60FC0;
  padding-left: 20px;
  padding-right: 20px;
}

.car-image{
  width:100%;
  height: 80px;
  border-radius: 5px;
}

.car-image img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  aspect-ratio: 16/9;
}

.car-image1{
  width:100%;
  height: 50px;
  border-radius: 5px;
}

.car-image1 img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  aspect-ratio: 16/9;
}

.contenus, .contenus1{
  position: relative;
  
}

.contenus .cadImages{
    width: 460px;
    height: 350px;
    border-radius: 5px;

}

.contenus .cadImages img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px !important;
    
}

.contenus .cadImage{
    width: 340px;;
    height: 280px;
    border-radius: 5px;
    /* background-color: #FFD800; */
    z-index: 1;
    position: absolute;
    right: 0px;
    margin-top: -120px;
    padding: 5px;
    background-color: #7416C5;
}

.contenus .cadImage img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.contenus1 .cadImage1{
    width: 70%;
    height: 500px;
}

.contenus1 .cadImage1 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 164px !important;
    
}

.contenus1 .cadImage2{
  width: 60%;
  height: 450px;
  z-index: 1;
  position: absolute;
  right: 10px;
  margin-top: -260px;
  padding: 10px;
  background-color: #fff;
  border-radius: 209px;
  box-sizing: border-box;
}

.contenus1 .cadImage2 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 209px !important;
}

.decouverte{
  height: 400px;
  border-radius: 100px 0 100px 0;
}

.decouverte .content{
  display: none;
}

.decouverte:hover{
  background-image: none !important;
  background-color: var(--clr-primary) !important;
   border-radius: 0px 100px 0px 100px;
}

.decouverte:hover .content{
  display: block;
  color: #fff;
  margin: 30px;
}

.decouverte1{
  background-color: #F2F2F9;
  padding: 20px 0;
  border-radius: 5px;
}

.decouverte1 .content1 svg{
  fill: #7416C5; 
  fill-opacity: 0.18;
  margin-bottom: 10px;
}

.decouverte1:hover{
  background-color: #7416C5;
}

.decouverte1:hover .content1 svg{
  fill:#fff !important;
  fill-opacity: 1;
}

.decouverte1:hover .content1{
  color: #fff;
  
}

.carousel-item{
  position: relative;
}

.carousel-item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3); 
    /* z-index: 1; */
}

.carousel-captions {
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
    top: 60%;
    transform: translateY(-50%);
}

.carousel-captions .title2{
  font-size: 48px;
  color: #000;
  font-weight: 700;
}

.contenus .cadImages4{
    width: 430px;;
    height: 380px;
    border-radius: 15px;
    /* background-color: #FFD800; */
    z-index: 1;
    position: absolute;
    /* left: -40px; */
    margin-top: -10px;
    padding: 15px;
    background-color: #fff;
    
}

.contenus .cadImages4 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
    aspect-ratio: 16/9;
}

.contenus .cadImage5{
    width: 400px;
    height: 400px;
    margin-top: 150px;
    margin-left: 80px;
}

.contenus .cadImage5 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.image1 .cadImage6{
  width: 350px;
  height: 400px;
  clip-path: polygon(0 26%, 51% 0, 100% 28%, 100% 73%, 51% 100%, 0 74%);
  position: relative;
}

.image1 .cadImage6 img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  clip-path: polygon(0 26%, 51% 0, 100% 28%, 100% 73%, 51% 100%, 0 74%);
  position: relative;
  aspect-ratio: 16/9;
}

.overlays {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
    clip-path: polygon(0 26%, 51% 0, 100% 28%, 100% 73%, 51% 100%, 0 74%);
    background: rgba(116, 22, 197, 0.3); 
    opacity: 0;
}

.text-name {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
  /* padding: 10px; */
  z-index: 2;
  border-radius: 10px;
  opacity: 0;
}

.image1:hover .text-name{
  opacity: 1;
}

.image1:hover .overlays{
  opacity: 1;
}

.partens{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  place-items: center;
  gap: 30px;
}


.parten {
  width: 100%;
  height: 250px;
}

.parten img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}


/* location voiture */

.car1 {
  position: absolute;
  bottom: 10px;
  left: -300px; /* Commence hors écran à gauche */
  height: 100px !important;
  animation: roulerVoiture 8s linear infinite;
  z-index: 2;
}

@keyframes roulerVoiture {
  0% {
    left: -300px;
    transform: rotateZ(0deg);
  }
  50% {
    transform: rotateZ(1deg); /* léger balancement */
  }
  100% {
    left: 100vw;
    transform: rotateZ(0deg);
  }
}

.car2{
  border: 1px solid #7416C5;
  border-radius: 5px;
  padding: 10px;
  background-image: url('../images/car-bg.png');
  background-position: right;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.car2.car-active{
  background-color: #7416C5;
}

.car3{
  width: 80%;
  height: 250px;
}

.car3 img{
  width: 100%;
  height: 100%;
  aspect-ratio: 9/4;
  object-fit: contain;
}

.price{
  position: absolute;
  background-color: #020548;
  right: 0;
  top: 15px;
  padding: 5px 15px;
}

.form-control, .form-select{
  padding: 0.8rem 0.75rem;
  border-radius: 5px;
}

.form-control:focus, .form-select:focus {
  outline: none !important;
  border: 1px solid #7416C5;
  box-shadow: none;
}

.new-image{
  height: 300px;
  border-bottom-right-radius: 50px;
}

.new-image img{
  height: 100%;
  object-fit: cover;
  border-bottom-left-radius: 150px;
}

.decouvertes1{
  height: 450px;
  padding-bottom: 10px;
  border-radius: 5px;
}

.decouvertes1 .content{
  display: none;
}

.decouvertes1:hover{
  background-color: var(--clr-primary) !important;
}

.decouvertes1:hover .carousel-img{
  display: none;
}

.decouvertes1:hover .content {
  display: block;
  padding: 0 20px;
  text-align: justify !important;
}

.image12 .cadImage6{
  width: 250px;
  height: 300px;
  clip-path: polygon(0 26%, 51% 0, 100% 28%, 100% 73%, 51% 100%, 0 74%);
  position: absolute;
  right: 0;
}

.image12 .cadImage6 img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  clip-path: polygon(0 26%, 51% 0, 100% 28%, 100% 73%, 51% 100%, 0 74%);
  aspect-ratio: 16/9;
  right: 0;
}


/* describe city */

.city-image{
  width: 100%;
  /* height: 500px; */
}

.city-image img{
  width: 100%;
  border-radius: 10px;
  object-fit: contain;
}

/* agence */

.image13 .cadImage6{
  width: 400px;
  height: 400px;
  clip-path: polygon(0 26%, 51% 0, 100% 28%, 100% 73%, 51% 100%, 0 74%);
  position: absolute;
  right: 0;
}

.image13 .cadImage6 img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  clip-path: polygon(0 26%, 51% 0, 100% 28%, 100% 73%, 51% 100%, 0 74%);
  aspect-ratio: 16/9;
  right: 0;
}

.tout-form{
  position: relative;
  width: 100%;
  height: 800px;
}


.frame iframe {
  width: 100%;
  height: 450px;
  display: block;
}

.cadreContact {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%); /* Centrage parfait */
  z-index: 10;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  padding: 30px;
  width: 90%;
  max-width: 1100px;
}

.cadreImage{
  width: 100%;
  height: auto;
}

.cadreImage img{
  width:100%;
  height: 100%;
  object-fit: contain;
}

.accordion-header{
  background-color: #fff;
  border: none !important;

}


.accordion-button {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: "Bebas Neue", serif;
    border: none !important;
}

.accordion-icon {
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-left: auto; /* Place à droite */
    background-color: transparent;
    border: none;
    transition: transform 0.3s ease;
}

/* Icône "plus" par défaut */
.accordion-button.collapsed .accordion-icon {
    content: '+';
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="white" class="bi bi-plus" viewBox="0 0 16 16"><path d="M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5a.5.5 0 0 1 .5-.5z"/></svg>');
    /* background-size: contain; */
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: inline-block;
    background-color: #7416C5;
}

/* Icône "croix" quand l'élément est ouvert */
.accordion-collapse.show + .accordion-header .accordion-icon,
.accordion-button:not(.collapsed) .accordion-icon {
    content: '-';
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="white" class="bi bi-dash" viewBox="0 0 16 16"><path d="M3.5 8a.5.5 0 0 1 .5-.5h8a.5.5 0 0 1 0 1h-8a.5.5 0 0 1-.5-.5z"/></svg>');
    /* background-size: contain; */
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: inline-block;
    background-color: #7416C5;
 
}

.accordion-button::after {
    content: none; /* Supprime les chevrons par défaut */
}

.accordion-button {
    background-color: transparent; 
    border: none; 
    box-shadow: none; 
    font-family: 'Akrobat', sans-serif;
    font-weight: 700;;
    font-size: 18px; 
    color: inherit;
    /* text-align: left;  */
    display: flex;
    justify-content: space-between;
    align-items: center;
    outline: none;
}

.accordion-button:focus {
    outline: none; 
    box-shadow: none; 
    border: none; 
}

.accordion-item {
    border: none; 
    border-radius: 15px !important;
    margin-bottom: 15px;
}

.accordion-button:not(.collapsed) {
    background-color: transparent; 
    color: inherit; 
    box-shadow: none; 
    
}
.accordion-collapse {
    border: none;
}

.accordion-body {
    background-color: transparent; 
    padding: 1rem;
    font-weight: 200;
    
}




@media screen and (max-width: 1200px){
   .decouverte .content{
    margin: 0px !important;
  }

  

  
}

@media  screen and (max-width: 1999px) {
  .contenus .cadImage5 {
    width: 300px !important;
    height: 300px !important;
    margin-top: 150px;
    margin-left: 80px !important;
  }

  .contenus .cadImage5 img{
    width: 100%;
    height: 100%; 
  }

  .contenus .cadImages4 {
    width: 330px !important;
    height: 320px !important;
  }

  .image1 .cadImage6 {
    width: 300px;
    height: 400px;
    clip-path: polygon(0 26%, 51% 0, 100% 28%, 100% 73%, 51% 100%, 0 74%);
    position: relative;
  }

  /* .contenus{
    display: none;
  } */

}

@media  screen and (max-width: 991px) {
  .gauche{
    margin-top: 50px !important;
  }
  
  .primary-text, .primary-text1{
  font-size: 24px;
  
  }

  .contenus1 .cadImage2 {
      border-radius: 150px !important;
  }

   .contenus1 .cadImage2 img {
      border-radius: 150px !important;
  }

  .contenus1 .cadImage1 img {
    border-radius: 104px !important;
  }

  .carousel-item img{
    height: 500px !important;
  }

  .contenus{
    display: none;
  }

  .carousel-item .container .car1 {
    height: 80px !important;
  }

  .carousel-item .carousel-caption img{
    height: 50px !important;
  }

  .content p{
    display: -webkit-box;
    -webkit-line-clamp: 12;  
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .m-b150 {
    margin-bottom: 50px;
  }

  .cadreContact {
    position: static;
    transform: none;
    width: 100%;
    background-color: #f8F8FF !important;
    box-shadow: none !important;
    border-radius: 0px !important;
    padding: 30px;  
  }

  .questions{
    margin-top: 700px;
  }

  .new-image{
  height: 300px;
  border-bottom-right-radius: 50px;
}

.new-image img{
  height: 100% !important;
  object-fit: cover;
  border-bottom-left-radius: 150px;
}

}

@media screen and (max-width: 850px){
  #menu-btn{
    display: block;
  }

  #close-menu {
    display: none;
  }
  

 #menu-btn.hidden {
    display: none;
  }

  /* Croix affichée quand active */
  #close-menu.hidden {
    display: none;
  }

  #close-menu:not(.hidden) {
    display: block;
  }
 
  .navbar .logo{
    z-index: 100;
  }

  .nav-links{
    flex-direction: column;
    position: absolute;
    top: 0;
    right: 0;
    padding-top: 150px;
    padding-left: 30px;
    margin: 0;
    height: 100vh;
    width: 100vw;
    overflow-y: auto;
    background-color: #7416C5;
    visibility: hidden;
  }

  .nav-links.active{
    visibility: visible;
  }

 

}

@media screen and (max-width: 873px) {
  .app-images img {
    height: 200px !important;
    margin-left: 10px !important;
  }

  /* .secondary-text-white{
    font-size: 18px;
  } */

  .store {
  display: inline-block;
  padding: 10px 5px !important;
  margin-right: 5px;
  border: 2px solid #fff;
  border-radius: 5px;
  color: white;
  text-decoration: none;
  font-weight: 600;
  }
}

@media  screen and (max-width: 768px) {
  .gauche{
    margin-top: 200px !important;
  }

    .decouverte1{
    padding: 10px 0;

  }

  .contenus1 .cadImage1 img {
    margin-top: 4rem;
    }

  .contenus1 .cadImage2{
    width: 50%;
    right: 5%;
  }
  
  .contenus1 .cadImage2{
    width: 60%;
   
  }

  .image1 .cadImage6 {
    width: 250px;
    height: 350px;
  }
 
  .overlays {
    width: 100%;
    height: 100%;
  }

  .partens {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    place-items: center;
    gap: 20px;
  }
  
  .option{
    display: block !important;
    text-align: center !important;
  }

   .questions{
    margin-top: 1000px;
  }

  .frame iframe {
    width: 100%;
    height: 250px;
    display: block;
  }

}

@media screen and (max-width: 723px) {
  .app-text{
    display: none;
  }
}

@media screen and (max-width: 708pX) {
  .secondary-text-white{
    font-size: 18px;
  }

  footer{
    padding-top: 150px !important;
  }

  .titrelocat{
    display: none !important;
  }
}

@media screen and (max-width: 610px){
  .footer-bottom .about,
  .footer-bottom .contact,
  .footer-bottom .links{
    width: 100%  !important;
  }

  .carousel-captions {
    
    top: 55%;
    transform: translateY(-50%);
  }

  .car-image1{
    display: none;
  }

}

@media screen and (max-width: 576px){
  .car-image{
  width:100px;
  height: 50px;
  border-radius: 5px;
}

.contenus .cadImages{
    width: 350px;

}

.option{
    display: flex !important;
    /* text-align: center !important; */
}

.contenus .cadImages img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px !important;
    
}

.contenus .cadImage{
    width: 300px;;
    height: 250px;
    border-radius: 5px;
    /* background-color: #FFD800; */
    z-index: 1;
    position: absolute;
    right: 30px;
    margin-top: -120px;
    padding: 5px;
    background-color: #7416C5;
}

.contenus .cadImage img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.contenus .cadImage1{
    width: 350px;

}

.contenus .cadImage2{
    width: 300px;;
}


.secondary-text, .secondary-text-white{
  font-size: 16px;
}

.primary-text, .primary-text1{
  font-size: 18px;
  }

.normal-text{
  font-size: 14px !important;
}

.store{
  margin-right: 0 !important;
}

.carousel-caption h2{
  font-size: 18px;
}

.carousel-caption p{
  display: -webkit-box;
  -webkit-line-clamp: 2;           /* nombre de lignes max */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.primary-btn, .btn{
  font-size: 14px;
  padding: 15px 20px;
}

.carousel-item img {
  height: 450px !important;
  object-fit: cover;
}

.image1 .cadImage6 {
    width: 100%;
    height: 500px;
}

.carousel-captions .title2 {
    font-size: 32px;
  }

.new-image{
  height: 300px;
  border-bottom-right-radius: 50px;
}

.new-image img{
  height: 100% !important;
  object-fit: cover;
  border-bottom-left-radius: 150px;
}

}

@media screen and (max-width: 494px){
   .app-images img {
    height: 150px !important;
    margin-left: 10px !important;
  }

  .carousel-item img {
    height: 350px !important;
    object-fit: cover;
  }

  .decouvertes1 .carousel-img .carousel-item img {
    height: 250px !important;
    object-fit: cover;
  }


  .m-b150 {
    margin-bottom: 50px;
  }

  .p-t80 {
    padding-top: 30px;
  }

  .m-t100{
    margin-top: 50px;
  }
  

}

@media screen and (max-width: 425px){
  .app-download {
  flex-direction: column !important;
  text-align: center;
  padding: 15px !important;
}

.app-download .text{
  order: 2;
}

.app-download .app-images{
  order: 1;
}
}

@media screen and (max-width: 400px){
  .contenus .cadImage{
    display: none;
}

.contenus .cadImage img{
  display: none;
}

.contenus .cadImage2{
    display: none;
}

.contenus .cadImage2 img{
  display: none;
}

.contenus .cadImages{
    width: 100%;
}

.contenus .cadImage1{
    width: 100%;
    border-radius: 10%;
}

.gauche{
    margin-top: 50px !important;
  }

.car{
  padding-left: 0px;
  padding-right: 0px;
}

.car-image{
  width:100%;
  height: 40px;
  border-radius: 5px;
}

.primary-btn, .btn{
  background-color: var(--clr-primary);
  font-family: 'Akrobat', sans-serif;
  font-weight: 700;
  color: var(--clr-white);
  text-decoration: none;
  font-size: 14px;
  padding: 15px 10px;
  border-radius: 5px;
}

.primary-btn-large{
  background-color: var(--clr-primary);
  font-family: 'Akrobat', sans-serif;
  font-weight: 700;
  color: var(--clr-white);
  text-decoration: none;
  font-size: 14px;
  padding: 15px 30px;
  border-radius: 5px;
}

.carousel-captions .title2 {
    font-size: 28px;
  }

}

@media screen and (max-width: 360px){
  .option{
    display: block !important;
    text-align: center !important;
  }

  .m-t100{
    margin-top: 50px;
  }

  .p-t80{
    padding-top: 0px;
  }

  .m-b150 {
    margin-bottom: 50px;
  }

  .content p{
  display: -webkit-box;
  -webkit-line-clamp: 12;           /* nombre de lignes max */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
}


@media screen and (max-width: 275px){
   .navbar .logo img{
   height: 20px; 
   z-index: 20;
  }

  .offre, .why {
    font-size: 12px;
  }

  .secondary-text, .normal-text-white, .normal-text {
    font-size: 14px;
  }

  .content{
    margin: 15px;
  }

  .p-a30{
    padding: 15px;
  }

  .primary-text , .primary-text1{
    font-size: 16px;
  }

  .text-leger{
    font-size: 12px;
  }

  .decouverte{
    height: 300px;
  }

  .secondary-btn{
  font-size: 12px;
  padding: 10px 15px;
  border-radius: 5px;
}

.footer-bottom .socials i {
  margin-right: 10px !important;
  font-size: 18px !important;
  
}

.footer-bottom{
  padding: 10px 20px !important;
}

.decouverte1 .content1 svg {
    width: 48px;
}

.m-a30{
  margin: 15px;
}

.m-t50{
  margin-top: 20px;
}

.decouverte .content p{
  font-size: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 8;/* nombre de lignes max */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.more{
  margin-top: 50px;
}

.primary-btn-large {
  padding: 10px 20px;
  font-size: 12px;
}

.primary-btn, .btn{
  font-size: 12px;
}

.contenus .cadImages{
  height: 150px;
}

.contenus1 .cadImage1, 
.contenus1 .cadImage2{
  height: 250px;
}

.contenus1 .cadImage2{
  margin-top: -90px;
}

.carousel-caption .title2{
  font-size: 24px;
}

p{
  font-size: 10px !important;
}

}

@media screen and (max-width: 208px) {
  .primary-btn, .primary-btn-large, .secondary-btn, .btn{
    font-size: 10px;
    padding: 10px 5px;
  }

  .m-a30{
  margin: 5px;
}
}







footer {
  background-color: #9148D2;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  padding-top: 200px; /* espace pour laisser de la place à .app-download */
  padding-bottom: 10px;
  position: relative;
  
}

.app-download {
  position: absolute;
  top: -150px; /* monte au-dessus du footer */
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(-180deg, #7416C5 0%, #380B5F 100%);
  padding: 15px 30px;
  border-radius: 15px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.3);
  width: 90%;
  max-width: 1200px;
}



.app-download .text {
  flex: 1;
}

/* .app-download h3 {
  font-size: 24px;
  font-weight: bold;
} */

.store-buttons {
  margin-top: 20px;
}

.store {
  display: inline-block;
  padding: 10px 20px;
  margin-right: 15px;
  border: 2px solid #fff;
  border-radius: 5px;
  color: white;
  text-decoration: none;
  font-weight: 600;
  margin-bottom: 10px;
}

.apple {
  border-color: var(--clr-secondary);
}

.google {
  border-color: var(--clr-white);
}

.app-images img {
  height: 300px;
  margin-left: 20px;
}

.footer-bottom {
  display: flex;
  justify-content: center;
  /* width: 100%; */
  gap: 150px;
  flex-wrap: wrap;
  padding: 10px 30px;
  background-image: url('../images/paternVe.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.footer-bottom .about{
  width: 35%;
}

/* .footer-bottom .contact, 
.footer-bottom .links{
  width: 30%;
} */

.footer-bottom .socials i {
  margin-right: 15px;
  font-size: 24px;
  background-color: rgba(116, 22, 197, 0.2);
  padding: 8px;
  border-radius: 5px;
}

.footer-bottom ul {
  list-style: none;
  padding: 0;
}

.footer-bottom ul li a {
  color: white;
  text-decoration: none;
}

.footer-bottom a:hover {
  text-decoration: underline;
}
