/*****************************************************************************************/
/* définistion de la fenêtre modale  */
/*****************************************************************************************/
#modalCheck{
    display: none;
}
.modalLayer{
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999999991;
    background-color: rgba(0, 0, 0, 0.5);
}
#modalCheck:checked + .modalLayer, #modalContent:target{
    display: block;
}
.popup_block{
    background: #fff;
    padding: 20px;
    border: 10px solid #ddd;
    position: relative;
    top: 10%;
    margin: 10% auto;
    width: 80%;
    height: 60%;
    overflow : scroll;
    box-shadow: 0px 0px 20px #000;
    border-radius: 10px;
}
img.btn_close {
    float: right;
    margin: -5px -5px 0 0;
    cursor: pointer;
}
img.btn_close_2 {
    float: right;
    margin: 5px 0px 0 0;
    cursor: pointer;
}
.button{
    cursor: pointer;
    color: blue;
    text-decoration: underline;
}
/*****************************************************************************************/
/* zone choix du PDF  */
/*****************************************************************************************/
.list_zones{
    height: 150px;
}
.list_zones_2{
    height: 130px;
    border: 2px solid #ddd;
    background-color: rgba(230, 230, 255, 0.5);
    padding: 20px;
}

/* Select */
.entryfull form select.bouton_emie{
	background-image:url("/wp-content/themes/Hersin/img/icons/bouton_bleu.png");
	background-size:100% 100%;
	width:170px;
    background-position-x:0px;
	/*max-width:170px;
	transform:translatex(0px) translatey(0px);*/
	color:#fff;
}
h5 {height:5px; margin-bottom:-9px;}
.entryfull center h4{margin-bottom:1px;}
/* Option dans la liste */
.entryfull center form select.bouton_emie > option{
	color:#2c3e50;
	
}
.entryfull form select.bouton_emie:hover{
    filter: sepia(0.71);
	cursor:pointer;
}
/* Centred block */
.entryfull .list_zones_2 center{
	border-style:none !important;
	border-width:0px;
	margin-top:0px !important;
	
}

/*****************************************************************************************/
/* Titre  */
/*****************************************************************************************/
/* Plu info */
.plu_info {color: #868686; font-size: 14px;}
#core .entryfull .plu_info{
	margin-top:-11px;	
}
/*****************************************************************************************/
/* carte  */
/*****************************************************************************************/
/* Centred block */
#core .entryfull center{
	margin-top:-50px;
	border-color:#2c3e50;
	border-width:1px;
	border-style:dashed;
	
}