* {
    margin: 0;
    padding: 0;
    outline: none;
    list-style-type: none;
    text-decoration: none;
}

#contactForm {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 400;
    color: #1d1e1c;
    background: #BFF2A7;
    font-size: 18px;
}

#contactForm .Header-desktop {
    width: 100%;
    max-width: 100%;
    height: 66px;
    display: block;
    position: fixed;
    top: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#73d637+0,009a54+100 */
    background: rgb(115, 214, 55); /* Old browsers */
    background: -moz-linear-gradient(left, rgb(115, 214, 55) 0%, rgb(0, 154, 84) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgb(115, 214, 55) 0%, rgb(0, 154, 84) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgb(115, 214, 55) 0%, rgb(0, 154, 84) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#73d637', endColorstr='#009a54', GradientType=1); /* IE6-9 */
    z-index: 999;
}

#contactForm .container-forms {
    width: 100%;
    max-width: 530px;
    margin: 150px auto;
    animation: fadeInUp 500ms;
}

#contactForm .donnees-persos .container-forms {
    margin-bottom: 0;
}

#contactForm .container-forms form, .bttm-div {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
    background-color: #fafafa;
}

#contactForm .container-forms h1, .container-forms h2, .container-forms .h1 {
    width: 100%;
    height: 28px;
    font-family: 'Fira Sans', sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    color: rgba(0, 102, 37, 0.8);
    margin: 0;
    display: block;
}

#contactForm .container-forms .h1 {
    line-height: 1.8;
    margin: 12px 0 7px;
}

#contactForm h2 {
    font-size: 12px;
    font-weight: 500;
    color: rgba(0, 147, 53, 0.6);
    background: rgba(127, 229, 79, 0.25);
    padding: 0 6px;
    line-height: 28px;
    min-height: 28px;
    height: auto;
}

/* webkit solution */
::-webkit-input-placeholder {
    text-align: right;
}

/* mozilla solution */
input:-moz-placeholder {
    text-align: right;
}

#contactForm .container-forms .form-group, .myModalForm .form-group {
    padding: 12px;
    margin: 0;
    border-bottom: 1px solid #e9eaec;
}

.myModalForm .form-group {
    padding: 9px 20px;
}

.myModalForm .form-group.align-center {
    padding: 6px 0 18px 20px;
    text-align: left;
}

.container-forms .form-group input, .container-forms .form-group label, .container-forms .switchlabel,
.myModalForm .form-group input, .myModalForm .form-group label, .myModalForm .switchlabel {
    font-family: 'Fira Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #1d1e1c;
}

.container-forms .form-group input, .myModalForm .form-group input {
    text-align: right;
}

.container-forms .form-group input, .myModalForm .form-group input {
    float: right;
    width: 40%;
    background-color: transparent;
    background-image: none;
    border: 0;
    border-radius: 0;
    box-shadow: none
}

.container-forms .form-control:focus {
    border: 0;
    box-shadow: none;
}

.container-forms .has-feedback .form-control, .container-forms .form-control {
    padding: 6px 12px;
    text-align: right;
    padding-right: 0;
}

.container-forms .input-group {
    float: right;
    width: 40% !important;
}

.container-forms .input-group-addon {
    background-color: transparent;
    border: 0;
    border-radius: 0;
}

/*switch btns*/
.container-forms .material-switch > input[type="checkbox"] {
    display: none;
}

.container-forms .material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative;
    width: 40px;
}

.container-forms .input-group-addon {
    padding-top: 3px;
    padding-right: 0;
}

.container-forms .material-switch > label::before {
    background: rgba(34, 31, 31, .46);
    box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    height: 14px;
    margin-top: -8px;
    position: absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 40px;
}

.container-forms .material-switch > label::after {
    background: #f1f1f1;
    border-radius: 16px;
    box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.25);
    content: '';
    height: 20px;
    left: -2px;
    margin-top: -8px;
    position: absolute;
    top: -3px;
    transition: all 0.3s ease-in-out;
    width: 20px;
}

.container-forms .material-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}

.container-forms .material-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 20px;
}

