/************ Breakpoints Bootstrap ************/
/************ Colors ************/
/************ Typography ************/
/************ Spacing ************/
/************ Radius ************/
/************ Borders & shadows ************/
/************ Motion ************/
/************ General ************/
/************ Brand / UI colors ************/
/************ Typography semantic ************/
html {
  font-size: 16px;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  line-height: 1.2;
  color: #333333;
  background-color: #ffffff;
  font-weight: 200;
}

a {
  color: #111111;
}
a:hover, a:focus, a:active {
  color: #333333;
}

.a-block {
  display: block;
  text-decoration: none;
}
.a-block:hover, .a-block:focus, .a-block:active {
  text-decoration: none;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

img,
picture,
video {
  border-radius: 2px;
}

:focus-visible {
  outline: 2px solid #111111;
  outline-offset: 2px;
}

::selection {
  background-color: #333333;
  color: #ffffff;
}

.grid-cols-3 {
  grid-template-columns: repeat(3, 1fr);
}

.grid-rows-2 {
  grid-template-rows: repeat(2, 1fr);
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.5rem;
}

.p-6 {
  padding: 2rem;
}

.p-7 {
  padding: 3rem;
}

.p-8 {
  padding: 4rem;
}

.m-1 {
  margin: 0.25rem;
}

.m-2 {
  margin: 0.5rem;
}

.m-3 {
  margin: 0.75rem;
}

.m-4 {
  margin: 1rem;
}

.m-5 {
  margin: 1.5rem;
}

.m-6 {
  margin: 2rem;
}

.m-7 {
  margin: 3rem;
}

.m-8 {
  margin: 4rem;
}

p {
  margin-bottom: 0.5rem;
}

section {
  padding-block: 3rem;
}

.section-height {
  min-height: 600px;
}

h1,
.h1 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
  color: #111111;
}
@media (max-width: 991.98px) {
  h1,
  .h1 {
    font-size: 3rem;
  }
}
@media (max-width: 767.98px) {
  h1,
  .h1 {
    font-size: 2.25rem;
  }
}

h2,
.h2 {
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.1;
  color: #111111;
}
@media (max-width: 991.98px) {
  h2,
  .h2 {
    font-size: 1.8rem;
  }
}
@media (max-width: 767.98px) {
  h2,
  .h2 {
    font-size: 1.75rem;
  }
}

h3,
.h3 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.1;
  color: #111111;
}
@media (max-width: 991.98px) {
  h3,
  .h3 {
    font-size: 1.4rem;
  }
}
@media (max-width: 767.98px) {
  h3,
  .h3 {
    font-size: 1.35rem;
  }
}

h4,
.h4 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.1;
  color: #111111;
}

small,
.small {
  font-size: 0.875rem;
}

.smaller {
  font-size: 0.8rem;
}

.font-bold {
  font-weight: 700;
}

.font-light {
  font-weight: 200;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.heading-caps {
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.text-white {
  color: #ffffff;
}

.p-heading {
  font-size: 1.25rem;
}
@media (max-width: 767.98px) {
  .p-heading {
    font-size: 1rem;
  }
}

.svg-60 {
  width: 60px;
  height: 60px;
}

.btn-primary {
  font-size: 1rem;
  font-weight: 500;
  border: 1px solid #111111;
  background-color: transparent;
  color: #111111;
  padding: 0.5rem 1.5rem;
  border-radius: 30px;
  display: block;
  width: fit-content;
}
.btn-primary:hover {
  background-color: #111111;
  color: #ffffff;
  transition: 0.2s ease;
  border: 1px solid #111111;
  outline: 1px solid #111111;
  outline-offset: 3px;
}
.btn-primary:focus, .btn-primary:active, .btn-primary:focus-visible {
  background-color: #111111;
  color: #ffffff;
  border: 1px solid #ffffff;
  transition: 0.2s ease;
  outline: 1px solid #111111;
  outline-offset: 3px;
  box-shadow: none;
}
.btn-primary:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
}

.btn-primary.btn-white {
  border-color: #ffffff;
  color: #ffffff;
}
.btn-primary.btn-white:hover {
  background-color: #ffffff;
  color: #111111;
  transition: 0.2s ease;
  border: 1px solid #ffffff;
  outline: 2px solid #ffffff;
  outline-offset: 3px;
}
.btn-primary.btn-white:focus, .btn-primary.btn-white:active, .btn-primary.btn-white:focus-visible {
  background-color: #ffffff;
  color: #111111;
  border: 1px solid #ffffff;
  transition: 0.2s ease;
  outline: 2px solid #ffffff;
  outline-offset: 3px;
  box-shadow: none;
}
.btn-primary.btn-white:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
}

