
/* =MAIN
----------------------------------------------- */
body {
    background-color: #fff;
}

.wrap {
    width: 100%;
    max-width: 660px;
    margin: auto;
    position: relative;
    padding: 0 10px;
}
.wrap.w-1000 {
    max-width: 1000px;
}

.row {
    max-width: none;
}

.clearfix {
    clear: both;
}

[class*="column"]+[class*="column"]:last-child {
    float: left;
}




/* =TYPO
----------------------------------------------- */
body {
    color: #797979;
    font: 300 15px 'Futura-Book', 'Futura', Verdana, Arial, sans-serif;
    text-align: center;
}

h1, h2, h3, h4, h5, h6 {
    font: 30px 'Futura-Light', 'Futura', Verdana, Arial, sans-serif;
    color: #008ac9;
    border-bottom: 1px solid #a0a0a0;
    padding-bottom: 20px;
    margin: 0 0 20px 0;
    letter-spacing: 2px;
    line-height: 1.2em;
    text-transform: uppercase;
}
h3, h4, h5, h6 {
    font-size: 16px;
    color: #0093d0;
    border: 0;
    padding: 0;
    margin: 15px 0 30px 0;
}
h5, h6 {
    font-size: 17px;
    color: #797979;
}

p {
    font-weight: 300;
    line-height: 16px;
    margin-bottom: 1em;
}

strong {
    font-weight: bold;
    font-family: 'Futura-Bold', 'Futura', Verdana, Arial, sans-serif;
}

a {
    text-decoration: none;
    font-weight: bold;
    color: #797979;
    font-family: 'Futura-Bold', 'Futura', Verdana, Arial, sans-serif;
}
a:hover {
    text-decoration: underline;
    color: #797979;
}

@media only screen and (min-width: 768px) {

    h1, h2 {
        font-size: 40px;
        margin-bottom: 30px;
    }

}

ul {
    margin: auto;
    text-align: left;
    margin-bottom: 2em;
    margin-left: 110px;
}

ul li{
    list-style-image: url("../../images/content/puce_green.png");
    line-height: 1.4;
}


/* =HEADER
----------------------------------------------- */
#header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 600;
    text-transform: uppercase;
}

#header-inner {
    position: relative;
}

#header-background {
    background-color: #fff;
    position: absolute;
    z-index: 590;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.15);
}

#header-content {
    position: relative;
    z-index: 630;
    text-align: left;
    padding: 15px;
    height: 92px;
}

#logo-dipan {
    display: block;
    width: 80px;
    float: left;
}
#logo-dipan img {
    width: 100%;
}

@media only screen and (min-width: 768px) {

    #header-background {
        top: -1000px;
        -webkit-transform-origin: right bottom;
        -moz-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        -o-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: skewY(-0.8deg);
        -moz-transform: skewY(-0.8deg);
        -ms-transform: skewY(-0.8deg);
        -o-transform: skewY(-0.8deg);
        transform: skewY(-0.8deg);
        opacity: 0.9;
    }

    #header-content {
        text-align: center;
        height: 92px;
        padding: 35px;
    }

    #logo-dipan {
        float: none;
        margin: auto;
    }

}

@media only screen and (min-width: 1024px) {

    #header-content {
        padding: 40px;
        height: 124px;
    }

    #logo-dipan {
        width: 110px;
    }

}




/* =NAV
----------------------------------------------- */
#header-nav {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    z-index: 634;
    margin: 0px;
    display: none;
}

#header-nav-inner {
    width: 100%;
    max-width: 1100px;
    margin: auto;
    position: relative;
}

#header-nav-left,
#header-nav-right {
    position: absolute;
    top: 0;
}
#header-nav-left {
    left: 15px;
    right: 50%;
    margin-right: 60px;
}
#header-nav-right {
    right: 15px;
    left: 50%;
    margin-left: 60px;
}

#header-nav ul {
    list-style: none;
    margin: 0;
    display: table;
    width: 100%;
    max-width: none;
    text-align: center;
}

#header-nav li {
    display: table-cell;
    *float: left;
    text-align: center;
}

#header-nav a {
    font: 300 11px 'Futura-Book', 'Futura', Verdana, Arial, sans-serif;
    color: #4e4e4e;
    padding: 0px 5px 3px 5px;
    z-index: 660;
    text-decoration: none;
}
#header-nav a.active {
    border-bottom: 5px solid #008ac9;
    text-decoration: none;
}
#header-nav a:hover {
    text-decoration: none;
}

