/*
Theme Name: Présentation
Description: <strong>Présentation : Un thème simple d'utilisation et facile à configurer créé par Plateforme WP Digital</strong> - <br /> Des nouvelles du thème sur Twitter, Facebook et Google+: <a href="https://twitter.com/plateformewp">Suivez moi sur Twitter</a> - <a href="https://www.facebook.com/plateformewpdigital">Rejoignez la page Facebook</a> - <a href="https://plus.google.com/101743421589257173603">Rejoignez la page Google+</a>
Version: 1.021
Author: Plateforme WP Digital
Author URI: http://www.plateformewpdigital.fr/
License: GNU General Public License version 2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Theme URI: http://demo.plateformewpdigital.fr/presentation
Text Domain: presentation
*/

/*********************************************************************************/
/* Basic                                                                 		 */
/*********************************************************************************/

body {
	background: #fff;
	font-size: 10px;
	overflow-scrolling: auto;
	-webkit-overflow-scrolling: touch;
}

body.is-loading * {
	-moz-transition: 	none !important;
	-webkit-transition: none !important;
	-o-transition: 		none !important;
	-ms-transition: 	none !important;
	transition: 		none !important;

	-moz-animation: 	none !important;
	-webkit-animation: 	none !important;
	-o-animation: 		none !important;
	-ms-animation: 		none !important;
	animation: 			none !important;
}

body.inLoad {
	overflow-y: hidden;
}

::-moz-selection {
	background: #444;
    color: #fff;
}

::selection {
	background: #444;
    color: #fff;
}

.loading {
	background-image: url('./images/ico_loading.gif');
	background-repeat: no-repeat;
	background-position: center center;
	bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
}

body,input,textarea,select {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	color: #888;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: 300;
	color: #666;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
	text-decoration: none;
}

h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
	color: #333;
}

h2 {
	font-size: 4rem;
	letter-spacing: -1px;
}

h3 {
	font-size: 1.7rem;
}

header {
	margin: 0 0 30px 0;
}

header > p {
	margin: 1rem 0 0 0;
	line-height: 1.5;
	font-size: 2rem;
}

footer {
	margin: 2rem 0 0 0;
}

strong, b {
	font-weight: 300;
	color: #666;
}

em {
	font-style: italic;
}

a {
	text-decoration: none;
	color: inherit;
}

a:hover
{
	color: #E27689;
	text-decoration: underline;
}

a:hover, a:focus {
    color: #3b4349;
}

sup
{
	position: relative;
	top: -0.5rem;
	font-size: 1rem;
}

hr
{
	border: 0;
	border-top: solid 1px #ddd;
}

blockquote
{
	border-left: solid 0.5rem #ddd;
	padding: 1rem 0 1rem 2rem;
	font-style: italic;
}

p, ul, ol, dl, table
{
	margin-bottom: 1rem;
	font-size: 1.3rem;
}

p {
	font-size: 1.8rem;
	font-weight: normal;
}

br.clear
{
	clear: both;
}


/* Sections/Article */

section,
article
{
	margin-bottom: 0;
}

section > :last-child,
article > :last-child,
section > .container > :last-child,
article > .container > :last-child
{
	margin-bottom: 0;
}

section:last-child,
article:last-child
{
	margin-bottom: 0;
}

.row > section,
.row > article
{
	margin-bottom: 0;
}


/* List */

ul.default {
	list-style: disc;
	padding-left: 1rem;
}

ul.default li {
	padding-left: 0.5rem;
}		

ul.icons {
	cursor: default;
}	

ul.icons li {
	display: inline-block;
}

ul.icons a
{
	display: inline-block;
	width: 2rem;
	height: 2rem;
	line-height: 2rem;
	text-align: center;
	border: 0;
}


/* Form */

form label {
	display: block;
	text-align: left;
	margin-bottom: 0.5rem;
}

