input::after,
input::before,
select::after,
select::before,
textarea::after,
textarea::before,
body *::after,
body *::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.body-login {
    padding-top: 78px;
}

.body-login header {
    background-color: black;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}

.body-login .header-top {
    padding: 19px 45px;
}

.body-login .logo img{
    width: auto;
    max-width: none;
    height: 39px;
}

.body-login footer ul {
    margin-bottom: 0;
}

.body-login footer .black {
    padding: 6px 0;
}

.body-login .footer-copyright {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
}

.body-login .link-footer {
    color: #FFFFFF;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 16px;
    margin-left: 34px;
}
.body-login .link-footer.underline {
   border-bottom: 1px solid;
}

.body-login .link-footer:hover {
    color: #f8ba00;
}

:focus {
    outline: none;
}

select:focus,
input:focus,
textarea:focus {
    outline: none;
}
.form-row {
    margin-bottom: 10px;
}
.form-row input[type="text"],
.form-row input[type="email"],
.form-row input[type="password"]
{
    border: 0;
    margin: 0;
    padding: 0;
    padding-top: 5px;
    padding-bottom: 10px;
    border-bottom: 1px solid #000000;
    width: 100%;
    background: transparent;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.form-row input:focus {
    border-color: #f8ba00;
}

.checkbox-row label {
    font-weight: normal;
    vertical-align: middle;
    display: inline-block;
    color: #000;
}

.new-btn {
    padding: 12px 55px;
    display: inline-block;
    border: 2px solid #000;
    margin-bottom: 20px;
    letter-spacing: 2px;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background: transparent;
    text-align: center;
    margin-top: 25px;
    position: relative;
}

.body-login .new-btn {
    text-transform: initial;
    padding: 10px 20px !important;
}

.new-btn:hover {
    background: #000;
    color: #FFFFFF;

}


.new-btn .simple-loader {

    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -10px;
    border: 2px solid #dedede;
    border-top: 2px solid #000000;
}

.new-btn:hover  .simple-loader {
    border: 2px solid #FFF;
    border-top: 2px solid #f8ba00;
}


.login-modal .description {
    margin-bottom: 30px;
}

.box-login {
    margin: 0 20px;
}

.box-login .link {
    font-size: 13px;
    text-decoration: underline;
    transition: all 0.4s;
    color: #333333;
}
.box-login .link:hover {
    color: #f8ba00;
}

/**
    style checkbox
 */

.box-login .checkbox-row {
    margin-top: 20px;
}

#login-error {
    display: none;
    color: red;
    margin-bottom: 13px;
    font-size: 14px;
}

.error ul {
    margin: 5px 0 0 0;
    list-style: none;
    font-size: 14px;
    color: red;
    padding: 0;
}

/* The message box is shown when the user clicks on the password field */
#message-password {
    display: none;
    color: #000;
    position: relative;
    padding: 20px;
    margin-top: 10px;
}

#message-password b {
  font-weight: 400;  
}

#message-password p {
    padding: 10px 10px;
    font-size: 18px;
    margin-bottom: 0px;
}

/* Add a green text color and a checkmark when the requirements are right */
#message-password .valid {
    color: green;
}

#message-password .valid:before {
    position: relative;
    left: -10px;
    content: "✔";
}

/* Add a red text color and an "x" when the requirements are wrong */
#message-password .invalid {
    color: red;
}

#message-password .invalid:before {
    position: relative;
    left: -10px;
    content: "✖";
}

#message-password h3.regle {
    font-size: 14px;    
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
    z-index: 2;
    margin-left: -1px;
    margin-top: -10px;
    height: 48px;
}

#message-password .invalid  {
    color: #8A8A8A !important;
}



.main{
    position:relative;
    height:50px;
    padding:15px;
    width:300px;
}
/*#show{*/
/*    position: absolute;*/
/*    left: 215px;*/
/*    top:18px;*/
/*    z-index: 2;*/
/*    cursor:pointer;*/
/*    margin-left: 135px;*/
/*}*/
span#show {
    color: #a8b4c0;
}

