html,
body,
div,
span,
object,
iframe,
h1,
h3,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
code,
del,
dfn,
em,
img,
q,
dl,
dt,
dd,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
    vertical-align: baseline;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

caption,
td {
    text-align: left;
}

table,
td,
th {
    vertical-align: top;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

sup,
sub {
    line-height: 0;
}

html {
    width: 100%;
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
}

strong {
    font-weight: 700;
}

a img {
    border: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 10px 0;
    font-size: 1.5em;
    line-height: 1.5em;
}

p {
    margin: 15px 0;
}

hr {
    height: 2px;
    border: none;
    border-top-style: solid;
    border-top-width: 1px;
}

a {
    outline: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
}

html {
    font-size: 16px;
}

body {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 1em;
    line-height: 1.5em;
    color: #333333;
    text-rendering: optimizelegibility;
    text-shadow: 0 0 1px transparent;
    -webkit-animation: bugfix infinite 1s;
    /* android 4.1.2 pseudo-class with sibling bugfix */
}

.lt-ie8 body {
    line-height: auto;
}

h1 {
    clear: left;
    color: #f57900;
    font-size: 1em;
    margin: 20px 0;
}

@media only screen and (max-width: 970px) {
    h1 {
        display: none;
    }
}

.lt-ie8 h1 {
    color: white;
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: 900;
}

hr {
    clear: both;
    background: #f57900;
    border-color: #f57900;
    height: 1px;
    border-type: solid;
    border-height: 1px;
    width: 40%;
    margin: 20px 30%;
}

a {
    color: #f57900;
    text-decoration: none;
    font-weight: 700;
}

a:visited {
    color: #c26000;
}

a:focus,
a:active,
a:hover {
    color: #ff8b1a;
}

.lt-ie8 a {
    color: white !important;
}

aside {
    float: right;
    width: 300px;
    margin: 0 0 20px 20px;
}

.base {
    position: relative;
    width: 100%;
    min-width: 980px;
    min-height: 500px;
    background: transparent;
    behavior: url(/css/PIE.htc);
    zoom: 1;
}

@media only screen and (max-width: 970px) {
    .base {
        min-width: 300px;
        width: 100%;
    }
}

.clear {
    clear: both;
}

br.clear {
    display: block;
    width: 100%;
    height: 0;
}

.title {
    display: block;
}

.view {
    position: relative;
    width: 970px;
    max-width: 100%;
    margin: 0 auto;
}

.col2 {
    float: left;
    width: 50%;
}

@media only screen and (max-width: 970px) {
    .col2 {
        float: none;
        clear: both;
        width: 80%;
        margin: 0 auto;
    }
}

.col4 {
    float: left;
    width: 25%;
}

@media only screen and (max-width: 970px) {
    .col4 {
        float: none;
        clear: both;
        width: 80%;
        margin: 0 auto;
    }
}

.show {
    display: block;
}

.hide {
    display: none;
}

.small {
    font-size: 0.8em;
    line-height: 1em;
}

.click2call {
    color: #f57900;
    font-weight: normal;
    letter-spacing: 0.05em;
}

.hint {
    position: absolute;
    z-index: 101;
    width: auto;
    height: auto;
    max-width: 300px;
    padding: 10px;
    text-align: center;
    background: #1742aa;
    color: #ffffff;
    font-weight: 400;
    border: solid 3px #1742aa;
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
    -webkit-box-shadow: 0 5px 5px #333333;
    -moz-box-shadow: 0 5px 5px #333333;
    box-shadow: 0 5px 5px #333333;
    behavior: url(/css/PIE.htc);
}

.round-box {
    background: #eb4207;
    color: #ffffff;
    -webkit-border-radius: 5px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 5px;
    -moz-background-clip: padding;
    border-radius: 5px;
    background-clip: padding-box;
    -webkit-box-shadow: 5px 5px 10px #8b8b8b;
    -moz-box-shadow: 5px 5px 10px #8b8b8b;
    box-shadow: 5px 5px 10px #8b8b8b;
    font-size: 1.1em;
    line-height: 1.1em;
    text-align: center;
    display: block;
    padding: 10px 10px 10px 70px;
    min-height: 120px;
    position: relative;
    zoom: 1;
    behavior: url(/css/PIE.htc);
}

abbr,
.details {
    color: inherit !important;
    border-bottom: 1px dotted #1742aa;
    color: #1742aa !important;
}

abbr:hover,
.details:hover {
    cursor: help;
}

.anglo {
    font-style: italic;
}

.tm:after {
    content: "\2122";
}

form .row {
    clear: left;
    position: relative;
    padding-bottom: 15px;
}

.captcha {
    margin-left: 180px;
}

@media only screen and (max-width: 970px) {
    .captcha {
        max-width: 95%;
        margin-left: 0;
    }
}

.captcha .msg {
    color: #ff0000;
    font-weight: 800;
}

.select-box {
    position: relative;
    width: 300px;
    height: 28px;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
}

.radio-box {
    width: 480px;
    min-height: 25px;
}

.err textarea,
.err input {
    border-color: #ff0000;
}

.err label {
    color: #ff0000;
    font-weight: 800;
}

.err .msg {
    border: solid 1px #ff0000;
    background-color: #ffffff;
    color: #ff0000;
    position: absolute;
    left: 500px;
    top: -5px;
    width: 350px;
    padding: 10px;
    -webkit-box-shadow: 0 0 10px #666666;
    -moz-box-shadow: 0 0 10px #666666;
    box-shadow: 0 0 10px #666666;
    -webkit-border-radius: 10px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 10px;
    -moz-background-clip: padding;
    border-radius: 10px;
    background-clip: padding-box;
    zoom: 1;
    behavior: url(/css/PIE.htc);
}

fieldset {
    padding: 20px 10px;
    margin: 20px 0;
    border: solid 2px #999999;
    -webkit-border-radius: 10px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 10px;
    -moz-background-clip: padding;
    border-radius: 10px;
    background-clip: padding-box;
    max-width: 700px;
}

fieldset legend {
    padding: 5px 20px;
    border: solid 2px #999999;
    -webkit-border-radius: 10px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 10px;
    -moz-background-clip: padding;
    border-radius: 10px;
    background-clip: padding-box;
    background-color: #ffffff;
    font-weight: 800;
}

@media only screen and (max-width: 970px) {
    fieldset {
        margin-left: auto !important;
        margin-right: auto !important;
        border: none;
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0;
        position: relative;
    }
    fieldset .row {
        position: relative;
        max-width: 100% !important;
        margin-left: 0;
        margin-right: 0;
    }
    fieldset .row .radio-box input {
        width: auto !important;
    }
    fieldset .row .select-box select {
        max-width: 93% !important;
        margin: 0 2% !important;
    }
    fieldset label,
    fieldset input,
    fieldset .radio-box,
    fieldset .select-box,
    fieldset select {
        float: none !important;
        max-width: 80% !important;
        outline: dotted 1px #ff00ff;
        display: block;
    }
    fieldset textarea {
        width: 96% !important;
        max-width: 400px !important;
    }
}

select {
    position: relative;
    width: 280px;
    height: 28px;
    margin-left: 10px;
    padding: 5px 0px;
    line-height: 1;
    background: none;
    border: none;
    -webkit-appearance: none;
}

option,
select:focus,
select:active,
option:focus,
option:active,
select:focus option,
select:active option {
    background: transparent;
}

textarea {
    width: 400px;
    height: 180px;
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
    padding: 10px;
}

textarea,
input,
.select-box {
    background-color: #ffffff;
    border: solid 1px #999999;
    -webkit-box-shadow: inset 2px 1px 2px #b1b1b1;
    -moz-box-shadow: inset 2px 1px 2px #b1b1b1;
    box-shadow: inset 2px 1px 2px #b1b1b1;
    position: relative;
    zoom: 1;
    behavior: url(/css/PIE.htc);
}

textarea:hover,
input:hover,
.select-box:hover {
    border-color: #666666;
}

textarea:focus,
textarea:active,
input:focus,
input:active {
    background-color: #ffffff;
    border-color: #f57900;
    -webkit-box-shadow: inset 2px 1px 2px #b1b1b1, 0 0 2px #f57900;
    -moz-box-shadow: inset 2px 1px 2px #b1b1b1, 0 0 2px #f57900;
    box-shadow: inset 2px 1px 2px #b1b1b1, 0 0 2px #f57900;
}

input.btn,
.btn {
    text-indent: 0;
    width: auto;
    min-width: 120px;
    height: auto;
    min-height: 40px;
    background: #f57900;
    -pie-background: #f57900;
    border: none;
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
    padding: 0 10px;
    color: #ffffff;
    font-weight: 800;
    font-size: 1.2em;
    line-height: 40px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    zoom: 1;
    behavior: url(/css/PIE.htc);
    -webkit-transition: background 0.3s ease-out;
    -moz-transition: background 0.3s ease-out;
    -o-transition: background 0.3s ease-out;
    transition: background 0.3s ease-out;
}

.btn:active,
.btn:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #dd5201;
}

.btn-flat {
    min-height: 22px;
    min-width: 22px;
    padding: 3px 15px;
    margin-left: 10px;
    text-align: center;
    color: #f57900 !important;
    -webkit-border-radius: 8px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 8px;
    -moz-background-clip: padding;
    border-radius: 8px;
    background-clip: padding-box;
    background-color: #f57900;
    text-shadow: none;
    position: relative;
    behavior: url(/css/PIE.htc);
    zoom: 1;
    -webkit-transition: background 0.3s ease-out;
    -moz-transition: background 0.3s ease-out;
    -o-transition: background 0.3s ease-out;
    transition: background 0.3s ease-out;
}

.btn-flat:hover {
    background-color: #ff9329;
    color: #ffffff;
    -webkit-transition: background 0.3s ease-out;
    -moz-transition: background 0.3s ease-out;
    -o-transition: background 0.3s ease-out;
    transition: background 0.3s ease-out;
}

.btn-flat-border {
    min-height: 22px;
    min-width: 22px;
    padding: 3px 15px;
    margin-left: 10px;
    text-align: center;
    -webkit-border-radius: 8px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 8px;
    -moz-background-clip: padding;
    border-radius: 8px;
    background-clip: padding-box;
    background-color: #f57900;
    text-shadow: none;
    position: relative;
    behavior: url(/css/PIE.htc);
    zoom: 1;
    border: 2px solid #f57900;
    background-color: transparent;
    color: #f57900 !important;
    -webkit-transition: background 0.3s ease-out;
    -moz-transition: background 0.3s ease-out;
    -o-transition: background 0.3s ease-out;
    transition: background 0.3s ease-out;
}

.btn-flat-border:hover {
    background-color: #ff9329;
    color: #ffffff;
    -webkit-transition: background 0.3s ease-out;
    -moz-transition: background 0.3s ease-out;
    -o-transition: background 0.3s ease-out;
    transition: background 0.3s ease-out;
}

