.sidebar_partage { display: flex; margin-bottom: 30px; }
.sidebar_partage ul, .sidebar_partage ul li { list-style: none; padding: 0; margin: 0; }
.sidebar_partage ul { display: flex; }
.sidebar_partage .share-btn {
	margin-right: 25px;
    font-size: 20px;
	color: #697f8e;
}

#share-email-container .modal-content { border-radius: 8px; }
#share-email-container .modal-content label { width: 100%; }
#share-email-container #share-email-footer { display: flex; justify-content: space-between; }
#share-email-container .alert p { margin-bottom: 0; }

.emploi-caracteristiques { background-color: #ba0041; color: #fff; margin-right: 0; }

.section-texte-en-avant { color: #fff; background: #3d86c8; padding: 20px 25px; margin-bottom: 30px; font-size: 16px; line-height: 24px; box-shadow: 0 0 20px 0 #ccc; position: relative; }
.section-texte-en-avant h2, .section-texte-en-avant h3, .section-texte-en-avant h4 { color: inherit; margin: 0 0 20px 0; }
.section-texte-en-avant h2 { font-size: 32px; line-height: 32px; border-bottom: solid 2px #fff; }
.section-texte-en-avant h3 { font-size: 24px; line-height: 24px; font-weight: bold; }
.section-texte-en-avant h4 { font-size: 18px; line-height: 18px; }
.section-texte-en-avant ul:not(.elementor-editor-element-settings), .section-texte-en-avant ol:not(.elementor-editor-element-settings) { padding-left: 20px; }
.section-texte-en-avant ul:not(.elementor-editor-element-settings) li, .section-texte-en-avant ol:not(.elementor-editor-element-settings) li { padding-left: 0; list-style: initial; margin-bottom: 0; }
.section-texte-en-avant ul:not(.elementor-editor-element-settings) li:before, .section-texte-en-avant  ol li:before { display: none; }

.section-texte-en-avant:before {
	content: '';
    position: absolute;
    width: 140px;
    height: 140px;
    border: solid 20px rgba(255,255,255,0.2);
    top: 0;
    left: 0;
    border-radius: 0 0 200px 0;
    border-width: 0 50px 50px 0;
}

.section-texte-en-avant:after {
    content: '';
    position: absolute;
    width: 140px;
    height: 140px;
    border: solid 20px rgba(255,255,255,0.2);
    bottom: 0;
    right: 0;
    border-radius: 200px 0 0px 0;
    border-width: 50px 0 0 50px;
}

.section-texte-en-avant.ventes-texte-en-avant a { color: #ba0041; }
.section-texte-en-avant.ventes-texte-en-avant a:hover { color: #831239; }


.conteneur-avantages .avantage { position: relative; }
.conteneur-avantages .avantage h3 a { color: inherit; }
.conteneur-avantages .avantage h3 a:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


@media (max-width: 767px) {
	.section-texte-en-avant:before, .section-texte-en-avant:after { display: none; }
}

.page-wrapper.page-bien .single-bien-block.block-caracteristiques .caracteristiques-liste .caracteristiques-item.prix small, 
.page-wrapper.page-bien .single-bien-block.block-caracteristiques .caracteristiques-liste .caracteristiques-item.surface small
{
	line-height: 1;
	margin: auto 0 auto 10px;
}


html { border: solid 10px #ba0041; }
