@media all and (max-width: 1150px) {
  #planSite {
    display: none; } }
#VersionBETA {
  width: 100%;
  background-color: red;
  color: #ffffff;
  text-align: center; }

html {
  height: 100%; }

body {
  font-size: 100%;
  color: #313131;
  background-color: #fcfff4;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 95%; }
  @media screen and (max-width: 450px) {
    body {
      font-size: 0.8rem; } }

footer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center; }
  footer p {
    margin: 0px; }
  footer img {
    height: 36px;
    width: 36px;
    margin: 0px 10px; }

#header-title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap; }
  #header-title .nav-mobile {
    display: none; }
  #header-title img {
    width: 25px;
    height: 25px; }
  #header-title a {
    padding: 0.3rem 0.5rem;
    outline: none;
    text-decoration: none; }
  #header-title h1 {
    flex: 1;
    text-align: center;
    margin: 0 0 0.8rem;
    color: #635245; }
    #header-title h1 a {
      color: #635245; }
  @media screen and (max-width: 450px) {
    #header-title {
      font-size: 0.9rem; }
      #header-title a {
        padding: 0.1rem 0.2rem; }
      #header-title .nav-mobile {
        display: block; } }
  @media screen and (max-width: 900px) {
    #header-title {
      font-size: 0.9rem; }
      #header-title a {
        padding: 0.1rem 0.2rem; } }

nav ul {
  padding: 0 0 0 0.2rem;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap; }
nav img {
  width: 48px;
  height: 48px; }
nav a {
  padding: 0.3rem 0.5rem; }
@media screen and (max-width: 450px) {
  nav {
    display: none; } }
@media screen and (max-width: 900px) {
  nav img {
    width: 36px;
    height: 36px; } }

main {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  flex: 1; }
  @media screen and (max-width: 450px) {
    main {
      flex-direction: row;
      justify-content: flex-start;
      align-items: center; } }
  @media screen and (max-width: 900px) {
    main {
      flex-direction: row;
      justify-content: center;
      align-items: flex-start; } }

#menu-mobile ul {
  padding: 0 0 0 0.2rem;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap; }
#menu-mobile li {
  margin: 1rem; }
  #menu-mobile li img {
    width: 48px;
    height: 48px; }

section {
  border: 1px solid #cdcdcd;
  border-radius: 15px;
  margin: 5px;
  padding: 15px;
  min-width: 310px;
  max-width: 48%;
  background-color: white; }
  section h2 {
    color: #635245;
    margin: 0 0 1rem;
    text-align: center; }
  @media screen and (max-width: 900px) {
    section {
      max-width: 48%;
      /*map-get($breakpoints, tablette)-50;*/
      border-radius: 10px;
      margin: 5px;
      padding: 5px; } }
  @media screen and (max-width: 450px) {
    section {
      font-size: 0.8rem;
      width: 95%;
      max-width: 100%;
      /*map-get($breakpoints, mobile)-50;*/
      min-width: auto;
      border-radius: 10px;
      padding: 5px; } }

@media screen and (max-width: 900px) {
  #detailsSite {
    max-width: 100%; } }
#detailsSite p {
  text-align: center; }
#detailsSite #logoSite {
  text-align: center; }
  #detailsSite #logoSite img {
    width: 60%;
    height: 60%; }

#stat-site #img-400, #stat-site #img-300, #stat-site #img-200 {
  display: none; }
@media screen and (max-width: 1100px) {
  #stat-site #img-400 {
    display: block; }
  #stat-site #img-500, #stat-site #img-300, #stat-site #img-200 {
    display: none; } }
@media screen and (max-width: 900px) {
  #stat-site #img-500 {
    display: block; }
  #stat-site #img-400, #stat-site #img-300, #stat-site #img-200 {
    display: none; } }
@media screen and (max-width: 550px) {
  #stat-site #img-400 {
    display: block; }
  #stat-site #img-500, #stat-site #img-300, #stat-site #img-200 {
    display: none; } }
