@font-face {
  font-family: fonte01;
  src: url("../fontes/mogilte.otf") format("truetype");
  font-weight: regular;
  font-style: normal;
}



body{
/*  background-image: linear-gradient(91deg, white 20%,yellow 50%,cyan 50%,cyan 75%,rgb(4, 248, 4)); */
  background-image: linear-gradient(91deg, #DD2476 0%, #FF512F	100%);
  margin-top: 5%;
  margin-left:5%;
  margin-bottom: 5%;
  overflow-x: hidden;
}


/* éléments fixes */
.titre{
  position: fixed;
  top:30px;
  right:760px;
  font-family: fonte01;
  font-size: 1.3em;
  font-weight: 900;
  font-style: italic;
  word-spacing: 0.3em;
  letter-spacing: 0.2em;
  color: #333;
  transform: skewY(-3deg);
  z-index: -1;
}

.dglogoun{
  display: block;
  position: fixed;
  top: 0px;
  right: 630px;
  width:40px;
  height: auto;
  z-index: -2;
}

.dglogodeux{
  display: block;
  position: fixed;
  top: 0px;
  right: 1330px;
  width:100px;
  height: auto;
  z-index: -2;
}

a{
  display: block;
  position: fixed;
  top: 520px;
  right: 0px;
  font-family: fonte01;    
  font-size: 1.3em;
  font-weight: 900;
  font-style: italic;
  word-spacing: 0.3em;
  letter-spacing: 0.2em;
  text-decoration: none;      
  color: #333;
  transform: skewY(-3deg);      
  z-index: 4;  
}

a.deux{
  top:540px;
}

a.trois{
  top: 560px;
}

a.quatre{
  top: 580px;
}

a.cinq{
  top: 620px;
}

select{
  display: block;
  position: fixed;
  top: 5px;
  right: 0;
  color: #444;
  background: #c6c3bd;
  border: 13px solid #333;
  border-radius: 15px;
  transform: skewY(-3deg);
  z-index: 3;
}

.imgdisc{
  position: fixed;
  top: 20px;
  right: 0;
  margin-left: 5px;
  width:500px;
  height: auto;
  z-index: 1;
}


/* éléments de la page */
.cont{
  justify-content: flex-start;
  margin-top: 10px;
  margin-bottom: 10px;
  transform: skewY(-3deg);
  z-index: 3;
}

.col2{
  margin-right: 10px;
  padding: 0px;
  background-image: linear-gradient(90deg, #FF512F 0%, #DD2476 87.5%, #fef7ed 87.5%, #fef7ed 100%);
  border: 13px solid #333;
  border-radius: 15px;
}

.colc{
  margin-right: 0px;
  padding: 0px;
  background-image: linear-gradient(90deg, #2aa15c 0%, #06f688 87.5%, #06f688 87.5%, #2aa15c 100%);
  border: 13px solid #333;
  border-radius: 15px;
}

.cold{
  width: 1300px;
}



span.caption{
  top: -20px;
  padding-top: 0px;
  padding-bottom: 10px;
  font-weight: 900;
  text-align: center;
  color: #ccc;
  background: #333;
}

span.caption::after{
  height: 250px;
  position: relative; 
  background: #333;
  top: -20px;
  z-index: 100;
}

.imgbag{
  display: inline-block;
  width: 300px;
  height: fit-content;
}

.plastique{
  width:fit-content;
  margin-top: 30px;
  margin-right: 10px;
  padding-top: 0px;
}

.imgterrain{
  margin: 20px 20px 0px 20px;
  width: 96%;
  height: auto;
  /* border-radius: 15px; */
}

.imgt1{
  width: 81.6%;
  height: auto;
}

.imgt3{
  background: #000;
  padding-bottom: -20px;
  width: 51%;
  /* height: 100%; */
  border: 12px solid #000;
}

.imgt4{
  width: 92%;
}

.imgterrain:last-child{
  margin-bottom: 20px;
}

/* tableaux */
.cadre1{
  display: block;
  width:fit-content;
  height: fit-content;
  margin-left:0px;
  border: 13px solid #333;
  border-radius: 15px;
  /* transform: skewY(-3deg); */
  z-index: 3;
}

.perf{
  margin-left: 20px;
  margin-bottom: 20px;
}

/* Classe obligatoire pour les flèches */
.flecheDesc {
  width: 0; 
  height: 0; 
  float:right;
  margin: 10px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid black;
}
.flecheAsc {
  width: 0; 
  height: 0;
  float:right;
  margin: 10px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid black;
}

/* Classe optionnelle pour le style */
.tableau {width:auto;table-layout: fixed;border-collapse: collapse;font-size: 1.0em;border-radius: 15px;}
.tableau td {width:fit-content;padding:0.3rem;cursor: pointer;}
.tableau td::first-letter{text-transform: uppercase;}
.zebre tbody tr:nth-child(odd) {background-color: #fbf1e4;border-bottom:1px solid #cec2ac;color:#7e6839;}
.zebre tbody tr:nth-child(even) {background-color: #fef7ed;border-bottom:1px solid #cec2ac;color:#7e6839;}
.zebre tbody tr:hover:nth-child(odd) {background-color: #fffcf7;color:#9e875e;}
.zebre tbody tr:hover:nth-child(even) {background-color: #fffcf7;color:#9e875e;}
.avectri th {text-align:center;padding:5px 0 0 5px;vertical-align: middle;background-color:#fef7ed;color:#7e6839;cursor:pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.avectri th.selection {background-color:#5d625c;color:#fff;}
.avectri th.selection .flecheDesc {border-bottom-color: white;}
.avectri th.selection .flecheAsc {border-top-color: white;}
.avectri thead th:nth-child(1) {width: 50px;}
.avectri thead th:nth-child(2) {width: 50px;}
.avectri thead th:nth-child(3) {width: 50px;}
.avectri thead th:nth-child(4) {width: 75px;}
.avectri thead th:nth-child(5) {width: 75px;}
.avectri thead th:nth-child(6) {width: 50px;}
.avectri thead th:nth-child(7) {width: 115px;}
.avectri thead th:nth-child(8) {width: 50px;}
.avectri thead th:nth-child(9) {width: 100px;}
.avectri thead th:nth-child(10) {width: 225px;}
.zebre tbody td:nth-child(1) {text-align:center;}
.zebre tbody td:nth-child(2) {text-align:center;}
.zebre tbody td:nth-child(3) {text-align:center;}
.zebre tbody td:nth-child(4) {text-align:left;}
.zebre tbody td:nth-child(5) {text-align:left;}
.zebre tbody td:nth-child(6) {text-align:center;}
.zebre tbody td:nth-child(7) {text-align:left;}
.zebre tbody td:nth-child(8) {text-align:center;}
.zebre tbody td:nth-child(9) {text-align:left;}
.zebre tbody td:nth-child(10) {text-align:left;}
.avectrib thead th:nth-child(1) {width: 150px;}
.avectrib thead th:nth-child(2) {width: 125px;}
.avectrib thead th:nth-child(3) {width:  75px;}
.avectrib thead th:nth-child(4) {width: 100px;}
.avectrib thead th:nth-child(5) {width: 125px;}
.avectrib thead th:nth-child(6) {width: 75px;}
.zebreb tbody td:nth-child(1) {text-align:left;}
.zebreb tbody td:nth-child(2) {text-align:left;}
.zebreb tbody td:nth-child(3) {text-align:center;}
.zebreb tbody td:nth-child(4) {text-align:center;}
.zebreb tbody td:nth-child(5) {text-align:center;}
.zebreb tbody td:nth-child(6) {text-align:center;}
.avectric thead th:nth-child(1) {width: 100px;}
.avectric thead th:nth-child(2) {width: 100px;}
.avectric thead th:nth-child(3) {width: 100px;}
.avectric thead th:nth-child(4) {width: 100px;}
.distance thead th:nth-child(1) {width: 50px;}
.distance thead th:nth-child(2) {width: 75px;}
.distance thead th:nth-child(3) {width: 50px;}
.distance thead th:nth-child(4) {width: 50px;}
.distance tbody td:nth-child(1) {text-align:center;}
.distance tbody td:nth-child(2) {text-align:left;}
.distance tbody td:nth-child(3) {text-align:right;}
.distance tbody td:nth-child(4) {text-align:right;}
.perf thead th:nth-child(1) {width: 300px;}
.perf thead th:nth-child(2) {width: 75px;}
.perf thead th:nth-child(3) {width: 100px;}
.perf thead th:nth-child(4) {width: 75px;}
.perf thead th:nth-child(5) {width: 100px;}
.perf thead th:nth-child(6) {width: 300px;}
.perf tbody td:nth-child(1) {text-align:left;}
.perf tbody td:nth-child(2) {text-align:center;}
.perf tbody td:nth-child(3) {text-align:center;}
.perf tbody td:nth-child(4) {text-align:center;}
.perf tbody td:nth-child(5) {text-align:left;}
.perf tbody td:nth-child(6) {text-align:left;}


table.distance{
  display: inline;
  transform: skewY(-3deg);
}

caption.distance{
  padding-bottom: 10px;
  font-weight: 900;
  color: #ccc;
  background: #333;
}

.col3{
  margin-top: 10px;
  margin-bottom: -10px;
  padding-left: 10px;
  padding-right: 10px; 
  text-align: right;
  transform: skewY(0deg)
}

.col4{
  margin-top: 0px;
  padding-top: 0px;
  background-image: linear-gradient(91deg, #DD2476 0%, #FF512F	90%);
}

span.mini{
  margin-top: 15px;
  margin-left: 15px;
  margin-right: 0px;
  font-family: fonte10;
  font-weight: normal;
  font-size: 1.0em;
  text-align: left;
  color: #9e875e;
}

span.mini0{
  margin-top: 0px;
  padding-top: 10px;
  margin-left: 76px;
  color: #cec2ac;
}

span.mini6{
  margin-left: 62px;
}

span.mini5{
  margin-left: 93px;
}

span.mini4{
  margin-left: 93px;
}

span.mini3{
  margin-left: 74px;
}

span.mini2{
  margin-left: 81px;
}

span.mini1{
  margin-left: 89px;
}

img.mini{
  width: 55px;
}

img.des{
  filter: blur(1px);
  filter: opacity(55%);
}

img.des2{
  filter: blur(2px);
  filter: opacity(15%);
}


.inf{
  display: inline;
  position: relative;
  margin: 0px;
  padding: 0px;
  width: 50px;
  height: 50px;
  }

  .inf:hover{
    cursor: crosshair;
  }
  
  .inf:hover:after{
    background: #e9e065;
    border-radius: 5px;
    bottom: 51px;
    color: #444;
    box-shadow: 2px 2px 0px 3px #333;
    content: attr(title);
    text-align: center;
    left: -50px;
    padding: 5px 15px;
    position: absolute; 
    z-index: 98;
    width: 100px;
  }

  .info:hover:after{
  background: #f85c68;
  }

  .infs:hover:after{
  background: #5cbcf8;
  }

  .infu:hover:after{
  background: #80d117;
  }

  .inf:hover::before{
  widows: 2px 2px 0px 3px #333;
  }

  .info:hover:before,.infs:hover:before,.infu:hover:before{
    border: solid;
    border-color: #333 transparent;
    border-width: 12px 12px 0 12px;
    bottom: 45px;
    content: "";
    left: 50%;
    position: absolute; 
    top: -1px;
    z-index: 99; 
  }

hr{
  border: 5px solid #333;
  border-radius: 5px;
  transform: skewY(-3deg);
} 

hr.score{
  margin-top: 10px;
  margin-bottom: 0px;
  border: 5px solid #AAA;
}