@charset "UTF-8";
/* Copie partielle de Bootstrap 4.5.2 avec des éléments modifiés */
@import url("https://fonts.googleapis.com/icon?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0&display=swap&icon_names=visibility_off,reorder,help,open_in_new,expand_more,expand_less,progress_activity,chevron_right,check_box_outline_blank,check_box,menu,close,key,assignment_add,article,attach_file,phone,search,account_circle,login,mail,arrow_back,arrow_forward,keyboard_double_arrow_left,keyboard_double_arrow_right,image,edit,delete_forever,delete,add,play_circle,download,filter_list");
@import url("https://use.typekit.net/fku1kiv.css");
@import url("https://fonts.googleapis.com/icon?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0&display=swap&icon_names=visibility_off,reorder,help,open_in_new,expand_more,expand_less,progress_activity,chevron_right,check_box_outline_blank,check_box,menu,close,key,assignment_add,article,attach_file,phone,search,account_circle,login,mail,arrow_back,arrow_forward,keyboard_double_arrow_left,keyboard_double_arrow_right,image,edit,delete_forever,delete,add,play_circle,download,filter_list");
@import url("https://use.typekit.net/fku1kiv.css");
@import url("https://fonts.googleapis.com/icon?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0&display=swap&icon_names=visibility_off,reorder,help,open_in_new,expand_more,expand_less,progress_activity,chevron_right,check_box_outline_blank,check_box,menu,close,key,assignment_add,article,attach_file,phone,search,account_circle,login,mail,arrow_back,arrow_forward,keyboard_double_arrow_left,keyboard_double_arrow_right,image,edit,delete_forever,delete,add,play_circle,download,filter_list");
@import url("https://use.typekit.net/fku1kiv.css");
.container, .container-fluid {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin-right: auto;
  margin-left: auto;
}

.break {
  flex-basis: 100%;
  height: 0;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}

