/* 
Website Proximedia Belgique
Version: 1
Update: 23.04.2019
*/

/*--------------------------------------------------
>> TABLE OF CONTENTS:
----------------------------------------------------
# Fonts
# General
# Navigation
    ## Superfish
    ## Mobile navigation
# Responsive
--------------------------------------------------*/

/*--------------------------------------------------
# Fonts
--------------------------------------------------*/

/* roboto-slab-regular - latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Slab Regular'), local('RobotoSlab-Regular'),
       url('../fonts/roboto-slab-v8-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/roboto-slab-v8-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'),
       url('../fonts/roboto-v19-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/roboto-v19-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

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


/*--------------------------------------------------
# General
--------------------------------------------------*/
body {
    background: #fff;
    color: #777;
    font-family: 'Roboto', Arial;
    font-size: 15px;
    line-height: 1.6em;
}

a {
    color: #5faac8;
    text-decoration: underline;
    transition: color .4s;
}
a:active, a:hover, a:focus {
    color: #004457;
    text-decoration: none;
}
 
.image-right {
    float: right;
    margin: 0 0 10px 15px;
}
.image-left {
    float: left;
    margin: 0 15px 10px 0;
}
 
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Roboto Slab', Arial;
    line-height: 1.2em;
    color: #004457;
    font-weight: 700;
}
h1, .h1{
    font-size: 42px;
    margin-top: 0;
}
h2, .h2{
    font-size:36px;
}
h3, .h3{
    font-size:32px;
}
h4, .h4{
    font-size:30px;
}
h5, .h5{
    font-size:28px;
}
h6, .h6{
    font-size:22px;
    padding:20px 0px 5px 0px;
}

.row.is-flex {
    display: flex;
    flex-wrap: wrap;
}
.row.is-flex > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

div.fullsite > .row {
	margin: 0;
}

p {
    margin: 0 0 1em;
}
strong {
    font-weight: bold;
}

/* ***************
 * FB on left side 
 ******************/
.fb_dialog_content > iframe {
    left: 10px;
}
iframe.fb_customer_chat_bounce_in_v2,
iframe.fb_customer_chat_bounce_out_v2 {
    left: 8px;
}
#fb-root > div.fb-customerchat.fb_invisible_flow.fb_iframe_widget > span > iframe {
    left: 4px;
}

/* Header */
header#top {
    position: relative;
    z-index: 200;
}
header#top .bg-langue {
    background: #ededed;
}
header#top .container {
    position: relative;
}
header#top nav.language {
    font-size: 12px;
    line-height: 35px;
}
header#top nav.language a {
    color: #999;
    padding: 0;
    text-decoration: none;
}
header#top nav.language a:hover,
header#top nav.language a.selected {
    color: #5faac8;
}
header#top nav.language a:first-child:after {
    content: "Fran\0000E7ais";
    position: relative;
    right: inherit;
    top: 0;
    width: auto;
    height: auto;
    background: transparent;
    margin-top: 0;
    padding-right: 0;
}
header#top nav.language a:last-child:after {
    content: "Nederlands";
}
header#top nav.language a span {
    display: none;
}
header#top nav.language a span#lang-fr {
    background: transparent!important;
    display: none;
}
header#top .social {
    float: right;
    font-size: 19px;
}
header#top .social a {
    background: #999;
    border-radius: 5px;
    transition: all .6s;
    width: 1.6em;
    line-height: 1.6em;
    font-size: 0.8em;
}
header#top .social a:hover {
    background: #004457;
}
header#top .sticky-wrapper {
    height: auto !important;
}
header#top .bg-nav {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    padding: 20px 80px;
    box-shadow: 0 3px 45px rgba(0,0,0,0.15);
    transition: padding .6s;
}
header#top .bg-nav #logo img {
    width: 100%;
    transition: width .6s;
}
header#top .bg-nav nav.main-nav {
    text-align: right;
    transition: margin-top .6s;
}
header#top .bg-nav .mobile-nav {
    display: none;
    text-align: right;
    align-self: center;
}
header#top .bg-nav .mobile-nav a {
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    color: #222;
    line-height: 40px;
    font-size: 20px;
    transition: font-size .6s;
}
header#top .bg-nav .mobile-nav i.fa {
    background: #004457;
    text-align: center;
    color: #fff;
    width: 40px;
    line-height: 40px;
    border-radius: 50%;
    display: inline-block;
    transition: all .6s;
}
header#top .is-sticky .bg-nav {
    padding: 10px 80px;
}
header#top .is-sticky .bg-nav .mobile-nav a {
    font-size: 16px;
}
header#top .is-sticky .bg-nav .mobile-nav i.fa {
    width: 25px;
    line-height: 25px;
}
header#top .is-sticky .bg-nav #logo img {
    width: 80%;
}
header#top .bg-nav .nav-cta {
    position: absolute;
    left: 0;
    top: 100%;
    padding: 5px 8px;
    visibility: hidden;
    opacity: 0;
    background: #004457;
    color: rgba(255,255,255,.9);
    text-align: left;
    font-size: 18px;
    transition: all .4s;
    pointer-events: none;
    transform: translateX(-100%);
}
header#top .bg-nav .nav-cta p {
    margin: 0;
}
header#top .is-sticky .bg-nav .nav-cta {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0);
}
header#top .bg-nav .nav-cta .number-responsive {
    display: none;
}
header#top .nav-cta.cta-jobs a {
    color: #fff;
    text-decoration: none;
}
header#top .nav-cta.cta-jobs a:hover {
    color: #5faac8;
}

aside.sidebar {
	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 110;
	width: 300px;
	background: #333;
	color: #fff;
	transform: translateX(100%);
	transition: transform .4s;
}
aside.sidebar.active {
	transform: translateX(0);
}
aside.sidebar .buttons {
	position: absolute;
	top: 150px;
	left: 0;
	transform: translateX(-100%);
}
aside.sidebar .buttons a {
	display: block;
	background: #ededed;
	color: #004457;
	font-size: 20px;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	margin-bottom: 1px;
	transition: all .6s;
}
aside.sidebar .buttons a:hover,
aside.sidebar .buttons a.active {
	background: #004457;
	color: #fff;
}
aside.sidebar .close-button {
	position: absolute;
	z-index: 1;
	right: 10px;
	top: 10px;
	cursor: pointer;
	cursor: pointer;
	width: 30px;
	line-height: 26px;
	color: #ccc;
	border: 2px solid #ccc;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	transition: border-color .4s, color .4s;
}
aside.sidebar .close-button:hover {
	border-color: #fff;
	color: #fff;
}
aside.sidebar .inner {
	position: relative;
	height: 100%;
	overflow: auto;
	font-size: 14px;
}
aside.sidebar .inner > div {
	display: none;
	padding: 50px 20px 20px;
}
aside.sidebar .inner h6 {
    font-weight: normal;
    margin-bottom: 20px;
    color: #fff;
}
aside.sidebar .inner .contactForm .contact-field-item .contact-field-element .form-field {
    border: none;
    padding: 5px 7px;
    height: auto;
    line-height: normal;
    color: #777;
}
aside.sidebar .inner .contact-submit {
    margin-top: 15px;
}
aside.sidebar .inner .contactForm .form-submit-button {
    background: #004457;
    color: #fff;
}
aside.sidebar .inner .contactForm .form-submit-button:hover {
    background: #fff;
    color: #004457;
}
aside.sidebar .inner form.contactForm input[type=checkbox] {
    min-height: 1.5em;
}
aside.sidebar .inner .gdpr_policy a {
    color: #fff;
    text-decoration: underline;
}
aside.sidebar .inner .gdpr_policy a:hover {
    color: #5faac8;
}
aside.sidebar#phone .phone,
aside.sidebar#mail .mail {
	display: block;
}
aside.sidebar#phone .phone img {
    width: 100%;
    height: auto;
}

