* {
  margin: 0;
  padding: 0;
}
body {
  font-family: Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  color: #222;
  font-weight: normal;
  -webkit-font-smoothing: subpixel-antialiased;
}
a {
  color: #000;
}

/******************************************************************************/
/*                                  compPage                                  */
/******************************************************************************/
/******************************************************************************/
/*                       BALISES POUR LE POSITIONNEMENT                       */
/******************************************************************************/

.bloc-notifications {
    display: none!important;
}

.cc_banner-wrapper {
    background: #2b2b2b;
}

#pageEtape1 .compPanier,
#pageEtape2 .compPanier,
#pageEtape3 .compPanier {
    top: 0;
    position: absolute;
    width: 213px;
    right: 0;
}

.ligneEtapeDesc.etapeDesc {
  color: #222;
  display: block;
}

#pageEtape1 .panier {
  display: none;
}

.compBody .titleComposants {
  font-size: 16px!important;
  text-transform: uppercase;
  color: #222!important;
}


.compGuichet,
.compTelechargementFacture {
  margin-bottom: 50px;
}

.compTelechargementFacture .tableColonne2 a+a {
  font-size: 12px;
  margin-top: 5px;
  display: inline-block;
}

.compPanierVide {
  position: relative;
  top: -60px;
  background-color: #000000;
  color: #fff;
  padding: 0;
  z-index: 999999999;
}

#pageEtape4 .compPanierVide {
  display: none;

}

.compPanierVide .titleComposants {
  background: #333;
  color: #fff!important;
  font-weight: 100!important;
}

.compPanierVide .titlePanier {
  padding: 0px 5px;
  font-size: 15px;
}

.compPanierVide .infoPanier {
  padding: 10px;
  color: #A7A7A7;
}

#TransactionContent {
  margin: 20px 0;
}

#TransactionContent table {
  margin: 20px 0;
}

#TransactionContent .titleComposants {
  color: #6D6D6D!important;
}

#TransactionContent .tableColonne2 .nomPrenom2 .modifier {
  background-color: transparent;
  border: 1px solid #222;
  color: #222;
  -webkit-transition: .3s background-color, .3s color;
  -o-transition: .3s background-color, .3s color;
  transition: .3s background-color, .3s color;
}

#TransactionContent .tableColonne2 .nomPrenom2 .modifier:hover {
  background-color: #E6007E;
  color: #fff;
  border-color: #E6007E;
}

.compCompteTransaction {
  margin-top: 20px;
  background-color: #ECF0F1;
}

#paiementFree #validationPaiementFree {
  margin-top: 20px;
  display: block;
}

/******************************************************************************/
/*                         TAILLE DU CONTENU DU SITE                          */
/******************************************************************************/
/******************************************************************************/
/*              BALISES POUR LES TAILLES DES LIGNES ET COLONNES               */
/******************************************************************************/
.ligneContent1 {
  height: 75px;
  background-color: #222;
  box-sizing: border-box;
  padding: 10px 0;
}
.ligneContent1 .colonneContent1 {
    width: 910px;
    margin: 0 auto;
}

.ligneContent2 {
  width: 910px;
  margin: 0 auto;
  overflow: visible;
}
#pageCompte .ligneContent2 .colonneContent1 {
  width: 910px;
  margin: 0 auto;
  overflow: hidden;
}

#pageEtape3 .ligneContent2 .colonneContent1 {
    width: 910px;
    margin: 0 auto;
}

#pageEtape4 .ligneContent2 .colonneContent1 {
    width: 910px;
    margin: 0 auto;
}

.compDejaClient,
.compNouveauClient {
    margin: 0 auto;
    background: #f5f5f5;
    padding: 45px 150px;
    border-radius: 5px;
    width: 650px;
    box-sizing: border-box;
}

.boxCrossSelling .title {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
}

.boxCrossSelling {
  margin: 20px 0;
}

/*************************************************/
/********* Displaying Cart Zone *******/
/*************************************************/
.ligneContent2 .colonneContent2 {
    width: 910px;
    z-index: 999999;
    position: absolute;
    top: 0;
    margin: 0 auto;
}
/***** Hidding Cart On step1 + home ******/
#pageAccueil .ligneContent2 .colonneContent2,
#pageEtape1 .ligneContent2 .colonneContent2 {
  display: none;
}
#pageEtape1 .ligneContent2 .colonneContent1 {
  width: 910px;
  float: left;
}
/*******************************************************/
/****** END OF - Displaying Cart Zone ******/
/*************************************************/

