<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ================================ */
/* By Atypic - www.atypic.be / v23
/* ================================ */

/* ===== Import des fichiers fontes EOT, WOFF, TTF,... ===== */

/* Placer les @font-face ici */

/* ===== Fonte principale du site ===== */

html {
    overflow: auto;
}
body,input,textarea,select,button {
    color: #333;
    font-size: 1em;
    font-family: "Roboto", Arial, serif;
    font-weight: 400;
    line-height: 1.5em;
}

/* ===== Tags principaux ===== */

body {
    background: rgb(0, 155, 204);

}
small {
    /* Par defaut -&gt; font-size: 0.85em;*/
}
.thin {
    /*font-weight: 100;*/
    font-weight: 300;
}
.light {
    font-weight: 300;
}
.regular {
    font-weight: 400;
}
.medium {
    font-weight: 500;
}
.bold, .strong, strong, b  {
    /* Par defaut -&gt; font-weight: bold; */
    /* Si Google Font -&gt; font-weight: 700 (800 ou 900) */
    /* Si Font importÃ©e -&gt; font-weight: normal; font-family: "nexa bold"; */
    font-weight: 700;
}
.biggest {
    color: #fff;
    font-size: 72px;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 0;
}
.biggest + #talk-to-an-expert {
    text-align: left;
}
tr {
    background: none;
    border-bottom: 1px solid #68e8ff;
}
tr:nth-of-type(2n+1) {
    background: none;
}
tr:last-child {
    border-bottom: none;
}
td, td a {
    color: #555;
}
td a {
}
td a:hover {
    color: #333;
    text-decoration: underline;
}
/* ===== Liens ===== */

a {
    color: #00D4FC;

}
a:hover, #search-engine-form label:hover {
    color: #009BCB;
}

a,
button,
input[type="button"],
input[type="submit"],
.btn {

    /* Transition sur les liens et boutons */
    /* .btn simule l'apparence d'un bouton sur un lien */

    -webkit-transition: all 0.3s ease; 
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;

}

/* ===== Titres ===== */

h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6 {
    /* Par defaut -&gt; margin: 20px 0; -- Sauf le premier -&gt; margin-top: 0; */
    margin: 40px 0px 20px;
    font-weight: 700;
    color: #00D8FF;
    text-align: initial;
}
h1,.h1 {
    font-size: 50px;
}
h1.main-title,
h1.second-title {
    margin-bottom: 40px;
}
h1.second-title {
    margin-top: 60px;
}
.bg-blue h1 {
    color: #fff;
}
h2,.h2 {
    font-size: 1.6em;
}
h3,.h3 {
    font-size: 1.3em;
    font-weight: 500;
    color: #555;
}
h4,.h4 {
    font-size: 1.2em;
    font-weight: 500;
    color: #666;
    color: #B17FEA;
    /*font-weight: 400;*/

    /*color: #00D8FF;*/
}
h4:before, .h4:before{
    content:"\f105";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #B17FEA;
    margin-right: 7px;
}
h5,.h5 {
    font-size: 1.2em;
    font-weight: 500;
}
h6,.h6 {
    font-size: 1.1em;
    font-weight: 500;
}
/*.underscore {
    position: relative;
    margin-left: 25px !important;
}
.underscore:before {
    content: "_";
    position: absolute;
    margin-left: -25px;
}*/
h1.reset {
    margin: 0;
}

/* ===== Titres avec liens ===== */

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a,
.h1 a,.h2 a,.h3 a,.h4 a,.h5 a,.h6 a {
    color: #00D8FF !important;
    text-decoration: none !important;
}

/* ===== Formulaires ===== */

th {
    background: rgb(0, 216, 255);
}
label {
    /* Par dÃ©faut: masquÃ© -- Si placeholder non pris en charge alors les labels seront affichÃ©s */
    /* Forcer les labels -&gt; ajouter .show-label sur le .form */
}
input,
textarea,
select {
    padding: 15px;
    border-color: #fff;
    border-radius: 0;
    border: 0;

    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
input:focus,
textarea:focus,
select:focus {
    border-color: #00d8ff;
    color: #333;
    box-shadow: none;
}
input:not([type="button"]):not([type="submit"]):not([type="radio"]):not([type="checkbox"]),
select {
    height: auto; /* Pour centrer verticalement le contenu des inputs sous IE */
}
option {
    padding: 0;
}
.btn,
button,
input[type="button"],
input[type="submit"] {
    color: #fff;
    background: #00d8ff;
    text-transform: uppercase;
}
.btn:hover,
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
    color: #fff;
    text-decoration: none;
    background: #333;
}
input[type="button"]:hover,
input[type="submit"]:hover {
    text-decoration: none;
    color: #fff;
    background: #00d8ff;
}



.btn-clear {
    font-size: 18px;
    border: 1px #fff solid;
    text-transform: uppercase;
    padding: 10px 40px;
    color: #fff;
    text-decoration: none;
    background: none;

    -webkit-transition: all 0.3s ease; 
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.btn-clear:hover,
#find-our-products:hover .btn-clear {
    text-decoration: none;
    color: #A8908A;
    background: #fff;
}
.btn-purple {
    background: rgb(177, 127, 234);
    color: rgb(255, 255, 255) !important;
    text-transform: uppercase;
    padding: 5px 15px;
}
.btn-purple:hover {
    background: rgb(255, 255, 255);
    color: rgb(177, 127, 234) !important;
}
.btn-blue {
    background: #00d8ff;
    color: #fff !important;
    text-transform: uppercase;
    padding: 5px 25px;
}
.btn-blue:hover {
    background: #333;
}
.btn-blue-to-white:hover {
    background: #fff;
    color:#00d8ff !important;
}

.btn-black {
    background: #333;
    color: #fff !important;
    text-transform: uppercase;
    padding: 5px 25px;
}
.btn-black:hover {
    background: #00d8ff;
}

.btn-new-rounded {
    font-size: 24px;
    text-transform: initial;
    border-radius: 50px;
    background-color: white;
    color: black;
    letter-spacing: 1px;
    padding: 15px 20px;
}

.btn-new-rounded:hover {
    background-color: black;
    color: white;
}

.btn-new-rounded.secondary {
    background-color: transparent;
    border: 2px solid white;
    color: white;
}

.btn-new-rounded.secondary:hover {
    background-color: white;
    border: 2px solid white;
    color: black;
}

