@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200");
.material-symbols-outlined {
    font-variation-settings:
            'FILL' 0,
            'wght' 200,
            'GRAD' 0,
            'opsz' 48
}
/* Button */
.btn.outline {
    background: none;
}
.btn-default.outline {
    border: 1px solid #CCC;
    color: #333;
}
.btn-default.outline:hover,
.btn-default.outline:focus,
.btn-default.outline:active,
.btn-default.outline.active,
.open > .dropdown-toggle.btn-default {
    border-color: #ADADAD;
    background-color: #E6E6E6;
}
.btn-default.outline:active,
.btn-default.outline.active {
    box-shadow: none;
}

.border-bottom-text {
    border-bottom: 2px solid #ddd;
}

.cursor-default {
    cursor: default;
}

.height-150 {
    height: 150px;
}

.height-100-percents {
    height: 100%;
}

.width-25-px {
    width: 25px !important;
}
.width-250 {
    width: 250px;
}

.align-right {
    float: right;
}
.align-left {
    float: left;
}

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

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

.width-calc {
    width: calc(100% - 12px);
}

.w-fit {
    width: fit-content;
}

.width-100, .w-100 {
    width: 100%;
}

.width-90-percents {
    width: 90%;
}

.width-80-percents {
    width: 80%;
}
.width-70-percents {
    width: 70%;
}
.width-50-percents {
    width: 50%;
}
.width-30-percents {
    width: 30%;
}

.width-150 {
    width: 150px;
}
.width-200 {
    width: 200px;
}
.width-250 {
    width: 250px;
}
.width-280 {
    width: 280px;
}
.width-350 {
    width: 350px;
}

.min-width-125 {
    min-width: 125px;
}

.bold {
    font-weight: bold;
}

.bolder {
    font-weight: bolder !important;
    color: black !important;
}
.text-underline,
.link-underline {
    text-decoration: underline;
}
.link-underline:hover {
    text-decoration: none;
}

.font-size75 {
    font-size: 0.75em;
}

.height-10 {
    height: 10px;
}
.height-30 {
    height: 30px;
}
.height-45 {
    height: 45px;
}
.height-150 {
    height: 150px;
}
.height-200 {
    height: 200px;
}
.height-235 {
    height: 235px;
}
.height-270 {
    height: 270px;
}
.height-275 {
    height: 275px;
}
.height-305 {
    height: 305px;
}
.height-310 {
    height: 310px;
}
.height-325 {
    height: 325px;
}
.height-345 {
    height: 345px;
}
.height-375 {
    height: 375px;
}
.height-380 {
    height: 380px;
}
.height-425 {
    height: 425px;
}

.min-height30 {
    min-height: 30px;
}
.min-height150 {
    min-height: 150px;
}

.max-height-68 {
    max-height: 68px;
}
.max-height-90 {
    max-height: 90px;
}
.max-height-130 {
    max-height: 130px;
}
.max-height-140 {
    max-height: 140px;
}
.max-height-150 {
    max-height: 150px;
}
.max-height-160 {
    max-height: 160px;
}
.max-height-170 {
    max-height: 170px;
}
.max-height-220 {
    max-height: 220px;
}
.max-height300 {
    max-height: 300px;
}
.max-height500 {
    max-height: 500px;
}
.max-height540 {
    max-height: 540px;
}

.line-height-67 {
    line-height: 67px;
}

.overflow-hidden {
    overflow: hidden;
}
.overflow-inherit {
    overflow: inherit;
}
.overflow-y-auto {
    overflow-y: auto;
}

.img-height150 {
    height: 150px;
    width: 250px;
}

.height-inherit {
    height: inherit;
}

/* Margin top */
.static-top10 {
    top: 10px;
}
.topminus10 {
    margin-top: -10px;
}

.topminus100 {
    margin-top: -100px;
}