.nav-inner {
    position: relative;
}

#header-nav .subnav {
    position: absolute;
    display: none;
    left: 0;
    width: 220px;
    z-index: 620;
    padding-top: 60px;
    left: 50%;
    margin-left: -110px;
    z-index: 620;
}

#header-nav .subnav.reference {
    width: 230px;
}

#header-nav .subnav .subnav-top {
    background: url('../../images/bg_subnav_top.png') no-repeat center center;
    width: 19px;
    height: 16px;
    display: block;
    position: relative;
    z-index: 640;
    margin: auto;
    top: 1px;
}

#header-nav .subnav ul {
    background-color: #fff;
    position: static;
    float: none;
    overflow: auto;
    z-index: 630;
    -webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.45);
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.45);
}

#header-nav .subnav li {
    text-align: center;
    position: static;
    float: none;
    margin: 0;
    width: 220px;
    display: block;
    line-height: 30px;
}

#header-nav .subnav a {
    padding: 12px 0;
    margin: 0 15px;
    border-bottom: 1px solid #ddd;
    position: static;
    float: none;
    text-decoration: none;
    display: block;
}
#header-nav .subnav a:hover,
#header-nav .subnav a.active {
    text-decoration: none;
}
#header-nav .subnav li:last-child a {
    border-bottom: 0;
}

#nav-mobile-btn {
    float: right;
    width: 52px;
    height: 52px;
    margin: 5px;
    display: block;
    background: url('../../images/bg_nav_mobile_btn.png') top center no-repeat;
}
#nav-mobile-btn.opened {
    background-position: bottom center;
}

#nav-mobile-wrap {
    display: none;
    position: fixed;
    z-index: 450;
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0;
}

#nav-mobile {
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
    top: -100%;
    background-color: #fff;
    text-transform: uppercase;
}

#nav-mobile-inner {
    position: absolute;
    top: 160px;
    bottom: 100px;
    width: 100%;
    overflow: scroll;
}

#nav-mobile h2 {
    padding-bottom: 0;
    border: 0;
}

#nav-mobile ul {
    padding: 0 10px;
    max-width: 520px;
    margin: 40px auto 0 auto;
    list-style: none;
    border: 1px solid #d8d8d8;
    border-width: 0 0 1px 0;
}

#nav-mobile li {
    border: 1px solid #d8d8d8;
    border-width: 1px 0 0 0;
    list-style-image: none;
}

#nav-mobile a {
    display: block;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    text-align: center;
    line-height: 40px;
    color: #7a7a7a;
    margin: 10px 0 5px 0;
    font-family: 'Futura-Book', 'Futura', Verdana, Arial, sans-serif;
    font-weight: 300;
}
#nav-mobile a.active,
#nav-mobile a:hover {

}


@media only screen and (min-width: 768px) {

    #header-nav {
        display: block;
    }

    #nav-mobile-btn {
        display: none;
    }

}

@media only screen and (min-width: 1024px) {

    #header-nav {
        top: 60px;
    }

    #header-nav li {
        margin: 0 25px;
    }

    #header-nav a {
        font-size: 13px;
    }

    #header-nav-left {
        left: 20px;
        margin-right: 80px;
    }
    #header-nav-right {
        right: 20px;
        margin-left: 80px;
    }

}





/* =FOOTER
----------------------------------------------- */
#footer {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 500;
    text-transform: uppercase;
}

#footer-inner {
    position: relative;
}

#footer-canvas {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 520;
    display: none;
}

#footer-background {
    background-color: #fff;
    position: absolute;
    z-index: 490;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-box-shadow: 0px -15px 15px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px -15px 15px 0px rgba(0, 0, 0, 0.15);
    opacity: 0.9;
    padding: 1em 0;
}

#footer-content {
    position: relative;
    z-index: 530;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 1em;
}

#footer-certifications {
    display: none;
}

@media only screen and (min-width: 768px) {
    #footer-content {
        flex-direction: row;
    }

    #footer-certifications {
        display: block;
    }

}

