/* Style du modal */
.modal {
    display: none;
    position: fixed;
    z-index: 9999999999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-success {
    display: block;
    position: fixed;
    z-index: 9999999999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-plan {
    display: none;
    position: fixed;
    z-index: 9999999999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

.location-icon {
    width: 30px;
    height: 30px;
}

/* Contenu du modal */
.modal-content {
    background-color: #fefefe;
    margin: 5% auto;
    padding: 40px;
    border: 1px solid #888;
    width: 80%;
    max-width: 660px;
    border-radius: 40px;
}

/* Fermer le bouton */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.modal-content h2{
    margin-bottom: 40px!important;
}

#modal_condolence select, #modal_condolence input, #modal_condolence textarea {
	margin-bottom: 20px;
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-text-font-weight);
    color: #818181;
    background-color: var(--e-global-color-86f8c6d);
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #CDE4EE;
    border-radius: 5px 5px 0px 0px;
	margin-bottom:25px; 
}

#select_civilite, #select_pays {
	width: 100%;
}
	
#votre_nom, #votre_prenom, #code_postal, #ville, #votre_email, #votre_tel {
	width: 49%!important;
}

#modal_condolence button{
	font-family:var(--e-global-typography-96c4eb9-font-family);
    font-size: var(--e-global-typography-96c4eb9-font-size);
    font-weight: var(--e-global-typography-96c4eb9-font-weight);
    text-transform: var(--e-global-typography-96c4eb9-text-transform);
    letter-spacing: var(--e-global-typography-96c4eb9-letter-spacing);
	text-decoration:none;
	color: #fff;
	background-color: var(--e-global-color-accent);
	padding : 10px 40px 10px 40px;
	border: 3px solid var(--e-global-color-accent);
	border-radius:35px;
	margin-top: 30px;
}

#modal_condolence button:hover{
	background-color: transparent;
	color: var(--e-global-color-accent);
	border: 3px solid var(--e-global-color-accent);

}

#modal_condolence label{
	margin: 0 10px;
}

#modal_condolence div div:nth-child(7), #modal_condolence div div:nth-child(8) {
    display: inline-flex;
}