/**
 * Fix scrollbar verticale IE
 */
html, body {
    font-family: 'Open Sans',Arial,Helvetica,sans-serif!important;
    font-size: 14px;
}
html {
    height: auto;
    min-height: 100%;
    overflow: initial;
    -ms-overflow-style: scrollbar;
}

body {
    overflow-y: auto;
    line-height: 1.3!important;
    /**
    * Fix FF
    */
    overflow-x: hidden;

    margin: 0;
}
.ie-stickyFooter { /* 1 */
    display:-ms-flexbox;
    -ms-flex-direction:column;
}

#page {
    width:100%; /* 2 */
    min-height:100vh;
    display:-webkit-flex; /* 3 */
    display:flex;
    -webkit-flex-direction:column; /* 3 */
    flex-direction:column;
}

#main {
    -webkit-flex-grow:1; /* 3 */
    flex-grow:1;
}
h1 {
    margin: 0;
}
h2 {
    font-size: 1.858rem!important;
    font-weight: 600!important;
    color: #003b7d;
    line-height: 1.1!important;
    margin: 15px 0!important;
}
h3, .h3 {
    font-size: 1.14285714rem!important;
    line-height: 1.5!important;
    font-weight: 700!important;
    margin: 15px 0!important;
    color: #003b7d;

}
.texte-declaration {
    font-size: 1.14285714rem!important;
    line-height: 1.5!important;
    margin: 15px 0!important;
}
.text-obligatoire {
    font-weight: 700;
    color: #4D61CF;
}
.text-info-obligatoire {
    font-weight: 600;
    color: #003b7d;
}
.strong {
    font-weight: 600;
}
.italic {
    font-style: italic;
}
.line-separator {
    border-top: 1px solid #cbcbcb;
}
.line-separator-bottom {
    border-bottom: 1px solid #cbcbcb;
}
.pr-1 {
    padding-right: 1rem;
}
.my-1rem {
    margin: 1rem 0;
}

.alert.alert-info.alert-info-mediation {
    border-radius: .7rem;
    padding-left: 40px;
    margin-top: 2rem;

}
.align-left {
    text-align: left;
}
.align-right {
    text-align: right;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}
.text-obligatory {
    font-style: italic;
    font-size: .8rem;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}
.justify-content-space-between {
    justify-content: space-between;
}
.notify-success {
    background-color: #dff0d8;
    border-color: #d0e9c6;
    color: #3c763d;
    padding: 1rem 6rem;
    font-weight: 500;
    flex-direction: row!important;
    justify-content: space-between;
}
.notify-success button.close {
    font-family: Arial, Helvetica, sans-serif;
}
.button-titre-form-bkg-blue {
    position: relative;
    border-radius: 7px;
    margin-right: 2.5rem;
    border: 1px solid;
}
.button-titre-form-bkg-blue svg {
    fill: #003b7d;
}
.svg-sr-titre-form-bkg-blue {
    position: absolute;
    top: -6px;
    right: -20px;
    width: 31px;
}
.svg-sr-titre-form-bkg-blue .st0_bt {
    fill: #004986;
}
.svg-sr-titre-form-bkg-blue .st1_bt {
    fill: #FFF;
}
.btn-small-button {
    margin: .2rem 0;
    border-color: #003b7d;
    font-weight: 700;
    font-size: 1rem;
    color: #003b7d;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    padding: .1rem 1rem .2rem;
    background-color: #fff;
    box-shadow: none;
    text-transform: initial;
    text-decoration: none;
}

.btn-small-button:focus, .btn-small-button:hover {
    background-color: #003b7d;
    border-color: #003b7d;
    color: #fff;
}
.btn-info-tooltip.btn-secondary {
    border-radius: 50%;
    padding: 0 5px;
    font-size: .8rem;
    margin-bottom: -1px;
    white-space: pre-wrap;
}
.btn-add {
    padding: .2rem 1.4rem .2rem 4.5rem;
}
.btn-delete {
    padding: .2rem 1.4rem .2rem 3.7rem;
}
.btn-add, .btn-delete {
    position: relative;
    border-radius: 25px;
    color: #6b7783;
    border: 2px solid #d1dae4;
    font-size: .9rem;
    line-height: 2rem;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #ffffff!important;
    max-width: 15rem;
}

