/******************************/
/** Eurisconsult             **/
/** CSS by Jonas Thiry       **/
/** http://www.jonasthiry.be **/
/** Copyright - 2013         **/
/******************************/

/* ==========================================================================
   RESET CSS
   ========================================================================== */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ==========================================================================
   FONTS
   ========================================================================== */

@font-face {
    font-family: 'ProximaNovaLight';
    src: url('../fonts/proximanova-light-webfont.eot');
    src: url('../fonts/proximanova-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/proximanova-light-webfont.woff') format('woff'),
         url('../fonts/proximanova-light-webfont.ttf') format('truetype'),
         url('../fonts/proximanova-light-webfont.svg#proxima_nova_condensedlight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNovaCondLight';
    src: url('../fonts/proximanovacond-light-webfont.eot');
    src: url('../fonts/proximanovacond-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/proximanovacond-light-webfont.woff') format('woff'),
         url('../fonts/proximanovacond-light-webfont.ttf') format('truetype'),
         url('../fonts/proximanovacond-light-webfont.svg#proxima_nova_condensedlight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNovaRegular';
    src: url('../fonts/proximanova-regular-webfont.eot');
    src: url('../fonts/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/proximanova-regular-webfont.woff') format('woff'),
         url('../fonts/proximanova-regular-webfont.ttf') format('truetype'),
         url('../fonts/proximanova-regular-webfont.svg#proxima_nova_cn_rgregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNovaCondRegular';
    src: url('../fonts/proximanovacond-regular-webfont.eot');
    src: url('../fonts/proximanovacond-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/proximanovacond-regular-webfont.woff') format('woff'),
         url('../fonts/proximanovacond-regular-webfont.ttf') format('truetype'),
         url('../fonts/proximanovacond-regular-webfont.svg#proxima_nova_cn_rgregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNovaCondBold';
    src: url('../fonts/proximanovacond-semibold-webfont.eot');
    src: url('../fonts/proximanovacond-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/proximanovacond-semibold-webfont.woff') format('woff'),
         url('../fonts/proximanovacond-semibold-webfont.ttf') format('truetype'),
         url('../fonts/proximanovacond-semibold-webfont.svg#proxima_nova_condensedSBd') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* ==========================================================================
   BODY
   ========================================================================== */

html {
	-webkit-font-smoothing: antialiased;
}

body {
	font-family: 'ProximaNovaCondLight', sans serif;
	font-size: 17px;
	color: #646464;
	background: #FFFFFF;
    padding: 0 0 14px 0;
}

.wrap {
	max-width: 980px;
	min-width: 292px;
	margin: auto;
	position: relative;
}

strong {
	font-weight: bold;
}

.center {
	text-align: center;
}

::selection {
	color: #FFFFFF;
	background: #9CB712;
	text-shadow: 1px 1px 0px #7F930E;
}

::-moz-selection {
	color: #FFFFFF;
	background: #9CB712;
	text-shadow: 1px 1px 0px #7F930E;
}

/* ==========================================================================
   CSS3 TRANSITIONS & SHADOWS
   ========================================================================== */

nav li a,
#tabs-content a,
.form #submit {
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
}

#tabs li {
	-webkit-transition: background 0.1s ease-out;
	-moz-transition: background 0.1s ease-out;
	-o-transition: background 0.1s ease-out;
	transition: background 0.1s ease-out;
}

.more {
   -webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

#slideVision {
   -webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.shadow1 {
	box-shadow: 		inset 0px 0px 20px rgba(0,0,0,0.1);
	-moz-box-shadow: 	inset 0px 0px 20px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0px 0px 20px rgba(0,0,0,0.1);
}

.shadow2 {
	box-shadow: 		0px 0px 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 	0px 0px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
}

/* ==========================================================================
   LINKS
   ========================================================================== */

#tabs-content a:link,
#tabs-content a:visited {
	text-decoration: none;
	color: #9cb712;
}

#tabs-content a:hover,
#tabs-content a:focus {
	color: #5a6a0a;
}

.tiny-default a, .team-social a {
	color: #9cb712;
	font-weight: 600;
}
.tiny-default a:hover, .team-social a:hover {
	color: #646464;
}

/* ==========================================================================
   STRUCTURE
   ========================================================================== */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.col-320 {
	width: 320px;
	margin: 10px 0 10px 10px;
	float: left;
}

.col-640 {
	width: 640px;
	margin: 10px 10px 10px 0;
	float: left;
}

aside {
	width: 320px;
	float: right;
	margin: 10px;
}

/* ==========================================================================
   BLOCS
   ========================================================================== */

.bloc {
	width: 300px;
	height: 250px;
	background: #353133;
	float: left;
	margin: 10px;
}

.bloc h2 {
	line-height: 40px;
	background-color: #272424;
	background-repeat: no-repeat;
	background-position: 0 0;
	font-family: 'OswaldLight', Arial, sans-serif;
	font-size: 16px;
	padding-left: 45px;
	text-transform: uppercase;
}

/* ==========================================================================
   FORMS
   ========================================================================== */

.form {
	width: 460px;
	margin: 40px auto;
}

.form h1 {
	text-align: center;
	padding: 15px 0 25px;
}

.form {
	padding-bottom: 10px !important;
}

.form input {
	height: 40px;
	padding: 10px 15px;
	line-height: 20px;
}

.form textarea {
	height: 240px;
	padding: 15px;
	line-height: 24px;
	resize: vertical;
}

.form input,
.form textarea {
	width: 100%;
	border: none;
	margin-bottom: 20px;
	background: #f0f0f0;
	color: #646464;
	font-size: 17px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
    font-family: 'ProximaNovaCondLight';
}

.form #submit {
	background: #FFFFFF;
	color: #9cb712;
	border: 1px solid #9cb712;
	cursor: pointer;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.form #submit:hover {
	background: #9cb712;
	color: #FFFFFF;
}

.form input:focus,
.form textarea:focus,
.form input:hover,
.form textarea:hover {
	outline:none;
}

.form ::-webkit-input-placeholder {
	opacity: 1;
    color: #646464;
}

.form :-moz-placeholder {
	opacity: 1;
    color: #646464;
}

.form ::-moz-placeholder {
	opacity: 1;
    color: #646464;
}

.form :-ms-input-placeholder {
	opacity: 1;
    color: #646464;
}

/* FORM ERRORS */
.form .error {
	background: #ffd6d6;
}

.form .error-form {
	color: #e93434;
	text-align: center;
	margin-bottom: 20px;
}

@media screen and (max-width: 488px) {

.form {
	width: 100%;
}

}

/* ==========================================================================
   ALERT BOX
   ========================================================================== */

.msg-error {
	background: #F2DEDE;
	color: #B94A48;
}

.msg-warning {
	background: #3C3939;
	color: #A5A3A3;
}

.msg-success {
	background: #DFF0D8;
	color: #468847;
}

.msg-error,
.msg-warning,
.msg-success {
	display: block;
	margin: 20px 0;
	padding: 15px;
	font-size: 14px;
	line-height: 20px;
}

.msg span:first-child {
	margin-top: 0;
}

/* ==========================================================================
   TITLES
   ========================================================================== */

.title1 {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin: auto;
	font-size: 40px;
	text-align: center;
	color: #646464;
	font-family: 'ProximaNovaLight', sans serif;
	margin-top: 20px;
	background-image: url(../images/title1-border.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 15px;
	width: 726px;
}

.title2 {
	font-family: 'ProximaNovaCondRegular', sans serif;
	font-size: 28px;
	text-transform: uppercase;
	color: #9cb712;
	background-image: url(../images/title2-border.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 1px;
}

.title3 {
	font-family: 'ProximaNovaRegular', sans serif;
	font-size: 28px;
	text-transform: uppercase;
	color: #9cb712;
	background-image: url(../images/title2-border.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 1px;
	margin-top: 35px;
}

.title4 {
	font-family: 'ProximaNovaLight', sans serif;
	font-style: italic;
	text-align: center;
	font-size: 28px;
	line-height: 40px;
	background-color: #f3f3f3;
	margin: 30px 0;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

/* ==========================================================================
   HEADER
   ========================================================================== */

header {
	background-color: #9cb712;
	min-height: 206px;
	border-bottom: 7px solid #ebebeb;
}

header.fixed {
	position: fixed;
	left: 14px;
	right: 14px;
	top: 14px;
}

header .wrap {
	background-image: url(../images/header-bg.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}

#logo {
	display: block;
	width: 206px;
	height: 206px;
	background-image: url(../images/euris-logo.png);
	background-repeat: no-repeat;
}

nav {
	position: absolute;
	right: 0;
	bottom: 0;
	height: 30px;
}

nav ul {
	
}

nav li {
	float: left;
	padding: 0 14px;
	background-image: url(../images/nav-border.png);
	background-repeat: no-repeat;
	background-position: right 4px;
}

nav a {
	display: block;
	font-size: 22px;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 24px;
	height: 24px;
	padding-bottom: 2px;
}

nav li.active a,
nav li:hover a {
	border-bottom: 4px solid #ebebeb;
}

/* RESPONSIVE MENU */

@media screen and (max-width: 980px) {

nav {
	position: relative;
	bottom: auto;
	height: auto;
}

nav ul {
	float: none;
	margin: 0;
	display: none;
	
}

nav li {
	float: none;
	background: none;
	position: relative;
	z-index: 1;
	border-top: 1px solid #EBEBEB;
	text-align: center;
	padding: 0;
}

nav a {
	line-height: 50px;
	height: auto;
	margin: 0;
	display: block;
	font-size: 20px;
	border: none !important;
}

nav li.active a,
nav li:hover a {
	background-color: #EBEBEB;
	color: #646464;
}

.icon-nav {
	display: block;
	width: 39px;
	height: 39px;
	background: url(../images/icon-nav.png) no-repeat;
	position: absolute;
	top: 121px;
	right: 4px;
	cursor: pointer;
}

}

/* ==========================================================================
   MAIN
   ========================================================================== */

#main {    
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 40px;
	background-color: #ffffff;
}

#main.fixed {
	position: fixed;
	z-index: 8;
	top: 228px;
	right: 0;
	left: 0;
}

.more {
	font-family: 'ProximaNovaCondRegular', sans serif;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	line-height: 27px;
	color: #9cb712;
	border: 1px solid #9cb712;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
	padding: 0 10px;
	margin-top: 5px;
	background-image: url(../images/more-bg.png);
	background-repeat: no-repeat;
	background-position: 0 -36px;
	font-weight: 400 !important;
}

.more:hover {
	color: #FFFFFF !important;
	background-position: 0 0;
}

#home {
	margin-top: 40px;
	background-image: url(../images/home-img.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
}

#home > div {
	width: 320px;
}

#main p {
	line-height: 24px;
	margin: 10px 0;
}

#parag1 {
	padding-top: 55px;
}

