.elementor-kit-13{--e-global-color-primary:#000033;--e-global-color-secondary:#808099;--e-global-color-text:#000033;--e-global-color-accent:#0033FF;--e-global-color-8ac5149:#FFFFFF;--e-global-color-b620c05:#FFFFFFB3;--e-global-color-2c6ac9d:#FFFFFF80;--e-global-color-01bee73:#FFFFFF40;--e-global-color-042d1c5:#000033B3;--e-global-color-69d5b6d:#00003380;--e-global-color-0fb71ac:#0033FF26;--e-global-color-6596be0:#0000001A;--e-global-color-f433133:#0033FF12;--e-global-color-21c0516:#FAFAFA;--e-global-color-b56726e:#FFFFFF00;--e-global-color-485bc33:#EBEBEB;--e-global-typography-primary-font-family:"Sora";--e-global-typography-primary-font-size:0.875rem;--e-global-typography-primary-font-weight:400;--e-global-typography-primary-text-transform:uppercase;--e-global-typography-secondary-font-family:"Sora";--e-global-typography-secondary-font-size:3.44rem;--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-text-transform:none;--e-global-typography-text-font-family:"Sora";--e-global-typography-text-font-size:0.875rem;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Sora";--e-global-typography-accent-font-size:0.75rem;--e-global-typography-accent-font-weight:400;--e-global-typography-31ccd87-font-family:"Sora";--e-global-typography-31ccd87-font-size:1rem;--e-global-typography-31ccd87-font-weight:700;--e-global-typography-206692a-font-family:"Sora";--e-global-typography-206692a-font-size:1rem;--e-global-typography-206692a-font-weight:300;--e-global-typography-ea226ec-font-family:"Sora";--e-global-typography-ea226ec-font-size:0.875rem;--e-global-typography-2c402ae-font-family:"Sora";--e-global-typography-2c402ae-font-weight:700;--e-global-typography-a988a49-font-family:"Sora";--e-global-typography-a988a49-font-size:0.875rem;--e-global-typography-a988a49-font-weight:300;--e-global-typography-f7c4148-font-family:"Sora";--e-global-typography-f7c4148-font-size:0.75rem;--e-global-typography-f7c4148-font-weight:400;--e-global-typography-efe0c53-font-family:"Sora";--e-global-typography-efe0c53-font-size:0.75rem;--e-global-typography-efe0c53-font-weight:700;--e-global-typography-d4ce17f-font-family:"Sora";--e-global-typography-d4ce17f-font-size:3.44rem;--e-global-typography-d4ce17f-font-weight:400;--e-global-typography-d4ce17f-text-transform:none;--e-global-typography-d4ce17f-line-height:1.2em;--e-global-typography-e216640-font-family:"Sora";--e-global-typography-e216640-font-size:3.875rem;--e-global-typography-e216640-font-weight:400;--e-global-typography-e216640-text-transform:none;--e-global-typography-e216640-line-height:1.2em;--e-global-typography-e33a11a-font-family:"Sora";--e-global-typography-e33a11a-font-size:0.875rem;--e-global-typography-e33a11a-font-weight:400;--e-global-typography-e33a11a-line-height:0.25rem;}.elementor-kit-13 e-page-transition{background-color:#FFBC7D;}.elementor-kit-13 a{color:var( --e-global-color-accent );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-kit-13 h2{color:var( --e-global-color-primary );font-size:1.25rem;font-weight:700;}.elementor-kit-13 h3{font-size:0.875rem;font-weight:700;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:62.25rem;}.e-con{--container-max-width:62.25rem;--container-default-padding-top:2rem;--container-default-padding-right:0rem;--container-default-padding-bottom:2rem;--container-default-padding-left:0rem;}.elementor-widget:not(:last-child){--kit-widget-spacing:1.25rem;}.elementor-element{--widgets-spacing:1.25rem 1.25rem;--widgets-spacing-row:1.25rem;--widgets-spacing-column:1.25rem;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-13{--e-global-typography-d4ce17f-font-size:45px;}.elementor-kit-13 a{font-size:var( --e-global-typography-text-font-size );}.e-con{--container-default-padding-top:2rem;--container-default-padding-right:1rem;--container-default-padding-bottom:2rem;--container-default-padding-left:1rem;}}@media(max-width:767px){.elementor-kit-13{--e-global-typography-d4ce17f-font-size:1.75rem;--e-global-typography-e216640-font-size:1.875rem;}.elementor-kit-13 a{font-size:var( --e-global-typography-text-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Reset Elementor*/
.elementor-widget-text-editor p:last-child {
    margin-bottom: 0;
}

.elementor-widget-off-canvas {
	--e-off-canvas-animation-duration: 300ms;
}

/* Hero */
.hero {
    min-height: 100svh;
}

/**** Text color ****/
/* Gradient text*/
.gradient-light h2,
.gradient-light h3 {
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.5) 0%,
    rgba(255, 255, 255, 0.7) 50%,
    rgba(255, 255, 255, 1) 60%,
    #FFFFFF 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline;
}

