a {
	color: #3498db;
}

a, a:visited, a:focus {
	outline: none;
}

.black {
	color: #2c3e50;
}

.mini {
	font-size: 12px;
}

.header {
	background: #FFFFFF;
	text-align: center;
}

.header .logo {
	margin-top: 15px;
	text-align: left;
}

.phone-menu {
	display: none;
	padding-top: 5px;
	padding-bottom: 5px;
}

.open > .dropdown-arrow {
	margin: 0;
}

.open > .dropdown-menu {
	margin-top: 9px !important;
}

.phone-menu button {
	width: 100%;
}

.desktop-menu {
	background: none repeat scroll 0 0 #e67e22;
	height: 55px;
	margin-top: 15px;
	width: 100%;
}

.desktop-menu .navbar .nav.navbar-left > li > a {
	border: none;
}

.navbar-inverse .nav > li:first-child > a {
	border: none !important;
	font-size: 18px;
}

.navbar-inverse {
	background: #e67e22;
}

.navbar-unread, .navbar-new {
	background-color: #2c3e50;
}

.desktop-menu .navbar .nav {
	width: 100%;
}

.desktop-menu .navbar-nav > li{
	width: 33%;
}

.navbar .nav > li > a:hover,
.navbar .nav > li > a:focus {
	color: #2c3e50;
	background-color: transparent;
}

.open .dropdown-toggle.btn-inverse {
	background-color: #e67e22;
}

.navbar .nav ul a:hover {
	background-color: #e67e22;
}

.desktop-menu .navbar .nav > li > a {
	width: 100%;
	height: 55px;
}

.desktop-menu .navbar .nav ul {
	width: 100%;
}

.content {
	background: #FFFFFF;
}

.content .container {
	padding-top: 50px;
	padding-bottom: 50px;
}

.content .about {
	float: left;
	width: 66%;
}

.content .tools {
	float: right;
	width: 33%;
}

.content .aspect {
	font-weight: bold;
	font-size: 1.2em;
}

.personnel {
	background: #ecf0f1;
	color: #34495e;
	padding-bottom: 15px;
}

.personnel .jaime, .personnel .jaimepas {
	float: left;
	width: 50%;
}

.realisations {
	background: #3498db;
	color: white;
}

.documents {
	background: #2980b9;
	color: white;
}

.system-wrapper {
    float: left;
    width: 50%;
}

.drupal7-wrapper {
    float: left;
    width: 50%;
}

.realisations .container {
	padding-top: 50px;
	padding-bottom: 50px;
}

.realisations .tryptique img {
	max-height: 300px;
}

.realisations .full-realisation {
	text-align: center;
}

.web-wrapper {
	padding-top: 10px;
	padding-bottom: 10px;
}

.realisations-web  {
	text-align: center;
	margin-top: 15px;
}

.ul-realisations-web > li {
    margin-left: 5px;
}

.bx-wrapper .ul-realisations-web .bx-caption {
	width: 350px;
}

.btn-documents-wrapper {
	text-align: center;
}

.documents-wrapper {
	display: none;
}

.bx-caption a {
    color: #fff;
    font-family: "Lato",serif;
}

.env {
	font-weight: bold;
}

.title-slide {
	text-align: center;
}

.curriculum {
	background: #34495e;
	color: white;
}

.curriculum  .container {
	padding-top: 50px;
	padding-bottom: 50px;
}

.curriculum .download {
	text-align: center;
}

.curriculum .text-download {
	text-align: center;
}

.curriculum .element-container {
	width: 100%;
	display: block;
	position: relative;
	height: 500px;
}

.curriculum .experience, .curriculum .diplome {
	float: left;
	width: 50%;
	margin-top: 50px;
}

.curriculum .autresinfos {
	clear: both;
	float: left;
	margin-top: 50px;
	margin-bottom: 50px;
	width: 100%;
}

.curriculum .annee {
    font-style: italic;
    font-weight: bold;
    text-shadow: 2px 2px rgba(255, 255, 255, 0.25);
	padding-right: 10px;
}

.footer {
	background: #bdc3c7;
	color: #FFFFFF;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

.footer .container {
	padding-top: 50px;
	padding-bottom: 50px;
}

.contact-info {
	text-align: left;
	margin-bottom: 20px;
}

.footer-tryptic {
	width: 33%;
	float: left;
}

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

.mentions {
	float: left;
	width: 50%;
	font-size: 14px;
}

.follow {
	text-align: left;
}

.form {
	clear: both;
}

.ln-1 {
	min-height: 120px;
}

.form-ln2 {
	width: 100%;
}

.form-nom {
	float: left;
}

.form-email {
	float: right;
}

.form-ln1 {
	min-height: 50px;
}

.form-ln1 div {
	width: 47%;
}

.form textarea {
	width: 100%;
	resize:none;
	clear: both;
}

.mail-error, .mail-success {
	display: none;
	margin: auto auto 15px;
}

.mail-error {
	background: #c0392b;
    border-radius: 6px;
    width: 30%;
}

.mail-success {
    background: #2ECC71;
    border-radius: 6px;
    width: 30%;
}


#goforum, #gomasseto, #goappli, #goperlerie, #gobtcl {
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 2%;
	padding-right: 2%;
}

#goforum, #goappli, #gobtcl {
	background: #ecf0f1;
}

#gomasseto, #goperlerie {
	background: #fff;
}

.footer-tryptic  img {
	-webkit-transition:-webkit-transform .9s;
	-moz-transition:-moz-transform .9s;
	-o-transition:-o-transform .9s; 
	-ms-transition:-ms-transform .9s;
	transition:transform .9s;
}
 
.footer-tryptic  img:hover {
	-webkit-transform:rotate(360deg); 
	-moz-transform:rotate(360deg);
	-o-transform:rotate(360deg); 
	-ms-transform:rotate(360deg); 
	transform:rotate(360deg);
}

@media (max-width: 480px) {	

}

@media (max-width: 768px) {
	.content .tools {
		display: none;
	}
	
	.content .about {
		width: 100%;
	}
	
	.phone-menu {
		display: block;
	}
	
	.desktop-menu {
		display: none;
	}
	
	.header img {
		display: none;
	}
	
	.form-prenom {
		clear: both;
		float: left;
	}
	
	.form-ln1 div {
		width: 100%;
	}
	
	.form-ln1 {
		min-height: 120px;
	}
	
	.personnel .jaime {
		width: 100%;
		margin-bottom: 25px;
	}

	.personnel .jaimepas {
		clear: both;
		width: 100%;
	}
	
	.curriculum .diplome {
		width: 100%;
		margin-bottom: 25px;
	}

	.curriculum .experience {
		clear: both;
		width: 100%;
		margin-bottom: 25px;
	}
	
	.system-wrapper {
		clear: both;
		width: 100%;
	}
	
	.drupal7-wrapper {
		clear: both;
		width: 100%;
	}
	
	.realisations .desc {
		display: none;
	}
	
	.realisations .tryptique {
		display: none;
	}
}

.dev.element.even {
	background: #ecf0f1;
}