/* 
Wireframe: 13
Version: 3.0
Update: 2019.09.04
*/

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

/*--------------------------------------------------
# Fonts
--------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Audiowide&family=Raleway:wght@400;500;700&display=swap');
/*--------------------------------------------------
# General
--------------------------------------------------*/
body {
	background: #f7f7f7;
    color: #232323;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    line-height: 25px;
}
a {
    color: #2795b6;
    text-decoration: underline;
    transition: all .4s;
}
a:active, a:hover, a:focus {
    color: #0b3b52;
    text-decoration: none;
}

hr {
	border-color: rgba(0,0,0,.35);
}
 
.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: 'Audiowide', cursive;
    line-height: 25px;;
}


h1, .h1{
    font-size:45px;
	line-height: 50px;
}
h2, .h2{
	color:#0b3b52;
    font-size:32px;
	line-height: 37px;
}
h3, .h3{
	color:#4fbad5;
    font-size:28px;
	line-height: 33px;
}
h4, .h4{
	color:#085c71;
    font-size:25px;
	line-height: 30px;
}
h5, .h5{
	color:#4cbcac;
    font-size:20px;
	line-height: 25px;
}
h6, .h6{
	color:#2b769a;
    font-size:18px;
	line-height: 23px;
}

span.number-responsive {
	display: none;
}

header.top {
	position: relative;
	background: #f7f7f7;
}
header.top .fluid_container,
header.top .fluid_container #slideshow {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	height: auto;
	width: auto;
}
header.top .fluid_container #slideshow {
	margin-bottom: 0!important;
}
header.top .fluid_container #slideshow .camera_prev {
	top: 50%;
	transform: translateY(-50%);
	right: auto;
	left: 0;
	border-radius: 0 50px 50px 0;
}
header.top .fluid_container #slideshow .camera_next {
	top: 50%;
	transform: translateY(-50%);
	left: auto;
	right: 0;
	border-radius: 50px 0 0 50px;
}
header.top .fluid_container #slideshow .camera_prev,
header.top .fluid_container #slideshow .camera_next {
	position: absolute;
	background: rgba(247,247,247,.5);
	color: #2497b6;
	width: 40px;
	height: 50px;
	transition: all .4s;
}
header.top .fluid_container #slideshow .camera_prev:hover,
header.top .fluid_container #slideshow .camera_next:hover {
	background: #f5f5ed;
	width: 50px;
}
header.top .fluid_container #slideshow .camera_prev span,
header.top .fluid_container #slideshow .camera_next span {
	display: none;
}
header.top .fluid_container #slideshow .camera_prev::before,
header.top .fluid_container #slideshow .camera_next::before {
	font-family: 'FontAwesome';
	font-size: 24px;
	line-height: 45px;
	padding-top: 4px;
	text-align: center;
	display: block;
}
header.top .fluid_container #slideshow .camera_prev::before {
	content: '\f053';
	padding-right: 5px;
}
header.top .fluid_container #slideshow .camera_next::before {
	content: '\f054';
	padding-left: 5px;
}
header.top .fluid_container #slideshow .camera_overlayer {
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 65%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 65%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 65%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9000000', endColorstr='#00000000',GradientType=0 );
	opacity: .75;
}
header.top .NewsItemBackground {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: center no-repeat;
	background-size: cover;
}
header.top .NewsItemBackground::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 65%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 65%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 65%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9000000', endColorstr='#00000000',GradientType=0 );
	opacity: .75;
}
header.top section.top {
	    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    padding: 21px 15px;
    height: 30px;
    background: #2497b6;
    font-family: 'Raleway', sans-serif;
	color:#ffffff;
    font-size: 15px;
    transition: transform .4s;
}
header.top section.top.active {
	transform: translateY(0);
}
header.top section.top a {
	color: #fff;
}
header.top section.top .top-adresse {
	background: url(../images/icone-home.png) no-repeat left 5px;
    float: left;
    padding-left: 35px;
    margin-top: -14px;
}
header.top section.top .top-adresse * {
	margin: 0;
	padding: 0;
}
header.top section.top .top-adresse br {
	display: none;
}
header.top section.top .top-number {
	background: url(../images/icone-tel.png) no-repeat left 2px;
	float: right;
	padding-left: 40px;
    margin-top: -14px;
}
.banner.small
{
	height:650px !important;
}

