* {
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: arial;
}

.clear {
  clear: both;
}

ul {
  text-align: left;
}
ul li {
  text-align: left;
}

.deuxColonnes {
  display: inline-block;
  width: 40%;
  vertical-align: top;
  text-align: justify;
  margin: 2%;
}

div.chargementDataTable {
  position: relative;
  margin: 0 0 0px 0px;
  width: 50px;
  height: 50px;
  display: block;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  vertical-align: top;
  clear: both;
  z-index: 100000000000000020;
}
div.chargementDataTable span.loader {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  border: 4px dashed rgba(0, 0, 0, 0.5);
  display: block;
  position: relative;
  -webkit-animation: spin 4s linear 0s infinite;
}
div.chargementDataTable span.loader:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 7px;
  bottom: 7px;
  right: 7px;
  border: 2px dashed rgba(0, 0, 0, 0.5);
  border-radius: 50px;
  -webkit-animation: spin 20s linear 0s infinite;
}
div.chargementDataTable span.loader:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  border: 3px dashed rgba(0, 0, 0, 0.5);
  border-radius: 50px;
  -webkit-animation: spin 25s linear 0s infinite;
}

div#chargement, div#chargement2 {
  width: 100%;
  height: 100px;
  background: #ff0022;
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  vertical-align: middle;
  -webkit-box-shadow: 0px 0px 0px 2000px rgba(255, 255, 255, 0.8);
          box-shadow: 0px 0px 0px 2000px rgba(255, 255, 255, 0.8);
  display: none !important;
}
div#chargement span.loader, div#chargement2 span.loader {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  border: 4px dashed rgba(255, 255, 255, 0.4);
  display: block;
  position: relative;
  -webkit-animation: spin 4s linear 0s infinite;
}
div#chargement span.loader:before, div#chargement2 span.loader:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 7px;
  bottom: 7px;
  right: 7px;
  border: 2px dashed rgba(255, 255, 255, 0.4);
  border-radius: 50px;
  -webkit-animation: spin 20s linear 0s infinite;
}
div#chargement span.loader:after, div#chargement2 span.loader:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  border: 3px dashed rgba(255, 255, 255, 0.4);
  border-radius: 50px;
  -webkit-animation: spin 25s linear 0s infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
body {
  margin: 0;
  padding: 0;
  background: #333;
}

a {
  text-decoration: none;
  color: #111;
}
a:hover {
  color: #1d8082;
}

header {
  width: 100%;
  top: 0;
}

.menu_page {
  display: block;
  position: fixed;
  bottom: 66px;
  right: 0;
  background: #1d8082;
  padding: 10px;
}

#content {
  background: #333;
  margin-bottom: 50px;
}
#content .sousMenu {
  background: #1d8082;
  padding: 10px;
  border-bottom: 1px solid #333;
  width: 100%;
}

p.infoUp {
  display: inline-block;
  background: #1c7a7b;
  color: white;
  padding: 0px 5px 0px 0;
  border-radius: 5px;
}
p.infoUp::before {
  content: "i";
  padding: 0;
  border-radius: 5px;
  background: red;
  width: 15px;
  height: 15px;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  margin: 0 5px 0 0;
}

#mainLeft {
  width: 15%;
  background: #fff;
  float: left;
  padding: 0.5%;
  margin: 0 1% 0 0;
}

#mainRight {
  width: 15%;
  background: #fff;
  float: right;
  padding: 0.5%;
  margin: 0 0 0 1%;
}

#mainCenter {
  background: #fff;
  width: 68%;
  float: left;
  padding: 0.5%;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 25px;
  margin-bottom: 50px;
  overflow: auto;
}
#mainCenter.center {
  float: none;
  margin: 1em auto;
}

.sectionInMainCenter {
  border-bottom: 30px solid #1d8082;
  padding: 0 0 50px;
  max-width: 900px;
}

