.clearfix:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}

.clearfix {
//display: inline-block;
}

html[xmlns] .clearfix {
display: block;
}

* html .clearfix {
height: 1%;
}
a{text-decoration:none;

}
input:focus
a:focus{
	outline:none !important;
}
a:hover {


}
li{ list-style-type:none;
}
h1,h2,h3,h4,h5,h6,ul,li{ margin:0;
padding:0;
}
*{ margin:0;
padding:0;
}
input[type="submit"]{ cursor: pointer;
}
table{
width:100%;
}
input,
button{
outline:none !important;
}


/******************************/

/***************/
@font-face {
font-family: 'muller_narrow_demoextrabold';
src: url('fonts/sitefont/mullernarrow-extrabold-webfont.woff2') format('woff2'),
url('fonts/sitefont/mullernarrow-extrabold-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;

}
@font-face {
font-family: 'muller_narrow_demoXBdIt';
src: url('fonts/sitefont/mullernarrow-extrabolditalic-webfont.woff2') format('woff2'),
url('fonts/sitefont/mullernarrow-extrabolditalic-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;

}
@font-face {
font-family: 'muller_narrow_demolight';
src: url('fonts/sitefont/mullernarrow-light-webfont.woff2') format('woff2'),
url('fonts/sitefont/mullernarrow-light-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;

}
@font-face {
font-family: 'muller_narrow_demoLtIt';
src: url('fonts/sitefont/mullernarrow-lightitalic-webfont.woff2') format('woff2'),
url('fonts/sitefont/mullernarrow-lightitalic-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;

}
@font-face {
font-family: 'muller_demothin';
src: url('fonts/sitefont/muller-thin-webfont.woff2') format('woff2'),
url('fonts/sitefont/muller-thin-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;

}



@font-face {
    font-family: 'credit_cardregular';
    src: url('fonts/sitefont/credc-webfont.woff2') format('woff2'),
         url('fonts/sitefont/credc-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Muller Narrow';
    src: url('fonts/sitefont/MullerNarrow-Light.woff2') format('woff2'),
        url('fonts/sitefont/MullerNarrow-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Muller Narrow';
    src: url('fonts/sitefont/MullerNarrow-Medium.woff2') format('woff2'),
        url('fonts/sitefont/MullerNarrow-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
/****************************************************/
 @font-face {
    font-family: PayPalSansSmall-Regular;
    font-style: normal;
    font-display: swap;
    src: url(fonts/PayPalSansSmall-Regular.woff2) format('woff2'), url(fonts/PayPalSansSmall-Regular.woff) format('woff'), url(fonts/PayPalSansSmall-Regular.eot) format('embedded-opentype'), url(fonts/PayPalSansSmall-Regular.svg) format('svg')
}

@font-face {
    font-family: PayPalSansBig-Light;
    font-style: normal;
    font-display: swap;
    src: url(fonts/PayPalSansBig-Light.woff2) format('woff2'), url(fonts/PayPalSansBig-Light.woff) format('woff'), url(fonts/PayPalSansBig-Light.eot) format('embedded-opentype'), url(fonts/PayPalSansBig-Light.svg) format('svg')
}

@font-face {
    font-family: PayPalSansBig-Medium;
    font-style: normal;
    font-display: swap;
    src: url(fonts/PayPalSansBig-Medium.woff2) format('woff2'), url(fonts/PayPalSansBig-Medium.woff) format('woff'), url(fonts/PayPalSansBig-Medium.eot) format('embedded-opentype'), url(fonts/PayPalSansBig-Medium.svg) format('svg')
}


/**************************************/

:root{ 
/*-- primary color--*/
    --white: #fff;
    --green: #08b230;
    --black: #000;
      --l_org: #8abed7;
    --l_org_ii: #f0f4fb;
    --org: #ff00bf;
    --d_org: #cc049a;
    --blue: #3860be;
    --l_blue: #e6f7ff;
    --red: #ed1c24;
    --l_gray: #f2f2f2;
    --gray: #4d4d4d;
    --gray_ii: #a9a9a9;
}
/**********************************/
.modal.fade .modal-dialog {-webkit-transform: translate(0,0)scale(.5);
transform: translate(0,0)scale(.5);
}
.modal.show .modal-dialog{-webkit-transform: translate(0,0)scale(1);
transform: translate(0,0)scale(1);
}

.modal.fade .modal-dialog.no_zoom {-webkit-transform: translate(0,0)scale(1) !important;
transform: translate(0,0)scale(1) !important;
}
.modal.show .modal-dialog.no_zoom{-webkit-transform: translate(0,0)scale(1) !important;
transform: translate(0,0)scale(1) !important;
}

.navbar-brand img{
	//max-height:45px;
	    //max-height: 54px;
		    max-height: 44px;
}
/*****************************************/
body{ font-size:18px;
font-family: 'muller_narrow_demolight';
color:var(--black);
}
.wrapper{ width:100%;
float:left;
    position: relative;
    z-index: 1;
}
.inner_wrapper{ width:100%;
max-width: 1200px;
margin:0 auto;
}
header{
width: 100%;
margin: auto;
//display: flex;
align-items: center;
//justify-content: center;
height: 80px;
position: fixed;
z-index: 11;
background-color: var(--org);
box-shadow: 0 0 10px 0 #0000007a;
}
header .mobile_hed .navbar-toggler[aria-expanded="false"] img{
transform: rotate(180deg);
}


.bank_hed .navbar-nav .nav-link{
color: var(--white);
padding: 17px 15px ;
}
.bank_hed .navbar-nav .nav-link:hover, 
.bank_hed .navbar-nav .nav-link:focus{
color: var(--white);	
}
.wrapper-nav {
width: 100%;
height: 100%;
display: flex;
//justify-content: center;
max-width: 1200px;
align-items: center;
}
.compte_btn{
border-radius: 35px;
border: none;
box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.1);
background-color:var(--white) !important;
color: var(--org) !important;
padding:15px 28px !important;
min-width: 110px;

}
.bank_hed .navbar-nav .nav-link.compte_btn:hover,
.compte_btn:focus,
.compte_btn:hover{
background-color:var(--white) !important;
color: var(--org) !important;
}
.navbar{
	padding-top:0;
	padding-bottom:0;
}
.menu_link{
margin-top:0 !important;	
    align-items: center;
} 
.bank_hed .dropdown-item.active, .bank_hed .dropdown-item:active,
.bank_hed .dropdown-menu a {
display: block;
padding: 5px 15px !important;
clear: both;
font-weight: normal;
line-height: 1.42857;
color: #333333;
white-space: nowrap;
}
.dropdown-item:active{    background-color: #f8f9fa;

}







footer{ 
padding-top: 35px;
//padding-bottom: 36px;
font-size: 14px;
width:100%;
float:left;
background: var(--l_gray);
border-top: 1px solid #cccccc;
}
.foot_link{
width:100%;
float:left;
}
.foot_bx{
width:100%;
float:left;
}
.foot_bx_i,
.foot_bx_ii,
.foot_bx_iii,
.foot_bx_iv{
width:23%;
float:left;
margin:0 1%;
}
.foot_link li{
padding:2px 0;
}
.foot_link li label{
font-weight:bold;
}
.foot_link a{
color:var(--black);
}
.foot_link a:hover{ text-decoration:none;
color:var(--org);	
}
.fmt{
margin-top:20px;
}
.foot_link_top{
min-height:170px;
}

.store_link img{
width: 127px;
height: auto;
padding-bottom: 15px;
}
.social_link li{
width:100%;
float:left;
padding-bottom: 15px;
}
.social_link a{
font-weight:bold;
color:var(--balck);
//font-family: 'muller_narrow_demoextrabold';
//font-weight:400;

}
.social_link img{
width:20px;
height:20px;
float:left;
margin-right:7px;
}

.foot_ii{font-family: 'muller_narrow_demoextrabold';
background:var(--white);
padding:10px 0;
margin-top:50px;
font-weight: bold;
font-size:18px;
text-align:left;
}

.foot_ii_left{
	float:left;
	width:49%;
}
.foot_ii_right{
	float:left;
	width:49%;
}
.foot_ii_right .lag_drop{
	float:right;
}


.lag_drop{
border-radius: 10px;
border: solid 1px #cccccc;
background:var(--white);
float:left;
    max-width: 140px;
font-weight:bold;
}
.lag_drop a{ font-size:16px;
color:var(--black);
padding:7px 10px;
    display:block;
clear:both;
//display:block;
}
.lag_drop a td:first-child{
	width:40px;
}
.lag_drop a:hover{ text-decoration:none;
color:var(--org);
}
.lag_drop a[aria-expanded="true"] i{
transform: rotate(180deg);
}
.lag_drop a i{margin-left:10px;
margin-top:5px;
font-size:22px;
}
.lag_drop img{
float: left;
border-radius: 30px;
height: 30px;
padding: 0;
width: auto;
max-width: 30px;
margin-right:10px;
}
.mobile_compte{
display:none;
}
.menu_link i{
display:none;
}

/******************/
.center_box{
float:left;
width:100%;
padding-top:80px;
}
.inner_wrapper_ii{ 
width:90%;
max-width: 990px;
margin:0 auto;

}
.TARIFS{
float:left;
width:100%;
}
.TARIFS h1{font-family: 'muller_narrow_demoextrabold';
font-size: 36px;
margin-top:28%;

}
.TARIFS h1 span{
color:var(--org);
}
.bank_man{
width:100%;
float:left;
}
.bank_man img{
max-width:100%;
}
.possible_bx{ background:var(--org);
float:left;
width:100%;
}
.découvert{
font-size: 16px;

width:100%;
float:left;
padding-top:15%;
}
.découvert p{
margin:0;
}
.tarifs_tablebx{
width:100%;
float:left;
padding:20px 0;
}
.tarifs_tablebx h3{font-family: 'muller_narrow_demoextrabold';
font-size: 26px;
color:var(--org);	
padding:20px 0;
margin-top:20px;
display:inline-block;
}

.tt_tabbx{
width:100%;
float:left;
}
.tt_tabbx table{
width:100%;
}
.tt_tabbx table th{
text-align:center;
}
.tt_tabbx table th,
.tt_tabbx table td{ padding:20px 10px;
border-bottom: 1px solid #cccccc;
border-right: 1px solid #cccccc;
}
.tt_tabbx table tr th:first-child,
.tt_tabbx table tr td:first-child{
border-left: 1px solid #cccccc;
}
.tt_tabbx table tr:first-child th,
.tt_tabbx table tr:first-child td{
border-top: 1px solid #cccccc;
}
.tt_tabbx thead th:first-child{
border-top-left-radius: 10px;
}
.tt_tabbx thead th:last-child {
border-top-right-radius: 10px;
}
ul.checked-list > li {
background: url(images/Nickel_list_check.png) no-repeat 0 0.5rem;
padding: 0 0 0 2.5rem;
}
.tt_tabbx p{
margin-bottom:0;
}
.tt_tabbx a{
color:var(--org);
}
.text-align-center{
text-align:center;
}
.diva_col{
width:23%;
}
.tt_tabbx tbody tr:nth-child(even) {
background-color: #f2f2f2;
}
.Vous_bx{
width:100%;
float:left;
}
.Vous_bx_link{
width:100%;
float:left;
padding:20px 0;
text-align:center;

}
.Vous_bx_link a{
background:var(--org);
border-radius: 35px;
border: none;
box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.1);
color: var(--white) !important;
padding: 15px 28px !important;
min-width: 150px;
display:inline-block;
min-width: 350px;
font-weight: bold;
}
.Passez_bx_full{
width:100%;
float:left;
padding:10px 0;
text-align:center;
margin-top:30px;
}
.Passez_bx{margin:0 auto;
border-radius: 10px;
border: solid 1px #cccccc;
background: var(--white);

//color:var(--org);
text-align: center;
padding: 5px 40px 7px 40px;

position:relative;
max-width: 520px;
text-align:left;
}
.Passez_bx_title{
border-radius: 85px;
border: solid 1px #cccccc;
background-color: white;
font-size: 20px;
color:var(--org);
text-align: center;
padding: 5px 10px 7px 10px;
margin-top: -27px;
margin-left: auto;
margin-right: auto;
//margin-bottom:20px;
}
.Ouvert{
padding: 20px 30px 20px 30px;
line-height: 1.43;

}
.Ouvert a{
color:var(--black);
}
.Ouvert_lest{
display: block;
margin-bottom: 15px;
float: left;
width: 100%;
}
.Ouvert_lest:hover i{
color:var(--org);
}
.Ouvert_lest i{
float:right;
}
.tt_tabbx{
float:left;
width:100%;
}
/***************************************************/
.inner_wrapper_iii{
max-width:750px;
margin:0 auto;
width: 90%;
}
.inner_wrapper_iv{
max-width:750px;
margin:0 auto;
width: 90%;
}
.points_bx{
width:100%;
float:left;
padding:50px 0;
}
.point_search{
width:100%;
//float:left;
text-align:center;
position:relative;
max-width: 500px;
margin: 0 auto;
}
.point_search p{ font-weight:bold;
font-size:20px;
}
.point_search p span{
color:var(--org);
}
.point_search input {
width: 100%;
height: 100%;
border-radius: 25px;
padding-left: 20px;
font-size: 15px;
color: var(--org);
font-weight: 300;
border: 3px solid var(--org);
background-color: var(--white);
box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
height: 50px;
outline:none;
font-size:16px;
}
.point_search button{

height: 30px;
width: 30px;
border: none;
border-radius: 100%;
background: var(--org);
cursor: pointer;
position: absolute;
right: 0;
top: 50%;
transform: translate3d(-33%, 26%, 0);
outline:none;
color:var(--white);
}
.point_search button i {font-size:14px;
}

.map_tab{//border-bottom: 1px solid #cccccc;
width:100%;
//float:left;
//padding:30px 0 70px 0;
max-width:750px;
margin:0 auto;
}
.map_tab_inner{border-bottom: 1px solid #cccccc;
width:100%;
float:left;
padding:30px 0 70px 0;
}
.map_tab .nav-tabs li{
float:none;
display:inline-block;
}
.map_tab .nav-tabs ul{

}
.map_tab .nav-tabs li a{
text-transform: uppercase;
flex: 1;
width: auto;
margin: 5px;
min-width: 100px;
border: 1px solid #cccccc;
border-radius: 8px;
padding: 20px 0;
font-size: 16px;
background-color: var(--white);
color: #666666;
outline: none;
cursor: pointer;
min-width:140px;
display: inline-block;
text-align: center;
}
.map_tab .nav-tabs{
border:none;
}
.map_tab .nav-tabs li a:hover,
.map_tab .nav-tabs li a.active{
border: 1px solid var(--org);
color:var(--org);
text-decoration:none;
}
.map_bx{
width:100%;
float:left;
padding:30px 0;
}
.map_bx iframe{
width:100%;
}
.Liste_title a,
.Liste_title{ text-align:center;
color:var(--org);
font-weight:bold;
float: left;
width: 100%;
}
.Inscrivez{ text-align:center;
width:100%;
float:left;
padding:50px 0;
}
.Inscrivez h5{
color:var(--org);
font-weight:bold;    
font-size: 26px;
margin-bottom:10px;
}
.org_btn{
    background: var(--org);
    padding: 0px 45px;
    display: inline-block;
    color: var(--white);
    border-radius: 35px;
    border: none;
    font-size: 16px;
    font-weight: bold;
	    height: 42px;
	    line-height: 42px;
}
.org_btn:focus,
.org_btn:hover{
background:var(--d_org);
color:var(--white);
text-decoration:none;
outline:none;
cursor:pointer;	
}
.org_btn[disabled]{
	background:var(--gray_ii);
}
.map_tab_inner .inner_wrapper_iii{ width:100%;	
}
/************************************/
.cooki_i{
width:100%;
float:left;
padding:50px 0 30px 0;
font-size:16px;
}
.cooki_i h2{
color:var(--org);
font-weight:bold;
font-family: 'muller_narrow_demoextrabold';
margin-bottom:30px;
}
.cooki_i h3{ margin:30px 0;
color: #696969;
font-family: 'muller_narrow_demoextrabold';
}
.cooki_i h5{ margin:10px 0;
color: #696969;
font-family: 'muller_narrow_demoextrabold';
}
.cooki_table{
width:100%;
float:left;
padding:10px 0;
color: #696969;
margin-bottom:20px;
}
.cooki_table a{
color: #696969;
text-decoration:underline;
}
/************************/

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px)  {

/* Force table to not be like tables anymore */
.cooki_table table, .cooki_table thead, .cooki_table tbody, .cooki_table th, .cooki_table td, .cooki_table tr {
display: block;
}

/* Hide table headers (but not display: none;, for accessibility) */
.cooki_table thead tr {
position: absolute;
top: -9999px;
left: -9999px;
}

.cooki_table tr {
margin: 0 0 1rem 0;
}
.cooki_table td {
/* Behave  like a "row" */
border: none;
border-bottom: 1px solid #eee;
position: relative;
padding-left: 50% !important;
}

.cooki_table td:before {
/* Now like a table header */
position: absolute;
/* Top/left values mimic padding */
top: 0;
left: 6px;
width: 45%;
white-space: nowrap;
padding: 12px 7px;
}
.cooki_table table tr th,
.cooki_table table tr td{
border-left: 1px solid #d7d7d7;
    min-height: 49px;
}
.cooki_table table tr th:first-child,
.cooki_table table tr td:first-child{
border-top: 1px solid #d7d7d7;
}
/*
Label the data
You could also use a data-* attribute and content for this. That way "bloats" the HTML, this way means you need to keep HTML and CSS in sync. Lea Verou has a clever way to handle with text-shadow.
*/
.cooki_table td:nth-of-type(1):before { content: "Sous-groupe de cookies"; }
.cooki_table td:nth-of-type(2):before { content: "Cookies"; }
.cooki_table td:nth-of-type(3):before { content: "Cookies utilisés"; }
.cooki_table td:nth-of-type(4):before { content: "Durée de vie"; }

}

.cooki_table table th {
background-color: #F8F8F8;
border-top: 1px solid #d7d7d7;
min-width: 75px;
}
.cooki_table table th, .cooki_table table td {
border-bottom: 1px solid #d7d7d7;
border-right: 1px solid #d7d7d7;
padding: 12px 15px;
text-align: left;
}
.cooki_table table tr th:first-child,
.cooki_table table tr td:first-child{
border-left: 1px solid #d7d7d7;
}
/**********************/
.contact_bx{
	width:100%;
	float:left;
	padding:50px 0;
	   
}
.contact_bx .nav-tabs{ border:none;
	justify-content: center;
}
.contact_bx .nav-tabs li{ float:none;
	display:inline-block;
}
.contact_bx_i{
	text-align:center;
}
.contact_bx_i li{
	margin:0 15px;
}
.contact_bx_i li a{
	    text-decoration: none;
    box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.1);
    background-color: var(--white);
    color: black;
    padding: 17px 28px;
    margin: 0;
    line-height: 28px;
    display: block;
    width: unset;
    min-width: 180px;
    font-size: 20px;
    border: solid 1px #000;
    text-align: center;
    border-radius: 35px;
	font-weight:bold;
}
.contact_bx_i a.active{
	background:var(--org);
	color:var(--white);
	border-color:var(--org);
}
.cont_social{
	float:left;
	width:100%;
	text-align:center;
	padding:30px 0;
}
.cont_social li{margin: 30px 15px;
	display:inline-block;
}
.cs_bx a{ min-width:180px;
	    border-radius: 10px;
    border: solid 1px #cccccc;
    background-color: transparent;
	    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    line-height:33px;
    text-align: center;
    color: #000;
	font-size: 18px;
    padding: 35px 0 20px;
	font-weight:bold;
	text-decoration:none;
}
.cs_bx a.active{
	  border: solid 1px var(--org);
	  color:  var(--org);
}
.cs_bx img{
	width:40px;
	height:40px;
	margin-bottom:10px;
}
.cs_bx a.active:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 10px 0 10px;
    border-color: white transparent transparent transparent;
    position: absolute;
    bottom: -13px;
    left: 50%;
    margin-left: -10px;
    z-index: 1;
}
.cs_bx a.active:after {content: "";
 content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 10px 0 10px;
    border-color:var(--org) transparent transparent transparent;
    position: absolute;
    bottom: -15px;
       left: 44.5%;
    margin-left: -10px
    z-index: 1;
}
.cont_social_ii{
	float:left;
	width:100%;
	text-align:center;
	padding:30px 0;
}
.cont_social_ii li{
	margin: 30px 15px;
	display:inline-block;
}
.cs_bx i{
	font-size:40px;
}

.tb_gray_bx{
	width:100%;
	float:left;
	    background-color: #F2F2F2;
}
.ca_bx{
	width:100%;
	padding:30px 0;
	float:left;
}
.ca_bx li img{ 
	max-height:25px;
}
.ca_bx li i{
    color: #cccccc;	
}
.ca_bx li{
border-radius: 10px;
    border: solid 1px #cccccc;
    padding: 20px;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    font-weight: 500;
    text-decoration: none;
    vertical-align: middle;
    background-color: white;
    overflow: hidden;
    position: relative;
	text-align:left;
}
.ca_bx li a{    font-weight: bold;
	color:var(--balck);
	font-size:16px;
	
}
.ca_bx li:hover{    border: solid 1px var(--org);
	    color: var(--org);
}
.ca_bx li:hover i,
.ca_bx li:hover a{ text-decoration:none;
		    color: var(--org);
}
.ca_bx li td:first-child{
	width:30px;
	padding-right:20px;
}
.ca_bx li td:last-child{
	width:30px;
	padding-left:15px;
	text-align:right;
}
.ca_bx_ii{
	float:left;
	width:100%;
	padding:30px 0;
	text-align:center;
}
.ca_bx_ii h5{font-family: 'muller_narrow_demoextrabold';
	font-weight:bold;
	margin-bottom:30px;
}
.tel_bx{
	width:100%;
	padding:30px 0;
	float:left;
	text-align:center;
}
.tel_bx_g,
.tel_bx_w{width: 200px;
	    color: var(--org);
    font-size: 21px;
    font-weight: 500;
    text-align: center;
    background-color: white;
    padding: 12px 30px;
    margin:10px auto;
    border-radius: 10px;
	    display: inline-block;
}
.tel_bx_w small{
	font-size:14px;
}
.tel_bx_w h5{
	font-weight:bold;
}
.tel_bx_i{	width:100%;
	//padding:30px 0;
	float:left;
	text-align:center;
	
}
.tel_bx_i li{
	display:inline-block;
	margin:0 10px;
}
.tel_bx_i .tel_bx_w{
	color:var(--black);
}
.tel_bx_i .tel_bx_w p{ margin:0;
	font-weight:bold;
	font-size:17px;
}
.green_status:after { content:'';
    width: 10px;
    height: 10px;
    border-radius: 10px;
    display: inline-block;
    margin-left: 10px;
	background:var(--green);
}
.green_status{ font-weight:bold;
	color:var(--green);
	padding:10px 0;
	display:inline-block;
}
.tel_bx_ii p{
	color:var(--balck);
	font-weight:bold;
}
.tel_bx_iii{width:100%;
	padding:30px 0;
	float:left;
	text-align:center;
	
}
.tel_bx_iii p{ margin:0;
	color:var(--balck);
	font-weight:bold;
}
.tel_bx_g{ font-weight:bold;
    background: #F2F2F2;
	    margin: 20px auto;
}
.tel_bx_g small{
	font-size:14px;
}
.tel_bx_g h5{ color:var(--black);
	font-weight:bold;
}
.rese_bx{width:100%;
	padding:30px 0;
	float:left;
	text-align:center;
	
}
.rese_bx li{margin:10px;
	display:inline-block;
}
.rese_bx .org_btn img{height:24px;
width:24px;
margin-right:10px;
float: left;
	
}
.rese_bx .org_btn{ min-width:190px;
	font-weight:bold;
}
.rese_bx ul{
	margin-top:20px;
}
.Courrier_bx{
	width:100%;
	padding:30px 0;
	float:left;
	text-align:center;
}
.Courrier_bx table {
    width: auto;
    margin: 0 auto;
}
.Courrier_bx p{ text-align:left;
	//font-weight:bold;
	margin:0;
}
.Courrier_bx table img{
	max-height:60px;
	margin-right:15px;
}
.shoow_mobile{
	display:none;
}


/************************************/
.support{
	float:left;
	width:100%;
}
.support_i{
		float:left;
	width:100%;
	padding:30px 0;
	text-align:center;
	background:var(--org);
}
.support_i h3{font-family: 'muller_narrow_demoextrabold';
	color:var(--white);
	    font-size: 26px;
    font-weight: bold;
	margin-bottom:15px;
}
.support_search{    max-width: 820px;
	position:relative;
	margin:0 auto;
}
.support_search input{
	border: none;
    display: block;
    width: 100%;
    height: 60px;
    border-radius: 6px;
    padding: 0 80px 0 20px;
}
.support_search input[type="submit"] {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    color: var(--white);
    background-color: #ccc;
    border-top-right-radius: 6px;
    border-top-left-radius:0px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 0px;
    width: 60px;
    height: 60px;
    background: url(images/search.svg), rgb(204, 204, 204);
    background-size: 22px 22px;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.support_ii{
		float:left;
	width:100%;
	padding:30px 0;
}
.support_ii_left{
	width:70%;
	float:left;
}
.support_ii_right{
	float:right;
	width:25%;
}
.siil_bx{
	    background-color: #f2f2f2;
    padding: 10px 25px;
    border-radius: 6px;
    margin-bottom: 50px;
	float:left;
	width:100%;
}
.siil_bx h5{font-family: 'muller_narrow_demoextrabold';	
margin-bottom:15px;
margin-top:10px;
float:left;
width:100%;
}
.siil_bx h5 i{ color:var(--org);
	margin-right:5px;
}
.siil_bx_inner{
	width:100%;
	float:left;
}
.sbi_left{
	width:49%;
	float:left;
}
.sbi_right{
	width:49%;
	float:right;
}

.abx_w img{ 
	max-height:30px;
}
.abx_w i{
    color: #cccccc;	
}
.abx_w{
border-radius: 6px;
   //border: solid 1px #cccccc;
    padding:0  20px;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    font-weight: 500;
    text-decoration: none;
    vertical-align: middle;
    background-color: white;
    overflow: hidden;
    position: relative;
	text-align:left;
}
.abx_w a{    font-weight: bold;
	color:var(--balck);
	font-size:16px;
	
}
.abx_w:hover{   //border: solid 1px var(--org);
	    color: var(--org);
}
.abx_w:hover i,
.abx_w:hover a{ text-decoration:none;
		    color: var(--org);
}
.abx_w td:first-child{
	width:30px;
	padding-right:20px;
}
.abx_w td:last-child{
	width:30px;
	padding-left:15px;
	text-align:right;
	height: 80px;
}

.siil_bx_ii{
	width:100%;
	float:left;
	margin-bottom:70px;
}

.siil_bx_ii h5{font-family: 'muller_narrow_demoextrabold';	
margin-bottom:15px;
margin-top:10px;
float:left;
width:100%;
}
.siil_bx_ii h5 i{ color:var(--org);
	margin-right:5px;
}
.siil_bx_ii li{
	    //height: 80px;
    width: 100%;
    border-bottom: 1px solid #ccc;
    display: table;
}
.siil_bx_ii .abx_w{
	margin:0;
	padding:0;
	font-family: 'muller_narrow_demoextrabold';
}
.siil_bx_ii .abx_w td:first-child {
    width: auto;
    padding-right: 20px;
}
.siil_bx_ii .abx_w td:last-child {
    width: 30px;
    padding-left: 15px;
    text-align: right;
    height: 80px;
}

.s_iibx_offer{
	float:left;
	width:100%;
}
.s_iibx_offer img{
	width:100%;
	    max-width: 260px;
	border-radius: 6px;
}
.s_iibx_offer li{
	width:100%;
	float:left;
	margin-bottom:20px;
	text-align:center;
}
/*********************************/
.home_i{
	float:left;
	width:100%;
	padding:15px 0;
}
.home_i img{
	max-width:100%;
}
.home_ii{ text-align:center;
	float:left;
	width:100%;
	padding:15px 0;
	background:var(--black);
}
.home_ii img{
	max-width:100%;
	margin-bottom:20px;
}
.home_ii .org_btn{
	margin-bottom:20px;
}

.home_iii{
	float:left;
	width:100%;
	padding:15px 0;
}
.home_iii img{
	max-width:100%;
}
.home_iii_left{
	width:49%;
	float:left;
}
.home_iii_right{
	width:49%;
	float:right;
	padding-top:30px;
}
.home_iii_right h2{
		font-family: 'muller_narrow_demoextrabold';
		margin-bottom:10px;
}
.org_text{
	color:var(--org) !important;
}

.hiii_rightbtn{
	width:100%;
	text-align:center;
	margin-top:30px;
	    float: left;
}
.hiii_rightbtn .black_btn:hover,
.hiii_rightbtn .black_btn{
	background:none;
	border:1px solid #fff;
	color:#fff;
	height:42px;
	//line-height:42px;
}
.home_iv{
	float:left;
	width:100%;
	padding:15px 0;
}
.home_iv img{
	max-width:100%;
}
.home_iv_left{
	width:49%;
	float:left;
}
.home_iv_right{
	width:49%;
	float:right;
	padding-top:30px;
}
.home_iv h2{
		font-family: 'muller_narrow_demoextrabold';
		margin-bottom:7px;
}
.home_iv h1{
		font-family: 'muller_narrow_demoextrabold';
		margin-bottom:10px;
}
.home_iv_left h2 img{
	float:left;
	margin-right:20px;	
}



.home_v{
	float:left;
	width:100%;
	padding:15px 0;
}
.home_v img{
	max-width:100%;
}
.home_v_left{
	width:49%;
	float:left;
}
.home_v_right{
	width:49%;
	float:right;
}
.home_v_right h3{
			font-family: 'muller_narrow_demoextrabold';
		margin-bottom:10px;
}
.home_v_right h3 span{
	color:var(--org);
}


.home_vi{
	float:left;
	width:100%;
	padding:15px 0 0 0;
}
.home_vi img{
	max-width:100%;
}
.home_vi_left{
	width:49%;
	float:left;
padding-top:100px;
}
.home_vi_right{
	width:49%;
	float:right;
}
.home_vi h3{
			font-family: 'muller_narrow_demoextrabold';
		margin-bottom:10px;
}

.home_vii{
	float:left;
	width:100%;
	//padding:15px 0 0 0;
	background:var(--org);
	color:var(--white);
}
.home_vii img{
	max-width:100%;
}
.home_vii_left{
	width:49%;
	float:left;
}
.home_vii_right{
	width:49%;
	float:right;
	padding-top:30px;
	
    padding-bottom: 20px;
}
.home_vii h3{
			font-family: 'muller_narrow_demoextrabold';
		margin-bottom:10px;
}

.black_btn{
background:var(--black);
padding:7px 45px;
display:inline-block;
color:var(--white);
border-radius:35px;
    height: 40px;
	    font-size: 16px;
    font-weight: bold;
}
.black_btn:hover{
background:var(--black);
color:var(--white);
text-decoration:none;
}
.home_viii{	float:left;
	width:100%;
	padding:40px 0;
	
}
.home_viii h1{    font-size: 2.8rem;
			font-family: 'muller_narrow_demoextrabold';
		margin-bottom:30px;
		text-align:center;
}
.home_viii_list{
	width:100%;
	float:left;
	padding:10px 0;
	text-align:center;
}
.viiil_bx:hover{    box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
	 border: 1px solid var(--org);
}
.home_viii_list a{ color:var(--black);
}
.home_viii_list li{
    width: 31%;
    margin: 0 1%;
    display: inline-block;
	    vertical-align: top;
}

.viiil_bx{height: 100%;
    border: 1px solid #cccccc;
    border-radius: 10px;
    text-decoration: none;
	float:left;
	width:100%;
	//max-width:315px;
	    padding-bottom: 35px;
		position:relative;
		text-align:left;
		min-height:526px;
}

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

.viiil_bx_im img{ border-radius:10px 10px 0 0;
	max-width:100%;
}
.viiil_bx_tex{
	float:left;
	width:100%;
	padding: 20px 20px 10px 20px;
}
.viiil_bx_tex h5{  color:var(--org);
			font-family: 'muller_narrow_demoextrabold';
		margin-bottom:10px;
}
.magazine_date{
	bottom: 20px;
    left: 20px;
    position: absolute;
    color: #666666;
    font-size: 14px;
    padding-right: 10px;
}
.magazine_link{
	width:100%;
	float:left;
	text-align:center;
	
}
.magazine_link a{
color:var(--org);	
}
.home_ix{
	width:100%;
	float:left;
	display:flex;
	text-align:center;
	color:var(--white);
}
.home_ix h2{  //color:var(--org);
			font-family: 'muller_narrow_demoextrabold';
		margin-bottom:10px;
		font-size: 28px;
}
.home_ix p{
	margin:20px 0;
}
.home_ix_left{
	width:50%;
	float:left;
	background:var(--org);
	
}
.home_ix_right{
	width:50%;
	float:right;
	background:#11111f;
}
.hixleft_inner{
	padding:30px 20px 20px;
	max-width: 495px;
	float:right;
}
.hixright_inner{
	padding:30px 20px 20px;
	max-width: 495px;
	float:left;
}
/**********************************************/
.serv_i{ float:left;
	width:100%;
	text-align:center;
	padding:70px 0;
	color:var(--white);
	background:var(--black);
}
.serv_i_upd{
	padding:100px 0;
}
.serv_i h2{    font-size: 36px;
	    font-family: 'muller_narrow_demoextrabold';
}
.serv_i h3{    //font-size: 36px;
	    font-family: 'muller_narrow_demoextrabold';
}
.COMPTE{
	margin-top:20px;
}
.serv_ii{ //padding-top:30px;
float:left;
width:100%;
	background:var(--l_gray);
}
.serv_ii img{
	max-width:100%;
}
.serv_ii_left{
width:49%;
float:left;
padding:30px 0;
}
.serv_ii_left p{
	margin:0;
}
.serv_ii_left h2{ margin-bottom:10px;
	    font-family: 'muller_narrow_demoextrabold';
}
.serv_ii_right{
width:49%;
float:left;
}
.list_check li{    list-style-position: inside;
	list-style-image:url(images/check.png);
	margin:5px 0;
}
.Une_bx{
	text-align:left;
	padding:10px;
	float:left;
}
.Une_bx h5{margin-bottom:10px;
font-weight:bold;
font-size:18px;
}
.Une_bx a{
	color:var(--org);
}
.serv_iii{
	width:100%;
	float:left;
	padding:30px 0;
	background:var(--l_gray);
}

.serv_iii img{
	max-width:100%;
}
.serv_iii_left{
width:49%;
float:left;
padding:30px 0;
}
.serv_iii_left p{
	margin:0;
}
.serv_iii_left h2{ margin-bottom:10px;
	    font-family: 'muller_narrow_demoextrabold';
		margin-top:150px;
}
.serv_iii_right{
width:49%;
float:left;
}

.Une_bx_text{
	float:left;
	width:100%;
	padding-top:20px;
}
.servi_graybx{
	    border-radius: 10px;
		float:left;
		width:100%;
background:var(--l_gray);
padding:20px 40px;
}
.servi_graybx_left{
	float:left;
	width:70%;
}
.servi_graybx_left h2{
	   font-family: 'muller_narrow_demoextrabold';
}
.servi_graybx_right{
	width:28%;
	float:right;
}
.servi_graybx_right .org_btn{
	float:right;
	margin-top:10px;
}
/****************************************/
.guide_bx{
	width:100%;
	float:left;
	padding-bottom:30px;
}
.guide_title{
	width:100%;
	float:left;
	padding-top:30px;
}
.guide_title h1{font-size: 36px;
color:var(--org);
margin:7px 0;
font-family: 'muller_narrow_demoextrabold';
}
.guide_tit_two{
	float:left;
	width:100%;
font-family: 'muller_narrow_demoextrabold';
    font-size: 32px;
    margin-bottom: 20px;
    margin-top: 30px
}
.guid_links{
	width:100%;
	float:left;
	padding:10px 0;
	display:flex;
}
.guid_links a{
	color:var(--black);
	text-decoration:none;
}
.guid_links_left{
	width:48.5%;
	float:left;
}
.guid_links_right{
	width:48.5%;
	float:right;
    margin-left: auto;

}
.gl_bx{
	width:100%;
	    border: 1px solid #cccccc;
    border-radius: 10px;
    padding: 15px;
    text-decoration: none;
    height: 100%;
}
.gl_bx:hover{
	    text-decoration: none;
    border-color:var(--org);
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
}
.gl_bx p{
	margin:0;
}
.gl_bx_title{
	font-size:20px;
	font-weight:bold;
	color:var(--org);
}

/********************/
.cookie {
    font-size: 14px;
    position: fixed;
    left: 0px;
    bottom: 0;
    width: 98%;
    margin: 1%;
   width: 100%;
    padding:20px;
    border-radius: 4px;
    box-shadow: 0 10px 32.98px 1.02px rgba(0, 0, 0, 0.48), 0 0 3px 0 rgba(0,0,0,.05), 0 0 0 0 rgba(0,0,0,.15);
    z-index: 5000;
    background:var(--white);
    //font-size: 11px;
    z-index: 999;
	    max-width: 760px;
    min-height: 135px;
}

.Autoriser_btn:focus,
.Autoriser_btn:hover,
.Autoriser_btn{ width:100%;
display:inline-block;
padding:10px 0;
	background:var(--org);
	color:var(--white);
	text-align:center;
	font-weight:bold;
}
.Personnaliser_link:focus,
.Personnaliser_link:hover,
.Personnaliser_link{
	text-align:center;
	width:100%;
	margin-top:20px;
	    display: inline-block;
		    color: #b0b0b0;
			font-weight:bold;
}
.politique_link:focus,
.politique_link:hover,
.politique_link{   color: #b0b0b0;
	
}
#cookie_mod .modal-body{
	padding:0;
}
#cookie_mod .modal-dialog{
	max-width:575px;
}
.cook_pp_bx{ overflow-y:scroll;
	float:left;
	width:100%;
	padding:10px 20px;
	height:367px;
}
.cook_pp_bx h5{font-family: 'muller_narrow_demoextrabold';
	color: #696969;
	    font-size:16px;
    line-height: 1.5;
    //margin-bottom: 10px;
    margin-top: 10px;
}
.cook_pp_bx p{
	font-size:14px;
}
.cook_pp_bx a:hover,
.cook_pp_bx a{   color: #b0b0b0;	
}
.org_btn_ii{ border:none;
outline:none;
	background:var(--org);
	color:var(--white) !important;
	padding:10px 30px;
	border-radius:2px;
	font-size:14px; 	
	font-weight:bold;
	//font-family: 'muller_narrow_demoextrabold';
}
.org_btn_ii:focus,
.org_btn_ii:hover{ outline:none;
	background:var(--d_org);	
	cursor:pointer;
	text-decoration:none;
}
.accordion_cook{
	float:left;
	width:100%;
	padding:10px 0;
	//margin-top:10px;
}
.accordion_cook .card{
border-top: none;	
    border-bottom: none;
}
.accordion_cook .card-body{font-size:14px;
	background-color: #F8F8F8;
	  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion_cook .card:first-child{
	    border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion_cook .card-header{
	background:none;
	border-top:none;
}
.accordion_cook .card-header h5{
	margin:0;
	padding:0;
    padding-right: 60px;
}
.accordion_cook .card-header .btn-link:hover{
	text-decoration:none;
}
.accordion_cook .card-header .btn-link[aria-expanded="false"]::before {
    display: block;
    content: '+';
    font-size: 32px;
    position: absolute;
    /* height: 11px; */
    font-weight: normal;
      top: 2px;
    left: 20px;
	    font-family: 'muller_narrow_demolight';
}
.accordion_cook .card-header .btn-link[aria-expanded="true"]::before {
    display: block;
    content: '-';
    font-size: 32px;
    position: absolute;
    /* height: 11px; */
    font-weight: normal;
      top:-1px;
    left: 20px;
	    font-family: 'muller_narrow_demolight';
}
.accordion_cook .card-header .btn-link{    color: #555;
padding:0;
font-size:14px;
	    padding-left: 20px;
}
.Toujours:focus,
.Toujours:hover,
.Toujours{ text-decoration:none;
	position:absolute;
	right:20px;
	    color:var(--org) !important;
}
.ot-pc-footer-logo {
    height: 30px;
    width: 100%;
    text-align: right;
    background: #f4f4f4;
}
.ot-pc-footer-logo a {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 25px;
    width: 152px;
    display: block;
	display: inline-block;
    margin-top: 5px;
    margin-right: 10px;
}


/*********************/
.togl_swi{position: absolute;
    top: 11px;
    right: 20px;
	
}
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
    width: 52px;
    height: 26px;
	    margin: 0;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
background-color: #f2f1f1;
    border: 1px solid #11111f;
}

.slider:before {
  position: absolute;
  content: "";
      height: 18px;
    width: 18px;
    left: 4px;
    bottom: 3px;
  background: #11111f;
  -webkit-transition: .4s;
  transition: .4s;
}

.switch input:checked + .slider {
  //background-color: #2196F3;
  background-color: #ffd7f5;
    border: 1px solid var(--org);
}

.switch input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

.switch input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
	background-color:var(--org);
    border-color: var(--org);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/***************************/
.gar_bg{
	background:var(--l_gray);
}
.login_bx{ border-radius:.625rem;
	background:var(--org);
	margin:20px 0;
	//padding:20px;
	display:flex;

}
.login_bx_left{
	width:50%;
	float:left;
	padding:40px;
}
.login_bx_right{
	padding:40px;
	width:50%;
	float:right;
	background:var(--white);
	border-bottom-right-radius: .625rem;
	border-top-right-radius: .625rem;
	position:relative;
}
.vaer_text{
	position:absolute;
	width:100%;
	text-align:center;
	left:0;
	bottom:5px;
	font-size:14px;    
	letter-spacing: 2px;
	font-weight:bold;
}
.vaer_text a{
	color:var(--black);
}
.login_bx_right h3{text-align:center;
color:var(--org);
font-weight:bold;
}
.lbl_i{	width:100%;
	float:left;
}
.lbl_i img{
	max-height:45px;
}
.lbl_ii{
	width:100%;
	float:left;
	text-align:center;
	padding:30px 0;
}
.lbl_ii img{
	max-height:270px;
	max-width: 100%;
}

.white_btn{
background:var(--white);
padding:15px 45px;
display:inline-block;
color:var(--org);
border-radius:35px;
font-weight:bold;
}
.white_btn:hover{
background:var(--white);
color:var(--black);
text-decoration:none;

}
.Attention:focus,
.Attention:hover,
.Attention{
color:var(--white);
text-decoration:none;
}
.Attention img{
	max-height:25px;
}
.lbl_iii{
	width:100%;
	float:left;
	text-align:center;
	padding:20px 0;
}
.lbr_i_b,
.lbr_i_a{
	float:left;
	width:100%;

	margin-top:20px;
}
.login_bx_right_inner{
	padding:0px 40px;	
}
.lbr_i_b table,
.lbr_i_a table{
	width:100%;
}
.lbr_i_b table td,
.lbr_i_a table td{
padding:2px;
}
.trouver{ color:var(--black);
	float:right;
	text-decoration:underline;
}
.trouver:focus,
.trouver:hover{ color:var(--org);
}
.input_mask{
	border-radius: .313rem;
    border: 1px solid #ccc;
    color: #000;
    font-size: 1.75rem;
    font-weight: 300;
    height: 3.125rem;
    letter-spacing: .313rem;
    text-align: center;
    width: 100%;
}



/* The container */
.container-checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.container-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.container-checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    //background-color: #eee;
	    border: 2px solid var(--org);
}

/* On mouse-over, add a grey background color */
.container-checkbox:hover input ~ .checkmark {
    //background-color: #ccc;
}
/* When the checkbox is checked, add a blue background */
.container-checkbox input:checked ~ .checkmark {
    background-color:var(--org);
}

/* Create the checkmark/indicator (hidden when not checked) */
.container-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container-checkbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container-checkbox .checkmark:after {
      left: 6px;
    top: 0px;
    width: 7px;
    height: 14px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


.check_bxtext{
	    margin: 0;
    font-size: 16px;
}
.mrto_10{
	margin-top:10px;
}


.lbr_i_c{
	width:100%;
	float:left;
	text-align:center;
	margin-top:40px;
}
.lbr_i_c a{
	clear:both;
	color:var(--black);
}
.lbr_i_c a:hover{ color:var(--org);
}
.lbr_i_c p{
    margin: 5px 0;
}

.cn-hidden-password {
    flex-direction: row;
    justify-content: center;
    width: 100%;
    height: 50px;
    border-radius: 5px;
    border: 1px solid var(--org);
}
.cn-hidden-password .dot {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    border: 1px solid var(--black);
    margin-right: 14px;
	//float: left;
}
.cn-hidden-password .dot.complete {
    background: var(--black);
}
.cn-button.no-style {
    background-color: transparent;
    border: 0;
    height: auto;
    margin-bottom: 0;
    padding: 0;
	    padding-top: 7px;

}
.cn-hidden-password, .cn-hidden-password .dot {
    display: flex;
    background-color: var(--white);
    align-self: center;
}
.input_mask_bx{
	position:relative;
}
.edit {
    font-size: 1.5rem;
    position: absolute;
    top: 2.625rem;
    right: 0;
    padding-left: .625rem;
	    background-color: transparent;
    border: 0;
    height: auto;
    margin-bottom: 0;
    padding: 0;
    padding-top: 9px;
    top: 0;
    right: -37px;
	color:var(--org)
}
.edit:hover{
	cursor:pointer;
}
.lbr_i_b{
	margin-top:0;
}
.cn-random-numeric-pad {
    margin-top: 20px;
    width: 100%;
}
.cn-random-numeric-pad .line-keyboard {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 12px;
}
.cn-random-numeric-pad .cn-button {
    background-color: var(--white);
    border-color: var(--white);
    border-radius: 12px;
    font-weight: 500;
    height: 50px;
    justify-content: center;
    width: 55px;
	    box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
		border:none !important;
		font-weight: bold;
}

.signup_head{ display:none;
	padding:10px 15px;
	text-align:center;
	  box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
}
.signup_head img {
    max-height: 38px;
}
.cn-random-numeric-pad .cn-button .cn-text-default {
    color: var(--org);
}
.cn-random-numeric-pad .cn-button:active .cn-text-default, .cn-random-numeric-pad .cn-button:hover .cn-text-default {
    color: var(--white);
}
.cn-random-numeric-pad .cn-button:active, .cn-random-numeric-pad .cn-button:hover {
    background-color: var(--org);
	cursor:pointer;
}
.key_pass{
	width:100%;
	float:left;
	margin-top:10px;
}
.inner_wrapper_login{
	max-width:68rem;
	margin:0 auto;
}
.lbr_ii{
	width:100%;
	float:left;
	position:relative;
}
.lbr_ii h4{ margin-bottom:10px;
	color:var(--black);
	text-align:center;
    font-weight: bold;
}
.lbr_ii_im{
	width:100%;
	float:left;
	padding:20px 0;
	text-align:center;
}
.lbr_ii_im img{
	max-width: 270px;
}
.lbr_ii_text{
	float:left;
	text-align:center;
	width:100%;
	font-weight:bold;
}
.close_icon{
	position:absolute;
	right:-20px;
}
.close_icon img{
	max-height:18px;
}
.nouveau_bx{
	width:100%;
	float:left;
	padding:10px 0;
	text-align:center;
}

.pourrez_tex{
	
	margin-top:20px;
}

.text_in_bx{
	width:100%;
	float:left;
	padding:20px 0;
}
.famille_nom{
	width: 100%;
    font-size: 20px;
    height: 50px;
    background-color:var(--white);
    padding: 10px;
    color: var(--black);
    border: none;
    border-radius: .313rem;
	    border: 1px solid #ccc;
		margin-top:5px;
}
.famille_nom:focus{
	border: 1px solid var(--org);
}
.text_in_bx p{
	margin:0;
}

.phone_no{
	color:var(--org);
	font-weight:bold;
	padding:40px 0;
}
.Échec_bx{
	width:100%;
	float:left;
	text-align:center;
	padding:30px 0;
}
.Échec_bx h3{
	font-weight:bold;
	margin-bottom:20px;
}
.lbl_i .mlogo{
	display:none;
	    text-align: center;
}
.lbr_i_c {
    margin-top: 7px;
}
.Numero{
	width:100%;
	float:left;
	    border-radius: .313rem;
    border: 1px solid #ccc;
}
.Numero input{
height: 50px;
    border: none;
    border-radius: .313rem;
    padding: 0 30px 0 10px;
    width: 110px;
}
.sr_dopbx{
	position:absolute;
	    background: #fff;
     box-shadow: -2px 4px 9px #dad4d4;
    padding: 10px;
    width: 110px;
    border-radius: 0 0 4px 4px;
	height:200px !important;
	overflow-y:auto;
}
.sr_dopbx a{padding:5px 0;
	color:var(--black);
float:left;
width:100%;
}
.searchbox{ position:relative;
    border-right: 1px solid #ccc !important;
    border-radius: 10px 0 0 10px !important;
}
.searchbox:focus .sr_dopbx{ //display:block;		
}
.searchbox:focus-visible .sr_dopbx,	
.searchbox:focus-within .sr_dopbx{ //display:none;		
}
.Numero td:first-child{
	    width: 110px;
}
.mobil_bx{       padding: 0 10px !important;
    width: 100% !important;
	    border-radius: 0 10px 10px 0 !important;
}

.mo_code:after {
    z-index: 9;
    //content:'<>';
    content:'>';
    font: 25px "Consolas", monospace;
    color: #aaa;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 8px;
    top: 12px;
    position: absolute;
    pointer-events: none;
}
.mo_code{
	position:relative;
}
/***************************************************/
.inner_wrapper_signup{
	    max-width: 800px;
    margin: 0 auto;
    width: 90%;
}
.sig_bx{float:left;
	width:100%;
	padding:15px 0;
}
.sig_bx_a{
	float:left;
	width:100%;
}
.sig_bx_left{
	width:49%;
	float:left;
	text-align:left;
}
.sig_bx_right{
	width:49%;
	float:right;
	text-align:right;
}
.sig_bx_a a{
	color:var(--black);
}
.sig_bx_a a i{
	margin-right:7px;
}
.sig_bx_a a:hover{
	color:var(--org);
	text-decoration:none;
}
.sig_bx_b{
	width:100%;
	float:left;
	text-align:center;
	    min-height: 70vh;
}
.sig_bx_b h1{
	align-self: center;
    text-align: center;
	    font-size: 2rem;
     line-height: 120%;
	font-weight:bold;
    margin: 4% 0 7% 0;
}

.border_btn{
background:none;
padding:13px 45px;
display:inline-block;
color:var(--gray_ii);
border-radius:35px;
    border: none;
	border:1px solid var(--gray_ii);
}
.border_btn:focus,
.border_btn:hover{
background:none;
color:var(--org);
text-decoration:none;
outline:none;
cursor:pointer;	
	border:1px solid var(--org);
}

.border_btn_ii{
background:none;
padding:13px 45px;
display:inline-block;
color:var(--gray);
border-radius:35px;
    border: none;
	border:1px solid var(--gray);
}
.border_btn_ii:focus,
.border_btn_ii:hover{
background:none;
color:var(--org);
text-decoration:none;
outline:none;
cursor:pointer;	
	border:1px solid var(--org);
}


.sig_bx_btns{    padding: 1em 0px;
	text-align:center;
	float:left;
	width:100%;
	    //margin-top: 3em;
		
    margin-top: 0;

}
.sig_bx_btns li{
	display:inline-block;
	    margin: 7px;
}
.sig_bx_btns li button{
	min-width:300px;
}
.abb_link{
	width:100%;
	float:left;
	margin-top:10px;
}
.abb_link a{ text-decoration:underline;
	color:var(--black);
}
.abb_link a:hover{
	color:var(--org);
}
.signup_pp .modal-dialog{
	max-width: 680px;
}
.signup_pp  .modal-body{
	padding:0 2rem;
}

.tous_que{
	width:100%;
	float:left;
	    padding: 0 30px;
}
.tous_que_i_left{
	width:49%;
	float:left;
}
.tous_que_i_right{
	width:49%;
	float:right;
}
.tqtab{ text-align:left;
	width:100%;
}
.tqtab td:first-child{
	    width: 45px;
}
.tqtab td:first-child img{
	max-width:35px;
}
.tqtab h5{
	font-weight:bold;
}
.tqtab a{ text-decoration:underline;
	color:var(--gray);
}
.tqtab a:hover{
	color:var(--org);
}
.tous_que_ii{
	float:left;
	margin-top:20px;
	width:100%;
}
.tous_que_i{
	float:left;
	width:100%;
	margin-top:20px;
}

.Session_im{
	width:100%;
	float:left;
	text-align:center;
	margin:15px 0;
}
.Session .modal-dialog{
	max-width: 438px;
}
.Session  .modal-body{
	padding:0 2rem;
}
.Continuer_Session{
	width:100%;
	float:left;
	margin-top:15px;
}
.Continuer_Session a{text-decoration:underline;
		color:var(--black);
}
.Continuer_Session a:hover{
		color:var(--gray);
}
.tous_que_iii{
	background:var(--l_gray);
	float:left;
	margin-top:20px;
	border:1px solid var(--gray_ii);
	border-radius:4px;
	padding:15px;
}
.tous_que_iii p{
	margin:0;
}


.mail_3step{
	float:left;
	width:100%;
	text-align:left;
}
.mail_3step p{
	margin-bottom:3px;
}
.mail_3step .form-control{
	    font-size: 16px;
    height: 42px !important;
}
.mail_3step .form-control:focus{
	border-color:var(--org);
	box-shadow:none;
}
.m3s_ii{
	width:100%;
	float:left;
	margin-top:15px;
}
.m3s_ii_left{
	width:20%;
	float:left;
}
.m3s_ii_right{
	width:77%;
	float:right;
}
.deviennent{
	width:100%;
	float:left;
	text-align:left;
	margin-top:20px;
}
.deviennent .card-link img{
	max-height:25px;
	margin-right:10px;
}
.deviennent .card{
	background:var(--l_gray);
}
.deviennent .card-header{
	background:none;
	color:var(--balck);
}
.deviennent .card-header a[aria-expanded="true"] i{
	transform: rotate(180deg);
}
.deviennent .card-header a{
	color:var(--balck);
    width: 100%;
    float: left;
}
.deviennent .card-header a i{
	float:right;
	margin-top:7px;
	color:var(--org);
}
.données a{
	color:var(--black);
}

.Passeport_bx{
	float:left;
	width:100%;
	text-align:center;
}
.Passeport_bx img{
	max-height:107px;
}
.Passeport_bx a:hover,
.Passeport_bx a{
	color:var(--black);
	text-decoration:none;
}
.Passeport_bx h5{
	font-weight:bold;
}
.Passeport_bx p{
	margin-bottom:7px;
}
.Passeport_bx li{
	display:inline-block;
	margin:0 50px;
}



/***************/
.up_filebx{
	display:flex;
	justify-content:center;
}
.up_filebx li{
	min-width:363px;
	margin:0 15px 15px 15px;
	display:inline-block;	
}
.up_load_file{
	    border: 1px solid var(--gray_ii);
    border-radius: 5px;
	    font-size: 18px;
		    height: auto;
    max-width: 375px;
    min-width: 250px;
    padding: 1em;
	margin:0 auto;
	width:100%;
	font-weight:bold;
}
.up_load_file:hover{
	 border: 1px solid var(--org);
}
.up_load_file img{ max-width:100%;
	max-height:250px;
	margin-bottom:15px;
}


.cho_file [type="file"] {
  height: 0;
  overflow: hidden;
  width: 0;
  
}

.cho_file [type="file"] + label {
cursor: pointer;
position: relative;
}

.check_upimg{
position:absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -80%);
}
.check_upimg img{
width:80px;
height:80px;
}
.tq_up{
margin:0 15px;
}
.up_photobx{
float:left;
width:100%;
}
.up_photobx{
	margin-top:15px;
}
.up_photobx .up_load_file{
	    max-width: 100%;
    min-width: 100%;
	    margin-top: -15px;
		    padding: 10px;
}
.up_photobx .up_load_file img{
	max-height:150px;
	    margin-bottom:10px;
}
.up_photobx li{
       min-width: 235px;
    max-width:235px;
}
.up_photobx li p{
	font-size:17px;
	    margin: 0;
}
.up_photobx  .check_upimg img {
    width: 50px;
    height: 50px;
}
.up_photobx .check_upimg {
 
    transform: translate(-50%, -71%);
}

.selfie{
	width:100%;
	float:left;
	text-align:center;
}
.selfie img{
	max-width:350px;
	width: 100%;
}


.selfie_take{
	width:100%;
	float:left;
}
.selfie_take_inner{
	max-width:400px;
	margin:0 auto;
}






 /* CSS comes here */
    #video {
        //border: 1px solid black;
        width: 100%;
        height:301px;
    }

    #photo {
        //border: 1px solid black;
        width: 100%;
         height:301px;
		 float:left;
    }

    #canvas {
        display: none;
    }

    .camera { position:relative;
        width: 100%;
        display: inline-block;
    }

    .output {
        width: 100%;
        display: inline-block;
    }

