body{
	margin:70px;  overflow-X:hidden;  overflow-Y:hidden;
	background-size:cover;
	background-repeat:repeat-y,repeat-y; background-attachment: fixed;
	
	background-color:#D8FAE1;
	background: radial-gradient(ellipse farthest-corner at 45px 45px , #00FFFF 0%, rgba(0, 0, 255, 0) 45%, #0000FF 90%);
font-family: "Century Gothic", Verdana, Sans-serif;
text-decoration:none;
}
a{text-decoration:none;}

.transitionbateau{ margin-left: 20%; width: 15%;height: 15%;background-color: none; transition: all 5s;}
.transitionbateau:hover{width:35%;height: 8%;  transform: translateX(25%) translateY(-28%);background-color:none; 
transition: all 5s;}
@media screen and (max-width: 680px){
.transitionbateau{margin-left: 20%; width: 20%;height: 20%;background-color: none;transition: all 5s;overflow:hidden;}
.transitionbateau:hover{width:40%;height: 8%;  transform: translateX(10%) rotate(-5deg) translateY(-20%);background-color:none;overflow: visible; 
transition: all 3s;}}
.transitionvaisseau{ float: right; position: fixed; margin-left: 70%; width: 55%;height: 55%;background-color: none; transition: all 5s;}
.transitionvaisseau:hover{width:1000%;height: 1000%;  transform: translateX(-40px) rotate(-2deg) translateY(-50px);background-color:none; 
transition: all 5s;}
@media screen and (max-width: 680px){
.transitionvaisseau{margin-left: 70%; width: 20%;height: 20%;background-color: none;transition: all 5s;overflow:hidden;}
.transitionvaisseau:hover{width:200%;height: 40%;  transform: translateX(-20px) rotate(-5deg) translateY(-50px);background-color:none;overflow: visible; }}

.transitionvaisseau2{ float: right; position: fixed; margin-left: 70%; width: 55%;height: 55%;background-color: none; transition: all 5s;}
.transitionvaisseau2:hover{ transform: translateX(-16%) rotate(0deg) translateY(-8%);background-color:none;}
.transitionvaisseau3{ float: right; position: fixed; margin-left: 60%; width: 55%;height: 55%;background-color: none; transition: all 5s;}
.transitionvaisseau3:hover{ transform: translateX(-8%) translateY(-8%);background-color:none;}



