.flex-direction-nav a,
.flex-direction-nav a:before {
    color: rgba(0, 0, 0, .8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, .3)
}

.btn,
a {
    text-decoration: none
}

.btn:focus,
.burger:focus,
.flex-container a:hover,
.flex-slider a:hover,
.form-control:focus,
.unbutton:focus,
a:active,
a:hover {
    outline: 0
}

@font-face {
    font-family: flexslider-icon;
    src: url(../fonts/flexslider-icon.eot);
    src: url(../fonts/flexslider-icon.eot?#iefix) format("embedded-opentype"), url(../fonts/flexslider-icon.woff) format("woff"), url(../fonts/flexslider-icon.ttf) format("truetype"), url(../fonts/flexslider-icon.svg#flexslider-icon) format("svg");
    font-weight: 400;
    font-style: normal
}

.flex-control-nav,
.flex-direction-nav,
.slides,
.slides>li {
    margin: 0;
    padding: 0;
    list-style: none
}

.flex-pauseplay span {
    text-transform: capitalize
}

.flexslider {
    padding: 0;
    margin: 0 0 35px;
    position: relative;
    zoom: 1
}

.flexslider .slides>li {
    display: none;
    -webkit-backface-visibility: hidden
}

.flex-direction-nav a,
.no-js .flexslider .slides>li:first-child,
html[xmlns] .flexslider .slides {
    display: block
}

.flexslider .slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

* html .flexslider .slides {
    height: 1%
}

.flexslider .slides {
    zoom: 1
}

.flexslider .slides img {
    height: auto;
    -moz-user-select: none
}

.flex-viewport {
    max-height: 2000px;
    transition: all 1s ease
}

.loading .flex-viewport {
    max-height: 300px
}

.carousel li {
    margin-right: 5px
}

.flex-direction-nav a {
    text-decoration: none;
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    transition: all .3s ease-in-out
}

.flex-direction-nav a:before {
    font-family: flexslider-icon;
    font-size: 40px;
    display: inline-block;
    content: '\f001'
}

.flex-direction-nav a.flex-next:before {
    content: '\f002'
}

.flex-direction-nav .flex-prev {
    left: -50px
}

.flex-direction-nav .flex-next {
    right: -50px;
    text-align: right
}

.flexslider:hover .flex-direction-nav .flex-prev {
    opacity: .7;
    left: 10px
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
    opacity: 1
}

.flexslider:hover .flex-direction-nav .flex-next {
    opacity: .7;
    right: 10px
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
    opacity: 1
}

.flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    cursor: default;
    z-index: -1
}

.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: .8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000
}

.flex-pauseplay a:before {
    font-family: flexslider-icon;
    font-size: 20px;
    display: inline-block;
    content: '\f004'
}

.flex-pauseplay a:hover {
    opacity: 1
}

.flex-pauseplay a.flex-play:before {
    content: '\f003'
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center
}

.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1
}

.flex-control-paging li a {
    width: 8px;
    height: 8px;
    display: block;
    background: #fff;
    cursor: pointer;
    text-indent: -9999px;
    border-radius: 100%;
    transition: background-color .2s
}

.flex-control-paging li a:hover {
    background: #333;
    background-color: rgba(40, 106, 183, .6)
}

.flex-control-paging li a.flex-active {
    background-color: #286ab7;
    cursor: default
}

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden
}

.btn,
.site-header-logo,
.site-menu>li,
sub,
sup {
    position: relative
}

.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0
}

.flex-control-thumbs img {
    width: 100%;
    height: auto;
    display: block;
    opacity: .7;
    cursor: pointer;
    -moz-user-select: none;
    transition: all 1s ease
}

.flex-control-thumbs img:hover {
    opacity: 1
}

.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default
}

@media screen and (max-width:860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 10px
    }
    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 10px
    }
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background: 0 0;
    color: inherit
}

abbr[title] {
    border-bottom: 1px dotted
}

.sr-only,
img,
legend {
    border: 0
}

