*,
*:focus {
    outline: none;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    color: inherit;
    text-decoration: none;
}


/*------ loading ----- */

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background: #000333;
    height: 100vh;
    transform: rotate(135deg);
    width: 100vw;
    position: fixed;
    overflow: hidden;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    background: #fff;
    position: fixed;
    z-index: 2000;
    top: 50%;
    right: 100%;
    width: 100%;
    height: 1px;
}

.pace .pace-progress:after {
    position: absolute;
    content: attr(data-progress-text);
    font-size: 14px;
    line-height: 1;
    text-align: right;
    color: #FFF;
    top: -8px;
    right: -45px;
    display: block;
    transform: rotate(180deg);
    text-align: right;
    font-family: 'Hans-extrabold', sans-serif;
    letter-spacing: 0.05em;
}

.site,
.pace .site,
.pace-running .site {
    opacity: 0;
    transition: opacity 0.2s ease 0.2s;
}

.content-logo .table {
    width: 100%;
}

.pace-done .site {
    opacity: 1;
}

.background.accueil .grille .table-cell {
    opacity: 0;
    transform: translate3d(-100px, 0, 0);
    transition: 2s cubic-bezier(0.14, 1, 0.34, 1) 0.4s;
}

.pace-done .background.accueil .grille .table-cell {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.fond-top {
    transform: translate3d(-50vw, 0, 0) !important;
    transition: 1s cubic-bezier(0.14, 1, 0.34, 1) 0.2s;
}

.pace-done .fond-top {
    transform: translate3d(0vw, 0, 0) !important;
}

html {
    background: #000333
}

body.pace-running,
body {
    overflow: hidden;
    background: #000333;
}

body.nav-mobile-open {
    overflow: hidden !important;
}

body.pace-done {
    overflow: auto;
    transition: 0s ease 0.2s;
}

body:before,
body.pace-running:before {
    content: '';
    position: fixed;
    top: 0;
    left: -180vw;
    background: #000444;
    width: 140vw;
    height: 100vh;
    z-index: 5;
    transform: skewX(-45deg);
    transition: all 2s cubic-bezier(0.14, 1, 0.34, 1);
}

body:after,
body.pace-running:after {
    content: '';
    position: fixed;
    top: 0;
    left: -260vw;
    background: #999BAC;
    width: 200vw;
    height: 100vh;
    z-index: 4;
    transform: skewX(-45deg);
    transition: all 2.2s cubic-bezier(0.14, 1, 0.34, 1) 0.2s;
}

body.pace-done:before,
body.pace-done:after {
    left: 200vw
}

body#interieur.page-is-changing:before,
body#interieur.page-is-changing:after,
body#interieur.page-is-changing .pace,
body#interieur.page-is-changing .logo-loader {
    display: none !important;
}

body#interieur.page-is-changing .site {
    opacity: 1;
}

body#interieur.page-is-changing .fond-top {
    transform: translate3d(0vw, 0, 0) !important;
}

body#interieur.page-is-changing {
    background: #FFF !important;
}


/* --- */

.logo-loader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    color: #FFF;
    text-align: center;
    opacity: 1;
    height: 100%;
    transition: 0.2s ease;
}
.pace-done .logo-loader {
    opacity:0;
    pointer-events:none;
}
#choix-langues.pace-done .logo-loader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    color: #FFF;
    text-align: center;
    opacity: 1;
    height: 100%;
    transition: 0s ease;
    pointer-events: auto !important;
}
/*
#choix-langues.pace-done .logo-loader:before {
    content:'';
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height:100%;
    background:#000333;
    z-index: -1;
}
*/

#choix-langues .back-bleu, #choix-langues {
    background:#000333
}
#choix-langues .pace-inactive {
    /* display: block !important; */
}

#choix-langues li {
    display: inline-block;
    padding: 40px 32.5px;
}
body#choix-langues:before, body#choix-langues:after {
    left: 200vw;
}
#choix-langues li:hover a{
    opacity: 0.5;
}

.back-bleu li a {
    opacity: 1;
    color:#FFF;
    transition: 0.6s ease;
    text-transform: lowercase;
    font-size: 14px;
}

.pace-done .back-bleu li a {
    opacity: 1;
    color:#FFF;
    transition: 0.6s ease;
}

.content-logo {
    height: 100%;
}

.pace-running .back-bleu {
    background: #000333;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    display: block;
}

.background.accueil .table {
    display: table;
    height: 100vh;
}

.table {
    display: table;
    height: 100%;
}

.table-cell {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    min-width: 1px;
}

.intro-competences ul li {
    padding-bottom: 10px;
}

.padded {
    padding: 60px;
}

.padv60 {
    padding: 60px 0;
    transition: all 1s cubic-bezier(0.14, 1, 0.34, 1);
}

.padv30 {
    padding: 30px 0;
}

.padv15 {
    padding: 15px 0;
}

.posab {
    position: absolute;
}

.nopadtop {
    padding-top: 0 !important;
}

.nopadbottom {
    padding-bottom: 0 !important;
}