.btn-flat-border:hover {
    border: 2px solid #ff9329;
    background-color: transparent;
    background-color: rgba(255, 147, 41, 0.15);
    color: #ff9329 !important;
    -webkit-transition: background 0.3s ease-out;
    -moz-transition: background 0.3s ease-out;
    -o-transition: background 0.3s ease-out;
    transition: background 0.3s ease-out;
}

header {
    position: relative;
    width: 100%;
    min-height: 70px;
    padding-top: 10px;
    background: #363233;
    background: rgba(54, 50, 51, 0.85);
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.6);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.6);
    z-index: 70;
}

header.scrolled-once {
    background: rgba(54, 50, 51, 0.95);
}

@media only screen and (max-width: 970px) {
    header {
        position: static !important;
        text-align: center;
        padding-top: 5px;
        min-height: 60px;
    }
    header nav {
        -webkit-border-radius: 0;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 0;
        -moz-background-clip: padding;
        border-radius: 0;
        background-clip: padding-box;
        position: fixed;
        z-index: 99;
        width: 80%;
        height: 100%;
        top: 0;
        left: -100%;
        zoom: 1;
        overflow: hidden;
        -webkit-transition: left 0.3s ease-out;
        -moz-transition: left 0.3s ease-out;
        -o-transition: left 0.3s ease-out;
        transition: left 0.3s ease-out;
        -webkit-box-shadow: 5px 5px 20px #000000;
        -moz-box-shadow: 5px 5px 20px #000000;
        box-shadow: 5px 5px 20px #000000;
        background-color: #333333;
    }
}

#logo {
    position: absolute;
    width: 220px;
    height: auto;
    margin-top: 2px;
    z-index: 80;
}

#hide-menu {
    display: none !important;
    /* pour overwriter le display:inline-block  */
}

#show-menu {
    display: none;
}

@media only screen and (max-width: 970px) {
    #show-menu {
        display: block !important;
        position: fixed;
        top: 10px;
        left: 0px;
        width: 37px;
        height: 32px;
        text-indent: -9999px;
        line-height: 0;
        font-size: 0;
        padding-left: 8px;
        padding-right: 8px;
        z-index: 999;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }
    #show-menu.btn-flat {
        background-color: #75818f;
        zoom: 1;
        filter: alpha(opacity=50);
        -webkit-opacity: 0.5;
        -moz-opacity: 0.5;
        opacity: 0.5;
        border: none;
        -webkit-box-shadow: 1px 1px 2px #333333;
        -moz-box-shadow: 1px 1px 2px #333333;
        box-shadow: 1px 1px 2px #333333;
    }
    #show-menu.btn-flat:active,
    #show-menu.btn-flat:focus,
    #show-menu.btn-flat:hover {
        zoom: 1;
        filter: alpha(opacity=100);
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
    }
    #show-menu.jsShowMenu {
        left: 250px;
    }
    #show-menu:after {
        content: '';
        display: block;
        margin-top: 4px;
        padding: 2px 1px;
        border-top: double 10px #ffffff;
        border-bottom: solid 3px #ffffff;
    }
}

#skip {
    display: none;
}

#lnktop {
    display: none;
}

.chkwrap,
.chk-hack {
    position: absolute;
    left: -99999px;
}

#lnklng {
    display: block;
    position: absolute;
    top: 10px;
    right: 0px;
    font-weight: 400;
    z-index: 80;
}

@media only screen and (max-width: 970px) {
    #chk-show-menu:checked~#menu-box {
        left: 0 !important;
    }
    #menu-box {
        width: 240px;
        max-width: 240px;
    }
    #menu-box .jsShowMenu {
        left: 0 !important;
    }
    #lnktop {
        position: absolute;
        display: block;
        bottom: 10px;
        right: 10px;
    }
    #logo {
        float: none !important;
        display: block;
        width: 180px;
        height: auto;
        margin: 5px 0 0 60px !important;
    }
    #skip-to-content {
        display: block;
    }
    #lnklng {
        position: absolute;
        top: 20px;
        right: 20px;
        height: auto;
        min-height: 0;
        padding: 0;
        background: none;
        border: none;
        text-align: right;
        line-height: 1em;
        font-size: 11px;
        color: #999999 !important;
        -webkit-transition: color 0.3s ease-out;
        -moz-transition: color 0.3s ease-out;
        -o-transition: color 0.3s ease-out;
        transition: color 0.3s ease-out;
    }
    #lnklng:hover {
        color: #ffffff !important;
    }
}

#menu {
    padding-top: 12px;
    padding-left: 229px;
    list-style-type: none;
    font-weight: 900;
}

.lt-ie8 #menu {
    padding-left: 420px;
}

#menu>li {
    display: inline-block;
    margin: 0 18px;
}

#menu>li a {
    font-weight: 300;
    font-size: 20px;
    color: #ffffff;
    color: rgba(255, 255, 255, 0.8);
}

#menu>li a:hover {
    color: #ffffff;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

#menu .lnkclose {
    position: absolute;
    display: block;
    width: 60px;
    height: 0px;
    top: 70px;
    right: 0;
    padding: 0;
    overflow: hidden;
    zoom: 1;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    line-height: 28px;
    color: #ffffff !important;
    background: transparent;
    font-size: 34px;
    text-align: center;
    text-decoration: none;
    border: none;
    -webkit-border-radius: 3px 3px 0 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px 3px 0 0;
    -moz-background-clip: padding;
    border-radius: 3px 3px 0 0;
    background-clip: padding-box;
    -webkit-transition: height 0.2s ease-out, opacity 0.2s ease-out;
    -moz-transition: height 0.2s ease-out, opacity 0.2s ease-out;
    -o-transition: height 0.2s ease-out, opacity 0.2s ease-out;
    transition: height 0.2s ease-out, opacity 0.2s ease-out;
    z-index: 100;
}

#menu .lnkclose:hover {
    cursor: pointer;
}

#menu .clicked .lnkclose {
    height: 32px;
    zoom: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: height 0.2s ease-out 0.3s, opacity 0.2s ease-out 0.3s;
    -moz-transition: height 0.2s ease-out 0.3s, opacity 0.2s ease-out 0.3s;
    -o-transition: height 0.2s ease-out 0.3s, opacity 0.2s ease-out 0.3s;
    transition: height 0.2s ease-out 0.3s, opacity 0.2s ease-out 0.3s;
}

#menu .submenu .submenu-desc {
    font-size: 1.2em;
}

#menu .submenu .submenu-desc .title {
    display: block;
    line-height: 1.2em;
    min-height: 40px;
    text-align: center;
    margin: 0 auto;
    width: 700px;
    color: #ffffff;
    font-weight: 300;
}

#menu .submenu ul {
    list-style-type: none;
    float: left;
    clear: left;
    width: 640px;
    margin: 10px 10px;
}

#menu .submenu li {
    display: block;
    float: left;
    width: 300px;
    min-height: 145px;
    height: 145px;
    margin: 10px 5px 20px 10px;
    font-size: 0.96em;
    line-height: 1.1em;
    font-weight: 800;
    cursor: pointer;
}

#menu .submenu li a {
    font-weight: 300;
    font-size: 16px;
    color: inherit;
}

#menu .submenu li a.c2a {
    display: block;
    margin-left: 15px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
}

#menu .submenu li p {
    margin: 15px 15px 10px 15px;
    min-height: 45px;
}

#menu .submenu li .title {
    text-indent: 15px;
    white-space: nowrap;
    behavior: url(/css/PIE.htc);
    position: relative;
    zoom: 1;
}

#menu .submenu li .title a {
    font-size: 18px;
    line-height: 36px;
    font-weight: 400;
}

#menu .submenu .arrow {
    font-size: 18px;
    line-height: 12px;
    font-weight: 800;
    color: #ffffff;
}

#menu .submenu a.c2a:hover {
    color: #ffffff;
}

#menu #menu-billing.clicked a.menu-item-title {
    color: #faaa84;
}

#menu #menu-billing .submenu {
    background: #c34508 url(/img/bg_submenu_billing.png) no-repeat 487px bottom;
}

@media only screen and (max-width: 970px) {
    #menu #menu-billing .submenu .title:hover {
        background-color: #c34508 !important;
    }
}

#menu #menu-billing .submenu .submenu-desc .title {
    color: #f9996b;
}

@media only screen and (max-width: 970px) {
    #menu #menu-billing .submenu .submenu-desc .title:hover {
        background-color: #c34508 !important;
    }
}

#menu #menu-billing .submenu li .title {
    background: #e66626;
}

#menu #menu-billing .submenu a.c2a {
    color: #ffe682;
}

#menu #menu-billing .submenu .submenu-desc {
    color: #ffe682;
}

#menu #menu-media.clicked a.menu-item-title {
    color: #a5beec;
}

#menu #menu-media .submenu {
    background: #275ab8 url(/img/bg_submenu_media.png) no-repeat right bottom;
}

@media only screen and (max-width: 970px) {
    #menu #menu-media .submenu .title:hover {
        background-color: #275ab8 !important;
    }
}

#menu #menu-media .submenu .submenu-desc .title {
    color: #90afe8;
}

#menu #menu-media .submenu li .title {
    background: #4077da;
}

#menu #menu-media .submenu a.c2a {
    color: #54f4dc;
}

#menu #menu-media .submenu .submenu-desc {
    color: #54f4dc;
}

#menu #menu-telecom.clicked a.menu-item-title {
    color: #85d093;
}

#menu #menu-telecom .submenu {
    background: #2d763b url(/img/bg_submenu_telecom.png) no-repeat right bottom;
}

@media only screen and (max-width: 970px) {
    #menu #menu-telecom .submenu .title:hover {
        background-color: #2d763b !important;
    }
}

#menu #menu-telecom .submenu .submenu-desc .title {
    color: #73c983;
}

#menu #menu-telecom .submenu li .title {
    background: #3b9b4d;
}

#menu #menu-telecom .submenu a.c2a {
    color: #6fef6d;
}

#menu #menu-telecom .submenu .submenu-desc {
    color: #6fef6d;
}

li nav.submenu {
    position: absolute;
    display: none;
    width: 100%;
    height: 0;
    top: 60px;
    left: 0;
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 0;
    background-clip: padding-box;
    background: #ffffff;
    color: #ffffff;
    text-align: left;
    text-shadow: none;
    behavior: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    zoom: 1;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: height 0.3s ease-out 0.1s, opacity 0.3s ease-out;
    -moz-transition: height 0.3s ease-out 0.1s, opacity 0.3s ease-out;
    -o-transition: height 0.3s ease-out 0.1s, opacity 0.3s ease-out;
    transition: height 0.3s ease-out 0.1s, opacity 0.3s ease-out;
    z-index: 50;
}

li nav.submenu * {
    zoom: 1;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
}

