@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: #EAEAEA;
}
.txt_gris1 {
  color: #EAEAEA;
}
.bg_gris2 {
  background-color: #DFE3EE;
}
.txt_gris2 {
  color: #DFE3EE;
}
.bg_gris3 {
  background-color: #707070;
}
.txt_gris3 {
  color: #707070;
}
.bg_gris4 {
  background-color: #333333;
}
.txt_gris4 {
  color: #333333;
}
.bg_color1 {
  background-color: #222DFF;
}
.txt_color1 {
  color: #222DFF;
}
.bg_color2 {
  background-color: #FE3F36;
}
.txt_color2 {
  color: #FE3F36;
}
.bg_color3 {
  background-color: #F3F5FA;
}
.txt_color3 {
  color: #F3F5FA;
}
.bg_color4 {
  background-color: #1F1A3A;
}
.txt_color4 {
  color: #1F1A3A;
}
.bg_color5 {
  background-color: #3051FF;
}
.txt_color5 {
  color: #3051FF;
}
.bg_color6 {
  background-color: #3B4D6F;
}
.txt_color6 {
  color: #3B4D6F;
}
/**
*
* 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 Top
*************************/
.header_m1 .gm-toolbar .gm-toolbar-bg {
  background-color: #1F1A3A;
}
.header_m1 .gm-toolbar .gm-container {
  min-height: 40px;
  padding: 0rem 4rem !important;
}
@media screen and (max-width: 1200px) {
  .header_m1 .gm-toolbar .gm-container {
    padding: 0px 1rem !important;
  }
}
.header_m1 .gm-toolbar .gm-toolbar-right {
  padding-right: 8px;
  align-items: center;
}
.header_m1 .gm-toolbar .elementor-2043 {
  display: flex;
  justify-content: center;
}
.header_m1 .gm-toolbar .elementor-2043 .menu_top_txt {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  padding: 8px;
}
.header_m1 .gm-toolbar .gm-toolbar-nav .gm-menu-item--lvl-0 a {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  padding: 8px 10px;
  transition: all 0.3s ease-in-out;
}
.header_m1 .gm-toolbar .gm-toolbar-nav .gm-menu-item--lvl-0 a:hover {
  color: #FE3F36;
  transition: all 0.3s ease-in-out;
}
.gm-toolbar-socials-list {
  display: none !important;
}
.btn_menu .elementor-button-link {
  background-color: transparent;
  color: #ffffff;
  font-size: 13px;
  padding: 0px 0px;
  text-transform: uppercase;
  border: 0px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}
.btn_menu .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: 24px;
}
.btn_menu .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 13px;
  width: 13px;
  fill: #FE3F36;
  transform: rotate(0deg);
  transition: all 0.3s ease-in-out;
}
.btn_menu .elementor-button-link:visited, .btn_menu .elementor-button-link:focus {
  color: #ffffff;
}
.btn_menu .elementor-button-link:visited svg, .btn_menu .elementor-button-link:focus svg {
  fill: #FE3F36;
}
.btn_menu .elementor-button-link:hover {
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  border: 0px;
  color: #FE3F36;
}
.btn_menu .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #FE3F36 !important;
  transform: rotate(45deg);
  transition: all 0.3s ease-in-out;
}
.category-all-etudiant .gm-toolbar #menu-menu-top #menu-item-2041 a {
  background-color: #ffffff;
  color: #FE3F36;
  font-weight: 600;
}
.category-all-entreprise .gm-toolbar #menu-menu-top #menu-item-2042 a {
  background-color: #ffffff;
  color: #FE3F36;
  font-weight: 600;
}
.category-all-entreprise .gm-toolbar .gm-toolbar-right {
  display: none;
}
/************************
* WPML
*************************/
.bloc_lang .wpml-ls-item {
  width: fit-content !important;
}
.bloc_lang .wpml-ls-item a {
  border: 0px !important;
  background-color: #1F1A3A !important;
  width: fit-content !important;
  display: flex;
}
.bloc_lang .wpml-ls-item a:after {
  content: none !important;
}
.bloc_lang .wpml-ls-item a.wpml-ls-item-toggle {
  padding-right: 10px !important;
}
.bloc_lang .wpml-ls-item a .wpml-ls-flag {
  margin: 0px !important;
}
.bloc_lang .wpml-ls-sub-menu {
  width: fit-content !important;
  border-top: 0px !important;
}
html[lang="en-US"] .gm-toolbar-left .gm-toolbar-nav-container {
  display: none;
}
/************************
* Header & fix header
*************************/
.header_m1 .gm-wrapper {
  width: 100%;
  z-index: 99;
  background-color: transparent !important;
}
.header_m1 .gm-padding {
  background-color: transparent !important;
}
.header_m1 .gm-inner {
  background-color: #ffffff;
}
.header_m1 .gm-inner .gm-container {
  border-radius: 100px !important;
  background-color: #ffffff !important;
  padding: 0px 4rem;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1200px) {
  .header_m1 .gm-inner .gm-container {
    padding: 0px 1rem;
  }
}
@media screen and (max-width: 767px) {
  .header_m1 .gm-inner .gm-container {
    height: 60px !important;
  }
}
.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 {
  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 {
  background-color: #222DFF;
}
.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: #ffffff !important;
}
.header_m1 .gm-inner .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav .gm-menu-item--lvl-0.gm-open > .gm-anchor .gm-caret {
  color: #ffffff;
}
.header_m1 .gm-inner .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav .gm-menu-item--lvl-0 > a {
  padding: 21px 10px;
  margin: 0;
  background-color: transparent;
  color: #000000 !important;
  font-family: "Golos Text", sans-serif;
  text-transform: none;
  font-weight: 500;
  letter-spacing: 0px;
  font-size: 13px;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1200px) {
  .header_m1 .gm-inner .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav .gm-menu-item--lvl-0 > a {
    padding: 21px 5px;
  }
}
.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: #222DFF;
  color: #ffffff !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, .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: 13px;
}
.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: #222DFF !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: #222DFF !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 {
  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 {
  background-color: #ffffff;
}
.header_m1 .gm-inner .gm-main-menu-wrapper .gm-inner {
  transition: none !important;
}
.home .header_m1 .gm-inner, .page-id-1164 .header_m1 .gm-inner {
  background-color: transparent;
  margin-top: 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%;
  height: 60px !important;
  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: 21px 10px;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1200px) {
  .header_m1.fixed-header .gm-inner .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav .gm-menu-item--lvl-0 > a {
    padding: 21px 5px;
  }
}
.header_m1.fixed-header .gm-inner {
  background-color: #ffffff;
  margin-top: 0px;
}
.header_m1.fixed-header .gm-inner .gm-container {
  transition: all 0.3s ease-in-out;
}
.header_m1.fixed-header .gm-inner .gm-container .gm-main-menu-wrapper {
  height: auto !important;
}
.gm-menu-btn {
  position: absolute;
  top: 25px;
  right: 15px;
  z-index: 999999;
}
@media screen and (max-width: 767px) {
  .gm-menu-btn {
    top: 20px;
  }
}
@keyframes slide-down {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
/************************
* Header spe
*************************/
.header_m1 .gm-dropdown-menu-wrapper .gm-dropdown-menu--lvl-1 {
  overflow: visible !important;
  background-color: transparent !important;
  border-top: 0px !important;
  box-shadow: none !important;
}
@media screen and (min-width: 880px) {
  .header_m1 .elementor-nav-menu--layout-vertical, .header_m1 .elementor-nav-menu--layout-horizontal {
    background-color: #222DFF;
    transition: all 0.3s ease-in-out;
  }
  .header_m1 .elementor-nav-menu--layout-vertical .elementor-nav-menu a, .header_m1 .elementor-nav-menu--layout-horizontal .elementor-nav-menu a {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #ffffff;
    border-inline-start: 0px solid transparent !important;
    transition: all 0.3s ease-in-out;
  }
  .header_m1 .elementor-nav-menu--layout-vertical .elementor-nav-menu a:after, .header_m1 .elementor-nav-menu--layout-horizontal .elementor-nav-menu a:after {
    content: none;
  }
  .header_m1 .elementor-nav-menu--layout-vertical .elementor-nav-menu a:hover, .header_m1 .elementor-nav-menu--layout-horizontal .elementor-nav-menu a:hover {
    background-color: #1F1A3A !important;
    color: #ffffff !important;
    transition: all 0.3s ease-in-out;
  }
  .header_m1 .elementor-nav-menu--layout-vertical .elementor-nav-menu .has-submenu, .header_m1 .elementor-nav-menu--layout-horizontal .elementor-nav-menu .has-submenu {
    color: #ffffff !important;
    text-align: center;
    transition: all 0.3s ease-in-out;
  }
  .header_m1 .elementor-nav-menu--layout-vertical .elementor-nav-menu .has-submenu .sub-arrow svg, .header_m1 .elementor-nav-menu--layout-horizontal .elementor-nav-menu .has-submenu .sub-arrow svg {
    fill: #ffffff;
    transition: all 0.3s ease-in-out;
  }
  .header_m1 .elementor-nav-menu--layout-vertical .elementor-nav-menu .has-submenu:hover, .header_m1 .elementor-nav-menu--layout-horizontal .elementor-nav-menu .has-submenu:hover {
    background-color: #1F1A3A !important;
    color: #ffffff !important;
    transition: all 0.3s ease-in-out;
  }
  .header_m1 .elementor-nav-menu--layout-vertical .elementor-nav-menu .has-submenu.highlighted, .header_m1 .elementor-nav-menu--layout-horizontal .elementor-nav-menu .has-submenu.highlighted {
    background-color: #1F1A3A !important;
    color: #ffffff !important;
    transition: all 0.3s ease-in-out;
  }
  .header_m1 .elementor-nav-menu--layout-vertical .elementor-nav-menu .has-submenu.highlighted .sub-arrow svg, .header_m1 .elementor-nav-menu--layout-horizontal .elementor-nav-menu .has-submenu.highlighted .sub-arrow svg {
    fill: #ffffff;
    transition: all 0.3s ease-in-out;
  }
  .header_m1 .elementor-nav-menu--layout-vertical .elementor-nav-menu .sub-menu, .header_m1 .elementor-nav-menu--layout-horizontal .elementor-nav-menu .sub-menu {
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.35);
  }
  .header_m1 .elementor-nav-menu--layout-vertical .elementor-nav-menu .sub-menu a, .header_m1 .elementor-nav-menu--layout-horizontal .elementor-nav-menu .sub-menu a {
    color: #ffffff !important;
    background-color: #1F1A3A;
    transition: all 0.3s ease-in-out;
  }
  .header_m1 .elementor-nav-menu--layout-vertical .elementor-nav-menu .sub-menu a:hover, .header_m1 .elementor-nav-menu--layout-horizontal .elementor-nav-menu .sub-menu a:hover {
    background-color: #222DFF !important;
    color: #ffffff !important;
    transition: all 0.3s ease-in-out;
  }
  .header_m1 .elementor-nav-menu--layout-vertical .elementor-nav-menu .current-menu-parent > a, .header_m1 .elementor-nav-menu--layout-vertical .elementor-nav-menu .current-menu-item > a, .header_m1 .elementor-nav-menu--layout-horizontal .elementor-nav-menu .current-menu-parent > a, .header_m1 .elementor-nav-menu--layout-horizontal .elementor-nav-menu .current-menu-item > a {
    background-color: #222DFF !important;
    color: #ffffff !important;
    transition: all 0.3s ease-in-out;
  }
}
@media screen and (max-width: 880px) {
  .header_m1 .elementor-nav-menu--layout-vertical .elementor-nav-menu a, .header_m1 .elementor-nav-menu--layout-horizontal .elementor-nav-menu a {
    white-space: inherit !important;
    border-inline-start: 0px solid transparent !important;
  }
  .header_m1 .elementor-nav-menu--layout-vertical .elementor-nav-menu > li, .header_m1 .elementor-nav-menu--layout-horizontal .elementor-nav-menu > li {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 1px;
  }
  .header_m1 .elementor-nav-menu--layout-vertical .elementor-nav-menu > li .elementor-nav-menu--dropdown, .header_m1 .elementor-nav-menu--layout-horizontal .elementor-nav-menu > li .elementor-nav-menu--dropdown {
    top: 0% !important;
  }
  .header_m1 .elementor-nav-menu--layout-vertical .elementor-nav-menu > li .has-submenu, .header_m1 .elementor-nav-menu--layout-horizontal .elementor-nav-menu > li .has-submenu {
    display: flex;
    justify-content: space-between;
  }
  .header_m1 .elementor-nav-menu--layout-vertical > .sm-vertical, .header_m1 .elementor-nav-menu--layout-horizontal > .sm-vertical {
    display: flex;
    flex-direction: row !important;
  }
  .header_m1 .elementor-nav-menu--layout-vertical .elementor-nav-menu a, .header_m1 .elementor-nav-menu--layout-horizontal .elementor-nav-menu a {
    color: #ffffff !important;
    background-color: #1F1A3A !important;
  }
  .header_m1 .elementor-nav-menu--layout-vertical .elementor-nav-menu .has-submenu, .header_m1 .elementor-nav-menu--layout-horizontal .elementor-nav-menu .has-submenu {
    color: #ffffff !important;
    background-color: #1F1A3A !important;
  }
  .header_m1 .elementor-nav-menu--layout-vertical .elementor-nav-menu .has-submenu:hover, .header_m1 .elementor-nav-menu--layout-horizontal .elementor-nav-menu .has-submenu:hover {
    background-color: #222DFF !important;
    color: #ffffff !important;
  }
  .header_m1 .elementor-nav-menu--layout-vertical .elementor-nav-menu .has-submenu .sub-arrow svg, .header_m1 .elementor-nav-menu--layout-horizontal .elementor-nav-menu .has-submenu .sub-arrow svg {
    fill: #ffffff;
  }
  .header_m1 .elementor-nav-menu--layout-vertical .elementor-nav-menu .sub-menu, .header_m1 .elementor-nav-menu--layout-horizontal .elementor-nav-menu .sub-menu {
    position: relative !important;
    margin-left: 0px !important;
    margin-top: 0px !important;
  }
  .header_m1 .elementor-nav-menu--layout-vertical .elementor-nav-menu .sub-menu .elementor-sub-item, .header_m1 .elementor-nav-menu--layout-horizontal .elementor-nav-menu .sub-menu .elementor-sub-item {
    color: #222DFF !important;
    background-color: #ffffff !important;
  }
}
/************************
* MEGA MENU desk
*************************/
.header_m1 .gm-mega-menu__item__title {
  border-bottom: 2px dotted !important;
  margin-bottom: 1rem;
}
.header_m1 .gm-mega-menu__item__title a {
  font-family: "Golos Text", sans-serif;
  color: !important;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}