b,
optgroup,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre,
textarea {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

.banner,
.home-banner,
.sr-only {
    overflow: hidden
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

.btn,
.burger,
.unbutton {
    cursor: pointer;
    white-space: nowrap
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

legend {
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    clip: rect(0, 0, 0, 0)
}

.banner-menu .facture-link:after,
.banner-menu .facture-link:before,
.breadcrumbs:after,
.breadcrumbs:before,
.clearfix:after,
.clearfix:before,
.contact-col:after,
.contact-col:before,
.contact-form-container:after,
.contact-form-container:before,
.form-wrapper:after,
.form-wrapper:before,
.pagination:after,
.pagination:before,
.site-nav-wrapper:after,
.site-nav-wrapper:before {
    content: " ";
    display: table
}

.banner-menu .facture-link:after,
.breadcrumbs:after,
.clearfix:after,
.contact-col:after,
.contact-form-container:after,
.form-wrapper:after,
.pagination:after,
.site-nav-wrapper:after {
    clear: both
}

.banner-menu,
.breadcrumbs,
.documents-list,
.footer-menu,
.list-inline,
.list-unstyled,
.page-tabs,
.photos-thumbs,
.sidebar-tarifs-links,
.site-menu,
.site-menu .sub-menu,
.site-menu-secondary,
.videos-thumbs {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.footer-menu,
.list-inline {
    margin-left: -5px
}

.footer-menu>li,
.list-inline>li {
    display: inline-block;
    margin: 0 5px
}

*,
:after,
:before {
    box-sizing: border-box
}

body {
    background-color: #fff;
    color: #6a6a6a;
    font-family: "Source Sans Pro", sans-serif
}

.burger,
.unbutton {
    display: inline-block;
    background: 0 0;
    border: none;
    border-radius: 0;
    padding: 0;
    margin: 0;
    font: inherit
}

.btn {
    display: inline-block;
    padding: 6px 14px 8px;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    letter-spacing: .04em;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    border: 1px solid grey;
    background-color: grey;
    color: #fff;
    text-transform: uppercase;
    transition: background-color .2s, color .2s, border-color .2s;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.btn:hover {
    background-color: #9a9a9a;
    border-color: #9a9a9a
}

.btn-primary {
    color: #fff;
    background-color: #286ab7;
    border-color: #286ab7
}

.btn-primary:hover {
    background-color: #215796;
    border-color: #215796
}

.btn-spinner .icon-spinner {
    display: none;
    width: 16px;
    height: 16px;
    margin-bottom: -3px;
    margin-right: 3px;
    margin-left: -3px
}

.btn-spinner.spinning .icon-spinner {
    display: inline-block
}

.btn-spinner.disabled,
.btn-spinner[disabled] {
    opacity: .8;
    cursor: default
}

.contact-section,
.home-media-section-title:after,
.home-satisfaction-title:after,
.news-excerpt,
.page-breadcrumbs:after,
.page-tabs,
.sidebar-widget:after,
.single-news-container,
.single-video-container,
.site-menu-secondary .search-form,
.site-menu-secondary .search-form:after,
.site-menu-secondary>li>a,
.site-menu-secondary>li>a:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSc4JyBoZWlnaHQ9JzgnPjxyZWN0IHdpZHRoPSc2JyBoZWlnaHQ9JzYnIGZpbGw9J3RyYW5zcGFyZW50JyAvPjxjaXJjbGUgY3g9JzInIGN5PScyJyByPScyJyBmaWxsPScjY2NjJy8+PC9zdmc+);
    background-repeat: repeat-x
}

.news-excerpt,
.single-news-container,
.single-video-container {
    background-position: left bottom
}

.sidebar-widget:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSc4JyBoZWlnaHQ9JzgnPjxyZWN0IHdpZHRoPSc2JyBoZWlnaHQ9JzYnIGZpbGw9J3RyYW5zcGFyZW50JyAvPjxjaXJjbGUgY3g9JzInIGN5PScyJyByPScyJyBmaWxsPScjMjg2YWI3Jy8+PC9zdmc+);
    background-repeat: repeat-x
}

.home-media-section-title:after,
.home-satisfaction-title:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSc4JyBoZWlnaHQ9JzgnPjxyZWN0IHdpZHRoPSc2JyBoZWlnaHQ9JzYnIGZpbGw9J3RyYW5zcGFyZW50JyAvPjxjaXJjbGUgY3g9JzInIGN5PScyJyByPScyJyBmaWxsPScjZmZmJy8+PC9zdmc+);
    background-repeat: repeat-x
}

.home-media-section-title:after,
.home-satisfaction-title:after,
.page-breadcrumbs:after,
.sidebar-widget:after,
.site-menu-secondary .search-form:after,
.site-menu-secondary>li>a:after {
    display: block;
    content: "";
    height: 4px
}

