* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style-type: none;
  list-style: none;
  border: 0;
}
a {
  color: black;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'PoppinsBold';
}
p,
figcaption,
button,
li {
  letter-spacing: 0.5pt;
}
input {
  font-family: 'PoppinsLight';
}
a {
  outline: 0;
}
#wrapper h1,
#wrapper h2,
#wrapper h3,
#wrapper h4,
#wrapper h5,
#wrapper h6 {
  font-family: 'PoppinsBold';
}
#wrapper p,
#wrapper span,
#wrapper a,
#wrapper label,
#wrapper input {
  font-family: 'PoppinsLight';
  font-size: 1vw;
}
#wrapper p,
#wrapper a,
#wrapper figcaption,
#wrapper button,
#wrapper li {
  letter-spacing: 0;
}
#wrapper dl dt {
  font-family: 'PoppinsLight';
}
#wrapper dl dd {
  font-family: 'PoppinsLight';
}
#wrapper input[type=submit] {
  font-family: 'PoppinsLight';
  font-size: 1.3vw;
}
#wrapper input[type=text]:focus,
#wrapper input[type=submit]:focus {
  outline: none;
}
#wrapper table {
  border-collapse: collapse;
  border-spacing: 0;
}
#wrapper table tr th,
#wrapper table tr td {
  font-weight: normal;
}
#wrapper table tr th,
#wrapper table tr th p {
  font-family: 'PoppinsLight';
}
@keyframes bound {
  0% {
    transform: translate(0);
  }
  100% {
    transform: translate(0,10px);
  }
}
@keyframes down {
  0% {
    margin-top: -2000;
    opacity: 0;
  }
  100% {
    margin-top: 0;
    opacity: 1;
  }
}
@keyframes up {
  0% {
    margin-top: 0;
    opacity: 1;
  }
  100% {
    margin-top: -2000;
    opacity: 0;
  }
}
#wrapper h1 {
  text-align: center;
  color: #000;
  font-size: 2.1vw;
}
#wrapper h2 {
  text-align: left;
  color: #4E4E4E;
  font-size: 1.85vw;
  margin-bottom: 1vw;
}
#wrapper h3 {
  text-align: left;
  color: #0077bd;
  font-size: 1.3vw;
  margin-bottom: 0.75vw;
}
#wrapper h4 {
  text-align: left;
  color: #4E4E4E;
  font-size: 1.2vw;
  margin-bottom: 0.5vw;
}
#wrapper label,
#wrapper p,
#wrapper a,
#wrapper input {
  font-size: 1vw;
}
#wrapper input[type=submit] {
  font-size: 1.3vw;
}
#wrapper dl dt {
  font-size: 1.3vw;
}
#wrapper dl dd {
  font-size: 1vw;
}
#wrapper tr th,
#wrapper tr th p {
  font-size: 1.3vw;
}
#wrapper tr td,
#wrapper tr td p {
  font-size: 1vw;
}
#wrapper #main-title,
#wrapper #main-title2 {
  padding: 2vw 0;
}
#wrapper #main-title .separation,
#wrapper #main-title2 .separation {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
#wrapper #main-title .separation .line,
#wrapper #main-title2 .separation .line {
  width: 465px;
  height: 1px;
  opacity: 0.5;
  background-color: #4E4E4E;
  vertical-align: bottom;
  margin-bottom: 8px;
}
#wrapper #main-title .separation img,
#wrapper #main-title2 .separation img {
  max-width: 60px;
  max-height: 52px;
  margin: 0 5px;
  display: inline-block;
  vertical-align: bottom;
}
#wrapper #main-title h2,
#wrapper #main-title h3,
#wrapper #main-title2 h2,
#wrapper #main-title2 h3 {
  text-align: center;
}
#wrapper .sub-title {
  padding: 0;
  margin: 1vw 0;
  width: 100%;
}
#wrapper .sub-title .separation {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
}
#wrapper .sub-title .separation .line {
  position: absolute;
  z-index: 10;
  top: 50%;
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background-color: #4E4E4E;
}
#wrapper .sub-title .separation h4 {
  position: relative;
  z-index: 20;
  background-color: #fff;
  padding: 0 1vw;
  margin-left: 5vw;
}
#wrapper .h-center {
  text-align: center;
}
#btn-center {
  width: 100%;
  margin: 2vw 0;
  display: flex;
  align-items: center;
}
#btn-center a {
  margin: 1vw;
}
#btn-center a .btn {
  min-width: 10vw;
  padding: 1vw;
  background-color: #0077bd;
  border: solid 1px #0077bd;
  border-radius: 25px;
  -moz-box-shadow: 0px 3px 6px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0px 3px 6px rgba(0,0,0,0.5);
  box-shadow: 0px 3px 6px rgba(0,0,0,0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}
