@charset "UTF-8";
/*==================================
font-family
==================================== */
/*==================================
color variables
==================================== */
/************** COLOURS ***************/
/* -------- Primary color */
/* -------- Secondary color */
/* -------- Third color */
/* -------- Fourth color */
/* -------- Fifth color */
/* -------- Pink color */
/* -------- Yellow color */
/* -------- Green color */
/* -------- Orange color */
/* -------- Red color */
/* -------- Clear color */
/* -------- Dark color */
/* -------- Gradients */
/************** TEXT ***************/
/*==================================
shadow
==================================== */
/*==================================
OVERRIDE BOOTSTRAP
==================================== */
/* -------- Alerts */
/* Overrider la couleur d'arrière-plan et de texte pour les alertes */
.alert-success {
  background-color: #051C11;
  border: 1px solid RGB #75B798;
  color: #c6fde3;
}
.alert-info {
  background-color: #031632;
  border: 1px solid #6EA8FE;
  color: #cbddf9;
}
.alert-warning {
  background-color: #332701;
  border: 1px solid #FEDA6A;
  color: #ffeebb;
}
.alert-danger {
  background-color: #2C0B0E;
  border: 1px solid #EA868E;
  color: #ffc4c9;
}
.alert .btn-close {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
}
.alert .btn-close:focus {
  border: none;
  outline: none;
  box-shadow: none;
}

/* -------- Textes */
.text-warning {
  color: #F89D5E !important;
}

/*-------------------------------------
		1.General css (Reset code)
--------------------------------------*/
* {
  padding: 0;
  margin: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 17px;
  /* Fixe la valeur de 1rem = 18px */
}

body {
  font-family: "DM sans", Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1rem;
  color: #06294b;
  background: #fff;
  margin: 0 auto;
}
body h1,
body h2 {
  margin: 0;
  color: #424177;
  font-family: "DM sans", Arial, Helvetica, sans-serif;
}
body h1 {
  font-size: 3rem;
  font-weight: 700;
}
body h2 {
  font-size: 2.5rem;
  font-weight: bold;
}
body p {
  margin: 0;
  line-height: 1.8;
  font-size: 1rem;
}
body a {
  text-decoration: none;
  color: #2493d8;
}
body a:hover, body a:active, body a:focus {
  color: #e768f2;
}
body ul {
  list-style: none;
}
body ul li {
  list-style: none;
}
body table ul {
  list-style: disc;
}
body table ul li {
  list-style: disc;
}
body img {
  border: none;
  max-width: 100%;
  height: auto;
}
body select,
body input,
body textarea {
  box-shadow: none;
  outline: 0 !important;
}
body .body-background {
  background: linear-gradient(#180B2E, #37355f);
}

@media (min-width: 2000px) {
  body {
    font-size: 1.2rem !important;
  }
}
@media (max-width: 1199px) {
  body h1 {
    font-size: 2.9rem;
  }
}
@media (max-width: 699px) {
  body {
    font-size: 0.9rem !important;
  }
  body h2 {
    font-size: 2rem;
  }
}
form {
  width: 50%;
  margin: auto;
  padding: 10px;
}

#contactForm {
  width: 100%;
}

@media (max-width: 991px) {
  form {
    width: 100%;
  }
}
.container-color {
  background: #8d8bf8;
}