#pageAccueil .ligneContent3 {
  background-color: #222;
}

.ligneContent3 {
  clear: both;
}
/******************************************************************************/
/*              DL + DT + DD               */
/******************************************************************************/
dl {
  width: 100%;
  display: block;
}
dt {
    padding: 10px 5px;
    vertical-align: top;
    width: 20%;
    display: inline-block;
}
dd {
    width: 75%;
    padding: 5px;
    vertical-align: top;
    display: inline-block;
}
dd h2,
dd .evenementGenre,
dd .evenementSousGenre {
  display: inline-block;
  font-size: 13px;
  font-weight: normal;
  background-color: #ECECEC;
  color: #636363;
  border-radius: 2px;
  padding: 2px 5px;
  margin-right: 3px;;
}
dd span {
  clear: both;
  display: block;
}
dd span.ville,
dd span.adresse {
  clear: both;
  display: inline-block;
  padding-right: 5px;
}
dd .evenementNom {
  color: #222222;
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 25px;
  font-weight: bold;;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0;
}
dd .evenementNom a {
  text-decoration: none;
}
dd .evenementDate {
  color: #d9006d;
  padding: 2px 5px 2px 0;;
  text-decoration: none;
  display: block;
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 8px;
}

dd .evenementSalle {
  font-size: 17px;
  text-transform: uppercase;
  margin: 10px 0;
  color: #222;;
}

dd .evenementSalle .evenementSalleNom,
dd .evenementSalle .evenementSalleAdresse {
  display: inline-block;
}

/*********************************/
/*******     EVENTS IMAGE   ******/
/*********************************/
dt img {
    width: 100%;
    height: auto;
    display: block;
    border: 1px solid #e6e6e6;
}
dt span,
dt a {
  display: none;
}

#infocompobjetbouton {
  font-size: 14px;
  text-decoration: none;
  font-weight: bold;
}

#infocompobjetbouton:before {
  content: "...";
}

#infocompobjetbouton:after {
  content: "\f0dd";
  margin-left: 5px;
  font-family: "FontAwesome";
}


/*********************************/
/*******     EVENTS STATE   ******/
/*********************************/
.bandeauEtat {
  background-position: center center !important;
  height: 110px;
  margin-top: -111px;
  width: 110px;
}
.etat11 {
  width: 150px !important;
  background-color: #B8B8B8 !important;
  color: #ffffff !important;
  border: 1px solid #B8B8B8 !important;;
}
.etat10 {
  background-color: #b8b8b8 !important;
  color: #ffffff !important;
  cursor: default !important;
  border: 1px solid #B8B8B8 !important;
  box-shadow: 0 0 0 1px #B9B9B9 inset !important;;;
}
/******************************/
/**** Titles & Paragraphes ****/
/******************************/
h1 {
  color: #323232;
  display: block;
  font-size: 2.1em;
  font-weight: normal;
  font-family: 'Montserrat', sans-serif;
  margin: 5px 0 10px 0;
  text-transform: uppercase;
}
h1 a {
  text-decoration: none;
}
.compCompteInformation .title,
.titleComposants {
  color: #323232;
  font-size: 10px!important;
  padding: 5px 5px 15px;
  text-align: left;
  height: 26px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

.ligneContent2 .compDejaClient .topContentComposants .titleComposants,
.ligneContent2 .compNouveauClient .topContentComposants .titleComposants {
  font-size: 20px!important;
  padding-bottom: 0;
  padding-left: 5px;
  text-align: center;
}

.ligneContent2 .topContentComposants .titleComposants {
    font-size: 16px!important;
    color: #222;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    padding-left: 0;
    position: relative;
}

.duplicateRenommage {
    position: absolute;
    right: 0;
    margin: 0;
}

p {
  margin: 5px 0 10px 0;
}

/*****************************/
/***** INPUT SELECT RADIO *****/
/*****************************/
select,
input {
  color: #222;
  border: 1px solid #ccc;
  font-size: 14px;
  padding: 10px 0;;
  text-indent: 8px;
  box-sizing: border-box;
  background-color: #fff;
}

#tri {
  height: 39px;
  background-color: #fff;
}

