.banner {
    position: relative;
    border-bottom: 5px solid #8CC63F;
}

.banner__title {
    position: absolute;
    font-family: 'Mst Medium', serif;
    font-size: 30px;
    text-shadow: 0 3px 6px #00000029;
    color: #fff;
    top: 55%;
    left: 55%;
    transform: translateX(-50%);
}

.document_error {
    display: block;
    color: red;
    font-weight: 700;
    padding: 10px 0;
}

#account_information .arrow-up {
    display: none;
    position: fixed;
    right: 1rem;
    z-index: 1;
}

#account_information #planning input {
    width: 240px;
    display: inline;
    margin-inline: 0.625rem;
}

#account_information #planning .disponible-now,
#account_information #planning .disponible-next {
    font-family: var(--font-regular);
    font-size: 14px;
    line-height: 35px;
    color: #000;
}

#account_information #planning .disponible-now {
    width: max-content;
    margin: auto;
}

#account_information #planning .disponible-now a {
    margin-left: 1rem;
}

#account_information #planning .disponible-now a::after {
    left: 60%;
}

#account_information #planning .disponible-next {
    text-align: center;
    margin-top: 2rem;
}

#account_information #planning .disponible-next span {
    display: inline;
}

#account_information #planning .disponible-next img.-mobile {
    display: none;
    margin-top: 3.75rem;
}

#account_information #planning .disponible-now span {
    margin: 10px 0;
}

#account_information #resume {
    margin-top: 3.125rem;
}

#account_information #resume .nothing {
    margin-top: 0;
    margin-bottom: 1.25rem;
}

#account_information .elements-check {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
    width: 78%;
    margin: 0 auto 2.5rem auto;
}

#account_information .elements-check__item {
    font-family: var(--font-regular);
    font-size: 14px;
    color: #000;
    line-height: 18px;
    display: flex;
    gap: 1rem;
    text-align: center;
}

#account_information .elements-check__item img {
    vertical-align: top;
}

#account_information #resume .missing-documents {
    display: flex;
    gap: 3.125rem;
    margin-block: 3.75rem  5rem;
}

#account_information #resume .missing-documents .card {
    height: max-content;
}

#account_information #resume .missing-documents .card__title.-large {
    margin-top: 0;
    margin-bottom: 1.875rem;
    font-size: 25px;
}

#account_information #resume .missing-documents .card__title {
    font-family: var(--font-semi);
    font-size: 18px;
    line-height: 21px;
}

#account_information #resume .missing-elements {
    margin: 1.875rem;
}

#account_information #resume .document {
    margin-block: 1.875rem 1.475rem;
}

#account_information #resume .subtitle {
    text-align: center;
    font-family: var(--font-semi);
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 0.625rem;
    color: #000;
    margin-top: 3.75rem;
}

#account_information #resume .camping_car_container {
    margin-top: 3.75rem;
}

#account_information #proprioMesLocations h1.title {
    margin-block: 3.75rem 1.875rem;
}

#account_information #proprioMesLocations .card.-warning {
    margin-top: 3.75rem;
}

#account_information #proprioMesLocations .card.-warning .button {
    margin-top: 1.875rem;
}

#account_information #proprioMesLocations .annonce-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#account_information #proprioMesLocations .annonce-title.-mobile {
    display: none;
}

#account_information #proprioMesLocations .annonce-title__right {
    display: flex;
    align-items: end;
    gap: 0.313rem;
}

#account_information #proprioMesLocations .message {
    font-family: var(--font-regular);
    font-size: 12px;
    color: var(--color-first-1);
    display: none;
}

#account_information #proprioMesLocations .services-container__content {
    padding-block: 0 1.875rem;
}

#account_information #proprioMesLocations .services-container .title {
    margin-block: 2.5rem 1.25rem;
}

#account_information #proprioMesLocations .hapee-included .button-container {
    margin: 0;
}

#account_information #proprioMesLocations .hapee-included .link::after {
    left: 41%;
}

#account_information #proprioMesLocations .hapee-included .link::before {
    content: none;
}

#account_information #proprioMesLocations .services-optionals {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2.5rem;
    margin: 3.125rem 1.875rem 0 1.875rem;
}

#account_information #proprioMesLocations .card.-active {
    border: none !important;
    box-shadow: 0 0 20px #0000001A !important;
}

#account_information #proprioMesLocations .services-optionals .card .card-label {
    background-color: #333;
}

#account_information #proprioMesLocations .card.-active .card-label {
    background-color: var(--color-first-2);
}

#account_information #proprioMesLocations .services-container .card__text {
    margin-bottom: 1rem;
}

.home-pages_listing {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--inner-spacing);
}

@media screen and (max-width: 767px) {
    .home-pages_listing {
        display: flex;
        flex-direction: column;
    }
}

.loaderphoto,
.loader_optimize_photo {
    border: 3px solid #F3F3F3;
    border-top: 3px solid #3498DB;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    opacity: 0;
}

.loader_optimize_photo {
    width: 20px;
    height: 20px;
    opacity: 0;
    left: auto;
    top: auto;
    right: 10px;
    bottom: 10px;
    z-index: 10;
}

.fixHeight .loader_optimize_photo {
    bottom: 20px;
}

.optimization .loader_optimize_photo {
    opacity: 1;
}

.loader_optimize_photo_done {
    position: absolute;
    bottom: 50%;
    right: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 15;
    font-size: 34px;
    color: #94C11F;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.9);
    transition: opacity .4s ease 0s, bottom .4s ease 1s, right .4s ease 1s, transform .4s ease 1s, font-size .4s ease 1s;
}

.optimized .loader_optimize_photo_done {
    opacity: 1;
    bottom: 15px;
    right: 15px;
    transform: translate(0%, 0%);
    font-size: 24px;

    transition: opacity .4s ease 0s, bottom .4s ease 1s, right .4s ease 1s, transform .4s ease 1s, font-size .4s ease 1s;
}

.fixHeight.optimized .loader_optimize_photo_done {
    bottom: 30px;
}

.loader_optimize_photo_done i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.loader_optimize_photo_text {
    font-family: "Mst Light", "Arial";
    font-style: italic;
    color: #FFF;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
    font-size: 13px;
    text-align: center;

    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    opacity: 0;
}

.optimization .loader_optimize_photo_text {
    opacity: 1;
}

.optimization {
    pointer-events: none;
}

.optimization img {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.6063000000000001 0.3576 0.0361 0 0 0.1063 0.8575999999999999 0.0361 0 0 0.1063 0.3576 0.5361 0 0 0 0 0 1 0" /><feGaussianBlur stdDeviation="1" /></filter></svg>#filter');
    -webkit-filter: grayscale(50%) blur(1px);
    filter: grayscale(50%) blur(1px);
}

#account_information .home-tel .card__title {
    font-family: var(--font-semi);
    font-size: 25px;
    line-height: 21px;
    padding-block: 0.625rem;
}

#account_information .home-tel .card__text {
    font-family: var(--font-regular);
    font-size: 14px;
    line-height: 21px;
}

#account_information .home-table {
    display: flex;
    justify-content: space-between;
    gap: 6rem;
}

#account_information .home-table-left {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#account_information .home-table-left .avatar {
    border: 1px solid #707070;
    margin-bottom: 0.938rem;
}

#account_information .home-table-left .profil-info {
    text-align: center;
}

#account_information .home-table-left .profil-info__title {
    font-family: var(--font-semi);
    font-size: 20px;
    line-height: 24px;
    color: var(--color-first-1);
    text-decoration: underline;
    cursor: pointer;
    transition: 0.4s;
}

#account_information .home-table-left .profil-info__title:hover {
    color: var(--color-first-2);
}

#account_information .home-table-left .profil-info__subtitle {
    font-family: var(--font-regular);
    font-size: 14px;
    line-height: 18px;
    padding-block: 0.625rem 1.25rem;
}

#account_information .home-table-left .profil-info__text {
    font-family: var(--font-medium);
    font-size: 14px;
    line-height: 18px;
}

#account_information .home-table-left .profil-info__text:not(:last-child) {
    margin-bottom: 0.625rem;
}

#account_information .home-table-right {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 2.75rem;
}
#account_information .home-table-right .card {
    padding: 1rem;
}

#account_information .home-pages_listing .card__title,
#account_information .home-table-right .card__title {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.25rem;
    font-size: var(--font-size-l);
    line-height: 21px;
    margin-top: 0;
}

#account_information .home-pages_listing .card.-link {
    cursor: pointer;
}

#account_information .home-pages_listing .card__title {
    justify-content: flex-start;
    text-align: left;
}

#account_information .home-pages_listing .card__title:hover {
    text-decoration: none;
}

#account_information .home-table-right .card.-warning,
#account_information .home-table-right .card.-outline {
    cursor: pointer;
}

#account_information .home-table-right .card.-outline:hover {
    border: 1px solid var(--color-first-2);
}

#account_information .home-table-right .card.-outline:hover .card__title {
    color: var(--color-first-2);
}

