/* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

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

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after {
    content: '';
    content: none;
}

q:before,
q:after {
    content: '';
    content: none;
}

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

strong {
    font-weight: 700;
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url("fonts/glyphicons-halflings-regular.eot");
    src: url("fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("fonts/glyphicons-halflings-regular.woff") format("woff"), url("fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    @font-face {
        font-family: "Flaticon";
        src: url("/public/font/icon/Flaticon.svg#Flaticon") format("svg");
    }
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-size: 20px;
    font-style: normal;
}

.flaticon-mother:before {
    content: "\f100";
}

.flaticon-stork:before {
    content: "\f101";
}

.flaticon-newly-married-couple:before {
    content: "\f102";
}

.flaticon-album:before {
    content: "\f103";
}

.flaticon-eye:before {
    content: "\f104";
}

.flaticon-facebook-placeholder-for-locate-places-on-maps:before {
    content: "\f105";
}

.flaticon-online-shopping:before {
    content: "\f106";
}

.flaticon-shop:before {
    content: "\f107";
}

.flaticon-art:before {
    content: "\f108";
}

.flaticon-black-back-closed-envelope-shape:before {
    content: "\f109";
}

.flaticon-phone-symbol-of-an-auricular-inside-a-circle:before {
    content: "\f10a";
}

.flaticon-technology:before {
    content: "\f10b";
}

.flaticon-wall-clock:before {
    content: "\f10c";
}

.flaticon-photo-camera:before {
    content: "\f10d";
}

.flaticon-picture:before {
    content: "\f10e";
}

.flaticon-pdf-file-format-symbol:before {
    content: "\f10f";
}

.flaticon-email:before {
    content: "\f110";
}

.flaticon-map-location:before {
    content: "\f111";
}

.flaticon-right-arrow:before {
    content: "\f112";
}

.flaticon-left-arrow:before {
    content: "\f113";
}

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

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

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

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

@media (min-width: 1400px) {
    .container {
        width: 1370px;
    }
}

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

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

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

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

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

.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-12 {
    width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-pull-11 {
        right: 91.66666667%;
    }
    .col-sm-pull-10 {
        right: 83.33333333%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-8 {
        right: 66.66666667%;
    }
    .col-sm-pull-7 {
        right: 58.33333333%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-5 {
        right: 41.66666667%;
    }
    .col-sm-pull-4 {
        right: 33.33333333%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-2 {
        right: 16.66666667%;
    }
    .col-sm-pull-1 {
        right: 8.33333333%;
    }
    .col-sm-pull-0 {
        right: 0%;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-push-11 {
        left: 91.66666667%;
    }
    .col-sm-push-10 {
        left: 83.33333333%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-8 {
        left: 66.66666667%;
    }
    .col-sm-push-7 {
        left: 58.33333333%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-5 {
        left: 41.66666667%;
    }
    .col-sm-push-4 {
        left: 33.33333333%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-2 {
        left: 16.66666667%;
    }
    .col-sm-push-1 {
        left: 8.33333333%;
    }
    .col-sm-push-0 {
        left: 0%;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-sm-offset-0 {
        margin-left: 0%;
    }
}

@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-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-pull-11 {
        right: 91.66666667%;
    }
    .col-md-pull-10 {
        right: 83.33333333%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-8 {
        right: 66.66666667%;
    }
    .col-md-pull-7 {
        right: 58.33333333%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-5 {
        right: 41.66666667%;
    }
    .col-md-pull-4 {
        right: 33.33333333%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-2 {
        right: 16.66666667%;
    }
    .col-md-pull-1 {
        right: 8.33333333%;
    }
    .col-md-pull-0 {
        right: 0%;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-push-11 {
        left: 91.66666667%;
    }
    .col-md-push-10 {
        left: 83.33333333%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-8 {
        left: 66.66666667%;
    }
    .col-md-push-7 {
        left: 58.33333333%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-5 {
        left: 41.66666667%;
    }
    .col-md-push-4 {
        left: 33.33333333%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-2 {
        left: 16.66666667%;
    }
    .col-md-push-1 {
        left: 8.33333333%;
    }
    .col-md-push-0 {
        left: 0%;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-md-offset-0 {
        margin-left: 0%;
    }
}

@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-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-pull-11 {
        right: 91.66666667%;
    }
    .col-lg-pull-10 {
        right: 83.33333333%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-8 {
        right: 66.66666667%;
    }
    .col-lg-pull-7 {
        right: 58.33333333%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-5 {
        right: 41.66666667%;
    }
    .col-lg-pull-4 {
        right: 33.33333333%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-2 {
        right: 16.66666667%;
    }
    .col-lg-pull-1 {
        right: 8.33333333%;
    }
    .col-lg-pull-0 {
        right: 0%;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-push-11 {
        left: 91.66666667%;
    }
    .col-lg-push-10 {
        left: 83.33333333%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-8 {
        left: 66.66666667%;
    }
    .col-lg-push-7 {
        left: 58.33333333%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-5 {
        left: 41.66666667%;
    }
    .col-lg-push-4 {
        left: 33.33333333%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-2 {
        left: 16.66666667%;
    }
    .col-lg-push-1 {
        left: 8.33333333%;
    }
    .col-lg-push-0 {
        left: 0%;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-lg-offset-0 {
        margin-left: 0%;
    }
}

header {
    position: relative;
}

header .phone-mobile {
    background: #4ba20d;
    display: inline-block;
    width: 30px;
    height: 30px;
    padding: 6px;
    position: absolute;
    top: 0;
    right: 107px;
    z-index: 4000;
}

header .phone-mobile:before {
    color: white;
}

header .intro-home {
    position: relative;
    font-size: 0px;
    z-index: 10;
}

header .intro-home .caption {
    z-index: 300;
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    left: 0px;
    background: rgba(0, 0, 0, 0.66);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0, 0, 0, 0.66)), color-stop(73%, transparent));
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.66)), color-stop(73%, transparent));
    background: linear-gradient(to right, rgba(0, 0, 0, 0.66) 0%, transparent 73%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 1200px) {
    header .intro-home .caption {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
}

@media (max-width: 767px) {
    header .intro-home .caption {
        background: none;
        position: relative;
    }
}

header .intro-home .caption .caption-content {
    width: 600px;
    margin-left: 263px;
    color: white;
}

@media (max-width: 1400px) {
    header .intro-home .caption .caption-content {
        width: 460px;
        margin-left: 50px;
    }
}

@media (max-width: 1200px) {
    header .intro-home .caption .caption-content {
        margin-bottom: 75px;
    }
}

@media (max-width: 992px) {
    header .intro-home .caption .caption-content {
        margin-bottom: 25px;
        margin-left: 40px;
    }
}

@media (max-width: 767px) {
    header .intro-home .caption .caption-content {
        color: #303030;
        width: 100%;
        padding: 25px 15px 0;
        margin-left: 5px;
    }
}

header .intro-home .caption .caption-content h1 {
    font-weight: 700;
    font-size: 40px;
}

header .intro-home .caption .caption-content p {
    margin-top: 25px;
    font-size: 18px;
    font-weight: 700;
    color: white;
    line-height: 28px;
    text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.81);
}

@media (max-width: 767px) {
    header .intro-home .caption .caption-content p {
        color: #303030;
            text-shadow:none;

    }
}

header .intro-home .bg-trans-noir {
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
}
@media (max-width: 767px) {
    header .intro-home .bg-trans-noir {
    background: none;
    }
    
}
header .encart-horaires {
    position: absolute;
    right: 282px;
    bottom: 100px;
    width: 360px;
    height: 271px;
    background: #4ba20d;
    color: white;
    padding: 45px;
}

@media (max-width: 1200px) {
    header .encart-horaires {
        position: relative;
        bottom: auto;
        right: auto;
        width: 100%;
        margin: 0 auto 20px;
    }
}

@media (max-width: 767px) {
    header .encart-horaires {
        padding: 45px 22px;
    }
}

header .encart-horaires h4 {
    color: white;
    position: relative;
    font-weight: 700;
    margin-bottom: 14px;
    font-size: 32px;
}

header .encart-horaires h4:before {
    font-size: 32px;
    font-weight: normal;
}

header .encart-horaires p {
    color: white;
    line-height: 22px;
    font-size: 14px;
}

header .navigation {
    -webkit-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    z-index: 4000;
}

header .navigation .logo {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin-top: 40px;
}

@media (max-width: 1200px) {
    header .navigation .logo {
        margin-top: 26px;
    }
}

@media (max-width: 992px) {
    header .navigation .logo {
        margin-top: 36px;
    }
}

@media (max-width: 767px) {
    header .navigation .logo {
        margin-top: 21px;
        margin-bottom: 26px;
        text-align: center;
        height: 52px;
    }
}

header .navigation .logo img {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 100%;
}

@media (max-width: 992px) {
    header .navigation .logo img {
        width: 326px;
        margin: auto;
        display: block;
    }
}

@media (max-width: 767px) {
    header .navigation .logo img {
        width: 150px;
        margin: 0px;
    }
}

header .navigation .col-md-9 .secondary-menu {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding-top: 20px;
    text-align: right;
}

header .navigation .col-md-9 .secondary-menu p {
    color: white;
    font-weight: 400;
    display: inline-block;
    margin-right: 19px;
    padding-right: 10px;
    border-right: 1px solid white;
}

header .navigation .col-md-9 .secondary-menu p:last-child {
    border-right: none;
}

header .navigation .col-md-9 .secondary-menu p:before {
    font-weight: normal;
    margin-right: 10px;
}

header .navigation .col-md-9 .secondary-menu p a {
    color: white;
    margin-right: 20px;
    text-decoration: underline;
}

@media (max-width: 767px) {
    header .navigation .col-md-9 {
        width: 16.66666667%;
        padding: 0px;
    }
}

@media (max-width: 992px) {
    header .navigation .navbar-collapse {
        text-align: center;
    }
}

header .navigation .navbar-default {
    display: inline-block;
    vertical-align: middle;
    float: right;
    text-transform: uppercase;
    padding: 28px 0;
}

@media (max-width: 992px) {
    header .navigation .navbar-default .navbar-nav {
        float: none;
        margin: 0;
        text-align: center;
        margin: auto;
        display: inline-block;
        margin-top: 15px;
    }
}

header .navigation .navbar-default .navbar-nav li:last-child a {
    padding-right: 0px;
}

@media (max-width: 992px) {
    header .navigation .navbar-default .navbar-nav li:last-child a {
        padding-right: 15px;
    }
}

header .navigation .navbar-default .navbar-toggle {
    border: none;
    background: #4ba20d;
    margin-top: 0px;
    margin-right: 0px;
}

header .navigation .navbar-default .navbar-toggle span {
    background: white;
}

header .navigation .navbar-default .navbar-toggle.collapsed {
    margin-top: 2px;
}

header .navigation .navbar-default .logo-mobile {
    width: 70%;
    float: left;
}

@media (max-width: 992px) {
    header .navigation .navbar-default .logo-mobile {
        width: 46%;
    }
}

header .navigation .navbar-default .col-md-9 {
    padding: 0;
}

@media (max-width: 992px) {
    header .navigation .navbar-default .navbar-nav li {
        text-align: center;
    }
    header .navigation .navbar-default .navbar-nav li:last-child a {
        margin-right: 0px;
    }
}

header .navigation .navbar-default .navbar-nav li.active a {
    color: white;
}

header .navigation .navbar-default .navbar-nav li.active a::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
    background: white;
    height: 4px;
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

header .navigation .navbar-default .navbar-nav li.active a:before,
header .navigation .navbar-default .navbar-nav li.active a:focus:before,
header .navigation .navbar-default .navbar-nav li.active a:active:before {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

header .navigation .navbar-default .navbar-nav li a {
    color: white;
    font-size: 18px;
    padding: 15px 0px;
    margin: 0 20px;
    font-weight: 700;
    vertical-align: middle;
    display: inline-block;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
}

@media (max-width: 1400px) {
    header .navigation .navbar-default .navbar-nav li a {
        margin: 0 14px;
    }
}

@media (max-width: 1200px) {
    header .navigation .navbar-default .navbar-nav li a {
        font-size: 16px;
        margin: 0 8px;
    }
}

@media (max-width: 992px) {
    header .navigation .navbar-default .navbar-nav li a {
        margin: 0 12px;
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    header .navigation .navbar-default .navbar-nav li a {
        color: white !important;
        font-weight: 700;
        color: #fff;
    }
}

header .navigation .navbar-default .navbar-nav li a::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
    background: white;
    height: 0px;
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

header .navigation .navbar-default .navbar-nav li a:hover:before,
header .navigation .navbar-default .navbar-nav li a:focus:before,
header .navigation .navbar-default .navbar-nav li a:active:before {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    height: 4px;
}

@media (max-width: 992px) {
    header .navigation .navbar-nav li {
        text-align: center;
    }
    header .navigation .navbar-nav li a {
        font-weight: 700;
        text-transform: uppercase;
        color: white;
    }
}

header .navigation.scrolled {
    background: #4ba20d;
}

header .navigation.scrolled .logo {
    margin-top: 10px;
    margin-bottom: 20px;
}

header .navigation.scrolled .logo img {
    width: 200px;
}

@media (max-width: 767px) {
    header .navigation.scrolled .logo img {
        width: 150px;
    }
}

header .navigation.scrolled .secondary-menu {
    margin-top: -50px;
}

@media (max-width: 992px) {
    header .navigation.scrolled .navbar-nav {
        margin-top: 25px;
    }
}

header .navigation.scrolled .navbar-default .navbar-toggle span {
    background: #fff !important;
}

header nav.navbar-mob {
    position: fixed;
    left: 0px;
    right: 0px;
    width: 100%;
    margin-top: 0;
    top: 0;
    padding: 0px;
    z-index: 5000;
    text-align: center;
    background: none;
    float: none;
}

header nav.navbar-mob .navbar-collapse {
    position: absolute;
    left: -400px;
    top: 0px;
    height: auto !important;
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

header nav.navbar-mob .navbar-collapse.in {
    position: absolute;
    left: 0px;
    top: 0px;
}

header nav.navbar-mob .navbar-collapse .bg-menu-mob {
    height: 100vh !important;
    background: rgba(0, 0, 0, 0.9) none repeat scroll 0 0;
}

header nav.navbar-mob .navbar-collapse .bg-menu-mob .navbar-nav li a {
    color: white;
    text-transform: uppercase;
}

header nav.navbar-mob .navbar-toggle {
    text-indent: -2000px;
    overflow: hidden;
    position: relative;
    width: 50px;
    height: 50px;
    background: none;
    border: none;
}

header nav.navbar-mob .navbar-toggle:before {
    content: "";
    width: 30px;
    height: 2px;
    background: #fff;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 22px;
    left: 11px;
}

header nav.navbar-mob .navbar-toggle:after {
    content: "";
    width: 30px;
    height: 2px;
    background: #fff;
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 22px;
    left: 12px;
}

header nav.navbar-mob .secondary-menu {
    margin-top: 20px;
}

header nav.navbar-mob .secondary-menu a {
    color: white;
    margin-right: 10px;
}

header nav.navbar-mob .secondary-menu a:first-child {
    border-right: 1px solid white;
    padding-right: 10px;
}

header nav.navbar-mob .secondary-menu a:last-child {
    margin-right: 0px;
}

header.no-home .navigation .navbar-default .navbar-toggle span {
    background: white;
}

header.no-home .navigation .col-md-9 .secondary-menu p {
    border-right: 1px solid #303030;
    color: #303030;
}

header.no-home .navigation .col-md-9 .secondary-menu p a {
    color: #303030;
}

header.no-home .navigation .col-md-9 .secondary-menu p a:before {
    background: #303030;
}

header.no-home .navbar-default .navbar-nav li.active a {
    color: #303030;
}

@media (max-width: 767px) {
    header.no-home .navbar-default .navbar-nav li.active a {
        color: #4ba20d;
    }
}

header.no-home .navbar-default .navbar-nav li.active a:before {
    background: #303030;
}

@media (max-width: 767px) {
    header.no-home .navbar-default .navbar-nav li.active a:before {
        background: #4ba20d;
    }
}

header.no-home .navbar-default .navbar-nav li a {
    color: #303030;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    header.no-home .navbar-default .navbar-nav li a {
        color: white;
    }
}

header.no-home .navbar-default .navbar-nav li a:before {
    background: #303030;
}

header.no-home .navigation.scrolled .navbar-default .navbar-nav li a {
    color: white;
}

header.no-home .navigation.scrolled .navbar-default .navbar-nav li a:before {
    background: white;
}

#content.padding-top {
    padding-top: 200px;
}

@media (max-width: 992px) {
    #content.padding-top {
        padding-top: 144px;
    }
}

@media (max-width: 767px) {
    #content.padding-top {
        padding-top: 89px;
    }
}

footer {
    background: #303030;
    padding: 100px 0 30px 0;
    color: white;
    line-height: 20px;
}

@media (max-width: 767px) {
    footer {
        padding: 50px 0 10px 0;
        text-align: center;
    }
}

footer .col-md-4 p {
    color: white;
    line-height: 21px;
    margin: 27px 0;
}

footer .col-md-4 h4 {
    font-weight: 700;
    font-size: 25px;
    color: #4ba20d;
}

footer .logo-footer {
    margin-top: 0;
}

@media (max-width: 767px) {
    footer .logo-footer {
        text-align: center;
        margin-bottom: 30px;
    }
}

footer .logo-footer img {
    width: 150px;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    footer .logo-footer img {
        width: 100px;
        display: inline-block;
        margin: 0 10px;
    }
}

footer .coordonnees {
    font-weight: 700;
    text-align: left;
}

@media (max-width: 767px) {
    footer .coordonnees {
        text-align: center;
    }
}

footer .coordonnees p {
    margin: 16px 0;
    line-height: 20px;
}

footer .coordonnees p i:before {
    font-weight: normal;
    margin-right: 10px;
    color: white;
}

@media (max-width: 992px) {
    footer p,
    footer a {
        font-size: 14px;
    }
}

footer h4 {
    font-weight: 400;
    font-size: 39px;
    margin-bottom: 20px;
    color: #4ba20d;
}

@media (max-width: 992px) {
    footer h4 {
        font-size: 18px;
        margin-top: 10px;
    }
}

footer .contact-footer h4 {
    height: 20px;
}

footer .contact-footer a {
    margin-top: 20px !important;
    display: inline-block;
}

footer .author {
    border-top: 1px solid #303030;
    padding-top: 12px;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
}

footer .author a {
    color: #4ba20d;
}

footer .btn-mobile {
    text-align: center;
    margin: 30px 0;
}

footer .btn-mobile .btn-vert {
    border-radius: 50%;
    width: 50px;
    margin: 0 10px;
    height: 50px;
    padding: 0;
    line-height: 10px;
}

footer .btn-mobile .btn-vert span:before {
    margin-left: 0;
    line-height: 50px;
    font-size: 20px;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.clearer {
    clear: both !important;
}

img {
    max-width: 100%;
}

.no-padding {
    padding: 0px !important;
}

.big-padding {
    padding: 50px 15px;
}

@media (max-width: 767px) {
    .big-padding {
        padding: 20px 15px;
    }
}

.hide-icon {
    text-indent: -9999em !important;
    display: none !important;
}

.back-to-top {
    position: fixed !important;
    bottom: 2em !important;
    right: 20px;
    border-radius: 5px;
    text-decoration: none;
    color: #ffffff;
    background: #303030;
    background: #303030;
    /* Old browsers */
    font-size: 12px;
    padding: 1.5em;
    z-index: 3000;
    display: none;
}