.btn-primary.btn-black {
  color: #ffffff;
  background-color: #111111;
}
.btn-primary.btn-black:hover {
  background-color: #ffffff;
  color: #111111;
  transition: 0.2s ease;
  border: 1px solid #ffffff;
  outline: 1px solid #ffffff;
  outline-offset: 3px;
}
.btn-primary.btn-black:focus, .btn-primary.btn-black:active, .btn-primary.btn-black:focus-visible {
  background-color: #ffffff;
  color: #111111;
  border: 1px solid #ffffff;
  transition: 0.2s ease;
  outline: 1px solid #ffffff;
  outline-offset: 3px;
  box-shadow: none;
}
.btn-primary.btn-black:active {
  background-color: #F8F6F5 !important;
  border-color: #F8F6F5 !important;
}

.btn-primary.btn-sm {
  padding: 0.25rem 0.75rem;
  font-size: 0.875rem;
}

.btn-primary.btn-square {
  border-radius: 0.5px;
}

.btn-inline {
  border-bottom: 1px solid #111111;
  padding: 0px;
  border-radius: 0;
  transition: 0.2s ease;
  margin-block: 0.5rem;
}
.btn-inline:hover {
  border-bottom: 1px solid #ced4da;
}

.muted {
  opacity: 0.4;
}

.bg-cover {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.overlay-dark,
.overlay-darker {
  position: relative;
}

.overlay-dark::after,
.overlay-darker::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  pointer-events: none;
  z-index: 0;
}

.overlay-darker::after {
  background: rgba(0, 0, 0, 0.6);
}

.overlay-dark > *,
.overlay-darker > * {
  position: relative;
  z-index: 1;
}

.back-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}

div:has(> .back-img) {
  position: relative;
}
div:has(> .back-img) > *:not(.back-img) {
  z-index: 1;
  position: relative;
}

.bg-colored {
  background-color: #F8F6F5;
}

.line-on-right {
  border-right: 1px solid #F8F6F5;
}

.line-right {
  position: relative;
}

.line-right::after {
  content: "";
  content: "";
  position: absolute;
  top: 0;
  right: 0px;
  width: 1px;
  height: 100%;
  background: #F8F6F5;
}

@media (max-width: 991.98px) {
  .line-right::after {
    display: none;
  }
  .line-on-right {
    border-right: none;
  }
}
hr,
.hr {
  border: none;
  border-top: 2px solid #F8F6F5;
  margin: 1rem 0;
}