#account_information .home-table-right .card.-warning .card__title {
    color: var(--color-second-1);
}


#account_information .tel {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
    color: var(--color-second-1);
    margin-top: 1.313rem;
}

#account_information .tel a {
    color: var(--color-second-1);
    padding: 0;
    font-weight: 600;
}

#planning .tel {
    display: block;
    text-align: center;
}

#account_information .commission-container {
    margin: 1.25rem auto 0 auto;
    border: 5px solid var(--color-first-1);
    padding-block: 0.625rem;
    max-width: 380px;
}

#account_information .commission-container.-fixed {
    position: fixed;
    width: 100%;
    top: 50px;
    left: 0;
    margin: 0;
    max-width: none;
    background-color: #fff;
    z-index: 1;
}

#account_information .commission-container div.center {
    display: none;
    margin-top: 0.313rem;
}

#account_information .services-container {
   margin-top: 5rem;
}

#hapeeMarket .services {
    display: grid;
    grid-template-columns: repeat(6, minmax(138px, 1fr));
    gap: 0.625rem;
    padding: 5rem 1.875rem 3.125rem 1.875rem;
}

#hapeeMarket .service:not(.card) {
    padding: calc(1.875rem + 1px) calc(0.625rem + 1px);
}

#hapeeMarket .service.card {
    box-shadow: none;
    border: 1px solid #00663333;
    padding: 1.875rem 0.625rem;
}

#hapeeMarket .services-detailed .card.-recommended,
#hapeeMarket .service:nth-last-child(2) {
    background-color: #FF57331A;
    border: none;
    box-shadow: 10px 10px 20px #0000001A;
}

#hapeeMarket .service:nth-child(2)::before {
    content: "Base";
    text-shadow: 0 0 3px var(--color-first-2);

    top: -35px;
    background-color: var(--color-first-1);
    padding: 0.375rem 3.125rem;
}

#hapeeMarket .services-detailed .card.-recommended .card-left::before,
#hapeeMarket .service:nth-last-child(2)::before {
    content: "Recommandé";
    text-shadow: 0 0 3px #921F07;

    top: -33px;
    background-color: var(--color-second-1);
    padding: 0.375rem 0.875rem;
}

#hapeeMarket .services-detailed .card.-recommended .card-left::before,
#hapeeMarket .service:nth-child(2)::before,
#hapeeMarket .service:nth-last-child(2)::before {
    font-family: var(--font-semi);
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;

    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px 10px 0 0;
}

#hapeeMarket .service.card .card-label {
    background-color: #333;
}

#hapeeMarket .service.card.-active .card-label {
    background-color: var(--color-first-2);
    border-top-left-radius: 5px;
}

#account_information #proprioMesLocations .services-optionals .card.-active .card-label__text,
#hapeeMarket .service.card.-active .card-label__text {
    top: 18px;
    left: 8px;
}

#account_information #proprioMesLocations .services-optionals .card .card-label__text,
#hapeeMarket .service.card .card-label__text {
    font-size: 10px;
    left: 0;
    top: 18px;
}

#hapeeMarket .service-title {
    min-height: 190px
}

#hapeeMarket .service-title .card__title {
    margin-top: 1rem;
}

#hapeeMarket .service-content {
    display: grid;
    grid-template-rows: repeat(10, 70px);
}

#hapeeMarket .service-content__item {
    padding-block: 0.938rem;
    line-height: 18px;
}

#hapeeMarket .service-content__item svg {
    position: relative;
    top: 0.7rem;
}

#hapeeMarket .service-content__item:not(:last-child) {
    border-bottom: 1px solid #00663333;
}

#hapeeMarket .service-content__item-desc {
    display: none;
    font-family: var(--font-regular);
    font-size: 12px;
    text-align: center;
}

#hapeeMarket .commission {
    font-family: var(--font-semi);
    color: var(--color-first-1);
    font-size: 20px;
    text-align: center;
    margin-top: 1.875rem;
}

#hapeeMarket .commission--cancelled {
    color: #000;
    text-decoration: line-through;
    display: initial;
}

#hapeeMarket .service.card .button-container {
    margin-top: 3rem;
}

#hapeeMarket .service.card .button-container input {
    display: none;
}

#hapeeMarket .card .link {
    display: none;
    position: relative;
    font-size: 12px;
}

#hapeeMarket .card .button {
    max-width: 150px;
    width: 100%;
    padding: 0.5rem 0;
    font-size: 20px;
}

#hapeeMarket .card.-active .link {
    display: initial;
}

#hapeeMarket .card.-active .button {
    display: none;
}

#hapeeMarket .service.card input:disabled + .button {
    background-color: #bcbcbc;
    cursor: not-allowed;
    border-color: #bcbcbc;
}

#hapeeMarket .service.card input:disabled + .button:hover {
    background-color: #bcbcbc;
    color: #fff;
    cursor: not-allowed;
}

#hapeeMarket .service-separator {
    text-align: center;
    margin: 2.5rem auto;
    display: none;
}

#hapeeMarket .service-separator__icon {
    height: 54px;
    width: 90px;
    border-radius: 54px 54px 0 0;
    background-color: var(--color-first-1);
    text-align: center;
    margin: auto;
    font-family: var(--font-medium);
    color: #000;
}

#hapeeMarket .service-separator__icon.-add {
    font-size: 80px;
    line-height: 70px;
}

#hapeeMarket .service-separator__icon.-or {
    font-size: 40px;
    line-height: 60px;
}

#hapeeMarket .service-separator__text {
    font-family: var(--font-medium);
    font-size: 18px;
    text-align: center;
    color: #000;
    line-height: 18px;
}

#hapeeMarket .services-detailed {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3.125rem;
    padding-inline: 1rem;
}

#hapeeMarket .services-detailed .card.-recommended {
    grid-column: 1 / -1;
}

#hapeeMarket .services-detailed .card.-recommended .card-left {
    position: relative;
    max-width: calc(15% - 1rem);
    flex: 0 0 calc(15% - 1rem);
}

#hapeeMarket .services-detailed .card.-recommended .card-left::before {
    top: -64px;
}

#hapeeMarket .services-detailed .card.-recommended .card-right {
    max-width: calc(55% - 1rem);
    flex: 0 0 calc(55% - 1rem);
}

#hapeeMarket .services-detailed .card.-recommended .card__img {
    max-width: calc(30% - 1rem);
    flex: 0 0 calc(30% - 1rem);
}

.ccenter {
    text-align: center;
}

.savehapee {
    display: initial !important;
    color: var(--color-first-1);
}

.addlj {
    border: 1px solid #056839;
    padding: 8px;
    overflow: hidden;
    display: block;
    margin-top: 230px;
    background: #F4F4F4;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

#account_information #planning img {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;

    transform: rotateZ(0deg);
    vertical-align: middle;
    cursor: pointer;
}

#validation .cga-sans-style {
    width: 100%;
    height: 250px;
    margin: 0;
    padding: 5px;
    background: white;
    overflow-x: hidden;
    resize: none;
    border: 1px solid black;
    border-right: 2px solid black;
    white-space: pre-wrap;
}

#validation .cga-sans-style pre {
    white-space: pre-wrap;
}

#validation .cga-sans-style pre td {
    border: 1px solid black;
}

#photos .errors {
    color: red;
}

#account_information #planning .errors {
    color: red;
    margin: 10px 0;
}

#account_information #planning img:hover {
    vertical-align: middle;
    transform: rotateZ(180deg);
}


#account_connection {
    text-align: center;
}

#account_connection .banner__background,
#account_information .banner__background {
    position: relative;
    display: block;
    filter: brightness(0.25);
}

.page__title {
    font-size: var(--font-size-xl);
    font-family: var(--font-medium);
    color: #fff;
    position: absolute;
    top: calc(50% + 40px);
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

#account_connection .shadow {
    margin-top: -20px;
}

#account_connection .account_connection_block .maxtable {
    margin: 80px auto 0;
    max-width: 1275px;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2rem;
}

#account_connection .account_connection_block .maxtable .right,
#account_connection .account_connection_block .maxtable .left {
    flex: 1 1 0;
    height: max-content;
    box-shadow: 0px 0px 20px #0000001A;
    padding: 30px 20px;
    border-radius: 10px;
}

#account_connection .account_connection_block .cga-sans-style table td span.th {
    display: none;
}

#account_connection .account_connection_block #cgv_box {
    margin-bottom: 10px;
    text-align: left;
}

#account_connection .account_connection_block #cgv_box a {
    font-size: 12px;
    padding: 0;
    margin: 0;
    width: auto;
    font-family: inherit;
    font-weight: bold;
}

#account_connection .account_connection_block #cgv_box > * {
    display: initial !important;
    vertical-align: middle !important;
    cursor: pointer;
}

#account_connection strong {
    font-weight: 300;
    font-size: 24px;
    font-family: "Mst Light";
    text-transform: uppercase;
    margin-top: 10px;
    display: block;
}