[class*=col-] {
  position: relative;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

[class*=col-nopadding] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

.d-none {
  display: none !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

.align-items-center {
  align-items: center;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

/* Small devices (tablet, $breakpointSm and up) */
@media only screen and (min-width: 768px) {
  .container {
    max-width: 760px;
  }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .justify-content-sm-center {
    justify-content: center;
  }
}
/* Medium devices (laptop, $breakpointMd and up) */
@media only screen and (min-width: 992px) {
  .container, .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
  [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
  .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row.two-col .col-second, .row.two-col .col-third, .row.three-col .col-second, .row.three-col .col-third {
    padding-top: 0;
  }
  .container {
    max-width: 980px;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
  .d-md-none {
    display: none !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .text-md-center {
    text-align: center;
  }
  .justify-content-md-center {
    justify-content: center;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .col-padding-md {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cursor-pointer-md {
    cursor: pointer;
  }
}
/* Large devices (laptop, $breakpointLg and up) */
@media only screen and (min-width: 1200px) {
  .container {
    max-width: calc(1070px + 40px * 2);
  }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
}
/* Extralarge devices (desktop, $breakpointXl and up) */
@media only screen and (min-width: 1640px) {
  .container {
    max-width: calc(1400px + 40px * 2);
  }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
}
.material-icons {
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 20px; /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}
.material-icons.reorder {
  cursor: pointer;
}

.field {
  margin-bottom: 30px;
}
.field label {
  font-family: "filson-pro", sans-serif;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 5px;
  display: inline-block;
}
.field input[type=text],
.field input[type=search],
.field input[type=password],
.field input[type=date],
.field input[type=datetime-local],
.field input[type=email],
.field input[type=number],
.field input.search,
.field textarea,
.field select {
  background: #FFFFFF;
  border: 1px solid #CBCBCB;
  border-radius: 10px;
  display: block;
  width: 100%;
}
.field input[type=text],
.field input[type=search],
.field input[type=password],
.field input[type=date],
.field input[type=datetime-local],
.field input[type=email],
.field input[type=number],
.field input.search,
.field select {
  padding: 0 15px;
  line-height: 48px;
  height: 48px;
}
.field textarea {
  min-height: 130px;
  padding: 15px;
}
.field input[type=file] {
  background: #F4F5F9;
  border: 1px solid #F4F5F9;
  border-radius: 8px;
  width: 100%;
  padding: 20px;
  margin-bottom: 20px;
}
.field input[type=file]::-webkit-file-upload-button {
  position: relative;
  cursor: pointer;
  line-height: 40px;
  height: 40px;
  background: transparent;
  padding: 0 35px;
  border-radius: 3px;
  display: inline-block;
  text-transform: uppercase;
  color: #B11116;
  border: 2px solid #B11116;
  font-size: 15px;
}
.field input[type=file]::-webkit-file-upload-button.active, .field input[type=file]::-webkit-file-upload-button:hover {
  color: #820D10;
  border-color: #820D10;
}
.field.password {
  position: relative;
}
.field.password .toggle {
  position: absolute;
  bottom: 15px;
  right: 15px;
}

.field-collection .items {
  list-style-type: none;
  padding: 0;
}
.field-collection .items li {
  margin-bottom: 30px;
}
.field-collection .items li .field {
  margin-bottom: 5px;
}
.field-collection .items:not(.new) li > div {
  margin-bottom: 10px;
}
.field-collection .items.new li > div > div {
  margin-bottom: 10px;
}

.field-checkboxes > label {
  display: block;
}
.field-checkboxes > div .masked,
.field-checkboxes > div input {
  display: none;
}
.field-checkboxes > div input + label::before {
  content: "check_box_outline_blank";
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 20px; /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  left: 0;
}
.field-checkboxes > div input:checked + label::before {
  content: "check_box";
}
.field-checkboxes > div .tooltip {
  top: 5px;
  cursor: pointer;
}
.field-checkboxes > div label {
  position: relative;
  cursor: pointer;
  padding-left: 25px;
  display: block;
  font-size: 14px;
  font-family: "filson-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.field-checkboxes .see-more {
  position: relative;
  cursor: pointer;
  padding-left: 25px;
  color: #B11116;
  text-decoration: underline;
}
.field-checkboxes .see-more::before {
  content: "expand_more";
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 20px; /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  left: 0;
}
.field-checkboxes .see-more.expanded::before {
  content: "expand_less";
}

.uploaded-medias {
  list-style-type: none;
  padding: 0;
}
.uploaded-medias li {
  position: relative;
  padding-left: 30px;
}
.uploaded-medias li .delete-document {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  left: 0;
}
.uploaded-medias li a {
  color: #000000;
  position: relative;
  padding-left: 30px;
}
.uploaded-medias li a .material-icons {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  left: 0;
}

.published-types,
.unpublished-types {
  list-style-type: none;
}
.published-types li,
.unpublished-types li {
  position: relative;
}
.published-types li .material-icons,
.unpublished-types li .material-icons {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  cursor: pointer;
}

.published-types li .material-icons {
  right: 50px;
}

.unpublished-types li .material-icons {
  left: -80px;
}

.material-icons {
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 20px; /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}
.material-icons.reorder {
  cursor: pointer;
}

.material-icons {
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 20px; /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}
.material-icons.reorder {
  cursor: pointer;
}

.slider {
  position: relative;
  overflow: hidden;
  background: transparent;
  margin: 0;
}
.slider .items {
  display: flex;
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
  scrollbar-width: none;
  gap: 16px;
}
.slider .items .item {
  flex: 0 0 75%;
  scroll-snap-align: start;
  scroll-margin-left: 30px;
  position: relative;
  border-radius: 10px;
}
.slider .items .item:only-child {
  margin: 0 auto !important;
}
.slider .items .item img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  border-radius: 10px;
  display: block;
  width: 100%;
}
.slider .items::-webkit-scrollbar {
  display: none;
}
.slider .btn-slide {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  background: #000000;
  color: #FFFFFF;
  width: 40px;
  height: 40px;
  text-align: center;
  padding-top: 10px;
  cursor: pointer;
}
.slider .btn-slide.slide-left {
  left: 0;
  border-radius: 0 10px 10px 0;
}
.slider .btn-slide.slide-right {
  right: 0;
  border-radius: 10px 0 0 10px;
}
.slider .btn-slide:hover {
  background: #CBCBCB;
  color: #000000;
}
.slider .viewer-open {
  position: absolute;
  background: rgba(51, 51, 51, 0.3764705882);
  border-radius: 0 10px;
  cursor: pointer;
  z-index: 2;
  bottom: 0;
  left: 0;
  padding: 0 10px;
  line-height: 34px;
  color: #FFFFFF;
  font-family: "filson-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.slider .viewer-open .material-icons {
  font-size: 24px;
  position: relative;
  top: 7px;
  margin-right: 5px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-size: 14px;
  font-family: "filson-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  background: #FFFFFF;
}
body.stop-scrolling {
  height: 100%;
  overflow: hidden;
}

.choices__list--dropdown {
  z-index: 11 !important;
}

.table-container {
  position: relative;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.3);
}
.table-container .table-wrapper .table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.table-container .table-wrapper .table thead {
  position: sticky;
  top: 90px;
  z-index: 10;
}
.table-container .table-wrapper .table thead th {
  padding: 1rem 1.5rem;
  text-align: left;
  font-weight: 700;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-bottom: 2px solid var(--color-border);
  white-space: nowrap;
  background: #3d3c46;
  color: #FFFFFF;
}
.table-container .table-wrapper .table .frozen-column {
  position: sticky;
  left: 0;
  background: var(--color-surface-elevated);
  z-index: 5;
  box-shadow: 2px 0 8px rgba(0, 0, 0, 0.3);
}
.table-container .table-wrapper .table tbody .frozen-column {
  background: var(--color-surface);
}
.table-container .table-wrapper .table tbody tr.even .frozen-column {
  background: var(--color-surface);
}
.table-container .table-wrapper .table tbody tr.odd .frozen-column {
  background: var(--color-bg);
}
.table-container .table-wrapper .table td {
  padding: 1rem 1.5rem;
  border-bottom: 1px solid var(--color-border);
  color: var(--color-text-primary);
  font-size: 0.9rem;
  white-space: nowrap;
}
.table-container .table-wrapper .table tbody tr:hover {
  background: var(--color-surface-elevated);
}
.table-container .table-wrapper .table tbody tr:hover .frozen-column {
  background: var(--color-surface-elevated);
}
.table-container .table-wrapper .table tbody tr:nth-of-type(odd) {
  background-color: #F4F5F9;
}
.table-container .table-wrapper .table td {
  font-size: 14px;
  padding-left: 5px;
}
.table-container .table-wrapper .table td a {
  color: #3d3c46;
}
.table-container .table-wrapper .table .form-actions {
  display: flex;
  gap: 5px;
  justify-content: space-around;
}
.table-container .table-wrapper .table .form-actions .button.small {
  line-height: 30px;
  font-size: 20px;
}

.title-h1 {
  color: #B11116;
  font-size: 34px;
  line-height: 36px;
  font-family: "filson-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.title-h2 {
  line-height: 28px;
  font-family: "filson-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 26px;
}

.title-h3 {
  line-height: 20px;
  font-family: "filson-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
}

a {
  color: #000000;
}

.button {
  height: 50px;
  line-height: 50px;
  background: #B11116;
  color: #FFFFFF;
  font-family: "filson-pro", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  border-radius: 10px;
  display: block;
  text-decoration: none;
  border: none;
  cursor: pointer;
  white-space: nowrap;
}
.button .material-icons {
  position: relative;
  top: 50%;
  translate: 0 -100%;
}
.button label {
  cursor: pointer;
}
.button:hover {
  background: #820D10;
}
.button.outline {
  color: #B11116;
  border: 1px solid #B11116;
  background: transparent;
}
.button.outline:hover {
  background: #B11116;
  color: #FFFFFF;
}
.button.outline.black {
  color: #333333;
  border: 1px solid #333333;
}
.button.outline.black:hover {
  background: #333333;
  color: #FFFFFF;
}
.button.small {
  height: 30px;
  line-height: 25px;
  display: flex;
  align-items: center;
}
.button.grey {
  background: #3d3c46;
}
.button.material-icons {
  font-family: "Material Symbols Outlined";
}

.modal {
  position: fixed;
  z-index: 50;
  bottom: -150%;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  text-align: left;
  background: #FFFFFF;
  padding-bottom: 60px;
}
.modal.active {
  position: fixed;
  left: 0;
  bottom: 0;
}
.modal .modal-header {
  position: sticky;
  padding: 0 30px;
  top: 0;
  border-radius: 10px 10px 0 0;
  border-bottom: 1px solid #CBCBCB;
  height: 70px;
  line-height: 70px;
}
.modal .modal-header .modal-title {
  font-size: 20px;
}
.modal .modal-header .close {
  cursor: pointer;
  font-size: 16px;
  position: absolute;
  top: 28px;
  right: 20px;
}
.modal .modal-body {
  padding: 70px 30px;
  height: calc(100vh - 70px);
  overflow-y: auto;
}
.modal .modal-footer {
  position: absolute;
  bottom: 0;
  height: 60px;
  left: 0;
  right: 0;
  background: #F4F5F9;
  border-radius: 0 0 10px 10px;
}
.modal .modal-footer .clear, .modal .modal-footer .validate {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
.modal .modal-footer .clear {
  left: 20px;
}
.modal .modal-footer .delete {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  left: 30px;
  color: #B11116;
  cursor: pointer;
}
.modal .modal-footer .delete .material-icons {
  font-size: 15px;
  position: relative;
  top: 3px;
}
.modal .modal-footer .validate {
  right: 20px;
}
.modal#viewer .modal-body {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
nav ul.pagination {
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  padding: 0 4px;
  margin: 30px 0;
  background: #FFFFFF;
  border: 1px solid #CBCBCB;
  border-radius: 4px;
  min-height: 46px;
}
nav ul.pagination .page-item {
  line-height: 34px;
  width: 28px;
  position: relative;
  top: 5px;
}
nav ul.pagination .page-item.previous {
  border-right: 1px solid #CBCBCB;
}
nav ul.pagination .page-item.next {
  border-left: 1px solid #CBCBCB;
}
nav ul.pagination .page-item .page-link {
  text-decoration: none;
  display: inline-block;
  text-align: center;
  color: #000000;
  width: 28px;
  font-family: "filson-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
}
nav ul.pagination .page-item.previous, nav ul.pagination .page-item.next {
  width: 40px;
  line-height: 44px;
  height: 44px;
  position: static;
}
nav ul.pagination .page-item.previous .page-link, nav ul.pagination .page-item.next .page-link {
  width: 40px;
}
nav ul.pagination .page-item.previous .page-link .material-icons, nav ul.pagination .page-item.next .page-link .material-icons {
  position: relative;
  top: 5px;
}
nav ul.pagination .page-item.active .page-link {
  color: #B11116;
  background: #F4F5F9;
  border-radius: 4px;
  border: 1px solid #CBCBCB;
}
nav ul.pagination span.sep {
  margin: 0 5px;
  line-height: 36px;
}

.total-pagination {
  line-height: 46px;
}
.total-pagination nav ul.pagination {
  margin-top: 0;
}

.tooltip {
  position: relative !important;
  display: inline-block;
}
.tooltip .tooltiptext {
  visibility: hidden;
  font-family: "filson-pro", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  width: fit-content;
  background-color: #F4F5F9;
  color: #333333;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1000;
  bottom: 120%;
  margin-left: -10px;
  transition-property: visibility;
  transition-delay: 0.75s;
  transform: translate(-50%);
}
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #F4F5F9 transparent transparent transparent;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
}

header {
  display: flex;
  justify-content: space-between;
  padding: 13px 16px;
}
header .menu-logo, header .phone-search-account {
  display: flex;
}
header .material-icons {
  position: relative;
  top: 2px;
}
header nav#main-navigation {
  margin-right: 10px;
}
header nav#main-navigation a {
  color: #000000;
  text-decoration: none;
}
header nav#main-navigation a.active {
  position: relative;
}
header nav#main-navigation a.active::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  left: calc(50% - 10px);
  width: 20%;
  height: 1px;
  bottom: -10px;
}
header nav#main-navigation .main-navigation-links {
  position: fixed;
  top: 0;
  bottom: 0;
  width: calc(100% - 30px);
  max-width: 400px;
  left: -100%;
  overflow-y: auto;
  transition: left 0.25s ease-in-out 0.1s;
  background: #FFFFFF;
  z-index: 11;
  padding-top: 64px;
}
header nav#main-navigation .main-navigation-links .main-navigation-close {
  position: absolute;
  top: 18px;
  z-index: 5;
  left: 30px;
  font-size: 16px;
  cursor: pointer;
  font-family: "filson-pro", sans-serif;
  font-weight: 500;
  font-style: normal;
}
header nav#main-navigation .main-navigation-links .main-navigation-close .material-icons {
  top: 5px;
}
header nav#main-navigation .main-navigation-links::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  top: 65px;
  left: 0;
  background: #CBCBCB;
}
header nav#main-navigation .main-navigation-links.active {
  left: 0;
}
header nav#main-navigation .main-navigation-links.active + .main-navigation-shadow {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
}
header nav#main-navigation .main-navigation-links > ul {
  display: block;
  padding: 0 30px;
}
header nav#main-navigation .main-navigation-links > ul > li {
  display: block;
  line-height: 50px;
  font-family: "filson-pro", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
}
header .logo-txt {
  display: block;
  width: 134px;
  height: 24px;
}
header .logo-txt img {
  width: 100%;
  height: auto;
}
header .phone-search-account .phone {
  margin-right: 19px;
  color: #000000;
  text-decoration: none;
  cursor: pointer;
}
header .phone-search-account .search {
  margin-right: 40px;
  position: relative;
}
header .phone-search-account .search .open-search-full-text {
  cursor: pointer;
}
header .phone-search-account .search::after {
  content: "";
  background: #B11116;
  width: 1px;
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  right: -20px;
}
header .phone-search-account .search input {
  position: absolute;
  right: 30px;
  border-radius: 10px;
  padding: 5px 10px;
  top: -3px;
  width: 200px;
  border: 1px solid #3d3c46;
}
header .sign-in {
  color: #000000;
}
header .shopping-cart {
  color: #000000;
  margin-right: 40px;
  position: relative;
}
header .shopping-cart .count {
  position: absolute;
}
header .shopping-cart::before {
  content: attr(data-title);
  font-size: 11px;
  position: absolute;
  background: #FFFFFF;
  padding: 0 5px;
  border-radius: 15px;
  bottom: -9px;
  z-index: 2;
}
header .wrapper-user-menu {
  position: relative;
}
header .wrapper-user-menu .open-user-menu {
  cursor: pointer;
}
header .wrapper-user-menu .user-menu {
  position: absolute;
  display: none;
  right: 0;
  background: #FFFFFF;
  padding: 15px;
  border-radius: 10px;
  border: 1px solid #3d3c46;
  z-index: 2;
}
header .wrapper-user-menu .user-menu > ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  width: -webkit-max-content;
}
header .wrapper-user-menu .user-menu > ul > li {
  margin-bottom: 4px;
}
header .wrapper-user-menu .user-menu > ul > li a {
  color: #000000;
}
header .wrapper-user-menu .user-menu.active {
  display: block;
}
header + .alert {
  text-align: center;
  padding: 15px 0;
  color: #FFFFFF;
}
header + .alert.alert-info {
  background: #028F4B;
}
header + .alert.warning, header + .alert.alert-warning {
  background: #B11116;
}

