.elementor-63 .elementor-element.elementor-element-5a525cc{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-63 .elementor-element.elementor-element-dd09930{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}@media(min-width:768px){.elementor-63 .elementor-element.elementor-element-dd09930{--width:50%;}}/* Start custom CSS for text-editor, class: .elementor-element-c399d0d */.compte-center {
  text-align: center;
  margin-top: 50px;
}
.healcode-login-register-text-link {
  font-size: 20px;
  color: #894c32;
  text-decoration: underline;
  font-weight: bold;
  cursor: pointer;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-5a525cc */.bloc-connexion, .bloc-inscription {
  width: 100%;
  max-width: 400px;
  margin: 40px auto;
  padding: 25px;
  border-radius: 10px;
  background-color: #fff5f0;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
  font-family: sans-serif;
}

.bloc-connexion {
  background-color: #894c32;
  color: white;
}

.bloc-inscription {
  border: 1px solid #894c32;
}

h3 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 22px;
}

form label {
  display: block;
  margin-top: 15px;
  margin-bottom: 5px;
  font-size: 14px;
}

form input {
  width: 100%;
  padding: 10px;
  border: none;
  border-radius: 4px;
}

form .options {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  margin-top: 10px;
}

form button {
  margin-top: 20px;
  width: 100%;
  padding: 12px;
  background-color: #c79a8d;
  border: none;
  border-radius: 4px;
  color: white;
  font-weight: bold;
  cursor: pointer;
}

form a {
  text-decoration: underline;
  font-size: 12px;
  color: inherit;
}/* End custom CSS */