footer {
  clear: both;
  width: 100%;
  background: #1d8082;
  max-height: 25px;
  position: fixed;
  bottom: 0;
  padding: 0 15%;
  -webkit-transition: 0.5s ease 0.5s all;
  -o-transition: 0.5s ease 0.5s all;
  transition: 0.5s ease 0.5s all;
  z-index: 999999999;
}
footer:hover {
  max-height: 2000px;
}
footer section {
  width: 32%;
  display: inline-block;
  margin: 0;
  vertical-align: top;
  font-size: 0.8em;
  text-align: left;
}
footer section:last-child {
  text-align: right;
}
footer section h2 {
  font-size: 1.2em;
  font-weight: bold;
  padding-top: 0px;
  margin: 5px 0;
}

header {
  background: #ccc;
  border-bottom: 1px solid #333;
  -webkit-box-shadow: 0px 0px 10px #000;
          box-shadow: 0px 0px 10px #000;
}

header a {
  color: #333;
  text-decoration: none;
}

header a::before {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  background-color: red !important;
  margin: 0 auto 3px;
}

header a:nth-child(1)::before {
  background: url(img/menuHeader.png) 0 -70px no-repeat !important;
}

header a:nth-child(2)::before {
  background: url(img/menuHeader.png) 0 -35px no-repeat !important;
}

header a:nth-child(3)::before {
  background: url(img/menuHeader.png) 0 -210px no-repeat !important;
}

header a:nth-child(4)::before {
  background: url(img/menuHeader.png) 0 0px no-repeat !important;
}

header a:nth-child(5)::before {
  background: url(img/menuHeader.png) 0 -245px no-repeat !important;
}

header a:nth-child(6)::before {
  background: url(img/menuHeader.png) 0 -280px no-repeat !important;
}

header a:nth-child(7)::before {
  background: url(img/menuHeader.png) 0 -140px no-repeat !important;
}

header a:nth-child(8)::before {
  background: url(img/menuHeader.png) 0 -105px no-repeat !important;
}

header a:nth-child(9)::before {
  background: url(img/menuHeader.png) 0 -175px no-repeat !important;
}

header a:nth-child(10) {
  float: right;
}
header a:nth-child(10)::before {
  background: url(img/menuHeader.png) 0 -105px no-repeat !important;
}

header a:nth-child(11) {
  float: right;
}
header a:nth-child(11)::before {
  background: url(img/menuHeader.png) 0 -350px no-repeat !important;
}

header a:nth-child(12) {
  float: right;
}
header a:nth-child(12)::before {
  background: url(img/menuHeader.png) 0 -315px no-repeat !important;
}

#mainMenu a {
  margin: 3px 10px;
  padding: 10px 0.5%;
  min-height: 75px;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 10px;
  -webkit-transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all;
  font-size: 0.7em;
  width: 100px;
  vertical-align: top;
  text-align: center;
}
#mainMenu a:hover, #mainMenu a:active, #mainMenu a.currentPage {
  background-color: #1d8082 !important;
  color: #ccc;
}
#mainMenu a.inactif {
  background-color: #9e9e9ef5 !important;
}

.infos {
  display: inline-block;
  background: #E3A519;
  padding: 0.5%;
}

.alerte {
  display: inline-block;
  background: #d92218;
  padding: 0.5%;
}

.validation {
  display: inline-block;
  background: #66cc21;
  padding: 0.5%;
}

.disparait {
  -webkit-animation: hide 0.5s linear 5s forwards;
  overflow: hidden;
}
.disparait:hover {
  padding: 0.5% !important;
  max-height: 500px;
}

.disparait_LONG {
  -webkit-animation: hide 0.5s linear 120s forwards;
  overflow: hidden;
}
.disparait_LONG:hover {
  padding: 0.5% !important;
  max-height: 500px;
}

@-webkit-keyframes hide {
  0% {
    max-height: 500px;
    opacity: 1;
  }
  99% {
    padding: 0.5%;
  }
  100% {
    max-height: 0px;
    opacity: 0;
    padding: 0;
  }
}
#insertions_jquery {
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 11;
}

html, body {
  width: 100%;
  height: 100%;
}

#inside_insertion_jquery {
  margin: 3em auto;
  width: 90%;
  border-radius: 5px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px;
          box-shadow: 0px 0px 10px;
  padding: 10px;
  text-align: center;
  overflow: auto;
  height: 80%;
  z-index: 1001;
}

