﻿@font-face {
    font-family: 'eurostileregular';
    src: url("../fonts/eurosti-webfont.eot");
    src: url("../fonts/eurosti-webfont.eot") format("embedded-opentype"), url("../fonts/eurosti-webfont.woff2") format("woff2"), url("../fonts/eurosti-webfont.woff") format("woff"), url("../fonts/eurosti-webfont.ttf") format("truetype"), url("../fonts/eurosti-webfont.svg#eurostileregular") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'eurostilebold';
    src: url("../fonts/eurostib-webfont.eot");
    src: url("../fonts/eurostib-webfont.eot") format("embedded-opentype"), url("../fonts/eurostib-webfont.woff2") format("woff2"), url("../fonts/eurostib-webfont.woff") format("woff"), url("../fonts/eurostib-webfont.ttf") format("truetype"), url("../fonts/eurostib-webfont.svg#eurostilebold") format("svg");
    font-weight: normal;
    font-style: normal
}

div.brindicator {
    display: none;
    position: fixed;
    z-index: 10000;
    bottom: 0;
    right: 0;
    padding: 10px;
    background-color: #000;
    color: #FFF
}

div.brindicator div {
    display: none
}

@media screen and (min-width: 1280px) {
    div.brindicator div.desktop {
        display: block
    }
}

@media screen and (min-width: 960px) and (max-width: 1279px) {
    div.brindicator div.laptop {
        display: block
    }
}

@media screen and (max-width: 959px) {
    div.brindicator div.tablette {
        display: block
    }
}

@media screen and (max-width: 768px) {
    div.brindicator div.vtablette {
        display: block
    }
}

@media screen and (max-width: 680px) {
    div.brindicator div.mobile {
        display: block
    }

    div.brindicator div.tablette {
        display: none
    }
}

@media screen and (max-width: 380px) {
    div.brindicator div.vmobile {
        display: block
    }

    div.brindicator div.mobile {
        display: none
    }

    div.brindicator div.tablette {
        display: none
    }
}

html, body {
    margin: 0;
    padding: 0;
    color: #149CA9;
    font-family: 'Open Sans', Tahoma, sans-serif;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #d8d8d8
}

.wrapper {
    background-color: #FFF;
    max-width: 1800px;
    margin: auto;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3)
}

.hidden {
    display: none
}

*, a, a:active, a:focus {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    outline: none;
    outline: 0;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

a {
    color: #149CA9;
    text-decoration: none;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease
}

a:hover {
    color: #149CA9
}

.button {
    border: solid 2px #3c3d3e;
    font-size: 14px;
    color: #3c3d3e !important;
    line-height: 36px;
    padding: 10px 30px;
    background: transparent;
    text-decoration: none !important;
    font-weight: 600 !important;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease
}

.button:hover {
    border-color: #149CA9;
    color: #FFF !important;
    background-color: #149CA9
}

.button * {
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

iframe {
    border: 0;
    max-width: 100%
}

.return-form {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 45px;
    height: 45px;
    background-color: #149CA9;
    z-index: 9999;
    text-align: center;
    line-height: 42px;
    cursor: pointer;
    box-shadow: 0 0 20px 6px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 20px 6px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 20px 6px rgba(0, 0, 0, 0.5);
    -toolkit-box-shadow: 0 0 20px 6px rgba(0, 0, 0, 0.5)
}

.return-form {
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%
}

.return-form:before {
    content: '\f106';
    font-size: 28px;
    font-family: 'FontAwesome';
    color: #FFF
}

.cols {
    float: left
}

.col25 {
    width: 25%
}

.col33 {
    width: 33.3%
}

.col50 {
    width: 50%
}

.col66 {
    width: 66%
}

.col75 {
    width: 75%
}

.col100 {
    width: 100%
}

@media screen and (max-width: 959px) {
    .col25 {
        width: 33.333%
    }

    .col50 {
        width: 100%
    }
}

@media screen and (max-width: 680px) {
    .col25 {
        width: 100%
    }
}

.strate-full {
    width: 100%;
    position: relative;
    margin: 0 auto;
    float: left
}

.row {
    width: 100%;
    padding: 0 10px;
    margin: auto
}

@media screen and (min-width: 1280px) {
    .row {
        max-width: 960px
    }
}

@media screen and (min-width: 960px) and (max-width: 1279px) {
    .row {
        max-width: 960px
    }
}

.crow {
    width: 100%
}

.brow {
    width: 100%;
    border-bottom: solid 1px #b2b2b2;
    padding-bottom: 40px;
    margin-bottom: 40px
}

.brow.noborder, .brow:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0
}

.strate-content {
    max-width: 960px;
    margin: auto;
    padding: 50px 0
}

.spacer30 {
    height: 30px;
    float: left;
    width: 100%;
    clear: both
}

.clear {
    clear: both;
    width: 100%
}

.header {
    min-height: 135px
}

.header .smallnav {
    background-color: #149CA9;
    color: #FFF;
    height: 31px;
    line-height: 31px
}

.header .smallnav #menu-small-nav {
    margin: 0;
    padding: 0;
    float: left
}

.header .smallnav #menu-small-nav li {
    display: table-cell;
    font-size: 12px;
    color: #fff;
    border-right: solid 1px #6a94c0
}

.header .smallnav #menu-small-nav li:first-child a {
    padding: 0 10px
}

.header .smallnav #menu-small-nav li:first-child a:before {
    content: '\f015';
    font-family: 'FontAwesome';
    font-size: 13px
}

.header .smallnav #menu-small-nav li:first-child span {
    display: none
}

.header .smallnav #menu-small-nav li a {
    color: #99c5f1;
    display: block;
    padding: 0 17px;
    text-decoration: none
}

.header .smallnav #menu-small-nav li a:hover {
    color: #fff
}

.header .smallnav .right {
    float: right;
    font-size: 12px
}

.header .smallnav .right .cell {
    float: left;
    border-left: solid 1px #658fba
}

.header .smallnav .right a {
    color: #99c5f1;
    display: block;
    padding: 0 17px;
    text-decoration: none
}

.header .smallnav .right a:hover {
    color: #fff
}

.header .smallnav .right .search-form {
    background-color: #658fba;
    position: relative
}

.header .smallnav .right .search-form input[type="text"] {
    background: transparent;
    color: #FFF;
    border: solid 1px #658fba;
    height: 29px;
    padding: 0 10px;
    width: 80px
}

.header .smallnav .right .search-form input[type="text"]::-webkit-input-placeholder {
    color: #FFF
}

.header .smallnav .right .search-form input[type="text"]:-moz-placeholder {
    color: #FFF
}

.header .smallnav .right .search-form input[type="text"]::-moz-placeholder {
    color: #FFF
}

.header .smallnav .right .search-form input[type="text"]:-ms-input-placeholder {
    color: #FFF
}

.header .smallnav .right .search-form input[type="text"].flickerror {
    border: solid 1px red
}

.header .smallnav .right .search-form button {
    border: none;
    background: transparent
}

.header .smallnav .right .search-form button:before {
    content: '\f002';
    font-family: 'FontAwesome';
    color: #FFF;
    font-size: 13px;
    padding: 0 10px
}

.header .smallnav .right .search-form button span {
    display: none
}

.header .smallnav .right .search-form .search-error {
    position: absolute;
    z-index: 1;
    top: 40px;
    right: 0;
    background-color: #658fba;
    line-height: normal;
    padding: 10px;
    border: solid 1px #658fba;
    display: none
}

.header .smallnav .right .search-form .search-error:after {
    content: '';
    position: absolute;
    display: block;
    top: -10px;
    left: 15px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border: 10px solid transparent;
    border-bottom: 10px solid #658fba;
    border-top: 0;
    height: 0;
    width: 0
}

.header .smallnav .right .lang {
    margin: 0;
    padding: 0;
    list-style: none
}

.header .smallnav .right .lang li {
    position: relative
}

.header .smallnav .right .lang li span {
    padding: 0 10px
}

.header .smallnav .right .lang li ul {
    margin: 0;
    padding: 0;
    display: none;
    opacity: 0;
    background-color: #658fba;
    position: absolute;
    top: 30px;
    right: 0;
    width: 100%;
    z-index: 99;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease
}

.header .smallnav .right .lang li ul li {
    text-align: center
}

.header .smallnav .right .lang li ul li a {
    display: block;
    padding: 0 5px;
    color: #FFF
}

.header .smallnav .right .lang li ul li a:hover {
    background-color: #149CA9
}

.header .smallnav .right .lang li:hover ul {
    display: block;
    opacity: 1
}

.main-menu-nav-cont {
    width: 100%;
    position: relative
}

@keyframes fromTop {
    from {
        -ms-transform: translateY(-140px);
        transform: translateY(-140px)
    }
    to {
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.main-menu-nav-cont .subcont {
    background-color: #FFF
}

body.sticky .sticky-nav {
    -webkit-animation: fromTop 0.7s;
    animation: fromTop 0.7s;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    opacity: 0.65;
    box-shadow: 0 0 5px #000;
    -webkit-box-shadow: 0 0 5px #000;
    -moz-box-shadow: 0 0 5px #000;
    background: rgba(255,255,255,.5);
}

body.sticky .sticky-nav:hover {
    opacity: 1
}

#main-menu-nav {
    width: 100%;
    margin: auto
}

@media screen and (min-width: 1280px) {
    #main-menu-nav {
        max-width: 960px
    }
}

@media screen and (min-width: 960px) and (max-width: 1279px) {
    #main-menu-nav {
        max-width: 960px
    }
}

#main-menu-nav > ul {
    margin: 0;
    list-style: none;
    width: calc(50% - 102px);
    display: inline-block;
    padding: 20px 0;
    position: relative;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
    float: left;
}

#main-menu-nav > ul > li {
    display: inline-block;
    float: left;
    line-height: 60px;
    height: 60px;
    text-align: center;
    width: 33.33333%;
    background-image: url(../images/header-menu-sep.jpg);
    background-repeat: no-repeat;
    background-position: right center;
}

#main-menu-nav > ul > li:nth-child(1) {
    position: relative
}

#main-menu-nav > ul > li:nth-child(4) img {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease
}
#main-menu-nav > ul > li:hover .dropdown-menu {
    display:block;
}
#main-menu-nav > ul > li:nth-child(5) {
    position: relative
}

@media screen and (max-width: 959px) {
    #main-menu-nav > ul > li {
        width: calc((100% - 100px) / 6)
    }
}

#main-menu-nav > ul > li > a {
    text-decoration: none;
    display: block;
    color: #149CA9;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 15px;
    border-bottom: solid 4px #FFF;
    margin: 0 21px 
}

#main-menu-nav > ul > li > a span {
    vertical-align: middle;
    line-height: normal;
    display: inline-block
}

#main-menu-nav > ul > li:hover > a, #main-menu-nav > ul > li:hover > a:hover {
    border-bottom: solid 4px #149CA9
}

#main-menu-nav > ul > li:hover:nth-child(4) a {
    border-bottom: 0
}

#main-menu-nav > ul > li:nth-child(3) {
    background: none
}

#main-menu-nav > ul > li:nth-child(4) {
    width: auto;
    max-width: 194px;
    margin: 0 0
}

#main-menu-nav > ul > li:nth-child(4) a {
    margin: 0;
    border: 0
}

#main-menu-nav > ul > li:last-child {
    background: none
}

#main-menu-nav ul li .bigmenu {
    opacity: 0;
    display: none;
    position: absolute;
    top: 94px;
    left: 0;
    width: 100%;
    z-index: 99999;
    background-color: #FFF;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    background-repeat: no-repeat;
    background-position: left center;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease
}

#main-menu-nav ul li:nth-child(1) .bigmenu, #main-menu-nav ul li:nth-child(5) .bigmenu {
    min-width: 260px;
    top: 74px
}

#main-menu-nav ul li:nth-child(1) .bigmenu ul, #main-menu-nav ul li:nth-child(5) .bigmenu ul {
    min-width: 260px
}

#main-menu-nav ul ul {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    float: left;
    width: 500px;
    /* overflow-x: hidden; */
    padding: 10px 20px;
    z-index: 9999;
    line-height: normal;
    list-style: none;
    text-align: left;
    white-space: nowrap;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
    position: absolute;
    background: #fff;
}

#main-menu-nav ul ul li {
    border-bottom: solid 1px #eaeaeb;
    /* padding: 0 53px; */
    float: left;
    width: 24%;
    margin-left: 42px;

}
#main-menu-nav ul ul li a:before {
  content: '>';
  margin-right:5px;
  color:#149CA9;

}