.banner-nav,
.container,
.container-lg,
.footer-copyright,
.site-content-container,
.site-header-container {
    width: 90%;
    margin: 0 auto;
    max-width: 940px
}

.container-lg,
.site-header-container {
    max-width: 1120px
}

.burger {
    display: block;
    padding: 20px;
    cursor: pointer
}

.burger-bar {
    display: block;
    width: 18px;
    height: 2px;
    background-color: #6a6a6a;
    border-radius: 1px;
    box-shadow: 0 1px 0 rgba(106, 106, 106, .25);
    transition: transform .3s
}

.burger-bar+.burger-bar {
    margin-top: 4px
}

.burger-open>.burger-bar:nth-child(2) {
    display: none
}

.burger-open>.burger-bar:first-child {
    transform: rotate(45deg)
}

.burger-open>.burger-bar:nth-child(3) {
    transform: rotate(-45deg);
    margin-top: -2px
}

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

fieldset:last-of-type {
    margin-bottom: 0
}

.form-group {
    float: left;
    margin-bottom: 16px;
    width: 100%
}

.form-group.has-error label {
    color: red
}

.form-group.has-error .form-control {
    border-color: red
}

.form-group.has-error .form-control:focus {
    box-shadow: 0 0 5px #ff4d4d
}

.form-group.has-error .form-group-error {
    display: block
}

.form-group.has-error .g-recaptcha>div {
    border: 1px solid red
}

.form-group label {
    display: block;
    margin-bottom: 4px;
    color: #286ab7;
    font-size: 15px
}

.form-group-error {
    display: none;
    margin-top: 2px;
    color: red;
    font-size: 13px
}

.radio-inline-group label {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0
}

.radio-inline-group label:first-child {
    margin-right: 15px
}

.radio-inline-group label+label {
    margin-left: 10px
}

.form-control {
    width: 100%;
    background-color: #fff;
    color: #286ab7;
    border: 1px solid #286ab7;
    padding: 6px 8px;
    font-size: 15px
}

.form-control[type=checkbox],
.form-control[type=radio] {
    width: auto
}

.form-control:focus {
    box-shadow: 0 0 6px #1f528d
}

select.form-control {
    height: 34px
}

.form-control-help {
    font-size: 13px;
    padding-top: 2px;
    color: #286ab7
}

@media only screen and (min-width:768px) {
    .form-wrapper {
        margin: 0 -8px
    }
    .form-row {
        clear: left
    }
    .form-group {
        padding: 0 8px
    }
    .form-group.half-col {
        width: 50%
    }
    .form-control.half-width {
        width: calc(50% - 8px)
    }
}

.site-header {
    padding-top: 16px
}

.site-header-logo {
    z-index: 1
}

.site-nav-wrapper {
    background-color: #286ab7;
    color: #fff;
    margin-top: -16px
}

.site-menu {
    float: right
}

.site-menu>li {
    float: left;
    transition: background-color .2s, color .2s
}

.site-menu>li>a {
    display: block;
    padding: 24px 20px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1
}

.site-menu>li:last-child {
    margin-right: -20px
}

.site-menu>li.current-menu-ancestor,
.site-menu>li.current-menu-item,
.site-menu>li.current-page-ancestor,
.site-menu>li:hover {
    background-color: #fff;
    color: #286ab7
}

.site-menu .home-icon-item>a {
    padding: 4px;
    margin-top: 18px;
    margin-right: 16px;
    position: relative;
    z-index: 1
}

.site-menu .home-icon-item:hover {
    background-color: transparent
}

.site-menu .sub-menu {
    position: absolute;
    z-index: 101;
    top: calc(100% - 1px);
    left: 0;
    min-width: 100%;
    background: #fff;
    padding: 10px 15px;
    border-top: 1px solid #286ab7;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear .2s, opacity .2s
}

.site-menu .sub-menu>li {
    margin: 2px 0;
    line-height: 1.4
}

.site-menu .sub-menu>li>a {
    display: inline-block;
    color: #286ab7;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600
}

.site-menu .sub-menu>li.current-menu-item>a,
.site-menu .sub-menu>li.current-page-ancestor>a,
.site-menu .sub-menu>li>a:hover {
    color: #601288
}

.site-menu .sub-menu:after,
.site-menu .sub-menu:before {
    display: block;
    content: "";
    position: absolute;
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid
}

.site-menu .sub-menu:before {
    border-width: 13px 13px 0;
    border-color: #286ab7 transparent transparent
}

