last_tarticle,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block
}
audio,
canvas,
video {
    display: inline;
    zoom: 1
}
audio:not([controls]) {
    display: none;
    height: 0
}
[hidden] {
    display: none
}
html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}
html,
button,
input,
select,
textarea {
    font-family: sans-serif
}
a:focus {
    outline: thin dotted
}
a:active,
a:hover {
    outline: 0
}
h1 {
    font-size: 2em;
    margin: .67em 0
}
h2 {
    font-size: 1.5em;
    margin: .83em 0
}
h3 {
    font-size: 1.17em;
    margin: 1em 0
}
h4 {
    font-size: 1em;
    margin: 1.33em 0
}
h5 {
    font-size: .83em;
    margin: 1.67em 0
}
h6 {
    font-size: .75em;
    margin: 2.33em 0
}
abbr[title] {
    border-bottom: 1px dotted
}
b,
strong {
    font-weight: 700
}
blockquote {
    margin: 1em 40px
}
dfn {
    font-style: italic
}
mark {
    background: #ff0;
    color: #000
}
code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em
}
pre {
    white-space: pre-wrap;
    word-wrap: break-word
}
q {
    quotes: none
}
q:before,
q:after {
    content: none
}
small {
    font-size: 80%
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}
sup {
    top: -.5em
}
sub {
    bottom: -.25em
}
dd {
    margin: 0 0 0 40px
}
menu,
ol,
ul {
    padding: 0 0 0 40px
}
nav ul,
nav ol {
    list-style: none;
    list-style-image: none
}
img {
    border: 0;
    -ms-interpolation-mode: bicubic
}
svg:not(:root) {
    overflow: hidden
}
fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}
legend {
    border: 0;
    white-space: normal;
    margin-left: -7px;
    padding: 0
}
button,
input,
select,
textarea {
    font-size: 100%;
    vertical-align: middle;
    margin: 0
}
button,
input {
    line-height: normal
}
button,
html input[type=button],
/* 1 */

input[type=reset],
input[type=submit] {
    -webkit-appearance: none;
    cursor: pointer;
    overflow: visible
}
button[disabled],
input[disabled] {
    cursor: default
}
input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    height: 13px;
    width: 13px;
    padding: 0
}
input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}
textarea {
    overflow: auto;
    vertical-align: top
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
body,
figure,
form {
    margin: 0
}
p,
pre,
dl,
menu,
ol,
ul {
    margin: 1em 0
}
/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.1
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3
	
	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/
/*------------------------------------*\
    AJOUTS
\*------------------------------------*/

#narcos {
    background: url(img/carrousel2015/6_Narcos.jpg) center center no-repeat;
    background-size: cover;
}
#illustre {
    background: url(img/carrousel2015/3_uii.jpg) center center no-repeat;
    background-size: cover;
}
#bates {
    background: url(img/carrousel2015/1_bates.jpg) center center no-repeat;
    background-size: cover;
}
#reals {
    background: url(img/carrousel2015/2_logos.jpg) center center no-repeat;
    background-size: cover;
}
#mirror {
    background: url(img/carrousel2015/4_fear.jpg) center center no-repeat;
    background-size: cover;
}
#mtv {
    background: url(img/carrousel2015/5_mtv.jpg) center center no-repeat;
    background-size: cover;
}
/*------------------------------------*\
    MAIN
\*------------------------------------*/
/* global box-sizing */

a {} html {
    overflow-y: scroll;
}
body {
    font: 300 11px/1.4 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #444;
    background-color: #f7f7f7;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -webkit-font-variant-ligatures: common-ligatures;
}
}
/* clear */

.clear:before,
.clear:after {
    content: ' ';
    display: table;
}
.clear:after {
    clear: both;
}
.clear {
    *zoom: 1;
}
img {
    max-width: 100%;
    vertical-align: top;
}
a {
    color: #444;
    text-decoration: none;
}
a:hover {
    color: #444;
}
a:focus {
    outline: 0;
}
a:hover,
a:active {
    outline: 0;
}
input:focus {
    outline: 0;
    border: 1px solid #04A4CC;
}
::-webkit-input-placeholder {
    font-family: 'Lato';
}
::-moz-placeholder {
    font-family: 'Lato';
}
/* firefox 19+ */

:-ms-input-placeholder {
    font-family: 'Lato';
}
/* ie */

input:-moz-placeholder {
    font-family: 'Lato';
}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
/* wrappers */
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
.wrapper {
    width: 100%;
}
.content_wrapper {
    max-width: 1200px;
    margin: auto;
    width: 90%;
/*     padding-bottom: 40px; */
}
.wrapper_color {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.wrapper_color h2 {
    text-align: center;
    font-weight: 700;
    width: 100%;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    margin: 0 auto 10px auto;
    letter-spacing: 0.1em;
}
.wrapper_color h3 {
    text-align: center;
    font-weight: 300;
    width: 60%;
    font-size: 32px;
    color: #fff;
    margin: 5px auto;
    line-height: 35px;
}
@import url("footer.css");
/* header */

.header {
    height: 94px;
    position: relative;
    display: block;
}
.logo-main {
    width: 181px;
    height: 63px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -91px;
    margin-top: -36px;
}
.no-svg .logo {
    background: url(img/logo.png) 0 0 no-repeat;
    width: 181px;
    height: 63px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -91px;
    margin-top: -31px;
    display: block;
}
.logo {
    display: none;
}
.no-svg .logo-texte {
    display: none;
}
#logo-header {
    width: 100%;
    overflow: hidden;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -91px;
    margin-top: -28px;
}
#logo-footer {
    width: 158px;
    height: 38px;
    margin-left: -27px;
}
/* sidebar */

.sidebar {
    float: right;
    width: 30%;
}
#main {
    width: 100%;
    background-color: #fff;
    margin-top: -56px;
    position: relative;
}
/* footer */

.footer {} .sprites {
    background: url('sprites.png') 0 0 no-repeat;
}
.cache_load {
    background-color: #FFFFFF;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 999;
}
.the_content a {
    text-decoration: underline
}
/*------------------------------------*\
    HEADER
\*------------------------------------*/

.header .socials {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    height: 35px;
    left: 28px;
    margin-top: -17px;
}

.header .flags {
	left : 100%;
	margin-left:	-110px;
}
.header .socials div {
    display: block;
    /*background: url('img/sprites.png') 0 0 no-repeat;*/
    
    width: 31px;
    height: 31px;
}
.header .socials li {
    float: left;
    width: 35px;
    height: 35px;
    list-style: none;
    margin-right: 10px;
}
.header .socials .facebook {
    background-position: -62px 0;
}
.header .socials .twitter {
    background-position: -31px 0;
}
.mmenu .facebook {
    background-position: -62px 0;
}
.mmenu .twitter {
    background-position: -31px 0;
}
.header .search {
    position: absolute;
    right: 26px;
    top: 50%;
    height: 32px;
    margin-top: -16px;
}
.header .search input {
    height: 26px;
    width: 169px;
    border: 0;
    border: 1px solid #e5e5e5;
    text-indent: 36px;
    font-weight: 400;
}
.header .search .magnifier {
    width: 15px;
    height: 15px;
    background-position: -62px -63px;
    position: absolute;
    top: 50%;
    margin-top: -9px;
    left: 12px;
}
.langs {
    background: url(img/nav-arrow-down.png) 50px 8px no-repeat;
    position: absolute;
    top: 95px;
    left: 12px;
    padding: 0;
    list-style: none;
    margin: 0;
    14px;
    width: 70px;
    height: 30px;
    z-index: 60;
    background-color: #f5f5f5;
    overflow: hidden;
}
.langs .fr {
    background: url('img/fr.jpg') 0 center no-repeat;
    width: 27px;
    height: 30px;
}
.langs .en {
    background: url('img/en.jpg') 0 center no-repeat;
    width: 27px;
    height: 30px;
}
.langs li {
    height: 30px;
    width: 70px;
}
.langs a {
    background-color: #F5F5F5;
    display: block;
    padding: 0 0 0 15px;
}
/*------------------------------------*\
    CAROUSEL
\*------------------------------------*/

.wrapper_color .wrapper_desc {
    width: 100%;
    position: absolute;
    left: 50%;
    margin-left: -500px;
    margin-top: -300px;
    max-width: 1000px;
    top: 50%;
    z-index: 15;
    height: 600px
}
.wrapper_color .how {
    text-align: left;
    margin: 0;
    margin-bottom: 40px;
}
.wrapper_color .excerpt {
    text-align: left;
    width: 100%;
    margin: 0;
    margin-bottom: 60px;
}
.wrapper_color .wrapper_expl {
    position: absolute;
    left: 0;
    width: 450px;
    height: 380px;
    top: 50%;
    margin-top: -190px
}
.wrapper_color .bg {
    width: 100%;
    height: 600px;
}
.wrapper_color .bg_click {
    width: 55%;
    height: 600px;
    position: absolute;
    right: 0;
}
/*------------------------------------*\
    MENU
\*------------------------------------*/

