
@import url("colors/color-gold.css");


/* #PAGE LOAD */

body.royal_loader {
    background: none;
    visibility: hidden;
}
#royal_preloader {
    font-family: font-family: 'Geogrotesque', sans-serif;
    font-size: 10px;
    visibility: visible;
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 9999999999;
    -webkit-transition: opacity 0.2s linear 0.8s;
       -moz-transition: opacity 0.2s linear 0.8s;
        -ms-transition: opacity 0.2s linear 0.8s;
         -o-transition: opacity 0.2s linear 0.8s;
            transition: opacity 0.2s linear 0.8s;
}
#royal_preloader.complete {
    opacity: 0;
}
#royal_preloader .background {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: #000000;
    -webkit-transition: background 0.5s linear;
       -moz-transition: background 0.5s linear;
        -ms-transition: background 0.5s linear;
         -o-transition: background 0.5s linear;
            transition: background 0.5s linear;
}
#royal_preloader.number .name {
    position: absolute;
    top: 20%;
    left: 0px;
    right: 0px;
    text-transform: uppercase;
    color: #EEEEEE;
    text-align: center;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s linear;
       -moz-transition: -moz-transform 0.3s linear;
        -ms-transition: -ms-transform 0.3s linear;
         -o-transition: -o-transform 0.3s linear;
            transition: transform 0.3s linear;
    -webkit-animation: fly 0.3s;
       -moz-animation: fly 0.3s;
        -ms-animation: fly 0.3s;
         -o-animation: fly 0.3s;
            animation: fly 0.3s;
}
#royal_preloader.number .percentage {
    color: #FFFFFF;
    font-family: Impact, Arial;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    text-align: center;
    margin: -90px 0px 0px -90px;
    background-image: url('../images/loader.gif');
    background-repeat: no-repeat;
    background-position: 50% 0;
    padding-top: 80px;
    width: 180px;
    position: absolute;
    font-size: 50px;
    top: 50%;
    left: 50%;
    -webkit-transition: all 0.3s linear 0.5s;
       -moz-transition: all 0.3s linear 0.5s;
        -ms-transition: all 0.3s linear 0.5s;
         -o-transition: all 0.3s linear 0.5s;
            transition: all 0.3s linear 0.5s;
}
#royal_preloader.text .loader {
    position: absolute;
	font-family: 'Geogrotesque', sans-serif;
	color: #333;
	text-shadow: 0 0 15px rgba(0,0,0,0.3);
	text-transform:uppercase;
	text-align:center;
    top: 50%;
    left: 50%;
	width:350px;
	margin-left:-120px;
    height: 60px;
    line-height: 60px;
    margin-top: -30px;
    letter-spacing: 3px;
    font-size: 50px;
    white-space: nowrap;
}
#royal_preloader.text .loader div {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0%;
    background-color: #000000;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -webkit-transition: left 0.3s linear;
       -moz-transition: left 0.3s linear;
        -ms-transition: left 0.3s linear;
         -o-transition: left 0.3s linear;
            transition: left 0.3s linear;
}
#royal_preloader.logo .loader {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -40px 0px 0px -40px;
    overflow: hidden;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 100%;
}
#royal_preloader.logo .loader div {
    position: absolute;
    bottom: 0%;
    left: 0px;
    right: 0px;
    height: 100%;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -webkit-transition: bottom 0.3s linear;
       -moz-transition: bottom 0.3s linear;
        -ms-transition: bottom 0.3s linear;
         -o-transition: bottom 0.3s linear;
            transition: bottom 0.3s linear;
}
#royal_preloader.logo .percentage {
    position: absolute;
    width: 80px;
    height: 40px;
    line-height: 40px;
    top: 50%;
    left: 50%;
    margin: 40px 0px 0px -40px;
    color: #333;
    text-align: center;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
}

@-webkit-keyframes fly {
    0% { opacity: 0; top: 50%; }
    20% {opacity: 1; top: 40%; }
    100% { opacity: 0; top: 20%;}
}
@-moz-keyframes fly {
    0% { opacity: 0; top: 50%; }
    20% {opacity: 1; top: 40%; }
    100% { opacity: 0; top: 20%;}
}
@-ms-keyframes fly {
    0% { opacity: 0; top: 50%; }
    20% {opacity: 1; top: 40%; }
    100% { opacity: 0; top: 20%;}
}
@-o-keyframes fly {
    0% { opacity: 0; top: 50%; }
    20% {opacity: 1; top: 40%; }
    100% { opacity: 0; top: 20%;}
}
@keyframes fly {
    0% { opacity: 0; top: 50%; }
    20% {opacity: 1; top: 40%; }
    100% { opacity: 0; top: 20%;}
}


/* #Navigation
================================================== */

#menu-wrap{
    position: fixed;
	/*padding-bottom:10px;*/
	width:100%;
	z-index:1500;
	top:0;
	left:0;
}
.menu-back{background:rgba(255,255,255,0.9);}
.cbp-af-header {
	-webkit-transition : all 0.5s ease-out;
	-moz-transition : all 0.5s ease-out;
	-o-transition :all 0.5s ease-out;
	transition : all 0.5s ease-out;
}
.logo {
	position:absolute;
	width:146px;
	height:80px;
	z-index:10000;
	left:10px;
	top:10px;
	background:url('../images/logo1.png') no-repeat center center;
	background-size:146px 80px;
	-webkit-transition : all 0.5s ease-out;
	-moz-transition : all 0.5s ease-out;
	-o-transition :all 0.5s ease-out;
	transition : all 0.5s ease-out;
}
ul.slimmenu {
	padding-top:10px;
	padding-right:10px;
	text-align:right;
	margin-top:13px;
	margin-bottom:10px;
	-webkit-transition : all 0.5s ease-out;
	-moz-transition : all 0.5s ease-out;
	-o-transition :all 0.5s ease-out;
	transition : all 0.5s ease-out;
}
ul.slimmenu li {
    position: relative;
    display: inline-block;
	background:url('../images/line.png') 0 14px no-repeat;
	background-size:15px 10px;
	padding-left:5px;
}
ul.slimmenu > li {}
ul.slimmenu > li:first-child { border-left: 0 }
ul.slimmenu > li:last-child { margin-right: 0 }
ul.slimmenu li a {
    display: block;
    color: #001a72;
    padding: 15px 12px;
	cursor:pointer;
    margin: 0px 5px;
	font-family: 'Roboto', sans-serif;
	font-weight:700;
	text-transform:uppercase;
    border-bottom:1px solid rgba(0,0,0,0); /* invisible border */
    font-size: 15px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}
ul.slimmenu li a:hover {text-decoration: none;}
ul.slimmenu li {}
ul.slimmenu li:first-child {background:none;}