.margin-top-minus-5 {
    margin-top: -5px;
}
.top0 {
    margin-top:0px;
}
.top5 {
    margin-top:5px;
}
.top7 {
    margin-top:7px;
}
.top10 {
    margin-top:10px;
}
.top15 {
    margin-top:15px;
}
.top20 {
    margin-top:20px;
}
.top30 {
    margin-top:30px;
}
.top37 {
    margin-top:37px;
}
.top40 {
    margin-top:40px;
}
.top60 {
    margin-top:60px;
}

/* Margin left */
.left0 {
    margin-left: 0;
}
.left5 {
    margin-left:5px;
}
.left10 {
    margin-left:10px;
}
.left15 {
    margin-left:15px;
}
.left20 {
    margin-left:20px;
}
.left25 {
    margin-left:25px;
}
.left30 {
    margin-left:30px;
}

.left50 {
    margin-left:50px;
}

/* Padding left */
.padding-left40 {
    padding-left: 40px;
}
.important-padding-left7 {
    padding-left: 7px !important;
}
.important-padding-left25 {
    padding-left: 25px !important;
}
.important-padding-left33 {
    padding-left: 33px !important;
}
.important-padding-left50 {
    padding-left: 50px !important;
}
.important-padding-left100 {
    padding-left: 100px !important;
}

/* Margin right */
.static-right15 {
    right: 15px;
}
.right0 {
    margin-right: 0;
}
.right5 {
    margin-right: 5px;
}
.right10 {
    margin-right: 10px;
}
.right15 {
    margin-right: 15px;
}
.right20 {
    margin-right:20px;
}
.right25 {
    margin-right:25px;
}
.right30 {
    margin-right: 30px;
}
.right50 {
    margin-right: 50px;
}

/* Margin bottom */
.bottom0 {
    margin-bottom:0px;
}
.bottom5 {
    margin-bottom:5px;
}
.bottom10 {
    margin-bottom:10px;
}
.bottom15 {
    margin-bottom:15px;
}
.bottom20 {
    margin-bottom:20px;
}
.bottom30 {
    margin-bottom:30px;
}
.bottom35 {
    margin-bottom: 35px;
}
.bottom40 {
    margin-bottom: 40px;
}

.margin-unset {
    margin: 0px;
    padding: 0px;
}

/* Bottom */
.static-bottom5 {
    bottom: 5px;
}
.static-bottom10 {
    bottom: 10px;
}
.static-bottom15 {
    bottom: 15px;
}
.static-bottom45 {
    bottom: 45px;
}
.static-bottom50 {
    bottom: 50px;
}
.static-bottom55 {
    bottom: 55px;
}
.static-bottom60 {
    bottom: 60px;
}

/* Padding */
.padding-vertical-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}
.padding-vertical {
    padding-top: 15px;
    padding-bottom: 15px;
}
.padding-vertical-min {
    padding-top: 10px;
    padding-bottom: 10px;
}
.padding-side {
    padding-left: 15px;
    padding-right: 15px;
}
.padding-side-5 {
    padding-left: 5px;
    padding-right: 5px;
}
.padding-side-20 .padding-left-20 {
    padding-left: 20px;
}
.padding-side-20 .padding-right-20 {
    padding-right: 20px;
}
.padding-right-40 {
    padding-right: 40px;
}
.padding-side-min {
    padding-left: 10px;
    padding-right: 10px;
}
.padding-0 {
    padding: 0px;
}
.padding-5 {
    padding: 5px;
}
.padding-10 {
    padding: 10px;
}
.padding-20 {
    padding: 20px;
}

/* Font size */
.font-size-12 {
    font-size: 12px;
}
.font-size-13 {
    font-size: 13px;
}

.font-size-14 {
    font-size: 14px;
}

.font-size-16 {
    font-size: 16px;
}
.font-size-18 {
    font-size: 18px;
}
.font-size-20 {
    font-size: 20px;
}

.font-size-32 {
    font-size: 32px;
}

/* Important text-align */
.important-text-left {
    text-align: left !important;
}
.important-text-right {
    text-align: right !important;
}
.important-text-center {
    text-align: center !important;
}

