@import url("html/navigation/accueil/accueil.css");
@import url("html/navigation/faq/faq.css");
@import url("html/navigation/formations-alternance/formations-alternance.css");
@import url("html/navigation/perfectionnements/perfectionnements.css");
@import url("html/navigation/localisation/localisation.css");
@import url("html/navigation/offres-emploi/offres-emploi.css");

@import url('https://fonts.googleapis.com/css?family=Quicksand:400,500,700');

body {
    background-repeat: no-repeat;
    background-size: cover;
    font-family: 'Roboto', 'Helvetica', sans-serif;
}

.navbar-scroll-custom.scrolled {
    background-color: #005989 !important;
    color: white;
    transition: background-color 200ms linear;
}

.navbar-scroll-custom.scrolled .navbar-nav .nav-link {
    color: white;
}

.navbar-scroll-custom.scrolled .btn-outline-icb {
    color: white;
    border-color: white;
}

.navbar-scroll-custom.scrolled .btn-outline-icb:hover {
    color: #005989;
    background-color: #fff;
    border-color: #fff;
}

.navbar-scroll-custom.scrolled .nav-item.main-nav-item.active a {
    color: #fff !important;
    border-bottom: 3px solid #fff;
}

.navbar-scroll-custom.scrolled .nav-item.main-nav-item a:hover {
    color: #fff !important;
    /* border-bottom: 3px solid #005989;  */
}

.site-web-class {
    padding-top: 70px;
}

body, wrapper {
    min-height: 100vh;
}

.jumbotron.page {
    font: 300 24px/32px Roboto, "Helvetica Neue", sans-serif !important;
    background-color: #005989;
    color: white;
    text-align: left;
    padding: 2rem 0rem 0.5rem 0rem;
    border-radius: 0;
    margin-bottom: 0;
    margin-top: 80px;
}

.jumbotron.main.page {
    font: 300 24px/32px Roboto, "Helvetica Neue", sans-serif !important;
    background-color: #005989;
    color: white;
    text-align: left;
    padding: 0.5rem 0rem 0.5rem 0rem;
    border-radius: 0;
    margin-bottom: 150px;
}

.blue-icb {
    background-color: #005989;
    color: white;
}

p span {
    display: block;
}

.subpage-text {
    background-color: rgba(255, 255, 255, 1);
    padding: 20px;
    /* border-radius: 20px; */
}

.color-blue-icb {
    color: #005989;
}

.card-custom-transparent {
    background-color: rgba(255, 255, 255, 0.8);
}

.btn-secondary {
    background-color: #fff !important;
    border-color: #fff !important;
    color: #005989 !important;
}

.btn-secondary:disabled {
    background-color: red !important;
    border-color: red !important;
    color: white !important;
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
    background-color: #f8ac00 !important;
    border-color: #f8ac00 !important;
    color: white !important;
}

.btn-radio {
    height: 36px;
}

.color-yellow-icb {
    color: #f8ac00;
}

.candidater-button {
    box-sizing: border-box;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    outline: 0;
    border: none;
    -webkit-tap-highlight-color: transparent;
    display: inline-block;
    white-space: nowrap;
    text-decoration: none !important;
    vertical-align: baseline;
    text-align: center;
    margin: 0;
    min-width: 88px;
    line-height: 36px;
    padding: 0 16px;
    border-radius: 2px;
    overflow: visible;
    transform: translate3d(0, 0, 0);
    transition: background .4s cubic-bezier(.25, .8, .25, 1), box-shadow 280ms cubic-bezier(.4, 0, .2, 1);
    font-family: Roboto, "Helvetica Neue", sans-serif;
    font-size: 18px;
    font-weight: 500;
}

.candidater-button.candidater-button-white {
    background-color: white;
    color: #005989;
}

.candidater-button.candidater-button-blue {
    background-color: #005989;
    color: white;
}

.candidater-button:hover {
    /* color: #005989; */
    color: white;
    background-color: #f8ac00;
    /* background-color: white; */
}

/* ---------------------
--------FOOTER----------
--------------------- */

.container-footer {
    max-width: 100%;
}

.logo-icb-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    height: 100px;
    margin: 0px 0;
}

.docs-footer-copyright {
    font-size: 14px;
    display: flex;
    flex: 1;
    justify-content: flex-end;
    flex-direction: column;
    min-width: 225px;
    text-align: center;
}

.contact-link {
    text-decoration: none;
    color: white;
}

.contact-link:hover {
    text-decoration: none;
    color: #f8ac00;
}

@media (max-width: 768px) {
    .jumbotron.page {
        margin-top: 150px !important;
    }
}

/* ---------------------
--------NAV BAR---------
--------------------- */

@media (min-width: 1250px) {
    .navbar-expand-custom {
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

    .navbar-expand-custom .navbar-nav {
        flex-direction: row;
    }

    .navbar-expand-custom .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem;
    }

    .navbar-expand-custom .navbar-collapse {
        display: flex !important;
    }

    .navbar-expand-custom .navbar-toggler {
        display: none;
    }
}

.logo-icb-accueil {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    height: 55px;
    margin: 0px 0;
}

.bg-white {
    background-color: white !important;
}

.nav-item.main-nav-item a {
    float: left;
    display: block;
    color: black;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    border-bottom: 3px solid transparent;
}

.nav-item.main-nav-item a:hover {
    color: #005989 !important;
    /* border-bottom: 3px solid #005989;  */
}

.nav-item.main-nav-item a::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #000;
    transition: width .3s;
}

.nav-item.main-nav-item.active a {
    color: #005989 !important;
    border-bottom: 3px solid #005989;
}

.title-roboto {
    font: 300 56px Roboto, "Helvetica Neue", sans-serif !important;
}

.btn-outline-icb {
    color: #005989;
    background-color: transparent;
    background-image: none;
    border-color: #005989;
    margin-left: 10px;
}

.btn-outline-icb:hover {
    color: #fff;
    background-color: #005989;
    border-color: #005989;
}

.btn-outline-icb:focus, .btn-outline-icb.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 89, 137, 0.5);
}

.btn-outline-icb.disabled, .btn-outline-icb:disabled {
    color: #005989;
    background-color: transparent;
}

.btn-outline-icb:not(:disabled):not(.disabled):active, .btn-outline-icb:not(:disabled):not(.disabled).active, .show > .btn-outline-icb.dropdown-toggle {
    color: #fff;
    background-color: #005989;
    border-color: #005989;
}

.btn-outline-icb:not(:disabled):not(.disabled):active:focus, .btn-outline-icb:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-icb.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 89, 137, 0.5);
}

.loading-class {
    width: 100%;
    height: 100%;
    text-align: center;
    position: absolute;
    margin: auto;
}

#logo-loading-icb {
    display: block;
    position: fixed;
    top: calc(50% + 50px);
    right: calc(50% + 50px);
    width: 100px;
    height: 100px;
    margin-top: -100px;
    margin-right: -100px;
    z-index: 15000;
}

#loading {
    display: block;
    position: fixed;
    top: calc(50% + 50px);
    right: calc(50% + 50px);
    width: 100px;
    margin-top: -100px;
    margin-right: -100px;
    height: 100px;
    border: 3px solid rgba(255, 255, 255, .3);
    border-radius: 50%;
    border-top-color: #005989;
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}