/* mobile.css  LVA

style qui sera appliqué à toutes les pages sur des mobiles en dehors du corps de texte (body)


by bdrssr pour le groupe Ti-Soleil
*/
/* CONSIGNES POUR MOBILE TAILLE MAX 480PX */
/*
img, table, td, blockquote, code, pre, textarea, input, iframe, object, embed, video {
    max-width: 100%;
}*/

@media screen and (max-width:480px)
{
body {font-size: 16px;}

.small {font-size: 12px; /* 75% of the baseline */}

.large {font-size: 20px; /* 125% of the baseline */}
#bloc_page{width:95%; margin:2%; /* 970px ou */ }
header{padding:0px;}
/*---------------- bandeau d'entête - header5 ------------------*/
#bloc_page11{width:100%;padding-bottom:3%; margin-bottom:3%;}
.s1{padding:2%;}
.s11{width:100%;text-align:center;}
.titreheader1{width:95%;}
.s12 {width:90%;text-align:center;margin:0;}
.nav1 a {text-align:center;margin:2%;font-size: 100%;border:none;}
#menu a.typelog{display:none;}
.twitter-follow-button{margin-left:10%;}
.twitter-share-button{margin-right:10%;}
.g-plusone{margin-top:5%;}
.fb-like{margin-bottom:7%;}
/*------------------------Page Inscription-----------------*/
.section_1inscri{width:90%;margin-left:1%;}
.ibiscus{margin-left:15%;}
.section_2inscri{width:97%;margin-left:1%;}
.conex{width:30%;}
.section_1traite{margin-top:0;}
#cgv {width:5%;}
/*-------------------------Page traitement----------------*/
.section_1traite{width:95%;height:auto;margin-left:2%;}
}

/* FIN CONSIGNE SMARTPHONE TAILLE MAX 480PX*/