/*
	Miniport by HTML5 UP
	html5up.net | @n33co
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

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

	body,input,textarea,select
	{
		font-size: 13pt;
	}

	h1
	{
		font-size: 3.35em;
		letter-spacing: -0.025em;
	}

	h2
	{
		font-size: 2em;
		letter-spacing: -0.015em;
	}
	
	h3
	{
		font-size: 1.5em;
		letter-spacing: -0.015em;
	}

	h1, h2, h3, h4, h5, h6
	{
		margin: 0 0 0.75em 0;
	}

	header
	{
		margin: 0 0 1em 0;
	}
	
		header > p
		{
			font-size: 1.25em;
			margin: 0;
		}

	footer
	{
		margin: 3em 0 0 0;
	}
	
		footer > p
		{
			font-size: 1.25em;
		}
	
	/* Form */
	
		form
		{
		}
		
			form .button
			{
				margin: 0 0.5em 0 0.5em;
			}
	
	/* drop cap */
	.drop-cap:first-letter 
	{
		float: left;
		margin: 0;
		padding: 14px 6px 0 0;
		font-size: 84px;
		font-family: /* Copperplate */ 'opensans-bold', sans-serif;
		line-height: 60px;
		text-indent: 0;
		background: transparent;
		color: inherit;
	}

	/* Button */
	
		input[type="button"],
		input[type="submit"],
		input[type="reset"],
		.button
		{
			padding: 1em 1.35em 1em 1.35em;
			font-size: 1.1em;
		}

			input[type="button"].big,
			input[type="submit"].big,
			input[type="reset"].big,
			.button.big
			{
				font-size: 1em;
				letter-spacing: -0.025em;
			}
			
			.button.big.scrolly.one
			{
				width: 18em;
				
			}
			
			.button.big.scrolly.top
			{
				width: 18em;
			}
			
			.button.big.scrolly.oneabout
			{
				width: 20em;
			}
				
				
			
			.aboutpagebuttons
			{
				display: inline-block;
				position: relative;
				/*top: -300px;*/
			}	
			
			

	/* Box */

		.box
		{
			padding: 2em;
		}

			.box.style1
			{
				/*padding: 3em 2em 3.5em 2em;*/
			}

				.box.style1 h3
				{
					margin-bottom: 0.5em;
				}

			.box.style2
			{
			}

				.box.style2 h3
				{
					margin-bottom: 0.25em;
				}

				.box.style2 .image
				{
					position: relative;
					left: 2em;
					top: 2em;
					margin: -4em 0 4em -4em;
					width: auto;
				}
				.box.styleOsteo
				{
					padding: 0.5em;
				}
				
				.box.style3 .image
				{
					position: relative;
					left: 2em;
					top: 2em;
					margin: -4em 0 4em -4em; /*(haut, droite, bas, gauche) */
					width: auto;
					 /*CSS3 keyframes animation*/
					animation-name: AutoSlideStyle3;
					animation-duration: 25s;
					animation-iteration-count: infinite;
					animation-timing-function: ease-in-out;
					/*border: 1px solid red;
					/*padding: 5px 5px 5px 5px;*/
				}
				.box.style4 .image
				{
					position: relative;
					left: 2em;
					top: 2em;
					margin: -4em 0 4em -4em; /*(haut, droite, bas, gauche) */
					width: auto;
					 /*CSS3 keyframes animation*/
					animation-name: AutoSlideStyle4;
					animation-duration: 12s;
					animation-iteration-count: infinite;
					animation-timing-function: ease-in-out;
					/*border: 1px solid red;
					/*padding: 5px 5px 5px 5px;*/
				}
				
				.box.style5 .image
				{
					position: relative;
					left: 2em;
					top: 70px;
					margin: -4em 0 4em -4em; /*(haut, droite, bas, gauche) */
					width: auto;
					 /*CSS3 keyframes animation*/
					animation-name: AutoSlideStyle5;
					animation-duration: 20s;
					animation-iteration-count: infinite;
					animation-timing-function: ease-in-out;
					/*border: 1px solid red;
					/*padding: 5px 5px 5px 5px;*/
				}
				.box.style6
				{
					border: 4px solid #c2e1f5;
				}
				.box.style7
				{
					border: 4px solid #8eba00;
				}
				