.posfix {
    position: fixed;
}

#fond-image {
    pointer-events: none;
}

.dib {
    display: inline-block;
    vertical-align: middle;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Hans-light', sans-serif;
    background: #FFFFFF;
    color: #000333;
}

main {
    overflow: hidden;
}

.fond-blanc {
    background: #FFF;
    position: relative;
}

strong,
b {
    font-family: 'Hans-extrabold', sans-serif;
    font-weight: normal;
}

.xtrabold {
    font-family: 'Hans-extrabold', sans-serif;
    text-transform: uppercase;
}

h1,
h2,
h3,
h4 {
    font-family: 'Hans-light', sans-serif;
    font-weight: 300;
    margin: 0;
}

h1,
.h1-style {
    font-size: 60px;
    line-height: 64px;
}

.next-page h4 {
    font-size: 50px;
    line-height: 54px;
}

h2,
.h2-style {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 30px;
}
.h2-style p {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: -20px;
}

.membre h2,
.membre .h2-style {
    margin-bottom: 10px;
}

p {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 1px;
    margin: 0;
    padding: 10px 0 30px;
}


/*.f10 {
    font-size: 10px;
    line-height: 14px;
}*/

.f10 {
    font-size: 11px;
    line-height: 14px;
}

.fond-top h1 {
    color: #FFF;
    position: relative;
    margin: 0;
    padding: 20px 0px 20px;
}

#grille-repere {
    height: 100vh;
    position: fixed;
    pointer-events: none;
    z-index: 2;
}

.grille {
    width: 100%;
}

.contenu .grille {
    position: relative;
}

.grille > .col {
    float: left;
    position: relative;
}

.w-1 {
    width: 9.09%;
}

.w-2 {
    width: 18.18%;
}

.w-3 {
    width: 27.27%;
}

.w-4 {
    width: 36.36%;
}

.w-5 {
    width: 45.45%;
}

.w-6 {
    width: 54.54%;
}

.w-7 {
    width: 63.63%;
}

.w-8 {
    width: 72.72%;
}

.w-9 {
    width: 81.81%;
}

.w-10 {
    width: 90.90%;
}

.w-11 {
    width: 100%;
}

.w-25 {
    width: 25%;
}

.w-40 {
    width: 40%;
}

.w-50 {
    width: 50%;
}

.w-60 {
    width: 60%;
}

.w-70 {
    width: 70%;
}

.w-75 {
    width: 75%;
}

.w-80 {
    width: 80%;
}

.w-90 {
    width: 90%;
}

.w-100 {
    width: 100%;
}

.w-auto {
    width: auto;
}

.clear {
    clear: both;
}

.grille .repere.first:before {
    background: transparent
}

.grille .repere:before {
    content: '';
    width: 1px;
    height: 100vh;
    opacity: 1;
    display: block;
    top: 0;
    left: 0;
    z-index: -1;
    position: relative;
    background: rgba(255, 255, 255, 0.10);
}

.grille .repere:after {
    content: '';
    width: 1px;
    height: 100vh;
    opacity: 1;
    display: block;
    top: 0;
    left: 0;
    z-index: 0;
    position: absolute;
    background: rgba(0, 3, 51, 0.10);
}

header {
    color: #FFF;
    position: absolute;
    z-index: 3;
    font-size: 11px;
    width: 100%;
}

header.sticky {
    z-index: 5;
}

header:before {
    content: '';
    position: fixed;
    top: 0;
    height: 0;
    left: 0;
    width: 100%;
    background: #000333;
    transition: all 1s cubic-bezier(0.14, 1, 0.34, 1);
}

header.sticky:before {
    height: 80px
}

header.sticky .bloc-logo {
    overflow: hidden;
    height: 14px;
    padding: 0 !important;
    margin: 28px 0 30px;
}

header.sticky .padv60 {
    padding: 30px 0;
}

.bloc-logo {
    text-align: center;
    transition: all 1s cubic-bezier(0.14, 1, 0.34, 1);
}

#logo {
    width: 190px;
    /* height: auto; */
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -95px;
}

.triangle-logo {
    fill: rgba(0, 3, 51, 0.7);
    left: -9.09%;
    pointer-events: none;
    top: 0;
    transition: all 1s cubic-bezier(0.14, 1, 0.34, 1);
}

.sticky .triangle-logo {
    top: -200px;
}

.triangle-top {
    fill: rgba(0, 3, 51, 0.5);
    left: 0;
    z-index: 0;
    top: 0;
    pointer-events: none;
}

.triangle-slider {
    fill: #FFF;
    right: 0;
    z-index: 0;
    bottom: 0;
    pointer-events: none;
    width: 36.36%;
}

.triangle-contenu {
    fill: rgba(0, 3, 51, 0.1);
    right: 0;
    z-index: 0;
    top: 0;
    pointer-events: none;
}

.triangle-topleft {
    fill: #FFF;
    left: 36.36%;
    top: 0;
    z-index: 0;
    pointer-events: none;
}

