.hom2_slider{
	float:left;
	width:100%;
}
.aroor_newchan{
	background-image:url(../images/next_arrow_o.svg) !important;
}


.img_hometwo {
	margin:30px 0 30px 0;
}
.slider_home2_img{
	max-height: 406px;
    float: right;
}
.img_hometwo .swiper-slide{
	//background: rgb(0,52,158);
//background: linear-gradient(90deg, rgba(0,52,158,1) 0%, rgba(0,52,158,1) 34%, rgba(255,255,255,1) 34%, rgba(255,255,255,1) 100%);

background: var(--org);
background: linear-gradient(90deg, var(--org) 0%, var(--org) 40%, rgba(255,255,255,1) 40%, rgba(255,255,255,1) 100%);
}
.field {
    max-width: 100%;
    margin: auto;
}
.field.field--name-field-elements {
    max-width: unset;
}
.intro-section {
    margin-top: 0;
	height: 478px;
}
.row-section:first-child {
    padding-top: 0;
}
.row-section {
    padding: 60px 0;
}
.half-round-width {
    position: relative;
    border-radius: 0 500px 500px 0;
    color: #fff;
    padding: 50px 50px 50px 0;
    background: var(--org);
		height: 478px;
}
.half-round-width::before {
    //content: '';
    display: block;
    background: var(--org);
    top: 0;
    bottom: 0;
    left: 0;
    //width: 50vw;
    width: 19%;
    height: 100%;
    position: absolute;
    transform: translateX(-100%);
    z-index: 2;
}
.paragraph--type--texte-image-2 h1.h1 {
    margin: 0;
    line-height: 1em;
	  	  font-family: 'muller_narrow_demoextrabold';
}
.subtitle-wrapper span{
	  font-family: 'muller_narrow_demoextrabold';
}

.color-orange {
    color: var(--org);
}
.text-uppercase {
    text-transform: uppercase!important;
}
.my-24 {
    margin-top: 24px;
    margin-bottom: 24px;
}
.ul-spacing-y-16>li {
    margin: 16px 0;
}
.list-check>li {
    padding-left: 26px;
    position: relative;
    margin: 25px 0;
    font-weight: 300;
}
.list-check>li:before {
    content: '';
    color: #fff;
    fill: #fff;
    display: inline-block;
    top: 7px;
    left: 0;
    position: absolute;
    width: 14px;
    height: 14px;
    background-image: url(../images/check-white.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 1em;
}
.list-cta {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
}
article .paragraph a.white {
    color: #fff;
}
.list-cta a:last-child {
    margin-right: 0;
}
.list-cta a {
    margin-right: 32px;
    margin-bottom: 12px;
    white-space: nowrap;
	max-width: 300px;
	width:100%;
}
.btn-default {
    font-size: 1em;
    padding: 0 24px;
    height:42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    text-decoration: none;
    color: #fff;
    background:var(--org);
    border: 1px solid transparent;
	font-weight:bold;
	font-size:16px;
}
.btn-default:hover{
	   color: #fff;
    background:var(--org);
	text-decoration:none;
}
.bulle-video img,
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}






.video-intro {
    position: relative;
    //max-width: 450px;
    max-width: 550px;
}
.bulle.bulle-video {
    width: 340px;
    height: 100px;
    position: absolute;
    left: 50%;
}
.is-desktop {
    display: block;
}

.is-mobile {
    display: none !important;
}

.bulle.bulle-video p {
    display: flex;
    align-items: center;
    justify-content: center;
    top: 20px;
    left: 20px;
    right: 30px;
    bottom: 40px;
	color: #fff;
}
article .paragraph p {
    color: #191f29;
}
.bulle p {
    margin-bottom: 0;
    position: absolute;
    top: 20px;
    left: 40px;
    right: 40px;
    bottom: 50px;
    font-size: .9375em;
}
.video-intro .play-video {
    position: absolute;
   top: calc(50% - 50px);
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
    background: 0 0;
    border: 0;
    width: 120px;
	cursor:pointer;
}
.video-intro .play-video img {
    width: 100%;
    display: block;
}
.paragraph--type--video-text .video-intro .field--name-field-para-img-video-preview img {
    border-radius: 4px;
    box-shadow: 9px 6px 16px rgb(0 0 0 / 10%);
}
.video-intro .video-visuel-up {
    position: absolute;
    bottom: 10%;
    right: 0;
    transform: translate(50%,50%);
    max-width: 180px;
}
.field__label {
    font-weight: bold;
}
.paragraph--type--video-text video {
    //max-width: 100%;
	width:100%;
    height: auto;
	    max-width: 550px;
		max-height: 310px;
}

