html, body{
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  overflow-x: hidden;
}

.pucks .puck:first-child{
  position: absolute;
  top: 40%;
  left: 80%;
}

.team_alert{
  padding: 5px 30px;
  background-color: #1a1a1a;
  color: #ffffff;
  position: fixed;
  bottom: 20px;
  right: 20px;
  text-transform: uppercase;
  font-size: 2rem;
  border-radius: 30px;
  cursor: pointer;
  border: solid 3px #ffffff;
  transition: all 0.3s;
}

.team_alert:hover{
  padding: 5px 40px;
}

.e404 .error_404, .no_teams .error_404{
  font-size: 8rem;
  line-height: 8rem;
  text-align: left;
  font-weight: 400;
}

.e404 .title_404{
  font-size: 18rem;
  line-height: 15rem;
  text-align: left;
  margin-bottom: 100px;
}


.no_teams .title_no_teams{
  font-size: 14rem;
  line-height: 13rem;
  text-align: left;
  margin-bottom: 100px;
}

.team_alert a{
  color: #ffffff;
  text-decoration: none;
}

.team_alert img{
  vertical-align: text-bottom;
}

.pucks .puck:nth-child(2){
  position: absolute;
  top: 80%;
  left: 10%;
  transform: rotate(-40deg);
    -webkit-transform: rotate(-40deg);
    -moz-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    -o-transform: rotate(-40deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

.pucks .puck:nth-child(3){
  position: absolute;
  top: 200%;
  left: 40%;
  transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

.pucks .puck:nth-child(3) img{
  width: 180px;
  height: auto;
}


.pucks .puck:nth-child(2) img{
  width: 220px;
  height: auto;
}

#mobile_nav{
  position: absolute;
  top: 15px;
  left: 15px;
  display: none;
  cursor: pointer;
  z-index: 30;
}

.blackout{
  width: 100%;
  height: 650px;
  position: absolute;
  top: 700px;
  left: 0px;
  background-color: #1a1a1a;
  z-index: -1;
}

#accueil{
  position: relative;
  overflow: hidden;
}

#menu{
    font-size: 12rem;
    color: #ededed;
    position: absolute;
    font-weight: 900;
    transition: color 0.25s;
    cursor: pointer;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    transform-origin: 0% 50%;
    left: 80px;
    top: 530px;
    z-index: -1;
}

#menu:hover{
  transition: color 0.25s;
  color: #1a1a1a;

}

.header{
  height: 640px;
  position: relative;
}

.header_title{
  font-size: 20rem;
  line-height: 12rem;
  flex-direction: column;
  position: relative;
  width: fit-content;
  margin: 0 auto;
  padding: 0px 60px 0px 180px;
  z-index: 0;
}

.logo_1, .logo_2{
  display: inline-flex;
  width: fit-content;
  overflow: hidden;
}

.logo{
  display: inline-flex;
  width: fit-content;
  overflow: hidden;
}

.header_title{
  
}

.logo_1 img, .logo_2 img{
  height: 520px;
  max-width: 100%;
}

.logo img{
  max-width: 100%;
}

.map_overflow{
  border-radius: 15px;
  overflow: hidden;
  width: fit-content;
  z-index: 5;
  position: relative;
}

#map{
  width: fit-content;
  margin: 0px 50px 100px 50px;
  position: relative;
}
#map img{
    max-width: 100%;
  }

.map_inner {
  width: 100%;
  height: 100%;
  position: absolute;
  border: 2px solid #ffffff;
  top: 14px;
  left: 14px;
  border-radius: 15px;
  z-index: 0;
}

.header_date{
  font-size: 4.5rem;
  line-height: 4.0rem;
  display: block;
  text-transform: uppercase;
}

.red{
  color: #c90023;
}


.black{
  color: #1a1a1a;
}

.spare{
  color: #781515;
}

.user_profile.spare{
  background-color: #781515;
}

.bg_red{
  background-color: #c90023;
  color: #ffffff;
}

.bg_red_white{
  /*background-color: #1a1a1a;
  color: #ffffff;*/
  background-color: #c90023;
  color: #1a1a1a;
}

.nav2{
  position: absolute;
  top: 100px;
  left: 200px;
  visibility: hidden;
  opacity: 0;
  z-index: 10;
}


.cta.black{
  background-color: #1a1a1a;
  color: #ffffff;
}

.cta_404{
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}


.cta{
  padding: 10px 40px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 400;
  font-size: 2rem;
  border-radius: 50px;
  transition: padding 0.3s;
}

.cta:hover{
  padding: 10px 50px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  color: #1a1a1a;
  background-color: #ffffff;
}


.nav2 .close{
  cursor: pointer;
  margin-top: 15px;
  transition: transform 0.3s;
  display: block;
  width: 70px;
  height: 70px;
  margin: 10px auto;
}

.nav2 .close:hover{
  transform: rotate(90deg);

}

.nav2 .nav_link a{
  font-size: 3.5rem;
  text-transform: uppercase;
  display: block;
  color: #ededed;
  cursor: pointer;
  transition: color 0.25s;
  padding: 5px 15px;
  text-decoration: none;
}

#menu.active{
  color: #1a1a1a;
}

.nav2 .nav_link a:hover{
  color: #ffffff;
  background-color: #c90023;
}

.bg_black{
  background-color: #1a1a1a;
  color: #ffffff;
}

.bg_red_white .user_profile{
  /*background-color: #1a1a1a;*/
}

.p-60{
  padding: 60px 60px 10px 60px;
}

.skate {
  position: absolute;
  left: 44%;
  top: 5%;
  width: 496px;
  height: 707px;
}

.mt-10{
  margin-top: 6rem!important;
}

