/* LOGIN FORM VALIDATION */
.mt-6 {
  margin-top: 5rem;
}
.generic-logo {
  height: 30px;
}
.p-logo {
  padding-top: 4px;
}
.pt-name {
  padding-top: 2px;
}
.generic-logo-universite {
  max-height: 35px;
}
.light-logo-form {
  height: 20px;
}

.light-logo-text {
  height: 15px
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #ffb300;
}

.sidebar-nav>#sidebarnav>.sidebar-item.selected>.sidebar-link, .sidebar-nav>#sidebarnav>.sidebar-item>.sidebar-link:hover {
  border-left: 2px solid #F08016;
}

.card, .navbar-collapse {
  box-shadow: 0px 4px 16px rgba(17, 17, 26, 0.05), 0px 8px 32px rgba(17, 17, 26, 0.05);
}

.left-sidebar {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16), 0 3px 10px rgba(0, 0, 0, 0.23);
}

@media (min-width: 1200px) and (max-width: 1920px) {
  .container {
    max-width: 1700px;
  }
}

.bg-grey-table {
  background-color: #f5f5f5;
}


.btn {
  padding: 0.5rem;
  border-radius: 100px;
  font-size: 1rem;
}

.btn-nav {
  background-color: white;
  color: #2F4F4F;
  font-size: 0.8rem;
  line-height: 0.5;
}

.btn-dropdown-nav {
  background-color: transparent;
  border: 0;
  box-shadow: none;
  color: white;
  font-size: .81rem;
  line-height: 0.5;
  margin: 1.3rem 0 .375rem 0;
  padding: 0 1rem 0 3rem;
  text-transform: lowercase;
}

/* .img-avatar-modal {
  background-image: url('https://mdbootstrap.com/img/Photos/Avatars/img%20%2810%29.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  border: 5px #ff6d00 solid;
  border-radius: 100px;
  height: 100px;
  margin: auto;
  width: 100px;
} */

.card,
.card .card-body h1,
.card .card-body h2,
.card .card-body h3,
.card .card-body h4,
.card .card-body h5,
.card .card-body h6 {
  font-weight: 300;
}

.margin-top-90 {
  margin-top: 90px;
}

.max-height-50 {
  max-height: 50px;
}

.mh-150 {
  max-height: 150px;
}

.fa-2x {
  font-size: 1.5em;
}

.card {
  border-radius: 10px;
}

.border-radius-lessons:last-child {
  border-radius: 1.1rem;
}

/**** -------- Carousel ------- ****/

.owl-carousel .owl-stage-outer {
  margin: 0px -2px;
  padding: 0px 2px;
}

#owl-demo .item{
  background: #a1def8;
  padding: 30px 0px;
  display: block;
  margin: 5px;
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}

@media (min-width: 576px) {
  .w-sm-50 {
    width: 50% !important;
  }
}

/**** -------- Navigation Carousel ------- ****/

/* .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    font-family: 'fontAwesome';
}
.owl-carousel .owl-nav .owl-prev:before{
    content: "\f053";
    margin-right:10px;
}
.owl-carousel .owl-nav .owl-next:after{
    content: "\f054";
    margin-right:10px;
} */



/**** ------- Style color ------ ****/

.grey-text {
  color: #6c757d;
}

/**** -------- Style Modal ------- ****/

.modal-content {
  border: none;
  border-radius: 15px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);

}

/**** -------- For crop image ------- ****/

.view-fit {
  object-fit: cover;
}

/*------------ INPUT UPLOAD ----------------- */

