body {
    background: #fff;
    color: #333333;
    font-family: 'BarlowSemiCondensedRegular';
    font-size: 16px;
    line-height: 21px;
}
a {
    color: #7791a2;
    text-decoration: underline;
    transition: color .4s;
}
a:active, a:hover, a:focus {
    color: #000;
    text-decoration: none;
	outline: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 {
	text-transform:uppercase;
}
h1, .h1{
    font-size: 41px;
	color: #333333;
	line-height:46px;
}
h2, .h2{
    font-size:30px;
	line-height:35px;
	color:#7791a2;
}
h3, .h3{
    font-size:27px;
	line-height:32px
}
h4, .h4{
    font-size:25px;
	line-height:30px;
	color: #7791a2;
}
h5, .h5{
    font-size:22px;
	line-height:27px;
}
h6, .h6{
    font-size:20px;
	line-height:25px;
}
header.header {
	position: relative;
}
header.header .fluid_container,
header.header .fluid_container #slideshow {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	height: auto;
	width: auto;
	margin: 0!important;
}
.camera_overlayer {
    background: url(../../images/new-images/motif.png) repeat;
}
header.header .fluid_container #slideshow .camera_pag {
	position: absolute;
	left: 0;
	bottom: 0;
}
header.header .fluid_container #slideshow .camera_pag .camera_pag_ul li {
	margin: 0 0 0 5px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,.25);
}
header.header .fluid_container #slideshow .camera_pag .camera_pag_ul li > span {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	transition: background .4s;
}
header.header .fluid_container #slideshow .camera_pag .camera_pag_ul li.cameracurrent > span {
	background: #7791a2;
}
header.header .news-photo {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: center no-repeat;
	background-size: cover;
}
header.header .top {
	position: relative;
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.76) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,0.76)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.76) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.76) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.76) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0.76) 100%);
    box-shadow: 0 0 239px 53px #fff;
}
header.header .top > .row {
	margin: 0;
}
header.header .top a.logo {
	display: inline-block;
	border-bottom: none;
    padding: 18px 0 15px;
}
header.header .top .sidebar {
    background: rgba(47, 47, 47, 0.69);
    color: #fff;
    padding: 46px 30px 25px;
    min-height: 158px;
    text-transform: uppercase;
    margin-right: -15px;
    line-height: 20px;
    font-size: 20px;
}
header.header .top .sidebar h3 {
    color: #9ebbcd;
    margin: 0;
    font-size: 26px;
    font-family: 'BarlowSemiCondensedSemiBold';
}
header.header .top .sidebar .address p {
    margin-bottom:3px;
}
header.header nav.main-nav {
	position: relative;
	z-index: 20;
	background: #7791a2;
}
header.header nav.main-nav > .row {
	margin: 0;
}
header.header a.mobile-nav {
	color: #fff;
	text-decoration: none;
	border-bottom:none;
	text-transform: uppercase;
	line-height: 1.5;
	font-style: 1.4em;
	padding: 10px 20px;
	transition: background .4s;
	display: inline-block;
}
header.header > .row {
	margin: 0;
}
header.header .cta {
    position: relative;
    background: rgba(47, 47, 47, 0.69);
    padding: 207px 30px 209px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-size: 48px;
    font-family: 'BarlowSemiCondensedSemiBold';
    line-height: 41px;
    margin-right: -15px;
}
header.header .cta strong{
    font-weight: normal;
    font-size: 35px;
}
header.header .cta.small {
    padding: 50px 30px;
    font-size: 40px;
    line-height: 36px;
}
header.header .cta p {
	margin: 0;
}
header.header .cta a {
    color: #fff;
    text-decoration: none;
    border-bottom: none;
}
header.header .cta a:hover {
	color: #7791a2;
}
header.header .spacer {
	height: 300px;
}