header.top section.top a.button i.fa {
	transition: transform .4s;
}
header.top section.top.active a.button i.fa {
	transform: rotate(180deg);
}


header.top section.banner {
	position:relative;
    height: 897px;
}


header.top > .container {
	position: relative;
	pointer-events: none;
}
header.top nav.main-nav {
	position: relative;
	z-index: 50;
	pointer-events: auto;
	transition: background .4s;
}
header.top .is-sticky nav.main-nav {
	background: rgba(64,64,64,.85);
}
header.top nav.main-nav a.mobile-nav {
	position: absolute;
	z-index: 120;
	left: 15px;
	top: 15px;
	width: 30px;
	height: 25px;
	display: none;
}
header.top nav.main-nav a.mobile-nav span {
background: #fff;
border: none;
height: 3px;
width: 30px;
position: absolute;
top: 0;
left: 0;
transition: all .4s;
right: 0;
margin: auto;
    margin-top: auto;
margin-top: 15px;
}
header.top nav.main-nav a.mobile-nav span.middle {
    top: 9px;
}
header.top nav.main-nav a.mobile-nav span.bottom {
    top: 18px;
}
header.top nav.main-nav a.mobile-nav.active span.top {
	transform: translateY(9px) translateX(0) rotate(45deg);
}
header.top nav.main-nav a.mobile-nav.active span.middle {
	opacity: 0;
}
header.top nav.main-nav a.mobile-nav.active span.bottom {
	transform: translateY(-9px) translateX(0) rotate(-45deg);
}
header.top section.banner .logo-wrapper {
	display: block;
    position: absolute;
    text-align: center;
    top: 50%;
    z-index: 5;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}
header.top section.banner .logo-wrapper .logo {
	display: inline-block;	
	
}
header.top section.banner .logo-wrapper .logo * {
	pointer-events: auto;
}
header.top section.banner .logo-wrapper .logo .cta {
	margin-top: 50px;
    font-family: 'Raleway', sans-serif;
	font-size: 36px;
	line-height: 50px;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 0 1px 10px rgba(0,0,0,.5);
}
.cta p{margin:0;}

header.top section.banner .logo-wrapper .logo .cta2 {
	padding-top: 10px;
    font-family: 'Audiowide', cursive;
	font-size: 45px;
	line-height: 33px;
	text-transform: uppercase;
	text-shadow: 0 1px 10px rgba(0,0,0,.5);
}
header.top section.banner .logo-wrapper .logo .cta strong {
	color: #ff738f;
	font-size: 40px;
}
/*header.top section.banner .logo-wrapper .logo .cta a {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}*/

header.top section.banner .logo-wrapper .logo .cta a {
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    text-shadow: none;
    background: #4cbcac;
    letter-spacing: 0;
    display: table;
    margin: 20px auto 0;
    padding: 0 20px;
}
header.top section.banner .logo-wrapper .logo .cta a:hover {
    color: #000;
    background:#fff;
}
.wrapper {
	background: url(../images/bg-content.jpg) fixed center top;
	position: relative;
	z-index: 1;
	padding: 0 0 55px;
}


header.page-title {
	position: relative;
    background: url(../images/bg-title.png) center bottom no-repeat;
    text-align: center;
    padding-bottom: 120px;
    margin-bottom: 30px;
    margin-top: 90px;
}
header.page-title h1 {
	margin: 0;
	padding: 0;
	color: #2795b6;
	font-family: 'Audiowide', cursive;
	font-size: 75px;
	line-height: 30px;
	text-transform:uppercase;
}
header.page-title h1 span.sub-title {
    font-family: 'Raleway', sans-serif;
    font-size: 22px;
    color: #848282;
    display: block;
	    text-transform: none;
 
}