li.clicked nav.submenu {
    display: block;
    height: 430px;
    -webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.30000000000000004);
    -moz-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.30000000000000004);
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.30000000000000004);
    behavior: url(/css/PIE.htc);
    zoom: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: height 0.2s ease-out, opacity 0.15s ease-out;
    -moz-transition: height 0.2s ease-out, opacity 0.15s ease-out;
    -o-transition: height 0.2s ease-out, opacity 0.15s ease-out;
    transition: height 0.2s ease-out, opacity 0.15s ease-out;
    z-index: 71;
}

li.clicked nav.submenu .submenu-desc {
    padding: 25px 20px 0;
    -webkit-box-shadow: inset 0px 12px 8px -10px rgba(0, 0, 0, 0.65);
    -moz-box-shadow: inset 0px 12px 8px -10px rgba(0, 0, 0, 0.65);
    box-shadow: inset 0px 12px 8px -10px rgba(0, 0, 0, 0.65);
}

li.clicked nav.submenu * {
    zoom: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity 0.2s ease-out 0.1s;
    -moz-transition: opacity 0.2s ease-out 0.1s;
    -o-transition: opacity 0.2s ease-out 0.1s;
    transition: opacity 0.2s ease-out 0.1s;
}

.no-touch li:hover nav.submenu {
    display: block;
}

@media only screen and (max-width: 970px) {
    ul#menu {
        padding-left: 0;
        padding-top: 25px;
    }
    ul#menu>li {
        margin: 2px 0;
    }
    #menu {
        border-top: solid 1px #666666;
    }
    #menu>li {
        float: none !important;
        width: 100% !important;
        border-left: none;
        border-right: none;
        border-bottom: solid 1px #666666;
    }
    #menu li:before,
    #menu li:after {
        content: normal !important;
    }
    #menu .lnkclose {
        display: none !important;
    }
    .submenu {
        background: none !important;
        width: 100% !important;
        position: relative !important;
        margin: 0 !important;
        display: block !important;
        height: 0 !important;
        -webkit-transition: height 0.3s ease-out;
        -moz-transition: height 0.3s ease-out;
        -o-transition: height 0.3s ease-out;
        transition: height 0.3s ease-out;
    }
    li.clicked nav.submenu {
        height: 90px !important;
        top: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border-right: none !important;
    }
    li#menu-billing.clicked nav.submenu {
        height: 120px !important;
    }
    .submenu>a,
    .submenu .submenu-desc,
    .submenu p,
    .submenu .arrow,
    .submenu .c2a,
    .submenu .btnclose {
        display: none !important;
    }
    .submenu ul,
    .submenu li {
        height: auto !important;
        width: 100% !important;
        min-height: 0 !important;
        float: none !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    .submenu .title {
        margin: none !important;
        background: none !important;
        font-size: 1em !important;
        line-height: 1.2em !important;
        -webkit-border-radius: 0;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 0;
        -moz-background-clip: padding;
        border-radius: 0;
        background-clip: padding-box;
    }
    .submenu .title a {
        display: block;
    }
    #menu .submenu li .title a {
        font-size: 16px;
        line-height: 26px;
    }
}

#breadcrumbs {
    list-style-type: none;
    font-size: 0.9em;
    margin: 0;
    padding: 0;
    white-space: normal;
}

#breadcrumbs li {
    display: inline;
    line-height: 20px;
    white-space: nowrap;
}

#breadcrumbs li:before {
    content: " › ";
    padding: 0 5px;
    font-size: 1.2em;
    font-weight: 800;
}

#breadcrumbs li.first:before {
    content: normal;
}

footer {
    clear: both;
    font-weight: 300;
    line-height: 1.50em;
    z-index: 10;
    position: relative;
}

footer nav {
    float: left;
    width: 30%;
    margin: 0 10px 10px 0;
    overflow: hidden;
}

footer nav ul {
    list-style-type: none;
}

footer nav h5 {
    text-transform: uppercase;
}

footer nav h5 a {
    color: #ffffff;
    color: rgba(255, 255, 255, 0.2);
    font-weight: 400;
    font-size: 48px;
    line-height: 38px;
}

footer nav h5 a:active,
footer nav h5 a:hover {
    color: #ffffff;
    color: rgba(255, 255, 255, 0.2);
    font-weight: 300;
}

footer nav li a:hover {
    font-weight: 400;
}

footer nav a,
footer nav a:visited,
footer nav a:active,
footer nav a:hover {
    font-weight: 300;
    color: #ffffff;
}

footer nav a.logo-social {
    display: inline-block;
    margin: 0 1px 0 0;
    -webkit-border-radius: 200px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 200px;
    -moz-background-clip: padding;
    border-radius: 200px;
    background-clip: padding-box;
}

footer nav a.logo-social img {
    -webkit-border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px;
    -moz-background-clip: padding;
    border-radius: 2px;
    background-clip: padding-box;
}

footer nav#footer-menu-solutions {
    width: 28%;
}

footer nav#footer-menu-techno {
    width: 43%;
    min-height: 400px;
}

footer nav#footer-menu-more-services {
    width: 22%;
    margin-top: 113px;
    margin-bottom: 0;
}

footer nav#footer-menu-misc {
    width: 22%;
}

footer nav#social {
    width: 22%;
    margin-top: 20px;
}

footer nav#social .fa {
    float: left;
    display: block;
    width: 40px;
    height: 40px;
    margin-right: 6px;
    border: 2px solid #ffffff;
    -webkit-border-radius: 200px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 200px;
    -moz-background-clip: padding;
    border-radius: 200px;
    background-clip: padding-box;
    background-color: transparent;
    font-size: 18px;
    text-align: center;
}

footer nav#social .fa-facebook {
    padding-top: 9px;
    padding-right: 2px;
}

footer nav#social .fa-facebook:hover {
    border-color: #3b579d;
    color: #3b579d;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

footer nav#social .fa-google-plus {
    padding-top: 9px;
}

footer nav#social .fa-google-plus:hover {
    border-color: #dc4a36;
    color: #dc4a36;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

footer nav#social .fa-linkedin {
    padding-top: 8px;
}

footer nav#social .fa-linkedin:hover {
    border-color: #0977b5;
    color: #0977b5;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

footer .wrapper {
    background: #252525;
    min-height: 250px;
    padding-top: 20px;
}

@media only screen and (max-width: 970px) {
    footer .view {
        width: 100%;
    }
    footer nav {
        float: none;
        text-align: center;
    }
    footer nav h5 a {
        font-size: 32px;
    }
    footer nav,
    footer nav#footer-menu-solutions,
    footer nav#footer-menu-techno,
    footer nav#footer-menu-more-services,
    footer nav#footer-menu-misc,
    footer nav#social {
        width: 100%;
        min-height: 0;
    }
    footer nav#footer-menu-more-services {
        margin-top: 50px;
    }
}

#legal {
    clear: both;
    padding: 10px 0;
    font-size: 16px;
    text-align: center;
    color: #cccccc;
}

#legal a,
#legal a:hover {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
}

#main {
    position: relative;
    padding-top: 70px;
    padding-bottom: 20px;
    clear: both;
    min-height: 600px;
    min-height: 450px;
}

@media only screen and (max-width: 970px) {
    #main {
        padding-top: 10px;
    }
}

#wide {
    position: relative;
    width: 100%;
    height: 350px;
    text-align: center;
}

#page {
    background: transparent;
    -webkit-box-shadow: 0 0 10px #ffffff;
    -moz-box-shadow: 0 0 10px #ffffff;
    box-shadow: 0 0 10px #ffffff;
    position: relative;
    padding: 15px;
}

#page h2 {
    color: #f57900;
}

#page label {
    float: left;
    width: 180px;
    line-height: 20px;
}

#page input {
    width: 300px;
    height: 25px;
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
    text-indent: 10px;
}

#page .radio-box label {
    margin-right: 10px;
    width: auto;
}

#page .radio-box label .title {
    width: 180px;
    min-height: 30px;
    margin-right: 0;
}

#page .radio-box input {
    width: auto;
    height: auto;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0px;
    -moz-background-clip: padding;
    border-radius: 0px;
    background-clip: padding-box;
}

#page ul {
    margin-left: 50px;
}

#page ol.split {
    list-style-type: decimal;
}

#page .split {
    float: left;
    width: 52%;
    margin-bottom: 20px;
}

#page .col-2 li {
    float: left;
    width: 49%;
    margin-right: 1%;
}

#page img.left {
    float: left;
    margin: 0px 20px 20px 0px;
}

#page img.right {
    float: right;
    margin: 0px 0px 20px 20px;
}

#page img#img-main {
    display: block;
    float: left;
    width: auto;
    max-width: 46% !important;
    margin: 0 0 20px 0;
}

#page:not(img)+h2 {
    text-align: center;
}

@media only screen and (max-width: 970px) {
    #page {
        background: #ffffff;
    }
    #page h2 {
        text-align: center;
    }
    #page ul {
        margin-left: 15px;
    }
    #page .split {
        width: 100%;
    }
    #page .col-2 li {
        width: auto;
        float: none;
    }
    #page img {
        max-width: 100%;
        height: auto;
    }
    #page hr+img {
        display: block !important;
        margin-left: auto !important;
        margin-right: auto !important;
        float: none !important;
        width: auto !important;
    }
    #page img#img-main {
        float: none;
        width: auto;
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 100% !important;
        height: auto;
    }
}

.main #page,
.techno #page,
.single #page {
    background-image: url(/img/bg_title.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 175px;
}

@media only screen and (max-width: 970px) {
    .main #page,
    .techno #page,
    .single #page {
        background-image: none;
        padding-top: 20px;
    }
}

.main h1,
.techno h1,
.single h1 {
    position: absolute;
    top: 115px;
    right: 0;
    background: #f57900;
    color: #ffffff;
    font-style: italic;
    font-size: 32px;
    line-height: 55px;
    height: 55px;
    margin: 0;
    padding: 0 20px;
}

@media only screen and (max-width: 970px) {
    .main h1,
    .techno h1,
    .single h1 {
        display: block;
        position: static;
        top: auto;
        right: auto;
        text-align: center;
        background: none;
        color: #f57900;
        font-size: 24px;
        line-height: 30px;
        padding: 0;
        margin: 20px 0;
        height: auto;
    }
}

#resume {
    width: 50%;
    float: right;
    color: #333333;
    font-size: 1em;
}

#resume p {
    line-height: 1.8em;
}

#resume .txtlarge {
    font-weight: 900;
    font-size: 3.5em;
    line-height: 1.2em;
    margin-bottom: 20px;
    text-shadow: 0 0 2px #999999;
}

#resume .txtbig {
    font-weight: 900;
    font-size: 1.8em;
    line-height: 1.3em;
    color: #808080;
}

#resume .txtmedium {
    font-weight: 900;
    font-size: 1.4em;
    line-height: 1.3em;
    color: #808080;
}

#resume strong {
    font-weight: 900;
    color: #f57900;
}

