.infoActus {
    background-color: #f9f8f8;
    padding: 15px;
    font-family: "Roboto", "Montserrat", "Open Sans";
    padding: 50px;
    margin-bottom: 25px;
    margin-top: -15px;
}
.infoActus .big {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}
.infoActus h3 {
    font-size: 14px;
    color: #000;
    line-height: 18px;
  /*  width: 340px;*/
    margin-right: 20px;
    display: inline-block;
    padding: 5px 0;0;
}
.form-group label {
    max-width: 100%;
    color: #7d7980;
    font-size: 16px;
    font-weight: 500;
    padding-right: 10px;
    box-sizing: border-box
}
.infoActus .btn-form {
    width: 150px;
    height: 40px;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    line-height: 40px;
    border-radius: 2px;
    background: #00b7a5;
    cursor: pointer;
    transition: .3s ease-in-out;
    transform: matrix(1, 0, 0, 1, 0, 0);
    border: 0;
    outline: none;
    display: inline-block;
}
.infoActus .btn-form.reset{
    display: inline-block;
    text-align: center;
    margin-left:15px;
    background: rgba(112, 112, 112, 0.47);

}
.infoActus .btn-form:hover {
    background: #f29725;
}

#form_question .form-group label { display:block; float: none; padding: 0; width: 100%}


.block_btn_form{
    margin-top: 30px;
}
.labelRad{
    font-weight: 400;}


.btn_orange_style2{
    font-size: 16px;
    padding: 0 17px;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    margin: 0 5px;
    text-transform: uppercase;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px;
    color: #424f5f;
    background: #fff;
    border: #ec6636 solid 2px;
}

.btn_orange_style2:hover, .btn_orange_style2:focus{
    color: #fff;
    background: #ec6636;
    border: #ec6636 solid 2px;
}

.infoActus.block_result p{
    font-size: 18px;
}


.link_style_question{

    cursor: pointer;
    color: #ec6839;
    text-decoration: underline;
    font-weight: 700;
    margin-top:10px;
    display: inline-block;
}

.center_content{
    background: #f9f8f8;
}