#breadcrumb {
  display: none;
}

footer .infos-contact {
  padding-top: 30px;
  background: #FFFFFF;
}
footer .infos-contact .logo-txt, footer .infos-contact .logo-semat {
  display: inline-block;
}
footer .infos-contact .logo-txt {
  width: 206px;
  height: 39px;
}
footer .infos-contact .logo-semat {
  width: 93px;
  height: 30px;
}
footer .infos-contact .logo-semat img {
  width: 100%;
  height: 100%;
}
footer .infos-contact .texte-filiale {
  font-size: 12px;
  line-height: 30px;
}
footer .infos-contact .logos {
  margin-bottom: 30px;
}
footer .infos-contact .contacts {
  background: #F4F5F9;
  padding: 20px 15px;
}
footer .infos-contact .contacts .contact {
  text-decoration: none;
  font-size: 16px;
  font-family: "filson-pro", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #000000;
  display: block;
}
footer .infos-contact .contacts .contact:first-child {
  margin-bottom: 15px;
}
footer .infos-contact .contacts .contact .material-icons {
  position: relative;
  top: 4px;
}
footer .links {
  background: #000000;
  padding: 30px 0;
}
footer .links .row {
  margin: 0;
}
footer .links ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
footer .links ul li {
  margin-bottom: 15px;
}
footer .links ul li:last-child {
  margin-bottom: 15px;
}
footer .links a {
  color: #FFFFFF;
}
footer .links a:first-child {
  margin-right: 30px;
}

.faq {
  box-shadow: 0 0 4px rgba(1, 83, 81, 0.1607843137);
  border-radius: 10px;
  margin-bottom: 10px;
  background: #F4F5F9;
  padding: 20px;
}
.faq .question {
  cursor: pointer;
  position: relative;
  font-size: 16px;
  padding-right: 40px;
}
.faq .question::after {
  content: "expand_more";
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 20px; /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  right: 0;
}
.faq .answer {
  max-height: 0;
  overflow: hidden;
  transition-property: max-height;
  transition-duration: 0s;
  transition-delay: 0s;
}
.faq.expanded .question::after {
  content: "expand_less";
}
.faq.expanded .answer {
  padding-top: 10px;
  max-height: 5000px;
}

section#login #form-login {
  border: 1px solid #CBCBCB;
  background: #F4F5F9;
  border-radius: 10px 30px;
  padding: 30px;
}
section#login #form-login .button {
  width: 100%;
}