input.champTel {
  background: url("../image/form_tel.png") no-repeat scroll 0px -2px #ffffff;
  text-indent: 36px;
}
input.champPwd {
  background: url("../image/form_psw.png") no-repeat scroll 0px 0px #ffffff;
  text-indent: 36px;
}

input#nouveaumail {
  background: url("../image/form_email.png") no-repeat scroll 0px 0px #ffffff;
  text-indent: 36px;
}

input#nouveaunom,
input#nouveauprenom {
  background: url("../image/form_name.png") no-repeat scroll 0px 0px #ffffff;
  text-indent: 36px;
}

#lienMdp {
  font-size: 12px;
  width: 120px;
  display: inline-block;
  color: #969696;
  text-decoration: none;
}

/*------------------------------------*\
    INPUT + BOUTONS + SUBMIT
\*------------------------------------*/
.valid,
a.imprimerFacture,
a.imprimerBillet,
button,
.telechargement,
input.btn,
input.btSubmit,
.evenementReserver,
.ancreTelechargerBillet {
    color: #fff;
    border: 1px solid #E6007E;
    background-color: #E6007E;
    display: inline-block;
    text-decoration: none;
    border-radius: 4px;
    padding: 10px 15px;
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'Monserrat', sans-serif;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
    text-align: center;
    width: auto;
    text-indent: 0;
    margin: 10px 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.valid:hover,
a.imprimerFacture:hover,
a.imprimerBillet:hover,
button:hover,
.telechargement:hover,
input.btn:hover,
input.btSubmit:hover,
.evenementReserver:hover,
.ancreTelechargerBillet:hover {
  background-color: #222!important;
  color: #fff;
  border-color: #222!important;
}

/**** Button  Back  ***/
table.oubliMDP tr td.tableColonne1 a.btRetour,
input.btChangeAccount,
input.btnRetourAccueil {
  /* IE6-9 */;
  /* IE6-9 */

  border: 1px solid #C1C1C1;
  /* FF3.6+ */
  
  /* Chrome,Safari4+ */
  
  /* Chrome10+,Safari5.1+ */
  
  /* Opera 11.10+ */;
  /* Chrome10+,Safari5.1+ */;
}
/*************************/
/*** Table ****/
/****************/
table {
  border-collapse: collapse;
  border: 0;
  padding: 0;
  margin: 0;
  width: 100%;
}
table tr th {
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  font-weight: normal;
  padding: 3px 10px;
}
table tr th.tableColonne1 {
  text-align: left;
}
table tr td.tableColonne3,
table tr td.tableColonne2 {
  text-align: center;
}

table tr td {
  padding: 2px 5px;
}

table tr.tableFooter td {
  padding: 5px;
  border-bottom: 0;
  background: #F5F5F5;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
}

tr.selected {
  background: #f5f5f5;
}

.tableHeader {
    display: table;
    position: relative;
    left: 0;
    background: #fff;
    width: 910px;
    border-bottom: 1px solid #eaeaea;
}

.tableHeader .tableColonne1 {
    width: 38%;
}

.tableHeader .tableColonne2 {
    display: inline-block;
    width: 27%;
    text-align: left;
}

.tableHeader .tableColonne3 {
    width: 20%;
    text-align: left;
}

.tableHeader .tableColonne4 {
  display: inline-block;
  margin-left: 20px;
  margin-right: 20px;
}

.tableHeader th {
  font-size: 16px;

}

#pageEtape2 .tableHeader {
    min-height: 22px;
    margin-top: 10px;
    border-radius: 5px;
    color: dimgrey;
    margin: 8px auto;
    width: 650px;
}

.compModeDeDiffusion .modeDeDiffusion {
    border: 1px solid #ECF0F1;
    border-radius: 5px;
    padding: 10px;
    margin: 10px auto;
    display: block;
    width: 650px!important;
    box-sizing: border-box;
    display: inline-block;
}

.compModeDeDiffusion .modeDeDiffusion td {
  display: inline-block;;
}

.compModeDeDiffusion .modeDeDiffusion .tableColonne1 {
  width: 200px;
}

.compModeDeDiffusion .modeDeDiffusion .tableColonne2 {
  width: 135px;
}

