html, body {
	overflow-x: hidden;
}
.bleu-bea-color {
	color: #00ABE5;
}
.vert-bea-color {
	color: #95c230;
}
.mb_0 {
	margin-bottom: 0 !important;
}
.main_header_bea .main_nav {
    z-index: 99999999;
}		
.features_bea__client {
    margin-top: 60px;
}

.features_bea__client .card_feature_c {
	display: flex;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
    border-radius: 30px;
    padding: 30px;   
	background-color: rgb(245, 248, 253);
    margin-bottom: 30px;
}
.features_bea__client .card_feature_c h4 { 
	font-size: 24px;
}
.features_bea__client .card_feature_c img {
	display: block;
	margin: 10px 0;
    width: 100px;
}
.discover-btn {
	display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    gap: 8px;
    font-size: 14px;
    font-weight: var(--font-weight-bold);
    padding: 15px 20px;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    width: fit-content;
    background-color: var(--bleu2-bea);
    border: 1px solid var(--bleu2-bea);
    color: #fff;
    margin: 40px auto;
}
.card_feature_c.translateY50 {
	transform: translateY(50%);
}
@media (max-width: 992px) {
	.card_feature_c.translateY50 {
		transform: inherit;
	}
}

.format_section {
    margin-top: 0 !important;
	background-color: #fff !important;
    border-radius: 0 !important;
    padding: 0!important;
}
.margin-left-inherit {
	    margin-left: inherit !important;
}
.account-info-wrapper {
	padding-right: 60px
}
.account-info-wrapper .sub__title {
	margin-bottom: 20px;
}
.account-info-wrapper h5 {
	color: #01398E;
}
@media (max-width: 992px) {
	.account-info-wrapper {
		padding-right: 0
	}
}


