/*! normalize.css 2012-03-11T12:53 UTC - http://github.com/necolas/normalize.css */

/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

/*
 * Corrects block display not defined in IE6/7/8/9 & FF3
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}

/*
 * Corrects inline-block display not defined in IE6/7/8/9 & FF3
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/*
 * Prevents modern browsers from displaying 'audio' without controls
 * Remove excess height in iOS5 devices
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/*
 * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
 * Known issue: no IE6 support
 */

[hidden] {
    display: none;
}


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */

html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/*
 * Addresses font-family inconsistency between 'textarea' and other form elements.
 */

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE6/7
 */

body {
    margin: 0;
}


/* =============================================================================
   Links
   ========================================================================== */

/*
 * Addresses outline displayed oddly in Chrome
 */

a:focus {
    outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
 */

a:hover,
a:active {
    outline: 0;
}


/* =============================================================================
   Typography
   ========================================================================== */

/*
 * Addresses font sizes and margins set differently in IE6/7
 * Addresses font sizes within 'section' and 'article' in FF4+, Chrome, S5
 */

h1 {
    margin: 1em 0;
}

h2 {
    margin: 0;
}

h3 {
    margin: 1em 0 0 0;
}

h4 {
    margin: 1.33em 0;
}

h5 {
    margin: 1.67em 0;
}

h6 {
    margin: 2.33em 0;
}

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/*
 * Addresses style set to 'bolder' in FF3+, S4/5, Chrome
*/

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

/*
 * Addresses styling not present in S5, Chrome
 */

dfn {
    font-style: italic;
}

/*
 * Addresses styling not present in IE6/7/8/9
 */

mark {
    background: #ff0;
    color: #000;
}

/*
 * Addresses margins set differently in IE6/7
 */

p,
pre {
    margin: 1em 0;
}

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */

pre,
code,
kbd,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/*
 * 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4
 */

/* 1 */

q {
    quotes: none;
}

/* 2 */

q:before,
q:after {
    content: '';
    content: none;
}

small {
    font-size: 75%;
}

/*
 * Prevents sub and sup affecting line-height in all browsers
 * gist.github.com/413930
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}


/* =============================================================================
   Lists
   ========================================================================== */

/*
 * Addresses margins set differently in IE6/7
 */

dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

/*
 * Addresses paddings set differently in IE6/7
 */

menu,
ol,
ul {
    padding: 0 0 0 40px;
}

/*
 * Corrects list images handled incorrectly in IE7
 */

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Removes border when inside 'a' element in IE6/7/8/9, FF3
 * 2. Improves image quality when scaled in IE7
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE9
 */

svg:not(:root) {
    overflow: hidden;
}


/* =============================================================================
   Figures
   ========================================================================== */

/*
 * Addresses margin not present in IE6/7/8/9, S5, O11
 */

figure {
    margin: 0;
}


/* =============================================================================
   Forms
   ========================================================================== */

/*
 * Corrects margin displayed oddly in IE6/7
 */

form {
    margin: 0;
}

/*
 * Define consistent border, margin, and padding
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects text not wrapping in FF3
 * 3. Corrects alignment displayed oddly in IE6/7
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/*
 * Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet
 */

button,
input {
    line-height: normal; /* 1 */
}

/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 * 3. Removes inner spacing in IE7 without affecting normal text inputs
 *    Known issue: inner spacing remains in IE6
 */

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer; /* 1 */
    -webkit-appearance: button; /* 2 */
    *overflow: visible;  /* 3 */
}

/*
 * Re-set default cursor for disabled elements
 */

button[disabled],
input[disabled] {
    cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9
 * 3. Removes excess padding in IE7
      Known issue: excess padding remains in IE6
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof)
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X
 */

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

/*
 * Removes inner padding and border in FF3+
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves readability and alignment in all browsers
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}


/* =============================================================================
   Tables
   ========================================================================== */

/*
 * Remove most spacing between table cells
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* Global */

body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 1em;
	color: #b1cd4a;
	background-color:#fff;
}
img {
	max-width: 100%;
}
a:link {
	color: #f75268;
	text-decoration: none;
	transition:.3s;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
}
a:hover {
	color: #007881;
	text-decoration: none;
	transition:.3s;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition: .3s;
	-webkit-transition:.3s;
}
a:visited {
	color: #007881;
	text-decoration: none;
}
#overlay {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: #ccd5de;
	z-index: 9999999;
}





