@import url('https://fonts.googleapis.com/css?family=Exo:400,700');


section {
    position: relative;
    box-sizing: border-box;

}


body{
    font-family: "Poppins", sans-serif;
}

.text-center {
    text-align: center!important;
}
#text-left{
    text-align: left;

}

.context {
    width: 100%;
    position: absolute;


}

.context h1{
    text-align: center;
    color: #fff;
    font-size: 50px;
}
.context h2{
    color: white;
}
 .divCarousel {
     width: 55%; /* Définit la largeur du carrousel à 50% de la largeur du conteneur parent */
     margin: auto; /* Centre le carrousel horizontalement */
 }

 #VeilleTechno h3{

     color: #545151!important;
 }
h1,
h2 {
    font-family: "Poppins", sans-serif;
    line-height: 1.2;
    margin-bottom: 1rem;
    letter-spacing: 1px;
    font-size: 5vh;
   
}
.area{
    background: #4e54c8;
    width: 100%;
    height:500vh;
    max-height:100%;

}

body::-webkit-scrollbar {
    width: 6px; /* width of the entire scrollbar */
}

body::-webkit-scrollbar-track {
}

body::-webkit-scrollbar-thumb {
    background-color: white; /* color of the scroll thumb */
    border-radius: 20px; /* roundness of the scroll thumb */
    border: 3px solid white; /* creates padding around scroll thumb */
}

