@import url(https://fonts.googleapis.com/css?family=Overpass:100,100i,400,400i,600,600i,700,800);
/*
Template Name: Multi
Version: 1.0
Author: ShapeBootstrap, adapted content Copyright Olivier Rochet
Author URL: http://shapebootstrap.net, Content Owner URL: https://olivier-rochet.com
*/
/*************************
*******Typography******
**************************/
body {
  padding-top: 100px;
  background: #fff;
  font-family: 'Overpass', sans-serif;
  font-weight: 400;
  color: #2f2e2e;
  line-height: 26px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  font-family: 'Overpass', sans-serif;
  color: #252525;
}
h7{
  font-weight: 300;
  font-family: 'Overpass', sans-serif;
  font-size: 12px;
  color: #13aed6;
}
a {
  color: #49aed6;
  -webkit-transition: color 400ms, background-color 400ms;
  -moz-transition: color 400ms, background-color 400ms;
  -o-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #13aed6;
}
dd {
    text-align:center;
    margin:0 0 100px;
}
hr {
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #fff;
}
.gradiant {
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
}
.gradiant-horizontal {
  background-image: -moz-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
}
.section-header {
  margin-bottom: 70px;/*70*/
}
.section-header .section-title {
  font-size: 30px;/*40*/
  color: #252525;
  text-transform: uppercase;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;/*20*/
  margin: 0 0 20px;
}
.section-header .section-title:before {
  content: "";
  position: absolute;
  width: 140px;
  bottom: 0;
  left: 50%;
  margin-left: -70px;
  height: 1px;
  background: #ebebeb;
}
.section-header .section-title:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  bottom: -11px;
  left: 50%;
  margin-left: -12px;
  border: 5px solid #fff;
  border-radius: 20px;
  background: #49aed6;
}
.btn {
  border-width: 0;
  border-bottom-width: 3px;
  border-radius: 3px;
      position: center;

}
.btn.btn-primary {
  background: #49aed6;
  border-color: #13aed6;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
  background: #13aed6;
}
.column-title {
  margin-top: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
  position: relative;
}
.column-title:after {
  content: " ";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 40%;
  border-bottom: 1px solid #49aed6;
}
ul.nostyle {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}
ul.nostyle i {
  color: #49aed6;
}
.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}
@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
/*************************
*******Header******
**************************/
.navbar.navbar-default {
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
}
.navbar.navbar-default .navbar-toggle {
  margin-top: 32px;/*32*/
}
.navbar.navbar-default .navbar-brand {
  height: auto;/*auto*/
  padding: 25px 15px 21px;/*22px 15px 21px;*/
}
@media only screen and (min-width: 768px) {
  #main-menu.navbar-default {
    background: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  }
  #main-menu.navbar-default .navbar-nav > li > a {
    padding-top: 40px;/*40*/
    padding-bottom: 40px;/*40*/
  }
  #main-menu.navbar-default .navbar-nav > li.active > a,
  #main-menu.navbar-default .navbar-nav > li.open > a,
  #main-menu.navbar-default .navbar-nav > li:hover > a {
    background: transparent;
    padding-top: 37px;/*37*/
    border-top: 3px solid #49aed6;
  }
  #main-menu.navbar-default .dropdown-menu {
    padding: 0 20px;
    min-width: 220px;
    background-color: rgba(26, 28, 40, 0.9);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    background-clip: inherit;
  }
  #main-menu.navbar-default .dropdown-menu > li {
    border-left: 3px solid transparent;
    margin-left: -20px;
    padding-left: 17px;
    -webit-transition: border-color 400ms;
    transition: border-color 400ms;
  }
  #main-menu.navbar-default .dropdown-menu > li > a {
    border-top: 1px solid #404455;
    padding: 15px 0;
    color: #eeeeee;
  }
  #main-menu.navbar-default .dropdown-menu > li:first-child > a {
    border-top: 0;
  }
  #main-menu.navbar-default .dropdown-menu > li.active,
  #main-menu.navbar-default .dropdown-menu > li.open,
  #main-menu.navbar-default .dropdown-menu > li:hover {
    border-left-color: #49aed6;
  }
  #main-menu.navbar-default .dropdown-menu > li.active > a,
  #main-menu.navbar-default .dropdown-menu > li.open > a,
  #main-menu.navbar-default .dropdown-menu > li:hover > a {
    color: #49aed6;
    background-color: transparent;
  }
}
#main-slider {
  overflow: hidden;
}
#main-slider .item {
  height: 508px;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}
