/* 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;
}

/* OpenSans Regular */
@font-face {
  font-family: "OpenSans";
  font-style: normal;
  font-weight: 400;
  src: url("../../assets/fonts/OpenSans-Regular.woff2") format("woff2"), url("../../assets/fonts//OpenSans-Regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* OpenSans Bold */
@font-face {
  font-family: "OpenSans";
  font-style: normal;
  font-weight: 700;
  src: url("../../assets/fonts/OpenSans-Bold.woff2") format("woff2"), url("../../assets/fonts//OpenSans-Bold.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* OpenSans Extra Bold */
@font-face {
  font-family: "OpenSans";
  font-style: normal;
  font-weight: 800;
  src: url("../../assets/fonts/OpenSans-ExtraBold.woff2") format("woff2"), url("../../assets/fonts//OpenSans-ExtraBold.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: #000000;
}
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: #003366;
  font-weight: 400;
  line-height: initial;
  font-family: "OpenSans";
}

.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: 3rem;
  line-height: 4.2rem;
  color: #003366;
  font-weight: 900;
  text-transform: none;
  padding: 0;
  font-family: "OpenSans";
}
@media (max-width: 992px) {
  h1 {
    font-size: 2.6rem;
    line-height: 2.8rem;
  }
}

h2 {
  font-size: 2rem;
  line-height: 2.4rem;
  color: #EE2157;
  font-weight: 800;
  padding: 0;
  font-family: "OpenSans";
}
@media (max-width: 992px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: 2rem;
  line-height: 2.4rem;
  text-transform: uppercase;
  color: #EE2157;
  font-weight: 800;
  padding: 0;
  font-family: "OpenSans";
}

p {
  line-height: 2.5rem;
  font-weight: 400;
  color: #003366 !important;
}

a {
  text-decoration: none;
  color: #EE2157;
}
a:hover, a:focus {
  color: inherit;
  transition-duration: 0.5s;
}

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-tertiary, .Button-secondary, .Button-primary, .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=button], .Main-content .page .page-content input[type=submit], .Main-content .page .toggle-block .toggle-block-content .form-horizontal input[type=submit], .ConnexionForm .form-group input[type=submit], .HomeDeco-content .block input[type=submit] {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.8rem 3.2rem;
  border: 2px solid;
  border-radius: 1rem;
  background: none;
  font-weight: 700;
  box-shadow: none;
  text-shadow: none;
  transition: background-color 0.25s, color 0.25s, border-color 0.25s;
  text-decoration: none !important;
  max-width: 100%;
}
@media (max-width: 1500px) {
  .Button, .Button-tertiary, .Button-secondary, .Button-primary, .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=button], .Main-content .page .page-content input[type=submit], .Main-content .page .toggle-block .toggle-block-content .form-horizontal input[type=submit], .ConnexionForm .form-group input[type=submit], .HomeDeco-content .block input[type=submit] {
    padding: 1.8rem 3.2rem;
  }
}
.Button-primary, .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=button], .Main-content .page .page-content input[type=submit], .Main-content .page .toggle-block .toggle-block-content .form-horizontal input[type=submit], .ConnexionForm .form-group input[type=submit], .HomeDeco-content .block input[type=submit] {
  background-color: #EE2157;
  border-color: #EE2157;
  color: #ffffff;
}
.Button-primary: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=button]:hover, .Main-content .page .page-content input[type=submit]:hover, .Main-content .page .toggle-block .toggle-block-content .form-horizontal input[type=submit]:hover, .ConnexionForm .form-group input[type=submit]:hover, .HomeDeco-content .block input[type=submit]:hover {
  background-color: #ffffff;
  border-color: #EE2157;
  color: #EE2157;
}
.Button-secondary {
  border-color: #EE2157;
  background-color: #ffffff;
  color: #EE2157;
}
.Button-secondary:hover {
  background-color: #EE2157;
  color: #ffffff;
}
.Button-tertiary {
  border-color: #EE2157;
  background-color: #ffffff;
  color: #EE2157;
}
.Button-tertiary:hover {
  border-color: #003366;
  background-color: #003366;
  color: #ffffff;
}