.header_m1 .gm-mega-menu__item__title a .gm-menu-item__txt-wrapper {
  display: inherit !important;
}
.header_m1 .gm-mega-menu__item__title a .gm-menu-item__txt {
  color: inherit !important;
  font-size: 30px !important;
  height: 22px;
  display: inline-block;
  position: relative;
  padding-right: 40px;
  line-height: 1;
}
.header_m1 .gm-mega-menu__item__title a .gm-menu-item__txt:before {
  content: "";
  font-size: 11px;
  position: absolute;
  display: block;
  height: 23px;
  width: 33px;
  border-radius: 15px;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.header_m1 .gm-mega-menu__item__title a .gm-menu-item__txt:after {
  content: "";
  position: absolute;
  display: block;
  height: 22px;
  width: 21px;
  top: 0px;
  right: 10px;
  z-index: 2;
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
  mask-image: url("/wp-content/uploads/2023/11/angle-right-solid.svg");
  mask-size: 6px;
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-image: url("/wp-content/uploads/2023/11/angle-right-solid.svg");
  -webkit-mask-size: 6px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
}
.header_m1 .gm-mega-menu__item__title a:hover {
  color: !important;
  transition: all 0.3s ease-in-out;
}
.header_m1 .gm-mega-menu__item__title a:hover .gm-menu-item__txt:before {
  transition: all 0.3s ease-in-out;
}
.header_m1 .gm-mega-menu__item__title a:hover .gm-menu-item__txt:after {
  background-color: #ffffff;
  right: 0px;
  transition: all 0.3s ease-in-out;
}
.header_m1 .hm-ss-titre a {
  font-size: 18px;
  font-family: "Golos Text", sans-serif;
  color: !important;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  position: relative;
  padding-right: 40px;
  line-height: 1;
}
.header_m1 .hm-ss-titre a:hover {
  color: !important;
  transition: all 0.3s ease-in-out;
}
.header_m1 .hm-ss-titre a:before {
  content: "";
  font-size: 11px;
  position: absolute;
  display: block;
  height: 16px;
  width: 33px;
  border-radius: 15px;
  top: 0px;
  right: 0%;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.header_m1 .hm-ss-titre a:after {
  content: "";
  position: absolute;
  display: block;
  height: 16px;
  width: 16px;
  top: 0px;
  right: 14px;
  z-index: 2;
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
  mask-image: url("/wp-content/uploads/2023/11/angle-right-solid.svg");
  mask-size: 6px;
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-image: url("/wp-content/uploads/2023/11/angle-right-solid.svg");
  -webkit-mask-size: 6px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
}
.header_m1 .hm-ss-titre a:hover {
  color: !important;
  transition: all 0.3s ease-in-out;
}
.header_m1 .hm-ss-titre a:hover:before {
  transition: all 0.3s ease-in-out;
}
.header_m1 .hm-ss-titre a:hover:after {
  background-color: #ffffff;
  right: 0px;
  transition: all 0.3s ease-in-out;
}
.header_m1 .hm_liste_picto .elementor-icon-list-item {
  padding: 5px 0px 5px 0px;
  transition: all 0.3s ease-in-out;
}
.header_m1 .hm_liste_picto .elementor-icon-list-item a {
  color: #000000;
  transition: all 0.3s ease-in-out;
  font-size: calc(13px + (14 - 13) * ((100vw - 300px) / (900 - 300)));
}
.header_m1 .hm_liste_picto .elementor-icon-list-item a svg {
  transition: all 0.3s ease-in-out;
}
.header_m1 .hm_liste_picto .elementor-icon-list-item a:hover {
  transition: all 0.3s ease-in-out;
}
.header_m1 .hm_liste_picto .elementor-icon-list-item a:hover svg {
  transition: all 0.3s ease-in-out;
}
.header_m1 .hm_liste_picto .elementor-icon-list-item:hover {
  padding: 5px 0px 5px 10px;
  transition: all 0.3s ease-in-out;
}
.header_m1 .hm_box_img .elementor-image-box-wrapper {
  border-radius: 12px;
  overflow: hidden;
}
.header_m1 .hm_box_img .elementor-image-box-wrapper .elementor-image-box-img {
  position: relative;
}
.header_m1 .hm_box_img .elementor-image-box-wrapper .elementor-image-box-img:before {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0%;
  left: 0%;
  background-color: rgba(null, 0.45);
}
.header_m1 .hm_box_img .elementor-image-box-wrapper .elementor-image-box-content {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  color: #ffffff;
}
.header_m1 .hm_box_img .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title {
  font-family: "Golos Text", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: calc(14px + (16 - 14) * ((100vw - 300px) / (900 - 300)));
}
.header_m1 .hm_box_img .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-description {
  line-height: 1;
}
.header_m1 .hm_box_img_default .elementor-image-box-wrapper {
  height: 220px;
}
.header_m1 .hm_box_img_default .elementor-image-box-wrapper .elementor-image-box-img {
  height: 220px;
}
.header_m1 .hm_box_img_default .elementor-image-box-img img {
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  font-family: "object-fit: cover; object-position: 50% 50%";
  width: 100%;
  height: 100%;
  display: block;
}
/************************
* MEGA MENU mobil
*************************/
.gm-mobile-menu-container .logo_panel_menu .elementor-icon {
  width: 100% !important;
}
.gm-mobile-menu-container .logo_panel_menu svg {
  width: 100% !important;
  height: auto !important;
  min-height: 100% !important;
  min-width: 100% !important;
}
.gm-mobile-menu-container .gm-menu-item__link {
  font-family: "Golos Text", sans-serif;
  font-weight: 600;
  border-bottom: 2px dotted !important;
  transition: all 0.3s ease-in-out;
  padding-top: 20px !important;
}
.gm-mobile-menu-container .gm-menu-item__link:hover {
  color: #ffffff !important;
  transition: all 0.3s ease-in-out;
}
.gm-mobile-menu-container .gm-menu-item__link .gm-menu-item__txt {
  color: inherit !important;
  font-size: 22px !important;
  color: !important;
  height: 18px;
  display: inline-block;
  position: relative;
  padding-right: 40px;
  line-height: 1;
  margin-bottom: 10px;
}
.gm-mobile-menu-container .gm-menu-item__link .gm-menu-item__txt:before {
  content: "";
  font-size: 11px;
  position: absolute;
  display: block;
  height: 15px;
  width: 33px;
  border-radius: 15px;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.gm-mobile-menu-container .gm-menu-item__link .gm-menu-item__txt:after {
  content: "";
  position: absolute;
  display: block;
  height: 18px;
  width: 16px;
  top: 0px;
  right: 13px !important;
  z-index: 2;
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
  mask-image: url("/wp-content/uploads/2023/11/angle-right-solid.svg");
  mask-size: 4px;
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-image: url("/wp-content/uploads/2023/11/angle-right-solid.svg");
  -webkit-mask-size: 6px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
}
.gm-mobile-menu-container .gm-menu-item__link .gm-menu-item__txt:before {
  transition: all 0.3s ease-in-out;
}
.gm-mobile-menu-container .gm-menu-item__link .gm-menu-item__txt:after {
  background-color: #ffffff;
  right: 0px;
  transition: all 0.3s ease-in-out;
}
.gm-mobile-menu-container .hm-ss-titre a {
  color: !important;
}
.gm-mobile-menu-container .hm-ss-titre a:hover {
  color: #ffffff !important;
}
.gm-mobile-menu-container .hm_liste_picto .elementor-icon-list-item {
  padding: 5px 0px;
}
.gm-mobile-menu-container .hm_liste_picto .elementor-icon-list-item a {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  font-size: calc(13px + (14 - 13) * ((100vw - 300px) / (900 - 300)));
}
.gm-mobile-menu-container .hm_liste_picto .elementor-icon-list-item a svg {
  fill: #ffffff;
  transition: all 0.3s ease-in-out;
}
.gm-mobile-menu-container .hm_liste_picto .elementor-icon-list-item a:hover {
  transition: all 0.3s ease-in-out;
}
.gm-mobile-menu-container .hm_liste_picto .elementor-icon-list-item a:hover svg {
  transition: all 0.3s ease-in-out;
}
.gm-mobile-menu-container .loop_realisations_menu {
  background-color: #ffffff;
  border-radius: 6px;
}
.gm-mobile-action-area-wrapper {
  width: 100%;
  display: block !important;
}
.gm-navigation-drawer--mobile .gm-dropdown-menu-wrapper {
  padding-left: 0px !important;
}
.sup_footer {
  background-color: #1F1A3A;
  color: #ffffff;
}
.sup_footer a {
  color: #ffffff;
}
.sup_footer a:hover {
  color: #FE3F36;
}
.footer_m1 {
  background-color: #1F1A3A;
  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: calc(18px + (22 - 18) * ((100vw - 300px) / (2560 - 300)));
}
.footer_m1 p {
  color: #ffffff;
}
.footer_m1 a {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.footer_m1 a:hover {
  color: #FE3F36;
  transition: all 0.3s ease-in-out;
}
.footer_m1 .footer_sstitre {
  color: #ffffff;
}
.footer_m1 .elementor-social-icon {
  background-color: rgba(255, 255, 255, 0.1);
  border: 0px;
  font-size: 16px !important;
  margin: 2px;
  border-radius: 50% !important;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 880px) {
  .footer_m1 .elementor-social-icon {
    font-size: 14px;
  }
}
.footer_m1 .elementor-social-icon svg {
  fill: #ffffff;
  height: 16px;
  width: 16px;
  transition: all 0.3s ease-in-out;
}
.footer_m1 .elementor-social-icon:hover {
  border: 1px solid #FE3F36;
  transition: all 0.3s ease-in-out;
}
.footer_m1 .elementor-social-icon:hover svg {
  fill: #FE3F36;
  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 {
  text-transform: uppercase;
  color: #ffffff;
}
.footer_m1 .footer_liste ul li a:hover {
  color: #FE3F36;
}
.copyright_m1 {
  background-color: #1F1A3A;
  text-align: center;
  color: #ffffff;
  font-size: 12px;
}
.copyright_m1 p {
  color: #ffffff;
}
.copyright_m1 a {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.copyright_m1 a:hover {
  color: #FE3F36;
  transition: all 0.3s ease-in-out;
}
.btn_footer .elementor-button-link {
  background-color: transparent;
  border: 0px solid transparent;
  color: #ffffff;
  font-size: 15px;
  padding: 0px;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  text-transform: uppercase;
  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: 40px;
  fill: #ffffff;
  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: #FE3F36;
}
.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: #FE3F36 !important;
  transition: all 0.3s ease-in-out;
}
body {
  font-family: "Golos Text", sans-serif, sans-serif;
  font-size: 16px;
  color: #000000;
  font-weight: 300;
  line-height: 1.3;
}
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;
  }
}
body main strong {
  font-weight: 600;
}
@media screen and (min-width: 1024px) {
  body.home main, body.page-id-1164 main {
    margin-top: -76px;
  }
}
@media screen and (max-width: 1024px) {
  body.home main, body.page-id-1164 main {
    margin-top: -78px;
  }
}
.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;
  text-transform: uppercase;
  font-family: "Golos Text", sans-serif;
}
.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: 600;
}
.titre_1 span, .titre_1l span, .titre_1r span, .titre_1c span {
  color: #FE3F36;
  font-weight: 600;
}
.titre_2, .titre_2l, .titre_2r, .titre_2c, .titre_2_blanc {
  position: relative;
  font-size: calc(22px + (32 - 22) * ((100vw - 300px) / (2560 - 300)));
  color: #000000;
  font-family: "Golos Text", sans-serif;
  font-weight: 800;
}
.titre_2 .elementor-heading-title, .titre_2l .elementor-heading-title, .titre_2r .elementor-heading-title, .titre_2c .elementor-heading-title, .titre_2_blanc .elementor-heading-title {
  line-height: 1.4;
}
@media screen and (max-width: 880px) {
  .titre_2 br, .titre_2l br, .titre_2r br, .titre_2c br, .titre_2_blanc br {
    display: none;
  }
}
.titre_2 i, .titre_2l i, .titre_2r i, .titre_2c i, .titre_2_blanc i {
  font-weight: 400;
  font-style: normal;
}
.titre_2 span, .titre_2l span, .titre_2r span, .titre_2c span, .titre_2_blanc span {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 5%, #FE3F36 5%, #FE3F36 97%, rgba(255, 255, 255, 0) 97%, rgba(255, 255, 255, 0) 100%);
  color: #ffffff;
  position: relative;
  padding: 0px 8px 5px;
}
.titre_2_blanc {
  color: #ffffff;
}
.titre_2_blanc span {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 5%, #ffffff 5%, #ffffff 97%, rgba(255, 255, 255, 0) 97%, rgba(255, 255, 255, 0) 100%);
  color: #FE3F36;
}
.titre_2r .elementor-heading-title {
  width: fit-content;
  position: relative;
  padding: 30px 55px 0px 0px;
}
.titre_2r .elementor-heading-title:after {
  content: "";
  position: absolute;
  display: block;
  top: 0%;
  right: 0%;
  height: 55px;
  width: 55px;
  background-image: url("/wp-content/uploads/2024/10/eclat.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 50% 50%;
}
.titre_3, .titre_3l, .titre_3r, .titre_3c {
  position: relative;
  font-size: calc(20px + (24 - 20) * ((100vw - 300px) / (2560 - 300)));
  color: #000000;
  font-family: "Golos Text", sans-serif;
  font-weight: 700;
}
.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 {
  color: #222DFF;
}
.titre_3l {
  padding-left: 80px;
}
.titre_3l:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  height: 100%;
  width: calc(80px - 10px);
  background-color: #222DFF;
  mask-image: url("/wp-content/uploads/2024/10/forme-fleche.svg");
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-image: url("/wp-content/uploads/2024/10/forme-fleche.svg");
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
}
@media screen and (max-width: 767px) {
  .titre_3l {
    padding-left: 40px;
  }
  .titre_3l:before {
    transform: translateY(-50%) rotate(90deg);
    mask-size: 100% auto;
    mask-position: 50% 100%;
    -webkit-mask-size: 100% auto;
    -webkit-mask-position: 50% 100%;
  }
}
.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: "Golos Text", 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: #FE3F36;
  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: "Golos Text", 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: #FE3F36;
  font-weight: 600;
}
.titre_spe_2, .titre_spe_2c {
  position: relative;
  font-size: calc(20px + (24 - 20) * ((100vw - 300px) / (2560 - 300)));
  color: #000000;
  font-family: "Golos Text", sans-serif;
  font-weight: 700;
  padding-bottom: 15px;
}
.titre_spe_2:after, .titre_spe_2c:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0%;
  left: 0%;
  height: 10px;
  width: 80px;
  background-color: #222DFF;
  mask-image: url("/wp-content/uploads/2024/10/scratch.svg");
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-image: url("/wp-content/uploads/2024/10/scratch.svg");
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
}
.titre_spe_2c:after {
  left: 50%;
  transform: translateX(-50%);
}
.titre_spe_3 .elementor-heading-title {
  background-color: #FE3F36;
  color: #ffffff;
  padding: 4px 10px;
  width: fit-content;
  border-radius: 20px !important;
  font-size: 15px;
  line-height: 19px;
}
.titre_32 {
  font-size: calc(22px + (32 - 22) * ((100vw - 300px) / (2560 - 300)));
  font-weight: 700;
}
.txt_citation {
  position: relative;
  padding: 1rem 75px;
}
.txt_citation:before {
  content: "";
  display: block;
  position: absolute;
  top: 0%;
  left: 0%;
  height: 50px;
  width: 68px;
  background-color: #222DFF;
  mask-image: url("/wp-content/uploads/2024/10/citation-picto.svg");
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-image: url("/wp-content/uploads/2024/10/citation-picto.svg");
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
}
@media screen and (max-width: 767px) {
  .txt_citation {
    padding: 55px 10px 1rem;
  }
  .txt_citation:before {
    left: 50%;
    transform: translateX(-50%);
  }
}
.txt_fleche {
  position: relative;
  padding-left: 35px;
}
.txt_fleche:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0%;
  height: 40px;
  width: 30px;
  transform: translateY(-50%);
  background-color: #222DFF;
  mask-image: url("/wp-content/uploads/2024/10/simple-fleche.svg");
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-image: url("/wp-content/uploads/2024/10/simple-fleche.svg");
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
}
.txt_fleche p {
  margin-bottom: 0px;
}
.txt_feutre {
  position: relative;
  padding-left: 35px;
}
.txt_feutre:after {
  content: "";
  display: block;
  position: absolute;
  top: 0%;
  left: 0%;
  height: 100%;
  width: 30px;
  transform: rotate(180deg);
  background-color: #222DFF;
  mask-image: url("/wp-content/uploads/2024/10/eclat.svg");
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-image: url("/wp-content/uploads/2024/10/eclat.svg");
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
}
/******************************
* 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: #222DFF;
}
.link_color1 a:hover {
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.link_color2 a {
  transition: all 0.3s ease-in-out;
  color: #FE3F36;
}
.link_color2 a:hover {
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.link_color3 a {
  transition: all 0.3s ease-in-out;
  color: #F3F5FA;
}
.link_color3 a:hover {
  color: #000000;
  transition: all 0.3s ease-in-out;
}
/******************************
* BLOCS
******************************/
.bg_degrad_1 {
  background: linear-gradient(0deg, #eeeded 0%, #f8f8f8 100%);
}
.bg_degrad_2 {
  background: linear-gradient(0deg, #eeeded 0%, #f8f8f8 100%);
}
.bg_spe_1 {
  background-color: #000000;
}
.bg_radius_color1, .bg_radius_color2 {
  background-color: #222DFF;
  border-radius: 20px !important;
  color: #ffffff;
}
.bg_radius_color1 .elementor-heading-title, .bg_radius_color2 .elementor-heading-title {
  color: #ffffff;
}
.bg_radius_color2 {
  background-color: #FE3F36;
}
.bg_radius_color3 {
  background-color: #F3F5FA;
  border-radius: 20px !important;
}
.bg_radius_blanc {
  background-color: #ffffff;
  border-radius: 20px !important;
}
.bg_color4 {
  color: #ffffff;
}
.bg_color4 .loop_event {
  color: #000000;
}
.bg_pattern {
  position: relative;
}
.bg_pattern:before {
  content: "" !important;
  display: block;
  position: absolute;
  top: 0% !important;
  left: 0% !important;
  height: 100% !important;
  width: 100% !important;
  background-image: url("/wp-content/uploads/2024/10/pattern.svg");
  background-repeat: repeat;
  background-size: 110px 110px;
  background-position: top;
  opacity: 0.04 !important;
  z-index: 1;
}
.bg_pattern:after {
  content: "";
  display: block;
  position: absolute;
  top: 0%;
  left: 0%;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.02);
  z-index: 1;
}
.bg_pattern .e-con-inner {
  position: relative;
  z-index: 2;
}
.dechirure_top, .dechirure {
  position: relative;
  padding-top: 5rem !important;
}
@media screen and (max-width: 1200px) {
  .dechirure_top, .dechirure {
    padding-top: 3rem !important;
  }
}
.dechirure_top:before, .dechirure:before {
  content: "" !important;
  display: block;
  position: absolute;
  top: 0% !important;
  left: 0% !important;
  height: 100% !important;
  width: 100% !important;
  background-color: #ffffff;
  mask-image: url("/wp-content/uploads/2024/10/dechirure-top.svg");
  mask-size: 101% auto;
  mask-repeat: no-repeat;
  mask-position: 50% 0%;
  -webkit-mask-image: url("/wp-content/uploads/2024/10/dechirure-top.svg");
  -webkit-mask-size: 101% auto;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 0%;
  z-index: 1;
}
.dechirure_top > .e-con-inner, .dechirure > .e-con-inner {
  position: relative;
  z-index: 2;
}
.dechirure_bottom, .dechirure {
  position: relative;
  padding-bottom: 7rem !important;
}
@media screen and (max-width: 1200px) {
  .dechirure_bottom, .dechirure {
    padding-bottom: 4rem !important;
  }
}
.dechirure_bottom:after, .dechirure:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0%;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  mask-image: url("/wp-content/uploads/2024/10/dechirure-bottom.svg");
  mask-size: 100% auto;
  mask-repeat: no-repeat;
  mask-position: 50% 100%;
  -webkit-mask-image: url("/wp-content/uploads/2024/10/dechirure-bottom.svg");
  -webkit-mask-size: 100% auto;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 100%;
  z-index: 1;
}
.dechirure_bottom > .e-con-inner, .dechirure > .e-con-inner {
  position: relative;
  z-index: 2;
}
.feutre_col_r {
  position: relative;
  overflow: hidden !important;
}
.feutre_col_r:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0%;
  height: 100%;
  width: 50vw;
  background-color: #FE3F36;
  transform: translateX(35%) translateY(-50%);
  mask-image: url("/wp-content/uploads/2024/10/forme-feutre-souligne.svg");
  mask-size: 100% 80%;
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-image: url("/wp-content/uploads/2024/10/forme-feutre-souligne.svg");
  -webkit-mask-size: 100% 80%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .feutre_col_r:after {
    top: 20%;
  }
}
.feutre_col_r .e-con-inner {
  position: relative;
  z-index: 2;
}
.feutre_lm, .feutre_lt {
  position: relative;
}
.feutre_lm:before, .feutre_lt:before {
  content: "" !important;
  display: block;
  position: absolute;
  top: 50% !important;
  left: 0% !important;
  transform: translateY(-50%);
  height: 100% !important;
  width: 300px !important;
  background-color: #FE3F36;
  z-index: 1;
  mask-image: url("/wp-content/uploads/2024/10/forme-feutre.svg");
  mask-size: 100% auto;
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-image: url("/wp-content/uploads/2024/10/forme-feutre.svg");
  -webkit-mask-size: 100% auto;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
}
@media screen and (max-width: 1200px) {
  .feutre_lm:before, .feutre_lt:before {
    background-color: rgba(254, 63, 54, 0.3);
  }
}
.feutre_lm .e-con-inner, .feutre_lt .e-con-inner {
  z-index: 2;
}
.feutre_lt:before {
  mask-position: 50% 15%;
  -webkit-mask-position: 50% 15%;
}
.feutre_rm {
  position: relative;
}
.feutre_rm:after {
  content: "" !important;
  display: block;
  position: absolute;
  top: 50% !important;
  left: auto !important;
  right: 0%;
  transform: translateY(-50%);
  height: 100% !important;
  width: 300px !important;
  background-color: #FE3F36;
  z-index: 1;
  mask-image: url("/wp-content/uploads/2024/10/forme-feutre.svg");
  mask-size: 100% auto;
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-image: url("/wp-content/uploads/2024/10/forme-feutre.svg");
  -webkit-mask-size: 100% auto;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
}
@media screen and (max-width: 1200px) {
  .feutre_rm:after {
    background-color: rgba(254, 63, 54, 0.3);
  }
}
.feutre_rm .e-con-inner {
  z-index: 2;
}
.feutre_b {
  position: relative;
  padding-bottom: 4rem !important;
}
.feutre_b:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0%;
  left: 50%;
  height: 150px;
  width: 100%;
  transform: translateX(-50%);
  background-color: rgba(254, 63, 54, 0.1);
  mask-image: url("/wp-content/uploads/2024/10/feutre-vagues.svg");
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-image: url("/wp-content/uploads/2024/10/feutre-vagues.svg");
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
  z-index: 1;
}
.feutre_b .e-con-inner {
  z-index: 2;
}
.ligne_r {
  position: relative;
}
.ligne_r:after {
  content: "";
  display: block;
  position: absolute;
  top: 55%;
  left: 100%;
  transform: translateY(-50%);
  height: 500px;
  width: 28vw;
  background-image: url("/wp-content/uploads/2024/10/ligne-boucle.svg");
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 50% 100%;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .ligne_r:after {
    display: none;
  }
}
.ligne_lr > .e-con-inner {
  position: relative;
}
.ligne_lr > .e-con-inner > .elementor-element {
  position: relative;
  z-index: 2;
}
.ligne_lr > .e-con-inner:before {
  content: "" !important;
  display: block;
  position: absolute;
  top: 30% !important;
  right: 95% !important;
  transform: translateY(-50%) !important;
  height: 500px !important;
  width: 28vw !important;
  background-image: url("/wp-content/uploads/2024/10/ligne-boucle.svg") !important;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .ligne_lr > .e-con-inner:before {
    display: none;
  }
}
.ligne_lr > .e-con-inner:after {
  content: "";
  display: block;
  position: absolute;
  top: 55%;
  left: 100%;
  transform: translateY(-50%);
  height: 500px;
  width: 28vw;
  background-image: url("/wp-content/uploads/2024/10/ligne.svg");
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 50% 100%;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .ligne_lr > .e-con-inner:after {
    display: none;
  }
}
.accordeon_1 .e-n-accordion-item:not(:last-child), .accordeon_2 .e-n-accordion-item:not(:last-child), .accordeon_3 .e-n-accordion-item:not(:last-child) {
  margin-block-end: 10px !important;
}
.accordeon_1 .e-n-accordion-item .e-n-accordion-item-title, .accordeon_2 .e-n-accordion-item .e-n-accordion-item-title, .accordeon_3 .e-n-accordion-item .e-n-accordion-item-title {
  border: 0px !important;
  background-color: #F3F5FA;
  border-radius: 5px !important;
  padding-left: 40px;
}
.accordeon_1 .e-n-accordion-item .e-n-accordion-item-title .e-n-accordion-item-title-text, .accordeon_2 .e-n-accordion-item .e-n-accordion-item-title .e-n-accordion-item-title-text, .accordeon_3 .e-n-accordion-item .e-n-accordion-item-title .e-n-accordion-item-title-text {
  font-size: 18px;
  font-weight: 600;
}
.accordeon_1 .e-n-accordion-item :where(.elementor-widget-n-accordion .e-n-accordion-item > .e-con), .accordeon_2 .e-n-accordion-item :where(.elementor-widget-n-accordion .e-n-accordion-item > .e-con), .accordeon_3 .e-n-accordion-item :where(.elementor-widget-n-accordion .e-n-accordion-item > .e-con) {
  border: 0px !important;
}
.accordeon_2 .e-n-accordion-item .e-n-accordion-item-title, .accordeon_3 .e-n-accordion-item .e-n-accordion-item-title {
  background-color: #1F1A3A;
}
.accordeon_2 .e-n-accordion-item .e-n-accordion-item-title .e-n-accordion-item-title-text, .accordeon_3 .e-n-accordion-item .e-n-accordion-item-title .e-n-accordion-item-title-text {
  color: #ffffff;
}
.accordeon_2 .e-n-accordion-item .e-n-accordion-item-title .e-n-accordion-item-title-icon svg, .accordeon_3 .e-n-accordion-item .e-n-accordion-item-title .e-n-accordion-item-title-icon svg {
  fill: #ffffff !important;
}
.accordeon_2 .e-n-accordion-item .e-n-accordion-item-title:hover .e-n-accordion-item-title-icon svg, .accordeon_3 .e-n-accordion-item .e-n-accordion-item-title:hover .e-n-accordion-item-title-icon svg {
  fill: #ffffff;
}
.accordeon_3 .e-n-accordion .e-n-accordion-item .e-n-accordion-item-title {
  padding-left: 10px;
}
@media screen and (min-width: 767px) {
  .accordeon_3 .e-n-accordion .e-n-accordion-item .e-n-accordion-item-title {
    min-height: 60px;
  }
}
.accordeon_3 .e-n-accordion .e-n-accordion-item .e-n-accordion-item-title .e-n-accordion-item-title-text {
  font-size: 15px;
}
.onglets_1 .e-n-tab-title {
  background-color: #ffffff !important;
  border: 2px solid #DFE3EE !important;
  transition: all 0.3s ease-in-out;
}
.onglets_1 .e-n-tab-title .e-n-tab-title-text {
  color: #707070;
  font-size: 20px;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}
