/*
e-billet
e-ticket
online-ticket
moyens-de-paiement
payment-methods
metodi-di-pagamento
formas-de-pago
betalingsmethoden
zahlungsweisen
retrait-billet-train
ontvangst-treinticket
train-ticket-withdrawal
ritiro-biglietto-treno
geneva-ticket-shop
boutique-voyages-sncf-geneve
*/
@media screen and (max-device-width: 767px) {
  /*masquer booking*/
  body:not(.i18n-fr-FR) #vsct-booking-form{
    display:none !important;
  }

    /* Affichage FT colRight e-billet*/
   
   body:not(.i18n-fr-FR) #column-right #node-30841,
   body:not(.i18n-fr-FR) #column-right #node-25153, 
   body:not(.i18n-fr-FR) #column-right #node-25140,
   body:not(.i18n-fr-FR) #column-right #node-25180, 
   body:not(.i18n-fr-FR) #column-right #node-25125,
   body:not(.i18n-fr-FR) #column-right #node-25183,
   body:not(.i18n-fr-FR) #column-right #node-25137,
   body:not(.i18n-fr-FR) #column-right #node-25128,
   body:not(.i18n-fr-FR) #column-right #node-25186,
   body:not(.i18n-fr-FR) #column-right #node-25133,
   body:not(.i18n-fr-FR) #column-right #node-25135
   {
        display: block;
    }

    /****end Affichage FT colRight e-billet ****/

    /****cacher newsletter **/
    body:not(.i18n-fr-FR) #europe-newsletter-block {
        display: none !important;
    }
    /*****end cacher newsletter ******/

   /*Si deja Modifier dans le fichier init responsive css, pas besoin de ce bloc*/
    body:not(.i18n-fr-FR) .node-train-flux .train-flux-label,
    body:not(.i18n-fr-FR) .node-train-flux .train-flux-carrier,
    body:not(.i18n-fr-FR) .node-train-flux .offer-price {
        display: inline-block;
    } 

        /* Lien centré  page edito moyen de payement */
    .node-type-edito-page #node-43519 .main-content-corps.rich-text a,
    .node-type-edito-page #node-43511 .main-content-corps.rich-text a,
    .node-type-edito-page #node-43513 .main-content-corps.rich-text a,
    .node-type-edito-page #node-43522 .main-content-corps.rich-text a,
    .node-type-edito-page #node-43554 .main-content-corps.rich-text a,
    .node-type-edito-page #node-43514 .main-content-corps.rich-text a,
    .node-type-edito-page #node-43553 .main-content-corps.rich-text a,
    .node-type-edito-page #node-43521 .main-content-corps.rich-text a,
    .node-type-edito-page #node-43512 .main-content-corps.rich-text a,
    .node-type-edito-page #node-43556 .main-content-corps.rich-text a,
    .node-type-edito-page #node-43555 .main-content-corps.rich-text a,
    .node-type-edito-page #node-43516 .main-content-corps.rich-text a{
      text-align:center;
    }

    /* Affichage FT colRight retrait billet*/
   
   body:not(.i18n-fr-FR) #column-right #node-25010,
   body:not(.i18n-fr-FR) #column-right #node-25168,
   body:not(.i18n-fr-FR) #column-right #node-25169,
   body:not(.i18n-fr-FR) #column-right #node-25178,
   body:not(.i18n-fr-FR) #column-right #node-25182,
   body:not(.i18n-fr-FR) #column-right #node-25179,
   body:not(.i18n-fr-FR) #column-right #node-25154,
   body:not(.i18n-fr-FR) #column-right #node-25165,
   body:not(.i18n-fr-FR) #column-right #node-25172,
   body:not(.i18n-fr-FR) #column-right #node-25173,
   body:not(.i18n-fr-FR) #column-right #node-25138,
   body:not(.i18n-fr-FR) #column-right #node-25167
   {
        display: block;
    }

    /****end Affichage FT colRight retrait billet ****/

    /****cacher newsletter **/
    body:not(.i18n-fr-FR) #europe-newsletter-block {
        display: none !important;
    }
    /*****end cacher newsletter ******/

   /*Modifier dans le fichier init responsive */
    body:not(.i18n-fr-FR) .node-train-flux .train-flux-label,
    body:not(.i18n-fr-FR) .node-train-flux .train-flux-carrier,
    body:not(.i18n-fr-FR) .node-train-flux .offer-price {
        display: inline-block;
    }

    /* Image responsive*/
   
   .node-type-edito-page:not(.i18n-fr-FR) #node-48164 .main-content-corps p img{
    width: 100%;
    height: auto !important;
   }
}