#parag2 {
	float: right;
}

#parag3 {
	margin: 55px auto 0;
}

.col50 {
	width: 50%;
	float: left;
}

.col50:first-child > div {
	margin-right: 20px;
}

.col50:last-child > div {
	margin-left: 20px;
}


@media screen and (min-width: 600px) {
	.col50-md-l {
		float: left !important;	
		margin-bottom: 2em;
	}
	.col50-md-l:first-child > div {
		margin-right: 20px !important;
	}
	
	.col50-md-r {
		float: right !important;
		margin-bottom: 2em;
	}
	.col50-md-r:first-child > div {
		margin-left: 20px !important;
	}
}


@media screen and (max-width: 600px) {
	.col50-sm-l {
		float: left !important;		
	}
	.col50-sm-r {
		float: right !important;
	}
}




#main .col50 p {
	font-size: 18px;
	line-height: 29px;
}

.col33 {
	width: 33.333333%;
	float: left;
	text-align: center;
}

.col33 > div {
	padding: 20px 0;
	border: 1px solid #e3e3e3;
}

.col33:nth-child(3n-1) > div {
	border-left: none;
	border-right: none;
}

.col33 p {
	text-transform: uppercase;
	font-size: 22px;
}

.col33 a {
	font-size: 18px;
	padding: 4px 20px 2px;
}
.col33-sm {
	width: 33.333333%;
	float: left;
	text-align: center;
}