form input[type="text"],
form input[type="email"],
form input[type="password"],
form select,
form textarea {
	position: relative;
	-webkit-appearance: none;
	display: block;
	border: 0;
	outline: 0;
	background: #fff;
	width: 100%;
	border: solid 1px rgba(0,0,0,0.15);
	text-transform: uppercase;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

form input[type="text"],
form input[type="email"],
form input[type="password"],
form select {
	line-height: 2.55rem;
	font-size: 1.5rem;
}

form textarea {
	min-height: 30rem;
	font-size: 1.5rem;
}

form ::-moz-focus-inner {
	border: 0;
}


/* Table */

table {
	width: 100%;
}

table.default {
	width: 100%;
	text-align: left;
}

table.default tbody tr:nth-child(2n+2) {
	background: #f4f4f4;
}

table.default td {
	padding: 0.5rem 1rem 0.5rem 1rem;
}

table.default th {
	text-align: left;
	padding: 0.5rem 1rem 0.5rem 1rem;
	color: #fff;
	background: #222729 url('images/overlay.png');
}

table.default thead {
	background: #444;
	color: #fff;
}

table.default tfoot {
	background: #eee;
}


/* Button */

input[type="button"],
input[type="submit"],
input[type="reset"],
.button {
	font-size: 1.8rem;
	padding: 10px 30px 10px 30px;
	border-width: 1px;
	border-style: solid;
	text-decoration: none;
	text-transform: uppercase;
	overflow: hidden;
	display: inline-block;
	font-weight: normal;
}

input[type="submit"] {
	padding: 10px 30px 10px 60px;
	background-color: #fff;
	cursor: pointer;
}


input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
.button:hover {
	color: #444;
	text-decoration: none;
}

.contact-submit i {
	left: 43px;
	position: relative;
	font-size: 2.2rem;
}

.contact-form {
	margin: 0 auto;
}

.contact-form .container-fluid > div {
	float: none;
	display: inline-block;
}

section#contact input[type="submit"]:hover {
	color: #fff;
	background: #444;
}

.message.erreur {
	font-size: 2rem;
	color: red;
	font-weight: bold;
	margin: 40px;
}


/*********************************************************************************/
/* Icons                                                                         */
/*********************************************************************************/

.icon {
	text-decoration: none;
}

.icon:before {
	display: inline-block;
	font-family: 'FontAwesome';
	font-size: 2.4rem;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1;

	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}

.icon > .label {
	display: none;
}


/*********************************************************************************/
/* Logo                                                                       	 */
/*********************************************************************************/

.page-head {
	background: #fff;
	border-bottom: 1px solid #eee;
	z-index: 1;
	width: 100%;
	position: fixed;
	z-index: 3;
}

.container {
	width: 970px;
}

.site-logo {
	display: inline-block;
	padding: 0 10px 0 94px;
	height: 85px;
}

.site-logo img {
	margin-top: 2px;
    max-height: 65px;
}

.site-logo h1 {
	margin: 0;
	line-height: 5.5rem;
	font-weight: bold;
}

.site-logo h1 a {
	text-decoration: none;
}

.site-logo p {
	position: relative;
	display: block;
	font-size: 1.3rem;
	color: #222629;
	line-height: 1.25rem;
}

.social-header ul {
	font-size: 4em;
}


/*********************************************************************************/
/* Navigation                                                                    */
/*********************************************************************************/

#nav {
	padding-left: 0;
	list-style: none;
	position: fixed;
	height: 100%;
	background: #222629;
	box-shadow: -1px 0 0px rgba(175,170,180,0.1);
	text-align: center;
	z-index: 99;
	margin-top: 86px;
	left: -90px;
}

#nav a:hover,
#nav a:focus,
#nav a:active {
	color: #fff;
}


#nav ul li {
	display: block;
	width: 100%;
}

#nav ul li a {
	font-size: 2rem;
	display: block;
	padding: 30px;
	position: relative;
	background: #222629;
	left: 0;
}

#nav span {
	position: absolute;
	left: -300%;
	padding: 20px 29px 29px;
	font-weight: normal;
	background: #fff;
	color: #4c4c4c;
	display: block;
	white-space: nowrap;
	z-index: -1;
	text-transform: uppercase;
}

#nav ul li a:hover span {
	position: absolute;
	top: 0;
	font-weight: normal;
	color: #fff;
	background: #222629;
	line-height: 2;
	display: block;
	white-space: nowrap;
	left: 100%;
}

#toggle {
	display: block;
	height: 45px;
	margin-left: 25px;
	margin-top: 22px;
	padding-top: 20px;
	position: fixed;
	width: 44px;
	z-index: 99;
}

#toggle span:after,
#toggle span:before {
	content: "";
	position: absolute;
	left: 0;
	top: -9px;
}
#toggle span:after{
	top: 9px;
}
#toggle span {
	position: relative;
	display: block;
}

#toggle span,
#toggle span:after,
#toggle span:before {
	background: #444;
	width: 100%;
	height: 5px;
	backface-visibility: hidden;
	border-radius: 2px;
}

