html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline; 
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block; 
}

body {
    line-height: 1.5;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    -webkit-font-smoothing: antialiased;
    color: #313a40;
    background: #222; 
    cursor: default;
    height: 100%;
    opacity: 0;
}

ol, ul {
    list-style: none; 
}

blockquote, q {
    quotes: none; 
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none; 
}

table {
    border-collapse: collapse;
    border-spacing: 0; 
}

html {
    box-sizing: border-box; 
    height: 100%;
}

*, *:before, *:after {
    box-sizing: inherit; 
}

a:link {
    text-decoration: none; 
}

a {
	color: #8eb912;
}

img {
  image-rendering: auto;
}

h1 {
    font-size: 60px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 30px;
}

h5 {
    font-size: 15px;
}

h6 {
    display: block;
    font-size: 15px;
}

/* Main */

#main_content {
    position: relative;
    background: #fff;
}

.wrapper {
    max-width: 1250px;
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 80px;
    padding-bottom: 80px; 
}

.row::after {
    content: "";
    display: block;
    clear: both; 
}

.col_8 {
    float: left;
    width: 66.6666%;
}

.col_6 {
    float: left;
    width: 50%;
}

.col_4 {
    float: left;
    width: 33.3333%;
}

.col_3 {
    float: left;
    width: 25%;
}

.row_sm_12 {
    margin-left: -4%;
}

.row_sm_12::after {
    content: "";
    display: block;
    clear: both; 
}

.col_sm_8 {
    float: left;
    width: 62.6666%;
    margin-left: 4%;
}

.col_sm_6 {
    float: left;
    width: 46%;
    margin-left: 4%;
}

.col_sm_4 {
    float: left;
    width: 29.3333%;
    margin-left: 4%;
}

.col_sm_3 {
    float: left;
    width: 21%;
    margin-left: 4%;
}

.hidden_zoom {
    transform: scale(0.1);
	opacity: 0;
}

.fx_zoom {
    transform: scale(1);
    transition: 1s;
}

.hidden_bottom {
	bottom: -100px;
	opacity: 0;
	position: relative;
}

.bg_grey {
	background: #f8f8f8;
}

.content, .dual_content p {
    margin-bottom: 10px;
    text-align: justify;
}

.content p:last-child, .dual_content p:last-child {
    margin-bottom: 0;
}


/* Bt top */

.bt_top {
    color: #46515B;
    line-height: 30px;
    height: 30px;
    width: 30px;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    background: #8eb912;
    position: fixed;
    right: 30px;
    bottom: 30px;
    transition: .3s;
    margin-right: -100px;
    z-index: 90;
    -webkit-animation: .4s slidein infinite alternate;
    -moz-animation: .4s slidein infinite alternate;
    -o-animation: .4s slidein infinite alternate;
    -ms-animation: .4s slidein infinite alternate;
    animation: .4s slidein infinite alternate;
}

.bt_top:hover {
    transition: .3s; 
    color: #ddd;
}

a.bt_top i {
    position: relative;   
}

a.bt_top I:before {
    line-height: 30px;  
}


@keyframes slidein {
    0% {top: -5px;}
    50% {top: 0;}
    100% {top: 5px;}
}

@-webkit-keyframes slidein {
    0% {top: -5px;}
    50% {top: 0;}
    100% {top: 5px;}
}

@-moz-keyframes slidein {
    0% {top: -5px;}
    50% {top: 0;}
    100% {top: 5px;}
}

@-o-keyframes slidein {
    0% {top: -5px;}
    50% {top: 0;}
    100% {top: 5px;}
}

@-ms-keyframes slidein {
    0% {top: -5px;}
    50% {top: 0;}
    100% {top: 5px;}
}


/* header */

header {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9999999;
    background-color: rgba(255,255,255, 0);
}

header .logo {
	display: block;
    height: 65px;
    margin-top: 15px;
    float: left;
    line-height: 0;
}

header .logo img {
    height: 100%;
}

div#strat_content-sticky-wrapper {
    position: relative;
    z-index: 9999998;
}


/* Texte défilant */

.header_middle {
    position: relative;
    z-index: 3;
}

.header_middle .wrapper {
	padding-top: 0;
    padding-bottom: 0;
    max-width: inherit;
}

.header_bottom .inner {
    border-top: 1px solid rgba(255,255,255, .4);
    border-bottom: 1px solid rgba(255,255,255, .4);
}

.taux_fixe_content {
    float: right;
    margin: 15px 0;
    color: #fff;
}

.taux_fixe_content strong {
    float: left;
    text-align: right;
    margin: 9px 12px;
    line-height: 1.7;
}

.taux_fixe_content .col {
    float: left;
    text-align: center;
    border-left: 1px solid rgba(255,255,255, .4);
    padding: 11px 10px;
}

.taux_fixe_content .col p {
    letter-spacing: 1px;
}

.taux_fixe_content .col p i {
    margin-right: 10px;
}

.taux_fixe_content .col span {
    color: #8eb912;
    line-height: 1.1;
    display: inline-block;
    margin-top: 6px;
}

.header_bottom .wrapper {
    padding-top: 0;
    padding-bottom: 0;
    max-width: inherit;
}

.nav_desktop {
    float: left;
    width: 100%;
}

.nav_desktop > nav > ul {
    float: left;
}

.nav_desktop > nav > ul > li {
    float: left;
    position: relative;
}

.nav_desktop > nav > ul > li > a {
    display: block;
    line-height: 2;
    transition: .15s;
    border-bottom: 0px solid #ECBD00;
	line-height: 60px;
	position: relative;
	padding: 0px 13px;
    overflow: hidden;
}

.nav_desktop ul li a {
    color: #fff;
}

.nav_desktop > nav > ul > li > a > span {
	transition: .2s;
	position: relative;
}

.nav_desktop > nav > ul > li > a.menuactive > span {
	color: #fff;
}

.nav_desktop > nav > ul > li > a:hover span {
	color: #fff !important;
	transition: .2s;
}

.nav_desktop > nav > ul > li > a:before {
	position: absolute;
	content: "";
	top: -100%;
	left: 0;
	width: 100%;
	height: 100%;
	transition: .25s;
    background: #8eb912;
}

.nav_desktop > nav > ul > li > a:hover:before {
	top: 0;
	transition: .25s;
}

.nav_desktop > nav > ul > li > a.menuactive, .nav_desktop > nav > ul > li > ul > li > a.menuactive, .nav_desktop > nav > ul > li > ul > li > ul > li > a.menuactive {
	background: #8eb912;
}

.nav_desktop > nav > ul > li:nth-child(2) > a:before, .nav_desktop > nav > ul > li:nth-child(2) > a.menuactive, .nav_desktop > nav > ul > li:nth-child(2) > ul > li > a.menuactive, .nav_desktop > nav > ul > li:nth-child(2) > ul > li > ul > li > a.menuactive {
	background: #40BFDA;
}