#socialNetworks {
  font: 300 11px 'Futura-Book', 'Futura', Verdana, Arial, sans-serif;
  display: inline-flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 2em;
}
#socialNetworks ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: flex-end;
  margin-left: 1em;
}
#socialNetworks li {
  list-style: none;
  margin: 0 .7em;
  padding: 0;
}
#socialNetworks img {
  height: 16px;
}
@media only screen and (min-width: 768px) {
  #socialNetworks {
    margin-bottom: 0;
  }
}



/* =PAGER
----------------------------------------------- */
@-webkit-keyframes pulse {
   0%   { opacity: 1; }
   50%  { opacity: 0.4; }
   100% { opacity: 1; }
}

@-moz-keyframes pulse {
   0%   { opacity: 1; }
   50%  { opacity: 0.4; }
   100% { opacity: 1; }
}

@-ms-keyframes pulse {
   0%   { opacity: 1; }
   50%  { opacity: 0.4; }
   100% { opacity: 1; }
}

@-o-keyframes pulse {
   0%   { opacity: 1; }
   50%  { opacity: 0.4; }
   100% { opacity: 1; }
}

@keyframes pulse {
   0%   { opacity: 1; }
   50%  { opacity: 0.4; }
   100% { opacity: 1; }
}

.bx-next,
.bx-prev,
.pager-link-top,
.pager-link-bottom,
.pager-link-left,
.pager-link-right {
    height: 24px;
    width: 24px;
    background: url('../../images/bg_nav_btns.png') top left no-repeat;
    -webkit-animation: pulse 3s ease-in-out infinite;
       -moz-animation: pulse 3s ease-in-out infinite;
        -ms-animation: pulse 3s ease-in-out infinite;
         -o-animation: pulse 3s ease-in-out infinite;
            animation: pulse 3s ease-in-out infinite;
}

.pager-link-top {
    background-position: 0 0;
}
.pager-link-bottom {
    background-position: -24px 0;
}
.bx-next,
.pager-link-right {
    background-position: -48px 0;
}
.bx-prev,
.pager-link-left {
    background-position: -72px 0;
}

.pager-link-direct {
    width: 12px;
    height: 12px;
    outline: 0;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #a0a0a0;
    margin: 6px;
}
.pager-link-direct:hover,
.pager-link-direct.active {
    background: #a0a0a0;
}

.pager-h .pager-link {
    display: inline-block;
    margin: 0 0;
}
.pager-h .pager-link-direct {
    margin: 6px 0;
}
.pager-v .pager-link {
    display: block;
    margin: 4px auto;
}




/* =LOADER
----------------------------------------------- */
#loader {
    background: #fff url('../../images/loader.gif') center center no-repeat;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    display: none;
}




/* =LANGS
----------------------------------------------- */
#langs ul {
    list-style: none;
    margin: 0;
    text-align: center;
    max-width: none;
}

#langs li {
    display: block;
    float: left;
    margin-right: 10px;
}

#langs a {
    display: block;
    font: 300 11px 'Futura-Book', 'Futura', Verdana, Arial, sans-serif;
    text-decoration: none;
}
#langs a.active,
#langs a:hover {
    text-decoration: none;
    color: #008ac9;
}
#langs a.active {
    font-weight: bold;
    font-family: 'Futura-Bold', 'Futura', Verdana, Arial, sans-serif;
}




/* =WRAPPER
----------------------------------------------- */
#wrapper {
    position: relative;
    z-index: 100;
}




/* =CHROMA
----------------------------------------------- */
#chroma {
    display: none;
}
.backgroundsize #chroma {
    display: block;
    position: fixed;
    z-index: 140;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../../images/chroma.png') center center no-repeat;
    background-size: 100% 100%;
}




/* =CONTENT
----------------------------------------------- */
#content {
    position: relative;
    z-index: 160;
    /*overflow: auto;*/
}




/* =PAGE
----------------------------------------------- */
#content .page {
    min-height: 600px;
}

#content .page-inner {
    padding-top: 160px;
    padding-bottom: 100px;
    position: relative;
}

.page-legal {
  text-align: left;
}
.page-legal h2{
  text-transform: none;
  margin-top: 3em;
  display: block;
}

.page-vertical-nav {
    display: none;
}

@media only screen and (min-width: 768px) {

    #content .page-inner {
        padding-top: 180px;
    }

}

@media only screen and (min-width: 810px) {

    .page-vertical-nav {
        display: block;
        position: absolute;
        top: 350px;
        right: 50%;
        margin-right: -400px;
    }

}




