.relative { position: relative; }
.absolute { position: absolute; }

.orangeBg { background-color: #FEB44B; }
.blueJobs { background-color: #0681CE; }
.darkBlue { background-color: #2E4054; }

.blue { color: #0681CE !important; }

.padding { padding: 40px 0; }

.watchMovie {
    background: rgba(0, 0, 0, 0.2) url('../../images/watchMovie.png') no-repeat 50% 50%;
    height: 100%;
    width: 100%;
    background-size: 60px;
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -ms-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
}

.watchMovie:hover {
    background: rgba(0, 0, 0, 0.05) url('../../images/watchMovie.png') no-repeat 50% 50%;
    background-size: 70px;
}

.full { overflow: hidden; }

#jobs h1 {
    color: #FFF;
    font-weight: 200;
    font-size: 48px;
    line-height: 50px;
}

#jobs h1.black {
    color: #1F2D38;
}

#jobs h2 {
    font-size: 30px;
    line-height: 32px;
    color: #6E6E6E;
}

#jobs #indexSlider {
    height: 357px;
}

#jobs #indexSlider .slider-index,
#jobs #indexSlider .slider-index .slide {
    height: 357px;
}

#jobs div.banner.index {
    background-image: url('../../images/jobs/2015/banner-index.jpg');
}

#jobs div.banner {
    width: 100%;
    background-size: cover;
    background-position: 40% 0;
    background-color: transparent;
    background-repeat: no-repeat;
}

#jobs .top-menu {
    width: 100%;
    background-color: #FFF;
}

#jobs .top-menu ul {
    margin: 0;
    text-align: center;
}

#jobs .top-menu ul li {
    display: inline-block;
    margin: 5px;
    padding: 10px 5px;
    list-style-type: none;
}

#jobs .top-menu ul li a {
    display: block;
    font-size: 14px;
    color: #9A9A9A;
    text-decoration: none;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

#jobs .top-menu ul li.home a {
    background: transparent url('../../images/jobs/2015/ovhcareers-icn-accueil.png') no-repeat 0 0;
    padding-left: 25px;
}

#jobs .top-menu ul li a.selected,
#jobs .top-menu ul li a:hover {
    color: #0681CE;
}

#jobs .top-menu ul li.home a:hover,
#jobs .top-menu ul li.home a.selected {
    background-position: 0 100%;
}

#jobs .top-menu ul li span.menuDot {
    position: absolute;
    float: left;
    font-size: 30px;
    float: left;
    left: 50%;
    top: 17px;
    color: #0681CE;
}

#jobs form.index-search {}
#jobs form.index-search div {
}

#jobs .next-event {
    padding-right: 2%;
}

#jobs .next-event .title {
    color: #FFF;
    margin: 15px 0 0 0;
    font-weight: 400;
}

#jobs .next-event .desc span a,
#jobs .next-event .desc span b {
    color: #FFF !important;
    font-size: 14px;
}

#jobs .lastVideo {
    width: 100%;
    height: 250px;
    background-size: cover;
    display: block;
    border-radius: 4px;
}

#jobs .lastVideo a {
    width: 100%;
    height: 100%;
    display: block;
    text-decoration: none;
    background: rgba(0, 0, 0, 0.5) url('../../images/watchMovie.png') no-repeat 50% 50%;
    -webkit-transition: all 0.20s linear;
    -moz-transition: all 0.20s linear;
    -o-transition: all 0.20s linear;
    transition: all 0.20s linear;
    background-size: 35px;
}

#jobs .lastVideo a:hover {
    background-color: rgba(0, 0, 0, 0.4);
}

#jobs .lastVideo .snippet {
    bottom: 0;
    width: 100%;
    padding: 10px 15%;
    margin: 0 0 5px 0;
    color: #FFF;
    text-align: center;
}

#jobs .lastVideo .snippet span {
    font-size: 20px;
    line-height: 26px;
    font-weight: 200;
    text-shadow: 1px 1px 1px #000;
}

#jobs .alert {
    font-size: 14px;
    color: #8A6D3B;
    background-color: #FCF8E3;
    padding: 20px;
    border: 1px solid #FAEBCC;
    border-radius: 4px;
    display: block;
}

#jobs .our-jobs-text {
    width: 350px;
    padding: 50px 100px 50px 0;
}

#jobs .nbJobs {
    font-size: 240px;
    line-height: 240px;
    font-weight: 100;
}