.wrapper-page header.page-title {
	position: relative;
    background: url(../images/bg-title.png) center bottom no-repeat;
    text-align: center;
    padding-bottom: 100px;
    margin-bottom: 30px;
    margin-top: 70px;
}

.wrapper-page header.page-title  h1 {
	margin: 0;
	padding: 0;
	color: #2795b6;
	font-family: 'Audiowide', cursive;
	font-size: 39px;
    line-height: 49px;
	text-transform:uppercase;
}

.wrapper:not(.wrapper-page) {
    text-align: center;
}

a#btp_id {
    display: table;
    margin: 0 auto;
}

a#btp_id img{
	width:128px;
}

.batibouw {
    margin-top: 30px;
}


article.content {
}
article.content p {
    margin-top: 15px;
	margin-bottom: 15px;
}
article.content ul {
    padding-left: 10px;
}
article.content ul li {
    list-style: none;
    background: url(../images/list-icon01.png) no-repeat 0 5px;
    padding-left: 25px;
}
article.content ul ul li {
    background-image: url(../images/list-icon02.png);
    padding-left: 20px;
}
article.content .table-style {
	position: relative;
}
article.content .table-style th {
	background: #eee;
}
article.content .table-style th,
article.content .table-style td {
	border: 1px solid #ccc;
	padding: 2px 5px;
}
article.content .box_googlemaps iframe {
	border: 5px solid rgba(0,0,0,.15);
	margin-bottom: 20px;
	background: #fff;
}