section.page {
	position: relative;
}
section.page > .row {
	margin: 0;
}
section.page header.page-title {
	padding: 30px 0;
}
section.page header.page-title h1 {
    position: relative;
    margin: 0;
    padding-left: 20px;
    line-height: 1;
}
section.page header.page-title h1::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0px;
	bottom: 0px;
	width: 2px;
	height:100%;
	background: #7791a2;
}
section.home header.page-title h1 {
position: relative;
    margin: 0;
    padding-left: 20px;
    line-height: 1;
    padding-top: 4px;
    padding-bottom: 0px;
}
section.home header.page-title h1::after {
	content: '';
	position: absolute;
	left: 0;
	top: 5px;
	bottom: 0px;
	width: 2px;
	height: 100%;
	background: #b3b3b3;
}
section.page header.page-title h1 span.subtitle {
	color: #7691a2;
	    font-family: 'BarlowSemiCondensedSemiBold';
}
section.page article.content {
	position: relative;
	padding-bottom: 30px;
}
section.page article.content p {
    margin-bottom: 15px;
}
section.page article.content ul {
    padding-left: 10px;
}
section.page article.content ul li {
	position: relative;
    list-style: none;
    padding-left: 25px;
}
section.page article.content ul li::before {
	content: '\f14a';
	font-family: 'FontAwesome';
	position: absolute;
	left: 0;
	top: 3px;
	font-size: .8em;
	color: #7791a2;
}
section.page article.content ul ul li {
    padding-left: 20px;
}
section.page article.content ul ul li::before {
	content: '\f111';
}
section.page article.content .table-style {
	position: relative;
}
section.page article.content .table-style th {
	background: #f2f2f2;
}
section.page article.content .table-style th,
section.page article.content .table-style td {
	border: 1px solid #ccc;
	padding: 2px 5px;
}
/**************/
section.page .box-right {
    background: #7791a2;
    color: #fff;
    padding: 80px 74px;
    margin: 49px 0 0;
}
section.page .box-right h2 {
    color: #f4f4f4;
    font-size: 24px;
    margin: 0;
}
section.page .box-right h3 {
    color: #fff;
    font-family: 'BarlowSemiCondensedSemiBold';
    font-size: 30px;
    margin: 3px 0 37px;
    position: relative;
    padding: 0 0 44px;
}
section.page .box-right h3:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 70px;
    background: #fff;
}
/**************/
section.page .content-sidebar {
	position: relative;
	padding: 30px 15px 30px 0;
}
section.page .content-sidebar .mcePxmGallery .highslide-gallery .highslideContainer {
	padding: 0 0 50% 0;
	width: 50%;
}
section.page .content-sidebar .mcePxmGallery .highslide-gallery .highslideContainer a.highslide {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: 0;
}
section.page .content-sidebar .mcePxmGallery .highslide-gallery .highslideContainer:hover a.highslide::before {
	box-shadow: inset 0 0 0 15px #000;
}
section.page .content-sidebar .mcePxmGallery .highslide-gallery .highslideContainer a.highslide img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
/*************************/
section.news {
	position: relative;
	background: #000 url(../../images/new-images/bg-box.jpg) no-repeat left center;
	    background-size: cover;
}
section.news:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    content: "";
    z-index: 0;
}
section.news .img-box {
    position: relative;
    float: left;
    height: 287px;
    width: 100%;  
}
section.news > .row .col-sm-8 {
    padding: 0;
}
section.news > .row {
	margin: 0;
}
section.news .box-01 {
    position: relative;
    color: #fff;
    text-align: center;
    padding: 56px 30px 90px;
    z-index: 2;
    font-size: 16px;
}
.bizbookSlider .slick-slider .slick-prev, 
.bizbookSlider .slick-slider .slick-next{
    width: 9px;
    height: 16px;
	margin-top: 28px;
}
.bizbookSlider .slick-slider .slick-prev{
	background:url(../../images/new-images/precedant.png) center no-repeat;
    left: 50%;
    margin-left: -15px;
}
.bizbookSlider .slick-slider .slick-next{
	background:url(../../images/new-images/suivant.png) center no-repeat;
    right: 50%;
    margin-right: -15px;
}
.bizbookSlider .slick-slider .slick-prev:before, 
.bizbookSlider .slick-slider .slick-next:before{
	font-size:0;
}
section.news .box-01 h5 {
    font-size: 22px;
    text-transform: none;
    margin: 12px 0 0px;
}
.bizbookSlider {
    /*width: 300px;*/
    margin: 0 auto;
    text-align: center;
}
.bizbookSlider ul, .bizbookSlider ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.bizbookListItemNamebox {
    float: none!important;
    border-right: none!important;
}
.bizbookSlider .bizbookListItemEvalbox {
    display: none;
}
.bizbookSlider .bizbookListItemEvalbox .bizbookListEmptyStarsbox {
    margin: 0 auto;
}
.bizbookSlider .slick-prev::before,.bizbookSlider .slick-next::before,
.bizbookSlider .slick-dots li button::before {
    color: #333;
}
/*******************************/
footer.bottom {
    position: relative;
    color: #fff;
background: rgba(50,50,50,1);
background: -moz-linear-gradient(top, rgba(50,50,50,1) 0%, rgba(25,25,25,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(50,50,50,1)), color-stop(100%, rgba(25,25,25,1)));
background: -webkit-linear-gradient(top, rgba(50,50,50,1) 0%, rgba(25,25,25,1) 100%);
background: -o-linear-gradient(top, rgba(50,50,50,1) 0%, rgba(25,25,25,1) 100%);
background: -ms-linear-gradient(top, rgba(50,50,50,1) 0%, rgba(25,25,25,1) 100%);
background: linear-gradient(to bottom, rgba(50,50,50,1) 0%, rgba(25,25,25,1) 100%);
}
.footer-text {
    padding: 40px 0 49px;
    font-size: 18px;
    line-height: 28px;
}
footer.bottom .footer-text strong {
    font-family: 'OpenSansBold';
    font-size: 20px;
    display: inline-block;
}
footer.bottom > .row {
	margin: 0;
}
footer.bottom .footer-text a {
    color: #7691a2;
    font-size: 24px;
    display: inline-block;
}
.footer-text .tel1 {
    background: url(../../images/new-images/icon-tel.png) no-repeat top left;
    padding-left: 32px;
	    background-position: 4px 5px;
}
.footer-text .mail1 {
    background: url(../../images/new-images/icon-mail.png) no-repeat top left;
    padding-left: 32px;
	    background-position: 0 6px;
}
.footer-text .map1 {
    background: url(../../images/new-images/icon-map.png) no-repeat top left;
    padding-left: 32px;
	    background-position: 4px 5px;
}
.footer-text .tva1 {
    background: url(../../images/new-images/icon-tva.png) no-repeat top left;
    padding-left: 32px;
	    background-position: 3px 3px;
}
/**********************/
footer.bottom .social {
    position: relative;
	display:flex;
    padding: 14px 0 0px;
}
footer.bottom .social #ContainerBlockSocial.addthis_toolbox .at300b, footer.bottom .social .facebook{
    display: inline-block;
    font-size: 0px;
    cursor: pointer;
    margin: 0 0 0 5px;
    width: 27px;
    height: 27px;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #1b1b1b;
    background: #fff;
    text-decoration: none;
	border-bottom:none;
    border-radius: 50%;
    transition: background .6s, color .6s;
}
footer.bottom .social #ContainerBlockSocial.addthis_toolbox .at300b:hover, footer.bottom .social .facebook:hover {
    background: #7691a2;
}
footer.bottom .social #ContainerBlockSocial.addthis_toolbox .at300b::before, footer.bottom .social .facebook::before {
    position: relative;
    z-index: 5;
    font-family: 'FontAwesome';
    speak: none;
    font-size: 17px;
    line-height: 27px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased;
}
footer.bottom .social #ContainerBlockSocial.addthis_toolbox .at300b:first-child {
    margin-left: 0px;
}
footer.bottom .social #ContainerBlockSocial.addthis_toolbox .at300b > span{
    display: none;
}
footer.bottom .social #ContainerBlockSocial.addthis_toolbox .at300b.addthis_button_email::before {
    content: "\f003";
}
footer.bottom .social #ContainerBlockSocial.addthis_toolbox .at300b.addthis_button_facebook::before {
    content: "\f09a";
}
footer.bottom .social #ContainerBlockSocial.addthis_toolbox .at300b.addthis_button_twitter::before {
    content: "\f099";
}
footer.bottom .social #ContainerBlockSocial.addthis_toolbox .at300b.addthis_button_linkedin::before {
    content: "\f0e1";
}
footer.bottom .social #ContainerBlockSocial.addthis_toolbox .at300b.addthis_button_google_plusone_share::before {
    content: "\f0d5";
}
footer.bottom .social #ContainerBlockSocial.addthis_toolbox .at300b.addthis_button_google_plusone_share {
    position: relative;
}
footer.bottom .social #ContainerBlockSocial.addthis_toolbox .at300b.addthis_button_google_plusone_share #___plusone_0,
footer.bottom .social #ContainerBlockSocial.addthis_toolbox .at300b.addthis_button_google_plusone_share iframe {
    position: absolute!important;
    left: 0!important;
    right: 0!important;
    top: 3px!important;
    opacity: 0;
}
footer.bottom .social #ContainerBlockSocial.addthis_toolbox .at300b.addthis_button_pinterest_share::before {
    content: "\f231";
}
/*********************/
footer.bottom .googlemaps {
	position: absolute;
	background: #333;
	height: auto;
	overflow: hidden;
	left: 15px;
	right: 0;
	top: 0;
	bottom: 0;
}
footer.bottom .googlemaps .box_googlemaps {
	position: absolute;
	left: -100px;
	right: -100px;
	top: -100px;
	bottom: -100px;
	height: auto!important;
	width: auto!important;
}
footer.bottom .googlemaps .box_googlemaps iframe {
	margin: 0!important;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	pointer-events: none;
}
footer.bottom .googlemaps .link a {
	font-size: 0;
}
footer.bottom .googlemaps .link a.iframe.fancyIFrame {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 10;
	    border-bottom: none;
	    background: url(../../images/new-images/map.jpg) no-repeat right top;
}

