body{
    background-color: #ffffff;
}

.banner{
/*
    background-image: url("../img/banner-soluce-ami.png");
*/
    /*background-position: center;
    background-size: cover;
    background-repeat: no-repeat;*/

    background: #b6b4ff;

}
.top-txt{
    background-color: #DFEFFC;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon {

    margin-right: 20px;
    border-radius: 5px;
}

.text-content p {
    color: #474b54; /* Couleur du texte */
    line-height: 1.6;
    font-size: 16px;
    margin: 0 0 10px;
}

.text-content p:last-child {
    margin: 0;
}

.urban-logistics {
    flex-direction: column;
    align-items:flex-start;
    background-color: #DFEFFC; 
    padding: 20px;
    border-radius: 10px;
    max-width: 65%;
}

.grid-cols-custom {
    grid-template-columns: 10% 40% 40% 10%;
  }

  .btn-donwload{
    margin-bottom: 15px;
    background-color: #5DB8E6;
    width: 80%;
  }

  .btn-donwload:hover{
    background-color: #BF3D90;
  }

  .btn-dwn-1{
    width: 50%;
  }
  .colonne-info{
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .logo-fab{
    margin-top: 95px;
  }


.title-soutien{
    font-size: 24px;
    font-weight: 400;
    color: #474b54;
}

.txt-leg{
    color: #474b54;
}

.title-soutien {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px; /* Ajustez la taille du texte comme vous le souhaitez */
}
.title-soutien .line {
    flex: 1;
    height: 2px;
    width: 200px!important;
    background-color: #474b54; /* Choisissez la couleur de la ligne */
    margin: 0 15px; /* Espace entre le texte et la ligne */
}

.title-sec .line {
    flex: 1;
    height: 2px;
    width: 40px;
    background-color: #474b54; /* Choisissez la couleur de la ligne */
    margin: 0 15px; /* Espace entre le texte et la ligne */
}

.title-third .line {
    flex: 1;
    height: 2px;
    width: 100px;
    background-color: #474b54; /* Choisissez la couleur de la ligne */
    margin: 0 15px; /* Espace entre le texte et la ligne */
}

.lettrine {
    float: left;
    width: 4em; /* Ajustez la largeur en fonction de la taille de l'image */
    height: 4em; /* Ajustez la hauteur pour que l'image soit bien proportionnée */
    margin-right: 10px; /* Espace entre l'image et le texte */
    margin-top: -0.2em; /* Ajuste l'image verticalement par rapport au texte */
}

.icon {
	margin-top: 10px;
    width: 100%;
    height: 105%;
    object-fit: contain; /* Maintient la proportion de l'image */
}

.link{
	color: #5DB8E6;
}

/* effet pour l'image */
.bounce-image {
	margin-top: 70px;
    width: 100%; /* Ajustez selon vos besoins */
    max-width: 300px; /* Largeur maximale */
    animation: none; /* Animation par défaut désactivée */
}

/* Animation de rebonds */
@keyframes bounce {
    0% { transform: translateY(0); }
    30% { transform: translateY(-20px); }
    60% { transform: translateY(10px); }
    100% { transform: translateY(0); }
}


.link-blue{
	color: #5DB8E6;
}

.txt-ami-cal{
	color: #474b54;
}

.pink{
	color: #C44B98;
}