@media (max-width: 767px) {
    .back-to-top {
        display: none !important;
    }
}

.back-to-top:hover {
    opacity: 0.5;
}

.txt-center {
    text-align: center;
}

.btn-nav {
    cursor: pointer;
}

/*.btn-twitter { background: #00acee; border-radius: 0; color: #ffffff !important; outline: none !important;
}
.btn-twitter:link, .btn-twitter:visited { color: #ffffff !important;
}
.btn-twitter:active, .btn-twitter:hover { background: #0087bd; color: #ffffff !important;
}
.btn-facebook { background: #3b5998; border-radius: 0; color: #ffffff !important; outline: none !important;
}
.btn-facebook:link, .btn-facebook:visited { color: #ffffff !important;
}
.btn-facebook:active, .btn-facebook:hover { background: #30477a; color: #ffffff !important;
}
.btn-googleplus { background: #e93f2e; border-radius: 0; color: #ffffff !important; outline: none !important;
}
.btn-googleplus:link, .btn-googleplus:visited { color: #ffffff !important;
}
.btn-googleplus:active, .btn-googleplus:hover { background: #ba3225; color: #ffffff !important;
}
.btn-stumbleupon { background: #f74425; border-radius: 0; color: #ffffff !important; outline: none !important;
}
.btn-stumbleupon:link, .btn-stumbleupon:visited { color: #ffffff !important;
}
.btn-stumbleupon:active, .btn-stumbleupon:hover { background: #c7371e; color: #ffffff !important;
}
.btn-linkedin { background: #0e76a8; border-radius: 0; color: #ffffff !important; outline: none !important;
}
.btn-linkedin:link, .btn-linkedin:visited { color: #ffffff !important;
}
.btn-linkedin:active, .btn-linkedin:hover { background: #0b6087; color: #ffffff !important;
}
.btn-radius { border-radius: 2px !important;
}
.bloc-social .fa { color: #ffffff !important;
}*/