.triangle-left {
    fill: url(#image);
    left: 0;
    z-index: 0;
    top: -10vh;
    pointer-events: none;
}

.triangle-next {
    fill: url(#image);
    left: 0;
    z-index: 0;
    top: 0;
    pointer-events: none;
}

.triangle-next-vertical {
    fill: url(#image);
    left: 0vw;
    z-index: 0;
    top: -100px;
    pointer-events: none;
}

#detail-realisation .triangle-next-vertical {
    top: -100px;
}

.triangle-bottom {
    fill: rgba(0, 3, 51, 0.8);
    left: 0;
    bottom: 0px;
    z-index: -1;
    pointer-events: none;
}

.triangle-footer-bottom {
    fill: rgba(0, 3, 51, 1);
    left: 0;
    top: 0;
    z-index: 0;
    pointer-events: none;
}

nav li {
    display: inline-block;
    vertical-align: top;
    padding-right: 30px;
    font-size: 10px;
}

nav li a {
    transition: all 0.5s cubic-bezier(0.14, 1, 0.34, 1);
    position: relative;
    letter-spacing: 0.05em;
    cursor: pointer;
}

nav li:hover a {
    opacity: 0.5;
}

.langue a {
    opacity: 0.6;
    padding-right: 10px;
}

.langue a.active {
    opacity: 1;
}

.aller-bas {
    width: 12px;
    bottom: 60px;
    left: calc(9.09% - 6px);
    cursor: pointer;
}

#index .fond-top {
    display: block;
    position: relative;
    height: 100vh;
    overflow: hidden;
    width: 100%;
}

#interieur .fond-top {
    display: block;
    position: relative;
    height: auto;
    padding: 230px 0 110px;
    overflow: hidden;
    width: 100%;
}

.fond-top .background:before {
    content: "";
    background: rgba(0, 3, 51, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.fond-top .background.empty:before {
    content: "";
    background: rgba(0, 3, 51, 0.9);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#logo-filtre {
    position: absolute;
    z-index: 0;
    opacity: 0.05;
    top: 0vh;
    left: 30%;
    width: 140%;
    height: 110vh;
    pointer-events: none;
}

.lien-page,
.contenu.dark .lien-page {
    font-size: 11px;
    padding-left: 9.09vw;
    position: relative;
    color: #FFF;
    border: none;
    background: transparent;
    transition: 0.5s ease;
}

.dernieres-actualites .lien-page {
    color: #000333;
    opacity: 0.5;
    top: -2px;
}

.contenu .lien-page {
    color: #000333;
    opacity: 0.5;
    top: -2px;
    padding-left: 50px;
    display: block;
    margin-top: 0px;
}

.lien-page:hover {
    opacity: 1;
}

#detail-realisation .lien-page,
#detail-realisation .lien-page:hover {
    opacity: 1;
}

.contenu-realisation .lien-page {
    position: absolute;
    top: 430px;
    left: calc(9.09vw - 52px);
}

.next-page .lien-page {
    color: #000333;
    opacity: 1;
    top: 10px;
}

.lien-plein .lien-page {
    color: #000333;
    opacity: 1;
    top: 10px;
}

form .lien-page {
    color: #000333;
    opacity: 1;
    top: 10px;
    cursor: pointer;
}

.lien-page:before,
.contenu.dark .lien-page:before {
    content: '';
    height: 1px;
    background: #FFF;
    width: 7vw;
    position: absolute;
    left: 0px;
    top: 5px;
    transition: all 0.5s cubic-bezier(0.14, 1, 0.34, 1);
}

.lien-page:hover:before,
.contenu.dark .lien-page:hover:before {
    left: 1vw;
}

.dernieres-actualites .lien-page:before {
    background: #000333;
    opacity: 0.5;
}

.contenu .lien-page:before {
    background: #000333;
    opacity: 0.5;
    width: 35px
}

.contenu .lien-page:hover:before {
    left: 5px;
}

.next-page .lien-page:before {
    background: #000333;
    opacity: 1;
}

.lien-plein .lien-page:before {
    background: #000333;
    opacity: 1;
}

.contenu.dark .lien-page,
.contenu.dark .lien-page:before {
    opacity: 1 !important;
}

form .lien-page:before {
    background: #000333;
    opacity: 1;
}

.accueil video {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
    transition: all 1s cubic-bezier(0.14, 1, 0.34, 1);
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}

.presentation video {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
    transition: all 1s cubic-bezier(0.14, 1, 0.34, 1);
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}

.intro-competences {
    background: #000333;
    position: relative;
    color: #FFF;
    padding: 260px 0 180px;
    overflow: hidden;
}

.detail-compt {
    margin-top: 60px;
}

.dernieres-actualites {
    background: #FFF;
    padding: 120px 0;
    position: relative;
}


/* Slider */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

#slider-actus .slick-list {
    left: 18.18%;
    width: calc(100% - 18.18%);
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    opacity: 0.4;
    transition: all 0.5s cubic-bezier(0.14, 1, 0.34, 1);
}

