/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */
@font-face {
    font-family:'CenturyGothic-Bold';
    src: url('CenturyGothic-Bold_gdi.eot');
    src: url('CenturyGothic-Bold_gdi.eot?#iefix') format('embedded-opentype'),
        url('CenturyGothic-Bold_gdi.woff') format('woff'),
        url('CenturyGothic-Bold_gdi.ttf') format('truetype'),
        url('CenturyGothic-Bold_gdi.svg#CenturyGothic-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-F003;
     font-display: swap;
}

@font-face {
    font-family:'CenturyGothic-Italic';
    src: url('CenturyGothic-Italic_gdi.eot');
    src: url('CenturyGothic-Italic_gdi.eot?#iefix') format('embedded-opentype'),
        url('CenturyGothic-Italic_gdi.woff') format('woff'),
        url('CenturyGothic-Italic_gdi.ttf') format('truetype'),
        url('CenturyGothic-Italic_gdi.svg#CenturyGothic-Italic') format('svg');
    font-weight: 400;
    font-style: italic;
    font-stretch: normal;
    unicode-range: U+0020-F003;
     font-display: swap;
}

@font-face {
    font-family:'CenturyGothic-Regular';
    src: url('CenturyGothic_gdi.eot');
    src: url('CenturyGothic_gdi.eot?#iefix') format('embedded-opentype'),
        url('CenturyGothic_gdi.woff') format('woff'),
        url('CenturyGothic_gdi.ttf') format('truetype'),
        url('CenturyGothic_gdi.svg#CenturyGothic-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-F003;
     font-display: swap;
}

@font-face {
    font-family:'DobraSlab-Book';
    src: url('DobraSlab-Book_gdi.eot');
    src: url('DobraSlab-Book_gdi.eot?#iefix') format('embedded-opentype'),
        url('DobraSlab-Book_gdi.woff') format('woff'),
        url('DobraSlab-Book_gdi.ttf') format('truetype'),
        url('DobraSlab-Book_gdi.svg#DobraSlab-Book') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-25CA;
     font-display: swap;
}

@font-face {
    font-family:'DobraSlab-Bold';
    src: url('DobraSlab-Bold_gdi.eot');
    src: url('DobraSlab-Bold_gdi.eot?#iefix') format('embedded-opentype'),
        url('DobraSlab-Bold_gdi.woff') format('woff'),
        url('DobraSlab-Bold_gdi.ttf') format('truetype'),
        url('DobraSlab-Bold_gdi.svg#DobraSlab-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-25CA;
     font-display: swap;
}

:root {
    --vh: 100vh;
}
html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
    height: 100%;
}

body {
    height: 100%;
}
*{
    box-sizing: border-box;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
    width: 100%;
    height: auto;
    margin: auto;
    text-align: center;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */

.sr-only {
     border: 0 !important;
     clip: rect(1px, 1px, 1px, 1px) !important;
     -webkit-clip-path: inset(50%) !important;
     clip-path: inset(50%) !important;
     height: 1px !important;
     margin: -1px !important;
     overflow: hidden !important;
     padding: 0 !important;
     position: absolute !important;
     width: 1px !important;
     white-space: nowrap !important;
}
.sr-only-focusable:focus, .sr-only-focusable:active {
     clip: auto !important;
     -webkit-clip-path: none !important;
     clip-path: none !important;
     height: auto !important;
     margin: auto !important;
     overflow: visible !important;
     width: auto !important;
     white-space: normal !important;
}
.not-display {
     display: none !important;
}
.hide {
     opacity: 0 !important;
     pointer-events: none !important;
}


html, body {
     position: relative;
     height: 100%;
     scroll-behavior: smooth;
}

body {
     font-family: 'CenturyGothic-Bold', 'Helvetica', arial, simhei, sans-serif;
     font-weight: normal;
     font-size: 1em;
     line-height: 1.5;
     /*background-color: #1e1e1e;
     background-color: #000;*/
     color: #fff;
     margin: 0;
     padding: 0;
     overflow-x: hidden;
     overflow-y: auto;
     -webkit-text-size-adjust: 100%;
     -ms-text-size-adjust: 100%;
     -webkit-overflow-scrolling: touch;
     touch-action: manipulation;
     background-image: url(../img/bg/bg_tile.png);
     background-size: 200% auto;
     background-size: cover;
     background-repeat: repeat;
     background-attachment: fixed;
}
body:before{
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-color: transparent;
    box-shadow: 0 100vh 50vh -50vh transparent inset;
    transition: box-shadow 1s, background 1s;
    opacity: 0.5;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(-30deg) scale(2.5);
    transform: rotate(-30deg) scale(2.5);
}
/* https://iamvdo.me/blog/astuce-utiliser-les-transitions-css-sur-les-degrades */
body.section-contact:before,
body.section-mentions-legales:before,
body.section-intermittente:before,
body.section-intermittente02:before,
body.section-intermittente03:before{
    background-color: #ff8b09;
    box-shadow: 0 100vh 60vh -60vh #ffe05d inset;
}
body.section-solution:before{
    background: #3ea80d;
    box-shadow: 0 100vh 60vh -60vh #ffac05 inset;
}
body.section-projets_en_cours:before{
    background: #0b2e87;
    background: transparent;
    box-shadow: 0 100vh 60vh -60vh #118006 inset;
}
@supports (-webkit-overflow-scrolling: touch) {
    body{ background-attachment: scroll; }
    body:before{
        box-shadow: none !important;
        -webkit-transform: none !important;
        transform: none !important;
    }
}
h1, h2, h3, h4, h5, h6{
     font-family: 'CenturyGothic-Bold', 'Helvetica', arial, simhei, sans-serif;
     font-weight: normal;
     text-transform: uppercase;
     font-size: 1.3em;
     line-height: 1.5;
     margin: 0;
     padding: 0;
}
h1, .title-1{
     font-size: 1.2em;
     line-height: 1;
}
h2, .title-2{
     font-size: 1.2em;
     line-height: 1;
     letter-spacing: 0.08em;
}
h3, .title-3{
     font-size: 1.1em;
     line-height: 1;
}
h4, .title-4{
     font-size: 1em;
     font-weight: 400;
}
p, ul, li{
     font-size: 1rem;
}
.bold{
     font-size: 1em;
}
.italic{
     font-size: 1em;
}
@media screen and (min-width: 48em){
    p{
        text-align: justify;
    }
}
@media screen and (min-width: 64em){
    h1, h2, h3, h4, h5, h6{
         font-size: 1.75em;
    }
    h1, .title-1{
         font-size: 1.5em;
         line-height: 1;
    }
    h2, .title-2{
         font-size: 1.5em;
         line-height: 1;
         letter-spacing: 0.08em;
    }
    h3, .title-3{
         font-size: 1.3em;
         line-height: 1;
    }
    h4, .title-4{
         font-size: 1em;
         font-weight: 400;
    }
    p, ul, li{
         font-size: 0.9rem;
    }
}
@media screen and (min-width: 75em){
    p, ul, li{
         font-size: 1.1rem;
    }
}


.bg-white{
    background: #fff;
}
.bg-grey{
    background: #5C5C5C;
}

.txt-white{
    color: #fff;
}
.txt-dark{
    color: #5C5C5C;
}
.txt-blue{
    color: #3c6b91;
}
.txt-orange{
    color: #e3a52e;
}
.txt-green{
    color: #9AC05A;
}
.btn-classic{
     font-family: 'CenturyGothic-Regular', arial, simhei, sans-serif;
     background-color: transparent;
     color: #000;
     border: none;
     text-align: center;
     outline: none;
     font-size: 1rem;
     vertical-align: middle;
     line-height: 1;
     display: block;
     cursor: pointer;
     position: relative;
     min-height: 35px;
     min-width: 120px;
     max-width: 200px;
     padding: 10px 15px;
     margin: 10px auto;
     overflow:hidden;
     z-index: 1;
     transition: background-color .5s ease,color .5s ease;
}
.btn-classic span{
     display: inline-block;
     position: relative;
     color: inherit;
     pointer-events: none;
}

.btn-video{
    display: flex;
    max-width: 300px;
    align-items: center;
    align-content: center;
}
.external-link,
.btn-video > span.label{
    border: 1px solid #5c5c5c;
}
.external-link.light,
.btn-video.light > span.label{
    border: 1px solid #fff;
}

.external-link > span.label,
.btn-video > span.label{
    min-width: 150px;
    margin-left: 1em;
    padding: 1em;
    font-size: 0.75em;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.external-link.full > span.label,
.btn-video.full > span.label{
    background: #fff;
}
.external-link.full.light > span.label,
.btn-video.full.light > span.label{
    background: #5c5c5c;
}
.external-link > span.label{
    margin-left: auto;
    padding: 0px;
}
.external-link:hover,
.btn-video:hover > span.label{
    background: #5c5c5c;
    color: #fff;
}
.external-link.light,
.btn-video.light > span.label{
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
}
.external-link.light:hover,
.btn-video.light:hover > span.label{
    background: #fff;
    color: #5c5c5c;
}

@media screen and (min-width: 48em) {
    .btn-video{
        margin-left: 0;
        padding-left: 0;
    }
}

ul{
    margin-left: 0;
    padding-left: 1em;
    list-style: square;
}
li{
    margin-bottom: 1em;
}

.wrapper {
    width: 90%;
    margin: 0 5%;
}

/* ===================
    ALL: Orange Theme
   =================== */

#studiod{
    text-decoration: none;
    color: rgb(84,170,147);
}

header.main {
    background-color: #fff;
    position:fixed;
    width:100%;
    height: 77px;
    top:0px;
    z-index: 9999;
    overflow: hidden;
}
.header-container,
.footer-container{
    position: relative;
    padding: 1em 1.5em;
    width: 100%;
    height: 100%;
}
.header-container{
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    justify-content: flex-end;
}
footer .main-logo,
header .main-logo{
    display: block;
    max-width: 200px;
    justify-self: flex-start;
    margin-right: auto;
}

footer{
    font-family: 'CenturyGothic-Regular', arial, simhei, sans-serif;
    position: relative;
    margin-top: 120px;
    font-size: 0.75em;
    line-height: 1;
    color: #828282;
}
footer:before,
footer:after{
    content:"";
    position: absolute;
    top: -100px;
    left: 1.5em;
    width: 100px;
    height: 100px;
    background-position: bottom center;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    background-image: url(../img/10/10_footer_image01.png);
}
footer:after{
    left: auto;
    right: 1.5em;
    background-image: url(../img/10/10_footer_image02.png);
}
footer a{
    color: #fff;
    opacity: 0.3;
    line-height: 1.2;
    text-decoration: none;
    -webkit-transition: opacity 0.25s linear;
    transition: opacity 0.25s linear;
}
footer a:hover,
footer a:focus{
    opacity: 1;
}
footer .liens{
    list-style: none;
    margin: 20px 0px;
    padding: 0px;
}
footer .liens li{
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 0.9em;
}
footer .last-line{
    border-top: 1px solid #ffffff1f;
}
@media screen and (min-width: 64em){
    footer .first-line,
    footer .liens{
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        align-items: center;
        justify-content: center;
    }
    footer .liens li{
        width: 18%;
        margin: 0px 1%;
        text-transform: uppercase;
        text-align: center;
        letter-spacing: 0.05em;
        font-size: 0.9em;
    }
}

.icon{
    display: block;
    margin: auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.bottom.index{
    font-size: 0.8em;
}

/*______________________________________________________________________*/

/* ==============
    MOBILE: Menu
   ============== */
nav {
    /*margin: 0px 1em;*/
    -webkit-transition:height 0.5s;
    -moz-transition:height 0.5s;
    -ms-transition:height 0.5s;
    -o-transition:height 0.5s;
    transition:height 0.5s;
    z-index: 9999;
}
h1 {
    font-size:1.5em;
}
nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: block;
}

nav ul li {
    position: relative;
    background-color: #2b78b7;
    margin-bottom: 0px;
    height: 50px;
    height: calc(calc(100vh - 80px) / 4);
    height: calc(calc(var(--vh) - 80px) / 4);
    pointer-events: all;
}

nav a {
    display: block;
    margin-bottom: 0px;
    padding: 15% 5%;
    text-align: center;
    text-decoration: none !important;
    font-weight: bold;
    font-size: 1rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #ffffff;
    pointer-events: all;
}
/*
nav a:hover,
nav a:visited {
    color: #2b78b7;
}

nav a:hover {
    text-decoration: underline;
}*/

nav a:after{
    content:"";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    margin:0px;
    bottom: -30%;
    background-color: #2b78b7;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: transform 0.5s linear;
    transition: transform 0.5s linear;
}
nav li.active a,
nav a.active{
    pointer-events: none;
}
nav li.active a,
nav a.active,
nav a:hover {
    color: #000;
}
nav li.active a:after,
nav a.active:after,
nav a:hover:after {
    -webkit-transform: scaleY(0.2);
    transform: scaleY(0.2);
}

#burgerButton{
    /*position: fixed;*/
    margin-left: auto;
    min-width: 30px;
    width: 30px;
    min-height: 20px;
    height: 20px;
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    /*margin-right: 10px;
    margin-top: 13px;
    right: 55px;
    top:30px;*/
    padding: 0px;
    margin: 0px 1em;

    -webkit-transition: opacity 1s ;
    -moz-transition: opacity 1s;
    -ms-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;

    display: block;
    visibility: visible;

    cursor: pointer;
}

#burgerButton > span.line{
    width: 100%;
    height: 2px;
    background-color: #000;
    margin-bottom: 20%;
    display: block;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
#burgerButton.openMenu > span.line{
    position: absolute;
    -webkit-transform: translate(-50%,-50%) rotate(45deg);
    transform: translate(-50%,-50%) rotate(45deg);
    top: 50%;
    left: 50%;
}
#burgerButton.openMenu > span.line:last-child{
    -webkit-transform: translate(-50%,-50%) rotate(-45deg);
    transform: translate(-50%,-50%) rotate(-45deg);
}