#show:hover{
    color:green;
}
span#show {
    float: right !important;
    margin-top: -30px;
    margin-right: 7px;
}
#show-pass:hover{
    color:green;
}
span#show-pass {
    float: right !important;
    margin-top: -40px;
    margin-right: 7px;
    color: #a8b4c0;
}

/*header {*/
/*    background-color: black;*/
/*}*/
.compte {
    border: 2px solid #edbb40;
    color: #edbb40;
    background-color: black;
    padding: 10px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    cursor: pointer;
}

h1.univer-title {
    font-size: 1em;
}
.body-login .title-card-login {
    font-family: 'Roboto', sans-serif;
    font-size: 29px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 22px;
    margin-top: 0;
}

.membre {
    font-weight:bold;
}
input {
    margin-top:10px;
}
.connexion {
    position: relative;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    border: 2px solid #edbb40;
    color: #FFFFFF;
    background-color: #edbb40;
    padding: 6px 30px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    cursor: pointer;
    float: right !important;
    transition: all 0.4s;
}
.etapes,
.login-btn-user {
    border: 2px solid #edbb40;
    color: #ffffff;
    background-color: #edbb40;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    padding: 6px 30px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    cursor: pointer;
    position:relative;
    transition: all 0.4s;
    /*float: right !important;*/
    /*margin-top: -40px;*/
}

#step-2 .login-btn-user {
    margin-top: 20px;
}


.body-login .connexion:hover,
.body-login .etapes:hover,
.body-login .login-btn-user:hover {
    /* background: #FFFFFF;
    color: #000000; */
}
.participation {
    margin-top: 35px;
    font-weight:bold;

}
.black {
    background-color: black;
}
.tabset {
    display: flex;
}
.tabset .tab-panel {
    display: none;
}

.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
    display: block;
}

.tabset > label, .tabset .dropdown label {
    position: relative;
    display: inline-block;
    padding: 5px 8px 15px 8px;
    border-bottom: 0;
    cursor: pointer;
    font-weight: 400;
    margin: 5px 15px 0px 15px;
    font-size: 20px;
    color: #989898;
}

.tabset > label input {
    display: none;
}

.tabset > label::after, .tabset .dropdown label::after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    height: 4px;
    background: transparent;
}

.tabset > label:hover,.tabset .dropdown label:hover,
.tabset > input:focus + label {
    color: #333;
}

.tabset > label:hover::after,
.tabset .dropdown label:hover::after,
.tabset > label.active::after,.tabset .dropdown label.active::after,
.tabset > input:focus + label::after,.tabset .dropdown input:focus + label::after,
.tabset > input:checked + label::after,.tabset .dropdown input:checked + label::after {
    background: #edbb40;
}

.tabset > input:checked + label {
    border-color: #ccc;
    border-bottom: 1px solid #fff;
    margin-bottom: -1px;
}

/*
 Demo purposes only
*/
*,
*:before,
*:after {
    box-sizing: border-box;
}

.body-login {
    font-family: 'Roboto', sans-serif;
}


.body-login p {
    letter-spacing: initial !important;
}
.body-login .sub-title {
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 15px;
}

.label-select-profile {
    display: block;
    font-weight: 400;
    font-size: 14px;
    font-style: italic;
    color: #989898;
    margin: 0;
    width: 80%;
    float: left;
}

.label-select-profile.has-error {
    color: red;
}