.container-forms .switchlabel {
    font-size: 12px;
    font-weight: 400;
    max-width: 75%;
    width: auto;
    display: inline-block;
}

.container-forms .switchlabel a {
    font-weight: 500;
    color: #009335;
}

.container-forms .label-default {
    background-color: #009335;
}

.container-forms .input-append.input-group input {
    width: 100%;
}

.container-forms .submit-create, .myModalForm .modal-footer .btn {
    background: none !important;
    border: 0 !important;
    text-shadow: none !important;
    box-shadow: none !important;
    font-weight: 700;
    font-size: 16px;
    color: #009335;
    text-transform: uppercase;
    padding-right: 0;
}

.myModalForm .modal-footer .btn-orange {
    background: none !important;
    border: 0 !important;
    text-shadow: none !important;
    box-shadow: none !important;
    font-weight: 700;
    font-size: 16px;
    color: #ff6d0e;
    text-transform: uppercase;
    padding-right: 0;
}

.myModalForm .submit-group {
    text-align: right;
}

#messages {
    background: #e9eaec;
    width: 100%;
    text-align: center;
    display: block;
    color: #c83d00;
}

.myModalForm .modal-dialog {
    max-width: 480px;
    width: auto;
    margin: 20% auto;
}

.myModalForm .modal-body {
    padding: 12px 0;
}

.myModalForm strong, .myModalForm p {
    font-family: 'Fira Sans', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    text-align: left;
    color: rgba(0, 0, 0, 0.87);
}

.myModalForm p {
    font-size: 16px;
    font-weight: 400;
    padding: 10px 0 0;
    color: #57595a;
    line-height: 1.6;
    margin: 0;
}

.myModalForm .modal-footer {
    padding: 0 20px 12px;
    text-align: right;
    border-top: 0;
}

form.bttm-div {
    text-align: center;
    padding: 10px 0;
}

.container-forms .submit-delete {
    font-family: 'Fira Sans', sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    color: #a9abad;
    position: relative;
}

.container-forms .submit-delete::before {
    position: absolute;
    left: -16px;
    top: 0;
    content: '';
    width: 24px;
    height: 24px;
    display: block;
    background-image: url('/bundles/jeunesseintegrationgulli/account/img/supprimer-icon.png');
    background-size: contain;
}

#contactForm .btn:focus, #contactForm .btn:active:focus, #contactForm .btn.active:focus, #contactForm .btn.focus, #contactForm .btn:active.focus, #contactForm .btn.active.focus {
    outline: none;
}

#myModalForm2 strong, #myModalForm2 .alert-delete,
#modal_suppression strong, #modal_suppression .alert-delete {
    color: #c83d00;
}

/*avatar*/
#contactForm .file-upload {
    background-color: #ffffff;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0 0 30px;
}

#contactForm .file-upload-btn {
    width: 100%;
    margin: 0;
    color: #fff;
    background: #1FB264;
    border: none;
    padding: 10px;
    border-radius: 4px;
    border-bottom: 4px solid #15824B;
    transition: all .2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
}

#contactForm .file-upload-btn:hover {
    background: #1AA059;
    color: #ffffff;
    transition: all .2s ease;
    cursor: pointer;
}

#contactForm .file-upload-btn:active {
    border: 0;
    transition: all .2s ease;
}

#contactForm .file-upload-content {
    display: none;
    text-align: center;
}

#contactForm .file-upload-input {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
}

#contactForm .image-upload-wrap {
    margin-top: 20px;
    /*border: 4px dashed #1FB264;*/
    position: relative;
}

#contactForm .image-title-wrap {
    padding: 0 15px 15px 15px;
    color: #222;
}

#contactForm .drag-text {
    text-align: center;
    background: url('/bundles/jeunesseintegrationgulli/account/img/avatar-default.jpg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 88px;
    height: 82px;
    position: relative;
}

#contactForm .drag-text {
    font-weight: 100;
    text-transform: uppercase;
    color: #15824B;
    margin: 0 auto 30px;
}