.bloc-social {
    clear: both;
    margin: 20px 0px;
}

.bloc-social a {
    display: inline-block;
    width: 25px;
    margin: 0 5px;
    padding: 4px;
    height: 25px;
}

.bloc-social a i:before {
    color: white !important;
    font-size: 14px;
}

.bloc-social a:hover i:before {
    -webkit-transition: all 0.3 ease-in-out;
    transition: all 0.3 ease-in-out;
    color: white !important;
}

#captcha-element {
    padding-left: 15px;
}

@media (max-width: 767px) {
    #captcha-input-label,
    .form-container #captcha-element {
        float: none;
        width: 100% !important;
        text-align: center !important;
        font-size: 11px;
        text-align: right;
        padding-left: 15px;
    }
    .g-recaptcha {
        transform: scale(0.77);
        -webkit-transform: scale(0.77);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
    #captcha-input-label,
    #captcha-element {
        width: 260px !important;
        text-align: left !important;
    }
}

.diapo-contener {
    overflow: hidden;
}

.plugin_diapo_fancy a {
    display: block;
    width: 18%;
    margin: 10px;
    height: 165px;
    float: left;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    outline: 5px solid #fff;
    outline-offset: -5px;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.3);
}

.plugin_diapo_fancy a img {
    margin: 0px;
    width: 100%;
}

