@charset "UTF-8";
/************************
*
* PLAN DES SCSS
*
01 => CONFIG
02 => LAYOUT
03 => PAGES
04 => COMPOSANTS
*
*
*************************/
/* Set core body defaults */
:root {
  color-scheme: unset;
}
body {
  min-height: 96vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  max-width: 100vw;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: flex-end;
}
body .elementor-location-footer {
  bottom: 0;
}
/* Box sizing rules */
*, *::before, *::after {
  box-sizing: border-box;
}
/* Remove default padding */
ul[class], ol[class] {
  padding: 0;
}
p {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
html {
  scroll-behavior: smooth;
}
/* Remove default margin */
body, h1, h2, h3, h4, ul[class], ol[class], li, figure, figcaption, blockquote, dl, dd {
  margin: 0;
}
/* Remove list styles on ul, ol elements with a class attribute */
ul[class], ol[class] {
  list-style: none;
}
/* Make images easier to work with */
img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}
a {
  text-decoration: none;
}
/* Inherit fonts for inputs and buttons */
input, button, textarea, select {
  font: inherit;
}
/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
h1, h2, h3, h4, h5, h6 {
  font-weight: inherit;
  font-style: inherit;
  font-size: inherit;
  font-family: inherit;
  vertical-align: baseline;
}
/**
*
*  color BG + TXT
*
****************/
.bg_primary {
  background-color: #000000;
}
.txt_primary {
  color: #000000;
}
.bg_noir {
  background-color: #000000;
}
.txt_noir {
  color: #000000;
}
.bg_blanc {
  background-color: #ffffff;
}
.txt_blanc {
  color: #ffffff;
}
.bg_gris1 {
  background-color: #F2F2F2;
}
.txt_gris1 {
  color: #F2F2F2;
}
.bg_gris2 {
  background-color: #EEEEEE;
}
.txt_gris2 {
  color: #EEEEEE;
}
.bg_gris3 {
  background-color: #707070;
}
.txt_gris3 {
  color: #707070;
}
.bg_gris4 {
  background-color: #333333;
}
.txt_gris4 {
  color: #333333;
}
.bg_color1 {
  background-color: #7312FF;
}
.txt_color1 {
  color: #7312FF;
}
.bg_color2 {
  background-color: #9D21E5;
}
.txt_color2 {
  color: #9D21E5;
}
.bg_color3 {
  background-color: #07DFDA;
}
.txt_color3 {
  color: #07DFDA;
}
.bg_color4 {
  background-color: #04706D;
}
.txt_color4 {
  color: #04706D;
}
.bg_color5 {
  background-color: #0AAEB7;
}
.txt_color5 {
  color: #0AAEB7;
}
.bg_color6 {
  background-color: #00D4FF;
}
.txt_color6 {
  color: #00D4FF;
}
.bg_color7 {
  background-color: #EB17D6;
}
.txt_color7 {
  color: #EB17D6;
}
.bg_color8 {
  background-color: #280A53;
}
.txt_color8 {
  color: #280A53;
}
.bg_color9 {
  background-color: #DCDEF4;
}
.txt_color9 {
  color: #DCDEF4;
}
/**
*
* Colonne
*
****************/
.col2 p, .col3 p {
  margin: 0 !important;
}
.col2 ul, .col3 ul {
  margin-top: 0 !important;
}
@media screen and (min-width: 880px) {
  .col2 {
    columns: 2;
    column-gap: 25px;
    column-fill: balance;
  }
  .col3 {
    columns: 3;
    column-gap: 25px;
    column-fill: balance;
  }
}
/************************
* Header & fix header
*************************/
.header_m1 .gm-wrapper {
  width: 100%;
  z-index: 99;
  background-color: #ffffff !important;
  box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.15);
}
.header_m1 .gm-inner .gm-container {
  background-color: #ffffff !important;
  transition: all 0.3s ease-in-out;
}
.header_m1 .gm-inner .gm-container .gm-logo a {
  align-items: flex-start;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.header_m1 .gm-inner .gm-container .gm-logo a img {
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.header_m1 .gm-inner .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  align-content: stretch;
  width: 100%;
}
.header_m1 .gm-inner .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav .gm-menu-item__txt-wrapper {
  transition: none !important;
}
.header_m1 .gm-inner .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav .gm-menu-item--lvl-0.gm-open {
  background-color: #ffffff;
  color: #7312FF !important;
  transition: all 0.3s ease-in-out;
}
.header_m1 .gm-inner .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav .gm-menu-item--lvl-0.gm-open > .gm-anchor .gm-menu-item__txt-wrapper {
  color: #7312FF !important;
}
.header_m1 .gm-inner .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav .gm-menu-item--lvl-0 > a {
  padding: 28px 10px;
  margin: 0;
  background-color: transparent;
  color: #000000 !important;
  font-family: "Poppins", sans-serif;
  text-transform: none;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 15px;
  transition: all 0.3s ease-in-out;
}
.header_m1 .gm-inner .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav .gm-menu-item--lvl-0 > a:hover, .header_m1 .gm-inner .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav .gm-menu-item--lvl-0 > a:active {
  background-color: #ffffff;
  color: #7312FF !important;
  transition: all 0.3s ease-in-out;
}
.header_m1 .gm-inner .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav .gm-menu-item--lvl-0 > a .gm-caret {
  color: #7312FF;
  padding-left: 0px;
}
.header_m1 .gm-inner .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav .gm-dropdown-menu-wrapper .gm-dropdown-menu {
  border-top: 3px solid #7312FF !important;
  background-color: #ffffff;
  border-radius: 0px 0px 8px 8px;
}
.header_m1 .gm-inner .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav .gm-dropdown-menu--lvl-1, .header_m1 .gm-inner .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav .gm-dropdown-menu--lvl-2 {
  padding-right: 0px !important;
  padding-left: 0px !important;
  font-size: 14px !important;
  font-weight: 600;
}
.header_m1 .gm-inner .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav .gm-dropdown-menu--lvl-1.gm-open, .header_m1 .gm-inner .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav .gm-dropdown-menu--lvl-2.gm-open {
  background-color: #ffffff;
  color: #7312FF !important;
  transition: all 0.3s ease-in-out;
}
.header_m1 .gm-inner .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav .gm-dropdown-menu--lvl-1.gm-open > .gm-anchor .gm-menu-item__txt-wrapper, .header_m1 .gm-inner .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav .gm-dropdown-menu--lvl-2.gm-open > .gm-anchor .gm-menu-item__txt-wrapper {
  color: #7312FF !important;
}
.header_m1 .gm-inner .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav .gm-dropdown-menu--lvl-1 a:hover, .header_m1 .gm-inner .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav .gm-dropdown-menu--lvl-1 a:active, .header_m1 .gm-inner .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav .gm-dropdown-menu--lvl-2 a:hover, .header_m1 .gm-inner .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav .gm-dropdown-menu--lvl-2 a:active {
  color: #7312FF !important;
  transition: all 0.3s ease-in-out;
}
.header_m1 .gm-inner .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav .gm-dropdown-menu--lvl-1 .gm-dropdown-menu-wrapper .gm-dropdown-menu, .header_m1 .gm-inner .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav .gm-dropdown-menu--lvl-2 .gm-dropdown-menu-wrapper .gm-dropdown-menu {
  border-top: 3px solid #7312FF !important;
  background-color: #ffffff;
}
.header_m1 .gm-inner .gm-main-menu-wrapper .gm-inner {
  transition: none !important;
}
.header_m1 .gm-inner .gm-main-menu-wrapper div:has(.menu_btn_wrap) {
  display: flex;
  align-items: center;
}
.header_m1 .gm-inner .gm-main-menu-wrapper .menu_btn_wrap .btn_num .elementor-button-link {
  font-size: 13px;
}
.header_m1 .gm-inner .gm-main-menu-wrapper .menu_btn_wrap .btn_num .elementor-button-link .elementor-button-content-wrapper {
  height: 40px;
}
.header_m1 .gm-inner .gm-main-menu-wrapper .menu_btn_wrap .btn_num .elementor-button-link .elementor-button-content-wrapper .elementor-button-text {
  height: 40px;
  width: 170px;
}
.header_m1 .gm-inner .gm-main-menu-wrapper .menu_btn_wrap .btn_num .elementor-button-link .elementor-button-content-wrapper .elementor-button-text div {
  height: 40px;
}
.header_m1 .gm-inner .gm-main-menu-wrapper .menu_btn_wrap .btn_num .elementor-button-link .elementor-button-content-wrapper .elementor-button-text div:last-child {
  font-size: 18px;
}
.header_m1 .gm-inner .gm-main-menu-wrapper .menu_btn_wrap .btn_num .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon {
  margin-right: 0px;
}
.header_m1 .gm-inner .gm-main-menu-wrapper .menu_btn_wrap .btn_num .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 20px;
  width: 20px;
}
.header_m1.fixed-header {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  animation: slide-down 1s cubic-bezier(0, 0, 0.58, 1);
}
.header_m1.fixed-header .gm-wrapper {
  background-color: rgba(0, 0, 0, 0.75);
  width: 100%;
  z-index: 99;
  transition: all 0.3s ease-in-out;
}
.header_m1.fixed-header .gm-inner .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav .gm-menu-item--lvl-0 > a {
  padding: 18px 10px;
  transition: all 0.3s ease-in-out;
}
.header_m1.fixed-header .gm-inner .gm-container {
  transition: all 0.3s ease-in-out;
}
.header_m1.fixed-header .gm-inner .gm-container .gm-logo a {
  align-items: flex-start;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.header_m1.fixed-header .gm-inner .gm-container .gm-logo a img {
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.gm-menu-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 999999;
}
.btn_connexion .elementor-button-link {
  background-color: transparent;
  color: #000000;
  font-size: 15px;
  font-weight: 700;
  border: 0px solid #7312FF;
  transition: all 0.3s ease-in-out;
}
.btn_connexion .elementor-button-link .elementor-button-content-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  height: auto;
}
.btn_connexion .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon {
  margin-right: 5px;
}
.btn_connexion .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 16px;
  width: 16px;
  fill: #7312FF;
  transition: all 0.3s ease-in-out;
}
.btn_connexion .elementor-button-link:visited, .btn_connexion .elementor-button-link:focus {
  color: #000000;
}
.btn_connexion .elementor-button-link:visited svg, .btn_connexion .elementor-button-link:focus svg {
  fill: #7312FF;
}
.btn_connexion .elementor-button-link:hover {
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  border: 0px solid #9D21E5;
  color: #7312FF;
}
.btn_connexion .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #7312FF !important;
  transition: all 0.3s ease-in-out;
}
@keyframes slide-down {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
.gm-navigation-drawer--mobile #menu-menu-principal-1 {
  padding-top: 2rem;
}
.gm-navigation-drawer--mobile .btn_cta_3, .gm-navigation-drawer--mobile .btn_num {
  width: 100%;
}
.gm-navigation-drawer--mobile .btn_cta_3 .elementor-button-link, .gm-navigation-drawer--mobile .btn_num .elementor-button-link {
  width: 100%;
}
.sup_footer {
  background-color: #280A53;
  color: #ffffff;
}
.sup_footer a {
  color: #ffffff;
}
.sup_footer a:hover {
  color: #07DFDA;
}
.footer_m1 {
  background-color: #280A53;
  border: 0px;
}
.footer_m1 .footer_logo {
  height: 90px !important;
}
.footer_m1 .footer_logo svg {
  fill: #000000;
  height: 90px !important;
  width: 100% !important;
}
.footer_m1 .footer_titre {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}
.footer_m1 p {
  color: #ffffff;
}
.footer_m1 a {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.footer_m1 a:hover {
  color: #0ec2b9;
  transition: all 0.3s ease-in-out;
}
.footer_m1 .elementor-social-icon {
  background-color: transparent;
  border: 1px solid #ffffff;
  transition: all 0.3s ease-in-out;
  font-size: 20px;
  margin: 2px;
}
@media screen and (max-width: 880px) {
  .footer_m1 .elementor-social-icon {
    font-size: 14px;
  }
}
.footer_m1 .elementor-social-icon svg {
  fill: #ffffff;
  transition: all 0.3s ease-in-out;
}
.footer_m1 .elementor-social-icon:hover {
  border: 1px solid #9D21E5;
  transition: all 0.3s ease-in-out;
}
.footer_m1 .elementor-social-icon:hover svg {
  fill: #9D21E5;
  transition: all 0.3s ease-in-out;
}
.footer_m1 .footer_liste ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.footer_m1 .footer_liste ul li {
  margin-bottom: 10px;
}
.footer_m1 .footer_liste ul li a {
  color: #ffffff;
  font-size: 14px;
}
.footer_m1 .footer_liste ul li a:hover {
  color: #0ec2b9;
}
.copyright_m1 {
  background-color: #280A53;
  text-align: center;
  color: #ffffff;
  font-size: 12px;
}
.copyright_m1 .e-con-inner {
  border-top: 1px solid #ffffff;
}
.copyright_m1 p {
  color: #ffffff;
}
.copyright_m1 a {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.copyright_m1 a:hover {
  color: #07DFDA;
  transition: all 0.3s ease-in-out;
}
.btn_footer .elementor-button-link {
  background-color: transparent;
  border: 0px solid transparent;
  color: #ffffff;
  font-size: 14px;
  padding: 0px;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  text-transform: none;
  text-align: left;
  line-height: 1.2;
}
.btn_footer .elementor-button-link br {
  display: none;
}
.btn_footer .elementor-button-link .elementor-button-content-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  height: 36px;
}
.btn_footer .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon {
  margin-right: 10px;
}
.btn_footer .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 18px;
  width: 18px;
  fill: #7312FF;
  transition: all 0.3s ease-in-out;
}
.btn_footer .elementor-button-link:visited, .btn_footer .elementor-button-link:focus {
  color: #ffffff;
}
.btn_footer .elementor-button-link:visited svg, .btn_footer .elementor-button-link:focus svg {
  fill: #ffffff;
}
.btn_footer .elementor-button-link:hover {
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  border: 0px solid transparent;
  color: #0ec2b9;
}
.btn_footer .elementor-button-link:hover .elementor-button-content-wrapper:before {
  height: 5px;
}
.btn_footer .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #0ec2b9 !important;
  transition: all 0.3s ease-in-out;
}
body {
  font-family: "Poppins", sans-serif, sans-serif;
  font-size: 15px;
  color: #000000;
  font-weight: 400;
  line-height: 1.4;
}
body strong, body b {
  font-weight: 600;
}
body main {
  min-height: 69vh;
}
@media screen and (min-width: 880px) {
  body main {
    margin-top: 0rem;
  }
}
@media screen and (min-width: 767px) and (max-width: 880px) {
  body main {
    margin-top: 0rem;
  }
}
:target {
  scroll-margin-top: 130px;
}
.gm-nav-content-wrapper {
  will-change: inherit !important;
}
/******************************
* Titres principaux
******************************/
.titre_1, .titre_1l, .titre_1r, .titre_1c {
  position: relative;
  font-size: calc(22px + (38 - 22) * ((100vw - 300px) / (2560 - 300)));
  color: #000000;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.titre_1 .elementor-heading-title, .titre_1l .elementor-heading-title, .titre_1r .elementor-heading-title, .titre_1c .elementor-heading-title {
  line-height: 1.4;
}
@media screen and (max-width: 880px) {
  .titre_1 br, .titre_1l br, .titre_1r br, .titre_1c br {
    display: none;
  }
}
.titre_1 strong, .titre_1 b, .titre_1l strong, .titre_1l b, .titre_1r strong, .titre_1r b, .titre_1c strong, .titre_1c b {
  font-weight: 800;
}
.titre_1 span, .titre_1l span, .titre_1r span, .titre_1c span {
  background: linear-gradient(90deg, #7614ff 0%, #7312ff 50%, #07dfda 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.titre_2, .titre_2l, .titre_2r, .titre_2c {
  position: relative;
  font-size: calc(22px + (38 - 22) * ((100vw - 300px) / (2560 - 300)));
  color: #000000;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  width: fit-content;
}
.titre_2 .elementor-heading-title, .titre_2l .elementor-heading-title, .titre_2r .elementor-heading-title, .titre_2c .elementor-heading-title {
  line-height: 1.2;
}
@media screen and (max-width: 880px) {
  .titre_2 br, .titre_2l br, .titre_2r br, .titre_2c br {
    display: none;
  }
}
.titre_2 strong, .titre_2 b, .titre_2l strong, .titre_2l b, .titre_2r strong, .titre_2r b, .titre_2c strong, .titre_2c b {
  font-weight: 800;
}
.titre_2 span, .titre_2l span, .titre_2r span, .titre_2c span {
  background: linear-gradient(90deg, #7614ff 0%, #07dfda 100%);
  -webkit-background-clip: text;
  color: transparent;
  display: inline-block;
}
.titre_3, .titre_3l, .titre_3r, .titre_3c {
  position: relative;
  font-size: calc(22px + (28 - 22) * ((100vw - 300px) / (2560 - 300)));
  color: #000000;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.titre_3 .elementor-heading-title, .titre_3l .elementor-heading-title, .titre_3r .elementor-heading-title, .titre_3c .elementor-heading-title {
  line-height: 1.2;
}
@media screen and (max-width: 880px) {
  .titre_3 br, .titre_3l br, .titre_3r br, .titre_3c br {
    display: none;
  }
}
.titre_3 strong, .titre_3 b, .titre_3l strong, .titre_3l b, .titre_3r strong, .titre_3r b, .titre_3c strong, .titre_3c b {
  font-weight: 800;
}
.titre_3 span, .titre_3l span, .titre_3r span, .titre_3c span {
  background: linear-gradient(90deg, #7614ff 0%, #7312ff 50%, #07dfda 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.titre_4, .titre_4l, .titre_4r, .titre_4c {
  position: relative;
  font-size: calc(22px + (38 - 22) * ((100vw - 300px) / (2560 - 300)));
  color: #000000;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}
.titre_4 .elementor-heading-title, .titre_4l .elementor-heading-title, .titre_4r .elementor-heading-title, .titre_4c .elementor-heading-title {
  line-height: 1.4;
}
@media screen and (max-width: 880px) {
  .titre_4 br, .titre_4l br, .titre_4r br, .titre_4c br {
    display: none;
  }
}
.titre_4 strong, .titre_4 b, .titre_4l strong, .titre_4l b, .titre_4r strong, .titre_4r b, .titre_4c strong, .titre_4c b {
  font-weight: 600;
}
.titre_4 span, .titre_4l span, .titre_4r span, .titre_4c span {
  color: #9D21E5;
  font-weight: 600;
}
/******************************
* Titres spe
******************************/
.titre_spe_1 {
  position: relative;
  font-size: calc(22px + (38 - 22) * ((100vw - 300px) / (2560 - 300)));
  color: #000000;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}
.titre_spe_1 .elementor-heading-title {
  line-height: 1.4;
}
@media screen and (max-width: 880px) {
  .titre_spe_1 br {
    display: none;
  }
}
.titre_spe_1 strong, .titre_spe_1 b {
  font-weight: 600;
}
.titre_spe_1 span {
  color: #9D21E5;
  font-weight: 600;
}
/******************************
* Padding / margin spe
******************************/
.p_margin_0 p {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}
/******************************
* Couleur
******************************/
.txt_blanc {
  color: #ffffff;
}
/******************************
* link Couleur
******************************/
.link_color1 a {
  transition: all 0.3s ease-in-out;
  color: #7312FF;
}
.link_color1 a:hover {
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.link_color2 a {
  transition: all 0.3s ease-in-out;
  color: #9D21E5;
}
.link_color2 a:hover {
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.link_color3 a {
  transition: all 0.3s ease-in-out;
  color: #07DFDA;
}
.link_color3 a:hover {
  color: #000000;
  transition: all 0.3s ease-in-out;
}
/******************************
* BLOCS
******************************/
.bg_degrad_1 {
  background: linear-gradient(90deg, #7614ff 0%, #07dfda 100%);
}
.bg_degrad_1b {
  background: linear-gradient(180deg, #7614ff 0%, #07dfda 100%);
}
.bg_degrad_2 {
  background: linear-gradient(90deg, #7312ff 0%, #280a53 100%);
}
.bg_degrad_2b {
  background: linear-gradient(180deg, #7312ff 0%, #280a53 100%);
}
.bg_degrad_3 {
  background: linear-gradient(0deg, #7312FF 0%, #C197FF70 100%);
}
.bg_degrad_3b {
  background: linear-gradient(0deg, #7312FF 0%, #C197FF70 100%);
}
.bg_degrad_4 {
  background: linear-gradient(90deg, #9c1fe5 0%, #7312ff 100%);
}
.bg_degrad_4b {
  background: linear-gradient(180deg, #9c1fe5 0%, #7312ff 100%);
}
.bg_degrad_5 {
  background: linear-gradient(90deg, #04706d 0%, #07dfda 100%);
}
.bg_degrad_5b {
  background: linear-gradient(180deg, #04706d 0%, #07dfda 100%);
}
.bg_degrad_6 {
  background: linear-gradient(90deg, #7312FF 0%, #07DFDA 100%);
}
.bg_degrad_6b {
  background: linear-gradient(180deg, #7312FF 0%, #07DFDA 100%);
}
.bg_degrad_a {
  background: linear-gradient(90deg, #7614ff 0%, #7312ff 50%, #07dfda 100%);
}
.bg_degrad_a2 {
  background: linear-gradient(180deg, #7614ff 0%, #7312ff 50%, #07dfda 100%);
}
.bg_degrad_b {
  background: linear-gradient(90deg, #7312FF 0%, rgba(115, 18, 255, 0.44) 50%, #ffffff 100%);
}
.bg_degrad_b2 {
  background: linear-gradient(180deg, #7312FF 0%, rgba(115, 18, 255, 0.44) 50%, #ffffff 100%);
}
.bg_degrad_c {
  background: linear-gradient(90deg, #7312FF 0%, #7312FF 50%, #FFFFFF00 100%);
}
.bg_degrad_c2 {
  background: linear-gradient(180deg, rgba(117, 18, 255, 0.08) 0%, rgba(117, 18, 255, 0.08) 30%, rgba(255, 255, 255, 0) 100%);
}
.row_border_top > .e-con-inner {
  border-top: 2px solid #DCDEF4;
}
.txt_border_bot {
  border-bottom: 1px solid #DCDEF4;
}
.box_info_1, .box_info_2 {
  border-radius: 25px !important;
  overflow: hidden !important;
}
@media screen and (min-width: 767px) {
  .box_info_1, .box_info_2 {
    height: 100% !important;
  }
}
.box_info_1 .box_info_content, .box_info_2 .box_info_content {
  padding: 2rem 2rem calc(2rem + 30px) 2rem !important;
}
@media screen and (min-width: 767px) {
  .box_info_1 .box_info_content, .box_info_2 .box_info_content {
    height: 100%;
  }
}
.box_info_1 .box_info_content .box_info_titre, .box_info_2 .box_info_content .box_info_titre {
  font-size: calc(20px + (24 - 20) * ((100vw - 300px) / (2560 - 300)));
  color: #ffffff;
  font-weight: 700;
  padding-bottom: 20px;
  position: relative;
  width: 100%;
  text-align: center;
}
.box_info_1 .box_info_content .box_info_titre:after, .box_info_2 .box_info_content .box_info_titre:after {
  content: "";
  position: absolute;
  display: block;
  height: 1px;
  width: 100%;
  bottom: 0%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffffff;
}
.box_info_1 .box_info_content .box_info_desc, .box_info_2 .box_info_content .box_info_desc {
  color: #ffffff;
  font-size: 16px;
}
.box_info_1 .box_info_content .btn_box, .box_info_2 .box_info_content .btn_box {
  position: absolute;
  bottom: 2rem;
}
.box_info_1 .box_info_content .btn_box .elementor-button-link, .box_info_2 .box_info_content .btn_box .elementor-button-link {
  background-color: transparent;
  color: #ffffff;
  font-size: 14px;
  padding: 0px 0px;
  border: 0px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}
.box_info_1 .box_info_content .btn_box .elementor-button-link:after, .box_info_2 .box_info_content .btn_box .elementor-button-link:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  transform: scaleX(0);
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #07DFDA;
  transition: all 0.3s ease-in-out;
}
.box_info_1 .box_info_content .btn_box .elementor-button-link .elementor-button-content-wrapper, .box_info_2 .box_info_content .btn_box .elementor-button-link .elementor-button-content-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  height: 30px;
}
.box_info_1 .box_info_content .btn_box .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon, .box_info_2 .box_info_content .btn_box .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon {
  margin-right: 10px;
}
.box_info_1 .box_info_content .btn_box .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg, .box_info_2 .box_info_content .btn_box .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 15px;
  width: 15px;
  fill: #07DFDA;
  transition: all 0.3s ease-in-out;
}
.box_info_1 .box_info_content .btn_box .elementor-button-link:visited, .box_info_1 .box_info_content .btn_box .elementor-button-link:focus, .box_info_2 .box_info_content .btn_box .elementor-button-link:visited, .box_info_2 .box_info_content .btn_box .elementor-button-link:focus {
  color: #ffffff;
}
.box_info_1 .box_info_content .btn_box .elementor-button-link:visited svg, .box_info_1 .box_info_content .btn_box .elementor-button-link:focus svg, .box_info_2 .box_info_content .btn_box .elementor-button-link:visited svg, .box_info_2 .box_info_content .btn_box .elementor-button-link:focus svg {
  fill: #07DFDA;
}
.box_info_1 .box_info_content .btn_box .elementor-button-link:hover, .box_info_2 .box_info_content .btn_box .elementor-button-link:hover {
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  border: 0px;
  color: #ffffff;
}
.box_info_1 .box_info_content .btn_box .elementor-button-link:hover:after, .box_info_2 .box_info_content .btn_box .elementor-button-link:hover:after {
  transform: scaleX(1);
  transform-origin: bottom center;
  transition: all 0.3s ease-in-out;
}
.box_info_1 .box_info_content .btn_box .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg, .box_info_2 .box_info_content .btn_box .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #07DFDA !important;
  transition: all 0.3s ease-in-out;
}
.box_info_2 .box_info_content .box_info_titre {
  padding-bottom: 0px;
}
.box_info_2 .box_info_content .box_info_titre:after {
  display: none;
}
.box_info_2 .box_info_content .box_info_desc {
  position: relative;
}
.box_info_2 .box_info_content .box_info_desc:after {
  content: "";
  position: absolute;
  display: block;
  height: 1px;
  width: 100%;
  bottom: 0%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffffff;
}
.box_info_2 .box_info_content .box_info_list {
  color: #ffffff;
}
.box_info_2 .box_info_content .box_info_list .elementor-icon-list-items .elementor-icon-list-item {
  padding-bottom: 15px;
}
.box_info_2 .box_info_content .box_info_list .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-icon svg {
  fill: #ffffff;
  height: 24px;
  width: 24px;
}
.form_bl {
  position: relative;
}
.form_bl:after {
  content: "" !important;
  display: block !important;
  position: absolute;
  bottom: 0 !important;
  left: 0 !important;
  transform: translateX(-40%) translateY(30%) !important;
  width: 25vw !important;
  height: 500px !important;
  background: linear-gradient(90deg, #7614ff 0%, #7312ff 50%, #07dfda 100%);
  opacity: 0.6 !important;
  mask-image: url("/wp-content/uploads/2025/05/forme-2.svg");
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-image: url("/wp-content/uploads/2025/05/forme-2.svg");
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
}
@media screen and (max-width: 1366px) {
  .form_bl:after {
    opacity: 0.15 !important;
  }
}
@media screen and (max-width: 880px) {
  .form_bl:after {
    -webkit-mask-size: auto 40%;
    -webkit-mask-position: 100% 50%;
    transform: translateX(0%) translateY(-30%) !important;
  }
}
.form_tr {
  position: relative;
}
.form_tr:before {
  content: "" !important;
  display: block;
  position: absolute;
  top: 0 !important;
  left: auto !important;
  right: 0;
  transform: translateX(0%) translateY(0%) !important;
  width: 25vw !important;
  height: 500px !important;
  background: linear-gradient(180deg, #7614ff 0%, #7312ff 50%, #07dfda 100%);
  opacity: 0.6 !important;
  mask-image: url("/wp-content/uploads/2025/05/forme-1.svg");
  mask-size: auto 150%;
  mask-repeat: no-repeat;
  mask-position: 0% 100%;
  -webkit-mask-image: url("/wp-content/uploads/2025/05/forme-1.svg");
  -webkit-mask-size: auto 150%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0% 100%;
}
@media screen and (max-width: 1366px) {
  .form_tr:before {
    opacity: 0.15 !important;
  }
}
.form_br > .e-con-inner {
  position: relative;
}
.form_br > .e-con-inner:before {
  content: "" !important;
  display: block;
  position: absolute;
  top: 35% !important;
  left: auto !important;
  right: -14vw;
  transform: translateX(0%) translateY(0%) !important;
  width: 500px !important;
  height: 500px !important;
  background: linear-gradient(180deg, #7614ff 0%, #7312ff 50%, #07dfda 100%);
  opacity: 0.6 !important;
  mask-image: url("/wp-content/uploads/2025/05/forme-2.svg");
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  mask-position: 100% 100%;
  -webkit-mask-image: url("/wp-content/uploads/2025/05/forme-2.svg");
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 100% 100%;
}
@media screen and (max-width: 1366px) {
  .form_br > .e-con-inner:before {
    opacity: 0.15 !important;
  }
}
@media screen and (max-width: 1024px) {
  .form_br > .e-con-inner:before {
    right: 0vw;
    top: 50% !important;
  }
}
.big_kampus {
  position: relative;
  padding-bottom: 12vw !important;
}
.big_kampus:before {
  content: "" !important;
  display: block;
  position: absolute;
  top: auto !important;
  bottom: 4vw;
  left: 50% !important;
  transform: translateX(-50%);
  width: 100% !important;
  max-width: 1800px;
  height: 100% !important;
  background-color: #7312FF;
  opacity: 0.3 !important;
  z-index: 1;
  mask-image: url("/wp-content/uploads/2025/05/kampus-fond.svg");
  mask-size: 98% auto;
  mask-repeat: no-repeat;
  mask-position: 50% 100%;
  -webkit-mask-image: url("/wp-content/uploads/2025/05/kampus-fond.svg");
  -webkit-mask-size: 98% auto;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 100%;
}
.big_kampus .e-con-inner {
  position: relative;
  z-index: 2;
}
/******************************
* Onglets
******************************/
.onglet_1 .e-n-tabs, .onglet_2 .e-n-tabs, .onglet_3 .e-n-tabs {
  gap: 3rem !important;
}
@media screen and (max-width: 767px) {
  .onglet_1 .e-n-tabs .e-n-tabs-heading, .onglet_2 .e-n-tabs .e-n-tabs-heading, .onglet_3 .e-n-tabs .e-n-tabs-heading {
    flex-direction: column;
  }
}
.onglet_1 .e-n-tabs .e-n-tabs-heading .e-n-tab-title, .onglet_2 .e-n-tabs .e-n-tabs-heading .e-n-tab-title, .onglet_3 .e-n-tabs .e-n-tabs-heading .e-n-tab-title {
  border: 2px solid #7312FF;
  color: #7312FF;
  background-color: #DCDEF4;
  border-radius: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  cursor: pointer;
  padding: 12px 15px 10px !important;
  transition: all 0.3s ease-in-out;
}
.onglet_1 .e-n-tabs .e-n-tabs-heading .e-n-tab-title span, .onglet_2 .e-n-tabs .e-n-tabs-heading .e-n-tab-title span, .onglet_3 .e-n-tabs .e-n-tabs-heading .e-n-tab-title span {
  padding-right: 20px;
  position: relative;
  font-size: calc(12px + (15 - 12) * ((100vw - 300px) / (2560 - 300)));
}
.onglet_1 .e-n-tabs .e-n-tabs-heading .e-n-tab-title span:after, .onglet_2 .e-n-tabs .e-n-tabs-heading .e-n-tab-title span:after, .onglet_3 .e-n-tabs .e-n-tabs-heading .e-n-tab-title span:after {
  content: "";
  position: absolute;
  display: block;
  height: 12px;
  width: 12px;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  background-color: #7312FF;
  transition: all 0.3s ease-in-out;
  mask-image: url("/wp-content/uploads/2025/05/picto-fleche-menu.svg");
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-image: url("/wp-content/uploads/2025/05/picto-fleche-menu.svg");
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
}
.onglet_1 .e-n-tabs .e-n-tabs-heading .e-n-tab-title:hover, .onglet_1 .e-n-tabs .e-n-tabs-heading .e-n-tab-title[aria-selected=true], .onglet_2 .e-n-tabs .e-n-tabs-heading .e-n-tab-title:hover, .onglet_2 .e-n-tabs .e-n-tabs-heading .e-n-tab-title[aria-selected=true], .onglet_3 .e-n-tabs .e-n-tabs-heading .e-n-tab-title:hover, .onglet_3 .e-n-tabs .e-n-tabs-heading .e-n-tab-title[aria-selected=true] {
  background-color: #7312FF !important;
  color: #ffffff !important;
  transition: all 0.3s ease-in-out;
}
.onglet_1 .e-n-tabs .e-n-tabs-heading .e-n-tab-title:hover span:after, .onglet_1 .e-n-tabs .e-n-tabs-heading .e-n-tab-title[aria-selected=true] span:after, .onglet_2 .e-n-tabs .e-n-tabs-heading .e-n-tab-title:hover span:after, .onglet_2 .e-n-tabs .e-n-tabs-heading .e-n-tab-title[aria-selected=true] span:after, .onglet_3 .e-n-tabs .e-n-tabs-heading .e-n-tab-title:hover span:after, .onglet_3 .e-n-tabs .e-n-tabs-heading .e-n-tab-title[aria-selected=true] span:after {
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 880px) and (max-width: 767px) {
  .onglet_1 .onglet_content, .onglet_2 .onglet_content, .onglet_3 .onglet_content {
    padding-right: 5vw !important;
  }
}
.onglet_1 .onglet_content .onglet_bloc_img, .onglet_2 .onglet_content .onglet_bloc_img, .onglet_3 .onglet_content .onglet_bloc_img {
  position: relative;
}
@media screen and (min-width: 880px) and (max-width: 767px) {
  .onglet_1 .onglet_content .onglet_bloc_img, .onglet_2 .onglet_content .onglet_bloc_img, .onglet_3 .onglet_content .onglet_bloc_img {
    margin-right: -5vw !important;
  }
}
.onglet_1 .onglet_content .onglet_bloc_img:after, .onglet_2 .onglet_content .onglet_bloc_img:after, .onglet_3 .onglet_content .onglet_bloc_img:after {
  content: "" !important;
  display: block !important;
  position: absolute;
  bottom: 0 !important;
  left: 0 !important;
  transform: translateX(-40%) translateY(30%) !important;
  width: 25vw !important;
  height: 500px !important;
  background: linear-gradient(90deg, #7614ff 0%, #7312ff 50%, #07dfda 100%);
  opacity: 0.6 !important;
  mask-image: url("/wp-content/uploads/2025/05/forme-2.svg");
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-image: url("/wp-content/uploads/2025/05/forme-2.svg");
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
}
@media screen and (max-width: 880px) {
  .onglet_1 .onglet_content .onglet_bloc_img:after, .onglet_2 .onglet_content .onglet_bloc_img:after, .onglet_3 .onglet_content .onglet_bloc_img:after {
    display: none !important;
  }
}
.onglet_1 .onglet_content .onglet_bloc_img .onglet_img, .onglet_2 .onglet_content .onglet_bloc_img .onglet_img, .onglet_3 .onglet_content .onglet_bloc_img .onglet_img {
  border-radius: 45px !important;
  overflow: hidden !important;
  position: relative;
  z-index: 2;
  aspect-ratio: 1;
}
.onglet_1 .onglet_content .onglet_bloc_img .onglet_img img, .onglet_2 .onglet_content .onglet_bloc_img .onglet_img img, .onglet_3 .onglet_content .onglet_bloc_img .onglet_img img {
  height: 100%;
  object-fit: cover;
}
.onglet_1 .onglet_content .onglet_txt, .onglet_2 .onglet_content .onglet_txt, .onglet_3 .onglet_content .onglet_txt {
  position: relative;
  z-index: 1;
  border-radius: 45px !important;
  color: #ffffff;
  padding: 4rem 2rem !important;
}
@media screen and (min-width: 880px) {
  .onglet_1 .onglet_content .onglet_txt, .onglet_2 .onglet_content .onglet_txt, .onglet_3 .onglet_content .onglet_txt {
    padding-left: 8rem !important;
    margin-left: -6rem !important;
    margin-top: 4rem;
  }
}
@media screen and (max-width: 880px) {
  .onglet_1 .onglet_content .onglet_txt, .onglet_2 .onglet_content .onglet_txt, .onglet_3 .onglet_content .onglet_txt {
    padding-top: 6rem !important;
    margin-top: -5rem;
  }
}
.onglet_1 .onglet_content .onglet_txt .onglet_numero, .onglet_2 .onglet_content .onglet_txt .onglet_numero, .onglet_3 .onglet_content .onglet_txt .onglet_numero {
  font-size: 20px;
}
.onglet_1 .onglet_content .onglet_txt .onglet_numero .elementor-heading-title, .onglet_2 .onglet_content .onglet_txt .onglet_numero .elementor-heading-title, .onglet_3 .onglet_content .onglet_txt .onglet_numero .elementor-heading-title {
  display: flex;
  flex-direction: row;
}
.onglet_1 .onglet_content .onglet_txt .onglet_numero .elementor-heading-title span, .onglet_2 .onglet_content .onglet_txt .onglet_numero .elementor-heading-title span, .onglet_3 .onglet_content .onglet_txt .onglet_numero .elementor-heading-title span {
  font-size: calc(28px + (38 - 28) * ((100vw - 300px) / (2560 - 300)));
  font-weight: 700;
  line-height: 0.8;
}
.onglet_1 .onglet_content .onglet_txt .onglet_titre, .onglet_2 .onglet_content .onglet_txt .onglet_titre, .onglet_3 .onglet_content .onglet_txt .onglet_titre {
  font-size: calc(22px + (28 - 22) * ((100vw - 300px) / (2560 - 300)));
  font-weight: 600;
}
.onglet_1 .onglet_content .onglet_txt .onglet_titre span, .onglet_2 .onglet_content .onglet_txt .onglet_titre span, .onglet_3 .onglet_content .onglet_txt .onglet_titre span {
  font-weight: 300;
}
.onglet_2 .e-n-tabs .e-n-tabs-heading .e-n-tab-title:first-child {
  border: 2px solid #7312FF;
  color: #7312FF;
  background-color: #DCDEF4;
}
.onglet_2 .e-n-tabs .e-n-tabs-heading .e-n-tab-title:first-child span:after {
  background-color: #7312FF;
}
.onglet_2 .e-n-tabs .e-n-tabs-heading .e-n-tab-title:nth-child(2) {
  border: 2px solid #07DFDA;
  color: #07DFDA;
  background-color: rgba(7, 223, 218, 0.1);
}
.onglet_2 .e-n-tabs .e-n-tabs-heading .e-n-tab-title:nth-child(2) span:after {
  background-color: #07DFDA;
}
.onglet_2 .e-n-tabs .e-n-tabs-heading .e-n-tab-title:nth-child(3) {
  border: 2px solid #9D21E5;
  color: #9D21E5;
  background-color: rgba(157, 33, 229, 0.1);
}
.onglet_2 .e-n-tabs .e-n-tabs-heading .e-n-tab-title:nth-child(3) span:after {
  background-color: #9D21E5;
}
.onglet_2 .e-n-tabs .e-n-tabs-heading .e-n-tab-title:last-child {
  border: 2px solid #EB17D6;
  color: #EB17D6;
  background-color: rgba(235, 23, 214, 0.1);
}
.onglet_2 .e-n-tabs .e-n-tabs-heading .e-n-tab-title:last-child span:after {
  background-color: #EB17D6;
}
.onglet_2 .e-n-tabs .e-n-tabs-heading .e-n-tab-title:hover:first-child, .onglet_2 .e-n-tabs .e-n-tabs-heading .e-n-tab-title[aria-selected=true]:first-child {
  background-color: #7312FF !important;
  color: #ffffff !important;
}
.onglet_2 .e-n-tabs .e-n-tabs-heading .e-n-tab-title:hover:first-child span:after, .onglet_2 .e-n-tabs .e-n-tabs-heading .e-n-tab-title[aria-selected=true]:first-child span:after {
  background-color: #ffffff;
}
.onglet_2 .e-n-tabs .e-n-tabs-heading .e-n-tab-title:hover:nth-child(2), .onglet_2 .e-n-tabs .e-n-tabs-heading .e-n-tab-title[aria-selected=true]:nth-child(2) {
  background-color: #07DFDA !important;
  color: #ffffff !important;
}
.onglet_2 .e-n-tabs .e-n-tabs-heading .e-n-tab-title:hover:nth-child(2) span:after, .onglet_2 .e-n-tabs .e-n-tabs-heading .e-n-tab-title[aria-selected=true]:nth-child(2) span:after {
  background-color: #ffffff;
}
.onglet_2 .e-n-tabs .e-n-tabs-heading .e-n-tab-title:hover:nth-child(3), .onglet_2 .e-n-tabs .e-n-tabs-heading .e-n-tab-title[aria-selected=true]:nth-child(3) {
  background-color: #9D21E5 !important;
  color: #ffffff !important;
}
.onglet_2 .e-n-tabs .e-n-tabs-heading .e-n-tab-title:hover:nth-child(3) span:after, .onglet_2 .e-n-tabs .e-n-tabs-heading .e-n-tab-title[aria-selected=true]:nth-child(3) span:after {
  background-color: #ffffff;
}
.onglet_2 .e-n-tabs .e-n-tabs-heading .e-n-tab-title:hover:last-child, .onglet_2 .e-n-tabs .e-n-tabs-heading .e-n-tab-title[aria-selected=true]:last-child {
  background-color: #EB17D6 !important;
  color: #ffffff !important;
}
.onglet_2 .e-n-tabs .e-n-tabs-heading .e-n-tab-title:hover:last-child span:after, .onglet_2 .e-n-tabs .e-n-tabs-heading .e-n-tab-title[aria-selected=true]:last-child span:after {
  background-color: #ffffff;
}
/******************************
* Accordéons
******************************/
.accordeon_1 .e-n-accordion-item-title {
  border: 0px !important;
  border-bottom: 1px solid #DCDEF4 !important;
  padding: 15px 0px !important;
}
.accordeon_1 .e-n-accordion-item-title .e-n-accordion-item-title-text {
  font-size: calc(18px + (20 - 18) * ((100vw - 300px) / (2560 - 300)));
  font-weight: 500;
  line-height: 1.1;
}
.accordeon_1 .e-n-accordion-item-title .e-n-accordion-item-title-icon {
  background-color: #ffffff;
  padding: 10px;
  box-shadow: 2px 2px 3px #DCDEF4;
  border-radius: 12px;
  border: 1px solid #DCDEF4;
}
.accordeon_1 .e-n-accordion-item-title .e-n-accordion-item-title-icon svg {
  height: 15px !important;
  width: 15px;
  fill: #7312FF !important;
}
.accordeon_1 .e-n-accordion-item-title[aria-expanded=true] .e-n-accordion-item-title-text {
  color: #7312FF;
}
.accordeon_1 :where(.elementor-widget-n-accordion .e-n-accordion-item > .e-con) {
  border: 0px !important;
}
.accordeon_2 {
  counter-reset: my-awesome-counter;
}
.accordeon_2 .e-n-accordion-item {
  counter-increment: my-awesome-counter;
  position: relative;
}
.accordeon_2 .e-n-accordion-item-title {
  border: 0px !important;
  border-bottom: 1px solid #DCDEF4 !important;
  padding: 15px 0px !important;
}
.accordeon_2 .e-n-accordion-item-title .e-n-accordion-item-title-text {
  font-size: calc(18px + (20 - 18) * ((100vw - 300px) / (2560 - 300)));
  font-weight: 600;
  line-height: 1.1;
  padding-left: 60px;
  position: relative;
}
.accordeon_2 .e-n-accordion-item-title .e-n-accordion-item-title-text:before {
  content: counter(my-awesome-counter) " ";
  position: absolute;
  display: block;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  font-weight: 500;
  top: 50%;
  left: 0%;
  transform: translateX(0%) translateY(-50%);
  border-radius: 50%;
  background-color: #DCDEF4;
  color: #7312FF;
}
.accordeon_2 .e-n-accordion-item-title .e-n-accordion-item-title-icon {
  background-color: #ffffff;
  padding: 10px;
  box-shadow: 2px 2px 3px #DCDEF4;
  border-radius: 12px;
  border: 1px solid #DCDEF4;
}
.accordeon_2 .e-n-accordion-item-title .e-n-accordion-item-title-icon svg {
  height: 15px !important;
  width: 15px;
  fill: #7312FF !important;
}
.accordeon_2 .e-n-accordion-item-title[aria-expanded=true] .e-n-accordion-item-title-text {
  color: #7312FF;
}
.accordeon_2 :where(.elementor-widget-n-accordion .e-n-accordion-item > .e-con) {
  border: 0px !important;
}
/******************************
* images
******************************/
svg {
  min-height: 6px;
  min-width: 6px;
}
.img_radius {
  border-radius: 35px !important;
  overflow: hidden !important;
}
.bg_img_triple {
  position: relative;
}
.bg_img_triple:before {
  content: "" !important;
  display: block;
  position: absolute;
  top: auto !important;
  bottom: 0;
  left: 0 !important;
  transform: translateX(-30%) translateY(40%) !important;
  width: 500px !important;
  height: 500px !important;
  background: linear-gradient(90deg, #7614ff 0%, #7312ff 50%, #07dfda 100%);
  opacity: 0.7 !important;
  mask-image: url("/wp-content/uploads/2025/05/forme-2.svg");
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-image: url("/wp-content/uploads/2025/05/forme-2.svg");
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
}
@media screen and (max-width: 880px) {
  .bg_img_triple:before {
    opacity: 0.3 !important;
  }
}
.icon_rond .elementor-icon {
  background-color: rgba(220, 222, 244, 0.5);
  border-radius: 50%;
  padding: 15px;
}
.icon_rond .elementor-icon svg {
  fill: #7312FF;
  height: 40px;
  width: 40px;
}
/******************************
* Liste
******************************/
.liste_puce_1 ul, .liste_puce_1b ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.liste_puce_1 ul li, .liste_puce_1b ul li {
  padding-left: 30px;
  position: relative;
  padding-bottom: 10px;
}
.liste_puce_1 ul li:before, .liste_puce_1b ul li:before {
  content: "";
  position: absolute;
  display: block;
  height: 18px;
  width: 18px;
  top: 2px;
  left: 0%;
  background-color: #7312FF;
  mask-image: url("/wp-content/uploads/2025/05/picto-fleche-bis.svg");
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-image: url("/wp-content/uploads/2025/05/picto-fleche-bis.svg");
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
}
.liste_puce_1b ul li {
  font-size: 18px;
}
.liste_puce_1b ul li:before {
  top: 4px;
}
.liste_puce_2 ul, .liste_puce_2b ul, .liste_puce_2c ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.liste_puce_2 ul li, .liste_puce_2b ul li, .liste_puce_2c ul li {
  padding-left: 15px;
  position: relative;
  padding-bottom: 10px;
}
.liste_puce_2 ul li:before, .liste_puce_2b ul li:before, .liste_puce_2c ul li:before {
  content: "";
  position: absolute;
  display: block;
  height: 6px;
  width: 6px;
  top: 8px;
  left: 0%;
  background-color: #7312FF;
  border-radius: 50%;
}
.liste_puce_2b ul li {
  font-size: 18px;
}
.liste_puce_2b ul li:before {
  top: 4px;
}
.liste_puce_2c ul li:before {
  background-color: #ffffff;
}
/******************************
* BLOC conunter
******************************/
.all_bloc_numbers_top {
  counter-reset: my-awesome-counter;
  position: relative;
}
.all_bloc_numbers_top .bloc_number {
  counter-increment: my-awesome-counter;
  position: relative;
  padding-top: 60px;
}
.all_bloc_numbers_top .bloc_number:before {
  content: counter(my-awesome-counter) " ";
  position: absolute;
  display: block;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  font-weight: 500;
  top: 0%;
  left: 0%;
  border-radius: 50%;
  background-color: #DCDEF4;
  color: #7312FF;
}
.all_bloc_numbers_left {
  counter-reset: my-awesome-counter;
  position: relative;
}
.all_bloc_numbers_left .bloc_number {
  counter-increment: my-awesome-counter;
  position: relative;
  padding-left: 60px;
}
.all_bloc_numbers_left .bloc_number:before {
  content: counter(my-awesome-counter) " ";
  position: absolute;
  display: block;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  font-weight: 500;
  top: 0%;
  left: 0%;
  border-radius: 50%;
  background-color: #DCDEF4;
  color: #7312FF;
}
/******************************
* hero / ban home
******************************/
.ban_home {
  position: relative;
}
.ban_home > .e-con-inner {
  z-index: 2;
}
.ban_home .ban_titre {
  position: relative;
  font-size: calc(20px + (25 - 20) * ((100vw - 300px) / (2560 - 300)));
  color: #000000;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  width: fit-content;
}
.ban_home .ban_titre .elementor-heading-title {
  line-height: 1.2;
}
@media screen and (max-width: 880px) {
  .ban_home .ban_titre br {
    display: none;
  }
}
.ban_home .ban_titre strong, .ban_home .ban_titre b {
  font-weight: 800;
}
.ban_home .ban_titre span {
  background: linear-gradient(90deg, #7614ff 0%, #07dfda 100%);
  font-size: calc(34px + (46 - 34) * ((100vw - 300px) / (2560 - 300)));
  -webkit-background-clip: text;
  color: transparent;
  display: inline-block;
  line-height: 1.1;
}
.bloc_float {
  border-radius: 35px !important;
  overflow: hidden !important;
}
.bloc_float .bloc_float_txt1, .bloc_float .bloc_float_txt2, .bloc_float .bloc_float_txt3 {
  font-size: 12px;
  line-height: 1.1;
  letter-spacing: 0.3px;
  color: #ffffff;
}
.bloc_float .bloc_float_txt1 strong, .bloc_float .bloc_float_txt2 strong, .bloc_float .bloc_float_txt3 strong {
  font-size: 14px;
}
.bloc_float .bloc_float_txt1 p, .bloc_float .bloc_float_txt2 p, .bloc_float .bloc_float_txt3 p {
  margin-bottom: 0px;
}
.compteur_1 .elementor-counter-number-wrapper {
  font-size: calc(20px + (26 - 20) * ((100vw - 300px) / (2560 - 300))) !important;
  font-weight: 700 !important;
  color: #7312FF;
}
.compteur_1 .elementor-counter-title {
  font-size: 18px !important;
  line-height: 1.2 !important;
  color: #000000;
}
.car_avis .swiper {
  padding: 1rem 1rem 40px 1rem !important;
}
.car_avis .swiper-slide {
  box-shadow: 5px 5px 10px #DCDEF4;
  border-radius: 20px !important;
  border: 0px !important;
  padding: 1rem !important;
}
.car_avis .swiper-slide .elementor-testimonial__header {
  align-items: center;
}
.car_avis .swiper-slide .elementor-testimonial__header .elementor-testimonial__image img {
  height: 100px;
  width: 100px;
}
.car_avis .swiper-slide .elementor-testimonial__header .elementor-testimonial__cite .elementor-testimonial__name {
  font-size: 18px;
  font-weight: 700;
}
.car_avis .elementor-swiper-button svg {
  display: none;
}
.car_avis .elementor-swiper-button-next:after, .car_avis .elementor-swiper-button-prev:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 20px;
  height: 20px;
  background-color: #7312FF;
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
}
.car_avis .elementor-swiper-button-prev {
  left: 25px !important;
}
.car_avis .elementor-swiper-button-prev:after {
  mask-image: url("/wp-content/uploads/2025/05/picto-fleche-gauche.svg");
  -webkit-mask-image: url("/wp-content/uploads/2025/05/picto-fleche-gauche.svg");
}
.car_avis .elementor-swiper-button-next {
  right: 25px !important;
}
.car_avis .elementor-swiper-button-next:after {
  mask-image: url("/wp-content/uploads/2025/05/picto-fleche-droite.svg");
  -webkit-mask-image: url("/wp-content/uploads/2025/05/picto-fleche-droite.svg");
}
.bloc_icon_hover {
  border-radius: 25px !important;
  height: 250px !important;
  width: 100%;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.bloc_icon_hover .icon_hover_front, .bloc_icon_hover .icon_hover_back {
  position: absolute;
  top: 0%;
  left: 0%;
  height: 100%;
  width: 100%;
  padding: 2rem !important;
  border-radius: 25px !important;
  box-shadow: 5px 5px 10px #DCDEF4;
}
.bloc_icon_hover .icon_hover_front {
  background-color: #ffffff;
  z-index: 2;
  transform: rotateY(0);
  transition: all 0.3s ease-in-out;
}
.bloc_icon_hover .icon_hover_front .icon_hover_icon .elementor-icon {
  background-color: rgba(220, 222, 244, 0.5);
  border-radius: 50%;
  padding: 15px;
}
.bloc_icon_hover .icon_hover_front .icon_hover_icon .elementor-icon svg {
  fill: #7312FF;
  height: 40px;
  width: 40px;
  transition: all 0.3s ease-in-out;
}
.bloc_icon_hover .icon_hover_front .icon_hover_titre {
  font-size: calc(16px + (18 - 16) * ((100vw - 300px) / (2560 - 300)));
  font-weight: 600;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.bloc_icon_hover .icon_hover_front .icon_hover_btn {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.bloc_icon_hover .icon_hover_front .icon_hover_btn svg {
  fill: #07DFDA;
}
.bloc_icon_hover .icon_hover_back {
  background-color: #7312FF;
  transform: rotateY(-180deg);
  transition: all 0.3s ease-in-out;
  opacity: 0;
  z-index: 1;
}
.bloc_icon_hover .icon_hover_back .icon_hover_txt {
  color: #ffffff;
  font-size: 14px;
  line-height: 1.1;
  transition: all 0.3s ease-in-out;
}
.bloc_icon_hover:hover .icon_hover_front {
  background-color: transparent;
  transform: rotateY(180deg);
  transition: all 0.3s ease-in-out;
}
.bloc_icon_hover:hover .icon_hover_front .icon_hover_icon .elementor-icon svg {
  fill: #ffffff;
  transition: all 0.3s ease-in-out;
}
.bloc_icon_hover:hover .icon_hover_front .icon_hover_titre, .bloc_icon_hover:hover .icon_hover_front .icon_hover_btn {
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.bloc_icon_hover:hover .icon_hover_back {
  opacity: 1;
  transform: rotateY(0deg);
  transition: all 0.3s ease-in-out;
}
/************************
* Page divers
*************************/
.fil_ariane .breadcrumbs {
  color: #7312FF;
  font-weight: 600;
}
.fil_ariane .breadcrumbs a {
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.fil_ariane .breadcrumbs a:hover {
  color: #7312FF;
  transition: all 0.3s ease-in-out;
}
.ban_inte {
  position: relative;
}
.ban_inte > .e-con-inner {
  z-index: 2;
}
.ban_inte .breadcrumbs {
  color: #7312FF;
  font-weight: 600;
  padding-left: 10px;
}
.ban_inte .breadcrumbs a {
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.ban_inte .breadcrumbs a:hover {
  color: #7312FF;
  transition: all 0.3s ease-in-out;
}
.ban_inte .ban_titre {
  position: relative;
  font-size: calc(20px + (25 - 20) * ((100vw - 300px) / (2560 - 300)));
  color: #000000;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  width: fit-content;
}
.ban_inte .ban_titre .elementor-heading-title {
  line-height: 1.2;
}
@media screen and (max-width: 880px) {
  .ban_inte .ban_titre br {
    display: none;
  }
}
.ban_inte .ban_titre strong, .ban_inte .ban_titre b {
  font-weight: 800;
}
.ban_inte .ban_titre span {
  background: linear-gradient(90deg, #7614ff 0%, #07dfda 100%);
  font-size: calc(34px + (46 - 34) * ((100vw - 300px) / (2560 - 300)));
  -webkit-background-clip: text;
  color: transparent;
  display: inline-block;
  line-height: 1.2;
}
.ban_inte .ban_desc {
  font-size: calc(16px + (18 - 16) * ((100vw - 300px) / (2560 - 300)));
}
.ban_inte .ban_bgimg {
  border-radius: 35px;
  overflow: hidden;
}
/************************
* Page 
*************************/
.bloc_formation_info {
  background-color: #7312FF;
  color: #ffffff;
  padding: 2rem !important;
  border-radius: 35px !important;
}
@media screen and (max-width: 767px) {
  .bloc_formation_info {
    padding: 1rem !important;
  }
}
.bloc_formation_info .sup_titre {
  font-weight: 400;
  text-transform: uppercase;
}
.bloc_formation_info .titre {
  font-size: calc(20px + (24 - 20) * ((100vw - 300px) / (2560 - 300)));
  font-weight: 600;
}
.bloc_formation_info .bloc_price {
  border-top: 1px solid #ffffff !important;
  border-bottom: 1px solid #ffffff !important;
  margin-top: 1rem;
}
.bloc_formation_info .bloc_price_info {
  background-color: #ffffff;
  color: #7312FF;
  border-radius: 10px;
  padding: 10px;
  min-width: 150px !important;
}
.bloc_formation_info .bloc_price_info .elementor-icon-box-title {
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}
.bloc_formation_info .bloc_price_info .elementor-icon-box-description {
  font-size: 24px;
  font-weight: 600;
}
.bloc_formation_info .nb_action {
  font-weight: 400;
  font-size: 14px;
}
.bloc_formation_info .iconbox_spe {
  width: 100%;
}
.bloc_formation_info .iconbox_spe .elementor-icon svg {
  fill: #ffffff;
  width: 26px;
}
.bloc_formation_info .iconbox_spe .elementor-icon-box-content {
  font-weight: 500;
  width: 100%;
}
@media screen and (min-width: 880px) {
  .bloc_formation_info .iconbox_spe .elementor-icon-box-content {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.bloc_formation_info .iconbox_spe .elementor-icon-box-content .elementor-icon-box-title {
  margin-right: 5px;
}
@media screen and (max-width: 880px) {
  .bloc_formation_info .iconbox_spe .elementor-icon-box-content .elementor-icon-box-title {
    margin-right: 0px;
  }
}
.bloc_formation_info .iconbox {
  width: 100%;
}
.bloc_formation_info .iconbox .elementor-icon svg {
  fill: #ffffff;
  width: 26px;
}
.bloc_formation_info .iconbox .elementor-icon-box-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  width: 100%;
}
.bloc_formation_info .iconbox .elementor-icon-box-content .elementor-icon-box-title {
  padding-right: 20px;
}
@media screen and (max-width: 880px) {
  .bloc_formation_info .iconbox .elementor-icon-box-content .elementor-icon-box-title {
    padding-right: 10px;
    width: 75%;
  }
}
@media screen and (max-width: 880px) {
  .bloc_formation_info .aligndescrightmob .elementor-icon-box-description {
    text-align: right !important;
  }
}
/************************
* Page Type de formation
*************************/
.bloc_savoir {
  padding-top: 2rem !important;
  padding-left: 2rem !important;
}
.bloc_savoir .bloc_savoir_titre {
  color: #ffffff;
  text-align: center;
  position: absolute;
  top: 0%;
  left: 0%;
  padding: 20px 35px !important;
}
.bloc_savoir .bloc_savoir_titre:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  height: 100%;
  width: 100%;
  z-index: 1;
  background: linear-gradient(90deg, #7312FF 0%, #EB17D6 100%);
  mask-image: url("/wp-content/uploads/2025/05/forme-3.svg");
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-image: url("/wp-content/uploads/2025/05/forme-3.svg");
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
}
.bloc_savoir .bloc_savoir_titre .elementor-heading-title {
  position: relative;
  z-index: 2;
  font-size: 13px;
}
.bloc_savoir .bloc_savoir_titre .elementor-heading-title span {
  font-weight: 600;
  font-size: 16px;
}
.bloc_savoir .bloc_savoir_txt {
  background: linear-gradient(180deg, #7312ff 0%, #280a53 100%);
  border-radius: 35px !important;
  padding: 40px 30px !important;
  color: #ffffff;
  font-size: 18px;
  font-weight: 300;
}
.bloc_savoir .bloc_savoir_txt p {
  margin-bottom: 0px;
}
/************************
* Page remerciement contact
*************************/
#remerciement_content {
  padding: 6rem 0rem;
}
/************************
* Page Erreur 404
*************************/
#page404_content {
  padding: 6rem 0rem;
}
/************************
* Page de résultat de recherche
*************************/
.search_result_bloc {
  padding: 2rem 0rem;
}
/************************
* Page archive
*************************/
/*****************************************************************************************************************************
  * swiper
******************************************************************************************************************************/
.elementor-swiper-button {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 40px !important;
  height: 40px !important;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 1px 1px 4px 1px rgba(53, 48, 45, 0.25);
  transition: all 0.3s ease-in-out;
}
.elementor-swiper-button svg {
  fill: #7312FF !important;
  width: 20px !important;
  height: 20px !important;
  transition: all 0.3s ease-in-out;
}
.elementor-swiper-button:hover {
  transition: all 0.3s ease-in-out;
}
.elementor-swiper-button:hover svg {
  fill: #9D21E5 !important;
  transition: all 0.3s ease-in-out;
}
.elementor-swiper-button.swiper-button-lock {
  display: none !important;
}
.swiper-pagination .swiper-pagination-bullet {
  height: 10px !important;
  width: 10px !important;
  background-color: #7312FF !important;
  transition: all 0.3s ease-in-out;
}
.swiper-pagination .swiper-pagination-bullet:hover {
  transition: all 0.3s ease-in-out;
}
/*****************************************************************************************************************************
  * pagination
******************************************************************************************************************************/
.elementor-post-navigation .elementor-post-navigation__prev a, .elementor-post-navigation .elementor-post-navigation__next a {
  color: #7312FF;
  transition: all 0.3s ease-in-out;
}
.elementor-post-navigation .elementor-post-navigation__prev a:hover, .elementor-post-navigation .elementor-post-navigation__next a:hover {
  transition: all 0.3s ease-in-out;
}
.elementor-post-navigation .post-navigation__arrow-prev i, .elementor-post-navigation .post-navigation__arrow-next i {
  color: #7312FF;
  transition: all 0.3s ease-in-out;
}
.elementor-post-navigation .post-navigation__arrow-prev i:hover, .elementor-post-navigation .post-navigation__arrow-next i:hover {
  color: #9D21E5;
  transition: all 0.3s ease-in-out;
}
.elementor-pagination {
  padding: 3rem 1rem;
}
.elementor-pagination .page-numbers {
  background-color: #ffffff;
  color: #000000;
  width: 36px;
  height: 36px;
  display: inline-block;
  border: 1px solid #EEEEEE;
  border-radius: 25px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.8;
}
.elementor-pagination .prev, .elementor-pagination .next {
  padding: 5px 10px;
  width: auto;
}
.elementor-pagination a.page-numbers {
  transition: all 0.3s ease-in-out;
}
.elementor-pagination a.page-numbers:hover {
  background-color: #7312FF !important;
  color: #ffffff !important;
  transition: all 0.3s ease-in-out;
  border: 1px solid #7312FF;
}
.elementor-pagination .current {
  background-color: #7312FF !important;
  color: #ffffff !important;
  border: 1px solid #7312FF;
  transition: all 0.3s ease-in-out;
}
/*****************************************************************************************************************************
  * loop
******************************************************************************************************************************/
/************************
  * loop actu
*************************/
.car_actus .swiper {
  padding: 1rem !important;
}
.car_actus .swiper .swiper-slide {
  overflow: visible !important;
}
.loop_actu {
  position: relative;
}
.loop_actu .loop_content_img {
  padding-right: 1.5rem !important;
}
.loop_actu .loop_content_img .loop_img {
  overflow: hidden;
  border-radius: 15px;
}
.loop_actu .loop_content {
  width: 85%;
  align-self: flex-end;
  background-color: #ffffff;
  margin-top: -2rem;
  box-shadow: 3px 3px 15px #DCDEF4;
  padding: 2rem !important;
  padding-bottom: calc(2rem + 40px) !important;
}
@media screen and (min-width: 767px) {
  .loop_actu .loop_content {
    height: 100%;
  }
}
.loop_actu .loop_content > .e-con-inner {
  padding: 0px !important;
}
.loop_actu .loop_content .loop_titre a {
  color: #000000 !important;
  font-size: 20px !important;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 1.1 !important;
  transition: all 0.3s ease-in-out;
}
.loop_actu .loop_content .loop_desc {
  color: #000000;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}
.loop_actu .loop_content .btn_blog {
  position: absolute;
  bottom: 2rem;
}
.loop_actu .loop_content .btn_blog .elementor-button-link {
  background-color: transparent;
  color: #000000;
  font-size: 14px;
  padding: 0px 0px;
  border: 0px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}
.loop_actu .loop_content .btn_blog .elementor-button-link:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  transform: scaleX(0);
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #07DFDA;
  transition: all 0.3s ease-in-out;
}
.loop_actu .loop_content .btn_blog .elementor-button-link .elementor-button-content-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  height: 30px;
}
.loop_actu .loop_content .btn_blog .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon {
  margin-right: 10px;
}
.loop_actu .loop_content .btn_blog .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 15px;
  width: 15px;
  fill: #07DFDA;
  transition: all 0.3s ease-in-out;
}
.loop_actu .loop_content .btn_blog .elementor-button-link:visited, .loop_actu .loop_content .btn_blog .elementor-button-link:focus {
  color: #000000;
}
.loop_actu .loop_content .btn_blog .elementor-button-link:visited svg, .loop_actu .loop_content .btn_blog .elementor-button-link:focus svg {
  fill: #07DFDA;
}
.loop_actu .loop_content .btn_blog .elementor-button-link:hover {
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  border: 0px;
  color: #000000;
}
.loop_actu .loop_content .btn_blog .elementor-button-link:hover:after {
  transform: scaleX(1);
  transform-origin: bottom center;
  transition: all 0.3s ease-in-out;
}
.loop_actu .loop_content .btn_blog .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #07DFDA !important;
  transition: all 0.3s ease-in-out;
}
.loop_actu:hover .loop_titre {
  transition: all 0.3s ease-in-out;
}
.loop_actu:hover .loop_titre a {
  color: #9D21E5 !important;
  transition: all 0.3s ease-in-out;
}
/************************
  * loop formation
*************************/
.loop_formation {
  position: relative;
  padding: 8px !important;
  border-radius: 20px !important;
  overflow: hidden !important;
  position: relative;
}
.loop_formation::before {
  content: "" !important;
  display: block;
  position: absolute;
  top: 0 !important;
  left: 0 !important;
  height: 100%;
  width: 100%;
  transition: all 0.5s ease-in-out !important;
  background-image: linear-gradient(to top, rgba(118, 20, 255, 0.75) 0%, rgba(118, 20, 255, 0.75) 25%, rgba(118, 20, 255, 0.5) 50%, #ffffff00 100%);
  background-size: 100% 150%;
  background-position: top;
}
.loop_formation .loop_content .loop_titre {
  color: #ffffff !important;
  font-size: calc(18px + (20 - 18) * ((100vw - 300px) / (2560 - 300))) !important;
  font-weight: 600;
  line-height: 1 !important;
  transition: all 0.3s ease-in-out;
}
.loop_formation .loop_content .btn_formation {
  position: absolute;
  bottom: -100px;
  right: 0px;
  transition: all 0.3s ease-in-out;
}
.loop_formation .loop_content .btn_formation .elementor-icon {
  background-color: #ffffff;
  color: #7312FF;
  font-size: 14px;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loop_formation .loop_content .btn_formation .elementor-icon svg {
  fill: #7312FF;
  height: auto;
  width: 14px;
}
.loop_formation:hover::before {
  transition: all 0.5s ease-in-out !important;
  background-size: 100% 100%;
}
.loop_formation:hover .loop_titre {
  transition: all 0.3s ease-in-out;
}
.loop_formation:hover .loop_titre a {
  color: #ffffff !important;
  transition: all 0.3s ease-in-out;
}
.loop_formation:hover .btn_formation {
  transition: all 0.3s ease-in-out;
  position: absolute;
  bottom: 15px;
  right: 0px;
}
.classe-virtuelle .elementor-heading-title, .e-learning .elementor-heading-title {
  border-radius: 20px;
  padding: 5px 10px;
  display: inline-block;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}
.classe-virtuelle .elementor-heading-title {
  background-color: #7312FF;
}
.e-learning .elementor-heading-title {
  background-color: #9D21E5;
}
/************************
  * Page archives
*************************/
/************************
* Page article
*************************/
.ban_inte_actu {
  position: relative;
}
.ban_inte_actu > .e-con-inner {
  z-index: 2;
}
.ban_inte_actu .breadcrumbs {
  color: #7312FF;
  font-weight: 600;
  padding-left: 10px;
}
.ban_inte_actu .breadcrumbs a {
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.ban_inte_actu .breadcrumbs a:hover {
  color: #7312FF;
  transition: all 0.3s ease-in-out;
}
.ban_inte_actu .ban_titre {
  position: relative;
  font-size: calc(20px + (25 - 20) * ((100vw - 300px) / (2560 - 300)));
  color: #000000;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  width: fit-content;
}
.ban_inte_actu .ban_titre .elementor-heading-title {
  line-height: 1.2;
}
@media screen and (max-width: 880px) {
  .ban_inte_actu .ban_titre br {
    display: none;
  }
}
.ban_inte_actu .ban_titre strong, .ban_inte_actu .ban_titre b {
  font-weight: 800;
}
.ban_inte_actu .ban_titre span {
  background: linear-gradient(90deg, #7614ff 0%, #07dfda 100%);
  font-size: calc(34px + (46 - 34) * ((100vw - 300px) / (2560 - 300)));
  -webkit-background-clip: text;
  color: transparent;
  display: inline-block;
  line-height: 1.2;
}
.ban_inte_actu .ban_infos .elementor-icon-list-icon svg {
  fill: #7312FF;
}
.ban_inte_actu .ban_bgimg {
  border-radius: 35px;
  overflow: hidden;
}
.tdm_actu {
  border: 1px solid #DCDEF4 !important;
  border-radius: 8px !important;
}
.tdm_actu .elementor-toc__header {
  border-bottom: 0px;
  padding: 10px !important;
}
.tdm_actu .elementor-toc__header .elementor-toc__header-title {
  color: #7312FF;
}
.tdm_actu .elementor-toc__header .elementor-toc__toggle-button svg {
  fill: #7312FF;
}
.tdm_actu .elementor-toc__body {
  padding: 10px !important;
}
.tdm_actu .elementor-toc__body .elementor-toc__list-item {
  color: rgba(0, 0, 0, 0.8);
  transition: all 0.3s ease-in-out;
}
.tdm_actu .elementor-toc__body .elementor-toc__list-item .elementor-toc__list-item-text:hover {
  text-decoration: none;
}
.tdm_actu .elementor-toc__body .elementor-toc__list-item:hover {
  color: #7312FF;
  transition: all 0.3s ease-in-out;
}
.bloc_icon {
  border-radius: 25px !important;
  background-color: #ffffff;
  box-shadow: 5px 5px 10px #DCDEF4;
  padding: 2rem !important;
}
.bloc_icon .bloc_icon_titre {
  font-size: calc(16px + (18 - 16) * ((100vw - 300px) / (2560 - 300)));
  font-weight: 600;
}
#row_totop {
  width: 40px;
  height: 40px;
  z-index: 999;
  position: fixed;
  bottom: 30px;
  right: 30px;
}
#totop {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  background-color: #7312FF;
  border-radius: 50%;
  z-index: 999;
  cursor: pointer;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 767px) {
  #totop {
    position: relative !important;
    margin: 0px auto 20px auto;
  }
}
#totop:before {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50.8%);
  z-index: 2;
  background-color: #ffffff;
  mask-image: url("../icons/dropdown-up.svg");
  mask-size: 50%;
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-image: url("../icons/dropdown-up.svg");
  -webkit-mask-size: 50%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
}
#totop:hover {
  background-color: #9D21E5;
  transform: scale(1.2);
  transition: all 0.3s ease-in-out;
  opacity: 1;
}
#totop i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%) rotate(180deg);
  opacity: 1;
}
.btn_cta_1 .elementor-button-link, .btn_cta_2 .elementor-button-link, .btn_cta_3 .elementor-button-link, .btn_cta_4 .elementor-button-link {
  background-color: #7312FF;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  padding: 0px 15px;
  min-width: 200px;
  border: 0px solid #7312FF;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  transition: color 0.5s ease-in-out;
  text-transform: uppercase;
  overflow: hidden;
  position: relative;
}
.btn_cta_1 .elementor-button-link:before, .btn_cta_2 .elementor-button-link:before, .btn_cta_3 .elementor-button-link:before, .btn_cta_4 .elementor-button-link:before {
  content: "";
  position: absolute;
  display: block;
  height: 102%;
  width: 150%;
  top: 0%;
  left: -150%;
  background-color: #9D21E5;
  z-index: 1;
  clip-path: polygon(30px 0%, 100% 0%, calc(100% - 30px) 100%, 0% 100%);
  transition: all 0.7s ease-in-out;
}
.btn_cta_1 .elementor-button-link .elementor-button-content-wrapper, .btn_cta_2 .elementor-button-link .elementor-button-content-wrapper, .btn_cta_3 .elementor-button-link .elementor-button-content-wrapper, .btn_cta_4 .elementor-button-link .elementor-button-content-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  height: 50px;
  z-index: 2;
  position: relative;
}
.btn_cta_1 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon, .btn_cta_2 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon, .btn_cta_3 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon, .btn_cta_4 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon {
  margin-right: 10px;
}
.btn_cta_1 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg, .btn_cta_2 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg, .btn_cta_3 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg, .btn_cta_4 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 25px;
  width: 25px;
  fill: #ffffff;
  transition: all 0.3s ease-in-out;
}
.btn_cta_1 .elementor-button-link:visited, .btn_cta_1 .elementor-button-link:focus, .btn_cta_2 .elementor-button-link:visited, .btn_cta_2 .elementor-button-link:focus, .btn_cta_3 .elementor-button-link:visited, .btn_cta_3 .elementor-button-link:focus, .btn_cta_4 .elementor-button-link:visited, .btn_cta_4 .elementor-button-link:focus {
  color: #ffffff;
}
.btn_cta_1 .elementor-button-link:visited svg, .btn_cta_1 .elementor-button-link:focus svg, .btn_cta_2 .elementor-button-link:visited svg, .btn_cta_2 .elementor-button-link:focus svg, .btn_cta_3 .elementor-button-link:visited svg, .btn_cta_3 .elementor-button-link:focus svg, .btn_cta_4 .elementor-button-link:visited svg, .btn_cta_4 .elementor-button-link:focus svg {
  fill: #ffffff;
}
.btn_cta_1 .elementor-button-link:hover, .btn_cta_2 .elementor-button-link:hover, .btn_cta_3 .elementor-button-link:hover, .btn_cta_4 .elementor-button-link:hover {
  transition: all 0.3s ease-in-out;
  transition: color 0.5s ease-in-out;
  background-color: #7312FF;
  border: 0px solid #9D21E5;
  color: #ffffff;
}
.btn_cta_1 .elementor-button-link:hover:before, .btn_cta_2 .elementor-button-link:hover:before, .btn_cta_3 .elementor-button-link:hover:before, .btn_cta_4 .elementor-button-link:hover:before {
  left: -30%;
  transition: all 0.7s ease-in-out;
}
.btn_cta_1 .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg, .btn_cta_2 .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg, .btn_cta_3 .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg, .btn_cta_4 .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #ffffff !important;
  transition: all 0.3s ease-in-out;
}
.btn_cta_2 .elementor-button-link {
  background-color: #9D21E5;
  color: #ffffff;
  border: 0px solid #9D21E5;
}
.btn_cta_2 .elementor-button-link:before {
  background-color: #07DFDA;
}
.btn_cta_2 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #ffffff;
}
.btn_cta_2 .elementor-button-link:visited, .btn_cta_2 .elementor-button-link:focus {
  color: #ffffff;
}
.btn_cta_2 .elementor-button-link:visited svg, .btn_cta_2 .elementor-button-link:focus svg {
  fill: #ffffff;
}
.btn_cta_2 .elementor-button-link:hover {
  background-color: #9D21E5;
  border: 0px solid #07DFDA;
  color: #ffffff;
}
.btn_cta_2 .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #ffffff !important;
  transition: all 0.3s ease-in-out;
}
.btn_cta_upload .elementor-button-link {
  background-color: #7312FF;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  padding: 0px 15px;
  min-width: 200px;
  border: 0px solid #7312FF;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  transition: color 0.5s ease-in-out;
  text-transform: uppercase;
  overflow: hidden;
  position: relative;
}
.btn_cta_upload .elementor-button-link:before {
  content: "";
  position: absolute;
  display: block;
  height: 102%;
  width: 150%;
  top: 0%;
  left: -150%;
  background-color: #9D21E5;
  z-index: 1;
  clip-path: polygon(30px 0%, 100% 0%, calc(100% - 30px) 100%, 0% 100%);
  transition: all 0.7s ease-in-out;
}
.btn_cta_upload .elementor-button-link .elementor-button-content-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  height: 50px;
  z-index: 2;
  position: relative;
}
.btn_cta_upload .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon {
  margin-right: 10px;
}
.btn_cta_upload .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 25px;
  width: 25px;
  fill: #ffffff;
  transition: all 0.3s ease-in-out;
}
.btn_cta_upload .elementor-button-link .elementor-button-content-wrapper .elementor-button-text {
  position: relative;
  padding-left: 40px;
}
.btn_cta_upload .elementor-button-link .elementor-button-content-wrapper .elementor-button-text:before {
  content: "";
  position: absolute;
  display: block;
  height: 30px;
  width: 30px;
  top: 50%;
  left: 0%;
  transform: translateX(0%) translateY(-50%);
  background-color: #ffffff;
  mask-image: url("/wp-content/uploads/2025/09/upload-down-css.svg");
  mask-size: 100%;
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-image: url("/wp-content/uploads/2025/09/upload-down-css.svg");
  -webkit-mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
}
.btn_cta_upload .elementor-button-link:visited, .btn_cta_upload .elementor-button-link:focus {
  color: #ffffff;
}
.btn_cta_upload .elementor-button-link:visited svg, .btn_cta_upload .elementor-button-link:focus svg {
  fill: #ffffff;
}
.btn_cta_upload .elementor-button-link:hover {
  transition: all 0.3s ease-in-out;
  transition: color 0.5s ease-in-out;
  background-color: #7312FF;
  border: 0px solid #9D21E5;
  color: #ffffff;
}
.btn_cta_upload .elementor-button-link:hover:before {
  left: -30%;
  transition: all 0.7s ease-in-out;
}
.btn_cta_upload .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #ffffff !important;
  transition: all 0.3s ease-in-out;
}
.btn_cta_3 .elementor-button-link {
  background-color: #ffffff;
  color: #7312FF;
  border: 0px solid #ffffff;
}
.btn_cta_3 .elementor-button-link:before {
  background-color: #07DFDA;
}
.btn_cta_3 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #7312FF;
}
.btn_cta_3 .elementor-button-link:visited, .btn_cta_3 .elementor-button-link:focus {
  color: #7312FF;
}
.btn_cta_3 .elementor-button-link:visited svg, .btn_cta_3 .elementor-button-link:focus svg {
  fill: #7312FF;
}
.btn_cta_3 .elementor-button-link:hover {
  background-color: #ffffff;
  border: 0px solid #07DFDA;
  color: #ffffff;
}
.btn_cta_3 .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #ffffff !important;
  transition: all 0.3s ease-in-out;
}
.btn_cta_4 .elementor-button-link {
  background-color: #ffffff;
  color: #07DFDA;
  border: 0px solid #ffffff;
}
.btn_cta_4 .elementor-button-link:before {
  background-color: #7312FF;
}
.btn_cta_4 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #07DFDA;
}
.btn_cta_4 .elementor-button-link:visited, .btn_cta_4 .elementor-button-link:focus {
  color: #07DFDA;
}
.btn_cta_4 .elementor-button-link:visited svg, .btn_cta_4 .elementor-button-link:focus svg {
  fill: #07DFDA;
}
.btn_cta_4 .elementor-button-link:hover {
  background-color: #ffffff;
  border: 0px solid #07DFDA;
  color: #ffffff;
}
.btn_cta_4 .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #ffffff !important;
  transition: all 0.3s ease-in-out;
}
.btn_link_1 .elementor-button-link, .btn_link_2 .elementor-button-link {
  background-color: transparent;
  color: #07DFDA;
  font-size: 14px;
  font-weight: 600;
  padding: 0px 15px;
  min-width: 200px;
  border: 2px solid #07DFDA;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  transition: color 0.5s ease-in-out;
  text-transform: uppercase;
  overflow: hidden;
  position: relative;
}
.btn_link_1 .elementor-button-link:before, .btn_link_2 .elementor-button-link:before {
  content: "";
  position: absolute;
  display: block;
  height: 102%;
  width: 150%;
  top: 0%;
  left: -150%;
  background-color: #07DFDA;
  z-index: 1;
  clip-path: polygon(30px 0%, 100% 0%, calc(100% - 30px) 100%, 0% 100%);
  transition: all 0.7s ease-in-out;
}
.btn_link_1 .elementor-button-link .elementor-button-content-wrapper, .btn_link_2 .elementor-button-link .elementor-button-content-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  height: 48px;
  z-index: 2;
  position: relative;
}
.btn_link_1 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon, .btn_link_2 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon {
  margin-right: 10px;
}
.btn_link_1 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg, .btn_link_2 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 25px;
  width: 25px;
  fill: #07DFDA;
  transition: all 0.3s ease-in-out;
}
.btn_link_1 .elementor-button-link:visited, .btn_link_1 .elementor-button-link:focus, .btn_link_2 .elementor-button-link:visited, .btn_link_2 .elementor-button-link:focus {
  color: #07DFDA;
}
.btn_link_1 .elementor-button-link:visited svg, .btn_link_1 .elementor-button-link:focus svg, .btn_link_2 .elementor-button-link:visited svg, .btn_link_2 .elementor-button-link:focus svg {
  fill: #07DFDA;
}
.btn_link_1 .elementor-button-link:hover, .btn_link_2 .elementor-button-link:hover {
  transition: all 0.3s ease-in-out;
  transition: color 0.5s ease-in-out;
  background-color: transparent;
  border: 2px solid #07DFDA;
  color: #ffffff;
}
.btn_link_1 .elementor-button-link:hover:before, .btn_link_2 .elementor-button-link:hover:before {
  left: -30%;
  transition: all 0.7s ease-in-out;
}
.btn_link_1 .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg, .btn_link_2 .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #ffffff !important;
  transition: all 0.3s ease-in-out;
}
.btn_link_2 .elementor-button-link {
  background-color: transparent;
  color: #7312FF;
  border: 0px solid #ffffff;
}
.btn_link_2 .elementor-button-link:before {
  background-color: #7312FF;
}
.btn_link_2 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #7312FF;
}
.btn_link_2 .elementor-button-link:visited, .btn_link_2 .elementor-button-link:focus {
  color: #7312FF;
}
.btn_link_2 .elementor-button-link:visited svg, .btn_link_2 .elementor-button-link:focus svg {
  fill: #7312FF;
}
.btn_link_2 .elementor-button-link:hover {
  background-color: transparent;
  border: 0px solid #07DFDA;
  color: #ffffff;
}
.btn_link_2 .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #ffffff !important;
  transition: all 0.3s ease-in-out;
}
.btn_lirelasuite .elementor-button-link {
  background-color: transparent;
  color: #7312FF;
  font-size: 14px;
  padding: 0px 0px;
  border: 0px;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}
.btn_lirelasuite .elementor-button-link .elementor-button-content-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  height: 44px;
}
.btn_lirelasuite .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon {
  margin-left: 10px;
}
.btn_lirelasuite .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 9px;
  width: 20px;
  fill: #7312FF;
  transition: all 0.3s ease-in-out;
}
.btn_lirelasuite .elementor-button-link:visited, .btn_lirelasuite .elementor-button-link:focus {
  color: #7312FF;
}
.btn_lirelasuite .elementor-button-link:visited svg, .btn_lirelasuite .elementor-button-link:focus svg {
  fill: #7312FF;
}
.btn_lirelasuite .elementor-button-link:hover {
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  border: 0px;
  color: #9D21E5;
}
.btn_lirelasuite .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #9D21E5 !important;
  transition: all 0.3s ease-in-out;
}
.btn_num {
  z-index: 9;
}
.btn_num .elementor-button-link {
  background-color: #7312FF;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  padding: 0px 15px;
  min-width: 200px;
  border: 0px solid #7312FF;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  transition: color 0.5s ease-in-out;
  text-transform: uppercase;
  overflow: hidden;
  position: relative;
}
.btn_num .elementor-button-link:before {
  content: "";
  position: absolute;
  display: block;
  height: 102%;
  width: 150%;
  top: 0%;
  left: -150%;
  background-color: #9D21E5;
  z-index: 1;
  clip-path: polygon(30px 0%, 100% 0%, calc(100% - 30px) 100%, 0% 100%);
  transition: all 0.7s ease-in-out;
}
.btn_num .elementor-button-link .elementor-button-content-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  height: 50px;
  z-index: 2;
  position: relative;
}
.btn_num .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon {
  margin-right: 10px;
}
.btn_num .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 25px;
  width: 25px;
  fill: #ffffff;
  transition: all 0.3s ease-in-out;
}
.btn_num .elementor-button-link .elementor-button-content-wrapper .elementor-button-text {
  display: flex;
  flex-direction: column;
  height: 50px;
  width: 188px;
  position: relative;
}
.btn_num .elementor-button-link .elementor-button-content-wrapper .elementor-button-text div {
  height: 50px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0%;
  transition: all 0.3s ease-in-out;
}
.btn_num .elementor-button-link .elementor-button-content-wrapper .elementor-button-text div:first-child {
  transform: translateY(0%);
}
.btn_num .elementor-button-link .elementor-button-content-wrapper .elementor-button-text div:last-child {
  transform: translateY(100%);
  font-size: 20px;
}
.btn_num .elementor-button-link:visited, .btn_num .elementor-button-link:focus {
  color: #ffffff;
}
.btn_num .elementor-button-link:visited svg, .btn_num .elementor-button-link:focus svg {
  fill: #ffffff;
}
.btn_num .elementor-button-link:hover {
  transition: all 0.3s ease-in-out;
  transition: color 0.5s ease-in-out;
  background-color: #7312FF;
  border: 0px solid #9D21E5;
  color: #ffffff;
}
.btn_num .elementor-button-link:hover:before {
  left: -30%;
  transition: all 0.7s ease-in-out;
}
.btn_num .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #ffffff !important;
  transition: all 0.3s ease-in-out;
}
.btn_num .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-text div {
  transition: all 0.3s ease-in-out;
}
.btn_num .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-text div:first-child {
  transform: translateY(-100%);
}
.btn_num .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-text div:last-child {
  transform: translateY(0%);
}
.btn_num_anim {
  z-index: 9;
}
.btn_num_anim .elementor-button-link {
  background-color: #7312FF;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  padding: 0px 15px;
  min-width: 200px;
  border: 0px solid #7312FF;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  transition: color 0.5s ease-in-out;
  text-transform: uppercase;
  overflow: hidden;
  position: relative;
}
.btn_num_anim .elementor-button-link:before {
  content: "";
  position: absolute;
  display: block;
  height: 102%;
  width: 150%;
  top: 0%;
  left: -150%;
  background-color: #9D21E5;
  z-index: 1;
  clip-path: polygon(30px 0%, 100% 0%, calc(100% - 30px) 100%, 0% 100%);
  transition: all 0.7s ease-in-out;
}
.btn_num_anim .elementor-button-link .elementor-button-content-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  height: 50px;
  z-index: 2;
  position: relative;
}
.btn_num_anim .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon {
  margin-right: 10px;
}
.btn_num_anim .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 25px;
  width: 25px;
  fill: #ffffff;
  transition: all 0.3s ease-in-out;
}
.btn_num_anim .elementor-button-link .elementor-button-content-wrapper .elementor-button-text {
  display: flex;
  flex-direction: column;
  height: 50px;
  width: 188px;
  position: relative;
  padding-left: 14px;
}
.btn_num_anim .elementor-button-link .elementor-button-content-wrapper .elementor-button-text:before {
  content: "";
  position: absolute;
  display: block;
  height: 24px;
  width: 24px;
  top: 50%;
  left: -5px;
  transform: translateX(0%) translateY(-50%);
  background-color: #ffffff;
  mask-image: url("/wp-content/uploads/2025/09/telephone-anim.svg");
  mask-size: 100%;
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-image: url("/wp-content/uploads/2025/09/telephone-anim.svg");
  -webkit-mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
}
.btn_num_anim .elementor-button-link .elementor-button-content-wrapper .elementor-button-text div {
  height: 50px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0%;
  transition: all 0.3s ease-in-out;
}
.btn_num_anim .elementor-button-link .elementor-button-content-wrapper .elementor-button-text div:first-child {
  transform: translateY(0%);
}
.btn_num_anim .elementor-button-link .elementor-button-content-wrapper .elementor-button-text div:last-child {
  transform: translateY(100%);
  font-size: 20px;
}
.btn_num_anim .elementor-button-link:visited, .btn_num_anim .elementor-button-link:focus {
  color: #ffffff;
}
.btn_num_anim .elementor-button-link:visited svg, .btn_num_anim .elementor-button-link:focus svg {
  fill: #ffffff;
}
.btn_num_anim .elementor-button-link:hover {
  transition: all 0.3s ease-in-out;
  transition: color 0.5s ease-in-out;
  background-color: #7312FF;
  border: 0px solid #9D21E5;
  color: #ffffff;
}
.btn_num_anim .elementor-button-link:hover:before {
  left: -30%;
  transition: all 0.7s ease-in-out;
}
.btn_num_anim .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #ffffff !important;
  transition: all 0.3s ease-in-out;
}
.btn_num_anim .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-text div {
  transition: all 0.3s ease-in-out;
}
.btn_num_anim .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-text div:first-child {
  transform: translateY(-100%);
}
.btn_num_anim .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-text div:last-child {
  transform: translateY(0%);
}
.btn_fix {
  position: fixed !important;
  top: 50%;
  padding: 0px !important;
  margin: 0px !important;
  width: max-content !important;
  z-index: 99999999 !important;
  right: 24px !important;
  transform: rotate(-90deg) translateY(74px);
}
@media screen and (max-width: 767px) {
  .btn_fix {
    top: auto;
    bottom: 120px;
  }
}
.btn_fix .btn_cta_fix .elementor-button-link {
  background-image: linear-gradient(to right, #7312FF 0%, #07DFDA 51%, #7312FF 100%);
  background-size: 200% auto;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  padding: 0px 15px;
  border: 0px solid #7312FF;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  overflow: hidden;
  position: relative;
  box-shadow: -2px 2px 3px 1px rgba(53, 48, 45, 0.5);
}
.btn_fix .btn_cta_fix .elementor-button-link .elementor-button-content-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  height: 40px;
  z-index: 2;
  position: relative;
}
.btn_fix .btn_cta_fix .elementor-button-link .elementor-button-content-wrapper .elementor-button-text {
  display: inline-block;
  white-space: nowrap;
  line-height: 1;
}
.btn_fix .btn_cta_fix .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon {
  margin-right: 10px;
  transform: rotate(90deg);
}
.btn_fix .btn_cta_fix .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 25px;
  width: 25px;
  fill: #ffffff;
  transition: all 0.3s ease-in-out;
}
.btn_fix .btn_cta_fix .elementor-button-link:visited, .btn_fix .btn_cta_fix .elementor-button-link:focus {
  color: #ffffff;
}
.btn_fix .btn_cta_fix .elementor-button-link:visited svg, .btn_fix .btn_cta_fix .elementor-button-link:focus svg {
  fill: #ffffff;
}
.btn_fix .btn_cta_fix .elementor-button-link:hover {
  transition: all 0.3s ease-in-out;
  background-position: right center;
  border: 0px solid #9D21E5;
  color: #ffffff;
}
.btn_fix .btn_cta_fix .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #ffffff !important;
  transition: all 0.3s ease-in-out;
}
.btn-grad {
  margin: 10px;
  padding: 15px 45px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  color: white;
  box-shadow: 0 0 20px #eee;
  border-radius: 10px;
  display: block;
}
.btn-grad:hover {
  /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}
