select, input[type=text], input[type=number], input[type=password], input[type=email], input[type=tel] {
    padding: 15px;
    border: 1px solid #eaeaea;
    border-radius: 5px;
    margin-top: 10px;
}

.container-inline label:after, .container-inline .label:after {
    content: '';
}
form{
    outline:none;
}
label {
    width: 200px;
    min-width: 200px;
    display: inline-block;
}
.form-type-textarea label {
    margin-bottom: 10px;
 
}
.form-textarea-wrapper textarea{
        padding: 15px;
    border: 1px solid #eaeaea;
    border-radius: 5px;
    margin-top: 10px;
}

.form-item {
    margin-bottom: 10px;
}

.details-wrapper fieldset {
    border: none;
}

.actions {
    margin-top: 20px;
}

.info-status {
    border: 2px solid #94bae1;
    background: #dce9ff;
    padding: 10px 20px;
    margin-bottom: 10px;
}

.info-status.warning {
    border: 2px solid #f4daa6;
    background: #fdf8ed;
    color: #9f4c00;
}

a.tabledrag-handle .handle {
  width: 25px;
  height: 25px;
}

@media all and (max-width: 479px) {
    .form-actions a {
        width: 100%;
        display: block;
        margin-top: 10px;
        margin-left: 0;
    }
}

input[type=text].vsmall {
    width: 80px;
}
input[type=text].small {
    width: 200px;
}
input[type=text].medium {
    width: 300px;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #aaa;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #aaa;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #aaa;
}

.user-login-form .form-actions.actions-register {
    margin-top: 0;
}

.container-inline {
    margin-bottom: 0;
}
.container-inline > div {
    float: left;
    margin-right: 10px;
}
.container-inline:after {
    content: "";
    display: table;
    clear: both;
}
.container-inline > div > label {
    display: block;
    min-width: 0;
}

/* Boutons affichés dans les headers des tables */
th a.button {
    float: left; /* Alignement gauche */
}

.form-type-radio .description, .form-type-checkbox .description {
    margin-left: 0;
}

.pull-right {
    float: right;
}

.semi-width {
    width: 740px;
    max-width: 100%;
}

.button--secondary, a.button--secondary {
    background-color: #c40824;
}

form fieldset.no-border {
    border: none;
}
form fieldset.no-border legend {
    font-weight: bold;
    margin-left: -10px;
}
form fieldset.no-border .fieldset-wrapper {
    margin-bottom: 0;
}

.user-login-form {
       width: 80%;
    max-width: 100%;
    margin: 80px auto 0px auto;
}

.user-login-form .block_connection {
    display: block;
    float: left;
    background-color: #fdfdfd;
    padding: 50px 3%;
    min-height: 376px;
}
.user-login-form .block_connection.connection {
    width: 57%;
}
.user-login-form .block_connection.register {
    width: 40%;
    min-height: 376px;
    margin-right: 3%;
}

.user-login-form .form-actions {
    margin-top: 27px;
}
.user-login-form .register .form-actions {
    margin-top: 47px;
}

.syndicat-choice-list {
    padding-top: 30px;
}

.syndicat-choice-list .syndicat-item-choice {
    border: 1px solid #bbb;
    padding: 20px;
    display: inline-block;
    background-color: #fff;
}
.syndicat-choice-list .syndicat-item-choice i {
    font-size: 1.2em;
    margin-right: 20px;
}

@media all and (max-width: 980px) {
    .user-login-form .block_connection.connection, .user-login-form .block_connection.register {
        width: 100%;
        margin: 0;
        margin-bottom: 20px;
    }
    .user-login-form .block_connection {
        min-height: auto;
    }
}

@media (max-width: 479px) {
    fieldset select {
        max-width: 200px;
    }
    fieldset input {
        width: 100%;
    }
}


/**************************************************************************
Formulaire Créer un compte
*****************************************************************************/
/*****************************
ETAPE 1 
*******************************/
.en-tete-form{
  width: 50%;
    margin: 0px auto 20px auto;
    background: rgba(13,91,149,0.9);
    overflow: hidden;
    background-size: cover;
    background-position: center;
    color: #fff;
    padding: 20px 40px;
}

.en-tete-form h3{
    color:#fff!important;
}