.site-menu .sub-menu:after {
    border-width: 12px 12px 0;
    border-color: #fff transparent transparent
}

.site-menu .sub-menu.open,
.site-menu>li:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s
}

.site-menu-secondary {
    float: right;
    margin-top: 25px
}

.site-menu-secondary>li {
    float: left;
    margin-right: 25px
}

.site-menu-secondary>li:last-child {
    margin-right: 0
}

.site-menu-secondary>li>a {
    display: inline-block;
    padding: 12px 0 0;
    color: #286ab7;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase
}

.site-menu-secondary>li>a:after {
    margin-top: 6px
}

.site-menu-secondary>li .icon-contact {
    margin-bottom: -4px;
    margin-right: 4px;
    margin-left: -2px
}

.site-menu-secondary .search-form {
    position: relative;
    padding-top: 4px
}

.site-menu-secondary .search-field {
    color: #286ab7;
    font-size: 13px;
    padding: 8px 0 6px 22px;
    font-weight: 700;
    border: none
}

.site-menu-secondary .search-field:-ms-input-placeholder {
    color: #286ab7;
    text-transform: uppercase;
    transition: color .2s
}

.site-menu-secondary .search-field::placeholder {
    color: #286ab7;
    text-transform: uppercase;
    transition: color .2s
}

.site-menu-secondary .search-field:focus {
    outline: 0;
    border-color: #286ab7
}

.site-menu-secondary .search-field:focus:-ms-input-placeholder {
    color: #ccc
}

.site-menu-secondary .search-field:focus::placeholder {
    color: #ccc
}

.site-menu-secondary .search-submit {
    position: absolute;
    top: 12px;
    left: 0
}

.banner {
    position: relative;
    border-bottom: 6px solid #eee
}

.banner:before {
    display: block;
    content: "";
    padding-top: 23.4%
}

.banner>.banner-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.banner-image {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.banner-nav {
    position: absolute;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    background-color: red
}

.banner-menu {
    color: #fff;
    float: right;
    transform: translateY(-100%)
}

.banner-menu:before {
    display: block;
    content: "";
    height: 35px;
    background: url(../images/banners/banner-menu-bg.svg) center top no-repeat
}

.banner-menu>li {
    background: #286ab7;
    padding: 0 28px
}

.banner-menu>li>a {
    display: block;
    padding: 13px 0;
    border-bottom: 2px dotted #fff;
    white-space: nowrap
}

.banner-menu>li:last-child>a {
    border-bottom: none
}

.banner-menu .mon-agence-link {
    font-size: 18px;
    text-transform: uppercase;
    line-height: .9
}

.banner-menu .mon-agence-link::first-line {
    font-weight: 700
}

.banner-menu .facture-link {
    line-height: 1.1
}

.banner-menu .facture-link-icon {
    float: left;
    margin-right: 8px
}

.banner-menu .facture-link-label {
    float: left;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px
}

.breadcrumbs>li,
.page-tabs>li>a {
    color: #286ab7;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase
}

.site-content-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 40px
}

.site-content {
    width: calc(100% - 216px)
}

.site-sidebar {
    width: 166px
}

.page-breadcrumbs {
    padding-bottom: 30px
}

.page-breadcrumbs:after {
    margin-top: 20px
}

.breadcrumbs>li {
    float: left
}

.breadcrumbs>li:after {
    content: ">";
    margin-left: 2px;
    margin-right: 4px
}

.content-body .video-player:before,
.document-thumb:before,
.home-banner:before,
.home-satisfaction-section:before,
.photo-thumb-image:after,
.photos-thumbs:after {
    content: ""
}

.breadcrumbs>li:last-child:after {
    display: none
}

.page-tabs {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 0;
    padding-bottom: 40px;
    margin-bottom: 30px;
    background-position: left bottom
}

.page-tabs>li {
    margin: 0 10px
}

.page-tabs>li>a {
    display: block;
    padding: 8px 18px;
    border: 1px solid #286ab7;
    transition: color .2s, background-color .2s
}

.page-tabs>li.active>a,
.page-tabs>li>a:hover {
    background-color: #286ab7;
    color: #fff
}

.pagination {
    margin: 20px 0
}

.pagination a {
    display: inline-block;
    color: #286ab7;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px
}

.pagination a:hover {
    color: #6a6a6a
}

.pagination .previous {
    float: left
}

.pagination .next {
    float: right
}

.content-title {
    color: #286ab7;
    font-size: 24px;
    line-height: 1.3
}

