body {
	background: #f8f8f8;
	color: #606060;
	font-family: 'Akkur', sans-serif;
	font-size: 16px;
	font-weight: 400;
	position: relative;
}
html, body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
	text-align: center;
	vertical-align: middle;
}
.contact-content {
	color: black;
	text-align: center;
	max-width: 80%;
	margin:0 auto;
}

#video iframe {
	margin: 0 auto;
}
@font-face {
	font-family: 'Dekar';
	src: url(../fonts/Dekar.otf);
}

@font-face {
	font-family: 'Akkur';
	src: url(../fonts/Akur.otf);
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Dekar";
	font-weight: bold;
}
p {
	letter-spacing: 1px;
	line-height: 28px;
	font-size: 10pt;
}
hr {
	border-color: #e0e0e0;
	margin: 0 auto 20px auto;
	width: 100px !important;
}
h1 {
	font-size: 45px;
	color: #de091d;
}
h2 {
	font-size: 48px;
	color: #de091d;
}
h3 {
	font-size: 30px;
}
h4 {
	font-size: 24px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
.title {
	padding-bottom: 40px;
}
.title h2 {
	color: #202020;
	line-height: 20px;
	padding-bottom: 30px;
}
.title p {
	padding-top: 14px;
	padding-bottom: 30px;
}
.parallax-section {
	background-attachment: fixed !important;
	background-size: cover !important;
}
/* preloader section */
.preloader {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 99999;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background: none repeat scroll 0 0 #fff;
	background: none repeat scroll 0 0 #f9f9f9;
}



.sk-spinner-rotating-plane {
	width: 100%;
	height: 100%;

	-webkit-animation: sk-rotatePlane 1.5s infinite ease-in-out;
	animation: sk-rotatePlane 1.5s infinite ease-in-out;
}

.sk-spinnertel{
	background: url(../icones/tel.png) no-repeat 50% 50%;
}
.sk-spinner{
	background: url(../icones/visage.png) no-repeat 50% 50%;
}
.sk-spinnerlun{
	background: url(../icones/lunette.png) no-repeat 50% 50%;
}
.sk-spinnerchap{
	background: url(../icones/chapeau.png) no-repeat 50% 50%;
}
.sk-spinnercray{
	background: url(../icones/crayon.png) no-repeat 50% 50%;
}
.sk-spinnerper{
	background: url(../icones/perles.png) no-repeat 50% 50%;
}
.sk-spinnerpeint{
	background: url(../icones/peintures.png) no-repeat 50% 50%;
}
.sk-spinnerchev{
	background: url(../icones/cheveux.png) no-repeat 50% 50%;
}
.sk-spinnercas{
	background: url(../icones/casque.png) no-repeat 50% 50%;
}
@webkit-keyframes sk-rotatePlane {
0% {
transform: perspective(2000px) rotateX(0deg) rotateY(90deg);
}
40% {
transform: perspective(2000px) rotateX(0deg) rotateY(-45deg);
}
70% {
transform: perspective(2000px) rotateX(0deg) rotateY(10deg);
}
100% {
transform: perspective(2000px) rotateX(0deg) rotateY(0deg);
}
}

@-o-keyframes sk-rotatePlane {
0% {
transform: perspective(2000px) rotateX(0deg) rotateY(90deg);
}
40% {
transform: perspective(2000px) rotateX(0deg) rotateY(-45deg);
}
70% {
transform: perspective(2000px) rotateX(0deg) rotateY(10deg);
}
100% {
transform: perspective(2000px) rotateX(0deg) rotateY(0deg);
}
}

@-moz-keyframes sk-rotatePlane {
0% {
transform: perspective(2000px) rotateX(0deg) rotateY(90deg);
}
40% {
transform: perspective(2000px) rotateX(0deg) rotateY(-45deg);
}
70% {
transform: perspective(2000px) rotateX(0deg) rotateY(10deg);
}
100% {
transform: perspective(2000px) rotateX(0deg) rotateY(0deg);
}
}

/* home section */
#home {
	background: 50% 0 repeat-y fixed;
	color: #ffffff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	height: 80vh;
}


#video_background{
position: fixed;
bottom: 0px;
right: 0px;
z-index: -1000;
overflow: hidden;
width: 100%;
}
#comm img{

	position: absolute;
    padding-left: 10px;
    padding-top: 45px;
    z-index: 100;

}

