@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
}

.nowrap {
    white-space: nowrap !important;
}


.mt-logo{
    margin-top: 8rem;
}


.w-50-6{
    width: 50%;
}


.w-85{
    width: 90%;
}

.gap-20 {
    gap: 12 rem;
}

.radius-100 {
    width: 250px;
    height: 250px;
    overflow: hidden;
    border-radius: 50%;
}

.radius-100 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.w-slider{
    width: 40%;
}


.fs-title-4{
    font-size: 2.5rem;
    font-weight: 500;
}


/* .blockandnone{
    display: block  !important;
} */

.vr-container{
    width: 60vw;
    height: 60vh;
    margin-top: 6rem;
}

.w-texte-slider{
    width: 40%;
}


.mt-10{
    margin-top: 9rem;
}

.mt-slider-10{
    margin-top: 12rem;
}

.w-40{
    width: 40%;
}


.slider-h5{
    font-size: 3rem;
    font-weight: 500;
}

.slider-p{
    font-size: 1.4rem;
}


.w-35-2{
    width: 50%;
}

.w-spe-50{
    width: 50%;
}


.left-negative{
    margin-left: 0rem;
}

.gap-10{
    gap: 3rem;
}

.fs-pro{
    font-size: 1.2rem;
}

.h-img-spons{
    height: 150px;
}

.w-35{
    width: 35%;
}

.ml-6{
    margin-left: 3rem;
}

.rounded-hard{
    border-radius: 30px;
}

:root{
    --primary-color: #0077FF;
    --gray-color: #8c8b8b;
}

.red{
    color: red !important;
}

.green{
    color: green !important;
}

.orange{
    color: orange !important;
}   


.blue{
    color : var(--primary-color) !important;
}

.bold{
    font-weight: 600;
}

/* .small-container{
    margin-left: 10rem;
} */

.gray-color{
    color: var(--gray-color);
}


.btn-prim{
    background-color: var(--primary-color);
    color: white;
    transition: all 0.5s ease;
}

.btn-prim:hover{
    background-color: white;
    color: var(--primary-color);
    border: 1px solid var(--primary-color); 
    transition: all 0.5s ease;
}


.fs-title{
    font-size: 3.2rem;
    font-weight: 500;
}

.f-w5{
    font-weight: 500;
}


.btn-explored {
    width: 25%;
    padding: 0.5rem;
    background-color: var(--primary-color);
    border-radius: 20px;
    display: flex;
    align-items: center;
    color: white;
    border: none;
}

.btn-explored i {
    width: 2rem; 
    height: 2rem; 
    background-color: white; 
    border-radius: 50%;
    color: var(--primary-color);
    font-size: 1.5rem; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    transition: all 0.5s ease;
}

.btn-explored span {
    font-size: 1.5rem;
    flex: 1;
    text-align: center;
}

.btn-explored:hover i{
   transform: rotate(-50deg);
   transition: all 0.5s ease;
}


.wn-50{
    width: 50%;
}




.hidden{
    display: none !important;
}


.gap-6{
    gap: 9rem;
}


.g-6{
    gap: 10rem;
}

.pt-spe-title-accueil{
    padding-top: 0;
}




.btn-explored2 {
    width: 25%;
    padding: 0.2rem;
    background-color: var(--primary-color);
    border-radius: 20px;
    display: flex;
    align-items: center;
    color: white;
    border: none;
    text-decoration: none;
    transition: all .5s ease;
}

.btn-explored2 i {
    width: 2rem; 
    height: 2rem; 
    background-color: white; 
    border-radius: 50%;
    color: var(--primary-color);
    font-size: 1.5rem; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    transition: all 0.5s ease;
    transform: rotate(-90deg);
}

.btn-explored2 span {
    font-size: 1rem;
    flex: 1;
    text-align: center;
    transition: all .7s ease;
}

.btn-explored2:hover i{
   transform: translateX(360%) rotate(-90deg);
   transition: all .7s ease;
}

.btn-explored2:hover span{
    transform: translateX(-30%);
    opacity: 0;
    transition: all .5s ease;
}


.btn-explored3 {
    margin: auto;

    padding: 0.2rem;
    background-color: white;
    border-radius: 20px;
    display: flex;
    align-items: center;
    color:  var(--primary-color);
    border: 1px solid black;
    text-decoration: none;
}


.btn-explored3 i {
    width: 2rem; 
    height: 2rem; 
    background-color:  var(--primary-color); 
    border-radius: 50%;
    color: white;
    font-size: 1.5rem; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    transition: all 0.5s ease;
    transform: rotate(-90deg);
}

