@charset "UTF-8";
/*** ---------- SCRATCH ---------- */
/*** ---------- FONTS ---------- */
@import url("https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900");
/*** ---------- VARIABLES ---------- */
/*** ---------- COULEURS ---------- */
/*** ---------- HTML RESETS ----------- */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-kerning: auto;
  font-kerning: auto; }
  *::-moz-selection {
    background: rgba(245, 135, 59, 0.5); }
  *::selection {
    background: rgba(245, 135, 59, 0.5); }

html {
  font-family: sans-serif;
  min-width: 300px; }

body {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  min-width: 300px; }

body,
.smooth-container {
  scroll-behavior: smooth; }

a {
  color: #F5873B;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

a:hover {
  color: #B8682F;
  text-decoration: none; }

/*** ---------- MODIFICATIONS BOOTSTRAP ---------- */
.btn {
  padding: 18px;
  padding-left: 32px;
  padding-right: 32px;
  border-radius: 50px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-color: #F5873B;
  border: none; }

.btn:hover {
  background-color: #B8682F;
  border-color: #B8682F; }

.btn-sm {
  padding: 12px;
  padding-left: 24px;
  padding-right: 24px; }

.btn-outline {
  color: #F5873B;
  background-color: rgba(255, 255, 255, 0);
  border: 2px solid #F5873B; }

.btn-outline:hover {
  color: #ffffff;
  background-color: #FFC59A;
  border: 2px solid #FFC59A; }

/*** ---------- STYLES GLOBAUX ---------- */
.title {
  text-align: center;
  font-size: calc(100% + 20px); }

.title-line {
  margin-left: calc(50% - 40px);
  width: 80px;
  height: 2px;
  background-color: #F5873B;
  margin-top: 10px;
  margin-bottom: 10px; }

.section-title {
  text-align: left;
  font-size: calc(100% + 20px);
  font-weight: 700;
  border-bottom: 2px solid #F5873B;
  padding-bottom: 12px;
  margin-bottom: 25px; }

/*** ---------- HEADER & NAVBAR ---------- */
#header {
  background: #F5873B;
  position: relative; }
  #header ul.dropdown {
    position: relative;
    display: inline-block;
    display: none;
    position: absolute;
    background-color: #FFC59A;
    color: white;
    font-weight: 700;
    min-width: 200px;
    z-index: 99; }
    #header ul.dropdown li {
      margin-bottom: -1rem;
      list-style-type: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-left: -35px; }
      #header ul.dropdown li:last-child {
        margin-bottom: 0; }
      #header ul.dropdown li a, #header ul.dropdown li span {
        letter-spacing: 0;
        min-width: 200px; }
        #header ul.dropdown li a.active, #header ul.dropdown li span.active {
          color: #fff;
          text-decoration: underline; }
  #header ul.navbar-nav li:hover ul.dropdown {
    display: block; }
  #header #navbar .nav-item .nav-link {
    color: white;
    font-weight: 700;
    font-size: 14pt;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 18px; }
    #header #navbar .nav-item .nav-link:hover {
      color: #212529; }
  #header #navbar .nav-item .active {
    color: #212529; }
  #header #navbar .nav-button {
    margin-left: 22px;
    background: #ffffff;
    color: #F5873B; }
    #header #navbar .nav-button:hover {
      background: #B8682F;
      color: #ffffff; }
  #header #navbar .navbar-brand {
    color: white;
    font-size: 20px;
    font-weight: 700;
    vertical-align: middle; }
    @media (min-width: 375px) {
      #header #navbar .navbar-brand {
        font-size: 30px; } }
    @media (min-width: 576px) {
      #header #navbar .navbar-brand {
        font-size: 40px; } }
    @media (min-width: 768px) {
      #header #navbar .navbar-brand {
        font-size: 40px; } }
    @media (min-width: 992px) {
      #header #navbar .navbar-brand {
        font-size: 40px; } }
    @media (min-width: 1200px) {
      #header #navbar .navbar-brand {
        font-size: 40px; } }
  #header #navbar .dropdown-menu {
    padding: 0; }
    #header #navbar .dropdown-menu .dropdown-item {
      padding: 10px 20px; }
      #header #navbar .dropdown-menu .dropdown-item:hover {
        background: #FFC59A;
        padding: 10px 25px; }