/* Navigation */

.menu {
	width: 100%;
	height: auto; 
	background-color: #353535;
	-webkit-box-sizing: initial;
     -moz-box-sizing: initial;
          box-sizing: initial;
	
	position: relative;
	
	-webkit-transition:all .3s ease-in;  
  	-moz-transition:all.3s ease-in;  
	-o-transition:all .3s ease-in;  
   	transition:all .3s ease-in; 
			
    -webkit-transition:all .3s ease-out;  
	-moz-transition:all.3s ease-out;  
   	-o-transition:all .3s ease-out;  
   	transition:all .3s ease-out; 
}
.menu.fixed {
	position: fixed;
	top: 0px;
	z-index: 1000;
}

#logo2, #logo-alt {
	text-align: left;
	padding: 5px 0 0 2%;
	display: block;
	text-decoration: none;
}
#logo2 img, #logo-alt img {
	border: none;
	text-decoration: none;
	width: auto;
	min-height: 35px;
	max-height: 75px;
	margin-bottom: 5px;
	/*transition: opacity 0.5s;*/
}
#nav {
	text-align: right;
	margin: 0px 0 0 0;
	height: 85px;
	position: relative; /* anchors sliding-line bars to the nav instead of the whole page */
}
.navigation {
	float: right;
	list-style: none;
	margin: 0;
}
.navigation li{
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1px;
	float: left;
	padding: 34px 0 34px 40px;
	text-transform: uppercase;
	transition:.3s;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
}
.navigation li:hover{
	cursor:pointer;
	color: #fff;
	transition:.3s;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
}
.navigation .active{
	cursor: pointer;
	color: #fff;
	transition:.8s;
	-o-transition:.8s;
	-ms-transition:.8s;
	-moz-transition:.8s;
	-webkit-transition:.8s;
}
.navigation li.blog-link {
	padding: 26px 0 20px 40px;
}
.navigation li.blog-link a {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: #b1cd4a;
	text-decoration: none;
	border-left: solid 1px #464646;
	height: 34px;
	padding: 7px 40px 0 40px;
	display: block;
	font-size: 13px;
}
.navigation li.blog-link a:hover {
	color: #fff;
}
#down-arrow-container {
	display: none;
	width: 50px;
	height: 17px;
	position: absolute;
	left: 50%;
	bottom: 17%;
	margin: 0 0 0 -25px;
	float: none;
	z-index: 99999;
	background: url('../images/arrow-down.png') no-repeat center center;
	background-size: 50px 17px;
	cursor: pointer;
	
	-webkit-transition:all .3s ease-in;  
  	-moz-transition:all.3s ease-in;
	-o-transition:all .3s ease-in;  
   	transition:all .3s ease-in; 
			
    -webkit-transition:all .3s ease-out;  
	-moz-transition:all.3s ease-out;  
   	-o-transition:all .3s ease-out;  
   	transition:all .3s ease-out; 
}
#down-arrow-container:hover {
	background: url('../images/arrow-down-hover.png') no-repeat center center;
	background-size: 50px 17px;
}
.sliding-line {
	display: none !important;
}
.line-top {
	top: 0;
}
.line-bottom {
	bottom: 0;
}
@media (max-width: 880px) {
	.navigation li {
		padding: 34px 0 20px 20px;
	}
}

/* Mobile Menu */

.menu-mobile {
	display: none;
	height: 50px;
	background: #2a2a2a;
	text-align: center;
	z-index: 999999;
	position: fixed;
	bottom: 0;
	width: 100%;
	color: #fff;
	padding: 0;
	overflow: hidden;
	/*
	-webkit-box-shadow: 0px -3px 7px 0px rgba(50, 50, 50, 0.45);
	-moz-box-shadow:    0px -3px 7px 0px rgba(50, 50, 50, 0.45);
	box-shadow:         0px -3px 7px 0px rgba(50, 50, 50, 0.45);
	*/
}
#connect-bar {
	height: 50px;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	cursor: pointer;
	text-transform: uppercase;
	position: relative;
}
.menu-mobile #connect-bar span {
	display: inline-block;
	background: url('../images/icon-mobile-context.png') no-repeat right center;
	height: 25px;
	position: absolute;
	right: 0;
	top: 13px;
}
.menu-mobile.active #connect-bar span {
	float: right;
	margin: 0 20px 0 0;
	display: inline-block;
	background: url('../images/icon-mobile-close.png') no-repeat right center;
	width: 27px;
	height: 25px;
}

