@font-face {
    font-family:Roboto Slab;src:url('./fonts/RobotoSlab-Regular.eot');src:url('./fonts/RobotoSlab-Regular.eot?#iefix') format("embedded-opentype"),url('./fonts/RobotoSlab-Regular.woff2') format("woff2"),url('./fonts/RobotoSlab-Regular.woff') format("woff"),url('./fonts/RobotoSlab-Regular.ttf') format("truetype");font-weight:400;font-style:normal;
}

@font-face {
    font-family:Roboto Slab;src:url('./fonts/RobotoSlab-Light.eot');src:url('./fonts/RobotoSlab-Light.eot?#iefix') format("embedded-opentype"),url('./fonts/RobotoSlab-Light.woff2') format("woff2"),url('./fonts/RobotoSlab-Light.woff') format("woff"),url('./fonts/RobotoSlab-Light.ttf') format("truetype");font-weight:300;font-style:normal;
}

@font-face {
    font-family:Roboto Slab;src:url('./fonts/RobotoSlab-Thin.eot');src:url('./fonts/RobotoSlab-Thin.eot?#iefix') format("embedded-opentype"),url('./fonts/RobotoSlab-Thin.woff2') format("woff2"),url('./fonts/RobotoSlab-Thin.woff') format("woff"),url('./fonts/RobotoSlab-Thin.ttf') format("truetype");font-weight:100;font-style:normal;
}

@font-face {
    font-family:Roboto Slab;src:url('./fonts/RobotoSlab-Bold.eot');src:url('./fonts/RobotoSlab-Bold.eot?#iefix') format("embedded-opentype"),url('./fonts/RobotoSlab-Bold.woff2') format("woff2"),url('./fonts/RobotoSlab-Bold.woff') format("woff"),url('./fonts/RobotoSlab-Bold.ttf') format("truetype");font-weight:700;font-style:normal;
}

@font-face {
    font-family:Gotham;src:url('./fonts/Gotham-Medium.eot');src:url('./fonts/Gotham-Medium.eot?#iefix') format("embedded-opentype"),url('./fonts/Gotham-Medium.woff2') format("woff2"),url('./fonts/Gotham-Medium.woff') format("woff"),url('./fonts/Gotham-Medium.ttf') format("truetype");font-weight:500;font-style:normal;
}

@font-face {
    font-family:Gotham;src:url('./fonts/Gotham-Book.eot');src:url('./fonts/Gotham-Book.eot?#iefix') format("embedded-opentype"),url('./fonts/Gotham-Book.woff2') format("woff2"),url('./fonts/Gotham-Book.woff') format("woff"),url('./fonts/Gotham-Book.ttf') format("truetype");font-weight:400;font-style:normal;
}

@font-face {
    font-family:Gotham;src:url('./fonts/Gotham-Bold.eot');src:url('./fonts/Gotham-Bold.eot?#iefix') format("embedded-opentype"),url('./fonts/Gotham-Bold.woff2') format("woff2"),url('./fonts/Gotham-Bold.woff') format("woff"),url('./fonts/Gotham-Bold.ttf') format("truetype");font-weight:700;font-style:normal;
}

@font-face {
    font-family:Gotham;src:url('./fonts/Gotham-Black.eot');src:url('./fonts/Gotham-Black.eot?#iefix') format("embedded-opentype"),url('./fonts/Gotham-Black.woff2') format("woff2"),url('./fonts/Gotham-Black.woff') format("woff"),url('./fonts/Gotham-Black.ttf') format("truetype");font-weight:900;font-style:normal;
}

@font-face {
    font-family:fontello;src:url('./fonts/fontello.eot');src:url('./fonts/fontello.eot#iefix') format("embedded-opentype"),url('./fonts/fontello.woff2') format("woff2"),url('./fonts/fontello.woff') format("woff"),url('./fonts/fontello.ttf') format("truetype"),url('./fonts/fontello.svg#fontello') format("svg");font-weight:400;font-style:normal;
}

body .mycandidaturesv2 {
    font-family: Gotham;
    font-weight: 400;
    font-style: normal;
}

div.mycandidaturesv2 {
    background-color: white;
}

.mycandidaturesv2 h1, .mycandidaturesv2 h2, .mycandidaturesv2 h3, .mycandidaturesv2 h4 {
    font-family: Roboto Slab;
    font-weight: 700;
    font-style: normal;
}

.mycandidaturesv2 .btn {
    font-weight: 700;
    border: 0;
}
.mycandidaturesv2 .btn-danger {
    background-color: #e95160 !important;
}
.mycandidaturesv2 .btn-info {
    background-color: #6075e1 !important;
}