.form__title {
    font-size: var(--font-size-l);
    font-family: var(--font-medium);
    line-height: 1.2;
    text-align: center;
}

#account_connection .form > ul > li {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
    position: relative;
}

#account_connection ul li .ok-or-no-right {
    right: 5px;
}

#account_connection label {
    display: block;
    text-align: left;
    padding: 5px 0;
}

.form__label {
    font-size: var(--font-size-s);
    margin-top: 8px;
}

.form__label .required {
    color: var(--color-second-1);
}

.form__input {
    padding: 5px;
    width: 100%;
    border: 1px solid #33333373;
    background: white !important;
    outline: none;
}

.form__input::placeholder {
    font-size: var(--font-size-s);
    font-family: var(--font-regular);
}

.form__select {
    width: 100%;
    height: 30px;
    padding-left: 8px;
    outline: none;
    border: 1px solid #C3C3C3;
    cursor: pointer;
    font-family: 'Mst Light', sans-serif;
    text-indent: 0.01px;
    text-overflow: '';
}

#account_connection form.create > ul {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

#account_connection input.selected {
    border: 1px solid #076633;
}

#account_connection input.selectedWrong {
    border: 1px solid #FF0000;
}

#account_connection .errors {
    display: inline !important;
    font-size: 12px;
    color: red;
}

#infos .profils {
    position: relative;
    border: 1px solid green;
    display: block;
    border-radius: 2px;
    max-width: 200px;
    height: 200px;
    overflow: hidden;
}

#infos .profils img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
}

.form__btn {
    font-size: var(--font-size-s);
    font-family: var(--font-regular);

    padding: 8px 30px;
    border: var(--color-first-1) 2px solid;
    border-radius: 10px;

    background-color: var(--color-first-1); 
    color: #fff;

    display: inline-block;
    margin: 2rem 1rem 0;

    cursor: pointer;
    transition: all .3s;
}

.form__btn:hover {
    background-color: var(--color-first-2);
    border-color: var(--color-first-2);
    color: #fff;
    text-decoration: none;
}

.form__btn:disabled,
.form__btn.disabled {
    background-color: #373737;
    color: #fff;
    border-color: #373737;
    opacity: .4;
}

.form__btn--reverse {
    color: var(--color-first-1);
    background-color: #fff;
}

#account_connection .create li {
    width: 50%;
    float: left;
    min-height: 64px;
}

#account_connection .create li.recaptcha {
    width: 100%;
    float: none;
    margin-top: 10px;
}

#account_connection .create li:nth-child(2n + 1) {
    padding: 0 20px 0 0;
}

#account_connection .account_connection_block {
    padding: 0 15px 100px 15px;
}

/* Change the white to any color ;) */
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset;
}

/*  ------------------------------------------------
    INFOS ACCOUNT
    ------------------------------------------------ */

#account_information .dashblock {
    border: 1px solid #ECECEC;
    margin-bottom: 20px;
    padding: 10px 20px;
}

#account_information #informations {
    position: relative;
}

#account_information span:not(.form__label span),
#account_information strong {
    display: block;
}

#account_information .menu:last-child {
    margin-bottom: 0;
}

#account_information .menu-user > .menu:last-child {
    margin-top: 20px;
}

#account_information .bmenu {
    text-decoration: underline;
}

#account_information .maxtable {
    min-height: 550px;
}

#account_information .table {
    display: flex;
    overflow: hidden;
}

#account_information .maxtable .left {
    background: #f3f9eb;
    width: 45%;
    max-width: 360px;
    padding: 3.75rem 1.875rem;
}

#account_information .maxtable .right {
    background: white;
    width: 65%;
    padding: 1.875rem 0 9rem 9rem;
}

#account_information .maxtable .right .table .right {
    padding: 0 10px 10px;
}

#account_information .table .right .table .right,
#account_information .table .right .table .left {
    background: white;
}

#account_information .advantages-container {
    margin-top: 3.75rem;
}

#account_information .advantages-container__title {
    text-align: center;
    font-family: var(--font-regular);
    font-size: 25px;
    color: #000;
}

#account_information .advantages {
    display: flex;
    align-content: center;
    justify-content: center;
    gap: 2.5rem;
    flex-wrap: wrap;
    margin-block: 3rem;
}

#account_information .advantages .card {
    max-width: 245px;
    min-width: 230px;
    max-height: 212px;
    width: calc(25% - 2.5rem);
    flex: 0 0 calc(25% - 2.5rem);
}

#account_information .alert {
    background: #96C11F;
    border-radius: 20px;
    padding-bottom: 20px;
}

#account_information .right strong {
    text-align: center;
    padding: 5px;
    text-transform: uppercase;
    font-weight: 300;
}

#account_information .alert span {
    padding: 10px 30px;
}

#account_information .alert .zmdi {
    font-size: 24px;
    width: 25px;
    vertical-align: sub;
}

#account_information .shadow {
    display: block;
    margin: -20px auto;
}

#account_information input,
#account_information textarea {
    width: 100%;
    height: 30px;
    border: 1px solid #C3C3C3;
    padding: 0 3px;
    outline: none;
    font-family: var(--font-regular);
    font-size: 14px;
    color: #000;
}

#account_information textarea {
    height: 100px;
    max-width: 100%;
    max-height: 300px;
}

#account_information .sdown {
    padding-bottom: 5px;
}

#account_information .odd {
    background: #F6F7F9;
}

#account_information .menu2 {
    margin: 0 0 2px 0;
}

#account_information .menu-user .camping_car[data-camping-car-id="0"] {
    display: none;
}

#account_information .camping_car .menu2 {
    padding-left: 25px;
}

#account_information .camping_car .menu2 a.-missing {
    color: var(--color-second-1);
    font-weight: 700;
}

#account_information .camping_car .camping_car_name {
    padding-left: 0;
    padding-bottom: 0;
}

#account_information .menufirst {
    margin-bottom: 0;
}

#account_information .cache {
    display: none;
}

#tarifs .input-wrap-effect .units {
    width: 60px;
    padding-left: 5px;
    line-height: 28px;
    font-size: 12px;
}

/*  ------------------------------------------------
    CREATE ACCOUNT
    ------------------------------------------------ */

#account_create h2 {
    margin-top: 20px;
}

.formaccount .socialconnect {
    margin: 10px 0;
    font-size: 1.1em;
    padding: 5px 10px;
    text-align: center;
    background: #ECECEC;
    border: 1px solid #CCC;
    padding: 10px 20px;
}

.formaccount .socialconnect i {
    display: inline-block;
    font-size: 25px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 10px;
}

.formaccount .socialconnect.facebook {
    color: #3B5998;
}

.formaccount .socialconnect.facebook i {
    background: #3B5998;
    color: white;
}

.formaccount .socialconnect.google {
    color: #C23227;
}

.formaccount .socialconnect.google i {
    background: #C23227;
    color: white;
}

.formaccount .socialconnect.linkedin {
    color: #575757;
}

.formaccount .socialconnect.linkedin i {
    background: #575757;
    color: white;
}

.formaccount .cgu {
    margin-top: 20px;
}

.formaccount .law {
    margin-top: 20px;
    font-size: 0.9em;
}

#account_information .image {
    max-width: 123px;
    min-width: 123px;
    border: 2px solid #96C11F;
}

#account_information .image:hover {
    cursor: pointer;
    border: 2px solid #076633;
    -webkit-filter: contrast(1.1);
    filter: contrast(1.1);
}

#account_information input[type="submit"] {
    transition: all 0.5s ease;
    font-family: "Mst ExtraBold";
    font-size: 18px;
    background-color: #076633;
    color: white;
    padding: 5px 10px;
    text-transform: uppercase;
    border-radius: 2px;
    margin: 1px auto 0;
    width: 169px;
    display: block;
    text-decoration: none;
    border: 1px solid #166F3F;
    cursor: pointer;
    display: none;
    opacity: 0;
}


#account_information input[type="submit"].show {
    display: block;
    opacity: 1;
}

#account_information .fixHeight {
    position: relative;
    min-height: 143px;
}

#account_information input[type="submit"]:hover {
    background-color: #373737;
    border: 1px solid #166F3F;
}

#account_information .hiddenAvatar {
    display: none;
}

#account_information input.hiddenNomClient,
#account_information input.hiddenPrenomClient {
    width: 80%;
}

#account_information .options {
    display: block;
    margin: 5px 0;
    position: relative;
    display: none;
    opacity: 0;
}

#account_information .options.show {
    display: block;
    opacity: 1;
}

#account_information .options label {
    position: absolute;
    top: 6px;
    left: 50px;
}

#account_information .options .hiddenNomClient {
    padding-left: 55px;
    color: #96C11F;
}

#account_information .options .hiddenPrenomClient {
    padding-left: 77px;
    color: #96C11F;
}

#account_information input.nomPrenom {
    margin-bottom: 20px;
}

#account_information .active-nom-prenom {
    cursor: pointer;
}