#btn-center a .btn img {
  width: 100%;
  max-width: 96px;
  height: auto;
  margin-right: 1vw;
}
#btn-center a .btn p {
  font-family: 'PoppinsLight';
  font-size: 1.3vw;
  color: #fff;
}
#btn-center a:hover,
#btn-center a:active {
  cursor: pointer;
}
#btn-center a:hover .btn,
#btn-center a:active .btn {
  background-color: #0099FF;
  border-color: #0099FF;
  transition: all 0.2s ease;
}
#btn-choice-index {
  width: 100%;
  margin: 2vw 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#btn-choice-index a {
  margin: 0 5vw;
}
#btn-choice-index a .btn-on,
#btn-choice-index a .btn-off {
  width: 14vw;
  border: solid 1px;
  border-radius: 25px 25px 0 0;
  -moz-box-shadow: 0px 3px 6px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0px 3px 6px rgba(0,0,0,0.5);
  box-shadow: 0px 3px 6px rgba(0,0,0,0.5);
  text-align: center;
}
#btn-choice-index a .btn-on p,
#btn-choice-index a .btn-off p {
  font-family: 'PoppinsLight';
  font-size: 1.3vw;
  color: #fff;
  padding: 0.75vw;
}
#btn-choice-index a .btn-on {
  background-color: #0099FF;
  border-color: #0099FF;
  transition: all 0.2s ease;
}
#btn-choice-index a .btn-off {
  border-color: #0077bd;
  background-color: #0077bd;
  transition: all 0.2s ease;
}
#btn-choice-index a:hover,
#btn-choice-index a:active {
  cursor: pointer;
}
#btn-choice-index a:hover .btn-on,
#btn-choice-index a:hover .btn-off,
#btn-choice-index a:active .btn-on,
#btn-choice-index a:active .btn-off {
  background-color: #0099FF;
  border-color: #0099FF;
  transition: all 0.2s ease;
}
#nav #bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 190;
  width: 4vw;
  height: 100vh;
  background-image: linear-gradient(to bottom,#006DAE,#0077bd 110px,#0077bd 97%,#006DAE 100%);
}
#nav nav {
  position: fixed;
  top: 110px;
  left: 0;
  z-index: 200;
  height: 85%;
}
#nav nav ul {
  height: 100%;
}
#nav nav ul li {
  height: calc(20%);
  display: flex;
  margin-bottom: 1px;
}
#nav nav ul li .div-li {
  display: flex;
  height: 100%;
}
#nav nav ul li .div-li a .div-on,
#nav nav ul li .div-li a .div-off {
  position: relative;
  z-index: 20;
  width: 2vw;
  height: 100%;
  padding: 0 1vw;
  display: flex;
  align-items: center;
  background-color: #0077bd;
}
#nav nav ul li .div-li a .div-on img,
#nav nav ul li .div-li a .div-off img {
  width: 100%;
  max-width: 50px;
  height: auto;
  max-height: 50px;
  text-align: center;
}
#nav nav ul li .div-li a .div-on p,
#nav nav ul li .div-li a .div-off p {
  font-family: 'PoppinsLight';
  color: #fff;
}
#nav nav ul li .div-li a .div-on {
  border-bottom: solid 1px #fff;
}
#nav nav ul li .div-li a .div-on p {
  font-size: 1vw;
}
#nav nav ul li .div-li a .div-off {
  position: relative;
  z-index: 10;
  width: 0%;
  margin-left: -5vw;
  padding: 0;
}
#nav nav ul li .div-li a .div-off p {
  opacity: 0;
}
#nav nav ul li .div-li:hover a .div-on,
#nav nav ul li .div-li:hover a .div-off {
  background-color: #0099FF;
  transition: all 0.2s ease;
}
#nav nav ul li .div-li:hover a .div-on p {
  text-decoration: underline;
  transition: all 0.2s ease;
}
#nav nav ul li .div-li:hover a .div-off {
  transform-origin: left;
  width: 100%;
  margin-left: 0;
  padding: 0 0 0 0.5vw;
  border-radius: 0 10px 10px 0;
  transition: all 0.3s ease;
}
#nav nav ul li .div-li:hover a .div-off p {
  opacity: 1;
  transition: all 0.2s 0.2s ease-in;
}
#nav nav ul li #bureau {
  display: flex;
  height: 100%;
}
#nav nav ul li #bureau a .div-on,
#nav nav ul li #bureau a .div-off {
  position: relative;
  z-index: 20;
  width: 2vw;
  height: 100%;
  padding: 0 1vw;
  display: flex;
  align-items: center;
  background-color: #0077bd;
}
#nav nav ul li #bureau a .div-on img,
#nav nav ul li #bureau a .div-off img {
  width: 100%;
  max-width: 50px;
  height: auto;
  max-height: 50px;
  text-align: center;
}
#nav nav ul li #bureau a .div-on p,
#nav nav ul li #bureau a .div-off p {
  font-family: 'PoppinsLight';
  color: #fff;
}
#nav nav ul li #bureau a .div-on {
  border-bottom: solid 1px #fff;
}
#nav nav ul li #bureau a .div-on p {
  font-size: 1vw;
}
#nav nav ul li #bureau a .div-off {
  position: relative;
  z-index: 10;
  width: 0%;
  margin-left: -5vw;
  padding: 0;
}
#nav nav ul li #bureau a .div-off p {
  opacity: 0;
}
#nav nav ul li #bureau:hover {
  cursor: pointer;
}
#nav nav ul li #bureau:hover a .div-on,
#nav nav ul li #bureau:hover a .div-off {
  background-color: #0099FF;
  transition: all 0.2s ease;
}
#nav nav ul li #bureau:hover a .div-on p {
  text-decoration: underline;
  transition: all 0.2s ease;
}
#nav nav ul li #bureau:hover a .div-off {
  transform-origin: left;
  width: 100%;
  margin-left: 0;
  padding: 0 0 0 0.5vw;
  border-radius: 0 10px 10px 0;
  transition: all 0.3s ease;
}
#nav nav ul li #bureau:hover a .div-off p {
  opacity: 1;
  transition: all 0.2s 0.2s ease-in;
}
#nav nav ul li #filtre {
  display: flex;
  height: 100%;
}
#nav nav ul li #filtre .div-on,
#nav nav ul li #filtre .div-off {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  background-color: #4E4E4E;
  cursor: default;
}
#nav nav ul li #filtre .div-on img,
#nav nav ul li #filtre .div-off img {
  width: 100%;
  max-width: 50px;
  height: auto;
  max-height: 50px;
  text-align: center;
}
#nav nav ul li #filtre .div-on p,
#nav nav ul li #filtre .div-off p {
  font-family: 'PoppinsLight';
}
#nav nav ul li #filtre .div-on {
  z-index: 20;
  width: 2vw;
  padding: 0 1vw;
  border-bottom: solid 1px #fff;
  cursor: pointer;
}
#nav nav ul li #filtre .div-off {
  z-index: 10;
  width: 0;
  margin-left: -5vw;
  padding: 0;
  border-radius: 0 10px 10px 0;
  flex-wrap: wrap;
}
#nav nav ul li #filtre .div-off .title-div,
#nav nav ul li #filtre .div-off .tab {
  position: relative;
  width: 100%;
  padding: 0;
  display: flex;
  align-items: center;
}
#nav nav ul li #filtre .div-off .title-div p,
#nav nav ul li #filtre .div-off .tab p {
  font-family: 'PoppinsLight';
}
#nav nav ul li #filtre .div-off .title-div {
  color: #fff;
  padding-left: 0.5vw;
  height: 30%;
  border-radius: 0 10px 0 0;
}
#nav nav ul li #filtre .div-off .tab {
  height: 70%;
  background-color: transparent;
}
#nav nav ul li #filtre .div-off .tab ul {
  width: 50%;
  height: calc(98%);
  display: flex;
  flex-wrap: wrap;
  border: solid 2px #707070;
  background-color: #fff;
  margin-top: -2px;
}
#nav nav ul li #filtre .div-off .tab ul li {
  width: 100%;
  height: calc(23.333333333333%);
  display: flex;
  align-items: center;
}
#nav nav ul li #filtre .div-off .tab ul li a .a-content {
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
}
#nav nav ul li #filtre .div-off .tab ul li a .a-content .ss-img {
  position: relative;
  margin: 0 0.5vw;
}
#nav nav ul li #filtre .div-off .tab ul li a .a-content .ss-img img {
  position: relative;
  z-index: 5;
  width: auto;
  max-width: 25px;
  height: 100%;
  max-height: 25px;
}
#nav nav ul li #filtre .div-off .tab ul li a .a-content .ss-img .img1-off {
  opacity: 0;
}
#nav nav ul li #filtre .div-off .tab ul li a .a-content .ss-img .img2 {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  opacity: 0;
}
#nav nav ul li #filtre .div-off .tab ul li a .a-content .ss-img .img2-on {
  z-index: 10;
  opacity: 1;
}
#nav nav ul li #filtre .div-off .tab ul li a .a-content p {
  color: #707070;
  font-size: 0.8vw;
}
#nav nav ul li #filtre .div-off .tab ul li a .a-content .p-on {
  color: #0099FF;
}
#nav nav ul li #filtre .div-off .tab ul li a:hover .a-content {
  cursor: pointer;
}
#nav nav ul li #filtre .div-off .tab ul li a:hover .a-content .ss-img {
  cursor: pointer;
}
#nav nav ul li #filtre .div-off .tab ul li a:hover .a-content .ss-img .img2 {
  z-index: 10;
  opacity: 1;
  transition: all 0.2s ease;
}
#nav nav ul li #filtre .div-off .tab ul li a:hover .a-content p {
  color: #0099FF;
  text-decoration: underline;
  transition: all 0.2s ease;
}
#nav nav ul li #filtre .div-off .tab ul li:first-of-type {
  height: 30%;
  background-color: #707070;
  font-size: 0.8vw;
  color: #fff;
  justify-content: center;
}
#nav nav ul li #filtre .div-off .tab ul:first-of-type {
  border-left-width: 2px;
}
#nav nav ul li #filtre .div-off .tab ul:last-of-type {
  border-right-width: 2px;
  border-radius: 0 0 12px 0;
}
#nav nav ul li #filtre .div-off img,
#nav nav ul li #filtre .div-off p,
#nav nav ul li #filtre .div-off .title-tab,
#nav nav ul li #filtre .div-off .tab {
  opacity: 0;
}
#nav nav ul li #filtre:hover .div-off {
  transform-origin: left;
  width: 20vw;
  margin-left: 0;
  transition: all 0.3s ease;
}
#nav nav ul li #filtre:hover .div-off img,
#nav nav ul li #filtre:hover .div-off p,
#nav nav ul li #filtre:hover .div-off .title-tab,
#nav nav ul li #filtre:hover .div-off .tab {
  opacity: 1;
  transition: all 0.2s 0.2s ease-in;
}
#nav nav ul li:last-of-type .test a .div-on {
  border-bottom: none;
}
#all-bureau {
  position: fixed;
  z-index: 150;
  top: 0;
  left: 0;
  width: 90vw;
  height: 100%;
  background-color: rgba(0,0,0,0.85);
  padding: 110px 5vw;
  margin-left: -100%;
}
#all-bureau .title {
  position: relative;
  width: 100%;
  height: 10vh;
  margin: 4vh 2vw;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 2vw;
  color: #fff;
}
#all-bureau .title p {
  width: 100%;
  text-align: center;
}
#all-bureau .title .line {
  position: absolute;
  top: 1vh;
  width: 20vw;
  height: 1px;
  background-color: #fff;
}
#all-bureau .title .line:last-of-type {
  bottom: 1vh;
  top: inherit;
}
#all-bureau ul {
  width: 94vw;
  height: 65vh;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: space-around;
}
#all-bureau ul li {
  width: 20%;
  height: 10%;
}
#all-bureau ul li a p {
  font-size: 0.8vw;
  color: #fff;
  margin-bottom: 10px;
}
#all-bureau ul li a .ss-title {
  font-size: 1vw;
  margin-bottom: 0;
}
#all-bureau ul li a:hover p {
  color: #0099FF;
  transition: all 0.2s ease;
}
.all-bureau-off {
  margin-left: -100% !important;
  transition: all 0.5s ease;
}
.all-bureau-on {
  margin: 0 !important;
  transition: all 0.5s ease;
}
@media screen and (max-height: 900px) {
  #nav nav ul li #filtre .div-off {
    width: 0;
    flex-wrap: nowrap;
  }
  #nav nav ul li #filtre .div-off .title-div {
    width: 10%;
    height: 100%;
    padding: 0 0.5vw;
    border-radius: 0;
  }
  #nav nav ul li #filtre .div-off .tab {
    width: 90%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  #nav nav ul li #filtre .div-off .tab ul {
    width: 100%;
    height: calc(48%);
    flex-wrap: nowrap;
    margin-top: 0;
  }
  #nav nav ul li #filtre .div-off .tab ul li {
    width: calc(22.666666666667%);
    height: 100%;
    justify-content: center;
  }
  #nav nav ul li #filtre .div-off .tab ul li a .a-content {
    width: 100%;
    height: 100%;
    padding: 0;
    flex-wrap: wrap;
    justify-content: center;
  }
  #nav nav ul li #filtre .div-off .tab ul li a .a-content .ss-img {
    display: block;
    height: auto;
    margin: 0;
    padding: 0;
  }
  #nav nav ul li #filtre .div-off .tab ul li a .a-content p {
    width: 100%;
    text-align: center;
  }
  #nav nav ul li #filtre .div-off .tab ul li:first-of-type {
    width: 32%;
    height: 100%;
    padding: 0;
  }
  #nav nav ul li #filtre .div-off .tab ul:first-of-type {
    border-radius: 0 10px 0 0;
  }
  #nav nav ul li #filtre .div-off .tab ul:last-of-type {
    margin-top: -4px;
    border-radius: 0 0 10px 0;
  }
  #nav nav ul li #filtre:hover .div-off {
    width: 40vw;
  }
}
footer {
  position: relative;
  z-index: 100;
}
.ancre {
  position: absolute;
  top: -8.5vw;
  visibility: hidden;
}
#wrapper {
  position: relative;
  height: 100%;
}
#wrapper #arrow-suite {
  position: fixed;
  bottom: 0.5vw;
  right: 0.5vw;
  z-index: 90;
}
#wrapper #arrow-suite img {
  width: 100%;
  max-width: 96px;
  height: auto;
  max-height: 96px;
  transform-origin: center;
  animation: 0.5s ease-in 0s infinite alternate bound;
}
#wrapper #arrow-suite img:hover {
  cursor: pointer;
}
.content,
.default-content {
  margin: 8vw 0 2vw;
  padding: 0 15vw;
  position: relative;
  min-height: 64.2vh;
}
.content section,
.default-content section {
  padding: 0 0 2vw;
}
.content .sub-content #btn-center,
.default-content .sub-content #btn-center {
  margin: 0 0 2vw;
}
.default-content {
  margin: 0 0 2vw;
}
.default-content #main-title {
  padding: 0 0 2vw 0 !important;
}
.divHelp {
  width: 100%;
  margin: 1vw 0;
}
.divHelp .borderHelp,
.divHelp .borderOk,
.divHelp .borderError {
  width: intrinsic;
  width: -moz-max-content;
  width: -webkit-max-content;
  max-width: 80%;
  margin: 0 auto;
  position: relative;
  padding: 10px;
  border: solid 1px #0077bd;
  border-radius: 25px;
}
.divHelp .borderHelp .text-area,
.divHelp .borderOk .text-area,
.divHelp .borderError .text-area {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.divHelp .borderHelp .text-area img,
.divHelp .borderOk .text-area img,
.divHelp .borderError .text-area img {
  width: 100%;
  max-width: 24px;
  max-height: 24px;
  vertical-align: bottom;
  margin-right: 2px;
}
.divHelp .borderHelp .text-area p,
.divHelp .borderOk .text-area p,
.divHelp .borderError .text-area p {
  color: #0077bd;
}
.divHelp .borderHelp .text-area ul,
.divHelp .borderOk .text-area ul,
.divHelp .borderError .text-area ul {
  width: 100%;
}
.divHelp .borderHelp .text-area ul li,
.divHelp .borderOk .text-area ul li,
.divHelp .borderError .text-area ul li {
  width: auto;
}
.divHelp .borderOk {
  border-color: #008a5e;
}
.divHelp .borderOk .text-area p {
  color: #008a5e;
}
.divHelp .borderError {
  border-color: #ed2024;
}
.divHelp .borderError .text-area p {
  color: #ed2024;
}
.list-choice {
  position: relative;
  border: solid 5px #0099FF;
  border-radius: 25px;
  margin-bottom: 2vw;
  padding: 1vw;
  background-color: #fff;
  display: none;
}
.list-choice ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.list-choice ul li {
  width: calc(33.333333333333%);
  padding: 0.5vw 0;
}
.list-choice ul li .box .ss-img {
  text-align: center;
  position: relative;
}
.list-choice ul li .box .ss-img img {
  width: 100%;
  max-width: 200px;
  height: auto;
  vertical-align: top;
}
.list-choice ul li .box .ss-img span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-size: 1.8em;
  color: #fff;
  text-shadow: 0 0 16px #000;
}
.list-choice ul li .box dl {
  min-height: 5vw;
  padding: 1vw;
}
.list-choice ul li .box dl dt {
  text-transform: capitalize;
  text-align: center;
  margin: 0 0 0.5vw;
}
.list-choice ul li .box dl dd {
  margin-top: 0.5vw;
}
.list-choice ul li .box dl dd a {
  color: #0077bd;
  margin-left: 1vw;
}
.list-choice ul li .box dl dd a:hover {
  color: #0099FF;
  text-decoration: underline;
  transition: all 0.2s ease;
}
.list-choice-on {
  display: block;
}
#lay ul li .box dl dd {
  position: relative;
}
#lay ul li .box dl dd a {
  position: absolute;
  top: 0;
  left: 10vw;
}
#resultat-general {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  width: 12vw;
  display: flex;
  flex-wrap: wrap;
}
#resultat-general #bg {
  position: relative;
  z-index: 100;
  width: 100%;
  height: 110px;
  background-color: #4E4E4E;
  border: solid 2px #4E4E4E;
}
#resultat-general #block {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  background-color: #4E4E4E;
  border: solid 2px #4E4E4E;
  border-radius: 0 0 12px 12px;
}
#resultat-general #block #title {
  position: relative;
  z-index: 100;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #4E4E4E;
  padding: 0.5vw;
  margin-top: -2px;
  border: solid 2px #4E4E4E;
}
#resultat-general #block #title img {
  width: 100%;
  max-width: 50px;
  height: auto;
  max-height: 50px;
  margin-right: 0.5vw;
}
#resultat-general #block #title p {
  font-family: "PoppinsLight";
  color: #fff;
  font-size: 1vw;
}
#resultat-general #block ul {
  position: relative;
  z-index: 50;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: -2000px;
  opacity: 0;
}
#resultat-general #block ul li {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  background-color: #fff;
  padding: 0.5vw;
  border: solid 2px #4E4E4E;
  margin-top: -2px;
}
#resultat-general #block ul li div {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
#resultat-general #block ul li div p {
  width: 100%;
  text-align: center;
  color: #4E4E4E;
  font-size: 1vw;
}
#resultat-general #block ul li div .nb {
  font-size: 1.2vw;
}
#resultat-general #block ul li div .vote {
  font-size: 0.8vw;
}
#resultat-general #block ul li div img {
  transform: rotate(80deg);
  width: auto;
  height: 100%;
  max-height: 50px;
}
#resultat-general #block ul .li-small {
  align-items: inherit;
  justify-content: inherit;
  flex-wrap: nowrap;
}
#resultat-general #block ul .li-small div {
  width: 50%;
  flex-wrap: wrap;
}
#resultat-general #block ul .li-small div img {
  max-height: 30px;
}
#resultat-general #block .ul-on {
  animation: 1s ease-out down;
  animation-fill-mode: forwards;
}
#resultat-general #block .ul-off {
  animation: 1s ease-in up;
  animation-fill-mode: forwards;
}
#resultat-general #block #arrow {
  position: relative;
  z-index: 100;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #4E4E4E;
  border: solid 2px #4E4E4E;
  border-radius: 10px;
  padding: 0.2vw;
  transform: rotate(180deg);
}
#resultat-general #block #arrow img {
  width: 100%;
  max-width: 50px;
  height: auto;
  max-height: 50px;
}
#resultat-general #block #arrow:hover {
  cursor: pointer;
}
@media screen and (max-height: 900px) {
  #resultat-general #block ul li {
    align-items: inherit !important;
    justify-content: inherit !important;
    flex-wrap: nowrap !important;
  }
  #resultat-general #block ul li div {
    width: 50% !important;
    flex-wrap: wrap !important;
    transform: scale(0.8);
  }
  #resultat-general #block ul li div:first-of-type {
    width: 100% !important;
  }
}
.table {
  width: 100%;
}
.table tr {
  width: 100%;
}
.table tr th {
  background-color: #707070;
  border: solid 1px #4E4E4E;
  padding: 1vw;
}
.table tr th p {
  color: #fff;
}
.table tr td {
  border: solid 1px #4E4E4E;
  padding: 0 1vw;
}
.table tr td p {
  font-size: 0.8vw;
}
.table tr td .cercle {
  -webkit-clip-path: circle(46% at 50% 50%);
  clip-path: circle(45% at 50% 50%);
  margin: 0 1vw;
}
.table tr td .cercle img {
  width: 100%;
  max-width: 100px;
  height: auto;
  max-height: 100px;
}
.table tr td .percent {
  font-size: 1.5vw;
  text-align: center;
}
.table tr td .voix {
  font-size: 0.6vw;
  text-align: center;
}
.table tr .th-img {
  width: 10%;
  border: none;
  background-color: #fff !important;
  padding: 0;
}
.table tr .th-name {
  width: 25%;
}
.table tr .th-result {
  width: 200px;
  padding: 0;
}
.table tr:nth-child(2n + 1) {
  background-color: #CECECE;
}
