/*
Theme Name: mUXic Festival
Description: Thème pour le festival de musique
Author: Eloi Coquoz
Author URI: dewapp.ch
Template: neve
Version: 1.0
*/
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Home
--------------------------------------------------------------*/
.fond-home {
  position: relative;
  background: url("assets/images/Fond-Ordinateur.png");
  height: 100vh;
  z-index: 2;
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */
}

.title-home {
  padding-top: 5vh;
  text-align: center;
}

.header {
  padding-top: 50px;
}

.menu-home {
  text-align: right;
}

.topnav {
  overflow: hidden;
  background-color: #F3B129;
  height: 60px;
  margin-top: 35px;
  text-align: right;
  border-radius: 30px;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  font-weight: 700;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
  height: 100%;
  text-decoration: none;
}

.topnav a.active {
  background-color: #F46816;
  color: white;
  height: 100%;
}

.button-home {
  text-align: center;
  padding-top: 10vh;
}

.button-home button {
  background-color: #fff !important;
  height: 75px;
  width: 200px;
  border-radius: 10px;
  color: #333 !important;
  font-size: 1.5em;
  font-weight: 900;
}

.reseau-home {
  height: 50px;
}

.reseau {
  padding-top: 5px !important;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 1100px) {
  .topnav a:not(:first-child) {
    display: none;
  }

  .topnav a.icon {
    float: right;
    display: block;
    margin-right: 17px;
    height: 50px !important;
    margin-top: 2px;
  }

  .topnav a:hover {
    background-color: #F3B129 !important;
    color: black;
    height: 100%;
    text-decoration: none;
  }
}

@media screen and (max-width: 1100px) {
  .topnav {
    overflow: unset !important
  }

  .topnav.responsive {
    position: relative;
    width: 100% !important;
  }

  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }

  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
    width: 100% !important;
    background-color: #F3B129;
  }
}

.fond-home h1 {
  color: #F46816;
  font-size: 5em;
  font-weight: 900;
}

.fond-home h2 {
  color: #F46816;
  font-size: 4em;
  font-weight: 900;
}

.fond-home h3 {
  color: #F46816;
  font-size: 4em;
  font-weight: 900;
}

@media screen and (max-width: 990px) {
  .fond-home h1 {
    font-size: 2.5em;
    font-weight: 900;
  }

  .logo {}

  .fond-home h2 {
    font-size: 2em;
    font-weight: 900;
  }

  .fond-home h3 {
    font-size: 2em;
    font-weight: 900;
  }

  .button-home button {
    background-color: #fff !important;
    height: 50px;
    width: 125px;
    border-radius: 10px;
    color: #333 !important;
    font-size: 1em;
    font-weight: 600;
  }

  .button-home {
    width: 50% !important;
    text-align: center;
  }

  .mobile-head .col-xs-4 {
    width: 50% !important;
  }

  .mobile-head .col-xs-2 {
    width: 1% !important;
  }

  .mobile-head .col-xs-6 {
    width: 39% !important;
  }

  .mobile-head .col-lg-4 {
    width: 50% !important;
  }

  .mobile-head .col-lg-2 {
    width: 1% !important;
  }

  .mobile-head .col-lg-6 {
    width: 39% !important;
  }

  .topnav {
    margin-top: 1px !important;
    height: 56.5px;
    width: 80px;
  }

  .reseau {
    display: none !important;
  }

  .title-home {
    padding-top: 12vh;
  }

  .button-home {
    padding-top: 17vh;
  }
}