.compModeDeDiffusion .modeDeDiffusion .tableColonne3 {
  width: 200px;
}

#pageCompte .compCompteTransaction .table tbody {
  background-color: #ECF0F1;;
}

.compAdresseLivraison {
    display: block;
    width: 650px;
    margin: 5px auto 15px auto;
    background: whitesmoke;
    padding: 15px;
    box-sizing: border-box;
    border-radius: 5px;
}

.compAdresseLivraison select {
    height: 39px;
    width: 220px;
    text-indent: 0;
    padding: 10px 10px;
    display: inline-block;
}

/************************************/
/*****  VALIDATION ZONE  ***********/
/**********************************/
#pageEtape2 .validContent,
.buttonsContainer.row-fluid {
  clear: both;
  padding-bottom: 10px;
  text-align: center;
  overflow: hidden;
}
.compListeFiltre .noElement {
  font-size: 15px;
  padding-top: 5px;
  font-weight: bold;
}
.bandeauEtat {
  display: none;
}

.assuranceTable .body {
    position: relative;
}

.assuranceTable .body .column2 {
    position: absolute;
    right: 70px;
}

.assuranceTable .body .column3 {
    position: absolute;
    right: 5px;
}

/* Paiement Payline */

#infoformulaire {
    padding: 15% 25px;
    display: inline-block;
    width: 30%;
    float: left;
    height: 393px;
    box-sizing: border-box;
    text-align: center;
    background: #f5f5f5;
    color: #565656;
    position: relative;
}

#contenuformulaire {
    display: inline-block;
    width: 60%;
}

#infoformulaire #securite span:nth-child(2){
    display: none;
}

#infoformulaire .recapAchatContent {
    font-size: 18px;
}

#infoformulaire #securite #titleSecurite {
    margin: 20px 0;
    display: block;
    top: 0;
    width: 100%;
    box-sizing: border-box;
    left: 0;
    padding: 0 20px;
}

#infoformulaire #securite #titleSecurite:before {
    font-family: "FontAwesome";
    content: '\f023';
    color: #2ea22e;
    margin-right: 5px;
}

#infoRecapAchat .recap-nombre-de-places,
#infoRecapAchat .recap-montant-wording {
    display: block;
    margin: 5px 0;
}

#infoRecapAchat .recap-montant {
    font-size: 30px;
}

/* Telechargement des billets */

#telechargementOption2 .tableColonne1 dl {
    display: inline-block;
}



@media (max-width: 992px) {

    .ligneContent2 .colonneContent1,
    .compModeDeDiffusion,
    .compNouveauClient {
        float: none;
        width: 650px;
        margin: 0 auto!important;
    }

    .compNouveauClient {
        margin: 10px auto!important;
    }

    .compEtape {
        width: 750px;
        margin: 0 auto;
    }

    tbody,
    tbody tr {
        display: block!important;
        width: 100%!important;
        box-sizing: border-box!important;
    }

    .compTarifDisponible .headerComposants .footerComposants .contentComposants .dataContentComposants table.tarifs thead {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }

  #cadreContent {
    width: 100%;
    overflow: hidden;
  }

  #cadreContent .ligneContent1,
  #cadreContent .ligneContent2,
  #cadreContent .ligneContent3,
  #MoyenPaiement,
  .ligneContent1 .colonneContent1,
  .ligneContent2 .colonneContent1 {
    width: auto!important;
  }

    #cadreContent .ligneContent2 {
        margin: 0 10px;
    }

  #MoyenPaiement {
    margin: 20px!important;
    box-sizing: border-box;
  }

  dl {
    display: block!important;
  }

  dt {
    display: inline-block;
  }

  #MoyenPaiement #logo-footer,
  #MoyenPaiement #info-hotline {
    margin: 0;
  }

  #pageEtape1 .ligneContent2 .colonneContent1 {
      padding: 0 30px;
      width: 100%!important;
      box-sizing: border-box;
  }



}

@media (max-width: 768px) {
    .compEtape {
        width: 100%;
    }

    #cadreContent .ligneContent1,
    .ligneContent1 .colonneContent1,
    #cadreContent .ligneContent3,
    .ligneContent2 .colonneContent2,
    .tableHeader {
        max-width: 100%;
        width: 100%;
    }
}

