@font-face {
	font-family: 'GE Inspira';
	src: url('GE_Inspira.ttf')format('truetype');
}

@font-face {
	font-family: 'GE Inspira Bold';
	src: url('GE Inspira Bold.ttf')format('truetype');
}

@font-face {
	font-family: 'Open Sans Regular';
	src: url('OpenSans-Regular.ttf')format('truetype');
}
@font-face {
	font-family: 'DejaVuSans';
	src: url('DejaVuSans.ttf')format('truetype');
}

@font-face {
	font-family: 'DejaVuSans-Bold';
	src: url('DejaVuSans-Bold.ttf')format('truetype');
}

@font-face {
	font-family: 'Times New Roman';
	src: url('Times_New_Roman.ttf')format('truetype');
}

*{
    	margin: 0px;
    	padding: 0px;
    	box-sizing: border-box;
}

html, body {
	width: 100%;
	font-family: 'GE Inspira', verdana, serif;
	color: #000000;
	font-size: 1.1em;
}

#garde {
	text-align: center;
	height: auto;
	font-size: 1.2em;
	margin-top: 40px;
}
/*
*
*
*
*
*
*
+*/
@media screen and (max-width: 980px) {

	#entete {
   		position: sticky;
   		display: block;
   		width: 100%;
   		height: auto;
   		padding: 5px 2% 20px 2%;
		margin: 0 0 0 0;
   		top: 0px;
   		line-height: 1.4em;
   		text-align: center;
   		z-index: 2000;
		background: url(fond3.jpg);
	}
	#entete #en-cours a {
		color: black;
		font-family: 'Playfair Display SC Regular', 'Times New Roman', serif;
		font-size: 1.2em;
	}
	#entete #nav li {
		padding-left: 10px;
		padding-right: 10px;
	}
	#entete h2 {
		font-family: 'Times New Roman', verdana, serif;
		color: #000000;
		font-size: 1.2em;
	}
	#entete p {
		font-size: 1em;
		padding-bottom: 5px;
	}
	#droite {
		display: block;
		position: relative;
		z-index: 10;
		background-color: white;
		width: 100%;
		padding: 1em 2% 2em 4%;
	}
	#droite h2 {
		font-size: 1em;
		font-style: 'Times New Roman';
	}
	#droite h3 {
		font-family: 'GE Inspira', verdana, serif;
		color: #000000;
		font-size: 0.8em;
	}
	#droite h4 {
		font-family: 'GE Inspira Bold', verdana, serif;
		width: 100%;
		font-size: 1.2em;
	}
	#droite p {
		font-size: 1em;
		margin-bottom: 20px;
	}
	#droite img.aaa {
		width: 32px;
		height: 32px;
		/*float: left;*/
		margin-right: 0.5em;
	}

	#notes {
		margin-left: 10%; 
		margin-right: 10%;
		width: 800px;
	}
	#notes p {
		font-size: 1em;
	}
	h3 {
		font-family: 'GE Inspira', verdana, serif;
		color: #000000;
		font-weight: normal;
		font-size: 0.6em;
	}
	#main{
  		position: sticky;
		display: block;
   		width: 100%;
   		height: auto;
   		top: 0px;
   		padding: 0 2% 0 2%;
   		line-height: 1.4em;
   		text-align: center;
   		z-index: 2000;
		background: url(fond3.jpg);
	}
	#main #en-cours a {
		color: black;
		font-family: 'Playfair Display SC Regular', 'Times New Roman', serif;
		font-size: 1em;
	}
	#main p {
		font-size: 1em;
		line-height: 1em;
	}
	#main h2 {
		padding-top: 5px;
		padding-bottom: 10px;
		font-family: 'Times New Roman';
		font-size: 1.2em;
		line-height: 1.4em;
	}
	#main h3 {
		font-family: 'Times New Roman';
		font-size: 1.1em;
		padding-top: 0.5em;
		padding-bottom: 0.5em;
	}


