body, html {
	font-family: 'Open Sans', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #555;
	width: 100% !important;
	height: 100% !important;
}
h1 {
	font-weight: 700;
}
h1 strong {
	font-weight: 900;
}
h2 {
	text-transform: uppercase;
	line-height: 20px;
	margin: 0;
}
h3 {
	font-size: 16px;
	font-weight: 700;
}

h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
p {
	font-family: 'Open Sans', sans-serif;
}
p.intro {
	font-size: 16px;
	margin: 12px 0 0;
	line-height: 24px;
	font-family: 'Open Sans', sans-serif;
}
a {
	color: #444;
	display: inline;
}
a:hover, a:focus {
	text-decoration: none;
	color: #562380;
}
ul, ol {
	list-style: none;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
ul, ol {
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
}
/* Navigation */

#langues {
	float: right;
	padding-top: 15px;
	padding-left: 25px;
}

.navbar-custom {
	margin-bottom: 0;
	text-transform: uppercase;
	background-color: #fff;
}
.navbar-custom .navbar-brand {
	font-weight: 600;
}
.navbar-custom .navbar-brand i.fa {
	color: #562380;
}
.navbar-custom .navbar-brand:focus {
	outline: 0;
}
.navbar-custom .navbar-brand .navbar-toggle {
	padding: 4px 6px;
	font-size: 16px;
	color: #fff;
}
.navbar-custom .navbar-brand .navbar-toggle:focus, .navbar-custom .navbar-brand .navbar-toggle:active {
	outline: 0;
}
.navbar-custom a {
	color: #444;
}
.navbar-custom .nav li a {
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}
.navbar-custom .nav li a:hover {
	outline: 0;
	color: #562380;
	background-color: transparent;
}
.navbar-custom .nav li a:focus, .navbar-custom .nav li a:active {
	outline: 0;
	background-color: transparent;
	color: #562380;
}
.navbar-custom .nav li.active {
	outline: 0;
}
.navbar-custom .nav li.active a {
	background-color: rgba(255,255,255,.3);
}
.navbar-custom .nav li.active a:hover {
	color: #fff;
}

@media(min-width:768px) {
.navbar-custom {
	padding: 20px 0;
	border-bottom: 0;
	letter-spacing: 1px;
	background: 0 0;
	-webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
	-moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
	transition: background .5s ease-in-out, padding .5s ease-in-out;
}
.navbar-custom.top-nav-collapse {
	padding: 0;
	background: #fff;
}
}
/* Home Style */
.intro {
	display: table;
	width: 100%;
	height: auto;
	padding: 100px 0;
	text-align: center;
	color: #fff;
	background: url(../img/bg/intro-bg.jpg) no-repeat bottom center;
	background-color: #000;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-attachment: fixed;
}
.intro .intro-body {
	display: table-cell;
	vertical-align: middle;
}
.intro .intro-body .brand-heading {
	color: #562380;
	text-transform: uppercase;
	letter-spacing: -2px;
}
.intro .intro-body .intro-text {
	font-size: 18px;
}

@media(min-width:768px) {
.intro {
	height: 100%;
	padding: 0;
}
.intro .intro-body H1 {
	font-size: 70px;
	font-weight: 700;
	letter-spacing: -2px;
}
.intro .intro-body .intro-text {
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 8px;
	margin-bottom: 50px;
}
}
.btn-circle {
	width: 70px;
	height: 70px;
	margin-top: 45px;
	padding: 7px 16px;
	border: 2px solid rgba(255,255,255,.2);
	border-radius: 100%!important;
	font-size: 40px;
	color: #562380;
	background: 0 0;
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	margin-bottom: 0px;
}
.btn-circle:hover, .btn-circle:focus {
	outline: 0;
	color: #562380;
	background: rgba(255,255,255,.1);
}
.btn-circle i.animated {
	-webkit-transition-property: -webkit-transform;
	-webkit-transition-duration: 1s;
	-moz-transition-property: -moz-transform;
	-moz-transition-duration: 1s;
}
.btn-circle:hover i.animated {
	-webkit-animation-name: pulse;
	-moz-animation-name: pulse;
	-webkit-animation-duration: 1.5s;
	-moz-animation-duration: 1.5s;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
}
 @-webkit-keyframes pulse {
 0% {
 -webkit-transform: scale(1);
 transform: scale(1);
}
 50% {
 -webkit-transform: scale(1.2);
 transform: scale(1.2);
}
 100% {
 -webkit-transform: scale(1);
 transform: scale(1);
}
}
 @-moz-keyframes pulse {
 0% {
 -moz-transform: scale(1);
 transform: scale(1);
}
 50% {
 -moz-transform: scale(1.2);
 transform: scale(1.2);
}
 100% {
 -moz-transform: scale(1);
 transform: scale(1);
}
}
.section-title.center {
	padding: 30px 0;
}
.section-title h2, .section-title.center h2 {
	font-weight: 600;
	margin-bottom: 30px;
}
.section-title.center hr {
	height: 4px;
	width: 70px;
	text-align: center;
	position: relative;
	background: #562380;
	margin: 0 auto;
	margin-bottom: 30px;
	border: 0;
}


