.elementor-kit-556{--e-global-color-primary:#003366;--e-global-color-secondary:#F39D00;--e-global-color-text:#003366;--e-global-color-accent:#F39D00;--e-global-color-3c77026:#1668BB;--e-global-color-8b32816:#FFFFFF;--e-global-color-1de9f54:#E8EEF3;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-size:1.8rem;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-text-transform:uppercase;--e-global-typography-primary-line-height:1.4em;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-size:1.3rem;--e-global-typography-secondary-font-weight:500;--e-global-typography-secondary-text-transform:uppercase;--e-global-typography-secondary-line-height:1.4em;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:1rem;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.4em;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-size:1rem;--e-global-typography-accent-font-weight:500;--e-global-typography-accent-line-height:1.4em;background-color:#E8EEF3;}.elementor-kit-556 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){margin-block-end:10px;}.elementor-element{--widgets-spacing:10px 20px;--widgets-spacing-row:10px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@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-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//*--PAGE D'ACCUEI---*/

/*Animation chevron*/
.arrow-scroll{
	transition: transform 0.2s ease; /*Définit l'animation*/
  }
  
  /*La flèche descend lègèrement au survol*/
  .arrow-scroll:hover {
	transform: translateY(7px);
  }
  
/*--ANIMATION DES ICONES DES DEPARTEMENTS--*/

/*Conteneur grossit au survol*/
.dep-icon-hover:hover{
    transform: scale(1.08);
}

/*Change couleur texte*/
 .dep-icon-hover:hover h4{
    color: #f39d00;
}

/*Bordure par défaut de l'image*/
.dep-icon-hover img{
    border: solid 4px #003366;
}

/*Animation de l'image*/
.dep-icon-hover:hover img{
    border: solid 4px #f39d00;
    box-shadow: 0px 7px 7px 0px rgba(0, 19, 38, 0.21);
}

/*ATTENTION : d'autres styles sont directement appliqué à l'objet(conteneur, h4)*/


/*---MENU LATERAL--*/
.menu-item-has-children .sub-menu {
  position: relative !important;
  left: 0;
  margin-left: 0 !important;
  margin-bottom: 20px;
}

/*--GENERAL--*/

/*Aligner le texte des boutons à gauche*/
.align-left-button .elementor-button{
    justify-content: flex-start;
    text-align: left;
}/* End custom CSS */