@media only screen and (max-width: 970px) {
    #resume {
        float: none;
        width: 100%;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    #resume .txtlarge {
        font-size: 2.2em;
        line-height: 1.2em;
        margin-bottom: 20px;
    }
    #resume .txtbig {
        font-size: 1.5em;
        line-height: 1.3em;
        color: #808080;
    }
}

#page .list-solutions {
    width: 100%;
    float: left;
    margin: 20px 0 10px 0;
    padding: 0;
}

ul.list-solutions {
    list-style-type: none;
}

.list-solutions .solution {
    position: relative;
    float: left;
    background-color: #fafafa;
    width: 31.5%;
    min-width: 290px;
    height: auto;
    min-height: 200px;
    margin-left: 1.5%;
    padding-bottom: 20px;
    margin-bottom: 30px;
    text-align: center;
    border-bottom: solid 5px #b1b1b1;
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
    -webkit-box-shadow: 0 2px 5px #999999;
    -moz-box-shadow: 0 2px 5px #999999;
    box-shadow: 0 2px 5px #999999;
    zoom: 1;
    behavior: url(/css/PIE.htc);
}

@media only screen and (max-width: 970px) {
    .list-solutions .solution {
        float: none;
        width: 300px;
        min-width: auto;
        max-width: 100%;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

.list-solutions .solution:hover {
    background-color: #ffffff;
    color: #000000;
}

.list-solutions .solution h3 {
    line-height: 1em;
}

.list-solutions .solution p {
    margin: 10px;
}

.list-solutions .solution a {
    position: absolute;
    width: 96%;
    margin: 2%;
    bottom: 0px;
    left: 0;
}

.list-solutions .solution a.lnkmore {
    position: absolute;
    width: 200px;
    line-height: 30px;
    left: 50%;
    margin: 0 0 0 -100px;
    bottom: -20px;
    background: #f57900;
    -webkit-transition: background 0.3s ease-out;
    -moz-transition: background 0.3s ease-out;
    -o-transition: background 0.3s ease-out;
    transition: background 0.3s ease-out;
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
    border: solid 5px #b1b1b1;
    font-weight: 900;
    color: #ffffff;
    zoom: 1;
    behavior: url(/css/PIE.htc);
}

.list-solutions .solution a.lnkmore:hover {
    background: #dd5201;
}

#techno #page .list-solutions .solution {
    min-height: 0;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.list-4 .solution {
    width: 23%;
    min-width: 220px;
}

#billing h1,
#media h1,
#telecom h1 {
    text-align: center;
}

#billing p,
#media p,
#telecom p {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

#dons ul#modes {
    width: 300px;
    max-width: 95%;
}

#solutions #page p {
    text-align: center;
}

#contact aside {
    position: absolute;
    top: 260px;
    right: 20px;
}

#contact .round-box {
    position: relative;
    color: #ffffff;
}

#contact .round-box strong {
    display: block;
    font-size: 1.2em;
    line-height: 1.2em;
    margin: 10px 0;
}

#contact .round-box .excl {
    display: block;
    position: absolute;
    top: 55px;
    font-size: 8em;
    left: 5px;
}

#contact #main h2 {
    text-align: left !important;
}

#contact #partel {
    background: transparent url(/img/ico_tel.png) no-repeat left 6px;
    padding: 0 0 5px 50px;
    margin-bottom: 30px;
}

#contact #partel .c2c {
    display: block;
}

#contact #partel h2 {
    padding-top: 5px;
}

#contact #partel p {
    width: 230px;
    text-align: left;
}

#contact #parform {
    background: transparent url(/img/ico_mail.png) no-repeat left 6px;
    padding: 0 0 5px 50px;
    padding-top: 1px;
}

#contact #parposte {
    float: left;
    width: 200px;
}

#contact .btn {
    width: 160px;
    margin-left: 300px;
}

@media only screen and (max-width: 970px) {
    #contact #page {
        padding-bottom: 200px;
    }
    #contact #partel h2,
    #contact #parform h2 {
        margin-left: 50px;
        text-indent: 0;
        text-align: left;
    }
    #contact form {
        padding-bottom: 20px;
    }
    #contact aside {
        top: auto;
        bottom: 0;
        right: auto;
        left: 0px;
        max-width: 100%;
    }
    #contact .btn {
        margin-left: 0 !important;
    }
    #contact #parform,
    #contact #partel {
        float: none;
        padding-left: 0;
    }
    #contact #parform p,
    #contact #partel p {
        width: 100%;
    }
}

#contact-confirm .box {
    width: 50%;
    min-width: 240px;
    margin: 50px auto;
    padding: 10px;
    border: solid 5px #f84e13;
    text-align: center;
    font-size: 20px;
    -webkit-border-radius: 20px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 20px;
    -moz-background-clip: padding;
    border-radius: 20px;
    background-clip: padding-box;
    behavior: url(/css/PIE.htc);
}

#contact-confirm .box strong {
    font-size: 26px;
    display: block;
    line-height: 30px;
}

#contact-confirm .box p {
    padding: 5px 0;
}

#sac #main p {
    text-align: center;
}

#sac #contact-infos {
    width: 50%;
    margin: 20px auto;
    border: solid 5px #f73e06;
    padding: 10px;
    text-align: center;
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
    behavior: url(/css/PIE.htc);
}

#sac #contact-infos .c2c {
    display: block;
    padding: 10px 0;
    font-size: 1.5em;
}

@media only screen and (max-width: 970px) {
    #sac #contact-infos {
        width: 90%;
    }
}

#about #main p {
    text-align: justify;
}

#about .txtresume {
    display: block;
    font-weight: 900;
    font-size: 40px;
    line-height: 1.2em;
    text-align: left;
}

#about .txtresume.left {
    margin: 0 20px 10px 0;
}

#about .txtresume.right {
    float: right;
    width: 40%;
    min-width: 310px;
    margin: 0 0 10px 20px;
}

#about .txtresume.txtcenter {
    text-align: center;
}

@media only screen and (max-width: 970px) {
    #careers .btn {
        margin-left: 0 !important;
    }
    fieldset,
    .row,
    #page label,
    #page input,
    textarea,
    .select-box,
    .radio-box,
    select {
        max-width: 96% !important;
    }
}

#media-invox-votation img#img-main {
    margin-top: 25px;
}

#media-invox-votation .image-zoomer {
    cursor: zoom-in;
}

#media-invox-votation .invox-list-left {
    margin-left: 150px;
}

#media-invox-votation .invox-list-right {
    margin-left: 350px;
}

#media-invox-votation .invox-list-left ul,
#media-invox-votation .invox-list-right ul {
    margin-left: 120px;
}

@media only screen and (max-width: 970px) {
    #media-invox-votation .invox-list-left,
    #media-invox-votation .invox-list-right {
        margin: 0 auto;
        width: 100%;
        max-width: 500px;
    }
}

.lt-ie10 ul#menu>li.clicked:after {
    margin-left: 45px;
}

.lt-ie10 #menu .submenu a.lnkclose {
    behavior: url(/css/PIE.htc);
}

.lt-ie10 input,
.lt-ie10 .select-box {
    padding: 2px 10px;
    text-indent: 0px;
    display: block;
}

.lt-ie10 textarea {
    padding: 15px;
    overflow: auto;
}

.lt-ie9 ul#menu>li:after {
    content: "";
    display: block;
}

.lt-ie8 ul#menu {
    font-size: 14px !important;
}

.lt-ie8 ul#menu li {
    display: inline;
}

.lt-ie8 ul#menu li a {
    display: inline;
    padding: 20px;
    line-height: 40px;
}

.lt-ie8 ul#menu li a.lnkclose {
    padding: 0;
    line-height: auto;
}

.lt-ie8 ul#menu .submenu ul {
    margin-top: -10px;
}

.lt-ie8 ul#menu .submenu li a {
    line-height: 20px;
    padding: 0;
    margin: 0;
}

.lt-ie8 ul#menu .submenu li .title a {
    line-height: 32px;
    color: #ffffff;
}

.lt-ie8 ul#menu .submenu li p a {
    color: #ffffff;
    line-height: 18px;
}

.lt-ie8 .submenu {
    top: 40px;
}

.lt-ie8 #breadcrumbs li {
    padding-left: 5px;
    padding-right: 3px;
    zoom: expression(this.runtimeStyle.zoom=\"1\", this.innerHTML '› '+this.innerHTML);;

}

.lt-ie8 #breadcrumbs li.first {
    zoom: 1;
}

.lt-ie8 hr {
    background: none;
    height: 2px;
    color: #ffb530;
    width: 80%;
}

.lt-ie8 .list-solutions .solution h3 {
    padding-top: 10px;
}

.lt-ie8 aside.box .excl {
    top: 0;
    line-height: 1em;
}

.lt-ie7 #logo {
    behavior: url(/css/PIE.htc);
    -pie-png-fix: true;
    display: block;
    position: relative;
    zoom: 1;
}

.lt-ie7 ul#menu li.active {
    background: #b1b1b1;
}

.lt-ie7 ul#menu li:hover, .lt-ie7 ul#menu li.clicked {
    background: #ec9023;
}

.lt-ie7 ul#menu li a {
    color: #ffffff;
}

.lt-ie7 ul#menu .submenu-desc p {
    width: 200px !important;
}

.lt-ie7 ul#menu li li {
    margin: 0 10px 0 0 !important;
    width: 290px !important;
    overflow-x: hidden !important;
}

.lt-ie7 #page {
    float: none !important;
    width: 950px;
    overflow-x: hidden;
}

.lt-ie7 .list-solutions {
    float: none !important;
}

.lt-ie7 .solution {
    width: 31% !important;
}

.lt-ie7 footer nav {
    width: 28% !important;
}

.lt-ie7 .row {
    position: relative !important;
    zoom: 1 !important;
}

.lt-ie7 label {
    width: 180px !important;
    position: relative !important;
    zoom: 1 !important;
}

.lt-ie7 form input {
    display: inline !important;
    float: none !important;
}

.lt-ie7 input.btn {
    height: 50px !important;
}

@media only screen and (max-width: 970px) {
    .landing-page .view {
        padding: 0 8px;
    }
}

.landing-page #main {
    padding-top: 0;
    padding-bottom: 0;
}

.landing-page #page {
    padding: 0 !important;
}

.landing-page div.cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    background: rgba(0, 0, 0, 0.4);
}

.landing-page section {
    position: relative;
    color: #ffffff;
    font-size: 18px;
    overflow: hidden;
}

.landing-page section h1, .landing-page section h2, .landing-page section h3, .landing-page section h4, .landing-page section h5, .landing-page section h6 {
    color: inherit;
    text-align: left;
    font-weight: 400;
    margin: 0;
}

.landing-page section h2 {
    padding: 0;
    margin: 0;
    text-transform: uppercase;
}

.landing-page section a {
    color: inherit;
    font-weight: 300;
}

