/*
Theme Name: Finaxim 2025
Theme URI: https://mg-web.fr/
Template: hello-elementor
Author: MG WEB
Author URI: https://mg-web.fr/
Description: Theme pour Finaxim
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.3.0.1745319509
Updated: 2025-04-22 10:58:29

*/

/*responsive police*/
.elementor p a {
    box-shadow: none;
    text-decoration: underline;
    color: inherit;
}

ul {
    margin-bottom: 1rem;
}

.blog-content {font-size: 16px;}

.blog-content h2, 
.blog-content h3, 
.blog-content h4, 
.blog-content h5, 
.blog-content h6 {
  color: var(--e-global-color-secondary);
  line-height: 1.4em !important;
  margin: 1.5em 0 0.5em;
	font-weight:500 !important;
}

.blog-content h2 b, 
.blog-content h3 b, 
.blog-content h4 b, 
.blog-content h5 b, 
.blog-content h6 b {
	font-weight:500 !important;
}

.blog-content h2 {
  font-size: clamp(1.5rem, 3vw, 1.875em) !important;
}
.blog-content h3 {
  font-size: clamp(1.3rem, 2.5vw, 1.6em) !important;
}
.blog-content h4 {
  font-size: clamp(1.15rem, 2vw, 1.3em) !important;
}
.blog-content h5 {
  font-size: clamp(1.05rem, 1.8vw, 1.15em) !important;
}
.blog-content h6 {
  font-size: clamp(1rem, 1.5vw, 1.1em) !important;
}

/*Accueil Busines cases*/

.bc-accueil{
	max-width:100%;
	aspect-ratio: 526/593 auto;
    width:100%;
    height: 50vh;
    overflow: hidden;
    padding:0;
    border-radius:68px;
}
.bg {
    height:100%;
    width: 100%;
    background-position: center;
    background-size: cover;
    transition: 0.7s;
    padding: 5%
   
}

.bg:hover {
    transform: scale(1.03);
    padding: 5%;
}

/*btn*/
.elementor-button {
    font-family: var(--e-global-typography-0a3e88b-font-family), Sans-serif !important;
    font-size: var(--e-global-typography-0a3e88b-font-size) !important;
    font-weight: var(--e-global-typography-0a3e88b-font-weight) !important;
    padding: 0px 0px 0px 0px !important;
}

a#read-more {color: #d5dce4;}

/*Highligths*/
.hl-beige {
  background: url('/wp-content/uploads/2025/04/hl-beige.svg') no-repeat center;
  background-size: cover;
  padding: 4px 0px;
  display: inline-block;
}

.hl-E88746 {
    background: url(/wp-content/uploads/2025/04/hl-jaune.svg) no-repeat center;
    background-size: cover;
    padding: 4px 0px;
    display: inline-block;
}

.hl-bleu {
    background: url(/wp-content/uploads/2025/05/hl-bleu.svg) no-repeat center;
    background-size: cover;
    padding: 4px 0px;
    display: inline-block;
}


/*Soulignement*/

.elementor-headline--style-highlight svg {
    opacity: 0;
    transition: opacity 0.2s ease;
}
.elementor-headline-text-wrapper svg {
    top: 170% !important;
	width: calc(100% - 20px) !important;
    transform: translate(-50%, -50%);
}


.phone-regions {font-size:130%;font-weight:600}


/*Menu*/

.elementor-nav-menu li {
    max-height: 40px;
}

.elementor-nav-menu--main > .elementor-nav-menu > li > .elementor-nav-menu--dropdown, .elementor-13 .elementor-element.elementor-element-a4c90a5 .elementor-nav-menu__container.elementor-nav-menu--dropdown {
    padding: 30px;
    margin-left: -30px !important;
}



.btn-menu {
    background: var(--e-global-color-secondary);
    border-radius: 10px;
    min-width: 190px;
	max-width: fit-content;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1vw !important;
    margin-left: 2vw !important;
}

.btn-menu .elementor-item:before,
.btn-menu .elementor-item:after {
    display: none !important;
}

.elementor-nav-menu--dropdown li:first-child a {
   border-top-left-radius:0; 
   border-top-right-radius:0; 
}

/*Sous-menu*/
a.elementor-sub-item::after {
    content: url('/wp-content/uploads/2025/04/arrow-menu.png');
    display: inline-block;
    margin-left: 1rem;
    transform: translateX(0);
    transition: transform 0.3s ease, border-bottom 0.3s ease;
}