.menu {
    height: 31px;
    background-color: #f5f5f5;
    border-top: 1px solid #e5e5e5;
    padding: 0;
    margin: 0;
}
.mobile_menu {
    background: url('img/mobile-slide.png') 0 0 no-repeat;
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 32px;
    left: 20px;
}
.menu_header {
    padding: 0;
    max-width: 680px;
    height: 32px;
    list-style: none;
    margin: auto;
    width: 100%;
}
.menu_header li {
    display: table-cell;
    width: 1%;
}
.ie7 .tablecell {
    display: table-cell;
}
.ie7 .menu_header li {
    display: -ms-inline-grid;
    width: 10%;
    float: left;
}
.menu_header li a {
    color: #0c4a65;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    display: block;
    line-height: 30px;
}
/*------------------------------------*\
    HOME
\*------------------------------------*/

.wrapper_color .slider .wrapper_project {
    position: absolute;
    width: 100%;
}
.wrapper_color .left {
    position: absolute;
    display: none;
    cursor: pointer;
    font-size: 50px;
    z-index: 10;
    height: 60px;
    width: 31px;
    top: 45%;
    background-position: -94px -140px;
    left: 30px;
}
.wrapper_color .right {
    position: absolute;
    cursor: pointer;
    font-size: 50px;
    right: 30px;
    z-index: 10;
    width: 31px;
    height: 60px;
    top: 45%;
    background-position: -125px -140px;
}
.wrapper_color .wrapper_buttons {
    width: 100%;
    position: absolute;
    left: 50%;
    margin: auto;
    margin-left: -500px;
    height: 57px;
    bottom: 40px;
}
.wrapper_color .seeall {
    font-family: 'Lato';
    font-size: 15px;
    font-weight: 400;
    color: white;
    z-index: 10;
    display: block;
    padding-left: 35px;
}
.wrapper_color .seeall:hover {
    text-decoration: underline
}
.wrapper_color .readmore {
    font-family: 'Lato';
    font-size: 24px;
    font-weight: 900;
    padding-left: 35px;
    background: url(img/puce_home_mini.png) 0px 5px no-repeat;
    display: block;
    cursor: pointer;
    position: relative;
    z-index: 10;
    margin-bottom: 5px;
    color: white;
}
.carousel {
    width: 100%;
    height: 652px;
    position: absolute;
}
.bg img {
    width: 100%;
    height: 100%;
}
.content {
    z-index: 15;
    background-color: #fff;
    width: 100%;
    margin: auto;
    padding-top: 0px;
/*     min-height: 500px; */
    overflow: hidden;
}
article.client {
    display: inline-block;
    margin-left: 1.25%;
    margin-bottom: 15px;
    cursor: pointer;
    width: 12.5%;
    /*  border: 1px solid #efefef; */
}
article.client.no-margin,
article.metier.no-margin {
    margin-left: 0;
}
.content .clients {
    overflow: auto;
    margin-top: 20px;
    padding-bottom: 40px;
    text-align: center;
}
.Homepage .arrow_down {
    width: 24px;
    height: 12px;
    background-position: -93px -12px;
    display: inline-block;
    margin-right: 20px;
    cursor: pointer;
}
.content .pushes .push {
    width: 30%;
    float: left;
    cursor: pointer;
    position: relative;
}
.content .pushes .push h3 {
    color: #294b64;
    text-align: center;
}
.content h2 {
    text-align: center;
    font-size: 19px;
    font-weight: 400;
    color: #294b64;
    margin-bottom: 35px;
    margin-top: 0;
    display: table-cell;
    width: 1%;
    height: 50px;
    cursor: pointer;
    z-index: 5;
}
.content .pushes .push .last_tweet {
    position: absolute;
    width: 100%;
    /* height: 100%; */
    /* max-height: 144px; */
    
    padding: 0 10px;
    box-sizing: border-box;
    color: #FFF;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    top: calc(50% - 22px);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
}
/*------------------------------------*\
    METIERS
\*------------------------------------*/

.SkillsPage .content h3 {
    font-size: 32px;
    color: #0c4a65;
    font-weight: 300;
    text-align: center;
}
article.metier {
    width: 31.2%;
    float: left;
    margin-left: 3.2%;
    text-align: center;
    height: 182px;
    margin-bottom: 30px;
    position: relative;
}
article.metier h4 {
    position: absolute;
    top: 125px;
    left: 0;
    font-size: 18px;
    font-weight: 300;
    width: 100%;
    margin: 0;
}
.SkillsPage .stat {
    width: 48%;
    height: 136px;
    background-color: #5493c0;
    float: left;
    margin-bottom: 4%;
    position: relative;
}
.SkillsPage .stat .number {
    color: #FFF;
    text-align: center;
    font-size: 55px;
    top: 25px;
    line-height: 55px;
    position: absolute;
    left: 25%;
    font-weight: 300;
}
.SkillsPage .stat .text {
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    top: 80px;
    position: absolute;
    left: 26%;
}
.SkillsPage .stat .sprites {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 28%;
    left: 15%;
}
.SkillsPage .stat .twitter {
    background-position: 0px -31px;
}
.SkillsPage .stat .weeks {
    background-position: -32px -31px;
}
.SkillsPage .stat .hours {
    background-position: -64px -31px;
}
.SkillsPage .stat .facebook {
    background-position: -96px -31px;
}
/*------------------------------------*\
    REALISATIONS
\*------------------------------------*/

.projectsPage .projects,
.search .projects {
    margin: auto;
    width: 95%;
    overflow: auto;
    margin-top: 30px;
}
.loading {
    top: 0px !important;
}
.projectsPage article.project,
.search article.project {
    float: left;
    /* margin-left: 3%; */
    margin-bottom: 35px;
    cursor: pointer;
    width: 33.3%;
    position: relative;
    height: 285px;
    overflow: hidden;
    padding: 1%;
}
.projectsPage article.project img,
.search article.project img {
    width: 100%;
    margin-bottom: 15px;
    height: 100%;
}
.projectsPage article.project h3,
.search article.project h3 {
    color: #0c4a65;
    text-align: center;
    font-size: 15px;
    font-weight: 300;
    width: 95%;
    margin: auto;
    position: relative;
}
.projectsPage article.project h4,
.search article.project h4 {
    text-align: center;
    color: #0C4A65;
    overflow: hidden;
}
.projectsPage article.project .wrapper_img,
.search article.project .wrapper_img {
    overflow: hidden;
    position: relative;
    height: 80%;
    width: 100%;
    margin: 0 0 10px 0;
}
.projectsPage article.project .hover,
.search article.project .hover {
    width: 53px;
    height: 34px;
    position: absolute;
    background-position: 0px -63px;
    left: 50%;
    margin-left: -26px;
    bottom: -35px;
}
.projectsPage article.project .border,
.search article.project .border {
    border-bottom: 1px solid #d7dcde;
    width: 8%;
    margin: auto;
    margin-top: 10px;
}
.projectsPage .filters {
    height: 50px;
}
.projectsPage .activated_filters {
    border-bottom: 3px solid #eee;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.projectsPage .activated_filters ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden
}
.projectsPage .activated_filters ul li {
    display: block;
    float: left;
    margin-right: 10px;
}
.projectsPage .activated_filters .filter1 {
    min-width: 80px;
    background-color: #996e35;
    height: 26px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    line-height: 26px;
    position: relative;
    padding-left: 15px;
    overflow: hidden;
}
.ie9 .projectsPage .activated_filters .filter1 {
    padding-left: 0;
    text-indent: 10px;
}
.projectsPage .activated_filters .filter2 {
    background-color: #f1c40f;
    height: 26px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    line-height: 26px;
    position: relative;
    padding-left: 15px;
}
.ie9 .projectsPage .activated_filters .filter2 {
    padding-left: 0;
    text-indent: 10px;
    min-width: 71px;
}
.projectsPage .activated_filters .filter3 {
    background-color: #57d68d;
    height: 26px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    line-height: 26px;
    position: relative;
    padding-left: 15px;
    min-width: 71px;
}
.ie9 .projectsPage .activated_filters .filter3 {
    padding-left: 0;
    text-indent: 10px;
}
.projectsPage .activated_filters .filter4 {
    background-color: #d14132;
    height: 26px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    line-height: 26px;
    position: relative;
    min-width: 71px;
    padding-left: 15px;
}
.ie9 .projectsPage .activated_filters .filter4 {
    padding-left: 0;
    text-indent: 10px;
}
.projectsPage .activated_filters .close {
    height: 26px;
    width: 26px;
    font-weight: 300;
    line-height: 26px;
    cursor: pointer;
    float: right;
}
.ie9 .projectsPage .activated_filters .close {
    text-indent: 0;
}
.centerizr {
    text-align: center;
}
.projectsPage .pagination .page-numbers.current {
    background-color: #7dc1e4;
    color: #ffffff;
    height: 25px;
    width: 25px;
    margin-top: 7px;
    line-height: 26px;
    margin-right: 4px;
    margin-left: 4px;
    font-size: 12px;
    text-indent: -1px;
}
.projectsPage .pagination .page-numbers {
    height: 13px;
    width: 13px;
    float: left;
    line-height: 13px;
    margin-left: 4px;
    margin-right: 4px;
    background-color: #ffffff;
    margin-top: 13px;
    font-size: 10px;
}
.projectsPage .pagination {
    text-align: center;
    height: 40px;
    display: inline-block;
    background-color: #ebeeef;
    margin: 0 auto 15px auto;
}
.projectsPage .pagination .next.page-numbers {
    width: 46px;
    height: 39px;
    line-height: 40px;
    text-indent: -9999px;
    margin: 0;
    background: url('img/sprites') no-repeat 0 0;
    background-position: -49px -116px;
    background-color: #d7dcde;
    margin-left: 2px;
}
.projectsPage .pagination .prev.page-numbers {
    width: 46px;
    height: 39px;
    line-height: 40px;
    text-indent: -9999px;
    margin: 0;
    margin-right: 2px;
    background: url('img/sprites') no-repeat 0 0;
    background-position: -3px -116px;
    background-color: #D7DCDE;
}
.projectsPage .pagination .page-numbers.current {
    background-color: #7dc1e4;
    color: #ffffff;
    height: 25px;
    width: 25px;
    margin-top: 7px;
    line-height: 26px;
    margin-right: 4px;
    margin-left: 4px;
    font-size: 12px;
    text-indent: -1px;
}
.pagination .page-numbers.current {
    background-color: #7dc1e4;
    color: #ffffff;
    height: 25px;
    width: 25px;
    margin-top: 7px;
    line-height: 26px;
    margin-right: 4px;
    margin-left: 4px;
    font-size: 12px;
    text-indent: -1px;
}
.pagination .page-numbers {
    height: 13px;
    width: 13px;
    float: left;
    line-height: 13px;
    margin-left: 4px;
    margin-right: 4px;
    background-color: #ffffff;
    margin-top: 13px;
    font-size: 10px;
}
.pagination {
    text-align: center;
    height: 40px;
    display: inline-block;
    background-color: #ebeeef;
    margin: 0 auto 15px auto;
}
.pagination .next.page-numbers {
    width: 46px;
    height: 39px;
    line-height: 40px;
    text-indent: -9999px;
    margin: 0;
    background: url('img/sprites') no-repeat 0 0;
    background-position: -49px -116px;
    background-color: #d7dcde;
    margin-left: 2px;
}
.pagination .prev.page-numbers {
    width: 46px;
    height: 39px;
    line-height: 40px;
    text-indent: -9999px;
    margin: 0;
    margin-right: 2px;
    background: url('img/sprites') no-repeat 0 0;
    background-position: -3px -116px;
    background-color: #D7DCDE;
}
/*------------------------------------*\
    PROJET SINGLE
\*------------------------------------*/

