/* CSS Styles smartphone */
@media (max-width: 432px) {
	
	body {
        width: auto !important;
        margin: 0;
        padding: 0;
    }
	/* fixer une largeur maximale de 100% aux éléments potentiellement problématiques */
    img,
    table,
    td,
    blockquote,
    code,
    pre,
    textarea,
    input,
    iframe,
    object,
    embed,
    video {
        max-width: 100%;
    }
    
    /* conserver le ratio des images */

    img {
        height: auto;
    }
	#banner {
		width: 100%;
		height: 188px;
		margin-bottom: 1em;
		background-image: url(../images/banner-datamoov-NB.jpg) !important;
            background-size: cover;
	}
	#banner h1 {
		padding-top: 1em;
		font-size: 1.8em;
	}
	#banner h2 {
		width: 65%;
		margin: 0 auto;
		line-height: 1;
		font-size: 1.2em;
	}
	main {
	width: 100%;
	}
	ul#bandeau-bracelets {
	padding-top: 2em;
	}
	section#contenu {
	flex-direction: column;
	}
	article.modules {
		width: 100%;
	}
	li#logo {
		display: none;
	}
	#logo-smartphone {
		z-index: 15;
		width:126px;
		height: 23px;
		position: fixed; top: 10px;
		background: url(../images/logo-datamoov.png)
	}
	nav#principale {
		display: none;/*Masquer la navigation par défaut dans le menu smartphone (faire à la fin)*/
		width: 100%;
		position: fixed; top: 50px; left:0;
		background: #00a1f2;
	}
	#menu li.items {
		min-width: 100%;
		padding: 5px 10px;		
	}
	li.items:nth-child(even) {
		background: rgba(0,0,0, 0.2);
	}
	#menu li.items a {
		color: #FFF;
		text-decoration: none;
	}
	li.items:hover, #menu li.items:focus {
		background: rgba(0,0,0,0.5);
	}
	#menu li.items i {
	width: 30px; 
	color: #FFF;
	}
	#show-menu {
		font-size: 2em;
		color: #ffffff;
		line-height: 50px;
	}

}

