@charset "utf-8";
body {
	background-color: #145766;
}
p {
	font-family: Chaloops;
	color: #FFFFFF;
	font-size: 18px;
	font-style: normal;
}
h1 {
	font-family: Chaloops;
	color: #FFFFFF;
	font-size: 24px;
	font-style: normal;
}
h2 {
	font-family: Chaloops;
	font-size: 36px;
	color: #FFFFFF;
	font-style: normal;
}
h3 {
	font-family: Chaloops;
	color: #FFFFFF;
	font-size: 24px;
	font-style: normal;
}
h4 {
	font-family: Chaloops;
	color: #145766;
	font-size: 12px;
	font-style: normal;
}
/*header*/

header {
	width: 100%;
	height: 200px;
	background-color: #104251;
	margin-left: auto;
	margin-right: auto;
	position: fixed;
	z-index: 0;
}

#ligne {
	width: 100%;
	height: 2px;
	top: 150px;
	position: relative;
	background-color: #FFFFFF;
	z-index: 1;
}
#logo_header  {
	width: 100%;
	margin-left: auto;
	height: auto;
	margin-right: auto;
	display: block;
	max-width: 640px;
	position: relative;
	z-index: 2;
}
nav  {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: -40px;
	z-index: 3;
	width: 30px;
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); transform: rotate(360deg);} }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg);} }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }
.bouton {
	width: 30px;
	height: 30px;
	margin-left: 5px;
	margin-right: 5px;
}
.bouton:hover  {
	-webkit-animation: spin .3s linear 1;
    -moz-animation: spin .3s linear 1;
	-o-animation: spin .3s linear 1;
    animation: spin .3s linear 1;
}
/*main*/

main {
	width: 100%;
	padding-top: 200px;
	background-color: #145766;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/fond01.svg);
	background-size: 100% auto;
}
/*page*/

#page     {
	height: 240px;
	width: 100%;
	background-image: -webkit-linear-gradient(270deg,rgba(9,33,40,0.00) 80%,rgba(9,33,40,1.00) 80%,rgba(9,33,40,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(9,33,40,0.00) 80%,rgba(9,33,40,1.00) 80%,rgba(9,33,40,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(9,33,40,0.00) 80%,rgba(9,33,40,1.00) 80%,rgba(9,33,40,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(9,33,40,0.00) 80%,rgba(9,33,40,1.00) 80%,rgba(9,33,40,1.00) 100%);
	margin-top: -200px;
}
#page h1         {
	text-align: center;
	padding-top: 205px;
	margin-left: auto;
	margin-right: auto;
}

article {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding-top: 60px;
	padding-bottom: 60px;
}
main article iframe, main article video {
	width: 640px;
	height: 360px;
}
.photo  {
	height: auto;
	width: 100%;
	max-width: 450px;
	margin-bottom: 10px;
	margin-top: 50px;
}
#ballon1 {
	background-image: url(../images/filomene1.png);
	width: 500px;
	height: 400px;
	margin-left: auto;
	margin-right: auto;
}
#ballon1:hover {
	background-image: url(../images/filomene2.png);
}
#ballon2 {
	background-image: url(../images/hippocampes1.png);
	width: 500px;
	height: 400px;
	margin-left: auto;
	margin-right: auto;
}
#ballon2:hover {
	background-image: url(../images/hippocampes2.png);
}
#ballon3 {
	background-image: url(../images/chemin.png);
	width: 500px;
	height: 400px;
	margin-left: auto;
	margin-right: auto;
}
#ballon3:hover {
	background-image: url(../images/cheminR.png);
}
#ballon4 {
	background-image: url(../images/chemin.png);
	width: 500px;
	height: 400px;
	margin-left: auto;
	margin-right: auto;
}
#ballon4:hover {
	background-image: url(../images/cheminJ.png);
}
#ballon5 {
	background-image: url(../images/chemin.png);
	width: 500px;
	height: 400px;
	margin-left: auto;
	margin-right: auto;
}
#ballon5:hover {
	background-image: url(../images/cheminV.png);
}
#ballon6 {
	background-image: url(../images/chatrou1.png);
	width: 500px;
	height: 400px;
	margin-left: auto;
	margin-right: auto;
}
#ballon6:hover {
	background-image: url(../images/chatrou2.png);
}
#ballon7 {
	background-image: url(../images/labyrinthe.png);
	width: 500px;
	height: 400px;
	margin-left: auto;
	margin-right: auto;
}
#ballon7:hover {
	background-image: url(../images/labyrintheT.png);
}
#ballon8 {
	background-image: url(../images/labyrinthe.png);
	width: 500px;
	height: 400px;
	margin-left: auto;
	margin-right: auto;
}
#ballon8:hover {
	background-image: url(../images/labyrintheZ.png);
}
#ballon9 {
	background-image: url(../images/erreurs1.png);
	width: 500px;
	height: 400px;
	margin-left: auto;
	margin-right: auto;
}
#ballon9:hover {
	background-image: url(../images/erreurs2.png);
}
#ballon10 {
	background-image: url(../images/kaskelot1.png);
	width: 500px;
	height: 400px;
	margin-left: auto;
	margin-right: auto;
}
#ballon10:hover {
	background-image: url(../images/kaskelot2.png);
}
#ballon11 {
	background-image: url(../images/zepine1.png);
	width: 500px;
	height: 400px;
	margin-left: auto;
	margin-right: auto;
}
#ballon11:hover {
	background-image: url(../images/zepine2.png);
}
#ballon12 {
	background-image: url(../images/ballon1.png);
	width: 500px;
	height: 400px;
	margin-left: auto;
	margin-right: auto;
}
#ballon12:hover {
	background-image: url(../images/ballon2.png);
}