.HomeDeco {
  width: 100%;
  padding: 6rem 12rem 8rem;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
}
@media (max-width: 1500px) {
  .HomeDeco {
    padding: 6rem 8rem;
  }
}
@media (max-width: 1300px) {
  .HomeDeco {
    padding: 5rem;
  }
}
@media (max-width: 768px) {
  .HomeDeco {
    padding: 3rem;
  }
}
.HomeDeco-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .HomeDeco-wrapper {
    flex-direction: column-reverse;
    align-items: center;
  }
}
.HomeDeco-logo {
  align-self: flex-start;
  margin-bottom: 10rem;
  max-width: 21rem;
}
@media (max-width: 992px) {
  .HomeDeco-logo {
    align-self: center;
  }
}
.HomeDeco-contentContainer {
  flex: 1;
  margin-top: 5rem;
  margin-right: 4rem;
  max-width: 60rem;
  z-index: 1;
}
@media (max-width: 992px) {
  .HomeDeco-contentContainer {
    margin: 3rem 0;
    min-width: initial;
    max-width: initial;
  }
}
.HomeDeco-title {
  color: #EE2157;
  font-size: 4.5rem;
  font-weight: 900;
}
@media (max-width: 992px) {
  .HomeDeco-title {
    text-align: center;
    line-height: 4.5rem;
  }
}
.HomeDeco-content {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2rem;
}
.HomeDeco-content .componentheading {
  display: none;
}
.HomeDeco-content .page-content a {
  text-decoration: underline;
}
.HomeDeco-content .page-content a:hover {
  color: #FFCC00;
}
.HomeDeco-content .block .componentheading {
  display: flex;
  border: none;
  padding: 0;
  margin: 0 0 3rem;
}
.HomeDeco-content .block .componentheading .button {
  background: none;
  border: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
}
.HomeDeco-content .block .form-group {
  flex-direction: initial;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .HomeDeco-content .block .form-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
.HomeDeco-content .block .form-group .box-grey {
  display: none;
}
.HomeDeco-content .block .form-group label {
  padding: 0.5rem 0;
  margin: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .HomeDeco-content .block .form-group label {
    width: 100%;
    margin-bottom: 1.5rem;
  }
}
.HomeDeco-content .block .form-group input {
  width: 36rem;
  height: 4.5rem;
  padding: 0 1rem;
  margin: 0 !important;
  box-shadow: none;
  border-radius: 1rem;
  color: #000000;
  border-color: #003366;
}
@media (max-width: 992px) {
  .HomeDeco-content .block .form-group input {
    margin: 0;
    width: 100%;
  }
}
.HomeDeco-content .block .form-group select {
  height: 4.5rem;
  padding: 0 1rem;
  border-radius: 0;
  margin: 0 !important;
  border-radius: 1rem;
  color: #000000;
  border-color: #003366;
}
.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;
  margin: 0 1rem 0 0 !important;
}
.HomeDeco-content .block .form-group select#fc_date_naissance_month {
  width: 14.5rem;
  margin: 0 1rem !important;
}
.HomeDeco-content .block .form-group select#fc_date_naissance_year {
  width: 9.5rem;
  margin: 0 0 0 1rem !important;
}
.HomeDeco-content .block .form-group:empty {
  display: none;
}
.HomeDeco-content .block input[type=submit] {
  margin: 0;
  width: 36rem;
}
@media (max-width: 992px) {
  .HomeDeco-content .block input[type=submit] {
    width: 100%;
  }
}
.HomeDeco-backButton {
  position: absolute;
  right: 75rem;
}
@media (max-width: 1500px) {
  .HomeDeco-backButton {
    right: 65rem;
  }
}
@media (max-width: 1300px) {
  .HomeDeco-backButton {
    right: 45rem;
  }
}
@media (max-width: 992px) {
  .HomeDeco-backButton {
    right: 5rem;
  }
}
@media (max-width: 768px) {
  .HomeDeco-backButton {
    position: relative;
    right: 0;
    left: 0;
    margin: auto;
    margin-top: 2rem;
  }
}
.HomeDeco-btnContainer {
  display: flex;
  align-items: center;
  z-index: 1;
}
.HomeDeco-btnContainer .loginform {
  padding: 0;
}
@media (max-width: 992px) {
  .HomeDeco-btnContainer {
    flex-direction: column;
  }
}
.HomeDeco-back {
  width: 50%;
  position: absolute;
  right: 0;
  top: 0;
  height: 100vh;
  object-fit: cover;
  object-position: left;
}
@media (max-width: 1500px) {
  .HomeDeco-back {
    width: 60rem;
  }
}
@media (max-width: 1300px) {
  .HomeDeco-back {
    width: 40rem;
  }
}
@media (max-width: 992px) {
  .HomeDeco-back {
    display: none;
  }
}
.HomeDeco-back > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left;
  background-color: #EE2157;
  position: fixed;
}
.HomeDeco [class^=icon-], .HomeDeco [class*=" icon-"] {
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 5px 0;
}
.HomeDeco .icon-help {
  margin-top: 2px !important;
}
.HomeDeco .icon-question:before, .HomeDeco .icon-question-sign:before, .HomeDeco .icon-help:before {
  content: "?";
  font-family: "OpenSans";
  background-color: white;
  border-radius: 50%;
  color: #003f7a;
  font-weight: bold;
  height: 20px;
  width: 20px;
  padding: 1px 5.7px;
}
.HomeDeco .copyright {
  position: absolute;
  bottom: 1rem;
}