.blue,
.blue:hover,
.blue:a,
.blue a:hover {
    color: #009bcc !important;
}

.blue-hover,
.blue-hover:hover,
.blue-hover:hover a,
.blue-hover:hover:before {
    -webkit-transition: all 0.3s ease; 
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.blue-hover:hover,
.blue-hover:hover a,
.blue-hover:hover:before {
    color: #009bcc !important;
}

/* ===== Divers ===== */

.inside {
    padding: 40px;
}
.top100 {
    margin-top: 200px;
}
.top40 {
    margin-top: 40px;
}
body.is-responsive .top100 {
    margin-top: 0 !important;
}

/* ===== Bxslider ===== */

.bx-wrapper .bx-controls-direction a.disabled {
    display: block;
    color: #444;
    cursor: default;
}
.bx-wrapper .bx-prev {
    left: -50px !important;
}
.bx-wrapper .bx-prev:before {
    content: "\f104";
    left: -10px;
}
.bx-wrapper .bx-next {
    right: -50px !important;
}
.bx-wrapper .bx-next:before {
    content: "\f105";
    right: -10px;
}
.bx-wrapper .bx-prev,
.bx-wrapper .bx-next {
    background: none !important;
    text-indent: 0;
    color: #00d8ff;
    text-decoration: none;
}
.bx-prev:before,
.bx-next:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    font-size: 40px;
    top: -4px;
    position: relative;
}

.bx-wrapper .bx-controls-direction a {
    z-index: 10;
    text-indent: 0;
    top: 0;
    height: 100%;
    /*line-height: 140px;*/
    margin-top: 0;
    text-align: center;
    /*box-shadow: 0px 0px 40px #333, 0px 0px 10px #333;*/
    background: #333 !important;
    width: 50px;
}

/* ===== Backgrounds ===== */
.bg-white {
    background: #fff !important;
}
.bg-black {
    color: #666;
    background: #333333 !important;
}
.bg-blue {
    color: #fff;
    background: #00ccff !important;
}


#background {
    background: #009bcc;
    height: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index:-1;
    overflow: hidden;
    /*min-width: 1000px;*/
}
#background * {
    height: 100%;
    /*height: 100vh;*/
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

#background #background-bg {
    opacity: 0;
}
#background #background-bg {
    -webkit-transition: opacity 1s cubic-bezier(0.44, 0.185, 0.575, 0.86), -webkit-transform 8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -moz-transition: opacity 1s cubic-bezier(0.44, 0.185, 0.575, 0.86), -moz-transform 8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -o-transition: opacity 1s cubic-bezier(0.44, 0.185, 0.575, 0.86), -o-transform 8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    transition: opacity 1s cubic-bezier(0.44, 0.185, 0.575, 0.86), transform 8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
}
#background.animated #background-bg,
html.ltie10 #background.animated #background-bg {
    opacity: 1;
    /*
    -webkit-transform: scale(1.10);
    -moz-transform: scale(1.10);
    -o-transform: scale(1.10);
    transform: scale(1.10);
    */
}
html.touchevents #background #background-bg
/*html.touchevents #background #background-dots*/
{
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
}
#background-bg {
    /*background: url(../img/bg/bg1.jpg) no-repeat 50% 50%;*/
    background-size: cover;
    z-index: 3;
}
/*#background-dots {
    z-index: 4;
    background: url(../img/bg/dots.png) no-repeat 50% 50%;
    background: url(../img/bg/dots2.svg) repeat 50% 50%;
    background-size: 135% auto;
}
*/
html.ltie9 #background-dots {
    background-position: 50% -350px;
    /*background-size: auto;*/
}
#background-filter {
    background: rgb(0, 155, 204);
    opacity: 0.4;
    z-index: 5;
}
#background-black {
    background: #000;
    background: rgba(0,0,0,.7);
    position: fixed;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    z-index: 99;
    content: "";
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease; 
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;   
    transition: opacity 0.3s ease;
    overflow-y: scroll;
}

/* ===== Couleurs des champs erronÃ©s ===== */

input.error_field,
textarea.error_field,
select.error_field  {
    color: #E2001A;
    background-color: #fff7b7;
}
.input-container.error_field {
    color: #E2001A;
}
form .input-container {
    /* font-size: .7em; */
}
form {
    font-size: 14px;
}
form label,
label
{
    font-size: 16px;
}

/* ===== Et le reste du site :) ===== */

#global {
    overflow: hidden;
    padding-bottom: 0 !important;
}
#headtop {
    position: relative;
    z-index: 2;
}
#container {
    position: relative;
    z-index: 1;
}
#header-container {
    height: 100%;
    /*background: #00D8FF;*/
    top: 0;
    bottom: 0;
    left: 0;
    position: fixed;
    z-index: 1000;
    width: 0;
}
html.menu-expanded body.is-responsive #header-container {
    overflow-y: scroll;
    width: 100%;
}
#header {
    min-height: 100%;
    height: 100%;
    top: 0;
    left: 0;
    width: 130px;
    text-align: center;
    text-transform: uppercase;
    text-align: center;
    z-index: 100;
    position: relative;
    /*overflow: scroll;*/
    

    box-shadow: 10px 0 25px rgba(0,0,0,.15);

    -webkit-transition: all 0.3s ease; 
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;

}
#header,
#header &gt; .table {
    color: #fff;
    background: #00d8ff;
}
#header &gt; .table {
    position: relative;
}

html.menu-expanded #header {
    width: 250px;

    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
html.no-csstransforms3d.menu-expanded #header {
    display: block;
}
html.menu-expanded #background-black {
    /*opacity: .7;*/
    visibility: visible;
    opacity: 1;
    overflow-y: hidden;
}
#talk-to-an-expert {
    position: fixed;
    right: 50px;
    top: 50px;
    z-index: 999999;
}
#header #group-languages {
    position: relative;
}
#header #group-languages #other-languages {
    display: none;
}
html.csstransitions #header #group-languages #other-languages {
    display: none; /*greg*/
}
#header #group-languages #other-languages {
    /*position: absolute;
    left: 100%;
    top: 0px;
    z-index: 4;*/
    width: 100%;
    background: #68e8ff;
    

    -webkit-transform: translate3d(-100%,0,0);
    -moz-transform: translate3d(-100%,0,0);
    -o-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);

    -webkit-transition: all 0.3s ease; 
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#header #group-languages.selected #other-languages {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
html.no-csstransitions #header #group-languages.selected #other-languages {
    display: block;
}