.landing-page section.calltoaction {
    background-color: #75818f;
    border-bottom: 3px solid #6e7987;
    font-size: 28px;
    padding: 20px 0;
}

.landing-page section.calltoaction .view {
    min-height: 70px;
}

.landing-page section.calltoaction .action-title {
    position: absolute;
    width: 100%;
    left: 0;
    text-align: right;
}

.landing-page section.calltoaction .action-title span {
    display: inline-block;
    vertical-align: middle;
}

.landing-page section.calltoaction .action-title span.action-txt {
    margin-right: 20px;
}

.landing-page section.calltoaction .action-title span.action-txt.smaller {
    font-size: 24.64px;
}

.landing-page section.calltoaction .action-title span.action-img {
    position: relative;
    left: 0;
    top: 0;
    width: 70px;
    height: 70px;
    background: transparent url(/img/landing/fleche.png) no-repeat center center;
}

.landing-page section.calltoaction:hover {
    background-color: #697481;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.landing-page section.calltoaction:hover span.action-img {
    -webkit-animation: action-img-animate 1.2s infinite;
    -moz-animation: action-img-animate 1.2s infinite;
    -o-animation: action-img-animate 1.2s infinite;
    animation: action-img-animate 1.2s infinite;
}

.landing-page section.calltoaction:hover span.action-img lesshat-selector {
    -lh-property: 0;
}

@-webkit-keyframes action-img-animate {
    40% {
        left: 10px;
    }
}

@-moz-keyframes action-img-animate {
    40% {
        left: 10px;
    }
}

@-o-keyframes action-img-animate {
    40% {
        left: 10px;
    }
}

@keyframes action-img-animate {
    40% {
        left: 10px;
    }
    ;
}

@media only screen and (max-width: 970px) {
    .landing-page section.calltoaction {
        padding: 10px;
        font-size: 20px;
        min-height: 80px;
    }
    .landing-page section.calltoaction .view {
        display: table;
        min-height: 80px;
        height: 80px;
        width: 100%;
    }
    .landing-page section.calltoaction .action-title {
        position: relative;
        display: table-cell;
        width: 100%;
        min-height: 80px;
        height: 80px;
        text-align: center;
        vertical-align: middle;
    }
    .landing-page section.calltoaction .action-title span.action-txt {
        display: inline;
        padding: 0;
        margin: 0;
    }
    .landing-page section.calltoaction .action-title span.action-img {
        display: inline-block;
        margin-left: 5px;
        width: 20px;
        height: 20px;
        -webkit-background-size: 20px 20px;
        -moz-background-size: 20px 20px;
        background-size: 20px 20px;
    }
    .landing-page section.calltoaction:hover span.action-img {
        -webkit-animation: none;
        -moz-animation: none;
        -o-animation: none;
        animation: none;
    }
}

.landing-page section#contact {
    min-height: 300px;
    padding: 35px 0;
    background: #1c87cd url(/img/landing/bg-contact.jpg) no-repeat top left;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    font-size: 22px;
}

.lt-ie9 .landing-page section#contact {
    background-position: center top;
    background-attachment: scroll;
}

.landing-page section#contact div.cover {
    background: transparent;
    background: rgba(0, 0, 0, 0.16);
}

.landing-page section#contact h2 {
    margin-bottom: 20px;
    font-weight: 900;
    font-size: 32px;
    line-height: 32px;
    text-align: center;
}

.landing-page section#contact p {
    margin: 0 0 20px 0;
}

.landing-page section#contact small {
    font-size: 15px;
}

.landing-page section#contact .fa {
    float: left;
    display: block;
    width: 50px;
    height: 50px;
    margin-right: 10px;
    border: 2px solid #ffffff;
    -webkit-border-radius: 200px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 200px;
    -moz-background-clip: padding;
    border-radius: 200px;
    background-clip: padding-box;
    background-color: #1c87cd;
    text-align: center;
}

.landing-page section#contact .fa:hover {
    background-color: rgba(28, 135, 205, 0.4);
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.landing-page section#contact .fa-facebook {
    padding-top: 12px;
    padding-right: 2px;
}

.landing-page section#contact .fa-google-plus {
    padding-top: 13px;
}

.landing-page section#contact .fa-linkedin {
    padding-top: 11px;
}

.landing-page section#contact #googlemaps:hover {
    text-decoration: underline;
}

.landing-page section#contact .row {
    margin: 0;
    padding: 0;
}

.landing-page section#contact .err .msg {
    font-size: 14px;
    font-weight: 400;
    border-radius: 2px;
    border: 1px solid red;
    background-color: #efdddd;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    padding: 5px;
    margin: 2px;
    margin-bottom: 10px;
}

.landing-page section#contact label {
    display: none;
}

.lt-ie10 .landing-page section#contact label {
    display: block;
    font-size: 14px;
    font-weight: 700;
}

.landing-page section#contact #contact-left, .landing-page section#contact #contact-center, .landing-page section#contact #contact-right {
    float: left;
}

.landing-page section#contact #contact-left {
    width: 300px;
}

.landing-page section#contact #contact-center {
    width: 380px;
    padding-right: 20px;
}

.landing-page section#contact #contact-right {
    width: 270px;
}

.landing-page section#contact #recaptcha_response_field, .landing-page section#contact #contact-msg, .landing-page section#contact #contact-name, .landing-page section#contact #contact-email, .landing-page section#contact #contact-phone, .landing-page section#contact #contact-send {
    width: 100%;
    margin: 0;
    border: none;
    -webkit-border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px;
    -moz-background-clip: padding;
    border-radius: 2px;
    background-clip: padding-box;
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, 0.65);
    color: #0d6aba;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    line-height: 15px;
    font-weight: 400;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.19999999999999996);
    -moz-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.19999999999999996);
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.19999999999999996);
}

.landing-page section#contact #contact-msg {
    height: 275px;
}

.landing-page section#contact #contact-send {
    background-color: transparent;
    border: 2px solid #ffffff;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
}

.landing-page section#contact #contact-send:hover {
    background-color: rgba(28, 135, 205, 0.4);
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.landing-page section#contact #recaptcha_response_field, .landing-page section#contact #contact-msg, .landing-page section#contact #contact-name, .landing-page section#contact #contact-phone, .landing-page section#contact #contact-email {
    padding-left: 10px;
}

.landing-page section#contact #recaptcha_response_field, .landing-page section#contact #contact-name, .landing-page section#contact #contact-email, .landing-page section#contact #contact-phone, .landing-page section#contact #contact-send {
    height: 30px;
    margin-bottom: 10px;
}

.landing-page section#contact #contact-msg:active, .landing-page section#contact #contact-name:active, .landing-page section#contact #contact-email:active, .landing-page section#contact #contact-phone:active, .landing-page section#contact #contact-msg:focus, .landing-page section#contact #contact-name:focus, .landing-page section#contact #contact-email:focus, .landing-page section#contact #contact-phone:focus {
    border: 2px solid #ffffff;
}

.landing-page section#contact #recaptcha_table > tbody > tr:first-child td:not(.recaptcha_image_cell) {
    position: relative;
    left: -35px;
}

.landing-page section#contact .recaptchatable, .landing-page section#contact .recaptchatable #recaptcha_image, .landing-page section#contact .recaptcha_image_cell {
    position: relative;
    background: transparent !important;
    border: none !important;
}

.landing-page section#contact #recaptcha_challenge_image {
    position: absolute;
    top: 0;
    width: 270px;
    border-radius: 2px 2px 0 0;
}

.landing-page section#contact #recaptcha_response_field {
    position: relative;
    top: -10px;
    background: white !important;
    border: none !important;
    border-top: 1px solid #449ce3 !important;
    border-radius: 0 0 2px 2px;
    width: 270px !important;
}

.landing-page section#contact .captcha .msg {
    font-size: 14px;
    font-weight: 400;
    border-radius: 2px;
    border: 1px solid red;
    background-color: #efdddd;
    position: relative;
    top: -10px;
    left: 7px;
    padding: 5px;
}

.landing-page section#contact #recaptcha_privacy {
    display: none !important;
}

.landing-page section#contact #contact-captcha {
    position: relative;
    left: -7px;
}

.landing-page section#contact *::-webkit-input-placeholder {
    color: #3c9df1;
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

.landing-page section#contact *:-moz-placeholder {
    /* FF 4-18 */
    color: #3c9df1;
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

.landing-page section#contact *::-moz-placeholder {
    /* FF 19+ */
    color: #3c9df1;
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

.landing-page section#contact *:-ms-input-placeholder {
    /* IE 10+ */
    color: #3c9df1;
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

@media only screen and (max-width: 970px) {
    .landing-page section#contact {
        min-height: 300px;
        padding: 25px 0;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        background-attachment: fixed;
        font-size: 22px;
    }
    .landing-page section#contact h2 {
        margin-bottom: 20px;
        font-size: 32px;
        line-height: 38px;
        font-weight: 700;
        text-align: center;
    }
    .landing-page section#contact p {
        margin: 0 0 20px 0;
        font-size: 20px;
    }
    .landing-page section#contact small {
        font-size: 15px;
    }
    .landing-page section#contact form {
        padding: 0;
    }
    .landing-page section#contact #contact-social {
        text-align: center;
    }
    .landing-page section#contact #contact-social a, .landing-page section#contact #contact-social .fa {
        display: inline-block;
        float: none;
    }
    .landing-page section#contact #contact-left, .landing-page section#contact #contact-center, .landing-page section#contact #contact-right {
        float: none;
        width: 100%;
        max-width: 400px;
        text-align: center;
        padding: 0;
        margin: 0 auto;
    }
    .landing-page section#contact #contact-center {
        margin-top: 20px;
    }
    .landing-page section#contact #contact-right {
        margin-top: 10px;
    }
    .landing-page section#contact #contact-msg, .landing-page section#contact #contact-name, .landing-page section#contact #contact-email, .landing-page section#contact #contact-send {
        width: 100% !important;
        max-width: 384px;
    }
}

#landing section#intro {
    min-height: 650px;
    font-size: 28px;
    background: #191d29 url(/img/landing/bg-intro.jpg) no-repeat top left;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}

@media only screen and (max-width: 970px) {
    #landing section#intro {
        min-height: 300px;
        font-size: 22px;
        background: #191d29 url(/img/landing/bg-intro-mobile.jpg) no-repeat top left;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        background-attachment: scroll;
    }
}

@media only screen and (max-width: 680px) {
    #landing section#intro {
        min-height: 200px;
        font-size: 18px;
        background: #191d29 url(/img/landing/bg-intro-mobile-small.jpg) no-repeat top left;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        background-attachment: scroll;
    }
}

.lt-ie9 #landing section#intro {
    background-position: center top;
    background-attachment: scroll;
}

#landing section#intro #play-video {
    position: relative;
    top: -50px;
    width: 80px;
    height: 80px;
    background: transparent url(/img/landing/play.png) no-repeat top left;
    -webkit-background-size: 80px 80px;
    -moz-background-size: 80px 80px;
    background-size: 80px 80px;
    margin: 0 auto;
}