.openMenu {
    height: auto;
}

.language-link{
    /*position:fixed;*/
    width:25px;
    height: 25px;
    min-width: 25px;
    margin: 0px;
    right:20px;
    top:25px;
    border:1px solid #444341;
    border-radius: 100%;
    color: #444341;
    font-size:10.5px;
    text-align: center;
    line-height: 23px;
    text-decoration: none;
    display: block;
    vertical-align: middle;
}

.page {
    position: relative;
    display: block;
    width:100%;
    height:auto;
    min-height:100vh;
    min-height:var(--vh);
    background-size: cover;
    background-size: 100% 100%;
    overflow: hidden;
    padding-top: 77px;
    padding-bottom: 77px;
}
.page .contener.encart{
    padding: 0.75em;
}
.page.with-banner,
.page.no-padding{
    padding-top: 0px;
}
.page.no-padding-bottom{
    padding-bottom: 0px;
}


@media only screen and (max-width: 63.999em) {
    nav{
        position: fixed;
        top: 77px;
        left: 0;
        width: 100%;
        z-index: 100;
        opacity: 1;
        display: block;
        overflow: hidden;
        height: auto;
        height: 0px;
    }
    .page{
        min-height: 100px;
    }
}
@media only screen and (min-width: 64em) {
    .header-container{
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: flex-end;
    }
    .header-container, .footer-container{
        padding: 1em 2.5em;
    }
    #burgerButton{
        display: none;
    }
    nav {
        margin: 0px 1em;
    }
    nav ul {
        display: flex;
        flex-wrap: nowrap;
        align-content: center;
        align-items: center;
    }
    nav ul li{
        background: transparent;
        margin-left: 2em;
        margin-right: 2em;
        height: auto;
    }
    nav ul li a{
        color: #484848;
        color: #2b78b7;
        font-size: 0.85rem;
        letter-spacing: 0;
        text-transform: none;
        padding: 15px 5px;
    }
    nav ul li a:hover{
        color: #2b78b7;
    }
}
@media only screen and (min-width: 64em) {
}