#main-slider .slider-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}
#main-slider .slider-inner span {
  color: #13aed6;
}
#main-slider .slider-inner h1 {
  margin-top: 180px;/*180*/
  font-size: 10px;/*10*//*36*//*34*/
  line-height: 1;
  text-transform: uppercase;
  color: #afa;
}
#main-slider .slider-inner h1 > span {
  color: #0fe1ff;
}
#main-slider .slider-inner h2 {
  margin-top: 180px;
  font-size: 36px;/*34*/
  line-height: 1;
  text-transform: uppercase;
  color: #afa;
}
#main-slider .slider-inner h2 > span {
  color: #0fe1ff;
}
#main-slider .slider-inner .btn {
  margin-top: 10px;
}
#main-slider .owl-prev,
#main-slider .owl-next {
  position: absolute;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 30px;
  display: inline-block;
  margin-top: -35px;
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 100px;
  z-index: 5;
  -webkit-transition: background-color 400ms;
  transition: background-color 400ms;
}
#main-slider .owl-prev:hover,
#main-slider .owl-next:hover {
  background-color: #49aed6;
}
#main-slider .owl-prev {
  left: -35px;
  text-indent: 14px;
}
#main-slider .owl-next {
  right: -35px;
  text-indent: -14px;
}
.main-content {
  padding: 0 10px 28px 10px;
  margin: 0;
  background-color: #F5F6F9;
}

@media screen and (max-width: 767px) {
  .main-content {
    padding-bottom: 0;
  }
}
#scaled-frame { width: 1625px; height: 1050px; border: 0px; }
#scaled-frame { zoom: 1; -moz-transform: scale(0.73); -moz-transform-origin: 0 0; -o-transform: scale(0.73); -o-transform-origin: 0 0; -webkit-transform: scale(0.73); -webkit-transform-origin: 0 0; }
 
@media screen and (-webkit-min-device-pixel-ratio:0) {
#scaled-frame  { zoom: 1;  }
}
#vf-scaled-frame { width: 1225px; height: 760px; border: 0px; }
#vf-scaled-frame { zoom: 1; -moz-transform: scale(0.73); -moz-transform-origin: 125 0; -o-transform: scale(0.73); -o-transform-origin: 125 0; -webkit-transform: scale(0.73); -webkit-transform-origin: 125 0; }
 
@media screen and (-webkit-min-device-pixel-ratio:0) {
#vf-scaled-frame  { zoom: 1;  }
}
#edx-scaled-frame { width: 1750px; height: 1200px; border: 0px; }
#edx-scaled-frame { zoom: 1; -moz-transform: scale(0.73); -moz-transform-origin: 0 0; -o-transform: scale(0.73); -o-transform-origin: 0 0; -webkit-transform: scale(0.73); -webkit-transform-origin: 0 0; }
 
@media screen and (-webkit-min-device-pixel-ratio:0) {
#edx-scaled-frame  { zoom: 1;  }
}
#bar {
  width: 0%;
  max-width: 100%;
  height: 4px;
  background: #49aed6;
}
#progressBar {
  margin-top: -4px;
  position: relative;
  z-index: 999;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
}
#animated-number {
  padding: 100px 0 70px;
  background: #132125 url(../images/animated-number/bg.jpg) no-repeat 0 0;
  background-size: cover;
  color: #fff;
}
#animated-number h1,
#animated-number h2,
#animated-number h3,
#animated-number h4 {
  color: #fff;
}
#animated-number strong {
  display: block;
  margin-bottom: 30px;
}
.animated-number {
  display: inline-block;
  width: 140px;
  height: 140px;
  font-size: 24px;
  line-height: 140px;
  border: 3px solid #fff;
  border-radius: 100px;
  margin-bottom: 20px;
}
#cta {
  padding: 30px 0;/*30px*/
  background-color: #eeeeee;
}
#cta h1 {
  margin-top: 0;
  color: #252525;
  font-size: 25px;
  line-height: 1;
}
#cta h2 {
  margin-top: 0;
}
#cta .btn {
  margin-top: 20px;/*40*/
}
#info {
  padding: 30px 30px;/*30px*/
  background-color: #fff;
}
#info h1 {
  margin-top: 0;
  color: #252525;
  font-size: 25px;
  line-height: 1;
}
#info h2 {
  margin-top: 0;
}
#info .btn {
  margin-top: 20px;/*40*/
}
#value {
  background: #242a33 url(../images/pre/pre-bg.jpg) no-repeat 50% 50%;
  background-size: cover;
  color: #fff;
  padding-bottom: 38px;
  padding-top: 38px;

}
#value .btn {
  margin-top: 10px;
}
#value h2 {
  color: #fff;
  font-size: 44px;
  line-height: 1;
}
#value h2 > span {
  color: #13a9d6;
}
#wave {
  background: #242a33 url(../images/pre/pre-bg.jpg) no-repeat 50% 50%;
  background-size: cover;
  color: #fff;
  padding-bottom: 70px;
  padding-top: 100px;

}
#xo {
  background: #242a33 url(../images/pre/pre-bg.jpg) no-repeat 50% 50%;
  background-size: cover;
  color: #fff;
  padding-bottom: 38px;
  padding-top: 38px;

}
#xo .btn {
  margin-top: 10px;
}
#xo h2 {
  color: #fff;
  font-size: 44px;
  line-height: 1;
}
#xo h2 > span {
  color: #13a9d6;
}
/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-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: -o-transform, opacity;
  transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

