/*
Comment everything not useful for the current project
*/
/* --- Base --- */
/*Font-face declaration example*/
html {
  font-size: 62.5%;
  /* 10px */
  font-size: calc(1em * 0.625);
  /* fix */ }

body {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.25;
  color: #4B4B4B; }

.desktop-hidden,
.tablet-display {
  display: none; }

.bloc, .card, .accomodation > div, .signatories, .file-content, .form-centered form, .starting, .useful-docs, .modal, .payements, .lease-download, .lease-signature {
  padding: 3rem;
  background-color: #fff; }

.with-shadow, .popover, .card, .signatories, .file-content, .form-centered form, .starting, .useful-docs, .payements, .lease-download, .lease-signature {
  box-shadow: 0 0 1rem 1px rgba(202, 202, 202, 0.5); }

small {
  display: block;
  color: #B0ABA8;
  font-size: 1.3rem; }

.text-center {
  text-align: center; }

.flex {
  display: flex; }
  .flex [class*="col-"] {
    grid-column: unset; }
  .flex .col-6 {
    width: 50%; }
  .flex .col-3 {
    width: 25%; }

.justify-center {
  justify-self: center; }

.center {
  margin-right: auto;
  margin-left: auto; }

.justify-end {
  justify-self: end; }

.align-items-bottom {
  align-items: flex-end; }

.w50p {
  width: 50%; }

.ml-a {
  margin-left: auto; }

summary::-webkit-details-marker {
  display: none; }

/* --- Atoms --- */
main {
  padding: 4rem 0;
  background-color: #F9F9F9; }

.wrapper {
  max-width: 100% !important;
  width: 1140px !important;
  margin: 0 auto; }
  @media (max-width: 1140px) {
    .wrapper {
      width: 100%; } }

h1,
h2,
legend,
h3,
h4 {
  font-weight: bold; }

h1,
.page-title {
  font-size: 3.6rem; }

h2, legend,
.block-title {
  font-size: 2.4rem; }

h3 {
  margin-bottom: 0.6rem;
  font-size: 1.8rem;
  text-align: left;
  color: inherit; }

.title-action {
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }
  .title-action h2, .title-action legend {
    margin-bottom: 0; }

ol,
ul {
  margin: 20px 0;
  padding-left: 0; }

ul {
  list-style-type: none; }

li {
  margin-bottom: 1.6rem; }
  li:before {
    content: '';
    display: inline-block;
    width: 2.2rem;
    height: 2.2rem;
    margin-right: 0.7rem;
    background: url(../img/icons/square.svg) 0 0 no-repeat;
    background-size: contain;
    vertical-align: middle; }

/* Forms */
input:focus,
select:focus {
  outline: 2px solid #249EC3; }

/* Fieldset */
fieldset:not(:last-of-type) {
  margin-bottom: 1.5rem;
  padding-bottom: 4rem;
  border-bottom: 1px solid #F6F6F6; }

input,
textarea,
select,
button {
  vertical-align: middle; }

/* Labels */
label {
  display: block;
  margin-bottom: 0.8rem;
  font-size: 1.3rem; }

/* Legend */
legend {
  margin-bottom: 1rem; }

/* Inputs */
[type="text"],
select,
[type="date"],
[type="email"],
[type="number"] {
  padding: .8rem 1rem;
  width: 100%;
  color: #4B4B4B;
  background-color: #fff;
  border: 1px solid #B0ABA8;
  border-radius: 0; }

select {
  -webkit-appearance: none;
  position: relative;
  padding-right: 3.8rem;
  background: none;
  z-index: 2; }

.select-wrapper {
  position: relative; }
  .select-wrapper:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 3.8rem;
    height: 4.2rem;
    background: url(../img/icons/chevron-deroul.svg) 0 center no-repeat; }

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked,
[type="radio"]:not(:checked),
[type="radio"]:checked {
  position: absolute;
  left: -9999px; }

[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label,
[type="radio"]:not(:checked) + label,
[type="radio"]:checked + label {
  position: relative;
  padding-left: 4rem;
  cursor: pointer; }
  [type="checkbox"]:not(:checked) + label:before, [type="checkbox"]:not(:checked) + label:after,
  [type="checkbox"]:checked + label:before,
  [type="checkbox"]:checked + label:after,
  [type="radio"]:not(:checked) + label:before,
  [type="radio"]:not(:checked) + label:after,
  [type="radio"]:checked + label:before,
  [type="radio"]:checked + label:after {
    content: ''; }
  [type="checkbox"]:not(:checked) + label:before,
  [type="checkbox"]:checked + label:before,
  [type="radio"]:not(:checked) + label:before,
  [type="radio"]:checked + label:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 2rem;
    height: 2rem;
    border: 1px solid #40A8C7; }
  [type="checkbox"]:not(:checked) + label:after,
  [type="checkbox"]:checked + label:after,
  [type="radio"]:not(:checked) + label:after,
  [type="radio"]:checked + label:after {
    position: absolute;
    top: 4px;
    left: 4px;
    background-color: #40A8C7; }

[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after,
[type="radio"]:not(:checked) + label:after,
[type="radio"]:checked + label:after {
  display: block;
  width: 1.2rem;
  height: 1.2rem; }

[type="radio"]:not(:checked) + label:before, [type="radio"]:not(:checked) + label:after,
[type="radio"]:checked + label:before,
[type="radio"]:checked + label:after {
  border-radius: 50%; }

[type="checkbox"]:not(:checked) + label:after,
[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0); }

[type="checkbox"]:checked + label:before,
[type="radio"]:checked + label:before {
  border-color: #B0ABA8; }

[type="checkbox"]:checked + label:after,
[type="radio"]:checked + label:after {
  opacity: 1;
  transform: scale(1); }

[type="date"] {
  width: 18rem;
  height: 3.8rem; }

/* Textarea */
textarea {
  resize: vertical; }

input[type="submit"],
button {
  cursor: pointer; }

button {
  border: none;
  cursor: pointer; }

a {
  display: inline-block;
  color: #40A8C7; }
  a:hover {
    color: #1E8CAD; }

.link_icon {
  display: inline-flex; }
  .link_icon img {
    width: 2.4rem;
    height: 2.4rem;
    margin-right: 0.7rem; }

.link_border,
.link_background,
.link_button {
  padding: 1rem 2rem;
  font-size: 1.6rem;
  text-align: center;
  border: 3px solid transparent; }

.link_border,
.link_button {
  font-weight: bold;
  transition: all .2s ease-in-out; }
  .link_border:hover,
  .link_button:hover {
    text-decoration: none; }

.link_border {
  border-color: #40A8C7; }
  .link_border:hover {
    background-color: rgba(64, 168, 199, 0.1); }

.link_background:hover {
  border-color: rgba(64, 168, 199, 0.001); }

.link_button {
  background-color: #C20F1B;
  border-color: #C20F1B; }
  .link_button, .link_button:hover {
    color: #fff; }
  .link_button:hover {
    background-color: #990812;
    border-color: #990812; }
  .link_button.is-inactive {
    cursor: default;
    background-color: rgba(194, 15, 27, 0.2);
    border-color: rgba(194, 15, 27, 0.001); }

.link_big {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem; }

.link_small {
	padding: 1rem;
}

progress[value] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  max-width: 21rem;
  min-width: 4.8rem;
  height: 1rem;
  color: #C20F1B;
  border: none; }
  progress[value]::-webkit-progress-bar {
    background-color: #E7E5E4; }
  progress[value]::-webkit-progress-value {
    background-color: #C20F1B; }
  progress[value] + label {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 1rem;
    font-size: 1.6rem;
    font-weight: bold; }

progress::-moz-progress-bar {
  background-color: #C20F1B; }

.progress-100 img {
  width: 2.4rem;
  margin-right: 1rem; }
.progress-100 span {
  font-weight: bold; }

hr {
  height: 3px;
  background-color: #F6F6F6;
  border: none; }

/* --- Molecules --- */
.persona {
  display: flex;
  align-items: center;
  background-color: #fff; }
  .persona span {
    margin-left: 0.8rem; }
  .persona-with-actions {
    justify-content: space-between;
    font-size: 3.2rem;
    line-height: 1; }
    .persona-with-actions img {
      width: 6.9rem;
      height: 6.9rem; }
    .persona-with-actions a + a {
      margin-left: 1.5rem; }

.persona-status_title {
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-weight: bold; }
  .persona-status_title img[src*="check"] {
    width: 2.4rem;
    height: auto; }

.status {
  display: flex;
  align-items: flex-start; }
  .status:not(:first-of-type) {
    margin-top: 1.6rem;
    padding-top: 1rem;
    border-top: 1px solid #F6F6F6; }
  .status div {
    margin-left: 1.6rem; }
  .status p {
    margin: 0 0 1.3rem; }
  .status img {
    width: 4.8rem;
    height: 4.8rem; }

.alert {
  padding: 1rem 1.8rem 1rem 1.5rem;
  background-color: #FDF6CF; }
  .alert h3 {
    font-size: 1.6rem; }
  .alert p {
    margin: 0; }

details.alert {
  padding: 2rem 3.5rem 2.5rem 3rem; }
  .wrapper > details.alert {
    display: block;
    margin-top: -4rem;
    margin-bottom: 2rem; }
  details.alert summary {
    display: flex;
    justify-content: space-between;
    cursor: pointer; }
    details.alert summary:after {
      content: 'Afficher';
      color: #40A8C7; }
  details.alert[open] summary:after {
    content: 'Masquer'; }
  details.alert div {
    margin-top: 1rem; }

.breadcrumbs {
  margin-bottom: 2.5rem;
  font-size: 1.4rem; }
  .breadcrumbs a {
    position: relative;
    margin-right: 2rem; }
    .breadcrumbs a:after {
      content: ' > ';
      position: absolute;
      right: -1.6rem;
      color: #4B4B4B; }

.chapo {
  margin-bottom: 3rem;
  margin-left: 3.6rem;
  font-size: 2rem; }

.file-state {
  display: flex;
  align-items: flex-start; }
  .file-state:before {
    content: '';
    display: block;
    width: 2.4rem;
    height: 2.4rem;
    margin-right: 1.2rem;
    background-repeat: no-repeat;
    background-size: 2.4rem 2.4rem; }
  .file-state.file-valid:before {
    background-image: url(../img/icons/check-green.svg); }
  .file-state.file-invalid:before {
    background-image: url(../img/icons/arrow-link.svg); }
  .file-state > div {
    width: calc(100% - 3.6rem); }
  .file-state small {
    margin-top: 0.7rem;
    color: #4B4B4B; }

.page-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3rem; }
  .page-title a + a {
    margin-left: 1.5rem; }
  .page-title .progress-wrapper {
    display: none; }

.bottom-page-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 3rem; }
  .bottom-page-actions a + a {
    margin-left: 1.5rem; }

.bottom-page-infos {
  margin-top: 2.2rem;
  margin-left: 3rem; }

.popover {
  padding: 1rem;
  background-color: #fff; }
  .popover img {
    max-width: 50vw; }

[data-toggle="popover"] {
  cursor: pointer; }

/* --- Components --- */
/* ---------------------------------- */
/* ==Grillade v6                      */
/* ---------------------------------- */
/* IMPORTANT : this is the KNACSS v6 old Grid System based on Flexbox */
/* You only need it for projects on older browsers (IE11-) */
@media (min-width: 576px) {
  [class*=" grid-"],
  [class^="grid-"] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
    [class*=" grid-"] > *,
    [class^="grid-"] > * {
      box-sizing: border-box;
      min-width: 0;
      min-height: 0; } }
@media (min-width: 576px) {
  .grid,
  .grid--reverse {
    display: flex; }
    .grid > *,
    .grid--reverse > * {
      flex: 1 1 0%;
      box-sizing: border-box;
      min-width: 0;
      min-height: 0; }
    .grid.has-gutter > * + *,
    .grid--reverse.has-gutter > * + * {
      margin-left: calc(3rem - 0.01px); }
    .grid.has-gutter-l > * + *,
    .grid--reverse.has-gutter-l > * + * {
      margin-left: calc(2rem - 0.01px); }
    .grid.has-gutter-xl > * + *,
    .grid--reverse.has-gutter-xl > * + * {
      margin-left: calc(4rem - 0.01px); } }
@media (min-width: 576px) {
  [class*="grid-2"] > * {
    width: calc(100% / 2 - 0.01px); }
  [class*="grid-2"].has-gutter {
    margin-right: -1.5rem;
    margin-left: -1.5rem; }
    [class*="grid-2"].has-gutter > * {
      width: calc(100% / 2 - 3rem - 0.01px);
      margin-right: 1.5rem;
      margin-left: 1.5rem; }
  [class*="grid-2"].has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem; }
    [class*="grid-2"].has-gutter-l > * {
      width: calc(100% / 2 - 2rem - 0.01px);
      margin-right: 1rem;
      margin-left: 1rem; }
  [class*="grid-2"].has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem; }
    [class*="grid-2"].has-gutter-xl > * {
      width: calc(100% / 2 - 4rem - 0.01px);
      margin-right: 2rem;
      margin-left: 2rem; }

  [class*="grid-3"] > * {
    width: calc(100% / 3 - 0.01px); }
  [class*="grid-3"].has-gutter {
    margin-right: -1.5rem;
    margin-left: -1.5rem; }
    [class*="grid-3"].has-gutter > * {
      width: calc(100% / 3 - 3rem - 0.01px);
      margin-right: 1.5rem;
      margin-left: 1.5rem; }
  [class*="grid-3"].has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem; }
    [class*="grid-3"].has-gutter-l > * {
      width: calc(100% / 3 - 2rem - 0.01px);
      margin-right: 1rem;
      margin-left: 1rem; }
  [class*="grid-3"].has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem; }
    [class*="grid-3"].has-gutter-xl > * {
      width: calc(100% / 3 - 4rem - 0.01px);
      margin-right: 2rem;
      margin-left: 2rem; }

  [class*="grid-4"] > * {
    width: calc(100% / 4 - 0.01px); }
  [class*="grid-4"].has-gutter {
    margin-right: -1.5rem;
    margin-left: -1.5rem; }
    [class*="grid-4"].has-gutter > * {
      width: calc(100% / 4 - 3rem - 0.01px);
      margin-right: 1.5rem;
      margin-left: 1.5rem; }
  [class*="grid-4"].has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem; }
    [class*="grid-4"].has-gutter-l > * {
      width: calc(100% / 4 - 2rem - 0.01px);
      margin-right: 1rem;
      margin-left: 1rem; }
  [class*="grid-4"].has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem; }
    [class*="grid-4"].has-gutter-xl > * {
      width: calc(100% / 4 - 4rem - 0.01px);
      margin-right: 2rem;
      margin-left: 2rem; }

  [class*="grid-5"] > * {
    width: calc(100% / 5 - 0.01px); }
  [class*="grid-5"].has-gutter {
    margin-right: -1.5rem;
    margin-left: -1.5rem; }
    [class*="grid-5"].has-gutter > * {
      width: calc(100% / 5 - 3rem - 0.01px);
      margin-right: 1.5rem;
      margin-left: 1.5rem; }
  [class*="grid-5"].has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem; }
    [class*="grid-5"].has-gutter-l > * {
      width: calc(100% / 5 - 2rem - 0.01px);
      margin-right: 1rem;
      margin-left: 1rem; }
  [class*="grid-5"].has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem; }
    [class*="grid-5"].has-gutter-xl > * {
      width: calc(100% / 5 - 4rem - 0.01px);
      margin-right: 2rem;
      margin-left: 2rem; }

  [class*="grid-6"] > * {
    width: calc(100% / 6 - 0.01px); }
  [class*="grid-6"].has-gutter {
    margin-right: -1.5rem;
    margin-left: -1.5rem; }
    [class*="grid-6"].has-gutter > * {
      width: calc(100% / 6 - 3rem - 0.01px);
      margin-right: 1.5rem;
      margin-left: 1.5rem; }
  [class*="grid-6"].has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem; }
    [class*="grid-6"].has-gutter-l > * {
      width: calc(100% / 6 - 2rem - 0.01px);
      margin-right: 1rem;
      margin-left: 1rem; }
  [class*="grid-6"].has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem; }
    [class*="grid-6"].has-gutter-xl > * {
      width: calc(100% / 6 - 4rem - 0.01px);
      margin-right: 2rem;
      margin-left: 2rem; }

  [class*="grid-7"] > * {
    width: calc(100% / 7 - 0.01px); }
  [class*="grid-7"].has-gutter {
    margin-right: -1.5rem;
    margin-left: -1.5rem; }
    [class*="grid-7"].has-gutter > * {
      width: calc(100% / 7 - 3rem - 0.01px);
      margin-right: 1.5rem;
      margin-left: 1.5rem; }
  [class*="grid-7"].has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem; }
    [class*="grid-7"].has-gutter-l > * {
      width: calc(100% / 7 - 2rem - 0.01px);
      margin-right: 1rem;
      margin-left: 1rem; }
  [class*="grid-7"].has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem; }
    [class*="grid-7"].has-gutter-xl > * {
      width: calc(100% / 7 - 4rem - 0.01px);
      margin-right: 2rem;
      margin-left: 2rem; }

  [class*="grid-8"] > * {
    width: calc(100% / 8 - 0.01px); }
  [class*="grid-8"].has-gutter {
    margin-right: -1.5rem;
    margin-left: -1.5rem; }
    [class*="grid-8"].has-gutter > * {
      width: calc(100% / 8 - 3rem - 0.01px);
      margin-right: 1.5rem;
      margin-left: 1.5rem; }
  [class*="grid-8"].has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem; }
    [class*="grid-8"].has-gutter-l > * {
      width: calc(100% / 8 - 2rem - 0.01px);
      margin-right: 1rem;
      margin-left: 1rem; }
  [class*="grid-8"].has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem; }
    [class*="grid-8"].has-gutter-xl > * {
      width: calc(100% / 8 - 4rem - 0.01px);
      margin-right: 2rem;
      margin-left: 2rem; }

  [class*="grid-9"] > * {
    width: calc(100% / 9 - 0.01px); }
  [class*="grid-9"].has-gutter {
    margin-right: -1.5rem;
    margin-left: -1.5rem; }
    [class*="grid-9"].has-gutter > * {
      width: calc(100% / 9 - 3rem - 0.01px);
      margin-right: 1.5rem;
      margin-left: 1.5rem; }
  [class*="grid-9"].has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem; }
    [class*="grid-9"].has-gutter-l > * {
      width: calc(100% / 9 - 2rem - 0.01px);
      margin-right: 1rem;
      margin-left: 1rem; }
  [class*="grid-9"].has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem; }
    [class*="grid-9"].has-gutter-xl > * {
      width: calc(100% / 9 - 4rem - 0.01px);
      margin-right: 2rem;
      margin-left: 2rem; }

  [class*="grid-10"] > * {
    width: calc(100% / 10 - 0.01px); }
  [class*="grid-10"].has-gutter {
    margin-right: -1.5rem;
    margin-left: -1.5rem; }
    [class*="grid-10"].has-gutter > * {
      width: calc(100% / 10 - 3rem - 0.01px);
      margin-right: 1.5rem;
      margin-left: 1.5rem; }
  [class*="grid-10"].has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem; }
    [class*="grid-10"].has-gutter-l > * {
      width: calc(100% / 10 - 2rem - 0.01px);
      margin-right: 1rem;
      margin-left: 1rem; }
  [class*="grid-10"].has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem; }
    [class*="grid-10"].has-gutter-xl > * {
      width: calc(100% / 10 - 4rem - 0.01px);
      margin-right: 2rem;
      margin-left: 2rem; }

  [class*="grid-11"] > * {
    width: calc(100% / 11 - 0.01px); }
  [class*="grid-11"].has-gutter {
    margin-right: -1.5rem;
    margin-left: -1.5rem; }
    [class*="grid-11"].has-gutter > * {
      width: calc(100% / 11 - 3rem - 0.01px);
      margin-right: 1.5rem;
      margin-left: 1.5rem; }
  [class*="grid-11"].has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem; }
    [class*="grid-11"].has-gutter-l > * {
      width: calc(100% / 11 - 2rem - 0.01px);
      margin-right: 1rem;
      margin-left: 1rem; }
  [class*="grid-11"].has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem; }
    [class*="grid-11"].has-gutter-xl > * {
      width: calc(100% / 11 - 4rem - 0.01px);
      margin-right: 2rem;
      margin-left: 2rem; }

  [class*="grid-12"] > * {
    width: calc(100% / 12 - 0.01px); }
  [class*="grid-12"].has-gutter {
    margin-right: -1.5rem;
    margin-left: -1.5rem; }
    [class*="grid-12"].has-gutter > * {
      width: calc(100% / 12 - 3rem - 0.01px);
      margin-right: 1.5rem;
      margin-left: 1.5rem; }
  [class*="grid-12"].has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem; }
    [class*="grid-12"].has-gutter-l > * {
      width: calc(100% / 12 - 2rem - 0.01px);
      margin-right: 1rem;
      margin-left: 1rem; }
  [class*="grid-12"].has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem; }
    [class*="grid-12"].has-gutter-xl > * {
      width: calc(100% / 12 - 4rem - 0.01px);
      margin-right: 2rem;
      margin-left: 2rem; } }