.gradient-dark h2,
.gradient-dark h3 {
  background: linear-gradient(
    90deg,
    rgba(0, 0, 51, 0.5) 0%,
    rgba(0, 0, 51, 0.7) 30%,
    rgba(0, 0, 51, 1) 75%,
    #000033 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline;
}

/**** Boutons ****/
/* Bouton primary */
.btn-primary a span {
    align-items: center;
}

.btn-primary .elementor-button-icon {
    background-color: #0033FF;
    padding: 0.75rem;           
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
    transform-origin: center;
}

.btn-primary .elementor-button:hover .elementor-button-icon { transform: rotate(45deg);
}


/* Bouton secondary */
.btn-secondary a span {
    align-items: center;
}

.btn-secondary .elementor-button-icon {
    background-color: #FFFFFF;
    padding: 0.75rem;           
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #0033FF;
    transition: transform 0.3s ease;
    transform-origin: center;
}

.btn-secondary .elementor-button:hover .elementor-button-icon { transform: rotate(45deg);
}


/* Boutons outline */
.btn-outline .elementor-button-icon {
    width: 0.375rem;
    height: 0.375rem;
    stroke-width: 2px;
    transition: transform 0.3s ease;
    transform-origin: center;
}

.btn-outline .elementor-button:hover .elementor-button-icon { transform: rotate(45deg);
}

.btn-outline .elementor-button-text::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0.5rem;
  width: 0%;
  height: 0.125rem;
  background-color: currentColor;
  transition: width 0.3s ease;
}

.btn-outline .elementor-button:hover .elementor-button-text::after {
  width: 60%;
}

/**** Carousel ****/
.hidden-arrow .elementor-swiper-button.swiper-button-disabled {
    display: none !important;
}

/**** Contact-form ****/
.contact-form .elementor-mark-required .elementor-field-label:after {
    color: #0033FF;
}

/**** Utilitaires ****/
.abs-center-x {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    width: max-content;
}

/**** Operating partners card ****/

.operating-partners-card .e-con-inner,
.operating-partners-content {
    padding: 0;
}

.operating-partners-card .e-con-inner {
    gap: 1.25rem;
}

.operating-partners-content {
    gap: 0.3rem;
    text-align: center;
}

.operating-partners-name p {
    font-weight: bold !important;
    font-size: 0.875rem !important;
}

.operating-partners-job {
    font-size: 0.75rem !important;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Sora';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://b-and-capital.com/wp-content/uploads/2026/01/Sora-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Sora';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('https://b-and-capital.com/wp-content/uploads/2026/01/Sora-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'Sora';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://b-and-capital.com/wp-content/uploads/2026/01/Sora-Light.ttf') format('truetype');
}
@font-face {
	font-family: 'Sora';
	font-style: normal;
	font-weight: 200;
	font-display: auto;
	src: url('https://b-and-capital.com/wp-content/uploads/2026/01/Sora-ExtraLight.ttf') format('truetype');
}
@font-face {
	font-family: 'Sora';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://b-and-capital.com/wp-content/uploads/2026/01/Sora-SemiBold.ttf') format('truetype');
}
/* End Custom Fonts CSS */