body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #888;
    line-height: 30px;
    text-align: center;
}
strong {
    font-weight: 500;
}
a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
h1, h2 {
    margin-top: 10px;
    font-size: 38px;
    font-weight: 100;
    color: #555;
    line-height: 50px;
}
h3 {
    font-size: 22px;
    font-weight: 300;
    color: #555;
    line-height: 30px;
}
img {
    max-width: 100%;
}
::-moz-selection {
    background: #007426;
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #007426;
    color: #fff;
    text-shadow: none;
}
.btn-link-1 {
    display: inline-block;
    height: 50px;
    margin: 0 5px;
    padding: 16px 20px 0 20px;
    background: #007426;
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.btn-link-1:hover, .btn-link-1:focus, .btn-link-1:active {
    outline: 0;
    opacity: 0.6;
    color: #fff;
}
.btn-link-2 {
    display: inline-block;
    height: 50px;
    margin: 0 5px;
    padding: 15px 20px 0 20px;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.btn-link-2:hover, .btn-link-2:focus,
.btn-link-2:active, .btn-link-2:active:focus {
    outline: 0;
    opacity: 0.6;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
}
.navbar {
    padding-top: 10px;
    background: #333;
    background: rgba(51, 51, 51, 0.3);
    border: 0;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.navbar.navbar-no-bg {
    background: none;
}
ul.navbar-nav {
    font-size: 16px;
    color: #fff;
}
.navbar-inverse ul.navbar-nav li {
    padding-top: 8px;
    padding-bottom: 8px;
}
.navbar-inverse ul.navbar-nav li .li-text {
    opacity: 0.8;
}
.navbar-inverse ul.navbar-nav li a {
    display: inline;
    padding: 0;
    color: #fff;
}
.navbar-inverse ul.navbar-nav li a:hover {
    color: #fff;
    opacity: 1;
    border-bottom: 1px dotted #fff;
}
.navbar-inverse ul.navbar-nav li a:focus {
    color: #fff;
    outline: 0;
    opacity: 1;
    border-bottom: 1px dotted #fff;
}
.navbar-inverse ul.navbar-nav li .li-social a {
    margin: 0 5px;
    font-size: 28px;
    vertical-align: middle;
}
.navbar-inverse ul.navbar-nav li .li-social a:hover,
.navbar-inverse ul.navbar-nav li .li-social a:focus {
    border: 0;
    color: #007426;
}
.inner-bg {
    padding: 40px 0 20px 0;
}
.top-content .text {
    color: #fff;
}
.top-content .text h1 {
    color: #fff;
}
.top-content .description {
    margin: 20px 0 10px 0;
}
.top-content .description p {
    opacity: 0.8;
}
.top-content .description a {
    color: #fff;
}
.top-content .description a:hover,
.top-content .description a:focus {
    border-bottom: 1px dotted #fff;
}
.top-content .top-big-link {
    margin-top: 35px;
}
.form-top {
    overflow: hidden;
    padding: 0 25px 0 25px;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    text-align: left;
}
.form-top-left {
    margin-top: 10px;
}
.form-top-left h3 {
    margin-top: 0;
    text-align: center;
    color: #007426;
}
.form-top-right {
    float: left;
    width: 25%;
    padding-top: 5px;
    font-size: 66px;
    color: #ddd;
    line-height: 100px;
    text-align: right;
}
.form-bottom {
    padding: 0 25px 0 25px;
    color: #007426;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    text-align: left;
    border-radius: 15px;
    margin-right: 2px;
}
.form-bottom-connaissance {
    padding: 25px 25px 30px 25px;
    color: #007426;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    text-align: center;
    border-radius: 15px;
}
#form-bottom-co-empr {
    padding: 0 25px 30px 25px;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    text-align: left;
    border-radius: 15px;
}
form .form-bottom textarea {
    height: 100px;
}
form .form-bottom button.btn {
    min-width: 105px;
}
form .form-bottom .input-error {
    border: 2px solid red;
}
form #form-bottom-co-empr textarea {
    height: 100px;
}
form #form-bottom-co-empr button.btn {
    min-width: 105px;
}
form #form-bottom-co-empr .input-error {
    border: 2px solid red;
}
form.registration-form fieldset {
    display: none;
}
#button_prev_next {
    text-align: center;
    margin: 10px auto auto;
}
input[type='text'] {
    font-family: 'Open Sans', sans-serif;
    height: 40px;
    font-size: 14px;;
    border-radius: 5px;
    margin-right: 20px;
    margin-bottom: 20px;
    padding-left: 10px;
}
input[type='text']:focus {
    border-radius: 5px;
    outline: none;
    border: 1px solid #02C240;
    background: white;
}
select:focus.form-control:focus {
    border-radius: 5px;
    outline: none;
    border: 1px solid #02C240;
    background: white;
}
.form-step {
    color: #432277;
    border: 2px solid #432277;
    border-radius: 100px;
    height: 26px;
    width: 26px;
    line-height: 21px;
    display: inline-block;
    text-align: center;
    margin-right: 3px;
}
.form-bottom-simulation {
    padding: 25px 25px 30px 25px;
    color: #007426;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    text-align: left;
    border-radius: 15px;
    margin-right: 2px;
}
#sansrachat {
    margin-top: -40px;
}
#avecrachat {
    margin-top: -40px;
}
.titre_simulation {
    font-size: 20px;
    font-weight: bold;
    color: #432277;
    padding-bottom: 5px;
    padding-left: 15px;
}
span.subtitle {
    margin-left: 30px;
}
div#id_no_show {
    display: none !important;
}
.subtitle_underlign {
    color: #007426;
    font-size: 18px;
}
.separator_area {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 3px;
    background: rgba(217, 217, 217, 0.6);
}
p#on-page {
    font-size: 16px;
    font-weight: bold;
}
.divider {
    width: 100%;
    height: 1px;
    background: rgba(217, 217, 217, 0.6);
}
.footer-add {
    background-color: #432277;
    padding-top: 20px;
}
.info_footer2 {
    width: 400px;
    text-align: center;
    margin: auto;
    font-size: 10px;
    color: white;
    line-height: 1.2;
}
button#option_1:hover, button#option_2:hover {
    background-color: #432277;
    color: #f0f0f0;
}
div#footer-add {
    padding-top: 20px;
    padding-bottom: 20px;
}

