body {
	font-family: "Roboto Condensed", Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
}

/* Light Italic */
.rcli {
	font-family: "Roboto Condensed", Arial, sans-serif !important;
	font-weight: 300 !important;
	font-style: italic !important;
}

/*  Bold Italic */
.rcbi {
	font-family: "Roboto Condensed", Arial, sans-serif !important;
	font-weight: 700 !important;
	font-style: italic !important;
}
/* Prompt ExtraLight */
.pel {
	font-family: "Prompt", sans-serif !important;
	font-weight: 200 !important;
	font-style: normal !important;
}

/*  ExtraBold Italic */
.rcebi {
	font-family: "Roboto Condensed", Arial, sans-serif !important;
	font-weight: 800 !important;
	font-style: italic !important;
}

/* Prompt Light */
.pl {
	font-family: "Prompt", sans-serif !important;
	font-weight: 300 !important;
	font-style: normal !important;
}

/* Prompt Bold */
.pb {
	font-family: "Prompt", sans-serif !important;
	font-weight: 700 !important;
	font-style: normal !important;
}

/* Prompt Medium */
.pm {
	font-family: "Prompt", sans-serif !important;
	font-weight: 500 !important;
	font-style: normal !important;
}

.font22 {
	font-size: 22px !important;
}

.font32 {
	font-size: 32px !important;
}
.font35 {
	font-size: 35px !important;
}

.font50 {
	font-size: 50px !important;
}
.font13 {
	font-size: 13px !important;
}
.font60{
	font-size: 60px !important;
}
.font40{
	font-size: 40px !important;
}
.font25{
	font-size: 25px !important;
}
.mt5{
	margin-top: 5rem !important;
}
.mt10{
	margin-top: 10rem !important;
}


.interligne50{
	line-height: 50px !important;
}
.interligne35{
	line-height: 35px !important;
}

.couleurB{
	color:white !important;
}

.couleurBleu{
	color:#0F4254 !important;
}

.bouton2{
	width: 207px;
	height: 48px;
	padding: 0 24px;
	border-radius: 24px;
	background-color: #ffffff;
	color: #124f60;
	font-size: 20px;
	text-decoration: none;
	transition: transform 200ms ease-in-out, box-shadow 200ms ease-in-out;
}