/* CSS TABLEAU */
.styled-table {
    border-collapse: collapse;
    padding-top:50px;
    margin: 0 auto;
    font-size: 0.9em;
    font-family: sans-serif;
    min-width: 80%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.styled-table thead tr {
    background-color: #009879;
    color: #ffffff;
    text-align: left;
}

.styled-table th,
.styled-table td {
    padding: 12px 15px;
}

.styled-table tbody tr {
    border-bottom: 1px solid #dddddd;
}

.styled-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.styled-table tbody tr:last-of-type {
    border-bottom: 2px solid #009879;
}

.styled-table tbody tr.active-row {
    font-weight: bold;
    color: #009879;
}

/* CSS TABLEAU FIN */


.div_like_button:hover {
    transform: translateX(1px) translateY(1px);
}

.div_like_button:active {
    transform: translateX(1px) translateY(1px);
}

.div_like_button {
    /*-webkit-appearance:button;*/
    cursor:context-menu;
    text-align:center;
    border-radius: 5px;
    background-color:green;
    margin:3px;
    padding:3px;
    width:fit-content;
    box-shadow: 4px 4px 3px #9CA099;
    font-size:small;
    font-weight:normal;
    text-decoration:none;
    color:white
}
.div_like_button a {
    padding:0px;
    text-decoration:none;
    font-size:small;
    font-weight:normal;
    color:white
}

.small_link_like_button {
    font-size:x-small !important;
    border-radius: 3px !important;
    box-shadow: 2px 2px 2px #9CA099 !important;
}


.link_like_button:hover {
    transform: translateX(1px) translateY(1px);
}

.link_like_button:active {
    transform: translateX(1px) translateY(1px);
}

.link_like_button {
    /*-webkit-appearance:button;*/
    cursor:context-menu;
    text-align:center;
    border-radius: 5px;
    background-color:green;
    margin:3px;
    padding:3px;
    width:fit-content;
    box-shadow: 4px 4px 3px #9CA099;
    font-size:small;
    font-weight:normal;
    text-decoration:none;
    color:white;
    display:inline-flex;
}

/* boutique */
.productComposition { }
/* Cacher initialement la section des cases à cocher */
.productCompositionSelection {
    display: none;
    /*margin-top: 20px;*/
}

.productFournisseurBC { }
/* Cacher initialement la section des cases à cocher */
.productFournisseurBCSelection {
    display: none;
    /*margin-top: 20px;*/
}


/* Label/INPUT */
#survey-form1 label {
  display:flex;
  flex-direction:column;
}

#survey-form2 {
  display: flex;
  flex-direction: row;
}

.inputPair {
  display: flex;
  flex-direction: column;
  margin-right: 10px
}

/* Label/INPUT */



/* FLEX-GRID */
.grid1x1 {
  min-height: 50%;
  /*display: flex;*/
  flex-wrap: wrap;
  flex-direction: row;
  width: 100% !important;
}

.grid1x1 > div {
  display: flex; 
  flex-basis: calc(50% - 20px);  
  justify-content: center;
  flex-direction: column;
  padding: 5px;
}

.grid1x1 > div > div {
  display: flex;
  justify-content: center;
  flex-direction: row;
}

.grid2x2 {
  min-height: 50%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.grid2x2 > div {
  display: flex; 
  flex-basis: calc(50% - 20px);  
  justify-content: center;
  flex-direction: column;
  padding: 5px;
}
.grid2x2 > div > div {
  display: flex;
  justify-content: center;
  flex-direction: row;
}

.box {
    margin: 5px;
    background-color: #f7f7f7; 
    box-shadow: 2px 2px 4px #000;
}
.box1 { background-color: red; }
.box2 { background-color: orange; }
.box3 { background-color: purple; }
.box4 { background-color: grey; }
/* FIN FLEX-GRID */

/* FLEX CONTAINER */
.flex-container-row {
  padding: 0;
  /*width: 100%;*/
  max-width: 95%;
  margin: 0 auto;
  list-style: none;
  border-bottom: 1px solid silver;
  display: flex;
}

.flex-container {
   flex-flow: column wrap;
}

/* END FLEX CONTAINER */


/* ORIENTATION MOBILE */
@media screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
    
    .divlimited {
        width: 100% !important;
        max-width: 350px !important;
        height: 100px;
        overflow-x: scroll;
        overflow-y: scroll;
    }
    
    .buvette_designation {
        display:table-cell;
        font-size: smaller;
        height:30px;
        width:250px;
        max-width:250px;
        text-align:center;
        vertical-align:middle;
        background:transparent;
    }
  html {
    height: 100vh;
    width: 100vh;
    overflow-x: hidden;
    overflow-y: hidden;

    transform: rotate(-90deg);
    transform-origin: left top;
    position: absolute;

    /*top: 100%;*/
    left: 0;
    margin: 0;
    
    background-image: url('/img/portrait.png');
    background-position: center;
    background-repeat: repeat-x;
  }
}



