@charset "UTF-8";
/*
*
* Variables générales
*
*/
.texte_thin {
  font-weight: 100;
}
.texte_extraLight {
  font-weight: 200;
}
.texte_light {
  font-weight: 300;
}
.texte_normal {
  font-weight: 400;
}
.texte_medium {
  font-weight: 500;
}
.texte_bold {
  font-weight: 700;
}
.texte_black {
  font-weight: 800;
}
.texte_ultra {
  font-weight: 900;
}

@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham/Gotham-Thin.ttf");
  font-weight: 100;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham/Gotham-ExtraLight.ttf");
  font-weight: 200;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham/Gotham-Light.ttf");
  font-weight: 300;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham/Gotham.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham/Gotham-Medium.ttf");
  font-weight: 500;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham/Gotham-Bold.ttf");
  font-weight: 700;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham/Gotham-Black.ttf");
  font-weight: 800;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham/Gotham-Ultra.ttf");
  font-weight: 900;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham/Gotham-ThinItalic.ttf");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham/Gotham-ExtraLightItalic.ttf");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham/Gotham-LightItalic.ttf");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham/Gotham-Italic.ttf");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham/Gotham-MediumItalic.ttf");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham/Gotham-BoldItalic.ttf");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham/Gotham-BlackItalic.ttf");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham/Gotham-UltraItalic.ttf");
  font-weight: 900;
  font-style: italic;
}
:root {
  /* --bs-body-font-family: 'Gotham', 'Raleway', "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif; */
  --bs-body-font-family: "Gotham", Arial, sans-serif;
  --bs-body-color: #20124B;
  --bs-body-font-size: 14.6px;
  /* --bs-link-color: #3F3146;
  --bs-link-color-rgb: 63, 49, 70;    
  --bs-link-hover-color: #53405C;
  --bs-link-hover-color-rgb: 83, 64, 92; */
  --body-bg: #fff;
  color-scheme: light;
}

.navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* couleurA_vers_couleur2_direction */
@media (prefers-color-scheme: dark) {
  body {
    color: #20124B;
    background: white;
  }
}
b,
strong {
  font-weight: 700;
}