/*footer*/

footer {
	background-color: #092128;
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
#ligne_footer {
	width: 100%;
	height: 1px;
	top: 105px;
	position: relative;
	background-color: #145766;
	z-index: 1;
}
#logo_footer  {
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding-top: 30px;
	padding-bottom: 20px;
	max-width: 300px;
	z-index: 2;
	position: relative;
}
#zandoli   {
	background-image: url(../images/zandoli.svg);
	width: 60px;
	height: 24px;
	margin-left: auto;
	margin-right: auto;
}
#zandoli:hover   {
	opacity: 0;
}
#CGU {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
}
ul li h4 {
	text-align: center;
	width: 200px;
	margin-left: auto;
	margin-right: auto;
}
ul li h4:hover  {
	color: #ffffff;
}
ul li p {
	text-align: justify;
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
li p span {
	color: #145766;
}
ul li input[type=checkbox] {
	position: absolute;
	cursor: pointer;
	height: 25px;
	opacity: 0;
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
	width: 100%;
}
ul li input[type=checkbox]:checked ~ p {
	max-height: 0;
	opacity: 0;
	overflow-y: hidden;
}


@media (max-width:640px){
/*header*/

header {
	width: 100%;
	height: 150px;
	background-color: #104251;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	z-index: 0;
}
#ligne {
	width: 100%;
	height: 1px;
	top: 75px;
	position: relative;
	background-color: #FFFFFF;
	z-index: 1;
}
#logo_header {
	width: 100%;
	margin-left: auto;
	height: auto;
	margin-right: auto;
	display: block;
	max-width: 320px;
	position: relative;
	z-index: 2;
}
nav {
	margin-left: auto;
	position: relative;
	top: -1px;
	z-index: 3;
	width: 30px;
	margin-right: auto;
}
/*page*/

#page   {
	height: 240px;
	width: 100%;
	background-image: -webkit-linear-gradient(270deg,rgba(9,33,40,0.00) 80%,rgba(9,33,40,1.00) 80%,rgba(9,33,40,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(9,33,40,0.00) 80%,rgba(9,33,40,1.00) 80%,rgba(9,33,40,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(9,33,40,0.00) 80%,rgba(9,33,40,1.00) 80%,rgba(9,33,40,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(9,33,40,0.00) 80%,rgba(9,33,40,1.00) 80%,rgba(9,33,40,1.00) 100%);
	margin-top: -245px;
}
main article iframe, main article video {
	width: 240px;
	height: 135px;
}
#ballon1 {
	background-image: url(../images/filomene1.png);
	width: 250px;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
	background-size: 100% 100%;
}
#ballon2 {
	background-image: url(../images/hippocampes1.png);
	width: 250px;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
	background-size: 100% 100%;
}
#ballon3 {
	background-image: url(../images/chemin.png);
	width: 250px;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
	background-size: 100% 100%;
}
#ballon4 {
	background-image: url(../images/chemin.png);
	width: 250px;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
	background-size: 100% 100%;
}
#ballon5 {
	background-image: url(../images/chemin.png);
	width: 250px;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
	background-size: 100% 100%;
}
#ballon6 {
	background-image: url(../images/chatrou1.png);
	width: 250px;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
	background-size: 100% 100%;
}
#ballon7 {
	background-image: url(../images/labyrinthe.png);
	width: 250px;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
	background-size: 100% 100%;
}
#ballon8 {
	background-image: url(../images/labyrinthe.png);
	width: 250px;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
	background-size: 100% 100%;
}
#ballon9 {
	background-image: url(../images/erreurs1.png);
	width: 250px;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
	background-size: 100% 100%;
}
#ballon10 {
	background-image: url(../images/kaskelot1.png);
	width: 250px;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
	background-size: 100% 100%;
}
#ballon11 {
	background-image: url(../images/zepine1.png);
	width: 250px;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
	background-size: 100% 100%;
}
#ballon12 {
	background-image: url(../images/ballon1.png);
	width: 250px;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
	background-size: 100% 100%;
}





}