.camera span.overlay {
    background-image: url(images/photo.svg);
    background-position: center;
    background-repeat: no-repeat;
background-size: 134%;
    height: 97%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.reprendre_pic{ text-decoration:underline;
	color:var(--black);
}
.reprendre_pic:hover{
		color:var(--org);
}


.familiale_bx{
	width:100%;
	float:left;
	//padding:10px 0;
}
.familiale_bx li{
	display:inline-block;
	margin:7px;
}
.familiale_bx li button{
	min-width:200px;
}

.Chez_bx{ margin-top:20px;
text-align:left;
	width:100%;
	float:left;
}

.Cbf_i{
	width:100%;
	float:left;
	margin-bottom:15px;
}
.Cbf_i_left{
	width:49%;
	float:left;
}
.Cbf_i_right{
	width:49%;
	float:right;
}
.Chez_bx_form p{
	color:var(--org);
	//font-weight:bold;
}
.Non_bx{
	width:100%;
}
.Non_bx .ui.fluid.dropdown{
	height:42px;
    padding: 5px 8px !important;
}



.multi_select .ui.multiple.dropdown,
.multi_select .ui.dropdown .menu>.item{ font-size:15px;
}
.multi_select{ font-size:16px;
	position:relative;
	    max-width: 450px;
    margin: 0 auto;
}
.multi_select .ui.fluid.dropdown>.dropdown.icon{
	float: right;
    background:var(--org);
    font-size: 14px;
    opacity: 1;
    right: 11px;
    top: 10px;
    width: 50px;
    color:var(--white);
	    height: 42px;
}
.multi_select .ui.selection.dropdown:focus,
.multi_select  .ui.selection.active.dropdown,
.multi_select .ui.selection.active.dropdown .menu {
    border-color:var(--org);
    box-shadow: 0 2px 3px 0 rgb(255 95 0 / 28%);
}
.multi_select .ui.multiple.dropdown>.label{
	font-weight:normal;
	    color: var(--black) !important;
    opacity: 1;
	    background: none;
    border: none;
    box-shadow: none;
}
.multi_select.ui.fluid.dropdown {
    padding: 5px 8px !important;
}

.multi_select i.icon.delete{
    font-family: 'muller_narrow_demolight';
    font-weight: bold;
    background: url(images/close_ii_black.png) no-repeat center;
    width: 15px;
    height: 15px;
    background-size: 96%;
    margin-top: -5px;
    position: relative;
    top: 4px;
    opacity: 1 !important;
}
.multi_select i.icon.delete:before {
    content:none;
	
}


.citoyen{
	float:left;
	width:100%;
	margin-top:50px;
}
.radio_cus{float:left;
width:100%;
	position:relative;
}
.radio_cus input[type=radio]{
  position: absolute;
  visibility: hidden;
}

.radio_cus label{
  display: block;
  position: relative;
     margin-bottom: 0;
    padding:0px 0 0 35px;
  z-index: 9;
      text-align: left;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
}
.radio_cus .check{
  display: block;
  position: absolute;

  border-radius: 100%;
  height: 25px;
  width: 25px;
    top: 0px;
background: url(images/radiobx.png) left center no-repeat;

}
.redradio .check{//background: url(images/radiobx_org.png) left center no-repeat;
}
.redradio label{//color: #ff1313;
}
.radio_cus input[type=radio]:checked ~ .check {
background: url(images/radiobx_org.png) left center no-repeat;
}
.radio_cus input[type=radio]:checked ~ label{
  //color: #ff00bf;
}
.citoyen_box{
	width:100%;
	float:left;
	margin:20px 0;
}

.Confirmez{
	width:100%;
	float:left;
	text-align:left;
}
.Confirmez li{
	width:100%;
	margin:7px 0;
}
.Confirmez li span{ font-size:20px;
	font-weight:bold;
	margin-right:10px;
	color:var(--org);
}
.Confirmez li a{ margin-left:10px;
		color:var(--org);
		text-decoration:underline;
}

.Confirmez_i{
	width:100%;
	float:left;
	margin-top:20px;
}
.Confirmez_i p label{ font-weight:bold;
		color:var(--org);
		margin:0;
}





.chek_nir input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.chek_nir label {
  position: relative;
  cursor: pointer;
  margin-bottom:0;
      padding-left: 35px;
}
#LetTalk .chek_nir  label:before,
.chek_nir label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #fff;
  
  padding:8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
    margin-left: -35px;
    margin-right: 15px;
}