#main-menu-nav ul ul li:last-child {
    border-bottom: 0
}

#main-menu-nav ul ul li a {
    text-decoration: none;
    padding: 10px 0;
    color: #666;
    display: block;
    /* padding-right: 10px; */
    font-size: 13px;
}

#main-menu-nav ul ul li a .fa {
    color: #149CA9;
    font-size: 16px;
    margin-right: 10px
}

#main-menu-nav ul ul li a:hover {
    color: #149CA9;
    padding-left: 10px;
    padding-right: 0px
}

body.sticky #main-menu-nav > ul {
    padding: 0
}

body.sticky #main-menu-nav > ul > li {
    min-width: 13.7%
}

@media screen and (max-width: 959px) {
    body.sticky #main-menu-nav > ul > li {
        min-width: inherit
    }
}

body.sticky #main-menu-nav > ul li:nth-child(4) img {
    width: 160px
}

body.sticky #main-menu-nav ul li .bigmenu {
    top: 64px
}

#main-burger-nav {
    display: none
}

#main-menu-nav {
    display: block;
    background-color: rgba(255,255,255,.5);
    /*     overflow: hidden; */
}

@media screen and (max-width: 680px) {
    #main-burger-nav {
        display: block
    }

    #main-menu-nav {
        display: none
    }
}

#main-burger-nav {
    height: 40px
}

#main-burger-nav ul {
    margin: 0;
    padding: 0
}

#main-burger-nav ul.first-level {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #FFF;
    width: 100%;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.5)
}

#main-burger-nav ul.first-level li {
    list-style: none;
    height: 50px;
    line-height: 50px;
    font-weight: normal;
    font-size: 28px
}

#main-burger-nav ul.first-level .menu-expand {
    display: flex;
    height: 50px
}

#main-burger-nav ul.first-level .menu-expand .menu-icon, #main-burger-nav ul.first-level .menu-expand .logo, #main-burger-nav ul.first-level .menu-expand .search {
    height: 100%;
    width: 100%
}

#main-burger-nav ul.first-level .menu-expand .menu-icon, #main-burger-nav ul.first-level .menu-expand .search {
    width: 70px;
    text-align: center
}

#main-burger-nav ul.first-level .menu-expand .menu-icon {
    background-color: #149CA9;
    color: #FFF
}

#main-burger-nav ul.first-level .menu-expand .logo {
    text-align: center
}

#main-burger-nav ul.first-level .menu-expand .logo img {
    height: 100%;
    padding: 8px
}

#main-burger-nav ul.first-level .menu-expand .contact {
    padding-right: 10px
}

#main-burger-nav ul.first-level .menu-expand .search {
    color: #149CA9
}

#main-burger-nav ul.first-level ul {
    display: none;
    background-color: #FFF;
    font-size: 13px;
    color: #666;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.5)
}

#main-burger-nav ul.first-level ul li {
    padding: 0 20px;
    height: initial;
    line-height: initial;
    font-weight: normal;
    font-size: 13px
}

#main-burger-nav ul.first-level ul li a {
    display: block;
    padding: 15px 10px;
    color: #666;
    border-bottom: solid 1px rgba(140, 140, 140, 0.3)
}

#main-burger-nav ul.first-level ul li a:hover {
    padding-left: 10px
}

#main-burger-nav ul.first-level ul li a:before {
    font-family: 'FontAwesome';
    content: '\f105';
    color: #149CA9;
    padding-right: 5px
}

#main-burger-nav ul.first-level ul li:last-child a {
    border-bottom: 0
}

@media screen and (max-width: 680px) {
    #main-burger-nav ul.first-level ul {
        float: left;
        width: 100%
    }

    #main-burger-nav ul.first-level ul li {
        float: left;
        width: 50%
    }
}

@media screen and (max-width: 380px) {
    #main-burger-nav ul.first-level ul {
        float: none;
        width: initial
    }

    #main-burger-nav ul.first-level ul li {
        float: none;
        width: initial
    }
}

.footer {
    float: left;
    background-color: #14191d;
    background-image: url(../images/footer-bg.png);
    background-repeat: none;
    background-size: 100% auto;
    background-position-y: center;
    background-repeat: no-repeat;
    width: 100%;
    color: #FFF;
    padding-bottom: 30px;
    z-index: 1000;
    position: relative
}

.footer .button {
    white-space: nowrap;
    display: inline-block;
    width: 160px;
    padding: 0 30px;
    color: #FFF !important;
    border-color: #FFF;
    font-weight: normal !important
}

.footer .button:hover {
    border-color: #FFF;
    color: #14191d !important;
    background-color: #FFF
}

.footer p {
    line-height: 24px
}

.footer .footer-logo {
    margin-top: 40px;
    margin-bottom: 10px
}

.footer .row {
    padding-top: 20px
}

.footer div.head {
    font-size: 13px;
    color: #FFF;
    text-transform: uppercase;
    padding: 0;
    font-weight: 600;
}

.footer div.head a {
    display: block;
    margin: 0 10px 0 10px;
    padding: 40px 0 20px 0;
    text-decoration: none;
    color: #FFF;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease
}

.footer div.head a:hover {
    color: rgba(255, 255, 255, 0.5)
}

.footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin: 0 10px
}

.footer ul li {
    line-height: 24px;
    color: rgba(255, 255, 255, 0.3);
    font-size: 13px
}

.footer ul li a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.3);
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease
}

.footer ul li a:hover {
    color: #fff
}

.footer .bottom-footer {
    text-align: center
}

.footer .bottom-footer p {
    width: 100%;
    margin: 20px 0
}

.footer .last-row {
    color: #FFF
}

.footer .last-row span {
    color: #149CA9
}

.footer .last-row a {
    color: #FFF
}

.footer .last-row a:hover {
    color: #149CA9
}

body.home .footer .summary {
    display: none
}

.page-head {
    position: relative;
    width: 100%;
    height: 170px;
    background-image: url(../images/page-head-post.jpg);
    background-color: #149CA9;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #FFF;
    overflow: hidden
}

.page-head img {
    position: absolute;
    top: 0;
    min-width: 100%;
    left: 0
}

.page-head .big-title, .page-head .big-title h1 {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    font-family: "eurostileregular";
    text-transform: uppercase;
    font-size: 36px;
    letter-spacing: 5px;
    display: inline-block;
    font-weight: bold;
    text-align: center;
    height: 100%;
    width: 100%;
    line-height: 170px;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    -moz-text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    -webkit-text-shadow: 0 0 20px rgba(0, 0, 0, 0.5)
}

.page-head .big-title .centered, .page-head .big-title h1 .centered {
    line-height: normal;
    display: inline-block;
    vertical-align: middle
}

.page-head .big-title span.decorator, .page-head .big-title h1 span.decorator {
    line-height: 60px;
    position: absolute;
    padding-left: 80px;
    padding-top: 70px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -38px
}

.page-head .big-title span.decorator:before, .page-head .big-title span.decorator:after, .page-head .big-title h1 span.decorator:before, .page-head .big-title h1 span.decorator:after {
    content: '';
    border-top: 4px solid #FFF;
    position: absolute;
    width: 100%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5)
}

.page-head .big-title span.decorator:before, .page-head .big-title h1 span.decorator:before {
    top: 0;
    left: 0
}

.page-head .big-title span.decorator:after, .page-head .big-title h1 span.decorator:after {
    bottom: 0;
    left: 0
}

.page-head .big-title a, .page-head .big-title h1 a {
    color: #FFF
}

.page-head .big-title a:hover, .page-head .big-title h1 a:hover {
    color: #FFF
}

.breadcrumbs {
    font-size: 13px;
    background-color: #f1f1f1
}

.breadcrumbs .fa {
    padding: 0 5px
}

.breadcrumbs .back-btn {
    background-color: #149CA9;
    color: #FFF;
    padding: 2px 4px;
    border: solid 2px #149CA9
}

.breadcrumbs .back-btn {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}

.breadcrumbs .back-btn:hover {
    background-color: transparent;
    color: #149CA9;
    text-decoration: none
}

.breadcrumbs a:hover {
    color: #149CA9;
    text-decoration: underline
}

.content-row {
    background-position: center;
    background-repeat: repeat-y
}

@media screen and (min-width: 1280px) {
    .content-row {
        background-image: url(../images/content-v-rep.jpg)
    }
}

@media screen and (min-width: 960px) and (max-width: 1279px) {
    .content-row {
        background-image: url(../images/content-v-rep.jpg)
    }
}

.content-row .sub-wrapper {
    background-position: left bottom;
    background-repeat: no-repeat
}

@media screen and (min-width: 1280px) {
    .content-row .sub-wrapper {
        background-image: url(../images/bg-molecules.png)
    }
}

@media screen and (min-width: 960px) and (max-width: 1279px) {
    .content-row .sub-wrapper {
        background-image: url(../images/bg-molecules.png)
    }
}

.content-row .content-wrapper {
    margin: auto;
    width: 100%;
    padding: 0 10px
}

@media screen and (min-width: 1280px) {
    .content-row .content-wrapper {
        max-width: 960px
    }
}

@media screen and (min-width: 960px) and (max-width: 1279px) {
    .content-row .content-wrapper {
        max-width: 960px
    }
}

.content-row .content-wrapper .sidebar {
    float: left;
    width: 100%;
    padding: 30px 0;
    padding-right: 20px
}

@media screen and (min-width: 1280px) {
    .content-row .content-wrapper .sidebar {
        max-width: 240px
    }
}

@media screen and (min-width: 960px) and (max-width: 1279px) {
    .content-row .content-wrapper .sidebar {
        max-width: 240px
    }
}

.content-row .content-wrapper main {
    float: left;
    width: 100%
}

@media screen and (min-width: 1280px) {
    .content-row .content-wrapper main {
        max-width: 700px;
        padding: 30px 0;
        padding-left: 40px
    }
}

@media screen and (min-width: 960px) and (max-width: 1279px) {
    .content-row .content-wrapper main {
        max-width: 700px;
        padding: 30px 0;
        padding-left: 40px
    }
}

@media screen and (max-width: 959px) {
    body.page-template-page-trouver-nos-produits .content-row {
        background-image: url(../images/content-v-rep.jpg)
    }
}

@media screen and (max-width: 959px) {
    body.page-template-page-trouver-nos-produits .content-row .sub-wrapper {
        background-image: url(../images/bg-molecules.png)
    }
}

body.page-template-page-trouver-nos-produits .content-row .nous-trouver-row {
    display: flex;
    flex-direction: row
}

body.page-template-page-trouver-nos-produits .content-row .nous-trouver-row .right-side-map {
    flex: 1
}

.hentry a {
    color: #149CA9;
    text-decoration: underline;
    font-weight: bold
}

.hentry a:hover {
    color: #149CA9
}

.post-edit-link {
    position: fixed;
    left: 20px;
    bottom: 20px;
    background-color: #149CA9;
    color: rgba(255, 255, 255, 0.5) !important;
    font-weight: normal !important;
    padding: 8px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    z-index: 9999;
    text-decoration: none;
    padding: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5)
}

.post-edit-link:hover {
    background-color: #eaeaeb;
    color: #149CA9 !important
}

.sidebar .mobile-controller {
    display: none
}

.sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.sidebar ul em {
    font-style: normal;
    line-height: normal;
    vertical-align: middle;
    display: inline-block
}

.sidebar ul li {
    margin-bottom: 1px
}

.sidebar ul li a {
    cursor: pointer;
    background-color: #1f63a8;
    display: block;
    color: #FFF;
    font-size: 13px;
    padding: 10px 0;
    padding-right: 10px;
    line-height: 20px;
    font-weight: 600;
    padding-left: 25px;
    background-image: url(../images/listart.png);
    background-repeat: no-repeat;
    background-position: 10px 18px
}

.sidebar ul li.page_item_has_children > a {
    background-image: url(../images/listartactive.png)
}

.sidebar ul li.current_page_item > a, .sidebar ul li.current-cat a {
    background-color: #FFF;
    color: #149CA9;
    background-image: url(../images/listartactive_selected_nochild.png)
}

.sidebar ul li.page_item_has_children.current_page_item > a, .sidebar ul li.page_item_has_children.current-cat > a {
    background-color: #FFF;
    color: #149CA9;
    background-image: url(../images/listartactive_selected.png)
}