.nav_desktop > nav > ul > li:nth-child(3) > a:before, .nav_desktop > nav > ul > li:nth-child(3) > a.menuactive, .nav_desktop > nav > ul > li:nth-child(3) > ul > li > a.menuactive, .nav_desktop > nav > ul > li:nth-child(3) > ul > li > ul > li > a.menuactive {
	background: #f2863f;
}

.nav_desktop > nav > ul > li:nth-child(4) > a:before, .nav_desktop > nav > ul > li:nth-child(4) > a.menuactive, .nav_desktop > nav > ul > li:nth-child(4) > ul > li > a.menuactive, .nav_desktop > nav > ul > li:nth-child(4) > ul > li > ul > li > a.menuactive {
	background: #d11d8c;
}

.nav_desktop > nav > ul > li:nth-child(5) > a:before, .nav_desktop > nav > ul > li:nth-child(5) > a.menuactive, .nav_desktop > nav > ul > li:nth-child(5) > ul > li > a.menuactive, .nav_desktop > nav > ul > li:nth-child(5) > ul > li > ul > li > a.menuactive {
	background: #ffc95c;
}

.nav_desktop > nav > ul > li:nth-child(6) > a:before, .nav_desktop > nav > ul > li:nth-child(6) > a.menuactive, .nav_desktop > nav > ul > li:nth-child(6) > ul > li > a.menuactive, .nav_desktop > nav > ul > li:nth-child(6) > ul > li > ul > li > a.menuactive {
	background: #635aa0;
}

.nav_desktop > nav > ul > li:nth-child(7) > a:before, .nav_desktop > nav > ul > li:nth-child(7) > a.menuactive, .nav_desktop > nav > ul > li:nth-child(7) > ul > li > a.menuactive, .nav_desktop > nav > ul > li:nth-child(7) > ul > li > ul > li > a.menuactive {
	background: #409ed9;
}

.nav_desktop > nav > ul > li:nth-child(8) > a:before, .nav_desktop > nav > ul > li:nth-child(8) > a.menuactive, .nav_desktop > nav > ul > li:nth-child(8) > ul > li > a.menuactive, .nav_desktop > nav > ul > li:nth-child(8) > ul > li > ul > li > a.menuactive {
	background: #e6512f;
}

.nav_desktop > nav > ul > li:nth-child(9) > a:before, .nav_desktop > nav > ul > li:nth-child(9) > a.menuactive, .nav_desktop > nav > ul > li:nth-child(9) > ul > li > a.menuactive, .nav_desktop > nav > ul > li:nth-child(9) > ul > li > ul > li > a.menuactive {
	background: #4267b2;
}

.nav_desktop > nav > ul > li:nth-child(9) > a {
    padding-left: 35px;
}