.btn-add:before {
    content: '+';
    line-height: 3.6rem;
    height: 4rem;
    width: 4rem;
    top: -.8rem;
}
.btn-delete:before {
    content: '-';
    line-height: 2rem;
    height: 3rem;
    width: 3rem;
    top: -.4rem;

}
.btn-add:before, .btn-delete:before {
    border-radius: 50%;
    border: 1px solid #003B7D;
    background-color: #003B7D;
    color: #ffffff;
    display: block;

    font-size: 3.5rem;
    font-weight: 500;
    position: absolute;
    left: -.2rem;
}
.btn-add:hover:before, .btn-delete:hover:before, .btn-add:focus:before, .btn-delete:focus:before {
    color: #003B7D;
    background-color: #ffffff;
    border: 1px solid #003B7D;
}
.btn-add:hover, .btn-delete:hover {
    color: #ffffff;
    background-color: #6b7783!important;
    border: 2px solid #6b7783;
    text-decoration: none;
}

button {
    cursor: pointer;
    font-size: 1rem;
    font-weight: 700;
    padding: 0 10px;
    border: 2px solid #c1cdda;
    border-radius: 25px;
    color: #6b7783;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 22px;
    display: inline-block;
    transition: all .3s ease-out 0s;
}
.icon-close {
    background: url(../images/close.svg) no-repeat;
    background-size: contain;
    width: 16px;
    height: 16px;
}

.panel-title {
    text-transform: uppercase;
    color: #ffffff;
    background-color: #326D6B;
    padding: 1rem;
}
.panel-body.pd-body {
    padding: 1.5rem 3rem;
}
.fonctions {display: none;}
.bloc-telecharger {
    background-color: #f2f2f2;
    border: 1px solid #cbcbcb;
    padding: 1rem;
    margin-top: 3rem;
    margin-bottom: 3rem;
}
.bloc-pdf {
    display: inline-block;
    padding: 1rem;
    background: #fff;
    border-radius: 2px;
    border: 1px solid #D1D1D1;
}
.bloc-pdf__img {
    width: 30px;
    height: 30px;
}
.btn--bdf.btn-small-telecharger {
    text-transform: initial;
    padding: .1rem 1rem .2rem;
    font-weight: 600;
    line-height: 20px;
    color:#003b7d;
}
.icon-download::after {
    content: '';
    background: url("../images/download.svg");
    width: 1rem;
    height: 1rem;
    background-size: 1rem;
    display: inline-block;
    vertical-align: middle;
}
.btn--bdf:hover .icon-download::after {
    content: '';
    background: url("../images/download-white.svg");
    width: 1rem;
    height: 1rem;
    background-size: 1rem;
}

.list-inline,
.list-unstyled {
    padding-left: 0;
    list-style: none;
}

body a {
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    line-height: 1.4;
    font-weight: 500;
    font-size: 1rem;
    color: #222;
    text-decoration: none;
    transition: color .3s ease;
    cursor: pointer;
    text-decoration: underline;
}