.menu-mobile-text{
	padding-right:10px;
	
}
#connect-bar img {
	width: auto;
	height: 75%;
	margin-top: 10px;
}
#connect-content a {
	display:  block;
	padding: 10px;
	text-align: center;
	color: #fff;
	border-bottom: solid 1px #555;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1px;
	border-bottom: solid 1px #393939;
	text-transform: uppercase;
}
#connect-content a:hover {
	color: #007881;
}
#connect-content img {
	border: none;
	margin: 0 20px 0 0;
}
.menu-mobile.active #connect-bar{
	border-bottom: solid 4px #007881;
}

/* General Sections */ 

.slide-section {
	background-attachment: fixed;
	width:100%;
	height:auto;
	position: relative;
	padding: 120px 0;
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 480px) {
	.slide-section {
		padding: 60px 0;
	}
}

/* General Styles */

.upper {
	text-transform: uppercase;
}
.noupper {
	text-transform: none;
}
.sz-headline {
	text-shadow: 0px 0px 9px #777;
	font-size: 40px;
	line-height: 50px;
	font-weight: bold;
	letter-spacing: 2px;
}
.sz-description {
	letter-spacing: 2px;
	font-size: 13px;
	line-height: 20px;
}
.sz-content {
	letter-spacing: 1px;
	font-size: 15px;
	line-height: 30px;
}
@media (min-width: 1920px) {
	.sz-headline {
		font-size: 40px;
		line-height: 50px;
		font-weight: bold;
		letter-spacing: 2px;
	}
	.sz-description {
		letter-spacing: 2px;
		font-size: 14px;
		line-height: 20px;
	}
	.sz-content {
		letter-spacing: 1px;
		font-size: 15px;
		line-height: 30px;
	}
}
@media (min-width: 2500px) {
	.sz-headline {
		font-size: 40px;
		line-height: 50px;
		font-weight: bold;
		letter-spacing: 2px;
	}
	.sz-description {
		letter-spacing: 2px;
		font-size: 15px;
		line-height: 20px;
	}
	.sz-content {
		letter-spacing: 1px;
		font-size: 15px;
		line-height: 30px;
	}
}
@media (max-width: 950px) {
	.sz-headline {
		font-size: 35px;
		line-height: 45px;
		font-weight: bold;
		letter-spacing: 2px;
	}
	.sz-description {
		letter-spacing: 2px;
		font-size: 13px;
		line-height: 20px;
	}
	.sz-content {
		font-size: 13px;
		line-height: 23px;
	}
}
@media (max-width: 750px) {
	.sz-headline {
		font-size: 25px;
		line-height: 35px;
		font-weight: bold;
		letter-spacing: 2px;
	}
	.sz-description {
		letter-spacing: 2px;
		font-size: 13px;
		line-height: 20px;
	}
	.sz-content {
		font-size: 13px;
		line-height: 23px;
	}
}
@media (max-width: 600px) {
	.sz-headline {
		font-size: 25px;
		line-height: 35px;
		font-weight: bold;
		letter-spacing: 2px;
	}
	.sz-description {
		letter-spacing: 2px;
		font-size: 13px;
		line-height: 20px;
	}
	.sz-content {
		font-size: 13px;
		line-height: 23px;
	}
}

/* Rounded */

.r4 {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.r8 {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

#message-success {
	text-align:center;
	background-color: #80ff80;
	color:#575757;
}
#message-fail {
	text-align:center;
	background-color: #ff5b5b;
	color:#575757;
}

/* Page Accueil */ 

#accueil {
	background: #fff no-repeat;
	background-attachment: fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	padding: 0;
}
@media (max-width: 480px) {
	#accueil {
		background: #fff no-repeat 50% 0;
		background-attachment: fixed;
		background-size: cover;
		-webkit-background-size: cover;
		-o-background-size: cover;
		-moz-background-size: cover;
	}
}
body.ismobile #accueil {
	background-attachment: scroll !important;
}
.on-center {
	position: absolute;
	z-index: 99999;
	display: block;
	width: 100%;
	text-align: center;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 0;
	margin: auto;
	height: 300px;
	overflow: hidden;
}
#center-content h1 {
	color: #fff;
	margin: 5px 0 3px 0;
	text-transform: uppercase;
	padding: 0;
}
#center-content h3 {
	color: #fff;
	text-transform: uppercase;
	margin: 0 0 40px 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}