/* Slideshow */
section.marketing {
    position: relative;
}
section.marketing .marketing-slider.slider-home .diy-slideshow {
    min-height: 550px;
    background: #404040
}
section.marketing .marketing-slider .diy-slideshow figure figcaption {
    font-size: 3em;
    bottom: 50%;
    transform: translateY(50%);
    width: auto;
    right: 50px;
    left: 50px;
    color: #fff;
    background: none;
    border-radius: 0;
    padding: 5px;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.6), 0 0 5px rgba(0, 0, 0, 0.5);
    font-weight: 600;
    max-width: inherit;
    opacity: 0.7;
    text-align: center;
}
section.marketing .marketing-slider.slider-home .diy-slideshow figure img {
    opacity: 0.8;
}
section.marketing #slideshow.diy-slideshow .prev,
section.marketing #slideshow.diy-slideshow .next {
    opacity: 1;
    border-radius: 0;
    width: 30px;
    line-height: 30px;
    padding: 0;
    text-align: center;
    font-size: .8em;
    transform: none;
    background: #004457;
    transition: all .6s;
}
section.marketing #slideshow.diy-slideshow .prev:hover,
section.marketing #slideshow.diy-slideshow .next:hover {
    background: #5faac8;
}
section.marketing #slideshow.diy-slideshow .prev {
    left: auto;
    top: auto;
    bottom: 5px;
    right: 36px;
} 
section.marketing #slideshow.diy-slideshow .next {
    top: auto;
    bottom: 5px;
    right: 5px;
}
section.marketing .marketing-slider.slider-page,
section.marketing .marketing-slider.slider-page .diy-slideshow {
    min-height: 550px;
}
section.marketing .marketing-slider.slider-page .diy-slideshow figure figcaption {
}
section.marketing a.print {
    position: absolute;
    right: 20px;
    bottom: 20px;
    background: #fff;
    color: #333;
    padding: 10px 20px;
    cursor: pointer;
    box-shadow: 0 5px 30px rgba(0,0,0,.25);
    transition: all .6s;
    z-index: 100;
}
section.marketing a.print:hover {
    background: #004457;
    color: #fff;
}
section.marketing a.print i {
    margin-right: 10px;
}

section.marketing .cta-slide {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 100;
    background: rgba(255,255,255,0.6);
    padding: 50px 15px;
}
section.marketing .cta-slide i {
    position: relative;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #626262;
    background: #fff;
    border: 1px solid #eee;
    cursor: pointer;
    z-index: 10;
    transition: all .6s;
}
section.marketing .cta-slide i:hover {
    color: #fff;
    background: #004457;
}
section.marketing .cta-slide .phone,
section.marketing .cta-slide .mail,
section.marketing .cta-slide .language,
section.marketing .cta-slide .facebook {
    position: relative;
    margin-bottom: 50px;
}
section.marketing .cta-slide .linkedin {
    position: relative;
    margin-top: 5px;
}
section.marketing .cta-slide .facebook {
    position: relative;
}
section.marketing .cta-slide .phone:after,
section.marketing .cta-slide .mail:after,
section.marketing .cta-slide .language:after,
section.marketing .cta-slide .facebook:after {
    content:'';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 60px;
    width: 0.5px;
    height: 30px;
    background: rgba(0,0,0,.2);
}
section.marketing .cta-slide .phone .number,
section.marketing .cta-slide .mail .link-mail,
section.marketing .cta-slide .facebook .link-facebook,
section.marketing .cta-slide .linkedin .link-linkedin,
section.marketing .cta-slide .language .link-language {
    position: absolute;
    left: -20px;
    top: 0;
    height: 50px;
    line-height: 50px;
    background: #fff;
    width: max-content;
    padding: 0 20px;
    border: 1px solid #eee;
    border-left: 0;
    border-radius: 0 100px 100px 0;
    z-index: 5;
    font-size: 16px;
    opacity: 0;
    transition: all .6s;
}
section.marketing .cta-slide .phone:hover .number,
section.marketing .cta-slide .mail:hover .link-mail,
section.marketing .cta-slide .facebook:hover .link-facebook,
section.marketing .cta-slide .linkedin:hover .link-linkedin,
section.marketing .cta-slide .language:hover .link-language {
    left: 50px;
    opacity: 1;
}
section.marketing .cta-slide .phone .number.number-responsive {
    display: none;
}
section.marketing .cta-slide .language .link-language a.selected {
    color: #868686;
}
section.marketing .cta-slide .language .link-language a.selected:hover {
    text-decoration: none;
    cursor: default;
}
section.marketing .cta-slide .language .link-language a span {
    font-size: 0;
    line-height: 0;
}
section.marketing .cta-slide .language .link-language a span:before {
    font-size: 16px;
    line-height: 1;
}
section.marketing .cta-slide .language .link-language a span#lang-nl:before {
    content: 'Nederlands';
}
section.marketing .cta-slide .language .link-language a span#lang-fr:before {
    content: 'Français';
}
section.marketing .arrow {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 80%;
	animation: float 3s ease-in-out infinite;
    cursor: pointer;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 56px;
    font-size: 26px;
    background: #5faac8;
    color: #fff;
    box-shadow: 0 0 5px #333;
    z-index: 100;
    transition: background .6s;
}
section.marketing .arrow:hover {
	background: #004457;
}
@keyframes float {
	0% {
		top: 80%;
	}
	50% {
		top: 85%;
	}
	100% {
		top: 80%;
	}
}

/* Content */
section.content {
    padding: 50px 0;
    clear: both;
    background: #fff;
}
section.content h1 {
    margin-bottom: 35px;
}
section.content h1 span.subtitle {
    font-size: 34px;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    padding-bottom: 15px;
    font-weight: normal;
}
section.content p {
    margin: 0 0 1.5em;
}
section.content ul {
    margin-bottom: 30px;
}
section.content ul li {
    background: url(../images/bullet.png) no-repeat left 11px;
    line-height: inherit;
    padding-left: 25px;
    list-style: none;
    margin-left: -20px;
    padding-top: 7px;
}
section.content ul li.contact-field-option {
    background: none;
}
section.content h2,
section.content h3,
section.content h4,
section.content h5,
section.content h6 {
    margin-bottom: 15px;
}
section.content article a {
    position: relative;
    text-decoration: none;
    font-weight: bold;
}
section.content article a:hover {
    color: #5faac8;
    text-decoration: none;
}
section.content article a:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 0;
    background: #5faac8;
    transition: all .6s;
}
section.content article a:hover:before {
    width: 100%;
}
section.content article .logo-brands a:before {
    opacity: 0;
}

/* Page home */
section.content.content-home {
    padding: 0;
}
section.content.content-home > .row {
    margin: 0;
}
section.content.content-home .content-h {
    padding: 50px 100px;
    background: url(../images/bureau01.jpg) no-repeat center top;
    background-size: cover;
    color: #fff;
    line-height: 1.66em;
    font-size: 15px;
}
section.content.content-home .content-h h1 {
    color: #fff;
}
section.content .marques {
    padding: 50px;
    background: url(../images/bureau02.jpg) no-repeat center top;
    background-size: cover;
}
section.content .marques h5 {
    font-size: 48px;
    text-align: center;
    margin-bottom: 50px;
    text-transform: none;
    font-weight: 700;
    color: #333;
}
section.content.content-home .row .col-sm-6 {
    padding: 0;
}
section.content .marques .col-sm-6 {
    padding: 0 15px!important;
}
section.content .marques .blc1 {
    background-color: #03618c;
}
section.content .marques .log-biz {
    background-color: #1a486b;
}
section.content .marques .blc3 {
    background-color: #2b2825;
}
section.content .marques .blc4 {
    background-color: #fff;
}
section.content .marques .blc5 {
    background-color: #fff;
}
section.content .marques .blc6 {
    background-color: #fff;
}
section.content .marques .online .mk-flipbox-content,
section.content .marques .online .back-title {
    color: #03618c;
}
section.content .marques .videobiz .mk-flipbox-content {
    color: #666666;
}
section.content .marques .videobiz .back-title {
    color: #1a486b;
}
section.content .marques .click .mk-flipbox-content {
    color: #e9901d;
}
section.content .marques .click .back-title {
    color: #2b2825;
}
section.content .marques .Batibouw .mk-flipbox-content {
    color: #2b2825;
}
section.content .marques .Batibouw .back-title {
    color: #ec1c24;
}
section.content .marques .waiting-room .mk-flipbox-content {
    color: #404041;
}
section.content .marques .waiting-room .back-title {
    color: #322f31;
}
section.content .marques .bizbook .mk-flipbox-content {
    color: #666666;
}
section.content .marques .master-bill .back-title {
    color: #80b7bd;
}
section.content .marques .back-title {
    font-weight: 900;
    font-size: 22px;
    color: #9c2777;
    padding-bottom: 10px !important;
    line-height: 1.1;
}
.mk-flipbox-container {
    -webkit-perspective: 2000px;
    -moz-perspective: 2000px;
    -ms-perspective: 2000px;
    perspective: 2000px;
    ms-perspective: 2000px;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    width: 100%;
    text-align: center;
    min-height: 220px;
}
.mk-flipbox-container.flip-horizontal .mk-flipbox-front {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    ms-transform: rotateY(0deg);
    z-index: 2;
    min-height: 208px;
}
.mk-flipbox-container.flip-horizontal .mk-flipbox-back {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    ms-transform: rotateY(-180deg);
    background: #fff;
    min-height: 208px;
}
.mk-flipbox-container.flip-horizontal:hover .mk-flipbox-back {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    ms-transform: rotateY(0deg);
    z-index: 3;
}
.mk-flipbox-container.flip-horizontal:hover .mk-flipbox-front {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
    ms-transform: rotateY(180deg);
    visibility: hidden;
}
.mk-flipbox-container.flip-vertical .mk-flipbox-back {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
    ms-transform: rotateX(180deg);
}
.mk-flipbox-container.flip-vertical .mk-flipbox-flipper {
    -webkit-transform-origin: 100% 213.5px;
    -moz-transform-origin: 100% 213.5px;
    -ms-transform-origin: 100% 213.5px;
    -o-transform-origin: 100% 213.5px;
    ms-transform-origin: 100% 213.5px;
}
.mk-flipbox-container.flip-vertical:hover .mk-flipbox-back {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    ms-transform: rotateX(0deg);
    z-index: 3;
}
.mk-flipbox-container.flip-vertical:hover .mk-flipbox-front {
    -webkit-transform: rotateX(-180deg);
    -moz-transform: rotateX(-180deg);
    -ms-transform: rotateX(-180deg);
    -o-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
    ms-transform: rotateX(-180deg);
    visibility: hidden;
}
.mk-flipbox-flipper {
    -webkit-transition: all .5s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all .5s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all .5s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all .5s cubic-bezier(.645, .045, .355, 1);
    transition: all .5s cubic-bezier(.645, .045, .355, 1);
    -webkit-perspective: 2000px;
    -moz-perspective: 2000px;
    -ms-perspective: 2000px;
    perspective: 2000px;
    ms-perspective: 2000px;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    height: 100%;
    position: relative;
}
.mk-flipbox-back,
.mk-flipbox-front {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    ms-backface-visibility: hidden;
    -webkit-transition: all .5s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all .5s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all .5s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all .5s cubic-bezier(.645, .045, .355, 1);
    transition: all .5s cubic-bezier(.645, .045, .355, 1);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: table;
}
.mk-flipbox-back .back-desc,
.mk-flipbox-front .front-desc {
    padding: 0 5%;
    font-size: 12px;
}
.mk-flipbox-content {
    display: table-cell;
    vertical-align: middle;
}
.mk-flipbox-content .back-button {
    display: inline-block;
    padding: 10px 20px;
    margin-top: 20px;
    -webkit-backface-visibility: inherit;
    -moz-backface-visibility: inherit;
    -ms-backface-visibility: inherit;
    -o-backface-visibility: inherit;
    backface-visibility: inherit;
}
.mk-flipbox-content .back-title,
.mk-flipbox-content .front-icon,
.mk-flipbox-content .front-title {
    padding: 5px 7px;
}
.mk-flipbox-content img {
    max-width: 100%;
    height: auto;
}
@-moz-document url-prefix() {
    .front-icon {
        padding: 5px 7px !important;
    }
}
.mk-button-align a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
    z-index: 1;
}
section.modules {
    padding: 50px 80px;
    background: url(../images/bg-news.jpg) no-repeat center center #777 fixed;
    background-size: cover;
    color: #777;
    overflow: hidden;
}
section.modules.modules-intern {
    padding: 0;
    background: none;
}
section.modules h2 {
    text-align: center;
    padding-bottom: 50px;
    color: #fff;
    text-transform: uppercase;
    font-size: 50px;
}
section.modules.modules-intern h2 {
    text-align: left;
    padding-bottom: 0;
    color: #004457;
    font-size: 22px;
    text-transform: initial;
}

