<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.stepwizard-step p {
    margin-top: 10px;
}
.stepwizard-row {
    display: table-row;
}
.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}
.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}
.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    /*height: 1px;*/
    background-color: #ccc;
    z-order: 0;
}
.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}
.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}
span { padding:0 !important}

#id_datepicker_rangerDateEvent input {

    /* width: 174px !important;
    margin-right: 6px;
    margin-left: 6px; */
    width: 163px !important;
	margin-right: 5px;
    margin-left: 3px;

}

.kl_radioBorne, .kl_labelborne {
    padding-top: 78px;
    padding-left: 0;
    padding-right: 0;
}
.oneChoiceBorne {
    cursor: pointer;
}

input.sf_choiceBornetype {
    margin-right: 30px;
}

span.wpcf7-form-control-wrap.is_optin {
    text-align: left !important;
    width: auto;
    display: block;
	cursor: pointer;
}

.is_optin span.wpcf7-list-item.first.last {
    margin-left: 0px;
}

div#id_sommaire {
    margin: auto;
    text-align: center;
    width: 60%;
	margin-top: 15px;
    margin-bottom: 15px;
}

.sf_bloclink {
    background: #ea2161 no-repeat bottom center;
    padding: 100px 25px;
    color: white;
    font-family: 'montserratbold';
    text-transform: uppercase;
    font-size: 16px;
}

.sf_bloclink:hover{
	color :#ea2161;
	background : white;
	border : 1px solid #ea2161;
}

button.cf7mls_next.cf7mls_btn.action-button {
    color: white;
}
span.wpcf7-list-item .wpcf7-list-item-label {
    display: inline-block;
    text-align: left;
    margin-left: 5px;
}</pre></body></html>