.arrow_box {
	position: relative;
	/*background: #88b7d5;*/
	border: 4px solid #c2e1f5;
}
.arrow_box:after, .arrow_box:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #88b7d5;
	border-width: 40px;
	margin-top: -40px;
}
.arrow_box:before {
	border-color: rgba(194, 225, 245, 0);
	border-left-color: #c2e1f5;
	border-width: 46px;
	margin-top: -46px;
}

.zindex100 {
			z-index: 100;
			}
.zindex200 {
			z-index: 200;
			}
.zindex300 {
			z-index: 300;
			}

/*********************************************************************************/
/* Wrappers                                                                      */
/*********************************************************************************/

	.wrapper
	{
		padding: 8em 0 4em 0; /*(haut, droite, bas, gauche)*/
		text-align: center;
		/*border: 1px solid green;*/
	}
	
		.wrapper.first
		{
			padding-top: 5em; /* Changer la marge du dessus: 12em*/
		}

		.wrapper.style1
		{
			/*background-image: url('images/osteodos.jpg'), url('images/osteobebe.jpg');
			background-repeat: no-repeat, no-repeat;
			background-position: 100% 36%, 38% 82%; 
			/*background-size: 644px 600px, 230px 275px;*/
			/*background-size: 644px 610px, 235px 285px;*/
			/*background-size: 50% 83%, 19% 40%;*/
			/*background-color: #fafafa;*/
		}
		
		.wrapper.styleCV
		{
			text-align: left;
		}
		/*
		.wrapper.style4.sabout
		{
			margin-bottom: -200px;
		}*/
		


/*  SLIDESHOW*/

@keyframes AutoSlideStyle3 {
    0% {	top: 2em; /*1ère image*/	}
    5% {	top: 2em; /*idem pour attente*/}
    8% {	top: -350px; /*2ème image*/}
    23% {	top: -350px; /*idem pour attente*/}
    26% {	top: -700px; /*3ème image*/}
    41% {	top: -700px; /*idem pour attente*/}
	44% {	top: -1050px; /*4ère image*/}
	59% {	top: -1050px; /*idem pour attente*/}
    62% {	top: -700px; /*3ème image*/}
    77% {	top: -700px; /*idem pour attente*/}
	80% {	top: -350px; /*2ème image*/}
    95% {	top: -350px; /*idem pour attente*/}
	98% {	top: 2em; /*1ère image*/	}
    100% {	top: 2em; /*idem pour attente*/}
}

@keyframes AutoSlideStyle4 {
    0% {	top: 2em; /*1ère image*/	}
    50% {	top: 2em; /*idem pour attente*/}
    55% {	top: -269px; /*2ème image*/}
    95% {	top: -269px; /*idem pour attente*/}
    100% {	top: 2em; /*1ère image*/}
}

@keyframes AutoSlideStyle5 {
    0% {	top: 70px; /*1ère image*/	}
    20% {	top: 70px; /*idem pour attente*/}
    25% {	top: -232px; /*2ème image*/}
    45% {	top: -232px; /*idem pour attente*/}
	50% {	top: -535px; /*2ème image*/}
    70% {	top: -535px; /*idem pour attente*/}
	75% {	top: -232px; /*2ème image*/}
    95% {	top: -232px; /*idem pour attente*/}
    100% {	top: 70px; /*idem pour attente*/}
}


.slideshow {
	/*border: 1px solid blue;*/
	position: relative;
	top: -2em;
	left: -2em;
    width: 384px;
    height: 300px;
    /*margin:  auto auto;*/
    overflow: hidden;
}

.stymobile{
	display: none;
}
		