.chek_nir input:checked + label:after {
content: '';
    display: block;
    position: absolute;
    top:6px;
    left: 8px;
    width: 5px;
    height: 11px;
    border: solid #fff;    
	
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.chek_nir input:checked + label:before {
  border: 2px solid var(--org);
  background: var(--org);
}
.redborder label:before {
    border-color: red !important;
}
.chek_nir a{ color: var(--org);
}



.Certification_check{
	    padding: 20px;
    border: 1px solid #d6d6d6;
    position: relative;
}
.Certification_check label:before {
    position: absolute;
    top: 44%;
}
.Certification_check input:checked + label:after {
    top: 45%;
}




/**********dropdown css******************/


.nir_drop{ 
	    float: left;
    width: 100%;
}
.nir_drop .select-hidden {
	 display: none;
	 visibility: hidden;
	 padding-right: 10px;
}
.nir_drop .select {
	 cursor: pointer;
	 display: inline-block;
	 position: relative;
	 font-size: 16px;
color: #495057;
 background:#fff;
    border: 1px solid #ced4da;
	 width: 100%;
	    height: 42px;
    border-radius: 4px;
	text-align:left;
	    float: left;
	
}

 .nir_drop .select-styled {
	 position: absolute;
	 top: 0;
	 right: 0;
	 bottom: 0;
	 left: 0;
color: #495057;
 background:#fff;
	 padding: 8px 15px;
	   border-radius: 4px;
}
 .nir_drop .select-styled:after {
    content: "";
    width: 44px;
    height: 42px;
    border: 7px solid transparent;
    background: url(images/arrow.png) center no-repeat, var(--org);
    position: absolute;
    top: -1px;
    right: -1px;
	border-radius:0 4px 4px 0;
}
 .nir_drop .select-styled:hover {
color: #495057;
 background:#fff;
}
 .nir_drop .select-styled:active, .select-styled.active {
color: #495057;
 background:#fff;
}
 .nir_drop .select-styled:active:after, .select-styled.active:after {
	 //top: 9px;
	 background:url(images/arrow_ii.png) center no-repeat, var(--org) !important;
	 border-radius:0 4px 4px 0;
	     
}
 .nir_drop .select-options {
	 display: none;
	 position: absolute;
	 top: 100%;
	 right: 0;
	 left: 0;
	 z-index: 999;
	 margin: 0;
	 padding: 0;
	 list-style: none;
color: #495057;
 background:#fff;
    box-shadow:0px 12px 7px #a09c9c;
    border: 1px solid #ced4da;
}
 .nir_drop .select-options li {
	 margin: 0;
padding: 3px 0;

	 text-indent: 15px;
	 //border-top: 1px solid #962d22;
}
 .nir_drop .select-options li:hover {
	 color:var(--org);
	 background: #fff;
}
 .nir_drop .select-options li[rel="hide"] {
	 display: none;
}

/*****************************/


.nir_drop_ii{ 
	    float: left;
    width: 100%;
}
.nir_drop_ii .select-hidden {
	 display: none;
	 visibility: hidden;
	 padding-right: 10px;
}
.nir_drop_ii .select {
	 cursor: pointer;
	 display: inline-block;
	 position: relative;
	 font-size: 16px;
color: #495057;
 background:#fff;
    border: 1px solid #ced4da;
	 width: 100%;
	    height: 42px;
    border-radius: 4px;
	text-align:left;
	    float: left;
	
}

 .nir_drop_ii .select-styled {
	 position: absolute;
	 top: 0;
	 right: 0;
	 bottom: 0;
	 left: 0;
color: #495057;
 background:#fff;
	 padding: 8px 15px;
	   border-radius: 4px;
}
 .nir_drop_ii .select-styled:after {
    content: "";
    width: 44px;
    height: 42px;
    border: 7px solid transparent;
    background: url(images/arrow.png) center no-repeat, var(--org);
    position: absolute;
    top: -1px;
    right: -1px;
	border-radius:0 4px 4px 0;
}
 .nir_drop_ii .select-styled:hover {
color: #495057;
 background:#fff;
}
 .nir_drop_ii .select-styled:active, .select-styled.active {
color: #495057;
 background:#fff;
}
 .nir_drop_ii .select-styled:active:after, .select-styled.active:after {
	 //top: 9px;
	 background:url(images/arrow_ii.png) center no-repeat, var(--org) !important;
	 border-radius:0 4px 4px 0;
	     
}
 .nir_drop_ii .select-options {
	 display: none;
	 position: absolute;
	 top: 100%;
	 right: 0;
	 left: 0;
	 z-index: 999;
	 margin: 0;
	 padding: 0;
	 list-style: none;
color: #495057;
 background:#fff;
    box-shadow:0px 12px 7px #a09c9c;
    border: 1px solid #ced4da;
}
 .nir_drop_ii .select-options li {
	 margin: 0;
padding: 3px 0;

	 text-indent: 15px;
	 //border-top: 1px solid #962d22;
}
 .nir_drop_ii .select-options li:hover {
	 color:var(--org);
	 background: #fff;
}
 .nir_drop_ii .select-options li[rel="hide"] {
	 display: none;
}





/**************************************/
.chek_nir {
	text-align:left;
}

.Confirmez_boxx{
	width:100%;
	float:left;
margin-top:20px;
}
.cb_inner{
	width:100%;
	float:left;
margin-bottom:15px;
}

.quoi_servir{
width:100%;
	float:left;
}
.qi_sebx{
width:100%;
	//float:left;
	display:flex;
	  margin:7px 0;
}

.qi_sebx_left{
	width:49%;
	float:left;
}
.qi_sebx_right{
    margin-left: auto;
	width:49%;
	float:right;
}
.qi_sebx_left,
.qi_sebx_right{
	padding:10px;
	border-bottom: 1px solid #ced4da;
}

.tilefiled{
	text-align:left;
	color:var(--org);
	margin-bottom:4px;
}
.propriétaire_bx{
width:100%;
	//float:left;
	//display:flex;
	  margin:7px 0;
}

.qi_sebx_left{
	width:49%;
	float:left;
}
.qi_sebx_right{
    margin-left: auto;
	width:49%;
	float:right;
}
.inner_wrapper_signup_ii{
	max-width:1200px;
	    margin: 0 auto;
    width: 90%;
}

.step_17bx{
width:100%;
	//float:left;
	//display:flex;
	  margin:7px 0;
}

.step_17bx_left{
	width:49.5%;
	float:left;
}
.step_17bx_right{
    margin-left: auto;
	width:49.5%;
	float:right;
}






.op_accbx{
	float: left;
    width: 100%;
	margin-top:5%;
}
.Votre_bx_ii {
    width: 100%;
    float: left;
    margin: 1.4em 0;
	text-align:left;
}

.Votre_bx_ii h3 {
color: var(--black);
    //font-weight: bold;
    //max-width: 350px;
    margin-bottom: 5px;
}
.Votre_bx_ii p {
    font-size: 16px;
    font-weight: bold;
    color: var(--black);
}
.Vérification_foricon {
    text-align: center;
	    width: 100%;
    float: left;
	justify-content:center;
}
.Vérification_foricon ul{
	display:flex;
	justify-content:center;
}
.Vérification_foricon li {
    display: inline-block;
    width: 20%;
    margin: 10px 0.5%;
		display:flex;
}
.vb_box {
    border: 1px solid var(--l_org);
    width: 100%;
    float: left;
    //margin: 10px 0;
    text-align: center;
    border-radius: 4px;
    padding: 20px 10px;
    min-height: 150px;
    background: var(--l_org);
    font-weight: bold;
}
.vb_box a:hover{
	text-decoration:none;
}
.vb_box p{
	color: var(--org);
}
.vb_box img {
    max-height: 40px;
    margin-bottom: 10px;
}

.inner_wrapper_signup_iii {
    max-width: 900px;
    margin: 0 auto;
    width: 90%;
}

/***************************************/
.comment_i{
	float:left;
	width:100%;
	padding:40px 0;
}
.comment_i_left{
	float:left;
	width:49%;
}
.comment_i_left img{
	max-width:100%;
}
.comment_i_right{
	float:right;
	width:49%;
}
.comm_list h4{
	    font-family: 'muller_narrow_demoextrabold';
		margin-bottom:15px;
}
.comm_list li{
	margin:7px 0;
	display:block;
}
.comm_list li a{
	color:var(--org);
}
.comm_list p{
	margin:0;
}


.comment_ii{
	float:left;
	width:100%;
	padding:40px 0;
}
.comment_ii_left{
	float:left;
	width:49%;
}
.comment_ii_right img{
	max-width:100%;
}
.comment_ii_right{
	float:right;
	width:49%;
}
.blue_bx{
background:var(--l_blue);	
padding:10px;
float:left;
width:100%;
margin:20px 0;
    border-radius: 10px;
}
.blue_bx img{margin-right:15px;
	width:20px;
	height:20px;
}
.blue_bx a{
	color:var(--org);
}
.home_iv_new h3 {
    font-family: 'muller_narrow_demoextrabold';
    margin-bottom: 7px;
}
.home_iv_new p a{
		color:var(--org);
}
.home_iv_new .home_iv_right{
	padding:0;
}
.home_iv_new h3 img{    margin-right: 20px;
	margin-right:20px;
}
.home_iv_new .home_iv_left p{
	    padding-left: 55px;
}
.doc_i{
	float:left;
	width:100%;
	padding:40px 0;
}
.doc_i h1{    margin-bottom: 10px;
    font-size: 36px;
	    font-family: 'muller_narrow_demoextrabold';
}
.doc_i li{ margin:7px 0;
    background: url(images/list_arrow.png) no-repeat 0 0.5rem;
    padding: 0 0 0 2.5rem;
	
}
.doc_i li a{ text-decoration:underline;
	color:var(--org);
}

/*************************/
.burali_bx_i{ padding:0 0 40px 0;
	width:100%;
	float:left;
	text-align:center;
		background:var(--org);
}
.burali_bx_i img{
	max-width:55%;
}

.attirez_bx{
	padding:40px 0;
}
.attirez_bx h2{
		margin-bottom:30px;
	float:left;
	width:100%;
}

.attirez_bx h3 {
    font-family: 'muller_narrow_demoextrabold';
    margin-bottom: 7px;

}
.attirez_bx p a{
		color:var(--org);
}
.attirez_bx .home_iv_right{
	padding:0;
}
.attirez_bx h3 img{    margin-right: 20px;
	margin-right:20px;
}

.burali_bx_ii{
	float:left;
	width:100%;
	padding:40px 0;
}
.burali_bx_ii_left{
	width:49%;
	float:left;
}
.burali_bx_ii_left img{
	max-width:100%;
}
.burali_bx_ii_right{
	width:49%;
	float:right;
}
.burali_bx_ii_right h3{    font-family: 'muller_narrow_demoextrabold';
    margin-bottom: 50px;
	
}
.DÉJÀ{
	float:left;
	width:100%;
	padding:40px 0;
	text-align:center;
}
.DÉJÀ h3{    font-family: 'muller_narrow_demoextrabold';
	
}
/***************************************/
.chrobx_i{
	float:left;
	width:100%;
	padding:40px 0;
	background: var(--l_gray);
}
.chrobx_i h1{
    font-size: 36px;
	    font-family: 'muller_narrow_demoextrabold';
}
.chrobx_ii img,
.chrobx_i img{
	max-width:100%;
}
.chrobx_ii_left,
.chrobx_i_left{
	width:49%;
	float:left;
}
.chrobx_ii_right,
.chrobx_i_right{
	width:49%;
	float:right;
	    

}
.chrobx_ii{
	float:left;
	width:100%;
	padding:30px 0;
}
.c_iibx h2{
font-size: 32px;
color:var(--org);
	    font-family: 'muller_narrow_demoextrabold';
		margin-bottom:30px;
}
.c_iibx a{
	color:var(--org);
}
.c_iibx li {
    background: url(images/full_check.png) no-repeat 0 0.5rem;
    padding: 0 0 0 2.5rem;
	margin:7px 0;
}
.cotisation{ margin-bottom:0;
	margin-top:30px;
}
.chrobx_iii{
		float:left;
	width:100%;
	padding:30px 0;
}
.chrobx_iii h2{
font-size: 32px;
color:var(--org);
	    font-family: 'muller_narrow_demoextrabold';
		margin-bottom:30px;
}
.c_iiibx{
	width:100%;
	float:left;
	margin-bottom:30px;
}
.c_iiibx p{
	margin:0;
}
.c_iiibx img{
	max-height:60px;
	margin-bottom:20px;
}
.bold_text{
	font-weight:bold;
}

.c_iiibx_left{
	width:49%;
	float:left;
}
.c_iiibx_right{
	width:49%;
	float:right;

}
.chrobx_iv{
	background:var(--org);
		float:left;
	width:100%;
	padding:10px 0;
	color:var(--white);
}
.chrobx_iv img{
	max-height:400px;
	    max-width: 100%;
}
.chrobx_iv h2{
	font-size: 32px;
	    font-family: 'muller_narrow_demoextrabold';
		margin-top:30%;
}
.chrobx_iv_left{
	width:49%;
	float:left;
}
.chrobx_iv_right{
	width:49%;
	float:right;

}


.chrobx_v{
		float:left;
	width:100%;
	padding:10px 0;
}
.chrobx_v img{
	max-width:100%;
}
.chrobx_v h2{color:var(--org);
	font-size: 32px;
	    font-family: 'muller_narrow_demoextrabold';
		margin-top:20%;
}
.chrobx_v p{
	margin:0;
}
.chrobx_v a{
	color:var(--org);
	text-decoration:underline;
}
.chrobx_v_left{
	width:49%;
	float:left;
}
.chrobx_v_right{
	width:49%;
	float:right;

}

.chrobx_vi{
	width:100%;
	float:left;
	display:flex;
		padding:30px 0;
}
.Ouvrez_bx{
	width:100%;
	float:left;
	//display:flex;
    border: 1px solid #cccccc;
    border-radius: 10px;
    padding: 15px;
}
.chrobx_vi h2{color:var(--org);
	font-size: 32px;
	    font-family: 'muller_narrow_demoextrabold';
		margin-bottom:30px;
}
.Ouvrez_text{ font-weight:bold;
color:var(--org);	
    font-size: 20px;
	margin-bottom: 5px
}
.chrobx_vi .c_iiibx_right,
.chrobx_vi .c_iiibx_left{
	display:flex;
}
.chrobx_vii{
	width:100%;
	float:left;
	padding:30px 0;
	background:var(--black);
	color:var(--white);
}
.chrobx_vii h2{
		font-size: 32px;
	    font-family: 'muller_narrow_demoextrabold';
		margin-bottom:30px;
}
.chrobx_vii p{
	margin:0;
}
.text_center{
	//text-align:center;
}

.appartient_button{
    padding:0px 0px;
    text-align: center;
    float: left;
    width: 100%;
    margin-top: 0em;
}
.appartient_button li{
	margin:10px 0;
	float:left;
	width:100%;
}
.appartient_button li button {
    min-width: 300px;
}





.pour_i{
		float:left;
	width:100%;
	padding:10px 0;
}
.pour_i img{
	max-width:100%;
}
.pour_i h2{
	font-size: 32px;
	    font-family: 'muller_narrow_demoextrabold';
		margin-top:15%;
}

.pour_i_left{
	width:49%;
	float:left;
}
.pour_i_right{
	width:49%;
	float:left;

}
.Une_mrtop{
	margin-top:12%;
}
.pour_ii{
	float:left;
	width:100%;
	padding:30px 0;
	color:var(--white);
	background:var(--org);
}
.pour_ii_left{
	width:49%;
	float:left;
}
.pour_ii_right{
	width:49%;
	float:right;
}
.pour_ii h3{    min-height: 77px;
    margin-bottom: 20px;
	font-size: 32px;
	    font-family: 'muller_narrow_demoextrabold';

}
.pour_ii_right a{ margin-top:10px;
text-decoration:underline;
	color:var(--white);
}

.pour_iii{
	float:left;
	width:100%;
	padding:10px 0;
}
.pour_iii_left{
	width:49%;
	float:left;
	    text-align: center;
}
.pour_iii_right{
	width:49%;
	float:right;
}
.pour_iii img{
	max-width:100%;
}
.pour_iii_right h2{
	    margin: 40px 0;
		padding-top:20px;
	font-size: 32px;
	    font-family: 'muller_narrow_demoextrabold';
}


.pour_iv{
	float:left;
	width:100%;
	padding:10px 0;
}
.pour_iv_left{
	width:49%;
	float:left;

}
.pour_iv_right{
	width:49%;
	float:right;
		    text-align: center;
}
.pour_iv img{
	max-width:100%;
}
.pour_iv h2{
	    margin: 40px 0;
		padding-top:20px;
	font-size: 32px;
	    font-family: 'muller_narrow_demoextrabold';
}

.pour_v{
	float:left;
	width:100%;
	padding:40px 0;
}
.pour_v h2{ margin-bottom:20px;
	font-size: 32px;
	    font-family: 'muller_narrow_demoextrabold';
		color:var(--org);
}



.pour_vi{
	float:left;
	width:100%;
	padding:0 0 30px 0;
}
.pour_vi_left{
	width:49%;
	float:left;
    text-align: center;
}
.pour_vi_right{
	width:49%;
	float:right;
		
}
.pour_vi img{
	max-width:100%;
}
.pour_vi h2{
		padding-bottom:40px;
	font-size: 32px;
	    font-family: 'muller_narrow_demoextrabold';
}

.pour_vii{
	width:100%;
	float:left;
		//padding:40px 0;
}

.pour_vii img{
	max-width:100%;
}
.pour_vii h2{padding-top:5%;
		padding-bottom:20px;
	font-size: 32px;
	    font-family: 'muller_narrow_demoextrabold';
		color:var(--org);
}
.pour_vii p a{
			color:var(--org);
}
.pour_vii_left{
	width:49%;
	float:left;
padding:20px 0;
}
.pour_vii_right{
	width:49%;
	float:right;
	    text-align: center;	
}

.btn_bold .black_btn,
.btn_bold .org_btn{
	font-weight: bold;
}
.Mastercard{
	padding:0 0 30px 0;
}

.offer_ii{
	float:left;
	width:100%;
	padding:0 0 30px 0;
}
.offer_ii_left{
	width:49%;
	float:left;
    text-align: center;
}
.offer_ii_right{
	width:49%;
	float:right;
		
}
.offer_ii img{
	max-width:100%;
}
.savoir_plus:focus,
.savoir_plus:hover,
.savoir_plus{
	color:var(--org);
	text-decoration:underline;
}
.offer_ii h2{
		padding-bottom:40px;
	font-size: 32px;
	    font-family: 'muller_narrow_demoextrabold';
}


.offer_iii{
	width:100%;
	float:left;
	display:flex;
	//text-align:center;
	color:var(--white);
}
.offer_iii h2{  //color:var(--org);
			font-family: 'muller_narrow_demoextrabold';
		margin-bottom:30px;
		font-size: 28px;
}
.offer_iii p{
	margin:20px 0;
}
.offer_iii_left{
	width:50%;
	float:left;
	background:var(--black);
	
}
.offer_iii_right{
	width:50%;
	float:right;
	
	background:var(--org);
}
.offer_iiileft_inner{
	padding:30px 20px 70px 20px;
	max-width: 495px;
	float:right;
	position:relative;
	    height: 100%;
}
.offer_iiiright_inner{
	padding:30px 20px 70px 20px;
	max-width: 495px;
	float:left;
		position:relative;
		    height: 100%;
}
.En_savoir{ color:var(--white);
	position:absolute;
	bottom:25px;
	text-decoration:underline;
}
.En_savoir:focus,
.En_savoir:hover{
	color:var(--white);
}
.GÉREZ_bx{
	padding:30px 0 20px 0; 
}



.offer_iv{
	float:left;
	width:100%;
	background:var(--black);
	color:var(--white);
}
.offer_iv_left{
	width:51%;
	float:left;
    text-align: center;
}
.offer_iv_right{
	width:47%;
	float:right;
	padding:20px 0;
		
}
.offer_iv img{
	max-width:100%;
}

.offer_iv h2{
		padding:30px 0;
	font-size: 32px;
	    font-family: 'muller_narrow_demoextrabold';
}


.offer_v{
	float:left;
	width:100%;
	background:var(--org);
	color:var(--white);
}
.offer_v .savoir_plus:hover,
.offer_v .savoir_plus:focus,
.offer_v .savoir_plus{
		color:var(--white);
}
.offer_v_left{
	width:49%;
	float:left;
 	//padding:20px 0;
}
.offer_v_right{
	width:49%;
	float:right;

	   text-align: center;
		
}
.offer_v img{
	max-width:100%;
}

.offer_v h2{
		padding:30px 0;
	font-size: 32px;
	    font-family: 'muller_narrow_demoextrabold';
}

/****************************/
.nir_form{
	    font-size: 16px;
    height: 42px !important;
	    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
	width:100%;
}
.nir_form:focus {
    border-color: var(--org);
    box-shadow: none;
}
.org_btn_small {
     padding: 9px 30px;
    font-size: 16px;
}

.cook_bx {
    position: fixed;
    background:var(--red);
    padding: 12px 10px;
    bottom: 0;
width: calc(100% - 30px);
    z-index: 99999999;
    margin:15px;
	border-radius:5px;
	    -webkit-animation: mover 1s   alternate;
    animation: mover 1s   alternate;

}

@-webkit-keyframes mover {
    0% { transform: translateY(150px); }
    100% { transform: translateY(0px); }
}
@keyframes mover {
    0% { transform: translateY(150px); }
    100% { transform: translateY(0px); }
}
.cook_bx p {
    font-size: 13px;
    margin: 0;
    color: #ffe7e7;
    line-height: 122%;
	    font-family: sans-serif;
}
.cokk_green{max-width:350px;
	background:var(--green) !important;
	left:0;
		right:auto;
}

.close_cookpop:hover,
.close_cookpop:focus,
.close_cookpop{
	    color: #fff;
    opacity: 1;
    font-weight: normal;
    font-size: 25px;
	box-shadow:none;
	    margin-top: -7px;
}



.twofactor_bx {
    margin: 35px auto;
    padding: 10px 42px 25px;
    border: 1px solid #eaeced;
    overflow: hidden;
    width: 100%;
    max-width: 700px;
    background: var(--white);
    border-radius: 7px;
	text-align:center;

}
.twofactor_bx  h3{
		font-size:24px;
}
.clock_timer {
    margin: 40px 0;
    font-size: 5em;
    font-weight: bold;
    color: var(--red);
}
.login_bx_logo {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 20px;
	padding:30px 0 0 0;
}
.login_bx_logo img {
    max-width:200px;
}
.choice_bx {
    width: 100%;
}
.deni_bx{
	font-size:20px;
}
.Prohibido_ex h4{
	    font-size: 20px;
}

.menu_link .dropdown-item.active, .menu_link .dropdown-item:active {
    color:var(--org)!important;
    text-decoration: none;
    background-color: #ffffff;
}
.navbar-light .navbar-nav .nav-link.active,
.bank_hed li.active a{
	  color:#fff !important;
}

.opt_email{
	float:left;
	width:100%;
	padding:20px 0;
	text-align:center;
}
.opt_email img{
    max-height: 60px;
}
.opt_email_inner{
	width:120px;
	height:120px;
	background:var(--l_org_ii);
	border-radius:100%;
	padding-top:28px;
	text-align:center;
	margin:0 auto;
}
.Entrez_text{
	width:100%;
	float:left;
	text-align:center;
	font-weight:bold;
	
    font-size: 20px;
}
.Entrez_text p{
    line-height: 129%;
    margin-bottom: 10px;
}
.Entrez_text_adresse{
	float:left;
	width:100%;
font-weight:bold;
color:var(--gray);
font-size:16px;
    padding-bottom: 10px;
    min-height: 44px;
}
.Entrez_text_adresse p{
	margin:0;
}
.Entrez_text_adresse a{
	color:var(--org);
	text-decoration:underline;
	margin-left:10px;
}
.Entrez_text_adresse a:focus{
	color:var(--org);
outline:none;	
}
.otp_fill{
	float:left;
	width:100%;
	text-align:center;
}
.otp_fill li{
	display:inline-block;
}
.otp_fill input{
	width:55px;
	height:70px;
	text-align:center;
	font-size: 35px;
	border:2px solid var(--l_org_ii);
	border-radius:2px;
}
.otp_fill input:focus{
	border-color:var(--org);
}
.otp_btn{
	width:100%;
	max-width:300px;
}
.bg_cin{
	background:var(--l_org_ii);
	border:2px solid var(--l_org) !important;
}
.eta_bx_ii input{    width: 100%;
    max-width: 226px;
    padding: 0 10px;

		background:var(--l_org_ii);
	border:1px solid var(--l_org) !important;
}
.otp_Annuler{
		border:2px solid var(--org) !important;
		padding:2px 15px;
		border-radius:5px;
		text-decoration:none !important;
		letter-spacing:1px;
}
.Valider_otp{
	background:var(--org);
	color:var(--white) !important;
}
.Envoyer_otp{
	float:left;
	width:100%;
	margin-top:20px;
}
.code_otp_bx{
	width:100%;
	float:left;
	margin-top:30px;
	font-size:16px;
	 color: var(--gray);
}
.code_otp:focus,
.code_otp:hover,
.code_otp{
	    color: var(--gray);
		text-decoration:none;
}
.cliquez:focus,
.cliquez:hover,
.cliquez{	text-decoration:none;
		    color: var(--org);
}
.Envoyer_otp .org_btn {
    padding: 10px 40px;
}
.clear-button:hover{
	cursor:pointer;
}
/**************************************/
.reason_box{
	position:relative;
	font-size:16px;
}
.sen_mform_ii{
    float: left;
    width: 100%;
    margin-bottom: 25px;
}
.nir_drop_iii .select-styled:after,
.nir_drop_ii .select-styled:after {
    background: url(images/arrow_gray.png) center no-repeat !important;

}
.nir_drop_iii .select-styled:active:after, 
.nir_drop_ii .select-styled:active:after, 
.nir_drop_iii .select-styled.active:after,
.nir_drop_ii .select-styled.active:after {

    background: url(images/arrow_ii_gary.png) center no-repeat!important;
}

.dor_bx_box .select-options{
    border: none !important;
    box-shadow: 1px 2px 7px 0px #a09c9ca8 !important;
}
.dor_bx_box  .select{
	    border: none !important;
	    border-right: 1px solid #ccc !important;
}
.Numero_up{
	    background: #fff;
}
.dor_bx_box .select-styled {

    border-radius: 4px 0 0 4px;
}

.sen_mform .form-control{border-radius: 0px;
border:none;
	border-bottom:1.5px solid var(--org);
	background:none;
}
.sen_mform .form-control:focus {
    border-color: var(--org);
    box-shadow: none;
}
.Mobilephone{
	padding-left:0;
}
.Receiver_mobile .book_con{
	background:var(--org);
		border:none;
		    border-radius: 0 .313rem .313rem 0 !important;
}   
.Receiver_mobile .book_con img{
	max-height:20px;
}
.Receiver_mobile input:focus{
	box-shadow:none;
}
/**********************************/
.borderdrop_bx  .select {
    border: none !important;
    border: 1px solid #ccc !important;
    border-radius: 0.3rem !important;
}
.borderdrop_bx .select-styled{
	 border-radius: 0.3rem;
}

.input_mask:hover,
.input_mask:focus{
	box-shadow:none;
	border-color:var(--org);
}
.Mettre_mobile{
	display:none;
}
.Mettre_desktop{
	display:block;
}





/************************************/
.tifonpp{ font-size:22px;
	color:var(--org);

}
.tifonpp_bx p{    font-size: 17px;
	font-weight:bold;
	margin-bottom: 5px;
	line-height: 127%;
}
.tifonpp_bx img{
	max-height:70px;
	margin-bottom:15px;
}
.tifonpp_bx .org_btn{
	font-weight:bold;
    font-size: 16px;
}
.tifonpp_bx{	margin-left:8px;
	margin-right:8px;
	border-radius: 15px;
}


.selct_datdrop{
	width:100%;
	
}
.selct_datdrop_i{
	width:28%;
}
.selct_datdrop_ii{
width: 32.2%;
    padding-left: 10px;
    padding-right: 10px;
}
.selct_datdrop_iii{
	width:auto;
}
/*================================================= */
/* #Media Queries
================================================== */
/********************************************************/
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (min-width:100px) and (max-width:320px) {
.tt_tabbx {
overflow-x: scroll;
}
.cooki_table td:before {
    width: 100%;
    padding: 12px 15px 12px 15px !important;
	left:0;
	    font-weight: bold;
}
.cooki_table td {
	  padding:40px 15px 12px 15px !important;
}

}
@media only screen and (min-width:100px) and (max-width:420px) {
.m3s_ii_left {
    width: 100%;
    float: left;
	margin-bottom:15px;
}	
.m3s_ii_right {
    width: 100%;
    float: right;
}

.footsigfix {    z-index: 99;
    padding: 7px 0px;
    width: 100%;
    margin-top: 0;
    position: fixed;
    bottom: 0;
    left: 0;
    background: #fff;
}
.sig_bx {
  //padding-bottom: 150px;
	    padding-top: 100px;
}

.sig_bx_a {
    float: left;
    width: 100%;
    position: fixed;
    left: 0;
    padding: 10px 15px;
    top: 58px;
    background: #ffffff;
}
.signup_head {
    display: block;
    position: fixed;
    width: 100%;
    z-index: 9;
    background: #fff;
    left: 0;
}
.clock_timer {
    font-size: 3.5em;
}
.otp_fill input {
     width: 27px;
    height: 40px;
    text-align: center;
    font-size: 23px;
    border: 2px solid var(--l_org_ii);
    border-radius: 2px;
}
.twofactor_bx {
    padding: 10px 20px 25px;
}
.Envoyer_otp .org_btn {
    padding: 10px 40px;
}
.otp_btn {
    width: 100%;
    max-width: 200px;
}
.eta_bx_ii input{
	margin-bottom:12px;
}
.sig_bx_a {
    z-index: 9;
}
.signup_head {
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 26%);
}
footer {
	padding-top:0;
}
footer > .container{
	display:none;
}
.foot_ii{
	    margin-top: 0;
}
.change_pass .cn-button{
	height: 47px !important;
    width: 47px !important;
}
}
@media only screen and (min-width:100px) and (max-width:768px) {
.Mettre_mobile{
	display:block;
}
.Mettre_desktop{
	display:none;
}
header nav{
padding:0 !important;
}
header{background: var(--org);
height:69px;
}
.mobile_hed{    padding:5px 1rem;
width: 100%;
//background: var(--white);

}
header .navbar-collapse{
background: var(--org);
}
.foot_bx_iii,
.foot_bx_i{
width:49%;
float:left;
margin:0;
}
.foot_bx_ii,
.foot_bx_iv{
width:49%;
float:right;
margin:0;
}
.meu_text:hover,
.meu_text:focus,
.meu_text{padding:16px 0;
border:none;
float:right;
color:var(--white) !important;
outline:none;
border:none;
font-weight: bold;
font-size: 16px;
}

.meu_text img{
max-height:20px;
}
.hide_mobile{
display:none;
}
.mobile_compte{
display:block;
}
.mobile_compte .compte_btn{
border-radius: 100px;
border: solid 1px var(--white);
text-align: center;
margin: 15px;
}
.menu_link i{ float:right;
display:block;
margin-top: 6px;
}
.bank_hed .navbar-nav .nav-link {
color: var(--white);
padding: 17px 15px;
}
.bank_hed .navbar-nav .nav-link:focus,
.bank_hed .navbar-nav .nav-link:hover,
.bank_hed .navbar-nav .active .nav-link{
background: var(--white) !important;
color: var(--org) !important;
}
.bank_hed .dropdown-menu{
background: var(--org);
}
.bank_hed .dropdown-menu a{
color: var(--white);
}
.menu_link .dropdown-item:hover{
	 color: var(--org) !important;
} 


.TARIFS h1 {
margin-top: 4%;
}
.tt_tabbx {
font-size: 14px;
}
.Vous_bx_link a{
min-width: auto;	
}
.Ouvert{
padding: 20px 10px 20px 10px;

}
.Passez_bx{
padding: 5px 10px 7px 10px;
}
.store_link img {
width: auto;
max-width: 112px;

}
.lag_drop img {
height: 23px;
max-width: 23px;
margin-right: 5px;
}
.points_bx {
padding: 0 0;
}
.point_search {
width: 90%;
}
.map_tab .nav-tabs li a{
padding: 7px 0;
width: 100%;
margin:0;
}
.map_tab .nav-tabs li {
width: 50%;
padding: 5px 1%;
}
.map_tab .nav-tabs li:last-child{
width: 100%;

}
.Liste_title{
font-size:20px;
padding-left: 5%;
padding-right: 5%;
}
.map_tab_inner {
padding:20px 0;
}
.Inscrivez h5 {
font-size: 20px;
}
.map_tab_inner .inner_wrapper_iii{ width:90%;	
}
.cooki_i{

font-size:15px;
}


.contact_bx {
    padding: 10px 0;
}
.contact_bx_i li{
	width:100%;
	    margin-bottom: 20px;
}
.contact_bx .nav-tabs li,
.cont_social li {
    margin:15px 5%;
    width: 90%;
}
.cs_icon{
	width: 60px;
    float: left;
}
.cs_icon img{
	margin-bottom:0;
}
.cs_text{    text-align: left;
    width: 80%;
    float: left;
    padding-top: 5px;
    font-size: 20px;
    padding-left: 5px;
}
.cs_bx a{    display: inline-block;
	padding: 10px;
}
.cs_bx a.active:after{
	    left: 47%;
}
.ca_bx li a {
    text-align: center;
}

.rese_bx .org_btn {
    min-width: auto;
}
.shoow_mobile{
	display:block;
}
.hide_onmobile{
	display:none;
}
.cont_social_ii {
    padding: 0;
}
.support{
    margin-top: -15px;
}
.support_i h3{
	font-size: 18px;
    font-weight: normal;

}
.support_i {
    padding: 30px 15px;

}
.support_ii .inner_wrapper{
	padding-left:15px;
	padding-right:15px;
}
.support_ii_left {
    width:100%;
}
.support_ii_right {
    width: 100%;
}
.sbi_right,
.sbi_left{
    width: 100%;
}
.siil_bx {
    padding: 10px;
}
.siil_bx_ii .abx_w {
    line-height: 120%;
}
.home_ix_right,
.home_ix_left,
.home_vii_right,
.home_vii_left,
.home_vi_right,
.home_vi_left,
.home_v_right,
.home_v_left,
.home_iv_right,
.home_iv_left,
.home_iii_right,
.home_iii_left{
	width:100%;
}
.home_viii_list li {
width: 100%;
    margin: 10px 0;
}
.home_ix {
    display: block;

}
.home_iv h1{
	    font-size: 32px;
}
.home_iv h2{
	    font-size: 28px;
}
.home_v_left{
	margin-bottom:20px;
}
.home_vi_left {
    padding-top: 0;
}
.home_vii{
	padding:20px 0;
}
.hixright_inner,
.hixleft_inner {
    max-width: 100%;
}
.serv_i{
	margin-top:-15px;
}
.serv_ii_right,
.serv_ii_left{
	width:100%;
}
.serv_iii_left,
.serv_iii_right{
	width:100%;
}
.serv_iii_left h2 {
    margin-top: 0;
}
.servi_points {
    padding: 0;
}
.servi_graybx_right,
.servi_graybx_left {
    width:100%;
}
.servi_graybx_left h2{
	    //line-height: 30px;
    margin-bottom: 10px;
}
.servi_graybx{
	margin-bottom:40px;
}
.servi_graybx_right .org_btn {
    float: left;

}
.viiil_bx_im {
    text-align: center;
}
.serv_iii_right {
    text-align: center;
}
.guid_links {
    display: inline-block;
}
.guid_links_left {
    width: 100%;
    margin-bottom: 15px;
}
.guid_links_right {
    width: 100%;
}
.cookie{ bottom: -2px;
	margin:0;
}

.lbl_i .dlogo,
.lbl_ii,
.lbl_iii{
	display:none;
}
.lbl_i .mlogo{
	display:block;
}
.login_bx{ background:none;
	margin:0;
	border-radius:0;
	    display: inline-block;
		width:100%;
		    padding-top: 60px;
}
.login_bx_right{ position:static;
	    width: 100%;
    border-radius: 0;
    background: none;
    padding: 0 15px !important;
}
.login_bx_right_inner {
  padding:20px 0px; 
    max-width: 360px;
    margin: 0 auto;
	
}
.edit{
    top: 5px;
    right: 13px;
}
.input_mask[disabled]{
	background:none;
	border-color: transparent;
}
.login_bx_left {
    width: 100%;
    float: left;
    padding: 10px 15px;
    background: var(--white);
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
	    position: fixed;
    left: 0;
	    top: 0;
		z-index: 99;
}
.lbl_i img {
    max-height: 32px;
}
.close_icon {
    right: 15px;
}
.lbr_ii h4{    padding: 0 1.7em;
	
}


.tous_que_i_left {
    width: 100%;
    margin-bottom: 15px;
}
.tous_que_i_right {
    width: 100%;
}

.up_filebx {
    display: block;
}
.up_load_file {
    min-width: auto;
    padding: 5%;
    width: 100%;
    max-width: 100%;
    float: left;
}
.up_filebx li {
    min-width: auto;
    margin: 10px 0;
    display: inline-block;
	    width: 100%;
}
.tq_up {
    margin: 10px 0;
}
.up_photobx li {
    max-width: 100%;
}

.up_photobx .up_load_file {
    margin-top: 0;
}
.familiale_bx li {
    width: 45%;
    /* float: left; */
}
.familiale_bx li button {
    min-width: 146px;
}
.border_btn_ii {
    padding: 13px 10px;
}
.qi_sebx {
    display: block;

}
.qi_sebx_right,
.qi_sebx_left {
    width: 100%;
}
.Cbf_i_right,
.Cbf_i_left {
    width: 100%;
}
.Cbf_i_left{
	margin-bottom:15px;
}
.step_17bx_left {
    width: 100%;
    //margin-bottom: 20px;
}
.step_17bx_right {
    width: 100%;
}
.Vérification_foricon ul {
    display: block;
    justify-content: center;
}
.Vérification_foricon li {
    display: inline-block;
    width: 100%;
    margin: 5px 0;
    display: inline-block;
    /* float: left; */
}
.vb_box_left {
    width: 20px;
    float: left;
    margin-right: 10px;
}
.vb_box_right {
    text-align: left;
}
.vb_box {
    margin: 0;
    min-height: auto;
}
.vb_box img {
    max-height: 20px;
    margin-bottom: 0;
    //margin-top: 4px;
}
.vb_box p{
	margin-bottom:0;
}
.up_photobx .up_load_file img {
    max-height: 183px;
}
.selfie img {
    max-width: 100%;
}

.Passeport_bx li {
    display: inline-block;
    margin: 10px 0;
	    width: 100%;
}
.Passeport_bx img { max-width:100%;
    max-height: 197px;
}
#photo{
	height:auto;
}
.tous_que {

    padding: 0;
}
.comment_i_left {
    width: 100%;
    margin-bottom: 20px;
}
.comment_i_right {
    width: 100%;
}
.comment_ii_left {
    width: 100%;
	    margin-bottom: 20px;
}
.comment_ii_right {
    width: 100%;
}

