/* MAIN STYLE OF THE PAGE */


/*---------------------------
I. HEADER
II. SLIDER
III. CONTAINER
IV. CALL TO ACTION
V. FOOTER
----------------------------*/

@font-face {
    font-family: 'Helvetica Neue LT Std';
    font-style: normal;
    font-weight: normal;
    src: local('Helvetica Neue LT Std'), url('https://www.troops.fr/site/css/helveticaneueltstd lt.woff') format('woff');
}


/*================== HEADER ================*/

html {
    font-family: 'Helvetica Neue LT Std';
}

.background-black {
    background-color: black;
}

.white {
    color: white;
}

.navbar {
    background-color: black;
}

.nav_item {
    display: inline-block;
    width: auto;
    padding: 20px;
}

.navigation_item {
    color: white;
}

.space-20 {
    letter-spacing: 10px;
}

.thumbnail p{
    margin-left: 30px;
    text-align: left;
    padding-bottom: 5px;
}


.image_fixe {
    margin-top: 0px;
}

.fullscreen {
    padding: 0px;
    width: 100%;
}

.last_missions {
    background-color: black;
}

h1 {
    margin: 50px;
    text-align: center;
    letter-spacing: 8px;
    text-transform: uppercase;
    color: gray;
    font-size: 18px;
}

.textTitre{
    margin: 50px;
    text-align: center;
    letter-spacing: 8px;
    text-transform: uppercase;
    color: gray;
    font-size: 18px;
}

.search_section {
    display: block;
    margin: 0 auto 0;
    width: 80%;
    height: 100%;
    background-color: black;
    border-radius: 30px;
}

.h-80 {
    height: 80px;
}

.search_item {
    width: auto;
    display: inline-block;
    margin-left: 10px;
    padding: 20px;
}

.p-25 {
    padding: 25px;
}

.center {
    display: block;
    margin: 0 auto 0;
}

.bg-black {
    background-color: black;
}

.bg-gray {
    background-clip: gray;
}

.job-description {
    position: relative;
    margin-top: -100px;
    width: 70%;
    float: center;
    margin-left: -20px;
    text-align: right;
}

.mission {
    z-index: 1;
    width: 100%;
}

.client-module {
    display: block;
    margin: 0 auto 80px;
    width: 90%;
    height: 100%;
    padding: 10px;
    background-color: white;
    border: 1px solid black;
}

.call-action {
    padding: 40px;
}

.btn-classic {
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid white;
    -webkit-border-radius: 20;
    -moz-border-radius: 20;
    border-radius: 20px;
    font-family: Helvetica;
    letter-spacing: 10px;
    color: #ffffff;
    font-size: 12px;
    padding: 10px 50px 10px 50px;
    text-decoration: none;
    transition: ease-in-out 400ms;
}

.btn-classic-2{
    background-color: rgba(0, 0, 0, 0);
    border: 1.5px solid black;
    -webkit-border-radius: 20;
    -moz-border-radius: 20;
    border-radius: 20px;
    font-family: Helvetica;
    letter-spacing: 10px;
    color: #000000;
    font-size: 12px;
    padding: 10px 50px 10px 50px;
    text-decoration: none;
    transition: ease-in-out 400ms;
}

.btn-classic-3{
    background-color: rgba(0, 0, 0, 0);
    border: 1.5px solid black;
    -webkit-border-radius: 20;
    -moz-border-radius: 20;
    border-radius: 20px;
    font-family: Helvetica;
    letter-spacing: 0px;
    color: #000000;
    font-size: 12px;
    padding: 10px 40px 10px 40px;
    text-decoration: none;
    transition: ease-in-out 400ms;
}
.btn-classic-3-2{
    background-color: rgba(0, 0, 0, 0);
    border: 1.5px solid black;
    -webkit-border-radius: 20;
    -moz-border-radius: 20;
    border-radius: 20px;
    font-family: Helvetica;
    letter-spacing: 20px;
    color: #000000;
    font-size: 12px;
    margin: 0px;
    padding: 10px 40px 10px 40px;
    text-decoration: none;
    transition: ease-in-out 400ms;
}

.inscription{
    margin-left: 0px;
    padding: 0px;
    text-align: left;
}


.btn-classic:hover {
    background-color: rgb(172, 172, 172);
    color: black;
}
.btn-classic-2:hover {
    background-color: rgb(172, 172, 172);
    color: black;
}
.btn-classic-3-2:hover {
    background-color: rgb(172, 172, 172);
    color: black;
}

.copyright{
    width: 100%;
    background-color: black;
    margin-top: 50px;
}