.slick-slide.slick-active {
    opacity: 1;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
    transition: all 0.5s cubic-bezier(0.14, 1, 0.34, 1);
    transform: scale3D(1, 1, 1);
}
.slider-realisation  .slick-slide img {
    height:400px;
    width:auto;
}
.slider-realisation 
.slick-slide:hover img {
    transform: scale3D(1.02, 1.02, 1);
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-arrow {
    position: absolute;
    top: -17px;
    border: none;
    background: transparent;
    padding: 0;
    margin: 0;
    width: calc(4.545vw - 6px);
    max-width: 60px;
    cursor: pointer;
    transition: all 0.5s cubic-bezier(0.14, 1, 0.34, 1);
}

.slider-realisation .slick-arrow {
    position: absolute;
    top: 320px;
    border: none;
    background: transparent;
    padding: 0;
    z-index: 1;
    margin: 0;
    width: calc(4.545vw - 6px);
    max-width: 60px;
    cursor: pointer;
    transition: all 0.5s cubic-bezier(0.14, 1, 0.34, 1);
}

.slick-prev {
    left: calc(72.72vw - 10px);
}

.slick-next {
    right: calc(18.18vw - 3px);
}

.slider-realisation .slick-prev {
    left: calc(81.81vw - 10px);
}

.slider-realisation .slick-next {
    right: calc(09.09vw - 3px);
}

.cover-actus {
    width: 100%;
    overflow: hidden;
    height: 240px;
}

.cover-actus.detail {
    height: 400px;
}

.slick-track .w-2 {
    width: calc(18.18vw - 3px);
    position: relative;
    margin-right: 4.545vw;
    margin-top: 60px;
}

.slick-track .w-4 {
    width: calc(36.36vw - 3px);
    position: relative;
    margin-right: 0;
    margin-top: 0px;
    height: 400px;
    overflow: hidden;
}

.slick-disabled {
    opacity: 0.2;
}

footer {
    background: #FFF;
    position: relative;
    /* overflow:hidden; */
    padding-top: 120px !important;
    color: #000333;
}

footer p {
    letter-spacing: 0;
    padding: 30px 0 0;
}

.rotate-90 {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
}

.rotate90 {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
}

.baseline {
    left: calc(9.09vw - 3px);
    bottom: 60px;
    opacity: 0.5;
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
}

.copyright {
    right: calc(9.09vw + 3px);
    bottom: 260px;
    transform-origin: top;
    -webkit-transform-origin: right;
    -moz-transform-origin: 0 0;
}

.blanc {
    color: #FFF;
}

.copyright {
    font-size: 12px;
}

.social a {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

.sousmenu {
    position: relative;
}

.sousmenu:before {
    content: '';
    background: #FFF;
    width: 0px;
    position: absolute;
    display: block;
    top: -10px;
    bottom: -10px;
    left: -15px;
    transform: skew(-40deg);
    transition: all 0.5s cubic-bezier(0.14, 1, 0.34, 1);
    opacity: 0.5;
}

.sousmenu:hover:before {
    width: 100%;
}

.sousmenu:hover a {
    opacity: 1;
}

.sousmenu ul {
    position: absolute;
    top: 10px;
    padding: 40px 30px 50px 10px;
    pointer-events: none;
    left: 10px;
    transition: all 0.5s cubic-bezier(0.14, 1, 0.34, 1);
}

.sousmenu:hover ul {
    pointer-events: auto;
    left: 0;
    width: calc(100% + 80px);
}

.sousmenu.big:hover ul {
    pointer-events: auto;
    left: 0;
    width: calc(100% + 150px);
}

.sousmenu ul:before {
    content: '';
    position: absolute;
    background: #FFF;
    right: 0;
    top: 20px;
    width: 0;
    bottom: 20px;
    transform: skew(40deg);
    transition: all 0.5s cubic-bezier(0.14, 1, 0.34, 1);
}

.sousmenu:hover ul:before {
    width: 100%;
    border: 1px solid #ECECEC;
}

.sousmenu ul li {
    display: block;
    padding: 5px 0px 5px 20px;
    opacity: 0;
    transition: all 1s cubic-bezier(0.14, 1, 0.34, 1);
}

.sousmenu:hover ul li {
    opacity: 1
}

.sousmenu ul li:first-child {
    margin-left: -20px;
}

.sousmenu ul li:nth-child(2) {
    margin-left: 0px;
}

.sousmenu ul li:nth-child(3) {
    margin-left: 20px;
}

.sousmenu ul li:nth-child(4) {
    margin-left: 40px;
}

.sousmenu ul li:nth-child(5) {
    margin-left: 60px;
}

.sousmenu ul li:nth-child(6) {
    margin-left: 80px;
}

.sousmenu ul li:nth-child(7) {
    margin-left: 100px;
}

.sousmenu ul li a {
    color: #000333;
    opacity: 1 !important;
}

.sec-nav {
    padding: 40px 0 20px;
    color: #FFF;
    font-size: 10px;
}

.filtre-nav {
    padding: 20px 0 10px;
    color: #FFF;
    font-size: 10px;
    background: #000333;
    margin-top: -80px;
    min-height: 62px;
    position: relative;
}

.sec-nav a {
    margin-right: 40px;
    opacity: 0.5;
}

.filtre-nav a {
    margin-right: 40px;
    opacity: 0.5;
    display: inline-block;
    padding: 0px 0 20px;
    transition: 0.5s ease;
}

.filtre-nav a:hover {
    opacity: 1;
}

.sec-nav a.selected,
.filtre-nav a.selected {
    opacity: 1;
}

.contenu,
.next-page {
    position: relative;
    background: #FFF;
    color: #000333
}

.contenu ul li {
    display: list-item;
    font-size: 10px;
    margin-left: 30px;
}

.contenu.dark {
    background: #000333;
    color: #FFF;
}

.video-contenu {
    overflow: hidden;
}

.titre-section-droite {
    right: 0;
    transform-origin: 0 0;
    top: 120px;
    opacity: 0.5;
}

.titre-section-gauche {
    left: 9.09vw;
    transform-origin: left center;
    display: block;
    top: 360px;
    text-align: right;
    width: 300px;
}

.next-page {
    z-index: 0;
}

.bloc-titre {
    position: relative;
    z-index: 4;
}

.form-group {
    padding: 30px 0;
}

label {
    display: block;
}

input,
textarea,
select {
    border: none;
    padding: 10px 0 0;
    background: transparent;
    font-size: 14px;
    width: 100%;
    display: block;
    -webkit-appearance: none;
    appearance: none;
}

select {
    cursor: pointer;
}

label.select:before {
    content: '';
    background: url('./img/fleche-droite.svg');
    position: absolute;
    left: 9.09vw;
    top: 60px;
    height: 10px;
    width: 39px;
    pointer-events: none;
}

#map-canvas {
    height: 80vh;
    width: 100vw;
    position: relative;
    margin-top: -80px;
}

#map-canvas > div > div > div > div > div > div {
    color: #FFF !important;
    font-family: 'Hans-extrabold', sans-serif !important;
    font-weight: normal !important;
    font-size: 11px !important;
    background-repeat: no-repeat;
    background-position: 0px 10px !important;
    background-size: contain;
}