@media (max-width: 767px) {

    .ligneEtapeDesc div {
        background: none!important;
    }

    #cadreContent .ligneContent1, #cadreContent .ligneContent2, #cadreContent .ligneContent3, .ligneContent1 .colonneContent1, .ligneContent2 .colonneContent1 {
        width: 100%!important;
        box-sizing: border-box;
    }

    .evenementListe {
        padding: 0 30px;
    }

    .evenementListe dd {
        text-align: center;
        width: 100%;
        box-sizing: border-box;
    }

    .evenementListe dt,
    .evenementListe dt {
        display: block;
        width: 100%;
        text-align: center;
    }

    .evenementListe dt img {
        width: auto;
        margin: 0 auto;
    }

    #infoformulaire,
    #contenuformulaire {
        display: block;
        float: none;
        width: 100%;
    }

    #infoformulaire {
        height: auto;
        padding: 10px 25px;
    }

    #infoformulaire #securite #titleSecurite {
        position: relative;
    }

}

@media (min-width: 580px) {
    .listeRenommageBillet label.libelle {
        width: 200px;
        display: inline-block;
    }

    .champSup {
        margin: 5px 0;
    }
}

@media (max-width: 580px) {

    #infoRecapAchat .recap-montant {
        font-size: 25px;
    }

    #infoformulaire .recapAchatContent {
        font-size: 15px;
    }

    #nouvelleCB {
        border-collapse: collapse;
        border: 0;
        padding: 0;
        margin: 0;
        width: 100%;
        box-sizing: border-box;
        display: block;
    }

    .assuranceTable .body .column2 {
        height: 55px;
    }

    .assuranceTable .body .column3 {
        height: 50px;
    }

    .assuranceTable .body .column1 {
        display: block!important;
        width: 100%!important;
        float: none;
        margin-bottom: 25px;
    }

    #pageEtape1 .validContent {
        margin-top: 70px;
    }

    .compHeader a.lienSiteHeader {
        background-size: 180px!important;
    }

    dt img {
        max-width: 150px;
        margin: 0 auto;
    }

    .compObjet .titleComposants {
        height: auto!important;
        text-align: center;
    }

    .social {
        text-align: center;
    }

    .compObjet {
        text-align: center;
    }

    /* Compression étapes mobile */

    #pageEtape1 .etape1 .etapeDesc:before {
        content: '1';
        margin-right: 10px;
        width: 20px;
        height: 20px;
        border: 2px solid #a5a5a5;
        display: inline-block;
        line-height: 1.3rem;
        border-radius: 50px;
    }

    #pageEtape2 .etape2 .etapeDesc:before {
        content: '2';
        margin-right: 10px;
        width: 20px;
        height: 20px;
        border: 2px solid #a5a5a5;
        display: inline-block;
        line-height: 1.3rem;
        border-radius: 50px;
    }

    #pageEtape3 .etape3 .etapeDesc:before {
        content: '3';
        margin-right: 10px;
        width: 20px;
        height: 20px;
        border: 2px solid #a5a5a5;
        display: inline-block;
        line-height: 1.3rem;
        border-radius: 50px;
    }

    #pageEtape4 .etape4 .etapeDesc:before {
        content: '4';
        margin-right: 10px;
        width: 20px;
        height: 20px;
        border: 2px solid #a5a5a5;
        display: inline-block;
        line-height: 1.3rem;
        border-radius: 50px;
    }

    #pageEtape1 .etape2,
    #pageEtape1 .etape3,
    #pageEtape1 .etape4 {
        display: none;
    }

    .objetRepresentation .info {
        display: none;
    }

    dt,
    dd {
        width: 100%;
        box-sizing: border-box;
    }

    .evenementInfo {
        display: none;
    }

    #MoyenPaiement #info-hotline {
        width: auto!important;
        text-align: center!important;
        float: none!important;
    }

    #MoyenPaiement #info-paiement {
        width: auto!important;
        text-align: center!important;
        float: none!important;
        display: block!important;
        margin-top: 20px;
    }

    .ligneContent2 .topContentComposants .titleComposants {
        margin-bottom: 20px;
    }

}

@media (min-width: 1024px) {
    #pageEtape1 .compPanier, #pageEtape2 .compPanier, #pageEtape3 .compPanier {
        position: absolute;
    }
}