.bouton {
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}
.bouton.bouton_fleche {
  position: relative;
  min-height: 50px;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  padding-right: 75px;
  color: #373CF5;
}
.bouton.bouton_fleche::after {
  position: absolute;
  content: "";
  height: 50px;
  width: 50px;
  right: 0;
  top: 50%;
  background-color: #373CF5;
  transform: translate(-10px, -50%);
  transition: all ease-in-out 0.2s;
  -webkit-mask-image: url("../images/SVG/Fleche_Droite_picto.svg");
          mask-image: url("../images/SVG/Fleche_Droite_picto.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
.bouton.bouton_fleche:hover::after {
  transform: translate(0, -50%);
  transition: all ease-in-out 0.2s;
  -webkit-mask-image: url("../images/SVG/Fleche_Droite_picto_plein.svg");
          mask-image: url("../images/SVG/Fleche_Droite_picto_plein.svg");
}

@media (max-width: 575px) {
  .bloc_full_width {
    width: 100%;
  }
}
.texte_rose {
  color: #D8016A !important;
  text-align: center;
}
.texte_rose .image {
  background-size: 60% !important;
}

.bg_position_top {
  background-position: center top !important;
}

.bg_position_center {
  background-position: center !important;
}

.bg_position_bottom {
  background-position: center bottom !important;
}

.petit_bloc {
  border: 10px solid #fff;
  padding: 10px;
  font-weight: 700;
  line-height: 1rem;
  word-break: break-word;
}
.petit_bloc .image {
  aspect-ratio: 1/1;
  background-position: center;
  background-size: 80%;
  background-repeat: no-repeat;
  margin-bottom: 20px;
}

.bloc_bg {
  background-color: #fff;
  color: #373CF5;
}

.bloc_border {
  color: #fff;
}

.linear {
  color: #fff;
  padding: 30px 0;
}
@media (min-width: 576px) {
  .linear {
    padding: 50px 0;
  }
}
@media (min-width: 992px) {
  .linear {
    padding: 80px 0;
  }
}
.linear_parme_vers_bleu_h {
  background: transparent linear-gradient(90deg, #B26AE0 0%, #373CF5 100%) 0% 0% no-repeat padding-box;
}
.linear_parme_vers_bleu_fonce_t_h {
  background: transparent linear-gradient(90deg, #B26AE0 0%, rgba(32, 18, 75, 0.5764705882) 100%) 0% 0% no-repeat padding-box;
}
.linear_parme_vers_rose_h {
  background: transparent linear-gradient(90deg, #B26AE0 0%, #D8016A 100%) 0% 0% no-repeat padding-box;
}
.linear_rose_vers_parme_h {
  background: transparent linear-gradient(90deg, #D8016A 0%, #B26AE0 100%) 0% 0% no-repeat padding-box;
}
.linear_bleu_vers_parme_h {
  background: transparent linear-gradient(90deg, #373CF5 0%, #B26AE0 100%) 0% 0% no-repeat padding-box;
}
.linear_bleu_vers_rose_t_h {
  background: transparent linear-gradient(90deg, #373CF5 0%, rgba(216, 1, 106, 0.6274509804) 100%) 0% 0% no-repeat padding-box;
}
.linear_bleu_fonce_vers_bleu_h {
  background: transparent linear-gradient(90deg, #20124B 0%, #373CF5 100%) 0% 0% no-repeat padding-box;
}
.linear_bleu_clair_vers_rose_t_h {
  background: transparent linear-gradient(90deg, #0AB3FE 0%, rgba(216, 1, 106, 0.6274509804) 100%) 0% 0% no-repeat padding-box;
}
.linear_rose_vers_parme_v {
  background: transparent linear-gradient(180deg, #D8016A 0%, #B26AE0 100%) 0% 0% no-repeat padding-box;
}
.linear_rose_vers_bleu_v {
  background: transparent linear-gradient(180deg, #D8016A 0%, #373CF5 100%) 0% 0% no-repeat padding-box;
}
.linear_bleu_vers_bleu_f_v {
  background: transparent linear-gradient(180deg, #373CF5 0%, #20124B 100%) 0% 0% no-repeat padding-box;
}
.linear_bleu_vers_parme_v {
  background: transparent linear-gradient(180deg, #373CF5 0%, #B26AE0 100%) 0% 0% no-repeat padding-box;
}
.linear .bouton_fleche {
  color: #fff;
}
.linear .bouton_fleche::after {
  background-color: #fff;
}

.bg_blanc {
  color: #20124B;
  background-color: #fff;
}
.bg_blanc.bg_blanc_before {
  position: relative;
}
.bg_blanc.bg_blanc_before::before {
  content: "";
  background-color: #fff;
  height: 100%;
  width: 300px;
  position: absolute;
  top: 0;
  left: -295px;
}
.bg_bleu_fonce {
  color: #fff;
  background-color: #20124B;
}

.divider_small {
  width: 100%;
  height: 10px;
}
@media (min-width: 768px) {
  .divider_small {
    height: 10px;
  }
}
.divider_medium {
  width: 100%;
  height: 20px;
}
@media (min-width: 768px) {
  .divider_medium {
    height: 50px;
  }
}
.divider_large {
  width: 100%;
  height: 40px;
}
@media (min-width: 768px) {
  .divider_large {
    height: 100px;
  }
}

/* .h1, h1 {
    font-size: calc(1.425rem + 5vw);
} */
.font_16 {
  font-size: 11.7px;
}

.font_18 {
  font-size: 13.1px;
}

.font_20 {
  font-size: 14.6px;
}

.font_24, .bouton, #navbarSupportedContent a {
  font-size: 17.5px;
}

.font_30, h2, .h2 {
  font-size: calc(1.261875rem + 0.1425vw);
}

.font_32 {
  font-size: calc(1.270625rem + 0.2475vw);
}

.font_37 {
  font-size: calc(1.29375rem + 0.525vw);
}

.font_40 {
  font-size: calc(1.306875rem + 0.6825vw);
}

.font_43 {
  font-size: calc(1.320625rem + 0.8475vw);
}

.font_45 {
  font-size: calc(1.33rem + 0.96vw);
}

.font_50 {
  font-size: calc(1.3525rem + 1.23vw);
}

.font_70, h1, .h1 {
  font-size: calc(1.44375rem + 2.325vw);
}

.font_77 {
  font-size: calc(1.475625rem + 2.7075vw);
}

.font_107 {
  font-size: calc(1.611875rem + 4.3425vw);
}

.font_150 {
  font-size: 90px;
}

@media (min-width: 1200px) {
  /* .h1, h1 {
      font-size: 5.125rem;
  } */
  .font_30, h2, .h2 {
    font-size: 21.9px;
  }
  .font_32 {
    font-size: 23.3px;
  }
  .font_37 {
    font-size: 27px;
  }
  .font_40 {
    font-size: 29.1px;
  }
  .font_43 {
    font-size: 31.3px;
  }
  .font_45 {
    font-size: 32.8px;
    line-height: 35px;
  }
  .font_50 {
    font-size: 36.4px;
  }
  .font_70, h1, .h1 {
    font-size: 51px;
  }
  .font_77 {
    font-size: 56.1px;
  }
  .font_107 {
    font-size: 77.9px;
  }
  .font_150 {
    font-size: 109.1px;
  }
}
body .bandeau_header .thumnail_page_container {
  min-height: 170px;
  height: 100%;
  position: relative;
}
@media (min-width: 992px) {
  body .bandeau_header .thumnail_page_container {
    min-height: 240px;
  }
}
body .bandeau_header .thumnail_page_container .thumnail_page {
  width: 100%;
  height: inherit;
  position: absolute;
  background-size: cover;
  background-position: center;
}
body .bandeau_header .thumnail_page_container .thumnail_page_linear {
  position: absolute;
  height: inherit;
  width: 100%;
  opacity: 0.8;
}
body .bandeau_header .thumnail_page_container .logo_p_theplace {
  height: 240px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
body .bandeau_header .page_titre_container {
  position: absolute;
  color: #fff;
  bottom: 0;
}
body .bandeau_header .page_titre_container .page_titre_inner .page_titre_width {
  max-width: 80%;
}
body .bandeau_header .page_titre_container .page_titre_inner .page_titre_width h1 {
  font-weight: 700;
  margin-bottom: 20px;
}
body .bandeau_header .page_titre_container .page_titre_inner .page_titre_width .service_h1 {
  line-height: 0.8;
  margin-bottom: 40px;
}
body .breadcrumbs a {
  color: initial;
  text-decoration: none;
}
body .breadcrumbs .current-page {
  font-weight: 500;
}

@media (min-width: 992px) {
  #menu_haut .logo_cci {
    height: 240px;
    padding: 11px 10px 10px 27px;
    aspect-ratio: 85/101;
    position: fixed;
    z-index: 10;
    background-image: url("../images/PNG/Logo_menu_pages_p.png");
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media (max-width: 991px) {
  #menu_haut .logo_cci {
    display: inline-block;
  }
}
#menu_haut .logo_cci .logo_theplace {
  width: 80%;
}
@media (max-width: 991px) {
  #menu_haut .logo_cci .logo_theplace {
    max-width: 150px;
    margin: 1rem;
  }
}
@media (min-width: 992px) {
  #menu_haut .container_logo {
    position: relative;
  }
}
@media (min-width: 992px) {
  #menu_haut .container_logo .container_row {
    position: absolute;
    width: 100%;
  }
}
#menu_haut .container_logo .container_row .logo_home2 {
  display: block;
  max-width: 180px;
  margin-top: 30px;
}
@media (max-width: 991px) {
  #menu_haut .container_logo .container_row .logo_home2 {
    max-width: 150px;
    margin-bottom: 30px;
    margin-top: 20px;
  }
}
#menu_haut .navbar {
  padding: 0;
  background-color: transparent !important;
  font-weight: bold;
  align-items: start;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10;
}
#menu_haut .navbar .navbar-toggler {
  height: 117px;
  border: 0;
  background: #20124B;
  border-radius: 0;
  aspect-ratio: 1/1;
  z-index: 10000;
}
@media (max-width: 991px) {
  #menu_haut .navbar .navbar-toggler {
    height: 70px;
  }
}
#menu_haut .navbar .navbar-toggler:focus {
  box-shadow: unset;
}
#menu_haut .navbar #navbarCollapse {
  position: fixed;
  right: 117px;
  overflow-y: auto;
  width: -moz-fit-content;
  width: fit-content;
  max-width: calc(100% - 117px);
  height: 117px;
  top: 0;
  padding: 0;
  overflow: initial;
}
#menu_haut .navbar #navbarCollapse.collapsing {
  height: 117px;
  transition: right 0.3s ease;
  right: -100%;
}
@media (max-width: 1299px) {
  #menu_haut .navbar #navbarCollapse.show {
    right: 0;
    height: 100%;
    width: 50%;
  }
}
@media (max-width: 767px) {
  #menu_haut .navbar #navbarCollapse.show {
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 1300px) {
  #menu_haut .navbar #navbarCollapse.show {
    right: 117px;
    transition: right 0.3s ease-in;
  }
}
#menu_haut .navbar #navbarCollapse a {
  color: white;
  padding: 15px;
}
@media (min-width: 1300px) {
  #menu_haut .navbar #navbarCollapse a:hover {
    background-color: #D8016A;
  }
}
#menu_haut .navbar #navbarCollapse .navbar-nav {
  background-color: #20124B;
}
@media (max-width: 1299px) {
  #menu_haut .navbar #navbarCollapse .navbar-nav {
    height: 100%;
    padding-top: 117px;
  }
  #menu_haut .navbar #navbarCollapse .navbar-nav br {
    display: none;
  }
  #menu_haut .navbar #navbarCollapse .navbar-nav .dropdown-menu {
    border: unset;
    border-radius: 0;
    margin-top: 0 !important;
    padding: 0;
    background-color: #D8016A;
  }
  #menu_haut .navbar #navbarCollapse .navbar-nav .dropdown-menu .dropdown-item:hover {
    background-color: #373CF5 !important;
  }
}
@media (max-width: 991px) {
  #menu_haut .navbar #navbarCollapse .navbar-nav {
    padding-top: 70px;
  }
}
@media (min-width: 1300px) {
  #menu_haut .navbar #navbarCollapse .navbar-nav {
    flex-direction: row;
    height: inherit;
    background: #20124B;
  }
  #menu_haut .navbar #navbarCollapse .navbar-nav .nav-item {
    width: auto;
    min-width: 200px;
  }
  #menu_haut .navbar #navbarCollapse .navbar-nav .nav-item.lang-item {
    min-width: 100px;
    /*img {
        max-width: 50px !important;
        height: auto !important;
        width: 100% !important;
    }*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40px 40px;
    font-size: 0;
  }
  #menu_haut .navbar #navbarCollapse .navbar-nav .nav-item.lang-item.lang-item-fr {
    background-image: url("../images/PNG/fr_FR.png");
  }
  #menu_haut .navbar #navbarCollapse .navbar-nav .nav-item.lang-item.lang-item-en {
    background-image: url("../images/PNG/en_GB.png");
  }
  #menu_haut .navbar #navbarCollapse .navbar-nav .nav-item.lang-item:hover {
    font-size: 14px;
  }
  #menu_haut .navbar #navbarCollapse .navbar-nav .nav-item .nav-link {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #menu_haut .navbar #navbarCollapse .navbar-nav .nav-item.dropdown .nav-link::after {
    content: unset;
  }
  #menu_haut .navbar #navbarCollapse .navbar-nav .nav-item.dropdown .nav-link.show {
    background-color: #D8016A;
  }
  #menu_haut .navbar #navbarCollapse .navbar-nav .nav-item.dropdown .dropdown-menu {
    border: unset;
    border-radius: 0;
    margin-top: 0 !important;
    padding: 0;
    background-color: #D8016A;
  }
  #menu_haut .navbar #navbarCollapse .navbar-nav .nav-item.dropdown .dropdown-menu li .dropdown-item {
    font-weight: 400;
    font-style: italic;
    text-align: center;
  }
  #menu_haut .navbar #navbarCollapse .navbar-nav .nav-item:last-child .nav-link:hover {
    background-color: #373CF5;
  }
}
#menu_haut .bloc_reseaux_idee {
  position: fixed;
  top: 117px;
  right: 0;
  z-index: 10;
  width: 117px;
}
@media (max-width: 991px) {
  #menu_haut .bloc_reseaux_idee {
    top: 70px;
    width: 70px;
  }
}
#menu_haut .bloc_reseaux_idee .lien_rs {
  aspect-ratio: 1/1;
  width: 100%;
  display: block;
}
@media (max-width: 1400px) {
  #menu_haut .bloc_reseaux_idee .lien_rs {
    display: none;
  }
}
#menu_haut .bloc_reseaux_idee .lien_rs:after {
  content: "";
  display: block;
  aspect-ratio: 1/1;
  max-width: 61px;
  padding: 1px;
  margin: auto;
  top: 50%;
  position: relative;
  transform: translateY(-50%);
}
#menu_haut .bloc_reseaux_idee .lien_rs:first-child {
  background: transparent linear-gradient(180deg, #D8016A 0%, #373CF5 100%) 0% 0% no-repeat padding-box;
}
#menu_haut .bloc_reseaux_idee .lien_rs:nth-child(2) {
  background: transparent linear-gradient(180deg, #D8016A 0%, #B26AE0 100%) 0% 0% no-repeat padding-box;
}
#menu_haut .bloc_reseaux_idee .lien_rs.lien_picto_instagram:hover::after {
  background-image: url("../images/SVG/picto_instagram_hover.svg");
}
#menu_haut .bloc_reseaux_idee .lien_rs.lien_picto_instagram:after {
  background-image: url("../images/SVG/picto_instagram.svg");
}
#menu_haut .bloc_reseaux_idee .lien_rs.lien_picto_linkedin:hover::after {
  background-image: url("../images/SVG/picto_linkedin_hover.svg");
}
#menu_haut .bloc_reseaux_idee .lien_rs.lien_picto_linkedin:after {
  content: "";
  background-image: url("../images/SVG/picto_linkedin.svg");
}
#menu_haut .bloc_reseaux_idee .lien_ideeprojet {
  border: 10px solid #B26AE0;
  background-color: white;
  container: projet/inline-size;
}
@media (max-width: 991px) {
  #menu_haut .bloc_reseaux_idee .lien_ideeprojet {
    text-align: center;
  }
}
#menu_haut .bloc_reseaux_idee .lien_ideeprojet a {
  text-decoration: none;
  color: #B26AE0;
  font-size: 24px;
  font-weight: bold;
  line-height: 28px;
  padding: 20px 8px;
  display: block;
  letter-spacing: -1px;
}
@media (max-width: 991px) {
  #menu_haut .bloc_reseaux_idee .lien_ideeprojet a {
    padding: 8px;
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  #menu_haut .bloc_reseaux_idee .lien_ideeprojet a::after {
    display: block;
    content: "";
    height: 40px;
    width: 40px;
    -webkit-mask-image: url("../images/SVG/Fleche_Droite_picto.svg");
            mask-image: url("../images/SVG/Fleche_Droite_picto.svg");
    -webkit-mask-size: contain;
            mask-size: contain;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
    background-color: #B26AE0;
    transition: all ease-in-out 0.2s;
  }
}
#menu_haut .bloc_reseaux_idee .lien_ideeprojet a:hover::after {
  transform: translate(50%, 0);
  transition: all ease-in-out 0.2s;
  -webkit-mask-image: url("../images/SVG/Fleche_Droite_picto_plein.svg");
          mask-image: url("../images/SVG/Fleche_Droite_picto_plein.svg");
}
#menu_haut .bloc_reseaux_idee .lien_ideeprojet a p {
  margin-top: 40px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
}
@media (max-width: 991px) {
  #menu_haut .bloc_reseaux_idee .lien_ideeprojet a p {
    display: none;
  }
}

@container projet (max-width: 75px) {
  .lien_ideeprojet a {
    color: red;
    font-size: 11cqw;
  }
}
@media (max-width: 767px) {
  body .bloc_reseau .reseau_div_left {
    margin-bottom: 20px;
  }
}
body .bloc_reseau .reseau_div_right {
  display: flex;
  justify-content: start;
  align-items: center;
}
body .bloc_reseau .reseau_div_right .reseau_referent_div {
  width: 100%;
}
body .bloc_reseau .reseau_div_right .reseau_referent_div .reseau_referent_unit {
  padding-left: 15px;
}
body .bloc_reseau .reseau_div_right .reseau_referent_div .reseau_referent_unit .reseau_title {
  position: relative;
  background: #373CF5;
  color: #fff;
  font-weight: 700;
  padding: 35px 50px;
}
body .bloc_reseau .reseau_div_right .reseau_referent_div .reseau_referent_unit .reseau_title::before {
  position: absolute;
  content: "";
  background-color: #B26AE0;
  width: 27px;
  height: 27px;
  top: 50%;
  left: 0;
  border-radius: 100%;
  transform: translate(-50%, -50%);
}
body .bloc_reseau .reseau_div_right .reseau_referent_div .reseau_referent_unit .reseau_galerie {
  margin-bottom: 0;
}
body .bloc_reseau .reseau_div_right .reseau_referent_div .reseau_referent_unit .reseau_galerie .slick-dots li {
  width: 12px;
  height: 12px;
}
body .bloc_reseau .reseau_div_right .reseau_referent_div .reseau_referent_unit .reseau_galerie .slick-dots li button {
  width: 12px;
  height: 12px;
  border-radius: 20px;
  padding: 0;
  background: transparent;
  border: 2px solid white;
  content: "";
}
body .bloc_reseau .reseau_div_right .reseau_referent_div .reseau_referent_unit .reseau_galerie .slick-dots li button:before {
  content: unset;
}
body .bloc_reseau .reseau_div_right .reseau_referent_div .reseau_referent_unit .reseau_galerie .slick-dots li.slick-active button {
  background: white;
}
body .bloc_reseau .reseau_div_right .reseau_referent_div .reseau_referent_unit .reseau_image {
  aspect-ratio: 20/7;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
body .bloc_reseau .reseau_div_right .reseau_referent_div .reseau_referent_unit .reseau_content {
  padding: 25px 15px;
}
@media (min-width: 992px) {
  body .bloc_reseau .reseau_div_right .reseau_referent_div .reseau_referent_unit .reseau_content {
    padding: 40px 65px 20px;
  }
}

.reseau_contacts .slick-dots {
  bottom: -15px;
}
.reseau_contacts .slick-dots li {
  width: 12px;
  height: 12px;
}
.reseau_contacts .slick-dots li button {
  width: 12px;
  height: 12px;
  border-radius: 20px;
  padding: 0;
  background: transparent;
  border: 2px solid #373CF5;
  content: "";
}
.reseau_contacts .slick-dots li button:before {
  content: unset;
}
.reseau_contacts .slick-dots li.slick-active button {
  background: #373CF5;
}

.reseau_contact {
  font-weight: 500;
  padding: 0 40px;
}
.reseau_contact .reseau_contact_image {
  aspect-ratio: 1/1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  box-shadow: 12px 12px 0px 0px #373CF5;
}

.reseau_equipe .reseau_contact {
  padding: inherit;
}
.reseau_equipe .reseau_contact_image {
  background-image: url("../images/PNG/default1.png");
}
.reseau_equipe p:last-child {
  margin-bottom: 0;
}
.reseau_equipe .linkedin,
.reseau_equipe .calendrier {
  aspect-ratio: 1/1;
  width: 100%;
  display: inline-block;
  max-width: 50px;
  background: #373CF5;
}
.reseau_equipe .linkedin {
  -webkit-mask-image: url("../images/SVG/picto_linkedin.svg");
          mask-image: url("../images/SVG/picto_linkedin.svg");
}
.reseau_equipe .linkedin:hover {
  -webkit-mask-image: url("../images/SVG/picto_linkedin_hover.svg");
          mask-image: url("../images/SVG/picto_linkedin_hover.svg");
}
.reseau_equipe .calendrier {
  border-radius: 50%;
  background-image: url("../images/SVG/calendrier.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
  margin-left: 12px;
}
.reseau_equipe .calendrier:hover {
  background-color: white;
  border: 1px solid #373CF5;
  background-image: url("../images/SVG/calendrier_hover.svg");
}

.bloc_chiffres_cles .nombre_div_bleu {
  border: 10px solid #373CF5;
  color: #373CF5;
}
.bloc_chiffres_cles .nombre_div_bleu_fonce {
  border: 10px solid #20124B;
  color: #20124B;
}
.bloc_chiffres_cles .nombre_div_rose {
  border: 10px solid #D8016A;
  color: #D8016A;
}
.bloc_chiffres_cles .nombre_div_parme {
  border: 10px solid #B26AE0;
  color: #B26AE0;
}
.bloc_chiffres_cles .nombre_div .nombre_div_inner {
  width: 100%;
  height: 100%;
  padding: 20px;
  position: relative;
}
.bloc_chiffres_cles .nombre_div .nombre_div_inner .content .nombre {
  line-height: 1;
  height: 88px;
  display: inline-block;
}
.bloc_chiffres_cles .nombre_div .nombre_div_inner .content .nombre .valeur_nombre {
  height: 20px;
  display: block;
  margin-top: -15px;
}
.bloc_chiffres_cles .nombre_div .nombre_div_inner img {
  position: absolute;
  top: 0;
}
.bloc_chiffres_cles .nombre_div .nombre_div_inner.illu_container_ampoule {
  display: flex;
  justify-content: end;
}
.bloc_chiffres_cles .nombre_div .nombre_div_inner.illu_container_ampoule .content {
  max-width: 135px;
}
.bloc_chiffres_cles .nombre_div .nombre_div_inner.illu_container_ampoule .content .texte_content {
  margin-left: 10px;
}
.bloc_chiffres_cles .nombre_div .nombre_div_inner.illu_container_ampoule img {
  max-width: 100px;
  top: -10px;
  left: 15px;
}
.bloc_chiffres_cles .nombre_div .nombre_div_inner.illu_container_main_touch .texte_content {
  max-width: 140px;
  float: right;
}
.bloc_chiffres_cles .nombre_div .nombre_div_inner.illu_container_main_touch img {
  max-width: 80px;
  top: 70px;
}
.bloc_chiffres_cles .nombre_div .nombre_div_inner.illu_container_pieces {
  display: flex;
  align-items: end;
}
.bloc_chiffres_cles .nombre_div .nombre_div_inner.illu_container_pieces img {
  top: -5px;
  max-height: 210px;
  right: 5px;
}
.bloc_chiffres_cles .nombre_div .nombre_div_inner.illu_container_main_mobile {
  display: flex;
  align-items: end;
}
.bloc_chiffres_cles .nombre_div .nombre_div_inner.illu_container_main_mobile .content {
  max-width: 160px;
}
.bloc_chiffres_cles .nombre_div .nombre_div_inner.illu_container_main_mobile img {
  right: 0;
  max-width: 130px;
}
.bloc_chiffres_cles .nombre_div .nombre_div_inner.illu_container_coeur_etoile_couronne .content {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  height: 100%;
  flex-direction: column;
  align-items: center;
}
.bloc_chiffres_cles .nombre_div .nombre_div_inner.illu_container_coeur_etoile_couronne .content .titre_texte {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
}
.bloc_chiffres_cles .nombre_div .nombre_div_inner.illu_container_coeur_etoile_couronne .content .titre_texte .texte_content {
  max-width: 120px;
}
.bloc_chiffres_cles .nombre_div .nombre_div_inner.illu_container_coeur_etoile_couronne .content img {
  position: relative !important;
}
@media (min-width: 575px) {
  .bloc_chiffres_cles .nombre_div .nombre_div_inner.illu_container_coeur_etoile_couronne .content img {
    max-width: 260px;
  }
}
.bloc_chiffres_cles .col_chiffre_cle {
  margin-top: 10px;
  padding: 0 5px;
  max-width: 400px;
}
@media (max-width: 575px) {
  .bloc_chiffres_cles .col_chiffre_cle:last-child {
    max-width: 300px;
    aspect-ratio: 1/1;
  }
}
.bloc_chiffres_cles .col_squared {
  max-width: 300px;
}
.bloc_chiffres_cles .col_squared .nombre_div {
  aspect-ratio: 1/1;
}
.bloc_chiffres_cles .col_titre_bloc {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 700px) {
  .bloc_chiffres_cles .col_titre_bloc {
    align-items: start;
  }
}
@media (max-width: 699px) {
  .bloc_chiffres_cles .col_titre_bloc {
    text-align: center;
  }
}
.bloc_chiffres_cles .col_titre_bloc p {
  font-size: 12px;
}

/*count js */
/* -------------------------------- 

Component 

-------------------------------- */
.countup {
  font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums;
  opacity: 0;
}

