.page-container .container-xxl {
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}
.page-container .container-xxl .row,
.page-container .container-xxl .col {
  padding: 0 !important;
  margin: 0 !important;
}

.modal-backdrop.fade:not(.show) {
  pointer-events: none;
}

.color-outiller {
  color: #c63f5b !important;
}

.color-agir {
  color: #d95b35 !important;
}

.color-partager {
  color: #db8700 !important;
}

#guideKanban {
  display: flex;
}
#guideKanban h2 {
  font-size: 24px;
  margin: 0;
  padding: 0 15px 20px;
  text-transform: initial;
}
@media screen and (max-width: 1200px) {
  #guideKanban h2 {
    padding: 0 10px 20px;
  }
}
#guideKanban h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  margin: 0;
}
#guideKanban .list-group-item {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  margin-bottom: 13px;
}
#guideKanban .list-group-item.filtered {
  display: none;
}
#guideKanban .list-group-item__header {
  border-bottom: 1px solid #ededef;
  justify-content: space-between;
}
#guideKanban .list-group-item__header .item-categ {
  font-family: brandon-grotesque;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 8px 0px 7px 13px;
}
#guideKanban .list-group-item__header .item-close {
  background-color: #fff;
  border: 0;
  font-size: 28px;
  line-height: 0;
  font-weight: 300;
  padding: 8px 13px 7px 0px;
  color: #1a1a1a;
  cursor: pointer;
}
#guideKanban .list-group-item__body {
  color: #1a1a1a;
  font-size: 0.9em;
  padding: 13px 13px 12px;
}
#guideKanban .list-group-item__footer {
  border-top: 1px solid #ededef;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 13px;
  position: relative;
}
#guideKanban .list-group-item__footer .item-plus {
  font-size: 12px;
  font-weight: bold;
  background-color: transparent;
  border: 1px solid #344391;
  color: #344391;
  border-radius: 3px;
  padding: 4px 15px 4px 25px;
  position: relative;
  margin: 0;
}
@media screen and (max-width: 1200px) {
  #guideKanban .list-group-item__footer .item-plus {
    padding: 4px 8px 4px 22px;
  }
}
#guideKanban .list-group-item__footer .item-plus::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 7px;
  height: 12px;
  width: 12px;
  background: url(assets/img/plus.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}
#guideKanban .list-group-item__footer .item-plus:hover {
  color: #fff;
  background-color: #344391;
}
#guideKanban .list-group-item__footer .item-plus:hover::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 7px;
  height: 12px;
  width: 12px;
  background: url(assets/img/plus-white.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}
