
/* css page completed_donate.php & download.php pour mobile */

table td { border:0; }

body
{
width :100% ;
background : #dcf9f9;    /* fond d'écran bleu clair */
}

/* completed_donate.php */

.titre_1  /* TITRE en rouge "download page ..."  de completed_donate.php */
{
text-align: center;
color: #0b2676;
font-size: 2em;
font-weight: bold;
font-family: Arial;
}

.texte_3    /* texte "Warning: your browser may be configured ..." */
{
text-align: center;
line-height: 2em;   /* augmentation taille interlignes */
color: #0b2676;
font-size: 0.8em;
font-style: italic;
font-family: Arial;
}

.texte_4    /* Si vous avez un problème de téléchargement ... */
{
text-align: center;
color: red;
font-size: 1em;
font-style: italic;
font-weight: bold;
font-family: Arial;
}

.link_marque    /* lien "lisez ceci" */
{
color: blue;
font-size: 1em;
font-family: Arial;
}

.texte_1    /* texte "you still have a credit of ... */
{
width : auto ;
text-align: center;
color: #0b2676;
font-size: 1em;
font-style: italic;
font-weight: bold;
font-family: Arial;
}

.credit   /* valeur de la variable $credit*/
{
color: red;
font-size: 1.2em;
font-style: italic;
font-weight: bold;
font-family: Arial;
}

.texte_2  /*  texte "Reminder of your download code  ..." ou texte "sorry but you can no longer download ..." */
{
text-align: center;
color: #0b2676;
font-size: 1em;
font-weight: bold;
font-family: Arial;
}

.code   /* valeur de la variable $code mise dans un cadre */
{ 
border: 1px solid blue; /* Epaisseur et couleur de la bordure s'il y a lieu */
border-radius: 5px; /* arrondi les angles */
background: #f7f6f6; /* Couleur du fond du champ */
padding: 5px; 
text-align: center;
color: red; /* Couleur de la police */
font-size: 1.4em;
font-weight: bold;
font-family: Arial;
letter-spacing: 0.2rem;
} 

.mark   /* valeur de la variable $instrument mise dans un cadre */
{ 
border: 1px solid blue; /* Epaisseur et couleur de la bordure s'il y a lieu */
border-radius: 5px; /* arrondi les angles */
background: #f7f6f6; /* Couleur du fond du champ */
padding: 5px; 
text-align: center;
color: red; /* Couleur de la police */
font-size: 0.8em;
font-weight: bold;
font-family: Arial;
letter-spacing: 0rem;
}
/* download.php */

.download      /* bouton "download your manual" */
{
text-align: center;
width: 50%; 
}

.download_1      /* TABLETTE et DESKTOP : tableau des boutons "ouvrir votre manuel" et "telechargez votre manuel" de download.php */
{
display: none;
}

.download_2      /* TABLETTE et DESKTOP : boutons "ouvrir votre manuel" et "telechargez votre manuel" de download.php */
{
display: none;
}

.download_3      /* tableau des boutons "ouvrir votre manuel" et "telechargez votre manuel" de download.php */
{
text-align: center;
width: 95%; 
}

.download_4      /* boutons "ouvrir votre manuel" et "telechargez votre manuel" de download.php */
{
text-align: center;
width: 50%; 
}

img {
width: 50%;         /* taille du bouton "back to electronicas manuals" */
vertical-align:middle;  /* pour que le texte encadré "marque instrument" soit aligné au milieu du bouton "back to electronicas manuals"  */
}