#map-canvas .scrollFix {
    position: fixed;
    width: auto;
    padding: 60px 60px 40px;
    margin-top: -45px;
    margin-left: -20px;
    max-width: 400px;
    color: #000333 !important
}

#map-canvas .scrollFix p {
    font-family: 'Hans-light', sans-serif !important;
    font-weight: normal !important;
}

#map-canvas .scrollFix .xtrabold p {
    font-family: 'Hans-extrabold', sans-serif !important;
    font-weight: normal !important;
}

.scrollFix:before {
    content: "";
    position: absolute;
    background: red;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: #FFF;
}

.version-bleu {
    display: none;
}

.chiffre {
    position: absolute;
    font-size: 200px;
    left: -60px;
    top: -50px;
    z-index: 0;
    opacity: 0.1;
    pointer-events: none;
}

.bloc-competence p {
    padding-bottom: 0px;
}

.bloc-competence h2 {
    margin-bottom: 10px;
    margin-top: -7px;
}

.bgvid {
    width: 100%;
    height: auto;
}

.bgimg {
    width: auto;
    height: 100%;
}

.ligne-bloc {
    width: 1px;
    background: #000333;
    height: 120px;
    margin: 30px 0 60px;
}

.ligne-bloc.coude {
    margin-bottom: -8px;
    height: 180px;
}

.ligne-bloc-end {
    width: 4.545vw;
    height: 1px;
    background: #000333;
    position: absolute;
    bottom: -8px;
}