.nav_desktop > nav > ul > li:nth-child(9) > a:after {
    content: "";
    background: url(http://www.centralecredithypothecaire.be/uploads/images/layout/messenger.png);
    background-size: 100%;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 22px;
    left: 14px;
}


.nav_desktop > nav > ul > li.parent > a {
    padding-right: 20px;
}

.nav_desktop > nav > ul > li.parent > a > span:before {
    content: "\f107";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 14px;
    line-height: 0;
    padding-right: 0.5em;
    position: absolute;
    top: 50%;
    right: -19px;
}

.nav_desktop > nav > ul > li > ul {
    position: absolute;
    background: rgba(49,58,63, .95);
    display: none;
    transition: .5s;
    width: 250px;
}

.nav_desktop > nav > ul > li:nth-child(5) > ul, .nav_desktop > nav > ul > li:nth-child(6) > ul, .nav_desktop > nav > ul > li:nth-child(7) > ul, .nav_desktop > nav > ul > li:nth-child(8) > ul, .nav_desktop > nav > ul > li:nth-child(9) > ul {
    right: 0;
}

.nav_desktop ul > li:hover > ul {
    display: block;
    transition: .5s;
    animation: fadein_nav 1s;
    -moz-animation: fadein_nav 1s;
    -webkit-animation: fadein_nav 1s;
    -o-animation: fadein_nav 1s;
}

.nav_desktop > nav > ul > li > ul > li {
    position: relative;
}

.nav_desktop > nav > ul > li > ul > li > a {
    display: block;
    padding: 6px 10px;
    line-height: 1.3;
    padding-right: 33px;
    min-width: 180px;
    transition: .3s;
}

.nav_desktop > nav > ul > li.parent > ul > li.parent > a:before {
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 14px;
    line-height: 0;
    padding-right: 0.5em;
    position: absolute;
    top: 50%;
    right: 7px;
}

.nav_desktop > nav > ul > li > ul > li > a:hover {
    background: #8eb912;
    transition: .3s;
}

.nav_desktop > nav > ul > li:nth-child(2) > ul > li > a:hover, .nav_desktop > nav > ul > li:nth-child(2) > ul > li > ul > li > a:hover {
    background: #40BFDA;
    transition: .3s;
}

.nav_desktop > nav > ul > li:nth-child(3) > ul > li > a:hover, .nav_desktop > nav > ul > li:nth-child(3) > ul > li > ul > li > a:hover {
    background: #f2863f;
    transition: .3s;
}

.nav_desktop > nav > ul > li:nth-child(4) > ul > li > a:hover, .nav_desktop > nav > ul > li:nth-child(4) > ul > li > ul > li > a:hover {
    background: #d11d8c;
    transition: .3s;
}

.nav_desktop > nav > ul > li:nth-child(5) > ul > li > a:hover, .nav_desktop > nav > ul > li:nth-child(5) > ul > li > ul > li > a:hover {
    background: #ffc95c;
    transition: .3s;
}

.nav_desktop > nav > ul > li:nth-child(6) > ul > li > a:hover, .nav_desktop > nav > ul > li:nth-child(6) > ul > li > ul > li > a:hover {
    background: #635aa0;
    transition: .3s;
}

.nav_desktop > nav > ul > li:nth-child(7) > ul > li > a:hover, .nav_desktop > nav > ul > li:nth-child(7) > ul > li > ul > li > a:hover {
    background: #409ed9;
    transition: .3s;
}

.nav_desktop > nav > ul > li:nth-child(8) > ul > li > a:hover, .nav_desktop > nav > ul > li:nth-child(8) > ul > li > ul > li > a:hover {
    background: #e6512f;
    transition: .3s;
}

.nav_desktop > nav > ul > li:nth-child(9) > ul > li > a:hover, .nav_desktop > nav > ul > li:nth-child(9) > ul > li > ul > li > a:hover {
    background: #4267b2;
    transition: .3s;
}

.nav_desktop > nav > ul > li > ul > li > ul {
    position: absolute;
    top: 0;
    left: 100%;
    background: rgba(49,58,63, .95);
    display: none;
    transition: .5s;
    max-width: 280px;
    min-width: 200px;
    width: 100%;
}

.nav_desktop > nav > ul > li > ul > li:hover ul {
    display: block;
    transition: .5s;
}

.nav_desktop > nav > ul > li > ul > li > ul > li > a {
    display: block;
    padding: 10px 15px;
    line-height: 1.3;
    min-width: 180px;
    transition: .3s;
}

.nav_desktop > nav > ul > li > ul > li > ul > li > a:hover {
    background: #8eb912;
    transition: .3s;
}

.nav_desktop > nav > ul > li > ul > li > ul > li > a:hover + li a {
    background: #8eb912 !important;
}

@keyframes fadein_nav {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein_nav {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein_nav {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein_nav {
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}

.bt_open_nav {
    display: none;
}

.nav_desktop .bt_search {
	float: right;
    width: 50px;
    text-align: center;
	color: #fff;
	cursor: pointer;
	transition: .2s;
}

.nav_desktop .bt_search i {
    height: 60px;
    font-size: 22px;
    display: block;
}

.nav_desktop .bt_search i:before {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.nav_desktop .bt_search:hover i {
	color: #8eb912;
    transition: .2s;
}

.more_sub_menu {
    color: #ccc;
    font-size: 10px;
    text-align: center;
    line-height: 20px;
}

.more_sub_menu i {
    margin-left: 5px;
}

.nav_mobile {
    display: none;
    right: -100%;
}

.search_content {
    float: right;
    width: 100%;
    background: #313a40;
}

.search_content .wrapper {
	padding-top: 0;
    padding-bottom: 0;
    max-width: inherit;
}

.search_content .search {
    float: right;
    padding: 6px 0;
    display: none;
}

.search_content input[type=text] {
	float: left;
	background: transparent;
    resize: none;
    width: 300px;
    font-size: 14px;
    border-radius: 0;
    outline: 0;
    border: 0;
    border-left: 1px solid #666;
    line-height: 25px;
    height: 25px;
    padding: 0 10px;
    color: #fff;
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.search_content input[type=submit] {
	float: left;
	background: #666;
	cursor: pointer;
    resize: none;
    width: 40px;
    font-size: 14px;
    border-radius: 0;
    outline: 0;
    border: 0;
    line-height: 25px;
    height: 25px;
    padding: 0 10px;
    color: #fff;
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: .2s;
}

.search_content input[type=submit]:hover {
	opacity: .8;
	transition: .2s;
}


/* Slide banner */

section.banner_content {
	position: relative;
	overflow: hidden;
}

#back_to_camera {
	background: rgba(255,255,255,.9);
	clear: both;
	display: block;
	height: 40px;
	line-height: 40px;
	padding: 20px;
	position: relative;
	z-index: 1;
}

.slide_banner {
	bottom: 0;
	height: 100%;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 0;
}

.camera_commands {
    right: inherit;
    top: inherit;
    bottom: 0;
    left: 0;
}

#camera_wrap_4 {
	bottom: 0;
	height: 100%;
	left: 0;
	margin-bottom: 0 !important;
	position: absolute;
	right: 0;
	top: 0;
}

.camera_bar {
	z-index: 2;
}

.camera_thumbs {
	margin-top: -100px;
	position: relative;
	z-index: 1;
}

.camera_thumbs_cont {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

.camera_overlayer {
	opacity: .1;
}

.camera_caption {
	text-align: center;
}

.camera_caption h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 60px;
    line-height: 80px;
    font-weight: 700;
    color: rgba(255,255,255, .9);
    letter-spacing: -1px;
    text-shadow: 0 0 0.25em rgba(0, 0, 0, 0.8);
    position: relative;
    top: 20px;
	transition: 2s;
	transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}

.cameracurrent .camera_caption h1 {
	top: 0;
	transition: 2s;
}

.camera_caption strong {
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    font-weight: 300;
    color: #fff;
    text-shadow: 0 0 0.25em rgba(0, 0, 0, 0.8);
    display: block;
    margin: 10px 0 20px;
    line-height: 1.1;
    position: relative;
    top: 20px;
	transition: 2s;
}

.cameracurrent .camera_caption strong {
	top: 0;
	transition: 2s;
}

.camera_caption a {
    margin: 0;
    letter-spacing: 0px;
    padding: 15px 35px;
    white-space: nowrap;
    color: #fff;
    display: inline-block;
    position: relative;
    top: 20px;
	transition: 2s;
	background: #8eb912;
	box-shadow: 0 0 0.25em rgba(0, 0, 0, 0.3);
}

.cameracurrent .camera_caption a {
	top: 0;
	transition: 2s;
}

.link_content {
    position: relative;
    z-index: 5;
    width: 100%;
    background: #fff;
}

.link_content .col {
    width: 20%;
    float: left;
    border-left: 1px solid #dde2e7;
    border-bottom: 1px solid #dde2e7;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

.link_content .col:last-child {
    border-right: 0;
}

.link_content .col:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #8eb912;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.link_content .col:hover, 
.link_content .col:focus, 
.link_content .col:active {
    color: white;
}

.link_content .col:hover:before, 
.link_content .col:focus:before, 
.link_content .col:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.link_content .col.bloc_1:before, 
.link_content .col.bloc_1:hover:before {
    background: #40BFDA;
}

.link_content .col.bloc_1 span {
    color: #40BFDA;
}

.link_content .col.bloc_2:before, 
.link_content .col.bloc_2:hover:before {
    background: #8eb912;
}

.link_content .col.bloc_2 span{
    color: #8eb912;
}

.link_content .col.bloc_3:before, 
.link_content .col.bloc_3:hover:before {
    background: #f2863f;
}

.link_content .col.bloc_3 span {
    color: #f2863f;
}

.link_content .col.bloc_4:before, 
.link_content .col.bloc_4:hover:before {
    background: #d11d8c;
}

.link_content .col.bloc_4 span {
    color: #d11d8c;
}

.link_content .col.bloc_5:before, 
.link_content .col.bloc_5:hover:before {
    background: #ffc95c;
}

.link_content .col.bloc_5 span {
    color: #ffc95c;
}

.link_content .col span {
    line-height: 60px;
    display: block;
    float: right;
    width: calc(100% - 70px);
    white-space: nowrap;
    color: #2b303c;
}

.link_content .col:hover span {
    color: #fff;
    transition: .2s;
}

.link_content .col .icon_content {
    float: right;
    position: relative;
    width: 70px;
    height: 60px;
}

.link_content .col .icon_content .icon {
    position: absolute;
    width: 35px;
    height: 35px;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.link_content .col.bloc_1 .icon_content .icon {
    background: url(/uploads/images/layout/phone-c.svg) no-repeat;
    background-size: contain;
    transition: .2s;
}

.link_content .col.bloc_1:hover .icon_content .icon {
    background: url(/uploads/images/layout/phone-w.svg) no-repeat;
    background-size: contain;
    transition: .2s;
}

.link_content .col.bloc_2 .icon_content .icon {
    background: url(/uploads/images/layout/speed-c.svg) no-repeat;
    background-size: contain;
    transition: .2s;
}

.link_content .col.bloc_2:hover .icon_content .icon {
    background: url(/uploads/images/layout/speed-w.svg) no-repeat;
    background-size: contain;
    transition: .2s;
}

.link_content .col.bloc_3 .icon_content .icon {
    background: url(/uploads/images/layout/user-c.svg) no-repeat;
    background-size: contain;
    transition: .2s;
}

.link_content .col.bloc_3:hover .icon_content .icon {
    background: url(/uploads/images/layout/user-w.svg) no-repeat;
    background-size: contain;
    transition: .2s;
}

.link_content .col.bloc_4 .icon_content .icon {
    background: url(/uploads/images/layout/simu-c.svg) no-repeat;
    background-size: contain;
    transition: .2s;
}

.link_content .col.bloc_4:hover .icon_content .icon {
    background: url(/uploads/images/layout/simu-w.svg) no-repeat;
    background-size: contain;
    transition: .2s;
}

.link_content .col.bloc_5 .icon_content .icon {
    background: url(/uploads/images/layout/visio-c.svg) no-repeat;
    background-size: contain;
    transition: .2s;
}

.link_content .col.bloc_5:hover .icon_content .icon {
    background: url(/uploads/images/layout/visio-w.svg) no-repeat;
    background-size: contain;
    transition: .2s;
}

#sticky-wrapper {
    z-index: 10;
    position: relative;
}

.sticky-wrapper.is-sticky .link_content {
    border-top: 1px solid #dde2e7;
    background: rgba(255,255,255, .97);
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.3);
    z-index: 10 !important;
}

.sticky-wrapper.is-sticky .link_content .col span {
    line-height: 35px;
    transition: .2s;
}

.sticky-wrapper.is-sticky .link_content .col .icon_content {
    height: 35px;
    width: 60px;
    transition: .2s;
}

.sticky-wrapper.is-sticky .link_content .col .icon_content .icon {
    position: absolute;
    width: 20px;
    height: 20px;
    transition: .2s;
}


a.bt_next {
    position: absolute;
    width: 38px;
    height: 38px;
    left: 50%;
    bottom: 25px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    cursor: pointer;
    -webkit-animation: .4s slidein infinite alternate;
    -moz-animation: .4s slidein infinite alternate;
    -o-animation: .4s slidein infinite alternate;
    -ms-animation: .4s slidein infinite alternate;
    animation: .4s slidein infinite alternate;
}

@keyframes slidein {
    0% {bottom: 30px;}
    50% {bottom: 25;}
    100% {bottom: 35px;}
}

@-webkit-keyframes slidein {
    0% {bottom: 30px;}
    50% {bottom: 25;}
    100% {bottom: 35px;}
}

@-moz-keyframes slidein {
    0% {bottom: 30px;}
    50% {bottom: 25;}
    100% {bottom: 35px;}
}

@-o-keyframes slidein {
    0% {bottom: 30px;}
    50% {bottom: 25;}
    100% {bottom: 35px;}
}

@-ms-keyframes slidein {
    0% {bottom: 30px;}
    50% {bottom: 25;}
    100% {bottom: 35px;}
}

a.bt_next img {
	width: 100%;
}

a.bt_next:after {
    position: absolute;
    content: "";
    width: 2px;
    height: 50px;
    background: #fff;
    left: 50%;
    top: 38px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}


.content_top {
	position: relative;
	z-index: 5;
}

span.enter {
    position: absolute;
    top: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

section.intro_content {
    background: #fff;
    position: relative;
}

.aside_content strong {
	display: block;
	text-align: center;
    color: #aeaeae;
    font-size: 15px;
}

.aside_content span {
    font-size: 30px;
    text-align: center;
    display: block;
    margin: 0 120px;
    margin-top: 10px;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 1.3;
}

h2.sub_title  {
    letter-spacing: -1px;
    padding-bottom: 20px;
    margin-bottom: 55px;
    text-align: center;
    font-weight: 400;
    position: relative;
}

h2.sub_title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    width: 120px;
    height: 3px;
    background: #8eb912;
}


/* Teaser */

section.teaser_content {
    position: relative;
    background: #fff;
}

section.teaser_content .wrapper {
    padding: 0;
    max-width: inherit;
}

.teaser_content .col_4 {
    padding: 1px;
}

.teaser_content .inner {
    display: block;
	text-align: center;
    background: #ebeef2;
    padding: 40px;
    height: 100%;
    position: relative;
    z-index: 0;
    transition: .4s;
    color: #313a40;
}

.teaser_content .inner:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    z-index: 6;
    position: relative;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.25);
    transition: .4s;
}

.teaser_content .icon_content {
    text-align: center;
    display: inline-block;
    line-height: 0;
    padding: 10px;
    margin-bottom: 10px;
    transition: .4s;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    vertical-align: middle;
}

/* Wobble Vertical */
@-webkit-keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.teaser_content .icon_content .icon {
	display: inline-block;
    width: 60px;
    height: 60px;
}

.teaser_content .t_1:hover {
    background-color: #40BFDA;
    color: #fff;
}

.teaser_content .t_1 .icon {
	background: url(/uploads/images/layout/information-c.svg) no-repeat;
	background-size: contain;
}

.teaser_content .t_1:hover .icon_content {
	-webkit-animation-name: hvr-wobble-vertical;
    animation-name: hvr-wobble-vertical;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.teaser_content .t_1:hover .icon_content .icon {
	background: url(/uploads/images/layout/information-w.svg) no-repeat;
	background-size: contain;
}

.teaser_content .t_2:hover {
    background-color: #c856aa;
    color: #fff;
    transition: .2s;
}

.teaser_content .t_2 .icon {
	background: url(/uploads/images/layout/calculator-c.svg) no-repeat;
	background-size: contain;
}

.teaser_content .t_2:hover .icon_content {
	-webkit-animation-name: hvr-wobble-vertical;
    animation-name: hvr-wobble-vertical;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.teaser_content .t_2:hover .icon_content .icon {
	background: url(/uploads/images/layout/calculator-w.svg) no-repeat;
	background-size: contain;
}

.teaser_content .t_3:hover {
    background-color: #8eb911;
    color: #fff;
    transition: .2s;
}

.teaser_content .t_3 .icon {
	background: url(/uploads/images/layout/home-c.svg) no-repeat;
	background-size: contain;
}

.teaser_content .t_3:hover .icon_content {
	-webkit-animation-name: hvr-wobble-vertical;
    animation-name: hvr-wobble-vertical;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.teaser_content .t_3:hover .icon_content .icon {
	background: url(/uploads/images/layout/home-w.svg) no-repeat;
	background-size: contain;
}

.teaser_content .t_4:hover {
    background-color: #f58940;
    color: #fff;
    transition: .2s;
}

.teaser_content .t_4 .icon {
	background: url(/uploads/images/layout/customer-problem-c.svg) no-repeat;
	background-size: contain;
}

.teaser_content .t_4:hover .icon_content {
	-webkit-animation-name: hvr-wobble-vertical;
    animation-name: hvr-wobble-vertical;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.teaser_content .t_4:hover .icon_content .icon {
	background: url(/uploads/images/layout/customer-problem-w.svg) no-repeat;
	background-size: contain;
}

.teaser_content .t_5:hover {
    background-color: #d32427;
    color: #fff;
    transition: .2s;
}

.teaser_content .t_5 .icon {
	background: url(/uploads/images/layout/piggy-bank-c.svg) no-repeat;
	background-size: contain;
}

.teaser_content .t_5:hover .icon_content {
	-webkit-animation-name: hvr-wobble-vertical;
    animation-name: hvr-wobble-vertical;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.teaser_content .t_5:hover .icon_content .icon {
	background: url(/uploads/images/layout/piggy-bank-w.svg) no-repeat;
	background-size: contain;
}

.teaser_content .t_6:hover {
    background-color: #ffca5b;
    color: #fff;
    transition: .2s;
}

.teaser_content .t_6 .icon {
	background: url(/uploads/images/layout/shake-hands-c.svg) no-repeat;
	background-size: contain;
}

.teaser_content .t_6:hover .icon_content {
	-webkit-animation-name: hvr-wobble-vertical;
    animation-name: hvr-wobble-vertical;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.teaser_content .t_6:hover .icon_content .icon {
	background: url(/uploads/images/layout/shake-hands-w.svg) no-repeat;
	background-size: contain;
}

.teaser_content .inner p {
    font-weight: 300;
    line-height: 1.2;
    margin-top: 10px;
}


/* Banner video */

section.banner_video {
    position: relative;
    overflow: hidden;
}

section.banner_video .wrapper {
    position: relative;
    z-index: 5;
    padding-left: 50px;
    padding-right: 50px;
}

section.banner_video h2, section.banner_video h5 {
	color: #fff;
    text-align: center;
    display: block;
    padding: 0;
    margin: 0;
    padding-bottom: 20px;
    margin-bottom: 55px;
}

section.banner_video h5 {
    margin-bottom: 25px;
}

/*
section.banner_video h2:after {
    background: #fff;
}
*/

section.banner_video .inner {
    max-width: 800px;
    margin: auto;
}

section.banner_video .inner h6 {
    color: #aaa;
    text-align: center;
}

section.banner_video input, section.banner_video select {
	background: #e9ecf0;
    resize: none;
    width: 100%;
    font-size: 15px;
    border-radius: 2px;
    outline: 0;
    border: 0;
    line-height: 38px;
    height: 40px;
    padding: 0 10px;
    margin-bottom: 20px;
    color: #313a40;
    font-weight: 100;
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

section.banner_video select {
    background-image: url(/uploads/images/layout/arrow_select_g.png);
    background-position: center right 2px;
    background-size: 18px;
    background-repeat: no-repeat;
    cursor: pointer;
}

section.banner_video input[type="submit"] {
    color: #8eb911;
    text-transform: uppercase;
    font-weight: 500;
    cursor: pointer;
    transition: .2s;
    width: 46%;
    margin-left: 4%;
}

section.banner_video input[type="submit"]:hover {
    background: rgba(49,58,64, .95);
    color: #fff;
    transition: .2s;
}

section.banner_video .filter {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 3;
    background: rgba(13,35,64, .5) url(/uploads/images/layout/bg_trans.png);
}

section.banner_video .video_content {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	overflow: hidden;
	top: 0; 
	clip: rect(0, auto, auto, 0);
}

section.banner_video .video_content video {
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	margin-left: 0 !important;
	margin-top: 0 !important;
	height: auto !important;
	width: 100%; 
}


/* News home page */

section.dual_content .col_6:first-child {
    background: #f8f8f8;
}

.dual_content .wrapper {
    padding-left: 70px;
    padding-right: 70px;
}

.news_content {
    max-width: 900px;
    margin: auto;
}

.news_content p.page_content {
    display: none;
}

.news_content ul.list1, .news_content .NewsSummaryCategory, .news_content .NewsSummaryAuthor, .news_content .NewsSummaryPostdate {
    display: none;
}

.news_content .news {
	position: relative;
    padding-bottom: 60px;
    overflow: hidden;
}

.news_content .news::after {
	content: "";
	display: block;
	clear: both;
}

.news_content .news .news_date {
	float: left;
	width: 70px;
	height: 70px;
	text-align: center;
	background: #c856aa;
	position: relative;
}

.news_content .news .news_date:before {
    content: "";
    position: absolute;
    bottom: -400px;
    left: 50%;
    height: 400px;
    width: 2px;
    border-right: 2px dashed #ccc;
}



.news_content .news .news_date:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    border-color: #c856aa #f8f8f8;
    border-style: solid;
    border-width: 15px 15px 0 0;
    height: 0;
    width: 0;
    display: block;
}

.news_content .news .news_date p {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	font-family: 'Questrial', sans-serif;
    text-align: center;
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	line-height: 1;
}

.news_content .news .news_date p span {
	display: block;
	font-size: 15px;
}

.news_content .news .inner {
    margin-left: 90px;
}

.news_content .news .more a {
    float: right;
    color: #c856aa;
    margin-top: 15px;
    display: block;
    position: relative;
    border: 2px solid;
    padding: 5px 20px;
    transition: .2s;
}

.news_content .news .more a:hover {
    border: 2px solid #c856aa;
    background: #c856aa;
    color: #fff;
    transition: .2s;
}

.news_content .bt_news {
    position: relative;
    line-height: 33px;
    display: block;
    background: #c856aa;
    border: 2px solid #c856aa;
    transition: .2s;
    color: #fff;
    text-align: center;
}

.news_content .bt_news:hover {
    background: #fff;    
    color: #c856aa;
    transition: .2s;
}

.news_content .bt_news i {
    position: relative;
    font-size: 18px;
    margin-right: 10px;
    -webkit-animation: .6s slidein2 infinite alternate !important;
    -moz-animation: .6s slidein2 infinite alternate !important;
    -o-animation: .6s slidein2 infinite alternate !important;
    -ms-animation: .6s slidein2 infinite alternate !important;
    animation: .6s slidein2 infinite alternate !important;
}

@keyframes slidein2 {
    0% {top: -1px;}
    100% {bottom: -2px;}
}

@-webkit-keyframes slidein2 {
    0% {top: -1px;}
    100% {bottom: -2px;}
}

@-moz-keyframes slidein2 {
    0% {top: -1px;}
    100% {bottom: -2px;}
}

@-o-keyframes slidein2 {
    0% {top: -1px;}
    100% {bottom: -2px;}
}

@-ms-keyframes slidein2 {
    0% {top: -1px;}
    100% {bottom: -2px;}
}


/* Testimonial */

-------------------------------- */
.cd-testimonials-wrapper {
  position: relative;
  width: 90%;
  max-width: 800px;
  background-color: #39393c;
  margin: 2em auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 20px 40px 70px;
  z-index: 1;
}

.cd-testimonials {
  color: #ffffff;
  text-align: center;
}
.cd-testimonials::after {
  clear: both;
  content: "";
  display: table;
}
.cd-testimonials > li {
  position: absolute;
  opacity: 0;
}
.cd-testimonials > li:first-child {
  position: relative;
  opacity: 1;
}
.cd-testimonials > li .inner {
    height: 180px;
}
.cd-testimonials > li .inner .content {
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
    margin: 0;
}
.cd-testimonials p {
    font-style: italic;
    margin-bottom: 0;
    padding: 0 20px;
    font-size: 15px;
}

.cd-testimonials .cd-info {
    float: left;
    margin-top: 15px;
}

.cd-testimonials .cd-info ul li {
    text-align: left;
    float: left;
    margin-right: 6px;
    font-size: 0.875rem;
}

.cd-testimonials .cd-info ul li i {
    margin-right: 4px;
    font-size: 13px;
    color: #8eb912;
}

.cd-testimonials .cd-author {
    border-top: 1px dotted;
    margin-top: 15px;
}

.cd-author .cd-author-info {
  text-align: right;
}
.cd-author .cd-author-info li {
  font-size: 14px;
}
@media only screen and (max-width: 768px) {

.cd-testimonials > li .inner {
    overflow: scroll;
}
.cd-testimonials > li .inner .content {
    top: 0;
    -webkit-transform: inherit;
    -moz-transform: inherit;
    -ms-transform: inherit;
    -o-transform: inherit;
    transform: inherit;
}

.flex-direction-nav li:first-child {
    left: -30px !important;
}

.flex-direction-nav li:last-child {
    right: -30px !important;
}

.cd-testimonials p {
    font-size: 14px;
}

}

@media only screen and (min-width: 768px) {
  .cd-author img {
    width: 50px;
    height: 50px;
  }

  .cd-author .cd-author-info li:first-child {
    font-size: 16px;
    font-size: 1rem;
  }
  .cd-author .cd-author-info li:last-child {
    font-size: 14px;
    font-size: 0.875rem;
  }

}

.flex-direction-nav li {
  position: absolute;
  height: 40px;
  width: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.flex-direction-nav li:first-child {
  left: -40px;
}
.flex-direction-nav li:last-child {
  right: -40px;
}
.flex-direction-nav li a {
  display: block;
  height: 100%;
  width: 100%;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.no-touch .flex-direction-nav li a:hover {
  background-color: #323234;
}
.flex-direction-nav li a::before, .flex-direction-nav li a::after {
  /* left and right arrows in css only */
  content: '';
  position: absolute;
  left: 50%;
  top: 45px;
  width: 2px;
  height: 13px;
  background-color: #ffffff;
}
.flex-direction-nav li a::before {
  -webkit-transform: translateY(-35px) rotate(45deg);
  -moz-transform: translateY(-35px) rotate(45deg);
  -ms-transform: translateY(-35px) rotate(45deg);
  -o-transform: translateY(-35px) rotate(45deg);
  transform: translateY(-35px) rotate(45deg);
}
.flex-direction-nav li a::after {
  -webkit-transform: translateY(-27px) rotate(-45deg);
  -moz-transform: translateY(-27px) rotate(-45deg);
  -ms-transform: translateY(-27px) rotate(-45deg);
  -o-transform: translateY(-27px) rotate(-45deg);
  transform: translateY(-27px) rotate(-45deg);
}
.flex-direction-nav li:last-child a::before {
  -webkit-transform: translateY(-35px) rotate(-45deg);
  -moz-transform: translateY(-35px) rotate(-45deg);
  -ms-transform: translateY(-35px) rotate(-45deg);
  -o-transform: translateY(-35px) rotate(-45deg);
  transform: translateY(-35px) rotate(-45deg);
}
.flex-direction-nav li:last-child a::after {
  -webkit-transform: translateY(-27px) rotate(45deg);
  -moz-transform: translateY(-27px) rotate(45deg);
  -ms-transform: translateY(-27px) rotate(45deg);
  -o-transform: translateY(-27px) rotate(45deg);
  transform: translateY(-27px) rotate(45deg);
}

@media only screen and (min-width: 1170px) {
  .flex-direction-nav li a::before, .flex-direction-nav li a::after {
    background-color: #fff;
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    transition: background-color 0.2s;
  }
  .flex-direction-nav li a:hover::before, .flex-direction-nav li a:hover::after {
    background-color: #ffffff;
  }
}


/* Maps */

.map_content {
    background: #f8f8f8;
}

.map_content .wrapper {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    max-width: inherit;
    position: relative;
    z-index: 2;
}

.map_content .col_4 {
    width: 50%;
}

.map_content h5 {
    margin-bottom: 50px;
    text-align: center;
}

.map_content .col_4 {
    padding: 1px;
    padding-bottom: 0;
    position: relative;
}

section.map_content a {
    color: inherit;
}

section.map_content strong {
    white-space: nowrap;
}

.map_content .inner {
    display: block;
    text-align: center;
    background: #e9ecf0;
    height: 100%;
    padding: 40px;
    padding-bottom: 95px;
    position: relative;
    z-index: 0;
    transition: .4s;
    color: #313a40;
    cursor: pointer;
}

.map_content .inner .n_agence {
display: none;
    width: 90px;
    height: 90px;
    position: absolute;
    z-index: 4;
    top: 10px;
    left: 10px;
    background: url(/uploads/images/layout/n_agence.png);
    background-repeat: no-repeat;
    background-size: 100%;
    opacity: .7;
}

@media only screen and (max-width: 800px) {
  /* start */
.map_content .inner .n_agence {
    width: 65px;
    height: 65px;
}

}

.map_content .inner:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    z-index: 6;
    position: relative;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.25);
    transition: .4s;
}

.map_content .icon_content {
    text-align: center;
    display: inline-block;
    line-height: 0;
    padding: 10px;
    padding-top: 0;
    margin-bottom: 10px;
    transition: .4s;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    vertical-align: middle;
}

/* Wobble Vertical */
@-webkit-keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.map_content .icon_content .icon {
    display: inline-block;
    width: 50px;
    height: 50px;
}

.map_content .inner h3 {
    margin-bottom: 10px;
}

.map_content .inner p {
    margin-bottom: 3px;
    line-height: 1.3;
}

.map_content .inner p strong {
    white-space: nowrap;
}

section.map_content p strong:first-child {
    margin-right: 15px;
}

.map_content .inner p i {
    color: #8eb911;
    transition: .5s;
    margin-right: 5px;
}

.map_content .m_1:hover p i,
.map_content .m_2:hover p i,
.map_content .m_3:hover p i,
.map_content .m_4:hover p i {
    color: #fff !important;
    transition: .5s;
}

.map_content .bt_map {
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    width: 100%;
    margin-bottom: 35px;
}

.map_content .bt_map h6 {
    font-weight: 300;
}

.map_content i.more_map {
    font-size: 30px;
    line-height: 1;
    display: inline-block;
    color: #2b303c !important;
}

.map_content .open_map {
    color: #2b303c !important;
}

.map_content .close_map {
    display: none;
    color: #2b303c !important;
}

.map_content .m_1:hover,
.map_content .m_2:hover,
.map_content .m_3:hover,
.map_content .m_4:hover {
    background-color: #8eb911 !important;
    color: #fff !important;
}

.map_content .m_1 .icon,
.map_content .m_2 .icon,
.map_content .m_3 .icon,
.map_content .m_4 .icon {
    background: url(/uploads/images/layout/map-c.svg) no-repeat;
    background-size: contain;
}

.map_content .m_1:hover .icon_content,
.map_content .m_2:hover .icon_content,
.map_content .m_3:hover .icon_content,
.map_content .m_4:hover .icon_content {
    -webkit-animation-name: hvr-wobble-vertical;
    animation-name: hvr-wobble-vertical;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.map_content .m_1:hover .icon_content .icon,
.map_content .m_2:hover .icon_content .icon,
.map_content .m_3:hover .icon_content .icon,
.map_content .m_4:hover .icon_content .icon {
    background: url(/uploads/images/layout/map-w.svg) no-repeat !important;
    background-size: contain !important;
}

.map_content .map_1,
.map_content .map_2,
.map_content .map_3,
.map_content .map_4 {
    height: 0;
    overflow: hidden;
    position: relative;
}

.gm-style-iw * {
    display: 
    block;
    width: 100%;
}
            
.gm-style-iw h4, .gm-style-iw p {
    margin: 0;
    padding: 0;
}

#mapkit-2407 a, #mapkit-8533 a, #mapkit-8749 a, #mapkit-8602 a {
    display: none !important;
}
            
.gm-style-iw a {
    color: #ddd;
}

.gm-style-cc {
    display: none;
}

.gm-style-mtc div, .gmnoprint div {
    background-color: #ddd !important;
}

.map_content .shadow_map_top {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 15px;
    top: 0;
    left: 0;
    background: url(/uploads/images/layout/shadow_map_top.png) repeat-x;
    opacity: .8;
}

.map_content .shadow_map_bottom {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 15px;
    bottom: 0;
    left: 0;
    background: url(/uploads/images/layout/shadow_map_bottom.png) repeat-x;
    opacity: .3;
}


/* Featured */

.featured_content > .wrapper {
    padding-left: 0;
    padding-right: 0;
    max-width: inherit;
}

.featured_content .top_bloc {
    padding-top: 0;
    padding-bottom: 0;
}

.featured_content .top_bloc a.col_3 {
    color: #313a40;
    display: block;
}

.featured_content .bottom_bloc {
    padding-top: 0;
    padding-bottom: 0;
}

.featured_content .bottom_bloc a.col_3 {
    color: #313a40;
    display: block;
}

.featured_content h3 {
    position: relative;
    line-height: 1.1;
    color: #8eb912;
    height: 55px;
    width: 100%;
    margin: 15px 0;
}

.featured_content h3 b {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.featured_content .top_bloc p {
    margin-top: 25px;
    line-height: 1.4;
}

.featured_content .bottom_bloc p,
.featured_content .bottom_bloc .simu_content {
    margin-bottom: 25px;
    line-height: 1.4;
}

.featured_content .col_3 {
    text-align: center;
    position: relative;
    overflow: hidden;
}

.featured_content .col_3 .inner {
    display: inline-block;
    vertical-align: bottom;
    line-height: initial;
    }

.featured_content .middle_bloc {
    background: #8eb912;
}

.featured_content .middle_bloc .wrapper {
    padding-top: 0;
    padding-bottom: 0;
}

.featured_content .middle_bloc .col_3 {
    height: auto !important;
}

.featured_content .middle_bloc .col_3 span {
    color: #fff;
    padding: 10px 0;
    display: block;
}

.featured_content .middle_bloc .col_3 a {
    color: #fff;
    padding: 7px 0;
    padding-bottom: 3px;
    display: block;
    display: none;
    transition: .2s;
}

.featured_content .middle_bloc .col_3 a:hover {
    color: #fff;
    transition: .2s;
}

.featured_content .top_bloc .icon_content {
    text-align: center;
    display: inline-block;
    line-height: 0;
    padding: 25px;
    transition: .4s;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    vertical-align: middle;
    background: #8eb912;
    border-radius: 50%;
    position: absolute;
    top: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.featured_content .top_bloc .icon_content:after {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 5px;
    height: 400px;
    background: #8eb912;
    z-index: 0;
}

.featured_content .bottom_bloc .icon_content {
    text-align: center;
    display: inline-block;
    line-height: 0;
    padding: 25px;
    transition: .4s;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    vertical-align: middle;
    background: #8eb912;
    border-radius: 50%;
    position: absolute;
    bottom: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.featured_content .bottom_bloc .icon_content:after {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 5px;
    height: 400px;
    background: #8eb912;
    z-index: 0;
    top: -400px;
}

.featured_content .icon_content .icon {
    display: inline-block;
    width: 50px;
    height: 50px;
    position: relative;
    z-index: 10;
}

.featured_content .i_1 {
    background: url(/uploads/images/layout/piggy-bank-w.svg) no-repeat;
    background-size: contain;
}

.featured_content .i_2 {
    background: url(/uploads/images/layout/calculator-w.svg) no-repeat;
    background-size: contain;
}

.featured_content .i_3 {
    background: url(/uploads/images/layout/shake-hands-w.svg) no-repeat;
    background-size: contain;
}

.featured_content .i_4 {
    background: url(/uploads/images/layout/home-w.svg) no-repeat;
    background-size: contain;
}

.featured_content .simu_content strong {
    display: block;
    line-height: 1.3;
}

.featured_content .simu_content input, .featured_content .simu_content button {
    float: left;
    resize: none;
    width: 50%;
    font-size: 15px;
    outline: 0;
    border: 0;
    line-height: 28px;
    height: 30px;
    padding: 0 10px;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 100;
    border-radius: 0;
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.featured_content .simu_content input {
    width: 65%;
    background: #e9ecf0;
    color: #313a40;
}

.featured_content .simu_content button {
    width: 35%;
    background: #313a40;
    color: #e9ecf0;
    cursor: pointer;
    transition: .2s;
}

.featured_content .simu_content button:hover {
    opacity: .9;
    transition: .2s;
}


/* Prefooter */

.prefooter_content {
    background: #313a40;
    color: #ddd;
    position: relative;
}

.prefooter_content .col_sm_3 {
    overflow: hidden;
}

.prefooter_content h5 {
    margin-bottom: 25px;
    position: relative;
    display: inline-block;
    color: #8eb912;
    margin-top: 30px;
}

.prefooter_content h5:after {
    content: "";
    position: absolute;
    width: 500px;
    height: 1px;
    background: #808e9b;
    left: calc(100% + 5px);
    bottom: 7px;
}

.prefooter_content .col_sm_3 h5:first-child {
    margin-top: 0;
}

.fb_iframe_widget {
    opacity: .9;
}

.fb_iframe_widget span {
    width: 500px !important;
    height: 300px !important;
}

.fb_iframe_widget iframe {
    width: 100% !important;
    height: 100% !important;
}

.prefooter_content ul li {
    margin-top: 1.8px;
}

.prefooter_content ul li:first-child {
    margin-top: 0;
}

.prefooter_content ul li a {
    display: block;
    color: #ddd;
    position: relative;
    padding-left: 12px;
    transition: .2s;
}

.prefooter_content ul li a:before {
    content: "\f054";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 11px;
    position: absolute;
    top: 4px;
    left: 0;
}

.prefooter_content ul li a:hover {
    padding-left: 18px;
    color: #8eb912;
    transition: .2s;
}


/* Social */

.social_link {
    margin-top: 41px;
    display: inline-block;
}

.social_link a {
    display: block;
    text-align: center;
    color: #ddd;
    float: left;
    width: 35px;
    height: 35px;
    line-height: 35px;
    transition: .2s;
    border: 1px solid;
    margin-left: 10px;
}

.social_link a:first-child {
    margin-left: 0;
}

.social_link a i {
    font-size: 18px;
    line-height: 33px;
}

.social_link a i:before {
    line-height: 33px;
}

.social_link a.a2a_button_facebook {
    background: #3b5995;
    border-color: #3b5995;
    transition: .2s;
}

.social_link a.a2a_button_facebook:hover {
    color: #313a40;
    margin-top: -2px;
    transition: .2s;
}

.social_link a.a2a_button_twitter {
    background: #57acea;
    border-color: #57acea;
    transition: .2s;
}

.social_link a.a2a_button_twitter:hover {
    color: #313a40;
    margin-top: -2px;
    transition: .2s;
}

.social_link a.a2a_button_google_plus {
    background: #dc4c3f;
    border-color: #dc4c3f;
    transition: .2s;
}

.social_link a.a2a_button_google_plus:hover {
    color: #313a40;
    margin-top: -2px;
    transition: .2s;
}

.social_link a.a2a_button_linkedin {
    background: #0366f8;
    border-color: #0366f8;
    transition: .2s;
}

.social_link a.a2a_button_linkedin:hover {
    color: #313a40;
    margin-top: -2px;
    transition: .2s;
}

.social_link a.a2a_button_copy_link {
    background: #2a9e06;
    border-color: #2a9e06;
    transition: .2s;
}

.social_link a.a2a_button_copy_link:hover {
    color: #313a40;
    margin-top: -2px;
    transition: .2s;
}


/* Newsletter */

.newsletter_content input,
.newsletter_content input[type=submit] {
    float: left;
    resize: none;
    outline: 0;
    border: 0;
    line-height: 35px;
    height: 35px;
    padding: 0 10px;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 100;
    border-radius: 0;
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.newsletter_content input {
    width: calc(100% - 35px);
    background: #808e9b;
    font-size: 15px;
    color: #222;
}

.newsletter_content input::-webkit-input-placeholder {
    color: #ddd;
}
.newsletter_content input::-moz-placeholder {
    color: #ddd;
}
.newsletter_content input:-ms-input-placeholder {
    color: #ddd;
}
.newsletter_content input:-moz-placeholder {
    color: #ddd;
}

.newsletter_content input[type=submit] {
    font-size: 18px;
    width: 35px;
    background: #8eb912;
    font-size: 0;
    color: #eee;
    background: url(/uploads/images/layout/bt_newsletter.jpg) no-repeat;
    background-size: 100%;
    cursor: pointer;
    transition: .2s;
}

.newsletter_content input[type=submit]:hover {
    opacity: .9;
    transition: .2s;
}

.newsletter_content label a {
    text-decoration: underline;
}

.newsletter_content label a:hover {
    text-decoration: none;
}

.full_form label a {
    text-decoration: underline;
}

.full_form label a:hover {
    text-decoration: none;
}

/* Footer */

.footer_content {
    background: #222;
    color: #ddd;
    font-size: 13px;
}

.footer_content a:hover {
    color: #ddd;
    transition: .2s;
}

.footer_content .wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
}

.footer_content #copyright {
    float: left;
}

.footer_content #link_synexis {
    float: right;
}

.banner_video .speed_form .col_left, 
.banner_video .speed_form .col_right {
    float: left;
    width: 46%;
    margin-left: 4%;
}

#cookie_consent { 
  background: rgba(0,0,0, .85);
  position: fixed;
  bottom: 0;
  z-index: 999999999;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
}

#cookie_consent .wrapper {
  padding-top: 0;
  padding-bottom: 0;
}

#cookie_consent .wrapper_content {
  max-width: 1245px;
  margin: auto;
  text-align: left;
  padding: 20px;
}

#cookie_consent .wrapper_content::after {
  clear: both;
  display: block;
  content: "";
}

#cookie_consent p {
  color: #fff;
  margin: 0;
  padding: 0;
}

#cookie_consent .btn {
    padding: 8px 10px;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    cursor: pointer;
    min-width: 160px;
    display: inline-block;
    text-align: center;
    margin-top: 15px;
}

#cookie_consent .btn:hover {
   opacity: .8;
}

#cookie_consent .accept_cookies {
    background: #b4fd8c;
    margin-right: 10px;
}

#cookie_consent .decline_cookies {
    background: #fd8181;
    margin-right: 10px;
}

#cookie_consent .more_info {
    background: #eee;
}

