.elementor-kit-7{--e-global-color-primary:#132055;--e-global-color-secondary:#5B65DE;--e-global-color-text:#132055;--e-global-color-accent:#5B65DE;--e-global-color-dc23128:#EDEEFB;--e-global-color-3875430:#CCCFF5;--e-global-color-082d6c0:#ACB1EE;--e-global-color-aac1053:#FFFFFF;--e-global-color-a4fefb5:#FFFFFF;--e-global-color-a1daa00:#F9F9FD;--e-global-color-c4adbd8:#7EB096;--e-global-color-a916f5d:#B5CD5E;--e-global-color-87228fc:#DE5B5B;--e-global-color-28c0260:#DE9C5B;--e-global-color-e5e434c:#F3F4F6;--e-global-color-54f745f:#4C55BC;--e-global-typography-primary-font-family:"Kumbh Sans";--e-global-typography-primary-font-size:20px;--e-global-typography-primary-font-weight:400;--e-global-typography-primary-line-height:150%;--e-global-typography-secondary-font-family:"Kumbh Sans";--e-global-typography-secondary-font-size:18px;--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-line-height:150%;--e-global-typography-text-font-family:"Kumbh Sans";--e-global-typography-text-font-size:20px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:150%;--e-global-typography-accent-font-family:"Kumbh Sans";--e-global-typography-accent-font-size:20px;--e-global-typography-accent-font-weight:500;--e-global-typography-accent-line-height:150%;color:var( --e-global-color-text );font-family:"Kumbh Sans", Sans-serif;font-size:20px;font-weight:400;line-height:150%;}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{background-color:var( --e-global-color-secondary );font-family:"Kumbh Sans", Sans-serif;font-size:18px;font-weight:600;text-decoration:none;color:var( --e-global-color-aac1053 );border-radius:100px 100px 100px 100px;padding:16px 24px 16px 24px;}.elementor-kit-7 button:hover,.elementor-kit-7 button:focus,.elementor-kit-7 input[type="button"]:hover,.elementor-kit-7 input[type="button"]:focus,.elementor-kit-7 input[type="submit"]:hover,.elementor-kit-7 input[type="submit"]:focus,.elementor-kit-7 .elementor-button:hover,.elementor-kit-7 .elementor-button:focus{background-color:#4C55BC;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 a{color:var( --e-global-color-secondary );font-family:"Kumbh Sans", Sans-serif;text-decoration:underline;}.elementor-kit-7 h1{font-size:60px;font-weight:400;line-height:100%;}.elementor-kit-7 h2{font-size:48px;font-weight:400;line-height:120%;}.elementor-kit-7 h3{font-size:28px;font-weight:500;line-height:120%;}.elementor-kit-7 h4{font-size:24px;font-weight:500;line-height:120%;}.elementor-kit-7 h5{font-size:20px;font-weight:500;line-height:120%;}.elementor-kit-7 h6{font-size:20px;font-weight:500;line-height:120%;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-7{--e-global-typography-primary-font-size:18px;--e-global-typography-secondary-font-size:16px;--e-global-typography-text-font-size:18px;--e-global-typography-accent-font-size:18px;font-size:18px;}.elementor-kit-7 h1{font-size:48px;}.elementor-kit-7 h2{font-size:28px;}.elementor-kit-7 h3{font-size:24px;}.elementor-kit-7 h4{font-size:20px;}.elementor-kit-7 h5{font-size:20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//*GLOBAL*/
html,body{
    overflow-x:hidden;
}
/*BOUTON*/

.elementor-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px; /* Espace entre texte et icône */
  background: #5B65DE;
  color: #fff;
  border-radius: 100px;
  padding: 14px 24px;
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4;
  text-decoration: none;
  transition: background 0.3s ease;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  z-index: 1;
}

.elementor-button .elementor-button-text {
  z-index: 2;
  position: relative;
}

/* Icône (flèche) : visible SEULEMENT avec la classe .icon */
.elementor-element.icon .elementor-button::after {
  content: "";
  width: 24px;
  height: 24px;
  background: url("https://www.psychologue.fr/wp-content/uploads/2025/10/icon_arrow_button.svg") no-repeat center center;
  background-size: contain;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.elementor-element.icon .elementor-button:hover::after {
  transform: translateX(4px);
}

/*BLUR EFFECT*/

.blur {
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

/* AJUSTEMENT ICONE */

.elementor-icon-wrapper{
    display: flex;
}

/*COULEUR TITRE*/
.color{
    color:#5B65DE;
}

/*Retrait margin P*/
p{
margin: 0;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active{
    margin: 0!important;

}
span.swiper-pagination-bullet{
     margin: 0!important;
}
span.swiper-pagination-bullet{
        width: 36px!important;
    border-radius: 8px!important;
}
.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    gap: 12px;
    display: flex
;
}/* End custom CSS */