/*MENU HORIZONTAL*/


	#main ul{
    		list-style-type: none;
    		width: 100%;
    		font-size: 1em;
	}
	#main ul li{
    		float: left;
    		position: relative;
    		padding-left: 5px;
    		padding-right: 5px;
	}
	#main ul::after{
    		content: "";
    		display: table;
    		clear: both;
	}
	#main a{
    		display: block;
    		text-decoration: none;
   		color: black;
    		border-bottom: 2px solid transparent;
    		padding: 0px 0px;
	}
	#main a:hover{
    		color: #e900fd;
    		border-bottom: 2px solid black; gold;
	}
	#main .sous{
    		width: 100%;
    		display: none;
    		box-shadow: 0px 1px 2px #CCC;
    		/*background-color: #f1f1f1;*/
		background: url(fond3.jpg);
    		position: absolute;
    		z-index: 1000;
	}
	#main ul li:hover .sous{
    		display: block;
	}
	#main .sous li{
    		float: none;
    		text-align: left;
	}
	#main .sous a{
    		padding: 0px;
    		border-bottom: none;
	}
	#main .sous a:hover{
    		border-bottom: none;
    		background-color: RGBa(200,200,200,0.1);
	}
	#main .deroulant > a::after{
    		content:" ▼";
    		font-size: 1em;
    		z-index: 100;
	}	
	#nav {
		padding: 0; margin: 0;
		text-align: center;
		font-size: 1.1em;
	}
	#nav li {
		display: inline;
		list-style: none;
	}
	#nav a {
		display:inline-block;
		margin: 0 10px;
	}
	#main table.menu {
   		margin-top: 0;
   		margin-right: auto;
   		margin-left: auto;
   		border-collapse: collapse;
	}

	#main table.menu td {
		text-align: center;
		white-space: normal;
   		font-family: 'Times New Roman', serif;
   		font-size: 1.1em;
		padding: 5px ;
   		border-right: 2px solid #adadad; 
   		border-left: 2px solid #adadad; 
	}

	#main table.menu td:hover {
  		color: #706f6f;
	}

	#main table.menu td a{
   		color: #4d4d4d; #c6c6c6;
   		text-decoration: none;
	}

	#main table.menu td a:hover {
  		color: #343434;
	}
	#main #en-cours a {
		font-size: 1.1em;
		color: black;
		font-family: 'Times New Roman', serif;
   		font-variant-caps: all-small-caps;
	}
	#A4 {
		width: 100%;
	}
	#A4 img {
		max-width: 100%;
		height: auto;
		overflow: visible;
	}
	img.ecart {
		margin-bottom: 80px;
		border:2px solid black;
	}
	p.legende1 {
		font-size: 0.8em;
	}
	td.legende {
		color: blue;
		vertical-align: top;
		text-align: center;
		font-size: 1em;
	}
	h5 {
		font-family: 'GE Inspira', verdana, serif;
		color: #000000;
		font-size: 1.2em;
	}
	.bordure {
		border-width: 4px;
		border-style: solid solid none solid;
		border-color: black;
		width: 95%;
		height: auto
	}
	.note {
		color: red;
	}
	table {
		margin: 0 auto;
	}
	.table1 caption {
		caption-side: bottom;
		font-size: 1em;
		color: blue;
		text-align: center;
		margin-top: 15px;
	}
	.table1 {
		height: auto;
		font-size: 0.9em;
		margin: auto;
	}
	#table2 {
		font-size: 1.1em;
		margin: auto;
		line-height: 1.3em;
	}
	#table2 td {
		width: auto;
		padding-top: 2px;
		padding-bottom: 2px;
		padding-right: 10px;
		padding-left: 2px;
		vertical-align: top;
	}
	#table2 td:first-child {
		white-space: nowrap;
	}
	.footer {
		position: relative;
		width: 100%;
		font-size: 1.3em;
		padding: 5% 5%;
	}
	.info {
		width: 100vw;
		font-size: 1.1em;
	}

}

/*
* 
*
*
*
*/

@media screen and (min-width: 981px) {
#entete {
   	position: sticky;
   	display: block;
   	width: 100%;
   	height: auto;
   	padding: 0 2% 20px 2%;
	margin: 0 0 0 0;
   	top: 0px;
   	line-height: 1.4em;
   	text-align: center;
   	z-index: 2000;
	background: url(fond3.jpg);
}
#entete #en-cours a {
	color: black;
	font-family: 'Playfair Display SC Regular', 'Times New Roman', serif;
	font-size: 1.2em;
}
#entete #nav li {
	padding-left: 10px;
	padding-right: 10px;
}
#entete h2 {
	padding-top: 5px;
	font-family: 'Times New Roman', verdana, serif;
	color: #000000;
	font-size: 1.3em;
	line-height: 1.4em;
}
#entete p {
	font-size: 1em;
	padding-top: 0.5em 0 5px 0;
}
#droite {
	display: block;
	position: relative;
	z-index: 10;
	background-color: white;
	width: 100%;
	padding: 1em 4em 2em 4em;
}
#droite p {
	margin-bottom: 20px;
	font-size: 1em;
}
#droite p2 {
	margin-bottom: 0px;
}
#A4 {
	width: 100%;
	text-align: center;
}
#A4 img {
	max-width: 100%;
	height: auto;
	overflow: visible;
}
img.ecart {
	margin-bottom: 40px;
	border:2px solid black;
}
#main{
   	position: sticky;
   	display: block;
   	width: 100%;
   	height: auto;
   	padding: 0 2% 0% 2%;
	margin: 0 0 0 0;
   	top: 0px;
   	line-height: 1.4em;
   	text-align: center;
   	z-index: 2000;
	background: url(fond3.jpg);
}
#main #en-cours a {
	color: black;
	font-family: 'Playfair Display SC Regular', 'Times New Roman', serif;
	font-size: 1em;
}
#main p {
	line-height: 1em;
}
#main h2 {
	padding-top: 5px;
	font-family: 'Times New Roman';
	font-size: 1.3em;
	line-height: 1.4em;
}
#main h3 {
	font-family: 'Times New Roman';
	font-size: 1.1em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