/* =BACKGROUNDS
----------------------------------------------- */
#backgrounds {
    display: none;
}

@media only screen and (min-width: 768px) {

    #backgrounds {
        position: fixed;
        width: 100%;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        z-index: 120;
        overflow: hidden;
        display: block;
    }

    #backgrounds img {
        margin-bottom: 200px;
    }
    #backgrounds img.left {
        float: left;
        clear: left;
    }
    #backgrounds img.right {
        float: right;
        clear: right;
    }

}




/* =SLIDER
----------------------------------------------- */
.bx-wrapper {
    position: relative;
    margin: 0 auto;
    padding: 0;
    *zoom: 1;
    margin-top: 40px;
}

.bx-wrapper img {
    max-width: 100%;
}

.bx-pager {
    /*position: absolute;
    top: -30px;*/
    width: 100%;
    text-align: center;
}
.bx-pager .bx-pager-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}
.bx-pager a {
    text-indent: -9999px;
    display: block;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #a0a0a0;
}
.bx-pager a:hover,
.bx-pager a.active {
    background: #a0a0a0;
}

.slider-wrapper {
    position: relative;
    overflow: auto;
    margin-top: 40px;
}

.slider-controls {
    position: relative;
}
.slider-prev,
.slider-pager,
.slider-next {
    position: absolute;
    top: 0;
}
.slider-prev {
    left: 0;
}
.slider-pager {
    left: 30px;
    right: 30px;
}
.slider-next {
    right: 0;
}

.bx-prev, .bx-next {
    display: block;
}




/* =READMORE
----------------------------------------------- */
.readmore-btn {
    height: 36px;
    position: relative;
    margin-bottom: 10px;
}
.readmore-btn-left,
.readmore-btn-link,
.readmore-btn-right {
    position: absolute;
}
.readmore-btn-left,
.readmore-btn-right {
    top: 17px;
    width: 40%;
    border-bottom: 1px solid #a0a0a0;
}
.readmore-btn-left {
    left: 0;
}
.readmore-btn-right {
    right: 0;
}
.readmore-btn-link {
    left: 40%;
    right: 40%;
    height: 36px;
    background: url('../../images/bg_read_more.png') center center no-repeat;
}
.opened .readmore-btn-link {
    background-image: url('../../images/bg_read_less.png');
}




/* =THUMBS
----------------------------------------------- */
a.thumb,
a.thumb:hover,
.thumb {
    background-color: #fff;
    -webkit-box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.1);
    padding: 20px 10px;
    margin-bottom: 20px;
    float: none;
    display: block;
    text-decoration: none;
    font-family: 'Futura-Book', Verdana, Arial, sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 12px;
}
a.thumb:hover {
    -webkit-box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.2);
}
.thumb h3,
.thumb .shadow {
    margin: 20px 0;
}
.thumb a {
    font-family: 'Futura-Book', Verdana, Arial, sans-serif;
    font-weight: 300;
}
.thumb.min h3 {
    font-size: 14px;
}

@media only screen and (max-width: 440px) {

    .thumbs .columns {
        float: none;
        width: auto;
    }

}




/* =WHITEBOARD
----------------------------------------------- */
.whiteboard {
    background-color: #fff;
    -webkit-box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.1);
    padding: 20px;
}


/* =TEAM
----------------------------------------------- */
#team .row .columns{
    padding: 15px;
}
#team .row .columns .box{
    box-shadow: 0px 0px 5px #ccc;
}
#team .row .columns .box img{
    width: 100%;
}
#team .row .columns .box .content{
    background-color: white;
    display: block;
    height: 90px;
    padding: 25px 10px !important;
}
#team .row .columns .box .content p{
    font-size: 10px;
    line-height: 15px;
    font-weight: 700;
    text-transform: uppercase;
}


/* =CONTENTS
----------------------------------------------- */