article.content #news-boxes {
	position: relative;
}
article.content #news-boxes .box {
	box-shadow: 0 0 0 5px #f7375e;
	margin-bottom: 25px;
}
article.content #news-boxes .box figure {
	position: relative;
}
article.content #news-boxes .box figure .photo {
	position: relative;
	padding-bottom: 70%;
	background: #f5f5ed center no-repeat;
	background-size: cover;
}
article.content #news-boxes .box figure .photo.nophoto {
	background-image: url(../images/logo-floral.png);
	background-size: 50%;
	box-shadow: inset 0 0 50px rgba(0,0,0,.2);
}
article.content #news-boxes .box figure .photo::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: -20px;
	height: 20px;
	background: url(../images/box-border-pink.png) center top no-repeat;
	transform: rotate(180deg);
	opacity: 0;
	transition: bottom .4s, opacity .4s;
}
article.content #news-boxes .box:hover figure .photo::after {
	bottom: 0;
	opacity: 1;
}
article.content #news-boxes .box figure figcaption {
	position: relative;
	z-index: 1;
	background: #fff;
	padding: 15px;
	text-align: center;
	transition: background .4s, color .4s;
}
article.content #news-boxes .box:hover figure figcaption {
	background: #ff738f;
	color: #fff;
}
article.content #news-boxes .box figure figcaption h3 {
	color: #f7375e;
	margin: 0;
	background: url(../images/bg-title-ornament.png) center bottom no-repeat;
	text-transform: uppercase;
	padding-bottom: 25px;
	margin-bottom: 15px;
	transition: color .4s;
}
article.content #news-boxes .box:hover figure figcaption h3 {
	color: #fff;
}
article.content #news-boxes .box figure a.link {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 5;
}
/**************************************************************/
section.boxes {
    position: relative;
    background: url(../images/bg-box.jpg) center top fixed;
    background-size: cover;
    overflow: hidden;
padding: 80px 0;
}
section.boxes .boxes-wrapper {
    background: #ffffff;
    text-align: center;
    width: 68.6666%;
    margin-right: auto;
}
section.boxes .boxes-wrapper [class*="box"] {
    position: relative;
    background: #2298b6;
    margin-left: auto;
    font-size: 16px;
    color: #fff;
    overflow: hidden;
    transition: background .4s;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
section.boxes .boxes-wrapper [class*="box"] .text {
    text-align: left;
    padding: 40px 40px;
	    position: relative;
}
section.boxes .boxes-wrapper [class*="box"]:hover .img img {
    transform: scale(1.2);
}
section.boxes .boxes-wrapper [class*="box"] .img {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
section.boxes .boxes-wrapper [class*="box"] .img img {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
	    transition: all .4s;
}
section.boxes .boxes-wrapper [class*="box"] .link {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    font-size: 0;
}
section.boxes .boxes-wrapper [class*="box"]:hover {
    background: #0b3b52;
}
section.boxes .boxes-wrapper [class*="box"] p {
    margin: 0;
}
section.boxes .boxes-wrapper [class*="box"] p:not(:last-child) {
    /* position: relative; */
}
section.boxes .boxes-wrapper [class*="box"] a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    font-size: 0;
    z-index: 10;
}
section.boxes .boxes-wrapper [class*="box"] h3 {
    font-size: 27px;
    color: #fff;
    margin: 0px 0 15px;
    position: relative;
    transition: all .4s;
    padding-bottom: 15px;
}
section.boxes .boxes-wrapper [class*="box"] h3:after {
content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 46px;
    height: 2px;
    background: #ffffff;
    transition: all .4s;
}
section.boxes .boxes-wrapper [class*="box"]:hover h3:after {
    background: #fff;
}


/*****************************************************************/

section.maps {
    height: 340px;
    overflow: hidden;
    position: relative;
}

.box_googlemapsv2 iframe {
    filter: grayscale(1);
    position: absolute;
    top: -150px;
    bottom: -150px;
    height: calc(100% + 300px);
    width: 100%;
}


section.maps label.modal-label {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 0px;
}

/*******************************************************************************************/
footer.bottom {
	background: url(../images/bg-footer.png) center top repeat ;
	position: relative;
	padding: 80px 0 80px;
	color: #fff;
	line-height: 24px;
}


footer.bottom a {
	color: #fff;
}

footer.bottom .logo-bottom {
	position: relative;
	margin-top:49px;

}

footer.bottom .address {
	position: relative;


}

footer.bottom .address h3 {
	font-size: 28px;
    color: #ffffff;
    margin: 0;
    border-bottom: 1px solid #396374;
    padding-bottom: 42px;
    margin-bottom: 58px;
    position: relative;
}

footer.bottom .address h3:after {
    content: "";
    position: absolute;
    width: 53px;
    height: 7px;
    background: #4cbcac;
    bottom: -3px;
    left: 0;
}

/*footer.bottom .address h3:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #396374;
	    bottom: 0;
  
}*/

footer.bottom .address .street {
	background: url(../images/icone-map.png) left top no-repeat ;
	padding-left:52px;

}

footer.bottom .address .gsm {
	background: url(../images/icone-mobile.png) 25px top no-repeat;
    padding-left: 76px;
}

footer.bottom .address .btw {
	background: url(../images/icone-mail.png) 35px top no-repeat;
    padding-left: 90px;
}


footer.bottom .networks #ContainerBlockSocial.addthis_toolbox {
	padding-bottom: 5px;
}
footer.bottom .networks #ContainerBlockSocial.addthis_toolbox .at300b > span {
	display: none;
}
footer.bottom .networks #ContainerBlockSocial.addthis_toolbox .at300b.addthis_button_email::before {
	content: "\f003";
}
footer.bottom .networks #ContainerBlockSocial.addthis_toolbox .at300b.addthis_32x32_style.addthis_button_facebook::before {
	content: "\f09a";
}
footer.bottom .networks #ContainerBlockSocial.addthis_toolbox .at300b.addthis_32x32_style.addthis_button_twitter::before {
	content: "\f099";
}
footer.bottom .networks #ContainerBlockSocial.addthis_toolbox .at300b.addthis_32x32_style.addthis_button_linkedin::before {
	content: "\f0e1";
}
footer.bottom .networks #ContainerBlockSocial.addthis_toolbox .at300b.addthis_32x32_style.addthis_button_google_plusone_share::before {
	content: "\f0d5";
}
footer.bottom .networks #ContainerBlockSocial.addthis_toolbox .at300b.addthis_32x32_style.addthis_button_google_plusone_share {
	position: relative;
}
footer.bottom .networks #ContainerBlockSocial.addthis_toolbox .at300b.addthis_32x32_style.addthis_button_google_plusone_share #___plusone_0,
footer.bottom .networks #ContainerBlockSocial.addthis_toolbox .at300b.addthis_32x32_style.addthis_button_google_plusone_share iframe {
	position: absolute!important;
	left: 0!important;
	right: 0!important;
	top: 3px!important;
	opacity: 0;
}
footer.bottom .networks #ContainerBlockSocial.addthis_toolbox .at300b.addthis_button_pinterest_share::before {
	content: "\f231";
}
footer.bottom .networks #ContainerBlockSocial.addthis_toolbox .at300b {
	display: inline-block;
	font-size: 0px;
	cursor: pointer;
	margin: 0 5px 0 0;
	width: 30px;
	height: 30px;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #404040;
	background: #f5f5ed;
	text-decoration: none;
}
footer.bottom .networks #ContainerBlockSocial.addthis_toolbox .at300b::before {
	font-family: 'FontAwesome';
	speak: none;
	font-size: 16px;
	line-height: 30px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	display: block;
	-webkit-font-smoothing: antialiased;
}
footer.bottom .networks #ContainerBlockSocial.addthis_toolbox .at300b {
	transition: background 0.2s, color 0.2s;
}
footer.bottom .networks #ContainerBlockSocial.addthis_toolbox .at300b:hover {
	color: #f5f5ed;
	background: #404040;
}

