/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
:root {
    --clr-primary: #0000f5;
    --clr-primary-hover: #4e4ee8;

    --clr-beige: #e8e8de;
    --clr-beige-hover: #e5e2db;

    --clr-light-grey: #d8d8d8;
    --clr-light-grey-hover: #c8c8c8;

    --clr-grey: #b0b0b0;
    --clr-grey-hover: #a0a0a0;
}
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,
menu,
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-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

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

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

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

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

small {
    font-size: 80%;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

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

figure {
    margin: 1em 40px;
}

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

pre {
    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;
}

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;
}

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;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

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

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

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

td,
th {
    padding: 0;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.container:before,
.container:after {
    /* content: " ";
    display: table; */
}

.container:after {
    /* clear: both; */
}
.container.bigger {
    max-width: 1440px;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}
.color-black {
    color: #000;
}
a.color-black {
    color: #000 !important;
}
a.color-black:hover {
    color: var(--clr-primary) !important;
}
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.container-fluid:before,
.container-fluid:after {
    content: " ";
    display: table;
}

.container-fluid:after {
    clear: both;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

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

.row:after {
    clear: both;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left;
}

.col-xs-1 {
    width: 8.33333%;
}

.col-xs-2 {
    width: 16.66667%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-4 {
    width: 33.33333%;
}

.col-xs-5 {
    width: 41.66667%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-7 {
    width: 58.33333%;
}

.col-xs-8 {
    width: 66.66667%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-10 {
    width: 83.33333%;
}

.col-xs-11 {
    width: 91.66667%;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-pull-1 {
    right: 8.33333%;
}

.col-xs-pull-2 {
    right: 16.66667%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-4 {
    right: 33.33333%;
}

.col-xs-pull-5 {
    right: 41.66667%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-7 {
    right: 58.33333%;
}

.col-xs-pull-8 {
    right: 66.66667%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-10 {
    right: 83.33333%;
}

.col-xs-pull-11 {
    right: 91.66667%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-push-1 {
    left: 8.33333%;
}

.col-xs-push-2 {
    left: 16.66667%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-4 {
    left: 33.33333%;
}

.col-xs-push-5 {
    left: 41.66667%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-7 {
    left: 58.33333%;
}

.col-xs-push-8 {
    left: 66.66667%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-10 {
    left: 83.33333%;
}

.col-xs-push-11 {
    left: 91.66667%;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

.col-xs-offset-1 {
    margin-left: 8.33333%;
}

.col-xs-offset-2 {
    margin-left: 16.66667%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-4 {
    margin-left: 33.33333%;
}

.col-xs-offset-5 {
    margin-left: 41.66667%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-7 {
    margin-left: 58.33333%;
}

.col-xs-offset-8 {
    margin-left: 66.66667%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-10 {
    margin-left: 83.33333%;
}

.col-xs-offset-11 {
    margin-left: 91.66667%;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }

    .col-sm-1 {
        width: 8.33333%;
    }

    .col-sm-2 {
        width: 16.66667%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-4 {
        width: 33.33333%;
    }

    .col-sm-5 {
        width: 41.66667%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-7 {
        width: 58.33333%;
    }

    .col-sm-8 {
        width: 66.66667%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-10 {
        width: 83.33333%;
    }

    .col-sm-11 {
        width: 91.66667%;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-pull-1 {
        right: 8.33333%;
    }

    .col-sm-pull-2 {
        right: 16.66667%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-4 {
        right: 33.33333%;
    }

    .col-sm-pull-5 {
        right: 41.66667%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-7 {
        right: 58.33333%;
    }

    .col-sm-pull-8 {
        right: 66.66667%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-10 {
        right: 83.33333%;
    }

    .col-sm-pull-11 {
        right: 91.66667%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-push-1 {
        left: 8.33333%;
    }

    .col-sm-push-2 {
        left: 16.66667%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-4 {
        left: 33.33333%;
    }

    .col-sm-push-5 {
        left: 41.66667%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-7 {
        left: 58.33333%;
    }

    .col-sm-push-8 {
        left: 66.66667%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-10 {
        left: 83.33333%;
    }

    .col-sm-push-11 {
        left: 91.66667%;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66667%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66667%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66667%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66667%;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }

    .col-md-1 {
        width: 8.33333%;
    }

    .col-md-2 {
        width: 16.66667%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-4 {
        width: 33.33333%;
    }

    .col-md-5 {
        width: 41.66667%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-7 {
        width: 58.33333%;
    }

    .col-md-8 {
        width: 66.66667%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-10 {
        width: 83.33333%;
    }

    .col-md-11 {
        width: 91.66667%;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-pull-1 {
        right: 8.33333%;
    }

    .col-md-pull-2 {
        right: 16.66667%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-4 {
        right: 33.33333%;
    }

    .col-md-pull-5 {
        right: 41.66667%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-7 {
        right: 58.33333%;
    }

    .col-md-pull-8 {
        right: 66.66667%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-10 {
        right: 83.33333%;
    }

    .col-md-pull-11 {
        right: 91.66667%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-push-1 {
        left: 8.33333%;
    }

    .col-md-push-2 {
        left: 16.66667%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-4 {
        left: 33.33333%;
    }

    .col-md-push-5 {
        left: 41.66667%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-7 {
        left: 58.33333%;
    }

    .col-md-push-8 {
        left: 66.66667%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-10 {
        left: 83.33333%;
    }

    .col-md-push-11 {
        left: 91.66667%;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-offset-0 {
        margin-left: 0%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333%;
    }

    .col-md-offset-2 {
        margin-left: 16.66667%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333%;
    }

    .col-md-offset-5 {
        margin-left: 41.66667%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333%;
    }

    .col-md-offset-8 {
        margin-left: 66.66667%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333%;
    }

    .col-md-offset-11 {
        margin-left: 91.66667%;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left;
    }

    .col-lg-1 {
        width: 8.33333%;
    }

    .col-lg-2 {
        width: 16.66667%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-4 {
        width: 33.33333%;
    }

    .col-lg-5 {
        width: 41.66667%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-7 {
        width: 58.33333%;
    }

    .col-lg-8 {
        width: 66.66667%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-10 {
        width: 83.33333%;
    }

    .col-lg-11 {
        width: 91.66667%;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-pull-1 {
        right: 8.33333%;
    }

    .col-lg-pull-2 {
        right: 16.66667%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-4 {
        right: 33.33333%;
    }

    .col-lg-pull-5 {
        right: 41.66667%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-7 {
        right: 58.33333%;
    }

    .col-lg-pull-8 {
        right: 66.66667%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-10 {
        right: 83.33333%;
    }

    .col-lg-pull-11 {
        right: 91.66667%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-push-1 {
        left: 8.33333%;
    }

    .col-lg-push-2 {
        left: 16.66667%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-4 {
        left: 33.33333%;
    }

    .col-lg-push-5 {
        left: 41.66667%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-7 {
        left: 58.33333%;
    }

    .col-lg-push-8 {
        left: 66.66667%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-10 {
        left: 83.33333%;
    }

    .col-lg-push-11 {
        left: 91.66667%;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-offset-0 {
        margin-left: 0%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66667%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66667%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66667%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66667%;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }
}

.loader {
    width: 20px;
    height: 20px;
    transform: rotate(-45deg);
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -10px 0 -10px;
}

@-moz-keyframes part-anim {
    0% {
        -moz-transform: translate3d(-10px, -10px, 0);
        transform: translate3d(-10px, -10px, 0);
    }

    100% {
        -moz-transform: translate3d(10px, 10px, 0);
        transform: translate3d(10px, 10px, 0);
    }
}

@-webkit-keyframes part-anim {
    0% {
        -webkit-transform: translate3d(-10px, -10px, 0);
        transform: translate3d(-10px, -10px, 0);
    }

    100% {
        -webkit-transform: translate3d(10px, 10px, 0);
        transform: translate3d(10px, 10px, 0);
    }
}

@keyframes part-anim {
    0% {
        -moz-transform: translate3d(-10px, -10px, 0);
        -ms-transform: translate3d(-10px, -10px, 0);
        -webkit-transform: translate3d(-10px, -10px, 0);
        transform: translate3d(-10px, -10px, 0);
    }

    100% {
        -moz-transform: translate3d(10px, 10px, 0);
        -ms-transform: translate3d(10px, 10px, 0);
        -webkit-transform: translate3d(10px, 10px, 0);
        transform: translate3d(10px, 10px, 0);
    }
}

.loader-part {
    position: absolute;
    width: 20px;
    height: 20px;
    z-index: 1;
    -moz-animation: part-anim 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite alternate;
    -webkit-animation: part-anim 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite alternate;
    animation: part-anim 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite alternate;
}

.loader-blue {
    background: var(--clr-primary);
    right: 0;
    bottom: 0;
    -moz-animation-direction: alternate-reverse;
    -webkit-animation-direction: alternate-reverse;
    animation-direction: alternate-reverse;
}

.loader-white {
    background: #fff;
    left: 0;
    top: 0;
}

@-moz-keyframes blend-anim {
    0% {
        -moz-transform: scale(0.01, 0.01) rotateY(0);
        transform: scale(0.01, 0.01) rotateY(0);
        -moz-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
        animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
    }

    50% {
        -moz-transform: scale(1, 1) rotateY(0);
        transform: scale(1, 1) rotateY(0);
        -moz-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
        animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    }

    100% {
        -moz-transform: scale(0.01, 0.01) rotateY(0);
        transform: scale(0.01, 0.01) rotateY(0);
    }
}

@-webkit-keyframes blend-anim {
    0% {
        -webkit-transform: scale(0.01, 0.01) rotateY(0);
        transform: scale(0.01, 0.01) rotateY(0);
        -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
        animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
    }

    50% {
        -webkit-transform: scale(1, 1) rotateY(0);
        transform: scale(1, 1) rotateY(0);
        -webkit-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
        animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    }

    100% {
        -webkit-transform: scale(0.01, 0.01) rotateY(0);
        transform: scale(0.01, 0.01) rotateY(0);
    }
}

@keyframes blend-anim {
    0% {
        -moz-transform: scale(0.01, 0.01) rotateY(0);
        -ms-transform: scale(0.01, 0.01) rotateY(0);
        -webkit-transform: scale(0.01, 0.01) rotateY(0);
        transform: scale(0.01, 0.01) rotateY(0);
        -moz-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
        -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
        animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
    }

    50% {
        -moz-transform: scale(1, 1) rotateY(0);
        -ms-transform: scale(1, 1) rotateY(0);
        -webkit-transform: scale(1, 1) rotateY(0);
        transform: scale(1, 1) rotateY(0);
        -moz-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
        -webkit-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
        animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    }

    100% {
        -moz-transform: scale(0.01, 0.01) rotateY(0);
        -ms-transform: scale(0.01, 0.01) rotateY(0);
        -webkit-transform: scale(0.01, 0.01) rotateY(0);
        transform: scale(0.01, 0.01) rotateY(0);
    }
}

.loader-blend {
    background: #7fd6f4;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    -moz-animation: blend-anim 0.8s ease-in infinite;
    -webkit-animation: blend-anim 0.8s ease-in infinite;
    animation: blend-anim 0.8s ease-in infinite;
}

/* common --> */
*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*::-moz-selection {
    color: #fff;
    background-color: var(--clr-primary);
}

*::selection {
    color: #fff;
    background-color: var(--clr-primary);
}

html,
body,
form {
    padding: 0;
    margin: 0;
}

html,
body {
    min-height: 100%;
    height: 100%;
}

body {
    color: #6d6f71;
    font-family: "montserrat", Calibri, Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 0.9em;
    line-height: 1.5em;
    -webkit-font-smoothing: antialiased;
    -webkit-text-rendering: optimizeLegibility;
    -moz-text-rendering: optimizeLegibility;
    text-rendering: optimizeLegibility;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: "montserrat", Calibri, Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
}

strong {
    font-weight: 600;
}

img {
    display: block;
    max-width: 100%;
    margin: auto;
}

.img-not-centered img {
    display: inherit;
    max-width: unset;
    margin: unset;
}

.img-not-centered p,
.img-not-centered li {
    font-weight: 100;
}

a img {
    border: none;
}

a {
    text-decoration: none;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}

.container {
    width: 96%;
    max-width: 1170px;
    margin: auto;
}

.container.no-mediaqueries {
    width: 980px;
}

.center {
    display: block;
    text-align: center;
}

/* <-- common */
/* sections --> */
.sect {
    position: relative;
    /* padding-top: 5em;*/
    padding-bottom: 4em;
    padding-top: 8em;
    /* padding-bottom: 8em; */
}

.sect {
    /* padding-bottom: 0em; */
}

#plusvalue {
    padding-top: 0em;
    padding-bottom: 2em;
}

@media (min-width: 768px) {
    .sect {
        /* padding-top: 10em;
    padding-bottom: 8em; */
    }
}

.sect-title {
    margin: 0 0 1em 0;
    color: var(--clr-primary);
    font-size: 2em;
    font-weight: 300;
    line-height: 1em;
    text-align: center;
    /* text-transform: uppercase; */
}

@media (min-width: 768px) {
    .sect-title {
        margin: 0 0 1em 0;
        font-size: 3.5em;
        /* font-weight: bold; */
        text-transform: uppercase;
    }
}

.sect-title .icon {
    display: block;
    margin-bottom: 0.5em;
    font-size: 1.5em;
}

/* <-- sections */
/* lists --> */
@media (max-width: 767px) {
    .list p {
        text-align: center;
    }
}

.list ul {
    list-style: none;
    padding-left: 0px;
    margin-top: 3.5em;
}

.img-not-centered ul {
    list-style: disc;
    padding-left: inherit;
    margin-top: initial;
}

.img-not-centered h1,
.img-not-centered h2,
.img-not-centered h3 {
    color: var(--clr-primary);
}

.img-not-centered h2 {
    font-size: 2em;
}

.img-not-centered h3 {
    font-size: 1.3em;
}

.list a {
    color: var(--clr-primary);
}

.list-items {
    padding: 0;
    margin: 2em 0;
    list-style: none;
    font-weight: 300;
    font-size: 1.125em;
}

@media (min-width: 768px) {
    .list-items {
        padding-left: 1em;
        margin: 4em 0;
        font-size: 1.25em;
    }
}

.list-items:last-child {
    margin-bottom: 0;
}

.list-items > li {
    margin: 1em 0;
    text-align: center;
}

.list-items > li:last-child {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .list-items > li:after {
        content: "";
        display: block;
        width: 40%;
        height: 1px;
        margin: 0.75em auto -0.25em auto;
        border-bottom: 1px dotted #bababa;
    }

    .list-items > li:last-child:after {
        display: none;
    }

    .list {
        padding-top: 3em;
    }
}

@media (min-width: 768px) {
    .list-items > li {
        position: relative;
        text-align: center;
    }

    .list-items > li > #list-icon {
        display: inline-block;
    }

    .list-items > li > #list-icon:before {
        content: "";
        display: block;
        width: 12px;
        height: 12px;
        position: relative;
        left: -12px;
        border: 2px solid var(--clr-primary);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: transform 0.25s ease-in-out, background 0.25s ease-in-out;
        -o-transition: transform 0.25s ease-in-out, background 0.25s ease-in-out;
        transition: transform 0.25s ease-in-out, background 0.25s ease-in-out;
    }
}

.link-devis {
    color: var(--clr-primary);
}

.link-devis:hover,
.link-devis:focus,
.link-devis:active {
    color: var(--clr-primary-hover);
}

/* <-- lists */
/* buttons --> */
.expanding-button {
    height: 2em;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}

.expanding-button > a {
    display: block;
    width: 50%;
    padding: 0.5em 1em;
    margin: 0 auto;
    position: absolute;
    left: 25%;
    z-index: 1;
    border-bottom: 1px solid #6d6f71;
    color: #6d6f71;
    font-size: 1.125em;
    font-weight: 600;
    -webkit-transition: width 0.25s ease-in-out, left 0.25s ease-in-out, border 0.25s ease-in-out;
    -o-transition: width 0.25s ease-in-out, left 0.25s ease-in-out, border 0.25s ease-in-out;
    transition: width 0.25s ease-in-out, left 0.25s ease-in-out, border 0.25s ease-in-out;
}

.expanding-button > a:before,
.expanding-button > a:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.expanding-button > a:before {
    border-left: 1px solid #6d6f71;
    border-right: 1px solid #6d6f71;
    -webkit-transition: top 0.25s ease-in-out;
    -o-transition: top 0.25s ease-in-out;
    transition: top 0.25s ease-in-out;
}

.expanding-button > a:after {
    border-top: 1px solid #6d6f71;
    bottom: -2px;
    -webkit-transition: left 0.25s ease-in-out, right 0.25s ease-in-out;
    -o-transition: left 0.25s ease-in-out, right 0.25s ease-in-out;
    transition: left 0.25s ease-in-out, right 0.25s ease-in-out;
}

.expanding-button > a:hover,
.expanding-button > a:focus,
.expanding-button > a:active {
    width: 80%;
    left: 10%;
    border-bottom-color: var(--clr-primary);
    border-bottom-width: 2px;
    color: var(--clr-primary);
    text-decoration: none;
}

.expanding-button > a:hover:before,
.expanding-button > a:focus:before,
.expanding-button > a:active:before {
    top: 100%;
}

.expanding-button > a:hover:after,
.expanding-button > a:focus:after,
.expanding-button > a:active:after {
    left: 50%;
    right: 50%;
}

.expanding-button.white-button > a {
    border-color: #fff;
    color: #fff;
}

.expanding-button.white-button > a:before {
    border-color: #fff;
}

.expanding-button.white-button > a:after {
    border-color: #fff;
}

.expanding-button.white-button > a:hover,
.expanding-button.white-button > a:focus,
.expanding-button.white-button > a:active {
    border-color: #000;
    color: #000;
}

.expanding-button.white-button > a {
    border-color: #000;
    color: #000;
}

.expanding-button.white-button > a:before {
    border-color: #000;
}

.expanding-button.white-button > a:after {
    border-color: #000;
}

.expanding-button.white-button > a:hover,
.expanding-button.white-button > a:focus,
.expanding-button.white-button > a:active {
    border-color: #000;
    color: #000;
}

.floating-button {
    margin-top: 4em;
    font-size: 1.25em;
    line-height: 2.5em;
    text-align: center;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .floating-button {
        position: absolute;
        bottom: 0;
        right: 0;
    }
}

.floating-button a {
    color: var(--clr-primary);
}

.floating-button .icon {
    background: var(--clr-primary);
    color: #fff;
    font-size: 4em;
}

.floating-button.white-button a {
    color: #fff;
}

.halo-button .icon {
    position: relative;
}

.halo-button .halo:before,
.halo-button .halo:after {
    content: "";
    display: block;
    width: 1em;
    height: 1em;
    position: absolute;
    top: 0;
    left: 0;
    border: 5px solid var(--clr-primary);
    border-radius: 100px;
}

.halo-button .halo:before {
    -moz-animation: halo 6s linear infinite;
    -webkit-animation: halo 6s linear infinite;
    animation: halo 6s linear infinite;
}

.halo-button .halo:after {
    -moz-animation: halo 6s 3s linear infinite;
    -webkit-animation: halo 6s 3s linear infinite;
    animation: halo 6s 3s linear infinite;
}

.halo-button.white-button .halo:before,
.halo-button.white-button .halo:after {
    border-color: #fff;
}

@-moz-keyframes halo {
    0% {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1);
    }

    100% {
        opacity: 0;
        -moz-transform: scale(3);
        transform: scale(3);
    }
}

@-webkit-keyframes halo {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(3);
        transform: scale(3);
    }
}

@keyframes halo {
    0% {
        opacity: 1;
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        opacity: 0;
        -moz-transform: scale(3);
        -ms-transform: scale(3);
        -webkit-transform: scale(3);
        transform: scale(3);
    }
}

/* <-- buttons */
/* content --> */
.ctnt .container {
    position: relative;
}

.ctnt b {
    font-size: 1.5em;
    font-weight: 300;
}

/* <-- content */
/* header --> */
.home .head {
    /* height: 100%; */
}

.head-banner {
    /* height: 85px; */
    /* background: transparent; */
    /* background: rgba(255, 255, 255, 0.9); */
    transition: all 0.25s ease-in-out;
    background: #fff;
}
.home .head-banner {
    background: transparent;
}

.affix .head-banner {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

@media (min-width: 966px) {
    .head-banner {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 999;
    }
}

.home .head-title {
    position: absolute;
    z-index: 2;
}

/* @media (max-width: 965px) {
  .head-nav-menu {
    background-size: 136px 95px !important;
  }
} */
.head-logo {
    /* float: left; */
    padding: 15px 0;
    height: 85px;
}

.head-logo img,
.head-logo svg {
    height: 100%;
}

.head-logo #logo .cls-1 {
    fill: var(--clr-primary);
    stroke-width: 0px;
    transition: all 0.25s ease-in-out;
}

.home .head-logo #logo .cls-1 {
    fill: #fff;
}

@media (max-width: 965px) {
    .home .head-logo #logo .cls-1 {
        fill: #0000f5;
    }
}

.affix .head-logo #logo .cls-1 {
    fill: #0000f5;
    stroke-width: 0px;
}

@media (max-width: 965px) {
    .head-logo {
        height: 75px;
    }
    .head-logo #logo .cls-1 {
        fill: #0000f5;
        stroke-width: 0px;
    }
}

.head-title {
    display: inline-block;
    /* width: 96px;
  height: 65px; */
    width: 150px;
    height: 100px;
    overflow: hidden;
    margin: 0 -0.25em 0 16px;
    vertical-align: top;
    background: url(../img/logo-comodo-top.png) no-repeat left top;
    background-size: contain;
    text-indent: 9999em;
    -webkit-transition: width 0.25s ease-in-out, height 0.25s ease-in-out, background 0.25s ease-in-out;
    -o-transition: width 0.25s ease-in-out, height 0.25s ease-in-out, background 0.25s ease-in-out;
    transition: width 0.25s ease-in-out, height 0.25s ease-in-out, background 0.25s ease-in-out;
}

.head-title.tiny {
    display: inline-block;
    width: 150px;
    height: 100px;
}

@media (min-width: 1240px) {
    .head-title {
        /* width: 402px;
    height: 273px; */
        width: 285px;
        height: 195px;
        margin: 0 -0.25em 0 70px;
    }
}

.is-minified .head-title {
    /* width: 96px;
  height: 65px; */
    background-size: contain;
    position: absolute;
    z-index: 2;
}

.head-title a {
    display: block;
    height: 100%;
}

@media (max-width: 965px) {
    .head-nav-open {
        position: fixed;
        top: 15px;
        right: 10px;
        z-index: 1005;
        color: var(--clr-primary);
        font-size: 3em;
    }

    .head-nav-open:after {
        content: "";
        display: block;
        width: 1em;
        height: 1em;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        /* background: #fff; */
        border-radius: 100px;
        line-height: 1;
    }

    .phone-mobile-nav {
        position: fixed;
        top: 15px;
        right: 70px;
        z-index: 1005;
        font-size: 3em;
        border-radius: 50%;
        border: 3px solid var(--clr-primary);
        width: 43px;
        height: 43px;
        /* background-color: #fff; */
    }
    .phone-mobile-nav svg {
        height: 20px;
        fill: var(--clr-primary);
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .mobile-hide {
        display: none !important;
    }
}

@media (min-width: 966px) {
    .head-nav-open,
    .phone-mobile-nav {
        display: none;
    }
}

@media (max-width: 965px) {
    .head-nav {
        width: 100%;
        min-height: 0.5em;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 100%;
        right: 0;
        z-index: 1000;
        background: #fff;
        background: rgba(255, 255, 255, 0.95);
        -webkit-transition: left 0.5s ease-in-out;
        -o-transition: left 0.5s ease-in-out;
        transition: left 0.5s ease-in-out;
    }

    .nav-bar-bleu {
        width: 100%;
        min-height: 0.5em;
        position: fixed;
        /* top: 0; */
        bottom: 0;
        left: 100%;
        right: 0;
        z-index: 1001;
        -webkit-transition: left 0.5s ease-in-out;
        -o-transition: left 0.5s ease-in-out;
        transition: left 0.5s ease-in-out;
    }

    .head-nav-open:active + .head-nav,
    .head-nav.is-active,
    .nav-bar-bleu.is-active {
        left: 0;
    }
}

@media (min-width: 966px) {
    .head-banner .container {
        /* position: relative;
        height: 100%; */
    }

    .menu-container {
        display: flex;
        justify-content: space-between;
    }

    .head-nav {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .nav-bar-bleu {
        background-color: var(--clr-primary);
        width: 100%;
        color: #fff;
        height: 40px;
        display: flex;
        align-items: center;
        transition: all 0.25s ease-in-out;
    }

    .affix .nav-bar-bleu {
        opacity: 0;
        height: 0;
    }

    .nav-bar-bleu ul {
        padding: 0;
        margin: 0;
        list-style: none;
        display: flex;
        gap: 2rem;
        justify-content: flex-end;
    }

    .head-nav-menu {
        /* position: relative; */
    }

    .sub-menu-trigger {
        position: relative;
    }

    .sub-menu-trigger::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        border: solid #000;
        border-width: 0 3px 3px 0;
        display: inline-block;
        padding: 3px;
        transform: rotate(45deg) translate(-100%, -50%);
        transition: all 0.25s;
        -webkit-transition: all 0.25s;
        -moz-transition: all 0.25s;
        -ms-transition: all 0.25s;
        -o-transition: all 0.25s;
    }
    .home .sub-menu-trigger::after {
        border-color: #fff;
    }

    .affix .sub-menu-trigger::after {
        border-color: #000;
    }

    .head-nav-menu > li:hover::after,
    .head-nav-menu > li:focus::after,
    .head-nav-menu > li:active::after {
        border-color: var(--clr-primary);
        transition: all 0.25s;
        -webkit-transition: all 0.25s;
        -moz-transition: all 0.25s;
        -ms-transition: all 0.25s;
        -o-transition: all 0.25s;
    }

    .head-nav-menu .sub-menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 50%;
        list-style: none;
        background: #fff;
        padding: 0;
        opacity: 0;
        transition: opacity 0.25s linear;
        -webkit-transition: opacity 0.25s linear;
        -moz-transition: opacity 0.25s linear;
        -ms-transition: opacity 0.25s linear;
        -o-transition: opacity 0.25s linear;
        max-width: 280px;
        width: max-content;
        transform: translateX(-50%);
    }

    .head-nav .sub-menu-trigger:hover > .sub-menu {
        display: block;
        opacity: 1;
        transition: opacity 0.25s linear;
        -webkit-transition: opacity 0.25s linear;
        -moz-transition: opacity 0.25s linear;
        -ms-transition: opacity 0.25s linear;
        -o-transition: opacity 0.25s linear;
    }
    .head-nav-menu .sub-menu a {
        color: #000;
    }

    .sub-menu > li > a {
        color: #000;
        text-transform: uppercase;
        padding: 1.5em 0 1.5em 0;
        font-weight: bold;
        display: block;
    }

    .head-nav-menu .sub-menu li:last-of-type {
        padding-right: 2em;
        border-right: none;
    }
}

.head-nav-menu,
.sub-menu,
.nav-bar-bleu > ul {
    padding: 0;
    margin: auto;
    list-style: none;
}
.head-nav-menu {
    height: 100%;
}

.head-nav-menu > li > a,
.sub-menu > li > a {
    display: block;
    color: #000;
    text-transform: uppercase;
    border-bottom: rgba(255, 255, 255, 0) 3px solid;
    transition: all 0.25s ease-in-out;
}
.home .head-nav-menu > li > a {
    color: #fff;
}
.home .sub-menu > li > a {
    color: #000;
}
@media (max-width: 965px) {
    .home .head-nav-menu > li > a,
    .home .sub-menu > li > a {
        color: #000;
    }
}

.affix .head-nav-menu > li > a {
    color: #000;
}

/* .current-menu-parent a {
  color: var(--clr-primary);
  border-bottom: var(--clr-primary) 3px solid;
}

.current-menu-item a {
  color: var(--clr-primary);
  border-bottom: var(--clr-primary) 3px solid !important;
}*/

.head-nav-menu .current-menu-item a,
.current-menu-parent > a {
    color: var(--clr-primary) !important;
}

.current-menu-parent:after {
    border-color: var(--clr-primary);
}

.sub-menu-trigger > a {
    cursor: default;
}
.sub-menu-trigger.is-page > a {
    cursor: pointer;
}

.head-nav-menu > li > a:hover,
.head-nav-menu > li > a:focus,
.head-nav-menu > li > a:active,
.sub-menu > li > a:hover,
.sub-menu > li > a:focus,
.sub-menu > li > a:active {
    /* color: var(--clr-primary);
    color: #fff; */
    border-bottom: var(--clr-primary) 3px solid !important;
}

.nav-bar-bleu svg {
    vertical-align: middle;
    fill: #00afe9;
    margin-right: 0.6em;
}

@media (max-width: 965px) {
    .head-nav-menu {
        padding: 4.7em 0 0 0;
        background: url(../img/logo/logo.svg) no-repeat 11% -2%;
        background-size: 136px 95px;
    }
    .nav-bar-bleu ul {
        padding: 0;
    }

    .head-nav-menu > li {
        margin: 0.25em 1em;
        border-bottom: 2px dotted var(--clr-primary);
        text-align: right;
    }

    .head-nav-menu > li:last-child {
        border: none;
    }

    .head-nav-menu > li > a,
    .sub-menu > li > a {
        padding: 0.75em 1em;
        font-size: 1.25em;
    }

    .nav-bar-bleu li > a {
        padding: 0.75em 1em;
        display: block;
        color: var(--clr-primary);
    }

    .nav-bar-bleu li {
        display: inline-block;
    }

    .nav-bar-bleu li {
        display: inline-block;
        padding: 0;
    }

    .nav-bar-bleu li:not(:nth-last-child(2)) {
        border-right: 1px solid var(--clr-primary);
    }

    .nav-bar-bleu li > a {
        padding: 0.5rem 0.75rem;
        font-weight: 600;
        color: var(--clr-primary);
    }

    .nav-bar-bleu li:last-of-type {
        /* padding-right: 0em; */
        border-right: none;
    }

    .nav-bar-bleu.is-active > ul {
        float: right;
        display: flex;
        flex-direction: column;
        text-align: right;
    }

    .nav-bar-bleu li a svg {
        display: none;
        width: 15px;
        margin-top: -3px;
        transform: scale(1.5);
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
    }
}

@media (max-width: 965px) and (min-height: 567px) {
    .head-nav-menu > li {
        margin: 0.5em 1em;
        position: relative;
    }
}

@media (max-width: 965px) {
    .sub-menu-trigger::after {
        content: "";
        position: absolute;
        top: 17px;
        right: 190px;
        border: solid black;
        border-width: 0 3px 3px 0;
        display: inline-block;
        padding: 3px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transition: all 0.25s;
        -webkit-transition: all 0.25s;
        -moz-transition: all 0.25s;
        -ms-transition: all 0.25s;
        -o-transition: all 0.25s;
    }
}

@media (min-width: 966px) {
    .head-nav-menu > li {
        display: inline-block;
        /* max-width: 160px; */
        vertical-align: bottom;
        font-size: 0.9em;
        font-weight: 600;
        line-height: 1.125em;
        text-align: center;
    }

    .head-nav-menu > li.menu-item-133 {
        display: none;
    }

    .head-nav-menu li {
        padding: 0 2em 0 2em;
        height: 100%;
    }

    .head-nav-menu li > a {
        /* padding: 1.5em 0 1.5em 0; */
        font-weight: bold;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .nav-bar-bleu li {
        display: inline-block;
        height: 100%;
        /* padding: 0.3em 2em 0 2em;
        border-right: 1px solid #fff; */
    }

    .nav-bar-bleu li > a {
        padding: 1.5em 0 0.25em 0;
        font-weight: 400;
        color: #fff;
        font-size: 0.9em;
    }

    .head-nav-menu li:last-of-type,
    .nav-bar-bleu li:last-of-type {
        padding-right: 0em;
        border-right: none;
    }
}

.nav-bar-bleu li > a:hover,
.nav-bar-bleu li > a:focus,
.nav-bar-bleu li > a:active {
    color: #ccc;
}

.nav-bar-bleu li > a:hover svg,
.nav-bar-bleu li > a:focus svg,
.nav-bar-bleu li > a:active svg {
    fill: #000;
    stroke: #000;
    transition: all 0.25s;
}

.nav-bar-bleu li a svg {
    fill: var(--clr-primary);
    stroke: var(--clr-primary);
    transition: all 0.25s;
    height: 15px;
}

/* <-- header */
/* featured --> */
.feat {
    height: 100%;
    height: -webkit-calc(100% - 4.7em);
    height: -moz-calc(100% - 4.7em);
    height: calc(100% - 4.7em);
    overflow: hidden;
    position: relative;
}

@media (min-width: 1240px) {
    .feat {
        height: 100%;
    }
}

.feat .container {
    height: 100%;
}

.feat-title {
    display: none;
}

.feat-list {
    height: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}

.feat-carousel .owl-wrapper-outer,
.feat-carousel .owl-wrapper,
.feat-carousel .owl-item {
    height: 100%;
}

.feat-carousel .owl-item {
    overflow: hidden;
}

.feat-item {
    height: 100%;
    padding-top: 4.7em;
}

.feat-item.bg-renovation_transformation {
    background: url(../img/bg-feat-renovation_transformation.jpg) no-repeat center center;
    background-size: cover;
}

.feat-item.bg-amenagements_exterieurs {
    background: url(../img/bg-feat-amenagements_exterieurs.jpg) no-repeat center bottom;
}

.feat-item.bg-amenagements_interieurs {
    background: url(../img/bg-feat-amenagements_interieurs.jpg) no-repeat center bottom;
}

.feat-item.feat-bg {
    background-size: cover;
}

.feat-item .feat-shape {
    width: 320px;
    height: 160px;
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
    color: #fff;
    font-weight: 300;
    text-align: center;
}

@media (min-width: 800px) and (min-height: 650px) {
    .feat-item .feat-shape {
        width: 560px;
        height: 330px;
        right: 200px;
    }
}

.feat-item .feat-shape:before {
    content: "";
    display: block;
    width: 225px;
    height: 400px;
    position: absolute;
    top: -50px;
    left: -15px;
    z-index: -1;
    background: #11c0e6;
    opacity: 0.9;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuMCIgeDI9IjEuMCIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNlZGRlZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzExYzBlNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
    background-size: 100%;
    background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0%, #3eddee), color-stop(100%, #11c0e6));
    background-image: -moz-linear-gradient(left top, #3eddee 0%, #11c0e6 100%);
    background-image: -webkit-linear-gradient(left top, #3eddee 0%, #11c0e6 100%);
    background-image: linear-gradient(to right bottom, #3eddee 0%, #11c0e6 100%);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media (min-width: 800px) and (min-height: 650px) {
    .feat-item .feat-shape:before {
        width: 475px;
        height: 825px;
        top: -125px;
        left: -82px;
    }
}

.feat-item .feat-shape > .feat-item {
    display: block;
    padding-top: 1.5em;
    font-size: 1.5em;
    line-height: 1.125em;
    text-transform: uppercase;
}

@media (min-width: 800px) and (min-height: 650px) {
    .feat-item .feat-shape > .feat-item {
        font-size: 3.5em;
    }
}

.feat-item .feat-shape > .expanding-button {
    bottom: 2em;
}

@media (min-width: 800px) and (min-height: 650px) {
    .feat-item .feat-shape > .expanding-button {
        bottom: 5em;
    }
}

.feat-item .feat-nav {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.feat-item .feat-nav a {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 1em;
    position: relative;
}

.feat-item .feat-nav a:before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    left: 0;
    top: 0;
    border: 2px solid #fff;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: transform 0.25s ease-in-out, background 0.25s ease-in-out;
    -o-transition: transform 0.25s ease-in-out, background 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out, background 0.25s ease-in-out;
}

.feat-item .feat-nav a.is-active:before,
.feat-item .feat-nav a.active:before,
.feat-item .feat-nav a:hover:before,
.feat-item .feat-nav a:focus:before,
.feat-item .feat-nav a:active:before {
    -moz-transform: rotate(45deg) scale(1.75);
    -ms-transform: rotate(45deg) scale(1.75);
    -webkit-transform: rotate(45deg) scale(1.75);
    transform: rotate(45deg) scale(1.75);
    background: #fff;
}

.feat-item .feat-nav a > span {
    display: none !important;
}

/* <-- featured */
/* banners --> */
.bann {
    min-height: 200px;
    background-size: cover;
}

@media (min-width: 966px) {
    .bann {
        margin-top: 100px;
    }
}

@media (min-width: 800px) {
    .bann {
        min-height: 400px;
    }
}

/* .page-id-17 .bann {
    background: url(../img/01_RENOV_TRANS.jpg) no-repeat center center; 
    background-size: cover;
} */

/* .page-id-259 .bann {
    background: url(../img/bg-feat-renovation_transformation.jpg) no-repeat center center;
    background-size: cover;
} */

.page-id-23 .bann {
    background: url(../img/bg-feat-renovation_transformation.jpg) no-repeat center center;
    background-size: cover;
}

.page-id-19 .bann {
    background: url(../img/03_AM_INT.jpg) no-repeat center center;
    background-size: cover;
}

.page-id-21 .bann {
    background: url(../img/04_AM_EXT.jpg) no-repeat center center;
    background-size: cover;
}

/* .page-id-585 .bann {
    background: url(../img/02_TRVX_EXT.jpg) no-repeat center center;
    background-size: cover;
} */

.page-id-25 .bann {
    background: url(../img/bg-feat-amenagements_exterieurs.jpg) no-repeat center top;
    background-size: cover;
}

.bann {
    background: url(../img/bg-feat-amenagements_realisations.jpg) no-repeat center bottom;
    background-size: cover;
}

.bann {
    background: url(../img/bg-feat-renovation_transformation.jpg) no-repeat center center;
    background-size: cover;
}

.single-offres_demploi .bann,
.single-realisations .bann {
    /* display: none; */
}

/* <-- banners */
/* services --> */
.serv .serv-title b {
    font-weight: 500;
}

.serv-title {
    margin-top: 1em;
    margin-bottom: 2em;
}

@media (max-width: 991px) {
    .serv .row {
        margin: 0;
    }
}
@media (max-width: 995px) {
    .head-nav-menu > li > a,
    .sub-menu > li > a {
        color: #000;
    }
}

.serv .owl-pagination {
    padding-top: 1em;
    text-align: center;
}

.serv .owl-page {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 1em;
    position: relative;
}

.serv .owl-page:before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    left: 6px;
    top: 6px;
    border: 2px solid var(--clr-primary);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: transform 0.25s ease-in-out, background 0.25s ease-in-out;
    -o-transition: transform 0.25s ease-in-out, background 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out, background 0.25s ease-in-out;
}

.serv .owl-page.is-active:before,
.serv .owl-page.active:before,
.serv .owl-page:hover:before,
.serv .owl-page:focus:before,
.serv .owl-page:active:before {
    -moz-transform: rotate(45deg) scale(1.75);
    -ms-transform: rotate(45deg) scale(1.75);
    -webkit-transform: rotate(45deg) scale(1.75);
    transform: rotate(45deg) scale(1.75);
    background: var(--clr-primary);
}

.serv .owl-page > span {
    display: none !important;
}

.serv .owl-buttons > div {
    top: 5.25em;
}

.serv .owl-buttons > div.owl-prev {
    left: -10px;
    width: 18px;
    height: 18px;
    overflow: hidden;
    position: absolute;
    border-top: 2px solid var(--clr-primary);
    border-right: 2px solid var(--clr-primary);
    text-indent: 9999em;
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.serv .owl-buttons > div.owl-next {
    right: -10px;
    width: 18px;
    height: 18px;
    overflow: hidden;
    position: absolute;
    border-top: 2px solid var(--clr-primary);
    border-right: 2px solid var(--clr-primary);
    text-indent: 9999em;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.serv-item {
    padding-bottom: 3em;
    position: relative;
}

.serv-item-title {
    margin: 0;
    font-size: 1.375em;
    font-weight: 300;
    line-height: 1.25em;
    text-align: center;
    text-transform: uppercase;
}

@media (min-width: 540px) {
    .serv-item-title {
        font-size: 1.875em;
    }
}

.serv-item-icon {
    display: block;
    margin-bottom: 0.25em;
    color: var(--clr-primary);
    font-size: 2em;
}

.serv-item-image {
    margin: 1.5em auto;
}

.serv-item-content > p {
    margin: 1.5em 0;
}

/* <-- services */
/* travaux --> */
.trav {
    min-height: 540px;
    overflow: hidden;
    position: relative;
    background: url(../img/bg-trav.jpg) no-repeat center top;
    color: #fff;
}
.trav.new-charte {
    background: var(--clr-primary);
}

@media (min-width: 1240px) {
    .trav {
        height: 744px;
    }
}

.trav > .container {
    height: 100%;
    position: relative;
}

@media (min-width: 1240px) {
    .trav > .container:before {
        content: "";
        display: block;
        width: 267px;
        height: 180px;
        position: absolute;
        top: 0;
        right: -98px;
        /* background: url(../img/logo-comodo-top.png) no-repeat center center; */
    }
}

.trav-title {
    padding-top: 2em;
    margin: 0;
    font-size: 1.5em;
    font-weight: 300;
    line-height: 1.125em;
}

@media (min-width: 540px) {
    .trav-title {
        font-size: 2.5em;
    }

    .trav-title > span {
        display: block;
    }
}

@media (min-width: 1240px) {
    .trav-title {
        width: 40%;
        min-width: 480px;
    }
}

@media (max-width: 1239px) {
    .trav-hotspots {
        position: relative;
    }

    .trav-title {
        padding-top: 0.5em;
    }
}

@media (max-width: 1239px) {
    .trav-item {
        display: inline-block;
        margin: 1em 0.5em 1em 0;
    }

    .trav-item:last-child {
        margin-right: 0;
    }
}

@media (min-width: 1240px) {
    .trav-item {
        position: absolute;
        /*
    &:nth-child(1) { // trowel
    	top: 10%;
    	left: 50%;
    }
    &:nth-child(2) { // helmet
    	top: 35%;
    	left: 85%;
    }
    &:nth-child(3) { // hammer
    	top: 60%;
    	left: 55%;
    }
    &:nth-child(4) { // barrow
    	top: 40%;
    	left: 15%;
    }
    */
    }

    .trav-item:nth-child(1) {
        top: 10%;
        left: 50%;
    }

    .trav-item:nth-child(2) {
        top: 25%;
        left: 85%;
    }

    .trav-item:nth-child(3) {
        top: 45%;
        left: 35%;
    }

    .trav-item:nth-child(4) {
        top: 60%;
        left: 70%;
    }
}

.trav-item-open {
    color: #fff;
    -webkit-transition: color 0.25s ease-in-out;
    -o-transition: color 0.25s ease-in-out;
    transition: color 0.25s ease-in-out;
}

.trav-item-open:hover,
.trav-item-open:focus,
.trav-item-open:active {
    color: #1b5f76;
}

.trav-item-icon {
    font-size: 3.5em;
}

@media (min-width: 1240px) {
    .trav-item-icon {
        font-size: 4em;
    }
}

.trav-item-content {
    position: absolute;
    padding-right: 1em;
}

/* Sans Background image (class="trav new-charte" */
.trav.new-charte .trav-item-content {
    position: absolute;
    padding-right: 1em;
    top: 10em;
    left: 0;
    margin-top: -4em;
}
.trav.new-charte .trav-item {
    display: inline-block;
    margin: 1em 0.5em 1em 0;
    position: relative;
    top: unset !important;
    left: unset !important;
}
.trav.new-charte .trav-item-content {
    top: 10em !important;
    left: 0 !important;
    margin-top: -4em !important;
    top: 10em !important;
    left: 0 !important;
}
.trav.new-charte .trav-item-open:hover,
.trav.new-charte .trav-item-open:focus,
.trav.new-charte .trav-item-open:active {
    color: #cccccc;
}
/* Sans Background image (class="trav new-charte" */

@media (min-width: 540px) {
    .trav-item-content {
        width: 360px;
        padding-right: 0;
    }
}

@media (max-width: 1239px) {
    .trav-item-content {
        top: 10em;
        left: 0;
        margin-top: -4em;
    }
}

@media (min-width: 1240px) {
    .trav-item-content {
        top: 0;
        left: 5em;
    }

    .trav-item:nth-child(2) .trav-item-content {
        /*left: -380px;
    @include calc(left, "-360px - 1em");*/
        left: -360px;
        left: -webkit-calc(-340px - -2em);
        left: -moz-calc(-340px - -2em);
        left: calc(-340px - -2em);
        width: 340px;
    }

    .trav-item:nth-child(3) .trav-item-content {
        /*left: -380px;
    @include calc(left, "-360px - 1em");*/
        left: -360px;
        left: -webkit-calc(-340px - 1em);
        left: -moz-calc(-340px - 1em);
        left: calc(-340px - 1em);
        width: 340px;
    }
}

.trav-item-title {
    margin: 0;
    font-size: 1.25em;
    text-transform: uppercase;
}

.trav-item-text {
    margin: 1em 0;
}

/* <-- travaux */
/* hotspots --> */
.htsp-item-open {
    display: inline-block;
    cursor: pointer;
}

.htsp-item-content {
    position: absolute;
    opacity: 0;
    cursor: default;
    -webkit-transition: opacity 0.25s ease-in-out;
    -o-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
}

.no-opacity .htsp-item-content {
    display: none;
}

.htsp-item-open:hover + .htsp-item-content,
.htsp-item-open:focus + .htsp-item-content,
.htsp-item-open:active + .htsp-item-content {
    opacity: 1;
}

.no-opacity .htsp-item-open:hover + .htsp-item-content,
.no-opacity .htsp-item-open:focus + .htsp-item-content,
.no-opacity .htsp-item-open:active + .htsp-item-content {
    display: block;
}

/* <-- hotspots */
/* forces --> */
/* <-- forces */
/* apropos --> */
.aprp {
    height: 787px;
    padding-bottom: 4em;
    background: url(../img/bg-aprp.jpg) no-repeat center center;
    color: #fff;
    text-align: center;
}

.aprp > .container {
    height: 100%;
    position: relative;
}

.aprp-title {
    color: #fff;
}

@media (min-width: 1240px) {
    .aprp-title {
        margin-top: 1em;
    }
}

.aprp-content {
    margin: auto;
    font-weight: 300;
    line-height: 1.5em;
}

@media (min-width: 768px) {
    .aprp-content {
        width: 60%;
        min-width: 480px;
        font-size: 1.25em;
    }
}

@media (min-width: 1240px) {
    .aprp-icons {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }
}

.aprp-icons-list {
    padding: 0;
    margin: 0 auto;
    list-style: none;
    font-weight: 300;
    line-height: 1.25em;
}

@media (min-width: 1240px) {
    .aprp-icons-list {
        width: 60%;
        min-width: 480px;
    }
}

.aprp-icons-list .cols-item {
    margin: 1em 0;
}

.aprp-icons-list .col-xs-6 {
    padding-left: 0;
    padding-right: 0;
}

.aprp-link {
    color: #fff;
    text-transform: uppercase;
}

.aprp-link:hover,
.aprp-link:focus,
.aprp-link:active {
    color: var(--clr-primary);
}

.aprp-icon {
    display: block;
    margin-bottom: 0.25em;
    font-size: 4em;
}

/* <-- apropos */
/* galerie --> */
.gall {
    padding: 0;
    position: relative;
    overflow: hidden;
}

@media (max-width: 767px) {
    .gall .row {
        margin: 20px 0;
    }

    #gall_pics .owl-wrapper-outer {
        position: relative !important;
        display: block !important;
    }

    #gall_pics .owl-carousel.owl-theme {
        height: auto !important;
    }

    #gall_pics .owl-controls {
        position: relative !important;
        top: 0 !important;
    }

    #gall_pics .owl-controls .owl-buttons {
        position: relative;
        top: -250px;
    }

    #gall_pics .gall .owl-buttons > div.owl-prev,
    #gall_pics .gall .owl-buttons > div.owl-next {
        border-color: var(--clr-primary);
    }
}

.gall .owl-pagination {
    padding-bottom: 1em;
    text-align: center;
}

.gall .owl-page {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 1em;
    position: relative;
}

.gall .owl-page:before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    left: 6px;
    top: 6px;
    border: 2px solid #fff;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: transform 0.25s ease-in-out, background 0.25s ease-in-out;
    -o-transition: transform 0.25s ease-in-out, background 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out, background 0.25s ease-in-out;
}

.gall .owl-page.is-active:before,
.gall .owl-page.active:before,
.gall .owl-page:hover:before,
.gall .owl-page:focus:before,
.gall .owl-page:active:before {
    -moz-transform: rotate(45deg) scale(1.75);
    -ms-transform: rotate(45deg) scale(1.75);
    -webkit-transform: rotate(45deg) scale(1.75);
    transform: rotate(45deg) scale(1.75);
    background: #fff;
}

.gall .owl-page > span {
    display: none !important;
}

.gall .owl-buttons > div {
    top: 10em;
}

.gall .owl-buttons > div.owl-prev {
    left: 0;
    width: 18px;
    height: 18px;
    overflow: hidden;
    position: absolute;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    text-indent: 9999em;
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.gall .owl-buttons > div.owl-next {
    right: 0;
    width: 18px;
    height: 18px;
    overflow: hidden;
    position: absolute;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    text-indent: 9999em;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.gall-head {
    padding: 3em 0;
    background: rgba(54, 215, 237, 0.8);
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2;
}

.gall-head {
    background: #fff;
    color: #000;
}

.gall-title {
    color: var(--clr-primary);
}

@media (max-width: 768px) {
    .gall-head {
        /* position: relative; */
    }
}

@media (min-width: 768px) {
    .gall-head {
        min-height: 13em;
        padding: 6em 0 0.5em 0;
    }
    .gall-head.reorder {
        padding-top: 0;
    }

    .page-head {
        /* min-height: 13em; */
        /* padding: 6em 0 .5em 0; */
        /* margin-bottom: 2em; */
    }
}

@media (min-width: 1024px) {
    .gall-head .container:after {
        content: "";
        display: block;
        width: 500px;
        height: 1000px;
        position: absolute;
        right: -250px;
        top: -500px;
        z-index: -1;
        background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjUiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=");
        background-size: 100%;
        background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(50%, rgba(255, 255, 255, 0)));
        background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 50%);
        background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 50%);
        background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 50%);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}

.gall-title {
    margin-bottom: 0;
    color: var(--clr-primary);
}

@media (min-width: 768px) {
    .gall-title,
    .page-tile {
        margin-bottom: 1em;
    }
}

.gall-nav {
    text-align: center;
    margin: 1em 0 0.5em 0;
}

.gall-nav > ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.gall-nav > ul > li {
    display: inline;
    line-height: 0.75em;
}

.gall-nav > ul > li > a {
    display: inline-block;
    padding: 0.5em 1em;
    color: var(--clr-primary);
}

.gall-nav > ul > li > a:hover,
.gall-nav > ul > li > a:focus,
.gall-nav > ul > li > a:active,
.gall-nav > ul > li > a.active {
    color: #fff;
}

@media (max-width: 767px) {
    .gall-nav {
        /* display: none; */
    }

    .gall-pics {
        margin-top: 0;
    }
}

@media (max-width: 330px) {
    .gall-pics {
        margin-top: 0;
    }
}

.gall-pics {
    /* display: none;  */
    position: relative;
    padding: 8em 0 4em 0;
    overflow: hidden;
    background: var(--clr-primary);
    color: #fff;
    opacity: 0;
}

.gall-pics {
    background: #f1f1f1;
    color: #000;
}

.gall-nav > ul > li > a.filter-link {
    color: #000;
}

.gall-nav > ul > li > a.filter-link:before {
}

.feat-item .feat-nav {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.gall-nav > ul > li > a.filter-link {
    display: inline-block;
    /* width: 12px; */
    height: 12px;
    margin: 0 1em;
    position: relative;
    margin-top: 1em;
}

.gall-nav > ul > li > a.filter-link:before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    left: -12px;
    top: 6px;
    border: 2px solid var(--clr-primary);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: transform 0.25s ease-in-out, background 0.25s ease-in-out;
    -o-transition: transform 0.25s ease-in-out, background 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out, background 0.25s ease-in-out;
}

.gall-nav>ul>li>a.filter-link.is-active:before,
.gall-nav>ul>li>a.filter-link.active:before,
/* .gall-nav>ul>li>a.filter-link:hover:before, */
/* .gall-nav>ul>li>a.filter-link:focus:before, */
.gall-nav>ul>li>a.filter-link:active:before {
    -moz-transform: rotate(45deg) scale(1.75);
    -ms-transform: rotate(45deg) scale(1.75);
    -webkit-transform: rotate(45deg) scale(1.75);
    transform: rotate(45deg) scale(1.75);
    background: var(--clr-primary);
}

@media (max-width: 923px) {
    .gall-pics {
        padding-top: 21em;
    }
}

@media (max-width: 864px) {
    .gall-pics {
        padding-top: 22em;
    }
}

@media (max-width: 768px) {
    .gall-pics {
        display: block;
        /* top: 75px; */
        padding-top: 18em;
    }
}

@media (max-width: 767px) {
    .gall-pics {
        display: block;
        /* top: 75px; */
        padding-top: 10em;
    }
}

@media (max-width: 565px) {
    .gall-pics {
        padding-top: 11em;
    }
}

@media (max-width: 485px) {
    .gall-pics {
        padding-top: 12em;
    }
}

@media (max-width: 405px) {
    .gall-pics {
        padding-top: 13em;
    }
}

@media (max-width: 388px) {
    .gall-pics {
        padding-top: 14em;
    }
}

@media (max-width: 370px) {
    .gall-pics {
        padding-top: 15em;
    }
}

@media (max-width: 330px) {
    .gall-pics {
        padding-top: 16em;
    }
}

@media (min-width: 768px) {
    .gall-nav > ul > li > a.filter-link:hover:before {
        -moz-transform: rotate(45deg) scale(1.75);
        -ms-transform: rotate(45deg) scale(1.75);
        -webkit-transform: rotate(45deg) scale(1.75);
        transform: rotate(45deg) scale(1.75);
        background: var(--clr-primary);
    }
}

@media (min-width: 768px) {
    .gall-pics {
        padding: 20em 0 2em 0;
    }

    .gall-head {
        position: relative;
    }

    .gall-pics {
        padding: 2em 0;
    }
}

.gall-head {
    position: relative;
}

.gall-pics {
    padding: 2em 0;
}

@media (min-width: 1024px) {
    .gall-pics .container:after {
        content: "";
        display: block;
        width: 1000px;
        height: 500px;
        position: absolute;
        z-index: 1;
        left: -700px;
        bottom: -250px;
        background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjUiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=");
        background-size: 100%;
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(50%, rgba(255, 255, 255, 0)));
        background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 50%);
        background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 50%);
        background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 50%);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

.gall-pics-item {
    position: relative;
    padding-bottom: 3em;
    margin: 2em 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.gall-pics-item.is-hidden {
    display: none;
}
.gall-pics-item .expanding-button {
    font-size: 0.8em;
}

.gall-pics-item a {
    display: inline-block;
    overflow: hidden;
}

.gall-pics-item a img {
    -webkit-transition: transform 0.5s ease-in-out;
    -o-transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
}

.gall-pics-item a:hover img,
.gall-pics-item a:focus img,
.gall-pics-item a:active img {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.gall-pics-image-link {
    position: relative;
    aspect-ratio: 16/9;
}

@media (min-width: 992px) {
    .gall-pics-image-link {
        max-height: 147px;
    }

    .gall-pics-item h3 {
        height: 42px;
    }
}

@media (max-width: 991px) {
    .gall-pics-image-link {
        position: relative;
        aspect-ratio: 16/9;
        margin-bottom: 1rem;
    }
    .gall-pics-item a img {
        margin-bottom: 1em;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .gall-pics-item h3 {
        display: none;
    }
}

.gall-pics-item h3 {
    text-align: center;
}

.gall-highlight {
    position: relative;
    overflow: hidden;
    -webkit-transition: height 0.5s ease-in-out;
    -o-transition: height 0.5s ease-in-out;
    transition: height 0.5s ease-in-out;
}

.gall-highlight.is-hidden {
    height: 0;
}

@media (min-width: 1240px) {
    .single-realisations .gall-highlight {
        padding-top: 4.7em;
    }
}

/* @media (min-width: 1024px) {
  .gall-highlight:before {
    content: '';
    display: block;
    width: 4.5em;
    height: 1500px;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 1;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjAuNSIgeDI9IjAuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjMiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4xNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0%, rgba(255, 255, 255, 0.3)), color-stop(100%, rgba(255, 255, 255, 0.15)));
    background-image: -moz-linear-gradient(right, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.15) 100%);
    background-image: -webkit-linear-gradient(right, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.15) 100%);
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.15) 100%);
  }

  .gall-highlight:after {
    content: '';
    display: block;
    width: 4.5em;
    height: 1500px;
    position: absolute;
    z-index: 1;
    left: 0px;
    top: 0px;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjMiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4xNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(255, 255, 255, 0.3)), color-stop(100%, rgba(255, 255, 255, 0.15)));
    background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.15) 100%);
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.15) 100%);
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.15) 100%);
  }
} */

.gall-highlight-photos nav a {
    color: #000;
    position: absolute;
    bottom: 30%;
    z-index: 2;
}

.gall-highlight-photos nav a:hover,
.gall-highlight-photos nav a:focus,
.gall-highlight-photos nav a:active {
    color: var(--clr-primary);
}

.gall-highlight-photos nav a.prev {
    left: 5px;
}

.gall-highlight-photos nav a.next {
    right: 5px;
}

.gall-highlight-photos nav a.gall-highlight-close {
    top: -10px;
    right: 7px;
}

@media (min-width: 850px) {
    .gall-highlight-photos nav a.gall-highlight-close {
        top: 5em;
    }
}

@media (min-width: 1240px) {
    .gall-highlight-photos nav a.gall-highlight-close {
        top: 1em;
    }
}

.padding-bot {
    padding-bottom: 2em;
}

.gall-highlight-photos nav a .icon {
    font-size: 3.5em;
}

.gall-highlight-banner {
    padding: 2em 0;
    color: #fff;
}

@media (max-width: 1024px) and (min-width: 966px) {
    .head-logo {
        height: 65px;
    }
}

.gall-highlight-banner:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background: var(--clr-primary);
    opacity: 1;
}

.gall-highlight-banner .container {
    position: relative;
}

.gall-highlight-banner .cols-item + .cols-item {
    position: static;
}

.gall-highlight-banner p {
    margin-bottom: 0;
}

.gall-highlight-banner .floating-button {
    position: static;
    bottom: auto;
    right: auto;
}

.gall-highlight-title {
    font-size: 1.5em;
    margin-top: 0;
}

.gall-highlight-title .gall-highlight-close {
    vertical-align: middle;
    margin-left: 0.5em;
}

.gall-highlight-title .gall-highlight-close:hover,
.gall-highlight-title .gall-highlight-close:focus,
.gall-highlight-title .gall-highlight-close:active {
    color: var(--clr-primary);
}

/* <-- galerie */
/* emploi --> */
.empl-nav-link {
    display: block;
    padding: 15px;
    margin: 1em 0;
    /*background: var(--clr-primary);  */
    border: 2px solid var(--clr-primary);
    color: #fff;
    font-size: 1.125em;
    line-height: 1.25em;
    -webkit-transition: background 0.25s ease-in-out, color 0.25s ease-in-out;
    -o-transition: background 0.25s ease-in-out, color 0.25s ease-in-out;
    transition: background 0.25s ease-in-out, color 0.25s ease-in-out;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.empl-nav-link:hover,
.empl-nav-link:focus,
.empl-nav-link:active {
    background: #ebebeb;
    color: #6d6f71;
}

.empl-nav-link .time {
    color: #6d6f71;
    font-size: 0.625em;
}

@media (min-width: 768px) {
    .empl-icon {
        display: block;
        text-align: center;
    }
}

.empl-icon .icon {
    display: inline-block;
    margin: 0.125em auto 0.125em auto;
    vertical-align: top;
    font-size: 2em;
}

@media (min-width: 768px) {
    .empl-icon .icon {
        font-size: 5em;
    }
}

.single .empl-title {
    font-size: 2.5em;
}

.empl-title .time {
    color: #6d6f71;
    font-size: 0.625em;
}

.empl-job-title {
    margin: 0.5em 0;
    color: var(--clr-primary);
    font-size: 1.25em;
    font-weight: 300;
    line-height: 1.25em;
    text-transform: uppercase;
}

.empl-job-title .icon {
    font-size: 1.5em;
    margin-right: 10px;
    vertical-align: middle;
}

.empl-job-hr {
    height: 1px;
    margin: 1em 0;
    border-bottom: 1px dotted #bababa;
}

.empl-nav-col .time {
    font-size: 0.625em;
}

.empl-nav-col {
    border-left: 1px dotted #bababa;
}

.empl-nav-col .list-items {
    margin-top: 0;
}

.empl-nav-col-title {
    margin: 2.5em 0 0.5em 0;
    font-size: 1.5em;
    font-weight: 300;
    line-height: 1.25em;
    text-align: center;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .empl-nav-col-title {
        margin: 0.5em 0;
        font-size: 1.25em;
        text-align: left;
    }
}

.single-offres_demploi .empl-job ul {
    padding: 0;
    margin: 0 0 0 25px;
    position: relative;
    list-style: none;
}

.single-offres_demploi .empl-job ul > li:before {
    content: "- ";
    position: absolute;
    left: -16px;
}

/* <-- emploi */
/* plusvalue --> */
.plus {
    /* border-top: 1px solid #bababa; */
    text-align: center;
}

.home #plusvalue {
    padding-top: 0;
}

.plus-title {
    display: none;
}

.plus-icons {
    margin: 0.5em auto;
    color: #bababa;
    font-size: 7em;
}

.plus-icons .row {
    flex-wrap: nowrap;
}

@media (min-width: 540px) {
    .plus-icons {
        width: 320px;
    }
}

.plus-content {
    font-size: 1.25em;
    font-weight: 300;
    line-height: 1.5em;
}

@media (min-width: 540px) {
    .plus-content {
        font-size: 1.5em;
    }
}

.plus-content p {
    margin: 2em 0;
}

.plus-content p:last-of-type {
    margin-bottom: 0;
}

.plus-content p b {
    display: inline-block;
    padding: 0.5em 1em;
    color: var(--clr-primary);
    font-weight: 600;
    line-height: 1.25em;
}

@media (min-width: 540px) {
    .plus-content p b {
        font-size: 1.25em;
    }
}

/* <-- plusvalue */
/* forms --> */
.form-row-submit {
    position: relative;
    text-align: right;
}

@media (min-width: 768px) {
    .form-row-submit {
        text-align: left;
    }
}

.form-input {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding: 0.75em 1em;
    /* background: var(--clr-primary); */
    background: #f9f9f9;
    /* background: rgba(255, 255, 255, 0.3); */
    border: none;
    font-size: 1.25em;
    font-weight: 300;
    -webkit-transition: background-color 0.25s ease-in-out;
    -o-transition: background-color 0.25s ease-in-out;
    transition: background-color 0.25s ease-in-out;
}

.form-input::-moz-placeholder {
    color: #000;
    opacity: 1;
}

.form-input:-ms-input-placeholder {
    color: #000;
}

.form-input::-webkit-input-placeholder {
    color: #000;
}

.form-input:hover,
.form-input:focus,
.form-input:active {
    background: rgba(255, 255, 255, 0.5);
}

.form-button {
    width: 115px;
    padding: 0.75em 1em;
    margin-top: 0.75em;
    background: var(--clr-primary);
    background: rgba(255, 255, 255, 0.5);
    border: none;
    font-size: 1.25em;
    font-weight: 300;
    -webkit-transition: background-color 0.25s ease-in-out;
    -o-transition: background-color 0.25s ease-in-out;
    transition: background-color 0.25s ease-in-out;
}

.form-button:hover,
.form-button:focus,
.form-button:active {
    background: rgba(255, 255, 255, 0.5);
}

@media (min-width: 768px) {
    .form-button {
        margin-top: 0;
        position: absolute;
        right: 0;
        background: rgba(255, 255, 255, 0.3);
    }

    .dirs-form-row .form-button {
        top: 0;
        bottom: 0;
    }

    .ctct-form-row .form-button {
        bottom: 2px;
    }

    .webkit .ctct-form-row .form-button {
        bottom: 6px;
    }
}

/* <-- forms */
/* directions --> */
.dirs-title {
    margin: 1em 0 0.75em 0;
    font-size: 1.75em;
    font-weight: 300;
}

.dirs-form-row {
    margin: 0;
}

.dirs-content .adp,
.dirs-content .adp table {
    font-family: "montserrat", Calibri, Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.dirs-content .adp-placemark {
    background: var(--clr-primary);
    background: rgba(255, 255, 255, 0.3);
    border: none;
}

.dirs-content .adp-marker {
    margin: 5px 15px;
}

.dirs-content .adp-text {
    font-weight: bold;
}

.dirs-content .adp-directions {
    width: 100%;
}

.dirs-content .adp-step,
.dirs-content .adp-substep {
    border-top: 1px dotted rgba(54, 215, 237, 0.8);
}

.dirs-content .adp-legal {
    padding-bottom: 50px;
    color: #fff;
    font-size: 0.75em;
}

/* <-- directions */
/* contact --> */
.ctct,
.contact-form {
    min-height: 587px;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    color: #000;
    /* background: #19bde6 url(../img/bg-ctct.jpg) no-repeat center top; */
    background: var(--clr-beige);
}

.ctct-title {
    margin: 1em 0 0.75em 0;
    font-size: 1.75em;
    font-weight: 300;
}

@media (min-width: 992px) {
    .ctct-title {
        display: none;
    }
}

.ctct-map {
    width: 100%;
    position: relative;
    min-height: 400px;
    height: 100%;
    max-height: 400px;
    /* padding-top: 48.10127%; */
    /*background: url(../img/map.jpg) no-repeat center center;
  background-size: cover;*/
    /* -webkit-box-shadow: 0 0 10px -5px #000000;
  box-shadow: 0 0 10px -5px #000000; */
}
.coords {
    padding: 20px 0;
    font-size: 1em;
}

.ctct-map > .map-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #000;
    text-align: left;
}

.ctct-map:before {
    content: none;
    width: 98px;
    height: 141px;
    position: absolute;
    top: 0;
    right: -1px;
    z-index: 4;
    background: url(../img/logo-comodo-right.png) no-repeat center center;
}

.ctct-map > .map-content p {
    line-height: 1.125em;
}

.ctct-map > .map-content img {
    float: right;
    max-width: none;
}

.ctct-map > .map-content [itemprop="addressCountry"] span {
    display: none;
}

.ctct-form .parsley-errors-list {
    padding: 0;
    margin: 0;
    list-style: none;
    color: #dc5555;
    font-size: 0.75em;
}

.ctct-form .loader {
    top: auto;
    left: auto;
    bottom: 15px;
    right: 47px;
    margin: 0;
}

.ctct-form-row {
    margin: 1.25em 0;
}

.ctct-form-row:first-child,
.ctct-title + .ctct-form-row {
    margin-top: 0;
}

textarea.ctct-input {
    height: 14em;
}

.ctct-form-results {
    padding-bottom: 1em;
    font-size: 1.25em;
    text-transform: uppercase;
}

.ctct-form-results.is-hidden {
    display: none;
}

/* <-- contact */
/* footer --> */
.foot {
    height: 450px;
    padding-top: 8em;
    background: url(../img/bg-foot.jpg) no-repeat center center;
    color: #000;
    font-size: 1.125em;
    font-weight: 300;
    text-align: center;
}

.foot > .container {
    height: 100%;
    /* position: relative; */
}

.foot a {
    color: #000;
}

.foot a:hover,
.foot a:focus,
.foot a:active {
    color: var(--clr-primary);
}

.foot-address {
    /* position: absolute;
    bottom: 0;
    left: 0;
    right: 0; */
}

.foot-address br {
    display: none;
}

.foot-address .address-group {
    display: block;
}

.foot-address .address-group .address-element {
    display: block;
}

@media (min-width: 560px) {
    .foot-address .address-group .address-element {
        display: inline-block;
    }

    .foot-address .address-group .address-element:before {
        content: " | ";
        margin: 0 0.25em;
        color: var(--clr-primary);
        font-weight: normal;
    }

    .foot-address .address-group .address-element:first-child:before {
        display: none;
    }
}

.foot-address .address-group .address-element[itemprop="name"] {
    display: none;
}

.foot-address .address-group .address-element[itemprop="addressCountry"] span {
    display: none;
}

.foot-logo {
    margin: 1em 0;
}

.foot-logo img {
    padding-left: 27px;
}

/* <-- footer */
/* copy --> */
.copy {
    padding-bottom: 1em;
    color: #000;
    font-size: 0.9em;
    font-weight: 300;
    text-align: center;
}

.copy p {
    margin: 0;
}

/* .copy a {
  display: inline-block;
  min-height: 35px;
  padding-right: 45px;
  background: url(../img/noosphere.png) no-repeat right top;
  color: #000;
} */

.copy a:hover,
.copy a:focus,
.copy a:active {
    color: #000;
}

.copy-bg {
    height: auto;
    background-color: var(--clr-primary);
    padding: 0.4em;
}

.copy-bg a {
    color: #fff;
    font-weight: bold;
    margin: 0 1em;
}

.copy-bg a:hover {
    color: #cccccc;
}

@media (max-width: 600px) {
    .copy-bg {
        display: flex;
        flex-direction: column;
    }
}

/* <-- copy */

/* Devis button */
.devis-button .icon::before {
    content: "\e60f";
    font-size: 4em;
    top: 10px;
    position: relative;
}

.devis-button {
    position: fixed;
    z-index: 5;
    bottom: 30%;
    right: -97px;
    padding: 35px 85px 35px 35px;
    /* background-color: #ff6931; */
    background-color: var(--clr-primary);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    border: none;
    transition: all 0.2s ease;
    display: table;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transform: rotate(45deg) scale(0.8);
    -webkit-transform: rotate(45deg) scale(0.8);
    -moz-transform: rotate(45deg) scale(0.8);
    -ms-transform: rotate(45deg) scale(0.8);
    -o-transform: rotate(45deg) scale(0.8);
    font-size: 17px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    display: flex;
}

.devis-button i {
    font-size: 25px;
    vertical-align: sub;
    margin-right: 15px;
    color: #21386d;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}

.devis-button .devis-text-container {
    top: 20px;
    position: relative;
    font-size: 1.1em;
}

.devis-button .devis-text-container,
.devis-button .devis-icon {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

.devis-button .devis-icon {
    position: relative;
    top: -5px;
}

.devis-button .devis-text-container .devis-text {
    display: block;
}

.devis-button .text-mobile {
    display: none;
}

.devis-button:hover {
    /* background-color: #ff2a31; */
    background-color: var(--clr-primary-hover);
}

.devis-button:hover i,
.devis-button:hover a {
    color: #ffffff;
}

.page-id-259 .devis-button {
    display: none;
}

/* Page Devis */
.devis-container .form-container {
    max-width: 850px;
}

.info-projet,
.info-client {
    padding: 10px 25px;
    border: #f1f1f1 1px solid;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin-bottom: 25px;
    background-color: #fcfcfc;
}

.text-intro {
    text-align: center;
    margin-bottom: 4.5em;
    font-weight: 300;
    line-height: 1.5em;
}
.text-intro.reorder {
    margin-bottom: 0;
}

.text-left {
    padding-left: 35px;
    font-weight: 300;
}

@media (min-width: 992px) {
    .text-intro {
        min-width: 480px;
        font-size: 1.25em;
    }

    .text-left {
        font-size: 1.2em;
    }
}

.text-left li {
    position: relative;
}

.text-left li:before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    left: -30px;
    top: 4px;
    border: 2px solid var(--clr-primary);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: transform 0.25s ease-in-out, background 0.25s ease-in-out;
    -o-transition: transform 0.25s ease-in-out, background 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out, background 0.25s ease-in-out;
}

.text-left li h2 {
    color: var(--clr-primary);
}

.info-titre {
    text-transform: uppercase;
    font-weight: bold;
    /* background-color: var(--clr-primary); */
    background: #0000f5;
    background: -moz-linear-gradient(90deg, rgba(0, 0, 245, 1) 0%, rgb(85, 85, 227) 50%);
    background: -webkit-linear-gradient(90deg, rgba(0, 0, 245, 1) 0%, rgba(85, 85, 227, 1) 50%);
    background: linear-gradient(90deg, #0000f5 0%, rgba(85, 85, 227, 1) 50%);
    color: #fff;
    line-height: 28px;
    padding: 0px 15px;
    height: 28px;
    text-transform: uppercase;
}

.devis-container {
    margin-bottom: 1.5em;
}

.form-container .form-field {
    margin-bottom: 10px;
    display: flex;
}

.form-container .data,
.wpcf7-form-control-wrap {
    width: 80%;
}

.form-container .hide_this .wpcf7-form-control-wrap {
    width: auto;
    font-weight: 100;
}

.form-container .file-spec {
    font-weight: 100;
    font-size: 90%;
    font-style: italic;
}

.form-container .form-field label {
    width: 20%;
    color: #0e0e0e;
}

@media (max-width: 992px) {
    .form-container .form-field label {
        width: auto;
    }
}

.form-container .form-field label.interested {
    width: 100%;
}

.form-container .form-field .data.categories label {
    color: inherit;
    cursor: pointer;
    display: inline;
}

.form-container .form-field .data.categories .wpcf7-checkbox {
    display: flex;
    flex-wrap: wrap;
}

.form-container .form-field .data.categories .wpcf7-list-item {
    width: 33%;
}

.form-container .form-field .data.categories .wpcf7-list-item {
    margin: 0;
}

.form-container .form-field.architecte .data .wpcf7-list-item label {
    color: inherit;
    cursor: pointer;
}

.form-container .wpcf7-form-control {
    width: 100%;
}

/* full-width */
.form-container .form-field.full-width {
    display: inherit;
}

.form-container .form-field.full-width .data {
    width: 100%;
}

/* add-file */
.form-container .form-field.add-file {
    display: inherit;
}

.form-container .form-field.add-file .wpcf7-form-control {
    width: inherit;
}

.add_file,
.del_file {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background-color: #fafafa;
    /* border: 1px solid; */
    padding: 2px 5px;
    font-size: 90%;
    color: #000;
}

.add_file::before,
.del_file::before {
    font-size: 150%;
    top: 2px;
    position: relative;
    /* color: #000; */
}

.add_file::before {
    content: "+ ";
}

.del_file::before {
    content: "- ";
}

/* field date */
.form-container .form-field.date {
    justify-content: space-between;
}

.form-container .form-field.date label,
.form-container .form-field.date .data {
    width: auto;
}

.form-container .form-field p {
    display: none;
}

.form-container .form-field.add-file p {
    display: inherit;
}

/* field architecte */
.form-container .form-field.architecte label,
.form-container .form-field.architecte .data {
    width: auto;
}

/* submit */
.form-container .wpcf7-submit {
    text-align: right;
    width: inherit;
    /* width: 115px; */
    padding: 0.75em 1em;
    margin-top: 0.75em;
    background: var(--clr-primary);
    border: none;
    font-size: 1.25em;
    font-weight: 300;
    -webkit-transition: background-color 0.25s ease-in-out;
    -o-transition: background-color 0.25s ease-in-out;
    transition: background-color 0.25s ease-in-out;
    color: #fff;
}

.form-container .wpcf7-submit:hover {
    background: var(--clr-primary-hover);
}

.submit-align {
    text-align: right;
}

.data input,
.data select {
    border: 1px solid lightsteelblue;
}

.page-id-259 #contact,
.page-id-23 #contact {
    display: none;
}

.realisation-text {
    margin-bottom: 4em;
}

@media (max-width: 768px) {
    .form-container {
        width: 100%;
        padding: 0 10px;
    }

    .form-container .form-field .data.categories .wpcf7-list-item {
        width: 50%;
    }

    .form-container .form-field {
        display: block;
    }

    .form-container .data,
    .wpcf7-form-control-wrap {
        width: 100%;
    }

    .form-field.adresse label.adresse-label {
        display: inline-block;
        font-size: 135%;
        margin: 15px 0;
    }

    .form-container .form-field label.adresse-label,
    .form-container .form-field.full-width label {
        width: auto;
    }

    .hide_this .wpcf7-file {
        max-width: 100%;
    }

    .g-recaptcha {
        transform: scale(0.9);
        transform-origin: 0 0;
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -o-transform: scale(0.9);
    }

    .realisation-text {
        margin-top: 1em;
        margin-bottom: 0;
    }

    .devis-button {
        right: -95px;

        transform: rotate(45deg) scale(0.5);
        -webkit-transform: rotate(45deg) scale(0.5);
        -moz-transform: rotate(45deg) scale(0.5);
        -ms-transform: rotate(45deg) scale(0.5);
        -o-transform: rotate(45deg) scale(0.5);
    }

    .devis-button .devis-text-container .devis-text {
        display: none;
    }

    .devis-button .devis-text-container .text-mobile {
        display: block;
    }

    .devis-button .devis-text-container {
        top: 40px;
        left: 0;
        position: relative;
    }

    .devis-button {
        padding: 30px 75px 30px 30px;
    }

    .devis-button .devis-text-container .devis-text-mobile {
        display: block;
        top: 30px;
        position: relative;
    }

    .devis-button .icon {
        font-size: 3em;
        top: 25px;
        left: 8px;
        position: relative;
    }

    .devis-button .icon::before {
        content: "\e60f";
        font-size: 1em;
        top: 0;
    }

    .devis-button .devis-text-mobile {
        display: block;
        position: absolute;
        left: 10px;
        top: 5px;
    }

    .gall-highlight-photos nav a.gall-highlight-close {
        top: 5px;
    }
}

@media (max-width: 966px) {
    .gall-highlight-photos nav a.gall-highlight-close {
        top: 5px;
    }
}

.show-me {
    display: none;
}

@media (max-width: 480px) {
    .submit-align {
        text-align: center;
    }

    .form-container .wpcf7-submit {
        font-size: 1.1em;
    }

    .no-padding li {
        padding: 0;
    }

    .hide-me {
        display: none;
        font-size: 0.8em;
    }

    .show-me {
        display: block;
        font-size: 0.9em;
    }
}

.copy .noos-link,
.copy .noos-link :hover {
    color: #000;
    text-decoration: none;
    white-space: nowrap;
}

.copy .noos-link:hover,
.copy .noos-link:focus,
.copy .noos-link:active {
    color: #000;
}

.copy .logo-circle {
    display: inline;
    height: 16px;
    max-width: 100%;
    margin: unset;
    transform: translate(1px, -1px);
    -webkit-transform: translate(1px, -1px);
    -moz-transform: translate(1px, -1px);
    -ms-transform: translate(1px, -1px);
    -o-transform: translate(1px, -1px);
}

.button-devis {
    display: none;
}

/* icon animaitons */
.trav-item a {
    animation: shake 5s;
    -webkit-animation: shake 5s;
    animation-iteration-count: infinite;
}

.trav-item:nth-child(2) a {
    animation-delay: 0.3s;
}

.trav-item:nth-child(3) a {
    animation-delay: 0.9s;
}

@keyframes shake {
    5%,
    45% {
        transform: translate3d(-1px, 0, 0);
    }

    10%,
    40% {
        transform: translate3d(1px, 0, 0);
        -webkit-transform: translate3d(1px, 0, 0);
        -moz-transform: translate3d(1px, 0, 0);
        -ms-transform: translate3d(1px, 0, 0);
        -o-transform: translate3d(1px, 0, 0);
    }

    15%,
    25%,
    35% {
        transform: translate3d(-3px, 0, 0);
        -webkit-transform: translate3d(-3px, 0, 0);
        -moz-transform: translate3d(-3px, 0, 0);
        -ms-transform: translate3d(-3px, 0, 0);
        -o-transform: translate3d(-3px, 0, 0);
    }

    20%,
    30% {
        transform: translate3d(3px, 0, 0);
        -webkit-transform: translate3d(3px, 0, 0);
        -moz-transform: translate3d(3px, 0, 0);
        -ms-transform: translate3d(3px, 0, 0);
        -o-transform: translate3d(3px, 0, 0);
    }

    100% {
    }
}

.trav-item a:hover {
    animation: none;
    -webkit-animation: none;
}

div#ui-datepicker-div {
    z-index: 1000 !important;
}

.hp-header {
    position: relative;
    z-index: 0;
}

/* @media (min-width: 965px) {
    .hp-header {
        position: relative;
        margin-top: 40px;
    }
} */

.hp-header .hp-title-text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -100%);
    z-index: 2;
    color: #fff;
    font-family: "montserrat";
    text-align: center;
    width: 90%;
    pointer-events: none;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
    background: none !important;
}

.hp-header .hp-title-text h1 {
    font-weight: bold;
    font-size: 4em;
    line-height: 55px;
    margin: 0.5em 0;
    display: none;
}

.hp-header .color-me-blue {
    color: var(--clr-primary);
}

.hp-header .comodo-slogan {
    font-size: 3.5em;
    font-weight: 300;
    line-height: 50px;
}

#gall_carousel .single-gallery-item {
    height: 1080px;
    max-height: 1080px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.hp-carousel .carousel-item-single {
    height: 620px;
    max-height: 620px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.header-image {
    height: 70vh;
    max-height: 720px;
    min-height: 500px;
}
.home .header-image {
    height: 90vh;
}
@media (max-width: 768px) {
    .home .header-image {
        height: 60vh;
    }
}

.header-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.hp-carousel {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: none;
    opacity: 0;
}
.hp-carousel.owl-loaded {
    display: block;
    opacity: 1;
}
.hp-carousel .carousel-item-single:after {
    border-radius: 5px;
    display: block;
    height: 100%;
    width: 100%;
    content: "";
    background: rgba(0, 0, 0, 0.3);
}

.hp-carousel .carousel-item-single.renovation {
    background-position: 0 75%;
}

.hp-carousel .carousel-item-single.extension {
    background-position: 0 75%;
}

.hp-carousel .carousel-item-single.exterieur {
}

.hp-carousel .carousel-item-single.interieur {
    background-position: 0 75%;
}

.hp-carousel .owl-nav,
#gall_carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    font-size: 50px;
    color: white;
    margin-top: 0 !important;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    pointer-events: none;
}

#gall_carousel .owl-nav {
    font-size: 70px;
    top: 30%;
}

.hp-carousel .owl-next:focus,
.hp-carousel .owl-prev:focus,
#gall_carousel .owl-next:focus,
#gall_carousel .owl-prev:focus {
    outline: none;
}

.owl-theme .owl-dots .owl-dot {
    outline: none;
}

.hp-carousel .owl-prev button span {
    font-size: 25px;
}

.hp-carousel .owl-prev,
.hp-carousel .owl-next {
    pointer-events: all;
    width: 50px;
    height: 50px;
}
.hp-carousel .owl-prev,
#gall_carousel .owl-prev {
    float: left;
    margin-left: 25px !important;
}

.hp-carousel .owl-next,
#gall_carousel .owl-next {
    float: right;
    margin-right: 25px !important;
}

.hp-carousel .owl-dots {
    position: absolute;
    top: 70%;
    width: 100%;
}

.hp-carousel .owl-dots .owl-dot span {
    width: 8px !important;
    height: 8px !important;
    margin: 5px 5px !important;
}

.hp-carousel .owl-dots .owl-dot.active span {
    background: var(--clr-primary) !important;
}

/* 4 SECTIONS + ANIMATIONS */
.sections-container {
    display: flex;
    justify-content: space-between;
    gap: 25px;
    margin: 0 auto;

    position: relative;
    top: -140px;
    z-index: 0;
}

.sections-container .square {
    flex: 1;
    aspect-ratio: 1;
    /* width: 250px;
    height: 230px; */
    /* line-height: 230px; */
    box-shadow: 0px 10px 40px 5px rgba(0, 0, 0, 0.1);
    position: relative;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    background-color: #fff;
}

@media (max-width: 1150px) {
    .sections-container .square {
        width: 220px;
        height: 210px;
        line-height: 210px;
    }
}

@media (max-width: 965px) {
    .sections-container .square {
        width: 200px;
        height: 230px;
        line-height: 230px;
    }
}

@media (max-width: 900px) {
    .sections-container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .sections-container .square {
        width: 90%;
        height: 230px;
        line-height: 230px;
        margin-top: 1.5em;
    }
}

@media (max-width: 750px) {
    .hp-carousel .owl-dots {
        bottom: 15%;
        top: unset;
    }

    .sections-container {
        top: -8%;
    }

    .linebraker {
        display: none;
    }

    .hp-title-text .comodo-slogan {
        font-size: 2.1em;
        /* font-weight: bold; */
        line-height: 45px;
    }
}

@media (max-width: 500px) {
    .space-between-title {
        height: 2em;
    }

    .home .devis-button {
        display: flex;
        opacity: 0;
        transition: all 0.25s ease-in-out;
    }

    .home .devis-button.show {
        opacity: 1;
    }
}

.sections-container .square:hover,
.sections-container .square.active {
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}

.sections-container .square.service-renovation {
    /* border-bottom: 5px solid #00ade9; */
    background-color: var(--clr-primary);
}

.sections-container .square.service-extension {
    /* border-bottom: 5px solid #5495af; */
    background-color: var(--clr-beige);
}

.sections-container .square.service-exterieur {
    /* border-bottom: 5px solid #aeca37; */
    background-color: var(--clr-grey);
}

.sections-container .square.service-interieur {
    /* border-bottom: 5px solid #627d62; */
    background-color: #000;
}

.sections-container .square .service-text {
    font-family: "montserrat";
    font-weight: normal;
    font-size: 1.1em;
    text-align: center;
    margin: auto;
    position: relative;
    overflow: hidden;
    height: 100%;
}

.sections-container .square .service-text p {
    /* display: none; */
    display: inline-block;
    opacity: 0;
    vertical-align: middle;
    line-height: 1.5em;
    padding: 0 15px;
    margin: 0;
    position: relative;
    z-index: 3;
    color: #fff;
    transition: all 0.25s ease-in-out;
    height: 100%;
    display: flex;
    align-items: center;
}

.sections-container .square .service-text.black p {
    color: #000;
}

.sections-container .square:hover .service-text p {
    opacity: 1;
    display: inline-block;
    transition: opacity 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    height: 100%;
    display: flex;
    align-items: center;
}

.sections-container .square.service-renovation:after {
    content: " ";
    width: 15px;
    height: 15px;
    position: absolute;
    opacity: 0;
    z-index: -1;
    top: 0px;
    left: 50%;
    -moz-transform: rotate(45deg) translateX(-50%);
    -webkit-transform: rotate(45deg) translateX(-50%);
    -o-transform: rotate(45deg) translateX(-50%);
    -ms-transform: rotate(45deg) translateX(-50%);
    transform: rotate(45deg) translateX(-50%);
    /* background-color: #31b5e7; */
    background-color: var(--clr-primary-hover);
    transition: opacity 0.25s ease-in-out;
    -webkit-transition: opacity 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out;
    -ms-transition: opacity 0.25s ease-in-out;
    -o-transition: opacity 0.25s ease-in-out;
}

.sections-container .square.service-extension:after {
    content: " ";
    width: 15px;
    height: 15px;
    position: absolute;
    opacity: 0;
    z-index: -1;
    top: 0px;
    left: 50%;
    -moz-transform: rotate(45deg) translateX(-50%);
    -webkit-transform: rotate(45deg) translateX(-50%);
    -o-transform: rotate(45deg) translateX(-50%);
    -ms-transform: rotate(45deg) translateX(-50%);
    transform: rotate(45deg) translateX(-50%);
    /* background-color: #659db6; */
    background-color: var(--clr-beige-hover);
    transition: opacity 0.25s ease-in-out;
    -webkit-transition: opacity 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out;
    -ms-transition: opacity 0.25s ease-in-out;
    -o-transition: opacity 0.25s ease-in-out;
}

.sections-container .square.service-exterieur:after {
    content: " ";
    width: 15px;
    height: 15px;
    position: absolute;
    opacity: 0;
    z-index: -1;
    top: 0px;
    left: 50%;
    -moz-transform: rotate(45deg) translateX(-50%);
    -webkit-transform: rotate(45deg) translateX(-50%);
    -o-transform: rotate(45deg) translateX(-50%);
    -ms-transform: rotate(45deg) translateX(-50%);
    transform: rotate(45deg) translateX(-50%);
    /* background-color: #a4c02b; */
    background-color: var(--clr-grey-hover);
    transition: opacity 0.25s ease-in-out;
    -webkit-transition: opacity 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out;
    -ms-transition: opacity 0.25s ease-in-out;
    -o-transition: opacity 0.25s ease-in-out;
}

.sections-container .square.service-interieur:after {
    content: " ";
    width: 15px;
    height: 15px;
    position: absolute;
    opacity: 0;
    z-index: -1;
    top: 0px;
    left: 50%;
    -moz-transform: rotate(45deg) translateX(-50%);
    -webkit-transform: rotate(45deg) translateX(-50%);
    -o-transform: rotate(45deg) translateX(-50%);
    -ms-transform: rotate(45deg) translateX(-50%);
    transform: rotate(45deg) translateX(-50%);
    /* background-color: #799079; */
    background-color: #2e2e2e;
    transition: opacity 0.25s ease-in-out;
    -webkit-transition: opacity 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out;
    -ms-transition: opacity 0.25s ease-in-out;
    -o-transition: opacity 0.25s ease-in-out;
}

.sections-container .square:hover:after,
.sections-container .square.active:after {
    opacity: 1;
    transition: opacity 0.25s ease-in-out;
    -webkit-transition: opacity 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out;
    -ms-transition: opacity 0.25s ease-in-out;
    -o-transition: opacity 0.25s ease-in-out;
}

.sections-container .square.service-renovation:hover {
    background-color: #00ade9;
    background-color: var(--clr-primary);
}

.sections-container .square.service-extension:hover {
    background-color: #5495af;
    background-color: var(--clr-beige);
}

.sections-container .square.service-exterieur:hover {
    background-color: #a4c02b;
    background-color: var(--clr-grey);
}

.sections-container .square.service-interieur:hover {
    background-color: #627d62;
    background-color: #000;
}

.sections-container .square:after {
    content: " ";
    width: 15px;
    height: 15px;
    position: absolute;
    opacity: 0;
    z-index: -1;
    top: 0px;
    left: 50%;
    transform: rotate(45deg) translateX(-50%);
    background-color: var(--clr-primary-hover);
    transition: opacity 0.25s ease-in-out;
}

.sections-container .square.service-1 {
    background-color: var(--clr-primary);
}
.sections-container .square.service-1:hover,
.sections-container .square.service-1.active {
    background-color: #00ade9;
    background-color: var(--clr-primary);
}
.sections-container .square.service-1:after {
    background-color: var(--clr-primary);
}
.sections-container .square.service-1 .rectanlge {
    background: var(--clr-primary-hover);
}
.sections-container .square.service-1 .service-title .service-title-text {
    color: #fff;
}

.sections-container .square.service-2 {
    background-color: var(--clr-beige);
}
.sections-container .square.service-2:hover,
.sections-container .square.service-2.active {
    background-color: #5495af;
    background-color: var(--clr-beige);
}
.sections-container .square.service-2:after {
    background-color: var(--clr-beige);
}
.sections-container .square.service-2 .rectanlge {
    background: var(--clr-beige-hover);
}
.sections-container .square.service-2 .service-title .service-title-text,
.sections-container .square.service-2 .service-text p {
    color: #000;
}

.sections-container .square.service-3 {
    background-color: var(--clr-light-grey);
}
.sections-container .square.service-3:hover,
.sections-container .square.service-3.active {
    background-color: #a4c02b;
    background-color: var(--clr-light-grey);
}
.sections-container .square.service-3:after {
    background-color: var(--clr-light-grey);
}
.sections-container .square.service-3 .rectanlge {
    background: var(--clr-light-grey-hover);
}
.sections-container .square.service-3 .service-title .service-title-text,
.sections-container .square.service-3 .service-text p {
    color: #000;
}

.sections-container .square.service-4 {
    background-color: var(--clr-grey);
}
.sections-container .square.service-4:hover,
.sections-container .square.service-4.active {
    background-color: #a4c02b;
    background-color: var(--clr-grey);
}
.sections-container .square.service-4:after {
    background-color: var(--clr-grey);
}
.sections-container .square.service-4 .rectanlge {
    background: var(--clr-grey-hover);
}
.sections-container .square.service-4 .service-title .service-title-text,
.sections-container .square.service-4 .service-text p {
    color: #fff;
}

.sections-container .square.service-5 {
    background-color: #000;
}
.sections-container .square.service-5:hover,
.sections-container .square.service-5.active {
    background-color: #627d62;
    background-color: #000;
}
.sections-container .square.service-5:after {
    background-color: #000;
}
.sections-container .square.service-5 .rectanlge {
    background: #2e2e2e;
}
.sections-container .square.service-5 .service-title .service-title-text {
    color: #fff;
}

.sections-container .square .rectanlge {
    opacity: 0;
    position: absolute;
    top: 0;
    z-index: 2;
    width: 130%;
    height: 90%;
    transform: rotate(-45deg) translate(-2%, 1%);
    transition: opacity 0.5s ease-in-out;
    display: none;
}

@media (max-width: 1150px) {
    .sections-container .square .rectanlge {
        width: 295px;
        height: 200px;
    }
}

@media (max-width: 965px) {
    .sections-container .square .rectanlge {
        width: 275px;
        height: 200px;
    }
}

@media (max-width: 900px) {
    .sections-container .square .rectanlge {
        display: none;
    }

    .sections-container .square:after {
        display: none;
    }
}

.sections-container .square:hover .rectanlge,
.sections-container .square.active .rectanlge {
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
}

.sections-container .square.service-renovation .rectanlge {
    /* background: #31b5e7; */
    background: var(--clr-primary-hover);
}

.sections-container .square.service-extension .rectanlge {
    /* background: #659db6; */
    background: var(--clr-beige-hover);
}

.sections-container .square.service-exterieur .rectanlge {
    /* background: #b1c94a; */
    background: var(--clr-grey-hover);
}

.sections-container .square.service-interieur .rectanlge {
    /* background: #799079; */
    background: #2e2e2e;
}

/* Service Pictos et titre */
.sections-container .square .service-title {
    position: absolute;
    line-height: initial;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all 0.25s ease-in-out;
    z-index: 5;
}

.sections-container .square:hover .service-title {
    opacity: 0;
}

.sections-container .square .service-title img {
    position: absolute;
    left: 50%;
    top: 30%;
    margin: 0;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    height: 60px;
}

.sections-container .square .service-title .service-title-text {
    position: absolute;
    left: 50%;
    top: 70%;
    margin: 0;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    text-align: center;
    font-family: "montserrat";
    font-weight: bold;
    width: 80%;
}

.sections-container .square.service-renovation .service-title .service-title-text {
    color: #fff;
}

.sections-container .square.service-extension .service-title .service-title-text {
    color: #000;
}

.sections-container .square.service-exterieur .service-title .service-title-text {
    color: #000;
}

.sections-container .square.service-interieur .service-title .service-title-text {
    color: #fff;
}

/* ACCORDION STYLE */

#accords .card .card-header {
    padding: 0;
}

#accords .card {
    border: unset;
    margin-bottom: 1.7em;
}

#accords .card-header {
    background-color: var(--clr-primary);
    border: unset;
    color: #fff;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

#accords .card-header h5 {
    /* margin: 1em 0; */
    /* margin-bottom: 1em; */
}

#accords .card-header h5 button {
    margin-left: 3em;
    color: #fff;
    font-size: 1.5em;
    font-family: "montserrat", Calibri, Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    text-decoration: none;
    position: relative;
    text-align: left;
    width: 90%;
    padding-left: 0.1em;
}

#accords .card-header h5 button:before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    left: -25px;
    top: 13px;
    border: 6px solid #fff;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: transform 0.25s ease-in-out, background 0.25s ease-in-out;
    -o-transition: transform 0.25s ease-in-out, background 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out, background 0.25s ease-in-out;
}

#accords .card-header h5 button.collapsed:before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    left: -25px;
    top: 13px;
    border: 2px solid #fff;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: transform 0.25s ease-in-out, background 0.25s ease-in-out;
    -o-transition: transform 0.25s ease-in-out, background 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out, background 0.25s ease-in-out;
}

#accords .card-header h5 button:after {
    content: "";
    position: absolute;
    top: 13px;
    right: -15px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
}

#accords .card-header h5 button.collapsed:after {
    content: "";
    position: absolute;
    top: 13px;
    right: -15px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
}

#accords .card-body {
    background-color: #f1f1f1;
    padding: 3em 3.8em;
    font-weight: 100;
}

@media (max-width: 950px) {
    #accords .card-header h5 button {
        width: 87%;
    }
}

@media (max-width: 750px) {
    #accords .card-header h5 button {
        width: 85%;
    }
}

@media (max-width: 650px) {
    #accords .card-header h5 button {
        width: 84%;
    }
}

@media (max-width: 550px) {
    #accords .card-header h5 button {
        width: 81%;
    }
}

@media (max-width: 480px) {
    #accords .card-header h5 button {
        width: 79%;
    }
}

@media (max-width: 450px) {
    #accords .card-header h5 button {
        width: 77%;
    }
}

@media (max-width: 400px) {
    #accords .card-header h5 button {
        width: 75%;
    }
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: unset;
}

.nav-bar-bleu li > a:hover svg .cls-1,
.nav-bar-bleu li > a:focus svg .cls-1,
.nav-bar-bleu li > a:active svg .cls-1 {
    stroke: #000;
    transition: all 0.25s;
}

.form-container .data,
.wpcf7-form-control-wrap {
    width: 100%;
}

.wpcf7-form-control-wrap:first-of-type input {
    margin-top: 0;
}

.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap textarea {
    margin-top: 1.25em;
}

.form-container br {
    display: none;
}

.form-container > p {
    /* display: none; */
}

.wpcf7-form .form-row-submit {
    margin: 0;
}

@media (min-width: 768px) {
    .webkit .ctct-form-row .form-button {
        bottom: 22px;
    }
}

.g-recaptcha {
    transform: scale(0.87);
    -webkit-transform: scale(0.87);
    -moz-transform: scale(0.87);
    -ms-transform: scale(0.87);
    -o-transform: scale(0.87);
    transform-origin: 0 0;
}

.form-container .contact-form-button {
    text-align: left;
    width: inherit;
    /* width: 115px; */
    padding: 0.75em 1em;
    margin-top: 0.75em;
    background: var(--clr-primary);
    border: none;
    font-size: 1.25em;
    font-weight: 300;
    -webkit-transition: background-color 0.25s ease-in-out;
    -o-transition: background-color 0.25s ease-in-out;
    transition: background-color 0.25s ease-in-out;
    color: #000;
}

.height-me {
    height: 62px;
    width: auto;
    text-align: left;
}
.height-me .contact-form-button {
    position: relative;
    min-width: 200px;
    text-align: center;
}
@media (max-width: 768px) {
    .height-me {
        width: 100%;
        margin-bottom: 1em;
    }
    .height-me .contact-form-button {
        min-width: 100%;
        text-align: left;
    }
}

.contact-form-me .ajax-loader {
    display: none !important;
}

#wpcf7-f637-o1 .wpcf7-response-output {
    margin: 2em 0 0 0;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding: 0.75em 1em;
    background: var(--clr-primary);
    background: rgba(255, 255, 255, 0.3);
    font-size: 1.25em;
    font-weight: 300;
    -webkit-transition: background-color 0.25s ease-in-out;
    -o-transition: background-color 0.25s ease-in-out;
    transition: background-color 0.25s ease-in-out;
}

#wpcf7-f637-o1 .contact-form-button {
    background-color: var(--clr-primary);
    color: #fff;
}

#wpcf7-f637-o1 .contact-form-button:hover {
    background-color: var(--clr-primary-hover);
}

#wpcf7-f637-o1 .acceptance a {
    text-decoration: underline;
    color: #000;
    /* font-weight: bold; */
}

.devis-container .acceptance {
    margin: 1em 0;
}
.devis-container .text-intro {
    text-align: center;
    margin-bottom: 1em;
}

.acceptance .wpcf7-list-item {
    margin-left: 0.3em;
}

@media (max-width: 1200px) {
    .g-recaptcha {
        transform: scale(0.67);
        -webkit-transform: scale(0.67);
        -moz-transform: scale(0.67);
        -ms-transform: scale(0.67);
        -o-transform: scale(0.67);
        transform-origin: 0 0;
    }
}

@media (max-width: 960px) {
    .g-recaptcha {
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
        transform-origin: 0 0;
    }
}

@media (max-width: 768px) {
    #wpcf7-f637-o1 {
        padding-top: 1em;
    }

    .g-recaptcha {
        transform: scale(0.87);
        -webkit-transform: scale(0.87);
        -moz-transform: scale(0.87);
        -ms-transform: scale(0.87);
        -o-transform: scale(0.87);
        transform-origin: 0 0;
    }
}

#moove_gdpr_cookie_info_bar {
    background-color: var(--clr-primary) !important;
    font-family: "montserrat", Calibri, Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-weight: normal !important;
    border: none !important;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-cookie-notice p {
    font-weight: normal !important;
}

.page-id-256 .text-intro {
    margin-bottom: 0;
}

.page-id-256 .sect {
    padding-bottom: 0;
}

#forces {
    padding-bottom: 4em;
}

@media (min-width: 768px) {
    .page-id-256 .gall-head {
        min-height: 0;
    }
}

.text-intro .link-devis {
    font-family: "montserrat";
    font-weight: bold;
    font-size: 1.25em;
    display: block;
    width: fit-content;
    margin: auto;
    margin-top: 2.5em;
}

.required-info {
    text-align: right;
    font-weight: lighter;
}

.fancybox-button--zoom {
    display: none !important;
}

.realisation-image-container::after {
    content: "";
    flex: 0 0 30%;
}

.realisation-image-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ratio-me {
    position: relative;
    width: 30%;
    overflow: hidden;
    margin: 1em 0;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border: 8px solid #eeeeee;
}

.ratio-me .single-image {
    width: 100%;
    padding-top: 56.25%;
    position: relative;
}

.ratio-me .single-image img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

@media (max-width: 768px) {
    .ratio-me {
        width: 45%;
    }

    .realisation-image-container::after {
        content: "";
        flex: 0 0 45%;
    }
}

@media (max-width: 576px) {
    .ratio-me {
        width: 100%;
    }

    .realisation-image-container::after {
        content: "";
        flex: 0 0 30%;
    }
}

.pagination {
    display: block;
    text-align: center;
    font-size: 1.3em;
    color: var(--clr-primary);
}

.pagination span {
    font-weight: bolder;
}

.pagination a {
    color: var(--clr-primary);
}

.pagination .prev,
.pagination .next {
    margin: 0.5em;
    font-weight: bolder;
}

.hovercover {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.35);
    opacity: 0;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}

.ratio-me .icon {
    opacity: 0;
    position: absolute;
    display: inline-block;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg) scale(0.5);
    -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(0.5);
    -moz-transform: translate(-50%, -50%) rotate(45deg) scale(0.5);
    -ms-transform: translate(-50%, -50%) rotate(45deg) scale(0.5);
    -o-transform: translate(-50%, -50%) rotate(45deg) scale(0.5);
    color: #fff;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}

.ratio-me:hover .hovercover {
    opacity: 0.8;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}

.ratio-me:hover .icon {
    opacity: 1;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg) scale(1);
    -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(1);
    -moz-transform: translate(-50%, -50%) rotate(45deg) scale(1);
    -ms-transform: translate(-50%, -50%) rotate(45deg) scale(1);
    -o-transform: translate(-50%, -50%) rotate(45deg) scale(1);
}
#load-more {
    background-color: transparent;
    border: none;
    color: inherit;
    font: inherit;
    line-height: normal;
    margin: 0;
    padding: 0;
    text-align: left;
    text-decoration: none;
    text-transform: none;

    display: block;
    margin: auto;
    margin-top: 2em;
    display: block;
    padding: 0.5em 1em;
    border: 1px solid #000;
    color: #000;
    opacity: 0.7;
    transition: all 0.25s ease-in-out;
}
#load-more:hover {
    opacity: 1;
}
.video-player {
    position: relative;
}
.video-player video {
    width: 100%;
    cursor: pointer;
}

.video-player .play-icon svg {
    width: clamp(75px, 10vw, 200px);
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    transition: all 0.25s ease-in-out;
    z-index: 2;
    stroke: #000;
    cursor: pointer;
}

.video-player:hover .play-icon svg {
    transform: translate(-50%, -50%) scale(1.3);
    stroke: var(--clr-primary);
    stroke: #fff;
}
.partners-list {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-top: 3rem;
}
.partners-item {
    flex-basis: calc(33.33% - 2rem);
    text-align: center;
    padding: 0 1rem;
}
.partners-item.half {
    flex-basis: 50%;
    text-align: center;
    padding: 0 1rem;
}
.partners-item .name {
    font-size: 1.2rem;
    font-weight: bold;
    margin-top: 1rem;
}
.partners-item a {
    display: inline-block;
}
.partners-item img {
    height: 80px;
}
.partners-item img.smaller {
    height: 35px;
}
@media (max-width: 1024px) {
    .partners-list {
        gap: 1.5rem;
    }
    .partners-item {
        flex-basis: calc(50% - 1.5rem);
    }
}
@media (max-width: 768px) {
    .partners-list {
        gap: 1rem;
    }
    .partners-item {
        flex-basis: 1;
    }
    #contact .cols.row .cols-item {
        width: 100%;
        max-width: 100%;
        flex: 100%;
    }
}
@media (max-width: 767px) {
    .partners-list {
        flex-direction: column;
        align-items: center;
    }
    .partners-item {
        margin-bottom: 1rem;
    }
}
.btn-style {
    background: var(--clr-primary);
    color: #fff;
    font-weight: normal;
    padding: 0.75em 1.5em;
    border: none;
    -webkit-transition: background-color 0.25s ease-in-out;
    -o-transition: background-color 0.25s ease-in-out;
    transition: background-color 0.25s ease-in-out;
    margin-top: 10px;
    display: inline-block;
}

.btn-style:hover {
    background: var(--clr-primary-hover);
    color: #fff;
}