.sidebar ul ul li {
    margin-bottom: 0;
    padding-left: 25px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.3);
    background-image: url(../images/limidactive.png);
    background-repeat: no-repeat;
    background-position: 10px -23px
}

.sidebar ul ul li:last-child {
    background-image: url(../images/liendactive.png);
    background-position: 10px -144px
}

.sidebar ul ul li a {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    line-height: 30px;
    width: 155px;
    font-weight: normal;
    color: rgba(255, 255, 255, 0.5);
    padding-left: 10px;
    background: transparent;
    display: block;
    width: 100%
}

.sidebar ul ul li a:hover {
    color: #fff
}

.sidebar ul ul li.page_item_has_children > a {
    background-image: none
}

.sidebar ul ul li.current_page_item > a, .sidebar ul ul li.current-cat > a {
    background-color: #FFF;
    background-image: none;
    font-weight: 600
}

.sidebar ul ul li.current_page_item > a:hover, .sidebar ul ul li.current-cat > a:hover {
    color: #149CA9
}

main h1 {
    font-size: 30px;
    line-height: 44px;
    color: #149CA9;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 30px
}

main h2 {
    font-size: 20px;
    line-height: 24px;
    color: #149CA9;
    font-weight: bold
}

main h3 {
    font-size: 16px;
    line-height: 24px;
    color: #149CA9;
    font-weight: bold
}

main h4 {
    color: #666
}

main p, main ul {
    color: #666;
    font-size: 14px;
    line-height: 24px
}

main ul {
    list-style: none;
    padding-left: 0;
    line-height: 24px
}

main ul li {
    line-height: 24px;
    padding: 0;
    padding-left: 15px
}

main ul li:before {
    content: '\f111';
    color: #149CA9;
    font-family: 'FontAwesome';
    font-size: 8px;
    padding-right: 8px;
    margin-left: -15px;
    float: left;
    padding-top: 0
}

main ul li li:before {
    content: '-';
    font-size: 15px;
    color: #666666
}

main article {
    float: left;
    width: 100%;
    position: relative;
    display: block
}

main article img {
    max-width: 100%;
    height: auto
}

main article.post, main article.carriere, main article.produit, main article.article-de-presse, main article.page, main article.materiel, main article.adresses, main article.domaine {
    border-bottom: solid 1px #b2b2b2;
    margin-bottom: 40px;
    padding-bottom: 40px
}

main article:last-child {
    border-bottom: 0;
    padding-bottom: 0
}

main article .post-thumbnail {
    display: block;
    float: left;
    width: 30%;
    height: 170px;
    overflow: hidden;
    position: relative;
    border-right: solid 30px #FFF
}

@media screen and (min-width: 1280px) {
    main article .post-thumbnail {
        width: 350px;
        height: 230px
    }
}

main article .post-thumbnail .wp-post-image {
    overflow: hidden;
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease
}

main article .post-thumbnail .date {
    position: absolute;
    z-index: 99;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin-top: -50px;
    margin-left: -50px;
    background-image: url(../images/agenda-date-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    line-height: 21px
}

main article .post-thumbnail .date .day {
    font-size: 28px;
    font-weight: bold;
    color: #149CA9;
    clear: both;
    margin: auto;
    display: block;
    padding-top: 20px
}

main article .post-thumbnail .date .month {
    color: #6d7379;
    font-size: 21px;
    clear: both;
    font-weight: 600;
    margin: auto;
    display: block;
    text-transform: uppercase;
    padding-top: 8px;
    font-family: "eurostileregular"
}

main article .post-thumbnail .date .year {
    color: #1f63a8;
    font-size: 14px;
    font-weight: bold;
    clear: both;
    margin: auto;
    display: block
}

main article:hover .post-thumbnail .wp-post-image {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1)
}

main article.article-de-presse:hover .post-thumbnail .wp-post-image {
    transform: none;
    -moz-transform: none;
    -webkit-transform: none
}

main article .post-details {
    float: left;
    width: 70%
}

@media screen and (min-width: 1280px) {
    main article .post-details {
        width: 310px;
        overflow: hidden
    }
}

main article .post-details.no-thumbnail {
    width: 100%;
    height: initial;
    height: initial;
    overflow: auto
}

main article .post-details h2 {
    margin-top: 5px
}

main article .post-details h2 a {
    text-decoration: none
}

main article .more-cont {
    float: left;
    display: block;
    width: 100%;
    padding: 20px 0
}

main article.article-de-presse .post-thumbnail {
    width: 190px
}

main article.article-de-presse .post-details {
    width: calc(100% - 190px)
}

main article.article-de-presse .post-details.no-thumbnail {
    width: 100%
}

main article .download-btn {
    line-height: 32px;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-image: url("../images/pdf-icon.png");
    background-position: 10px 3px;
    padding-left: 55px;
    padding-right: 15px
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
    main article .download-btn {
        background-image: url("../images/pdf-icon@2x.png");
        -webkit-background-size: 24px 24px;
        -moz-background-size: 24px 24px;
        background-size: 24px 24px
    }
}

main article .download-btn:hover {
    background-image: url("../images/pdf-icon-w.png")
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
    main article .download-btn:hover {
        background-image: url("../images/pdf-icon-w@2x.png");
        -webkit-background-size: 24px 24px;
        -moz-background-size: 24px 24px;
        background-size: 24px 24px
    }
}

main article .post-head {
    color: #149CA9
}

main article .single-thumbnail {
    width: 100%;
    height: 330px;
    margin-bottom: 40px;
    overflow: hidden;
    position: relative
}

main article .single-thumbnail img {
    position: relative;
    left: 50%;
    margin-left: -50%;
    height: 100%
}

main article blockquote {
    margin: auto 0;
    margin-bottom: 30px;
    border-top: solid 10px #f7ab00;
    background-color: #eaeaeb;
    color: #666;
    padding: 20px
}

main article blockquote p {
    margin: 0
}

main article .alignleft {
    float: left;
    margin-right: 20px
}

main article .alignright {
    float: right;
    margin-left: 20px
}

main article .aligncenter {
    margin: auto;
    width: auto;
    display: block
}

main article .separator {
    border-bottom: solid 1px #b2b2b2;
    padding-bottom: 40px;
    margin-bottom: 40px
}

main article .post-head {
    text-transform: uppercase
}

main article .post-head a {
    font-weight: normal;
    text-decoration: none
}

main table {
    width: 100% !important;
    border-collapse: collapse
}

main table tr, main table td, main table th {
    width: inherit !important;
    height: inherit !important
}

main tr:nth-of-type(odd) {
    background: #eee
}

main td, main th {
    padding: 6px;
    border: 1px solid #eaeaeb;
    text-align: left
}

main td .before, main th .before {
    display: none
}

main td.noheaders, main th.noheaders {
    padding-left: 10px
}

main th {
    background: #149CA9;
    color: #FFF;
    font-weight: bold;
    text-align: center
}

main td:before {
    content: ''
}

@media only screen and (max-width: 768px) {
    main table, main thead, main tbody, main th, main td, main tr {
        display: block
    }

    main thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px
    }

    main tr {
        border: 1px solid #ccc
    }

    main td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative
    }

    main td .before {
        display: block;
        top: 0px;
        left: 0px;
        width: 100%;
        padding-right: 0;
        white-space: nowrap;
        height: 30px;
        line-height: 30px;
        padding-left: 10px;
        background-color: rgba(0, 78, 156, 0.85);
        color: #FFF
    }
}

main .gallery .gallery-item img {
    border: 0 !important
}

body.single .post-head {
    margin-bottom: 10px
}

.pagination {
    position: relative;
    margin: 20px 0;
    text-align: center;
    line-height: 38px;
    font-size: 14px;
    float: left;
    width: 100%
}

.pagination .page-numbers {
    display: inline-block;
    width: 40px;
    height: 46px;
    line-height: 48px;
    text-align: center;
    font-weight: bold;
    color: #149CA9;
    text-transform: uppercase;
    transition: all .3s ease
}

.pagination .page-numbers:hover, .pagination .page-numbers:focus {
    color: #149CA9;
    background: #f1f1f1
}

.pagination .page-numbers.current {
    background: #149CA9;
    color: #FFF
}

.pagination .page-numbers.dots {
    background: transparent;
    color: #149CA9
}

.pagination .page-numbers.prev, .pagination .page-numbers.next {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 46px;
    line-height: 46px;
    font-size: 0;
    background: none
}

.pagination .page-numbers.prev:before, .pagination .page-numbers.next:before {
    top: 50%;
    font-size: 28px;
    transform: translateY(-50%);
    margin-top: -2px
}

.pagination .page-numbers.prev:hover, .pagination .page-numbers.next:hover {
    color: #149CA9
}

.pagination .page-numbers.prev:before {
    font-family: 'FontAwesome';
    content: "\f104";
    position: absolute;
    left: 0;
    margin-left: 15px
}

.pagination .page-numbers.next:before {
    font-family: 'FontAwesome';
    content: "\f105";
    position: absolute;
    right: 0;
    margin-right: 15px
}

body.page-template-page-produits .content-row, body.page-template-page-domaines .content-row, body.page-template-page-materiel .content-row, body.post-type-archive-materiel .content-row, body.post-type-archive-materiel .content-row, body.page-id-28 .content-row, body.page-id-447 .content-row, .error404 .content-row {
    background: none
}

body.page-template-page-produits .content-row .content-wrapper, body.page-template-page-domaines .content-row .content-wrapper, body.page-template-page-materiel .content-row .content-wrapper, body.post-type-archive-materiel .content-row .content-wrapper, body.post-type-archive-materiel .content-row .content-wrapper, body.page-id-28 .content-row .content-wrapper, body.page-id-447 .content-row .content-wrapper, .error404 .content-row .content-wrapper {
    padding: 0
}

body.page-template-page-produits .content-row .content-wrapper .sidebar, body.page-template-page-domaines .content-row .content-wrapper .sidebar, body.page-template-page-materiel .content-row .content-wrapper .sidebar, body.post-type-archive-materiel .content-row .content-wrapper .sidebar, body.post-type-archive-materiel .content-row .content-wrapper .sidebar, body.page-id-28 .content-row .content-wrapper .sidebar, body.page-id-447 .content-row .content-wrapper .sidebar, .error404 .content-row .content-wrapper .sidebar {
    display: none
}

body.page-template-page-produits .content-row .content-wrapper main, body.page-template-page-domaines .content-row .content-wrapper main, body.page-template-page-materiel .content-row .content-wrapper main, body.post-type-archive-materiel .content-row .content-wrapper main, body.post-type-archive-materiel .content-row .content-wrapper main, body.page-id-28 .content-row .content-wrapper main, body.page-id-447 .content-row .content-wrapper main, .error404 .content-row .content-wrapper main {
    width: 100%;
    max-width: inherit;
    padding-left: 0
}

body.page-template-page-produits .content-row .content-wrapper main .entry-content, body.page-template-page-domaines .content-row .content-wrapper main .entry-content, body.page-template-page-materiel .content-row .content-wrapper main .entry-content, body.post-type-archive-materiel .content-row .content-wrapper main .entry-content, body.post-type-archive-materiel .content-row .content-wrapper main .entry-content, body.page-id-28 .content-row .content-wrapper main .entry-content, body.page-id-447 .content-row .content-wrapper main .entry-content, .error404 .content-row .content-wrapper main .entry-content {
    padding: 0 10px
}

.error404 main article {
    text-align: center
}

body.single-produit article.produit, body.single-produit article.domaine, body.single-produit article.materiel, body.single-domaine article.produit, body.single-domaine article.domaine, body.single-domaine article.materiel, body.single-materiel article.produit, body.single-materiel article.domaine, body.single-materiel article.materiel {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0
}

body.single-produit article.produit .single-thumbnail, body.single-produit article.domaine .single-thumbnail, body.single-produit article.materiel .single-thumbnail, body.single-domaine article.produit .single-thumbnail, body.single-domaine article.domaine .single-thumbnail, body.single-domaine article.materiel .single-thumbnail, body.single-materiel article.produit .single-thumbnail, body.single-materiel article.domaine .single-thumbnail, body.single-materiel article.materiel .single-thumbnail {
    height: 330px
}

body.single-produit article.produit .triple-view-thumbnails, body.single-produit article.domaine .triple-view-thumbnails, body.single-produit article.materiel .triple-view-thumbnails, body.single-domaine article.produit .triple-view-thumbnails, body.single-domaine article.domaine .triple-view-thumbnails, body.single-domaine article.materiel .triple-view-thumbnails, body.single-materiel article.produit .triple-view-thumbnails, body.single-materiel article.domaine .triple-view-thumbnails, body.single-materiel article.materiel .triple-view-thumbnails {
    float: left;
    width: 100%
}