#contactForm .file-upload-content .contain-img {
    margin: 0 auto;
    display: block;
    width: 120px;
    height: 114px;
    background: #00c73c;;
}

#contactForm .file-upload-content .contain-img img {
    width: 88px;
    height: 82px;
    margin: 16px auto 0;
}

#contactForm .file-upload-image {
    max-height: 100%;
    max-width: 100%;
    margin: auto;
    width: 120px;
    height: auto;
    padding: 0;
}

#contactForm .remove-image {
    display: none;
}

a.show_hide {
    display: none !important;
}

#contactForm .remove-image:hover {
    background: #c13b2a;
    color: #ffffff;
    transition: all .2s ease;
    cursor: pointer;
}

#contactForm .remove-image:active {
    border: 0;
    transition: all .2s ease;
}

#contactForm .go-to-upload .default {
    width: 130px;
    height: 130px;
    display: block;
    margin: 30px auto 15px;
    background: url('/bundles/jeunesseintegrationgulli/account/img/avatar-default.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
}

#contactForm .go-to-upload .default.nobg {
    background: none;
}

#contactForm .go-to-upload .pseudo {
    text-align: center;
    width: 100%;
    font-size: 28px;
    font-weight: 500;
    color: #d3d5d7;
    font-family: 'Fira Sans', sans-serif;
}

#contactForm .go-to-upload .default button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    transition: all .2s ease-in-out;
    cursor: pointer;
}

#contactForm .go-to-upload .default:hover button {
    background-color: rgba(31, 178, 100, .3) !important;
    transition: all .2s ease-in-out;

}

#myModalForm-avatar ul {
    width: 100%;
    display: block;
    max-height: 340px;
    overflow: auto;
}

#myModalForm-avatar .bttm-avatar {
    display: block;
    width: 100%;
    padding: 20px 0;
    text-align: center;
    position: relative;
    box-shadow: 0 -5px 5px -5px #333;
    border-bottom: 1px solid #e9eaec;
}

#myModalForm-avatar .bttm-avatar .slidingDiv {
    position: absolute !important;
    bottom: 0px;
    height: auto;
    overflow: hidden;
    background: #fff;
    width: 100%;
    /*box-shadow:0px -2px 4px #333333;*/
    box-shadow: 0 -5px 5px -5px #333;
}

#myModalForm-avatar .modal-dialog {
    margin-top: 10vh;
}

.button-deploy {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00c73c+0,009335+100 */
    background: rgb(0, 199, 60); /* Old browsers */
    background: -moz-linear-gradient(left, rgb(0, 199, 60) 0%, rgb(0, 147, 53) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgb(0, 199, 60) 0%, rgb(0, 147, 53) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgb(0, 199, 60) 0%, rgb(0, 147, 53) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00c73c', endColorstr='#009335', GradientType=1); /* IE6-9 */
    padding: 3px 0 0 22px;
    display: inline-block;
    margin: 0 auto;
    border-radius: 4px;
    color: #fff;
    width: 174px;
    height: 28px;
    cursor: pointer;
    left: 0;
    right: 0;
    position: relative;
    display: block;
    border-bottom: 4px solid #006625;
    font-family: 'Fira Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}

.button-deploy::before {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    left: 5px;
    top: 2px;
    background: url('/bundles/jeunesseintegrationgulli/account/img/ico-portrait.png');
    background-size: contain;
}

.slidingDiv {
    height: auto;
    padding: 20px;
    margin-top: 10px;
}

.show_hide {
    display: none;
    cursor: pointer;
}

ul.avatar li {
    padding: 0;
    margin: 0 15px;
    width: 17%;
    cursor: pointer;
}

ul.avatar li:hover {
    background: #00c73c;
}

#contactForm .rel {
    position: relative;
}

#contactForm .rel::after {
    position: absolute;
    content: '';
    right: 4px;
    top: 11px;
    width: 24px;
    height: 24px;
    display: block;
    background-image: url('/bundles/jeunesseintegrationgulli/account/img/chevron.png');
    background-size: contain;
    z-index: 1000;
}

#contactForm .rel a {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