a.elementor-sub-item:hover::after {
    transform: translateX(5px); 
}

a.elementor-sub-item {
    position: relative;
    display: inline-block;
}

a.elementor-sub-item::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 10ppx;
    width: 20%; 
    height: 1px;
    background-color: #d43c2d;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

a.elementor-sub-item:hover::before {
    transform: scaleX(1);
}




/*Services*/
.services .elementor-divider-separator {
    border-radius: 10px;}

.services .elementor-element:hover .elementor-heading-title {
  color: var(--e-global-color-secondary) !important;
}

.services .elementor-element .elementor-divider-separator {
  transition: width 0.3s ease;
}

.services .elementor-element:hover .elementor-divider-separator {
  width: 127px !important;
}


/*Slider logos*/
.logos img {height:100px !important; width:auto;max-width:100%} 
    
/*diapo experts*/
.diapo-experts.elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-prev {left:-55px; top:30%} 
.diapo-experts.elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-next {right:-55px; top:30%} 
.diapo-experts .elementor-image-carousel-caption {width: 110%; margin-left: -5%;}


/*Cabiet selectif onglets*/
.cabinet .e-n-tab-title {
  padding-bottom: 20px !important;
  border-bottom: 3px solid #1E2156 !important;
  background-color: transparent !important;
  transition: all 0.3s ease;
  position: relative;
}

.cabinet .e-n-tab-title:hover {
  border-radius: 0 !important;
}


.cabinet .e-n-tab-title[aria-selected="true"] {
  border-color: transparent !important;
}

.cabinet .e-n-tab-title[aria-selected="true"]::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 12px;
  background-color: #1E2156 !important;
  border-radius: 10px;
}

/*tabs*/
.e-n-tab-title {
    max-width: 33%;
}


/*Busines cases*/

.bcase {
  height: 100%; /* important pour Flex */
}

.bcase .elementor-shortcode {   
    font-family: "Poppins", Sans-serif;
    font-size: clamp(0.75rem, 0.54rem + 0.57vw, 1rem);
    font-weight: 400;
    text-decoration: none;
    line-height: 1.6em;
    color:#888889;}


/*Missions pages services*/

.mg-expand-title{
    border-bottom: 1px #707070 solid;
    margin-bottom: 1rem;
}


/*Compteur titre centré*/
.elementor-counter .elementor-counter-title {
	align-items: center;}

/*Btn audit*/
.audit {width: clamp(280px, 23vw, 354px);}

/*Hubspot page contact*/

.contact .hbspt-form form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 700px;
    font-family: 'poppins', sans-serif;
}

.contact .hs-form-field {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.contact .hs-form-field label {
  width: 150px;
  font-size: 22px;
  font-weight: normal;
  margin-top: 10px;
  display:none;
}

.contact .hs-form-field .input input,
.contact .hs-form-field .input select,
.contact .hs-form-field .input textarea {
  border: 1px solid #707070;
  border-radius: 10px;
  padding: 2px 14px;
  font-size: 16px;
	width: 600px;
    max-width: 80vw;
  min-height: 2rem;
  box-sizing: border-box;
}

.contact .hbspt-form .hs_email input[type="email"] {
    flex: 1 1 auto;
	width:600px;
    max-width: 80vw;
}

.contact .hs-form-field .input textarea {
  min-height: 100px;
  resize: vertical;
}

.contact .hs-form-booleancheckbox {
  display: flex;
  align-items: flex-start;
  width: 100%;
}

.contact .hs-form-booleancheckbox label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 16px;
  width: 100%;
  line-height: 1.4;
  font-weight: normal;
	color:#000;
}

.contact .hs-form-booleancheckbox input[type="checkbox"] {
    line-height: 1;
    min-height: 1rem;
}
.contact ul.inputs-list .hs-input {
    width: 20px !important;
}