/*** ---------- NAVBAR MOBILE --------- */
nav.mobile {
  -webkit-transition: 0.5s ease left;
  -o-transition: 0.5s ease left;
  transition: 0.5s ease left;
  background: #F5873B;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 99999;
  left: -100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  nav.mobile a {
    color: #fff;
    font-size: 1em; }
  nav.mobile .top {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    padding: 1em; }
    nav.mobile .top img {
      max-width: 120px; }
    nav.mobile .top a {
      color: #fff;
      font-size: 1.5em;
      line-height: 1.0em; }
      nav.mobile .top a:hover {
        color: #fff; }
  nav.mobile ul {
    padding: 0;
    list-style-type: none;
    -ms-flex-item-align: center;
    align-self: center; }
    nav.mobile ul li.nav-item {
      margin-bottom: 1em;
      text-align: center; }
      nav.mobile ul li.nav-item a {
        font-size: 1.5em;
        color: #fff;
        text-transform: uppercase;
        font-weight: 700;
        line-height: 1em; }
        nav.mobile ul li.nav-item a.active  {
          color: #B8682F; }
      nav.mobile ul li.nav-item ul.dropdown {
        font-size: 0.8rem;
        margin-top: 10px; }
        nav.mobile ul li.nav-item ul.dropdown a {
          line-height: 0.4rem; }

nav.mobile.open {
  left: 0; }

#burgerMenu {
  color: #ffffff; }

/*** ---------- HOME ---------- */
body.home #hero {
  background: url("/assets/images/hero.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 86px 0; }
  @media (min-width: 768px) {
    body.home #hero {
      padding: 220px 0; } }
  body.home #hero h1, body.home #hero h2, body.home #hero h3, body.home #hero h4, body.home #hero h5, body.home #hero h6, body.home #hero p {
    color: white;
    text-align: center;
    font-weight: 300; }
  body.home #hero h1 {
    font-size: 56pt;
    margin-bottom: 40px; }
  body.home #hero h4 {
    font-size: 18pt;
    line-height: 1.5em; }

body.home #taches {
  margin: 56px 0; }
  body.home #taches h2 {
    text-align: center;
    font-weight: 300;
    font-size: 28pt; }
  body.home #taches .tache {
    margin-top: -25%; }
    @media (min-width: 576px) {
      body.home #taches .tache {
        margin-top: -15%; } }
    @media (min-width: 576px) {
      body.home #taches .tache {
        margin-top: 0; } }
    body.home #taches .tache .top {
      margin: 30% 30% 30% 30%; }
      @media (min-width: 576px) {
        body.home #taches .tache .top {
          margin: 15% 15% 15% 15%; } }
      @media (min-width: 768px) {
        body.home #taches .tache .top {
          margin: 22% 22% 22% 22%; } }
      @media (min-width: 992px) {
        body.home #taches .tache .top {
          margin: 15% 15% 15% 15%; } }
      @media (min-width: 1200px) {
        body.home #taches .tache .top {
          margin: 15% 15% 15% 15%; } }
    body.home #taches .tache .icone {
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      border-radius: 9999em;
      width: 100%; }
      body.home #taches .tache .icone .content {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        padding: 3em; }
    body.home #taches .tache .details {
      margin-top: -25%; }
      @media (min-width: 576px) {
        body.home #taches .tache .details {
          margin-top: -15%; } }
      body.home #taches .tache .details h4 {
        text-align: center;
        text-transform: uppercase;
        font-weight: 700; }
      body.home #taches .tache .details p {
        text-align: center; }

body.home #taches_hero {
  background-color: #212121;
  padding: 56px 0;
  text-align: center; }
  body.home #taches_hero h2 {
    margin-bottom: 20px;
    text-align: center;
    font-weight: 300;
    color: white; }
  body.home #taches_hero p {
    text-align: center;
    margin-bottom: 20px;
    font-weight: 300;
    font-size: 14pt;
    color: white; }
    body.home #taches_hero p b {
      font-weight: 700; }
  body.home #taches_hero .btn {
    background: #F5873B;
    color: white; }
    body.home #taches_hero .btn:hover {
      background: white;
      color: #212529; }

