@import url("https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900");

/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
    font-family: 'FontAwesome';
    src: url("../fonts/fontawesome-webfont.eot?v=4.4.0");
    src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.4.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.4.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.4.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Circle-Regular';
    src: url("/fonts/Circle-Regular.otf");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Circle-Light';
    src: url("/fonts/Circle-Light.otf");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'SF-Compact';
    src: url("/fonts/SF-Compact-Medium.otf");
    font-weight: normal;
    font-style: normal
}

.circle-light {
    font-family: Circle-Light;
}

h1.home {
    text-transform: uppercase;
    color: #64DC0F !important;
}

h1.home .circle-light {
    text-transform: lowercase;
    color: #fff;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14286em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14286em;
    width: 2.14286em;
    top: .14286em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: ""
}

.fa-music:before {
    content: ""
}

.fa-search:before {
    content: ""
}

.fa-envelope-o:before {
    content: ""
}

.fa-heart:before {
    content: ""
}

.fa-star:before {
    content: ""
}

.fa-star-o:before {
    content: ""
}

.fa-user:before {
    content: ""
}

.fa-film:before {
    content: ""
}

.fa-th-large:before {
    content: ""
}

.fa-th:before {
    content: ""
}

.fa-th-list:before {
    content: ""
}

.fa-check:before {
    content: ""
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: ""
}

.fa-search-plus:before {
    content: ""
}

.fa-search-minus:before {
    content: ""
}

.fa-power-off:before {
    content: ""
}

.fa-signal:before {
    content: ""
}

.fa-gear:before,
.fa-cog:before {
    content: ""
}

.fa-trash-o:before {
    content: ""
}

.fa-home:before {
    content: ""
}

.fa-file-o:before {
    content: ""
}

.fa-clock-o:before {
    content: ""
}

.fa-road:before {
    content: ""
}

.fa-download:before {
    content: ""
}

.fa-arrow-circle-o-down:before {
    content: ""
}

.fa-arrow-circle-o-up:before {
    content: ""
}

.fa-inbox:before {
    content: ""
}

.fa-play-circle-o:before {
    content: ""
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: ""
}

.fa-refresh:before {
    content: ""
}

.fa-list-alt:before {
    content: ""
}

.fa-lock:before {
    content: ""
}

.fa-flag:before {
    content: ""
}

.fa-headphones:before {
    content: ""
}

.fa-volume-off:before {
    content: ""
}

.fa-volume-down:before {
    content: ""
}

.fa-volume-up:before {
    content: ""
}

.fa-qrcode:before {
    content: ""
}

.fa-barcode:before {
    content: ""
}

.fa-tag:before {
    content: ""
}

.fa-tags:before {
    content: ""
}

.fa-book:before {
    content: ""
}

.fa-bookmark:before {
    content: ""
}

.fa-print:before {
    content: ""
}

.fa-camera:before {
    content: ""
}

.fa-font:before {
    content: ""
}

.fa-bold:before {
    content: ""
}

.fa-italic:before {
    content: ""
}

.fa-text-height:before {
    content: ""
}

.fa-text-width:before {
    content: ""
}

.fa-align-left:before {
    content: ""
}

.fa-align-center:before {
    content: ""
}

.fa-align-right:before {
    content: ""
}

.fa-align-justify:before {
    content: ""
}

.fa-list:before {
    content: ""
}

.fa-dedent:before,
.fa-outdent:before {
    content: ""
}

.fa-indent:before {
    content: ""
}

.fa-video-camera:before {
    content: ""
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: ""
}

.fa-pencil:before {
    content: ""
}

.fa-map-marker:before {
    content: ""
}

.fa-adjust:before {
    content: ""
}

.fa-tint:before {
    content: ""
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: ""
}

.fa-share-square-o:before {
    content: ""
}

.fa-check-square-o:before {
    content: ""
}

.fa-arrows:before {
    content: ""
}

.fa-step-backward:before {
    content: ""
}

.fa-fast-backward:before {
    content: ""
}

.fa-backward:before {
    content: ""
}

.fa-play:before {
    content: ""
}

.fa-pause:before {
    content: ""
}

.fa-stop:before {
    content: ""
}

.fa-forward:before {
    content: ""
}

.fa-fast-forward:before {
    content: ""
}

.fa-step-forward:before {
    content: ""
}

.fa-eject:before {
    content: ""
}

.fa-chevron-left:before {
    content: ""
}

.fa-chevron-right:before {
    content: ""
}

.fa-plus-circle:before {
    content: ""
}

.fa-minus-circle:before {
    content: ""
}

.fa-times-circle:before {
    content: ""
}

.fa-check-circle:before {
    content: ""
}

.fa-question-circle:before {
    content: ""
}

.fa-info-circle:before {
    content: ""
}

.fa-crosshairs:before {
    content: ""
}

.fa-times-circle-o:before {
    content: ""
}

.fa-check-circle-o:before {
    content: ""
}

.fa-ban:before {
    content: ""
}

.fa-arrow-left:before {
    content: ""
}

.fa-arrow-right:before {
    content: ""
}

.fa-arrow-up:before {
    content: ""
}

.fa-arrow-down:before {
    content: ""
}

.fa-mail-forward:before,
.fa-share:before {
    content: ""
}

.fa-expand:before {
    content: ""
}

.fa-compress:before {
    content: ""
}

.fa-plus:before {
    content: ""
}

.fa-minus:before {
    content: ""
}

.fa-asterisk:before {
    content: ""
}

.fa-exclamation-circle:before {
    content: ""
}

.fa-gift:before {
    content: ""
}

.fa-leaf:before {
    content: ""
}

.fa-fire:before {
    content: ""
}

.fa-eye:before {
    content: ""
}

.fa-eye-slash:before {
    content: ""
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: ""
}

.fa-plane:before {
    content: ""
}

.fa-calendar:before {
    content: ""
}

.fa-random:before {
    content: ""
}

.fa-comment:before {
    content: ""
}

.fa-magnet:before {
    content: ""
}

.fa-chevron-up:before {
    content: ""
}

.fa-chevron-down:before {
    content: ""
}

.fa-retweet:before {
    content: ""
}

.fa-shopping-cart:before {
    content: ""
}

.fa-folder:before {
    content: ""
}

.fa-folder-open:before {
    content: ""
}

.fa-arrows-v:before {
    content: ""
}

.fa-arrows-h:before {
    content: ""
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: ""
}

.fa-twitter-square:before {
    content: ""
}

.fa-facebook-square:before {
    content: ""
}

.fa-camera-retro:before {
    content: ""
}

.fa-key:before {
    content: ""
}

.fa-gears:before,
.fa-cogs:before {
    content: ""
}

.fa-comments:before {
    content: ""
}

.fa-thumbs-o-up:before {
    content: ""
}

.fa-thumbs-o-down:before {
    content: ""
}

.fa-star-half:before {
    content: ""
}

.fa-heart-o:before {
    content: ""
}

.fa-sign-out:before {
    content: ""
}

.fa-linkedin-square:before {
    content: ""
}

.fa-thumb-tack:before {
    content: ""
}

.fa-external-link:before {
    content: ""
}

.fa-sign-in:before {
    content: ""
}

.fa-trophy:before {
    content: ""
}

.fa-github-square:before {
    content: ""
}

.fa-upload:before {
    content: ""
}

.fa-lemon-o:before {
    content: ""
}

.fa-phone:before {
    content: ""
}

.fa-square-o:before {
    content: ""
}

.fa-bookmark-o:before {
    content: ""
}

.fa-phone-square:before {
    content: ""
}

.fa-twitter:before {
    content: ""
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: ""
}

.fa-github:before {
    content: ""
}

.fa-unlock:before {
    content: ""
}

.fa-credit-card:before {
    content: ""
}

.fa-feed:before,
.fa-rss:before {
    content: ""
}

.fa-hdd-o:before {
    content: ""
}

.fa-bullhorn:before {
    content: ""
}

.fa-bell:before {
    content: ""
}

.fa-certificate:before {
    content: ""
}

.fa-hand-o-right:before {
    content: ""
}

.fa-hand-o-left:before {
    content: ""
}

.fa-hand-o-up:before {
    content: ""
}

.fa-hand-o-down:before {
    content: ""
}

.fa-arrow-circle-left:before {
    content: ""
}

.fa-arrow-circle-right:before {
    content: ""
}

.fa-arrow-circle-up:before {
    content: ""
}

.fa-arrow-circle-down:before {
    content: ""
}

.fa-globe:before {
    content: ""
}

.fa-wrench:before {
    content: ""
}

.fa-tasks:before {
    content: ""
}

.fa-filter:before {
    content: ""
}

.fa-briefcase:before {
    content: ""
}

.fa-arrows-alt:before {
    content: ""
}

.fa-group:before,
.fa-users:before {
    content: ""
}

.fa-chain:before,
.fa-link:before {
    content: ""
}

.fa-cloud:before {
    content: ""
}

.fa-flask:before {
    content: ""
}

.fa-cut:before,
.fa-scissors:before {
    content: ""
}

.fa-copy:before,
.fa-files-o:before {
    content: ""
}

.fa-paperclip:before {
    content: ""
}

.fa-save:before,
.fa-floppy-o:before {
    content: ""
}

.fa-square:before {
    content: ""
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: ""
}

.fa-list-ul:before {
    content: ""
}

.fa-list-ol:before {
    content: ""
}

.fa-strikethrough:before {
    content: ""
}

.fa-underline:before {
    content: ""
}

.fa-table:before {
    content: ""
}

.fa-magic:before {
    content: ""
}

.fa-truck:before {
    content: ""
}

.fa-pinterest:before {
    content: ""
}

.fa-pinterest-square:before {
    content: ""
}

.fa-google-plus-square:before {
    content: ""
}

.fa-google-plus:before {
    content: ""
}

.fa-money:before {
    content: ""
}

.fa-caret-down:before {
    content: ""
}

.fa-caret-up:before {
    content: ""
}

.fa-caret-left:before {
    content: ""
}

.fa-caret-right:before {
    content: ""
}

.fa-columns:before {
    content: ""
}

.fa-unsorted:before,
.fa-sort:before {
    content: ""
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: ""
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: ""
}

.fa-envelope:before {
    content: ""
}

.fa-linkedin:before {
    content: ""
}

.fa-rotate-left:before,
.fa-undo:before {
    content: ""
}

.fa-legal:before,
.fa-gavel:before {
    content: ""
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: ""
}

.fa-comment-o:before {
    content: ""
}

.fa-comments-o:before {
    content: ""
}

.fa-flash:before,
.fa-bolt:before {
    content: ""
}

.fa-sitemap:before {
    content: ""
}

.fa-umbrella:before {
    content: ""
}

.fa-paste:before,
.fa-clipboard:before {
    content: ""
}

.fa-lightbulb-o:before {
    content: ""
}

.fa-exchange:before {
    content: ""
}

.fa-cloud-download:before {
    content: ""
}

.fa-cloud-upload:before {
    content: ""
}

.fa-user-md:before {
    content: ""
}

.fa-stethoscope:before {
    content: ""
}

.fa-suitcase:before {
    content: ""
}

.fa-bell-o:before {
    content: ""
}

.fa-coffee:before {
    content: ""
}

.fa-cutlery:before {
    content: ""
}

.fa-file-text-o:before {
    content: ""
}

.fa-building-o:before {
    content: ""
}

.fa-hospital-o:before {
    content: ""
}

.fa-ambulance:before {
    content: ""
}

.fa-medkit:before {
    content: ""
}

.fa-fighter-jet:before {
    content: ""
}

.fa-beer:before {
    content: ""
}

.fa-h-square:before {
    content: ""
}

.fa-plus-square:before {
    content: ""
}

.fa-angle-double-left:before {
    content: ""
}

.fa-angle-double-right:before {
    content: ""
}

.fa-angle-double-up:before {
    content: ""
}

.fa-angle-double-down:before {
    content: ""
}

.fa-angle-left:before {
    content: ""
}

.fa-angle-right:before {
    content: ""
}

.fa-angle-up:before {
    content: ""
}

.fa-angle-down:before {
    content: ""
}

.fa-desktop:before {
    content: ""
}

.fa-laptop:before {
    content: ""
}

.fa-tablet:before {
    content: ""
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: ""
}

.fa-circle-o:before {
    content: ""
}

.fa-quote-left:before {
    content: ""
}

.fa-quote-right:before {
    content: ""
}

.fa-spinner:before {
    content: ""
}

.fa-circle:before {
    content: ""
}

.fa-mail-reply:before,
.fa-reply:before {
    content: ""
}

.fa-github-alt:before {
    content: ""
}

.fa-folder-o:before {
    content: ""
}

.fa-folder-open-o:before {
    content: ""
}

.fa-smile-o:before {
    content: ""
}

.fa-frown-o:before {
    content: ""
}

.fa-meh-o:before {
    content: ""
}

.fa-gamepad:before {
    content: ""
}

.fa-keyboard-o:before {
    content: ""
}

.fa-flag-o:before {
    content: ""
}

.fa-flag-checkered:before {
    content: ""
}

.fa-terminal:before {
    content: ""
}

.fa-code:before {
    content: ""
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: ""
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: ""
}

.fa-location-arrow:before {
    content: ""
}

.fa-crop:before {
    content: ""
}

.fa-code-fork:before {
    content: ""
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: ""
}

.fa-question:before {
    content: ""
}

.fa-info:before {
    content: ""
}

.fa-exclamation:before {
    content: ""
}

.fa-superscript:before {
    content: ""
}

.fa-subscript:before {
    content: ""
}

.fa-eraser:before {
    content: ""
}

.fa-puzzle-piece:before {
    content: ""
}

.fa-microphone:before {
    content: ""
}