.projectSingle article {
    width: 100% !important;
    position: relative;
}
.projectSingle h4 {
    font-size: 30px;
    text-align: center;
    color: #0c4a65;
    font-family: 'Lato', Helvetica, sans-serif;
    font-weight: 300;
    margin: 0;
    margin: 20px auto 30px;
}
.projectSingle .carousel_single {
    width: 100%;
    margin: auto;
    height: 400px;
    overflow: hidden;
    position: relative;
}
.projectSingle .left_single {
    width: 24px;
    height: 45px;
    position: absolute;
    top: 220px;
    margin-top: -22px;
    z-index: 20;
    background-position: -151px -63px;
    cursor: pointer;
}
.projectSingle .right_single {
    width: 24px;
    height: 45px;
    position: absolute;
    top: 220px;
    margin-top: -22px;
    right: 0;
    background-position: -127px -63px;
    cursor: pointer;
}
.projectSingle .slider {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
}
.projectSingle .slide {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 100%;
}
.projectSingle .slide iframe {
	width: 90%;
	display: block;
	margin: auto;
}
.projectSingle .main_content {
    overflow: auto;
}
.projectSingle .content_edit {
    width: 55%;
    float: left;
    margin-right: 5%;
    position: relative;
    padding: 2%;
}
.projectSingle .socials {
    list-style: none;
    padding: 0;
    margin: 0;
    max-width: 210px;
    margin-bottom: 20px;
    display: inline-block;
}
.projectSingle .sharebox {
    background: url('img/sharebox.png') repeat-x 0 0;
    width: 100%;
    height: 100%;
    padding-top: 20px;
}
.projectSingle .text_partage {
    font-size: 17px;
}
.projectSingle .socials li {
    float: left;
    margin-right: 10px;
}
.projectSingle .pint {
    margin-top: 41px;
    text-align: center;
}
.projectSingle .twitter {
    margin-top: -1px;
}
.newsPage .socials {
    list-style: none;
    max-width: 190px;
    display: inline-block;
}
.newsPage .sharebox {
    width: 100%;
    height: 100%;
    padding-top: 20px;
}
.newsPage .text_partage {
    font-size: 17px;
}
.newsPage .socials li {
    float: left;
    margin-right: 10px;
}
.newsPage .pint {
    margin-top: 41px;
    text-align: center;
}
.newsPage .twitter {
    margin-top: -1px;
}
.projectSingle .client {
    font-size: 43px;
    font-weight: 700;
    color: #0c4a65;
    margin-bottom: 10px;
}
.projectSingle .content_edit .the_content {
    font-size: 16px;
}
.projectSingle .content_edit blockquote {
    height: 60px;
    margin: 0;
    font-size: 22px;
    font-weight: 400;
    font-style: italic;
    color: #294b64;
    background: url('img/sprites') no-repeat;
    width: 60px;
    background-position: -127px 0px;
}
.projectSingle .content_edit blockquote p {
    position: absolute;
    margin: 0;
    margin-left: 70px;
}
.projectSingle .more_infos {
    float: left;
    width: 40%;
    padding-top: 40px;
}
.projectSingle .more_infos .competences {
    background-color: rgb(209, 65, 50);
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 40px;
}
.projectSingle .more_infos .competences ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.projectSingle .more_infos .competences ul li {
    color: #FFF;
    height: 40px;
    line-height: 34px;
    width: 90%;
    margin: auto;
    position: relative;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 14px;
    border-bottom: 1px solid #e54838;
}
.projectSingle .more_infos .competences ul li.first {
    font-size: 17px;
}
.projectSingle .more_infos .competences ul li .desc {
    float: left;
}
.projectSingle .more_infos .competences ul li .link {
    float: right;
    color: #fff;
    font-size: 12px;
    text-decoration: underline;
    font-weight: 400;
    font-style: italic;
}
.projectSingle .more_infos .same_projects .link {
    float: right;
    font-size: 12px;
    text-decoration: underline;
    font-weight: 400;
    font-style: italic;
    line-height: 26px;
}
.projectSingle .more_infos .competences .picto {
    height: 33px;
    width: 30px;
    position: absolute;
    right: 0;
    top: 2px;
}
.projectSingle .more_infos .competences .community-management {
    background-position: -30px -154px;
}
.projectSingle .more_infos .competences .sites-web-et-applications-digitales {
    background-position: 0px -187px;
}
.projectSingle .more_infos .competences .consulting {
    background-position: -60px -154px;
}
.projectSingle .more_infos .competences .formation {
    background-position: -30px -187px;
}
.projectSingle .more_infos .competences .mobile-et-second-screen {
    background-position: -60px -188px;
}
.projectSingle .more_infos .competences .strategie-digitale {
    background-position: 1px -154px;
}
.projectSingle .more_infos .presse {
    background-color: #f5f5f5;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
    margin-bottom: 40px;
}
.projectSingle .more_infos .presse .wrapper {
    width: 90%;
    margin: auto;
    overflow: auto;
    margin-top: 15px;
}
.projectSingle .more_infos .presse ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.projectSingle .more_infos .presse ul li {
color: #5c5c5c;
    height: 50px;
    line-height: 34px;
    width: 20%;
    float: left;
    margin-top: 5px;
    margin-bottom: 1%;
    font-size: 14px;
    margin-right: 0%;
    text-align: center;
    /* border: 1px solid #cecece; */
}
.projectSingle .more_infos .presse .desc,
.projectSingle .more_infos .same_projects .desc {
    font-size: 17px;
    font-weight: 400;
    border-bottom: 2px solid #c7c7c7;
    width: 90%;
    margin: auto;
    padding-bottom: 9px;
    color: #5c5c5c;
}
.projectSingle .more_infos .same_projects {
    border-top: 1px solid #ededed;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 30px;
}
.projectSingle .more_infos .same_projects ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.projectSingle .more_infos .same_projects ul li {
    height: 70px;
    width: 90%;
    margin: auto;
    position: relative;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 14px;
    border-bottom: 1px solid #cecece;
    font-weight: 400;
}
.projectSingle .more_infos .same_projects ul li .titre {
    float: left;
    width: 50%;
    position: relative;
    top: 45%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.projectSingle .more_infos .same_projects ul li .picto {
    float: right;
    height: 55px;
    width: 95px;
    margin-top: 5px;
}
/* footer */

footer {
    background: #0c4a65;
    padding: 40px 0 0 0;
    color: #fff;
    color: rgba(255, 255, 255, 0.5);
    font-size: 13px;
    line-height: 17px;
    font-weight: 400;
    min-width: 940px;
}
footer h2 {
    margin: 0;
}
footer .w58 {
    width: 58%;
    float: left;
    margin-right: 3%;
}
footer .w39 {
    width: 39%;
    float: left;
}
footer hr {
    width: 100%;
    border: none;
    margin: 20px auto;
}
footer hr.w2 {
    border-top: 2px solid #fff;
    border-top: 2px solid rgba(255, 255, 255, 0.25);
}
footer .w39 hr.w2 {
    margin-bottom: 12px;
}
footer hr.w1 {
    border-top: 1px solid #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
}
.follow-us {
    float: right;
    height: 38px;
}
.social-icon {
    background: url(img/social-icons.png) no-repeat;
    width: 33px;
    height: 33px;
    display: block;
    float: left;
    margin-right: 10px;
}
.social-icon:last-child {
    margin-right: 0;
}
.fb {
    background-position: 0 0;
}
.fb:hover {
    background-position: 0 -33px
}
.tw {
    background-position: -43px 0;
}
.tw:hover {
    background-position: -43px -33px
}
.in {
    background-position: -88px 0;
}
.in:hover {
    background-position: -88px -33px
}
.g {
    background-position: -133px 0;
}
.g:hover {
    background-position: -133px -33px
}
.pin {
    background-position: -173px 0;
}
.pin:hover {
    background-position: -173px -33px
}
.ins {
    background-position: -213px 0;
}
.ins:hover {
    background-position: -213px -33px
}
.clearfix {
    clear: both;
}
br {
    margin: 0;
}
.footer-menu {
    width: 100%;
}
.col-menu {
    float: left;
    width: 45%;
}
.col-menu:first-child {
    margin-right: 10%;
}
.col-menu ul {
    margin: 0;
    padding: 0;
}
.col-menu li {
    list-style: none;
    height: 49px;
    border-bottom: 1px solid #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    line-height: 49px;
    font-weight: 700;
    font-size: 16px;
}
.col-menu a {
    color: #fff;
    color: rgba(255, 255, 255, 0.25);
    text-decoration: none;
}
.col-menu a.current,
.col-menu a:hover {
    color: #fff;
    color: rgba(255, 255, 255, 1);
}
.copy {
    color: #fff;
    color: rgba(255, 255, 255, 0.25);
    margin-top : 85px;
}
.socialCounter {
    overflow: hidden;
    width: 100%;
    min-height: 50px;
}
.socialCounter .counter {
    width: 141px;
    height: 44px;
}
.counterTw {
    width: 220px;
    float: left;
}
.counterFb {
    width: 260px;
    float: left;
}
.counterWrapper {
    margin-top: 25px;
}
.counterWrapper .socialButon {
    margin-top: 12px;
}
.socialCounter span {
    display: block;
    float: left;
    line-height: 44px;
    font-size: 18px;
    color: #fff;
    text-shadow: 0px 1px 2px #000000;
    filter: dropshadow(color=#000000, offx=0, offy=1);
}
.socialCounter .mille {
    margin-left: 45px
}
.socialCounter .cent {
    margin-left: 20px;
    letter-spacing: 11px;
}
.counter {
    margin-right: 10px;
}
.counterFb .counter {
    background-position: 0 -120px;
}
.counterTw {
    margin-right: 10px;
}
.counterTw .counter {
    background-position: 0 -70px;
}
/* MQ */

.wrapper_color .seeallfr {
    display: block;
    width: 200px;
    height: 50px;
    margin-top: 25px;
    text-align: center;
    color: #0c4a65;
    font-weight: bold;
    line-height: 50px;
    background: #fff;
    margin: 65px auto 45px auto;
    text-transform: uppercase;
}
.seeall_mobile {
    text-align: center;
    display: block;
    height: 40px;
    line-height: 40px;
    background: #0c4a65;
    color: #FFF;
    font-size: 1.5em;
}
.seeall_mobile:hover {
    background: #FFF;
    color: #0c4a65;
}
.flag-fr {
    background: url('img/fr.png') center center no-repeat;
}
.flag-en {
    background: url('img/en.png') center center no-repeat;
}
/*------------------------------------*\
    PAGES
\*------------------------------------*/
/*------------------------------------*\
    IMAGES
\*------------------------------------*/
/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
    font-family:'Font-Name';
    src:url('fonts/font-name.eot');
    src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
    url('fonts/font-name.woff') format('woff'),
    url('fonts/font-name.ttf') format('truetype'),
    url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width: 320px) {} @media only screen and (max-width: 500px) {
    .projectsPage article.project {
        width: 100% !important;
        margin:auto;
        max-height: initial;
        float: none;
        height: 100px;
        margin-bottom: 20px;
    }
    #menu_slide .flag-fr {
        background: url('img/fr.png') center center no-repeat;
        width: 32px;
        height: 32px;
        position: absolute;
        top: 320px;
        left: 75px;
        display: block;
    }
    #menu_slide .flag-en {
        background: url('img/en.png') center center no-repeat;
        width: 32px;
        height: 32px;
        position: absolute;
        top: 320px;
        left: 125px;
        display: block;
    }
}
@media only screen and (min-width: 768px) {} @media only screen and (min-width: 1024px) {} @media only screen and (min-width: 1140px) {} @media only screen and (min-width: 1280px) {} @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi) {} @media only screen and (max-width: 940px) {
    #main {
        margin-top: 0;
    }
    footer {
        width: 100%;
        min-width: 100%;
    }
    footer .w39 br {
        display:none;
    }
    .follow-us {
        width:180px;
        margin:auto;
        float: none;
        width: 120px;
        margin: auto;
        float: none;
        margin-top: 20px;
    }
    footer .w58,
    footer .w39 {
        float:none;
        width:100%;
        margin:auto;
    }
    .copy {
        text-align: center;
        margin-top: 25px;
        margin-bottom: 0;
        padding-bottom: 10px;
    }
    .socialCounter {
        display: none;
    }
}
@media only screen and (max-width: 800px) {
    .wrapper_color h3 {
        width: 95%;
        font-size: 22px;
    }
    .SkillsPage .stat .number {
        font-size: 35px;
        left: 32%;
    }
    .SkillsPage .stat .text {
        font-size: 18px;
        left: 32%;
    }
}
@media only screen and (max-width: 780px) {
    article.project {
        width: 47% !important;
    }
    .projectSingle article {
        width: 100% !important;
        max-width: 100% !important;
    }
}
@media only screen and (max-width: 1000px) {
    .wrapper_color .wrapper_buttons {
        margin-left: -50%;
    }
    .wrapper_color .wrapper_desc {
        margin-left: -47%;
    }
}
@media only screen and (max-width: 600px) {
    .header {
        height: 90px;
    }
    .header .socials {
        left: 50%;
        margin-left: -68px;
        top: 75%;
    }
    header .search {
        display: none;
    }
    article.client {
        width: 18%;
        display: table-cell;
        margin-left: 2% !important
    }
    article.metier h4 {
        font-size: 11px;
    }
    .SkillsPage .stat .number {
        font-size: 24px;
    }
    .SkillsPage .stat .text {
        font-size: 13px;
    }
    .SkillsPage .stat .sprites {
        left: 10%;
    }
    .dk_container {
        width: 100%;
    }
    .projectsPage article.project h3 {
        font-size: 12px;
    }
    .projectsPage article.project h4 {
        font-size: 9px;
    }
    .projectsPage .activated_filters {
        display: none
    }
    ;
}
@media only screen and (max-width: 460px) {
    .wrapper_color h2 {
        font-size: 16px;
    }
    .wrapper_color h3 {
        width: 95%;
        font-size: 18px;
    }
    .SkillsPage .stat .text-resp {
        left: 12%;
    }
}
@media only screen and (max-width: 768px) {
    html,
    body {
        height: 100%;
    }
    #lang_sel {
        display: none;
    }
    .wrapper_color .left {
        display: none;
    }
    .wrapper_color .right {
        display: none;
    }
    .wrapper_color h2 {
        font-size: 13px;
    }
    .wrapper_color h3 {
        font-size: 13px;
        line-height: 22px;
    }
    .Homepage .content {
        display: none;
    }
    .wrapper_project {
        float: left;
        position: relative !important;
        left: 0 !important;
        height: 240px !important;
    }
    .wrapper_color {
        height: auto !important;
        min-height: 160px;
    }
    .home-flotaison {
		height: auto !important;
	}
    .wrapper_color .carousel {
        position: initial;
        height: inherit !important;
    }
    .wrapper_color .seeall {
        position: absolute;
        bottom: 10px;
        width: 100%;
    }
    .Homepage .bg {
        opacity: 0.5
    }
    .wrapper_color .bg {
        height: 240px !important
    }
    .bg {
        background-size: contain;
        height: inherit !important;
        margin-top: inherit !important;
        height: 100px !important;
        float: left;
        position: relative;
        background-position: 0% 0% !important;
    }
    .wrapper_desc {
        top: 10px !important;
    }
    .wrapper_color .how {
        font-size: 12px !important;
        line-height: 12px !important;
        margin: 0;
        margin-bottom: 5px;
        position: absolute;
        top: 30px;
        left: 20px;
    }
    .wrapper_color .excerpt {
        font-size: 12px !important;
        line-height: 20px;
        width: 55%;
        font-weight: 300;
        position: absolute;
        top: 60px;
        left: 20px;
    }
    .wrapper_color .readmore.fr {
        bottom: -90px;
        position: absolute;
        display: block;
    }
    .wrapper_color .readmore {
        bottom: 80px;
        position: absolute;
        display: block;
        left: 20px;
        transform: scale(0.8);
        -ms-transform: scale(0.8);
        -webkit-transform: scale(0.8);
        bottom: 20px;
        left: -60px;
        display: block;
        margin: 0;
    }
    .wrapper_color .readmore-en {
        left: -40px;
    }
    .col-menu li {
        font-size: 12px;
    }
    .header .socials {
        right: 0 !important;
        left: inherit !important;
        top: 50% !important;
    }
    #logo-header {
        left: 50%;
        top: 50% !important;
    }
    .logo-main {
        width: 150px;
        height: 40px;
        margin-left: -51px;
        margin-top: -11px;
    }
    .projectSingle .content_edit {
        width: 90%;
        margin: 0;
        margin-left: 5%;
    }
    .projectSingle .more_infos {
        width: 90%;
        margin: 0;
        margin-left: 5%;
    }
    .projectSingle .carousel_single {
        height: 180px !important;
        width: 70.5%;
    }
    .projectSingle h4 {
        font-size: 20px;
    }
    .projectSingle .client {
        font-size: 23px;
        text-align: center;
    }
    .projectSingle .content_edit .the_content {
        font-size: 12px;
    }
    .projectSingle .more_infos .same_projects ul li .titre {
        font-size: 12px;
        width: 55%;
    }
    .projectSingle .socials {
        max-width: 320px;
    }
    .right_single {
        top: 160px !important;
        right: 5px !important;
    }
    .left_single {
        top: 160px !important;
        left: 5px !important;
    }
    .menu {
        display: none;
    }
    .projectsPage .filters {
        display: none;
    }
    .projectsPage article.project .wrapper_img {
        width: 48%;
        float: left;
        margin-right: 2%;
        height: 100%;
    }
    .projectsPage article.project h3 {
        float: left;
        width: 50%;
        margin-top: 20px;
        font-size: 11px;
    }
    .projectsPage article.project h4 {
        float: left;
        width: 50%;
    }
    .projectsPage article.project .border {
        display: none;
    }
    .SkillsPage .content h3 {
        font-size: 22px;
    }
    .SkillsPage .stat .number {
        font-size: 18px;
        margin-left: 10px;
        font-weight: 300
    }
    .SkillsPage .stat .text {
        font-size: 11px;
        width: 100%;
        left: 0;
    }
    #map {
        width: 50% !important;
    }
    .vcard {
        font-size: 11px !important;
    }
    .vcard p {
        margin-bottom: 10px !important;
    }
    .wrapper_color .wrapper_expl {
        bottom: 70px;
        text-shadow: 2px 2px 1px rgba(0, 0, 0, 1);
    }
    .wrapper_color h3 {
        font-weight: 300;
    }
    article.client {
        width: 22%;
        display: inline-block;
        margin-left: 2% !important
    }
    #menu-header-mobile li.socials {
        float: left;
        width: 31px;
        height: 31px;
        list-style: none;
        margin-right: 10px;
        padding: 0;
        border: 0;
        margin-left: 10px;
        margin-top: 10px;
    }
    #menu-header-mobile li.socials a {
        text-indent: -9999px
    }
    #menu-header-mobile li.socials.facebook {
        margin-left: 68px;
    }
    .loading {
        top: 90px !important;
    }
    .content_wrapper {
        padding-bottom: 0 !important
    }
}
/*------------------------------------*\
    RETINA
\*------------------------------------*/

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .sprites {
        background: url('img/sprites@x2.png');
        background-size: 200px;
    }
    #menu-header-mobile li.socials {
        float: left;
        width: 31px;
        height: 31px;
        list-style: none;
        margin-right: 10px;
        padding: 0;
        border: 0;
        margin-left: 10px;
        margin-top: 10px;
    }
    #menu-header-mobile li.socials a {
        text-indent: -9999px
    }
    #menu-header-mobile li.socials.facebook {
        margin-left: 58px;
    }
    .loading {
        top: 90px !important;
    }
}
.replace-2x {
    font-size: 1px;
}
/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}
::-webkit-selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}
::-moz-selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}
/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption {
    background: #FFF;
    border: 1px solid #F0F0F0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
.sticky {} .bypostauthor {}
/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}
/**
 * Default DropKick theme
 *
 * Feel free to edit the default theme
 * or even add your own.
 *
 * See the readme for themeing help
 *
 */