body.home #galerie {
  margin: 56px 0; }
  body.home #galerie h2 {
    text-align: center;
    font-weight: 300;
    font-size: 28pt;
    margin-bottom: 40px; }
  body.home #galerie .image {
    margin: 12px 0;
    text-align: center; }
    body.home #galerie .image .photo {
      -webkit-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s; }
      body.home #galerie .image .photo span {
        display: none;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
      body.home #galerie .image .photo img {
        height: 300px;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s; }
        body.home #galerie .image .photo img:hover {
          opacity: 0.3; }
      body.home #galerie .image .photo:hover {
        background-color: black;
        height: 100%;
        z-index: 2;
        cursor: url; }
        body.home #galerie .image .photo:hover span {
          display: block;
          color: #ffffff;
          opacity: 1; }
  body.home #galerie h4.no-image {
    margin: 20px 0;
    text-align: center;
    font-weight: 300;
    font-size: 22pt;
    color: rgba(0, 0, 0, 0.3); }
  body.home #galerie p {
    text-align: center; }
    body.home #galerie p .btn {
      margin-top: 20px; }

body.home #partenaires {
  margin: 56px 0; }
  body.home #partenaires h2 {
    text-align: center;
    font-weight: 300;
    font-size: 24pt;
    margin-bottom: 40px; }
  body.home #partenaires .logos {
    text-align: center; }
    body.home #partenaires .logos .logo {
      margin: 12px 20px; }
      body.home #partenaires .logos .logo img {
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover; }
  body.home #partenaires p {
    margin-top: 20px;
    text-align: center;
    font-size: 14pt; }

/*** ---------- SAISONS ---------- */
body.saison #hero {
  background: url("/assets/images/saison2018_hero.jpg");
  padding: 140px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  body.saison #hero h1, body.saison #hero h2, body.saison #hero h3, body.saison #hero h4, body.saison #hero h5, body.saison #hero h6, body.saison #hero p {
    color: white;
    text-align: center;
    font-weight: 300; }
  body.saison #hero h1 {
    font-size: 56pt;
    margin-bottom: 40px; }
  body.saison #hero h4 {
    font-size: 18pt;
    line-height: 1.5em; }

body.saison #matchs {
  margin: 56px 0; }
  body.saison #matchs h2 {
    text-align: center;
    font-weight: 300;
    font-size: 28pt;
    margin-bottom: 20px; }
  body.saison #matchs table tr {
    text-align: center; }
    body.saison #matchs table tr td.blue {
      background: #3B41F6;
      color: white; }
    body.saison #matchs table tr td.red {
      background: #F63B3B;
      color: white; }
    body.saison #matchs table tr td.winner {
      font-weight: 700; }

body.saison #theme {
  background-color: #212121;
  padding: 56px 0;
  text-align: center; }
  body.saison #theme h2 {
    margin-bottom: 40px;
    text-align: center;
    font-weight: 300;
    color: white; }
  body.saison #theme p {
    text-align: center;
    margin-bottom: 10px;
    font-weight: 300;
    font-size: 14pt;
    color: white; }
    body.saison #theme p b {
      font-weight: 700; }
  body.saison #theme .video {
    text-align: center;
    margin: 12px; }
  body.saison #theme .video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden; }
    body.saison #theme .video iframe,
    body.saison #theme .video object,
    body.saison #theme .video embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  body.saison #theme .btn {
    background: #F5873B;
    color: white; }
    body.saison #theme .btn:hover {
      background: white;
      color: #212529; }

body.saison #galerie {
  margin: 56px 0; }
  body.saison #galerie h2 {
    text-align: center;
    font-weight: 300;
    font-size: 28pt;
    margin-bottom: 40px; }
  body.saison #galerie .image {
    margin: 12px 0;
    text-align: center; }
    body.saison #galerie .image .photo {
      -webkit-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s; }
      body.saison #galerie .image .photo span {
        display: none;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
      body.saison #galerie .image .photo img {
        height: 300px;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s; }
        body.saison #galerie .image .photo img:hover {
          opacity: 0.3; }
      body.saison #galerie .image .photo:hover {
        background-color: black;
        height: 100%;
        z-index: 2;
        cursor: url; }
        body.saison #galerie .image .photo:hover span {
          display: block;
          color: #ffffff;
          opacity: 1; }
  body.saison #galerie h4.no-image {
    margin: 20px 0;
    text-align: center;
    font-weight: 300;
    font-size: 22pt;
    color: rgba(0, 0, 0, 0.3); }
  body.saison #galerie p {
    text-align: center; }
    body.saison #galerie p .btn {
      margin-top: 20px; }