ul.slimmenu li.cyanmenu a {color: #009fda;}
ul.slimmenu li.violetmenu a {color: #652d86;}
ul.slimmenu li.greenmenu a {color: #43b02a;}
ul.slimmenu li.cyanmenu a:hover {
    color: #fff;
	background: #009fda;
	border-bottom:1px solid rgba(0,159,218,1);	
}
ul.slimmenu li.violetmenu a:hover {
    color: #fff;
	background: #652d86;
	border-bottom:1px solid rgba(101,45,134,1);
}
ul.slimmenu li.greenmenu a:hover {
    color: #fff;
	background: #43b02a;
	border-bottom:1px solid rgba(67,176,42,1);	
}


/* Shrink menu */
.cbp-af-header.cbp-af-header-shrink {
	background:rgba(0,26,114,1);
	-webkit-transition : all 0.5s ease-out;
	-moz-transition : all 0.5s ease-out;
	-o-transition :all 0.5s ease-out;
	transition : all 0.5s ease-out;
}
.cbp-af-header.cbp-af-header-shrink .logo {
	width:116px;
	height:60px;
	background:url('../images/logo.png') no-repeat center center;
	background-size:116px 60px;
	-webkit-transition : all 0.5s ease-out;
	-moz-transition : all 0.5s ease-out;
	-o-transition :all 0.5s ease-out;
	transition : all 0.5s ease-out;
}
.cbp-af-header.cbp-af-header-shrink ul.slimmenu {
	margin-top:1px;
	margin-bottom:0;
	-webkit-transition : all 0.5s ease-out;
	-moz-transition : all 0.5s ease-out;
	-o-transition :all 0.5s ease-out;
	transition : all 0.5s ease-out;
}
.cbp-af-header.cbp-af-header-shrink ul.slimmenu li:first-child {background:none;}
.cbp-af-header.cbp-af-header-shrink ul.slimmenu li ul li:first-child {background:none;}	
.cbp-af-header.cbp-af-header-shrink ul.slimmenu li a {color: #fafafa;}
.cbp-af-header.cbp-af-header-shrink ul.slimmenu li a:hover {
	border-bottom:1px solid rgba(221,221,221,1);
	color: #ddd;
}
.cbp-af-header.cbp-af-header-shrink ul.slimmenu li.cyanmenu a:hover {
	border-bottom:1px solid rgba(101,45,134,1);
	color: #fff;
}
.cbp-af-header.cbp-af-header-shrink ul.slimmenu li.violetmenu a:hover {
	border-bottom:1px solid rgba(101,45,134,1);
	color: #fff;
}
.cbp-af-header.cbp-af-header-shrink ul.slimmenu li.greenmenu a:hover {
	border-bottom:1px solid rgba(67,176,42,1);
	color: #fff;
}


/*
ul.slimmenu li ul li a {
    color: #000;
}
ul.slimmenu li ul li a:hover {}
ul.slimmenu li ul li { 
	background:none;
	padding-left:0; }
ul.slimmenu li ul {
	background:rgba(250,250,250,.95);
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
}
.menu-collapser {
    position: relative;
    width: 100%;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    padding: 0 8px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}
.collapse-button {
    position: absolute;
    right: 8px;
    top: 50%;
    width: 40px;
    background-image: linear-gradient(to bottom, #151515, #040404);
    background-repeat: repeat-x;
    border-style: solid;
    border-width: 1px;
    color: #000;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.075);
    padding: 7px 10px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    cursor: pointer;
    font-size: 14px;
    text-align: center;
    transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}
.collapse-button:hover, .collapse-button:focus {
    background-image: none;
    background-color: #040404;
    color: #FFF;
}
.collapse-button .icon-bar {
    background-color: #fff;
    border-radius: 1px 1px 1px 1px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    display: block;
    height: 2px;
    width: 18px;
    margin: 2px 0;
}
ul.slimmenu li .sub-collapser {
    position: absolute;
    right: 0;
    top: 0;
    width: 48px;
    height: 100%;
    z-index: 999;
    cursor: pointer;
}
ul.slimmenu li .sub-collapser:before {
	display:none;
}
ul.slimmenu li .sub-collapser > i {
	display:none;
}
ul.slimmenu li ul {
    margin: 0;
    list-style-type: none;
}
ul.slimmenu li ul a{
    font-size:10px;
}
ul.slimmenu li ul li:first-child { 
	background:none; }
ul.slimmenu li ul li {
	background:none;
	padding-left:0; }
ul.slimmenu li > ul {
    display: none;
    position: absolute;
	text-align:left;
    left: 0;
    top: 100%;
    z-index: 999;
    width: 150%;
}
ul.slimmenu li > ul > li ul {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 999;
    width: 100%;
}
ul.slimmenu.collapsed {
	padding:0;
	margin:0;
}
ul.slimmenu.collapsed li {
    display: block;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
ul.slimmenu.collapsed li a {
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}
ul.slimmenu.collapsed li .sub-collapser {
    height: 40px;
}
ul.slimmenu.collapsed li > ul {
    display: none;
    position: static;
}
*/


/* #Home video
================================================== */
/*
#home {
	position: relative; 
	margin: 0 auto;
	width: 100%;
	overflow:hidden;
	background:#fff;
	z-index:2;
}


#video_background { 
	left: 0;
	min-width: 100%;
	min-height: 100%;
	width: 1920px;
	height: 1080px;
	z-index: -1000;
	overflow: hidden;
}

.home-big-text {
	position:absolute;
	top:50%;
	margin-top:-90px;
	left:0;
	width:100%;
	font-family: 'Geogrotesque', sans-serif;
	text-align:center;
	font-size: 75px; 
	line-height:75px;
	color: #001a72;
	z-index:100;
}
.home-small-text {
	position:absolute;
	top:50%;
	margin-top:17px;
	left:0;
	width:100%;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	letter-spacing:4px;
	text-transform:uppercase;
	text-align:center;
	font-size: 14px; 
	line-height:14px;
	color: #001a72;
	z-index:100;
}
#home .home-big-text {
	color: #fff;
}
#home .home-small-text {
	color: #fff;
}
*/


/* LINES */

.line {
	margin-top:-129px;
}
.line1 {
	margin-top:55px;
}

.line1 {
	position:absolute;
	top:50%;
	margin-top:66px;
	left:50%;
	margin-left:-1px;
	width:2px;
	height:40px;
	background:url('../images/line-blue.jpg')no-repeat center center;
	opacity:.5;
	z-index:100;
}
.line {
	position:absolute;
	top:50%;
	margin-top:-140px;
	left:50%;
	margin-left:-1px;
	width:2px;
	height:40px;
	background:url('../images/line-blue.jpg')no-repeat center center;
	opacity:.5;
	z-index:100;
}
.line1-w {
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-1px;
	width:2px;
	height:40px;
	background:url('../images/line.jpg')no-repeat center center;
	opacity:.5;
	z-index:100;
}
.line-w {
	position:absolute;
	top:50%;
	margin-top:-170px;
	left:50%;
	margin-left:-1px;
	width:2px;
	height:40px;
	background:url('../images/line.jpg')no-repeat center center;
	opacity:.5;
	z-index:100;
}


.section-top {
	position: relative; 
	margin: 0 auto;
	width: 100%;
	z-index:2;
	padding-top:100px;
	padding-bottom:100px;
}
.section-top .line-dark {
	position:absolute;
	top:0;
	margin-top:60px;
	left:50%;
	margin-left:-1px;
	width:2px;
	height:30px;
	background:url('../images/line-dark.jpg')no-repeat center center;
	opacity:.3;
	z-index:100;
}
.section-top .subtext-top {
	position: relative;
	width:100%;
	padding-top:20px;
	font-family: 'Roboto', sans-serif;
	font-weight:700;
	letter-spacing:4px;
	text-transform:uppercase;
	text-align:center;
	font-size: 16px; 
	line-height:20px;
	color:#fff;
	z-index:100;
}
.section-top .line-dark1 {
	position:absolute;
	bottom:0;
	margin-bottom:45px;
	left:50%;
	margin-left:-1px;
	width:2px;
	height:30px;
	background:url('../images/line-dark.jpg')no-repeat center center;
	opacity:.3;
	z-index:100;
}

.subsection-top {
	position: relative; 
	margin: 0 auto;
	width: 100%;
	z-index:2;
	padding-bottom:55px;
}
.subsection-top h3 {
	padding-top:30px;
color: #333;
}
.subsection-top .subline-dark {
	position:absolute;
	top:0;
	left:50%;
	margin-left:-1px;
	width:2px;
	height:20px;
	background:url('../images/line-dark.jpg')no-repeat center center;
	opacity:.2;
	z-index:100;
}
.subsection-top .subline-dark1 {
	position:absolute;
	top:0;
	margin-top:75px;
	left:50%;
	margin-left:-1px;
	width:2px;
	height:20px;
	background:url('../images/line-dark.jpg')no-repeat center center;
	opacity:.2;
	z-index:100;
}
.subsection-top .subline-dark2lines {
	position:absolute;
	top:0;
	margin-top:115px;
	left:50%;
	margin-left:-1px;
	width:2px;
	height:20px;
	background:url('../images/line-dark.jpg')no-repeat center center;
	opacity:.2;
	z-index:100;
}


/* #Separateurs
================================================== */

.separ {
	position: relative; 
	margin: 0 auto;
	width: 100%;
	z-index:2;
	border-top:1px dashed #c4c4c4;
	opacity:.4;
	margin-top:60px;
	padding-bottom:60px;
}
.separ-30 {
	position: relative; 
	margin: 0 auto;
	width: 100%;
	z-index:2;
	border-top:1px dashed #c4c4c4;
	opacity:.4;
	margin-top:30px;
	padding-bottom:30px;
}
.separ-w {
	position: relative; 
	margin: 0 auto;
	width: 100%;
	z-index:2;
	margin-top:30px;
	padding-bottom:30px;
}
.separ-w40 {
	position: relative; 
	margin: 40px auto 0 auto;
	width: 100%;
	z-index:2;
	padding-bottom:40px;
}
.separ-w20 {
	position: relative; 
	margin: 20px auto 0 auto;
	width: 100%;
	z-index:2;
	padding-bottom:20px;
}
.separ-w80 {
	position: relative; 
	margin: 40px auto 0 auto;
	width: 100%;
	z-index:2;
	padding-bottom:80px;
}


/* Team info */

.team-info {
	position: relative; 
	margin-top:50px;	
	/*background:#f1f1f1;*/
color: #333;
	padding-top:20px;
	padding-bottom:20px;
	padding-left:20px;
	padding-right:20px;
	z-index:2;
}



.team-info h5 {
color: #000;
	text-align:left;
	padding-bottom:5px;
	z-index:5;
}
.team-subtext{
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	font-size: 13px;
	line-height:13px;
	text-align:left;
color: #555;
	opacity:.8;
	padding-top:3px;
	font-style: italic;
	padding-bottom:20px;
}
.team-info p{
	text-align:left;
	padding-bottom:20px;
}
.social-team{ 
	position:relative;
	text-align:left;
	width:100%;	
}
.team-social li {
	margin:0 auto;
    list-style: none;
	text-align:center; 
    display: inline-block;
	cursor:pointer;
}

.team-social li.icon-team a {
	font-family: 'FontAwesome';
	font-size: 16px;
	line-height: 16px;
	margin:0 auto;
	text-align:center;
	padding-right:15px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.team-social li:last-child.icon-team a{
	padding-right:0;
}
.team-social li:hover{
}
.team-social li:hover.icon-team a{
	opacity:.6; 
}
.team-info1{
color: #333;
	position: relative; 
	margin-top:50px;
	padding-top:20px;
	padding-bottom:20px;
	padding-left:20px;
	padding-right:20px;
	z-index:2;
}
.team-info1 h5{
color: #000;
	text-align:right;
	padding-bottom:5px;
	z-index:5;
}
.team-subtext1{
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	font-size: 13px;
	line-height:13px;
	text-align:right;
	color: #555;
	opacity:.8;
	padding-top:3px;
	font-style: italic;
	padding-bottom:20px;
}
.team-info1 p{
	text-align:right;
	padding-bottom:20px;
}
.social-team1{ 
	position:relative;
	text-align:right;
	width:100%;	
}
.team-social1 li {
	margin:0 auto;
    list-style: none;
	text-align:center; 
    display: inline-block;
	cursor:pointer;
}

.team-social1 li.icon-team1 a {
	font-family: 'FontAwesome';
	font-size: 16px;
	line-height: 16px;
	margin:0 auto;
	text-align:center;
	padding-left:15px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.team-social1 li:hover{
}
.team-social1 li:hover.icon-team1 a{
	opacity:.6; 
}

.team-img{
	position: absolute; 
	border-radius:50%;
	top:-60px;
	right:20px;
	width:120px;
	height:120px;
	z-index:2;
}

.team-img img{
	width:100px;
	height:100px;
	display: block;
	border-radius:50%;
	margin-top:10px;
	margin-left:10px;
}
.team-img1{
	position: absolute; 
	border-radius:50%;
	top:-60px;
	left:20px;
	width:120px;
	height:120px;
	z-index:2;
}
.team-img1 img{
	width:100px;
	height:100px;
	display: block;
	border-radius:50%;
	margin-top:10px;
	margin-left:10px;
}



/* #Prevention
================================================== */

#excellence {
	position: relative; 
	margin: 0 auto;
	width: 100%;
	overflow:hidden;
	z-index:2;
	padding-bottom: 0px !important;
}



/* PARALLAX SECTION */
#sep-parallax {
	position: relative; 
	margin: 0 auto;
	width: 100%;
	overflow:hidden;
	padding-top:120px;
	padding-bottom:120px;
} 
.parallax1 {
	background: url('../images/parallax/Parallax_excellence.jpg') repeat fixed;
	background-size: cover;
	position: absolute;
	top: 0; 
	left: 0; 
	right: 0;
	bottom: 0;
	z-index: -1;
	width:100%;  
}

.parallax-synthetopage {
	background: url('../images/parallax/Parallax-syntheto.jpg') repeat fixed;	
	background-size: cover;
	position: absolute;
	top: 0; 
	left: 0; 
	right: 0;
	bottom: 0;
	z-index: -1;
	width:100%; 
}
.parallax-therapy2 {
	background: url('../images/parallax/Parallax-therapy2.jpg') repeat fixed;	
	background-size: cover;
	position: absolute;
	top: 0; 
	left: 0; 
	right: 0;
	bottom: 0;
	z-index: -1;
	width:100%; 
}



.prevention-top {
	position: relative; 
	margin: 0 auto;
	text-align:center;
	width: 100%;
	/*background:url('../images/signature.png')no-repeat right bottom;
	background-size:152px 80px;*/
	padding-bottom:80px;
	z-index:2;
}

.prevention-top {
	position: relative;
	width:100%;
	font-style: italic;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	letter-spacing:3px;
	text-align:left;
	font-size: 20px; 
	line-height:26px;
	color:#333;
	z-index:100;
}
.prevention-top .biger-text:before {
	position: absolute;
	width:30px;
	height:30px;
	margin-top:-5px;
	margin-left:-55px;
	padding-left:35px;
	content:"\f10d";
	font-family: 'FontAwesome';
	text-align:center;
	font-size: 30px; 
	line-height:30px;
	opacity:.4;
	z-index:-1;
	transform:rotate(3deg);
	-ms-transform:rotate(3deg);
	-webkit-transform:rotate(3deg);
}
.prevention-top .biger-text:after {
	position: absolute;
	width:30px;
	height:30px;
	margin-top:8px;
	margin-left:3px;
	content:"\f10e";
	font-family: 'FontAwesome';
	text-align:center;
	font-size: 30px; 
	line-height:30px;
	opacity:.4;
	z-index:-1;
	transform:rotate(3deg);
	-ms-transform:rotate(3deg);
	-webkit-transform:rotate(3deg);
}

#excellence .line1-w, #securite .line1-w, #efficacite .line1-w {
	margin-top:150px;
}
#excellence .line-w, #securite .line-w, #efficacite .line-w {
	margin-top:-170px;
}



/* #Sécurité
================================================== */

#securite {
	position: relative; 
	margin: 0 auto;
	width: 100%;
	overflow:hidden;
	z-index:2;
	background:#fff;
	padding-bottom: 0px !important;
}


.picto-securite img{
	width:100px;
	height:100px;
	display: block;
	border-radius:50%;
	/*margin-top:20px;*/
	margin-left:10px;
}


.securite-top {
	position: relative; 
	margin: 0 auto;
	text-align:center;
	width: 100%;
	/*background:url('../images/signature.png')no-repeat right bottom;
	background-size:152px 80px;*/
	padding-bottom:80px;
	z-index:2;
}

.securite-top {
	position: relative;
	width:100%;
	font-style: italic;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	letter-spacing:3px;
	text-align:left;
	font-size: 20px; 
	line-height:26px;
	color:#333;
	z-index:100;
}
.securite-top .biger-text:before {
	position: absolute;
	width:30px;
	height:30px;
	margin-top:-5px;
	margin-left:-55px;
	padding-left:35px;
	content:"\f10d";
	font-family: 'FontAwesome';
	text-align:center;
	font-size: 30px; 
	line-height:30px;
	opacity:.4;
	z-index:-1;
	transform:rotate(3deg);
	-ms-transform:rotate(3deg);
	-webkit-transform:rotate(3deg);
}
.securite-top .biger-text:after {
	position: absolute;
	width:30px;
	height:30px;
	margin-top:8px;
	margin-left:3px;
	content:"\f10e";
	font-family: 'FontAwesome';
	text-align:center;
	font-size: 30px; 
	line-height:30px;
	opacity:.4;
	z-index:-1;
	transform:rotate(3deg);
	-ms-transform:rotate(3deg);
	-webkit-transform:rotate(3deg);
}

/* #Efficacité
================================================== */

#efficacite {
	position: relative; 
	margin: 0 auto;
	width: 100%;
	overflow:hidden;
	z-index:2;
	background:#fff;
	padding-bottom:80px;
}
.efficacite-top {
	position: relative; 
	margin: 0 auto;
	padding: 0 20px 80px 20px;
	text-align:center;
	width: 100%;
	/* background:url('../images/signature.png')no-repeat right bottom;
	background-size:152px 80px;*/
	padding-bottom:80px;
	z-index:2;
}

