/* normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary { /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track::before, .slick-track::after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 400;
  src: url("../../dist/fonts/Rubik-Regular.woff2") format("woff2"), url("../../dist/fonts/Rubik-Regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 500;
  src: url("../../dist/fonts/Rubik-Medium.woff2") format("woff2"), url("../../dist/fonts/Rubik-Medium.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
html {
  /* base font-size to equiv "10px" which is adapted to rem unit */
  font-size: 62.5%;
  /* IE9-IE11 math fixing. See http://bit.ly/1g4X0bX */
  font-size: 0.625em;
  height: 100%;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  color: #898989;
}
html.overflow-scroll {
  overflow: hidden;
}

*,
*:before,
*:after,
*:focus {
  box-sizing: inherit;
  outline: none;
}

figure {
  margin: 0;
  padding: 0;
}

body {
  min-height: 100%;
  position: relative;
  box-sizing: border-box;
  overflow-x: hidden;
  font-size: 1.4rem;
  color: #898989;
  background-color: #ffffff;
  font-weight: 400;
  line-height: initial;
  font-family: "Rubik";
}

.container {
  margin: 0 auto;
  padding: 0 3rem;
}
@media (min-width: 769px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 993px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1301px) {
  .container {
    width: 1180px;
  }
}

.hide,
.hidden {
  display: none !important;
}

section, div, span {
  box-sizing: border-box;
}

h1 {
  font-size: 3.6rem;
  line-height: 4.4rem;
  color: #007461;
  font-weight: 500;
  text-transform: none;
  padding: 0;
  font-family: "Rubik";
}
@media (max-width: 992px) {
  h1 {
    font-size: 3.2rem;
    line-height: 3.8rem;
  }
}

h2 {
  font-size: 2.2rem;
  line-height: 2.6rem;
  color: #000000;
  font-weight: 400;
  padding: 0;
  font-family: "Rubik";
}
@media (max-width: 992px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: 2.2rem;
  line-height: 2.6rem;
  text-transform: uppercase;
  color: #000000;
  font-weight: 400;
  padding: 0;
  font-family: "Rubik";
}
@media (max-width: 992px) {
  h3 {
    font-size: 2rem;
  }
}

h4 {
  font-size: 1.8rem;
  line-height: 2.2rem;
  color: #000000;
  font-weight: 500;
  margin: 0;
  padding: 0;
  font-family: "Rubik";
}

p, span {
  font-size: 1.5rem;
  line-height: 1.8rem;
  font-weight: 400;
  color: #898989;
}

a {
  font-size: 1.4rem;
  text-decoration: underline;
  color: #898989;
}
a:hover, a:focus {
  color: inherit;
  transition-duration: 0.5s;
}

strong {
  font-weight: 500;
  color: #898989;
}

button {
  background: none;
  text-indent: -9000px;
  border: 0;
  color: inherit;
  /* cursor: default; */
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  -webkit-appearance: button; /* for input */
  -webkit-user-select: none; /* for button */
  -moz-user-select: none;
  -ms-user-select: none;
}

.Button, .Button-secondary, .ui-dialog .ui-dialog-buttonset button:nth-child(2), .HomeDeco.ConnexionForm .form-group input[type=reset], .Button-primary, .ui-dialog .ui-dialog-buttonset button:nth-child(1), .HomeDeco-content .block form input[type=submit], .HomeDeco-content input[type=submit], .HomeDeco.ConnexionForm .form-group input[type=submit], .com_reclamationsulis #block-content1 > p > a, .Demandes .page > .page-content > p > a, .com_maresidence #toggle-block-content2 > p > a, .com_moncompte #toggle-block-content2 > p > a, .com_paiementenligne #toggle-block-content1 > p > a, .Main-content .page .page-content .button, .Main-content .page .page-content > .block .block-content > table td input[type=submit], .Main-content .page .page-content input[type=submit], .Main-content .page .toggle-block .toggle-block-content .form-horizontal input[type=submit] {
  padding: 1.6rem 4rem;
  border: 0.1rem solid;
  border-radius: 0;
  font-family: "Rubik";
  font-size: 1.4rem;
  font-weight: 500;
  box-shadow: none;
  text-shadow: none;
  transition: background-color 0.5s, color 0.5s, border-color 0.5s;
  text-decoration: none !important;
  max-width: 100%;
  align-items: center;
  display: flex;
}
.Button-primary, .ui-dialog .ui-dialog-buttonset button:nth-child(1), .HomeDeco-content .block form input[type=submit], .HomeDeco-content input[type=submit], .HomeDeco.ConnexionForm .form-group input[type=submit], .com_reclamationsulis #block-content1 > p > a, .Demandes .page > .page-content > p > a, .com_maresidence #toggle-block-content2 > p > a, .com_moncompte #toggle-block-content2 > p > a, .com_paiementenligne #toggle-block-content1 > p > a, .Main-content .page .page-content .button, .Main-content .page .page-content > .block .block-content > table td input[type=submit], .Main-content .page .page-content input[type=submit], .Main-content .page .toggle-block .toggle-block-content .form-horizontal input[type=submit] {
  background: #007461;
  border-color: #007461;
  color: #ffffff;
}
.Button-primary:hover, .ui-dialog .ui-dialog-buttonset button:hover:nth-child(1), .HomeDeco-content .block form input[type=submit]:hover, .HomeDeco-content input[type=submit]:hover, .HomeDeco.ConnexionForm .form-group input[type=submit]:hover, .com_reclamationsulis #block-content1 > p > a:hover, .Demandes .page > .page-content > p > a:hover, .com_maresidence #toggle-block-content2 > p > a:hover, .com_moncompte #toggle-block-content2 > p > a:hover, .com_paiementenligne #toggle-block-content1 > p > a:hover, .Main-content .page .page-content .button:hover, .Main-content .page .page-content > .block .block-content > table td input[type=submit]:hover, .Main-content .page .page-content input[type=submit]:hover, .Main-content .page .toggle-block .toggle-block-content .form-horizontal input[type=submit]:hover {
  background: #ffffff;
  border-color: #007461;
  color: #007461;
}
.Button-secondary, .ui-dialog .ui-dialog-buttonset button:nth-child(2), .HomeDeco.ConnexionForm .form-group input[type=reset] {
  border-color: #007461;
  background-color: #ffffff;
  color: #007461;
}
.Button-secondary:hover, .ui-dialog .ui-dialog-buttonset button:hover:nth-child(2), .HomeDeco.ConnexionForm .form-group input[type=reset]:hover {
  background: #007461;
  border-color: #007461;
  color: #ffffff;
}