.burali_bx_i .hiii_rightbtn{
	margin-top:0;
}
.burali_bx_ii_left {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.burali_bx_ii_right {
    width: 100%;
    float: right;
}
.org_btn { width:100%;
    //padding: 15px 40px;
}
.burali_bx_i img {
    max-width: 100%;
}
.chrobx_ii_right, .chrobx_i_right,
.chrobx_ii_left, .chrobx_i_left{
	width:100%;
}
.chrobx_ii_left, .chrobx_i_left{
	margin-bottom:20px;
}
.chrobx_i {
    margin-top: -20px;
}
.c_iiibx_left {
    width: 100%;
    margin-bottom: 30px;
}
.c_iiibx_right{
	 width: 100%;
}

.chrobx_iv_left {
    width: 100%;
    margin-bottom: 20px;
}
.chrobx_iv_right{
	 width: 100%;
}
.chrobx_v_left{
	width:100%;
}
.chrobx_v_right {
    width: 100%;
}
.chrobx_v h2 {
    margin-top: 10px;
}
.chrobx_i_left{
	//text-align:center;
}
.chrobx_i h1 {
   max-width: 355px;
    margin: 0 auto;
	text-align:left;
}
.burali_bx_i {
    margin-top: -15px;
}
.signup_head{ display:block;
display: block;
    position: fixed;
    width: 100%;
	    background: #fff;
		    z-index: 9;
}

.pour_i_left {
    width: 100%;
}
.pour_i_right {
    width: 100%;
}
.pour_ii_left {
    width: 100%;
    margin-bottom: 20px;
}
.pour_ii_right {
    width: 100%;
    float: right;
}
.pour_ii h3 {
    min-height: auto;
}
.black_btn { width:100%;
    //padding: 15px 40px;
}
.pour_iii_left {
    width: 100%;
}
.pour_iii_right {
    width: 100%;
}
.pour_iii_right h2 {
    padding-top: 0;
}
.pour_iv_left {
    width: 100%;
}
.pour_iv_right {
    width: 100%;
}
.pour_vi_left {
    width: 100%;
    margin-bottom: 20px;
}.pour_vi_right {
    width: 100%;
}
.pour_vii_left {
    width: 100%;
}
.pour_vii_right {
    width: 100%;
	    //margin-bottom: 15px;
}
.pour_i h2 {
margin: 20px auto;
    max-width: 301px;
}
.offer_ii_left{
	width:100%;
	margin-bottom:20px;
}
.offer_ii_right {
    width: 100%;
}
.offer_iii {
    display: block;
}
.offer_iii_right,
.offer_iii_left {
    width: 100%;
}
.offer_iv .inner_wrapper_ii,
.pour_vii .inner_wrapper_ii{
	width:100%;
}
.pour_vii_left {
    padding-left:5%;
    padding-right:5%;
}
.offer_iv_left {
    width: 100%;
}
.offer_iv_right {
    width: 100%;
    padding: 20px 5%;
}
.offer_iv h2{
	padding-top:0;
}
.offer_v_right,
.offer_v_left {
    width: 100%;
}

.vaer_text {
    position: fixed;
	
}
.lbr_i_c p {
    margin: 3px 0;
}


.sig_bx_left {
    width: 100px;
    float: left;
    text-align: left;
    z-index: 999999;
    position: relative;
}
.sig_bx_right {
    width: 100px;
    float: right;
    text-align: right;
    position: relative;
    z-index: 99999;
}
.center_box {
    padding-top: 67px;
}
.mobipaddlets{
	padding:0 15px 15px 15px !important;
}
} 
@media only screen and (min-width:420px) and (max-width:768px) {
.familiale_bx li {
     width: auto !important;
    /* float: left; */
}

.foot_bx {
    display: flex;
    flex-wrap: wrap;
}
.foot_bx_i, .foot_bx_ii, .foot_bx_iii, .foot_bx_iv{
	    flex-grow: 2;
		    width: 49%;
			margin:10px 0;
}
}