body.single-produit article.produit .triple-view-thumbnails .single-thumbnail, body.single-produit article.domaine .triple-view-thumbnails .single-thumbnail, body.single-produit article.materiel .triple-view-thumbnails .single-thumbnail, body.single-domaine article.produit .triple-view-thumbnails .single-thumbnail, body.single-domaine article.domaine .triple-view-thumbnails .single-thumbnail, body.single-domaine article.materiel .triple-view-thumbnails .single-thumbnail, body.single-materiel article.produit .triple-view-thumbnails .single-thumbnail, body.single-materiel article.domaine .triple-view-thumbnails .single-thumbnail, body.single-materiel article.materiel .triple-view-thumbnails .single-thumbnail {
    float: left;
    width: 70%;
    height: 250px
}

@media screen and (min-width: 1280px) {
    body.single-produit article.produit .triple-view-thumbnails .single-thumbnail, body.single-produit article.domaine .triple-view-thumbnails .single-thumbnail, body.single-produit article.materiel .triple-view-thumbnails .single-thumbnail, body.single-domaine article.produit .triple-view-thumbnails .single-thumbnail, body.single-domaine article.domaine .triple-view-thumbnails .single-thumbnail, body.single-domaine article.materiel .triple-view-thumbnails .single-thumbnail, body.single-materiel article.produit .triple-view-thumbnails .single-thumbnail, body.single-materiel article.domaine .triple-view-thumbnails .single-thumbnail, body.single-materiel article.materiel .triple-view-thumbnails .single-thumbnail {
        width: 440px
    }
}

@media screen and (min-width: 960px) and (max-width: 1279px) {
    body.single-produit article.produit .triple-view-thumbnails .single-thumbnail, body.single-produit article.domaine .triple-view-thumbnails .single-thumbnail, body.single-produit article.materiel .triple-view-thumbnails .single-thumbnail, body.single-domaine article.produit .triple-view-thumbnails .single-thumbnail, body.single-domaine article.domaine .triple-view-thumbnails .single-thumbnail, body.single-domaine article.materiel .triple-view-thumbnails .single-thumbnail, body.single-materiel article.produit .triple-view-thumbnails .single-thumbnail, body.single-materiel article.domaine .triple-view-thumbnails .single-thumbnail, body.single-materiel article.materiel .triple-view-thumbnails .single-thumbnail {
        width: 440px
    }
}

body.single-produit article.produit .triple-view-thumbnails .small-post-thumbnail, body.single-produit article.domaine .triple-view-thumbnails .small-post-thumbnail, body.single-produit article.materiel .triple-view-thumbnails .small-post-thumbnail, body.single-domaine article.produit .triple-view-thumbnails .small-post-thumbnail, body.single-domaine article.domaine .triple-view-thumbnails .small-post-thumbnail, body.single-domaine article.materiel .triple-view-thumbnails .small-post-thumbnail, body.single-materiel article.produit .triple-view-thumbnails .small-post-thumbnail, body.single-materiel article.domaine .triple-view-thumbnails .small-post-thumbnail, body.single-materiel article.materiel .triple-view-thumbnails .small-post-thumbnail {
    float: left;
    width: 30%;
    height: 115px;
    overflow: hidden;
    position: relative;
    border-left: solid 15px #FFF
}

body.single-produit article.produit .triple-view-thumbnails .small-post-thumbnail:nth-child(3), body.single-produit article.domaine .triple-view-thumbnails .small-post-thumbnail:nth-child(3), body.single-produit article.materiel .triple-view-thumbnails .small-post-thumbnail:nth-child(3), body.single-domaine article.produit .triple-view-thumbnails .small-post-thumbnail:nth-child(3), body.single-domaine article.domaine .triple-view-thumbnails .small-post-thumbnail:nth-child(3), body.single-domaine article.materiel .triple-view-thumbnails .small-post-thumbnail:nth-child(3), body.single-materiel article.produit .triple-view-thumbnails .small-post-thumbnail:nth-child(3), body.single-materiel article.domaine .triple-view-thumbnails .small-post-thumbnail:nth-child(3), body.single-materiel article.materiel .triple-view-thumbnails .small-post-thumbnail:nth-child(3) {
    margin-top: 20px
}

@media screen and (min-width: 1280px) {
    body.single-produit article.produit .triple-view-thumbnails .small-post-thumbnail, body.single-produit article.domaine .triple-view-thumbnails .small-post-thumbnail, body.single-produit article.materiel .triple-view-thumbnails .small-post-thumbnail, body.single-domaine article.produit .triple-view-thumbnails .small-post-thumbnail, body.single-domaine article.domaine .triple-view-thumbnails .small-post-thumbnail, body.single-domaine article.materiel .triple-view-thumbnails .small-post-thumbnail, body.single-materiel article.produit .triple-view-thumbnails .small-post-thumbnail, body.single-materiel article.domaine .triple-view-thumbnails .small-post-thumbnail, body.single-materiel article.materiel .triple-view-thumbnails .small-post-thumbnail {
        width: 220px;
        height: 115px
    }
}

@media screen and (min-width: 960px) and (max-width: 1279px) {
    body.single-produit article.produit .triple-view-thumbnails .small-post-thumbnail, body.single-produit article.domaine .triple-view-thumbnails .small-post-thumbnail, body.single-produit article.materiel .triple-view-thumbnails .small-post-thumbnail, body.single-domaine article.produit .triple-view-thumbnails .small-post-thumbnail, body.single-domaine article.domaine .triple-view-thumbnails .small-post-thumbnail, body.single-domaine article.materiel .triple-view-thumbnails .small-post-thumbnail, body.single-materiel article.produit .triple-view-thumbnails .small-post-thumbnail, body.single-materiel article.domaine .triple-view-thumbnails .small-post-thumbnail, body.single-materiel article.materiel .triple-view-thumbnails .small-post-thumbnail {
        width: 220px;
        height: 115px
    }
}

body.single-produit article.produit .triple-view-thumbnails .small-post-thumbnail img, body.single-produit article.domaine .triple-view-thumbnails .small-post-thumbnail img, body.single-produit article.materiel .triple-view-thumbnails .small-post-thumbnail img, body.single-domaine article.produit .triple-view-thumbnails .small-post-thumbnail img, body.single-domaine article.domaine .triple-view-thumbnails .small-post-thumbnail img, body.single-domaine article.materiel .triple-view-thumbnails .small-post-thumbnail img, body.single-materiel article.produit .triple-view-thumbnails .small-post-thumbnail img, body.single-materiel article.domaine .triple-view-thumbnails .small-post-thumbnail img, body.single-materiel article.materiel .triple-view-thumbnails .small-post-thumbnail img {
    height: 100%
}

body.single-produit article.produit .primary-row, body.single-produit article.domaine .primary-row, body.single-produit article.materiel .primary-row, body.single-domaine article.produit .primary-row, body.single-domaine article.domaine .primary-row, body.single-domaine article.materiel .primary-row, body.single-materiel article.produit .primary-row, body.single-materiel article.domaine .primary-row, body.single-materiel article.materiel .primary-row {
    border-bottom: solid 1px #b2b2b2;
    padding-bottom: 40px;
    margin-bottom: 40px;
    color: #666
}

body.single-produit article.produit .primary-row .custom-zones, body.single-produit article.domaine .primary-row .custom-zones, body.single-produit article.materiel .primary-row .custom-zones, body.single-domaine article.produit .primary-row .custom-zones, body.single-domaine article.domaine .primary-row .custom-zones, body.single-domaine article.materiel .primary-row .custom-zones, body.single-materiel article.produit .primary-row .custom-zones, body.single-materiel article.domaine .primary-row .custom-zones, body.single-materiel article.materiel .primary-row .custom-zones {
    position: relative
}

body.single-produit article.produit .primary-row .col50, body.single-produit article.domaine .primary-row .col50, body.single-produit article.materiel .primary-row .col50, body.single-domaine article.produit .primary-row .col50, body.single-domaine article.domaine .primary-row .col50, body.single-domaine article.materiel .primary-row .col50, body.single-materiel article.produit .primary-row .col50, body.single-materiel article.domaine .primary-row .col50, body.single-materiel article.materiel .primary-row .col50 {
    padding-right: 20px
}

body.single-produit article.produit .primary-row .col50:nth-child(1), body.single-produit article.domaine .primary-row .col50:nth-child(1), body.single-produit article.materiel .primary-row .col50:nth-child(1), body.single-domaine article.produit .primary-row .col50:nth-child(1), body.single-domaine article.domaine .primary-row .col50:nth-child(1), body.single-domaine article.materiel .primary-row .col50:nth-child(1), body.single-materiel article.produit .primary-row .col50:nth-child(1), body.single-materiel article.domaine .primary-row .col50:nth-child(1), body.single-materiel article.materiel .primary-row .col50:nth-child(1) {
    font-weight: 600;
    line-height: 24px
}

body.single-produit article.produit .primary-row .col100:nth-child(1), body.single-produit article.domaine .primary-row .col100:nth-child(1), body.single-produit article.materiel .primary-row .col100:nth-child(1), body.single-domaine article.produit .primary-row .col100:nth-child(1), body.single-domaine article.domaine .primary-row .col100:nth-child(1), body.single-domaine article.materiel .primary-row .col100:nth-child(1), body.single-materiel article.produit .primary-row .col100:nth-child(1), body.single-materiel article.domaine .primary-row .col100:nth-child(1), body.single-materiel article.materiel .primary-row .col100:nth-child(1) {
    font-weight: 600;
    line-height: 24px
}

body.single-produit article.produit .primary-row .list, body.single-produit article.domaine .primary-row .list, body.single-produit article.materiel .primary-row .list, body.single-domaine article.produit .primary-row .list, body.single-domaine article.domaine .primary-row .list, body.single-domaine article.materiel .primary-row .list, body.single-materiel article.produit .primary-row .list, body.single-materiel article.domaine .primary-row .list, body.single-materiel article.materiel .primary-row .list {
    border-top: solid 10px #f7ab00;
    background-color: #eaeaeb;
    padding: 20px;
    height: 180px;
    margin-top: 8px
}

body.single-produit article.produit .primary-row .list h4, body.single-produit article.produit .primary-row .list div.title, body.single-produit article.domaine .primary-row .list h4, body.single-produit article.domaine .primary-row .list div.title, body.single-produit article.materiel .primary-row .list h4, body.single-produit article.materiel .primary-row .list div.title, body.single-domaine article.produit .primary-row .list h4, body.single-domaine article.produit .primary-row .list div.title, body.single-domaine article.domaine .primary-row .list h4, body.single-domaine article.domaine .primary-row .list div.title, body.single-domaine article.materiel .primary-row .list h4, body.single-domaine article.materiel .primary-row .list div.title, body.single-materiel article.produit .primary-row .list h4, body.single-materiel article.produit .primary-row .list div.title, body.single-materiel article.domaine .primary-row .list h4, body.single-materiel article.domaine .primary-row .list div.title, body.single-materiel article.materiel .primary-row .list h4, body.single-materiel article.materiel .primary-row .list div.title {
    font-weight: bold;
    font-size: 14px;
    margin: 0 0 10px 0;
    padding: 0;
    color: #666;
    text-transform: uppercase
}

body.single-produit article.produit .primary-row .list .slider, body.single-produit article.domaine .primary-row .list .slider, body.single-produit article.materiel .primary-row .list .slider, body.single-domaine article.produit .primary-row .list .slider, body.single-domaine article.domaine .primary-row .list .slider, body.single-domaine article.materiel .primary-row .list .slider, body.single-materiel article.produit .primary-row .list .slider, body.single-materiel article.domaine .primary-row .list .slider, body.single-materiel article.materiel .primary-row .list .slider {
    height: 100px;
    overflow: hidden;
    position: relative
}

body.single-produit article.produit .primary-row .list ul, body.single-produit article.domaine .primary-row .list ul, body.single-produit article.materiel .primary-row .list ul, body.single-domaine article.produit .primary-row .list ul, body.single-domaine article.domaine .primary-row .list ul, body.single-domaine article.materiel .primary-row .list ul, body.single-materiel article.produit .primary-row .list ul, body.single-materiel article.domaine .primary-row .list ul, body.single-materiel article.materiel .primary-row .list ul {
    line-height: 24px;
    margin: 0
}

