select, input[type=text], input[type=number], input[type=password], input[type=email], input[type=tel] {
    padding: 15px;
    margin-top: 10px;
    background-color: #ffffff;
    border-color: #00538f;
    border-radius: 0;
}

.container-inline label:after, .container-inline .label:after {
    content: '';
}
form{
    outline:none;
}
label {
    width: 200px;
    min-width: 200px;
    display: inline-block;
}
form.user-insurance-form label {
    width: 100%;
    min-width: 100%;
}
.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;
}

.form-item[data-drupal-selector=edit-syndicated] legend {
    text-align: left;
}
.form-item[data-drupal-selector=edit-syndicated] .form-type-radio label {
    cursor: pointer;
}

.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: 55%;
    max-width: 100%;
    margin: 45px 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 label {
    width: auto;
}

body.path-user .messages div[role=alert] {
    text-align: center;
}
body.path-user .messages div[role=alert] a {
    font-weight: bold;
}

  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;
}

/* FORMULAIRE DE MODIFICATION INFOS PERSOS */
form[data-drupal-selector=cnsd-user-profile-form] {
    width: 80%;
    margin: 0 auto;
}
/*************************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;
}

div[data-drupal-selector=edit-wrapper-password] div[aria-live=polite] {
    font-style: italic;
    padding-top: 4px;
    font-size: 0.8em;
    display: block;
}
div[data-drupal-selector=edit-wrapper-password] div[aria-live=polite] .password-strength__text {
    font-weight: 600;
}
div.password-strength, .js-form-item-password-pass2 div[aria-live=polite] {
    /*margin: 0 auto;*/
    float: right;
}

/*************************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;
}

/*******************************************************/
/*              Connexion / reset mot de passe         */
/*******************************************************/
.reset-login-ask-form, form.user-pass, form.user-pass-reset, form.cnsd-user-password-reset-form {
    width: 100%;
    margin: 0 auto;
    max-width: 800px;
    margin-top: 30px;
}

/*======= FORMULAIRE DE RENOUVELLEMENT PAIEMENT COTISATION ========*/
form[data-drupal-selector=cnsd-membership-form] {
    width: 1200px;
    margin: 0 auto;
    max-width: 100%;
}

form#cnsd-membership-form fieldset {
    padding-top: 10px !important;
}
fieldset.membership-cotisation-detail > legend {
    font-weight: bold;
}

.membership-cotisation-detail table {
    margin: 5px 0;
    width: auto;
}
.membership-cotisation-detail table td {
    padding: 3px 10px;
}
.membership-cotisation-detail table td.amount {
    text-align: right;
    font-weight: 700;
}
.membership-cotisation-detail table td.amount i {
    font-size: 13px;
}

/**** Edit profile form ****/
form.user-profile-edit-form {
    width: 80%;
    margin: 0 auto;
}

form.user-profile-edit-form .form-type-password-confirm label {
    width: 50%;
}

form.user-profile-edit-form .form-type-password-confirm .form-item-password-pass1 label {
    margin-bottom: 10px;
}

form.user-profile-edit-form label {
    width: 100%;
    min-width: 200px;
}

/* check syndique */
.cnsd-user-gacd-syndique-form {
    width: 80%;
    margin: 0 auto;
    margin-top: 150px;
}

/* Renouvellement cotisation / adhesion */
.new-adhesion-paiement-choice {
    text-align: center;
}
#cnsd-membership-form.new-adhesion {
    margin-bottom: 25px;
}
#cnsd-membership-form label {
    width: 100%;
    cursor: pointer;
}
#cnsd-membership-form .payment-method-choice {
    margin-top: 5px;
}
#cnsd-membership-form .cdf-option-infos {
    color: #8585bb;
    font-style: italic;
    font-weight: 500;
}
#cnsd-membership-form .cotisation-amount {
    font-weight: 600;
}
#cnsd-membership-form .cotisation-amount i {
    color: #888;
    font-size: 12px;
}
#cnsd-membership-form #edit-payment-method-choice--wrapper {
    margin-top: 40px;
}
#cnsd-membership-form legend {
    text-align: left;
}
.bank-coords-wrapper, .debitor-coords-wrapper {
    background-color: #f4f4f4;
    border-radius: 3px;
    padding: 20px;
    margin-bottom: 1.2rem;
}
.bank-coords-wrapper,
.debitor-name-wrapper,
.adrs-wrapper,
.cp-city-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.bank-coords-item,
.debitor-name-item,
.adrs-item,
.cp-city-item {
    margin-left: 1%;
    margin-right: 1%;
}
.bank-coords-item,
.debitor-name-item,
.adrs-item {
    width: 48%;
}
.cp-city-item {
    width: 31.3%;
}

#sepa-front-payment-form input.text-danger {
    border: 1px solid #dc2323;
}

.cb-options, .sepa-options {
    display: none;
}
/* Fin Renouvellement cotisation / adhésion */

/*************************************************************************
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, form[data-drupal-selector=cnsd-membership-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, form[data-drupal-selector=cnsd-membership-form]{
        width:90%;
    }


}
