﻿html
	{
	height: 100%;
	margin: 0;
	padding: 0;
	}
		
body
	{
	background:linear-gradient(#d3cce3, #86a8e7)no-repeat;
	background-attachment: fixed; /*edit*/
	text-align: left;
	font-size: 100%;
	font-weight: normal;
	font-family: Avenir Next, sans-serif;
	color: black;
	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: semibold;
	font-size: 1.75em;
	margin: 1em 1em 1em 1em;
	}
#content h3
	{
	font-weight: normal;
	font-size: 1.5em;
	margin: 1em 1em 1em 1.1em;
	}
#content h4
	{
	font-family: Avenir Next, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	font-style: italic;
	margin: 0.75em 0 0 1.75em;
	}
#content h5
	{
	text-align: justify;
	font-size: 1.5em;
	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: #5D3FD3;
	border-bottom: solid 1px #5D3FD3;
	}
#content a:hover
	{
	/* background: #afeeee; */
	/* border-bottom-color: #000000; */
	color: #AA336A; !important;
	font-weight: bold;
	text-decoration: none;
}

#content a:visited
	{
	
	color: #7F00FF; !important;
	text-decoration: none;
}	

#content p {
text-align: justify;
font-size: 1.25em;
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%;
    z-index: 9;
  	text-indent: 0%;
  	/* padding: 1em; */
  padding: 2em;
margin: auto;
overflow: auto;
  	
     background: background:linear-gradient(#7f7fd5, #86a8e7)no-repeat;
/*      #FFFDD0;  */
        
  }
 


  
  
 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(#1d1160,#9F2B68, #6F00FF);
  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, #1d1160,#9F2B68, #6F00FF);
}

.gold {
color: #811331;
}
.gold:hover {
font-size: 1.5em;
font-weight: bold;
}

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

.flex-container {
    display: flex; 
    
}

.flex-child {
    flex: .225;
    flex-basis: auto; 
    padding: 1px;
}  

.flex-child:first-child {
border-right: .6px solid blue;
    margin-right: 60px;
  
} 

.flex-br {
	
    width: 100%;
    height: 0;
	
}


.row {
  display: flex;
  padding: 1em;
}

.column1 {
width: 35%;
padding: 2px;
text-indent: 2em;
}
.column2 {
width: 65%;
  
  padding: 2px;
 
}

.litterae {
text-indent: 3em;
}

