@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,600,600italic,700');
@import url('font-awesome.min.css');

/*
	simplebox by secretsitebox.fr
	secretsitebox.fr | @je-evrard
	....licence
*/

/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/
	body
	{
		color: #888;
		font-weight: 300;
		font-family: 'Open Sans', sans-serif;
		font-size: 16px;
		line-height: 1.5em;
		height: 100%;
		width: 100%;
		margin: 0px auto;
		position: absolute;
		top: 0px;
		left: 0px;
		bottom: 0px;
		-webkit-transition: all 0.7s ease 0s;
		-moz-transition: all 0.7s ease 0s;
		transition: all 0.7s ease 0s;

	}

		body.is-loading *
		{
			-moz-transition: none !important;
			-webkit-transition: none !important;
			-ms-transition: none !important;
			transition: none !important;
			-moz-animation: none !important;
			-webkit-animation: none !important;
			-ms-animation: none !important;
			animation: none !important;
		}
		
		/*   fullscreen */
		#wrapper {
			
		}
		/*   block */
		#wrapper {
			background: #fff;
			width: 100%;
			margin: 0 auto;
			overflow: visible;
			overflow-x: visible;
			overflow-y: visible;
			
		}
		
		/*img{width:100%;}*/
		h1,h2,h3,h4,h5,h6 {font-family: 'Oswald', sans-serif;}
		
		
		
		hr {
			margin-top: 20px;
			margin-bottom: 20px;
			border: 0;
			border-top: 1px solid #eee;
		}
		
		/* Several elements using other font */
		
		/* link */
		a {color: #000;}
		a:hover { color: #fd6d0e; text-decoration:none;}
		p, span {	
			word-wrap: break-word ;
		}
		
/*********************************************************************************/
/* Elastic slider http://tympanus.net/codrops/2011/11/21/elastic-image-slideshow-with-thumbnail-preview/                                                                       */
/*********************************************************************************/		
.ei-slider{
	position: relative;
	width: 100%;
	max-width: 1920px;
	height: 800px;
	margin: 0 auto;
	
}
.ei-slider-loading{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:999;
	background: rgba(0,0,0,0.9);
	color: #fff;
	text-align: center;
	line-height: 400px;
}
.ei-slider-large{
	height: 100%;
	width: 100%;
	position:relative;
	overflow: hidden;
}
.ei-slider-large li{
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
	height: 100%;
	width: 100%;
}
.ei-slider-large li img{
	width: 100%;
}
.ei-title{
	width:100%;
	position: absolute;
	top: 5%;
	/*right: 50%;
	margin-right: 13%;
	*/
	background-color:black;
	background-color: rgba(0, 0, 0, 0.5);
}
.ei-title h2, .ei-title h3{
	text-align: right;
	text-align: center;
}
.ei-title h2{
	color: #b5b5b5;
}
.ei-title h3{
	color: white;
}
.ei-slider-thumbs{
	height: 13px;
	margin: 0 auto;
	padding:0;
	position: relative;
}
.ei-slider-thumbs li{
	position: relative;
	float: left;
	height: 100%;
}
.ei-slider-thumbs li.ei-slider-element{
	top: 0px;
	left: 0px;
	position: absolute;
	height: 100%;
	z-index: 10;
	text-indent: -9000px;
	background: #000;
	background: rgba(0,0,0,0.9);
}
.ei-slider-thumbs li a{
	display: block;
	text-indent: -9000px;
	background: #666 ;
	width: 100%;
	height: 100%;
	cursor: pointer;
	-webkit-box-shadow: 
        0px 1px 1px 0px rgba(0,0,0,0.3), 
        0px 1px 0px 1px rgba(255,255,255,0.5);
	-moz-box-shadow: 
        0px 1px 1px 0px rgba(0,0,0,0.3), 
        0px 1px 0px 1px rgba(255,255,255,0.5);
	box-shadow: 
        0px 1px 1px 0px rgba(0,0,0,0.3), 
        0px 1px 0px 1px rgba(255,255,255,0.5);
	-webkit-transition: background 0.2s ease;
    -moz-transition: background 0.2s ease;
    -ms-transition: background 0.2s ease;
    transition: background 0.2s ease;
}
.ei-slider-thumbs li a:hover{
	background-color: #f0f0f0;
}
.ei-slider-thumbs li img{
	position: absolute;
	bottom: 50px;
	opacity: 0;
	z-index: 999;
	max-width: 100%;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
	-webkit-box-reflect: 
        below 0px -webkit-gradient(
            linear, 
            left top, 
            left bottom, 
            from(transparent), 
            color-stop(50%, transparent), 
            to(rgba(255,255,255,0.3))
            );
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.ei-slider-thumbs li:hover img{
	opacity: 1;
	bottom: 13px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
@media screen and (max-width: 830px) {
	.ei-title{
		position: absolute;
		right: 0px;
		margin-right: 0px;
		width: 100%;
		text-align: center;
		top: auto;
		bottom: 10px;
		background: #fff;
		background: rgba(255,255,255,0.9);
		padding: 5px 0;
	}
	.ei-title h2, .ei-title h3{
		text-align: center;
	}
	.ei-title h2{
		font-size: 20px;
		line-height: 24px;
	}
	.ei-title h3{
		font-size: 30px;
		line-height: 40px;
	}
}
/*********************************************************************************/
/* Transitions for Masonry                                                                       */
/*********************************************************************************/
.masonry {
  -webkit-transition-duration: 0.6s;
     -moz-transition-duration: 0.6s;
      -ms-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
          transition-property: height, width;
}		
	
/* ==========================================================================
   CLASS
   ========================================================================== */
   .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
	.video-container iframe,
	.video-container object,
	.video-container embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	
	.music-container {
		/*position: absolute;*/
		width: 90%;
		height: 315px;
		margin-bottom : 10px
	}
 
	.music-container iframe,
	.music-container object,
	.music-container embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 315px;
		/*min-height:400px;$
		
		https://developers.soundcloud.com/docs/oembed#introduction
		81 or 305 depends of tracks
		*/
	}
	
	
	
   .modal-lg {
    /*width: 900px;*/
     width: 95%;
  }
   
   
hr.dev{
	margin: 0px;
	border: 0;
	position: fixed;
	height: 2px;
	background-color: #FF0000;
	top: 50%;
	margin-top: -1px;
	left: 0; right: 0;
	
	display:none;
}

.content-separator {
	margin-bottom: 20px;
	height: 6px;
	border-top: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
}
/*==========  FIX  ==========*/
.fixclear:before,.fixclear:after{
	content:'\0020';
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0;
}
.fixclear:after{
	clear:both;
}
.fixclear{
	/*zoom:1;*/
}
.clear{
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0;
}
/*==========  VARIOUS  ==========*/
.color333 {
	color: #333!important;
}
.mb0 {
	margin-bottom:0em;
}
.mb15 {
	margin-bottom:0.75em;
}
.mb30 {
	margin-bottom:1.5em;
}
.mb40 {
	margin-bottom:2em;
}
.mt0 {
	margin-top:0em;
}
.mt15 {
	margin-top:0.75em;
}
.mt30 {
	margin-top:1.5em;
}
.mt40 {
	margin-top:2em;
}

.p15 {
	padding:0.75em;
}
.pb15 {
	padding-bottom:0.75em;
}
.pb30 {
	padding-bottom:1.5em;
}
.pb40 {
	padding-bottom:2em;
}
.pb80 {
	padding-bottom:4em;
}
.pt15 {
	padding-top:0.75em;
}
.pt30 {
	padding-top:1.5em;
}
.pt40 {
	padding-top:2em;
}

.ml15 {
	margin-left:0.75em;
}
.mr15 {
	margin-right:0.75em;
}
.pl15 {
	padding-left:0.75em;
}
.pr15 {
	padding-right:0.75em;
}
.w100 {
	width:100%;
}
.w80 {
	width:80%;
}

.noMargin {
	margin:0!important;
}
.noPaddingBottom {
	padding-bottom:0!important;
}
.noPaddingTop {
	padding-top:0
}
.noBorder {border:none!important;}

.hr, .hr2 {
	display: block;
	clear: both;
	width: 100%;
	height: 1px;
	margin: 20px auto 45px;
	
	background:-webkit-linear-gradient(left,rgba(228, 228, 228, 0) 0,#E4E4E4 20%,#E4E4E4 80%,rgba(228, 228, 228, 0) 99%);
	background:-moz-linear-gradient(left,rgba(228, 228, 228, 0) 0,#E4E4E4 20%,#E4E4E4 80%,rgba(228, 228, 228, 0) 99%);
	background:-ms-linear-gradient(left,rgba(228, 228, 228, 0) 0,#E4E4E4 20%,#E4E4E4 80%,rgba(228, 228, 228, 0) 99%);
	background:linear-gradient(left,rgba(228, 228, 228, 0) 0,#E4E4E4 20%,#E4E4E4 80%,rgba(228, 228, 228, 0) 99%)
}

.hr2 {
	margin: 10px auto 10px;
}

.separator{
	background:-webkit-linear-gradient(left,rgba(228, 228, 228, 0) 0,#E4E4E4 20%,#E4E4E4 80%,rgba(228, 228, 228, 0) 99%);
	background:-moz-linear-gradient(left,rgba(228, 228, 228, 0) 0,#E4E4E4 20%,#E4E4E4 80%,rgba(228, 228, 228, 0) 99%);
	background:-ms-linear-gradient(left,rgba(228, 228, 228, 0) 0,#E4E4E4 20%,#E4E4E4 80%,rgba(228, 228, 228, 0) 99%);
	background:linear-gradient(left,rgba(228, 228, 228, 0) 0,#E4E4E4 20%,#E4E4E4 80%,rgba(228, 228, 228, 0) 99%)
 }

 .edge{
	background:#E4E4E4;background:-webkit-linear-gradient(left,white 0,#E4E4E4 20%,#E4E4E4 80%,white 99%);
	background:-moz-linear-gradient(left,white 0,#E4E4E4 20%,#E4E4E4 80%,white 99%);
	background:-ms-linear-gradient(left,white 0,#E4E4E4 20%,#E4E4E4 80%,white 99%);
	background:linear-gradient(left,white 0,#E4E4E4 20%,#E4E4E4 80%,white 99%)
}

.box-shadow1{
	-webkit-box-shadow:0 0 130px #CCC;
	-moz-box-shadow:0 0 130px #ccc;
	-ms-box-shadow:0 0 130px #ccc;
	box-shadow:0 0 130px #CCC
}

.text-shadow1{
	text-shadow:0 0 8px rgba(35,35,35,0.2); 
}
   
/* site helpers */
.noBgImage {background-image:none;}
.full_width { max-width: 100%;}
.text_align_left {text-align:left !important;}
.text_align_right {text-align:right !important;}
.text_align_center {text-align:center !important;}
.align-center{text-align:center}
.align-right{text-align:right}

.block-align-center {
	display: block;
	margin: 0 auto;
}
.img-centered {
    margin: 0 auto;
}

.border-top-5px{
	border-top:5px solid #484848;
}
/*==========  LIST  ==========*/
ul.list-style1,ul.list-style2{
	margin-left:0
}
ul.list-style1 li,ul.list-style2 li{
	list-style:none;
	background:url(../img/list-style1.png) no-repeat 2px 8px;padding-left:15px;margin-bottom:4px;
}
ul.list-style2 li{
	background:url(../img/list-style2.png) no-repeat 2px 5px;
	padding-left:25px;
}

/*==========  BUTTON  ==========*/
/* custom buttons */

.btn-round {
	border-radius: 2px;
}
.btn-pill {
	border-radius: 25px !important;
}
.button-square {
	border-radius: 0;
}
.btn-border0 {
	border-width: 0px;
}
.btn-border1 {
	border-width: 1px;
}
.btn-border2 {
	border-width: 2px;
}
.btn-border3 {
	border-width: 3px;
}
.btn-border4 {
	border-width: 4px;
}
.btn-border5 {
	border-width: 5px;
}
.btn-border6 {
	border-width: 6px;
}
.btn-border7 {
	border-width: 7px;
}


.btn-custom {
	background-color: rgba(230,230,230,0.5);
	color: #FFF;
	
	-webkit-transition:all 0.4s ease-in-out;
	-moz-transition:all 0.4s ease-in-out;
	-ms-transition:all 0.4s ease-in-out;
	transition:all 0.4s ease-in-out;
	
	border-color: #ccc;
}
.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active,
.open > .dropdown-toggle.btn-custom {
 color: #fd6d0e;
  background-color: #e6e6e6;
  border-color: #ccc;
  background-image: none;
  outline: 0;
  
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-custom:active,
.btn-custom.active,
.open > .dropdown-toggle.btn-custom {
  background-image: none;
}

.redbtn {
	background:#fd6d0e;
}

.btn-outline-light {
    border: 1px solid #fff;
    color: #fff;
    background: 0 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.btn-outline-light:hover,
.btn-outline-light:focus {
    outline: 0;
    color: #fd6d0e;
    background: #fff;
}

.btn-outline-dark {
    border: 1px solid #222;
    color: #222;
    background: 0 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.btn-outline-dark:hover,
.btn-outline-dark:focus {
    border-color: #fd6d0e;
    outline: 0;
    color: #fff;
    background: #fd6d0e;
}

.btn {
    padding: 12px 18px;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 1px;
}

.btn:focus,
.btn:active,
.btn.active {
    outline: 0;
}

.btn-full-width {
    padding: 50px 0;
    border: 0;
    border-radius: 0;
    text-transform: none;
    font-size: 26px;
    font-weight: 200;
    letter-spacing: normal;
    color: #fff;
    background-color: #222;
}

.btn-full-width:hover {
    color: #fff;
    background-color: #41c4ab;
}

.btn-full-width:focus {
    color: #fff;
}

/*==========  TITLE AND SUBTITLE  ==========*/
		
.section h1.section-title  {
	font-size: 60px;
	line-height: 1.1;
	color: #555;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 6px;
	padding: 15px 0px 20px 0px;
}
.section h1 span.lines {
	border-top: 1px solid #aeaeae;
	border-bottom: 1px solid #aeaeae;
}
.section h2.section-subtitle {
	font-size: 26px;
	font-weight: 400;
	line-height: 1.1;
	color: #555;
}
.section .p-content {
	font-size: 22px;
	font-weight: 400;
	line-height: 1.1;
}
.section .p-content-small {
	
}

@media (max-width: 979px) and (min-width: 768px){
	.section h1.section-title {
	font-size: 50px;
	letter-spacing: 6px;
	}	
		
	.section h2.section-subtitle {
	font-size: 24px;
	letter-spacing: 2px;
	}
	
	.section .p-content {
		font-size: 20px;
	}	
}

@media (max-width: 767px){
	.section h1.section-title {
	font-size: 40px;
	letter-spacing: 4px;
	}
	.section h2.section-subtitle {
	font-size: 22px;
	letter-spacing: 2px;
	}
	
	.section .p-content {
		font-size: 18px;
	}	
}

@media (max-width: 480px){
	.section h1.section-title {
		font-size: 30px;
		letter-spacing: 2px;
	}
	.section h2.section-subtitle {
		font-size: 20px;
		letter-spacing: 2px;
	}
	
	.section .p-content {
		font-size: 16px;
	}	
}


		
		

/* ==========================================================================
   LOADING
   ========================================================================== */

#loader-container {
	background-color: #FFFFFF;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 9999999999;
}

#loader-icon {
	/*background-image: url("");
	background-position: center center;
	background-repeat: no-repeat;
	height:80px;
	width:80px;
	*/
	left: 50%;
	top: 50%;
	position: absolute;
	margin: -40px 0 0 -40px;
}
/*end loading style */

/* ==========================================================================
   Back to top  
   ========================================================================== */

#toTop:before {
	font-family: "fontawesome";
	content: "\f077";
}

#toTop {
	display: none;
	display: block;
	width: 80px;
	height: 80px;
	position: fixed;
	z-index: 998;
	line-height: 50px;
	
	bottom: 20px;
	right: 30px;
	
	padding-top: 10px;
	margin: 0px;
	
	background-color: #666;
	background-color: rgba(102,102,102,0.6);
	color: #FFF;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	
	 border-style: solid;
	 border-width: 1px;
    border-color: #fff;
	
	-webkit-border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
	
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	
}

#toTop:hover {
	background-color: #fd6d0e;
	text-decoration:none;
}

/* ==========================================================================
   HEADER NAV
   ========================================================================== */
.navbar {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
    text-transform: uppercase;
    background-color: #000;
	background-color: #FFF;
}

	/* logo */
	.navbar .navbar-brand {
		font-weight: 700;
		padding: 0px 0px;
	}
	.navbar .navbar-brand img{
		max-height: 50px;
		width: auto;
		padding-left: 15px;
	}
	
	
	
	.navbar-brand:focus {
		outline: 0;
	}
		.navbar-custom a {
			/*color: #666;*/
			font-size: 13px;
			
		}
		.navbar-custom .nav li a {
			color: #FFF;
			 
			-webkit-transition: background .3s ease-in-out;
			-moz-transition: background .3s ease-in-out;
			transition: background .3s ease-in-out;
			
			border-top-width: 3px;
			border-top: 3px solid transparent;
		}
		.navbar-custom.top-nav-collapse .nav li a{
			color: #666;
		}

		.navbar-custom .nav li a:hover,
		.navbar-custom .nav li a:focus,
		.navbar-custom .nav li.active a{
			outline: 0;
			background-color: rgba(245,245,245,0.8);
			color: #fd6d0e;
			border-top: 3px solid ;
		}
		.navbar-toggle {
			padding: 4px 6px;
			font-size: 16px;
			 color: #D5D5D5;
		}
		.navbar-toggle:focus,
		.navbar-toggle:active {
			outline: 0;
		}

@media(min-width:767px) {
    .navbar {
        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;
    }
    .top-nav-collapse {
        padding: 0;
        background-color: #FFF;
    }
    .navbar-custom.top-nav-collapse {
		box-shadow:0 4px 10px rgba(0,0,0,0.07);
    }
}

/* ==========================================================================
   Section     
   ========================================================================== */
.section.section-first  {
	padding-top: 100px !important;
}
.section{
	color:#FFF;
	opacity: 1;
	padding-top: 40px;
	width:100%;
	display:block;
	margin: 0 auto;
}

.section .scroll-down {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	margin-top: 100px;
	margin-bottom: 100px;
}
.section .scroll-down .btn {
    width: 50px;
    height: 50px;
    padding: 0;
	
	
    border: 2px solid #fff;
    border-radius: 100%;
    font-size: 30px;
    line-height: 50px;
    letter-spacing: normal;
    color: #fff;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
.section .scroll-down .btn:hover {
    border-color: rgba(255,255,255,.5);
    outline: 0;
    color: rgba(255,255,255,.5);
}

/* ==========================================================================
   Section  home    
   ========================================================================== */

.section-home .scroll-down {
    position: absolute;
	left: 0; right: 0;
    bottom: 20px;
   width: 100%;
    text-align: center;
	margin: 0 auto;
}
.section-home .scroll-down .btn {
    width: 50px;
    height: 50px;
    padding: 0;
    border: 2px solid #fff;
    border-radius: 100%;
    font-size: 30px;
    line-height: 50px;
    letter-spacing: normal;
    color: #fff;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.section-home .scroll-down .btn:hover {
    border-color: rgba(255,255,255,.5);
    outline: 0;
    color: rgba(255,255,255,.5);
}
.section-home {
	margin: 0;
	padding: 3em 0;
	display: table;
	height: 100%;
	width: 100%;
	overflow: hidden;
 	
	background-position:  center top ;
	background-repeat:no-repeat;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	background-size: cover;
	/*background-attachment: fixed;*/
	font-size: 1em;
	
	text-align:center; /* centrage horizontal */
	
	
	
	/* generate */
	background-image: url(https://666a658c624a3c03a6b2-25cda059d975d2f318c03e90bcf17c40.r92.cf1.rackcdn.com/unsplash_5239d6c04342c_1.JPG);
	background-color: #4FC1E9;
	/* end generate */
}
.section-home header {
	padding-bottom:20%; /* espacement horizontal des blocs */
	display: table-cell;
    vertical-align: middle;
}
.section-home header img {
    max-height: 150px;
    max-width: 150px;
}
.section-home .home-title {
	margin-top: 15px;
    text-transform: uppercase;
    font-size: 55px;
    font-weight: 900;
    line-height: 55px;
	color: #fff;
}
.section-home .home-subtitle {
 font-size: 20px;
    font-weight: 300;
    line-height: 20px;
	color: #fff;
	margin-top:1.5em;
}
.section-home .home-subtitle strong{
    color: #cd2122;
	color: #fd6d0e;
}

@media(min-width:768px) {
	
	.section-home header img {
        max-height: 200px;
        max-width: 200px;
    }
    .section-home .home-title {
        font-size: 80px;
        line-height: 80px;
    }
    .section-home .home-subtitle {
        font-size: 30px;
        line-height: 30px;
    } 
}

/* ==========================================================================
   Services About
   ========================================================================== */

.section-about  {
	color: #535353;
	text-align:center;
}
.section-about  .about-image{
	max-width:400px;
	margin: 0 auto;
}

.section-about  .img-circular{
	width: 100%;
    height:0;
    padding-bottom: 100%;
    -moz-border-radius: 100%; 
    -webkit-border-radius: 100%; 
    border-radius: 100%;
    background: #4679BD; 
	/*
	background-image: url('http://strawberry-fest.org/wp-content/uploads/2012/01/Poster-winner-wBill-Belcher-1024x685.jpg');
	*/
	background-size: cover;
	 background-position: 50% 50%; 
}



/* ==========================================================================
   Services Testimonials
   ========================================================================== */
 .section-testimonials  {
	background-color: #F2F2F2;
	color: #535353 ;
}
.section-testimonials h2 {
   color : #535353 ;
}
   
.section-testimonials .carousel.slide {
	margin-top: 50px;
	margin-bottom: 50px;
} 

.section-testimonials .carousel-inner {
   margin-bottom:50px;
}

.section-testimonials .carousel-indicators {
		bottom:-100px;
		
}
	.section-testimonials .carousel-indicators  li{
		
		background-color: #535353;
		border: 1px solid #fff;
		border-radius: 15px;
		
		/*width:100px;
		height:100px;
		display:inline-block;*/
		
		
	}
	.section-testimonials .carousel-indicators li.active {
		background-color: #fd6d0e;
	}
	

	.section-testimonials blockquote {
		background: #fff;
		border: 4px solid #eee;
		margin: 0 0 10px;
		padding: 15px;
		/*font-size: 12px;*/
		font-style: italic;
		color: #474747;
		position: relative;
	}

	.section-testimonials blockquote {
		border-left: 5px solid #eee;
	}	
	.section-testimonials  blockquote:after {
		content: '';
		position: absolute;
		bottom: -14px;
		left: 15px;
		border: 7px solid transparent;
		border-top-color: #fff;
	}	
	.section-testimonials blockquote p{
		font-size: 25px;
		line-height: 1.5em;
	}

/*********************************************************************************/
/* Section portfolio                                                                        */
/*********************************************************************************/


.section-portfolio  {
	background-color: #333;
}
	.section-portfolio .container{
		
	}
	.section-portfolio .filter-options{
		
	}
	
	.section-portfolio .shuffle-filter-options{
		margin-top:20px;
	}
	
	.section-portfolio .shuffle-grid{
		margin-right: 0px;
		margin-left: 0px;
	}
	
	.section-portfolio .pict{
		/*height:320px;*/
		
		/*margin: 15px 15px 15px 15px;*/
		padding: 0 0;

	}
	
	.section-portfolio .widget-item{
		width:100%;
		height:100%;
		position:relative;
		cursor:default;
		
		overflow:hidden;
		background-size:100%;
		/*background-position:  center top ;*/
		background-position:  50% 50% ;
		background-repeat:no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
		
		-webkit-transition:all 0.4s ease-in-out;-moz-transition:all 0.4s ease-in-out;-ms-transition:all 0.4s ease-in-out;transition:all 0.4s ease-in-out
	}
	
	.section-portfolio .widget-info{
		background: rgba(52,52,52,0.8);
		position:absolute;
		width:inherit;
		height:inherit;
		opacity:0;
		
		
		-webkit-transition:all 0.4s ease-in-out;
		-moz-transition:all 0.4s ease-in-out;
		-ms-transition:all 0.4s ease-in-out;
		transition:all 0.4s ease-in-out;
		
		-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);transform:scale(0);
		
		-webkit-backface-visibility:hidden;
		
	}
	
	.section-portfolio .widget-item:hover .widget-info{
		-webkit-transform:scale(1);
		-moz-transform:scale(1);
		-ms-transform:scale(1);
		transform:scale(1);
		opacity:1;
	}
	.section-portfolio .widget-item:hover .widget-info .p-content, .section-portfolio .widget-item:hover .widget-info h3, .section-portfolio .widget-item:hover .widget-info h4{
		opacity:1;
	}
	
	.section-portfolio .widget-info .p-content {
		color:#fff !important;
		border-top: 1px solid rgba(255, 255, 255, 0.5);
		/*text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);*/
		padding:5px;
		margin:10px 20px;
		font-size:12px;
		opacity:0;
		-webkit-transition:all 1s linear 0.6s;-moz-transition:all 1s linear 0.6s;-ms-transition:all 1s linear 0.6s;transition:all 1s linear 0.6s;
		line-height:18px;
	}
	
	.section-portfolio  h3{
		text-align:center;
		text-transform:uppercase;
		font-size:18px;
		margin:0 20px;
		padding:45px 10px 5px 10px;
		font-weight:normal;
		line-height:20px;
		
		opacity:0;
		-webkit-transition:all 1s linear 0.4s;-moz-transition:all 1s linear 0.4s;-ms-transition:all 1s linear 0.4s;transition:all 1s linear 0.4s;
	}

	.section-portfolio  h4{
		color: #fd6d0e;
		text-align:center;
		text-transform:uppercase;
		margin:0 20px;
		font-size:13px;
		line-height:1em;
		border-radius:4px;
		margin:0 auto 5px;
		
		font-weight: 400;
		font-style: normal;
		
		opacity:0;
		-webkit-transition:all 1s linear 0.5s;-moz-transition:all 1s linear 0.5s;-ms-transition:all 1s linear 0.5s;transition:all 1s linear 0.5s;
	}

	
	.section-portfolio .p-content{
		/*margin-bottom: 20px;*/
	}
	
		
	.section-portfolio .widget-portfolio-links{
		position:absolute;
		width:100%;
		bottom:20px;
		left:0;
		margin:0 auto;
		text-align:center;
		z-index:9999
	}
		
		
		.section-portfolio .widget-portfolio-links li {
			display: inline-block;
			margin-right: 15px;
		}	
		.section-portfolio .widget-portfolio-links a {
			display: block;
			cursor: pointer;
		}
		.section-portfolio .widget-portfolio-links .icon-circle.large {
			border: 2px solid #FFFFFF;
			font-size: 1.3em;
		}
		.section-portfolio .widget-portfolio-links a:hover {
			opacity: 0.5;
		}
		.section-portfolio .widget-portfolio-links .icon-circle {
			border: 1px solid #FFFFFF;
			border-radius: 50px;
			-webkit-border-radius:50px;
			color: #FFFFFF !important;
			display: inline-block;
			height: 2em;
			line-height: 38px !important;
			position: relative;
			width: 2em;
		}
		
		
		
		.section-portfolio .cache-portfolio-lightbox {
			display:block;
			width:100%;
			height: 100%;
			position: absolute;
			top:0;
			left:0;
			z-index:10;
			
			visibility: hidden;
		}
		
		.section-portfolio .cache-portfolio-lightbox .portfolio-lightbox {
			position: absolute;
			top:0;
			left:0;
			width:100%;
			height:auto; 
		}
	/* zoombox has a z-index to 90 zoombox .zoombox_mask*/
	.modal {
		/*z-index: 80;*/
	}
	#zoombox .zoombox_mask {
		z-index: 2000 !important;
	}
	#zoombox .zoombox_container {
		z-index: 2010 !important;
	}
		
	#window_modal_infos_medias .modal-dialog {
	  width: 100%;
	  height: 100%;
	  padding: 0;
	  margin:0;
	  
	 /* width: 90%;*/
	   margin: 0 auto;
	   
	   
	   
	  /*overflow:hidden;*/
	}
	
	#window_modal_infos_medias .close {
		color: #fff;
	}

	#window_modal_infos_medias .modal-content {
		/*height: 100%;*/
		border: none;
		border-radius: 0px;
		background-color: rgba(25, 25, 25, 0.9);
		
	}
	
	#window_modal_infos_medias .modal-body {
	  padding-right: 15px;
	  padding-left: 15px;
	  margin-right: auto;
	  margin-left: auto;
	  height:100%;
	 
	 /*overflow-y: auto;*/
	 
	 
	 
	 
	  /*white-space:nowrap;*/
	 /* max-height: 100%;*/
	  /*overflow-y: scroll;*/
	}
	
	@media (min-width: 768px) {
	  #window_modal_infos_medias .modal-body {
		width: 750px;
	  }
	}
	
	@media (min-width: 992px) {
	  #window_modal_infos_medias .modal-body {
		width: 970px;
	  }
	}
	
	@media (min-width: 1200px) {
	  #window_modal_infos_medias .modal-body {
		width: 1170px;
	  }
	}
	
/*
#id_modal-body_infos_medias {
	overflow: auto;
    
    border: 1px solid #b7b7b7;
}
*/
#window_modal_infos_medias .modal-dialog{
	overflow: auto;
	 padding: 0 5px;
    border: 1px solid #b7b7b7;
}

.modalscrolltrack {
    width: 10px;
    background-clip: padding-box;
    background: #fff;
    border-style: solid;
    border-color: transparent;
    border-width: 0;
    border-left-width: 1px;
}

.modalscrolltrack.dragging,
.modalscrolltrack:hover {
    background: #f2f2f2; /* No RGBA support */
    background: rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.1);
    box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.1);
}

.modalscrolltrack:active {
    background: #f2f2f2; /* No RGBA support */
    background: rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.14),
                        inset -1px -1px 0 rgba(0, 0, 0, 0.07);
    box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.14),
                inset -1px -1px 0 rgba(0, 0, 0, 0.07);
}