/* on activation */
#toggle.on span {
	background-color: transparent;
}
#toggle.on span:before {
	transform: rotate(45deg) translate(5px, 5px);
	-moz-transform: rotate(45deg) translate(5px, 5px);
	-o-transform: rotate(45deg) translate(5px, 5px);
	-webkit-transform: rotate(45deg) translate(5px, 5px);
}
#toggle.on span:after {
	transform: rotate(-45deg) translate(7px, -8px);
	-moz-transform: rotate(-45deg) translate(7px, -8px);
	-o-transform: rotate(-45deg) translate(7px, -8px);
	-webkit-transform: rotate(-45deg) translate(7px, -8px);
}
#toggle.on + #nav {
	left: 0;
}


/*********************************************************************************/
/* Main                                                                          */
/*********************************************************************************/

#main {
	padding-top: 86px;
}

#main > section {
	margin: 0;
	overflow: hidden;
	padding: 7rem 0;
	box-shadow: inset 0 1px 0 0 rgba(0,0,0,0.5), inset 0 0.1rem 0.1rem 0 rgba(0,0,0,0.5);
	text-align: center;
	line-height: 1.2;
}

#main > section.dark a:hover {
	border-bottom-color: rgba(255,255,255,0);
}


/*********************************************************************************/
/* Intro                                                                  		 */
/*********************************************************************************/

section#intro {
	background-repeat: no-repeat;
	background-position: 50% 87px;
	background-attachment: fixed;
	padding: 4rem 0 10rem;
	margin: 0 auto;
}

section#intro header img {
	height: auto;
    max-width: 100%;
	border: 4px solid #666;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.home section#intro {
	background-position: 50% 0;
}

#intro .first {
	font-size: 4rem;
}

#competences {
	padding: 10rem 0;
}

.divider {
	height: 1px;
	margin-bottom: 10px;
}

#intro .button {
	position: relative;
	display: inline-block;
	height: 50px;
	padding: 0 40px;
	text-decoration: none;
}

#intro .button span {
	position: relative;
	text-align: center;
	top: 12px;
	width: 100%;
	margin-bottom: 50px;
	display: block;
	text-decoration: none;
}

#intro .button:hover span {
	top: -45px;
}

#intro .button span:after {
	margin-top: 36px;
	display: block;
	color: #444;
	content: attr(data-label);
}


/*********************************************************************************/
/* Presentation                                                                  */
/*********************************************************************************/

section#about {
	padding: 10rem 0;
	background-position: 50% 0;
}

#presentation p {
	text-align: justify;
}

#presentation .button {
	float: right;
}			

#presentation img {
	margin-bottom: 15px;
}
.presentation_texte .button{
	float: right;
}

.presentation_image {
	width: 33.3333333%;
	padding-left: 0px; 
	float:left;
}

.presentation_image img {
	border:2px;
	border-style: solid;
	border-color:#eee;
}


/*********************************************************************************/
/* Quote                                                                         */
/*********************************************************************************/

section#quotes {
	color: white;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	background-position: 50% 0;
}

.quotes {
	background-size: cover;
	background-position: center center;
}

.sr_quote {
	padding-top: 100px;
	padding-bottom: 100px;
}

.sr_quote a {
	text-decoration: underline;
}

.sr_quote .fa {
	font-size: 5.2rem;
	margin: 0 6px;
}

.sr_quote p {
	font-size: 5.2rem;
	color: #444;
	text-align: center;
	font-weight: bold;
	margin-bottom: 0.5rem;
	display: inline;
}

.sr_quote-author {
	width: auto;
	font-size: 4.2rem;
	position: relative;
	margin-top: 10px;
	font-weight: bold;
	text-align: center;
	color: #444;
}


/*********************************************************************************/
/* Portfolio                                                                     */
/*********************************************************************************/

section#portfolio {
	background-position: 50% 0;
}

#portfolio  p {
	text-align: justify;
	margin: 1%;
	text-align: center;
}

#portfolio .portfolio-wrapper img{
	height: auto;
    max-width: 100%;
}

#filters {
	text-align: center;
	width: 100%;
}

#filters li {
	display: inline-block;
	padding: 5px;
}

#portfolio #filters .active,
#portfolio #filters .active:hover {
	color: #444;
	background: #fff;
}

#filters span {
	cursor: pointer;
	color: #fff;
	background: #444;
	display: block;
	text-transform: uppercase;
	padding: 10px;
	font-size: 1.8rem;
    font-weight: normal;
	border-width: 1px;
	border-style: solid;
	text-decoration: none;
	text-transform: uppercase;
}