.customers-list h2 {
    border: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.customers-list .background {
    /* background: url('../../images/backgrounds/water_splashes_01.png') center top no-repeat; */
    min-height: 547px;
    padding-top: 50px;
}

.partners-list .background {
    /* background: url('../../images/backgrounds/water_splashes_02.png') center top no-repeat; */
    min-height: 398px;
    padding-top: 100px;
    margin-top: -40px;
}
.partners-list .whiteboard {
    padding: 30px 20px 50px 20px;
}
.partners-list .columns {
    margin-top: 20px;
}

.certifications-list .background {
    /* background: url('../../images/backgrounds/water_splashes_03.png') center top no-repeat; */
    min-height: 410px;
    padding-top: 80px;
    margin-top: -20px;
}
.certifications-list .whiteboard {
    padding: 0px 20px 30px 20px;
}
.certifications-list .columns {
    margin-top: 30px;
}

.associations-list .background {
    /* background: url('../../images/backgrounds/water_splashes_04.png') center top no-repeat; */
    min-height: 492px;
    padding-top: 90px;
    margin-top: -50px;
}
.associations-list .whiteboard {
    padding: 20px 20px 40px 20px;
}
.associations-list .columns {
    margin-top: 40px;
}

#sep-bottle {
    height: 220px;
    width: 100%;
    margin-top: 50px;
    background: url('../../images/content/bottle.png') center center no-repeat;
}

#message-form {
    padding: 20px;
    background-color: #fff;
}

#message .bound {
    margin-top: 0;
}
#message .calltoaction {
    top: 50px;
}

#message .error {
    color: red;
}
#message .success {
    color: green;
}

#message h2 {
    margin-bottom: 10px;
}

#tooltip {
    position:absolute;
    z-index:9999;
    display:none;
    opacity:0.95;
}
*html #tooltip {
    margin-bottom: -6px;
}
#block_tooltip {
    position: relative;
}

#block_tooltip .thumb-top {
    background: url('../../images/bg_subnav_top.png') no-repeat center center;
    width: 19px;
    height: 16px;
    display: block;
    position: relative;
    z-index: 640;
    margin: auto;
    top: 1px;
}

.ambassadors h2 {
    border: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.ambassadors .left {
    width: 60%;
    float: left;
    text-align: right;
    padding-right: 20px;
    padding-top: 100px;
}
.ambassadors .right {
    /*width: 50%;
    float: right;
    text-align: left;
    padding-left: 20px;
    border-left: 2px dashed #d0d0d0;*/
}
.ambassadors .desc {
    font-size: 11px;
    margin-top: 10px;
}
.ambassadors .logo-cologna {
    height: 32px;
}
.ambassadors .calltoaction {
    top: auto;
    bottom: -15px;
    left: 0;
}

.media .bound,
.press .bound {
    margin-top: 170px;
}

.press .calltoaction {
    top: auto;
    bottom: 0;
}

.satisfaction h2 {
    border: 0;
}
.satisfaction .text {
    border-top: 1px solid #a0a0a0;
    padding-top: 25px;
}
.satisfaction .form {
    border-top: 1px solid #a0a0a0;
    margin-top: 25px;
    padding-top: 35px;
}

.satisfaction-form {
    text-align: left;
}
.satisfaction-form-row {
    background-color: #fcfcfc;
    position: relative;
}
.satisfaction-form-row:nth-child(odd) {
    background-color: #ededed;
}
.satisfaction-form-row .number {
    color: #bbb;
    font-family: 'Futura-Bold', 'Futura', Verdana, Arial, sans-serif;
    font-size: 26px;
    position: absolute;
    top: 0;
    left: 0;
    width: 35px;
    margin: 0;
    height: 45px;
    line-height: 52px;
    text-align: center;
}
.satisfaction-form-row .question {
    line-height: 20px;
    margin: 0 110px 0 35px;
    padding: 15px 0 12px 0;
    font-size: 14px;
}
.satisfaction-form-row .rating {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 110px;
}
.satisfaction-form-row .rating a {
    float: left;
    display: block;
    width: 29px;
    height: 28px;
    background: url('../../images/icons_rating.png') center right no-repeat;
    margin-left: 5px;
    margin-top: 9px;
}
.satisfaction-form-row .rating a.active {
    background-position: center left;
}

.satisfaction-form-row .message textarea {
    height: 140px;
}

.satisfaction .form .calltoaction {
    position: relative;
    top: -35px;
    right: auto;
    z-index: auto;
}






/* =FORM
----------------------------------------------- */
input[type=text],
textarea {
    width: 100%;
    margin: 0;
    background-color: #fbfbfb;
    border: 1px solid #e5e5e5;
    font-size: 20px;
    color: #b3b3b3;
}
.boxshadow input[type=text],
.boxshadow textarea {
    border: 0;
    -webkit-box-shadow: inset 0px -5px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px -5px 20px 0px rgba(0, 0, 0, 0.1);
}
input[type=text] {
    margin-bottom: 10px;
    height: 50px;
}
textarea {
    height: 50px;
    padding-top: 0;
    line-height: 50px;
}




/* =VIDEO FULLSCREEN
----------------------------------------------- */
.video-fullscreen-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 400;
    background-color: #fff;
}
.video-fullscreen-container {
    position: absolute;
    width: 100%;
    height: 100%;
}
.video-fullscreen {
    /*width: 100%;
    height: 100%;*/
}