body a:hover,
body a:focus {
    color: #003b7d;
}
body a:focus {
    outline: thin solid;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
    outline-color: rgba(212, 68, 35, 0.4);
    outline: none;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
.hidetext {
    font-size: 0;
    text-indent: -9999px;
    display: block;
}


.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.container {
    display: flex;
    flex-direction: column;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.skip-links {
    position: absolute;
}

a.skip-link {
    color: #ffffff!important;
    background-color: #003b7d;
    padding: .4em;
    font-weight: 500;
    position: absolute;
    left: -99999px;
    z-index: 100;
}
a.skip-link:focus {
    left:10px;
}

.alert-info::before {
    content: '';
    background: url("../images/info.svg") no-repeat center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    left: 0;
    width: 3rem;
    height: 100%;
    top: 50%;
}

/* -------------- header -------------- */
header,
.header {
    height: 9.3rem;
    background: url("../images/bg-header-mediation-credit.png") no-repeat center top #f1f0f0;
    border-bottom: 7px solid #003b7d;
    margin-bottom: 1px;
}

header>.container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
}

.header__content {
    position: relative;
}
.site-logo {
    -ms-flex-order: 0;
    order: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-left: -5px;
}
/* logo */

.logo-link {
    display: block;
    margin-top: 13px;
    overflow: hidden;
    width: 100%;
    transition: all .3s ease 0s;
}
.site-logo img.logo-image {
    width: 150px;
    height: auto;
    padding-top: 15px;
    float: left;
}
header .logo-link .logo-site-name {
    display: inline-block;
    font-size: 1.85714286rem;
    font-weight: 400;
    padding: 15px 20px;
    margin: 0 0 0 20px;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -ms-flex-item-align: start;
    align-self: flex-start;
    color: #0475A5;
    margin-top: 0;
    text-align: left;
    text-transform: uppercase;
    border-left: 1px solid #0475A5;
    width: 40%;
}
.header-logo {
    height: 60px;
    float: left;
    padding-top: 1.14285714rem;
    height: inherit;
}
.header-logo h1 {
    margin: 0;
}
.header-logo a {
    width: 9.14285714rem;
    height: 4.35714286rem;
    margin: 0;
    background: url("../images/logo_bdf.svg") no-repeat;
}

.header-site {
    display: inline-block;
    height: 9rem;
    font-size: 1.85714286rem;
    color: #15aae8;
    text-transform: uppercase;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -ms-flex-item-align: start;
    align-self: flex-start;
    color: #15aae8;
    margin-top: 0;
    text-align: left;
    border-left: 1px solid #61c2eb;
    width: 38%;
}
.header-site span {
    font-weight: 400;
    display: inline-block;
    line-height: 2.5rem;
    vertical-align: middle;
}
.header-site span span.span-br {
    display: block;
}
.header-user-log {
    flex: 1;
    font-size: .9rem;
    color: #003b7d;
    position: relative;
    text-align: end;
}
.header-user-log a {
    color: #003b7d;
}
.header-user-log a div {
    padding-right: 2rem;
}
.header-contexte-utilisateur__icon {
    position: absolute;
}
.header-icon-profil:before {
    content: '';
    background: url("../images/user.svg") no-repeat;
    background-size: 1rem 1rem;
    display: inline-block;
    width: 1rem;
    height: 1rem;
    margin-left: 5px;

}

.bg-menu {
    width: 100%;
    height: 100%;
    margin-bottom: 1.2rem;
    text-align: center;
    background: url("../images/background_mediation_home.png") no-repeat;
    z-index: -1;
}
.bg-menu-title {
    display: flex;
    flex-direction: column;
    color: #003b7d;
    text-align: center;
    background-color: rgba(255,255,255,0.5);
    text-transform: uppercase;
    padding: 2rem 0;
    margin-top: 2rem;
}
.bg-menu-title span {
    font-size: 3.2rem;
    font-weight: 600;

}
.bg-menu-title span+span {
    font-size: 2rem;
}

/** ACCORDION **/
.accordion-item {
    margin-bottom: 0.71428571rem;
}
.accordion-item-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #6b7783;
    background-color: #f6f7fa;
    border-left: 4px solid #005ca9;
    padding: 15px 21px;
}
.accordion-item-header .accordion-item-title {
    flex: 1;
    display: flex;
    align-items: center;
}

.accordion .content {
    opacity: 0;
    padding: 0 1rem;
    max-height: 0;
    overflow: hidden;
    clear: both;
}
.accordion .content.active {
    opacity: 1;
    max-height: 100%;
    padding: 1rem;
    margin-bottom: 30px;
}
.accordion .content span{
    display: block;
    margin: 1.14285714rem 0;
}
.accordion .content .content-title, .content-title {
    display: block;
    font-weight: 700;
    color: #003b7d;
    margin: 1.14285714rem 0;
}
.accordion-recap .content .content-title .title2 {
    font-size: 1.3rem;
}
.accordion-item-icon {
    height: 22px;
    width: 22px;
    background-repeat: no-repeat;
    margin-left: .5rem;
}
.accordion-item-header.active {
    background-color: #175ba6;
    color: #fff;
}

.accordion-item .accordion-item-header .accordion-item-icon {
    background-image: url("../images/add.svg");
}
.accordion-item .accordion-item-header.active .accordion-item-icon {
    background-image: url("../images/minus.svg");
}

.accordion-recap span.d-inline-flex {
    width: 100%;
}
.accordion-recap span.d-inline-flex span {
    margin: 0;
}
.accordion-recap span.d-inline-flex span+span {
    padding-left: 4px;
}
.accordion-recap .content {
    background-color: #f6f7fa;
}
.accordion-recap .content.active {
    padding: 2rem;
}
.label-warning {
    color: #B10808;
    position: relative;
    padding-right: 30px;
}
.label-warning:after {
    content: '';
    position: absolute;
    top: -5px;
    display: block;
    width: 28px;
    height: 28px;
    transform: scale(.8);
    background: url("../images/warning.png");
    right: 0;
}

/* MENU HOMEPAGE */

.bloc-tablist {
    display: inline-table;
    padding-top: 3rem;
}

.bloc-tablist .btn-tab {
    font-size: 1.1571429rem;
    border: 1px solid #003b7d;
    border-bottom: 1px solid #003b7d;
    color: #003b7d;
    text-decoration: none;
    text-transform: uppercase;
    transition-duration: .1s;
    background-color: #ffffff;
    padding: 1rem;
    float: left;
}
.btn-tab[role="tab"][aria-selected="true"] {
    background-color: #003b7d;
    color: #fff;
    text-decoration: none;
    border-radius: 0;
}
[role="tab"][aria-selected="true"]::after {
    content: '';
    display: block;
    border-bottom: 8px solid #003b7d;
}