.pagination {
  padding-block: 1rem;
  justify-content: center !important;
}
.pagination a,
.pagination .page-link-inter {
  color: #111111;
  border: none;
  border-bottom: 2px solid transparent;
  border-radius: 0 !important;
  padding: 0;
  width: 20px;
  aspect-ratio: 0.8;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.pagination a:hover,
.pagination a:focus {
  border-bottom: 2px solid #111111;
  background-color: transparent;
  color: #111111;
  box-shadow: none;
}
.pagination .page-item.disabled a {
  font-weight: 600;
  color: #111111;
  background-color: transparent;
  border-bottom: 2px solid #111111;
}
.pagination .page-item {
  margin-inline: 5px;
}
.pagination .page-link-inter {
  background-color: transparent;
}

.table__list {
  margin-block: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: space-between;
  font-size: 0.875rem;
}
.table__list dt {
  font-weight: 500;
}
.table__list > div {
  flex: 0 0 calc(50% - 0.5rem);
  display: flex;
  gap: 0.5rem;
  justify-content: space-between;
  max-width: 270px;
  min-width: 250px;
  border-bottom: solid #ced4da 1px;
}

ul a {
  text-underline-offset: 4px;
  padding-left: 0.5rem;
}
ul a:hover {
  text-decoration-thickness: 2px;
}
ul li {
  padding-block: 0.25rem;
}

.sticky {
  position: sticky;
  top: 10vh;
}

@media (max-width: 767.98px) {
  .sticky {
    position: static;
  }
}
.pop-up {
  width: 100%;
  box-shadow: 0 4px 8px rgba(17, 17, 17, 0.15);
  background-color: #fff;
  padding: 1.5rem;
  border-radius: 2px;
  z-index: 10;
}

.pop-up.fixed_custom {
  position: fixed;
  top: 50vh;
  left: 50vw;
  width: min(100vw - 2rem, 960px);
  margin-inline: 0.5rem;
  height: min(95vh, 700px);
  transform: translate(-50%, -50%);
  animation: popUpAppear 180ms ease-out both;
}

div:has(> .pop-up) {
  display: none;
}

.pop-up_overlay_visible {
  overflow: hidden;
}
.pop-up_overlay_visible::after {
  content: "";
  position: fixed;
  inset: 0;
  background: rgba(71, 71, 71, 0.5);
  z-index: 9;
  backdrop-filter: blur(7px);
  animation: overlayFadeIn 2s ease-out both;
}

@keyframes overlayFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes popUpAppear {
  from {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.9);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}
.pop-up.relative {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.btn-popup-close.cross {
  cursor: pointer;
  color: #111111;
  font-size: 1.5rem;
  position: absolute;
  top: 0;
  right: 7px;
  z-index: 11;
  font-weight: 600;
}
.btn-popup-close.cross:hover {
  color: #333333;
}

.ajustable-arrow {
  display: flex;
  align-items: center;
  width: 90%;
}
.ajustable-arrow .ajustable-arrow__line {
  flex: 1;
  height: 2px;
  background: #111111;
}
.ajustable-arrow .ajustable-arrow__arrow {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}
.ajustable-arrow .ajustable-arrow__arrow.left {
  position: relative;
  left: 7px;
}
.ajustable-arrow .ajustable-arrow__arrow.right {
  position: relative;
  right: 7px;
}
.ajustable-arrow .ajustable-arrow__arrow line {
  stroke: #111111;
  stroke-width: 1.5;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

div:has(> picture) {
  position: relative;
  overflow: hidden;
}

picture {
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

picture > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
}

input[type=text],
input[type=search],
select.form-select {
  background-color: transparent;
  font-weight: 200;
  position: relative;
  border-color: transparent;
  border-radius: 0;
  border-bottom: 1px solid #111111;
  transition: 0.2s ease;
}
input[type=text]::after,
input[type=search]::after,
select.form-select::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #111111;
}
input[type=text]:focus, input[type=text]:hover,
input[type=search]:focus,
input[type=search]:hover,
select.form-select:focus,
select.form-select:hover {
  outline: none;
  box-shadow: none;
  border-radius: 0;
  border-color: transparent;
  border-bottom: 2px solid #111111;
  background-color: transparent;
}
input[type=text]::placeholder,
input[type=search]::placeholder,
select.form-select::placeholder {
  font-size: 0.8rem;
  opacity: 0.8;
  font-weight: 200;
}

.form-check-input {
  border: 1px solid #ced4da;
  border-radius: 0;
  transition: all 0.2s ease-in-out;
  margin-top: 2px;
}
.form-check-input:checked {
  background-color: #111111;
  border-color: #111111;
}
.form-check-input:hover:not(:disabled) {
  border-color: #111111;
}
.form-check-input:focus {
  box-shadow: 0 0 0 0.1rem rgba(17, 17, 17, 0.25);
  outline: none;
  border-color: #ced4da;
}
.form-check-input:focus-visible {
  outline: 2px solid #111111;
  outline-offset: 2px;
}

.form-group:has(.form-check-input) * {
  cursor: pointer;
}
.form-group:has(.form-check-input) *:hover .form-check-input:not(:disabled) {
  border-color: #111111;
}

.form-group.disabled {
  opacity: 0.4;
  pointer-events: none;
}

form small.error {
  font-style: italic;
  font-size: 0.8rem;
  text-align: center;
  margin-top: 0.25rem;
  display: none;
}
form sup.requis {
  color: red;
  font-weight: 900;
}
form .is-invalid .select2-selection {
  border-color: red;
}

.scrollableX,
.scrollableY,
body {
  scrollbar-width: auto;
  scrollbar-color: rgba(17, 17, 17, 0.9) transparent;
}

.scrollableX::-webkit-scrollbar,
.scrollableY::-webkit-scrollbar,
body::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.scrollableX::-webkit-scrollbar-track,
.scrollableY::-webkit-scrollbar-track,
body::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.05);
}