@media (max-width: 1200px) {
    .plugin_diapo_fancy a {
        width: 31%;
        height: 207px;
    }
}

@media (max-width: 992px) {
    .plugin_diapo_fancy a {
        width: 21%;
        height: 105px;
    }
}

@media (max-width: 767px) {
    .plugin_diapo_fancy a {
        display: none;
    }
}

.encart-horaires {
    z-index: 4000;
}

.encart-horaires .new-desc {
    font-weight: 700;
}

.new-encart {
    padding: 50px 0;
}

@media (max-width: 992px) {
    .new-encart {
        padding: 0 15px;
    }
}

.new-encart .swiper-nav {
    position: relative;
    margin-bottom: 10px;
    padding: 0 15px;
}

@media (max-width: 767px) {
    .new-encart .swiper-nav {
        padding: 0 7px;
    }
}

.new-encart .swiper-nav > a {
    position: relative;
    top: auto;
    left: auto;
    height: 40px;
    padding: 5px;
    right: auto;
    width: 40px;
    border-radius: 50%;
    margin-right: 10px;
}

.new-encart .swiper-nav .btn-vert.tout {
    width: auto;
    padding: 5px 10px;
    border-radius: 4px;
    float: right;
    margin-right: 0px;
}

.new-encart .swiper-nav h3 {
    display: inline-block;
    color: #4ba20d;
    margin: 0;
}