#account_information .textcolor1:hover {
    color: #076633;
}

/*  ------------------------------------------------
    CONNEXION
    ------------------------------------------------ */

.account_connection_block .sociallink {
    display: inline-block;
    background: #444;
    color: #FFF;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 30px;
    text-align: center;
    vertical-align: middle;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
}

.account_connection_block .sociallink.fbconnect {
    background: #44619D;
}

.account_connection_block .sociallink.googleconnect {
    background: #C23227;
}

.account_connection_block .sociallink.linkedinconnect {
    background: #575757;
}

#account_information .table-locataire td {
    border: none;
}

#account_information .table-locataire td a i {
    font-size: 20px;
}

#account_information .table-locataire td a .title_icon_pdf {
    display: none;
}

#account_information .table-locataire td.vehicle {
    width: 100px;
}

#account_information .table-locataire td.vehicle img {
    max-width: 100px;
}

#account_information .table-locataire td.vehicle p {
    text-align: left;
}

#account_information .table-locataire th {
    background: #97C11F;
    border: 1px solid white;
}

#account_information .comment {
    padding: 5px;
}

#account_information .comment, #account_information .price-detail {
    min-height: 76px;
}

#account_information .table-detail table td {
    width: auto;
    white-space: nowrap;
}

#account_information .table-detail table {
    margin: 4px 0;
}

#account_information .noreservation {
    border-radius: 4px;
    padding: 10px;
    margin-top: 10px;
}

#account_information .title {
    margin-top: 40px;
}

#account_information .paiement .box-image {
    margin-left: 0;
    max-width: 280px;
    display: inline-block;
}

#account_information .box-image {
    width: 90%;
    margin-left: 5%;
    margin-top: 10px;
    border: 2px solid #97C11F;
    min-height: 120px;
    background-size: cover;
    background-position: center center;
}

#account_information .info-detail {
    padding: 0 0 10px;
}

#account_information .info-detail a {
    margin: 5px;
}

#account_information .bwhite {
    background: white;
    padding: 7px 40px;
    border: 1px solid #458D2C;
    color: #458D2C;
    text-transform: uppercase;
    border-radius: 8px;
    text-decoration: none;
}

#account_information .bwhite:hover {
    background: #458D2C;
    padding: 7px 40px;
    border: 1px solid #458D2C;
    color: white;
    text-transform: uppercase;
    border-radius: 8px;
    text-decoration: none;
}

#photos input {
    display: none;
}

#photos .close {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    transform: rotateZ(0deg);
    position: absolute;
    left: 228px;
    top: 55px;
    z-index: 18;
    cursor: pointer;
}

#photos input[type='file'] {
    color: transparent;
}

#photos .close:hover {
    transform: rotateZ(180deg);
}

.photos-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3.125rem;
}

.photos-container .card {
   padding: 1.875rem 3.438rem
}

#account_information .title {
    text-align: center;
    font-family: var(--font-medium);
    font-size: 25px;
    color: #000;
    margin-block: 2rem;
}

#new-annonces span {
    display: inline;
}

#new-annonces .miniature-cc {
    overflow: hidden;
    font-family: var(--font-regular);
    font-size: 14px;
    color: #000;
}

#new-annonces .miniature-cc strong {
    text-transform: initial;
}

#new-annonces .miniature-cc input {
    -webkit-appearance: checkbox;
    width: 15px;
    accent-color: green;
}

#new-annonces .miniature-cc span {
    display: block;
}

#new-annonces ul {
    display: inline-block;
    width: 100%;
}

#new-annonces select {
    width: 100%;
    height: 30px;
    padding-left: 8px;
    outline: none;
    border: 1px solid #C3C3C3;
    cursor: pointer;
    font-family: var(--font-regular);
    font-size: 14px;
    color: #000;
    text-indent: 0.01px;
    text-overflow: '';
    -moz-appearance: none;
}

#new-annonces select:hover {
    border: 1px solid #C3C3C3;
}

#new-annonces textarea {
    width: 100%;
    resize: none;
    height: 200px;
    outline: none;
    display: block;
    padding: 8px;
}

#new-annonces .properties ul li {
    width: 100%;
    padding: 0 5px;
    height: 30px;
    overflow: hidden;
}

#new-annonces .properties ul {
    width: 30%;
    float: left;
}

#new-annonces .properties li .pleft, #new-annonces .properties-f li .pleft {
    float: left;
    font-family: var(--font-regular);
    line-height: 30px;
    font-size: 14px;
    position: relative;
    z-index: 13;
}

#new-annonces .properties ul, #new-annonces .properties-f ul li {
    margin-right: 5%;
}

#new-annonces .properties ul:last-child, #new-annonces .properties-f ul li:nth-child(3n+3) {
    margin-right: 0;
}

#account_information .services-container__title,
#new-annonces .options-equipements .options-equipements-title {
    display: block;
    font-family: var(--font-semi);
    color: #FFF;
    text-align: center;
    text-decoration: none;
    transition: 0.3s;
    font-size: 20px;
    line-height: 40px;
    border-top-color: var(--color-first-1);
    border-left-color: var(--color-first-1);
    border-right-color: var(--color-first-1);
    background-color: var(--color-first-1);
}

#account_information .services-container__title {
    font-size: 32px;
    padding-block: 0.625rem;
}

#account_information .services-container__content,
#new-annonces .options-equipements .options-equipements-content {
    border-bottom: 2px solid var(--color-first-1);
    border-left: 2px solid var(--color-first-1);
    border-right: 2px solid var(--color-first-1);
    border-top: none;
    overflow: hidden;
    border-radius: 0 0 20px 20px;

    margin-bottom: 30px;
}

#account_information .services-container__content {
    padding-block: 3.75rem 1.875rem;
}

#account_information .services-container__footer .button {
    margin-bottom: 1.25rem;
}

#new-annonces .options-equipements ul.tab {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#new-annonces .options-equipements ul.tab li {
    float: left;
    width: 33.33%;
}

#new-annonces .options-equipements ul.tab li a {
    display: block;
    /*color: #8D8D8D;*/
    color: #FFF;
    text-align: center;
    text-decoration: none;
    transition: 0.3s;
    font-size: 18px;
    line-height: 40px;
    text-transform: uppercase;
}

#new-annonces .options-equipements .tabcontent,
#new-annonces .options-equipements .tabcontent-sup {
    display: none;
    border-bottom: 1px solid var(--color-first-1);
    border-left: 1px solid var(--color-first-1);
    border-right: 1px solid var(--color-first-1);
    border-top: none;
    overflow: hidden;
}

#new-annonces .options-equipements .properties,
#new-annonces .options-equipements .properties-f {
    overflow: hidden;
    margin: 20px 0;
}

#new-annonces .options-equipements .useless {
    height: 31px;
    width: calc(100% - 300px);
    border-bottom: 1px solid var(--color-first-1);
}

#new-annonces .options-equipements .tablinks {
    /*width: 100px;*/
    border: 1px solid var(--color-first-1);
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    background-color: var(--color-first-1);
}

#new-annonces .options-equipements .tablinks.active,
#new-annonces .options-equipements .tablinks-sup {
    /*border-bottom:none;*/
    border-top-color: var(--color-first-1);
    border-left-color: var(--color-first-1);
    border-right-color: var(--color-first-1);
    background-color: var(--color-first-1);
    color: #FFF;
}

#new-annonces .options-supplementaires .useless {
    width: calc(100% - 315px);
}

#new-annonces .options-equipements .tablinks-sup {
    padding: 0 10px;
    text-align: center;
    background: #94C11F;
}

#new-annonces .options-supplementaires ul.tab li a {
    color: var(--color-first-1);
}

#new-annonces .options-equipements .tabcontent-sup {
    display: block;
}

#new-annonces .properties li:nth-child(2n), #new-annonces .properties-f li:nth-child(6n+4), #new-annonces .properties-f li:nth-child(6n+5), #new-annonces .properties-f li:nth-child(6n+6) {
    background: #FFFFFF;
}

#new-annonces .properties li:nth-child(2n+1), #new-annonces .properties-f li {
    background: #F6F7F8;
}

#new-annonces .properties li {
    border-top: 1px solid #EBECED;
}

#new-annonces .properties li.mini-title {
    text-align: center;
    border: 1px solid transparent;
    line-height: 30px;
    background: none;
    font-family: var(--font-semi);
    font-size: 14px;
    color: #000;
}

#new-annonces .options-equipements ul.tab {
    display: block;
}

#new-annonces .properties-f ul li {
    width: 30%;
    padding: 0 5px;
    height: 30px;
    float: left;
}

#new-annonces .properties ul:last-child, #new-annonces .properties-f ul li:nth-child(3n+3) {
    margin-right: 0;
}

#new-annonces .properties ul, #new-annonces .properties-f ul li {
    margin-right: 5%;
}