#guideKanban .list-group-item__footer .item-note {
  position: relative;
  font-size: 11px;
  font-weight: 500;
  display: flex;
  align-items: center;
  margin-right: 10px;
}
@media screen and (max-width: 1200px) {
  #guideKanban .list-group-item__footer .item-note {
    margin-right: 5px;
  }
}
#guideKanban .list-group-item__footer .item-note::before {
  content: "";
  background: url(assets/img/note.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  width: 10px;
  height: 10px;
  right: -10px;
  margin-right: 5px;
  bottom: 0;
}
#guideKanban .list-group-item__footer .item-note.has-note {
  color: #4e9b63;
}
#guideKanban .list-group-item__footer .item-note.has-note::before {
  content: "";
  background: url(assets/img/note-green.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  width: 10px;
  height: 10px;
  right: -10px;
  margin-right: 5px;
  bottom: 0;
}
#guideKanban .subcateg-container,
#guideKanban .sorting-container {
  border-bottom: 2px solid #fff;
}
#guideKanban .subcateg-container .tab-content,
#guideKanban .sorting-container .tab-content {
  padding: 0 15px 2px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  #guideKanban .subcateg-container .tab-content,
  #guideKanban .sorting-container .tab-content {
    padding: 0 10px 2px;
  }
}
#guideKanban .subcateg-container .tab__title,
#guideKanban .sorting-container .tab__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: border 0.225s ease-in-out;
  cursor: pointer;
  position: relative;
}
#guideKanban .subcateg-container .tab__title::before, #guideKanban .subcateg-container .tab__title::after,
#guideKanban .sorting-container .tab__title::before,
#guideKanban .sorting-container .tab__title::after {
  background-color: #c63f5b;
  content: "";
  position: absolute;
  transition: transform 0.225s ease-out;
  border-radius: 10px;
}
#guideKanban .subcateg-container .tab__title::before,
#guideKanban .sorting-container .tab__title::before {
  height: 20px;
  right: 30px;
  top: 22px;
  width: 2px;
}
@media screen and (max-width: 1200px) {
  #guideKanban .subcateg-container .tab__title::before,
  #guideKanban .sorting-container .tab__title::before {
    right: 25px;
  }
}
#guideKanban .subcateg-container .tab__title::after,
#guideKanban .sorting-container .tab__title::after {
  height: 2px;
  right: 21px;
  top: 31px;
  width: 20px;
}
@media screen and (max-width: 1200px) {
  #guideKanban .subcateg-container .tab__title::after,
  #guideKanban .sorting-container .tab__title::after {
    right: 16px;
  }
}
#guideKanban .subcateg-container .tab__title.open::before,
#guideKanban .sorting-container .tab__title.open::before {
  transform: rotate3d(0, 0, 1, 90deg);
}
#guideKanban .subcateg-container .tab__title.open::after,
#guideKanban .sorting-container .tab__title.open::after {
  transform: rotate3d(0, 0, 1, 180deg);
}
#guideKanban .subcateg-container .list-group-item__header,
#guideKanban .sorting-container .list-group-item__header {
  display: none;
}
#guideKanban .subcateg-container .tab__title,
#guideKanban .sorting-container .tab__title {
  padding: 20px;
}
@media screen and (max-width: 1200px) {
  #guideKanban .subcateg-container .tab__title,
  #guideKanban .sorting-container .tab__title {
    padding: 15px 10px;
  }
}
#guideKanban .subcateg-container .tab__title .subcat__name-title,
#guideKanban .sorting-container .tab__title .subcat__name-title {
  text-align: unset;
  max-width: 75%;
  color: currentColor;
}
#guideKanban #origin-column {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
  padding: 30px 15px;
  max-width: 75%;
  width: 75%;
}
@media screen and (min-width: 1400px) {
  #guideKanban #origin-column {
    grid-gap: 30px;
    padding: 30px;
  }
}
#guideKanban #origin-column .subcateg-container:last-child {
  border-bottom: 0;
}
#guideKanban .tab-content {
  border-radius: 14px;
}
#guideKanban .tab.tab-outiller > .tab-content {
  background-color: rgba(198, 63, 91, 0.15);
}
#guideKanban .tab.tab-outiller h3 {
  color: #c63f5b;
}
#guideKanban .tab.tab-outiller h3::before, #guideKanban .tab.tab-outiller h3::after {
  background-color: #c63f5b;
}
#guideKanban .tab.tab-agir > .tab-content {
  background-color: rgba(217, 91, 53, 0.15);
}
#guideKanban .tab.tab-agir h3 {
  color: #d95b35;
}
#guideKanban .tab.tab-agir h3::before, #guideKanban .tab.tab-agir h3::after {
  background-color: #d95b35;
}
#guideKanban .tab.tab-partager > .tab-content {
  background-color: rgba(219, 135, 0, 0.15);
}
#guideKanban .tab.tab-partager h3 {
  color: #db8700;
}
#guideKanban .tab.tab-partager h3::before, #guideKanban .tab.tab-partager h3::after {
  background-color: #db8700;
}
#guideKanban .tab.tab-teacher > .tab-content {
  background-color: rgba(52, 67, 145, 0.15);
}
#guideKanban .tab.tab-teacher h3 {
  color: #344391;
}
#guideKanban .tab.tab-teacher h3::before, #guideKanban .tab.tab-teacher h3::after {
  background-color: #344391;
}
#guideKanban #teacher-column {
  display: flex;
  flex-direction: column;
  max-width: 25%;
  width: 25%;
  background-color: rgba(77, 61, 124, 0.1);
}
#guideKanban #teacher-column .teacher-column__top-wrapper {
  position: relative;
  background-color: #cdc8d9;
  padding: 30px 0;
}
#guideKanban #teacher-column .teacher-column__title {
  color: #344391;
}
#guideKanban #teacher-column .teacher-column__top-button {
  display: flex;
  position: relative;
}
@media screen and (max-width: 1200px) {
  #guideKanban #teacher-column .teacher-column__top-button {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 8px;
    padding-left: 10px;
  }
}
#guideKanban #teacher-column .teacher-column__save {
  background-color: #4e9b63;
  background-image: url(assets/img/save.svg);
  background-repeat: no-repeat;
  background-size: 12px auto;
  background-position: 0.5rem center;
  border-color: #4e9b63;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  padding: 0.45rem 0.55rem 0.45rem calc(1rem + 12px);
  position: relative;
  margin: 0 10px 0 15px;
  transition: all ease-in-out 0.2s;
  text-transform: uppercase;
}
@media screen and (max-width: 1200px) {
  #guideKanban #teacher-column .teacher-column__save {
    margin: 0;
  }
}
#guideKanban #teacher-column .teacher-column__save.loading {
  background-color: rgba(78, 155, 99, 0.2);
  border-color: rgba(78, 155, 99, 0.2);
  pointer-events: none;
}
#guideKanban #teacher-column .teacher-column__download {
  background-color: #4d3d7c;
  background-image: url(assets/img/download.svg);
  background-repeat: no-repeat;
  background-size: 12px auto;
  background-position: 0.5rem center;
  border-color: #4d3d7c;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  padding: 0.45rem 0.55rem 0.45rem calc(1rem + 12px);
  position: relative;
  text-transform: uppercase;
  transition: all ease-in-out 0.2s;
}
@media screen and (max-width: 1200px) {
  #guideKanban #teacher-column .teacher-column__download {
    margin-top: 10px;
  }
}
#guideKanban #teacher-column .teacher-column__download.loading {
  background-color: rgba(77, 61, 124, 0.2);
  border-color: rgba(77, 61, 124, 0.2);
  pointer-events: none;
}
#guideKanban #teacher-column #save-guide-message {
  color: #3d794d;
  display: none;
  font-weight: 500;
  font-size: 18px;
  padding: 20px 20px 0;
}
@media screen and (max-width: 1200px) {
  #guideKanban #teacher-column #save-guide-message {
    font-size: 16px;
    padding: 15px 10px 0;
  }
}
#guideKanban #teacher-column .sorting-container .item-container {
  min-height: 45px;
}
#guideKanban #teacher-column .sorting-container .list-group-item__header {
  display: flex;
}