#no-profile .bttm-div {
    text-align: center;
    box-shadow: none;
}

.container-forms #no-profile .submit-delete::before {
    position: absolute;
    left: -16px;
    top: 2px;
    content: '';
    width: 24px;
    height: 24px;
    display: block;
    background-image: url('/bundles/jeunesseintegrationgulli/account/img/disconnect-icon.png');
    background-size: contain;
}

#my-profile .submit-new {
    padding-left: 44px;
}

#my-profile .submit-new::before {
    position: absolute;
    left: -6px;
    top: -6px;
    content: '';
    width: 44px;
    height: 44px;
    display: block;
    background-image: url('/bundles/jeunesseintegrationgulli/account/img/nouveau-profil-icon.png');
    background-size: contain;
}

.question {
    cursor: pointer;
}

.question img {
    width: 24px;
    height: 24px;
    opacity: .7;
}

h2 .question {
    float: right;
    padding-left: 50px;
    margin-right: -2px;
    top: -2px;
    position: relative;
}

#my-options .question {
    padding-left: 15px;
    position: relative;
    top: -2px;
}

#contactForm .form-group.radio-inline [type="radio"]:checked,
#contactForm .form-group.radio-inline [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

#contactForm .form-group.radio-inline [type="radio"]:checked + label,
#contactForm .form-group.radio-inline [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

#contactForm .form-group.radio-inline [type="radio"]:checked + label:before,
#contactForm .form-group.radio-inline [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}

#contactForm .form-group.radio-inline [type="radio"]:checked + label:after,
#contactForm .form-group.radio-inline [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #009335;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#contactForm .form-group.radio-inline [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

#contactForm .form-group.radio-inline [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

#contactForm .form-group.radio-inline .radio-wrap {
    float: right;
    width: 47%;
    text-align: right;
}

#contactForm .form-group.radio-inline {
    width: 100%;
}

#contactForm .form-group.radio-inline .radio-wrap .pddR {
    padding-right: 49px;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 20px, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.go-to-upload .pseudo.actif {
    color: #000;
}

.form-group.actif ::-webkit-input-placeholder, .form-group.actif-dob ::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #000;
}

.form-group.actif :-moz-placeholder, .form-group.actif-dob :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #000;
    opacity: 1;
}

.form-group.actif ::-moz-placeholder, .form-group.actif-dob ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #000;
    opacity: 1;
}

.form-group.actif :-ms-input-placeholder, .form-group.actif-dob :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000;
}

.form-group.actif ::-ms-input-placeholder, .form-group.actif-dob ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #000;
}

.form-group.enter-actif #dobactif {
    display: none;
}

.form-group.actif-dob .cs-select.cs-skin-border {
    display: none;
}

.cs-select.cs-skin-border:nth-child(2) .cs-options {
    width: 150%;
    left: -25%;
}

.form-group.actif-dob #dobactif {
    display: block;
}

.recap .avatar {
    display: inline-block;
    width: 44px;
    height: 44px;
    margin-right: 0;
    margin-left: -5px;
    vertical-align: top;
}

.recap ul {
    display: inline-block;
    padding-top: 10px;
    width: calc(100% - 44px);
}

.recap ul .name {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 500;
    font-size: 14px;
    display: block;
    color: #1d1e1c;
    padding-bottom: 10px;
    width: 100%;
}

.recap ul .duree {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 500;
    font-size: 12px;
    display: block;
    color: #000;
    width: 100%;
}

.recap ul .name::after, .recap ul .duree::after {
    top: -2px;
    right: -8px;
}

.recap ul.rel::after, .recap .rel::after {
    top: -2px;
    right: -8px;
}

.recap ul.rel li {
    padding-bottom: 4px;
}

.recap ul .tranche {
    position: relative;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 400;
    font-size: 12px;
    padding-left: 17px;
}

.recap ul .tranche::before {
    position: absolute;
    left: 0;
    top: 2px;
    content: '';
    background: url('/bundles/jeunesseintegrationgulli/account/img/timer.png');
    width: 12px;
    height: 12px;
    background-size: contain;
}