.fileUpload {
    position: relative;
    overflow: hidden;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.form-control:disabled, .form-control[readonly] {
  background-color: rgba(233, 236, 239, .5);
  border-radius: 10px 0 0 10px !important;
}

/*** DROPDOWN MENU ***/

.dropdown-menu {
  padding: 0;
  margin: 0;
  border-radius: 5px;
  top: 5px !important;
}

.mailbox .message-center {
  height: 100%;
}

.bg-notification {
  background: url('../../assets/images/bg-notification.svg');
  background-repeat: no-repeat;
  background-size: cover;
}


/*** EA ***/

.bg-ea-success {
  background: url('../../assets/images/ea-success.svg');
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 50px;
  border-radius: 1.1rem 0 0 1.1rem;
  background-position: 0px;
  background-origin: content-box;
}

.bg-ea-danger {
  background: url('../../assets/images/ea-danger.svg');
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 50px;
  border-radius: 1.1rem 0 0 1.1rem;
  background-position: 0px;
  background-origin: content-box;
}

.bg-ea-caution {
  background: url('../../assets/images/ea-caution.svg');
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 50px;
  border-radius: 1.1rem 0 0 1.1rem;
  background-position: 0px;
  background-origin: content-box;
}

.add-ea {
  max-height: 70px;
  border-radius: 14px;
  border: 2px solid rgba(0,0,0,0.3);
  border-style: dotted dashed;
  background: white;
  padding: 20px 20px;
}
.btn-ea  {
  box-shadow: none !important;
}
.pos-info {
  top: -10px;
}

/**** LESSONS (a supprimer sur le long terme) ***/

.bg-lessons {
  max-height: 200px;
  object-fit: cover;
  border-radius: 1.1rem 0 0 1.1rem;
}

/***** IMAGE CLASSROOM ***/

.bg-classroom {
  background-color: #E3EEFA;
}

.classroom-icon {
  height: 80px;
}

.classroom-image {
  background: url('../../assets/images/classroom-v3.svg');
  background-repeat: no-repeat;
  min-height: 150px;
  background-size: 90%;
  border-radius: 1.1rem 0 0 1.1rem;
  background-position: 10px;
  background-origin: content-box;
}

/*** DISPLAY LOGO MOBILE ***/

@media (max-width: 768px) {
  .display-pc {
      display: none;
  }
  .display-mobile {
    display: block;
  }
  .height-30 {
    height: 35px;
  }
}
@media (min-width: 768px) {
  .display-pc {
      display: block;
  }
  .display-mobile {
    display: none;
  }
  .margin-cover {
    margin-left: 65px;
  }
}

/* ADD Z-INDEX WHEN MENU OPEN */

.z-100 {
  z-index: 100 !important;
}


@media (min-width: 768px) {
  .padding-menu {
    padding: 20px 30px 20px 110px;
  }
  .padding-open-iframe {
    padding: 0;
  }
  .padding-menu-iframe {
    padding: 0 0 0 65px;
  }
}

/*** IFRAME PAGE ****/

.iframe-container {
  height: calc(100vh - 71px);
}

@media (max-width: 768px) {
  .page-iframe {
    padding: 0;
  }
}

.help-menu {
  position: absolute;
  bottom: 0;
  width: 250px;
}

/**** HEADER ****/
#main-wrapper[data-layout=vertical] .topbar .navbar-collapse[data-navbarbg=skin6],
#main-wrapper[data-layout=vertical] .topbar[data-navbarbg=skin6],
#main-wrapper[data-layout=horizontal] .topbar .navbar-collapse[data-navbarbg=skin6],
#main-wrapper[data-layout=horizontal] .topbar[data-navbarbg=skin6] {
  background-color: #333333;
}

.bg-page {
  position: fixed;
}

@media (min-width: 766px) {
  .bg-header {
    height: 90px;
    position: fixed;
    top: -33px;
    right: 0;
  }
}
@media (max-width: 766px) {
  .bg-header {
    height: 90px;
    position: fixed;
    top: 35px;
    right: 0;
  }
}


/**** APP RESUME ***/

.negative-margin {
  position: relative;
  margin-top: -75px;
}

.avatar-wrapper {
  width: 200px;
  margin:auto;
}

.point-resume {
  width: 20px;
  margin: -10px 5px 0 10px;
}

.box-shadow-resume {
  box-shadow: -3px 0px 8px 0px rgba(0,0,0,0.10);
}

.lh-2 {
  line-height: 2;
}

.br-100 {
  border-radius: 1.1rem;
}

.br-bloc {
  border-radius: 1.1rem 0 0 1.1rem;
}

.pt-table {
  padding-top: 22px !important;
}

.pt-a {
  padding-top: 12px;
}

/***** TROMBI *****/

.position-icon-user {
  position: absolute;
  right: 30px;
}

.owl-nav {
  text-align: center;
}

.no-shadow {
  box-shadow: none;
}


.cover-content-seance {
  background-image: url('../../assets/images/bar-profil.png');
  background-position: center;
  background-repeat: no-repeat;
  height: 200px;
  background-size: cover;
}

.nav-pills .nav-link {
    border-radius: 2px;
}

.icons-indicators {
  width: 40px;
  height: 40px;
}

.img-prof {
  width: 40px;
  height: 40px;
  border-radius: 30px;
}

.img-trombi {
  width: 120px;
  height: 120px;
  border-radius: 100px;
}

@media (min-width: 992px) {
  .h-100vh {
    min-height: 100vh;
  }
  .nav-h-100vh {
    min-height: calc(100vh - 250px);
  }
}



