.main-boutique .realisation_gauche {
width: 43.8vw;
}
.main-boutique .realisation_droite {
width: 60vw;
}
.main-boutique .realisation_droite img {
width: 100%;
}
.main-boutique .section-contact {
top: 0;
}
.main-boutique .section-contact .map-google {
clip-path: polygon(0 0, 100% 0%, 92% 100%, 0% 100%);
}

/* .main-boutique #prev_rea {
display: none;
}
.main-boutique #next_rea {
display: none;
} */

.main-boutique #prev_rea {
    left: 37vw;
    }
    .main-boutique #next_rea {
    right: 56vw;
    }

.main-boutique .swiper-slide.rea_slide .border_clip {
    width: calc(60% + 3px);
    }


    /*
    *
    *
    *
    * MEDIA
    *
    *
    *
    */

    @media screen and (max-width: 1300px) {
        .main-boutique .realisation_droite, .main-boutique .realisation_gauche, .main-boutique .swiper-slide.rea_slide .border_clip {
            width: 100%;
            }

            .main-boutique #next_rea {
                right: 5vw;
              }
              .main-boutique #prev_rea {
                left: 5vw;
              }
              .main-boutique .section-contact .map-google {
                clip-path: polygon(0px 0px, 100% 5%, 100% 100%, 0% 100%)
              }
    }