.bloc-tablist > .btn-tab + .btn-tab {
    margin-left: 3px;
}

.bg-menu .idmobile.tabs .tab-content {
    background-color: #003b7d;
    margin-top: -8px;
}
.tab-content .tab-pane .flex {
    display: flex;
    flex-direction: row;
    text-align: left;
    align-items: center;
}
.bg-menu .tab-content .tab-pane {
    display: block;
    color: #ffffff;
    padding: 1.2rem;

}

/* END MENU HOMEPAGE */

.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
    list-style: none;
}
nav.nav, .menu-tabs {
    display: block;
    margin-top: 1rem;
}
nav.nav .nav-list, .menu-tabs .nav-list {
    display: flex;
    padding-left: 0;
    list-style: none;
    justify-content: space-between;
    margin-bottom: 2rem;
}

.nav-list__link, .nav-link.nav-list__link {
    display: flex;
    position: relative;
    width: 180px;
    height: 92px;
    background: #F0ECEC;
    padding-top: .5rem;
    flex-direction: column;
    align-items: center;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
    color: #2E3842;
    border: 1px solid #2E3842;
}
.nav-list__image {
    width: 50px;
    height: 40px;
    pointer-events: none;
}
.nav-list__text {
    font-size: .9rem;
    text-transform: uppercase;
    font-weight: 600;
    width: 100%;
    pointer-events: none;
}
.menu-tabs .nav-list__link[role="tab"][aria-selected="true"],
.nav-list__link:focus,
.nav-list__link:hover {
    background: #67737F;
    border: 1px solid #67737F;
    color: #fff;
    text-decoration: none;
}
.menu-tabs [role="tab"][aria-selected="true"] .nav-list__image,
.nav-list__link:focus .nav-list__image,
.nav-list__link:hover .nav-list__image {
    fill: #fff;
}
.menu-tabs .tab-content .tab-pane {
    display: block;
}

@media (min-width: 992px) {
    .menu-tabs .nav-list__link[role="tab"][aria-selected="true"]:before,
    .nav-list__link:focus:before,
    .nav-list__link:hover:before {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 20px 0;
        border-color: #67737F transparent transparent;
        content: '';
        display: inline-block;
        position: absolute;
        bottom: -11px;
        left: 50%;
        transform: translateX(-50%);
    }
    .nav-list__text {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 4rem;
    }
    .nav-list {
        margin-bottom: 0;
    }

}

.idmobiletab.accordion-item-header {
    background-color: transparent;
}
.tab-accordion-icon {
    display: inline-block;
    height: 14px;
    width: 14px;
    background-repeat: no-repeat;
    margin-left: .8rem;
}
.idmobile.accordion .accordion-item-header .tab-accordion-icon {
    background-image: url("../images/fleche_white.svg");
}
.idmobile.accordion .accordion-item-header.active .tab-accordion-icon {
    background-image: url("../images/fleche_white-bas.svg");
}
.footer {
    background-color: #003b7d;
    width: 100%;
    margin-top: 2rem;
}
.footer ul {
    display: flex;
    flex-flow: row wrap;
    padding: 0;
    margin-bottom: 0;
    list-style-type: none;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-weight: 600;
    font-size: .8571428571rem;
    color: #f7f5f3;
    justify-content: center;
}
.footer ul li::after {
    content: '|';
    color: #f7f5f3;
    padding: 0 1rem;
    font-size: 1.2rem;
}