/*** ---------- L'ÉQUIPE ---------- */
body.equipe #hero {
  background: url("/assets/images/saison2018_hero.jpg");
  padding: 140px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  body.equipe #hero h1, body.equipe #hero h2, body.equipe #hero h3, body.equipe #hero h4, body.equipe #hero h5, body.equipe #hero h6, body.equipe #hero p {
    color: white;
    text-align: center;
    font-weight: 300; }
  body.equipe #hero h1 {
    font-size: 56pt;
    margin-bottom: 40px; }
  body.equipe #hero h4 {
    font-size: 18pt;
    line-height: 1.5em; }

body.equipe #taches {
  margin: 56px 0; }
  body.equipe #taches h2 {
    margin-bottom: 40px;
    text-align: center;
    font-weight: 300; }
  body.equipe #taches .tache {
    margin-bottom: 40px; }
    body.equipe #taches .tache h4 {
      text-align: left; }
    body.equipe #taches .tache .line {
      width: 100%;
      height: 2px;
      background-color: #F5873B;
      margin-bottom: 10px; }
    body.equipe #taches .tache p {
      font-size: 14pt;
      text-align: justify;
      font-weight: 400; }
      body.equipe #taches .tache p b {
        font-weight: 700; }

body.equipe #information {
  background-color: #212121;
  padding: 56px 0;
  text-align: center; }
  body.equipe #information h2 {
    margin-bottom: 20px;
    text-align: center;
    font-weight: 300;
    color: white; }
  body.equipe #information p {
    text-align: center;
    margin-bottom: 20px;
    font-weight: 300;
    font-size: 14pt;
    color: white; }
    body.equipe #information p b {
      font-weight: 700; }

body.equipe #membres {
  margin: 56px 0; }
  body.equipe #membres h2 {
    margin-bottom: 40px;
    text-align: center;
    font-weight: 300; }
  body.equipe #membres .membre {
    margin: 0 0 20px 0; }
    body.equipe #membres .membre .photo {
      position: relative;
      background-size: cover;
      background-position: center;
      background-color: #F5873B;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      border-radius: 9999em;
      width: 100%;
      height: auto;
      padding-top: 100%;
      margin-bottom: 10px; }
    body.equipe #membres .membre .infos h2 {
      font-weight: 700;
      text-align: left;
      margin-bottom: 0;
      text-transform: uppercase; }
      body.equipe #membres .membre .infos h2.firstname {
        font-size: 22pt; }
      body.equipe #membres .membre .infos h2.lastname {
        font-size: 14pt; }
    body.equipe #membres .membre .infos p {
      font-weight: 300;
      font-size: 10pt;
      text-align: left; }
    body.equipe #membres .membre .infos .line {
      background: #F5873B;
      height: 3px;
      width: 100%;
      margin: 10px 0; }

/*** ---------- PARTENAIRES ---------- */
body.sponsors #hero {
  background: url("/assets/images/saison2018_hero.jpg");
  padding: 140px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  body.sponsors #hero h1, body.sponsors #hero h2, body.sponsors #hero h3, body.sponsors #hero h4, body.sponsors #hero h5, body.sponsors #hero h6, body.sponsors #hero p {
    color: white;
    text-align: center;
    font-weight: 300; }
  body.sponsors #hero h1 {
    font-size: 56pt;
    margin-bottom: 40px; }
  body.sponsors #hero h4 {
    font-size: 18pt;
    line-height: 1.5em; }

body.sponsors #partenaires {
  margin: 56px 0; }
  body.sponsors #partenaires h2 {
    text-align: center;
    font-weight: 300;
    font-size: 24pt;
    margin-bottom: 40px; }
  body.sponsors #partenaires .logos {
    text-align: center; }
    body.sponsors #partenaires .logos .logo {
      margin: 12px 20px; }
      body.sponsors #partenaires .logos .logo img {
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover; }
  body.sponsors #partenaires p {
    margin-top: 20px;
    text-align: center;
    font-size: 14pt; }