.countup--is-visible {
  opacity: 1;
  /* show countup once JS has been initialized */
}

/* -------------------------------- 

Utilities 

-------------------------------- */
.cd-sr-only {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  overflow: hidden;
  padding: 0;
  border: 0;
  white-space: nowrap;
}

.bloc_slider_partenaires .slider_partenaire_item .slider_partenaire_logo {
  height: 50px;
  width: auto;
  margin: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.bloc_slider_partenaires .slick-arrow.slick-prev {
  display: none !important;
}
.bloc_slider_partenaires .slick-arrow.slick-next {
  right: 30px !important;
}

.bloc_partenaire {
  display: flex;
  align-items: center;
}
@media (min-width: 576px) {
  .bloc_partenaire {
    aspect-ratio: 1/1;
  }
}
.bloc_partenaire a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  padding: 1rem;
}
.bloc_partenaire a:hover {
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1607843137);
}

.bloc_raccourcis_services {
  margin-bottom: 100px;
}
@media (max-width: 1100px) {
  .bloc_raccourcis_services {
    text-align: center;
    margin-bottom: 50px;
  }
}
.bloc_raccourcis_services .raccourcis_services_container {
  display: flex;
  gap: 12px;
  justify-content: center;
}
@media (max-width: 1100px) {
  .bloc_raccourcis_services .raccourcis_services_container {
    -moz-column-count: 2;
         column-count: 2;
    display: inline-block;
  }
}
@media (max-width: 575px) {
  .bloc_raccourcis_services .raccourcis_services_container {
    -moz-column-count: 1;
         column-count: 1;
  }
}
.bloc_raccourcis_services .raccourcis_services_container .raccourci_service_lien {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: block;
  text-decoration: none;
}
@media (max-width: 1100px) {
  .bloc_raccourcis_services .raccourcis_services_container .raccourci_service_lien {
    margin-bottom: 1rem;
  }
}
.bloc_raccourcis_services .raccourcis_services_container .raccourci_service_lien .raccourci_service {
  width: 240px;
  height: 360px;
  background-color: #fff;
  position: relative;
  transition: all ease-in-out 0.2s;
  overflow: hidden;
}
.bloc_raccourcis_services .raccourcis_services_container .raccourci_service_lien .raccourci_service_bleu {
  color: #373CF5;
}
.bloc_raccourcis_services .raccourcis_services_container .raccourci_service_lien .raccourci_service_bleu .bloc_corner {
  border-color: #373CF5;
}
.bloc_raccourcis_services .raccourcis_services_container .raccourci_service_lien .raccourci_service_bleu .fleche_container {
  background-color: #373CF5;
}
.bloc_raccourcis_services .raccourcis_services_container .raccourci_service_lien .raccourci_service_bleu_fonce {
  color: #20124B;
}
.bloc_raccourcis_services .raccourcis_services_container .raccourci_service_lien .raccourci_service_bleu_fonce .bloc_corner {
  border-color: #20124B;
}
.bloc_raccourcis_services .raccourcis_services_container .raccourci_service_lien .raccourci_service_bleu_fonce .fleche_container {
  background-color: #20124B;
}
.bloc_raccourcis_services .raccourcis_services_container .raccourci_service_lien .raccourci_service_rose {
  color: #D8016A;
}
.bloc_raccourcis_services .raccourcis_services_container .raccourci_service_lien .raccourci_service_rose .bloc_corner {
  border-color: #D8016A;
}
.bloc_raccourcis_services .raccourcis_services_container .raccourci_service_lien .raccourci_service_rose .fleche_container {
  background-color: #D8016A;
}
.bloc_raccourcis_services .raccourcis_services_container .raccourci_service_lien .raccourci_service_parme {
  color: #B26AE0;
}
.bloc_raccourcis_services .raccourcis_services_container .raccourci_service_lien .raccourci_service_parme .bloc_corner {
  border-color: #B26AE0;
}
.bloc_raccourcis_services .raccourcis_services_container .raccourci_service_lien .raccourci_service_parme .fleche_container {
  background-color: #B26AE0;
}
.bloc_raccourcis_services .raccourcis_services_container .raccourci_service_lien .raccourci_service .raccourci_service_content {
  height: 100%;
  padding: 30px 20px;
}
.bloc_raccourcis_services .raccourcis_services_container .raccourci_service_lien .raccourci_service .raccourci_service_content .raccourci_service_accroche {
  max-width: 150px;
  max-height: 0;
  overflow: hidden;
  transition: all ease-in-out 0.2s;
}
.bloc_raccourcis_services .raccourcis_services_container .raccourci_service_lien .raccourci_service .raccourci_service_content .raccourci_service_accroche_container {
  max-height: 280px;
  position: relative;
  padding-bottom: 75px;
  height: 100%;
}
.bloc_raccourcis_services .raccourcis_services_container .raccourci_service_lien .raccourci_service .raccourci_service_content .raccourci_service_accroche_container .fleche_container {
  height: 50px;
  width: 50px;
  -webkit-mask-image: url("../images/SVG/Fleche_Droite_picto.svg");
          mask-image: url("../images/SVG/Fleche_Droite_picto.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
.bloc_raccourcis_services .raccourcis_services_container .raccourci_service_lien .raccourci_service .bloc_bg_image {
  position: absolute;
  top: 0;
  left: 0;
  height: inherit;
  display: flex;
  justify-content: end;
  align-items: end;
  width: 100%;
}
.bloc_raccourcis_services .raccourcis_services_container .raccourci_service_lien .raccourci_service .bloc_bg_image .raccourci_bg_image {
  width: 90%;
  height: 98%;
  background-size: 100%;
  background-repeat: no-repeat;
  transition: all ease-in-out 0.2s;
}
.bloc_raccourcis_services .raccourcis_services_container .raccourci_service_lien:hover .raccourci_service, .bloc_raccourcis_services .raccourcis_services_container .raccourci_service_lien.show .raccourci_service {
  transition: all ease-in-out 0.2s;
}
.bloc_raccourcis_services .raccourcis_services_container .raccourci_service_lien:hover .raccourci_service_bleu, .bloc_raccourcis_services .raccourcis_services_container .raccourci_service_lien.show .raccourci_service_bleu {
  color: #fff;
  background-color: #373CF5;
}
.bloc_raccourcis_services .raccourcis_services_container .raccourci_service_lien:hover .raccourci_service_bleu .bloc_corner, .bloc_raccourcis_services .raccourcis_services_container .raccourci_service_lien.show .raccourci_service_bleu .bloc_corner {
  border-color: #fff;
}
.bloc_raccourcis_services .raccourcis_services_container .raccourci_service_lien:hover .raccourci_service_bleu_fonce, .bloc_raccourcis_services .raccourcis_services_container .raccourci_service_lien.show .raccourci_service_bleu_fonce {
  color: #fff;
  background-color: #20124B;
}
.bloc_raccourcis_services .raccourcis_services_container .raccourci_service_lien:hover .raccourci_service_bleu_fonce .bloc_corner, .bloc_raccourcis_services .raccourcis_services_container .raccourci_service_lien.show .raccourci_service_bleu_fonce .bloc_corner {
  border-color: #fff;
}
.bloc_raccourcis_services .raccourcis_services_container .raccourci_service_lien:hover .raccourci_service_rose, .bloc_raccourcis_services .raccourcis_services_container .raccourci_service_lien.show .raccourci_service_rose {
  color: #fff;
  background-color: #D8016A;
}
.bloc_raccourcis_services .raccourcis_services_container .raccourci_service_lien:hover .raccourci_service_rose .bloc_corner, .bloc_raccourcis_services .raccourcis_services_container .raccourci_service_lien.show .raccourci_service_rose .bloc_corner {
  border-color: #fff;
}
.bloc_raccourcis_services .raccourcis_services_container .raccourci_service_lien:hover .raccourci_service_parme, .bloc_raccourcis_services .raccourcis_services_container .raccourci_service_lien.show .raccourci_service_parme {
  color: #fff;
  background-color: #B26AE0;
}
.bloc_raccourcis_services .raccourcis_services_container .raccourci_service_lien:hover .raccourci_service_parme .bloc_corner, .bloc_raccourcis_services .raccourcis_services_container .raccourci_service_lien.show .raccourci_service_parme .bloc_corner {
  border-color: #fff;
}
.bloc_raccourcis_services .raccourcis_services_container .raccourci_service_lien:hover .raccourci_service .fleche_container, .bloc_raccourcis_services .raccourcis_services_container .raccourci_service_lien.show .raccourci_service .fleche_container {
  background-color: #fff !important;
}
.bloc_raccourcis_services .raccourcis_services_container .raccourci_service_lien:hover .raccourci_service .raccourci_service_content .raccourci_service_accroche, .bloc_raccourcis_services .raccourcis_services_container .raccourci_service_lien.show .raccourci_service .raccourci_service_content .raccourci_service_accroche {
  max-height: 195px;
  transition: all ease-in-out 0.2s;
  height: 100%;
}
.bloc_raccourcis_services .raccourcis_services_container .raccourci_service_lien:hover .raccourci_service .bloc_bg_image .raccourci_bg_image, .bloc_raccourcis_services .raccourcis_services_container .raccourci_service_lien.show .raccourci_service .bloc_bg_image .raccourci_bg_image {
  background-size: 120%;
  transition: all ease-in-out 0.2s;
}

.page_titre_container_startup {
  bottom: unset !important;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .page_titre_container_startup h1 {
    width: 48%;
  }
}

@media (min-width: 768px) {
  .left_contenu_intro_img .right_contenu_content {
    height: 22vw;
  }
  .left_contenu_intro_img img {
    position: absolute;
    top: -220px;
    border: 10px solid white;
  }
}
@media (min-width: 1030px) {
  .left_contenu_intro_img .right_contenu_content {
    height: 280px;
  }
}
.categories_startup {
  display: flex;
  gap: 1rem;
  margin-bottom: 2rem;
  padding-left: 0;
}
@media (max-width: 1099px) {
  .categories_startup {
    flex-wrap: wrap;
  }
}
.categories_startup .categorie_startup {
  display: flex;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1607843137);
  color: #373CF5;
  font-weight: 700;
  font-size: 18px;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  background-position: 15px center;
  filter: brightness(0) saturate(100%) invert(17%) sepia(97%) saturate(5024%) hue-rotate(243deg) brightness(98%) contrast(97%);
  cursor: pointer;
  padding: 22px 15px 22px 60px;
}

.startups_rs {
  display: flex;
  gap: 1rem;
}
.startups_rs a {
  aspect-ratio: 1/1;
  width: 100%;
  display: block;
  max-width: 61px;
}
.startups_rs a.lien_picto_instagram {
  background-image: url("../images/SVG/picto_instagram.svg");
}
.startups_rs a.lien_picto_instagram:hover {
  background-image: url("../images/SVG/picto_instagram_hover.svg");
}
.startups_rs a.lien_picto_linkedin {
  background-image: url("../images/SVG/picto_linkedin.svg");
}
.startups_rs a.lien_picto_linkedin:hover {
  background-image: url("../images/SVG/picto_linkedin_hover.svg");
}
.startups_rs a.lien_picto_facebook {
  background-image: url("../images/SVG/picto_facebook.svg");
}
.startups_rs a.lien_picto_facebook:hover {
  background-image: url("../images/SVG/picto_facebook_hover.svg");
}
.startups_rs a.lien_picto_youtube {
  background-image: url("../images/SVG/picto_youtube.svg");
}
.startups_rs a.lien_picto_youtube:hover {
  background-image: url("../images/SVG/picto_youtube_hover.svg");
}
.startups_rs a.lien_picto_tiktok {
  background-image: url("../images/SVG/picto_tiktok.svg");
}
.startups_rs a.lien_picto_tiktok:hover {
  background-image: url("../images/SVG/picto_tiktok_hover.svg");
}

#module_startups {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  #module_startups {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
#module_startups .categories_startup {
  justify-content: center;
}
#module_startups .categories_startup .categorie_startup {
  padding: 0 7px;
  align-items: center;
  border: 8px solid transparent;
}
#module_startups .categories_startup .categorie_startup:not(#module_startups .categories_startup .categorie_startup[data-filter=all]) {
  padding: 5px 7px 5px 60px !important;
}
@media (min-width: 992px) {
  #module_startups .categories_startup .categorie_startup:not(#module_startups .categories_startup .categorie_startup[data-filter=all]) {
    padding: 14px 7px 14px 60px !important;
  }
}
#module_startups .categories_startup .categorie_startup:hover {
  border: 8px solid #373CF5;
}
#module_startups .bloc_startup {
  position: relative;
}
#module_startups .bloc_startup a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-decoration: none;
  color: #373CF5;
  gap: 1rem;
  transition: 0.2s;
  position: relative;
}
@media (max-width: 991px) {
  #module_startups .bloc_startup a {
    padding-bottom: 50px;
  }
}
@media (min-width: 992px) {
  #module_startups .bloc_startup a {
    aspect-ratio: 1/1;
  }
}
#module_startups .bloc_startup a img {
  transform: scale(0.8);
  transition: 0.2s;
  max-height: 150px;
}
#module_startups .bloc_startup a .desc {
  font-size: 12px;
  line-height: 14px;
  transition: 0.2s;
}
@media (min-width: 992px) {
  #module_startups .bloc_startup a .desc {
    display: none;
    opacity: 0;
  }
}
#module_startups .bloc_startup a .fleche {
  -webkit-mask-image: url("../images/SVG/Fleche_Droite_picto.svg");
          mask-image: url("../images/SVG/Fleche_Droite_picto.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: right center;
          mask-position: right center;
  height: 50px;
  width: 100%;
  background: #373CF5;
  transition: 0.2s;
  right: 1rem;
  bottom: 1rem;
}
@media (min-width: 992px) {
  #module_startups .bloc_startup a .fleche {
    display: none;
    opacity: 0;
    position: absolute;
  }
}
@media (min-width: 992px) {
  #module_startups .bloc_startup a:hover {
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1607843137);
    padding-bottom: 70px !important;
    position: absolute;
  }
  #module_startups .bloc_startup a:hover .desc,
  #module_startups .bloc_startup a:hover .fleche {
    display: block;
    opacity: 1;
  }
  #module_startups .bloc_startup a:hover img {
    transform: scale(1);
  }
}
#module_startups .bloc_candidature a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-decoration: none;
  color: #373CF5;
  border: 10px solid #373CF5;
  font-weight: 700;
}
@media (min-width: 992px) {
  #module_startups .bloc_candidature a {
    aspect-ratio: 1/1;
    margin: 2rem;
  }
}
#module_startups .bloc_candidature a .fleche {
  -webkit-mask-image: url("../images/SVG/Fleche_Droite_picto.svg");
          mask-image: url("../images/SVG/Fleche_Droite_picto.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: calc(100% - 10px) center;
          mask-position: calc(100% - 10px) center;
  height: 35px;
  width: 100%;
  background: #373CF5;
  transition: 0.2s;
}
#module_startups .bloc_candidature a:hover .fleche {
  -webkit-mask-image: url("../images/SVG/Fleche_Droite_picto_plein.svg");
          mask-image: url("../images/SVG/Fleche_Droite_picto_plein.svg");
  -webkit-mask-position: right center;
          mask-position: right center;
}