.nbb > div {
	border-bottom: none;
}

.mt15 {
	margin-top: 15px;
}

.icon-more {
	display: block;
	width: 61px;
	height: 61px;
	background-image: url(../images/icon-more.png);
	background-repeat: no-repeat;
	margin: 0 auto;
	position: absolute;
	left: 48%;
	right: 45%;
	top: 86px;
}

@media screen and (max-width: 980px) {

header {
	min-height: 164px;
}

header .wrap {
	background-size: 595px 112px;
	background-position: right -40px top;
}

#logo {
	width: 164px;
	height: 164px;
	background-size: cover;
}

.title1 {
	font-size: 35px;
}

#home {
	background-size: 200px 196px;
	background-position: center 40px;
}

.icon-more {
	width: 40px;
	height: 40px;
	background-size: cover;
	top: 107px;
}

}

@media screen and (max-width: 890px) {

#home {
	background-size: 278px 272px;
	background-position: center bottom;
	padding-bottom: 272px;
}

#home > div {
	width: auto;
}

#parag1 {
	padding-top: 0;
	margin: 0 0 40px;
}

#parag2 {
	float: none;
	margin: 0 0 40px;
}

#parag3 {
	margin: 0 0 40px;
}

.icon-more {
	width: 61px;
	height: 61px;
	background-size: auto;
	top: auto;
	bottom: 120px;
}

}

