@font-face { 
	font-family: Droid Sans;  
    src: local("Droid Sans"), url('../fonts/DroidSans-webfont.eot'); 
} 

@font-face {
	font-family: Mistral;
	font-style: normal;
	font-weight: normal;
	src: local("Mistral"), url('../fonts/MISTRAL.woff');
}

@font-face { 
	font-family: Comfortaa-Bold; 
    src: local("Comfortaa-Bold"), url('../fonts/Comfortaa-Bold.ttf'); 
} 

* { 
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	height: 100%;
	background-image: url("../images/white-waves.png");
	background-repeat: repeat;
	background-color: #FFFFFF;
	font: normal 1.0em 'Droid Sans', arial, sans-serif;
	line-height: 1.5em;
	color: #5E386D;
}

#header {
	top: 0;
	left: 0;
	width: 100%;
	position: -webkit-sticky;
	position: sticky;
	z-index: 1;
	background-image: url("../images/fond.png");
	background-repeat: no-repeat;
	background-size: cover;
	font: normal 1.0em 'Droid Sans', arial, sans-serif;
	line-height: 1.5em;
	color: #5E386D;
	/*padding: 20px 0;*/
	margin-bottom: 2em;
	box-shadow: 0px 3px 4px 1px rgba(100, 100, 100, 0.3);
}

#tableHeader {
	table-layout: fixed;
	border: none;
	border-collapse:collapse;
	padding: 2% 2%;
	vertical-align: middle;
}

table.unset, table.unset tr, table.unset td, table.unset img, table.unset a {
	all: initial !important;
}

#logo {
	text-align: left;
	padding-top: 20px;
}

#linkedin {
	text-align: right;
}

#content, #tableHeader {
	width: 95%;
	max-width: 1200px;
	margin: 0 auto;
}

div#content table {
	width: 100%;
	margin-bottom: 2em;
	border-collapse: collapse;
	border-spacing: 0 0;
}

div {
	text-align: justify;
}

img {
	width: 80%;
    max-width: 80%;
    height: auto;
	max-height: 80%;
}

img.circleBtn {
	max-width: 160px;
	max-height: 160px;
	display: inline-block;
	border-radius: 50%;
	box-shadow: 2px 2px 10px 3px rgba(100, 100, 100, 0.3);
	transition: transform 0.5s;
}

img.circleBtn:hover {
	transform: scale(1.04, 1.04);
}

img.pdf {
	max-width: 16px;
	max-height: 16px;
}

img.rounded {
	border-radius: 10px;
	display: block;
}

img.circle {
	border-radius: 50%;
	display: block;
}

td.circleBtn {
	padding-left: 1%;
	padding-right: 1%;
}

td.circleBtn span {
	position: relative;
	top: 0%;
	left: 0%;
	transform: translate(0%, 0%);
}

h1, h3, h4 { 
	font-family: Mistral,"Domestic Manners","URW Chancery L","Brush Script MT","Snell Roundhand","Comic Sans MS",cursive;
	font-weight: normal;
	color: #5E386D;
	margin: 0.25em 0 0.75em 0;
}

h1 { 
	font-size: 3.0em;
}

h2 { 
	font-family: Comfortaa-Bold,"Comic Sans MS";
	font-weight: normal;
	font-size: 1.5em;
	color: #028e7b;
	margin: 0.25em 0 0.75em 0;
	text-indent: 1%;
}

h5 {
	font-family: Comfortaa-Bold,"Comic Sans MS";
	font-weight: normal;
	font-size: 0.9em;
	color: #696969;
	margin: 0 0 1em 0;
}

h6 {
	font: normal 0.9em 'Droid Sans', arial, sans-serif;
	color: #696969;
	margin: 0 0 0.5em 0;
}

ul {
	list-style-position: inside;
	margin-left: 5%;
}

ul.puce {
	list-style-image: url("../images/puce.png");
	margin-left: 0;
}

ul.disc {
	list-style-type: disc;
}

a {
	font: inherit;
	line-height: 1.5em;
	text-decoration: none;
	transition: all 0.5s;
}

a.rectBtn {
	display: inline-block;
	background-color: rgba(249, 209, 88, 0.7);
	border: 1px solid rgba(242, 195, 52, 0.9);
	padding: 0.2em 0.5em;
	border-radius: 0.3em;
	box-shadow: 2px 2px 10px 0px rgba(100, 100, 100, 0.3);
	transition: all 0.5s;
	color: #5E386D !important;
}