.fa-microphone-slash:before {
    content: ""
}

.fa-shield:before {
    content: ""
}

.fa-calendar-o:before {
    content: ""
}

.fa-fire-extinguisher:before {
    content: ""
}

.fa-rocket:before {
    content: ""
}

.fa-maxcdn:before {
    content: ""
}

.fa-chevron-circle-left:before {
    content: ""
}

.fa-chevron-circle-right:before {
    content: ""
}

.fa-chevron-circle-up:before {
    content: ""
}

.fa-chevron-circle-down:before {
    content: ""
}

.fa-html5:before {
    content: ""
}

.fa-css3:before {
    content: ""
}

.fa-anchor:before {
    content: ""
}

.fa-unlock-alt:before {
    content: ""
}

.fa-bullseye:before {
    content: ""
}

.fa-ellipsis-h:before {
    content: ""
}

.fa-ellipsis-v:before {
    content: ""
}

.fa-rss-square:before {
    content: ""
}

.fa-play-circle:before {
    content: ""
}

.fa-ticket:before {
    content: ""
}

.fa-minus-square:before {
    content: ""
}

.fa-minus-square-o:before {
    content: ""
}

.fa-level-up:before {
    content: ""
}

.fa-level-down:before {
    content: ""
}

.fa-check-square:before {
    content: ""
}

.fa-pencil-square:before {
    content: ""
}

.fa-external-link-square:before {
    content: ""
}

.fa-share-square:before {
    content: ""
}

.fa-compass:before {
    content: ""
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: ""
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: ""
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: ""
}

.fa-euro:before,
.fa-eur:before {
    content: ""
}

.fa-gbp:before {
    content: ""
}

.fa-dollar:before,
.fa-usd:before {
    content: ""
}

.fa-rupee:before,
.fa-inr:before {
    content: ""
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: ""
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: ""
}

.fa-won:before,
.fa-krw:before {
    content: ""
}

.fa-bitcoin:before,
.fa-btc:before {
    content: ""
}

.fa-file:before {
    content: ""
}

.fa-file-text:before {
    content: ""
}

.fa-sort-alpha-asc:before {
    content: ""
}

.fa-sort-alpha-desc:before {
    content: ""
}

.fa-sort-amount-asc:before {
    content: ""
}

.fa-sort-amount-desc:before {
    content: ""
}

.fa-sort-numeric-asc:before {
    content: ""
}

.fa-sort-numeric-desc:before {
    content: ""
}

.fa-thumbs-up:before {
    content: ""
}

.fa-thumbs-down:before {
    content: ""
}

.fa-youtube-square:before {
    content: ""
}

.fa-youtube:before {
    content: ""
}

.fa-xing:before {
    content: ""
}

.fa-xing-square:before {
    content: ""
}

.fa-youtube-play:before {
    content: ""
}

.fa-dropbox:before {
    content: ""
}

.fa-stack-overflow:before {
    content: ""
}

.fa-instagram:before {
    content: ""
}

.fa-flickr:before {
    content: ""
}

.fa-adn:before {
    content: ""
}

.fa-bitbucket:before {
    content: ""
}

.fa-bitbucket-square:before {
    content: ""
}

.fa-tumblr:before {
    content: ""
}

.fa-tumblr-square:before {
    content: ""
}

.fa-long-arrow-down:before {
    content: ""
}

.fa-long-arrow-up:before {
    content: ""
}

.fa-long-arrow-left:before {
    content: ""
}

.fa-long-arrow-right:before {
    content: ""
}

.fa-apple:before {
    content: ""
}

.fa-windows:before {
    content: ""
}

.fa-android:before {
    content: ""
}

.fa-linux:before {
    content: ""
}

.fa-dribbble:before {
    content: ""
}

.fa-skype:before {
    content: ""
}

.fa-foursquare:before {
    content: ""
}

.fa-trello:before {
    content: ""
}

.fa-female:before {
    content: ""
}

.fa-male:before {
    content: ""
}

.fa-gittip:before,
.fa-gratipay:before {
    content: ""
}

.fa-sun-o:before {
    content: ""
}

.fa-moon-o:before {
    content: ""
}

.fa-archive:before {
    content: ""
}

.fa-bug:before {
    content: ""
}

.fa-vk:before {
    content: ""
}

.fa-weibo:before {
    content: ""
}

.fa-renren:before {
    content: ""
}

.fa-pagelines:before {
    content: ""
}

.fa-stack-exchange:before {
    content: ""
}

.fa-arrow-circle-o-right:before {
    content: ""
}

.fa-arrow-circle-o-left:before {
    content: ""
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: ""
}

.fa-dot-circle-o:before {
    content: ""
}

.fa-wheelchair:before {
    content: ""
}

.fa-vimeo-square:before {
    content: ""
}

.fa-turkish-lira:before,
.fa-try:before {
    content: ""
}

.fa-plus-square-o:before {
    content: ""
}

.fa-space-shuttle:before {
    content: ""
}

.fa-slack:before {
    content: ""
}

.fa-envelope-square:before {
    content: ""
}

.fa-wordpress:before {
    content: ""
}

.fa-openid:before {
    content: ""
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: ""
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: ""
}

.fa-yahoo:before {
    content: ""
}

.fa-google:before {
    content: ""
}

.fa-reddit:before {
    content: ""
}

.fa-reddit-square:before {
    content: ""
}

.fa-stumbleupon-circle:before {
    content: ""
}

.fa-stumbleupon:before {
    content: ""
}

.fa-delicious:before {
    content: ""
}

.fa-digg:before {
    content: ""
}

.fa-pied-piper:before {
    content: ""
}

.fa-pied-piper-alt:before {
    content: ""
}

.fa-drupal:before {
    content: ""
}

.fa-joomla:before {
    content: ""
}

.fa-language:before {
    content: ""
}

.fa-fax:before {
    content: ""
}

.fa-building:before {
    content: ""
}

.fa-child:before {
    content: ""
}

.fa-paw:before {
    content: ""
}

.fa-spoon:before {
    content: ""
}

.fa-cube:before {
    content: ""
}

.fa-cubes:before {
    content: ""
}

.fa-behance:before {
    content: ""
}

.fa-behance-square:before {
    content: ""
}

.fa-steam:before {
    content: ""
}

.fa-steam-square:before {
    content: ""
}

.fa-recycle:before {
    content: ""
}

.fa-automobile:before,
.fa-car:before {
    content: ""
}

.fa-cab:before,
.fa-taxi:before {
    content: ""
}

.fa-tree:before {
    content: ""
}

.fa-spotify:before {
    content: ""
}

.fa-deviantart:before {
    content: ""
}

.fa-soundcloud:before {
    content: ""
}

.fa-database:before {
    content: ""
}

.fa-file-pdf-o:before {
    content: ""
}

.fa-file-word-o:before {
    content: ""
}

.fa-file-excel-o:before {
    content: ""
}

.fa-file-powerpoint-o:before {
    content: ""
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: ""
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: ""
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: ""
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: ""
}

.fa-file-code-o:before {
    content: ""
}

.fa-vine:before {
    content: ""
}

.fa-codepen:before {
    content: ""
}

.fa-jsfiddle:before {
    content: ""
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: ""
}

.fa-circle-o-notch:before {
    content: ""
}

.fa-ra:before,
.fa-rebel:before {
    content: ""
}

.fa-ge:before,
.fa-empire:before {
    content: ""
}

.fa-git-square:before {
    content: ""
}

.fa-git:before {
    content: ""
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: ""
}

.fa-tencent-weibo:before {
    content: ""
}

.fa-qq:before {
    content: ""
}

.fa-wechat:before,
.fa-weixin:before {
    content: ""
}

.fa-send:before,
.fa-paper-plane:before {
    content: ""
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: ""
}

.fa-history:before {
    content: ""
}

.fa-circle-thin:before {
    content: ""
}

.fa-header:before {
    content: ""
}

.fa-paragraph:before {
    content: ""
}

.fa-sliders:before {
    content: ""
}

.fa-share-alt:before {
    content: ""
}

.fa-share-alt-square:before {
    content: ""
}

.fa-bomb:before {
    content: ""
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: ""
}

.fa-tty:before {
    content: ""
}

.fa-binoculars:before {
    content: ""
}

.fa-plug:before {
    content: ""
}

.fa-slideshare:before {
    content: ""
}

.fa-twitch:before {
    content: ""
}

.fa-yelp:before {
    content: ""
}

.fa-newspaper-o:before {
    content: ""
}

.fa-wifi:before {
    content: ""
}

.fa-calculator:before {
    content: ""
}

.fa-paypal:before {
    content: ""
}

.fa-google-wallet:before {
    content: ""
}

.fa-cc-visa:before {
    content: ""
}

.fa-cc-mastercard:before {
    content: ""
}

.fa-cc-discover:before {
    content: ""
}

.fa-cc-amex:before {
    content: ""
}

.fa-cc-paypal:before {
    content: ""
}

.fa-cc-stripe:before {
    content: ""
}

.fa-bell-slash:before {
    content: ""
}

.fa-bell-slash-o:before {
    content: ""
}

.fa-trash:before {
    content: ""
}

.fa-copyright:before {
    content: ""
}

.fa-at:before {
    content: ""
}

.fa-eyedropper:before {
    content: ""
}

.fa-paint-brush:before {
    content: ""
}

.fa-birthday-cake:before {
    content: ""
}

.fa-area-chart:before {
    content: ""
}

.fa-pie-chart:before {
    content: ""
}

.fa-line-chart:before {
    content: ""
}

.fa-lastfm:before {
    content: ""
}

.fa-lastfm-square:before {
    content: ""
}

.fa-toggle-off:before {
    content: ""
}

.fa-toggle-on:before {
    content: ""
}

.fa-bicycle:before {
    content: ""
}

.fa-bus:before {
    content: ""
}

.fa-ioxhost:before {
    content: ""
}

.fa-angellist:before {
    content: ""
}

.fa-cc:before {
    content: ""
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: ""
}

.fa-meanpath:before {
    content: ""
}

.fa-buysellads:before {
    content: ""
}

.fa-connectdevelop:before {
    content: ""
}

.fa-dashcube:before {
    content: ""
}

.fa-forumbee:before {
    content: ""
}

.fa-leanpub:before {
    content: ""
}

.fa-sellsy:before {
    content: ""
}

.fa-shirtsinbulk:before {
    content: ""
}

.fa-simplybuilt:before {
    content: ""
}

.fa-skyatlas:before {
    content: ""
}

.fa-cart-plus:before {
    content: ""
}

.fa-cart-arrow-down:before {
    content: ""
}

.fa-diamond:before {
    content: ""
}

.fa-ship:before {
    content: ""
}

.fa-user-secret:before {
    content: ""
}

.fa-motorcycle:before {
    content: ""
}

.fa-street-view:before {
    content: ""
}

.fa-heartbeat:before {
    content: ""
}

.fa-venus:before {
    content: ""
}

.fa-mars:before {
    content: ""
}

.fa-mercury:before {
    content: ""
}

.fa-intersex:before,
.fa-transgender:before {
    content: ""
}

.fa-transgender-alt:before {
    content: ""
}

.fa-venus-double:before {
    content: ""
}

.fa-mars-double:before {
    content: ""
}

.fa-venus-mars:before {
    content: ""
}

.fa-mars-stroke:before {
    content: ""
}

.fa-mars-stroke-v:before {
    content: ""
}

.fa-mars-stroke-h:before {
    content: ""
}

.fa-neuter:before {
    content: ""
}

.fa-genderless:before {
    content: ""
}

.fa-facebook-official:before {
    content: ""
}

.fa-pinterest-p:before {
    content: ""
}

.fa-whatsapp:before {
    content: ""
}

.fa-server:before {
    content: ""
}

.fa-user-plus:before {
    content: ""
}

.fa-user-times:before {
    content: ""
}

.fa-hotel:before,
.fa-bed:before {
    content: ""
}

.fa-viacoin:before {
    content: ""
}

.fa-train:before {
    content: ""
}

.fa-subway:before {
    content: ""
}

.fa-medium:before {
    content: ""
}

.fa-yc:before,
.fa-y-combinator:before {
    content: ""
}

.fa-optin-monster:before {
    content: ""
}

.fa-opencart:before {
    content: ""
}

.fa-expeditedssl:before {
    content: ""
}

.fa-battery-4:before,
.fa-battery-full:before {
    content: ""
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: ""
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: ""
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: ""
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: ""
}

.fa-mouse-pointer:before {
    content: ""
}

.fa-i-cursor:before {
    content: ""
}

.fa-object-group:before {
    content: ""
}

.fa-object-ungroup:before {
    content: ""
}

.fa-sticky-note:before {
    content: ""
}

.fa-sticky-note-o:before {
    content: ""
}

.fa-cc-jcb:before {
    content: ""
}

.fa-cc-diners-club:before {
    content: ""
}

.fa-clone:before {
    content: ""
}

.fa-balance-scale:before {
    content: ""
}

.fa-hourglass-o:before {
    content: ""
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: ""
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: ""
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: ""
}

.fa-hourglass:before {
    content: ""
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: ""
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: ""
}

.fa-hand-scissors-o:before {
    content: ""
}

.fa-hand-lizard-o:before {
    content: ""
}

.fa-hand-spock-o:before {
    content: ""
}

.fa-hand-pointer-o:before {
    content: ""
}

.fa-hand-peace-o:before {
    content: ""
}

.fa-trademark:before {
    content: ""
}

.fa-registered:before {
    content: ""
}

.fa-creative-commons:before {
    content: ""
}

.fa-gg:before {
    content: ""
}

.fa-gg-circle:before {
    content: ""
}

.fa-tripadvisor:before {
    content: ""
}