#logo img {
    position: absolute;
    padding-left: 10px;
    padding-top: 45px;
    z-index: 100;

}

#home h2 {
	font-size: 20px;
	letter-spacing: 2px;
	color: #fff
}
#home .btn {
	background: #de091d;
	border-radius: 4px;
	border: none;
	color: #ffffff;
	font-size: 16px;
	padding: 20px 40px;
	margin-top: 60px;
}
#home .btn:hover {
	background: #fff;
	color: #de091d;
	transition: all 0.4s ease-in-out;
}
/* navigation section */
.navbar-default {
	background: #fff;
	border: none;
	box-shadow: 0 2px 8px 0 rgba(50, 50, 50, 0.04);
	margin: 0 !important;
	border-bottom: 3px solid #de091d;
	font-family: 'Dekar';

}

.navbar-header {
	float:left;
}
.navbar-header a {
	float:right;
}
.navbar-header img {
	width: 8em;
	float:left;
	margin-top: 2.5%;
	padding-right: 10%;
}

.navbar-default .navbar-brand {
	font-size: 30px;
	color: #181619;
	font-weight: bold;
	margin: 0;
	line-height: 40px !important;
}
.navbar-default .navbar-nav li a {
	color: #181619;
	font-weight: bold;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 40px;
}
.navbar-default .navbar-nav li a:hover {
	color: #de091d;
}

.navbar-default .navbar-brand:hover {
	color: #de091d;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #de091d;
	background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #de091d;
	background-color: transparent;
}
.navbar-default .navbar-toggle {
	border: none;
	padding-top: 12px;
}
.navbar-default .navbar-toggle .icon-bar {
	background: #de091d;
	border-color: transparent;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: transparent;
}

#main_menu {
    float: right;
    margin-top: 54px;
    z-index: 1;
}

.first_list {
    float: left;
    margin: 0 14px;
    z-index: 1;
    list-style-type: none;
}

.main_menu_first {
    color: #000;
    font-weight: bold;
    padding: 8px 8px;
    z-index: 1;
    text-decoration: none;
}

.main_menu_first:hover {
    z-index: 1;
}

.with_dropdown {
    position: relative;
    z-index: 1;
}

.with_dropdown li a {
    display: block;
    z-index: 1;
}

.with_dropdown ul {
    background-color: rgba(255, 255, 255, 0.9);
    border-bottom: 5px solid #de091d;
    padding: 12px 0;
    position: absolute;
    visibility: hidden;
    width: 197px;
    z-index: 1;
}

.first_list:hover.first_list ul {
    visibility: visible;
    z-index: 1;
}

.with_dropdown .main_menu_first {
    background: url(../images/arrow_down.png) no-repeat 92%;
    z-index: 1;
}

.with_dropdown:hover .main_menu_first {
    background: url(../images/arrow_down.png) no-repeat 92%;
    color: #de091d;
    z-index: 1;
}

.second_list {
    margin: 0 5px;
    padding: 10px;
    z-index: 1;
    list-style-type: none;
    text-decoration: none;
}

.second_list_border {
    border-bottom: 1px solid #de091d;
    z-index: 1;
}

.main_menu_second {
    color: #000;
    font-size: 13px;
    text-transform: capitalize;
    z-index: 1;
    text-decoration: none;
}

.main_menu_second:hover {
    color: #de091d;
    z-index: 1;
}

.main_current {
    border-top: 5px solid #de091d;
    z-index: 1;
}


/* intro section */
#intro {
	padding-top: 180px;
	padding-bottom: 140px;
	color: #de091d;
}
#intro h4 {
	padding-bottom: 16px;
}

/****Blocks****/
.banners {
    padding-top: 41px;
    margin-left:0px;
	color: #181619;

}

.banner {
    margin-bottom: 1px;
    display: block;
    float: left;
    position: relative;
    color: #fff;
    font: 48px/48px 'Dekar', sans-serif;
    margin-left: 5%;
	margin-top: 5%;
}

.bann_capt {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -34px;
}

.banner:hover span {
    width: 100%;
    color: #de091d;
}


.bann_capt span {
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    padding-bottom: 14px;
    width: 241px;
    display: inline-block;
    border-bottom: 1px solid #fff;
}