.bloc_temoignage {
  background-color: #20124B;
  color: #fff;
  line-height: 1.1;
}
.bloc_temoignage h2 {
  line-height: 1;
}
.bloc_temoignage .nom {
  font-style: italic;
  font-size: 12px;
}

@media (max-width: 767px) {
  .bloc_bottom_home .padding_temoignage {
    padding: 0;
  }
}
@media (min-width: 1100px) {
  .bloc_bottom_home .bloc_temoignage {
    background-image: url(../images/SVG/Guillemet_picto.svg);
    background-repeat: no-repeat;
    background-position: 92% 8%;
    background-size: 45px auto;
  }
}
@media (max-width: 992px) {
  .bloc_bottom_home .bloc_temoignage img {
    max-width: 120px;
    margin: 0 auto 1rem;
    display: block;
  }
}
.bloc_bottom_home .bloc_temoignage .bouton_fleche {
  color: #fff;
}
.bloc_bottom_home .bloc_temoignage .bouton_fleche::after {
  content: "";
  background-color: #fff;
}

@media (max-width: 575px) {
  .all_salles_container {
    margin-bottom: 50px;
  }
}
.all_salles_container .bloc_salle {
  border: 10px solid #B26AE0;
  position: relative;
  font-size: 14px;
  padding-bottom: 20px;
}
.all_salles_container .bloc_salle .img_slider_startup {
  position: relative;
  top: -10px;
  left: -10px;
  width: 60%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.all_salles_container .bloc_salle .pictos_salle {
  max-height: 80px;
  width: 80px;
}
.all_salles_container .bloc_salle_content {
  padding: 1rem;
}
.all_salles_container .bloc_salle .valeurs p:last-child {
  margin-bottom: 0;
}
.all_salles_container .slick-list {
  padding: 0;
}
.all_salles_container .slick-list .slick-slide {
  margin: 0 12px;
}

#body-1494 .arrows_container {
  position: absolute;
  bottom: 0;
}
@media (max-width: 575px) {
  #body-1494 .arrows_container {
    width: 100%;
    left: 50%;
    transform: translateX(calc(-50% - 45px));
  }
}
@media (min-width: 576px) {
  #body-1494 .arrows_container {
    height: 100%;
    width: 20%;
    right: 0;
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 5%, rgb(255, 255, 255) 100%);
    z-index: 1;
  }
}
#body-1494 .arrows_container .slick-arrow {
  bottom: 0;
  top: inherit;
  left: 20%;
}
@media (max-width: 575px) {
  #body-1494 .arrows_container .slick-arrow {
    top: inherit;
    left: inherit;
    right: inherit;
  }
}
@media (min-width: 576px) {
  #body-1494 .arrows_container .slick-arrow {
    bottom: 40px;
  }
}
#body-1494 .wpcf7 .row p {
  margin-bottom: 0;
}
#body-1494 .wpcf7 input::-moz-placeholder {
  color: #20124B;
}
#body-1494 .wpcf7 input::placeholder {
  color: #20124B;
}
#body-1494 .wpcf7 input[type=date]::-webkit-calendar-picker-indicator {
  color: rgba(0, 0, 0, 0);
  opacity: 1;
  display: block;
  background: url("../images/SVG/Calendrier_picto.svg") no-repeat;
  width: 15px;
  height: 15px;
  border-width: thin;
}
#body-1494 .wpcf7 input[type=time]::-webkit-calendar-picker-indicator {
  color: rgba(0, 0, 0, 0);
  opacity: 1;
  display: block;
  background: url("../images/SVG/Horaires_picto.svg") no-repeat;
  width: 15px;
  height: 15px;
  border-width: thin;
}
#body-1494 .document_salles .bordures {
  border-top: 1px solid #20124B;
  border-bottom: 1px solid #20124B;
}
#body-1494 .document_salles .col-12 h2 {
  display: inline-block;
  margin-bottom: 0;
  padding-left: 60px;
  background-image: url("../images/SVG/Euro_symbol.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 90%;
}
@media (max-width: 767px) {
  #body-1494 .document_salles .col-12 h2 {
    margin: auto;
  }
}

