/* your styles go here */

#adresseutiles h2 {
  font-size: calc(1.125rem + 0.9vw);
}

#adresseutiles h3 {
  font-weight: normal;
  font-size: 1.10rem
}

#article h2,
#article h3 {
  margin-top: 0
}

.nav>li>a {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 90%;
}


#messengerfooter a {
  display: inline-block;
  margin: 0;
  padding: 7px 20px;
  float: right;
  color: #fff;
  text-align: center;
  font-size: clamp(1.1rem, -.875rem + 1.333vw, 1.3rem);
  background-color: #333;
  height: 100%;
  width: auto;
}

#messengerfooter .Messenger {
  background-color: #0080f8;
}

#messengerfooter .Whatsapp {
  background-color: #2ab540;
}


.nav-pills-green {
  flex-wrap: wrap;
}

.nav-pills-green .nav-link {
  margin: 10px;
  color: #28A745;
  border: 1px solid #1E7E34;
  border-radius: 50px;
}

.nav-pills-green .nav-link.active,
.nav-pills-green .nav-link:hover,
.nav-pills-green .nav-link:focus {
  color: #fff;
  background: #28A745;
}

.nav-pills-green .nav-link:first-of-type {
  margin-left: 0;
}



#headcircuit br {
  display: block;
  margin-bottom: 2em !important;
  /* espace uniquement entre les retours à la ligne */
  content: "";
}


.bg-light {
  background-color: #ececec !important;
  /* un peu plus foncé que #f8f9fa */
}


#activity h3 strong {
  color: #ba0562;

  width: 100% !important;
}

#activity h3 {
  margin-top: 2rem !important;
  border-bottom: 1px solid #ba0562 !important;
}

@media (min-width: 992px) {

  /* breakpoint LG */
  .w-lg-30 {
    width: 30% !important;
  }
}