body footer a {
    display: inline-block;
    font-family: 'Open Sans',Helvetica,Arial,sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #f7f5f3;
    line-height: 50px;
}
body footer a:hover,
body footer a:focus {
    color: #f7f5f3;
    text-decoration: underline;
}
body footer a:focus {
    outline: 5px auto -webkit-focus-ring-color;
}
.form-group {
    margin-top: 1rem;
    margin-bottom: 1rem;
    text-align: left;
}
.form-group.p-relative {
    position: relative;
}
.form-group button.msg-mdp {
    position: absolute;
    right: 0;
    color: #ffffff;
    text-decoration: underline;
    text-transform: none;
    background-color: transparent;
    border: 0;
    font-size: 0.8rem;
    margin-top: -1rem;
}
.form-btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
}
.text-help {
    color: #212529;

}
.tab-content .tab-pane .flex .form-group {
    width: 40%;
}
.bg-zone-info {
    background: linear-gradient(to 160deg,#fcfbfb 50%,#f5f4f4 50%,#f5f4f4 100%) #f5f4f4;
    background: -webkit-linear-gradient(160deg,#fcfbfb 50%,#f5f4f4 50%,#f5f4f4 100%) #f5f4f4;
    background: -moz-linear-gradient(160deg,#fcfbfb 50%,#f5f4f4 50%,#f5f4f4 100%) #f5f4f4;
    background: -o-linear-gradient(160deg,#fcfbfb 50%,#f5f4f4 50%,#f5f4f4 100%) #f5f4f4;
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#fcfbfb, endColorstr=#f5f4f4);
    padding: 1rem;
}
.bg-zone-info p {
    text-transform: uppercase;
    color: #003b7d;
    font-weight: 600;
}
.bg-menu .form-group label {
    color: #ffffff;
}
.form-group label {
    display: inline-block;
    font-size: 1rem;
    margin-bottom: 5px;
    font-weight: 600;
}
.form-group label.form-check-label {
    margin-bottom: 0;
}
.form-group .form-control {
    display: block;
    width: 100%;
    font-size: 1rem;
    line-height: 1.5;
    background-color: #fff;
    border-radius: .25rem;
    margin-bottom: 0;
    border: 1px solid #ccc;
    box-shadow: none;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-weight: 300;
    color: #1d1d1d;
    padding: 6px 12px;
}

.table-mediation th {
    color: #ffffff;
    background-color: #003b7d;
}
.table-mediation tbody tr:nth-of-type(odd) {
    background-color: #ffffff;
}
.table-mediation tbody tr:nth-of-type(even) {
    background-color: rgba(0, 0, 0, 0.05);
}
.recoverypw .form-group .form-control {
    width: 95%;
}
.upload-bloc {
    background-color: #ffffff;
    border: 1px solid #cbcbcb;
    padding: 1rem 1.5rem;
    margin-bottom: 3rem;
    align-items: center;
    text-align: center;
}
.upload-bloc .upload-dotted-line {
    border: 2px dotted #616161;
}
.upload-choice {
    background-color: #003b7d;
    color: #ffffff;
    border-radius: 50%;
    padding: .8rem;
}

#drop_zone.hover, #drop_zone2.hover {
    color: #ffffff;
    background-color: #003b7d;
}
.drop-file-zone {
    position: relative;
    padding: 2rem;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    background-color: #eaeaea;
    text-align: center;
}
#drop_zone.hover.drop-file-zone::before,
#drop_zone2.hover.drop-file-zone::before {
    display: block;
    width: 3rem;
    height: 3rem;
    content: '';
    margin-left: calc(50% - 10px);
    margin-bottom: 2rem;
    background: url("../images/upload-white.svg") no-repeat;
    background-size: 3rem 3rem;
    pointer-events: none;
}

.drop-file-zone::before {
    display: block;
    width: 3rem;
    height: 3rem;
    content: '';
    margin-left: calc(50% - 10px);
    margin-bottom: 2rem;
    background: url("../images/upload.svg") no-repeat;
    background-size: 3rem 3rem;
    pointer-events: none;
}
#file_list, #file_list2 {
    width: 100%;
}
#file_list ul, #file_list2 ul {
    padding-left: 0;
}

#file_list li, #file_list2 li {
    list-style: none;
    margin-bottom: 0.5rem;
    background-color: #f2f2f2;
    border: 1px solid #cbcbcb;
    padding-left: 1rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#file_list li span, #file_list2 li span {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 85%;
    text-align: left;
}

.upload-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
}
.upload-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin: 0;
    opacity: 0;
}
.upload-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 3;
    height: calc(1.5em + 0.75rem + 2px);
    padding: .375rem .75rem .375rem 0;
    line-height: 1.5;
    text-align: right;
    padding-right: 11rem;
}
.upload-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    font-size: 1rem;
    padding: 0 2rem;
    line-height: 30px;
    color: #6b7783;
    content: "PARCOURIR";
    border: 2px solid #d1dae4;
    background-color: #fff;
    border-radius: 25px;
    transition: all .3s ease-out 0s;
}

.upload-file-label:active::after {
    background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}

.removeFile {
    display: inline-block;
    background: #003b7d url("../images/delete.svg") no-repeat center;
    background-size: 1.5rem 1.5rem;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0.5rem;
    margin-left: 1rem;
    border: 0;
    border-radius: 0;
}