/* --- Header V2 --- */
.mycandidaturesv2 .main_header {
    font-size: 1.3rem;
    font-family: Gotham;
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0 30px;
    height: 80px;
    transition: .3s ease-out;
    color: white;
}

.mycandidaturesv2 .main_header.scrolled {
    height: 60px;
    background: #2e4588;
}

.mycandidaturesv2 .main_header:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    height: 2px;
    width: 100%;
    top: 100%;
    left: 0;
    background: hsla(0,0%,100%,.25);
}

.mycandidaturesv2 .main_header .wrapper {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
}

.mycandidaturesv2 .main_header .logo {
    width: 300px;
    height: 64px;
    display: inline-block;
    transition: .3s ease-out;
    background-repeat: no-repeat;
    background-size: 300px auto;
    background-position: left center;
}

.mycandidaturesv2 .main_header.scrolled .logo {
    width: 50px;
    background-image: url('../images/logo_mobile_white.svg');
    background-size: auto 40px;
}
.mycandidaturesv2 .main_header.scrolled .logo.qualif {
    background-image: url('../images/logo_mobile_white_qualif.png');
}
.mycandidaturesv2 .main_header.scrolled .logo.preprod {
    background-image: url('../images/logo_mobile_white_preprod.png');
}

@media (min-width: 768px) {
    .mycandidaturesv2 .main_header .logo {
        background-image: url('../images/logo_white.svg');
    }

    .mycandidaturesv2 .main_header .logo.qualif {
        background-image: url('../images/logo_white_qualif.svg');
    }

    .mycandidaturesv2 .main_header .logo.preprod {
        background-image: url('../images/logo_white_preprod.svg');
    }

    .mycandidaturesv2 .main_header .flex-right.navbar {
        width: calc(100% - 300px);
    }
}

@media (max-width: 767px) {
    .mycandidaturesv2 .main_header .logo {
        width: 50px;
        background-image: url('../images/logo_mobile_white.svg');
        background-size: auto 40px;
    }
    .mycandidaturesv2 .main_header .logo.qualif {
        background-image: url('../images/logo_mobile_white_qualif.png');
    }
    .mycandidaturesv2 .main_header .logo.preprod {
        background-image: url('../images/logo_mobile_white_preprod.png');
    }

    .mycandidaturesv2 .main_header .flex-right.navbar {
        width: calc(100% - 50px);
    }
}

.mycandidaturesv2 .main_header .flex-right {
    margin-left: auto;
    display: flex;
    height: calc(100% - 10px);
    justify-content: flex-end;
    align-items: stretch;
    flex-wrap: wrap;
    font-weight: 400;
    max-height: 76px;
}


@media(min-width: 767px) {
    .mycandidaturesv2 .main_header ul.nav.navbar-nav.menu {
        margin-top: 0;
        height: 35px;
    }
    .mycandidaturesv2 .main_header ul.nav.navbar-nav.menu>li {
        height: 100%;
        background-color: #00428F;
    }
}
@media(max-width: 766px) {
    .mycandidaturesv2 .main_header .navbar-nav>li>a {
        color: #777;
    }

    .mycandidaturesv2 .main_header .navbar-nav>.active>a {
        background-color: #e7e7e7;
    }
}

.mycandidaturesv2 #navbar {
    z-index: 8000;
}

.mycandidaturesv2 .flex-right .header-flex-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 10px;
    cursor: pointer;
    border-bottom: none;
    margin: 0 2px;
    font-weight: 700;
    font-size: 1.5em;
}

.mycandidaturesv2 .flex-right .header-flex-link .btn {
    font-size: inherit;
    background-color: unset;
    box-shadow: none;
    padding: 0;
    letter-spacing: unset;
    margin-bottom: 0;
}

.mycandidaturesv2 .flex-right .header-flex-link > a {
    color: white;
}

@media (max-width: 767px) {
    .mycandidaturesv2 .flex-right .header-flex-link {
        font-size: 11px;
    }

    .mycandidaturesv2 .main_header {
        padding: 0 15px;
    }
}

.mycandidaturesv2 .page-landing-blue {
    color: #fff;
    background: #2e4588;
}

.mycandidaturesv2 .page-landing {
    position: relative;
    z-index: 60;
    box-sizing: border-box;
    padding-top: 80px;
    background-size: cover;
    background-position: 50%;
    min-height: 80px;
    color: #fff;
    height: 95px;
}
.mycandidaturesv2 .page-landing.connected {
    height: auto;
}
@media (min-width: 767px) {
    .mycandidaturesv2 .page-landing.connected.connected-menu {
        min-height: 117px;
    }
}

