<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.main-container-hm{
  position: relative;
  width: 100%;
  
}

.text-and-img-container{
  background-color: #f8e8ee;
  display: block;
  margin-bottom:10px;
  position:relative;
  padding-bottom: 10px;
  padding-top: 10px;
}

.text{
/* float:left; */
  padding-left: 6%;
  width: 58%;
  color: #912674;
 text-align: justify;
}
.texts{
float:left;
  padding-left: 6%;
  width: 90%;
  color: #912674;
 text-align: justify;
}



.text2{
float:left;
  padding-left: 80px;
  width: 60%;
  color: #FFFFFF;
  text-align: justify;
}

.img-container{
	/* position: absolute; */
    right: 10px;
    bottom: 100px;
	top: 20px;
}

.img{
  margin: 0 0 0 0;
  width: 30px;
  height: 60px;
}

.quest-container{ 
  position: absolute;
  top: 102%;
  left: 5%;
  right : 5%;
  color: white;
  
}
.textq{
	margin-left:5%;
	text-align:justify;
	margin-right:5%;
	margin-bottom:-0%
}

.ButtonQ{
	float:center;
	
	padding-bottom:2px;
	padding-top:2px;
	
	
}

.qc{
  float:left;
  width: 448px;
  height: 213px;
  margin-right: 20px;
}

.qmeu{
  float:left;
  width: 448px;
  height: 213px;
  margin-left: 20px;
}

.left{

	text-align: center;
	padding-top: 36px;
}

.right{
	float:right;
	text-align: left;
	padding-top: 50px;
    padding-left: 30px;
}

.quest-container .left,
.quest-container .right{
	height:100%;
}

.custom-img{
	width: 225px;
    margin-top: 0px;
    padding-top: 25px;
    margin-left: 24%;
    padding-left: 0px;
}

.quest-title{
	font-size: 4.4rem; //-webkit-xxx-large;
}
	  
.btn-navigateur{
	text-align:center;
	margin-bottom:20px;
}	  

.navigateur{
	color: #912674;
	margin-top: 230px;
    margin-bottom: 10px;
}

.event-link-proj{
	color: white;
    position: relative;
    width: 70%;
    text-align: right;
    font-weight: bold;
    bottom: -10px;
    right: -10px;
}
.linkHP{
	color: #912674;
	text-decoration : underline;
}</pre></body></html>