.overlay {
	position: fixed;
	background: #0b3b52;
	top: 0;
	left: 0;
	width: 100%;
	height: 0%;
	opacity: 0;
	visibility: hidden;
	transition: opacity .4s, visibility .4s, height .4s;
	overflow: auto;
	z-index: 40;
}
.overlay.open {
	visibility: visible;
	height: 100%;
	opacity: 1;
}
.overlay nav.overlay-menu {
    position: relative;
    font-family: 'Raleway', sans-serif;
    text-align: center;
	padding: 55px 20px 20px;
}
.overlay nav.overlay-menu ul,
.overlay nav.overlay-menu ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.overlay nav.overlay-menu > ul > li {
	position: relative;
	padding: 10px;
	opacity: 0;
	transform: translateX(100%);
	-webkit-transform: translateX(100%);
}
.overlay.open nav.overlay-menu > ul > li {
	animation: slide-in .5s forwards;
	-webkit-animation: slide-in .5s forwards;
	animation-delay: .4s;
	-webkit-animation-delay: .4s;
}
@keyframes slide-in {
    100% {
    	transform: translateX(0%); 
    	opacity: 1;
    }
}
@-webkit-keyframes slide-in {
    100% {
    	-webkit-transform: translateX(0%); 
    	opacity: 1;
    }
}
.overlay nav.overlay-menu > ul > li:not(:first-child) {
	border-top: 1px solid #666;
}
.overlay nav.overlay-menu ul li a {
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	display: block;
	padding: 5px;
}
.overlay nav.overlay-menu ul ul {
	padding-top: 10px;
}
.overlay nav.overlay-menu ul ul li a {
	font-size: 16px;
	text-transform: none;
	color: #8ecede;
}

#scrollUp {
	bottom: 30px;
	right: 8px;
	padding: 8px 15px;
	background: #fff;
	color: #0b3b52;
	text-decoration: none;
	box-shadow: 0 0 10px rgba(0,0,0,.2);
}
#scrollUp:hover {
	background: #fff;
}
 