.new-encart .swiper-nav + .col-xs-6 {
    padding: 0;
}

.new-encart .new {
    padding: 0 15px 15px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 992px) {
    .new-encart .new {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}

@media (max-width: 767px) {
    .new-encart .new {
        padding: 0 0px 15px;
    }
}

.new-encart .new .encart-content {
    padding: 20px 50px 20px 30px;
}

@media (max-width: 992px) {
    .new-encart .new .encart-content {
        padding: 25px 0px;
    }
}

@media (max-width: 767px) {
    .new-encart .new .encart-content {
        padding: 25px 15px 25px 0;
    }
}

.new-encart .new .encart-content h2 {
    font-size: 32px;
    line-height: 34px;
    color: #4ba20d;
    font-weight: 300;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .new-encart .new .encart-content h2 {
        font-size: 27px;
        line-height: 24px;
    }
}

.new-encart .new .encart-content .btn-vert {
    margin-top: 30px;
}

.new-encart .all-actu {
    color: #4ba20d;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.new-encart .all-actu:hover {
    text-decoration: none;
}

.new-encart .all-actu i:before {
    margin-left: 10px;
}

.new-encart .swiper-pagination {
    bottom: auto;
    position: relative;
    margin-bottom: 10px;
    text-align: right;
}

.new-encart .swiper-pagination span {
    background: #4ba20d;
    height: 12px;
    width: 12px;
    margin-right: 5px;
}

.new-encart .new-image {
    padding: 0;
    font-size: 0px;
    -webkit-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.26);
    box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.26);
}

.new-encart .new-image img {
    width: 100%;
}

.new-encart .new-name a,
.new-encart .new-name p {
    font-size: 30px;
    color: #303030;
    font-weight: 700;
    line-height: 1em;
    text-decoration: none;
}

.new-encart .new-name a:hover,
.new-encart .new-name p:hover {
    text-decoration: none;
}