h1 {
	font-size: 1em;
	font-weight: bold;
}
h2 {
	font-family: 'GE Inspira', verdana, serif;
	color: #000000;
	font-size: 1.3em;
	line-height: 1.4em;
}
h3 {
	font-family: 'GE Inspira', verdana, serif;
	color: #000000;
	font-weight: normal;
	font-size: 1.2em;
}
h5 {
	font-family: 'GE Inspira', verdana, serif;
	color: #000000;
	font-size: 1.2em;
}
.bordure {
	border-width: 4px;
	border-style: solid solid none solid;
	border-color: black;
	width: 95%;
	height: auto
}
#video:link {
	font-size: 1em;
	color: blue;
	text-decoration: none;
}
#video:visited {
	color: red;
	text-decoration: none;
}
/*video inverse sur les liens*/
#video:hover {
	color: #e900fd;
	text-decoration: none;
}
#notes {
	margin-left: auto; 
	margin-right: auto; 
	width: 800px; 
}
#notes p {
	font-size: 1em;
}
.centrer {
	text-align: center;
}
.marge {
	margin-left: 1em;
}
.header {
	font-size: 1.1em;
}
sup {
	vertical-align: super;
	font-size: 85%;
	line-height: 1em;
}
.legende {
	color: blue;
	vertical-align: top;
	text-align: center;
	font-size: 1em;
}
.legende1 {
	font-size: 0.8em;
}
.legende2 {
	margin-left: 200px;
	color: blue;
}
.note {
	color: red;
}
ul {
	list-style-type: '- ';
	font-size: 1em;
}
ol {
	list-style-type: circle;
	margin-left: 1em;
	padding-left: 0;
}
.table1 {
	height: auto;
	font-size: 0.9em;
	margin: auto;
}
.table1 td {
	height: auto;
	text-align: center;
	vertical-align: bottom;
}
.table1 caption {
	caption-side: bottom;
	font-size: 1em;
	color: blue;
	text-align: center;
	margin-top: 15px;
}
#table2 {
	font-size: 1em;
	margin: auto;
}
#table2 td {
	width: auto;
	padding-top: 2px 10px 2px 2px;
	vertical-align: top;
}
#table2 td:first-child {
	white-space: nowrap;
}
#table3 {
	font-size: 1em;
	margin: auto;
}
#table3 td {
	text-align: center;
	width: auto;
	padding-top: 2px 30px 2px 30px;
}
.espace {
	height: 15px;
}
/*MENU HORIZONTAL sommaire*/

#main ul{
    	list-style-type: none;
    	width: auto;
}
#main ul li{
    	float: left;
    	text-align: center;
    	position: relative;
    	padding-left: 10px;
    	padding-right: 10px;
}
#main ul::after{
    	content: "";
    	display: table;
    	clear: both;
}
#main a{
    	display: block;
    	text-decoration: none;
    	color: black;
    	border-bottom: 2px solid transparent;
    	padding: 0px 0px;
}
#main a:hover{
    	color: #e900fd;
    	border-bottom: 2px solid black; gold;
}
#main .sous{
    width: 90%;
    display: none;
    box-shadow: 0px 1px 2px #CCC;
    /*background-color: #f1f1f1;*/
    background: url(fond3.jpg);
    position: absolute;
    z-index: 1000;
}
#main ul li:hover .sous{
    display: block;
}

#main .sous li{
    float: none;
    text-align: left;
}
#main .sous a{
    padding: 0px;
    border-bottom: none;
}
#main .sous a:hover{
    border-bottom: none;
    background-color: RGBa(200,200,200,0.1);
}
#main .deroulant > a::after{
    content:" ▼";
    font-size: 1em;
    z-index: 1000;
}
#nav {
	padding: 0; margin: 0;
	text-align: center; /* centrer le texte */
}
#nav li {
	display: inline;
	list-style: none;
}
#nav a {
	display:inline-block;
}

