/*  General  */

/* Hide right-padding inserted by Bootstrap modal */
body {
    padding-right: 0 !important;
}

.tx-wng-candidate .error {
    margin-bottom: 40px;
}

.tx-wng-candidate .error span {
    display: block;
    color: red;
    font-size: 16px;
}

.tx-wng-candidate select.f3-form-error {
    background-color: #FF9F9F;
    border: 1px #FF0000 solid;
}

/*  General  */
/*  Form  */
.tx-wng-candidate input:focus {
    cursor: inherit;
}

.form-viewcandidat label {
    font-size: 20px;
}

.form-viewcandidat input[type="submit"] {
    color: #fff;
    font-size: 20px;
    background: #00609c;
    border-radius: 4px;
    padding: 18px 56px 15px 56px;
    box-shadow: 0 2px 18px 0 rgb(37 188 202 / 0%);
    display: inline-block;
    transition: all 0.5s ease;
    border: 0;
    margin-right: 20px;
}

.form-viewcandidat input[type="submit"]:hover {
    color: #00609c;
    background: #fff;
    text-decoration: none;
    box-shadow: 0 2px 18px 0 rgb(37 188 202 / 30%);
}

#listInput {
    display: none;
}

.form-viewcandidat .alertautorisation {
    display: none;
    color: red;
}

/*  Form  */

#candstructure-items .article.private .card {
    border-color: red;
}

#candstructure-items .article {
    float: none;
    clear: both;
    display: inline-block;
    height: auto;
    width: 33.33%;
    margin: 0px;
    padding: 0px 15px 30px 15px;
}

#candstructure-items .article a {
    text-decoration: none;
}

#candstructure-items .article a .card .card-body {
    padding: 26px 22px 23px 22px;
}

#candstructure-items .article a .card .card-body .structure-category {
    font-size: 12px;
    letter-spacing: 1.3px;
    color: #00609c;
    text-transform: uppercase;
    font-family: "neue-haas-grotesk-text";
    margin-bottom: 0px;
    line-height: 1.5;
}

#candstructure-items .article a .card .card-body h4 {
    font-family: "neue-haas-grotesk-display";
    font-weight: 600;
    font-size: 24px;
    margin-top: 9px;
    /*margin-bottom: 58px;*/
    margin-bottom: 18px;
    line-height: 1.25;
    letter-spacing: 0px;
    text-transform: none;
    color: #1c2e36;
}

#candstructure-items .article a .card .card-body .body p {
    line-height: 1.2em;
    margin-bottom: 20px;
}

#candstructure-items .article a .card .card-body .body p:not(:last-child) {
    margin-bottom: 0;
}

#candstructure-items .article a .card .card-body .structure-category span+span {
    position: relative;
    padding-left: 5px;
}

#candstructure-items .article a .card .card-body .structure-category span+span:before {
    content: '-';
    position: relative;
    left: -5px;
}

#candstructure-items .article a .card .cand-list-cat:not(:last-child) {
    display: block;
}
#candstructure-items .article a .card .cand-list-cat {
    display: inline-block;
    font-family: "neue-haas-grotesk-text";
    font-size: 13px;
    color: #7EE200;
}
#candstructure-items .article a .card .cand-list-cat.school {
    margin-bottom: 15px;
}

.tx-wng-candidate .candidat-contact ul,
.tx-wng-candidate .candidat-contact ul li {
    padding-left: 0 !important;
}

.tx-wng-candidate .candidat-contact li:before {
    display: none;
}

.tx-wng-candidate .social-link li a {
    display: block !important;
}

.tx-wng-candidate .candidat-contact li a {
    border: 0 !important;
}

.tx-wng-candidate .candidat-contact li a i {
    margin-right: 12px;
}

.tx-wng-candidate .select2-container ul li:before {
    display: none;
}

/*   SEARCH   */
.structure-masonry .structure-filter-popup .candstructure-reset-button {
    font-size: 20px;
    border: 1px solid #bbc0c3;
    border-radius: 4px;

    padding: 18px 33px 13px 33px;
    display: inline-block;
    margin-right: 20px;
}

.structure-masonry .structure-filter-popup .candstructure-reset-button:hover {
    color: #00609c;
    border: 1px solid #00609c;
    text-decoration: none;
}