.mycandidaturesv2 .page-landing:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: -moz-linear-gradient(top,#000 0,#000 10%,transparent 100%);
    background: -webkit-linear-gradient(top,#000,#000 10%,transparent);
    background: linear-gradient(180deg,#000 0,#000 10%,transparent);
    opacity: .6;
    z-index: 2;
}

.mycandidaturesv2 .app_title {
    min-height: 10vh !important;
    background: #2e4588;
    color: white;
    text-align: center;
    font-size: 4.25rem;
    line-height: 4.5rem;
    font-family: "Roboto Slab";
    padding-bottom: 20px;
    padding-top: 15px;
    margin: 0;
}

.mycandidaturesv2 .app_sub_title {
    background: #2e4588;
    color: #fff;
    text-align: center;
    font-size: 2.5rem;
    padding-top: 5px;
    padding-bottom: 20px;
    font-family: "Roboto Slab";
    margin: 0;
    line-height: unset;
}
@media (max-width: 63.99em) {
    .mycandidaturesv2 .app_title {
        font-size: 3rem;
        line-height: 3.7rem;
    }
}
/* ------ */

/* --- Footer V2 --- */
.mycandidaturesv2 #footer {
    font-size: 1.3rem;
    width: 100%;
    color: #2e4588;
    padding: 25px 60px 15px;
    text-align: center;
    height: 165px;
    background-color: #f2f2f2;
}
.mycandidaturesv2 #footer .row > div {
    margin-bottom: 20px;
}
.mycandidaturesv2 #footer p {
    line-height: 1.8rem;
    margin: 0;
}
.mycandidaturesv2 #footer a {
    color: #2e4588;
}
.mycandidaturesv2 #footer a.mail {
    text-decoration: underline;
}
.mycandidaturesv2 #footer .logo {
    margin-top: 10px;
}
.mycandidaturesv2 #footer .logo a {
    height: 32px;
    display: block;
}
.mycandidaturesv2 #footer .logo img {
    height: 100%;
}
.mycandidaturesv2 #footer .links {
    margin-top: 5px;
    font-size: 1.2rem;
    font-weight: 500;
}
.mycandidaturesv2 #footer .links ul {
    margin-bottom: 0;
}
.mycandidaturesv2 #footer .links li {
    display: inline-block;
}
.mycandidaturesv2 #footer .links li button {
    border: none;
    background: none;
}
.mycandidaturesv2 #footer .links li a {
    text-decoration: none;
    font-weight: 500;
}
.mycandidaturesv2 #footer .links li+li:before {
    display: inline-block;
    content: "";
    width: 1em;
    height: 2px;
    left: 0;
    margin-right: 7px;
    margin-left: 5px;
    background-color: #2e4588;
    vertical-align: middle;
    margin-top: -1px;
}

@media (min-width: 992px) {
    .mycandidaturesv2 #footer .coordonnees {
        float: left;
        text-align: left;
    }
    .mycandidaturesv2 #footer .logo {
        float: right;
        text-align: right;
    }
    .mycandidaturesv2 #footer {
        height: 102px;
    }
}
/* ------ */

.mycandidaturesv2 .page-wrap {
    margin-top: 0;
    background-color: white;
    font-size: 1.6rem;
    color: #777677;
}

.mycandidaturesv2 .page-wrap:not(.connected) {
    min-height: calc(100vh - (10vh + 95px));
}
.mycandidaturesv2 .page-wrap.connected {
    min-height: calc(100vh - 80px - 195px);
}
@media (min-width: 992px) {
    .mycandidaturesv2 .page-wrap.connected {
        min-height: calc(100vh - 80px - 132px);
    }
}

.mycandidaturesv2 .mycandidaturesv2-content hr {
    margin: 30px auto;
    border: 0;
    border-top: 2px solid hsla(0,0%,58.8%,.5);
    width: 10%;
}

.mycandidaturesv2 .mycandidaturesv2-content {
    min-height: calc(100vh - 80px - 95px);
}

/* --- Front login page --- */
@media (min-width: 80em) {
    .mycandidaturesv2 .app_content {
        width: 1200px;
    }
}
.mycandidaturesv2 .app_content {
    margin: auto;
    padding: 0 20px;
}
.mycandidaturesv2 .title_help {
    color: #e95160;
    margin: 30px 0;
    text-align: center;
    font-size: 5rem;
    line-height: 6rem;
    font-weight: 400;
}

.mycandidaturesv2 .bloc-header.closed {
    color: #e95160;
    text-align: center;
    margin-top: 40px;
    font-weight: 700;
}

.mycandidaturesv2 .bloc-header.closed:after {
    content: "";
    display: block;
    width: 100%;
    height: 100px;
    background: url(../images/closed.png) no-repeat center center;
    margin: 2rem 0 5rem 0;
}