/* MUST */
* {
    min-witdh:0;
    /*font: inherit;*/
}

*, *::before, *::after {
    /*box-sizing: border-box;*/
}

/*img, video, svg {
    display: block;
    height: auto;
    max-width: 100%;
}*/

body {
    margin: 0;
    min-height: 100dvh;
}

h1, h2, h3, h4 {
    text-wrap: balance;
}

p {
    text-wrap: pretty;
}
/* END MUST */

.smallfont {
    font-size:smaller !important;
}

/* blocage dark mode */
:root {
  color-scheme: only light;
}

body {
    background-color: white !important;
}
   
.nuc_container {
    background-color: white !important;
}
.header {
    background-color: white !important;
}

/* fin blocage dark mode */


legend {
  font-weight: bold;
  color: red;
}

#table_custa {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
  font-size: x-small;
}

#table_custa td, #customers th {
  border: 1px solid #ddd;
  padding: 8px;
}

#table_custa tr:nth-child(even){background-color: #f2f2f2;}

#table_custa tr:hover {background-color: #ddd;}

#table_custa th {
  padding: 12px 0 12px 10px;
  text-align: left;
  background-color: #04AA6D;
  color: white;
}


/* Firefox */
@media (prefers-color-scheme: dark) {
    :root {
        color-scheme: light only;
    }
}

/* Chrome */
@media (forced-colors: active) {
    :root {
        color-scheme: light only;
    }
}

:root {
color-scheme: light only;
}


.ul_special {
  display: inline-block;
  text-align: left;
  /*width: 600px;
  overflow-x: auto;*/
  margin-left: -20px;
  max-width: 600px;
  float: left;
}

/* buvette */
.buvette_produits_container {
    margin: 0 auto;
    max-width: 450px;
    text-align: left;
}

.buvette_produits_rows {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 7px 14px, rgba(0, 0, 0, 0.22) 0px 5px 5px;
    text-align:left;
    margin: 0 auto;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    padding:10px;
    display:block;
    background:bisque;
    /*border-radius:20px;*/
}

.buvette_produits_designation {
    display:table-cell;
    font-size: small;
    height:30px;
    width:500px;
    max-width:500px;
    text-align:left;
    vertical-align:middle;
    background:transparent;
}

/* buvette */
.buvette_container {
    margin: 0 auto;
    max-width: 450px;
    text-align: center;
}

.buvette_rows {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 7px 14px, rgba(0, 0, 0, 0.22) 0px 5px 5px;
    text-align:center;
    margin: 0 auto;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    padding:10px;
    display:block;
    background:bisque;
    border-radius:20px;
}

.buvette_designation {
    display:table-cell;
    font-size: smaller;
    height:30px;
    width:500px;
    max-width:500px;
    text-align:center;
    vertical-align:middle;
    background:transparent;
}

.buvette_button {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 7px 14px, rgba(0, 0, 0, 0.22) 0px 5px 5px; 
    margin-bottom:10px;
    display:table-cell;
    height:30px !important;
    width:30px !important;
    text-align:center;
    vertical-align:middle;
    border-radius:50%;
    background:#9ADE12;
    color:white;
    font-size: x-large;
    font-weight: bold;
}

.buvette_button:hover {
      background-color:#002ead;
}

/* ---- test charts ---- */

.custom-legendchart {
    list-style-type: none;
    padding: 0;
    /* margin: 0 auto; */
    display: block;
    /* border: 1px solid black; */
    width: fit-content;
    margin: auto;
}

.custom-legendchart li {
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 0 5px;
}

.legendchart-color {
    border-radius: 3px;
    display: inline-block;
    /*height: 10px;*/
    margin: 5px 10px 5px 10px;
    width: 30px;
    height: 10px;
}

.custom-legendchart .legendchart-label {
    font-size: 14px;
}

.legendchart-crossed {
    text-decoration: line-through;
}




#chart {
  float: left;
  width: 70%;
}

#legend {
  float: right;
}

[class$="-legend"] {
  list-style: none;
  cursor: pointer;
  padding-left: 0;
}

[class$="-legend"] li {
  display: block;
  padding: 0 5px;
}

[class$="-legend"] li.hidden {
  text-decoration: line-through;
}

[class$="-legend"] li span {
  border-radius: 3px;
  display: inline-block;
  /*height: 10px;*/
  margin-right: 10px;
  width: 20px;
  height: 10px;
}

/* ---- test charts ---- */


@media print {
    #page-breaker {
        padding-top: 150px;
        display: block;
    }

    .noprint {
        display: none !important;
    }

    .nuc_container{
        width: 100% !important;
        background-color: white;
        margin: 0 !important; /* Center the DIV horizontally */
        min-height: 200px !important;
    }
}


.panel {
  display: flex;

  .chart-container {
    position: relative;
    flex-grow: 1;
    min-height: 0;
  }
}