.picto-efficacite img{
	width:100px;
	height:100px;
	display: block;
	border-radius:50%;
	/*margin-top:20px;*/
	margin-left:10px;
}


.efficacite-top {
	position: relative; 
	margin: 0 auto;
	text-align:center;
	width: 100%;
	/*background:url('../images/signature.png')no-repeat right bottom;
	background-size:152px 80px;*/
	padding-bottom:80px;
	z-index:2;
}

.efficacite-top {
	position: relative;
	width:100%;
	font-style: italic;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	letter-spacing:3px;
	text-align:left;
	font-size: 20px; 
	line-height:26px;
	color:#333;
	z-index:100;
}
.efficacite-top .biger-text:before {
	position: absolute;
	width:30px;
	height:30px;
	margin-top:-5px;
	margin-left:-55px;
	padding-left:35px;
	content:"\f10d";
	font-family: 'FontAwesome';
	text-align:center;
	font-size: 30px; 
	line-height:30px;
	opacity:.4;
	z-index:-1;
	transform:rotate(3deg);
	-ms-transform:rotate(3deg);
	-webkit-transform:rotate(3deg);
}
.efficacite-top .biger-text:after {
	position: absolute;
	width:30px;
	height:30px;
	margin-top:8px;
	margin-left:3px;
	content:"\f10e";
	font-family: 'FontAwesome';
	text-align:center;
	font-size: 30px; 
	line-height:30px;
	opacity:.4;
	z-index:-1;
	transform:rotate(3deg);
	-ms-transform:rotate(3deg);
	-webkit-transform:rotate(3deg);
}


 
/* Parallax Sections
================================================== */
 


#sync1 .item {
	position: relative; 
	margin: 0 auto;
    width: 100%;
    display: block;
}
#sync2 {
	position:absolute;
	bottom:-50px;
	left:50%;
	margin-left:-100px;
	width:220px;
	z-index:200;
}
#sync2 .item {
    text-align: center;
	margin:0 auto;
    cursor: pointer;
	height: 30px;
	max-width:30px;
	background:rgba(255,255,255,.1);
	z-index:200;
	border:1px solid #fff;
	border-radius: 25px;
	-webkit-transition : all 0.2s ease-out;
	-moz-transition : all 0.2s ease-out;
	-o-transition :all 0.2s ease-out;
	transition : all 0.2s ease-out;
}

@media only screen and (min-width: 1930px) { .parallax1 { background-size: cover; } }
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
	.parallax1 { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}
@media only screen and (max-width: 959px) {
	.parallax1 { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}

/* Sécurité */
#sep-securite {
	position: relative; 
	margin: 0 auto;
	width: 100%;
	overflow:hidden;
	padding-top:120px;
	padding-bottom:120px;
} 

.parallax2 {
	background: url('../images/parallax/Parallax_accompagnement.jpg') repeat fixed;
	background-size: cover;
	position: absolute;
	top: 0; 
	left: 0; 
	right: 0;
	bottom: 0;
	z-index: -1;
	width:100%;  
}

#secu1 .item {
	position: relative; 
	margin: 0 auto;
    width: 100%;
    display: block;
}
#secu2 {
	position:absolute;
	bottom:-50px;
	left:50%;
	margin-left:-100px;
	width:220px;
	z-index:200;
}
#secu2 .item {
    text-align: center;
	margin:0 auto;
    cursor: pointer;
	height: 30px;
	max-width:30px;
	background:rgba(255,255,255,.1);
	z-index:200;
	border:1px solid #fff;
	border-radius: 25px;
	-webkit-transition : all 0.2s ease-out;
	-moz-transition : all 0.2s ease-out;
	-o-transition :all 0.2s ease-out;
	transition : all 0.2s ease-out;
}

 

@media only screen and (min-width: 1930px) { .parallax2 { background-size: cover; } }
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
	.parallax2 { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}
@media only screen and (max-width: 959px) {
	.parallax2 { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}




/* Efficacité */
#sep-efficacite {
	position: relative; 
	margin: 0 auto;
	width: 100%;
	overflow:hidden;
	padding-top:120px;
	padding-bottom:120px;
} 

.parallax3 {
	background: url('../images/parallax/Parallax_engagement.jpg') repeat fixed;
	background-size: cover;
	position: absolute;
	top: 0; 
	left: 0; 
	right: 0;
	bottom: 0;
	z-index: -1;
	width:100%;  
}

#eff1 .item {
	position: relative; 
	margin: 0 auto;
    width: 100%;
    display: block;
}
#eff2 {
	position:absolute;
	bottom:-50px;
	left:50%;
	margin-left:-100px;
	width:220px;
	z-index:200;
}
#eff2 .item{
    text-align: center;
	margin:0 auto;
    cursor: pointer;
	height: 30px;
	max-width:30px;
	background:rgba(255,255,255,.1);
	z-index:200;
	border:1px solid #fff;
	border-radius: 25px;
	-webkit-transition : all 0.2s ease-out;
	-moz-transition : all 0.2s ease-out;
	-o-transition :all 0.2s ease-out;
	transition : all 0.2s ease-out;
}

@media only screen and (min-width: 1930px) { .parallax3 { background-size: cover; } }
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
	.parallax3 { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}
@media only screen and (max-width: 959px) {
	.parallax3 { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}





 

/* Common parallax */

.twit { 
	position:relative;
	width:100%;
	overflow:hidden;
	margin:0 auto;
	text-align:center;
}
.twit a{ 
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.twit a:hover{ 
	color: #f1f1f1;
}
.twit p{ 
	margin:0 auto;
	font-family: 'Roboto', sans-serif;
	font-weight:700;
	color: #001a72;
	padding-top:20px;
	padding-bottom:30px;
	text-transform:uppercase;
	text-align:center;
	letter-spacing:1px;
	font-size: 24px; 
	line-height:30px;
}
.icon-twit  {
	font-family: 'FontAwesome';
	font-size: 32px;
	line-height: 32px;
	height: 32px;
	width:100%; 
	text-align:center;
} 





 
 
 
 
 
 
 
/* #Work
================================================== */

#work{
	position: relative; 
	margin: 0 auto;
	width: 100%;
	overflow:hidden;
	z-index:2;
	background:#fff;
}

.portfolio-wrap{
	position: relative; 
	width: 100%;
	overflow:hidden;
}
.portfolio-box{
	position: relative; 
	width:25%;
	overflow:hidden;
	display:inline-block;
	float:left;
	margin-left:-1px;
	-webkit-transform:translateX(1px);
	-moz-transform:translateX(1px);
	-o-transform:translateX(1px);
	-ms-transform:translateX(1px);
	transform:translateX(1px);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.portfolio-box a{
	cursor:url('../images/more.cur'),crosshair;
	cursor:url('../images/more.png') 40 40,crosshair;
}
.portfolio-box img{ 
	width: 100%;
	height:auto;
	display:block;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(90%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.portfolio-box:hover 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);
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
}
.portfolio-box .mask{ 
	position:absolute;
	background:rgba(255,255,255,.9);
	top:0;
	left:0;
	width: 100%;
	height:100%;
	display:block;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.portfolio-box:hover .mask{ 
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.portfolio-box h4{ 
	position:absolute;
	top:25%;
	margin-top:-7px;
	left:0;
	width:100%;
	z-index:100;
	font-family: 'Roboto', sans-serif;
	font-weight:600;
	font-style: italic;
	text-transform:uppercase;
	/*color:#001a72;*/
	font-size: 18px; 
	line-height: 18px; 
	opacity:0;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.portfolio-box:hover h4{ 
	opacity:1;
	-webkit-transition-delay:400ms;
	-moz-transition-delay:400ms;
	-o-transition-delay:400ms;
	-ms-transition-delay:400ms;
	transition-delay:400ms;
}

.portfolio-box ul {
	position:absolute;
	top:60%;
	margin-top:-7px;
	left:0;
	width:100%;
	z-index:100;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	font-style: italic;
	text-transform:uppercase;
	/*color:#001a72;*/
	font-size: 16px; 
	line-height: 16px; 
	opacity:0;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.portfolio-box li {line-height: 2em;}
.portfolio-box:hover ul{
	opacity:1;
	-webkit-transition-delay:400ms;
	-moz-transition-delay:400ms;
	-o-transition-delay:400ms;
	-ms-transition-delay:400ms;
	transition-delay:400ms;	
	text-align: center;
	
}

.portfolio-box .line-folio {
	position:absolute;
	top:0;
	margin-top:-75px;
	left:50%;
	margin-left:-1px;
	width:2px;
	height:20px;
	opacity:.2;
	background:url('../images/line-orange.jpg')no-repeat center center;
	z-index:100;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

.portfolio-box:hover .line-folio {
	top:30%;
	-webkit-transition-delay:200ms;
	-moz-transition-delay:200ms;
	-o-transition-delay:200ms;
	-ms-transition-delay:200ms;
	transition-delay:200ms;
}


.portfolio-box .line-folio1 {
	position:absolute;
	bottom:0;
	margin-bottom:-35px;
	left:50%;
	margin-left:-1px;
	width:2px;
	height:20px;
	opacity:.2;
	background:url('../images/line-orange.jpg')no-repeat center center;
	z-index:100;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

.portfolio-box:hover .line-folio1 {
	bottom:70%;
	-webkit-transition-delay:200ms;
	-moz-transition-delay:200ms;
	-o-transition-delay:200ms;
	-ms-transition-delay:200ms;
	transition-delay:200ms;
}




#portfolio-filter {
	position:relative;
	width:100%;
	text-align: center;
}
#filter {
	position:relative;
	width:100%;
}

#filter li {
	display: inline-block;
}
#filter li a {
	position: relative;
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	font-size: 14px; 
	outline: none;
	color: #706e6e;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	margin-left:8px;
	margin-right:8px;
	margin-bottom:20px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
#filter li a:after {
	content:'::::';
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	font-size: 12px; 
	color: #706e6e;
	padding-left:20px;
	opacity:.5;
}

#filter li:last-child a:after {
	display:none;
}
#filter li a:hover {
	color: #bdb3b3;
}
.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.isotope, .isotope .isotope-item {
    -webkit-transition-duration: 0.6s;
       -moz-transition-duration: 0.6s;
            transition-duration: 0.6s;
}
.isotope {
    -webkit-transition-property: height, width;
       -moz-transition-property: height, width;
            transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
       -moz-transition-property:    -moz-transform, opacity;
        -ms-transition-property:     -ms-transform, opacity;
         -o-transition-property:         top, left, opacity;
            transition-property:         transform, opacity;
}

 

#link-work{
	position: relative; 
	margin: 0 auto;
	text-align:center;
	width: 100%;
	overflow:hidden;
	padding-top:40px;
	padding-bottom:20px;
	z-index:2;
} 
#link-work h5{
	text-align:center;
	padding-bottom:10px;
}   
#link-work a {
	position: relative;
	font-family: 'Satisfy', cursive;
	display: inline-block;
	outline: none;
	text-align:center;
	text-decoration: none;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	font-size: 18px;
	margin-top:5px;
}
#link-work a:hover,
#link-work a:focus {
	outline: none;
}
#link-work .cl-effect-5 a {
	overflow: hidden;
	text-align:center;
	text-align:center;
}
#link-work .cl-effect-5 a span {
	position: relative;
	display: inline-block;
	text-align:center;
	padding-top:10px;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}