.img-right-c1{
    min-height: 320px;
    background-image: url(../img/candidats-1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.img-right-c2{
    min-height: 320px;
    background-image: url(../img/candidats-2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.img-right-c3{
    min-height: 320px;
    background-image: url(../img/candidats-3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0px;

}

.img-right-r1{
    min-height: 320px;
    background-image: url(../img/recruteurs-1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.img-right-r2{
    min-height: 320px;
    background-image: url(../img/recruteurs-2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.img-right-r3{
    min-height: 320px;
    background-image: url(../img/recruteurs-3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0px;

}

.img-right img{
    width: auto;

}

.cand_desc{
    width: auto;
    padding: 10px;
    display: block;
    margin: 50px auto 0 auto;
    letter-spacing: 1px;
}
.flex-line .cand_desc{
    margin-bottom: 50px;
}
.team-image{
    height: 700px;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.right{
    height: 700px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
}

.left{
    height: 700px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
}

.right-desc{
    margin-top: auto;
    position: relative;
    top: 50%;
}

.left-desc{
    margin-left: 250px;
    margin-top: auto;
    position: relative;
    top: 50%;
}

.ilan{
    background-image: url(../img/ilan.jpg);
}

.emilie{
    background-image: url(../img/emilie.jpg)
}

.mila{
    background-image: url(../img/mila.jpg)
}
.pierre{
    background-image: url(../img/pierre.jpg)
}


.benoit{
    background-image: url(../img/benoit.jpg)
}

.jason{
    background-image: url(../img/jason.jpg)
}

.lionel{
    background-image: url(../img/lionel.jpg)
}

.fred{
    background-image: url(../img/frederic.jpg)
}

.lan{
    background-image: url(../img/lan.jpg)
}


.emilie-l{
    background-image: url(../img/emilie-l.jpg)
}


.img-left{
    background-image: url(../img/img5.jpg);
    background-size: cover;
    background-position: 0px 0px;

}

ul li{
    background-color: black;
    color:white;
    width:250px;
    list-style-type: none;
    padding-left:20px;
    padding-right:20px;
}

.navbar-header{
    min-height: 90px;
}
.navbar-brand{
    margin-top: 5px;
}
.navbar-toggle{
    margin-top: 28px;
    margin-bottom: 28px;
}
.confiance-wrapper .client-module{
    margin-bottom: 0;
    min-height: 280px;
}
.confiance-wrapper img{
    max-width: 100%;
    padding: 30px;
}
.confiance-wrapper img.black{
    background: #000;
}
.black-bg{
    background-color: #000;
}
.color-bg{
    background-color: #e2ddd9;
}
.staff-title{
    margin-bottom: 0;
}
.label-danger li{
    background: transparent;
    width: auto;
}

@media (min-width: 1500px){
    .img-right-r1{
        background-position: 0 -100px;
    }
}

@media (max-width: 1599px){
    .thumbnail-wrapper .thumbnail{
        width: 70%;
    }
}

@media (max-width: 1450px){
    .mobile-nav{
        width: auto;
    }
    .nav_item{
        padding: 20px 10px;
    }
}

@media (max-width: 1399px){
    .thumbnail-wrapper .thumbnail{
        width: 80%;
    }
}

@media (max-width: 1199px){
    .navbar-nav > li > a{
        padding-left: 0;
        padding-right: 0;
    }
    .thumbnail-wrapper .thumbnail{
        width: auto;
    }
    .staff-item .left-desc{
        margin-left: 50px;
    }
}

@media (min-width: 992px) and (max-width: 1199px){
    .staff-item .right{
        background-position: 30% 0;
    }
    .staff-item .left {
        background-position: 70% 0;
    }
    .staff-item .left.emilie-l{
        background-position: 50% 0;
    }
}

@media (min-width: 992px){
    .confiance-wrapper .client-module .padding-image{
        padding: 30px;
    }
}

@media (max-width: 991px){
    .nav_item{
        padding: 20px 0px;
    }
    .navbar-nav > li{
        padding-right: 5px;
        padding-left: 5px;
    }
    .navbar-brand{
        max-width: 240px;
    }
}

@media (min-width: 768px) and (max-width: 991px){
    .staff-item .right{
        background-position: 25% 0;
    }
    .staff-item .left {
        background-position: 70% 0;
    }
}

@media (min-width: 768px){
    .confiance-wrapper .row, .flex-line{
        display: flex;
    }
    .confiance-wrapper .line-2{
        margin-top: 40px;
        margin-bottom: 60px;
    }
    .mobile-call-action-home .btn-classic{
        width: 390px;
    }
}

@media (max-width: 767px){
    .container-fluid .block-form .form-section{
        border-radius: 0;
    }
    .confiance-wrapper .client-module{
        margin-bottom: 40px;
    }
    .mobile-call-action-home{
        padding: 0 0 40px 0;
    }
    .mobile-call-action-home .btn-classic{
        padding-left: 20px;
        padding-right: 20px;
        letter-spacing: 5px;
        width: 250px;
    }
    footer img{
        max-width: 100%;
    }
    .staff-item .left-desc,
    .staff-item .right-desc{
        margin-left: 0px;
        top: 80%;
        
    }
    .staff-item .emilie-l{
        background-position: 71% 0;
        color: #e3e5e0;
        text-shadow: 0px 0px 3px rgba(0,0,0,0.9);
    }
    .staff-item .lan{
        background-position: 23% 0;
    }
    .staff-item .emilie{
        background-position: 80% 0;
    }
    .staff-item .jason{
        background-position: 24% 0;
        color: #e3e5e0;
        text-shadow: 0px 0px 3px rgba(0,0,0,0.9);
    }
    .staff-item .lionel, .staff-item .mila, .staff-item .benoit{
        background-position: 77% 0;
        color: #e3e5e0;
        text-shadow: 0px 0px 3px rgba(0,0,0,0.9);
    }
    .staff-item .pierre{
        background-position: 18% 0;
        color: #e3e5e0;
        text-shadow: 0px 0px 3px rgba(0,0,0,0.9);
    }
}

@media (max-width: 399px){
    .navbar-brand{
        width: 80%;
    }
}