.Main-wrapper {
  display: flex;
  padding: 0 !important;
  background-color: transparent !important;
  border: none !important;
  position: relative;
}
.Main-container {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.Main-content {
  padding: 3rem 0;
  flex: 1;
  width: 100%;
}
@media (min-width: 1300px) {
  .Main-content {
    max-width: 90rem;
    margin: auto;
  }
}
@media (min-width: 1500px) {
  .Main-content {
    max-width: 97rem;
    margin: auto;
  }
}
@media (max-width: 1300px) {
  .Main-content {
    padding: 3rem 4rem;
  }
}
@media (max-width: 768px) {
  .Main-content {
    padding: 4rem;
  }
}
.Main-content .error {
  background-color: #ffe7a3 !important;
  border-left: 5px solid #009C8C !important;
  color: #007461 !important;
}
.Main-content .page > .componentheading {
  border: none;
  margin-bottom: 4rem;
}
.Main-content .page .sectiontableheader {
  background-color: transparent;
  width: fit-content;
  border: none;
  display: flex;
}
.Main-content .page .sectiontableheader th {
  color: #007461;
  font-size: 1.2rem;
  margin-bottom: 0;
  padding: 0;
  font-weight: 500;
}
.Main-content .page .sectiontableheader th label {
  text-transform: uppercase;
  color: #007461;
  padding: 0;
  margin: 0 0.5rem 0 0;
}
.Main-content .page .sectiontableheader th select {
  color: #007461;
  background-color: transparent;
  border: none;
  height: 100%;
  width: 100%;
  text-transform: uppercase;
  border-radius: 0;
  background-image: url("../../assets/img/icons/select.svg");
  background-repeat: no-repeat;
  background-position-x: calc(100% - 1.2rem);
  background-position-y: 1.6rem;
  padding: 1.4rem 4rem 1.4rem 1rem;
  appearance: none;
}
.Main-content .page .toggle-block {
  margin-bottom: 5rem;
  padding-top: 2.5rem;
}
.Main-content .page .toggle-block .componentheading {
  border: none;
  margin-bottom: 3rem;
}
.Main-content .page .toggle-block .componentheading .toggle {
  position: relative;
  height: 2rem;
  width: 2rem;
  margin: 0;
  cursor: pointer;
}
.Main-content .page .toggle-block .componentheading .icon-minus-2:before {
  content: url("../../assets/img/icons/minus.svg") !important;
  position: absolute;
  top: 0;
  left: 0;
}
.Main-content .page .toggle-block .componentheading .icon-plus-2:before {
  content: url("../../assets/img/icons/plus.svg") !important;
  position: absolute;
  top: 0;
  left: 0;
}
.Main-content .page .toggle-block .xlBlocEcrituresPhraseContrat {
  color: #007461;
  font-weight: 400 !important;
}
.Main-content .page .toggle-block .xlBlocEcrituresPhraseSolde {
  font-weight: 300 !important;
  display: block;
  margin: 0.5rem 0 3rem;
}
.Main-content .page .toggle-block .xlBlocEcrituresPhraseSoldeMontantNegatif {
  color: #A0D7A2;
}
.Main-content .page .toggle-block .xlBlocAccordsReglement {
  font-weight: 300 !important;
}
.Main-content .page .toggle-block .toggle-block-content .tablelist {
  border-collapse: collapse;
  border-spacing: 0 4px;
}
@media (max-width: 992px) {
  .Main-content .page .toggle-block .toggle-block-content tbody {
    display: flex;
    flex-direction: column;
  }
}
.Main-content .page .toggle-block .toggle-block-content .sectiontableheader {
  background-color: #D8EAD7;
  border: none;
  text-transform: uppercase;
  filter: none;
  width: 100%;
  display: revert !important;
}
@media (max-width: 992px) {
  .Main-content .page .toggle-block .toggle-block-content .sectiontableheader {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.Main-content .page .toggle-block .toggle-block-content .sectiontableheader th {
  color: #004652;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 993px) {
  .Main-content .page .toggle-block .toggle-block-content .sectiontableheader th:first-child {
    padding-left: 4rem;
  }
  .Main-content .page .toggle-block .toggle-block-content .sectiontableheader th:last-child {
    padding-right: 4rem;
  }
}
@media (max-width: 992px) {
  .Main-content .page .toggle-block .toggle-block-content .sectiontableheader th {
    text-align: center;
  }
}
.Main-content .page .toggle-block .toggle-block-content .sectiontableheader th span {
  font-size: 1.2rem;
  font-weight: 400;
  color: #004652;
}
.Main-content .page .toggle-block .toggle-block-content .sectiontableentry {
  background-color: #ffffff;
  border: none;
  border-bottom: solid 1px #EFEFEF;
  height: 5.5rem;
  border-spacing: 4px 0;
  transition: background-color 0.5s;
}
@media (max-width: 992px) {
  .Main-content .page .toggle-block .toggle-block-content .sectiontableentry {
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 5px;
  }
}
.Main-content .page .toggle-block .toggle-block-content .sectiontableentry td {
  text-align: left;
  transition: color 0.5s;
  font-size: 1.3rem;
}
@media (min-width: 993px) {
  .Main-content .page .toggle-block .toggle-block-content .sectiontableentry td:first-child {
    padding-left: 4rem;
  }
  .Main-content .page .toggle-block .toggle-block-content .sectiontableentry td:last-child {
    padding-right: 4rem;
  }
}
@media (max-width: 992px) {
  .Main-content .page .toggle-block .toggle-block-content .sectiontableentry td {
    text-align: center;
  }
}
.Main-content .page .toggle-block .toggle-block-content .sectiontableentry td.xlBlocEcrituresDebitColumn {
  border: none;
}
.Main-content .page .toggle-block .toggle-block-content .sectiontableentry td.xlBlocEcrituresCreditColumn {
  border: none;
}
.Main-content .page .toggle-block .toggle-block-content .sectiontableentry td[colspan="3"] {
  background-color: #ffffff;
}
.Main-content .page .toggle-block .toggle-block-content .sectiontableentry td[rowspan] + td {
  padding-left: 4rem !important;
}
.Main-content .page .toggle-block .toggle-block-content .sectiontableentry1 {
  background-color: #ffffff;
}
.Main-content .page .toggle-block .toggle-block-content .form-horizontal {
  margin-top: 4rem;
}
.Main-content .page .toggle-block .toggle-block-content .form-horizontal > .block {
  width: 100%;
}
.Main-content .page .toggle-block .toggle-block-content .form-horizontal > div > h3 {
  font-size: 1.5rem;
  font-weight: 500;
  margin: 1.25rem 0;
  text-transform: initial;
  border-bottom: 1px solid #F0F0F0;
  padding: 1.75rem 0;
}
.Main-content .page .toggle-block .toggle-block-content .form-horizontal > div select {
  width: 120px;
  height: 4.5rem !important;
  padding: 0 1rem !important;
  border: 2px solid #EFEFEF;
  border-radius: 0;
  color: #A0D7A2;
  margin: 0 1.5rem;
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  appearance: none;
  background-image: url("../../assets/img/icons/select.svg");
  background-repeat: no-repeat;
  background-position-x: calc(100% - 1.2rem);
  background-position-y: 1.6rem;
}
.Main-content .page .toggle-block .toggle-block-content .form-horizontal input[type=file] {
  height: auto;
}
.Main-content .page .toggle-block .toggle-block-content .form-horizontal input[type=text], .Main-content .page .toggle-block .toggle-block-content .form-horizontal input[type=password] {
  height: 4.5rem !important;
  padding: 0 1rem !important;
  border: 2px solid #EFEFEF;
  border-radius: 0;
  color: #A0D7A2;
}
.Main-content .page .toggle-block .toggle-block-content .form-horizontal input[type=radio]:checked {
  accent-color: #007461;
}
.Main-content .page .toggle-block .toggle-block-content .form-horizontal input[type=submit] {
  margin-left: auto;
}
.Main-content .page .toggle-block .toggle-block-content .form-horizontal label {
  font-weight: 300;
}
.Main-content .page .toggle-block .toggle-block-content .form-horizontal span.icon-help {
  color: #ffffff;
  background-color: #007461;
  padding: 1rem;
  border-radius: 100%;
  transform: translateY(8px);
}
.Main-content .page .toggle-block .toggle-block-content .form-horizontal span.icon-help:before {
  content: "?";
  font-family: "Rubik";
  position: absolute;
  top: 0.4rem;
  left: 0.65rem;
}
.Main-content .page .toggle-block .toggle-block-content #response {
  margin: 0 !important;
}
.Main-content .page .page-content .error {
  background-color: #ffe7a3 !important;
  border-left: 5px solid #009C8C !important;
  color: #007461 !important;
}
.Main-content .page .page-content > h2 {
  margin-top: 4rem;
}
.Main-content .page .page-content a {
  text-decoration: underline;
}
.Main-content .page .page-content .control-label {
  cursor: auto !important;
}
.Main-content .page .page-content > form {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.Main-content .page .page-content > form:not(:last-child) {
  margin-right: 5px;
}
.Main-content .page .page-content > form select, .Main-content .page .page-content > form input[type=text], .Main-content .page .page-content > form input[type=password] {
  width: 420px;
  height: 4.5rem !important;
  padding: 0 1rem !important;
  margin-right: 4rem !important;
  border: 2px solid #EFEFEF;
  border-radius: 0;
  color: #A0D7A2;
}
.Main-content .page .page-content input[type=radio]:checked {
  accent-color: #007461;
}
.Main-content .page .page-content .componentheading h2 {
  line-height: 2.2rem;
}
.Main-content .page .page-content > .block {
  margin-bottom: 5rem;
  padding-top: 2.5rem;
}
.Main-content .page .page-content > .block > .componentheading {
  display: none;
}
.Main-content .page .page-content > .block .block-content .control-label {
  color: rgba(28, 28, 28, 0.6);
  font-weight: 400;
  cursor: auto;
}
.Main-content .page .page-content > .block .block-content > table {
  border: none;
}
.Main-content .page .page-content > .block .block-content > table th {
  border: none;
  font-size: 2rem;
  font-weight: 400;
}
.Main-content .page .page-content > .block .block-content > table tbody {
  border: none;
}
.Main-content .page .page-content > .block .block-content > table td {
  border: none;
}
.Main-content .page .page-content > .block .block-content > table td:hover {
  background-color: #ffffff;
}
.Main-content .page .page-content > .block .block-content > table td > .pull-left .form-control-static-without-label {
  color: #A0D7A2;
  font-size: 1.6rem;
  font-weight: 400;
}
.Main-content .page .page-content > .block .block-content > table td div .block {
  margin-top: 5rem;
}
.Main-content .page .page-content > .block .block-content > table td div .block .componentheading {
  border: none;
}
.Main-content .page .page-content > .block .block-content > table td div .block .componentheading h2 {
  font-size: 1.5rem;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
.Main-content .page .page-content > .block .block-content > table td div .block .block-content .form-group {
  margin: 0 0 0.5rem;
}
.Main-content .page .page-content > .block .block-content > table td div .block .block-content label {
  padding: 0;
  margin: 0;
}
.Main-content .page .page-content > .block .block-content > table td div .block .block-content .form-control-static {
  padding: 0;
  display: block;
}
.Main-content .page .page-content > .block .block-content > table td input[type=submit] {
  margin-left: auto;
}
.Main-content .page .page-content > .block .block-content > table td .toggle-block {
  border: none;
  margin: 0;
  padding: 0;
}
.Main-content .page .page-content > .block .block-content > table td .toggle-block .componentheading {
  border: none;
  margin-bottom: 0;
}
.Main-content .page .page-content > .block .block-content > table td .toggle-block .componentheading h2 {
  font-size: 3rem;
  line-height: 5rem;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
.Main-content .page .page-content > .block .block-content > table td .toggle-block .form-horizontal > .block {
  width: 100%;
}
.Main-content .page .page-content > .block .block-content > table td .toggle-block .form-horizontal .form-group {
  border: none;
  padding: 0;
  margin: 0 0 0.5rem;
}
.Main-content .page .page-content > .block .block-content > table td .toggle-block .form-horizontal .form-group label {
  padding: 0;
  margin: 0;
}
.Main-content .page .page-content > .block .block-content > table td .toggle-block .form-horizontal .form-group .form-control-static {
  padding: 0;
  display: block;
}
.Main-content .page .page-content > .block .block-content > table td .toggle-block .form-horizontal .form-group.has-error input, .Main-content .page .page-content > .block .block-content > table td .toggle-block .form-horizontal .form-group.has-error select {
  border: 1px solid red !important;
}
.Main-content .page .page-content > .block .block-content > table td .toggle-block .form-horizontal .clear {
  border: none;
  margin: 0;
  padding: 0;
}
.Main-content .page .page-content > .block .block-content input[type=text], .Main-content .page .page-content > .block .block-content input[type=password] {
  height: 4.5rem !important;
  padding: 0 1rem !important;
  border: 2px solid #EFEFEF;
  border-radius: 0;
  color: #A0D7A2;
}
.Main-content .page .page-content #upload-document-button input {
  margin: auto;
  margin-left: 0;
}
.Main-content .page .page-content #rechercheEchanges {
  flex-direction: column;
  align-items: inherit;
}
.Main-content .page .page-content #rechercheEchanges .fg-toolbar {
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #007461;
}
.Main-content .page .page-content #rechercheEchanges .ui-state-default {
  background: #007461;
  color: #ffffff;
  padding: 1rem;
  border: 0;
}
.Main-content .page .page-content .button {
  margin: 1rem 0 1rem auto;
}
.Main-content #block1, .Main-content #block2 {
  width: 100%;
}

