/******************************************************************************/
/*                          compFooterMarqueBlanche                           */
/******************************************************************************/
/**** Menu Add Footer ****/
/*************************/

.compFooterMarqueBlanche {
  background-color: #222;
}

.FooterContainer {
  display: table;
  width: 910px;
  margin: 0 auto;
  padding: 20px;
}
.menuFooter {
  color: #FFFFFF;
  display: table-row;
}
.menuFooter div {
  display: table-cell;
}
.menuFooter ul li {
  list-style: none;
  color: #9C9C9C;
}
.menuFooter ul li a {
  color: #FFFFFF;
  font-family: 'bebasneueregular';
  font-size: 20px;
  text-decoration: none;
}
.menuFooter div.References {
  background: url('../image/referencer_evenement.png') no-repeat;
  height: 39px;
  padding-left: 53px;
  width: 230px;
}
.menuFooter div.Affiliation {
  background: url('../image/affiliation_footer.png') no-repeat;
  height: 39px;
  padding-left: 70px;
  width: 216px;
}
.menuFooter div.ServiceClient {
  background: url('../image/service_client_footer.png') no-repeat;
  height: 39px;
  padding-left: 72px;
  width: 185px;
}
.menuFooter div.ServiceClient #serviceClientLinkIci {
  color: #9C9C9C;
  font-family: arial;
  font-size: 12px;
}
.menuFooter div.ServiceClient li + li {
  width: 190px;
}
/*    PAIEMENT 100% SECURISE   */
#MoyenPaiement {
  margin: 20px auto 0 auto;
  padding: 20px 0 15px 0;
  width: 910px;
}

#MoyenPaiement #info-paiement {
  width: 180px;
  display: inline-block;
  float: right;
}

#MoyenPaiement #info-hotline {
  width: 360px;
  display: inline-block;
  color: #7A7A7A;
  margin: 0 30px;
  padding: 0 30px;;
}

#MoyenPaiement #info-hotline .btn {
  color: #7A7A7A;
  text-transform: uppercase;
  padding: 10px 15px;
  text-decoration: none;
  border: 1px solid #7A7A7A;
  border-radius: 5px;
  font-size: 14px;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  margin-top: 5px;
  display: inline-block;
  -webkit-transition: .3s background-color, color .3s;
  -o-transition: .3s background-color, color .3s;
  transition: .3s background-color, color .3s;
}

#MoyenPaiement #info-hotline .btn:hover {
  background-color: #E9007E;
  border-color: #E9007E;
  color: #fff;
}

#MoyenPaiement #info-hotline p {
  font-size: 14px;
}

#MoyenPaiement #info-hotline h1 {
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;;
}

#MoyenPaiement #logo-footer {
  width: 150px;
  display: inline-block;
  background: url(//static3.digitick.com/bundles/digitickcms/images/header/place-concert-festivals-spectacles.png?1aq4gw32nifz) no-repeat;
  height: 63px;
  box-sizing: border-box;
  margin: 0 40px 0 0;
  background-size: contain;
  background-size: 150px;
}

#MoyenPaiement .texte-paiement {
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;;;
  font-family: "Montserrat", sans-serif;
}

#MoyenPaiement .icones{
  margin: 15px 0 0;
}

#MoyenPaiement .icones .fa {
  font-size: 42px;
  color: #7A7A7A;
  margin-right: 10px;
}

/* Copyright */
#copyright {
  text-align: center;
  color: #7A7A7A;
  font-size: 11px;
  padding: 20px 0 10px 0;
}

@media (max-width: 768px) {

  #MoyenPaiement #info-hotline {
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
      display: block;
  }

  #MoyenPaiement #logo-footer {
    display: none;
  }

  #MoyenPaiement #info-paiement {
      width: 180px;
      margin: 0;
      display: block;
      float: none!important;
      vertical-align: top;
      padding: 20px 20px 0 30px;
  }

}

@media (max-width: 475px) {

  #MoyenPaiement #logo-footer {
    display: block;
    margin: 0 auto;
    width: 160px;
    text-align: center;
  }

}
