/* -------------------- */
/* 1 couleurs */
/* -------------------- */
/* couleurs du texte */
.fontMainColor {
  color: #236eb6; }

.fontSecondColor {
  color: #73c3b4; }

.fontMediumColor {
  color: #efefef; }

.fontDarkColor {
  color: #292929; }

.fontLightColor {
  color: white; }

/* couleurs de fond */
.lightBackground {
  background-color: #fff; }

.mainBackground {
  background-color: #236eb6; }

.secondBackground {
  background-color: #73c3b4; }

.thirdBackground {
  background-color: #1c1f3c; }

.mediumBackground {
  background-color: #efefef; }

.darkBackground {
  background-color: #292929; }

/*------------------------------------------------------*/
/* -------------------- */
/* typo */
/* -------------------- */
/* 2 graisse */
.bold {
  font-weight: bolder; }

.light {
  font-weight: lighter; }

.noLetter {
  letter-spacing: 0; }

/* 3 tailles */
.xxsFont {
  font-size: 0.7rem !important; }

.xsFont {
  font-size: 0.9rem !important; }

.sFont {
  font-size: 1rem !important; }

.mFont {
  font-size: 1.1rem !important; }

.lFont {
  font-size: 3rem !important; }

.xlFont {
  font-size: 4rem !important; }

.xxlFont {
  font-size: 5rem !important; }

.radius {
  border-radius: 6px; }

.round {
  border-radius: 50%; }

/*------------------------------------------------------*/
/* -------------------- */
/*  Ombres */
/* -------------------- */
.shadow {
  -webkit-box-shadow: 13px 13px 25px -9px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 13px 13px 25px -9px rgba(0, 0, 0, 0.35);
  box-shadow: 13px 13px 25px -9px rgba(0, 0, 0, 0.35); }

.text-shadow {
  text-shadow: 2px 1px 9px #000000;
  -wekit-text-shadow: 2px 1px 9px #000000;
  -moz-text-shadow: 2px 1px 9px #000000;
  -o-text-shadow: 2px 1px 9px #000000; }

/*------------------------------------------------------*/
/* -------------------- */
/*  Image background */
/* -------------------- */
.squareImg {
  position: relative;
  width: 100%;
  padding-top: 100%;
  background-position: center center !important;
  background-repeat: no-repeat;
  -webkit-background-size: cover !important;
  background-size: cover !important; }

.rectangleImg {
  position: relative;
  width: 100%;
  padding-top: 62.5%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover; }

.cover {
  background-position: center center;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  height: 500px; }

/*------------------------------------------------------*/
/* -------------------- */
/*  Espacements */
/* -------------------- */
.space-top-lg {
  margin-top: 100px; }

.space-top-md {
  margin-top: 50px; }

.space-top-sm {
  margin-top: 25px; }

.space-top-xs {
  margin-top: 15px; }

.space-bottom-lg {
  margin-top: 100px; }

.space-bottom-md {
  margin-top: 50px; }

.space-bottom-sm {
  margin-top: 25px; }

.space-bottom-xs {
  margin-top: 15px; }

.box-lg {
  padding: 100px 0; }

.box-md {
  padding: 50px 0; }

.box-sm {
  padding: 25px 0; }

.box-xs {
  padding: 15px 0; }

.box-top-xs {
  padding-bottom: 15px; }

.box-top-sm {
  padding-bottom: 25px; }

.box-top-md {
  padding-bottom: 50px; }

.box-top-lg {
  padding-bottom: 100px; }

.box-top-xs {
  padding-bottom: 15px; }

.box-top-sm {
  padding-bottom: 25px; }

.box-top-md {
  padding-bottom: 50px; }

.box-top-lg {
  padding-bottom: 100px; }

#scalp {
  background-color: #236eb6;
  color: white;
  text-align: center;
  padding: 5px; }

/*# sourceMappingURL=globalTag.css.map */