/* ==============
    MOBILE: Main
   ============== */

.footer-container footer {
    color: white;
    padding: 20px 0;
}


.footer {
    width:100%;
    background-color: #484848;
}

.main-container {
    height: auto;
    min-height: 100%;
    position: relative;
}

.contenuPage {
    width:90%;
    margin: 0px 5%;
    height: auto;
}


#msgbox{
    position: fixed;
    width: 100%;
    height: 100%;
    height: 100vh;
    height: var(--vh);
    z-index: 500;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transition: transform 0.75s ease-in-out;
    transition: transform 0.75s ease-in-out;
}
#msgbox.open{
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
#msgbox .bg{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.85);
}
#msgbox .btn-close{
    position: absolute;
    top: 80px;
    left: auto;
    right: 0;
    background: #2b78b7;
    color: #fff;
}
#msgbox .content-box{
    position: absolute;
    max-width: 100%;
    max-height: 80%;
    width: 80%;
    top: 50%;
    left: 50%;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#msgbox .content-box video{
    width: 100%;
    height: auto;
}


/****** CONTENU ******/
.contenu {
    height: auto;
    width:100%;
    margin:10px auto;
    position: relative;
}
.left,
.gauche{
    height:auto;
}
.right,
.droit{
    height:auto;
}

@media screen and (min-width: 48em) {
    .contenuPage{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        align-content: center;
    }
    .contenuPage > .titrePage,
    .contenuPage > .title{
        width: 100%;
    }
    .left,
    .gauche,
    .right,
    .droit{
        width: 45%;
    }
    .left,
    .gauche{
        margin-right: 5%;
    }
}