div.cc-cookies {
    width: 100%;
    background: #ff738f;
}
.cc-cookies a.cc-cookie-accept, 
.cc-cookies-error a.cc-cookie-accept, 
.cc-cookies a.cc-cookie-decline, 
.cc-cookies-error a.cc-cookie-decline, 
.cc-cookies a.cc-cookie-reset {
	background: rgba(0,0,0,.2) !important;
	color: #fff !important;
	margin: 0 10px;
}
.cc-cookies a:hover.cc-cookie-accept, 
.cc-cookies-error a:hover.cc-cookie-accept, 
.cc-cookies a:hover.cc-cookie-decline, 
.cc-cookies-error a:hover.cc-cookie-decline, 
.cc-cookies a:hover.cc-cookie-reset {
	background: #f7375e !important;
	color: #fff !important;
}

.formError,
.formError *,
#fancybox-wrap,
#fancybox-wrap *{
    box-sizing: content-box;
}
div#_atssh {
    bottom: 0;
}

/*--------------------------------------------------
# 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 {
	text-align: center;
    padding: 30px 0 0px;
    font-size: 0px;
    border-bottom: 1px solid #858381;
}
.sf-menu a {
	position: relative;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    padding: 20px 39px;
    font-size: 17px;
    line-height: 24px;
}
.sf-menu > li > a::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;	
	border-bottom: none;
	transform: translateY(-75%);
	opacity: 0;
	pointer-events: none;
	transition: transform .4s, opacity .4s;
}
.sf-menu > li {
	display: inline-block;
	padding: 0 10px;
}
.sf-menu > li:not(:first-child) {
	margin-left: 1px;
}
.sf-menu > li:not(:first-child)::before {
	content: '';
	display: block;
	width: 6px;
	height:6px;
	border-radius:50%;
	position: absolute;
	left: -1px;
	top: 29px;
	bottom: 15px;
	background: #2497b6;
	opacity: .5;
}

.sf-menu ul li:not(:first-child) {
    border-top: 1px solid #614f4d;
}
.sf-menu ul {
	min-width: 100%;
	margin-top:10px;
}
.sf-menu ul li {
	background: rgba(0,0,0,.35);
	transition: background .4s;
	width:93%;
	margin-left:10px;
	
	
}
.is-sticky .sf-menu ul li {
	background: rgba(0,0,0,.75);
}
.sf-menu ul li a {
    font-size: 15px;
}
.sf-menu li a:hover, .sf-menu li.sfHover > a,
.sf-menu li.selected > a, .sf-menu li.active > a {
		background: #4cbcac;
	    color: #ffffff;
}
.sf-menu li a:hover::before, .sf-menu li.sfHover > a::before,
.sf-menu li.selected > a::before, .sf-menu li.active > a::before {
	transform: translateY(0);
	opacity: 1;
}

/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
}
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 50%;
	transform: translateX(-50%);
	height: 0;
	width: 0;
	pointer-events: none;
	/* order of following 3 rules important for fallbacks to work */
	border: 5px solid transparent;
	border-top-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
	border-top-color: rgba(255,255,255,.5);
}
.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 {
	margin-top: -5px;
	margin-right: -3px;
	border-color: transparent;
	border-left-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
	border-left-color: rgba(255,255,255,.5);
}
.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;
}