.onglets_1 .e-n-tab-title[aria-selected="true"], .onglets_1 .e-n-tab-title:hover {
  background-color: #222DFF !important;
  border: 2px solid #222DFF !important;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.onglets_1 .e-n-tab-title[aria-selected="true"] .e-n-tab-title-text, .onglets_1 .e-n-tab-title:hover .e-n-tab-title-text {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.bloc_shadow {
  background-color: #ffffff;
  border-radius: 20px !important;
  box-shadow: -3px 24px 40px 9px rgba(34, 45, 255, 0.05);
}
.compteur {
  padding: 1rem;
  border-radius: 12px !important;
  background-color: #F3F5FA;
  width: 50% !important;
}
@media screen and (max-width: 767px) {
  .compteur {
    width: 100% !important;
  }
}
.compteur .elementor-widget-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.compteur .elementor-counter-number-wrapper {
  font-size: calc(35px + (45 - 35) * ((100vw - 300px) / (2560 - 300))) !important;
  font-weight: 700 !important;
  color: #222DFF;
}
.compteur .elementor-counter-title {
  text-align: center;
  line-height: 1.2 !important;
  font-size: 15px !important;
}
.bloc_blanc {
  background-color: #ffffff;
  border-radius: 20px !important;
  border: 2px solid #222DFF;
}
.boite_icon .elementor-icon-box-wrapper .elementor-icon-box-icon {
  margin-bottom: 0px;
}
.boite_icon .elementor-icon-box-wrapper .elementor-icon-box-icon svg {
  height: 40px;
  width: 40px;
  fill: #222DFF;
}
.boite_icon .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-title {
  margin-bottom: 10px;
}
.boite_icon .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-title span {
  font-weight: 700;
  color: #ffffff;
  background-color: #222DFF;
  padding: 0px 20px;
}
@media screen and (min-width: 767px) and (max-width: 880px) {
  .boite_icon .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-title span {
    padding: 0px 10px;
  }
}
.boite_icon .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-description {
  line-height: 1;
}
/******************************
* images
******************************/
svg {
  min-height: 6px;
  min-width: 6px;
}
.simple_fleches, .double_fleches, .triple_fleches {
  position: relative;
  padding-bottom: 100px;
}
.simple_fleches:after, .double_fleches:after, .triple_fleches:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0%;
  left: 50%;
  height: 110px;
  width: 100%;
  transform: translateX(-50%);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.simple_fleches:after {
  height: 90px;
  background-image: url("/wp-content/uploads/2024/10/simple-fleche.svg");
}
.double_fleches:after {
  background-image: url("/wp-content/uploads/2024/10/double-fleches.svg");
}
.triple_fleches:after {
  background-image: url("/wp-content/uploads/2024/10/triple-fleches.svg");
}
.img_radius img {
  border-radius: 20px !important;
}
/******************************
* Liste
******************************/
.liste_puce_1 ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  padding-bottom: 5px;
}
.liste_puce_1 ul li {
  padding-left: 15px;
  padding-bottom: 5px;
  position: relative;
}
.liste_puce_1 ul li:before {
  content: "";
  position: absolute;
  display: block;
  height: 9px;
  width: 9px;
  border-radius: 50%;
  top: 6px;
  left: 0%;
  background-color: #222DFF;
  mask-image: url("/wp-content/uploads/2024/10/puce-picto.svg");
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-image: url("/wp-content/uploads/2024/10/puce-picto.svg");
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
}
/******************************
* Popup
******************************/
.elementor-popup-modal .dialog-widget-content {
  border-radius: 20px !important;
}
.popup .popup_titre {
  position: relative;
  font-size: calc(22px + (32 - 22) * ((100vw - 300px) / (2560 - 300)));
  color: #000000;
  font-family: "Golos Text", sans-serif;
  font-weight: 800;
}
.popup .popup_titre .elementor-heading-title {
  line-height: 1.4;
}
@media screen and (max-width: 880px) {
  .popup .popup_titre br {
    display: none;
  }
}
.popup .popup_titre i {
  font-weight: 400;
  font-style: normal;
}
.popup .popup_titre span {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 5%, #FE3F36 5%, #FE3F36 97%, rgba(255, 255, 255, 0) 97%, rgba(255, 255, 255, 0) 100%);
  color: #ffffff;
  position: relative;
  padding: 0px 8px 5px;
}
.popup .popup_sstitre {
  position: relative;
  font-size: calc(20px + (24 - 20) * ((100vw - 300px) / (2560 - 300)));
  color: #000000;
  font-family: "Golos Text", sans-serif;
  font-weight: 700;
  padding-bottom: 15px;
}
.popup .popup_sstitre:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translateX(-50%);
  height: 10px;
  width: 80px;
  background-color: #222DFF;
  mask-image: url("/wp-content/uploads/2024/10/scratch.svg");
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-image: url("/wp-content/uploads/2024/10/scratch.svg");
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
}
/******************************
* Bloc txt img full
******************************/
.bloc_txt_imgD {
  position: relative;
}
.bloc_txt_imgD .colG {
  height: 100%;
}
.bloc_txt_imgD .colG .elementor-widget-container {
  padding-right: 55%;
}
@media screen and (max-width: 880px) {
  .bloc_txt_imgD .colG .elementor-widget-container {
    padding-right: 0%;
  }
}
.bloc_txt_imgD .colD {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  width: 50%;
}
@media screen and (max-width: 880px) {
  .bloc_txt_imgD .colD {
    width: 100%;
    position: relative;
    transform: translateY(0%);
  }
}
.bloc_txt_imgD .colD .elementor-widget {
  height: 100%;
}
.bloc_txt_imgD .colD .elementor-widget-container {
  height: 100%;
}
.bloc_txt_imgD .colD .elementor-widget-container picture {
  height: 100%;
}
.bloc_txt_imgD .colD img {
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-position: 100% 50%;
  object-position: 100% 50%;
  font-family: "object-fit: cover; object-position: 100% 50%";
  width: 100%;
  height: 100%;
  display: block;
}
.bloc_txt_imgG {
  position: relative;
}
.bloc_txt_imgG .colG {
  height: 100%;
}
.bloc_txt_imgG .colG .elementor-widget-container {
  padding-left: 55%;
}
@media screen and (max-width: 880px) {
  .bloc_txt_imgG .colG .elementor-widget-container {
    padding-left: 0%;
  }
}
.bloc_txt_imgG .colD {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  width: 50%;
}
@media screen and (max-width: 880px) {
  .bloc_txt_imgG .colD {
    width: 100%;
    position: relative;
    transform: translateY(0%);
  }
}
.bloc_txt_imgG .colD .elementor-widget {
  height: 100%;
}
.bloc_txt_imgG .colD .elementor-widget-container {
  height: 100%;
}
.bloc_txt_imgG .colD .elementor-widget-container picture {
  height: 100%;
}
.bloc_txt_imgG .colD img {
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
  font-family: "object-fit: cover; object-position: 0% 50%";
  width: 100%;
  height: 100%;
  display: block;
}
/******************************
* Filtres
******************************/
.filtre {
  position: relative;
}
.filtre:before {
  content: "" !important;
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0%;
  left: 0%;
}
.filtre_noir:before {
  background-color: rgba(0, 0, 0, 0.35);
}
.filtre_color1:before {
  background-color: rgba(34, 45, 255, 0.35);
}
.filtre_color2:before {
  background-color: rgba(254, 63, 54, 0.35);
}
.filtre_color3:before {
  background-color: rgba(243, 245, 250, 0.35);
}
.filtre_color4:before {
  background-color: rgba(31, 26, 58, 0.35);
}
.filtre_color5:before {
  background-color: rgba(48, 81, 255, 0.35);
}
.filtre_color6:before {
  background-color: rgba(59, 77, 111, 0.35);
}
/******************************
* hero / ban home
******************************/
.ban_home .e-con-inner {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  min-height: calc(100vh - 40px);
}
.ban_home .e-con-inner .ban_content {
  position: relative;
}
.ban_home .e-con-inner .ban_content:before {
  content: "";
  position: absolute;
  display: block;
  top: 0%;
  left: 0%;
  height: 100%;
  width: 100%;
  background-color: rgba(34, 45, 255, 0.75);
  mix-blend-mode: multiply;
  border-radius: 20px !important;
}
.ban_home .e-con-inner .ban_content .ban_logo svg {
  fill: #ffffff;
  height: 50px;
}
.ban_home .e-con-inner .ban_content .ban_titre {
  color: #ffffff;
  font-weight: 800;
  font-size: calc(26px + (40 - 26) * ((100vw - 300px) / (2560 - 300)));
}
.ban_home .e-con-inner .ban_content .ban_titre .elementor-heading-title {
  line-height: 1;
}
@media screen and (max-width: 880px) {
  .ban_home .e-con-inner .ban_content .ban_titre br {
    display: none;
  }
}
.ban_home .e-con-inner .ban_content .ban_titre strong {
  font-weight: 600;
}
.ban_home .e-con-inner .ban_content .ban_titre span {
  color: #FE3F36;
  font-weight: 600;
}
.ban_home .e-con-inner .ban_content .ban_desc {
  color: #ffffff;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .ban_home .e-con-inner .ban_content .ban_desc br {
    display: none;
  }
}
.grid_formation .bloc_formation .formation_img {
  position: relative;
  z-index: 2;
  width: 100%;
}
.grid_formation .bloc_formation .formation_img:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0%;
  left: 0%;
  height: 60%;
  width: 100%;
  border-radius: 20px !important;
  background-color: #3051FF;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.grid_formation .bloc_formation .formation_img .elementor-widget-container {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.grid_formation .bloc_formation .formation_img .elementor-widget-container img {
  transform: translateY(0px);
  transition: all 0.3s ease-in-out;
}
.grid_formation .bloc_formation .formation_content {
  z-index: 1;
  background-color: #222DFF;
  border-radius: 20px !important;
}
@media screen and (min-width: 767px) {
  .grid_formation .bloc_formation .formation_content {
    height: 100%;
  }
}
.grid_formation .bloc_formation .formation_content .formation_titre {
  font-size: calc(18px + (24 - 18) * ((100vw - 300px) / (2560 - 300)));
  color: #ffffff;
  font-weight: 600;
}
.grid_formation .bloc_formation .formation_fleche .elementor-icon-wrapper {
  height: 32px;
}
.grid_formation .bloc_formation .formation_fleche .elementor-icon-wrapper svg {
  fill: #ffffff;
  height: 32px;
  width: 32px;
  transform: rotate(0deg);
  transition: all 0.3s ease-in-out;
}
.grid_formation .bloc_formation:nth-child(odd) .formation_img:before {
  background-color: #DFE3EE;
}
.grid_formation .bloc_formation:hover .formation_img:before {
  height: 70%;
  transition: all 0.3s ease-in-out;
}
.grid_formation .bloc_formation:hover .formation_img .elementor-widget-container img {
  transform: translateY(15px);
  transition: all 0.3s ease-in-out;
}
.grid_formation .bloc_formation:hover .formation_fleche svg {
  transform: rotate(90deg);
  transition: all 0.3s ease-in-out;
}
.grid_formation .bloc_formation_dif {
  position: relative;
}
@media screen and (max-width: 767px) {
  .grid_formation .bloc_formation_dif {
    padding: 2rem 0rem 4rem;
  }
}
.grid_formation .bloc_formation_dif:before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0%;
  top: auto;
  left: 0%;
  height: 73%;
  width: 100%;
  border-radius: 20px !important;
  background-color: #222DFF;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .grid_formation .bloc_formation_dif:before {
    height: 100%;
  }
}
.grid_formation .bloc_formation_dif .formation_titre {
  font-size: calc(18px + (24 - 18) * ((100vw - 300px) / (2560 - 300)));
  color: #ffffff;
  font-weight: 600;
  width: 100%;
  position: relative;
  padding-bottom: 1rem;
  padding-top: 2rem;
}
@media screen and (max-width: 767px) {
  .grid_formation .bloc_formation_dif .formation_titre {
    padding-top: 0rem;
  }
}
.grid_formation .bloc_formation_dif .formation_titre:after {
  content: "";
  position: absolute;
  display: block;
  top: 100%;
  left: 50%;
  height: 30px;
  width: 100%;
  transform: translateX(-50%);
  background-color: #ffffff;
  mask-image: url("/wp-content/uploads/2024/10/forme-feutre-souligne.svg");
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-image: url("/wp-content/uploads/2024/10/forme-feutre-souligne.svg");
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
}
.grid_formation .bloc_formation_dif .formation_fleche .elementor-icon-wrapper {
  height: 32px;
}
.grid_formation .bloc_formation_dif .formation_fleche .elementor-icon-wrapper svg {
  fill: #ffffff;
  height: 32px;
  width: 32px;
  transition: all 0.3s ease-in-out;
}
.grid_formation .bloc_formation_dif:hover:before {
  height: 80%;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .grid_formation .bloc_formation_dif:hover:before {
    height: 100%;
  }
}
.grid_formation .bloc_formation_dif:hover .formation_fleche svg {
  transform: rotate(90deg);
  transition: all 0.3s ease-in-out;
}
.bloc_choisir .bloc_choisir_img {
  padding: 6px;
  background-color: #ffffff;
  border-radius: 12px !important;
}
.bloc_choisir .bloc_choisir_img img {
  border-radius: 12px !important;
}
.bloc_choisir .bloc_choisir_content {
  position: relative;
}
@media screen and (min-width: 767px) {
  .bloc_choisir .bloc_choisir_content {
    height: 100%;
  }
}
.bloc_choisir .bloc_choisir_content:before {
  content: "";
  display: block;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translateX(-50%) translateY(0%);
  height: 100%;
  width: 95%;
  background-color: #ffffff;
  mask-image: url("/wp-content/uploads/2024/10/feutre-bg.svg");
  mask-size: 100%;
  mask-repeat: no-repeat;
  mask-position: 50% 0%;
  -webkit-mask-image: url("/wp-content/uploads/2024/10/feutre-bg.svg");
  -webkit-mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 0%;
}
.bloc_choisir .bloc_choisir_content .bloc_choisir_titre {
  color: #222DFF;
  font-size: 18px;
  font-weight: 900;
  transition: all 0.3s ease-in-out;
}
.bloc_choisir .bloc_choisir_content .bloc_choisir_desc {
  font-size: 16px;
  line-height: 1.2;
}
.bloc_choisir .bloc_choisir_content .bloc_choisir_desc p {
  margin-bottom: 0px;
}
.bloc_choisir .bloc_choisir_content .bloc_choisir_btn svg {
  height: 22px;
  width: 24px;
  fill: #222DFF;
  transform: rotate(0deg);
  transition: all 0.3s ease-in-out;
}
.bloc_choisir .bloc_choisir_content .bloc_choisir_btn svg:hover {
  transform: rotate(45deg);
  transition: all 0.3s ease-in-out;
}
.bloc_choisir:hover .bloc_choisir_content .bloc_choisir_titre {
  color: #FE3F36;
  transition: all 0.3s ease-in-out;
}
.bloc_choisir:hover .bloc_choisir_content .bloc_choisir_btn svg {
  fill: #FE3F36;
  transition: all 0.3s ease-in-out;
}
.accordeon_slider .as_slider .uc_fbps_slide {
  border-radius: 20px !important;
}
.accordeon_slider .as_accordeon .uc_ac_box {
  position: relative;
}
.accordeon_slider .as_accordeon .uc_ac_box:before {
  content: "";
  display: block;
  position: absolute;
  top: 0%;
  left: 0%;
  height: 100%;
  width: 3px;
  background-color: #EAEAEA;
}
.accordeon_slider .as_accordeon .uc_ac_box .uc-heading {
  background-color: transparent !important;
}
.accordeon_slider .as_accordeon .uc_ac_box .uc-heading .ue_heading_title {
  font-size: calc(28px + (24 - 18) * ((100vw - 300px) / (2560 - 300)));
  font-weight: 900;
  color: #EAEAEA !important;
}
.accordeon_slider .as_accordeon .uc_ac_box .uc_content {
  padding: 0rem !important;
  padding-left: 10px !important;
  background-color: transparent !important;
}
.accordeon_slider .as_accordeon .uc_ac_box .uc_content .ue-item-text {
  margin-top: 0px !important;
}
.accordeon_slider .as_accordeon .uc_ac_box.uc-item-active:before {
  background-color: #FE3F36;
}
.accordeon_slider .as_accordeon .uc_ac_box.uc-item-active .uc-heading .ue_heading_title {
  color: #FE3F36 !important;
}
.elementor-custom-embed-play svg {
  fill: #000000 !important;
}
.bloc_video .e-hosted-video {
  border-radius: 20px !important;
  overflow: hidden;
}
.bloc_infos {
  background-color: #ffffff;
  border-radius: 20px !important;
  padding: 0rem 44px 44px 44px !important;
  box-shadow: -3px 24px 40px 9px rgba(34, 45, 255, 0.05);
  margin-left: 56px !important;
}
@media screen and (max-width: 1024px) {
  .bloc_infos {
    width: 90% !important;
  }
}
@media screen and (max-width: 767px) {
  .bloc_infos {
    margin-left: 15px !important;
    width: 95% !important;
    padding: 0rem 20px 20px 20px !important;
  }
}
.bloc_infos .infos_titre .elementor-widget-container {
  font-size: calc(22px + (32 - 22) * ((100vw - 300px) / (2560 - 300)));
  font-weight: 900;
  color: #ffffff;
  position: relative;
  padding: 0px 25px 25px 0px;
}
.bloc_infos .infos_titre .elementor-widget-container:before {
  content: "";
  display: block;
  position: absolute;
  top: -25px;
  left: -100px;
  height: calc(100% + 25px);
  width: 100%;
  background-color: #222DFF;
  border-radius: 20px !important;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .bloc_infos .infos_titre .elementor-widget-container:before {
    left: -35px;
  }
}
.bloc_infos .infos_titre .elementor-widget-container .elementor-heading-title {
  position: relative;
  z-index: 3;
}
.bloc_infos .infos_titre .elementor-widget-container .elementor-heading-title:before {
  content: "";
  display: block;
  position: absolute;
  top: -25px;
  left: -80px;
  height: 78px;
  width: 78px;
  transform: translateY(-55%);
  background-color: #1F1A3A;
  mask-image: url("/wp-content/uploads/2024/10/bulle-picto.svg");
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-image: url("/wp-content/uploads/2024/10/bulle-picto.svg");
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .bloc_infos .infos_titre .elementor-widget-container .elementor-heading-title:before {
    left: auto;
    right: 0rem;
  }
}
.bloc_infos .infos_titre .elementor-widget-container .elementor-heading-title:after {
  content: "";
  display: block;
  position: absolute;
  top: -30px;
  left: -58px;
  height: 35px;
  width: 35px;
  transform: translateY(-55%);
  background-color: #ffffff;
  mask-image: url("/wp-content/uploads/2024/10/question-picto.svg");
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-image: url("/wp-content/uploads/2024/10/question-picto.svg");
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .bloc_infos .infos_titre .elementor-widget-container .elementor-heading-title:after {
    left: auto;
    right: 20px;
  }
}
.carousel_logo .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.carousel_logo .swiper-wrapper .swiper-slide {
  background-color: #F3F5FA;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem;
  height: 140px;
}
.carousel_logo .swiper-wrapper .swiper-slide picture {
  display: flex;
  height: fit-content;
}
.carousel_logo .swiper-wrapper .swiper-slide picture img {
  max-height: 115px;
  width: auto;
}
.bloc_newsletter {
  background-color: #FE3F36;
  border-radius: 20px !important;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.1;
  position: relative;
}
.bloc_newsletter:before {
  content: "" !important;
  display: block;
  position: absolute;
  top: 0% !important;
  left: 0% !important;
  height: 85px !important;
  width: 100% !important;
  transform: translateY(-35%);
  background-color: #FE3F36;
  mask-image: url("/wp-content/uploads/2024/10/dechirure-newsletter.svg");
  mask-size: 99% auto;
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-image: url("/wp-content/uploads/2024/10/dechirure-newsletter.svg");
  -webkit-mask-size: 99% auto;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
  z-index: 1;
}
.bloc_newsletter:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0%;
  height: 68px;
  width: 100%;
  transform: translateY(50%);
  background-color: #FE3F36;
  mask-image: url("/wp-content/uploads/2024/10/dechirure-newsletter.svg");
  mask-size: 98% auto;
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-image: url("/wp-content/uploads/2024/10/dechirure-newsletter.svg");
  -webkit-mask-size: 99% auto;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
  z-index: 1;
}
.bloc_newsletter .e-con-inner {
  position: relative;
  z-index: 2;
}
.bloc_newsletter .titre_2 {
  color: #ffffff;
}
.bloc_newsletter .newsletter_form .elementor-form {
  position: relative;
}
@media screen and (max-width: 767px) {
  .bloc_newsletter .newsletter_form .elementor-form {
    padding-bottom: 4rem;
  }
}
.bloc_newsletter .newsletter_form .elementor-form .elementor-field-textual {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  border-bottom: 0px !important;
}
.bloc_newsletter .newsletter_form .elementor-form .elementor-field-type-submit {
  position: absolute;
  top: 0%;
  right: 0%;
}
@media screen and (max-width: 767px) {
  .bloc_newsletter .newsletter_form .elementor-form .elementor-field-type-submit {
    bottom: 0%;
    top: auto;
    right: 50%;
    transform: translateX(50%);
  }
}
.bloc_newsletter .newsletter_form .elementor-form .elementor-button:after {
  background-color: #000000;
}
.bloc_newsletter .newsletter_form .elementor-form .elementor-button .elementor-button-content-wrapper {
  background-color: #000000;
}
.bloc_newsletter .newsletter_form .elementor-form .elementor-field-type-acceptance {
  font-size: 13px;
}
@media screen and (max-width: 1024px) {
  .bloc_newsletter .newsletter_form .elementor-form .elementor-field-type-acceptance {
    text-align: center;
  }
}
.bloc_newsletter .newsletter_form .elementor-form .elementor-field-type-acceptance a {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.bloc_newsletter .newsletter_form .elementor-form .elementor-field-type-acceptance a:hover {
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.bloc_newsletter .newsletter_form .elementor-form input[type="checkbox"] {
  border: 1px solid #ffffff;
}
.bloc_newsletter .newsletter_form .elementor-form input[type="checkbox"]:before {
  background-color: #000000;
}
/************************
* Page divers
*************************/
.ban_inte, .ban_inte_sm {
  position: relative;
  min-height: 300px !important;
}
@media screen and (max-width: 767px) {
  .ban_inte, .ban_inte_sm {
    min-height: 350px !important;
  }
}
.ban_inte > .e-con-inner, .ban_inte_sm > .e-con-inner {
  z-index: 2;
}
.ban_inte:after, .ban_inte_sm:after {
  position: absolute;
  content: "" !important;
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(34, 45, 255, 0.65);
  mix-blend-mode: multiply;
  z-index: 1;
}
.ban_inte .breadcrumbs, .ban_inte_sm .breadcrumbs {
  z-index: 2;
  color: #ffffff;
  background-color: rgba(34, 45, 255, 0.4);
}
.ban_inte .breadcrumbs a, .ban_inte_sm .breadcrumbs a {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.ban_inte .breadcrumbs a:hover, .ban_inte_sm .breadcrumbs a:hover {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.ban_inte .ban_content, .ban_inte_sm .ban_content {
  position: relative;
  z-index: 2;
}
.ban_inte .ban_content .ban_sup_titre, .ban_inte_sm .ban_content .ban_sup_titre {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 400;
  font-size: calc(18px + (20 - 18) * ((100vw - 300px) / (2400 - 300)));
  letter-spacing: 0.4px;
}
.ban_inte .ban_content .ban_titre, .ban_inte_sm .ban_content .ban_titre {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: calc(24px + (34 - 24) * ((100vw - 300px) / (2400 - 300)));
  letter-spacing: 2px;
}
@media screen and (max-width: 880px) {
  .ban_inte .ban_content .ban_titre, .ban_inte_sm .ban_content .ban_titre {
    text-align: center;
  }
}
.ban_inte .ban_content .ban_titre .elementor-heading-title, .ban_inte_sm .ban_content .ban_titre .elementor-heading-title {
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .ban_inte .ban_content .ban_titre .elementor-heading-title, .ban_inte_sm .ban_content .ban_titre .elementor-heading-title {
    width: auto;
  }
}
.ban_inte .ban_content .ban_titre strong, .ban_inte_sm .ban_content .ban_titre strong {
  font-weight: 800;
}
.ban_inte .ban_content .ban_titre span, .ban_inte_sm .ban_content .ban_titre span {
  font-size: calc(20px + (24 - 20) * ((100vw - 300px) / (2400 - 300)));
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0px;
}
.ban_inte_sm {
  min-height: 230px !important;
}
@media screen and (max-width: 767px) {
  .ban_inte_sm {
    min-height: 230px !important;
  }
}
/************************
* Page Formation dernier niveau
*************************/
.menu_ancres {
  background-color: #1F1A3A;
  border-radius: 20px !important;
}
.menu_ancres .e-n-menu-title .e-n-menu-title-text {
  color: #ffffff !important;
  transition: all 0.3s ease-in-out;
}
.menu_ancres .e-n-menu-title:hover .e-n-menu-title-text {
  color: #FE3F36 !important;
  transition: all 0.3s ease-in-out;
}
.menu_ancres .e-n-menu-title.e-current .e-n-menu-title-text {
  color: #FE3F36 !important;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .menu_ancres .e-n-menu-title {
    padding: 5px 10px !important;
  }
  .menu_ancres .e-n-menu-title .e-n-menu-title-text {
    font-size: 12px;
  }
}
.grid_infos_fmt {
  background-color: #F3F5FA;
  border-radius: 130px !important;
}
@media screen and (max-width: 1200px) {
  .grid_infos_fmt {
    border-radius: 60px !important;
  }
}
.grid_infos_fmt .bloc_infos_fmt .elementor-icon-box-wrapper .elementor-icon-box-icon {
  margin-bottom: 0px;
}
.grid_infos_fmt .bloc_infos_fmt .elementor-icon-box-wrapper .elementor-icon-box-icon svg {
  height: 40px;
  width: auto;
  fill: #333333;
}
.grid_infos_fmt .bloc_infos_fmt .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-title {
  margin-bottom: 10px;
}
.grid_infos_fmt .bloc_infos_fmt .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-title span {
  font-weight: 700;
  color: #ffffff;
  background-color: #222DFF;
  padding: 0px 20px;
}
@media screen and (min-width: 767px) and (max-width: 880px) {
  .grid_infos_fmt .bloc_infos_fmt .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-title span {
    padding: 0px 10px;
  }
}
.grid_infos_fmt .bloc_infos_fmt .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-description {
  line-height: 1;
}
.bloc_chiffre {
  position: relative;
  text-align: center !important;
}
.bloc_chiffre:before {
  content: "" !important;
  display: block;
  position: absolute;
  top: 0% !important;
  left: 50% !important;
  transform: translateX(-50%);
  height: 100% !important;
  width: 100% !important;
  background-color: #F3F5FA;
  mask-image: url("/wp-content/uploads/2024/10/feutre-bg-sm.svg");
  mask-size: auto 100%;
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-image: url("/wp-content/uploads/2024/10/feutre-bg-sm.svg");
  -webkit-mask-size: auto 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
}
.bloc_chiffre .chiffre {
  display: flex;
  justify-content: center;
}
.bloc_chiffre .chiffre .elementor-heading-title {
  font-size: calc(22px + (36 - 22) * ((100vw - 300px) / (2560 - 300)));
  color: #ffffff;
  font-weight: 700;
  background-color: #222DFF;
  padding: 0px 4px;
  text-align: center;
  width: fit-content;
}
.bloc_campus {
  background-color: #F3F5FA;
  border-radius: 5px !important;
  padding-bottom: 5px;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease-in-out;
}
.bloc_campus .campus_titre {
  position: relative;
  padding-bottom: 10px;
  font-size: calc(18px + (22 - 18) * ((100vw - 300px) / (2560 - 300)));
  font-weight: 700;
}
.bloc_campus .campus_titre:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0%;
  left: 0%;
  height: 5px;
  width: 65%;
  background-color: #222DFF;
  mask-image: url("/wp-content/uploads/2024/10/souligne.svg");
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-image: url("/wp-content/uploads/2024/10/souligne.svg");
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
}
.bloc_campus .campus_nom {
  font-size: calc(20px + (24 - 20) * ((100vw - 300px) / (2560 - 300)));
  font-weight: 700;
}
.bloc_campus .campus_poste {
  color: #707070;
  padding-bottom: 10px;
}
.bloc_campus .campus_btn .elementor-button-link {
  background-color: transparent;
  color: #222DFF;
  font-size: 14px;
  padding: 0px 0px;
  border: 0px;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}
.bloc_campus .campus_btn .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;
}
.bloc_campus .campus_btn .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon {
  margin-left: 10px;
}
.bloc_campus .campus_btn .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 14px;
  width: 12px;
  fill: #222DFF;
  transition: all 0.3s ease-in-out;
}
.bloc_campus .campus_btn .elementor-button-link:visited, .bloc_campus .campus_btn .elementor-button-link:focus {
  color: #222DFF;
}
.bloc_campus .campus_btn .elementor-button-link:visited svg, .bloc_campus .campus_btn .elementor-button-link:focus svg {
  fill: #222DFF;
}
.bloc_campus .campus_btn .elementor-button-link:hover {
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  border: 0px;
  color: #FE3F36;
}
.bloc_campus .campus_btn .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #FE3F36 !important;
  transition: all 0.3s ease-in-out;
}
/************************
* Page Candidature et concours
*************************/
.bloc_dates, .bloc_coordonnees {
  background-color: #ffffff;
  border-radius: 20px !important;
  padding: 0rem 44px 24px 44px !important;
  box-shadow: -3px 24px 40px 9px rgba(34, 45, 255, 0.05);
  margin-left: 56px !important;
}
@media screen and (max-width: 1024px) {
  .bloc_dates, .bloc_coordonnees {
    width: 90% !important;
  }
}
@media screen and (max-width: 767px) {
  .bloc_dates, .bloc_coordonnees {
    margin-left: 15px !important;
    width: 95% !important;
    padding: 0rem 20px 20px 20px !important;
  }
}
.bloc_dates .infos_titre .elementor-widget-container, .bloc_coordonnees .infos_titre .elementor-widget-container {
  font-size: calc(18px + (24 - 18) * ((100vw - 300px) / (2560 - 300)));
  font-weight: 800;
  color: #ffffff;
  position: relative;
  padding: 0px 0px 15px 0px;
}
.bloc_dates .infos_titre .elementor-widget-container:before, .bloc_coordonnees .infos_titre .elementor-widget-container:before {
  content: "";
  display: block;
  position: absolute;
  top: -15px;
  left: -70px;
  height: calc(100% + 15px);
  width: 100%;
  background-color: #222DFF;
  border-radius: 20px !important;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .bloc_dates .infos_titre .elementor-widget-container:before, .bloc_coordonnees .infos_titre .elementor-widget-container:before {
    width: calc(100% + 70px);
  }
}
@media screen and (max-width: 767px) {
  .bloc_dates .infos_titre .elementor-widget-container:before, .bloc_coordonnees .infos_titre .elementor-widget-container:before {
    left: -35px;
    width: calc(100% + 35px);
  }
}
.bloc_dates .infos_titre .elementor-widget-container .elementor-heading-title, .bloc_coordonnees .infos_titre .elementor-widget-container .elementor-heading-title {
  position: relative;
  z-index: 3;
}
.bloc_dates .infos_titre .elementor-widget-container .elementor-heading-title:before, .bloc_coordonnees .infos_titre .elementor-widget-container .elementor-heading-title:before {
  content: "";
  display: block;
  position: absolute;
  top: -15px;
  left: -50px;
  height: 50px;
  width: 50px;
  transform: translateY(-55%);
  background-color: #1F1A3A;
  mask-image: url("/wp-content/uploads/2024/10/bulle-picto.svg");
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-image: url("/wp-content/uploads/2024/10/bulle-picto.svg");
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .bloc_dates .infos_titre .elementor-widget-container .elementor-heading-title:before, .bloc_coordonnees .infos_titre .elementor-widget-container .elementor-heading-title:before {
    left: auto;
    right: 0rem;
  }
}
.bloc_dates .infos_titre .elementor-widget-container .elementor-heading-title:after, .bloc_coordonnees .infos_titre .elementor-widget-container .elementor-heading-title:after {
  content: "";
  display: block;
  position: absolute;
  top: -20px;
  left: -37px;
  height: 25px;
  width: 25px;
  transform: translateY(-55%);
  background-color: #ffffff;
  mask-image: url("/wp-content/uploads/2024/10/calendrier-picto.svg");
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-image: url("/wp-content/uploads/2024/10/calendrier-picto.svg");
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .bloc_dates .infos_titre .elementor-widget-container .elementor-heading-title:after, .bloc_coordonnees .infos_titre .elementor-widget-container .elementor-heading-title:after {
    left: auto;
    right: 12px;
  }
}
.bloc_coordonnees .infos_titre .elementor-widget-container .elementor-heading-title:after {
  mask-image: url("/wp-content/uploads/2024/10/loupe-picto.svg");
  -webkit-mask-image: url("/wp-content/uploads/2024/10/loupe-picto.svg");
}
/************************
* Page contact
*************************/
.titre_contact {
  font-size: calc(18px + (22 - 18) * ((100vw - 300px) / (2560 - 300)));
  font-weight: 700;
  padding-bottom: 10px;
  position: relative;
}
.titre_contact:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0%;
  left: 0%;
  height: 3px;
  width: 30px;
  background-color: #000000;
}
/************************
* Page Commerce
*************************/
.bloc_brochure .brochure_icon {
  background-color: #222DFF;
  border-radius: 50% !important;
  padding: 1rem;
  height: 140px;
  width: 140px;
}
.bloc_brochure .brochure_icon .elementor-widget-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.bloc_brochure .brochure_icon svg {
  fill: #ffffff;
}
/************************
* Page Contacter un Eklyen
*************************/
.fiche_annuaire {
  flex-basis: 310px !important;
  position: relative;
  padding: 1rem !important;
}
.fiche_annuaire:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0%;
  left: 0%;
  height: calc(100% - 70px);
  width: 100%;
  z-index: 2;
  background-color: #ffffff;
  border-radius: 20px !important;
  box-shadow: -3px 24px 40px 9px rgba(34, 45, 255, 0.05);
  border: 2px solid #222DFF;
}
.fiche_annuaire .fiche_img {
  position: relative;
  z-index: 3;
}
.fiche_annuaire .fiche_img img {
  border-radius: 50% !important;
  height: 100px;
  width: 100px;
  object-fit: cover;
  object-position: center center;
}
.fiche_annuaire .annuaire_nom, .fiche_annuaire .annuaire_infos {
  position: relative;
  z-index: 3;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
.fiche_annuaire .annuaire_nom .elementor-heading-title, .fiche_annuaire .annuaire_infos .elementor-heading-title {
  line-height: 1.1;
}
.fiche_annuaire .annuaire_nom span, .fiche_annuaire .annuaire_infos span {
  color: #222DFF;
  font-weight: 400;
  font-size: 14px;
}
.fiche_annuaire .annuaire_joindre {
  position: relative;
  z-index: 3;
  color: #222DFF;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
}
.fiche_annuaire .annuaire_rs {
  position: relative;
  z-index: 3;
}
.fiche_annuaire .annuaire_rs .elementor-social-icon {
  background-color: #222DFF;
  height: 30px;
  width: 30px;
}
.fiche_annuaire .annuaire_rs .elementor-social-icon svg {
  fill: #ffffff;
  height: 18px;
  width: 18px;
}
.fiche_annuaire .annuaire_rs .elementor-social-icon:hover {
  background-color: #FE3F36;
}
/******************************
* Page Programme Erasmus+
******************************/
.responsive_table {
  border-spacing: 1;
  border-collapse: collapse;
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  position: relative;
  box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.15);
}
.responsive_table * {
  position: relative;
}
.responsive_table td, .responsive_table th {
  padding-left: 8px;
}
.responsive_table thead tr {
  height: 60px;
  background: #222DFF;
  text-transform: uppercase;
}
.responsive_table tbody tr {
  height: 50px;
  transition: all 0.3s ease-in-out;
}
.responsive_table tbody tr:last-child {
  border: 0;
}
.responsive_table td, .responsive_table th {
  text-align: left;
}
.responsive_table td.l, .responsive_table th.l {
  text-align: right;
}
.responsive_table td.c, .responsive_table th.c {
  text-align: center;
}
.responsive_table td.r, .responsive_table th.r {
  text-align: center;
}
.responsive_table th {
  font-size: 16px;
  color: #ffffff;
  line-height: 1.2;
  font-weight: unset;
}
.responsive_table tbody tr:nth-child(even) {
  background-color: #F3F5FA;
}
.responsive_table tbody tr {
  font-size: 15px;
  color: #000000;
  line-height: 1.2;
  font-weight: unset;
}
.responsive_table tbody tr:hover {
  color: #ffffff;
  background-color: #3B4D6F;
  cursor: pointer;
}
/************************
* Page Partenaires internationaux
*************************/
.bloc_partenaire {
  background-color: #F3F5FA;
  border-radius: 20px !important;
  font-size: 14px;
}
.bloc_partenaire .partenaire_logo {
  background-color: #ffffff;
  border-radius: 20px !important;
}
.bloc_partenaire .partenaire_site {
  color: #FE3F36;
  font-size: 15px;
}
.bloc_partenaire .partenaire_titre {
  color: #000000;
  font-size: 16px;
}
.bloc_partenaire .partenaire_titre span {
  color: #222DFF;
  font-weight: 500;
}
.bloc_partenaire .partenaire_titre .elementor-heading-title {
  line-height: 1.3;
}
/************************
* Page Recherche
*************************/
.accordeon_recherche .e-n-accordion-item:not(:last-child) {
  margin-block-end: 10px !important;
}
.accordeon_recherche .e-n-accordion-item .e-n-accordion-item-title {
  border: 0px !important;
  background-color: #F3F5FA;
  border-radius: 5px !important;
}
.accordeon_recherche .e-n-accordion-item .e-n-accordion-item-title .e-n-accordion-item-title-text {
  font-size: 18px;
  font-weight: 700;
}
.accordeon_recherche .e-n-accordion-item .content {
  border: 0px !important;
}
/************************
* Page Equipe
*************************/
.fiche_equipe {
  flex-basis: 310px !important;
  position: relative;
  padding: 1rem !important;
}
.fiche_equipe:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0%;
  left: 0%;
  height: calc(100% - 100px);
  width: 100%;
  z-index: 2;
  background-color: #ffffff;
  border-radius: 20px !important;
  box-shadow: -3px 24px 40px 9px rgba(34, 45, 255, 0.05);
  border: 2px solid #222DFF;
}
.fiche_equipe .fiche_img {
  position: relative;
  z-index: 3;
}
.fiche_equipe .fiche_img img {
  border-radius: 50% !important;
  height: 150px;
  width: 150px;
  object-fit: cover;
  object-position: center center;
}
.fiche_equipe .equipe_nom, .fiche_equipe .equipe_poste {
  position: relative;
  z-index: 3;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
.fiche_equipe .equipe_nom .elementor-heading-title, .fiche_equipe .equipe_poste .elementor-heading-title {
  line-height: 1.1;
}
.fiche_equipe .equipe_nom span, .fiche_equipe .equipe_poste span {
  color: #3B4D6F;
  font-weight: 400;
  font-size: 16px;
}
.fiche_equipe .btn_simple {
  z-index: 3;
}
/************************
* Page Candidature et concours
*************************/
.filtre_event .e-filter-item {
  color: #000000 !important;
  position: relative;
  flex-basis: auto !important;
  border: 1px solid #EAEAEA !important;
  background-color: #ffffff;
  padding: 13px 15px;
  transition: all 0.3s ease-in-out;
  border-radius: 12px !important;
  text-indent: 170%;
  cursor: pointer;
}
.filtre_event .e-filter-item:after {
  display: block;
  position: absolute;
  font-size: 14px;
  font-weight: 600;
  color: #000000;
  top: 50%;
  left: 50%;
  transform: translateX(calc(-50% - 170%)) translateY(-50%);
  transition: all 0.3s ease-in-out;
}
.filtre_event .e-filter-item[data-filter="event-ji"] {
  width: 150px !important;
}
.filtre_event .e-filter-item[data-filter="event-ji"]:after {
  content: "Journées d'Immersion";
  width: 150px;
}
.filtre_event .e-filter-item[data-filter="event-jpo"] {
  width: 180px !important;
}
.filtre_event .e-filter-item[data-filter="event-jpo"]:after {
  content: "Journées Portes Ouvertes";
}
.filtre_event .e-filter-item[data-filter="event-salons-dorientation"] {
  width: 140px !important;
}
.filtre_event .e-filter-item[data-filter="event-salons-dorientation"]:after {
  content: "Salons d'Orientation";
}
.filtre_event .e-filter-item[data-filter="event-ca"] {
  width: 110px !important;
}
.filtre_event .e-filter-item[data-filter="event-ca"]:after {
  content: "Concours";
}
.filtre_event .e-filter-item[data-filter="__all"] {
  font-size: 14px;
  font-weight: 600;
  text-indent: 0%;
  border-radius: 12px !important;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.filtre_event .e-filter-item[aria-pressed="true"], .filtre_event .e-filter-item:hover {
  color: #222DFF !important;
  background-color: #222DFF !important;
  border: 1px solid #222DFF !important;
  transition: all 0.3s ease-in-out;
}
.filtre_event .e-filter-item[aria-pressed="true"][data-filter="__all"], .filtre_event .e-filter-item:hover[data-filter="__all"] {
  color: #ffffff !important;
}
.filtre_event .e-filter-item[aria-pressed="true"]:after, .filtre_event .e-filter-item:hover:after {
  color: #ffffff !important;
  transition: all 0.3s ease-in-out;
}
/************************
* Page remerciement contact
*************************/
#remerciement_content {
  padding: 6rem 0rem;
}
/************************
* Page Erreur 404
*************************/
.page_404 {
  padding: 6rem 0rem;
}
.page_404 .titre_404 {
  position: relative;
  font-size: calc(90px + (120 - 90) * ((100vw - 300px) / (2560 - 300)));
  color: #000000;
  font-family: "Golos Text", sans-serif;
  font-weight: 700;
}
.page_404 .titre_404 .elementor-heading-title {
  line-height: 1.4;
}
@media screen and (max-width: 880px) {
  .page_404 .titre_404 br {
    display: none;
  }
}
.page_404 .titre_404 strong, .page_404 .titre_404 b {
  font-weight: 400;
}
.page_404 .titre_404 span {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 5%, #FE3F36 5%, #FE3F36 97%, rgba(255, 255, 255, 0) 97%, rgba(255, 255, 255, 0) 100%);
  color: #ffffff;
  position: relative;
  padding: 0px 8px 5px;
}
.page_404 .sstitre_404 {
  font-size: calc(30px + (48 - 30) * ((100vw - 300px) / (2560 - 300)));
  color: #000000;
}
.page_404 .desc_404 {
  font-size: calc(18px + (26 - 18) * ((100vw - 300px) / (2560 - 300)));
}
/************************
* Page de résultat de recherche
*************************/
.search_result_bloc {
  padding: 2rem 0rem;
}
/************************
* Page archive
*************************/
/*****************************************************************************************************************************
  * Catégories display none
******************************************************************************************************************************/
.page-id-34 .cat-item-28, .page-id-34 .cat-item-27, .page-id-34 .cat-item-26, .page-id-34 .cat-item-41, .page-id-34 .cat-item-54 {
  display: none;
}
/*****************************************************************************************************************************
  * swiper
******************************************************************************************************************************/
.elementor-swiper-button {
  text-align: center;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
.elementor-swiper-button svg {
  fill: #222DFF !important;
  width: 32px !important;
  height: 32px !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: #FE3F36 !important;
  transition: all 0.3s ease-in-out;
}
.elementor-swiper-button.swiper-button-lock {
  display: none !important;
}
.elementor-swiper-button-prev {
  left: -10px !important;
}
.elementor-swiper-button-next {
  right: -10px !important;
}
.swiper-pagination-bullets {
  left: 50% !important;
}
.swiper-pagination-bullet {
  background: #222DFF !important;
  transition: all 0.3s ease-in-out;
}
.carousel_blanc .elementor-swiper-button svg {
  fill: #ffffff !important;
}
.carousel_blanc .elementor-swiper-button:hover svg {
  fill: #FE3F36 !important;
}
.carousel_blanc .swiper-pagination-bullet {
  background: #ffffff !important;
}
.swiper.elementor-loop-container {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
/*****************************************************************************************************************************
  * pagination
******************************************************************************************************************************/
.elementor-post-navigation .elementor-post-navigation__prev a, .elementor-post-navigation .elementor-post-navigation__next a {
  color: #000000;
  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 {
  color: #222DFF;
  transition: all 0.3s ease-in-out;
}
.elementor-post-navigation .post-navigation__arrow-prev i, .elementor-post-navigation .post-navigation__arrow-next i {
  color: #000000;
  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: #222DFF;
  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 #DFE3EE;
  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: #222DFF !important;
  color: #ffffff !important;
  transition: all 0.3s ease-in-out;
  border: 1px solid #222DFF;
}
.elementor-pagination .current {
  background-color: #222DFF !important;
  color: #ffffff !important;
  border: 1px solid #222DFF;
  transition: all 0.3s ease-in-out;
}
/*****************************************************************************************************************************
  * loop
******************************************************************************************************************************/
/************************
  * loop actu
*************************/
.loop_actu, .loop_actu_blanc {
  position: relative;
  padding: 8px !important;
}
.loop_actu > .e-con-inner, .loop_actu_blanc > .e-con-inner {
  border: 2px solid #222DFF;
  background-color: #ffffff;
  border-radius: 20px !important;
  z-index: 2;
  box-shadow: 0px 0px 0px 0px rgba(53, 48, 45, 0.25);
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}
.loop_actu .loop_img img, .loop_actu_blanc .loop_img img {
  border-radius: 18px 18px 0px 0px;
}
@media screen and (min-width: 767px) {
  .loop_actu .loop_content, .loop_actu_blanc .loop_content {
    height: 100%;
  }
}
.loop_actu .loop_content .loop_titre a, .loop_actu_blanc .loop_content .loop_titre a {
  color: #1F1A3A !important;
  font-size: 20px !important;
  font-family: "Golos Text", sans-serif;
  font-weight: 700;
  line-height: 1.2 !important;
  transition: all 0.3s ease-in-out;
}
.loop_actu .loop_content .loop_date .elementor-icon-list-icon svg, .loop_actu_blanc .loop_content .loop_date .elementor-icon-list-icon svg {
  fill: #3B4D6F;
}
.loop_actu .loop_content .loop_date .elementor-icon-list-text, .loop_actu_blanc .loop_content .loop_date .elementor-icon-list-text {
  font-size: 14px;
  color: #3B4D6F;
}
.loop_actu .loop_content .loop_desc, .loop_actu_blanc .loop_content .loop_desc {
  color: #000000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}
.loop_actu .loop_content .btn_blog .elementor-button-link, .loop_actu_blanc .loop_content .btn_blog .elementor-button-link {
  background-color: transparent;
  color: #222DFF;
  font-size: 14px;
  padding: 0px 0px;
  border: 0px;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}
.loop_actu .loop_content .btn_blog .elementor-button-link .elementor-button-content-wrapper, .loop_actu_blanc .loop_content .btn_blog .elementor-button-link .elementor-button-content-wrapper {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  height: 24px;
}
.loop_actu .loop_content .btn_blog .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon, .loop_actu_blanc .loop_content .btn_blog .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon {
  height: 15px;
  margin-left: 0px;
}
.loop_actu .loop_content .btn_blog .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg, .loop_actu_blanc .loop_content .btn_blog .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 15px;
  width: 15px;
  fill: #222DFF;
  transform: translateX(0px) rotate(0deg);
  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, .loop_actu_blanc .loop_content .btn_blog .elementor-button-link:visited, .loop_actu_blanc .loop_content .btn_blog .elementor-button-link:focus {
  color: #222DFF;
}
.loop_actu .loop_content .btn_blog .elementor-button-link:visited svg, .loop_actu .loop_content .btn_blog .elementor-button-link:focus svg, .loop_actu_blanc .loop_content .btn_blog .elementor-button-link:visited svg, .loop_actu_blanc .loop_content .btn_blog .elementor-button-link:focus svg {
  fill: #222DFF;
}
.loop_actu .loop_content .btn_blog .elementor-button-link:hover, .loop_actu_blanc .loop_content .btn_blog .elementor-button-link:hover {
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  border: 0px;
  color: #FE3F36;
}
.loop_actu .loop_content .btn_blog .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg, .loop_actu_blanc .loop_content .btn_blog .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #FE3F36 !important;
  transform: translateX(10px) rotate(180deg);
  transition: all 0.3s ease-in-out;
}
.loop_actu:hover > .e-con-inner, .loop_actu_blanc:hover > .e-con-inner {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  transform: scale(1.04);
  transition: all 0.3s ease-in-out;
}
.loop_actu:hover .loop_titre, .loop_actu_blanc:hover .loop_titre {
  transition: all 0.3s ease-in-out;
}
.loop_actu:hover .loop_titre a, .loop_actu_blanc:hover .loop_titre a {
  color: #222DFF !important;
  transition: all 0.3s ease-in-out;
}
.loop_actu:hover .btn_blog .elementor-button-link, .loop_actu_blanc:hover .btn_blog .elementor-button-link {
  transition: all 0.3s ease-in-out;
}
.loop_actu_blanc > .e-con-inner {
  border: 2px solid #ffffff;
  background-color: transparent;
}
.loop_actu_blanc .loop_content .loop_titre a {
  color: #ffffff !important;
}
.loop_actu_blanc .loop_content .loop_desc {
  color: #ffffff;
}
.loop_actu_blanc .loop_content .btn_blog .elementor-button-link {
  color: #ffffff;
}
.loop_actu_blanc .loop_content .btn_blog .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #ffffff;
}
.loop_actu_blanc .loop_content .btn_blog .elementor-button-link:visited, .loop_actu_blanc .loop_content .btn_blog .elementor-button-link:focus {
  color: #ffffff;
}
.loop_actu_blanc .loop_content .btn_blog .elementor-button-link:visited svg, .loop_actu_blanc .loop_content .btn_blog .elementor-button-link:focus svg {
  fill: #ffffff;
}
.loop_actu_blanc:hover .loop_titre {
  transition: all 0.3s ease-in-out;
}
.loop_actu_blanc:hover .loop_titre a {
  color: #FE3F36 !important;
  transition: all 0.3s ease-in-out;
}
/************************
  * loop Evènement
*************************/
.loop_event {
  background-color: #F3F5FA;
  border-radius: 5px !important;
  padding-bottom: 5px;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease-in-out;
  transform: scale(0.96);
}
.loop_event .loop_content .loop_extrait {
  position: relative;
  padding-bottom: 5px;
}
.loop_event .loop_content .loop_extrait:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0%;
  left: 0%;
  height: 5px;
  width: 65%;
  background-color: #222DFF;
  mask-image: url("/wp-content/uploads/2024/10/souligne.svg");
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-image: url("/wp-content/uploads/2024/10/souligne.svg");
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
}
.loop_event .loop_content .loop_titre {
  font-size: calc(18px + (24 - 18) * ((100vw - 300px) / (2560 - 300)));
  font-weight: 700;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.loop_event:hover {
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}
.loop_event:hover .loop_content .loop_titre {
  color: #222DFF;
  transition: all 0.3s ease-in-out;
}
/************************
  * loop Formations
*************************/
.loop_formations {
  border: 1px solid #222DFF;
  background-color: #ffffff;
  height: 100% !important;
  border-radius: 20px !important;
}
.loop_formations .loop_content_img {
  position: relative;
}
.loop_formations .loop_content_img .loop_img img {
  border-radius: 20px 20px 0px 0px;
}
.loop_formations .loop_content_img .loop_duree {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background-color: #222DFF;
  padding: 5px;
  border-radius: 4px;
  color: #ffffff;
  font-size: 14px;
}
.loop_formations .loop_content_img .loop_duree .elementor-icon-list-icon svg {
  fill: #ffffff;
}
.loop_formations .loop_content_img .loop_diplome, .loop_formations .loop_content_img .loop_type {
  position: absolute;
  background-color: #FE3F36;
  padding: 5px;
  border-radius: 4px;
  color: #ffffff;
  font-size: 14px;
}
.loop_formations .loop_content_img .loop_diplome {
  bottom: 1rem;
  left: 1rem;
}
.loop_formations .loop_content_img .loop_type {
  bottom: 1rem;
  right: 1rem;
}
@media screen and (min-width: 767px) {
  .loop_formations .loop_content {
    height: 100%;
  }
}
.loop_formations .loop_content .loop_campus {
  color: #222DFF;
  font-size: 14px;
}
.loop_formations .loop_content .loop_campus .elementor-icon-list-icon svg {
  fill: #222DFF;
}
.loop_formations .loop_content .loop_titre {
  font-size: calc(18px + (20 - 18) * ((100vw - 300px) / (2560 - 300)));
  font-weight: 600;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.loop_formations .loop_content .loop_titre:hover {
  color: #222DFF;
  transition: all 0.3s ease-in-out;
}
.loop_formations .loop_content .btn_cta_1, .loop_formations .loop_content .btn_cta_3 {
  width: 100%;
  max-width: 100%;
}
.loop_formations .loop_content .btn_cta_1 .elementor-button-wrapper, .loop_formations .loop_content .btn_cta_3 .elementor-button-wrapper {
  width: 100%;
  max-width: 100%;
}
.loop_formations .loop_content .btn_cta_1 .elementor-button-wrapper .elementor-button-link, .loop_formations .loop_content .btn_cta_3 .elementor-button-wrapper .elementor-button-link {
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 1200px) {
  .loop_formations .loop_content .btn_cta_1 .elementor-button-wrapper .elementor-button-link, .loop_formations .loop_content .btn_cta_3 .elementor-button-wrapper .elementor-button-link {
    font-size: 12px;
  }
}
.loop_formations .loop_content .loop_titre_parcoursup {
  border: 1px solid #FE3F36;
  background-color: #ffffff;
  color: #FE3F36;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0px 12px;
  text-align: center;
  height: 34px;
  border-radius: 20px !important;
}
@media screen and (min-width: 1200px) {
  .loop_formations .loop_content .loop_titre_parcoursup {
    font-size: 12px;
  }
}
.loop_formations .loop_content .loop_titre_parcoursup .elementor-heading-title {
  line-height: 34px;
}
/************************
  * loop Formations ETS
*************************/
.loop_formations_ets {
  border: 1px solid #222DFF;
  background-color: #ffffff;
  border-radius: 20px !important;
}
.loop_formations_ets .loop_content_img {
  position: relative;
}
.loop_formations_ets .loop_content_img .loop_img img {
  border-radius: 20px 20px 0px 0px;
}
.loop_formations_ets .loop_content_img .loop_duree {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background-color: #222DFF;
  padding: 5px;
  border-radius: 4px;
  color: #ffffff;
  font-size: 14px;
}
.loop_formations_ets .loop_content_img .loop_duree .elementor-icon-list-icon svg {
  fill: #ffffff;
}
.loop_formations_ets .loop_content .loop_campus {
  color: #000000;
  font-size: 14px;
}
.loop_formations_ets .loop_content .loop_campus .elementor-icon-list-icon svg {
  fill: #222DFF;
}
.loop_formations_ets .loop_content .loop_titre {
  font-size: calc(18px + (20 - 18) * ((100vw - 300px) / (2560 - 300)));
  font-weight: 600;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.loop_formations_ets .loop_content .loop_titre:hover {
  color: #222DFF;
  transition: all 0.3s ease-in-out;
}
.loop_formations_ets .loop_content .loop_infos {
  color: #000000;
  font-size: 13px;
}
.loop_formations_ets .loop_content .loop_infos span {
  color: #222DFF;
  text-transform: uppercase;
}
.loop_formations_ets .btn_cta_1, .loop_formations_ets .btn_cta_3 {
  width: 100%;
  max-width: 100%;
}
.loop_formations_ets .btn_cta_1 .elementor-button-wrapper, .loop_formations_ets .btn_cta_3 .elementor-button-wrapper {
  width: 100%;
  max-width: 100%;
}
.loop_formations_ets .btn_cta_1 .elementor-button-wrapper .elementor-button-link, .loop_formations_ets .btn_cta_3 .elementor-button-wrapper .elementor-button-link {
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 1200px) {
  .loop_formations_ets .btn_cta_1 .elementor-button-wrapper .elementor-button-link, .loop_formations_ets .btn_cta_3 .elementor-button-wrapper .elementor-button-link {
    font-size: 12px;
  }
}
/************************
  * loop Métiers
*************************/
.loop_metier {
  position: relative;
  padding: 8px !important;
}
.loop_metier > .e-con-inner {
  border: 2px solid #222DFF;
  background-color: #ffffff;
  border-radius: 20px !important;
  z-index: 2;
  box-shadow: 0px 0px 0px 0px rgba(53, 48, 45, 0.25);
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}
.loop_metier .loop_content_img {
  position: relative;
}
.loop_metier .loop_content_img .loop_img img {
  border-radius: 18px 18px 0px 0px;
}
.loop_metier .loop_content_img .loop_domaine {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background-color: #FE3F36;
  padding: 5px;
  border-radius: 4px;
  color: #ffffff;
  font-size: 14px;
}
@media screen and (min-width: 767px) {
  .loop_metier .loop_content {
    height: 100%;
  }
}
.loop_metier .loop_content .loop_suptitre .elementor-heading-title {
  background-color: #222DFF;
  padding: 4px 5px;
  border-radius: 4px;
  color: #ffffff;
  line-height: 1;
}
.loop_metier .loop_content .loop_titre {
  font-size: calc(18px + (20 - 18) * ((100vw - 300px) / (2560 - 300)));
  font-weight: 700;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.loop_metier .loop_content .loop_titre:hover {
  color: #222DFF;
  transition: all 0.3s ease-in-out;
}
.loop_metier .loop_content .loop_desc {
  color: #3B4D6F;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}
.loop_metier .loop_content .loop_btn .elementor-button-link {
  background-color: transparent;
  color: #222DFF;
  font-size: 14px;
  padding: 0px 0px;
  border: 0px;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}
.loop_metier .loop_content .loop_btn .elementor-button-link .elementor-button-content-wrapper {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  height: 24px;
}
.loop_metier .loop_content .loop_btn .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon {
  height: 15px;
  margin-left: 0px;
}
.loop_metier .loop_content .loop_btn .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 15px;
  width: 15px;
  fill: #222DFF;
  transform: translateX(0px) rotate(0deg);
  transition: all 0.3s ease-in-out;
}
.loop_metier .loop_content .loop_btn .elementor-button-link:visited, .loop_metier .loop_content .loop_btn .elementor-button-link:focus {
  color: #222DFF;
}
.loop_metier .loop_content .loop_btn .elementor-button-link:visited svg, .loop_metier .loop_content .loop_btn .elementor-button-link:focus svg {
  fill: #222DFF;
}
.loop_metier .loop_content .loop_btn .elementor-button-link:hover {
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  border: 0px;
  color: #FE3F36;
}
.loop_metier .loop_content .loop_btn .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #FE3F36 !important;
  transform: translateX(10px) rotate(180deg);
  transition: all 0.3s ease-in-out;
}
/************************
  * Page archives
*************************/
.ban_archive {
  position: relative;
  min-height: 230px !important;
}
.ban_archive > .e-con-inner {
  z-index: 2;
}
.ban_archive:after {
  position: absolute;
  content: "" !important;
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(34, 45, 255, 0.65);
  mix-blend-mode: multiply;
  z-index: 1;
}
.ban_archive .breadcrumbs {
  z-index: 2;
  color: #ffffff;
  background-color: rgba(34, 45, 255, 0.4);
}
.ban_archive .breadcrumbs a {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.ban_archive .breadcrumbs a:hover {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.ban_archive .ban_content {
  position: relative;
  z-index: 2;
}
.ban_archive .ban_content .ban_sup_titre {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 400;
  font-size: calc(18px + (20 - 18) * ((100vw - 300px) / (2400 - 300)));
  letter-spacing: 0.4px;
}
.ban_archive .ban_content .ban_titre {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: calc(24px + (34 - 24) * ((100vw - 300px) / (2400 - 300)));
  letter-spacing: 2px;
}
@media screen and (max-width: 880px) {
  .ban_archive .ban_content .ban_titre {
    text-align: center;
  }
}
.ban_archive .ban_content .ban_titre .elementor-heading-title {
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .ban_archive .ban_content .ban_titre .elementor-heading-title {
    width: auto;
  }
}
.ban_archive .ban_content .ban_titre strong {
  font-weight: 900;
}
.ban_archive .ban_content .ban_titre span {
  font-size: calc(20px + (24 - 20) * ((100vw - 300px) / (2400 - 300)));
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0px;
}
.filtre_actu .e-filter {
  gap: 10px !important;
}
.filtre_actu .e-filter .e-filter-item {
  font-size: 14px;
  font-weight: 600;
  padding: 13px 15px;
  color: #000000 !important;
  border: 1px solid #EAEAEA !important;
  background-color: #ffffff;
  border-radius: 12px !important;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.filtre_actu .e-filter .e-filter-item[aria-pressed="true"], .filtre_actu .e-filter .e-filter-item:hover {
  color: #ffffff !important;
  background-color: #222DFF;
  border: 1px solid #222DFF !important;
}
/************************
* Page article
*************************/
.ban_inte_actu {
  position: relative;
  min-height: 270px !important;
}
.ban_inte_actu > .e-con-inner {
  z-index: 2;
}
.ban_inte_actu:after {
  position: absolute;
  content: "" !important;
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(85deg, #222DFF 25%, rgba(34, 45, 255, 0) 97.71%);
  z-index: 1;
}
.ban_inte_actu .breadcrumbs {
  z-index: 2;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.2);
}
.ban_inte_actu .breadcrumbs a {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.ban_inte_actu .breadcrumbs a:hover {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.ban_inte_actu .ban_content {
  position: relative;
  z-index: 2;
}
.ban_inte_actu .ban_content .ban_sup_titre {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 400;
  font-size: calc(18px + (20 - 18) * ((100vw - 300px) / (2400 - 300)));
  letter-spacing: 0.4px;
}
.ban_inte_actu .ban_content .ban_titre {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: calc(24px + (34 - 24) * ((100vw - 300px) / (2400 - 300)));
  letter-spacing: 2px;
}
@media screen and (max-width: 880px) {
  .ban_inte_actu .ban_content .ban_titre {
    text-align: center;
  }
}
.ban_inte_actu .ban_content .ban_titre .elementor-heading-title {
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .ban_inte_actu .ban_content .ban_titre .elementor-heading-title {
    width: auto;
  }
}
.ban_inte_actu .ban_content .ban_titre strong {
  font-weight: 900;
}
.ban_inte_actu .ban_content .ban_titre span {
  font-size: calc(20px + (24 - 20) * ((100vw - 300px) / (2400 - 300)));
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0px;
}
.ban_inte_actu .ban_content .ban_date {
  color: #ffffff;
}
.ban_inte_actu .ban_content .ban_date .elementor-icon-list-icon svg {
  fill: #ffffff;
}
.article_carousel .swiper-slide, .carousel_1 .swiper-slide {
  position: relative;
}
.article_carousel .swiper-slide img, .carousel_1 .swiper-slide img {
  border-radius: 20px !important;
  overflow: hidden;
  object-fit: cover;
  object-position: center center;
  aspect-ratio: 1;
}
.article_carousel .swiper-slide .elementor-image-carousel-caption, .carousel_1 .swiper-slide .elementor-image-carousel-caption {
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  background-color: #222DFF;
  color: #ffffff;
  padding: 5px 10px;
  border-radius: 0px 0px 20px 20px;
  font-size: calc(14px + (16 - 14) * ((100vw - 300px) / (2560 - 300)));
}
.article_carousel .swiper-pagination-bullets, .carousel_1 .swiper-pagination-bullets {
  left: 0% !important;
}
#row_totop {
  width: 50px;
  height: 50px;
  z-index: 999;
  position: fixed;
  bottom: 30px;
  right: 30px;
}
#totop {
  position: relative;
  display: block;
  width: 44px;
  height: 44px;
  background-color: #222DFF;
  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);
  opacity: 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("/wp-content/uploads/2024/10/to-top-picto.svg");
  mask-size: 40%;
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-image: url("/wp-content/uploads/2024/10/to-top-picto.svg");
  -webkit-mask-size: 40%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
}
#totop:hover {
  background-color: #222DFF;
  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;
}
@media screen and (max-width: 767px) {
  .btn_cta_1, .btn_cta_2, .btn_cta_3, .btn_cta_4 {
    width: 100%;
    max-width: 100%;
  }
}
.btn_cta_1 .elementor-button-wrapper, .btn_cta_2 .elementor-button-wrapper, .btn_cta_3 .elementor-button-wrapper, .btn_cta_4 .elementor-button-wrapper {
  max-width: fit-content;
  position: relative;
}
@media screen and (max-width: 767px) {
  .btn_cta_1 .elementor-button-wrapper, .btn_cta_2 .elementor-button-wrapper, .btn_cta_3 .elementor-button-wrapper, .btn_cta_4 .elementor-button-wrapper {
    width: 100%;
    max-width: 100%;
  }
}
.btn_cta_1 .elementor-button-wrapper:after, .btn_cta_2 .elementor-button-wrapper:after, .btn_cta_3 .elementor-button-wrapper:after, .btn_cta_4 .elementor-button-wrapper:after {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  bottom: 0%;
  left: 0%;
  border-radius: 20px !important;
  background-color: #222DFF;
  z-index: 0;
  transform: translateX(4px) translateY(4px);
}
.btn_cta_1 .elementor-button-wrapper .elementor-button-link, .btn_cta_2 .elementor-button-wrapper .elementor-button-link, .btn_cta_3 .elementor-button-wrapper .elementor-button-link, .btn_cta_4 .elementor-button-wrapper .elementor-button-link {
  border: 1px solid #ffffff;
  background-color: #222DFF;
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 20px !important;
  padding: 0px 12px;
  transform: translateX(0px) translateY(0px);
  z-index: 2;
  position: relative;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .btn_cta_1 .elementor-button-wrapper .elementor-button-link, .btn_cta_2 .elementor-button-wrapper .elementor-button-link, .btn_cta_3 .elementor-button-wrapper .elementor-button-link, .btn_cta_4 .elementor-button-wrapper .elementor-button-link {
    width: 100%;
    max-width: 100%;
  }
}
.btn_cta_1 .elementor-button-wrapper .elementor-button-link .elementor-button-content-wrapper, .btn_cta_2 .elementor-button-wrapper .elementor-button-link .elementor-button-content-wrapper, .btn_cta_3 .elementor-button-wrapper .elementor-button-link .elementor-button-content-wrapper, .btn_cta_4 .elementor-button-wrapper .elementor-button-link .elementor-button-content-wrapper {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  height: 34px;
  z-index: 2;
}
.btn_cta_1 .elementor-button-wrapper .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon, .btn_cta_2 .elementor-button-wrapper .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon, .btn_cta_3 .elementor-button-wrapper .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon, .btn_cta_4 .elementor-button-wrapper .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon {
  height: 15px;
}
.btn_cta_1 .elementor-button-wrapper .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg, .btn_cta_2 .elementor-button-wrapper .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg, .btn_cta_3 .elementor-button-wrapper .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg, .btn_cta_4 .elementor-button-wrapper .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 15px;
  width: 17px;
  fill: #ffffff;
  transition: all 0.3s ease-in-out;
}
.btn_cta_1 .elementor-button-wrapper:visited .elementor-button-link, .btn_cta_1 .elementor-button-wrapper:focus .elementor-button-link, .btn_cta_2 .elementor-button-wrapper:visited .elementor-button-link, .btn_cta_2 .elementor-button-wrapper:focus .elementor-button-link, .btn_cta_3 .elementor-button-wrapper:visited .elementor-button-link, .btn_cta_3 .elementor-button-wrapper:focus .elementor-button-link, .btn_cta_4 .elementor-button-wrapper:visited .elementor-button-link, .btn_cta_4 .elementor-button-wrapper:focus .elementor-button-link {
  color: #ffffff;
}
.btn_cta_1 .elementor-button-wrapper:visited .elementor-button-link svg, .btn_cta_1 .elementor-button-wrapper:focus .elementor-button-link svg, .btn_cta_2 .elementor-button-wrapper:visited .elementor-button-link svg, .btn_cta_2 .elementor-button-wrapper:focus .elementor-button-link svg, .btn_cta_3 .elementor-button-wrapper:visited .elementor-button-link svg, .btn_cta_3 .elementor-button-wrapper:focus .elementor-button-link svg, .btn_cta_4 .elementor-button-wrapper:visited .elementor-button-link svg, .btn_cta_4 .elementor-button-wrapper:focus .elementor-button-link svg {
  fill: #ffffff;
}
.btn_cta_1 .elementor-button-wrapper:hover .elementor-button-link, .btn_cta_2 .elementor-button-wrapper:hover .elementor-button-link, .btn_cta_3 .elementor-button-wrapper:hover .elementor-button-link, .btn_cta_4 .elementor-button-wrapper:hover .elementor-button-link {
  transform: translateX(4px) translateY(4px);
}
.btn_cta_1 .elementor-button-wrapper:hover .elementor-button-content-wrapper .elementor-button-icon svg, .btn_cta_2 .elementor-button-wrapper:hover .elementor-button-content-wrapper .elementor-button-icon svg, .btn_cta_3 .elementor-button-wrapper:hover .elementor-button-content-wrapper .elementor-button-icon svg, .btn_cta_4 .elementor-button-wrapper:hover .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #ffffff;
  transition: all 0.3s ease-in-out;
}
.btn_cta_2 .elementor-button-wrapper:after {
  background-color: #ffffff;
}
.btn_cta_2 .elementor-button-wrapper .elementor-button-link {
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #000000;
  font-weight: 600;
}
.btn_cta_2 .elementor-button-wrapper .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #000000;
}
.btn_cta_2 .elementor-button-wrapper:visited .elementor-button-link, .btn_cta_2 .elementor-button-wrapper:focus .elementor-button-link {
  color: #000000;
}
.btn_cta_2 .elementor-button-wrapper:visited .elementor-button-link svg, .btn_cta_2 .elementor-button-wrapper:focus .elementor-button-link svg {
  fill: #000000;
}
.btn_cta_2 .elementor-button-wrapper:hover .elementor-button-link {
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
  border: 1px solid #000000;
  color: #000000;
}
.btn_cta_2 .elementor-button-wrapper:hover .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #000000;
}
.btn_cta_3 .elementor-button-wrapper:after {
  background-color: #222DFF;
}
.btn_cta_3 .elementor-button-wrapper .elementor-button-link {
  background-color: #ffffff;
  color: #222DFF;
  border: 1px solid #222DFF;
  font-weight: 600;
}
.btn_cta_3 .elementor-button-wrapper .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #222DFF;
}
.btn_cta_3 .elementor-button-wrapper:visited .elementor-button-link, .btn_cta_3 .elementor-button-wrapper:focus .elementor-button-link {
  color: #222DFF;
}
.btn_cta_3 .elementor-button-wrapper:visited .elementor-button-link svg, .btn_cta_3 .elementor-button-wrapper:focus .elementor-button-link svg {
  fill: #222DFF;
}
.btn_cta_3 .elementor-button-wrapper:hover .elementor-button-link {
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
  border: 1px solid #222DFF;
  color: #222DFF;
}
.btn_cta_3 .elementor-button-wrapper:hover .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #222DFF;
}
.btn_cta_4 .elementor-button-wrapper:after {
  background-color: #000000;
}
.btn_cta_4 .elementor-button-wrapper .elementor-button-link {
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #000000;
  font-weight: 600;
}
.btn_cta_4 .elementor-button-wrapper .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #000000;
}
.btn_cta_4 .elementor-button-wrapper:visited .elementor-button-link, .btn_cta_4 .elementor-button-wrapper:focus .elementor-button-link {
  color: #000000;
}
.btn_cta_4 .elementor-button-wrapper:visited .elementor-button-link svg, .btn_cta_4 .elementor-button-wrapper:focus .elementor-button-link svg {
  fill: #000000;
}
.btn_cta_4 .elementor-button-wrapper:hover .elementor-button-link {
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
  border: 1px solid #000000;
  color: #000000;
}
.btn_cta_4 .elementor-button-wrapper:hover .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #000000;
}
.btn_link_1 .elementor-button-link, .btn_link_2 .elementor-button-link {
  background-color: #ffffff;
  color: #222DFF;
  font-size: 17px;
  font-weight: 600;
  padding: 0px 20px;
  border: 1px solid #222DFF;
  text-transform: uppercase;
  padding: 0px 12px;
  border-radius: 20px !important;
  transition: all 0.3s 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: 34px;
}
.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: 18px;
  width: 40px;
  fill: #222DFF;
  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: #222DFF;
}
.btn_link_1 .elementor-button-link:visited .elementor-button-content-wrapper .elementor-button-icon svg, .btn_link_1 .elementor-button-link:focus .elementor-button-content-wrapper .elementor-button-icon svg, .btn_link_2 .elementor-button-link:visited .elementor-button-content-wrapper .elementor-button-icon svg, .btn_link_2 .elementor-button-link:focus .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #222DFF;
}
.btn_link_1 .elementor-button-link:hover, .btn_link_2 .elementor-button-link:hover {
  transition: all 0.3s ease-in-out;
  background-color: #222DFF;
  border: 1px solid #222DFF;
  color: #ffffff;
}
.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 {
  color: #FE3F36;
  border: 1px solid #FE3F36;
}
.btn_link_2 .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #FE3F36;
}
.btn_link_2 .elementor-button-link:visited, .btn_link_2 .elementor-button-link:focus {
  color: #FE3F36;
}
.btn_link_2 .elementor-button-link:visited .elementor-button-content-wrapper .elementor-button-icon svg, .btn_link_2 .elementor-button-link:focus .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #FE3F36;
}
.btn_link_2 .elementor-button-link:hover {
  background-color: #FE3F36;
  border: 1px solid #FE3F36;
  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_simple .elementor-button-link {
  background-color: transparent;
  color: #222DFF;
  font-size: 14px;
  padding: 0px 0px;
  border: 0px;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}
.btn_simple .elementor-button-link .elementor-button-content-wrapper {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  height: 24px;
}
.btn_simple .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon {
  height: 15px;
  margin-left: 0px;
}
.btn_simple .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 15px;
  width: 15px;
  fill: #222DFF;
  transform: translateX(0px) rotate(0deg);
  transition: all 0.3s ease-in-out;
}
.btn_simple .elementor-button-link:visited, .btn_simple .elementor-button-link:focus {
  color: #222DFF;
}
.btn_simple .elementor-button-link:visited svg, .btn_simple .elementor-button-link:focus svg {
  fill: #222DFF;
}
.btn_simple .elementor-button-link:hover {
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  border: 0px;
  color: #FE3F36;
}
.btn_simple .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #FE3F36 !important;
  transform: translateX(10px) rotate(180deg);
  transition: all 0.3s ease-in-out;
}
.btn_lirelasuite .elementor-button-link {
  background-color: transparent;
  color: #222DFF;
  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-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  height: 24px;
}
.btn_lirelasuite .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon {
  height: 15px;
  margin-left: 0px;
}
.btn_lirelasuite .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 15px;
  width: 15px;
  fill: #222DFF;
  transform: translateX(0px) rotate(0deg);
  transition: all 0.3s ease-in-out;
}
.btn_lirelasuite .elementor-button-link:visited, .btn_lirelasuite .elementor-button-link:focus {
  color: #222DFF;
}
.btn_lirelasuite .elementor-button-link:visited svg, .btn_lirelasuite .elementor-button-link:focus svg {
  fill: #222DFF;
}
.btn_lirelasuite .elementor-button-link:hover {
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  border: 0px;
  color: #FE3F36;
}
.btn_lirelasuite .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #FE3F36 !important;
  transform: translateX(10px) rotate(180deg);
  transition: all 0.3s ease-in-out;
}
/******************************************
** ELEMENTOR BTN FIX
******************************************/
.e-contact-buttons__chat-button {
  cursor: pointer;
}
.e-contact-buttons__contact-icon-link:nth-child(1) .e-contact-buttons__contact-icon-container, .e-contact-buttons__contact-icon-link:nth-child(2) .e-contact-buttons__contact-icon-container, .e-contact-buttons__contact-icon-link:nth-child(3) .e-contact-buttons__contact-icon-container, .e-contact-buttons__contact-icon-link:nth-child(4) .e-contact-buttons__contact-icon-container {
  position: relative;
}
.e-contact-buttons__contact-icon-link:nth-child(1) .e-contact-buttons__contact-icon-container svg, .e-contact-buttons__contact-icon-link:nth-child(2) .e-contact-buttons__contact-icon-container svg, .e-contact-buttons__contact-icon-link:nth-child(3) .e-contact-buttons__contact-icon-container svg, .e-contact-buttons__contact-icon-link:nth-child(4) .e-contact-buttons__contact-icon-container svg {
  fill: #F3F5FA;
}
.e-contact-buttons__contact-icon-link:nth-child(1) .e-contact-buttons__contact-icon-container:after, .e-contact-buttons__contact-icon-link:nth-child(2) .e-contact-buttons__contact-icon-container:after, .e-contact-buttons__contact-icon-link:nth-child(3) .e-contact-buttons__contact-icon-container:after, .e-contact-buttons__contact-icon-link:nth-child(4) .e-contact-buttons__contact-icon-container:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  width: 100%;
  transform: translateX(-50%) translateY(-50%);
  background-color: #222DFF;
  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%;
}
.e-contact-buttons__contact-icon-link:nth-child(1) .e-contact-buttons__contact-icon-container:after {
  mask-image: url("/wp-content/uploads/2024/04/picto-contact-mail.svg");
  -webkit-mask-image: url("/wp-content/uploads/2024/04/picto-contact-mail.svg");
}
.e-contact-buttons__contact-icon-link:nth-child(2) .e-contact-buttons__contact-icon-container:after {
  mask-image: url("/wp-content/uploads/2024/04/picto-contact-telephone.svg");
  -webkit-mask-image: url("/wp-content/uploads/2024/04/picto-contact-telephone.svg");
}
.e-contact-buttons__contact-icon-link:nth-child(3) .e-contact-buttons__contact-icon-container:after {
  mask-image: url("/wp-content/uploads/2024/04/picto-contact-telephone.svg");
  -webkit-mask-image: url("/wp-content/uploads/2024/04/picto-contact-telephone.svg");
}
.e-contact-buttons__contact-icon-link:nth-child(4) .e-contact-buttons__contact-icon-container:after {
  mask-image: url("/wp-content/uploads/2024/10/brochure-picto.svg");
  -webkit-mask-image: url("/wp-content/uploads/2024/10/brochure-picto.svg");
}
/******************************
* Bouton Postuler Fixe
******************************/
.bloc_fix_postuler {
  min-height: 0vh !important;
  padding-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.bloc_fix_postuler:before {
  content: "" !important;
  display: block;
  position: absolute;
  top: auto !important;
  bottom: 0%;
  left: 0% !important;
  height: 100% !important;
  width: 100% !important;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  transform: translateY(100%);
  transition: all 0.3s ease-in-out;
}
.bloc_fix_postuler:has(.postuler_fix.active) {
  min-height: 70vh !important;
  transition: all 0.3s ease-in-out;
}
.bloc_fix_postuler:has(.postuler_fix.active):before {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  transform: translateY(0%);
  transition: all 0.3s ease-in-out;
}
.bloc_fix_postuler:has(.postuler_fix) {
  transition: all 0.3s ease-in-out;
}
.bloc_fix_postuler:has(.postuler_fix):before {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  transform: translateY(100%);
  transition: all 0.3s ease-in-out;
}
.postuler_fix {
  cursor: pointer;
}
.postuler_fix:after {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  bottom: 0%;
  left: 0%;
  border-radius: 60px;
  background-color: #222DFF;
  z-index: 0;
  transform: translateX(4px) translateY(4px);
}
.postuler_fix .postuler_fix_txt {
  position: relative;
  z-index: 2;
  border: 1px solid #ffffff;
  background-color: #222DFF;
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 60px;
  padding: 0px 22px;
  transform: translateX(0px) translateY(0px);
  z-index: 2;
  position: relative;
  height: 54px;
  line-height: 52px;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .postuler_fix .postuler_fix_txt {
    height: 34px;
    line-height: 32px;
  }
}
@media screen and (max-width: 767px) {
  .postuler_fix .postuler_fix_txt span {
    display: none;
  }
}
.postuler_fix:hover .postuler_fix_txt, .postuler_fix.active .postuler_fix_txt {
  transform: translateX(4px) translateY(4px);
  border: 1px solid #222DFF;
  transition: all 0.3s ease-in-out;
}
.postuler_fix_btns {
  opacity: 0;
  position: absolute !important;
  bottom: 65px;
  left: 0%;
  transform: scale(0.8) translateX(0%) translateY(100%) !important;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 767px) {
  .postuler_fix_btns {
    bottom: 80px;
  }
}
.postuler_fix_btns.active {
  opacity: 1;
  transform: scale(1) translateX(0%) translateY(0%) !important;
  transition: all 0.3s ease-in-out;
}
.postuler_fix_btns:not(.active) {
  opacity: 0;
  transform: scale(0.8) translateX(0%) translateY(100%) !important;
  transition: all 0.3s ease-in-out;
}
.postuler_parcoursup {
  border: 1px solid #FE3F36;
  background-color: #ffffff;
  color: #FE3F36;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0px 12px;
  text-align: center;
  height: 34px;
  border-radius: 20px !important;
}
.postuler_parcoursup .elementor-heading-title {
  line-height: 34px;
}
.form_elementor .form-field-name {
  border: 0px solid #222DFF !important;
  height: 50px;
  border-radius: 0px;
}
.form_elementor .elementor-field-textual {
  border: 0px solid #222DFF !important;
  border-bottom: 1px solid #DFE3EE !important;
  padding: 10px;
  background-color: transparent;
  color: #000000;
  border-radius: 0px;
}
.form_elementor .elementor-field-label {
  color: #222DFF;
  font-size: calc(18px + (24 - 18) * ((100vw - 300px) / (2560 - 300)));
  padding-left: 10px;
}
.form_elementor .elementor-field-type-acceptance label a {
  color: #222DFF;
  transition: all 0.3s ease-in-out;
  text-decoration: underline;
}
.form_elementor .elementor-field-type-acceptance label a:hover {
  transition: all 0.3s ease-in-out;
}
.form_elementor .elementor-field-type-acceptance label span {
  color: #FE3F36;
}
.form_elementor .elementor-field-option {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  flex-shrink: 3;
}
.form_elementor input[type="checkbox"] {
  height: 16px !important;
  width: 16px !important;
  border: 1px solid #707070;
  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: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  height: 12px;
  width: 12px;
  background-color: #222DFF;
  border-radius: 50% !important;
}
.form_elementor .elementor-field-type-submit {
  height: fit-content;
}
@media screen and (max-width: 767px) {
  .form_elementor .elementor-field-type-submit {
    width: 100%;
    max-width: 100%;
  }
}
.form_elementor .elementor-button {
  text-align: center;
  background: transparent;
  border: 0px;
  padding: 0px !important;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  max-width: fit-content;
  min-height: min-content !important;
  position: relative;
}
@media screen and (max-width: 767px) {
  .form_elementor .elementor-button {
    width: 100%;
    max-width: 100%;
  }
}
.form_elementor .elementor-button:after {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  bottom: 0%;
  left: 0%;
  border-radius: 20px !important;
  background-color: #222DFF;
  z-index: 0;
  transform: translateX(4px) translateY(4px);
}
.form_elementor .elementor-button .elementor-button-content-wrapper {
  border: 1px solid #ffffff;
  background-color: #222DFF;
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 20px !important;
  padding: 0px 12px;
  transform: translateX(0px) translateY(0px);
  z-index: 2;
  position: relative;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .form_elementor .elementor-button .elementor-button-content-wrapper {
    width: 100%;
    max-width: 100%;
  }
}
.form_elementor .elementor-button .elementor-button-content-wrapper .elementor-button-text {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  height: 34px;
  z-index: 2;
}
.form_elementor .elementor-button .elementor-button-content-wrapper .elementor-button-icon {
  height: 15px;
}
.form_elementor .elementor-button .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 15px;
  width: 17px;
  fill: #ffffff;
  transition: all 0.3s ease-in-out;
}
.form_elementor .elementor-button .elementor-button-content-wrapper:hover {
  transform: translateX(4px) translateY(4px);
  transition: all 0.3s ease-in-out;
}
.form_elementor .elementor-button .elementor-button-content-wrapper:hover .elementor-button-icon svg {
  fill: #ffffff;
  transition: all 0.3s ease-in-out;
}
.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: rgba(0, 0, 0, 0.35) !important;
  opacity: 1;
}
.form_elementor input::-moz-placeholder, .form_elementor textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(0, 0, 0, 0.35) !important;
  opacity: 1;
}
.form_elementor input::-ms-input-placeholder, .form_elementor textarea::-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(0, 0, 0, 0.35) !important;
  opacity: 1;
}
.form_elementor input::-moz-placeholder, .form_elementor textarea::-moz-placeholder {
  /* Firefox 18- */
  color: rgba(0, 0, 0, 0.35) !important;
  opacity: 1;
}
.form_elementor input::placeholder, .form_elementor textarea::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(0, 0, 0, 0.35) !important;
  opacity: 1;
}
select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: 0px;
}
.input-hidden {
  height: 0;
  width: 0;
  overflow: hidden;
}
/******	 Radio - checkbox
************************************/
input[type="radio"] {
  height: 16px !important;
  width: 16px !important;
  border: 1px solid #000000;
  display: inline-block;
  margin: 0px 10px 0px 0px;
  border-radius: 50% !important;
}
input[type="radio"]:checked {
  margin: 0px 10px 0px 0px;
  position: relative;
}
input[type="radio"]:checked:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  height: 10px;
  width: 10px;
  background-color: #222DFF;
  border-radius: 50% !important;
}
input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
}
.elementor-field-type-radio .elementor-field-subgroup {
  min-height: 42px;
  padding-left: 10px;
}
.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option {
  width: 46%;
}
@media screen and (max-width: 1024px) {
  .elementor-field-type-radio .elementor-field-subgroup {
    flex-direction: column;
  }
  .elementor-field-type-radio .elementor-field-subgroup .elementor-field-option {
    width: 100%;
  }
}
/******	 Upload field
************************************/
.elementor-field-type-upload input[type="file"] {
  color: #222DFF;
  cursor: pointer;
  position: relative;
  background-color: #F3F5FA;
  border-radius: 0px;
  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: #222DFF;
  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: #222DFF;
  border: 0px;
  cursor: pointer;
}
.elementor-field-type-select .select-caret-down-wrapper svg {
  height: 17px;
}
/******	brochure
************************************************************************************************************/
.form_brochure {
  /******	Select
    ************************************/
  /******	 Radio
    ************************************/
  /******	 checkbox
    ************************************/
  /******	 submit
    ************************************/
}
.form_brochure .titre_2c {
  width: 80%;
  margin: auto;
}
.form_brochure .form-group {
  width: 100%;
  display: block;
  display: flex;
  flex-direction: column;
}
.form_brochure .form-group label {
  color: #222DFF;
  font-size: 16px;
  padding: 5px 0px;
  line-height: 1;
}
.form_brochure .form-group .form-text {
  color: #000000;
  line-height: 1;
  font-size: 13px;
}
.form_brochure .form-group label[for="cnil"] {
  color: #000000;
  font-size: 13px;
  margin-top: 5px;
}
.form_brochure input[type="text"], .form_brochure input[type="email"] {
  width: 100%;
  max-width: 100%;
  border: 1px solid #1F1A3A;
  background-color: transparent;
  color: #000000;
  vertical-align: middle;
  flex-grow: 1;
  border-radius: 7px !important;
  min-height: 34px;
  padding: 4px 16px;
  position: relative;
}
.form_brochure input[type="text"]:focus-visible, .form_brochure input[type="email"]:focus-visible {
  outline: 1px solid #222DFF !important;
}
.form_brochure select {
  width: 100%;
  max-width: 100%;
  border: 1px solid #1F1A3A;
  background-color: transparent;
  color: #000000;
  vertical-align: middle;
  flex-grow: 1;
  border-radius: 7px !important;
  min-height: 34px;
  padding: 4px 30px 4px 16px;
  position: relative;
  -webkit-appearance: none;
  background-image: url("../icons/dropdown-form.svg");
  background-position: 98% 50%;
  background-repeat: no-repeat;
  background-size: 11px;
}
.form_brochure .custom-control {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding-left: 0rem !important;
  margin-right: 1rem !important;
  align-items: center;
}
.form_brochure input[type="radio"] {
  height: 20px !important;
  width: 20px !important;
  border: 1px solid #000000;
  display: inline-block;
  margin: 0px 10px 0px 0px !important;
  border-radius: 50% !important;
}
.form_brochure input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
}
.form_brochure .custom-control-label {
  opacity: 1 !important;
}
.form_brochure .custom-control-label:before {
  display: none !important;
}
.form_brochure input[type="checkbox"] {
  height: 20px !important;
  width: 20px !important;
  border: 0px solid #222DFF !important;
  display: inline-block !important;
  margin-right: 10px;
  border-radius: 50% !important;
}
.form_brochure input[type="checkbox"]:checked {
  position: relative;
}
.form_brochure 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_brochure .oscar_input_required {
  font-size: 14px;
  margin: 10px 0px;
}
.form_brochure .form-group-btn {
  width: 100%;
  position: relative;
  background: transparent;
  padding: 0rem !important;
  cursor: pointer;
}
.form_brochure .form-group-btn:after {
  content: "";
  position: absolute;
  display: block;
  height: calc(100% - 2px);
  width: calc(100% - 2px);
  bottom: 0%;
  left: 0%;
  border-radius: 20px !important;
  background-color: #222DFF;
  z-index: 0;
  transform: translateX(4px) translateY(4px);
}
.form_brochure .form-group-btn button {
  border: 1px solid #ffffff;
  background-color: #222DFF;
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 20px !important;
  padding: 0px 12px;
  transform: translateX(0px) translateY(0px);
  z-index: 2;
  position: relative;
  transition: all 0.3s ease-in-out;
  width: 100%;
  height: 34px;
  cursor: pointer;
}
.form_brochure .form-group-btn:hover button {
  transform: translateX(4px) translateY(4px);
}
/************************
* 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 #222DFF;
  color: #222DFF;
  font-size: 32px;
  text-transform: uppercase;
  padding: 8px;
  margin-bottom: 1rem;
  font-family: "Golos Text", 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: #1F1A3A;
  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: #1F1A3A;
}
#plan_du_site .elementor-sitemap-wrap .elementor-sitemap-list li:hover a {
  color: #222DFF;
  letter-spacing: 0.4px;
}
#plan_du_site .elementor-sitemap-wrap .elementor-sitemap-list li:hover:before {
  border-radius: 50%;
  background-color: #222DFF;
  transition: all 0.3s ease-in-out;
}
/**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: #222DFF;
  color: #ffffff;
  display: block;
  font-size: 1.2em;
  font-weight: 500;
  height: auto;
  left: 0;
  padding: 5px;
  position: absolute;
  width: auto;
  z-index: 1111;
}
.bloc_articles_similaires .uc_overlay_image_carousel .owl-stage-outer {
  height: 100%;
}
.bloc_articles_similaires .uc_overlay_image_carousel .owl-stage-outer .owl-stage {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  height: 100%;
}
.bloc_articles_similaires .uc_overlay_image_carousel .owl-stage-outer .owl-stage .owl-item {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  align-content: stretch;
}
.bloc_articles_similaires .uc_overlay_image_carousel .owl-stage-outer .owl-stage .owl-item .uc_carousel_item {
  height: 100%;
}
.bloc_articles_similaires .uc_overlay_image_carousel .owl-stage-outer .owl-stage .owl-item .uc_carousel_item .uc_image_carousel_content {
  padding: 20px 20px 50px 20px;
}
.bloc_articles_similaires .uc_overlay_image_carousel .owl-stage-outer .owl-stage .owl-item .uc_carousel_item .uc_image_carousel_content > div {
  padding-bottom: 10px;
}
.bloc_articles_similaires .uc_overlay_image_carousel .owl-stage-outer .owl-stage .owl-item .uc_carousel_item .uc_image_carousel_content .ue-item-btn-holder {
  position: absolute;
  bottom: 10px;
}
.bloc_articles_similaires .uc_overlay_image_carousel .owl-stage-outer .owl-stage .owl-item .uc_carousel_item .uc_image_carousel_content .ue-item-btn-holder .uc_more_btn {
  margin-top: 0px;
}
.facetwp-facet {
  margin-bottom: 0px !important;
}
.facet-wrap > span {
  font-size: 14px;
  color: #000000;
  font-weight: 500;
  padding-bottom: 5px;
  display: block;
}
.facetwp-type-checkboxes {
  display: flex;
  gap: 10px 1rem;
  flex-wrap: wrap;
  justify-content: center;
}
.facetwp-type-checkboxes .facetwp-checkbox {
  background: none;
  margin: 0px;
  font-size: 14px;
  font-weight: 600;
  padding: 13px 15px;
  color: #000000 !important;
  border: 1px solid #EAEAEA !important;
  background-color: #ffffff;
  border-radius: 12px !important;
  transition: all 0.3s ease-in-out;
}
.facetwp-type-checkboxes .facetwp-checkbox.checked {
  color: #ffffff !important;
  border: 1px solid #222DFF !important;
  background-color: #222DFF;
  background-image: none;
}
.facetwp-type-checkboxes .facetwp-checkbox:hover {
  color: #ffffff !important;
  border: 1px solid #222DFF !important;
  background-color: #222DFF;
  transition: all 0.3s ease-in-out;
}
.facetwp-type-checkboxes .facetwp-checkbox .facetwp-display-value {
  padding-right: 0px;
}
.facetwp-type-checkboxes .facetwp-checkbox .facetwp-counter {
  display: none;
}
@media screen and (max-width: 767px) {
  .facetwp-type-fselect .fs-wrap {
    width: 160px;
  }
}
.facetwp-type-reset .facetwp-reset {
  font-size: 14px;
  font-weight: 400;
  color: #222DFF !important;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.facetwp-type-reset .facetwp-reset:hover {
  color: #FE3F36 !important;
  transition: all 0.3s ease-in-out;
}
.dialog-close-button {
  background-color: #ffffff;
  padding: 4px;
  border-radius: 4px;
}
.dialog-close-button svg {
  fill: #000000;
}
.dialog-close-buttona:-webkit-any-link:focus-visible {
  outline-offset: 0px !important;
}
.dialog-close-button:focus-visible {
  outline: none !important;
}