@media screen and (max-width: 754px) {

.title1 {
	width: 100%;
}

}

@media screen and (max-width: 600px) {

.title1 {
	font-size: 26px;
}

header {
	min-height: 108px;
}

#logo {
	width: 108px;
	height: 108px;
}

.icon-nav {
	top: 65px;
}

header .wrap {
	background-size: 309px 58px;
	background-position: right -50px top;
}

.col50 {
	width: 100%;
	float: none;
}

.col50:first-child > div {
	margin-right: 0;
}

.col50:last-child > div {
	margin-left: 0;
}

.col33 {
	width: 100%;
	float: none;
}

.col33 > div {
	border: 1px solid #e3e3e3 !important;
	border-top: none !important;
}

.col33:first-child > div {
	margin-right: 0;
	border-top: 1px solid #e3e3e3 !important;
}

.col33:last-child > div {
	margin-left: 0;
}

}

#slideVision {
	display: block;
	width: 712px;
	height: 460px;
	background-image: url(../images/vision.png);
	background-repeat: no-repeat;
	margin: auto;
}

.pos1 {
	background-position: 0 0;
}

.pos2 {
	background-position: -712px 0;
}

.pos3 {
	background-position: -1424px 0;
}

#slider {
	margin: 40px auto 40px;
	position: relative;
	max-width: 632px;
	height: 20px;
	overflow: hidden;
}

#slider #progress {
	background-image: url(../images/progress-bar.png);
	background-repeat: no-repeat;
	background-position: right center;
	width: 100%;
	height: 20px;
	position: absolute;
	z-index: 3;
	right: 75%;
	top: 0;
}

#slider #bar {
	width: 100%;
	height: 12px;
	position: absolute;
	top: 4px;
	background-color: #f3f3f3;
}

#bar .bar-link {
	display: block;
	float: left;
	cursor: pointer;
	width: 25%;
	height: 12px;
	z-index: 4;
	position: relative;
}

.red {
	color: #f00935;
}

#tabs {
	margin-top: 50px;
}

#tabs li {
	display: block;
	width: 33.333333%;
	height: 280px;
	float: left;
	text-align: center;
	background-color: #d7d7d7;
	color: #FFFFFF;
	font-size: 34px;
	line-height: 42px;
	border-left: 1px solid #FFF;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
}

#tabs li:hover {
	background-color: #9cb712;
}

#tabs .active {
	background-color: #9cb712;
	height: 290px;
	margin-top: -5px;
}

