.middle_inner_container{
    margin: 1rem auto 2rem auto;
}

.map_container{
    min-width: 500px;
    min-height: 360px;
}

.map_container iframe{
    border: none;
}

.table_zone th{
    font-size: var(--v8-size-2);
    padding: 1rem 0;
    text-align: right;
}

.table_zone td{
    padding: 0.8rem 0;
    text-align: right;
}


/*底部滚动地址*/
#nous_bottom_address_container{
    width: 100%;
    position: relative;
    left: 0;
    overflow-x: hidden;
    margin-top: 1rem;
}

#nous_bottom_address{
    display: inline-flex;
    animation: bottomScrollLeft var(--bottom-animation-duration) linear infinite; /* 使用动画实现滚动效果 */
}

#nous_bottom_address_container:hover #nous_bottom_address{
    animation-play-state: paused;
}

#nous_bottom_address_holder{
    min-width: 20vw;
}

.nous_bottom_address_content{
    display: inline-flex;
    font-family: var(--v8-font-family-title);
    font-size: var(--v8-size-1);
    font-weight: bold;
    white-space: nowrap;
}

@keyframes bottomScrollLeft {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(var(--bottom-animation-left));
    }
}

.say_hey{
    color: var(--v8-primary-color);
}

#nous_photos_container{
    position: relative;
    width: 100%;
    height: 580px;
    overflow: hidden;
}

#nous_photos_container.can_draggable{
    cursor: url(../../image/curseur.svg) 0 18, pointer !important;
}

#nous_photos_inner_container{
    /*pointer-events: none;*/
    position: relative;
    display: inline-flex;
    height: 560px;
    padding: 50px;
}

.nous_photo_container{
    background-color: var(--v8-form-color);
    min-width: 432px;
    width: 432px;
    height: 468px;
    border: 1px solid var(--v8-base-color);
    border-radius: 8px;
    margin-right: 0.5rem;
    transition: transform 0.3s ease;
}

.nous_photo_container:hover{
    transform: rotate(-2.66deg);
}

.nous_photo_inner_container{
    pointer-events: none;
    max-width: 400px;
    max-height: 436px;
    margin: 16px;
    border: 1px solid var(--v8-base-color);
    border-radius: 8px;
    overflow: hidden;
}
.nous_photo{
    pointer-events: none;
    width: 100%;
}

#nous_photos_move{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.nous_avis{
    margin-top: 2rem;
}

.nous_avis h2,
#avisModal h3{
    text-transform: capitalize;
}

#nous_avis_title h2{
    margin-bottom: 2.6rem;
}

#nous_avis_content .button{
    margin-top: 2rem;
    margin-bottom: 2rem;
    min-width: 300px;
}

@media (min-width: 768px) and (max-width: 992px){
    #nous_avis_content .button{
        min-width: auto;
    }
}

#nous_avis_textarea_container{
    position: relative;
}

#nous_avis_textarea {
    background-color: var(--v8-form-color);
    width: 100%;
    max-width: 600px;
    padding: 1rem 1rem 3rem;
    border: 2px solid var(--v8-base-color);
    border-radius: 0;
}

#avis_valider_button{
    position: absolute;
    bottom: -2rem;
    left: 50%;
    transform: translateX(-50%);
}

.nous_avis_footer{
    margin-top: 5rem;
    margin-bottom: 2rem;
}

.nous_avis_footer h2.nous_avis_footer_title{
    text-transform: capitalize;
}
.nous_avis_footer h2.nous_avis_footer_title{
    margin-bottom: 2rem;
}

.avis_button.active {
    background-color: var(--v8-primary-color);
    color: var(--v8-text-color);
    transform: translateY(-10px);
}