article #AllNews .NewsItem,
article #NewsItems .NewsItem,
article .NewsMasonry .NewsItem {
    background: #f2f2f2;
    color: #777;
    padding: 10px;
    margin: 10px;
    width: 45%;
    float: left;
}
section.modules article .NewsMasonry .NewsItem {
    width: 31.5%;
    position: relative;
    min-height: 300px;
    padding: 0;
    overflow: hidden;
}
section.modules article .NewsMasonry .NewsItem .photo {
    width: 100%;
    height: 220px;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
}
section.modules article .NewsMasonry .NewsItem .newsInfo {
    padding: 15px;
}
section.modules article .NewsMasonry .NewsItem .newsInfo .date {
    color: #5faac8;
    position: relative;
    padding-bottom: 5px;
}
section.modules article .NewsMasonry .NewsItem .newsInfo .date::after {
    content:"";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 1px;
    background: #5faac8;
}
section.modules article .NewsMasonry .NewsItem .newsInfo .date i {
    margin-right: 5px;
}
section.modules article .NewsMasonry .NewsItem .newsInfo h5.news-title {
    margin: 15px 0;
    font-size: 18px;
    line-height: 23px;
}
section.modules.modules-intern article .NewsMasonry .NewsItem .newsInfo h5.news-title {
    min-height: 70px;
}
section.modules article .NewsMasonry .NewsItem .newsInfo h5.news-title span.subtitle {
    font-weight: normal;
    font-size: 16px;
}
section.modules article .NewsMasonry .NewsItem .newsInfo p {
    color: #333;
}
section.modules article .NewsMasonry .NewsItem .newsInfo span.readmore {
    background: #004457;
    color: #fff;
    padding: 6px 15px;
    display: inline-block;
    transition: all .6s;
}
section.modules article .NewsMasonry .NewsItem:hover .newsInfo span.readmore {
    background: #5faac8;
    box-shadow: 0 5px 20px rgba(0,0,0,.25);
}
section.modules article .NewsMasonry .NewsItem a.linkNews {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
}

/* Page History */
.cd-timeline {
  overflow: hidden;
  margin: 2em auto;
}
.cd-timeline__container {
  position: relative;
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 2em 0;
}
.cd-timeline__container::before {
  /* this is the vertical line */
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: #d7e4ed;
}
@media only screen and (min-width: 1170px) {
  .cd-timeline {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  .cd-timeline__container::before {
    left: 50%;
    margin-left: -2px;
  }
}
.cd-timeline__block {
  position: relative;
  margin: 2em 0;
}
.cd-timeline__block:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline__block:first-child {
  margin-top: 0;
}
.cd-timeline__block:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1170px) {
  .cd-timeline__block {
    margin: -50px 0 0 0;
  }
}
.cd-timeline__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}
.cd-timeline__img img {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px;
  opacity:0;
}
.cd-timeline__img.cd-timeline__img--picture {
  background: #004457;
}
.cd-timeline__img.cd-timeline__img--movie {
  background: #004457;
}
.cd-timeline__img.cd-timeline__img--location {
  background: #004457;
}
@media only screen and (min-width: 1170px) {
  .cd-timeline__img {
    width: 60px;
    height: 60px;
    left: 50%;
    margin-left: -30px;
        visibility: hidden;
    /* Force Hardware Acceleration */
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
  .cd-timeline__img.cd-timeline__img--bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 0.6s;
            animation: cd-bounce-1 0.6s;
  }
  
}
@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.cd-timeline__content {
  position: relative;
  margin-left: 60px;
  background: #e3e3e3;
  border-radius: 0.25em;
  padding: 1em;
  -webkit-box-shadow: 0 3px 0 #d7e4ed;
          box-shadow: 0 3px 0 #d7e4ed;
}
.cd-timeline-block:nth-child(odd) .cd-timeline-content::before {
    border-left-color: #EFEFEF;
}
.cd-timeline__content:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline__content::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid #e3e3e3;
}
.cd-timeline__content h2 {
  color: #303e49;
}
.cd-timeline__content p,
.cd-timeline__read-more,
.cd-timeline__date {
  font-size: 1.3rem;
}
.cd-timeline__content p {
  margin: 1em 0;
  line-height: 1.6;
}
.cd-timeline__read-more,
.cd-timeline__date {
  display: inline-block;
}
.cd-timeline__read-more {
  float: right;
  padding: .8em 1em;
  background: #acb7c0;
  color: white;
  border-radius: 0.25em;
}
.cd-timeline__read-more:hover {
  background-color: #bac4cb;
}
.cd-timeline__date {
  float: left;
  padding: .8em 0;
  opacity: .7;
}
@media only screen and (min-width: 768px) {
  .cd-timeline__content h2 {
    font-size: 2rem;
  }
  .cd-timeline__content p {
    font-size: 16px;
  }
  .cd-timeline__read-more,
  .cd-timeline__date {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-timeline__content {
    margin-left: 0;
    padding: 1.6em;
    width: 45%;
    /* Force Hardware Acceleration */
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
            visibility: hidden;
  }
  .cd-timeline__content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: #e3e3e3;
  }
  .cd-timeline__read-more {
    float: left;
  }
  .cd-timeline__date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 6px;
    font-size: 1.6rem;
  }
  .cd-timeline__block:nth-child(even) .cd-timeline__content {
    float: right;
  }
  .cd-timeline__block:nth-child(even) .cd-timeline__content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: #e3e3e3;
  }
  .cd-timeline__block:nth-child(even) .cd-timeline__read-more {
    float: right;
  }
  .cd-timeline__block:nth-child(even) .cd-timeline__date {
    left: auto;
    right: 122%;
    text-align: right;
  }
  .cd-timeline__content.cd-timeline__content--bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2 0.6s;
            animation: cd-bounce-2 0.6s;
  }
}
@media only screen and (min-width: 1170px) {
  /* inverse bounce effect on even content blocks */
  .cd-timeline__block:nth-child(even) .cd-timeline__content.cd-timeline__content--bounce-in {
    -webkit-animation: cd-bounce-2-inverse 0.6s;
            animation: cd-bounce-2-inverse 0.6s;
  }
}
@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

