.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffffd4;
    z-index: 1001;
    /* opacity: 0; */
    /* transition: opacity 0.3s ease; */
}

/* Style du contenu du popup */
.popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    background-color: white;
    /* border-radius: 10px; */
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); */
    z-index: 1002;
	padding : 20px 40px;
	box-shadow: 2px 2px 15px rgba(0, 0, 0, .5);
	
}
.popup-contenu{
	display : flex;
}



#c1{
	width : 300px;
}
#c2{
	width : 175px;
	background : #f5f5f5;
	margin-left : 40px;
	position : relative;
}

.popup .sp-titre{
	border-radius : 0;
	height: 25px;
    justify-content: left;
    padding-left: 12px;
}
.popup .sp-photo{
	width : 100%;
	height : 170px;
}
.popup .sp-photo img{
	width : 100%;
	height : 170px;
	object-fit: cover;
    display: block;
}
.popup .sp-txt{
	padding : 0;
}
.popup .sp-txt-item{
	font-weight: bold;
    color: #af1e18;
    font-size: 14px;
}
.popup p{
	font-size : 13px;
	text-align : justify;
	line-height: 15px;
	position : relative;
}
.quenoter{
	background: #b31f19;
    padding: 20px 10px 10px 10px;
    color: #fff;
    font-weight: bold;
	margin : 30px 0 0 0;
}
.quenoter .sp-txt-item{
	background: #fff;
    position: absolute;
    top: -8px;
    padding: 3px 10px;
    box-shadow: 0 0 10px #000;
    transform: rotate(357deg);
}

/* .popup-fermer{ */
	/* position: absolute; */
    /* right: 0; */
    /* top: 0; */
    /* font-size: 50px; */
    /* width: 50px; */
    /* color: #b51f1e; */
    /* cursor: pointer; */
    /* height: 50px; */
	/* z-index : 2010; */
/* } */
/* .popup-fermer:after{ */
	/* content: "+"; */
    /* transform: rotate(45deg); */
    /* display: block; */
    /* width: 30px; */
    /* height: 30px; */
    /* position: absolute; */
    /* top: -20px; */
    /* right: 0; */
    /* font-size: 80px; */
/* } */

.popup-fermer{
	position: absolute;
    right: 8px;
    top: 8px;
    width: 20px;
    color: #ffffff;
    cursor: pointer;
    height: 20px;
    z-index: 2010;
    background: #b41e19;
    border-radius: 50%;
}
.popup-fermer:after{
	content: "+";
    transform: rotate(45deg);
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: -1px;
    right: -11px;
    font-size: 23px;
}


.type-phenomene{
	padding: 5px 0 5px 15px;
    text-align: left;
    font-weight: bold;
    font-size: 13px;
    line-height: 16px;
    color: #fff;
    background: linear-gradient(40deg, #777777, #a9a9a9);
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: left;
    text-transform: uppercase;
}
.popup .sp-infos{
	width: max-content;
    background: #ffffff;
    padding: 20px 20px 10px 20px;
    border: 1px solid #cbcbcb;
    margin: 40px 0 0 20px;
	position : relative;
	width : 130px;
	height : 172px;
}
.popup .sp-info-item{
	font-size: 11px;
    text-align: left;
	margin: 10px 0 0 0;
}
.popup .sp-info-date{
	margin: 3px 0px 5px auto;
    padding: 3px 8px 1px;
	width: 87px;
}
.popup .sp-info-annee{
	background: #fff;
    position: absolute;
    top: -11px;
    left: 5px;
    padding: 2px 6px;
    box-shadow: 0 0 10px #000;
    transform: rotate(357deg);
    font-size: 12px;
    font-weight: bold;
    color: #b51f1e;
	width : max-content;
}
.popup .sp-info-nbobs{
	    font-size: 50px;
    font-weight: bold;
    color: #474747;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.popup .btn-saisie{
	width: 125px;
    height: 47px;
    left: 25px;
    bottom: 25px;
}
.popup .btn-saisie a{
	font-size: 13px;
    line-height: 15px;
	padding-right : 23px;
}
.popup .btn-saisie a::after {
    top: calc(50% + 1px);
    width: 8px;
    height: 13px;
	right : 8px;
}