/*@media (min-width: 1400px) {
  main,
  header,
  #main-navbar {
    padding-left: 240px;
  }
}*/
body
{
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.image-container {
      display: flex;
      align-items: stretch; /* rend les éléments de même hauteur */
      gap: 1rem;
    }
    .image-box {
      flex: 1; /* partage l’espace disponible */
      position: relative;
      overflow: hidden;
      border-radius: 0.75rem;
        min-height: 250px;
  background-color: #f0f0f0;
  background-size: cover;
  background-position: center;
    }

    .image-box img {
      width: 100%;
      height: 100%;
      object-fit: cover; /* garde la proportion sans déformation */
    }
        .image-box2 {
      flex: 1; /* partage l’espace disponible */
      position: relative;
      overflow: hidden;
      border-radius: 0.75rem;
        max-height: 90px;
  background-color: #f0f0f0;
  background-size: cover;
  background-position: center;
    }

    .image-box2 img {
      width: 100%;
      height: 100%;
      object-fit: cover; /* garde la proportion sans déformation */
    }
    .image-label {
      position: absolute;
      bottom: 10px;
      left: 10px;
      color: white;
      font-weight: bold;
      text-shadow: 1px 1px 4px rgba(0,0,0,0.6);
    }
.noimagediv {
      width: 100%;
      height: 100%;

    }

    .custom-block {
      min-height: 250px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      background-color: #f5f5f5;
      border-radius: 0.75rem;
      transition: all 0.3s ease;
    }

    .custom-block:hover {
      background-color: #e0e0e0;
      transform: translateY(-4px);
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    }

    .custom-block img {
      width: 60px;
      height: 60px;
      object-fit: contain;
      margin-bottom: 1rem;
      opacity: 0.8;
    }

    .custom-block i {
      font-size: 3rem;
      color: #6c757d;
      margin-bottom: 1rem;
    }

    .custom-block h5 {
      font-weight: 600;
      color: #333;
    }
.bg-body-cias
{
  background-color:#2a64a2 ;
  color:#fff!important;

}
.maintitle
{

  margin-bottom: 30px;

}
.maintitle h1
{
  color:#2a64a2;
  font-size: 3rem;
  text-transform: uppercase;
}
.tree
{
  margin-top: -30px;
  max-height: 70px;
}
.custom-block2 {
      max-height: 150px!important;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      background-color: #f5f5f5;
      border-radius: 0.75rem;
      transition: all 0.3s ease;
    }

    .custom-block2:hover {
      background-color: #e0e0e0;
      transform: translateY(-4px);
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    }

    .custom-block2 img {
      width: 60px;
      height: 60px;
      object-fit: contain;
      margin-bottom: 1rem;
      opacity: 0.8;
    }

    .custom-block2 i {
      font-size: 3rem;
      color: #6c757d;
      margin-bottom: 1rem;
    }

    .custom-block2 h5 {
      font-weight: 600;
      color: #333;
    }

.titlecontenth1
{
  color:#2a64a2;
  font-size: 2.7rem;
  text-transform: uppercase;
}
.titlecontenth2
{
  color:#2a64a2;
  font-size: 2.2rem;

}
.dlapplication
{
  padding-top:13px;
  min-height: 50px;
  background-color: #2a64a2;
  color:#fff;
}
.magasins
{
  margin-top: 20px;
}
.blucias
{
  color:#2964a2!important;
}
.slog
{
  font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.3rem;
}
.slogh
{
  font-size: 1.8rem;
}
#btn-back-to-top {
  position: fixed;
  bottom: 12px;
  right: 12px;
  display: none;
  z-index: 1030;
}
.bgapp
{
  background-color:#2964a2 ;
  padding:5px;
}
.btn-primary
{
  background-color:#2964a2!important ;
}
/*.bttmvign
{
  margin:0 auto 2rem auto!important;
  background-color:rgba(70,130,180,0.8);
  padding-left:40px;
  padding-right:40px;
  padding-top:10px;
  padding-bottom:10px;
}
*/
.image-box {
    position: relative;
    overflow: hidden;
}

.bttmvign {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;

    background-color:rgba(70,130,180,0.8);
    text-align: center;

    padding: 20px 15px;
}
.marariane
{
  margin-top: 30px;
  margin-bottom: 30px;
}