.confirmation-link {
    background-color: unset;
}


.img_padding_left {
    
}

fieldset {
  border: 2px solid grey;
  margin: 0 auto;
  width: fit-content !important;
  text-align: left;
}

.hidden {
  display:none;
}

.focused {
    background-color: #007bff; /* Couleur de fond pour mise en évidence */
    color: #fff; /* Couleur du texte pour mise en évidence */
}

.ul_spec {
    padding-inline-start: 5px !important;
    /*margin: 0 !important;*/
    padding: 2px !important;
    text-align: initial !important;
    margin-block-start: 0em !important;
    margin-block-end: 0em !important;
    margin-inline-start: 5px !important;
    margin-inline-end: 5px !important;
}

.li_spec {
    padding-inline-start: 5px !important;
    /*margin: 0 !important;*/
    /*padding: 2px !important;*/
    text-align: initial !important;
    margin-block-start: 0em !important;
    margin-block-end: 0em !important;
    margin-inline-start: 10px !important;
    margin-inline-end: 10px !important;
}

/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
 
top: -5px;
left: 105%;

  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}

/*
.tooltip .tooltiptext::after {
  content: " ";
  position: absolute;
  top: 100%; 
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}
*/

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}
/* --- fin toolptip --- */




/*
#enchainement {
    width: auto;
    display: block;
}
#enchainement img {
    float:left;
    display: block;
    transform: rotate(90deg);
}
*/
#enchainement {
        width: 100%;
        display: flex;
}

#enchainement img {
    transform: rotate(180deg);
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#todo_step_container {
    /*padding-left: 50px;*/
    width: 100%;
    display: inline-block;
}
#todo_step {
    width:80%;
    /* float:left; */
    background-color: aquamarine;
    /*min-height: 200px;*/
    vertical-align: top; 
    margin: 0 auto !important;
    white-space: normal;
    border:3px solid white; 
    overflow-wrap: break-word;
    display: block;
/*
    white-space: normal;
    border:0px solid black; 
    overflow-wrap: break-word;
    display: inline-flex;
*/}
/*
width: 30%; 
float:left; 
background-color: aquamarine; 
min-height: 200px; 
vertical-align: top; 
margin: 3px;
*/

@media only screen and (max-width: 1045px) and (min-width: 800px) {
    .divlimited {
        /*background-color: aquamarine;*/
        width: 90% !important;
        max-width: 650px !important;
        height: 100px;
        overflow-x: scroll;
        overflow-y: scroll;
    }
    
    .buvette_designation {
        display:table-cell;
        font-size: smaller;
        height:30px;
        width:250px;
        max-width:250px;
        text-align:center;
        vertical-align:middle;
        background:transparent;
    }
    
    .bigmobilefont {
        /*font-size:14px !important;*/
        font-size:x-large;
    }
    
    .view_priority-8{
        display:none;
    }
    .view_priority-7{
        display:none;
    }

    .jconfirm .jconfirm-box .jconfirm-buttons button{
        font-size:10px !important;
    }
    
    
    .header{
        /*display:block;*/
        width: 100% !important;
    }
    
    h2 {
        /*display: unset;
        margin-block-start: unset;
        margin-block-end: unset;
        margin-inline-start: unset;
        margin-inline-end: unset;
        margin: 0;*/
        font-size: 4vw !important;
        color:#aa0101;
        text-wrap: wrap !important;
    }
    
    h3 {
        /*display: unset;
        margin-block-start: unset;
        margin-block-end: unset;
        margin-inline-start: unset;
        margin-inline-end: unset;
        margin: 0;*/
        font-size: unset !important;
        color:#aa0101;
        text-wrap: wrap !important;
    }
    
    .buvette_designation {
        display:table-cell;
        font-size: smaller;
        height:30px;
        width:250px;
        max-width:250px;
        text-align:center;
        vertical-align:middle;
        background:transparent;
    }    
    

}