@media only screen and (min-width:768px) {
    .content-title {
        font-size: 32px
    }
}

.content-intro {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.6;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #000
}

.content-intro>p:last-child {
    margin-bottom: 0
}

.content-body {
    font-size: 16px;
    line-height: 1.6
}

.content-body h1,
.content-body h2,
.content-body h3,
.content-body h4,
.content-body h5,
.content-body h6 {
    margin: 1.5em 0 .5em;
    line-height: 1.2;
    color: #286ab7
}

.content-body h1:first-child,
.content-body h2:first-child,
.content-body h3:first-child,
.content-body h4:first-child,
.content-body h5:first-child,
.content-body h6:first-child {
    margin-top: 0;
    margin-bottom: 1em
}

.content-body h1 {
    font-size: 24px
}

.content-body h2 {
    font-size: 20px
}

.content-body h3 {
    font-size: 18px
}

@media only screen and (min-width:768px) {
    .content-body h1 {
        font-size: 32px
    }
    .content-body h2 {
        font-size: 24px
    }
    .content-body h3 {
        font-size: 20px
    }
}

.content-body p {
    margin: 0 0 1.2em
}

.content-body p+ol,
.content-body p+ul {
    margin-top: -.8em
}

.content-body ol,
.content-body ul {
    padding-left: 20px;
    margin-bottom: 1em
}

.content-body a:not(.unstyled) {
    color: #286ab7;
    text-decoration: underline
}

.btn-travaux-label,
.sidebar-widget-title {
    background-color: #286ab7;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase
}

.content-body a:not(.unstyled):hover {
    text-decoration: underline
}

.content-body img {
    max-width: 100%;
    height: auto
}

.content-body img.alignright {
    float: right;
    margin: 0 0 1.2em 1.2em
}

.content-body img.alignleft {
    float: left;
    margin: 0 1.2em 1.2em 0
}

.content-body img.arrondi,
.content-body img.rounded {
    border-radius: 10px
}

.content-body iframe {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%
}

.content-body .video-player {
    position: relative;
    width: 100%;
    margin-bottom: 1.5em
}

.content-body .video-player:before {
    display: block;
    padding-top: 56.25%
}

.content-body .video-player>iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.btn-travaux-icon>svg,
.sidebar-travaux-icon>svg {
    width: 52px;
    height: 52px
}

.sidebar-widget:after {
    margin: 25px 0
}

.sidebar-widget:last-child:after {
    display: none
}

.sidebar-widget-title {
    margin: 0;
    padding: 6px;
    text-align: center
}

.btn-travaux-icon,
.sidebar-travaux-icon {
    z-index: -1;
    margin-bottom: -20px;
    display: block;
    position: relative;
    text-align: center
}

.btn-travaux-icon .travaux-icon-bg {
    fill: #286ab7;
    transition: fill .2s
}

.btn-travaux-label {
    display: block;
    padding: 10px 12px 8px;
    line-height: 1.25;
    text-align: center;
    border-radius: 2px;
    transition: background-color .2s
}

.btn-travaux:hover .btn-travaux-label {
    background-color: #215796
}

.btn-travaux:hover .travaux-icon-bg {
    fill: #215796
}

.sidebar-travaux-content {
    margin-top: 15px;
    font-size: 14px
}

.sidebar-travaux-content h4 {
    margin: 0;
    color: #286ab7;
    font-weight: 700;
    font-size: 16px
}

.sidebar-travaux-content h4>span {
    display: block;
    color: #6a6a6a;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase
}

.sidebar-travaux-content p {
    margin-top: 10px;
    margin-bottom: 0
}

.sidebar-tarifs-content {
    padding: 15px 13px;
    background-color: #eee;
    border-bottom: 2px solid #286ab7
}

.sidebar-tarifs-links>li {
    margin-bottom: 12px
}

.sidebar-tarifs-links>li:last-child {
    margin-bottom: 0
}

.sidebar-tarif-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.sidebar-tarifs-icon {
    margin-right: 10px
}

.sidebar-tarifs-icon>svg {
    width: 38px;
    height: 38px
}

.sidebar-tarifs-icon>img {
    max-width: 38px;
    max-height: 38px;
    width: auto;
    height: auto
}

.sidebar-tarifs-label {
    display: inline-block;
    color: #286ab7;
    font-size: 13px;
    line-height: 1.2;
    text-transform: uppercase
}