#jobs .activities {
    font-size: 70px;
    line-height: 70px;
    padding-top: 70px;
    font-weight: 200;
}

#jobs .btn {
    color: #FFF !important;
    display: inline-block;
    font-weight: 600;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    padding: 0 15px;
    border: solid 1px #0681CE;
    background-color: #0681CE;
    -webkit-transition: all 0.10s linear;
    -moz-transition: all 0.10s linear;
    -o-transition: all 0.10s linear;
    transition: all 0.10s linear;
}

#jobs .btn.slider-index-btn {
    background-color: transparent;
}

#jobs button.btn {
    height: 32px;
    line-height: 26px;
}

#jobs .btn:hover,
#jobs .btn.selected {
    background-color: #2B292A;
    border: solid 1px #2B292A !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

#jobs .btn#spontaneous{
    border: solid 1px #04568a;
    background-color: #04568a ;
}
#jobs .btn#spontaneous:hover {
    background-color:#2B292A;
}

#jobs .quick-search {
    padding: 30px 0;
}

#jobs .quick-search a.application {
    height: 38px;
    line-height: 38px;
}

#jobs .banner .btn,
#jobs .quick-search .btn {
    border-color: #FFF;
}

#jobs .index-offers-sections div.nmSection3:nth-of-type(1) {
    width: 38%;
}
#jobs .index-offers-sections div.nmSection3:nth-of-type(2) {
    width: 34%;
}
#jobs .index-offers-sections div.nmSection3:nth-of-type(3) {
    width: 28%;
    padding: 0 0 0 30px;
}

#jobs ul.top10-offers {
    margin: 0;
}

#jobs ul.top10-offers li {
    list-style-image: none;
    list-style-type: none;
    padding-right: 15px;
    margin: 0;
}

#jobs ul.top10-offers li a {
    font-size: 13px;
    line-height: 26px;
    color: #464646;
    text-decoration: none;
    display: block;
    padding: 0 5px;
}

#jobs ul.top10-offers li a:hover {
    background-color: #E4E4E4;
}

#jobs a.right-now-offer {
    display: block;
    text-decoration: none;
}

#jobs a.right-now-offer .title,
#jobs a.right-now-offer p {
    color: #fff;
}

#jobs a.right-now-offer .title {
font-size: 18px;
display: block;
line-height: 23px;
font-weight: 400;
margin-bottom: 10px;
}

#jobs a.right-now-offer p {
    font-size: 13px;
}

#jobs #pagination {
    text-align: right;
}

#jobs #pagination .page-span {
    margin: 5px;
}

#jobs #pagination .page-span.selected {
    cursor: default;
}

#jobs #pagination .page-span:last-child {
    margin-right: 0;
}

#jobs .innovation-section {
    background: transparent url('../../images/jobs/2015/ovhcareers-bckg-innovation.png') repeat-x 50% 0;
    background-size: cover;
    padding: 150px 0;
}

#jobs .innovation-section2 {
    background: transparent url('../../images/jobs/2015/DSC_2828.jpg') no-repeat 50% 0;
    background-size: cover;
    padding: 160px 0;
}

#jobs .innovation-section2 .text-container {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 3px;
    padding: 20px;
    box-shadow: 5px 10px 15px 5px rgba(0, 0, 0, 0.1);
}

#jobs form#formular {
    margin: 0 auto;
    width: 80%;
}

#jobs form#formular div.fieldWrap label {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    display: block;
    margin-bottom: 4px;
}

#jobs form#formular div.fieldWrap {}

#jobs form#formular div.fieldWrap textarea,
#contacts form#formular div.fieldWrap select,
#jobs form#formular div.fieldWrap input[type="text"] {
    border: none;
    background-image: none;
    background-color: #FBFBFB;
    border: solid 1px #F2F2F2;
    padding: 8px 0;
    text-indent: 15px;
    height: auto;
    font-size: 14px;
    line-height: 20px;
    outline: 0;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
    font-weight: 400;
    margin: 0 6px 10px auto;
    color: #3C3C3C;
    width: 100%;
}

#jobs form#formular div.fieldWrap textarea:focus,
#jobs form#formular div.fieldWrap select:focus,
#jobs form#formular div.fieldWrap input:focus {
    background-color: #FEFEFE;
    border-color: #66BDF3;
    box-shadow: 0 0 5px #66BDF3;
}

#formular span.input_file_wrapper {
    width: 100%;
    background-image: none;
    background-color: #EBEBEB;
    border: solid 1px #BBB;
}

