.generic__btn {
  align-items: center;
  background: #fd459d;
  border-radius: 2px;
  color: #fff;
  display: inline-flex;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 600;
  height: 45px;
  padding: 0 15px;
  text-decoration: none;
  text-transform: uppercase;
}
.generic__btn:hover {
  color: #fff;
  opacity: .85;
  text-decoration: none;
}

.t_info li:nth-of-type(3) {
  width: 100% !important;
  text-align: center;
}

.boitechoix {
    display: flex;
    flex-direction: row;
    gap: 25px;
    flex-wrap: wrap;
}

.dispo_vip, .reserver_vip {
    background-color: #000;
    color: #fff;
    padding: 10px;
    margin-bottom: 25px;
    text-align: center;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    border-radius: 10px;
}

.reserver_vip {
    color: #c39c66;
}

.dispo_vip span {
    color: #c39c66;
}

.boiteschoix {
    display: flex;
    flex: 1;
    flex-direction: column;
    position: relative;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 20px;
    margin: 2px;
    background-color: #cdcdcd;
    flex-wrap: wrap;
    justify-content: space-between;
}

.boiteschoix > div {
    min-width: 280px;
}

.boiteinfos {
    font-size: 16px;
    background-color: #403d802b;
    padding: 10px;
    margin-top: 10px;
    text-align: center;
    font-weight: 700;
    /* color: #fff; */
}

.boiteqte span:before {
    content: '';
    background-color: #8dcd50;
    padding: 5px;
    width: 15px;
    height: 15px;
    border-radius: 10px;
    display: flex;
}

.boiteqte span.cplt:before {
    background-color: #d7431a;
}

.boiteqte span.cplt:before {
    /* background-color: #8dcd50; */
}

.boiteqte span {
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 700;
}

.place_button button {
    background-color: #403d80;
    color: #fff;
    border: none;
    padding: 18px 20px;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 16px;
    transition: all 0.5s ease;
}

.place_button button:hover {
    background-color: #333;
}