.sidebar-tarifs-label p {
    margin: 0
}

.sidebar-urgence-eau {
    background-color: #374779;
    color: white;
    text-align: center;
    padding: 10px;
    text-transform: uppercase ;
}

.home-banner {
    position: relative;
    border-bottom: 6px solid #eee
}

.home-banner:before {
    display: block;
    padding-top: 23.4%
}

.home-banner>.home-banner-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.home-banner-slider {
    margin: 0;
    padding: 0;
    border: 0
}

.home-banner-slider .flex-viewport,
.home-banner-slider .slides {
    margin: 0;
    padding: 0;
    height: 100%
}

.home-banner-slider .flex-control-nav {
    bottom: 0
}

.home-banner-image {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.home-grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: -20px;
    margin-right: -20px
}

.home-col {
    width: calc(50% - 40px);
    margin: 20px
}

.home-col>img {
    max-width: 100%;
    height: auto
}

/*  Footer adaptatation pour
    suite ajout logos FEDER à droite pied de page
    suppression des margin left et right
 */

.footer-grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer-col {
/*    width: calc(50% - 40px);  */
    margin: 0px 5px 5px;
}

.footer-col>img {
    max-width: 100%;
    height: auto
}

.footer-feder img {
    display: block;
    margin-top: 6px;
    width: 200px;
    height: auto;
}

.home-news-section .news-excerpt:last-child {
    background-image: none;
    margin-bottom: 0;
    padding-bottom: 20px
}

.home-news-section .news-excerpt:first-child {
    margin-top: 20px
}

.home-media-section {
    background-color: rgba(40, 106, 183, .3)
}

.home-media-section-title {
    color: #286ab7;
    text-align: center;
    margin: 14px 0 0;
    font-size: 15px;
    text-transform: uppercase
}

.home-media-section-title:after {
    margin-top: 10px
}

.home-media-slider .flex-control-nav {
    bottom: -30px
}

.home-media-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin: 25px 25px 10px;
    color: #286ab7;
    font-weight: 600;
    font-size: 14px;
    transition: color .2s
}

.home-media-link.document {
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: left;
    font-size: 15px;
    margin-left: 80px;
    margin-right: 80px
}

.home-media-link:hover {
    color: #112d4e
}

.home-media-thumb {
    max-height: 100px;
    width: auto;
    margin-bottom: 5px
}

.home-media-link.document .home-media-thumb {
    max-width: 100px;
    max-height: 115px;
    margin-right: 15px;
    margin-bottom: 0
}

.home-satisfaction-section {
    position: relative
}

.home-satisfaction-section:before {
    display: block;
    padding-top: 65%
}

.home-satisfaction-section>.home-satisfaction-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.home-satisfaction-inner {
    background: url(../images/home/satisfaction.jpg) top left no-repeat;
    background-size: cover
}

.home-satisfaction-content {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-color: rgba(40, 106, 183, .7);
    text-align: center
}

.news-excerpt-thumb img,
.single-news-photo>img {
    height: auto;
    max-width: 100%
}

.home-satisfaction-title {
    display: block;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 14px 0 0
}

.home-satisfaction-title:after {
    margin: 10px auto;
    width: 48px
}

.news-excerpt {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 32px;
    margin-bottom: 26px
}

.news-excerpt:last-child {
    margin-bottom: 0
}

.news-excerpt>div {
    width: calc(50% - 20px)
}

.news-excerpt-pre-title {
    display: inline-block;
    margin: 0
}

.news-excerpt-pre-title>a {
    display: block;
    padding: 6px 15px;
    background-color: #286ab7;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase
}

.news-excerpt-title {
    color: #286ab7;
    font-weight: 600;
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 0;
    line-height: 1.2
}

.news-excerpt-intro {
    margin: 12px 0;
    font-size: 15px;
    line-height: 1.4em;
    max-height: 7em;
    overflow: hidden
}

.news-excerpt-intro>p {
    margin: 0
}

.news-excerpt-meta {
    color: #286ab7;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600
}

.news-excerpt-read-more {
    margin-left: 20px
}

.news-excerpt-read-more .icon-plus {
    display: inline-block;
    vertical-align: middle;
    margin-top: -4px;
    margin-left: 5px
}

.news-excerpt-read-more:hover {
    color: #6a6a6a
}

.news-excerpt-read-more:hover .icon-plus-shape {
    stroke: #6a6a6a
}

.single-news-container {
    padding-bottom: 25px
}

