body {
	background-image: url("../images/couverture.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;
	background-size: cover;
	padding: 0;
	margin: 0;
	}
	
div.logo 
	{
	float: left;
	}
img.logo
	{
	width: 100px;
 	}	
	
.entete-conteneur {
	position: relative;
	top: -20;
	color: #11165c;
	width: auto; 
	margin-right: 40px; 
	height: auto;
	text-align: center;
	padding: 0;
}

div.entete-texte {
}

p {
	font-size: 20px;
	padding: 0;
	margin: 0;
	color: black;
}

a.entete-texte ,
p.entete-texte  , 
div, input, select, textarea, submit 
{
	font-family: -apple-system, system-ui, system-ui, "Segoe UI", Roboto, "Helvetica Neue", "Fira Sans", Ubuntu, Oxygen, "Oxygen Sans", Cantarell, "Droid Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 20px;
	/* font-weight: 600; */
	padding: 2px;
	margin: 0;
	color: #616161;
}

span {
	font-family: -apple-system, system-ui, system-ui, "Segoe UI", Roboto, "Helvetica Neue", "Fira Sans", Ubuntu, Oxygen, "Oxygen Sans", Cantarell, "Droid Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 20px;
}

a {
	text-decoration: none;
	color: black;
}

h1,h2, h3, h4 {
	color: #11165c;
	padding: 0;
	margin: 0;
}
h1 {
	font-size: 40px;
	-webkit-text-stroke: 1px white;
	color: transparent;
	text-shadow: 4px 5px 3px  rgba(17,22,92,0.7) ; 
}

h2 {
	font-size: 35px;
	margin-top: 5px;
	text-shadow: 0px 0px 2px  white ;
	}
h3 {
	font-size: 30px;
	text-shadow: 0px 0px 2px  white ;
	}
h3.rupture {
	color:  white;
	text-shadow: 1px 1px 2px  black ;
	opacity: 1;
}
h4 {
	font-size: 25px;
	text-shadow: 0 ;
	text-shadow: 1px 1px 1px  white ;
	}


.bouton {
	align-items: center;
	background-color: #e6e7f4 ;
	box-shadow: 3px 2px 2px black;
	color: black;
	border: 2px solid #f3f3f3  ;
	border-radius: 10px;
	display: inline-flex;
	font-family: -apple-system, system-ui, system-ui, "Segoe UI", Roboto, "Helvetica Neue", "Fira Sans", Ubuntu, Oxygen, "Oxygen Sans", Cantarell, "Droid Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 20px;
	/* font-weight: 600; */
	max-width: 480px;
	min-height: 40px;
	overflow: hidden;
	padding: 0px;
	padding-left: 4px;
	padding-right: 4px;
	margin: 2px;
	margin-top: 4px;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	transition: all 100ms ease-out;
}

.bouton:hover {
	transform: scale(1.1);
	background-color: #11165c;
	color: white;
	box-shadow: 4px 5px 5px #616161;
	transition: all 100ms ease-out;
}
	
.boutonPlie
	 {
	width: 260px;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	margin-top: 4px;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	transition: all 100ms ease-out;
	 }

.boutonPlie:hover {
	transform: scale(1.2);
	transition: all 100ms ease-out;
}

a:hover {
	color: white;
}

.pied {
	margin-bottom: 50px;
	padding: 0px;
	}

a.pied {
	border: 1px solid black ;
	border-radius: 10px;
	margin: 10px;
	padding: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	}
a.pied:hover {
	background-color: #11165c;
	box-shadow: 4px 5px 5px #616161;
	}
img.pied {
	margin: 10px;
	padding: 2px;
}

div.img-information {
	float: right;
	z-index: 6000;
	margin: 5px;
	}
img.img-information {
	width: 50px;
	z-index: 6000;
	}

.img-flecheH:hover
{
	animation: rotating 0.2s linear infinite;
	animation-direction: alternate;
}

@keyframes rotating
{
	from
	{
		transform: rotate(20deg);
	}

	to
	{
		transform: rotate(-20deg);
	}
}

img.img-information:hover
{
	animation: rotating 0.2s linear infinite;
	animation-direction: alternate;
}
	
.info {
	font-size: 18px;
	color: black;
	padding: 15px;
	margin: 0;
	border: 1px solid White;
	border-radius: 10px;
	background: #fffdcf;
	max-width: 800px;
	margin-left: auto;
    margin-right: auto;

	opacity: 1;
	transition: all 300ms ease-out;
	z-index: 5002;
	}
	
.infoTexte
	{
	padding: 0;
	margin: 0;
	}
h4.infoTexte
	{
	margin-top: 10px;
	padding: 0;
	}

.infoCache {
	font-size: 18px;
	color: black;
	padding: 15px;
	border: 1px solid White;
	border-radius: 10px;
	background: #fffdcf;
	max-width: 800px;
	margin-left: auto;
    margin-right: auto;
	
	opacity: 0;
	transition: all 300ms ease-out;
	z-index: 5001;
}

.infoPosition {
	position: absolute;
	top: 50px;
	border-radius: 10px;
	width: 90%;
	margin-right: 5%;
	margin-left: 5%;
	padding: 0;
	z-index: 5001;
}
.infoFond
	{
	position: absolute;
	top: 0;
	left: 0;
	width: 99.7%;
	min-height: 160%;
	height: auto;
	background: black;
	opacity: 0.7;
	z-index: 5000;
	}