.scrollableX::-webkit-scrollbar-thumb,
.scrollableY::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.35);
}

.scrollableX::-webkit-scrollbar-thumb:hover,
.scrollableY::-webkit-scrollbar-thumb:hover,
body::-webkit-scrollbar-thumb:hover {
  background: rgba(17, 17, 17, 0.35);
}

.scrollableX {
  padding-bottom: 8px;
  scrollbar-gutter: stable;
}

.scrollableY {
  padding-left: 8px;
  scrollbar-gutter: stable;
}

.modal .modal-content {
  border: none;
  border-radius: 2px;
  box-shadow: 0 4px 8px rgba(17, 17, 17, 0.15);
  padding: 0.75rem;
}
.modal .modal-header {
  border: none;
  padding-bottom: 0;
}
.modal .btn-primary:hover {
  background-color: #ffffff;
  color: #111111;
}
.modal .btn-primary.btn-black:hover {
  border-color: #111111;
  outline: 1px solid #111111;
  background-color: #111111;
  color: #ffffff;
}
.modal .list-group-item {
  border: none;
  background-color: transparent;
}
.modal .modal-footer {
  border: none;
  padding-top: 0;
}
.modal .modal-footer .btn-inline {
  margin: 0;
}

#cookieConsentModal .form-switch.list-group-item {
  display: flex;
  justify-content: center;
}

.form-switch .form-check-input {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Ccircle cx='4' cy='4' r='4' fill='white'/%3E%3C/svg%3E");
  cursor: pointer;
}
.form-switch .form-check-input {
  border: 1px solid #ced4da;
  background-color: #ced4da;
  height: 1.2em;
  margin: 0;
}
.form-switch .form-check-input:checked {
  background-color: #111111;
  border-color: #111111;
}
.form-switch .form-check-input:focus, .form-switch .form-check-input:hover {
  border-color: #111111;
  box-shadow: none;
}
.form-switch .form-check-input:disabled {
  opacity: 0.2;
}

.accordion {
  --bs-accordion-bg: transparent;
}
.accordion .accordion-item {
  border: none;
}
.accordion .accordion-button {
  font-weight: 600;
  padding-block: 0.75rem;
}
.accordion .accordion-button:focus {
  box-shadow: none;
  border-color: transparent;
  background-color: transparent;
}
.accordion .accordion-button:focus-visible {
  outline: 1px solid #111111;
  border-radius: 30px;
}
.accordion .accordion-button::before {
  content: ">";
  font-weight: 600;
  font-size: 25px;
  margin-right: 20px;
  transition: 0.2s ease;
}
.accordion .accordion-button::after {
  background-image: none;
}
.accordion .accordion-button:not(.collapsed) {
  color: #111111;
  background-color: transparent;
  box-shadow: none;
}
.accordion .accordion-body {
  padding-block: 0;
  margin-left: 35px;
}
.accordion .accordion-button:not(.collapsed)::before {
  transform: rotate(90deg);
}

@font-face {
  font-family: "Jaldi";
  src: url("/fonts/Jaldi/Jaldi-Regular.woff2") format("woff2");
  font-weight: 400;
}
@font-face {
  font-family: "Jaldi";
  src: url("/fonts/Jaldi/Jaldi-Bold.woff2") format("woff2");
  font-weight: 700;
}
@font-face {
  font-family: "Caveat";
  src: url("/fonts/Caveat/Caveat-VariableFont_wght.woff2") format("woff2");
  font-weight: 400 700;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("/fonts/Poppins/Poppins-ExtraLight.woff2") format("woff2");
  font-weight: 200;
}
@font-face {
  font-family: "Poppins";
  src: url("/fonts/Poppins/Poppins-Light.woff2") format("woff2");
  font-weight: 300;
}
@font-face {
  font-family: "Poppins";
  src: url("/fonts/Poppins/Poppins-Regular.woff2") format("woff2");
  font-weight: 400;
}
@font-face {
  font-family: "Poppins";
  src: url("/fonts/Poppins/Poppins-Medium.woff2") format("woff2");
  font-weight: 500;
}
@font-face {
  font-family: "Poppins";
  src: url("/fonts/Poppins/Poppins-SemiBold.woff2") format("woff2");
  font-weight: 600;
}
@font-face {
  font-family: "Poppins";
  src: url("/fonts/Poppins/Poppins-Bold.woff2") format("woff2");
  font-weight: 700;
}
@font-face {
  font-family: "Fira Sans Condensed";
  src: url("/fonts/FiraSansCondensed/FiraSansCondensed-Light.woff2") format("woff2");
  font-weight: 300;
}
@font-face {
  font-family: "Fira Sans Condensed";
  src: url("/fonts/FiraSansCondensed/FiraSansCondensed-Regular.woff2") format("woff2");
  font-weight: 400;
}
@font-face {
  font-family: "Fira Sans Condensed";
  src: url("/fonts/FiraSansCondensed/FiraSansCondensed-Medium.woff2") format("woff2");
  font-weight: 500;
}
@font-face {
  font-family: "Fira Sans Condensed";
  src: url("/fonts/FiraSansCondensed/FiraSansCondensed-SemiBold.woff2") format("woff2");
  font-weight: 600;
}
@font-face {
  font-family: "Fira Sans Condensed";
  src: url("/fonts/FiraSansCondensed/FiraSansCondensed-Bold.woff2") format("woff2");
  font-weight: 700;
}
h1, .h1 {
  font-size: 2.275rem;
  font-family: "Fira Sans Condensed", sans-serif;
}