.btn-scroll-down{
    width: 120px;
    height: 120px;
    color: #fff;
}
.btn-scroll-down:before{
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(-45deg) scale(0.6);
    transform: rotate(-45deg) scale(0.6);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.btn-scroll-down .icon{
    background-image: url(../img/00/00_icoSouris.svg);
    height: 60px;
    width: 33px;
}

.btn-show-video{
    max-width: 450px;
    max-height: 450px;
    min-width: 150px;
    min-height: 150px;
    width: auto;
    height: auto;
    overflow: hidden;
    padding: 0px;
    margin: auto;
    pointer-events: none;
    color: #fff;
}
.btn-show-video .contener{
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate(50%,50%) rotate(-45deg);
    transform: translate(50%,50%) rotate(-45deg);
    pointer-events: all;
    border: none;
}
.btn-show-video .contener:before{
    content:"";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.35);
    transform-origin: center;
    transform: scale(1.2,1);
    position: absolute;
    top: 0px;
    left: 0px;
}
.btn-show-video .label:after{
    content:"";
    display: block;
    min-width: 20px;
    min-height: 15px;
    vertical-align: middle;
    background-image: url(../img/00/00_icoCamera.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: auto;
    right: 0px;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate(150%,-50%);
    transform: translate(150%,-50%);
}
.btn-show-video .label{
    display: inline-block;
    font-size: 0.8em;
    text-transform: uppercase;
    border: none;
    -webkit-transform: translateX(-25px);
    transform: translateX(-25px);
}
.btn-show-video .preview{
    display: block;
    min-width: 30px;
    min-height: 30px;
}
.btn-video .preview img,
.btn-show-video .preview img{
    min-width: 35px;
    min-height: 35px;
    object-fit: cover;
}


.swiper-container{
    position: relative;
    overflow: hidden;
}
.swiper-pagination-bullet{
    border-radius: 0px;
    background: #fff;
    opacity: 1;
    width: 15px;
    height: 15px;
    margin: 0 10px;
}
.swiper-pagination-bullet-active{
    background: #2b78b7;
}

.swiper-button-next,
.swiper-button-prev{
    color: #000;
}


.swiper-container.slider-homepage{
    position: relative;
    width: 100%;
    height: 100%;
    height: calc(100vh - 77px);
    height: calc(var(--vh) - 77px);
}
.swiper-container.slider-homepage .swiper-slide{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.swiper-container.slider-homepage .swiper-slide > p{
    position: absolute;
    top: 30%;
    left: 50%;
    -webkit-transform: translate(-50%,-0%);
    transform: translate(-50%,-0%);
    text-align: center;
    width: 90%;
}
.swiper-container.slider-homepage .swiper-pagination-bullets{
    bottom: 15%;
}
@media screen and (max-width: 600px) {
    .swiper-container:not(.swiper-container-illu):not(.slider-homepage) .swiper-wrapper{
        flex-wrap: wrap;
    }
}
@media screen and (min-width: 48em) {
    .swiper-container.slider-homepage .swiper-slide > p{
        width: 50%;
        font-size: 1.25rem;
        letter-spacing: 0.05rem;
        line-height: 1;
    }
}
@media screen and (min-width: 64em) {
    .swiper-container.slider-homepage .swiper-slide p{
        width: 50%;
        font-size: 1.5rem;
        letter-spacing: 0.1rem;
        line-height: 1;
    }
    .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 12px;
    }
}

.contenuPage h2{
    margin: 2em auto;
    text-align: center;
    font-size: 1.8rem;
}
.contenuPage h3{
    font-size: 1.5rem;
}


#home .header,
#home .layout{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
#home .header{
    top: 77px;
    height: auto;
    z-index: 10;
    text-align: center;
    font-size: 1.7rem;
    margin: 1em auto;
}
#home .btn-show-video{
    position: absolute;
    top: auto;
    left: auto;
    bottom: 0px;
    right: 0px;
    display: none;
}
#home .btn-scroll-down{
    position: absolute;
    top: 50%;
    top: calc(50% + 33px);
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
@media screen and (min-width: 64em) {
    #home .header {
        font-size: 2rem;
        margin: 3.5% auto;
    }
}
@media screen and (min-width: 64em) and (min-height: 40em) {/* 1024x640px */
    #home .header {
        font-size: 2rem;
        margin: 3.5em auto;
    }
    #home .header h2{
        font-size: 3rem;
        line-height: 1;
    }
    .btn-show-video{
        /*width: 40vh;
        height: 40vh;*/
    }
    .btn-show-video .contener {
        /*-webkit-transform: translate(32%,44%) rotate(-45deg);
        transform: translate(32%,44%) rotate(-45deg);*/
        height: 300px;
        width: 300px;
    }
    .btn-show-video .label {
        font-size: 1.3em;
        line-height: 2;
    }
}
@media screen and (min-width: 75em) and (min-height: 46.875em) {/* 1200x750px */
    #home .header h2{
        font-size: 3rem;
        line-height: 1.1;
    }
    .btn-show-video .contener {
        height: 450px;
        width: 450px;
    }
}
@media screen and (min-width: 75em) and (min-height: 56.250em) {/* 1200x900px */
    #home .header h2{
        font-size: 4rem;
        line-height: 1.25;
    }
}