.vertical-align-middle {
    vertical-align: middle;
}

.vertical-align-middle-important {
    vertical-align: middle !important;
}

/* Display */
.grid {
    display: grid;
}
.display-table-cell {
    display: table-cell;
}
.display-table {
    display: table;
}
.flex {
    display: flex !important;
}
.flex-vertical-align-center {
    display: flex !important;
    align-items: center !important;
}
.flex-row {
    flex-direction: row;
}
.flex-shrink-0 {
    flex-shrink: 0;
}
#navbar-collapse.flex {
  display: flex !important;
}
.inline-block {
    display: inline-block;
}
.display-none {
    display: none;
}

/* Positions */
.fixed {
    position: fixed;
}
.relative {
    position: relative;
}
.absolute {
    position: absolute;
}

.right-side {
    left: 66.66%;
    right: 0;
    padding: 0;
    margin: 0;
}

.left-side {
    left: 0;
    right: 66%;
    padding: 0;
    margin: 0;
}
.right-200 {
    right: 200px;
}

@media screen and (max-width: 768px)
{
    .right-side {
        left: 0;
    }
    .left-side {
        right: 0;
    }
}
/* Colors */
.black {
    color: #333333;
}
.green {
    color: #00a41e;
}
.red {
    color: #ff0004;
}
.white {
    color: #f5f5f5;
}
.orange {
    color: orange;
}

/* Custom diagonal line-through */
.strikethrough {
    position: relative;
}
.strikethrough:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    right: 0;
    border-top: 1px solid;
    border-color: inherit;
    -webkit-transform:rotate(-7deg);
    -moz-transform:rotate(-7deg);
    -ms-transform:rotate(-7deg);
    -o-transform:rotate(-7deg);
    transform:rotate(-7deg);
}

.margin-0 {
    margin: 0;
}
.margin-0 > p {
    margin: 0;
}

.pr-0 {
    padding-right: 0!important;
}

.px-5, .pl-5 {
    padding-left: 3rem!important;
}
.px-5, .pr-5 {
    padding-right: 3rem!important;
}

.px-6, .pl-6 {
    padding-left: 5rem!important;
}

.px-6, .pr-6 {
    padding-right: 5rem!important;
}

.p-3 {
    padding: 1rem!important;
}

.py-0 {
    padding-bottom: 0;
    padding-top: 0;
}

.pb-3, .py-3 {
    padding-bottom: 1rem!important;
}
.pt-3, .py-3 {
    padding-top: 1rem!important;
}

.px-3, .pl-3 {
    padding-left: 1rem!important;
}
.px-3, .pr-3 {
    padding-right: 1rem!important;
}

.px-2, .pl-2 {
    padding-left: .5rem!important;
}
.px-2, .pr-2 {
    padding-right: .5rem!important;
}

.p-1 {
    padding: 0.25rem!important;
}

.pb-1, .py-1 {
    padding-bottom: 0.25rem!important;
}

.pt-1, .py-1 {
    padding-top: 0.25rem!important;
}

.pt-2 {
    padding-top: 0.5rem !important;
}