#link-work .cl-effect-5 a span::before {
	position: absolute;
	top: 100%;
	padding-top:10px;
	color:#101010;
	content: attr(data-hover);
	text-align:center;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
#link-work .cl-effect-5 a:hover span,
#link-work .cl-effect-5 a:focus span {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
	text-align:center;
} 
 
 
 
 
 
 
 
/* #Projects
================================================== */

/* Expander Item Styles */
	.relative{
		position: relative;
	}
	.portfolio{
		width:100%;
		height: auto;
		margin:0 auto;
		max-width: 960px;
	}
	
	.expander-wrap {
		position:relative;
		display: none;
		text-align: center;
	}

	#expander-wrap{
		position: relative;
		width:100%;
		max-width:960px;
		margin:0 auto;
		overflow: hidden;
	}


/* Expander Item Controls */

	.project-controls{
		position: relative;
		width:100%;
		height: auto;
		top:105px;
		max-width: 960px;
		margin:0 auto;
	}

	.expander-inner{
		position: relative;
	}

	.cls-btn{
		width:100%;
		padding: 0;
		margin: 0 auto;
		display: block;
		height: auto;
	}

	.expander-wrap .cls-btn .close {
		position:relative;
		display: inline-block;
		color:#000;
		top:0;
		margin-top:105px;
		width:auto;
		height:auto;
		font-size:30px;
		font-weight:100;
		text-align:center;
		cursor: pointer;
		float:none;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

	.expander-close:hover {
		color:#3a3a3a;
		cursor:pointer;
	}

.project{
	position: relative; 
	width: 100%;
}

#project-single-slider{
	position: relative; 
	margin: 0 auto;
	width: 100%;
	overflow:hidden;
	z-index:2;
	padding-top:10px;
	padding-bottom:20px;
}

#project-single-slider h1{
	color:#fff;
}
#project-single-slider .bx-wrapper .bx-prev {
	bottom:20px;
}
#project-single-slider .bx-wrapper .bx-next {
	bottom:20px; 
}
#last-work{
	position: relative; 
	margin: 0 auto;
	padding-bottom:20px;
	width: 100%;
	overflow:hidden;
	z-index:2;
}
#last-work img{
	width: 100%;
	height:auto;
	display:block;
}
#last-work h3{
	text-align:center;
	padding-bottom:25px;
}
#last-work h5{
	text-align:left;
	padding-bottom:20px;
}
#last-work p{
	text-align:left;
	padding-bottom:30px;
}
#last-work p:last-child{
	padding-bottom:0;
}
#slider-wrap{
	position: relative; 
	margin: 0 auto;
	width: 100%;
	overflow:hidden;
	z-index:2;
}
#slider-wrap img{
	width: 100%;
	height:auto;
	display:block;
}
.padding-project{
	padding-top:50px;
	padding-bottom:50px;
}
#project-single-video{
	position: relative; 
	margin: 0 auto;
	width: 100%;
	overflow:hidden;
	z-index:2;
}
#project-single-video h1{
	color:#fff;
}
#thevideo{ 
	display:none;
}

.video{ 
	width: 100%;
	height:auto;
	display:block;
}

iframe{ 
	width:100%;
	height:auto;
	display:block;
}
#fullpage iframe{ 
	width:100% !important;
	height:auto !important;
	display:block;
}
.onclick img{ 
	cursor:pointer;
}



 
 
 .flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
	font-family: 'flexslider-icon';
	src:url('font/flexslider-icon.eot');
	src:url('font/flexslider-icon.eot?#iefix') format('embedded-opentype'),
		url('font/flexslider-icon.woff') format('woff'),
		url('font/flexslider-icon.ttf') format('truetype'),
		url('font/flexslider-icon.svg#flexslider-icon') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider { margin: 0 0 60px; background: #fff; border: 4px solid #fff; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); -o-box-shadow: 0 1px 4px rgba(0,0,0,.2); box-shadow: 0 1px 4px rgba(0,0,0,.2); zoom: 1; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a  { display: block; width: 35px; height: 50px; position: absolute; top: 50%;margin-top:-25px;z-index: 100; overflow: hidden; opacity: 1; cursor: pointer; color: rgba(0,0,0,0);  -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
.flex-direction-nav .flex-prev { left: 0;background:url('../images/arr1.png') no-repeat center center; background-color:rgba(60,60,60,.7); }
.flex-direction-nav .flex-next { right: 0;  background:url('../images/arr2.png') no-repeat center center;background-color:rgba(60,60,60,.7);  }
.flexslider:hover .flex-prev { opacity: 0.7;  }
.flexslider:hover .flex-next { opacity: 0.7;  }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.flex-direction-nav a:before  {}
.flex-direction-nav a.flex-next:before  {}

/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
  .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
 }
  
 
 
 
/* #Logos
================================================== */

#logos{
	position: relative; 
	margin: 0 auto;
	width: 100%;
	overflow:hidden;
	z-index:2;
	/*background:#fff;*/
	padding-top:10px;
	padding-bottom:30px;
} 
 
#owl-logos{
	position: relative; 
	margin: 0 auto;
	text-align:center;
	width: 100%;
	overflow:hidden;
} 
#owl-logos ul {
	
}
#owl-logos li img{
	margin: 0 auto;
	text-align:center;
	display:block;
	width: 170px;
	height: 300px;
	float: left;
} 



 
/* #2nd Parallax Section
================================================== */
/*
#sep2{
	position: relative; 
	margin: 0 auto;
	width: 100%;
	overflow:hidden;
	padding-top:120px;
	padding-bottom:120px;
} 


.parallax2 {
	background: url('../images/parallax/2.jpg') repeat fixed;
	background-size: cover;
	position: absolute;
	top: 0; 
	left: 0; 
	right: 0;
	bottom: 0;
	z-index: -1;
	width:100%;  
}
@media only screen and (min-width: 1930px) { .parallax2 { background-size: cover; } }
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
	.parallax2 { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}
@media only screen and (max-width: 959px) {
	.parallax2 { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}
*/
 
 
 .facts-wrap{
	position: relative; 
	width: 100%;
	margin:0 auto;
	text-align:center;
}
.facts-wrap h5{
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	padding-top:25px;
	font-size: 16px; 
	line-height:16px;
	text-transform:uppercase;
	color:#fff;
	text-align:center;
}
.facts-wrap h5:before{
	padding-right:10px;
	content:"\f101";
	font-family: 'FontAwesome';
	font-size: 16px; 
	line-height:16px;
}
.facts-wrap h5:after{
	padding-left:10px;
	content:"\f100";
	font-family: 'FontAwesome';
	font-size: 16px; 
	line-height:16px;
}
.facts-wrap-num{
	font-family: 'Geogrotesque', sans-serif;
	font-size: 70px; 
	line-height:70px;
	margin:0 auto;
	text-align:center;
} 
 
 
 
 
/* #Services
================================================== */

#services{
	position: relative; 
	margin: 0 auto;
	width: 100%;
	overflow:hidden;
	z-index:2;
	background:#fff;
	padding-bottom:40px;
	padding-bottom:80px;
} 


.services-box{
	position: relative; 
	margin: 0 auto;
	width: 100%;
	overflow:hidden;
	padding-bottom:40px;
	text-align:center;
	z-index:2;
} 
.services-box img{
	margin: 0 auto;
	text-align:center;
	width: 250px;
	height: 250px;
	display:block;
	padding-bottom:10px;
} 
.services-box h5{
	text-align:center;
} 
.services-box p{
	text-align:center;
	padding-top:20px;
}





.owl-wrap{
	position: relative; 
	margin: 0 auto;
	width: 100%;
	overflow:hidden;
	z-index:2;
}

#sync5 .item {
	position: relative; 
	margin: 0 auto;
    width: 100%;
    display: block;
}
#sync6 {
	position:absolute;
	bottom:10px;
	left:50%;
	margin-left:-55px;
	width:110px;
	z-index:200;
}
#sync6 .item{
    text-align: center;
	margin:0 auto;
    cursor: pointer;
	height: 3px;
	max-width:40px;
	background:rgba(0,159,218,.1);
	z-index:200;
	border:1px solid #009fda;
	-webkit-transition : all 0.2s ease-out;
	-moz-transition : all 0.2s ease-out;
	-o-transition :all 0.2s ease-out;
	transition : all 0.2s ease-out;
} 