.single-news-photo {
    margin-bottom: 20px
}

.single-news-meta {
    color: #286ab7;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px
}

.contact-section {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    background-position: left bottom;
    padding-bottom: 40px;
    margin-bottom: 25px
}

.contact-col {
    margin: 0 30px
}

.contact-col-title {
    margin-top: 0;
    margin-bottom: 10px;
    color: #286ab7;
    font-size: 18px;
    font-weight: 400
}

.contact-col-content strong,
.document-title {
    font-weight: 600
}

.contact-col-icon {
    display: block;
    vertical-align: bottom;
    min-height: 24px;
    line-height: 0;
    margin-bottom: 4px
}

.photo-thumb-title,
.video-thumb-title {
    line-height: 1.3;
    text-transform: uppercase
}

.contact-col-icon .icon-ecrire {
    margin-bottom: -14px
}

.contact-col-content {
    font-size: 15px
}

.contact-col-content p:first-child {
    margin-top: 0
}

.contact-col-content p:last-child {
    margin-bottom: 0
}

.contact-subcol {
    float: left;
    margin: 0 35px
}

.contact-form-container {
    padding: 50px;
    background-color: #eee
}

.document-thumb.no-thumb,
.photo-thumb-image:after,
.video-thumb-image:after {
    background-color: #286ab7
}

@media only screen and (max-width:1023px) {
    .contact-form-container {
        padding: 40px
    }
}

@media only screen and (max-width:767px) {
    .contact-form-container {
        padding: 30px
    }
}

@media only screen and (max-width:559px) {
    .contact-form-container {
        padding: 20px
    }
}

.contact-form-success {
    display: none;
    font-size: 18px;
    color: #308c44;
    text-align: center
}

.photo-button,
.photo-thumb:hover .photo-thumb-title {
    color: #286ab7
}

.documents-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 40px
}

.documents-list>li {
    width: 50%;
    margin-bottom: 40px;
    padding-right: 40px
}

.document-link {
    display: -ms-flexbox;
    display: flex
}

.document-link>.document-thumb {
    width: 33.33333%
}

.document-link>.document-title {
    width: 66.66667%
}

.document-link .icon-download {
    display: block;
    margin-top: 10px;
    width: 28px;
    height: 28px
}

.document-link .icon-download-bg {
    transition: fill .2s
}

.document-link:hover .icon-download-bg {
    fill: #286ab7
}

.document-thumb {
    position: relative;
    text-align: right
}

.document-thumb:before {
    display: block;
    padding-top: 141.42857%
}

.document-thumb>img {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

.document-title {
    padding: 0 20px;
    color: #286ab7;
    font-size: 18px
}

.single-video-player:before,
.video-thumb-image:before {
    padding-top: 56.25%
}

.photos-thumbs {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.photos-thumbs:after {
    width: calc(33.33333% - 10px)
}

.photo-thumb {
    width: calc(33.333333% - 10px);
    margin-bottom: 10px;
    cursor: pointer
}

@media only screen and (max-width:559px) {
    .photo-thumb {
        width: calc(50% - 10px)
    }
}

.photo-thumb-image {
    position: relative
}

.photo-thumb-image>img {
    display: block;
    max-width: 100%;
    height: auto
}

.photo-thumb-image:after {
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    mix-blend-mode: multiply;
    border-radius: inherit;
    opacity: 0;
    transition: opacity .2s
}

.photo-thumb.active .photo-thumb-image:after,
.photo-thumb:hover .photo-thumb-image:after {
    opacity: .5
}

.photo-thumb-title {
    margin-top: 8px;
    font-size: 13px;
    transition: color .2s
}

.photo-large-wrapper {
    position: relative;
    margin: 40px 0 30px;
    height: calc(100vh - 70px)
}

.photo-large,
.photo-legend {
    display: block;
    position: absolute;
    opacity: 0;
    transition: opacity .6s
}

.photo-large.active,
.photo-legend.active {
    opacity: 1
}

.photo-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 700;
    font-size: 36px;
    cursor: pointer;
    transition: color .2s
}

.photo-button:hover {
    color: #6a6a6a
}

.footer-menu-nav,
.search-results-list a:hover,
.video-modal-close:after,
.video-thumb:hover .video-thumb-title {
    color: #286ab7
}

.photo-button.previous {
    left: -25px
}

.photo-button.next {
    right: -25px
}

.videos-thumbs {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.single-video-player:before,
.video-thumb-image:after,
.video-thumb-image:before {
    display: block;
    content: ""
}

.videos-thumbs:after {
    content: "";
    width: calc(33.33333% - 10px)
}

.video-thumb {
    width: calc(33.333333% - 10px);
    margin-bottom: 20px;
    cursor: pointer
}

@media only screen and (max-width:559px) {
    .video-thumb {
        width: calc(50% - 10px)
    }
    .hidden-xs {
        display: none;
    }
    .visible-xs {
        display: block !important;
    }
    .site-content {
        width: 100%;
    }
    .news-excerpt>div {
        width: 100%;
    }
    .home-col {
        width: 100%;
    }
    .page-template-template-contact-php .container .site-content .contact-section {
        display: block;
    }
    .page-tabs {
        display: block;
    }
    .documents-list>li {
        width: 100%;
        padding-right: 0;
    }
    nav.banner-nav {
        position: relative;
    }
    nav.banner-nav ul.banner-menu {
        transform: translateY(0);
    }
}

@media only screen and (max-width:750px) {
    .news-excerpt>div {
        width: 100%;
    }
    .home-col {
        width: 100%;
    }
}

.video-thumb-image {
    position: relative
}

.video-thumb-image:after,
.video-thumb-image>img {
    position: absolute;
    border-radius: inherit;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%
}

.video-thumb-image:after {
    z-index: 1;
    mix-blend-mode: multiply;
    opacity: 0;
    transition: opacity .2s
}

.video-thumb:hover .video-thumb-image:after {
    opacity: .5
}

.video-thumb-title {
    margin-top: 8px;
    font-size: 13px;
    transition: color .2s
}

.single-video-container {
    padding-bottom: 40px;
    margin-bottom: 20px
}

.single-video-player {
    position: relative
}

.single-video-player>iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.video-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, .9)
}