/* work section */
.intro {
	background-color: #f8f8f8;
	padding-bottom: 20px;
	text-align: center;
	border-top: 2px solid #de091d;
	border-bottom: 3px solid #de091d;

}
}

.intro p {
	margin-left: 5%;
	margin-right: 5%;
}

.intro .container {
	width: 100%;
	padding: 0;
	margin: 0;
}
.intro .title {
	padding: 100px 60px 60px 60px;
}

.intro .bg-black {
	background-color: #303030;
	color: #ffffff;
}
.intro .bg-red {
	background-color: #de091d;
	color: #ffffff;
}
.intro h3 {
	padding-bottom: 60px;
}
.intro .fa {
	color: #ffffff;
	cursor: pointer;
	font-size: 40px;
	width: 100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	transition: all 0.4s ease-in-out;
	margin-top: 40px;
}
.intro .fa:hover {
	background-color: #ffffff;
	border-radius: 50%;
	color: #303030;
}
/* Actualité section */
#actu {
	color: #de091d;
	padding-top: 100px;
	padding-bottom: 100px;
	border-bottom: 3px solid #de091d;

}
#actu h2 {
	color: #de091d;
}
#actu a {
	font-size: 20px;
	line-height: 10px;
	text-decoration: none;
	color: #fff;


}

#actu a:hover {
	font-size: 20px;
	line-height: 10px;
	color: #000;

}

#actu h4 {
	color: #202020;
	line-height: 10px;
	font-weight: bold;
}

#actu .actu-left{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#actu .actu-right{
	width: 50%;
	margin-left: 25%;
	margin-top: 5%;
	color: #181619;
	text-align: justify;
}

#actu .did-right{
	width: 50%;
	margin-left: 25%;
	margin-top: 5%;
	color: #181619;
}

#actu .actu-des {
	background-color: #de091d;
	color: #fff;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 12px;
	position: relative;
	width: 26%;
	border-radius: 7px;
}

#actu .actu-des:hover {
	background-color: #de091d;
	transition: all 0.4s ease-in-out;
}



#actu img {
	width: 26%;
	padding-top: 10px;
}
/* portfolio section */
#portfolio {
	padding-top: 100px;
	padding-bottom: 100px;
}
#portfolio h2 {
	line-height: 20px;
}
#portfolio h3 {
	color: #de091d;
	padding-bottom: 60px;
}
#portfolio a {
	text-decoration: none;
}
#portfolio img {
	border-radius: 1px;
	width: 100%;
	max-width: 100%;
	height: auto;
	opacity: 0.8;
	margin-bottom: 34px;
	opacity: 0.6;
	transition: all 0.4s ease-in-out;
}
#portfolio img:hover {
	opacity: 0.9;
}
/* price section */
#price {
	background: #fff;
	padding-top: 100px;
	padding-bottom: 120px;
}
#price .plan {
	background: #de091d;
	color: #ffffff;
	padding: 0 0 60px 0;
}
#price .plan .plan_title {
	background-color: #f6f6f6;
	color: #202020;
	padding-top: 40px;
	padding-bottom: 40px;
}
#price .plan .plan_sub_title {
	border-bottom: 1px solid #ffffff;
	padding: 30px;
}
#price .plan ul {
	padding: 0;
}
#price .plan ul li {
	display: block;
	font-family: "Dekar";
	font-size: 16px;
	padding: 40px 0 10px 0;
}
#price .plan .btn {
	background: #ffffff;
	border: none;
	border-radius: 0;
	color: #202020;
	font-size: 16px;
	font-weight: bold;
	padding: 20px 40px;
	transition: all 0.4s ease-in-out;
	margin-top: 20px;
}
#price .plan .btn:hover {
	background: #202020;
	color: #ffffff;
}

/*  section */
#contact {
	color: #de091d;
	padding-top: 5%;
	padding-bottom: 5%;
	border-bottom: 3px solid #de091d;
}
#contact h2 {
	color: #de091d;
}
#contact .form-control {
	border-radius: 4px;
	border: none;
	width: 40%;
	margin-left: 30%;
	box-shadow: none;
	text-align: center;
	margin-top: 12px;
	margin-bottom: 14px;
	border: 1px solid #555;
	font-family:'Akkur';
}
#contact input {
	height: 50px;
	width: 70%;
	margin-left: 14%;
	text-align: center;
}
#contact input[type="submit"] {
	background-color: #de091d;
	color: #ffffff;
	height: 60px;
	font-weight: bold;
	transition: all 0.4s ease-in-out;
	border: 1px solid #fff;
}
#contact input[type="submit"]:hover {
	background-color: #6E6E6E;
	color: #fff;
}
/* footer section */