body.single-produit article.produit .primary-row .list ul li, body.single-produit article.domaine .primary-row .list ul li, body.single-produit article.materiel .primary-row .list ul li, body.single-domaine article.produit .primary-row .list ul li, body.single-domaine article.domaine .primary-row .list ul li, body.single-domaine article.materiel .primary-row .list ul li, body.single-materiel article.produit .primary-row .list ul li, body.single-materiel article.domaine .primary-row .list ul li, body.single-materiel article.materiel .primary-row .list ul li {
    padding-left: 15px
}

body.single-produit article.produit .primary-row .list a, body.single-produit article.domaine .primary-row .list a, body.single-produit article.materiel .primary-row .list a, body.single-domaine article.produit .primary-row .list a, body.single-domaine article.domaine .primary-row .list a, body.single-domaine article.materiel .primary-row .list a, body.single-materiel article.produit .primary-row .list a, body.single-materiel article.domaine .primary-row .list a, body.single-materiel article.materiel .primary-row .list a {
    text-decoration: underline;
    font-weight: 600
}

body.single-produit article.produit hr, body.single-produit article.domaine hr, body.single-produit article.materiel hr, body.single-domaine article.produit hr, body.single-domaine article.domaine hr, body.single-domaine article.materiel hr, body.single-materiel article.produit hr, body.single-materiel article.domaine hr, body.single-materiel article.materiel hr {
    height: 0;
    border: none;
    border-bottom: solid 1px #b2b2b2;
    margin-bottom: 40px;
    margin-top: 40px
}

.custom-zones .text {
    padding-left: 20px;
      min-height:81px;
}

.custom-zones .text img {
    max-width: 100%;
    height: auto;
}

.pdfs-list {
    list-style: none;
    padding: 0;
    margin: 0
}

.pdfs-list li {
    margin: 0;
    padding: 0;
    list-style: none
}

.pdfs-list li:before {
    display: none
}

.pdfs-list li a {
    line-height: 32px;
    margin-top: 15px;
    display: block;
    text-decoration: none;
    color: #666;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    margin-left: -20px
}

.pdfs-list li a:before {
    opacity: .8;
    float: left;
    content: '';
    width: 32px;
    height: 32px;
    padding-right: 10px;
    background-repeat: no-repeat;
    background-image: url("../images/pdf-icon.png");
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
    .pdfs-list li a:before {
        background-image: url("../images/pdf-icon@2x.png");
        -webkit-background-size: 32px 32px;
        -moz-background-size: 32px 32px;
        background-size: 32px 32px
    }
}

.pdfs-list li a:hover {
    padding-left: 10px;
    color: #149CA9
}

.pdfs-list li a:hover:before {
    opacity: 1
}

ul.tabs {
    list-style: none;
    background-color: #eaeaeb;
    display: inline-block;
    width: 660px;
    line-height: 40px;
    height: 44px;
    font-size: 0;
    z-index: 999
}

ul.tabs li {
    font-size: 13px;
    display: inline-block;
    border-right: solid 2px #FFF;
    padding: 0;
    position: relative;
  	width: 20%;
}

ul.tabs li:before {
    display: none
}

ul.tabs li:after {
    content: '';
    position: absolute;
    display: block;
    opacity: 0;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border: 10px solid transparent;
    border-top: 10px solid #149CA9;
    border-bottom: 0;
    height: 0;
    width: 0;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease
}

ul.tabs li a {
    border: solid 2px #149CA9;
    background-color: #FFF;
    color: #149CA9;
    display: block;
    text-decoration: none !important;
    font-weight: 600;
    padding: 0 10px;
    position: relative;
    text-align: center;
    min-height: 44px;
    max-height: 44px;
    line-height: 36px;
    overflow: hidden;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease
}

ul.tabs li a em {
    line-height: normal;
    vertical-align: middle;
    display: inline-block;
    font-style: normal
}

ul.tabs li.active:after, ul.tabs li:hover:after {
    opacity: 1
}

ul.tabs li.active a, ul.tabs li:hover a {
    background-color: #149CA9;
    color: #FFF
}

.fixed-menu-tabs {
    position: fixed;
    margin-top: 10px
}

body.page-id-20 .content-row .content-wrapper {
    margin: 0;
    width: 100%;
    padding: 0;
    max-width: inherit
}

body.page-id-20 .content-row .content-wrapper .sidebar {
    float: left;
    width: 20%;
    padding: 0;
    max-width: inherit
}

body.page-id-20 .content-row .content-wrapper main {
    float: left;
    margin: 0;
    width: 100%;
    min-height: 640px;
    background-color: #FFF;
    padding: 0;
    max-width: inherit
}

.adresses-custom-map {
    width: 100%;
    height: 640px;
    border: 0
}

form.search {
    display: inline-flex
}

form.search .search-input {
    border: solid 2px #b2b2b2;
    font-size: 16px;
    color: #3c3d3e;
    line-height: 36px;
    padding: 10px 30px;
    background: transparent;
    text-decoration: none !important;
    font-weight: 600
}

form.search .button {
    border-color: #149CA9;
    color: #149CA9;
    margin-left: 10px
}

form.search .button:hover {
    color: #FFF
}

body.page-id-447 main ul {
    float: left;
    width: 100%
}

body.page-id-447 main a:hover {
    color: #149CA9;
    text-decoration: underline
}

body.page-id-447 main ul li {
    padding-left: 0;
    float: left
}

body.page-id-447 main ul li:before {
    margin-left: 0;
    float: none
}

body.page-id-447 main ul li.pagenav:before {
    display: none
}

body.page-id-447 main ul li.pagenav > a, body.page-id-447 main ul li.pagenav > a:hover {
    background-color: #149CA9;
    padding: 5px;
    color: #FFF;
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-decoration: none
}

body.page-id-447 main ul li.pagenav > a:before, body.page-id-447 main ul li.pagenav > a:hover:before {
    content: '\f105';
    color: #FFF;
    font-family: 'fontAwesome';
    padding: 0 10px;
    font-size: 20px
}

body.page-id-447 main ul li.pagenav > a:hover {
    padding-left: 20px
}

body.page-id-447 main ul li {
    width: 100%
}

body.page-id-447 main ul ul ul li {
    padding-left: 20px
}

body.page-id-447 main ul ul {
    margin-bottom: 20px
}

#cookiesdirective {
    background: rgba(0, 0, 0, 0.9);
    color: #FFF;
    text-align: center;
    z-index: 999;
    font-size: 16px
}

#cookiesdirective p {
    margin: 5px 0;
    padding: 0
}

#cookiesdirective #impliedsubmit {
    padding: 7px 25px 7px 25px;
    border: 2px solid #149CA9;
    color: #FFF;
    background-color: #149CA9;
    text-decoration: none;
    display: inline-block;
    position: relative;
    z-index: 1;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease
}

#cookiesdirective #impliedsubmit {
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px
}

#cookiesdirective #impliedsubmit:hover {
    background: transparent;
    color: #FFF
}

#cookiesdirective a {
    color: #149CA9
}

#cookiesdirective a:hover {
    color: #FFF
}

.offre-infos {
    margin: auto 0;
    margin-bottom: 30px;
    background-color: #eaeaeb;
    color: #666;
    padding: 20px;
    line-height: 26px
}

.offre-infos p {
    margin: 0
}

article.post-1052 .wpcf7, .postulate-form .wpcf7, .single .wpcf7, #wpcf7-f1127-p18-o1 {
    padding-top: 20px;
    float: left;
    width: 100%
}

article.post-1052 .wpcf7 .wpcf7-form, .postulate-form .wpcf7 .wpcf7-form, .single .wpcf7 .wpcf7-form, #wpcf7-f1127-p18-o1 .wpcf7-form {
    float: left;
    width: 100%
}

article.post-1052 .wpcf7 ul, .postulate-form .wpcf7 ul, .single .wpcf7 ul, #wpcf7-f1127-p18-o1 ul {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    width: 100%
}

article.post-1052 .wpcf7 ul li, .postulate-form .wpcf7 ul li, .single .wpcf7 ul li, #wpcf7-f1127-p18-o1 ul li {
    padding: 6px 0;
    float: left;
    width: 100%
}

article.post-1052 .wpcf7 ul li:before, .postulate-form .wpcf7 ul li:before, .single .wpcf7 ul li:before, #wpcf7-f1127-p18-o1 ul li:before {
    content: '';
    display: none
}

article.post-1052 .wpcf7 label, .postulate-form .wpcf7 label, .single .wpcf7 label, #wpcf7-f1127-p18-o1 label {
    width: 26%;
    float: left;
    font-size: 14px;
    color: #14191d;
    line-height: 43px
}

article.post-1052 .wpcf7 label em, .postulate-form .wpcf7 label em, .single .wpcf7 label em, #wpcf7-f1127-p18-o1 label em {
    color: #fc0000;
}

article.post-1052 .wpcf7 .wpcf7-form-control-wrap, .postulate-form .wpcf7 .wpcf7-form-control-wrap, .single .wpcf7 .wpcf7-form-control-wrap, #wpcf7-f1127-p18-o1 .wpcf7-form-control-wrap {
    width: 74%;
    float: left
}

article.post-1052 .wpcf7 .wpcf7-form-control-wrap.refpost, article.post-1052 .wpcf7 .wpcf7-form-control-wrap.lienpost, .postulate-form .wpcf7 .wpcf7-form-control-wrap.refpost, .postulate-form .wpcf7 .wpcf7-form-control-wrap.lienpost, .single .wpcf7 .wpcf7-form-control-wrap.refpost, .single .wpcf7 .wpcf7-form-control-wrap.lienpost, #wpcf7-f1127-p18-o1 .wpcf7-form-control-wrap.refpost, #wpcf7-f1127-p18-o1 .wpcf7-form-control-wrap.lienpost {
    display: none
}

article.post-1052 .wpcf7 div.wpcf7-validation-errors, .postulate-form .wpcf7 div.wpcf7-validation-errors, .single .wpcf7 div.wpcf7-validation-errors, #wpcf7-f1127-p18-o1 div.wpcf7-validation-errors {
    border: solid 1px red;
    background-color: rgba(255, 0, 0, 0.1);
    float: left;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: red
}

article.post-1052 .wpcf7 div.wpcf7-mail-sent-ok, .postulate-form .wpcf7 div.wpcf7-mail-sent-ok, .single .wpcf7 div.wpcf7-mail-sent-ok, #wpcf7-f1127-p18-o1 div.wpcf7-mail-sent-ok {
    border: solid 1px #f7ab00;
    background-color: rgba(169, 194, 5, 0.1);
    float: left;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #f7ab00
}

article.post-1052 .wpcf7 input, article.post-1052 .wpcf7 select, article.post-1052 .wpcf7 textarea, .postulate-form .wpcf7 input, .postulate-form .wpcf7 select, .postulate-form .wpcf7 textarea, .single .wpcf7 input, .single .wpcf7 select, .single .wpcf7 textarea, #wpcf7-f1127-p18-o1 input, #wpcf7-f1127-p18-o1 select, #wpcf7-f1127-p18-o1 textarea {
    font-size: 14px;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    color: #149CA9;
    resize: none
}

article.post-1052 .wpcf7 .wpcf7-file, .postulate-form .wpcf7 .wpcf7-file, .single .wpcf7 .wpcf7-file, #wpcf7-f1127-p18-o1 .wpcf7-file {
    padding: 10px 0
}

article.post-1052 .wpcf7 button, .postulate-form .wpcf7 button, .single .wpcf7 button, #wpcf7-f1127-p18-o1 button {
    line-height: 20px !important;
    cursor: pointer
}

.wpcf7-submit.button {
    color: #3c3d3e !important;
    width: auto !important;
    padding: 0px 30px !important
}

.wpcf7-submit.button:hover {
    color: #FFF !important
}

.infobox, .infoBox {
    margin: 0 0 55px -150px
}

.infobox img, .infoBox img {
    z-index: 999;
    padding: 5px 5px 0 0
}

.InfoboxContent {
    background: #FFF;
    text-align: left;
    width: 300px;
    position: relative;
    overflow: visible;
    -webkit-box-shadow: 0px 3px 1px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.5);
    border: solid 2px #149CA9
}

.InfoboxContent:before, .InfoboxContent:after {
    content: '';
    position: absolute;
    display: block;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border: 14px solid transparent;
    border-top: 14px solid #149CA9;
    border-bottom: 0;
    height: 0;
    width: 0;
    z-index: 8
}