.video-modal-video {
    position: relative;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 80px);
    max-width: 1280px
}

.video-modal-video:before {
    display: block;
    content: "";
    padding-top: 56.25%
}

.video-modal-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none
}

.video-modal-close {
    display: block;
    position: absolute;
    top: -30px;
    right: -30px
}

.video-modal-close:after {
    display: block;
    content: "\2573";
    cursor: pointer;
    font-size: 24px;
    line-height: 1
}

.search-no-results-message {
    font-size: 18px;
    margin-bottom: 40px
}

.search-no-results-form p {
    margin-bottom: 8px;
    color: #286ab7;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase
}

.search-no-results-form input[type=search] {
    padding: 1px 4px
}

.search-results-list {
    margin: 0 0 0 20px;
    padding: 0;
    font-size: 17px
}

.search-results-list>li {
    margin-bottom: 8px
}

.site-footer {
    margin-top: 80px
}

.footer-menu-wrapper {
    position: relative;
    padding: 25px 0 23px;
    background-color: #eee;
    border-bottom: 2px solid #286ab7
}

.footer-menu-wrapper:before {
    display: block;
    content: "";
    position: absolute;
    z-index: 1;
    background: url(../images/logo-footer.svg) center top no-repeat;
    width: 60px;
    height: 41px;
    background-size: 60px 41px;
    top: -32px;
    left: 50%;
    transform: translateX(-38%)
}

.footer-menu-nav {
    text-align: center
}

.footer-menu>li {
    margin: 0 20px
}

.footer-menu>li>a {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase
}

.debug-toggle,
.footer-cap-excellence {
    font-size: 12px
}

.footer-copyright {
    padding: 15px 0
}

.footer-cap-excellence img {
    display: block;
    margin-top: 6px;
    width: 90px;
    height: auto
}

.debug-toggle {
    position: fixed;
    z-index: 9999;
    bottom: 5px;
    right: 5px;
    cursor: pointer
}

.debug {
    display: none;
    position: fixed;
    z-index: 9998;
    bottom: 0;
    left: 0;
    height: 50%;
    width: 100%;
    overflow: auto;
    background-color: #fff;
    font-size: 13px
}

#__bs_notify__ {
    top: auto !important;
    right: auto !important;
    bottom: 0;
    left: 0;
    border-radius: 0 !important
}

.visible-xs {
    display: none;
}

.visible-xs .site-content {
    width: 100%;
}

.visible-xs .site-content .site-sidebar {
    width: 100%;
}

@supports(-ms-ime-align:auto) {
    .site-header-logo img {
        width: 220px;
    }
}