html,
body {
  height: 100%;
  width: 100%;
}

body {
  font-family: "Merriweather", "Helvetica Neue", Arial, sans-serif;
}

hr {
  border-color: #e6301a;
  border-width: 3px;
  max-width: 50px;
  margin-bottom: 4rem;
}

hr.light {
  border-color: white;
}

a {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  color: #e6301a;
}
a:hover, a:focus {
  color: rgb(184.8228346457, 37.9330708661, 20.1771653543);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
}

h2,
.h2 {
  font-size: 36px;
}

h3,
.h3 {
  font-size: 28px;
  font-weight: bold;
}

p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
}

.bg-primary {
  background-color: #e6301a;
}

.bg-dark {
  background-color: #222;
  color: white;
}

.text-faded {
  color: rgba(255, 255, 255, 0.85);
  font-style: italic;
}

section {
  padding: 60px 0;
}

aside {
  padding: 50px 0;
}

.no-padding {
  padding: 0;
}

.section-heading {
  margin-top: 0;
}

.service-box {
  max-width: 400px;
  margin: 50px auto 0;
}
@media (min-width: 992px) {
  .service-box {
    margin: 60px auto 0;
    min-height: 162px;
  }
}
.service-box p {
  margin-bottom: 0;
}

.text-primary {
  color: #e6301a;
}

.no-gutter > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

@media (min-width: 979px) {
  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
  }
}
.btn-default {
  color: #222;
  background-color: white;
  border-color: white;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle .btn-default {
  color: #222;
  background-color: rgb(242.25, 242.25, 242.25);
  border-color: rgb(237.15, 237.15, 237.15);
}
.btn-default:active, .btn-default.active, .open > .dropdown-toggle .btn-default {
  background-image: none;
}
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
  background-color: white;
  border-color: white;
}
.btn-default .badge {
  color: white;
  background-color: #222;
}

.btn-primary {
  color: white;
  background-color: #e6301a;
  border-color: #e6301a;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle .btn-primary {
  color: white;
  background-color: rgb(207.812992126, 42.6515748031, 22.687007874);
  border-color: rgb(198.6169291339, 40.7641732283, 21.6830708661);
}
.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle .btn-primary {
  background-image: none;
}
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
  background-color: #e6301a;
  border-color: #e6301a;
}
.btn-primary .badge {
  color: #e6301a;
  background-color: white;
}

.btn-inverse {
  color: #e6301a;
  background-color: white;
  border-color: #e6301a;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.btn-inverse:hover, .btn-inverse:focus, .btn-inverse.focus, .btn-inverse:active, .btn-inverse.active, .open > .dropdown-toggle .btn-inverse {
  color: #e6301a;
  background-color: rgb(242.25, 242.25, 242.25);
  border-color: rgb(198.6169291339, 40.7641732283, 21.6830708661);
}
.btn-inverse:active, .btn-inverse.active, .open > .dropdown-toggle .btn-inverse {
  background-image: none;
}
.btn-inverse.disabled, .btn-inverse.disabled:hover, .btn-inverse.disabled:focus, .btn-inverse.disabled.focus, .btn-inverse.disabled:active, .btn-inverse.disabled.active, .btn-inverse[disabled], .btn-inverse[disabled]:hover, .btn-inverse[disabled]:focus, .btn-inverse[disabled].focus, .btn-inverse[disabled]:active, .btn-inverse[disabled].active, fieldset[disabled] .btn-inverse, fieldset[disabled] .btn-inverse:hover, fieldset[disabled] .btn-inverse:focus, fieldset[disabled] .btn-inverse.focus, fieldset[disabled] .btn-inverse:active, fieldset[disabled] .btn-inverse.active {
  background-color: white;
  border-color: #e6301a;
}
.btn-inverse .badge {
  color: white;
  background-color: #e6301a;
}

.btn {
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  border: none;
  border-radius: 300px;
  font-weight: 700;
  text-transform: uppercase;
  white-space: normal;
}

.btn-xl {
  padding: 15px 30px;
}

#contact .fa {
  color: #222;
  font-size: 4em;
}

::-moz-selection {
  color: white;
  text-shadow: none;
  background: #222;
}

::selection {
  color: white;
  text-shadow: none;
  background: #222;
}

img::selection {
  color: white;
  background: transparent;
}

img::-moz-selection {
  color: white;
  background: transparent;
}

body {
  -webkit-tap-highlight-color: #222;
}

