.df {
  display: flex;
}

.dfc {
  display: flex;
  flex-direction: column;
}

.jcc {
  justify-content: center;
}

.aic {
  align-items: center;
}

.db {
  display: block;
}

.dib {
  display: inline-block;
}

.hidden {
  display: none;
}

.w100 {
  width: 100%;
}

.mb0 {
  margin-bottom: 0;
}

.mtxs {
  margin-top: 5px;
}

.mbxs {
  margin-bottom: 5px;
}

.ms {
  margin: 10px;
}

.mts {
  margin-top: 10px;
}

.mrs {
  margin-right: 10px;
}

.mbs {
  margin-bottom: 10px;
}

.mls {
  margin-left: 10px;
}

.mm {
  margin: 20px;
}

.mtm {
  margin-top: 20px;
}

.mrm {
  margin-right: 20px;
}

.mbm {
  margin-bottom: 20px;
}

.mlm {
  margin-left: 20px;
}

.paxs {
  padding: 0.5rem;
}

.pas {
  padding: 1rem;
}

.fzsmall {
  font-size: 12px;
}

.txtcenter {
  text-align: center;
}

.txtright {
  text-align: right;
}

:root {
  --body-bg: #e1edf5;
}

body {
  background-color: #e1edf5;
}

ul {
  padding-left: 15px;
}

#header-logo {
  max-width: 250px;
}

.login-conteneur {
  min-height: 100vh;
  min-width: 100vw;
  background-color: var(--white);
}

.login-formulaire {
  align-items: center;
  max-width: 300px;
}
.login-formulaire > img {
  max-width: 300px;
}

.iframeMediatheque {
  height: 600px;
}
.iframeMediatheque iframe {
  width: 100%;
  height: 100%;
}

.apercuImage {
  max-width: 15rem;
  max-height: 15rem;
  overflow: hidden;
}
.apercuImage img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}

.apercuImage-rond {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  overflow: hidden;
}
.apercuImage-rond img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.form-group label.form-check-label {
  margin-top: 0;
}

.field-collection-item-row .field-checkbox .form-widget {
  margin-left: 0;
}

.form-widget-compound .form-group.field-point_interet {
  background-color: #e6ebf0;
  padding-left: 15px;
  padding-top: 8px;
  margin-bottom: 40px;
}
.form-widget-compound .form-group.field-point_interet:last-of-type {
  margin-bottom: 10px;
}

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