/* Minification failed. Returning unminified contents.
(382,1): run-time error CSS1019: Unexpected token, found '@import'
(382,9): run-time error CSS1019: Unexpected token, found 'url(/Fonts/thin-line-ui/font/flaticon.css)'
 */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}


/*@import url(/Content/Css/Include/normalize.css);
@import url(/Content/Css/Include/base.css);


@import url(/Content/Css/Include/header.css);
@import url(/Content/Css/Include/nav.css);

@import url(/Content/Css/Include/home.css);
@import url(/Content/Css/Include/generiques.css);

@import url(/Content/Css/Include/widgets.css);
@import url(/Content/Css/Include/news.css);
@import url(/Content/Css/Include/team.css);
@import url(/Content/Css/Include/account.css);
@import url(/Content/Css/Include/testimonial.css);
@import url(/Content/Css/Include/agenda.css);
@import url(/Content/Css/Include/job.css);
@import url(/Content/Css/Include/contact.css);

@import url(/Content/Css/Include/footer.css);

@import url(/Content/Css/Include/animation.css);

@import url(/Content/Css/Include/update.css);

@import url(/Content/Css/Responsive/1400.css);
@import url(/Content/Css/Responsive/1200.css);
@import url(/Content/Css/Responsive/990.css);
@import url(/Content/Css/Responsive/770.css);*/

@import url(/Fonts/thin-line-ui/font/flaticon.css);


.videoSlide {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
}

.select2-dropdown.increasedzindexclass {
    z-index: 999999;
}
.btn-danger {
    color: #fff !important;
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
}


.st-btn[data-network='pinterest'], .st-btn[data-network='sharethis'] {
    display: none !important;
}

#share-buttons img {
    width: 35px;
    padding: 5px;
    border: 0;
    box-shadow: 0;
    display: inline;
}

.resp-sharing-button__icon {
    background: #547273;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color:white;
    margin-right:2px;
}

    .resp-sharing-button__icon:hover {
        background: #ffffff;
        color: #547273;
    }

.resp-sharing-button__link:hover {
    text-decoration: none;
}
body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.h1,
h1 {
    font-size: 2.25em;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    color: #304040;
    line-height: 1.6em;
}

.h2,
h2 {
    font-size: 2em;
    color: #304040;
    font-weight: 700;
}

.h3,
h3 {
    font-size: 1.750em;
    color: #304040;
    font-weight: 700;
}

.h4,
h4 {
    font-size: 1.5em;
    color: #304040;
    font-weight: 700;
}

h5,
.h5 {
    font-weight: 700;
    color: #304040;
    font-size: 1.25em;
}

h4 a {
    color: #577278;
}

h4 a:hover {
    color: #304040;
    text-decoration: none;
}

.wrapper-generic ul,
.wrapper-generic ul li,
.wrapper-generic ol,
.wrapper-generic ol li,
p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    font-style: normal;
    color: #929292;
    font-variant: normal;
    font-weight: 400;
    line-height: 1.5em;
}

hr {
    border-color: rgba(146, 146, 146, 0.5);
    margin-top: 15px;
    margin-bottom: 15px;
}

.wrapper-generic hr {
    margin-bottom: 40px;
    margin-top: 40px;
}

li {
    list-style: none;
}

.bg-blue {
    background: #afbcbc;
}

.text-blue {
    color: #547273;
}

.title-2 {
    display: block;
    line-height: 1.6em;
    color: #304040;
    font-weight: 400;
}

.title-3 {
    display: block;
    line-height: 1.6em;
    color: #304040;
}

.wrapper-blue h3:after {
    background: #829898;
}

.title-sub {
    font-size: 12px;
    line-height: 20px;
    color: #929292;
}
.events-main-content .title-sub,
.statements-main-content .title-sub{
    color: #9bcf7e;
}
.wrapper-blue .title-sub{
    color:#007e94;
}
a {
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.75s, 0.75s;
    transition-duration: 0.75s, 0.75s;
    -webkit-transition-timing-function: ease-out, cubic-bezier(.82, .1, .14, 1.12);
    transition-timing-function: ease-out, cubic-bezier(.82, .1, .14, 1.12);
}

#navmenu a {

    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0s, 0s;
    transition-duration: 0s, 0s;
    -webkit-transition-timing-function: ease-out, cubic-bezier(.82, .1, .14, 1.12);
    transition-timing-function: ease-out, cubic-bezier(.82, .1, .14, 1.12);
}

.wrapper-padding {
    padding: 75px 0;
}

p .btn,
.btn {
    background: #9bcf7e;
    border: 2px solid #9bcf7e;
    padding: 0 20px;
    min-width: 150px;
    text-align: center;
    font-size: 0.75em;
    line-height: 36px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
    text-transform: uppercase;
    color: #ffffff;
}

.wrapper-blue .btn,
.btn-2 {
    background: #007e94;
    border: 2px solid #007e94;
    color: #ffffff;
}

p .btn:hover,
.btn:hover {
    background: none;
    color: #9bcf7e;
}

.wrapper-cta-figure .btn-figure:hover {
    color: #007e94;
    border: 4px solid #007e94;
    background: #ffffff;
}

.wrapper-blue .btn:hover,
.btn.btn-2:hover {
    background: none;
    color: #577278;
}

.btn-border {
    background: none;
    color: #304040;
    border: 1px solid #304040;
}

.btn-border:hover {
    background: #304040;
    color: #ffffff;
}


.btn-transparant {
    background: none;
    border: 1px solid #ffffff;
}

.btn-transparant:hover {
    background: #ffffff;
    color: #9bcf7e;
}


.btn-arrow {
    text-decoration: none;
    color: #304040;
    border: 2px solid #304040;
    text-align: center;
    font-size: 0.75em;
    line-height: 36px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
    text-transform: uppercase;
    width: 40px;
    height: 40px;
    display: block;
}

.btn-arrow:hover {
    background: #304040;
    text-decoration: none;
    color: #ffffff;
}

.img-back {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    position: absolute;
}

.img-back-before {
    position: relative;
}

.img-back-before:before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    content: "";
    background: rgba(0, 0, 0, 0.4);
    z-index: 10;
}

.img-back-before .content-wrapper h3:after {
    background: rgba(255, 255, 255, 0.5);
}

.img-back-before .content-wrapper .btn:hover {
    border: 2px solid #ffffff;
    color: #ffffff;
}

.img-back-before .content-wrapper h3 {
    color: #ffffff;
}

.content-wrapper {
    position: relative;
    z-index: 100;
}

.z-10 {
    z-index: 10;
}

.z-0 {
    z-index: 0;
}

.video-overlay {
    width: 100%;
    min-width: 700px;
}

.bloc-404 h3 {
    font-size: 80px;
    color: #547273;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.35);
}

.bloc-404 h2 {
    text-transform: uppercase;

    font-size: 26px;

}

.bloc-404 .col-md-4 img {

    object-fit: cover;
    transition: transform .5s ease;
    -o-object-fit: cover;
    width: 100%;
    height: 100%;
}

.bloc-404 .col-md {
    padding: 50px;
}

.bloc-404 {
    background: #ffffff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.08);

}

.wrapper-search a.card {
    background: none;
}

.wrapper-search a.card .card-content {
    background: none;
}

.wrapper-search a.card .card-footer {
    background: none;
}

.wrapper-search a.card .card-footer p {
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.75s, 0.75s;
    transition-duration: 0.75s, 0.75s;
    -webkit-transition-timing-function: ease-out, cubic-bezier(.82, .1, .14, 1.12);
    transition-timing-function: ease-out, cubic-bezier(.82, .1, .14, 1.12);
}

.wrapper-search a.card:hover .card-footer p {
    margin-left: 10px;
}

.wrapper-search a.card:hover {
    text-decoration: none;
}

.wrapper-search .listing-search h3 {
    font-size: 24px;
}

.wrapper-search .listing-search h3:before {
    display: none;
}

.wrapper-search .listing-search ul li a.active {
    font-weight: bold;
}

.wrapper-search .listing-search ul li a .badge {
    background: none;
    font-size: 12px;
}

.wrapper-search .listing-search ul li a .flaticon-next-4:before {
    font-size: 14px;
    color: #4ba98c;
    margin-right: 10px;
}

.wrapper-search .listing-search ul li a {
    color: #304040;
}
.mm-wrapper__blocker {
    z-index: 10000;
    background: rgba(0,0,0,0.5);
}
.banner-wrapper {
    height: 230px;
    position: relative;
}

    .banner-wrapper:after {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        content: "";
        background: #000000;
        background: -webkit-linear-gradient(top left, rgba(217, 152, 74, 0), rgba(217, 152, 74, 0.5));
        background: -moz-linear-gradient(top left, rgba(217, 152, 74, 0), rgba(217, 152, 74, 0.5));
        background: linear-gradient(210deg, rgba(217, 152, 74, 0), rgba(217, 152, 74, 0.5));
    }

.banner-wrapper .container {
    position: relative;
    z-index: 100;
}

.breadcrumb {
    padding: 0;
    background: none;
}

.breadcrumb li,
.breadcrumb li a {
    font-size: 12px;
}

/* ----------------- GENERIQUE --------------------- */
/* ------------------------------------------------- */

.wrapper-generic h1,
.wrapper-generic h2 {
    padding-left: 80px;
    position: relative;
}

.wrapper-generic h1:before,
.wrapper-generic h2:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
    height: 2px;
    width: 70px;
    background: rgba(96, 121, 121, 0.5);
}

.text-center h1,
.text-center h2 {
    padding-bottom: 30px;
    padding-left: 0;
}
.text-center h1:before,
.text-center h2:before {
    left: 50%;
    margin-left: -35px;
    bottom: 10px;
    top: inherit;
}
.wrapper-team h2{
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.wrapper-team h2:before{

    content: "";
    position: absolute;
    left: 50%;
    bottom:0;
    height: 2px;
    width: 70px;
    margin-left: -35px;
    background: rgba(96, 121, 121, 0.5);
}

#form .link{
    font-size: 14px;
}
.wrapper-widget h2,
.wrapper-widget h3,
.wrapper-widget h4,
.wrapper-generic h2,
.wrapper-generic h3,
.wrapper-generic h4 {
    margin-bottom: 20px;
}

.wrapper-generic ul li a{
    font-size: 14px;
}
.wrapper-generic ul li a,
#form .link,
.wrapper-generic p a, .wrapper-generic td a {
    color: #547273;
    text-decoration: underline;
}
    .wrapper-generic ul li a:hover,
    #form .link:hover,
    .wrapper-generic p a:hover, .wrapper-generic td a:hover {
        text-decoration: none;
    }


.wrapper-generic ul li:not(.ktc-pop-up-item):before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free", serif;
    font-weight: 900;
    content: "\f105";
    margin-right: 10px;
    color: #4ba98c;
}
ul.slick-dots li:before {
    content: "" !important;
    content: none !important;
}
.wrapper-generic ol {
    padding: 0 30px;
    counter-reset: step-counter;
}

.wrapper-generic ol li {
    list-style: none;
    font-size: 16px;

    counter-increment: step-counter;
    line-height: 24px;
}