#landing section#intro #splash {
    position: absolute;
    left: 0;
    bottom: 100px;
    width: 100%;
    overflow: visible;
}

@media only screen and (max-width: 970px) {
    #landing section#intro #splash {
        width: 100%;
        left: 0;
        bottom: 32%;
        overflow: visible;
    }
}

#landing section#intro #splash-inner {
    position: relative;
    top: 0;
    left: 0;
}

#landing section#intro #logo-texte {
    width: 340px;
    height: auto;
}

@media only screen and (max-width: 970px) {
    #landing section#intro #logo-texte {
        display: none;
    }
}

@media only screen and (max-width: 970px) {
    #landing section#intro h2 {
        text-align: center;
    }
}

@media only screen and (max-width: 680px) {
    #landing section#intro h2 {
        font-size: 22px;
    }
}

#landing section#intro h1 {
    display: block;
    margin: -5px 0 0 0;
    font-weight: inherit;
}

@media only screen and (max-width: 970px) {
    #landing section#intro h1 {
        margin: 0;
        text-align: center;
    }
}

#landing section#produits {
    background-color: #c34508;
    border-bottom: 3px solid #b44007;
    padding: 30px 0;
    padding-top: 50px;
}

#landing section#produits .view {
    min-height: 195px;
}

#landing section#produits span {
    display: block;
}

#landing section#produits h2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 265px;
    padding-top: 45px;
    padding-bottom: 6px;
    font-size: 48px;
    line-height: 42px;
    font-weight: 700;
    color: #d8865e;
}

@media only screen and (max-width: 970px) {
    #landing section#produits h2 {
        padding: 0;
        margin-bottom: 10px;
    }
}

#landing section#produits #product-list {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#landing section#produits .product-title {
    width: 300px;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 900;
    font-size: 22px;
}

#landing section#produits .product-desc {
    font-size: 16px;
    line-height: 16px;
}

#landing section#produits .product-group {
    float: left;
    width: 330px;
    min-height: 70px;
    margin-bottom: 20px;
    margin-left: 10px;
    padding-left: 80px;
    overflow: visible;
}

#landing section#produits .product-group a:hover {
    font-weight: 400;
}

#landing section#produits #product-group1 {
    background: transparent url(/img/landing/icone-1.png) no-repeat top left;
}

#landing section#produits #product-group2 {
    background: transparent url(/img/landing/icone-2.png) no-repeat top left;
}

#landing section#produits #product-group3 {
    background: transparent url(/img/landing/icone-3.png) no-repeat top left;
}

#landing section#produits #product-group4 {
    background: transparent url(/img/landing/icone-4.png) no-repeat top left;
}

@media only screen and (max-width: 970px) {
    #landing section#produits {
        padding: 30px 0;
    }
    #landing section#produits .view {
        min-height: 460px;
    }
    #landing section#produits br.clear {
        display: none;
    }
    #landing section#produits h2 {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        padding: none;
        border: none;
        font-size: 32px;
        line-height: 38px;
        text-align: center;
    }
    #landing section#produits #product-list {
        position: relative;
        top: 20px;
    }
    #landing section#produits .product-title {
        font-size: 18px;
    }
    #landing section#produits .product-group {
        float: none;
        width: 300px;
        margin: 0 auto;
        margin-bottom: 20px;
    }
}

#landing section#chiffres {
    background-color: #449ce3;
    border-bottom: 3px solid #3795e1;
    padding: 40px 0;
    text-align: center;
}

#landing section#chiffres h2 {
    margin-bottom: 20px;
    font-weight: 900;
    font-size: 32px;
    line-height: 32px;
    text-align: center;
}

#landing section#chiffres span {
    display: block;
}

#landing section#chiffres #stat-list {
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
}

#landing section#chiffres .stat-number {
    margin: 20px 0 15px 0;
    font-weight: 400;
    font-size: 32px;
}

#landing section#chiffres .stat-desc {
    font-weight: 300;
    font-size: 18px;
    line-height: 20px;
    color: #dfeefa;
}

#landing section#chiffres .stat-group {
    float: left;
    margin: 0px 15px;
    padding-top: 180px;
    width: 180px;
    height: 315px;
}

#landing section#chiffres #stat-group1 {
    background: transparent url(/img/landing/stats-1.png) no-repeat top center;
    background-size: 100% auto;
}

#landing section#chiffres #stat-group2 {
    background: transparent url(/img/landing/stats-2.png) no-repeat top center;
    background-size: 100% auto;
}

#landing section#chiffres #stat-group3 {
    background: transparent url(/img/landing/stats-3.png) no-repeat top center;
    background-size: 100% auto;
}

#landing section#chiffres #stat-group4 {
    background: transparent url(/img/landing/stats-4.png) no-repeat top center;
    background-size: 100% auto;
}

@media only screen and (max-width: 970px) {
    #landing section#chiffres {
        padding: 35px 0;
    }
    #landing section#chiffres h2 {
        font-weight: 700;
        font-size: 32px;
        line-height: 38px;
        margin-bottom: 35px;
    }
    #landing section#chiffres #stat-list {
        width: 100%;
        margin: 0;
        padding: 0;
    }
    #landing section#chiffres .stat-group {
        float: none;
        margin: 0 auto;
        padding-top: 0;
        padding-left: 100px;
        width: 300px;
        height: 100px;
        background-position: left top !important;
        -webkit-background-size: 80px 80px !important;
        -moz-background-size: 80px 80px !important;
        background-size: 80px 80px !important;
        text-align: left;
    }
}

#landing section#carriere {
    min-height: 275px;
    padding: 35px 0;
    font-size: 26px;
    line-height: 32px;
    text-align: center;
    background: #08081a url(/img/landing/bg-carriere.jpg) no-repeat top left;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}

.lt-ie9 #landing section#carriere {
    background: #08081a;
}

#landing section#carriere .view {
    padding-left: 420px;
}

#landing section#carriere h2 {
    position: absolute;
    top: 45px;
    left: 0;
    width: 420px;
    font-size: 44px;
    line-height: 42px;
    font-weight: 700;
    text-align: left;
}

#landing section#carriere p {
    margin: 0;
}

.en #landing section#carriere p {
    margin-top: 20px;
}

#landing section#carriere #btn-postuler {
    display: inline-block;
    padding: 3px 15px;
    margin-top: 25px;
    font-size: 20px;
    font-weight: 400;
}

@media only screen and (max-width: 970px) {
    #landing section#carriere {
        min-height: 275px;
        padding: 35px 15px;
        font-size: 18px;
        line-height: 22px;
        text-align: center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        background-attachment: scroll;
    }
    #landing section#carriere .view {
        padding-left: 0;
    }
    #landing section#carriere h2 {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        font-size: 32px;
        line-height: 38px;
        font-weight: 700;
        text-align: center;
        margin-bottom: 20px;
    }
    #landing section#carriere p {
        margin: 0;
        margin-bottom: 20px;
    }
    #landing section#carriere #btn-postuler {
        font-size: 16px;
        margin: 0;
    }
}

#landing section#partenaires {
    background-color: #ffffff;
    padding: 45px 0;
    color: #b1b1b1;
    text-align: center;
}

#landing section#partenaires .view {
    min-height: 300px;
}

#landing section#partenaires h2 {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    padding-bottom: 6px;
    font-size: 32px;
    line-height: 32px;
    font-weight: 900;
    text-align: center;
    overflow: visible;
}

#landing section#partenaires img {
    display: block;
    width: 80%;
    height: auto;
    margin: 50px auto 40px;
}

#landing section#partenaires p {
    font-size: 28px;
    color: #7e7e7e;
}

@media only screen and (max-width: 970px) {
    #landing section#partenaires {
        padding: 25px 0;
    }
    #landing section#partenaires .view {
        min-height: 190px;
    }
    #landing section#partenaires h2 {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        padding-bottom: 0;
        border-bottom: none;
        font-size: 32px;
        line-height: 38px;
        font-weight: 700;
        text-align: center;
    }
    #landing section#partenaires img {
        width: 90%;
        height: auto;
        margin: 25px auto;
    }
    #landing section#partenaires p {
        font-size: 20px;
    }
}

@media only screen and (max-width: 970px) {
    #careers section.calltoaction .view {
        min-height: 100px;
    }
}

#careers section#intro {
    min-height: 650px;
    background: #191d29 url(/img/careers/bg1.jpg) no-repeat center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-attachment: scroll;
    overflow: hidden;
}

@media only screen and (max-width: 970px) {
    #careers section#intro {
        background: #191d29 url(/img/careers/bg1-mobile.jpg) no-repeat center top;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        background-attachment: scroll;
        min-height: 300px;
    }
}

#careers section#intro div.cover {
    display: none;
    background: rgba(0, 0, 0, 0.3);
}

@media only screen and (max-width: 970px) {
    #careers section#intro div.cover {
        display: block;
    }
}

#careers section#intro #splash {
    position: absolute;
    left: 0;
    top: 40%;
    width: 100%;
    overflow: visible;
}

#careers section#intro #splash-inner {
    position: relative;
    top: 0;
    left: 0;
}

@media only screen and (max-width: 970px) {
    #careers section#intro #splash-inner {
        left: -20%;
    }
}

@media only screen and (max-width: 680px) {
    #careers section#intro #splash-inner {
        left: -10%;
    }
}

@media only screen and (max-width: 360px) {
    #careers section#intro #splash-inner {
        left: 0;
    }
}

#careers section#intro h1 {
    display: block;
    margin: 0;
    font-weight: inherit;
    font-size: 48px;
    line-height: 60px;
    text-align: right;
}

#careers section#intro h1 strong {
    padding: 0 10px;
    font-weight: inherit;
}

#careers section#intro h1 .big {
    display: inline-block;
    margin-left: 50px;
    font-size: 1.55em;
}

#careers section#intro h1 .bigger {
    display: inline-block;
    font-size: 2.2em;
}

@media only screen and (max-width: 970px) {
    #careers section#intro h1 {
        font-size: 20px;
        line-height: 26px;
    }
    #careers section#intro h1 .big, #careers section#intro h1 .bigger, #careers section#intro h1 strong {
        padding: 0;
        margin: 0;
    }
}

#careers section#raisons {
    position: relative;
    min-height: 400px;
    padding: 40px 0;
    background-color: #399f4c;
    border-bottom: 3px solid #359447;
}

#careers section#raisons h2 {
    margin-bottom: 40px;
    font-weight: 900;
    font-size: 46px;
    line-height: 46px;
    text-align: center;
    color: #ffffff;
    color: rgba(255, 255, 255, 0.4);
}

@media only screen and (max-width: 970px) {
    #careers section#raisons h2 {
        font-size: 28px;
        line-height: 28px;
    }
}