#main table.menu {
   margin-top: 0;
   margin-right: auto;
   margin-bottom: 1.5em;
   margin-left: auto;
   border-collapse: collapse;
}

#main table.menu td {
   	line-height: 1.4em;
   font-family:'Times New Roman', serif;
   font-size:1.2em;
   padding-right: 0.7em;
   padding-bottom: 1px;
   padding-left: 0.7em;
   border-right:1px solid #adadad; 
   border-left:1px solid #adadad; 
}

#main table.menu td:hover {
  color: #706f6f;
}

#main table.menu td a{
   color: #4d4d4d; #c6c6c6;
   text-decoration: none;
}

#main #en-cours a {
   color: black;
   font-family: 'Times New Roman', serif;
   font-size: 1.2em;
   font-variant-caps: all-small-caps;
}

#main table.menu td a:hover {
  color: #343434;
}


}


/*partie commune*/

a:link {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #e900fd;
	text-decoration: none;
}
img a:link {
	color: green;
}
#chrgt {
	color: blue;
	text-decoration: none;
}
#chrgt:hover {
	color: #e900fd;
	text-decoration: none;
}
#A4bis {
	margin-left: 10px;
	margin-right: 10px;
	text-align: center;
}
#retour {
    	position: fixed;
    	left: 0;
    	top: 50%;
    	width: 8em;
    	background-color: hsla(80, 90%, 40%, 0.7);
    	color: white;
    	font-family: 'GE Inspira Bold', verdana, serif;
    	font-size: large;
    	text-align: right;
    	border: solid hsla(80, 90%, 40%, 0.5);
    	border-right: none;
    	padding-right: 0.5em;
    	box-shadow: 0 1px 3px black;
    	border-radius: 3em 0.5em 0.5em 3em;
}
#retour a {
   	color: white;
}
.espace2 {
	margin-bottom: 60px;
}

/*pour communiqué*/

#communique {
	z-index: 1;
}
#communique img {
	max-width: 100%;
	height: auto;
}
#communique p {
	margin-bottom: 20px;
}
span.souligne {
	text-decoration: underline;
}
.espacebas {
	margin-bottom: 2em;
}
.espacebas2 {
	margin-bottom: 4em;
}
.espacehaut {
	margin-top: 4em;
}
.bold {
	font-family: 'GE Inspira Bold', 'verdana', sans-serif;
}
.floatR {
	float: right;
}
.floatL {
	float: left;
}
.clear {
	clear: both;
}
.center {
	text-align: center;
}
.fig {
	color: blue;
	font-weight: bold;
}
figure {
	width: 500px;
	height: auto;
	margin: auto;
}
figcaption {
	color: blue;
	font-size: 0.9em;
	margin-top: 0.5em;
	transition: transform 1.5s;
}
.images {
	display: flex;
}
.image {
	margin: 0;
	flex: 1;
}
.image17 {
	transition: transform 1.5s;
}
.image17:hover {
	-ms-transform: scale(1.7); /* IE 9 */
	-webkit-transform: scale(1.7); /* Safari 3-8 */
	transform:scale(1.7);
}
.imageunetdemi {
	transition: transform 1.5s;
}
.imageunetdemi:hover {
	-ms-transform: scale(1.5); /* IE 9 */
	-webkit-transform: scale(1.5); /* Safari 3-8 */	
	transform:scale(1.5);
}
.imagex2 {
	transition: transform 1.5s;
}
.imagex2:hover {
	-ms-transform: scale(2); /* IE 9 */
	-webkit-transform: scale(2); /* Safari 3-8 */	
	transform:scale(2);
}
.photo {
	width: 100%;
	padding: 0;
	margin: 3em 0 2em 0;
	text-align: center;
}
#gallery{
	/* The pics container */
	margin-top:130px;
	margin-left:80px;
	position: relative;
	text-align: center;
}

/*infobulle*/

.info {
    	color: #000000;
    	cursor: pointer;
}
.info:hover {
	z-index:2;
}
.info span {
	display: none
}
.info:hover span {
    	position: absolute;
    	display:block;
    	width: 30%;
    	margin-left: 10%;
    	margin-top: 4px;
    	padding: 0.5em;
    	border-radius: 8px;
    	border-left:6px solid red;
    	background-color: #e3e3e3;
    	cursor: default;
}
