a:nth-child(7)
{text-decoration: underline;
/* font-family: quicksand;
font-weight: bold;
opacity: 1;
*/

}


body {
    overflow: hidden;
}


#conteneur
{
    display: flex;
	justify-content: space-around;
	
}


.StylesAcc{
		/*height: 100%; */
		text-align: center;  
		font-size: 2em;
		font-family: quicksand;
		font-weight: normal;
		color: white;
		/*position: relative; */
		vertical-align: middle;
		opacity: 0.8;
	
		font-style: italic;
		text-decoration: underline;
		
		
	}	


	
	.boite{
		
		height: 300px;	
 overflow: hidden;
 position: relative;
		/*height: 100%; */
		text-align: left;  
		font-size: 1.5em;
		font-family: quicksand;
		font-weight: normal;
		color: white;
		/*position: relative; */
		vertical-align: middle;
		opacity: 0.9;
		margin: auto;
		text-shadow: 1px 1px 3px black;
		width: 60%;
		
	}	
	
	.scroll{
		/*height: 100%; */
		text-align: left;  
		font-size: 1em;
		font-family: quicksand;
		font-weight: normal;
		color: white;
		position: absolute; 
		vertical-align: middle;
		opacity: 0.8;
		
		margin: auto;
		text-shadow: 1px 1px 3px black;
		width: 100%;
		
		animation : scroll 50s linear 0s infinite;
		overflow: hidden;
		
		/*animation-name: scroll;
		animation-duration: 4s;
		animation-iteration-count: infinite;
		animation-direction: right;
		animation-timing-function: linear;*/
		
	}	

	.lieu{
		text-align: center;
		margin-top: 20px;
	}
	
	@keyframes scroll	
	{
		0% {transform: translateY(10%);}
		100% {transform: translateY(-100%);}
			
	}
	
	
	.precisescentral{
		/*height: 100%; */
		text-align: left;  
		font-size: 1.5em;
		font-family: quicksand;
		font-weight: normal;
		color: white;
		/*position: relative; */
		vertical-align: middle;
		opacity: 0.8;
		margin-top: 0px;
		margin-bottom: 0px;
		margin-left: 30px;
		margin-right: 00px;
		text-shadow: 1px 1px 3px black;
		width: 10%;
		
	}	
	
	
.ForSwing{

/* height: 100%; */ 
-webkit-font-smoothing: antialiased;
		text-align: center;  
		font-size: 8em;
		font-family: riesling;
		font-weight: lighter;
		color: white;
		position: relative;
		vertical-align: middle;
		opacity: 0.7;
		margin-top: 100px;
		margin-bottom: 0px;
		

}