/* Ajouté par Anthony, Les imageurs, le 26/06/2024 pour le système de popup */
.popup{display:none; position:fixed; top:0; left:0; z-index:1000000; width:100%; height:100%; background-color:rgba(0,0,0,0.7);}
.popup > div{position:absolute; top:50%; left:50%; transform:translate(-50%, -50%) scale(0); width:900px; max-width:80%; background-color:#fff; text-align:center; color:#000; transition:0.6s all ease 0.3s;} /* padding:80px; */
.popup.on > div{transform:translate(-50%, -50%) scale(1);}
/*
.popup aside{padding:40px;}
.popup aside img{height:150px;}
.popup aside h3{color:#00354e; font-weight:400; font-size:160%; line-height:1.5;}
.popup aside h3 strong{color:#da3655;}
*/
.popup figure{margin:0;}
.popup figcaption{display:none;}
.popup figure img{margin:0; padding:0; border:none;}
.popup .close-popup{display:block; background-color:#44555F; border:2px solid #44555F; position:absolute; top:15px; right:15px; border-radius:200px; padding:3px 10px; color:#fff; font-size:200%; line-height:1; cursor:pointer;}
.popup .close-popup:hover{background-color:#fff; color:#44555F;}

@media screen and (max-width:1200px){
	.popup > div{padding:30px;}
}

@media screen and (max-width:768){
	.popup .widget .mailpoet_paragraph:nth-of-type(1), .popup .widget .mailpoet_paragraph:nth-of-type(2), .popup .widget .mailpoet_paragraph:nth-of-type(3){width:100%;}
}