.InfoboxContent:after {
    border-top: 10px solid #FFF;
    border: 10px solid transparent;
    border-top: 10px solid #FFF;
    z-index: 10
}

.InfoboxContent-title, .InfoboxContent a.InfoboxContent-title {
    display: block;
    color: #149CA9;
    text-transform: uppercase;
    padding: 0 0 0 0;
    margin: 0 0 -5px 0;
    font-size: 20px;
    padding-bottom: 10px
}

.InfoboxContent-desc {
    display: block;
    margin: 0 auto;
    font-family: 'Open Sans', Tahoma, sans-serif;
    font-size: 14px;
    background: #FFF;
    padding: 20px;
    color: #666
}

.InfoboxContent-desc .irow {
    line-height: 24px
}

.InfoboxContent-desc .irow .button {
    margin-top: 10px;
    width: 100%;
    display: block;
    padding: 5px 10px;
    text-align: center
}

.InfoboxContent-desc .irow .button.contact:before {
    content: '\f0e0';
    font-family: 'FontAwesome';
    padding-right: 10px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease
}

.InfoboxContent-desc .irow .button.contact:hover:before {
    content: '\f003';
    color: #FFF
}

.InfoboxContent-desc .irow .button.url:before {
    content: '\f14c';
    font-family: 'FontAwesome';
    padding-right: 10px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease
}

.InfoboxContent-desc .irow .button.url:hover:before {
    content: '\f08e';
    color: #FFF
}

.InfoboxContent p {
    color: #666;
    font-size: 14px;
    margin-bottom: 0
}

body.page-id-28 .ContactMap {
    min-height: 550px
}

body.page-id-28 .col-left {
    margin-right: 10px;
    position: relative
}

body.page-id-28 .col-left .calc-itineraire {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10
}

body.page-id-28 .col-left .calc-itineraire a {
    display: block;
    background-color: rgba(0, 78, 156, 0.7);
    color: #FFF;
    padding-left: 30px;
    padding: 10px
}

body.page-id-28 .col-left .calc-itineraire a:before {
    content: '';
    display: block;
    background-image: url(../images/directions-2x-20150929.png);
    background-position: -27px -77px;
    background-repeat: no-repeat;
    float: left;
    width: 24px;
    height: 24px;
    margin-right: 5px;
    background-size: 100px
}

body.page-id-28 .col-left .calc-itineraire a:hover {
    background-color: #149CA9
}

body.page-id-28 .col-right {
    margin-left: 10px;
    background-color: #f1f1f1;
    padding: 20px 20px;
    min-height: 740px
}

body.page-id-28 .col-right blockquote {
    margin: 0;
    font-size: 12px;
    color: #666;
    font-style: italic;
    line-height: 18px;
    margin-top: 15px;
    text-align: justify
}

body.page-id-28 .col-right blockquote p {
    line-height: 18px;
    margin-bottom: 0
}

body.page-id-28 .adresse {
    background-color: #149CA9;
    background-image: url(../images/molecules-contact.png);
    background-repeat: no-repeat;
    background-position: right 25%;
    width: 100%;
    height: 190px;
    text-align: center;
    color: #FFF
}

body.page-id-28 .adresse h3 {
    color: #FFF;
    padding: 20px 0;
    margin: 0;
    font-size: 24px
}

body.page-id-28 .adresse p {
    margin-top: 0;
    color: #FFF
}

body.page-id-28 .wpcf7 ul {
    margin: 0;
    padding: 0;
    list-style: none
}

body.page-id-28 .wpcf7 ul li {
    display: table;
    width: 100%;
    padding: 13px 0
}

body.page-id-28 .wpcf7 ul li:before {
    display: none
}

body.page-id-28 .wpcf7 label {
    width: 33%;
    float: left;
    margin-right: 2%;
    line-height: 30px;
    font-size: 13px
}

body.page-id-28 .wpcf7 ::-webkit-input-placeholder {
    color: #149CA9
}

body.page-id-28 .wpcf7 :-moz-placeholder {
    color: #149CA9;
    opacity: 1
}

body.page-id-28 .wpcf7 ::-moz-placeholder {
    color: #149CA9;
    opacity: 1
}

body.page-id-28 .wpcf7 :-ms-input-placeholder {
    color: #149CA9
}

body.page-id-28 .wpcf7 span.wpcf7-form-control-wrap {
    width: 65%;
    float: left
}

body.page-id-28 .wpcf7 span.wpcf7-form-control-wrap .wpcf7-form-control {
    width: 100%;
    padding: 3%;
    font-size: 13px;
    font-family: Arial
}

body.page-id-28 .wpcf7 span.wpcf7-form-control-wrap .wpcf7-form-control {
    color: #149CA9
}

body.page-id-28 .wpcf7 span.wpcf7-form-control-wrap select.wpcf7-form-control {
    width: 100%
}

body.page-id-28 .wpcf7 span.wpcf7-form-control-wrap textarea.wpcf7-form-control {
    height: 75px;
    resize: none
}

body.page-id-28 .wpcf7 .collate {
    float: left;
    width: 65%
}

body.page-id-28 .wpcf7 .collate .wpcf7-captchac {
    float: left;
    width: 30%;
    height: 27px;
    border: solid 1px #149CA9
}

body.page-id-28 .wpcf7 .collate .captcha-1 {
    float: right;
    width: 68%
}

body.page-id-28 .wpcf7 .wpcf7-not-valid {
    border: solid 1px red
}

body.page-id-28 .wpcf7 .wpcf7-not-valid-tip {
    display: none
}

body.page-id-28 .wpcf7 .wpcf7-response-output {
    font-size: 12px;
    margin-top: 10px
}

body.page-id-28 .wpcf7 .wpcf7-response-output.wpcf7-validation-errors {
    border: solid 1px #f00;
    background-color: rgba(255, 0, 0, 0.1);
    color: red;
    padding: 4px;
    text-align: center
}

body.page-id-28 .wpcf7 em {
    color: #149CA9
}

body.page-id-28 .wpcf7 .required {
    float: left;
    line-height: 40px
}

body.page-id-28 .wpcf7 .button {
    float: right;
    padding: 0 30px
}

body.page-id-28 .wpcf7 .button:hover {
    color: #FFF;
    border-color: #149CA9;
    background-color: #149CA9;
    cursor: pointer
}

body.home .content-row {
    background: none
}

body.home .content-row .content-wrapper {
    padding: 0;
    width: 100%;
    max-width: inherit
}

.big-blue-title {
    color: #149CA9;
    font-size: 36px;
    font-family: "eurostileregular";
    text-align: center;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 4px
}

.big-blue-title.inverted {
    color: #FFF
}

.big-blue-title .decorator {
    position: absolute;
    left: 50%;
    width: 6%;
    margin-left: -3%;
    border-top: solid 4px #97bad8;
    border-bottom: solid 4px #97bad8;
    padding-top: 70px;
    margin-top: -20px
}

.products-gal {
    display: inline-block;
    width: 100%;
    padding: 30px 0
}

.products-gal .items {
    cursor: pointer;
    margin-bottom: 20px
}

.products-gal .items .thumbnail {
    margin: 0 10px;
    height: 110px;
    overflow: hidden;
    position: relative;
    background-color: #f1f1f1
}

