*,
*::before,
*::after {
  box-sizing: border-box;
}
body {
  margin: 0;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul {
  padding-left: 2rem;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
figure {
  margin: 0 0 1rem;
}
img,
svg {
  vertical-align: middle;
}
table {
  caption-side: bottom;
  border-collapse: collapse;
}
thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
button,
select {
  text-transform: none;
}
[role="button"] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}
[list]::-webkit-calendar-picker-indicator {
  display: none;
}
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
textarea {
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}
/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::file-selector-button {
  font: inherit;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
iframe {
  border: 0;
}
summary {
  display: list-item;
  cursor: pointer;
}
progress {
  vertical-align: baseline;
}
[hidden] {
  display: none !important;
}
@font-face {
  font-family: 'gotham_book';
  src: url('../../fonts/GothamBook.otf') format('truetype'), url('../../fonts/gothambook-webfont.woff2') format('woff2'), url('../../fonts/gothambook-webfont.woff') format('woff');
}
@font-face {
  font-family: 'gotham_bookitalic';
  src: url('../../fonts/GothamBookItalic.otf') format('truetype'), url('../../fonts/gotham_book_italic-webfont.woff2') format('woff2'), url('../../fonts/gotham_book_italic-webfont.woff') format('woff');
}
@font-face {
  font-family: 'gotham_medium';
  src: url('../../fonts/GothamMedium.otf') format('truetype'), url('../../fonts/gothammedium-webfont.woff2') format('woff2'), url('../../fonts/gothammedium-webfont.woff') format('woff');
}
@font-face {
  font-family: 'gotham_bold';
  src: url('../../fonts/GothamBold.otf') format('truetype'), url('../../fonts/gothambold-webfont.woff2') format('woff2'), url('../../fonts/gothambold-webfont.woff') format('woff');
}
@font-face {
  font-family: 'gothamlight_italic';
  src: url('../../fonts/gothamlightitalic-webfont.woff2') format('woff2'), url('../../fonts/gothamlightitalic-webfont.woff') format('woff');
}
h1,
h2,
h3 {
  font-family: 'gotham_bold';
  margin: 0;
}
h1 {
  font-size: 2rem;
}
h2 {
  font-size: 1.625rem;
}
h3 {
  font-size: 1.5rem;
}
@media (min-width: 1024px) {
  h3 {
    font-size: 1.375rem;
  }
}
h4 {
  font-family: 'gotham_medium';
  font-size: 1.25rem;
}
p {
  font-family: 'gotham_book';
  font-size: 1rem;
  margin: 0;
}
label {
  font-family: 'gotham_medium';
}
/* GLOBAL STYLE */
.main-container {
  display: flex;
}
.card-vault {
  padding: 20px;
  margin-bottom: 16px;
  background-color: #FFFFFF;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.card-vault.border-purple {
  box-shadow: 0px 1px 4px #A8608680;
  border: 2px solid #A86086;
}
.card-vault h5 {
  font-family: 'gotham_medium';
  font-size: 14px;
}
.card-vault .text-content {
  font-family: 'gotham_book';
  font-size: 14px;
}
.card-vault .dateAppointment {
  font-size: 24px;
  font-family: 'gotham_bold';
  color: #246B61;
}
.card-vault .MeasureItemTrue[aria-expanded^="true"],
.card-vault .MeasureItemFalse[aria-expanded^="false"] {
  display: none;
}
.card-vault .MeasureItemTrue[aria-expanded^="false"],
.card-vault .MeasureItemFalse[aria-expanded^="true"] {
  display: block;
}
.breadcrumb {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
}
.breadcrumb-item + .breadcrumb-item::before {
  margin-right: 0.5rem;
  color: inherit;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.breadcrumb-item,
.breadcrumb-item > a {
  font-family: 'gotham_medium';
  font-size: 12px;
  color: #ED6C00;
}
a,
a:hover {
  color: #1D2A5C;
  text-decoration: none;
}
.underline {
  text-decoration: underline;
}
.pointer {
  cursor: pointer;
}
.txt-darkgrey {
  color: #707070;
}
.txt-danger {
  color: #AC1509;
}
.txt-purple {
  color: #A86086;
}
.txt-green {
  color: #246B61;
}
.progress-name {
  font-family: 'gotham_bold';
  font-size: 13px;
  margin: 0.5rem 0;
}
.progress-name.success {
  color: #108312;
}
.progress-name.warning {
  color: #D3721C;
}
.progress-name.danger {
  color: #AC1509;
}
.progress-name.completed {
  color: #A86086;
}
.progress {
  background-color: #FFFFFF;
  border-radius: 50px;
  width: 100%;
  height: 20px;
  border: 1px solid #707070;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.progress .progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
  margin-bottom: 0 !important;
}
.progress .progress-bar.state15 {
  width: 15%;
  background-color: #AC1509;
}
.progress .progress-bar.state50 {
  width: 50%;
  background-color: #D3721C;
}
.progress .progress-bar.state100 {
  width: 100%;
  background-color: #108312;
}
.progress p {
  font-family: 'gotham_bold';
  font-size: 13px;
}
@media (min-width: 1024px) {
  .progress {
    height: 12px;
  }
}
.checkmark {
  display: inline-block;
  width: 22px;
  height: 22px;
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
}
.checkmark_stem {
  position: absolute;
  width: 3px;
  height: 9px;
  background-color: #ccc;
  left: 11px;
  top: 6px;
}
.checkmark_kick {
  position: absolute;
  width: 3px;
  height: 3px;
  background-color: #ccc;
  left: 8px;
  top: 12px;
}
/* Pagination */
.pagination {
  display: block;
  margin: 1rem 0;
}
@media (min-width: 1024px) {
  .pagination {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
#pagination-area {
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 1rem;
}
#pagination-area .item {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #1D2A5C;
}
#pagination-area .item-selected {
  background-color: #1D2A5C;
  color: #FFFFFF;
}
input.certificat {
  display: none;
}
.custom-file-upload {
  border: 1px solid #ccc;
  display: inline-block;
  padding: 6px 12px;
  cursor: pointer;
}
/* MODAL */
.modal {
  position: absolute;
  top: 50%;
  height: auto;
  max-height: 65vh;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 2.5rem;
  display: none;
  width: 100%;
  text-align: center;
  background-color: #FFFFFF;
  border: 1px solid #F5F5F5;
  border-radius: 4px;
  box-shadow: 3px 2px 11px 4px #423d3d;
  overflow: auto;
}
.modal__content {
  margin: 2rem auto;
}
.modal__footer {
  display: flex;
}
@media (min-width: 1024px) {
  .modal__footer {
    justify-content: center;
  }
}
.modal__footer .button + .button {
  margin-top: 1rem;
}
@media (min-width: 1024px) {
  .modal__footer .button + .button {
    margin-top: 0;
    margin-left: 1rem;
  }
}
.modal h5 {
  font-family: "gotham_bold";
  color: #1D2A5C;
  font-size: 18px;
  text-align: left;
}
@media (min-width: 1024px) {
  .modal .form {
    padding: 0 4rem;
  }
}
.modal .form__field {
  padding: 0;
  max-width: inherit;
  text-align: left;
}
.modal .form__input,
.modal .select__button,
.modal .select__list {
  max-width: inherit !important;
}
@media (min-width: 768px) {
  .modal {
    max-width: 430px;
  }
}
@media (min-width: 1024px) {
  .modal {
    left: 55%;
    max-width: 618px;
  }
}
.modal--is-visible {
  display: block;
}
.modal--permission {
  top: 10%;
  left: 50%;
}
.modal--overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 999;
}
.modal--overlay-permission {
  position: absolute;
  backdrop-filter: blur(5px);
}
/* BUTTON */
.button {
  display: flex;
  width: 100%;
  text-align: center;
}
.button button,
.button a,
.button .select__button,
.button input {
  width: 100%;
  font-family: "gotham_medium";
  padding: 1rem 2rem;
  font-size: 1rem;
  border: 1px solid;
  border-radius: 4px;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .button button,
  .button a,
  .button .select__button,
  .button input {
    padding: 0.375rem 1rem;
    width: auto;
  }
}
@media (min-width: 1024px) {
  .button {
    width: auto;
  }
}
.button--primary button,
.button--primary a,
.button--primary label,
.button--primary input {
  background-color: #ED6C00;
  color: #FFFFFF;
  border-color: #ED6C00;
}
.button--primary-green button,
.button--primary-green a,
.button--primary-green label,
.button--primary-green input {
  background-color: #246B61;
  color: #FFFFFF;
  border-color: #246B61;
}
.button--primary-grey button,
.button--primary-grey a,
.button--primary-grey label,
.button--primary-grey input {
  background-color: #A6A6A6;
  color: #FFFFFF;
  border-color: #A6A6A6;
}
.button--secondary-green button,
.button--secondary-green a,
.button--secondary-green input,
.button--secondary-green .select__button {
  background-color: #FFFFFF;
  color: #246B61;
  border-color: #246B61;
}
.button--secondary-green button:hover,
.button--secondary-green a:hover,
.button--secondary-green input:hover,
.button--secondary-green .select__button:hover {
  background-color: #E3EDEB;
}
.button--secondary-green button:active,
.button--secondary-green a:active,
.button--secondary-green input:active,
.button--secondary-green .select__button:active {
  background-color: #246B61;
  color: #FFFFFF;
}
.button--secondary-orange button,
.button--secondary-orange a,
.button--secondary-orange input {
  background-color: #FFFFFF;
  color: #ED6C00;
  border-color: #ED6C00;
}
.button--secondary-orange button:hover,
.button--secondary-orange a:hover,
.button--secondary-orange input:hover {
  background-color: rgb(237 108 0%);
}
.button--secondary-orange button:active,
.button--secondary-orange a:active,
.button--secondary-orange input:active {
  background-color: #A86086;
  color: #FFFFFF;
}
.button--secondary-blue button,
.button--secondary-blue a,
.button--secondary-blue input {
  background-color: #FFFFFF;
  color: #1D2A5C;
  border-color: #1D2A5C;
}
.button--secondary-blue button:hover,
.button--secondary-blue a:hover,
.button--secondary-blue input:hover {
  background: #3A557C;
  box-shadow: 0px 3px 6px #246b6133;
  color: #FFFFFF;
}
.button--secondary-blue button:hover circle,
.button--secondary-blue a:hover circle,
.button--secondary-blue input:hover circle,
.button--secondary-blue button:hover path:not(:first-child),
.button--secondary-blue a:hover path:not(:first-child),
.button--secondary-blue input:hover path:not(:first-child),
.button--secondary-blue button:hover line,
.button--secondary-blue a:hover line,
.button--secondary-blue input:hover line {
  stroke: #FFFFFF;
}
.button--big button,
.button--big a,
.button--big input,
.button--big .select__button {
  padding: 0.875rem 2rem;
  font-size: 1.25rem;
}
.button--small button,
.button--small a,
.button--small input {
  padding: 0.375rem 0.75rem;
}
.button--inactive {
  background-color: #CECECE;
  color: #FFFFFF;
}
.button--delete button,
.button--delete a,
.button--delete input {
  background-color: #FFFFFF;
  border: 1px solid #AC1509;
  color: #AC1509;
}
.button--delete button:hover,
.button--delete a:hover,
.button--delete input:hover {
  color: #AC1509;
  background-color: #AC15090D;
}
.button--cancel {
  color: #707070;
}
.button--cancel:hover {
  color: #707070;
}
.button--restore {
  background-color: #FFFFFF;
  border: 1px solid #108312;
  color: #108312;
}
.button--restore:hover {
  color: #108312;
  background-color: #1083120D;
}
.button--table {
  display: block;
  width: auto;
  margin: 0;
  text-align: inherit;
}
.button--blue button {
  background-color: #1D2A5C;
  color: #FFFFFF;
  border-color: #1D2A5C;
}
.button--blue button:hover {
  border-color: #FFFFFF;
}
.button--blue button a {
  padding: 0;
  color: #FFFFFF;
  border: none;
}
.button img {
  margin-right: 0.5rem;
}
.button--close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 32px;
  height: 32px;
  opacity: 0.3;
  cursor: pointer;
}
.button--close:hover {
  opacity: 1;
}
.button--close:before,
.button--close:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 33px;
  width: 2px;
  background-color: #333;
}
.button--close:before {
  transform: rotate(45deg);
}
.button--close:after {
  transform: rotate(-45deg);
}
.button--align-end {
  justify-content: end;
}
.link {
  font-family: "gotham_book";
  text-decoration: underline;
  font-size: 0.75rem;
  color: #3A557C;
}
.link:hover {
  color: #00285B;
  text-decoration: underline;
}
.link img {
  margin-right: 0.5rem;
}
.link--back {
  display: block;
  font-size: 0.875rem;
  font-family: "gotham_medium";
  margin-bottom: 0.5rem;
}
.link--back,
.link--back:hover {
  text-decoration: underline;
  color: #1D2A5C;
}
.link--back img {
  height: 12px;
}
.dropdown {
  position: relative;
  display: none;
}
.dropdown__menu {
  position: absolute;
  padding: 0;
  display: none;
  width: 100%;
  margin: 0;
  border-radius: 4px;
  background-color: #FFFFFF;
  box-shadow: 0px 3px 6px #7070701a;
  z-index: 9999;
}
.dropdown__item {
  padding: 1rem;
  font-family: "gotham_medium";
  font-size: 14px;
  color: #1D2A5C;
  cursor: pointer;
}
.dropdown__item:hover {
  background-color: rgba(29, 42, 92, 0.05);
}
.dropdown__item--logout a {
  color: #AC1509;
}
.dropdown__item--logout:hover {
  background-color: #fbf3f3;
}
.dropdown__item img {
  margin-right: 22px;
}
.dropdown__item a {
  display: block;
}
.dropdown__button {
  padding: 0.5rem 1rem;
  display: flex;
  align-items: center;
}
.dropdown__button a {
  padding: 0;
  border: none;
  font-family: "gotham_book";
  font-size: 12px;
  line-height: 20px;
}
.dropdown__button::after {
  margin-left: 0.5rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  border: none;
  content: "\f107";
  color: #1D2A5C;
  font-size: 17px;
}
@media (min-width: 768px) {
  .dropdown {
    display: block;
  }
}
.dropdown--card {
  position: absolute;
  top: 1rem;
  right: 1rem;
}
.dropdown--card .dropdown__menu {
  top: -1rem;
  right: -1rem;
  width: 300px;
}
.dropdown--card .dropdown__item {
  display: flex;
  align-items: center;
}
.dropdown--card .dropdown__item img {
  margin-right: 0.5rem;
}
.dropdown--card .dropdown__close {
  justify-content: space-between;
}
.dropdown--card .dropdown__close img {
  margin: 0;
}
.dropdown--card .button {
  margin: 0 !important;
  justify-content: end;
  padding: 0;
}
.dropdown--card img {
  margin: 0;
}
.dropdown--card .button::after {
  display: none;
}
.dropdown--show-menu .dropdown__menu {
  display: block;
}
.dropdown--show-menu .dropdown__button::after {
  transform: rotate(180deg);
}
.sort {
  position: relative;
  display: block;
  width: 100%;
}
.sort .select__button {
  position: relative;
  text-align: left;
}
.sort .select__button::after {
  display: none;
}
.sort .select__list {
  position: absolute;
  width: 100%;
  z-index: 999;
  border-bottom: 1px solid #1D2A5C;
}
.sort .select__li {
  padding: 1rem 2rem;
  border: 1px solid #1D2A5C;
}
.sort .select__li:last-child {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.sort .select__li:hover {
  color: white;
  background-color: #3A557C;
}
.sort img {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translate(0, -50%);
}
@media (min-width: 768px) {
  .sort {
    width: 220px;
  }
}
.select__button {
  position: relative;
  padding: 0.8rem;
  border: 1px solid #ced4da;
  border-radius: 4px;
  cursor: pointer;
}
.select__button::after {
  content: "";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-color: #000000 transparent transparent transparent;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translate(50%, 0);
}
.select__button:active:after,
.select__button.active:after {
  top: 35%;
  border-color: transparent transparent #000000 transparent;
}
.select__list {
  display: none;
  padding: 0;
  max-height: 200px;
  overflow: scroll;
  border-bottom: 1px solid #ced4da;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #FFFFFF;
}
.select__li {
  padding: 0.8rem;
  width: 100%;
  text-align: left;
  border: 1px solid #ced4da;
  border-top: none;
  cursor: pointer;
}
.select__li:last-child {
  border-bottom: none;
}
.select__li:hover {
  background-color: #F5F5F5;
}
/*------------- Switch -------------*/
/*  
<label class="switch">
    <input type="checkbox">
    <span class="slider round"></span>
</label>
*/
.switch {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 26px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #FFFFFF;
  transition: 0.4s;
  border: 1px solid #AA1815;
}
.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 3px;
  bottom: 2px;
  background-color: #AA1815;
  transition: 0.4s;
}
input:checked + .slider {
  border-color: #1A821D;
}
input:checked + .slider:before {
  transform: translateX(18px);
  box-shadow: 0px 3px 6px #1A821D40;
  background-color: #1A821D;
}
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}
.badge {
  padding: 6px 12px;
  font-family: "gotham_medium";
}
.bg-grey {
  background-color: #A6A6A6;
  color: #FFFFFF;
  cursor: default;
}
.bg-grey:hover {
  color: #FFFFFF;
}
.bg-purple {
  background-color: #A86086;
  color: #FFFFFF;
  cursor: pointer;
}
.bg-purple:hover {
  color: #FFFFFF;
}
.bg-outline-purple {
  background-color: #FFFFFF;
  color: #A86086;
  border: 1px solid #A86086;
  cursor: pointer;
}
.bg-outline-purple:hover {
  color: #A86086;
}
.bg-current {
  background-color: #FFFFFF;
  color: #D3721C;
  cursor: default;
}
.bg-current:hover {
  color: #D3721C;
}
.bg-completed {
  background-color: #FFFFFF;
  color: #108312;
  cursor: default;
}
.bg-completed:hover {
  color: #108312;
}
.file {
  display: none;
}
.file-name {
  position: relative;
  overflow: hidden;
  padding: 5px;
  box-sizing: border-box;
  font-size: 15px;
  vertical-align: middle;
  max-width: 200px;
  border: none;
  border-radius: 0;
}
.btn-file {
  background-color: #FFFFFF;
  border: 1px solid #246B61;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 6px 12px;
  color: #246B61;
  font-size: 12px;
  font-family: "gotham_medium";
  margin-left: 16px;
}
.btn-file:hover {
  background-color: #246B61;
  color: #FFFFFF;
}
/* FORM */
.form__info p {
  font-family: 'gotham__book', sans-serif;
}
.form__field {
  width: 100%;
  margin-bottom: 1.5rem;
}
.form__field .country-select {
  display: block;
}
@media (min-width: 1024px) {
  .form__field {
    padding-left: 3.75rem;
    max-width: 600px;
  }
}
.form__subfield {
  padding-left: 1.875rem;
}
.form__label {
  display: block;
  margin-bottom: 0.8rem;
}
.form__input {
  padding: 0.375rem 0.75rem;
  width: 100%;
  font-family: 'gotham_book', sans-serif;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.form__footer {
  margin: 1rem 0;
  text-align: center;
}
@media (min-width: 768px) {
  .form__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.form__bottom {
  margin: 2.5rem 0 5rem;
}
.form__link {
  font-family: 'gotham_medium', sans-serif;
  font-size: 1rem;
  text-decoration: underline;
  color: #3A557C;
  cursor: pointer;
}
@media (min-width: 768px) {
  .form__link {
    font-size: 0.75rem;
  }
}
.form input[type='checkbox'] {
  width: 20px;
  height: 20px;
  margin-right: 0.5rem;
  border-radius: 0.25rem;
}
@media (min-width: 768px) {
  .form input[type='checkbox'] {
    width: auto;
    height: auto;
  }
}
.form__radio label,
.form__checkbox label {
  font-family: 'gotham_book', sans-serif;
}
@media (min-width: 1024px) {
  .form__radio,
  .form__checkbox {
    padding-left: 1.25rem;
  }
}
.form__radio {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.form__radio label {
  margin-left: 0.5rem;
}
.form__checkbox {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .form__checkbox {
    margin: 0;
  }
}
.form__checkbox label {
  margin-bottom: 0;
}
.form__button button {
  width: 100%;
}
@media (min-width: 1024px) {
  .form__button button {
    width: auto;
  }
}
@media (min-width: 1024px) {
  .form__button {
    display: flex;
    justify-content: center;
  }
}
.form__subscribe {
  margin-top: 3rem;
  text-align: center;
}
@media (min-width: 768px) {
  .form__subscribe p {
    margin: 0;
    font-size: 0.75rem;
  }
}
.form__confirmation h3 {
  text-align: center;
  margin: 1rem 0;
}
.form__confirmation .button {
  margin: 1rem 0;
}
.form__breadcrumb {
  display: flex;
  align-items: center;
}
.form__breadcrumb img {
  margin-right: 0.5rem;
}
.form__tooltip {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.form__tooltip label {
  margin: 0;
  margin-right: 0.5rem;
}
.form h2 {
  margin-bottom: 2rem;
}
.form h3 {
  margin: 1.875rem 0;
}
.form h4 {
  margin: 0 0 1.5rem;
}
@media (min-width: 1024px) {
  .form h4 {
    margin: 2rem 1.875rem 1.5rem;
  }
}
.form p {
  font-family: 'gotham_medium', sans-serif;
  font-size: 0.875rem;
  margin: 1rem 0;
}
.form--align {
  display: flex;
  flex-wrap: wrap;
  row-gap: 0.5rem;
}
.form--align label {
  margin-bottom: 0;
  margin-right: 1rem;
}
.form--align .form__radio {
  margin: 0;
}
@media (min-width: 1024px) {
  .form--align .form__radio + .form__radio {
    margin-left: 1rem;
  }
}
@media (min-width: 1024px) {
  .form--align {
    justify-content: inherit;
  }
}
.form--align-space label {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .form--align-space {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.5rem;
  }
}
.text-danger {
  display: block;
  margin-bottom: 0.5rem;
  color: #AC1509;
}
.input-validation-error {
  border: 1px solid #AC1509;
}
/* Info bubble/Tooltip */
.tooltip {
  cursor: pointer;
}
.tooltip[data-title]:hover::after,
.tooltip[data-title]:focus::after,
.tooltip[data-title]:active::after {
  content: attr(data-title);
  position: absolute;
  top: 1.5rem;
  right: 0;
  background: #A6A6A6;
  color: #fff;
  border-radius: 2px;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.4);
  font-size: 0.875rem;
  padding: 1rem;
}
@media (min-width: 1024px) {
  .tooltip[data-title]:hover::after,
  .tooltip[data-title]:focus::after,
  .tooltip[data-title]:active::after {
    top: 0;
    left: 20%;
    font-size: 0.75rem;
    padding: 5px;
  }
}
/* Timeline */
.timeline {
  margin: 2rem 0;
  counter-reset: increment 0;
}
.timeline__list {
  padding: 0;
  display: flex;
  justify-content: space-between;
}
.timeline__li {
  position: relative;
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.timeline__li::before {
  display: block;
  margin-bottom: 0.5rem;
  counter-increment: increment;
  content: counter(increment);
  width: 35px;
  height: 35px;
  border: 1px solid #1D2A5C;
  border-radius: 50%;
  text-align: center;
  line-height: 35px;
}
.timeline__li:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 18px;
  right: -28%;
  width: 57%;
  height: 1px;
  background-color: #1D2A5C;
}
.timeline__li--active {
  font-family: 'Gotham-medium', sans-serif;
  color: #ED6C00;
}
.timeline__li--active::before {
  border: 1px solid #ED6C00;
}
input[type="radio"] {
  margin: 0;
}
input[type="radio"],
input[type="radio"]:hover {
  accent-color: #1D2A5C;
  min-height: 18px;
  max-height: 18px;
  min-width: 18px;
  max-width: 18px;
}
.form-check-input {
  border-color: #707070;
}
.form-check-input:checked {
  background-color: #1D2A5C;
  border-color: #1D2A5C;
}
.form-check-input.check-red:checked {
  background-color: #AC1509;
  border-color: #AC1509;
}
.form-check-input.check-red + .form-check-label {
  color: #AC1509;
}
.form-date-heure-admin {
  width: 40%;
}
.sortable-placestolive p.info {
  color: #707070;
  font-size: 12px;
  font-family: 'gotham_book';
}
.sortable-placestolive .sort-place .order {
  margin-right: 16px;
  font-family: 'gotham_bold';
  font-size: 18px;
}
.sortable-placestolive .sort-place > div {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-widthbackground-color: #3A557C;
  padding: 10px 16px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: grab;
}
.sortable-placestolive .sort-place > div .name {
  font-family: 'gotham_book';
  font-size: 14px;
}
.sortable-placestolive .sort-place > div.isGrabbing {
  cursor: grabbing;
}
#capacityImmediateProtection #timeline li {
  width: calc(100% / 5);
}
#timeline.threeChildren li {
  width: calc(100% / 3) !important;
}
#timeline.sevenChildren li {
  width: calc(100% / 7) !important;
}
.errorHere > *,
.errorHere {
  border-color: #AC1509 !important;
  color: #AC1509 !important;
}
.msgError {
  color: #AC1509 !important;
  font-family: 'gotham_book' !important;
  font-size: 12px !important;
  margin-bottom: 24px !important;
  margin-top: -14px;
  display: none !important;
}
.errorHere + .msgError,
.errorHere > * + .msgError {
  display: block !important;
}
/* LAYOUT */
body {
  position: relative;
  height: 100%;
  padding: 0 !important;
  margin: 0 !important;
  box-sizing: border-box;
  font-family: "gotham_book", "sans-serif";
  color: #1D2A5C;
  background-color: #F5F5F5;
}
.content {
  padding: 1rem;
  width: 100%;
}
.content h1,
.content h2 {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .content__flex {
    display: flex;
  }
}
.content__breadcrumb {
  margin: 1rem 0;
}
.content__breadcrumb a {
  color: #1D2A5C;
}
@media (min-width: 1024px) {
  .content__header {
    display: flex;
    align-items: end;
    margin-bottom: 2rem;
  }
}
.content__search {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 1rem;
  gap: 1rem;
}
.content__search .button {
  margin-right: 1rem;
}
.content__article,
.content__main {
  width: 100%;
  max-width: 840px;
}
.content__aside {
  margin-top: 1rem;
}
@media (min-width: 1024px) {
  .content__aside {
    width: 100%;
    max-width: 450px;
    margin-top: 0;
    margin-left: 2rem;
  }
}
.content__nav {
  width: 100%;
  max-width: 840px;
}
.content__nav h1 {
  margin-bottom: 1rem;
}
.content__menu {
  display: flex;
  flex-direction: inherit;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
}
.content__info-card {
  width: 100%;
}
@media (min-width: 1024px) {
  .content__info-card {
    max-width: 450px;
    margin-left: 2rem;
  }
}
.content__nav,
.content__info-card {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .content__nav,
  .content__info-card {
    margin-bottom: 0;
  }
}
.content__nav .button,
.content__info-card .button {
  margin-top: 1rem;
}
.content__cards {
  max-width: 840px;
  margin: auto;
}
.content__title {
  margin: 1rem 0;
}
.content__title h1 {
  margin: 0;
}
@media (min-width: 768px) {
  .content__title {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
}
.content__title .button {
  margin: 1rem 0;
}
@media (min-width: 1024px) {
  .content__title .button {
    margin: 0;
    width: auto;
  }
}
.content__title-bc {
  display: block;
}
.content__subtitle {
  max-width: 840px;
  margin: 1rem auto;
}
.content__subtitle h2 {
  margin: 0;
}
@media (min-width: 768px) {
  .content__subtitle {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
  }
}
.content__button {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 1rem;
}
.content__button .button + .button {
  margin-top: 1rem;
}
.content__button-center {
  justify-content: center;
  margin-top: 1rem;
}
@media (min-width: 1024px) {
  .content {
    padding: 3rem;
  }
}
li {
  list-style-type: none;
}
.main-footer {
  padding: 1rem;
  text-align: center;
  background-color: #1D2A5C;
}
.main-footer__cop {
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .main-footer__cop {
    margin: 0;
  }
}
.main-footer,
.main-footer p,
.main-footer a,
.main-footer a:hover {
  /* Hack until better solution */
  color: #FFFFFF !important;
  font-size: 14px;
}
.main-footer a:hover {
  text-decoration: underline;
}
.main-footer__links {
  display: flex;
  justify-content: center;
}
.main-footer__links a {
  margin: 0 0.5rem;
}
@media (min-width: 768px) {
  .main-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media (min-width: 1024px) {
  .main-footer {
    justify-content: flex-start;
  }
}
.main-footer--fixe {
  position: absolute;
  bottom: 0;
  width: 100%;
}
/* HEADER */
header #searchbar {
  margin-left: 42px;
}
header #searchbar input[type=search] {
  margin-top: 4px;
  border: none;
  font-size: 12px;
}
header #searchbar input[type=search]:focus {
  box-shadow: none;
}
header .bell {
  height: 24px;
  margin: auto 0;
}
header .bell p {
  background-color: #AC1509;
  position: absolute;
  min-width: 16px;
  height: 16px;
  border-radius: 50px;
  font-size: 9px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3px;
  top: -3px;
  right: -7px;
}
#dropdownAdmin + .dropdown-menu {
  padding: 0;
  border: none;
}
#dropdownAdmin + .dropdown-menu .dropdown-item {
  position: relative;
  margin: 0;
  text-align: center;
  padding: 18px 40px;
}
#dropdownAdmin + .dropdown-menu .dropdown-item:hover,
#dropdownAdmin + .dropdown-menu .dropdown-item[class*="current-item"] {
  background-color: rgba(29, 42, 92, 0.05);
}
#dropdownAdmin + .dropdown-menu .dropdown-item span {
  background-color: #AC1509;
  position: absolute;
  min-width: 16px;
  height: 16px;
  border-radius: 50px;
  font-size: 9px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3px;
  right: 25px;
  top: 20px;
}
/* Header Navigation */
.header {
  position: relative;
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: white;
  box-shadow: 0px 1px 8px #7070701a;
  z-index: 9999;
}
.header__menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}
.header__connexion {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.header__icon {
  margin-right: 0.5rem;
}
.header__logo {
  width: 100px;
}
.header__logo img {
  width: 100%;
}
.header__burger {
  position: relative;
  display: none;
  width: 55px;
  height: 2rem;
  cursor: pointer;
}
.header__burger span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 6px;
  background: #1D2A5C;
  border-radius: 8px;
}
.header__burger span:first-child {
  top: 0;
}
.header__burger span:nth-child(2) {
  transform: translate(0, -50%);
}
.header__burger span:last-child {
  top: inherit;
  bottom: 0;
}
.header__burger--open span {
  opacity: 0;
}
.header__burger--open span:first-child {
  top: 50%;
  opacity: 1;
  transform: rotate(405deg);
}
.header__burger--open span:last-child {
  top: 50%;
  opacity: 1;
  transform: rotate(-405deg);
}
.header--connected .header__menu {
  width: auto;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .header--connected .header__menu {
    justify-content: flex-end;
  }
}
.header--connected .header__burger {
  display: block;
}
@media (min-width: 768px) {
  .header--connected .header__burger {
    display: none;
  }
}
.header__avatar {
  font-family: 'gotham_medium';
  position: relative;
  background-color: #1D2A5C;
  color: #FFFFFF;
  border: 0px solid transparent;
  min-width: 70px;
  height: 70px;
  font-size: 18px;
  text-transform: uppercase;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .header__avatar {
    min-width: 36px;
    height: 36px;
    font-size: 16px;
  }
}
.header__dropdown {
  width: 170px;
  margin-left: 1.5rem;
}
.header .button-help {
  display: none;
}
@media (min-width: 768px) {
  .header .button-help {
    display: block;
    margin-right: 2.5rem;
  }
}
/* NAVIGATION MENU */
.navigation {
  position: absolute;
  width: 100%;
  height: 0;
  background-color: #FFFFFF;
  z-index: 999999;
  transition: 0.5s;
  overflow: hidden;
  opacity: 0;
}
.navigation__list {
  padding: 0;
  margin: 0;
  width: 100%;
}
.navigation__li {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
.navigation__li a {
  padding: 1rem;
  font-family: 'gotham_medium';
  font-size: 18px;
  letter-spacing: 0.1px;
  text-decoration: none;
}
.navigation__li a img {
  filter: invert(47%) sepia(13%) saturate(1015%) hue-rotate(190deg) brightness(83%) contrast(89%);
}
.navigation__li a span {
  margin-left: 20px;
}
@media (min-width: 768px) {
  .navigation__li a {
    font-size: 14px;
  }
}
.navigation__li:hover,
.navigation__li.selected {
  background-color: rgba(29, 42, 92, 0.05);
}
.navigation__li.selected {
  position: relative;
}
.navigation__li.selected::after {
  content: '';
  width: 4px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #1D2A5C;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .navigation__user {
    display: none;
  }
}
.navigation__dropdown {
  display: block;
  width: 100%;
}
.navigation__dropdown .button {
  padding: inherit;
  margin: 0;
}
.navigation__dropdown a {
  text-align: left;
}
.navigation__dropdown img {
  margin: 0;
}
@media (min-width: 768px) {
  .navigation__dropdown .button::after {
    display: none;
  }
}
.navigation__dropdown .dropdown__menu {
  position: inherit;
}
.navigation__dropdown .dropdown__menu a {
  padding: 0;
}
@media (min-width: 768px) {
  .navigation__dropdown .dropdown__menu {
    position: absolute;
    top: 0;
    left: 100%;
    box-shadow: 11px 3px 10px 1px #7070701A;
  }
}
.navigation__dropdown .dropdown__item {
  margin-left: 2.5rem;
}
@media (min-width: 768px) {
  .navigation__dropdown .dropdown__item {
    margin-left: 0;
    text-align: left;
    font-size: inherit;
  }
}
.navigation__logout a {
  color: #AC1509;
}
.navigation__logout img {
  filter: none !important;
}
@media (min-width: 768px) {
  .navigation {
    position: inherit;
    width: auto;
    min-width: 30%;
    height: auto;
    overflow: inherit;
    opacity: 1;
  }
}
@media (min-width: 1024px) {
  .navigation {
    width: 100%;
    min-width: 150px;
    max-width: 250px;
  }
}
.navigation--open {
  height: 100%;
  opacity: 1;
}
.navigation--hide {
  display: none;
}
/* CARD */
.card {
  position: relative;
  background-color: #FFFFFF;
  box-shadow: 0px 1px 4px #15223214;
  border: none;
  padding: 30px;
}
.card__title {
  margin-bottom: 1rem;
}
.card__title-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.card__title-button h3 {
  margin: 0;
}
.card__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.card__state {
  margin: 1rem 0;
}
@media (min-width: 768px) {
  .card__state {
    margin: 0;
  }
}
.card__tag {
  font-family: 'gotham_bold';
  background-color: #ED6C00;
  color: #FFFFFF;
  font-size: 15px;
  -webkit-border-radius: 4px 0px 4px 0px;
  -moz-border-radius: 4px 0px 4px 0px;
  border-radius: 4px 0px 4px 0px;
  padding: 6px 24px;
  position: absolute;
  left: 0;
  top: 0;
}
.card__line {
  position: relative;
  padding: 1rem 0 1rem 1rem;
}
.card__line::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #F5F5F5;
}
.card__info :first-child {
  margin-bottom: 0.5rem;
  font-family: 'gotham_medium', sans-serif;
}
.card__text {
  margin: 1rem 0;
}
.card__subtitle {
  margin-top: 1rem;
}
.card__subtitle h4 {
  margin: 0;
}
.card__button .button {
  margin-top: 1rem;
  justify-content: flex-end;
}
.card__title-icon {
  display: flex;
  align-items: center;
  margin: 1rem 0;
}
.card.right-card {
  padding: 25px 20px 49px 20px;
}
.card.right-card .header-card {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.card.right-card .header-card .title {
  font-family: 'gotham_medium';
  font-size: 14px;
}
.card.right-card.info-card {
  padding: 30px;
}
.card.right-card.info-card .info-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: initial;
}
.card.right-card.info-card .info-container .info-content p:first-child {
  font-family: 'gotham_medium';
  margin-bottom: 11px;
}
.card.right-card.info-card img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.card.right-card.info-card .sheets {
  padding-bottom: 25px;
}
.card.right-card.info-card .sheets p {
  font-family: 'gotham_medium';
  font-size: 14px;
}
.card.right-card p {
  margin: 1rem 0;
}
.card.smallcard {
  position: relative;
  padding: 36px 18px 20px 24px;
}
.card.smallcard .title,
.card.smallcard .title a {
  font-family: 'gotham_bold';
  font-size: 18px;
  color: #ED6C00;
  margin-bottom: 20px;
}
.card.smallcard .titleDeth,
.card.smallcard .titleDeth a {
  font-family: 'gotham_bold';
  font-size: 18px;
  color: #1D2A5C;
  margin-bottom: 20px;
}
.card.smallcard .dateCreated {
  font-size: 14px;
  color: #707070;
  margin-top: 6px;
}
.card.smallcard .StatusFolder {
  font-family: 'gotham_medium';
  font-size: 16px;
}
.card.smallcard .OpinionWaiting {
  color: #A6A6A6;
  font-family: 'gotham_medium';
}
.card.smallcard .OpinionNotRequested {
  color: #AC1509;
  font-family: 'gotham_medium';
}
.card.smallcard .NoticesSent {
  color: #108312;
  font-family: 'gotham_medium';
}
.card.info-card > div {
  margin: 0 35px;
}
.card.info-card > div h5 {
  font-family: 'gotham_medium';
  font-size: 16px;
  width: 100%;
  margin-bottom: 15px;
}
.card.info-card > div .info-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 25px;
}
.card.info-card > div .info-container .info-content p:first-child {
  font-family: 'gotham_medium';
  margin-bottom: 11px;
}
.card.info-card > div .info-container .info-content .no-information {
  color: #707070;
}
.card .optional {
  font-family: 'gotham_book';
  font-size: 12px;
}
.card + .card {
  margin-top: 1rem;
}
.card--align {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.card--highlighting {
  border: 2px solid #ED6C00;
}
@media (min-width: 1024px) {
  .disp {
    display: flex;
  }
}
@media (max-width: 1440px) {
  .disp {
    display: grid;
    justify-content: center;
  }
}
.card-offer {
  padding: 1rem;
  margin-bottom: 1rem;
  background-color: #ffff;
  border-radius: 0.25rem;
  box-shadow: 0px 1px 4px #15223214;
  overflow: hidden;
  border-radius: 35px;
  max-width: 450px;
}
.card-offer__sep {
  position: relative;
  padding: 2rem 0;
}
.card-offer__sep:first-child {
  padding: 0 0 2rem;
}
.card-offer__sep:not(:last-child)::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: -3rem;
  width: 130%;
  height: 2px;
  background-color: #ED6C00;
}
.card-offer__header {
  text-align: center;
}
.card-offer__header p {
  margin-top: 1rem;
}
.card-offer__price {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 355px;
}
.card-offer__price p {
  text-align: center;
}
.card-offer__footer p {
  margin-bottom: 1rem;
}
.card-offer__ul {
  padding: 0 1rem;
}
.card-offer__ul:last-child > li {
  font-family: 'gotham_bold', sans-serif;
  text-decoration: underline;
}
.card-offer__li {
  display: flex;
}
.card-offer__li span {
  margin-right: 1rem;
}
.card-offer .button {
  margin: 1rem 0;
}
.card-offer h1 {
  font-size: 2.5rem;
  line-height: initial;
}
.card-offer h1 span {
  font-family: 'gotham_book', sans-serif;
  font-size: 3rem;
}
@media (min-width: 768px) {
  .card-offer h1 span {
    font-size: 2.5rem;
  }
}
@media (min-width: 768px) {
  .card-offer h1 {
    font-size: 2rem;
  }
}
.card-offer h1,
.card-offer span {
  text-align: center;
  color: #ED6C00;
}
.card-offer p {
  font-size: 1rem;
}
@media (min-width: 1440px) {
  .card-offer + .card-offer {
    margin-left: 2rem;
  }
}
@media (max-width: 1440px) {
  .card-offer + .card-offer {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .card-offer {
    flex-basis: 40%;
  }
}
@media (max-width: 1024px) {
  .card-offer {
    max-width: 400px;
  }
}
@media (min-width: 1024px) {
  .card-offer {
    flex-basis: 50%;
  }
}
@media (min-width: 1440px) {
  .card-offer {
    margin-bottom: 0;
    flex-basis: 30%;
  }
}
/* HOME PAGE */
.maintenance-icon {
  filter: invert(47%) sepia(13%) saturate(1015%) hue-rotate(190deg) brightness(83%) contrast(89%);
  width: 5%;
  margin: auto;
}
/* Home page */
@media (min-width: 768px) {
  .home .button {
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .home button {
    width: auto;
  }
}
.home__hero {
  padding: 1rem;
  margin: 0;
  background-color: white;
}
@media (min-width: 768px) {
  .home__hero {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 2rem 1rem 1rem;
  }
}
@media (min-width: 1024px) {
  .home__hero {
    padding: 3rem 2rem 1rem;
  }
}
.home__hero h1 {
  margin: 0 0 1rem 0;
  text-align: center;
}
@media (min-width: 768px) {
  .home__hero h1 {
    text-align: left;
  }
}
@media (min-width: 1024px) {
}
.home__hero h1 span {
  position: relative;
  z-index: 1;
}
.home__hero h1 span::after {
  content: '';
  position: absolute;
  width: 103%;
  height: 15px;
  bottom: 5px;
  left: 0;
  background-color: #bcd2cf;
  z-index: -1;
}
.home__hero .button {
  margin: 1rem 0;
}
@media (min-width: 1024px) {
  .home__hero .button {
    margin: 0;
  }
}
.home__title p {
  font-size: 1rem;
}
@media (min-width: 1024px) {
  .home__title p {
    font-size: 1.125rem;
  }
}
.home__title p:not(:last-child) {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .home__title {
    flex-basis: 100%;
  }
}
@media (min-width: 1024px) {
  .home__title {
    flex-basis: 50%;
  }
}
.home__picture img {
  width: 100%;
}
@media (min-width: 768px) {
  .home__picture {
    flex-basis: 50%;
    padding: 1rem;
    max-width: 500px;
  }
}
.home__sub {
  padding: 1rem;
}
@media (min-width: 1024px) {
  .home__sub {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .home__sub .button {
    justify-content: flex-start;
    flex-basis: 20%;
  }
}
@media (min-width: 1024px) {
  .home__sub {
    padding: 2rem;
    justify-content: center;
  }
}
.home__explain p {
  font-size: 1rem;
}
@media (min-width: 1024px) {
  .home__explain p {
    font-size: 1.125rem;
  }
}
@media (min-width: 1024px) {
  .home__explain {
    flex-basis: 50%;
  }
}
.home__explain p span {
  position: relative;
  z-index: 1;
}
.home__explain p span::after {
  content: '';
  position: absolute;
  width: 103%;
  height: 8px;
  bottom: 4px;
  left: 0;
  background-color: #bcd2cf;
  z-index: -1;
}
.home__list {
  margin: 1rem 0;
  padding-left: 1rem;
}
.home__li {
  list-style: disc;
}
@media (min-width: 1024px) {
  .home__li {
    font-size: 1.125rem;
  }
}
@media (min-width: 768px) {
  .connexion-page .home__hero {
    justify-content: center;
  }
}
.connexion-page .home__h-content {
  display: none;
}
@media (min-width: 1024px) {
  .connexion-page .home__h-content {
    display: block;
    max-width: 370px;
    margin-right: 2rem;
  }
}
@media (min-width: 1440px) {
  .connexion-page .home__h-content {
    max-width: 500px;
  }
}
.connexion-page .home__connexion {
  margin-top: 2rem;
}
.connexion-page .home__connexion h1 {
  font-size: 1.5rem;
  text-align: center;
}
.connexion-page .home__connexion .form__field {
  padding: 0;
}
.connexion-page .home__connexion .form__checkbox {
  padding: 0;
}
@media (min-width: 768px) {
  .connexion-page .home__connexion {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .connexion-page .home__connexion {
    margin: 0;
    width: 370px;
    max-width: 450px;
  }
}
@media (min-width: 1440px) {
  .connexion-page .home__connexion {
    width: 500px;
  }
}
@media (min-width: 1024px) {
  .connexion-page .home__title {
    margin-bottom: 1rem;
  }
}
#login .left-content h1 {
  font-size: 42px;
  line-height: 52px;
  letter-spacing: 0.17px;
}
#login .left-content h1 span {
  position: relative;
  z-index: 0;
}
#login .left-content h1 span::after {
  content: "";
  position: absolute;
  left: -4%;
  bottom: 2px;
  height: 20px;
  width: 108%;
  background-color: #BCD2CF;
  z-index: -1;
}
#login .right-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#login .right-content form {
  width: 350px;
}
#login .right-content form .labelinput {
  font-family: 'gotham_medium';
  font-size: 12px;
  margin-bottom: 8px;
}
#login .right-content .green-link {
  font-family: 'gotham_medium';
  color: #246B61;
  font-size: 12px;
  text-decoration: underline;
}
#login .right-content .btn-back {
  display: flex;
  align-items: center;
  font-size: 12px;
}
#login .right-content .btn-back img {
  margin-right: 8px;
}
#login .right-content .successEditPassword p {
  font-family: 'gotham_bold';
  font-size: 13.5px;
}
.contact-right-text {
  font-size: 14px;
}
.contact-right-text span {
  font-family: 'gotham_bold';
}
#vault #timeline li,
#missionletter #timeline li,
#vault-document #timeline li {
  width: calc(100% / 6);
}
#vault .header-vault ul.card,
#missionletter .header-vault ul.card,
#vault-document .header-vault ul.card {
  padding: 12px;
}
#vault .header-vault ul.card li,
#missionletter .header-vault ul.card li,
#vault-document .header-vault ul.card li {
  display: inline-flex;
}
#vault .header-vault ul.card li a,
#missionletter .header-vault ul.card li a,
#vault-document .header-vault ul.card li a {
  font-family: "gotham_medium";
  padding: 11px;
  margin: 4px;
  font-size: 14px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#vault .header-vault ul.card li a.selected,