#header #group-languages #other-languages a {
    width: 70px;
    color: #084358;
    text-align: center;
}
#header a {
    color: #fff;
    font-weight: 400;
}
#header #top-nav {
    /*
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    */
}
#header #top-nav #current-language {
    position: relative;
    z-index: 5;
}
#header #top-nav #current-language a {
    display: block;
    padding: 10px 0;
    background: #68e8ff;
}
#header #top-nav a {
    display: block;
    padding: 10px 0;
}

#header #main-nav {
    flex: 1;
    display: flex;
    align-items: center;
    margin: 20px 0px;
    position: relative;
}

/*#header #main-nav,*/
#header #main-nav .menu .sub-menu{
    margin-top: 20px;
    width: 100%;
}
#header #main-nav .menu,
#header #main-nav .menu .sub-menu-container {
    width: 100%;
}
#header #main-nav a:hover {
    text-decoration: none;
}
html.no-touchevents #header #main-nav a:hover {
    color: #00ccff;
    text-decoration: none;
}
#header #main-nav .menu &gt; li.current-menu-item &gt; a,
#header #main-nav .menu &gt; li.current-menu-ancestor &gt; a,
#header #main-nav .menu &gt; li.current-menu-parent &gt; a,
#header #main-nav .menu &gt; li.selected &gt; a {
    background: #084358;
    color: #00ccff !important;
    text-decoration: none;
}
#header #main-nav .menu &gt; li.selected &gt; a,
html.no-touchevents #header #main-nav .menu &gt; li &gt; a:hover {
    background: #084358;
    color: #fff;
}

#header #main-nav .menu .sub-menu-container-overflow {
    overflow: hidden;
    position: absolute;
    left: 100%;
    top: 0;
    height: 100%;
    max-width: 0px;
    opacity: 0;

    -webkit-transition: max-width 0.3s ease, opacity 0.3s ease; 
    -moz-transition: max-width 0.3s ease, opacity 0.3s ease;
    -o-transition: max-width 0.3s ease, opacity 0.3s ease;
    transition: max-width 0.3s ease, opacity 0.3s ease;
}
#header #main-nav .menu .selected .sub-menu-container-overflow {
    max-width: 400px;
    opacity: 1;
}
#header #main-nav .menu .sub-menu-container {
    background: #fff;
    height: 100%;
    /*visibility: hidden;*/
    text-align: left;


    -webkit-transform: translate3d(-80%,0,0);
    -moz-transform: translate3d(-80%,0,0);
    -o-transform: translate3d(-80%,0,0);
    transform: translate3d(-80%,0,0);

    -webkit-transition: all 0.3s ease; 
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#header #main-nav .menu li.selected .sub-menu-container {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    /*visibility: visible;*/

    -webkit-transition: all 0.3s ease; 
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#header #main-nav .menu .sub-menu {

}
/*#header #main-nav .menu .sub-menu:before {
    background: red;
    position: absolute;
    top: 0;
    left: 0;
    width: 1000px;
    height: 500px;
    content: "";
}*/
#header #main-nav .menu .sub-menu a {
    color: #084358;
    font-weight: 400;
    padding: 15px 25px 15px 20px;
    width: 240px;
}
html.no-touchevents #header #main-nav .menu .sub-menu a:hover {
    color: #00d8ff;
}
#header #main-nav .menu .sub-menu a:before {
    color: #00ccff;
    content: "\f105";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 25px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 20px;
    margin-top: -2px;

    opacity: 0;

    transition: all .1s ease-out;

    -webkit-transform: translate3d(-10px,0,0);
    -moz-transform: translate3d(-10px,0,0);
    -o-transform: translate3d(-10px,0,0);
    transform: translate3d(-10px,0,0);
}
html.no-touchevents #header #main-nav .menu .sub-menu a:hover:before {
    opacity: 1;

    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
#header .logo {
    /*margin-top: 40px;*/
    /*opacity: 0;*/

    /*-webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8);*/

    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.cell.middle {
    /*padding-top: 100px;*/
}

#header .anniversary {
    max-width: 130px;
    text-align: center;
    margin: 5px auto 0;
}

@media screen and (max-height: 850px) {
    html:not(.menu-expanded) #header .anniversary {
        /*display: none;*/
    }
}

@media screen and (max-width: 1024px), screen and (max-height: 650px) {
    
    #header .anniversary {
        margin-bottom: 20px;
    }

    .cell.middle {
        padding-top: 0px;
    }    
}

html.ltie10 #header .logo {
    max-width: 80%;
    margin: 0 auto;
}
html.menu-expanded #header .logo {
    /*opacity: 1;*/

    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);

    -webkit-transition: all .3s ease .3s;
    -moz-transition: all .3s ease .3s;
    -o-transition: all .3s ease .3s;
    transition: all .3s ease .3s;
}
#header .logo img {
    width: 160px;
    margin:  0 auto;
    /*max-width: none;*/
}
.logo-topbar {
    position: absolute;
    top: -2px;
    max-width: 87px;
    right: 13px;

    -webkit-transition: opacity .3s ease .3s;
    -moz-transition: opacity .3s ease .3s;
    -o-transition: opacity .3s ease .3s;
    transition: opacity .3s ease .3s;
}
.logo-topbar img {
    -khtml-user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

#header nav a {
    display: block;
    padding: 10px 0;
}
#header #social-nav {
    /*position: absolute;
    bottom: 20px;
    left: 0;
    
    width: 100%;
    */
    padding-bottom: 20px;
}

#main {
    margin-left: 130px;
    overflow: hidden;
}
#main &gt; section {
    background: #fff;
}
#main &gt; section#head {
    background: none;
}
#main #head {
    color: #fff;
    overflow: hidden;
    position: relative;
    z-index: 9;
}
#main #head .inside {
    padding: 50px;
}

.news h1 {
    font-weight: 300;
    font-size: 40px;
}
#last-news {
    /*position: absolute; greg
    bottom: 0px;*/
    width: 100%;
}

#last-news .news h1 {
    color: #fff;
}  
#last-news .news h2 {
    margin: 15px 0 10px !important;
    font-size: 30px;
    font-weight: 300;
    color: #fff;
} 
#last-news .news time {
    font-size: 24px;
    /*font-weight: 700;*/
}
#last-news .news .content {
    font-size: 18px;
    font-weight: 400;
    text-align: justify;
    padding: 10px 0px;
    border-top: 1px #e6e6e4 solid;
    /*border-bottom: 1px #e6e6e4 solid;*/
    margin-top: 10px;
}
#last-news .news .content h2 {
    text-align: left;
}
#last-news .news .content p {
    margin: 0;
}