a.rectBtn:hover {
	background-color: rgba(249, 209, 88, 1);
	color: #000000 !important;
}

a.boutonLecture {
	display: inline-block;
	background-color: rgba(204, 233, 229, 0.7);
	border: 1px solid rgba(204, 233, 229, 0.9);
	padding: 0.2em 0.5em;
	margin-top: 1.5em;
	border-radius: 0.3em;
	box-shadow: 2px 2px 10px 0px rgba(100, 100, 100, 0.3);
	transition: all 0.5s;
	color: #5E386D !important;
}

a.boutonLecture:hover {
	background-color: rgba(204, 233, 229, 1);
	color: #000000 !important;
}

div#content div.rosepale a:link, a.vertT:link {
	color: #028e7b;
}

div#content div.rosepale a:visited, a.vertT:visited {
	color: #028e7b;
}

div#content div.rosepale a:hover, a.vertT:hover {
	color: #000000;
}

div#content div.rosepale a:active, a.vertT:active {
	color: #028e7b;
}

div#content a:link {
	color: #F880A9;
}

div#content a:visited {
	color: #F880A9;
}

div#content a:hover {
	color: #000000;
}

div#content a:active {
	color: #F880A9;
}

div#header a:link, footer a:link {
	color: inherit;
	text-decoration: none;
}

div#header a:visited, footer a:visited {
	color: inherit;
	text-decoration: none;
}

div#header a:hover, footer a:hover {
	color: #000000;
	text-decoration: none;
}

div#header a:active, footer a:active {
	color: inherit;
	text-decoration: none;
}

footer { 
	width: 100%;
	color: #5E386D;
	text-align: center;
	margin-top: 2.0em;
}

nav { 
	/*float: left;*/
	color: #FFFFFF;
	background: transparent;
} 

.rosepale, .rosefonce, .vertamande, .jaune {
	border-radius: 20px;
	padding:20px;
}

.rosepale {
	background: rgba(243, 204, 211, 0.7);
}

.rosefonce {
	background: rgba(248, 180, 203, 0.7);
}

.vertamande {
	background: rgba(204, 233, 229, 0.7);
}

.jaune {
	background: rgba(238, 204, 100, 0.5);
}

.vertT {
	color: #028e7b;
}

.roseT {
	color: #F880A9;
}

table.tableCv {
	margin-bottom: 0 !important;
}

table.tableCv td {
	vertical-align: top;
	padding-bottom: 1em;
}

table.tableCv tr:last-child td {
	padding-bottom: 0;
}

hr {
	border: 1px dashed rgb(248, 180, 203);
}

iframe {
	border: none;
	background-color: transparent;
	color: transparent;
	display: block;
	width: 100%;
}

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

div.center {
	text-align: center;
	width: 100%;
}

div.right {
	text-align: right;
	width: 100%;
}

div.justify {
	text-align: justify;
	width: 100%;
}

div.left a, div.center img, div.right img {
	display: inline-block;
}

div.hidden {
	display: none;
}

/* Gestion menu déroulant */
#header a, #header div.dropdown {
	margin: 0 2%;
}

.dropbtn {
	padding: 2%;
	border: none;
}

.dropdown {
	position: relative;
	display: inline-block;
	transition: all 0.5s;
}

.dropdown-content {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 5px;
	min-width: 150px;
	text-align: left;
	z-index: 2;
	padding: 5px;
	transition: all 0.5s;
}

.dropdown-content a {
	padding: 1% 2%;
	display: block;
	transition: background-color 0.5s;
}

.dropdown:hover .dropdown-content {
	visibility: visible;
	opacity: 1;
}

.dropdown-content a:hover {
	background-color: rgba(230, 230, 230, 0.8);
}
/* Fin gestion menu déroulant */

.form_settings input[type=text] { 
	margin: 0 20px 0 20px;
	padding: 2px;
}

.form_settings input[type=submit] { 
	padding: 0 5px 0 5px;
}

.form_settings textarea {
	display:block;
	width:100%;
	padding:1%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.form_settings table tr td {
	padding-bottom: 5px;
}
