* {
    font-family: Roboto;
}

a:hover {
    text-decoration: none;
}

.col-lg-8.mx-auto.logo-place img {
    max-width: 40%;
}

@media (min-width: 992px) {
    header.masthead {
        height: auto;
        max-height: inherit;
        min-height: inherit;
        padding-top: 25px;
        padding-bottom: 25px;
    }

    #index header.masthead {
        max-height: 50vh;
        min-height: 650px;
        padding-top: 0;
        padding-bottom: 0;
    }
}

#index .masthead h1 {
    color: #373736;
}

#search-bar {
    padding: 0;
    background: transparent;
    margin-top: -31px;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
}

#search-bar span {
    flex: 1;
}

#search-bar input {
    padding: 30px;
    border-radius: 50px;
    /*border: 1px solid #f5f5f5;
    background: #fff;
    transition: all 1s;*/
}

#search-bar a {
    float: right;
    margin-top: -56px;
    margin-right: 6px;
    margin-bottom: 0;
}

#search-bar button {
    height: 50px;
}

.bg-primary .row-header h2, .bg-primary .row-header p {
    color: #fff;
}
/**
OVERWRITING DE CREATIVE
 */
body {
    background: url(../img/unsplash.jpg);
    background-size: cover;
    background-attachment: fixed;
}

img {
    width: 100%;
}

