[class*="titre_"] {
  font-family: 'Catamaran', sans-serif;
  line-height: 1.2;
}

.titre_extra_large {
  font-size: 50px;
  font-weight: 900;
  color: #2a2a2a;
}
.titre_large {
  font-size: 34px;
  font-weight: 700;
  color: #2a2a2a;
}
.titre_moyen {
  font-size: 24px;
  font-weight: 700;
  color: #2a2a2a;
}
.titre_normal {
  font-family: 'Catamaran', sans-serif;
  color: #2a2a2a;
}
.grecaptcha-badge {
	display: none !important;
}

@media (min-width: 1024px) {
  .titre_extra_large {
    font-size: 75px;
  }
  .titre_large {
    font-size: 34px;
  }
  .titre_moyen {
    font-size: 28px;
  }
}


.txt_blanc 		{ position: relative; }
.txt_noir 		{ color: #2a2a2a !important; }
.txt_gris 		{ color: #898989 !important; }
.txt_rouge 		{ color: #e63642 !important; }

.txt_cap { text-transform: uppercase; }
.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_black_900 { font-weight: 900; }


.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_26 { font-size: 26px; }
.txt_28 { font-size: 28px; }
.txt_30 { font-size: 30px; }
.txt_32 { font-size: 32px; }
.txt_36 { font-size: 36px; }
.txt_38 { font-size: 38px; }
.txt_40 { font-size: 40px; }
.txt_42 { font-size: 42px; }
.txt_44 { font-size: 44px; }