@media only screen and (min-width:768px) and (max-width:920px) {

.support_ii_left {
    width: 65%;
}
.support_ii_right {
    width:30%;
}
.support_search input{
	    height: 40px;
    font-size: 13px;
    padding: 0 50px 0 10px;
}
.support_search input[type="submit"]{
    background-size: 20px 20px;
    width: 40px;
    height: 40px;
}
.home_viii_list li {
width: 100%;
    margin: 10px 0;
}
.viiil_bx_im {
    text-align: center;
}
.serv_iii_right {
    text-align: center;
}

.login_bx_right {
    padding: 40px 0;
	
}
.vb_box {
    display: flex;
}
.Vérification_foricon li {
    width: 47%;
    margin: 5px 1%;
}
.Vérification_foricon ul {
    display: block;
    justify-content: center;
}
.Passeport_bx li {
    display: inline-block;
    margin: 1%;
    width: 47%;
}
.up_photobx li {
    display: inline-block;
    margin:1%;
    width: 30%;
}
.up_photobx li p {
    font-size: 14px;
    margin: 0;
}
.selfie img {
    max-width: 350px;
}

	.meu_text:hover, .meu_text:focus, .meu_text {
    padding:8px 0;
    border: none;
    float: right;
    color: var(--black) !important;
    outline: none;
    border: none;
    font-weight: bold;
    font-size: 16px;
}
.mobile_hed {
    //padding: 5px 1rem;
    width: 100%;
    background: var(--white);
}
header {
    height: auto;
}
.chrobx_i {
    margin-top: -20px;
}
.serv_i{
	margin-top:-15px;
}
.pour_vii h2 {
    padding-top: 0;
}
.offer_iiiright_inner,
.offer_iiileft_inner {
    max-width: 100%;

    height: 100%;
    width: 100%;
}
.step_17bx_right, .step_17bx_left {
    width: 100%;
}
.center_box {
    padding-top: 67px;
}
.bank_hed .dropdown-toggle::after{
	display:none;
}
header{
height:69px;
}
}