.modalscrollhandle {
    width: 10px;
    background-clip: padding-box;
    background: #ccc; /* No RGBA support */
    background: rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1),
                        inset 0 -1px 0 rgba(0, 0, 0, 0.07);
    box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1),
                inset 0 -1px 0 rgba(0, 0, 0, 0.07);
}

.modalscrollhandle:hover {
    background: #999; /* No RGBA support */
    background: rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.25);
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.25);
}

.dragging .modalscrollhandle,
.modalscrollhandle:active {
    background: gray; /* No RGBA support */
    background: rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.35);
    box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.35);
}


.simplebox-gallery-container {

}

.simplebox-gallery-thumbnails {
	list-style: none;
	padding:0px;
	margin:0px;
}
.simplebox-gallery-thumbnails>li {
    margin: 10px;
	
	float: left;
}	
	
/* ==========================================================================
   Services Section
   ========================================================================== */
.section-services{ 
	background-color: #FFF;
	color:#555;
}
	.section-services .view {
	  /* overflow: hidden;*/
	   position: relative;
	   text-align: center;
	   cursor: default;
	   
	   
	   
	  -webkit-transition: all 0.80s ease-out;
	  -moz-transition: all 0.80s ease-out;
	  -o-transition: all 0.80s ease-out;
	  transition: all 0.80s ease-out;
	  
	  margin-bottom:15px;
	}

		.section-services .view:hover{
			border:1px solid rgba(255, 255, 255, 0);
			 -webkit-transition: all 0.2s ease-out;
			 -moz-transition: all 0.2s ease-out;
			 transition: all 0.2s ease-out;
			 background:rgba(255, 255, 255, 0.2);
			  
			 box-shadow:0 0 8px rgba(35,35,35,0.2); 
		}
	
		.section-services .service-content {
			background: none;
			padding: 20px;
			text-align:center;
		}
		
			.section-services .service-content h2 {
				color: #555;
				font-size: 28px;
				font-weight: lighter;
				line-height: 30px;
				margin: 0 0 40px;
				text-align: center;
				transition: color 0.3s ease-out 0s;
				text-align:center;
			}
		
		.section-services .service-icon {
			background-color: #FFFFFF;
			display: inline-block;
			height: 80px;
			margin-top: 40px;
			width: 80px;
			
			 -webkit-transition: all 0.2s ease-out;
			  -moz-transition: all 0.2s ease-out;
			  transition: all 0.2s ease-out;
		}
		
			.section-services .service-icon i {
				color: #fd6d0e;
				font-size: 52px;
				height: 100%;
				line-height: 85px;

				width: 100%;
				-webkit-transition: all 0.2s ease-out;
				-moz-transition: all 0.2s ease-out;
				transition: all 0.2s ease-out;
			}
		
			.section-services .view:hover .service-icon {
				-webkit-transform:rotate(360deg);
				-moz-transform:rotate(360deg);
				transform:rotate(360deg);
				opacity:0.8;
				animation: smallToBig 150ms alternate infinite ease;
			}


	
