/*
Theme Name: EI Groupe
Author: Tebayo
Author URI: https://www.tebayo.com/
Description: Thème Wordpress EI Groupe
Version: 4.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: eigroupe
*/
body {
  font-family: 'Poppins', sans-serif !important;
  overflow-x: hidden;
}
.elementor-kit-1414 {
  --e-global-color-primary: #009CB7;
  --e-global-color-accent: #F8BA0D;
  --e-global-color-secondary: #001C31;
  --e-global-color-text: #313131;
  --e-global-color-label: #0E6D7D;
  --e-global-color-c4e46a2: #336AE9;
  --e-global-color-d6961d5: #FF6B6B;
  --e-global-color-392a2f8: #B785E8;
  --e-global-color-1603219: #19CEAB;
  --e-global-color-f454384: #FFFFFF;
  --e-global-typography-primary-font-family: "Poppins";
  --e-global-typography-primary-font-weight: 600;
  --e-global-typography-secondary-font-family: "Poppins";
  --e-global-typography-secondary-font-weight: 400;
  --e-global-typography-text-font-family: "Poppins";
  --e-global-typography-text-font-weight: 400;
  --e-global-typography-accent-font-family: "Poppins";
  --e-global-typography-accent-font-weight: 500;
}
html,body {
    margin:0;
    padding:0;
    scrollbar-color:var(--e-global-color-primary) transparent;
    scrollbar-width: auto;
}
body {
    font-size: calc(13px + 0.390625vw)!important;
    line-height: calc(14px + 0.390625vw)!important;
    /*background-color: #fff;*/

}
body.admin-bar .fixed-top {
  top:32px;
}
.main {
  padding-top:140px;
}
.page-template h1.elementor-heading-title,
h1 {
  font-size:2.47rem;
  line-height: 2.6rem;
  font-weight: 800;
}
h1.page-title {
  font-weight: 900;
  font-size: 2.8rem;
  line-height: 3rem;
}
h2 {
  font-size:1.8rem;
  line-height: 2.5rem;
  font-weight: 600;
}
h3 {
  font-size:1.8rem;
  line-height: 2.5rem;
  font-weight: 700;
}
.single-formation h1.page-title,
.single-theme h1.page-title {
  font-size:2.2rem;
  line-height: 2.5rem;
  font-weight: 700;
}
@media(min-width:992px){

  .single-formation h1.page-title,
  .single-theme h1.page-title {
    font-size:3.2rem;
    line-height: 3.5rem;
    font-weight: 700;
    max-width: 75%;
  }
}


a {
  color:var(--e-global-color-accent);
  text-decoration: underline;
}
a:hover {
  color:var(--e-global-color-text);
  text-decoration: underline;
}
.text-color-primary {
  color:var(--e-global-color-primary)!important;
}
/* Header */
header {
  background-color:#fff;
  transition: all 200ms ease-out;
  z-index: 9999!important;
}

body.scrolled-down header {
  box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.1);
}
.header-content {
  transition: all 200ms ease-out;
  padding:20px 0 ;
}
.header-logo img{
  height:100px;
  transition: all 200ms ease-out;
}
body.scrolled-down .header-logo img{
  height:50px;
}

.btn-navbar {
  display:block;
  cursor: pointer;
  background: none;
  background-color: transparent;
  border: none;
}
.btn-navbar .bar1,.btn-navbar  .bar2,.btn-navbar  .bar3 {
  width: 35px;
  height: 5px;
  background-color: var(--e-global-color-primary);
  margin: 6px 0;
  transition: 0.4s;
}
.btn-navbar.change .bar1 {
    transform: translate(0, 11px) rotate(-45deg);
}
.btn-navbar.change .bar2 {opacity: 0;}

.btn-navbar.change .bar3 {
    transform: translate(0, -11px) rotate(45deg);
}
.offcanvas.offcanvas-start {
    top:140px;
    width:100%;
    z-index: 1010!important;
}
body.scrolled-down .offcanvas.offcanvas-start {
    top:90px;
    width:100%;
    z-index: 1010!important;
}
.offcanvasMenu  {
    border:none!important;
}
.offcanvas-backdrop.show {
    opacity:0;
    pointer-events: none;
}

#menu-menu-mobile {
  list-style: none;
  margin:0;
  padding:0;

}
#menu-menu-mobile li{
  text-align:left;
}
#menu-menu-mobile li a {
  color: var(--e-global-color-text);
  text-decoration: none;
  font-size:1.3rem;
  line-height: 1.6rem;
}
#menu-menu-mobile li a:hover {
  color: var(--e-global-color-accent);
  text-decoration: none;
}






.header-menu  {
  list-style: none;
  transition: all 200ms ease-out;
  padding:0 0 0 48px;
  margin:0;
  display: none;
}
@media(min-width:768px){


  .btn-navbar {
    display:none;
  }
  .header-menu  {
    display: block;
  }
}

.header-menu ul {
  list-style: none;
  transition: all 200ms ease-out;
  padding:0 0 0 48px;
  margin:0;
}
.header-menu ul li  {
  font-size: 18px;
  transition: all 200ms ease-out;
  position:relative;
}
.header-menu ul li  a{
  color: var( --e-global-color-text );
  text-decoration:none;
  transition: all 200ms ease-out;
}
.header-menu ul li.open a,
.header-menu ul li a:hover{
  color: var( --e-global-color-accent );
  text-decoration:none;
}


body.scrolled-down .header-menu ul li  {
  font-size: 16px;
}

.header-menu ul li:nth-child(1),
.header-menu ul li:nth-child(2) {
  margin-right:80px;
}
body.scrolled-down .header-menu ul li:nth-child(1),
body.scrolled-down .header-menu ul li:nth-child(2) {
  margin-right:48px;
}