/* .bg-title {
  background-image: url("../../assets/images/bg-bloc-secondary.svg");
  background-repeat: no-repeat;
  background-position: right;
  background-size: 180px;
}

.bg-title-success {
  background-image: url("../../assets/images/bg-bloc-success.svg");
  background-repeat: no-repeat;
  background-position: right;
  background-size: 180px;
} */
/*
div.dataTables_wrapper div.dataTables_paginate {
  padding: 1rem 1.8rem 1.5rem 0;
} */

/* div.dataTables_wrapper div.dataTables_paginate {
  position: fixed;
  right: 30px;
  margin-top: 20px;
} */

.img_default_project {
  background-image: url("../../assets/images/project.svg");
  background-size: cover;
}

/**** DOT MENU *****/

.btn-group > .dropdown-toggle::after {
  display: none;
}


.side-stick {
    position: absolute;
    width: 3px;
    height: 35px;
    left: -10px;
    background-color: rgba(79,84,103,.5);
}

/***** CHOIX DE PARCOURS *****/

.cursor-pointer {
  cursor: pointer;
}

.progress {
  height: 15px;
  border-radius: 100px;
}

.icon-parcours {
  width: 100px;
  height: 100px;
}

.icon-action {
  width: 65px;
  height: 65px;
}

.is-animated {
  animation: .3s zoom-in;
}

@keyframes zoom-in {
  0% {
   transform: scale(.1);
  }
  100% {
    transform: none;
  }
}

.badge-doc-change {
  padding: .25em .4em;
  font-size: 75%;
  text-align: center;
  border-radius: 10px;
  background-color: rgba(240, 128, 22, .7);
  color: #FFF4EA;
}

.badge-doc-success {
  padding: .25em .4em;
  font-size: 75%;
  text-align: center;
  border-radius: 10px;
  background-color: rgba(52, 196, 113, .7);
  color: #FFF4EA;
}

.text-truncate {
  max-width: 350px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.text-truncate-uploadList {
  max-width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#mobile_menu_konosys_portail_v3 {
  padding: 20px;
}

#mobile_menu_konosys_portail_v3 > li {
  display: none;
}

/* .btn-primary.focus, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
  box-shadow: 0 3px 6px rgb(0 0 0 / 10%), 0 3px 6px rgb(0 0 0 / 15%);
} */

/* @media (min-width: 575px) {
  .text-right-button {
    text-align: right;
  }
} */
@media (min-width: 576px) {
  .text-right-boutique {
    text-align: right;
  }
}

@media (min-width: 1200px) {
  .absolute-bt {
    position: absolute;
    top: 25px;
    right: 15px;
  }
  .text-right-button {
    text-align: right;
  }
}

@media (min-width: 767px) and (max-width: 991px) {
  .text-right-button {
    text-align: right;
  }
}

.btn-add-d {
  width: 40px;
  height: 40px;
}

.img-seance-prof {
  width: 60px;
  height: 60px;
  object-fit: cover;
}

.img-rounded-table {
  width: 40px;
  height: 40px;
  object-fit: cover;
}

.card-img-ds {
  width: 75px !important;
  height: 75px !important;
  object-fit: cover;
}

.pt-name-img {
  padding-top: 10px;
}

@media (min-width: 992px) {
  .pt-filter-p {
    padding-top: 2rem;
  }
  .text-right-992  {
    text-align: right;
  }
}

.min-w-detail {
  min-width: 70px;
}

.min-w-detail-multiple {
  min-width: 100px;
}

.min-w-detail-xl {
  min-width: 150px;
}

.min-w-print {
  min-width: 85px;
}

.mw-200 {
  max-width: 200px;
}
.mw-300 {
  max-width: 300px;
}

.title-cover {
  max-width: 700px;
  margin: 40px auto auto auto;
}

.w-note {
  min-width: 80px;
}

.w-appreciation {
  min-width: 100px;
}

.br-indicator {
  border-radius: 10px 0 0 10px;
}

.w-editor-mail {
  max-height: 250px;
  min-height: 200px;
}

.font-35 {
  font-size: 35px;
}

.product-no-file {
  background: linear-gradient(45deg, rgba(190,62,130,1) 0%, rgba(232,54,114,1) 100%);
  height: 100px;
  width: 100%;
  border-radius: 1.1rem 1.1rem 0 0;
}