.inscription {
    background-color: #edbb40;
    color: black;
    border: 2px solid #f2f3f3;
}
.inscription :hover {
    background: #edbb40;
    color: #FFFFFF;
}
.plus {
    width: 30px!important;
    padding: 0px!important;
    float: right !important;
    margin-right: 0px;
    border-radius: 50%;
    background-color: #e2e0de;
    height: 30px;
    line-height: 28px;
    border:1px solid #e1e1e1 !important;
}
.compte:hover {
    color: #edbb40;
}
.domain-name {
    text-align: center;
}
.sector-name {
    text-align: center;
}
.send-email:hover {
    background-color: #edbb40;
}
#stepTowForm input, #stepTowForm select {
    border: 1px solid #d2d0d0;
}
textarea#exampleFormControlTextarea5 {
    border: 1px solid #d2d0d0;
}
domain-sector-row {
    position: relative;
    min-height: 1px;
    padding-left: 0px;
    padding-right: 0px;
}
a#show-step {
    border: 2px solid #d2d0d0;
    background: transparent !important;
    padding: 5px 26px;
    font-size: 17px;
    color: #989898 !important;
}
.new-btn:hover {
    background: #f2f3f3;
    color: #000000;
}
.inscription:hover {
    background: #edbb40;
    color: #000000;
}
.checked-response {
    padding-left: 8px;
}
.newsletter ,.comminication {
    width: 3%!important;
}
.sector-user {
    padding-right: 0px;
}

#message-password p {
    padding: 2px 10px;
    font-size: 11px;
}
#message-password {
    padding: 0px;
}
.green-border-focus {
    margin-top: 19px;
}

.domain-user {
    margin-left: -16px;
    width: 53%;
}
.tabset > input:checked + label::after {
    background: #edbb40;
}

.send-email {
    border: 2px solid #edbb40;
    color: #ffffff;
    background-color: #edbb40;
    padding: 10px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    cursor: pointer;
    position: relative;
    width: 200px;
    margin-right: 135px;
}
.register-card {
    position: relative;
    background-color: #f2f3f3;
    padding: 15px 30px 15px 30px;
    margin: 80px 30px 5px 0px;
}
.question-name {
    display: inline-block;
    margin: 21px 0px -4px 0px;
}

.body-login .dropdown {
    position: relative;
    left: 50px;
    top: 50px;
}

.question-domain-row {
    margin-left: 0px;
    margin-top: 25px!important;
}

.domain-sector-row {
    margin-left: 10px;
}


.select2-container--default .select2-selection--single {
    height: auto;
    padding: 6px 0;
    border: 1px solid #e1e1e1;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    height: 43px;
}


.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50%;
    margin-top: -13px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    top: 2px;
    position: relative;
}

.select2-results__option .wrap:before{
    font-family:fontAwesome;
    color:#999;
    content:"\f096";
    width:25px;
    height:25px;
    padding-right: 10px;
    
}
.select2-results__option[aria-selected=true] .wrap:before{
    content:"\f14a";
}

.fs-label-wrap .fs-label {
    font-size: 16px;
    color: #989898;
    padding: 6px 22px 6px 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 28px;
    border: 1px solid #e1e1e1 ;
    border-radius: 0;
    /* -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
     box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
     -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
     -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
     transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;*/
    height: 43px;
}
.bloc-select-sector .fs-arrow,#js-wrap-profile .caret {
    border-color: #888 transparent transparent transparent !important;
    border-style: solid !important;
    border-width: 5px 4px 0 4px !important;
    height: 0;
    position: absolute;
    top: 50% !important;
    right: 6px !important;
    width: 0;
    margin: 0 !important;
}
.body-login .form-control {
    border: 1px solid #e1e1e1;
    -webkit-box-shadow: none;
	-moz-box-shadow: none;
    box-shadow: none;
    font-size: 16px;
    padding: 10px;
    transition: none;
    -webkit-transition: none;
    -o-transition:none;
}

.body-login ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
color: #989898;
opacity: 1; /* Firefox */
font-weight: 400;
font-family: 'Roboto', sans-serif;
font-weight: 400;
}

.body-login :-ms-input-placeholder { /* Internet Explorer 10-11 */
color: #989898;
font-family: 'Roboto', sans-serif;
}

.body-login ::-ms-input-placeholder { /* Microsoft Edge */
color: #989898;
font-weight: 400;
font-family: 'Roboto', sans-serif;
}

.body-login .checkbox .helper {
    color: #989898;
    font-family: 'Roboto', sans-serif;
    top: 5px;
}
.body-login .checkbox label.inline {
    font-size: 16px;
    font-weight: 400;;
    font-family: 'Roboto', sans-serif;
}