.form_elementor .form-field-name {
  border: 1px solid #7312FF;
  height: 50px;
  border-radius: 12px !important;
}
.form_elementor .elementor-field-textual {
  border: 1px solid #7312FF;
  padding: 10px;
  background-color: transparent;
  color: 1px solid #000000;
  border-radius: 12px !important;
}
.form_elementor .elementor-field-label {
  color: #07DFDA;
  font-size: 16px;
}
.form_elementor .elementor-field-type-acceptance {
  margin-top: 1rem;
}
.form_elementor .elementor-field-type-acceptance a {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  text-decoration: underline;
}
.form_elementor .elementor-field-type-acceptance a:hover {
  color: #DCDEF4;
  transition: all 0.3s ease-in-out;
}
.form_elementor .elementor-field-option {
  display: flex;
  flex-direction: row;
}
.form_elementor .elementor-field-option label {
  font-size: 12px;
  line-height: 1 !important;
  flex-basis: 92%;
}
.form_elementor input[type="checkbox"] {
  height: 20px !important;
  width: 20px !important;
  border: 1px solid #7312FF;
  display: inline-block !important;
  margin-right: 10px;
  border-radius: 50% !important;
}
.form_elementor input[type="checkbox"]:checked {
  position: relative;
}
.form_elementor input[type="checkbox"]:checked:before {
  content: "";
  height: 20px;
  width: 20px;
  background-image: url("../icons/contact-circle-solid.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 12px;
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  text-align: center;
}
.form_elementor .elementor-button {
  text-align: center;
  background: #ffffff;
  border: #ffffff;
  color: #7312FF !important;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  border-radius: 12px !important;
}
.form_elementor .elementor-button:hover {
  background-color: #9D21E5;
  color: #ffffff !important;
  border: #9D21E5;
  transition: all 0.3s ease-in-out;
}
.form_elementor .elementor-button .elementor-button-text {
  font-size: 20px;
}
.form_elementor input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
}
.form_elementor input::-webkit-input-placeholder, .form_elementor textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #7312FF !important;
  opacity: 1;
}
.form_elementor input::-moz-placeholder, .form_elementor textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #7312FF !important;
  opacity: 1;
}
.form_elementor input::-ms-input-placeholder, .form_elementor textarea::-ms-input-placeholder {
  /* IE 10+ */
  color: #7312FF !important;
  opacity: 1;
}
.form_elementor input::-moz-placeholder, .form_elementor textarea::-moz-placeholder {
  /* Firefox 18- */
  color: #7312FF !important;
  opacity: 1;
}
.form_elementor input::placeholder, .form_elementor textarea::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #7312FF !important;
  opacity: 1;
}
select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: 0px;
}
.input-hidden {
  height: 0;
  width: 0;
  overflow: hidden;
}
/******	Formaulaire catalogue
************************************/
.form_catalogue .form-field-name {
  border: 1px solid #7312FF;
  height: 50px;
  border-radius: 12px !important;
}
.form_catalogue .elementor-field-textual {
  border: 1px solid #DCDEF4 !important;
  padding: 10px;
  background-color: transparent;
  color: 1px solid #000000;
  border-radius: 12px !important;
  box-shadow: 1px 1px 3px 1px rgba(53, 48, 45, 0.25);
}
.form_catalogue .elementor-field-label {
  color: #07DFDA;
  font-size: 16px;
}
.form_catalogue .elementor-field-type-acceptance {
  margin-top: 1rem;
}
.form_catalogue .elementor-field-type-acceptance a {
  color: #7312FF;
  transition: all 0.3s ease-in-out;
  text-decoration: underline;
}
.form_catalogue .elementor-field-type-acceptance a:hover {
  color: #9D21E5;
  transition: all 0.3s ease-in-out;
}
.form_catalogue .elementor-field-option {
  display: flex;
  flex-direction: row;
}
.form_catalogue .elementor-field-option label {
  font-size: 12px;
  line-height: 1 !important;
  flex-basis: 92%;
}
.form_catalogue input[type="checkbox"] {
  height: 20px !important;
  width: 20px !important;
  border: 1px solid #7312FF;
  display: inline-block !important;
  margin-right: 10px;
  border-radius: 50% !important;
}
.form_catalogue input[type="checkbox"]:checked {
  position: relative;
}
.form_catalogue input[type="checkbox"]:checked:before {
  content: "";
  height: 20px;
  width: 20px;
  background-image: url("../icons/contact-circle-solid.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 12px;
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  text-align: center;
}
.form_catalogue .elementor-button {
  text-align: center;
  background: #7312FF;
  border: 0px solid #000000;
  color: #000000;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  border-radius: 12px !important;
}
.form_catalogue .elementor-button:hover {
  background-color: #9D21E5;
  color: #ffffff;
  border: 0px solid #000000;
  transition: all 0.3s ease-in-out;
}
.form_catalogue .elementor-button .elementor-button-text {
  font-size: 20px;
}
.form_catalogue input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
}
.form_catalogue input::-webkit-input-placeholder, .form_catalogue textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #7312FF !important;
  opacity: 1;
  text-transform: uppercase;
}
.form_catalogue input::-moz-placeholder, .form_catalogue textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #7312FF !important;
  opacity: 1;
}
.form_catalogue input::-ms-input-placeholder, .form_catalogue textarea::-ms-input-placeholder {
  /* IE 10+ */
  color: #7312FF !important;
  opacity: 1;
}
.form_catalogue input::-moz-placeholder, .form_catalogue textarea::-moz-placeholder {
  /* Firefox 18- */
  color: #7312FF !important;
  opacity: 1;
}
.form_catalogue input::placeholder, .form_catalogue textarea::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #7312FF !important;
  opacity: 1;
}
/******	 Radio - checkbox
************************************/
input[type="radio"] {
  height: 20px !important;
  width: 20px !important;
  border: 1px solid #000000;
  display: inline-block;
  margin-right: 10px;
  border-radius: 0px !important;
}
input[type="radio"]:checked {
  margin: 0px 10px 0px 0px;
  position: relative;
}
input[type="radio"]:checked:before {
  content: "";
  height: 20px;
  width: 20px;
  background-image: url("../icons/contact-circle-solid.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 16px;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: center;
}
input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
}
/******	 Upload field
************************************/
.elementor-field-type-upload input[type="file"] {
  color: #07DFDA;
  cursor: pointer;
  position: relative;
  background-color: #9D21E5;
  border-radius: 12px !important;
  padding: 1rem 1rem 1rem calc(2rem + 35px);
}
.elementor-field-type-upload input[type="file"]:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 2rem;
  transform: translateX(0%) translateY(-50%);
  width: 25px;
  height: 25px;
  background-color: #07DFDA;
  mask-image: url("/wp-content/uploads/2024/06/download.svg");
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  mask-position: 50% 0%;
  -webkit-mask-image: url("/wp-content/uploads/2024/06/download.svg");
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 0%;
}
.elementor-field-type-upload input[type="file"]::-webkit-file-upload-button {
  background: transparent;
  color: #07DFDA;
  border: 0px;
  cursor: pointer;
}
/************************
* PLAN DU SITE
*************************/
#plan_du_site {
  margin-bottom: 2rem !important;
}
#plan_du_site .elementor-sitemap-wrap .elementor-sitemap-section {
  padding: 1rem;
}
#plan_du_site .elementor-sitemap-wrap .elementor-sitemap-title {
  border-bottom: 1px solid #3b414c;
  color: #3b414c;
  font-size: 32px;
  text-transform: uppercase;
  padding: 8px;
  margin-bottom: 1rem;
  font-family: "Poppins", sans-serif;
}
#plan_du_site .elementor-sitemap-wrap .elementor-sitemap-list {
  list-style: none;
}
@media screen and (min-width: 1024px) {
  #plan_du_site .elementor-sitemap-wrap .elementor-sitemap-list {
    column-count: 3;
    column-gap: 30px;
  }
}
@media screen and (min-width: 880px) and (max-width: 1024px) {
  #plan_du_site .elementor-sitemap-wrap .elementor-sitemap-list {
    column-count: 2;
    column-gap: 30px;
  }
}
#plan_du_site .elementor-sitemap-wrap .elementor-sitemap-list li {
  padding-left: 15px;
  margin-bottom: 10px;
  position: relative;
}
#plan_du_site .elementor-sitemap-wrap .elementor-sitemap-list li:before {
  content: "";
  position: absolute;
  display: block;
  height: 8px;
  width: 8px;
  top: 11px;
  left: 3px;
  border-radius: 2px 0px 2px 2px;
  transform: translateX(-50%) translateY(-50%);
  background-color: #3b414c;
  transition: all 0.3s ease-in-out;
}
#plan_du_site .elementor-sitemap-wrap .elementor-sitemap-list li a {
  transition: all 0.3s ease-in-out;
  color: #3b414c;
}
#plan_du_site .elementor-sitemap-wrap .elementor-sitemap-list li:hover a {
  color: #3b414c;
  letter-spacing: 0.4px;
}
#plan_du_site .elementor-sitemap-wrap .elementor-sitemap-list li:hover:before {
  border-radius: 50%;
  background-color: #3b414c;
  transition: all 0.3s ease-in-out;
}
.page-id-34 .cat-item-28, .page-id-34 .cat-item-27, .page-id-34 .cat-item-26, .page-id-34 .cat-item-25 {
  display: none;
}
/**Skip link - Lien raPide Accessibilité**/
.SkipLinks-item a {
  height: 1px;
  left: -999px;
  position: absolute;
  width: 1px;
}
.SkipLinks-item a:focus, .SkipLinks-item a:active {
  background: #7312FF;
  color: #ffffff;
  display: block;
  font-size: 1.2em;
  font-weight: 500;
  height: auto;
  left: 0;
  padding: 5px;
  position: absolute;
  width: auto;
  z-index: 1111;
}