h3, .h3 {
  font-size: 1.95rem;
  font-family: "Fira Sans Condensed", sans-serif;
}

a {
  font-family: "Fira Sans Condensed", sans-serif;
}

.typo-fira {
  font-family: "Fira Sans Condensed", sans-serif;
}

section {
  padding-block: 2rem 0;
}

form .card.error,
.form .card.error {
  border-color: #e60104 !important;
}
form small.error,
.form small.error {
  color: #e60104 !important;
  font-style: italic;
  font-size: 0.7rem;
  width: 100%;
  display: none;
}
form sup.requis,
.form sup.requis {
  color: #e60104 !important;
  font-weight: 900;
}
form input[type=text],
form select,
form textarea,
.form input[type=text],
.form select,
.form textarea {
  background-color: #eff0f0;
  border: 2px solid #eff0f0;
  border-radius: 4px;
}
form input[type=text]:focus, form input[type=text]:hover,
form select:focus,
form select:hover,
form textarea:focus,
form textarea:hover,
.form input[type=text]:focus,
.form input[type=text]:hover,
.form select:focus,
.form select:hover,
.form textarea:focus,
.form textarea:hover {
  outline: none;
  box-shadow: auto;
  border-color: #e60104;
  background-color: #eff0f0;
  border-radius: 4px;
}

small,
.small {
  font-size: 0.75rem;
}
small a,
.small a {
  padding-left: 0;
}