/*Mobile View*/
@media only screen and (max-width: 800px) {
    .divlimited {
        /*background-color: cyan;*/
        width: auto;
        max-width: 300px !important;
        height: 100px;
        overflow-x: scroll;
        overflow-y: scroll;
    }
    
    .bigmobilefont {
        /*font-size:14px !important;*/
        font-size:medium !important;
        /*font-weight: bold !important;*/
    }
    
    .buvette_designation {
        display:table-cell;
        font-size: smaller;
        height:30px;
        width:250px;
        max-width:250px;
        text-align:center;
        vertical-align:middle;
        background:transparent;
    }
    
    #filigrane {
        position:relative;
        /*float:right;*/
        width: auto;
        /*margin: 0 0 0 20%;*/
        background-color: transparent;
        /*border: 1px solid red;*/
        z-index:1;
        text-align: right;
        display: table;
    }

    #todo_step {
        width:100% !important;
        float:left;
        white-space: normal;
        border:0px solid black; 
        overflow-wrap: break-word;
        display: block;
    }

    
    
    #enchainement {
        width: 100%;
        display: flex;
    }
    
    #enchainement img {
        transform: rotate(180deg);
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    
    #todo_step_container {
        padding-left: 0px !important;
        width: 100%;
        display: inline-block;
    }

    .img_padding_left {
        padding-left: 20px !important;
    }
    
    
    .header{
        /*display:block;*/
        width: 100% !important;
    }
    
    .valreference {
        width: 100%;
        /*background: azure;*/
        text-align: center;
        font-size: 5vw;
        padding-left: 0px !important;
    }
    
    .thegenre {
        margin-top: -30px;
        width: 30px;
        float: none !important;
    }
    
    .winnerlooser {
        margin-top: -15px;
        float: right !important;
    }

    .add_passsanitaire {
        width: 15px !important;
    }

    .jconfirm .jconfirm-box .jconfirm-buttons button{
        font-size:10px !important;
    }

    #liste_inscrits td {
        font-size: xx-small;
    }

    .view_priority-8{
        display:none;
    }
    .view_priority-7{
        display:none;
    }
    .view_priority-6{
        display:none;
    }
    .view_priority-5{
        display:none;
    }

    h1 {
        font-size: 4vw;
    }
    
    p { 
        /*word-wrap: break-word;*/
    }
    h2 {
        /*display: unset;
        margin-block-start: unset;
        margin-block-end: unset;
        margin-inline-start: unset;
        margin-inline-end: unset;
        margin: 0;*/
        font-size: 4vw !important;
        color:#aa0101;
        text-wrap: wrap !important;
    }
    
    
    h4 {
        font-size: 4vw !important;
        color:#73AD21;
    }
    

    .headertop, .headerdebug {
        text-align: center;
        text-decoration: none;
        font-size: xx-small;
        font-weight: lighter;
    }

    table#ChallengesTable#InvisibleTable {
        border: 1px solid blue;
        border-collapse: collapse;
        text-align: right;
    }


    table#ChallengesTable .winnerlooser {
        /*height: 15px;
        padding-left:10px;
        padding-right:10px;*/

        /*float:right;*/
    }

    #CreneauxTable thead th {
        font-weight: bold;
        text-transform: uppercase;
        font-size: xx-small;
        text-align: center;
        background: url('/img/body.gif') transparent repeat;
        color: white;
        padding-bottom: 3px;
    }


    table#ChallengesTable #thename {
        font-weight: bold;
        text-transform: uppercase;
        font-size: medium;
        text-align: center;
        background: url('/img/body.gif') transparent repeat;
        color: white;
    }

    table#ChallengesTable #ACTION {
        font-weight: bold;
        text-transform: uppercase;
        float: center;
        text-align: center;
    }


    table#ChallengesTable { border: 0; }

    table#ChallengesTable thead { display: none; }

    table#ChallengesTable tr {
        border-bottom: 1px solid #ffffff;
        display: block;
        /*margin-bottom: .625em;*/
        margin-bottom: 1em;
    }

    #BRLINE {
        height: 10px;
    }

    #challenge_winners {
        background-color: #54d98c;
    }
    #challenge_loosers {
        background-color: #ff6358;
    }

    table#ChallengesTable td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: .8em;
        text-align: right;
    }

    table#ChallengesTable td.joueurs {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: 12px;
        text-align: right;
        height: 60px;
    }

    table#ChallengesTable td.datecreation {
        border-bottom: 1px solid #ddd;
        display: block;
        /*float: right;*/
        margin-top: 5px;
        flex: 1 1 auto;
        font-size: small;
        text-align: right;
        /*height: 30px;*/
    }

    table#ChallengesTable td.datelimite {
        border-bottom: 1px solid #ddd;
        display: block;
        /*float: right;*/
        margin-top: 5px;
        flex: 1 1 auto;
        font-size: small;
        text-align: right;
        /*height: 30px;*/
    }

    table#ChallengesTable td:before {
        content: attr(data-label);
        vertical-align: middle;
        float: left;
        display: inline-block;
        font-weight: bold;
        text-transform: uppercase;
        /*margin-top: 10px;*/
        opacity:0.2;
        font-size: small;
    }

    table#ChallengesTable td:last-child { border-bottom: 0; }

    table#ChallengesTable .nomobile { display: none; }

    .selWinner {
        padding-bottom: 30px;
        margin-left: 20%;
        /*margin-bottom: 20px;*/
    }
    select {
        font-size: 20px;
        width:250px;
    }
    .selWinner select {
        font-size: 20px;
        width:250px;
        padding-top:3px;
        padding-left:3px;
        vertical-align:middle;
        float:left;
    }
    .selWinner input[type=submit] {
        font-size: 20px;
        width:50px;
        padding-top:3px;
        padding-left:3px;
        vertical-align:middle;
        float:left;
    }

    /* ----- TasksTable ----- */

    #TasksTable .winnerlooser {
        /*height: 15px;
        padding-left:10px;
        padding-right:10px;*/

        /*float:right;*/
    }

    #TasksTable #thename {
        font-weight: bold;
        text-transform: uppercase;
        font-size: 6vw;
        text-align: center;
    }

    #TasksTable #ACTION {
        font-weight: bold;
        text-transform: uppercase;
        float: center;
        text-align: center;
    }


    #TasksTable { border: 0; }

    #TasksTable thead { display: none; }

    #TasksTable tr {
        border-bottom: 1px solid #aa0101;
        display: block;
        /*margin-bottom: .625em;*/

    }

    .TH_SPECIAL {
        border-bottom: 1px solid #aa0101;
        display: block;
        font-size: x-small !important;
        font-weight: normal !important;
    }

    #TasksTable td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: small !important;
        text-align: right;
        font-weight: bold !important;
    }

    #TasksTable td:before {
        content: attr(data-label);
        vertical-align: middle;
        float: left;
        display: inline-block;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 5vw;
    }

    #TasksTable td:last-child { border-bottom: 0; font-size: small !important;}

    #TasksTable .nomobile { display: none; }
    
    
    