.pricing-wrap{
	position: relative; 
	width: 100%;
	overflow:hidden;
}
.pricing{
	position: relative; 
	margin: 0 auto;
	/*background:#f1f1f1;*/
	padding-top:10px;
	padding-bottom:10px;
	padding-left: 15px;
	padding-right: 15px;
	text-align:center;
	border-radius:5px;
	margin-left:5px;
	margin-right:5px;
	z-index:2;
}
.pricing .background-center {
	position: absolute; 
	left:0;
	top:0;
	height:100%;
	width: 100%;
	-webkit-transform: scale(0.92);
	-moz-transform: scale(0.92);
	-ms-transform: scale(0.92);
	-o-transform: scale(0.92);
	transform: scale(0.92);
	border-radius:5px;
	z-index:-1;
} 
.pricing .background-left {
	position: absolute; 
	/*padding-bottom: 10px;*/
	right:0px;
	top:0px;
	height:100%;
	width: 2000px;
/*background:#f1f1f1;*/
	box-shadow: 16px 0 8px -8px rgba(32,32,32,.15);
	border-radius:5px;
	z-index:-1;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
} 
.pricing:hover .background-left{
	box-shadow: 12px 0 8px -8px rgba(32,32,32,.15);
}
.pricing .background-right{
	position: absolute; 
	/*padding-bottom: 10px;*/
	left:0px;
	top:0px;
	height:100%;
	width: 2000px;
/*background:#f1f1f1;*/
	z-index:-1;
	box-shadow: -16px 0 8px -8px rgba(32,32,32,.15);
	border-radius:5px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
} 
.pricing:hover .background-right{
	box-shadow: -12px 0 8px -8px rgba(32,32,32,.15);
} 
 
 

.featured h5 {
	font-weight: 700;
} 
 
.plan-picto img {
	width: 96px;
	height: 96px;
}
 
.plan-icon { 
	position:relative;
	font-family: 'FontAwesome';
	text-align:center;
	font-size:22px;
	line-height:22px;
	margin-bottom:20px;
} 
.pricing h5{ 
	padding-bottom:20px;
	color: #001a72;
} 
.pricing h5 span{ 
	font-size:90%;
}
.featured h5{ 
}
.pricing p{
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	color: #001a72;
	letter-spacing:1px;
	text-align:center;
	/*text-transform:uppercase;*/
	font-size: 16px;
	line-height:28px;
	padding-bottom:10px;
}  


#sep3{
	position: relative; 
	margin: 0 auto;
	width: 100%;
	overflow:hidden;
	padding-top:60px;
	padding-bottom:60px;
} 
 
#sep3 h3{
	text-align:center;
	color:#000;
} 
#sep3 p{
	text-align:center;
	color:#333;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
	font-size: 12px;
	line-height:12px;
	padding-bottom:5px;
} 
#sep3 .line-paralax3{
	position:relative;
	text-align:center;
	margin:0 auto;
	padding-bottom:30px;
	margin-top:45px;
	width:70px;
	border-top:1px solid #001a72;
}

#sep3 .cl-effect-12 {
	text-align: center;

}
#sep3 .cl-effect-12 a {
	font-size: 1.2em;
}



#sep4 {
	position: relative; 
	margin: 0 auto;
	width: 100%;
	overflow:hidden;
	padding-top:0px;
	padding-bottom:60px;
} 

#sep4 .line-paralax4 {
	position:relative;
	text-align:center;
	margin:0 auto;
	padding-bottom:30px;
	margin-top:5px;
	width:70px;
	border-top:1px solid #001a72;
}

#sep4 .cl-effect-12 {
	text-align: center;

}
#sep4 .cl-effect-12 a {
	font-size: 1.2em;
}

.prgprogressa1{
	position: relative; 
	margin-top:50px;	
	background:#f1f1f1;
	padding-top:20px;
	padding-bottom:20px;
	padding-left:20px;
	padding-right:20px;
	z-index:2;
}
.prgprogressa1 h5{
	text-align:right;
	padding-bottom:5px;
	z-index:5;
}
.prgprogressa1 p{
	text-align:right;
	padding-bottom:20px;
	font-size: 18px;
}
.prgprogressa1 li{
	text-align:right;
	padding-bottom:20px;
	font-size: 18px;
	line-height: 24px;
}



.prgprogressa{
	position: relative; 
	margin-top:50px;	
	background:#f1f1f1;
	padding-top:20px;
	padding-bottom:20px;
	padding-left:20px;
	padding-right:20px;
	z-index:2;
}
.prgprogressa h5{
	text-align:left;
	padding-bottom:5px;
	z-index:5;
}
.prgprogressa p{
	text-align:left;
	padding-bottom:20px;
}
.prgprogressa li{
	text-align:left;
	padding-bottom:20px;
	font-size: 18px;
	line-height: 24px;
}
 
 
.prgprogressa-img {
	position: absolute; 
	background:#fff;
	border-radius:50%;
	top:-60px;
	right:20px;
	width:160px;
	height:160px;
	z-index:2;
}
.prgprogressa-img img{
	width:140px;
	height:140px;
	display: block;
	border-radius:50%;
	margin-top:10px;
	margin-left:10px;
}
.prgprogressa-img1{
	position: absolute; 
	background:#fff;
	border-radius:50%;
	top:-60px;
	left:20px;
	width:160px;
	height:160px;
	z-index:2;
}
.prgprogressa-img1 img{
	width:140px;
	height:140px;
	display: block;
	border-radius:50%;
	margin-top:10px;
	margin-left:10px;
}
 
.prgprogressa-subtext{
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	font-size: 14px;
	line-height:14px;
	text-align:left;
	color: #405395;
	opacity:.5;
	padding-top:3px;
	font-style: italic;
	padding-bottom:20px;
}
.prgprogressa1-subtext{
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	font-size: 14px;
	line-height:14px;
	text-align:right;
	color: #405395;
	opacity:.5;
	padding-top:3px;
	font-style: italic;
	padding-bottom:20px;
}

#sep4 .cl-effect-12 a {
	margin: 0;
	text-align:center;
	text-decoration: none;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	width:650px;
	background:rgba(255,255,255,.9);
	height:50px;
	line-height:50px;
	border-radius:3px;
	letter-spacing: 3px;
	font-weight: 700;
	font-size: 12px;
	z-index:5;
}


 
.cl-effect-12 a {
	position: relative;
	display: inline-block;
	margin: 10px 25px;
	outline: none;
	text-decoration: none;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	font-size: 12px;
}
.cl-effect-12 a:hover,
.cl-effect-12 a:focus {
	outline: none;
}

.cl-effect-12 a::before,
.cl-effect-12 a::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	border: 2px solid rgba(0,0,0,0.1);
	border-radius: 50%;
	content: '';
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(0.2);
	-moz-transform: translateX(-50%) translateY(-50%) scale(0.2);
	transform: translateX(-50%) translateY(-50%) scale(0.2);
}

.cl-effect-12 a::after {
	width: 20px;
	height: 20px;
	border-width: 4px;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(0.8);
	-moz-transform: translateX(-50%) translateY(-50%) scale(0.8);
	transform: translateX(-50%) translateY(-50%) scale(0.8);
}

.cl-effect-12 a:hover::before,
.cl-effect-12 a:hover::after,
.cl-effect-12 a:focus::before,
.cl-effect-12 a:focus::after {
	opacity: 1;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(1);
	-moz-transform: translateX(-50%) translateY(-50%) scale(1);
	transform: translateX(-50%) translateY(-50%) scale(1);
}
 
 


/* 2025.04.03 */
#apropos .cl-effect-12 a {
	margin: 0;
	text-align:center;
	text-decoration: none;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	width:180px;
	background:rgba(255,255,255,.9);
	height:50px;
	line-height:50px;
	border-radius:3px;
	letter-spacing: 3px;
	font-weight: 700;
	font-size: 12px;
	z-index:5;
}
#apropos .cl-effect-12 a::before,
#apropos .cl-effect-12 a::after {
	border: 2px solid rgba(0,0,0,0.1);
	z-index:2;
}
 
/* #Blog
================================================== */

#blog{
	position: relative; 
	margin: 0 auto;
	width: 100%;
	overflow:hidden;
	z-index:2;
	background:#e5f5fb;
} 

.blog-wrap{
	position: relative; 
	margin: 0 auto;
	width: 100%;
	overflow:hidden;
	z-index:2;
	background:#e5f5fb;
	margin-top:0px;
}
.post-wrap{
	position: relative; 
	margin: 0 auto;
	text-align:center;
	width: 50%;
	float:left;
	display:inline-block;
	overflow:hidden;
	z-index:2;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	-ms-perspective: 1000px;
	-o-perspective: 1000px;
	perspective: 1000px;
}
.post-wrap img{
	width: 100%;
	height:auto;
	display:block;
}
.post-wrap .mask-blog{
	position: absolute;
	top:0;
	left:0;	
	width: 100%;
	height:100%;
	z-index:5;
	background:rgba(255,255,255,.8);
	-webkit-transition : all 0.2s ease-out;
	-moz-transition : all 0.2s ease-out;
	-o-transition :all 0.2s ease-out;
	transition : all 0.2s ease-out;
}
.post-wrap:hover .mask-blog{
	background:rgba(255,255,255,.1);
	cursor:url('../images/more.cur'),crosshair;
	cursor:url('../images/more.png') 40 40,crosshair;
}
.post-wrap .mask-blog::before{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0px solid transparent;
	content: '';
	-webkit-transition: border-width 0.4s, border-color 0.4s;
	-moz-transition: border-width 0.4s, border-color 0.4s;
	-ms-transition: border-width 0.4s, border-color 0.4s;
	-o-transition: border-width 0.4s, border-color 0.4s;
	transition: border-width 0.4s, border-color 0.4s;
}
.post-wrap:hover .mask-blog::before{
	border-width: 20px;
	border-color: rgba(0,0,0,.2);
}




.post-wrap a {
	display:block;
	cursor:url('../images/more.cur'),crosshair;
	cursor:url('../images/more.png') 40 40,crosshair;
}
.post-wrap .doubleflip {
	position: absolute;
	top: 20px;
	right:20px;
	width: 70px;
	height: 70px;
	z-index:100;
	-webkit-transition: -webkit-transform 0.3s 0.3s;
	-moz-transition: -moz-transform 0.3s 0.3s;
	-ms-transition: -ms-transform 0.3s 0.3s;
	-o-transition: -o-transform 0.3s 0.3s;
	transition: transform 0.3s 0.3s;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg);
	-o-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
	-webkit-transform-origin: 100% 50%;
	-moz-transform-origin: 100% 50%;
	-ms-transform-origin: 100% 50%;
	-o-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
}
.post-wrap .doubleflip img{
	width: 70px;
	height: 70px;
	display:block;
}
.post-wrap:hover .doubleflip {
	-webkit-transform: rotateY(0);
	-moz-transform: rotateY(0);
	-ms-transform: rotateY(0);
	-o-transform: rotateY(0);
	transform: rotateY(0);
	-webkit-transition-delay: 0.1s;
	-moz-transition-delay: 0.1s;
	-ms-transition-delay: 0.1s;
	-o-transition-delay: 0.1s;
	transition-delay: 0.1s;
}