.wrapper-generic ol li:before {
    content: counter(step-counter, decimal) ". ";
    font-weight: 700;
    line-height: 24px;
    color: #4ba98c;
    margin-right: 10px;
    font-family: 'Raleway', sans-serif;
}

.wrapper-generic table tbody tr:first-child td {
    border-top: 0;
    color: #4ba98c;
    border-bottom: 1px solid rgba(146, 146, 146, 0.5);
}

.wrapper-generic table tbody tr td {
    color: #929292;
    line-height: 24px;
    font-size: 16px;
    padding: 15px 5px 15px 0;
}

.wrapper-generic .galerie .galerie-img {
    width: calc(25% - 30px);
    padding: 20px;
    margin-bottom: 40px;
    height: 200px;
}

.wrapper-generic .galerie {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}


.pagination li {
    margin: 0 5px;
}

.pagination li a {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid rgba(87, 114, 120, 0.5);
    display: block;
    line-height: 38px;
    text-align: center;
    color: rgba(87, 114, 120, 0.5);
    font-weight: 700;
}

.pagination li.active a:hover {
    cursor: default;
}

.pagination li.active a,
.pagination li a:hover {
    cursor: pointer;
    color: rgba(87, 114, 120, 1);
    text-decoration: none;
    border: 2px solid rgba(87, 114, 120, 1);
}

.wrapper-generic ul.filter-list-member,
.list-member {
    padding: 0px;
}
.list-member li a:before{
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free", serif;
    font-weight: 900;
    content: "\f105";
    margin-right: 10px;
    color: #4ba98c;
}
.wrapper-generic ul.filter-list-member li:before,
.wrapper-generic ul.list-member li:before {
    display: none;
}
.wrapper-generic ul .list-member li {
    list-style: none;
}
.wrapper-generic ul.list-member li a{
    display: block;
    padding: 5px 15px;
    text-decoration: none;
}
.list-member li:nth-child(odd) a{
    background: #f6f6f6;
}
.wrapper-generic ul.list-member li a:hover{
    background:#e2e2e2;
}
.wrapper-generic ul.filter-list-member li button{
    cursor: pointer;
}

.wrapper-generic ul.filter-list-member li button:focus{
    outline: none;
}
.wrapper-generic ul.filter-list-member li button{
    border: 0px;
    background: none;
    margin-right: 20px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
}

header .logo {
    margin-bottom: 20px;
}
header .logo img,
footer .logo img {
    max-width: 313px;
}

header .social-header li a:hover {
    color: #9bcf7e;
}

header .head-zone {
    margin-top: -35px;
}

header .link-member i:before {
    font-size: 22px;
}

header .link-member span {
    font-size: 0.75em;
}

header .link-member,
header .link-admin {
    background: #007e94;
    line-height: 35px;
    height: 35px;
    padding: 0 20px;
    -webkit-border-radius: 0 0 17px 17px;
    -moz-border-radius: 0 0 17px 17px;
    border-radius: 0 0 17px 17px;
}

header .link-member a, header .link-admin a {
    color: #ffffff;
}

header .link-admin li a,
header .link-admin li i:before {
    font-size: 14px;
}

header .link-member {
    background: #9bcf7e;
}

header .link-member:hover,
header .link-admin li a:hover,
header .link-admin li:hover {
    text-decoration: none;
}

header .link-admin li {
    list-style: none;
}

header .bloc-navigation {
    position: inherit;
}

.popover .listing-lg li a:hover {
}

.popover .listing-lg li a {
    font-weight: 700;
    text-decoration: none;
}

.popover .listing-lg li:hover {
    list-style: none;
}

.bs-popover-bottom .arrow {
    display: none;
}

.popover {
    border: 0;
    border-radius: 0;
    padding: 20px;
    box-shadow: 0 0 11px 5px rgba(0, 0, 0, 0.11);
}
.bs-popover-bottom {
    left: -30px !important;
    top: 30px !important;
}
.popover .popover-header {
    background: #ffffff;
    border-bottom: 0;
}

.popover .popover-header h4 span:first-child {
    font-size: 0.75em;
}

.popover .popover-header h4 {
    color: #364041;
}

.popover a {
    color: #5d706e;
    text-decoration: underline;
    font-size: 12px;
}

.popover form button {
    background: #007e94;
    color: #ffffff;
    text-align: center;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    cursor: pointer;
    padding: 0 30px;
    border: 0;
    margin-bottom: 20px;
}

.popover form input {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
    border-radius: 20px;
    border: 1px solid #ededed;
    background: none;
    color: #969696;
    margin-bottom: 20px;
    -webkit-appearance: none;
}

.popover form button:focus,
.popover form input:focus {
    outline: none;
    background: #ededed;
}


#navmenu {
    margin-bottom: 0;
    margin-top: 15px;
}

#navmenu .navhead {
    padding-left: 0;
}

#mm-navmenu ul li a i {
    display: none;
}

@media (min-width: 1500px) {

    #navmenu li a {
        padding: 20px 40px 20px 20px;
    }
}

@media (max-width: 1199px) {

    #mm-navmenu h4 {
        display: none;
    }

    .mm-panels > .mm-panel.mm-hasnavbar {
        padding: 40px 0;
    }

    #mm-navmenu .mm-panels > .mm-panel > .mm-listview {
        padding: 0;
        margin: 0;
    }
}

@media (min-width: 1200px) {

    #navmenu ul {
        margin-bottom: 0;
    }

    #navmenu li {
        display: inline-block;
        text-decoration: none;
        position: initial;
    }

    #navmenu li a i {
        color: #322d28;
        margin-left: 5px;
        font-size: 16px;
    }

    #navmenu li:hover > a {
        color: #a6d865;
    }

    #navmenu li.active > a:before {
        position: absolute;
        content: "";
        left: 50px;
        top: 50%;
        margin-top: -2px;
        width: 25px;
        height: 3px;
        background: #b2b6b7;
    }

    #navmenu li.active > a {
        padding-left: 85px;
        font-weight: bold;
        font-family: Arial, Helvetica, sans-serif;
    }

    #navmenu li:last-child a:after {
        border-right: 0;
    }

    #navmenu li a:after {
        position: absolute;
        content: "";
        right: 0;
        top: 20px;
        bottom: 20px;
        border-right: 1px solid #e6e6e6;
    }

    #navmenu li a {
        font-size: 11px;
        font-weight: 700;
        padding: 20px 35px 20px 10px;
        color: #747f81;
        display: block;
        text-transform: uppercase;
        position: relative;
        line-height: 14px;
    }

    #navmenu li a i {
        position: absolute;
        right: 12px;
        top: 50%;
        margin-top: -9px;
        color: #747f81;
    }

    #navmenu li a i:before {
        font-size: 10px;
    }

    #navmenu li a:hover {
        text-decoration: none;
    }

    #navmenu li li a {
        font-size: 12px;
    }

    header #navmenu ul li.menu-item.active > a {
        color: #626c6d;
    }

    header #navmenu .subsubmenu{
        position: relative;
    }
    header #navmenu .subsubmenu:after{
        position: absolute;
        content:"";
        right: 0px;
        top: 20px;
        bottom: 20px;
        width: 1px;
        background: #e6e6e6 ;
    }
    header #navmenu ul li .submenu {
        position: absolute;
        top: 130px;
        z-index: 995;
        border-top: 1px solid transparent;
        text-align: left;
        left: 50%;
        margin-left: calc(-50% + 15px);
        color: #868382;
        width: inherit;
        right: 0;
        margin-right: 15px;
        min-height: 351px;
        /*ADD*/
        -webkit-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.25);
        -moz-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.25);
        box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.25);
    }

    header #navmenu ul li .submenu .content-submenu {
        background: #ffffff;
    }

    header #navmenu ul li .submenu .col-md {
        padding: 0;

    }

    header #navmenu ul li .submenu .col-md-3 {
        background: #007e93;
        padding: 40px 50px;

    }

    header #navmenu ul li .submenu h4 {
        font-size: 28px;
    }

    header .wrapper-submenu-text p {
        line-height: 32px;
        letter-spacing: 1px;
        font-size: 14px;
    }

    header .wrapper-submenu-text p,
    header .wrapper-submenu-text h4 {
        color: #ffffff;
        padding: 0;
    }

    header .wrapper-submenu-text h4 {
        margin-bottom: 30px;
        text-transform: uppercase;
    }

    header #navmenu ul li .submenu ul li.menu-item-has-children > a:hover i.fa-hover {
        opacity: 1;
        display: inline-block;
    }

    header #navmenu ul li .submenu ul li.menu-item-has-children > a i.fa-hover {
        opacity: 0;
        display: none;
        line-height: 40px;
        position: absolute;
        left: 10px;
    }

    header #navmenu ul li .submenu ul li.menu-item-has-children > a i {

    }

    header #navmenu ul li .submenu ul li.menu-item-has-children > a {
        display: inline-block;
        align-items: center;
        justify-content: space-between;
    }

    header #navmenu ul li .submenu ul ul li {
        background: #ffffff;
    }

    header #navmenu ul li .submenu .submenu-2 {
        padding: 40px 0;
        position: sticky;

        position: -webkit-sticky;
    }

    header #navmenu ul li .submenu ul ul ul,
    header #navmenu ul li .submenu ul ul {
        background: #ffffff;
        position: absolute;
        min-height: 350px;
        top: 0;
        padding: 40px 0;
    }

    /*.menu_w50{*/
    /*width: 50%;*/
    /*}*/
    /*.menu_w33{*/
    /*width: 33.33332%;*/
    /*}
    header #navmenu ul li .submenu ul.submenu-2 {
        width: 33%;
    }
    header #navmenu ul li .submenu ul.submenu-2 ul.submenu-3 {
        left: 33%;
        width: 33%;
    }
    header #navmenu ul li .submenu ul.submenu-2 ul.submenu-3 ul.submenu-4 {
        left: 66%;
        width: 100%;
    }*/


    /* test js */

    header #navmenu ul li.menu-item-has-children:hover > .submenu {
        display: block;
        z-index: 999;
    }


    header #navmenu li ul li a {
        line-height: 30px;
        position: relative;
        font-size: 14px;
        padding: 0 0 0 50px;
        font-weight: 400;
    }

    /*header .subsubmenu:after {*/
        /*position: absolute;*/
        /*top: 40px;*/
        /*bottom: 40px;*/
        /*width: 1px;*/
        /*right: 0;*/
        /*content: "";*/
        /*background: #e6e6e6;*/
    /*}*/

    /*
        header #navmenu ul.subsubmenu li {
            display: block;
            visibility: visible !important;
        }

        header #navmenu ul.subsubmenu {
            position: absolute;
            background: #ffffff;
            width: 280px;
            top: 0;
            left: 100%;
        }

        header #navmenu ul.subsubmenu li {
            z-index: 1;
            left: -99999em;

        }

        header #navmenu ul li .submenu ul ul {
            background: none;
            visibility: hidden !important;
            z-index: -1;
        }
    */

    /* test js

    header #navmenu ul > li li.menu-item-has-children ul.subsubmenu li:hover ul,
    header #navmenu ul > li li.menu-item-has-children ul.subsubmenu li ul:hover,
    header #navmenu ul > li li.menu-item-has-children > ul:hover,
    header #navmenu ul > li li.menu-item-has-children:hover > ul {
        z-index: 10;
        visibility: visible !important;
    }

    header #navmenu ul > li li.menu-item-has-children > ul:hover > li,
    header #navmenu ul > li li.menu-item-has-children:hover > ul > li {
        left: 0;
        margin-left: 1px;
        top: -1px;
        display: block;
        visibility: visible !important;
    }
    */

    /*
        header #navmenu ul li .submenu ul li {
            position: initial;
        }
        */
}