/* Page Structure */
.mk-employees.classic-style .team-thumbnail {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.mk-employees.classic-style .team-thumbnail img {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    ms-backface-visibility: hidden;
}
.mk-employees.classic-style .mk-employeee-networks {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    text-align: center;
    width: 100%;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.mk-employees ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.mk-employees.classic-style .mk-employeee-networks li {
    display: inline-block;
    margin: 0 auto;
    background: none;
}
.mk-employees ul li {
    margin: 0;
    padding: 0;
}
.mk-employees.classic-style .mk-employeee-networks li a {
    display: block;
    margin: 0 6px;
    width: 48px;
    height: 48px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    line-height: 44px;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.6) inset;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
    -webkit-transition: all .1s ease-out;
    -moz-transition: all .1s ease-out;
    -ms-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    transition: all .1s ease-out;
}
.mk-employees.classic-style .team-thumbnail .employee-hover-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 1;
    -webkit-transform: rotate(45deg) scale(0, 2);
    -moz-transform: rotate(45deg) scale(0, 2);
    -ms-transform: rotate(45deg) scale(0, 2);
    -o-transform: rotate(45deg) scale(0, 2);
    transform: rotate(45deg) scale(0, 2);
    ms-transform: rotate(45deg) scale(0, 2);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.mk-employees.classic-style .mk-employee-item:hover .mk-employeee-networks {
    opacity: 1;
    -webkit-transition: all .3s .1s ease-out;
    -moz-transition: all .3s .1s ease-out;
    -ms-transition: all .3s .1s ease-out;
    -o-transition: all .3s .1s ease-out;
    transition: all .3s .1s ease-out;
}
.mk-employees.classic-style .mk-employee-item:hover .employee-hover-overlay {
    background: rgba(0, 0, 0, 0.3);
    -webkit-transform: rotate(45deg) scale(1.5, 2);
    -moz-transform: rotate(45deg) scale(1.5, 2);
    -ms-transform: rotate(45deg) scale(1.5, 2);
    -o-transform: rotate(45deg) scale(1.5, 2);
    transform: rotate(45deg) scale(1.5, 2);
    ms-transform: rotate(45deg) scale(1.5, 2);
}
.mk-jupiter-icon-simple-linkedin:before {
    content: "\e653";
}
.mk-employees.classic-style .mk-employeee-networks li a i {
    font-size: 16px;
    color: #fff;
}
.mk-icon-envelope:before {
    content: "\f0e0";
}
.mk-employees.classic-style .team-member-name {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 0;
    display: block;
}
.team-info-wrapper {
    text-align: center;
    padding: 15px 0 50px;
}
.mk-employees.classic-style .team-member-position {
    font-size: 14px;
    color: #777;
    font-weight: 600;
    font-style: italic;
    text-transform: none;
}

/* News itmes Blog */
section.content .searchForm {
    margin-bottom: 20px;
    width: auto;
}
section.content .searchForm .container-Search {
    background: url(../images/search-dots.png) repeat;
    box-shadow: 0 0 12px rgba(0,0,0,0.1);
    padding: 15px;
    text-align: center;
}
section.content .searchForm input#tags {
    border: 1px solid #eee;
    padding: 8px 10px;
    min-width: 55%;
}
section.content .searchForm input#BtnSearch {
    background: url(../images/search-blog.jpg) no-repeat center center;
    width: 42px;
    height: 42px;
    float: none;
    right: 0;
    margin-left: 0;
    transition: all .6s;
}
section.content .searchForm input#BtnSearch:hover {
    background: url(../images/search-blog-hover.jpg) no-repeat center center;
}
section.content .SearchResults {
    position: relative;
}
section.content .SearchResults::before {
    font-family: 'Roboto Slab', Arial;
    line-height: 1.2em;
    color: #004457;
    font-size: 36px;
}
.lang-fr section.content .SearchResults::before {
    content: 'Voici les résultats liés à votre recherche';
}
.lang-nl section.content .SearchResults::before {
    content: 'Hieronder kan je de resultaten terugvinden met betrekking tot uw zoekopdracht';
}
section.content .SearchResults .linkItem:first-of-type {
    margin-top: 30px;
}
section.content .SearchResults .linkItem {
    position: relative;
}
section.content .SearchResults .linkItem a {
    background: #5faac8;
    color: #fff;
    padding: 8px 15px;
    transition: all .6s;
    display: inline-block;
    width: 100%;
    margin-top: 2px;
}
section.content .SearchResults .linkItem a:hover {
    background: #004457;
}
section.content .SearchResults .linkItem a:before {
    opacity: 0;
}
ul#ui-id-1 {
    margin-top: 10px;
    padding-left: 0;
    box-shadow: 0 0 5px #333;
    z-index: 100;
}
ul#ui-id-1 li.ui-menu-item {
    list-style: none;
    background: #fff;
    width: auto;
    padding: 10px;
    border-top: 1px solid #eee;
    cursor: pointer;
    transition: all .8s;
}
ul#ui-id-1 li.ui-menu-item:first-child {
    border-top: none;
}
ul#ui-id-1 li.ui-menu-item:hover {
    color: #fff;
    background: #004457;
}
section.content #news-categories a {
    color: #fff;
    background: #004457;
    border-radius: 0;
    font-weight: normal;
    margin-top: 5px;
    transition: all .6s;
}
section.content #news-categories a:hover,
section.content #news-categories a.active {
    background: #5faac8;
}
section.content #news-categories a:before {
    opacity: 0;
}
section.content #news-items > .news-item .news-item-wrapper.nophoto {
    grid-template-columns: 1fr !important;
}
section.content #news-items > .news-item {
    transition: background 0.6s, opacity .4s, height .4s;
    border-top: 1px solid #eee;
}
section.content #news-items > .news-item .news-item-wrapper {
    padding: 20px;
    margin-bottom: 0;
}
section.content #news-items > .news-item:hover {
    background: #f2f2f2;
}
.lang-fr section.content #news-items > .news-item .news-item-wrapper .news-item-content::after {
    content: "Lire plus";
}
.lang-nl section.content #news-items > .news-item .news-item-wrapper .news-item-content::after {
    content: "Lees meer";
}
section.content #news-items > .news-item .news-item-wrapper .news-item-content::after {
    background: #004457;
    color: #fff;
    padding: 8px 15px;
    transition: all .6s;
}
section.content #news-items > .news-item:hover .news-item-wrapper .news-item-content::after {
    background: #5faac8;
    box-shadow: 0 5px 20px rgba(0,0,0,.25);
}
section.content #news-items > .news-item .news-item-wrapper h3.news-item-title {
    font-weight: bold;
    font-size: 28px;
}
section.content #news-items > .news-item .news-item-wrapper h3.news-item-title span.news-item-sub-title {
    font-weight: normal;
    font-size: 24px;
}
section.content #news-items > .news-item .news-item-wrapper h5.news-item-date {
    color: #000;
    margin: 10px 0;
    font-size: 22px;
}
section.content #news-items > .news-item .news-item-wrapper .news-item-text {
    color: #777;
}
section.content section.newsletter {
	position: relative;
	background: #5faac8;
	padding: 30px;
	color: #fff;
	text-align: center;
	margin-top: 15px;
}
section.content section.newsletter a {
	color: #fff;
}
section.content #ContainerBlockSocial a.at300b:before {
    opacity: 0;
}
section.content #ContainerBlockSocial a.at300b span {
    background: none;
    background: #004457;
    color: #fff;
    text-align: center;
    transition: all .6s;
}
section.content #ContainerBlockSocial a.at300b span:hover {
    background: #5faac8;
}
section.content #ContainerBlockSocial a.at300b span.at15t_email:before {
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900;
	content: '\f0e0';
}
section.content #ContainerBlockSocial a.at300b span.at15t_facebook:before {
    font-family: "Font Awesome 5 Brands"; 
    font-weight: 400;
	content: '\f39e';
}
section.content #ContainerBlockSocial a.at300b span.at15t_twitter:before {
    font-family: "Font Awesome 5 Brands"; 
    font-weight: 400;
	content: '\f099';
}
section.content #ContainerBlockSocial a.at300b span.at15t_linkedin:before {
    font-family: "Font Awesome 5 Brands"; 
    font-weight: 400;
	content: '\f0e1';
}
section.content #ContainerBlockSocial a.at300b span.at15t_pinterest_share:before {
    font-family: "Font Awesome 5 Brands"; 
    font-weight: 400;
	content: '\f231';
}