.fa-odnoklassniki:before {
    content: ""
}

.fa-odnoklassniki-square:before {
    content: ""
}

.fa-get-pocket:before {
    content: ""
}

.fa-wikipedia-w:before {
    content: ""
}

.fa-safari:before {
    content: ""
}

.fa-chrome:before {
    content: ""
}

.fa-firefox:before {
    content: ""
}

.fa-opera:before {
    content: ""
}

.fa-internet-explorer:before {
    content: ""
}

.fa-tv:before,
.fa-television:before {
    content: ""
}

.fa-contao:before {
    content: ""
}

.fa-500px:before {
    content: ""
}

.fa-amazon:before {
    content: ""
}

.fa-calendar-plus-o:before {
    content: ""
}

.fa-calendar-minus-o:before {
    content: ""
}

.fa-calendar-times-o:before {
    content: ""
}

.fa-calendar-check-o:before {
    content: ""
}

.fa-industry:before {
    content: ""
}

.fa-map-pin:before {
    content: ""
}

.fa-map-signs:before {
    content: ""
}

.fa-map-o:before {
    content: ""
}

.fa-map:before {
    content: ""
}

.fa-commenting:before {
    content: ""
}

.fa-commenting-o:before {
    content: ""
}

.fa-houzz:before {
    content: ""
}

.fa-vimeo:before {
    content: ""
}

.fa-black-tie:before {
    content: ""
}

.fa-fonticons:before {
    content: ""
}

* {
    margin: 0px;
    padding: 0px;
    font-family: 'Roboto', sans-serif;
    outline: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

a {
    text-decoration: none
}

a img {
    border: none
}

img {
    display: block
}

body,
html {
    width: 100%;
    height: 100%;
    background: #0b1118;
    overflow: hidden
}

.clear {
    clear: both
}

p {
    font-size: 14px;
    color: #31404b
}

h1 {
    color: #31404b;
    font-size: 40px;
    font-family: 'Circle-Regular', serif
}

h2 {
    color: #31404b;
    font-family: 'Circle-Regular', serif;
    font-size: 35px
}

h3 {
    color: #31404b;
    font-family: 'Circle-Regular', serif
}

.navBottom {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 210px;
    text-align: center;
    cursor: pointer
}

.navBottomLeft {
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 50%;
    background-color: #5676b6;
    opacity: 1;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.navBottomLeft:hover {
    opacity: 0.9
}

.navBottomLeft p {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 8px;
    padding: 0px 17%
}

.navBottomRight {
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    width: 50%;
    background-color: #64DC0F;
    opacity: 1;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.navBottomRight:hover {
    opacity: 0.8
}

.navBottomRight a {
    color: #fff;
    font-size: 23px
}

.navBottomRight a .fa {
    padding-left: 5px
}

.navBottomLeftInner,
.navBottomRightInner {
    position: absolute;
    top: 50%;
    left: 0px;
    right: 0px;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.inner {
    padding: 30px 45px 255px 45px;
    position: relative;
    min-height: 100%
}

.btn {
    display: inline-block;
    padding: 11px 40px;
    border: 1px solid #fff;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    text-transform: uppercase;
    color: #fff;
    font-size: 11px;
    -moz-transition-property: border-radius, background-color, color;
    -o-transition-property: border-radius, background-color, color;
    -webkit-transition-property: border-radius, background-color, color;
    transition-property: border-radius, background-color, color;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.btn:hover {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #fff;
    color: #31404b
}

.btn.vert {
    background-color: #64DC0F;
    border: 1px solid #64DC0F
}

.btn.vert:hover {
    background-color: #76f01f;
    color: #fff;
    border: 1px solid #76f01f
}

.form-elem {
    width: 100%;
    background-color: #fff;
    font-size: 14px;
    margin-bottom: 15px;
    padding: 15px;
    color: #6c8693;
    border: none
}

.form-elem:-moz-placeholder {
    color: #6c8693;
    font-size: 14px
}

.form-elem::-moz-placeholder {
    color: #6c8693;
    font-size: 14px
}

.form-elem:-ms-input-placeholder {
    color: #6c8693;
    font-size: 14px
}

.form-elem::-webkit-input-placeholder {
    color: #6c8693;
    font-size: 14px
}

.form-elem.big {
    max-width: 512px
}

label {
    color: #6c8693;
    font-size: 13px;
    display: block;
    margin-bottom: 8px
}

button {
    cursor: pointer
}

.message {
    width: 100%;
    padding: 20px 20px 20px 35px;
    margin-bottom: 30px;
    background-color: #fff;
    position: relative
}

.message h3 {
    padding-bottom: 5px
}

.message#erreur h3 {
    color: #5676b6
}

.message#erreur span {
    background-color: #5676b6
}

.message#succes h3 {
    color: #49b24f
}

.message#succes span {
    background-color: #49b24f
}

.message#infos h3 {
    color: #555
}

.message#infos span {
    background-color: #555
}

.messageCouleur {
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 6px;
    display: block
}

.wysiwyg p {
    font-size: 17px;
    line-height: 25px;
    color: #6a8491;
    margin-bottom: 16px
}

.wysiwyg h2 {
    margin-bottom: 16px
}

.wysiwyg h3 {
    font-size: 27px;
    font-weight: 400;
    margin-bottom: 16px
}

.wysiwyg h4 {
    font-size: 19px;
    font-weight: 400;
    margin-bottom: 16px
}

.wysiwyg ul,
.wysiwyg ol {
    margin: 0px 0px 16px 20px
}

.wysiwyg ul li,
.wysiwyg ol li {
    font-size: 17px;
    color: #6a8491;
    line-height: 25px;
    list-style: none;
    position: relative
}

.wysiwyg ul li:after,
.wysiwyg ol li:after {
    font-family: FontAwesome;
    content: '\f105';
    position: absolute;
    height: 20px;
    width: 20px;
    left: -20px;
    top: 3px;
    font-size: 18px;
    text-align: center;
    line-height: 20px
}

.wysiwyg .actualiteVideo {
    margin-bottom: 16px
}

.wysiwyg img {
    max-width: 100%;
    height: auto;
    margin-bottom: 16px
}

.wysiwyg table {
    margin-bottom: 16px;
    color: #6a8491;
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%
}

.wysiwyg table td {
    border: 1px solid #78909c;
    padding: 10px
}

.wysiwyg a {
    color: #64DC0F
}

.sr {
    visibility: hidden
}

.main {
    position: absolute;
    left: 80px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    overflow: hidden;
    background-color: #121b26;
    z-index: 2;
    -webkit-overflow-scrolling: touch;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -moz-transition-duration: 0.7s;
    -o-transition-duration: 0.7s;
    -webkit-transition-duration: 0.7s;
    transition-duration: 0.7s;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -moz-transform: scale(1) translateY(0px);
    -ms-transform: scale(1) translateY(0px);
    -webkit-transform: scale(1) translateY(0px);
    transform: scale(1) translateY(0px)
}

.main.outModule {
    -moz-transform: scale(0.95) translateY(180px);
    -ms-transform: scale(0.95) translateY(180px);
    -webkit-transform: scale(0.95) translateY(180px);
    transform: scale(0.95) translateY(180px)
}

.menu {
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 80px;
    background-color: #090b0f;
    z-index: 5
}

.menuMobile {
    display: none;
    height: 70px;
    background-color: #090b0f;
    width: 100%
}

.menuLogoMobile {
    float: left;
    width: calc(100% - 140px);
    height: 70px;
    text-align: center;
    display: block
}

.menuLogoMobile img {
    height: 70px;
    display: inline-block
}

.menuLogo img {
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    opacity: 1
}

.menuLogo:hover img {
    opacity: 0.75
}

.menuBtn,
.menuMobileBtn {
    position: relative;
    height: 55px;
    width: 80px;
    cursor: pointer;
    background-color: #181e29
}

.menuBtn span,
.menuMobileBtn span {
    position: absolute;
    left: 0px;
    top: 50%;
    left: 50%;
    width: 22px;
    height: 2px;
    display: block;
    background-color: #fff;
    -moz-transition-property: -moz-transform, background;
    -o-transition-property: -o-transform, background;
    -webkit-transition-property: -webkit-transform, background;
    transition-property: transform, background;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.menuBtn span::before,
.menuBtn span::after,
.menuMobileBtn span::before,
.menuMobileBtn span::after {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 22px;
    height: 2px;
    display: block;
    background-color: #fff;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -moz-transition-property: -moz-transform, width;
    -o-transition-property: -o-transform, width;
    -webkit-transition-property: -webkit-transform, width;
    transition-property: transform, width;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px)
}

.menuBtn span::after,
.menuMobileBtn span::after {
    -moz-transform: translateY(6px);
    -ms-transform: translateY(6px);
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    width: 17px
}

.menuBtn.currentModule span,
.menuMobileBtn.currentModule span {
    background: transparent
}

.menuBtn.currentModule span::before,
.menuMobileBtn.currentModule span::before {
    -moz-transform: translateY(0px) rotate(45deg);
    -ms-transform: translateY(0px) rotate(45deg);
    -webkit-transform: translateY(0px) rotate(45deg);
    transform: translateY(0px) rotate(45deg);
    background-color: #64DC0F
}

.menuBtn.currentModule span::after,
.menuMobileBtn.currentModule span::after {
    -moz-transform: translateY(0px) rotate(-45deg);
    -ms-transform: translateY(0px) rotate(-45deg);
    -webkit-transform: translateY(0px) rotate(-45deg);
    transform: translateY(0px) rotate(-45deg);
    width: 22px;
    background-color: #64DC0F
}

.menuBtn:not(.currentModule):hover span::before,
.menuMobileBtn:not(.currentModule):hover span::before {
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px)
}

.menuBtn:not(.currentModule):hover span:after,
.menuMobileBtn:not(.currentModule):hover span:after {
    -moz-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -webkit-transform: translateY(8px);
    transform: translateY(8px)
}

.menuMobileBtn {
    height: 70px;
    width: 70px;
    float: left
}

.menuMobileActualites {
    height: 70px;
    width: 70px;
    float: left;
    cursor: pointer
}

.menuContent {
    position: absolute;
    top: 0px;
    bottom: 0px;
    width: 28%;
    background-color: #121b26;
    z-index: 5;
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.menuContent.currentModule {
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    transform: translateX(0px)
}

.menuContent li {
    height: 14.25vh
}

.menuContent li:nth-child(odd) {
    background-color: #15202d
}

.menuContent li a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 16.66667vh;
    color: #555;
    text-transform: uppercase;
    -moz-transition-property: background-color, color;
    -o-transition-property: background-color, color;
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    font-weight: 500;
    text-align: center
}