.grecaptcha-badge { visibility: hidden!important; }

.sim_type_row {
    text-align: left;
}
.sim_type_pic {
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    min-width: 35px;
    max-width: 45px;
    cursor: pointer;
}
.sim_type_text {
    cursor:pointer;
    text-align: left;
    vertical-align: top;
    font-weight: bold;
    color: #888 !important;
    padding-top:5px;
}

.sim_type_text_on {
    cursor:pointer;
    text-align: left;
    vertical-align: top;
    font-weight: bold;
    color: #FFFFFF !important;
    padding-top:5px;
}

.result-box {
    max-width: 1000px;
    background-color: #E7DCFF;
    border-radius: 10px;
    margin: 5px !important;
    padding: 20px;
    height: 300px;
}

.form-box {
    max-width: 1000px;
    background-color: #E7DCFF;
    border: #3D2674 1px solid;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
}
.form-box-buttons {
    max-width: 1000px;
    background-color: #FFFFFF;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
}

.form-box-green {
    max-width: 1000px;
    background-color: #FFFFFF;
    border: #048B30 solid 3px;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
}

.form-field-screen1 {
    padding: 0.5rem 0 0.5rem 0.5rem;
    background-color: #FFFFFF;
    border: #3D883C solid 1px;
    border-radius: 5px;
    height: 50px;
    margin: 5px 5px 10px 5px;
}

.form-field-selected-screen1 {
    padding: 0.5rem 0 0.5rem 0.5rem;
    background-color: #3D883C;
    border: #3D883C solid 1px;
    border-radius: 5px;
    height: 50px;
    margin: 5px 5px 10px 5px;
    color:#FFFFFF!important;;
}

.form-field-screen1:hover {
    background-color: #3D883C;
}

.form-field-screen1:hover > div {
    color: #FFFFFF!important;
}

.form-button {
    padding: 0.5rem 0 0.5rem 0.5rem;
    border: #048B30 solid 1px;
    border-radius: 5px;
    height: 50px;
    margin: 5px 5px 10px 5px;
    width: 220px !important;
}

.buttons-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.user-count {
    line-height: 2.5em;
    text-indent: 3.25em;
    cursor: pointer;
    background-color: #FFFFFF;
    color: #3D883C!important;
}
.user-count:hover {
    background-color: #3D883C;
}
.user-count:hover > label {
    color: #FFFFFF!important;
}
.user-count-checked {
    line-height: 2.5em;
    text-indent: 3.25em;
    cursor: pointer;
    color: #FFFFFF!important;
    background-color: #3D883C;
}
.user-count-checked:hover {
    background-color: #FFFFFF;
}
.user-count-checked:hover > label {
    color: #3D883C!important;
}

.help {
    color: #048B30;
    font-size: 0.75rem;
}

.pictogram {
    width: 35px;
    margin-right: 5px;
}

.pictogram-final {
    width: 100px;
}

.label-screen {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #555;
    font-style: inherit;
    font-size: 14px;
    vertical-align: text-bottom;
}