@media screen and (max-width: 450px) {
  #stat-site #img-300 {
    display: block; }
  #stat-site #img-500, #stat-site #img-400, #stat-site #img-200 {
    display: none; } }
@media screen and (max-width: 350px) {
  #stat-site #img-200 {
    display: block; }
  #stat-site #img-500, #stat-site #img-400, #stat-site #img-300 {
    display: none; } }

#viewListVoies {
  max-width: 100%; }
  #viewListVoies table {
    border: medium solid #6495ed;
    border-collapse: collapse;
    width: 100%; }
    #viewListVoies table th {
      font-family: monospace;
      border: thin solid #6495ed;
      padding: 5px;
      background-color: #D0E3FA; }
    #viewListVoies table td {
      font-family: sans-serif;
      border: thin solid #6495ed;
      padding: 5px;
      text-align: center;
      background-color: #ffffff;
      width: 7.5%; }
    #viewListVoies table caption {
      font-family: sans-serif;
      padding: 10px;
      caption-side: bottom;
      text-align: left; }

#viewListVoies .couloir, #viewListVoies .voie, #viewListVoies .cotation {
  border-right: medium solid #6495ed; }

#resultSearch img {
  width: 15px;
  height: 15px; }

#searchForm {
  max-width: 100%; }
  #searchForm p {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 0 0 0 0.2rem;
    margin: 0;
    list-style: none; }
  #searchForm span {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0 0.5rem;
    height: 2rem; }
  #searchForm img {
    width: 25px;
    height: 25px; }
  #searchForm #coupDeCoeur {
    display: none; }
  @media screen and (max-width: 900px) {
    #searchForm p {
      flex-direction: column; } }
  @media screen and (max-width: 450px) {
    #searchForm p {
      flex-direction: column;
      align-items: center; } }

#resultSearch li {
  margin: 0.5rem 0; }
@media screen and (max-width: 450px) {
  #resultSearch ul {
    padding: 0 0 0 0.2rem;
    margin: 0;
    list-style: none; } }

#myInfos ul {
  list-style: none; }
#myInfos li {
  margin: 0.5rem 0; }
#myInfos img {
  width: 25px;
  height: 25px; }
#myInfos label[for=nom], #myInfos label[for=prenom], #myInfos label[for=pseudo] {
  display: inline-block;
  width: 30%; }
#myInfos input[type=text] {
  width: 60%; }
#myInfos label[for=eMail], #myInfos label[for=password], #myInfos label[for=nouveauPassword], #myInfos label[for=nouveauPasswordConfirmation] {
  display: inline-block;
  width: 20%; }
#myInfos input[type=email], #myInfos input[type=password] {
  width: 70%; }
@media screen and (max-width: 900px) {
  #myInfos ul {
    padding: 0 0 0 0.2rem;
    margin: 0; } }
@media screen and (max-width: 450px) {
  #myInfos ul {
    padding: 0 0 0 0.2rem;
    margin: 0; } }