#new-annonces .options-equipements input {
    width: 15px;
    border: 1px solid #C3C3C3;
    padding: 0 10px;
    outline: none;
    vertical-align: middle;
    cursor: pointer;
    height: inherit;
    pointer-events: none;
    accent-color: var(--color-first-1);
}

#new-annonces .properties ul li:not(.mini-title):hover,
#new-annonces .properties-f ul li:hover {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
}

#new-annonces .properties ul li.selected:not(.mini-title),
#new-annonces .properties-f ul li.selected {
    background: #dedede;
}

#new-annonces .properties ul li,
#new-annonces .properties-f ul li {
    position: relative;
    z-index: 12;
    cursor: pointer;
    border-top: 1px solid #EBECED;
}

#new-annonces .properties-f ul li:first-child {
    border-top: 0;
}

#new-annonces .properties ul li:not(.mini-title) div,
#new-annonces .properties-f ul li div {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;

    width: 0;
    background: rgba(142, 142, 142, 0.2);
    height: 100%;
    position: absolute;
    left: 0;
}

#new-annonces .properties ul li:not(.mini-title):hover div,
#new-annonces .properties-f ul li:hover div {
    width: 100%;
}

#new-annonces .vad {
    padding-top: 15px;
}

#new-annonces .assistance-excellence {
    background: #97C11F;
    border-radius: 20px;
    overflow: hidden;
}

#new-annonces .assistance-excellence input,
#new-annonces .reservations input {
    width: 15px;
    border: 1px solid #C3C3C3;
    padding: 0 10px;
    outline: none;
    vertical-align: middle;
    cursor: pointer;
    height: inherit;
    pointer-events: none;
}

#new-annonces .assistance-excellence span.fac,
#new-annonces .reservations span.fac {
    margin-left: 20px;
}

#new-annonces .assistance-excellence .informations {
    margin: 20px;
    display: block;
    cursor: pointer;

    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
}

#new-annonces .reservations p {
    margin-left: 20px;
}

#new-annonces .options-equipements,
#new-annonces .assistance-excellence {
    margin: 25px 0;
}

#new-annonces .reservations {
    cursor: pointer;
    margin-top: 10px;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
}

#validation .reservations {
    cursor: pointer;
    margin-top: 10px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#validation .reservations input {
    width: 15px;
    border: 1px solid #C3C3C3;
    padding: 0 10px;
    outline: none;
    vertical-align: middle;
    cursor: pointer;
    height: inherit;
    pointer-events: none;
}

#validation span {
    display: inline;
}

#validation .reservations p {
    margin-left: 20px;
}

#camping-car .section5 table caption,
#informations #planning table caption {
    font-family: var(--font-semi);
    font-size: 22px;
    line-height: 27px;
}
#camping-car .section5 table tr:first-child th,
#informations #planning table tr:first-child th {
    border-top: 0;
}

#camping-car .section5 table td,
#informations #planning table td {
    width: 40px;
    height: 40px;
    padding: 0;
}

#camping-car .section5 table th,
#informations #planning table th {
    width: 40px;
    height: 40px;
    padding: 0;
}

#camping-car .section5 table td,
#informations #planning table td {
    padding: 0;
    border-radius: 10px;
}

#camping-car .section5 table,
#informations #planning table {
    font-size: 16px;
    text-transform: uppercase;
    display: inline;
    margin: 0 40px;
    border-collapse: separate;
    border-spacing: 0.5rem;
}
#camping-car .section5 table,
#camping-car .section5 table tr,
#informations #planning table,
#informations #planning table tr {
    width: inherit;
}

#camping-car .section5 table th,
#informations #planning table th {
    font-family: var(--font-regular);
    font-size: 14px;
    line-height: 14px;
    color: #000;
}

#camping-car .section5 table td,
#informations #planning table td {
    font-family: var(--font-regular);
    font-size: 12px;
    line-height: 15px;
    color: #fff;
}

#camping-car .section5 table th,
#informations table th {
    background: none;
    border: none;
}

#display_passed_reservation,
#hide_passed_reservation {
    margin-right: auto;
    margin-left: auto;
    display: block;
    width: 420px;
    padding: 5px 20px !important;
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 18px !important;
    transition: none !important;
    background-color: #CCC !important;
    border-color: #CCC !important;
    transition: all .4s ease !important;
}

#display_passed_reservation:hover,
#hide_passed_reservation:hover {
    background-color: #076633 !important;
    border-color: #076633 !important;
}

#demandes .buttonIhate {
    transition: all 0.5s ease;
    font-family: "Mst ExtraBold";
    font-size: 22px;
    background-color: #076633;
    border: 1px solid #166F3F;
    color: white;
    padding: 0 20px;
    text-transform: uppercase;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
}

#informations .is_passed,
#demandes .is_passed {
    display: none;
}

table th {
    background: #EEE;
}

table th, table td {
    text-align: center;
    border-collapse: collapse;
    padding: 3px 10px;
    vertical-align: middle;
}

#informations .calendar-dispo {
    position: relative;
    background: #F6F7F8;
    text-align: center;
    margin: 3.125rem 0;
    padding: 1.875rem 0;
}

#informations .arrowLeft {
    position: absolute;
    top: 50px;
    bottom: 0;
    margin: auto;
    left: 5%;
}

#informations .arrowRight {
    position: absolute;
    top: 50px;
    bottom: 0;
    margin: auto;
    right: 5%;
}


#informations .buttonIhate {
    transition: all 0.5s ease;
    font-family: "Mst ExtraBold";
    font-size: 22px;
    background-color: #076633;
    border: 1px solid #166F3F;
    color: white;
    padding: 0 20px;
    text-transform: uppercase;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
}

#informations .buttonIhate {
    transition: all 0.5s ease;
    font-family: "Mst ExtraBold";
    font-size: 22px;
    background-color: #076633;
    border: 1px solid #166F3F;
    color: white;
    padding: 0 20px;
    text-transform: uppercase;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
}

#account_information #planning .calendar-dispo .arrows {
    transform: rotateZ(0deg);
}

#account_information #planning .calendar-dispo img:hover {
    transform: rotateZ(0deg);
}


/*  ------------------------------------------------
    UPDATE ACCOUNT
    ------------------------------------------------ */

#account_update h2 {
    margin-top: 20px;
}


/*  ------------------------------------------------
    ACTIVATION / RECOVER
    ------------------------------------------------ */

#client_action {
    max-width: 600px;
    margin: auto;
    padding: 180px 20px;
}


/*  ------------------------------------------------
    CGU / MAP
    ------------------------------------------------ */

#map {
    height: 300px;
}

#mapupdate {
    margin-top: -50px;
    position: relative;
    top: 60px;
    left: 10px;
    z-index: 1;
    display: inline-block;
    padding: 5px 10px;
    background: white;
    border-radius: 5px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
    font-weight: bold;
    max-width: 150px;
    text-align: center;
    font-size: 1.3em;
}

#mapupdate:hover {
    text-decoration: none;
    background: #ECECEC;
}

#koverCgv {
    display: none;
}

#koverCgvContent {
    max-height: 500px;
    overflow: auto;
    padding-right: 20px;
}

/*  ------------------------------------------------
    PROFIL
    ------------------------------------------------ */
#profile {
    font-family: "Montserrat", Arial;
    margin-bottom: 30px;
}

#profile .banner__background {
    position: relative;
    display: block;
    z-index: 8;
}

#profile .shadow {
    display: block;
    margin: -18px auto 20px;
    z-index: 10;
}

#profile > .c > .header {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 780px;
    margin: 0 auto;
    align-items: center;
}

#profile > .c > .header .avatar {
    width: 150px;
    height: 150px;
    border-radius: 50%;
}

#profile > .c > .header .avatar img {
    max-width: none;
}

#profile > .c > .header .content {
    width: calc(100% - 150px);
    padding-left: 40px;
}

#profile > .c > .header .content .title {
    font-size: 36px;
    font-weight: 400;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 5px;
    text-align: left;
}

#profile > .c > .header .content .since {
    font-size: 18px;
    font-weight: 900;
    color: #076633;
    text-transform: uppercase;
    text-align: left;
}

#profile > .c > .header .content .locations {
    font-size: 18px;
    font-weight: 900;
    color: #076633;
    text-transform: uppercase;
    text-align: left;
}

#profile > .c > .header .content .response_time {
    font-size: 14px;
    font-weight: 900;
    color: #8E8E8E;
    text-transform: uppercase;
    text-align: left;
}

#profile > .c > .content {
    display: flex;
    flex-wrap: wrap;
    margin-top: 65px;
    padding-bottom: 30px;
}

#profile > .c > .content .sidebar_container {
    width: 33.33%;
}

#profile > .c > .content .sidebar_container #back_button {
    transition: all 0.5s ease;
    font-family: "Mst ExtraBold";
    font-size: 14px;
    background-color: #CCCCCC;
    color: white;
    padding: 10px 15px;
    text-transform: uppercase;
    margin: 0 auto 0 auto;
    display: block;
    text-decoration: none;
    border: 1px solid #CCC;
    text-align: center;
}