.pageFondateurs{
    /*background-image: url(../img/bg/background_01.jpg);*/
    background-size: contain;
    padding: 75px 2em;
    color: #484848;
}
#fondateurs .title{
    font-size: 1.25em;
    text-align: center;
    margin: 1.3em auto;
}
#fondateurs .picture{
    text-align: center;
    margin: auto;
}
#fondateurs .lgd-picture{
    font-family: 'DobraSlab-Book','CenturyGothic-Bold', 'Helvetica', arial, simhei, sans-serif;
    font-size: 1em;
    text-align: center;
    margin: 0.3em auto;
}
@media screen and (min-width: 42em) and (max-width: 63.999em) {
    .fondateur{
        position: relative;
        display: flex;
        align-content: center;
        align-items: center;
        margin-top: 60px;
    }
    .fondateur .title{
        position: absolute;
        width: 100%;
        top: -60px;
        left: 0;
        text-align: left !important;
    }
    .fondateur .picture{
        position: relative;
        width: 45%;
        margin-right: 5%;
    }
    .fondateur .contener-txt{
        position: relative;
        width: 50%;
        text-align: justify;
    }
}
@media screen and (min-width: 64em) {
    #fondateurs{
        background-size: cover;
        display: flex;
        flex-wrap: wrap;
        align-items: start;
        align-content: center;
        justify-content: space-between;
    }
    #fondateurs > div{
        min-width: 280px;
        max-width: 450px;
        width: 28%;
        margin: 0px 1em;
        text-align: justify;
    }
    .fondateur .title{
        font-size: 2em;
        text-align: center;
        margin: 0.5em auto;
    }
    #societe .picture{
        max-width: 55%;
    }
    .img-society{
        max-width: 40%;
    }
}
@media screen and (min-width: 80em) {
    #fondateurs > div{
        min-width: 320px;
        max-width: 450px;
        width: 28%;
        margin: 0px 2em;
    }
}