.com_paiementenligne #toggle-block-content1 > p > a {
  margin-top: 2rem;
  width: fit-content;
}

.com_moncompte .form-horizontal {
  align-items: flex-start !important;
}
.com_moncompte #toggle-block-content2 > p > a {
  margin-top: 2rem;
  width: fit-content;
}
.com_moncompte #toggle-block4 select {
  width: 120px;
  height: 4.5rem !important;
  padding: 0 1rem !important;
  border: 2px solid #EFEFEF;
  border-radius: 0;
  color: #A0D7A2;
  margin: 0 1.5rem;
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  appearance: none;
  background-image: url("../../assets/img/icons/select.svg");
  background-repeat: no-repeat;
  background-position-x: 90%;
  background-position-y: 17px;
}

.message {
  background-color: #EFEFEF !important;
  color: #000000 !important;
  padding: 2.4rem 2.4rem 2.4rem 2.8rem !important;
  border-left: none !important;
  position: relative;
}
.message:after {
  content: "";
  width: 0.4rem;
  height: calc(100% - 1.6rem);
  position: absolute;
  top: 0.8rem;
  left: 1.6rem;
  background-color: #007461;
}

.com_maresidence #toggle-block-content2 > p > a {
  margin-top: 2rem;
  width: fit-content;
}