#historique {
  padding: 0; }
  #historique .week {
    color: #4f4f4f;
    font-size: 0.85rem; }
  #historique .lastMonth {
    color: #d4d4d4; }
  #historique .nextMonth {
    color: #d4d4d4; }
  #historique .currentDay {
    color: #ff370c;
    background-color: #fff09f; }
  #historique .withReal {
    background-color: #9fffc9; }
  #historique #historique_date {
    padding: 0 0.2rem; }
    #historique #historique_date p {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center; }
    #historique #historique_date img {
      width: 36px;
      height: 36px; }
    #historique #historique_date img {
      padding: 0px;
      margin: 0px; }
    #historique #historique_date a {
      height: 36px; }
    @media screen and (max-width: 450px) {
      #historique #historique_date img {
        width: 24px;
        height: 24px; }
      #historique #historique_date a {
        height: 24px; }
      #historique #historique_date select {
        font-size: 0.7rem; } }
  #historique #calendrier {
    padding: 0 0.2rem;
    border-bottom: 1px solid #cdcdcd;
    text-align: center; }
    #historique #calendrier .selectedDay {
      border: 2px solid red; }
    #historique #calendrier table {
      margin: 1rem;
      border-collapse: separate;
      border-spacing: 0px;
      width: 90%; }
      #historique #calendrier table td {
        border: 1px solid #cdcdcd;
        height: 2rem;
        width: 2rem;
        text-align: center;
        vertical-align: center;
        padding: 0; }
      #historique #calendrier table th {
        border: 1px solid #cdcdcd;
        padding: 0.4rem 0; }
      #historique #calendrier table tr:first-child > th:first-child {
        border-top-left-radius: 5px; }
      #historique #calendrier table tr:last-child > td:first-child {
        border-bottom-left-radius: 5px; }
      #historique #calendrier table tr:first-child > th:last-child {
        border-top-right-radius: 5px; }
      #historique #calendrier table tr:last-child > td:last-child {
        border-bottom-right-radius: 5px; }
      #historique #calendrier table a {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        width: 100%;
        outline: none;
        text-decoration: none;
        color: #505050; }
  #historique #statistique {
    padding: 0 0.2rem; }
    #historique #statistique table {
      width: 100%; }
      #historique #statistique table td {
        width: 25%; }

.nonEnchaine {
  color: red; }

#statsDay {
  max-width: 100%; }
  #statsDay img {
    width: 12px;
    height: 12px; }
  #statsDay img {
    padding: 0px;
    margin: 0px; }
  #statsDay figure {
    margin: 0;
    padding: 0; }
    #statsDay figure figcaption {
      font-size: 0.9rem;
      font-style: italic; }
  #statsDay table {
    border-collapse: separate;
    border-spacing: 0px;
    border: 1px solid #cdcdcd;
    border-radius: 4px;
    width: 100%;
    margin-bottom: 1rem; }
    #statsDay table td {
      text-align: center;
      padding: 0.15rem; }
      #statsDay table td a {
        color: #313131; }
      #statsDay table td a .nonEnchaine {
        color: red; }
    #statsDay table tr:nth-child(4n+1), #statsDay table tr:nth-child(4n+2) {
      background-color: #e7e7e7; }
    #statsDay table tr:nth-child(2) th {
      border-bottom: 1px solid #cdcdcd; }
    #statsDay table .statsDay-left {
      text-align: left; }
  #statsDay h3 {
    text-align: center; }

#addVoieOuvreur form label {
  display: inline-block;
  min-width: 40%; }
#addVoieOuvreur form label[for=id_AddNewOuvreur] {
  min-width: 30px; }
#addVoieOuvreur form #couleur,
#addVoieOuvreur form #newClimber,
#addVoieOuvreur form #commentaireVoie {
  width: 50%; }
#addVoieOuvreur form #id_AddNewOuvreur,
#addVoieOuvreur form #viewCreateNewClimber {
  display: none; }
#addVoieOuvreur form ul {
  padding: 0 0 0 0.5rem; }
#addVoieOuvreur form li {
  margin: 0.4rem 0; }
#addVoieOuvreur img {
  width: 24px;
  height: 24px; }
@media screen and (max-width: 900px) {
  #addVoieOuvreur ul {
    list-style: none;
    padding: 0 0 0 0.2rem;
    margin: 0; } }
@media screen and (max-width: 450px) {
  #addVoieOuvreur ul {
    list-style: none;
    padding: 0 0 0 0.2rem;
    margin: 0; } }

#listRealisations {
  max-width: 100%; }
  #listRealisations img {
    width: 24px;
    height: 24px; }
  #listRealisations tr td:first-child {
    text-align: center; }
  @media screen and (max-width: 900px) {
    #listRealisations th#partager {
      visibility: hidden;
      font-size: 0.2rem; } }
  @media screen and (max-width: 450px) {
    #listRealisations {
      font-size: 0.7rem; }
      #listRealisations th#partager {
        visibility: hidden;
        width: 24px; } }