/* ----- opeTable ----- */

    #opeTable .winnerlooser {
        /*height: 15px;
        padding-left:10px;
        padding-right:10px;*/

        /*float:right;*/
    }

    #opeTable #thename {
        font-weight: bold;
        text-transform: uppercase;
        font-size: 6vw;
        text-align: center;
    }

    #opeTable #ACTION {
        font-weight: bold;
        text-transform: uppercase;
        float: center;
        text-align: center;
    }


    #opeTable { border: 0; }

    #opeTable thead { display: none; }

    #opeTable tr {
        border-bottom: 1px solid #aa0101;
        display: block;
        /*margin-bottom: .625em;*/

    }

    .TH_SPECIAL {
        border-bottom: 1px solid #aa0101;
        display: block;
    }

    #opeTable td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: 0.9em;
        text-align: right;
    }

    #opeTable td:before {
        content: attr(data-label);
        vertical-align: middle;
        float: left;
        display: inline-block;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 0.9em;
        color: #807F7A;
    }

    #opeTable td:last-child { border-bottom: 0; }

    #opeTable .nomobile { display: none; }

    /* ----- TodosTable ----- */

    #TodosTable #thename {
        font-weight: bold;
        text-transform: uppercase;
        font-size: 6vw;
        text-align: center;
    }

    #TodosTable #ACTION {
        font-weight: bold;
        text-transform: uppercase;
        float: center;
        text-align: center;
    }


    #TodosTable { border: 0; width: 100%; }

    #TodosTable thead { display: none; }

    #TodosTable tr {
        border-bottom: 1px solid #aa0101;
        display: block;
        /*margin-bottom: .625em;*/

    }

    #TodosTable .TH_SPECIAL {
        border-bottom: 1px solid #aa0101;
        display: block;
    }

    #TodosTable td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: .8em;
        text-align: right;
    }

    #TodosTable td:before {
        content: attr(data-label);
        /*vertical-align: middle;*/
        float: left;
        display: inline-block;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 2vw;
        color: #C0C0C0;
    }

    #TodosTable td:last-child { border-bottom: 0; }

    #TodosTable .nomobile { display: none; }
    
    /* ----- ------- */
    
    
    .nomobile { display: none !important; }

    #logo {
    }

    #logo img {
        /*width: 50%;
        height: 50%;*/
        max-height: 90px;
    }

    html {
        font-size: 70%;
    }
    div.header{
        min-height: inherit;
    }    
}



html {
    font-size: 82%;
    /*height: 100%;
    min-height: 100%;*/
}

table {
    font-size: small;
}

body {        
    line-height: 1.25;
    margin: 0;
    /*padding-top: 120px;*/
    padding-left: 0px;
    padding-bottom: 40px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: #ffffff;
    /*zoom: 80%;*/
    /*font-size: 1.2em;*/
    /*height: 100%;
    background: url('/images/datacenter.png') transparent no-repeat;
    background-size: 100%; 
    background-position: 0px;
    background-attachment: fixed;*/
    background: url('/img/body.gif') transparent repeat;
}

h2 {
        /*display: unset;
        margin-block-start: unset;
        margin-block-end: unset;
        margin-inline-start: unset;
        margin-inline-end: unset;
        margin: 0;*/
        font-size: 1.2vw;
        color:#aa0101;
        text-wrap: wrap !important;
    }

h3 {
        /*display: unset;
        margin-block-start: unset;
        margin-block-end: unset;
        margin-inline-start: unset;
        margin-inline-end: unset;
        margin: 0;*/
        font-size: unset;
        color:#aa0101;
        text-wrap: wrap !important;
    }
    
h4 {
        font-size: 1vw;
        color:#73AD21;
    }
    
