/* =========== Colors ============
  Light Blue: #11A0C7;
  Middle Blue: #166B9F;
  Dark Blue: #152E57;
=========== ////// ============ */

nav.core-nav .nav-container {
    height: 100%;
}

nav.core-nav .nav-container .nav-header {
    max-height: 100%;
}

.icon-bar-sticky a {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.icon-bar-sticky a,
.social-icons a {
    background-color: white;
    padding: 8px!important;
}

.icon-bar-sticky a img {
    max-width: 45px;
}

.social-icons a img {
    max-width: 34px;
}

a.white-link {
    color: white;
}

a.white-link:hover {
    color: #2196f3;
}

.bg-dark-blue {
    background-color: #152E57;
    color: white;
}

.bg-middle-blue {
    background-color: #186499;
    color: white;
}

.call-to-action-light {
    background-color: #11A0C7;
    text-align: center;
    padding: 25px 0;
}

.call-to-action a,
.call-to-action-light a {
    font-size: 30px;
    font-weight: 700;
    color: white;
    text-decoration: none;
}

.call-to-action a:hover {
    cursor: pointer;
    color: #11A0C7;
}

.call-to-action-light a:hover {
    cursor: pointer;
    color: #152E57;
}


/*---Primary Button---*/

.theme-primary .btn-primary-dark-blue {
    background-color: #152E57;
    border-color: #152E57;
    color: #ffffff;
}

.theme-primary .btn-primary-dark-blue:hover,
.theme-primary .btn-primary-dark-blue:active,
.theme-primary .btn-primary-dark-blue:focus,
.theme-primary .btn-primary-dark-blue.active {
    background-color: #0c7cd5 !important;
    border-color: #0c7cd5 !important;
    color: #ffffff !important;
}

.theme-primary .btn-primary-dark-blue:disabled {
    background-color: #82c4f8;
    border-color: #152E57;
    opacity: 0.5;
}

.theme-primary .btn-primary-dark-blue.disabled {
    background-color: #82c4f8;
    border-color: #152E57;
    opacity: 0.5;
}

.theme-primary .show>.btn-primary-dark-blue.dropdown-toggle {
    background-color: #0c7cd5 !important;
    border-color: #0c7cd5 !important;
    color: #ffffff;
}

.theme-primary .btn-outline.btn-primary-dark-blue {
    color: #152E57;
    background-color: transparent;
    border-color: #152E57 !important;
}

.theme-primary .btn-outline.btn-primary-dark-blue:hover,
.theme-primary .btn-outline.btn-primary-dark-blue:active,
.theme-primary .btn-outline.btn-primary-dark-blue.active {
    background-color: #0c7cd5 !important;
    border-color: #0c7cd5 !important;
    color: #ffffff !important;
}

.theme-primary .show>.btn-outline.btn-primary-dark-blue.dropdown-toggle {
    background-color: #0c7cd5 !important;
    border-color: #0c7cd5 !important;
    color: #ffffff;
}

.theme-primary .btn-flat.btn-primary-dark-blue {
    color: #152E57 !important;
    background-color: #e4e6ef;
    border-color: transparent;
}

.theme-primary .btn-flat.btn-primary-dark-blue:hover,
.theme-primary .btn-flat.btn-primary-dark-blue:active,
.theme-primary .btn-flat.btn-primary-dark-blue.active {
    background-color: #0c7cd5 !important;
    border-color: #0c7cd5 !important;
    color: #ffffff !important;
}

#process-details .process-steps {
    position: relative;
    padding: 60px 60px 60px 120px;
    background: rgba(255, 255, 255, 0.5);
    text-align: left;
    margin: 0 auto 40px;
}

#process-details .process-steps img {
    position: absolute;
    left: -75px;
    top: 50%;
    transform: translateY(-50%);
}

#process-details .process-steps p {
    margin: 0;
    font-size: 30px;
    color: #162a4d;
    font-weight: 400;
    line-height: 36px;
}

#intl-recruiting {
    background-color: #152E57;
    color: white;
    margin-top: -25px;
    padding: 25px 0;
}

#intl-recruiting .intl-image {
    float: left;
    width: 20%;
    margin-right: 5%;
}

#intl-recruiting .intl-texte {
    float: right;
    width: 75%;
}

#intl-recruiting p {
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    color: #fff;
    margin-bottom: 20px;
}

.call-to-action-btn {
    background-color: #11A0C7;
    border-color: #11A0C7;
    border-radius: .3rem;
    padding: 25px;
    width: 60%;
    margin: auto;
    text-align: center;
}

.call-to-action-btn a {
    color: white;
    text-decoration: none;
}

.call-to-action-btn:hover,
.call-to-action-btn a:hover {
    cursor: pointer;
    background-color: #152E57;
    border-color: #152E57;
}

.team-img {
    max-height: 300px;
    text-align: center;
    margin: auto;
}

.team-media-icons a {
    text-decoration: none;
}

.team-media-icons a img {
    width: 45px;
}

.team-information i.fa-globe {
    color: green;
}

.blog-post .blog-detail {
    height: 350px;
    overflow: auto;
}

#subscription-form .row,
#become-member .row {
    margin-bottom: 15px;
}

@media (max-width: 425px) {
    #process-details .process-steps img {
        display: none;
    }
    #process-details .process-steps {
        padding: 20px;
    }
    #subscription-form .row,
    #become-member .row {
        margin-bottom: 0px;
    }
    #subscription-form input,
    #subscription-form select {
        margin-bottom: 10px;
    }
    #become-member input,
    #become-member select {
        margin-bottom: 10px;
    }
    .pub-jobetrouve a {
        margin-bottom: 100px!important;
    }
}

@media (max-width: 900px) {
    .pub-jobetrouve a {
        margin-bottom: 10px!important;
    }
    .icon-bar-sticky a,
    .social-icons a {
        height: 40px;
    }
    .icon-bar-sticky img,
    .social-icons img {
        height: 32px;
        padding-bottom: 5px;
    }
}