.mycandidaturesv2 header h2.title_l3 {
    font-family: Roboto Slab;
    font-size: 2.4rem;
    margin-bottom: 10px;
}

.mycandidaturesv2 .bloc-header.open {
    margin-top: 40px;
    text-align: center;
    color: #b15f86;
    margin-bottom: 6rem;
}

.mycandidaturesv2 .bloc-header .alert {
    color: #e95160;
    line-height: 2.5rem;
    padding: 1.5rem;
    font-size: 1.8rem;
}
.mycandidaturesv2 .bloc-header .alert::before {
    content: " ";
    float: left;
    width: 60px;
    height: 60px;
    background: url(../images/alert.png) no-repeat center center;
    background-size: 100%;
    margin: 0 30px 0 0;
}

.mycandidaturesv2 .account .passeport {
    margin: 3rem 0 3rem 0;
}
.mycandidaturesv2 .row.container-grid {
    margin-bottom: 2rem;
    margin-right: -20px;
    margin-left: -20px;
}
.mycandidaturesv2 .grid {
    min-height: 400px;
    background-color: #2f4786;
    width: 100%;
    color: white;
    padding: 1rem 2.5rem;
}
.mycandidaturesv2 .grid h3, .mycandidaturesv2 .grid h4 {
    font-size: 2.5rem;
    margin-top: 1rem;
    margin-bottom: 2rem;
}
.mycandidaturesv2 .grid h3, .mycandidaturesv2 .grid h4, .mycandidaturesv2 .grid a {
    color: white;
}
.mycandidaturesv2 .grid a {
    text-decoration: underline;
}
.mycandidaturesv2 .grid-center {
    float: none;
    margin: auto;
}
.mycandidaturesv2 .login .form-horizontal {
    text-align: left;
}
.mycandidaturesv2 .login .form-control {
    margin-bottom: 2em;
}
.mycandidaturesv2 .grid.formations {
    padding: 0;
    background-image: url("../images/formations.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 400px;
}
.mycandidaturesv2 .grid.formations div.wrapper {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
}
.mycandidaturesv2 .grid.formations a {
    text-decoration: none;
    display: inline-block;
    height: 100%;
    width: 100%;
}
.mycandidaturesv2 .grid.formations div.wrapper > div {
    position: absolute;
    bottom: 7rem;
    left: 3rem;
    font-size: 3rem;
    line-height: 2.2rem;
    font-family: Roboto Slab;
    font-weight: 700;
}
.mycandidaturesv2 .grid.formations div.wrapper > div::after {
    position: relative;
    content: "\e800";
    font-family: fontello;
    font-style: normal;
    font-weight: 400;
    font-size: 1.5rem;
    margin-left: 15px;
    bottom: 4px;
    font-size: .5em;
    line-height: 100%;
    display: inline-block;
}
/* ------ */

.mycandidaturesv2 .main_header .menu {
    position: initial;
    width: 100%;
}
.mycandidaturesv2 .main_header .navbar {
    min-height: unset;
}
.mycandidaturesv2 .main_header .navbar-nav {
    float: unset;
}

.mycandidaturesv2 .main_header .navbar-toggle {
    border-color: #ddd;
    max-height: 60px;
}
.mycandidaturesv2 .main_header .icon-bar {
    background-color: #888;
}
.mycandidaturesv2 .form-group-lg {
    margin-bottom: 2rem;
}
.mycandidaturesv2 .form-group-lg label {
    display: block;
    color: #fff;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 3.2rem;
    margin-bottom: 0;
}
.mycandidaturesv2 .link-small {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 300;
    margin-top: 1.1rem;
}
.mycandidaturesv2 .account-link {
    margin-top: 26px;
}

.mycandidaturesv2 .alert-rgp p:last-child {
    margin-bottom: 0;
}
.mycandidaturesv2 .alert-rgp a {
    color: #337ab7;
}

.mycandidaturesv2 .jumbotron {
    color: initial;
}
.mycandidaturesv2 .form-control[disabled], .mycandidaturesv2 .form-control[readonly] {
    background: #ddd;
}

.mycandidaturesv2 .loader {
    position: initial;
}

.mycandidaturesv2 .appversion {
    display: inline-block;
}

/*********************************************
*
*
* REFONTE
*
*
*********************************************/

.mycandidaturesv2 img.account-logo{
    width: 30px;
    height: 30px;
}

/*********************************************
*
*
* MOBILE
*
*
*********************************************/

@media screen and (max-width:479px){
    .mycandidaturesv2 img.account-logo{
        width:20px;
        height:20px;
    }
}