.contact .hs-submit input[type="submit"] {
  padding: 4px 0;
  font-size: 16px;
  background-color: #0057a3;
  color: white;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.contact .hs-submit input[type="submit"]:hover {
  background-color: #003f75;
}

.contact input.hs-button.primary.large {
    margin: 0 !important;
    width: 240px;
    padding: 4px 0;
}

.hs-submit input[type="submit"] {
     font-size: 16px;
     background-color: var( --e-global-color-primary ) !important;
    color: white;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}



/*errors*/
.contact ul.no-list.hs-error-msgs.inputs-list {
    list-style: none;
    margin: 0;
}

.contact label.hs-error-msg.hs-main-font-element {
    font-size: 11px;
    width: 100%;
   
}


.contact ul.inputs-list {
    margin: 0;
}
.contact ul.inputs-list .hs-input {
    width: auto;
}
.contact .legal-consent-container .hs-form-booleancheckbox-display>span {
    display: block;
    margin-left: 0;
}

.contact select.hs-input {
  appearance: none; /* removes default arrow */
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 10px 40px 10px 14px;
  font-size: 16px;
  border: 1px solid #707070;
  border-radius: 10px;
  background-color: white;
  background-image: url('data:image/svg+xml;utf8,<svg fill="red" height="40" viewBox="0 0 24 24" width="40" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px 16px;
  margin-top: 10px; /* custom margin */
}

.contact select.hs-input:invalid {
  color: #999;
}


.contact .hs-dependent-field {
    margin: -10px 0 0 0;
    padding: 0;
}

.contact  legend.hs-field-desc {
    height: 10px !important;
}

.contact label.hs-error-msg.hs-main-font-element {
    display: inline;
}

.contact .submitted-message h4 {
    color: #515962 !important;
}
    

/*faq*/
.faq .e-n-accordion-item {  break-inside: avoid;}

/*Chiffres*/

.elementor-counter .elementor-counter-title {
    text-align: center;
}

/*Business cases & blog*/

.bc-une, .bc-page {
  height: 100% !important;
}


.bc-une {
  position: relative;
}


.ribbon {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}
.ribbon {
  --f: .5em; /* control the folded part */
   position: absolute;
  top: -10px;
  left: -10px;
  line-height: 1.8;
  padding-inline: 1lh;
  padding-bottom: var(--f);
  border-image: conic-gradient(#0008 0 0) 51%/var(--f);
  clip-path: polygon(
    100% calc(100% - var(--f)),100% 100%,calc(100% - var(--f)) calc(100% - var(--f)),var(--f) calc(100% - var(--f)), 0 100%,0 calc(100% - var(--f)),999px calc(100% - var(--f) - 999px),calc(100% - 999px) calc(100% - var(--f) - 999px));
  transform: translate(calc((cos(45deg) - 1)*100%), -100%) rotate(-45deg);
  transform-origin: 100% 100%;
  background-color: #E30000 /* the main color  */
}

.bc-texte {
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2em;
    color: #888889;
}


.custom-category-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.custom-category-buttons .btn-category {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 6px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.1;
    text-decoration: none;
    color: #fff;
    background-color: #a2006b;
    transition: all 0.3s;
    text-align: center;
}

.custom-category-buttons .btn-category:hover {
    background-color: #333;
	color:#fff;
}

.barre .custom-category-buttons .btn-category {min-width: 100% !important;}

/*différents par catégorie */
.custom-category-buttons .cat-finance { background-color: var(--e-global-color-a5f2343); }
.custom-category-buttons .cat-marketing-digital { background-color: var(--e-global-color-0807b5d); }
.custom-category-buttons .cat-ressources-humaines { background-color: var(--e-global-color-110e9d4); }
.custom-category-buttons .cat-systeme-information { background-color: var(--e-global-color-36edf3a); }
.custom-category-buttons .cat-management-commercial { background-color: var(--e-global-color-348cd90); padding: 8px 12px; }
.custom-category-buttons .cat-achats-supply-chain { background-color: var(--e-global-color-c9fe41e); }
.custom-category-buttons .cat-directeur-general { background-color: var(--e-global-color-d0aff48);}
.custom-category-buttons .cat-rse { background-color: var(--e-global-color-b8c8faf); }
.custom-category-buttons .cat-temps-partage {color:var(--e-global-color-secondary); background-color: #fff; border:1px solid var(--e-global-color-secondary); }
.custom-category-buttons .cat-management-de-transition {color:#252757; background-color: #fff; border:1px solid #252757; padding: 8px 12px; }

/* bouton principal */
#filter-toggle {
    padding: 8px 16px;
    background: #fff;
    color: #333;
    border: none;
    cursor: pointer;
    position: relative;
    font-size: 1rem;
    border: 1px solid #333;
    width: 100%;
    text-align: left;
	Min-height:48px;
}
#filter-toggle::after {
  content: "ᐯ";   
  position: absolute;
  right: 12px;   
  top: 50%;
  transform: translateY(-50%);
  color: #000; 
  font-size: 0.8em; 
  pointer-events: none; 
}


/* dropdown */
#filter-dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  background: #fff;
  border: 1px solid #ccc;
  z-index: 200;
  min-width: 200px;
}

/* liste racine */
#filter-dropdown .root-list {
  list-style: none;
  margin: 0;
  padding: 8px 0;
}

/* label de groupe */
#filter-dropdown .group-label.a {
  padding: 8px 16px;
  font-weight: bold;
  background: #F4D5EC;
  font-size: 15px;
}
#filter-dropdown .group-label.b {
  padding: 8px 16px;
  font-weight: bold;
  background: #FAE8D4;
  font-size: 15px;
}

