body
{
	margin: 0px;
    background-image: url("./data/background.png");
    background-attachment: fixed;
}

header
{
	margin: 0px;
	position: fixed;
	top: 0;
 	width: 100%;
	z-index: 2;
	background-color: gray;
}

div.all
{
	margin-top: 0px;
	margin-left: 200px;
	margin-right: 200px;
	padding-left: 80px;
	padding-right: 80px;
	padding-top: 110px;
	padding-bottom: 60px;
}

div
{
	font-family: verdana;
	font-size: 13px;
	margin: 5px;
	background: white;
}
div.dynamique
{
	margin-left: 0px;
	margin-right: 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    align-items: center;
}
div.dynamique_h4
{
	margin-left: 0px;
	margin-right: 0px;
	display: flex;
	flex-wrap: wrap;
    align-items: center;
}
div.dynamique_h3
{
	margin: 0px;
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
    align-items: center;
}
div.frise
{
	margin-top: 0px;
	margin-left: 20px;
	margin-right: 20px;
	border-left: 3px groove rgb(65,126,120);
}
div.div_accueil
{
	position: relative;
	margin: 0px;
	background: rgb(65,126,120);
	color: lightgrey;
	display: flex;
	flex-wrap: wrap;
    align-items: center;
}
div.border {	
	display: flex;
	flex-wrap: wrap;
	position: relative;
	margin-top: 50px;
	margin-left: 15px;
	margin-bottom: 50px;
	padding: 40px 30px 40px 30px; /* haut | droit | bas | gauche */
	z-index: 1;
    align-items: center;
}

div.border:after {
    /* display: block; */
	display: flex;
	flex-wrap: wrap;
    content: "";
    width: 80px;
    height: 60px;
    position: absolute;
    top: -5px;
    right: -5px;
    border-top: 4px solid rgb(160,107,124);
    border-right: 4px solid rgb(160,107,124);
	z-index: 1;
    align-items: center;
}

div.border:before {
	/* display: block; */
	display: flex;
	flex-wrap: wrap;
	content: "";
	width: 80px;
	height: 60px;
	position: absolute;
	bottom: -5px;
	left: -5px;
	border-bottom: 4px solid rgb(160,107,124);
	border-left: 4px solid rgb(160,107,124);
	z-index: 1;
    align-items: center;
}

div.left_border
{
	border-left: 2px solid rgb(65,126,120);
	padding-left: 8px;
	margin-top: 40px;
}
nav ul
{
    list-style-type: none;
    display: flex;
}

nav li
{
    margin-right: 15px;
}

nav a
{
    font-size: 1.6em;
    color:lightgrey;
    padding-bottom: 3px;
    margin-right: 40px;
    text-decoration: none;
}

nav a:hover
{
    color: white;
    border-bottom: 3px solid;
}

h1
{
	font-family: consolas, 'Courier New', Courier, monospace;
	color: rgb(65,126,120);
	border-bottom: solid 1px;
	/* font-style: oblique; */
	margin-top: 30px;
	font-size: 30px;
}
h1.no_bottom_margin
{
	margin-bottom: 0px;
	padding-bottom: 0px;
}

h2
{
	color: rgb(79,149,142);
	border-bottom: solid 2px;
	font-style: oblique;
	margin-top: 30px;
}
h3
{
	color: rgb(111,82,86);
	border-bottom: solid 1px;
	font-style: oblique;
	margin-top: 20px;
}
h4.margin
{
	padding-left: 4px;
}
h3.underline
{
	border: none;
	text-decoration: underline;
}
h4
{
	color: rgb(160,107,124);
	margin-bottom: 5px;
	border-bottom: groove 3px lightgrey;
	border-right: solid 2px lightgrey;
	padding-right: 5px;
}

p
{
	margin: 0px;
	padding-top: 5px;
}

p.accueil
{
	width: 50%;
	text-align: justify;
}

p.accueil_no_border 
{
	width: 100%;
}

p.titre
{
	padding-left: 5px;
	font-size:30px;
}

p.presentation
{
	font-family:consolas;
	font-size: 16px;
	text-align: justify;
}

.imgpos
{
	margin: auto;
}

table
{
	left: 200; 
}

img
{
	/* border: solid 1px grey; */
	/*object-position: 50% 0%;
	float: right;*/
	/*align: ;*/
	width: 48%;
	/*width:;*/  
	/* filter: drop-shadow(0px 0px 1px rgba(0,0,0,.3))
        drop-shadow(0px 0px 10px rgba(0,0,0,.3)); */
	filter:     drop-shadow(0 -1px 0 gray)
    drop-shadow(0 1px 0 gray)
    drop-shadow(-1px 0 0 gray)
    drop-shadow(1px 0 0 gray);
}

img.grande
{
	width: 90%;
}
img.grande_without_borders
{
	width: 100%;
	border: none;
	filter:none;
}
img.moyenne_grande
{
	width: 75%;
}
img.moyenne
{
	width: 65%;
}
img.petite
{
	width: 15%;
}
img.logo
{
	width: 92px;
	height: 92px;
}
img.logo_competences
{
	max-height: 64px;
	width: auto;
	border: none;
	filter: none;
	margin-right: 30px;
	max-width: 90px;
}
img.icone
{
	width: 32px;
	height: 32px;
	margin-right: 8px;
}
img.tel
{
	width: 35%;
	border: none;
	filter: none;
}

img.img_accueil
{
	max-height: 400px;
	object-fit: contain;
}
img.moyenne_petite
{
	border: none;
	filter: none;
	width: 52%;
}
img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
	filter: none;
	border: none;
}

img.center_100 {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	filter: none;
	border: none;
}

table {
	border-collapse: collapse;
	border: 2px solid rgb(140 140 140);
	font-family: sans-serif;
	font-size: 0.8rem;
	letter-spacing: 1px;
}

thead,
tfoot {
  background-color: rgb(228 240 245);
}

th,
td {
  border: 1px solid rgb(160 160 160);
  padding: 8px 10px;
}

td:last-of-type {
  text-align: center;
}