/* ==========================================================================
   Section blog
   ========================================================================== */
.section-blog  {
	color:black;
}

.section-blog h2 {
	color: #fff;
}
					
/* Historic timeline */
.timeline_bar {
	background:url(../img/timeline_bar.png) repeat-y center top;
}

	.timeline_bar  > .row {
	margin-bottom:0;
	}
	
	.timeline_box {
		position:relative;
		margin:50px 0 70px; 
		padding:15px; 
		background:#fff; 
		border-radius:3px;
	}
	
	.timeline_box:after {
		content:''; 
		position:absolute; 
		top:20px; 
		right:-12px; 
		border:6px solid transparent; 
		border-left-color:#fff;
	}
	
	div[data-align=right] .timeline_box:after {
		left:-12px; 
		right:auto; 
		border-left-color:transparent; 
		border-right-color:#fff;
	}
		
	.timeline_box:before {
		content:''; 
		position:absolute; 
		top:20px; 
		right:-21px; 
		background:#999; 
		width:5px; 
		height:5px; 
		border:3px solid #f5f5f5; 
		border-radius:50%;
	}
	
	div[data-align=right] .timeline_box:before {
		right:auto;
		left:-20px;
	}
	.end_timeline {
		text-align:center;
	}
	.end_timeline > span {
		display: inline-block;
		padding:0 10px; 
		
		background:#fff; 
		border-radius:3px; 
		line-height: 2;
		color: #535353;
		text-transform: uppercase;
	}
	
	.timeline_box .date {
		position:absolute; 
		display:inline-block; 
		top:11px; 
		right:-100px; 
		font-size:18px; 
		font-weight:700; 
		background:#fff; 
		padding:5px 10px; 
		border-radius:2px; 
		color:#787878;
	}
	div[data-align=right] .timeline_box .date {
		left:-100px; right:auto;
	}
	
	.timeline_box:hover .date, 
	.timeline_box:hover {
		box-shadow:0 0 8px rgba(35,35,35,0.2); 
	}
	.timeline_box:hover:before {
		width:7px; 
		height:7px; 
		border:2px solid #f5f5f5;
	}
	.timeline_box:hover {
		-webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -ms-transition: all 0.2s ease-out; transition: all 0.2s ease-out;
	}

	.timeline_box h3, .timeline_box h4 {
		color: #535353;
	}
	.timeline_box p {
		color: #535353;
	}
	
	
	.timeline_box  section{
		margin:10px 0 10px; 
	}
	
	
	@media (max-width: 979px) and (min-width: 768px){
			
	}
		
	@media (max-width: 767px){
		.timeline_bar {
			background:none;	
			
		}
		.timeline_box .date {
			display:none;
		}
			
	}
		
	@media (max-width: 480px){
		.timeline_bar {
			background:none;
			
		}
		.timeline_box .date {
			display:none;
		}
	}
	
	