.header-menu ul li:nth-child(1):after,
.header-menu ul li:nth-child(2):after {
  content:'';
  position:absolute;
  right:-20px;
  top:1px;
  font-size:0.7rem;
 
  font-family: "Font Awesome 6 Free";
  content:'\f054';
  font-weight: 900;
  transform: rotate(0);
  transition: all 200ms cubic-bezier(.14,.63,.11,.99);
}


.header-menu ul li:nth-child(1).open:after,
.header-menu ul li:nth-child(2).open:after {
  transform: rotate(90deg);
}
.header-menu ul li:last-child {  
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  margin-right:0;
  text-align: right;
}

/* Menu Desktop */
.desktop-dropdown {
  position:absolute;
  background-color: #fff;
  max-height: 0px;
  overflow-y: hidden;
  width:100%;
  transition: all 500ms ease-out ;
}
.desktop-dropdown .desktop-inner-menu {
  opacity:0;
  transition: all 200ms ease-out 300ms;
}
.desktop-dropdown .desktop-inner-menu ul{
  list-style: none;
  margin:0;
  padding:0;
}

.desktop-dropdown .desktop-inner-menu ul li {
  padding:3px 0;
}
.desktop-dropdown .desktop-inner-menu ul li  a{
  color: var( --e-global-color-text );
  font-size:1.1rem;
  text-decoration:none;
  transition: all 200ms ease-out;
}
.desktop-dropdown .desktop-inner-menu ul li a:hover{
  color: var( --e-global-color-accent );
  text-decoration:none;
}
.desktop-dropdown.active {
  max-height: 1500px;
  box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.1);
}
.desktop-dropdown.active .desktop-inner-menu {
  opacity:1;
}


.desktop-dropdown .submenu.classic,
.desktop-dropdown .submenu.baraskills {
  font-size:1rem;
}




.elementor-4862 .elementor-element.elementor-element-9481646.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated,
.elementor-4862 .elementor-element.elementor-element-9481646 > .elementor-element-populated > .elementor-background-overlay,

.elementor-4862 .elementor-element.elementor-element-41a7c94.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated,
.elementor-4862 .elementor-element.elementor-element-41a7c94 > .elementor-element-populated > .elementor-background-overlay,

.elementor-4862 .elementor-element.elementor-element-0da27db.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated,
.elementor-4862 .elementor-element.elementor-element-0da27db > .elementor-element-populated > .elementor-background-overlay,

.elementor-4862 .elementor-element.elementor-element-1c895ad.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated,
.elementor-4862 .elementor-element.elementor-element-1c895ad > .elementor-element-populated > .elementor-background-overlay,

.elementor-4862 .elementor-element.elementor-element-d8ce487:not(.elementor-motion-effects-element-type-background) {
  border-radius:4px!important;
}
.menu-blocs .elementor-column {
  border-radius: 4px;
}
.desktop-dropdown .submenu.baraskills {
  text-transform: uppercase;
}
.dropdown-title {
  border-bottom: 1px solid rgba(233, 238, 255, 1) !important;

}

.desktop-dropdown .submenu.classic  {
  min-height:120px;
}
.dropdown-title {
  color: var(--e-global-color-label);
  font-size: 1.4rem;
  font-weight: 700;
  
}

.breadcrumb {
  color:rgba(134, 166, 215, 1);
  font-size:1rem;
  line-height: 1.65rem;

}
.breadcrumb i{
  font-size:0.8rem;
  line-height: 1.8rem;

}
.breadcrumb a{
  color:rgba(134, 166, 215, 1);
  text-decoration: none;
  transition: all 200ms ease-out;

}

.breadcrumb a:hover{
  color:var(--e-global-color-primary);
  text-decoration: none;
}

.breadcrumb span{
  color:var(--e-global-color-primary);
}








  /* Home */

.home h1.elementor-heading-title {
  font-size:2.4rem;
  line-height: 3rem;
  font-weight: 900;
  color: var(--e-global-color-text)!important;
}
.home h1.elementor-heading-title u {
  text-decoration: none;
  background-color: var(--e-global-color-primary);
  border-radius:10px;
  display: inline-block;
  padding:0.25rem;
  line-height: 3rem;
  color:#fff;
}
.home h2 {
  font-size:1.6rem;
  line-height: 2.2rem;
  font-weight: 400;
  color: var(--e-global-color-text)!important;
}
.home h3 {
  font-size:1.6rem;
  line-height: 2.2rem;
  font-weight: 700;
  color: var(--e-global-color-text)!important;
}
@media(min-width:992px){
  .home h1.elementor-heading-title {
    font-size:3.2rem;
    line-height: 4rem;
    font-weight: 700;
  }
  .home h2 {
    font-size:1.8rem;
    line-height: 2.5rem;
    font-weight: 400;
  }
  .home h3 {
    font-size:1.8rem;
    line-height: 2.5rem;
    font-weight: 700;
  }
}
.home .gei_liste_villes {
  padding:0;
  margin:0;
  list-style: none;
             
}
.home .gei_liste_villes li{
  position:relative;
  min-height:25px;
  padding-left:35px;
  padding-right:35px;
}
@media(min-width:992px){

  .home .gei_liste_villes li{
    width: 50%;
    /*display: inline-block;*/
    float: left;
  }
}
.home .gei_liste_villes li a{
  font-size: 1rem;
  line-height: 1.2rem;
  font-weight: 600;
  color: var(--e-global-color-accent);
  text-decoration: none;
}
.home .gei_liste_villes li:hover a {
  color: var(--e-global-color-accent);
  text-decoration: underline;




}
.home .gei_liste_villes li::before{
  content: url('img/marker.svg');
  position:absolute;
  width: 19px;
  height:25px;
  left:0;

  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;

}
.home .gei_liste_villes li:hover::before{
  animation-name: bounce;
  -moz-animation-name: bounce;
}
@keyframes bounce {
	0%, 100%, 20%, 50%, 80% {
		-webkit-transform: translateY(0);
		-ms-transform:     translateY(0);
		transform:         translateY(0)
	}
	40% {
		-webkit-transform: translateY(-8px);
		-ms-transform:     translateY(-8px);
		transform:         translateY(-8px)
	}
	60% {
		-webkit-transform: translateY(-4px);
		-ms-transform:     translateY(-4px);
		transform:         translateY(-4px)
	}
}
.home-boxes .home-box-col .white-box {
  position: relative;
  overflow: hidden;
}
.home-boxes .home-box-label {
  width: calc( 100% - 70px)!important;
  float:left;
  margin-bottom: 0!important;
  padding-bottom: 0!important;
}
.home-boxes .home-box-label .elementor-icon-list-text{
  
  color:#fff!important;
}
.home-boxes .home-box-label li span{
  
  display:inline-block;
  color:#fff;
  border-radius:4px;
  padding:0.25rem 0.55rem;
  margin-right:0.5rem;
  font-size: 0.9rem;
  margin-top:0.35rem;
  background-color:var(--e-global-color-primary) ;
}