.page_accueil {
  background: #fff;
}

.bloc_atouts {
  border: 10px solid #373CF5;
  padding: 30px 50px;
  color: #373CF5;
  font-size: 18px;
  line-height: 1.2;
}
.bloc_atouts h2 {
  font-weight: 700;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .bloc_atouts h2 {
    margin-bottom: 20px;
  }
}
.bloc_atouts ul {
  list-style: none;
  padding-left: 0;
  position: relative;
}
.bloc_atouts ul li {
  position: relative;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  margin-left: 50px;
  margin-bottom: 20px;
}
.bloc_atouts ul li:before {
  content: "";
  -webkit-mask-size: contain !important;
          mask-size: contain !important;
  -webkit-mask-repeat: no-repeat !important;
          mask-repeat: no-repeat !important;
  -webkit-mask-position: top center;
          mask-position: top center;
  -webkit-mask-image: url(../images/SVG/Valide_picto.svg);
          mask-image: url(../images/SVG/Valide_picto.svg);
  background-color: #373CF5;
  height: 30px;
  position: absolute;
  width: 40px;
  left: -50px;
}
@media (max-width: 767px) {
  .bloc_atouts {
    padding: 20px 30px;
  }
}
@media (max-width: 575px) {
  .bloc_atouts {
    padding: 20px 15px 15px;
  }
}