#filters span:hover {
	color: #444;
	background: #fff;
}

#filters {
	margin:1%;
	padding:0;
	list-style:none;
}

#portfoliolist {
	position: relative;
}

#portfoliolist .portfolio {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	padding: 1%;
	display:none;
	overflow:hidden;
}

.portfolio-wrapper {
	height: 100%;
	overflow:hidden;
	position: relative;
	background: #f2f2f2;
}

.portfolio-wrapper .fa-picture-o {
	font-size: 8rem;
	position: relative;
	top: 30px;
}

.portfolio img {
	position: relative;
}

.portfolio-wrapper:hover img {
	-webkit-transform:scale(1.10);
	-moz-transform:scale(1.10);
	-ms-transform:scale(1.10);
	-o-transform:scale(1.10);
	transform:scale(1.10);
}

.portfolio .label {
	opacity: 0;
	padding: 0;
	position: absolute;
	width: 100%;
	height: 60%;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.portfolio .label-bg {
	background: rgba(0,0,0, 0.5);
	width: 100%;
	height:100%;
	position: absolute;
	top:0;
	left:0;
}

.portfolio .label-text {
	color:#fff;
	position: relative;
	z-index:500;
	top: 100px;
}

.portfolio:hover .label-text {
	top: 0;
}

.portfolio .label-text .zoom:after {
	color: #fff;
	font-family: 'FontAwesome';
	content: "\f00e";
	font-size: 3.6rem;
    font-weight: 100;
	padding: 5px 7px;
	text-decoration: none;
	display: inline-block;
	margin-top: 6px;

	border-radius: 			2px;
	-moz-border-radius: 	2px;
	-webkit-border-radius: 	2px;
}

.portfolio .label-text .zoom {
	left: 0;
    position: absolute;
    text-decoration: none;
    top: 5px;
    width: 100%;
}

.portfolio .label-text h2 {
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	margin: 5px auto 0;
	overflow: hidden;
	text-overflow: ellipsis;
	text-transform: uppercase;
	white-space: nowrap;
	width: 100%;
}

.portfolio .text-category {
	display:block;
	font-size:1rem;
}

.modal-dialog {
	margin: 50px auto;
}

.modal-footer {
	font-size: 1.6rem;
	text-align: left;
}

/*********************************************************************************/
/* Experiences                                                                   */
/*********************************************************************************/

section#experience {
	background-position: 50% 0;
}

.timeline {
	padding: 30px 0 42px;
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	-moz-animation-name: 	fadeInUp;
	-o-animation-name: 		fadeInUp;
	animation-name: 		fadeInUp;
}

.timeline .bubble {
	margin: 0 30px 0 0;
	padding: 22px 32px 25px 30px;
	position: relative;
	border: 1px solid #151d2a;
	padding: 15px;
}

.timeline .bubble p {
	font-size: 1.4rem;
	line-height: 1.3;
	font-weight: 400;
	color: #222629;
	text-align: justify;
	margin: 0 0 15px;
}

.timeline .name {
	font-size: 2.2rem;
	font-weight: 700;
	margin: 0;
	text-align: left;
}

.timeline .bubble .title {
	text-align: left;
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0;
	text-transform: uppercase;
	font-style: italic;
}

.timeline .bubble .date {
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0;
	text-transform: uppercase;
	font-style: italic;
	margin-bottom: 10px;
}


/*********************************************************************************/
/* Competences                                                                   */
/*********************************************************************************/

section#competences {
	background-attachment: fixed;
	background-position: 50% 0;
}

#stats .circle-container {
	text-align: center;
}

#stats .row {
  display: block;
}

.circle-container {
  display: block;
  margin-bottom: 45px;
}

.circle-container h3 {
	display: block;
	text-align: center;
	font-size: 2.7rem;
	font-weight: bold;
	color: #444;
	text-shadow: 1px 2px 0 #444;
}

.circliful {
    position: relative;
    margin: 0 auto;
}

.circle-text, .circle-info, .circle-text-half, .circle-info-half {
    width: 100%;
    position: absolute;
    text-align: center;
    display: inline-block;
	color: #444;
	font-weight: bold;
	text-shadow: 1px 2px 0 #444;
}

.circle-info, .circle-info-half {
	color: #999;
}

.circliful .fa {
	margin: -10px 3px 0 3px;
	position: relative;
	bottom: 4px;
}