.post-wrap .doubleflip1 {
	position: absolute;
	top: 20px;
	right:90px;
	width: 270px;
	height: 70px;
	z-index:100;
	background:#009fda;
	-webkit-transition: -webkit-transform 0.3s 0.3s;
	-moz-transition: -moz-transform 0.3s 0.3s;
	-ms-transition: -ms-transform 0.3s 0.3s;
	-o-transition: -o-transform 0.3s 0.3s;
	transition: transform 0.3s 0.3s;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg);
	-o-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
	-webkit-transform-origin: 100% 50%;
	-moz-transform-origin: 100% 50%;
	-ms-transform-origin: 100% 50%;
	-o-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
}
.post-wrap .doubleflip1 h4{
	color:#f1f1f1;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	font-size: 18px;
	line-height:20px;
	padding-top:0px;
}
.post-wrap .doubleflip1 p span{}
.post-wrap:hover .doubleflip1 {
	-webkit-transform: rotateY(0);
	-moz-transform: rotateY(0);
	-ms-transform: rotateY(0);
	-o-transform: rotateY(0);
	transform: rotateY(0);
	-webkit-transition-delay: 0.4s;
	-moz-transition-delay: 0.4s;
	-ms-transition-delay: 0.4s;
	-o-transition-delay: 0.4s;
	transition-delay: 0.4s;
}


.post-wrap h4{ 
	position:absolute;
	top:50%;
	margin-top:-7px;
	left:0;
	width:100%;
	z-index:100;
	font-family: 'Roboto', sans-serif;
	font-weight:700;
	text-transform:uppercase;
	color:#009fda;
	font-size: 24px; 
	line-height: 24px; 
	opacity:1;
}
.post-wrap:hover h4 {
	color: #fff;
	/*text-shadow: #e5f5fb 1px 0 10px;*/
}
.post-wrap .line-blog {
	position:absolute;
	top:50%;
	margin-top:-55px;
	left:50%;
	margin-left:-1px;
	width:2px;
	height:20px;
	opacity:.2;
	background:url('../images/line-dark.jpg')no-repeat center center;
	z-index:100;
}
.post-wrap .line-blog1 {
	position:absolute;
	bottom:50%;
	margin-bottom:-55px;
	left:50%;
	margin-left:-1px;
	width:2px;
	height:20px;
	opacity:.2;
	background:url('../images/line-dark.jpg')no-repeat center center;
	z-index:100;
}

.post-wrap *, .post-wrap *:after, .post-wrap *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.post-wrap .clearfix:before, .post-wrap .clearfix:after { content: ''; display: table; }
.post-wrap .clearfix:after { clear: both; }




/* #Blog Post
================================================== */

#blog-post{
	position: relative; 
	margin: 0 auto;
	width: 100%;
	overflow:hidden;
	z-index:2;
} 

.blog-post-down{
	position: relative; 
	margin: 0 auto;
	width: 100%;
	overflow:hidden;
	padding-bottom:80px;
	padding-top:80px;
	z-index:2;
}
.blog-post-down p{
	text-align:left;
}  
.blog-post-down img{
	width:100%;
	height:auto;
	display:block;
}
.blog-post-down p{
	text-align:left;
	font-size:150%;
	line-height: 150%;
}
.blog-post-down .legend {text-align: center; font-size: 1.2em;}
.blog-padding {
	padding-bottom:20px;
	font-family: 'Geogrotesque', sans-serif;
font-size: 1.4em;
line-height: 2em;	
}

.blog-post-down h4 {
	font-family: 'Geogrotesque', sans-serif;
	font-weight: 500;
	text-align: left;
	padding: 20px 0;
}

.blog-post-down .center {
	text-align: center;
	font-weight: 400;
	font-size: 16px;
}
.blog-post-down .subtitle {
text-align: left;
font-weight: 400;
font-size: 1.8em;
color: #001a72;
margin-top: 20px;
}

.separ-p {
	margin-top: 50px;
}

.color-1 nav a {
	position: absolute;
	top: 50%;
	display: block;
	outline: none;
	z-index: 1000;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.color-1 nav a.prev {
	left: 0;
	text-align: left;
}

.color-1 nav a.next {
	right: 0;
	text-align: right;
}


.color-1 {
	position: relative;
	background: #606060;
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
	height:40px;	
 }

.nav-slide .icon-wrap {
	position: relative;
	z-index: 100;
	display: block;
	padding: 20px;
	background-color: #fff;
	font-family: 'FontAwesome';
	font-size: 14px; 
}



.nav-slide div {
	position: absolute;
	top: 50%;
	padding: 0 80px;
	background-color: #323232;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}

.nav-slide a.prev div {
	left: 0;
	padding-right: 120px;
	-webkit-transform: translateY(-50%) translateX(-100%);
	transform: translateY(-50%) translateX(-100%);
}

.nav-slide a.next div {
	right: 0;
	padding-left: 120px;
	-webkit-transform: translateY(-50%) translateX(100%);
	transform: translateY(-50%) translateX(100%);
}

.nav-slide h4 {
	position: relative;
	margin: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	font-size:150%;
	white-space: nowrap;
}
.nav-slide a.next div h4 {
	margin-left: 20px;
}
.nav-slide a.prev div h4 {
	margin-right: 20px;
}

.nav-slide div h4 span {
	display: block;
	color: #95a5a6;
	font-style: italic;
	font-size: 45%;
	font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", Garamond, "Times New Roman", serif;
}

.nav-slide img {
	position: absolute;
	top: 0;
	height: 100%;
}

.nav-slide a.prev img {
	right: 0;
}

.nav-slide a.next img {
	left: 0;
}

.nav-slide a:hover div {
	-webkit-transform: translateY(-50%) translateX(0); 
	transform: translateY(-50%) translateX(0);
}


@media screen and (max-width: 520px) {

.nav-slide a.prev img {
	display:none;
}

.nav-slide a.next img {
	display:none;
}
.nav-slide a.prev div {
	padding-right: 20px;
}

.nav-slide a.next div {
	padding-left: 20px;
}
}

 
/* Blog Parallax Section
================================================== */
 
.parallax-blog, 
.parallax-centreformation {
	background-size: cover;
	position: absolute;
	top: 0; 
	left: 0; 
	right: 0;
	bottom: 0;
	z-index: -1;
	width:100%;  
	opacity: 0.33;
}

.parallax-centreformation {
	background: url('../images/parallax/Header-page_centre-formation.jpg') repeat fixed;	
}



@media only screen and (min-width: 1930px) { .parallax-blog { background-size: cover; } }
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
	.parallax-blog { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}
@media only screen and (max-width: 959px) {
	.parallax-blog { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}




 
 
 /* #Contact
================================================== */

#contact{
	position: relative; 
	margin: 0 auto;
	width: 100%;
	overflow:hidden;
	z-index:2;
	background:#fff;
	padding-bottom:40px;
} 
 

.owl-wrap-contact{
	position: relative; 
	margin: 50px auto 0 auto;
	width: 100%;
	overflow:hidden;
	z-index:2;
}

#sync7 .item {
	position: relative; 
	margin: 0 auto;
    width: 100%;
    display: block;
	padding-bottom:120px;
}
#sync7 .item h3{
	text-align:center;
	letter-spacing: 3px;
	font-size:200%;
	text-transform: lowercase;
}

#sync7 .item p{
	text-align:center;
	color:#909090;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
	font-size: 16px;
	line-height:28px;
}
#sync8 {
	position:absolute;
	bottom:10px;
	left:50%;
	margin-left:-105px;
	width:210px;
	z-index:200;
}
#sync8 .item{
	position:relative;
    text-align: center;
	margin:0 auto;
    cursor: pointer;
	height: 60px;
	width:60px;
	z-index:200;
	border-top:1px solid #fff;
	padding-top:25px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
#sync8 .item:hover {
	background:url('../images/arrow-up.png') no-repeat top center;
}
#sync8 .synced .item {
	background:url('../images/arrow-up.png') no-repeat top center;
} 

.icon-contact {
	position: relative;
	width:60px;
	font-family: 'FontAwesome';
	text-align:center;
	font-size: 14px; 
	z-index:4;
}



	#ajax-form {
		width: 100%;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	text-transform:uppercase;
		margin-left: auto;
		margin-right: auto;
	color:#7a7a7a;
	text-align:left;
	}
	label {
		display: block;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	text-transform:uppercase;
		font-size:12px;
		line-height:12px;
		padding-bottom:10px;
	}
	input{
		width: 96%;
		border:none;
		background:#f1f1f1;
		font-family: 'Roboto', sans-serif;
		font-weight:400;
		font-size:12px;
		line-height:18px;
		margin-bottom: 15px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	textarea {
		width: 96%;
		background:#f1f1f1;
		font-family: 'Roboto', sans-serif;
		font-weight:400;
		font-size:12px;
		line-height:18px;
		height:120px;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left:0;
		padding-right:0;
		border:none;
	}
	.error {
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	text-transform:uppercase;
		font-size:12px;
		line-height:18px;
		display: none;
	}
	#ajaxsuccess {
		background: #f5f5f5;
		color:#000;
		font: 20px/60px 'OpenSans-Light-webfont';
		height:60px;
		display: none;
		padding-left:10px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 30px;
	}
#err-form{
	text-align:center;
}

#ajax-form button{
	text-align:center;
	background: #f1f1f1;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	text-transform:uppercase;
	font-size: 14px;
	line-height:22px;
}

#ajax-form button:hover{
	background: #f8f8f8;
 }
 #ajax-form button:active,
	#ajax-form textarea:active,
	#ajax-form input:active {	
	  color: #333333;
	outline:1px solid #fff;}
	#ajax-form textarea:active,
	#ajax-form input:hover {	
	  color: #333333;
	outline:1px solid #fff;}
	#ajax-form textarea,
	#ajax-form input {	
	  color: #333333;
	outline:1px solid #fff;}

#ajax-form input[type="text"]{
	padding-left:2%;
	padding-right:2%;
}
#ajax-form input[type="text"], textarea{
	padding-left:2%;
	padding-right:2%;
}





#map{
	position: relative;
  display: block;
  width: 100%;
  margin-top:15px;
  height: 410px;
}
.overlay{
  display:block;
  z-index:10;
  text-align:center;
  height:80px;
  width:102px;
  background:transparent url(../images/marker.png)no-repeat bottom center;
}
.overlay_arrow{
  left:50%;
  margin-left:-16px;
  width:0;
  height:0;
  position:absolute;
}
.overlay_arrow.above{
  bottom:-13px;
  border-left:16px solid transparent;
  border-right:16px solid transparent;
  border-top:16px solid #000;
}
.overlay_arrow.below{
  top:-15px;
  border-left:16px solid transparent;
  border-right:16px solid transparent;
  border-bottom:16px solid #000;
}





 
/* #footer
================================================== */

#footer{
	position: relative; 
	margin: 0 auto;
	width: 100%;
	background:#323232;
	padding-top:30px;
	padding-bottom:15px;
}
.accordion-arrow {
	font-family: 'FontAwesome';
}
#footer .back-top{
	position: absolute; 
	cursor:pointer;
	top:-10px;
	left:50%;
	margin-left:-20px;
	width:40px;
	height:40px;
	font-family: 'FontAwesome';
	border-top-left-radius:3px;
	border-top-right-radius:3px;
	text-align:center;
	z-index:1000;	
	font-size: 22px;
	line-height: 40px;
	background:#fff;
	-webkit-box-shadow: 0 -5px 15px -5px #000;
	-moz-box-shadow: 0 -5px 15px -5px #000;
	box-shadow: 0 -5px 15px -5px #000;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