#profile > .c > .content .sidebar_container #back_button:hover {
    background-color: #056839;
    border: 1px solid #056839;
}

#profile > .c > .content .sidebar {
    background-color: #F3F3F3;
    padding: 30px 40px;
}

#profile > .c > .content .sidebar > div {
    margin-bottom: 20px;
}

#profile > .c > .content .sidebar > div.camping_car {
    margin-bottom: 40px;
}

#profile > .c > .content .sidebar > div .title {
    font-weight: 900;
    font-size: 18px;
    color: #076633;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-align: left;
}

#profile > .c > .content .sidebar > div a {
    display: block;
    position: relative;
    text-decoration: none;
}

#profile > .c > .content .sidebar > div a img {
    display: block;
    width: 100%;
}

#profile > .c > .content .sidebar > div a .campingcarname {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;

    font-weight: 700;
    text-align: center;
    padding: 5px 0;
    background: rgba(5, 104, 57, 0.6);
    color: #FFF;
}

#profile > .c > .content .sidebar > div .localisation {
    font-weight: 700;
    font-size: 14px;
    color: #000000;
    text-transform: uppercase;
    margin-top: 10px;
}

#profile > .c > .content .sidebar > div .icon_marker {
    margin: 5px 0;
    padding-left: 15px;
    position: relative;
}

#profile > .c > .content .sidebar > div .icon_marker:before {
    content: '';
    display: block;
    width: 10px;
    height: 15px;
    background-image: url("./images/icon-marker.png");
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

#profile > .c > .content .sidebar > div .resume {
    margin-top: 10px;
    text-align: left;
    word-break: break-word;
}

#profile > .c > .content .sidebar > div .button_to_campingcar {
    transition: all 0.5s ease;
    font-family: "Mst ExtraBold";
    font-size: 14px;
    background-color: #076633;
    color: white;
    padding: 10px 15px;
    text-transform: uppercase;
    border-radius: 5px;
    margin: 20px auto 0;
    display: block;
    text-decoration: none;
    border: 1px solid #166F3F;
    text-align: center;
}

#profile > .c > .content .sidebar > div .button_to_campingcar:hover {
    background-color: #373737;
    border: 1px solid #166F3F;
}

#profile > .c > .content > .rate {
    width: 66.66%;
    padding-left: 50px;
    text-align: center;
}

#profile > .c > .content > .rate > .tabs {
    display: flex;
    flex-wrap: wrap;
}

#profile > .c > .content > .rate > .title,
#profile > .c > .content > .rate > .tabs > .title {
    font-weight: 900;
    font-size: 16px;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    background-color: #056839;
    border-bottom: 1px solid #056839;
    padding: 10px 20px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-bottom: 30px;
}

#profile > .c > .content > .rate > .tabs > .title {
    cursor: pointer;
    width: 50%;
    color: #056839;
    background-color: #FFF;
    transition: all .3s ease;
}

#profile > .c > .content > .rate > .tabs > .title.active {
    color: #FFF;
    background-color: #056839;
}

#profile > .c > .content > .rate > .tabs > .tab_content {
    width: 100%;
    display: none;
}

#profile > .c > .content > .rate > .tabs > .tab_content.active {
    display: block;
}

#profile > .c > .content > .rate .review {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #8E8E8E;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

#profile > .c > .content > .rate .review .commentprofile {
    padding-left: 25%;
    margin-top: 15px;
    width: 100%;
}

#profile > .c > .content > .rate .review > .image {
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

#profile > .c > .content > .rate .review > div {
    width: calc(100% - 100px);
    padding-left: 50px;
}

#profile > .c > .content > .rate .review > div > .title {
    font-size: 18px;
    font-weight: 900;
    color: #056839;
    text-transform: uppercase;
}

#profile > .c > .content > .rate .review > div > .title .date {
    font-size: 14px;
    color: #000;
    padding-left: 10px;
}

#profile > .c > .content > .rate .review > div > .title .rate {
    padding-left: 10px;
}

#profile > .c > .content > .rate .review > div > .text {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    margin-top: 15px;
}

@media screen and (max-width: 991px) {
    #profile > .c > .content .sidebar_container,
    #profile > .c > .content > .rate {
        width: 100%;
        padding: 0;
    }

    #profile > .c > .content > .rate {
        margin-top: 30px;
    }

    #profile > .c > .content .sidebar {
        display: flex;
        flex-wrap: wrap;
    }

    #profile > .c > .content .sidebar > div {
        width: 50%;
        padding: 10px;
    }

    #profile > .c > .content .sidebar > div:nth-child(3) {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    #profile > .c > .header .content .title {
        font-size: 28px;
    }

    #profile > .c > .header .content .since,
    #profile > .c > .header .content .locations {
        font-size: 16px;
    }

    #profile > .c > .content > .rate .review > .image {
        width: 70px;
        height: 70px;
    }

    #profile > .c > .content > .rate .review > div {
        width: calc(100% - 70px);
        padding-left: 20px;
    }
}

@media screen and (max-width: 575px) {
    #profile > .c > .content .sidebar {
        padding: 15px 20px;
    }
}

@media screen and (max-width: 480px) {
    #profile > .c > .header {
        justify-content: center;
    }

    #profile > .c > .header .content {
        width: 100%;
        padding-left: 0;
    }

    #profile > .c > .content .sidebar > div {
        width: 100%;
    }

    #profile > .c > .content > .rate .review > div > .title .date,
    #profile > .c > .content > .rate .review > div > .title .rate {
        display: block;
        padding-left: 0;
    }
}

/*  ------------------------------------------------
    STEPS
    ------------------------------------------------ */
#steps {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 20px;
}

/*#steps:before {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: #175629;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}*/

#steps .step {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-color: #FFFFFF;
    cursor: pointer;
    overflow: hidden;
}

#steps .step .number {
    display: block;
    position: relative;
    width: 35px;
    height: 35px;
    background-color: #FFFFFF;
    border: 1px solid var(--color-first-2);
    color: var(--color-first-2);
    text-align: center;
    font-family: var(--font-semi);
    font-size: 18px;
    line-height: 36px;
    border-radius: 50%;
}

#steps .step.passed .number {
    background-color: var(--color-first-1);
    border-color: var(--color-first-1);
    color: #FFF;
}

#steps .step.active .number {
    background-color: var(--color-first-2);
    color: #FFF;
}

#steps .step .number:before,
#steps .step .number:after {
    content: '';
    display: block;
    width: 70px;
    height: 1px;
    background-color: var(--color-first-2);

    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

#steps .step .number:before {
    left: 100%;
}

#steps .step .number:after {
    right: 100%;
}

#steps .step:last-child .number:before {
    content: none;
}

#steps .step:first-child .number:after {
    content: none;
}

#steps .step .label {
    display: block;
    width: 100%;
    font-family: var(--font-regular);
    text-align: center;
    font-size: 14px;
    color: #000;
    margin-top: 10px;
}

#steps .step.active .label {
    font-family: var(--font-semi);
}

/**
 * Fileuploader
 * @since 2021
 */
.file_main_container {
    position: relative;
}

.file_main_container:before,
.file_main_container:after {
    content: '';
    position: absolute;
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s ease .4s, opacity .4s ease 0s;
}

.file_main_container:before {

    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 10;
}