/* ==========================================================================
   Section slider
   ========================================================================== */

.section-slider  {	
	text-align:center;
	color:grey;
	background-color: #444;
}
	.section-slider .carousel { 
		overflow: hidden;
	} 
	
	.section-slider .carousel-inner{
		width:100%;
		/*max-height: 600px !important;*/
	}
	.section-slider .carousel img {
		  /*position: absolute;
		  top: 0;
		  left: 0;*/
		  min-width: 100%;
		  /*height: 500px;*/
	}
	
	.section-slider .carousel-indicators .active {
		background-color: #fd6d0e;
	}
	.section-slider .carousel-control:hover,
    .section-slider .carousel-control:focus {
		color: #fd6d0e;
	}	
	
	
.section-slider 	.slider-size {
	height: 400px; /* This is your slider height */
}
.section-slider .carousel {
	width:100%; 
	margin:0 auto; /* center your carousel if other than 100% */ 
}









.section-slider .carousel-control {
width: 40px;
background-image: none;
}
.section-slider .carousel-control:hover,
.section-slider .carousel-control:focus {
 background: none rgba(0, 0, 0, 0.5);
}
/*
.section-slider .carousel-control {
  position: absolute;
  top: 45%;
  font-size: 20px;
  line-height: 32px;
  color: #ffffff;
  text-indent: 1px;
  border: 3px solid #ffffff;
  height: 40px;
  right: 15px;
  margin-top: -20px;
  text-align: center;
  width: 40px;
  outline: none !important;
  border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
*/
.section-slider .carousel-control.left,
.section-slider .carousel-control.right {
  /*background: none #4d4d4d;*/
  /*background: none ;*/
}
/*
.section-slider .carousel-control.left {
  text-indent: -1px;
  left: 15px;
}
.section-slider .carousel-control.right {
  left: auto;
  right: 15px;
}
*/