.home-boxes .home-box-col .home-box-btn {
  position: absolute;
  bottom:-50px;
  right:-50px;
  width: 100px!important;
  height: 100px;
  background-color: #fff;
  box-shadow: 0px 0px 50px 0px rgba(0, 183, 172, 0.15) inset;
  border-top-left-radius: 40px;
}
.home-boxes .home-box-col .home-box-btn .elementor-widget-container {
  
  width: 60px!important;
  height: 60px;
  margin-top: 12px;
  margin-left: 12px;
}
.home-boxes .home-box-col .home-box-btn .elementor-widget-container .elementor-button-wrapper {
  
  width: 60px!important;
  height: 60px;
  border-radius: 40px!important;
  background-color: var(--e-global-color-accent);
  padding:0;
}
.home-boxes .home-box-col .home-box-btn .elementor-widget-container .elementor-button-wrapper .elementor-button{
  
  width: 60px!important;
  height: 60px;
  border-radius: 40px!important;
  background-color: transparent;
  padding:0;
}
.home-boxes .home-box-col .home-box-btn .elementor-widget-container .elementor-button-wrapper .elementor-button .elementor-button-content-wrapper{
  
  width: 60px!important;
  height: 60px;
  position: relative;
}
.home-boxes .home-box-col .home-box-btn .elementor-widget-container .elementor-button-wrapper .elementor-button .elementor-button-content-wrapper:before{
  position: absolute;
  font-family: "Font Awesome 6 Free";
  content:'\f061';
  font-weight: 900;
  color:#fff;
  font-size:3rem;
  line-height:3rem;
  width: 60px!important;
  height: 60px;
  left:3px;
  top:3px;
  transform: rotate(-45deg) scale(1);
  transition: all 400ms cubic-bezier(.14,.63,.11,.99);
}
.home-boxes .home-box-col .home-box-btn .elementor-widget-container .elementor-button-wrapper .elementor-button:hover .elementor-button-content-wrapper:before{
  
  
  color: #fff;
  transform: rotate(0) scale(0.8);
  left:-1px;
  top:3px;
}

.home-blocs .elementor-column{
  max-width: 1320px!important;
  margin:0 auto!important;
}
.home-blocs .white-box-home .elementor-widget-heading {
  margin-bottom:10px!important;
}
.home-blocs .white-box-home .elementor-widget-heading .elementor-widget-container .elementor-heading-title  {
  position:relative;
  padding-left:34px;
}
.home-blocs .white-box-home .elementor-widget-heading .elementor-widget-container .elementor-heading-title::before  {
  position: absolute;
  content:'';
  width: 26px;
  height:26px;
  left:0;
  bottom:0;
}
.home-blocs .white-box-home .elementor-widget-heading.ico-accompagnement .elementor-widget-container .elementor-heading-title::before  {
  background: url('img/accompagnement.svg') no-repeat left top;
}
.home-blocs .white-box-home .elementor-widget-heading.ico-formateur .elementor-widget-container .elementor-heading-title::before  {
  background: url('img/green-star.svg') no-repeat left top;
}
.home-blocs .white-box-home .elementor-widget-heading.ico-acteur .elementor-widget-container .elementor-heading-title::before  {
  background: url('img/medal.svg') no-repeat left top;
}
.home-blocs .white-box-home .elementor-widget-heading.ico-suivi .elementor-widget-container .elementor-heading-title::before  {
  background: url('img/poi.svg') no-repeat left top;
}

@media(min-width:992px){
  .home-blocs .home-bloc-50-100 {
    text-align: center;
    width:100%!important;
    margin:0 auto!important;
    padding:12px;
  }
  .home-blocs .home-bloc-50-100 .white-box-home {
    width:50%!important;
    margin:0 auto!important;
    text-align: left;
  }
  .home-blocs .home-bloc-50-50 {
    width:50%!important;
    margin:0 auto!important;
    text-align: left;
    padding:12px;
  }
  .home-blocs .home-bloc-50-50 .white-box-home {
    width:100%!important;
    margin:0 auto!important;
    text-align: left;
  }
}
#gei_grille_themes .white-box a {
  color:#0E6D7D;
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: 600;
}
#gei_grille_themes .theme-item-inner {
  transition: all 400ms cubic-bezier(.14,.63,.11,.99);
}
#gei_grille_themes .theme-item .theme-item-inner img {
  transition: all 400ms cubic-bezier(.14,.63,.11,.99);
  transform: scale(1);
}
#gei_grille_themes .theme-item:hover .theme-item-inner img {
  transform: scale(1.1);
}