.my-32 {
    margin-top: 32px;
    margin-bottom: 32px;
}
.cercle-icon {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background: #f3f5f9;
    display: flex;
    align-items: center;
    justify-content: center;
}
.d-flex .cercle-icon {
    min-width: 40px;
}
.icon-text .cercle-icon {
    margin-bottom: 8px;
}
.icon-text .title-text {
    margin-left: 20px;
}
.icon-text .title-text p {
    font-size: 16px;
    line-height: 20px;
}
.h1,
.h3,
.h4,
.h6,
.h5,
.h2{
	 font-family: 'muller_narrow_demoextrabold';
}
.nicon img{
	max-height:20px;
}
.my-24 {
    margin-top: 24px;
    margin-bottom: 24px;
}
.my-64 {
    margin-top: 64px;
    margin-bottom:64px;
}

.my-20 {
    margin-top: 20px;
    margin-bottom:20px;
}
.text-center {
    text-align: center!important;
}
.icon-text .cercle-icon {
    margin-bottom: 8px;
}
.margin-center {
    margin-left: auto;
    margin-right: auto;
}
.cercle-icon {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background: #f3f5f9;
    display: flex;
    align-items: center;
    justify-content: center;
}
.row-stats-home-item p {
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 0;
}
.row-stats-home-item:not(:last-child)::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 79px;
    height: 1px;
    background: var(--org);
    transform: translateX(50%);
}




.product-card-mobile {
    display: none;
}