#find-our-products {
    color: #fff;
    text-align: center;
    line-height: normal;
    position: relative;
    overflow: hidden;
    /*height: 1em;*/
}
#find-our-products, #selected-product {
    min-height: 300px;
}
#find-our-products .inside {
    position: relative;
    height: 100%;
    z-index: 2;
}
#find-our-products &gt; .image-link {

    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 3;
}
/*#find-our-products .image-abs {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url(../img/find-our-products/find-our-products.jpg) no-repeat scroll 50% 50%;
    background-size: cover;
    z-index: 0;

    -webkit-transition: transform 0.8s ease; 
    -moz-transition: transform 0.8s ease;
    -o-transition: transform 0.8s ease;
    transition: transform 0.8s ease;
}*/
#find-our-products .image-abs {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url(../img/find-our-products/find-our-products.jpg) no-repeat scroll 50% 50%;
    background-size: cover;
    z-index: 1;

    transform: scale(1.02);
    transition: transform 0.5s ease;
}
body.is-responsive #find-our-products .image-abs,
#find-our-products:hover .image-abs {
    opacity: 1;
    transform: scale(1.1);
}
#find-our-products .title {
    font-size: 40px;
    opacity: 0;
    margin-bottom: 70px;

    -webkit-transform: translate3d(0,-150px,0);
    -moz-transform: translate3d(0,-150px,0);
    -o-transform: translate3d(0,-150px,0);
    transform: translate3d(0,-150px,0);

    -webkit-transition: all 0.3s ease; 
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
body.is-responsive #find-our-products .title,
#find-our-products:hover .title,
html.no-csstransitions #find-our-products .title,
html.touchevents #find-our-products .title {
    opacity: 1;

    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
#find-our-products .link {
    opacity: 0;

    -webkit-transform: translate3d(0,150px,0);
    -moz-transform: translate3d(0,150px,0);
    -o-transform: translate3d(0,150px,0);
    transform: translate3d(0,150px,0);

    -webkit-transition: all 0.3s ease; 
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
body.is-responsive #find-our-products .link,
#find-our-products:hover .link,
html.no-csstransitions #find-our-products .link,
html.touchevents #find-our-products .link {
    opacity: 1;

    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
#find-our-products .title .big {
    font-size: 98px;
}
#selected-product {

}
#selected-product header {
    background: #00d8ff;
    padding: 30px;
}
#selected-product header * {
    margin: 0;
    color: #fff;
}
#selected-product .figure {
    position: relative;
}
#selected-product figure  {
    text-align: center;
    padding-top: 70px;
}
#selected-product figure img {
    max-height: 450px;
    width: auto;
}
#selected-product .readmore {
    position: absolute;
    top: 50px;
    right: 50px;
}

#healt-security-environment {
    background: #333 !important;
    color: #fff;
    font-size: 18px;
}
#healt-security-environment .inside {
    padding: 50px;
}

#healt-security-environment h1 {
    background: #333;
    color: #fff;
    line-height: normal;
}
#healt-security-environment .content {
    line-height: 2.2em;
}
#healt-security-environment .readmore {
    position: absolute;
    top: 50px;
    right: 50px;
}

#worldwide-presence  {
    position: relative;
}


#worldwide-presence .inside {
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    padding:  50px 100px 50px 50px;
    z-index: 50;
}
#worldwide-presence .inside h1 {
    font-size: 40px;
    color: #00d8ff;
    margin: 0;
}

#reach-us {
    color: #666666;
}
#reach-us a,
#multi-forms a {
    color: #fff;
    text-decoration: none !important;
}
#multi-forms h1 {
    font-size:45px;
}
#reach-us a.selected,
#reach-us a:hover,
#multi-forms a.selected,
#multi-forms a:hover {
    color: #00ccff;
}
#reach-us {
    font-size: 22px;
}
#reach-us ul,
#multi-forms ul,
#list-forms {
    line-height: 1.3em;
    margin-left: 28px;
}
#list-forms {
    margin: 0;
}
#addresses {
    font-size: 18px;
    background: #00ccff;
}
#addresses h1 {
    font-size: 24px;
}
#addresses a  {
    color: #fff;
}
#addresses a:hover {
    text-decoration: underline;
}
#addresses article{
    display: none;
}
#addresses article.selected{
    display: block;
}


#footer {
    color: #fff;
    background: #282828;
    font-size: 13px; 
    padding-bottom: 30px !important;
}
#footer #footer-top ul {
    margin: 20px 0;
}
#footer #footer-top {
    background: url(../img/footer/footer-top.png);
}
#footer #footer-top .inside {
    padding: 50px;
}
#footer #footer-bottom {
    background: #19191a url(../img/footer/footer-bottom.png);
}
#footer #footer-bottom .inside {
    padding: 20px 50px;
}
#footer a {
    color: #fff;
}
#footer .fa {
    font-size: 18px;
}
#footer .address li {
    position: relative;
    margin-left: 35px;
}
#footer .address li:before {
    position: absolute;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    position: absolute;
    width: 35px;
    left: -35px;
    top: 3px;
    text-align: center;
}
#footer .fa {
    width: 30px;
    text-align: center;
}
#footer .address li.fa-home-bf:before {
    content: "\f015";
    font-size: 18px;
}
#footer .address li.fa-mobile-phone-bf:before {
    content: "\f10b";
    font-size: 23px;
}
#footer .address li.fa-print-bf:before {
    content: "\f02f";
    font-size: 17px;
}
#footer .address li.fa-envelope-bf:before {
    content: "\f0e0";
    font-size: 16px;
}
#footer .title {
    color: #fff;
    font-size: 15px;
}


#multi-forms {
    color: #FFFFFF; /*#666666;*/
    font-size: 22px;
}
#multi-forms h1 {
    margin-bottom: 60px;
}
#multi-forms &gt; .inside {
    padding: 50px;
}
#multi-forms input,
#multi-forms textarea,
#multi-forms select,
#multi-forms button {
    font-size: 14px;
    text-align: center;
}
#multi-forms #message {
    text-align: left;
}
#multi-forms .input-container.last {
    margin-bottom: 0;
}
#multi-forms .submit-container .inside {
    padding: 20px;
}