.btn-explored3 span {
    font-size: 1rem;
    flex: 1;
    font-weight: 550;
    text-align: center;
}

.btn-explored3:hover i{
   transform: rotate(-40deg);
   transition: all 0.5s ease;
}


.padding-vr-text{
    opacity: 0;
}

.slide-right{
    transform: translateX(160px);
    opacity: 0;   
    animation: slide-right 1s ease forwards;
}

.delay-1{
    animation-delay: 1s !important;
}

.round-briefcase{
    width: 3rem;
    height: 3rem;
    background-color: var(--primary-color);
    border-radius: 50%;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}



@keyframes slide-right {
    0% {
        transform: translateX(160px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

/* .overlay-vr {
    width: 200px;
    height: 200px;
    top: 20rem;
    left: 40rem;
    pointer-events: none;
    border-radius: 100%;
    background-color: rgba(199, 199, 199, 0.5); 
    backdrop-filter: blur(5px); 
    display: flex;
    justify-content: center;
    align-items: center;
}

.overlay-vr::after {
    content: '';
    width: 250px;
    height: 250px;
    border-radius: 100%;
    background: none;
    border: 2px solid rgb(177, 177, 177); 
    animation: dash-array 2s infinite;
    position: absolute;
    stroke-dasharray: 40px;
}

.overlay-vr::before {
    content: '';
    width: 250px;
    height: 250px;
    border-radius: 100%;
    background: none;
    border: 2px solid rgba(199, 199, 199, 0.5); 
    position: absolute;
} */

.overlay-vr {
    width: 200px;
    height: 200px;
    top: 20rem;
    left: 45em;
    pointer-events: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.overlay-vr img{
    height: 80px ;
    opacity: .5;
    animation: slideLeftAndRight 3s  ease infinite;
}

@keyframes slideLeftAndRight{
    0%{
        transform: translateX(-50%);
    }
    50%{
        transform: translateX(0);
    }
    100%{
        transform: translateX(-50%);
    }
}


@keyframes dash-array {
    0%{
        clip-path: inset(0 0 0 100%);
    }
    50%{
        clip-path: inset(0 0 0 0%);
    }

    100%{
        clip-path: inset(0 0 0 100%);
    }
}

.overlay-vr p {
    color: white; /* Texte en blanc pour ressortir sur le fond */
    font-size: 1.5rem;
}

@media screen and (max-width: 562px){
    .wn-50{
        width: 100%;
    }
    .btn-explored span{
        font-size: 1rem;
    }

    .btn-explored {
        width: 40%;
        padding: 0.5rem;
        background-color: white;
        border-radius: 20px;
        display: flex;
        align-items: center;
        color: var(--primary-color);
        border: 1px solid black;
        margin-left: 6.5rem;
    }

    .btn-explored i {
        width: 2rem; 
        height: 2rem; 
        background-color: var(--primary-color); 
        border-radius: 50%;
        color: white;
        font-size: 1.5rem; 
        display: flex; 
        align-items: center; 
        justify-content: center; 
        transition: all 0.5s ease;
    }
    

    .btn-explored2 {
        width: 40%;
        padding: 0.5rem;
        margin-left: 6.5rem;
    }

    .btn-explored2 i {
        width: 2rem; 
        height: 2rem; 
        transition: all 0.5s ease;
    }

    /* .btn-explored3 span {
        font-size: .4rem;
    } */
    
} 

.modale {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5); 
    z-index: 1050; 
}

.modale-content {
    width: 90%; 
    max-width: 500px; 
    border-radius: 30px;
}



.button-contact-send {
    font-family: inherit;
    font-size: 20px;
    background: royalblue;
    color: white;
    padding: 0.4em 0.9em;
    padding-left: 0.9em;
    display: flex;
    align-items: center;
    border: none;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.2s;
    cursor: pointer;
  }
  
  .button-contact-send .span-contact-send {
    display: block;
    margin-left: 0.3em;
    transition: all 0.3s ease-in-out;
  }
  
  .button-contact-send svg {
    display: block;
    transform-origin: center center;
    transition: transform 0.3s ease-in-out;
  }
  
  .button-contact-send:hover .svg-wrapper-contact-send {
    animation: fly-1-contact-send 0.6s ease-in-out infinite alternate;
  }
  
  .button-contact-send:hover svg {
    transform: translateX(2em) rotate(45deg) scale(1.1);
  }
  
  .button-contact-send:hover .span-contact-send {
    transform: translateX(5em);
  }
  
  .button-contact-send:active {
    transform: scale(0.95);
  }
  
  @keyframes fly-1-contact-send {
    from {
      transform: translateY(0.1em);
    }
  
    to {
      transform: translateY(-0.1em);
    }
  }
  


  .btn-explored4 {
    padding: 0.2rem;
    background-color: white;
    border-radius: 20px;
    display: flex;
    align-items: center;
    color:  rgb(66, 66, 66);
    border: 1px solid black;
    text-decoration: none;
}


.btn-explored4 i {
    width: 2.5rem; 
    height: 2.5rem; 
    background-color:  var(--primary-color); 
    border-radius: 50%;
    color: white;
    font-size: 2rem; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    transition: all 0.5s ease;
    transform: rotate(-90deg);
}

.btn-explored4 span {
    font-size: 1.5rem;
    flex: 1;
    font-weight: 550;
    text-align: center;
}

.btn-explored4:hover i{
   transform: rotate(-40deg);
   transition: all 0.5s ease;
}


.img-accueil{
    margin-left: -180px;
    height: 1000px;
}

.fs-subtitle{
    font-size: 1.8rem;
}


.img-accueil {
    animation: myClip 1s ease-in-out forwards;
}

video {
    width: 450px;
    border-radius: 40px;
    animation: myClip2 1.2s ease-in-out forwards;
}

.big-ring{
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    background-color: var(--primary-color);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    transform: rotate(0deg) scale(0);
    animation: anime-icon4 1s ease 1s forwards;
}


.custom-carousel img {
    height: auto;
    max-height: 400px; /* Ajustez en fonction de votre design */
    object-fit: cover;
  }
  
  #postDetails {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 400px;
    overflow: hidden;
  }
  
  .post-title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
  
  .post-description {
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }


  .padding-vr-text{
    padding-top: 15rem;
  }
  

@keyframes anime-icon4 {
    0% {
        transform: rotate(0deg) scale(0);
    }
    100% {
        transform: rotate(130deg) scale(1);
    }
}

@keyframes myClip {
    0% {
        clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    }
    100% {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
}

@keyframes myClip2 {
    0% {
        clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    }
    100% {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
}

@keyframes myClip3 {
    0% {
        clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
    }
    100% {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
}

@keyframes scaleUp {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
    
}


.fade-up-animation {
    animation: fade-up 0.5s ease-in-out;
  }

  @keyframes fade-up {
    from {
      opacity: 0;
      transform: translateY(10px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }







.fs-realisation{
    font-size: 2.1rem;
}

.fs-realisation-p{
    font-size: 1.2rem;
}


/*bloc 2*/

.fs-title-2{
    font-size: 2.8rem;
    font-weight: 500;
}



.image-icube{
    animation: myClip3 1s ease-in-out forwards;
}



.line-icube{
    position: relative;
}


.line-icube::after{
    content: '';
    position: absolute;
    width: 0%;
    height: 2px;
    border-radius: 10px;
    background-color: gray;
    bottom: 10px;
    transition: all 2s ease;
;}

.line-icube.icubeLine::after {
    width: 100%;
    transition: all 3s ease;
}

.middle-ring{
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background-color: var(--primary-color);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    transform: scale(0);
    animation: scaleUp 1s ease 1s forwards;
    animation-delay: 2s;
    margin-top: -.5rem;
}


.scaleUp{
    animation: scaleUp 1s ease 1s forwards;
}


.icon-home{
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background-color: #A4CEFF;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    transform: scale(0);
    animation: scaleUp 1s ease 1s forwards;
    margin-top: -.5rem;
}


/*Offre d'emploi index*/


.offre-card{
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: all 0.5s ease;
}















@media (max-width: 3420px){
    .fs-title{
        font-size: 5.5rem;
    }
    .fs-subtitle{
        font-size: 2rem;
    }
    .img-accueil{
        margin-left: -380px;
        margin-top: 30px;
    }

    .btn-explored4 {
        padding: 0.5rem;
        border-radius: 30px;
    }

    .btn-explored4 i {
        width: 3rem; 
        height: 3rem; 
        font-size: 2.5rem; 
    }

    .btn-explored4 span {
        font-size: 2rem;
    }
    /* .gap-spe{
        gap: 8rem !important;
    } */
}



@media (max-width: 3200px){
    .fs-title{
        font-size: 5rem;
    }
    .fs-subtitle{
        font-size: 2rem;
    }
    .img-accueil{
        margin-left: -300px;
        margin-top: 30px;
    }

    .btn-explored4 {
        padding: 0.5rem;
        border-radius: 30px;
    }

    .btn-explored4 i {
        width: 3rem; 
        height: 3rem; 
        font-size: 2.5rem; 
    }

    .btn-explored4 span {
        font-size: 2rem;
    }

    
    video{
        width: 650px;
        margin-top: 30px;
    }

    .fs-realisation{
        font-size: 3.5rem;
    }
    
    .fs-realisation-p{
        font-size: 2rem;
    }

    .big-ring{
        width: 6.5rem;
        height: 6.5rem;
        border-radius: 50%;
        background-color: var(--primary-color);
        color: white;
        font-size: 5rem;
        transform: rotate(0deg) scale(0);
        animation: anime-icon4 1s ease 1s forwards;
    }
}

@media (max-width: 2600px){ /* 100 % en 27 pouces */
    .fs-title{
        font-size: 4.6rem;
    }
    .fs-subtitle{
        font-size: 1.7rem;
    }
    .img-accueil{
        margin-left: -260px;
        margin-top: 20px;
    }

    video{
        width: 600px;
        margin-top: 30px;
    }
}

@media (max-width: 2500px){
    .fs-title{
        font-size: 4.2rem;
    }
    .fs-subtitle{
        font-size: 1.7rem;
    }
    .img-accueil{
        margin-left: -260px;
        margin-top: 20px;
    }

    .btn-explored4 {
        padding: 0.5rem;
        border-radius: 30px;
    }

    .btn-explored4 i {
        width: 2.5rem; 
        height: 2.5rem; 
        font-size: 2rem; 
    }
    
    .btn-explored4 span {
        font-size: 1.5rem;
    }

    video{
        width: 400px;
        margin-top: 30px;
    }

    .fs-realisation{
        font-size: 1.8rem;
    }
    
    .fs-realisation-p{
        font-size: 1rem;
    }
    

    
}



@media (max-width: 2200px){
    .fs-title{
        font-size: 3.7rem;
    }
    .fs-subtitle{
        font-size: 1.6rem;
    }
    .img-accueil{
        margin-left: -240px;
        margin-top: 15px;
    }
    video{
        width: 410px;
        margin-top: 30px;
    }

    .fs-realisation{
        font-size: 2.5rem;
    }
    
    .fs-realisation-p{
        font-size: 1.2rem;
    }
   
}

@media (max-width: 2100px){ /*100% en 24*/
    .fs-title{
        font-size: 3.2rem;
    }
    .fs-subtitle{
        font-size: 1.5rem;
    }
    .img-accueil{
        margin-top: 10px;
        margin-left: -220px;
    }

    video{
        width: 450px;
        margin-top: 30px;
    }

    .big-ring{
        width: 5rem;
        height: 5rem;
        border-radius: 50%;
        background-color: var(--primary-color);
        color: white;
        font-size: 4rem;
        transform: rotate(0deg) scale(0);
        animation: anime-icon4 1s ease 1s forwards;
    }

    
    .fs-realisation{
        font-size: 2.1rem;
    }
    
    .fs-realisation-p{
        font-size: 1rem;
    }
   
   
    
}


@media (max-width: 1900px){
    .fs-title{
        font-size: 3rem;
    }

    .img-accueil{
        margin-left: -200px;
        
    }
    .fs-subtitle{
        font-size: 1.3rem;
    }

    .btn-explored4 i {
        width: 2rem; 
        height: 2rem; 
        font-size: 2rem; 
    }
    
    .btn-explored4 span {
        font-size: 1.5rem;
    }
    video{
        width: 400px;
        margin-top: 10px;
    }
   
}

@media (max-width: 1700px){ /*125 en 24*/
    .fs-title{
        font-size: 2.5rem;
    }

    /* .fs-title-2{
        font-size: 2.2rem;
    } */

    .middle-ring{
        margin-right: 2rem !important;
    }

    .img-accueil{
        margin-left: -190px;
    
    }
    .fs-subtitle{
        font-size: 1.1rem;
    }

      .btn-explored4 i {
        width: 2rem; 
        height: 2rem; 
        font-size: 1.5rem; 
    }
    
    .btn-explored4 span {
        font-size: 1rem;
    }

    .big-ring{
        width: 3rem;
        height: 3rem;
        border-radius: 50%;
        background-color: var(--primary-color);
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 2.5rem;
        transform: rotate(0deg) scale(0);
        animation: anime-icon4 1s ease 1s forwards;
    }

    video{
        width: 360px;
        margin-top: 30px;
    }
}


@media (max-width: 1500px){
    .fs-title{
        font-size: 2rem;
    }

    .fs-title-2{
        font-size: 2.2rem;
    }

         .h-img-spons {
             height: 120px;
         }

                  .btn-explored2 i {
                      display: none;
                  }

                  .btn-explored2:hover span {
                    transform: translateX(0);
                    opacity: 1;
                     
                  }

                  .btn-explored2:hover{
                    background-color: rgb(59, 59, 202);
                    transition: all .5s ease;
                  }
                

    .img-accueil{
        margin-left: -150px;
       
    }
    .fs-subtitle{
        font-size: 1rem;
    }

    .slider-p{
        font-size: 1.1rem;
    }

    .slider-h5{
        font-size: 2.5rem;
    }

    .btn-explored4 i {
        width: 2rem; 
        height: 2rem; 
        font-size: 1.5rem; 
    }
    
    .btn-explored4 span {
        font-size: 1rem;
    }

    video{
        width: 300px;
        margin-top: 20px;
    }

    .fs-realisation{
        font-size: 1.5rem;
    }
    
    .fs-realisation-p{
        font-size: .8rem;
    }

    .big-ring{
        width: 3rem;
        height: 3rem;
        border-radius: 50%;
        background-color: var(--primary-color);
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 2rem;
        transform: rotate(0deg) scale(0);
        animation: anime-icon4 1s ease 1s forwards;
    }
    
    

}


@media (max-width: 1450px) {

    .icon-project-header{
       opacity: 0;
       pointer-events: none;
    }
    
}


@media (max-width: 1250px) {
    .fs-title{
        font-size: 1.8rem;
    }

    .fs-title-2{
        font-size: 1.8rem;
    }

        .mt-logo {
            margin-top: 0rem;
            margin-bottom: 5rem;
        }

        .image-content:nth-child(2){
            display: none;
          }


       .radius-100 {
              width: 200px;
              height: 200px;
       } 

    

    .w-slider{
        width: 50%;
    }


    .img-accueil{
        margin-top: -10px;
    }

    video{
        width: 280px;
        margin-top: 20px;
    }
}


@media (max-width: 1100px) {
    .fs-title{
        font-size: 1.6rem;
    }

   

    .h-img-spons{
        height: 100px;
    }

    .fs-title-2{
        font-size: 1.6rem;
    }


    .img-accueil{
        margin-top: -30px;
    }

    .image-icube {
        height: 350px;
    }


    .blockandnone {
        display: none !important;
    }

    .fs-pro{
        font-size: .8rem;
    }

    .mt-slider-10{
        margin-top: 2rem;
    }

    .w-btn{
        width: 100%;
    }
    
    video{
        width: 250px;
        margin-top: 20px;
    }

    .fs-realisation{
        font-size: 1.3rem;
        margin-top: -30px;
    }
    
    .fs-realisation-p{
        font-size: .8rem;
    }

    .fs-subtitle{
        font-size: .9rem;
    }

}


@media (max-width: 992px) {
    .hidden-sm{
        display: none;
    }

    .fs-title-2{
        font-size: 1.4rem;
    }

    .fs-title-4{
        font-size: 2rem;
        margin-left: -1rem;
    }
    

    .middle-ring{
        width: 2rem;
        height: 2rem;
        font-size: 1.2rem;
        margin-right: 4rem !important;
    }

    .icon-home{
        width: 2rem;
        height: 2rem;
        font-size: 1.2rem;
    }

    .left-negative{
        margin-left: -3rem;
    }

    .mt-10{
        padding-top: 0rem;
    }

    .img-accueil{
        margin-top: 0px;
    }

    .fs-title{
        font-size: 2rem;
    }

    .fs-subtitle{
        font-size: 1.1rem;
    }

    
}


@media (max-width: 900px) {
    .hidden-sm{
        display: none;
    }

    .img-accueil{
        margin-top: -20px;
    }

          .h-img-spons {
              height: 80px;
          }

     .slider-h5{
        font-size: 1.5rem;
    }

    .slider-p{
        font-size: 1rem;
    }
    


    .fs-title{
        font-size: 1.8rem;
    }

    .fs-subtitle{
        font-size: 1rem;
    }
}


@media (max-width: 800px) {
    .hidden-sm{
        display: none;
    }

    .img-accueil{
        margin-top: -25px;
        margin-left: -100px;
    }

    .fs-title{
        font-size: 1.5rem;
    }

    .fs-subtitle{
        font-size: .9rem;
    }

         .h-img-spons {
             height: 50px;
         }
}

@media (max-width: 768px) {
    .img-accueil-mobile {
        width: 100%;         /* Assure que l'image occupe toute la largeur du conteneur */
        height: 330px;        
        object-fit: cover;   
        border-radius: 30px;
        margin-left: 2rem;
    }
   
    .pt-spe-title-accueil{
        padding-top: 5rem;
        text-align: center;

    }
    .fs-title-2{
        font-size: 1.8rem;
        margin-left: -3rem;
    }

    .vr-container{
            height: 57vh;
           margin-top: -4rem;
    }

    .w-50-6{
        width: 90%;
    }

    .padding-vr-text{
        padding-top: 0rem;
        margin-top: -8rem;
        margin-left: 1.2rem;
    }

    .line-icube{
        margin-left: -3.5rem;
    }

          .radius-100 {
              width: 150px;
              height: 150px;
          }

    .w-slider{
        width: 150%;
    }

    .w-texte-slider{
        width: 120%;
    }
    

    #postDetails{
        margin-top: -4rem !important;
    }

    .mt-slider-10{
        margin-top: 7rem !important;
    }


    .m-bonus{
        margin-left: 2.5rem;
    }

    .middle-ring{
        width: 2rem;
        height: 2rem;
        font-size: 1.2rem;
        margin-right: 6rem !important;
    }

    .mt-10{
        padding-top: -2rem;
    }


    .w-spe-50{
        width: 100%;
        padding-top: 2rem;
    }

    .w-35{
        width: 90%;
        margin-left: -6rem;
    }  


    
    .w-35-2{
        width: 35%;
    }

    .fs-title{
        font-size: 2rem;
        margin-left: -5rem;
        font-weight: 600;
    }

    .fs-subtitle{
        margin-left: 2rem;
        font-size: 1.1rem;
        margin-top: -2rem;
    }
}


@media (max-width: 500px) {

    .pt-spe-title-accueil{
        padding-top: 5rem;

    }

    
.w-85{
    width: 100%;
}

    #postDetails{
        margin-top: 0rem !important;
    }

    .h-img-spons{
        height: 80px;
        margin-bottom: 2rem;
    }

    .fs-title-2{
        font-size: 1.5rem;
        margin-left: -3rem;
    }

    .mr-left-sm{
        margin-left: -3rem !important;
    }


   
    .fs-title{
        font-size: 1.7rem;
        margin-left: -5rem;
        font-weight: 600;
    }

    .fs-subtitle{
        margin-left: .7rem;
        font-size: 1.1rem;
        margin-top: -2rem;
    }

    .btn-explored4 {
        margin-top: -0.5rem;
    }
}

@media (max-width: 450px) {

    .pt-spe-title-accueil{
        padding-top: 2rem;

    }

    .w-35{
        margin-top: -4rem;
    }

    .img-accueil-mobile{
        margin-top: -1.5rem !important; 
        
    }

    .fs-title-4{
        font-size: 2rem;
        margin-left: -3rem !important;
    }


    .fs-title{
        font-size: 1.5rem;
        margin-left: -5rem;
        font-weight: 600;
    }

    .fs-title-2{
        font-size: 1.4rem;
        margin-left: -3rem;
    }

    .slider-h5{
        font-size: 1.3rem;
    }

    .fs-subtitle{
        margin-left: .7rem;
        font-size: 1rem;
        margin-top: -2rem;
      
    }

    .btn-explored4 {
        margin-top: -0.5rem;
    }
}

@media (max-width: 380px) {

    .pt-spe-title-accueil{
        padding-top: 2rem;

    }

   

    .fs-title-2{
        font-size: 1.2rem;
        margin-left: -3rem;
    }


    .img-accueil-mobile{
        margin-left: 1.8rem;

    }

    .fs-title{
        font-size: 1.4rem;
        margin-left: -5rem;
        font-weight: 600;
    }

    .fs-subtitle{
        margin-left: -2.4rem;
        font-size: .9rem;
        margin-top: -2rem;
        width: 100% !important;
    }

    .btn-explored4 {
        margin-top:  -0.5rem;
        margin-left: -1rem;
    }
}