<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">

.nav ul {
    margin: 0;
}

.nav li {
    display: inline;
}

.nav a {
    display: inline-block;
    padding: .3em;
    color: black;
    text-decoration: none;
    width:  10em;
    height: 1.2em;
}
-
.main-nav {
    text-align: center;
    font-size: 1.1em;   
}

.main-panier {
    text-align: right;
    font-size: 1.1em;
    font-weight: lighter;
}

.next:before
{ content: "\279C"; }

.valide {
   padding-top: 1px;
   padding-left: 80px;
   max-width: 970px;
   height: 30px;
}

.label {
    display: block;
    font: .7rem 'Fira Sans', sans-serif;
}

input[type=text], input[type=password] {
  width: 25%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #FF6B54;
  box-sizing: border-box;
}

.bouttonPage1 {
width: auto;
border:1px solid gray;
border-radius:7%;
float:right;
font-size:0.875;
 }
.bouttonPage2 {
width: auto;
border:1px solid gray;
border-radius:7%;
float:right;
font-size:0.875;
 }
 .bouttonPage2_Suivant{
width: auto;
border:1px solid gray;
border-radius:1%;
float:right;
font-size:0.875;
 }
.bouttonPage3_Suivant{
width: auto;
border:1px solid gray;
border-radius:1%;
float:right;
font-size:0.875;
 }
.bouttonPage4_Suivant{
width: auto;
border:1px solid gray;
border-radius:1%;
float:right;
font-size:0.875;
 }
.bouttonPage3 {
width: auto;
border:1px solid gray;
border-radius:7%;
float:right;
font-size:0.875;
 }

.bouttonPage4 {
width: auto;
border:1px solid gray;
border-radius:7%;
float:right;
font-size:0.875;
 }

.cancelbtn {
  width: auto;
  padding: 12px 8px;
  background-color: #f44336;
}

.imgcontainer {
  text-align: center;
  margin: 24px 0 12px 0;
}

img.avatar {
  width: 10%;
  border-radius: 50%;
}

.container {
  padding: 16px;
}

span.psw {
  float: right;
  padding-top: 16px;
}

@media screen and (max-width: 300px) {
  span.psw {
     display: block;
     float: none;
  }
  .cancelbtn {
     width: 30%;
  }
}

.main-header {
    text-align: right;
    display: block;
    background-color: rgb(255, 100, 73);
    font-size: 0.9em;
    background-size: contain;

}

.font-for-all{
    font-family: Avenir;   
}

.band-name {
    text-align: center;
    margin: 0;
    font-size: 4em;
    font-family: "Booter - Zero Zero";
    font-weight: normal;
    color: white;
}

.band-name-large {
    font-size: 8em;
}

.container {
    max-width: 2000px;
    font-size: 12px;
    margin: 0 auto;
    padding: 1 1em;
}
.section-header {
    font-family: "Metal Mania";
    font-weight: normal;
    color: #333;
    text-align: center;
    font-size: 2.5em;
}

.about-band-image {
    float: left;
    height: 200px;
    width: 200px;
    margin: 15px;
    border-radius: 100%;
}

.main-footer {
    background-color: rgb(255, 107, 84);
}


.btn-header {
    margin: .5em 15% 2em 15%;
    color: white;
    border: 2px solid #2D9CDB;
    background-color: rgba(255, 255, 255, .1);
    border-radius: 0;
    font-size: 1.5em;
    font-weight: lighter;
    padding-left: 2em;
    padding-right: 2em;
}

.btn-header:hover {
    background-color: rgba(255, 255, 255, .3);
}


.btn-primary:hover {
    background-color: rgb(255, 255, 255);
}

.tour-row {
    border-bottom: 1px solid black;
    padding-bottom: 1em;
    margin-bottom: 1em;
}

.tour-row:last-child {
    border: none;
}

.tour-item {
    display: inline-block;
    padding-right: .5em;
}

.tour-date {
    color: #555;
    width: 11%;
    font-weight: bold;
}

.tour-city {
    width: 24%;
}

.tour-arena {
    width: 42%;
}

.tour-btn {
    max-width: 19%;
}

.shop-item {
    margin: 30px;
}

.shop-item-title {
    display: block;
    width: 100%;
    padding: 1px;
    font-size: 1.2em;
    color: black;
    margin-bottom: 10px;
}