.ConnexionForm .form-group {
  flex-direction: initial;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .ConnexionForm .form-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
.ConnexionForm .form-group .box-grey {
  display: none;
}
.ConnexionForm .form-group label {
  padding: 0;
  margin: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .ConnexionForm .form-group label {
    width: 100%;
    margin-bottom: 1.5rem;
  }
}
.ConnexionForm .form-group input[type=text], .ConnexionForm .form-group input[type=password] {
  width: 36rem;
  height: 4.5rem;
  padding: 0 1rem;
  margin: 0 !important;
  box-shadow: none;
  border-radius: 1rem;
  color: #000000;
  border-color: #003366;
}
@media (max-width: 992px) {
  .ConnexionForm .form-group input[type=text], .ConnexionForm .form-group input[type=password] {
    margin: 0;
    width: 100%;
  }
}
.ConnexionForm .form-group input[type=submit] {
  margin: 0;
  width: 36rem;
}
@media (max-width: 992px) {
  .ConnexionForm .form-group input[type=submit] {
    width: 100%;
  }
}

.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 {
  background-color: #ffffff;
  padding: 6.3rem 8.2rem;
  flex: 1;
}
@media (min-width: 992px) {
  .Main-content {
    margin-left: 36rem;
    width: calc(100% - 36rem);
  }
}
@media (min-width: 1500px) {
  .Main-content {
    margin-left: 40rem;
    width: calc(100% - 40rem);
  }
}
@media (max-width: 1500px) {
  .Main-content {
    padding: 4rem;
  }
}
@media (max-width: 1300px) {
  .Main-content {
    padding: 5rem 3rem;
  }
}
@media (max-width: 768px) {
  .Main-content {
    padding: 2rem;
  }
}
.Main-content .error {
  background-color: #ffe7a3 !important;
  border-left: 5px solid #FFCC00 !important;
  color: #003366 !important;
}
.Main-content .page {
  max-width: 90rem;
  margin: auto;
}
.Main-content .page > .componentheading {
  border: none;
  margin-bottom: 4rem;
}
.Main-content .page .sectiontableheader {
  background-color: transparent;
  border: none;
  border-left: solid 0.2rem #FF6633;
  text-transform: uppercase;
}
.Main-content .page .sectiontableheader th, .Main-content .page .sectiontableheader th * {
  color: #FF6633;
  font-size: 1.2rem;
  margin-bottom: 0;
}
.Main-content .page .sectiontableheader th label, .Main-content .page .sectiontableheader th * label {
  font-weight: 600;
}
.Main-content .page .toggle-block {
  margin-bottom: 5rem;
  padding-top: 2.5rem;
}
.Main-content .page .toggle-block .componentheading {
  border-bottom: 1px solid #F0F0F0;
  padding: 1.75rem 0;
}
.Main-content .page .toggle-block .componentheading h2 {
  font-size: 2rem;
  font-weight: 600;
}
.Main-content .page .toggle-block .componentheading .toggle {
  background-color: #FFCC00;
  color: #ffffff;
  border-radius: 100%;
  height: 32px;
  width: 32px;
  padding: 9px;
  margin: 0;
  transform: translateY(-4px);
}
.Main-content .page .toggle-block .componentheading .icon-minus-2:before {
  content: url("../../assets/img/icons/chevron-up.svg") !important;
  position: absolute;
  top: 6px;
  left: 12.5px;
}
.Main-content .page .toggle-block .componentheading .icon-plus-2:before {
  content: url("../../assets/img/icons/chevron-down.svg") !important;
  position: absolute;
  top: 6px;
  left: 12.5px;
}
.Main-content .page .toggle-block .xlBlocEcrituresPhraseContrat {
  font-weight: 300 !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: #EE2157;
}
.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: #003366;
  border: none;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .Main-content .page .toggle-block .toggle-block-content .sectiontableheader {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.Main-content .page .toggle-block .toggle-block-content .sectiontableheader th {
  color: #ffffff;
  padding-block: 1.4rem;
}
@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: transparent;
  border: none;
  height: 5.5rem;
  border-spacing: 4px 0;
  transition: background-color 0.5s;
}
.Main-content .page .toggle-block .toggle-block-content .sectiontableentry:hover {
  background-color: #003366;
}
.Main-content .page .toggle-block .toggle-block-content .sectiontableentry:hover td:not([rowspan]) {
  color: #ffffff;
}
@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;
}
@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[rowspan] + td {
  padding-left: 4rem !important;
}
.Main-content .page .toggle-block .toggle-block-content .sectiontableentry0 {
  background-color: #ffffff;
}
.Main-content .page .toggle-block .toggle-block-content .sectiontableentry1 {
  background-color: #F0F0F0;
}
.Main-content .page .toggle-block .toggle-block-content .form-horizontal {
  margin-top: 4rem;
}
.Main-content .page .toggle-block .toggle-block-content .form-horizontal > div {
  border-top: 2px solid #ffffff;
}
.Main-content .page .toggle-block .toggle-block-content .form-horizontal > div > h3 {
  font-size: 1.5rem;
  font-weight: 600;
  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 #F0F0F0;
  border-radius: 0;
  color: #003366;
  margin: 0 1.5rem;
}
.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] {
  height: 4.5rem !important;
  padding: 0 1rem !important;
  border: 2px solid #F0F0F0;
  border-radius: 0;
  color: #003F7A;
}
.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: #FFCC00 !important;
}
.Main-content .page .page-content .error {
  background-color: #ffe7a3 !important;
  border-left: 5px solid #FFCC00 !important;
  color: #003366 !important;
}
.Main-content .page .page-content > h2 {
  margin-top: 4rem;
}
.Main-content .page .page-content a {
  text-decoration: underline;
}
.Main-content .page .page-content form select, .Main-content .page .page-content form input[type=text] {
  height: 4.5rem !important;
  padding: 0 1rem !important;
  margin-right: 4rem !important;
  border: 2px solid #003366;
  border-radius: 1rem;
  color: #003366;
}
.Main-content .page .page-content .control-label {
  cursor: auto !important;
  font-weight: 700;
}
.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 {
  font-weight: 700 !important;
  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;
  border-bottom: 1px solid #DBD9D7;
}
.Main-content .page .page-content > .block .block-content > table td > .pull-left .form-control-static-without-label {
  color: #EE2157;
  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: 1.5rem;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
.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 .clear {
  border: none;
  margin: 0;
  padding: 0;
}
.Main-content .page .page-content #upload-document-button input {
  margin: auto;
  margin-right: 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: #003366;
}
.Main-content .page .page-content #rechercheEchanges .ui-state-default {
  background: #003366;
  color: #ffffff;
  padding: 1rem;
  border: 0;
}
.Main-content .page .page-content .button {
  margin: 1rem 0;
}