/*.pageIntermittence{
    background-image: url(../img/bg/background_02.jpg);
}
#intermittente03{
    background-image: url(../img/bg/background_03.jpg);
}*/
.pageIntermittence h2{
    color: #484848;
}
.pageIntermittence .swiper-button-next,
.pageIntermittence .swiper-button-prev{
    top: 45.5%;
}
.pageIntermittence .swiper-button-prev{
    left: 2px;
}

@media screen and (min-width: 64em) {
    .pageIntermittence .left,
    .pageIntermittence .right{
        width: 40%;
        position: relative;
    }
    .pageIntermittence h3.encart{
        width: 80%;
        position: absolute;
        top: -8%;
        left: -10%;
    }
    .pageIntermittence .bg-grey.encart.contener,
    .pageIntermittence .contener.encart{
        padding: 0.9em;
    }
}


.swiper-button-next::after,
.swiper-button-prev::after,
.swiper-button-next:after,
.swiper-button-prev:after{
    transform-origin: center;
    transform: scale(0.75);
}

.contenu > img.illustration{
    position: absolute;
}
#carrousel02 .swiper-button-prev,
#carrousel02 .swiper-button-next{
    top: 55%;
}
#intermittente img.bottom.right{
    top: auto;
    bottom: 8%;
    left: auto;
    right: 10%;
    z-index: 1;
    width: 30%;
}
#intermittente img.bottom.left{
    top: auto;
    bottom: 18%;
    left: 5%;
    z-index: 1;
    width: 30%;
}
#intermittente02 .contener.encart,
#intermittente02 .btn-video{
    position: relative;
    z-index: 1;
}
#intermittente02 .bg-grey.encart{
    z-index: 2;
    width: 45%;
    -webkit-transform: translate(-5%, 15%);
    transform: translate(-5%, 15%);
}
#intermittente02 .bg-white.encart{
    width: 70%;
    margin-left: 15%;
}
#intermittente02 .btn-video{
    margin-right: 0;
    margin-left: auto;
    -webkit-transform: translateY(-70%);
    transform: translateY(-70%);
}
#intermittente02 .contenu.left{
    margin-bottom: 50%;
}
@media only screen and (min-width: 32em) {
    #intermittente02 .contenu.left{
        margin-bottom: 25%;
    }
}
#intermittente02 .btn-video span.label{
    border: none;
}
#intermittente02 .btn-video,
#intermittente02 h3{
    z-index: 3;
}
#intermittente02 img.top.right{
    top: -15%;
    left: auto;
    right: 0;
    z-index: 0;
    width: 50%;
}
#intermittente02 .right img.top.right{
    width: 60%;
}
#intermittente02 img.bottom.left{
    top: auto;
    bottom: -15%;
    left: 0;
    z-index: 2;
    width: 50%;
}
@media only screen and (min-width: 48em) {
    .page h3.contener.encart {
        width: 90%;
        -webkit-transform: translate(-10%,15%);
        transform: translate(-10%,15%);
    }
    .page .contener.encart + .btn-video {
        -webkit-transform: translate(7%, -60%);
        transform: translate(7%, -60%);
    }
    .pageIntermittence .right{
        margin-top: 5%;
    }
}
@media only screen and (min-width: 64em) {

}