.removeUploadFile {
    display: inline-block;
    //background: #6b7783 url("../images/delete.svg") no-repeat center;
    background: #ffffff url("../images/delete-button.svg") no-repeat center;
    background-size: 1.5rem 1.5rem;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0.5rem;
    margin-left: 1rem;
    border: 0;
    border-radius: 0;
}

.content-arrieresfiscaux,
.content-arrieressociaux,
.content-creationmoins1an,
.content-creationplus1an,
//.content-codenafoui,
//.content-codenafnon,
.content-difficultes {
    display: none;
}

.file-uploaded-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    margin-right: 2rem!important;
    font-weight: 600;
    line-height: 1.5;
    background-color: #fff;
    border: 1px solid #cbcbcb;
}
.file-uploaded-label::after {
    content: '';
    background: #003b7d url("../images/upload-white.svg") no-repeat center;
    background-size: 1.5rem 1.5rem;
    width: 2.5rem;
    height: 2.25rem;
    padding: 0.5rem;
    margin-left: 1rem;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    cursor: pointer;
}
.btn--bdf {
    position: relative;
    vertical-align: middle;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    cursor: pointer;
    font-size: 1rem;
    padding: 0 16px;
    line-height: 30px;
    font-weight: 700;
    border-radius: 25px;
    color: #6b7783;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    transition: all .3s ease-out 0s;
    border: 2px solid #d1dae4;
    background-color: #fff;
    text-align: center;
    white-space: nowrap;
}
.btn--bdf:hover, .btn--bdf:focus
, button.removeUploadFile:focus, button.removeUploadFile:hover
, .upload-file-label:active::after, .upload-file-label:hover::after, .upload-file-label:focus::after
, button.close:focus, button.close:active, button.close:hover
{
    color: #ffffff;
    background-color: #6b7783;
    border: 2px solid #6b7783;
    text-decoration: none;
}
.btn--bdf:disabled {
    opacity: 0.65;
    color: #ffffff;
    background-color: #6b7783;
    border: 2px solid #6b7783;
}
.btn--bdf-user {
    font-size: .8rem;
    line-height: 18px;
    padding: 0 8px;
}
.btn--bdf-valider:focus, .nav-link:focus, .btn--bdf:focus
, button.close:focus, button.close:active, button.close:hover
, button.removeUploadFile:focus, button.removeUploadFile:hover
{
    //outline: 5px auto -webkit-focus-ring-color;
    outline: 5px auto #6b7783;
}
.btn-bdf--accordion {
    position: relative;
    vertical-align: middle;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    cursor: pointer;
    font-size: 1rem;
    padding: 2px 14px;
    margin-right: 1rem;
    font-weight: 700;
    border-radius: 25px;
    color: #175ba6;
    text-decoration: none;
    text-transform: capitalize;
    display: inline-block;
    transition: all .3s ease-out 0s;
    border: 1px solid #175ba6;
    background-color: #fff;
    text-align: center;
    white-space: nowrap;
}
.btn-bdf--accordion:hover, .btn-bdf--accordion:focus {
    color: #ffffff;
    background-color: #003b7d;
    border: 1px solid #003b7d;
    text-decoration: none;
}
.bdf-radio {
    display: inline-block;
    position: relative;
    padding: 0 6px;
    margin: 10px 0 0;
}

.bdf-radio input[type='radio'] {
    position: absolute;
    left: -9999px;
}

.bdf-radio label {
    cursor: pointer;
}

.bdf-radio label:before {
    content: " ";
    display: inline-block;
    position: relative;
    top: 3px;
    margin: 0 5px 0 0;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    border: 1px solid #003b7d;
    background-color: transparent;
}
.bdf-radio input[type=radio] + label:hover:before,
.bdf-radio input[type=radio]:checked:focus + label:before,
.bdf-radio input[type=radio]:not(:checked):focus + label:before {
    border-color: #33b5e5;
    box-shadow: 0 0 0 0.2rem rgba(51,181,229,.25);
}

.bdf-radio input[type=radio] + label:after {
    content: " ";
    position: absolute;
    display: block;
    left: 3px;
    top: .4rem;
    width: .8rem;
    height: .8rem;
    background: #ffffff;
    border-radius: 50%;
}

.bdf-radio input[type=radio]:checked + label:after {
    content: " ";
    position: absolute;
    display: block;
    left: 3px;
    top: .4rem;
    width: .8rem;
    height: .8rem;
    background: #003b7d;
    border-radius: 50%;
}

form select {
    /* background: url("../images/pictos/br_down.png") no-repeat right center;
    -webkit-appearance: none;
    background-position-x: 97%; */
}


