

.slide {
    background-color: #3E3B5A;
}

.content-left {
    display: block;
    justify-content:flex-start; 
    text-align:left;
   
}

.content-title {    /* Smaller size for mobile-first */
    font-family: Lato-Bold;
    font-size: 2rem;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 1.5rem;
    margin-left: 15%;
    margin-right: 15%;
    margin-top: 5%;
    line-height: 1.1;
    display: block !important;
}

.content-text {    /* Smaller size for mobile-first */
    font-family: Lato-Light;
    font-size: 0.875rem;
    color: #d1d1e0;
    margin-left: 15%;
    margin-right: 15%;
    margin-bottom: 2rem;
    display: block !important;
    /*max-width: 600px;  
    Modifier le 12 févr 2025 pour accomoder un texte 
    qui était plus long que d'habitude.  
    éliminer le max-width améliore la mise en page du texte dans ce cas*/
}

.highlight {
    color: #93BA3F;
    font-family: Lato-Bold;
    font-weight: bold;
}

.content-button {
    background-color: #3e3b5a;
    display: inline-block;
    margin-left: 15%;
    margin-right: 15%;
    padding: 15px 30px;
    border: 2px solid #8cc63e;
    border-radius: 50px;
    font-size: medium!important;
    font-weight: bold!important;
    color: #ffffff !important;
}
.content-button:hover{
    background-color: #93BA3F;
    font-weight: bold;
    color: #3e3b5a;
    
/*     font-weight: bolder !important;
    color: #ffffff !important;
 */
}

.nav-dots {
    margin-top: 2rem;
    margin-bottom: 2rem;
    margin-left: 15%;
    margin-right: 15%;
    display: flex;
    justify-content: start;
    gap: 10px;
}
.nav-dots:hover{
    cursor: pointer;
}

.dot {
    width: 12px;
    height: 12px;
    background-color: #ffffff;
    border-radius: 50%;
    display: inline-block;
}

.dot.active {
    background-color: #8cc63e;
}
.content-right
{
    display: grid;
    position: relative;
    overflow: hidden;
}


.slide1-img {
    min-height: 565px;
    min-width: 500px;
    z-index: 1;
}

.fleches {
z-index: 2;
position: absolute; 
bottom: -150px; 
left:0px;
object-fit:cover;
}



/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .content-title {
        font-size: 3rem;
        /* Increase font size for medium screens */
    }

    .content-text {
        font-size: 1rem;
        /* Increase font size for medium screens */
    }
}

/* Large devices (desktops, 1400px and up) */
@media (min-width: 1400px) {
    .content-title {
        font-size: 4.5rem;
        /* Increase font size for large screens */
    }

    .content-text {
        font-size: 1.5rem;
        /* Increase font size for large screens */
        line-height: 1.2;
    }
}
/* ultrawide devices (desktops, 1920px and up) */
@media (min-width: 2150px) {
    .content-title {
        font-size: 7.5rem;
        /* Increase font size for large screens */
    }

    .content-text {
        font-size: 2.5rem;
        /* Increase font size for large screens */
        line-height: 1.5;
        max-width: 90%;
    }
}

@font-face {
    font-family: 'Lato-Bold';
    src: url("/Portals/0/_SiteWeb/assets/Fonts/Lato-Bold.woff2") format('woff2');
  }
  @font-face {
    font-family: 'Lato-Light';
    src: url("/Portals/0/_SiteWeb/assets/Fonts/Lato-Light.woff2") format('woff2');
  }