.cd-loading-bar {
    /* this is the loding bar - visible while switching from one page to the following one */
    position: fixed;
    z-index: 2;
    left: 50%;
    top: 50%;
    height: 2px;
    width: 90%;
    background-color: #4089a6;
    visibility: hidden;
    -webkit-transition: visibility 0s 0.4s, -webkit-transform 0.4s 0s ease-in;
    -moz-transition: visibility 0s 0.4s, -moz-transform 0.4s 0s ease-in;
    transition: visibility 0s 0.4s, transform 0.4s 0s ease-in;
    /* Force Hardware Acceleration */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.cd-about .cd-loading-bar {
    background-color: #283040;
}

.cd-about .cd-loading-bar::before {
    background-color: #4089a6;
}

.cd-loading-bar::before {
    /* this is the progress bar inside the loading bar */
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #283040;
    /* Force Hardware Acceleration */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.page-is-changing .cd-loading-bar {
    visibility: visible;
    -webkit-transform: translateX(-50%) translateY(-50%) scaleX(0.3);
    -moz-transform: translateX(-50%) translateY(-50%) scaleX(0.3);
    -ms-transform: translateX(-50%) translateY(-50%) scaleX(0.3);
    -o-transform: translateX(-50%) translateY(-50%) scaleX(0.3);
    transform: translateX(-50%) translateY(-50%) scaleX(0.3);
    -webkit-transition: visibility 0s 0.3s, -webkit-transform 0.4s 0.4s;
    -moz-transition: visibility 0s 0.3s, -moz-transform 0.4s 0.4s;
    transition: visibility 0s 0.3s, transform 0.4s 0.4s;
}

.page-is-changing .cd-loading-bar::before {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition: -webkit-transform 0.8s 0.8s ease-in;
    -moz-transition: -moz-transform 0.8s 0.8s ease-in;
    transition: transform 0.8s 0.8s ease-in;
}

.cd-loading-bar {
    opacity: 0;
    visibility: hidden;
}

.filtre-nav .lien-page {
    padding-left: 9.09vw !important
}

.cd-btn img {
    width: 80%;
    padding: 0 20px 0 0;
    min-width: 80px;
    /* max-width: 280px; */
}

.contenu-logos,
.filtre-nav a {
    /* opacity: 1; */
}

.page-is-changing .contenu-logos,
.page-is-changing .filtre-nav a {
    opacity: 0;
}

.contenu-realisation {
    transform: translate3d(0%, 0, 0);
    opacity: 1;
}

.contenu-realisation p {
    text-transform: uppercase;
    padding-right: 20px;
    font-size: 14px;
    line-height: 20px;
}

.page-is-changing .contenu-realisation,
.pace-running .contenu-realisation {
    transform: translate3d(100%, 0, 0);
    opacity: 0;
}

.contenu-realisation h2 {
    margin-bottom: 0px;
}

.slider-wrapper {
    width: 100%;
    height: 400px;
    overflow: hidden;
    position: relative;
    top: -60px;
}

.logo-detail-logo {
    max-height: 30px;
}

.logo-detail-logo {
    width: 100%;
    max-height: 100%;
    height: auto;
    margin-top: 20px;
}

.titre-slider-actus {
    position: relative;
    top: -20px;
}

.video-realisation video {
    width: 100%;
    height: auto;
}

nav .sousmenu li .active {
    opacity: 0.5 !important;
}

.profil,
.infos-profil {
    position: relative;
    z-index: 1;
}

.profil:before {
    content: '';
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    top: -60px;
    right: -20%;
    transition: 0.6s ease;
    /* z-index: -1; */
}

.profil:hover:before {
    opacity: 1;
}

.profil.emanuele:before {
    background: url('../img/emanuele2.jpg') no-repeat;
    background-size: contain;
}

.vidprofil {
    position: absolute;
    top: -45px;
    right: -4.545vw;
    opacity: 0;
    transition: 0.6s ease;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}

.imgprofil {
    position: absolute;
    top: -45px;
    right: -3.545vw;
    opacity: 0.5;
    transition: 0.6s ease;
	width: 170px;
	height: 170px;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}

.profil:hover .vidprofil {
    opacity: 0.5;
}

.profil:hover .imgprofil {
    opacity: 0;
}

.aller-bas {
    display: none;
}

#index .aller-bas {
    display: block;
}

li.active a,
li.active ul li.active a {
    opacity: 0.5 !important;
}

img#logo-load {
    width: 100%;
    padding-top: 0;
    max-width: 300px;
}

.back-bleu p {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
}

.mobile {
    display: none;
}

.desktop {
    display: block;
}

.error {
    color: red;
}

.success {
    color: green;
}

.contenu-logos a.cd-btn {
    display: block;
}

.contenu-logos .col {
    display: inline-block;
    vertical-align: middle;
    float: none;
    margin-left: -3px;
}

.extrait-rea {
    position: absolute;
    width: 170%;
}

.extrait-rea p {
    text-transform: none;
}

.liste-equipe {
    left: 18.18vw;
}

.liste-equipe .titre-section-gauche {
    left: -09.09vw;
}

.email {
    margin-top: 0 !important;
}

.membre {
    padding-bottom: 60px;
}

.hide {
    display: none;
}

.card-rea:nth-child(6), .card-rea:nth-child(11), .card-rea:nth-child(16), .card-rea:nth-child(21), .card-rea:nth-child(26), .card-rea:nth-child(31), .card-rea:nth-child(36), .card-rea:nth-child(41), .card-rea:nth-child(46), .card-rea:nth-child(51), .card-rea:nth-child(56), .card-rea:nth-child(61), .card-rea:nth-child(66), .card-rea:nth-child(71), .card-rea:nth-child(76), .card-rea:nth-child(81), .card-rea:nth-child(86), .card-rea:nth-child(91), .card-rea:nth-child(96), .card-rea:nth-child(101) {
    margin: 0 calc(9vw - 1px);
}
p.firstline {
    font-size: 20px;
    letter-spacing: 0.90em;
    margin-left: 11px;
    margin-top: 50px;
}
p.lastline {
    font-size: 20px;
    letter-spacing: 0.90em;
    margin-left: 11px;
    margin-bottom: 20px;
}
.list-services li {
    padding: 5px 9px 7px !important;
    letter-spacing: 5px;
    font-size: 16px;
}
.padtop10 {
    padding-top: 10px !important;
    padding-bottom: 60px !important;
}
.membre.retour-ligne {
    clear: left;
}
.contenu-realisation p.colab-detail {
    text-transform: none;
    padding: 0;
    margin-top: -30px;
    opacity: 0.5;
}