#footer .back-top:hover{
	background:#f1f1f1;
	-webkit-box-shadow: 0 -5px 5px -5px #000;
	-moz-box-shadow: 0 -5px 5px -5px #000;
	box-shadow: 0 -5px 5px -5px #000;
}
#footer p {
	font-size: 11px;
	line-height:22px;
	text-align:center;
	padding-bottom:5px;
	color:#999;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	/*text-transform:uppercase;*/
	letter-spacing: 1px;
}  
.icon-footer{
	font-family: 'FontAwesome'; 
	font-size: 14px;
	line-height: 22px;
	text-align:center;
	margin:0 auto;
	z-index:6;
	padding-left:4px;
	padding-right:4px;
} 

#footer h5, #footer h6 {
	color: #aaa;
}
#footer h6.title {
	font-size: 16px;
	font-weight: 700;
}
#footer h6.subtitle {
	text-align: left; 
	border-bottom: 1px solid #888;
	line-height: 40px; 
	margin-bottom: 20px; 
	font-weight: 600; 
	text-transform: none;
	font-size: 15px;
}
#footer .uppercase {
	text-transform: uppercase;
}
#footer label:hover {
	cursor: pointer;
}


/* ==== Accordéons ==== */

article {
  border: 1px solid #888;
  padding: 1em;
  margin: 1em auto;
  color: #999;
}


#acc01 p, #acc01 ul, #acc02 p, #acc02 ul, #acc03 p, #acc03 ul, #acc04 p, #acc04 ul, #acc05 p, #acc05 ul {
  text-align: left;
  font-size: 13px;
  
}
#acc01 ul, #acc02 ul, #acc03 ul, #acc04 ul, #acc05 ul {
	list-style-type: none;
	margin: 5px 10px 20px 20px;
}

input[type="radio"] {
  appearance: none;
  position: fixed;
  top: -100vh; 
  left: -100vh;

  & ~ div {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s;
  }

  &:checked ~ div {
    max-height: 850px;
  }
}



.social-bottom{ 
	position:relative;
	width:100%;
	z-index:1002;
	padding-top:5px;
	padding-bottom:5px;
	height:30px;
	text-align:center;
}
.list-social1 li {
    padding:0; 
    list-style: none;
	text-align:center; 
	width:24px;
    display: inline-block;
	cursor:pointer;
	margin-left:2px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}

.list-social1 li.icon-soc1 a {
	font-family: 'FontAwesome';
	font-size: 14px;
	line-height: 30px;
	width:24px;
	opacity:1;
	margin:0;
	padding:0;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.list-social1 li:hover{
}
.list-social1 li:hover.icon-soc1 a{
	opacity:.6;
}









 
/* #Media Queries
================================================== */


@media only screen and (max-width: 800px) {
.logo{
	width:80px;
	height:50px;
	left:10px;
	top:10px;
	background:url('../images/logo.png') no-repeat center center;
	background-size:80px 50px;
}
.cbp-af-header.cbp-af-header-shrink .logo{
	width:80px;
	height:50px;
	left:10px;
	top:10px;
	background:url('../images/logo1.png') no-repeat center center;
	background-size:80px 50px;
	-webkit-transition : all 0.5s ease-out;
	-moz-transition : all 0.5s ease-out;
	-o-transition :all 0.5s ease-out;
	transition : all 0.5s ease-out;
}
.cbp-af-header.cbp-af-header-shrink ul.slimmenu li a {
    border-bottom:none;
}
.cbp-af-header.cbp-af-header-shrink ul.slimmenu li a:hover {
    border-bottom:none;
	background:none;
}
.cbp-af-header.cbp-af-header-shrink ul.slimmenu li {
	background:none;
}
ul.slimmenu li a: {
    border-bottom:none;
}
ul.slimmenu li a:hover {
    border-bottom:none;
	background:none;
}
ul.slimmenu li {
	background:none;
}
ul.slimmenu li > ul {
    width: 100%;
	text-align:right;
}
.post-wrap .doubleflip {
	display:none;
}
.post-wrap .doubleflip1 {
	display:none;
}


.home-big-text {
	margin-top:-79px;
	font-size: 55px; 
	line-height:55px;
}
.home-small-text {
	margin-top:6px;
	font-size: 12px; 
	line-height:12px;
}



#filter li a:after {
	content:none;
	padding-left:0;
}
#sync7 .item h3{
	font-size:140%;
	letter-spacing: 3px;
}
}

@media only screen and (max-width: 1100px) {
.post-wrap{
	width: 100%;
}
}
@media only screen and (min-width: 960px) and (max-width: 1199px) {
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
.portfolio-box{
	width: 50%;
} 
.pricing .background-left{
	display:none;
} 
.pricing .background-center{
	display:none;
} 
.pricing .background-right{
	display:none;
}  
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
.portfolio-box{
	width: 50%;
} 
.pricing .background-left{
	display:none;
} 
.pricing .background-center{
	display:none;
} 
.pricing .background-right{
	display:none;
} 
}

@media only screen and (max-width: 319px) {
.portfolio-box{
	width: 100%;
} 
.pricing .background-left{
	display:none;
} 
.pricing .background-center{
	display:none;
} 
.pricing .background-right{
	display:none;
} 
.team-info h5{
	padding-top:50px;
}
.team-info1 h5{
	padding-top:50px;
}
}



/* #Font-Face
================================================== */



@font-face {
    font-family: 'OpenSans-Light-webfont';
    src: url('font/OpenSans-Light-webfont.eot');
    src: url('font/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/OpenSans-Light-webfont.woff') format('woff'),
         url('font/OpenSans-Light-webfont.ttf') format('truetype'),
         url('font/OpenSans-Light-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Geogrotesque', sans-serif;
    src: url('font/GarnataRegular.eot');
    src: url('font/GarnataRegular.eot?#iefix') format('embedded-opentype'),
         url('font/GarnataRegular.woff') format('woff'),
         url('font/GarnataRegular.ttf') format('truetype'),
         url('font/GarnataRegular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}


#headerPopup{
  width:75%;
  margin:0 auto;
}

#headerPopup iframe{
  width:100%;
  margin:0 auto;
}


/*.button-large{
	text-align:center;
	background: #fafafa;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	text-transform:uppercase;
	line-height:22px;
	width: 600px;
	margin: 0 auto;	
}

.button-large:hover{
	background: #001a72;
 }
 
 .button-large a {font-size: 18px;}
 .button-large:hover a {
 	color: #fff; 
 }
	
.button-large:active {
	color: #333333;
	outline:1px solid #fff;
}*/

.bt-large{
	width: 920px;
	margin: 0 auto;
}
.bt-medium{
	width: 700px;
	margin: 0 auto;
}
.bt-half{
	width: 400px;
	margin: 0 auto;
	text-align: center;
}

.bt-large a, .bt-medium a, .bt-half a {
	position: relative;
	display: inline-block;
	margin: 10px 25px;
	outline: none;
	text-decoration: none;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 500;
	font-size: 16px;
	padding: 0 25px;
	/*background:rgba(255,255,255,.9);*/
	height:50px;
	line-height:50px;
	border-radius:3px;
	/*color: #001a72;*/
	/*border: 1px solid #001a72;*/
	letter-spacing: 3px;
	-webkit-transition : all 0.4s ease-out;
	-moz-transition : all 0.4s ease-out;
	-o-transition :all 0.4s ease-out;
	transition : all 0.4s ease-out;
}
.bt-large a:hover, .bt-large a:focus, .bt-medium a:hover, .bt-medium a:focus, .bt-half a:hover, .bt-half a:focus  {
	outline: none;
	/*color: #001a72;*/
}

.bt-large  a::before, .bt-large a::after, .bt-medium  a::before, .bt-medium a::after, .bt-half  a::before, .bt-half a::after  {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	border: 2px solid rgba(0,0,0,0.1);
	border-radius: 50%;
	content: '';
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(0.2);
	-moz-transform: translateX(-50%) translateY(-50%) scale(0.2);
	transform: translateX(-50%) translateY(-50%) scale(0.2);
}

.bt-large a::after, .bt-medium a::after, .bt-half a::after {
	width: 20px;
	height: 20px;
	border-width: 4px;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(0.8);
	-moz-transform: translateX(-50%) translateY(-50%) scale(0.8);
	transform: translateX(-50%) translateY(-50%) scale(0.8);
}

.bt-large a:hover::before, .bt-large a:hover::after, .bt-large a:focus::before, .bt-large a:focus::after,
.bt-medium a:hover::before, .bt-medium a:hover::after, .bt-medium a:focus::before, .bt-medium a:focus::after,
.bt-half a:hover::before, .bt-half a:hover::after, .bt-half a:focus::before, .bt-half a:focus::after
 { 
	opacity: 1;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(1);
	-moz-transform: translateX(-50%) translateY(-50%) scale(1);
	transform: translateX(-50%) translateY(-50%) scale(1);
}
 
/* PAGES INTERNES */

/* Prévention */
	#closeiframe-prevention {
		width: 100%; 
		height: 45px; 
		padding-top: 7px;
	background: #652d86;
	background: linear-gradient(90deg,rgba(101, 45, 134, 1) 0%, rgba(140, 98, 164, 1) 100%);
		font-size: 2em; 
		text-align: center;
		font-family: 'Roboto', sans-serif;
		font-weight:200;
		text-transform: uppercase;
	}
	#closeiframe-prevention a {
		color: #fff;
		text-decoration: none;	
	}
	#closeiframe-prevention a:hover {
		color: #f1f1f1;
	}
	body.prevention-page {
		background: #efeaf3;
		background: linear-gradient(180deg,rgba(239, 234, 243, 1) 0%, rgba(255, 255, 255, 1) 100%);
	}

	
/* Sécurité */
	#closeiframe-securite {
		width: 100%; 
		height: 45px; 
		padding-top: 7px;
	background: #652d86;
	background: linear-gradient(90deg,rgba(250, 131, 0, 1) 0%, rgba(251, 162, 64, 1) 100%);
		font-size: 2em; 
		text-align: center;
		font-family: 'Roboto', sans-serif;
		font-weight:200;
		text-transform: uppercase;
	}
	#closeiframe-securite a {
		color: #fff;
		text-decoration: none;	
	}
	#closeiframe-securite a:hover {
		color: #f1f1f1;
	}
	body.securite-page {
		background: #fef2e5;
		background: linear-gradient(180deg,rgba(254, 242, 229, 1) 0%, rgba(255, 255, 255, 1) 100%);
	}
	
/* Efficacité */
	#closeiframe-efficacite {
		width: 100%; 
		height: 45px; 
		padding-top: 7px;
	background: #009fda;
	background: linear-gradient(90deg,rgba(0, 159, 218, 1) 0%, rgba(64, 183, 227, 1) 100%);
		font-size: 2em; 
		text-align: center;
		font-family: 'Roboto', sans-serif;
		font-weight:200;
		text-transform: uppercase;
	}
	#closeiframe-efficacite a {
		color: #fff;
		text-decoration: none;
	}
	#closeiframe-efficacite a:hover {
		color: #f1f1f1;
	}
	body.efficacite-page {
		background: #e5f5fb;
		background: linear-gradient(180deg,rgba(229, 245, 251, 1) 0%, rgba(255, 255, 255, 1) 100%);
	}
	