.label-screen-with-margin {
    margin-left:45px;
}

.input-group-addon {
    background-color: #FFF !important;
}

.ui-menu-item-wrapper {
    background-color: #FFFFFF !important;
}
.ui-menu-item-wrapper:hover {
    background-color: #422278 !important;
    color: #FFFFFF !important;
}

.titleWithPictogram {
    display: flex;
}

.titlePictogram {
    padding: 5px 5px 0 0;
    width: 40px;
}

.titleLabel {
}

.titleLabelWithoutPictogram {
    margin-left: 40px;
}

.screen-button-previous {
    text-align: left;
    padding-top: 25px;
}

.screen-button-next {
    text-align: right;
    padding-top: 25px;
}

.screen-last-pictogram {
    text-align: right;
}

.last_button {
    width: 225px!important
}

@media (min-width: 1200px) and (max-width: 1400px) {
    .form-field-screen1 {
        display: table;
        height: 70px !important;
        width: 95%;
    }

    .form-field-selected-screen1 {
        display: table;
        height: 70px !important;
        width: 95%;
    }

    .sim_type_pic {
        display: table-cell;
        padding-top: inherit;
        width: 45px;
        float: none;
    }

    .sim_type_text {
        display: table-cell;
        vertical-align: middle !important;
    }

    .sim_type_text_on {
        display: table-cell;
        vertical-align: middle !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
}

@media (min-width: 767px) and (max-width: 991px) {
}

@media (max-width: 767px) {
    .navbar {
        padding-top: 0;
    }
    .navbar.navbar-no-bg {
        background: #333;
        background: rgba(51, 51, 51, 0.9);
    }
    .navbar-brand {
        height: 60px;
        margin-left: 15px;
    }
    .navbar-collapse {
        border: 0;
    }
    .navbar-toggle {
        margin-top: 12px;
    }
    .inner-bg {
        padding: 40px 0 110px 0;
    }
    .top-content .top-big-link {
        margin-top: 25px;
    }
    .top-content .top-big-link a.btn {
        margin-top: 10px;
    }
    .form-bottom {
        padding-bottom: 25px;
    }
    form .form-bottom button.btn {
        margin-bottom: 5px;
    }
    #container_responsive {
        width: 100% !important;
        margin: auto;
    }
    .inner-bg > .container {
        width: 100%;
        margin: auto;
    }
    .form-field-screen1 {
        height: 60px;
    }
    .form-field-selected-screen1 {
        height: 60px;
    }
    .sim_type_pic {
        height: 60px;
    }

    .form-button {
        margin-left: auto!important;
        margin-right: auto!important;
    }
}
@media (max-width: 600px) {
    .navbar {
        padding-top: 0;
    }
    .navbar.navbar-no-bg {
        background: #333;
        background: rgba(51, 51, 51, 0.9);
    }
    .navbar-brand {
        height: 60px;
        margin-left: 15px;
    }
    .navbar-collapse {
        border: 0;
    }
    .navbar-toggle {
        margin-top: 12px;
    }
    .inner-bg {
        padding: 40px 0 110px 0;
    }
    .top-content .top-big-link {
        margin-top: 25px;
    }
    .top-content .top-big-link a.btn {
        margin-top: 10px;
    }
    .form-bottom {
        padding-bottom: 25px;
    }
    form .form-bottom button.btn {
        margin-bottom: 5px;
    }
    #container_responsive {
        width: 100% !important;
        margin: auto;
    }
    .inner-bg > .container {
        width: 100%;
        margin: auto;
    }

    .form-button {
        margin-left: auto!important;
        margin-right: auto!important;
    }
}
@media (max-width: 415px) {
    .inner-bg {
        padding: 0 0 50px 0;
    }
    .form-bottom {
        padding-bottom: 0 !important;
    }
    .container {
        width: 100%;
        margin: auto;
    }
    .inner-bg > .container {
        width: 100%;
        margin: auto;
    }
    h1, h2 {
        font-size: 32px;
    }
    .img-logo {
        margin-left: 100px !important;
    }

    .titlePictogram {
        padding: 15px 5px 0 0;
    }

    .titleLabelWithoutPictogram {
        margin-left: 50px;
    }
    .screen-button-previous {
        text-align: center;
        padding-top: 25px;
    }

    .screen-button-next {
        text-align: center;
        padding: 25px 0;
    }

    .screen-last-pictogram {
        text-align: center;
    }

    .result-box {
        width: 250px;
        background-color: #E7DCFF;
        border-radius: 10px;
        margin: 0 0 5px 0!important;
        padding: 0!important;
        height: max-content;
    }

    .buttons-box {
         display: block;
     }

    .titlePictogram {
        display:none;
    }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
}