.body-login .checkbox input:checked ~ .helper,
.body-login .checkbox label:hover .helper {
    color: #989898
}

.body-login .checkbox.has-error label .helper {
    color: red
}
.body-login .checkbox .helper::before, 
.body-login .checkbox .helper::after {
    background-color: #989898;
}

.body-login .checkbox.has-error label {
    color: #333
}

.body-login .form-control:focus,
.select2-container--default .select2-selection--single:focus,
.fs-label-wrap ,
.fs-wrap:focus .fs-label-wrap .fs-label
 {
    border-color: #edbb40;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 4px rgba(237,187,64,0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 4px rgba(237,187,64,0.6);
}
.fs-wrap {
    width: 100%;
    position: relative;
}
.fs-label-wrap {
    border: none;
}

.fs-dropdown {
    left: 0;
    right: 0;
    width: inherit !important;
}

.fs-wrap.multiple .fs-option.selected .fs-checkbox i {
    background-color: rgb(237,187,64);
}
.plus-domain-btn {
    transition: linear 0.4s;
}

.plus-domain-btn:hover {
    background: rgb(237,187,64);
    /* border-color: #000000 !important; */
}

.js-questions textarea.form-control {
    margin-bottom: 15px;
}

.separator-questions {
    margin-top: 15px;
    margin-bottom: 30px;
    border: 0;
    border-top: 1px solid #cccccc;
    position: relative;
}



/* .separator-questions .simple-loader {
    position: absolute;
    left: 0;
    bottom: 5px;
} */

.body-login {
    background-size: cover;
    background-position: center center;
}

.register-card {
    background-color: #f2f3f3;
    background-color: rgb(242 243 243 / 95%);
    /* min-height: 80vh; */
    padding: 35px 30px 35px 30px;
    margin: 80px 30px 5px 0px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);

}

.body-login .border-yellow {
    border: 1px solid #edbb40 !important;
}


.body-login .text-infos {
    border: none;
    font-size: 14px;
    font-style: italic;
    color: #989898;
    font-weight: 400;
    transition: all 0.4s;
}

.body-login .text-infos.required {
    font-size: 11px;
    font-style: normal;
}

.body-login a.text-infos:hover {
    color: #f8ba00;
}


.progress-steps {
    position: absolute;
    height: 8px;
    bottom: 0;
    left: 0;
    right: 0;
    background: #e1e1e1;
}

.progress-steps .inner {
    height: 8px;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 50%;
    background: #edbb40;
    transition: all 0.4s;
}

.progress-steps .inner.complete {
    width: 100%;
}

.login-btn-user .simple-loader,
.etapes .simple-loader,
.connexion .simple-loader {
    border: 1px solid #000;
    border-top: 1px solid #dedede;
    border-radius: 50%;
    width: 15px;
    height: 15px;    
    margin-left: 0px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -8px;   
}

.select2-results__option, .fs-option {
    padding: 6px;
    user-select: none;
    font-size: 14px;
    color: #989898;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: #989898;
}

.select2-container--default .select2-selection--single .select2-selection__rendered.empty,
.fs-default {
    color: #989898 !important;   
}

.wrap-form.bordered {
    position: relative;
    padding-top: 40px;
    border-top: 1px solid #e1e1e1;
    margin-top: 20px;
}

.wrap-form.bordered .delete-questions {
    position: absolute;
    right: 0;
    top: -1px;
    border: 1px solid #e1e1e1;
    color: #000;
    transition: all 0.4s;
    background: #FFFFFF;
    padding: 2px 9px;
    font-weight: 500;
    text-transform: lowercase;
}