.apk-contact-tap-content form input[name="website"] {
    display: none;
}



#news-years,
#search-tabs {
    font-size: 25px;
}
#news-years a,
#search-tabs a {
    color: #666666;
    text-decoration: none;
}
#search-tabs a {
    padding-right: 40px;
    display: block;
    padding-bottom: 20px;
}
html.no-touchevents #news-years a:hover,
#news-years a.selected,
html.no-touchevents #search-tabs a:hover,
#search-tabs a.selected {
    color: #00d8ff;
    text-decoration: none;
}
#news-years {
    margin: 0 50px;
}
#news-months  {
    margin: 25px 50px 0;
}
.news-months-names {
    font-size: 18px;
    list-style: none;
    margin: 0;
}
.news-months-names &gt; li {
    width: 8.333333333%;
    float: left;
}
ul.lines-blue &gt; li &gt; a,
ul.lines-blue &gt; li &gt; span {
    display: block;
    padding: 5px 0 10px;
    position: relative;
    color: #fff;
    text-decoration: none !important;
}
ul.lines-blue &gt; li &gt; a.disabled,
ul.lines-blue &gt; li &gt; span.disabled {
    color: #555;
    cursor: default;
}
ul.lines-blue &gt; li &gt; a.selected,
ul.lines-blue &gt; li.current_page_item &gt; a {
    color: #00d8ff !important;
}
ul.lines-blue &gt; li &gt; a:after {
    content: "";
    border-bottom: 7px #00d8ff solid;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    opacity: 0;

    -webkit-transition: all 0.3s ease; 
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
ul.lines-blue &gt; li &gt; a:not(.disabled):hover:after,
ul.lines-blue &gt; li &gt; a.selected:after,
ul.lines-blue &gt; li.current_page_item &gt; a:after {
    opacity: 1;
    width: 80%;
}
ul#search-tabs.lines-blue &gt; li &gt; a:not(.disabled):hover:after,
ul#search-tabs.lines-blue &gt; li &gt; a.selected:after,
ul#search-tabs.lines-blue &gt; li.current_page_item &gt; a:after {
    width: 90%;
}
ul.lines-blue {
    border-bottom: 1px #00d8ff solid;
}

#list-news .news  {
    margin-bottom: 40px;
}
#list-news .news time {
    font-size: 24px;
    color: #666;
    border-bottom: 1px #00d8ff solid;
    display: block;
    padding-bottom: 25px;
}
#list-news .news h1,
#list-news .news h1 a {
    color: #00D8FF;
}
#list-news .news h1 a:hover {
    color: #00D8FF;
}
#list-news .news .thumbnail {
    float:left;
    margin-right: 25px;
    margin-bottom: 15px;
}

#search-filters {
    margin-top: 25px;
}
#search-filters &gt; div {
    display:none;
}
#search-filters &gt; div:first-child {
    display:block;
}
#search-filters .check-the-checkbox input[type=checkbox] {
    display: none;
}
#search-filters label.selected {
    background: #00D8FF;
    color: #fff;
    position: relative;
}
#search-filters .bx-wrapper .bx-controls-direction a {    
    line-height: 87px;
}

#search-sectors,
#search-materials {
    margin: 0 40px;
}
#search-sectors label.check-the-checkbox.selected,
#search-materials label.check-the-checkbox.selected {
    background: none;
}
#search-sectors .bxslider,
#search-materials .bxslider {
    position: relative;
    display: block;
}
/*#search-sectors .bxslider.show {
    opacity: 1;
}*/
#search-sectors .bxslider label,
#search-materials .bxslider label,
#search-properties label {
    display: block;
    text-align: center;
    color: #fff;
    text-decoration: none !important;
}
#search-properties label {
    display: block !important;
    padding: 10px;
    font-size: .9em;
}
#search-sectors .bxslider label:hover,
#search-properties label:hover {
    color: #fff;
}
#search-sectors .bxslider label.selected,
#search-materials .bxslider label.selected
#search-properties label.selected {
    color: #00D8FF;
}
#search-sectors .bxslider label img,
#search-materials .bxslider label img {
    position: relative;
    z-index: 2;
}
#search-sectors .bxslider label .sector-icon,
#search-materials .bxslider label .material-icon {
    position: relative;
}
#search-sectors .bxslider label .sector-icon:before,
#search-materials .bxslider label .material-icon:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/search/hexagone-blue.png) 50% 50% no-repeat;
    background-size: 76px 66px;
    opacity:0;
    z-index: 1;

    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -o-transform: scale(.9);
    transform: scale(.9);

    -webkit-transition: all 0.3s ease; 
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#search-sectors .bxslider label.selected .sector-icon:before,
#search-materials .bxslider label.selected .material-icon:before {
    opacity:1;

    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
#search-sectors .bxslider label .sector-name,
#search-materials .bxslider label .material-name {
    margin-top: 10px;
    font-size: .9em;
}
#search-materials .bx-wrapper {
    margin: 0 !important;
}

#search-engine-form label{
    display:table-cell;
    cursor: pointer;
}
#search-engine .product {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    margin-right: 2%;
}
#search-engine .product:nth-child(2n) {
    margin-right: 0%;
}
#search-engine .product &gt; .cf {
    margin-bottom: 40px;
}
#search-engine .product header .inside {
    background: #333333;
    color: #fff;
    padding: 10px;
}
#search-engine .product header h1 a {
    font-size: 30px;
    color: #333;
    display: block;
    margin-top: 10px;
}
#search-engine .product header figure {
    text-align: center;
}
#search-engine .product header .product-icons li &gt; div {
    background: url(../img/products/pentagone-border.svg) no-repeat 50% 50%;
    width: 55px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 13px;
    display: inline-block;
    margin: 10px;

    -webkit-transition: transform 0.3s ease; 
    -moz-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
}
#search-engine .product header .product-icons li &gt; div img {
    max-width: 57%;
    vertical-align: middle;
    max-height: 57%;
    width: auto;
}
#search-engine .product header .product-icons li {
    text-align: right;
    width: 50%;
    float: left;
}
#search-engine .product .content p{
    height: 60px;
}