@media (max-width: 992px) {
    .new-encart .new-name a,
    .new-encart .new-name p {
        font-weight: 400;
    }
}

.new-encart .new-infos {
    padding-left: 0px;
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.3em;
}

.new-encart .new-infos .bouton {
    margin-top: 20px;
}

.new-encart .new-infos .new-desc {
    margin-top: 30px;
}

.new-detail {
    margin-top: 30px;
}

.new-detail .new-image img {
    width: 100%;
}

.new-detail .new-image .iframe-detail {
    margin-bottom: 20px;
    margin-top: 30px !important;
}

.new-detail .photos-thumb {
    font-size: 0;
}

.new-detail .photo-min {
    width: 100%;
}

.new-detail .photo-max {
    font-size: 0px;
}

.new-detail .photo-max a {
    margin: 0 !important;
    position: absolute;
    right: 0;
    top: 0;
}

.new-detail .photo-max a:before {
    font-family: Flaticon;
    content: "\f101";
    margin-right: 10px;
}

.new-detail .photo-min {
    font-size: 0px;
}

.new-detail .new-infos h2 {
    font-size: 37px;
}

@media (max-width: 767px) {
    .new-detail .new-infos h2 {
        font-size: 27px;
    }
}

.new-detail .new-infos .new-slib {
    font-size: 18px;
    line-height: 1.3em;
    margin: 20px 0;
    font-weight: 700;
    color: #4ba20d;
    padding-bottom: 20px;
    border-bottom: 1px solid #303030;
}

.new-detail .new-infos .new-llib {
    font-size: 14px;
}

.new-detail .new-infos .bouton {
    margin-right: 20px !important;
    margin-top: 30px;
}

.new-detail .new-infos .btn-jaune {
    text-decoration: none !important;
}

.new-list {
    padding: 0 0 50px;
}

.new-list .new {
    margin: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (max-width: 767px) {
    .new-list {
        padding: 0 15px;
    }
}

.new-list .flex {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    @flex-wrap (wrap);
}

@media (max-width: 767px) {
    .new-list .flex {
        display: block;
    }
}

.new-list .new-name a {
    font-size: 18px;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    color: #4ba20d;
    margin-bottom: 10px;
    margin-top: 20px;
    display: block;
}

.new-list .new-desc {
    color: #303030;
    font-size: 14px;
    line-height: 21px;
}

.new-list .new-image {
    font-size: 0px;
    min-height: 220px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media (max-width: 767px) {
    .new-list .new-image {
        height: auto;
        display: block;
        min-height: 0px;
    }
}

.new-list .new-image img {
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.3);
}

.article_back,
.button_back a {
    position: relative;
    top: auto;
    left: auto;
    margin: 20px auto !important;
    text-align: center;
    font-size: 12px;
    background: #4ba20d;
    line-height: 2.7em;
    padding: 10px 25px;
    text-align: center;
    display: inline-block;
    margin: 10px 0px;
    text-transform: uppercase;
    font-weight: 700;
    color: white;
    border-radius: 4px;
    text-decoration: none;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.33);
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.33);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: white;
    margin-left: 15px !important;
}

.article_back elseif,
.button_back a elseif {
    padding-right: 30px;
}

.article_back elseif:after,
.button_back a elseif:after {
    display: none;
}

.article_back:hover,
.button_back a:hover {
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.33);
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.33);
    color: white;
    text-decoration: none;
}

.article_back:before,
.button_back a:before {
    color: white;
}

.article-list .article .article-name {
    margin: 20px 0;
}

.article-list .article .article-name a {
    color: #303030;
    text-decoration: underline;
}

.article-encart {
    padding: 0 15px 75px;
}

.article-encart .article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 50px 0;
    border-bottom: 2px solid #efede7;
}

.article-encart .article:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

@media (max-width: 992px) {
    .article-encart .article {
        padding: 25px 0;
    }
}

@media (max-width: 992px) {
    .article-encart .article > div {
        width: 49%;
        padding: 0 15px;
    }
}

@media (max-width: 767px) {
    .article-encart .article > div {
        width: 100%;
    }
}

.article-encart .article .article-image img {
    width: 100%;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.32);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.32);
}

.article-encart .article .services-infos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: left;
    -ms-flex-align: left;
    align-items: left;
    padding: 0 75px;
}

@media (max-width: 1200px) {
    .article-encart .article .services-infos {
        padding: 0 15px;
        width: 65%;
    }
}

@media (max-width: 767px) {
    .article-encart .article .services-infos {
        width: 100%;
    }
}

.article-encart .article .services-infos h3 {
    margin-top: 0px;
    margin-bottom: 22px;
}

@media (max-width: 767px) {
    .article-encart .article .services-infos h3 {
        margin-top: 13px;
    }
}

.article-encart .article .services-infos h3 a {
    color: #4ba20d;
}

.article-encart .article .services-infos .article-desc {
    font-size: 16px;
}

@media (max-width: 992px) {
    .article-encart .article .services-infos .article-desc {
        font-size: 14px;
    }
}

.article-detail {
    padding: 50px 15px 75px;
}

.article-detail .article-image {
    padding-left: 0px;
}

.article-detail .article-image img {
    width: 100%;
}

.article-detail .article-title {
    padding-left: 50px;
}

@media (max-width: 992px) {
    .article-detail .article-title {
        padding-left: 0;
    }
}

