.titre_1 {
	position: relative;
}
.titre_2 {
	position: relative;
}
.titre_3 {
	position: relative;
}
.titre_4 {
	position: relative;
}

.txt_cap {
	text-transform: uppercase;
}

.txt_12 {
	font-size: 12px;
}
.txt_14 {
	font-size: 14px;
}
.txt_16 {
	font-size: 16px;
}
.txt_18 {
	font-size: 18px;
}
.txt_20 {
	font-size: 20px;
}
.txt_22 {
	font-size: 22px;
}
.txt_24 {
	font-size: 24px;
}
.txt_28 {
	font-size: 28px;
}
.txt_32 {
	font-size: 32px;
}
.txt_38 {
	font-size: 38px;
}
.txt_42 {
	font-size: 42px;
}

.txt_noir {
	color: #000000;
}
.txt_blanc {
	position: relative;
}
.txt_gris {
	color: #1a1a1a;
}

.txt_color1 {
	color: #2639D8;
}
.txt_color2 {
	color: #F2F3FC;
}
.txt_color3 {
	color: #191B71;
}
.txt_color4 {
	color: #7AE7D4;
}
.txt_color5 {
	color: #02415d;
}
.txt_color6 {
	color: #1a1a1a;
}
.txt_color7 {
	color: #EB4B33;
}

.txt_light_300 {
	font-weight: 300;
}
.txt_regular_400 {
	font-weight: 400;
}
.txt_medium_500 {
	font-weight: 500;
}
.txt_semi_bold_600 {
	font-weight: 600;
}
.txt_bold_700 {
	font-weight: 700;
}
.txt_bold_900 {
	font-weight: 900;
}