@media screen and (max-width:1280px) {
    ul.desktop {
        display: none;
    }
    ul.mobile {
        display: block;
    }
    ul.nav-mobile {
        position: fixed;
        top: 0;
        right: 0;
        background: #000333;
        left: 0;
        height: 0;
        z-index: -1;
        padding: 0 0px 0 20px;
        overflow: hidden;
        transition: 0.6s ease;
    }
    .nav-mobile-open ul.nav-mobile {
        height: 100vh;
        padding: 200px 0px 0 20px;
        overflow-y: auto;
        overflow-x: hidden;
        width: 100%;
        box-sizing: border-box;
    }
    .nav-mobile li {
        display: inline-block;
        font-family: 'Hans-light', sans-serif;
        text-transform: none;
        letter-spacing: 0;
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 30px;
    }
    .nav-mobile li ul {
        position: relative;
        top: 0;
        padding-top: 20px;
        left: 10px !important;
    }
    .nav-mobile li ul li {
        opacity: 1;
        margin-bottom: 0;
        margin-left: 0 !important;
        padding-left: 0;
        line-height: 18px;
    }
    .nav-mobile li ul li a {
        color: #FFF;
        font-size: 14px;
        margin-bottom: 0;
        text-transform: uppercase;
    }
    .nav-mobile .sousmenu:hover ul:before {
        width: 0px;
        border: 0;
    }
    .nav-mobile .sousmenu:before {
        width: 0 !important;
    }
    .nav-mobile a:hover {
        opacity: 0.5 !important;
    }
}

@media screen and (max-width: 960px) {
	
	.imgprofil {
		position: absolute;
		top: -260px;
		right: -3.545vw;
		opacity: 0.5;
		transition: 0.6s ease;
		width: 170px;
		height: 170px;
		filter: grayscale(100%);
		-webkit-filter: grayscale(100%);
		-moz-filter: grayscale(100%);
		-ms-filter: grayscale(100%);
		-o-filter: grayscale(100%);
	}
	
    .w-1 {
        width: 9.09vw;
    }
    #logo {
        width: 150px;
        position: absolute;
        bottom: 0px;
        left: 50%;
        margin-left: -50px;
    }
    .triangle-logo {
        display: none;
    }
    .ipad100 {
        width: 100%;
        padding-bottom: 20px;
    }
    .ipad50 {
        width: 50%;
        padding-bottom: 20px;
    }
    .ipad1 {
        width: 9.09vw !important;
    }
    .ipad5 {
        width: 46.46vw !important;
    }
    .dernieres-actualites .slick-track .w-2 {
        width: 27.27vw;
        position: relative;
        margin-right: 4.54vw;
        margin-top: 60px;
    }
    .dernieres-actualites #slider-actus .slick-list {
        left: 09.09%;
        width: calc(100% - 09.09%);
    }
    .slick-next {
        right: calc(09.09vw - 3px);
    }
    .slick-arrow {
        position: absolute;
        top: -17px;
        border: none;
        background: transparent;
        padding: 0;
        margin: 0;
        width: calc(09.09vw - 6px);
        max-width: 60px;
        cursor: pointer;
        transition: all 0.5s cubic-bezier(0.14, 1, 0.34, 1);
    }
    .cover-actus {
        width: 100%;
        overflow: hidden;
        height: 200px;
    }
    h2,
    .h2-style {
        font-size: 20px;
        line-height: 22px;
        margin-bottom: 10px;
    }
    footer .w-4 {
        width: 72.72%;
    }
    .triangle-footer-bottom {
        fill: rgba(0, 3, 51, 1);
        left: 0;
        top: auto;
        bottom: -280px;
        z-index: 0;
        pointer-events: none;
    }
    .ipad8 {
        width: 81.81vw;
    }
    .ipad2 {
        width: 18.18vw;
    }
    .ipad3 {
        width: 27.27vw;
    }
    .ipad4 {
        width: 36.36vw;
    }
    .ipad6 {
        width: 54.54vw;
    }
    .triangle-next {
        fill: url(#image);
        left: 0;
        z-index: 0;
        top: 0;
        pointer-events: none;
    }
    .liste-equipe {
        left: 18.18vw;
        /* width: calc(100% - 18.18vw); */
    }
    .liste-equipe .w-1 {
        /* width: 0; */
    }
    .liste-equipe .ipad3 {
        margin-right: 09.09vw
    }
    .ipad0 {
        width: 0;
        display: none;
    }
    .grille-logo {
        left: 9.09vw
    }
    .extrait-rea {
        width: 100%;
    }
    .col-img-desc {
        position: absolute !important;
        left: 9.09vw;
    }
    .card-rea {
        left: 45.45vw;
        float: none !important;
    }
    .slick-track .w-4 {
        width: calc(45.45vw - 2px);
        position: relative;
        margin-right: 0;
        margin-top: 0px;
        height: 460px;
        overflow: hidden;
    }
    .grille-news {
        left: 18.18vw;
        width: calc(100% - 18.18vw);
    }
    .grille-news .titre-section-gauche {
        left: -9.09vw
    }
    .grille-news .lien-page {
        margin-top: 0;
        margin-bottom: 60px
    }
    .titre-section-droite {
        transform: none;
        top: 50px;
        left: 9.09vw;
    }
}