#insertions_jquery_pager {
  width: 100%;
  height: 100%;
  z-index: 1001;
}

.nouvelle_entree {
  background: #8c8c8c;
}

.searchBox {
  width: auto;
  height: auto;
  background: #1d8082;
  display: inline-block;
  vertical-align: top;
  position: absolute;
  max-width: 600px;
  margin-left: 33px;
  z-index: 20000;
}

.lien {
  cursor: pointer;
}

.searchBox p {
  margin: 0;
}

#resultatsCheckBiblio {
  border: 2px #1d8082 solid;
  text-align: center;
}

.vignette {
  width: 100px;
  height: 140px;
  min-height: 100px;
  margin: 10px;
  float: left;
  background: #fff;
  cursor: pointer;
}

.vignette.checkbiblio {
  background: #fff;
  display: inline-block;
  height: 100px;
  min-height: 100px;
  width: 100px;
  margin: 2px;
  float: none;
  vertical-align: middle;
}
.vignette.checkbiblio img {
  max-height: 100px;
  max-width: 100px;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.vignette .titre {
  width: 100px;
  height: 40px;
  display: inline-block;
  margin-top: -5px;
}

.vignette:hover .titre {
  background: rgba(0, 0, 0, 0.3);
}

input[id^=searchButton] {
  background: url("img/find.png");
  width: 20px;
  height: 24px;
  min-height: 24px;
  border: 0;
  cursor: pointer;
  margin: 0 0 0 5px;
}

.shortInput {
  width: 50px;
}

.date {
  width: 100px;
}

input, textarea, checkbox, select {
  background: #ccc;
  border: 0;
  border-radius: 5px;
  min-width: 0px;
  min-height: 30px;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  padding: 1px 10px;
}
input.small, textarea.small, checkbox.small, select.small {
  max-width: 60px;
}
input:invalid, textarea:invalid, checkbox:invalid, select:invalid {
  background: #d92218;
}
input:focus, textarea:focus, checkbox:focus, select:focus {
  background: #1d8082;
  outline: 0;
  color: #fff;
}

textarea {
  min-height: 150px;
}
textarea:focus {
  min-width: 250px;
  min-height: 300px;
  -webkit-transition: min-width min-height 1s ease;
  -o-transition: min-width min-height 1s ease;
  transition: min-width min-height 1s ease;
}

input[type=submit], input[type=button] {
  border: 2px outset;
}

input[type=submit]:active, input[type=button]:active {
  border: 2px inset;
}

a.bouton {
  display: inline-block !important;
  background: #CCCCCC;
  border-radius: 5px;
  padding: 4px 10px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: outset 2px #ccc;
  margin: 0 4px;
  font-size: 0.85em;
  color: inherit;
}
a.bouton:focus {
  background: #1d8082;
  border: intset 2px #ccc;
}

form *:disabled, form input.read-only {
  background: #ddd;
  border: none;
  background: rgba(0, 0, 0, 0.05);
  color: black;
}

.tableauMAJ tr td {
  text-align: left;
  padding: 15px;
}

.bordure {
  border: 1px solid black;
  border-collapse: collapse;
}
.bordure caption {
  font-weight: bold;
  text-align: left;
}
.bordure th {
  background: #1d8082;
  border: 1px solid #000;
  padding-left: 21px;
  padding-right: 5px;
  height: 30px;
  cursor: pointer;
}
.bordure th.headerSortUp {
  background: url(img/sort.png) no-repeat 3px #26a9ac;
}
.bordure th.headerSortDown {
  background: url(img/sort2.png) no-repeat 3px #26a9ac;
}
.bordure th a:hover {
  color: #fff;
}
.bordure tr {
  background: #fff;
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.bordure tr:nth-child(2n+1) {
  background: #ccc;
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.bordure tr:nth-child(2n+1) input {
  background: #aaa;
}
.bordure tr:hover td {
  background: rgba(0, 0, 0, 0.3) !important;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.bordure tr td {
  padding: 5px;
  height: 30px;
}
.bordure tr td a {
  display: block;
}

.table_vert {
  background: #66cc21 !important;
}
.table_vert:nth-child(2n) {
  background: #9ee76c !important;
}

.table_alerte {
  background: #d92218 !important;
}
.table_alerte:nth-child(2n) {
  background: #ee7069 !important;
}

table.inputDeuxColonnes {
  max-width: 500px;
}
table.inputDeuxColonnes tr td:nth-child(1) {
  text-align: right;
  line-height: 30px;
}
table.inputDeuxColonnes tr td:nth-child(2) {
  text-align: left;
}
table.inputDeuxColonnes.nonwrap td:nth-child(1) {
  white-space: nowrap;
}

.statistique_2 {
  display: inline-block;
}

p.exemplecatalogue {
  display: block;
  font-size: 0.6em;
  text-align: right;
  margin: 0;
}

.tableau_recap_jeu table tr {
  text-align: center;
}
.tableau_recap_jeu table tr td {
  padding: 0 10px !important;
  text-align: center !important;
  vertical-align: bottom;
}

.titreHeaderCatalogue {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.5em;
  background-color: #1d8082;
  padding: 10px;
}

a.nouveauJeu {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.catalogue.nouveauJeu {
  width: 410px;
  height: 327px;
  border: 5px solid #1d8082;
  margin: 5px;
  display: inline-block;
  overflow: hidden;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.catalogue.nouveauJeu:hover .description {
  margin: -300px 0 0 0;
}

.image_conteneur {
  width: 400px;
  height: 300px;
  margin: 0px;
  padding: 0px;
  float: none;
}

.description {
  width: 400px;
  height: 300px;
  position: relative;
  background: #1d8082;
  padding: 10px;
  margin: 0px 0px 0px -400px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-align: justify;
  color: #fff;
}
.description .vignette {
  max-height: none;
  max-width: 110px;
  min-height: 0;
  height: auto;
  width: auto;
  background: #fff;
  border: 5px solid #fff;
  color: #1d8082;
  font-size: small;
  margin-top: 0px;
  text-align: center;
}

.vignette.catalogue {
  overflow: hidden;
  height: 100px;
  display: inline-block;
  float: none;
  margin: 5px;
}

.vignette.catalogue.jeu_sur_place {
  -webkit-box-shadow: 0px 0px 0px 2px #d92218;
          box-shadow: 0px 0px 0px 2px #d92218;
}

.vignette.catalogue.jeu_emprunte {
  -webkit-box-shadow: 0px 0px 0px 2px #E3A519;
          box-shadow: 0px 0px 0px 2px #E3A519;
}

.vignette.catalogue.jeu_dispo {
  -webkit-box-shadow: 0px 0px 0px 2px #66cc21;
          box-shadow: 0px 0px 0px 2px #66cc21;
}

.vignette .image_conteneur {
  width: 100px;
  height: 100px;
}

.vignette .miniature_catalogue_description {
  color: black;
  -webkit-transition: ease all 0.2s;
  -o-transition: ease all 0.2s;
  transition: ease all 0.2s;
  position: relative;
  width: 100px;
  height: 100px;
  margin-top: -200px;
  margin-left: -100px;
  font-size: small;
}

.vignette.jeu_sur_place .miniature_catalogue_description {
  background: #d92218;
}

.vignette.jeu_emprunte .miniature_catalogue_description {
  background: #E3A519;
}

.vignette.jeu_dispo .miniature_catalogue_description {
  background: #66cc21;
}

.vignette:hover .miniature_catalogue_description {
  margin-top: -100px;
  margin-left: 0px;
}

.list_options {
  margin: 10px;
  padding: 10px;
  overflow: auto;
  border: 3px solid #1d8082;
  border-radius: 10px;
  display: inline-block;
}
.list_options.option_tables {
  width: 200px;
  height: 400px;
}

#form-adherent {
  margin: 0.5%;
  border: 10px #1d8082 solid;
  float: left;
  max-width: 32.33%;
  min-width: 375px;
}

.forms-usagers {
  text-align: center;
  width: 64.66%;
  float: left;
}
.forms-usagers .form-usagers {
  margin: 0.5%;
  min-width: 375px;
  max-width: 48%;
  display: block;
  float: left;
}
.forms-usagers .form-usagers:nth-child(n) {
  background: #1d8082;
}
.forms-usagers .form-usagers:nth-child(2n) {
  background: #66cc21;
}
.forms-usagers .form-usagers:nth-child(3n) {
  background: #E3A519;
}
.forms-usagers .form-usagers:nth-child(4n) {
  background: #d92218;
}
.forms-usagers .form-usagers.nouvelle_entree {
  background: #bbb;
}
.forms-usagers .form-usagers.usager_supprime {
  opacity: 0.3;
  max-height: 147px;
  overflow: scroll;
  float: right;
}
.forms-usagers .form-usagers h2 {
  height: 60px;
}

.DTED_Lightbox_Content input {
  background: #ccc !important;
  padding-left: 1em !important;
  padding-right: 1em !important;
}

.subTable {
  border: #000a 3px solid !important;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  margin: 0 auto 2em !important;
}
.subTable tr td, .subTable tr th {
  background: inherit !important;
  padding: 0 1em !important;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}

span.infoTitre {
  background: #66cc21;
  padding: 2px 5px;
  text-transform: uppercase;
  font-weight: bolder;
  border-radius: 6px;
}

input[type=checkbox].css-checkbox {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

input[type=checkbox].css-checkbox + label.css-label {
  padding-left: 29px;
  padding-right: 6px;
  height: 24px;
  display: inline-block;
  line-height: 24px;
  background-repeat: no-repeat;
  background-position: 0 0;
  vertical-align: middle;
  cursor: pointer;
}

input[type=checkbox].css-checkbox:checked + label.css-label {
  background-position: 0 -24px;
}

input[type=checkbox].css-checkbox:active + label.css-label, input[type=checkbox].css-checkbox:focus + label.css-label {
  background-color: #eee;
  border-radius: 20px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

label.css-label {
  background-image: url(img/imgCheckBoxes.png);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.box_user_catalogue div {
  border: 2px solid grey;
  border-radius: 7px;
  margin-top: 9px;
  padding: 5px;
  background: #eee;
}

.FB {
  display: block;
  width: 200px;
  height: 100px;
  float: right;
  background: url(img/logoFB.png) no-repeat;
  background-size: 60px;
  padding-left: 63px;
}

img.logoMAGASIN {
  max-width: 250px;
}

.ListMagasinsPartenaire tr td:nth-child(even), .ListMagasinsPartenaire tr th:nth-child(even) {
  background: #0002;
}

.ListMagasinsPartenaire tr td {
  padding: 0 1em !important;
}

.nobackground {
  background: none !important;
}

.GRID-Jeux {
  text-align: left;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 300px));
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  grid-gap: 1em;
  grid-auto-flow: dense;
}
.GRID-Jeux textarea {
  width: 100%;
}
.GRID-Jeux > div {
  background: white;
  padding: 1em;
  width: 100%;
  font-weight: bolder;
  font-size: 0.7em;
  -ms-grid-row-span: 2;
  grid-row: span 2;
}
.GRID-Jeux > div.petit {
  -ms-grid-row-span: 1;
  grid-row: span 1;
}
.GRID-Jeux > div.petit.end {
  grid-column: 1/-1;
}
.GRID-Jeux div {
  vertical-align: middle !important;
}

form#formEditAccueilCatalogue {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1em 3fr;
  grid-template-columns: 1fr 3fr;
  grid-gap: 1em;
}
form#formEditAccueilCatalogue h2, form#formEditAccueilCatalogue .fullwidth {
  grid-column: 1/-1;
}

.codex-editor {
  width: 800px;
  border: 3px solid #f3a280;
  padding: 2em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 15px;
}
.codex-editor::before {
  content: "EDITEUR";
  background: #f3a280;
  padding: 0.1em 1em;
  color: white;
  float: left;
  margin-top: -2em;
}

h2.ce-header {
  display: block !important;
}

.ce-block--focused {
  border: 2px dashed #f3a280 !important;
  border-radius: 20px;
}

.cdx-input {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

ul.cdx-nested-list {
  padding-left: 3em;
}

.cdx-checklist__item, .cdx-nested-list__item-content, ol.cdx-nested-list.cdx-block.cdx-nested-list--ordered {
  text-align: left;
}