@media (min-width: 1600px) {
  .abs-hr-step1 {
    position: absolute;
    top: 8px;
    width: 82%;
    right: 12px;
  }
  .abs-hr-step2 {
    position: absolute;
    top: 8px;
    width: 91%;
    right: 12px;
  }
}
@media (max-width: 768px) {
  .step-shop {
    display: none;
  }
}
@media (max-width: 1600px) {
  .abs-hr-step1 {
    position: absolute;
    top: 8px;
    width: 84%;
    right: 12px;
  }
  .abs-hr-step2 {
    position: absolute;
    top: 8px;
    width: 84%;
    right: 12px;
  }
}
@media (min-width: 1300px) {
  .mw-actuality {
    max-width: 400px;
  }
}

@media (max-width: 1300px) {
  .mw-actuality {
    max-width: 300px;
  }
}

@media (max-width: 992px) {
  .mw-actuality {
    display: none;
  }
}

.img-actuality {
  width: 50px !important;
  height: 50px;
  object-fit: cover;
}

.min-w-lt {
  min-width: 200px;
}

.lh-15 {
  line-height: 15px;
}

@media (max-width: 575px) {
  .text-center-infotab {
    text-align: center;
  }
}

.select2-selection--multiple{
    overflow: hidden !important;
    height: auto !important;
}

/*
i wish this required CSS was better documented :(
https://github.com/FezVrasta/popper.js/issues/674
derived from this CSS on this page: https://popper.js.org/tooltip-examples.html
*/

.popper,
.tooltip {
  position: absolute;
  z-index: 9999;
  background: #FFFFFF;
  color: black;
  /* width: 150px; */
  border-radius: 3px;
  box-shadow: 0px 4px 16px rgb(17 17 26 / 5%), 0px 8px 32px rgb(17 17 26 / 5%);
  padding: 10px;
  text-align: center;
}
.style5 .tooltip {
  color: #FFFFFF;
  max-width: 200px;
  width: auto;
  font-size: .8rem;
  padding: .5em 1em;
}
.popper .popper__arrow,
.tooltip .tooltip-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: 5px;
}

.tooltip .tooltip-arrow,
.popper .popper__arrow {
  border-color: #FFFFFF;
}
.style5 .tooltip .tooltip-arrow {
  border-color: #FFFFFF;
}
.popper[x-placement^="top"],
.tooltip[x-placement^="top"] {
  margin-bottom: 15px;
}
.popper[x-placement^="top"] .popper__arrow,
.tooltip[x-placement^="top"] .tooltip-arrow {
  border-width: 5px 5px 0 5px;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  bottom: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}
.popper[x-placement^="bottom"],
.tooltip[x-placement^="bottom"] {
  margin-top: 5px;
}
.tooltip[x-placement^="bottom"] .tooltip-arrow,
.popper[x-placement^="bottom"] .popper__arrow {
  border-width: 0 5px 5px 5px;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: transparent;
  top: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}
.tooltip[x-placement^="right"],
.popper[x-placement^="right"] {
  margin-left: 5px;
}
.popper[x-placement^="right"] .popper__arrow,
.tooltip[x-placement^="right"] .tooltip-arrow {
  border-width: 5px 5px 5px 0;
  border-left-color: transparent;
  border-top-color: transparent;
  border-bottom-color: transparent;
  left: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}
.popper[x-placement^="left"],
.tooltip[x-placement^="left"] {
  margin-right: 5px;
}
.popper[x-placement^="left"] .popper__arrow,
.tooltip[x-placement^="left"] .tooltip-arrow {
  border-width: 5px 0 5px 5px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  right: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}

.lh-menu {
  line-height: 1.4;
}

.img-profile {
  width: 200px;
  height: 200px;
  object-fit: cover;
}

.fc-popover.fc-more-popover {
  height: 360px;
}

.fc-popover.fc-more-popover > .fc-body > div {
  max-height: 300px;
  overflow-y: auto;
}


/***** New btn secondary for list ****/

/*** A modifier pour généraliser car pas correct ***/
.btn-list {
  min-width: 210px;
}
/***-----***/
.btn-success-table {
  font-size: 15px;
  font-weight: 500;
  background-color: var(--color-success-light);
  padding: 5px 10px;
  border-radius: 5px;
  max-width: 150px;
  display: inherit;
}

.btn-success-table:hover {
  background-color: var(--color-success-light-hover);
}

.btn-danger-table {
  font-size: 15px;
  font-weight: 500;
  background-color: var(--color-danger-light);
  padding: 5px 10px;
  border-radius: 5px;
  max-width: 150px;
  display: inherit;
}

.btn-danger-table:hover {
  background-color: var(--color-danger-light-hover);
}

.btn-info-table {
  font-size: 15px;
  font-weight: 500;
  background-color: var(--color-info-light);
  padding: 5px 10px;
  border-radius: 5px;
  max-width: 150px;
  display: inherit;
}

