body {
  font-family: "Archivo-Black", sans-serif;
  color: #ffffff;
  background-color: #efefef !important;
}

p,
label,
div,
ul,
li,
h1,
h2,
h3,
h4,
a,
a:visited,
.form-item__description {
  color: #ffffff !important;
}

.content-header {
  padding-top: 0 !important;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.2);
}

.content-header .layout-container {
  position: sticky;
  z-index: 100;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 12px 0 9px 12px;
  background-color: #c10230;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.2);
}
.layout-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.header-container {
  width: 100%;

  display: flex;
  justify-content: space-between;

  @media (min-width: 1400px) {
    max-width: 1320px;
  }
  @media (min-width: 1200px) and (max-width: 1400px) {
    max-width: 1140px;
  }
  @media (min-width: 992px) and (max-width: 1200px) {
    max-width: 960px;
  }
  @media (min-width: 768px) and (max-width: 992px) {
    max-width: 720px;
  }
  @media (min-width: 576px) and (max-width: 768px) {
    max-width: 540px;
  }
}
body:not(.toolbar-tray-open) .layout-container {
  margin: 0 !important;
}
.content-header .layout-container .my-account {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0;
  gap: 1.88rem;
}
.content-header .layout-container .my-account img {
  width: 24px;
  height: 24px;
}

.content-header .layout-container .my-account a {
  display: flex;
  align-items: center;
  gap: 0.44rem;
  color: white;
  text-decoration: none;
}

.content-header .layout-container .my-account a:hover,
.content-header .layout-container .my-account a.is-active {
  color: #ffcd00 !important;
  text-decoration: underline;
}

.content-header .layout-container .my-account a:hover img,
.content-header .layout-container .my-account a.is-active img {
  filter: invert(16%) sepia(40%) saturate(3872%) hue-rotate(1deg)
    brightness(100%) contrast(98%);
}

.content-header .layout-container .my-account a.logout:hover,
.content-header .layout-container .my-account a.logout:focus {
  background: #ffe57b !important;
  color: #131313 !important;
  text-decoration: none;
}

fieldset {
  border: none;
  padding: 0;
}
.form-item {
  width: 25rem;
  margin: 1.5rem auto;
}
.form-element,
.charterText {
  border-radius: 0.75rem !important;
}

.form-element:hover,
.charterText:hover {
  border-color: #ffffff !important;
  box-shadow: inset 0 0 0 1px #ffffff !important;
}

.form-element:hover:focus,
.charterText:hover:focus {
  box-shadow: 0 0 0 2px #fff, 0 0 0 5px #26a769, inset 0 0 0 1px #131313 !important;
}

.form-element:active,
.charterText:active {
  border-color: #ffffff !important;
}

.js-form-type-checkbox {
  margin: auto;
  margin-left: auto !important;
  width: 60%;
}

.form-type--textarea,
.charterText {
  width: 60%;
}

.form-select {
  width: 100%;
}

.form-type--boolean input {
  margin-left: 0 !important;
  margin-right: 0.69rem;
}

.charterLabel {
  width: 60%;
  margin: 0.25rem auto;
  &.mention-confidential {
    margin: 1rem auto;
    font-style: italic;
  }
}

.charterText {
  height: 10rem;
  background: #ffffff;
  display: flex;
  align-items: center;
  margin: auto;
}

.charterText .text-formatted {
  overflow-y: scroll;
  height: 65%;
  border-radius: 20px;
  padding: 1.25rem 0.62rem;
  position: relative;
}

.charterText .text-formatted * {
  color: #131313 !important;
}

.button {
  position: relative;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  justify-content: center;
  padding: 0.625rem 1.4375rem;
  background-color: #ffcd00 !important;
  border-radius: 3.125rem !important;
  color: #131313 !important;
  cursor: pointer;
  font-size: 0.8125rem;
  line-height: 0.875rem;
  text-align: center;
  text-decoration: none;
  font-family: "Archivo-Black", sans-serif;
  font-weight: 600;
  margin-top: 3.4375rem;
}
#createAccountBtn {
  color: #131313 !important;
}

.button:hover {
  background-color: #ffe57b !important;
}
.account-logo {
  margin-left: 0.625rem;
  color: #ffffff;
}
#createAccountBtn {
  color: #131313 !important;
}
.field-container {
  position: relative;
}
.error-message {
  color: #dc2322 !important;
  position: relative;
  font-size: 13px;
  font-weight: 800;
  display: flex;
  max-width: 25rem;
  margin: -1rem auto 0 auto;
  background-color: #ffffff;
  padding: 5px;
  border: solid 1px #dc2322;
}

.main-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main-container a {
  margin: 0 auto;
}
.actions p {
  max-width: 25rem;
  margin: 1rem auto;
}

.page-content {
  background: #616161;
  border-radius: 20px;
  padding: 29px 24px;
  align-items: normal !important;
}
.page-content a {
  margin: 0 auto;
}

.page-content h1 {
  text-align: center;
}

.page-wrapper .button:focus,
.ui-dialog .button:focus {
  outline: 2px dotted transparent;
  box-shadow: 0 0 0 2px #fff, 0 0 0 5px #ffcd00 !important;
}
.page-content .infos-container,
.user-register-form legend {
  max-width: 35rem;
  margin: 0 auto;
}
.mentions {
  max-width: 25rem;
  margin: 0 auto;
}
.mentions span {
  display: flex;
  justify-content: flex-end;
  margin-top: 3rem;
}

.user-login-form,
.actions,
.page-content,
.forgot {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.path-user .region-highlighted {
  max-width: 35rem;
  margin: 0 auto;
}
.form-actions {
  display: flex;
  justify-content: center;
}

.path-donnees-personnelles-01 .main-container {
  background-color: white;
}
.path-donnees-personnelles-01 h1 {
  font-weight: 700;
  font-size: 2rem;
  text-align: center;
}
.path-donnees-personnelles-01 h2 {
  font-weight: 600;
  font-size: 1.375rem;
  margin-top: 0;
}

.path-donnees-personnelles-01 .page-content {
  background-color: transparent;
  border-radius: inherit;
  position: relative;
  width: 100%;
  max-width: 1000px;
  display: flex;
  align-items: center !important;
}
.path-donnees-personnelles-01 .content-container {
  padding-left: 1.75rem;
  border-left: 0.04375rem solid #000;
  margin-bottom: 2.8125rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.path-donnees-personnelles-01 .content-container ul,
.path-donnees-personnelles-01 .content-container ol {
  margin-left: 1rem;
}
.path-donnees-personnelles-01 .images-container {
  display: flex;
  gap: 1rem;
}
.path-donnees-personnelles-01 .images-container img {
  max-height: 150px;
  object-fit: contain;
  object-position: center;
}
.path-donnees-personnelles-01 .content-container p {
  margin: 0;
}

.path-donnees-personnelles-01 .field--name-field-rgpd-backend {
  border-left: 1px solid black;
  padding-left: 1.75rem;
  max-width: 1000px;
}
.path-donnees-personnelles-01 .infos-container {
  margin: 0 auto;
}
.path-donnees-personnelles-01 .page-content * {
  color: #383636 !important;
}

.path-donnees-personnelles-01 .page-content .page-title {
  text-align: center;
}
