body{
	background-color: #f9d7e0;
	font-family: WistiaPlayerInterNumbersSemiBold, Helvetica, sans-serif;
	color: #000;
	text-align: center;
	padding : 0;
	margin: 0;
	font-size: 1.3em;
}

#haut{
	color: #1273a0;
}


#elsounita{	
	width: 100%;
	height: 100vh;
	
	display: grid; /* contexte sur le parent */
	place-items: center /* alignement vertical et horizontal des enfants dans leur cellule */
	
/*	background-image: url(../images/Fond_Elsounita.png);
	background-repeat:no-repeat;
	background-size: contain;
	background-position: 50%;
*/
}

/* POSITIONS ELEMENTS */

#fond{
	position: relative;
	width: 700px;
	margin-top: 10px;	
}
#fond img{
	max-height: 950px;	
}


#elsou{
	position: relative;
	top: 15px;
}
#fleche{
	position: absolute;
	width: 20px;
    left: 315px;
    top: 28px;
}
#bas{
	vertical-align: middle;	
	position: relative;	
    top: 20px;	
	padding-bottom: 15px;
}
#bas img{
	max-width: 20px;
	margin-left: 5px;
	margin-right: 5px;		
}
#bas a{
	text-decoration: none;
	color: #000;
}
#bas a:hover{
	color: #ef8c9c;
}

#site{
	position: absolute;
	width: 225px;
    left: 245px;
    top: 201px;
	cursor: pointer;
}
#contact{
	position: absolute;
	width: 225px;
    left: 245px;
    top: 221px;
	cursor: pointer;
}
#qr{
	position: absolute;
	width: 70px;
    left: 565px;
    top: 176px;
	cursor: pointer;
}
#fitness{
	position: absolute;
	width: 200px;
    left: 285px;
    top: 299px;
	cursor: pointer;
}
#pdlf{
	position: absolute;
	width: 200px;
    left: 75px;
    top: 416px;
	cursor: pointer;
}
#entreprise{
	position: absolute;
	width: 200px;
    left: 445px;
    top: 472px;
	cursor: pointer;
}
#suivi{
	position: absolute;
	width: 160px;
    left: 105px;
    top: 696px;
	cursor: pointer;
}
#ct{
	position: absolute;
	width: 220px;
    left: 414px;
    top: 698px;
	cursor: pointer;
}
#fb{
	position: absolute;
	width: 30px;
    left: 570px;
    top: 891px;
	cursor: pointer;
}
#insta{
	position: absolute;
	width: 30px;
    left: 610px;
    top: 891px;
	cursor: pointer;
}

/* POP-UP */
#pain{
	display: none;
	width: 100%;
	height: 100%;
	text-align: center;
	margin: auto auto;
	position: fixed;
	z-index: 200;
	background-color: rgba(0,0,0,0.8);
}
#pain_block{
	padding-left: 20px; 
	padding-right: 20px; 
	background-color: #FFF; 
	text-align: center; 
	display: inline-block; 
	margin: auto; 
	margin-top: 40vh; 
	border-radius: 5px 5px 5px 5px;
	min-width: 350px;
}
#pain_block a{
	text-decoration: none;
	color: #1273a0;
}
#pain_block a:hover{
	text-decoration: none;
	color: #ef8c9c;
}
#pain_block h3{
	margin-top: 0;
}
#reset_btn{
	text-align: right;
	margin-left: 15px;
	margin-top: 10px;	
	border-radius: 5px 5px 5px 5px;
	cursor: pointer;	
}

#painCT{
	display: none;
	width: 100%;
	height: 200%;
	text-align: center;
	margin: auto auto;
	position: absolute; /* fixed */
	z-index: 200;
	background-color: rgba(0,0,0,0.8);
}
#painCT_block{
	padding-left: 20px; 
	padding-right: 20px; 
	background-color: #FFF; 
	text-align: center; 
	display: inline-block; 
	margin: auto; 
	margin-top: 5vh; 
	border-radius: 5px 5px 5px 5px;
	min-width: 350px;
}
#painCT_block a{
	text-decoration: none;
	color: #1273a0;
}
#painCT_block a:hover{
	text-decoration: none;
	color: #ef8c9c;
}
#reset_btn_CT{
	text-align: right;
	margin-left: 15px;
	margin-top: 10px;	
	border-radius: 5px 5px 5px 5px;
	cursor: pointer;	
}
#painCT_block img{
	max-width: 600px;
}


/* SCROLLBARS */

/* Works on Firefox */
* {
  scrollbar-height: thin;
  scrollbar-width: thin;
  scrollbar-color: #ef8c9c #f9d7e0;
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
*::-webkit-scrollbar-track {
  background: #f9d7e0;
}
*::-webkit-scrollbar-thumb {
  background-color: #ef8c9c;
  border-radius: 10px;
  border: 3px solid #f9d7e0;
}