/* sous‐listes */
#filter-dropdown .sub-list {
    list-style: none;
    margin: 0 0 8px;
    padding: 0;
    font-size: 15px;
    line-height: 1.2;
}

/* items */
#filter-dropdown .sub-list li {
  padding: 6px 24px;
  cursor: pointer;
}

/* hover */
#filter-dropdown .sub-list li:hover {
  background: #eee;
}





/*Footer*/
.form-news .hbspt-form .hs-form-booleancheckbox-display {
    color: #fff;
    font-family: 'Poppins';
    font-size: 15px;
    margin-left: -35px;
    margin-top: 16px;
}

.form-news .hbspt-form input,
.form-news .hbspt-form select,
.form-news .hbspt-form textarea {
    border: 1px solid #666;
    border-radius: 48px;
    padding: 0.5rem 1rem;
    transition: all 0.3s;
}

.form-news .hbspt-form input.hs-button.primary.large {
    max-width: fit-content;
    border-radius: 48px;
    color: #fff;
    border: 1px #fff solid;
    padding: 0 3.5em;
	margin-top: 1rem;
}

.form-news .hbspt-form .hs_email,
.form-news .hbspt-form .hs_submit {
    margin-bottom: 0;
    width: 100%;
}

.form-news .hbspt-form .hs_email .input,
.form-news .hbspt-form .hs_submit .actions {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.form-news .hbspt-form .hs_email input[type="email"] {
    flex: 1 1 auto;
    width: 100%;
    min-width: 200px;
}

.form-news .hbspt-form .hs_submit input.hs-button {
    flex: 0 0 auto;
    white-space: nowrap;
}

.form-news .hbspt-form .legal-consent-container {
    margin-top: 1rem;
}

.submitted-message {
    color: #fff;
}


/*Business-cases*/

.bc-p {
    font-size: 17px;
    line-height: 1.3;
}

/*Responsive desktop*/

@media (min-width: 1025px) {
    .menu-item.menu-item-home, .menu-item.menu-item-33673 {display: none !important; }
	.faq .e-n-accordion {column-count: 2; }
}


/*Responsive tablette*/
@media (min-width: 768px) and (max-width: 1024px) {
	h1 br, h2 br,h3 br, h4 br, h5 br, h6 br {display: none}
	.elementor-headline-text-wrapper svg {margin-top: 0.5rem;}
	faq .e-n-accordion { column-count: 1; }
}


/*Responsive téléphone*/

@media (max-width: 767px) {
    .btn-menu {
        background: var(--e-global-color-secondary);
        border-radius: 10px;
        width: fit-content;
		display: flex;
        align-items: center;
        justify-content: center;
        padding: 5px 0;
        margin-left: 10px;
        margin: 1rem 0 !important;
        min-width: 40vw;
        max-width: fit-content;
    }
	.uael-offcanvas {width: 100vw !important;}
	h1 br, h2 br,h3 br, h4 br, h5 br, h6 br {display: none}
		.faq .e-n-accordion { column-count: 1; }
	.elementor-headline-dynamic-wrapper path {stroke-width: 5px !important;}
		.elementor-headline-text-wrapper svg {top: 160% !important; width: 80% !important; left: 40% !important;}
	#services .elementor-headline-text-wrapper svg {display : none}
	#services .elementor-headline, #services .elementor-headline-text-wrapper, #services .elementor-headline-dynamic-wrapper
	{display: inline !important;}
	
	#services .elementor-headline-dynamic-wrapper, #services .elementor-headline-dynamic-text {
    display: inline !important
}
}