.valreference {
    width: 100%;
    /*background: azure;*/
    text-align: center;
    /*font-size: 5vw;*/
    padding-left: 50px;
}

.thegenre {
    margin-top: -20px;
    width: 30px;
    float: left;
}

#chart_container{
    position: relative;
    margin: auto;
    width: 300px;
    /*height: 300px;*/
    padding-bottom: 5px;
    /*height: 0 ;*/
}

.chart-div{
    margin-bottom: 5px;
    margin: auto;
}


#trumbowyg-icons,#trumbowyg-icons svg{height:0;width:0}
#trumbowyg-icons{overflow:hidden;visibility:hidden;}


a.disabled_link_white:link,
a.disabled_link_white:active,
a.disabled_link_white:visited,
a.disabled_link_white:hover {
    text-decoration: none;
    color: #6cee61 !important;
}

/* cookie eu */
div.cookie_policy_msg{width: 100%;
                      background: #f1a213;
                      position: fixed;
                      margin-top: -20px;}
div.cookie_policy_msg>div{
    max-width:1200px;
    margin:0 auto;
    color:black;
    padding:10px;
}
div.cookie_policy_msg>div>a:first-child{
    color:#fff;
    display:inline-block;
    margin-left:10px;
}
div.cookie_policy_msg>div>a:last-child{
    display:inline-block;
    margin-left:20px;
    height:28px;
    width:32px;
    color:#fff;
}



.add_passsanitaire {
    width: 20px;
}

.iamresp {
    color: #BB0000;
    font-weight: bold;
}

#dates_creneaux {
    display: flex;                  /* establish flex container */
    flex-direction: row;            /* default value; can be omitted */
    flex-wrap: nowrap;              /* default value; can be omitted */
    justify-content: space-between; /* switched from default (flex-start, see below) */
    background-color: white;
    padding: 5px;
}
#dates_creneaux > div {
    margin: auto;
    /*height: 100px;*/
    /*border: 2px dashed red;*/
}

.buttonas {
    width: 30px;
    outline: none;
    background-color: #4CAF50;
    color: white;
    padding: 3px 5px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    /*float: left;*/
    box-shadow: 2px 2px 4px #000;
}
.current {
    width: 90px;
    outline: none;
    background-color: white;
    color: black;
    font-weight: bold;
    margin-left: 2px;
    margin-right: 2px;
    padding: 3px 5px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    /*float: left;*/
    /*box-shadow: 2px 2px 4px #000;*/
}




.selWinner input[type=text], input[type=password], select, textarea {
    font-size: 10px;
    width:100px;
}

.selWinner {
    padding-bottom: 30px;
    margin-left: 20%;
    /*margin-bottom: 20px;*/
}

#BRLINE {
    height: 10px;
}

.winnerlooser {
    /*float: right;*/
    margin-top: -15px;
    float: left;
}

.wrapper {
    display: flex;
    float: right;
    margin-top: -7px;
}

.wrapper input[type="text"] {
    flex: 1 1 auto;
}
.wrapper input[type="select"] {
    flex: 1 1 auto;
}

#challme {
    /*position:absolute;*/
    float:right;
    width: auto;
    /*margin: 0 0 0 20%;*/
    background-color: transparent;
    /*border: 1px solid red;*/
    z-index:+5;
    text-align: right;
}



#filigrane{
    display:none;
}

.headertop, .headerdebug {
    text-align: center;
    text-decoration: none;
    font-size: normal;
    font-weight: bold;
}


#challenge_winners {
    background-color: #54d98c;
}
#challenge_loosers {
    background-color: #ff6358;
} 

.noprint {}

/*
#logo {
    width: 150px;
}

#logo img {
    width: 130px;
    height: 143px;
}
*/
#nomobile {}
/* .nomobile {} */
.ignore {display: none;}

.header{
    /*display:block;*/
    width: 91%;
    margin: 0 auto; /* Center the DIV horizontally */
    background-color: white;
    padding: 0 10px 0 10px;
    height: auto;
    /*min-height:148px;*/
    text-align: center !important;
}

.menu{
    display:block;
    width: 90%;
    margin: 1em auto; /* Center the DIV horizontally */
    background-color: white;
    /*margin: 3px 0 3px 0;*/
    padding: 0 10px 0 10px;
    height: 15px;
    min-height:15px;
    font-size: smaller;
    font-weight: bold;
    text-decoration: none;
}

.menu a{
    text-decoration: none;
}


/*.container{
        width: 90%;
        margin: 0 auto;
        background-color: white;
        padding: 0 10px 0 10px;
    }
*/

.nuc_container{
    width: 90%;
    margin: 0 auto; /* Center the DIV horizontally */
    background-color: white;
    padding: 0 10px 0 10px;
    min-height: 200px;
}

.logo {
    width: 90%;
    /*height: 90px;*/
    top: 0;
    position: fixed;
    background: white;
    padding: 0;
    margin: 0 auto; /* Center the DIV horizontally */
    z-index: 100;
}

