*{box-sizing: border-box ; 
  color:white;
  font-size: 1.02em;
 }


body
	{ 
	font-family:Comic sans MS,Verdanasans-serif;
	background-image:url(../Images/ciel.png) ;
	background-attachment : fixed ;
	overflow : auto ;
	color:white;
}
	
	
body::-webkit-scrollbar {
    width: 10px;
}

body::-webkit-scrollbar-track {
    background-color: #e5e5e5;
}

body::-webkit-scrollbar-thumb {
    border-radius: 15px;
    background-color: #5c2a9d;
}



body::-webkit-scrollbar-thumb:hover {
    background-color: aqua;
}


a  { color : white;
	text-decoration : none ;
	font-size : 1.1em ;

}


#revenir {
	display: block;
	text-align: right;
}

h1
	{color : black;
	font-size : 200%;
	background : RGB( 147, 213, 230 );
	text-align : center;
	width : 50% ;
	margin : auto ;
	border-radius : 10px;
}

#centre{
	text-align: center;
}


h2
	{color : #22649E;
	font-size : 150%;
	background : white;
	text-align : center;
	width : 40% ;
	margin : auto ;
	margin-top : 10px;
	border-radius : 10px;
	padding: 2px;
	}
	

ul
	{color:white;
	list-style-type : square;
	font-size: 1.05em;
}


li {
    margin-left: 1.5% ;
   margin-right: 1.5% ;
   position: relative;
   text-align : left ;
}


p
	{color:white;
	margin:20px;
	text-align : justify ;
	font-size: 1.05em;
	}
	
	

footer  
    { font-size : 80% ;
	padding : 5px ;
}

	

section
	{border-style : dashed;
	border-width : 3px;
	border-color : white;
	border-radius: 50px;
	margin: 30px;
	padding : 10px ;
	font-size: 1.05em;
}



table
	{width:80%%;
		margin: 50px;}



table, td, th
	{border: solid 1px grey;
	border-collapse: collapse;
	border-spacing: 2px;
}


.diff
	{
	text-align : right;
	color : white;
	display : flex ;
	justify-content:center;
	flex-direction: column;
	align-items: center;
}


ol.niveau1
	{color : black;
	list-style-type : decimal;
	text-align: left ;
	font-size: 1.05em;
}


ol.niveau2
	{color : black;
	list-style-type : lower-latin;
	font-size: 1.05em;
}


a:hover
	{color:white ;
	text-decoration : underline;
	font-weight: bold ;
}


	
.logo {display : block;
	  margin : auto ;
	  border-radius: 20px;
}





#table{
	    margin : auto ;
		
}


.button {

  width: 230px;
  height: 55px;
  font-family: Comic sans MS;
  position: relative;
  color: white;
  z-index: 0;
  border: 3px solid #892cdc;
  border-radius:25px ;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center ;
  margin : auto;

}


.button::before {
  content: '';
  font-size : 1.1em ;
  position: absolute;
  right: 230px;
  top: 0;
  width: 100%;
  height: 100%;
  background: RGB(87, 196, 227);
  border-radius: 0% 50% 50% 0%;
  z-index: -1;
  transition: all .4s;
}


.button:hover::before {
  right: 0px;
  border-radius: 0;
}



#conteneur { display : flex;
			justify-content : center;
			text-align : center;
			list-style-type : none ; 

}



h3 {
	font-size : 1.15em ;
	font-style : bold ;
	text-align: left ; 
}



h4 {
	font-size : 1.15em ;
	font-style : bold ;
	text-align: center ; 
}


#no_bold { text-decoration: none; }






/* quiz */

*.panel{
    height: 80vh;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.question-container{
	
  width: 80%;
  height: 13%;
  font-family: Comic sans MS;
  font-size : 1.7em ;
  position: relative;
  color: white;
  z-index: 0;
  border: 3px solid aqua;
  border-radius:35px ;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center ;
  margin-right : auto;
    margin-left : auto;	
	margin-bottom : 20px ;
}
.result{
    margin: 10px;
    padding: 5px;
    width:80vw;
    height: 10vh;
    text-align: center;
    font-size: 50px;
      
}
.option-container{
    display: flex;
    justify-content: space-around;
	align-items : center ;
    margin: 10px;
    padding: 5px;
    width: 80vw;
    height: 20vh;
    background-color: RGB(255, 239, 220);
    border-radius: 20px;   
        
}
.option{    
    padding: 10px;
    width: 15vw;
    height: 10vh;
    font-size: larger;
    background-color: lightskyblue;
    border-radius: 25%;
	color :black ;
	font-family : Comic sans MS;	
}


.option:hover{
    background-color: RGB(62,255,178);
}


.navigation{
    width: 80vw;
    height: 10vh;
    margin: 10px;
    padding: 5px;
    display: flex;
    justify-content: space-around;
    background-color: RGB(100, 190, 255);
    border-radius: 20px;
}
  
.evaluate,.next{
    width:30vw;
    height: 8vh;
    padding: 5px;
    font-size: larger;
    border-radius: 10px;
}

.evaluate{
    
    background-color: rgb(0, 184, 37);
    border-radius: 10px;
}

.next{
    color: white;
    background-color: #BF3325;
}


#desrondsplease{
	border-style: dotted ;
	border-width: 5px;
}

.dudoubleplease{
	border-width: 5px;
	border-style: double;
}

#récapitulatif{

	margin-left: 120px;
	margin-right: 120px;
}

.cont{
	display : flex ;
}

#Nuit_étoilée_pas_de_Van_Gogh{
  border: 3px solid silver;

}
