@charset "UTF-8";
@font-face {
  font-family: pixel;
  src: url("fonts/Pixel.otf"); }

@font-face {
  font-family: arcade_classic;
  src: url("fonts/Arcade_classic.TTF"); }

@font-face {
  font-family: press_start;
  src: url("fonts/PressStart2P-Regular.ttf"); }

::selection {
  background-color: #00aa4d;
  color: #000; }

/* Firefox */
::-moz-selection {
  background-color: #00aa4d;
  color: #fff; }

::-webkit-scrollbar {
  width: 8px; }

::-webkit-scrollbar-track {
  background-color: #111; }

::-webkit-scrollbar-thumb {
  background-color: #444;
  border-right: solid 3px #031006;
  border-top: solid 3px #031006;
  border-bottom: solid 0px #031006; }

textarea:focus, input:focus {
  outline: none; }

::placeholder {
  color: rgba(0, 170, 77, 0.7);
  opacity: 1;
  /* Firefox */ }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

body {
  font-family: arcade_classic, cursive;
  background: linear-gradient(#000, #111, #111, #222, #444, #222, #111, #111, #000);
  /* Largeur de l'écran fix → scroling horizontal pour
       les petits écrans → meilleur résponsivité mais
       visibilité acrue : */
  width: 1350px;
  overflow: auto;
  margin: auto; }

.conteneur_ecran {
  background-color: #031006;
  margin: 2em;
  padding: 40px;
  border-top: solid 6px rgba(0, 0, 0, 0.4);
  border-left: solid 6px rgba(0, 0, 0, 0.4);
  border-right: solid 6px rgba(255, 255, 255, 0.2);
  border-bottom: solid 6px rgba(255, 255, 255, 0.2);
  border-radius: 15%;
  -webkit-border-radius: 15%;
  /**/
  -moz-border-radius: 15%;
  -o-border-radius: 15%;
  position: relative;
  height: 560px; }

h1, h2, h3 {
  color: #00aa4d;
  font-weight: 200; }

p, li, a, .info, footer {
  font-family: pixel, sans-serif;
  color: #00aa4d; }

/*.bloc_mobile/
{
    display: none;

    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: $couleur1;
    z-index: 3;
    
    &:before
    {
        content: ' ';
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: url("../ressources/images/vcr_overlay2.png") no-repeat center;
        background-size: cover;
        z-index: 100;
        opacity: 0.1;
    }

    & .titres_bloc_mobil
    {
        width: 83%;
        height: 100px;
        margin-top: 40px;
    }
    & .infos_bloc_mobil
    {
        position: relative;
        top: -150px;
        text-align: center;

        & .info1, & .info2
        {
            padding: 5px;
        }
        & .info1
        {
            margin-bottom: 10px;
            background-color: rgba($couleur3,0.5);
        }
    }
    & h1
    {
        font-size: 3.5em;
        text-align: center;
        color: $couleur2;
        padding: 0;
        word-spacing: 20px;
        font-style: italic;
        text-shadow: 1px 1px 10px rgba($couleur2,0.5); 
        margin-bottom: 10px;
    }
    & h2
    {
        font-size: 1.3em;
        letter-spacing: 1px;
    }
    & h3
    {
        color: $couleur7;
        text-align: right;
        padding: 0 15px;
        letter-spacing: 1px;
        word-spacing: 5px;
        position: relative;
        top: -18px;
        right: 20%;
        font-style: italic;
        text-shadow: 1px 1px 10px rgba($couleur7,0.5);
    }
    & p
    {
        font-size: 0.8em;
    }
}*/
/* --------------------------------*/
.bloc_ecran_de_chargement {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  padding: 5em;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center; }
  .bloc_ecran_de_chargement:before {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url("../ressources/images/vcr_overlay3.png") no-repeat center;
    background-size: cover;
    border-radius: 15%;
    -webkit-border-radius: 15%;
    -moz-border-radius: 15%;
    -o-border-radius: 15%;
    opacity: 0.5;
    z-index: 100; }
  .bloc_ecran_de_chargement .titres_ecran_chargement {
    width: 83%;
    height: 100px;
    margin-top: 40px; }
  .bloc_ecran_de_chargement h1 {
    font-size: 5.8em;
    text-align: center;
    color: #00aa4d;
    padding: 0;
    word-spacing: 20px;
    font-style: italic;
    text-shadow: 1px 1px 10px rgba(0, 170, 77, 0.5); }
  .bloc_ecran_de_chargement h3 {
    color: #017c47;
    text-align: right;
    padding: 0 15px;
    letter-spacing: 1px;
    word-spacing: 5px;
    position: relative;
    top: -18px;
    font-style: italic;
    text-shadow: 1px 1px 10px rgba(1, 124, 71, 0.5); }
  .bloc_ecran_de_chargement .progress_bar_bloc {
    width: 70%;
    margin-top: 100px;
    /*height: 53px;*/ }
    .bloc_ecran_de_chargement .progress_bar_bloc .progress_bar_etat {
      color: #00aa4d;
      letter-spacing: 1px;
      text-shadow: 1px 1px 5px rgba(0, 170, 77, 0.5);
      font-style: italic;
      animation-duration: 2s;
      -webkit-animation-duration: 2s;
      -o-animation-duration: 2s;
      -moz-animation-duration: 2s;
      animation-iteration-count: infinite;
      -webkit-animation-iteration-count: infinite;
      -o-animation-iteration-count: infinite;
      -moz-animation-iteration-count: infinite; }
      .bloc_ecran_de_chargement .progress_bar_bloc .progress_bar_etat span {
        visibility: hidden; }
      .bloc_ecran_de_chargement .progress_bar_bloc .progress_bar_etat .init_dots {
        font-size: 1.5em; }
    .bloc_ecran_de_chargement .progress_bar_bloc .progress_bar_conteneur {
      border: solid 2px #017c47;
      height: 30px;
      padding: 3px;
      box-shadow: 1px 1px 10px rgba(1, 124, 71, 0.5); }
      .bloc_ecran_de_chargement .progress_bar_bloc .progress_bar_conteneur .progress_bar_contenu {
        height: 20px;
        width: 0px;
        background-color: #00aa4d;
        box-shadow: 1px 1px 5px rgba(0, 170, 77, 0.5); }
  .bloc_ecran_de_chargement .copy {
    color: #017c47;
    position: absolute;
    bottom: 20px;
    font-size: 1.3em;
    letter-spacing: 1px;
    word-spacing: 3px;
    text-shadow: 1px 1px 5px rgba(1, 124, 71, 0.5); }

.header_menu_principal {
  position: relative;
  margin: 10px 0 50px 0;
  padding: 5px;
  background-color: #00aa4d;
  box-shadow: 2px 2px 3px rgba(0, 170, 77, 0.3);
  text-align: center;
  font-size: 1.3em;
  letter-spacing: 2px;
  border-radius: 20% 20% 0 0;
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  /**/
  -moz-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  animation-duration: 0.1s;
  -webkit-animation-duration: 0.1s;
  /**/
  -moz-animation-duration: 0.1s;
  -o-animation-duration: 0.1s; }
  .header_menu_principal h3 {
    color: #111;
    font-weight: bold; }
  .header_menu_principal:before {
    border: solid 1px red;
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url("../ressources/images/vcr_overlay2.png") repeat center;
    opacity: 0.05;
    border-radius: 20% 20% 0 0; }

.bloc_menu_principal:before {
  content: ' ';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url("../ressources/images/vcr_overlay3.png") repeat center;
  border-radius: 15%;
  -webkit-border-radius: 15%;
  /**/
  -o-border-radius: 15%;
  -moz-border-radius: 15%;
  opacity: 0.5; }

.menu_principal {
  border: solid 3px rgba(164, 188, 179, 0.5);
  padding: 10px;
  text-align: center;
  width: 70%;
  position: relative;
  left: 15%;
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  /**/
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  /**/
  -moz-transition: 0.3s;
  -o-transition: 0.3s; }
  .menu_principal h2 {
    font-size: 2.3em;
    color: rgba(164, 188, 179, 0.5);
    letter-spacing: 3px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    /**/
    -moz-transition: 0.3s;
    -o-transition: 0.3s; }
  .menu_principal:after {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url("../ressources/images/vcr_overlay2.png") repeat center;
    border-radius: 0;
    -webkit-border-radius: 0;
    /**/
    -moz-border-radius: 0;
    -o-border-radius: 0;
    opacity: 0.05; }

.arbre_de_selection {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 50%;
  margin: auto;
  animation-delay: 1.8s;
  -webkit-animation-delay: 1.8s;
  /**/
  -o-animation-delay: 1.8s;
  -moz-animation-delay: 1.8s;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
  /**/
  -moz-animation-duration: 3s;
  -o-animation-duration: 3s; }
  .arbre_de_selection .arbre {
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out; }
  .arbre_de_selection .arbre.bloc1, .arbre_de_selection .arbre.bloc2 {
    height: 30px; }
  .arbre_de_selection .arbre.bloc3, .arbre_de_selection .arbre.bloc4 {
    height: 40px; }
  .arbre_de_selection .arbre.bloc1 {
    border-right: dotted 1px rgba(0, 170, 77, 0.3); }
  .arbre_de_selection .arbre.bloc2 {
    border-left: dotted 1px rgba(0, 170, 77, 0.3); }
  .arbre_de_selection .arbre.bloc3 {
    border-left: dotted 2px rgba(0, 170, 77, 0.3);
    border-right: dotted 1px rgba(0, 170, 77, 0.3);
    border-top: dotted 2px rgba(0, 170, 77, 0.3); }
  .arbre_de_selection .arbre.bloc4 {
    border-left: dotted 1px rgba(0, 170, 77, 0.3);
    border-right: dotted 2px rgba(0, 170, 77, 0.3);
    border-top: dotted 2px rgba(0, 170, 77, 0.3); }

.nav_menu_principal {
  margin-bottom: 150px;
  position: relative;
  top: -20px; }

.ul_menu_principal {
  list-style-type: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-items: center;
  width: 75%;
  position: relative;
  left: 12.3%; }
  .ul_menu_principal li {
    width: 90%; }
    .ul_menu_principal li div:nth-child(1) {
      font-size: 0.8em;
      margin-bottom: 5px; }
    .ul_menu_principal li .option {
      padding: 10px;
      text-align: center;
      transition: all 0.2s ease-out;
      -webkit-transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      -o-transition: all 0.2s ease-out; }
    .ul_menu_principal li a {
      text-decoration: none;
      font-size: 1.5em;
      letter-spacing: 1px;
      color: rgba(0, 170, 77, 0.3); }
    .ul_menu_principal li .option {
      border: solid 2px rgba(164, 188, 179, 0.5); }
      .ul_menu_principal li .option:hover {
        cursor: crosshair; }
    .ul_menu_principal li .o1 {
      animation-delay: 0.8s;
      -webkit-animation-delay: 0.8s;
      /**/
      -moz-animation-delay: 0.8s;
      -o-animation-delay: 0.8s;
      animation-duration: 0.3s;
      -webkit-animation-duration: 0.3s;
      /**/
      -moz-animation-duration: 0.3s;
      -o-animation-duration: 0.3s;
      position: relative;
      transition: color 0s, background-color 0s;
      -webkit-transition: color 0s, background-color 0s;
      /**/
      -moz-transition: color 0s, background-color 0s;
      -o-transition: color 0s, background-color 0s; }
    .ul_menu_principal li .o2 {
      animation-delay: 1.1s;
      -webkit-animation-delay: 1.1s;
      /**/
      -moz-animation-delay: 1.1s;
      -o-animation-delay: 1.1s;
      animation-duration: 0.3s;
      -webkit-animation-duration: 0.3s;
      /**/
      -moz-animation-duration: 0.3s;
      -o-animation-duration: 0.3s; }
    .ul_menu_principal li .o3 {
      animation-delay: 1.3s;
      -webkit-animation-delay: 1.3s;
      /**/
      -moz-animation-delay: 1.3s;
      -o-animation-delay: 1.3s;
      animation-duration: 0.3s;
      -webkit-animation-duration: 0.3s;
      /**/
      -moz-animation-duration: 0.3s;
      -o-animation-duration: 0.3s; }
    .ul_menu_principal li .o_gauge {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      padding: 0;
      background-color: rgba(0, 170, 77, 0.7);
      z-index: -1;
      transition: all 5s ease-out;
      -webkit-transition: all 5s ease-out;
      /**/
      -moz-transition: all 5s ease-out;
      -o-transition: all 5s ease-out;
      width: 0; }
    .ul_menu_principal li .option_titre {
      animation-duration: 0.2s;
      -webkit-animation-duration: 0.2s;
      /**/
      -moz-animation-duration: 0.2s;
      -o-animation-duration: 0.2s;
      text-shadow: 2px 2px 5px rgba(0, 170, 77, 0.3);
      transition: all 1s ease-out;
      -webkit-transition: all 1s ease-out;
      -moz-transition: all 1s ease-out;
      -o-transition: all 1s ease-out; }
    .ul_menu_principal li .ot1 {
      animation-delay: 2s;
      -webkit-animation-delay: 2s;
      /**/
      -moz-animation-delay: 2s;
      -o-animation-delay: 2s; }
    .ul_menu_principal li .ot2 {
      animation-delay: 2.5s;
      -webkit-animation-delay: 2.5s;
      /**/
      -moz-animation-delay: 2.5s;
      -o-animation-delay: 2.5s; }
    .ul_menu_principal li .ot3 {
      animation-delay: 3s;
      -webkit-animation-delay: 3s;
      /**/
      -moz-animation-delay: 3s;
      -o-animation-delay: 3s; }
    .ul_menu_principal li .o1_info, .ul_menu_principal li .o2_info, .ul_menu_principal li .o3_info {
      border-left: solid 2px rgba(164, 188, 179, 0.8);
      border-right: solid 2px rgba(164, 188, 179, 0.8);
      line-height: 0.8em;
      font-weight: normal;
      text-align: center;
      background: linear-gradient(to right, rgba(164, 188, 179, 0.1), rgba(164, 188, 179, 0.05), rgba(164, 188, 179, 0.05), rgba(164, 188, 179, 0.05), rgba(164, 188, 179, 0.05), rgba(164, 188, 179, 0.1));
      height: 0;
      width: 0;
      overflow: hidden;
      padding: 0px;
      transition: 0.3s;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -o-transition: 0.3s; }
      .ul_menu_principal li .o1_info span, .ul_menu_principal li .o2_info span, .ul_menu_principal li .o3_info span {
        font-size: 0.7em;
        color: #a4bcb3;
        text-shadow: 1px 1px 5px rgba(164, 188, 179, 0.4);
        opacity: 0; }
    .ul_menu_principal li:hover div {
      color: #a4bcb3;
      transition: all 0.2s ease-out;
      -webkit-transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      -o-transition: all 0.2s ease-out; }

.info {
  display: grid;
  grid-template-columns: 3% 80% 17%;
  justify-items: center;
  width: 90%;
  position: absolute;
  top: 450px;
  left: 5%;
  text-shadow: 2px 2px 5px rgba(0, 170, 77, 0.3);
  animation-delay: 4.3s;
  -webkit-animation-delay: 4.3s;
  /**/
  -moz-animation-delay: 4.3s;
  -o-animation-delay: 4.3s; }
  .info div {
    overflow: hidden;
    height: 25px;
    animation-duration: 20s;
    -webkit-animation-duration: 20s;
    /**/
    -moz-animation-duration: 20s;
    -o-animation-duration: 20s; }
  .info div:nth-child(2) {
    word-wrap: break-word; }

footer {
  position: absolute;
  bottom: 10px;
  width: 50%;
  left: 31%;
  padding: 5px;
  animation-delay: 3.6s;
  -webkit-animation-delay: 3.6s;
  /**/
  -moz-animation-delay: 3.6s;
  -o-animation-delay: 3.6s;
  display: grid;
  grid-template-columns: 3% 97%; }
  footer div {
    color: rgba(164, 188, 179, 0.8);
    text-shadow: 2px 2px 5px rgba(164, 188, 179, 0.3);
    font-size: 0.8em; }

/* ---------------> FILE I <--------------- */
.bloc_fenetre {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 0; }
  .bloc_fenetre:after {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url("../ressources/images/vcr_overlay3.png") repeat center;
    /*background-size: cover;*/
    border-radius: 14%;
    opacity: 0.5; }

.fenetre_nouvelle_partie {
  border: solid 2px #00aa4d;
  width: 85%;
  height: 87%;
  position: absolute;
  left: 7.5%;
  top: 30px;
  box-shadow: 1px 1px 10px rgba(0, 170, 77, 0.5);
  z-index: 0; }
  .fenetre_nouvelle_partie .header_file1 {
    border-bottom: solid 1px #00aa4d;
    display: grid;
    grid-template-columns: 94% 3% 3%;
    z-index: 0; }
    .fenetre_nouvelle_partie .header_file1 .header_titre, .fenetre_nouvelle_partie .header_file1 .header_icone {
      font-family: pixel, sans-serif;
      padding: 6px 10px 3px 10px; }
    .fenetre_nouvelle_partie .header_file1 .header_titre {
      font-size: 0.7em;
      letter-spacing: 1px;
      padding-left: 20px;
      color: #00aa4d;
      text-shadow: 1px 1px 10px rgba(0, 170, 77, 0.5); }
      .fenetre_nouvelle_partie .header_file1 .header_titre span {
        height: 15px; }
      .fenetre_nouvelle_partie .header_file1 .header_titre span:nth-child(1) {
        display: inline-block;
        vertical-align: middle;
        width: 0px;
        overflow: hidden; }
      .fenetre_nouvelle_partie .header_file1 .header_titre span:nth-child(2) {
        display: inline-block;
        vertical-align: middle;
        width: 0px;
        overflow: hidden;
        word-break: break-all; }
    .fenetre_nouvelle_partie .header_file1 .header_icone.hi1 {
      border-left: solid 1px #00aa4d;
      padding-left: 12px; }
    .fenetre_nouvelle_partie .header_file1 .header_icone.hi2 {
      border-left: solid 1px #00aa4d;
      padding-left: 11px; }
    .fenetre_nouvelle_partie .header_file1 .header_icone {
      color: #00aa4d;
      text-shadow: 1px 1px 10px rgba(0, 170, 77, 0.5);
      font-size: 0.9em;
      cursor: crosshair;
      z-index: 100; }
      .fenetre_nouvelle_partie .header_file1 .header_icone:hover {
        transition: all 0.2s ease-out;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        background-color: #06381f;
        color: rgba(255, 255, 255, 0.8); }
      .fenetre_nouvelle_partie .header_file1 .header_icone:active {
        background-color: #00aa4d; }
    .fenetre_nouvelle_partie .header_file1 a {
      text-decoration: none; }
  .fenetre_nouvelle_partie .nav_file1 {
    border-bottom: solid 1px #00aa4d;
    position: absolute;
    width: 100%;
    z-index: 1; }
    .fenetre_nouvelle_partie .nav_file1 ul {
      list-style-type: none; }
      .fenetre_nouvelle_partie .nav_file1 ul li {
        color: rgba(164, 188, 179, 0.8);
        letter-spacing: 1px;
        cursor: crosshair;
        text-align: left;
        text-shadow: 1px 1px 10px rgba(164, 188, 179, 0.4); }
    .fenetre_nouvelle_partie .nav_file1 .menu_liste {
      vertical-align: center; }
      .fenetre_nouvelle_partie .nav_file1 .menu_liste > li {
        display: inline-block;
        vertical-align: top;
        position: relative; }
        .fenetre_nouvelle_partie .nav_file1 .menu_liste > li ul {
          border: none;
          position: absolute;
          width: 130px;
          height: 0px;
          overflow: hidden;
          background-color: #06381f;
          transition: all 0.4s ease-out;
          -webkit-transition: all 0.4s ease-out;
          -moz-transition: all 0.4s ease-out;
          -o-transition: all 0.4s ease-out; }
          .fenetre_nouvelle_partie .nav_file1 .menu_liste > li ul li {
            font-size: 0.7em;
            padding: 3px 0px 3px 7px;
            color: rgba(255, 255, 255, 0.75);
            text-shadow: 1px 1px 10px rgba(255, 255, 255, 0.5); }
            .fenetre_nouvelle_partie .nav_file1 .menu_liste > li ul li:hover {
              transition: all 0.2s ease-out;
              -webkit-transition: all 0.2s ease-out;
              -moz-transition: all 0.2s ease-out;
              -o-transition: all 0.2s ease-out;
              color: rgba(0, 0, 0, 0.8);
              background-color: #00aa4d;
              font-weight: bold; }
      .fenetre_nouvelle_partie .nav_file1 .menu_liste > li > div {
        font-size: 0.8em;
        border-right: solid 1px #00aa4d;
        padding: 3px 7px;
        width: 130px;
        box-shadow: 1px 1px 10px rgba(8, 216, 10, 0.3); }
        .fenetre_nouvelle_partie .nav_file1 .menu_liste > li > div:hover {
          background-color: #06381f;
          color: rgba(255, 255, 255, 0.8);
          transition: all 0.2s ease-out;
          -webkit-transition: all 0.2s ease-out;
          -moz-transition: all 0.2s ease-out;
          -o-transition: all 0.2s ease-out; }
  .fenetre_nouvelle_partie .bloc_mots {
    height: 89.5%;
    width: 100%;
    overflow: auto;
    margin-top: 25px;
    z-index: 0;
    /* ............... HIGH SCORE ................. */ }
    .fenetre_nouvelle_partie .bloc_mots .bloc_mini_instructions {
      margin: 10px auto;
      width: 46%;
      /*height: 70px;*/
      padding: 5px;
      background-color: rgba(0, 170, 77, 0.8);
      position: relative;
      box-shadow: 6px 6px 0px rgba(0, 0, 0, 0.13);
      display: none; }
      .fenetre_nouvelle_partie .bloc_mots .bloc_mini_instructions:after {
        content: ' ';
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: url("../ressources/images/vcr_overlay2.png") repeat center;
        /*background-size: cover;*/
        border-radius: 14%;
        opacity: 0.05; }
      .fenetre_nouvelle_partie .bloc_mots .bloc_mini_instructions p {
        color: rgba(0, 0, 0, 0.8);
        font-weight: bold;
        text-shadow: 1px 0px 0px rgba(0, 0, 0, 0.5); }
      .fenetre_nouvelle_partie .bloc_mots .bloc_mini_instructions .instruct_text {
        font-family: pixel, sans-serif;
        font-weight: normal;
        font-size: 0.75em;
        letter-spacing: 1px;
        line-height: 18px; }
      .fenetre_nouvelle_partie .bloc_mots .bloc_mini_instructions .instruct_icon {
        font-size: 0.7em; }
    .fenetre_nouvelle_partie .bloc_mots .sous_bloc_mots {
      position: relative;
      z-index: 0;
      color: #a4bcb3;
      height: 20px;
      width: 20px;
      overflow: hidden;
      display: none;
      animation-duration: 0.3s;
      -webkit-animation-duration: 0.3s;
      -moz-animation-duration: 0.3s;
      -o-animation-duration: 0.3s;
      transition: all 0.4s ease-out;
      -webkit-transition: all 0.4s ease-out;
      -moz-transition: all 0.4s ease-out;
      -o-transition: all 0.4s ease-out; }
      .fenetre_nouvelle_partie .bloc_mots .sous_bloc_mots .select_div1, .fenetre_nouvelle_partie .bloc_mots .sous_bloc_mots .select_div2 {
        border: solid 3px #08d80a;
        position: absolute;
        height: 20px;
        width: 20px;
        /*z-index: 1000;*/ }
      .fenetre_nouvelle_partie .bloc_mots .sous_bloc_mots .select_div1 {
        top: 0;
        left: 0;
        border-right: none;
        border-bottom: none; }
      .fenetre_nouvelle_partie .bloc_mots .sous_bloc_mots .select_div2 {
        bottom: 0;
        right: 0;
        border-top: none;
        border-left: none; }
      .fenetre_nouvelle_partie .bloc_mots .sous_bloc_mots:before {
        content: ' ';
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: url("../ressources/images/vcr_overlay2.png") repeat center;
        /*background-size: cover;*/
        border-radius: 14%;
        opacity: 0.05;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -o-border-radius: 0; }
      .fenetre_nouvelle_partie .bloc_mots .sous_bloc_mots .hs_popup {
        display: none;
        position: absolute;
        font-family: pixel,sans-serif;
        font-size: 0.8em;
        letter-spacing: 1px;
        width: 40%;
        text-align: center;
        top: 30px;
        left: 30%;
        animation-duration: 2s;
        -webkit-animation-duration: 2s;
        -moz-animation-duration: 2s;
        -o-animation-duration: 2s; }
      .fenetre_nouvelle_partie .bloc_mots .sous_bloc_mots .bloc_timer {
        visibility: hidden;
        height: 36px;
        display: grid;
        grid-template-columns: 35% 65%;
        position: absolute;
        top: 10px;
        right: 0px; }
        .fenetre_nouvelle_partie .bloc_mots .sous_bloc_mots .bloc_timer div {
          color: #08d80a; }
        .fenetre_nouvelle_partie .bloc_mots .sous_bloc_mots .bloc_timer .icon_timer {
          height: 100%;
          padding: 5px 13px 5px 5px;
          font-size: 1.6em;
          text-shadow: 1px 1px 10px rgba(8, 216, 10, 0.5);
          animation-iteration-count: infinite;
          -webkit-animation-iteration-count: infinite;
          /**/
          -moz-animation-iteration-count: infinite;
          -o-animation-iteration-count: infinite;
          transition: all 1s ease-out;
          -webkit-transition: all 1s ease-out;
          -moz-transition: all 1s ease-out;
          -o-transition: all 1s ease-out; }
        .fenetre_nouvelle_partie .bloc_mots .sous_bloc_mots .bloc_timer .val_timer {
          height: 100%;
          width: 50px;
          font-size: 1.5em;
          padding: 7px 5px 5px 10px;
          letter-spacing: 1px;
          text-shadow: 1px 1px 10px rgba(8, 216, 10, 0.5); }
      .fenetre_nouvelle_partie .bloc_mots .sous_bloc_mots .num_mot {
        font-size: 1.3em;
        position: absolute;
        top: 10px;
        left: 10px;
        color: #08d80a;
        font-style: italic;
        text-shadow: 1px 1px 10px rgba(8, 216, 10, 0.5); }
        .fenetre_nouvelle_partie .bloc_mots .sous_bloc_mots .num_mot span {
          display: inline-block;
          padding: 2px;
          letter-spacing: 1px;
          animation-duration: 0.5s;
          -webkit-animation-duration: 0.5s;
          /**/
          -moz-animation-duration: 0.5s;
          -o-animation-duration: 0.5s; }
      .fenetre_nouvelle_partie .bloc_mots .sous_bloc_mots .mot_a_taper {
        position: relative;
        border: solid 3px #a4bcb3;
        background-color: #06381f;
        padding: 10px;
        width: 60%;
        height: 60px;
        margin: auto;
        box-shadow: 6px 6px 0px rgba(0, 0, 0, 0.13); }
        .fenetre_nouvelle_partie .bloc_mots .sous_bloc_mots .mot_a_taper:after {
          content: ' ';
          position: absolute;
          top: 0;
          right: 0;
          width: 100%;
          height: 100%;
          background: url("../ressources/images/vcr_overlay2.png") repeat center;
          /*background-size: cover;*/
          border-radius: 14%;
          opacity: 0.05;
          border-radius: 0;
          -webkit-border-radius: 0;
          -moz-border-radius: 0;
          -o-border-radius: 0; }
        .fenetre_nouvelle_partie .bloc_mots .sous_bloc_mots .mot_a_taper h2 {
          color: #a4bcb3;
          font-size: 1.7em;
          text-align: center;
          letter-spacing: 2px;
          font-family: 'pixel', sans-serif;
          text-shadow: 1px 1px 10px rgba(164, 188, 179, 0.4); }
        .fenetre_nouvelle_partie .bloc_mots .sous_bloc_mots .mot_a_taper .bloc_boutons {
          position: absolute;
          left: -41px;
          top: -5px; }
        .fenetre_nouvelle_partie .bloc_mots .sous_bloc_mots .mot_a_taper .bouton_start, .fenetre_nouvelle_partie .bloc_mots .sous_bloc_mots .mot_a_taper .bouton_reset {
          display: block;
          font-size: 1.1em;
          text-align: center;
          padding: 3px;
          cursor: crosshair;
          margin: 3px;
          border: solid 2px rgba(164, 188, 179, 0.8);
          background-color: #06381f;
          color: rgba(164, 188, 179, 0.6); }
          .fenetre_nouvelle_partie .bloc_mots .sous_bloc_mots .mot_a_taper .bouton_start:hover, .fenetre_nouvelle_partie .bloc_mots .sous_bloc_mots .mot_a_taper .bouton_reset:hover {
            transition: all 0.2s ease-out;
            -webkit-transition: all 0.2s ease-out;
            -moz-transition: all 0.2s ease-out;
            -o-transition: all 0.2s ease-out;
            color: rgba(255, 255, 255, 0.6); }
      .fenetre_nouvelle_partie .bloc_mots .sous_bloc_mots .couverture_zonne_de_frappe {
        border: solid 3px rgba(164, 188, 179, 0.8);
        position: absolute;
        width: 72%;
        margin: 15px 0px;
        height: 60px;
        left: 12.3%;
        background-color: #031006;
        box-shadow: 6px 6px 0px rgba(0, 0, 0, 0.13); }
        .fenetre_nouvelle_partie .bloc_mots .sous_bloc_mots .couverture_zonne_de_frappe:after {
          content: ' ';
          position: absolute;
          top: 0;
          right: 0;
          width: 100%;
          height: 100%;
          background: url("../ressources/images/vcr_overlay2.png") repeat center;
          /*background-size: cover;*/
          border-radius: 14%;
          opacity: 0.05;
          border-radius: 0;
          -webkit-border-radius: 0;
          -moz-border-radius: 0;
          -o-border-radius: 0; }
      .fenetre_nouvelle_partie .bloc_mots .sous_bloc_mots .bloc_zonne_frappe {
        position: relative;
        width: 70%;
        margin: 10px auto; }
        .fenetre_nouvelle_partie .bloc_mots .sous_bloc_mots .bloc_zonne_frappe .bouton_reset:active {
          color: #08d80a;
          text-shadow: 1px 1px 8px #5a957a;
          border-color: #08d80a;
          box-shadow: 1px 1px 8px #5a957a; }
        .fenetre_nouvelle_partie .bloc_mots .sous_bloc_mots .bloc_zonne_frappe .bloc_zonne_de_texte {
          text-align: center;
          position: relative;
          top: 5px;
          left: -6.3%;
          width: 107%; }
          .fenetre_nouvelle_partie .bloc_mots .sous_bloc_mots .bloc_zonne_frappe .bloc_zonne_de_texte .zonne_de_texte {
            height: 60px;
            width: 100%;
            padding: 3px 0;
            color: rgba(8, 216, 10, 0.8);
            background-color: transparent;
            font-size: 1.7em;
            text-align: center;
            font-family: pixel, sans-serif;
            text-shadow: 1px 1px 10px rgba(0, 170, 77, 0.5);
            border: none; }
        .fenetre_nouvelle_partie .bloc_mots .sous_bloc_mots .bloc_zonne_frappe .icons_correct_incorrect {
          position: absolute;
          font-size: 1.8em;
          text-align: center;
          padding: 5px 3px 3px 3px;
          width: 40px;
          font-family: 'pixel', sans-serif;
          top: 8px;
          right: -45px;
          color: #08d80a;
          text-shadow: 1px 2px 5px rgba(8, 216, 10, 0.6); }
      .fenetre_nouvelle_partie .bloc_mots .sous_bloc_mots .message_result {
        color: #071e0a;
        display: none;
        text-align: center;
        position: relative;
        top: -145px;
        margin: auto;
        background-color: rgba(8, 216, 10, 0.9);
        width: 0;
        height: 165px;
        padding: 15px 0;
        box-shadow: 6px 6px 0px rgba(8, 216, 10, 0.2);
        z-index: 100;
        transition: width 0.2s ease-out;
        -webkit-transition: width 0.2s ease-out;
        -moz-transition: width 0.2s ease-out;
        -o-transition: width 0.2s ease-out; }
        .fenetre_nouvelle_partie .bloc_mots .sous_bloc_mots .message_result:after {
          content: ' ';
          position: absolute;
          top: 0;
          right: 0;
          width: 100%;
          height: 100%;
          background: url("../ressources/images/vcr_overlay2.png") repeat center;
          /*background-size: cover;*/
          border-radius: 14%;
          opacity: 0.05;
          border-radius: 0; }
        .fenetre_nouvelle_partie .bloc_mots .sous_bloc_mots .message_result .div_bloc_msg {
          position: absolute;
          padding: 0 10px; }
          .fenetre_nouvelle_partie .bloc_mots .sous_bloc_mots .message_result .div_bloc_msg span {
            text-align: center; }
        .fenetre_nouvelle_partie .bloc_mots .sous_bloc_mots .message_result .div_bloc_msg.res1 {
          display: none; }
          .fenetre_nouvelle_partie .bloc_mots .sous_bloc_mots .message_result .div_bloc_msg.res1 span:nth-child(1) {
            font-size: 2.5em;
            padding-bottom: 10px; }
          .fenetre_nouvelle_partie .bloc_mots .sous_bloc_mots .message_result .div_bloc_msg.res1 span:nth-child(2) {
            font-size: 2.3em;
            padding-bottom: 10px; }
          .fenetre_nouvelle_partie .bloc_mots .sous_bloc_mots .message_result .div_bloc_msg.res1 span:nth-child(3), .fenetre_nouvelle_partie .bloc_mots .sous_bloc_mots .message_result .div_bloc_msg.res1 span:nth-child(5) {
            font-size: 1.3em; }
          .fenetre_nouvelle_partie .bloc_mots .sous_bloc_mots .message_result .div_bloc_msg.res1 span:nth-child(4) {
            font-size: 1.3em; }
          .fenetre_nouvelle_partie .bloc_mots .sous_bloc_mots .message_result .div_bloc_msg.res1 span:nth-child(2), .fenetre_nouvelle_partie .bloc_mots .sous_bloc_mots .message_result .div_bloc_msg.res1 span:nth-child(3), .fenetre_nouvelle_partie .bloc_mots .sous_bloc_mots .message_result .div_bloc_msg.res1 span:nth-child(5) {
            font-family: pixel, sans-serif;
            font-weight: normal;
            letter-spacing: 1px; }
        .fenetre_nouvelle_partie .bloc_mots .sous_bloc_mots .message_result .div_bloc_msg.res2 {
          display: none; }
          .fenetre_nouvelle_partie .bloc_mots .sous_bloc_mots .message_result .div_bloc_msg.res2 span:nth-child(1) {
            font-size: 2.5em;
            padding-bottom: 10px; }
          .fenetre_nouvelle_partie .bloc_mots .sous_bloc_mots .message_result .div_bloc_msg.res2 span:nth-child(2) {
            font-size: 2.3em;
            padding-bottom: 10px; }
          .fenetre_nouvelle_partie .bloc_mots .sous_bloc_mots .message_result .div_bloc_msg.res2 span:nth-child(3), .fenetre_nouvelle_partie .bloc_mots .sous_bloc_mots .message_result .div_bloc_msg.res2 span:nth-child(5) {
            font-size: 1.3em; }
          .fenetre_nouvelle_partie .bloc_mots .sous_bloc_mots .message_result .div_bloc_msg.res2 span:nth-child(4) {
            font-size: 1.3em; }
          .fenetre_nouvelle_partie .bloc_mots .sous_bloc_mots .message_result .div_bloc_msg.res2 span:nth-child(2), .fenetre_nouvelle_partie .bloc_mots .sous_bloc_mots .message_result .div_bloc_msg.res2 span:nth-child(3), .fenetre_nouvelle_partie .bloc_mots .sous_bloc_mots .message_result .div_bloc_msg.res2 span:nth-child(5) {
            font-family: pixel, sans-serif;
            font-weight: normal;
            letter-spacing: 1px; }
        .fenetre_nouvelle_partie .bloc_mots .sous_bloc_mots .message_result .div_bloc_msg.res3 {
          display: none;
          padding-left: 30px; }
          .fenetre_nouvelle_partie .bloc_mots .sous_bloc_mots .message_result .div_bloc_msg.res3 span:nth-child(1) {
            font-size: 2em;
            line-height: 50px; }
          .fenetre_nouvelle_partie .bloc_mots .sous_bloc_mots .message_result .div_bloc_msg.res3 span:nth-child(3) {
            font-size: 1.3em; }
          .fenetre_nouvelle_partie .bloc_mots .sous_bloc_mots .message_result .div_bloc_msg.res3 span:nth-child(2), .fenetre_nouvelle_partie .bloc_mots .sous_bloc_mots .message_result .div_bloc_msg.res3 span:nth-child(4) {
            font-family: 1.3em; }
          .fenetre_nouvelle_partie .bloc_mots .sous_bloc_mots .message_result .div_bloc_msg.res3 span:nth-child(1), .fenetre_nouvelle_partie .bloc_mots .sous_bloc_mots .message_result .div_bloc_msg.res3 span:nth-child(2), .fenetre_nouvelle_partie .bloc_mots .sous_bloc_mots .message_result .div_bloc_msg.res3 span:nth-child(4) {
            font-family: pixel, sans-serif;
            font-weight: normal;
            letter-spacing: 1px; }
    .fenetre_nouvelle_partie .bloc_mots .bloc_infos_courants {
      color: #00aa4d;
      font-family: 'pixel', sans-serif;
      height: 150px;
      margin-top: 40px;
      z-index: -1; }
      .fenetre_nouvelle_partie .bloc_mots .bloc_infos_courants .info_theme {
        width: 170px;
        text-align: center;
        margin-bottom: 20px;
        position: absolute;
        left: 25px; }
        .fenetre_nouvelle_partie .bloc_mots .bloc_infos_courants .info_theme .info_theme_titre {
          position: relative;
          z-index: -1;
          display: none;
          height: 20px;
          width: 20px;
          overflow: hidden;
          color: transparent;
          transition: all 0.2s ease-out;
          -webkit-transition: all 0.2s ease-out;
          -moz-transition: all 0.2s ease-out;
          -o-transition: all 0.2s ease-out; }
          .fenetre_nouvelle_partie .bloc_mots .bloc_infos_courants .info_theme .info_theme_titre .select_div1, .fenetre_nouvelle_partie .bloc_mots .bloc_infos_courants .info_theme .info_theme_titre .select_div2 {
            border: solid 3px #08d80a;
            position: absolute;
            height: 20px;
            width: 20px;
            /*z-index: 1000;*/ }
          .fenetre_nouvelle_partie .bloc_mots .bloc_infos_courants .info_theme .info_theme_titre .select_div1 {
            top: 0;
            left: 0;
            border-right: none;
            border-bottom: none; }
          .fenetre_nouvelle_partie .bloc_mots .bloc_infos_courants .info_theme .info_theme_titre .select_div2 {
            bottom: 0;
            right: 0;
            border-top: none;
            border-left: none; }
          .fenetre_nouvelle_partie .bloc_mots .bloc_infos_courants .info_theme .info_theme_titre:after {
            content: ' ';
            position: absolute;
            top: 0;
            right: 0;
            width: 100%;
            height: 100%;
            background: url("../ressources/images/vcr_overlay2.png") repeat center;
            /*background-size: cover;*/
            border-radius: 14%;
            opacity: 0.05;
            border-radius: 0; }
        .fenetre_nouvelle_partie .bloc_mots .bloc_infos_courants .info_theme .info_theme_contenu {
          padding: 6px;
          color: rgba(8, 216, 10, 0.8);
          height: 35px;
          background-color: rgba(6, 56, 31, 0.3);
          display: none; }
      .fenetre_nouvelle_partie .bloc_mots .bloc_infos_courants .info_dificulte {
        width: 170px;
        text-align: center;
        z-index: -1;
        position: absolute;
        top: 210px;
        left: 25px; }
        .fenetre_nouvelle_partie .bloc_mots .bloc_infos_courants .info_dificulte .info_dificulte_titre {
          position: relative;
          z-index: -1;
          display: none;
          height: 20px;
          width: 20px;
          overflow: hidden;
          color: transparent;
          transition: all 0.2s ease-out;
          -webkit-transition: all 0.2s ease-out;
          -moz-transition: all 0.2s ease-out;
          -o-transition: all 0.2s ease-out; }
          .fenetre_nouvelle_partie .bloc_mots .bloc_infos_courants .info_dificulte .info_dificulte_titre .select_div1, .fenetre_nouvelle_partie .bloc_mots .bloc_infos_courants .info_dificulte .info_dificulte_titre .select_div2 {
            border: solid 3px #08d80a;
            position: absolute;
            height: 20px;
            width: 20px;
            /*z-index: 1000;*/ }
          .fenetre_nouvelle_partie .bloc_mots .bloc_infos_courants .info_dificulte .info_dificulte_titre .select_div1 {
            top: 0;
            left: 0;
            border-right: none;
            border-bottom: none; }
          .fenetre_nouvelle_partie .bloc_mots .bloc_infos_courants .info_dificulte .info_dificulte_titre .select_div2 {
            bottom: 0;
            right: 0;
            border-top: none;
            border-left: none; }
          .fenetre_nouvelle_partie .bloc_mots .bloc_infos_courants .info_dificulte .info_dificulte_titre:after {
            content: ' ';
            position: absolute;
            top: 0;
            right: 0;
            width: 100%;
            height: 100%;
            background: url("../ressources/images/vcr_overlay2.png") repeat center;
            /*background-size: cover;*/
            border-radius: 14%;
            opacity: 0.05;
            border-radius: 0; }
        .fenetre_nouvelle_partie .bloc_mots .bloc_infos_courants .info_dificulte .info_dificulte_contenu {
          padding: 6px;
          color: rgba(8, 216, 10, 0.8);
          height: 35px;
          background-color: rgba(6, 56, 31, 0.3);
          display: none; }
    .fenetre_nouvelle_partie .bloc_mots .bloc_score {
      color: #00aa4d;
      font-size: 1.8em;
      letter-spacing: 1px;
      height: 90px;
      width: 170px;
      margin-top: 40px;
      text-align: center;
      position: absolute;
      right: 25px; }
      .fenetre_nouvelle_partie .bloc_mots .bloc_score .bloc_score_titre {
        position: relative;
        z-index: -1;
        display: none;
        height: 20px;
        width: 20px;
        overflow: hidden;
        color: transparent;
        transition: all 0.2s ease-out;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out; }
        .fenetre_nouvelle_partie .bloc_mots .bloc_score .bloc_score_titre .select_div1, .fenetre_nouvelle_partie .bloc_mots .bloc_score .bloc_score_titre .select_div2 {
          border: solid 3px #08d80a;
          position: absolute;
          height: 20px;
          width: 20px;
          /*z-index: 1000;*/ }
        .fenetre_nouvelle_partie .bloc_mots .bloc_score .bloc_score_titre .select_div1 {
          top: 0;
          left: 0;
          border-right: none;
          border-bottom: none; }
        .fenetre_nouvelle_partie .bloc_mots .bloc_score .bloc_score_titre .select_div2 {
          bottom: 0;
          right: 0;
          border-top: none;
          border-left: none; }
        .fenetre_nouvelle_partie .bloc_mots .bloc_score .bloc_score_titre:after {
          content: ' ';
          position: absolute;
          top: 0;
          right: 0;
          width: 100%;
          height: 100%;
          background: url("../ressources/images/vcr_overlay2.png") repeat center;
          /*background-size: cover;*/
          border-radius: 14%;
          opacity: 0.05;
          border-radius: 0;
          -webkit-border-radius: 0;
          /**/
          -moz-border-radius: 0;
          -o-border-radius: 0; }
      .fenetre_nouvelle_partie .bloc_mots .bloc_score .bloc_score_valeur {
        font-size: 1.5em;
        color: rgba(8, 216, 10, 0.95);
        background-color: rgba(6, 56, 31, 0.3);
        display: none; }
    .fenetre_nouvelle_partie .bloc_mots .bloc_hs {
      color: #00aa4d;
      height: 157px;
      width: 170px;
      text-align: center;
      position: absolute;
      right: 25px;
      top: 225px; }
      .fenetre_nouvelle_partie .bloc_mots .bloc_hs .bloc_hs_titre {
        position: relative;
        z-index: -1;
        font-size: 1.6em;
        letter-spacing: 1px;
        box-shadow: 6px 6px 0px rgba(0, 0, 0, 0.2);
        display: none;
        height: 20px;
        width: 20px;
        overflow: hidden;
        color: transparent;
        transition: all 0.2s ease-out;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out; }
        .fenetre_nouvelle_partie .bloc_mots .bloc_hs .bloc_hs_titre .select_div1, .fenetre_nouvelle_partie .bloc_mots .bloc_hs .bloc_hs_titre .select_div2 {
          border: solid 3px #08d80a;
          position: absolute;
          height: 20px;
          width: 20px;
          /*z-index: 1000;*/ }
        .fenetre_nouvelle_partie .bloc_mots .bloc_hs .bloc_hs_titre .select_div1 {
          top: 0;
          left: 0;
          border-right: none;
          border-bottom: none; }
        .fenetre_nouvelle_partie .bloc_mots .bloc_hs .bloc_hs_titre .select_div2 {
          bottom: 0;
          right: 0;
          border-top: none;
          border-left: none; }
        .fenetre_nouvelle_partie .bloc_mots .bloc_hs .bloc_hs_titre:after {
          content: ' ';
          position: absolute;
          top: 0;
          right: 0;
          width: 100%;
          height: 100%;
          background: url("../ressources/images/vcr_overlay2.png") repeat center;
          /*background-size: cover;*/
          border-radius: 14%;
          opacity: 0.05;
          border-radius: 0; }
      .fenetre_nouvelle_partie .bloc_mots .bloc_hs .bloc_hs1_valeur {
        font-size: 2.3em;
        color: rgba(8, 216, 10, 0.95);
        background-color: rgba(6, 56, 31, 0.3);
        letter-spacing: 1px;
        height: 40px;
        box-shadow: 6px 6px 0px rgba(0, 0, 0, 0.2);
        display: none; }
      .fenetre_nouvelle_partie .bloc_mots .bloc_hs .bloc_hs2_valeur {
        font-size: 2.1em;
        color: rgba(8, 216, 10, 0.5);
        background-color: rgba(6, 56, 31, 0.2);
        width: 160px;
        height: 35px;
        margin: 3px auto;
        box-shadow: 6px 6px 0px rgba(0, 0, 0, 0.1);
        display: none; }
      .fenetre_nouvelle_partie .bloc_mots .bloc_hs .bloc_hs3_valeur {
        font-size: 1.8em;
        color: rgba(8, 216, 10, 0.3);
        background-color: rgba(6, 56, 31, 0.1);
        width: 150px;
        height: 30px;
        margin: auto;
        box-shadow: 6px 6px 0px rgba(0, 0, 0, 0.05);
        display: none; }
  .fenetre_nouvelle_partie .conteneur_infos_mots_score {
    display: grid;
    grid-template-columns: 20% 60% 20%;
    justify-items: center;
    margin-top: 20px; }

/* ---------------> FILE III <--------------- */
.bloc_a_propos {
  position: relative;
  grid-template-columns: 1fr;
  justify-items: center;
  display: none;
  height: 20px;
  width: 20px;
  overflow: hidden;
  margin: 17% auto;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out; }
  .bloc_a_propos .select_div1, .bloc_a_propos .select_div2 {
    border: solid 3px #08d80a;
    position: absolute;
    height: 20px;
    width: 20px;
    /*z-index: 1000;*/ }
  .bloc_a_propos .select_div1 {
    top: 0;
    left: 0;
    border-right: none;
    border-bottom: none; }
  .bloc_a_propos .select_div2 {
    bottom: 0;
    right: 0;
    border-top: none;
    border-left: none; }
  .bloc_a_propos:before {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url("../ressources/images/vcr_overlay2.png") repeat center;
    /*background-size: cover;*/
    border-radius: 14%;
    opacity: 0.05;
    border-radius: 0;
    -webkit-border-radius: 0;
    /**/
    -moz-border-radius: 0;
    -o-border-radius: 0; }
  .bloc_a_propos .bloc_menu_a_propos {
    position: absolute;
    margin-top: 25px; }
    .bloc_a_propos .bloc_menu_a_propos ul {
      position: relative;
      list-style-type: none;
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-column-gap: 5px; }
      .bloc_a_propos .bloc_menu_a_propos ul li {
        border: solid 2px rgba(8, 216, 10, 0.8);
        border-bottom: none;
        box-shadow: 1px 1px 10px rgba(8, 216, 10, 0.3);
        text-align: center;
        padding: 5px;
        width: 130px;
        height: 20px;
        position: relative;
        display: none;
        animation-duration: 0.5s;
        -webkit-animation-duration: 0.5s;
        /**/
        -moz-animation-duration: 0.5s;
        -o-animation-duration: 0.5s; }
        .bloc_a_propos .bloc_menu_a_propos ul li span {
          letter-spacing: 1px;
          position: relative;
          top: -16.7px;
          background-color: #071e0a;
          text-shadow: 1px 1px 10px rgba(0, 170, 77, 0.5); }
          .bloc_a_propos .bloc_menu_a_propos ul li span:hover {
            cursor: crosshair; }
          .bloc_a_propos .bloc_menu_a_propos ul li span:before {
            content: ' ';
            position: absolute;
            top: 0;
            right: 0;
            width: 100%;
            height: 100%;
            background: url("../ressources/images/vcr_overlay2.png") repeat center;
            /*background-size: cover;*/
            border-radius: 14%;
            opacity: 0.05;
            border-radius: 0;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            -o-border-radius: 0; }
        .bloc_a_propos .bloc_menu_a_propos ul li:nth-child(1) .couverture_identite {
          position: absolute;
          height: 20px;
          top: 14.5px;
          left: 0px;
          background-color: #071e0a;
          z-index: 1;
          width: 0;
          transition: all 0.2s ease-out;
          -webkit-transition: all 0.2s ease-out;
          -moz-transition: all 0.2s ease-out;
          -o-transition: all 0.2s ease-out;
          left: 50%; }
          .bloc_a_propos .bloc_menu_a_propos ul li:nth-child(1) .couverture_identite:before {
            content: ' ';
            position: absolute;
            top: 0;
            right: 0;
            width: 100%;
            height: 100%;
            background: url("../ressources/images/vcr_overlay2.png") repeat center;
            /*background-size: cover;*/
            border-radius: 14%;
            opacity: 0.05;
            border-radius: 0; }
        .bloc_a_propos .bloc_menu_a_propos ul li:nth-child(2) .couverture_contactes {
          position: absolute;
          height: 20px;
          width: 126px;
          top: 14.5px;
          left: 0px;
          background-color: #071e0a;
          z-index: 1; }
          .bloc_a_propos .bloc_menu_a_propos ul li:nth-child(2) .couverture_contactes:before {
            content: ' ';
            position: absolute;
            top: 0;
            right: 0;
            width: 100%;
            height: 100%;
            background: url("../ressources/images/vcr_overlay2.png") repeat center;
            /*background-size: cover;*/
            border-radius: 14%;
            opacity: 0.05;
            border-radius: 0; }
      .bloc_a_propos .bloc_menu_a_propos ul li:nth-child(1) span {
        padding: 0 10px;
        color: #08d80a;
        text-shadow: 0px 0px 10px rgba(8, 216, 10, 0.8); }
      .bloc_a_propos .bloc_menu_a_propos ul li:nth-child(2) span {
        position: relative;
        padding: 0 3px; }
  .bloc_a_propos .bloc_identite {
    position: absolute;
    display: none;
    height: 2px;
    width: 2px;
    overflow: hidden;
    top: 45%;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out; }
    .bloc_a_propos .bloc_identite .a_propos_border_top {
      position: absolute;
      border: solid 2px rgba(8, 216, 10, 0.8);
      border-bottom: none;
      height: 20px;
      width: 100%;
      top: 0px;
      left: 0px;
      box-shadow: 1px -2px 3px rgba(8, 216, 10, 0.2); }
    .bloc_a_propos .bloc_identite .a_propos_border_bottom {
      position: absolute;
      border: solid 2px rgba(8, 216, 10, 0.8);
      border-top: none;
      height: 20px;
      width: 100%;
      bottom: 0px;
      left: 0px;
      box-shadow: 1px 2.5px 3px rgba(8, 216, 10, 0.3); }
    .bloc_a_propos .bloc_identite .sous_bloc_identite {
      position: absolute;
      display: grid;
      grid-template-columns: 17% 83%;
      width: 95.5%;
      overflow: hidden; }
      .bloc_a_propos .bloc_identite .sous_bloc_identite .bloc_identite_col1 .auteur_img1 {
        border-top: solid 1px #5a957a;
        border-bottom: solid 1px #5a957a;
        position: relative;
        display: none;
        height: 1px;
        width: 1px;
        margin: auto;
        top: 26%;
        transition: height 0.3s ease-out, width 0.2s ease-out, top 0.3s ease-out;
        -webkit-transition: height 0.3s ease-out, width 0.2s ease-out, top 0.3s ease-out;
        -moz-transition: height 0.3s ease-out, width 0.2s ease-out, top 0.3s ease-out;
        -o-transition: height 0.3s ease-out, width 0.2s ease-out, top 0.3s ease-out; }
        .bloc_a_propos .bloc_identite .sous_bloc_identite .bloc_identite_col1 .auteur_img1:before {
          content: ' ';
          position: absolute;
          top: 0;
          right: 0;
          width: 100%;
          height: 100%;
          background: url("../ressources/images/vcr_overlay2.png") repeat center;
          /*background-size: cover;*/
          border-radius: 14%;
          opacity: 0.05;
          border-radius: 0; }
        .bloc_a_propos .bloc_identite .sous_bloc_identite .bloc_identite_col1 .auteur_img1 .img_bg1 {
          background: url("../ressources/images/AuteurImg.png") no-repeat center;
          background-size: contain;
          height: 178px;
          width: 150px;
          display: none;
          animation-duration: 2s; }
          .bloc_a_propos .bloc_identite .sous_bloc_identite .bloc_identite_col1 .auteur_img1 .img_bg1:before {
            content: ' ';
            position: absolute;
            top: 0;
            right: 0;
            width: 100%;
            height: 100%;
            background: url("../ressources/images/vcr_overlay2.png") repeat center;
            /*background-size: cover;*/
            border-radius: 14%;
            opacity: 0.05;
            border-radius: 0; }
      .bloc_a_propos .bloc_identite .sous_bloc_identite .bloc_identite_col1 .auteur_legende {
        font-size: 1.2em;
        color: #5a957a;
        letter-spacing: 1px;
        text-align: center;
        display: none;
        transition: color 0.2s, text-shadow 0.5s ease-out; }
      .bloc_a_propos .bloc_identite .sous_bloc_identite .bloc_identite_col2 {
        padding: 10px;
        font-size: 1em;
        font-family: pixel, sans-serif;
        line-height: 23px;
        display: grid;
        grid-template-columns: 3% 30% 65%;
        grid-auto-rows: minmax(20px, auto);
        grid-gap: 3px;
        visibility: hidden;
        height: 168px; }
        .bloc_a_propos .bloc_identite .sous_bloc_identite .bloc_identite_col2 i {
          font-size: 0.7em;
          color: #5a957a;
          display: block;
          padding: 7px 6px;
          height: 23px;
          visibility: hidden;
          transition: color 0.3s, text-shadow 1s;
          -webkit-transition: color 0.3s, text-shadow 1s;
          -moz-transition: color 0.3s, text-shadow 1s;
          -o-transition: color 0.3s, text-shadow 1s; }
        .bloc_a_propos .bloc_identite .sous_bloc_identite .bloc_identite_col2 span {
          display: block;
          height: 23px;
          background-color: rgba(6, 56, 31, 0.5);
          padding-left: 5px;
          position: relative;
          opacity: 0;
          overflow: hidden;
          transition: 0.2s;
          -webkit-transition: 0.2s;
          -moz-transition: 0.2s;
          -o-transition: 0.2s; }
          .bloc_a_propos .bloc_identite .sous_bloc_identite .bloc_identite_col2 span:before {
            content: ' ';
            position: absolute;
            top: 0;
            right: 0;
            width: 100%;
            height: 100%;
            background: url("../ressources/images/vcr_overlay2.png") repeat center;
            /*background-size: cover;*/
            border-radius: 14%;
            opacity: 0.05;
            border-radius: 0; }
        .bloc_a_propos .bloc_identite .sous_bloc_identite .bloc_identite_col2 .titre {
          color: #08d80a;
          font-weight: 300;
          text-decoration: underline;
          letter-spacing: 0.7px;
          text-shadow: 1px 1px 10px rgba(8, 216, 10, 0.5); }
        .bloc_a_propos .bloc_identite .sous_bloc_identite .bloc_identite_col2 .val {
          color: #00aa4d;
          height: auto;
          text-shadow: 1px 1px 10px rgba(0, 170, 77, 0.5); }
  .bloc_a_propos .bloc_contactes {
    display: none;
    position: absolute;
    top: 45px;
    height: 83%;
    width: 95%;
    padding: 20px;
    overflow: hidden; }
    .bloc_a_propos .bloc_contactes .contactes_border_top {
      position: absolute;
      border: solid 2px rgba(8, 216, 10, 0.8);
      border-bottom: none;
      box-shadow: 1px -2px 3px rgba(8, 216, 10, 0.2);
      height: 20px;
      width: 100%;
      top: 0px;
      left: 0px; }
    .bloc_a_propos .bloc_contactes .contactes_border_bottom {
      position: absolute;
      border: solid 2px rgba(8, 216, 10, 0.8);
      border-top: none;
      box-shadow: 1px 2.5px 3px rgba(8, 216, 10, 0.3);
      height: 20px;
      width: 100%;
      bottom: 0px;
      left: 0px; }
    .bloc_a_propos .bloc_contactes .sous_bloc_contactes {
      position: absolute;
      display: grid;
      grid-template-columns: 17% 83%;
      width: 95.5%;
      overflow: hidden; }
      .bloc_a_propos .bloc_contactes .sous_bloc_contactes .bloc_contactes_col1 .auteur_img2 {
        position: relative;
        border-top: solid 1px #5a957a;
        border-bottom: solid 1px #5a957a;
        display: none;
        height: 1px;
        width: 1px;
        margin: auto;
        top: 26%;
        transition: height 0.3s ease-out, width 0.2s ease-out, top 0.3s ease-out;
        -webkit-transition: height 0.3s ease-out, width 0.2s ease-out, top 0.3s ease-out;
        -moz-transition: height 0.3s ease-out, width 0.2s ease-out, top 0.3s ease-out;
        -o-transition: height 0.3s ease-out, width 0.2s ease-out, top 0.3s ease-out; }
        .bloc_a_propos .bloc_contactes .sous_bloc_contactes .bloc_contactes_col1 .auteur_img2:before {
          content: ' ';
          position: absolute;
          top: 0;
          right: 0;
          width: 100%;
          height: 100%;
          background: url("../ressources/images/vcr_overlay2.png") repeat center;
          /*background-size: cover;*/
          border-radius: 14%;
          opacity: 0.05;
          border-radius: 0;
          -webkit-border-radius: 0;
          -moz-border-radius: 0;
          -o-border-radius: 0; }
        .bloc_a_propos .bloc_contactes .sous_bloc_contactes .bloc_contactes_col1 .auteur_img2 .img_bg2 {
          background: url("../ressources/images/AuteurImg2.png") no-repeat center;
          background-size: contain;
          height: 178px;
          width: 150px;
          display: none;
          animation-duration: 2s;
          -webkit-animation-duration: 2s;
          -moz-animation-duration: 2s;
          -o-animation-duration: 2s; }
          .bloc_a_propos .bloc_contactes .sous_bloc_contactes .bloc_contactes_col1 .auteur_img2 .img_bg2:before {
            content: ' ';
            position: absolute;
            top: 0;
            right: 0;
            width: 100%;
            height: 100%;
            background: url("../ressources/images/vcr_overlay2.png") repeat center;
            /*background-size: cover;*/
            border-radius: 14%;
            opacity: 0.05;
            border-radius: 0;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            -o-border-radius: 0; }
      .bloc_a_propos .bloc_contactes .sous_bloc_contactes .bloc_contactes_col1 .auteur_legende {
        font-size: 1.2em;
        color: #5a957a;
        letter-spacing: 1px;
        text-align: center;
        display: none;
        transition: color 0.2s, text-shadow 0.5s ease-out;
        -webkit-transition: color 0.2s, text-shadow 0.5s ease-out;
        -moz-transition: color 0.2s, text-shadow 0.5s ease-out;
        -o-transition: color 0.2s, text-shadow 0.5s ease-out; }
      .bloc_a_propos .bloc_contactes .sous_bloc_contactes .bloc_contactes_col2 {
        padding: 5px;
        font-size: 1em;
        font-family: pixel, sans-serif;
        display: grid;
        grid-template-columns: 10% 35% 55%;
        height: 180px;
        grid-gap: 3px; }
        .bloc_a_propos .bloc_contactes .sous_bloc_contactes .bloc_contactes_col2 .img {
          border: solid 1px rgba(164, 188, 179, 0.4);
          position: relative;
          box-shadow: 0px 0px 5px rgba(164, 188, 179, 0.5);
          opacity: 0;
          animation-duration: 0.3s;
          -webkit-animation-duration: 0.3s;
          -moz-animation-duration: 0.3s;
          -o-animation-duration: 0.3s; }
        .bloc_a_propos .bloc_contactes .sous_bloc_contactes .bloc_contactes_col2 .img.mail {
          background: url("../ressources/logo_icone/Mail_Logo.png") no-repeat center;
          background-size: cover; }
          .bloc_a_propos .bloc_contactes .sous_bloc_contactes .bloc_contactes_col2 .img.mail:before {
            content: ' ';
            position: absolute;
            top: 0;
            right: 0;
            width: 100%;
            height: 100%;
            background: url("../ressources/images/vcr_overlay2.png") repeat center;
            /*background-size: cover;*/
            border-radius: 14%;
            opacity: 0.05;
            border-radius: 0;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            -o-border-radius: 0; }
        .bloc_a_propos .bloc_contactes .sous_bloc_contactes .bloc_contactes_col2 .img.site {
          background: url("../ressources/logo_icone/Url_Logo.png") no-repeat center;
          background-size: cover; }
          .bloc_a_propos .bloc_contactes .sous_bloc_contactes .bloc_contactes_col2 .img.site:before {
            content: ' ';
            position: absolute;
            top: 0;
            right: 0;
            width: 100%;
            height: 100%;
            background: url("../ressources/images/vcr_overlay2.png") repeat center;
            /*background-size: cover;*/
            border-radius: 14%;
            opacity: 0.05;
            border-radius: 0;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            -o-border-radius: 0; }
        .bloc_a_propos .bloc_contactes .sous_bloc_contactes .bloc_contactes_col2 .img.rs {
          background: url("../ressources/logo_icone/ResauxS_Logo.png") no-repeat center;
          background-size: cover; }
          .bloc_a_propos .bloc_contactes .sous_bloc_contactes .bloc_contactes_col2 .img.rs:before {
            content: ' ';
            position: absolute;
            top: 0;
            right: 0;
            width: 100%;
            height: 100%;
            background: url("../ressources/images/vcr_overlay2.png") repeat center;
            /*background-size: cover;*/
            border-radius: 14%;
            opacity: 0.05;
            border-radius: 0;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            -o-border-radius: 0; }
        .bloc_a_propos .bloc_contactes .sous_bloc_contactes .bloc_contactes_col2 .titre {
          color: #08d80a;
          font-weight: 300;
          letter-spacing: 0.7px;
          display: grid;
          grid-template-columns: 1fr;
          align-items: center;
          width: 0;
          padding-left: 0;
          overflow: hidden;
          transition: 0.3s;
          -webkit-transition: 0.3s;
          -moz-transition: 0.3s;
          -o-transition: 0.3s;
          word-wrap: normal; }
          .bloc_a_propos .bloc_contactes .sous_bloc_contactes .bloc_contactes_col2 .titre span {
            display: block;
            margin-left: 5px;
            text-shadow: 1px 1px 10px rgba(8, 216, 10, 0.5);
            opacity: 0;
            transition: 0.3s;
            -webkit-transition: 0.3s;
            -moz-transition: 0.3s;
            -o-transition: 0.3s; }
          .bloc_a_propos .bloc_contactes .sous_bloc_contactes .bloc_contactes_col2 .titre i {
            font-size: 0.7em;
            position: relative;
            top: -1px;
            text-shadow: 1px 1px 10px rgba(8, 216, 10, 0.5); }
        .bloc_a_propos .bloc_contactes .sous_bloc_contactes .bloc_contactes_col2 .val {
          display: grid;
          grid-template-columns: 1fr;
          align-items: center;
          text-shadow: 1px 1px 10px rgba(164, 188, 179, 0.4);
          width: 0;
          overflow: hidden;
          transition: 0.3s;
          -webkit-transition: 0.3s;
          -moz-transition: 0.3s;
          -o-transition: 0.3s; }
          .bloc_a_propos .bloc_contactes .sous_bloc_contactes .bloc_contactes_col2 .val span {
            display: block;
            margin-left: 5px;
            z-index: 1;
            opacity: 0;
            transition: 0.3s;
            -moz-transition: 0.3s;
            -webkit-transition: 0.3s;
            -o-transition: 0.3s; }
          .bloc_a_propos .bloc_contactes .sous_bloc_contactes .bloc_contactes_col2 .val span a {
            color: #7adc65;
            transition: all 0.2s ease-out;
            -webkit-transition: all 0.2s ease-out;
            -moz-transition: all 0.2s ease-out;
            -o-transition: all 0.2s ease-out; }
          .bloc_a_propos .bloc_contactes .sous_bloc_contactes .bloc_contactes_col2 .val span a:hover {
            color: #c4efba;
            text-shadow: 0px 0px 5px #a4bcb3; }
        .bloc_a_propos .bloc_contactes .sous_bloc_contactes .bloc_contactes_col2 .titre, .bloc_a_propos .bloc_contactes .sous_bloc_contactes .bloc_contactes_col2 .val {
          background-color: rgba(6, 56, 31, 0.7);
          position: relative;
          z-index: 0; }
          .bloc_a_propos .bloc_contactes .sous_bloc_contactes .bloc_contactes_col2 .titre:before, .bloc_a_propos .bloc_contactes .sous_bloc_contactes .bloc_contactes_col2 .val:before {
            content: ' ';
            position: absolute;
            top: 0;
            right: 0;
            width: 100%;
            height: 100%;
            background: url("../ressources/images/vcr_overlay2.png") repeat center;
            /*background-size: cover;*/
            border-radius: 14%;
            opacity: 0.05;
            border-radius: 0; }
        .bloc_a_propos .bloc_contactes .sous_bloc_contactes .bloc_contactes_col2 .val a {
          text-decoration: none; }
          .bloc_a_propos .bloc_contactes .sous_bloc_contactes .bloc_contactes_col2 .val a:hover {
            cursor: crosshair; }
        .bloc_a_propos .bloc_contactes .sous_bloc_contactes .bloc_contactes_col2 .val:last-child {
          display: grid;
          grid-template-columns: repeat(5, 1fr);
          justify-items: center;
          align-items: center; }
          .bloc_a_propos .bloc_contactes .sous_bloc_contactes .bloc_contactes_col2 .val:last-child .bloc_rs {
            position: relative;
            height: 35px;
            width: 35px;
            padding: 0;
            z-index: 1;
            box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
            opacity: 0.6;
            transition: box-shadow 0.2s ease-out;
            -webkit-transition: box-shadow 0.2s ease-out;
            -moz-transition: box-shadow 0.2s ease-out;
            -o-transition: box-shadow 0.2s ease-out; }
            .bloc_a_propos .bloc_contactes .sous_bloc_contactes .bloc_contactes_col2 .val:last-child .bloc_rs:before {
              content: ' ';
              position: absolute;
              top: 0;
              right: 0;
              width: 100%;
              height: 100%;
              background: url("../ressources/images/vcr_overlay2.png") repeat center;
              /*background-size: cover;*/
              border-radius: 14%;
              opacity: 0.05;
              border-radius: 0; }
            .bloc_a_propos .bloc_contactes .sous_bloc_contactes .bloc_contactes_col2 .val:last-child .bloc_rs:hover {
              cursor: crosshair;
              border-radius: 3px;
              opacity: 1;
              box-shadow: 1px 1px 10px rgba(8, 216, 10, 0.3); }
            .bloc_a_propos .bloc_contactes .sous_bloc_contactes .bloc_contactes_col2 .val:last-child .bloc_rs.facebook {
              background: url("../ressources/logo_icone/Icone_Facebook.png") no-repeat center;
              background-size: cover; }
            .bloc_a_propos .bloc_contactes .sous_bloc_contactes .bloc_contactes_col2 .val:last-child .bloc_rs.twitter {
              background: url("../ressources/logo_icone/Icone_Twitter.png") no-repeat center;
              background-size: cover; }
            .bloc_a_propos .bloc_contactes .sous_bloc_contactes .bloc_contactes_col2 .val:last-child .bloc_rs.instagram {
              background: url("../ressources/logo_icone/Icone_Instagram.png") no-repeat center;
              background-size: cover; }
            .bloc_a_propos .bloc_contactes .sous_bloc_contactes .bloc_contactes_col2 .val:last-child .bloc_rs.linkedin {
              background: url("../ressources/logo_icone/Icone_LinkedIn.png") no-repeat center;
              background-size: cover; }
            .bloc_a_propos .bloc_contactes .sous_bloc_contactes .bloc_contactes_col2 .val:last-child .bloc_rs.github {
              background: url("../ressources/logo_icone/Icone_GitHub.png") no-repeat center;
              background-size: cover; }
        .bloc_a_propos .bloc_contactes .sous_bloc_contactes .bloc_contactes_col2 div {
          height: 55px; }

/* --------------  Media Queries -------------- */
/* Page d'avertissement pour les versions mobils */
/*@media(max-width:692px)
{
    .bloc_mobile 
    {
        display: grid;
        grid-template-columns: 1fr;
        justify-items: center;
    }
    .bloc_mobile h1 
    {
        font-size: 3em;
    }
    .bloc_mobile h2
    {
        font-size: 1.1em;
    }
    .bloc_mobile p
    {
        font-size: 0.75em;
    }
}
@media(max-width:604px)
{
    .bloc_mobile h1 
    {
        font-size: 2.5em;
    }
    .bloc_mobile h3 
    {
        font-size: 1em;
    }
    .bloc_mobile h2
    {
        font-size: 1.1em;
    }
    .bloc_mobile p
    {
        font-size: 0.75em;
    }
}
@media(max-width:515px)
{
    .bloc_mobile .titres_bloc_mobil
    {
        width: 100%;
    }
}
@media(max-width:414px)
{
    .bloc_mobile h1 
    {
        font-size: 2.3em;
    }
}
@media(max-width:375px)
{
    .bloc_mobile h1 
    {
        font-size: 2em;
    }
    .bloc_mobile h2
    {
        font-size: 1em;
    }
    .bloc_mobile p
    {
        font-size: 0.72em;
    }
}*/
@media (max-width: 1343px) {
  .titres_ecran_chargement h1 {
    font-size: 5.3em; } }

@media (max-width: 1254px) {
  .titres_ecran_chargement h1 {
    font-size: 5em; }
  .copy span {
    font-size: 0.9em; } }

@media (max-width: 1201px) {
  .titres_ecran_chargement h1 {
    font-size: 4.8em; }
  .titres_ecran_chargement h3 {
    font-size: 1.1em; } }

@media (max-width: 1166px) {
  .titres_ecran_chargement h1 {
    font-size: 4.5em; } }

@media (max-width: 1112px) {
  .titres_ecran_chargement h1 {
    font-size: 4.3em; }
  .titres_ecran_chargement h3 {
    font-size: 1em; }
  .copy span {
    font-size: 0.8em; }
  /*.conteneur_ecran
    {
        height: 500px;
    }*/ }

@media (max-width: 1077px) {
  .titres_ecran_chargement h1 {
    font-size: 4em; }
  .titres_ecran_chargement h3 {
    top: -10px; } }

/*@media(max-width:1024px)
{
    body 
    {
        width: 1024px;
        overflow: auto;
        margin: auto;
    }
}*/
/*@media(max-width:1349px)
{
    .bloc_mini_instructions 
    {
        
    }
}*/