.recap ul .tranche .time {
    font-weight: 500;
    color: #000;
}

.cs-skin-border.cs-active .cs-options {
    display: block;
    animation: fadeInUp 500ms;
}

.alignright {
    float: right;
    text-align: right;
    width: 66%;
}

.alignright div.cs-select.cs-skin-border:nth-child(3) {
    margin-right: -5px;
}

#myModalForm-avatar .modal-body {
    padding: 12px 0;
}

#myModalForm-avatar .modal-body strong, #myModalForm-avatar .modal-body p, #myModalForm-avatar .modal-body ul {
    padding: 0 20px;
    margin-bottom: 0;
}

#myModalForm-avatar .modal-body p {
    padding-top: 10px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e9eaec;
}

#myModalForm-avatar .modal-body ul {
    text-align: center;
}

ul.avatar li {
    float: none;
    width: 65px;
    display: inline-block;
    height: 65px;
    margin: 0;
}

ul.avatar li img {
    display: inline;
    width: 65px;
    height: 65px;
}

#contactForm footer {
    width: 100%;
    height: auto;
    background: #e9eaec;
    text-align: center;
    clear: both;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #57595a;
    padding: 18px 12px;
    bottom: 0;
    margin-top: 20px;
    /*box-shadow : 0 - 5 px 5 px - 5 px #333;*/
    box-shadow: 0 -1px 2px 0 rgba(0, 0, 0, 0.3);
}

#contactForm footer.short {
    position: relative;
    text-align: left;
    background: transparent;
    color: #006625;
    box-shadow: none;
    margin: 20px 0;
    padding: 0;
}

#contactForm footer.short p {
    margin-bottom: 8px;
    line-height: 1.5;
    opacity: .6;
}

#screens {
    display: block;
    margin: 0 auto 30px;
}

.forget-id {
    display: inline-block;
    font-weight: 400;
    font-size: 12px;
    color: #a9abad;
}

.container-forms .submit-new-connect::before {
    display: none;
}

.container-forms .submit-new-connect {
    display: inline-block;
    float: right;
    font-size: 16px;
    font-weight: 700;
}

.new-user {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 14px;
}

.btns-create-account {
    display: block;
    width: 70%;
    margin: 12px auto 25px;
    background-size: contain;
    position: relative;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffaf0e+0,ff6d0e+100 */
    background: rgb(255, 175, 14); /* Old browsers */
    background: -moz-linear-gradient(45deg, rgb(255, 175, 14) 0%, rgb(255, 109, 14) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, rgb(255, 175, 14) 0%, rgb(255, 109, 14) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, rgb(255, 175, 14) 0%, rgb(255, 109, 14) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffaf0e', endColorstr='#ff6d0e', GradientType=1); /* IE6-9 fallback on horizontal gradient */
    /*transition: all .3s ease-in;*/
    padding: 8px 14px 6px;
    border-radius: 10px;
    border-bottom: 4px solid #ff6d0e;
    text-align: center;
}

.btns-create-account a {
    display: inline;
    color: #fff;
    font-family: 'Fira Sans', sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
}

/*missing modales*/
.align-center {
    text-align: center;
}

.txt-left {
    text-align: left;
    font-family: 'Fira Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #57595a;
}

#contactForm .owl-carousel .rel::after {
    display: none;
}

#contactForm .owl-carousel .avatar {
    width: 46px;
    height: 46px;
    display: inline-block;
    vertical-align: bottom;
}

#contactForm .owl-carousel ul {
    display: inline-block;
}

#contactForm .owl-carousel.owl-drag .owl-item {
    text-align: center;
}

#contactForm .owl-carousel .name {
    font-family: 'Fira Sans', sans-serif;
    font-size: 14px;
    font-weight: 500;
    padding-top: 12px;
}

#contactForm .owl-carousel .owl-nav .owl-prev, #contactForm .owl-carousel .owl-nav .owl-next {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

#contactForm .owl-carousel .owl-nav .owl-next {
    left: auto;
    right: 0;
}

#contactForm .owl-theme .owl-dots {
    display: none !important;
}