.block-step {
    background: #fff;
    border: 1px solid #75777B;
    padding-bottom: 1rem;
}
.block-step>div.form-row+div.form-row, .row-pd {
    padding: 0 1.6rem;
}
.block-step-add {
    padding: 1.4rem 1.5rem 1.8rem;
    background: #f5f5f5;
    border: 1px solid #c2c2c0;
    margin: 0 1.6rem!important;
}
.titre-form-step {
    padding: 1rem 1.6rem;
    font-size: 1.2rem;
    color: #fff;
    background: #003b7d;
    width: 100%;
}

.block-add-etablissement {
    width: 100%;
    justify-content: center;
}
.block-add-etablissement div.block-btn-etablissement {
    display: inline-flex;
    align-items: center;
    text-align: center;
    background-color: #f2f2f2;
    border: 1px solid #cbcbcb;
    padding: 1rem;
    margin-top: 2rem;
}
.block-add-etablissement div.block-btn-etablissement img {
    background-color: #ffffff;
    border-radius: .5rem;
    padding: .5rem;
    width: 5rem;
}
.bloc-choice-etablissement:not(#block-choice-etablissement_1) {
    width: 100%;
    border-bottom: 1px solid #cbcbcb;
    margin: 3rem auto;

}
.btn-delete-etablissement {
    margin: 1rem auto;
}
@media only screen and (max-width: 424px) {
    .btn-add, .btn-delete {
        font-size: .7rem;
        padding-left: 3.5rem;

    }
    .btn-add:before {
        content: '+';
        line-height: 2.6rem;
        height: 3rem;
        width: 3rem;
        top: -.3rem;
    }
    select#InputTypeEtablissement {
        text-overflow: ellipsis;
        width: 200px;
    }
}
@media only screen and (max-width: 575px) {
    .m-xs button {
        margin: .5rem 0;
    }
    .txt-xs-center {
        text-align: center;
    }
}
@media (min-width: 576px) {

}
@media (min-width: 768px) {

    .recoverypw .container-form {
        width: 100%;
        max-width: 600px;
        margin: auto;
    }
    .bloc-tablist > li {
        float: left;
    }

}
@media only screen and (max-width: 991px){
    .header, .header {
        height: 100%;
    }
    header .site-logo {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        padding: 0;
        text-align: center;
        line-height: 30px;
    }
    header .logo-link {
        display: -ms-flexbox;
        display: flex;
        margin-top: 5px;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .header-user-log .header-contexte-utilisateur__nom, .btn--bdf.btn--bdf-user {
        display: none;
    }
    .nav-dossier .grid-tab {
        flex-direction: column;
    }
    .nav-dossier .nav-list__link {
        display: flex;
        flex-direction: row;
        width: 100%;
        height: 5rem;
        margin-bottom: .5rem;
    }
    .nav-dossier .nav-list__link .nav-list__text {
        width: auto;
    }
    .nav-dossier .nav-list__link.active-btn {
        order: -1;
    }
    .nav-dossier .nav-list-opened .nav-list__link:not(.active-btn), .nav-dossier button:not(.nav-list-opened) + .tab-content.content  {
        display: none;
    }

    .nav-dossier .grid-tab.nav-list-opened .nav-list__link.active-btn:after {
        content: '';
        position: absolute;
        right: 3rem;
        background: url("../images/down-arrow.svg") no-repeat center;
        width: 2rem;
        height: 100%;
        border-bottom: 0;
    }
    .nav-dossier .grid-tab:not(.nav-list-opened) .nav-list__link.active-btn:after,
    .nav-dossier .grid-tab:not(.nav-list-opened) .nav-list__link[aria-selected="true"]::after {
        content: '';
        position: absolute;
        right: 3rem;
        background: url("../images/down-arrow.svg") no-repeat center;
        transform: rotate(-180deg);
        width: 2rem;
        height: 100%;
        border-bottom: 0;
    }

    .d-lg button {
        margin: .5rem 0;
        width: 100%;
    }
    .hidden-sm {
        display: none!important;
    }
}
@media (min-width: 992px){
    .container {
        width: 960px;
        max-width: 100%;
    }
    .accordion-recap span.d-inline-flex.flex-item-33 {
        flex: 0 1 33%;
    }
    .accordion-recap span.d-inline-flex.flex-item-50 {
        flex: 0 1 50%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
}
@media (min-width: 1200px){
    .nav-list__link, .nav-link.nav-list__link {
        width: 210px;
    }
}
@media (max-width: 767px){
    header .logo-link .logo-site-name {
        width: 100%;
        font-size: 1.4rem;
        padding-right: 0;
        padding-left: 1rem;
        margin-left: 1rem;
    }
    .site-logo img.logo-image {
        width: 100px;
        padding-top: 0;
    }
    .bg-menu {
        text-align: left;
    }

    .bloc-tablist > .btn-tab {
        display: flex;
        text-align: left;
    }
    .bloc-tablist > .btn-tab[role="tab"][aria-selected="false"] {
        float: right;
        height: 46px;
        text-indent: -9999px;
        line-height: 0.8rem;
        margin-left: 1px;
    }
    .bloc-tablist > .btn-tab[role="tab"][aria-selected="false"]::after {
        content: "...";
        text-indent: 0;
        display: block;
        line-height: initial;
    }
    .bloc-tablist > .btn-tab[role="tab"][aria-selected="true"] {
        float: left;
        border-bottom: 0;
        padding: 1rem 0.8rem;
    }
    .bloc-tablist > .btn-tab + .btn-tab {
        margin-left: 0;
    }

    .tab-content {
        margin-top: -4px;
    }
    .tab-content .tab-pane .flex {
        flex-direction: column;
    }
    .tab-content .tab-pane .flex img {
        display: none;
    }
    .tab-content .tab-pane .flex .form-group {
        width: 100%;
    }

    .tab-content .tab-pane .flex button {
        margin-top:.5rem;
    }
    .tab-content .tab-pane .flex a.btn--bdf {
        margin-top: 2rem;
    }
    .bg-zone-info .col-2, .block-add-etablissement div.block-btn-etablissement .col-3 {
        display: none;
    }

    .sticky-block {
        bottom: 0;
        top: auto!important;
        z-index: 1000;
        width: 100%;
    }
    .sticky-list {
        display: flex;
    }
    .sticky-list__item {
        width: 50%;
    }
    .sticky-list__item-button {
        width: 100%!important;
        flex-direction: row!important;
        text-align: left;
        height: 100%;
    }

    .form-group button.msg-mdp {
        bottom: 4rem;
    }
}

/* Add remove*/
#add-motif.hide, #add-motif1.hide, #add-motif2.hide, #add-motif3.hide, #add-motif4.hide, #add-motif5.hide {
    display: none;
}
#remove-motif_1.hide {
    display: none;
}