#tabs li:first-child {
	border-left: none;
}

#tabs li strong {
	text-transform: uppercase;
}

#tabs i {
	display: block;
	width: 106px;
	height: 106px;
	margin: 40px auto 20px;
	background-image: url(../images/sprite-vision.png);
	background-repeat: no-repeat;
}

#tabs .i1 { background-position: 0 0; }
#tabs .i2 { background-position: 0 -106px; }
#tabs .i3 { background-position: 0 -212px; }

#tabs-content {
	border: 1px solid #e3e3e3;
	border-top: none;
	margin-top: -4px;
	padding: 25px;
	margin-bottom: 50px;
}

.tab {
	display: none;
}

@media screen and (max-width: 850px) {

#tabs li {
	font-size: 25px;
	line-height: 34px;
}

}

@media screen and (max-width: 650px) {

#tabs li {
	font-size: 18px;
	line-height: 28px;
	height: 240px;
}

#tabs .active {
	height: 250px;
}

#tabs i {
	width: 50px;
	height: 50px;
	background-size: 50px 150px;

}

#tabs .i1 { background-position: 0 0; }
#tabs .i2 { background-position: 0 -50px; }
#tabs .i3 { background-position: 0 -100px; }

}

@media screen and (max-width: 740px) {

#slideVision {
	width: 500px;
	height: 323px;
	background-size: 1500px 323px;
}

.pos1 {
	background-position: 0 0;
}

.pos2 {
	background-position: -500px 0;
}

.pos3 {
	background-position: -1000px 0;
}

.title4 {
	margin: 30px 10px;
}

}

@media screen and (max-width: 652px) {

#slider {
	margin: 40px 10px;
}

}

@media screen and (max-width: 550px) {

#slideVision {
	width: 300px;
	height: 194px;
	background-size: 900px 194px;
}

.pos1 {
	background-position: 0 0;
}

.pos2 {
	background-position: -300px 0;
}

.pos3 {
	background-position: -600px 0;
}

}

.centerDiv {
	margin: 40px 0;
	color: red;
	text-align: center;
}

.list-pictos {
	list-style: none !important;
	color: #9cb900;
	
}
.picto-arrow, .picto-world, .picto-money {
	max-height: 40px;
}

.picto-arrow {
	
} 
.picto-world {
	
}
.picto-money {
	
}
.text-uppercase {
	text-transform: uppercase;
}
.font-weight-bold {
    font-weight: 600;
}


/* ==========================================================================
   DETAIL
   ========================================================================== */

.back {
	float: right;
	height: 34px;
	line-height: 34px;
	padding: 0 20px;
	font-size: 18px;
}

.detail {
	padding-top: 20px;
}

article .photo {
	float: left;
}

article .content {
	margin-left: 280px;
}

article .title3 {
	margin-top: 0;
	padding-top: 50px;
}

article h2 {
	font-style: italic;
    font-family: 'ProximaNovaCondBold';
    margin: 10px 0 35px;
    line-height: 24px;
}

article p {
	line-height: 29px !important;
    font-family: 'ProximaNovaCondLight';
    margin: 35px 0 !important;
}

.download {
	height: 34px;
	line-height: 34px;
	padding: 0 20px 0 40px;
	background-image: url(../images/icon-download.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	font-size: 18px;
}

.download:hover {
	background-position: 0 -34px;
	background-color: #9cb712;
	color: #FFFFFF;
}

@media screen and (max-width: 600px) {

article .photo {
	float: none;
	margin-top: 30px;
	text-align: center;
}

article .content {
	margin-left: 0;
}

article .title3 {
	padding-top: 30px;
}

}

/* ==========================================================================
   FOOTER
   ========================================================================== */

#map_canvas {
	height: 296px;
	border-top: 4px solid #9cb712;
}

#map_canvas.fixed {
	margin-top: 2850px;
	position: relative;
	z-index: 10;
}

#map_canvas img {
	max-width: none;
}

#box {
	margin-top: 25px;
	width: 240px;
	height: 240px;
	position: absolute;
	z-index: 10;
	left: 55%;
}