@media only screen and (max-width : 1199px) {
.sf-menu a {   
    padding: 20px 19px;    
}

section.boxes .boxes-wrapper {
    width: 90.6666%;
}

footer.bottom .logo-bottom {
    position: relative;
    display: table;
    margin: 0 auto;
}

header.top section.banner .logo-wrapper .logo .cta2 {
    
    font-size: 40px;
    
}

footer.bottom .address h3::after {
    
    right: 0;
    margin: auto;
}

footer.bottom .address h3::after {

    right: 0;
    margin: auto;

}
footer.bottom .address h3::after {

    content: "";
    position: absolute;
    width: 53px;
    height: 7px;
    background: #4cbcac;
    bottom: -3px;
    left: 0;

}
::after, ::before {

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}
élément {

}
footer.bottom .address h3 {

    font-size: 28px;
    color: #ffffff;
    margin: 0;
    border-bottom: 1px solid #396374;
    padding-bottom: 42px;
	text-align:center;    
    position: relative;   
    margin-top: 50px;
	margin-bottom: 58px;
}

.wrapper-page header.page-title h1 {
    
    font-size: 32px;
    line-height: 42px;
  
}
h2, .h2 {
    font-size: 25px;
    line-height: 35px;
}

h3, .h3 {
    font-size: 22px;
    
}


h4, .h4 {
    font-size: 20px;
    
}


h5, .h5 {
    font-size: 18px;
   
}

h6, .h6 {
    font-size: 16px;
    
}

}


@media only screen and (max-width : 1024px) {}


@media only screen and (max-width : 991px) {
	
	header.top nav.main-nav .sf-menu {
		display: none;
	}
	header.top nav.main-nav a.mobile-nav {
		display: inline-block;
	}
	
	header.top section.top a {
    color: #fff;
    
}
	
	
header.top section.banner .logo-wrapper {
    
    /*margin: 150px 0 150px;*/

}	
header.top section.banner .logo-wrapper .logo .cta {
   
    font-size: 30px;
   
}
	
header.top section.banner .logo-wrapper .logo .cta2 {
    font-size: 33px;
}	

.wrapper-page header.page-title h1 {
    font-size: 25px;
    line-height: 32px;
}

footer.bottom .address .btw {
    background: url(../images/icone-mail.png) 25px top no-repeat;
    padding-left: 70px;
}

section.boxes .boxes-wrapper {
    width: 100%;
}

section.boxes .boxes-wrapper [class*="box"] h3 {
    font-size: 24px;
    }
	
	section.boxes .boxes-wrapper [class*="box"] .text {
    
    font-size: 14px;
}
	
	}