.btn-info-table:hover {
  background-color: var(--color-info-light-hover);
}

.w-35 {
  width: 35px;
}

/**** Indicators dashboard ***/

.bg-indicators-1 {
  background-color: #829fd8;
  border: .5px solid var(--color-primary);
  box-shadow: none;
}

.bg-indicators-2 {
  background-color: #5B6673;
  border: .5px solid var(--color-secondary);
  box-shadow: none;
}

.bg-indicators-3 {
  background-color: #a57cbc;
  border: .5px solid var(--color-third);
  box-shadow: none;
}

.bg-indicators-img {
  background-image: url("../../assets/images/dashboard/indicators-1.svg");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 150px;
}

@media (max-width: 991px) {
  .img-ds-block {
    display: none;
  }
}


/****** Collapse modal ******/

.collapse-modal {
  position: relative;
  border: 1px dashed var(--color-grey);
  padding: 10px;
  border-radius: .625rem;
  margin: 10px;
}

.collapse-modal[aria-expanded="true"] {
  border: 1px solid var(--color-primary);
}

.collapse-modal:hover > .icon-modal > i {
  color: var(--color-primary-hover);
  transition: 0.5s;
}

.collapse-modal[aria-expanded="true"] > .icon-modal > i {
  color: var(--color-primary);
}

.collapse-modal[aria-expanded="true"] > .collapse-bar-active {
  height: 4px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0 0 .625rem .625rem;
  background-color: var(--color-primary);
}

/*** Disabled collapse element ***/
.no-collapsable > .icon-modal > i,  .no-collapsable:hover > .icon-modal > i  {
  color: var(--color-light-grey);
}
.no-collapsable > .disabled-text {
  color: var(--color-light-grey);
}

/*** For multi modal ****/
.modal { overflow: auto !important; }

/*** LOADING ***/

.load-p {
  padding: 70px 0 10px 0;
}

#preloader-load {
  
    width: 100%;
    height: 100%;
}
#loader-load {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: var(--color-primary);
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
#loader-load:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #1374BA;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}
#loader-load:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: var(--color-third);
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/**** Overwrite collapser ***/
.btn-collapser {
  text-decoration: none !important;
}

.btn-collapser:hover {
  color: var(--color-primary) !important;
}

.br-5 {
  border-radius: 10px !important;
}

.accordion .card:first-of-type {
  border-bottom: 1px solid var(--color-primary) !important;
}
.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 1px solid var(--color-primary) !important;
}

.label-token {
  font-size: 15px;
  font-weight: 500;
  padding: 6px 10px;
  border-radius: 5px;
  max-width: 150px;
  display: inherit;
}

/*** STATS DASHBOARD ***/

.stat-dashboard {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  height: 80px;
}

.stat-dashboard-tiles {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
  height: 70%;
}

.stat-dashboard-tiles-2 {
  position: absolute;
  bottom: 0;
  right: 20px;
  z-index: 0;
  height: 80%;
}
.mw-320 {
  min-width: 320px;
}

.gap-1 {
  gap: 1rem;
}

/**** input control color ****/


.group-color{
  background: white;
  border: 1px solid black;
  display: flex;
  flex-direction: column;
}

.group-color .info{
  padding: 1em .5em;
}

.group-color h1{
  margin: 0;
  text-transform: uppercase;
}

.group-color h2{
  font-weight: normal;
  margin: 0;
}

input[type="color"] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: 0;
  cursor: pointer;
  height: 5em;
  padding: 0;
  width: 100%;
}

*:focus{
  /*border-radius: 0;*/
  outline: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-webkit-color-swatch{
  border: 0;
  border-radius: 0;
}

::-moz-color-swatch,
::-moz-focus-inner{
  border: 0;
}

::-moz-focus-inner{
  padding: 0;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  animation: slideY .6s both;
}

@media screen and (max-width: 1300px) {
  .card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 991px) {
  .card-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
/* ── Filtres compétences : contraste bouton actif ─────────────────────────── */
#filtre-type .btn-secondary,
#filtre-source .btn-secondary {
  background-color: #e9ecef;
  border-color: #ced4da;
  color: #495057;
  opacity: 1;
}
#filtre-type .btn-secondary.active,
#filtre-source .btn-secondary.active {
  background-color: #343a40 !important;
  border-color: #343a40 !important;
  color: #fff !important;
  font-weight: 600;
}
#filtre-type .btn-secondary:not(.active):hover,
#filtre-source .btn-secondary:not(.active):hover {
  background-color: #adb5bd;
  border-color: #adb5bd;
  color: #fff;
}