.products-gal .items .thumbnail img {
    width: 100%;
    /*height: 100%;*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease
}

.products-gal .items .thumbnail:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1)
}

.products-gal .items .desc {
    background-color: #149CA9;
    color: #FFF;
    text-align: center;
    height: 100px;
    margin: 0 10px;
    position: relative;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease
}

.products-gal .items .desc h3, .products-gal .items .desc h2 {
    font-size: 14px !important;
    padding: 0 10% !important;
    line-height: 50px;
    height: 92px;
    margin: 0;
    font-weight: bold;
    text-transform: uppercase
}

.products-gal .items .desc h3 a, .products-gal .items .desc h2 a {
    display: inline-block;
    line-height: normal;
    vertical-align: middle;
    word-break: break-word
}

.products-gal .items .desc h4, .products-gal .items .desc div.title {
    line-height: 92px;
    height: 92px;
    margin: 0;
    font-weight: normal;
    padding: 0
}

.products-gal .items .desc h4 a, .products-gal .items .desc div.title a {
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px;
    font-weight: normal;
    line-height: 22px;
    word-break: break-word
}

.products-gal .items .desc p {
    color: #FFF;
    font-size: 13px;
    line-height: 22px;
    padding: 0 8%
}

.products-gal .items .desc a {
    color: #FFF;
    text-decoration: none !important
}

.products-gal .items .desc .decorator {
    position: absolute;
    bottom: 0;
    width: 60px;
    left: 50%;
    margin-left: -30px;
    height: 8px;
    background-color: #FFF
}

.products-gal .items:hover .desc {
    background-color: #0ddef2
}

.products-gal .items:hover .thumbnail img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1)
}

.products-gal.small {
    padding: 10px 0;
    width: calc(100% + 20px);
    margin-left: -10px
}

.products-gal.small .thumbnail {
    height: 100px
}

.products-gal.small .thumbnail img {
    height: 100%
}

.products-gal.small .desc {
    height: 100px
}

.strate1 .main-sliders {
    position: relative
}

.strate1 .main-sliders, .strate1 .slide {
    line-height: 480px;
    width: 100%;
    height: 480px;
    overflow: hidden;
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative
}

.strate1 .main-sliders .slick-slide:before, .strate1 .slide .slick-slide:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.15);
    content: ''
}

.strate1 .main-sliders div.title, .strate1 .slide div.title {
    line-height: normal;
    vertical-align: middle;
    display: inline-block;
    color: #FFF;
    font-size: 36px;
    font-weight: bold;
    font-family: "eurostileregular";
    text-transform: uppercase;
    letter-spacing: 4px;
    position: relative;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    -moz-text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    -webkit-text-shadow: 0 0 20px rgba(0, 0, 0, 0.5)
}

.strate1 .main-sliders div.title span.decorator, .strate1 .slide div.title span.decorator {
    position: absolute;
    top: -50%;
    left: 50%;
    width: 8%;
    margin-left: -4%;
    height: 180%
}

.strate1 .main-sliders div.title span.decorator:before, .strate1 .main-sliders div.title span.decorator:after, .strate1 .slide div.title span.decorator:before, .strate1 .slide div.title span.decorator:after {
    content: '';
    border-top: 4px solid #FFF;
    position: absolute;
    width: 100%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5)
}

.strate1 .main-sliders div.title span.decorator:before, .strate1 .slide div.title span.decorator:before {
    top: 0;
    left: 0
}

.strate1 .main-sliders div.title span.decorator:after, .strate1 .slide div.title span.decorator:after {
    bottom: 0;
    left: 0
}

.strate1 .main-sliders .slide1, .strate1 .slide .slide1 {
    background-image: url(../images/home_slide_1.jpg)
}

.strate1 .main-sliders .slide2, .strate1 .slide .slide2 {
    background-image: url(../images/home_slide_2.jpg)
}

.strate1 .main-sliders .slide3, .strate1 .slide .slide3 {
    background-image: url(../images/home_slide_3.jpg)
}

.strate2 {
    height: 440px;
    overflow: hidden
}

@media screen and (min-width: 960px) and (max-width: 1279px) {
    .strate2 {
        height: 420px
    }
}

@media screen and (max-width: 959px) {
    .strate2 {
        height: inherit
    }
}

.strate2 .slidemap {
    background-image: url(../images/slide-map.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
    cursor: pointer
}

@media screen and (max-width: 959px) {
    .strate2 .slidemap {
        height: 420px;
        wdith: auto
    }
}

@media screen and (max-width: 680px) {
    .strate2 .slidemap {
        height: 100%;
        wdith: auto
    }
}

.strate2 .right-text {
    height: 100%;
    line-height: 420px;
    background-color: #eaeaeb
}

.strate2 .right-text .vertical {
    line-height: normal;
    vertical-align: middle;
    display: inline-block;
    margin: 0 10%
}

.strate2 .right-text .vertical h1 {
    font-size: 20px;
    line-height: 30px;
    color: #149CA9
}

.strate2 .right-text .vertical p {
    color: #666;
    line-height: 22px
}

.strate2 .right-text .vertical .button {
    margin-top: 20px;
    display: block;
    float: left
}

.strate2 .right-text .vertical .slidemap {
    display: none
}

.strate3 {
    background-image: url(../images/strate3-molecules.png);
    background-repeat: no-repeat;
    background-position: left 270px
}

.strate3 .row {
    padding: 30px 0
}

.strate3 p {
    margin-top: 60px;
    margin-bottom: 20px;
    padding: 0 10px;
    text-align: center;
    color: #666
}

.strate3 .products-gal .items .thumbnail {
    height: 120px
}

.strate3 .products-gal .items .desc {
    height: 100px
}

.strate3 .products-gal .items .desc h3 {
    height: 95px;
    line-height: 90px
}

.strate3 .products-gal .items .desc p {
    margin: 0
}

.strate3 .products-gal .items .desc .decorator {
    width: 60px;
    left: 50%;
    margin-left: -30px
}

.strate3 .centered {
    text-align: center;
    margin-bottom: 70px
}

a.bigblue {
    padding: 45px 20px;
    padding-left: 125px;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    background-position: 15px;
    background-repeat: no-repeat;
    background-image: url("../images/icon-bubles.png")
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
    a.bigblue {
        background-image: url("../images/icon-bubles@2x.png");
        -webkit-background-size: 99px 88px;
        -moz-background-size: 99px 88px;
        background-size: 99px 88px
    }
}

a.bigblue:hover {
    background-color: #149CA9;
    color: #FFF;
    border-color: #149CA9
}

.strate4 {
    background-color: #eaeaeb
}

.strate4 .row {
    padding: 60px 0
}

.strate4 a.bigblue {
    display: block;
    margin: 0 10px;
    line-height: normal;
    padding-top: 0;
    padding-bottom: 0;
    height: 120px;
    line-height: 120px
}

.strate4 a.bigblue span {
    display: inline-block;
    line-height: normal;
    vertical-align: middle
}

.strate4 a.bigblue.services {
    background-image: url("../images/icon-bubles-services.png")
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
    .strate4 a.bigblue.services {
        background-image: url("../images/icon-bubles-services@2x.png");
        -webkit-background-size: 99px 88px;
        -moz-background-size: 99px 88px;
        background-size: 99px 88px
    }
}

.strate4 a.bigblue.domaines {
    background-image: url("../images/icon-bubles-domaines.png")
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
    .strate4 a.bigblue.domaines {
        background-image: url("../images/icon-bubles-domaines@2x.png");
        -webkit-background-size: 99px 88px;
        -moz-background-size: 99px 88px;
        background-size: 99px 88px
    }
}

.strate4 a.bigblue.materiels {
    background-image: url("../images/icon-bubles-materiels.png")
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
    .strate4 a.bigblue.materiels {
        background-image: url("../images/icon-bubles-materiels@2x.png");
        -webkit-background-size: 99px 88px;
        -moz-background-size: 99px 88px;
        background-size: 99px 88px
    }
}

.strate-actu {
    background-color: #149CA9;
    padding: 60px 0;
    padding-bottom: 210px;
    background-image: url(../images/actu-molecules.png);
    background-position: right center;
    background-repeat: no-repeat
}

.strate-actu .home-actus {
    display: flex;
    margin-top: 60px
}

.strate-actu .home-block-actu {
    margin: 10px;
    position: relative;
    cursor: pointer
}

.strate-actu .home-block-actu .thumbnail {
    position: relative;
    margin: 0 30px;
    height: 190px;
    overflow: hidden;
    margin-bottom: -75px;
    z-index: 1
}

.strate-actu .home-block-actu .thumbnail img {
    width: 100%;
    z-index: 2;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
    margin-top: -50%;
    top: 50%;
    position: absolute
}

.strate-actu .home-block-actu .thumbnail .date {
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin-top: -50px;
    margin-left: -50px;
    background-image: url(../images/agenda-date-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    line-height: 21px
}

.strate-actu .home-block-actu .thumbnail .date .day {
    font-size: 28px;
    font-weight: bold;
    color: #149CA9;
    clear: both;
    margin: auto;
    display: block;
    padding-top: 20px;
    padding-bottom: 4px
}

.strate-actu .home-block-actu .thumbnail .date .month {
    color: #6d7379;
    font-family: "eurostileregular";
    font-size: 21px;
    clear: both;
    font-weight: 800;
    margin: auto;
    display: block;
    text-transform: uppercase
}

.strate-actu .home-block-actu .thumbnail .date .year {
    color: #1f63a8;
    font-size: 14px;
    font-weight: bold;
    clear: both;
    margin: auto;
    display: block;
    line-height: 16px
}

.strate-actu .home-block-actu .desc {
    min-height: 230px;
    position: relative;
    background: #FFF;
    padding: 30px;
    text-align: center;
    padding-top: 105px;
    padding-bottom: 10px
}

.strate-actu .home-block-actu .desc .post-categories {
    list-style: none;
    text-transform: uppercase
}

.strate-actu .home-block-actu .desc h3 {
    font-size: 18px;
    line-height: 30px;
    margin: 0;
    padding: 5px 0;
    text-transform: uppercase
}

.strate-actu .home-block-actu .desc .category {
    text-transform: uppercase
}

.strate-actu .home-block-actu .desc p {
    margin: 0;
    margin-bottom: 10px;
    line-height: 24px;
    color: #666
}

.strate-actu .home-block-actu .actu-button {
    padding-top: 40px;
    text-align: center
}

.strate-actu .home-block-actu .actu-button .button {
    white-space: nowrap;
    width: 170px;
    display: inline-block;
    padding: 0 30px;
    color: #FFF !important;
    border-color: #FFF;
    font-weight: normal !important
}

.strate-actu .home-block-actu .actu-button .button:hover {
    background-color: #FFF;
    color: #149CA9 !important
}

.strate-actu .home-block-actu .thumbnail:hover img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1)
}

.strate-actu .cols:nth-child(odd) .home-block-actu {
    margin-left: 0
}

.strate-actu .cols:nth-child(even) .home-block-actu {
    margin-right: 0
}

.strate5 {
    height: 240px;
    background-image: url(../images/strate5bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

@media screen and (max-width: 959px) {
    #main-menu-nav > ul > li:nth-child(4) {
        max-width: 100px
    }

    #main-menu-nav > ul > li:nth-child(4) img {
        width: 100%
    }

    #main-menu-nav > ul > li a {
        margin: 0 17px;
        font-size: 13px
    }

    body.sticky #main-menu-nav > ul li:nth-child(4) img {
        width: 100%
    }
}

@media screen and (max-width: 680px) {
    p {
        font-size: 14px
    }

    .smallnav, .main-menu-nav-cont {
        display: none
    }

    .header {
        height: 50px;
        min-height: inherit
    }

    .breadcrumbs {
        display: none
    }

    #main-burger-nav ul.first-level ul li a {
        padding: 6px 10px !important
    }
}

@media screen and (max-width: 680px) {
    .big-blue-title {
        font-size: 26px
    }

    .big-blue-title .decorator {
        width: 60px;
        margin-left: -30px
    }

    .page-head {
        height: 140px
    }

    .page-head .big-title, .page-head .big-title h1 {
        line-height: 140px;
        font-size: 14px
    }

    .page-head .big-title span.decorator, .page-head .big-title h1 span.decorator {
        line-height: 30px;
        top: 60px;
        padding-top: 45px;
        height: 100px
    }
}

@media screen and (max-width: 959px) {
    .strate4 a.bigblue {
        height: 80px;
        padding-left: 90px;
        font-size: 13px;
        background-size: 60px 53px !important;
        line-height: 75px
    }

    .strate-actu .home-block-actu .desc {
        min-height: 260px
    }
}

@media screen and (max-width: 768px) {
    .strate-actu .col50 {
        width: 50%
    }
}

@media screen and (max-width: 680px) {
    .strate1 .main-sliders, .strate1 .slide {
        height: 115px;
        line-height: 125px
    }

    .strate1 .main-sliders div.title, .strate1 .slide div.title {
        font-size: 80%;
        text-shadow: 0 0 5px #000, 0 0 0 #000
    }

    .strate1 .main-sliders div.title span.decorator, .strate1 .slide div.title span.decorator {
        top: -64%;
        width: 30px;
        margin-left: -15px;
        height: 230%
    }

    .strate2 {
        height: initial
    }

    .strate2 .right-text {
        height: auto;
        padding-bottom: 20px
    }

    .strate2 .right-text p {
        font-size: 14px
    }

    .strate2 .right-text .vertical {
        margin: 0;
        padding: 0 20px
    }

    .strate2 .right-text .vertical .slidemap {
        display: block;
        width: 100%;
        margin-top: 20px;
        float: left
    }

    .strate2 .right-text .button {
        display: block;
        text-align: center;
        padding: 5px 0;
        width: 100%;
        margin: 0
    }

    .strate3 {
        background: none
    }

    .strate3 .products-gal {
        padding-bottom: 0;
        padding: 30px 10px;
        padding-bottom: 0
    }

    .strate3 .row {
        padding-bottom: 0
    }

    .strate3 .row.centered {
        margin-bottom: 20px;
        padding-top: 0;
        padding: 0 20px
    }

    .strate3 .row.centered .bigblue {
        background-color: #FFF;
        margin: 0
    }

    .strate3 p {
        margin-top: 40px;
        margin-bottom: 0px
    }

    .strate3 .bigblue {
        font-size: 18px;
        background-size: 60px 53px;
        padding: 17px;
        padding-left: 80px;
        background-position: 10px center;
        line-height: 24px;
        height: 80px;
        line-height: 40px;
        display: block;
        margin: 0 10px;
        text-align: left
    }
}

@media screen and (max-width: 680px) and (max-width: 380px) {
    .strate3 .bigblue {
        line-height: 23px;
        font-size: 14px
    }
}

@media screen and (max-width: 680px) {
    .strate4 .row {
        padding: 20px 20px 0 20px
    }

    .strate4 .col33 {
        width: 100%
    }

    .strate4 a.bigblue {
        height: 80px;
        padding-left: 70px;
        font-size: 16px;
        background-position: 5px center;
        background-size: 50px 43px !important;
        line-height: 66px;
        margin: 0;
        margin-bottom: 20px
    }
}

@media screen and (max-width: 680px) and (max-width: 380px) {
    .strate4 a.bigblue {
        font-size: 14px
    }
}

@media screen and (max-width: 680px) {
    .strate-actu {
        padding-bottom: 10px;
        padding-top: 20px
    }

    .strate-actu .home-actus {
        display: block;
        float: left;
        width: 100%;
        margin-top: 0
    }

    .strate-actu .col50 {
        width: 100%
    }

    .strate-actu .col50 .thumbnail {
        margin: 0;
        height: 180px
    }

    .strate-actu .col50 .home-block-actu {
        margin-left: 0;
        margin-right: 0
    }

    .strate-actu .col50 .home-block-actu .desc {
        padding-top: 20px;
        min-height: initial
    }

    .strate-actu .actu-button {
        margin-bottom: 30px
    }

    .bottom-footer {
        padding: 0 60px
    }

    .sepfoot {
        display: none
    }

    .numberfoot {
        display: block
    }
}

@media screen and (max-width: 380px) {
    .strate1 .main-sliders, .strate1 .slide {
        height: 115px;
        line-height: 125px
    }

    .strate1 .main-sliders h2, .strate1 .slide h2 {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 16px;
        text-shadow: 0 0 5px #000, 0 0 0 #000;
        display: block;
        top: 20px
    }

    .strate1 .main-sliders h2 span.decorator, .strate1 .slide h2 span.decorator {
        top: -25%;
        width: 30px;
        margin-left: -15px;
        height: 150%
    }
}

@media screen and (max-width: 680px) {
    p#breadcrumbs i, p#breadcrumbs span {
        display: none
    }
}

@media screen and (max-width: 959px) {
    .content-row .content-wrapper .sidebar {
        padding: 0;
        margin-bottom: 40px;
        z-index: 1;
        margin-left: -10px;
        width: calc(100% + 20px)
    }

    .content-row .content-wrapper .sidebar .mobile-controller {
        display: block;
        width: 100%;
        text-align: left;
        background-color: #149CA9;
        padding: 5px;
        width: 100%;
        height: 45px
    }

    .content-row .content-wrapper .sidebar .mobile-controller .label {
        color: #FFF;
        font-size: 14px;
        display: block;
        float: left;
        padding: 7px;
        padding-left: 10px
    }

    .content-row .content-wrapper .sidebar .mobile-controller .label a {
        color: #FFF
    }

    .content-row .content-wrapper .sidebar .mobile-controller .label .back-btn {
        margin-right: 10px;
        background-color: #1f63a8;
        color: #FFF;
        padding: 2px 4px;
        border: solid 2px #1f63a8
    }

    .content-row .content-wrapper .sidebar .mobile-controller .label .back-btn {
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px
    }

    .content-row .content-wrapper .sidebar .mobile-controller .label .back-btn:hover {
        background-color: transparent;
        text-decoration: none
    }

    .content-row .content-wrapper .sidebar .mobile-controller:after {
        color: #FFF;
        content: '\f107';
        font-family: 'FontAwesome';
        font-size: 25px;
        display: block;
        float: right;
        padding-right: 20px;
        line-height: 32px
    }

    .content-row .content-wrapper .sidebar .mobile-controller.active {
        background-color: #1f63a8
    }

    .content-row .content-wrapper .sidebar .mobile-controller.active:after {
        content: '\f106'
    }

    .content-row .content-wrapper .sidebar > ul {
        display: none;
        padding: 20px;
        width: 100%;
        background-color: #149CA9;
        position: relative
    }

    .content-row .content-wrapper .sidebar.sticky {
        position: fixed;
        top: 50px;
        left: 0;
        z-index: 990
    }

    .content-row .content-wrapper .sidebar.sticky .mobile-controller .label {
        padding-left: 15px
    }

    .content-row .content-wrapper .sidebar.sticky > ul {
        position: absolute;
        top: 45px;
        z-index: 1001;
        left: 0;
        width: 100%;
        overflow: auto
    }

    ul.tabs {
        display: none !important
    }
}

@media screen and (max-width: 959px) {
    .products-gal .col25 {
        width: 25%
    }

    .products-gal .items .thumbnail {
        height: 100px !important
    }
}

@media screen and (max-width: 680px) {
    .products-gal .col25 {
        width: 50%
    }

    .products-gal .items .thumbnail {
        overflow: hidden;
        max-height: 90px
    }

    .products-gal .items .thumbnail img {
        width: 100%;
        height: initial;
        display: block;
        min-height: 92px
    }

    .products-gal .items .desc h3, .products-gal .items .desc h2 {
        font-size: 12px !important
    }
}

@media screen and (max-width: 959px) {
    body.page-id-28 .col-left {
        margin-right: 0
    }

    body.page-id-28 .col-right {
        margin-left: 0;
        padding-left: 10px;
        padding-right: 10px;
        height: auto
    }
}

article.post-1052 .wpcf7 label, .postulate-form .wpcf7 label, #wpcf7-f1127-p18-o1 label {
    width: 100%
}

article.post-1052 .wpcf7 .wpcf7-form-control-wrap, .postulate-form .wpcf7 .wpcf7-form-control-wrap, #wpcf7-f1127-p18-o1 .wpcf7-form-control-wrap {
    width: 100%
}

@media screen and (min-width: 960px) and (max-width: 1279px) {
    main article .post-thumbnail .date {
        top: 40%
    }
}

@media screen and (max-width: 959px) {
    .post-details h2 {
        margin-bottom: 0
    }

    .post-details p {
        margin: 0
    }

    main article .post-thumbnail .date {
        top: 42%
    }

    main article .post-thumbnail .date .day {
        padding-top: 15px
    }
}

@media screen and (max-width: 768px) {
    main article .post-thumbnail .date {
        top: 32%
    }
}

@media screen and (max-width: 680px) {
    main article .post-thumbnail .date {
        top: 50%;
        left: 0;
        margin-left: 0;
        margin-top: 0;
        background: none;
        width: 90px
    }

    main article .post-thumbnail .date .day {
        padding-top: 15px
    }
}

@media screen and (max-width: 380px) {
    main article .alignright {
        float: inherit;
        margin: 0
    }

    main article .post-thumbnail, main article .post-details {
        width: 100% !important;
        height: auto;
        margin-bottom: 20px;
        border: 0
    }

    main article .post-thumbnail {
        max-height: 200px;
        overflow: hidden
    }

    main article .post-thumbnail img {
        width: 100%;
        height: auto
    }

    main article .post-thumbnail .date {
        top: 50%;
        left: 50%;
        margin-left: -50px;
        margin-top: -50px;
        background-image: url(../images/agenda-date-bg.png);
        width: 100px;
        height: 100px
    }

    main article .post-thumbnail .date .day {
        padding-top: 15px
    }
}

@media screen and (max-width: 680px) {
    .wp-caption {
        width: inherit !important
    }

    .custom-zones .text {
        padding-left: 0
    }

    body.single-produit article.produit .tabs, body.single-domaine article.domaine .tabs, body.single-materiel article.materiel .tabs, body.single-emploi article.emploi .tabs, main article .tabs {
        display: none !important
    }

    body.single-produit article.produit .single-thumbnail, body.single-domaine article.domaine .single-thumbnail, body.single-materiel article.materiel .single-thumbnail, body.single-emploi article.emploi .single-thumbnail, main article .single-thumbnail {
        height: 160px;
        margin-bottom: 20px
    }

    body.single-produit article.produit .primary-row .col50:first-child, body.single-domaine article.domaine .primary-row .col50:first-child, body.single-materiel article.materiel .primary-row .col50:first-child, body.single-emploi article.emploi .primary-row .col50:first-child, main article .primary-row .col50:first-child {
        margin-bottom: 20px
    }

    body.single-produit article.produit .primary-row .list, body.single-domaine article.domaine .primary-row .list, body.single-materiel article.materiel .primary-row .list, body.single-emploi article.emploi .primary-row .list, main article .primary-row .list {
        height: initial
    }

    body.single-produit article.produit .primary-row .list .slider, body.single-domaine article.domaine .primary-row .list .slider, body.single-materiel article.materiel .primary-row .list .slider, body.single-emploi article.emploi .primary-row .list .slider, main article .primary-row .list .slider {
        height: initial
    }

    body.single-produit article.produit .triple-view-thumbnails, body.single-domaine article.domaine .triple-view-thumbnails, body.single-materiel article.materiel .triple-view-thumbnails, body.single-emploi article.emploi .triple-view-thumbnails, main article .triple-view-thumbnails {
        margin-bottom: 20px
    }

    body.single-produit article.produit .triple-view-thumbnails .single-thumbnail, body.single-domaine article.domaine .triple-view-thumbnails .single-thumbnail, body.single-materiel article.materiel .triple-view-thumbnails .single-thumbnail, body.single-emploi article.emploi .triple-view-thumbnails .single-thumbnail, main article .triple-view-thumbnails .single-thumbnail {
        width: 100%;
        height: initial;
        border: 0;
        margin-bottom: 0
    }

    body.single-produit article.produit .triple-view-thumbnails .single-thumbnail img, body.single-domaine article.domaine .triple-view-thumbnails .single-thumbnail img, body.single-materiel article.materiel .triple-view-thumbnails .single-thumbnail img, body.single-emploi article.emploi .triple-view-thumbnails .single-thumbnail img, main article .triple-view-thumbnails .single-thumbnail img {
        width: 100%;
        height: initial
    }

    body.single-produit article.produit .triple-view-thumbnails .small-post-thumbnail, body.single-domaine article.domaine .triple-view-thumbnails .small-post-thumbnail, body.single-materiel article.materiel .triple-view-thumbnails .small-post-thumbnail, body.single-emploi article.emploi .triple-view-thumbnails .small-post-thumbnail, main article .triple-view-thumbnails .small-post-thumbnail {
        border: 0;
        width: 50%;
        height: initial;
        padding-top: 5px
    }

    body.single-produit article.produit .triple-view-thumbnails .small-post-thumbnail:nth-child(2), body.single-domaine article.domaine .triple-view-thumbnails .small-post-thumbnail:nth-child(2), body.single-materiel article.materiel .triple-view-thumbnails .small-post-thumbnail:nth-child(2), body.single-emploi article.emploi .triple-view-thumbnails .small-post-thumbnail:nth-child(2), main article .triple-view-thumbnails .small-post-thumbnail:nth-child(2) {
        padding-right: 5px
    }

    body.single-produit article.produit .triple-view-thumbnails .small-post-thumbnail:nth-child(3), body.single-domaine article.domaine .triple-view-thumbnails .small-post-thumbnail:nth-child(3), body.single-materiel article.materiel .triple-view-thumbnails .small-post-thumbnail:nth-child(3), body.single-emploi article.emploi .triple-view-thumbnails .small-post-thumbnail:nth-child(3), main article .triple-view-thumbnails .small-post-thumbnail:nth-child(3) {
        padding-left: 5px;
        margin: 0
    }

    body.single-produit article.produit .triple-view-thumbnails .small-post-thumbnail img, body.single-domaine article.domaine .triple-view-thumbnails .small-post-thumbnail img, body.single-materiel article.materiel .triple-view-thumbnails .small-post-thumbnail img, body.single-emploi article.emploi .triple-view-thumbnails .small-post-thumbnail img, main article .triple-view-thumbnails .small-post-thumbnail img {
        width: 100%
    }
}

@media screen and (max-width: 680px) {
    main h1 {
        margin-bottom: 10px
    }

    main article.post, main article.carriere, main article.produit, main article.presse, main article.page, main article.materiel, main article.adresses, main article.domaine {
        margin-bottom: 20px;
        padding-bottom: 20px
    }

    main article.post blockquote, main article.carriere blockquote, main article.produit blockquote, main article.presse blockquote, main article.page blockquote, main article.materiel blockquote, main article.adresses blockquote, main article.domaine blockquote {
        margin: 0
    }
}

@media screen and (max-width: 680px) {
    footer .button {
        display: block;
        width: 160px;
        margin: auto;
        padding: 15px;
        line-height: initial
    }

    footer .summary, footer .accesmap {
        display: none !important
    }
}

.mobile-search-form {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #FFF;
    width: 100%;
    height: 100%;
    display: flex
}

.mobile-search-form .closewin {
    position: absolute;
    top: 10px;
    right: 30px;
    font-size: 52px;
    color: #149CA9
}

.mobile-search-form form.search {
    width: 100%;
    height: 100%;
    margin-top: 50%;
    display: block;
    padding: 0 20px
}

.mobile-search-form form.search input {
    width: 100%;
    line-height: 30px;
    padding: 10px;
    margin-top: 20px;
    font-size: 18px
}

.mobile-search-form form.search button {
    width: 100%;
    line-height: 30px;
    padding: 10px;
    margin: 0;
    margin-top: 20px;
    font-size: 22px;
    text-transform: uppercase;
    background-color: #149CA9;
    color: #FFF
}

.mobile-search-form form.search button:hover {
    background-color: transparent;
    color: #149CA9
}

@media screen and (min-width: 960px) and (max-width: 1279px) {
    .left-side-map {
        background-color: #149CA9;
        width: 35% !important
    }

    .right-side-map {
        width: 65% !important
    }
}

@media screen and (max-width: 959px) {
    .left-side-map {
        background-color: #149CA9
    }
}

@media screen and (max-width: 768px) {
    .left-side-map, .right-side-map {
        width: 100% !important
    }

    .left-side-map {
        background-color: #149CA9 !important;
        padding: 20px !important;
        height: initial !important
    }

    .left-side-map h3 {
        margin-top: 0 !important
    }

    body.page-template-page-trouver-nos-produits .content-row .nous-trouver-row {
        display: block
    }

    body.sticky .return-form {
        display: block
    }
}

@media screen and (max-width: 680px) {
    .left-side-map, .right-side-map {
        width: 100% !important
    }

    .left-side-map {
        background-color: #149CA9 !important;
        padding: 20px !important;
        height: initial !important
    }

    .left-side-map h3 {
        margin-top: 0 !important
    }
}

@media screen and (max-width: 959px) {
    html, body, .button, main p, main ul, .pagination {
        font-size: 13px
    }

    body.single-produit article.produit .list h4, body.single-produit article.produit .list div.title, body.single-produit article.domaine .list h4, body.single-produit article.domaine .list div.title, body.single-produit article.materiel .list h4, body.single-produit article.materiel .list div.title, body.single-domaine article.produit .list h4, body.single-domaine article.produit .list div.title, body.single-domaine article.domaine .list h4, body.single-domaine article.domaine .list div.title, body.single-domaine article.materiel .list h4, body.single-domaine article.materiel .list div.title, body.single-materiel article.produit .list h4, body.single-materiel article.produit .list div.title, body.single-materiel article.domaine .list h4, body.single-materiel article.domaine .list div.title, body.single-materiel article.materiel .list h4, body.single-materiel article.materiel .list div.title {
        font-size: 13px
    }
}

/*# sourceMappingURL=global.css.map */