.push {
  margin-left: auto !important; }

.pull {
  margin-right: auto !important; }

.item-first {
  order: -1; }

.item-last {
  order: 1; }

[class*="grid-"][class*="--reverse"] {
  flex-direction: row-reverse; }

@media (min-width: 576px) {
  .full {
    flex: 0 0 auto;
    width: calc(100% / 1 - 0.01px); }

  .has-gutter > .full {
    width: calc(100% / 1 - 3rem - 0.01px); }

  .has-gutter-l > .full {
    width: calc(100% / 1 - 2rem - 0.01px); }

  .has-gutter-xl > .full {
    width: calc(100% / 1 - 4rem - 0.01px); }

  .one-half {
    flex: 0 0 auto;
    width: calc(100% / 2 - 0.01px); }

  .has-gutter > .one-half {
    width: calc(100% / 2 - 3rem - 0.01px); }

  .has-gutter-l > .one-half {
    width: calc(100% / 2 - 2rem - 0.01px); }

  .has-gutter-xl > .one-half {
    width: calc(100% / 2 - 4rem - 0.01px); }

  .one-third {
    flex: 0 0 auto;
    width: calc(100% / 3 - 0.01px); }

  .has-gutter > .one-third {
    width: calc(100% / 3 - 3rem - 0.01px); }

  .has-gutter-l > .one-third {
    width: calc(100% / 3 - 2rem - 0.01px); }

  .has-gutter-xl > .one-third {
    width: calc(100% / 3 - 4rem - 0.01px); }

  .one-quarter {
    flex: 0 0 auto;
    width: calc(100% / 4 - 0.01px); }

  .has-gutter > .one-quarter {
    width: calc(100% / 4 - 3rem - 0.01px); }

  .has-gutter-l > .one-quarter {
    width: calc(100% / 4 - 2rem - 0.01px); }

  .has-gutter-xl > .one-quarter {
    width: calc(100% / 4 - 4rem - 0.01px); }

  .one-fifth {
    flex: 0 0 auto;
    width: calc(100% / 5 - 0.01px); }

  .has-gutter > .one-fifth {
    width: calc(100% / 5 - 3rem - 0.01px); }

  .has-gutter-l > .one-fifth {
    width: calc(100% / 5 - 2rem - 0.01px); }

  .has-gutter-xl > .one-fifth {
    width: calc(100% / 5 - 4rem - 0.01px); }

  .one-sixth {
    flex: 0 0 auto;
    width: calc(100% / 6 - 0.01px); }

  .has-gutter > .one-sixth {
    width: calc(100% / 6 - 3rem - 0.01px); }

  .has-gutter-l > .one-sixth {
    width: calc(100% / 6 - 2rem - 0.01px); }

  .has-gutter-xl > .one-sixth {
    width: calc(100% / 6 - 4rem - 0.01px); }

  .two-thirds {
    flex: 0 0 auto;
    width: calc(100% / 3 * 2 - 0.01px); }

  .has-gutter > .two-thirds {
    width: calc(100% / 3 * 2 - 3rem - 0.01px); }

  .has-gutter-l > .two-thirds {
    width: calc(100% / 3 * 2 - 2rem - 0.01px); }

  .has-gutter-xl > .two-thirds {
    width: calc(100% / 3 * 2 - 4rem - 0.01px); }

  .three-quarters {
    flex: 0 0 auto;
    width: calc(100% / 4 * 3 - 0.01px); }

  .has-gutter > .three-quarters {
    width: calc(100% / 4 * 3 - 3rem - 0.01px); }

  .has-gutter-l > .three-quarters {
    width: calc(100% / 4 * 3 - 2rem - 0.01px); }

  .has-gutter-xl > .three-quarters {
    width: calc(100% / 4 * 3 - 4rem - 0.01px); }

  .five-sixths {
    flex: 0 0 auto;
    width: calc(100% / 6 * 5 - 0.01px); }

  .has-gutter > .five-sixths {
    width: calc(100% / 6 * 5 - 3rem - 0.01px); }

  .has-gutter-l > .five-sixths {
    width: calc(100% / 6 * 5 - 2rem - 0.01px); }

  .has-gutter-xl > .five-sixths {
    width: calc(100% / 6 * 5 - 4rem - 0.01px); }

  .five-twelves {
    flex: 0 0 auto;
    width: calc(100% / 12 * 5 - 0.01px); }

  .has-gutter > .five-twelves {
    width: calc(100% / 12 * 5 - 3rem - 0.01px); }

  .has-gutter-l > .five-twelves {
    width: calc(100% / 12 * 5 - 2rem - 0.01px); }

  .has-gutter-xl > .five-twelves {
    width: calc(100% / 12 * 5 - 4rem - 0.01px); }

  .seven-twelves {
    flex: 0 0 auto;
    width: calc(100% / 12 * 7 - 0.01px); }

  .has-gutter > .seven-twelves {
    width: calc(100% / 12 * 7 - 3rem - 0.01px); }

  .has-gutter-l > .seven-twelves {
    width: calc(100% / 12 * 7 - 2rem - 0.01px); }

  .has-gutter-xl > .seven-twelves {
    width: calc(100% / 12 * 7 - 4rem - 0.01px); } }