/***** Begin Theme, feel free to edit in here! ******/
/* One container to bind them... */

.dk_container {
    background-color: #d7dcde;
    font-family: 'Helvetica', Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
    margin-bottom: 18px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-color: #d7dcde;
    border: 0px;
}
.dk_container:focus {
    outline: 0;
}
.dk_container a {
    cursor: pointer;
    text-decoration: none;
}
.dk_container a:hover {
    color: #fff;
}
/* Opens the dropdown and holds the menu label */

.dk_toggle {
    /**
   * Help: Arrow image not appearing
   * Try updating this property to your correct dk_arrows.png path
   */
    
    background-image: url('img/dk-arrows.png');
    background-repeat: no-repeat;
    background-position: 95% center;
    border: 1px solid #ccc;
    padding: 7px 45px 7px 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    /*  -webkit-transition: border-color .5s;
  -moz-transition: border-color .5s;
  -o-transition: border-color .5s;
  transition: border-color .5s;*/
    
    color: #fff;
}
.dk_toggle:hover {
    border-color: #8c8c8c;
}
/* Applied when the dropdown is focused */

.dk_focus .dk_toggle {
    border-color: #40b5e2;
}
.dk_focus .dk_toggle {
    box-shadow: 0 0 5px #40b5e2;
    -moz-box-shadow: 0 0 5px #40b5e2;
    -webkit-box-shadow: 0 0 5px #40b5e2;
}
/* Applied whenever the dropdown is open */

