body {
  color: #282828;
  background-color: #fff;
  font-weight: 400;
}
.fontAdmin {
  font-family: Poppins !important;
}
.mobile {
  visibility: hidden;
  display: none;
}
.pc {
  visibility: visible;
  display: block;
}
b {
  font-weight: 600;
}
a {
  color: #000;
}
a:hover {
  text-decoration: none;
  cursor: pointer;
}
.btn-planning {
  background-color: #fff;
  color: #000;
  padding: 6px;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid #888;
}
.btn-planning:hover {
  background-color: #cdcdcd;
  color: #000;
  padding: 6px;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid #888;
}
.btn-info {
  background-color: #3466e5;
  border-color: #3466e5;
  font-weight: 300;
  font-size: 12px;
}
.btn-info:hover {
  background-color: #3466e5;
  border-color: #3466e5;
}
.btn-dark {
  font-weight: 300;
  font-size: 12px;
}
.btn-secondary {
  font-weight: 300;
  font-size: 12px;
}
.btn-danger {
  font-weight: 300;
  font-size: 12px;
}
.btn-warning {
  font-weight: 300;
  font-size: 12px;
}
.btn-success {
  font-weight: 300;
  font-size: 14px;
}
.containerBloc {
  padding: 10px;
  clear: both;
}
.formAdmin {
  padding-top: 20px;
  margin-top: 0;
  font-size: 12px;
  font-family: Poppins !important;
}
.formAdmin h1 {
  font-weight: 300;
  font-size: 18px;
  font-family: Poppins !important;
}
.formAdmin h2 {
  font-weight: 500;
  font-size: 15px;
  font-family: Poppins !important;
}
.formAdmin h3 {
  font-weight: 500;
  font-size: 13px;
  font-family: Poppins !important;
}
.formAdmin h4 {
  font-weight: 300;
  font-size: 12px;
  font-family: Poppins !important;
}
.formAdmin h5 {
  font-weight: 300;
  font-size: 10px;
  font-family: Poppins !important;
  position: absolute;
  right: 15px;
}
.formAdmin .boxMenu {
  position: relative;
  overflow: hidden;
  padding: 10px;
  margin: 0 0 40px 0;
  background: #fff;
  box-shadow: 0 5px 26px 0 rgba(68, 88, 144, 0.14);
  transition: all 0.3s ease-in-out;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 30px;
  font-family: Poppins !important;
}
.formAdmin .boxMenu:hover {
  background: #ebebeb;
  font-family: Poppins !important;
}
.formAdmin .boxMenu i {
  font-size: 40px;
}
.formAdmin .boxBlocImg {
  position: relative;
  height: 250px;
  width: 100%;
  font-family: "Poppins" !important;
  border-right: #e6e5e5 1px solid;
  border-left: #e6e5e5 1px solid;
  border-top: #e6e5e5 1px solid;
}
.formAdmin .boxBlocImg img {
  display: initial;
  margin: auto;
  object-fit: cover;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  object-position: center center;
  height: 100%;
  width: 100%;
  font-family: "Poppins" !important;
}
.formAdmin .boxBlocContenu {
  background-color: #f8f8f8;
  padding: 10px;
  padding-top: 15px;
  text-align: left;
  min-height: 150px;
  margin-bottom: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-right: #e6e5e5 1px solid;
  border-left: #e6e5e5 1px solid;
  border-bottom: #e6e5e5 1px solid;
  font-family: Poppins !important;
}
.formAdmin .boxBlocContenu2 {
  background-color: #fff;
  padding: 10px;
  padding-top: 15px;
  text-align: left;
  min-height: 80px;
  margin-bottom: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-right: #e6e5e5 1px solid;
  border-left: #e6e5e5 1px solid;
  border-bottom: #e6e5e5 1px solid;
  font-family: Poppins !important;
}
.formAdmin .boxBlocAdmin {
  background-color: #d9d9d9;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  font-family: Poppins !important;
}
.formContenu {
  background-color: #f8f8f8;
}
.formContenu h1 {
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 800;
}
.formContenu h2 {
  text-transform: none;
  font-size: 20px;
  font-weight: 500;
}
.formContenu h3 {
  text-transform: none;
  font-size: 18px;
  font-weight: 300;
}
.formContenu h4 {
  text-transform: none;
  font-size: 16px;
  font-weight: 300;
}
.formContenu p {
  text-transform: none;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
.formContenu strong {
  font-weight: 700 !important;
}
.formContenu blockquote {
  text-transform: none;
  font-size: 12px;
  font-weight: 300;
}
.formContenu ul {
  text-transform: none;
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.formContenu li {
  text-transform: none;
  list-style-type: disc;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.listSelect {
  background-color: #353535 !important;
  color: white !important;
}
.blocMention {
  font-size: 12px;
  padding: 20px;
}
.blocMention p {
  font-size: 12px;
  padding-top: 0;
}
.blocMention b {
  font-weight: 700;
}
.blocMention h1 {
  font-size: 20px;
  font-weight: 800;
}
.blocMention h2 {
  font-size: 18px;
  padding-bottom: 0;
  padding-top: 15px;
  margin-bottom: 0;
  font-weight: 600;
}
.blocMention h3 {
  font-size: 16px;
  padding-bottom: 0;
  padding-top: 15px;
  margin-bottom: 0;
  font-weight: 500;
}
.blocLien {
  color: #000;
  text-align: center;
  height: 350px;
  text-align: center;
  background-image: url(../../../img/page/bulle_message.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 100%;
}
.menuBoard {
  padding: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
  width: 100%;
  border-bottom: 1px solid #dfdfdf;
  color: #000;
}
.menuBoard:hover {
  background-color: #b1b1b1;
  transition-duration: 0.3s;
  transition-property: background-color;
}
.menuBoard:hover i {
  color: #fff !important;
  transition-duration: 0.3s;
  transition-property: color;
}
.commandeContactArray {
  font-size: 14px;
}
.btnAdminSmall {
  font-size: 11px;
  border-radius: 5px;
  margin-bottom: 10px;
  width: 80px;
}
.btnAdminLarge {
  font-size: 10px;
  border-radius: 5px;
  margin-bottom: 10px;
  width: 160px;
}
.btnBloc {
  position: absolute;
  border-radius: 5px;
  font-size: 11px;
  z-index: 100;
  color: #fff;
  box-shadow: 0 -1px 4px 0 rgb(26 26 26 / 8%), 0 4px 8px 0 rgb(26 26 26 / 12%);
}
.blocTitreAdmin {
  margin-bottom: 40px;
  margin-top: 0;
}
.blocTitreAdmin h2 {
  background-color: #494949;
  color: #fff;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 5px;
  text-transform: uppercase;
  text-align: left;
  clear: both;
}
.blocTitreAdmin2 {
  margin-bottom: 40px;
  margin-top: 0;
}
.blocTitreAdmin2 h2 {
  background-color: #af3939;
  color: #fff;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 5px;
  text-transform: uppercase;
  text-align: left;
  clear: both;
}
.blocTitreAdmin3 {
  margin-bottom: 40px;
  margin-top: 0;
}
.blocTitreAdmin3 h2 {
  background-color: #0d2f7a;
  color: #fff;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 5px;
  text-transform: uppercase;
  text-align: left;
  clear: both;
}
.blocTitreTemplate {
  background-color: #494949;
  color: #fff;
  font-size: 16px;
  padding: 5px;
  text-transform: uppercase;
  clear: both;
  margin-top: 50px;
}
.blocTitreCatBoutik {
  background-color: #727272;
  color: #fff;
  font-size: 16px;
  padding: 5px;
  margin: 0;
  margin-top: 90px;
  min-height: 40px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.blocTitreCat {
  background-color: #858585;
  color: #fff;
  font-size: 16px;
  padding: 5px;
  margin: 0;
  margin-top: 20px;
  min-height: 40px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.blocTitreCat2 {
  background-color: #0d7994;
  color: #fff;
  font-size: 16px;
  padding: 5px;
  margin: 0;
  margin-top: 20px;
  min-height: 40px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.blocTitreCat3 {
  background-color: #94490d;
  color: #fff;
  font-size: 16px;
  padding: 5px;
  margin: 0;
  margin-top: 20px;
  min-height: 40px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.blocTitreCat4 {
  background-color: #555;
  color: #fff;
  font-size: 12px;
  padding: 5px;
  margin: 0;
  margin-top: 20px;
  min-height: 40px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.imgMessProfil {
  margin: auto;
  width: 40px !important;
  height: 40px !important;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.8);
  outline: 3px solid #fff;
  outline-offset: -2px;
}
.imgUserProfilEdit {
  margin: auto;
  width: 111px;
  height: 111px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
}
.imgUserProfilPres {
  margin: auto;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
}
.imgBgEdit {
  margin: auto;
  width: 222;
  height: 111px;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
}
.imgAvisProfil {
  margin: auto;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.8);
  outline: 3px solid #fff;
  outline-offset: -2px;
}
.fileBiblioNoSelect {
  border: 0;
}
.fileBiblioSelect {
  outline: 5px solid #38ce0b;
}
.btnBig {
  font-size: 18px;
  width: 100%;
}
footer {
  border-top: 5px solid #000;
  width: 100%;
  min-height: 250px;
  padding: 10px 0 25px 0;
}
footer p {
  font-size: 14px;
  color: #ccc;
  padding-bottom: 0;
  margin-bottom: 8px;
}
.footer_ul_amrc {
  margin: 0;
  list-style-type: none;
  font-size: 14px;
  padding: 0 0 10px 0;
  color: #ccc;
}
.footer_ul_amrc li {
  padding: 0 0 5px 0;
}
.footer_ul_amrc li a {
  color: #ccc;
}
.footer_ul_amrc li a:hover {
  color: #fff;
  text-decoration: none;
}
.col_white_amrc {
  color: #fff;
  font-weight: 800;
}
.pt2 {
  padding-top: 40px;
  margin-bottom: 20px;
}
.boxSignature {
  width: 600px;
  height: 600px;
}
@media (max-width: 992px) {
  .boxSignature {
    width: 100%;
    height: 40vh;
  }
}
.form-control {
  background-color: #fafafa;
}
.div-form-control {
  background-color: #fafafa;
}
.trumbowyg-editor-box {
  background-color: #fafafa;
}
.boxDropZone {
  background-color: #fafafa;
  border-style: dashed solid;
  font-size: 20px;
  font-weight: 400;
  border-color: #999;
  min-width: 150px;
  min-height: 250px;
  padding: 0;
  text-align: center;
}
.fileAriane {
  padding: 15px 0;
  background-color: #eee;
  min-height: 40px;
  font-size: 12px;
}
.fileAriane ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
.fileAriane ol li + li {
  padding-left: 10px;
}
.fileAriane ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}
.titreRapport {
  font-size: 15px;
  text-decoration: underline;
  text-transform: uppercase;
}
.btnEdit {
  position: relative;
  right: 10px;
  top: 10px;
  z-index: 501;
  background-color: red !important;
  font-size: 20px !important;
  border: 0;
  float: right;
}
.footerNavbar {
  z-index: 1010;
  box-shadow: 0 -1px 4px 0 rgb(26 26 26 / 8%), 0 4px 8px 0 rgb(26 26 26 / 12%);
  position: fixed;
  bottom: 0;
  background-color: #fff;
  font-weight: 300;
  font-size: 10px;
  height: 50px;
  width: 100%;
  padding: 10px;
  padding-bottom: 30px;
  padding-top: 10px;
}
.back-to-top {
  position: fixed;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  right: 20px;
  bottom: 20px;
  color: #fff;
  transition: display 0.5s ease-in-out;
  z-index: 99999;
}
.back-to-top i {
  font-size: 24px;
  position: absolute;
  top: 8px;
  left: 8px;
}
.back-to-top:hover {
  color: #fff !important;
  transition: background 0.2s ease-in-out;
}
.bandeau {
  position: absolute;
  z-index: 100;
  padding: 10px;
  margin: 0;
  left: 0;
  top: 0;
}
.error404Txt {
  padding: 20px;
  font-size: 18px;
  color: #000;
}
.menuSticky {
  text-align: center;
  padding-bottom: 20px;
  position: sticky;
  top: 60px;
  z-index: 1000;
}
.liMenu {
  padding-left: 80px;
}
.imgBgBoutik {
  width: 100%;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.notifMenu {
  background-color: red;
  border-radius: 25%;
  font-size: 10px;
  font-weight: 600;
  color: #fff;
  width: 12px;
  height: 20px;
  text-align: center;
  position: absolute;
  left: 5px;
  top: 0;
}
.notifMenuHeader {
  background-color: red;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  width: 18px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 25px;
}
.NotifMenuFooter {
  background-color: red;
  border-radius: 50%;
  font-size: 12px;
  color: #fff;
  width: 20px;
  text-align: center;
  position: absolute;
  right: 25%;
  top: 0;
}
.boxZoom {
  transition: transform 0.6s;
  cursor: pointer;
}
.boxZoom:hover {
  transition: transform 0.6s;
  -ms-transform: scale(1.03) translate(0);
  -webkit-transform: scale(1.03) translate(0);
  transform: scale(1.03) translate(0);
  padding-top: 0;
  padding: 0;
  cursor: pointer;
  z-index: 1000;
}
#animation_container {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#external-events {
  left: 20px;
  border: 1px solid #ccc;
  background: #eee;
  text-align: left;
}
#external-events h4 {
  font-size: 14px;
  margin-top: 0;
  padding-top: 1em;
}
.fc .fc-button {
  padding: 3px;
  margin: 1px;
  background-color: #7e7d7d;
}
.fc .fc-toolbar-title {
  font-size: 20px;
  font-weight: 800;
  color: #000;
}
.fc-icon {
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
}
.fc-prev-button {
  background-color: #fff !important;
  border: 1px solid #efefef;
  color: #000 !important;
  padding: 10px;
}
.fc-next-button {
  background-color: #fff !important;
  border: 1px solid #efefef;
  color: #000 !important;
}
#external-events .fc-event {
  margin: 3px 0;
  cursor: move;
}
.fc .fc-toolbar.fc-header-toolbar {
  margin: 0;
  background-color: #efefef;
}
.pc_planning {
  visibility: visible;
}
.mobile_planning {
  visibility: hidden;
  display: none;
}
@media (max-width: 500px) {
  .mobile_planning {
    visibility: visible;
    display: block;
  }
  .pc_planning {
    visibility: hidden;
    display: none;
  }
}
@media (max-width: 992px) {
  .commandeContactArray {
    font-size: 12px;
  }
  .notifMenu {
    left: 0;
    top: 10px;
  }
  .notifMenuHeader {
    right: 50px;
    top: 25px;
  }
  .back-to-top {
    right: 10px;
    bottom: 10px;
  }
  .connect {
    right: 10px;
    bottom: 60px;
  }
  .bx {
    padding-top: 15px;
  }
  .mobile {
    visibility: visible;
    display: block;
  }
  .pc {
    visibility: hidden;
    display: none;
  }
  .liMenu {
    padding-left: 2px;
  }
  .formContenu h1 {
    font-size: 22px;
  }
  .formContenu h2 {
    font-size: 18px;
  }
  .formContenu h3 {
    font-size: 16px;
  }
}
#previewCapturePhoto {
  width: 100%;
  height: 33%;
  object-fit: cover;
  display: none;
}
#photoContainer img {
  width: 100px;
  height: auto;
  margin-top: 10px;
}
#photoContainerPage img {
  width: 100px;
  height: auto;
  margin-top: 10px;
}
.imgUploadClass {
  margin: auto;
  height: 120px;
  width: 120px;
  text-align: center;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  margin-top: 30px;
  margin-bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