body.sponsors #thanks {
  margin: 56px 0; }
  body.sponsors #thanks p {
    font-size: 15pt;
    text-align: center; }
    body.sponsors #thanks p.small {
      font-size: 12pt; }

/*** ---------- CONTACT ---------- */
body.contact #hero {
  background: url("/assets/images/saison2018_hero.jpg");
  padding: 140px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  body.contact #hero h1, body.contact #hero h2, body.contact #hero h3, body.contact #hero h4, body.contact #hero h5, body.contact #hero h6, body.contact #hero p {
    color: white;
    text-align: center;
    font-weight: 300; }
  body.contact #hero h1 {
    font-size: 56pt;
    margin-bottom: 40px; }
  body.contact #hero h4 {
    font-size: 18pt;
    line-height: 1.5em; }

body.contact #informations {
  margin: 56px 0; }
  body.contact #informations h2 {
    text-align: center;
    font-weight: 300;
    font-size: 18pt; }
  body.contact #informations h4 {
    text-align: center;
    font-weight: 300;
    font-size: 14pt; }
  body.contact #informations p {
    text-align: center;
    font-weight: 700; }
    body.contact #informations p span {
      color: #F5873B; }
  body.contact #informations .infos {
    margin-top: 40px; }

body.contact #formulaire {
  padding: 56px 0;
  background-color: #f2f2f2; }
  body.contact #formulaire h2 {
    text-align: center;
    font-weight: 300;
    font-size: 24pt;
    margin-bottom: 40px; }
  body.contact #formulaire .form form label {
    margin-top: 20px;
    margin-bottom: 3px;
    font-weight: 700;
    font-size: 11pt; }
    body.contact #formulaire .form form label span {
      color: red; }
  body.contact #formulaire .form form .form-control {
    border: 0px solid #cfcfcf;
    color: #212529; }
  body.contact #formulaire .form form .form-control:focus {
    outline: none;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5); }

/*** ---------- FOOTER ---------- */
#footer #infos {
  background-color: #212121;
  color: #ffffff;
  padding-top: 60px;
  padding-bottom: 50px; }
  #footer #infos a {
    color: #F5873B; }
    #footer #infos a:hover {
      color: #FFC59A; }
  #footer #infos h4 {
    text-align: center;
    font-size: 20pt;
    font-weight: 300;
    line-height: 3rem; }
    #footer #infos h4 i.fa, #footer #infos h4 i.fab, #footer #infos h4 i.fas, #footer #infos h4 i.far {
      font-size: 20pt;
      font-weight: 400;
      vertical-align: middle;
      margin: 0 10px; }
      @media (min-width: 768px) {
        #footer #infos h4 i.fa, #footer #infos h4 i.fab, #footer #infos h4 i.fas, #footer #infos h4 i.far {
          font-size: 30pt;
          font-weight: 400;
          vertical-align: middle;
          margin: 0 20px; } }

#footer #copyright {
  background-color: #2e2e2e;
  color: #ffffff;
  padding-top: 30px;
  padding-bottom: 20px;
  font-weight: 400; }
  #footer #copyright a {
    color: #F5873B; }
    #footer #copyright a:hover {
      color: #FFC59A; }
  #footer #copyright .a-left {
    text-align: center; }
    @media (min-width: 768px) {
      #footer #copyright .a-left {
        text-align: left; } }
    @media (min-width: 992px) {
      #footer #copyright .a-left {
        text-align: left; } }
    @media (min-width: 1200px) {
      #footer #copyright .a-left {
        text-align: left; } }
  #footer #copyright .a-center {
    text-align: center; }
  #footer #copyright .a-right {
    text-align: center; }
    @media (min-width: 768px) {
      #footer #copyright .a-right {
        text-align: right; } }
    @media (min-width: 992px) {
      #footer #copyright .a-right {
        text-align: right; } }
    @media (min-width: 1200px) {
      #footer #copyright .a-right {
        text-align: right; } }
  #footer #copyright .social ul {
    list-style-type: none; }
    #footer #copyright .social ul li {
      display: inline;
      margin-left: 12px;
      margin-right: 12px; }
      @media (min-width: 768px) {
        #footer #copyright .social ul li {
          margin-left: 0;
          margin-right: 24px; } }