/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/

#footer {
	text-align: center;
	background-color: #222629;
	padding: 3rem 0 2rem 0;
	box-shadow: inset 0 1px 0 0 rgba(0,0,0,0.05), inset 0 0.1rem 0.1rem 0 rgba(0,0,0,0.025);
	font-size: 1rem;
}

#footer .copyright {
	cursor: default;
	margin: 0;
}

#footer .copyright li {
	display: inline-block;
	line-height: 1rem;
	border-left: solid 1px rgba(128,128,128,0.35);
	padding: 0 0 0 0.5rem;
	margin: 0 0 0 0.5rem;
}

#footer .copyright li:first-child {
	border-left: 0;
	padding-left: 0;
	margin-left: 0;
}

#footer .icon:before {
	font-size: 2rem;
}

.logo-footer {
	width: 100%
}

.logo-footer p {
	margin-bottom: 0.3rem;
	font-size: 1.5rem;
}

#backtop {
	position: fixed;
	right: 0;
	bottom: 0;
	margin-right: 50px;
	margin-bottom: 35px;
	z-index: 9998;
}

#backtop a {
	float: right;
	color: #ffffff;
	background: #444;
	width: 50px;
	height: 50px;
	display: block;

	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
}

.fa-chevron-up {
	padding-top: 14px;
	font-size: 2.2rem;
}

#footer .copyright li {
	display: block;
	line-height: 1.25rem;
	border: 0;
	padding: 0;
	margin: 1rem 0 0 0;
}

#footer .copyright li:first-child {
	margin-top: 0;
}


/*********************************************************************************/
/* Transition                                                                    */
/*********************************************************************************/
input[type="button"],
input[type="submit"],
input[type="reset"],
.button,
#intro .button span,
.portfolio .label-text,
form input[type="text"],
form input[type="email"],
form input[type="password"],
form select,
form textarea,
ul.icons a,
#nav ul li a,
#nav span,
#nav ul li a:hover span,
.portfolio img,
#filters span,
#toggle span,
#toggle span:after,
#toggle span:before,
#backtop a {
	-webkit-transition: all 0.3s ease;
	-moz-transition: 	all 0.3s ease;
	-o-transition: 		all 0.3s ease;
	-ms-transition: 	all 0.3s ease;
	transition: 		all 0.3s ease;
}

.portfolio .label-text .zoom {
	-webkit-transition: all 1s ease;
	-moz-transition: 	all 1s ease;
	-o-transition: 		all 1s ease;
	transition: 		all 1s ease;
}

.timeline .bubble {
	-moz-transition: 	all .2s linear,1s;
	-o-transition: 		all .2s linear,1s;
	-ms-transition: 	all .2s linear,1s;
	transition: 		all .2s linear,1s;
}

#nav {
	-webkit-transition: 0.3s right;
	-moz-transition: 0.3s right;
	transition: 0.3s right;
	-moz-transition: 0.25s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

/************
**** MAP ****
*************/ 
#map{
	margin-bottom:-13px:;
}

.leaflet-control-attribution a{
    display: none;
}

/*404*/
.error-template {padding: 40px 15px;text-align: center;}
.error-actions {margin-top:15px;margin-bottom:15px;}
.error-actions .btn { margin-right:10px; }

/*********************************************************************************/
/* Responsive                                                                    */
/*********************************************************************************/

@media only screen and (min-width: 980px) {
	.circle-container {
		min-height: 330px;
	}
}

@media only screen and (max-width: 768px) {
	.timeline .bubble {
		margin: 0 auto;
	}
}

/* #Tablet (Portrait) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.container {
		width: 768px; 
	}
}

/*  #Mobile (Portrait) - Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {
	.container { 
		width: 95%; 
	}
	
	#portfoliolist .portfolio {
		width:48%;
		margin:1%;
	}		

	#ads {
		display:none;
	}
	
}

@media only screen and (max-width: 480px) {
	
	#portfoliolist .portfolio {
		width:98%;
	}
	.site-logo img {
    	width: 100%;
	}
	#intro .button span:after {
		display: none;
	}
	#intro .button span {
    	margin-bottom: 26px;
    }
    section#intro,
    section#about,
    section#citation,
    section#portfolio,
    section#competences,
    section#experience,
    section#contact {
		background-attachment: inherit;
	}
}

/* #Mobile (Landscape) - Note: Design for a width of 480px */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.container {
		width: 70%;
	}
	
	#ads {
		display:none;
	}
	
}