.dk_open {
    box-shadow: 0 0 5px #40b5e2;
    -moz-box-shadow: 0 0 5px #40b5e2;
    -webkit-box-shadow: 0 0 5px #40b5e2;
    /**
   * Help: Dropdown menu is covered by something
   * Try setting this value higher
   */
    
    z-index: 10;
}
.dk_open .dk_toggle {
    background-color: #ececec;
    border-color: #8c8c8c;
    color: #ccc;
    box-shadow: inset 0 -2px 5px #ccc;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
}
/* The outer container of the options */

.dk_options {
    box-shadow: rgba(0, 0, 0, .2) 0 2px 8px;
    -moz-box-shadow: rgba(0, 0, 0, .2) 0 2px 8px;
    -webkit-box-shadow: rgba(0, 0, 0, .2) 0 2px 8px;
    border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
}
.dk_options a {
    background-color: #fff;
    border-bottom: 1px solid #999;
    font-weight: bold;
    padding: 8px 10px;
}
.dk_options li:last-child a {
    border-bottom: none;
}
.dk_options a:hover,
.dk_option_current a {
    background-color: #0084c7;
    border-bottom-color: #004c72;
    color: #fff;
    text-decoration: none;
    text-shadow: rgba(0, 0, 0, .5) 0 1px 0;
}
/* Inner container for options, this is what makes the scrollbar possible. */

.dk_options_inner {
    border-bottom-width: 2px;
    border-bottom-color: #999;
    color: #333;
    max-height: 250px;
    text-shadow: #fff 0 1px 0;
    border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
}
/* Set a max-height on the options inner */

.dk_options_inner,
.dk_touch .dk_options {
    max-height: 250px;
}
/******  End Theme ******/
/***** Critical to the continued enjoyment of working dropdowns ******/

.dk_container {
    display: none;
    float: left;
    position: relative;
    width: 30%;
    margin-left: 3%
}
.dk_container a {
    outline: 0;
}
.dk_toggle {
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    position: relative;
    zoom: 1;
}
.dk_open {
    position: relative;
}
.dk_open .dk_options {
    display: block;
}
.dk_open .dk_label {
    color: inherit;
}
.dk_options {
    display: none;
    margin-top: -1px;
    position: absolute;
    right: 0;
    width: 100%;
    background-color: #fff;
}
.dk_options a,
.dk_options a:link,
.dk_options a:visited {
    display: block;
}
.dk_options_inner {
    overflow: auto;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}