.testimonial-box a {
  color:var(--e-global-color-accent);
  text-decoration: none;
}
.testimonial-box a:hover {
  color:var(--e-global-color-accent);
  text-decoration: underline;
}
.testimonial-meta i{
  color:var(--e-global-color-label);
}
.testimonial-meta i.fa-inverse{
  color:#fff;
}

.testimonial-title {
  color:rgba(0, 156, 183, 1);
  font-size: 1.1rem;
  font-weight: 600;

}
.testimonial-date {
  color:var(--e-global-color-text);
  font-size: 0.9rem;
  font-weight: 400;
}
/* Footer */ 
footer {
  background-color: #F3FCFE;
}
footer ul{
  list-style: none;
  padding:0;
  margin: 0;
}
footer ul li{
  padding:6px 0;
}

footer ul li a {
  color:#0E6D7D;
  text-decoration:none;
  font-size:1rem;
  line-height: 1.2rem;
}
footer ul li a:hover {
  color:#0E6D7D;
  text-decoration:underline;
}
.footer-section-title {
  text-transform: uppercase;
  color:#009CB7;
  font-size:1.8rem;
  line-height: 2.5rem;
  font-weight: 600;
}
.mentions-footer  ul li a,
.mentions-footer {
  font-size:0.9rem;
  line-height: 1.2rem;
  font-weight: 400;
  color: var(--e-global-color-label);
} 
.mentions-footer li.menu-divider {color: var(--e-global-color-label) !important; } 
.mentions-footer li.menu-divider:last-child { display: none !important; }

@media(max-width:768px){
  footer ul#menu-menu-footer-4 li{
    padding:6px 5px;
  }
  #menu-menu-footer-4 li a{
    font-size:0.75rem;
  }
}
.ecovadis,
.qualiopi,
.qualipole {
  background-color:#fff ;
  border: 1px solid rgba(233, 238, 255, 1);
  border-radius: 2px;
  max-width: 145px;
  min-width: 76px;
  font-size:0.6rem;
  line-height:0.7rem;
}
@media(min-width:992px){
  .ecovadis,
  .qualiopi,
  .qualipole {
    max-width: 185px;
  }
}