#formular span.input_file_wrapper input {
    width: 100% !important;
    height: 40px !important;
    cursor: pointer;
}

#jobs form#formular input[type="submit"] {
    font-size: 14px;
    height: 30px;
    line-height: initial;
    cursor: pointer;
}

/*
#jobs form#formular div.fieldWrap input#uploadCV,
#jobs form#formular div.fieldWrap input#uploadLetter,
#jobs form#formular div.fieldWrap input#uploadComplementDocs {
    width: 77.3%;
    float: left;
    margin-right: 0;
}
*/

form#formular .file-upload {
    width: 20%;
    position: relative;
    overflow: hidden;
    margin: 0 0 0 2%;
    color: white;
    background-color: #0681CE;
    float: left;
    padding: 0 15px;
    font-size: 14px;
    height: 40px;
    font-weight: 600;
    text-align: center;
    line-height: 40px;
    -webkit-transition: background-color 0.10s linear;
    -moz-transition: background-color 0.10s linear;
    -o-transition: background-color 0.10s linear;
    transition: background-color 0.10s linear;
}

form#formular .wrap-input-file {
    position: relative;
    float: left;
    width: 78%;
}

form#formular .wrap-input-file .erase-input-file {
    display: none;
    position: absolute;
    right: 0px;
    top: 0;
    font-size: 18px;
    line-height: 38px;
    text-align: center;
    color: #666;
    cursor: pointer;
    width: 20px;
    background-color: #FBFBFB;
}

form#formular .wrap-input-file .erase-input-file::before {
    content: '\2297';
}

form#formular .file-upload:hover {
    background-color: #2B292A;
}

form#formular .file-upload input[type="file"] {
    position: absolute;
    height: 100%;
    cursor: pointer;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    opacity: 0;
    filter: alpha(opacity=0);
}

form#formular .select {
    background-image: none;
    width: 100%;
    max-width: 100%;
    padding: 0 15px 0 8px;
    color: #939393;
    -moz-outline: none;
    outline: none;
    border: solid 1px #DDD;
    font-size: 14px;
}

form#formular .select * {
    font-size: 14px !important;
    background-color: #F7F7F7;
    text-transform: none;
}

form#formular .select optgroup {
    text-transform: uppercase;
    background-color: #FFF;
    font-style: normal;
}

form#formular #orgin-contener {
    max-height: 0;
    height: 88px;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

form#formular #orgin-contener.shown {
    max-height: 88px;
}

form#formular #otherSelected {
    display: none;
}

form#formular #otherSelected.shown {
}

#jobs .avantages div {
    position: relative;
    margin-bottom: 30px;
}

#jobs .avantages p.title {
    font-weight: 200;
    color: #0681CE;
    font-size: 16px;
    position: absolute;
    width: 100%;
}

#jobs .avantages p.title sup {
    color: #0681CE;
}

#jobs .avantages a { margin: 0 auto; }

a.treizeMois,
a.participation,
a.mutuelle,
a.prevoyance,
a.ticketresto,
a.kantine,
a.sport,
a.creche {
    display: block;
    width: 95px;
    height: 84px;
}

a.treizeMois { background: transparent url('../../images/jobs/2015/advantages/13mois.png') no-repeat 0 0; }
a.participation { background: transparent url('../../images/jobs/2015/advantages/participation.png') no-repeat 0 0; }
a.mutuelle { background: transparent url('../../images/jobs/2015/advantages/mutuelle.png') no-repeat 0 0; }
a.prevoyance { background: transparent url('../../images/jobs/2015/advantages/prevoyance.png') no-repeat 0 0; }
a.ticketresto { background: transparent url('../../images/jobs/2015/advantages/tickets.png') no-repeat 0 0; }
a.kantine { background: transparent url('../../images/jobs/2015/advantages/kantine.png') no-repeat 0 0; }
a.sport { background: transparent url('../../images/jobs/2015/ovhcareers-icn-avantages-sport.png') no-repeat 0 0; }
a.creche { background: transparent url('../../images/jobs/2015/advantages/creche.png') no-repeat 0 0; }

a.treizeMois:hover,
a.participation:hover,
a.mutuelle:hover,
a.prevoyance:hover,
a.ticketresto:hover,
a.kantine:hover,
a.sport:hover,
a.creche:hover {
    background-position: 0 100%;
}

