body {
    box-sizing: content-box;
    background-image: url('fondsite.png');
    background-size: cover;
}


.filtre-color{
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.5);
    width: 100%;
    height: 100%;
}

.filtre-color-rose{
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255, 51, 153, 0.1);
    width: 100%;
    height: 100%;
}

.assombrir-bg{
    background-color: rgba( 51, 51, 51, 0.8);
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.sub-title{
    font-optical-sizing: auto;
    font-size:xx-large;
    margin-left: 65px;
    vertical-align: middle;
    color: whitesmoke;
}
.card{
    height: 485px;
}
.card-img-top{
    max-height: 250px;
}

.sticky-footer{
    position: fixed;
    bottom: 0;
    background-color: rgba(255, 51, 153, 0.9);
    width: 100%;
    color: whitesmoke;
    text-align: center;
}

.copyright-space{
    margin-bottom: 1px;
}

nav{
    background-color: rgba(255, 51, 153, 0.2);
    color: whitesmoke;
}

.carousel-item {
    vertical-align: middle;
    background-color: #F5F5F5; /* Couleur de fond pour chaque slide */
    color: #303030; /* Couleur du texte */
    max-height: 200px; 
    overflow: hidden;
  }
  .carousel-item img {
    max-height: 200px; /* Hauteur maximale de l'image, ajustez selon vos besoins */
    object-fit: cover;
  }
  .carousel-caption h5 {
    color: #F5F5F5; /* Couleur orange du logo pour les titres */
    font-stretch: extra-expanded;
    font-size: xx-large;
    text-shadow: #ff3399 1px 0 10px;
  }

  .carousel-caption p {
    color: #F5F5F5; /* Couleur orange du logo pour les titres */
    font-stretch: extra-expanded;
    font-size: 1.2em;
    text-shadow: #ff3399 0.5px 0 2px;
  }
  /* Ajoutez ici d'autres styles personnalisés si nécessaire */

@media screen and (max-width: 1722px) {
    .card-img-top{
        max-height: 100px;
    }

    .card{
        height: 400px;
    }
    
    
}

@media (max-width: 1721px)  and (max-width: 1114px) {
    .card-img-top{
        display: none;
    }
    .card{
        height: 400px;
    }
      .carousel-item img {
        max-height: 70px; /* Hauteur maximale de l'image, ajustez selon vos besoins */
        object-fit: cover;
      }
      .carousel-indicators{
        display: none;
      }

      .carousel-caption{
        max-height: 70px;

    }

    .carousel-inner{
        align-content: center;
        vertical-align: middle;
    }

      .carousel-caption h5 {
        color: #F5F5F5; /* Couleur orange du logo pour les titres */
        font-stretch: extra-expanded;
        font-size:large;
        text-shadow: #ff3399 1px 0 10px;
        margin: 0;
     
      }
    
      .carousel-caption p {
        color: #F5F5F5; /* Couleur orange du logo pour les titres */
        font-stretch: extra-expanded;
        font-size: 0.8em;
        text-shadow: #ff3399 0.5px 0 2px;
      }
    
}    

@media (max-width: 1115px)  and (max-width: 426px){
    #logobrand{
        width: 120px!important;
        height: 60px!important;
    }
    .sub-title{
        font-size:larger;
        font-weight: bold;
    }

}



@media (max-width: 427px) and (max-width: 500px){
    nav{
        max-height: 60px;
    }
    .card{
        height: 100%;
        margin: 5px;
        border: 0.5px solid #ff3399;
    }
    #logobrand{
        width: 60px!important;
        height: 30px!important;
    }
    .sub-title{
        margin: 0px;
        padding: 0px;
        font-size:0.7rem;
        font-weight: bold;
    }

    .sticky-footer{
        position: fixed;
        bottom: 0;
        background-color: rgba(255, 51, 153, 0.9);
        height:30px;
    
    }
    .carousel-caption{
        max-height: 30px;

    }
    .container-fluid {
        margin-bottom: 35px!important;
    }
  
  
  }