/* Gagnants Section */
#about {
	padding: 80px 0;
	color: #444;
	background: url(../img/bg/bg-voyage.jpg) no-repeat bottom center;
	background-color: #fff;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;


/*
	background: #d2333a; /* Old browsers
	background: -moz-linear-gradient(top, #d2333a 70%, #c3a632 100%); /* FF3.6+ 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #f4d03f), color-stop(100%, #c3a632)); Chrome,Safari4+
	background: -webkit-linear-gradient(top, #d2333a 70%, #c3a632 100%); Chrome10+,Safari5.1+
	background: -o-linear-gradient(top, #d2333a 70%, #c3a632 100%); /* Opera 11.10+
	background: -ms-linear-gradient(top, #d2333a 70%, #c3a632 100%); /* IE10+
	background: linear-gradient(to bottom, #d2333a 70%, #562380 100%); /* W3C
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2333a', endColorstr='#c3a632', GradientType=0 ); /* IE6-9 */
}

#about .about-text {
	margin-left: 10px;
}

#about .padding-left {
	padding-left: 50px;
}
#about H4 {
	color: #333;
}
#about i.fa {
	float: center;
	display: block;
	margin-right: 15px;
	color: #d2333a;
	font-size: 24px;
	text-shadow: 0 0 1px #666;
}
#about img {
	margin-top: -30px;
	margin-left: 10px;
}
#about p {
	margin-top: 20px;
	margin-bottom: 30px;
}

/* Concours Section */

#team {
	padding: 60px 0;
	color: #444;
	background: -moz-linear-gradient(top, #fff 70%, #f2f2f2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #fff), color-stop(100%, #f2f2f2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fff 70%, #f2f2f2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fff 70%, #f2f2f2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fff 70%, #f2f2f2 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fff 70%, #f2f2f2 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#f2f2f2', GradientType=0 ); /* IE6-9 */
}

img.img-circle.team-img {
	width: 120px;
	height: 120px;
	border: 4px solid transparent;
	transition: all 0.5s;
}

#team .thumbnail:hover>img.img-circle.team-img {
	border: 4px solid #d2333a;
	font-size: medium;
}
#team .thumbnail {
	background: transparent;
	border: 0;
}
#team .thumbnail .caption {
	padding: 9px;
	color: #5a5a5a;
	text-align: center;
}

/* Videos Section */
#testimonials {
	padding: 60px 0;
	color: #444;
	background: url(../img/bg/bg-team.jpg) no-repeat bottom center;
	background-color: #fff;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
/*
	background: #d2333a; /* Old browsers
	background: -moz-linear-gradient(top, #d2333a 70%, #c3a632 100%); /* FF3.6+ 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #f4d03f), color-stop(100%, #c3a632)); Chrome,Safari4+
	background: -webkit-linear-gradient(top, #d2333a 70%, #c3a632 100%); Chrome10+,Safari5.1+
	background: -o-linear-gradient(top, #d2333a 70%, #c3a632 100%); /* Opera 11.10+
	background: -ms-linear-gradient(top, #d2333a 70%, #c3a632 100%); /* IE10+
	background: linear-gradient(to bottom, #d2333a 70%, #562380 100%); /* W3C
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2333a', endColorstr='#c3a632', GradientType=0 ); /* IE6-9 */
}

#testimonials .about-text {
	margin-left: 10px;
}

#testimonials .padding-left {
	padding-left: 50px;
}
#testimonials H4 {
	color: #333;
}
#testimonials i.fa {
	float: center;
	display: block;
	margin-right: 15px;
	color: #d2333a;
	font-size: 24px;
	text-shadow: 0 0 1px #666;
}

#testimonials p {
	margin-top: 20px;
	margin-bottom: 30px;
}

#testimonials p.concours {
	font-size: 14px;
	line-height: 2;
}

h4.titres {
	font-size: 24px;
}

// <!-- KEVIN A PRENDRE DEBUT -->
.videos-gallery > ul {
  margin-bottom: 0;
}
.videos-gallery > ul > li {
    float: left;
    margin-bottom: 15px;
    margin-right: 10px;
    width: 130px;
}
.videos-gallery > ul > li a {
  border: none;
  border-radius: 3px;
  display: block;
  overflow: hidden;
  position: relative;
  float: left;
}
.videos-gallery > ul > li a > img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
}
.videos-gallery > ul > li a:hover > img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.videos-gallery > ul > li a:hover .videos-gallery-poster > img {
  opacity: 1;
}
.videos-gallery > ul > li a .videos-gallery-poster {
  background-color: rgba(0, 0, 0, 0);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}