/* News items Sponsoring & Jobs */
section.content #newsIntern .NewsItem {
    position: relative;
    border-top: 1px solid #eee;
    transition: background .6s;
}
section.content #newsIntern .NewsItem:hover {
    background: #f2f2f2;
}
section.content #newsIntern .NewsItem .news-item-wrapper {    
    position: relative;
    display: grid;
    grid-template-columns: 1fr 3fr;
    grid-gap: 15px;
    padding: 20px;
}
section.content #newsIntern .NewsItem .news-item-photo {
    position: relative;
    width: 100%;
    height: 200px;
}
section.content #newsIntern .NewsItem .news-item-photo .photo {
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: all .6s;
}
section.content #newsIntern .NewsItem:hover .news-item-photo .photo {
    opacity: 0.6;
}
section.content #newsIntern .NewsItem .news-item-photo .photo::before {
    content: '';
    position: absolute;
    left: 50%;
    top: -50%;
    transform: translate(-50%, -50%);
    width: 1px;
    height: 40px;
    background: #333;
    z-index: 10;
    opacity: 0;
    transition: all .4s;
}
section.content #newsIntern .NewsItem:hover .news-item-photo .photo::before {
    opacity: 1;
    top: 50%;
}
section.content #newsIntern .NewsItem .news-item-photo .photo::after {
    content: '';
    position: absolute;
    left: -50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 1px;
    background: #333;
    z-index: 10;
    opacity: 0;
    transition: all .4s;
}
section.content #newsIntern .NewsItem:hover .news-item-photo .photo::after {
    opacity: 1;
    left: 50%
}
section.content #newsIntern .NewsItem .news-item-content h5.news-title {
    margin-bottom: 25px;
    transition: color .6s;
}
section.content #newsIntern .NewsItem:hover .news-item-content h5.news-title {
    color: #333;
}
section.content #newsIntern .NewsItem .news-item-content h5.news-title span.subtitle {
    font-size: 24px;
    font-weight: normal;
}
section.content #newsIntern .NewsItem .news-item-content span.readmore {
    background: #004457;
    color: #fff;
    padding: 8px 15px;
    transition: all .6s;
}
section.content #newsIntern .NewsItem:hover .news-item-content span.readmore {
    background: #5faac8;
    box-shadow: 0 5px 20px rgba(0,0,0,.25);
}
section.content #newsIntern .NewsItem .linkNews {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
}
section.content .content-blog h2 {
    font-size: 30px;
}
section.content .backNews {
    text-align: right;
    margin-top: 4px;
}
section.content a.back {
    background: #004457;
    color: #fff;
    padding: 8px 15px;
    text-decoration: none;
    transition: background .6s;
}
section.content a.back:before {
    opacity: 0;
}
section.content a.back:hover {
    background: #5faac8;
    color: #fff;
    text-decoration: none;
}
section.content a.back i {
    margin-right: 10px;
}

/* Page Brands */
section.content .cta-marques a {
    display: inline-block;
    font-size: 1em;
    line-height: 1.4;
    font-weight: normal;
    border-radius: 5px;
    color: #fff;
    background: #004457;
    padding: 8px 14px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    outline: none;
    transition: all .6s;
    font-size: 16px;
}
section.content .cta-marques a:hover {
    background: #5faac8;
    box-shadow: 0 5px 20px rgba(0,0,0,.25);
}
section.pricing {
    text-align: center;
    margin: 50px 0;
}
section.pricing .col-md-4:first-of-type {
    margin-left: 15px;
}
section.pricing .col-md-4 {
    background: #fff;
    padding: 20px;
    margin: 0 8px;
    flex: 0 0 31.555555%;
    max-width: 31.555555%;
    box-shadow: 0 5px 20px rgba(0,0,0,.25);
}
section.pricing .col-md-4:nth-child(2) {
    transform: scale(1.1);
    z-index: 10;
}
section.pricing .col-md-4 h2 {
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    color: #5faac8;
    font-size: 26px;
}
section.pricing .col-md-4 .icon {
    background: #004457;
    color: #fff;
    font-size: 40px;
    border-radius: 50%;
    display: inline-block;
    width: 75px;
    height: 75px;
    line-height: 75px;
    margin: 20px 0;
}
section.pricing .col-md-4 h3 {
    background: #5faac8;
    color: #fff;
    font-weight: normal;
    font-size: 22px;
    margin: 0 0 30px 0;
    padding: 15px 0;
}
section.pricing .col-md-4 .button.read-more {
    margin-top: 20px;
}
section.pricing .col-md-4 .button.devis {
    margin-top: 30px;
}
section.pricing .col-md-4 .button.read-more a {
    font-size: 12px;
}
section.pricing .col-md-4 .button.read-more a,
section.pricing .col-md-4 .button.devis a {
    background: #004457;
    color: #fff;
    padding: 8px 10px;
    border-radius: 5px;
    transition: all .6s;
}
section.pricing .col-md-4 .button.read-more a {
    background: #5faac8;
}
section.pricing .col-md-4 .button.devis a:hover,
section.pricing .col-md-4 .button.read-more a:hover {
    border-radius: 20px;
}
section.pricing .col-md-4 .button.read-more a:before,
section.pricing .col-md-4 .button.devis a:before {
    opacity: 0;
}


/* Subpages training */
section.content .tab-content {
    background: #eee;
    padding: 20px;
    border: 1px solid;
    border-color: #eee #dee2e6 #dee2e6 #dee2e6;
}
.nav-tabs .nav-item.show .nav-link, 
.nav-tabs .nav-link.active {
    background: #eee;
    border-color: #dee2e6 #dee2e6 #eee;
}
.nav-tabs a.nav-link {
    text-decoration: none;
}

/* Page Jobs */

section.content .item-job .NewsItem {
    width: 50%;
    float: left;
    border-top: none !important;
    border-bottom: 1px solid #eee;
}
section.content .item-job .NewsItem .news-item-wrapper {
    grid-template-columns: 2fr 3fr !important;
    min-height: 410px;
}
section.content .item-job .NewsItem .news-item-wrapper .news-item-photo {
    height: auto !important;
}
/* Page Contact */
section.content.contact {
    padding: 50px 0 0 0;
}
section.content .contact-info .img-contact {
    width: 100%;
    margin-bottom: 30px;
}
section.content .contact-info .number {
    color: #004457;
    font-size: 22px;
}
section.content .contact-info .number-responsive {
    display: none;
}
section.content .contact-info .box-contact {
    margin-right: 50px;
    font-size: 14px;
}
section.content .contact-info .box-contact .c-icon {
    padding-left: 52px;
    margin-bottom: 20px;
    position: relative;
}
section.content .contact-info .box-contact .c-icon:before {
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900; 
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border: 1px solid #004457;
    border-radius: 50%;
	color: #004457;
}
section.content .contact-info .box-contact .c-adr:before {
    content: "\f3c5";
}
section.content .contact-info .box-contact .c-phone:before {
    content: "\f3cd";
}
section.content .contact-info .box-contact .c-mail:before {
    content: "\f0e0";
}
section.content .contact-info .box-contact span.titre {
	font-size:17px;
	font-weight:700;
	margin-bottom:8px;
	color: #004457;
}
section.content .contact-info .box-contact .c-phone {
    white-space: nowrap;
}
section.content .contact-info .social h5 {
    color: #333;
    font-weight: normal;
    margin: 0;
}
section.content .contact-info .social a {
    font-size: 17px;
    margin-top: 10px;
    border-radius: 5px;
}
section.content .contact-info .social a::before {
    opacity: 0;
}