.article-detail .article-title h1 {
    font-weight: 300;
    color: #4ba20d;
    font-size: 45px;
    margin-bottom: 15px;
}

@media (max-width: 992px) {
    .article-detail .article-title h1 {
        font-size: 30px;
    }
}

.article-detail .article-title p {
    font-size: 16px;
    line-height: 29px;
    font-weight: 600;
}

.article-detail .col-md-12 {
    padding: 25px 0 75px;
}

@media (max-width: 992px) {
    .article-detail .col-md-12 {
        padding: 25px 15px 25px;
    }
}

.article-detail .col-md-12 .btn-vert {
    margin-right: 12px;
}

.article-detail .article-infos {
    padding-left: 0;
    padding-right: 50px;
}

@media (max-width: 992px) {
    .article-detail .article-infos {
        padding: 0 15px;
    }
}

.article-detail .article-infos h1 {
    color: #4ba20d;
    font-weight: 300;
}

.article-detail .article-infos h2 {
    color: #4ba20d;
    font-weight: 300;
}

.article-detail .article-infos h4 {
    font-weight: 700;
}

.article-detail .article-infos h3 {
    color: #4ba20d;
}

.article-detail .photos > div {
    margin: 0 0 30px 0;
    padding-top: 50px;
}

.article-detail .photos > div img {
    width: 100%;
}

.article-detail .photos .swiper-nav {
    position: absolute;
    margin: 0 0 10px 0;
    margin-bottom: 10px !important;
    padding: 0 15px;
    top: -9px;
}

@media (max-width: 767px) {
    .article-detail .photos .swiper-nav {
        padding: 0 7px;
    }
}

.article-detail .photos .swiper-nav > a {
    position: relative;
    top: auto;
    left: auto;
    height: 40px;
    padding: 5px;
    right: auto;
    width: 40px;
    border-radius: 50%;
    margin-right: 10px;
}

.article-detail ul {
    margin: 50px 0;
}

.article-detail ul li {
    list-style-type: circle;
}

.quick-link {
    padding: 75px 0;
}

@media (max-width: 992px) {
    .quick-link {
        padding: 50px 0;
        smallgin-top: 25px;
    }
}

.quick-link .col-md-6 {
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-right: 75px;
    position: relative;
}

@media (max-width: 992px) {
    .quick-link .col-md-6 {
        display: block;
        text-align: left;
        padding: 0 15px;
    }
}

@media (max-width: 767px) {
    .quick-link .col-md-6 {
        text-align: center;
    }
}

.quick-link .col-md-6:last-child {
    text-align: left;
    padding-left: 75px;
}

.quick-link .col-md-6:last-child:before {
    content: "";
    width: 2px;
    height: 100%;
    background: #d2d0c9;
    position: absolute;
    left: 0px;
}

@media (max-width: 992px) {
    .quick-link .col-md-6:last-child:before {
        content: none;
    }
}

@media (max-width: 767px) {
    .quick-link .col-md-6:last-child {
        margin-top: 50px;
        text-align: center;
        padding: 0 15px;
    }
}

.quick-link .col-md-6 h3 {
    margin-top: 0px;
    color: #4ba20d;
    font-weight: 300;
}

.quick-link .col-md-6 ul li {
    margin: 20px 0;
}

.quick-link .col-md-6 ul li a {
    text-decoration: underline;
    color: #303030;
}

.bottom-link {
    padding: 75px 0;
}

@media (max-width: 992px) {
    .bottom-link {
        padding: 50px;
        padding-bottom: 0;
    }
}

.bottom-link .col-md-4 {
    text-align: center;
}

@media (max-width: 992px) {
    .bottom-link .col-md-4 {
        margin-bottom: 60px;
    }
}

.bottom-link .col-md-4 .cadre-blanc {
    padding-bottom: 25px;
    padding-top: 1px;
    padding-left: 25px;
    padding-right: 25px;
}

.bottom-link .col-md-4 .picto {
    display: inline-block;
    height: 70px;
    width: 70px;
    background: #4ba20d;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    top: -35px;
}

.bottom-link .col-md-4 .picto:before {
    color: white;
    font-size: 30px;
    padding: 20px;
    line-height: 63px;
}

.bottom-link .col-md-4 h3 {
    margin-bottom: 20px;
}

@media (max-width: 992px) {
    .bottom-link .col-md-4 h3 {
        margin-top: 47px;
        margin-bottom: 2px;
    }
}

.bottom-link .col-md-4 p {
    font-weight: 300;
}

body {
    font-family: "Roboto", sans-serif;
    color: #303030;
    font-size: 14px;
    background: #fffcf4;
}

body h1 {
    font-family: "Roboto", sans-serif;
    font-size: 60px;
    font-weight: 300;
}

@media (max-width: 992px) {
    body h1 {
        font-size: 30px;
    }
}

body h2 {
    font-family: "Roboto", sans-serif;
    font-size: 50px;
}

body h3 {
    font-family: "Roboto", sans-serif;
    font-size: 30px;
    color: #4ba20d;
    margin: 40px 0;
    line-height: 37px;
    font-weight: 300;
}

@media (max-width: 992px) {
    body h3 {
        font-size: 20px;
        margin: 22px 0;
        line-height: 25px;
    }
}

body h4 {
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    margin-bottom: 30px;
    color: #4ba20d;
}