section#new-password-request form#new-password-request {
  border: 1px solid #CBCBCB;
  background: #F4F5F9;
  border-radius: 10px 30px;
  padding: 30px;
}
section#new-password-request form#new-password-request .button {
  width: 100%;
}

nav.tabs {
  padding: 0;
}
nav.tabs ul {
  list-style-type: none;
  text-wrap: nowrap;
  padding: 0;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  column-gap: 0;
  margin: 0;
}
nav.tabs ul::-webkit-scrollbar {
  height: 0;
}
nav.tabs ul::-webkit-scrollbar-thumb {
  background: none;
}
nav.tabs ul li {
  height: 50px;
  line-height: 50px;
  background: #FFFFFF;
  border: 1px solid #CBCBCB;
  font-family: "filson-pro", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #333333;
  font-size: 16px;
  padding: 0 20px;
  cursor: pointer;
}
nav.tabs ul li span {
  border-radius: 30px;
  padding: 2px 8px 1px 8px;
  background: #CBCBCB;
  font-size: 12px;
  line-height: normal;
  display: inline-block;
  margin-left: 10px;
}
nav.tabs ul li.active {
  color: #FFFFFF;
  background: #3d3c46;
  border-color: #3d3c46;
}
nav.tabs ul li.active span {
  background: #FFFFFF;
  color: #333333;
}

#contracts .rental {
  background: #FFFFFF;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 15px;
}
#contracts .rental .documents {
  display: flex;
  gap: 20px;
  padding: 0 15px;
}
#contracts .rental .documents .document {
  display: block;
  background: #FFFFFF;
  padding: 20px;
  border: 1px solid #CBCBCB;
  margin-bottom: 10px;
  border-radius: 10px;
  text-decoration: none;
  color: #000000;
}
#contracts .rental .documents .document .name {
  font-size: 20px;
  font-family: "filson-pro", sans-serif;
  font-weight: 500;
  font-style: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

#materials .list, #products .list, #contracts .list {
  background: #F4F5F9;
  padding-top: 30px;
  padding-bottom: 30px;
}

@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.shadow-listing {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 40;
  -webkit-backdrop-filter: saturate(180%) blur(10px);
  backdrop-filter: saturate(180%) blur(10px);
}
.shadow-listing::after {
  content: "progress_activity";
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 20px; /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  color: #820D10;
  font-size: 60px;
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}

.listing .title-h1 {
  display: flex;
  gap: 30px;
  align-items: center;
}

#users .table {
  table-layout: fixed;
}
#users .table th:nth-child(1) {
  width: 160px;
}
#users .table th:nth-child(2) {
  width: 150px;
}
#users .table th:nth-child(3) {
  width: 170px;
}
#users .table th:nth-child(5) {
  width: 190px;
}
#users .table th:nth-child(6) {
  width: 110px;
}
#users .table th:nth-child(7) {
  width: 150px;
}
#users .table td {
  overflow: hidden;
  text-overflow: ellipsis;
}

#products .open-search, #contracts .open-search {
  margin-bottom: 20px;
}
#products #search-form .slider-range, #contracts #search-form .slider-range {
  position: relative;
}
#products #search-form .slider-range .overlay, #contracts #search-form .slider-range .overlay {
  height: 6px;
  position: absolute;
  background: #B11116;
  left: 0;
  width: 100%;
  top: 8px;
}
#products #search-form .slider-range .input-range-min, #products #search-form .slider-range .input-range-max, #contracts #search-form .slider-range .input-range-min, #contracts #search-form .slider-range .input-range-max {
  -webkit-appearance: none;
  appearance: none;
  pointer-events: none;
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0;
  width: 100%;
  outline: none;
  height: 22px;
  margin: 0;
  padding: 0;
  background-color: transparent;
}
#products #search-form .slider-range .input-range-min::-webkit-slider-runnable-track, #products #search-form .slider-range .input-range-max::-webkit-slider-runnable-track, #contracts #search-form .slider-range .input-range-min::-webkit-slider-runnable-track, #contracts #search-form .slider-range .input-range-max::-webkit-slider-runnable-track {
  height: 6px;
}
#products #search-form .slider-range .input-range-min::-moz-range-track, #products #search-form .slider-range .input-range-max::-moz-range-track, #contracts #search-form .slider-range .input-range-min::-moz-range-track, #contracts #search-form .slider-range .input-range-max::-moz-range-track {
  height: 6px;
}
#products #search-form .slider-range .input-range-min::-webkit-slider-thumb, #products #search-form .slider-range .input-range-max::-webkit-slider-thumb, #contracts #search-form .slider-range .input-range-min::-webkit-slider-thumb, #contracts #search-form .slider-range .input-range-max::-webkit-slider-thumb {
  -webkit-appearance: none;
  transform: translateY(-11px);
  appearance: none;
  pointer-events: all;
  background: #B11116;
  width: 10px;
  height: 28px;
  border: 4px solid #FFFFFF;
  color: #B11116;
  border-radius: 10px;
  cursor: pointer;
  position: relative;
  z-index: 3;
}
#products #search-form .slider-range .input-range-min::-moz-range-thumb, #products #search-form .slider-range .input-range-max::-moz-range-thumb, #contracts #search-form .slider-range .input-range-min::-moz-range-thumb, #contracts #search-form .slider-range .input-range-max::-moz-range-thumb {
  -moz-appearance: none;
  appearance: none;
  pointer-events: all;
  background: #B11116;
  width: 12px;
  height: 28px;
  border: 4px solid #FFFFFF;
  color: #B11116;
  border-radius: 10px;
  cursor: pointer;
  z-index: 3;
}
#products #search-form .slider-range .input-range-min:focus::-webkit-slider-thumb, #products #search-form .slider-range .input-range-max:focus::-webkit-slider-thumb, #contracts #search-form .slider-range .input-range-min:focus::-webkit-slider-thumb, #contracts #search-form .slider-range .input-range-max:focus::-webkit-slider-thumb {
  width: 12px;
}
#products #search-form .slider-range .input-range-min::-webkit-slider-runnable-track, #contracts #search-form .slider-range .input-range-min::-webkit-slider-runnable-track {
  background-color: #CBCBCB;
  border-radius: 10px;
}
#products #search-form .slider-range .input-range-min::-moz-range-track, #contracts #search-form .slider-range .input-range-min::-moz-range-track {
  background-color: #CBCBCB;
  border-radius: 10px;
}
#products #search-form .slider-range .label-range-min, #products #search-form .slider-range .label-range-max, #contracts #search-form .slider-range .label-range-min, #contracts #search-form .slider-range .label-range-max {
  padding-top: 22px;
}
#products #search-form .slider-range .label-range-min, #contracts #search-form .slider-range .label-range-min {
  display: inline-block;
}
#products #search-form .slider-range .label-range-max, #contracts #search-form .slider-range .label-range-max {
  float: right;
}
#products #search-form .slider-range + .range-values, #contracts #search-form .slider-range + .range-values {
  display: none;
}
#products #search-form .modal-body, #contracts #search-form .modal-body {
  padding-bottom: 150px;
}
#products #search-form .modal-footer, #contracts #search-form .modal-footer {
  height: 136px;
  padding: 20px 15px;
}
#products #search-form .modal-footer #clear-filters, #contracts #search-form .modal-footer #clear-filters {
  margin-top: 20px;
  text-align: center;
  text-decoration: underline;
  cursor: pointer;
}
#products #no-results, #contracts #no-results {
  display: block;
  font-size: 20px;
  font-weight: 700;
}
#products #save-search, #contracts #save-search {
  margin-top: 40px;
}