.shop-item-image {
    height: 100px;
    padding: 10px;
}

.shop-item-details {
    display: flex;
    align-items: center;
    padding: 5px;
    font-size: 10px;
    height: 10px;
    width: 200px;
    margin: 10px 15px;
}


.Bouttons_Livraison {
    display: flex;
    align-items: center;
    padding: 9px;
    font-size: 4px;
    height: 5px;
    width: 200px;
    margin: 10px 15px;
}

}

.shop-item-price {
    flex-grow: 1;
    color: #333;
}

.shop-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.cart-header {
    font-weight: bold;
    font-size: 1.25em;
    color: #333;
}

.cart-column {
    display: flex;
    align-items: center;
    border-bottom: 1px solid black;
    margin-right: 1.5em;
    padding-bottom: 10px;
    margin-top: 10px;
}

.cart-row {
    display: flex;
}

.cart-item {
    width: 45%;
}

.cart-price {
    width: 20%;
    font-size: 1.2em;
    color: #333;
}

.cart-quantity {
    width: 35%;
}

.cart-item-title {
    color: #333;
    margin-left: .5em;
    font-size: 1.2em;
}

.cart-item-image {
    width: 40px;
    height: auto;
    border-radius: 10px;
}

.btn-danger {
    color: white;
    background-color: #EB5757;
    border: none;
    border-radius: .3em;
    font-weight: bold;
}

.btn-danger:hover {
    background-color: #CC4C4C;
}

.cart-quantity-input {
    height: 34px;
    width: 50px;
    border-radius: 2px;
    border: 1px solid #56CFF2;
    background-color: #eee;
    color: #333;
    padding: 0;
    text-align: center;
    font-size: 1.2em;
    margin-right: 35px;
}

.cart-row:last-child {
    border-bottom: 1px solid black;
}

.cart-row:last-child .cart-column {
    border: none;
}

.cart-total {
    text-align: end;
    margin-top: 10px;
    margin-right: 10px;
}

.total_penier {
    font-weight: bold;
    font-size: 1.5em;
    color: black;
    margin-right: 20px;
}

.cart-total-price {
    font-weight: bold;
    color: #333;
    font-size: 1.4em;
}

.btn-purchase {
    display: block;
    margin: 40px auto 80px auto;
    font-size: 1.75em;
}



/*
  =====================================
  CSS for <iframe> embedded Google Map
  =====================================
*/
.mapWrapper {
    position: relative;
    /*
    Do math with the height of your iframe divided by the width, then converted to percent
    In this example the height is 400 and the width is 600
    400 / 600 = .66666667
    which is 66.6666667% */
    padding-bottom: 66.6666667%;
    height: 0;

}
.mapWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* This sets an overlay element that covers the map and helps prevent people from zooming the map while scrolling. */
.overlay {
   background:transparent;
   position:relative;
   width:100%;
   height:100%;
   z-index: 1;
}

/*consigne rendus*/
#nombre_consigne_rendu {
  overflow: hidden;
  width: 100px;
  color: #333;
}

#nombre_consigne_planifie {
  overflow: hidden;
  width: 100px;
  color: #333;
}


#somme_totale {
  overflow: hidden;
  width: 100px;
  color: #333;
}


/*Pour les plus + et les minus - */


input,
textarea {
  box-sizing: border-box;
  margin: 0;
  outline: none;
  padding: 6px;
}

input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.input-group {
  clear: both;
  margin: 15px 0;
  position: relative;
}

.input-group input[type='button'] {
  /*background-color: #eeeeee;*/
  min-width: 38px;
  width: auto;
  transition: all 300ms ease;
}

.input-group .button-minus,
.input-group .button-plus {
  font-weight: bold;
  height: 20px;
  padding: 0;
  width: 20px;
  position: relative;
}

.input-group .quantity-field {
  position: relative;
  height: 38px;
  left: -6px;
  text-align: center;
  width: 45px;
  display: inline-block;
  font-size: 13px;
  margin: 0 0 5px;
  resize: vertical;
}

.button-plus {
  left: -5px;
}
.button-minus {
  left: -5px;
}

input[type="number"] {
  -moz-appearance: textfield;
  -webkit-appearance: none;
}



/*Panier Page 7*/
span.prix {
  font-size: 1.5em;
  margin-bottom: 10px;
  display:block;
}

.img-responsive {
  margin-bottom: 10px;
}