#contactForm .bootstrapslider p {
    font-family: 'Fira Sans', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #57595a;
    text-align: left;
    padding-bottom: 12px;
}

#contactForm .slider.slider-horizontal {
    width: 96% !important;
    display: block;
    margin: 0 auto 12px;
}

#contactForm .slider.slider-horizontal .slider-selection {
    background: rgba(127, 229, 79, 0.247059) !important;
}

#contactForm .slider-handle.round {
    background: #009335;
}

#ex6CurrentSliderValLabel, #ex7CurrentSliderValLabel {
    font-family: 'Fira Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #57595a;
}

#ex6CurrentSliderValLabel span, #ex7CurrentSliderValLabel span {
    color: #006625;
    font-weight: 500;
}

span.or {
    width: 100%;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    color: #57595a;
    display: block;
    padding: 5px 0;
}

#contactForm .bootstrapslider .material-switch {
    display: inline-block;
    text-align: left;
}

#contactForm .switchcentered {
    width: auto !important;
}

#contactForm .attention p {
    font-size: 14px;
    font-weight: 400;
}

.modal label, .modal input {
    margin: 0;
    padding: 6px 0;
}

.modal-content {
    border-radius: 4px;
}

.myModalForm strong, .myModalForm p {
    padding: 0 20px;
    width: 100%;
    display: block;
}

.myModalForm p {
    padding-top: 10px;
}

.myModalForm .form-group.align-center strong {
    padding: 0;
}

.myModalForm .form-group.align-center.noborder {
    border-bottom: 0;
}

.myModalForm .material-switch > label {
    padding: 0;
}

/* pddR */
div.radio-wrap > :nth-child(2) {
    padding-right: 49px;
}

/* couleur flèche */
#contactForm .owl-nav a {
    text-decoration: none;
    color: #a9abad !important;
}

/* zone de clic/touch */
.recap ul.rel {
    padding-top: 0;
    width: 100%;
}

.container-forms .form-group.forgot-connect .submit-new-connect {
    padding-top: 2px;
}

.btns-create-account {
    margin-bottom: 0;
}

#contactForm .owl-theme .owl-nav [class*=owl-] {
    text-indent: -9999px;
    width: 24px;
    height: 24px;
    display: block;
    background-image: url('/bundles/jeunesseintegrationgulli/account/img/chevron.png');
    background-size: contain;
    background-color: transparent;
    top: 5px;
    left: auto;
    right: -5px;
}

#contactForm .owl-carousel .owl-nav .owl-prev {
    transform: rotate(-180deg);
    right: auto;
    left: -5px;
}

#contactForm .owl-theme .owl-nav [class*=owl-]:hover {
    background-color: transparent;
}

#contactForm .owl-theme .owl-nav {
    margin-top: 0;
}

/* bouton créer le compte */
.btn-default:active:hover {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
}

/* gestion erreurs*/
.modal .glyphicon-remove {
    display: none;
}

.modal .has-error .glyphicon-remove {
    display: block;
}

.form-horizontal .has-feedback .glyphicon-remove {
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url('/bundles/jeunesseintegrationgulli/account/img/ico-erreur.png');
    background-size: contain;
    right: auto;
    left: auto;
    top: 14px;
    margin-left: 7px;
}

.glyphicon-remove:before {
    display: none;
}

span.help-inline {
    display: block;
    background: #e9eaec;
    text-align: center;
    padding: 3px 0;
    font-size: 12px;
    font-weight: 400;
    color: #c83d00;
    margin-left: -12px;
    margin-right: -12px;
    margin-top: 14px;
    opacity: 0;
    transition: all .6s cubic-bezier(.49, .01, .27, 1);
    will-change: opacity;
}

.container-forms .form-group.has-error, .myModalForm .form-group.has-error {
    padding-bottom: 0;
}

.container-forms .form-group.has-error span.help-inline, .myModalForm .form-group.has-error span.help-inline {
    opacity: 1;
    transition: all .6s cubic-bezier(.49, .01, .27, 1);
}