.videos-gallery > ul > li a .videos-gallery-poster > img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.videos-gallery > ul > li a:hover .videos-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}
.videos-gallery .justified-gallery > a > img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
}
.videos-gallery .video .videos-gallery-poster img {
  height: 48px;
  margin-left: -24px;
  margin-top: -24px;
  opacity: 0.8;
  width: 48px;
}
// <!-- KEVIN A PRENDRE FIN -->


/* Conseils Section 
==============================*/
#works {
	padding: 80px 0;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #cccccc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #cccccc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #cccccc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #cccccc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #cccccc 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%, #cccccc 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc', GradientType=0 ); /* IE6-9 */
}
.categories {
	padding-bottom: 30px;
	text-align: center;
}
ul.cat li {
	display: inline-block;
}
#works li.pull-right {
	margin-top: 10px;
}
ol.type li {
	display: inline-block;
	margin-left: 20px;
}
ol.type li:after {
	content: ' | ';
	margin-left: 20px;
}
ol.type li:last-child:after {
	content: '';
}
ol.type li a {
	color: #444;
	padding: 2px 8px;
}
ol.type li a.active {
	color: #fff;
	background: #562380;
	padding: 2px 8px;
	border-radius: 4px;
}
ol.type li a:hover {
	color: #fff;
	background: #562380;
	padding: 2px 8px;
	border-radius: 4px;
}
.isotope-item {
	z-index: 2
}
.isotope-hidden.isotope-item {
	z-index: 1
}
.isotope, .isotope .isotope-item {
	/* change duration value to whatever you like */
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope-item {
	margin-right: -1px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.isotope {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}
.portfolio-item {
	margin-bottom: 30px;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.portfolio-item:hover {
	margin-bottom: 30px;
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.portfolio-item .hover-bg {
	height: 260px;
	overflow: hidden;
	position: relative;
}
.hover-bg .hover-text {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	color: #ffffff;
	background: rgba(0, 0, 0, 0.66);
	padding: 25% 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: all 0.5s;
}
.hover-bg .hover-text>h4 {
	opacity: 0;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: all 0.3s;
}
.hover-bg:hover .hover-text>h4 {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.hover-bg .hover-text>i {
	opacity: 0;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	transition: all 0.3s;
}
.hover-bg:hover .hover-text>i {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}
.hover-bg:hover .hover-text {
	opacity: 1;
}
#works i.fa {
	font-size: 20px;
	padding: 5px;
	color: #d2333a;
}

/* Un banquier presque parfait Section */
#banquier {
	padding: 60px 0;
	background: url(../img/bg/testimonial-bg.jpg);
	background-size: cover;
	background-attachment: fixed;
	color: #ddd;

}

#banquier .item {
	display: block;
	width: 100%;
	height: auto;
}
#banquier .item p {
	font-weight: 500;
	margin: 30px 0;
	color: #ddd;
}
.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	filter: Alpha(Opacity=1);
	opacity: 1;
	-webkit-border-radius: 0;
	-moz-border-radius: 20px;
	border-radius: 50%;
	background: #FFFFFF;
	transition: all 0.5s;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);
	opacity: 1;
	background: #562380;
}
.owl-theme .owl-controls .owl-page.active span {
	background: #562380;
}

/* Contact Section */
#contact {
	padding: 80px 0;
	background: url(../img/bg/bg-contact.jpg) no-repeat bottom center;
	background-color: #fff;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}	
#contact h3 {
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
}

#contact #coordonees {
	padding-top: 50px;
}

#contact form {
	padding: 30px 0;
}
#contact .fa {
	color: #562380;
	margin-bottom: 10px;
}
#contact .text-danger {
	color: #ff3333;
	text-align: left;
}
label {
	font-size: 12px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	float: left;
}
#contact .form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
#contact .form-control:focus {
	border-color: inherit;
	outline: 0;
	-webkit-box-shadow: transparent;
	box-shadow: transparent;
}
#contact .btn {
	background-color: #aaa;
	border: 0;
	border-radius: 4px;

	color: #ffffff;
	margin-top: 10px;
	height: 34px;
	margin-left: 5px;
}
#contact .btn:hover, #contact .btn:focus {
	background: #562380;
}
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}

/* Footer */
nav#footer {
	background: #fff;
	color: #000;
	padding: 30px 0 25px 0;
}
nav#footer .fnav {
	vertical-align: middle;
}
ul.footer-social li {
	display: inline-block;
	margin-right: 10px;
}
nav#footer p {
	font-size: 12px;
	margin-top: 10px;
}
#footer i.fa {
	height: 30px;
	width: 30px;
	font-size: 30px;
	padding: 4px 5px;
	color: #ddd;
	transition: all 0.5s;
}
#footer i.fa:hover {
	color: #562380;
}

.video-up {
	margin-top:-50px;
}

.chat-text {
	margin-top:10px;
}

.chat-btn {
	margin-top:-15px;
}


