.a_lire {
  border-left: 01px solid teal;
  padding-left: 0px;
  margin-top: 20px;
}

.a_lire .detail {
  margin-left: 10px;
  margin-top: 10px;
}

.a_lire .titre {
  color: teal;
  margin-top: 20px;
  font-size: 1.2em;
}
.a_lire h6 {
  background-color: teal;
  padding: 05px;
  width: 90px;
  color: white;
}
.a_lire h6 strong {
  color: white;
}
.a_lire .auteur {
  color: #898888;
}

/* slide index.php */
.caroussel-img-1,
.caroussel-img-2,
.caroussel-img-3 {
  height: 450px;
  width: 100%;
  background-position: center; /* Center the image */
  background-repeat: no-repeat;
  background-size: cover;
}
.caroussel-img-1 {
  background-image: url(../images/slide-1.jpg);
}
.caroussel-img-2 {
  background-image: url(../images/slide-2.jpg);
}
.caroussel-img-3 {
  background-image: url(../images/slide-3.jpg);
}
/* fin slide index */

/* pour l'adhésion */
.caroussel-mini-img-1,
.caroussel-mini-img-2,
.caroussel-mini-img-3 {
  height: 800px;
  width: 100%;
  background-position: center; /* Center the image */
  background-repeat: no-repeat;
  background-size: cover;
}
.caroussel-mini-img-1 {
  background-image: url(../images/le1.jpeg);
}
.caroussel-mini-img-2 {
  background-image: url(../images/le2.jpeg);
}
.caroussel-mini-img-3 {
  background-image: url(../images/le3.jpeg);
}
.caroussel-mini-img-1 .text-center,
.caroussel-mini-img-2 .text-center {
  margin-top: 09%;
}
.caroussel-mini-img-3 .text-center {
  margin-top: 20%;
}

/* james*/

.fond-statut {
  width: 35%;
  margin-left: 1.5%;
  padding: 5px;
  height: 120%;
  margin-top: -20px;
  opacity: 0.8;
}
.fond-statuts {
  background: white;
}
.breadcrumbs-custom-title {
  font: bold;
  color: white;
  font-weight: bold;
}

/*james*/

/* On screens that are 992px or less, set the background color to blue */
@media screen and (min-width: 1450px) {
  .caroussel-img-1,
  .caroussel-img-2,
  .caroussel-img-3 {
    height: 600px;
  }

  .rd-navbar-corporate.rd-navbar-static .rd-navbar-aside,
  .rd-navbar-corporate.rd-navbar-static .rd-navbar-main {
    max-width: 100%;

    margin-left: 50px;
    margin-right: 50px;
  }
  .rd-navbar-corporate.rd-navbar-static .rd-navbar-brand img {
    width: auto;
    height: auto;
    max-width: 400px;
    max-height: 200px;
  }
  .rd-nav-item {
    padding-right: 20px;
  }
}

/* On screens that are 992px or less, set the background color to blue */
@media screen and (max-width: 992px) {
  .caroussel-mini-img-1,
  .caroussel-mini-img-2,
  .caroussel-mini-img-3 {
    height: 450px;
  }
  .caroussel-mini-img-1 .text-center,
  .caroussel-mini-img-2 .text-center,
  .caroussel-mini-img-3 .text-center {
    margin-top: 05%;
  }

  .box-form .box-h2 {
    margin-top: 10px;
  }
  .box-form .box-h2 .tabs-line {
    margin-top: -10px;
  }

  .fond-statut {
    width: 97%;
  }
}

/* On screens that are 600px or less, set the background color to olive */
@media screen and (max-width: 600px) {
  .caroussel-mini-img-1,
  .caroussel-mini-img-2,
  .caroussel-mini-img-3 {
    height: 450px;
  }
  .caroussel-mini-img-1 .text-center,
  .caroussel-mini-img-2 .text-center,
  .caroussel-mini-img-3 .text-center {
    margin-top: 05%;
  }

  .box-form .box-h2 {
    margin-top: 10px;
  }
  .box-form .box-h2 .tabs-line {
    margin-top: -10px;
  }

  .fond-statut {
    width: 97%;
  }
}