#mm-navmenu .invisible {
    visibility: visible !important;
}

.link-menu-responsive {
    display: none;
}

#navmenu_mob {
    display: none;
}

@media (max-width: 1199px) {
    #navmenu {
        display: none;
    }

    .link-menu-responsive {
        display: block;
    }
}
/* ------- SLIDER ------- */
#slider_leaderboard .slick-list {
    /*opacity: 0;*/
}

/* Fix to avoid multiple image to show before the slider loaded*/
#slider_leaderboard {
    max-height: 550px;
    overflow-y: hidden;
}


#slider_leaderboard .slide_leaderboard .col-md-5 {
    padding-top: 50px;
}
#slider_leaderboard .slide_leaderboard {
    min-height: 550px;

}

    #slider_leaderboard .slide_leaderboard.videoLead:after {
        display: none;
    }


#slider_leaderboard .slide_leaderboard:after {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: block;
    z-index: 1;
    content: "";
    opacity: 0.7;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d9984a+0,d9984a+100&0.5+0,0+100 */
    background: -moz-linear-gradient(45deg, rgba(217,152,74,0.5) 0%, rgba(217,152,74,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, rgba(217,152,74,0.5) 0%,rgba(217,152,74,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, rgba(217,152,74,0.5) 0%,rgba(217,152,74,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80d9984a', endColorstr='#00d9984a',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.content-slide {
    z-index: 100;
}

#slider_leaderboard .slide_leaderboard .content-slide {
    padding-right: 65px;
    padding-bottom: 30px;
    padding-left: 65px;
    z-index: 10;
}

#slider_leaderboard .slide_leaderboard .content-slide .desc_slider {
    font-size: 1.125em;

}

#slider_leaderboard .slide_leaderboard .content-slide .desc_slider,
#slider_leaderboard .slide_leaderboard .content-slide .btn_slider {
    /*transform: translate3d(0px, 40px, 0px);*/
    /*opacity: 0;*/
}

#slider_leaderboard .slide_leaderboard .content-slide h2 {
    /*opacity: 0;*/
}

#slider_leaderboard .slide_leaderboard .content-slide p.sub-title {
    font-size: 0.875em;
    /*opacity: 0;*/
    /*transform: translate3d(0px, -40px, 0px);*/
}

#slider_leaderboard .slide_leaderboard.loading.slick-active .content-slide .desc_slider,
#slider_leaderboard .slide_leaderboard.loading.slick-active .content-slide .btn_slider,
#slider_leaderboard .slide_leaderboard.loading.slick-active .content-slide h2,
#slider_leaderboard .slide_leaderboard.loading.slick-active .content-slide p.sub-title {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
}

#slider_leaderboard .slide_leaderboard.loading.slick-active:after {
    opacity: 0.2;
}

#slider_leaderboard .slick-list.loading {
    opacity: 1;
}

#slider_leaderboard .slick-next:after {
    font-family: "Flaticon";
    content: "\f162";
    font-weight: normal;
    font-size: 12px;

}

#slider_leaderboard .slick-prev:after {
    font-family: "Flaticon";
    content: "\f108";
    font-weight: normal;
    font-size: 12px;
}

#slider_leaderboard .slick-next:hover,
#slider_leaderboard .slick-prev:hover {
    background: rgba(0, 0, 0, 0.8);
}

#slider_leaderboard .slick-next {
    position: absolute;
    right: 10px;
    top: 50%;
    width: 60px;
    margin-top: -30px;
    font-size: 0;
    z-index: 100;
    color: #ffffff;
    border: 0;
    height: 60px;
    background: rgba(0, 0, 0, 0.5);
    outline: none;
    cursor: pointer;
    border-radius: 50%;
    -webkit-transition-property: background;
    transition-property: background;
    -webkit-transition-duration: 0.75s, 0.75s;
    transition-duration: 0.75s, 0.75s;
    -webkit-transition-timing-function: ease-out, cubic-bezier(.82, .1, .14, 1.12);
    transition-timing-function: ease-out, cubic-bezier(.82, .1, .14, 1.12);
}

#slider_leaderboard .slick-prev {
    position: absolute;
    left: 10px;
    outline: none;
    cursor: pointer;
    color: #ffffff;
    top: 50%;
    font-size: 0;
    margin-top: -30px;
    width: 60px;
    z-index: 100;
    border: 0;
    height: 60px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    -webkit-transition-property: background;
    transition-property: background;
    -webkit-transition-duration: 0.75s, 0.75s;
    transition-duration: 0.75s, 0.75s;
    -webkit-transition-timing-function: ease-out, cubic-bezier(.82, .1, .14, 1.12);
    transition-timing-function: ease-out, cubic-bezier(.82, .1, .14, 1.12);
}

.dots-slider li button {
    display: none;
}

.dots-slider li.slick-active {
    background: rgba(255, 255, 255, 1);
    width: 14px;
    height: 14px;
}

.dots-slider ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.dots-slider li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    display: inline-block;
    margin-right: 10px;
}

.dots-slider {
    left: 0;
    right: 0;
    bottom: 50px;
}


/* ------- NEWS 1 ZONE ------- */
.home-infos .card,
.home-infos .card .card-inner .card-footer {
    background: none;
    border: 0;
}

.home-infos .card .card-inner .card-header {
    background: none;
    flex: 1 1 auto;
    border: 0;
}

.home-infos .card .card-inner {

    -ms-flex-positive: 1;
    flex-grow: 1;
}

.events-main-content{
    overflow: hidden;
    background: #ffffff;
    background: url(/Content/img/bg-events-home-2.png) no-repeat center center #ffffff;
    background-size: cover;
}
.press-main-content{
    overflow: hidden;
    background: #ffffff;
    background: url(/Content/img/bg-releases-home-2.png) no-repeat center center #ffffff;
    background-size: cover;
}
.statements-main-content{
    overflow: hidden;
    background: #ffffff;
    background: url(/Content/img/bg-statement-home-2.png) no-repeat center center #ffffff;
    background-size: cover;
}
.statements-main-content,
.press-main-content,
.events-main-content {
    -webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.08);
}

.home-infos .card-footer{
    position: relative;
}
.home-infos .card-footer:after {
    position: absolute;
    content: "";
    left: 0;
    top: 15px;
    width: 40px;
    height: 2px;
    background: #b6dca0;
}
.home-infos .press-main-content .card-footer:after {
    background: #007e94;
}

.statements-main-content h3 span.title-3,
.press-main-content h3 span.title-3,
.events-main-content h3 span.title-3 {
    font-size: 18px;
}

/* ------- ABOUT ------- */

.wrapper-title-about {
    padding-left: 25%;
}

.home-about .wrapper-title-about h3 {
    line-height: 44px;
}

.home-about .wrapper-title-about h3:before {
    position: absolute;
    content: "";
    left: -25%;
    width: 20%;
    height: 2px;
    top: 50%;
    margin-top: -1px;
    background: rgba(96, 121, 121, 0.5);
}

.home-about p.home-about-txt:before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #e6e6e6;
    content: "";
}

.home-about p.home-about-txt {
    line-height: 30px;
}

.home-about-link a {
    line-height: 44px;
    font-size: 0.750em;
    color: #577278;
}

.home-about-link a:hover{
    color: #304040;
    text-decoration: none;
}

/* ------- FLASH NEWS ------- */

.home-flash-news h4 {
    font-size: 1em;
}

.home-flash-news h4 span:first-child {
    font-size: 1em;
}

.home-flash-news h4 span {
    display: block;
    font-weight: 400;
    font-size: 1.250em;
}

.home-flash-news {
    background: #9bcf7e;
}

/* ------- STATE ------- */

.home-state {
    padding: 75px 0;
    background: url(/Content/Img/bg-state-2.jpg) no-repeat center center;
    background-size: cover;
    border-bottom: 4px solid #ffffff;
}

.home-state .wrapper-title-home h3:before {
    position: absolute;
    content: "";
    left: calc(-100% / 12);
    width: calc((100% / 12) * 0.8);
    height: 2px;
    top: 50%;
    margin-top: -1px;
    background: rgba(96, 121, 121, 0.5)
}

.home-state .wrapper-title-home {
    padding-left: calc(100% / 12);
}

.home-state p {
    color: #bebebe;
}

.card-state h4{
    color:#007e94;
}

.wrapper-statement .number-state,
.home-state .number-state {
    font-size: 52px;
    color:#007e94;
}

.wrapper-statement .home-state-link a:hover i,
.home-state .home-state-link a:hover i{
    margin-left: .8rem !important;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.25s, 0.25s;
    transition-duration: 0.25s, 0.25s;
}

.wrapper-statement .home-state-link a:hover,
.home-state .home-state-link a:hover{
    text-decoration: none;
}

.wrapper-statement .home-state-link a,
.home-state .home-state-link a {
    font-size: 12px;
    color: #007e94;
    text-decoration: none;
}

.home-state .card-state {
    flex: 1 1 auto;
}


/* ----------------- BROCHURES --------------------- */
/* ------------------------------------------------- */

.wrapper-press,
.wrapper-brochure {
    border-bottom: 1px solid rgba(146, 146, 146, 0.5);
    padding: 20px 0;
}

.wrapper-press:last-child,
.wrapper-brochure:last-child {
    border-bottom: 0;
}

.wrapper-press figure,
.wrapper-brochure figure {
    width: 75px;
    min-width: 75px;
    height: 50px;
}

.wrapper-press.wrapper-lead figure,
.wrapper-brochure.wrapper-lead figure {
    height: 300px;
}

.wrapper-press h4,
.wrapper-brochure h4 {
    min-height: 32px;
    font-size: 0.875em;
}

.wrapper-press.wrapper-lead h4,
.wrapper-brochure.wrapper-lead h4 {
    font-size: 1.125em;
    min-height: 84px;
}

.wrapper-press p.date-press,
.wrapper-brochure p.date-brochure {
    font-size: 0.75em;
}

.wrapper-cta-figure img {
    width: 80%;
}

.wrapper-cta-figure {
    background: #9bcf7e;
    min-height: 600px;
}

.wrapper-cta-figure .btn-figure i {
    line-height: 50px;
    right: 20px;
    top: 0;
}

.wrapper-cta-figure .btn-figure {
    bottom: -29px;
    width: 80%;
    border-radius: 29px;
    max-width: 250px;
    background: #007e94;
    height: 58px;
    left: 50%;
    margin-left: -125px;
    line-height: inherit;
    border: 4px solid #ffffff;
}


/* ----------------- Home Setting --------------------- */
/* ------------------------------------------------- */