@media screen and (max-width: 580px) {
#choix-langues ul li {
    display: block;
    padding: 10px 32.5px;
}
p.firstline {
    font-size: 15px;
    letter-spacing: 3px;
    margin-left: 8px;
    margin-top: 30px;
}
.back-bleu li a {
    opacity: 1;
    color: #FFF;
    transition: 0.6s ease;
    text-transform: lowercase;
    font-size: 16px;
}
p.lastline {
    font-size: 14px;
    letter-spacing: 11px;
    margin-left: 18px;
    margin-bottom: 20px;
}
#choix-langues .list-services li {
    display: inline-block;
    padding: 5px 0px 10px 1px !important;
    letter-spacing: 2.5px;
    font-size: 11px;
}
    img#logo-load {
    width: 100%;
    padding-top: 0;
    max-width: 200px;
}
    .mobi0 {
        width: 0;
    }
    .mobi1 {
        width: 9.09vw;
    }
    .mobi2 {
        width: 18.18vw;
    }
    .mobi3 {
        width: 27.27vw;
    }
    .mobi4 {
        width: 36.36vw;
    }
    .mobi5 {
        width: 45.45vw;
    }
    .mobi6 {
        width: 54.54vw;
    }
    .mobi7 {
        width: 63.63vw;
    }
    .mobi8 {
        width: 72.72vw;
    }
    .mobi9 {
        width: 81.81vw !important;
    }
    .mobi10 {
        width: 90.90vw;
    }
    .langue a {
        opacity: 0.6;
        padding-right: 10px;
        display: block;
        padding-bottom: 10px;
    }
    h1,
    .h1-style {
        font-size: 32px;
        line-height: 34px;
    }
    #logo {
        width: calc(100% - 20px);
        position: absolute;
        bottom: 30px;
        left: 0;
        margin-left: 10px;
    }
    header .posfix {
        position: absolute;
    }
    header.sticky:before {
        height: 0;
    }
    .dernieres-actualites .slick-track .w-2 {
        width: 72.72vw;
        position: relative;
        margin-right: 9.09vw;
        margin-top: 60px;
    }
    .baseline {
        left: calc(9.09vw - 3px);
        bottom: 62px;
        opacity: 0.5;
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        width: 450px;
    }
    .copyright {
        font-size: 12px;
        color: #000333;
        bottom: 262px;
    }
    .mobiblack .blanc {
        color: #000333;
    }
    .mobiblack .st0 {
        fill: #000333
    }
    .mobispace1 {
        left: 09.09vw;
    }
    .video-contenu #bgvid {
        width: 100%;
    }
    .next-page h4 {
        font-size: 28px;
        line-height: 32px;
    }
    .triangle-next-vertical {
        top: -120px !important;
    }
    .next-page {
        padding-bottom: 0;
    }
    p {
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 1px;
        margin: 0;
        padding: 10px 0 30px;
    }
    footer {
        padding-top: 20px !important;
    }
.coude {
    margin-bottom: 60px !important;
}
    .ligne-bloc-end {
        height:0;
    }
    .mobirel .bgvid {
        position: relative;
    }
    .cd-btn img {
    width: 100%;
    padding: 0 0px 40px 0;
    min-width: 80px;
    /* max-width: 110px; */
}
    .contenu-logos .col {
        padding:0;
    }
    .slick-arrow {
    top: 0;
    }
    .slider-wrapper {
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative;
    top: -60px;
}
    .slick-track .w-4 {
    width: 100vw;
    position: relative;
    margin-right: 0;
    margin-top: 0px;
    height: 260px;
    overflow: hidden;
}
    .logo-detail-logo {
    width: 100%;
    max-height: 100%;
    height: auto;
    margin-top: -60px;
    margin-bottom: -40px;
}
    .col-img-desc {
        position: relative !important;
        left: 9.09vw;
        float: none !important;
    }
    .extrait-rea {
        position:relative;
        padding: 0 0 50px 0;
    }
    .card-rea {
    left: 09.09vw;
    float: none !important;
}
    .contenu-realisation .lien-page {
    position: relative;
    top: 0;
}
    .cover-actus.detail {
    height: 270px;
}
    .mobpad {
        padding-top:60px;
    }
}
.img100 {
    width:100%;
}
.slider-realisation .slick-track .w-4{
    width:auto;
}
.imgh10 {
    height:100%;
    width:auto;
}

.grille-news .padv30, .grille-news .padv60 {
    padding:15px 0;
}
.grille-news.padv60 {
    padding:30px 0;
}

.grille-news h2, .grille-news .h2-style {
    margin-bottom:5px;
}

.cd-main-content .contenu{
    min-height: 600px;
}