#search-family  {
    border-top: 1px #454545 solid;
    border-left: 1px #454545 solid;
}
#search-family li {
    display: inline-block;
    vertical-align: top;
    width: 33.333333%;
    border-right: 1px #454545 solid;
    border-bottom: 1px #454545 solid;
    text-align: center;
}
#search-family li .table {
}
#search-family li label {
    padding: 25px;
    height: 130px;
    color: #fff !important;
}
/*#search-family li .table,
#search-family li a {
    height: 200px;
}*/
html.no-touchevents #search-family li label:hover {
    color: #fff !important;
    text-decoration: none;
    background: #00D8FF !important;
}
#search-family li label .family-name {
    font-size: 25px;
    margin-bottom: 5px;
    line-height: normal;
}
#search-family li label .family-desc {
    font-size: 14px;
}


#search-properties li {
    width: 33.33333%;
    display: inline-block !important;
    vertical-align: middle;
}













#hamburger {
    padding: 10px;
    position: fixed;
    top: 0;
    left: 0;
    background: #00D8FF;
    /*background: rgba(0, 216, 255, 0.95);*/
    z-index: 9999999;
    width: 100%;
    overflow: hidden;

    transition: all 0.3s ease;
}
html.menu-expanded #hamburger {

    background: #fff;
}
html.menu-expanded #hamburger .logo-topbar {
    opacity: 0;
}


/*#hamburger,
#hamburger * {
    -webkit-transform: translateZ(0);
    -webkit-overflow-scrolling: touch;
}*/

#hamburger-menu {
    width: 30px;
    height: 25px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);

    cursor: pointer;
    visibility: hidden;
    /*background: #00D8FF;*/
}
html.csstransforms3d #hamburger-menu,
html.no-csstransforms3d #hamburger-menu {
    visibility: visible;
}
html.no-csstransforms3d #hamburger-menu {
    background: url(../img/ie/menu-closed.png) no-repeat 50% 50% !important;
}
html.no-csstransforms3d.menu-expanded #hamburger-menu {
    background: url(../img/ie/menu-opened.png) no-repeat 50% 50% !important;
}
#hamburger-menu span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    ;
    transition: transform .25s ease-in-out, top .25s ease-in-out, width .25s ease-in-out, left .25s ease-in-out, opacity .25s ease-in-out;
}
html.no-csstransitions #hamburger-menu span {
    display: none;
}
html.menu-expanded #hamburger-menu span{
    background: #00D8FF;
}

#hamburger-menu span:nth-child(1) {
    top: 0px;
}

#hamburger-menu span:nth-child(2),
#hamburger-menu span:nth-child(3) {
    top: 10px;
}

#hamburger-menu span:nth-child(4) {
    top: 20px;
}

html.menu-expanded #hamburger-menu span:nth-child(1) {
    top: 18px;
    width: 0%;
    opacity: 0;
    left: 50%;
}

html.menu-expanded #hamburger-menu span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

html.menu-expanded #hamburger-menu span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

html.menu-expanded #hamburger-menu span:nth-child(4) {
    top: 18px;
    width: 0%;
    opacity: 0;
    left: 50%;
}

.hide-on-responsive {
    display: block;
}
.show-on-responsive {
    display: none;
}

#hse section a {
}
#hse section a:hover,
#hse-sub section a:hover {
    color: #03d2f1;
    text-decoration: none;
}

#main {
    max-width: 1200px
}
body.page-template-accueil  #main {
    max-width: 100%;
}

#hse-nav &gt; ul a {
    color: #fff;
    display: inline-block;
    padding: 15px 0;
    border-bottom: 1px dashed #fff;
}
#hse-nav &gt; ul &gt; li {
    margin: 20px 0px !important;
}
/*#hse-nav &gt; ul &gt; li:first-child {
    margin-top: 20px !important;
}*/
#hse-nav &gt; ul &gt; li &gt; a {
    color: #03D2F1 !important;
    font-weight: 300;
    font-size: 30px;
    padding: 0;
    border: 0;
    text-decoration: none !important;
    line-height: normal;
}
#hse-nav &gt; ul &gt; li &gt; a:hover {
    color: #fff !important;
    text-indent: 10px;
    text-decoration: none !important;
}
#hse-content .inside .inside {
    padding: 20px;
}
#hse-sub #hse-content &gt; .inside {
    padding-top: 0 !important;
}
#head.full-height {
    height: 100%;
    height: 100vh;
}
html.ltie9 #head.full-height {
    height: 100%;
}


#hse-sub #hse-sections-content {
    text-align: justify;
}
#hse #hse-sections-content section,
#hse-sub #hse-sections-content section,
body.page-template-tpl-titre-resume-contenu .tpl-content section  {
    margin: 30px 0;
}

#hse #hse-sections-content section h1,
#hse-sub #hse-sections-content section h1,
body.page-template-tpl-titre-resume-contenu .tpl-content h1 {
    color: #03D2F1 !important;
    font-weight: 300;
    font-size: 35px;
}
#hse .bg-white ul.lines-blue a,
#hse-sub .bg-white ul.lines-blue a {
    color: #333;
}
#ajax {
    position: relative;
    overflow: hidden;
}

#hse,
#hse-sub {
    -webkit-transition: transform 0.3s ease-out, opacity 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out, opacity 0.3s ease-out;
    -o-transition: transform 0.3s ease-out, opacity 0.3s ease-out;
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}
.new-hse {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.new-hse-hide-right {
    opacity: 0;

    -webkit-transform: translate3d(100%,0,0);
    -moz-transform: translate3d(100%,0,0);
    -o-transform: translate3d(100%,0,0);
    transform:  translate3d(100%, 0px, 0px) ;
}
.new-hse-show {
    opacity: 1;

    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform:  translate3d(0,0,0);
}

.content-before {
    border-bottom: 1px dashed #333;
    font-size: 1.1em;
}
.content-after {
    border-bottom: 2px #00D8FF solid;
    padding-bottom: 20px;
}
.content-after,
.hide-extended-content{
    display: none;
}
.content-action img {
    margin-bottom: 15px;
}
.backto {
    margin: 0 0 40px;
}

.faq-theme {
    margin: 40px 0 20px 0;
}
/*.faq-question &gt; h1{
    margin-bottom: 30px;
}*/
.faq-answer {
    margin-left: 20px;
    margin-bottom:30px;
    padding-left: 30px;
    border-left: 3px solid #00D8FF;
    display: none;
}
.is-sticky #main-title-inside{
    background: #009BCB;
    color: #fff;
    /*padding: 10px 40px;*/

}
.is-sticky #main-title a {
    color: #fff;
    font-size: .8em;
}