.dk_touch .dk_options {
    overflow: hidden;
}
.dk_touch .dk_options_inner {
    max-height: none;
    overflow: visible;
}
.dk_fouc select {
    position: relative;
    top: -99999em;
    visibility: hidden;
}
.filters .dk_toggle {
    width: 80% !important;
    display: block;
}
.filters {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
/***** End Critical to the continued enjoyment of working dropdowns ******/
/*
    Menu
        - positioning and sizing
*/
/* html/body */

html.mmenu-opened,
html.mmenu-opened body {
    height: 100%;
    width: 100%;
    overflow: hidden;
}
html.mmenu-opened body {
    position: relative;
}
/* menu */

.mmenu,
.mmenu * {
    -webkit-text-size-adjust: none;
    font-family: Arial, Helvetica, Garuda, sans-serif;
    font-size: 14px;
}
.mmenu {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.mmenu.mmenu-opened {
    display: block;
}
.mmenu.mmenu-opened + .mmenu.mmenu-opened,
.mmenu.mmenu-opened ~ .mmenu.mmenu-opened {
    display: none;
}
/* ul/li */

.mmenu ul,
.mmenu li {
    list-style: none;
}
.mmenu li {
    position: relative;
    width: 80%;
}
.mmenu ul,
.mmenu li,
.mmenu li > a,
.mmenu li > span {
    display: block;
    padding: 0;
    margin: 0;
}
.mmenu > ul {
    background-color: inherit;
    padding: 10px 0 40px 0;
}
.mmenu.mmenu-left > ul > li {
    padding-right: 65px;
}
.mmenu.mmenu-right > ul > li {
    padding-left: 65px;
}
/* page + blocker */

html.mmenu-opened .mmenu-page {
    box-shadow: 0 0 20px rgba( 0, 0, 0, 0.8);
    background-color: inherit;
    min-height: 100%;
    position: absolute;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#mmenu-blocker {
    display: none;
}
html.mmenu-opened #mmenu-blocker,
html.mmenu-blocking #mmenu-blocker {
    background: #fff;
    opacity: 0;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 9999;
}
html.mmenu-opened .mmenu-page,
html.mmenu-opened #mmenu-blocker {
    -webkit-transition: left 0.5s ease, right 0.5s ease, margin 0.5s ease;
    -moz-transition: left 0.5s ease, right 0.5s ease, margin 0.5s ease;
    transition: left 0.5s ease, right 0.5s ease, margin 0.5s ease;
}
html.mmenu-accelerated .mmenu-page,
html.mmenu-accelerated #mmenu-blocker {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
html.mmenu-left.mmenu-opened .mmenu-page,
html.mmenu-left.mmenu-opened #mmenu-blocker {
    margin-left: 0px;
    left: 0%;
}
html.mmenu-left.mmenu-opening .mmenu-page,
html.mmenu-left.mmenu-opening #mmenu-blocker {
    margin-left: -65px;
    left: 100%;
}
html.mmenu-right.mmenu-opened .mmenu-page,
html.mmenu-right.mmenu-opened #mmenu-blocker {
    margin-right: 0px;
    right: 0%;
}
html.mmenu-right.mmenu-opening .mmenu-page,
html.mmenu-right.mmenu-opening #mmenu-blocker {
    margin-right: -65px;
    right: 100%;
}
/*
    Menu
        - styling
*/

.mmenu {
    background: #f7f7f7;
}
.mmenu * {} .mmenu li {
    border: none;
    border-bottom: 1px solid #c4c4c4;
}
.mmenu li:first-child {
    border-top-width: 0;
}
.mmenu li > a,
.mmenu li > span {
    text-indent: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 40px;
    overflow: hidden;
    padding-right: 5px;
}
.mmenu li > a,
.mmenu li > span,
.mmenu li > a:hover {
    color: #999;
    text-decoration: none;
}
.mmenu li.mmenu-selected > a,
.mmenu li.mmenu-selected > span {
    background: #222;
}
.mmenu li.mmenu-selected > a.mmenu-subopen {
    background: transparent;
}
/*
    Submenu
        - open link
*/

.mmenu a.mmenu-subopen {
    border-left: 1px solid #111;
    width: 40px;
    height: 40px;
    padding: 0;
    position: absolute;
    right: 65px;
    top: 0;
    z-index: 2;
}
.mmenu.mmenu-right a.mmenu-subopen,
.mmenu ul ul a.mmenu-subopen {
    right: 0;
}
.mmenu a.mmenu-subopen.mmenu-fullsubopen {
    border-left: none;
    width: 100%;
}
.mmenu a.mmenu-subopen + a,
.mmenu a.mmenu-subopen + span {
    padding-right: 45px;
}
/*
    Submenu
        - close link
*/

.mmenu a.mmenu-subclose {
    background: #222;
    text-indent: 40px;
    padding-top: 10px;
    margin-top: -10px;
}
/*
    Submenu
        - vertical
*/

.mmenu.mmenu-vertical ul ul {
    display: none;
    padding: 0 10px 10px 10px;
}
.mmenu.mmenu-vertical li.mmenu-opened > ul {
    display: block;
}
.mmenu.mmenu-vertical ul ul li:last-child {
    border-bottom-width: 0;
}
/*
    Submenu
        - horizontal
*/

