.mobile-langue .dropdown-item.active {
  color: #d6b184;
  background-color: transparent;
}

.cookie-consent-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 2147483645;
  box-sizing: border-box;
  width: 100%;
  background-color: #cb9f6e;
  opacity: .9;
}

.cookie-consent-banner__inner {
  margin: 0 auto;
  padding: 24px 0;
}

.cookie-consent-banner__header {
  margin-bottom: 8px;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
}

.cookie-consent-banner__description {
  font-weight: normal;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}

.cookie-consent-banner__cta {
  box-sizing: border-box;
  display: inline-block;
  padding: 6px 12px 0px;
  border-radius: 2px;
  background-color: #614b32;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
}

.cookie-consent-banner__cta--secondary {
  padding: 9px 13px;
  border: 2px solid #cb9f6e;
  background-color: transparent;
  color: #2CE080;
}

.cookie-consent-banner__cta:hover {
  background-color: #fff;
}

.cookie-consent-banner__cta--secondary:hover {
  border-color: #838F93;
  background-color: transparent;
  color: #cb9f6e;
}

.cookie-consent-banner__cta:last-child {
  margin-left: 16px;
}

.section-calendrier .custom-table{
  table-layout: fixed;
}

.section-calendrier .custom-table td:first-child {
  white-space: normal
}


.section-calendrier .custom-table .td-title{
  width: 55%;
}

.section-calendrier .custom-table .td-content {
  width: 45%;
}