#missionletter .header-vault ul.card li a.selected,
#vault-document .header-vault ul.card li a.selected {
  background-color: rgba(29, 42, 92, 0.05);
}
#vault .addInformations,
#missionletter .addInformations,
#vault-document .addInformations {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 50px 0;
}
#vault .addInformations p,
#missionletter .addInformations p,
#vault-document .addInformations p {
  font-family: "gotham_medium";
  font-size: 18px;
  color: #707070;
  margin-right: 8px;
  font-style: italic;
}
.no-information {
  font-family: "gotham_medium";
  font-size: 18px;
  color: #707070;
  font-style: italic;
}
#addContact #timeline li,
#udpateContact #timeline li,
#addContactProfessionalFutureStep2 #timeline li {
  width: calc(100% / 2);
}
#accordionHelp .accordion-header button {
  font-size: 14px;
  font-family: "gotham_medium";
  color: rgba(29, 42, 92, 0.7);
  background-color: #FFFFFF;
  padding: 10px 12px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
  position: relative;
}
#accordionHelp .accordion-header button[aria-expanded^="true"] {
  color: #1D2A5C;
  background-color: rgba(29, 42, 92, 0.05);
}
#accordionHelp .accordion-header button .bell {
  background-color: #AC1509;
  position: absolute;
  min-width: 16px;
  height: 16px;
  border-radius: 50px;
  font-size: 9px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3px;
  top: -3px;
  right: -7px;
}
/* Table */
.custom-table {
  overflow-x: auto;
}
.custom-table table {
  width: 100%;
  border: 0;
  border-collapse: collapse;
  table-layout: fixed;
  empty-cells: hide;
}
.custom-table h3 {
  padding: 0;
  margin-bottom: 1.5rem;
  color: inherit;
}
.custom-table__header {
  background-color: #F5F5F5;
}
.custom-table__header th p {
  font-family: "gotham_medium";
  font-size: 0.875rem;
}
.custom-table__line p {
  font-family: "gotham_book";
  font-size: 0.875rem;
  color: #707070;
}
.custom-table__line:hover {
  background-color: rgba(29, 42, 92, 0.05);
}
.custom-table__line:hover p {
  font-family: "gotham_medium";
  color: #1D2A5C;
}
.custom-table__cell {
  padding: 1rem 0;
  text-align: center;
}
.custom-table__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1rem;
}
.custom-table__info h3 {
  margin: 0;
}
.custom-table__footer {
  margin: 1rem 0;
  text-align: center;
}
.custom-table--link {
  cursor: pointer;
}
.custom-table__button-grp {
  width: 100%;
  margin-bottom: 1rem;
}
.custom-table__button-grp .button + .button {
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .custom-table__button-grp .button + .button {
    margin-top: 0;
    margin-left: 1rem;
  }
}
@media (min-width: 768px) {
  .custom-table__button-grp {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .custom-table table thead {
    display: none;
  }
  .custom-table table tr {
    position: relative;
    display: block;
    margin-top: 1rem;
  }
  .custom-table table tr::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #ED6C00;
  }
  .custom-table table td {
    padding: 1rem 0;
    display: block;
    font-size: 0.8em;
    text-align: right;
  }
  .custom-table table td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  .custom-table .badge {
    font-size: 1rem;
  }
}
.wills__steps {
  display: flex;
  justify-content: space-between;
}
.wills__step {
  display: none;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 1;
}
.wills__step img {
  max-width: 60px;
  max-height: 60px;
}
.wills__step p {
  margin-top: 0.5rem;
  font-size: 0.75rem;
  color: #A6A6A6;
}
@media (min-width: 1024px) {
  .wills__step p {
    font-size: 0.875rem;
    color: #FFFFFF;
  }
}
@media (min-width: 1024px) {
  .wills__step {
    position: relative;
    justify-content: center;
    height: 180px;
    padding: 3rem 1rem;
    margin-top: 60px;
    background-color: #A6A6A6;
    color: #FFFFFF;
  }
  .wills__step .arrow__before,
  .wills__step .arrow__after {
    position: absolute;
    top: 0;
    display: block;
  }
  .wills__step .arrow__before {
    left: -40px;
    border-left: 40px solid transparent;
    border-top: 90px solid #A6A6A6;
    border-bottom: 90px solid #A6A6A6;
  }
  .wills__step .arrow__after {
    right: -40px;
    border-left: 40px solid #A6A6A6;
    border-top: 90px solid transparent;
    border-bottom: 90px solid transparent;
  }
  .wills__step:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -40px;
    width: 100%;
    height: 5px;
    background-color: #FFFFFF;
    z-index: 99;
  }
  .wills__step:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: -2px;
    width: 100%;
    height: 5px;
    background-color: #FFFFFF;
  }
}
@media (min-width: 1024px) {
  .wills__step {
    display: flex;
  }
}
.wills__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
  border: 1px solid #A6A6A6;
  border-radius: 50%;
  transform: scale(0.9);
  z-index: 999;
}
@media (min-width: 1024px) {
  .wills__icon {
    position: absolute;
    top: -60px;
    background-color: white;
    transform: scale(1);
  }
}
@media (min-width: 1024px) {
  .wills__step:first-child:before {
    left: 0;
  }
}
.wills__step:not(:last-child) {
  margin-right: 1rem;
}
@media (min-width: 1024px) {
  .wills__step:not(:last-child) {
    margin-right: 45px;
  }
}
.wills__step--active {
  display: flex;
}
.wills__step--active .wills__icon {
  transform: scale(1);
  border: 1px solid #00285B;
}
.wills__step--active p {
  font-size: 0.875rem;
  color: #1D2A5C;
}
.wills__step--active img {
  filter: invert(45%) sepia(88%) saturate(6793%) hue-rotate(186deg) brightness(70%) contrast(100%);
}
@media (min-width: 1024px) {
  .wills__step--active {
    background-color: #1D2A5C;
  }
  .wills__step--active p {
    color: #FFFFFF;
  }
  .wills__step--active:before,
  .wills__step--active:after {
    display: none;
  }
}
.wills__step--active .arrow__before {
  border-top-color: #1D2A5C;
  border-bottom-color: #1D2A5C;
}
.wills__step--active .arrow__after {
  border-left-color: #1D2A5C;
}
.wills__step--active + .wills__step,
.wills__step--prev {
  display: flex;
}
.wills .wills__step--active:first-child,
.wills .wills__step--active:first-child + .wills__step,
.wills .wills__step--active:first-child + .wills__step + .wills__step {
  display: flex;
}
.wills__content {
  margin: 2rem 0;
}
.wills__content p + p {
  margin-top: 1rem;
}
.wills__content .button {
  justify-content: center;
}
@media (min-width: 1024px) {
  .wills__content {
    padding: 2rem;
    margin: 0 0 2rem;
    text-align: center;
    background-color: #1D2A5C;
    color: #FFFFFF;
  }
  .wills__content .form__radio {
    text-align: left;
  }
}
.wills__form p {
  margin: 1rem 0;
}
.wills__form span {
  display: block;
  margin-bottom: 0.5rem;
  font-family: "gotham_bold", sans-serif;
}
.wills__form .button {
  width: 100%;
  justify-content: center;
}
@media (min-width: 1024px) {
  .wills__form .button {
    width: 25%;
  }
}
.wills__form .button + .button {
  margin-top: 1rem;
}
.wills .form__field {
  margin-left: auto;
  margin-right: auto;
}
.wills__button span {
  display: block;
  margin: 1rem auto;
  text-align: center;
}
@media (min-width: 1024px) {
  .wills__button--align {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .wills__button--align .button + .button {
    margin: 0 1rem;
  }
  .wills__button--align span {
    margin: 0 1rem;
  }
}
.wills .form__field,
.wills .form__radio {
  padding: 0;
}
#admin .bell {
  height: 24px;
  margin: auto 0;
}
#admin .bell p {
  background-color: #AC1509;
  position: absolute;
  min-width: 16px;
  height: 16px;
  border-radius: 50px;
  font-size: 9px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3px;
  top: -10px;
  right: -7px;
}
#admin .NotifReason {
  margin-top: -30px;
}
#admin .RequestDeletion {
  font-family: 'gotham_bold';
  color: #A86086;
  font-size: 13px;
}
#admin .CancelDeletion {
  font-family: 'gotham_bold';
  color: #A86086;
  font-size: 13px;
  text-decoration: underline;
}
.tab-sc {
  display: inline-flex;
  text-align: center;
  color: #222659;
  padding: 10px 18px;
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
  font-size: 11px;
  font-weight: 600;
}
.tab-sc:hover {
  color: #222659;
  border-bottom: 2px solid #A86086;
}
.tab-sc.active,
.tab-sc.active:hover {
  color: #FFFFFF;
  background-color: #A86086;
  border-bottom: 2px solid #A86086;
}
.InputTitleContract {
  width: 286px;
  height: 34px;
  max-height: 34px;
  background-color: #F6F5F5;
  font-size: 12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#linksBar {
  background-color: #FFFFFF;
  padding-top: 13px;
}
#linksBar li {
  list-style-type: none;
}
#linksBar .dropdown {
  min-height: 30px;
  max-height: 30px;
}
#linksBar .RoundIcon {
  color: #FFFFFF !important;
  background-color: #A86086 !important;
  border-radius: 50px;
  min-width: 30px;
  min-height: 30px;
  max-width: 30px;
  max-height: 30px;
  font-size: 15px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: initial !important;
  border: none;
}
.revBar,
.verBar {
  height: 65px !important;
  display: flex;
  align-items: center;
  background-color: #F5F5F5;
  color: #333333;
  border: 1px solid #E5E5E5;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  z-index: 29;
}
.revBar span:not(.material-icons-round),
.verBar span:not(.material-icons-round) {
  letter-spacing: 0.75px;
  text-transform: uppercase;
}
#revBar {
  justify-content: space-between;
  z-index: 40;
}
.fr-toolbar {
  border-radius: initial !important;
}
#headerBar > a {
  display: flex;
  align-items: center;
}
select {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-color: #FFFFFF !important;
  color: #666666;
  appearance: none;
  position: relative;
  cursor: pointer;
  padding: 8px 30px 8px 8px;
  line-height: initial;
  border: none;
}
.select-wrapper {
  position: relative;
}
.select-wrapper .select__icon {
  color: #666666;
  right: 4px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
#document-body div.page,
#version-body div.page {
  margin-bottom: 10px;
}
#compareVersionReader div.page {
  box-shadow: none !important;
  padding: 40px 24px;
}
#left-pane {
  background-color: #FFFFFF;
}
#left-pane .rev-pane-header {
  background-color: #F5F5F5 !important;
  text-transform: uppercase;
  color: #333333;
  font-weight: 900;
  border-bottom: 1px solid #CCCCCC;
  display: flex;
  align-items: center;
}
#left-pane .rev-pane-header .pull-right {
  float: initial;
  margin-left: auto;
}
#left-pane .rev-pane {
  margin: 0;
  width: 100% !important;
  font-size: 11px;
  border: none;
}
#left-pane .rev-selected {
  transform: translateX(25px);
  box-shadow: initial;
}
#left-pane .respond-comment-link {
  background-color: #FFFFFF !important;
}
#left-pane .rev-pane-body,
#left-pane .rev-pane-footer {
  border-left: 1px solid #E5E5E5;
  border-right: 1px solid #E5E5E5;
}
#left-pane .rev-pane-body {
  border-top: 1px solid #E5E5E5;
}
#left-pane .rev-pane-footer {
  border-bottom: 1px solid #E5E5E5;
}
#reader-head .modal-content--card .custom-file-input:lang(en) ~ .custom-file-label::after,
#reader-head .modal-content--card .custom-file-label::after {
  content: "Choisir";
}
#compare-version-creation-modal select {
  background-color: #E5E5E5 !important;
}
.mul5 {
  height: 50px;
  width: 50px;
  position: relative;
}
.mul5circle1 {
  height: 50px;
  width: 50px;
  position: absolute;
  border-radius: 50%;
  border: 6px solid #A86086;
  border-bottom-color: rgba(0, 0, 0, 0);
  -webkit-animation: mul5circle1anim 3s infinite linear;
  animation: mul5circle1anim 3s infinite linear;
}
.mul5circle2 {
  height: 34px;
  width: 34px;
  position: absolute;
  border-radius: 50%;
  border: 6px solid #cca2b8;
  border-left-color: rgba(0, 0, 0, 0);
  -webkit-animation: mul5circle2anim 4s infinite linear;
  animation: mul5circle2anim 4s infinite linear;
}
.mul5circle3 {
  height: 18px;
  width: 18px;
  position: absolute;
  border-radius: 50%;
  border: 6px solid #dec3d1;
  border-right-color: rgba(0, 0, 0, 0);
  -webkit-animation: mul5circle3anim 5s infinite linear;
  animation: mul5circle3anim 5s infinite linear;
}
@-webkit-keyframes mul5circle1anim {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes mul5circle1anim {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes mul5circle2anim {
  0% {
    -webkit-transform: translate(8px, 8px) rotate(0deg);
    transform: translate(8px, 8px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(8px, 8px) rotate(-360deg);
    transform: translate(8px, 8px) rotate(-360deg);
  }
}
@keyframes mul5circle2anim {
  0% {
    -webkit-transform: translate(8px, 8px) rotate(0deg);
    transform: translate(8px, 8px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(8px, 8px) rotate(-360deg);
    transform: translate(8px, 8px) rotate(-360deg);
  }
}
@-webkit-keyframes mul5circle3anim {
  0% {
    -webkit-transform: translate(16px, 16px) rotate(0deg);
    transform: translate(16px, 16px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(16px, 16px) rotate(360deg);
    transform: translate(16px, 16px) rotate(360deg);
  }
}
@keyframes mul5circle3anim {
  0% {
    -webkit-transform: translate(16px, 16px) rotate(0deg);
    transform: translate(16px, 16px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(16px, 16px) rotate(360deg);
    transform: translate(16px, 16px) rotate(360deg);
  }
}
.loading-box {
  width: 300px;
  height: 200px;
  border-radius: 16px !important;
  background-color: #f7f5f5;
  box-shadow: 0 2px 4px 0 rgba(168, 157, 157, 0.5);
  margin: 0 auto;
  text-align: center;
}
.loading-box .card-content {
  padding: 46px 20px;
  max-height: 200px;
}
.loading-box .padding-up-down {
  display: none;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