.divider {
  margin-top: 50px;
  margin-bottom: 50px;
  background-image: -moz-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
  background-image: -webkit-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
  background-image: -ms-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
  width: 95%;
  height: 1px;
}
.progress {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #eeeeee;
}
.progress .progress-bar.progress-bar-primary {
  background-image: -moz-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.spread {
  color:#ffffff;
  padding: 8px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #ffffc7;
  background:#cfcfcf;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0fe1ff", endColorstr="#3166ff"); /* Pour IE seulement et mode gradient à linear */
  background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#eeeeee));
  background: -webkit-linear-gradient(#eeeeee, #eeeeee);
  background: -moz-linear-gradient(#eeeeee, #eeeeee);
  background: -o-linear-gradient(#eeeeee, #eeeeee);
  background: -ms-linear-gradient(#eeeeee, #eeeeee);
  background: linear-gradient(#eeeeee, #eeeeee);
}
/*.spread {
  color:#ffffff;
  padding: 8px;
  display: table;
  margin : 0 auto;
  -moz-box-shadow: 0px 0px 4px #343434;
  -webkit-box-shadow: 0px 0px 4px #343434;
  -o-box-shadow: 0px 0px 10px #343434;
  box-shadow: 0px 0px 4px #343434;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #ffffc7;
  background:#cfcfcf;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0fe1ff", endColorstr="#3166ff"); /*Pour IE seulement et mode gradient à linear*/
/*  background: -webkit-gradient(linear, left top, left bottom, from(#0fe1ff), to(#3166ff));
  background: -webkit-linear-gradient(#0fe1ff, #3166ff);
  background: -moz-linear-gradient(#0fe1ff, #3166ff);
  background: -o-linear-gradient(#0fe1ff, #3166ff);
  background: -ms-linear-gradient(#0fe1ff, #3166ff);
  background: linear-gradient(#0fe1ff, #3166ff);
}*/
 
.nav.main-tab {
  background: #eee;
  border-bottom: 1px solid #222534;
  border-radius: 3px 3px 0 0;
}
.nav.main-tab > li > a {
  color: #252525;
}
.nav.main-tab > li.active > a {
  background: #222534;
  color: #49aed6;
}
.nav.main-tab > li:first-child > a {
  border-radius: 3px 0 0 0;
}
.nav.main-tab > li:last-child > a {
  border-radius: 0 3px 0 0;
}
.tab-content {
  border: 1px solid #eee;
  border-top: 0;
  padding: 20px 20px 10px;
  border-radius: 0 0 3px 3px;
}
.panel-default {
  border-color: #eee;
}
.panel-default > .panel-heading {
  background-color: #fff;
  border-color: #eee;
}
.panel-default > .panel-heading .panel-title {
  font-size: 14px;
  font-weight: normal;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #eee;
}

#blog {
  padding: 100px 0;
}
#blog .blog-post {
  border: 1px solid #eee;
  padding: 15px;
}
#blog .blog-post .post-format {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  background: #222534;
  border: 3px solid #fff;
  border-radius: 100px;
}
#blog .blog-post.blog-large .entry-thumbnail {
  margin: -15px -15px 15px;
  position: relative;
}
#blog .blog-post.blog-large .post-format {
  width: 66px;
  height: 66px;
  line-height: 60px;
  position: absolute;
  right: 20px;
  bottom: -33px;
}
#blog .blog-post.blog-large .post-format > i {
  font-size: 20px;
}
#blog .blog-post.blog-large .entry-date {
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #49aed6;
}
#blog .blog-post.blog-large .entry-title {
  margin-top: 0;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 15px;
}
#blog .blog-post.blog-large .entry-title a {
  color: #2f2e2e;
}
#blog .blog-post.blog-large .entry-title a:hover {
  color: #49aed6;
}
#blog .blog-post.blog-media {
  margin-bottom: 30px;
}
#blog .blog-post.blog-media .entry-thumbnail {
  margin: -15px 15px -15px -15px;
  position: relative;
}
#blog .blog-post.blog-media .post-format {
  position: absolute;
  top: 20px;
  right: -10px;
}
#blog .blog-post.blog-media .entry-date {
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #49aed6;
}
#blog .blog-post.blog-media .entry-title {
  margin-top: 0;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 15px;
}
#blog .blog-post.blog-media .entry-title a {
  color: #64686d;
}
#blog .blog-post.blog-media .entry-title a:hover {
  color: #49aed6;
}
#blog .blog-post .entry-meta {
  margin-top: 20px;
  border-top: 1px solid #eee;
  padding-top: 15px;
}
#blog .blog-post .entry-meta > span {
  display: inline-block;
  margin-right: 10px;
  color: #999;
}
#blog .blog-post .entry-meta > span > a {
  color: #999;
}
#blog .blog-post .entry-meta > span > a:hover {
  color: #49aed6;
}
#wave {
  position: relative;
  overflow: hidden;
}
#wave .container-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 95px;
  background: url("../images/slider/intro.png") repeat;//*rgba(69, 174, 214, 0.3);*/
  z-index: 1;
}
#wave .contact-form {
  background: rgba(255, 255, 255, 0.8);
  padding: 20px;
  margin-top: 20px;
}
#wave .contact-form h3 {
  margin-top: 0;
}
#intro {
  position: relative;
  overflow: hidden;
}
#intro .container-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  background: url("../images/slider/intro.png") repeat;//*rgba(69, 174, 214, 0.3);*/
  z-index: 1;
}
#intro .contact-form {
  background: rgba(255, 255, 255, 0.8);
  padding: 20px;
  margin-top: 0;
}
#intro .contact-form h3 {
  margin-top: 0;
}
#contact {
  position: relative;
  overflow: hidden;
}
#contact .container-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/powerbackground.png") repeat;//*rgba(69, 174, 214, 0.3);*/
  z-index: 1;
}
#contact .contact-form {
  background: rgba(255, 255, 255, 0.8);
  padding: 20px;
  margin-top: 50px;
}
#contact .contact-form h3 {
  margin-top: 0;
}
/***********************
********* Footer ******
************************/
#footer {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
  background: #2e2e2e;
}
#footer a {
  color: #fff;
}
#footer a:hover {
  color: #49aed6;
}
#footer ul {
  list-style: none;
  padding: 0;
  margin: 0 -7.5px;
}
#footer ul > li {
  display: inline-block;
  margin: 0 7.5px;
}
@media only screen and (min-width: 768px) {
  #footer .social-icons {
    float: right;
  }
}
.form-control {
  box-shadow: none;
  -webkit-box-shadow: none;
}
		/* Boite Login */
		#cadreLogin {
	width:222px;
	background:url(../images/menuGaucheTop.gif) left top no-repeat;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 24px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
		#blocCadreLogin { background: url(../images/menuGaucheBas.gif) left bottom no-repeat;  padding-bottom: 15px; padding-left: 20px;}
		#blocCadreLogin .formulaire {width: 200px; padding-top:5px;}
		#blocCadreLogin .formulaire p { padding:0; margin:0; line-height: 12px;}
		.formulaireBoite {width: 114px; height:14px; font-size:9px; font-family:Verdana, Arial, Helvetica, sans-serif; color: #6b6b6b; border:1px solid #bfc4ca; background-color: #fff; margin: 2px 0; padding:1px;}
	
			/* Boite Login Main*/
		#MaincadreLogin {
	width:222px;
	background:url(../images/menuGaucheTop.gif) left top no-repeat;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 350px;
	padding-top: 24px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
