@charset "UTF-8";
/* CSS Document */

body {
 padding: 0px;
	margin: 0px;
        background-color: #610000;
	color: #Ffbd158;
        /*background: linear-gradient(#151515, 10%, #000, #151515);*/
 }
 
.page {
	position: relative;
	max-width: 2240px;
    text-align:center;
    margin: 0px;
	padding: 0px;
    margin-right: auto;
    margin-left: auto;
    
}
.bas {
	 float:none;
	display: inline-block;
	position: relative;
	max-width: 800px;
    text-align:center;
    margin: 0px;
	padding: 0px;
    margin-right: 10%;
    margin-left: 10%;
   
}  
.legend{
    float:none;
	display: inline-block;
	position: relative;
    margin: 2px;
	padding: 0px;
    width:525px;
    height:175px;
    }
    .legend img{
    margin: 0px;
	padding: 0px; 
    width:100%;
    height:100%;
    border: 0;
    }    
.Illu{
    float:none;
    display: inline-block;
    position: relative;
    margin: 2px;
    padding: 0px;
    width:80%;
    height:auto;
    }
    .Illu img{
    margin: 0px;
    padding: 0px; 
    width:100%;
    height:100%;
    border: 0;
    }    
.mini{
    float:none;
	display: inline-block;
	position: relative;
    margin: 20px;
	padding: 0px;
    width:320px;
    height:450px;
    }
    .mini img{
    margin: 0px;
	padding: 0px; 
    width:100%;
    height:100%;
    border: 0;
	border-radius:6%;
	box-shadow: 10px 5px 5px #390606;
    }
    .minirond{
    float:none;
	display: inline-block;
	position: relative;
    margin: 20px;
	padding: 0px;
    width:140px;
    height:140px;
    }
 .minirond img{
    margin: 0px;
	padding: 0px; 
    width:100%;
    height:100%;
    border: 0;
	border-radius:50%;
    }
 .rond{
    float:none;
	display: inline-block;
	position: relative;
    margin: 20px;
	padding: 0px;
    width:240px;
    height:240px;
    }
 .rond img{
    margin: 0px;
	padding: 0px; 
    width:100%;
    height:100%;
    border: 0;
	border-radius:50%;
    }
    .carre{
    float:none;
	display: inline-block;
	position: relative;
    margin: 20px;
	padding: 0px;
    width:150px;
    height:150px;
    }
 .carre img{
    margin: 0px;
	padding: 0px; 
    width:100%;
    height:100%;
    border: 0;
    }
 h1{
	position:relative;
	margin-top: 15px;
	font-family: "Roboto Flex", sans-serif;
	 font-weight: 720;
	font-size: 24px;
	color: #fbd158;
	text-align: center;
} 
h2{
	font-family: "Roboto Flex", sans-serif;
	font-size: 1em;
	font-weight: 200;

	text-align: center;
	color: #fbd158;
} 
h2 a{
    font-family: "Roboto Flex", sans-serif;
    font-size: 1em;
    font-weight: 200;
    text-decoration: none;

    text-align: center;
    color: #fbd158;
} 
h3{
	font-family: "Roboto Flex", sans-serif;
	font-weight: 100;
	text-align: left;
	color:#FFF;
} 
table{
    border-collapse: collapse;
}
th,td{
    border:1px solid #fbd158;
    font-family: "Roboto Flex", sans-serif;
    font-weight: 100;
    color:#FFF;
    padding: 10px;

}
.retour a{
	font-size: 1em;
	text-align: center;
	color: #FEFBFB;
	text-decoration: none;
} 
.contact a{
	text-decoration:underline;
	color:#FFF;
}
.contact a:hover{
	color:#ffff00;
	text-decoration:none;
}
.lien{
	background: #fbd158;
  border: 1px solid #fbd158;
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 2px 4px;
  box-sizing: border-box;
  color: #610000;
  cursor: pointer;
  display: inline-block;
   font-family: Circular,-apple-system,BlinkMacSystemFont,Roboto,"Helvetica Neue",sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 16px;
  min-height: 40px;
  outline: 0;
  padding: 12px 14px;
  text-align: center;
  text-rendering: geometricprecision;
  text-transform: none;
  text-decoration:none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
}
.lien:hover,.lien:focus {
  background-color: initial;
  background-position: 0 0;
  color: #fbd158;
}
.lien:active {
  opacity: .5;
}
/*POUR MOBILE horizontal*/
@media only screen and (max-width: 1080px) {

.legend{
	margin:5px;
	width:420px;
    height:140px;
    }
.mini{
	margin:10px;
    width:200px;
    height:281px;
    }
}    
/*POUR MOBILE*/
@media only screen and (max-width: 640px) {

h1{
	font-size: 18px;
	} 

th,td{
    font-size: 12px;
    padding: 2px;

}
.lien{
  font-size: 11px;
  font-weight: 800;
  line-height: 12px;
  min-height: 14px;
  padding: 6px 8px;
}
.legend{
	margin:5px;
    width:300px;
    height:100px;
    }
.mini{
    margin: 5px;
    width:140px;
    height:197px;
    }
)