#center-content #play-button {
	display: inline-block;
	width: 92px;
	height: 92px;
	background: url(../images/play-button-sm.png) no-repeat;
	background-size: 92px 92px;
	-webkit-transition: background .2s ease-in-out;
	-moz-transition: background .2s ease-in-out;
	-ms-transition: background .2s ease-in-out;
	-o-transition: background .2s ease-in-out;
	transition: background .2s ease-in-out;
}
#center-content #play-button:hover {
	background: url(../images/play-button-sm-hover.png) no-repeat;
	background-size: 92px 92px;
}
/* CSS for high-resolution devices and res under 691 */
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5) and (max-width: 690px),
only screen and (-moz-min-device-pixel-ratio: 1.5) and (max-width: 690px),
only screen and (-o-min-device-pixel-ratio: 3/2) and (max-width: 690px),
only screen and (min-device-pixel-ratio: 1.5) and (max-width: 690px) {
    #center-content #play-button {
        background: url(../images/play-button.png) no-repeat center center;
		background-size: 70px 70px;
		width: 70px;
		height: 70px;
    }
	#center-content #play-button:hover {
		background: url(../images/play-button.png) no-repeat center center;
		background-size: 70px 70px;
	}
}
/* CSS for high-resolution devices and res over 690 */
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5) and (min-width: 691px),
only screen and (-moz-min-device-pixel-ratio: 1.5) and (min-width: 691px),
only screen and (-o-min-device-pixel-ratio: 3/2) and (min-width: 691px),
only screen and (min-device-pixel-ratio: 1.5) and (min-width: 691px) {
    #center-content #play-button {
        background: url(../images/play-button.png) no-repeat center center;
		background-size: 92px 92px;
		width: 92px;
		height: 92px;
    }
	#center-content #play-button:hover {
		background: url(../images/play-button-hover.png) no-repeat center center;
		background-size: 92px 92px;
	}
}
h1 span {
	color: #007881;
}
@media (max-width: 950px) {
	.on-center {
		height: 230px;
	}
}
@media (max-width: 750px) {
	.on-center {
		height: 230px;
	}
}
@media (max-width: 480px) {
	#center-content h1 {
		padding: 0 20px;
	}
	#center-content h3 {
		padding: 0 20px;
		font-size: 12px;
	}
	.on-center {
		height: 290px;
	}
}


/* Presentation */ 

#presentation2{
	background-color: #fff;
	text-align: center;
	margin-top: 0;
}
#presentation2 h2 {
	color: #007881;
	text-transform: uppercase;
	margin: 0 0 30px 0;
}
#presentation2 p {
	color: #999999;
	font-size: 20px;
	line-height: 40px;
	margin: 0;
	padding: 0 20px;
}

#presentation2 img{
	display: inline-block;
	text-align: justify;
	height: 100px;
	margin: 50px 25px;
}

#presentation2.sticky-nav {
	margin-top: 86px;
}
#presentation2.sticky-nav.mobile-sticky {
	margin-top: 0;
}
@media (max-width: 950px) {
	#presentation2 p {
		font-size: 15px;
		line-height: 30px;
	}
}
@media (max-width: 750px) {
	#presentation2 p {
		font-size: 13px;
		line-height: 23px;
	}
}
@media (max-width: 600px) {
	#presentation2 p {
		font-size: 13px;
		line-height: 23px;
	}
	#presentation2 img{
		margin:15px 0 0 0;
	}
}




/* Content */ 

.content h2 {
	color: #007881;
	margin: 0 0 30px 0;
}


.content p {
	color: black;
	font-size: 20px;
	line-height: 40px;
	margin: 0;
}

#details3 {
	background-color: #f5f5f5;
	padding: 100px 0;
}
#crea-desc-slider .item {
	width: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	max-height:650px;
	color: #000;
	overflow-y:auto;
}
#crea-desc-slider .carousel-inner {
	min-height: auto;
}
#crea-desc-slider .carousel-control {
	background: none !important;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
#crea-desc-slider .carousel-control.left span {
	background: url('../images/arrow-left.png') no-repeat center center;
	left: 30px;
	background-size: 17px 50px;
}
#crea-desc-slider .carousel-control.right span {
	background: url('../images/arrow-right.png') no-repeat center center;
	right: 30px;
	background-size: 17px 50px;
}
#crea-desc-slider .carousel-control span{
	width: 50px;
	height: 50px;
	display: inline-block;
	border-radius: 50%;
	box-shadow: 0 0 0 0px #fff;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
