body {
    font-family: 'Barlow', sans-serif;

}
#i2n{
    margin-top: 30px;
}
#i2n a{
    display: inline;
}
.body-homepage{
    /*background: #fff url('../img/background-lines.png') no-repeat bottom 180px left 0;*/
}

.btn {
    border-radius: 0;
    border: 0;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    font-weight: 700;
    font-size: 1.5rem;
}

.red {
    color: #d5001c;
}


.mm-menu_opened {
    transition: all 0.5s ease;
    margin-right: 0;
}

.intro {
    font-size: 22px;
    text-align: center;
    margin-bottom: 40px;
}

#mapContact {
    margin-top: -40px;
    height: 400px;
    margin-bottom: 30px;
}
.btn .fa, h2 .fa, h3 .fa {
    margin-right: 5px;
}

.btn-primary {
    background: linear-gradient(to right, #1d5b84, #1b7cc0);
}

.btn-primary:hover {
    background: linear-gradient(to right, #1b7cc0, #1d5b84);
}

.btn-warning {
    color: #fff;
    background: linear-gradient(to right, #919191, #b7b7b7);
}

.btn-warning:hover {
    color: #fff;
    background: linear-gradient(to right, #b7b7b7, #919191);
}

.btn-info {
    background: #fff;
    color: #034471;
}

.btn-info:hover {
    color: #fff;
    background: #034471;
}

.btn-default {
    color: #d5001c;
}

.btn-default:hover {
    background: #d5001c;
    color: #ffffff;
}

.btn-danger {
    background: linear-gradient(to right, #d5011d, #f90b05);
}

.btn-danger:hover {
    background: linear-gradient(to right, #f90b05, #d5011d);
}

.form-control {
    border-radius: 0;
    border: 2px solid #d9d9d9;
}

/** HEADER **/
.logo-image {
    position: absolute;
    z-index: 1000;
}

.header-text {
    margin: 10px 0 25px 250px;
    padding: 20px 0 10px 5px;
    color: #6c6b70;
    background: url('../img/header-line.png') no-repeat bottom left;
}

.header-text-top {
    font-weight: 700;
    font-size: 1.7rem;
}

.header-text-bottom {
    font-weight: 300;
    font-size: 1.5rem;
}

.header-btn {
    float: right;
    margin-top: 10px;
    text-align: right;
}

.header-btn-social {
    margin-right: 5px;
}

.btn-facebook, .btn-linkedin {
    font-size: 25px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

.btn-facebook:hover, .btn-linkedin:hover {
    color: #6c6b70;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.btn-facebook {
    color: #465993;
}

.btn-linkedin {
    color: #0078b7;
}

/** MENU **/
.header .menu {
    margin-left: 250px;
    min-height: 38px;
}

.header .navbar-nav ul {
    padding-left: 0;
}

.header .menu > .navbar-nav {
    min-height: 38px;
    margin: 0;
    border-radius: 0;
}

.header .menu > .navbar-nav > li > a {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.7rem;
    padding: 8px 5px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    display: inline-block;
    color: #231f20;
}
.header .menu > .navbar-nav > li.selected > a
{
    color: #d5001c;
}

.header .navbar-nav > li.selected > a:hover, .header .navbar-nav > li.selected > a:active, .header .navbar-nav > li.selected > a:focus,
.header .navbar-nav > li > a:hover, .header .navbar-nav > li > a:active, .header .navbar-nav > li > a:focus {
    background: #d5001c;
    color: #fff;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

.header .menu > .navbar-nav > li:not(:last-child):after {
    content: " ■ ";
    display: inline-block;
    color: #cdcdcd;
    padding: 0 5px;
}

.header .navbar-nav > li > ul {
    display: none;
    position: relative;
}

.header .navbar-nav > li > ul {
    display: none;
}

.header .navbar-nav > li > ul {
    position: absolute;
    top: 36px;
    background-color: #fff;
    left: -1px;
}

/* 2eme Niveau */
.header .navbar-nav > li:hover > ul {
    display: block;
    padding-left: 0;
    max-width: 1170px;
    left: 0;
    border-top: none;
    min-width: 200px;
    z-index: 10000;
}

.header .navbar-nav > li > ul > li {
    /* background-color: #f1efef; */
    display: block;
    vertical-align: top;
    float: none;
}

.header .navbar-nav > li > ul > li:not(:last-child) a {
    border-bottom: 1px solid #eeeeee;
}
.header .navbar-nav > li > ul > li a {
    color: #000;
    font-size: 1.5rem;
    text-align: left;
    padding: 8px 10px;
}

/** FOOTER **/
.footer {
    background: #5c5c5c;
    color: #fff;
    padding: 20px 0 20px;
}

.footer a {
    color: #fff;
    display: block;
}

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

.footer .sectionMenu > a {
    margin-bottom: 3px;
    text-transform: uppercase;
}

.footer-col > ul > li > a {
    margin-bottom: 15px;
    text-transform: uppercase;
}

.footer-name {
    font-weight: 600;
    margin-bottom: 10px;
}

.footer-telephone {
    font-weight: 600;
    margin-top: 10px;
}

/** HOME - Carrousel **/
.carousel {
    max-height: 550px;
    margin-bottom: 25px;
    margin-top: 10px;
}

.carousel-inner {
    max-height: 550px;
}

.carousel-overlay-text {
    background: rgba(0,0,0,0.4);
    position: absolute;
    font-size: 35px;
    font-weight: 600;
    color: whitesmoke;
    top: 45%;
    left: 50%;
    max-width: 65%;
    transform: translate(-50%, -45%);
}

.carousel-overlay-text p {
    padding: 10px 15px;
}

.carousel-overlay-text .marker
{
    color:#ff0000;
}
.carousel-overlay-text strong
{
    color:#ff0000;
}

.carousel-control.left , .carousel-control.right {
    background-image: none;
    display:flex;
    justify-content:center;
    align-items:center;
}

.carousel-overlay-info {
    background-color: white;
    width: 65%;
    height: 100px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.carousel-overlay-info p:first-child:before {
    content: "■ ";
    color: #d5001c;
}

.carousel-overlay-info p {
    font-size: 23px;
    text-align: left;
    padding-left: 40px;
}

.carousel-overlay-info p:first-child {
    padding: 15px 20px 0 20px;
    margin-bottom: 0;
}

.carousel-overlay-info p span {
    color: #d5001c;
}

/** HOME - Content **/
.home-content h2 {
    color: #fff;
    font-weight: 400;
}

.home-content h3 {
    color: #fff;
    font-weight: 600;
    font-size: 1.7rem;
}

.home-content h2:before {
    content: "■";
    float: left;
    margin-top: 2px;
    color: #fff;
    padding-right: 10px;
    font-size: 2.5rem;
}

.home-content {
    position: relative;
    /*min-height: 780px;*/
}

/* NEW CONTENT */

.candidate-block {
    min-height: 300px;
    margin-bottom: 50px;
    position: relative;
}
.employer-block {
    position: relative;
    min-height: 300px;
    margin-bottom: 50px;
}

.candidate-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 98%;
    height: 100%;
    background: #FF0000 url('/assets/img/home-candidat.png') no-repeat;
    background-size: cover;
    z-index: 0;
}
.candidate-content {
    position: relative;
    z-index: 100000;
    padding-left: 10px;
    color: #ffffff;
}
.btn-candidate{
    color: #FF0000;
    position: absolute;
    position: absolute;
    top: 216px;
}
.btn-candidate:hover{
background-color:#FF0000;
}
.employer-background {
    position: absolute;
    top: 0;
    left: 2%;
    width: 98%;
    height: 100%;
    background: url('/assets/img/home-employer.png') no-repeat;
    background-size: cover;
    z-index: 0;
}
.employer-content {
    position: relative;
    z-index: 100000;
    margin-left: 15px;
    padding-left: 10px;
}

.candidates-counter {
    position: absolute;
    bottom: 20px;
    right: 35px;
    color: #fff;
    font-size: 2.1rem;
}
.candidate-block .search {
    margin-bottom: 20px;
}

.home-candidate-form select {
    background-color: transparent;
    color: white;
}
.home-candidate-form select option {
    color: black;
}

.home-candidate-form .form-submit {
    margin-top: 30px;
}

.home-candidate-form .form-submit .submit-candidate-form {
    color: #f80b02;
    background-color: white;
}
.home-candidate-form .form-submit .submit-candidate-form:hover {
    color: white;
    background-color: #f80b02;
}

.employer-block .home-employer-text {
    color: #fff;
    font-size: 1.6rem;
}
.employer-block .home-employer-text .btn-info{
    margin-top: 25px;
    margin-bottom: 10px;
}

h3.home-last-offers {
    color: #5c5c5c;
    background: url(../img/icon-offers.png) no-repeat left 0 center;
    padding-left: 40px;
    font-weight: 400;
    font-size: 2.2em;
}

.last-offers-list .offer-background{
    background-color: #fff;
    position: relative;
    height: 200px;
    overflow: hidden;
}

.last-offers-list .offer-background .offer-img-background{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 75px;
    background-image: url(/assets/img/last-offer-back.png);
}

.last-offers-list {
    margin-top: 35px;
}

.last-offers-list .offer-title {
    color: #f80b02;
    font-weight: 500;
}

.last-offers-list  hr {
    border: 1px solid #bbbbbb;
}

.last-offers-list  .last-offer {
    border-right: 1px solid #bbbbbb;
}
.last-offers-list  .last-offer.last {
    border-right: none;
}

.last-offers-list .last-offer:not(:first-child) {
    padding-left:30px;
}

.last-offers-list .last-offer .offer-link {
    text-align: center;
}

.last-offers-list .last-offer .offer-link a{
    color: #f80b02;
    font-weight: 700;
}

.last-offers-row  .btn-all-offers{
    margin: 50px 0;
}

.last-offers-row  .btn-all-offers a {
    padding: 10px 15px;
    font-size: 18px;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:  flex;
}


.counter-partners {
    color: #747474;
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 15px;
    margin-right: 50px;
    text-align: right;
}
.counter-partners span {
    color: #d5001c;
    font-size: 2.6rem;
    font-weight: 500;
}

/* END NEW CONTENT*/

.home-counter-partners {
    position: absolute;
    right: 220px;
    top: 5px;
    color: #747474;
    font-size: 2rem;
    font-weight: 600;
}

.home-counter-partners span {
    display: block;
    color: #d5001c;
    font-weight: normal;
}

.home-candidates {
    position: absolute;
    background: url('../img/home-candidats.jpg') no-repeat;
    width: 685px;
    height: 586px;
    left: 100px;
}

.home-candidates h2 {
    position: absolute;
    left: 140px;
}

.home-candidates h3.search {
    color: #454545;
    font-size: 1.9rem;
}

.home-candidates h3.offers {
    color: #d5001c;
    font-size: 1.9rem;
    margin-top: 30px;
    background: url('../img/icon-offers.png') no-repeat left -1px center;
    padding-left: 26px;
}

.home-candidates-box {
    position: absolute;
    width: 425px;
    height: 460px;
    background: #fff;
    left: 140px;
    top: 70px;
    padding: 0 20px;
}

.home-candidates-counter {
    position: absolute;
    top: 25px;
    right: 30px;
    color: #fff;
    font-size: 2.1rem;
}
.home-candidates #select-sector {
    width: 230px;
}
.home-candidates .form-inline {
    margin: 20px 0;
}

.home-candidates .form-submit {
    margin-top: 15px;
}

.home-candidates ul {
    margin: 20px 0;
    padding: 0;
    list-style-type: none;
}

.home-candidates li {
    padding: 10px 0;
    border-top: 2px solid #cfcfcf;
}

.home-candidates li:last-child {
    border-bottom: 2px solid #cfcfcf;
}

.home-candidates li a:before {
    content: "+";
    color: #d5001c;
    font-size: 2.5rem;
    font-weight: 800;
    float: left;
    margin-right: 8px;
    line-height: 0.7;
}

.home-candidates li a {
    font-weight: 600;
    color: #262626;
}
.home-candidates li a:hover {
    text-decoration: none;
    color: #d5001c;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.home-company {
    position: absolute;
    right: 50px;
    top: 80px;
    /*background: url('../img/home-entreprises.png') no-repeat;*/
    background: url('../img/home-company-2.png') no-repeat;
    width: 456px;
    height: 500px;
    /*background-color: blue;*/
}

.home-company h2 {
    position: absolute;
    left: 50px;
}

.home-company-text {
    position: absolute;
    left: 50px;
    top: 50px;
    color: #fff;
    font-size: 1.6rem;
}

.home-company .btn {
    margin-top: 20px;
}

.home-box-advise, .home-box-advise:hover, .home-box-advise:active, .home-box-advise:focus, .home-box-advise:visited, .home-box-contract, .home-box-contract:hover, .home-box-contract:active, .home-box-contract:focus, .home-box-contract:visited {
    position: absolute;
    top: 550px;
    display: block;
    height: 188px;
    color: #fff;
    line-height: 1.9rem;
    font-size: 1.7rem;
    font-weight: 600;
    padding: 15px 40px 0 80px;
    text-decoration: none;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.home-box-advise, .home-box-advise:hover, .home-box-advise:active, .home-box-advise:focus, .home-box-advise:visited {
    left: 230px;
    background: url('../img/home-box-conseils.png');
    width: 349px;
}

.home-box-contract, .home-box-contract:hover, .home-box-contract:active, .home-box-contract:focus, .home-box-contract:visited {
    right: 240px;
    background: url('../img/home-box-contrats.png');
    width: 351px;
    height: 188px;
    padding: 15px 120px 0 60px;
}

.home-box-advise:hover, .home-box-contract:hover {
    color: #cfcfcf;
}

.home-social {
    position: relative;
    text-align: center;
    font-size: 2.1rem;
    margin-bottom: 70px;
}

.home-social .btn-facebook, .home-social .btn-linkedin {
    font-size: 3.5rem;
}

.home-counter-offers {
    text-align: center;
    font-size: 1.9rem;
    margin-bottom: 30px;
}

.home-counter-offers span {
    color: #d5001c;
}

/*    PARTENAIRES       */
.partner-item {
    width: 150px;
    height: 150px;
    display: flex;
    align-content: center;
    align-items: center;
    margin: 0 auto;
}

/*  CONTENT  */
.content-wrapper {
    font-size: 16px;
    margin-bottom: 40px;
}


.content-wrapper img{
    margin: 0 auto;
}

@media (max-width: 1199px) {
    .home-candidates {
        left:0;
    }
    .header .menu
    {
        margin-left: 230px;
    }
    .header-text
    {
        margin: 10px 0 25px 230px
    }
    .home-counter-partners{
        right: 120px;
    }
    .home-company
    {
        right: -50px;
    }
    .home-box-advise, .home-box-advise:hover, .home-box-advise:active, .home-box-advise:focus, .home-box-advise:visited
    {
        left: 130px;
    }
    .home-box-contract, .home-box-contract:hover, .home-box-contract:active, .home-box-contract:focus, .home-box-contract:visited
    {
        right: 140px;
    }
    .home-counter-offers
    {
        right: 70px;
    }
    .home-social
    {
        right: 0;
    }
    .carousel-overlay-text p{
        font-size: 26px;
    }
    .carousel-overlay-info p {
        font-size: 20px;
    }
}
@media (max-width: 991px) {
    .header .container
    {
        position: relative;
    }
    .logo-image img
    {
        width: 180px;
        height: 143px;
    }
    .header-text
    {
        margin: 0 0 5px 180px;
    }
    .header-btn
    {
        margin-top: 6px;
    }
    .header .menu
    {
        margin-left: 180px;
    }
    .header .menu > .navbar-nav > li:last-child, .header .menu > .navbar-nav > li:nth-last-of-type(2):after
    {
        display: none;
    }
    .header .menu > .navbar-nav > li > a
    {
        padding: 8px 5px;
        font-size: 1.5rem;
    }
    .header .menu > .navbar-nav > li:not(:last-child):after
    {
        padding: 0 2px;
    }
    .header-btn-social
    {
        margin-right: 15px;
        display: block;
        position: absolute;
        right: 0;
        top: 45px;
    }
    .carousel {
        /*background: url('../img/monte-carlo-interim-home.jpg') center;*/
        max-height: 350px;
        margin-bottom: 20px;
    }
    .carousel-inner {
        max-height: 350px;
    }
    .home-counter-offers
    {
        top:auto;
        right: auto;
        position: relative;
        text-align: center;
        margin-top: 115px;
        margin-bottom: 40px;
    }
    .home-counter-offers span
    {
        display: inline;
    }

    .home-counter-partners{
        left: 50%;
        transform: translateX(-50%);
    }

    .home-counter-partners span {
        display: inline;
    }

    .home-candidates
    {
        margin-top: 65px;
        left: 17px;
    }
    .home-company
    {
        right: 0;
        top: 700px;
        background-position-x: -26px;
        /*width: 380px;*/
    }
    .home-box-advise, .home-box-advise:hover, .home-box-advise:active, .home-box-advise:focus, .home-box-advise:visited
    {
        left: 17px;
        background-position-x: -27px;
        background-position-y: -4px;
        width: 295px;
        height: 184px;
        top: 690px;
        padding: 15px 40px 0 60px;
    }
    .home-box-contract, .home-box-contract:hover, .home-box-contract:active, .home-box-contract:focus, .home-box-contract:visited
    {
        right: auto;
        left: 17px;
        top: 923px;
        width: 295px;
        padding: 15px 70px 0 60px;
    }
    .home-content {
        min-height: 1100px;
    }
    .home-btn-social
    {
        display: inline;
    }
    .home-social
    {
        right: auto;
        top: 882px;
        width: 295px;
        text-align: center;
        font-size: 1.9rem;
    }
    .home-social .btn-facebook, .home-social .btn-linkedin
    {
        margin-top: -5px;
        font-size: 3rem;
    }
    .footer
    {
        padding: 20px 0 10px;
    }
    .footer-col-3
    {
        margin-top: 10px;
    }
    body
    {
        background-position: bottom 120px left 0;
    }
    .carousel-overlay-info {
        height: 85px;
    }
    .carousel-overlay-text p{
        font-size: 18px;
    }
    .carousel-overlay-info p {
        font-size: 16px;
    }

    .last-offers-list .last-offer {
        margin-bottom: 20px;
    }

    .last-offers-list .last-offer:not(:last-child) {
        border-right: none;
    }

    .last-offers-list .last-offer:not(:first-child) {
        padding-left: 15px;
    }

    .home-candidate-form .form-group {
        margin-bottom: 5px;
    }

    .candidate-background {
        width: 100%;
    }
    .employer-background {
        width: 100%;
        left: 0;
    }

    .employer-content {
        margin-left: 0;
    }

    .row-eq-height {
        display: block;
    }

}

@media (max-width: 767px){

    .navbar
    {
        margin-bottom: 0;
    }

    .carousel {
        max-height: none;
        margin: 0;
    }

    .carousel img {
         height: auto !important;
    }


    .carousel-overlay-info {
        background-color: white;
        width: 100%;
        height: 100px;
        position: relative;
        bottom: 0;
        left: 0;
        transform: none;
        margin-bottom: 25px;
    }


    .home-candidates, .home-candidates-box{
        position: relative;
        width: 100%;
    }
    .home-candidates {
        position: relative;
        top: 0;
        right: 0;
        width: 90%;
        margin-top: 30px;
        left: 50%;
        transform: translateX(-50%);
    }

    .home-candidates-counter {
        position: relative;
        text-align: right;
        top: 50px;
    }
    .home-candidates-box {
        left: 15%;
        top: 50px;
        width: 80%;
        padding: 5px 20px;
        height: 420px;
        background: rgba(255, 255, 255, 0.8);
    }

    .btnAllOffer{
        float: right;
    }

    .home-box-advise {
        position: relative;
        margin-top: 30px;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    .home-box-contract {
        position: relative;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    .home-social{
        position: relative;
        top: 10px;
        left: 50%;
        transform: translateX(-50%);
    }

    .home-company {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        top: 40px;
        right: 0;
    }

    .home-counter-offers {
        margin-top: 50px;
    }

    .home-box-advise-xs, .home-box-contract-xs {
        position: relative;
        margin-top: 30px;
        display: block;
        height: 188px;
        color: #fff;
        line-height: 1.9rem;
        font-size: 1.7rem;
        font-weight: 600;
        padding: 15px 40px 0 80px;
        text-decoration: none;
        -webkit-transition: 0.3s ease;
        transition: 0.3s ease;
    }

    .home-box-advise-xs{
        left: 50%;
        transform: translateX(-50%);
        background: url('../img/home-box-conseils.png');
        width: 295px;
        background-position-x: -27px;
        background-position-y: -4px;
    }

    .home-box-contract-xs {
        width: 295px;
        padding: 15px 70px 0 60px;
        background: url('../img/home-box-contrats.png');
        left: 50%;
        transform: translateX(-50%);
    }

    .home-social {
        margin-top: 50px;
    }


    .body-homepage{
        background-image: none;
    }
    .footer-address {
        margin-bottom: 10px;
    }

    .last-offers-list .last-offer {
        margin-bottom: 20px;
        /*background-color: #eeeeee;*/
        padding: 15px;
    }

    .last-offers-list .last-offer:not(:last-child) {
        border-right: none;
    }

    .last-offers-list .last-offer:not(:first-child) {
        padding-left: 15px;
    }

    .last-offers-row .btn-all-offers {
        margin: 15px 0;
    }

    .last-offers-list hr {
        margin-left: 50px;
        margin-right: 50px;
    }

    .candidate-block {
        margin-bottom: 10px;
    }

}
/** CONTENU **/
h1
{
    display: block;
    background: #b60a28 url('../img/title-background.png') right center no-repeat;
    color: #fff;
    height: 66px;
    line-height: 66px;
    font-size: 2.9rem;
    margin-bottom: 40px;
}
h1 span
{
    display: block;
    width: 1170px;
    padding: 0 15px 0 268px;
    margin: 0 auto;
}

h1 span:before {
    content: " ■ ";
    float: left;
    font-size: 2.2rem;
    margin-top: -2px;
    display: block;
    color: #fff;
    padding-right: 10px;
}

/*  JOB OFFER */

.job-search
{
    background: #ededed;
    padding: 20px;
    margin-bottom: 20px;
}
.job-search h3
{
    font-size: 1.9rem;
    margin-top: 0;
    margin-bottom: 20px;
}
.job-offer-counter
{
    color: #817f80;
    font-size: 1.8rem;
    margin-bottom: 20px;
}
.job-offer-counter strong
{
    color: #f02b21;
}
.job-offer
{
    padding: 0 0 20px;
    border-bottom: 1px solid #bababa;
    margin-bottom: 20px;
}
.job-offer h2
{
    margin-top: 0;
}
.job-offer h2 a
{
    font-size: 1.9rem;
    font-weight: 600;
    color: #ee281f;
}
.job-offer .job-description
{
    margin: 5px 0;
}
.job-offer .job-type
{
    font-size: 1.5rem;
    font-weight: 400;
    color: #ee281f;
    padding: 15px 0;
}
.job-offer .job-type span:first-child:after
{
    content: " ■ ";
    padding: 0 10px;
}
.job-offer .job-type .fa
{
    margin-right: 3px;
}

.job-register-form {
    width: 500px;
    background-color: #eee;
    display: none;
}

.job-register-form-toggled {

    height: auto;
}

.job-register-form form{
   padding: 20px;
}

.job-register-form form div{
    margin: 10px 0;
}

.job-register-form form button{
   margin-top: 20px;
}

.control-label {
    margin-top: 15px;
}

.fileToUpload {
    padding-left: 0;
}
.job-register-candidat form div{
    margin: 10px 0;
}
/*  Boite d'informations au dessus du footer */
.bottom-box
{
    margin: 30px 0;
    text-align: center;
}
.bottom-box .home-box-advise, .bottom-box .home-box-advise:hover, .bottom-box .home-box-advise:active, .bottom-box .home-box-advise:focus, .bottom-box .home-box-advise:visited,
.bottom-box .home-box-contract, .bottom-box .home-box-contract:hover, .bottom-box .home-box-contract:active, .bottom-box .home-box-contract:focus, .bottom-box .home-box-contract:visited {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    display: inline-block;
}
.bottom-box .home-social
{
    position: relative;
    float: right;
    top:auto;
    right: auto;
    margin-top: 40px;
}
@media (max-width: 1199px) {
    h1 span
    {
        width: 970px;
    }
}
@media (max-width: 991px) {
    h1 span
    {
        width: 750px;
    }
}
@media (max-width: 767px) {
    h1 span
    {
        width: auto;
        padding: 0 15px;
    }

    .bottom-box .home-social {
        float: none;
    }
}