@charset "UTF-8";
/* CSS Document */
/*   RESET CSS (merci Monsieur Meyer :)*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* 1  - - - - - - - - - BALISES STRUCTURANTES ET BOITES  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
html, body {
	height: 100%; /*Pour étirer la page au maximum de la hauteur*/
	margin:0;
	padding:0;	
}
/*avec min-width et max-width on reste dans une page élastique sans trop de variation*/
#page {
	min-height: 100%; /*Très important*/
	display: flex;	/* pour ajuster le footer en bas, par la suite (le main aura un flex-grow de valeur 1*/
	flex-direction: column;
	width: 80%;
	min-width: 800px;
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}
header {
	min-width: 100%;
	background-color: #dedede;
}
#logo-haut {
	width: 165px;
	height: 60px;
	float: left;
	margin: 0.5em 0 0 0.5em;
	background-image: url(../images-site/logo-haut.png); background-repeat: no-repeat;
}
nav {
	width:auto;
	height: 80px;
}
nav a {
	display: block;
	float: left;
	margin: 2em 0.5em 0 1em;
}
nav img {
	display: block;
	float: left;
	margin-top: 2em;
}
#banner {
	width: 100%;
	height: auto;
	clear: both;
	background-image: url(../images-site/bandeau-banniere.jpg); background-repeat: no-repeat; background-size: cover;
	/* si les proportions du conteneur sont différentes (il n'y aucun espace libre sur lequel on verrait la couleur d'arrière-plan).*/
}
.bouton {
	width: 200px;
	height: 40px;
	margin: 10px auto;
	border-radius: 5px;
	border: solid 2px #006785;
	background-color: rgba(51,193,195,0.5);
	font-family: Roboto-Bold;
	font-size: 1.2em;
	text-align:center;
	line-height: 2em;
}
#boutons-radio {
	width: 160px;
	height: 30px;
	display: flex;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
}
.bouton-radio {
	width: 16px;
	height: 16px;
	margin: 0 1em;
	background-color: rgba(255,255,255,0.5);
	border-radius: 16px;
	border: solid 2px #000000;
}
#bracelets {
	display: flex;
	justify-content: center;
	align-items: center;
	height: auto;
	background-color:#FFFFFF;
}
#bracelets img {
	margin: 0 0.5em;
}
main {
	flex-grow: 1;
	background-color:#33C1C3;
}
#contenu-principal {
	width: 100%;
	padding: 1em 0 0;
	background-color: #33C1C3;
	font-family: "Roboto-Regular";
}
#intro {
	width: 75%;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
}
#decouverte {
	display: flex;
	justify-content: center;
}

#decouverte-1 {
	width: 340px;
	height: 210px;
	margin:0 0.5em 2em 3em;
	background-image: url(../images-site/sport-smartphone-petite.jpg); background-repeat: no-repeat;
}
#decouverte-2 {
	width: 340px;
	height: 210px;
	margin:0 3em 2em 0.5em;
	background-image: url(../images-site/courir-sur-la-plage_petite.jpg); background-repeat: no-repeat;
}
footer {
	display: table-row;
	height: 112px;
	min-width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #E9E9E9;
}
footer  img {
	margin: 0 0.5em;
}

/*- - - - - - - - - - 2  - TYPOGRAPHIE- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#banner h1 {
	padding: 0.9em 0 0.25em;
	font-family: Roboto-Bold;
	font-size: 3.5em;
	text-align: center;
	line-height: 0.9em 
}
#banner h2 {
	font-family: Roboto-Bold;
	font-size: 1.5em;
	text-align: center;
}

#intro h1 {
	font-family: Roboto-Bold;
	margin-bottom: 1em;
	color: #FFFFFF;
	font-size: 28px
}
#intro p {
	font-family: Arial;
	line-height: 2em;
	color: #FFFFFF;
	font-size: 18px;
}
#decouverte h2 {
	font-family: Arial;
	padding-top: 3.5em;
	margin-left: 0.3em;
	text-align:left;
	color: #FFFFFF;
	font-size: 22px;
}
#decouverte p {
	font-family: Arial;
	margin-left: 0.3em;
	color: #FFFFFF;
	font-size: 16px;
}

/*- - - - - - - - - - 3  - LIENS - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
nav a {
	text-decoration: none;
	font-family: Roboto-Regular;
	font-size: 1em;
	color: #888888;
	line-height: 1.5em
}
#intro a {
	text-decoration: none;
}
nav a:hover {
	color: #33C1C3;
}
#banner a {
	text-decoration: none;
	color: #006795;
}
.bouton:hover {
	background-color: rgba(255,255,255,0.5);
}
#decouverte a {
	text-decoration: none;
	
}