/* Responsive Small Breakpoint */
@media (max-width: 1023px) {
  [class*="-medium-1"] > * {
    width: calc(100% / 1 - 0.01px); }
  [class*="-medium-1"].has-gutter > * {
    width: calc(100% / 1 - 3rem - 0.01px); }
  [class*="-medium-1"].has-gutter-l > * {
    width: calc(100% / 1 - 2rem - 0.01px); }
  [class*="-medium-1"].has-gutter-xl > * {
    width: calc(100% / 1 - 4rem - 0.01px); }

  [class*="-medium-2"] > * {
    width: calc(100% / 2 - 0.01px); }
  [class*="-medium-2"].has-gutter > * {
    width: calc(100% / 2 - 3rem - 0.01px); }
  [class*="-medium-2"].has-gutter-l > * {
    width: calc(100% / 2 - 2rem - 0.01px); }
  [class*="-medium-2"].has-gutter-xl > * {
    width: calc(100% / 2 - 4rem - 0.01px); }

  [class*="-medium-3"] > * {
    width: calc(100% / 3 - 0.01px); }
  [class*="-medium-3"].has-gutter > * {
    width: calc(100% / 3 - 3rem - 0.01px); }
  [class*="-medium-3"].has-gutter-l > * {
    width: calc(100% / 3 - 2rem - 0.01px); }
  [class*="-medium-3"].has-gutter-xl > * {
    width: calc(100% / 3 - 4rem - 0.01px); }

  [class*="-medium-4"] > * {
    width: calc(100% / 4 - 0.01px); }
  [class*="-medium-4"].has-gutter > * {
    width: calc(100% / 4 - 3rem - 0.01px); }
  [class*="-medium-4"].has-gutter-l > * {
    width: calc(100% / 4 - 2rem - 0.01px); }
  [class*="-medium-4"].has-gutter-xl > * {
    width: calc(100% / 4 - 4rem - 0.01px); } }