/* Elementor */ 
.btn.btn-primary  {
  display: block;
  border-radius: 6px;
  background-color: var( --e-global-color-accent );
  color:#fff;
  text-align: center;
  font-weight: 500;
  padding:0.6rem 2rem;
  font-size:1.1rem;
  text-decoration: none;
  border:1px solid var( --e-global-color-accent );
  transition: all 400ms cubic-bezier(.14,.63,.11,.99);
}
.btn.btn-primary.btn-inline  {
  display: inline-block;
  border-radius: 6px;
  background-color: var( --e-global-color-accent );
  color:#fff;
  text-align: center;
  font-weight: 500;
  padding:0.6rem 2rem;
  font-size:1.1rem;
  text-decoration: none;
  border:1px solid var( --e-global-color-accent );
  transition: all 400ms cubic-bezier(.14,.63,.11,.99);
}
.btn.btn-primary:hover {
  background-color: #fff;
  color:var( --e-global-color-accent );
  text-decoration: none;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

.btn.btn-primary:disabled {
  border:1px solid rgba(209, 205, 193, 1)!important;
  background-color: rgba(209, 205, 193, 1)!important;
}



.btn.btn-secondary {
  display: block;
  border-radius: 6px!important;
  background-color: #fff!important;
  color:var( --e-global-color-accent )!important;
  text-align: center;
  font-weight: 500;
  padding:0.6rem 2rem;
  font-size:1.1rem;
  text-decoration: none;
  border:1px solid var( --e-global-color-accent );
  transition: all 400ms cubic-bezier(.14,.63,.11,.99);
}
.btn.btn-secondary.btn-sm {
  font-weight: 400;
  padding:0.45rem 2rem;
  font-size:1rem;
  
}
.btn.btn-secondary:hover{
  background-color: var( --e-global-color-accent )!important;
  color:#fff!important;
  text-decoration: none;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}
.btn-link {
  color: var( --e-global-color-accent )!important;
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: 600;
  transition: all 400ms cubic-bezier(.14,.63,.11,.99);
}
.btn-link:hover {
  color: var( --e-global-color-text )!important;
  text-decoration: none;
  
}
.btn-icon {
  position:relative;
  transition: all 400ms cubic-bezier(.14,.63,.11,.99);
}
.btn-icon i {
  position:absolute;
  left:24px;
  top:50%;
  transform: translateY(-50%);
}
.btn-icon-primary {
  color: #fff!important;
}
.btn-icon-primary:hover {
  color: var( --e-global-color-accent )!important;
}
.btn-icon-secondary {
  color: var( --e-global-color-accent )!important;
}
.btn-icon-secondary:hover {
  color: #fff!important;
}

/* Global */
.bg-light-blue {
  background-color: #F8FEFF;
}
.bg-light-blue-home {
  background: linear-gradient(#fff 20%,rgba(248, 254, 255, 1)  20%,rgba(248, 254, 255, 1)  80%,#fff 80%);
}
.bg-medium-blue {
  background: rgba(51, 105, 230, 0.05);
}
.white-box {
  background-color: #fff;
  box-shadow: 0px 0px 50px 0px rgba(0, 183, 172, 0.15);
  border-radius:6px;
  padding:12px;
  position:relative;
}
@media(min-width:992px){

  .white-box {
    padding:24px;
  }
}
.white-box-home {
  background-color: #fff;
  border-radius:6px;
  padding:24px;
  box-shadow: 0px 0px 30px 0px rgba(51, 106, 233, 0.15);
}
.white-box.top-curved:after {
  position: absolute;
  top:0;
  right:0;
  width: 80px;
  height: 80px;
  content: '';
  background: url('img/top-curve.svg') no-repeat right top;
}


.blue-box {
  background: rgba(0, 156, 183, 0.1);
  border-radius:6px;
  padding:12px;

}
.theme-box {
  border-radius:6px;
  padding:12px;
  color:#fff;
  margin-bottom:-120px;
}
.theme-box .theme-box-text {

  font-size:1rem;
  font-weight: 400;
  line-height: 1.2rem;
}
.theme-icons {
  pointer-events: none;

}
.theme-icon {
  border-radius:4px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);

}
.bloc-plus {
  color:#0E6D7D;
}
.elementor-divider{
 
  padding:0;
  height:1px;
}
.elementor-divider .elementor-divider-separator{
 
border-block-start:1px solid rgba(233, 238, 255, 1)!important;
width: 100%!important;
opacity: 1!important;
margin:12px 0!important;
}


.white-box hr {
  border:1px solid rgba(233, 238, 255, 1)!important;
  width: 100%!important;
  opacity: 1!important;
  margin:12px 0!important;
}
.white-box .box-title {
  font-size:1.1rem;
  font-weight: 700;
  line-height: 1.3rem;
  color: var( --e-global-color-secondary );
  text-decoration: none;
}
.white-box-btn {
  display: block;
  border-radius: 6px;
  background-color: var( --e-global-color-accent );
  color:#fff;
  text-align: center;
  font-weight: 500;
  width: 100%;
  padding:0.6rem 0;
  font-size:1.1rem;
  position:relative;
  text-decoration: none;
  transition: all 400ms cubic-bezier(.14,.63,.11,.99);
}
.white-box-btn:hover{
  color:#fff;
  text-decoration: none;
}

.white-box-btn span:after{
  position:absolute;
  font-family: "Font Awesome 6 Free";
  content:'\f054';
  font-weight: 900;
  transition: all 400ms cubic-bezier(.14,.63,.11,.99);
  margin-left:0.8rem;
}
.white-box:hover .white-box-btn  span:after{
  margin-left:1.1rem;
}

.gei-icon-list {
  list-style:inside;
  margin:0;
  padding:0;
}
.gei-icon-list li.gei-icon {
  font-size: 0.85rem;
}
.gei-icon-list li.gei-icon.format{
  list-style-image: url('img/icon-format.svg');
}
.gei-icon-list li.gei-icon.financement{
  list-style-image: url('img/icon-financement.svg');
}
.gei-label-list {
  list-style: none;
  margin:0;
  padding:0;
  font-size: 1rem;
}
.white-box .gei-label {
  font-size: 0.85rem;
}
.gei-label {
  display:inline-block;
  color:#fff;
  border-radius:4px;
  padding:0.25rem 0.55rem;
  margin-right:0.5rem;
  margin-top:0.35rem;
}
.gei-label.type-validation {
  background-color:var(--e-global-color-primary) ;
}
.gei-label.format {
  background-color:var(--e-global-color-c4e46a2) ;
}
.gei-label.financement {
  background-color:var(--e-global-color-392a2f8) ;
}



* {
  outline:none!important;
}

.catalogue-form input[type=text]{
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  /*border: solid 1px #DDD;*/
  cursor: pointer;
  color:var(--e-global-color-primary) ;
  font-size: 0.85rem;
  /*font-size: 1rem;
  line-height: 140%;*/
  font-weight: 600;
  text-align: left;
  width: 100%;
  border-radius: 6px;
  border:none;
  transition: all 200ms ease-out;
  box-shadow: 0px 6px 15px 0px rgba(51, 105, 230, 0.15);
  margin: 0  ;
  padding:1rem 2rem 1rem 3.5rem;
}

.catalogue-form .input-icons {
  width: 80%;
  position: relative;
  margin: 0 auto ;
}
.input-icons .icon-before {
    position: absolute;
    z-index: 10;
    top:50%;
    transform: translateY(-50%);
    left:1.2rem;
    color:#86A6D7;
}
.input-icons .icon-after {
    position: absolute;
    z-index: 10;
    top:50%;
    transform: translateY(-50%);
    right:1.2rem;
    color:#86A6D7;
}

.input-icons .icon-btn {
  display: inline;
  border:none;
  background-color: transparent;
}

.thumb-placeholder {
  position:relative;
  overflow: hidden;
}
.thumb-placeholder img{
  transform: scale(1.2);
  transition: all 600ms cubic-bezier(.14,.63,.11,.99);
}
.white-box:hover .thumb-placeholder img{
  transform: scale(1);
}


.actualites-form .react-select-container,
.catalogue-form .react-select-container {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  /*border: solid 1px #DDD;*/
  cursor: pointer;
  color:var(--e-global-color-primary) ;
  font-size: 0.85rem;
  /*font-size: 1rem;
  line-height: 140%;*/
  font-weight: 600;
  text-align: left;
  width: 100%;
  border-radius: 6px;
  transition: all 200ms ease-out;
  box-shadow: 0px 6px 15px 0px rgba(51, 105, 230, 0.15);


}
.actualites-form .react-select__control,
.catalogue-form .react-select__control {
  background-color: #fff!important;
  border-radius: 6px!important;
  border:none!important;
}
.actualites-form .react-select__control:focus,
.actualites-form .react-select__control:hover,
.catalogue-form .react-select__control:focus,
.catalogue-form .react-select__control:hover {
  background-color: #fff!important;
  border:none!important;
}
.actualites-form .catalogue-form .react-select__placeholder,
.catalogue-form .catalogue-form .react-select__placeholder {
  color:#0E6D7D!important;
}
.actualites-form  .react-select__input-container, 
.catalogue-form  .react-select__input-container {
  position:relative;
  padding-left:24px;
}
.actualites-form  .react-select__single-value ,
.catalogue-form  .react-select__single-value {
  padding-left:24px;
}
.actualites-form .react-select__input-container:before,
.catalogue-form .react-select__input-container:before {
  content:'';
  position:absolute;
  top:0;
  left:0;
  background: url('img/filter.svg') no-repeat left center!important;
  width: 22px;
  height: 22px;
}
.actualites-form .react-select__indicator-separator,
.catalogue-form .react-select__indicator-separator  {
  width: 0!important;
}
.actualites-form .react-select__indicator,
.catalogue-form .react-select__indicator {
  color:#0E6D7D!important;
}
.actualites-form .react-select__menu,
.catalogue-form .react-select__menu {
  color:#0E6D7D!important;
  background-color:#fff !important  ;
  border-radius: 6px!important;
  margin-top:2px!important;
  font-weight:500;
}
.actualites-form .react-select__menu-list,
.catalogue-form .react-select__menu-list {
  background-color:#fff !important  ;
}
.actualites-form .react-select__single-value,
.catalogue-form .react-select__single-value {
  color:#0E6D7D!important;
}
.actualites-form .react-select__NoOptionsMessage,
.catalogue-form .react-select__NoOptionsMessage {
  color:#0E6D7D!important;
}
.actualites-form .react-select__option:hover, 
.catalogue-form .react-select__option:hover {
  background-color:#0E6D7D!important;
  color:#fff!important;
}

.actualites-form .react-select-isDefault, 
.catalogue-form .react-select-isDefault {
  background-color:#E5F5F8!important;
  color:#0E6D7D!important;
}
.actualites-form .react-select-isSelected,
.catalogue-form .react-select-isSelected {
  background-color:#0E6D7D!important;
  color:#fff!important;
}
.actualites-form .react-select-isFocused
.catalogue-form .react-select-isFocused {
  background-color:#fff!important;
  color:#0E6D7D!important;
}

.page-numbers {
  padding:0 5px;
  color:var(--e-global-color-text);
  text-decoration: none;
}
.page-numbers:hover {
  color:var(--e-global-color-accent);
  text-decoration: none;
}
.page-numbers.current {
  color:var(--e-global-color-primary);
  text-decoration: none;
}

.single-actualite .actu-categories,
.actualites-results .actu-categories {
  color: var(--e-global-color-label);
  text-transform: uppercase;
  font-size: 1rem;
}
.actualites-results .actu-titre {
  color: var(--e-global-color-text);
  text-decoration: none;
  font-size: 1.4rem;
  line-height:1.6rem;
  font-weight: 600;
}
.actualites-results .actu-text {
  color: var(--e-global-color-text);
  font-size: 1rem;
  line-height:1.2rem;
  font-weight: 400;
}
.actualites-results .btn-link {
  color: var(--e-global-color-accent);
  text-decoration: underline;
  font-size: 1rem;
  line-height:1.2rem;
  font-weight: 500;
}
.actualites-results .thumb-placeholder {
  border-radius: 4px;
}
/* Centre de formation */
.site-hero {
  background-position: right center;
  background-size: cover;
  background-repeat: no-repeat;
  position:relative;
}
.site-box {
  padding:12px;
  margin-bottom:-120px;
}
.site-icons {
  pointer-events: none;

}
.site-icon {
  background-color: rgba(166, 220, 230, 1);
  border-radius:4px;

}


.site-tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted rgba(166, 220, 230, 1); 
}

