/* Document propriété de Léo Coclès, Avocat.
Tous droits réservés.
Toute reproduction ou utilisation même partielle sans accord de l'auteur est interdite. */

html {
	background-color: #3A3A3A;
	-webkit-hyphens: auto;
	hyphens: auto;
	word-break: break-word;
	/* background-image: url('palaisjustice.jpg'); */
	/* background-repeat: no-repeat; */
	/* background-position: top; */
	/* background-size: cover; */
}

nav {
	background-color: #000000;
	min-height:	70px;
	position: fixed;
	top: 0;
	left: 0;
	right : 0;
	font-family: "Palatino Linotype";
	text-align: justify;
	font-size: 1.2em;
}
.logo {
	z-index: 1;
	position: fixed;
	top: 0;
	left: 2em;
	background-image: url("LogoLCAvocat.png");
    background-size: 70px;
	background-repeat: no-repeat;
    width: 70px;
    height: 70px;
}

nav ul {
	position: relative;
	padding-left: 8em;
	padding-right: 20px;
	font-family: "Trebuchet MS";
	font-variant: small-caps;
	font-weight: bold;
	list-style: none;
	word-break: break-word;
}

nav ul li {
	display: inline-block;
	padding-left: 1em;
	font-size: 1.3em;
}

nav a, nav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
nav a:hover {
	color: #D60405;
	text-decoration: none;
}


.contenu {
	background-color: #FDFDFD;
	width: 65vw;
	margin: 0 auto 15px auto;
	padding: 1%;
	font-family: "Palatino Linotype";
	text-align: justify;
	font-size: 1.2em;
	box-shadow: 0px 5px 15px 5px #000000;
}

h1, h2, h3 {
	font-family: "Trebuchet MS";
	font-weight: bold;
	font-variant: small-caps;
	padding: 1.5%;
	text-align: start;
}

h1 {
	border: 2px solid #000000;
	box-shadow: 0px 6px 10px 3px #888888;
	font-size: 1.5em;
}

h2 {
	border-bottom: 1px solid black;
	font-size: 1.3em;
}

h5 { /* Ancrages menus */
	padding-bottom: 4.2em;
}

.portrait {
	background-image: url("portrait.jpg");
	background-repeat: no-repeat;
	width: 253px;
	height: 380px;
	display: block;
	float: left;
	margin: 0.2em 1.2em 0 0;
	border-radius: 7px;
	box-shadow: 0px 5px 7px 2px #DEDEDE;

}

.avocat {
	background-image: url("avocat.png");
	background-repeat: no-repeat;
	width: 140px;
	height: 274px;
	background-size: cover;
	display: block;
	float: right;
	margin: auto 8% auto 1.5em;
}

p {
	margin-left: 2px;
	margin-right: 6px;
}

a, a:visited {
	color: #D60405;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

table {
	margin: auto;
	border: 1px solid blue;
	border-collapse: collapse;
	border: none;
	max-width: content;
	word-break: break-word;
}

td {
	vertical-align: top;
	border: 1px solid #000000;
	padding: 5px;
}

.sanspuces {
	list-style-type: none;
}

.competences {
	text-align: center;
}

.competences td:hover {
	color: #D60405;
}

.competences .domaine {
	font-size: 1.8em;
	font-variant: small-caps;
}

.bouton {
	text-align: center;
	margin: 2em auto auto auto;
}

p.bouton a {
	border: 2px solid #D60405;
	border-radius: 15px;
	padding: 10px;
	box-shadow: 0px 6px 10px 3px #D60405;
	background-color: #D60405;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	display: inline-block;
}

p.bouton:hover a {
	color: #FFFFFF;
	font-weight: bold;
	border: 2px solid #000000;
	background-color: #000000;
	box-shadow: 0px 6px 10px 3px #000000;
}

form {
	width: 70%;
	background-color: #FFFFFF;
	border: 1px solid #D60405;
	border-radius: 15px;
	margin: auto auto;
	padding: 10px 10px 1.5em 10px;
	text-align: center;
}

form label {
	margin: 0 auto;
}

form input, form select, form textarea, form button {
	width: 60%;
	display: block;	
	margin: 0 auto 1.5em auto;
	padding: 15px 10px;
	border: 2px solid #D60405;
	border-radius: 10px;
	font-size: 1em;
}

form input:focus, form select:focus, form textarea:focus {
	background-color: #FBFBFB;
	outline: 1px solid #D60405;
	box-shadow: 0px 0px 2px 1px #D60405;
}

form label {
	width: 80%;
	display: block;
	text-align: center;
	font-weight: bold;
}

form option {
	text-align: justify;
}

form option:hover {
	background-color: #D60405;
}

form input {
	display: inline;
}

button.bouton {
	border: 2px solid #D60405;
	border-radius: 15px;
	box-shadow: 0px 6px 10px 3px #D60405;
	background-color: #D60405;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

button.bouton:hover {
	color: #FFFFFF;
	font-weight: bold;
	border: 2px solid #000000;
	background-color: #000000;
	box-shadow: 0px 6px 10px 3px #000000;
	cursor: pointer;
}

blockquote {
	width: 50%;
	background-color: #F1F1F1;
	border: 1px solid #D60405;
	border-radius: 15px;
	font-family: "Times New Roman";
	font-style: italic;
	font-size: 0.9em;
	padding: 15px;
}


footer {
	margin: 30px auto auto auto;
	padding: 10px 50% auto 50%;
	border-top: 1px solid black;
	width: 100%;
	text-align: center;
	clear: both;
}

footer div .foot {
	float: top;
	width: 100%;
	height: inherit;
}

footer div .foot-lieu {
	vertical-align: top;
	display: inline-block;
	width: 45%;
}

footer div .foot-coordonnees {
	vertical-align: top;
	display: inline-block;
	width: 35%;
}

footer div .foot-mentions {
	vertical-align: top;
	display: inline-block;
	width: 15%;
	text-align: justify;
}

.icone {
	text-align: center;
	margin-bottom: -1em;
}

.logosign {
	display: inline-block;
	text-align: center;
	background-image: url("LogoLCAvocatN.png");
    background-size: 150px;
	background-repeat: no-repeat;
    width: 150px;
    height: 150px;
}