/**************************\
  Basic Modal Styles
\**************************/
.micromodal {
  position: relative;
  z-index: 9999;
}

.micromodal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
}

.micromodal__container .micromodal__content .item-categ {
  font-family: brandon-grotesque;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
.micromodal__container .micromodal__content p {
  text-align: unset !important;
  color: #1a1a1a;
}
.micromodal__container .micromodal__content a {
  color: #344391;
}
.micromodal__container .micromodal__content a:hover {
  color: #c63f5b;
}
.micromodal__container .micromodal__content .item-notes {
  display: flex;
  flex-direction: column;
}
.micromodal__container .micromodal__content .item-notes__title {
  background-color: transparent !important;
  border: 0 !important;
  margin-bottom: 10px;
  font-family: brandon-grotesque;
  font-size: 18px;
  font-weight: 700;
  color: #1a1a1a;
}
.micromodal__container .micromodal__content .item-notes__textarea {
  font-family: inherit;
  font-size: 1.15rem;
  padding: 15px;
  resize: none;
  width: 100%;
  height: 170px;
  margin-bottom: 1rem;
  border: 1px solid #d5d5d5;
}
.micromodal__container .micromodal__content .item-notes__savearea {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  min-height: 26px;
}
.micromodal__container .micromodal__content .item-notes__save {
  text-transform: uppercase;
  background-color: #4e9b63 !important;
  background-image: url(assets/img/note-white.svg);
  background-repeat: no-repeat;
  background-size: 12px auto;
  background-position: 0.5rem center;
  border-color: #4e9b63;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  padding: 0.45rem 0.55rem 0.45rem calc(1rem + 12px);
  color: #fff !important;
  position: relative;
}
.micromodal__container .micromodal__content .item-notes__save.loading {
  opacity: 0.25;
  pointer-events: none;
}
.micromodal__container .micromodal__content .item-notes .save-note-message {
  color: #3d794d;
  display: none;
  font-weight: 500;
  font-size: 18px;
  padding: 0 20px 0 0;
  text-align: right;
}
@media screen and (max-width: 1200px) {
  .micromodal__container .micromodal__content .item-notes .save-note-message {
    font-size: 16px;
    padding: 15px 10px 0;
  }
}

/* *** PDF *** */
#pdf-parent {
  height: 0;
  overflow: hidden;
}

#pdf-container {
  font-size: 16px;
  line-height: 1.5;
  width: 720px;
}
#pdf-container iframe {
  display: none;
}
#pdf-container h2 {
  font-size: 24px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 30px;
}
#pdf-container h3 {
  display: block;
  font-size: 19px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 8px;
  padding: 0;
}
#pdf-container a {
  color: #344391 !important;
  text-decoration: underline !important;
}
#pdf-container ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#pdf-container ul li {
  background-color: #f0f1f4;
  box-shadow: 0 3px 3px -1px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  font-size: 16px;
  line-height: 1.5;
  margin: 15px 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px;
  align-items: flex-start;
  page-break-inside: avoid;
}
#pdf-container ul li > div {
  padding: 15px;
}
#pdf-container ul li:last-child {
  margin-bottom: 0;
}
#pdf-container ul li p {
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  margin-top: 0;
}
#pdf-container ul li p:last-child {
  margin-bottom: 0;
}
#pdf-container .break-avoid {
  page-break-inside: avoid;
}
#pdf-container .pdf-notes {
  border-left: 1px dotted #bbb;
  height: 100%;
  min-height: 200px;
}

#guide-logged-out {
  padding: 40px 60px 60px;
}