.table-realisation {
  display: table;
  width: 100%; }
  .table-realisation .table-realisation-ligne:first-child {
    text-align: center;
    font-weight: bold; }
  .table-realisation .table-realisation-ligne:nth-child(even) {
    background-color: #e7e7e7; }
  .table-realisation .table-realisation-ligne {
    display: table-row; }
    .table-realisation .table-realisation-ligne .table-realisation-ligne-partager {
      display: table-cell;
      padding: 0.3rem;
      text-align: center;
      vertical-align: middle; }
    .table-realisation .table-realisation-ligne .table-realisation-ligne-date {
      display: table-cell;
      padding: 0.3rem;
      vertical-align: middle; }
    .table-realisation .table-realisation-ligne .table-realisation-ligne-type {
      display: block;
      padding: 0.3rem;
      min-width: 6rem; }
    .table-realisation .table-realisation-ligne .table-realisation-ligne-enchainement {
      display: block;
      padding: 0.3rem;
      min-width: 6rem; }
    .table-realisation .table-realisation-ligne .table-realisation-ligne-comment {
      display: block;
      padding: 0.3rem;
      font-style: italic; }
    .table-realisation .table-realisation-ligne .table-realisation-ligne-actions {
      display: table-cell;
      padding: 0.3rem;
      vertical-align: middle;
      text-align: center; }
  @media screen and (max-width: 900px) {
    .table-realisation {
      text-align: center; }
      .table-realisation .table-realisation-ligne:first-child .table-realisation-ligne-partager {
        visibility: hidden;
        width: 2rem; }
      .table-realisation .table-realisation-ligne {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%; }
      .table-realisation .table-realisation-ligne-actions img {
        padding: 0.3rem 1rem; } }

#viewSite section {
  max-width: 95%; }
#viewSite canvas {
  pointer-events: none;
  /* make the canvas transparent to the mouse - needed since canvas is position infront of image */
  position: absolute; }

#navigation {
  text-align: center;
  margin: 10px 0px 0px; }
  #navigation img {
    width: 20px;
    height: 20px; }
  #navigation form p {
    margin: 0px; }

#listOfVoie {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  margin: 10px 0px; }
  @media screen and (max-width: 450px) {
    #listOfVoie article {
      width: 100%; } }

.voieDescription img {
  width: 20px;
  height: 20px; }
.voieDescription ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-direction: row;
  justify-content: space-between; }
  .voieDescription ul li {
    margin: 5px 5px 0; }
  .voieDescription ul li:nth-child(3) {
    flex: 1;
    text-align: right; }
  .voieDescription ul li:last-child {
    color: #7e7e7e; }
.voieDescription p {
  padding: 0;
  margin: 0; }

.voieInfoOuvreur {
  flex: 1; }
  .voieInfoOuvreur p {
    font-size: 0.8em;
    margin: 5px; }

.voieAction {
  font-size: 0.9em; }
  .voieAction img {
    width: 25px;
    height: 25px; }
  .voieAction img[note] {
    width: 20px;
    height: 20px; }
  .voieAction h3 {
    text-align: center;
    font-size: 0.95em; }
  .voieAction .img_supp {
    width: 15px;
    height: 15px;
    margin: 5px 5px 0px 5px; }
  .voieAction form p {
    margin: 5px;
    text-align: center; }
  .voieAction form ul {
    list-style: none;
    margin: 5px;
    padding: 0px; }
    .voieAction form ul li {
      margin: 0.8rem 0rem; }
  .voieAction form ul[class="withStyle"] {
    list-style: disc;
    padding-left: 10px; }
    .voieAction form ul[class="withStyle"] li {
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: center; }
      .voieAction form ul[class="withStyle"] li span:nth-child(2) {
        flex: 1; }
  .voieAction form input[type=radio] {
    display: none; }
  .voieAction form input[type=text] {
    max-width: 200px; }
  .voieAction form input[type=date] {
    max-width: 120px; }
  .voieAction form figcaption {
    font: italic smaller sans-serif;
    padding: 3px;
    text-align: center; }
  .voieAction form textarea {
    padding: 10px;
    line-height: 1.5;
    border-radius: 5px;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 1px #999;
    width: 85%; }
  .voieAction form select {
    font-size: .9rem;
    margin: 0.2rem 0; }
  @media screen and (max-width: 450px) {
    .voieAction form input, .voieAction form textarea, .voieAction form select {
      font-size: .7rem; } }

.voieFonctions img,
.voieFonctions input[type="image"] {
  width: 25px;
  height: 25px; }
.voieFonctions ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row; }
  .voieFonctions ul li {
    margin: 5px; }
  .voieFonctions ul li:last-child {
    flex: 1;
    text-align: right; }