.shopping-cart.full section.form {
  background: #F4F5F9;
  padding-bottom: 30px;
}
.shopping-cart.full section.form form > .row {
  padding-top: 30px;
}
.shopping-cart.full section.form input[type=submit] {
  margin-top: 50px;
  width: 100%;
}
.shopping-cart.full.rental section.form .field-checkboxes .checkboxes {
  margin-bottom: 10px;
  border-radius: 10px;
  background: #FFFFFF;
  border: 1px solid #CBCBCB;
  padding: 16px;
}

section.items .items {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
section.items .items .product.item {
  display: flex;
  flex-direction: column;
}

article.full .title-h1 {
  margin: 30px 0 20px 0;
  display: flex;
  gap: 20px;
  align-items: center;
}
article.full .title-h1 .checkbox {
  position: relative;
  padding-left: 40px;
  background: #3d3c46;
  color: #FFFFFF;
  border-color: #3d3c46;
  font-size: 12px;
}
article.full .title-h1 .checkbox::before {
  content: "toggle_off";
  font-family: "Material Symbols Outlined";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  left: 15px;
}
article.full .title-h1 .checkbox.checked {
  background: #028F4B;
  border-color: #028F4B;
}
article.full .title-h1 .checkbox.checked::before {
  content: "toggle_on";
}
article.full .title-h1 .checkbox input {
  display: none;
}
article.full .title-h1 .checkbox label {
  cursor: pointer;
  pointer-events: none;
}
article.full .title-h1 .checkbox::before {
  font-size: 18px;
}
article.full section.photos {
  margin-bottom: 30px;
}
article.full section.photos figure {
  margin: 0;
  position: relative;
}
article.full section.photos figure figcaption {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #FFFFFF;
  background: #000000;
  padding: 5px;
  font-size: 12px;
  border-radius: 10px 0;
}
article.full section.photos img {
  display: block;
  border-radius: 10px;
}
article.full section.photos video {
  border-radius: 10px;
  height: 100%;
  width: auto;
}
article.full .uploaded-medias li.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
}
article#homepage {
  background: #F4F5F9;
}
article#homepage #intro {
  padding-top: 50px;
  padding-bottom: 50px;
  background: linear-gradient(#B11116 0%, #820D10 100%);
  color: #FFFFFF;
  text-align: center;
}
article#homepage #intro .title-h1 {
  margin-top: 0;
  color: #FFFFFF;
}
article#homepage #intro .title-h1 span {
  display: block;
  width: fit-content;
  background: #FFFFFF;
  color: #B11116;
  transform: rotate(-2.36deg);
  border-radius: 0 20px;
  padding: 2px 14px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}
article#homepage #intro p {
  margin-bottom: 0;
  font-size: 16px;
}
article#homepage #pushs {
  background: #FFFFFF;
  padding-top: 40px;
  padding-bottom: 40px;
}
article#homepage #pushs .pushs .push {
  border-radius: 10px 30px;
  background: #F4F5F9;
  border: 1px solid #CBCBCB;
  padding: 10px 30px 30px 30px;
}
article#homepage #pushs .pushs .push .title1 {
  color: #B11116;
  text-transform: uppercase;
  font-family: "filson-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}
article#homepage #pushs .pushs .push .title1::after {
  content: "";
  background: #B11116;
  width: 20px;
  height: 1px;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  left: calc(50% + 5px);
  top: 30px;
}
article#homepage #pushs .pushs .push .title1 img {
  width: 47px;
  height: 24px;
  margin-right: 10px;
  position: relative;
  top: 12px;
}
article#homepage #pushs .pushs .push .title2 {
  font-family: "filson-pro", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  margin-bottom: 10px;
  text-align: center;
}
article#homepage #pushs .pushs .push.push1 {
  margin-bottom: 20px;
}
article#homepage #pushs .pushs .push.push2 .title1 img {
  top: 9px;
}
article#homepage #section-materials {
  background: #333333;
  padding-top: 40px;
  color: #FFFFFF;
}
article#homepage #section-materials .title-h2 {
  margin-top: 0;
  margin-bottom: 40px;
}
article#homepage #section-materials .title-h3 {
  margin-top: 0;
  margin-bottom: 10px;
}
article#homepage #section-materials ul {
  list-style-type: none;
  padding: 0;
  margin-bottom: 30px;
}
article#homepage #section-materials ul li:not(:last-child) {
  border-bottom: 1px solid #CBCBCB;
}
article#homepage #section-materials ul li a {
  color: #FFFFFF;
  text-decoration: none;
  position: relative;
  padding-left: 120px;
  padding-right: 30px;
  height: 65px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
