.white-border {
	border : 1px solid white;
	min-height: 50px;
    padding-top: 12px;
	padding-bottom: 12px;
	border-radius:5px;
}

.round-border .dls-bright-blue-bg {
	border-radius : 20px;
}

.visuel_carte_tab {
    margin: auto;
    width: 90%;
    margin-left: -25%;
    margin-top: 15%;
}

.carte_tab_content li {
	margin-right: 80px;
}

.bloc_aide {
	border: 1px solid #002663;
}
.box_cartes_amex, .box_cartes_amex_af {
	width: 250px;
    text-align: center;
    border: solid 1px white;
    height: 48px;
    margin: auto;
    margin: auto;
    width: 90%;
    padding-top: 10px;
	color : white;
	cursor : pointer;
}
#visuels_cartes_amex , #visuels_cartes_af {
	margin-top:-125px;
}
.box_cartes_amex:hover , .box_cartes_amex_on {
	color : #006fcf;
	background-color : white;
}

#bloc_steps[class*=" col-"], [class^=col-] {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.dls-accent-blue-02 {
    color: #002663;
}

ul {
	background-color: white;
    padding-top: 20px;
    padding-left: 30px;
    padding-bottom: 20px;
}


.blue-arrow {
	margin-top:-20px;
}

.btn {
	max-width: 27.5rem;
}

.carte_on {
	opacity : 1;
}

.carte_off {
	opacity : 0.5;
}

.bloc_middle {
	border-left : 1px solid #00175a;
	border-right : 1px solid #00175a;
	border-top : 0;
	border-bottom : 0;
}

.bloc_middle_white {
	border-left : 1px solid #fff;
	border-right : 1px solid #fff;
	border-top : 0;
	border-bottom : 0;
}

@media screen and (max-width: 768px) {
h4 {
	font-size : 0.8rem;
}

#visuels_cartes_amex , #visuels_cartes_af {
	margin-top:0px !important;
}

.tabs[aria-current=mobile] .tab-menu {
    display: block;
    max-width: 300px;
    position: relative;
    margin: auto;
}

.visuel_carte_tab {
    margin: auto;
    width: 90%;
    margin-left: 0;
    margin-top: 0;
}

.carte_tab_content li {
	margin-right: 0px;
}
.pad-3-lr, .pad-3-r {
    padding-right: 0!important;
}

.bloc_middle {
	border-left : 0;
	border-right : 0;
	border-top : 1px solid #00175a;
	border-bottom : 1px solid #00175a;
}
.bloc_middle_white {
	border-left : 0;
	border-right : 0;
	border-top : 1px solid #fff;
	border-bottom : 1px solid #fff;
}

.heading-6-g {
    font-size: 1.375rem;
    line-height: 1.75rem;
}
}