#crea-desc-slider .carousel-control span:hover {
	/*-moz-animation:bounceOutSlide .2s linear;
    -webkit-animation:bounceOutSlide .2s linear;*/
	margin: 0 !important;
}
#crea-desc-slider .carousel-control span.glyphicon-chevron-left:before {
  content: "" !important;
}
#crea-desc-slider .carousel-control span.glyphicon-chevron-right:before {
  content: "" !important;
}
#crea-desc-slider .carousel-caption {
	margin: 30px auto 0 auto;
	padding: 0 100px;
	max-width: 1200px;
	width: 100%;
	position: relative;
	left: auto;
	right: auto;
	text-align:justify;
	text-shadow: none;
	color: #000;
	max-height: none;
	overflow: visible;
}
#crea-desc-slider .carousel-caption h2 {
	margin: 35px 0 37px 0;
	color: #000;
}
#crea-desc-slider .home-slide-1 {
	color: black;
}

.navigation {
	float: right;
	list-style: none;
	margin: 0;
}
#crea-desc-slider .carousel-indicators {
	position: static;
	margin-left: auto;
	padding-left: auto;
	width: auto;
}
#crea-desc-slider .carousel-indicators button {
	background: #f5f5f5;
	border: none;
	appearance: none;
	-webkit-appearance: none;
	color: black;
	letter-spacing: 1px;
	float: left;
	padding: 20px 20px 20px 20px;
	text-transform: uppercase;
	transition:.3s;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	text-indent: 0;
	width: auto;
	height: auto;
	float: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	margin: 0 0 0 -4px;
	font-size: 13px;
	font-weight: 700;
}
#crea-desc-slider .carousel-indicators button:hover{
	cursor:pointer;
	color: #999999;
	transition:.3s;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
}
#crea-desc-slider .carousel-indicators button.active {
	color: #007881;
	font-weight: bold;
}
#carousel-indicator-container {
	position: relative;
	margin: 0 0 40px 0;
}
.sliding-line-carousel {
	display: none !important;
}
#details3 .carousel-image {
	display: block;
	text-align: center;
	height: 100px;
	margin: 50px 0;
	padding-bottom: 155px;
}
#details3 .carousel-image img {
	border: none;
	width: auto; 
	height: 150px;
}

@media (max-width:900px){
	#crea-desc-slider .carousel-indicators button {
		display: block;
		float: none;
		padding: 12px;
		width:100%;
		height: 40px;
	}	
}

@media (max-width: 768px) {
	#crea-desc-slider .carousel-inner {
		min-height: auto;
	}
	#crea-desc-slider .carousel-caption {
		margin: 10px 0 0 0;
		padding: 0 16px 24px;
	}
	#crea-desc-slider .carousel-caption .col-12.sz-content {
		padding: 0;
	}
}

@media (max-width: 480px) {
	#details3 {
		padding: 20px 0 50px 0;
	}
	.sliding-line-carousel {
		height:2px;
	}
	#crea-desc-slider .carousel-indicators {
		height: auto;
	}
	#crea-desc-slider .carousel-caption {
		padding: 0 20px;
		max-height: none;
		overflow: visible;
	}
	#crea-desc-slider .carousel-caption h1, 
	#crea-desc-slider .carousel-caption h2, 
	#crea-desc-slider .carousel-caption h3 {
		text-align:left;
	}
	#carousel-indicator-container {
		margin: 0;
	}
}
/*
.navigation .active{
	cursor: pointer;
	color: #fff;
	transition:.8s;
	-o-transition:.8s;
	-ms-transition:.8s;
	-moz-transition:.8s;
	-webkit-transition:.8s;
}
*/

/* Carousel Fade*/

.carousel.carousel-fade {
  opacity: 1;
}
.carousel.carousel-fade .carousel-item {
  transition: opacity ease-in-out .7s;
  opacity: 0;
}
.carousel.carousel-fade .carousel-item.active,
.carousel.carousel-fade .carousel-item-next.carousel-item-start,
.carousel.carousel-fade .carousel-item-prev.carousel-item-end {
  opacity: 1;
}
.carousel.carousel-fade .active.carousel-item-start,
.carousel.carousel-fade .active.carousel-item-end {
  opacity: 0;
}


/* Image Gallery "Mes réalisations" */

#gallery-desc3{
	padding:60px 0 30px 0;
	
}