.footer-distributed{
	background: url(../images/footer.jpg) no-repeat 100% 0% fixed;
	background-size: cover;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font:  16px 'Akkur';
	padding: 20px 50px;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
	display: inline-block;
	vertical-align: top;
}

/* Footer left */

.footer-distributed .footer-left{
	width: 40%;
	text-align: justify;
}
.footer-left img{
	margin-left: 7%;
}
/* The company logo */

.footer-distributed h3{
	color:  #000000;
	font: normal 20px 'Dekar';
	margin: 0;
}

.footer-distributed h3 span{
	color:  #de091d;
}

/* Footer links */

.footer-distributed .footer-links{
	color:  #000000;
	margin: 20px 0 12px;
	padding: 0;
}

.footer-distributed .footer-links a{
	display:inline-block;
	line-height: 1.8;
	text-decoration: none;
	color:  inherit;
}

.footer-distributed .footer-company-name{
	color:  #656565;
	font-size: 14px;
	font-weight: normal;
	margin-left: 2%;
}

/* Footer Center */

.footer-distributed .footer-center{
	width: 35%;
}

.footer-distributed .footer-center p{
	display: inline-block;
	color: #000000;
	vertical-align: middle;
	margin:0;
}

.footer-distributed .footer-center p span{
	display:block;
	font-weight: normal;
	font-size:14px;
	line-height:2;
}

.footer-distributed .footer-center p a{
	color:  #656565;
	text-decoration: none;;
}


/* Footer Right */

.footer-distributed .footer-right{
	width: 20%;
	text-align: justify;
	color: #000;
}

.footer-distributed .footer-company-about{
	line-height: 20px;
	color:  #000;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
}

.footer-distributed .footer-company-about span{
	display: block;
	color:  #000000;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}

/* Footer Logo */

#footer_logo {
    text-indent: -9999px;
    z-index: 1000;
}



@media (max-width: 880px) {

	.footer-distributed{
		font: bold 14px 'Dekar';
	}

	.footer-distributed .footer-left,
	.footer-distributed .footer-center,
	.footer-distributed .footer-right{
		display: block;
		width: 100%;
		margin-bottom: 40px;
		text-align: justify;
	}

	.footer-distributed .footer-center i{
		margin-left: 0;
	}

}

/* Spectacle */

#spec {
	background: #fff 50% 0 repeat-y fixed;
	color: #de091d;
	padding-top: 10px;
	padding-bottom: 100px;
	border-bottom: 3px solid #de091d;
	font-family: 'Akkur';
}

#spec h2 {
	color: #de091d;
	font-family: "Dekar";
}
#spec a {
	font-size: 20px;
	line-height: 10px;
	text-decoration: none;
	color: #114BA9;
}

#spec h4 {
	color: #202020;
	line-height: 10px;
	font-weight: bold;
}

#spec p {
	color: #181619;
}

#spec .spec-left img{
	width: 18%;
	margin-left: auto;
	margin-right: auto;
	display: block;

}
#spec .did-left{
	width: 50%;
	padding-top: 50px;
}

#spec .spec-rcf{
	width: 30%;
	padding-top: 75px;
	margin-left: 37%;

}

#spec .spec-right{
	width: 45%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	text-align: justify;
	font-family: 'Akkur';
	color: #181619;
}

#spec .did-right{
	width: 50%;
	padding-top: 10px;
	padding-bottom: 50px;
	margin-left: 25%;
	color: #181619;
}

#spec .spec-right2{
	margin-top: 5%;
	margin-left: 21%;
	margin-right: 21%;
	text-align: justify;
	font-family:'Akkur';
	color: #181619;
}

#spec .spec-right2 b {
	font-size: 11pt;
}

#spec .clic{
	padding-top: 2%;
	width:70%;
	padding-bottom: 5%;
}
#spec .clic a{
	margin-left: 40%;
}

#audio {
	font-family: 'Akkur';
}
#audio p{
	text-align: center;
}
#video {
	padding-bottom: 5%;
}