.condidate_vea_wrapper {
	border-radius: 15px;
    padding: 15px;
    background: #F5F8FD;
}
.condidate_vea_wrapper img {
	display: block;
    border-radius: 20px;
}
.condidate_vea_wrapper .col_text {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.condidate_vea_wrapper .col_text a {
    display: block;
    text-decoration: underline;
    margin-bottom: 20px;
}
.condidate_vea_wrapper .col_text p {
    padding-left: 40px;
}


.process-item  {
	margin-top: 20px;
	margin-bottom: 40px;
	font-size: 18px;
}
.process-item p {
	margin-top: 0;
}

.sub_title_2 {
    font-size: 27px !important;
    font-style: italic;
    margin-bottom: 40px;
}


.get_to_know_us {
	border-radius: 15px;
    padding: 60px;
    background: #F5F8FD;
}
.get_to_know_us p {
    font-size: 22px;
    text-align: center;
}
.get_to_know_us a {
	display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    gap: 8px;
    font-size: 14px;
    font-weight: var(--font-weight-bold);
    padding: 15px 40px;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    width: fit-content;
    background-color: var(--bleu2-bea);
    border: 1px solid var(--bleu2-bea);
    color: #fff;
    margin: 40px auto 0;
}


.find_us__wrapper {
	margin-top: 60px;
}
.find_us__wrapper .sub__title {
    font-weight: 600;
    text-decoration: underline;
}
.find_us__wrapper h3 {
	margin-bottom: 30px;
}
.find_us__wrapper ul {
	padding-left: 30px;
}
.find_us__wrapper .share_article_wrapper ul {
    padding: 0 !important;
    margin-top: 60px;
}
.find_us__wrapper .agence__france_caption {
	color: var(--bleu2-bea);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    font-size: 24px;
    font-family: var(--secondary-font-family), serif;
    font-weight: bold;
    margin-top: 40px;
}
.find_us__wrapper .agence__france_caption span {
    background-color: var(--vert-bea);
    border-radius: 90px;
    padding: 10px;
    border: 1px solid #fff;
    color: #fff;
    display: block;
    width: fit-content;
}
.find_us__wrapper .agence__france_caption span > span {
    padding: 0px 20px;
    border-radius: 100px;
}
.find_us__wrapper .agence__france_caption span:after {
    content: "";
    background-color: var(--vert-bea);
}


.latest_news__wrapepr {
	margin-top: 120px;
}




.txt_black {
	color: #000 !important;
}
.mb_30 {
	margin-bottom: 30px;
}


.security-tips {
  display: grid;
  gap: 22px;
}

.tip {
  display: grid;
  grid-template-columns: 108px 1fr;
  gap: 20px;
  align-items: start;
}

.tip__icon {
	width: 108px;
	height: 108px;
	border-radius: 30px;
	background: #E8F4FF;        
	display: grid;
	place-items: center;        
	flex-shrink: 0;     
}

.tip__content h3 {
  margin: 0 0 6px 0;
  font-size: 18px;
  color: gray;
}

.tip__content p {
  margin: 0;
  color: gray;
}

.tips-footnote {
  margin-top: 8px;
  color: #5d6673;
}

.tips-footnote p {
  margin: 0 0 10px 0;
}

/* Responsive */
@media (max-width: 640px) {
  .tip {
    grid-template-columns: 52px 1fr;
  }
  .tip__icon {
    width: 52px;
    height: 52px;
    border-radius: 12px;
  }
  .tip__content h3 {
    font-size: 16px;
  }
}



@media (max-width: 1400px) {
	.contact_section_wrapper {
		border-top-left-radius: 0;
		border-top-right-radius: 0;
		padding-top: 60px;
	}
}
@media (max-width: 520px) {
	.contact_section .contact_section_container {
		width: 100%;
	}
	.contact_page_wrapper {
		padding: 20px;
	}
	.contact_page_wrapper .p_r_80 {
		padding-right: 0;
	}
	.how_subscribe__wrapper .how_subscribe__content {
		padding: 20px;
	}
	.how_subscribe__wrapper .how_subscribe__content .title_wrapper .title {
		font-size: 30px;
	}
	.main_header_bea .top_header .top_header_wrapper .logo img {
		height: 92px;
	}
	.main_header_bea .top_header .top_header_wrapper .logo .default-logo {
        display: none !important;
    }
}
@media (max-width: 420px) {
	.hero_page__wrapper .title_hero__wrapper .title__hero {
		font-size: 36px;
	}
}
.hero_section_wrapper .hero-slide {
    background-size: cover;
    background-position: center;
}

.similation_step_card {
	display: flex;
   padding-right: 20px;
    margin-top: 40px;
    align-items: center;
    height: 100%;
    gap: 20px;
}
.similation_step_card .title {
    width: calc(100% - 15px);
}
@media (max-width: 992px) {
	.similation_step_card img {
		    transform: rotate(90deg);
	}
}

.cal_simulation_wrapper {
    flex-direction: column;
    gap: 20px;
}
.imporant_caption {
	margin-top: 80px;
}
.cal_simulation_wrapper {
	background: rgb(153 153 153 / 6%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 120px;
    border-radius: 30px;
    margin-top: 30px;
}


.type_credit_card {
    margin-top: 30px;
}
.type_credit_card .icon_wrap {
    background: rgb(71 187 255 / 10%);
    display: flex;
    width: fit-content;
    padding: 20px;
    border-radius: 30px;
}
.type_credit_card h4.title {
    font-size: 18px;
    font-family: "Work Sans", sans-serif;
    font-weight: bold;
    color: gray;
}
.type_credit_card ul {
	margin-top: 0;
}


.agency_contact_wrapper {
	margin-top: 120px;
	border-bottom: 1px solid #00AEFF;
    padding-bottom: 40px;
}
.agency_contact_wrapper p {
	margin-top: 0;
}

.agency_become_client {
	background: #F5F8FD;
    padding: 60px;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.agency_become_client h4 {
	font-size: 27px;
    font-family: "Work Sans", sans-serif;
    font-weight: 600;
    color: gray;
}
.agency_become_client .bea_button   {
	color: #fff;
}



.form-group-radio {
	padding: 10px 20px;
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
    flex-wrap: wrap;
}
.form-group-radio > div {
    display: flex;
    gap: 10px;
    align-items: center;
}
input[type="radio"] {
	-webkit-appearance: none;
	appearance: none;
	margin: 0;
	font: inherit;
	color: currentColor;
	width: 24px !important;
	height: 24px;
	border: 1px solid #bdbdbd;
	border-radius: 100%;
	transform: translateY(-0.075em);
	display: grid;
	place-content: center;
	cursor: pointer;
}

input[type="radio"]::before {
	content: "";
	width: 14px;
	height: 14px;
	transform: scale(0);
	transform-origin: bottom left;
	transition: 120ms transform ease-in-out;
	box-shadow: inset 1em 1em var(--form-control-color);
	background-color: #93c13e;
	border-radius: 100%;
}

input[type="radio"]:checked::before {
	transform: scale(1);
}

input[type="radio"]:disabled {
	--form-control-color: var(--form-control-disabled);
	color: var(--form-control-disabled);
	cursor: not-allowed;
}


.main_footer_section .main_footer_container .widget_footer {
	flex: 0 0 calc((100% - 240px) / 5) !important;
}
.main_footer_section .main_footer_container {
	justify-content: center;
}
@media (max-width: 992px) {
	.main_footer_section .main_footer_container .widget_footer {
		flex: 0 0 calc(100%  / 3 - 20px) !important;
	}
	.main_footer_section .main_footer_container {
		justify-content: start;
	}
}
@media (max-width: 520px) {
	.hide_in_520 {
		display: none;
	}
	.main_footer_section .main_footer_container .widget_footer {
	    flex: 0 0 100% !important;
    }
	.hero_section_wrapper .hero-slide .hero-overlay .hero-content {
        padding-left: 15px;
        padding-right: 15px;
    }
	.hero_section_wrapper .navigation-slider-wrapper .prev,
	.hero_section_wrapper .navigation-slider-wrapper .next {
		top: 90%;
	}
	.hero_section_wrapper .hero-slide .hero-overlay .hero-content .hero-buttons a {
		width: 100%;
		letter-spacing: 0px;
	}
	.hero_section_wrapper .hero-slide .hero-overlay .hero-content .hero-buttons {
		margin-top: 20px;
	}
}

@media (max-width: 520px) {
	.hero_section_wrapper .hero-slide .hero-overlay .hero-content .hero-buttons a {
		position: relative;
        padding-right: 50px;
	}
	.hero_section_wrapper .hero-slide .hero-overlay .hero-content .hero-buttons a svg {
		position: absolute;
        right: 10px;
	}
}



@media (min-width: 992px) {	
	.main_header_bea .top_header .user_nav_wrapper a.login:hover {
		border: 1px solid #00abe5;
		background: #00abe5;
	}
	.main_header_bea .top_header .user_nav_wrapper a.login:hover svg path{
		fill: #fff;
	}
}


@media (max-width: 992px) {		
		
	.main_header_bea.main_header_bea_home {
		padding: 0 !important;
	}	
	.main_header_bea .top_header .user_nav_wrapper a.login:hover svg ellipse {
		stroke: #003A70;
	}
	.main_header_bea .top_header .user_nav_wrapper a.login:hover svg circle {
		stroke: #003A70;
	}
	.hero_page__wrapper .title_hero__wrapper .title__hero {
		font-size: 42px;
	}
	.contact_page_wrapper {
		margin-top: 0;
	}
}

.map_wrapper  {
	margin-top: 120px;
}
@media (max-width: 992px) {
	.map_wrapper  {
		margin-top: 60px;
	}
}


.our_agencies_section .our_agencies_wrapper .map_wrapper {
	height: 520px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: -30px;
    margin-bottom: -10px;
	background-position: center 100%;
}


.content_section__wrapper ul {
	font-size: 14px;
    font-weight: var(--font-weight-regular);
    color: gray;
    padding-left: 30px;
}

.content_section__wrapper p {
    margin-bottom: 0;
}

.content_section__wrapper + .title_section__wrapper {
	margin-top : 20px;
}

.content_wrapper_border {
	border: 1px solid #EBEBEB;
	padding: 40px;
	border-radius: 40px;
	margin-top: 60px;
}


.content_section_product .row > [class*=col-] {
    padding: 10px 30px;
}



/* NEW HEADER // STICKY MENU */

.main_header_bea .top_header .user_nav_wrapper a.login {
    padding: 15px;
	width: 52px;
    height: 52px;
}

.main_header_bea .main_nav {
    border-bottom: none;
}
.main_header_bea {
	position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 99999;
	background: #fff;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	transition: all 0.3s ease;
}
.main_header_bea .top_header {
    border-bottom: none;
}

.main_header_bea.main_header_bea_home {
	background: transparent;
	box-shadow: none;
	padding: 0px 20px 0 5px;
}

.main_header_bea.main_header_bea_home .logo-white {
	display: block !important;
}
@media (max-width: 520px) {
	.main_header_bea.main_header_bea_home .logo-white {
		display: none !important;
	}
}
@media (max-width: 480px) {
    .hero_section_wrapper .hero-slide .hero-overlay .hero-content {
        padding-top: 120px;
    }
}

.main_header_bea.main_header_bea_home .default-logo {
	display: none;
}

.main_header_bea.main_header_bea_home.sticky .logo-white {
	display: none !important;
}
.main_header_bea.main_header_bea_home.sticky .default-logo {
	display: block !important;
}

.main_header_bea.main_header_bea_home .main_nav .main_nav_wrapper .navigation-main li a {
    color: #ffffff;
}
.main_header_bea.main_header_bea_home .main_nav .main_nav_wrapper .navigation-main li.has-sub-menu svg path {
    stroke: #ffffff;	
}
.main_header_bea.main_header_bea_home .main_nav .main_nav_wrapper .navigation-main .sub-menu li a {
    color: #00376a;
}

.main_header_bea.main_header_bea_home.sticky {
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	background: #fff;
}
.main_header_bea.main_header_bea_home.sticky  .main_nav .main_nav_wrapper .navigation-main li a {
    color: #00376a;
}
.main_header_bea.main_header_bea_home.sticky  .main_nav .main_nav_wrapper .navigation-main li.has-sub-menu svg path {
    stroke: #00376a;	
}





.hero_page__wrapper {
    padding: 240px 0 120px 0;
    background-attachment: fixed;
}


.logo-white {
	display: none;
}
.hero_section_wrapper .hero-slide .hero-overlay .hero-content .hero-title {
    line-height: 1.2;
}
.hero_section_wrapper .hero-slide .hero-overlay .hero-content .hero-title,
.hero_page__wrapper .title_hero__wrapper .title__hero {
    text-transform: uppercase;
}
.bea_button {
	font-weight: 500;
}

.bea_button.subscribe:hover {
    border: 1px solid #00abe5;
    background: #00abe5;
}
.hero_section_wrapper {
    margin: 0 25px;
    border-radius: 0 0 24px 24px;
}
@media (max-width: 1200px) {
	.main_header_bea .top_header .user_nav_wrapper a.subscribe {
		padding: 13px;
		width: 52px;
		height: 52px;
	}
	.main_header_bea .main_nav .main_nav_wrapper .navigation-main li a {
		padding: 20px 10px;
	}
} 
@media (max-width: 1080px) {
	.hero_section_wrapper .hero-slide .hero-overlay .hero-content .hero-title {
		font-size: 32px;
	}
	.main_header_bea .top_header .user_nav_wrapper {
		gap: 5px;
	}
} 
 
@media (max-width: 992px) {
	.hero_section_wrapper  {
		margin: 0;
		border-radius: 0;
	}
	.main_header_bea.main_header_bea_home .default-logo {
		display: block;
	}
	.main_header_bea.main_header_bea_home .logo-white {
		display: none !important;
	}
}
@media (max-width:660px) {
	.our_agencies_section .our_agencies_wrapper .map_wrapper {
		height: 350px;
	}
}
@media (max-width: 768px) {
	.hero-subtitle {
		line-height: 1.4;
	}
	.hero_page__wrapper .title_hero__wrapper .title__hero {
		font-size: 28px;
	}
	.agencies_list_wrapper .agence_card .content_agence {
		padding: 80px 15px 40px;
	}
}
@media (max-width: 420px) {
	h2 {
		font-size: 28px;
	}
	.title_section__wrapper .title_section {
		font-size: 24px;
	}
	.our_agencies_section .our_agencies_wrapper {
		padding: 20px 20px 0;
	}
}

 @media (max-width: 992px) {
	.main_header_bea .main_nav .login_wrapper__mobile {
		width: 100%;
		padding: 0;
	}
	.main_header_bea .top_header .user_nav_wrapper a.login {
		padding: 15px;
		width: 100%;
		height: inherit;
		border: none;
		border-bottom: 1px solid #ebebeb;
	}
	.main_header_bea .top_header .user_nav_wrapper a.login span {
        display: block;
    }
	.main_header_bea .top_header .user_nav_wrapper a.subscribe {
        padding: 15px;
        width: 100%;
        height: inherit;
    }
	.main_header_bea .top_header .user_nav_wrapper a.subscribe span {
        display: block;
    }
	.main_header_bea.main_header_bea_home {
		background: #fff;
	}
	.main_header_bea.main_header_bea_home .main_nav .main_nav_wrapper .navigation-main li a {
		color: #00376a;
	}
	.main_header_bea .main_nav .main_nav_wrapper .navigation-main {
        padding-left: 10px;
    }
 } 
 .main_header_bea .main_nav .login_wrapper__mobile .user_nav_wrapper a {
    font-weight: 500;
}
 hr.section-break {
	 margin-top: 30px;
    border: none;
    border-top: 1px solid #f3f3f3;
    margin-bottom: 30px;
 }
 
.hero_page_bg_image:before {
    background: linear-gradient(to top right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.1));
}

table.table-content {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #ccc;
}

table.table-content th, table.table-content td {
  padding: 10px;
  border: 1px solid #ccc;
  text-align: left;
  background: #fff;
}

table.table-content th {
  background: #f5f5f5;
  font-weight: 600;
}



.bea-quote-dg {
	max-width: 900px;
	margin: 40px 20px 40px auto;
}

.bea-quote-text {
  font-style: italic;
  margin-bottom: 20px;
}

.bea-quote-name {
  text-align: right;
	font-weight: 700 !important;
	margin: 0;
	color: #00376a !important;
}

.bea-quote-title {
	 text-align: right;
	margin: 0 !important;
}



/* 28012026 AC */

.contact_page_wrapper {
    margin-top: -80px;
}


.agencies_section .agencies_list_carrousel .card_agency a {
	margin-right: 25px;
}
@media (max-width: 1180px) {
	.agencies_section .agencies_list_carrousel .card_agency a {
		font-size: 20px;
	}
}
@media (max-width: 1080px) and (min-width: 992px) {
	.agencies_section .agencies_list_carrousel .card_agency a {
		bottom: 50px;
	}
}