.ml-auto {
    margin-left: auto;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.mx-5, .mx-fullcontainer-responsive-768, .ml-5 {
    margin-left: 3rem!important;
}
.mx-5,.mx-fullcontainer-responsive-768, .mr-5 {
    margin-right: 3rem!important;
}
.my-5, .mt-5 {
    margin-top: 3rem!important;
}
.my-5, .mb-5 {
    margin-bottom: 3rem!important;
}
.mr-3 {
    margin-right: 3rem;
}
.m-0 {
    margin: 0!important;
}

@media only screen and (max-width: 768px) {
    .mx-fullcontainer-responsive-768 {
        margin-left: 0 !important;
        padding-left: 0;
    }
}

.pre-wrap {
    white-space: pre-wrap;
}
.nowrap {
    white-space: nowrap;
}

.fullscreen {
    min-height: 100%;
    min-width: 1024px;
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
}

@media(max-width: 1024px) {
    .fullscreen {
        left: 50%;
        margin-left: -512px;
    }
}

.border-radius-10 {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.border-radius-15 {
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}
.border-radius-20 {
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}
.border-none {
    border: none;
}

.list-style-none {
    list-style: none;
}

select.inline-auto {
    display: inline;
    width: auto;
}

.break-word {
    word-break: break-word;
}

.clear-left {
    clear: left;
}

.cursor-pointer {
    cursor: pointer;
}

.padding-top-2em {
    padding-top: 2em;
}

.padding-top-3em {
    padding-top: 3em;
}

.border-info-radius {
    border: 5px solid lightblue;
    border-radius: 10px;
    padding: 5px;
}

.border-info-radius-img img {
    border: 5px solid lightblue;
    border-radius: 10px;
    padding: 5px;
}

.display-xs {
    display: none;
}

@media (max-width: 767px) {
    .display-xs {
        display: block;
    }
}

/*
@media (max-width: 349px) {
    .col-xs-12 {
        width: 100%;
        margin-left: 0%;
    }
}
@media (max-width: 530px) {
    .col-xs-12 {
        width: 80%;
        margin-left: 10%;
    }
}
@media (max-width: 700px) {
    .col-xs-12 {
        width: 50%;
        margin-left: 25%;
    }
}
*/

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

/** Profile thumbnail */
.profile-thumbnail h4, .reservation-confirmation-button h4 {
    margin-top: 8px;
}

a.profile-thumbnail:focus,
a.profile-thumbnail:hover,
a.reservation-confirmation-button:focus,
a.reservation-confirmation-button:hover
{
    text-decoration: none;
}

.profile-thumbnail .badge {
    background-color: red;
    height: 14px;
    width: 6px;
    margin-left: -10px;
    margin-top: 14px;
}

.profile-thumbnail > div, .reservation-confirmation-button > div {
    border-radius: 20px;
    padding: 5px;
    margin: -10px;
    height: 105px;
    background-color: white;
}

.rounded {
    border-radius: 15px;
}

/** bootstrap helper **/
.m-2 {
    margin: .5rem!important;
}
.m-3 {
    margin: .8rem!important;
}
.align-self-center {
    -ms-flex-item-align: center!important;
    align-self: center!important;
}

.d-block {
    display: block;
}

.d-flex {
    display: flex;
}

.d-flow-root {
    display: flow-root;
}

.flex-column {
    flex-direction: column;
}

.flex-grow-1 {
    flex-grow: 1;
}

.flex-wrap {
    flex-wrap: wrap;
}

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

.pagination li {
    display: inline;
    text-align: center;
    margin: 0;
}

.unselectable {
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

.filters-btn {
    cursor: pointer;
}

.filters-btn-disabled {
    color: grey !important;
    cursor: not-allowed !important;
}

.filters-checkboxes {
    text-align: left;
    display: flex;
    align-items: flex-start;
}

.filters-checkboxes input[type=checkbox]:checked{
    accent-color: #585858;
}

.filters-select {
    margin-right: 3px !important;
}

.filters-select-label {
    word-break: break-word;
}

.padding-store {
    padding: 2%;
}

.store-back {
    cursor: pointer;
}

.store-page-border {
    background: white;
    border-radius: 20px;
    padding: 2%;
    margin-bottom: 2%;
    height: 100%;
}

.filters-store-container {
    z-index:0;
    background: #FFFFFF;
    border-radius: 20px;
    padding:6%;
    text-align: center;
    box-shadow: 2px 2px 0 rgba(255, 255, 255, 0.4) inset, 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.filters-store-search {
    width: 100%;
    border-radius: 20px;
    border: 2px solid grey;
    padding: 2%;
    margin-bottom: 2%;
}

.filters-store-collapse {
    border:2px solid grey;
    border-radius: 20px;
    margin-bottom: 2%;
}

.filter-element-content {
    max-height:200px;
    overflow-y:scroll;
}

.filters-collapse-btn {
    border:none;
    background: none;
}

.store-container-shadow {
    box-shadow: 0 2px 0 rgba(255, 255, 255, 0.4) inset, 0 2px 4px rgba(0, 0, 0, 0.2);
}

.filters-mini-display {
    display: none;
}

.btn-filters span {
    text-align: right;
}

.filters-btn-padding {
    padding: 2%;
}

.sticky {
    position: sticky;
}

.hide-x-overflow {
    overflow-x: hidden;
}

@media (min-width:992px) {
    .md-max-width-300 {
        max-width: 300px;
    }
}

.notransition {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

.ratio-4x3 {
    aspect-ratio: 4 / 3;
}

.ratio-16x9 {
    aspect-ratio: 16 / 9;
}

.ratio-21x9 {
    aspect-ratio: 21 / 9;
}

.renting-carousel-admin-grid-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    counter-reset: section;
    grid-auto-rows: 1fr;
}

.renting-carousel-admin-grid-container .dndDraggingSource {
    display: none;
}

.renting-carousel-admin-grid-item {
    overflow: hidden;
    background-color: black;
    position: relative;
}

.renting-carousel-admin-grid-item .imageOverlay {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1000;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    font-weight: 700;
    color: white;
}

.renting-carousel-admin-grid-item .imageOverlay::before {
    counter-increment: section;
    content: counter(section);
}

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

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

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

.overlay-container {
    display: grid;
}
.overlay-container .overlay-content, .overlay-container .overlay {
    grid-area: 1 / 1;
}

.overlay-container .overlay {
    z-index: 100000000;
}

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

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

.object-fit-cover {
    object-fit: cover;
}

.object-position-center {
    object-position: center;
}

.height-100, .h-100 {
    height: 100% !important;
}

.modern-button, .modern-button-small {
    display: inline-block;
    text-decoration: none;
    color: inherit;
    border: none;
    font-weight: 700;
    max-width: 160px;
}

.modern-button {
    border-radius: 20px;
    padding: 10px;
    min-width: 260px;
}

.modern-button-small {
    border-radius: 14px;
    padding: 5px 15px;
    min-width: 130px;
}

.modern-button:disabled {
    background-color: lightgray !important;
}

.modern-button:hover:not(:disabled), .modern-button-small:hover {
    filter: brightness(1.1) contrast(120%) hue-rotate(-4deg);
    text-decoration: none;
    color: inherit;
}

.modern-button:active:not(:disabled), .modern-button-small:active {
    filter: brightness(0.85) contrast(150%) hue-rotate(4deg);
}

.no-bullet {
    list-style-type: none;
}

.macaron-label {
    background-color: #EF0000;
    color: white;
    padding: 3px 15px;
    border-radius: 15px;
    font-size: 15px;
}

.renting-page-menu {
    color: inherit;
    cursor: pointer;
}

.renting-page-menu:hover {
    text-decoration: none;
}

.renting-page-menu-highlight {
    font-weight: bold;
    position: relative;
}

.renting-page-menu-highlight::after {
    content: '';
    border-bottom: 1px solid;
    border-bottom-color: inherit;
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 100%;
}

.scroll-margin-top-110 {
    scroll-margin-top: 115px;
}

.renting-page-menu-responsive-768 {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.renting-page-map-responsive-768 {
    margin-right: 50px;
    margin-left: 50px;
    border: 0;
    border-radius: 20px;
    height: 400px;
    width: calc(100% - 100px);
}

.border-radius-20-responsive-768 {
    border-radius: 20px;
}

@media only screen and (max-width: 1170px) {
    .hide-on-small-1170 {
        display: none;
    }
    .renting-page-menu-responsive-768 {
        justify-content: center;
    }
}

@media only screen and (max-width: 768px) {
    .compensate-margin-responsive-768 {
        margin-left: -1em;
    }
    .add-margin-responsive-768 {
        margin-left: 2em;
        padding-right: 2em;
    }
    .renting-page-map-responsive-768 {
        margin-right: 0;
        margin-left: 0;
    }
    .border-radius-20-responsive-768 {
        border-radius: 0;
    }
}

.rentings-list-info-block {
    width: 180px;
    margin-left: auto;
    border-radius: 0 15px 15px 0;
    padding: 25px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.rentings-list-picture {
    overflow: hidden;
    display: flex;
    justify-content: center;
    border-radius: 15px 0 0 15px;
    width: 270px;
    min-width: 270px;
}

.rentings-list-picture-inside {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.diplay-next-element-inline {
    display: inline;
}

.diplay-next-element-inline :last-child {
    display: inline;
}

.rentings-list-macaron {
    position: absolute;
    background-color: #EF0000;
    color: white;
    width: 200px;
    text-align: center;
    top: 0;
    left: 0;
    transform: translate(-50px, 35px) rotate(-36deg);
    padding: 1px;
    font-size: 12px;
}

.rentings-list-block {
    height: 250px;
    margin-right: -100px;
    box-shadow: 1px 2px 4px #888888;
}

.rentings-list-picto-container {
    max-height: 90px;
    flex-wrap: wrap;
    flex-direction: column;
    font-size: 13px;
}

.rentings-list-picto-box {
    min-width: 160px;
}

.rentings-list-picto {
    height: 2.5rem;
    margin-right: 10px;
}

.ml-1-5-responsive-991px {
    margin-left: 1.5rem;
}

@media only screen and (max-width: 1220px) {
    .rentings-list-picture {
        width: 230px;
        min-width: 230px;
    }
    .rentings-list-picto {
        height: 2rem;
        margin-right: 5px;
    }
    .rentings-list-picto-box {
        min-width: 120px;
    }
    .rentings-list-picto-container {
        max-height: 80px;
        font-size: 11px;
    }
    .rentings-list-info-block {
        padding: 15px;
        width: 160px;
    }
}

@media only screen and (max-width: 991px) {
    .rentings-list-block {
        margin-right: 0px;
        flex-direction: column;
        height: fit-content;
    }
    .rentings-list-picture {
        aspect-ratio: 21 / 9;
        width: 100%;
        flex-shrink: 0;
        border-radius: 15px 15px 0 0;
    }
    .rentings-list-info-block {
        width: auto;
        margin-left: 0;
        border-radius: 0 0 15px 15px;
        margin-top: 15px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .text-center-responsive-991px {
        text-align: center;
    }
    .ml-1-5-responsive-991px {
        margin-left: 0;
    }
}

.backToTopButton {
    position: fixed;
    font-size: 2.6em;
    bottom: 15px;
    right: 20px;
    z-index: 99;
    border: none;
    width: 1.6em;
    height: 1.6em;
    border-radius: 0.8em;
    background-color: inherit;
    color: white;
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.3);
}

.backToTopButton:hover {
    filter: brightness(1.1) contrast(120%) hue-rotate(-4deg);
}

.modal-backdrop {
    z-index: 2147483643 !important;
}

.modal {
    z-index: 2147483644 !important;
}

.pl-2-percent {
    padding-left: 2%;
}

hr.design {
    margin-top: 0;
}

.pl-5-percent {
    padding-left: 5%;
}

.page-calendar-icon {
    margin-right: 10px;
    font-size: 1.7em;
}

.page-collapse {
    border: 1px solid #469cb8;
    margin: 20px;
}

.page-collapse-header {
    color: #469cb8;
    align-items: center;
    justify-content: space-between;
}

.page-collapse-header > label {
    margin-left: 6px;
    margin-bottom: 0;
}

.page-collapse-header > label > i {
    font-size: 2em;
    margin-right: 8px;
}

.input-invalid-mfa {
    border: 1px solid #FF5050;
}

.login-mfa-warning {
    position: absolute;
    top: 50%;
    right: 60px;
    transform: translateY(-50%);
    color: #a94442;
    font-size: 18px;
    z-index: 99999;
}

.login-mfa-row {
    padding-top: 1em;
}

.login-mfa-warning-syndicate {
    position: absolute;
    top: 50%;
    right: 53px;
    transform: translateY(-50%);
    color: #a94442;
    font-size: 18px;
    z-index: 99999;
}

.max-100-img img {
    max-width: 100%;
    max-height: 100%;
}

.no-drag {
    -webkit-user-drag: none;
    user-drag: none;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.remove-link-decoration {
    color: inherit;
    text-decoration: none;
}

.remove-link-decoration:hover {
    color: inherit;
    text-decoration: none;
}

.remove-link-decoration:focus {
    outline: none;
}
.modal-backdrop {
    z-index: 2147483643 !important;
}

.modal {
    z-index: 2147483644 !important;
}

.pl-2-percent {
    padding-left: 2%;
}

.pl-5-percent {
    padding-left: 5%;
}

.page-calendar-icon {
    margin-right: 10px;
    font-size: 1.7em;
}

.page-collapse {
    border: 1px solid #469cb8;
    margin: 20px;
}

.page-collapse-header {
    color: #469cb8;
    align-items: center;
    justify-content: space-between;
}

.page-collapse-header > label {
    margin-left: 6px;
    margin-bottom: 0;
}

.page-collapse-header > label > i {
    font-size: 2em;
    margin-right: 8px;
}

.input-invalid-mfa {
    border: 1px solid #FF5050;
}

.login-mfa-warning {
    position: absolute;
    top: 50%;
    right: 60px;
    transform: translateY(-50%);
    color: #a94442;
    font-size: 18px;
    z-index: 99999;
}

.login-mfa-row {
    padding-top: 1em;
}

.login-mfa-warning-syndicate {
    position: absolute;
    top: 50%;
    right: 53px;
    transform: translateY(-50%);
    color: #a94442;
    font-size: 18px;
    z-index: 99999;
}

.colorpicker {
    z-index: 9999999999 !important;
}

.w-auto {
    width: auto;
}

.padding-6-0 {
    padding: 6px 0;
}

.margin-0-6 {
    margin: 0 6px;
}

.no-resize {
    resize: none;
}

.bg-image-none {
    background-image: none;
}

.min-vw-80 {
    min-width: 80dvw;
}

.max-w-100 {
    max-width: 100%;
}

.bg-white {
    background-color: white;
}

.input-invalid {
    border: 2px solid #FF5050;
}

.input-invalid:focus {
    border: 2px solid #FF5050;
}

.alert-programmation {
    color: rgb(41, 138, 171);
    font-weight: bold;
    font-size: 1.1em;
    background-color: rgb(159, 210, 217);
    padding: 1em;
    border-radius: 12px;
    margin-left: 1%;
    margin-right: 1%;
}

.reservation-confirmation {
    display: flex;
    align-items: center;
    background-color: #f2f2f2;
    padding: 20px 30px;
    width: 50%;
    margin: 30px auto;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    justify-content: flex-start;
    border-radius: 20px;
}

.icon-container {
    flex: 0 0 20%;
    max-width: 80px;
    margin-right: 80px;
}

.icon-container img {
    width: 100%;
    height: auto;
    margin-left: 25px;
}

.text-container {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.text-container .title {
    font-weight: 700;
    font-size: 22px;
    color: #222;
    text-align: center;
}

.text-container .subtitle {
    font-size: 19px;
    color: #666;
    text-align: center;
}

.button-row {
    display: flex;
    justify-content: center;
    gap: 2%;
    margin-top: 4%;
}

.button-row > button {
    border-color: transparent;
    border-radius: 30px;
    color: white;
    width: 230px;
    padding: 3px 2%;
}

.button-row > .button-show-reservations {
    background-color: rgb(41, 138, 171);
}

.button-row > .button-back-to-catalogue {
    background-color: rgb(64, 152, 11);
}

.reservation-confirmation {
    box-shadow: 7px 7px 7px rgb(228, 228, 228);
}

.fa-check-circle {
    color: rgb(64, 152, 11);
}

.alert-placeholder {
    min-height: 20px;
}
