.navbar {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28234,222,188, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(234,222,188, 1);
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 rgba(234,222,188,1);
}

a:hover, nav .link-secondary:hover, nav .link-main:hover {
  text-decoration: none!important;
  color: inherit !important;
  background-size: 100% 100% !important;
  background-position-x: 0 !important;
}

#nav-sup #search-link:hover {
  color: rgb(234, 222, 188)!important;
}

a, a.nav-link {
  text-decoration: none;
  background-image: linear-gradient(to top,currentColor 1px,transparent 1px) !important;
  background-position: 0 0 !important;
  background-position-x: 0px !important;
  transition: background-size .35s cubic-bezier(.37,0,.63,1),color .3s ease-out !important;
  background-repeat: no-repeat !important;
  background-size: 0 100% !important;
  background-position-x: 100% !important;
}

.container {
  /*overflow: hidden;*/
}

.object-fit {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

a.hover-zoom {
  display: inline-block;
  position: relative;
  width: 100%;
  vertical-align: top;
  overflow: hidden;
}

a.hover-zoom img {
  display: block;
  transform: scale(1.01);
  transition: transform .6s cubic-bezier(.33,1,.68,1);
}

a.hover-zoom:hover img {
  transform: scale(1.03);
}

/* CAROUSEL */

#carousel-homepage {
  color: var(--bs-dark);
}

.carousel-indicators [data-bs-target] {
  width: 15px;
  height: 15px;
  transition: opacity .6s ease;
  border-radius: 20px;
  border: 1px solid var(--bs-primary);
  opacity: 1;
  margin: 0 17px;
}

.carousel-indicators .active {
  opacity: 1;
  background-color: var(--bs-primary);
}

h1, h2, h3, h4, h5, h6, .title, .subtitle, .site-title {
  font-family: 'Bebas Neue';
  font-weight: bold;
}

/* TOP HEADER */

.site-title {
  font-size: 25px;
  margin: 0 0 11px 11px;
  color: #F9F6E7;
  letter-spacing: 2.5px;
  vertical-align: bottom;
  white-space: break-spaces;
}

#navcol-2 * {
  color: var(--bs-link-color);
}

#navcol-2 {
  padding-bottom: 19px;
}

#navcol-2 .nav-item {
  border-left: 1px solid var(--bs-primary);
  padding: 0 30px;
}

#navcol-2 ul li.nav-item:first-child {
  border: none;
  padding-left: 0;
}

#navcol-2 ul li.nav-item a {
  padding: 0;
  font-weight: 100!important;
}

#navcol-2 ul li.nav-item:last-child {
  padding-right: 0;
}

#navcol-2 #search-icon {
  font-size: 12px!important;
  margin-right: 6px;
}

header a.navlink {
  padding: 0;
}

/* MAIN NAV */

#main-nav li.separator, .page-footer li.separator {
  padding: 0;
  display: inline-flex;
  color: var(--bs-primary-border-subtle);
  margin: calc(var(--bs-navbar-nav-link-padding-x) + 4px) 10px;
  border-left: 1px solid var(--bs-primary-border-subtle);
  max-height: 20px;
}

#main-nav li a {
  letter-spacing: 2px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  font-family: 'Bebas Neue';
  font-weight: 100!important;
}

/* CARD IMG */

.card-img, .card-img-top {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.card .date-article {
  display: inline-block;
  position: absolute;
  top: 40px;
  padding: 6px 12px;
  background-color: var(--bs-primary);
  color: var(--bs-body-bg);
  font-family: 'Poppins';
  font-weight: 300;
  z-index: 1;
}

.card .article-link a {
  text-decoration: none;
  text-transform: uppercase;
}

.card .auteur {
  color: var(--bs-primary);
}

.section-link {
  text-transform: uppercase;
  text-decoration: none;
  color: var(--bs-dark);
  letter-spacing: 2.5px;
}

.link-with-icon:hover {
  text-decoration: none!important;
  background: none!important;
  background-image: none!important;
}

.link-with-icon {
  transition: transform 330ms ease-in-out;
}

.link-with-icon:hover span {
  text-decoration: underline;
}

.link-with-icon .img-icon-arrow-right, .link-with-icon .img-icon-arrow-left {
  transition: transform 330ms ease-in-out;
  margin-left: 10px;
}

.link-with-icon .img-icon-arrow-left {
  margin-left: 0;
  margin-right: 10px;
}

.link-with-icon:hover .img-icon-arrow-right {
  /*filter: invert(16%) sepia(9%) saturate(7178%) hue-rotate(158deg) brightness(95%) contrast(102%);*/
  transform: translateX(10px);
}

.link-with-icon:hover .img-icon-arrow-left {
  transform: translateX(-10px);
}

/* SOMMAIRE - ADHERER */

#bloc-adherer-bg {
  background-color: var(--bs-secondary);
}