.navbar {
  height: 10vh;
}
.navbar-toggler {
  background: #ecf5fb;
  color: transparent;
  border-radius: 15px;
}
.navbar-toggler:hover {
  transform: scale(1.05);
}
.navbar-toggler-icon {
  width: 1em;
  height: 1.3em;
}
.navbar .nav-icon {
  font-size: 18px;
}
.navbar .nav-link {
  color: #ecf5fb;
}
.navbar .nav-link.active {
  color: #ecf5fb;
}
.navbar .nav-link:hover {
  color: #ecf5fb;
  transform: scale(1.05);
}
.navbar .nav-link:hover i {
  background: linear-gradient(90deg, #8d8bf8, #c98ffc);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.navbar .nav-link.show {
  color: #ecf5fb;
}
.navbar .nav-link.show i {
  background: linear-gradient(90deg, #8d8bf8, #c98ffc);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.navbar .dropdown-menu {
  background: linear-gradient(135deg, #37355f, #724797 95%);
  border-radius: 8px;
  min-width: 200px;
}
.navbar .dropdown-menu .dropdown-item {
  color: #ecf5fb;
}
.navbar .dropdown-menu .dropdown-item:hover {
  background: #180B2E;
  transform: none;
}
.navbar .dropdown-menu .dropdown-item:hover .nav-link {
  transform: scale(1.05);
}
.navbar .dropdown-menu .dropdown-item:active {
  background: #180B2E;
}
.navbar .offcanvas-title {
  background: linear-gradient(90deg, #F89D5E, #8d8bf8, #c98ffc 65%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.image_profil {
  height: 30px;
  width: 30px;
  border-radius: 50%;
}

.logo-img {
  height: 2.5rem;
}

@media (max-width: 1399px) {
  .offcanvas-header {
    background-color: #424177;
  }
  .offcanvas-body {
    background-color: #180B2E;
  }
  .navbar-nav .nav-link.show {
    color: #ecf5fb;
  }
}
@media (max-width: 1199px) {
  .navbar {
    height: initial;
    font-size: 12px;
  }
  .navbar .collapse {
    border-radius: 10px;
    margin-top: 25px;
    padding: 10px 0;
  }
  .navbar .nav-item.buttonmodal:hover {
    background: transparent;
  }
  .navbar .nav-item .nav-link {
    display: flex;
    justify-content: center;
    margin-top: 8px;
    margin-bottom: 12px;
    font-size: 16px;
  }
  .navbar .nav-item .nav-link__icon {
    margin-right: 5px !important;
    margin-left: 0 !important;
  }
  .navbar .nav-item .nav-link__contactButton {
    margin-top: 20px;
  }
  .logo-img {
    height: 2.5rem;
  }
}
@media (max-width: 991px) {
  .navbar .nav-item .nav-link {
    justify-content: start;
    padding-left: 8px;
  }
}
form {
  width: 50%;
  margin: auto;
  padding: 10px;
}

#contactForm {
  width: 100%;
}

@media (max-width: 991px) {
  form {
    width: 100%;
  }
}
.img-error {
  max-height: 300px;
}

.btn {
  box-shadow: 5px 4px 3px rgba(6, 41, 75, 0.25);
  border-radius: 15px;
  border: none;
  padding: 10px 20px;
  transition: transform 0.2s ease-in-out;
}
.btn:hover {
  transform: scale(1.05);
}
.btn:disabled {
  color: white !important;
  background-color: #535194 !important;
  border-color: transparent !important;
}
.btn-classic {
  color: #ecf5fb;
  background-color: #2493d8;
}
.btn-classic:hover {
  background-color: #535194;
  color: white;
}
.btn-classic:active {
  color: white !important;
  background-color: #535194 !important;
  border-color: transparent !important;
}
.btn-classic:focus {
  color: white;
  background-color: #535194 !important;
  border-color: transparent !important;
}
.btn-original {
  color: #ecf5fb;
  background-color: #8d8bf8;
}
.btn-original:hover {
  background-color: #37355f;
  color: white;
}
.btn-original:active {
  color: white !important;
  background-color: #535194 !important;
  border-color: transparent !important;
}
.btn-original:focus {
  color: white;
  background-color: #535194 !important;
  border-color: transparent !important;
}
.btn-primary {
  color: #ecf5fb;
  background-color: #535194;
  box-shadow: 5px 4px 3px rgba(6, 41, 75, 0.25);
}
.btn-primary:hover {
  background-color: #37355f;
  color: white;
}
.btn-primary:active {
  color: white !important;
  background-color: #37355f !important;
  border-color: transparent !important;
}
.btn-primary:focus {
  color: white;
}
.btn-primary:focus:visible {
  background-color: #37355f !important;
}
.btn-dark {
  color: #ecf5fb;
  background: linear-gradient(90deg, #e768f2, #c98ffc);
  box-shadow: 5px 4px 3px rgba(6, 41, 75, 0.25);
}
.btn-dark:hover {
  background-color: #1a478a;
  color: white;
}
.btn-dark:active {
  color: white !important;
  background-color: #1a478a !important;
  border-color: transparent !important;
}
.btn-dark:focus {
  color: white;
}
.btn-dark:focus:visible {
  background-color: #1a478a !important;
}
.btn-green {
  color: #ecf5fb;
  background-color: #0e7d35;
}
.btn-green:hover {
  background-color: #356fc6;
  color: white;
}
.btn-green:active {
  color: white !important;
  background-color: #356fc6 !important;
  border-color: transparent !important;
}
.btn-green:focus {
  color: white;
}
.btn-alter {
  color: #ecf5fb;
  background-color: #535194;
}
.btn-alter:hover {
  background-color: #724797;
  color: white;
}
.btn-alter:active {
  color: white !important;
  background-color: #2493d8 !important;
  border-color: transparent !important;
}
.btn-alter:focus {
  color: white;
}
.btn-back {
  background: #8d8bf8;
  color: white;
}
.btn-back:hover {
  background: #c98ffc;
  color: white;
}
.btn-back:active {
  color: white !important;
  background-color: #c98ffc !important;
  border-color: transparent !important;
}
.btn-back:focus {
  color: white;
}
.btn-delete {
  background: #aa0505;
  color: white;
}
.btn-delete:hover {
  background: #470202;
  color: white;
}
.btn-delete:active {
  color: white !important;
  background-color: #470202 !important;
  border-color: transparent !important;
}
.btn-delete:focus {
  color: white;
}
.btn-show {
  background: linear-gradient(90deg, #F89D5E, #8d8bf8, #c98ffc);
  color: white;
}
.btn-show:hover {
  background: linear-gradient(90deg, #8d8bf8, #c98ffc);
  color: white;
}
.btn-show:active {
  color: white !important;
  background: linear-gradient(90deg, #F89D5E, #8d8bf8, #c98ffc);
  border-color: transparent !important;
}
.btn-show:focus {
  background: linear-gradient(90deg, #F89D5E, #8d8bf8, #c98ffc);
  color: white;
}
.btn-gimmic {
  background: linear-gradient(90deg, #8d8bf8, #c98ffc);
  color: white;
}
.btn-gimmic:hover {
  background: linear-gradient(90deg, #c98ffc, #8d8bf8);
  color: white;
}
.btn-gimmic:active {
  color: white !important;
  background: linear-gradient(90deg, #8d8bf8, #c98ffc);
  border-color: transparent !important;
}
.btn-gimmic:focus {
  background: linear-gradient(90deg, #8d8bf8, #c98ffc);
  color: white;
}
.btn-magic {
  background: linear-gradient(90deg, #8d8aec, #356fc6);
  color: white;
}
.btn-magic:hover {
  background: linear-gradient(90deg, #356fc6, #8d8aec);
  color: white;
}
.btn-magic:active {
  color: white !important;
  background: linear-gradient(90deg, #8d8aec, #356fc6);
  border-color: transparent !important;
}
.btn-magic:focus {
  background: linear-gradient(90deg, #8d8aec, #356fc6);
  color: white;
}
.btn-purple {
  background: linear-gradient(90deg, #180B2E, #37355f);
  color: white;
  border: 1px solid rgba(253, 252, 255, 0.5);
}
.btn-purple:hover {
  background: linear-gradient(90deg, #37355f, #180B2E);
  color: white;
  border: 1px solid #2493d8;
}
.btn-purple.active {
  color: white !important;
  background: linear-gradient(90deg, #180B2E, #37355f);
  border: 2px solid #2493d8 !important;
}
.btn-purple:focus {
  background: linear-gradient(90deg, #180B2E, #37355f);
  color: white;
}
.btn-recherche:active {
  background: #c98ffc !important;
  color: white !important;
  border: none !important;
}
.btn-program {
  background: #c98ffc;
  color: white;
  width: 130px;
}
.btn-program:hover {
  background: #06294b;
  color: white;
}
.btn-program:active {
  background: #c98ffc;
  color: white;
}
.btn-program:focus {
  color: white;
}
.btn-inscription:hover {
  background: #06294b;
  color: white;
}
.btn__promo {
  height: 30px;
  width: 30px;
  border-radius: 50px;
  color: #ecf5fb;
  border: #ecf5fb;
}
.btn__promo-1 {
  background: #e768f2;
}
.btn__promo-2 {
  background: #c98ffc;
}
.btn__promo-3 {
  background: #2493d8;
}
.btn__promo-4 {
  background: #e0b400;
}
.btn__promo-5 {
  background: #30950c;
}

.component_button {
  box-shadow: 5px 4px 3px rgba(6, 41, 75, 0.25);
  border-radius: 25px;
  border: none;
  padding: 10px 20px;
}
.component_button-classic {
  color: #ecf5fb;
  background-color: #2493d8;
}
.component_button-classic:hover {
  background-color: #c98ffc;
  color: white;
}
.component_button-classic:active {
  background-color: #2493d8;
  color: #ecf5fb;
}
.component_button-back {
  background: #c98ffc;
  color: white;
}
.component_button-back:hover {
  background: #c680fc;
}
.component_button-ninja {
  background: transparent;
  box-shadow: none;
  padding: 0;
  color: transparent;
  font-size: 2rem;
  font-weight: 600;
}
.component_button-delete {
  background: #aa0505;
  color: white;
}
.component_button-delete:hover {
  background: #470202;
  color: white;
}
.component_button-show {
  background: #30950c;
  color: white;
}
.component_button-show:hover {
  background: #0e7d35;
  color: white;
}
.component_button-program {
  background: #c98ffc;
  color: white;
  width: 130px;
  box-shadow: 5px 4px 3px rgba(6, 41, 75, 0.25);
}
.component_button-program:hover {
  background: #06294b;
  color: white;
}
.component_button__promo {
  height: 30px;
  width: 30px;
  border-radius: 50px;
  color: #ecf5fb;
  border: #ecf5fb;
}
.component_button__promo-1 {
  background: #e768f2;
}
.component_button__promo-2 {
  background: #c98ffc;
}
.component_button__promo-3 {
  background: #92c9ec;
}
.component_button__promo-4 {
  background: #e0b400;
}
.component_button__promo-5 {
  background: #30950c;
}

.dialog {
  /* centrage parfait */
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(135deg, #37355f, #724797 95%);
  border: none;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
}
.dialog::backdrop {
  background-color: rgba(17, 39, 41, 0.8);
  backdrop-filter: blur(4px);
}
.dialog-header {
  position: relative;
}
.dialog-header-title {
  text-transform: uppercase;
  font-weight: bold;
  background: linear-gradient(90deg, #F89D5E, #8d8bf8, #c98ffc 65%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.dialog-header-img {
  height: 45px;
}
.dialog-body {
  background: white;
}
.dialog-footer {
  color: #ecf5fb;
}
.dialog .closebutton-modal {
  position: absolute;
  top: 8px;
  right: 8px;
  background-color: transparent;
  color: #06294b;
}
.dialog form[method=dialog] {
  width: min-content;
}

@media (max-width: 1199px) {
  .dialog {
    width: 75%;
  }
}
@media (max-width: 767px) {
  .dialog {
    width: 100%;
  }
}
.hidden {
  display: none;
}

.passgroup {
  position: relative;
}

.passgroup .btn {
  position: absolute;
  right: 0;
  top: -35px;
  z-index: 2;
  border: 0;
  background: none;
  box-shadow: none;
  color: #c98ffc;
}
.passgroup .btn :hover {
  color: #724797;
  background-color: transparent;
  border: 0;
}

.passgroup .btn i {
  font-size: 1.2em;
}

.footer {
  background: #180B2E;
}
.footer__arrow {
  height: 10px;
}
.footer__img {
  height: 4rem;
}
.footer__img-account {
  height: 2rem;
}
.footer-text {
  color: rgba(241, 248, 252, 0.89);
}
.footer-text-link {
  color: #F89D5E;
}
.footer .logo-img {
  height: 30px;
  margin-left: -3px;
}
.footer .logo {
  height: 1rem;
}

.resoc-icon {
  height: 40px;
  width: auto;
}

.brand-name {
  color: #c98ffc;
}

a {
  text-decoration: none;
}

.illustration {
  margin-top: -20px;
}

@media (min-width: 2000px) {
  .footer {
    font-size: 16px !important;
  }
}
@media (min-width: 1200px) {
  .footer {
    font-size: 14px !important;
  }
}
.imageProfilShow {
  max-height: 80px;
  width: auto;
}

.accountspace .headerboard {
  background-color: #212529;
  color: #ecf5fb;
}
.accountspace .account-menu {
  background-color: #27303a;
}
.accountspace .account-menu .nav .nav-link {
  color: #79bee9;
}
.accountspace .account-menu .nav .nav-link:hover {
  color: #ecf5fb;
}
.accountspace .account-menu .nav .active {
  color: #ecf5fb;
}
.accountspace .account-content {
  position: relative;
}
.accountspace .account-content .accountmenu-on {
  position: absolute;
  top: 2px;
  left: 0;
}
.accountspace .account-content .accountmenu-off {
  position: absolute;
  top: 2px;
  left: -57px;
}

.blog-heading-gradient {
  background: linear-gradient(90deg, #F89D5E, #8d8bf8, #c98ffc 65%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.blog-heading-content {
  color: #ecf5fb;
}
.blog-features-recherche {
  background: linear-gradient(#37355f, #180B2E);
}
.blog-features-search {
  max-width: 800px;
}
.blog .card-blog-img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  object-position: center center;
}

.article-detail-header-title-gradient {
  background: linear-gradient(90deg, #F89D5E, #8d8bf8, #c98ffc 65%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.article-detail-header-icon {
  height: 30px;
  width: auto;
}
.article-detail-content {
  background: rgba(36, 147, 216, 0.1);
  color: #ecf5fb;
  font-weight: 600;
}
.article-detail h2 {
  font-size: 1.8rem;
  margin-bottom: 1.1rem;
  color: #ecf5fb;
}
.article-detail p {
  margin-bottom: 1rem;
}
.article-detail strong {
  background-color: #8d8aec;
  border-radius: 10px;
  /* La couleur de fond */
  padding: 3px;
  /* Ajoute de l'espace autour du texte */
  display: inline;
}

.hero-background {
  background: url("../images/home/header-background-2246d671ea4b45a95fc44f6975d6cc86.png") center center no-repeat;
  background-size: cover;
}
.hero-title {
  color: #ecf5fb;
}
.hero-title-gradient {
  background: linear-gradient(90deg, #F89D5E, #8d8bf8, #c98ffc 65%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero-content {
  color: #ecf5fb;
}
.hero-carousel-bg {
  background: #cbcafa;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: none;
}

@media (max-width: 1199px) {
  .hero-img {
    height: 160px;
    width: auto;
  }
}
.service .card {
  background: linear-gradient(135deg, rgba(66, 65, 119, 0.6), rgba(26, 71, 138, 0.6));
  border: none;
  animation: filter 0.5s ease-in-out;
}
.service-icon {
  width: 60px;
}
.service-button {
  width: 100px;
}
.service-illustration {
  height: 100px;
  background: url("../images/home/soleil-couchant-f89c697db333ca0c9063610baac5446c.svg") center center no-repeat;
  background-size: contain;
  margin: auto;
}
.service-illustration--pic {
  height: 30vh;
}
.service-title-gradient {
  background: linear-gradient(90deg, #f9f2ff 50%, #c98ffc, #8d8bf8);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.service-button {
  width: initial;
}
.service-content {
  color: rgba(241, 248, 252, 0.89);
}
.service .badge {
  color: #06294b;
  background: #c1c0f3;
}

.textlink {
  font-size: 0.8rem;
}

@media (max-width: 992px) {
  .services--card {
    text-align: center;
  }
  .services .service-text {
    width: 100%;
  }
  .services .service-container-image .service-image {
    width: auto;
    height: 200px;
  }
  .services .service-illustration {
    min-height: 150px;
  }
}
@media (max-width: 767px) {
  .service-icon {
    width: 60px;
  }
}
@media (min-width: 992px) {
  .services-illustration--pic {
    height: 25vh;
  }
}
@media (min-width: 1400px) {
  .services-illustration--pic {
    height: 30vh;
  }
}
@media (min-width: 2000px) {
  .services-illustration--pic {
    height: 35vh;
  }
}
.process-background {
  background: linear-gradient(#180B2E, #37355f);
}
.process-icon {
  height: 140px;
  width: auto;
}
.process-title {
  color: #ecf5fb;
}
.process-pitch {
  color: #ecf5fb;
}
.process-content {
  color: #ecf5fb;
}
.process-phases-title {
  color: #ecf5fb;
}
.process-phases-bg {
  background: rgba(253, 252, 255, 0.043);
  border: 1px solid rgba(231, 104, 242, 0.096);
}
.process-phases-content {
  color: rgba(241, 248, 252, 0.89);
}
.process .vertical-line {
  width: 1px;
  height: 100px;
  background: linear-gradient(#F89D5E, #8d8bf8, #c98ffc);
  margin-left: 22px !important;
}
.process-img {
  height: 150px;
  width: auto;
}
.process .bg-number {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid #c98ffc;
  background-color: #535194;
}

.section-values {
  background: linear-gradient(#37355f, #180B2E);
}

.values {
  margin-bottom: 120px;
}
.values__list__title {
  color: #ecf5fb;
}
.values__list__content {
  color: #ecf5fb;
}
.values__list__features {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 30px;
}
.values__img {
  height: auto;
  width: 100%;
}

.feature {
  background: rgba(253, 252, 255, 0.043);
  border: 1px solid #c98ffc;
  transition: background 0.5s ease-in-out;
}
.feature__title {
  background: linear-gradient(90deg, #c98ffc, orange, #c1c0f3 65%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.feature__content {
  color: #ecf5fb;
}
.feature:hover {
  background: linear-gradient(135deg, #37355f, #724797 95%);
}
.feature:hover .competency-image {
  animation: whaou 0.5s ease-in-out;
}

@keyframes whaou {
  0% {
    transform: scale(1);
    /* Position initiale */
  }
  50% {
    transform: scale(1.2);
    /* Déplacement léger vers le bas */
  }
  100% {
    transform: scale(1);
    /* Retour à la position initiale */
  }
}
.competency-image {
  height: 4.5rem;
  transform: scale(1);
}

.pink-color {
  color: #e768f2;
}

.technologies {
  position: relative;
}
.technologies__img {
  height: 4vh;
  box-shadow: 5px 4px 3px rgba(6, 41, 75, 0.25);
}
.technologies-panda {
  position: absolute;
  left: 50%;
  /* Centre horizontalement */
  transform: translateX(-50%);
  /* Ajuste pour centrer par rapport à son propre centre */
  top: -124px;
  z-index: 5;
}
.super-power {
  height: 140px;
  width: auto;
}

@media (min-width: 768px) {
  .values__list__features {
    grid-template-columns: 1fr 1fr;
    row-gap: 20px;
  }
}
@media (max-width: 1199px) {
  .values__img {
    max-height: 27vh;
    width: auto;
  }
}
.carousel-logo {
  width: 200px;
  margin-right: 40px;
  margin-left: 40px;
}

@media (max-width: 1699px) {
  .carousel-logo {
    width: 150px;
    margin-right: 30px;
    margin-left: 30px;
  }
}
@media (max-width: 1299px) {
  .carousel-logo {
    width: 150px;
    margin-right: 30px;
    margin-left: 30px;
  }
}
@media (max-width: 992px) {
  .carousel-logo {
    width: 120px;
    margin-right: 10px;
    margin-left: 10px;
  }
}
.card {
  box-shadow: 5px 4px 3px rgba(6, 41, 75, 0.25);
}
.card__body {
  background: #f9f2ff;
}
.card__body__img {
  height: 30px;
}
.card-headerCollapse {
  border-radius: 0 0 6px 6px;
}

.verticalcard {
  min-height: 150px;
}

@media (max-width: 1399px) {
  .verticalcard {
    min-height: 190px;
  }
}
@media (max-width: 1199px) {
  .verticalcard {
    min-height: 210px;
  }
}
@media (max-width: 992px) {
  .verticalcard {
    min-height: initial;
  }
}
.catalog-top {
  background: linear-gradient(#180B2E, #37355f);
}
.catalog-top-title-gradient {
  background: linear-gradient(90deg, #F89D5E, #8d8bf8, #c98ffc 65%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.catalog-top-content {
  color: #ecf5fb;
}
.catalog-top-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.catalog-features-background {
  background: linear-gradient(#37355f, #180B2E);
}
.catalog-features-img {
  height: 130px;
  width: auto;
}

.searchtrainings {
  background: linear-gradient(#180B2E, #535194);
}
.searchtrainings .nav-tabs {
  border-bottom: none;
  margin-bottom: 1px;
  margin-left: 1px;
}
.searchtrainings .nav-tabs .nav-link {
  background-color: #535194;
  color: #ecf5fb;
  border: none;
}
.searchtrainings .nav-tabs .nav-link.active {
  background-color: #724797;
  color: #ecf5fb;
}
.searchtrainings .nav-tabs .nav-link:hover {
  background: #8d8bf8;
}
.searchtrainings .search-tab {
  box-shadow: 5px 0px 3px rgba(6, 41, 75, 0.25);
  border-radius: 0 8px 0 0;
}
.searchtrainings .recherche,
.searchtrainings .promotion {
  border-radius: 0 8px 8px 8px !important;
  background: linear-gradient(#424177, #180B2E);
}

@media (max-width: 1599px) {
  #mytabsection {
    width: 100%;
  }
}
@media (min-width: 991px) {
  .searchtrainings-container {
    max-width: 991px;
  }
}
@media (max-width: 991px) {
  #mytabsection .nav-item .nav-link {
    margin-bottom: -1px;
    margin-top: 0;
  }
}
.promotion {
  background: linear-gradient(#08040d, #37355f);
  border: none;
}
.promotion-title {
  color: #ecf5fb;
}
.promotion-card .card {
  border-radius: 5px 5px 0 0;
}
.promotion-card-top-header {
  background: linear-gradient(90deg, #37355f, #724797);
  border-radius: 5px 0 0 0 !important;
  height: 100%;
}
.promotion-card-top-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 0 5px 0 0;
}
.promotion-card-body {
  background: #f9f2ff;
}
.promotion-card-body_img {
  height: 30px;
}
.promotion-card-headerCollapse {
  font-weight: 600;
}
.promotion-card-headerCollapse-1 {
  background: #535194;
}
.promotion-card-headerCollapse-2 {
  background: #c98ffc;
  border-radius: 0 0 5px 5px;
}
.promotion .cat-color {
  margin-top: 3px;
  width: 20px;
  min-width: 20px;
  height: 20px;
  border-radius: 50px;
}
.promotion .ico {
  height: 1rem;
  margin-top: 3px;
}
.promotion .session {
  border: 1px solid #f9f2ff;
}
.promotion .session:hover {
  background: #f9f2ff;
}
.promotion .sessionList-logo {
  height: 1rem;
  margin-top: 3px;
}

@media (max-width: 992px) {
  .promotion .reverse {
    flex-direction: column-reverse;
  }
  .promotion-card-top-header {
    width: 100%;
    border-radius: 0 !important;
  }
  .promotion-card-top-img {
    height: 150px;
    width: 100%;
    border-radius: 5px 5px 0 0;
  }
  .promotion-card-top .imageframe {
    width: 100%;
  }
}
.recherche {
  background: rgba(253, 252, 255, 0.5);
  border: none;
}
.recherche__card {
  font-size: 16px;
}

.form-check-input-general {
  border: 1px solid #c1c0f3;
  background-image: url("../images/catalog/round-switch-item-general-4ea33d1fbd486703f04929bd85067b6b.svg") !important;
}
.form-check-input:checked {
  background-color: #F89D5E !important;
  border-color: #F89D5E !important;
}
.form-check-input:focus {
  box-shadow: none !important;
}

@media (max-width: 767px) {
  .recherche {
    border-radius: 0 10px 10px 10px !important;
  }
  .form-check-input {
    min-height: 18px;
  }
}
.research-view-resultstext {
  background: #535194;
}
.research-view-img {
  height: 50px;
  width: auto;
}
.research-view-star {
  height: 60px;
  width: auto;
}

.header-training {
  background: linear-gradient(90deg, #37355f, #724797);
}

.session {
  border: 1px solid #f9f2ff;
}
.session:hover {
  background: #f9f2ff;
}

.cat-color {
  width: 20px;
  min-width: 20px;
  height: 20px;
  border-radius: 50px;
  margin-top: 3px;
}

.domaine-span {
  font-weight: 600;
}

.ico {
  height: 1rem;
  margin-top: 3px;
}

.arrow-down {
  height: 1.3rem;
}

.sessionList-logo {
  height: 1rem;
  margin-top: 3px;
}

.card-headerCollapse {
  font-weight: 600;
}
.card-headerCollapse-1 {
  background: #37355f;
}
.card-headerCollapse-2 {
  background: #c98ffc;
  border-radius: 0 0 5px 5px;
}

@media (max-width: 767px) {
  .card-headerCollapse {
    min-height: 50px;
    font-size: 16px;
  }
}
.program-header {
  background: linear-gradient(45deg, #272548 60%, #724797);
  border: 1px solid #2493d8;
}
.program-header-cat {
  display: inline-block;
}
.program-header-title-gradient {
  background: linear-gradient(90deg, #ecf5fb 20%, #F89D5E 40%, #8d8bf8 65%, #c98ffc 90%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.program-header-icon {
  font-size: 1.3rem;
  background: linear-gradient(90deg, #8d8bf8, #c98ffc);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.program-header-code {
  background-color: #724797;
}
.program-header-price {
  background-color: #155881;
}
.program-details {
  border: 1px solid #e768f2;
  background: rgba(36, 147, 216, 0.1);
}
.program-details-header {
  background: linear-gradient(#08040d, #37355f);
}
.program-details-header-title-gradient {
  background: linear-gradient(90deg, #ecf5fb 20%, #F89D5E 40%, #8d8bf8 65%, #c98ffc 90%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.program-details-nav .nav-link {
  width: 185px;
}
.program-details-content li {
  list-style-type: disc;
}
.program-details-container-img {
  width: auto;
  height: 80%;
}
.program-details-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.program-details-icon {
  color: #e768f2;
}

@media (max-width: 1199px) {
  .program-details-container-img {
    height: 100px;
    width: 100%;
  }
  .program-details-nav {
    width: 100%;
  }
  .program-details-nav .nav-link {
    width: 170px;
  }
  .program-details-content {
    width: 100%;
    background: #13315f;
  }
}
@media (max-width: 567px) {
  .program-details-nav .nav-link {
    width: 160px;
  }
}
#contactForm .spinner-border {
  display: none;
}

.recaptcha-infos {
  font-size: 9px;
}

.grecaptcha-badge {
  visibility: hidden !important;
}

/*# sourceMappingURL=app.output.css.map */