.mmenu.mmenu-horizontal {
    width: 500%;
}
.mmenu.mmenu-horizontal ul {
    width: 20%;
    margin-left: 0%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: margin-left 0.5s ease;
    -moz-transition: margin-left 0.5s ease;
    transition: margin-left 0.5s ease;
}
html.mmenu-accelerated .mmenu.mmenu-horizontal ul {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.mmenu.mmenu-horizontal ul.mmenu-submenu {
    display: none;
}
.mmenu.mmenu-horizontal ul.mmenu-submenu.mmenu-opened {
    display: block;
}
.mmenu.mmenu-horizontal ul.mmenu-subopened {
    margin-left: -20%;
    height: 100%;
    overflow: hidden;
}
/*
    Labels
*/

.mmenu li.mmenu-label {
    background: #444;
    font-size: 11px;
    color: #ccc;
    text-transform: uppercase;
    text-indent: 20px;
    line-height: 25px;
}
/*
    Counters
*/

.mmenu em.mmenu-counter {
    border-radius: 5px;
    background: #555;
    box-shadow: 0 0 2px rgba( 0, 0, 0, 0.3);
    font-size: 11px;
    font-weight: bold;
    font-style: normal;
    color: #999;
    text-indent: 0;
    text-align: center;
    text-shadow: none;
    line-height: 20px;
    display: block;
    min-width: 20px;
    height: 20px;
    padding: 0;
    position: absolute;
    right: 105px;
    top: 10px;
}
.mmenu em.mmenu-counter + a.mmenu-subopen {
    padding-left: 35px;
}
.mmenu em.mmenu-counter + a.mmenu-subopen + a,
.mmenu em.mmenu-counter + a.mmenu-subopen + span {
    padding-right: 80px;
}
.mmenu em.mmenu-counter + a.mmenu-fullsubopen + a,
.mmenu em.mmenu-counter + a.mmenu-fullsubopen + span {
    padding-right: 70px;
}
/* at right or subsub */

.mmenu.mmenu-right em.mmenu-counter,
.mmenu.mmenu-vertical ul ul em.mmenu-counter {
    right: 40px;
}
/*
    Arrows
*/

.mmenu a.mmenu-subopen:after,
.mmenu a.mmenu-subclose:before {
    content: '';
    border: 4px solid rgba( 255, 255, 255, 0.3);
    border-left: none;
    border-top: none;
    display: block;
    width: 6px;
    height: 6px;
    position: absolute;
}
.mmenu a.mmenu-subopen:after {
    right: 16px;
    top: 16px;
    -webkit-transform: rotate( 315deg);
    transform: rotate( 315deg);
}
.mmenu a.mmenu-subclose:before {
    left: 20px;
    top: 25px;
    -webkit-transform: rotate( 135deg);
    transform: rotate( 135deg);
}
.mmenu.mmenu-vertical li.mmenu-opened > a.mmenu-subopen:after {
    -webkit-transform: rotate( 45deg);
    transform: rotate( 45deg);
}
.mmenu.mmenu-right a.mmenu-subclose:before {
    left: 85px;
}
/*
    Search
*/

.mmenu div.mmenu-search {
    background: #222;
    border-bottom: 1px solid #444;
    width: 20%;
    height: 50px;
    padding: 10px;
    position: absolute;
    top: 0;
    z-index: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mmenu.mmenu-left div.mmenu-search {
    padding-right: 75px;
}
.mmenu.mmenu-right div.mmenu-search {
    padding-left: 75px;
}
.mmenu div.mmenu-search input {
    background: #555;
    border: none;
    border-radius: 20px;
    line-height: 30px;
    color: #fff;
    display: block;
    width: 100%;
    height: 30px;
    margin: 0;
    padding: 0 0 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mmenu li.mmenu-noresults {
    border: none;
    color: #999;
    text-align: center;
    display: none;
    padding-top: 30px;
    margin: 0;
}
.mmenu.mmenu-noresults li.mmenu-noresults {
    display: block;
}
.mmenu div.mmenu-search ~ ul {
    margin-top: 40px;
}
.mmenu .mmenu-noresult,
.mmenu .mmenu-nosubresult > a.mmenu-subopen,
.mmenu .mmenu-nosubresult > em.mmenu-counter {
    display: none;
}
.mmenu .mmenu-nosubresult > a.mmenu-subopen + a,
.mmenu .mmenu-nosubresult > a.mmenu-subopen + span {
    padding-right: 5px;
}
/*
    Menu
        - positioning and sizing for larger screens
*/

@media all and (min-width: 500px) {
    .mmenu.mmenu-vertical,
    .mmenu div.mmenu-search {
        width: 500px;
    }
    .mmenu.mmenu-right.mmenu-vertical {
        left: auto;
        right: 0;
    }
    .mmenu.mmenu-horizontal {
        width: 2500px;
    }
    .mmenu.mmenu-right.mmenu-horizontal {
        left: auto;
        right: -2000px;
    }
    html.mmenu-left.mmenu-opening .mmenu-page,
    html.mmenu-left.mmenu-opening #mmenu-blocker {
        left: 500px;
    }
    html.mmenu-right.mmenu-opening .mmenu-page,
    html.mmenu-right.mmenu-opening #mmenu-blocker {
        right: 500px;
    }
}
/*------------------------------------*\
    SPINNER
\*------------------------------------*/

.spinner {
    position: absolute;
    width: 48px;
    height: 48px;
    left: 50%;
    top: 50%;
    margin: -24px 0 0 -24px;
    overflow: hidden;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    -ms-border-radius: 999px;
    -o-border-radius: 999px;
    border-radius: 999px;
}
.spinner::after {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -20px;
    background: #eee;
    opacity: 1;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    -ms-border-radius: 999px;
    -o-border-radius: 999px;
    border-radius: 999px;
}
.spinner .side {
    position: absolute;
    width: 24px;
    height: 48px;
    top: 0;
    overflow: hidden;
}
.spinner .s_left {
    left: 0px;
}
.spinner .s_right {
    left: 24px;
}
.spinner .side .fill {
    position: absolute;
    width: 24px;
    height: 48px;
    opacity: 1;
    z-index: 999;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    -ms-border-radius: 999px;
    -o-border-radius: 999px;
    border-radius: 999px;
}
.spinner .s_left .fill {
    left: 0;
    border-left: 24px solid #fcf2f6;
}
.spinner .s_right .fill {
    right: 0;
    border-right: 24px solid #fcf2f6;
}
.loading {
    position: fixed;
    top: 127px;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FFF;
    z-index: 999;
}
.teamPage {
    overflow: hidden;
    padding-bottom: 65px;
    text-align: center;
}
.team {
    width: 33%;
    padding-top: 30px;
    color: #0c4a65;
    display: inline-block;
    height: 230px
}
.team .photoMember {
    width: 131px;
    height: 131px;
    border-radius: 9999px;
    margin: auto;
    background-size: cover !important;
}
.team h3 {
    text-align: center;
    font-weight: 400;
    font-size: 15px;
    margin: 5px 0;
}
.team h4 {
    text-align: center;
    font-weight: 300;
    font-size: 10px;
    margin: 5px 0;
    text-transform: uppercase;
}
.team .quote {
    font-size: 50px;
    color: #e5e5e5;
    font-family: Georgia, Times, Trebuchet, Garamond;
    font-weight: bold;
    float: left;
    display: block;
    margin-top: -20px;
    margin-right: 5px;
}
.team .description {
    width: 90%;
    margin: auto;
    text-align: center;
    overflow: hidden;
    display: none;
}
.team .socials {
    width: 74px;
    margin: 0px auto;
    overflow: hidden;
    height: 15px;
}
.team .socials a {
    display: inline-block;
    text-indent: -9999px;
    margin-right: 12px;
    background: url(img/social-icons.png) no-repeat -150px -100px;
    width: 15px;
    height: 15px;
}
.team .socials .tw {
    background-position: -150px -100px;
}
.team .socials .tw:hover {
    background-position: -150px -116px
}
.team .socials .in {
    background-position: -181px -100px;
}
.team .socials .in:hover {
    background-position: -181px -116px
}
.team .socials .via {
    background-position: -210px -100px;
}
.team .socials .via:hover {
    background-position: -210px -116px
}
.team .socials a:last-child {
    margin-right: 0;
}
/*.pagination { text-align: center; margin: 20px auto; width: auto; }
.pagination .next { background: url(img/social-icons.png) no-repeat -91px -205px; text-indent:-9999px; width:12px; display: inline-block; height:14px;  }
.pagination .next:hover { background-position: -91px -219px; }
.pagination .prev { background: url(img/social-icons.png) no-repeat -42px -205px; text-indent:-9999px; width:12px; display: inline-block; height:14px;  }
.pagination .prev:hover { background-position: -42px -219px; }
*/
/* news */

.newsPage .left {
    width: 65%;
    float: left;
    padding: 2%;
}
.newsPage .right {
    width: 30%;
    margin-left: 5%;
    float: left;
    
    padding-top: 25px;
}
.newsPage .plaquette {
    background: #fff url(img/dp.jpg) top right no-repeat;
    width: 100%;
    height: 150px;
    -webkit-background-size: contain;
    background-size: contain;
}
.newsPage .right h4 {
    color: #0c4a65;
    font-size: 16px;
    margin-top: -20px;
    width: 70%;
    font-weight: 700;
    line-height: 16px;
}
.newsPageEn .right h4 {
    font-size: 14px;
    margin-top: 10px;
}
.newsPage .right ul {
    margin: 20px 0;
    padding: 0;
}
.newsPage .right li {
    background: url(img/trombonne.png) no-repeat;
    margin-bottom: 5px;
    padding-left: 40px;
    list-style: none;
    color: #636363;
    line-height: 18px;
    font-size: 12px;
    width: 90%;
    min-height: 45px;
    border-bottom: 1px solid #e5e5e5;
}
.newsPage .right li a {
    display: block;
    width: 70%;
}
.newsPage .right li a:hover {
    color: #0c4a65;
}
.one_news {
    margin-bottom: 35px;
}
.one_news .frame {
    width: 100%;
    max-height: 325px;
    height: 100%;
    min-height: 325px;
    position: relative;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.one_news h2 {
    color: #0c4a65;
    font-size: 24px;
    text-align: left;
    font-weight: 300;
    margin: 10px auto;
}
.one_news hr {
    width: 20%;
    color: #e5e5e5;
    margin: 0;
    border: 0;
    border-top: 1px solid #e5e5e5;
}
.one_news time {
    display: block;
    margin: 10px auto;
    font-style: italic;
}
.one_news .poly {
    background: url(img/social-icons.png) no-repeat scroll 0 -170px;
    width: 42px;
    height: 21px;
    position: absolute;
    bottom: -1px;
    left: 10%;
}
.one_news .contentNews {
    color: #0c4a65;
    font-size: 14px;
    line-height: 18px;
}
.one_news iframe {
	width: 80% !important;
	margin:auto;
	display: block;
}
/* contact */

.contactPage .content {
    overflow: hidden
}
#virtualTour {
    background: #fff;
    position: relative;
    width: 100%;
    max-width: 940px;
    margin-bottom: 25px;
    margin: auto;
    width: 100%;
    max-width: 940px;
    height: 450px;
}
#virtualTour #pushImg {
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    max-width: 940px;
    height: 450px;
    -webkit-background-size: cover;
    background-size: cover;
}
#initGoogleVirtualTour {
    background: url(img/bulle-contact.png) no-repeat scroll 0 0;
    z-index: 5;
    width: 340px;
    height: 358px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -170px;
    margin-top: -179px;
    border: 0;
}
#initGoogleVirtualTour:hover {
    background-position: 0 -358px;
    border: 0;
}
#map {
    position: relative;
    width: 100%;
    height: 450px;
    margin-bottom: 10px;
    margin-bottom: 10px;
}
.vcard {
    position: absolute;
    top: 10px;
    left: 10px;
    height: 60px;
    width: 343px;
    font-size: 12px;
    color: #000;
    color: rgba(0, 0, 0, 0.7);
    font-weight: 400;
    background: white;
    z-index: 10;
    padding: 10px;
}
.vcard p {
    margin: 0;
    margin-bottom: 5px;
}
.subway {
    background: url(img/social-icons.png) -90px -170px;
    height: 21px;
    padding-left: 30px;
    float: left;
    width: 40%;
    line-height: 21px;
}
.tel {
    background: url(img/social-icons.png) -90px -198px;
    height: 21px;
    text-indent: 30px;
    width: 40%;
    float: left;
    line-height: 21px;
    margin-left: 5% !important;
}
.contactPage ul {
    margin: 0;
    padding: 0;
}
.contactPage li {
    list-style: none;
    background-color:#f2fff8;
    float: left;
    width: 50%;
    min-height: 150px;
    font-size: 20px;
    line-height: 20px;
    color:  rgb(87, 214, 141);
    font-weight: 700;
    text-align: center;
    border: 0.1em solid white;
    position: relative
}
.contactPage li:hover { background: rgb(87, 214, 141); }
.contactPage li:hover a {color: white; font-size:110%; }  
a.hello {
	display: block;
	list-style: none;
    background-color: #f2fff8;
    float: left;
    width: 100%;
    min-height: 80px;
    font-size: 16px;
    line-height: 20px;
    color: rgb(87, 214, 141);
    font-weight: 700;
    text-align: center;
    border: 0.1em solid white;
    padding: 4%
}
a.hello:hover { background: rgb(87, 214, 141); color: white }
.contactPage li a {
    display: block;
    width: 100%;
    text-align: center;
    color: rgb(87, 214, 141);
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 100%;
    transition: all 0.25s ease-out;
}	

