.text-muted {
    --bs-text-opacity: 1;
    color: #696969 !important;
}
.form-control {
display: block;
width: 100%;
font-size: 0.8rem;
font-weight: 400;
line-height: 0;
background: #98612E;
color: #22262a;
background-clip: padding-box;
border: 1px solid #ced4da;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border-radius: 0.25rem;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control::placeholder {
  color: #ffffff;
  opacity: 1;
}
@media screen and (max-width: 524px) {
  #block5 .mobileckhambuger_togglerlabel {
    color: #000000;
    font-size: 60px !important;
  }
  div.mod-languages li {
    margin: 0px;
  }
  div.mod-languages a {
    padding: 0px;
  }
}

joomla-alert[type="danger"] {
  background-color: #36250b;
  border-color: #36250b;
  color: var(--jui-alert-danger-color, #712b29);
}

.titre-icone {
  color: #ffffff;
}
.titre-icone .accent {
  color: #bb793a;
}
.titre-icone::before {
  content: attr(data-icone);
  font-family: wingdings, 'zapf dingbats';
  color: #ffffff;
  margin-right: .5em;
}

.badge-new {
  display: inline-block;
  padding: 4px 10px;
  margin-left: .6em;
  font-family: 'PT Sans', sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #ffffff;
  background: #bb793a;
  border-radius: 3px;
  vertical-align: middle;
}

img[src*="instagram-rennes-le-chateau"],
img[src*="facebook-rennes-le-chateau"] {
  width: 190px;
  height: 190px;
}

html { scroll-behavior: smooth; }
h2[id], h3[id] { scroll-margin-top: 120px; }

.sommaire {
  background: rgba(0, 0, 0, .15);
  border-left: 4px solid #bb793a;
  padding: 1.2em 1.8em;
  margin: 2em 0;
}
.sommaire-groupe {
  font-weight: 700;
  color: #bb793a;
  margin: 1em 0 .3em;
}
.sommaire ul {
  margin: 0 0 .8em;
  padding-left: 1.2em;
}
.sommaire li { margin: .25em 0; }
h2[id].titleck,
h3[id].titleck {
  font-family: Agdasima, sans-serif;
  color: #bb793a;
}
h2[id].titleck::before {
  content: "\f70e";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #b8860b;
  font-size: 20px;
  margin-right: .5em;
}

a:hover, a:focus {
    color: #bb793a;
}