#careers section#raisons .raison-group {
    position: relative;
    padding-left: 56px;
    padding-right: 10px;
    margin-bottom: 20px;
}

#careers section#raisons .num {
    position: absolute;
    top: 2px;
    left: 0;
    width: 46px;
    height: 46px;
    padding-top: 8px;
    border: 1px solid #ffffff;
    -webkit-border-radius: 200px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 200px;
    -moz-background-clip: padding;
    border-radius: 200px;
    background-clip: padding-box;
    text-align: center;
    font-size: 28px;
    font-weight: 400;
}

#careers section#raisons .raison-title, #careers section#raisons .raison-desc {
    display: block;
}

#careers section#raisons .raison-title {
    margin-bottom: 5px;
    line-height: 25px;
    font-size: 22px;
    font-weight: 900;
}

#careers section#raisons .raison-desc {
    line-height: 20px;
    font-size: 16px;
}

@media only screen and (max-width: 970px) {
    #careers section#raisons #raison-group-btn {
        text-align: center;
    }
}

#careers section#raisons .btn-raisons {
    display: inline-block;
    padding: 16px 46px;
    margin: 5px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 26px;
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, 0.1);
}

#careers section#raisons .btn-raisons:hover {
    background-color: #4DA95E;
    background-color: rgba(255, 255, 255, 0.2);
}

@media only screen and (max-width: 970px) {
    #careers section#raisons .btn-raisons {
        margin-top: 20px;
        font-size: 18px;
    }
}

#careers section#centreville {
    min-height: 400px;
    padding: 35px 0;
    background: #7e7e88 url(/img/careers/bg2.jpg) no-repeat top left;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}

.lt-ie9 #careers section#centreville {
    background-position: center top;
    background-attachment: scroll;
}

@media only screen and (max-width: 970px) {
    #careers section#centreville {
        background: #7e7e88 url(/img/careers/bg2-mobile.jpg) no-repeat top left;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        background-attachment: scroll;
        min-height: 280px;
    }
}

#careers section#centreville div.cover {
    background: rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 970px) {
    #careers section#centreville div.cover {
        background: rgba(0, 0, 0, 0.6);
    }
}

#careers section#centreville h2 {
    margin-top: 40px;
    text-transform: none;
    font-weight: inherit;
    font-size: 52px;
    line-height: 60px;
}

@media only screen and (max-width: 970px) {
    #careers section#centreville h2 {
        margin-top: 30px;
        font-size: 34px;
        line-height: 48px;
        text-align: center;
    }
}

@media only screen and (max-width: 360px) {
    #careers section#centreville h2 {
        margin-top: 40px;
        font-size: 28px;
        line-height: 42px;
        text-align: center;
    }
}

#careers section#centreville h2 .nl {
    display: block;
    margin-left: 100px;
}

@media only screen and (max-width: 970px) {
    #careers section#centreville h2 .nl {
        margin-left: 0;
    }
}

#careers section#centreville h2 .big {
    font-size: 1.7em;
}

#careers section#centreville h2 .bigger {
    font-size: 2.6em;
}

#careers section#technologies {
    padding: 35px 0;
    background: #001a3d url(/img/careers/bg3.jpg) no-repeat top left;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-attachment: scroll;
    line-height: auto;
}

.lt-ie9 #careers section#technologies {
    background-position: center top;
    background-attachment: scroll;
}

@media only screen and (max-width: 970px) {
    #careers section#technologies {
        background: #001a3d url(/img/careers/bg3-mobile.jpg) no-repeat top left;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        background-attachment: scroll;
    }
}

#careers section#technologies .col4-1 {
    float: left;
    width: 25%;
}

@media only screen and (max-width: 970px) {
    #careers section#technologies .col4-1 {
        width: 50%;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 560px) {
    #careers section#technologies .col4-1 {
        width: 25%;
        margin: 0 auto;
    }
}

#careers section#technologies .col4-2 {
    float: left;
    width: 25%;
}

@media only screen and (max-width: 970px) {
    #careers section#technologies .col4-2 {
        clear: right;
        width: 50%;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 560px) {
    #careers section#technologies .col4-2 {
        width: 25%;
        margin: 0 auto;
    }
}

#careers section#technologies .view {
    width: 100%;
    max-width: 900px;
    padding-left: 40px;
}

@media only screen and (max-width: 970px) {
    #careers section#technologies .view {
        max-width: 550px;
        padding-left: 70px;
    }
}

@media only screen and (max-width: 560px) {
    #careers section#technologies .view {
        max-width: 320px;
        padding-left: 15px;
    }
}

#careers section#technologies h2 {
    margin-bottom: 30px;
    font-weight: 900;
    font-size: 26px;
    line-height: 46px;
    text-align: center;
    color: #ffffff;
}

@media only screen and (max-width: 680px) {
    #careers section#technologies h2 {
        font-size: 20px;
        line-height: 28px;
    }
}

#careers section#technologies .techno-group {
    position: relative;
    min-height: 88px;
    padding-left: 98px;
    margin-bottom: 20px;
}

@media only screen and (max-width: 560px) {
    #careers section#technologies .techno-group {
        min-height: 86px;
        min-width: 76px;
        margin-bottom: 10px;
        padding: 0;
    }
}

@media only screen and (max-width: 560px) {
    #careers section#technologies .techno-group .techno-title {
        display: none;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 66px;
        font-size: 11px;
        text-align: center;
    }
    #careers section#technologies .techno-group:hover .techno-title {
        display: block;
    }
}

#careers section#technologies .techno-title {
    font-size: 22px;
    font-weight: 900;
}

@media only screen and (max-width: 680px) {
    #careers section#technologies .techno-title {
        font-size: 18px;
    }
}

#careers section#technologies .icon {
    position: absolute;
    top: 2px;
    left: 0;
    width: 88px;
    height: 88px;
    padding-top: 8px;
    text-align: center;
}

@media only screen and (max-width: 560px) {
    #careers section#technologies .icon {
        width: 66px;
        height: 66px;
    }
}

#careers section#technologies .logo-asterisk {
    background: transparent url("/img/careers/logo-asterisk.png") no-repeat scroll top left;
    background-size: 88px 88px;
}

@media only screen and (max-width: 560px) {
    #careers section#technologies .logo-asterisk {
        background-size: 66px 66px;
    }
}

#careers section#technologies .logo-js {
    background: transparent url("/img/careers/logo-js.png") no-repeat scroll top left;
    background-size: 88px 88px;
}

@media only screen and (max-width: 560px) {
    #careers section#technologies .logo-js {
        background-size: 66px 66px;
    }
}

#careers section#technologies .logo-less {
    background: transparent url("/img/careers/logo-less.png") no-repeat scroll top left;
    background-size: 88px 88px;
}

@media only screen and (max-width: 560px) {
    #careers section#technologies .logo-less {
        background-size: 66px 66px;
    }
}

#careers section#technologies .logo-linux {
    background: transparent url("/img/careers/logo-linux.png") no-repeat scroll top left;
    background-size: 88px 88px;
}

@media only screen and (max-width: 560px) {
    #careers section#technologies .logo-linux {
        background-size: 66px 66px;
    }
}

#careers section#technologies .logo-mysql {
    background: transparent url("/img/careers/logo-mysql.png") no-repeat scroll top left;
    background-size: 88px 88px;
}

@media only screen and (max-width: 560px) {
    #careers section#technologies .logo-mysql {
        background-size: 66px 66px;
    }
}

#careers section#technologies .logo-php {
    background: transparent url("/img/careers/logo-php.png") no-repeat scroll top left;
    background-size: 88px 88px;
}

@media only screen and (max-width: 560px) {
    #careers section#technologies .logo-php {
        background-size: 66px 66px;
    }
}

#careers section#technologies .logo-puppet {
    background: transparent url("/img/careers/logo-puppet.png") no-repeat scroll top left;
    background-size: 88px 88px;
}

@media only screen and (max-width: 560px) {
    #careers section#technologies .logo-puppet {
        background-size: 66px 66px;
    }
}

#careers section#technologies .logo-python {
    background: transparent url("/img/careers/logo-python.png") no-repeat scroll top left;
    background-size: 88px 88px;
}

@media only screen and (max-width: 560px) {
    #careers section#technologies .logo-python {
        background-size: 66px 66px;
    }
}

#careers section#technologies .logo-rest {
    background: transparent url("/img/careers/logo-rest.png") no-repeat scroll top left;
    background-size: 88px 88px;
}

@media only screen and (max-width: 560px) {
    #careers section#technologies .logo-rest {
        background-size: 66px 66px;
    }
}

#careers section#technologies .logo-tornado {
    background: transparent url("/img/careers/logo-tornado.png") no-repeat scroll top left;
    background-size: 88px 88px;
}

@media only screen and (max-width: 560px) {
    #careers section#technologies .logo-tornado {
        background-size: 66px 66px;
    }
}

#careers section#technologies .logo-vmware {
    background: transparent url("/img/careers/logo-vmware.png") no-repeat scroll top left;
    background-size: 88px 88px;
}

@media only screen and (max-width: 560px) {
    #careers section#technologies .logo-vmware {
        background-size: 66px 66px;
    }
}

#careers section#technologies .logo-zabbix {
    background: transparent url("/img/careers/logo-zabbix.png") no-repeat scroll top left;
    background-size: 88px 88px;
}

@media only screen and (max-width: 560px) {
    #careers section#technologies .logo-zabbix {
        background-size: 66px 66px;
    }
}

#careers section#contact {
    min-height: 300px;
    padding: 35px 0;
    background: #ac440d url(/img/careers/bg-contact-careers.jpg) no-repeat top left;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}

.lt-ie9 #careers section#contact {
    background-position: center top;
    background-attachment: scroll;
}

#careers section#contact div.cover {
    background: transparent;
    background: rgba(0, 0, 0, 0.08);
}

#careers section#contact .fa {
    float: left;
    display: block;
    width: 50px;
    height: 50px;
    margin-right: 10px;
    border: 2px solid #ffffff;
    -webkit-border-radius: 200px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 200px;
    -moz-background-clip: padding;
    border-radius: 200px;
    background-clip: padding-box;
    background-color: #c44901;
    text-align: center;
}

#careers section#contact .fa:hover {
    background-color: rgba(196, 73, 1, 0.4);
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

#careers section#contact #recaptcha_response_field,
#careers section#contact #contact-msg,
#careers section#contact #contact-name,
#careers section#contact #contact-email,
#careers section#contact #contact-phone,
#careers section#contact #contact-send {
    color: #541f00;
}

#careers section#contact *::-webkit-input-placeholder {
    color: #b94501;
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

#careers section#contact *:-moz-placeholder {
    /* FF 4-18 */
    color: #b94501;
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

#careers section#contact *::-moz-placeholder {
    /* FF 19+ */
    color: #b94501;
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

#careers section#contact *:-ms-input-placeholder {
    /* IE 10+ */
    color: #b94501;
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