.displayVoie, .displayVoieSearch {
  width: 350px;
  height: auto;
  border: 1px solid #cdcdcd;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  background-color: #feeabf;
  margin: 10px 10px;
  display: flex;
  flex-direction: column; }
  .displayVoie div:first-child, .displayVoieSearch div:first-child {
    border-bottom: 1px solid #cdcdcd; }
  @media screen and (max-width: 450px) {
    .displayVoie, .displayVoieSearch {
      width: auto; } }

.displayVoieSearch {
  background-color: #b2ff33; }

.help {
  font-size: 0.8rem; }
  .help img {
    width: 25px;
    height: 25px; }

#createAccount {
  max-width: 500px; }
  #createAccount form {
    text-align: center; }
    #createAccount form ul {
      margin-left: auto;
      margin-right: auto;
      max-width: 240px;
      padding: 0 1rem; }
      #createAccount form ul li {
        padding: 0.2rem 0;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        min-height: 35px; }
        #createAccount form ul li input {
          width: 200px;
          max-width: 95%; }
  #createAccount .obligatoire {
    color: red; }
  #createAccount strong {
    color: red; }

#login form {
  text-align: center; }
  #login form ul {
    margin-left: auto;
    margin-right: auto;
    max-width: 240px;
    padding: 0 1rem; }
    #login form ul li {
      padding: 0.2rem 0;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: center;
      min-height: 35px; }
      #login form ul li input {
        width: 200px;
        max-width: 95%; }
    #login form ul li:nth-child(5), #login form ul li:nth-child(6) {
      margin: 0.5rem 0;
      padding: 0px;
      font-size: 0.8rem;
      min-height: auto; }

#choixSite form p {
  margin: 10px 0px 0px; }
  #choixSite form p input:checked + label::after {
    content: url(../../images/on_15.png);
    display: inline-block;
    height: 15px;
    padding-left: 0.5rem; }
  #choixSite form p input {
    position: absolute;
    left: -9999px; }
  #choixSite form p label[for="idSiteFavoris"]:after {
    content: url(../../images/off_15.png);
    display: inline-block;
    height: 15px;
    padding-left: 0.5rem; }
#choixSite img {
  width: 15px;
  height: 15px;
  padding: 0px;
  margin: 0px 10px 0px 0px; }
#choixSite ul {
  list-style: none;
  padding: 0px;
  width: 100%;
  margin-top: 0px; }
  #choixSite ul li {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin: 10px 5px; }