/* Commons internal pages */	
	img.btcloseigrame {
		width: 25px;
		height: 25px;
		top: 5;
		}		
	#internal .home-big-text {
		margin-top:-79px;
		font-size: 50px; 
		line-height:55px;
		color: #333;
	}
	#internal .home-small-text {
		margin-top:6px;
		font-size: 14px; 
		line-height:12px;
		color: #333;
	}
	#internal h5 {color: #333;}



/* ========= COLORIZATION */

.thumb.halfblock {
	width: 380px;
}

.thumb.66block {
	width: 400px;
}

.picto-titrerubrique {
	position: relative; 
	display: block;
	border-radius:50%;
	margin: 10px auto 0 auto;
	width:120px;
	height:120px;
	z-index:2;
}
.picto-titrerubrique img{
	width:100px;
	height:100px;
	display: block;
	border-radius:50%;
	/*margin-top:20px;*/
	margin-left:10px;
}

/* EXCELLENCE SECTION */
.cyantitle-wrap {	
	background: #009fda;
	background: linear-gradient(90deg,rgba(0, 159, 218, 1) 0%, rgba(64, 183, 227, 1) 100%);
}


#excellence-content {background: #e5f5fb;}
#excellence h1 {color: #fff;}

.team-info.cyan, .team-info1.cyan {	
background: #BFE7F6;
background: linear-gradient(180deg, rgba(191, 231, 246, 1) 0%, rgba(127, 207, 236, 0.76) 100%);
}
.team-img.cyan, .team-img1.cyan {
background: #bfe7f6;
}

#excellence-content .team-info ul {
	list-style-type: circle;
	margin-left: 30px;
}
#excellence-content .team-info li {	
	line-height: 25px;
}
#excellence-content h6 {color: #333;}

#sync1 .item p {
	color: #009fda;
	text-shadow: 1px 1px 1px #777;
}
.bt-large.cyan a, .bt-medium.cyan a, .bt-half.cyan a {
	color: #fff;
	background: #009FDA;
	background: linear-gradient(90deg,rgba(0, 159, 218, 1) 0%, rgba(64, 183, 227, 0.76) 100%);
	border: 1px solid #009fda;
}
.bt-large.cyan a:hover, .bt-large.cyan a:focus, .bt-medium.cyan a:hover, 
.bt-medium.cyan a:focus, .bt-half.cyan a:hover, .bt-half.cyan a:focus  {
	background:rgba(255,255,255,.9);
	color: #333;
	border: 1px solid #333;
}


/* ACCOMPAGNEMENT SECTION */
.securite-wrap {	
background: #652D86;
background: linear-gradient(90deg, rgba(101, 45, 134, 1) 0%, rgba(140, 98, 164, 0.76) 100%);
}
.picto-accompagnement {
	position: relative; 
	display: block;
	border-radius:50%;
	margin: 10px auto 0 auto;
	width:120px;
	height:120px;
	z-index:2;
}
#securite {background: #efeaf3;}
#securite h1 {color: #fff;}
#securite h6 {color: #333;}

.team-info.securite, .team-info1.securite {	
background: #D8CAE1;
background: linear-gradient(180deg, rgba(216, 202, 225, 1) 0%, rgba(178, 150, 194, 0.76) 100%);
}
.team-img.securite, .team-img1.securite {
background: #d8cae1;
}
#secu1 p {
	color: #652d86;
	text-shadow: 1px 1px 1px #777;
}
.team-info.securite ul {
	list-style-type: circle;
	margin-left: 30px;
}
.team-info.securite li {	
	line-height: 25px;
}
.bt-large.securite a, .bt-medium.securite a, .bt-half.securite a {
	color: #fff;
background: #652d86;
background: linear-gradient(180deg, rgba(101, 45, 134, 1) 0%, rgba(140, 98, 164, 0.76) 100%);
border: 1px solid #652d86;
}
.bt-large.securite a:hover, .bt-large.securite a:focus, .bt-medium.securite a:hover, 
.bt-medium.securite a:focus, .bt-half.securite a:hover, .bt-half.securite a:focus  {
	background:rgba(255,255,255,.9);
	color: #333;
	border: 1px solid #333;
}
.portfolio-box h4, .portfolio-box ul { 
	color:#652d86;
}




/* ENGAGEMENT SECTION */
.efficacite-wrap {	
	/* Green */
	background: #43B02A;
	background: linear-gradient(90deg,rgba(67, 176, 42, 1) 0%, rgba(114, 196, 95, 1) 100%);
}
.picto-efficacite {
	position: relative; 
	display: block;
	border-radius:50%;
	margin: 10px auto 0 auto;
	width:120px;
	height:120px;
	z-index:2;
}
#efficacite-content {background: #ecf7e9; padding-top: 80px;}
#efficacite h1 {color: #fff;}


.team-info.efficacite, .team-info1.efficacite {	
background: #D0EBCA;
background: linear-gradient(180deg, rgba(208, 235, 202, 1) 0%, rgba(161, 215, 148, 0.76) 100%);
}
.team-img.efficacite, .team-img1.efficacite {
background: #D0EBCA;
}



#eff1 p {
	color: #43b02a;
	text-shadow: 1px 1px 1px #777;
}
.team-info.efficacite ul {
	list-style-type: circle;
	margin-left: 30px;
}
.team-info.efficacite li {	
	line-height: 25px;
}

.bt-large.efficacite a, .bt-medium.efficacite a, .bt-half.efficacite a {
	color: #fff;
background: #43b02a;
background: linear-gradient(90deg, rgba(67, 176, 42, 1) 0%, rgba(114, 196, 95, 0.76) 100%);
	border: 1px solid #43b02a;
}
.bt-large.efficacite a:hover, .bt-large.efficacite a:focus, .bt-medium.efficacite a:hover, 
.bt-medium.efficacite a:focus, .bt-half.efficacite a:hover, .bt-half.efficacite a:focus  {
	background:rgba(255,255,255,.9);
	color: #333;
	border: 1px solid #333;
}


/* CONTACT SECTION */
#contact .section-top .subtext-top {
	color:#001a72;
}


/* ========== HOME SLIDER ============== */

/* #Home
================================================== */


#home{
	position: relative; 
	margin: 0 auto;
	width: 100%;
	overflow:hidden;
	background:#f1f1f1;
	z-index:2;
}

#sync3 .item {
	position: relative; 
	margin: 0 auto;
    width: 100%;
	min-height:100%;
	height:100%;
    display: block;
}
.background1{
    background:url('../images/parallax/Parallax_excellence.jpg')no-repeat center center;
	background-size:cover;
}
.background2{
    background:url('../images/parallax/Parallax_accompagnement.jpg')no-repeat center center;
	background-size:cover;
}
.background3{
    background:url('../images/parallax/Parallax_engagement.jpg')no-repeat center center;
	background-size:cover;
}

#bar{
  width: 0%;
  max-width: 100%;
  height: 3px;
}
#progressBar{
  width: 100%;
  background: #909090;
}
#sync4 {
	position:absolute;
	bottom:50px;
	left:50%;
	margin-left:-110px;
	width:220px;
	z-index:200;
}
#sync4 .item{
    text-align: center;
	margin:0 auto;
    cursor: pointer;
	height: 3px;
	max-width:40px;
	background:rgba(255,255,255,.1);
	z-index:200;
	border:1px solid #fff;
	-webkit-transition : all 0.2s ease-out;
	-moz-transition : all 0.2s ease-out;
	-o-transition :all 0.2s ease-out;
	transition : all 0.2s ease-out;
}

.home-big-text {
	position:absolute;
	top:50%;
	margin-top:-90px;
	left:0;
	width:100%;
	font-family: 'Geogrotesque', sans-serif;
	text-align:center;
	text-transform: uppercase;
	font-size: 75px; 
	line-height:75px;
	color: #001a72;
	z-index:100;
}
.home-small-text {
	position:absolute;
	top:50%;
	margin-top:17px;
	left:0;
	width:100%;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	letter-spacing:4px;
	text-transform:uppercase;
	text-align:center;
	font-size: 14px; 
	line-height:14px;
	color: #001a72;
	z-index:100;
}

 
.section-top {
	position: relative; 
	margin: 0 auto;
	width: 100%;
	z-index:2;
	padding-top:100px;
	padding-bottom:100px;
}
.section-top .line-dark {
	position:absolute;
	top:0;
	margin-top:60px;
	left:50%;
	margin-left:-1px;
	width:2px;
	height:30px;
	background:url('../images/line-dark.jpg')no-repeat center center;
	opacity:.3;
	z-index:100;
}
.section-top .subtext-top {
	position: relative;
	width:100%;
	padding-top:20px;
	font-family: 'Roboto', sans-serif;
	font-weight:700;
	letter-spacing:4px;
	text-transform:uppercase;
	text-align:center;
	font-size: 16px; 
	line-height:16px;
	color:#fff;
	z-index:100;
}
.section-top .line-dark1 {
	position:absolute;
	bottom:0;
	margin-bottom:45px;
	left:50%;
	margin-left:-1px;
	width:2px;
	height:30px;
	background:url('../images/line-dark.jpg')no-repeat center center;
	opacity:.3;
	z-index:100;
}



.subsection-top {
	position: relative; 
	margin: 0 auto;
	width: 100%;
	z-index:2;
	padding-bottom:55px;
}
.subsection-top h3 {
	padding-top:20px;
}
.subsection-top .subline-dark {
	position:absolute;
	top:0;
	margin-top: -10px;
	left:50%;
	margin-left:-1px;
	width:2px;
	height:20px;
	background:url('../images/line-dark.jpg')no-repeat center center;
	opacity:.2;
	z-index:100;
}
.subsection-top .subline-dark1 {
	position:absolute;
	top:0;
	margin-top:75px;
	left:50%;
	margin-left:-1px;
	width:2px;
	height:20px;
	background:url('../images/line-dark.jpg')no-repeat center center;
	opacity:.2;
	z-index:100;
}




#home .line {
	position:absolute;
	top:50%;
	margin-top:-140px;
	left:50%;
	margin-left:-1px;
	width:2px;
	height:40px;
	background:url('../images/line-blue.jpg')no-repeat center center;
	opacity:.5;
	z-index:100;
}
#home .line1 {
	position:absolute;
	top:50%;
	margin-top:66px;
	left:50%;
	margin-left:-1px;
	width:2px;
	height:40px;
	background:url('../images/line-blue.jpg')no-repeat center center;
	opacity:.5;
	z-index:100;
}


sup {
  vertical-align: 15%;
  font-size: smaller;
  text-transform: none;
}
.source {
	text-align: left;
	font-weight: 400;
	font-size: 13px;
	color: #777;
	line-height: 15px;
}
.source-w {
	text-align: left;
	font-weight: 400;
	color: #fff;
}
.source-w ol {
	font-size: 10px !important;
	letter-spacing: -0.05em;
	margin-left: 20px;
	
}
.source-w li {
	margin-left: 10px;
	line-height: 12px !important;
}


/* #Home video
================================================== */

#video_background { 
position: relative; 
	left: 0;
	padding-top:0px;
	min-width: 100% !important;
	min-height: 100% !important;

	width: 1500px ;
	/*height: 700px ;*/
	z-index: -1000;
	overflow: hidden;
	margin: 0 !important;
}