/* Responsive Small Breakpoint */
@media (min-width: 576px) and (max-width: 767px) {
  [class*="-small-1"] > * {
    width: calc(100% / 1 - 0.01px); }
  [class*="-small-1"].has-gutter > * {
    width: calc(100% / 1 - 3rem - 0.01px); }
  [class*="-small-1"].has-gutter-l > * {
    width: calc(100% / 1 - 2rem - 0.01px); }
  [class*="-small-1"].has-gutter-xl > * {
    width: calc(100% / 1 - 4rem - 0.01px); }

  [class*="-small-2"] > * {
    width: calc(100% / 2 - 0.01px); }
  [class*="-small-2"].has-gutter > * {
    width: calc(100% / 2 - 3rem - 0.01px); }
  [class*="-small-2"].has-gutter-l > * {
    width: calc(100% / 2 - 2rem - 0.01px); }
  [class*="-small-2"].has-gutter-xl > * {
    width: calc(100% / 2 - 4rem - 0.01px); }

  [class*="-small-3"] > * {
    width: calc(100% / 3 - 0.01px); }
  [class*="-small-3"].has-gutter > * {
    width: calc(100% / 3 - 3rem - 0.01px); }
  [class*="-small-3"].has-gutter-l > * {
    width: calc(100% / 3 - 2rem - 0.01px); }
  [class*="-small-3"].has-gutter-xl > * {
    width: calc(100% / 3 - 4rem - 0.01px); }

  [class*="-small-4"] > * {
    width: calc(100% / 4 - 0.01px); }
  [class*="-small-4"].has-gutter > * {
    width: calc(100% / 4 - 3rem - 0.01px); }
  [class*="-small-4"].has-gutter-l > * {
    width: calc(100% / 4 - 2rem - 0.01px); }
  [class*="-small-4"].has-gutter-xl > * {
    width: calc(100% / 4 - 4rem - 0.01px); } }