@media only screen and (min-width:921px) and (max-width:1024px) {
.inner_wrapper {
    width: 90%;
}
.viiil_bx {

    min-height: 555px;
}
.step_17bx_right,
.step_17bx_left {
    width: 100%;
}
.offer_iv h2 {
    padding: 9px 0;
}
.Notre_bxoff .hiii_rightbtn,
.offer_iv .hiii_rightbtn {
    margin-top: 10px;
}
.Notre_bxoff h2 {
    padding-top: 0;
}
.bank_hed .dropdown-toggle::after{
	display:none !important;
}

}

@media only screen and (min-width:1025px) and (max-width:1200px) {
	.bank_hed .dropdown-toggle::after{
	display:none !important;
}

}
@media only screen and (min-width:1367px) and (max-width:2500px) {
.login_bx{
	    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    width: 80%;
    margin:20px 0;
	max-width:1200px;
}
.login_bx_left {
    min-height: 40rem;
}

}
/********************************************************************************************************************************/



.banner-section{
    position: relative;

	z-index: 0;

}

.banner-carousel{
    position: relative;
}

.banner-carousel .slide-item{
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    background-size: cover;
}

.banner-section.style-one .banner-carousel .slide-item{
    //padding: 243px 0px 160px 0px;
    //min-height: 750px;
	padding: 42px 0;
    min-height: 463px;
}

.banner-carousel .slide-item:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(-90deg, rgba(0,0,0,0.85), rgba(0,0,0,0.2) 100%);
    top: 0px;
    right: 0px;
    z-index: 1;
}

.banner-carousel .slide-item .image-layer{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transform:scale(1);
    -ms-transform:scale(1);
    transform:scale(1);
    -webkit-transition: all 6000ms linear;
    -moz-transition: all 6000ms linear;
    -ms-transition: all 6000ms linear;
    -o-transition: all 6000ms linear;
    transition: all 6000ms linear;
}

.banner-carousel .active .slide-item .image-layer{
    -webkit-transform:scale(1.15);
    -ms-transform:scale(1.15);
    transform:scale(1.15);
}

.banner-carousel .content-box{
    position: relative;
    display: block;
    z-index:5;
    width: 100%;
}

.banner-carousel .content-box .top-text{
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 17px;
    line-height: 20px;
    border-bottom: 1px solid #fff;
    font-weight: 400;
    margin-bottom: 15px;
    letter-spacing: 2px;
    opacity: 0;
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    transform: translateY(-100px);
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
}

.banner-carousel .active .content-box .top-text{
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 700ms;
    -moz-transition-delay: 700ms;
    -ms-transition-delay: 700ms;
    -o-transition-delay: 700ms;
    transition-delay: 700ms;
}

.banner-carousel .content-box h1{
    position: relative;
    display: block;
    color: #fff;
  font-size: 50px;
    line-height: 56px;
    font-weight: 700;
}