.menuContent li a svg {
    display: inline-block;
    vertical-align: middle;
    stroke: #64DC0F;
    stroke-width: 1.5;
    fill: none;
    margin-right: 15px;
    -moz-transition-property: stroke;
    -o-transition-property: stroke;
    -webkit-transition-property: stroke;
    transition-property: stroke;
    -moz-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.menuContent li a span {
    display: inline-block;
    text-align: left;
    width: 220px
}

.menuContent li a:hover,
.menuContent li a.current {
    background-color: #64DC0F;
    color: #fff
}

.menuContent li a:hover svg,
.menuContent li a.current svg {
    stroke: #fff
}

.loader {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #121b26;
    z-index: 100
}

.loader svg {
    stroke: #64DC0F;
    stroke-width: 1.5;
    fill: none
}

.loaderInner {
    width: 250px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -125px;
    margin-top: -100px;
    display: none
}

.loaderTexte {
    width: 100%;
    text-align: center;
    color: #64DC0F;
    padding-top: 10px;
    font-size: 16px;
    font-weight: 300;
    display: none
}

.loaderHttp {
    position: absolute;
    left: 50%;
    margin-left: -75px;
    top: 50px;
    width: 150px;
    height: 100px;
    z-index: 1;
    opacity: 0;
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
    -moz-transition-property: -moz-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    -webkit-transition-property: -webkit-transform, opacity;
    transition-property: transform, opacity;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.loaderHttp.currentModule {
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1
}

.loaderHttp svg {
    stroke: #64DC0F;
    stroke-width: 2;
    fill: none
}

.loaderHttpTexte {
    width: 100%;
    text-align: center;
    color: #64DC0F;
    font-size: 13px;
    font-weight: 300;
    display: none
}

.sidebar {
    padding: 50px;
    width: 28%;
    position: absolute;
    left: -28%;
    top: 0px;
    bottom: 0px;
    background-color: #121b26;
    opacity: 0;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -moz-transition-duration: 0.7s;
    -o-transition-duration: 0.7s;
    -webkit-transition-duration: 0.7s;
    transition-duration: 0.7s;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.sidebar.currentModule {
    left: 0px;
    opacity: 1
}

.sidebar.outModule {
    opacity: 0
}

.sidebar h2 {
    margin-bottom: 30px;
    color: #fffdec;
    font-size: 45px;
    line-height: 51px
}

.sidebar p {
    color: #fff;
    line-height: 28px;
    font-size: 15px
}

.sidebar a {
    color: #64DC0F
}

.content {
    width: 100%;
    height: 100%;
    position: relative;
    margin-left: 0px
}

.content.withSidebar {
    width: 72%;
    margin-left: 28%
}

.content h2 {
    margin-bottom: 35px;
    font-size: 42px
}

.cookie {
    position: absolute;
    right: 0px;
    bottom: -100%;
    background-color: #090b0f;
    padding: 25px;
    z-index: 7;
    width: 450px;
    opacity: 0;
    -moz-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
    -moz-transition-property: bottom, opacity, -moz-transform;
    -o-transition-property: bottom, opacity, -o-transform;
    -webkit-transition-property: bottom, opacity, -webkit-transform;
    transition-property: bottom, opacity, transform;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    -webkit-transition-duration: 0.8s;
    transition-duration: 0.8s;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.cookie p {
    font-size: 12px;
    color: #64DC0F;
    text-transform: uppercase;
    line-height: 19px
}

.cookie.currentModule {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    bottom: 0px
}

.cookieBtn {
    width: 100%;
    padding-top: 20px
}

.cookieBtn .btn {
    margin-right: 8px
}

.konamicode {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 100
}

.konamicode video {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    background-size: cover
}

.slider {
    position: absolute;
    right: -100%;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #101923;
    opacity: 0;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -moz-transition-duration: 0.7s;
    -o-transition-duration: 0.7s;
    -webkit-transition-duration: 0.7s;
    transition-duration: 0.7s;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.slider.currentModule {
    right: 0px;
    opacity: 1
}

.slider.outModule {
    opacity: 0
}

.slide {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    overflow: hidden;
    z-index: 1
}

.slide.slideImage {
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.slide.slideVideo video {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    background-size: cover
}

.slide.slideVideo .slideVideoOn {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    background: url(../../img/slider/pattern/34.png)
}

.slide.currentModule {
    opacity: 1
}

.awwwards {
    position: absolute;
    right: 0px;
    top: 50px;
    z-index: 100;
    opacity: 1;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.awwwards:hover {
    opacity: 0.6
}

.slideNavigation {
    position: absolute;
    bottom: 50%;
    margin-bottom: -50px;
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    height: 100px;
    width: 50px;
    z-index: 1;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -moz-transition-duration: 0.9s;
    -o-transition-duration: 0.9s;
    -webkit-transition-duration: 0.9s;
    transition-duration: 0.9s;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.slideNavigation.currentModule {
    -moz-transform: translateX(30px);
    -ms-transform: translateX(30px);
    -webkit-transform: translateX(30px);
    transform: translateX(30px)
}

.slideNavigation a {
    display: block;
    height: 50px;
    width: 50px;
    background-color: #121b26;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 10px;
    -moz-transition-property: background-color;
    -o-transition-property: background-color;
    -webkit-transition-property: background-color;
    transition-property: background-color;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.slideNavigation a:hover {
    background-color: #1a2737
}

.slideTime {
    position: absolute;
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    left: 0px;
    width: 65%;
    height: 4px;
    z-index: 1;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -moz-transition-duration: 0.9s;
    -o-transition-duration: 0.9s;
    -webkit-transition-duration: 0.9s;
    transition-duration: 0.9s;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.slideTime.currentModule {
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -webkit-transform: translateY(40px);
    transform: translateY(40px)
}

.slideTimeLine {
    position: absolute;
    top: 1px;
    left: 0px;
    height: 2px;
    background-color: #fff
}

.slideTimeNombre {
    position: absolute;
    top: -6px
}

.slideTimeNombre p {
    color: #fff
}

.slideContent {
    position: absolute;
    top: 120px;
    bottom: 80px;
    opacity: 0;
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -moz-transition-property: opacity, -moz-transform;
    -o-transition-property: opacity, -o-transform;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    -moz-transition-duration: 0.9s;
    -o-transition-duration: 0.9s;
    -webkit-transition-duration: 0.9s;
    transition-duration: 0.9s;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 50px
}

.slideContent.currentModule {
    -moz-transform: translateX(60px);
    -ms-transform: translateX(60px);
    -webkit-transform: translateX(60px);
    transform: translateX(60px);
    opacity: 1
}

.slideContent h1 {
    font-size: 90px;
    color: #fff;
    line-height: 94px;
    font-weight: 900
}

.agency {
    position: absolute;
    right: -100%;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    opacity: 0;
    background-color: #e8f3f4;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -moz-transition-duration: 0.7s;
    -o-transition-duration: 0.7s;
    -webkit-transition-duration: 0.7s;
    transition-duration: 0.7s;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.agency .inner {
    padding: 30px 45px 210px 45px
}

.agency.currentModule {
    right: 0px;
    opacity: 1
}

.agency.outModule {
    opacity: 0
}

.agencyHeader {
    margin-bottom: 60px
}

.agencyHeaderImg {
    position: relative;
    float: left;
    margin: 0px 0px 60px -45px;
    width: calc(100% + 90px)
}

.agencyHeaderImg:after {
    content: '';
    position: absolute;
    left: 60px;
    bottom: -18px;
    right: 60px;
    height: 18px;
    background-color: #64DC0F
}

.agencyHeaderImg img {
    width: 100%;
    height: auto
}

.agencyHeaderContent {
    width: calc(100% / 3);
    float: left
}

.agencyHeaderContent ul {
    padding-right: 10%
}

.agencyHeaderContent ul li {
    margin-left: 20px;
    font-size: 20px;
    font-weight: 600;
    color: #6a8491;
    margin-bottom: 15px
}

.agencyPros {
    margin-bottom: 60px
}

.agencyPro {
    width: calc(96% / 3);
    margin-right: 2%;
    min-height: 300px;
    background-color: #fff;
    float: left;
    text-align: center
}

.agencyPro:nth-child(even) {
    background-color: #31404b
}

.agencyPro:nth-child(even) p {
    color: #fffdec
}

.agencyPro.last {
    margin-right: 0px
}

.agencyPro img {
    display: inline-block;
    margin: 55px auto 15px auto
}

.agencyPro p {
    color: #6a8491;
    font-size: 20px;
    font-weight: 600;
    padding: 0px 10%
}

.agencyEquipes {
    margin: 0px -1% 60px -1%
}

.agencyEquipe {
    margin: 0px 1% 45px 1%;
    width: calc(96% / 2);
    float: left
}

.agencyEquipe:last-child {
    margin: 0px 1% 0px 1%
}

.agencyEquipe.decalage {
    margin-top: 10%
}

.agencyEquipe:hover .agencyEquipeReseaux {
    opacity: 0
}

.agencyEquipe:hover .agencyEquipeNom {
    opacity: 0
}

.agencyEquipe:hover .agencyEquipeHover {
    opacity: 1;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1)
}

.agencyEquipeContent {
    position: absolute;
    left: 3%;
    top: 5%;
    right: 3%;
    bottom: 5%;
    z-index: 1
}

.agencyEquipeNom {
    opacity: 1;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.agencyEquipeNom p {
    font-size: 27px;
    line-height: 28px;
    color: #64DC0F
}

.agencyEquipeReseaux {
    position: absolute;
    right: 0px;
    top: 0px;
    opacity: 1;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.agencyEquipeReseaux p {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    height: 25px;
    width: 25px;
    margin-bottom: 13px;
    background-color: #78909c;
    line-height: 25px;
    text-align: center
}

.agencyEquipeReseaux p:first-child {
    background-color: #64DC0F
}

.agencyEquipeHoverReseaux a {
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #64DC0F;
    height: 40px;
    width: 40px;
    display: inline-block;
    background-color: #fff;
    line-height: 40px;
    text-align: center;
    margin: 15px 2px 0px 2px;
    font-size: 20px
}

.agencyEquipeHoverReseaux a:hover {
    opacity: 0.6
}

.agencyEquipeHover {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: rgba(100, 220, 15, 0.85);
    position: absolute;
    left: 3%;
    top: 5%;
    right: 3%;
    bottom: 5%;
    z-index: 2;
    opacity: 0;
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -moz-transition-property: opacity, -moz-transform;
    -o-transition-property: opacity, -o-transform;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.agencyEquipeHover h3 {
    color: #fff;
    font-size: 30px
}

.agencyEquipeHover p {
    color: #fff;
    font-size: 20px
}

.agencyEquipeText {
    padding: 6% 3%;
    text-align: center
}

.agencyEquipeText p {
    font-size: 28px;
    font-weight: 500
}

.agencyEquipeInner img {
    width: 100%
}

.agencyWorld {
    margin-bottom: 60px;
    position: relative
}

.agencyWorldContent {
    width: 60%;
    margin-bottom: 60px;
    float: left
}

.agencyWorldContent p {
    font-size: 20px;
    font-weight: 600;
    color: #6a8491;
    line-height: 45px
}

.agencyWorldContent a {
    color: #6a8491;
    text-decoration: underline
}

.agencyWorldTasse {
    position: absolute;
    right: 0px;
    top: -50px;
    width: 40%
}

.agencyWorldTasse img {
    width: 100%
}

.agencyWorldIllustration {
    width: calc(100% + 90px);
    margin-left: -45px;
    position: relative;
    float: left
}

.agencyWorldIllustration .btn {
    position: absolute;
    left: 50%;
    bottom: 100px;
    width: 200px;
    margin-left: -100px;
    text-align: center
}

.agencyWorldBackground {
    width: 100%
}

.agencyWorldLogo {
    position: absolute;
    width: 268px;
    left: 50%;
    margin-left: -134px;
    z-index: 1;
    top: -40px
}

.agencyRecherche {
    position: relative
}

.agencyRecherche h2 {
    color: #64DC0F
}

.agencyRechercheContent {
    width: 60%;
    float: left;
    margin-bottom: 110px
}

.agencyRechercheContent p {
    font-size: 20px;
    font-weight: 600;
    color: #6a8491;
    line-height: 45px;
    padding-left: 45px
}

.agencyRechercheCasque {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 40%
}

.agencyRechercheCasque img {
    width: 100%
}

.agencyClients {
    background-color: #31404b;
    margin-left: -45px;
    width: calc(100% + 90px);
    padding: 60px 0px 100px 0px
}

.agencyClients h2 {
    color: #fff;
    padding-left: 45px
}

.agencyClientsInner {
    text-align: center;
    padding: 0px 18%
}

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

.agencyClient img {
    width: 100%
}

.panorama {
	right: -100%;
    opacity: 0;
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    background-color: #e8f3f4;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -moz-transition-duration: 0.7s;
    -o-transition-duration: 0.7s;
    -webkit-transition-duration: 0.7s;
    transition-duration: 0.7s;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.design {
    position: absolute;
    right: -100%;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    opacity: 0;
    background-color: #e8f3f4;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -moz-transition-duration: 0.7s;
    -o-transition-duration: 0.7s;
    -webkit-transition-duration: 0.7s;
    transition-duration: 0.7s;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.design .inner {
    padding: 0px 0px 210px 0px
}

.design.currentModule {
    right: 0px;
    opacity: 1
}

.design.outModule {
    opacity: 0
}

.designHeader {
    width: 100%
}

.designHeader h2 {
    padding: 30px 0px 0px 45px
}

.designHeader img {
    width: 100%
}

.designHeaderCol {
    width: 50%;
    float: left;
    margin-bottom: 30px
}

.designHeaderCol ul li {
    font-size: 16px;
    font-weight: 500;
    color: #78909c;
    margin-bottom: 6px
}

.designHeaderCol.first ul li {
    margin-left: 70px
}

.designHeaderImg {
    position: relative
}

.designHeaderImg p {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    left: 14%;
    top: 0px;
    right: 14%;
    bottom: 0px;
    z-index: 1;
    color: #fff;
    font-size: 40px;
    font-weight: 500
}

.designFooter {
    width: 100%
}

.designFooter img {
    width: 100%
}

.designFooterImg {
    position: relative
}

.designFooterImg p {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    left: 14%;
    top: 0px;
    right: 14%;
    bottom: 0px;
    z-index: 1;
    color: #fff;
    font-size: 40px;
    font-weight: 500
}

.designLigne {
    min-height: 420px;
    position: relative
}

.designLigne h3 {
    font-size: 38px;
    margin-bottom: 7px
}

.designLigne p {
    font-size: 17px;
    line-height: 27px
}

.designLigneLeft {
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.designLigneRight {
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.designConseilLeft {
    background-color: #fff;
    text-align: center
}

.designConseilLeft img {
    max-width: 85%;
    display: inline-block
}

.designConseilRight {
    background-color: #f6f6f6;
    padding: 0px 3%
}

.designCreatifLeft {
    background-color: #3b4d5a;
    padding: 0px 3%
}

.designCreatifLeft h3 {
    color: #fffdec
}

.designCreatifLeft p {
    color: #fff
}

.designCreatifRight {
    background-color: #31404b;
    text-align: center
}

.designCreatifRight img {
    max-width: 85%;
    display: inline-block
}

.designRedactionLeft {
    background-color: #6884be;
    text-align: center
}

.designRedactionLeft img {
    max-width: 85%;
    display: inline-block
}

.designRedactionRight {
    background-color: #5676b6;
    padding: 0px 3%
}

.designRedactionRight h3 {
    color: #fffdec
}

.designRedactionRight p {
    color: #fff
}

.designExperienceLeft {
    background-color: #fff;
    padding: 0px 3%
}

.designExperienceRight {
    background-color: #f6f6f6;
    text-align: center
}

.designExperienceRight img {
    max-width: 85%;
    display: inline-block
}

.development {
    position: absolute;
    right: -100%;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    opacity: 0;
    background-color: #e8f3f4;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -moz-transition-duration: 0.7s;
    -o-transition-duration: 0.7s;
    -webkit-transition-duration: 0.7s;
    transition-duration: 0.7s;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.development .inner {
    padding: 0px 0px 210px 0px
}

.development.currentModule {
    right: 0px;
    opacity: 1
}

.development.outModule {
    opacity: 0
}

.developmentHeader h2 {
    padding: 30px 0px 0px 45px
}

.developmentHeader p {
    padding: 0px 0px 30px 45px;
    font-size: 20px;
    font-weight: 600;
    color: #6c8693;
    line-height: 32px
}

.developmentHeaderImg img {
    width: 100%
}

.developmentListe {
    position: relative
}

.developmentListe:nth-child(odd) .developmentListeInner {
    background-color: #f6f6f6
}

.developmentListe:hover .developmentListeInner {
    width: 65%
}

.developmentListeInner {
    width: 100%;
    padding: 45px;
    background-color: #fff;
    -moz-transition-property: width;
    -o-transition-property: width;
    -webkit-transition-property: width;
    transition-property: width;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    position: relative;
    z-index: 2
}

.developmentListeInner h3 {
    font-size: 36px;
    color: #5676b6
}

.developmentListeInner h3 img {
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
    max-width: 55px
}

.developmentListeContenu {
    text-align: right;
    padding: 30px 0px
}

.developmentListeContenu p {
    font-size: 16px;
    color: #6c8693
}

.developmentListeImg {
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index: 1;
    width: 35%;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.developmentEcran {
    padding: 45px 45px 0px 45px
}

.developmentEcran p {
    font-size: 27px;
    line-height: 45px;
    color: #6c8693;
    font-weight: 600
}

.developmentEcranRotation {
    text-align: center;
    width: 100%
}

.developmentEcranRotation img {
    display: inline-block;
    width: 60%
}

.developmentFooter {
    width: 100%
}

.developmentFooter img {
    width: 100%
}

.developmentFooterImg {
    position: relative
}

.developmentFooterImg p {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    left: 14%;
    top: 0px;
    right: 14%;
    bottom: 0px;
    z-index: 1;
    color: #fff;
    font-size: 40px;
    font-weight: 500
}

.projects {
    position: absolute;
    right: -100%;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    opacity: 0;
    background-color: #101923;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -moz-transition-duration: 0.7s;
    -o-transition-duration: 0.7s;
    -webkit-transition-duration: 0.7s;
    transition-duration: 0.7s;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.projects .inner {
    padding: 0px 0px 210px 0px
}

.projects.currentModule {
    right: 0px;
    opacity: 1
}

.projects.outModule {
    opacity: 0
}

.projectListe {
    cursor: pointer;
    -moz-transition-property: -moz-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    -webkit-transition-property: -webkit-transform, opacity;
    transition-property: transform, opacity;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    -webkit-transition-duration: 0.8s;
    transition-duration: 0.8s;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #090b0d;
    width: 100%;
    opacity: 0;
    position: relative;
    padding: 80px 100px
}

.projectListe.currentModule {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.projectListe.otherListe {
    opacity: 0.7
}

.projectListeContenu {
    position: relative;
    z-index: 2
}

.projectListeContenu h3 a {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 32px;
    color: #fff;
    line-height: 40px;
    font-weight: 900;
    font-family: 'Roboto', sans-serif
}

.projectListeCategorie {
    color: #fffdec;
    background-color: #31404b;
    text-transform: uppercase;
    font-size: 11px;
    display: inline-block;
    padding: 2px 5px;
    margin-bottom: 10px;
    font-weight: 100
}

.projectListeFlou {
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    z-index: 1
}

.project {
    background-color: rgba(49, 64, 75, 0.9);
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 6;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -moz-transition-duration: 0.7s;
    -o-transition-duration: 0.7s;
    -webkit-transition-duration: 0.7s;
    transition-duration: 0.7s;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -moz-transform: scale(0.9) translateY(110%);
    -ms-transform: scale(0.9) translateY(110%);
    -webkit-transform: scale(0.9) translateY(110%);
    transform: scale(0.9) translateY(110%)
}

.project.currentModule {
    -moz-transform: scale(1) translateY(0px);
    -ms-transform: scale(1) translateY(0px);
    -webkit-transform: scale(1) translateY(0px);
    transform: scale(1) translateY(0px)
}

.projectContent {
    background-color: #000;
    margin: 0px auto;
    width: 100%;
    min-height: 100%;
    -moz-transition-property: width;
    -o-transition-property: width;
    -webkit-transition-property: width;
    transition-property: width;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -moz-transition-timing-function: cubic-bezier(0.6, 0.2, 0.1, 1);
    -o-transition-timing-function: cubic-bezier(0.6, 0.2, 0.1, 1);
    -webkit-transition-timing-function: cubic-bezier(0.6, 0.2, 0.1, 1);
    transition-timing-function: cubic-bezier(0.6, 0.2, 0.1, 1)
}

.projectDescription {
    font-size: 2rem;
    line-height: 30px !important;
    text-align: center;
    color: #fff !important;
}

.projectContent.currentModule {
    width: 70%
}

.projectInner {
    min-height: 100%;
    width: 100%
}

.projectInner h2 {
    text-align: center;
    line-height: 30px;
    font-weight: 900;
    margin-bottom: 45px
}

.projectInner h2 span {
    color: #64DC0F;
    font-style: italic;
    font-size: 13px
}

.projectInner h3 {
    font-weight: 900;
    margin-bottom: 15px;
    font-size: 28px
}

.projectInner p {
    color: #6c8693;
    line-height: 21px
}

.projectHeader {
    width: 100%;
    text-align: center;
    position: relative;
    height: 150px;
}

.projectHeader>img {
    width: 100%
}

.projectHeader h1 {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    left: 14%;
    top: 0px;
    right: 14%;
    bottom: 0px;
    z-index: 1;
    color: #64DC0F;
    font-size: 51px
}

.projectHeaderFermerMobile {
    background-color: #121b26;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #64DC0F;
    display: none;
    cursor: pointer
}

.projectHeaderFermer {
    position: absolute;
    right: 30px;
    top: 20px;
    cursor: pointer;
    z-index: 2;
    -moz-transition-property: opacity, -moz-transform;
    -o-transition-property: opacity, -o-transform;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.projectHeaderFermer:hover {
    opacity: 0.5;
    -moz-transform: translateX(-7px);
    -ms-transform: translateX(-7px);
    -webkit-transform: translateX(-7px);
    transform: translateX(-7px)
}

.projectHeaderFermer img {
    display: inline-block;
    vertical-align: middle
}

.projectHeaderFermer p {
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    padding-left: 8px;
    font-weight: 100;
    font-size: 13px
}

.projectContentCenter {
    padding: 0px 14%
}

.projectClientTitre {
    text-align: center;
    background-color: #00405d;
    margin: 0px 17%
}

.projectClientTitre h3 {
    font-weight: 600;
    margin: 0px;
    font-size: 25px;
    color: #fff;
    padding: 20px 30px 35px 30px;
    line-height: 24px
}

.projectClientTitre h3 span {
    font-size: 12px;
    font-weight: 300
}

.projectClientTitreRouge {
    background-color: #de0d1c
}

.projectClientTitreVert {
    background-color: #64DC0F
}

.projectContentCol {
    float: left;
    width: 49%
}

.projectContentCol.first {
    margin-right: 2%
}

.projectBackgroundBlanc {
    background-color: #fff;
    padding: 60px 0px 40px 0px
}

.projectBackgroundBlanc2 {
    background-color: #fff;
    padding: 60px 0px 0px 0px
}

.projectBackgroundViolet {
    background-color: #5676b6;
    padding: 60px 0px
}

.projectBackgroundBleu {
    background-color: #00405d;
    padding: 60px 0px
}

.projectVideoBtn {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 200px;
    width: 200px;
    margin-left: -100px;
    margin-top: -100px;
    opacity: 1;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-transition-property: -moz-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    -webkit-transition-property: -webkit-transform, opacity;
    transition-property: transform, opacity;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    z-index: 1;
    cursor: pointer
}

.projectVideoBtn:hover {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.projectVideoBtn.currentModule {
    opacity: 0;
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -webkit-transform: scale(1.4);
    transform: scale(1.4)
}

.projectVideoBtn img {
    width: 100%
}

.projectClients {
    background-color: #31404b;
    width: 100%;
    padding: 45px 0px
}

.projectClients h2 {
    color: #fff;
    text-align: center;
    font-weight: 900
}

.projectClientsInner {
    text-align: center;
    padding: 0px 18%
}

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

.projectClient img {
    width: 100%
}

.project-20 .projectContent1 {
    margin-bottom: 70px
}

.project-20 .projectContent2 {
    margin-bottom: 45px
}

.project-20 .projectContent2 img {
    width: 100%
}

.project-20 .projectContent3Text1 {
    margin-bottom: 45px
}

.project-20 .projectContent3Icon {
    margin-bottom: 35px
}

.project-20 .projectContent3Icon .projectContent3IconImg {
    width: 20%;
    float: left;
    margin-right: 20px
}

.project-20 .projectContent3Icon .projectContent3IconImg img {
    max-width: 100%
}

.project-20 .projectContent3Icon p {
    font-size: 17px;
    float: left;
    width: calc(80% - 20px)
}

.project-20 .projectContent3Img {
    margin-bottom: 40px
}

.project-20 .projectContent3Img img {
    width: 100%
}

.project-20 .projectContent3Text2 {
    margin-bottom: 30px
}

.project-20 .projectContent3Text3 {
    margin-bottom: 45px
}

.project-20 .projectContent3Plan {
    margin-bottom: 60px
}

.project-20 .projectContent3Plan img {
    width: 100%
}

.project-20 .projectContent4 {
    padding-top: 45px;
    margin-bottom: 70px
}

.project-20 .projectContent5 {
    margin-bottom: 45px;
    position: relative
}

.project-20 .projectContent5 img {
    width: 100%
}

.project-20 .projectContent5 iframe {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    height: 100%;
    width: 100%;
    z-index: 1
}

.project-20 .projectContent6Icon {
    margin-bottom: 35px
}

.project-20 .projectContent6Icon .projectContent6IconImg {
    width: 20%;
    float: left;
    margin-right: 20px
}

.project-20 .projectContent6Icon .projectContent6IconImg img {
    max-width: 100%
}

.project-20 .projectContent6Icon p {
    font-size: 17px;
    float: left;
    width: calc(80% - 20px)
}

.project-20 .projectContent6Text1 {
    margin-bottom: 45px
}

.project-20 .projectContent6Img {
    margin-bottom: 60px
}

.project-20 .projectContent6Img img {
    width: 100%
}

.project-20 .projectContentText2,
.project-20 .projectContentText3 {
    margin-bottom: 35px
}

.project-20 .projectContentText2 img,
.project-20 .projectContentText3 img {
    width: 100%;
    margin-bottom: 20px
}

.project-20 .projectContentText3 {
    margin-bottom: 45px
}

.project-20 .projectContent6Img2 {
    margin-bottom: 40px;
    text-align: center
}

.project-20 .projectContent6Img2 img {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 20px
}

.project-20 .projectContent7 {
    margin-bottom: 55px
}

.project-20 .projectContent8 {
    position: relative;
    margin-bottom: 40px
}

.project-20 .projectContent8 img {
    width: 100%
}

.project-20 .projectContent8:hover .projectContent8Hover {
    opacity: 1
}

.project-20 .projectContent8Hover {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    opacity: 0;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.project-20 .projectContent9Video {
    text-align: center
}

.project-20 .projectContent9VideoImg {
    position: relative;
    margin-bottom: 20px
}

.project-20 .projectContent9VideoImg img {
    width: 100%
}

.project-20 .projectContent9VideoImg iframe {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    height: 100%;
    width: 100%;
    z-index: 1
}

.project-20 .projectContent9VideoImg .projectVideoBtn {
    width: 100px;
    height: 100px;
    margin-left: -50px;
    margin-top: -50px
}

.project-20 .projectContent10 {
    padding-top: 45px;
    margin-bottom: 70px
}

.project-20 .projectContent11 {
    margin-bottom: 45px
}

.project-20 .projectContent11 img {
    width: 100%
}

.project-20 .projectContent12Text1 {
    margin-bottom: 50px
}

.project-20 .projectContent12Icon {
    margin-bottom: 45px
}

.project-20 .projectContent12Icon .projectContent12IconImg {
    width: 20%;
    float: left;
    margin-right: 20px
}

.project-20 .projectContent12Icon .projectContent12IconImg img {
    max-width: 100%
}

.project-20 .projectContent12Icon p {
    font-size: 17px;
    float: left;
    width: calc(80% - 20px)
}

.project-20 .projectContent13 {
    position: relative;
    margin-bottom: 35px
}

.project-20 .projectContent13 .owl-prev,
.project-20 .projectContent13 .owl-next {
    position: absolute;
    top: 0px;
    bottom: 0px;
    width: 14%;
    z-index: 1
}

.project-20 .projectContent13 .owl-prev:after,
.project-20 .projectContent13 .owl-next:after {
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    height: 36px;
    width: 36px;
    margin-top: -18px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    font-size: 40px
}

.project-20 .projectContent13 .owl-prev {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjY1Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(0, 0, 0, 0.65)), color-stop(100%, rgba(0, 0, 0, 0)));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%)
}

.project-20 .projectContent13 .owl-prev:after {
    content: '\f104';
    left: 20%;
    -moz-transition-property: left;
    -o-transition-property: left;
    -webkit-transition-property: left;
    transition-property: left;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -moz-transition-timing-function: cubic-bezier(0.6, 0.2, 0.1, 1);
    -o-transition-timing-function: cubic-bezier(0.6, 0.2, 0.1, 1);
    -webkit-transition-timing-function: cubic-bezier(0.6, 0.2, 0.1, 1);
    transition-timing-function: cubic-bezier(0.6, 0.2, 0.1, 1)
}

.project-20 .projectContent13 .owl-prev:hover:after {
    left: 15%
}

.project-20 .projectContent13 .owl-next {
    right: 0px;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjElIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjY1Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(1%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.65)));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.65) 100%);
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.65) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.65) 100%)
}

.project-20 .projectContent13 .owl-next:after {
    content: '\f105';
    right: 20%;
    -moz-transition-property: right;
    -o-transition-property: right;
    -webkit-transition-property: right;
    transition-property: right;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -moz-transition-timing-function: cubic-bezier(0.6, 0.2, 0.1, 1);
    -o-transition-timing-function: cubic-bezier(0.6, 0.2, 0.1, 1);
    -webkit-transition-timing-function: cubic-bezier(0.6, 0.2, 0.1, 1);
    transition-timing-function: cubic-bezier(0.6, 0.2, 0.1, 1)
}

.project-20 .projectContent13 .owl-next:hover:after {
    right: 15%
}

.project-20 .projectContent14 {
    margin-bottom: 35px
}

.project-20 .projectContent16 {
    margin-bottom: 60px
}

.project-20 .projectContent16 img {
    width: 100%;
    margin-bottom: 55px
}

.project-20 .projectContent17 {
    margin-bottom: 45px
}

.project-20 .projectContent17 img {
    width: 100%
}

.project-20 .projectContent18Img1 {
    width: 100%
}

.project-20 .projectContent18Text1 {
    margin-bottom: 12px
}

.project-20 .projectContent18Text2 {
    margin-bottom: 55px
}

.project-20 .projectContent18Icons {
    margin-bottom: 35px
}

.project-20 .projectContent18Icons .projectContent18IconImg {
    width: 20%;
    float: left;
    margin-right: 20px
}

.project-20 .projectContent18Icons .projectContent18IconImg img {
    max-width: 100%
}

.project-20 .projectContent18Icons p {
    font-size: 17px;
    float: left;
    width: calc(80% - 20px)
}

.project-20 .projectContent18ImgCol {
    margin-bottom: 45px
}

.project-20 .projectContent18ImgCol img {
    width: 100%
}

.project-21 .projectContent1 {
    margin-bottom: 60px;
    padding-bottom: 60px;
    position: relative
}

.project-21 .projectContent1:after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 50%;
    width: 250px;
    margin-left: -125px;
    height: 1px;
    background-color: #6c8693
}

.project-21 .projectContent2 {
    margin-bottom: 70px
}

.project-21 .projectContent3 {
    margin-bottom: 70px
}

.project-21 .projectContent3 img {
    width: 100%
}

.project-21 .projectContent4 {
    margin-bottom: 60px
}

.project-21 .projectContent5 {
    position: relative;
    background-color: #819bad;
    margin-bottom: 60px
}

.project-21 .projectContent5Left {
    width: 50%;
    float: left
}

.project-21 .projectContent5Left img {
    width: 100%
}

.project-21 .projectContent5Right {
    position: absolute;
    right: 0px;
    bottom: 0px;
    top: 0px;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.project-21 .projectContent5Right h3 {
    padding: 0px 14%;
    color: #fff;
    font-size: 40px;
    font-weight: 900;
    line-height: 40px
}

.project-21 .projectContent6 {
    margin-bottom: 60px
}

.project-21 .projectContent6 img {
    width: 100%;
    margin-bottom: 60px
}

.project-21 .projectContent7 h2,
.project-21 .projectContent7 p {
    color: #fff
}

.project-21 .projectContent8 {
    margin-bottom: 60px
}

.project-21 .projectContent8 img {
    width: 100%
}

.project-21 .projectContent9 .projectClientTitre {
    margin: 0px 35%;
    margin-bottom: 60px
}

.project-21 .projectContent9Text1,
.project-21 .projectContent9Text2 {
    margin-bottom: 60px
}

.project-21 .projectContent9Img1 {
    margin-bottom: 60px
}

.project-21 .projectContent9Img1,
.project-21 .projectContent9Img2 {
    width: 100%
}

.project-21 .projectContent10Col {
    width: calc(100% / 3);
    float: left;
    padding: 0px 3%;
    text-align: center;
    margin-bottom: 20px
}

.project-21 .projectContent10Col img {
    display: inline-block;
    margin-bottom: 20px
}

.project-21 .projectContent11 {
    padding-top: 40px;
    margin-bottom: 30px
}

.project-21 .projectContent11 img {
    width: 100%
}

.project-21 .projectContent12 {
    margin-bottom: 60px
}

.project-21 .projectContent13 {
    margin-bottom: 20px
}

.project-21 .projectContent14 {
    margin-bottom: 60px
}

.project-21 .projectContent14 img {
    width: 100%
}

.project-21 .projectContent15 .projectClientTitre {
    margin: 0px 35%
}

.project-21 .projectContent16 {
    margin-bottom: 60px;
    background-color: #00405d;
    padding-top: 110px
}

.project-21 .projectContent16 img {
    width: 100%
}

.project-21 .projectContent17 {
    margin-bottom: 60px
}

.project-21 .projectContent17 p {
    margin-bottom: 60px
}

.project-21 .projectContent17 img {
    width: 100%
}

.project-21 .projectContent18 {
    margin-bottom: 60px
}

.project-21 .projectContent18 img {
    width: 100%
}

.project-21 .projectContent19Opti {
    margin-bottom: 60px
}

.project-21 .projectContent19Opti img {
    width: 100%
}

.project-21 .projectContent20 {
    margin-bottom: 60px
}

.project-21 .projectContent20 img {
    width: 100%
}

.project-21 .projectContent21 {
    margin-bottom: 60px
}

.project-21 .projectContent21 h3 {
    margin-bottom: 5px
}

.project-21 .projectContent22 {
    margin-bottom: 60px
}

.project-21 .projectContent22 img {
    width: 100%
}

.project-21 .projectContent24 {
    margin-bottom: 60px
}

.project-21 .projectContent24 .projectClientTitre {
    margin: 0px 35%
}

.project-21 .projectContent25 {
    margin-bottom: 60px
}

.project-21 .projectContent25 img {
    width: 100%
}

.project-21 .projectContent26 {
    padding-bottom: 60px
}

.project-21 .projectContent26Col {
    margin-bottom: 60px;
    width: calc(100% / 4);
    float: left;
    padding: 0px 3%;
    text-align: center
}

.project-21 .projectContent26Col img {
    display: inline-block;
    margin-bottom: 20px
}

.project-21 .projectContent26Col h3 {
    font-size: 18px
}

.project-22 .projectContent1Text1 {
    margin-bottom: 40px
}

.project-22 .projectContent1Text2 {
    margin-bottom: 60px
}

.project-22 .projectContent2 img {
    width: 100%
}

.project-22 .projectContent3 {
    margin-bottom: 60px
}

.project-22 .projectContent4 {
    margin-bottom: 60px
}

.project-22 .projectContent4 p {
    margin-bottom: 60px
}

.project-22 .projectContent4 img {
    width: 100%
}

.project-22 .projectContent5 {
    background-color: #00405d
}

.project-22 .projectContent5 p {
    color: #fff
}

.project-22 .projectContent6 {
    padding-top: 60px;
    margin-bottom: 60px
}

.project-22 .projectContent6 img {
    width: 100%
}

.project-22 .projectContent7 img {
    width: 100%
}

.project-22 .projectContent8 {
    margin-bottom: 60px
}

.project-22 .projectContent9 img {
    width: 100%
}

.project-22 .projectContent10 h2,
.project-22 .projectContent10 p {
    color: #fff
}

.project-22 .projectContent11 .projectClientTitre {
    margin-bottom: 20px
}

.project-22 .projectContent11Img1 {
    width: 100%;
    margin-bottom: 60px
}

.project-22 .projectContent11Img2 {
    width: 100%;
    margin-bottom: 60px
}

.project-22 .projectContent11Text1,
.project-22 .projectContent11Text2 {
    margin-bottom: 60px
}

.project-22 .projectContent13 {
    margin-bottom: 60px
}

.project-22 .projectContent13 .projectClientTitre {
    margin-bottom: 60px
}

.project-22 .projectContent14 {
    margin-bottom: 60px
}

.project-22 .projectContent14 img {
    width: 100%
}

.project-22 .projectContent15 {
    margin-bottom: 30px
}

.project-22 .projectContent16 {
    margin-bottom: 60px
}

.project-22 .projectContent16 img {
    width: 100%
}

.project-22 .projectContent17 {
    margin-bottom: 60px
}

.project-22 .projectContent18 {
    margin-bottom: 60px
}

.project-22 .projectContent18 img {
    width: 100%
}

.project-22 .projectContent20 .projectClientTitre {
    margin-bottom: 60px
}

.project-22 .projectContent20Img1 {
    width: 100%;
    margin-bottom: 60px
}

.project-22 .projectContent20Text1 {
    margin-bottom: 60px
}

.project-22 .projectContent21 {
    margin-bottom: 60px
}

.project-22 .projectContent21 img {
    width: 100%
}

.project-22 .projectContent23 .projectClientTitre {
    margin-bottom: 60px
}

.project-22 .projectContent23Img1 {
    width: 100%;
    margin-bottom: 60px
}

.project-22 .projectContent23Text1 {
    margin-bottom: 60px
}

.project-22 .projectContent24 {
    margin-bottom: 60px
}

.project-22 .projectContent24Col {
    width: 50%;
    float: left;
    position: relative
}

.project-22 .projectContent24Col img {
    width: 100%
}

.project-22 .projectContent24Col iframe {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    height: 100%;
    width: 100%;
    z-index: 1
}

.project-22 .projectContent24Col .projectVideoBtn {
    width: 120px;
    height: 120px;
    margin-left: -60px;
    margin-top: -60px
}

.project-22 .projectContent25 {
    padding-bottom: 60px
}

.contact {
    position: absolute;
    right: -100%;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    opacity: 0;
    background-color: #e8f3f4;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -moz-transition-duration: 0.7s;
    -o-transition-duration: 0.7s;
    -webkit-transition-duration: 0.7s;
    transition-duration: 0.7s;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.contact .inner {
    padding: 0px
}

.contact.currentModule {
    right: 0px;
    opacity: 1
}

.contact.outModule {
    opacity: 0
}

.contactHeader {
    width: 100%
}

.contactHeader h2 {
    text-align: center;
    padding: 50px 10% 25px 10%;
    font-weight: 400
}

.contactHeader img {
    width: 100%
}

.contactIcons {
    margin: 0px 10% 60px 10%
}

.contactIcon {
    width: 33.33333%;
    float: left;
    text-align: center
}

.contactIcon p {
    font-size: 16px;
    line-height: 26px;
    color: #1F2135;
    font-family: SF-Compact;
}

.contactIcon p.contactIconHeader {
    font-size: 36px;
    line-height: 26px;
    color: #1F2135;
    font-family: SF-Compact;
}

.contactIcon img {
    max-height: 70px;
    display: inline-block;
    margin-bottom: 10px
}

.contactForm {
    margin: 0px 4% 0px 4%;
    width: 92%
}

.contactForm textarea {
    height: 173px
}

.contactFormCol {
    width: 49%;
    float: left
}

.contactFormCol:first-child {
    margin-right: 2%
}

.contactFormButton {
    width: 100%;
    text-align: center;
    float: left;
    margin: 30px 0px 40px 0px
}

.contactFormButton button {
    font-family: SF-Compact;
    font-size: 19px;
}

.contactFormButton button .fa {
    margin-right: 8px
}

.contactMap {
    width: 100%;
    height: 550px;
    background-color: #121b26
}

.contactFooter {
    width: 100%;
    padding: 85px 0px;
    background-color: #fff
}

.contactFooterCol {
    text-align: center;
    float: left;
    width: 50%
}

.contactFooterCol ul {
    list-style: none
}

.contactFooterCol ul li {
    display: inline-block;
    padding: 12px
}

.contactFooterCol ul li p {
    font-size: 13px;
    color: #6c8693
}

.contactFooterCol ul li a {
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    font-size: 13px;
    color: #6c8693
}

.contactFooterCol ul li a:hover {
    opacity: 0.6
}

.contactFooterCol.first {
    text-align: left;
    width: 670px;
    margin-left: 10%;
}

.contactFooterCol.first img {
    display: inline-block;
    max-width: 100%
}

.contactFooterCol.last {
    text-align: right;
    width: 25%;
    padding: 0px 5%
}

.contactFooterCol.last a {
    height: 45px;
    width: 45px;
    display: inline-block;
    background-color: #4f6779;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    line-height: 45px;
    color: #fff;
    font-size: 16px;
    margin: 0px 3px;
    -moz-transition-property: background-color;
    -o-transition-property: background-color;
    -webkit-transition-property: background-color;
    transition-property: background-color;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.contactFooterCol.last a:hover {
    background-color: #64DC0F
}

.contactFichier {
    display: none
}

.contactCvLm {
    display: none
}

.page .inner {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    overflow-y: auto;
    background-color: #e8f3f4;
    padding: 30px 45px
}

.erreur404 .page .inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center
}

.erreur404 .page .inner img {
    display: inline-block;
    max-width: 90%
}

.actualites {
    position: absolute;
    top: 0px;
    bottom: 0px;
    width: 35%;
    background-color: #e8f3f4;
    z-index: 4;
    left: -35%;
    padding: 30px;
    overflow: hidden;
    overflow-y: auto;
    -moz-transition-property: left;
    -o-transition-property: left;
    -webkit-transition-property: left;
    transition-property: left;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.actualites.currentModule {
    left: 28%
}

.actualitesHeader {
    margin-bottom: 35px
}

.actualitesHeader h2 a {
    height: 35px;
    width: 35px;
    display: inline-block;
    background-color: #4f6779;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
    color: #fff;
    font-size: 14px;
    -moz-transition-property: background-color;
    -o-transition-property: background-color;
    -webkit-transition-property: background-color;
    transition-property: background-color;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    vertical-align: middle
}

.actualitesHeader h2 a:first-child {
    margin-left: 10px
}

.actualitesHeader h2 a:hover {
    background-color: #64DC0F
}

.actualitesInner {
    margin: 0px -1.5% 0px -1.5%
}

.actualiteListe {
    width: 47%;
    margin: 0px 1.5% 15px 1.5%;
    opacity: 1;
    word-wrap: break-word;
    position: relative
}

.actualiteListe.actualiteListeClassique {
    cursor: pointer;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.actualiteListe.actualiteListeClassique:hover {
    opacity: 0.6
}

.actualiteListe.actualiteListeClassique .actualiteListeInner {
    background-color: #fff
}

.actualiteListe.actualiteListeClassique .actualiteListeContent {
    padding: 30px 17px
}

.actualiteListe.actualiteListeClassique .actualiteListeContent a {
    font-family: 'Circle-Regular', serif;
    display: block;
    color: #31404b;
    margin-bottom: 9px;
    font-size: 25px;
    line-height: 26px;
    font-weight: 600
}

.actualiteListe.actualiteListeClassique .actualiteListeContent p {
    color: #6c8693;
    line-height: 16px
}

.actualiteListe.actualiteListeFacebook .actualiteListeInner {
    background-color: #0054a7
}

.actualiteListe.actualiteListeFacebook .actualiteListeContent a {
    color: #eeee6d
}

.actualiteListe.actualiteListeFacebook .actualiteListeContent p {
    color: #fff;
    line-height: 20px
}

.actualiteListe.actualiteListeFacebook .actualiteListeContent .fa-facebook {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #0073e4;
    font-size: 20px
}

.actualiteListe.actualiteListeTwitter .actualiteListeInner {
    background-color: #00adf2
}

.actualiteListe.actualiteListeTwitter .actualiteListeContent a {
    color: #eeee6d
}

.actualiteListe.actualiteListeTwitter .actualiteListeContent p {
    color: #fff;
    line-height: 20px
}

.actualiteListe.actualiteListeTwitter .actualiteListeContent .fa-twitter {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #30c4ff;
    font-size: 20px
}

.actualiteListeFacebookBtn {
    padding-top: 10px;
    display: block
}

.actualiteListeLoader {
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 1;
    background-color: rgba(49, 64, 75, 0.4)
}

.actualiteListeSpin {
    background-color: #fff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -30px;
    margin-left: -30px;
    width: 60px;
    height: 60px
}

.actualiteListeHeader {
    position: relative
}

.actualiteListeHeader img {
    width: 100%
}

.actualiteListeHeader p {
    position: absolute;
    left: 14px;
    bottom: 11px;
    color: #fff;
    font-weight: 500;
    z-index: 1
}

.actualiteListeContent {
    padding: 30px 17px
}

.actualiteListeContent p {
    font-weight: 100;
    font-size: 13px
}

.actualiteListeContent a {
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.actualiteListeContent a:hover {
    opacity: 0.6
}

.actualitesPlus {
    float: left;
    width: 100%;
    padding: 15px 0px;
    text-align: center
}

.actualitesPlus .btn .fa {
    margin-right: 8px
}

.actualite {
    background-color: rgba(49, 64, 75, 0.9);
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 6;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -moz-transition-duration: 0.7s;
    -o-transition-duration: 0.7s;
    -webkit-transition-duration: 0.7s;
    transition-duration: 0.7s;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -moz-transform: scale(0.9) translateY(110%);
    -ms-transform: scale(0.9) translateY(110%);
    -webkit-transform: scale(0.9) translateY(110%);
    transform: scale(0.9) translateY(110%)
}

.actualite.currentModule {
    -moz-transform: scale(1) translateY(0px);
    -ms-transform: scale(1) translateY(0px);
    -webkit-transform: scale(1) translateY(0px);
    transform: scale(1) translateY(0px)
}

.actualiteContent {
    background-color: #e8f3f4;
    margin: 0px auto;
    width: 100%;
    min-height: 100%;
    -moz-transition-property: width;
    -o-transition-property: width;
    -webkit-transition-property: width;
    transition-property: width;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -moz-transition-timing-function: cubic-bezier(0.6, 0.2, 0.1, 1);
    -o-transition-timing-function: cubic-bezier(0.6, 0.2, 0.1, 1);
    -webkit-transition-timing-function: cubic-bezier(0.6, 0.2, 0.1, 1);
    transition-timing-function: cubic-bezier(0.6, 0.2, 0.1, 1)
}

.actualiteContent.currentModule {
    width: 70%
}

.actualiteVideo {
    position: relative;
    width: 100%
}

.actualiteVideo img {
    width: 100%
}

.actualiteVideo iframe {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    height: 100%;
    width: 100%;
    z-index: 1
}

.actualiteVideoBtn {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 150px;
    width: 150px;
    margin-left: -75px;
    margin-top: -75px;
    opacity: 1;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-transition-property: -moz-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    -webkit-transition-property: -webkit-transform, opacity;
    transition-property: transform, opacity;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    z-index: 1;
    cursor: pointer
}

.actualiteVideoBtn:hover {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.actualiteVideoBtn.currentModule {
    opacity: 0;
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -webkit-transform: scale(1.4);
    transform: scale(1.4)
}

.actualiteVideoBtn img {
    width: 100%
}

.actualiteInner {
    min-height: 100%;
    width: 100%;
    padding-bottom: 50px
}

.actualiteHeader {
    background-color: #fff;
    width: 100%;
    text-align: center;
    padding: 50px 15%;
    position: relative
}

.actualiteHeader h1 {
    padding-bottom: 10px
}

.actualiteHeaderFermer {
    position: absolute;
    right: 30px;
    top: 20px;
    cursor: pointer;
    -moz-transition-property: opacity, -moz-transform;
    -o-transition-property: opacity, -o-transform;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.actualiteHeaderFermer:hover {
    opacity: 0.5;
    -moz-transform: translateX(-7px);
    -ms-transform: translateX(-7px);
    -webkit-transform: translateX(-7px);
    transform: translateX(-7px)
}

.actualiteHeaderFermer img {
    display: inline-block;
    vertical-align: middle
}

.actualiteHeaderFermer p {
    color: #6c8693;
    display: inline-block;
    vertical-align: middle;
    padding-left: 8px;
    font-weight: 100;
    font-size: 13px
}

.actualiteHeaderFermerMobile {
    background-color: #121b26;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #64DC0F;
    display: none;
    cursor: pointer
}

.actualiteDate {
    color: #5676b6;
    font-size: 15px;
    font-weight: 500
}

.actualiteContenu {
    padding: 50px 15% 0px 15%
}

.sr {
    visibility: hidden
}

@media screen and (max-width: 1600px) {
    .sidebar {
        padding: 30px
    }
    .sidebar h2 {
        margin-bottom: 20px;
        font-size: 40px;
        line-height: 46px
    }
    .sidebar p {
        line-height: 22px;
        font-size: 14px
    }
    .menuContent {
        width: 35%
    }
    .actualites {
        width: 45%;
        left: -45%
    }
    .actualites.currentModule {
        left: 35%
    }
    .slideContent h1 {
        font-size: 80px;
        line-height: 76px
    }
    .actualiteContent.currentModule {
        width: 80%
    }
    .projectContent.currentModule {
        width: 80%
    }
}

@media screen and (max-width: 1440px) {
    p {
        font-size: 13px
    }
    h1 {
        font-size: 35px
    }
    h2 {
        font-size: 30px
    }
    .sidebar h2 {
        font-size: 30px;
        line-height: 36px
    }
    .content h2 {
        margin-bottom: 35px;
        font-size: 35px
    }
    .menuContent {
        width: 40%
    }
    .actualites {
        width: 55%;
        left: -55%
    }
    .actualites.currentModule {
        left: 40%
    }
    .navBottomLeft p {
        font-size: 16px;
        line-height: 20px;
        padding: 0px 12%
    }
    .navBottomRight a {
        font-size: 18px
    }
    .slideContent h1 {
        font-size: 70px;
        line-height: 66px
    }
    .actualiteListe.actualiteListeClassique .actualiteListeContent a {
        font-size: 20px;
        line-height: 21px
    }
    .actualiteContent.currentModule {
        width: 90%
    }
    .agency .inner {
        padding: 30px 30px 210px 30px
    }
    .agencyHeader {
        margin-bottom: 45px
    }
    .agencyHeaderImg {
        margin: 0px 0px 60px -30px;
        width: calc(100% + 60px)
    }
    .agencyHeaderContent ul li {
        margin-bottom: 10px;
        font-size: 16px
    }
    .agencyPros {
        margin-bottom: 45px
    }
    .agencyPro {
        width: 100%;
        margin: 0px 0px 20px 0px
    }
    .agencyEquipeNom p {
        font-size: 22px;
        line-height: 23px
    }
    .agencyEquipeText p {
        font-size: 20px
    }
    .agencyEquipeHover h3 {
        font-size: 25px
    }
    .agencyEquipeHover p {
        font-size: 16px
    }
    .agencyWorld {
        margin-bottom: 45px
    }
    .agencyWorldContent {
        margin-bottom: 45px
    }
    .agencyWorldContent p {
        font-size: 18px;
        line-height: 35px
    }
    .agencyWorldIllustration {
        width: calc(100% + 60px);
        margin-left: -30px
    }
    .agencyRechercheContent {
        margin-bottom: 60px
    }
    .agencyRechercheContent p {
        font-size: 18px;
        line-height: 35px;
        padding-left: 30px
    }
    .agencyClients {
        margin-left: -30px;
        width: calc(100% + 60px);
        padding: 60px 0px
    }
    .agencyClientsInner {
        padding: 0px 9%
    }
    .designHeaderImg p {
        left: 12%;
        right: 12%;
        font-size: 32px
    }
    .designLigne h3 {
        font-size: 32px
    }
    .designLigne p {
        font-size: 15px;
        line-height: 22px
    }
    .designFooterImg p {
        left: 12%;
        right: 12%;
        font-size: 32px
    }
    .developmentHeader h2 {
        padding: 30px 30px 0px 30px
    }
    .developmentHeader p {
        padding: 0px 30px 30px 30px;
        font-size: 17px;
        font-weight: 500;
        line-height: 27px
    }
    .developmentListeInner {
        padding: 30px
    }
    .developmentListeInner h3 {
        font-size: 30px
    }
    .developmentEcran {
        padding: 30px 30px 0px 30px
    }
    .developmentEcran p {
        font-size: 22px;
        line-height: 34px;
        font-weight: 500
    }
    .developmentFooterImg p {
        left: 12%;
        right: 12%;
        font-size: 32px
    }
    .projectListeContenu h3 a {
        font-size: 28;
        line-height: 36px
    }
    .projectContent.currentModule {
        width: 90%
    }
    .projectClientsInner {
        padding: 0px 9%
    }
    .contactHeader {
        width: 100%
    }
    .contactHeader h2 {
        padding: 45px 5% 25px 5%
    }
    .contactIcon p {
        font-size: 17px;
        line-height: 24px
    }
    .contactIcon img {
        max-height: 70px
    }
    .contactFooterCol {
        width: 30%
    }
    .contactFooterCol ul li {
        padding: 6px
    }
    .contactFooterCol.first {
        width: 500px;
    }
    .contactFooterCol.last {
        width: 35%;
        padding: 0px 3%
    }
}

@media screen and (max-width: 1200px) {
    .awwwards {
        display: none
    }
    .content {
        width: 100%;
        margin-left: 0px
    }
    .content.withSidebar {
        width: 100%;
        margin-left: 0px
    }
    .sidebar {
        display: none
    }
    .menuContent {
        width: 45%
    }
    .actualites {
        width: 55%;
        left: -55%
    }
    .actualites.currentModule {
        left: 45%
    }
}

@media screen and (max-width: 960px) {
    .menuContent {
        width: 50%
    }
    .actualites {
        width: 50%;
        left: -50%
    }
    .actualites.currentModule {
        left: 50%
    }
    .actualiteListe {
        width: 100%;
        margin: 0px 0px 15px 0px
    }
}

@media screen and (max-width: 800px) {
    .main {
        left: 0px;
        top: 70px
    }
    .menu {
        display: none
    }
    p {
        font-size: 13px
    }
    h1 {
        font-size: 30px
    }
    h2 {
        font-size: 25px
    }
    .wysiwyg p {
        font-size: 15px;
        line-height: 22px;
        margin-bottom: 12px
    }
    .wysiwyg h2 {
        margin-bottom: 12px
    }
    .wysiwyg h3 {
        margin-bottom: 12px
    }
    .wysiwyg h4 {
        margin-bottom: 12px
    }
    .wysiwyg ul,
    .wysiwyg ol {
        margin: 0px 0px 12px 20px
    }
    .wysiwyg ul li,
    .wysiwyg ol li {
        font-size: 15px;
        line-height: 20px
    }
    .wysiwyg .actualiteVideo {
        margin-bottom: 12px
    }
    .wysiwyg img {
        margin-bottom: 12px
    }
    .content h2 {
        margin-bottom: 25px;
        font-size: 28px
    }
    .menuMobile {
        display: block
    }
    .menuContent {
        width: 100%
    }
    .menuContent li {
        height: calc((90vh / 6) - 10px)
    }
    .menuContent li a {
        line-height: calc((90vh / 6) - 10px)
    }
    .menuContent li a svg {
        width: 35px
    }
    .loaderHttp {
        top: 110px
    }
    .navBottomLeft {
        top: 70px;
        width: 100%
    }
    .navBottomRight {
        bottom: 140px;
        width: 100%
    }
    .navBottomRight a {
        font-size: 16px
    }
    .cookie {
        display: none
    }
    .actualites {
        width: 100%;
        left: 100%
    }
    .actualites.currentModule {
        left: 0px
    }
    .page .inner {
        padding: 20px
    }
    .slideContent {
        top: 80px;
        bottom: 160px
    }
    .slideContent.currentModule {
        -moz-transform: translateX(30px);
        -ms-transform: translateX(30px);
        -webkit-transform: translateX(30px);
        transform: translateX(30px)
    }
    .slideContent h1 {
        font-size: 40px;
        line-height: 44px
    }
    .slideNavigation {
        bottom: 30px;
        margin-bottom: 0px
    }
    .agency .inner {
        padding: 20px 20px 210px 20px
    }
    .agencyHeaderContent {
        width: 100%;
        margin-bottom: 15px
    }
    .agencyHeader {
        margin-bottom: 30px
    }
    .agencyHeaderImg {
        margin: 0px 0px 60px -20px;
        width: calc(100% + 40px)
    }
    .agencyHeaderImg:after {
        left: 30px;
        right: 30px
    }
    .agencyPro {
        min-height: 250px
    }
    .agencyPro img {
        margin: 30px auto 15px auto
    }
    .agencyPro p {
        font-size: 17px;
        padding: 0px 8%
    }
    .agencyEquipes {
        margin: 0px 0px 45px 0px
    }
    .agencyEquipe {
        margin: 0px 0px 20px 0px;
        width: 100%
    }
    .agencyEquipe.decalage {
        margin-top: 0px
    }
    .agencyEquipeText {
        padding: 3%
    }
    .agencyEquipeText p {
        font-size: 17px;
        font-weight: 500
    }
    .agencyWorldContent {
        width: 100%;
        margin-bottom: 85px
    }
    .agencyWorldContent p {
        font-size: 17px;
        font-weight: 500;
        line-height: 28px
    }
    .agencyWorldLogo {
        width: 120px;
        margin-left: -60px;
        top: -60px
    }
    .agencyWorldTasse {
        display: none
    }
    .agencyWorldIllustration {
        width: calc(100% + 40px);
        margin-left: -20px
    }
    .agencyWorldIllustration .btn {
        bottom: 20px
    }
    .agencyRechercheContent {
        margin-bottom: 45px;
        width: 100%
    }
    .agencyRechercheContent p {
        font-size: 17px;
        font-weight: 500;
        line-height: 28px;
        padding-left: 0px
    }
    .agencyRechercheCasque {
        display: none
    }
    .agencyClients {
        margin-left: -20px;
        width: calc(100% + 40px);
        padding: 40px 0px
    }
    .agencyClientsInner {
        padding: 0px 6%
    }
    .agencyClient {
        width: calc(100% / 2)
    }
    .designHeaderImg p {
        left: 5%;
        right: 5%;
        font-size: 18px
    }
    .designHeader h2 {
        padding: 30px 0px 0px 20px
    }
    .designHeaderCol {
        width: 100%;
        margin-bottom: 15px
    }
    .designHeaderCol ul li {
        margin-left: 40px
    }
    .designHeaderCol.first ul li {
        margin-left: 40px
    }
    .designLigne {
        min-height: auto
    }
    .designLigne h3 {
        font-size: 25px
    }
    .designLigne p {
        font-size: 14px;
        line-height: 20px
    }
    .designLigneLeft {
        position: relative;
        width: 100%
    }
    .designLigneRight {
        position: relative;
        width: 100%
    }
    .designConseilLeft,
    .designCreatifRight,
    .designRedactionLeft,
    .designExperienceRight {
        padding: 30px 0px
    }
    .designConseilLeft img,
    .designCreatifRight img,
    .designRedactionLeft img,
    .designExperienceRight img {
        max-width: 60%
    }
    .designConseilRight,
    .designCreatifLeft,
    .designRedactionRight,
    .designExperienceLeft {
        padding: 30px 20px 40px 20px
    }
    .designFooterImg p {
        left: 5%;
        right: 5%;
        font-size: 18px
    }
    .developmentHeader h2 {
        padding: 20px 20px 0px 20px
    }
    .developmentHeader p {
        padding: 0px 20px 20px 20px;
        font-size: 14px;
        line-height: 22px
    }
    .developmentListe:hover .developmentListeInner {
        width: 100%
    }
    .developmentListeInner {
        padding: 20px
    }
    .developmentListeInner h3 {
        font-size: 22px
    }
    .developmentListeContenu {
        padding: 20px 0px
    }
    .developmentListeContenu p {
        font-size: 14px
    }
    .developmentEcran {
        padding: 20px
    }
    .developmentEcran p {
        font-size: 17px;
        line-height: 25px
    }
    .developmentEcranRotation {
        display: none
    }
    .developmentFooterImg p {
        left: 5%;
        right: 5%;
        font-size: 18px
    }
    .projectListe {
        padding: 30px 20px
    }
    .projectListeContenu h3 a {
        font-size: 18px;
        line-height: 23px;
        font-weight: 500
    }
    .projectListeCategorie {
        font-size: 10px;
        padding: 5px
    }
    .projectContent.currentModule {
        width: 96%
    }
    .projectInner h2 {
        line-height: 25px;
        font-weight: 600;
        margin-bottom: 35px
    }
    .projectInner h3 {
        font-weight: 600;
        font-size: 24px
    }
    .projectInner p {
        line-height: 18px
    }
    .projectContentCenter {
        padding: 0px 4%
    }
    .projectHeader {
        margin-bottom: 45px
    }
    .projectHeader h1 {
        left: 5%;
        right: 5%;
        font-size: 25px
    }
    .projectHeaderFermerMobile {
        display: block
    }
    .projectHeaderFermer {
        display: none
    }
    .projectClientTitre {
        margin: 0px 5%
    }
    .projectClientTitre h3 {
        font-size: 18px;
        color: #fff;
        padding: 20px 15px 25px 15px;
        line-height: 21px
    }
    .projectContentCol {
        width: 100%
    }
    .projectContentCol.first {
        margin-right: 0px
    }
    .projectBackgroundBlanc {
        padding: 45px 0px 40px 0px
    }
    .projectBackgroundViolet {
        padding: 45px 0px 40px 0px
    }
    .projectBackgroundBlanc2 {
        padding: 45px 0px 0px 0px
    }
    .projectBackgroundBleu {
        padding: 45px 0px
    }
    .projectClientsInner {
        padding: 0px 6%
    }
    .projectClient {
        width: calc(100% / 2)
    }
    .project-20 .projectContent1 {
        margin-bottom: 45px
    }
    .project-20 .projectContent3Img {
        margin-bottom: 15px
    }
    .project-20 .projectContent3Text2 {
        padding-top: 30px;
        margin-bottom: 30px
    }
    .project-20 .projectContent3Text3 {
        margin-bottom: 30px
    }
    .project-20 .projectContent3Plan {
        margin-bottom: 20px
    }
    .project-20 .projectContent3PlanRight {
        margin-bottom: 45px
    }
    .project-20 .projectContent4 {
        margin-bottom: 45px
    }
    .project-20 .projectContent5 .projectVideoBtn {
        height: 100px;
        width: 100px;
        margin-left: -50px;
        margin-top: -50px
    }
    .project-20 .projectContent6Img {
        margin-bottom: 20px
    }
    .project-20 .projectContentText2 {
        padding-top: 30px
    }
    .project-20 .projectContent6Img2 {
        margin-bottom: 0px
    }
    .project-20 .projectContent6Img2.first {
        margin-bottom: 30px
    }
    .project-20 .projectContent7 {
        margin-bottom: 45px
    }
    .project-20 .projectContent9Video:first-child {
        margin-bottom: 30px
    }
    .project-20 .projectContent10 {
        margin-bottom: 45px
    }
    .project-20 .projectContent12Text1 {
        margin-bottom: 45px
    }
    .project-20 .projectContent18ImgCol {
        margin-bottom: 20px
    }
    .project-20 .projectContent16 {
        margin-bottom: 30px
    }
    .project-20 .projectContent16 img {
        margin-bottom: 30px
    }
    .project-20 .projectContent17 {
        margin-bottom: 30px
    }
    .project-20 .projectContent18Text3 {
        padding-top: 20px
    }
    .project-21 .projectContent1 {
        margin-bottom: 45px;
        padding-bottom: 45px
    }
    .project-21 .projectContent2 {
        margin-bottom: 45px
    }
    .project-21 .projectContent3 {
        margin-bottom: 45px
    }
    .project-21 .projectContent4 {
        margin-bottom: 45px
    }
    .project-21 .projectContent5 {
        margin-bottom: 45px
    }
    .project-21 .projectContent5Left {
        width: 100%
    }
    .project-21 .projectContent5Right {
        display: none
    }
    .project-21 .projectContent6 {
        margin-bottom: 45px
    }
    .project-21 .projectContent6 img {
        margin-bottom: 45px
    }
    .project-21 .projectContent8 {
        margin-bottom: 45px
    }
    .project-21 .projectContent9 .projectClientTitre {
        margin: 0px 15%;
        margin-bottom: 45px
    }
    .project-21 .projectContent9Text1,
    .project-21 .projectContent9Text2 {
        margin-bottom: 45px
    }
    .project-21 .projectContent9Img1 {
        margin-bottom: 45px
    }
    .project-21 .projectContent10Col {
        width: 100%;
        padding: 0px 3%;
        margin-bottom: 15px
    }
    .project-21 .projectContent12 {
        margin-bottom: 45px
    }
    .project-21 .projectContent14 {
        margin-bottom: 45px
    }
    .project-21 .projectContent15 .projectClientTitre {
        margin: 0px 15%
    }
    .project-21 .projectContent16 {
        margin-bottom: 45px;
        padding-top: 60px
    }
    .project-21 .projectContent17 {
        margin-bottom: 45px
    }
    .project-21 .projectContent17 p {
        margin-bottom: 45px
    }
    .project-21 .projectContent18 {
        margin-bottom: 45px
    }
    .project-21 .projectContent19Opti {
        margin-bottom: 45px
    }
    .project-21 .projectContent20 {
        margin-bottom: 45px
    }
    .project-21 .projectContent21 {
        margin-bottom: 45px
    }
    .project-21 .projectContent22 {
        margin-bottom: 45px
    }
    .project-21 .projectContent24 {
        margin-bottom: 45px
    }
    .project-21 .projectContent24 .projectClientTitre {
        margin: 0px 15%
    }
    .project-21 .projectContent25 {
        margin-bottom: 45px
    }
    .project-21 .projectContent26 {
        padding-bottom: 45px
    }
    .project-21 .projectContent26Col {
        margin-bottom: 20px;
        width: calc(100% / 2)
    }
    .project-22 .projectContent1Text2 {
        margin-bottom: 45px
    }
    .project-22 .projectContent3 {
        margin-bottom: 45px
    }
    .project-22 .projectContent4 {
        margin-bottom: 45px
    }
    .project-22 .projectContent4 p {
        margin-bottom: 45px
    }
    .project-22 .projectContent6 {
        padding-top: 45px;
        margin-bottom: 45px
    }
    .project-22 .projectContent8 {
        margin-bottom: 45px
    }
    .project-22 .projectContent11Img1 {
        margin-bottom: 45px
    }
    .project-22 .projectContent11Img2 {
        margin-bottom: 45px
    }
    .project-22 .projectContent11Text1,
    .project-22 .projectContent11Text2 {
        margin-bottom: 45px
    }
    .project-22 .projectContent13 {
        margin-bottom: 45px
    }
    .project-22 .projectContent13 .projectClientTitre {
        margin-bottom: 45px
    }
    .project-22 .projectContent14 {
        margin-bottom: 45px
    }
    .project-22 .projectContent16 {
        margin-bottom: 45px
    }
    .project-22 .projectContent17 {
        margin-bottom: 45px
    }
    .project-22 .projectContent18 {
        margin-bottom: 45px
    }
    .project-22 .projectContent20 .projectClientTitre {
        margin-bottom: 45px
    }
    .project-22 .projectContent20Img1 {
        margin-bottom: 45px
    }
    .project-22 .projectContent20Text1 {
        margin-bottom: 45px
    }
    .project-22 .projectContent21 {
        margin-bottom: 45px
    }
    .project-22 .projectContent23 .projectClientTitre {
        margin-bottom: 45px
    }
    .project-22 .projectContent23Img1 {
        margin-bottom: 45px
    }
    .project-22 .projectContent23Text1 {
        margin-bottom: 45px
    }
    .project-22 .projectContent24 {
        margin-bottom: 25px
    }
    .project-22 .projectContent24Col {
        width: 100%;
        margin-bottom: 20px
    }
    .project-22 .projectContent25 {
        padding-bottom: 45px
    }
    .contactHeader {
        width: 100%
    }
    .contactHeader h2 {
        padding: 30px 4% 20px 4%
    }
    .contactIcon {
        width: 100%;
        margin-bottom: 25px
    }
    .contactIcon p {
        font-size: 15px;
        line-height: 20px
    }
    .contactIcons {
        margin: 0px 0px 30px 0px
    }
    .contactFormCol {
        width: 100%
    }
    .contactFormCol:first-child {
        margin-right: 0px
    }
    .contactFooter {
        padding: 30px 0px
    }
    .contactFooterCol {
        width: 100%;
        padding: 15px 0px
    }
    .contactFooterCol.first {
        text-align: center;
        width: 100%;
        padding: 0px;
        margin-left: 0;
    }
    .contactFooterCol.last {
        text-align: center;
        width: 100%;
        padding: 0px
    }
    .actualiteHeaderFermerMobile {
        display: block
    }
    .actualiteHeaderFermer {
        display: none
    }
    .actualiteVideoBtn {
        height: 100px;
        width: 100px;
        margin-left: -50px;
        margin-top: -50px
    }
    .actualiteContent.currentModule {
        width: 96%
    }
    .actualiteHeader {
        padding: 50px 5% 30px 5%
    }
    .actualiteContenu {
        padding: 30px 5% 0px 5%
    }
}

@media screen and (max-width: 400px) {
    .actualitesHeader h2 a {
        display: none
    }
}