#careers section#contact #recaptcha_response_field {
    border: none !important;
    border-top: 1px solid #252525 !important;
}

#careers section#contact #contact-send {
    background-color: transparent;
    border: 2px solid #ffffff;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
}

#careers section#contact #contact-send:hover {
    background-color: rgba(196, 73, 1, 0.4);
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

#ten-reasons .reason,
#ten-reasons .reason-num,
#ten-reasons .reason-title,
#ten-reasons .reason-text {
    display: block;
}

#ten-reasons .reason-group {
    position: relative;
    width: 100%;
    padding-left: 380px;
}

@media only screen and (max-width: 970px) {
    #ten-reasons .reason-group {
        padding-left: 0;
    }
}

#ten-reasons #reason-img1 {
    position: absolute;
    top: 90px;
    left: 0;
    width: 300px;
    height: 300px;
    background: white url(/img/careers/bg-raison1.jpg) no-repeat top left;
}

#ten-reasons #reason-img2 {
    position: absolute;
    top: 220px;
    left: 20px;
    width: 300px;
    height: 300px;
    background: white url(/img/careers/bg-raison2.jpg) no-repeat top left;
}

@media only screen and (max-width: 970px) {
    #ten-reasons #reason-img1,
    #ten-reasons #reason-img2 {
        display: none;
    }
}

#ten-reasons .reason {
    position: relative;
    min-height: 100px;
    width: 100%;
    margin: 40px auto;
}

@media only screen and (max-width: 970px) {
    #ten-reasons .reason {
        width: 90%;
        margin: 60px auto;
    }
}

#ten-reasons #reason10 {
    left: -16%;
}

#ten-reasons #reason9 {
    left: 0%;
}

#ten-reasons #reason8 {
    left: -12%;
}

#ten-reasons #reason7 {
    left: -25%;
}

#ten-reasons #reason6 {
    left: -10%;
}

#ten-reasons #reason5 {
    left: 0%;
}

#ten-reasons #reason4 {
    left: 0%;
}

#ten-reasons #reason3 {
    left: -20%;
}

#ten-reasons #reason2 {
    left: -20%;
}

#ten-reasons #reason1 {
    left: -30%;
}

@media only screen and (max-width: 970px) {
    #ten-reasons #reason10 {
        left: 0;
    }
    #ten-reasons #reason9 {
        left: 15px;
    }
    #ten-reasons #reason8 {
        left: 30px;
    }
    #ten-reasons #reason7 {
        left: 15px;
    }
    #ten-reasons #reason6 {
        left: 0;
    }
    #ten-reasons #reason5 {
        left: 10px;
    }
    #ten-reasons #reason4 {
        left: 23px;
    }
    #ten-reasons #reason3 {
        left: 32px;
    }
    #ten-reasons #reason2 {
        left: 12px;
    }
    #ten-reasons #reason1 {
        left: -5px;
    }
}

@media only screen and (max-width: 560px) {
    #ten-reasons #reason10,
    #ten-reasons #reason9,
    #ten-reasons #reason8,
    #ten-reasons #reason7,
    #ten-reasons #reason6,
    #ten-reasons #reason5,
    #ten-reasons #reason4,
    #ten-reasons #reason3,
    #ten-reasons #reason2,
    #ten-reasons #reason1 {
        left: 0;
        padding-left: 0;
    }
}

#ten-reasons .reason-num {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 5px;
    font-size: 30px;
    font-weight: 400;
    text-align: center;
    color: white;
    -webkit-border-radius: 500px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 500px;
    -moz-background-clip: padding;
    border-radius: 500px;
    background-clip: padding-box;
}

#ten-reasons #reason10 {
    padding-left: 160px;
}

@media only screen and (max-width: 560px) {
    #ten-reasons #reason10 {
        padding-left: 0;
    }
}

#ten-reasons #reason10 .reason-num {
    width: 140px;
    height: 140px;
    line-height: 135px;
    border: 1px solid #f75733;
    background-color: #f75733;
}

@media only screen and (max-width: 560px) {
    #ten-reasons #reason10 .reason-num {
        position: static;
        float: left;
        width: auto;
        height: auto;
        line-height: 15px;
        margin-right: 10px;
        border: none;
        background-color: transparent;
        color: #e43109;
    }
}

#ten-reasons #reason10 .reason-title {
    color: #e43109;
}

#ten-reasons #reason9 {
    padding-left: 130px;
}

@media only screen and (max-width: 560px) {
    #ten-reasons #reason9 {
        padding-left: 0;
    }
}

#ten-reasons #reason9 .reason-num {
    width: 110px;
    height: 110px;
    line-height: 105px;
    border: 1px solid #01b858;
    background-color: #01b858;
}

@media only screen and (max-width: 560px) {
    #ten-reasons #reason9 .reason-num {
        position: static;
        float: left;
        width: auto;
        height: auto;
        line-height: 15px;
        margin-right: 10px;
        border: none;
        background-color: transparent;
        color: #017b3b;
    }
}

#ten-reasons #reason9 .reason-title {
    color: #017b3b;
}

#ten-reasons #reason8 {
    padding-left: 100px;
}

@media only screen and (max-width: 560px) {
    #ten-reasons #reason8 {
        padding-left: 0;
    }
}

#ten-reasons #reason8 .reason-num {
    width: 80px;
    height: 80px;
    line-height: 75px;
    border: 1px solid #f7c026;
    background-color: #f7c026;
}

@media only screen and (max-width: 560px) {
    #ten-reasons #reason8 .reason-num {
        position: static;
        float: left;
        width: auto;
        height: auto;
        line-height: 15px;
        margin-right: 10px;
        border: none;
        background-color: transparent;
        color: #d8a108;
    }
}

#ten-reasons #reason8 .reason-title {
    color: #d8a108;
}

#ten-reasons #reason7 {
    padding-left: 130px;
}

@media only screen and (max-width: 560px) {
    #ten-reasons #reason7 {
        padding-left: 0;
    }
}

#ten-reasons #reason7 .reason-num {
    width: 110px;
    height: 110px;
    line-height: 105px;
    border: 1px solid #3365d1;
    background-color: #3365d1;
}

@media only screen and (max-width: 560px) {
    #ten-reasons #reason7 .reason-num {
        position: static;
        float: left;
        width: auto;
        height: auto;
        line-height: 15px;
        margin-right: 10px;
        border: none;
        background-color: transparent;
        color: #254ca2;
    }
}

#ten-reasons #reason7 .reason-title {
    color: #254ca2;
}

#ten-reasons #reason6 {
    padding-left: 160px;
}

@media only screen and (max-width: 560px) {
    #ten-reasons #reason6 {
        padding-left: 0;
    }
}

#ten-reasons #reason6 .reason-num {
    width: 140px;
    height: 140px;
    line-height: 135px;
    border: 1px solid #f75733;
    background-color: #f75733;
}

@media only screen and (max-width: 560px) {
    #ten-reasons #reason6 .reason-num {
        position: static;
        float: left;
        width: auto;
        height: auto;
        line-height: 15px;
        margin-right: 10px;
        border: none;
        background-color: transparent;
        color: #e43109;
    }
}

#ten-reasons #reason6 .reason-title {
    color: #e43109;
}

#ten-reasons #reason5 {
    padding-left: 140px;
}

@media only screen and (max-width: 560px) {
    #ten-reasons #reason5 {
        padding-left: 0;
    }
}

#ten-reasons #reason5 .reason-num {
    width: 120px;
    height: 120px;
    line-height: 115px;
    border: 1px solid #01b858;
    background-color: #01b858;
}

@media only screen and (max-width: 560px) {
    #ten-reasons #reason5 .reason-num {
        position: static;
        float: left;
        width: auto;
        height: auto;
        line-height: 15px;
        margin-right: 10px;
        border: none;
        background-color: transparent;
        color: #017b3b;
    }
}

#ten-reasons #reason5 .reason-title {
    color: #017b3b;
}

#ten-reasons #reason4 {
    padding-left: 110px;
}

@media only screen and (max-width: 560px) {
    #ten-reasons #reason4 {
        padding-left: 0;
    }
}

#ten-reasons #reason4 .reason-num {
    width: 90px;
    height: 90px;
    line-height: 85px;
    border: 1px solid #f7c026;
    background-color: #f7c026;
}

@media only screen and (max-width: 560px) {
    #ten-reasons #reason4 .reason-num {
        position: static;
        float: left;
        width: auto;
        height: auto;
        line-height: 15px;
        margin-right: 10px;
        border: none;
        background-color: transparent;
        color: #d8a108;
    }
}

#ten-reasons #reason4 .reason-title {
    color: #d8a108;
}

#ten-reasons #reason3 {
    padding-left: 90px;
}

@media only screen and (max-width: 560px) {
    #ten-reasons #reason3 {
        padding-left: 0;
    }
}

#ten-reasons #reason3 .reason-num {
    width: 70px;
    height: 70px;
    line-height: 65px;
    border: 1px solid #3365d1;
    background-color: #3365d1;
}

@media only screen and (max-width: 560px) {
    #ten-reasons #reason3 .reason-num {
        position: static;
        float: left;
        width: auto;
        height: auto;
        line-height: 15px;
        margin-right: 10px;
        border: none;
        background-color: transparent;
        color: #254ca2;
    }
}

#ten-reasons #reason3 .reason-title {
    color: #254ca2;
}

#ten-reasons #reason2 {
    padding-left: 130px;
}

@media only screen and (max-width: 560px) {
    #ten-reasons #reason2 {
        padding-left: 0;
    }
}

#ten-reasons #reason2 .reason-num {
    width: 110px;
    height: 110px;
    line-height: 105px;
    border: 1px solid #f75733;
    background-color: #f75733;
}

@media only screen and (max-width: 560px) {
    #ten-reasons #reason2 .reason-num {
        position: static;
        float: left;
        width: auto;
        height: auto;
        line-height: 15px;
        margin-right: 10px;
        border: none;
        background-color: transparent;
        color: #e43109;
    }
}

#ten-reasons #reason2 .reason-title {
    color: #e43109;
}

#ten-reasons #reason1 {
    padding-left: 170px;
}

@media only screen and (max-width: 560px) {
    #ten-reasons #reason1 {
        padding-left: 0;
    }
}

#ten-reasons #reason1 .reason-num {
    width: 150px;
    height: 150px;
    line-height: 145px;
    border: 1px solid #01b858;
    background-color: #01b858;
}

@media only screen and (max-width: 560px) {
    #ten-reasons #reason1 .reason-num {
        position: static;
        float: left;
        width: auto;
        height: auto;
        line-height: 15px;
        margin-right: 10px;
        border: none;
        background-color: transparent;
        color: #017b3b;
    }
}

#ten-reasons #reason1 .reason-title {
    color: #017b3b;
}

#ten-reasons .reason-title {
    margin-bottom: 10px;
    font-size: 1.3em;
    font-weight: 900;
}