@media only screen and (max-width : 767px) {
	span.number {
		display: none;
	}
	span.number-responsive {
		display: inline-block;
	}
	header.top nav.main-nav {
	}
	header.top nav.main-nav .sf-menu {
		display: none;
	}
	header.top nav.main-nav a.mobile-nav {
display: inline-block;
right: 0;
margin: auto;
background: #0b3b52;
width: 100%;
text-align: center;
min-height: 50px;
left: 0;
top: 0;
	}
	.mobile-nav.active {
    position: fixed !important;
    top: 25px !important;
}
	header.top .logo-wrapper {
		margin: 30px 0 100px;
	}
	header.top .logo-wrapper .logo {
		padding-left: 10px;
		padding-right: 10px;
	}
	header.top .logo-wrapper .logo img {
		width: auto;
		height: auto;
		max-width: 80%;
	}
	header.top .logo-wrapper .logo .cta a {
		font-size: 30px;
	}
	.content-border-top::before, .content-border-top::after,
	.content-border-bottom::before, .content-border-bottom::after,
	footer.bottom .border-top::before, footer.bottom .border-top::after {
		width: 35%
	}
	.wrapper {
		padding: 15px 0;
	}
	header.page-title h1 span.subtitle {
		line-height: 30px;
		padding: 10px 0;
	}
	.boxes {
		padding: 50px 0;
	}
	.boxes .box .text {
		padding: 15px;
	}
	.boxes .box .text h2 {
		padding-bottom: 20px;
		margin-bottom: 10px;
	}
	.boxes .box .text .button {
		margin-top: 5px;
		padding: 5px 10px;
	}
	.boxes .newsletter {
		margin: -50px 0;
	}
	footer.bottom .col-sm-4 {
		width: 100%;
		margin-top: 20px;
	}
	footer.bottom .col-sm-4::first-of-type {
		margin-top: 0;
	}
	
	header.top section.top {
padding: 21px 15px;
height: auto;
text-align: center;
display: table;
margin: 0 auto;
width: 100%;
}
header.top section.top .top-adresse {
	background: url(../images/icone-home.png) no-repeat center top;   
    float: none;
   padding-top: 35px;
   padding-left: 0;
}

header.top section.top .top-number { 
background: url(../images/icone-tel.png) no-repeat center top;   
    float: none;   
	margin-top: 14px; 
	padding-left: 0;
padding-top: 23px;
}

header.top section.banner .logo-wrapper .logo .cta {
    font-size: 25px;
    line-height: 40px;
}

header.page-title h1 span.sub-title {
   
    font-size: 20px;    
}


section.boxes .boxes-wrapper [class*="box"] {
    
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 10px;
}

section.boxes .boxes-wrapper [class*="box"] .img {
   
    height: 250px;
    
}

footer.bottom {
    text-align: center;
}

footer.bottom .adress {
   

    display: table;
    float: none;
    margin: 0 auto 30px;
}

footer.bottom .address .street {
    background: url(../images/icone-map.png) center top no-repeat;
    
}

footer.bottom .address .gsm {
    background: url(../images/icone-mobile.png) center top no-repeat;
    
}

footer.bottom .address .btw {
    background: url(../images/icone-mail.png) center top no-repeat;
    
}
footer.bottom .address .street, footer.bottom .address .gsm, footer.bottom .address .btw{
	
	padding-left:15px;
	padding-top:40px;
	}
.image-right {
    float: none;
    margin: 0 auto 30px;
    display: table;
}

.image-left {
    float: none;
    margin: 0 auto 30px;
    display: table;
}

}
@media only screen and (max-width : 480px) {
	.image-left,
	.image-right {
		float: none;
		margin: 10px 0;
		width: 100%;
		height: auto;
	}
	header.top .fluid_container #slideshow .camera_overlayer {
		background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
		background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
		background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9000000', endColorstr='#00000000',GradientType=0 );
		opacity: .75;
	}
	header.top .logo-wrapper {
	}
	header.top section.top .top-adresse br {
		display: inline-block;
	}
	.content-border-top::before, .content-border-top::after,
	.content-border-bottom::before, .content-border-bottom::after,
	footer.bottom .border-top::before, footer.bottom .border-top::after {
		width: 25%
	}
	.boxes .box {
		height: auto;
	}
	.boxes .box.box01,
	.boxes .box.box03 {
		border-radius: 0;
	}
	.boxes .box .photo,
	.boxes .box .text {
		top: 0!important;
	}
	.boxes .box .text {
		height: auto;
	}
	.boxes .box[class*="box0"] .photo::before {
		top: auto;
		bottom: 0;
		transform: rotate(180deg);
		z-index: 3;
		opacity: 0;
	}
	.boxes .box[class*="box0"]:hover .photo::before {
		opacity: 1;
	}
	.boxes .box[class*="box0"] .photo::after {
		top: auto;
		bottom: 0;
		transform: none;
		z-index: 2;
		opacity: 1;
	}
	footer.bottom {
		padding: 20px 0;
	}
	
	header.top section.top .top-number {
    background: url(../images/icone-tel.png) no-repeat 50px 2px;
    float: none;
    margin-top: 14px;
}

header.top section.banner .logo-wrapper .logo .cta {
    font-size: 18px;
    line-height: 34px;
}
header.top section.banner .logo-wrapper .logo .cta2 {
    font-size: 22px;
}

section.boxes .boxes-wrapper [class*="box"] h3 {
    font-size: 20px;
}

h2, .h2 {
    font-size: 23px;
    line-height: 35px;
}

footer.bottom {
    padding: 20px 0 40px;
}
	
}