.com_nouscontacter #toggle-block-content1 > p {
  margin-top: 4rem;
}

.Sidebar {
  width: 30rem;
  min-width: 30rem;
  background-color: #ffffff;
  padding: 4.8rem 3rem 3rem 3rem;
  box-shadow: 0 0.3rem 2rem rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  height: 100%;
}
@media (max-width: 1500px) {
  .Sidebar {
    width: 30rem;
    min-width: 30rem;
    padding: 3rem;
  }
}
@media (max-width: 992px) {
  .Sidebar {
    width: 100vw;
    height: 100vh;
    min-width: initial;
    position: absolute;
    z-index: 50;
    left: 0;
    top: 0;
    transform: translateX(-100%);
    transition: transform 0.5s;
    padding-top: 5rem;
    overflow: auto;
  }
  .Sidebar.opened {
    transform: translateX(0);
  }
}
.Sidebar-logoLink {
  display: block;
}
.Sidebar-logo {
  display: flex;
  margin: auto;
}
@media (max-width: 992px) {
  .Sidebar-logo {
    width: 16rem;
  }
}
@media (min-width: 993px) {
  .Sidebar-logo {
    padding: 0 2.4rem;
  }
}
.Sidebar-close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  transform: rotate(45deg);
}
@media (min-width: 993px) {
  .Sidebar-close {
    display: none;
  }
}
.Sidebar-close::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 1px);
  width: 2px;
  height: 100%;
  background-color: #000000;
}
.Sidebar-close::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #000000;
}
.Sidebar-closeText {
  position: absolute;
  bottom: -1rem;
  left: 1.5rem;
  font-size: 1rem;
  color: #000000;
  transform: rotate(-45deg);
}
.Sidebar-menu .Menu-item:not(:last-child) {
  border-bottom: 0.1rem #EFEFEF solid;
}
.Sidebar-menu .externallogin {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.Sidebar-menuAuth .Menu-item {
  border: none;
  padding: 0.5rem 0 !important;
}
.Sidebar-menuAuth .Menu-item a {
  font-size: 1.2rem;
  text-decoration: underline !important;
}
.Sidebar-menuAuth .externallogin {
  margin-top: 2rem;
}
.Sidebar-menuAuth .externallogin .Button-secondary, .Sidebar-menuAuth .externallogin .ui-dialog .ui-dialog-buttonset button:nth-child(2), .ui-dialog .ui-dialog-buttonset .Sidebar-menuAuth .externallogin button:nth-child(2), .Sidebar-menuAuth .externallogin .HomeDeco.ConnexionForm .form-group input[type=reset], .HomeDeco.ConnexionForm .form-group .Sidebar-menuAuth .externallogin input[type=reset] {
  font-size: 1.6rem !important;
}
.Sidebar-menuAuth .externallogin form {
  margin: 0;
}
.Sidebar-mobileTools .Menu-item svg {
  display: none;
}
@media (min-width: 993px) {
  .Sidebar-mobileTools {
    display: none;
  }
}
.Sidebar form, .Sidebar input {
  width: 100%;
}

.Menu-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.Menu-list li {
  padding: 0;
}
.Menu-list--alt {
  position: relative;
  margin-top: 5rem;
  padding-top: 5rem;
}
@media (max-width: 1500px) {
  .Menu-list--alt {
    margin-top: 4rem;
    padding-top: 4rem;
  }
}
.Menu-list--alt::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 8rem;
  height: 1px;
  background-color: rgba(0, 116, 97, 0.5);
  transform: translateX(-50%);
}
.Menu-item {
  position: relative;
  padding: 1.8rem 0 !important;
  margin: 0;
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  font-weight: 400;
  font-family: "Rubik";
  font-size: 1.4rem;
}
.Menu-item--current a, .Menu-item--active a {
  color: #007461 !important;
  font-weight: 500;
}
.Menu-item a {
  color: #898989;
  transition: color 0.5s;
  text-decoration: none !important;
}
.Menu-item:hover a, .Menu-item:hover span {
  color: #007461 !important;
  cursor: pointer;
  font-weight: 500;
}
.Menu-item-button {
  white-space: nowrap;
}

.Footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 1300px) {
  .Footer-top {
    max-width: 90rem;
    margin: auto;
    padding: 2rem 0;
  }
}
@media (min-width: 1500px) {
  .Footer-top {
    max-width: 97rem;
    margin: auto;
  }
}
@media (max-width: 1300px) {
  .Footer-top {
    padding: 0 1.8rem;
    flex-direction: column;
  }
}
.Footer-top--logo img {
  width: 11.3rem;
  height: auto;
}
@media (max-width: 1300px) {
  .Footer-top--logo {
    margin-bottom: 1.6rem;
  }
}
@media (max-width: 1300px) {
  .Footer-top--text {
    width: 100%;
    margin: 1.6rem 0;
  }
}
.Footer-top--socials {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
}
.Footer-top--socials li {
  padding: 0;
}
@media (max-width: 1300px) {
  .Footer-top--socials {
    margin-bottom: 1.6rem;
    align-self: flex-start;
  }
}
.Footer-top--socials a {
  border-radius: 100%;
  width: 5rem;
  height: 5rem;
  border: 0.1rem solid #EFEFEF;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 1.6rem;
}
@media (max-width: 1300px) {
  .Footer-top--socials a {
    margin-right: 1.4rem;
    margin-left: unset;
  }
}
.Footer-bottom {
  border-top: 0.1rem #EFEFEF solid;
  padding: 2rem;
}
.Footer-bottom--links {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
}
.Footer-bottom--links li {
  padding: 0;
}
@media (min-width: 992px) {
  .Footer-bottom--links {
    max-width: 50rem;
    margin: auto;
  }
}
@media (max-width: 992px) {
  .Footer-bottom--links {
    width: 100%;
    flex-direction: column;
  }
  .Footer-bottom--links li {
    margin-bottom: 1.6rem;
  }
}
.Footer-container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .Footer-container {
    flex-direction: column;
    text-align: center;
  }
}

.Dashboard-header {
  padding-bottom: 1rem;
}
.Dashboard-header--title {
  font-size: 4.8rem;
  line-height: 5.6rem;
  margin: 0 0 1rem 0;
  font-weight: 500;
  color: #000000;
}
.Dashboard-header--title span {
  font-size: 4.8rem;
  line-height: 5.6rem;
  margin: 0;
  font-weight: 500;
  color: #007461;
}
@media (max-width: 992px) {
  .Dashboard-header--title span {
    font-size: 3.5rem;
    line-height: 4rem;
  }
}
@media (max-width: 992px) {
  .Dashboard-header--title {
    font-size: 3.5rem;
    line-height: 4rem;
  }
}
.Dashboard-content {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-gap: 1.6rem;
  grid-template-areas: "notif fast" "solde fast" "utils fast";
}
@media (max-width: 992px) {
  .Dashboard-content {
    grid-template-columns: 1fr;
    grid-template-areas: "notif" "solde" "fast" "utils";
  }
}
.Dashboard-notif {
  grid-area: notif;
  height: fit-content;
}
.Dashboard-solde {
  display: flex;
  padding-bottom: 5rem;
  margin-bottom: 1rem;
  border-bottom: solid 0.1rem #EFEFEF;
  grid-area: solde;
  width: 100%;
  overflow: hidden;
}
.Dashboard-solde img {
  width: 47%;
  height: fit-content;
  margin-right: 5rem;
}
@media (max-width: 992px) {
  .Dashboard-solde img {
    position: absolute;
    left: 25rem;
    width: 33rem;
  }
}
.Dashboard-solde--title {
  font-size: 1.4rem;
  margin-bottom: 1.6rem;
}
.Dashboard-solde--soldetitle {
  font-size: 2.4rem;
  margin-bottom: 0.8rem;
}
.Dashboard-solde--soldenumber {
  font-size: 2.4rem;
  color: #004652;
}
.Dashboard-solde--links {
  display: flex;
  flex-direction: column;
}
.Dashboard-solde--link {
  color: #007461;
  margin-bottom: 1.6rem;
  text-decoration: none;
  font-weight: 500;
}
.Dashboard-solde--link span {
  color: #007461;
  text-decoration: underline;
  font-weight: 500;
}
.Dashboard-fastAccess {
  display: flex;
  flex-direction: column;
  grid-area: fast;
}
.Dashboard-fastAccess--card {
  width: 100%;
  display: flex;
  align-items: center;
  background-color: #EFEFEF;
  margin-bottom: 2.6rem;
  padding: 3.4rem 1.6rem;
  text-decoration: none;
}
.Dashboard-fastAccess--card:hover {
  text-decoration: underline;
}
.Dashboard-fastAccess--card span {
  margin-left: 1.6rem;
  color: #000000;
  font-weight: 500;
}
.Dashboard-utils {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1.6rem;
  grid-area: utils;
  margin-top: 4rem;
}
@media (max-width: 992px) {
  .Dashboard-utils {
    grid-template-columns: 1fr;
  }
}
.Dashboard-utils--container {
  display: flex;
}
.Dashboard-utils--content {
  margin-left: 1.6rem;
}
.Dashboard-utils--links {
  display: flex;
  flex-direction: column;
  margin-left: 1.8rem;
}
.Dashboard-utils--link {
  color: #007461;
  margin-bottom: 0.8rem;
  text-decoration: none;
  font-weight: 400;
  font-size: 1.2rem;
}
.Dashboard-utils--link span {
  color: #007461;
  text-decoration: underline;
  font-weight: 500;
  font-size: 1.2rem;
}
.Dashboard-utils--span {
  color: #000000;
  margin-bottom: 0.8rem;
  text-decoration: none;
  font-weight: 400;
  font-size: 1.2rem;
  margin-left: 0;
}