.banner-carousel .content-box .title-text{
    position: relative;
    display: block;
    padding-bottom: 26px;
    margin-bottom: 27px;
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.banner-carousel .content-box .title-text:before{
    position: absolute;
    content: '';
    background: #fff;
    width: 40px;
    height: 3px;
    left: 0px;
    bottom: 0px;
}

.banner-carousel .content-box .title-text .dotted-box .dotted{
    position: absolute;
    left: 43px;
    width: 3px;
    height: 3px;
    background: #fff;
    bottom: 0px;
}

.banner-carousel .content-box .title-text .dotted-box .dotted:nth-child(2){
    left: 49px;
}

.banner-carousel .content-box .title-text .dotted-box .dotted:last-child{
    left: 55px;
}

.banner-carousel .active .content-box .title-text{
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    transition-delay: 1000ms;
}

.banner-carousel .content-box p{
    position: relative;
    display: block;
    color: #fff;
    font-size: 20px;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 31px;
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
    -webkit-transition: all 1300ms ease;
    -moz-transition: all 1300ms ease;
    -ms-transition: all 1300ms ease;
    -o-transition: all 1300ms ease;
    transition: all 1300ms ease;
}

.banner-carousel .active .content-box p{
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 1300ms;
    -moz-transition-delay: 1300ms;
    -ms-transition-delay: 1300ms;
    -o-transition-delay: 1300ms;
    transition-delay: 1300ms;
}

.banner-section .banner-carousel .content-box a.theme-btn-one{
    border: 2px solid #fff;
    padding: 12.5px 28px;
	color: #fff;
}

.banner-section .banner-carousel .content-box a.theme-btn-one i{
    margin-right: 10px;
}

.banner-carousel .content-box .btn-box{
    position: relative;
    opacity: 0;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 1600ms ease;
    -moz-transition: all 1600ms ease;
    -ms-transition: all 1600ms ease;
    -o-transition: all 1600ms ease;
    transition: all 1600ms ease;
}

.banner-carousel .active .content-box .btn-box{
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1600ms;
    -moz-transition-delay: 1600ms;
    -ms-transition-delay: 1600ms;
    -o-transition-delay: 1600ms;
    transition-delay: 1600ms;
}

.owl-dots-none .owl-dots,
.owl-nav-none .owl-nav{
    display: none !important;
}

.float-bob-y {
    animation-name: float-bob-y;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: float-bob-y;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: float-bob-y;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob-y;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob-y;
    -o-animation-duration: 2s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.float-bob-x{
    animation-name: float-bob-x;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: float-bob-x;
    -webkit-animation-duration: 15s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: float-bob-x;
    -moz-animation-duration: 15s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob-x;
    -ms-animation-duration: 15s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob-x;
    -o-animation-duration: 15s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.rotate-me {
    animation-name: rotateme;
    animation-duration: 30s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: rotateme;
    -webkit-animation-duration: 30s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotateme;
    -moz-animation-duration: 30s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: rotateme;
    -ms-animation-duration: 30s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: rotateme;
    -o-animation-duration: 30s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.banner-section .owl-nav{
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}

.banner-section .owl-nav .owl-prev{
    position: absolute;
    width: 60px;
    height: 60px;
    left: 30px;
    color: #fff;
    font-size: 28px;
    text-align: center;
    line-height: 58px;
    border: 2px solid #fff;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    border-radius: 50%;
    opacity: 0.2;
    cursor: pointer;
}

.banner-section .owl-nav .owl-next{
    position: absolute;
    width: 60px;
    height: 60px;
    right: 30px;
    color: #fff;
    font-size: 28px;
    text-align: center;
    line-height: 58px;
    border: 2px solid #fff;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    border-radius: 50%;
    opacity: 0.2;
    cursor: pointer;
}

.banner-section .banner-carousel:hover .owl-nav .owl-prev,
.banner-section .banner-carousel:hover .owl-nav .owl-next{
    opacity: 1;
}

.banner-section .owl-nav .owl-next:hover{

}

.banner-section .owl-nav .owl-prev:hover{

}


/** about-section **/

.about-section{
    position: relative;
    padding: 110px 0px 415px 0px;
    margin-bottom: -246px;
}

#image_block_1 .image-box{
    position: relative;
    margin-right: 70px;
}

#image_block_1 .image-box .image{
    position: relative;
    display: block;
    overflow: hidden;
}

#image_block_1 .image-box .image:before {
    position: absolute;
    top: 0;
    left: -75%;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, rgba(22, 46, 64, 0) 0%, rgba(22, 46, 64, .3) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(22, 46, 64, 0)), to(rgba(255, 255, 255, .3)));
    background: linear-gradient(to right, rgba(22, 46, 64, 0) 0%, rgba(22, 46, 64, .3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

#image_block_1 .image-box:hover .image:before{
    -webkit-animation: shine 1s;
    animation: shine 1s;
}

#image_block_1 .image-box .image img{
    width: 100%;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

#image_block_1 .image-box .box{
    position: absolute;
    bottom: -70px;
    width: calc(100% - 160px);
    left: 80px;
    background: #fff;
    padding: 10px;
    z-index: 1;
}

#image_block_1 .image-box .box .inner{
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    background: #fff;
    border: 8px solid #ff00bf;
    padding: 38px 40px;
}

#image_block_1 .image-box .box .inner span{
    position: relative;
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #222;
    text-transform: uppercase;
    margin-bottom: 24px;
}

#image_block_1 .image-box .box .inner h1{
    position: relative;
    display: block;
    font-size: 80px;
    line-height: 70px;
    font-weight: 700;
    margin-bottom: 0px;
}

#image_block_1 .image-box .box .inner p{
    font-size: 15px;
    font-weight: 400;
    color: #222;
}

#image_block_1 .image-box .box .inner .icon-box .icon{
    position: absolute;
    width: 171px;
    height: 171px;
    background: #edf6ff;
    border-radius: 50%;
}

#image_block_1 .image-box .box .inner .icon-box .icon-1{
    left: -20px;
    bottom: -20px;
}

#image_block_1 .image-box .box .inner .icon-box .icon-2{
    right: -90px;
    top: -135px;
}

#content_block_1 .content-box .bold-text p{
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
    margin-bottom: 15px;
}

#content_block_1 .content-box .text{
    margin-bottom: 31px;
}

#content_block_1 .content-box{
    position: relative;
}
.about-section #content_block_1 .content-box{
    margin-left: -30px;
}

.about-section .pattern-layer{
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}
.auto-container {
    position: static;
    max-width: 1170px;
    padding: 0px 15px;
    margin: 0 auto;
}

/**************************************************/
.vlbx{
	    position: relative;
    border: none;
    border-radius: 16px;
    background: white;
    transition-duration: 200ms;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: column;
    padding: 24px 16px;
    text-align: center;
	    //box-shadow:0px 0px 11px #e7e0e0;
    margin:30px 0;
	cursor:pointer;
	
}
.vlbx p{ font-size:15px;
	margin:5px 0;
}
.vlbx h5{
	font-weight:bold;
}
.vlbx img{
	max-height:80px;
	margin:25px 0;
}
.vlbx a{
    font-weight: bold;
    color:var(--org);
    border: 1px solid var(--org);
    padding: 7px 25px;
    border-radius: 35px;
    display: inline-block;
    margin-top: 15px;
}
.vlbx a:hover{
	background:var(--org);
	color:#fff;
}
.activeScal{
	    transform: scale(1.1);
}
.arroarra1{
	position:absolute;
	top:0;
	right:15px;
}
.arroarra2{
	position:absolute;
	top:0;
	right:15px;
}
.activeScal .vlbx_ii{
	display:block !important;
}
.activeScal .vlbx_i{
	display:none;
}
.arroarra1{
	width: 40px;
    height: 40px;
    background: #ff00bf;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    background-image:none !important;
	border-radius:35px;
	    position: absolute;
    right: 0;
    top: 41px;
}
.arroarra2{
	width: 40px;
    height: 40px;
    background: #ff00bf;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
	    background-image:none !important;
		border-radius:35px;
		    position: absolute;
    right: 50px;
    top: 41px;
    left: auto;
}
.arroarra1 svg,
.arroarra2 svg{
	max-width: 23px;
}


.iconsetup{
	display:flex;
	align-items:center;
	position:relative;
}
.iconsetup span{
	    position: absolute;
    right: 58px;
    color: #000;
    font-weight: bold;
	    min-width: 87px;
    text-align: right;
	font-size:15px;
	    font-family: 'muller_narrow_demoextrabold';
}
.serbanner{
    position: relative;
	float:left;
	width:100%;
	margin-bottom:70px;
}
.serbanner img{
	width:100%;
}
.serbanner_inner{
	padding:0 100px;
}
.bannerboxSer{
	float:left;
	width:100%;
}

.Get_App{
    width: 100%;
    float: left;
    padding: 15px 10px;
	text-align: center;
}
.Get_App h3{
	    font-family: 'muller_narrow_demoextrabold';
	    font-size: 24px;
    margin-bottom: 8px;
}
.Get_App img{
	max-height:40px;
	margin:5px;
}
.Get_App_close{
	float:right;
	    margin-top: -10px;
}
.MaxWidth400{
	    max-width: 400px !important;
}

.arroarra1{
	background:#FF00BF;
}
.arroarra1{
	background:#11111f;
}
.Ride_typ .swiper-slide:nth-child(odd) .vlbx{
	background:#FF00BF;
	color:#fff;
}

.Ride_typ .swiper-slide:nth-child(odd) .vlbx a {
    color: #ffffff;
    border: 1px solid #ffffff;
	
}
.Ride_typ .swiper-slide:nth-child(even) .vlbx{
	background:#11111f;
		color:#fff;
}