#bloc_trombinoscope {
  /* Cache l'image au départ */
  /* Cercle rouge avec bordure blanche en haut à droite */
  /* Cercle blanc */
  /* Pointer sur la div incrusteVideo */
}
#bloc_trombinoscope .col {
  position: relative;
  aspect-ratio: 1/1;
  padding: 0;
}
#bloc_trombinoscope .membre {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: 0.2s;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 1;
}
@media (min-width: 576px) {
  #bloc_trombinoscope .membre.display_hover:hover {
    opacity: 0;
  }
}
#bloc_trombinoscope .membre_hover {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
}
@media (max-width: 575px) {
  #bloc_trombinoscope .membre_hover {
    display: none;
  }
}
#bloc_trombinoscope .membre_texte {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 8px solid #373CF5;
  padding: 10px;
  word-break: break-word;
}
@media (max-width: 575px) {
  #bloc_trombinoscope .membre_texte {
    display: none;
  }
}
#bloc_trombinoscope #incubateur,
#bloc_trombinoscope #bouton_commencer {
  display: flex;
  align-items: center;
  z-index: 9;
}
@media (min-width: 992px) {
  #bloc_trombinoscope #incubateur {
    position: absolute;
    aspect-ratio: 2/1;
    width: 28.5714285714%;
    top: 137.1px;
  }
  #bloc_trombinoscope #incubateur p {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  #bloc_trombinoscope #incubateur {
    top: 162.8px;
  }
}
@media (min-width: 1400px) {
  #bloc_trombinoscope #incubateur {
    top: 188.6px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #bloc_trombinoscope #incubateur {
    width: 42.8571428571%;
    aspect-ratio: 3/1;
  }
  #bloc_trombinoscope #incubateur p {
    line-height: 1;
  }
}
@media (min-width: 992px) {
  #bloc_trombinoscope #bouton_commencer {
    position: absolute;
    aspect-ratio: 2/1;
    width: 28.5714285714%;
    top: 274.2px;
  }
}
@media (min-width: 1200px) {
  #bloc_trombinoscope #bouton_commencer {
    top: 377px;
  }
}
@media (min-width: 1400px) {
  #bloc_trombinoscope #bouton_commencer {
    top: 377px;
  }
}
#bloc_trombinoscope #rejoignez_nous {
  background-color: #373CF5;
  color: #fff;
  width: 28.5714285714%;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 25px;
  padding-right: 25px;
}
@media (min-width: 1200px) {
  #bloc_trombinoscope #rejoignez_nous {
    position: absolute;
    aspect-ratio: 2/1;
    bottom: 0;
  }
}
@media (max-width: 1200px) {
  #bloc_trombinoscope #rejoignez_nous {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  #bloc_trombinoscope #rejoignez_nous {
    margin-bottom: 2rem;
  }
}
#bloc_trombinoscope #rejoignez_nous p:last-child {
  background-image: url("../images/SVG/Fleche_Bas_Pleine_picto.svg");
  background-repeat: no-repeat;
  background-position: center right;
  padding-right: 23%;
  background-size: 50px 60px;
}
@media (max-width: 1199px) {
  #bloc_trombinoscope #rejoignez_nous p:last-child {
    padding-bottom: 30px;
    background-position: bottom right;
  }
}
#bloc_trombinoscope #webcamVideo,
#bloc_trombinoscope #photoPreview {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
#bloc_trombinoscope #photoPreview {
  display: none;
}
#bloc_trombinoscope .top-right-circle {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 22px;
  height: 22px;
  background-color: red;
  border: 2px solid white;
  border-radius: 50%;
}
#bloc_trombinoscope .bottom-center-circle {
  background-image: url("../images/SVG/Clic_picto_photo.svg");
  background-position: center;
  background-repeat: no-repeat;
  display: none;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
}
@media (max-width: 575px) {
  #bloc_trombinoscope .bottom-center-circle {
    opacity: 0.4;
  }
}
#bloc_trombinoscope #incrusteVideo {
  cursor: pointer;
}

