body{
	margin-left:2vh;
	margin-bottom:1vh;
	margin-right:2vh;
	margin-top:3vh;
	background-color: #00FF41;
}

.gif-debut{
	transform: translate(-2vh, 0);
	transition-duration:2s;
	margin-top:5vh;
}
.gif-debut:hover{
	transition-delay:1s;
	transform: rotate(180deg);
	transition-duration:2s;
}

.titre{
	margin-bottom:3vh;
	margin-top:2.5vh;
}

.top{
	display:flex;
	width:calc(100% - 4vh);
	position: fixed;
	z-index: 1000;
}
.item{
	flex:1 1 10%;
	text-align:center;
}
.espace{
	flex:1 1 80%;
}

.text-overlay{
	background-color: #c2c2c2;
	position: absolute;
	top:60%;
	left:85%;
	transform: translate(-50%, -10%);	
    border-top: 3px solid #E3E3E3;
    border-left: 3px solid #E3E3E3;
    border-right: 3px solid #696969;
    border-bottom: 3px solid #696969;
    padding: 5px;
    box-shadow: 1px 1px 0px #000;
    font-family: Arial, sans-serif;
    font-size: 14px;
}

.croix{
	border-top: 2px solid #ccffcc; 
    border-left: 2px solid #ccffcc;
    border-right: 2px solid #006600;
    border-bottom: 2px solid #006600;
	padding:0 4px; 
	cursor:pointer;
}

.barre {
    background:#00FF41;
    color: black;
    padding: 4px 8px;
    font-weight: bold;
    font-family: Arial, sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    display: flex;
    justify-content: space-between;
    border-top: 2px solid #ccffcc; 
    border-left: 2px solid #ccffcc;
    border-right: 2px solid #006600;
    border-bottom: 2px solid #006600;
}


.menu{
	display:flex;
	flex:1 1 18%;
	justify-content: center;
	align-items : center;
	margin : 1vw;
	
}

.acceuil{
	background-color:#00FF41;
	padding-right: 2vw;
	padding-left: 2vw;
	display:flex;
	flex-wrap:wrap;
	font-family: "Helvetica";
	font-size: 20px;
}

.imgacceuil{
	flex:1 1 25%;
	background-color:none;
	justify-content: center;
	align-items : center;
	margin : 1vw;
 }
 
 .imgacceuil > a{
    filter: grayscale(100%);
    transition: filter 0.2s ease-in-out;
 }

.imgacceuil:hover > a{
   filter: grayscale(0%);
}


a{
text-decoration:none;
color:black;
}
a:active{
text-decoration:none;
color:black;
}
a:hover{
text-decoration:none;
color:white;
}
a:visited{
text-decoration:none;
color:black;
}

  
.cadre{
    border:1px solid black;
    text-align:center;
    display: inline-block;
    padding: 6px 20px;
    font-size: 14px;
    font-family: Arial, sans-serif;
    letter-spacing: 1px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000000;
    background-color: #00FF41;
    border-top: 3px solid #ccffcc; 
    border-left: 3px solid #ccffcc;
    border-right: 3px solid #006600;
    border-bottom: 3px solid #006600;
    cursor:pointer;
  }

.cadre:hover {
    background-color: black;
    color: white;
}
 
 .cadre:hover > a{
    color: white;
}

.cadre:active {
    border-top: 2px solid #006600;
    border-left: 2px solid #006600;
    border-right: 2px solid #ccffcc;
    border-bottom: 2px solid #ccffcc;
    transform: translate(2px, 2px);
    background-color: #00cc33;
}

.cadre-bottom{
	border:1px solid black;
    text-align:center;
    display: block;
    padding: 6px 20px;
    font-size: 14px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color: #000000;
    background-color: #00FF41; 
    
    border-top: 3px solid #ccffcc; 
    border-left: 3px solid #ccffcc;
    border-right: 3px solid #006600;
    border-bottom: 3px solid #006600;
    cursor:pointer;
    margin: 0.5vh;
    margin-right: 2vw;
  }
  
.cadre-bottom:hover {
    background-color: black;
    color: white;
}
    
 
.cadre-bottom:active {
    border-top: 2px solid #006600;
    border-left: 2px solid #006600;
    border-right: 2px solid #ccffcc;
    border-bottom: 2px solid #ccffcc;
    transform: translate(2px, 2px);
    background-color: #00cc33;
}
  
p{
	font-size: 14px;
}

.img-footer{
	transform: translate(-1vw, 0);
	margin-top: 25vh;
}
.footer{
	column-count: 2;
	font-family: Arial, sans-serif;
	padding-left: 3vw;
	
}

.footer-cadre {
	background-color: #c2c2c2;
    border-top: 3px solid #E3E3E3;
    border-left: 3px solid #E3E3E3;
    border-right: 3px solid #696969;
    border-bottom: 3px solid #696969;
    padding: 5px;
    box-shadow: 1px 1px 0px #000;
    font-family: Arial, sans-serif;
    font-size: 14px;
}