.contactPage li .innnner-link {

    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    text-align: center;

}
.contactPage li {

 transition: all 0.25s ease-out;
}
.contactPage h2 {
    text-align: left;
    font-size: 26px;
    font-weight: 400;
    margin-top: 30px;
    margin-bottom: 0;
    display: block;
    width: 100%
}
#team {
    background-position: -310px -58px;
}
#job {
    background-position: -310px -138px;
}
#love {
    background-position: -310px -208px;
}
#ask {
    background-position: -310px -275px;
}
#press {
    background-position: -155px -176px;
}
.troiscols {
    width: 100%;
    overflow: auto
}
.contactPage .contact-list {
    width: 100%;
}
.contactPage .facebook-feed {
    width: 230px;
    float: left;
}
#contact-list {
    width: 275px;
    float: left;
}
#partenaires {
    float: left;
    width: 400px;
    margin-left: 35px;
}
.partenaire {
    float: left;
    width: 160px;
    height: 106px;
    border: 1px solid #57d68d;
    margin-right: 22px;
    margin-bottom: 22px
}
.partenaire:hover {
    border: 1px solid #0d4a66;
}
#fbContainer {
    max-width: 180px;
    width: 90%;
    margin: 30px auto;
}
#twitter {
    color: #294b64;
    font-size: 1.7em;
    width: 96%;
    font-weight: 400;
    margin: auto;
    color: white;
    margin-top: 25px;
    background: #8ec1da;
    border-radius: 10px;
    padding: 2%;
    text-align: center;
    font-style: italic
}
#follow-button {
    margin-top: 10px
}
#lastTweet .quote {
    font-size: 35px;
}
/* Awards */

.awardsPage .media {
    margin-top: 60px;
}
.awardsPage h2 {
    font-weight: 300;
    font-size: 28px;
        padding: 20px 0 50px 0;
}
.awardWrapper {
    width: 33%;
    min-height: 200px;
    float: left;
    color: #294b65;
/*     border-right: 1px solid #e7e7e7; */
}
.awardWrapper:last-child {
    border-right: 0;
}
.award {
    width: 100%;
    height: 70px;
    background-position: top center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}
.awardWrapper h3 {
    text-align: center;
    font-weight: 700;
}
.awardWrapper p {
    text-align: center;
    margin: auto;
    width: 80%;
    font-size: 13px;
}
#awards {
    overflow: hidden;
    padding-bottom: 20px;
}
.menuMedia {
    width: 75%;
    margin: auto;
}
.menuMedia ul {
    ;
    height: 32px;
    list-style: none;
    margin: auto;
    width: 100%;
    padding: 0;
}
.menuMedia li {
    list-style: none;
    float: left;
    font-weight: 300;
    font-size: 28px;
    width: 25%;
}
.awardsPageEn .menuMedia li {
    font-size: 26px;
}
.menuMedia li a {
    color: #0c4a65;
    text-align: center;
    display: block;
}
.menuMedia li a.selected,
.menuMedia li a:hover {
    color: #0c4a65;
    text-decoration: underline;
}
.awardsPage .presseTab {
    width: 90%;
    overflow: hidden;
    margin: auto;
    padding-top: 25px;
    padding-bottom: 25px;
}
.presseTab .item {
    width: 36%;
    float: left;
    border: 3px solid #f7f7f7;
    background-color: #fff;
    background-image: -webkit-linear-gradient(bottom, #fbfbfb, #fff);
    background-image: -moz-linear-gradient(bottom, #fbfbfb, #fff);
    background-image: -o-linear-gradient(bottom, #fbfbfb, #fff);
    background-image: -ms-linear-gradient(bottom, #fbfbfb, #fff);
    background-image: linear-gradient(to top, #fbfbfb, #fff);
    margin-right: 2%;
    margin-bottom: 3%;
    min-height: 230px;
    padding: 50px;
    font-size: 20px;
    color: #676767;
    position: relative;
}
.presseTab .preview {
    width: 91%;
    margin: auto;
    height: 200px;
    background-position: top center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.presseTab .item .legende {
    background-size: cover !important;
    height: 20px;
    position: absolute;
    bottom: 30px;
    left: 30px;
    text-indent: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #e57e22;
}
.presseTab .item .logo-citation {
    float: left;
    width: 55px;
    height: 20px;
    background-size: cover !important;
}
.presseTab .item .title {
    float: left;
    line-height: 18px;
}
.presseTab .item .quote {
    background: url(img/quote.png) 0 0 no-repeat;
    position: absolute;
    top: 42px;
    left: 26px;
    width: 16px;
    height: 15px;
}
.presseTab .item .date {
    float: left;
    line-height: 18px;
    font-weight: 300;
}
.presseTab .itemVideo {
    width: 47%;
    float: left;
    margin-right: 2%;
    position: relative;
    margin-bottom: 2%;
}
.presseTab h3 {
    text-align: center;
    font-weight: 700;
    color: #0c4a65;
}
.awardsPage .someWords {
    width: 100%;
    overflow: hidden;
    margin: auto;
    padding-top: 25px;
    padding-bottom: 25px;
}
.awardsPage .someWords .item {
    width: 22%;
    height: auto;
    float: left;
    border: 4px solid #f7f7f7;
    display: block;
    cursor: pointer;
    margin-right: 2%;
}
.someWords .preview {
    width: 100%;
    margin: auto;
    height: 207px;
    background-position: top center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    cursor: pointer;
}
@media only screen and (max-width: 800px) {
    .vcard {
        font-size: 12px;
    }
    .team {
        width: 50%;
    }
    .contactPage .left {
        width: 100%;
        float: none;
    }
    .contactPage ul {
        width: 100%;
        margin: auto;
    }
    .contactPage .right {
        width: 100%;
        float: none;
        display: none
    }
    #fbContainer {
        float: left;
        width: 50%;
    }
    #lastTweet {
        width: 50%;
        float: right
    }
}
@media only screen and (max-width: 940px) {
    .presseTab .item {
        width: 32%;
    }
    .menuMedia {
        width: 33%;
    }
    .menuMedia li {
        font-size: 30px;
    }
}
@media only screen and (max-width: 600px) {
    .newsPage .plaquette {
        width: 80%;
        margin-left: 20%;
        display: none;
    }
    .newsPage .left {
        width: 100%;
        float: left;
    }
    .newsPage .right {
        width: 100%;
        margin-left: 0;
        padding-top: 25px;
    }
    .presseTab .item {
        width: 100%;
    }
    footer {
    	text-align: center;
    }
    #logo-footer {
    	margin: auto;
    }
    .wrapper_color .readmore {
        transform: scale(0.5);
        -ms-transform: scale(0.5);
        -webkit-transform: scale(0.5);
    }
}
@media only screen and (max-width: 500px) {
    .team {
        width: 90%;
        float: none;
        margin: auto;
    }
}
.wait {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background: rgba(255, 255, 255, 0.7);
}
/* - Spinner*/

.figure-spinner {
    position: absolute;
    top: 10%;
    left: 50%;
    background: transparent;
    width: 50px;
    height: 50px;
    margin-left: -25px;
    margin-top: -25px;
    z-index: 888;
    border-radius: 999px;
    z-index: 10;
}
.figure-spinner-spinner {
    height: 50px;
    width: 50px;
    margin: 0px auto;
    position: relative;
    -webkit-animation: rotation 0.25s infinite linear;
    -moz-animation: rotation .3s infinite linear;
    -o-animation: rotation .3s infinite linear;
    animation: rotation .3s infinite linear;
    border-left: 0px solid #fff;
    border-right: 0px solid #fff;
    border-bottom: 0px solid #fff;
    border-top: 1px solid #000;
    border-radius: 100%;
}
@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
    }
}
@-moz-keyframes rotation {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(359deg);
    }
}
@-o-keyframes rotation {
    from {
        -o-transform: rotate(0deg);
    }
    to {
        -o-transform: rotate(359deg);
    }
}
@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}
.full-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.touch .vcard {
    bottom: 150px;
}
.home-flotaison {
    height: calc(100vh - 126px);
}
.wrapper_carousel_home {
    height: 100%;
}
.wrapper_carousel_home .ajax {
    height: 100% !important;
}
.wrapper_project {
    height: 100% !important;
}
.slider {
    height: 100% !important;
}
.carousel {
    height: 100% !important;
}
.footer .content_wrapper {
    padding-bottom: 10px;
}
.w50 {
    width: 50%;
    float: left;
    height: 100%;
    margin-bottom: 40px;
}
.w50 iframe {
    width: 99%;
}
.w50.de iframe {
    width: 99.2%;
    margin-left: 0.8%;
}

.contactPage .facebook-feed {
    width: 70%;
}
#contact-list {
    width: 100%;
    overflow: hidden;
}
#contact-list .left {
    float: left;
    width: 50%;
}
#virtualTour {
    height: auto;
}
.contact-map {
 	padding: 0.2em;
}

@media screen and (max-width: 640px) {
	.w50 {
		width: 100%;
	}
	.contactPage h2 {
		margin-top: 0;
	}
	.clients-wrapper {
		height: 300px !important;
		display: none;		
	}
}