#gallery4 {
	background: #f8f9fa;
	padding: 60px 0;
}
#gallery4 .gallery-card {
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	overflow: hidden;
	background: #fff;
	transition: transform .2s ease, box-shadow .2s ease;
}
#gallery4 .gallery-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}
#gallery4 .gallery-thumb img {
	width: 100%;
	height: 220px;
	object-fit: cover;
	display: block;
}
@media (min-width: 992px) {
	#gallery4 .gallery-thumb img {
		height: 260px;
	}
}
#gallery4 .gallery-body {
	padding: 16px;
}
#gallery4 .gallery-title {
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #007881;
	margin: 0;
}
#gallery4 .gallery-actions .btn {
	white-space: nowrap;
}

/* Contact Form */ 

#connect {
	text-align: center;
	padding: 0px;
	background: #333;
}
#connect #back-to-top {
	width: 231px;
	height: 77px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -116px;
	background: url('../images/back-to-top.png') no-repeat center center;
	background-size: 231px 77px;
	text-align: center;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	/*font-weight: bold;*/
	padding: 33px 0 0 0;
	text-transform: uppercase;
	letter-spacing: 2px;
	-webkit-transition: all .3s ease-in-out;  
  	-moz-transition: all .3s ease-in-out;  
	-o-transition: all .3s ease-in-out;  
   	transition: all .3s ease-in-out; 
}
#connect #back-to-top:hover {
	background: url('../images/back-to-top-hover.png') no-repeat center center;
	background-size: 231px 77px;
	cursor: pointer;
	color: #007881;
}
#connect .grid_6 {
	margin: 0;
	width: 50%;
}
#connect .social-row {
	width: 100%;
	margin: 0;
	/*float: left;*/
}
#connect #contact {
	text-align: left;
	background: #333;
	padding: 80px 60px 0px 60px;
}
#contact h3 {
	color: #007881;
	text-transform: uppercase;
	margin: 0 0 50px 0;
}
#contact input {
	color: #fff;
	font-size: 14px;
	line-height: 22px;
	-webkit-transition: border .3s ease-in-out;  
  	-moz-transition: border.3s ease-in-out;  
	-o-transition: border .3s ease-in-out;  
   	transition: border .3s ease-in-out; 
}
#contact .contact-top-input {
	display: inline-block;
	margin: 0 5% 52px 0;
	text-align: left;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: solid 3px #666666;
	width: 30%;
	padding: 13px 0 13px 0;
	background: none;
	outline: none;
	float: left;
}
#contact .contact-top-input:focus {
	border-bottom: solid 3px #ffffff;
}
#contact .contact-top-input.invalid, #contact .contact-bottom-input.invalid {
	border-bottom: solid 3px #007881 !important;
}
#contact .last {
	margin: 0 0 20px 0;
}
#contact input {
	font-size: 15px;
	letter-spacing: 1px;
}
#contact label {
	display: block;
	color: #666666;
	font-size: 15px;
	font-weight: 300;
	background: url('../images/icon-down.png') no-repeat right center;
	background-size: 13px 6px;
	cursor: pointer;
	-webkit-transition: all .3s ease-in-out;  
  	-moz-transition: all .3s ease-in-out;  
	-o-transition: all .3s ease-in-out;  
   	transition: all .3s ease-in-out; 
	text-align: left;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: solid 3px #666666;
	padding: 13px 0 13px 0;
	overflow: hidden;
	margin: 0;
	line-height: 22px;
}
#contact label:hover {
	background: url('../images/icon-down-active.png') no-repeat right center;
	background-size: 13px 6px;
	color: #fff;
}
#contact .contact-select {
	display: inline-block;
	position: relative;
	width: 30%;
	margin: 0 0 22px 0;
}
#contact .contact-select.active label, #contact .contact-select label:hover {
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: solid 3px #fff;
	background: url('../images/icon-down-active.png') no-repeat right center;
	background-size: 13px 6px;
	color: #fff;
}
#contact .contact-select label.selected-value {
	display: none;
}
#contact .contact-select.selected-active label.selected-value {
	display: block;
}
#contact .contact-select.selected-active label.default-value {
	display: none;
}
#contact .contact-select .default-select {
	display: none;
}
#contact .contact-select.selected-active .default-select {
	display: block;
}
#contact .select-box {
	display: none;
	position: absolute;
	overflow-y: scroll;
	overflow-x: hidden;
	max-height: 250px;
	background: #484848;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	margin: 0 0 0 0;
	z-index: 9999;
	top: 47px;
	width: 100%;
}
#contact .select-box a {
	display: block;
	color: #fff;
	text-align: left;
	padding: 12px;
	font-size: 12px;
	line-height: 19px;
	border-bottom: solid 3px #666666;
	margin: 0;
	text-transform: none;
	font-weight: 300;
}
#contact .select-box a:hover {
	background: #666666;
	display: block;
	color: #fff;
	text-align: left;
	padding: 12px;
	border-bottom: solid 3px #666666;
}
#contact .contact-bottom-input {
	display: inline-block;
	margin: 0 0 52px 0;
	text-align: left;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: solid 3px #666666;
	padding: 13px 0 13px 0;
	background: none;
	outline: none;
	width: 100%;
}
#contact .contact-bottom-input:focus {
	border-bottom: solid 3px #ffffff;
}
#contact .send, #contact .reset {
	display: inline-block;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	border-top: solid 3px #666666;
	border-bottom: solid 3px #666666;
	border-left: none;
	border-right: none;
	letter-spacing: 3px;
	padding: 20px 35px;
	font-size: 14px;
	text-transform: uppercase;
	cursor: pointer;
	background: none;
	margin: 30px 35px 0 0;
}
#contact .send:hover, #contact .reset:hover {
	border-top: solid 3px #fff;
	border-bottom: solid 3px #fff;
}
#contact .send:focus, #contact .reset:focus {
	outline: none;
}
#contact .contact-links {
	margin: 40px 0 30px 0;
	max-width: 300px;
	letter-spacing: 1px;
}
#contact a, #contact .phone {
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	padding: 0 0 0 50px;
	display: inline-block;
	margin: 20px 0;
	min-height: 23px;
	line-height: 23px;
	transition:.3s;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
}
#contact .phone a {
	margin: 0;
	padding: 0;
}
#contact input {
	font-family: 'Open Sans', sans-serif;
}
#contact a.mail {
	background: url('../images/icon-contact-mail.png') no-repeat left center;
	background-size: 32px 23px;
}
#contact a.mail:hover {
	background: url('../images/icon-contact-mail-white.png') no-repeat left center;
	background-size: 32px 23px;
}
#contact .phone {
	background: url('../images/icon-contact-phone.png') no-repeat 5px center;
	background-size: 23px 23px;
}
#contact .phone:hover {
	background: url('../images/icon-contact-phone-white.png') no-repeat 5px center;
	background-size: 23px 23px;
}
#contact a.pin {
	background: url('../images/icon-contact-pin.png') no-repeat left center;
	background-size: 28px 34px;
	line-height:34px;
}
#contact a.pin:hover {
	background: url('../images/icon-contact-pin-white.png') no-repeat left center;
	background-size: 28px 34px;
}
.contact-memo{
	text-decoration:italic;
	font-size: 12px;	
}

