@charset "UTF-8";
/*
------------------
cv_style_style.css
------------------
Version: 4
Description: Feuille de style du CV de Chris
Auteur: Christophe Sanchez
*/
@font-face {
	font-family: 'Kalam';
	src: url('../CV/polices/kalam/Kalam-Regular.ttf') format('truetype');
}

@font-face {
	font-family: 'KalamB';
	src: url('../CV/polices/kalam/Kalam-Bold.ttf') format('truetype');
}

/* Corps de la page*/
body
{
	color: black;
	font-size: 1em;
	font-family: 'Kalam', serif;
	background: url("./images/fond.png") no-repeat fixed;
	background-size: cover;
}

/* Blocs */
h1
{
	color: black;
	font-size: 2em;
	font-family: 'KalamB', arial, serif;
	text-align: center;
	font-weight: bold;
}

h2
{
	color: red;
	font-size: 1.6em;
	font-family: 'Kalam', verdana, serif;
	box-shadow: 6px 1px 6px red;
	text-shadow: 2px 2px 4px grey;
	border-radius: 5px;
	padding-left: 2px;
}

p
{
	color: black;
	text-align: justify;
}

figure
{

}

figcaption
{
	color: grey;
	font-size: 0.5em;
	text-align: center;
}

ul
{
	border-radius: 10px;
	background-color: rgba(192, 192, 192, 0.5);
}
ul.nav
{
	border-radius: 0px 0px 10px 10px;
	background-color: rgba(192, 192, 192, 0.5);
	padding-top:0px;
	margin-top:0px;
}

section
{
	padding-left: 5px;
	padding-right: 5px;
}

section.sectionglobale
{
	display: flex;
	clear: both;
	justify-content: space-around;
	flex-direction: row;
}

@media all and (max-width: 1024px)
{
	#nav
	{
		visibility:collapse;
	}
	section.sectionglobale
	{
		display: flex;
		clear: both;
		flex-direction: column;
	}
}

li
{
	list-style-type: none;
	margin: 0px;
	margin-right: 20px;
}

li li
{
	list-style-type: none;
}

ul ul
{
	background-color: rgba(255, 255, 255, 0.5);
	margin-right: 2px;
}

/* Inlines */
/* Liens */

hr 
{
    height: 3px;
	background-color: #ba3638;
	border: 15;
	color: black;
}

a:link
{
	color: #ba3638;
	text-decoration: none;
}

a:hover
{
	color: #d87072;
	text-decoration: underline;
}

a:active
{
	color: red;
	text-decoration: underline;
}

a:visited
{
	color: #741e1f;
}

a:focus
{
	color: #800000;
	text-decoration: none;
}

/* Types */
strong
{
	color: black;
	text-decoration: underline;
	font-weight: bold;
}

em
{
	color: grey;
	font-style: italic;
}

/* classes */
hr.section
{
	width: 50%;
}

hr.titre
{
	display: block;
	font-family: KalamB;
	text-align: center;
	font-size: 50px;
	margin: 10px 0 10px;
	height: 10px;
	background-color: #ba3638;
	border: 5;
	color: black;
	width: none;
}

.section1
{
	width:auto;
}

.section2
{
	width:auto;
}

.section3
{
	width:auto;
}

.photofloat
{
	float: left;
}

.stopfloat
{
	clear: both;
}

p.soustitre
{
	text-align:center;
	color:white;
}
p.soustitre p
{
	border:1px;
	border-style: dotted;
}

.titremenu
{
	color:white;
	background-color: grey;
	border-radius: 10px 10px 0px 0px;
	padding-bottom:0px;
	margin-bottom:0px;
	text-align:center;
}

/* pour minichat*/
form
{
	text-align:center;
}
p.msg
{
	margin:0;
	padding:0;
}
input.message
{
	width:80%;
}