.bloc_bottom_home .blocs_accueil {
  position: relative;
}
@media (min-width: 992px) {
  .bloc_bottom_home .blocs_accueil {
    aspect-ratio: 25/14;
  }
}
@media (min-width: 899px) and (max-width: 991px) {
  .bloc_bottom_home .blocs_accueil {
    aspect-ratio: 25/16;
  }
}
@media (min-width: 799px) and (max-width: 900px) {
  .bloc_bottom_home .blocs_accueil {
    aspect-ratio: 25/18;
  }
}
@media (min-width: 768px) and (max-width: 800px) {
  .bloc_bottom_home .blocs_accueil {
    aspect-ratio: 25/20;
  }
}
.bloc_bottom_home .blocs_accueil .background-video {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.bloc_bottom_home .blocs_accueil .content_bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.7;
  z-index: 0;
}
.bloc_bottom_home .blocs_accueil .content {
  color: #fff;
  height: 100%;
  width: 100%;
}
@media (min-width: 991px) {
  .bloc_bottom_home .blocs_accueil .content {
    position: absolute;
  }
}
.bloc_bottom_home .blocs_accueil .content a {
  text-decoration: none;
  color: #fff;
  padding: 45px 50px;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 991px) {
  .bloc_bottom_home .blocs_accueil .content a {
    padding: 35px;
    gap: 1rem;
  }
}
.bloc_bottom_home .blocs_accueil .content a h2 {
  font-size: 52px;
  font-weight: 700;
  margin: 0;
  max-width: 45%;
  transition: all ease-in-out 0.3s;
  line-height: 60px;
}
@media (min-width: 992px) {
  .bloc_bottom_home .blocs_accueil .content a h2 {
    bottom: 45px;
    position: absolute;
  }
}
@media (max-width: 1100px) {
  .bloc_bottom_home .blocs_accueil .content a h2 {
    font-size: 40px;
    line-height: 45px;
  }
}
.bloc_bottom_home .blocs_accueil .content a .description {
  font-size: 16px;
  line-height: 21px;
  width: 60%;
  transition: all ease-in-out 0.3s;
  bottom: 45px;
  font-weight: 500;
}
@media (min-width: 992px) {
  .bloc_bottom_home .blocs_accueil .content a .description {
    opacity: 0;
    position: absolute;
  }
}
@media (max-width: 1100px) {
  .bloc_bottom_home .blocs_accueil .content a .description {
    width: 65%;
  }
}
@media (max-width: 992px) {
  .bloc_bottom_home .blocs_accueil .content a .description {
    width: 75%;
  }
}
.bloc_bottom_home .blocs_accueil .content a .fleche {
  -webkit-mask-image: url("../images/SVG/Fleche_Droite_picto.svg");
          mask-image: url("../images/SVG/Fleche_Droite_picto.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  height: 50px;
  width: 50px;
  background: #fff;
  transition: all ease-in-out 0.3s;
  position: absolute;
}
@media (min-width: 992px) {
  .bloc_bottom_home .blocs_accueil .content a .fleche {
    bottom: 45px;
    left: 60%;
  }
}
@media (max-width: 991px) {
  .bloc_bottom_home .blocs_accueil .content a .fleche {
    bottom: 30px;
    right: 30px;
  }
}
@media (min-width: 992px) {
  .bloc_bottom_home .blocs_accueil .content a:hover h2 {
    transform: translateY(-70%);
  }
}
@media (min-width: 992px) and (max-width: 1100px) {
  .bloc_bottom_home .blocs_accueil .content a:hover h2 {
    transform: translateY(-90%);
  }
}
@media (min-width: 992px) {
  .bloc_bottom_home .blocs_accueil .content a:hover .fleche {
    left: calc(100% - 105px);
  }
  .bloc_bottom_home .blocs_accueil .content a:hover .description {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .bloc_bottom_home .col-md-6 {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 1.5rem;
  }
}
.bloc_bottom_home .col-md-6:first-child .blocs_accueil .content_bg {
  background: transparent linear-gradient(90deg, #373CF5 0%, rgba(216, 1, 106, 0.6274509804) 100%) 0% 0% no-repeat padding-box;
}
.bloc_bottom_home .col-md-6:last-child .blocs_accueil .content_bg {
  background: transparent linear-gradient(90deg, #B26AE0 0%, rgba(32, 18, 75, 0.5764705882) 100%) 0% 0% no-repeat padding-box;
}
.bloc_bottom_home .bloc_actualites {
  line-height: 1.1;
}
@media (min-width: 1100px) {
  .bloc_bottom_home .bloc_actualites .height-100 {
    height: 100%;
  }
}
@media (min-width: 768px) {
  .bloc_bottom_home .bloc_actualites {
    padding-right: 24px;
  }
}
.bloc_bottom_home .bloc_actualites h2 {
  line-height: 1;
}
@media (max-width: 575px) {
  .bloc_bottom_home .bloc_actualites h2 br {
    display: none;
  }
}
.bloc_bottom_home .bloc_actualites .date {
  font-size: 14px;
}
.bloc_bottom_home .bloc_actualites .image_actu,
.bloc_bottom_home .bloc_actualites .image_actu_mobile {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.bloc_bottom_home .bloc_actualites .image_actu_mobile {
  aspect-ratio: 1/1;
  max-width: 300px;
}
.bloc_bottom_home .bloc_actualites .bouton_fleche {
  color: #fff;
}
.bloc_bottom_home .bloc_actualites .bouton_fleche::after {
  content: "";
  background-color: #fff;
}
.bloc_bottom_home .col_actu_une_container {
  flex: 0 0 auto;
  color: #fff;
}
@media (min-width: 1100px) {
  .bloc_bottom_home .col_actu_une_container {
    width: 78%;
    aspect-ratio: 2/1;
  }
}
@media (min-width: 1100px) {
  .bloc_bottom_home .bloc_agenda {
    height: 75%;
  }
}
.bloc_bottom_home .bloc_agenda a {
  color: #fff;
  text-decoration: none;
}
@media (max-width: 1099px) {
  .bloc_bottom_home .bloc_agenda a {
    padding-right: 80px !important;
  }
}
.bloc_bottom_home .bloc_agenda a:after {
  background-color: #fff;
}
@media (min-width: 1100px) {
  .bloc_bottom_home .bloc_toutes_actus {
    height: 25%;
  }
}
.bloc_bottom_home .bloc_toutes_actus a {
  color: #20124B;
  text-decoration: none;
  font-weight: 700;
}
.bloc_bottom_home .bloc_toutes_actus a:after {
  background-color: #20124B;
}
.bloc_bottom_home .bloc_agenda a,
.bloc_bottom_home .bloc_toutes_actus a {
  position: relative;
}
.bloc_bottom_home .bloc_agenda a::after,
.bloc_bottom_home .bloc_toutes_actus a::after {
  position: absolute;
  content: "";
  height: 40px;
  width: 40px;
  bottom: 20px;
  right: 20px;
  transition: all ease-in-out 0.2s;
  -webkit-mask-image: url(../images/SVG/Fleche_Droite_picto.svg);
          mask-image: url(../images/SVG/Fleche_Droite_picto.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
@media (max-width: 1100px) {
  .bloc_bottom_home .bloc_agenda a::after,
  .bloc_bottom_home .bloc_toutes_actus a::after {
    height: 100%;
    bottom: 0;
  }
}
.bloc_bottom_home .bloc_agenda a:hover::after,
.bloc_bottom_home .bloc_toutes_actus a:hover::after {
  transform: translate(10px, 0);
  transition: all ease-in-out 0.2s;
  -webkit-mask-image: url(../images/SVG/Fleche_Droite_picto_plein.svg);
          mask-image: url(../images/SVG/Fleche_Droite_picto_plein.svg);
}

.row-cols-7 > * {
  flex: 0 0 auto;
  width: 14.2857142857%;
}
@media (max-width: 992px) {
  .row-cols-7 > * {
    width: 25%;
  }
}

.lien_div {
  border: 8px solid #B26AE0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #B26AE0;
  text-decoration: none;
  gap: 1rem;
  padding: 5px;
}
@media (max-width: 1199px) {
  .lien_div {
    gap: 0.3rem;
  }
}
.lien_div .camera {
  background-image: url(../images/SVG/Camera_picto.svg);
  aspect-ratio: 20/13;
  background-repeat: no-repeat;
  background-size: cover;
  width: 60%;
}
@media (max-width: 1199px) {
  .lien_div .camera {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .lien_div .camera {
    display: none;
  }
}
.lien_div .visible_hover {
  transition: 0.2s;
}
@media (min-width: 575px) {
  .lien_div .visible_hover {
    display: none;
  }
}
.lien_div .visible_hover p {
  line-height: 1.1;
}
@media (max-width: 575px) {
  .lien_div .visible_hover p {
    line-height: 1;
  }
  .lien_div .visible_hover p br {
    display: none;
  }
}
.lien_div .visible_hover p:last-child {
  margin-bottom: 0;
}
.lien_div:hover .visible_hover {
  display: block;
}

@media (min-width: 576px) {
  .row_fixed_bg {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .row_fixed_bg {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .row_fixed_bg {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .row_fixed_bg {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .row_fixed_bg {
    max-width: 1320px;
  }
}
body {
  max-width: 1920px;
  margin: auto;
  /* header {
      @include color_1;
      @include menu_colors;
      z-index: 1000;
      display: flex;
      .logo_container {
          text-align: center;
          padding: 20px 15px;
          margin-right: 0;
          width: 70%;
          .logo_site {
              width: 100%;
              max-width: 300px;
              object-fit: contain;
          }
      }
      .navbar {
          width: 30%;
          .navbar-toggler {
              margin: auto;
          }
          #offcanvasNavbar {
              .dropdown-menu.show {
                  width: inherit;
                  min-width: fit-content;
                  margin-top: 10px;
                  border-radius: 10px;
                  padding: 8px;
                  .dropdown-item:hover {
                      border-radius: 10px;
                  }
              }
          }
      }

  } */
}
body main {
  overflow: hidden;
}
body img {
  max-width: 100%;
}
body img.arrondi {
  border-radius: 10px;
}
body img.ellipse {
  border-radius: 100%;
}
body p:has(img.aligncenter) {
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
}
body p:has(img.aligncenter) img {
  margin: 5px;
}
body p:has(img.alignleft) {
  display: table;
  float: left;
  margin: 0.5em 1em 0.5em 0;
}
body p:has(img.alignright) {
  display: table;
  float: right;
  margin: 0.5em 0 0.5em 1em;
}
body p:has(img.carre) {
  position: relative;
}
body p:has(img.carre)::after {
  content: "";
  display: block;
  padding-bottom: 100%;
  position: absolute;
  top: 0;
}
body p:has(img.carre) img {
  -o-object-fit: cover;
     object-fit: cover;
}
body p:has(img.carre) img.size-large {
  width: 630px;
  height: 630px;
}
body p:has(img.carre) img.size-medium {
  width: 300px;
  height: 300px;
}
@media (max-width: 991px) {
  body .image_p {
    margin: 0 auto;
    display: block;
    max-height: 500px;
    width: auto;
  }
}
@media (min-width: 1400px) {
  body .image_p {
    position: absolute;
    left: 0;
    height: 780px;
    width: auto;
    top: 35px;
    z-index: 5;
  }
}
@media (min-width: 768px) {
  body .row_img_height {
    min-height: 460px;
  }
}
@media (min-width: 1400px) {
  body .size-large {
    max-width: 700px;
  }
}
body h2,
body .h2 {
  font-weight: 500;
}
@media (max-width: 767px) {
  body .order_container {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  body .container_img_bg {
    position: absolute;
    height: inherit;
  }
}
body .container_img_bg .container_img_bg_content {
  background-size: cover;
  background-position: center;
  height: 100%;
}
@media (max-width: 767px) {
  body .container_img_bg .container_img_bg_content {
    min-height: 250px;
  }
}
@media (min-width: 992px) {
  body .left_contenu_intro {
    margin-right: 85px;
  }
}
body .btn,
body .wpcf7-submit {
  border: unset;
  background-color: #D8016A;
  color: #fff;
}
body .btn a,
body .wpcf7-submit a {
  color: #fff;
}
body .btn:hover,
body .wpcf7-submit:hover {
  background-color: #373CF5;
  color: #fff;
}
body .btn:hover a,
body .wpcf7-submit:hover a {
  color: #fff;
}
body .nav_item_rs a {
  margin: 10px;
}
body .nav_item_rs a .picto_rs {
  width: 100%;
  max-width: 50px;
  border-radius: 100%;
  padding: 1px;
  min-width: 40px;
  aspect-ratio: 1/1;
}
body .col_logos_rs a .picto_rs {
  width: 100%;
  max-width: 50px;
  padding: 1px;
  min-width: 40px;
  aspect-ratio: 1/1;
}
body .logo_site {
  /* max-width: 250px;
  max-height: 100px; */
  max-width: 150px;
  max-height: 110px;
}
body .logo_vep {
  max-width: 110px;
}
body .sitemap_container {
  list-style-type: none;
}
body .sitemap_container li {
  padding: 5px;
}
body .sitemap_container li a {
  text-decoration: none;
}
body .left_contenu,
body .right_contenu {
  display: flex;
}
body .left_contenu .right_contenu_content,
body .left_contenu .left_contenu_content,
body .right_contenu .right_contenu_content,
body .right_contenu .left_contenu_content {
  width: 100%;
  line-height: 1.2rem;
}
body .left_contenu .right_contenu_content iframe,
body .left_contenu .left_contenu_content iframe,
body .right_contenu .right_contenu_content iframe,
body .right_contenu .left_contenu_content iframe {
  width: 100% !important;
  aspect-ratio: 16/9;
  height: auto !important;
}
body .left_contenu .right_contenu_content ul,
body .left_contenu .left_contenu_content ul,
body .right_contenu .right_contenu_content ul,
body .right_contenu .left_contenu_content ul {
  list-style: inside;
  padding-left: 0;
}
body .left_contenu .right_contenu_content img,
body .left_contenu .left_contenu_content img,
body .right_contenu .right_contenu_content img,
body .right_contenu .left_contenu_content img {
  margin-bottom: -1rem;
  max-width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  body .left_contenu .right_contenu_content img,
  body .left_contenu .left_contenu_content img,
  body .right_contenu .right_contenu_content img,
  body .right_contenu .left_contenu_content img {
    display: block;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  body .left_contenu.droite_padding,
  body .right_contenu.droite_padding {
    padding-left: 85px;
  }
  body .left_contenu.gauche_padding,
  body .right_contenu.gauche_padding {
    padding-right: 85px;
  }
}
body .slick-dots {
  bottom: 10px;
}
body .slick-dots li:first-child:nth-last-child(1) {
  /* -or- li:only-child { */
  display: none;
}
body .slick-dots li {
  width: 20px;
  height: 20px;
}
body .slick-dots li button {
  width: 20px;
  height: 20px;
  border-radius: 5px;
  padding: 0;
  background: #373CF5;
  content: "";
}
body .slick-dots li button:before {
  content: unset;
}
body .slick-dots li.slick-active button {
  background: #D8016A;
}
body .slick-arrow {
  z-index: 110;
  bottom: 15px;
  left: unset;
  right: 65px;
  top: 20px;
  width: 35px;
  height: 30px;
}
body .slick-arrow.slick-prev {
  transform: rotate(180deg) translate(calc(50% - 20px));
}
body .slick-arrow.slick-prev::before {
  -webkit-mask-image: url("../images/SVG/Fleche_Droite_picto.svg");
          mask-image: url("../images/SVG/Fleche_Droite_picto.svg");
}
body .slick-arrow.slick-prev:hover::before {
  -webkit-mask-image: url("../images/SVG/Fleche_Droite_picto_plein.svg");
          mask-image: url("../images/SVG/Fleche_Droite_picto_plein.svg");
}
body .slick-arrow.slick-next {
  transform: translate(calc(50% + 30px));
}
body .slick-arrow.slick-next::before {
  -webkit-mask-image: url("../images/SVG/Fleche_Droite_picto.svg");
          mask-image: url("../images/SVG/Fleche_Droite_picto.svg");
}
body .slick-arrow.slick-next:hover::before {
  -webkit-mask-image: url("../images/SVG/Fleche_Droite_picto_plein.svg");
          mask-image: url("../images/SVG/Fleche_Droite_picto_plein.svg");
}
body .slick-arrow::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #20124B;
  top: 50%;
  left: 50%;
  width: 35px;
  height: 30px;
  transform: translate(-50%, -50%);
}
body form label {
  width: 100%;
}
body form input:not([type=submit]),
body form select,
body form textarea {
  width: 100%;
}
body form input,
body form textarea,
body form select {
  padding: 10px 25px;
  font-size: 14px;
  border: 1px solid #20124B;
  border-radius: 10px;
}
body form input::-moz-placeholder, body form textarea::-moz-placeholder, body form select::-moz-placeholder {
  opacity: 1;
}
body form input::placeholder,
body form textarea::placeholder,
body form select::placeholder {
  opacity: 1;
}
body form .wpcf7-submit,
body form .wpcf7-spinner {
  margin: auto;
  display: block;
  margin-top: 10px;
  background-color: #D8016A;
}
body form .wpcf7-not-valid-tip {
  color: #373CF5;
}
body form.invalid .wpcf7-response-output,
body form .wpcf7 form.unaccepted .wpcf7-response-output,
body form .wpcf7 form.payment-required .wpcf7-response-output {
  color: #373CF5;
  border-color: #373CF5 !important;
  border-radius: 10px;
}
body .actualites_container .lien_event {
  text-decoration: none;
  color: #20124B;
}
body .actualites_container .lien_event .event_container .img_container {
  width: 100%;
  height: 220px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: max-width ease-in-out 0.2s;
  margin-bottom: 0;
  max-width: initial;
}
body .actualites_container .lien_event .event_container .texte_container .lire_article {
  height: -moz-fit-content;
  height: fit-content;
  background: #D8016A;
  color: #fff;
  padding: 6px 25px;
  text-align: right;
  font-size: 14px;
  position: relative;
}
body .actualites_container .lien_event .event_container .texte_container .lire_article::before {
  content: "";
  position: absolute;
  height: 100%;
  background: #D8016A;
  border-radius: 10px 0 0 10px;
  top: 0;
  z-index: -1;
  width: 180px;
  left: -155px;
}
body .actualites_container .lien_actu {
  text-decoration: none;
  color: #20124B;
}
body .actualites_container .lien_actu .actu_container {
  display: flex;
  flex-direction: column;
}
body .actualites_container .lien_actu .actu_container .img_container {
  width: 100%;
  height: 220px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: max-width ease-in-out 0.2s;
  margin-bottom: 0;
  max-width: initial;
}
body .actualites_container .lien_actu .actu_container .texte_container {
  transition: margin-left ease-in-out 0.2s;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
  width: 100%;
}
body .actualites_container .lien_actu .actu_container .texte_container .lire_article {
  height: -moz-fit-content;
  height: fit-content;
  background: #D8016A;
  color: #fff;
  padding: 6px 25px;
  text-align: right;
  font-size: 14px;
  position: relative;
}
body .actualites_container .lien_actu .actu_container .texte_container .lire_article::before {
  content: "";
  position: absolute;
  height: 100%;
  background: #D8016A;
  border-radius: 10px 0 0 10px;
  top: 0;
  z-index: -1;
  width: 180px;
  left: -155px;
}
body .actualites_container .page-numbers {
  padding: 8px 16px;
  background: #373CF5;
  margin: 2px;
  color: #fff !important;
  border-radius: 10px;
  text-decoration: none;
}
body .actualites_container .page-numbers.current {
  background: #D8016A;
}
body footer a {
  color: #fff;
  text-decoration: none;
}
body footer .footer_p {
  margin-left: -50px;
  /* height: 100%;
  width: auto;
  z-index: 1;
  position: relative; */
  height: auto;
  width: 100%;
  z-index: 1;
  position: relative;
  max-height: 100%;
}
body footer .logo_site_cci_accelerateur {
  max-width: 210px;
}
body footer .bloc_rs {
  background-color: #373CF5;
  color: #fff;
  position: relative;
}
body footer .bloc_rs .phrase_rs_container {
  display: flex;
  align-items: end;
}
@media (max-width: 599px) {
  body footer .bloc_rs .phrase_rs_container {
    align-items: flex-start;
    flex-direction: column;
  }
  body footer .bloc_rs .phrase_rs_container br {
    display: none;
  }
}
@media (min-width: 768px) {
  body footer .bloc_rs .phrase_rs_container {
    justify-content: center;
  }
}
body footer .bloc_rs .phrase_rs_container .bouton_fleche {
  color: #fff;
}
body footer .bloc_rs .phrase_rs_container .bouton_fleche::after {
  background-color: #fff;
  height: 35px;
  width: 35px;
  transform: translate(-30px, -50%);
}
body footer .bloc_rs .phrase_rs_container .bouton_fleche:hover::after {
  transform: translate(-25px, -50%);
}
body footer .bloc_rs .col_logos_rs {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  height: 100%;
}
@media (max-width: 991px) {
  body footer .bloc_rs .col_logos_rs {
    flex-direction: column;
  }
}
body footer .bloc_rs .col_logos_rs a {
  display: block;
  aspect-ratio: 1/1;
  height: 50%;
}
@media (min-width: 992px) {
  body footer .bloc_rs .col_logos_rs a {
    height: 100%;
  }
}
body footer .bloc_rs .col_logos_rs a .picto_rs_container {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
body footer .bloc_rs .col_logos_rs .lien_picto_instagram {
  background: transparent linear-gradient(180deg, #373CF5 0%, #B26AE0 100%) 0% 0% no-repeat padding-box;
}
body footer .bloc_rs .col_logos_rs .lien_picto_instagram .picto_rs {
  background-image: url("../images/SVG/picto_instagram.svg");
}
body footer .bloc_rs .col_logos_rs .lien_picto_instagram .picto_rs:hover {
  background-image: url("../images/SVG/picto_instagram_hover.svg");
}
body footer .bloc_rs .col_logos_rs .lien_picto_linkedin {
  background: transparent linear-gradient(180deg, #D8016A 0%, #B26AE0 100%) 0% 0% no-repeat padding-box;
}
body footer .bloc_rs .col_logos_rs .lien_picto_linkedin .picto_rs {
  background-image: url("../images/SVG/picto_linkedin.svg");
}
body footer .bloc_rs .col_logos_rs .lien_picto_linkedin .picto_rs:hover {
  background-image: url("../images/SVG/picto_linkedin_hover.svg");
}
body footer .bloc_footer {
  overflow: hidden;
}
body footer #menu-menu-bas {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  body footer #menu-menu-bas li {
    display: inline-block;
  }
  body footer #menu-menu-bas li:not(:last-child):after {
    content: " | ";
  }
}

.liste_check {
  list-style-type: none !important;
}
@media (max-width: 575px) {
  .liste_check {
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .liste_check {
    -moz-column-count: 2;
         column-count: 2;
  }
}
.liste_check li {
  position: relative;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  margin-left: 50px;
  margin-bottom: 20px;
  min-height: 30px;
}
.liste_check li::before {
  content: "";
  -webkit-mask-size: contain !important;
          mask-size: contain !important;
  -webkit-mask-repeat: no-repeat !important;
          mask-repeat: no-repeat !important;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-image: url("../images/SVG/Valide_picto.svg");
          mask-image: url("../images/SVG/Valide_picto.svg");
  background-color: #373CF5;
  height: 100%;
  position: absolute;
  width: 40px;
  left: -50px;
}

.corner_container {
  position: relative;
  line-height: 1.1;
  padding-left: 40px;
  padding-right: 40px;
}
.corner_container p {
  margin-bottom: 0;
}

.bloc_corner {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border: 15px solid;
  border-top: 0;
  border-right: 0;
  border-color: #fff;
}

.choice_region .region_linear_bleu {
  opacity: 0;
}
.choice_region:hover {
  cursor: pointer;
}
.choice_region:hover .region_linear_bleu {
  opacity: 1;
}
.choice_region_active .region_linear_bleu {
  opacity: 1;
}

.container_x_large {
  max-width: 1400px;
}

.container_large {
  max-width: 1160px;
}

.container_medium {
  max-width: 1020px;
}

.container_small {
  max-width: 870px;
}

@media (min-width: 576px) {
  body .slick-dots {
    bottom: 17px;
  }
  body .slick-dots li {
    width: 40px;
    height: 10px;
  }
  body .slick-dots li button {
    width: 40px;
    height: 10px;
  }
  body footer .logo_site_container {
    text-align: center;
  }
  body footer .menu_bas {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media (min-width: 768px) {
  body .lien_actu .actu_container {
    flex-direction: row !important;
  }
  body .lien_actu .actu_container .img_container {
    margin-bottom: 0;
    max-width: 320px !important;
  }
  body .lien_actu .actu_container .texte_container {
    margin-left: 65px;
  }
}
@media (min-width: 992px) {
  body .sitemap_container {
    -moz-column-count: 2;
         column-count: 2;
  }
}/*# sourceMappingURL=responsive.css.map */