footer.footer {
  position: relative;
  margin-block-start: 2rem;
}
.footer .footer_top,
.footer .footer_bottom {
  background-color: var(--dark-blue);
  padding: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .footer_center {
  display: flex;
  min-height: 350px;
  max-width: 1860px;
  margin-inline: auto;
  flex-wrap: wrap;
  justify-content: center;
  background-color: var(--light-grey);
}
.footer .footer_center::before,
.footer .footer_center::after {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 50%;
  height: 100%;
  z-index: -1;
}
.footer .footer_center::before {
  left: 0;
  background-color: var(--red);
}
.footer .footer_center::after {
  right: 0;
  background-color: var(--light-grey);
}
.footer .footer_center .col {
  flex: 50%;
}
.footer .footer_center .col-left {
  display: flex;
  align-items: center;
  padding: 1rem 2rem;
  background-color: var(--red);
  color: white;
  text-align: right;
  justify-content: center;
}
.footer .footer_center .col-left .fieldname--body {
  margin-block: 1.5rem;
}
.footer nav[id*="reseauxsociaux"] .menu_ctn ul {
  display: flex;
  gap: 1rem;
  justify-content: flex-end;
  margin-block: 1rem;
}
.footer nav[id*="reseauxsociaux"] .menu_ctn ul li a:hover::before {
  background-color: var(--dark-blue);
}

.footer .footer_top div[class*="form"] {
  display: flex;
  align-items: baseline;/*center;*/
  /*gap: 1rem;*/
  flex-wrap: wrap;
  justify-content: center;
}
form#masquerade-block-form{
  display: inline-block;
}
form#masquerade-block-form input#form-item{
  display: inline-block;
  border-radius:0px;
  height: auto;
}
.footer .footer_top div[class*="form"] h2 {
  color: var(--light-blue);
  font-weight: 400;
  margin: 0;
}
.footer .footer_top div[class*="form"] form {
  display: flex;
}
.footer .footer_top div[class*="form"] form .form-item input {
  height: 3rem;
  padding: 1.5rem;
  border: unset;
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}
.footer .footer_top div[class*="form"] form input[type="submit"] {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-inline: 1rem;
  background-color: var(--light-blue);
  color: var(--dark-blue);
  height: 3rem;
  border: unset;
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
  cursor: pointer;
}

.footer .footer_bottom nav {
  flex-basis: fit-content;
  display: flex;
  align-items: center;
}
.footer .footer_bottom nav > ul {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  margin: 0;
  flex-wrap: wrap;
  padding-inline: 1rem;
  justify-content: center;
}
.footer .footer_bottom nav > ul a {
  display: flex;
  align-items: center;
  color: white;
  font-size: 0.9rem;
}
.footer .footer_bottom nav > ul li {
  display: flex;
  gap: 0.25rem;
}
.footer .footer_bottom nav > ul li:not(:last-of-type)::after {
  content: " / ";
  color: var(--lighter-blue);
}
.footer .footer_bottom nav > ul a:hover {
  text-decoration: underline;
}

.footer .region--footer-right {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
 background-color: var(--light-grey);
}
.footer .region--footer-right .fieldname--body {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  max-width: 400px;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 1rem;
}
.footer .region--footer-right .fieldname--body h2 {
  flex: 1 1 100%;
}
.footer .region--footer-right img {
  width: 160px;
  height: auto;
}
.sharethis-inline-share-buttons {
    padding-block-start: 2rem;
}