.itemid-110 .Header-container:before {
  width: 26rem;
  height: 60rem;
  top: -22rem;
  right: -16rem;
}

@media (min-width: 993px) {
  .Header-container {
    display: flex;
    justify-content: center;
    padding: 3.6rem;
  }
  .Header-container:before {
    content: "";
    position: absolute;
    top: -11rem;
    right: -11rem;
    width: 15.2rem;
    height: 29rem;
    transform: rotate(-40deg);
    background-color: #009C8C;
  }
}
@media (max-width: 992px) {
  .Header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.7rem;
    box-shadow: 0 0.3rem 2rem rgba(0, 0, 0, 0.1);
  }
  .Header-container {
    display: none;
  }
}
@media (min-width: 993px) {
  .Header-logoLink {
    display: none;
  }
}
.Header-logo {
  width: auto;
  height: 5.8rem;
}
.Header-burgerBtn {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 3rem;
  min-width: 3rem;
  height: 2.3rem;
  margin-bottom: 1rem;
  position: relative;
  cursor: pointer;
}
@media (min-width: 993px) {
  .Header-burgerBtn {
    display: none;
  }
}
.Header-burgerBtn::before, .Header-burgerBtn::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #000000;
}
.Header-burgerLine {
  width: 100%;
  height: 2px;
  background-color: #000000;
}
.Header-burgerText {
  position: absolute;
  bottom: -2rem;
  width: 100%;
  text-align: center;
  font-size: 1rem;
  color: #000000;
}
.Header-loginForm {
  margin: 0;
  padding: 0 !important;
  height: auto !important;
  cursor: pointer;
  margin-right: 1.5rem;
}
.Header-signinForm {
  margin: 0;
  padding: 0 !important;
  height: auto !important;
  cursor: pointer;
}

.externallogin {
  display: flex;
}

.Demandes .page > .page-content > p {
  text-align: center;
  margin-bottom: 3rem;
}
.Demandes .page > .page-content > p > a {
  display: inline-flex;
  margin: auto;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 400;
}
.Demandes-mosaique .tablelist {
  margin-bottom: 2rem;
}
.Demandes-mosaique .xlBlocScriptingCheminDeFer {
  color: #898989;
}
.Demandes-mosaique .xlBlocScriptingCheminDeFer a {
  color: #898989;
  font-weight: 400;
}
.Demandes-mosaique #navigation-block {
  margin-top: 1.5rem;
}
.Demandes-mosaique #navigation-block tbody {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 1.6rem;
}
@media (max-width: 480px) {
  .Demandes-mosaique #navigation-block tbody {
    justify-content: center;
  }
}
.Demandes-mosaique #navigation-block tbody tr {
  display: flex;
  width: 100%;
  min-height: 8.8rem;
  border: none;
  background-color: #ffffff;
  color: #898989;
  transition: 0.25s ease background-color;
}
.Demandes-mosaique #navigation-block tbody tr td {
  width: 100%;
  height: 100%;
  padding: 0;
}
.Demandes-mosaique #navigation-block tbody tr td br {
  display: none;
}
.Demandes-mosaique #navigation-block tbody tr a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 4.3rem 2.5rem;
  font-size: 1.6rem;
  font-weight: 400;
  text-decoration: none;
  color: #898989;
  transition: 0.25s ease color;
}
.Demandes-mosaique #navigation-block tbody tr:hover {
  background-color: #007461;
}
.Demandes-mosaique #navigation-block tbody tr:hover a {
  color: #ffffff;
}

.com_reclamationsulis #block-content1 > p > a {
  margin-top: 2rem;
  width: fit-content;
}