/* ------- TABLE SANS BORDURES ---- */

.InvisibleTable {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    border-collapse: collapse;
}

.InvisibleTable tr {
    border-width: 0;
}

.InvisibleTable td {
    border-width: 0;
}


/* ------- LISTE DES TACHES ---- */
#TasksTable {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
    /*font-size: 0.8em;*/
    box-shadow: 2px 2px 4px #000;
    background-color: #fff;
}

#TasksTable td {
    border-width: 0 0 1px 0;
    border-color: #ddd;
    border-style: solid;
    padding: 8px;
    /*background-color: #eee;*/
}

.TH_SPECIAL {
    border-bottom: 1px solid #aa0101;
    display: block;
    /*margin-bottom: .625em;*/
}

#TasksTable tr:nth-child(even){background-color: #eee;}

/*#TasksTable tr:hover {background-color: #f2f2f2;}*/

/*#TasksTable th {
  padding-left: 8px;
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  position: sticky;
  background-image: linear-gradient(#fff,#fff,#fff,#fff,#fff,#fff,#eee,#eee,#eee,#ddd,#ddd,#484848,#ccc);
  color: #336699;
}*/
#TasksTable thead th {
    font-weight: bold;
    text-transform: uppercase;
    font-size: xx-small;
    text-align: center;
    background: url('/img/body.gif') transparent repeat;
    color: white;
    height: 30px;
    min-height: 30px;
    vertical-alin:middle;
}

#TasksTable th.end {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 4px;
    padding-bottom: 4px;
    text-align: center;
    /*background-image: linear-gradient(#eee,#eee,#eee,#eee,#eee,#eee,#ddd,#ddd,#ddd,#ddd,#ddd,#ddd,#ddd);*/
    /*background-image: linear-gradient(#ccc,#484848,#ddd,#ddd,#eee,#eee,#eee,#fff,#fff,#fff,#fff,#fff,#fff);*/
    background-image: linear-gradient(#eee,#eee,#eee);
    color: #336699;
}

/* ------- LISTE DES TACHES ---- */
#opeTable {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
    /*font-size: 0.8em;*/
    box-shadow: 2px 2px 4px #000;
    background-color: #fff;
}

#opeTable td {
    border-width: 0 0 1px 0;
    border-color: #ddd;
    border-style: solid;
    padding: 8px;
    /*background-color: #eee;*/
}

.TH_SPECIAL {
    border-bottom: 1px solid #aa0101;
    display: block;
    font-size: smaller;
    /*margin-bottom: .625em;*/
}

#opeTable tr:nth-child(even){background-color: #eee;}

/*#opeTable tr:hover {background-color: #f2f2f2;}*/

/*#opeTable th {
  padding-left: 8px;
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  position: sticky;
  background-image: linear-gradient(#fff,#fff,#fff,#fff,#fff,#fff,#eee,#eee,#eee,#ddd,#ddd,#484848,#ccc);
  color: #336699;
}*/
#opeTable thead th {
    font-weight: bold;
    text-transform: uppercase;
    font-size: xx-small;
    text-align: center;
    background: url('/img/body.gif') transparent repeat;
    color: white;
    height: 30px;
    min-height: 30px;
    vertical-alin:middle;
}

#opeTable th.end {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 4px;
    padding-bottom: 4px;
    text-align: center;
    /*background-image: linear-gradient(#eee,#eee,#eee,#eee,#eee,#eee,#ddd,#ddd,#ddd,#ddd,#ddd,#ddd,#ddd);*/
    /*background-image: linear-gradient(#ccc,#484848,#ddd,#ddd,#eee,#eee,#eee,#fff,#fff,#fff,#fff,#fff,#fff);*/
    background-image: linear-gradient(#eee,#eee,#eee);
    color: #336699;
}

/* ------- LISTE DES TODOS ---- */
#TodosTable {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
    /*font-size: 0.8em;*/
    box-shadow: 2px 2px 4px #000;
    background-color: #fff;
}

#TodosTable td {
    border-width: 0 0 1px 0;
    border-color: #ddd;
    border-style: solid;
    padding: 8px;
    /*background-color: #eee;*/
}

#TodosTable .TH_SPECIAL {
    border-bottom: 1px solid #aa0101;
    display: block;
    /*margin-bottom: .625em;*/
}

#TodosTable tr:nth-child(even){background-color: #eee;}

/*#TasksTable tr:hover {background-color: #f2f2f2;}*/

/*#TasksTable th {
  padding-left: 8px;
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  position: sticky;
  background-image: linear-gradient(#fff,#fff,#fff,#fff,#fff,#fff,#eee,#eee,#eee,#ddd,#ddd,#484848,#ccc);
  color: #336699;
}*/
#TodosTable thead th {
    font-weight: bold;
    text-transform: uppercase;
    font-size: xx-small;
    text-align: center;
    background: url('/img/body.gif') transparent repeat;
    color: white;
    height: 30px;
    min-height: 30px;
    vertical-alin:middle;
}

