﻿@charset "UTF-8";
/* HELPERS */
.mt-1 {
  margin-top: 10px; }

.mb-1 {
  margin-bottom: 10px; }

.mt-2 {
  margin-top: 20px; }

.mb-2 {
  margin-bottom: 20px; }

.mt-3 {
  margin-top: 30px; }

.mb-3 {
  margin-bottom: 30px; }

.mt-4 {
  margin-top: 40px; }

.mb-4 {
  margin-bottom: 40px; }

.mt-5 {
  margin-top: 50px; }

.mb-5 {
  margin-bottom: 50px; }

.mt-6 {
  margin-top: 60px; }

.mb-6 {
  margin-bottom: 60px; }

.mt-7 {
  margin-top: 70px; }

.mb-7 {
  margin-bottom: 70px; }

.mt-8 {
  margin-top: 80px; }

.mb-8 {
  margin-bottom: 80px; }

.mt-9 {
  margin-top: 90px; }

.mb-9 {
  margin-bottom: 90px; }

.mt-10 {
  margin-top: 100px; }

.mb-10 {
  margin-bottom: 100px; }

@media (min-width: 768px) {
  .btn-block-xs {
    display: block;
    width: 100%; }
  .btn-inline-xs {
    display: inline-block;
    width: auto; } }

@media (min-width: 768px) {
  .btn-block-sm {
    display: block;
    width: 100%; }
  .btn-inline-sm {
    display: inline-block;
    width: auto; } }

@media (min-width: 992px) {
  .btn-block-md {
    display: block;
    width: 100%; }
  .btn-inline-md {
    display: inline-block;
    width: auto; } }

@media (min-width: 1200px) {
  .btn-block-lg {
    display: block;
    width: 100%; }
  .btn-inline-lg {
    display: inline-block;
    width: auto; } }

/*
 * %: placeholder selectors:
 *  -> Fonctionne comme le selecteur de classe (.) sauf que si elle n'est pas utilisée, elle ne sera pas affichée dans le css final
 */
table th.fitToContent, table td.fitToContent, table th.fit, table td.fit, table th.min, table td.min {
  width: 1px;
  white-space: nowrap; }

input[type=checkbox],
input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  height: 1rem;
  width: 1rem;
  background: #fff;
  border: 1px solid #5A5A5A;
  margin-right: 1rem; }
  input[type=checkbox]:checked,
  input[type=radio]:checked {
    background-color: #d90912;
    border-color: #d90912; }