.section-slider .carousel-caption {
  padding: 20px 19px 22px;
  background: #3c3c3c;
  background: rgba(60, 60, 60, 0.7);
  left: 0;
  right: 0;
  top: 0;
  bottom:auto;
  text-align: left;
  /*border-radius: 0 0 6px 6px;*/
  width:50%;
  text-shadow: none;
}
.section-slider .carousel-caption h4,
.section-slider .carousel-caption p {
  color: #ffffff !important;
}
.section-slider .carousel-caption h4 {
  font-size: 18px;
  line-height: 20px;
  margin: 0 0 5px;
}
.section-slider .carousel-caption p {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 0;
}
@media (max-width: 480px) {
  .section-slider .carousel-caption {
    position: static;
  }
}









/* ==========================================================================
   Services test
   ========================================================================== */
/*
#section-test :after {
  
}   
   
   #section-test #wrap {
  background: #fff;
  position: relative;
  width:100%;
  height:auto;
  top:0;
  left:0;
  margin: 1em auto;
}

#section-test #wrap:after {
  content: "\f087"; 
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  font-size: 400px;
  color: lightblue;
  z-index: 1;
  
  
  top: 50%;
  left: 50%;
  margin: 0px 0 0 0px;
}
*/





	
	


/*********************************************************************************/
/* Section contact                                                                        */
/*********************************************************************************/
.section-contact{ 
	background-color: #434A54;
	padding-top: 0px;
	padding-bottom: 20px;
}
/*********************************************************************************/
/* Section footer                                                                        */
/*********************************************************************************/
.section.section-last{ 
	margin-bottom: 250px;
}