.en-tete-form p{
    color:#fff!important;
}

.en-tete-form h2 {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 25px;
    letter-spacing: 2px;
}

#edit-actions input[type=submit]{
        background: #000;
    margin: 0 auto 30px auto;
    padding: 20px 50px;
    display: table;
    
}
form#user-register-step1-form {
    width: 50%;
    margin: 0 auto;
}

  form#user-register-step1-form input#edit-email {
    width: 100%;
}

form#user-register-step1-form form-type-checkbox
/*****************************
ETAPE 2
*******************************/
.cnsduser-proxy-profile-form{
    width: 60%;
    margin: 0 auto;
}
form#user-register-form {
    width: 60%;
    margin: 0 auto;
}

fieldset {
    border-top: 1px solid #0D5C95;
    border-bottom:none;
    border-right:none;
    border-left:none;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    color:#0D5C95;
}

.user-register-form label, .cnsduser-proxy-profile-form label, .classified-ad-form label, #edit-form-wrapper label {
    display: block;
    font-weight: 500!important;
    font-size: 13px;
    width: inherit;
}

.password-suggestions {
    padding: 0.2em 0.5em;
    margin: 0.7em 0;
    max-width: 34.7em;
    background: #E1EBF2;
    color: #0D5C95;
    border: none;
}

.password-suggestions ul li{
    list-style: none;
}

.form-type-checkbox{
    display:flex;
}

.form-type-checkbox input[type="checkbox"]{
    margin-right:10px;
}
/*************************Mes infos perso ***************************/

input#btn_edit_password {
    padding: 20px;
    border: none;
    color: #fff;
    display: table;
    margin: 0 auto 30px auto;
    background: #C70626;
}

form#cnsduser-proxy-profile-form {
    width: 70%;
    margin: 0 auto;
}



/*************************Ajouter une annonce ***************************/

.classified-ad-form {
    width: 70%;
    margin: 0 auto;
}

.classified-ad-form summary {
    cursor: pointer;
    padding: 0.2em 0.5em;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    color: #0D5C95;
    outline: none;
}

.classified-ad-form details.js-form-wrapper.form-wrapper {
     border-top: 1px solid #0D5C95;
    border-bottom:none;
    border-right:none;
    border-left:none;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

.classified-ad-form .button.button--secondary {
    border: 2px solid #00528e;
    background-color: transparent;
    color: #00528e;
    padding: 20px;
    border: none;
    color: #fff;
    display: table;
    margin: 0 auto 30px auto;
    background: #C70626;
    text-align: center;
    width: 50%;
}


/*************************Contactez-nous ***************************/

.cnsdgestion-contact-form {
    width: 70%;
    margin: 0 auto;
}

div#edit-form-wrapper {
    float: none!important;
}

.cnsdgestion-contact-form .address-container{
    display:none;
}

.cnsdgestion-contact-form select, input[type=text], input[type=number], input[type=password], input[type=email], input[type=tel]{
    width:100%;
}

.captcha {
    display: table;
    margin: 0 auto 50px auto;
}

/*************************************************************************
mode Petit Ordi 
****************************************************************************/

@media only screen and (max-width: 1500px) and (min-width: 1219px)  {

    
}


/****************************************************************************
 Mode Tablette
*****************************************************************************/

@media only screen and (max-width: 1218px) {

    .user-login-form .block_connection.register{
        min-height:inherit;
    }
    
    .user-login-form .block_connection {
   
        padding: 20px 3%;}
    .cnsduser-proxy-profile-form {
        width: 80%;}
      .classified-ad-form {
        width: 80%;}
    .en-tete-form {
        width: 80%;}
    form#user-register-step1-form {
    width: 80%;
}
    form#user-register-step1-form input#edit-email {
    width: 100%;
}
    
    form#user-register-step1-form .form-type-checkbox {
        margin-left:0!important;
    }
    
    form#user-register-form{
        width:80%;
    }
    
    
}




/*************************************************************************
mode Mobile
****************************************************************************/

@media all and (max-width: 767px)  {
.cnsduser-proxy-profile-form {
        width: 90%;}
    
    .classified-ad-form {
        width: 90%;}
        .en-tete-form {
        width: 90%;}
    
    form#user-register-form{
        width:90%;
    }


}