.wrapper-setting {
    height: 400px;
    padding: 50px 50px 50px 100px;
    background: #f6f6f6;
}

.home_setting-up .col-md-6 img {
    object-position: center right;
}

.home_setting-up .col-md-6:nth-child(2) .wrapper-setting,
.home_setting-up .col-md-6:nth-child(3) .wrapper-setting {
    background: #f0f0f1;
}

.wrapper-setting h3 {
    max-width: 280px;
}

.wrapper-setting h3:after {
    position: absolute;
    content: "";
    left: -90px;
    width: 80px;
    height: 2px;
    top: 16px;
    margin-top: -1px;
    background: rgba(96, 121, 121, 0.5);
}


/* ----------------- events --------------------- */
.wrapper-title-events{
    min-width: 230px;
}
.home_events{
    overflow: hidden;
    background: #f6f6f6;
    background:url(/Content/img/bg-events-2.png) no-repeat center center #f6f6f6;
    background-size: cover;
}
.wrapper-title-events #slider_events{
    overflow: hidden;
}
#slider_events .slick-list:before{
    position: absolute;
    content:"";
    left: -500px;
    width: 500px;
    z-index: 100;
    top: -20px;
    bottom: -20px;
    background: #f6f6f6;
}
#slider_events .slick-list{
    overflow: visible;
}
#slider_events a:focus,
#slider_events a:hover{
    outline: none;
    text-decoration: none;
}
#slider_events .card .card-content .small{
    font-size: 12px;
    color :#304040;
}
#slider_events .card .card-content .date-events{
    font-size: 12px;
    font-weight: 700;
    color:#304040;
    display: inline-block;
    border-top: 2px solid #304040;
    padding-top:10px;
}
#slider_events .card .footer-detail{
    padding: 0px 10px 10px 10px;
}
#slider_events .card .content-detail{
    padding: 10px 10px 0px 10px;
}
#slider_events .card .content-detail,
#slider_events .card .card-content{
    flex: 1 1 auto;
}
#slider_events .card .card-content a:hover h4{
    color:#304040;

    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.25s, 0.25s;
    transition-duration: 0.25s, 0.25s;
    -webkit-transition-timing-function: ease-out, cubic-bezier(.82, .1, .14, 1.12);
    transition-timing-function: ease-out, cubic-bezier(.82, .1, .14, 1.12);
}
#slider_events .card .card-content.wrapper-cta-figure img h4{
    color: #577278;
}
#slider_events .card .card-footer p i{
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;

}
#slider_events .card .card-footer p{
    color:#ffffff;
    position: relative;
    padding-left: 20px;
}

#slider_events .card .card-footer{
    background: #9bcf7d;
    -webkit-border-radius: 0 0  15px 15px;
    -moz-border-radius: 0 0  15px 15px;
    border-radius: 0 0  15px 15px;
}
#slider_events .card{
    margin: 0px 10px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background: #ffffff;
    height: auto;
    padding-bottom: 0px;

    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.08);
}
#slider_events .slick-track{
    display: flex;
    align-items: stretch;
}
#slider_events .card-inner{
    height: 100%;
}
#slider_events  button i{
    margin: 0px;
    display: block;
    line-height: 40px;
    color:#ffffff;
}
#slider_events  button:hover{
    opacity: 0.5;
    outline: none;
}
#slider_events  button{
    height: 100%;
    border: none;
    cursor: pointer;
    background: none;
    display: inline-block;
    padding: 0;
}
#slider_events .dropdown-menu{
    min-width: 50px !important;
}
#slider_events .zone-social-events{
    width: 50px;
}

#slider_events .slick-next:after {
    font-family: "Flaticon";
    content: "\f162";
    font-weight: normal;
    font-size: 12px;

}

#slider_events .slick-prev:after {
    font-family: "Flaticon";
    content: "\f108";
    font-weight: normal;
    font-size: 12px;
}

#slider_events .slick-next:hover,
#slider_events .slick-prev:hover {
    background: rgba(0, 0, 0, 0.8);
}

#slider_events .slick-next {
    position: absolute;
    right: -70px;
    top: 50%;
    width: 60px;
    margin-top: -30px;
    font-size: 0;
    z-index: 100;
    color: #ffffff;
    border: 0;
    height: 60px;
    background: rgba(0, 0, 0, 0.5);
    outline: none;
    cursor: pointer;
    border-radius: 50%;
    -webkit-transition-property: background;
    transition-property: background;
    -webkit-transition-duration: 0.75s, 0.75s;
    transition-duration: 0.75s, 0.75s;
    -webkit-transition-timing-function: ease-out, cubic-bezier(.82, .1, .14, 1.12);
    transition-timing-function: ease-out, cubic-bezier(.82, .1, .14, 1.12);
}

#slider_events .slick-prev {
    position: absolute;
    left: -70px;
    outline: none;
    cursor: pointer;
    color: #ffffff;
    top: 50%;
    font-size: 0;
    margin-top: -30px;
    width: 60px;
    z-index: 100;
    border: 0;
    height: 60px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    -webkit-transition-property: background;
    transition-property: background;
    -webkit-transition-duration: 0.75s, 0.75s;
    transition-duration: 0.75s, 0.75s;
    -webkit-transition-timing-function: ease-out, cubic-bezier(.82, .1, .14, 1.12);
    transition-timing-function: ease-out, cubic-bezier(.82, .1, .14, 1.12);
}

/* ----------------- MEMBERS --------------------- */
/* ------------------------------------------------- */

.wrapper-title-settings h3:before,
.home-members .wrapper-title-members h3:before {
    position: absolute;
    content: "";
    left: -90px;
    width: 80px;
    height: 2px;
    top: 50%;
    margin-top: -1px;
    background: rgba(96, 121, 121, 0.5);
}

.wrapper-title-settings,
.home-members .wrapper-title-members {
    padding-left: 90px;;
}

.home-members .wrapper-member {
    min-height: 600px;
    padding: 50px 20px;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.08);
}

.home-members .member-understanding .wrapper-member {
    background: #f6f6f6;
}

.home-members .member-company .wrapper-member {
    background: #9bcf7e;
}

.home-members .wrapper-member .wrapper-content {
    position: relative;
    z-index: 100;
}
.home-members .wrapper-member .title-jobs {
    position: absolute;
    top: 20px;
    left: 20px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    z-index: 100;

}

.home-members .wrapper-member #slider_job .slick-dots li button {
    display: none;
}

.home-members .wrapper-member #slider_job .slick-dots li.slick-active {
    width: 15px;
    height: 15px;
    background: rgba(255, 255, 255, 1);
}

.home-members .wrapper-member #slider_job .slick-dots li {
    cursor: pointer;
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.5);
    margin: 0 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
}

.home-members .wrapper-member #slider_job .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    text-align: center;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
}

.home-members .wrapper-member #slider_job .slide_job {
    outline: none;
}
.home-members .wrapper-member #slider_job .slide_job .btn{
    margin-bottom: 40px;
}

.home-members .wrapper-member #slider_job {
    color: #ffffff;
    position: initial;
    z-index: 100;
}

.home-members .wrapper-member .wrapper-content h4 {
    max-width: 200px;
    color:#9bcf7d;
}

.home-members .member-job .wrapper-content {
    position: relative;
    z-index: 10;
}

.home-members .member-job:after {
    position: absolute;
    left: 15px;
    right: 15px;
    top: 0;
    bottom: 0;
    content: "";
    background: rgba(0, 126, 148, 0.8);
}

.home-members .date-member-job {
    font-size: 12px;
}
.slick-dots > li:hover{
    cursor: pointer;
}
.slick-dots > li {
    display: inline-block;
}
.slick-dots > li:only-child {
    display: none;
}

#marquee {

    overflow: hidden;

}
.wrapper-blog figure {
    height: 300px;
}

.wrapper-blog h4,
.wrapper-blog h4 a {
    font-size: 18px;
}

.wrapper-blog p a {
    color: #547273;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.5s, 0.5s;
    transition-duration: 0.5s, 0.5s;
    -webkit-transition-timing-function: ease-out, cubic-bezier(.82, .1, .14, 1.12);
    transition-timing-function: ease-out, cubic-bezier(.82, .1, .14, 1.12);
    font-weight: 700;
    margin-left: 0px;
}

    .wrapper-blog p a:hover {
        text-decoration: none;
        margin-left: 10px;
    }

#slider-blog .slick-dots, #slider-blog-video .slick-dots {
    padding: 0px;
    margin-top: 20px;
    text-align: center;
}



    #slider-blog .slick-dots li button, #slider-blog-video .slick-dots li button {
        border: 0px;
        background: rgba(0,0,0,0.2);
        border-radius: 50%;
        height: 10px;
        width: 10px;
        padding: 0px;
        margin: 0px 5px;
        text-indent: -9999px;
        -webkit-transition-property: all;
        transition-property: all;
        -webkit-transition-duration: 0.75s, 0.75s;
        transition-duration: 0.75s, 0.75s;
        -webkit-transition-timing-function: ease-out, cubic-bezier(.82, .1, .14, 1.12);
        transition-timing-function: ease-out, cubic-bezier(.82, .1, .14, 1.12);
    }

        #slider-blog .slick-dots li button:focus, #slider-blog-video .slick-dots li button:focus {
            outline: none;
        }

    #slider-blog .slick-dots li:hover button,
    #slider-blog .slick-dots li.slick-active button,
    #slider-blog-video .slick-dots li:hover button,
    #slider-blog-video .slick-dots li.slick-active button {
        background: rgba(0,0,0,0.6);
    }

.wrapper-video-blog figure:hover {
    box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.15);
}

.wrapper-video-blog figure {
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.5s, 0.5s;
    transition-duration: 0.5s, 0.5s;
    -webkit-transition-timing-function: ease-out, cubic-bezier(.82, .1, .14, 1.12);
    transition-timing-function: ease-out, cubic-bezier(.82, .1, .14, 1.12);
    height: 200px;
}

.wrapper-video-blog h4 {
    font-size: 16px;
}

.wrapper-video-blog a:hover {
    text-decoration: none;
}

.wrapper-video-blog .widget-player {
    position: relative;
    z-index: 100;
    text-align: center;
    margin: 0 auto;
    text-decoration: none;
}

.home-about-txt:before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #e6e6e6;
    content: "";
}

.blog-listing {
    overflow: hidden;
    background: #f6f6f6;
}

    .blog-listing .wrapper-blog hr {
        width: 100%;
    }

    .blog-listing .wrapper-blog .card-content h4 {
        min-height: 56px;
    }

    .blog-listing .wrapper-blog .card-content {
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
       /* align-items: center;*/
    }

    .blog-listing .wrapper-blog .card-footer {
        border-top: 0px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: end;
        align-items: flex-end;
        padding: 0px;
        margin: 0px;
    }

.quote h2 {
    padding-left: 0px;
    text-transform: uppercase;
}

.quote {
    padding-left: 100px;
}

    .quote h2:before {
        content: "“";
        background: none;
        width: inherit;
        height: inherit;
        left: -100px;
        font-size: 120px;
        top: 0;
        line-height: 120px;
    }