#statsGrimpeur {
  border: 1px solid #cdcdcd;
  border-radius: 15px;
  padding: 0px 10px 5px 10px;
  margin: 10px 0px;
  max-width: 100%; }
  #statsGrimpeur #evolution {
    text-align: center; }
    #statsGrimpeur #evolution #img-500, #statsGrimpeur #evolution #img-400, #statsGrimpeur #evolution #img-250, #statsGrimpeur #evolution #img-150 {
      display: none; }
    @media screen and (max-width: 820px) {
      #statsGrimpeur #evolution #img-500 {
        display: block; }
      #statsGrimpeur #evolution #img-800, #statsGrimpeur #evolution #img-400, #statsGrimpeur #evolution #img-250, #statsGrimpeur #evolution #img-150 {
        display: none; } }
    @media screen and (max-width: 520px) {
      #statsGrimpeur #evolution #img-400 {
        display: block; }
      #statsGrimpeur #evolution #img-800, #statsGrimpeur #evolution #img-500, #statsGrimpeur #evolution #img-250, #statsGrimpeur #evolution #img-150 {
        display: none; } }
    @media screen and (max-width: 420px) {
      #statsGrimpeur #evolution #img-250 {
        display: block; }
      #statsGrimpeur #evolution #img-800, #statsGrimpeur #evolution #img-400, #statsGrimpeur #evolution #img-500, #statsGrimpeur #evolution #img-150 {
        display: none; } }
    @media screen and (max-width: 260px) {
      #statsGrimpeur #evolution #img-150 {
        display: block; }
      #statsGrimpeur #evolution #img-800, #statsGrimpeur #evolution #img-400, #statsGrimpeur #evolution #img-250, #statsGrimpeur #evolution #img-500 {
        display: none; } }
  #statsGrimpeur .myStats {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap; }
    #statsGrimpeur .myStats li {
      margin: 10px;
      display: flex;
      flex-direction: row;
      justify-content: center; }
      #statsGrimpeur .myStats li p {
        margin-top: 17px;
        height: 96px;
        width: 96px;
        text-align: center;
        color: black; }
        @media screen and (max-width: 450px) {
          #statsGrimpeur .myStats li p {
            height: 65px;
            width: 65px; } }
      #statsGrimpeur .myStats li a {
        height: 96px;
        width: 96px; }
        @media screen and (max-width: 450px) {
          #statsGrimpeur .myStats li a {
            height: 65px;
            width: 65px; } }
  #statsGrimpeur #statsGrimpeur_niveauMax_Vue {
    background-image: url(../../images/escalade_Flash.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-size: 96px;
    height: 96px;
    width: 96px;
    font-size: 1.2em; }
    @media screen and (max-width: 450px) {
      #statsGrimpeur #statsGrimpeur_niveauMax_Vue {
        background-size: 65px;
        height: 65px;
        width: 65px;
        font-size: 1em; } }
  #statsGrimpeur #statsGrimpeur_niveauMax_Travail {
    background-image: url(../../images/escalade_Travail.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-size: 96px;
    height: 96px;
    width: 96px;
    font-size: 1.2em; }
    @media screen and (max-width: 450px) {
      #statsGrimpeur #statsGrimpeur_niveauMax_Travail {
        background-size: 65px;
        height: 65px;
        width: 65px;
        font-size: 1em; } }
  #statsGrimpeur #statsGrimpeur_niveauMax_Moulinette {
    background-image: url(../../images/escalade_Moulinette.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-size: 96px;
    height: 96px;
    width: 96px;
    font-size: 1.2em; }
    @media screen and (max-width: 450px) {
      #statsGrimpeur #statsGrimpeur_niveauMax_Moulinette {
        background-size: 65px;
        height: 65px;
        width: 65px;
        font-size: 1em; } }
  #statsGrimpeur #statsGrimpeur_nbRealisation {
    background-image: url(../../images/realisations.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-size: 96px;
    height: 96px;
    width: 96px;
    font-size: 1.2em; }
    @media screen and (max-width: 450px) {
      #statsGrimpeur #statsGrimpeur_nbRealisation {
        background-size: 65px;
        height: 65px;
        width: 65px;
        font-size: 1em; } }
  #statsGrimpeur #statsGrimpeur_nbOuverture {
    background-image: url(../../images/ouvertures.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-size: 96px;
    height: 96px;
    width: 96px;
    font-size: 1.2em; }
    @media screen and (max-width: 450px) {
      #statsGrimpeur #statsGrimpeur_nbOuverture {
        background-size: 65px;
        height: 65px;
        width: 65px;
        font-size: 1em; } }
  #statsGrimpeur #statsGrimpeur_nbCommentaire {
    background-image: url(../../images/commentaires.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-size: 96px;
    height: 96px;
    width: 96px;
    font-size: 1.2em; }
    @media screen and (max-width: 450px) {
      #statsGrimpeur #statsGrimpeur_nbCommentaire {
        background-size: 65px;
        height: 65px;
        width: 65px;
        font-size: 1em; } }
  #statsGrimpeur .voieDemontee {
    /*	height:20px;
    	width:20px;
    */
    border: 1px solid #cdcdcd; }
  #statsGrimpeur #ouverture .voiesTrouvees img, #statsGrimpeur #realisation .voiesTrouvees ul li img, #statsGrimpeur #commentaire img {
    height: 20px;
    width: 20px; }
  #statsGrimpeur #duree {
    width: 50px; }