#jobs .social {
    display: inline-block;
    width: 64px;
    height: 64px;
    background: transparent url('../../images/jobs/2015/ovhcareers-social.png') no-repeat 0 0;
    margin: 10px 7px 0 0;
}

#jobs .social.twitter { background-position: -196px 0; }
#jobs .social.facebook {background-position: -131px 0; }
#jobs .social.linkedin { background-position: -66px 0; }
#jobs .social.viadeo { background-position: 0 0; }
#jobs .social.rss {background-position: -326px 0; }
#jobs .social.youtube {background-position: -261px 0; }

#jobs .social.twitter:hover { background-position: -196px -65px; }
#jobs .social.facebook:hover { background-position: -131px -65px; }
#jobs .social.linkedin:hover { background-position: -66px -65px; }
#jobs .social.viadeo:hover { background-position: 0 -65px; }
#jobs .social.rss:hover { background-position: -326px -65px; }
#jobs .social.youtube:hover { background-position: -261px -65px; }

#jobs .discover-teams {
    background: transparent url('../../images/jobs/2015/ovhcareers-equipe.jpg') no-repeat 50% 100%;
    background-size: cover;
    padding: 60px 0;
}

#jobs .discover-teams h2 {
    font-size: 32px;
}

#jobs .breadcrumbs {
    height: 75px;
    display: flex;
}

#jobs .breadcrumbs span {
    color: #757575;
    font-size: 14px;
    line-height: 22px;
}

/*#jobs .breadcrumbs a {
    font-style: italic;
    text-decoration: none;
    color: #717171;
    margin-right: 10px;
}*/

#jobs .breadcrumbs a:hover {
    color: #0681CE;
    text-decoration: underline;
}

#jobs .breadcrumbs .back {
    height: 100%;
    width: 50px;
    line-height: 50px;
    text-align: center;
    background: #0681CE;
    font-weight: 100;
    text-decoration: none;
    -webkit-transition: background-color 0.10s linear;
    -moz-transition: background-color 0.10s linear;
    -o-transition: background-color 0.10s linear;
    transition: background-color 0.10s linear;
    display: flex;
    margin-right: 10px;
}

#jobs .breadcrumbs .back span {
    color: #FFF;
    margin: auto;
    font-size: 30px;
}

#jobs .breadcrumbs .back:hover {
    background: #2B292A;
    color: #FFF;
    text-decoration: none;
}

#jobs .jobsHeader {
    padding: 30px 10px 30px 100px;
}

#jobs .jobsHeader h1 {
    font-weight: 200;
    font-size: 30px;
    line-height: 32px;
    color: #FFF;
}

#jobs .jobsHeader span {
    font-size: 14px;
    line-height: 20px;
    color: #FFF;
}

#jobs .jobsHeader span.label {
    font-weight: 600;
}

#jobs .jobsContent h2,
#jobs .jobsContent.subz h5 {
    color: #0681CE;
    font-weight: 200;
    font-size: 24px;
    line-height: 32px;
}

#jobs .jobsContent strong,
#jobs .jobsContent strong * {
    font-weight: 600 !important;
}

#jobs .jobsContent p strong {
    font-size: 14px;
}

#jobs .jobsContent ul {
    margin-left: 0;
}

#jobs .jobsContent ul li {
    list-style-image: none;
    list-style-type: circle;
}

#jobs .jobsContent.subz ul {
    margin: 5px 0 0 30px;
}

#jobs .jobsContent.subz ul li {
    list-style-type: square;
    font-size: 14px;
    line-height: 22px;
    margin: 0;
    list-style-image: none;
}

#jobs .jobsContent.subz p {
    font-size: 14px;
    margin: 10px 0;
    line-height: 20px;
}

#jobs .filters form {
    display: inline-block;
    margin: 0 10px 0 0;
}

#jobs .filters form label {
    display: block;
    color: #0681CE;
    font-size: 18px;
    line-height: 30px;
}

#jobs .quick-search form select,
#jobs .filters form select {
    background-color: white;
    padding: 10px 0px 10px 3px;
    font-size: 14px;
    outline: none;
    border: solid 1px #DDD;
    cursor: pointer;
    height: 40px;
    border-radius: 2px;
}

#jobs .quick-search form select {
    width: 100%;
}

#jobs .quick-search form select#pays {
}

#jobs .quick-search form select#pays:hover {
}

#jobs .quick-search form select#pays * {
    background-color: #FFF;
}

#jobs .quick-search form select[disabled],
#jobs .filters form select[disabled] {
    opacity: 0.2;
    cursor: inherit;
}

