#amex-header , #amex-footer {
	display:none;
}

/* Regles communes */


.titre-section {
	font-family: BentonSans, Helvetica Neue, Helvetica, sans-serif;
	font-weight : 600;	
}

.sous-titre-section {
	font-family: BentonSans, Helvetica Neue, Helvetica, sans-serif;
}

.bloc-light-blue {
	background: #EFF6FC !important;
    border: 14px solid #EFF6FC;
    background-color: #EFF6FC !important;
    border-radius: 10px;
    margin-top: 17px;
	margin-bottom: 17px;
}

.bloc-bright-blue {
	background: #006FCF !important;
    border: 14px solid #006FCF;
    background-color: #006FCF !important;
    border-radius: 10px;
    margin-top: 17px;
	margin-bottom: 17px;
}

.bloc-deep-blue {
	background: #00175a !important;
    border: 14px solid #00175a;
    background-color: #00175a !important;
    border-radius: 10px;
    margin-top: 17px;
	margin-bottom: 17px;
}

.bloc-nomargin {
	margin : 0 !important;
}

.btn-utility-wrapper {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 40%;
}

.img-top {
	margin-top:-82px;
}

.arrow {
	margin-top:-14px;
}

.sticky-bottom {
    position: fixed !important;
    width: 100%;
    z-index: 1000;
    bottom: 0;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.25);
    background-color: white;
}

/* Fin Regles communes */


/* Regles desktop only */

@media screen and (min-width: 769px) {
	
	#menu-header {
        position: fixed !important;
        z-index: 1000 !important;
        width: 100% !important;
    }
	
	.titre-section {
		font-size : 1.8rem;
		line-height:1.8rem;
	}
	
	.sous-titre-section {
		font-size : 1.6rem;
	}
	
	.texte-bloc-off {
		margin-left : -115px;
	}
	
	.texte-liste {
		padding-top: 3px;
		/*margin-left: -45px;*/
	}
}

/* Fin Regles desktop only */


/* Regles mobile only */
@media screen and (max-width: 768px) {
	
	#menu-header {
        min-height: 65px !important;
    }
	
	.titre-section {
		font-size : 1.2rem;
		line-height:1.2rem;
	}
	
	.sous-titre-section {
		font-size : 1.1rem;
	}
	
	.texte-bloc-off {
		margin-left : -85px;
	}
	
	.texte-liste {
		padding-top: 3px;
		text-align: center;
		font-size: 0.9rem;
        line-height: 0.9rem;
        margin-left: -15px;
	}
	
	.img-top {
		margin-top:-65px;
	}

}
/* Fin Regles mobile only */