.link-home img {
    max-height: 16px;
    margin-right: 10px;
    margin-top: -5px;
}

@media (max-width: 991px) {

    .quote h2:before {
        content: "“";
        background: none;
        width: inherit;
        height: inherit;
        left: -100px;
        font-size: 120px;
        top: 0;
        line-height: 120px;
    }
}

/*Homepage Video*/
.slider_video_2 .wrapper-video .card {
    padding: 0;
}

.slider_video_2 .wrapper-video .widget-player {
    padding: 80px 0px;
    width: 100%;
}

.slider_video_2 .slick-next:after {
    font-family: "Flaticon";
    content: "\f162";
    font-weight: normal;
    font-size: 12px;
}

.slider_video_2 .slick-prev:after {
    font-family: "Flaticon";
    content: "\f108";
    font-weight: normal;
    font-size: 12px;
}

.slider_video_2 .slick-next:hover,
.slider_video_2 .slick-prev:hover {
    background: rgba(0, 0, 0, 0.8);
}

.slider_video_2 .slick-next {
    position: absolute;
    width: 60px;
    margin-top: -30px;
    bottom: 15px;
    font-size: 0;
    z-index: 100;
    color: #ffffff;
    left: 50%;
    margin-left: 10px;
    border: 0;
    height: 60px;
    background: rgba(0, 0, 0, 0.5);
    outline: none;
    cursor: pointer;
    border-radius: 50%;
    -webkit-transition-property: background;
    transition-property: background;
    -webkit-transition-duration: 0.75s, 0.75s;
    transition-duration: 0.75s, 0.75s;
    -webkit-transition-timing-function: ease-out, cubic-bezier(.82, .1, .14, 1.12);
    transition-timing-function: ease-out, cubic-bezier(.82, .1, .14, 1.12);
}

.slider_video_2 .slick-prev {
    position: absolute;
    outline: none;
    cursor: pointer;
    color: #ffffff;
    bottom: 15px;
    font-size: 0;
    margin-top: -30px;
    width: 60px;
    left: 50%;
    margin-left: -70px;
    z-index: 100;
    border: 0;
    height: 60px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    -webkit-transition-property: background;
    transition-property: background;
    -webkit-transition-duration: 0.75s, 0.75s;
    transition-duration: 0.75s, 0.75s;
    -webkit-transition-timing-function: ease-out, cubic-bezier(.82, .1, .14, 1.12);
    transition-timing-function: ease-out, cubic-bezier(.82, .1, .14, 1.12);
}

.slider_video_2 {
    padding: 0px 0px 100px 0px;
}

    .slider_video_2 a {
        text-decoration: none;
        color: #547273;
        font-size:18px;
    }
.fancy-quote {
    font-family: Georgia, serif;
    font-size: 18px;
    font-style: italic;
    width: 100%;
    margin: 0.25em 0;
    padding: 0.35em 40px;
    line-height: 1.45;
    position: relative;
    color: #383838;
}

    .fancy-quote:before {
        display: block;
        padding-left: 10px;
        content: "\201C";
        font-size: 80px;
        position: absolute;
        left: -20px;
        top: -20px;
        color: #7a7a7a;
    }

    .fancy-quote .quote_author {
        color: #999999;
        font-size: 14px;
        display: block;
        margin-top: 5px;
    }

        .fancy-quote .quote_author:before {
            content: "\2014 \2009";
        }

.card-job .card-footer {
    background: none;
    border: none;
}

.card-job {
    padding: 30px 20px;
    background: #f6f6f6;
}

.card-job .card-image span {
    width: 100%;
    background: #ffffff;
    padding: 10px;
    height: 100%;
}

.card-job .card-content h3 a:after {
    content: "";
    bottom: 0;
    left: 0;
    height: 3px;
    width: 50px;
    background: #547273;
    position: absolute;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.75s, 0.75s;
    transition-duration: 0.75s, 0.75s;
    -webkit-transition-timing-function: ease-out, cubic-bezier(.82, .1, .14, 1.12);
    transition-timing-function: ease-out, cubic-bezier(.82, .1, .14, 1.12);
}

.card-job .card-content h3 a {
    color: #547273;
}

.card-job .card-content h3 {
    font-size: 18px;
    position: relative;
    padding-bottom: 20px;
    color: #547273;
}

.card-job .card-content h3 a:hover:after {
    width: 60px;
}

.card-job .card-content h3 a:hover {
    text-decoration: none;
}

.share-job h4 {
    padding-right: 40px;
}

.share-job h4 i {
    right: 0;
    color: #577278;
}

.share-job ul li a i {
    color: #577278;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.75s, 0.75s;
    transition-duration: 0.75s, 0.75s;
    -webkit-transition-timing-function: ease-out, cubic-bezier(.82, .1, .14, 1.12);
    transition-timing-function: ease-out, cubic-bezier(.82, .1, .14, 1.12);
    margin: 0 5px;
}

.share-job ul li span {
    color: #577278;
}

.share-job ul li:before {
    display: none;
}

.share-job ul li a:hover i {
    opacity: .5;
}
/* -------------- WIDGET BLOC TEXT ------------------ */
/* ------------------------------------------------- */


.wrapper-widget-txt .wrapper-widget-content h3 {
    text-shadow: 0 0 14px rgba(0, 0, 0, 0.3);
}


.wrapper-widget-txt .wrapper-widget-content {
    z-index: 100;
}

.wrapper-widget-txt {
    padding: 80px 30px;
    text-align: center;
    position: relative;
    background-color: #4ba98c;
    background-blend-mode: multiply;
    -webkit-background-size: cover;
    background-size: cover;
    min-height: 320px;
}

    .wrapper-widget-txt:after {
        content: "";
        background: rgba(75, 169, 140, 0.7);
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
    }

    .wrapper-widget-txt .btn {
        background: none;
        border: 1px solid #ffffff;
        color: #ffffff;
    }

        .wrapper-widget-txt .btn:hover {
            background: #ffffff;
            color: #304040;
        }

/* -------------- WIDGET VIDEO ------------------ */
/* ------------------------------------------------- */
.wrapper-video .card:hover,
.wrapper-video .card {
    text-decoration: none;
}

.wrapper-video .card {
    padding: 50px;
}

    .wrapper-video .card:after {
        background: rgba(87, 114, 120, 0.2);
    }

.wrapper-video .btn {
    background: none;
    border: 1px solid #ffffff;
    color: #ffffff;
}

    .wrapper-video .btn:hover {
        background: #ffffff;
        color: #304040;
    }

.wrapper-video .widget-player i {
    padding-top: 30px;
    padding-bottom: 30px;
    display: block;
}

    .wrapper-video .widget-player i:before {
        font-size: 72px;
    }

.home-about .wrapper-video {
    min-height: 350px;
}

.widget-player:hover {
    text-decoration: none;
    display: inline-block;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
}

.widget-player {
    text-decoration: none;
}

.wrapper-video {
    position: relative;
}

    .wrapper-video:after {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        content: "";
        background: rgba(48,64,64,0.4);
    }

/* -------------- WIDGET DOWNLOAD ------------------ */
/* ------------------------------------------------- */
.wrapper-download:hover,
.wrapper-download {
    text-decoration: none;
}

    .wrapper-download:hover h4 {
        color: #304040;
    }

aside .wrapper-download {
    border-bottom: 1px solid #c8c8c8;
    padding: 20px 0;
}

.wrapper-widget-download:last-child {
    border-bottom: 0;
}

.wrapper-download p.flaticon-download-1 {
    height: 48px;
    line-height: 48px;
}

    .wrapper-download p.flaticon-download-1:before {
        font-size: 48px;
    }

.wrapper-download h4 {
    font-size: 14px;
    color: #577278;
    transition: color .5s ease;
}


.wrapper-brochure-listing .card:hover,
.wrapper-brochure-listing .card,
.wrapper-news .card:hover,
.wrapper-news .card {
    text-decoration: none;
}

.wrapper-brochure-listing .card .card-header figure {
    height: 350px;
}

.wrapper-news .card .card-header figure {
    height: 250px;
}

.wrapper-brochure-listing .card .card-header figure:after,
.wrapper-news .card .card-header figure:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(48, 64, 64, 0);
    z-index: 10;
    -webkit-transition-property: background;
    transition-property: background;
    -webkit-transition-duration: 0.75s, 0.75s;
    transition-duration: 0.75s, 0.75s;
    -webkit-transition-timing-function: ease-out, cubic-bezier(.82, .1, .14, 1.12);
    transition-timing-function: ease-out, cubic-bezier(.82, .1, .14, 1.12);
}

.wrapper-brochure-listing .card:hover .card-header figure:after,
.wrapper-news .card:hover .card-header figure:after {
    background: rgba(48, 64, 64, 0.55);
}

.wrapper-brochure-listing .card .card-header {
    background: none;
}

.wrapper-brochure-listing .card .card-header img {
    object-fit: scale-down;
    transition: transform .5s ease;
    -o-object-fit: scale-down;
    width: 100%;
    height: 100%;
}

.wrapper-news .card .card-header img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}

.wrapper-brochure-listing .card .card-inner,
.wrapper-news .card .card-inner {
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.wrapper-brochure-listing .card .card-content,
.wrapper-news .card .card-content {
    padding: 15px 0;
    flex: 1 1 auto;
}

.wrapper-brochure-listing .card .card-content h3,
.wrapper-news .card .card-content h3 {
    font-size: 1.125em;
}

.wrapper-brochure-listing .card .card-footer,
.wrapper-news .card .card-footer {
    background: none;
}

.wrapper-brochure-listing .card .card-footer p,
.wrapper-news .card .card-footer p {
    margin-left: 0;
    transition-property: all;
    -webkit-transition-duration: 0.75s, 0.75s;
    transition-duration: 0.75s, 0.75s;
    -webkit-transition-timing-function: ease-out, cubic-bezier(.82, .1, .14, 1.12);
    transition-timing-function: ease-out, cubic-bezier(.82, .1, .14, 1.12);
}

.wrapper-brochure-listing .card:hover .card-footer p,
.wrapper-news .card:hover .card-footer p {
    margin-left: 10px;
}

.title-news:before {
    display: none;
}

.wrapper-news-detail p.intro {
    color: #304040;
}

.wrapper-news-detail h2.title-news {
    padding-left: 0;
    font-size: 2em;
}

.wrapper-news-detail figure {
    height: 450px;
}

.wrapper-news-detail figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}


.select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px;
}

.news-select .select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 16px;
    color: #304040;
    width: 100%;
    max-width: 300px;
    padding: 0;
    line-height: 40px;
    height: 40px;
    margin-bottom: 16px;
}

.news-select .select-styled {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(48, 64, 64, 0.15);
    padding: 0 25px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-transform: uppercase;
    font-size: 14px;
    overflow:hidden;
}
.form-brochure .select:after,
.news-select .select-styled:after {
    content: "\f128";
    font-family: Flaticon;
    font-size: 14px;
    font-style: normal;
    width: 10px;
    height: 10px;
    border-color: #304040;
    position: absolute;
    top: 0;
    bottom: 0;
    line-height: 40px;
    right: 25px;
}
.form-brochure .select:after{
    right: 35px;
}
.news-select .select-styled:hover {
    background-color: rgba(48, 64, 64, 0.25);

}