#jobs table.table-offers-list {
    margin-top: 10px;
}

span.top10,
#jobs table.table-offers-list tr td span.top10 {
    font-size: 12px;
    font-weight: 800;
    color: #0781CE;
    margin-left: 8px;
}

#jobs table.table-offers-list tr td,
#jobs table.table-offers-list tr td a {
    font-size: 13px;
    line-height: 18px;
}

#jobs table.table-offers-list thead tr th {
    color: #FFF;
    background: #2E4054;
    font-size: 13px;
    font-weight: 400;
    vertical-align: middle;
}

#jobs table.table-offers-list tbody tr td {
    padding: 12px 5px;
    -webkit-transition: background-color 0.10s linear;
    -moz-transition: background-color 0.10s linear;
    -o-transition: background-color 0.10s linear;
    transition: background-color 0.10s linear;
}

#jobs table.table-offers-list tbody tr:nth-child(odd) td {
    background: #E4E4E4;
}

#jobs table.table-offers-list tbody tr:nth-child(even) td,
#jobs table#answerContainer tbody tr.light td {
    background: #F5F5F5 !important;
}
#jobs table#answerContainer tbody tr.light:hover td, 
#jobs table.table-offers-list tbody tr:hover td {
    background-color: #BDBDBD !important;
}

#jobs table.table-offers-list tr td.overflow {
    overflow: hidden;
    text-overflow: ellipsis;
}

#jobs table.table-offers-list tbody tr td a {
    color: #0982CE;
}

#jobs table.table-offers-list tbody tr td a.go,
#jobs table.table-offers-list tbody tr td a.plus {
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    margin: 0 auto;
}

#jobs table.table-offers-list tbody tr td a.go {
    background: transparent url('../../images/jobs/2015/go.png') no-repeat 0 0;
}

#jobs table.table-offers-list tbody tr td a.plus {
    background: transparent url('../../images/jobs/2015/plus.png') no-repeat 0 0;
}

#jobs table.table-offers-list tbody tr td a.go:hover,
#jobs table.table-offers-list tbody tr td a.plus:hover {
    background-position: 0 100%;
}

#jobs table.table-offers-list tbody tr td.pays {
    text-transform: lowercase;
}

#jobs table.table-offers-list tbody tr td.pays:first-letter {
    text-transform: uppercase;
}

#jobs .process-recrutement {
    text-align: center;
}

#jobs .process-recrutement .process {
    position: relative;
    margin-bottom: 50px;
}

#jobs .process-recrutement .process p {
    position: absolute;
    width: 100%;
    color: #0681CE;
}

#jobs .process-recrutement a {
    display: block;
    height: 124px;
    cursor: default;
}

#jobs .process-recrutement a.postuler { background: transparent url('../../images/jobs/2015/ovhcareers-icn-recrutement-01.png') no-repeat 50% 0; }
#jobs .process-recrutement a.contacter { background: transparent url('../../images/jobs/2015/ovhcareers-icn-recrutement-02.png') no-repeat 50% 0; }
#jobs .process-recrutement a.test { background: transparent url('../../images/jobs/2015/ovhcareers-icn-recrutement-03.png') no-repeat 50% 0; }
#jobs .process-recrutement a.entretien { background: transparent url('../../images/jobs/2015/ovhcareers-icn-recrutement-04.png') no-repeat 50% 0; }
#jobs .process-recrutement a.contrat { background: transparent url('../../images/jobs/2015/ovhcareers-icn-recrutement-05.png') no-repeat 50% 0; }
#jobs .process-recrutement a.commencer { background: transparent url('../../images/jobs/2015/ovhcareers-icn-recrutement-06.png') no-repeat 50% 0; }


#jobs .process-recrutement a:hover {
    background-position: 50% 100%;
}

#jobs .ovh-in-pictures {
    width: 100%;
    height: 336px;
    background-size: cover;
}

#jobs .left-padded {
    padding-left: 20px;
}

#jobs .right-padded {
    padding-right: 20px;
}

#jobs .liveContent iframe {
    width: 100% !important;
    height: 420px !important;
}

#jobs .kantine-prez {
    padding-right: 30px;
}

#jobs .kantine-text {
    padding-left: 40px;
}

#jobs .valeurs {
    background-color: transparent;
}

#jobs .contactUs {
    background: #F5F5F5 url('../../images/jobs/2015/ovhcareers-img-contacts.jpg') no-repeat 50% 100%;
    background-size: 100%;
    height: 1000px;
}

