/*
 * Globals
 */

/* Links */
a,
a:focus,
a:hover {
  color: #fff;
}

/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
  background-color: #fff;
  border: .05rem solid #fff;
}

.vignette img{
  display: block;
    width: 60%;
    margin: 50px auto;
    margin-top: 15px;
}

.vignette span{
  text-align: center;
    display: block;
    margin: 0 auto;
    text-transform: uppercase;
    font-weight: bold;
    background: #163e34;
    color: #FFF;
    border-radius: 3px;
    width: 85%;
    padding: 10px 0px;
}


.vignette span:hover{
    background: #ae0262;
    color: #FFF;
}

.vignette img:hover {
  width: 55%;
}


/*
 * Base structure
 */

html,
body {
  height: 100%;
  background-color: #FFF;
}

body {
  display: -ms-flexbox;
  display: flex;
  color: #000;
  box-shadow: inset 0 0 3rem rgba(0, 0, 0, .5);
  background:#FFF; 
  background-size: cover;
}

.cover-container {
  max-width: 42em;
}


/*
 * Header
 */
.masthead {
  margin-bottom: 2rem;
}

.masthead-brand {
  margin-bottom: 0;
}

.nav-masthead .nav-link {
  padding: .25rem 0;
  font-weight: 700;
  color: rgba(255, 0, 0, .5);
  background-color: transparent;
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255, 255, 255, .25);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #000;
  border-bottom-color: #fff;
}

@media (min-width: 48em) {
  .masthead-brand {
    float: left;
  }
  .nav-masthead {
    float: right;
  }

}

.cover h2{
  color: #163e34;
  text-align: center;
}


/*
 * Cover
 */
.cover {
  padding: 0 1.5rem;
}
.cover .btn-lg {
  padding: .75rem 1.25rem;
  font-weight: 700;
}


/*
 * Footer
 */
.mastfoot {
  color: rgba(255, 255, 255, .5);
}

#logo{
  display: block;width:400px;margin: 0 auto;
}

@media (max-width: 480px) {

  .vignette img {
    display: block;
    width: 65%;
    margin: 10px auto;
    background: #FFF;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 2px 4px 4px #70290ee3;
  }

.cover h2 {
color: #fff;
text-align: center;
font-size: 20px;
}

}

.hidden{
  display: none;
}

.btn:hover{
  background: #ae0262;
  color: #FFF;
}

#selectionneur{
  margin-top: 20px;
}

#selectionneur_select{
  font-size: 15px;
  /* font-weight: 220; */
  width: 70%;
  margin-left: 3px;
  padding: 10px;
  height: 45px;
  text-align: center;
  font-family: avenirHeavy, 'avenir', sans-serif !important;
  color: #b40161;
  /* font-size: 12px; */
  cursor: pointer;
  border-radius: 0px;
  border: 1px solid #163e34;
  padding: 0px 20px;
}

#selectionneur_button{
  margin-top: 20px;
  width: 70%;
  margin-left: 4px;
  background: #163e34;
  border: 0px;
}

@media (max-width: 991px) {

  .vignette img {
    display: block;
    width: 100%;
    margin: 10px auto;
    background: #FFF;
    padding: 4px;
    border-radius: 5px;
    box-shadow: 2px 4px 4px #70290ee3;
  }
  
  .cover h2 {
  color: #fff;
  text-align: center;
  font-size: 20px;
  }

  #logo{
    display: block;width:340px;margin: 0 auto;
  }

  #f_emporter, #f_livraison{
    display: none;
  }

  .cover {
    padding: 0 10px;
}

  .btn:hover{
    background: #ae0262;
    color: #FFF;
  }

  #selectionneur{
    margin-bottom: 20px;
  }

  #selectionneur_select{
    font-size: 15px;
    /* font-weight: 220; */
    width: 99%;
    margin-left: 3px;
    padding: 10px;
    height: 45px;
    text-align: center;
    font-family: avenirHeavy, 'avenir', sans-serif !important;
    color: #b40161;
    /* font-size: 12px; */
    cursor: pointer;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border: 1px solid #163e34;
    padding: 0px 20px;
  }

  #selectionneur_button{
    margin-top: 20px;
    width: 97%;
    margin-left: 4px;
    background: #163e34;
    border: 0px;
  }


  
  
  }

  fieldset{
    display: block;
    width: 60%;
    margin: 50px auto;
    background: #FFF;
    padding: 35px;
    border-radius: 20px;
    border: 1px solid #163e33;
  }