.news-select .select-styled.active :after {
    top: 9px;
}

.wrapper-generic .select-options {
    display: none;
    position: absolute;
    top: 100%;
    right: 20px;
    left: 20px;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #ffffff;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.wrapper-generic .select-options li:before {
    position: absolute;
    left: 15px;

}

.wrapper-generic .select-options li {
    margin: 0;
    padding: 12px 20px 12px 35px;
    border-top: 1px solid rgba(48, 64, 64, 0.15);
    color: #304040 !important;
}

.select-options li:hover {
    background: rgba(48, 64, 64, 0.15);;
    color: #304040 !important;
}

.select-options[rel="hide"] {
    display: none;
}

.video-news-listing .card-header{
    position: relative;
}
.video-news-listing .card-header:before{
    position: absolute;
    content: "\f16e";
    left: 0;
    right: 0;
    font-family: Flaticon;
    font-style: normal;
    z-index: 100;
    color: #ffffff;
    font-size: 42px;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.video-news-listing .card-header:after{
    position: absolute;
    content: "";
    background: rgba(27,27,27,0.25);
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;

}

.wrapper-team-detail figure img {
    object-fit: contain;
}


.card-header-team figure {
    overflow: hidden;
    height: 450px;
    width: 100%;
}

.wrapper-team .card:hover,
.wrapper-team .card {
    text-decoration: none;
}

.wrapper-team .card {
    background: none;
}

.wrapper-team .card .card-inner {
    background: #f6f6f6;
    overflow: hidden;
    height: 100%;
    -webkit-border-radius: 40px 0 40px 0;
    -moz-border-radius: 40px 0 40px 0;
    border-radius: 40px 0 40px 0;
}

.wrapper-team .card .card-header {
    background: none;
}

.wrapper-team .card .card-header figure {

    height: 280px;
    width: 100%;
    overflow: hidden;
    z-index: 10;
}

.wrapper-team .card .card-header img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: top;
    -o-object-position: top;
    transition: transform .5s ease;

}

.wrapper-team .card .card-footer {
    background: none;
}

.wrapper-team .card .card-footer p {
    transition: color .5s ease;
}

.wrapper-news-detail .social-team,
.wrapper-team .social-team {
    display: inline-block;
    padding-left: 0;
}

.wrapper-news-detail .social-team li:before {
    display: none;
}

.wrapper-news-detail .social-team li i,
.wrapper-team .social-team li i {
    font-size: 12px;
    color: #ffffff;
}

.wrapper-news-detail .social-team li a,
.wrapper-team .social-team li a {
    margin: 0 5px;
    display: inline-block;
    background: #007ab9;
    width: 25px;
    height: 25px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    line-height: 25px;
}

.wrapper-team .card-content {
    flex: 1 1 auto;
}

.wrapper-team .card-footer a.link i {
    margin-left: 0;
}

.wrapper-team .card-footer a.link {
    color: #304040;
    padding: 10px 20px 0 20px;
    display: inline-block;
    border-top: 1px solid #607979;
}

.wrapper-team .social-team li a:hover,
.wrapper-team h3 a:hover,
.wrapper-team .card-footer a:hover {
    text-decoration: none;
    opacity: 0.7;
}

.wrapper-team h3 a,
.wrapper-team h3 {
    font-size: 18px;
    color: #304040;
}

.wrapper-list-team:nth-child(even) {
    background: #afbcbc;
}

.col-1-5 {
    width: 20%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.wrapper-account .card {
    border: 0;
    background: none;
}

.wrapper-account .card .card-footer,
.wrapper-account .card .card-header {
    background: none;
    border: 0;
}

.wrapper-account .card .card-inner .card-header {
    background: none;
    flex: 1 1 auto;
    border: 0;
}

.wrapper-account .card .card-inner {
    -ms-flex-positive: 1;
    flex-grow: 1;
}


.account-main-title:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -20px;
    width: 40px;
    height: 2px;
    background: #829898;
}

form p a {
    color: rgb(146, 146, 146);
}

.wrapper-testimonial .card:hover,
.wrapper-testimonial .card {
    text-decoration: none;
}

.wrapper-testimonial .card .card-header {
    background: none;
}

.wrapper-testimonial .card .card-header:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    height: 125px;
    top: 125px;
    background: #f6f6f6;
    z-index: 0;
}

.wrapper-testimonial .card .card-header figure {
    height: 250px;
    width: 250px;
    overflow: hidden;
    border: 5px solid #ffffff;
    z-index: 10;
}

.wrapper-testimonial .card .card-header img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}

.wrapper-testimonial .card .card-footer p {
    transition: color .5s ease;
}

.wrapper-testimonial .card:hover .card-footer p {
    color: #304040;
}

.wrapper-testimonial .card:hover .card-header img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.wrapper-testimonial .card .card-content,
.wrapper-testimonial .card .card-footer {
    background: #f6f6f6;
}

.card-header-testimonial {
    background: none;
}

.card-header-testimonial figure {
    overflow: hidden;
    height: 250px;
    width: 250px;
}


.wrapper-agenda .card:hover,
.wrapper-agenda .card {
    text-decoration: none;
}

.wrapper-agenda .card {
    text-align: center;
    background-blend-mode: multiply;
    background: #547273;
    -webkit-background-size: cover;
    background-size: cover;
}

.wrapper-agenda .card:after {
    content: "";
    background: rgba(41, 65, 65, 0.75);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.wrapper-agenda .card-header,
.wrapper-agenda .card-footer {
    background: none;
}

.wrapper-agenda .card-inner {
    position: relative;
    z-index: 10;
    padding: 50px 30px;
}

.wrapper-agenda .wrapper-widget-content h3 {
    text-shadow: 0 0 14px rgba(0, 0, 0, 0.3);
}

.wrapper-agenda .btn {
    background: none;
    border: 1px solid #ffffff;
    color: #ffffff;
}

.wrapper-agenda .btn:hover {
    background: #ffffff;
    color: #304040;
}


.bg-grey {
    background: #f6f6f6;
}

.wrapper-search h3 {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 1.25em;
}

.wrapper-contact h2 {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.wrapper-search h3:before {

    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 70px;
    background: rgba(96, 121, 121, 0.5);
}

.wrapper-contact h2:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 2px;
    width: 70px;
    margin-left: -35px;
    background: rgba(96, 121, 121, 0.5);
}

.wrapper-contact .h2:before,
.zone-form {
    background: #ffffff;
    padding: 60px 40px;
    -webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.08);

}

.textarea {
    width: 100%;
    margin-bottom: 20px;
    line-height: 35px;
    padding: 0 25px;
    border-radius: 20px;
    box-shadow: none;
    height: 200px;
    border: 2px solid #e5e5e5;
    font-size: 12px;
}

.champ-txt:focus {
    outline: none;
    border-color: #577278;
}

.form-brochure .select,
.champ-txt {
    width: 100%;
    margin-bottom: 20px;
    line-height: 35px;
    height: 39px;
    padding: 0 25px;
    border-radius: 20px;
    box-shadow: none;
    border: 2px solid #e7e7e7;
    font-size: 12px;
}

.bloc-coordonnee {
    margin-top: 20px;
    width: 100%;
    background: #547273;
    padding: 40px;
    margin-bottom: -150px;
    -webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.08);
}

.bloc-coordonnee h4 {
    font-weight: 400;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}

.bloc-coordonnee h4:after {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 70px;
    content: "";
    background: #ffffff;
}

.checkbox {
    font-size: 12px;
    color: #929292;
}

.required {
    position: absolute;
    right: 35px;
    top: 12px;
    color: #e09e00;
}

#gmap_canvas {
    margin-bottom: -7px;
}


label.checkbox {
    display: inline-block;
    color: #547273;
    cursor: pointer;
    position: relative;
}
footer label.checkbox{
    color:#ffffff;
}

label.checkbox span {
    display: inline-block;
    position: relative;
    background-color: transparent;
    width: 20px;
    height: 20px;
    transform-origin: center;
    border: 2px solid #547273;
    border-radius: 50%;
    vertical-align: -6px;
    margin-right: 10px;
    transition: all 150ms 200ms, transform 350ms cubic-bezier(0.78, -1.22, 0.17, 1.89);
}
footer label.checkbox span{
    border: 2px solid #ffffff;

}

label.checkbox span:before {
    content: "";
    width: 0;
    height: 0;
    border-radius: 5px;
    background: #547273;
    position: absolute;
    top: 8px;
    left: 8px;
    transition: all 50ms ease 50ms;
    transform-origin: 0 0;
}
footer label.checkbox span:before{

    background: #ffffff;
}

label.checkbox:hover span:before {
    width: 10px;
    height: 10px;
    top: 3px;
    left: 3px;
    transition: all 100ms ease;
}

input[type="checkbox"]:focus {
    outline: none;
}

input[type="checkbox"] {
    z-index: 0;
    position: absolute;
    background: none;
    line-height: 30px;
    height: 30px;
    width: 200px;
    display: block;
    -webkit-appearance: initial;
}


input[type="checkbox"]:checked ~ label span {
    background-color: #9bcf7e;
    transform: scale(1.25);
    transition: all 100ms ease;
    border-color: #9bcf7e;
}

footer input[type="checkbox"]:checked ~ label span {
    background: rgba(255,255,255,0.2);
    border-color: #9bcf7d;
}
input[type="checkbox"]:checked ~ label span:before {
    width: 4px;
    height: 4px;
    top: 6px;
    left: 6px;
    background: #ffffff;
    transition: all 150ms ease 100ms;
}

input[type="checkbox"]:checked ~ label:hover span {
    background-color: #9bcf7e;
    transform: scale(1.25);
}
footer input[type="checkbox"]:checked ~ label:hover span {
    background: #ffffff;
}

input[type="checkbox"]:checked ~ label:hover span:before {
    width: 10px;
    height: 10px;
    top: 3px;
    left: 3px;
    background: #ffffff;
    transition: all 150ms ease 100ms;
}










.wrapper-newsletter {
    background: #547274;
    padding: 30px 0;
}

.wrapper-newsletter h4 {
    font-weight: 700;
    padding-right: 40px;
    font-size: 24px;
}

.wrapper-newsletter h4 span {
    display: block;
    font-size: 0.75em;
}

.wrapper-newsletter h4 span:first-child {
    font-size: 0.625em;
}

.wrapper-newsletter form {
    border-right: 1px solid #ffffff;
}

.wrapper-newsletter h4 i {
    right: 0;
    top: -3px;
}

.wrapper-newsletter form button {
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    background: none;
    border: 1px solid #ffffff;
    padding: 0 10px;
    box-shadow: none;
    font-size: 14px;
    display: block;
    width: calc(100%);
}

.wrapper-newsletter form button i {
    margin-left: 10px;
}

.wrapper-newsletter form button:focus,
.wrapper-newsletter form input:focus {
    outline: none;
    background: #435d5f;
}