#footer {
	background-color: #DA4453;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	height: 250px;
	z-index: -1;
	padding-top:100px;
	text-align: center;
	margin: 0 auto;
}

#footer p {
	color: #FFFFFF;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 1.66667;
    margin: 25px 0;
    text-transform: uppercase;
}
.social-links {
	padding:0;
    text-align: center;
}
.social-links li {
    display: inline-block;
    margin-right: 15px;
}	
.social-links a {
    display: block;
	cursor: pointer;
}
.social-links .icon-circle.large {
    border: 2px solid #FFFFFF;
    font-size: 1.3em;
}
.social-links a:hover {
    opacity: 0.5;
}
.social-links .icon-circle {
    border: 1px solid #FFFFFF;
    border-radius: 50px;
	-webkit-border-radius:50px;
    color: #FFFFFF !important;
    display: inline-block;
    height: 2em;
    line-height: 38px !important;
    position: relative;
    width: 2em;
}

.gmap_marker{
	color:#333;
	min-height:50px;
	min-width:200px;
}

/*********************************************************************************/
/* PLUXML                                                                    	*/
/*********************************************************************************/
.section-blog-pluxml {
	margin-top: 10px;
	color: #555;
	
}
/* sidebars */

#sidebar {
	background: white; 
	padding: 10px 15px;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#sidebar .widget {margin-bottom:20px;}