/*********************************************************************************/
/* Nav                                                                           */
/*********************************************************************************/

	#nav
	{
	}

		#nav a:hover
		{
			background: #383838;
		}
		
		#nav a:active
		{
			background: #484848;
		}
		
	
		#nav a
		{
			padding: 0.2em 1em 0.2em 1em;
			margin: 0.6em 0.2em 0.6em 0.2em;
			font-weight: 600;
			border-radius: 8px;
			-moz-transition: background-color .2s ease-in-out;
			-webkit-transition: background-color .2s ease-in-out;
			-o-transition: background-color .2s ease-in-out;
			-ms-transition: background-color .2s ease-in-out;
			transition: background-color .2s ease-in-out;
			
			color: #fff;

		}
		
		#navmobile
		{
			display: none;
		}
		
/*********************************************************************************/
/* Articles                                                                      */
/*********************************************************************************/

	#top
	{
		display: inline-block;
		text-align: center;
		/*border: 1px solid red;*/
	}

		#top .imagetop
		{
			width: 20em;
			height: 20em;
			margin: 0;
			display: none;
		}

		#top h1
		{
			margin-top: 0.35em;
		}
	
		#top p
		{
			font-size: 1.5em;
			line-height: 1.75em;
		}
		
		#work p
		{
			margin-left: 3em;
			margin-right: 3em;
			text-align: justify;
			/*
			-webkit-columns: 2;
			-moz-columns: 2;
			-o-columns: 2;
			-ms-columns: 2;
			columns: 2;*/
		}
		
		#about h3
		{
			text-align: center;
		}
		
		#about p
		{
			text-align: left;
		}
		
		#about .image
		{
			width: 90%;
		}
		
		.maxime
		{
			display: inline-block;
			margin-left: 2em;
			/*border: 1px solid blue;*/
		}
		
	#contact
	{
	}
	
		#contact footer
		{
			font-size: 0.9em;
		}

		.displaynonedesktop
		{
			display: none;
		}
		
	
/*********************************************************************************/
/* img                                                                     */
/*********************************************************************************/
		
	.squelette
	{
		float: right;
		margin: 0.5em 0 0 1em; /*(haut, droite, bas, gauche) */
		border-radius: 8px;
	}
	
	.osteobebe
	{

	}
		
/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/

	#copyright
	{
		font-size: 1em;
		line-height: 1em;
	}

		#copyright li
		{
			display: inline-block;
			border-left: solid 1px rgba(0,0,0,0.5);
			box-shadow: -1px 0px 0px 0px rgba(255,255,255,0.1);
			padding: 0 0 0 1em;
			margin: 0 0 0 1em;
		}
		
		#copyright li:first-child
		{
			border: 0;
			box-shadow: none;
			padding-left: 0;
			margin-left: 0;
		}
		
	
/* ------------------------------------------------------------------ */
/* d. Resume Section
/* ------------------------------------------------------------------ */

#resume {
   /*background: #fff;
   padding-top: 90px;
   padding-bottom: 72px;
   overflow: hidden;*/
}

#resume a, #resume a:visited  { color: #11ABB0; }
#resume a:hover, #resume a:focus { color: #313131; }

#resume h1 {
   font: 18px/24px 'opensans-bold', sans-serif;
   text-transform: uppercase;
   letter-spacing: 1px;
   text-align: center;
}
#resume h1 span {
   border-bottom: 3px solid #11ABB0;
   padding-bottom: 6px;
}
#resume h3 {
   font: 25px/30px 'opensans-bold', sans-serif;
}

#resume .header-col { padding-top: 9px; }
#resume .main-col { padding-right: 10%; }

.education, .workCV, .formation {
   margin-bottom: 48px;
   padding-bottom: 24px;
   border-bottom: 1px solid #E8E8E8;
}
#resume .info {
   font: 16px/24px 'librebaskerville-italic', serif;
   color: #6E7881;
   margin-bottom: 18px;
   margin-top: 9px;
}
#resume .info span {
   margin-right: 5px;
   margin-left: 5px;
}
#resume .grade {
   font: 15px/24px 'opensans-regular', sans-serif;
   margin-top: 6px;
}
#resume .date {
   font: 15px/24px 'opensans-regular', sans-serif;
   margin-top: 6px;
}

