/* General */
#amex-header, #amex-footer {
	display:none;
}

#amex-footer {
	display:inline;
}

.text-shadow {
	text-shadow: 0px 0px 10px rgba(0,0,0,1);
}

.btn {
	font-size: 0.95rem;
}

.no-padding-left-right .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
}


.titre-sbs {
	font-size: 1.9rem;
	line-height: 2rem;
}

.sous-titre-sbs {
	font-size: 1.4rem;
	line-height: 1.6rem;
	font-weight: 600;
}

.gray-round {
	background : #ecedee !important;
	border : 2px solid #ecedee;
	background-color: #ecedee !important;
	border-radius : 10px;
}

.white-round {
	background : #FFF !important;
	border : 2px solid #FFF;
	background-color: #FFF !important;
	border-radius : 5px;
}

.white-round-border {
	background : #FFF !important;
	border : 2px solid #ecedee;
	background-color: #FFF !important;
	webkit-box-shadow: 5px 5px 15px -10px rgba(0,0,0,0.95);
	-moz-box-shadow: 5px 5px 15px -10px rgba(0,0,0,0.95);
	box-shadow: 5px 5px 15px -10px rgba(0,0,0,0.95);
}
.blue-round {
	background : #00175A !important;
	border : 2px solid #00175A;
	background-color: #00175A !important;
	border-radius : 5px;
	margin-top: 1px;
    margin-left: -38px;
}

.blue-round-2 {
	background : #00175A !important;
	border : 2px solid #00175A;
	background-color: #00175A !important;
	border-radius : 5px;
	margin-top: 1px;
}

.dark-gray-round {
	background : #333 !important;
	border : 2px solid #333;
	background-color: #333 !important;
	border-radius : 5px;
	margin-top: 1px;
}

.cta-mobile-demande .btn {
	text-overflow: inherit !important;
}

.btn-sm {
	 padding: 0.5rem 0.25rem !important;
}

.white-border {
    border: 2px solid white;
    border-radius: 15px;
}

.top-over {
    margin-top: -35px;
}

/* Fin General */
/* Hero */
#hero {
    padding-top: 185px;
}

.tg {
	margin-top : -70px;
}
/* Fin Hero */

/* Implementation resultat test A/B T0005 - Desktop only*/
@media screen and (min-width: 800px) {

#menu-header {
	position : fixed !important;
	z-index : 1000 !important;
	width : 100% !important;
}

#header-desktop {
	margin-top : 85px;
}

}
/* Fin Implementation resultat test A/B T0005 - Desktop only */



/********************/
/* MOBILE */
/********************/

@media screen and (max-width: 768px) {
/* General  */
.nav-secondaire {
	display : none;
}

.titre-section {
	padding-top: 30px !important;
}

#menu-header .pad {
    padding: .8rem!important;
}

.titre-sbs {
	font-size: 1.7rem;
	line-height:1.7rem;
}

.sous-titre-sbs {
	font-size: 1.1rem;
	line-height: 1.1rem;
}

/* Fin General */

.blue-round {
    margin-left: -22px;
}

}