@media (max-width: 767px) {
    body h4 {
        margin-bottom: 20px;
        font-size: 20px;
    }
}

body p {
    font-family: "Roboto", sans-serif;
    color: #303030;
    line-height: 24px;
}

body p a {
    color: #4ba20d;
}

body .btn-vert {
    font-size: 12px;
    background: #4ba20d;
    line-height: 2.7em;
    padding: 10px 25px;
    text-align: center;
    display: inline-block;
    margin: 10px 0px;
    text-transform: uppercase;
    font-weight: 700;
    color: white;
    border-radius: 4px;
    text-decoration: none;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.33);
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.33);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

body .btn-vert elseif {
    padding-right: 30px;
}

body .btn-vert elseif:after {
    display: none;
}

body .btn-vert:hover {
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.33);
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.33);
    color: white;
    text-decoration: none;
}

body .btn-jaune {
    font-size: 12px;
    background: #303030;
    line-height: 2.7em;
    padding: 10px 25px;
    text-align: center;
    display: inline-block;
    margin: 10px 0px;
    text-transform: uppercase;
    font-weight: 700;
    color: #303030;
    border-radius: 4px;
    text-decoration: none;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.33);
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.33);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

body .btn-jaune elseif {
    padding-right: 30px;
}

body .btn-jaune elseif:after {
    display: none;
}

body .btn-jaune:hover {
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.33);
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.33);
    color: #303030;
    text-decoration: none;
}

.cadre-blanc {
    background: white;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.32);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.32);
}

.bg-gris {
    background: #efede7;
    border-top: 1px solid #d2d0c9;
    border-bottom: 1px solid #d2d0c9;
}

.zone-title {
    padding: 75px 0;
}

@media (max-width: 992px) {
    .zone-title {
        padding: 25px 15px;
    }
}

.zone-title h1 {
    text-transform: uppercase;
    font-weight: 300;
    position: relative;
    margin-bottom: 20px;
}

.zone-title h1:before {
    content: "";
    background: #4ba20d;
    height: 4px;
    width: 100px;
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -50px;
}

.loc {
    margin: 20px 0;
}

.loc .vert {
    color: #4ba20d;
    font-weight: 700;
}

.coordonnees p {
    font-size: 16px;
    margin: 8px 0;
}

.coordonnees h4 {
    font-weight: 700;
    font-size: 25px;
    color: #4ba20d;
}

.coordonnees .encart-horaires {
    margin-top: 40px;
}

.coordonnees .encart-horaires h4 {
    font-size: 18px;
    margin-bottom: 5px;
}

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

.loc2 {
    margin: 20px 0;
}

#formContact .btn-vert {
    border: none;
    margin: auto;
}

#formContact .capt {
    padding: 0 15px;
}

@media (max-width: 992px) {
    .a-propos .col-md-6 .col-md-6 {
        padding: 0;
    }
}

.a-propos .avantages > .col-md-12 {
    margin-bottom: 50px;
}

.a-propos .avantages .col-md-6 {
    margin: 25px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 200px;
}

@media (max-width: 1200px) {
    .a-propos .avantages .col-md-6 {
        height: 310px;
    }
}

@media (max-width: 992px) {
    .a-propos .avantages .col-md-6 {
        height: auto;
    }
}

.a-propos .avantages .col-md-6 .col-md-4 {
    padding-right: 37px;
}

@media (max-width: 992px) {
    .a-propos .avantages .col-md-6 .col-md-4 {
        width: 28%;
    }
}

.a-propos .avantages .col-md-6 .col-md-8 {
    border-left: 2px solid #d2d0c9;
    margin-bottom: 20px;
    position: relative;
}

@media (max-width: 992px) {
    .a-propos .avantages .col-md-6 .col-md-8 {
        width: 70%;
    }
}

@media (max-width: 767px) {
    .a-propos .avantages .col-md-6 .col-md-8 {
        padding-top: 50px;
        width: 100%;
        border-left: none;
        border-top: 2px solid #d2d0c9;
    }
}

.a-propos .avantages .col-md-6 .col-md-8 p {
    padding-left: 25px;
}

@media (max-width: 767px) {
    .a-propos .avantages .col-md-6 .col-md-8 p {
        padding-left: 0px;
    }
}

.a-propos .avantages .col-md-6 .col-md-8 .nbre {
    padding-left: 0;
    padding: 18px;
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    left: -25px;
    margin-top: -25px;
    border-radius: 50%;
    background: #4ba20d;
    color: white;
    font-weight: 700;
    font-size: 25px;
    line-height: 14px;
}

@media (max-width: 767px) {
    .a-propos .avantages .col-md-6 .col-md-8 .nbre {
        left: 50%;
        top: 0px;
        margin-left: -25px;
    }
}

.prise-de-vue .row {
    margin: 75px 0;
}

.prise-de-vue .row:first-child {
    margin-top: 0;
}

.prise-de-vue .row p {
    margin: 10px 0;
}

.prise-de-vue .row p .btn-vert {
    margin: 10px;
}

.prise-de-vue .row p .btn-vert:first-child {
    margin-left: 0px;
}


.navigation_sitemap{
    text-align: center;
    padding:  100px 0;
    
}
.navigation_sitemap li{
        padding: 20px 0;
}
.navigation_sitemap li a{
    font-size: 16px;
    color:  #4ba20d;
}