.form-group.has-error ::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #c83d00;
    font-weight: 500;
}

.form-group.has-error ::-moz-placeholder {
    /* WebKit, Blink, Edge */
    color: #c83d00;
    font-weight: 500;
}

.form-group.has-error :-moz-placeholder {
    /* WebKit, Blink, Edge */
    color: #c83d00;
    font-weight: 500;
}

.form-group.has-error :-ms-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #c83d00;
    font-weight: 500;
}

.form-group.has-error ::-ms-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #c83d00;
    font-weight: 500;
}

.container-forms .material-switch > input:checked + .switchlabel {
    background: pink;
}

span.switchlabel.green {
    color: #009335;
    font-weight: 700;
}

#contactForm .owl-carousel {
    overflow: hidden;
}

/*addons FAQs*/

.faqdropdowns .dropdown-menu {
    position: relative;
    width: 100%;
    float: none;
    background: none;
    border: 0;
    box-shadow: none;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: rgb(29, 30, 28);
}

.faqdropdowns .dropdown-menu p {
    padding-right: 40px;
}

.faqdropdowns .dropdown-toggle {
    width: 100%;
    display: block;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: rgb(29, 30, 28);
    text-decoration: none !important;
    padding: 2px 0;
    padding-right: 40px;
}

.faqdropdowns .caret {
    position: absolute;
    right: 12px;
    top: 12px;
}

#FAQ .h2 {
    height: 0;
}

#FAQ .dropdown .caret {
    width: 24px;
    height: 24px;
    display: block;
    background-image: url('/bundles/jeunesseintegrationgulli/account/img/chevron.png');
    background-size: contain;
    margin: 0;
    border: 0;
    vertical-align: baseline;
    transform: rotate(90deg);
    will-change: transform;
    transition: transform .3s ease-in-out;
}

#FAQ .dropdown.open .caret {
    transform: rotate(0deg);
    transition: transform .3s ease-in-out;
    background-image: url('/bundles/jeunesseintegrationgulli/account/img/chevronvert.png');
}

#FAQ .btn-contact {
    display: inline-block;
    background-size: contain;
    position: relative;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00c63b+0,009335+100 */
    background: rgb(0, 198, 59); /* Old browsers */
    background: -moz-linear-gradient(left, rgb(0, 198, 59) 0%, rgb(0, 147, 53) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgb(0, 198, 59) 0%, rgb(0, 147, 53) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgb(0, 198, 59) 0%, rgb(0, 147, 53) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00c63b', endColorstr='#009335', GradientType=1); /* IE6-9 */
    padding: 8px 47px 6px;
    border-radius: 10px;
    border-bottom: 4px solid #006221;
    width: 100%;
    text-align: center;
    margin-top: 17px;
}

#FAQ .btn-contact a {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
}

#FAQ .btn-contact a:hover {
    text-decoration: none;
}

.bigT {
    display: block;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 700;
    font-size: 30px;
    color: #000;
    text-align: center;
    width: 95%;
    margin: 44px auto 30px;

}

@media screen and (max-width: 480px) {
    div.cs-skin-border {
        font-size: 14px;
        margin-left: 0 !important;
    }

    .form-group.radio-inline .radio-wrap {
        width: 72%;
    }

    .alignright div.cs-select.cs-skin-border:nth-child(3) .cs-options {
        width: 80px;
        right: 0;
    }
}

@media screen and (max-width: 440px) {
    .container-forms .form-group.change-trigger {
        float: left;
        width: 100%;
    }

    .container-forms .form-group.change-trigger label, .form-group.radio-inline .radio-wrap {
        width: 100%;
    }

    .container-forms .form-group.change-trigger .radio-wrap label {
        width: auto;
    }

    .container-forms .form-group.change-trigger .alignright {
        text-align: right;
        width: 100%;
        display: block;
        float: right;
        clear: both;
    }

    .bigT {
        font-size: 24px;
        margin: 40px auto 20px
    }

    #myModalForm-avatar ul {
        max-height: 264px;
    }
}

.has-success .input-group-addon {
    color: inherit;
}