#amex-header , #amex-footer {
	display:none;
}

.sticky-bottom {
	position: fixed !important;
    bottom: 0;
    width: 100%;
    z-index: 1000;
	box-shadow : 0px 10px 30px rgba(0, 0, 0, 0.25);
	background-color: white;
	transition: top 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.titre-section {
    font-size: 2.5rem;
    line-height: 2.5rem;
	font-family: Guardian,Helvetica Neue,Helvetica,sans-serif;
    font-weight: 400;
}


.titre-section-2 {
    font-size: 2rem;
    line-height: 2rem;
	font-family: Guardian,Helvetica Neue,Helvetica,sans-serif;
    font-weight: 400;
}

.round-border-bloc-left {
	border-top : solid black 5 px;
	border-bottom : solid black 5 px;
	border-left : solid black 5 px;
	border-radius : 5px;
}

.white-border-left {
	background : white !important;
	border : 2px solid #dadada;
	background-color: white !important;
	border-top-left-radius : 30px;
	border-bottom-left-radius : 30px;
	webkit-box-shadow: 10px 10px 15px -10px rgba(0,0,0,0.43);
	-moz-box-shadow: 10px 10px 15px -10px rgba(0,0,0,0.43);
	box-shadow: 10px 10px 15px -10px rgba(0,0,0,0.43);
}

.white-border {
	border : 2px solid white;
	border-radius : 15px; 
}


.white-border-fill {
	border : 2px solid white;
	background-color: white !important;
	border-radius : 15px;
	margin:10px;
}


.top-over {
	margin-top:-35px;
}

.no-padding-left-right .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.col-md-6 {
    padding: 0 !important;
}

.white-border-right {
	background : white !important;
	border : 2px solid #dadada;
	background-color: white !important;
	border-top-right-radius : 30px;
	border-bottom-right-radius : 30px;
	webkit-box-shadow: 10px 10px 15px -10px rgba(0,0,0,0.43);
	-moz-box-shadow: 10px 10px 15px -10px rgba(0,0,0,0.43);
	box-shadow: 10px 10px 15px -10px rgba(0,0,0,0.43);
}

.blue-border {
    background: #66A9E2 !important;
    border: 2px solid #dadada;
    background-color: #66A9E2 !important;
    border-radius: 30px;
    webkit-box-shadow: 10px 10px 15px -10px rgba(0, 0, 0, 0.43);
    -moz-box-shadow: 10px 10px 15px -10px rgba(0, 0, 0, 0.43);
    box-shadow: 10px 10px 15px -10px rgba(0,0,0,0.43);
}

.pad-top-1 {
    margin-top: -45px;
}

@media screen and (max-width: 768px) {
	
	.titre-section {
		font-size: 1.375rem !important;
		line-height: 1.75rem !important;
		font-family: Guardian,Helvetica Neue,Helvetica,sans-serif;
		font-weight: 400;
	} 
	
	.titre-section-2 {
		font-size: 1.375rem !important;
		line-height: 1.75rem !important;
		font-family: Guardian,Helvetica Neue,Helvetica,sans-serif;
		font-weight: 400;
	} 
	
	.white-border-right, .white-border-left {
		border-radius : 30px !important;
	}

}

@media screen and (min-width: 800px) {
#menu-header {
	position : fixed !important;
	z-index : 1000 !important;
	width : 100% !important;
}

#menu-header-master {
	position : fixed !important;
	z-index : 1000 !important;
	width : 100% !important;
}

#header-desktop {
	margin-top : 85px;
}

.logo-amex {
	margin-top: 8px;
	margin-left: 10px;
}
}