article#homepage #section-materials ul li a::after, article#homepage #section-materials ul li a::before {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
article#homepage #section-materials ul li a::before {
  content: "";
  left: 100px;
  width: 1px;
  background: #FFFFFF;
  height: 20px;
}
article#homepage #section-materials ul li a::after {
  content: "chevron_right";
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 20px; /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
  right: 0;
}
article#homepage #section-materials ul li a img {
  width: 80px;
  height: auto;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  left: 0;
}
article#homepage #section-occasions {
  margin-top: 60px;
  margin-bottom: 60px;
}
article#homepage #section-occasions .slider {
  margin-bottom: 30px;
}
article#homepage #section-occasions .slider .items {
  padding-left: 15px;
  padding-right: 15px;
}
article#homepage #section-occasions .slider .items .item {
  scroll-snap-align: start;
  scroll-margin-left: 15px;
}
article#homepage #section-occasions > .title-h2 {
  margin-top: 0;
}
article#homepage #section-offers {
  background: #3d3c46;
  padding-top: 40px;
}
article#homepage #section-offers > .title-h2 {
  margin-top: 0;
  color: #FFFFFF;
}
article#homepage #section-offers .offer {
  background: #FFFFFF;
  margin: 0 -20px 20px -20px;
  padding: 20px;
  position: relative;
}
article#homepage #section-offers .offer .picto-offer {
  position: absolute;
  right: 20px;
  top: 41px;
  width: 100px;
  height: 50px;
}
article#homepage #section-offers .offer .title-h3 {
  margin-bottom: 30px;
}
article#homepage #section-offers .offer .title-h3 .line1 {
  text-transform: uppercase;
  position: relative;
  font-size: 14px;
  margin-bottom: 20px;
  display: block;
}
article#homepage #section-offers .offer .title-h3 .line1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  background: #000000;
  width: 20px;
  height: 1px;
}
article#homepage #section-offers .offer .title-h3 .line2 {
  font-size: 28px;
  color: #B11116;
}
article#homepage #section-offers .offer p {
  font-size: 16px;
}
article#homepage #section-offers .offer ul {
  list-style-type: none;
  padding-left: 45px;
}
article#homepage #section-offers .offer ul li {
  font-size: 16px;
  position: relative;
  margin-bottom: 20px;
}
article#homepage #section-offers .offer ul li b {
  display: block;
  font-family: "filson-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
}
article#homepage #section-offers .offer.rental ul li .picto {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  left: -45px;
  width: 30px;
  height: 35px;
}
article#homepage #section-offers .offer.occasion ul {
  padding-left: 65px;
}
article#homepage #section-offers .offer.occasion ul li::before {
  width: 55px;
  height: 28px;
  transform: rotate(-2deg);
  display: block;
  border-radius: 0 10px 0 8px;
  font-family: "filson-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #FFFFFF;
  font-size: 12px;
  text-align: center;
  line-height: 28px;
  position: absolute;
  top: 5px;
  left: -65px;
}
article#homepage #section-offers .offer.occasion ul li:nth-child(1)::before {
  content: "Bronze";
  background: linear-gradient(-45deg, #a1511b 0%, #b76127 100%);
}
article#homepage #section-offers .offer.occasion ul li:nth-child(2)::before {
  content: "Argent";
  background: linear-gradient(-45deg, #94979a 0%, #a5b0b6 100%);
}
article#homepage #section-offers .offer.occasion ul li:nth-child(3)::before {
  content: "Gold";
  background: linear-gradient(-45deg, #8e6a00 0%, #b18505 100%);
}
article.product.teaser, article.material.teaser {
  background: #FFFFFF;
  border: 1px solid #CBCBCB;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 30px;
  height: stretch;
}
article.product.teaser.unpublished, article.material.teaser.unpublished {
  background: rgba(244, 245, 249, 0.3764705882);
  position: relative;
  overflow: hidden;
}
article.product.teaser.unpublished::before, article.material.teaser.unpublished::before {
  content: "visibility_off";
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 20px; /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
  position: absolute;
  z-index: 2;
  font-size: 44px;
}
article.product.teaser.unpublished::after, article.material.teaser.unpublished::after {
  content: "";
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
article.product.teaser .title-h3 a, article.material.teaser .title-h3 a {
  color: #000000;
}
article.product.teaser .photo, article.material.teaser .photo {
  aspect-ratio: 16/9;
  width: 100%;
  overflow: hidden;
}
article.product.teaser .photo img, article.material.teaser .photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
}
article.product.teaser .photo.default, article.material.teaser .photo.default {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  align-items: center;
}
article.product.teaser .photo.default::after, article.material.teaser .photo.default::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(244, 245, 249, 0.3764705882);
  border-radius: 10px;
}
article.product.teaser .photo.default img, article.material.teaser .photo.default img {
  object-fit: none;
}
article.product.shopping-cart .text {
  padding-bottom: 15px;
}
article.product.shopping-cart .additional-text {
  display: flex;
  gap: 30px;
  margin-bottom: 10px;
}
article.family.full .description, article.product-type.full .description {
  /* Liste à puces */
  /* Liste numérotée */
  /* Gérer les indentations si nécessaire */
}
article.family.full .description ol, article.product-type.full .description ol {
  list-style-type: none;
  padding-left: 0;
}
article.family.full .description ol li[data-list=bullet], article.product-type.full .description ol li[data-list=bullet] {
  padding-left: 1.5em;
  position: relative;
}
article.family.full .description ol li[data-list=bullet]:before, article.product-type.full .description ol li[data-list=bullet]:before {
  content: "•";
  position: absolute;
  left: 0;
}
article.family.full .description ol, article.product-type.full .description ol {
  counter-reset: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
article.family.full .description ol li[data-list=ordered], article.product-type.full .description ol li[data-list=ordered] {
  counter-increment: list-0;
  padding-left: 1.5em;
  position: relative;
}
article.family.full .description ol li[data-list=ordered]:before, article.product-type.full .description ol li[data-list=ordered]:before {
  content: counter(list-0) ". ";
  position: absolute;
  left: 0;
}
article.family.full .description ol li[data-list].ql-indent-1, article.product-type.full .description ol li[data-list].ql-indent-1 {
  padding-left: 3em;
}
article.family.full .description ol li[data-list].ql-indent-2, article.product-type.full .description ol li[data-list].ql-indent-2 {
  padding-left: 4.5em;
}
article.family.full .list {
  background: #F4F5F9;
  padding-top: 30px;
  padding-bottom: 30px;
}
article.product-type.full img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
article.product-type.full .buttons {
  background: #F4F5F9;
  padding: 30px 20px;
  margin: 0 -20px;
}
article.product-type.full .buttons .button:first-child {
  margin-bottom: 20px;
}
article.product.teaser {
  margin: 0;
  justify-content: space-between;
}
article.product.teaser .price {
  font-size: 12px;
}
article.product.teaser .price span {
  color: #B11116;
  font-family: "filson-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  display: block;
}
article.product.teaser .total-hours, article.product.teaser .total-distance {
  font-style: normal;
}
article.product.teaser .options {
  margin: 20px -30px;
  padding-top: 20px;
  padding-bottom: 20px;
  background: #F4F5F9;
  border-top: 1px solid #CBCBCB;
  border-bottom: 1px solid #CBCBCB;
}
article.product.teaser .options [class*=col-] {
  padding-left: 30px;
  padding-right: 30px;
}
article.product.teaser .delete {
  color: #B11116;
  text-decoration: underline;
}
article.product.teaser .delete .material-icons {
  position: relative;
  top: 4px;
}
article.product.full section.content {
  margin-bottom: 60px;
}
article.product.full section.content .title-h2 {
  position: relative;
  padding-top: 30px;
}
article.product.full section.content .title-h2::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #F4F5F9;
  top: 0;
  left: 0;
}
article.product.full section.content ul {
  list-style-type: none;
  padding: 0;
  margin: 0 0 30px 0;
}
article.product.full section.content ul li:not(:last-child) {
  margin-bottom: 10px;
}
article.product.full section.content .wysiwyg p {
  margin: 0;
}
article.product.full section.content .buttons {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #F4F5F9;
}
article.product.full section.content .buttons .buttons-lg {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
article.product.full section.documents, article.product.full section.logs, article.product.full section.contracts {
  margin-bottom: 60px;
}
article.product.full .tabs + .items {
  display: flex;
  gap: 20px;
  background: #F4F5F9;
  padding-top: 20px;
  padding-bottom: 10px;
}
article.product.full .tabs + .items .document, article.product.full .tabs + .items .log, article.product.full .tabs + .items .ticket, article.product.full .tabs + .items .rental {
  display: block;
  background: #FFFFFF;
  padding: 20px;
  border: 1px solid #CBCBCB;
  margin-bottom: 10px;
}
article.product.full .tabs + .items .document, article.product.full .tabs + .items .log, article.product.full .tabs + .items .rental {
  border-radius: 10px;
}
article.product.full .tabs + .items .rental {
  display: none;
}
article.product.full .tabs + .items .rental.active {
  display: block;
}
article.product.full .tabs + .items .document {
  text-decoration: none;
  color: #000000;
}
article.product.full .tabs + .items .document .name {
  font-size: 20px;
  font-family: "filson-pro", sans-serif;
  font-weight: 500;
  font-style: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
article.product.full .tabs + .items .log {
  font-family: "filson-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
}
article.product.full .tabs + .items .log .title {
  font-size: 18px;
  color: #B11116;
}
article.product.full #tickets textarea, article.product.full #new-ticket textarea {
  border: 1px solid #333333;
  border-radius: 10px;
  height: 150px;
  width: 100%;
  margin-bottom: 20px;
  padding: 15px;
}
article.product.full #tickets > .container {
  padding: 0;
}
article.product.full #tickets > .container .ticket .date-author {
  font-size: 16px;
  font-family: "filson-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
}
article.product.full #tickets > .container .ticket .date-author .author {
  color: #B11116;
  margin-left: 10px;
}
article.product.full #tickets > .container .ticket .messages .message {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
article.product.full #tickets > .container .ticket .messages .message::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #CBCBCB;
}
article.product.full #tickets > .container .ticket .messages .message:last-child:not(:first-child) {
  margin-left: 20px;
}
article.product.full #tickets > .container .ticket .wrapper-answer .title {
  font-family: "filson-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  margin-bottom: 10px;
}
article.product.full #tickets > .container .ticket .wrapper-answer .buttons {
  text-align: center;
}
article.product.full #tickets > .container .ticket .wrapper-answer .buttons .button {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  padding-left: 25px;
  padding-right: 25px;
}
article.product.full #tickets > .container .ticket .wrapper-answer .buttons .button:first-child {
  margin-bottom: 20px;
}
article.product.full #new-ticket {
  background: #FFFFFF;
  padding: 20px;
  border: 1px solid #CBCBCB;
  margin-bottom: 20px;
}
article.product.full #new-ticket .title {
  color: #333333;
  font-family: "filson-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
  margin-bottom: 20px;
}
article.product.full #new-ticket label {
  font-family: "filson-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  color: #000000;
  margin-bottom: 10px;
  display: block;
}
article.product.full #new-ticket .button {
  padding-left: 25px;
  padding-right: 25px;
}