.HomeDeco {
  position: relative;
  width: 100%;
  padding: 13rem 14% 11rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #ffffff;
  color: #898989;
  overflow: hidden;
}
@media (max-width: 1500px) {
  .HomeDeco {
    padding: 13rem 9rem 11rem;
  }
}
@media (max-width: 1300px) {
  .HomeDeco {
    padding: 13rem 9rem 11rem;
  }
}
@media (max-width: 992px) {
  .HomeDeco {
    padding: 8rem 0 0 0;
  }
}
.HomeDeco:before {
  content: "";
  position: absolute;
  top: -38rem;
  left: -8rem;
  width: 41rem;
  height: 90rem;
  background-color: #A0D7A2;
  transform: rotate(40deg);
}
@media (max-width: 992px) {
  .HomeDeco:before {
    z-index: 1;
    top: -58rem;
    left: -24rem;
  }
}
.HomeDeco:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 28vw;
  height: 100%;
  background-color: #009C8C;
}
@media (max-width: 992px) {
  .HomeDeco:after {
    z-index: 1;
    transform: rotate(40deg);
    width: 41rem;
    height: 90rem;
    top: unset;
    bottom: -20rem;
    right: -52rem;
  }
}
.HomeDeco-logoHeader {
  position: absolute;
  top: 3.6rem;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 992px) {
  .HomeDeco-logoHeader {
    top: 2.6rem;
    max-width: 14.5rem;
  }
}
.HomeDeco-wrapper {
  display: grid;
  grid-template-columns: 1fr 2fr;
  align-items: center;
  height: 100%;
  z-index: 1;
  background-color: #ffffff;
}
@media (min-width: 993px) {
  .HomeDeco-wrapper {
    box-shadow: 0 0.3rem 2rem rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 992px) {
  .HomeDeco-wrapper {
    z-index: 2;
    grid-template-columns: 1fr;
    background-color: transparent;
  }
}
.HomeDeco > a {
  position: absolute;
  top: 6rem;
  z-index: 4;
}
@media (max-width: 992px) {
  .HomeDeco > a {
    margin-left: auto;
    margin-right: auto;
    position: inherit;
  }
}
.HomeDeco-contentContainer {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4.8rem;
}
.HomeDeco-logo {
  height: 11rem;
  width: auto;
  margin-bottom: 3.8rem;
}
@media (max-width: 992px) {
  .HomeDeco-logo {
    align-self: center;
  }
}
.HomeDeco-title {
  color: #000000;
  font-size: 3rem;
  line-height: 3.6rem;
  font-weight: 500;
  width: 100%;
}
.HomeDeco-title span {
  color: #007461;
  font-size: 3rem;
  line-height: 3.6rem;
  font-family: "Rubik";
  font-weight: 500;
}
.HomeDeco-menu {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 993px) {
  .HomeDeco-menu {
    position: absolute;
    bottom: 5.9rem;
    right: 29vw;
    left: 9rem;
    width: auto;
  }
}
@media (min-width: 1501px) {
  .HomeDeco-menu {
    left: 14%;
  }
}
@media (max-width: 992px) {
  .HomeDeco-menu {
    position: relative;
    flex-direction: column;
    width: 100%;
    padding: 1.8rem 1.8rem 0 1.8rem;
    background-color: #ffffff;
    z-index: 4;
  }
}
.HomeDeco-menu > a {
  color: #007461;
  position: relative;
  width: fit-content;
}
@media (max-width: 992px) {
  .HomeDeco-menu > a {
    margin-bottom: 1.6rem;
  }
}
@media (max-width: 992px) {
  .HomeDeco-menu--links {
    display: flex;
    flex-direction: column;
  }
}
.HomeDeco-menu--link {
  margin-left: 4rem;
}
@media (max-width: 1300px) {
  .HomeDeco-menu--link {
    margin-left: 2rem;
  }
}
@media (max-width: 992px) {
  .HomeDeco-menu--link {
    margin-left: 0;
    margin-bottom: 1.6rem;
  }
}
@media (min-width: 992px) {
  .HomeDeco.ConnexionForm .form-horizontal .box-grey {
    width: 100%;
  }
  .HomeDeco.ConnexionForm .form-horizontal .box-grey:first-child {
    grid-column: span 2;
  }
  .HomeDeco.ConnexionForm .form-horizontal .box-grey p {
    margin: 0;
  }
}
.HomeDeco.ConnexionForm .form-horizontal .HomeDeco-link {
  grid-column: span 2;
}
.HomeDeco.ConnexionForm .form-horizontal .has-error + .form-group + .clear {
  display: none;
}
.HomeDeco.ConnexionForm .form-horizontal .CGU {
  margin-top: 1rem;
  text-decoration: underline;
}
.HomeDeco.ConnexionForm .form-group {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}
.HomeDeco.ConnexionForm .form-group.has-error input, .HomeDeco.ConnexionForm .form-group.has-error select {
  border: 1px solid #007461 !important;
}
.HomeDeco.ConnexionForm .form-group input[type=text], .HomeDeco.ConnexionForm .form-group input[type=password] {
  height: 4.5rem !important;
  padding: 0 1rem !important;
  border: 1px solid #6a6a6a;
  border-radius: 0;
  color: #000000;
  max-width: 36rem;
}
@media (max-width: 768px) {
  .HomeDeco.ConnexionForm .form-group input[type=text], .HomeDeco.ConnexionForm .form-group input[type=password] {
    margin: 0;
    width: 100%;
  }
}
.HomeDeco.ConnexionForm .form-group input[type=submit] {
  width: 100%;
  justify-content: center;
  margin-bottom: 1.6rem;
  max-width: 31.4rem;
}
@media (max-width: 768px) {
  .HomeDeco.ConnexionForm .form-group input[type=submit] {
    width: 100%;
    max-width: 100%;
  }
}
.HomeDeco.ConnexionForm .form-group input[type=reset] {
  width: 100%;
  justify-content: center;
  background: none;
  max-width: 31.4rem;
}
@media (max-width: 768px) {
  .HomeDeco.ConnexionForm .form-group input[type=reset] {
    width: 100%;
    max-width: 100%;
  }
}
.HomeDeco-content {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2rem;
}
.HomeDeco-content p:nth-child(2) {
  margin-bottom: 5rem;
}
.HomeDeco-content input[type=submit] {
  width: 30rem;
  justify-content: center;
}
@media (max-width: 768px) {
  .HomeDeco-content input[type=submit] {
    width: 100%;
  }
}
.HomeDeco-content .componentheading {
  display: none;
}
.HomeDeco-content .page-content a {
  text-decoration: underline;
  color: #007461;
}
.HomeDeco-content .page-content a:hover {
  color: #009C8C;
}
.HomeDeco-content .block .componentheading {
  display: flex;
  border: none;
  padding: 0;
  margin: 0 0 3rem;
}
.HomeDeco-content .block form .clear {
  display: none !important;
}
.HomeDeco-content .block .form-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  line-height: 4.5rem;
}
@media (max-width: 992px) {
  .HomeDeco-content .block .form-group {
    flex-direction: inherit;
  }
}
@media (max-width: 768px) {
  .HomeDeco-content .block .form-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
.HomeDeco-content .block .form-group.has-error input, .HomeDeco-content .block .form-group.has-error select {
  border: 1px solid #007461 !important;
}
.HomeDeco-content .block .form-group .error {
  margin: 0;
  line-height: initial;
}
.HomeDeco-content .block .form-group label {
  padding: 0;
  margin: 0;
  width: 100%;
  color: #939393;
  line-height: 2.8rem;
}
@media (max-width: 768px) {
  .HomeDeco-content .block .form-group label {
    width: 100%;
    margin-bottom: 1.5rem;
  }
}
.HomeDeco-content .block .form-group input[type=text], .HomeDeco-content .block .form-group input[type=password] {
  width: 300px;
  height: 4.5rem;
  padding: 0 1rem;
  margin: 0 !important;
  box-shadow: none;
  border-radius: 0;
  color: #000000;
  background-color: #ffffff;
  border: solid 0.1rem #6a6a6a;
}
@media (max-width: 768px) {
  .HomeDeco-content .block .form-group input[type=text], .HomeDeco-content .block .form-group input[type=password] {
    margin: 0;
    width: 100%;
  }
}
.HomeDeco-content .block .form-group select {
  height: 4.5rem;
  padding: 0 1rem;
  border-radius: 0;
  color: #000000;
  background-color: #ffffff;
  border: solid 0.1rem #6a6a6a;
  margin: 0 !important;
}
.HomeDeco-content .block .form-group select:first-of-type {
  margin-left: 0;
}
.HomeDeco-content .block .form-group select#fc_date_naissance_day {
  width: 6.5rem;
}
.HomeDeco-content .block .form-group select#fc_date_naissance_day {
  width: 6.5rem;
}
.HomeDeco-content .block .form-group select#fc_date_naissance_year {
  width: 8.5rem;
}
.HomeDeco-content .block .form-group:empty {
  display: block;
}
@media (max-width: 992px) {
  .HomeDeco-btnContainer {
    width: 100%;
  }
}
.HomeDeco-btnContainerSubmit {
  display: flex;
}
.HomeDeco-btnContainer .externallogin {
  margin-top: 3.2rem;
  display: flex;
  align-items: center;
  z-index: 1;
}
.HomeDeco-btnContainer .externallogin .loginform {
  padding: 0;
}
@media (max-width: 768px) {
  .HomeDeco-btnContainer .externallogin {
    flex-direction: column;
  }
  .HomeDeco-btnContainer .externallogin .Header-loginForm {
    width: 100%;
    margin: 0 0 1.8rem 0 !important;
  }
  .HomeDeco-btnContainer .externallogin .Header-signinForm {
    width: 100%;
    margin: 0 !important;
  }
  .HomeDeco-btnContainer .externallogin input {
    width: 100%;
  }
}
.HomeDeco-imageContainer {
  width: 100%;
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .HomeDeco-imageContainer {
    display: none;
  }
}
.HomeDeco-image {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.HomeDeco .icon-question, .HomeDeco .icon-question-sign, .HomeDeco .icon-help {
  position: relative !important;
  color: #ffffff;
  background-color: #A0D7A2;
  padding: 1rem;
  border-radius: 100%;
  transform: translateY(-8px);
  margin-left: 0.4rem;
}
.HomeDeco .icon-question:before, .HomeDeco .icon-question-sign:before, .HomeDeco .icon-help:before {
  content: "?";
  font-family: "Rubik";
  color: white;
  background-color: #A0D7A2;
  position: absolute;
  top: 4px;
  left: 6px;
}
@media (min-width: 992px) {
  .HomeDeco.Inscription .block-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: flex-end;
    grid-gap: 1rem;
  }
  .HomeDeco.Inscription .block-content .box-grey {
    width: 100%;
  }
}
.HomeDeco.Inscription .block-content .form-group {
  grid-column: 1;
  margin: 0;
}
.HomeDeco.Inscription .block-content .form-group.has-error + .form-group {
  grid-column: 2;
}
.HomeDeco.Inscription .block-content .form-group:empty {
  display: none;
}
.HomeDeco.Inscription .block-content .clear:nth-child(4n+2) {
  display: none;
}
.HomeDeco.Inscription input[type=submit] {
  margin: 2rem 0;
}

