div.widget_image-text{display: block; }
div.widget_image-text div.so-widget-image-text{display: block; height: 100%;}
div.container_image_texte{display: flex; width: auto; height: auto; position: relative; }
div.container_image_texte.droite { flex-direction: row; }
div.container_image_texte.gauche { flex-direction: row-reverse; }
div.container_image_texte.gauche div.container_texte { text-align: end; }
div.container_image_texte.haut { align-items: flex-start; }
div.container_image_texte.center { align-items: center; }
div.container_image_texte.image_bas { flex-direction: column; }
div.container_image_texte.image_bas img { margin-bottom: 15px; }
div.container_image_texte.image_bas div.container_texte { width: 100% !important; }
div.container_image_texte.bas { align-items: flex-end; }
div.container_image_texte div.image_texte{ width: auto; height: auto; position: relative; overflow: hidden; }
div.container_image_texte div.image_texte.zoom { cursor: pointer; }
/* div.container_image_texte div.container_titre > * { font-weight: bolder;  } */
div.container_image_texte div.image_texte{ margin: 0; }
div.container_image_texte div.image_texte img{ width: 100%; height: auto; max-width: 100% }
div.container_image_texte div.image_texte div.img{ width: 100%; height: 100%; background-position: center; background-size: cover; background-repeat: no-repeat; }