#TodosTable th.end {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 4px;
    padding-bottom: 4px;
    text-align: center;
    /*background-image: linear-gradient(#eee,#eee,#eee,#eee,#eee,#eee,#ddd,#ddd,#ddd,#ddd,#ddd,#ddd,#ddd);*/
    /*background-image: linear-gradient(#ccc,#484848,#ddd,#ddd,#eee,#eee,#eee,#fff,#fff,#fff,#fff,#fff,#fff);*/
    background-image: linear-gradient(#eee,#eee,#eee);
    color: #336699;
}


/* ------- LISTE DES CHALLENGES ---- */
#ChallengesTable {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
    /*font-size: 0.8em;*/
    box-shadow: 2px 2px 4px #000;
    background-color: #fff;
}

#ChallengesTable td {
    border-width: 0 0 1px 0;
    border-color: #ddd;
    border-style: solid;
    padding: 8px;
    /*background-color: #eee;*/
}

#ChallengesTable tr:nth-child(even){background-color: #eee;}

/*#TasksTable tr:hover {background-color: #f2f2f2;}*/

/*#ChallengesTable th {
  padding-left: 8px;
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  position: sticky;
  background-image: linear-gradient(#fff,#fff,#fff,#fff,#fff,#fff,#eee,#eee,#eee,#ddd,#ddd,#484848,#ccc);
  color: #336699;
}*/

#ChallengesTable thead th {
    font-weight: bold;
    text-transform: uppercase;
    font-size: xx-small;
    text-align: center;
    background: url('/img/body.gif') transparent repeat;
    color: white;
    height: 30px;
    min-height: 30px;
    vertical-alin:middle;
}





#ChallengesTable th.end {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 4px;
    padding-bottom: 4px;
    text-align: center;
    /*background-image: linear-gradient(#eee,#eee,#eee,#eee,#eee,#eee,#ddd,#ddd,#ddd,#ddd,#ddd,#ddd,#ddd);*/
    /*background-image: linear-gradient(#ccc,#484848,#ddd,#ddd,#eee,#eee,#eee,#fff,#fff,#fff,#fff,#fff,#fff);*/
    background-image: linear-gradient(#eee,#eee,#eee);
    color: #336699;
}


/* ------- LISTE DES CRENEAUX ---- */
#CreneauxTable {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
    /*font-size: 0.8em;*/
    box-shadow: 2px 2px 4px #000;
    background-color: #fff;
}

#CreneauxTable td {
    border-width: 0 0 1px 0;
    border-color: #ddd;
    border-style: solid;
    padding: 8px;
    /*background-color: #eee;*/
}

#CreneauxTable tr:nth-child(even){background-color: #eee;}

/*#TasksTable tr:hover {background-color: #f2f2f2;}*/

#CreneauxTable thead th {
    font-weight: bold;
    text-transform: uppercase;
    font-size: xx-small;
    text-align: center;
    background: url('/img/body.gif') transparent repeat;
    color: white;
    height: 30px;
    min-height: 30px;
    vertical-alin:middle;
    padding-bottom: 3px;
}

#ChallengesTable th.end {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 4px;
    padding-bottom: 4px;
    text-align: center;
    /*background-image: linear-gradient(#eee,#eee,#eee,#eee,#eee,#eee,#ddd,#ddd,#ddd,#ddd,#ddd,#ddd,#ddd);*/
    /*background-image: linear-gradient(#ccc,#484848,#ddd,#ddd,#eee,#eee,#eee,#fff,#fff,#fff,#fff,#fff,#fff);*/
    background-image: linear-gradient(#eee,#eee,#eee);
    color: #336699;
}



.blinkold {
    animation: blink-animation 1s steps(2, start) infinite;
    -webkit-animation: blink-animation 1s steps(2, start) infinite;
}
@keyframes blink-animation {
    to {
        /*visibility: hidden;*/
        background-color: #6bf725;
    }
}
@-webkit-keyframes blink-animation {
    to {
        /*visibility: hidden;*/
        background-color: red;
    }
}

.blink {
    animation: blinkingText 2s infinite;
}
@keyframes blinkingText{
    0% { background-color: #619fee;}
    25% { background-color: #6bf725;}
    50% { background-color: #619fee;}
    75% { background-color: #6bf725;}
    100%	{ background-color: #619fee;}
}


.abutton{
    width: 70px;
    font-family: 'Lato', sans-serif; 
    font-size: 12px;
    text-decoration: none;
    outline: none;
    background-color: #4CAF50;
    color: white;
    padding: 3px 5px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    /*float: left;*/
    box-shadow: 2px 2px 4px #000;
}

.abutton:hover {
  background-color: orange;
}

.abutton:active {
  background-color: #3e8e41;
  box-shadow: 1px 1px 2px #000;
  transform: translate(2px,2px);
}