/* Sponsoring - Home */
section.sponsorisons {
    position: relative;
    padding: 100px 0;
    background: url(../images/pattern-polygon01.png) repeat center top;
    overflow: hidden;
}
section.sponsorisons .bx-home {
    float: left;
    width: 50%;
    position: relative;
}
section.sponsorisons .bx-home p {
    margin: 0;
}
section.sponsorisons .bx-home .img-bx {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}
section.sponsorisons .bx-home .img-bx img {
    width: 100%;
    height: auto;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    ms-transform: scale(1);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
section.sponsorisons .bx-home:hover .img-bx 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);
    ms-transform: scale(1.1);
}
section.sponsorisons .bx-home .img-bx:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(156, 39, 119, 0.8);
    opacity: 0;
    transition: all 0.4s;
}
section.sponsorisons .bx-home:hover .img-bx:after {
    opacity: 1;
}
section.sponsorisons .bx-home h2 {
    position: absolute;
    top: 50%;
    font-size: 15px;
    left: 0;
    right: 0;
    text-align: center;
    opacity: 0;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    padding-bottom: 10px;
}
section.sponsorisons .bx-home h2:after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: 0;
    width: 20px;
    height: 3px;
    background: #fff;
}
section.sponsorisons .bx-home:hover h2 {
    opacity: 1;
}
section.sponsorisons .link {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    z-index: 1;
}
section.sponsorisons .bx-text h2 {
    letter-spacing: 4px;
    margin-bottom: 30px;
}
section.sponsorisons .bx-text h2 big {
    display: block;
    text-transform: uppercase;
}
section.sponsorisons .spon-text h6 {
    margin-top: 20px;
}
section.sponsorisons .spon-text h6 a {
    font-size: 16px;
    color: #5faac8;
}
section.sponsorisons .spon-text h6 a:hover {
    color: #004457;
    text-decoration: none;
}
section.sponsorisons .spon-text h6 a .fa {
    font-size: 25px;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

/* Counters - Home */
.destacadocounter {
    background: url(../images/bureau03.jpg) no-repeat center top fixed;
    background-size: cover;
    -webkit-backface-visibility: hidden;
    padding: 70px 0;
    font-size: 22px;
    color: #fff;
    text-align: center;
    margin-top: 0px;
}
.destacadocounter p {
    margin: 0;
}
.numeros {
    font-size: 60px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 60px !important;
}
.paises {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
}
.icocont {
    font-size: 48px;
    color: #fff;
}
.icocont-cont {
    height: 75px!important;
    background: url(../images/milestones-spacer.png) no-repeat center;
}

/* Testimonials - Home */
section.avis {
    background: url(../images/bg-témoignages.jpg) no-repeat center;;
    width: 100%;
    padding: 50px 0 40px;
}
section.avis article {
    text-align: center;
    max-width: 768px;
    margin: 0 auto;
}
section.avis .titre-avis {
    font-size: 32px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #777;
    position: relative;
    padding-bottom: 26px;
    font-weight: 900;
}
section.avis .titre-avis::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -72px;
    width: 145px;
    height: 2px;
    background: #5faac8;
}
section.avis .guestbook-messages .gb-content .gb-entry .gb-info .gb-date-time .gb-time {
    margin-left: 0;
    display: none;
}
section.avis .guestbook-messages .gb-content .gb-entry .gb-info .gb-date-time {
    font-size: 18px;
    color: #777;
}
section.avis .guestbook-messages .gb-content .gb-entry {
    border-bottom: 0!important;
}
section.avis .gb-author-name a span {
    color: #777;
    font-size: 18px;
}
section.avis .guestbook-messages .gb-content .gb-entry .gb-message {
    color: #777;
    padding: 14px 0 53px;
}
section.avis .guestbook-messages .gb-content .gb-entry .gb-info .gb-author-name {
    font-weight: 400;
}
section.avis .guestbook-messages .gb-content .gb-entry .gb-info .gb-author-name a {
    text-decoration: none;
}
section.avis .gb-info {
    display: table;
    margin: 0 auto;
}
section.avis .gb-entry-score {
    border: 1px solid #004457;
    padding: 3px 17px 2px;
    border-radius: 20px;
    width: auto;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    vertical-align: middle;
    display: table;
    font-size: 18px;
}
section.avis .gb-entry-score>strong {
    display: none;
}
section.avis .gb-entry-score .fa {
    font-size: 18px;
    padding: 0 5px;
}
section.avis .gb-entry-score .fullStar {
    color: #004457;
}
section.avis .fa-star-o:before {
    content: "\f005";
    color: #5faac8;
}
section.avis .slick-dots {
    position: relative;
    bottom: inherit;
    margin-top: 10px;
}
section.avis .slick-dots li {
    margin: 0;
}
section.avis ul.slick-dots li {
    padding: 0;
    background-image: none;
    margin: 0 3px;
    height: 12px;
    width: 12px;
}
section.avis .slick-dots li button {
    height: 12px;
    width: 12px;
}
section.avis .slick-dots li button:before {
    font-size: 12px;
    line-height: 12px;
    opacity: 1;
    color: transparent;
    border-radius: 50%;
    height: 12px;
    width: 12px;
    background: #5faac8;
}
section.avis .slick-dots li.slick-active button:before {
    background: #004457;
    opacity: 1;
}
section.avis .gb-entry-score strong {
    display: none;
}
section.avis .fa-calendar:before,
section.avis .fa-clock-o:before {
    content: "";
}
section.avis .lireplus {
    font-size: 14px;
    color: #fff;
    background: #777;
    text-decoration: none;
    text-align: center;
    width: 110px;
    line-height: 41px;
    padding: 0;
    display: table;
    margin: 65px auto 0;
    text-transform: uppercase;
}
section.avis .lireplus:hover {
    background: #fff;
    color: #9c2777;
}
.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-loading .slick-list {
    background: #fff url("../images/ajax-loader.gif") center center no-repeat;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    zoom: 1;
}
.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    margin-top: -10px;
    padding: 0;
    border: none;
    outline: none;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
    left: -25px;
}
.slick-prev:before {
    content: "\2190";
}
.slick-next {
    right: -25px;
}
.slick-next:before {
    content: "\2192";
}
.slick-slider {
    margin-bottom: 30px;
}
.slick-dots {
    position: absolute;
    bottom: -45px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    width: 100%;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}
.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "\2022";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: black;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    color: black;
    opacity: 0.75;
}

/* --- Footer --- */

footer {
    position: relative;
    padding: 80px 0;
    background: url(../images/bg-footer.jpg) center fixed no-repeat;
    color: #fff;
}
footer > .container {
    position: relative;
    z-index: 100;
}
footer:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 50;
    background: rgba(0,0,0,.7);
}
footer h2 {
    font-size: 25px;
    text-transform: uppercase;
    color: #5faac8;
    margin-bottom: 30px;
    font-weight: bold;
}
footer a {
    position: relative;
    text-decoration: none;
}
footer a:hover {
    color: #5faac8;
}
footer a:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 0;
    background: #5faac8;
    transition: all .6s;
}
footer a:hover:before {
    width: 100%;
}
footer hr {
    border-color: #eee;
}
footer .section-contact {
    margin-top: 40px;
}
footer .compteur {
    margin: 20px 0;
}
footer .compteur .icon-visiteur,
footer .compteur .number,
footer .compteur .txt-compteur {
    display: inline-block;
}
footer .compteur .icon-visiteur {
    left: 0;
    bottom: -5px;
    position: relative;
    margin-right: 2px;
}
footer .compteur .icon-visiteur i {
    font-size: 30px;
}
footer .compteur .number {
    color: #5faac8;
    margin-right: 2px;
    font-weight: bold;
}
footer .contact-info {
    margin-bottom: 30px;
}
footer .contact-info .col-md-2 {
    text-align: center;
}
footer .contact-info .mb {
    margin-bottom: 20px;
}
footer .contact-info i {
    font-size: 30px;
}
footer .contact-info .number-responsive {
    display: none;
}
footer section.newsletter {
    margin-bottom: 40px;
}
footer .openinghours {
    margin-top: 50px;
}
footer .openinghours .containerOpening {
    display: flex;
    justify-content: center;
}
footer .openinghours .containerOpening .openingLine {
    flex-grow: 1;
    flex-basis: 0;
    position: relative;
    padding: 25px 20px;
    margin: 5px; 
    text-align: center;
    cursor: default;
    border: 1px solid #5faac8;
    transition: all .6s;
}
footer .openinghours .containerOpening .openingLine:hover {
    border-color: #6a6d73;
    cursor: pointer;
}
footer .openinghours .containerOpening .openingLine .openingDay {
    font-family: 'Open Sans Condensed', Arial, Tahoma, sans-serif;
    font-weight: bold;
    font-size: 1.2em;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
}
footer .openinghours .containerOpening .openingLine .openingTime {
    color: #5faac8;
}
section.footer-bottom {
    position: relative;
    background: #111;
    color: #6a6d73;
    padding: 40px 0;
}
section.footer-bottom hr {
    border-color: #6a6d73;
}
section.footer-bottom a {
    position: relative;
    color: #6a6d73;
    text-decoration: none;
    transition: all .6s;
}
section.footer-bottom a:hover {
    color: #5faac8;
}
section.footer-bottom a:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 0;
    background: #5faac8;
    transition: all .6s;
}
section.footer-bottom a:hover:before {
    width: 100%;
}
section.footer-bottom .language-footer {
    text-align: right;
}
section.footer-bottom .language-footer a.selected {
    color: #5faac8;
}
section.footer-bottom .language-footer a.selected:hover {
    text-decoration: none;
    cursor: default;
}
section.footer-bottom .language-footer a.selected:hover:before {
    width: 0;
}
section.footer-bottom .language-footer a span {
    font-size: 0;
    line-height: 0;
}
section.footer-bottom .language-footer a span:before {
    font-size: 16px;
    line-height: 1;
}
section.footer-bottom .language-footer a span#lang-nl:before {
    content: 'Nederlands';
}
section.footer-bottom .language-footer a span#lang-fr:before {
    content: 'Français';
}
section.footer-bottom .copyright {
    text-align: center;
}