#sidebar .title {
	color: #050505; 
	line-height: 1.4; 
	margin-bottom: 15px; 
	padding-bottom: 20px;
	font-size: 18px;
	position: relative;
}

#sidebar .title:after {
	content: ''; 
	position: absolute; 
	left: 0; 
	bottom: 2px; 
	width: 25px; 
	height: 0; 
	border-bottom: 1px solid #CBCBCB;
}
#sidebar .title:before {
	content: ''; 
	position: absolute; 
	left: 0; 
	bottom: 2px; 
	width: 100%; 
	height: 0; 
	border-bottom: 1px solid #f9f9f9;
}

#sidebar ul.menu {margin:0; padding:0; list-style:none;}

#sidebar ul.menu li {margin-bottom:0px;}
#sidebar ul.menu li a {color: #595959; display: block; padding: 4px 0 4px 20px; position: relative; border-radius: 2px;}
#sidebar ul.menu li a:after { content: '\203A'; position: absolute; left: 7px; top: 6px; color: #DDD; font-size: 16px; line-height: 1; width: 4px; height: 4px; font-family: Arial; }
#sidebar ul.menu li.active a:after,
#sidebar ul.menu li a:hover:after { color: white; left: 8px;}
#sidebar ul.menu li.active a,
#sidebar ul.menu li a:hover {background: #fd6d0e; color: white;}
#sidebar ul.menu li a span.badge { margin-right:5px;;}
#sidebar  div.cloudBlock a { padding: 4px; float: left; display: block; }

.tag{
font-style: inherit;
padding-right: 10px;
}
.tag-size-1{font-size:1em}
.tag-size-2{font-size:1.1em}
.tag-size-3{font-size:1.2em}
.tag-size-4{font-size:1.3em}
.tag-size-5{font-size:1.4em}
.tag-size-6{font-size:1.5em}
.tag-size-7{font-size:1.6em}
.tag-size-8{font-size:1.7em}
.tag-size-9{font-size:1.8em}
.tag-size-10{font-size:1.9em}
.tag-size-max{font-size:2em}

.tag-size-1 a	{ color: #999999; }
.tag-size-2 a	{ color: #000000; }
.tag-size-3 a	{ color: #cc0000; }
.tag-size-4 a	{ color: #3366ff; }
.tag-size-5 a	{ color: #cc66cc; }
.tag-size-6 a	{ color: #996633; }
.tag-size-7 a	{ color: #6666cc; }
.tag-size-8 a	{ color: #339999; }
.tag-size-9 a	{ color: #009900; }
.tag-size-10 a	{ color: #ff99ff; }
.tag-size-max a	{ color: #ff6600; }

.tag-size-1 a:hover	{ color: #999999; }

.section-blog-pluxml.error{
	padding-bottom: 300px !important;
}



			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			