header ul li {
  padding-block: 0;
}
header .navbar > div:first-child .navbar-brand {
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
header .navbar > div:first-child .navbar-brand img {
  min-width: 140px;
}
@media (min-width: 992px) {
  header .navbar > div:first-child .navbar-brand img {
    min-width: 140px;
  }
}
header .navbar > div:first-child a.nav-link {
  font-family: "Fira Sans Condensed", sans-serif !important;
  font-weight: 500;
  font-size: 1.375rem;
}
header .navbar > div:first-child .dropdown-menu {
  border: none;
  border-radius: 0;
  font-weight: 400;
  margin: 0;
}
header .navbar > div:first-child .dropdown-menu a {
  color: #686e6e;
  font-family: "Fira Sans Condensed", sans-serif !important;
}
header .navbar > div:first-child .nav-item:not(.toggle-nav-items) .nav-link:hover:before {
  width: calc(100% - 2rem);
  opacity: 1;
}
header .navbar > div:first-child .nav-item:not(.toggle-nav-items) .nav-link:before {
  content: "";
  position: absolute;
  bottom: 2.4rem;
  width: 0;
  height: 5px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  background-color: #df252b;
}
header .navbar > div:first-child .nav-item > .nav-link {
  transition: padding 0.2s ease;
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-right: 1rem;
  padding-left: 1rem;
}
header .navbar > div:first-child .nav-item:not(.toggle-nav-items) .nav-link {
  position: relative;
}
header .navbar > .container {
  max-width: 1140px;
}
header .button-nav {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
header .button-nav .nav {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 1rem;
  opacity: 1;
  pointer-events: all;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
header .button-nav .nav-item {
  margin-left: 0.25rem;
}
header .button-nav .nav-link {
  background-color: #A4A7A7;
  color: #fff;
  padding: 0.4rem 0.8rem;
  border-radius: 0;
  display: block;
  text-decoration: none;
}
header .button-nav .nav-link svg {
  width: 1em;
  display: inline-block;
  font-size: inherit;
  height: 1em;
  vertical-align: -0.125em;
}
header .button-nav .nav-link:hover {
  background-color: #DF252B;
}
header .button-nav .dropdown-menu {
  box-shadow: -1rem 1rem 2rem -1rem rgba(0, 0, 0, 0.2), 1rem 1rem 2rem -1rem rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1000;
  float: left;
  min-width: 10rem;
  font-size: 1rem;
  color: #686e6e;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 0 solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  width: calc(100% - 170px);
  padding: 0.75rem;
  padding-bottom: 20px;
}
header .button-nav .dropdown-menu button {
  color: #fff;
  background-color: #df252b;
  border-color: #df252b;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  border-radius: 2px;
  font-weight: 600;
  padding-inline: 1.5rem;
}
header .button-nav .dropdown-menu input {
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.3;
  background-color: #eff0f0;
  background-clip: padding-box;
  border: 2px solid #eff0f0;
  border-radius: 4px;
  box-shadow: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  font-family: "Fira Sans Condensed", sans-serif !important;
}
header .button-nav .dropdown-menu input::placeholder {
  color: #949999 !important;
  opacity: 1;
  font-weight: 400;
}
header .button-nav .dropdown-item {
  font-family: "Fira Sans Condensed", sans-serif;
}
header .button-nav-mobile {
  display: none !important;
}
@media (max-width: 991.98px) {
  header:first-of-type {
    padding-top: 20px;
  }
  header .navbar-toggler {
    margin-right: 30px;
  }
  header .navbar .container {
    padding: 0;
  }
  header .navbar > div:first-child .navbar-brand {
    padding-left: 30px;
  }
  header .navbar-brand img {
    max-width: 110px;
    transition: all 0.2s ease;
    min-width: 110px !important;
  }
  header .navbar > div:first-child .nav-item > .nav-link {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCI+DQogIDxkZWZzPg0KICAgIDxjbGlwUGF0aCBpZD0iY2xpcC1wYXRoIj4NCiAgICAgIDxyZWN0IHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSIvPg0KICAgIDwvY2xpcFBhdGg+DQogIDwvZGVmcz4NCiAgPGcgaWQ9Imljb25zX2RhcmtfbmV4dCIgZGF0YS1uYW1lPSJpY29ucy9kYXJrL25leHQiIGNsaXAtcGF0aD0idXJsKCNjbGlwLXBhdGgpIj4NCiAgICA8cmVjdCBpZD0iYmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSIvPg0KICAgIDxwYXRoIGlkPSJ1bmlvbiIgZD0iTTYuMjMsMTMuMjkuMyw3LjM2YS43NTguNzU4LDAsMCwxLS4wOC0uMDcuNzY1Ljc2NSwwLDAsMSwwLTEuMDcyLjc1OS43NTksMCwwLDEsLjA4LS4wN0w2LjIzLjIyQS43NS43NSwwLDAsMSw3LjI5MSwxLjI4TDEuODE3LDYuNzU1LDcuMjkxLDEyLjIzQS43NS43NSwwLDEsMSw2LjIzLDEzLjI5WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNi4wMTEgMTUuNzQxKSByb3RhdGUoLTkwKSIgZmlsbD0iIzJmM2U0OCIvPg0KICA8L2c+DQo8L3N2Zz4=);
    background-repeat: no-repeat;
    background-position: 97% center;
    padding: 1.25rem 1.5rem;
    border-bottom: 1.5px solid #dee2e6;
    color: #686e6e;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.3;
  }
  header .navbar > div:first-child .nav-item > .nav-link::before {
    position: static !important;
  }
  header .dropdown-item:hover {
    border-bottom: 1.5px solid #df252b;
    color: #686e6e;
    background-color: transparent;
  }
  header .dropdown-menu {
    background-color: #f8f9fa;
    position: static;
    float: none;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175);
  }
  header .dropdown-item {
    border-bottom: 1.5px solid #dee2e6;
    font-weight: 300;
    padding: 1.25rem 1.5rem;
    display: block;
    width: 100%;
  }
  header .nav-item:has(.show) .nav-link {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCI+DQogIDxkZWZzPg0KICAgIDxjbGlwUGF0aCBpZD0iY2xpcC1wYXRoIj4NCiAgICAgIDxyZWN0IHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSIvPg0KICAgIDwvY2xpcFBhdGg+DQogIDwvZGVmcz4NCiAgPGcgaWQ9Imljb25zX2RhcmtfbmV4dCIgZGF0YS1uYW1lPSJpY29ucy9kYXJrL25leHQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDI0IDI0KSByb3RhdGUoMTgwKSIgY2xpcC1wYXRoPSJ1cmwoI2NsaXAtcGF0aCkiPg0KICAgIDxyZWN0IGlkPSJiZyIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiBmaWxsPSJub25lIi8+DQogICAgPHBhdGggaWQ9InVuaW9uIiBkPSJNNi4yMywxMy4yOS4zLDcuMzZhLjc1OC43NTgsMCwwLDEtLjA4LS4wNy43NjUuNzY1LDAsMCwxLDAtMS4wNzIuNzU5Ljc1OSwwLDAsMSwuMDgtLjA3TDYuMjMuMjJBLjc1Ljc1LDAsMCwxLDcuMjkxLDEuMjhMMS44MTcsNi43NTUsNy4yOTEsMTIuMjNBLjc1Ljc1LDAsMSwxLDYuMjMsMTMuMjlaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg2LjAxMSAxNS43NDEpIHJvdGF0ZSgtOTApIiBmaWxsPSIjMmYzZTQ4Ii8+DQogIDwvZz4NCjwvc3ZnPg0K) !important;
    font-weight: 500 !important;
  }
  header .button-nav-mobile {
    display: block !important;
    position: static;
    transform: none !important;
  }
  header .button-nav-mobile .nav-pills {
    position: relative !important;
    font-size: 1.6rem !important;
    margin-block: 30px 20px;
  }
  header .button-nav-mobile .nav-pills .nav-link {
    background-color: #a4a7a7;
    color: #fff !important;
    padding: 0.4rem 0.8rem 0.3rem !important;
    width: 46px;
    height: 40px;
    background-image: none !important;
  }
  header .button-nav-mobile .nav-item {
    margin: 0 0.25rem;
  }
  header .button-nav-mobile svg {
    width: 100% !important;
    height: auto !important;
    overflow: visible;
    vertical-align: 0 !important;
  }
}