.file_main_container:after {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 15;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 5px solid #8CC63F;
    border-top-color: transparent;
    animation-name: rotate;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes rotate {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.file_main_container.loading:before,
.file_main_container.loading:after {
    visibility: visible;
    opacity: 1;
    transition: visibility 0s ease 0s, opacity .4s ease 0s;
}

.file_main_container h3 {
    width: 100%;
}

.file_main_container .show-preview {
    border: 1px solid #70707066;
    width: 100%;
    margin-block: 0.625rem;
    max-width: 415px;
    max-height: 280px;
}

.file_main_container .show-preview a {
    display: block;
    position: relative;
}

.file_main_container .show-preview a[href="#"] {
    pointer-events: none;
}

.file_main_container .show-preview a:before,
.file_main_container .show-preview a:after {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s ease .4s, opacity .4s ease 0s;
}

.file_main_container .show-preview a:hover:before,
.file_main_container .show-preview a:hover:after {
    visibility: visible;
    opacity: 1;
    transition: visibility 0s ease 0s, opacity .4s ease 0s;
}

.file_main_container .show-preview a:before {
    content: "Voir l'image";
    font: 400 20px/22px "Mst Regular";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

.file_main_container .show-preview a[href*=".pdf"]:before {
    content: "Voir le document";
}

.file_main_container .show-preview a:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    background-color: rgba(255, 255, 255, 0.9);
}

.file_main_container .show-preview a[href="#"]:before,
.file_main_container .show-preview a[href="#"]:after {
    content: none;
}

.file_main_container .show-preview a img {
    height: auto !important;
    max-height: 250px;
}

.file_main_container .show-preview a img[src*="PDF"] {
    padding: 10px;
}

.file_main_container .show-preview a img[src*="PDF"] {
    max-height: 150px;
}

.file_main_container .show-preview .delete {
    display: block;
    width: 21px !important;
    height: 21px !important;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 100;
}

.fileuploader_form_container {
    position: relative;
    width: 100%;
}

.fileuploader_form_container .fileuploader {
    margin: 0;
    border: 1px dashed #CCC;
    background: #FFF;
    padding: 1.125rem 1.875rem;
}

.fileuploader_form_container .fileuploader .fileuploader-input {
    flex-wrap: wrap;
}

.fileuploader_form_container .fileuploader .fileuploader-input.fileuploader-dragging {
    border: 2px dashed #CCC;
}

.fileuploader_form_container .fileuploader .fileuploader-input .fileuploader-input-caption {
    width: 100%;
    flex: none;
    margin-bottom: 0.938rem;
    border-radius: 0;
    border: 1px solid #dedede;
    white-space: normal;
}

.fileuploader_form_container .fileuploader .fileuploader-input .fileuploader-input-caption span {
    display: block !important;
    font-family: var(--font-regular);
    font-size: 14px;
    color: #bcbcbc;
    text-align: center;
}

.fileuploader_form_container .fileuploader .fileuploader-input .fileuploader-input-button {
    display: inline-block;
    margin: 0 auto;
    font-family: var(--font-regular);
    padding: 0.5rem 2rem;
    font-size: 14px;
    text-align: center;
    color: var(--color-first-1);
    background: #fff none;
    border: 2px solid var(--color-first-1);
    border-radius: 10px;
    transition: all 0.4s ease
}

.fileuploader_form_container .fileuploader .fileuploader-input .fileuploader-input-button:hover {
    color: var(--color-first-2);
    border: 2px solid var(--color-first-2);
}

.fileuploader_form_container .fileuploader .fileuploader-input .fileuploader-input-button span {
    display: block !important;
    text-align: center;
}

.fileuploader_form_container .fileuploader ~ .progress-bar {
    display: block;
    width: 100%;
    height: 20px;
    background-color: var(--color-second-1);
}

.fileuploader_form_container .delete {
    position: relative;
    top: 8px;
}

@media screen and (max-width: 1800px) {
    #account_information .maxtable .right {
        width: 70%;
        padding: 1.875rem 0 6rem 6rem;
    }
}

@media screen and (max-width: 1700px) {
    #account_information .maxtable .right {
        width: 75%;
        padding: 1.875rem 0 5rem 5rem;
    }
}

@media screen and (max-width: 1450px) {
    #account_information .maxtable .right {
        width: 100%;
        padding: 1.875rem 2rem 2rem 2rem;
    }
}

@media screen and (max-width: 1300px) {
    #docLocations .w33 {
        width: 50%;
    }

    #hapeeMarket .services {
        padding: 5rem 1rem 3.125rem 1rem;
    }
}

@media screen and (max-width: 1199px) {
    #photos .w33,
    #infos .w33,
    #new-annonces .w33 {
        width: 50%;
    }

    #account_information .paiement .table-detail > tbody > tr > td {
        width: 100%;
        display: block;
        margin-bottom: 20px;
    }

    #account_information .maxtable .left {
        display: none;
    }

    #account_information .maxtable .right {
        padding: 1.875rem 1rem;
    }
}

@media screen and (max-width: 1080px) {
    #account_information #demandes .table-price.table-locataire td,
    #account_information #demandes .table-price.table-locataire th {
        display: block;
    }

    #account_information #demandes .table-price.table-locataire th,
    #account_information #demandes .table-price.table-locataire th {
        display: none;
    }

    #account_information #demandes .table-locataire td.vehicle {
        width: auto;
    }

    #account_information #demandes .table-locataire td.vehicle p {
        text-align: center;
    }

    #account_information #demandes .table-detail td {
        width: 100%;
        display: block;
    }

    /*#steps .step .number:before, #steps .step .number:after {
        content: none;
    }*/

    #steps .step .label {
        font-size: 8px;
    }

    #account_information #demandes .sdown {
        border: 1px solid;
        margin-bottom: 20px;
    }

    #informations .buttonIhate {
        padding: 5px 20px;
        font-size: 16px;
        display: inline-block;
    }

    #account_information .table-locataire td a .title_icon_pdf {
        display: block;
        margin-bottom: 10px;
    }

    #account_information #proprioMesLocations .services-optionals {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (min-width: 981px) {
    #account_connection .gotologinform {
        display: none;
    }
}

@media screen and (max-width: 980px) {
    .banner {
        padding-top: 60px;
        min-height: 160px;
    }

    .banner__background {
        object-fit: cover;
        height: 100px;
        width: 100%;
    }

    .banner__title {
        width: 100%;
        text-align: center;
        transform: none;
        left: unset;
    }

    #account_information .advantages {
        gap: 1.25rem;
    }

    #account_information .advantages .card {
        max-width: none;
        max-height: none;
        min-width: unset;
        width: 100%;
        flex: 0 0 100%;
    }

    #vie-a-bord .properties ul, #new-annonces .properties-f ul li {
        width: 100%;
    }

    #new-annonces .properties-f ul li {
        background: #FFFFFF;
    }

    #new-annonces .properties-f ul li:nth-child(2n) {
        background: #F6F7F8;
    }

    .boxaccount:hover .boxaccount-content {
        bottom: 33px;
        top: auto;
        right: auto;
        left: 0;
    }

    body.extranet #content {
        padding-left: 40px;
    }

    .profilemenu {
        left: -280px;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
        z-index: 1000;
    }

    .profilemenu .menuopen {
        position: absolute;
        top: 173px;
        right: -50px;
        width: 40px;
        height: 40px;
        font-size: 25px;
        display: block;
    }

    .profilemenu .buttons {
        display: block;
    }

    .profilemenu .menuclose {
        position: absolute;
        top: 173px;
        right: 0;
        width: 40px;
        height: 40px;
        font-size: 25px;
        display: none;
    }

    .profilemenu.open {
        left: 0;
    }

    .profilemenu.open .menuopen {
        display: none;
    }

    .profilemenu.open .menuclose {
        display: block;
    }

    #account_connection .gotologinform {
        font-weight: bold;
        font-family: inherit;
        font-size: 14px;
        text-decoration: underline;
        margin-top: 0;
        display: block;
        text-align: center;
        width: 100%;
    }

}

@media screen and (max-width: 959px) {
    .photos-container {
        display: flex;
        flex-direction: column;
        gap: 3.125rem;
    }

    .file_main_container .show-preview {
        margin: 0.625rem auto;
    }

    #hapeeMarket .services-container {
        margin-top: 1.875rem;
        border-top: 1px solid #dedede;
        padding-top: 1.875rem;
    }

    #hapeeMarket .services-container__content {
        border: none;
    }

    #hapeeMarket .services-container__title {
        border: none;
        background: none;
        font-family: var(--font-medium);
        font-size: 18px;
        color: #000;
        line-height: 22px;
    }

    #hapeeMarket .service:not(.card) {
        display: none;
    }

    #hapeeMarket .services {
        display: flex;
        flex-direction: column;
    }

    #hapeeMarket .services .service:nth-child(2) .service-content {
        grid-template-rows: repeat(7, 50px);
    }

    #hapeeMarket .services .service:nth-last-child(2) .service-content {
        grid-template-rows: repeat(3, 50px);
    }

    #hapeeMarket .services .service:not(:nth-child(2)):not(:nth-last-child(2)) .service-content {
        display: none;
    }

    #hapeeMarket .services .service:nth-child(2) .service-content__item.-editable {
        display: none;
    }

    #hapeeMarket .services .service:nth-last-child(2) .service-content__item:not(.-editable) {
        display: none;
    }

    #hapeeMarket .service-separator {
        display: initial;
    }

    #account_information .commission-container div.center {
        display: block;
    }

    #hapeeMarket .service-title {
        min-height: 0;
    }

    #hapeeMarket .service-content__item {
        width: max-content;
        margin: auto;
    }

    #hapeeMarket .service-content__item svg {
        vertical-align: super;
    }

    #hapeeMarket .service-content__item-desc {
        display: initial;
    }

    #hapeeMarket .commission {
        margin-top: 0.625rem;
    }

    #hapeeMarket .service.card .button-container {
        margin-top: 1.875rem;
    }

    #hapeeMarket .services-detailed {
        display: flex;
        flex-direction: column;
    }

    #hapeeMarket .services-detailed .card.-recommended {
        flex-direction: column;
    }

    #hapeeMarket .services-detailed .card.-recommended .card-left,
    #hapeeMarket .services-detailed .card.-recommended .card-right {
        max-width: none;
        flex: none;
    }

    #hapeeMarket .services-detailed .card.-recommended .card-right .card__title,
    #hapeeMarket .services-detailed .card.-recommended .card-right .card__text {
        text-align: center;
    }

    #hapeeMarket .services-detailed .card.-recommended .card__img {
        flex: none;
        max-width: 300px;
        margin: auto;
        width: 100%;
    }

    #hapeeMarket .-order1 {
        order: -4;
    }

    #hapeeMarket .-order2 {
        order: -3;
    }

    #hapeeMarket .-order3 {
        order: -2;
    }

    #hapeeMarket .-order4 {
        order: -1;
    }

    #account_information #proprioMesLocations .annonce-title:not(.-mobile) {
        display: block;
    }

    #account_information #proprioMesLocations .annonce-title:not(.-mobile) .annonce-title__right {
        display: none;
    }

    #account_information #proprioMesLocations .annonce-title.-mobile {
        display: flex;
        align-items: baseline;
    }

    #account_information #proprioMesLocations .title.-not-mobile {
        display: none;
    }

    #account_information #proprioMesLocations h1.title {
        margin-block: 0 1rem;
    }
}