.arrondie {
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.contener_slideshow
{
  width:110px;
  height:51px;
  overflow: hidden;
  position: relative;
  background-image: url(images/test2.jpg);
}
.slid_1, .slid_2, .slid_3
{
  position: absolute;
  width:110px;
  height:51px;
}
.slid_1{left: 0;}
.slid_2{left: 110px;}
.slid_3{left: 220px;}

/*
--- Page l'équipe
============================ */

.team-wrapper-big, .team-wrapper-small { width: 100%; position: relative; text-align: center; font-family: 'Akkur'; }
.team-wrapper-big img, .team-wrapper-small img { width: 150px; height: 227px; }
.team-wrapper-big:hover .team-wrapper-overlay h5 { bottom: 70%; color: #114BA9; visibility: visible; font-size: 15px; font-family: 'Akkur'; }
.team-wrapper-big:hover .team-wrapper-overlay h6, .team-wrapper-small:hover .team-wrapper-overlay h6 { bottom: 60%; color: #fff; }
.team-wrapper-big:hover .team-wrapper-overlay p, .team-wrapper-small:hover .team-wrapper-overlay p { color: #eee; opacity: 1; -webkit-transition: opacity 0.4s; -webkit-transition-delay: 0.2s; -moz-transition: opacity 0.4s 0.2s; -o-transition: opacity 0.4s 0.2s; transition: opacity 0.4s 0.2s; }
.team-wrapper-big:hover .team-wrapper-overlay .social-icons, .team-wrapper-small:hover .team-wrapper-overlay .social-icons { opacity: 1; -webkit-transition: opacity 0.4s; -webkit-transition-delay: 0.4s; -moz-transition: opacity 0.4s 0.4s; -o-transition: opacity 0.4s 0.4s; transition: opacity 0.4s 0.4s; }
.team-wrapper-overlay a{color:#de091d;}
.team-wrapper-small:hover .team-wrapper-overlay .social-icons { -webkit-transition: opacity 0.4s; -webkit-transition-delay: 0.2s; -moz-transition: opacity 0.4s 0.2s; -o-transition: opacity 0.4s 0.2s; transition: opacity 0.4s 0.2s; }

.team-wrapper-overlay { position: absolute; height: 100%; width: 100%; border-radius: 20px; -webkit-transition: background 0.3s; -moz-transition: background 0.3s; -o-transition: background 0.3s; transition: background 0.3s; }
.team-wrapper-overlay h5 { visibility: hidden; position: absolute; width: 100%; margin: 15px 0; -webkit-transition: bottom 0.3s; -moz-transition: bottom 0.3s; -o-transition: bottom 0.3s; transition: bottom 0.3s; }
.team-wrapper-overlay h6 { bottom: -40px; }
.team-wrapper-overlay p { color: #eee; position: absolute; width: 100%; top: 35%; padding: 0 20px; opacity: 0;
-webkit-transition: opacity 0.1s; -webkit-transition-delay: 0s; -moz-transition: opacity 0.1s 0s; -o-transition: opacity 0.1s 0s; transition: opacity 0.1s 0s; }
.team-wrapper-overlay .social-icons { position: absolute; bottom: 20px; width: 100%; opacity: 0; -webkit-transition: opacity 0.1s; -webkit-transition-delay: 0s; -moz-transition: opacity 0.1s 0s; -o-transition: opacity 0.1s 0s; transition: opacity 0.1s 0s; -webkit-backface-visibility: hidden; padding: 0 20px; }
.team-wrapper-overlay .social-icons a { color: #fff; }

.team-wrapper-big:hover .team-wrapper-overlay, .team-wrapper-small:hover .team-wrapper-overlay { background: #FE7A66; width: 100%; border-radius: 20px;}

.team-social {
	margin-left: 0;
	padding-left: 0;

}

.team-social {
	text-align: center;
}

.team-social li{
    display: inline-block;
	margin:0 !important;
	padding:0;
}


.team-social a{
	margin:0;
	padding:0;
    display: block;
	width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #3bbec0;
	color: #fff;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
.team-social a i{
	text-align: center;
	margin:0;
	padding:0;
}
.team-social .social-facebook a{background: #3873ae;}
.team-social .social-facebook a:hover{background: #4893ce;}



.photo{
width: 90%;
margin-left: 5%;
}

.photo img {
	width: 30%;
	margin-top:5%;
}