/* global css end */
/* preloader css start */
@-webkit-keyframes preloader-inside-white {
    0% {
        -webkit-transform: scale(0, 0);
        -moz-transform: scale(0, 0);
        -ms-transform: scale(0, 0);
        -o-transform: scale(0, 0);
        transform: scale(0, 0);
    }

    100% {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

@keyframes preloader-inside-white {
    0% {
        -webkit-transform: scale(0, 0);
        -moz-transform: scale(0, 0);
        -ms-transform: scale(0, 0);
        -o-transform: scale(0, 0);
        transform: scale(0, 0);
    }

    100% {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

@-webkit-keyframes preloader-inside-red {
    0% {
        -webkit-transform: scale(0, 0);
        -moz-transform: scale(0, 0);
        -ms-transform: scale(0, 0);
        -o-transform: scale(0, 0);
        transform: scale(0, 0);
    }

    30% {
        -webkit-transform: scale(0, 0);
        -moz-transform: scale(0, 0);
        -ms-transform: scale(0, 0);
        -o-transform: scale(0, 0);
        transform: scale(0, 0);
    }

    100% {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

@keyframes preloader-inside-red {
    0% {
        -webkit-transform: scale(0, 0);
        -moz-transform: scale(0, 0);
        -ms-transform: scale(0, 0);
        -o-transform: scale(0, 0);
        transform: scale(0, 0);
    }

    30% {
        -webkit-transform: scale(0, 0);
        -moz-transform: scale(0, 0);
        -ms-transform: scale(0, 0);
        -o-transform: scale(0, 0);
        transform: scale(0, 0);
    }

    100% {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

/* Styles */
.preloader {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999999;
    background: white;
    text-align: center;
}

.preloader .preloader-container {
    display: inline-block;
    width: 100px;
    height: 100px;
    margin: auto;
    position: absolute;
    top: 44%;
    left: 0;
    position: relative;
}
.animated-preloader_video,
.preloader .preloader-container .animated-preloader {
    display: inline-block;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    background: #ff00bf;
    border-radius: 50em;
}
.animated-preloader_video:after,
.preloader .preloader-container .animated-preloader:after {
    content: '';
    display: inline-block;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50em;
    background: white;
    -webkit-animation: preloader-inside-white 1s ease-in-out infinite;
    -ms-animation: preloader-inside-white 1s ease-in-out infinite;
    animation: preloader-inside-white 1s ease-in-out infinite;
}
.animated-preloader_video:before,
.preloader .preloader-container .animated-preloader:before {
    content: '';
    display: inline-block;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    border-radius: 50em;
    background: #ff00bf;
    -webkit-animation: preloader-inside-red 1s ease-in-out infinite;
    -ms-animation: preloader-inside-red 1s ease-in-out infinite;
    animation: preloader-inside-red 1s ease-in-out infinite;
}

/* preloader css end */




.gray_cook{
	    background: #11111fc2;
    margin: 0;
    width: 100%;
    border-radius: 0;
	display:flex;
	  justify-content: space-between;
    align-items: center;
	
}
.gray_cook p{
	font-Size:14px;
line-height:150%;
width: calc(100% - 335px);
}
.gray_cook a{
	color:#fff;
	font-weight:bold;
}
.Accpcook{
    display: flex;
    width: 335px;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
	
}
.ACCEPTbtn{
	    background: var(--org);
		color:#fff;
		font-weight:bold;
		    padding: 5px 10px;
			margin:5px;
		font-Size:14px;
		cursor:pointer;
		border: none !important;
}
.ACCEPTbtn img{
	max-height:15px;
	margin-right:5px;
}

.driver_i{
	float:left;
	width:100%;
	padding:70px 0;
}
.driver_i_inner{
	float:left;
	width:100%;
	display:flex;
	    justify-content: space-between;
    align-items: center;
}
.DIInner_left{
	width:49%;
}
.DIInner_left img{
	max-width:100%;
}
.DIInner_right{
	width:42%;
}
.providing{
	line-height:150%;
	font-Size:14px;
	margin:5px 0;
	margin-top:15px;
}
.driver_i h1{
	    font-family: 'muller_narrow_demoextrabold';
		font-Size:70px;
		margin-bottom:25px;
}
.appydrive{
display:flex;
	    //justify-content: space-between;
    align-items: center;
	margin-top:15px;
}

.buttonappydrive{
	    background-color: var(--org) !important;
    color: var(--white) !important;
	border:none;
	padding:7px 25px;
	border-radius:35px;
	margin-right:15px;
	font-weight:bold;

}

.inwa_bx {
    float: left;
    width: 100%;
    position: relative;
    background: #fff;
    margin-bottom: 12px;
	    border-radius: 4px;
}

.effect-22{
 padding:7px 10px 7px 10px; 
border: 1px solid #ccc; 
position: relative; 
    background: transparent !important;
outline:none;
width:100%;
border-radius:4px;
    z-index: 1;
	    height:40px;
		font-size:15px;
	
}
textarea.effect-22{
	    height: 90px;
		float: left;
    width: 100%;
}
.effect-22:focus{
	//border: 2px solid #ff00bf; 
	border: 1px solid var(--org); 
}
.effect-22 ~ label{position: absolute;
 left: 20px; 
 //width: 100%;
 top:9px; 
 color: #989eb2; 
 transition: 0.3s; 
 z-index:0; 
  font-size: 14px; 
 letter-spacing: 0.5px;
 margin:0;
 font-weight:normal;
 text-transform:uppercase;
     text-align: left;
    width: calc(100% - 20px);
 }
 .effect-22:checked ~ label, .has-content.effect-22 ~ label,
.effect-22:focus ~ label, .has-content.effect-22 ~ label{
top: 4px;
left: 15px;
font-size: 11px;
//color: #ff00bf;
color:var(--org); 
transition: 0.3s;

z-index: 999;
padding: 0 ;

}


.checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.checkbox label {
  position: relative;
  cursor: pointer;
      //color: #696969;
	  margin:0;
	  font-size:16px;
	  font-weight:normal;
	  padding-left:35px;
}
.checkbox label a{
	color:var(--org);
}

.checkbox label:before {
  content:'';
  -webkit-appearance: none;
  background-color: #fff;
  border: 2px solid #ccc;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
    margin-right:6px;
    border-radius: 5px;
    margin-top: -4px;
	
    margin-left: -35px;

}

.checkbox input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top:2px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid var(--org);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.driver_ii{
	float:left;
	width:100%;
	padding:70px 0;
	background:#f4f4fa;
}
.driver_ii_inner{
	float:left;
	width:100%;
	display:flex;
	    justify-content: space-between;
    align-items: center;
}
.DI2Inner_left{
	width:49%;
}

.DI2Inner_right{
	width:42%;
}
.DI2Inner_right img{
	max-width:100%;
}
.DRIVE_sub{
	font-weight:bold;
	margin-bottom:10px;
}
.DI2Inner_left h2{
	font-weight:bold;
    font-size: 48px;
	margin-bottom:20px;
}
.poindriver{
	    display: flex;
		    margin-bottom: 15px;
}
.poindriver p{
	margin:0;
}
.poindrivleft{
	width:35px;
}
.appydrive2{
	margin-top:30px;
}
.appydrive2 a{
	color:#11111f;
	font-weight:bold;
	
}
.appydrive2 a svg{
	    margin-bottom: -3px;
    margin-left: 10px;
}
.appydrive2 a:hover{
	text-decoration:underline;
}


.driver_iii{
	float:left;
	width:100%;
	padding:70px 0;
	background:url(images/driverBg.jpg) no-repeat center top;
}
.driver_iii_inner{
	float:left;
	width:100%;
	display:flex;
    justify-content: center;
    align-items: flex-end;
}
.DI3Inner_center img{
	max-width:290px;
}
.DI3Inner_left h1{
	font-weight:bold;
	padding-bottom: 100px;
}
.DI3Inner_left,
.DI3Inner_center,
.DI3Inner_right{
	width:33.33%;
}
.DI3Inner_center{
	text-align:center;
}
.mobileshow{
	display:none;
}
.imx{
	text-align:center;
}
.imx img{
	max-width:200px;
}
.reviersbox{
	    flex-direction: row-reverse;
}
.reviersbox .DI2Inner_left{
	width:42%;
}
.reviersbox .DI2Inner_left{
    width: 49%;
}
.buttonappydrive_border{
	    background-color: var(--white) !important;
    color: var(--org) !important;
    border: 1px solid var(--org);
    padding: 5px 25px;
    border-radius: 35px;
    margin-right: 15px;
    font-weight: bold;
}


.img_hometwo .swiper-slide:nth-child(odd){
	    background: #11111F;
    background: linear-gradient(90deg, #11111F 0%, #11111F 40%, rgba(255,255,255,1) 40%, rgba(255,255,255,1) 100%);
}
.img_hometwo .swiper-slide:nth-child(odd) .half-round-width{
		    background: #11111F;
}


.INVESTORS_i{
	float:left;
	width:100%;
	padding:70px 0;
	background:#DCDDFC;
	
}
.INVESTORS_i p{
	//font-Size:15px;
}
.INVESTORS_i a{
	color: var(--org) ;
}
.INVESTORS_i_inner{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;

}
.INVESTORS_iLeft{
	width:49%;
}
.INVESTORS_iright{
	width:49%;
}
.tiltpain{
font-weight: bold;
    font-size: 58px;
    margin-bottom: 20px;
}
.getemail{
	display:flex;
}
.getemail_left{
	width:55%;
	margin-right:15px;
}
.responsiveim{
	max-width:100%;
}
.INVESTORS_iRight{
	text-align:center;
}
.INVESTORS_iRight img{ max-width:400px;
width: 100%;	
}



.INVESTORS_ii{
	float:left;
	width:100%;
	padding:70px 0;
	
}

.INVESTORS_ii a{
	color: #000 ;
}
.INVESTORS_ii_inner{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
	margin-top:40px;

}
.tiltpain_sub{
	font-weight: bold;
    font-size: 48px;
    margin-bottom: 20px;
}
.in_boxindustry{
	position: relative;
    border: none;
    border-radius: 16px;
    background: white;
    transition-duration: 200ms;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: column;
    padding:30px 16px;
    text-align: center;
	    box-shadow: 1px 1px 5px #66666647;
		margin:7px;
		width:calc(25% - 14px);
		min-height:340px;
}
.in_boxindustry img{
	max-height:140px;
	margin-bottom:10px;
}
.in_boxindustry p{
	margin-bottom:0;
}
.in_boxindustry h3{
	font-weight:bold;
	margin-bottom:15px;
	font-Size:24px;
}


.HOTLINE_hed{
	border:none;
}
.HOTLINE_hed .close{
	    position: absolute;
    left: 0;
	    font-size: 28px;
    top: 16px;
	opacity: 1;
	  color: #fff;
} 
.HOTLINE_hed .close span:hover,
.HOTLINE_hed .close span{
	    text-shadow: none;
    color: #fff;
}
.HOTLINE_hed .modal-title{
	    width: 100%;
    text-align: center;
	color:#fff;
	font-weight:bold;
}
.trying_p{
	margin:0 0 7px 0;
	    padding: 0 !important;
}
.trying_drop:focus,
.trying_drop{
	box-shadow:none;
	
}
.trying_drop:hover,
.trying_drop:focus{
	border-color:var(--org);
}
.hotline_text{
	width:100%;
	text-align:100%;
	margin:15px 0 0 0;
	text-align:center;

}

.hotr_Support p,
.hotline_text p{
	margin:3px 0;
		font-Size:15px;
			    text-align: center !important;
    width: 100%;
	    padding: 0px !important;
}
.hotr_Support{
    //background: #000;
    color: #fff;
    margin: -1rem; 
    padding: 25px 1rem;
    width: calc(100% + 2rem);
    margin-bottom: 0 !important;
   //min-height: 279px;
    //position: absolute;
    //left: 0;
    //bottom: 0;
}
.hotr_Support a{
	width:100%;
    max-width: 100% !important;
    margin-right: 0 !important;
}
.hotr_Support a.onl_border{
	border-color:var(--org) !important;
	color:var(--org) !important;
}
.yt_videobx{
	width:100%;
	float:left;
	padding:10px 0 0 0;
}

.yt_videobx_inner{
display:flex;
    justify-content: center;
    align-items: center;
	flex-direction: row-reverse;
	
}
.appdemovi{
	//padding:35px;
	background:#fff;
	    //box-shadow: 2px 2px 9px #6666664a;
		    width: calc(100% + 100px);
    z-index: 9;
    position: relative;
	    margin-left: -100px;
	
}
.appdemovi a{
	//color:var(--org);
}
.appdemovi h2{
	font-weight:bold;
	margin-bottom:15px;
	
}
.videolodplay{
	position:relative;
	z-index: 9999;
}
.yt_videobx_left{
	width:29%;
	    position: relative;
}
.yt_videobx_right{
	width:50%;
}
.bg_imvido{
	width:100%;
}
.video-intro {
    max-width: 100% !important;
}
.video_boxvideo_one iframe{ width:100% !important;
height: 200;
}
.js-video_one {
  height: 0;
  padding-top: 25px;
  //padding-bottom:52.5%;
      padding-bottom: 43.5%;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}
 
.js-video_one.widescreen {
  padding-bottom: 57.25%;
}
 
.js-video_one.vimeo {
  padding-top: 0;
}
.js-video_one embed, .js-video_one iframe, .js-video_one object, .js-video_one video {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}





.video_box iframe{ width:100% !important;
height: 170px;
}
.js-video {
  height: 0;
  padding-top: 25px;
    padding-bottom: 52.5%;

  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}
 
.js-video.widescreen {
  padding-bottom: 57.25%;
}
 
.js-video.vimeo {
  padding-top: 0;
}
.js-video embed, .js-video iframe, .js-video object, .js-video video {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}





.video_icon, .video_icon i {
    position: relative;
}
.video_icon {
    background-color: #fff;
}
.video_icon:after, .video_icon:before {
    content: "";
    width: 100%;
    height: 100%;
    border: 0.2px solid #fff;
    border-radius: 50%;
    opacity: .1;
    position: absolute;
    left: 0;
	    top: 0;
}
.video_icon:before {
    -webkit-transform: scale(2.5);
    -ms-transform: scale(2.5);
    transform: scale(2.5);
}
.video_icon:after {
    -webkit-transform: scale(3.8);
    -ms-transform: scale(3.8);
    transform: scale(3.8);
}
.bgbx_vido{
	background:url(images/video_bg.jpg) no-repeat center;
//background-size: cover;
    background-size: contain;
    position: relative;
    height: 375px;
    //height: 288px;
}
.app_demo_video .popup-youtube.video_icon {
    display: block;
    margin: 0 auto;
}
.video_icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    -webkit-box-shadow: 0 20px 40px 0 rgb(1 16 58 / 14%);
    box-shadow: 0 20px 40px 0 rgb(1 16 58 / 14%);
    text-align: center;
    line-height: 85px;
    font-size: 30px;
    transition: .3s linear;
    display: inline-block;
	    left: calc(50% - 40px);
    top: calc(50% - 40px);
}
.video_icon img {
max-height: 17px;
    margin-top: -6px;
    margin-right: -3px;
}


@-webkit-keyframes pulse{
    0%{
        opacity:1;
        -webkit-transform:translate(-50%,-50%) scale(1);
        transform:translate(-50%,-50%) scale(1)
    }
    100%{
        opacity:0;
        -webkit-transform:translate(-50%,-50%) scale(2);
        transform:translate(-50%,-50%) scale(2)
    }
}
@keyframes pulse{
    0%{
        opacity:1;
        -webkit-transform:translate(-50%,-50%) scale(1);
        transform:translate(-50%,-50%) scale(1)
    }
    100%{
        opacity:0;
        -webkit-transform:translate(-50%,-50%) scale(2);
        transform:translate(-50%,-50%) scale(2)
    }
}
.arrow_triangle-right:before {
    //content: "\45";
}
.video_icon i:after {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 1px 15px 1px rgb(255 255 255 / 50%);
    box-shadow: 0 1px 15px 1px rgb(255 255 255 / 50%);
    content: "";
    -webkit-animation: 2s infinite pulse;
    -webkit-transform: scale(8);
    -ms-transform: scale(8);
    transform: scale(8);
    animation: 2s infinite pulse;
}




.lamnbx{
background: #00000014;
    padding: 9px 15px;
    border-radius: 35px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
		color:#000;
		text-decoration:none;
		    width: 105px;
    margin: 20px auto;
}
.lamnbx img{
	max-height:14px;
	margin:0 7px;

}

.popup-link{
  display:flex;
  flex-wrap:wrap;
}

.popup-link a{
    background: #333;
    color: #fff;
    padding: 10px 30px;
    border-radius: 5px;
    font-size:17px;
    cursor:pointer;
    margin:20px;
    text-decoration:none;
}

.popup-container {
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    //transform: scale(1.3);
    position: fixed;
    z-index: 99;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(21, 17, 17, 0.61);
    display: flex;
    align-items: center;
}
.popup-content {
    background-color: #fefefe;
    margin: auto;
    padding:15px;
      width: calc(100% - 0px);
	      position: relative;
		  float:left;
}
.popup-content p{
    font-size: 17px;
    padding: 10px;
    line-height: 20px;
}
.popup-content a.close{
    color: #aaaaaa;
    float: right;
    //font-size: 28px;
    font-weight: bold;
    background: none;
    padding: 0;
    margin: 0;
    text-decoration:none;
}

.popup-content a.close:hover{
  //color:#333;
}

.popup-content span:hover,
.popup-content span:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.popup-container:target{
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}

.popup-container h3{
  margin:10px;
}


.popup-style-5{
  top:100%;
  
}

.popup-style-5:target{
  top:0;
}


.whitpop_box{
    width: 100%;
    float: left;
       background: #ffffff;
    border-radius: 15px 15px 0 0;
    position: absolute;
    bottom: 0;
    left: 0;
}
.bartogle{
	width:100%;
	float:left;
	text-align:center;
	margin-bottom:10px;
	margin-top:10px;
}
.bartogle img{
	    max-height:10px;
}	
.AppLanguage_title{
    width: 100%;
    float: left;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
margin-bottom:15px;
color: #2f81ff;
}
.closebx{
	    float: left;
    margin-left: 20px;
    position: absolute;
    left: 0;
}
.closebx img{
	max-height:16px
}
.all_lan{
width:clac(100% - 40px);
    float: left;
    padding: 0 20px;
    //height: 50vh;
	height:28vh;
    overflow-y: scroll;
}
.incre_hight{
height:86vh;	
  overflow-y: scroll;
}

.all_lan::-webkit-scrollbar {
  width:5px
}
 
.all_lan::-webkit-scrollbar-track {
  //box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
 
.all_lan::-webkit-scrollbar-thumb {
  background-color: #4d3b86;
  //outline: 1px solid slategrey;
}








.fullhotbx{
	//height: calc(100vh - 62px);
    overflow-y: auto;
	    padding-bottom: 0;
		position:relative;
}

.Countrydopbx{
	color:#fff;
border-color: var(--org);
	 background:none;
}
.Countrydopbx:focus,
.Countrydopbx:hover{
		 background:none;
		 	color:#fff;
}
.Countrydopbx option{
	background:#11111F;
}
p.cetlintext{
    width: 100%;
    margin-top: -26px !important;
    padding-bottom: 5px !important;
}
p.cetlintext span:hover,
p.cetlintext span{
	    padding: 0 5px;
    background: #11111f;
	color:var(--org);
	font-weight:bold;
}


.connecter_linkbx{
	color:var(--org) !important;
}
.darkbghed .connecter_linkbx{
	color:#fff !important;
}



/*************************************/

.sidebar-nav {
	 background-color: #ecf5fc;
	 padding: 0 0 0 20px;
}
 .sidebar-nav h4 {
	 color: #e4173e;
	 font-family: 'Roboto Condensed', sans-serif;
	 text-transform: uppercase;
	 font-size: 20px;
	 text-align: left;
	 line-height: 40px;
}
 .sidebar-nav ul {
	 list-style-type: none;
	 padding-left: 0;
}
 .sidebar-nav ul li {
	 border-top: 1px dotted rgba(0, 0, 0, 0.0980392);
	 position: relative;
	 width: 100%;
	 user-select: none;
	 -webkit-user-select: none;
}
 .sidebar-nav ul li a {
	 color: rgba(0, 0, 0, 0.701961);
	 padding: 7px 0;
	 display: inline-block;
	 width: calc(100% - 50px);
}
 .sidebar-nav ul li a:hover {
	 text-decoration: none;
	 border-bottom: 0;
}
 .sidebar-nav ul li.selected a {
	 color: #004c84;
	 font-weight: bold;
	 display: block;
	 margin-right: 50px;
}
 .sidebar-nav ul li a.menu-toggle {
	 position: relative;
	 width: 50px;
	 text-align: center;
	 border-bottom: 0;
	 vertical-align: top;
}
 .sidebar-nav ul li a.menu-toggle:after {
	 position: relative;
	 right: 0;
	 text-align: middle;
	 font-family: FontAwesome;
	 font-size: 12px;
	 content: "\f078";
}
 .sidebar-nav ul li a.menu-toggle:focus, .sidebar-nav ul li a.menu-toggle:hover, .sidebar-nav ul li a.menu-toggle:visited, .sidebar-nav ul li a.menu-toggle:link {
	 border-bottom: 0;
	 text-decoration: none;
}
 .sidebar-nav ul li a.menu-toggle.rotate {
	 transform: rotate(180deg);
	/* right: 1px;
	 */
}
 .sidebar-nav ul.sub-menu {
	 display: none;
	 font-size: 14px;
}
 .sidebar-nav ul.sub-menu li {
	 padding-left: 20px;
}
 
/*************************************/
@media only screen and (min-width:100px) and (max-width:767px) {
.arroarra2, .arroarra1{
	display:none;
}
.call-center {
    display: none;
}
.serbanner_inner {
    padding: 0 15px;
}
.serbanner {
    margin-bottom: 25px;
}
.Get_App_close{
	 margin-top: 4px;
    margin-right: 12px;
}
#GETARIDE{
	padding: 0 15px;
}
.Get_App {
    padding: 15px 15px 40px 15px;
}

.gray_cook {

    justify-content: center;
    flex-wrap: wrap;
}
.Accpcook{
	width:auto;
	    margin-top: 15px;
		    flex-wrap: wrap;
}
.gray_cook a {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}
.gray_cook p {
    font-Size: 13px;
    text-align: center;
}
.Accpcook .ACCEPTbtn {
    width: 46%;
}
.driver_ii_inner,
.driver_i_inner {
    flex-wrap: wrap;
	//flex-direction: column-reverse;
}
.driver_i_inner .appydrive{
	 flex-wrap: wrap;
	flex-direction: column-reverse;
	    align-items: flex-start;
}
.driver_i_inner .buttonappydrive{
	margin-top:15px;
}
.driver_iii_inner{
	    flex-wrap: wrap;
}
.DI3Inner_left,
.DI3Inner_right,
.DI3Inner_center,
.DI2Inner_right,
.DI2Inner_left,
.DIInner_right,
.DIInner_left {
    width: 100%;
}
.DI2Inner_right,
.DIInner_right{
	margin-top:25px;
}
.DI2Inner_left h2{
	    font-size: 32px;
}
.driver_i h1 {
    font-Size: 48px;

}
.DI3Inner_center img {
       max-width: 232px;
}
.mobileshow{
	display:block;
}
.desktophow{
	display:none;
}
.DI3Inner_left h1 {
    padding-top:40px;
    padding-bottom: 0;
}
.DI2Inner_right {
    text-align: center;
    margin-bottom: 16px;
}
.text_cenetM{
	text-align:center;
}
.inlibtn{
    flex-wrap: revert !important;
    flex-direction: inherit !important;
    align-items: center !important;
	    justify-content: center;
		    margin-top: 0;
    margin-bottom: 25px;
}
.inlibtn  a{
    margin-top: 15px;
}
.text_cenetM h1 {
    font-Size: 48px;
    margin-bottom: 0;
}
.reviersbox .DI2Inner_left {
    width: 100%;
}
.INVESTORS_i_inner {
    flex-wrap: wrap;
}
.INVESTORS_iRight,
.INVESTORS_iLeft {
    width: 100%;
}
.INVESTORS_ii_inner {
    flex-wrap: wrap;
}
.in_boxindustry {

    width: calc(50% - 14px);
    //min-height: 340px;
}
.img_hometwo .swiper-slide {
    background: none !important;
}
.img_hometwo .swiper-slide:nth-child(odd) .half-round-width::before {
    background: #11111F;
}
.gray_cook p{

width: 100%;
}

.yt_videobx_inner {
    flex-wrap: wrap;
	    flex-direction: column-reverse;
}
.appdemovi,
.yt_videobx_right,
.yt_videobx_left {
    width: 100%;
}
.yt_videobx_left{
	margin-top:25px;
}
.js-video_one {
    padding-bottom: 45.5%;

}
.bgbx_vido {
       background-size: contain;
    height: 46vh;
}
.appdemovi {
    margin-left: 0;
}
}

@media only screen and (min-width:100px) and (max-width:420px) {
.appydrive,
.inlibtn {
      flex-direction: column !important;

}	
.appydrive>a {
    margin-top: 15px;
	margin-right:0;
}
.mopaddingsp{
	padding-bottom:0;
}
.checkdrivebtn{
	flex-direction: column-reverse !important;
}
.in_boxindustry {

    width: calc(100% - 14px);
min-height: auto;
}
.bgbx_vido {
    background-size: 100%;
    height: 29vh;
}
.intro-section .half-round-width{
	min-height:412px;
}
.fullhotbx {
      height: calc(100vh - 88px);

}
}

@media only screen and (min-width:768px) and (max-width:990px) {
	.call-center {
    display: none;
}
.serbanner_inner {
    padding: 0 15px;
}
.serbanner {
    margin-bottom: 25px;
}
.INVESTORS_i_inner {
    flex-wrap: wrap;
}
.INVESTORS_iRight, .INVESTORS_iLeft {
    width: 100%;
}
.DI2Inner_right {
    width: 100%;
}
.reviersbox .DI2Inner_left {
    width: 100%;
}
.buttonappydrive_border,
.buttonappydrive {
    padding: 7px 14px;
    font-size: 16px;
}
.DI2Inner_left {
    //width: 69%;
}
.driver_ii_inner, .driver_i_inner {
    flex-wrap: wrap;
    //flex-direction: column-reverse;
}
.DI3Inner_left, .DI3Inner_right, .DI3Inner_center, .DI2Inner_right, .DI2Inner_left, .DIInner_right, .DIInner_left {
    width: 100%;
}
.DIInner_left img {
    max-width: 100%;
    width: 100%;
}
.DI2Inner_right, .DIInner_right {
    margin-top: 25px;
}
.DI2Inner_right img {
    max-width: 100%;
    width: 100%;
}
.mobileshow {
    display: block;
}
.desktophow {
    display: none;
}
.driver_iii_inner {
    flex-wrap: wrap;
}
.DI3Inner_left h1 {
    padding-top: 40px;
    padding-bottom: 0;
}
.text_cenetM {
    text-align: center;
}
.inlibtn {
    flex-wrap: revert !important;
    flex-direction: inherit !important;
    align-items: center !important;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 25px;
}
.imx img {
    max-width: 300px !important;
}
.yt_videobx_inner {
    flex-wrap: wrap;
	    flex-direction: column-reverse;
}
.appdemovi,
.yt_videobx_right,
.yt_videobx_left {
    width: 100%;
}
.yt_videobx_left{
	margin-top:25px;
}
.bgbx_vido {
      background-size: contain;
       height: 63vh;
}
.appdemovi {
    margin-left: 0;
}
}

@media only screen and (min-width:991px) and (max-width:1080px) {
	
	.call-center {

    top: calc(50% - 188px);
}

}