.success-message {
	display: block;
	text-align: left;
	font-size: 15pxx;
	color: #fff;
	margin: 20px 20px 20px 0;
	letter-spacing: 1px;
}
.submit-sending {
	font-size: 13px;
	color: #007881;
	margin: 35px 38px 35px 0;
	padding: 14px 66px 14px 16px;
	text-transform: uppercase;
	background: url('../images/ajax-loader.gif') no-repeat 100px center;
	border: none;
	font-weight: bold;
	display: none;
}
.submit-invalid {
	font-size: 15px;
	letter-spacing: 1px;
	color: #007881;
	margin: 0;
	border: none;
	font-weight: 300;
	display: none;
}
#contact-form input {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
#connect #social {
	background: #333;
	position: relative;
}

/*
#social .social-card {
	height: 400px;
}
.sbtn {
	border: none;
	background: none;
	cursor: pointer;
	padding: 125px 0;
	display: inline-block;
	margin: 0;
	text-transform: uppercase;
	font-weight: 700;
	outline: none;
	position: relative;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	transition: all 0.8s;
	background: #999;
	color: #fff;
	width: 100%;
	height: 400px;
	line-height: 28px;
	font-size: 28px;
	letter-spacing: 2px;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}
.sbtn:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	transition: all 0.8s;
}
.sbtn:hover {
	background: #007881;
}
.sbtn:active {
	background: #9053a9;
}
.sbtn span {
	display: inline-block;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.8s;
	-webkit-backface-visibility: hidden;
	-moz-transition: all 0.8s;
	-moz-backface-visibility: hidden;
	transition: all 0.8s;
	backface-visibility: hidden;
}
.sbtn-fb span {
	background: url('../images/icon-social-fb.png') no-repeat center center;
}
.sbtn-twitter span {
	background: url('../images/icon-social-twitter.png') no-repeat center center;
}
.sbtn-instagram span {
	background: url('../images/icon-social-instagram.png') no-repeat center center;
}
.sbtn-houzz span {
	background: url('../images/icon-social-houzz.png') no-repeat center center;
}
.sbtn-fb {
	background: 
}
.sbtn-twitter {
	background: #8d8c8c;
}
.sbtn-instagram {
	background: #868686;
}
.sbtn-houzz {
	background: #7b7b7b;
}
*/