#contact {
	width: 240px;
	height: 220px;
	padding-top: 20px;
	background-color: #FFFFFF;
	text-align: center;
	-webkit-border-radius: 120px;
	-moz-border-radius: 120px;
	border-radius: 120px;
	position: absolute;
	top: 0;
}

.no-borderradius #contact {
	background-color: transparent;
	background-image: url(../images/bg-contact.png);
	background-repeat: no-repeat;
}

#contact .address {
	font-family: 'ProximaNovaCondRegular', sans serif;
	font-size: 14px;
	line-height: 17px;
	margin-top: 10px;
}

#contact a:link,
#contact a:visited {
	color: #9cb712;
    font-family: 'ProximaNovaCondBold';
    text-decoration: none;
}

#contact a:hover {
	color: #9cb712;
}

footer {
	text-align: center;
	padding: 18px 10px 4px;
	font-size: 14px;
	line-height: 20px;
}

footer a {
	color: #646464;
	text-decoration: none;
}

/* ==========================================================================
   SCRIPTS
   ========================================================================== */

.jcarousel-wrapper {
    position: relative;
    margin-bottom: 4px;
}

/** Carousel **/

.jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    width: 200px;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.jcarousel img {
    display: block;
    max-width: 100%;
    height: auto !important;
}

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #9CB712;
    color: #fff;
    text-decoration: none;
    font: 24px/27px Arial, sans-serif;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.jcarousel-control-prev {
    left: 15px;
}

.jcarousel-control-next {
    right: 15px;
}

/** Carousel Pagination **/

.jcarousel-pagination {
    position: absolute;
    bottom: -40px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: 0;
}

.jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;

    font-size: 11px;
    height: 10px;
    width: 10px;
    line-height: 10px;

    background: #fff;
    color: #4E443C;
    border-radius: 10px;
    text-indent: -9999px;

    margin-right: 7px;


    -webkit-box-shadow: 0 0 2px #4E443C;
    -moz-box-shadow: 0 0 2px #4E443C;
    box-shadow: 0 0 2px #4E443C;
}

.jcarousel-pagination a.active {
    background: #4E443C;
    color: #fff;
    opacity: 1;

    -webkit-box-shadow: 0 0 2px #F0EFE7;
    -moz-box-shadow: 0 0 2px #F0EFE7;
    box-shadow: 0 0 2px #F0EFE7;
}


/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */

@media screen and (max-width: 980px) {



}

@media screen and (max-width: 660px) {

	footer {
		position: relative;
	}

}


/* ==========================================================================
  TEAM
   ========================================================================== */
#main p.team-function {
	font-size: 1em;
    text-transform: none;
    padding: 0 1em;
}
.team-social li {
    float: left;
    padding: 0 14px;
    width: 32%;
}
.team-box > div {
	min-height: 370px;	
}

/* ==========================================================================
  DIVERS
   ========================================================================== */
.pt-2 {
	padding-top: 2%;	
}
.pt-4 {
	padding-top: 4%;	
}
.pt-7 {
	padding-top: 7%;	
}

.pb-2 {
	padding-bottom: 2%;	
}

.mt-7 {
	margin-top: 7%;	
}
.mb-7 {
	margin-bottom: 7%;	
}
.w-50 {
	width: 50%;
}
.m-center {
	margin-left: auto;
	margin-right: auto;
	
}

.tiny-default ul, .tiny-default ol  {
    margin-left: 1em;
    margin-bottom: 0;
    list-style: disc;
    padding-left: 1em;

}

.tiny-default li  {
    padding: 0.3em 0;

}
html .tiny-default h3 {
    color: #9cb900;
    margin: 1.5em 0 0.5em;
    font-weight: 600;
}

html .tiny-default h4 {
    color: #9cb900;
    margin: 1.5em 0 0.5em;
    font-weight: 600;
}