.place_button {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.boiteschoix h4 {
  flex: 1;
    font-size: 22px;
    min-height: 70px;
    display: flex;
    justify-content: center;
    align-content: baseline;
    text-align: center;
    border-bottom: 2px solid #000;
    margin-bottom: 10px;
    align-items: center;
    flex-wrap: wrap;
}
.boiteschoix h4 em{
  font-size:15px;
  text-transform:initial
}
.boiteschoix > h2 {
    font-size: 30px;
    flex: 1;
}

.match_info {
    display: flex;
    flex-direction: column;
}


.boiteprincipale {
    display: flex;
    position: relative;
    height: 512px;
}

.boiteterrain {
    flex: 1;
    display: flex;
    position: relative;
}

.boitepanier {
    display: flex;
    flex-direction: column;
    position: relative;
    min-width: 300px;
    border:1px solid #ccc;
}

.boitesvg {
  background-color: #f3f3f3;
  border-right-width: 1px;
  height: 100%;
  overflow: hidden;
  padding: 10px;
  width: 100%;
}

.imagesvg {
  align-items: center;
  display: inline-grid;
  height: 100%;
  justify-items: center;
  overflow: visible;
  position: relative;
  width: 100%;
}

.imagesvg svg {
  grid-column-start: 1;
  grid-row-start: 1;
  height: calc(100%/var(--scaling));
  transition: transform .5s;
  width: calc(100%/var(--scaling));
}


.imagesvg svg .survol:hover {
  cursor: pointer;
}

.imagesvg svg .bloc:hover {
  cursor: pointer;
}

.imagesvg svg .bloc:hover rect, .imagesvg svg .bloc:hover path {
  opacity: 0.3
}
.imagesvg svg .bloc.complet rect, .imagesvg svg .bloc.complet path {
  fill: #000000A3;
}
.imagesvg svg .place {
  fill: #8A8A8A;
}
.imagesvg svg .place:hover {
  cursor: pointer;
}
.imagesvg svg .place:not(.myplace,.reserved):hover {
  fill: black;
}
.imagesvg svg .place.vip {
  fill: #E22777;
}
.imagesvg svg .place.selected {
  fill: #5D9356; //vert
}
.imagesvg svg .place.reserved {
  fill: #e9e9ff;
  stroke: #ccf;
}
.imagesvg svg .myplace {
  fill: #e227777d;
  stroke: rgba(0, 12, 94, 0.56);
}

.boitevueensemble {
  z-index: 1000;
  position: absolute;
}





.panier_form {
  height: 100%;
  width: 100%;

  display: flex;
  flex-direction: column;
}

.panier_liste_place {
    flex: 1;

    display: flex;
    flex-direction: column;

    overflow-y: auto;
}
.block_place {
    display: flex;
    margin: 2px;
    position: relative;
    padding: 5px 10px;
}
.block_place:hover .place_suppr {
  display: block;
}

.place_infos {
  display: flex;
  flex-direction: column;
  flex: 1;
  /* border: 1px solid #c8c8c8; */
  /* padding: 11px; */
  box-shadow: 0 0 5px #00000045;
  flex-wrap: wrap;
  gap: 6px;
}

.place_infos > * {
    display: flex;
    padding: 5px 10px;
    background-color: #e2277733;
    color: var(--color1);
}

.place_infos li:nth-child(3) {
    background-color: var(--color1);
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}


.place_infos li:nth-child(1) {
    font-family: "Oswald", sans-serif;
    color: #000;
    font-size: 18px;
    width: 100%;
    background: transparent;
    padding: 0;
    margin-bottom: 10px;
    background-color: #fabe1940;
    padding: 10px;
}

tspan {
    font-family: "Oswald", sans-serif;
}

.place_infos .info_montant {
  display: flex;
  justify-content: flex-end;
  flex: 1;
}

.place_infos .nbplaces {
  font-size: 35px;
  font-size: 20px;
  color: var(--color1);
}

.place_infos .nbplaces .qte {
  width: 70px;
  font-size: 20px;
  color: var(--color1);
  padding: 10px;
  border: none;
  background-color: #e9e9e9;
}

/*
.place_infos > *:last-child {
  display: flex;
  justify-content: right;
}
*/


button.place_suppr {
    border: none;
    background-color: transparent;
    font-size: 16px;
    font-weight: 200;
/*    width: 30px;
    height: 30px;*/
    transition: all 0.5s ease;
    margin-left: auto;
}

button.place_suppr:hover {
    transform: scale(1.2);
    background-color: #e7e7e7;
}

.panier_actions {
  display: flex;
  flex-direction: row;
  border-top: 1px solid #c8c8c8;
  padding-top: 4px;
  justify-content: center;
  padding:15px 10px;
}

.panier_actions_total {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  visibility: hidden;
  display:none;
}
.btnvueensemble{
  border:0px;
  background-color: var(--color1);
  color:#fff;
  text-transform:uppercase;
  padding:5px 10px;
}
.panier_actions_envoi input{
  text-transform:uppercase;
  font-weight:normal;
}

.panier_places_demandees {
  font-size: 16px;
  display: flex;
  justify-content: center;
  padding: 4px;
}

#msg {
  z-index: 1000;
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 20px;
  background-color: white;
  padding: 12px;
  border-radius: 4px;
}

  .ui-tooltip, .arrowtt:after {
      background: white;
      border: 1px solid white;
    }
    .ui-tooltip {
      padding: 10px 20px;
      color: #333;
      border-radius: 6px;
      font: normal 14px Ubuntu, "Helvetica Neue", Sans-Serif;
      box-shadow: 0 0 5px #333;
    }
    .arrowtt {
      width: 70px;
      height: 16px;
      overflow: hidden;
      position: absolute;
      left: 50%;
      margin-left: -35px;
      bottom: -16px;
    }
    .arrowtt.top {
      top: -16px;
      bottom: auto;
    }
    .arrowtt.left {
      left: 20%;
    }
    .arrowtt:after {
      content: "";
      position: absolute;
      left: 20px;
      top: -20px;
      width: 25px;
      height: 25px;
      box-shadow: 6px 5px 9px -9px black;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
    }
    .arrowtt.top:after {
      bottom: -20px;
      top: auto;
    }


    .tttitre {
      margin-bottom: 6px;
    }


    .ttgbl {
        font-size: 20px;
    }

    .ttgbl > div {
        padding: 6px;
    }

@media screen and (max-width:1000px){
  .PGS_BILLETERIE .picto{
    display:none!important;
  }
  .PGS_BILLETERIE #centreetdroite{
    padding:0px!important;
  }
  /*.boiteprincipale{
    display:block;
    height:auto;
  }*/
  /*.boiteterrain{
    height:500px;
    margin-bottom:10px;
  }*/
 /* .boitepanier{
    max-width:800px;
    width:100%;
    margin:auto;
  }*/
  .boitepanier{
    min-width:auto!important;
     width:230px!important;
  }
  .boiteprincipale{
    height:100vh;
  }
}
@media screen and  (max-width:1000px) and (orientation:portrait) {
   .boiteprincipale{
     display:none;
   }
  .resa_page:before{
    content:'';
    display:none;
    position:fixed;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background-image:url(../images/interface/rotate_phone.png);
    background-position:center;
    background-repeat:no-repeat;
    background-color:#fff;
    z-index:100000;
  }
  .boiteprincipale{
    display:block;
    height:auto;
  }
  .boiteterrain{
    height:350px;
  }
  .boitepanier{
    width:100%!important;
  }
}