footer {
  position: relative;
  background-color: #686e6e;
  color: #fff;
  padding-top: 4rem;
  margin-top: 7rem;
  font-size: 1rem !important;
  font-weight: 300;
  line-height: 1.3;
}
footer img {
  display: inline;
}
footer .address-box-container {
  transform: translateY(-50%);
  margin-top: -4rem;
}
@media (min-width: 1199.98px) {
  footer .container {
    max-width: 1140px;
  }
}
footer address {
  font-family: "Fira Sans Condensed", sans-serif;
}
footer address a:hover {
  text-decoration: underline;
  opacity: 0.8;
}
footer .address-box {
  padding: 1rem 3rem;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  background-color: #df252b;
  color: #fff;
  font-weight: bolder;
}
footer .footer-bar {
  margin-top: 3rem;
  padding: 1rem 0;
}
footer .footer-bar hr {
  border-color: #fff;
}
footer hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
footer .btn-primary:not(.modal .btn-primary) {
  color: #fff;
  background-color: #df252b;
  border-color: #df252b;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  border-radius: 2px;
  font-family: "Fira Sans Condensed", sans-serif;
}
footer .btn-primary:not(.modal .btn-primary):hover {
  background-color: #b82126;
  outline: none;
  border-color: #b82126;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  border-radius: 2px;
  font-family: "Fira Sans Condensed", sans-serif;
  color: #fff;
}
footer .nav-link {
  font-family: "Fira Sans Condensed", sans-serif;
  color: white;
}
footer .nav-link:hover {
  text-decoration: underline;
  color: white;
}
footer .address-box .nav-link {
  padding-left: 1rem;
  padding-right: 1rem;
  display: block;
  padding: 0.5rem 1rem;
}
footer .address-box .nav-link:hover {
  opacity: 0.8;
  color: #fff !important;
}
footer .address-box .nav-link svg {
  width: 1.25em;
  overflow: visible;
  vertical-align: -0.225em;
}
footer section {
  padding-block: 3rem !important;
  margin-block: 0 !important;
}

/*# sourceMappingURL=rothfrance-transition.scss.map */
