﻿html
	{
	height: 100%;
	margin: 0;
	padding: 0;
	}
		
body
	{
	background: linear-gradient(#00b4db, #0083b0)no-repeat;
	background-attachment: fixed; /*edit*/
	text-align: left;
	font-size: 100%;
	font-weight: normal;
	font-family: Avenir Next, sans-serif;
	color: white;
	margin: 0 auto 0 auto;
	padding: 1em 0 2em 0;
	}
	
#content	h1 {
	font-size: 2.2em;
	 font-family: 'Trajan Pro', sans-serif;                                              
	margin: 0 0 0.5em -0.65em;
	}	
#content h2
	{
	font-family: Avenir Next;
	font-weight: normal;
	font-size: 1.75em;
	margin: 1em 1em 1em 1em;
	}
#content h3
	{
	font-size: 1.5em;
	margin: 1em 1em 1em 1.1em;
	}
#content h4
	{
	font-family: Avenir Next, sans-serif;
	font-size: 1.2em;
	font-weight: semibold;
	font-style: italic;
	margin: 0.75em 0 0 1.75em;
	}
#content h5
	{
	text-align: center;
	font-size: 1.2em;
	font-weight: normal;
	/* margin: 0.75em 0 0 1.75em; */
	}
#content h6
	{
	color: white;
	text-align: justify;
	font-size: 1.2em;
	}	
	a
	{
	color: #ffffff;
	text-decoration: none;
	}

#content a
	{
	color: #ffffff;
	border-bottom: solid 1px #afeeee;
	}
#content a:hover
	{
	/* background: #afeeee; */
	/* border-bottom-color: #000000; */
	color: #FFAC1C; !important;
	font-weight: bold;
	text-decoration: none;
}

#content a:visited
	{
	
	color: #79f8f8; !important;
	text-decoration: none;
}

#content p {
text-align: justify;
font-size: 1em;
font-weight: light;
}

.poeme {
padding: 1em;
}	
	

.centered {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -150px;
  margin-left: -200px;
}

.centered-2 {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -125px;
}


.square {
  height: 400px;
  width: 400px;
  background-color: #FFFDD0;
  }
  
 .carrejaune {
 
 width:90%;
    top: 50%;
    left: 50%;
  	text-indent: 0%;
  	/* padding: 1em; */
  padding: 2em;
margin: auto;
  	
     background: linear-gradient(#0075e6, #021b79) no-repeat;
/*      #FFFDD0;  */
        
  }
 

 .lapin {
/*  content: url('../imgsv/Lapin-a.png'); */
 
 height: 20%;
 width: 20%; 
 }
  
  
 div.slide-right {
  width:100%;
  overflow:hidden;
}
div.slide-right div.inner2 {
  animation: slide-right 15s;
  margin-top:0%;
}

@keyframes slide-right {
  from {
    margin-right: 100%;
  }

  to {
    margin-right: 0%;
  }
}

div.slide-left {
  width:100%;
  overflow:hidden;
}
div.slide-left div.inner {
  animation: slide-left 15s;
  margin-top:0%;
}

@keyframes slide-left {
  from {
    margin-left: 100%;
  }

  to {
    margin-left: 0%;
  }
  }

div.slide-left div.inner div.lapin {
  animation: lapanim 15s;
}

@keyframes lapanim {
0% {content: url("../imgsv/Lapin-a.png");}
5% {content: url("../imgsv/Lapin-b.png");}
10% {content: url("../imgsv/Lapin-c.png");}
15% {content: url("../imgsv/Lapin-a.png");}
20% {content: url("../imgsv/Lapin-b.png");}
25% {content: url("../imgsv/Lapin-c.png");}
30% {content: url("../imgsv/Lapin-a.png");}
35% {content: url("../imgsv/Lapin-b.png");}
40% {content: url("../imgsv/Lapin-c.png");}
45% {content: url("../imgsv/Lapin-a.png");}
50% {content: url("../imgsv/Lapin-b.png");}
55% {content: url("../imgsv/Lapin-c.png");}
60% {content: url("../imgsv/Lapin-a.png");}
65% {content: url("../imgsv/Lapin-b.png");}
70% {content: url("../imgsv/Lapin-c.png");}
75% {content: url("../imgsv/Lapin-a.png");}
80% {content: url("../imgsv/Lapin-b.png");}
85% {content: url("../imgsv/Lapin-c.png");}
90% {content: url("../imgsv/Lapin-a.png");}
95% {content: url("../imgsv/Lapin-b.png");}
100% {content: url("../imgsv/Lapin-c.png");}
}

div.slide-3 {
  width:100%;
  overflow:hidden;
}
div.slide-3 div.inner {
  animation: slide-3 15s;
  margin-top:0%;
}

@keyframes slide-3 {
  from {
    margin-left: 100%;
  }

  to {
    margin-left: 0%;
  }
}


.button-70 {
  background-image: linear-gradient(#0dccea, #0d70ea);
  border: 0;
  border-radius: 2px;
  box-shadow: rgba(0, 0, 0, .3) 0 5px 15px;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  font-family: Avenir Next, Arial, Helvetica, sans-serif;;
  font-size: .9em;
  margin: 3px;
  padding: 4px 8px;
  text-align: center;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}
.button-70:hover {
/* background-image: linear-gradient(#2512eb, #2adada); */
background-image: linear-gradient(to right top, #0d0a62, #142884, #1746a6, #1664c9, #1283eb);
}

.gold {
color: #ffd700;
font-weight: 600;
}
.gold:hover {
font-size: 1.5em;
font-weight: 900;
}

.apocalypse { 
animation: fadeIn 15s; 
}
@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
.gratias {
animation-delay: 12s;
animation: fadeIn 15s; 
font-weight: 300;
color: yellow;
}

.wrap {
float: left;
 margin: 5px; 
 padding:1px;
}