/* News items - Page */
.marketing .marketing-slider .container {
    position: relative;
}
.marketing .marketing-slider .NewsItemBackground {
    position: relative;
    height: 450px;
    background: no-repeat center;
    background-size: cover;
    opacity: 100;
}
section.marketing .marketing-slider.slider-news .cta-slide {
    padding: 15px 15px;
}
section.marketing .marketing-slider.slider-news .cta-slide i {
    width: 44px;
    height: 44px;
    line-height: 44px;
}
section.marketing .marketing-slider.slider-news .cta-slide .phone .number, 
section.marketing .marketing-slider.slider-news .cta-slide .mail .link-mail, 
section.marketing .marketing-slider.slider-news .cta-slide .facebook .link-facebook, 
section.marketing .marketing-slider.slider-news .cta-slide .linkedin .link-linkedin, 
section.marketing .marketing-slider.slider-news .cta-slide .language .link-language {
    height: 44px;
    line-height: 44px;
}
section.marketing .marketing-slider.slider-news .cta-slide .phone:hover .number, 
section.marketing .marketing-slider.slider-news .cta-slide .mail:hover .link-mail, 
section.marketing .marketing-slider.slider-news .cta-slide .facebook:hover .link-facebook, 
section.marketing .marketing-slider.slider-news .cta-slide .linkedin:hover .link-linkedin, 
section.marketing .marketing-slider.slider-news .cta-slide .language:hover .link-language {
    left: 44px;
}
.marketing .marketing-slider .date {
    position: absolute;
    left: 20px;
    bottom: 20px;
    width: 100px;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    z-index: 5;
}
.marketing .marketing-slider .date .day,
.marketing .marketing-slider .date .year {
    display: block;
    text-align: center;
    background: #5faac8;
    color: #fff;
    padding: 5px 0;
}
.marketing .marketing-slider .date .month {
    display: block;
    text-align: center;
    background: #004457;
    color: #fff;
    padding: 5px 0;
}
section.content .at-resp-share-element .at-share-btn {
    margin-bottom: 0;
}

/* Page - Pess Kit */
section.content .press-kit {
    background: #eee;
    padding: 30px;
}
section.content .press-kit ul {
    padding-left: 0;
}
section.content .press-kit ul li {
    margin-left: 0;
}

/* Page - Contact */
section.contact .map {
    height: 400px;
    /*filter: grayscale(100%);*/
}

/* Scroll to top */
.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    z-index: 100;
    bottom: 20px;
    right: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: #004457 url(../images/arrow-top.png) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s 0s, visibility 0s .3s;
    cursor: pointer;
}
.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
    transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
    visibility: visible;
    opacity: .8;
}
.cd-top.cd-fade-out {
    opacity: .6;
}
.cd-top:hover {
    opacity: 1;
    background-color: #5faac8;
}
.no-touch .cd-top:hover {
    background-color: #5faac8;
    opacity: 1;
}

/*--------------------------------------------------
# Navigation
--------------------------------------------------*/

/*--------------------------------------------------
## Superfish
--------------------------------------------------*/
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu li {
	position: relative;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}
.sf-menu > li {
	float: left;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}

.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu ul ul {
	top: 0;
	left: 100%;
}


/*** DEMO SKIN ***/
.sf-menu {
	float: left;
}
.sf-menu li {
    margin-left: 5px;
}
.sf-menu a {
	padding: 8px 25px;
	text-decoration: none;
    color: #666;
    font-size: 16px;
    font-family: 'Roboto';
    transition: all .8s;
}
.sf-menu a:hover,
.sf-menu li.selected a {
    color: #fff;
    background: #004457;
}
.sf-menu ul {
    margin-top: 10px;
    min-width: 250px;
    box-shadow: 0 0 5px #333;
}
.sf-menu ul li {
    margin-left: 0;
}
.sf-menu ul li a,
.sf-menu li.selected a ul li a {
    text-align: left;
	padding: 10px;
    color: #666 !important;
    background: #fff !important;
    border-radius: 0;
}
.sf-menu ul li a:hover,
.sf-menu li ul li.selected a,
.sf-menu li.selected a ul li a:hover {
    color: #fff !important;
    background: #004457 !important;
}

/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
	padding-right: 2.5em;
	*padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
}
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900; 
	content: '\f107';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 1em;
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
	border-top-color: white; /* IE8 fallback colour */
}
/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
	content: '\f105';
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
	border-left-color: white;
}


/* Mobile navigation */

.site-overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	opacity: 0;
	transform: translate3d(100%,0,0);
	transition: opacity 0.4s, transform 0s 0.4s;
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}

/* Close Button */
.menu-wrap .close-button {
	width: 1.5em;
	height: 1.5em;
	position: absolute;
	right: 1em;
	top: 1em;
	overflow: hidden;
	text-indent: 1em;
	font-size: 0.75em;
	border: none;
	background: transparent;
	color: transparent;
}
.menu-wrap .close-button::before,
.menu-wrap .close-button::after {
	content: '';
	position: absolute;
	width: 3px;
	height: 100%;
	top: 0;
	left: 50%;
	background: #ccc;
	transition: background .4s;
}
.menu-wrap .close-button::before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.menu-wrap .close-button::after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.menu-wrap .close-button:hover::before,
.menu-wrap .close-button:hover::after {
	background: #fff;
}

/* Menu */
.menu-wrap {
	position: fixed;
	overflow: auto;
	top: 0;
	left: 0;
	z-index: 1001;
	width: 300px;
	height: 100%;
	background: #5faac8;
	box-shadow: 0 0 20px rgba(0,0,0,.8);
	padding: 40px 20px 100px;
	transform: translateX(-100vw);
	transition: transform 0.4s;
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}

.mobile-menu {
	transform: translateX(500px);
}
.mobile-menu > ul {
	display: block;
	transform: translateX(-1000px);
}
.mobile-menu,
.mobile-menu > ul {
	transition: transform 0s 0.4s;
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}
.mobile-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 18px;
	line-height: 1.5em;
}
.mobile-menu ul ul {
	background: rgba(0,0,0,.15);
	font-size: 16px;
	margin-top: 5px;
	margin-bottom: -5px;
	border-top: 1px solid rgba(255,255,255,.2);
}
.mobile-menu li:first-child {
	border-top: none;
}
.mobile-menu li {
	padding: 5px 0;
	border-top: 1px solid rgba(255,255,255,.2);
}
.mobile-menu li li {
	position: relative;
	border-top: 1px solid rgba(255,255,255,.2);
}
.mobile-menu li li::before {
	content: '\f105';
	font-family: 'Font Awesome 5 Free';
	font-weight: bold;
	position: absolute;
	color: rgba(255,255,255,.5);
	z-index: 5;
	left: 10px;
}
.mobile-menu a {
	padding: 0 5px;
	display: block;
	color: #fff;
	text-decoration: none;
	transition: color .4s, background .4s;
}
.mobile-menu a:hover {
	background: #004457;
}
.mobile-menu li li a {
	padding-left: 25px;
}

/* Shown menu */
.show-menu .menu-wrap {
	transform: translate3d(0,0,0);
	transition: transform 0.8s;
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}
.show-menu .mobile-menu,
.show-menu .mobile-menu ul {
	transform: translate3d(0,0,0);
	transition: transform 0.8s;
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}
.show-menu .mobile-menu ul {
	transition-duration: 0.9s;
}
.show-menu .site-overlay {
	opacity: 1;
	transition: opacity 0.8s;
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transform: translate3d(0,0,0);
}