.structure-masonry .structure-filter-popup .candstructure-filter-submit {
    display: inline-block;
    position: relative;
}

.tx-wng-candidate .loadnew a {
    font-size: 20px;
    border: 1px solid #bbc0c3;
    border-radius: 4px;
    padding: 18px 33px 13px 33px;
    margin: 0 auto;
    width: 200px;
    text-align: center;
    cursor: pointer;
    margin-bottom: 80px;
    display: table;
}

.tx-wng-candidate .loadnew:hover {
    color: unset !important;
    border: unset !important;
}

.tx-wng-candidate .loadnew a:hover {
    color: #7EE200 !important;
    border: 1px solid #7EE200 !important;
    text-decoration: none;
}

.btn-depot {
    color: #fff;
    font-size: 20px;
    background: #00609c;
    border-radius: 4px;
    padding: 18px 56px 15px 56px;
    box-shadow: 0 2px 18px 0 rgb(37 188 202 / 0%);
    display: inline-block;
    transition: all 0.5s ease;
    border: 0;
}

.btn-depot:hover {
    color: #00609c;
    background: #fff;
    text-decoration: none;
    box-shadow: 0 2px 18px 0 rgb(37 188 202 / 30%);
}

.tx-wng-candidate .clear {
    width: 100%;
    display: inline-block;
}

.tx-wng-candidate .structure-masonry {
    margin-bottom: 25px;
}

.tx-wng-candidate .showcondition {
    display: none;
}

.tx-wng-candidate .showcondition .form-group {
    margin-bottom: 0 !important;
}

.tx-wng-candidate .nocondition {
    font-style: italic;
}

.searchcandidat .form-viewcandidat ul li {
    padding: 0 !important;
}

.tx-wng-candidate .showcondition ul.list-multiple {
    margin-bottom: 0;
}

.tx-wng-candidate .showcondition ul.list-multiple li {
    border: none;
}

.tx-wng-candidate ul.list-multiple .checkbox .checkmark {
    display: block !important;
}

.tx-wng-candidate .news-single h1 {
    text-transform: capitalize;
}

.tx-wng-candidate .news-single .organelist,
.tx-wng-candidate .news-single .membershiplist {
    font-size: 20px;
    line-height: 1.65;
    color: #1c2e36;
    margin-bottom: 40px;
}

.tx-wng-candidate .news-single .organelist span,
.tx-wng-candidate .news-single .membershiplist span {
    display: inline-block;
}

.tx-wng-candidate .news-single .article p {
    margin-bottom: 20px;
}

/*
.tx-wng-candidate ul.list-multiple .checkbox input:checked~.checkmark {
    background-color: #00609c;
    border: 1px solid #00609c;
}
.tx-wng-candidate ul.list-multiple .checkbox .checkmark:before {
    content: "\e910";
    font-family: "icomoon" !important;
    display: block;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 700;
    color: #fff;
    height: 20px;
    width: 20px;
    text-align: center;
    top: 0px;
    left: 2px;
}*/

.structure-filter-submit-reset{
    display: none;
    border: 1px solid #cccccc;
    background-color: #cccccc;
    color: #1c2e36;
    font-size: 20px;
    border-radius: 4px;
    padding: 18px 56px 15px 56px;
    box-shadow: 0 2px 18px 0 rgba(37, 188, 202, 0);
    transition: all 0.5s ease;
    border: 0;
}

#filtered-candidates::before {
    display: none;
}
#filtered-candidates:hover {
    color: #7EE200;
    background: #fff;
    text-decoration: none;
    box-shadow: 0 2px 18px 0 rgb(37 188 202 / 30%);
}
#filtered-candidates {
    display: inline-block !important;
    margin-bottom: 30px;
    color: #fff;
    font-size: 20px;
    background: #7EE200;
    border-radius: 4px;
    padding: 18px 56px 15px 56px;
    box-shadow: 0 2px 18px 0 rgb(37 188 202 / 0%);
    transition: all 0.5s ease;
    border: 0;
    margin-right: 20px;
}
h4#step2.hidden,
h4#vuestep2.hidden,
#c33179.hidden,
#filtered-candidates.hidden {
    display: none !important;
}

@media (max-width: 1200px) {
    #candstructure-items .article {
        width: 50%;
    }
}

@media (max-width: 575px) {
    #candstructure-items .article {
        width: 100%;
    }
}