/*.video-fullscreen-container .vjs-control-bar {
    display: none;
}*/

/*.video-fullscreen-wrapper .calltoaction {
    display: block;
    position: absolute;
    top: 30%;
    right: 10%;
    z-index: 410;
}*/




/* =NEWS
----------------------------------------------- */
.news {
    background-color: #fff;
    -webkit-box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.1);
    height: 100px;
    position: relative;
    margin-top: 25px;
    display: block;
}
a.news:hover {
    -webkit-box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.2);
}
.news .title {
    position: absolute;
    top: 0;
    left: 0;
    width: 160px;
}
.news .image {
    position: absolute;
    top: 0;
    right: 0;
    left: 160px;
    -webkit-box-shadow: -5px 0 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: -5px 0 10px 0px rgba(0, 0, 0, 0.1);
    height: 100px;
    overflow: hidden;
}
.news .image img {
    width: auto;
    height: auto;
    max-width: none;
    min-width: 100%;
    max-height: none;
    min-height: 100%;
}
.news h4 {
    font-size: 16px;
    margin: 0;
    line-height: 50px;
}
.news.min h4 {
    font-size: 11px;
}
.news h5 {
    font-size: 12px;
    margin: 0;
    line-height: 15px;
}



/* =BOUND
----------------------------------------------- */
.bound {
    width: 100%;
    max-width: 600px;
    margin: 40px auto;
    position: relative;
    z-index: 190;
}
.bound-layers {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.bound-layers-inner {
    position: relative;
    height: 100%;
}
.bound-layer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.bound-layer-01 { z-index: 191; }
.bound-layer-02 { z-index: 192; }
.bound-layer-03 { z-index: 193; }
.bound-layer-04 { z-index: 194; }
.bound-layer-05 { z-index: 195; }
.bound-layer-06 { z-index: 196; }
.bound-layer-07 { z-index: 197; }
.bound-layer-08 { z-index: 198; }
.bound-layer-09 { z-index: 199; }

.calltoaction {
    display: block;
    position: absolute;
    top: 150px;
    right: 0;
    z-index: 200;
}
.calltoaction a {
    display: block;
}


/*
 * more_blue_things
 * width 600; height 333
 * width 100;  height 55.5
 */
#bound-mbt {
    padding-bottom: 56%;
}

/*
 * magnifying_glass
 * width 600; height 303
 * width 100;  height 50.5
 */
#bound-mg {
    padding-bottom: 51%;
}

/*
 * hands
 * width 600; height 376
 * width 100;  height 62.66666
 */
#bound-h {
    padding-bottom: 63%;
}

/*
 * blue things
 * width 600; height 400
 * width 100;  height 66.66666
 */
#bound-d {
    padding-bottom: 67%;
}

/*
 * history
 * width 600; height 241
 * width 100;  height 40.166666
 */
#bound-histo {
    padding-bottom: 41%;
}

/*
 * kid
 * width 600; height 267
 * width 100;  height 44.5
 */
#bound-kid {
    padding-bottom: 45%;
}

/*
 * ambassadors
 * width 600; height 332
 * width 100;  height 55.3333
 */
#bound-ambassadors {
    padding-bottom: 54%;
}



/*entreprise */
.link-video-history{
    margin-right: 50px;
}

/* Rapprochement de deux pages pouur un "effet" */


/*Page JobDetail*/
#job_detail{
    padding-bottom: 250px;
}
#job_detail h2{
    font-size: 32px;
    line-height: 60px;
}
#job_detail h3{
    font-size: 26px;
    line-height: 60px;
    color: #7c7c7c;
}
#job_detail ul{
    margin: 0px 0px 30px 0px;
}
#job_detail ul li{
    font-size: 13px;
    line-height: auto;
}
#job_detail .calltoaction {
    top: 75px;
    left: 370px;
}