#jobs .restaurant {
    background: #F5F5F5 url('../../images/jobs/2015/ovhcareers-img-resto.jpg') no-repeat 50% 100%;
    background-size: cover;
}

#jobs .training {
    background: #F5F5F5 url('../../images/jobs/2015/ovhcareers-ing-trainingcenter.jpg') no-repeat 50% 0;
    background-size: cover;
}

#jobs .events {
    background-color: transparent;
}

#jobs .contactUs p {
    color: #6E6E6E;
    border-radius: 3px;
    margin: 20px 0;
    background-color: rgba(245, 245, 245, 0.8);
    min-height: 68px;
}

#jobs .contactUs a {
    width: 150px;
}

#jobs .training .section1,
#jobs .events .section1,
#jobs .restaurant .section1,
#jobs .entreprise .section1,
#jobs .internship .section1,
#jobs .valeurs .section1 {
    padding: 40px 30px 40px 20px;
}

#jobs .valeurs .section1 {
    margin: 180px 0 40px 20px;
}
#jobs .internship .section1 {
    margin: 0px;
}

#jobs .ourForce {
    padding: 50px;
}

#jobs .events .section1 {
    margin-top: 100px;
}

.social-icns {
    margin-top:20px;
    border-top: solid 1px rgba(110,110,110,0.5);
    text-align: center;
}

.bx-wrapper {
    margin: 0 auto 10px !important;
}

.bx-wrapper .bx-viewport {
    background: transparent !important;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: transparent !important;
    border: solid 1px #0068b1 !important;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #0068b1 !important;
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    position: initial !important;
}

/* takeatech index btn */
#jobs .btn.slider-index-btn.takeatech {
    background-color: #f9b233;
    border-color: #f9b233;
    color: #020202 !important;
    border-radius: 3px;
}

#jobs .btn.slider-index-btn.takeatech:hover {
    background-color: #94c11e;
    border-color: #94c11e;
}

/* OVH Careers Day index btn */
#jobs .btn.slider-index-btn.ocd {
    color: #000 !important;
    background-color: #D0FF00;
    border-color: #D0FF00;
    padding: 10px 30px;
    font-size: 17px;
    font-weight: 400;
}

/* Responsive */
@media screen and (min-width: 1700px) {
    #jobs .contactUs {
        height: 1300px;
    }
}

@media screen and (min-width: 1400px) {
    #jobs .valeurs .section1 {
        margin-top: 500px;
    }
}

@media screen and (max-width: 1200px) {
}

@media screen and (max-width: 971px) {
}

@media screen and (max-width: 750px) {
}

@media screen and (max-width: 681px) {
    .social-icns { height: auto; }
    #jobs .ourForce {
        padding: 2%;
    }

    #jobs .jobsHeader {
        background-image: none !important;
        padding-left: 10px;
        padding-right: 10px;
    }

    #jobs .valeurs {
        padding-top: 150px;
    }

    #jobs .valeurs .section1 {
        margin: 0;
    }

    #jobs .events .section1 {
        margin-top: 0;
    }

    #jobs .process-recrutement .process p {
        display: block !important;
        color: #494949;
    }

    #jobs .contactUs,
    #jobs .events {
        height: auto;
    }

    #jobs .entreprise .section1 {
        padding: 2%;
    }

    #jobs .index-offers-sections div.nmSection3 {
        width: 100% !important;
    }

    #jobs .index-offers-sections div.nmSection3:nth-of-type(3) {
        padding: 2%;
    }

    #jobs .innovation-section {
        padding: 20px 0;
    }

    #jobs .valeurs .wrapper {
        padding-left: 0;
    }

    .hiddenSmartphones {
        display: none !important;
    }

    #jobs table.table-offers-list thead tr th,
    #jobs table.table-offers-list tbody tr td {
        text-align: center;
    }

    #jobs .left-padded,
    #jobs .right-padded {
        padding: 30px 2%;
    }

    #jobs form#formular {
        width: 90%;
    }

    #jobs #pagination {
        text-align: center;
    }

    #jobs .quick-search a.application {
        width: 100%;
        padding: 0;
    }

    #jobs .quick-search button[type="submit"]#search {
        margin-top: 15px;
    }

    #jobs .filters form {
        width: 100%;
        margin: 0;
        padding: 0;
    }
    #jobs .filters form select {
        width: 100%;
    }
}
/* !Responsive */