/*
.pageNPF{
    background-image: url(../img/bg/background_04.jpg);
}*/
.pageNPF.project{
    /*background-image: url(../img/bg/background_05_bis.jpg);*/
    color: #484848;
    min-height: 100vh;
    min-height: var(--vh);
}
.pageNPF .banner{
    min-height: 5vh;
    width: 100%;
    background-color: #484848;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
    text-align: center;
    position: relative;
    padding: 5em 1em;
    vertical-align: middle;
}
.pageNPF .banner h3{
    position: relative;
    z-index: 2;
    opacity: 0;
}
.pageNPF .banner .bg{
    width: 90%;
    height: 90%;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    position: absolute;
    z-index: 0;
    top: 5%;
    left: 5%;
    right: 5%;
    bottom: 5%;
}
.pageNPF .illustration{
    display: flex;
    flex-wrap: wrap;
}

@media only screen and (min-width: 48em) {
    .contener-2cols{
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: center;
    }
}


#solution .bottom > p{
    font-size: 1.2rem;
    margin: 0;
    padding: 0;
    text-align: center;
    margin-top: 5%;
    margin-bottom: 2.5%;
}
#solution .bottom{
    text-align: justify;
}
#solution .bottom h4{
    color: #5c5c5c;
}


/*
#projets_en_cours{
    background-image: url(../img/bg/background_05.jpg);
}*/
#projets_en_cours .left,
#projets_en_cours .right{
    width: 80%;
    margin: auto;
    position: relative;
}
#projets_en_cours .right .section{
    background: #fff;
    padding: 1.5em;
}
#projets_en_cours .right .bg-green{
    background: #9ac05a;
    color: #fff;
    padding: 1.5em;
}
#projets_en_cours .bg-grey.encart.contener.top{
    max-width: 80%;
    margin: auto;
    /*position: absolute;
    top: 87px;
    left: 50%;
    z-index: 2;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);*/
}
#projets_en_cours .carousel{
    width: 100%;
    margin: auto;
}
#projets_en_cours .carousel ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
#projets_en_cours .carousel .bg{
    width: 100%;
    height: 40%;
    height: 45vh;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-color: #fff;
}
#projets_en_cours .carousel .title{
    width: 100%;
    height: 20%;
    height: 10vh;
    display: block;
    text-align: center;
    vertical-align: middle;
    padding: 1em 2.5em;
    background-color: #9AC05A;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
}
#projets_en_cours .carousel .title > *{
    width: 100%;
    display: block;
}
#projets_en_cours .swiper-button-next,
#projets_en_cours .swiper-button-prev{
    top: 88%;
    color: #fff;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
}
@media only screen and (min-width: 48em) {
    #projets_en_cours .right .bg-green .intro{
        margin-top: 60px;
    }
    #projets_en_cours .bg-grey.encart.contener.top{
        max-width: 50%;
        position: absolute;
        top: 110px;
        left: 50%;
        z-index: 2;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    #projets_en_cours .left,
    #projets_en_cours .right{
        width: 50%;
        margin: auto;
        position: relative;
    }
    #projets_en_cours .carousel{
        max-width: 50vw;
        width: 100%;
        margin: auto;
    }
    #projets_en_cours.active .carousel{
        position: fixed;
        top: 100px;
    }
    #projets_en_cours .carousel .bg{
        height: 80%;
        height: 80vh;
    }
    #projets_en_cours .right{
        padding: 2em;
    }
    #projets_en_cours .swiper-button-next,
    #projets_en_cours .swiper-button-prev{
        top: 93%;
    }


    #projets_en_cours.top .left .carousel{
        position: absolute;
        top: 0px;
    }
    #projets_en_cours.bottom .left .carousel{
        position: absolute;
        top: auto;
        bottom: 0px;
    }
    #projets_en_cours.middle .left .carousel{
        position: fixed;
        top: 100px;
    }

    /*#projets_en_cours .right .scroller{
        max-height: 70vh;
        overflow: auto;
    }
    #projets_en_cours .contener-2cols > .right:before,
    #projets_en_cours .contener-2cols > .right:after{
        content: "";
        width: 100%;
        width: calc(100% - 4em);
        height: 10vh;
        background: red;
        position: absolute;
        top: 2em;
        left: 2em;
        z-index: 1;
        display: block;
        background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
        background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
        background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
        transition: opacity 0.2s linear;
    }
    #projets_en_cours .contener-2cols > .right:after{
        bottom: 2em;
        top: auto;
        background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
        background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
        background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    }
    #projets_en_cours .contener-2cols > .right.green:before{
        background: -moz-linear-gradient(top,  rgba(154,192,90,1) 0%, rgba(154,192,90,0) 100%);
        background: -webkit-linear-gradient(top,  rgba(154,192,90,1) 0%,rgba(154,192,90,0) 100%);
        background: linear-gradient(to bottom,  rgba(154,192,90,1) 0%,rgba(154,192,90,0) 100%);
    }
    #projets_en_cours .contener-2cols > .right.green:after{
        background: -moz-linear-gradient(top,  rgba(154,192,90,0) 0%, rgba(154,192,90,1) 100%);
        background: -webkit-linear-gradient(top,  rgba(154,192,90,0) 0%,rgba(154,192,90,1) 100%);
        background: linear-gradient(to bottom,  rgba(154,192,90,0) 0%,rgba(154,192,90,1) 100%);
    }


    #projets_en_cours .contener-2cols > .right.on-top:before,
    #projets_en_cours .contener-2cols > .right.on-bottom:after{
        opacity: 0;
    }*/
}