.site-tooltip .tooltiptext {
  visibility: hidden;
  background-color: rgba(166, 220, 230, 1);
  color: var(--e-global-color-text);
  text-align: left;
  border-radius: 4px;
  padding:10px;
  position: absolute;
  z-index: 1;
  top: 120%;
  left: 0;
  box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.1);
  font-size:1rem;
  width: 100%;
  min-width: 200px;
}
@media(min-width:992px){

  .site-tooltip .tooltiptext {
    width: 375px;
  }
}

.site-tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 32px;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent rgba(166, 220, 230, 1) transparent;
}
.site-tooltip:hover .tooltiptext {
  visibility: visible;
}
@media(min-width:992px){
.white-box.formulaire.inscription {
  padding:24px 10%;
}
}
.formulaire .success-msg {
  background-color:var(--e-global-color-primary);
  color: #fff;
  border-radius: 4px;
  padding:12px;
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
}
.formulaire button {
  width: 100%;
  transition: all 200ms ease-out;
  font-weight: 600;
  background-color: rgba(209, 205, 193, 1);
  color: #fff;
  text-align: center;
  padding:12px 25px;
  border-radius: 4px;
  border:1px solid rgba(209, 205, 193, 1);
}
.formulaire button.active {
  background-color: var(--e-global-color-accent);
  color: #fff;
  text-align: center;
  padding:12px 25px;
  border-radius: 4px;
  border:1px solid var(--e-global-color-accent);
}
.formulaire button.btn-minimum {
  background-color: transparent;
  border:none;
  padding:0;
  color:var(--e-global-color-d6961d5);
}
.formulaire button:disabled {
  border:none;
  border:1px solid rgba(209, 205, 193, 1);
  background-color: rgba(209, 205, 193, 1);
}
.formulaire button.btn-minimum:disabled {
  background-color: transparent;
  border:none;
  padding:0;
  color: rgba(209, 205, 193, 1);
}
.formulaire button.add-participant {
  transition: all 200ms ease-out;
  width: auto;
  position:relative;
  font-size:1rem;
  color:var(--e-global-color-accent);
  background-color: transparent;
  border:none;
  padding:0 0 0 28px;

}
.formulaire button.add-participant:hover {
  color:var(--e-global-color-text);

}
.formulaire button.add-participant:before {
  transition: all 200ms ease-out;

  content:'';
  position:absolute;
  left:0px;
  top:0;
  font-size:1.4rem;
  color:var(--e-global-color-accent);
 
  font-family: "Font Awesome 6 Free";
  content:'\f055';
  font-weight: 900;
}
.formulaire button.add-participant:hover:before {
  color:var(--e-global-color-text);

}
.formulaire .mentions {
  font-style: normal;
  font-size:0.75rem;
  color: var(--e-global-color-text);
}
.formulaire small em {
  font-style: normal;
  font-size:0.85rem;
  color: rgba(135, 149, 198, 1);
}
.formulaire .form-check-input:checked[type="checkbox"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23009CB7' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.formulaire .form-check-input {
  background-color: rgba(51, 105, 230, 0.15);
  border-color: rgba(51, 105, 230, 0.2);
}
.formulaire .form-check-input:checked {
  background-color: rgba(51, 105, 230, 0.15);
  border-color: rgba(51, 105, 230, 0.2);
}

