/*
/	Solution web ideveloppement
/	http://www.ideveloppement.fr
/
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

@font-face {
    font-family: 'icomoon';
    src:  url('../fonts/icomoon.eot?81tw6x');
    src:  url('../fonts/icomoon.eot?81tw6x#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?81tw6x') format('truetype'),
    url('../fonts/icomoon.woff?81tw6x') format('woff'),
    url('../fonts/icomoon.svg?81tw6x#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    /*noinspection CssUnknownProperty*/
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.job-offer.active .head:after,
.icon-chevron-up:before {
    content: "\e900";
}
.job-offer .head:after,
.icon-chevron-down:before {
    content: "\e901";
}
.mfp-wrap button.mfp-close:before,
.job-offers-apply-speculative-popup .countries .field_multiple .minus:before,
.icon-cross:before {
    content: "\e902";
}
.icon-menu:before {
    content: "\e903";
}
.select-like:after,
.icon-triangle-down:before {
    content: "\e904";
}

/* Basic HTML
------------------------------------------------------------------------*/
body {
    font: 14px/1.5 Arial, Helvetica, sans-serif;
    min-width: 320px;
    background: #fff;
    color: #333;
}
p, h1, h2, h3, h4, h5, h6, ul, ol {
    margin: 0 0 20px;
}
h2 {
    font-size: 26px;
    font-weight: bold;
    color: #007d40;
}
h3 {
    font-size: 16px;
    font-weight: bold;
    color: #8bc170;
}
h3 strong {
    color: #555;
}
h3.special {
    color: #333;
    font-size: 20px;
}
a {
    color: #0c8045;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
ol {
    list-style: decimal;
    padding: 0 0 0 35px;
}
ul {
    list-style: disc;
    padding: 0 0 0 15px;
}
strong {
    font-weight: bold;
}
em {
    font-style: italic;
}
hr {
    border: 0 #ccc solid;
    border-top-width: 1px;
    clear: both;
    height: 0;
}
table {
    width: 100%;
}
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
input[type="button"],
input[type="reset"],
input[type="submit"],
button,
textarea {
    font: inherit;
    color: inherit;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;

    box-shadow: none;
    outline: 0;
    opacity: 1;
    margin: 0;
}
textarea {
    overflow: auto;
    resize: none;
}
input[type="button"],
input[type="reset"],
input[type="submit"],
button {
    cursor: pointer;
}
input[type="button"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border: 0
}

html { box-sizing: border-box; }
*, *:before, *:after {
    box-sizing: inherit;
}

img {
    max-width: 100%;
    height: auto;
}

.nodisplay,
.hiddenField {
    display: none;
}

/* clearfix */
.cf { zoom: 1; }
.cf:before, .cf:after { content: ""; display: table; }
.cf:after { clear: both; }
.wrapper {
    padding: 0 10px;
    margin: 0 auto;
    max-width: 1200px;
    overflow: hidden;
}

.btn {
    border: 0;
    padding: 10px 10px 9px;
    margin: 0;
    display: inline-block;
    width: 100%;
    background: #007d40;
    color: #fff;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    border-radius: 3px;
}
.btn:hover {
    text-decoration: none;
}
.btn.btn-classic {
    background: #efefef;
    border: 1px solid #ccc;
    padding: 9px 9px 8px;
    color: #333;
}

.img-left,
.img-right {
    border: 1px solid #ccc;
    padding: 4px;
    background: #fff;
    display: block;
    margin: 0 auto;
}

.rte {
    overflow: hidden;
    margin: 0 -10px;
    font-size: 0;
}
.rte .col {
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 0 10px;
}

.cookies-alert {
    display: none;
    padding: 15px 0;

    color: #fff;
    background: #333;
    font-size: 10px;
    font-weight: 600;

    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
}
.cookies-alert a {
    color: #fff;
    text-decoration: underline;
}
.cookies-alert a:hover {
    text-decoration: none;
}
.cookies-alert p {
    margin: 0;
}
.cookies-alert-display .cookies-alert {
    display: block;
}
.cookies-alert-inner {
    position: relative;
}
.cookies-alert-text {
    padding: 0 100px 0 0;
}
.cookies-alert-link {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 20px;
}
.cookies-alert-link a {
    color: #aaa;
    text-decoration: underline;
}
.cookies-alert-link a:hover {
    text-decoration: none;
}
.cookies-alert-close {
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    overflow: hidden;
    text-indent: -9999em;
}
.cookies-alert-close:before,
.cookies-alert-close:after {
    content: '';
    width: 8px;
    height: 2px;
    border-top: 2px solid #333;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.cookies-alert-close:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.cookies-alert-close:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
textarea {
    border: 1px solid #ccc;
    padding: 9px 9px 8px;
    background: #fff;
    width: 100%;
    height: 40px;
}
textarea {
    height: 65px;
}

.select-like {
    position: relative;
    display: block;
    width: 100%;
    cursor: pointer;
    background: #fff;
    border: 1px solid #ccc;
}
.select-like span {
    position: relative;
    display: block;
    padding: 9px 45px 8px 9px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
}
.select-like:after {
    /* See content at top */
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 16px;
    width: 10px;
    height: 10px;
    font-size: 10px;
    color: #007d40;

    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    /*noinspection CssUnknownProperty*/
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.select-like select {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
    z-index: 2;
}

.form-row {
    margin-bottom: 20px;
}
.form-row .tip {
    margin-top: 5px;
    font-size: 11px;
    font-style: italic;
}
.control-label {
    display: inline-block;
    margin-bottom: 5px;
}
fieldset legend {
    display: block;
    margin-bottom: 5px;
}
.control-label em,
fieldset legend em {
    font-style: normal;
}
.alert-danger p {
    color: red;
}
.submit {
    border-top: 4px solid #ccc;
    padding-top: 20px;
    margin: 30px 0 20px;
}

/* Header
------------------------------------------------------------------------*/
.header {
    background: #fff;
}
.header .top {
    background: #f1f1f1;
    overflow: hidden;
}
.header .top .name {
    font-size: 12px;
    float: left;
    padding: 6px 0 6px 10px;
}
.header .top .name a{
    color: #222;
}
.lang-switch {
    float: right;
}
.lang-switch .select-like {
    background: #e0e0e0;
    border-color: #e0e0e0;
}
.lang-switch .select-like span {
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.lang-switch .select-like:after {
    width: 6px;
    height: 6px;
    font-size: 6px;
    margin-top: -3px;
}
.header .main {
    overflow: hidden;
}
.header .main .logo {
    float: left;
    padding: 21px 10px;
    font-size: 0;
}
.header .main .logo h1,
.header .main .logo img {
    display: inline-block;
    vertical-align: bottom;
    margin: 0;
}
.header .main .logo .baseline {
    display: none;
}
.header .main .main-nav-toggler {
    float: right;
    background: none;
    border: 0;
    padding: 0;
    margin: 0;
    height: 90px;
    width: 70px;
    line-height: 90px;
    font-size: 25px;
    text-align: center;
    color: #007d40;
}
.main-nav {
    clear: both;
    display: none;
}
.main-nav-open .main-nav {
    display: block;
}
.main-nav > ul {
    list-style: none;
    padding: 0 0 20px;
    margin: 0;
}
.main-nav a {
    display: block;
    color: #555;
    font-weight: bold;
    padding: 8px 10px 7px;
}
.main-nav .active a,
.main-nav a:hover {
    text-decoration: none;
    color: #007d40;
}

/* Content
------------------------------------------------------------------------*/
.site-section {
    padding: 40px 0 20px;
}
.site-section-lgrey {
    background: #f1f1f1;
}
.site-section-video {
    padding: 0;
    background: #999;
}
.site-section-video .video {
    margin: 0 -10px;
}
.site-section-video video {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

/* Company
------------------------------------------------------------------------*/
.fact-figures-slideshow {
    /* Ugly fix to prevent sub-pixel rendering issues in FF */
    margin: -1px -1px 19px;
    padding: 1px;
    overflow: hidden;
}
.fact-figures-slideshow .wrap {
    margin: 0 -10px;
}
.fact-figures-slideshow .wrap > ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0;
    white-space: nowrap;

    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.fact-figures-slideshow .wrap > ul > li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
    width: 100%;

    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}
.fact-figures-slideshow .wrap img {
    display: block;
    border: 1px solid #ccc;
}
.fact-figures-slideshow .pagination {
    text-align: center;
    font-size: 0;
    margin-top: 10px;
}
.fact-figures-slideshow .pagination button {
    display: inline-block;
    vertical-align: middle;
    background: #bfc0c2;
    border: 0;
    padding: 0;
    margin: 0 5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    text-indent: -9999em;
}
.fact-figures-slideshow .pagination button.active {
    background: #007d40;
}

/* Services
------------------------------------------------------------------------*/
.services-list > ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.services-list > ul > li {
    margin-top: -1px;
}
.services-list > ul > li:first-child {
    margin-top: 0;
}
.services-list .head {
    text-align: center;
    color: #007d40;
    border: 1px solid #ccc;
    padding: 9px 9px 8px;
    background: #fff;
    cursor: pointer;
}
.services-list .body {
    height: 0;
    overflow: hidden;
}
.services-list .inner-body {
    padding: 20px 10px 10px;
    overflow: hidden;
}

/* Customers
------------------------------------------------------------------------*/
.customer-block {
    text-align: center;
}
.customer-block h3 {
    font-size: 13px;
}
.customers-slideshow {
    margin: 0 0 10px;
}
.customers-slideshow .wrap > ul {
    list-style: none;
    padding: 0 0 20px;
    margin: 0 -10px;
    overflow: auto;
    font-size: 0;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}
.customers-slideshow .wrap > ul > li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
    width: 130px;
}
.customers-slideshow .wrap img {
    display: block;
    border: 1px solid #ccc;
    max-width: 99%;
}

/* Careers
------------------------------------------------------------------------*/
.job-offers-title .country-picker {
    margin: 0 0 20px;
}
.job-offers-container .link-for-french-jobs a {
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 16px;
    text-decoration: underline;
}
.job-offers-container .link-for-french-jobs a:hover {
    color: #0c8045;
}
.job-offers-list > ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.job-offers-list > ul > li {
    margin: 0 0 5px;
}
.job-offer {
    background: #fff;
}
.job-offer .head {
    font-size: 0;
    text-align: center;
    padding: 15px 5px;
    cursor: pointer;
}
.job-offer .head span {
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px;
    font-size: 12px;
}
.job-offer .head .title {
    display: block;
    font-size: 14px;
    margin: 0 0 5px;
}
.job-offer.active .head .title {
    color: #007d40;
}
.job-offer .head .category {
    display: none;
}
.job-offer .head .date {
    border-left: 1px solid #ccc;
}
.job-offer .body {
    height: 0;
    overflow: hidden;
}
.job-offer .inner-body {
    padding: 0 10px;
    overflow: hidden;
}
.job-offer .inner-body:before {
    content: '';
    display: block;
    border-top: 1px solid #ccc;
    margin: 0 0 20px;
}
.job-offer .map {
    height: 215px;
    margin: 0 0 20px;
}

.std-popup {
    max-width: 520px;
    margin: 0 auto;
    background: #fff;
    padding: 30px 10px;
    position: relative;
}
.mfp-wrap button.mfp-close {
    opacity: 1;
    text-indent: -9999px;
    width: 20px;
    height: 20px;
    font-size: 20px;
    line-height: 1;
    color: #007d40;
    text-align: center;
    top: 30px;
    right: 30px;
}
.mfp-wrap .mfp-image-holder button.mfp-close {
    color: #fff;
    top: 10px;
    right: 10px;
}
.mfp-wrap button.mfp-close:before {
    /* See content at top */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-indent: 0;

    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    /*noinspection CssUnknownProperty*/
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.std-popup-no-title {
    padding-top: 70px;
}
.popup-actions {
    margin-bottom: -10px;
}
.popup-actions .btn {
    margin-bottom: 10px;
}

.job-offers-apply-speculative-popup .phone .prefix {
    float: left;
    width: 90px;
}
.job-offers-apply-speculative-popup .phone .number {
    margin-left: 110px;
}
.job-offers-apply-speculative-popup .countries {
    margin-bottom: 20px;
}
.job-offers-apply-speculative-popup .countries .field_multiple {
    padding-left: 110px;
    position: relative;
}
.job-offers-apply-speculative-popup .countries .field_multiple .form-row {
    margin-bottom: 10px;
}
.job-offers-apply-speculative-popup .countries .field_multiple .minus {
    position: absolute;
    width: 45px;
    height: 45px;
    text-align: center;
    top: 0;
    left: 45px;
    margin-left: -22px;
    color: #b30000;
    cursor: pointer;
    text-indent: -9999em;
}
.job-offers-apply-speculative-popup .countries .field_multiple .minus:before {
    /* See content at top */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 9px;
    height: 9px;
    font-size: 9px;
    text-indent: 0;

    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    /*noinspection CssUnknownProperty*/
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.job-offers-apply-speculative-popup .countries .field_multiple .plus {
    display: block;
    margin-left: -110px;
    text-decoration: underline;
    cursor: pointer;
}
.job-offers-apply-speculative-popup .countries .field_multiple .plus:hover {
    text-decoration: none;
}

.job-offer-confirmation-popup .confirmation {
    color: #000;
    text-align: center;
    font-size: 16px;
    width: 95%;
}
.job-offer-confirmation-popup .confirmation strong {
    color: #007d40;
}

/* Contact
------------------------------------------------------------------------*/
.contact-head .country-picker {
    margin: 0 0 20px;
}
.contact-detail {
    padding: 0 0 10px;
}
.contact-detail h3 {
    color: #007d40;
    font-size: 14px;
}
.contact-detail .map {
    height: 250px;
    margin: 0 0 20px;
}

/* Footer
------------------------------------------------------------------------*/
.footer {
    background: #333;
    color: #fff;
    padding: 40px 0 20px;
    overflow: hidden;
    text-align: center;
}
.footer a {
    color: #fff;
}
.footer .left {
    margin-bottom: 0;
}
.footer .copy {
    display: block;
}
.footer .rights-reserved:after {
    content: ' |';
}

@media (min-width: 640px) {

    /* Basic HTML
    ------------------------------------------------------------------------*/
    .img-left {
        float: left;
        margin: 0 20px 10px 0;
    }
    .img-right {
        float: right;
        margin: 0 0 10px 20px;
    }

    .disposition_1-1 .col {
        width: 50%;
    }

    .form-cols {
        margin: 0 -10px;
        font-size: 0;
    }
    .form-cols .form-row {
        display: inline-block;
        vertical-align: top;
        padding: 0 10px;
        width: 50%;
        font-size: 14px;
    }

    /* Header
    ------------------------------------------------------------------------*/
    .header .main .logo .baseline {
        height: 48px;
        padding-top: 31px;
        padding-left: 25px;
        margin-left: 25px;
        display: inline-block;
        vertical-align: bottom;
        position: relative;
    }
    .header .main .logo .baseline:before {
        content: '';
        position: absolute;
        top: -11px;
        left: 0;
        bottom: -11px;
        border-left: 1px solid #ccc;
    }
    .header .main .logo .baseline img {
        display: block;
    }

    /* Company
    ------------------------------------------------------------------------*/
    .fact-figures-slideshow .wrap > ul > li {
        width: 50%;
    }

    /* Services
    ------------------------------------------------------------------------*/

    /* Customers
    ------------------------------------------------------------------------*/
    .customers-slideshow .wrap > ul > li {
        width: 150px;
    }

    /* Careers
    ------------------------------------------------------------------------*/
    .job-offers-title:after {
        content: '';
        display: table;
        clear: both;
    }
    .job-offers-title h3 {
        float: left;
        padding: 5px 0;
    }
    .job-offers-title .country-picker {
        float: right;
        width: 280px;
    }
    .job-offer .head {
        padding-left: 10px;
        padding-right: 10px;
    }
    .job-offer .head span,
    .job-offer .head .title {
        padding: 0 10px;
    }
    .job-offer .inner-body {
        padding-left: 20px;
        padding-right: 20px;
    }

    .std-popup {
        padding: 30px;
    }

    .popup-actions {
        margin-bottom: 0;
    }
    .popup-actions:after {
        content: '';
        display: table;
        clear: both;
    }
    .popup-actions .btn {
        width: 180px;
        margin-bottom: 0;
    }
    .popup-actions .left {
        float: left;
    }
    .popup-actions .right {
        float: right;
    }

    /* Contact
    ------------------------------------------------------------------------*/
    .contact-head {
        position: relative;
        min-height: 60px;
    }
    .contact-head .contact-intro {
        margin-right: 300px;
    }
    .contact-head .country-picker {
        position: absolute;
        top: 0;
        right: 0;
        width: 280px;
    }
    .contact-display {
        margin: 0 -10px;
        font-size: 0;
    }
    .contact-detail {
        display: inline-block;
        vertical-align: top;
        padding: 0 10px 10px;
        font-size: 14px;
        width: 50%;
    }
    .contact-detail-large {
        width: 100%;
    }
}

@media (min-width: 960px) {

    /* Basic HTML
    ------------------------------------------------------------------------*/

    .section-target:before {
        /* Fix anchor position with fixed header */
        content: '';
        display: block;
        height: 130px;
        margin-top: -129px;
        visibility: hidden;
    }

    .disposition_1-1-1 .col {
        width: 33.333333%;
    }

    /* Header
    ------------------------------------------------------------------------*/
    .header {
        position: fixed;
        z-index: 500;
        top: 0;
        left: 0;
        width: 100%;
        min-width: 960px;
    }
    .header .main .logo {
        padding-top: 26px;
        padding-bottom: 26px;
    }
    .header .main .main-nav-toggler {
        display: none;
    }
    .main-nav {
        display: block;
        float: right;
        clear: none;
        padding-top: 56px;
    }
    .main-nav > ul {
        padding-bottom: 0;
        font-size: 0;
    }
    .main-nav > ul > li {
        display: inline-block;
        vertical-align: middle;
        padding: 0 10px;
        font-size: 14px;
    }
    .main-nav a {
        padding: 0;
    }

    /* Content
    ------------------------------------------------------------------------*/
    .content-wrapper {
        padding-top: 130px;
    }
    .site-section-video {
        padding: 20px 0;
    }

    /* Company
    ------------------------------------------------------------------------*/
    .fact-figures-slideshow .wrap > ul > li {
        width: 25%;
    }
    .fact-figures-slideshow .pagination {
        display: none;
    }

    /* Services
    ------------------------------------------------------------------------*/
    .services-list > ul {
        margin: 0 -10px;
        font-size: 0;
    }
    .services-list > ul > li {
        margin-top: 0;
        display: inline-block;
        vertical-align: top;
        padding: 0 10px;
        width: 33.3333333333%;
        font-size: 14px;
    }
    .services-list .head {
        display: none;
    }
    .services-list .body {
        height: auto;
    }
    .services-list .inner-body {
        padding-left: 0;
        padding-right: 0;
    }

    /* Customers
    ------------------------------------------------------------------------*/
    .customer-blocks {
        margin: 0 -10px;
        font-size: 0;
    }
    .customer-block {
        text-align: left;
        display: inline-block;
        vertical-align: top;
        padding: 0 10px;
        width: 50%;
    }
    .customers-slideshow .wrap {
        overflow: hidden;

        /* Ugly fix to prevent sub-pixel rendering issues in FF */
        margin: -1px;
        padding: 1px;
    }
    .customers-slideshow .wrap > ul {
        overflow: visible;

        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }
    .customers-slideshow .wrap > ul > li {
        width: 33.3333333333%;

        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
    }

    /* Careers
    ------------------------------------------------------------------------*/
    .job-offer .head {
        padding-left: 5px;
        padding-right: 5px;
        text-align: left;
        position: relative;
    }
    .job-offer .head:after {
        /* See content at top */
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -6px;

        font-size: 12px;
        width: 6%;
        height: 12px;
        color: #007d40;
        text-align: center;

        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: 'icomoon' !important;
        /*noinspection CssUnknownProperty*/
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;

        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    .job-offer.active .head:after {
        /* See content at top */
    }
    .job-offer .head span,
    .job-offer .head .title {
        padding: 5px 15px;
        font-size: 14px;
    }
    .job-offer .head .title {
        display: inline-block;
        vertical-align: middle;
        margin: 0;
        width: 45%;
    }
    .job-offer .head .city {
        width: 20%;
    }
    .job-offer .head .category {
        display: inline-block;
        width: 15%;
    }
    .job-offer .head .city,
    .job-offer .head .category {
        border-left: 1px solid #ccc;
    }
    .job-offer .head .date {
        width: 14%;
    }
    .job-offer .body:before {
        content: none;
    }
    .job-offer .desc {
        padding-top: 30px;
        padding-bottom: 20px;
        float: left;
        width: 75%;
        padding-right: 10px;
    }
    .job-offer .side {
        padding-top: 40px;
        float: left;
        width: 25%;
        padding-left: 10px;
    }

    .job-offers-apply-speculative {
        padding-top: 15px;
        text-align: center;
    }
    .job-offers-apply-speculative .btn {
        width: 260px;
    }

}

@media (min-width: 1200px) {

    /* Customers
    ------------------------------------------------------------------------*/
    .customer-block {
        width: 33.3333333333%;
    }
    .customer-block-main {
        width: 100%;
    }
    .customer-block-main .customers-slideshow .wrap > ul > li {
        width: 11.1111111111%;
    }

    /* Careers
    ------------------------------------------------------------------------*/
    .job-offer .head:after {
        width: 6%;
    }
    .job-offer .head .title {
        width: 52%;
    }
    .job-offer .head .city {
        width: 17%;
    }
    .job-offer .head .category {
        width: 15%;
    }
    .job-offer .head .date {
        width: 10%;
    }

}

@media (min-width: 1230px) {
    /* Header
    ------------------------------------------------------------------------*/
    .header .top .name {
        padding-left: 25px;
    }
    .header .main {
        padding-left: 15px;
        padding-right: 15px;
    }

    /* Content
    ------------------------------------------------------------------------*/

}