body {
  font-family: Open Sans, Helvetica, Geneva, Arial, SunSans-Regular, sans-serif ;
  background-color: black;
  color: white;
}

::-webkit-input-placeholder {
   font-style: italic;
}
:-moz-placeholder {
   font-style: italic;
}
::-moz-placeholder {
   font-style: italic;
}
:-ms-input-placeholder {
   font-style: italic;
}

input[readonly]{
  cursor: not-allowed;
}

details.contenu {
  margin-top: 0px; 
}

details:first-child {
  margin-top: 0px; 
}

/* Style inputs, select elements and textareas */
input, select, textarea, .contenu {
  width: 100%;
  padding: 12px;
  border: 1px solid var(--couleur-bordure-bouton);
  border-radius: 4px;
  box-sizing: border-box;
  resize: vertical;
  font-size: medium;
  background-color: #000;
  color: var(--couleur-texte-formulaire);
}

input[type=date], input[type=time] {
  height: 44px;
}

ul {
    margin-top: 5px;
}
details {
    margin-top: 10px;
}
details > details {
    margin-left: 10px;
}

/* Style the label to display next to the inputs */
label {
  float: right;
  color: white;
  display: inline-block;
  font-weight: 550;
  vertical-align: middle;
  width: 100%;
  padding: 12px;
  box-sizing: border-box;
  text-align: right;
}

/* Style of button */
.navigationButton {
  vertical-align: middle;
}

/* Style of button */
input[type=submit].destructif:hover {
  border-color: var(--couleur-fond-bouton-destructif);
  background-color: var(--couleur-bordure-bouton-destructif);
}

input[type=submit].destructif {
  background-color: var(--couleur-fond-bouton-destructif);
  border-color: var(--couleur-bordure-bouton-destructif);
  color: var(--couleur-texte-bouton-destructif);
}

/* Style the submit button */
input[type=submit]:hover, input[type=button]:hover, .navigationButton:hover {
  background-color: var(--couleur-bordure-bouton);
  border-color: var(--couleur-bordure-bouton-hover);
  color: white;
}

input[type=submit], input[type=button], .navigationButton {
  padding: 12px 30px;
  background-color: var(--couleur-fond-bouton);
  color: var(--couleur-texte-bouton);
  border: 1px solid var(--couleur-bordure-bouton);
  border-radius: 4px;
  cursor: pointer;
  transition-property: background-color, color, border;
  transition-duration: 0.4s;
  text-decoration: none;
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: auto;
}

.topNavigationButton {
  padding: 6px 17px 6px 10px;
  position: absolute;
}

.topNavigationButton > i, .topNavigationButton > div {
  vertical-align: middle;
}

.topNavigationButton > div {
    display: inline-block;
}

input[type=time], input[type=date], input[type=submit], input[type=button], select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}


/* Change autocomplete styles in WebKit */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid var(--couleur-bordure-bouton);
  -webkit-text-fill-color: var(--couleur-texte-formulaire);
  -webkit-box-shadow: 0 0 0px 1000px #000 inset;
  transition: background-color 5000s ease-in-out 0s;
}

details > summary {
  cursor: pointer;
}

.details_miseadispo {
  width: 100%;
  text-align: center;
}

details.header > summary::-webkit-details-marker {
  display: none;
}

details.header > summary > h1 {
  width: 100%;
  text-align: center;
  font-weight: 550;
  text-decoration: underline;
  color: var(--couleur-lien);
}

/* Style the container */
.container {
  border-radius: 5px;
  background-color: #222;
  padding: 20px;
  margin-bottom: 10px;
}

/* Floating column for labels: 25% width */
.row:first-child  {
  margin-top: 0px;
}
.row  {
  margin-top: 3px;
  margin-bottom: 3px;
}

/* Floating column for labels: 25% width */
.col-100 {
  float: left;
  width: 100%;
}
.col-100 > label {
  float: left;
  width: auto;
}

/* Floating column for labels: 25% width */
.col-25 {
  float: left;
  width: 25%;
}

/* Floating column for inputs: 75% width */
.col-75 {
  float: left;
  width: 75%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

a {
  color: var(--couleur-lien);
}

h1 {
  text-align: center;
  font-weight: 550;
}

.container > h2 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-weight: 550;
}

.participant {
  color: var(--couleur-participant);
  font-weight: 600;
}

.cuve {
  color: var(--couleur-cuve);
  font-weight: 600;
}

img.contenu {
  width: 66.6%;
}

.logo_twitter {
  position: absolute;
  right: 8px;
}

.logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.magic-radio + label:before, .magic-checkbox + label:before,
.magic-radio + label:after, .magic-checkbox + label:after {
  margin: 12px 12px 12px 0px;
}
/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .col-25, .col-75, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
  .col-75 {
    margin-bottom: 10px;
  }
  .col-100 {
    margin-bottom: 10px;
  }
  label {
    text-align: left;
    padding: 0;
  }
  .magic-radio + label:before, .magic-checkbox + label:before,
  .magic-radio + label:after, .magic-checkbox + label:after {
    margin: 0 6px 0 0px;
  }

  .topNavigationButton {
    padding: 6px 10px 6px 10px;
    position: static;
  }
  .topNavigationButton > div {
    width: auto;
  }
  .topNavigationButton > i {
    position: absolute;
    display: block;
  }
  body {
    margin: 20px
  }
}