.bg-primary {
    background-color: #f05f40!important;
    background-image: linear-gradient(#e83f30, #eb5a3e);
    color: #fff;
}

.btn-primary {
    background-color: #e83f30;
    border-color: #eb5c40;
}

section {
    background: rgba(255, 255, 255, 0.8);
    padding: 5rem 0;
}

.row.card {
    border-radius: 15px;
    padding: 25px 15px;
}

.card {
    border-radius: 15px;
    border: 0;
    padding: 15px;
    margin: 0 auto 25px;
}

.img-card img {
    border-radius: 15px;
    margin: 0 auto 25px;
}

.card-header, .card-header:first-child {
    border-radius: 10px;
    border: 0;
    background-color: inherit;
}

.card-title {
    margin-bottom: 0;
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: transparent;
    border-top: 1px solid #eee;
    font-size: 12px;
    color: #999;
}

.row {
    color: #616161;
}

.row-header {
    padding: 0 15px;
}

.row-body {
    display: flex;
}

.form-control:focus {
    border-color: #F44336;
    box-shadow: 0 0 0 0.2rem rgba(232, 64, 48, 0.24);
}

footer {
    padding: 5rem 0;
}

footer .credits {
    margin-top: 50px;
}

footer .credits ul {
    list-style: none;
    padding: 0;
}

footer .credits ul li {
    display: inline-block;
    margin-right: 15px;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.dropdown-menu {
    left: inherit;
    right: 0;
}

.row.bloc-with-sidebar .navbar, .is-sticky {
    position: sticky;
    top: 85px;
}

.row.bloc-with-sidebar .navbar ul {
    margin-bottom: 15px;
}

ul.navbar-nav.flex-column * {
    font-size: 13px;
}

.bloc-with-sidebar .navbar a{
    color: #212529;
    padding: 5px 10px;
    border-radius: 5px;
}

.bloc-with-sidebar .navbar a:hover{
    background: rgba(170, 170, 170, 0.20);;
}

.bloc-with-sidebar .navbar .form-check {
    padding: 5px 25px;
}

#login-section {
    height: 100vh;
}

.card-avatar img {
    border-radius: 50%;
    max-width: 150px;
}

.card-profile .card-title {
    margin-bottom: 25px;
}

.flex-body {
    display: flex;
    align-items: center;
}

.flex-body i{
    margin-right: 15px;
}

.btn-block button{
    margin-left: 15px;
}

.td-actions button {
    font-size: 9px;
    width: 32px;
    height: 32px;
}

/**
Cards CSS
 */
.column {
    display: flex;
    flex-wrap: wrap;
}

.column>* {
    flex: 1 1 300px;
    margin: 15px;
}

.post-module {
    position: relative;
    z-index: 1;
    display: block;
    background: transparent;
    min-width: 270px;
    height: 350px;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    border-radius: 10px;
}
.post-module:hover,
.hover {
    -webkit-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
}
.post-module:hover .thumbnail img,
.hover .thumbnail img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.6;
}
.post-module .thumbnail {
    background: transparent;
    height: 300px;
    overflow: hidden;
    border-radius: 10px;
}
.post-module .thumbnail .tab {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
    background: #e74c3c;
    border-radius: 3px;
    padding: 0 10px;
    color: #FFFFFF;
    font-weight: 700;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.post-module .thumbnail .tab .urgent {
    font-size: 12px;
    text-transform: uppercase;
}
.post-module .thumbnail img {
    display: block;
    width: 120%;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}
.post-module .post-content {
    position: absolute;
    bottom: 0;
    background: #FFFFFF;
    width: 100%;
    padding: 20px 15px 5px;
    border-radius: 0 0 10px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
    -moz-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
    -ms-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
    -o-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
    transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
}
.post-module .post-content .category img{
    position: absolute;
    top: -50px;
    left: calc(50% - 35px);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #e74c3c;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}
.post-module .post-content .title {
    margin: 0;
    padding: 10px 0 10px;
    color: #333333;
    font-size: 26px;
    font-weight: 700;
    text-align: center;
}
.post-module .post-content .sub_title {
    margin: 0;
    padding: 0 0 20px;
    color: #e74c3c;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
}
.post-module .post-content .description {
    display: none;
    color: #666666;
    font-size: 14px;
    line-height: 1.8em;
}
.post-module .post-content .post-meta {
    margin: 30px 0 0;
    color: #999999;
    font-size: 12px;
}
.post-module .post-content .post-meta .timestamp {
    margin: 0 16px 0 0;
}
.post-module .post-content .post-meta a {
    color: #999999;
    text-decoration: none;
}
.hover .post-content .description {
    display: block !important;
    height: auto !important;
    opacity: 1 !important;
}

/**
CV Cards
 */
.cv-module {
    position: relative;
    z-index: 1;
    display: block;
    background: transparent;
    min-width: 270px;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    border-radius: 10px;
    padding: 10px;
}
.cv-module:hover,
.hover {
    -webkit-box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.2);
    transform: translate(0, -5px);
}

.cv-module .thumbnail {
    background: transparent;
    height: 175px;
    overflow: hidden;
    border-radius: 10px;
}
.cv-module .thumbnail .tab {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
    background: #e74c3c;
    border-radius: 3px;
    padding: 0 10px;
    color: #FFFFFF;
    font-weight: 700;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.cv-module .thumbnail .tab .job {
    font-size: 12px;
    text-transform: uppercase;
}

.cv-module .post-content {
    position: relative;
    bottom: 0;
    width: 100%;
    border-radius: 0 0 10px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
    -moz-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
    -ms-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
    -o-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
    transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
}
.cv-module .post-content .category img{
    position: absolute;
    top: -50px;
    left: calc(50% - 35px);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #e74c3c;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}
.cv-module .post-content .title {
    margin: 0;
    padding: 10px 0 10px;
    color: #333333;
    font-size: 26px;
    font-weight: 700;
    text-align: center;
}
.cv-module .post-content .sub_title {
    margin: 0;
    color: #e74c3c;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
}
.cv-module .post-content .description {
    display: none;
    color: #666666;
    font-size: 14px;
    line-height: 1.8em;
}
.cv-module .post-content .post-meta {
    color: #999999;
    font-size: 12px;
}

.cv-module .post-content .post-meta span{
    margin-right: 10px;
}

.cv-module .post-content .post-meta .certification.checked{
    color: #8bc34a;
}

.cv-module .post-content .post-meta a {
    color: #999999;
    text-decoration: none;
}

.cv-module .thumbnail img {
    display: block;
    width: 100%;
}

/**
Mise en forme des résultats
 */

#results-section .main-card .flex-row {
    display: flex;
    padding: 15px 23px;
    border-radius: 15px;
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -ms-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
    margin-bottom: 20px;
}

#results-section .main-card .flex-row:hover {
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
}

#results-section .main-card .flex-row .row-header {
    margin-top: 0;
    padding-left: 0;
    justify-content: flex-start;
    align-items: baseline;
}

#results-section .main-card .flex-row .row-header i{
    margin: 0 5px 0 15px;
    color: #999;
}

#results-section .main-card .flex-row > div:first-child {
    width: 30%;
    margin-right: 25px;
    padding-top: 8px;
}

#results-section .main-card .flex-row h3 {
    margin-top: 0;
}

#results-section .main-card .flex-row .row-header {
    display: flex;
    margin-top: 0;
    padding-left: 0;
    justify-content: flex-start;
    align-items: baseline;
}
/**
ACTU CARDS
 */

#news-section .thumbnail .tab {
    background: transparent;
    color: #e83f30;
}

#news-section .post-content .title {
    font-size: 18px;
    text-align: left;
}

/**
BLOC PEOPLE
 */

#people-bloc .container {
    max-width: 800px;
}

#people-bloc .img-card {
    text-align: center;
}

#people-bloc .img-card img{
    max-width: 400px;
}

#people-bloc .img-card .certification.checked {
    color: #ffffff;
    position: absolute;
    margin: 10px;
    padding: 0 5px;
    background: #8BC34A;
    border-radius: 5px;
    font-size: 12px;
}