.adherer-number {
  font-weight: 400;
  font-size: 5.5rem;
  font-family: 'Bebas Neue';
  line-height: 1em;
}

/* footer */

footer p, footer ul, footer li {
  font-size: 14px;
}

@media (min-width: 576px) {
  ul#legal-mentions li:not(:first-child) {
    border-left: none;
  }
}

.navbar-brand {
  max-width: 75%;
}

@media (min-width: 768px) {
  ul#legal-mentions li:not(:first-child) {
    border-left: 1px solid var(--bs-primary);
  }
}

@media (min-width: 768px) {
  .navbar-brand {
    max-width: 100%;
  }
}

.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-primary);
  content: var(--bs-breadcrumb-divider, "|");
}

/* ARTICLES COL RIGHT */

#col-right {
  background-color: #F9F6E7;
}

#sticky-col-right {
  position: -webkit-sticky;
  position: sticky;
  top: 196px;
}

#title-col-right {
  font-family: 'Poppins';
  font-weight: normal;
  font-size: larger;
  color: #003241;
}

.title-articles-col-right {
  font-size: medium;
  font-family: 'Poppins';
  color: #003241;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.date-article-right-col {
  margin-bottom: 10px;
  display: block;
  font-family: 'Poppins';
  font-size: 14px;
  font-weight: 400;
}

.descr-article-right-col {
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: 'Bebas Neue';
  font-size: 20px;
  line-height: 20px;
}

.list-group-item-action:active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}

.list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}

#col-right .list-group-item.active:hover {
  color: white!important;
}

.list-group-item {
  background-color: transparent;
}

/* FOOTER PAGES INTERIEURES */

.page-footer {
  background-color: #003241;
}

.page-footer li {
  list-style: none;
  text-transform: uppercase;
  color: #eadebc;
  font-weight: 400;
  font-family: 'Bebas Neue';
  font-size: 17px;
  letter-spacing: 1px;
}

.page-footer li a {
  color: #eadebc;
}

/* ARTICLE */

.gallery-img-article {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  width: calc(100% - 20px);
  box-sizing: border-box;
  width: 100%;
}

.gallery-img-article img {
  width: 100%;
  height: auto;
  box-sizing: border-box;
}

.gallery-img-article img + img:before {
  margin-left: 20px;
  display: inline;
  content: "";
  position: relative;
}

.page-article #article-body {
  box-shadow: none;
}

#article-body :last-child {
  margin-bottom: 0!important;
}

.page-article #article-body p + h2, .page-article #article-body ul + h2, .page-article #article-body ol + h2, .page-article #article-body table + h2 {
  margin-top: 3rem;
}

.page-article #article-body h2 {
  margin-bottom: 1rem;
}

.gallery-verticale img:last-of-type {
  margin-bottom: 2rem!important;
}

.article-body ul li::marker, .article-body ul.spip li::marker {
  list-style-type: disc;
  color: var(--bs-primary);
}

.article-body ul li + li, .article-body ul.spip li + li {
  margin-top: 0.4em;
}

.chapo-article {
  margin-bottom: 3rem;
}

/* ARTICLE - DOWNLOADS */

.contenu-downloads {
  border: 2px dotted var(--bs-primary);
  border-left: none;
  border-right: none;
}

.download-list {
  padding-left: 0;
  list-style: none;
}

.download-list a:hover {
  text-decoration: underline;
}

/* CONTENU PRECEDENT / SUIVANT */

.contenu-prec-suiv .titre-contenu {
  max-width: 50%;
  width: 100%;
  letter-spacing: 0;
  font-family: 'Bebas Neue';
  font-weight: 500!important;
  line-height: 1.1em;
}

.page-article-commission .contenu-prec-suiv .titre-contenu {
  max-width: 100%;
}