.formulaire label {
  font-size:1rem;
  color:var(--e-global-color-label);
  font-weight: 500;
}
.formulaire input[type=text].form-control,
.formulaire input[type=tel].form-control,
.formulaire input[type=email].form-control,
.formulaire textarea.form-control {
  font-size: 0.85rem;
  border-radius: 4px;
  border:1px solid rgba(51, 105, 230, 0.1);
  box-shadow: 0px 0px 15px 0px rgba(51, 105, 230, 0.15) inset;

}
/*.formulaire form:invalid input[type=text].form-control,
.formulaire form:invalid input[type=tel].form-control,
.formulaire form:invalid input[type=email].form-control,
.formulaire form:invalid textarea.form-control {
  
  border:1px solid var(--e-global-color-d6961d5);
  box-shadow: 0px 0px 15px 0px var(--e-global-color-d6961d5)15 inset;

}*/


.formulaire .react-select-container {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  /*border: solid 1px #DDD;*/
  cursor: pointer;
  color:var(--e-global-color-primary) ;
  font-size: 0.85rem;
  /*font-size: 1rem;
  line-height: 140%;*/
  font-weight: 500;
  text-align: left;
  width: 100%;
  border-radius: 4px;
  transition: all 200ms ease-out;
  border:1px solid rgba(51, 105, 230, 0.2);
  box-shadow: 0px 0px 15px 0px rgba(51, 105, 230, 0.15) inset;


}
.formulaire .react-select__control {
  /*background-color: #fff!important;*/
  box-shadow: 0px 0px 15px 0px rgba(51, 105, 230, 0.15) inset;
  border-radius: 4px!important;
  border:none!important;
}
.formulaire .react-select__control:focus,
.formulaire .react-select__control:hover {
  /*background-color: #fff!important;*/
  border:none!important;
}
.formulaire .react-select__placeholder {
  color:#0E6D7D!important;
}
.formulaire  .react-select__input-container {
  position:relative;
}
.formulaire .react-select__indicator-separator  {
  width: 0!important;
}
.formulaire .react-select__indicator {
  color:#0E6D7D!important;
}
.formulaire .react-select__menu {
  color:#0E6D7D!important;
  background-color:#fff !important  ;
  border-radius: 6px!important;
  margin-top:2px!important;
  font-weight:500;
}
.formulaire .react-select__menu-list {
  background-color:#fff !important  ;
}
.formulaire .react-select__single-value {
  color:#0E6D7D!important;
}
.formulaire .react-select__NoOptionsMessage {
  color:#0E6D7D!important;
}
.formulaire .react-select__option:hover {
  background-color:#0E6D7D!important;
  color:#fff!important;
}

.formulaire .react-select-isDefault {
  background-color:#E5F5F8!important;
  color:#0E6D7D!important;
}
.formulaire .react-select-isSelected {
  background-color:#0E6D7D!important;
  color:#fff!important;
}
.formulaire .react-select-isFocused {
  background-color:#fff!important;
  color:#0E6D7D!important;
}

.offres-results .offre-date {
  color:rgba(134, 166, 215, 1);
  font-size:1rem;
}
.offres-results .offre-titre {
  color:var(--e-global-color-text);
  font-size:1.4rem;
  line-height: 1.6rem;
  font-weight: 700;
}
.offres-results .offre-titre:hover {
  color:var(--e-global-color-text);
  text-decoration: none;
}
.offres-results .offre-contrat {
  font-size:1rem;
  background-color: var(--e-global-color-primary);
  display: inline-block;
  color: #fff;
  border-radius: 4px;
  padding: 0.25rem 0.55rem;
  margin-right: 0.5rem;
  margin-top: 0.35rem;
}
.offres-results .offre-localisation {
  font-size:1.1rem;
  font-weight: 600;
  color: #0E6D7D;
}
.single-offre-emploi .offre-titre {
  color:var(--e-global-color-text);
  font-size:1.4rem;
  line-height: 1.6rem;
  font-weight: 700;
}
.single-offre-emploi .offre-contrat {
  color:var(--e-global-color-text);
  font-size:1.6rem;
  line-height: 1.6rem;
  font-weight: 700;
}
.single-offre-emploi .offre-localisation {
  font-size:1.1rem;
  font-weight: 600;
  color: #0E6D7D;
}
.single-offre-emploi .offre-text {
  font-size:1rem;
  font-weight: 400;
  color: var(--e-global-color-text);
}
.single-offre-emploi .titre-form {
  font-size:1.6rem;
  font-weight: 700;
  color: var(--e-global-color-primary);
}