div.container_image_texte div.texte h2, div.container_image_texte div.texte h3, div.container_image_texte div.texte h4 { font-family: "CeraCompactPro"; line-height: 32px; font-size: 24px; color:#3c3c3b; margin-bottom: 0; padding: 0; position: relative; display: block; text-decoration: none; margin-bottom: 10px; }
div.container_image_texte div.texte strong { font-weight: 800; }

div.container_image_texte h2, div.container_image_texte h3, div.container_image_texte h4, div.container_image_texte div.container_titre p { font-family: "CeraCompactPro"; line-height: 32px; font-size: 24px; color:#3c3c3b; margin-bottom: 0; padding: 0; position: relative; display: block; text-decoration: none; margin-bottom: 10px; }
div.container_image_texte div.texte strong { font-weight: 800; }

/* AGRANDIR SVG */
div.container_image_texte div.image_texte div.agrandir_svg { height: 25px; width: 25px; max-height: 25px; max-width: 25px; position: absolute; display: flex; align-items: center; justify-content: center; background-color: rgba(0,0,0,.35); border-radius: 100%; }
div.container_image_texte div.image_texte div.agrandir_svg { bottom: 10px; right: 10px; transform: rotate(90deg); }
div.container_image_texte.encastre_bas div.image_texte div.agrandir_svg { top: 10px; right: 10px; transform: rotate(90deg); }
div.container_image_texte.encastre_cote.droite div.image_texte div.agrandir_svg { bottom: 10px; left: 10px; transform: initial; display: none; }
div.container_image_texte.encastre_cote.gauche div.image_texte div.agrandir_svg { bottom: 10px; right: 10px; transform: rotate(90deg); }
div.container_image_texte div.image_texte div.agrandir_svg svg { height: 13px; width: 13px; fill: white; }

/* POP UP */
div.container_image_texte div.fond_popup_image{display: none; position: fixed; height: 100vh; width: 100vw; background-color: rgba(255,255,255,.75);z-index: 10100; text-align: center; top: 0; left: 0}

/* div.container_image_texte div.popup_image_click { position: relative; opacity: 1; }
div.container_image_texte div.popup_image_click img { position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 10200; max-width: 90%; max-height: 90%; padding: 30px; background-color: white; box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.5); border-radius: 10px; display: none; }

div.container_image_texte div.popup_image_click div.container_exit { position: fixed; top: 0; left: 50%; transform: translate(-50%); height: 70px; width: 130px; z-index: 99999; cursor: pointer; display: none; } 
div.container_image_texte div.popup_image_click div.container_exit:hover div.exit { background-position: 100% 587px; }
div.container_image_texte div.popup_image_click div.container_exit div.exit {width: 100%; height: 100%; background-image: url(../assets/images/modal_arrows.png); background-size: 100% auto; background-position: 100% 587px; }
div.container_image_texte div.popup_image_click div.container_exit:focus{outline: 0;} */

div.fond_popup_image{display: none; position: fixed; height: 100vh; width: 100vw; background-color: rgba(255,255,255,.75);z-index: 10100; text-align: center; top: 0; left: 0}

div.popup_image{opacity: 1; position: fixed; top: 50%; left: 50%; transform : translate(-50%, -50%); z-index: 10200; background-color: #fff; border-radius: 10px; -webkit-box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.5); -moz-box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.5);box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.5); overflow: hidden; display: none; width: 85%; height: auto; aspect-ratio: 16 / 9;  }
div.popup_image.active{display: block;}
div.popup_image div.container-prevPopup{display: none; overflow: hidden; z-index: 3000; cursor: pointer; position: absolute; width: 105px; height: 164px; top: 50%; left: 0; transform: translateY(-50%); background-image: url('../assets/images/modal_arrows.png'); background-position: 0 328px;}
div.popup_image div.container-prevPopup div.prevPopup{opacity: 0; width: 105px; height: 164px; position: relative; left: -23px; background-image: url('../assets/images/modal_arrows.png'); background-position: 0 164px;}

div.popup_image div.containerPopup{padding: 0; height: 100%;}
div.popup_image div.containerPopup div.container_exit { position: fixed; top: 0; left: 50%; transform: translate(-50%); height: 70px; width: 130px; z-index: 1; cursor: pointer; } 
div.popup_image div.containerPopup div.container_exit div.exit {width: 100%; height: 100%; background-image: url(../assets/images/modal_arrows.png); background-size: 100% auto; background-position: 100% 587px; }
div.popup_image div.containerPopup div.container_exit:focus{outline: 0;}
div.popup_image div.containerPopup div.contenuPopup{position: relative; height: 100%; max-height: initial; margin-top: 0 !important; padding: 0 !important; }
div.popup_image div.containerPopup div.contenuPopup div.div_1{position: relative; height: 100%; margin: 0;}
div.popup_image div.containerPopup div.contenuPopup div.div_1 div.div_2 {padding: 0; height: 100%; padding: 30px 30px 30px 30px;}
div.popup_image div.containerPopup div.contenuPopup div.div_1 div.div_2 { text-align: center; }
div.popup_image div.containerPopup div.contenuPopup div.div_1 div.div_2 div.img { height: 100%; background-repeat: no-repeat; background-size: contain; background-position: center; width: 100%; }

@media (min-width: 0){
	div.container_image_texte{ margin-bottom: 45px }
	div.container_image_texte p{ font-family: "CeraCompactPro"; font-size: 18px; color: #3c3c3b; font-weight: 500; line-height: 24px; }
	div.container_image_texte ul{margin: 0; padding: 0;}
	div.container_image_texte ul li{ list-style: none; position: relative; padding-left: 17px; line-height: 1.7}
	div.container_image_texte ul li:before{content: ""; display: inline-block; position: absolute;left: 0px; top: 50%; transform: translateY(-50%); background-color:#3c3c3b; font-size: 12px; margin-right: 15px; height: 6px; width: 6px;}
}

@media (min-width: 992px){
    div.container_image_texte p{ font-family: "CeraCompactPro"; font-size: 18px; color: #3c3c3b; font-weight: 500; line-height: 24px; }
	div.container_image_texte.column_text div.container_texte div.texte { column-count: 2; column-gap: 50px; }
	div.container_image_texte.column_three_text div.container_texte div.texte { column-count: 3; column-gap: 25px; }
        
    div.container_image_texte.droite div.image_texte{ margin-right: 40px; }
    div.container_image_texte.gauche div.image_texte{ margin-left: 40px; }

    div.container_image_texte.ajuster div.smartImage{padding: 0;}
	div.containerSmartImage.ajuster div.smartImage.carre{padding-top: 0; height: 100%;}
	div.container_image_texte{ margin-bottom: 80px }

	div.container_image_texte.droite.encastre.encastre_cote { position: relative; }
	div.container_image_texte.droite.encastre.encastre_cote div.container_texte { position: relative; bottom: -80px; left: -100px; background-color: white; padding: 25px 35px; }
	div.container_image_texte.gauche.encastre.encastre_cote { position: relative; }
	div.container_image_texte.gauche.encastre.encastre_cote div.container_texte { position: relative; bottom: -80px; right: -100px; background-color: white; padding: 25px 35px; }

	div.container_image_texte.encastre.encastre_bas { position: relative; display: flex; flex-direction: column; align-items: center; }
	div.container_image_texte.encastre.encastre_bas div.image_texte { width: 100% !important; margin: 0; }
	div.container_image_texte.encastre.encastre_bas div.container_texte { position: relative; bottom: 80px; background-color: white; padding: 25px 35px; width: 90% !important; margin-bottom: -80px; }
}

@media (max-width: 992px){
    div.container_image_texte div.image_texte{ width: 100% !important; text-align: center; max-height: 245px; }
	/* div.container_image_texte div.image_texte img { width: auto; max-height: 200px; } */
    div.container_image_texte { flex-direction: column !important; }
    div.container_image_texte div.container_texte { width: 100% !important; margin-top: 10px; }
    div.container_image_texte div.container_texte { text-align: initial !important; }

    div.container_image_texte div.image_texte div.img, div.container_image_texte div.image_texte img.img { height: auto; width: 100% !important; aspect-ratio: 16 / 9; }
	
	div.container_image_texte div.image_texte img{ width: auto; /* height: auto;*/ max-height: 200px; }

	/* div.container_image_texte div.popup_image_click img { padding: 10px; }*/
	div.popup_image div.containerPopup div.container_exit div.exit { background-position: 100% 468px; width: 80%; height: 80%; margin: 0 auto; } 
}