@media (max-width: 910px) {
    .ligneContent2 .colonneContent2 {
        width: 100%;
    }
}

@media (max-width: 767px) {

    #pageEtape2 .compHeader, #pageEtape3 .compHeader {
        margin: 0 auto!important;
    }

    .compPanier .headerComposants .footerComposants .contentComposants .topContentComposants .titleComposants span.resumePanier {
        font-size: 14px!important;
    }

    #pageEtape1 .compPanier, #pageEtape2 .compPanier, #pageEtape3 .compPanier {
        width: 100%;
        top: 75px;
    }

    .compPanier .titlePanier:before {
        padding: 25px 15px!important;
    }

    .compPanier .titlePanier:after {
        left: 41px!important;
    }

    #cadreContent .ligneContent2 {
        margin: 0!important;
    }

    .compModeDeDiffusion {
        width: 100%;
        max-width: 100%;
    }

    .ligneContent1 {
        position: relative;
        z-index: 99999999999;
    }

    .compDejaClient,
    .compNouveauClient,
    .compAdresseLivraison,
    .compModeDeDiffusion,
    .compModeDeDiffusion .modeDeDiffusion{
        margin: 10px auto!important;
        width: 100%!important;
        padding: 10px!important;
        border-radius: 0!important;
        box-sizing: border-box;
    }

    .compModeDeDiffusion .headerComposants .footerComposants .contentComposants .dataContentComposants table {
        width: 100%!important;
    }

    .compModeDeDiffusion .modeDeDiffusion {
        border-radius: 0!important;
        margin: 0!important;
    }

    .compModeDeDiffusion .modeDeDiffusion .tableColonne1,
    .tableHeader .tableColonne1 {
        width: 45%;
    }

    .compModeDeDiffusion .modeDeDiffusion .tableColonne2,
    .tableHeader .tableColonne2 {
        width: 19%;
        text-align: left;
    }

    .compModeDeDiffusion .modeDeDiffusion .tableColonne3 {
        width: 19%;
        text-align: left;
    }

    #pageEtape2 .ligneContent2 .colonneContent1,
    #pageEtape3 .ligneContent2 .colonneContent1 {
        margin-top: 90px !important;
        padding: 0 20px;
    }

    .compModeDeDiffusion .titleComposants {
        margin: 0!important;
        text-align: center;
    }

}

@media (max-width: 580px) {

    .compAdresseLivraison .dataContentComposants {
        text-align: center;
    }

    .compAdresseLivraison .dataContentComposants span {
        display: block;
        margin-bottom: 10px;
    }

}

@media (max-width: 475px) {

    #pageEtape4 .titleComposants {
        text-align: center;
        padding: 0 20px;
    }

    #pageEtape4 .descContent {
        text-align: center;
        padding: 0 20px;
    }

    #pageEtape2 .ligneContent2 .colonneContent1, #pageEtape3 .ligneContent2 .colonneContent1 {
        padding: 0 10px;
    }

    #infoRecapAchat .recap-nombre-de-places, #infoRecapAchat .recap-montant-wording {
        display: inline-block;
        margin: 0;
    }

    #infoformulaire #securite #titleSecurite {
        margin: 10px 0;
    }

    .PaylineWidget .pl-form-container .pl-input-feedback {
        display: none;
    }

    .pl-has-error .PaylineWidget.pl-layout-tab .pl-form-container .pl-label-input,
    .pl-has-error .PaylineWidget.pl-container-default .pl-label-input {
        margin-bottom: 25px;
    }

    .PaylineWidget.pl-container-default .pl-manager .pl-form-group .pl-message {
        text-align: right;
        margin: 6px 0 5px 0;
        bottom: 33px;
    }

    .duplicateRenommage {
        top: 30px;
    }

    #infoformulaire,
    #infoformulaire #recapAchat,
    #infoformulaire #recapAchat .recap-montant {
        font-size: 13px!important;
        margin: 0 5px;
    }

}

@media (max-width: 320px) {

    #PaylineWidget {
        margin: 0;
    }

    .compModeDeDiffusion .modeDeDiffusion .tableColonne1, .tableHeader .tableColonne1 {
        width: 40%;
    }

    .compModeDeDiffusion .modeDeDiffusion .tableColonne2, .tableHeader .tableColonne2 {
        width: 26%;
    }

}




