/*
Widget - Picture Popup
 */
.carredas-picture-popup {
	display: inline-block;
	width: 100%;
}
.wrapper-call-overlay {
	z-index: 2;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	transition: background .3s;
}
.wrapper-call-background {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}
.carredas-picture-popup h4 {
	position: relative;
	z-index: 3;
	display: inline-block;
	padding: 30px;
}
.carredas-popup-inline {
    position: relative;
    background: #FFF;
    padding: 40px 30px;
    width:auto;
    max-width: 950px;
    margin: 0 auto;
    border-radius: 15px;
}

.mfp-close {
    color: #1a1818!important;
    right: 70px!important;
}
.mfp-close:after {
    content: "FERMER";
    font-size: 13px;
    position: absolute;
    font-weight: bold;
    color: #1a1818;
    margin-left: 5px;
    font-family: "Mukta", sans-serif;
}