@media screen and (max-width: 850px) {
    #account_connection .account_connection_block .maxtable .right, #account_connection .account_connection_block .maxtable .left {
        width: 100%;
        float: none;
    }

    #account_connection .account_connection_block .maxtable .left {
        border-right: none;
    }
}

@media screen and (max-width: 800px) {
    #account_information .maxtable .left.menu-user, #account_information #informations {
        float: none;
        width: 100%;
    }

    #account_information .home-table {
        flex-direction: column-reverse;
        gap: 1.875rem;
    }

    #account_information .home-table-left {
        margin-right: 0;
    }

    #account_information .home-table-right {
        gap: 1.25rem;
    }

    #account_information .home-tel svg,
    #account_information .home-table-right img {
        max-width: 38px;
        max-height: 38px;
    }
}

@media screen and (max-width: 650px) {

    #steps .step .label {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    #photos .w33,
    #infos .w33,
    #infos .w25,
    #new-annonces .w33,
    #new-annonces .w25,
    #docLocations .w25,
    #docLocations .w33 {
        width: 100%;
        float: none;
    }

    #account_information .paiement .table-price.table-locataire td,
    #account_information .paiement .table-price.table-locataire th,
    #account_information #informations .table-price.table-locataire td,
    #account_information #informations .table-price.table-locataire th {
        display: block;
    }

    #account_information .paiement .table-price.table-locataire th,
    #account_information #informations .table-price.table-locataire th {
        display: none;
    }

    #account_information .paiement .sdown,
    #account_information #informations .sdown {
        border: 1px solid;
        margin-bottom: 20px;
    }

    #informations .buttonIhate {
        margin-bottom: 10px;
        font-size: 14px;
    }

    #informations .table .left {
        margin-bottom: 20px;
    }

    #informations .table .left, #informations .table .right {
        width: 100%;
        float: none;
    }

    #account_information #informations .table-detail td {
        display: block;
        width: 100%;
    }

    .file_main_container .show-preview,
    .fileuploader_form_container {
        width: 100%;
        margin: 10px 0 !important;
    }

    #account_connection .create li {
        width: 100%;
    }

    #account_connection .create li:nth-child(2n + 1) {
        padding: 0;
    }

    #account_connection .create li.novisible {
        min-height: 30px;
    }
}

@media screen and (max-width: 550px) {
    .banner__title {
        font-size: 20px;
    }

    #account_information .title {
        font-size: 18px;
        margin-block: 1.875rem 3.25rem;
    }

    #account_information .advantages-container {
        margin-top: 1.875rem;
    }

    #account_information .advantages-container__title {
        font-size: 14px;
    }

    #account_information .advantages {
        margin-block: 1.875rem;
    }

    #account_information .paiement .bggreen td {
        display: block;
        width: 100%;
        display: block;
        margin-bottom: 10px;
        text-align: left;
    }

    #account_connection input[type="submit"], #account_connection a {
        margin-left: auto;
        margin-right: auto;
        display: block;
        max-width: 215px;
        width: 100%;
        margin-top: 1rem;
    }

    #account_information .services-container__content {
        padding-block: 0.938rem 1.875rem;
    }

    #informations #planning table {
        margin: 0;
    }

    #account_information #planning .disponible-now {
        font-size: 12px;
    }

    #account_information #planning .disponible-now a {
        font-size: 0;
    }

    #account_information #planning .disponible-next {
        display: grid;
        text-align: left;
        width: max-content;
        margin: auto;
    }

    #account_information #planning input {
        margin: 0;
    }

    #account_information #planning .disponible-next img {
        display: none;
    }

    #account_information #tarifs,
    #account_information #planning .disponible-next img.-mobile {
        display: initial;
    }

    #account_information #planning .disponible-next img.-mobile:hover {
        transform: none;
    }

    #account_information #planning .button-container {
        margin-top: 1.875rem;
    }

    #account_information .elements-check {
        flex-direction: column;
    }

    #account_information .missing-documents {
        flex-direction: column;
    }

    #account_information #proprioMesLocations .services-optionals {
        display: flex;
        flex-direction: column;
    }

    #informations .arrowRight,
    #informations .arrowLeft {
        top: unset;
        bottom: unset;
    }

    #account_information .home-table-right .card__title,
    #account_information #proprioMesLocations .card__title.-large {
        font-size: 18px;
    }

    #account_information .home-table-left .profil-info__title {
        font-size: 16px;
    }

    #account_information .home-tel .card__title,
    #account_information .home-table-left .profil-info__subtitle,
    #account_information .home-table-left .profil-info__text {
        font-size: 12px;
    }
}

.no_caution {
    background-color: #F6F7F9;
    padding: 20px;
}

.no_caution p {
    margin-bottom: 10px;
    font-size: 1em;
}

.no_caution b,
.no_caution strong {
    font-weight: 900;
}


/* Refonte espace locataire */

/* demandes de reservations */
.demandes-reservations {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 var(--inner-spacing);
    padding: var(--inner-spacing);
}

.demandes-reservations__encart {
    padding: 30px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 20px #0000001A;
    flex: 1 1 450px;
}

.demandes-reservations__encart .title-detail {
    margin-bottom: 40px;
}

.fake-table-row {
    line-height: 5px;
}

.accordeon .table-price {
    cursor: pointer;
}

.accordeon .demandes-reservations {
    display: none;
}

.accordeon__active .demandes-reservations {
    display: flex;
}

.paiement_solde__encart {
    padding: 6px 30px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 20px #0000001A;
    margin: 20px 50px;
    line-height: 1;
    font-family: var(--font-semi);
}

.paiement_solde__encart .form__btn {
    margin: 0;
}

.messageProprioPopup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000CC;
    display: none;
    place-items: center;
}

.messageProprioPopup.-active {
    display: grid;
}

.messageProprioPopup__content {
    width: 60%;
    height: 55%;
    position: relative;
    padding: 0 50px;
    background-color: #fff;
    border-radius: 15px;
}

.messageProprioPopup__content textarea {
    width: 100%;
    height: 250px !important;
    resize: none;
}

.hint {
    font-size: var(--font-size-xs);
    font-style: italic;
}

@media screen and (max-width: 767px) {
    .messageProprioPopup__content {
        width: 95%;
        padding: 0 20px;
    }

    .messageProprioPopup__content textarea {
        height: 210px !important;
    }
}

.home-pages_listing__card.required-actions {
    border: 1px solid var(--color-second-1);
}

.home-pages_listing__card.required-actions .card__title {
    color: var(--color-second-1);
}

.hapee-proprietaire.no-actions,
.home-pages_listing__card.no-actions {
    border: 1px solid #000;
    background-color: #DEDEDE80;
    opacity: .5;
}

.hapee-proprietaire.no-actions .card__title,
.home-pages_listing__card.no-actions .card__title {
    color: #000;
}

.table-locataire__title-picto p {
    text-align: center;
}

.table-locataire__title-picto img {
    width: 15px;
}

.table-locataire__title-picto .picto_mail {
    width: 22px;
}

.disabled-message--hidden {
    display: none;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000CC;
    z-index: 1000;
    display: none;
    place-items: center;
}

.modal.active {
    display: grid;
}   

.modal__content {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    max-width: 1280px;
    padding: 4rem;
}

.modal__title {
    font-size: var(--font-size-m);
    font-weight: 600;
    text-align: center;
}

.modal__text {
    font-size: var(--font-size-s);
}

.modal__text p {
    margin: 1em 0;
}

.modal__text ul,
.modal__text li {
    margin: .5em 0;
    margin-left: .5em;
}


.paiement_solde__encart__content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.paiement_solde__encart__content .payment-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

.paiement_solde__encart .payer {
    width: max-content;
}

.invoice_accordion--disabled {
    display: none;
}

.invoice_accordion_content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.invoice_accordion_content .form__btn {
    margin: 0 auto;
}

.paiement .invoice_accordion {
    padding: 0 var(--inner-spacing);
}

.paiement .payer {
    cursor: pointer;
}


.errors-resume {
    font-weight: 600;
    text-align: center;
    margin-bottom: 1rem;
    font-size: 14px;
}