.custom_block.custom_block_onglets-tab .onglet{
	cursor: pointer;
	text-align: center;
	padding:25px 0px;
	border-bottom:5px solid #eee;
	background-color: #F6F4F2;
	color:#130F44;
	margin-bottom:10px;
}

.custom_block.custom_block_onglets-tab .onglet:hover,
.custom_block.custom_block_onglets-tab .onglet.actif{
	color:#fff;
	font-weight: bold;
}

.onglet_tab{
	background: #F6F4F2;
	padding:50px;
	display: none;
	margin-bottom:50px;
	border-bottom:5px solid #eee;
}

body div.onglet_tab.actif{
	display: block;
}

/* bootstrap 4 xs */
@media (max-width:575px) {
	
}
/* bootstrap 4 sm */
@media (min-width:576px) and (max-width:767px) {
	
}
/* bootstrap 4 md */
@media (min-width:768px) and (max-width:1199px) {
	
}
/* bootstrap 4 lg */
@media (min-width:1200px) {
	
}
@media print {
	
}
