/* 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: #C82832;
  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, .HomeDeco.ConnexionForm .form-group input[type=reset], .Button-primary, .HomeDeco-content .block form input[type=submit], .HomeDeco-content input[type=submit], .HomeDeco.ConnexionForm .form-group input[type=submit], .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, .HomeDeco-content .block form input[type=submit], .HomeDeco-content input[type=submit], .HomeDeco.ConnexionForm .form-group input[type=submit], .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: #C82832;
  border-color: #C82832;
  color: #ffffff;
}
.Button-primary:hover, .HomeDeco-content .block form input[type=submit]:hover, .HomeDeco-content input[type=submit]:hover, .HomeDeco.ConnexionForm .form-group input[type=submit]: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: #C82832;
  color: #C82832;
}
.Button-secondary, .HomeDeco.ConnexionForm .form-group input[type=reset] {
  border-color: #C82832;
  background-color: #ffffff;
  color: #C82832;
}
.Button-secondary:hover, .HomeDeco.ConnexionForm .form-group input[type=reset]:hover {
  background: #C82832;
  border-color: #C82832;
  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 #E0A94F !important;
  color: #C82832 !important;
}
.Main-content .page > .componentheading {
  border: none;
  margin-bottom: 4rem;
}
.Main-content .page .sectiontableheader {
  background-color: rgba(101, 170, 203, 0.08);
  width: fit-content;
  border: none;
  display: flex;
}
.Main-content .page .sectiontableheader th {
  font-weight: 500;
}
.Main-content .page .sectiontableheader th {
  color: #65AACB;
  font-size: 1.2rem;
  margin-bottom: 0;
  padding: 0;
}
.Main-content .page .sectiontableheader th label {
  text-transform: uppercase;
  color: #65AACB;
  padding: 1.4rem 0;
}
.Main-content .page .sectiontableheader th select {
  color: #65AACB;
  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: #65AACB;
  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: #65AACB;
}
.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: #65AACB;
  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 !important;
    flex-direction: column;
    justify-content: center;
  }
}
.Main-content .page .toggle-block .toggle-block-content .sectiontableheader th {
  color: #ffffff;
  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: #ffffff;
}
.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: #65AACB;
  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: 0.1rem solid #6A6A6A;
  border-radius: 0;
  color: #000000;
}
.Main-content .page .toggle-block .toggle-block-content .form-horizontal input[type=radio]:checked {
  accent-color: #C82832;
}
.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: #C82832;
  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 #E0A94F !important;
  color: #C82832 !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: 0.1rem solid #6A6A6A;
  border-radius: 0;
  color: #000000;
}
.Main-content .page .page-content input[type=radio]:checked {
  accent-color: #C82832;
}
.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: #65AACB;
  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: 0.1rem solid #6A6A6A;
  border-radius: 0;
  color: #000000;
}
.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: #C82832;
}
.Main-content .page .page-content #rechercheEchanges .ui-state-default {
  background: #C82832;
  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: #65AACB;
  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: #C82832;
}

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

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

.com_reclamationsulis #block-content3 {
  display: none;
}

.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: #65AACB;
  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: #E0A94F;
}
@media (max-width: 992px) {
  .HomeDeco:after {
    z-index: 1;
    transform: rotate(40deg);
    width: 41rem;
    height: 90rem;
    top: unset;
    bottom: -17rem;
    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: 0;
    grid-template-columns: 1fr;
  }
}
.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: #C82832;
  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: #C82832;
  position: relative;
  width: fit-content;
}
@media (max-width: 992px) {
  .HomeDeco-menu > a {
    margin-bottom: 1.6rem;
  }
}
.HomeDeco-menu > a:after {
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3LjEwOSIgaGVpZ2h0PSIxMS42MjEiIHZpZXdCb3g9IjAgMCA3LjEwOSAxMS42MjEiPg0KICA8ZyBpZD0iR3JvdXBlXzQxMzgiIGRhdGEtbmFtZT0iR3JvdXBlIDQxMzgiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC00MTIuNjUzIC04MjUuMDMyKSI+DQogICAgPHBhdGggaWQ9IkxpZ25lXzY5IiBkYXRhLW5hbWU9IkxpZ25lIDY5IiBkPSJNNC44MTEsNi4xMDlhMSwxLDAsMCwxLS43MjgtLjMxNEwtLjcyOC42ODZBMSwxLDAsMCwxLS42ODYtLjcyOCwxLDEsMCwwLDEsLjcyOC0uNjg2bDQuODEsNS4xMDlhMSwxLDAsMCwxLS43MjgsMS42ODZaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0MTMuNjUzIDgzNS42NTIpIHJvdGF0ZSgtOTApIiBmaWxsPSIjYzgyODMyIi8+DQogICAgPHBhdGggaWQ9IkxpZ25lXzcwIiBkYXRhLW5hbWU9IkxpZ25lIDcwIiBkPSJNMCw2LjEwOWExLDEsMCwwLDEtLjY4NS0uMjcyQTEsMSwwLDAsMS0uNzI4LDQuNDIzTDQuMDgyLS42ODZBMSwxLDAsMCwxLDUuNS0uNzI4LDEsMSwwLDAsMSw1LjUzOC42ODZMLjcyOCw1Ljc5NEExLDEsMCwwLDEsMCw2LjEwOVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQxMy42NTMgODMwLjg0Mikgcm90YXRlKC05MCkiIGZpbGw9IiNjODI4MzIiLz4NCiAgPC9nPg0KPC9zdmc+DQo=");
  background-repeat: no-repeat;
  width: 0.75rem;
  height: 1.2rem;
  top: 0.3rem;
  right: -1.2rem;
}
@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 #C82832 !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: #C82832;
}
.HomeDeco-content .page-content a:hover {
  color: #E0A94F;
}
.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 #C82832 !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: #65AACB;
  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: #65AACB;
  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: 2rem;
  }
  .HomeDeco.Inscription .block-content .box-grey {
    width: 100%;
  }
}
.HomeDeco.Inscription .block-content .form-group {
  grid-column: 1;
}
.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;
}