@import url(http://fonts.googleapis.com/css?family=Oxygen:300,400,700);

@font-face {
  font-family: "cv-gh";
  src:url("../fonts/cv-gh.eot");
  src:url("../fonts/cv-gh.eot?#iefix") format("embedded-opentype"),
    url("../fonts/cv-gh.woff") format("woff"),
    url("../fonts/cv-gh.ttf") format("truetype"),
    url("../fonts/cv-gh.svg#cv-gh") format("svg");
  font-weight: normal;
  font-style: normal;

}

*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

body {
	background: #ddd;
	color: #5a5350;
	font-weight: 300;
	font-family: 'Oxygen', Calibri, Arial, sans-serif;
	overflow-y: scroll;
	overflow-x: hidden;
}

a {
	text-decoration: none;
	color: #79B89D;
	outline: none;
}

a:hover, a:focus {
	color: #047E82;
	outline: none;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
	display: table;
	content: " ";
}

.clearfix:after {
	clear: both;
}

ul
{
    list-style-type:none;
    padding-left:0;
    margin-left: 2%;
    margin-right: 2%;
}

li
{
    padding-bottom:0.5em;
    padding-left: 2em;
    background-image: url(../images/right-arrow.svg);
    background-size:1.5em;
    background-repeat: no-repeat;
    background-position:left top;
}

li ul
{
	list-style-type:square; 
}

li li
{
    padding-bottom:0.5em;
    padding-left: 0;
    background: none;
}

.header {
	font-family: 'Lato', Arial, sans-serif;
}

.header {
	padding: 0.5em 8em 0.5em 1em;
	text-align: left;
}

.header h1 {
	margin: 0;
	font-weight: 300;
	font-size: 2.625em;
	line-height: 1.3;
}

.header span {
	display: block;
	padding: 0 0 0.6em 0.1em;
	font-size: 60%;
	color: #aca89a;
}

h2 {
	margin-top: 0;
}

button,.button-a {
	border: none;
	padding: 0.6em 1.2em;
	background: #79B89D;
	color: #fff;
	font-family: 'Lato', Calibri, Arial, sans-serif;
	font-size: 1.75em;
	letter-spacing: 1px;
	text-transform: uppercase;
	cursor: pointer;
	display: inline-block;
	margin: 0.3em;
	border-radius: 2px;
	font-weight: 400;
	outline: none;
}

button.small, .button-a.small
{
	font-size: 0.75em;
	padding: 0.2em 0.2em;
	margin:0 0.5em;
}

button:hover,.button-a:hover
button:active,.button-a:active {
	background: #047E82;
}

#showMenu
{
	color:#FFFFFF;
	position:fixed;
	top:0;
	right:0;
    font-family: cv-gh;
    text-transform: lowercase;
    font-size: 3em;
    padding: 0.3em;
}

.modalview #showMenu,.no-js #showMenu
{
	display: none;
}

.no-js .inside-link
{
    display:none;
}

.main
{
    padding:1em;
}

/* PRESENTATION */
#home article
{
	display: inline-block;
	background-color: #FFE;
	padding: 4%;
    width: 100%;
}

#home img
{
	max-width: 30%;
	margin-left: 1%;
	width: 300px;
	float: right;
    
    -webkit-border-radius: 140px;
    -moz-border-radius: 140px;
    border-radius: 140px;  
}

#home .comp-box
{
	width: 49%;
	display: inline-block;
	vertical-align: top;
	margin-top:2em;
	background-color: #FFE;
	padding: 10px;
}

.comp-box h3
{
	margin-top: 0;
}

#comp-op
{
	margin-left: 2%;
}

#comp-web
{
	
}
/* FIN PRESENTATION */

article h3
{
	margin-top: 0;
	padding-left: 2%;
	padding-right: 2%
}

article,.comp-box
{
	background-color: #FFE;
	padding:2% 0;
	margin-bottom: 1.5em;
	-moz-box-shadow: 3px 3px 10px 0px #D9D9D9;
-webkit-box-shadow: 3px 3px 10px 0px #D9D9D9;
-o-box-shadow: 3px 3px 10px 0px #D9D9D9;
box-shadow: 3px 3px 10px 0px #D9D9D9;
filter:progid:DXImageTransform.Microsoft.Shadow(color=#D9D9D9, Direction=135, Strength=10);
}

article span
{
	padding-left: 2%;
	padding-right: 2%;
	width: 100%;
	display: block;
    font-size:1.3em;
}

article header
{
	padding-bottom: 0.8em;
	font-style: italic;
	font-weight: bold;
	padding-left: 2%;
	padding-right: 2%
}

article aside
{
	background: #ddd;
	padding-left: 2%;
	padding-right: 2%;
	padding-top: 0.5em;
	padding-bottom: 0.5em;

	margin-top:0.5em;
}

article aside li
{
	background-image: none;
	padding: 0;
}

article aside ul
{
	background-image: none;
	margin: 0;
}

article ul aside
{
	margin-top: 0;
	padding: 0.3em;
	margin-bottom: 1em;
}

/*PROFESSIONNEL*/
#professional-view article h3 span
{
	padding-left: 0;
	padding-right: 0;
	color:#aca89a;
}
/*FIN PROFESSIONNEL*/

/* FORMATION */
/* FIN FORMATION */

/* HOBBIES */


/* FIN HOBBIES */

/* CONTACT */
#contact-container {    
  background-color:#ddd;
  height:100%;
}

#contact-container>form
{
    padding:2%;   
}

#alert
{
    font-size:1.3em;
    color:#FFFFFF;
    text-align:center;
    padding: 0.5em;
    font-weight:bold;
    margin-bottom: 0.5em;
}

#alert.success
{
    background-color: #79B89D;
}

#alert.error
{
    background-color: #FF4444;
}

.feedback-input {
	color:#3c3c3c;
	font-family: Helvetica, Arial, sans-serif;
    font-weight:500;
	font-size: 1.5em;
	border-radius: 0;
	line-height: 22px;
	background-color: #fbfbfb;
	padding: 13px 13px 13px 54px;
	margin-bottom: 10px;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
  border: 3px solid rgba(0,0,0,0);
}

.feedback-input:focus{
	background: #fff;
	box-shadow: 0;
	border: 3px solid #79B89D;;
	color: #79B89D;
	outline: none;
    padding: 13px 13px 13px 54px;
}

.focused{
	color:#79B89D;
	border:#79B89D solid 3px;
}

#name{
	background-image: url(../images/name.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#name:focus{
	background-image: url(../images/name.svg);
	background-size: 30px 30px;
	background-position: 8px 5px;
  background-position: 11px 8px;
	background-repeat: no-repeat;
}

#email{
	background-image: url(../images/email.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#email:focus{
	background-image: url(../images/email.svg);
	background-size: 30px 30px;
  background-position: 11px 8px;
	background-repeat: no-repeat;
}

#message{
	background-image: url(../images/comment.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

textarea {
	width: 100%;
	height: 150px;
	line-height: 150%;
}

input:hover, textarea:hover,
input:focus, textarea:focus {
	background-color:white;
}

#button-submit{
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	float:left;
	width: 100%;
	border: #fbfbfb solid 4px;
	cursor:pointer;
	background-color: #79B89D;
	color:white;
	font-size:24px;
	padding-top:22px;
	padding-bottom:22px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
  margin-top:-4px;
  font-weight:700;
}

#button-submit:hover{
	background-color: rgba(0,0,0,0);
	/*color: #0493bd;*/
}
	
.submit:hover {
	color: #3498db;
}
	
.ease {
	width: 0px;
	height: 74px;
	background-color: #fbfbfb;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	-ms-transition: .3s ease;
	transition: .3s ease;
}

.submit:hover .ease{
  width:100%;
  background-color:#047E82;
}

/* MODAL */
.md-content iframe
{
	margin: 0 auto;
	display: inline;
}

/* FIN CONTACT */

/*RESPONSIVE*/
@media screen and (max-width: 46.0625em) {
    /*Tablette et petits écran < 737px*/
    .header {
		font-size: 90%;
	}
}

@media screen and (max-width: 32em) {
    /* smartphone <480px */
	.header {
		font-size: 80%;
	}
    
    #home .comp-box
    {
        width: 100%;
    }
    
    #comp-op
    {
        margin-left: 0;
    }
}