.liste-ville-img {
  position: relative;
  height:63px;
  overflow: hidden;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}

.liste-ville-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.liste-ville-text {
  min-height:90px;
}
.liste-ville-text a{
  font-size:1.4rem;
  line-height:1.6rem;
  font-weight: 600;
  color: var(--e-global-color-secondary);
}

.single-centre-formation .post-content,
.single-actualite .post-content {
  font-size:1rem;
  line-height:1.5rem;
  font-weight: 400;
}
.single-centre-formation .post-content a,
.single-actualite .post-content a{
  color: var(--e-global-color-accent);
  text-decoration: underline;
}
.single-centre-formation .post-content a:hover,
.single-actualite .post-content a:hover{
  color: var(--e-global-color-text);
  text-decoration: underline;
}
.single-centre-formation .post-content h2.wp-block-heading,
.single-actualite .post-content h2.wp-block-heading{
  font-size:1.4rem;
  line-height:1.8rem;
  font-weight: 700;
  color: var(--e-global-color-primary);
}
.single-centre-formation .post-content h3.wp-block-heading,
.single-actualite .post-content h3.wp-block-heading{
  font-size:1.3rem;
  line-height:1.5rem;
  font-weight: 700;
  color: var(--e-global-color-label);
}
.single-centre-formation .post-content h4.wp-block-heading,
.single-actualite .post-content h4.wp-block-heading{
  font-size:1.2rem;
  line-height:1.4rem;
  font-weight: 700;
  color: var(--e-global-color-text);
}
.single-centre-formation .post-content h5.wp-block-heading,
.single-actualite .post-content h5.wp-block-heading{
  font-size:1.1rem;
  line-height:1.3rem;
  font-weight: 700;
  color: var(--e-global-color-text);
}
.single-actualite .site-hero-gradient {
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
}
.single-actualite .more-results h3 {
  color:var(--e-global-color-label);
}
.single-actualite .actu-date {
  font-size: 0.9rem;
}
.single-actualite .actu-partage {
  font-size:1.2rem;
  line-height:1.5rem;
  font-weight: 500;
  text-transform: uppercase;
  color:var(--e-global-color-label);
}
.single-actualite .actu-partage a {
  font-size:1.4rem;
  line-height:1.5rem;
  font-weight: 700;
  color:var(--e-global-color-label);
}
.themes-blocs {
  font-size:1rem;
  line-height:1.4rem;
  font-weight: 400;
}

.site-meta {
  color: var(--e-global-color-label);
}
.site-meta i{
  font-size:2rem;
}
.site-acces {
  font-size:1rem;
  line-height:1.4rem;
  font-weight: 400;
  color: var(--e-global-color-text);
}
.site-acces strong{
  color: var(--e-global-color-label);
}
.site-contact p,
.site-meta p{
  font-size:1rem;
  line-height:1.4rem;
  font-weight: 400;
}

.site-statistique strong {
  font-size:3rem;
  line-height:2rem;
  font-weight: 700;
  display: block;
  color: var(--e-global-color-primary);
}
.site-statistique {
  font-size:1.3rem;
  line-height:1rem;
  font-weight: 400;
  display: block;
  color: var(--e-global-color-text);
}
.btn-upload {
  width: 100%;
  font-size:1rem;
  line-height:1rem;
  font-weight: 400;
}
.selectedFile {
  font-size: 0.85rem;
  line-height:1.1rem;
  font-weight: 400;
  color: var(--e-global-color-text);

}
#gei_candidature_spontane_form .btn-minimum,
#gei_candidature_form .btn-minimum {
  width: 22px;
}
.nav.socials a{
  color:var(--e-global-color-label);
  transition: all 200ms ease-out;
}
.nav.socials a:hover{
  color:var(--e-global-color-primary);
}

#menu-menu-domaines-de-formation li a {
  font-weight: 600;
}
#menu-menu-domaines-de-formation li a:before {
  content:'Formations ';
  font-weight: 400;
}
.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: var(--e-global-color-primary);
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
.border-lg-end {
  border-right:none!important;
}
@media(min-width:992px){
  .border-lg-end {
    border-right:1px solid rgba(233, 238, 255, 1)!important;
  }
}
@media(max-width:992px){
.page-template-default .elementor-widget-container ul {padding:0 10px;}
}
.page-abstract {
  font-size: 1.2rem;
  line-height: 1.6rem;
}
.modal-backdrop {
  z-index: 10000;
}
#abandonModal {
  z-index: 10001;
}
.formulaire-abandon ul {
  list-style-type: none;
  margin: 0;
  padding: 0; 
} 
.formulaire-abandon p,
.formulaire-abandon li
 {
  font-size: 1rem;
  line-height: 1.4rem;
  font-weight: 500;
} 
.formulaire-abandon li
{
  font-weight: 700;
}
.formulaire-abandon li i
{
  color: var( --e-global-color-accent );
}
.check-animated {
  font-size: 4rem;
  color: green;
  opacity: 0;
  transform: scale(0.5);
  animation: pop 0.6s ease-out forwards;
}

@keyframes pop {
  to {
    opacity: 1;
    transform: scale(1);
  }
}