/* Page communication -> articles*/
#articles-de-presse-liste .slider a img:first-child{
    max-width: 100%;
    max-height: 50px;
}

/* message entreprise>recrutement */
.avert{
    color: #4E4E4E;
    text-transform: none;
}








/* PAGE HYDRODIAG */
.newDesign{
  text-align: left;
}
.newDesign .bg-lightgrey{
  background: #f6f6f6;
}
.newDesign .align-center {
  text-align: center;
}
.newDesign .wrap { max-width: 1170px; }

.newDesign h2 {
  font-size: 35px;
  text-transform: none;
  border: none;
}
.newDesign, .newDesign p {
  font-size: 18px;
  line-height: 1.3;
}
.newDesign .section{
  padding-top: 80px;
  padding-bottom: 80px;
}
.newDesign .btn {
  display: inline-block;
  background: #008ac9;
  color: #fff;
  padding: 10px 30px;
  font: 300 20px 'Futura-Book', 'Futura', Verdana, Arial, sans-serif;
}
.newDesign .btn:hover, .newDesign .btn:focus {
  text-decoration: none;
  background: #005880;
}
.logo-hydrodiag {
  width: 226px;
  position: absolute;
  right: 15px;
  top: 30px;
}
@media (min-width: 768px) {
  .logo-hydrodiag {
    position: initial;
  }
}

.gobacktohydrodiag {
  display: block;
  font: 300 13px 'Futura-Book', 'Futura', Verdana, Arial, sans-serif;
  color: #008ac9;
  margin-top: 15px;
}
@media (min-width: 768px ){
  .gobacktohydrodiag {
    position: absolute;
    left: 60px;
    top: 40px;
    margin-top: 0;
  }
}

.gobacktohydrodiag span:hover {
  text-decoration: none;
  color: #008ac9;
  outline-color: rgba(0,138,201,0);
  outline-offset: 15px;
  -webkit-transition: all 1.25s cubic-bezier(.19,1,.22,1);
  -o-transition: all 1.25s cubic-bezier(.19,1,.22,1);
  transition: all 1.25s cubic-bezier(.19,1,.22,1);
  -webkit-box-shadow: 0 0 0 1px currentColor;
  box-shadow: 0 0 0 1px currentColor;
}


 .gobacktohydrodiag:focus { text-decoration: none; }
.gobacktohydrodiag span {
  border: 1px solid currentColor;
  text-decoration: none;
  padding: .5em 1em;
  outline: 1px solid;
  outline-color: currentcolor;
  outline-color: rgba(0,138,201,.5);
  outline-offset: 0;
  text-shadow: none;
  -webkit-box-shadow: 0 0 0 1px transparent;
  box-shadow: 0 0 0 1px transparent;
  text-transform: initial;

}

.gobacktohydrodiag:hover {
  text-decoration: none;
}

.newDesign .cta {
  background: #fff;
  box-shadow: 0 0 21px 0 rgba(0, 0, 0, .1);
}

@media (min-width: 768px ){
  .hydrodiag-cta .row {
    display: flex;
    align-items: center;
  }
}


.hydrodiag-cta {
  margin-bottom: 100px;
  text-align: center;
}
@media (min-width: 768px ){
  .hydrodiag-cta {
    text-align: left;
  }
}



.hydrodiag-risque:not(:first-child) {
  margin-top: 60px;
}
@media (min-width: 768px ){
  .hydrodiag-risque:not(:first-child) {
    margin-top: 0;
  }
}

.hydrodiag-ipad {
  margin-top: 30px;
}

.cookiebar {
  position: fixed;
  bottom: 4em;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  transform: translateY(calc(100% + 80px));
  -ms-transform: translateY(300px);
  transition: transform 0.3s ease 0s;
  text-align: left;
  z-index: 600;
}
@media (min-width: 768px) {
  .cookiebar {
    max-width: 400px;
    left: 2em;
    bottom: 2em;
  }
}
.cookiebar.active {
  transform: translateY(0);
  transition-delay: 1s;
}
.cookiebar__container {
  border-top: 2px solid #008ac9;
  background: #fff;
  padding: 20px;
  overflow-x: hidden;
  position: relative;
  font-size: 1rem;
}
.cookiebar__container p {
  margin-top: 0;
}
.cookiebar__accept {
  float: left;
  margin-top: 0;
}