.wrap-form.bordered .delete-questions:hover {
    color: #edbb40;
    /* border-color: #edbb40; */
}
.body-login .fs-label-wrap {
    -webkit-box-shadow: none;
    box-shadow: none;
}
/**
** icon eye
**/
@font-face {
    font-family: 'icomoon';
    src:  url('eyeicon/icomoon.eot?ewv1c');
    src:  url('eyeicon/icomoon.eot?ewv1c#iefix') format('embedded-opentype'),
      url('eyeicon/icomoon.ttf?ewv1c') format('truetype'),
      url('eyeicon/icomoon.woff?ewv1c') format('woff'),
      url('eyeicon/icomoon.svg?ewv1c#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
  }
  
  [class^="eyeicon-"], [class*=" eyeicon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 20px;  
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .eyeicon-eye:before {
    content: "\e900";
  }
  

  .wrap-password-eyes {
      position: relative;
  }

  .wrap-password-eyes input {
      padding-right: 35px !important;
  }

  .wrap-password-eyes .eyeicon-eye {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    color: #a8b4c0;
    cursor: pointer;
  }

  .wrap-password-eyes .eyeicon-eye.enabled {
    color: #000000;
  }

  .has-error input.form-control,
  .select2-selection.has-error,
  .fs-label.has-error {
    border-color: red !important;
}

.reset-password-wrap {
    margin-top: 20px;
}


.desc-page-login {
    font-style: normal;
    font-weight: 100;
    font-size: 21px;
}
#forgetten-password .desc-page-login, .reset-pwd .desc-page-login {
    margin-bottom: 40px ;
}
#forgetten-password .form-group,.reset-pwd .form-group {
    margin-bottom: 45px;
}

#forgetten-password .message,.reset-pwd .message  {
    font-size : 21px;
    padding: 20px;
}

.body-login #forgetten-password .title-card-login,.body-login .reset-pwd .title-card-login {
    margin-bottom: 35px;
}

#forgetten-password .error,.reset-pwd .error {
    color: red;
}

.reset-pwd label {
    line-height: inherit !important;
    margin-bottom: 0 !important;
}
.reset-pwd form.reset_password input {
    padding: 10px !important;
}
.reset-pwd .reset-password-wrap {
     margin-top: 0 !important;
}
.body-login .popover {
    width: auto !important;
    min-width: 280px !important;
    border: transparent !important;
}

.body-login .popover-content {
    /* min-width: 500px; */
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 500;
    font-style: normal
}

.body-login .popover.top > .arrow {   
    border-top-color: rgba(0, 0, 0, 0.10);
}


/*.inscription-container {
    margin-left: 50%;
    position: fixed;
    left: 0;
    height: 100%;
    width:31% !important;
}

.progress-steps {
    position: relative !important;
}
.register-card {
    overflow-y: auto;
    max-height: 69%;
}
*/

i.icon-triangle-show {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 10px 9px 0 8px;
    position: absolute;
    bottom: 15px;
}
.steptow-description {
    margin-top: 15px;
    font-size: 14px;
    font-style: italic;
    color: #989898;
    font-weight: 400;
}

/* dropdown select profile */
#js-wrap-profile  .dropdown {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
}
#js-wrap-profile  .dropdown .dropdown-menu {
    padding: 10px;
    width: 100%;
    margin: 0;
}
#js-wrap-profile  .dropdown .dropdown-menu input{

    display: none !important;
}
#js-wrap-profile  .dropdown .dropdown-toggle {
    background: #fff;
    border: 1px solid #e1e1e1 !important;
    width: 100%;
    box-shadow: none;
    font-size: 16px;
    padding: 10px;
    text-align: left;
    color: #989898;
}

#js-wrap-profile  .dropdown .dropdown-toggle.has-error {

    border: 1px solid red !important;

}
#js-wrap-profile  .dropdown .dropdown-toggle .caret {
    margin-top: 10px;
    float: right;
}

.tabset .dropdown label {
    padding: 0px 0px 5px 0px !important;
    margin: 0 !important;
    font-size: 16px !important;
    width: 100%;
}
.tabset .dropdown label::after {
    display: none !important;
}
.body-login .checkbox label.inline {
    color: #989898;
}
.group-insc-comp input {
    margin: 0;
}
/* end */