.container-flex .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.navbar-default {
  background-color: white;
  border: none;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.navbar-default:focus-within, .navbar-default:hover {
  background-color: white;
}
.navbar-default img.logo {
  max-height: 55px;
  display: inline-block;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .navbar-default img.logo {
    max-height: 30px;
  }
}
.navbar-default img.lang {
  max-height: 25px;
  display: inline-block;
  margin-right: 5px;
}
.navbar-default .navbar-header .navbar-brand {
  color: #222;
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.navbar-default .navbar-header .navbar-brand:hover, .navbar-default .navbar-header .navbar-brand:focus {
  color: rgb(8.5, 8.5, 8.5);
}
.navbar-default .nav .dropdown-toggle:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.navbar-default .nav > li > a,
.navbar-default .nav > li > a:focus {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  color: #222;
}
.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
  color: #e6301a;
}
.navbar-default .nav > li.active a {
  background-color: transparent;
}
@media (min-width: 768px) {
  .navbar-default {
    background-color: rgba(255, 255, 255, 0.75);
    border-color: rgba(255, 255, 255, 0.3);
    min-height: 80px;
  }
  .navbar-default .navbar-header .navbar-brand {
    color: #222;
    font-size: 2rem;
  }
  .navbar-default .nav > li > a,
  .navbar-default .nav > li > a:focus {
    padding-top: 30px;
    padding-bottom: 30px;
    color: #222;
    font-size: 1.5rem;
  }
  .navbar-default.affix {
    min-height: 50px;
    background-color: white;
    border-color: rgba(34, 34, 34, 0.5);
  }
  .navbar-default.affix .navbar-header .navbar-brand {
    color: #222;
    font-size: 14px;
    padding: 0;
  }
  .navbar-default.affix .nav > li > a,
  .navbar-default.affix .nav > li > a:focus {
    color: #222;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-default.affix .nav > li > a:hover,
  .navbar-default.affix .nav > li > a:focus:hover {
    color: #e6301a;
  }
}

header {
  position: relative;
  width: 100%;
  min-height: auto;
  background-color: rgba(0, 0, 0, 0.2);
  text-align: center;
  color: white;
}
header:before {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: center;
  background-image: url("../img/header-2.jpg");
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
header .header-content {
  position: relative;
  text-align: center;
  padding: 100px 15px 100px;
  width: 100%;
}
header .header-content .header-content-inner h1 {
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  text-shadow: 4px 4px 1px #e6301a;
}
header .header-content .header-content-inner hr {
  margin: 50px auto;
}
header .header-content .header-content-inner p {
  font-weight: 400;
  color: white;
  font-size: 20px;
  margin-bottom: 70px;
  display: inline-block;
  background-color: #e6301a;
  padding: 10px 16px;
  border-radius: 4px;
}
@media (min-width: 768px) {
  header {
    min-height: 90%;
  }
  header .header-content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 50px;
  }
  header .header-content .header-content-inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  header .header-content .header-content-inner p {
    font-size: 40px;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: 0.05em;
  }
}

#contact {
  padding-bottom: 0;
}
#contact p {
  margin-bottom: 50px;
}
#contact .icon-masto {
  background: url("../img/logo-mastodon.svg") no-repeat 0 0;
  display: inline-block;
  width: 48px;
  height: 50px;
}

#map .mapouter {
  height: 600px;
  width: 100%;
}
#map .gmap_canvas {
  overflow: hidden;
  background: none !important;
  height: 600px;
  width: 100%;
}

.carousel {
  max-width: 1000px;
  margin: auto;
}
.carousel .item {
  aspect-ratio: 16/9;
  overflow: hidden;
}
.carousel .item img {
  object-fit: cover;
}

.carousel-indicators {
  bottom: -40px;
}

.carousel-caption {
  background-color: #e6301a;
  bottom: 0px;
  padding: 10px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

#reglement {
  margin-top: 100px;
  line-height: 1.25;
}
#reglement, #reglement p, #reglement ul {
  font-size: 18px;
}
#reglement h1 {
  margin-bottom: 3rem;
  text-align: center;
  text-transform: uppercase;
}
#reglement h1 span {
  background-image: url(/img/tau_logo.svg);
  display: inline-block;
  width: 1.3em;
  height: 1.1em;
  background-size: contain;
  color: transparent;
  background-repeat: no-repeat;
  background-position: bottom;
  vertical-align: bottom;
}
#reglement h2, #reglement h3 {
  margin-top: 4rem;
  margin-bottom: 2rem;
}
#reglement strong a {
  background: #e6301a;
  color: white;
  border-radius: 50px;
  padding: 0.5em 0.8em;
  margin: 7rem auto;
  width: 300px;
  display: block;
  text-align: center;
}
#reglement strong a:hover {
  opacity: 0.8;
  text-decoration: none;
}

body.error {
  height: auto;
}

#not-found {
  margin-top: 300px;
  text-align: center;
}

.error404 {
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  text-align: center;
  font-weight: normal;
  font-family: Impact, cursive;
  width: 100%;
  text-align: center;
  position: relative;
  font-size: 16vw;
  background: linear-gradient(-45deg, #333 25%, #e6301a 25%, #e6301a 50%, #333 50%, #333 75%, #e6301a 75%, #e6301a);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 20px 20px;
  background-position: 0 0;
}
.error404:after {
  background: none;
  content: attr(data-text);
  position: absolute;
  font-size: 0.9em;
  letter-spacing: 0.05em;
  margin-left: 0.05em;
  text-shadow: -8px -12px 0 white;
}
.error404 ~ p em {
  font-size: 0.6em;
}

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