/* VERIF JAVASCRIPT */

:root {
  --blue: #01A3E0;
  --dark-blue: #006FA8;
}

#js-check {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.90;
  z-index: 1;
  color: #000;
}

#js-check p, #js-check h2 {
  padding-left: 100px;
}

body {
  background-color: #01a3e0;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  font-family: Verdana, Arial, sans-serif;
  margin: 0;
  padding: 0;
}

#page {
  padding-top: 30px;
  margin: auto;
  max-width: 620px;
}

.page {
  display: none;
}

#menu {
  margin-bottom: -5px;
}

#tabs button {
  appearance: none;
  color: #000;
  cursor: pointer;
  padding: 5px 9px;
  background-color: #fff;
  border: 5px #fff solid;
  border-bottom: none;
  opacity: 0.5;
}

#tabs button:hover,
#tabs button.actif {
  background-color: #fff;
  padding: 5px 9px 11px 9px;
  border: 5px #fff solid;
  border-bottom: none;
  color: black;
  opacity: 1;
}

#content {
  padding: 10px;
  background-color: #fff;
  font-weight: normal;
  color: #000;
  border: 5px #fff solid;
}

#droite {
  width: 250px;
  padding-left: 10px;
  float: right;
  border-left: 1px dotted #fff;
}

/* ---- CLASSES ------ */

p {
  padding: 0;
}

a img {
  border: 0;
}

a {
  color: #fff;
  text-decoration: none;
}

a:hover {
  color: #fff;
  text-decoration: underline;
}

#content a {
  color: var(--dark-blue);
}

h1 {
  display: none;
}

.floatr {
  float: right;
}

.cliquable {
  cursor: pointer;
}

.center {
  text-align: center;
}

ul {
  padding-left: 20px;
}

.invisible {
  display: none;
}

.logo-row {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 20px auto;
  min-height: 83px;
}

.logo-site {
  display: none;
}

@media (min-width: 768px) {
  .logo-row {
    justify-content: space-between;
  }

  .logo-site {
    display: inline;
    max-height: 80px;
    max-width: 260px;
  }
}

.erreur {
  font-weight: bold;
  color: #f00;
}

.reussite {
  font-weight: bold;
  color: #0a0;
}

#log_email {
  text-align: right;
  margin-right: 10px;
  font-family: Lucida Sans, sans-serif;
  font-size: 15px;
}

/* ---- FORMULAIRES ------ */

fieldset {
  border: 0;
}

.oldform label {
  font-family: Lucida Sans Unicode, Lucida Grande, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
}

.oldform input {
  margin-top: 3px;
  margin-bottom: 10px;
}

.oldform input[type="text"],
.oldform input[type="password"],
.oldform input[type="email"],
.oldform textarea {
  width: 250px;
  color: #69c;
  font-size: 13px;
  padding: 5px;
  font-weight: bold;
}

.oldform input[type="submit"] {
  background-color: #69c;
  padding: 3px;
}

textarea {
  width: 250px;
  height: 80px;
}

/* CONTEXT */

.context {
  display: none;
  padding: 2px 3px;
  margin-left: 270px;
  margin-top: 30px;
  width: 250px;
  position: absolute;
  border: 2px solid #cccccc;
  background: #fff;
  color: #000;
}

#footer {
  font-weight: normal;
  margin-top: 25px;
}

#cnil {
  font-size: 0.8em;
  opacity: 0.75;
}

.textcon-given-name,
.context-given-name {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1;
}

.btn-primary {
  border-color: var(--blue);
  background-color: var(--blue);
}
