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

.fontSecondColor {
  color: #3D3EB9; }

.fontMediumColor {
  color: #3f3f3f; }

.fontDarkColor {
  color: #292929; }

.fontLightColor {
  color: white; }

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

.mainBackground {
  background-color: #1A208A; }

.secondBackground {
  background-color: #3D3EB9; }

.mediumBackground {
  background-color: #3f3f3f; }

.darkBackground {
  background-color: #292929; }

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

.lighter {
  font-weight: lighter; }

.noLetter {
  letter-spacing: 0; }

/* 3 tailles */
.xxsFont {
  font-size: 10px !important; }

.xsFont {
  font-size: 12px !important; }

.sFont {
  font-size: 14px !important; }

.mFont {
  font-size: 16px !important; }

.lFont {
  font-size: 24px !important; }

.xlFont {
  font-size: 30px !important; }

.xxlFont {
  font-size: 40px !important; }

.box {
  padding: 15px; }

.radius {
  border-radius: 6px; }

.round {
  border-radius: 50%; }

/*------------------------------------------------------*/
/* -------------------- */
/* Boutons */
/* -------------------- */
/* Underline */
.btn {
  transition: all 500ms; }

.btn-default.white {
  color: white !important;
  background-color: transparent !important;
  border-color: white !important; }
  .btn-default.white:hover {
    background-color: white !important;
    color: #1A208A !important; }

.btn-default.main {
  color: #1A208A !important;
  background-color: transparent !important;
  border-color: #1A208A !important; }
  .btn-default.main:hover {
    background-color: #1A208A !important;
    color: white !important; }

/* Fond plein */
.btn-primary {
  background-color: #3D3EB9;
  border-color: #3D3EB9 !important;
  min-width: 200px;
  border-radius: 50px; }
  .btn-primary:hover {
    background-color: #1A208A;
    border-color: #1A208A !important;
    min-width: 230px;
    color: #fff !important; }

.btn-primary.focus, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
  color: #fff !important;
  box-shadow: 0 0 0 0.2rem rgba(61, 62, 185, 0.5); }

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: #fff !important;
  background-color: #1A208A !important;
  border-color: #1A208A !important; }

.rs.main {
  color: white;
  height: 35px;
  width: 35px;
  line-height: 35px;
  background-color: #1A208A;
  display: inline-block;
  transition: all 500ms;
  margin: 0 5px;
  text-align: center; }
  .rs.main:hover {
    color: white;
    background-color: #3D3EB9;
    transform: translateY(-3px); }

.rs.white {
  color: #1A208A;
  height: 35px;
  width: 35px;
  line-height: 35px;
  background-color: white;
  display: inline-block;
  transition: all 500ms;
  text-align: center;
  margin: 0 5px; }
  .rs.white:hover {
    color: white;
    background-color: #1A208A;
    transform: translateY(-3px); }

/*------------------------------------------------------*/
/* -------------------- */
/*  Ombres */
/* -------------------- */
.shadow {
  -webkit-box-shadow: 6px 9px 39px -16px rgba(0, 0, 0, 0.75) !important;
  -moz-box-shadow: 6px 9px 39px -16px rgba(0, 0, 0, 0.75) !important;
  box-shadow: 6px 9px 39px -16px rgba(0, 0, 0, 0.75) !important;
  transition: all 500ms; }
  .shadow:hover {
    -webkit-box-shadow: 6px 9px 39px -9px rgba(0, 0, 0, 0.75) !important;
    -moz-box-shadow: 6px 9px 39px -9px rgba(0, 0, 0, 0.75) !important;
    box-shadow: 6px 9px 39px -9px rgba(0, 0, 0, 0.75) !important; }

.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: #1A208A;
  color: white;
  text-align: center;
  padding: 5px; }

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