html .tiny-default h1 {
	font-size: 1.8rem !important;
}
html .tiny-default h2 {
	font-size: 1.8rem !important;
}
html .tiny-default h3 {
	font-size: 1.6rem !important;
}
html .tiny-default h4 {
	font-size: 1.4rem !important;
}
html .tiny-default h5 {
	font-size: 1.3rem !important;
}
html .tiny-default h6 {
	font-size: 1.2rem !important;
}

.tiny-default img {
	max-width: 100%;
	border-radius: 5px;
}



/* ==========================================================================
  TIMELINE
   ========================================================================== */


.cd-container {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 10%;
  border-radius: 2px;
}
.cd-container::after {
  content: '';
  display: table;
  clear: both;
}

/* -------------------------------- 

Main components 

-------------------------------- */


#cd-timeline {
  position: relative;
  padding: 2em 0;
  margin-top: 2em;
  margin-bottom: 2em;
}
#cd-timeline::before {
  content: '';
  position: absolute;
  top: 0;
  left: 25px;
  height: 100%;
  width: 4px;
  background: #9cb714;
}
@media only screen and (min-width: 1170px) {
  #cd-timeline {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  #cd-timeline::before {
    left: 50%;
    margin-left: -2px;
  }
}

.cd-timeline-block {
  position: relative;
  margin: 2em 0;
}
.cd-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-block:first-child {
  margin-top: 0;
}
.cd-timeline-block:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-block {
    margin: 4em 0;
  }
  .cd-timeline-block:first-child {
    margin-top: 0;
  }
  .cd-timeline-block:last-child {
    margin-bottom: 0;
  }
}

.cd-timeline-img {
  position: absolute;
  top: 8px;
  left: 12px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  box-shadow: 0 0 0 4px #9cb714, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}
.cd-timeline-img {
  background: #fff;
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-img {
    width: 30px;
    height: 30px;
    left: 50%;
    margin-left: -15px;
    margin-top: 15px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }
}

.cd-timeline-content {
  position: relative;
  margin-left: 60px;
  margin-right: 30px;
  background: #9cb714;
  border-radius: 2px;
  padding: 1em;
  .timeline-content-info {
    background: #2B343A;
    padding: 5px 10px;
    color: rgba(255,255,255,0.7);
    font-size: 12px;
    box-shadow:  inset 0 2px 0 rgba(0, 0, 0, 0.08);
    border-radius: 2px;
    i {
      margin-right: 5px;
    }
    .timeline-content-info-title, .timeline-content-info-date {  
      width: calc(50% - 2px);
      display: inline-block;
    }
    @media (max-width: 500px) {
      .timeline-content-info-title, .timeline-content-info-date {  
        display: block;
        width:100%;
      } 
    }
  }
  .content-skills {
    font-size: 12px;
    padding:0;
    margin-bottom: 0;
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
    li {
      background: #40484D;
      border-radius: 2px;
      display: inline-block;
      padding: 2px 10px;
      color: rgba(255,255,255,0.7);
      margin: 3px 2px;
      text-align: center;
      flex-grow: 1;
    }
  }
}
.cd-timeline-content:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-content h2 {
  color: #fff;
  margin-top:0;
  margin-bottom: 5px;
  font-size: 1.8em;
   font-weight: 800;
}
.cd-timeline-content p, .cd-timeline-content .cd-date {
  font-size: 1.1em;
    font-weight: 700;
    color: #fff;
}
.cd-timeline-content .cd-date {
  display: inline-block;
}
.cd-timeline-content p {
  margin: 1em 0;
  line-height: 1.6;
}

.cd-timeline-content::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid #9cb714;
}

@media only screen and (min-width: 768px) {
  .cd-timeline-content h2 {
    font-size: 1.8em;
    font-weight: 800;
  }
  .cd-timeline-content p {
    font-size: 1.2em;
    font-weight: 600;
  }
  .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-content {
    color: white;
    margin-left: 0;
    padding: 1.6em;
    width: 36%;
    margin: 0 5%
  }
  .cd-timeline-content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: #9cb714;
  }
  .cd-timeline-content .cd-date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 6px;
    font-size: 16px;
    font-size: 1rem;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: #9cb714;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
    left: auto;
    right: 122%;
    text-align: right;
  }
}