.sticky-block {
    position: fixed;
    right: 0;
    top: 30%;
}
.sticky-list {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}
.sticky-list__item-button--enregistrer {
    background: #2b2153;
    border: 1px solid #2b2153!important;
}
.sticky-list__item-button {
    border: none;
    width: 100px;
    color: #fff;
    font-size: .86rem;
    font-weight: 500;
    padding: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.sticky-list__item-svg,
.titre-form-bkg-blue__img,
.titre-form-bkg-green__img {
    width: 56px;
    height: 46px;
    fill: #fff;
}
.sticky-list__item-button span {
    width: 100%;
}
.sticky-list__item-button--envoyer {
    background: #0f4047;
    border: 1px solid #0f4047;
}

.sticky-list__item-button--enregistrer:focus,
.sticky-list__item-button--enregistrer:hover {
    border: 1px solid #2b2153;
    background: #fff;
    color: #2b2153;
}
.sticky-list__item-button--enregistrer:focus svg,
.sticky-list__item-button--enregistrer:hover svg {
    fill: #2b2153;
}

.sticky-list__item-button--envoyer:focus,
.sticky-list__item-button--envoyer:hover {
    border: 1px solid #0f4047;
    background: #fff;
    color: #0f4047;
}
.sticky-list__item-button--envoyer:focus svg,
.sticky-list__item-button--envoyer:hover svg {
    fill: #0f4047;
}
.page-aide p, .page-accessibilite p {
    margin-top: .5rem;
    margin-bottom: .5rem;
}






.file-dl {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    margin-right: 2rem!important;
    font-weight: 600;
    line-height: 1.5;
    background-color: #fff;
    border: 1px solid #cbcbcb;
    cursor: pointer;
}
.file-dl:hover,
.file-dl:focus {
    background-color: #003b7d;
    color: #ffffff;
    text-decoration: none;
}
.file-dl::after {
    content: '';
    background: #003b7d url("../images/view-white.svg") no-repeat center;
    background-size: 1.5rem 1.5rem;
    width: 2.5rem;
    height: 2.25rem;
    padding: 0.5rem;
    margin-left: 1rem;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
}
.file-dl:hover::after,
.file-dl:focus::after {
    background: #ffffff url("../images/view.svg") no-repeat center;
    background-size: 1.5rem 1.5rem;
    width: 2.5rem;
    height: 2.25rem;
    border-bottom: 1px solid #cbcbcb;
}