header ul {
  margin: 0; }
header li {
  margin-bottom: 0; }
  header li:before {
    display: none; }
header a:hover {
  background: none; }
header .menu .moncompte span {
  display: block;
  cursor: default; }

header .menu .moncompte .moncompte-menu.moncompte-display {
  display: block; }

footer ul {
  margin: 0; }
footer li {
  margin-bottom: 0; }
  footer li:before {
    display: none; }
footer a:hover {
  background: none; }

.account,
header .menu .moncompte .moncompte-menu {
  max-width: 30.5rem;
  padding: 0;
  background: #FFFFFF;
  border: none;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25); }
  .account span,
  header .menu .moncompte .moncompte-menu span {
    display: block !important;
    text-align: right; }
    .account span a,
    header .menu .moncompte .moncompte-menu span a {
      display: inline-block;
      padding: 1.4rem 2rem 1.6rem;
      font-size: 1.3rem; }
  .account .close-menu,
  header .menu .moncompte .moncompte-menu .close-menu {
    display: none; }

.account-item {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1.4rem 2rem 1.6rem;
  font-weight: bold;
  text-align: left;
  transition: all .2s ease-in-out; }
  .account-item:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 2rem;
    display: block;
    width: calc(100% - 4rem);
    height: 2px;
    background-color: #F6F6F6; }
  .account-item:hover {
    text-decoration: none;
    background-color: rgba(64, 168, 199, 0.1); }
    .account-item:hover:after {
      left: 0;
      width: 100%; }
  .account-item img {
    width: 3.2rem;
    height: 3.2rem;
    margin-right: 1.3rem; }

.card {
  display: flex;
  flex-direction: column;
  min-height: 55rem;
  font-size: 2rem; }
  .card h2, .card legend {
    margin-bottom: 1.6rem; }
  .card a,
  .card ul {
    font-size: 1.6rem; }
  .card a {
    margin-top: 1.2rem; }
    .card a:not(:last-of-type) {
      margin-bottom: 1.2rem; }
  .card > a:last-child {
    display: block;
    margin-top: auto; }
  .card .persona-status,
  .card .alert {
    margin-bottom: 1.2rem; }
  .card .validated {
    text-align: center; }
    .card .validated img {
      width: 14.4rem;
      height: 14.4rem;
      margin-bottom: 3rem; }

