<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.urssaf-form-horizontal .urssaf-control-label {
	text-align: right !important;
    font-family: Arial !important;
    font-size: 13px !important;
    color: #656565 !important;
    padding-top: 3px !important;
}

.urssaf-form-champ {
	text-align: left !important;
    font-family: Arial !important;
    font-size: 13px !important;
    color: #656565 !important;
    padding-top: 3px !important;
}

.bloc_radio {
  display: inline-block;
  margin-right: 3rem;
}

.bloc_radio label {
  display: inline;
}

.label-custom {
    margin-left: 5px;
}

.required {
	margin-left : 3px
}

.urssaf-legend{
	border-bottom: 0px ;
	font-weight: 700;
}
.trigger-datepicker {
	position: absolute;
	top: 3px;
	left: 108px;
}

.error {
	color: #7F0000;
	font-weight: bold;
	font-style: normal;
}

.info {
	color: #ff8040;
	font-weight: bold;
	font-style: normal;
}

.addInternalPadding {
	padding: 6px 12px;
}

.imp2 {
	color: #7F0000;
	font-weight: normal;
}

.cadresouslogo {
	border: 2px solid #000000;
	text-align: center;
	margin-top: 10px;
	padding: 5px;
}

.gras {
	font-weight: bold;
}

.texte-centre {
	text-align: center;
}

.texte-left {
	text-align: left;
}

.bordergras {
	border: 2px solid #000000;
}

.btn {
	color: white;
	/* padding: 0 8px !important; 
	margin: 10px 10px 10px 0; */
}

.btn.focus, .btn:focus, .btn:hover {
	color: white;
}

.btn-error-urssaf {
	border-radius: 0px;
	background-color: #7F0000;
	padding: 0px 16px;
	height: 24px;
	font-size: 13px;
	color: white;
}

input.next {
	background-color: transparent;
	background-image: url("../images/custom/ico_next.png");
	background-repeat: no-repeat;
	border: 0 none;
	cursor: pointer;
	float: inherit;
	height: 25px;
	margin-left: 10px;
	vertical-align: middle;
	width: 25px;
}

.pagination {
	float: right !important;
}

.dt-responsive {
	width: 100%;
	margin-bottom: 10px;
}

.indentation {
	padding-left: 22px;
}

label {
	color: #656565;
}

.underlined {
	text-decoration: underline;
}

.rightCrammedTable td:nth-child(1) {
	width: 30%;
}

.rightCrammedTable td:nth-child(2) {
	width: 30%;
}

.rightCrammedTable td:nth-child(3) {
	width: 16%;
}

.rightCrammedTable td:nth-child(4) {
	width: 21%;
}

.rightCrammedTable td:nth-child(5) {
	width: 3%;
}

.rightCrammedTable th:nth-child(3), .rightCrammedTable td:nth-child(3),
	.rightCrammedTable th:nth-child(4), .rightCrammedTable td:nth-child(4),
	.rightCrammedTable th:nth-child(5), .rightCrammedTable td:nth-child(5)
	{
	text-align: center;
}

.blocTexte {
	margin-top: 20px;
	margin-bottom: 10px;
    background-color: #f1f6fc;
    border-radius: 4px;
    color: #1a428a;
    padding: 1rem;
}

.blocTexteTitre {
	padding-top: 8px;
    padding-bottom: 5px;
    font-weight: 700;
}

.blocTexteContent {
	font-size: 1.4rem;
    padding-top: 16px;
}

.blocTexteContent ul {
	list-style: outside none none;
    padding-left: 0;
}

.blocTexteContent ul li {
	background-image: url(https://www.urssaf.fr/portail/modules/urssafTemplates/css/img/black_minus.png);
    background-repeat: no-repeat;
    background-position: 0 6px;
    line-height: 1;
    margin-bottom: 0.75em;
    padding-left: 0.8em;
}

.blocTexteContent li a {
	display: block;
    color: inherit;
    font-size: 13px;
}

.icon-24 {
	width: 24px;
	margin-right: 5px;
}

.center-table {
	display: flex;
  	justify-content: center;
  	align-items: center;
}
</pre></body></html>