#solution04 .contenuPage{
    margin-top: 8%;
}


.list-numbers{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: space-between;

    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 10%;
}
.list-numbers li{
    max-width: 95%;
    margin: 2% 4.5%;
}
.list-numbers .number{
    font-size: 2em;
}
.list-numbers .strong{
    display: block;
    font-size: 2em;
    line-height: 1;
    color: #9AC05A;
    letter-spacing: -0.05em;
}
.list-numbers .strong.dark{
    color: #6FA282;
}
.list-numbers .strong.light{
    color: #B9CC52;
}

@media screen and (min-width: 48em) {
    .list-numbers li{
        max-width: 23%;
    }
    .list-numbers li:nth-child(-n+3){
        -webkit-transform: translateX(25%);
        transform: translateX(25%);
    }
    .list-numbers li:last-child{
        align-self: center;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (min-width: 1200px) {
    .list-numbers .strong{
        white-space: nowrap;
    }
}




.pageContact{
    /*background-image: url(../img/bg/background_10.jpg);*/
    padding-bottom: 0px;
}
.pageContact .contenuPage > h2,
.pageContact .contenuPage > h3{
    display: block;
    width: 100%;
    text-align: center;
}
.pageContact .contenuPage > h3{
    margin-top: 50px;
}
.list-contact{
    list-style: none;
    margin: 0px auto;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
}
.item-contact{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    margin: 10px auto;
    color: #000;
    width: 100%;
}
.item-contact .icon{
    max-width: 50px;
    margin-right: 5%;
}
.item-contact .content{
    width: 75%;
    width: calc(100% - 80px - 5%);
    word-break: break-all;
}
.item-contact .content p{
    font-family: 'DobraSlab-Book','CenturyGothic-Bold', 'Helvetica', arial, simhei, sans-serif;
    font-size: .9em;
    line-height: 1.25;
}
.item-contact .content a{
    color: #000;
    text-decoration: none;
}
.planet{
    width: 50%;
    max-width: 450px;
    margin: auto;
}
#contenerPresse{
    list-style: none;
    margin: 20px auto;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
}
#contenerPresse li{
    width: 45%;
    margin: 5px 2%;
}
@media screen and (min-width: 48em) {
    .item-contact .icon{
        max-width: 80px;
        margin-right: 5%;
    }
    #contenerPresse li{
        width: 15%;
        margin: 20px 2%;
    }
    .footer-container .left,
    .footer-container .right{
        width: 50%;
        margin: 0px;
    }
    .footer-container .first-line .left,
    .footer-container .first-line .right{
        width: 35%;
        margin: 0px;
    }
    .footer-container .first-line .right{
        width: 65%;
        max-width: 750px;
        margin-left: auto;
    }
}
@media screen and (min-width: 64em) {
    .footer-container .first-line .right{
        width: 65%;
        max-width: 892px;
        margin-left: auto;
    }
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        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) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]: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;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}