.persona-status {
  padding-bottom: .7rem;
  border-bottom: 3px solid #F6F6F6; }
  .persona-status progress[value] {
    width: 3.6rem; }

.accomodation {
  margin-bottom: 3rem; }
  .accomodation p {
    margin-bottom: 0.4rem; }
  .accomodation small {
    color: #4B4B4B; }
  .accomodation .summary {
    display: flex; }
  .accomodation .rent {
    min-width: 22rem;
    margin-left: auto;
    padding-left: 2.6rem;
    border-left: 1px solid #F6F6F6; }
  @media screen and (max-width: 1140px) {
    .accomodation .summary > div {
      width: 50%; }
      .accomodation .summary > div:first-child {
        overflow: hidden; }
    .accomodation .rent {
      min-width: 0;
      padding-left: 1rem; } }

.accomodation-reminder {
  margin-bottom: 6rem; }
  .accomodation-reminder > div {
    padding: 2rem 2rem 2rem 3rem; }
  .accomodation-reminder h2, .accomodation-reminder legend {
    font-size: 1.8rem; }
  .accomodation-reminder .rent {
    display: flex;
    align-items: center; }
  .accomodation-reminder small {
    margin-left: 1.2rem; }

.signatories + .signatories {
  margin-top: 2.2rem; }
.signatories article {
  padding: 0;
  border-bottom: 3px solid #F6F6F6; }
  .signatories article:not(:last-of-type) {
    margin-bottom: 2.4rem; }
  .signatories article:last-of-type {
    margin-bottom: 0; }
.signatories > a:first-child {
  border-top: 3px solid #F6F6F6; }
.signatories form {
  padding: 0 4rem 1.8rem; }
.signatories .flex {
  flex-wrap: wrap; }
  .signatories .flex > div:not(:first-of-type) {
    margin-left: 2.4rem;
    flex-grow: 2; }
  .signatories .flex:not(:last-of-type) {
    margin-bottom: 2.4rem; }
.signatories .title-action {
  align-items: flex-start; }
.signatories h2, .signatories legend {
  margin-bottom: 1.3rem; }
.signatories .link_icon {
  display: flex;
  padding: 1rem 2rem;
  align-items: center; }
  .signatories .link_icon:hover {
    text-decoration: none;
    background-color: rgba(64, 168, 199, 0.1); }
  .signatories .link_icon img {
    margin-right: 2.4rem; }
.signatories small {
  margin-top: .2rem;
  color: #4B4B4B; }
.signatories .persona {
  margin-bottom: 1.7rem; }
  .signatories .persona span {
    font-size: 1.8rem;
    font-weight: bold; }

.file-content-wrapper {
  display: flex;
  flex-direction: column; }
  .file-content-wrapper > * {
    margin-top: 2rem; }
  @supports (display: grid) {
    .file-content-wrapper {
      display: -ms-grid;
      display: grid;
      grid-row-gap: 2.5rem;
      grid-template-areas: "info-title" "info" "place-title" "place" "situation-title" "situation" "income-title" "income" "info-file-title" "info-file" "place-file" "situation-file" "income-file";
      margin-top: 4rem; }
      .file-content-wrapper > * {
        margin-top: 0; }
      @media (min-width: 1024px) {
        .file-content-wrapper {
          grid-column-gap: 3rem;
          grid-template-columns: 58% 1fr;
          grid-template-areas: "info-title info-file-title" "info info-file" "place-title ." "place place-file" "situation-title ." "situation situation-file" "income-title ." "income income-file"; } }
      .file-content-wrapper .info-title {
        grid-area: info-title; }
      .file-content-wrapper .info {
        grid-area: info; }
      .file-content-wrapper .info-file {
        grid-area: info-file; }
      .file-content-wrapper .info-file-title {
        grid-area: info-file-title; }
      .file-content-wrapper .place-title {
        grid-area: place-title; }
      .file-content-wrapper .place {
        grid-area: place; }
      .file-content-wrapper .place-file {
        grid-area: place-file; }
      .file-content-wrapper .situation-file {
        grid-area: situation-file; }
      .file-content-wrapper .situation-title {
        grid-area: situation-title; }
      .file-content-wrapper .situation-file {
        grid-area: situation-file; }
      .file-content-wrapper .situation {
        grid-area: situation; }
      .file-content-wrapper .income-title {
        grid-area: income-title; }
      .file-content-wrapper .income-file {
        grid-area: income-file; }
      .file-content-wrapper .income {
        grid-area: income; } }
  .file-content-wrapper h2, .file-content-wrapper legend {
    margin-left: 3rem; }
  .file-content-wrapper .info-title {
    order: 1; }
  .file-content-wrapper .info {
    order: 2; }
  .file-content-wrapper .info-file {
    order: 4; }
  .file-content-wrapper .info-file-title {
    order: 3; }
  .file-content-wrapper .place-title {
    order: 5; }
  .file-content-wrapper .place {
    order: 6; }
  .file-content-wrapper .place-file {
    order: 7; }
  .file-content-wrapper .situation-file {
    order: 10; }
  .file-content-wrapper .situation-title {
    order: 8; }
  .file-content-wrapper .situation {
    order: 9; }
  .file-content-wrapper .income-title {
    order: 11; }
  .file-content-wrapper .income-file {
    order: 13; }
  .file-content-wrapper .income {
    order: 12; }

.file-content > div {
  display: flex;
  flex-wrap: wrap; }
.file-content > div + p {
  width: 100%;
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 2px solid #F6F6F6; }
.file-content ul {
  width: calc(100% - 12.8rem);
  margin: 0; }
.file-content li {
  display: flex;
  justify-items: center;
  margin-bottom: 0.4rem; }
  .file-content li:before {
    display: none; }
.file-content a {
  width: 12.8rem;
  padding-right: 0;
  padding-left: 0; }
.file-content div + p {
  margin-top: 2rem;
  margin-bottom: 0;
  padding-top: 1rem;
  border-top: 2px solid #F6F6F6; }
.file-content small {
  flex-basis: 100%; }

.file-state {
  flex-basis: 50%; }
  [class*="-file"] .file-state {
    flex-basis: 95%; }

.file-info {
  flex-basis: 30%;
  padding-left: 2rem;
  color: #9b9b9b; }

.form-centered {
  width: 50%;
  margin-right: auto;
  margin-left: auto; }
  .form-centered label {
    font-size: 1.6rem; }
    .form-centered label:not(:first-of-type) {
      margin-top: 1.6rem; }
  .form-centered small {
    margin-top: -0.6rem;
    margin-bottom: 0.7rem; }
    .form-centered small.info {
      color: #CC5147; }

.starting + .starting {
  margin-top: 2.2rem; }
.starting h2, .starting legend {
  margin-bottom: 1.2rem; }
.starting h3 {
  margin-bottom: 2rem; }
.starting .link_border {
  width: 100%; }
.starting li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%; }
  .starting li:before {
    align-self: flex-start; }
  .starting li div:first-of-type {
    margin-right: auto; }
  .starting li div:nth-child(2) {
    color: #9B9B9B; }
  .starting li.done:before {
    background-image: url(../img/icons/check-green.svg); }
  .starting li.done div:first-child {
    width: 40%; }
  .starting li.done div:nth-child(2) {
    width: 22%; }
  .starting li.done div:last-child {
    width: 34%;
    font-size: 1.3rem; }
.starting .step-done div:first-of-type {
  margin-right: 1.8rem; }
.starting .step-done div:last-of-type {
  margin-top: .5rem; }

.useful-docs {
  margin-top: 2.2rem; }
  .useful-docs > div:last-of-type {
    padding-top: 1.6rem;
    border-top: 2px solid #F6F6F6; }
  .useful-docs h2, .useful-docs legend {
    margin-bottom: 2rem; }
  .useful-docs h3 {
    margin-bottom: .8rem; }
  .useful-docs ul {
    margin-top: 0; }
  .useful-docs li {
    display: flex;
    margin-bottom: 0.5rem; }
    .useful-docs li:before {
      display: none; }
    .useful-docs li div {
      margin-top: 0.5rem; }
  .useful-docs small {
    display: inline-block;
    margin-left: 0.5rem; }
  .useful-docs img {
    width: 2.4rem;
    height: 2.4rem;
    margin-right: 1rem; }

.aside-video {
  color: #fff;
  background-color: #7E9CD1; }
  .aside-video a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 20rem;
    background: url(../img/illu-bail-numerique.jpg) center 0 no-repeat;
    background-size: cover; }
  .aside-video h3,
  .aside-video p {
    padding-right: 3.6rem;
    padding-left: 2.2rem; }
  .aside-video h3 {
    padding-top: 2.2rem;
    padding-bottom: 1.5rem; }
  .aside-video p {
    padding-bottom: 4rem; }

.aside-tips {
  padding: 2rem 4rem 2rem 2rem;
  background-color: #E7EEFC; }
  .aside-tips h3 {
    margin-bottom: 1.6rem; }
  .aside-tips a {
    margin-top: 1.8rem; }

.modal {
  display: none;
  width: 73rem; }
  .modal h2, .modal legend,
  .modal h3 {
    margin-bottom: 1.3rem; }
  .modal h3 {
    text-align: left;
    color: #4B4B4B; }
  .modal .file {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .modal li {
    margin-bottom: 1rem; }
    .modal li:before {
      display: none; }
    .modal li + li {
      padding-top: 1.6rem;
      border-top: 1px solid #F6F6F6; }
  .modal img {
    width: 2.4rem;
    height: 2.4rem; }
  .modal a {
    min-width: 12.2rem; }

[data-fancybox],
.fancybox-slide--html .fancybox-content {
  cursor: default; }

.file-upload {
  width: 100%;
  max-width: 660px;
  text-align: center;
  margin: 0 auto; }
  .file-upload label {
    font-size: 1.6rem;
    color: #40A8C7;
    cursor: pointer; }
  .file-upload p {
    margin: 0; }
  .file-upload img {
    width: 4.8rem;
    height: 4.8rem; }
  .file-upload .box {
    position: relative;
    padding: 1rem 2rem;
    background-color: rgba(64, 168, 199, 0.05); }
  .file-upload .box.is-dragover {
    background-color: rgba(64, 168, 199, 0.25); }
  .file-upload .box__dragndrop,
  .file-upload .box__icon {
    display: none; }
  .file-upload .box.has-advanced-upload .box__dragndrop {
    display: inline; }
  .file-upload .box.has-advanced-upload .box__icon {
    width: 100%;
    height: 80px;
    fill: #92b0b3;
    display: block;
    margin-bottom: 40px; }
  .file-upload .box.is-uploading .box__input,
  .file-upload .box.is-success .box__input,
  .file-upload .box.is-error .box__input {
    visibility: hidden; }
  .file-upload .box__uploading,
  .file-upload .box__success,
  .file-upload .box__error {
    display: none; }
  .file-upload .box.is-uploading .box__uploading,
  .file-upload .box.is-success .box__success,
  .file-upload .box.is-error .box__error {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .file-upload .box__uploading {
    font-style: italic; }
  .file-upload .box__success {
    -webkit-animation: appear-from-inside .25s ease-in-out;
    animation: appear-from-inside .25s ease-in-out; }
@-webkit-keyframes appear-from-inside {
  from {
    -webkit-transform: translateY(-50%) scale(0); }
  75% {
    -webkit-transform: translateY(-50%) scale(1.1); }
  to {
    -webkit-transform: translateY(-50%) scale(1); } }
@keyframes appear-from-inside {
  from {
    transform: translateY(-50%) scale(0); }
  75% {
    transform: translateY(-50%) scale(1.1); }
  to {
    transform: translateY(-50%) scale(1); } }
  .file-upload .box__restart {
    font-weight: 700; }
  .file-upload .box__restart:focus,
  .file-upload .box__restart:hover {
    color: #39bfd3; }
  .file-upload .box__file {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1; }
  .file-upload .box__file + label {
    max-width: 80%;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden; }
  .file-upload .box__file + label:hover strong,
  .file-upload .box__file:focus + label strong,
  .file-upload .box__file.has-focus + label strong {
    color: #39bfd3; }
  .file-upload .box__file:focus + label,
  .file-upload .box__file.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px; }
  .file-upload .box__file + label {
    display: none; }
  .file-upload .box__button {
    display: block; }
  .file-upload .box__button {
    font-weight: 700;
    color: #e5edf1;
    background-color: #39bfd3;
    display: none;
    padding: 8px 16px;
    margin: 40px auto 0; }
  .file-upload .box__button:hover,
  .file-upload .box__button:focus {
    background-color: #0f3c4b; }

.payements > div {
  display: flex; }
  .payements > div:not(:first-child):not(:last-child) {
    padding-top: 3.5rem; }
  .payements > div:not(:last-of-type), .payements > div:not(:nth-last-of-type(-n+2)) {
    padding-bottom: 4rem; }
  .payements > div:not(:last-of-type) {
    border-bottom: 3px solid #F6F6F6; }
  .payements > div > div {
    width: 50%; }
    .payements > div > div:last-of-type {
      display: flex;
      padding-left: 2rem; }
      .payements > div > div:last-of-type > div:first-of-type {
        width: 50%;
        text-align: center; }
      .payements > div > div:last-of-type > div:last-of-type {
        width: 50%;
        padding-right: 5rem; }
  .payements > div > p {
    margin-bottom: 0; }
.payements > p {
  padding-top: 3.5rem;
  padding-bottom: 4rem;
  border-bottom: 3px solid #F6F6F6; }
.payements .bottom-page-actions div {
  width: auto;
  margin-right: 5rem; }
.payements label {
  font-size: 1.6rem; }
.payements summary {
  color: #40A8C7; }
  .payements summary + ul {
    margin-top: 1rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem; }
    .payements summary + ul li {
      display: flex;
      justify-content: space-between;
      margin-bottom: 0.5rem;
      padding-top: .5rem;
      font-size: 1.3rem;
      border-top: 1px solid #F6F6F6; }
      .payements summary + ul li:before {
        display: none; }

.lease-download a {
  display: flex;
  text-align: left; }
  .lease-download a img {
    width: 2.4rem;
    height: 2.4rem;
    margin-right: 1rem; }
  .lease-download a small {
    font-weight: normal; }
.lease-download > p {
  margin-top: 1.5rem;
  margin-bottom: 0; }

.lease-signature {
  margin-top: 2.2rem; }
  .lease-signature span {
    font-weight: bold;
    font-size: 1.8rem; }
  .lease-signature a {
    width: 100%; }
  .lease-signature article {
    align-items: center;
    padding: 2rem 0;
    border-top: 3px solid #F6F6F6; }
    .lease-signature article:first-of-type {
      margin-top: 1.5rem; }

/* --- Pages --- */
/* --- Vendors --- */
/* --- tablet and mobile display --- */
@media (max-width: 1200px) {
  header .menu {
    height: 6rem; }
    header .menu .burger-menu,
    header .menu .logo,
    header .menu .moncompte {
      position: relative;
      top: 0;
      right: 0;
      left: 0;
      transform: none; }
    header .menu .logo {
      order: 1; }
    header .menu .burger-menu {
      order: 2;
      width: 4.8rem;
      margin-top: .9rem;
      margin-right: 1.2rem;
      margin-left: auto; }
      header .menu .burger-menu span {
        width: 3rem;
        height: 2px;
        padding: 0;
        background-color: #4B4B4B; }
    header .menu .moncompte {
      order: 3;
      display: flex;
      justify-content: center;
      align-items: center;
      position: initial;
      height: 6rem;
      width: 6rem;
      margin-right: 0;
      padding: 0; }
    header .menu .moncompte .moncompte-menu {
      display: block;
      max-width: 100%;
      width: 100%;
      height: 100%;
      position: fixed;
      top: 0;
      right: -100%;
      bottom: 0;
      text-align: right;
      background-color: #fff;
      overflow: scroll;
      transition: all .3s ease-in-out; }
      header .menu .moncompte .moncompte-menu.moncompte-display {
        right: 0; }

  header .menu .moncompte .moncompte-menu,
  .account {
    max-width: 100%;
    width: 100%;
    box-shadow: none; }
    header .menu .moncompte .moncompte-menu .close-menu,
    .account .close-menu {
      display: inline-block;
      margin-top: 2rem;
      margin-right: 2rem;
      background: none; }
      header .menu .moncompte .moncompte-menu .close-menu img,
      .account .close-menu img {
        width: 2.4rem;
        height: 2.4rem; }

  .account-item {
    font-size: 1.6rem; }
    .account-item small {
      font-weight: normal; }

  .fancybox-close-small svg path {
    stroke: #40A8C7;
    stroke-width: 3px; } }
@media (max-width: 1140px) {
  h1,
  .chapo,
  .page-title a {
    margin-left: 2rem; }

  h1 {
    margin-bottom: 1.6rem;
    font-size: 2.4rem; }

  h2, legend {
    font-size: 1.8rem; }

  h3 {
    font-size: 1.4rem; }

  small {
    font-size: 1.1rem; }

  main {
    padding-top: 0; }

  .breadcrumbs {
    display: none; }

  .page-title {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0; }
    .page-title > div {
      order: 1; }
    .page-title > h1 {
      order: 2; }
    .page-title a {
      padding-left: 0; }

  .page-title.fixed-title {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    position: fixed;
    top: 0;
    width: 100%;
    height: 5rem;
    background-color: #fff;
    z-index: 5;
    box-shadow: 0 0 1rem 1px rgba(202, 202, 202, 0.5); }
    .page-title.fixed-title h1 {
      margin: 0;
      font-size: 1.4rem; }
    .page-title.fixed-title div {
      font-size: 1.6rem; }
    .page-title.fixed-title a {
      display: block;
      width: 2.6rem;
      height: 2.6rem;
      margin-right: 1.2rem;
      background: url(../img/icons/chevron-right.svg) center center no-repeat;
      background-size: contain;
      text-indent: -9999px;
      transform: rotate(180deg); }
    .page-title.fixed-title .progress-wrapper {
      order: 2;
      display: block;
      margin-right: .8rem;
      margin-left: auto;
      font-weight: bold; } }
@media (max-width: 1024px) {
  .tablet-hidden,
  .chapo,
  .aside-video,
  .aside-tips {
    display: none !important; }

  .tablet-display {
    display: block; }

  .tablet-flex {
    display: flex; }
    .tablet-flex.wrapper {
      flex-direction: column; }
    .tablet-flex > * {
      order: 3; }
    .tablet-flex .page-title {
      order: 1; }
    .tablet-flex .accomodation-reminder {
      order: 2; }

  .desktop-hidden,
  .grid {
    display: block; }

  body {
    font-size: 1.4rem; }

  .chapo,
  .link_border,
  .link_background,
  .link_button,
  .card,
  .card a {
    font-size: 1.4rem; }

  .link_border,
  .link_background,
  .link_button {
    padding: 0.5rem 1rem; }

  .link_big {
    padding-top: 1rem;
    padding-bottom: 1rem; }

  .bloc, .card, .accomodation > div, .signatories, .file-content, .form-centered form, .starting, .useful-docs, .modal, .payements, .lease-download, .lease-signature {
    padding: 1.6rem 2rem 1.6rem 2.5rem; }

  progress[value] {
    max-width: 5.2rem; }
    progress[value] + label {
      font-size: 1.4rem; }

  .card {
    min-height: 0; }
    .card + .card {
      margin-top: 1.6rem; }
    .card h2, .card legend {
      margin-bottom: 1.4rem; }
    .card .validated {
      display: flex; }
      .card .validated > div {
        text-align: left; }
      .card .validated img {
        width: 4.6rem;
        height: 4.6rem;
        margin-right: 2.3rem; }
    .card > .link_background {
      width: 100%;
      margin-top: 1.2rem !important;
      padding-left: 0; }
    .card > .link_button {
      margin-top: 1.2rem !important;
      padding-right: .4rem;
      padding-left: .4rem; }

  .status div {
    margin-left: 2.3rem; }

  .signatories + .signatories {
    margin-top: 1.2rem; }
  .signatories .persona {
    margin-bottom: 0; }
    .signatories .persona span {
      font-size: 1.4rem; }
  .signatories article {
    padding-bottom: 1.5rem; }
  .signatories article:not(:last-of-type) {
    margin-bottom: 2rem; }
  .signatories .link_icon {
    padding: 1.6rem 2rem 1.6rem 2.5rem;
    font-size: 1.4rem; }
    .signatories .link_icon img {
      width: 2rem;
      height: 2rem; }
  .signatories form {
    padding: 0; }
  .signatories .flex:last-of-type {
    margin-top: 1.2rem; }
  .signatories .flex:not(:last-of-type) {
    margin-bottom: 0; }
  .signatories .flex > div {
    width: 100%; }
    .signatories .flex > div:not(:first-of-type) {
      margin-left: 0; }
      .signatories .flex > div:not(:first-of-type) label {
        margin-top: 1.6rem; }

  .persona-with-actions {
    flex-wrap: wrap;
    font-size: 2rem; }
    .persona-with-actions > div {
      flex-basis: 100%; }
      .persona-with-actions > div:last-child {
        text-align: right; }
    .persona-with-actions img {
      width: 4.6rem;
      height: 4.6rem; }
    .persona-with-actions a + a {
      margin-left: 0; }

  .bottom-page-actions {
    display: block;
    margin-top: 1.5rem;
    padding-right: 2rem;
    padding-left: 2rem; }
    .bottom-page-actions a {
      width: 100%; }
      .bottom-page-actions a + a {
        margin-top: 1.3rem;
        margin-left: 0; }

  .form-centered {
    width: 100%; }

  .form-centered label,
  label {
    font-size: 1.4rem; }

  .fancybox-slide--html {
    padding: 0; }
    .fancybox-slide--html .fancybox-content {
      margin-bottom: 0; }

  .modal {
    height: 100vh;
    margin-right: -2px; }
    .modal h3 {
      font-size: 1.4rem; }
    .modal progress[value] {
      width: 100%;
      max-width: 88%; }

  .file-upload .box {
    padding: 2rem; }
  .file-upload div {
    text-align: left; }
  .file-upload img {
    margin-right: 1.5rem; }

  .box__input {
    display: flex; }

  .file-list .file > div:first-child {
    flex-grow: 2; }

  .accomodation-reminder {
    margin-bottom: 2rem;
    font-size: 1.1rem; }
    .accomodation-reminder > div {
      padding-top: 1rem;
      padding-bottom: 1rem; }
      .accomodation-reminder > div + div {
        padding-top: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
    .accomodation-reminder h2, .accomodation-reminder legend {
      font-size: 1.4rem; }

  .accomodation .summary > div {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .accomodation p,
  .accomodation small {
    display: inline-block; }

  .starting .flex {
    flex-direction: column; }
    .starting .flex > [class*="col-"] {
      width: 100%; }
  .starting li {
    align-items: flex-start; }
    .starting li div:first-child {
      width: 60%; }
    .starting li div:last-child {
      padding-left: 2rem;
      width: 40%; }
  .starting .ml-a {
    text-align: right; }
  .starting .link_border {
    width: auto; }
  .starting h2, .starting legend {
    margin-bottom: 2.4rem; }
  .starting p:last-of-type {
    margin-bottom: 2rem; }

  .bottom-page-infos {
    padding-right: 3rem; }

  .payements {
    display: flex;
    flex-direction: column; }
    .payements h3 {
      font-size: 1.8rem; }
    .payements,
    .payements label {
      font-size: 1.4rem; }
    .payements [type="radio"]:not(:checked) + label,
    .payements [type="radio"]:checked + label {
      padding-left: 2.8rem; }
    .payements > div:not(:last-of-type), .payements > div:not(:nth-last-of-type(-n+2)) {
      padding-bottom: 1.6rem; }
    .payements > div:not(:first-child):not(:last-child) {
      padding-top: 2rem; }
    .payements > div > div:first-of-type {
      width: 60%; }
    .payements > div > div:last-of-type {
      display: block;
      width: 40%;
      padding-left: 3rem; }
      .payements > div > div:last-of-type p {
        margin-bottom: 0.6rem; }
      .payements > div > div:last-of-type > div:first-of-type, .payements > div > div:last-of-type > div:last-of-type {
        width: 100%; }
      .payements > div > div:last-of-type > div:first-of-type {
        text-align: left; }
        .payements > div > div:last-of-type > div:first-of-type p:first-of-type {
          font-weight: bold; }
      .payements > div > div:last-of-type > div:last-of-type {
        margin-top: 1.6rem;
        padding-right: 0; }
    .payements .bottom-page-actions {
      flex-wrap: wrap;
      padding-right: 0;
      padding-left: 0; }
      .payements .bottom-page-actions > div {
        margin: 0; }
        .payements .bottom-page-actions > div:last-of-type {
          width: 40%;
          font-weight: bold; }
      .payements .bottom-page-actions a {
        width: auto;
        margin-top: 3rem; }
    .payements > p {
      order: 2;
      margin-top: 1rem;
      padding-top: 1.6rem;
      padding-bottom: 0;
      border-top: 3px solid #F6F6F6;
      border-bottom: none; }

  .lease-signature .persona {
    margin-bottom: 2rem; }

  .wrapper > details.alert {
    margin-top: 0; }
    .wrapper > details.alert summary:after {
      margin-left: 1rem; }

  .file-content-wrapper h2, .file-content-wrapper legend {
    margin-left: 2rem; }

  .file-content {
    font-size: 1.4rem; }
    .file-content ul {
      width: 100%; }
    .file-content li {
      display: block;
      margin-bottom: 1rem; }
    .file-content > div > div {
      width: 100%;
      margin-top: 1.5rem;
      text-align: right; }

  .file-state:before {
    width: 1.8rem;
    height: 1.8rem;
    background-size: 1.8rem; }

  .file-info {
    padding-left: 3.5rem; }

  .info-file-title p {
    margin-top: 0.5rem;
    margin-bottom: -1rem;
    padding-right: 2rem;
    padding-left: 2rem; } }