.details-product {
    display: flex;
}
.details-product-card {
    //color: #191f29;
    //background: #f4f6f9;
	
	 color: #fff;
    background: var(--org);
    position: relative;
    //padding: 45px;
	
	padding: 48px 180px 48px 48px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.details-product-card .btn-default{
	color:var(--org);
    background:#fff;
}
.details-product-card .details-product-img {
    width: 184px;
    z-index: 3;
    position: absolute;
    top: 50%;
    right: -91px;
    transform: translateY(-50%);
    display: block;
    max-width: 100%;
    height: auto;
}
.h2-3 { font-family: 'muller_narrow_demoextrabold';
    text-transform: uppercase;
	margin-bottom: 10px;
}
article .paragraph p {
    color: #191f29;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}
.list-num {
    display: flex;
    flex-direction: column;
    margin: 10px 0;
}
.details-product .list-num li {
    padding: 0;
}
.list-num .circle-num {
    flex: 0 0 40px;
    margin-right: 20px;
	//color: #fff;
    //border: 1px solid #fff;
}

.details-product-card .list-num .circle-num {
   
	color: #fff;
    border: 1px solid #fff;
}

.circle-num {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    color: var(--org);
    border: 1px solid var(--org);
}
.list-num li {
    display: flex;
    margin: 11px 0;
}
.list-num li p {
    max-width: 300px;
    font-weight: 400;
}
.details-product .list-num li :last-child {
    margin-bottom: 0;
}


.details-product-app {
    color: #fff;
    background: #11111f;
    position: relative;
    //padding: 45px;
	    padding: 48px 48px 48px 180px;
}

.details-product-app .details-product-img {
    width: 130px;
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
	    display: block;
    max-width: 100%;
    height: auto
}

.download-store {
    display: flex;
    align-items: center;
}
.download-store li {
    margin-right: 30px;
}
.download-store img {
    height: 35px;
}

.details-product .list-num li {
    padding: 0;
}
.details-product-app .circle-num {
    background: #fff;
    border-color: #fff;
}
.circle-num {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    color: var(--org);
    border: 1px solid var(--org);
}
.details-product-app .list-num li p {
    font-weight: 400;
}
.paragraph--type--card-application .details-product-app p {
    color: #fff;
}
.details-product .list-num li :last-child {
    margin-bottom: 0;
}





.my-48 {
    margin-top: 48px;
    margin-bottom: 48px;
}
.asterisk {
    color: var(--org);
}
.tns-outer {
    display: flex;
    flex-direction: column;
}
.tns-visually-hidden {
    position: absolute;
    left: -10000em;
}
.tns-nav {
    order: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 50px;
	    display: none;
}
.tns-ovh {    overflow: hidden;
    order: 1;
}
.paragraph--type--two-columns .paragraph--type--customers-reviews .ratings {
    display: block;
}
.ratings {
    padding: 0 30px;
	    margin-bottom: 30px;
}
.paragraph--type--customers-reviews .ratings .ratings-item {
    flex: 0 0 33.33%;
    padding: 0 20px;
}
.ratings-item-wrapper {
    display: flex;
    margin:15px 0;
}
.ratings-img {
    flex: 0 0 80px;
    margin-right: 18px;
}
.ratings-img img {
    width: 80px;
    height: 80px;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 100px;
	    display: block;
    max-width: 100%;
}
.icon-svg {
    width: 18px;
    height: 18px;
}
.ratings-comment p {
    font-weight: 300;
}
.ratings-stars {
    display: flex;
    align-items: center;
}
.ratings-stars svg {
    width: 18px;
    height: 17px;
}
.ratings-stars p {
    font-size: .875em;
    margin: 0 0 0 10px;
    font-weight: 700;
    text-transform: uppercase;
}
.ratings-stars table{
	width:auto;
	    margin-top: -6px;
}
.ratings-stars table img{
	max-height:18px;
}
.ratings-stars table td{
	padding:0 2px;
}


.news {
    padding: 0 30px;
}
.news-item {
    margin: 32px 0;
}
.news-item-wrapper {
    display: flex;
}
.news-item-media {
    flex: 0 0 175px;
    margin-right: 25px;
}
.node--type-magazine.node--view-mode-teaser .field--name-field-media-image img {
    border-radius: 5px;
}
.news-item-media img {
    width: 100%;
    display: block;
	    max-width: 100%;
    height: auto;
}
.news-item-content {
    flex: 1 1 auto;
    padding: 6px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.font-12 {
    font-size: .75em;
}
.font-700 {
    font-weight: 700;
}
.font-muller {
font-family: 'muller_narrow_demoextrabold';
}
.cta-icon {
    font-weight: 700;
    text-transform: uppercase;
    font-size: .875em;
    display: flex;
    align-items: center;
}
.cta-icon svg {
    margin-left: 10px;
}
.cta-icon img { max-height:15px;
    margin-left: 10px;
}



.call-center {
    //margin: 64px 0 128px;
    //background: #f3f5f9;
    //padding: 45px 35px 45px 0;
	    width: 100%;
    float: left;
    min-height: 250px;
    position: absolute;
    left: 0;
    top: calc(50% - 128px);
	
	background: rgb(255,255,255);
background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 40%, rgba(255,0,191,1) 41%, rgba(255,0,191,1) 100%);
}
.call-center>.row {
    align-items: center;
}
.call-center-media {
    //position: relative;
	    position: absolute;
    left: 0;
    right: auto;
    width: 50%;
    top: calc(50% - 125px);
}
.call-center .smartphone {
    pointer-events: none;
    position: absolute;
    top: 0;
    transform: translateY(-125px);
}
.call-center .smartphone img {
    width: 505px;
    display: block;
	    max-width: 100%;
    height: auto;
}
.call-center .smartphone .bulle {
    position: absolute;
    top: 100px;
    left: 160px;
    width: 430px;
}
.call-center .smartphone .bulle img {
    width: 100%;
}
.call-center .smartphone .bulle p {
    margin-bottom: 0;
    position: absolute;
    top: 20px;
    left: 40px;
    right: 40px;
    bottom: 50px;
    font-size: .9375em;
}
.call-center .shape-bg {
    width: 100%;
    height: 250px;
    background: #11111f;
	    max-width: 50%;
       border-radius: 250px 0 0 250px;
}
.call-center-contact {
    padding-left: 40px;
}
.font-800 {
    font-weight: 800;
}
.social-links li:not(:last-child) {
    padding: 18px 0;
    border-bottom: 1px solid #fff;
}
.svg-text {
    display: flex;
    align-items: center;
    margin: 18px 0;
}
.svg-text img{
	max-height:24px;
	margin-right:10px;
}
.svg-text  p{
	margin:0;
}
.icon-mr20 {
    margin-right: 20px;
}
.icon-1-5x {
    font-size: 1.5rem;
}
.cta-icon {
    font-weight: 700;
    text-transform: uppercase;
    font-size: .875em;
    display: flex;
    align-items: center;
}
.cta-icon svg {
    margin-left: 10px;
}

.svg-text a {
    color: #191f29;
}
/******************************************************************************************/
header {
    background: #ffffff;
}
.bank_hed .navbar-nav .nav-link {
    color: var(--org);
	font-weight:bold;
	
}
.bank_hed .navbar-nav .nav-link:hover, .bank_hed .navbar-nav .nav-link:focus {
    color: var(--org) ;
}

.connecter_linkbx,
.compte_btn,
.bank_hed .navbar-nav .nav-link.compte_btn:hover, .compte_btn:focus, .compte_btn:hover {
    background-color: var(--org) ;
    color: var(--white) ;
}
.mbx_menu,
.connecter_linkbx{
	border-color: var(--org) !important;
}
.mbx_menu{
	color: var(--org) !important;
}

.btn_w{
	    background-color: var(--white) !important;
    color: var(--org) !important;
}


.addres_bx_new{
	font-size:16px;
}
.addres_bx_new ul{
	margin-bottom:15px;
}



.banner_text .h1{
	margin-bottom:12px !important;
}
.banner_text label{
//font-weight: bold;
    text-transform: initial;
    letter-spacing: 2px;
    border-bottom: 1px solid #fff;
    font-size: 17px;
	margin-bottom:15px;
}
/*********************************/
.details-product-cta a{
	width:100%;
	max-width: 270px;
}

.review_sliderbx{
	float:left;
	width:100%;
}

.ratings-item-wrapper {
    position: relative;
    height: 100%;
    padding: 20px 20px;
    border-radius: 5px;
    background: #f3f5f9;
}
.ratings-img {
    position: absolute;
    bottom: 20px;
    left: 20px;
    flex: none;
}
.ratings-comment {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding-top: 20px;
}
.ratings-stars {
    display: inline-block;
    margin-left: 76px;
}
.ratings-img img {
    width: 56px;
    height: 56px;
}
.ratings-stars p {
    margin-left: 0;
}
.next_review{
    background-image: url(../images/next_arrow_o.svg);
}
.prev_review{
    background-image: url(../images/back_arrow_o.svg);
}

/*================================================= */
/* #Media Queries
================================================== */
/********************************************************/

@media only screen and (min-width:100px) and (max-width:767px) {
	.half-round-width::before {
    top: 100%;
    left: 0;
    right: 0;
    background: var(--org);
    width: 120vw;
    height: 100px;
    transform: translate(-10vw,-50px);
    z-index: 1;
    border-radius: 100% 100%;
}
.intro-section {
    margin-top: 0;
    overflow: hidden;
    padding-bottom:50px;
	height:auto;
}
.intro-section .half-round-width {
    padding-left: 20px;
    padding-right: 20px;
	    padding-bottom: 1px;
		height:auto;
}
.container.container-collapsed-mobile {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
}
.half-round-width {
    //padding: 50px 50px 0;
    border-radius: 0;
}
.list-cta a { max-width:100%;
    width: 100%;
	margin-right: 0;
}
.paragraph--type--texte-image-2 .field--name-field-paragraph-image {
    display: none;
}
.is-desktop {
    display: none !important;
}
.is-mobile {
    display: block !important;
}
.bulle.bulle-video p {
    display: flex;
    align-items: center;
    justify-content: center;
    top: 20px;
    left: 20px;
    right: 30px;
    bottom: 40px;
}
.row-stats-home-item:not(:last-child)::before{
	display:none;
}
.product-card-mobile img {
    max-width: 290px;
    display: block;
    margin: 50px auto;
}
.product-card-tablet {
    display: none;
}
.product-card-mobile {
   display: block;
}
.details-product .details-product-img {
    display: none;
}
.paragraph--type--card-application .details-product-app, .paragraph--type--card-application .details-product-card {
    padding: 45px 16px;
}


.ratings-item-wrapper {
    position: relative;
    height: 100%;
    padding: 20px 20px;
    border-radius: 5px;
    background: #f3f5f9;
}
.ratings-img {
    position: absolute;
    bottom: 20px;
    left: 20px;
    flex: none;
}
.ratings-comment {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding-top: 20px;
}
.ratings-stars {
    display: inline-block;
    margin-left: 76px;
}
.ratings-img img {
    width: 56px;
    height: 56px;
}
.ratings-stars p {
    margin-left: 0;
}
.call-center-media {
    display: none;
}
.call-center-contact {
    padding: 0 20px;
}
.container.container-collapsed-mobile .row>* {
    //padding-left: 0;
    //padding-right: 0;
}
.call-center-contact .row-reverse-mobile .col:first-child {
    margin-top: 20px;
}
.call-center-contact .row-reverse-mobile .social-links {
    display: flex;
}
.call-center-contact .row-reverse-mobile {
    flex-direction: column-reverse;
}
.call-center-contact .row-reverse-mobile .social-links li {
    margin-right: 40px;
}
.svg-text a {
    color: #191f29;
}
.svg-text img{
    margin-right: 20px;
}
.social-links li:not(:last-child) {
    padding: 0;
}
.paragraph--type--contact-us .call-center {
margin-bottom:0;
}
.bulle.bulle-video {
width: auto;
    right: 2px;
    left: auto;
    z-index: 3;
    height: 93px;
    top: -7px;
}
.details-product {
    //margin-right: -1rem;
    //margin-left: -1rem;
}
.video-intro {
    overflow: hidden;
    margin-bottom: 32px;
}
.details-product-cta a{ width:100%;
}
.row-stats-home-item {
    margin: 15px 0;
}
.paragraph--type--card-application.container {
    //max-width: none;
}

.half-round-width::before {
    content: '';
	
}

.img_hometwo {
    margin: 0;
}
.img_hometwo .swiper-slide{
	background:none;
}
.hixright_inner, .hixleft_inner {
    max-width: 100%;
    width: 100%;
}
.ratings {
    padding: 0 0;
    margin-bottom: 30px;
}
.paragraph--type--customers-reviews .ratings .ratings-item {
    padding: 0 0;
}
.paragraph--type--customers-reviews.container{
	    padding-right: 0;
    padding-left: 0;
}

.banner_text h1{
font-size: 25px;
}
.my-64 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.details-product-cta a{
	max-width: 100%;
}
.news-item-media {
    flex: 0 0 100px;
    margin-right: 15px;
}
.call-center {
    padding: 45px 0 45px 0;
}
.vido_bxbx .row {
  
    //margin-right: 0;
    //margin-left: 0;

}
.video-intro .video-visuel-up{
	display:none !important;
}
.mob_rmsc{ overflow:hidden;
	//width: calc(100% - 15px);
}
.aroor_newchan{
	background-image:url(../images/next_arrow.svg) !important;
}
}
@media only screen and (min-width:768px) and (max-width:990px) {
.Habitation_pop_left {
    display: none;
}
.Habitation_pop_right {
    width: 100%;
}	
}

@media only screen and (min-width:768px) and (max-width:1100px) {
.video-intro {
    margin-bottom: 32px;
}	
.paragraph--type--video-text .video-intro .video-visuel-up {
    transform: none;
    bottom: 0;
    right: -60%;
}
.paragraph--type--card-application .details-product-app, .paragraph--type--card-application .details-product-card {
    padding: 45px;
}
.details-product .details-product-img {
    display: none;
}
.paragraph--type--contact-us.container{
	max-width: 100%;
	padding-left:0;
	padding-right:0;
}
.call-center {
    margin: 64px 0 0;
}
.paragraph--type--contact-us .call-center .smartphone .bulle {
    top: 20px;
}

.call-center .smartphone img {
    width: 378px;
}
.video-intro .video-visuel-up{
	display:none !important;
}

}

/*******************************************/
.compte_btn:hover,
.compte_btn{
	    background-color: var(--org);
    color: var(--white) ;
}
.darkbghed .compte_btn:hover,
.darkbghed .compte_btn{
	    background-color: var(--white)!important;
    color: var(--org) !important;
}
.menu_link li>a:hover,
.menu_link li>a{
	 color: var(--org) !important;
}
.outline_btn_org,
.outline_btn_org:hover{
	    color: var(--org) !important;
		    background-color: var(--white)  !important;
}
.darkbghed{
	    background-color: var(--org);
}
.darkbghed .navbar-nav .nav-link {
    color: var(--white) !important;
}
.darkbghed .outline_btn.nav-link:hover,
.darkbghed .outline_btn.nav-link{
    color: var(--white) !important;
	border-color:var(--white) !important;
	background: none !important;
}
.darkbghed .nav-item>.nav-link.compte_btn:hover,
.darkbghed .nav-item>.nav-link.compte_btn{
	    background-color: var(--white) !important;
    color: var(--org) !important;
}
.darkbghed .mbx_menu {
    color: var(--white) !important;
	    border-color: var(--white) !important;
}
.darkbghed .connecter_linkbx {
    border-color: var(--white) !important;
}