/*--------------------------------------------------
# Responsive
--------------------------------------------------*/
@media (max-width:1366px) {
    .sf-menu a {
        padding: 6px 10px;
    }
}
@media (max-width:1024px) {
    header#top .bg-nav {
        padding: 20px 50px;
    }
    header#top .is-sticky .bg-nav {
        padding: 10px 50px;
    }
    header#top .bg-nav .mobile-nav {
        display: block;
    }
    header#top .bg-nav nav.main-nav {
        display: none;
    }
    section.content.content-home > .row > .col-sm-6 {
        max-width: 100%;
        flex: 0 0 100%;
    }
    section.content.content-home .content-h {
        padding: 50px;
    }
    section.modules {
        padding: 50px;
    }
    section.modules article .NewsMasonry .NewsItem {
        width: 31%;
    }
    section.sponsorisons .col-sm-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    section.sponsorisons .bx-home {
        width: 25%;
    }
    section.sponsorisons .bx-text {
        margin-top: 30px;
    }
    footer .col-md-6,
    footer .col-md-3 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    footer.footer .Client,
    footer.footer .horaire {
        margin-top: 15px;
    }
    footer.footer .footer-nav p {
        text-align: center;
    }
    .marketing .marketing-slider .date {
        left: 70px;
    }
    footer .col-md-5,
    footer .col-md-7 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    footer .compteur {
        margin-bottom: 40px;
    }
    footer .contact-info .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    section.pricing .col-md-4 {
	    flex: 0 0 30.555555%;
        max-width: 30.555555%;
	}
	section.pricing .col-md-4 h3 {
	    font-size: 23px;
	}
	section.pricing .col-md-4 p {
	    font-size: 13px;
	}
}
@media (max-width:800px) {
    header#top .bg-nav .col-md-2 {
        max-width: 22.666667%;
        flex: 0 0 22.666667%;
    }
    header#top .bg-nav .col-md-10 {
        max-width: 77.333333%;
        flex: 0 0 77.333333%;
    }
    .number-responsive {
        display: inline-block !important;
    }
    .number-desktop {
        display: none !important;
    }
    .marketing .marketing-slider.slider-home .diy-slideshow figure figcaption,
    section.marketing .marketing-slider.slider-page .diy-slideshow figure figcaption {
        font-size: 2.5em;
    }
    section.marketing .arrow {
        display: none;
    }
    section.modules {
        padding: 50px;
    }
    section.modules .container {
        padding: 0;
    }
    section.modules article .NewsMasonry .NewsItem {
        width: 100%;
        margin: 10px 0;
    }
    section.destacadocounter .col-md-3 {
        flex: 0 0 50%;
        max-width: 50%;
        margin-top: 60px;
    }
    section.destacadocounter .col-md-3:first-of-type,
    section.destacadocounter .col-md-3:nth-child(2) {
        margin-top: 0px;
    }
    #news-items > .news-item .news-item-wrapper .news-item-photo {
        height: 223px !important;
    }
    section.content .searchForm input#tags {
        min-width: 80%;
    }
    footer .openinghours .containerOpening {
        display: block;
    }
    section.pricing .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
        margin: 20px 0;
    }
    section.pricing .col-md-4:first-of-type {
        margin: 0 0 20px 0;
    }
    section.pricing .col-md-4:nth-child(2) {
        transform: scale(1);
    }
}
@media (max-width:480px) {
    
        #contactForm_7 > div.g-recaptcha > div {
        width: 304px;
        height: 78px;
    }
    section.content article iframe,
    #contactForm_7 > div.g-recaptcha > div > div > iframe{
        height: 80px !important;
    }
    #contactForm_7 > div.contact-submit {
        position: relative;
        z-index: 3;
        width: 100%;
    }
    header#top .bg-nav {
        padding: 20px 20px;
    }
    header#top .is-sticky .bg-nav {
        padding: 10px 20px;
    }
    header#top .bg-langue .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    header#top .bg-nav .col-md-2 {
        max-width: 42.666667%;
        flex: 0 0 42.666667%;
    }
    header#top .bg-nav .col-md-10 {
        max-width: 57.333333%;
        flex: 0 0 57.333333%;
    }
    section.marketing .cta-slide,
    section.marketing .marketing-slider.slider-news .cta-slide {
        padding: 15px 10px;
    }
    section.marketing .cta-slide i,
    section.marketing .marketing-slider.slider-news .cta-slide i {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    section.marketing .cta-slide .phone, 
    section.marketing .cta-slide .mail, 
    section.marketing .cta-slide .language, 
    section.marketing .cta-slide .facebook {
        margin-bottom: 5px;
    }
    section.marketing .cta-slide .phone:after, 
    section.marketing .cta-slide .mail:after, 
    section.marketing .cta-slide .language:after, 
    section.marketing .cta-slide .facebook:after {
        opacity: 0;
    }
    section.marketing .cta-slide .phone:hover .number, 
    section.marketing .cta-slide .mail:hover .link-mail, 
    section.marketing .cta-slide .facebook:hover .link-facebook, 
    section.marketing .cta-slide .linkedin:hover .link-linkedin, 
    section.marketing .cta-slide .language:hover .link-language,
    section.marketing .marketing-slider.slider-news .cta-slide .phone:hover .number, 
    section.marketing .marketing-slider.slider-news .cta-slide .mail:hover .link-mail, 
    section.marketing .marketing-slider.slider-news .cta-slide .facebook:hover .link-facebook, 
    section.marketing .marketing-slider.slider-news .cta-slide .linkedin:hover .link-linkedin, 
    section.marketing .marketing-slider.slider-news .cta-slide .language:hover .link-language {
        left: 40px;
    }
    section.marketing .cta-slide .phone .number, 
    section.marketing .cta-slide .mail .link-mail, 
    section.marketing .cta-slide .facebook .link-facebook, 
    section.marketing .cta-slide .linkedin .link-linkedin, 
    section.marketing .cta-slide .language .link-language,
    section.marketing .marketing-slider.slider-news .cta-slide .phone .number, 
    section.marketing .marketing-slider.slider-news .cta-slide .mail .link-mail, 
    section.marketing .marketing-slider.slider-news .cta-slide .facebook .link-facebook, 
    section.marketing .marketing-slider.slider-news .cta-slide .linkedin .link-linkedin, 
    section.marketing .marketing-slider.slider-news .cta-slide .language .link-language {
        height: 40px;
        line-height: 40px;
    }
    aside.sidebar .buttons a {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 16px;
    }
    section.marketing .marketing-slider.slider-home .diy-slideshow,
    section.marketing .marketing-slider.slider-page, 
    section.marketing .marketing-slider.slider-page .diy-slideshow {
        min-height: 250px;
    }
    .marketing .marketing-slider .NewsItemBackground {
        height: 250px;
    }
    .marketing .marketing-slider.slider-home .diy-slideshow figure figcaption,
    section.marketing .marketing-slider.slider-page .diy-slideshow figure figcaption {
        font-size: 2em;
    }
    section.content.content-home .content-h,
    section.content .marques,
    section.modules {
        padding: 20px;
    }
    section.content .marques h5 {
        font-size: 40px;
        margin-bottom: 20px;
    }
    section.content .marques .row {
        margin: 0;
    }
    section.content .marques .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
        margin-top: 10px;
        padding: 0 !important;
        margin: 0;
    }
    section.content .marques .col-sm-6.online,
    section.content .marques .col-sm-6.videobiz {
        margin-top: 0;
    }
    .mk-flipbox-container.flip-horizontal .mk-flipbox-front,
    section.content .marques .waiting-room .mk-flipbox-content,
    .mk-flipbox-container.flip-horizontal .mk-flipbox-back,
    .mk-flipbox-container {
        min-height: 170px;
        height: 170px !important;
    }
    section.modules article .NewsMasonry .NewsItem .newsInfo {
        top: 5%;
        left: 5%;
        right: 5%;
        bottom: 5%;
    }
    section.sponsorisons {
        padding: 20px 0;
    }
    section.sponsorisons .bx-home {
        width: 50%;
    }
    section.content .text-resize img {
        width: 100%;
        height: auto;
        margin: 0 0 15px 0 !important;
    }
    footer.footer .email:after {
        right: -29px;
        top: -100px;
    }
    .cd-timeline__content h2 {
        font-size: 30px;
    }
    .cd-timeline__content p {
        font-size: 1rem;
    }
    section.content #newsIntern .NewsItem .news-item-wrapper {
        grid-template-columns: 1fr;
    }
    .contact-info .social {
        margin-bottom: 20px;
        border-bottom: 1px solid #eee;
        padding-bottom: 20px;
    }
    section.content article iframe {
        width: 100%;
        height: 216px;
    }
    section.content .SearchResults {
        padding: 0 15px;
    }
    ul#ui-id-1 {
        width: 80% !important;
    }
    section.content .item-job .NewsItem {
        float: none;
        width: 100%;
    }
    section.content .item-job .NewsItem .news-item-wrapper .news-item-photo {
        height: 200px !important;
    }
    section.content #newsIntern .NewsItem .news-item-wrapper {
        grid-template-columns: 1fr !important;
    }
    footer .contact-info .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    footer .contact-info .col-md-2 {
        text-align: left;
        margin-bottom: 10px;
    }
    footer .contact-info .col-md-10 {
        margin-bottom: 20px;
    }
    footer .contact-info p {
        margin: 0;
    }
    section.footer-bottom,
    section.footer-bottom .language-footer {
        text-align: center;
    }
    section.pricing .col-md-4:first-of-type {
        margin: 20px 15px;
    }
    section.pricing .col-md-4 {
        margin: 20px 15px;
        flex: 0 0 93%;
        max-width: 93%;
    }
}
@media (max-width:375px) {
    section.sponsorisons .bx-text h2 {
        font-size: 30px;
    }
    .numeros {
        font-size: 50px;
    }
    footer.footer .email:after {
        right: -4px;
    }
}
@media (max-width:320px) {
    .mk-flipbox-back .back-desc, 
    .mk-flipbox-front .front-desc {
        font-size: 11px;
    }
    section.content .marques {
        padding: 20px 0;
    }
    section.modules h2 {
        font-size: 40px;
    }
    section.sponsorisons .bx-text h2 {
        font-size: 25px;
    }
    .numeros {
        font-size: 40px;
    }
    footer.footer .email {
        line-height: 26px;
        font-size: 26px;
    }
    footer.footer .email:after {
        display: none;
    }
    footer.footer .footer-nav p {
        text-align: right;
        margin-right: 40px;
        font-size: 10px;
    }
    section.pricing .col-md-4 {
        flex: 0 0 91%;
        max-width: 91%;
    }
}