.wrapper-newsletter form input {
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    border-radius: 20px;
    background: #6d8788;
    padding: 0 15px;
    margin: 0 15px;
    color: #ffffff;
    border: 0;
    box-shadow: none;
    width: calc(49% - 30px);
    -webkit-appearance: none;
}
.wrapper-newsletter form input[type=checkbox]{
    display: block;
    position: absolute;
    background: none;
    line-height: 30px;
    height: 30px;
}
.wrapper-newsletter form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #ffffff;
}

.wrapper-newsletter form input::-moz-placeholder { /* Firefox 19+ */
    color: #ffffff;
}

.wrapper-newsletter form input:-ms-input-placeholder { /* IE 10+ */
    color: #ffffff;
}

.wrapper-newsletter form input:-moz-placeholder { /* Firefox 18- */
    color: #ffffff;
}

.wrapper-newsletter ul li {
    list-style: none;
    margin: 0 5px;
}

footer .logo img {
    max-width: 100%;
}

footer .main-footer ul li {
    list-style: none;

}

footer .main-footer i {
    color: #597279;
}

footer .main-footer a:hover {
    color: #2d403e;
    text-decoration: none;
}

footer .main-footer a,
footer .main-footer p {
    font-size: 14px;
    color: #929292;
}

footer .main-footer h3 {
    color: #2d403e;
    font-size: 20px;
    font-weight: 700;
}

footer .copyright-footer {
    border-top: 1px solid #e2e2e2;
    background: #f6f6f6;
}

footer .copyright-footer p,
footer .copyright-footer ul li a {
    color: #929292;
    font-size: 12px;
}

footer .copyright-footer ul li {
    list-style: none;
    padding: 0 10px;
    border-right: 1px solid #e2e2e2;
}

footer .copyright-footer ul li:last-child {
    border-right: 0;
}
.wrapper-news .card .card-footer p,
.btn {
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.5s, 0.5s;
    transition-duration: 0.5s, 0.5s;
    -webkit-transition-timing-function: ease-out, cubic-bezier(.82, .1, .14, 1.12);
    transition-timing-function: ease-out, cubic-bezier(.82, .1, .14, 1.12);
}

.load-top {
    /*transform: translate3d(0px, 40px, 0px);*/
    /*opacity: 0;*/
}

.load-top.loading-top {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
}

/*#slider_leaderboard .slick-list.active {*/
/*-webkit-transition: all 500ms cubic-bezier(0.275, 0.150, 0.150, 0.890) 0.05s;*/
/*-moz-transition: all 500ms cubic-bezier(0.275, 0.150, 0.150, 0.890) 0.05s;*/
/*-o-transition: all 500ms cubic-bezier(0.275, 0.150, 0.150, 0.890) 0.05s;*/
/*transition: all 500ms cubic-bezier(0.275, 0.150, 0.150, 0.890) 0.05s;*/

/*-webkit-transition-timing-function: cubic-bezier(0.275, 0.150, 0.150, 0.890) 0.05s;*/
/*-moz-transition-timing-function: cubic-bezier(0.275, 0.150, 0.150, 0.890) 0.05s;*/
/*-o-transition-timing-function: cubic-bezier(0.275, 0.150, 0.150, 0.890) 0.05s;*/
/*transition-timing-function: cubic-bezier(0.275, 0.150, 0.150, 0.890) 0.05s;*/
/*}*/

/*#slider_leaderboard .slide_leaderboard:after {*/

/*-webkit-transition: all 7000ms cubic-bezier(0.275, 0.150, 0.150, 0.890) 0.05s;*/
/*-moz-transition: all 7000ms cubic-bezier(0.275, 0.150, 0.150, 0.890) 0.05s;*/
/*-o-transition: all 7000ms cubic-bezier(0.275, 0.150, 0.150, 0.890) 0.05s;*/
/*transition: all 7000ms cubic-bezier(0.275, 0.150, 0.150, 0.890) 0.05s;*/

/*-webkit-transition-timing-function: cubic-bezier(0.275, 0.150, 0.150, 0.890) 0.05s;*/
/*-moz-transition-timing-function: cubic-bezier(0.275, 0.150, 0.150, 0.890) 0.05s;*/
/*-o-transition-timing-function: cubic-bezier(0.275, 0.150, 0.150, 0.890) 0.05s;*/
/*transition-timing-function: cubic-bezier(0.275, 0.150, 0.150, 0.890) 0.05s;*/
/*}*/

/*#slider_leaderboard .slide_leaderboard .content-slide h2 {*/

/*-webkit-transition: all 750ms cubic-bezier(0.275, 0.150, 0.150, 0.890) 0.5s;*/
/*-moz-transition: all 750ms cubic-bezier(0.275, 0.150, 0.150, 0.890) 0.5s;*/
/*-o-transition: all 750ms cubic-bezier(0.275, 0.150, 0.150, 0.890) 0.5s;*/
/*transition: all 750ms cubic-bezier(0.275, 0.150, 0.150, 0.890) 0.5s;*/

/*-webkit-transition-timing-function: cubic-bezier(0.275, 0.150, 0.150, 0.890) 0.5s;*/
/*-moz-transition-timing-function: cubic-bezier(0.275, 0.150, 0.150, 0.890) 0.5s;*/
/*-o-transition-timing-function: cubic-bezier(0.275, 0.150, 0.150, 0.890) 0.5s;*/
/*transition-timing-function: cubic-bezier(0.275, 0.150, 0.150, 0.890) 0.5s;*/
/*}*/

/*#slider_leaderboard .slide_leaderboard .content-slide p.sub-title {*/
/*-webkit-transition: all 750ms cubic-bezier(0.275, 0.150, 0.150, 0.890) 0.7s;*/
/*-moz-transition: all 750ms cubic-bezier(0.275, 0.150, 0.150, 0.890) 0.7s;*/
/*-o-transition: all 750ms cubic-bezier(0.275, 0.150, 0.150, 0.890) 0.7s;*/
/*transition: all 750ms cubic-bezier(0.275, 0.150, 0.150, 0.890) 0.7s;*/

/*-webkit-transition-timing-function: cubic-bezier(0.275, 0.150, 0.150, 0.890) 0.7s;*/
/*-moz-transition-timing-function: cubic-bezier(0.275, 0.150, 0.150, 0.890) 0.7s;*/
/*-o-transition-timing-function: cubic-bezier(0.275, 0.150, 0.150, 0.890) 0.7s;*/
/*transition-timing-function: cubic-bezier(0.275, 0.150, 0.150, 0.890) 0.7s;*/
/*}*/

/*#slider_leaderboard .slide_leaderboard .content-slide .desc_slider {*/

/*-webkit-transition: all 750ms cubic-bezier(0.275, 0.150, 0.150, 0.890) 0.9s;*/
/*-moz-transition: all 750ms cubic-bezier(0.275, 0.150, 0.150, 0.890) 0.9s;*/
/*-o-transition: all 750ms cubic-bezier(0.275, 0.150, 0.150, 0.890) 0.9s;*/
/*transition: all 750ms cubic-bezier(0.275, 0.150, 0.150, 0.890) 0.9s;*/

/*-webkit-transition-timing-function: cubic-bezier(0.275, 0.150, 0.150, 0.890) 0.9s;*/
/*-moz-transition-timing-function: cubic-bezier(0.275, 0.150, 0.150, 0.890) 0.9s;*/
/*-o-transition-timing-function: cubic-bezier(0.275, 0.150, 0.150, 0.890) 0.9s;*/
/*transition-timing-function: cubic-bezier(0.275, 0.150, 0.150, 0.890) 0.9s;*/
/*}*/

/*#slider_leaderboard .slide_leaderboard .content-slide .btn_slider {*/

/*-webkit-transition: all 750ms cubic-bezier(0.275, 0.150, 0.150, 0.890) 1.1s;*/
/*-moz-transition: all 750ms cubic-bezier(0.275, 0.150, 0.150, 0.890) 1.1s;*/
/*-o-transition: all 750ms cubic-bezier(0.275, 0.150, 0.150, 0.890) 1.1s;*/
/*transition: all 750ms cubic-bezier(0.275, 0.150, 0.150, 0.890) 1.1s;*/

/*-webkit-transition-timing-function: cubic-bezier(0.275, 0.150, 0.150, 0.890) 1.1s;*/
/*-moz-transition-timing-function: cubic-bezier(0.275, 0.150, 0.150, 0.890) 1.1s;*/
/*-o-transition-timing-function: cubic-bezier(0.275, 0.150, 0.150, 0.890) 1.1s;*/
/*transition-timing-function: cubic-bezier(0.275, 0.150, 0.150, 0.890) 1.1s;*/
/*}*/

/*.load-top.loading-top {*/
/*-webkit-transition: opacity .6s cubic-bezier(.455, .03, .515, .955) .2s, -webkit-transform .8s cubic-bezier(.165, .84, .44, 1) .2s;*/
/*transition: opacity .6s cubic-bezier(.455, .03, .515, .955) .2s, -webkit-transform .8s cubic-bezier(.165, .84, .44, 1) .2s;*/
/*transition: opacity .6s cubic-bezier(.455, .03, .515, .955) .2s, transform .8s cubic-bezier(.165, .84, .44, 1) .2s;*/
/*transition: opacity .6s cubic-bezier(.455, .03, .515, .955) .2s, transform .8s cubic-bezier(.165, .84, .44, 1) .2s, -webkit-transform .8s cubic-bezier(.165, .84, .44, 1) .2s;*/
/*}*/

img {
    max-width: 100%;
}

.menu-log {
    margin-bottom: 0;
}

.menu-log li {
}

.menu-log li a:hover {
    font-weight: 700;
}

.menu-log li:last-child a {
    border-bottom: 0px;
}

.menu-log li a {
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0s, 0s;
    transition-duration: 0s, 0s;
    text-decoration: none;
    line-height: 40px;
    border-bottom: 1px solid #ededed;
    display: block;
}

.card-footer,
.card-header {
    background: none;
}

.home-brochures-press .wrapper-brochure .img-back {
    object-fit: contain;
    -o-object-fit: contain;
}


/* Menu */

.overlay:after {
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99;
    left: 0;
   /* background: #1d1d1b; */
    content: "";
    position: absolute;
}