#breadcrumbs {
    padding: 10px 0;
    z-index: 50;
    opacity: 0;

    -webkit-transition: box-shadow 0.3s ease; 
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
}

.is-sticky #breadcrumbs {
    left: 0;
    opacity: 1;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.35);
    background: #fff;
    text-indent: 170px;
    color: #555;

}

#breadcrumbs-container {
    /*position: absolute;*/
}
#breadcrumbs-sticky-wrapper {

    visibility: hidden;
    position: absolute;
    left: -99999999px;
}
#breadcrumbs-sticky-wrapper.is-sticky {
    visibility: visible;
    background: #fff;
}


body span.wpcf7-not-valid-tip {
    color: #B17FEA;
    font-size: 16px;
}
body div.wpcf7-mail-sent-ok {
    color: #B17FEA;
    margin: 0;
}

#list-forms &gt; div {
    display:none;
}
#list-forms &gt; div:first-child {
    display:block;
}

#HSE_Diversity_of_stuctures li {
    margin: 20px 0 !important;
}
.link-bottom {
    border-top: 1px solid rgb(238, 238, 238);
    margin-top: 40px;
    padding-top: 30px;
}
body.search #main article {
    border-bottom: 1px solid #00D8FF;
    margin: 20px 0 20px;
    /*padding-bottom: 25px;*/
}

/* Search form */

.global-search {
    float: right;
    margin: 5px;
}
.global-search form {
    display: inline-block;
    position: relative;
}
/*.global-search form:before {
    position: absolute;
    background: #fff;
    content:"";
    width: 100%;
    height: 100%;
    opacity:0;

    transform: translate3d(-20px,0,0) scale(.1);

    transition: all .3s ease 0s;
}*/
/*.global-search form.focus:before {*/
/*    opacity:1;

    transform:  translate3d(0,0,0) scale(1);*/
/*}*/
.global-search form label {  
    display: inline-block !important;
    padding: 5px 10px;
    margin: 0;
    color: #fff;
    background: #333;
    position: relative;
    z-index: 6;

    transition: all .3s ease 0s;
}
.global-search form.focus label { 
    color: #333;
    background: #fff;
}
.global-search form input[type='text'] {  
    display: inline-block;
    width: auto;
    padding: 10px;
    width: 0;
    opacity: 0;
    background: none;
    width: 200px;
    position: relative;
    z-index: 5;
    visibility: hidden;

    background: rgb(51, 51, 51);
    color: rgb(255, 255, 255);
    padding: 5px 7px;

    transform: translate3d(10px,0,0) scale(.95);

    transition: all .3s ease 0s;
}
.global-search form.focus input[type='text'] {  
    opacity: 1;
    visibility: visible;

    transform:  translate3d(0,0,0) scale(1);
}
.global-search form input[type='submit'] {    
    display: none;
}
#nresults{
    line-height: 40px;
    font-size: 25px;
    margin-top: 10px;
    display: inline-block;
}


#product-identity header figure {
    text-align: center;
}
#product-identity header .product-icons{
    display: inline-block;
}
#product-identity header .product-icons li{
    color:#fff;
    font-size: 19px;
    font-weight: 300;
    text-transform: uppercase;
}
#product-identity header .product-icons li &gt; div {
    background: url(../img/products/pentagone-border.svg) no-repeat 50% 50%;
    width: 70px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 19px;
    display: inline-block;
    margin: 10px;
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
}
#product-identity header .product-icons li &gt; div img {
    max-width: 57%;
    vertical-align: middle;
    max-height: 57%;
    width: auto;
}
#product-identity header .product-icons li {
    text-align: left;
    width: 100%;
    float: left;
}
#product-identity table a{
    color:#00D8FF;
}

#background-dots-container:before {
    content: "";
    background: rgb(0, 155, 204);
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 5;
}

img[src*=".svg"] {
    width: 100%; 
}
#reloadresults{
    float: right;
}
#reloadresults a{
    padding-right: 0;

    -webkit-transition: all 0.3s ease; 
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.1s ease;
}
#reloadresults a:active {
    color: #fff !important;
}
ul.lines-blue &gt; li#reloadresults &gt; a:after {
    display: none;
}
#description {
    font-weight: 400;
    text-align: justify;
}
#description h2 {
    font-weight: 400;
    color: rgb(255, 255, 255);
    margin-top: 83px ! important;
    font-size:1.4em;
}
#description h3 {
    font-weight: 400;
    color: rgb(255, 255, 255);
    font-size:1.4em;
    margin-top: 20px;
}


#carbon-fillers-properties {
    margin: 50px auto;
    color: #fff;
    font-size: .9em;
    text-align: center;
    /*width: 710px;*/
}
#carbon-fillers-properties p,
#carbon-fillers-properties img {
    margin: 0;
}
#carbon-fillers-properties img {
    margin: 0 auto;
    display: block;
}
#carbon-fillers-properties .bg-blue {
    width: 65%;
    margin: 0 auto;
    padding: 10px;
    text-transform: uppercase;
    font-size: 1.1em;
    max-width: 250px;
}
#carbon-fillers-properties .col {
    margin: 15px 0;
    float: none;
    display: inline-block;
    text-align: center;
    width: 32%;
}
#carbon-fillers-properties .col &gt; div:first-child {
    margin-bottom: 10px;
}