/* Branded Social Colors 

.sbtn-fb {
	background: #3B5998;
}
.sbtn-twitter {
	background: #00acee;
}
.sbtn-instagram {
	background: #3f729b;
}
.sbtn-houzz {
	background: #73ba37;
}
*/

/*
.sbtn:active:before {
	color: #703b87;
}
.sbtn:hover span {
	-webkit-transform: translateY(300%);
	-moz-transform: translateY(300%);
	-ms-transform: translateY(300%);
	transform: translateY(300%);
}
.sbtn:before {
	position: absolute;
	height: 100%;
	width: 100%;
	line-height: 2.5;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	left: 0;
	top: -100%;
}
.sbtn:hover:before {
	top: 0;
	bottom: 0;
	margin: 160px 0 0 0;
}
.sbtn:before {
	content: attr(data-content);
	//content: url(..../images/icon-social-twitter.png) "facebook.com/contact" ;
}
.sbtn-container {
	position: relative;
}
.sbtn-top {
	position: absolute;
	display: none;
	top: 200px;
	left: 50%;
	z-index: 1;
	font-size: 20px;
	line-height: 20px;
	letter-spacing: 1px;
}
*/

@media (max-width: 1200px) {
	#connect .grid_6 {
		margin: 0;
		width: 50%;
	}
	#connect #contact, #connect #social {
		width: 100%;
		margin: 0;
	}
}
@media (max-width: 699px) {
	#contact .contact-top-input {
		width: 100%;
		margin: 0 0 20px 0;
	}
	#contact .contact-select {
		width: 100%;
		margin: 0 0 20px 0;
	}
}
@media (max-width: 600px) {
	#connect #contact {
		padding: 50px 20px;
	}
	#connect .grid_6 {
		margin: 0;
		width: 100%;
	}
}
@media (max-width: 490px) {
	#contact .send, #contact .reset { 
		padding: 3% 5%;
		margin: 3% 5%;
	}
	#contact .send {
		margin-left: 0 !important;
	}
}




/* Tablet */
@media screen and (max-width: 1024px) {
.slide-section {
	width: 100%;
}
#decorative {
	display:none;
}
.content {
	text-align:center;
	width:100%;
}

}



/* Mobile */
@media screen and (max-width: 480px) {

}

#footer {
	background: #fff;
	color: #999999;
	font-size: 12px;
	text-transform: uppercase;
	padding: 20px 0;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1px;
}
#footer .left {
	text-align: left;
	padding: 0 40px;
}
#footer .right {
	text-align: right;
	padding: 0 40px;
}
#footer .right a {
	color: #007881;
}
#footer .right a:hover {
	color: #353535;
}

/*google map*/
.google-map {
	border:0;
	width:100%;
	height:100%;
}
/* Mobile */
@media screen and (max-width: 900px) {
	.google-map {
		width:100%;
	}
}




/* Not Found */ 

#accueil.error1 {
	background: #fff url('../images/error-bg.jpg') no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	padding: 0;
}
#accueil.error1 .on-center {
	height: 140px;
}
@media (max-width: 480px) {
	#accueil.error1 {
		background: #fff url('../images/error-bg.jpg') no-repeat 50% 0;
		background-size: cover;
		-webkit-background-size: cover;
		-o-background-size: cover;
		-moz-background-size: cover;
	}
}




/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('/fonts/fontawesome-webfont.eot?v=4.0.3');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.2857142857142858em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.142857142857143em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.142857142857143em;
  width: 2.142857142857143em;
  top: 0.14285714285714285em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571428572em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-asc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-desc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-reply-all:before {
  content: "\f122";
}
.fa-mail-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