.overlay.active {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.overlay {
    -moz-transition: all .2s linear 0s;
    -webkit-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    right: 0;
    -webkit-transform: translate(250px, 0);
    -moz-transform: translate(250px, 0);
    -ms-transform: translate(250px, 0);
    -o-transform: translate(250px, 0);
    transform: translate(250px, 0);
    position: fixed;
    display: block;
    top: 0;
    height: 100%;
    z-index: 501;
    width: 250px;
}

.overlay-1 .wrap{

    background: #2d403e;
}
.overlay-2 .wrap{
    background: #4ba98c;
}
.wrap {
    background: #1d1d1b;
    height: 100%;
}

.shadow {
    overflow: hidden;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 500;
}

.shadow.active {
    display: block;
}

button.btn-sidebar:hover {
    right: 0;
}
button.btn-sidebar {
    position: fixed;
    right: -20px;
    top: 200px;
}

button.btn-sidebar-3{
    top: 290px;
}
button.btn-sidebar-2{
    top: 245px;
    background: #4ba98c;
}
.btn-sidebar:focus{
    outline: none;
}
.btn-sidebar{
    -moz-transition: all .2s linear 0s;
    -webkit-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    display: block;
    width: 60px;
    height: 40px;
    background: #2d403e;
    z-index: 100;
    color:#ffffff;
    text-align: center;
    border: 0px;
    padding: 0px;
    padding-right: 20px;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    cursor: pointer;
}

.btn-sidebar i {
    line-height: 40px;
    position: absolute;
    display: block;
    text-align: center;
    left: 0;
    top: 0;
    right: 20px;
}
button.btn-sidebar.active{
    -webkit-transform: translate(-250px, 0);
    -moz-transform: translate(-250px, 0);
    -ms-transform: translate(-250px, 0);
    -o-transform: translate(-250px, 0);
    transform: translate(-250px, 0);
    z-index: 1000;
}
#slider_leaderboard{
    z-index: 0;
}
.wrapper-sidebar h4 span{
    font-weight: 400;
}
.wrapper-sidebar form{
    margin-top: 20px;
}
.wrapper-sidebar form input:focus{
    outline: none;
}
.wrapper-sidebar form input::placeholder{
    color:#ffffff;
}
.wrapper-sidebar form input[type="checkbox"]{
    background: none;
}
.wrapper-sidebar label.checkbox span:before{
    border-color: #ffffff;
    background: #ffffff;
}
.wrapper-sidebar label.checkbox{
    margin-bottom: 20px;
}
.wrapper-sidebar label.checkbox span{

    border-color: #ffffff;
}
.wrapper-sidebar form input{
    margin-bottom: 20px;
    color:#ffffff;
    width: 100%;
    padding: 0px 20px;
    line-height: 40px;
    min-height:40px;
    border-radius: 25px;
    border: 0px;
    font-size: 12px;
    background: rgba(255,255,255,0.2);

}
.wrapper-sidebar label.checkbox {
    color: #ffffff;
}
.wrapper-sidebar h4 span:first-child{
    font-size: 14px;
}
.wrapper-sidebar form{
    width: 100%;
}
.wrapper-sidebar {
    z-index: 100;
    padding: 20px;
}
.wrapper-sidebar .share-sidebar li a i.flaticon-next-2{

    -moz-transition: all .2s linear 0s;
    -webkit-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
}
.wrapper-sidebar .share-sidebar li a:hover i.flaticon-next-2{
    -webkit-transform: translate(-5px, 0);
    -moz-transform: translate(-5px, 0);
    -ms-transform: translate(-5px, 0);
    -o-transform: translate(-5px, 0);
    transform: translate(-5px, 0);
}
.wrapper-sidebar .share-sidebar li {
    margin-bottom: 10px;
}
.wrapper-sidebar .share-sidebar li a:hover{
    text-decoration: none;
}
.wrapper-sidebar .share-sidebar{
    margin-top: 20px;
}
.wrapper-sidebar .share-sidebar i{
    width: 30px;
}
#wrapper{
    overflow: hidden;
}
.wrapper-sidebar form .btn:hover{
    background: #ffffff;
    color: #304040;
}
.wrapper-sidebar form .btn{
    background: none;
    border: 1px solid #ffffff;
    color: #ffffff;
}
.wrapper-statement p{
    color: #bebebe;
}

.wrapper-statement{
    padding: 50px 20px;
    margin-bottom: 20px;
    background: url(/Content/Img/bg-state-2.jpg) no-repeat center center;
    background-size: cover;
    border-bottom: 4px solid #ffffff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.wrapper-statement .number-state {
    font-size: 42px;
    margin-top: 0px;
}
.html-video{
    width: 100%;
}
.slider_video .slick-next::after{
    font-family: "Flaticon";
    content: "\f162";
    font-weight: normal;
    font-size: 12px;
    color:#304040;
}
.slider_video .slick-prev::after {
    font-family: "Flaticon";
    content: "\f108";
    font-weight: normal;
    font-size: 12px;
    color:#304040;
}
.slider_video .slick-next,
.slider_video .slick-prev{
    position: absolute;
    left:20px;
    outline: none;
    cursor: pointer;
    color: #ffffff;
    top: 50%;
    font-size: 0;
    margin-top: -30px;
    width: 60px;
    z-index: 100;
    border: 0;
    height: 60px;
    background: rgba(255,255, 255, 0.8);
    border-radius: 50%;
    -webkit-transition-property: background;
    transition-property: background;
    -webkit-transition-duration: 0.75s, 0.75s;
    transition-duration: 0.75s, 0.75s;
    -webkit-transition-timing-function: ease-out, cubic-bezier(.82, .1, .14, 1.12);
    transition-timing-function: ease-out, cubic-bezier(.82, .1, .14, 1.12);
}

.slider_video .slick-next{
    left: inherit;
    right: 20px;
}
.slider_video .dots-slider{
    bottom: 0;
}
.slider_video .slick-dots {
    display: block;
    height: 40px;
    bottom: 0;
    padding: 0;
    text-align: center;
    width: 100%;
}
.slider_video .slick-dots li:before{
    display: none;
}
.slider_video .wrapper-video .card {
    padding: 50px;
    min-height: 500px;

}

.category a{
    color: #547273;
    text-decoration: underline;
}
.category a:hover{
    text-decoration: none;
}
.flag {
    max-width: 22px;
    margin-top: 0px;
}

@media (min-width: 1400px) {
    .container {
        width: 1340px;
        max-width: 100%;
    }

    #navmenu li a i {
        right: 15px;
    }

    #navmenu li a {
        padding: 20px 40px 20px 10px;
    }

    #navmenu li a {
        font-size: 12px;
    }
    #wrapper{
        padding-top: 130px;
    }
}
@media (max-width: 1499px) {
    #slider_events .slick-prev {
        top: inherit;
        margin-top: inherit;
        bottom: -70px;
        left: 50%;
        margin-left: -80px;
    }
    #slider_events .slick-next {
        top: inherit;
        margin-top: inherit;
        bottom: -70px;
        right: 50%;
        margin-right: -80px;
    }
    .home_events{
        padding-bottom: 85px;
    }
}

@media (max-width: 1399px) {


    header .logo img, footer .logo img {
        max-width: 100%;
    }

    #slider_leaderboard .slide_leaderboard {
        min-height: 500px;
    }

}
@media (min-width: 1200px) {
    #navmenu li a {
        padding: 20px 25px 20px 10px;
    }

    #navmenu li a i {
        right: 8px;
    }
    header{
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        background: #ffffff;
        z-index: 1000;
        height: 130px;
        -webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.08);
        -moz-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.08);
        box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.08);
    }
    #wrapper{
        padding-top: 118px;
    }
}

@media (max-width: 1199px) {
    .col-1-5 {
        width: 25%;
        float: left;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }
    .zone-form-newsletter button {
    }

    .home-brochures-press h3 {
        min-height: 60px;
    }

    .zone-form-newsletter input {
    }

    .link-menu-responsive {
        width: 40px;
        height: 40px;
        background: #ffffff;
        border: 2px solid #547273;
        color: #547273;
        text-align: center;
        line-height: 38px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }

    .link-menu-responsive:hover {
        background: #547273;
        color: #ffffff;
    }

    .wrapper-statement .number-state {
        font-size: 32px;
        margin-top: 0px;
    }

    header #navmenu ul li .submenu,{
        top: 118px;
    }
}

@media (min-width: 992px) {
}

@media (max-width: 991px) {
    .col-1-5 {
        width: 33.333%;
        float: left;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }

    header .logo img,
    footer .logo img {
        max-width: 270px !important;
    }

    .home-members .wrapper-member,
    .wrapper-cta-figure {
        min-height: 350px;
    }

        .wrapper-cta-figure img {
            max-width: 250px;
        }

    .title-figures {
        min-height: inherit;
    }

    .wrapper-newsletter form {
        border-right: 0;
    }

    .zone-form-newsletter {
        border-bottom: 1px solid #ffffff;
    }

    .wrapper-newsletter form {
        width: 100%;
    }

    .home_setting-up .col-md-6 img.png {
        opacity: 0.4;
    }

    .video-overlay {
        width: 100%;
        min-width: initial;
    }

    .wrapper-generic h1,
    .wrapper-generic h2 {
        padding-left: 0px;
        padding-bottom: 15px;
        margin-bottom: 30px;
        position: relative;
    }

        .wrapper-generic h1:before,
        .wrapper-generic h2:before {
            content: "";
            position: absolute;
            left: 0;
            top: inherit;
            bottom: 0px;
            margin-top: inherit;
            height: 2px;
            width: 70px;
            background: rgba(96, 121, 121, 0.5);
        }

    .quote h2:before {
        content: "�";
        background: none;
        width: inherit;
        height: inherit;
        left: -100px;
        font-size: 120px;
        top: 0;
        line-height: 120px;
    }
}

@media (min-width: 768px) {


}

@media (max-width: 767px) {
    .wrapper-contact .h2:before, .zone-form {
        padding: 40px 25px;
    }

    .wrapper-setting {
        height: inherit;
        min-height: 300px;
    }

    #slider_leaderboard .slide_leaderboard .content-slide {
        padding-right: 45px;
        padding-left: 45px;
    }

    #slider_leaderboard .slick-next,
    #slider_leaderboard .slick-prev {
        width: 40px;
        margin-top: -20px;
        height: 40px;
    }

    .zone-form-newsletter button,
    .zone-form-newsletter input {
        width: 100%;
        margin: 0;
    }

    .wrapper-title-about {
        padding-left: 0;
    }

    .home-about p.home-about-txt:before {
        display: none;
    }

    .home-state .wrapper-title-home {
        padding-left: 0;
    }

    .main-footer .col-md {
        border-bottom: 1px solid #ededed;
    }

        .main-footer .col-md:last-child {
            border-bottom: 0;
        }

    header .logo img, footer .logo img {
        width: 100%;
    }

    header .head-zone {
        margin-top: 0;
    }

    .wrapper-setting {
        padding: 50px;
    }

        .wrapper-setting h3:after {
            width: 30px;
            left: -40px;
        }

    .h1,
    h1,
    .h2,
    h2 {
        font-size: 1.75em;
    }

    .h3,
    h3 {
        font-size: 1.50em;
    }

    .h4,
    h4 {
        font-size: 1.25em;
    }

    h5,
    .h5 {
        font-size: 1.125em;
    }

    header .link-member, header .link-admin {
        padding: 0 10px;
    }

    .wrapper-newsletter form button,
    .wrapper-newsletter form input {
        width: 100%;
    }

    .bloc-coordonnee {
        padding: 40px 20px;
    }

    .col-1-5 {
        width: 100%;
        float: left;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }


    .dots-slider {
        bottom: 20px;
    }

    .wrapper-press h4,
    .wrapper-brochure h4,
    .wrapper-press.wrapper-lead h4,
    .wrapper-brochure.wrapper-lead h4 {
        min-height: inherit;
    }

    .wrapper-search .listing-search {
        margin-bottom: 25px;
        padding-bottom: 25px;
        border-bottom: 1px solid #304040;
    }

    .wrapper-team .card
    {
        width:100%;

    }
}