#challenge-gest img {
  width: 20px;
  height: 20px; }
#challenge-gest ul {
  padding: 0; }
  #challenge-gest ul li {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin: 0.5rem 0; }
    #challenge-gest ul li a {
      margin: 0 0.5rem; }
      #challenge-gest ul li a:first-child {
        flex: 1; }

#challenge-add form {
  padding: 0.5rem 1rem; }
#challenge-add ul {
  padding: 0; }
  #challenge-add ul li {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin: 0.5rem 0; }
    #challenge-add ul li input[type=text] {
      max-width: 200px; }
    #challenge-add ul li input[type=date] {
      max-width: 150px; }
    #challenge-add ul li figcaption {
      font: italic smaller sans-serif;
      padding: 3px;
      text-align: center; }
    #challenge-add ul li textarea {
      padding: 10px;
      line-height: 1.5;
      border-radius: 5px;
      border: 1px solid #ccc;
      box-shadow: 1px 1px 1px #999; }
    #challenge-add ul li select {
      font-size: .9rem;
      padding: 2px 5px;
      margin: 0.2rem 0; }
    @media screen and (max-width: 450px) {
      #challenge-add ul li input, #challenge-add ul li textarea, #challenge-add ul li select {
        font-size: .7rem; } }

#challenge-classement img {
  width: 20px;
  height: 20px; }
#challenge-classement ul {
  padding: 0; }
  #challenge-classement ul li {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin: 0.5rem 0; }
    #challenge-classement ul li a {
      margin: 0 0.5rem; }
    #challenge-classement ul li span {
      flex: 1; }

#challenge-infos ul {
  padding: 5px 0px 5px 15px; }
#challenge-infos .challenge-details {
  list-style: none; }
  #challenge-infos .challenge-details li {
    margin: 0.5rem 0; }
    #challenge-infos .challenge-details li.actionChallenge {
      margin: 1rem; }
#challenge-infos .actionChallenge a {
  color: #fff;
  font-weight: bold;
  border: 1px solid #cdcdcd;
  border-radius: 5px;
  padding: 0.4rem 0.8rem;
  text-decoration: none; }
  #challenge-infos .actionChallenge a.subscribe {
    background-color: #0041a6; }
  #challenge-infos .actionChallenge a.unsubscribe {
    background-color: #ff2626; }
  #challenge-infos .actionChallenge a.wait {
    background-color: #26ffca; }
@media screen and (max-width: 450px) {
  #challenge-infos ul {
    padding: 0 0 0 0.8rem; } }

#viewCGU {
  max-width: 80%; }
  @media screen and (max-width: 450px) {
    #viewCGU {
      max-width: 100%; } }

#PageAide {
  max-width: 80%; }
  @media screen and (max-width: 450px) {
    #PageAide {
      max-width: 100%; } }
  #PageAide ul li img {
    height: 32px;
    width: 32px; }
  #PageAide ul li ul li img {
    height: 24px;
    width: 24px; }
  @media screen and (max-width: 450px) {
    #PageAide ul {
      padding: 0 0 0 0.8rem; } }

/*# sourceMappingURL=styles.css.map */