#search article h3 a {
  color: #000000;
}

#error-page {
  margin: 40px 0;
}

#contact, #user {
  margin-bottom: 40px;
}
#contact form, #user form {
  background: #F4F5F9;
  border-radius: 10px;
  padding: 20px;
}
#contact form em, #user form em {
  display: block;
  margin: 20px 0;
  font-size: 13px;
}
#contact form em a, #user form em a {
  color: #000000;
}
#contact form .form-actions, #user form .form-actions {
  display: flex;
  justify-content: center;
}
#contact form .form-actions input[disabled], #user form .form-actions input[disabled] {
  background: #CBCBCB;
}
#contact form .form-actions .more-informations, #user form .form-actions .more-informations {
  position: absolute;
  left: -10000px;
}

.alerts section.content {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.alerts section.content .alert {
  background: #F4F5F9;
  padding: 20px;
  border-radius: 10px;
  flex: 32%;
}
.alerts section.content .alert .actions {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.page .creation-date-publication {
  background: #F4F5F9;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 40px;
}

.document-type.full {
  padding-top: 40px;
}

.rental .table {
  margin: 0;
}

@media (min-width: 768px) {
  .slider .items .item {
    flex: 0 0 33%;
  }
  header nav#main-navigation .main-navigation-links {
    left: calc(-100% - 30px);
  }
  section.items .items {
    flex-direction: row;
    gap: 15px;
    flex-wrap: wrap;
  }
  section.items .items .product.item {
    flex: 0 0 calc(50% - 10px);
    gap: 10px;
  }
  section.items .items .product.item .add-to-cart {
    align-self: center;
  }
}
@media (min-width: 1200px) {
  .title-h1 {
    font-size: 40px;
    line-height: 44px;
  }
  .title-h2 {
    font-size: 32px;
    line-height: 36px;
  }
  .button {
    font-size: 16px;
    width: fit-content;
    padding-left: 20px;
    padding-right: 20px;
  }
  .modal {
    width: fit-content;
    height: fit-content;
    max-width: 75dvw;
    min-width: 700px;
    box-shadow: 0 0 6px rgba(1, 83, 81, 0.1607843137);
    border-radius: 10px;
  }
  .modal.active {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    position: fixed;
    bottom: initial;
  }
  .modal.active:not(#modalSale):not(#modalRental):not(#modalConfirm):not(#modalWarning):not(#modalDatesRequired) {
    width: 75dvw;
    height: 75dvh;
  }
  .modal.active:not(#modalSale):not(#modalRental):not(#modalConfirm):not(#modalWarning):not(#modalDatesRequired) .modal-body {
    max-height: 100%;
  }
  .modal .modal-body {
    max-height: 40vh;
    height: fit-content;
  }
  .modal#editEntity .modal-body {
    max-height: 70dvh;
  }
  .modal + .shadow {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 11;
    -webkit-backdrop-filter: saturate(180%) blur(10px);
    backdrop-filter: saturate(180%) blur(10px);
    display: none;
  }
  .modal + .shadow.active {
    display: block;
  }
  .slider .items {
    width: 100%;
  }
  .slider .items .item {
    flex: 0 0 342px;
  }
  nav ul.pagination {
    width: fit-content;
    margin-left: auto;
  }
  nav ul.pagination .page-item {
    width: 34px;
  }
  nav ul.pagination .page-item .page-link {
    width: 34px;
  }
  body {
    padding-top: 90px;
    font-size: 16px;
  }
  header {
    background: #F4F5F9;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 90px;
    padding: 27px 150px;
    z-index: 40;
  }
  header .material-icons {
    font-size: 24px;
    top: 6px;
  }
  header nav#main-navigation {
    margin: 0;
  }
  header nav#main-navigation .main-navigation-open {
    line-height: 36px;
    cursor: pointer;
  }
  header nav#main-navigation .main-navigation-open .material-icons {
    margin-right: 10px;
  }
  header nav#main-navigation .main-navigation-open span {
    font-size: 16px;
    font-family: "filson-pro", sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  header .logo-txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    height: 36px;
    width: 202px;
  }
  header .phone-search-account .phone {
    margin-right: 40px;
  }
  header .phone-search-account .search {
    margin-right: 60px;
  }
  header .phone-search-account .search::after {
    right: -30px;
  }
  header .phone-search-account .search input {
    top: 4px;
    width: 300px;
    border: none;
  }
  section.items .items {
    gap: 20px;
  }
  section.items .items .product.item {
    flex: 0 0 calc(33% - 16px);
    min-width: 0;
  }
  section.items .items .product.item .add-to-cart {
    max-width: 100%;
    white-space: normal;
    line-height: 1.2;
    height: auto;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  footer .links {
    text-align: center;
  }
  footer .links ul li {
    display: inline-block;
  }
  footer .infos-contact .contacts {
    background: none;
    padding: 0 15px;
  }
  footer .infos-contact .contacts .contact {
    display: inline-block;
  }
  footer .infos-contact .contacts .contact:first-child {
    margin-right: 30px;
  }
  section#login, section#new-password-request {
    padding-bottom: 60px;
    max-width: 700px;
  }
  section#login .title-h1, section#new-password-request .title-h1 {
    text-align: center;
  }
  nav.tabs {
    padding-left: 40px;
    padding-right: 40px;
  }
  nav.tabs ul li:first-child {
    border-top-left-radius: 10px;
  }
  nav.tabs ul li:last-child {
    border-top-right-radius: 10px;
  }
  #breadcrumb {
    display: block;
  }
  #breadcrumb padding {
    left: 15px;
    right: 15px;
  }
  #breadcrumb ul {
    list-style-type: none;
    padding: 5px 15px;
    background: #F4F5F9;
    border-radius: 30px;
    margin: 20px 0 6px 0;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    width: fit-content;
  }
  #breadcrumb ul::-webkit-scrollbar {
    height: 0;
  }
  #breadcrumb ul::-webkit-scrollbar-thumb {
    background: none;
  }
  #breadcrumb ul::-webkit-scrollbar-track {
    background: none;
  }
  #breadcrumb ul li {
    display: inline-block;
    position: relative;
    margin-right: 10px;
  }
  #breadcrumb ul li a {
    text-decoration: underline;
    color: #000000;
  }
  #breadcrumb ul li::after {
    content: "/";
    color: #B11116;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    right: -11px;
    font-size: 12px;
  }
  #breadcrumb ul li:last-child {
    margin-right: 0;
  }
  #breadcrumb ul li:last-child::after {
    display: none;
  }
  #breadcrumb ul li:last-child a {
    text-decoration: none;
  }
  #materials .list, #products .list, #contracts .list {
    padding-top: 50px;
  }
  #products #search-form, #contracts #search-form {
    position: static;
    min-width: auto;
    max-height: initial;
    padding-bottom: 30px;
    box-shadow: none;
    border: 1px solid #CBCBCB;
  }
  #products #search-form .modal-header, #contracts #search-form .modal-header {
    display: none;
  }
  #products #search-form .modal-body, #contracts #search-form .modal-body {
    max-height: initial;
    height: initial;
    padding-bottom: 10px;
    padding-top: 30px;
  }
  #products #search-form .modal-footer, #contracts #search-form .modal-footer {
    background: none;
    height: initial;
    position: static;
  }
  #products #search-form .modal-footer #apply-filters, #contracts #search-form .modal-footer #apply-filters {
    display: none;
  }
  article.full .slider #viewer .modal-body picture img {
    width: 100%;
    max-width: 408px;
    height: auto;
  }
  article.full .slider .items .item img {
    width: initial;
  }
  article#homepage {
    padding-bottom: 100px;
  }
  article#homepage #intro {
    background: linear-gradient(0.25turn, #B11116, #820D10);
    padding-bottom: 220px;
    padding-top: 100px;
  }
  article#homepage #intro .title-h1 span {
    padding: 5px 16px;
  }
  article#homepage #intro p {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
  article#homepage #pushs {
    padding-top: 0;
    padding-bottom: 100px;
  }
  article#homepage #pushs .pushs {
    background: #FFFFFF;
    border-radius: 10px 30px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    padding: 50px 120px;
    margin-top: -160px;
  }
  article#homepage #pushs .pushs .push .button {
    margin-left: auto;
    margin-right: auto;
  }
  article#homepage #section-materials {
    padding-top: 100px;
    padding-bottom: 50px;
  }
  article#homepage #section-occasions {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  article#homepage #section-occasions .slider .items {
    padding-left: calc((100% - 1070px) / 2);
  }
  article#homepage #section-occasions .slider + .container .button {
    margin-left: auto;
    margin-right: auto;
  }
  article#homepage #section-offers {
    max-width: 1070px;
    padding: 80px 121px 139px 121px;
    border-radius: 10px 30px;
  }
  article#homepage #section-offers > .title-h2 {
    text-align: center;
    margin-bottom: 50px;
  }
  article#homepage #section-offers .offer {
    margin: 0;
    border-radius: 10px 30px;
    padding: 50px;
    height: 100%;
  }
  article#homepage #section-offers .offer .title-h3 {
    margin-top: 0;
  }
  article#homepage #section-offers .offer .picto-offer {
    right: 50px;
    top: 50px;
    width: 147px;
    height: 76px;
  }
  article.teaser[data-url] {
    cursor: pointer;
  }
  article.product-type.full .description {
    margin-bottom: 30px;
  }
  article.product-type.full .liens-video-pdf {
    margin-bottom: 30px;
    gap: 10px;
    display: flex;
  }
  article.product-type.full .liens-video-pdf .button {
    font-size: 14px;
  }
  article.product-type.full .buttons {
    gap: 10px;
    display: flex;
    margin: 0;
    border: 1px solid #CBCBCB;
    border-radius: 10px;
  }
  article.product-type.full .buttons .button {
    font-size: 14px;
  }
  article.product.full .title-h1 {
    margin-left: auto;
    margin-right: auto;
  }
  article.product.full .tabs + .items {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  article.product.full .tabs + .items .document {
    width: 220px;
    height: 150px;
  }
  article.product.full .tabs + .items .ticket {
    padding: 40px;
    border-radius: 10px;
    margin-bottom: 20px;
  }
  article.product.full .tabs + .items#documents .container {
    display: flex;
    gap: 20px;
    overflow-x: auto;
  }
  article.product.full section.photos {
    margin-bottom: 50px;
  }
  article.product.full section.content .client-dates {
    font-size: 20px;
  }
  article.product.full section.content .client-dates > div {
    margin-bottom: 30px;
  }
  article.product.full section.content .client-dates b {
    display: block;
  }
  article.product.full section.content .title-h2 {
    margin-top: 0;
  }
  article.product.full section.content ul {
    column-count: 3;
    column-gap: 80px;
  }
  article.product.full section.content ul li {
    page-break-inside: avoid;
    break-inside: avoid-column;
  }
  article.product.full section.content ul li b {
    display: block;
    text-wrap: nowrap;
  }
  article.product.full section.content .buttons {
    padding-top: 0;
    padding-bottom: 0;
    background: none;
  }
  article.product.full section.content .buttons .buttons-lg {
    background: #F4F5F9;
    border-radius: 10px;
    padding: 30px;
  }
  article.product.full section.content .buttons .buttons-lg .button {
    width: 100%;
  }
  article.product.full section.logs #logs > .container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  article.product.full section.logs #logs > .container .log {
    margin-bottom: 0;
  }
  article.product.full #tickets > .container {
    padding-left: 40px;
    padding-right: 40px;
  }
  article.product.full #tickets > .container .ticket .wrapper-answer .buttons {
    text-align: left;
  }
  article.product.full #tickets > .container .ticket .wrapper-answer .buttons .button {
    display: inline-block;
  }
  article.product.full #tickets > .container .ticket .wrapper-answer .buttons .button:first-child {
    margin: 0 20px 0 0;
  }
  article.product.full #new-ticket {
    border-radius: 10px;
    padding: 40px;
  }
  .shopping-cart.full article.product.teaser {
    display: flex;
    padding: 0;
    gap: 0;
    flex-wrap: wrap;
    position: relative;
  }
  .shopping-cart.full article.product.teaser .photo {
    padding: 0 15px 0 0;
    width: initial;
  }
  .shopping-cart.full article.product.teaser .photo img {
    border-radius: 10px 0 0 0;
  }
  .shopping-cart.full article.product.teaser .text {
    flex: 2;
    align-self: center;
  }
  .shopping-cart.full article.product.teaser .text .title-h3 {
    margin-bottom: 5px;
  }
  .shopping-cart.full article.product.teaser .text .additional-text {
    margin-bottom: 5px;
  }
  .shopping-cart.full article.product.teaser .text .price span {
    display: inline-block;
  }
  .shopping-cart.full article.product.teaser .text .price ul {
    margin-top: 0;
    margin-bottom: 5px;
    padding-left: 20px;
  }
  .shopping-cart.full article.product.teaser .text .delete {
    display: block !important;
    cursor: pointer;
    font-size: 12px;
    position: absolute;
    top: 15px;
    right: 15px;
  }
  .shopping-cart.full article.product.teaser .options {
    flex: 100%;
    width: 100%;
    margin: 0;
    border: none;
    border-radius: 0 0 10px 10px;
    align-content: center;
    padding: 0 0 5px 0;
  }
  .shopping-cart.full article.product.teaser .options .field {
    margin-bottom: 0;
  }
}
@media (min-width: 1640px) {
  article#homepage #section-offers {
    max-width: 1400px;
  }
  article.product.full .slider .items .item {
    width: 100%;
  }
}