.participate{
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  background-color: #c90023;
  border: none;
  border-radius: 50px;
  font-size: 2rem;
  padding: 10px 50px;
  font-weight: 400;
}

.participate:hover{
  background-color: #aa001e;
}

.title{
  font-size: 14rem;
  line-height: 11rem;
  padding-top: 40px;
}

.map_title{
  font-size: 6rem;
  line-height: 5rem;
  font-weight: 900;
  padding: 10px;
}

.map_desc{
  font-size: 2.2rem;
  line-height: 2rem;
  font-weight: 400;
}

.subtitle{
  font-size: 1.9rem;
  font-weight: 400;
  padding-bottom: 20px;
  padding-top: 10px;
}

.subtitle img{
  margin-right: 6px;
  margin-top: -6px;
}

.title_outlined{
  /*-webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #ffffff;*/
  text-shadow: -2px -2px 0 #ffffff, 2px -2px 0 #ffffff, -2px 2px 0 #ffffff, 2px 2px 0 #ffffff;
}

.user{
  width: 250px;
  height: 200px;
  text-align: center;
  display: inline-block;
  overflow: hidden;
  cursor:pointer;
  position: relative;
}



.user.empty{
  opacity: 0.3;
}

/*.user:hover .user_number{
  top: -150px;
}*/

.user_number{
  font-size: 9.5rem;
  line-height: 8rem;
  font-weight: 700;
  position: relative;
}

.user_name{
  font-weight: 400;
  font-size: 1.5rem;
  line-height:1.5rem;
  padding: 5px;
  position: relative;
}

.user_border{
  border: dashed 4px #ffffff;
  border-radius: 20px;
  padding-top: 12px;
}

.user_profile{
  width: 100px;
  height: 100px;
  position: absolute;
  border-radius: 100px;
  top: 200px;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
}
.footer_navigation{
  color: #000000;
  font-weight: 700;
  font-size: 1.5rem;
}

.footer_link{
  color: #000000;
  font-weight: 400;
  font-size: 1.5rem;
  text-decoration: none;
  padding: 0px 5px 0px 0px;
}

.footer_link:first-child{
  padding: 0px 5px 0px 0px;
}

.footer_link:hover{
  text-decoration: underline;
  color: #000000;
}

.bullet{
  vertical-align: text-bottom;
}


@media only screen and (max-width: 1400px) {
}

@media only screen and (max-width: 1200px) {
}

@media only screen and (max-width: 1000px) {

  .skate {
    left: 35%;
    top: 15%;
  }
  .skate img{
    width: 450px;
    height: auto;
  }

  #menu{
    font-size: 10rem;
    cursor: pointer;
    left: 60px;
    top: 550px;
    z-index: -1;
  }

  .header_title{
    padding: 0px 60px 0px 130px;
  }

  .title {
    font-size: 10rem;
    line-height: 11rem;
    padding-top: 20px;
  }

  .p-60{
    padding: 0px 60px 10px 60px;
  }

   .map_title{
    font-size: 5rem;
  }

  .map_desc{
    font-size: 1.8rem;
  }

.equipes .user{
    width: 50%;
  }

 
  .no_teams .title_no_teams, .e404 .title_404{
    font-size: 8rem;
    line-height: 8rem;
  }


}

@media only screen and (max-width: 800px) {
  .logo{
    content:url("../img/tbof_vertical.svg");
    width: 100%;
  }

  .logo img{
    width: 100%;
  }
  .skate {
    left: 50%;
    top: 25%;
  }
  .skate img{
    width: 410px;
    height: auto;
  }

  .nav2{
    left: 150px;
  }

  .map_title{
    font-size: 4rem;
    margin-left: 30px;
  }

  .map_desc{
    font-size: 1.5rem;
    margin-left: 30px;
  }

  .pt-4{
    padding-top: 0px !important;
  }

  .no_teams .title_no_teams, .e404 .title_404{
    font-size: 8rem;
    line-height: 8rem;
  }

   .equipes .user_small, #participants .user_small{
    width: 30%;
    height: 150px;
  }

  .user_small .user_number{
    font-size: 6rem;
    line-height: 6rem;
  }

  .user_name{
    font-size: 1.4rem;
  }

  .user_profile{
    width: 75px;
    height: 75px;
    position: absolute;
    border-radius: 100px;
    top: 200px;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
  }

  .user_profile img{
    width: 75px;
  }
    
}

@media only screen and (max-width: 640px) {
  .nav2{
    left: 40px;
  }
  #menu{
    display: none;
  }
  .skate {
    left: 45%;
    top: 40%;
  }
  .skate img{
    width: 350px;
    height: auto;
  }

  .header_title{
    padding: 0px 30px;
  }
  .title {
    font-size: 6rem;
    line-height: 11rem;
    padding-top: 20px;
  }

  .subtitle{
    font-size: 1.7rem;
    line-height: 1.5rem;
    margin-left: 20px;
  }
  #map {
    width: fit-content;
    margin: 0px 50px 50px 10px;
    position: relative;
  }
  .p-60{
    padding: 0px 60px 10px 10px;
  }

  #map img{
    max-width: 100%;
  }

  .mb-4{
        
  }

  .user{
    width: 45%;
  }

  .map_title{
    padding: 0px 10px;
    margin-left: 15px;
  }

  .map_desc{
    margin-left: 15px;
  }

  #mobile_nav{
    display: block;
  }

   .no_teams .title_no_teams{
    font-size: 6rem;
    line-height: 6rem;
    padding-left: 20px;
  }

  .e404 .title_404{
    font-size: 8rem;
    line-height: 8rem;
    padding-left: 20px;
  }

  .no_teams .error_404, .e404 .error_404{
    font-size: 3rem;
    line-height: 3rem;
    padding-left: 20px;
  }

  .e404 .error_404{
    padding-top: 60px;
  }
}