/*
html.touchevents #carbon-fillers-properties,
html.no-csstransitions #carbon-fillers-properties {
    margin: 200px auto 0;
}
#carbon-fillers-properties .cf {
    margin: 30px auto;
    position: relative;
    left: 24%;
}
html.touchevents #carbon-fillers-properties .cf,
html.no-csstransitions #carbon-fillers-properties .cf {
    left: auto;
}
#carbon-fillers-properties p {
    margin: 0;
}
#carbon-fillers-properties img {
    margin: 0;
    display: block;
    margin: 0 auto;
}
#carbon-fillers-properties .col:first-child {
    position: relative;
    z-index: 5;
    cursor: pointer;
}
#carbon-fillers-properties .col:first-child .table {
    position: relative;
    z-index: 5;
}
#carbon-fillers-properties .col:first-child .table .bg-blue {
    display: inline-block;
    background: #00d8ff;
    color: #fff !important;
    text-transform: uppercase;
    padding: 7px 25px;
    width: 75%;
    margin: 0 auto;
}
#carbon-fillers-properties .col:first-child .table .bg-blue .bigger-title {
    font-size: 1.3em;
}
#carbon-fillers-properties .col.relative {
    top: -165px;
    left: -64px;
    color: #FFF;


    visibility: hidden;
    opacity: 0;
    transform: translate3d(-6%, 4%, 0);

    transition: visibility .6s ease-out, opacity .3s ease-out, transform .3s ease-out;
}
#carbon-fillers-properties .cf:nth-child(even) .col.relative {
    left: -600px;
}
html.touchevents #carbon-fillers-properties .cf:nth-child(even) .col.relative {
    left: -64px;
}
#carbon-fillers-properties .col:first-child:hover + .col.relative {

    visibility: visible;
    opacity: 1;
    transform: translate3d(0, 1%, 0);
}
#carbon-fillers-properties .cf:nth-child(even) .col:first-child:hover + .col.relative {

    transform: translate3d(-12%, 1%, 0px);
}
html.touchevents #carbon-fillers-properties .col.relative,
html.no-csstransitions #carbon-fillers-properties .col.relative {
    visibility: visible;
    opacity: 1;
    transform: none;
}*/

/*#carbon-fillers-properties  { pointer-events: none; }*/
#carbon-fillers-properties  a { text-decoration:none; color:inherit; }

#page-404 {
    margin-bottom: 0;
}
#page-404 * {
    text-align: center;
}

#scrolldown {
    cursor: pointer;
    position: absolute;
    bottom: 10px;
    width: 100px;
    left: 50%;
    padding: 20px;
    text-align: center;
    margin-left: -50px;
}

table.board-of-directors h3 {
    margin-top: 20px !important;
}

#cn-accept-cookie, #cn-more-info {
    border: 0;
    border-radius: 2px;
    background: #009BCC;
    text-shadow: none;
    color: #fff;
    font-size: 1em;
    padding: 5px 10px;
}

.submit-container input[type='submit'] {
    width: 100%;
}

.input-container.condition_vie_privee {
    padding-bottom: 40px;
}
.position-relative {
    position: relative;
}
.wpcf7-form-control-wrap.condition_vie_privee {
    position: static;
}
.wpcf7-form-control-wrap.condition_vie_privee .wpcf7-not-valid-tip {
    position: absolute;
    top: 100%;
    left: 40px;
}
.wpcf7-form-control-wrap.condition_vie_privee label {
    display: inline-block;
}

div.wpcf7 .ajax-loader {
    display: none !important;
}

form.sent #directdownload{
	display: none;
}

form.sent #requestdownload{
	display: none;
}

.home-anniversary {
    margin-left: -25px;
}

.apk-flex-column {
    height: 100%;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.apk-flex-column .expand {
    flex: 1;
    width: 100%;
}

.apk-flex-column .shrink {
    flex: 0;
    width: 100%;
}

/* Section video */

.video-section-text {
    display: flex;
    flex-direction: column;
}

.video-section-title {
    background-color: #E9EAE2;
    color: #173549;
    padding: 25px 20px;
}

.video-section-title h2 {
    margin-bottom: 0px;
    font-weight: 500;
    color: #173549;
    letter-spacing: 1px;
    font-size: 35px;

}

.video-section-content {
    background-color: #173549;
    padding: 25px 20px;
    color: white;
    letter-spacing: 1px;
}

.video-section-content .btn {
    margin-top: 20px;
}

.video-section-video {
    position: relative;
    overflow: hidden;
}

.video-section-video video,
.video-section-video embed {
    width: 100%;
    height: auto;
}

.video-section-video .videoButtonAction {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    font-size: 100px;
    color: black;
}

.video-section-video .videoButtonAction:hover {
    color: rgba(black, 80%);
    cursor: pointer;
}

.video-section-video .fa-pause {
    display: none;
}

.video-section-video:hover .fa-pause {
    display: block;
}


/* Section slideshow */

.slideshow-section-text {
    display: flex;
    flex-direction: column;
}

.slideshow-section-title {
    background-color: #E9EAE2;
    color: #173549;
    padding: 25px 20px;
}

.slideshow-section-title h2 {
    margin-bottom: 0px;
    font-weight: 500;
    color: #173549;
    letter-spacing: 1px;
    font-size: 35px;

}

.slideshow-section-content {
    background-color: #173549;
    padding: 25px 20px;
    color: white;
    letter-spacing: 1px;
}

.slideshow-section-content .btn {
    margin-top: 20px;
}

.slideshow-section-medias {
    position: relative;
    overflow: hidden;
}

.slideshow-section-medias .slideshow {
    max-width: 100%;
    min-height: 400px;
    max-height: 600px;
    margin: 0;
    box-shadow: inherit;
    border-radius: inherit;
}

.slideshow-section-medias .slideshow .slide img {
    object-fit: cover;
    width: inherit;
    height: inherit;
}

.slides-box {
    min-height: 100%;
}

/* OWL CAROUSSEL */
.owl-carousel {
    height: 100%;
    /*max-height: 600px;*/
}

.owl-carousel .owl-stage, .owl-carousel .owl-stage-outer {
    height: 100%;
  }

 .owl-carousel .owl-item {
    height: 100%;
  }

  .owl-carousel .owl-item .item {
    height: 100%;
  }

  .owl-carousel .owl-item .item img {
    object-fit: cover;
    width: inherit;
    height: inherit;
    min-width: 100%;
    min-height: 100%;
  }

  .owl-prev,
  .owl-next {
    position: absolute;
    top: 50%;
    left: 15px;
    width: 40px;
    height: 40px;
    background: #173549 !important;
    border-radius: 20px;
  }

  .owl-prev span,
  .owl-next span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -57%);
    color: white;
    font-size: 40px;
  }

  .owl-next:hover,
  .owl-prev:hover {
    background: white !important;
  }

  .owl-next:hover span,
  .owl-prev:hover span {
    color: #173549;
  }

  .owl-next {
    left: inherit;
    right: 15px;
  }


/* ---------------------------------------- */
/* APIK New Contact Page (width SalesForce) */
/* ---------------------------------------- */

.apk-contact-tap {
    overflow: hidden;
}

.apk-contact-tap-content {
    display: none;
    /* padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;*/
}

#multi-forms select {
    border-color: white !important;
    height: 51px;
    font-size: 14px !important;
}
</pre></body></html>