.ui-dialog {
  border: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
}
.ui-dialog .ui-dialog-titlebar {
  border: none !important;
  border-radius: 0 !important;
  background: #EFEFEF !important;
}
.ui-dialog .ui-dialog-titlebar button {
  border: 0 !important;
  color: #ffffff;
}
.ui-dialog .ui-dialog-buttonset button {
  text-indent: inherit !important;
  min-height: 4rem;
}
.ui-dialog .ui-dialog-buttonset button:nth-child(2) {
  padding: 0 1rem !important;
}
.ui-dialog .ui-dialog-buttonset button:nth-child(2) .ui-button-text {
  color: #A0D7A2;
  transition: 0.5s all ease;
}
.ui-dialog .ui-dialog-buttonset button:nth-child(2):hover .ui-button-text {
  color: #ffffff;
}
.ui-dialog .ui-dialog-buttonset button:nth-child(1) {
  padding: 0 1rem !important;
}
.ui-dialog .ui-dialog-buttonset button:nth-child(1) .ui-button-text {
  color: #ffffff;
  transition: 0.5s all ease;
}
.ui-dialog .ui-dialog-buttonset button:nth-child(1):hover .ui-button-text {
  color: #A0D7A2;
}
.ui-dialog div, .ui-dialog span, .ui-dialog a {
  font-family: "Rubik";
}