/*
* style.css
*/

.bpbc-container {
	display: flex;
}

.bpbc-header {
	display: flex;
}

.bpbc-window {
	padding: 0 10px 0 10px;
}

.bpbc-h2 {
	margin: unset !important;
}
.bpbc-h3 {
	font-size: 16px !important;
	margin: 10px 0 0 0 !important;
}
.bpbc-add-contact-h3 {
	font-size: 16px !important;
	margin: 0 0 0 5px !important;
}
.bpbc-p {
	font-size: smaller; overflow-wrap: anywhere !important;
	margin: unset;
}
.bpbc-i {
	font-size: 11px; overflow-wrap: anywhere !important;
}
.bpbc-zone-saisie {
	margin: 0 0 0 10px;
}
.bpbc-zone-saisie-add {
	margin: 0 0 0 0;
}

.bpbc-notes {
	margin: 0 0 0 0;
}

.bpbc-button {
	margin-left: auto;
}
.bpbc-footer {
	display: flex;
}
.bpbc-button {
	display: block;
	margin: 10px 10px 0 auto;
}
.bpbc_button_hidden {
	display: none;
}
.bpbc_button_block {
	display: block;
}
.bpbc_enveloppe {
	display: flex; background: #f5f5f5; margin-top: 5px; border-bottom: 1px solid var(--global-border-color);
}
.bpbc_window1 {
	display: flex; margin: 0 0 0 0; 
}
.bpbc_window2 {
	width: 100%;
}
.bpbc-img {
	height: 72px; width: 72px; margin: 10px 0 10px 10px;
}
.bpbc-form {
	margin-top: 5px;
}
.bpbc-add-contact {
	display: block;
}
.bpbc-a {
	padding: 13px 20px; font-size: 14px; background: 0 0; border: 0; box-shadow: none; color: #767676; font-weight: 700;
}
#bpbc_edit {
	padding: 1px 4px !important;
}

#bpbc_button_dels_contact {font-size: 12px !important; background: 0 0 !important; border: 0 !important; box-shadow: none; color: #767676 !important; padding:1px 4px !important;}
#item-body > div > ul > li > div > div.bpbc_window2 > div.bpbc-header > div.bpbc-button > div:nth-child(2) {text-align: center;}

@media screen and (min-width: 46.8em) {
	.bpbc-img {
		width: 170px !important;
		height: 170px !important;
	}
	.bpbc-button {
		display: flex;
	}
	.bpbc-add-contact {
		display: flex;
	}
	.bpbc-zone-saisie {
		margin: 0 0 0 10px !important;
	}
	.bpbc-zone-saisie-add {
		margin: 0 0 0 10px !important;
	}
	
	.bpbc-notes {
		margin: 0 0 0 5px;
	}
	.bpbc-notes-add {
		margin: 0 0 0 5px;
	}
	.bpbc-h3 {
		font-size: 16px !important;
		margin: 10px 0 0 0 !important;
	}
	.bpbc-p {
		margin: 11px 0 11px 0;
	}
	.bpbc-add-contact-h3 {
		font-size: 16px !important;
		margin: 0 0 0 10px !important;
	}
}
@media screen and (min-width: 24em) {
	.bpbc-img {
		width: 125px;
		height: 125px;
	}
	.bpbc-h3 {
		font-size: 16px !important;
		margin: 10px 0 0 0 !important;
	}
	.bpbc-zone-saisie {
		margin: 0 0 0 10px;
	}
	.bpbc-notes {
		margin: 0 0 0 5px;
	}
	.bpbc-notes-add {
		margin: 0 0 0 5px;
	}
	.bpbc-zone-saisie-add {
		margin: 0 0 0 5px;
	}
}