#scrollUp {
	bottom: 30px;
	right: 8px;
	padding: 8px 15px;
    background: rgba(118, 145, 162, 0.79);
    color: #fff;
	font-size: 18px;
	text-decoration: none;
	border-bottom:none;
	transition: background .4s, color .4s;
}
#scrollUp:hover {
    background: rgba(118, 145, 162, 1);
    color: #fff;
}
 
#footerSlideContainer a {
    color: rgba(0,0,0,.9);
}
 .cc-cookies {
    background: rgba(0, 0, 0, 0.85)!important;
 }
 .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: #7791a2!important;
 }
 .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 {
    color: #000!important;
 }
div.cc-cookies {
    width: 100%;
}
.formError,
.formError *,
#fancybox-wrap,
#fancybox-wrap *{
    box-sizing: content-box;
}
div#_atssh {
    bottom: 0;
}
@media only screen and (max-width : 1250px) {
#navigation .sf-menu a {
    padding: 0px 45px!important;
}
header.header .cta {
    font-size: 37px;
    line-height: 35px;
}
header.header .cta.small {
    font-size: 34px;
}
section.page .box-right {
    padding: 80px 30px;
}
}
@media only screen and (max-width : 1199px) {
header.header .cta {
    font-size: 30px;
}
header.header .cta strong {
    font-size: 28px;
}
header.header .cta.small {
    font-size: 29px;
    line-height: 31px;
}
header.header .cta a {
    width: 175px;
    padding: 5px 0;
    margin: 20px auto 0;
}
#navigation .sf-menu a {
padding: 0px 30px !important;
}
section.page .form-home h2 {
    font-size: 25px;
}
form.contactForm .formItem {
    width: 100%!important;
    padding: 0 !important;
}
}
@media only screen and (max-width : 991px) {
.selected{
	background:#7791a2!important; 
	color: #fff!important;
}
.mm-menu .mm-listview > li a:not(.mm-next):hover{
	background:#7791a2!important;
	color:#fff!important;
}
footer.bottom .googlemaps .link a.iframe.fancyIFrame {
    background: url(../../images/new-images/map.jpg) no-repeat center center;
}
	header.header .cta {    
	font-size: 26px;    
	padding: 150px 15px;    
	line-height: 27px;
}
header.header .cta strong {    
	font-size: 24px;
}
h2, .h2 {    
	font-size: 27px;    
	line-height: 32px;
}
h1, .h1 {    
	font-size: 29px;
}
section.news .box-01 {    
padding: 35px 10px 55px;
}
section.news .box-01 h5 {    
	font-size: 14px;
}
}
@media only screen and (max-width : 768px) {	
header.header .top a.logo img {
	max-width: 100%;		
	height: auto;	
}		
header.header .top .sidebar {		
padding: 15px 20px;		
min-height: auto;	
}	
header.header .cta {		
padding: 40px 20px 50px;		
font-size: 24px;	
}	
header.header .cta::before {		
font-size: 60px;	
}	
header.header .spacer {		
height: 150px;	
}	
section.page .content-sidebar {		
padding: 0;	
}		
footer.bottom .googlemaps {		
position: relative;		
height: 150px;		
left: 0;		
margin-bottom: 15px;	
}
}
@media only screen and (max-width : 640px) {	
header.header .fluid_container #slideshow .camera_pag {		
display: none;	
}	
header.header .spacer {		
height: 100px;	
}		
section.news #news-slider {		
padding: 20px 20px 40px;	
}	
footer.bottom .googlemaps {		
position: relative;		
height: 150px;		
left: 0;		
margin-bottom: 15px;	
}	
form.contactForm .submitButton {    
margin: 10px 0 0;	
}	
section.page .box-right {
    padding: 40px 30px;
}
section.boxes .box::after {    
display: none;
}
}
@media only screen and (max-width : 480px) {	
header.header .top a.logo {
    display: table;
    margin: 0 auto;
}
header.header .top .sidebar {
    text-align: center;
}
header.header a.mobile-nav {
    display: table;
    margin: 0 auto;
}
header.header .top .sidebar h3 {		
font-size: 20px;	
}
header.header .cta,	header.header .cta.small {		
padding: 20px 10px 25px;		
font-size: 18px;
line-height: 23px;	
}	
.image-right, .image-left {    
float: none;    
margin: 10px auto;   
 width: 100%;    
 display: block;
 }
.footer-text {
    display: table;
    text-align: center;
	width: 100%;
}
header.header .top .sidebar {
    text-align: center;
}
 footer.bottom .footer-text a {    
 font-size: 18px;
 }	
 .boxes .slick-slider .slick-prev, .bizbookSlider .slick-slider .slick-prev {    
 margin-left: -12px;
 }
 .boxes .slick-slider .slick-next, .bizbookSlider .slick-slider .slick-next {    
 margin-right: -12px;
 }
.footer-text .tel1, .footer-text .mail1, .footer-text .map1, .footer-text .tva1 {
    background-position: top center;
    padding: 15px 0px 0;
    margin-bottom: 12px;
    display: inline-block;
}
footer.bottom .social {
    display: table;
    margin: 0 auto;
}
 }