/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/*======================
========================
===== REALISATIONS =====
========================
========================*/

.realisation {
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 100px;
    overflow: hidden;
    margin: 0 16px;
    transition: 0.8s all;
}
.realisation:hover {
    background-color: var(--color-secondary-light)!important;
    transition:0.8s all;
}
.realisation .chapoPicture {
    height: 166px;
}
.realisation .realisationContent .content {
    padding:16px 24px;
}
.realisation .realisationContent .content .rea-content {
    padding-right: 40px;
}
.realisation .realisationContent .content .rea-content .rea-text,
.realisationPopup .rea-text {
    color: var(--neutral-500);
}
.realisation .realisationContent .content .rea-content .rea-localisation,
.realisationPopup .rea-localisation {
    background-image: url('/wp-content/themes/mediapilote/img/charte/icon-localisation.svg');
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 25px;
}


/*Style popup*/
.realisationPopup .rea-galery img {
    object-fit: cover;
}
.realisationPopup .rea-galery img {
    /* width:48.6% */
    flex:1;
}
.realisationPopup .rea-galery img:last-child {
    width: 100% !important;
}