.promo_content {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999999999;
    background: rgba(0,0,0, .65);
}

.promo_content .popup {
    position: absolute;
    width: calc(100% - 20px);
    max-width: 815px;
  /*  background: rgba(142,185,18, .95);  */
    background: rgba(255,255,255, .9);
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    padding: 5px;
    border-radius: 6px;
}

.promo_content .popup .inner {
    border: 2px dashed #8eb912;
    padding: 20px;
    text-align: left;
    color: #222;
}

.promo_content .popup .close_popup {
    background: url(/uploads/images/layout/close_popup.png) no-repeat;
    background-size: 100%;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 12px;
    right: 12px;
    opacity: 0.7;
    cursor: pointer;
    transition: .2s;
}

.promo_content .popup .close_popup:hover {
    opacity: 1;
    transition: .2s;
}

.promo_content .popup .inner .icon_content {
    text-align: left;
    display: inline-block;
    line-height: 0;
    padding: 10px;
    transition: .4s;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    vertical-align: middle;
}

.promo_content .popup .inner .icon_content .icon {
    display: inline-block;
    width: 60px;
    height: 60px;
    background: url(/uploads/images/layout/microphone.svg) no-repeat;
    background-size: contain;
}

.promo_content .popup .inner h3 {
    margin-bottom: 15px;
}

.promo_content .popup .inner p {
    font-size: 16px;
    margin-bottom: 15px;
}

.promo_content .popup .inner p strong {
    font-weight: 900;
    font-size: 30px;
    letter-spacing: 1px;
}
.promo_content .popup .inner a {
    color: #fff;
    margin-top: 20px;
    display: block;
    position: relative;
    border: 2px solid #8eb912;
background: #8eb912;
    padding: 5px 20px;
    font-weight: 700;
    transition: .2s;
    text-align: center;
}

/* Stylesheet: CCH 2018 style_desktop Modified On 2020-03-16 18:06:37 */
