/* CSS CLEAR 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    text-decoration: none;
	color: #000000;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}
b {
	color: deeppink;
}

p::-moz-selection, h1::-moz-selection, h2::-moz-selection, li::-moz-selection, b::-moz-selection, i::-moz-selection{ /* Code for Firefox */
  color: white;
  background: deeppink;
}

p::selection, h1::selection, h2::selection, li::selection, b::selection, :i:selection, {
  color: white;
  background: deeppink;
}

/* FIN CSS CLEAR */
/* Google fonts */
.roboto-thin {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.roboto-light {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-medium {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.roboto-bold {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.roboto-black {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.roboto-thin-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.roboto-light-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.roboto-regular-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.roboto-medium-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.roboto-bold-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.roboto-black-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: italic;
}

/* FIN GOOGLE FONTS */

body {
	width: 960px;
	max-width: 80%;
	height: auto;
	margin: auto;
}
.titre {
	width: 720px;
	max-width: 100%;
	height: auto;
	position: relative;
	margin: auto;
	/* background-color: green; */
}
.sommaire {
	width: 720px;
	max-width: 100%;
	height: auto;
	position: relative;
	margin: auto;
	margin-top: 5em;
	margin-bottom: 5em;
}
.partie {
	width: 720px;
	max-width: 100%;
	height: auto;
	position: relative;
	margin: auto;
}
.footer {
	width: 720px;
	max-width: 100%;
	height: auto;
	position: relative;
	margin: auto;
	color: DeepPink;
	margin-top: 1em;
	margin-bottom: 1em;
}
.separateur {
	width: 720px;
	height: 1em;
	background-color: DeepPink;
	margin: auto;
	opacity: .2;
	margin-top: 2em;
	border-radius: 25px;
}
h1 {
	text-align: center;
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 2.5em;
	font-family: Roboto;
	font-weight: 700;
	color: DeepPink;
}
h2, p, li {
	font-family: roboto;
	text-align: center;
	margin-top: 0.5em;
	font-size: 1.25em;
	line-height: 1.25;
}
p {
	text-align: justify;
}
.footer p {
	text-align: center;
}
h2 {
	font-size: 1.75em;
}
li {
	line-height: 2;
}
.video {
	width: 720px;
	max-width: 720px;
	height: 420px;
	position: relative;
	margin: auto;
	margin-top: 1em;
	margin-bottom: 5em;
}

iframe {
	border-radius: 10px;
}

.imageLogo, .imageFull {
	width: 720px;
	max-width: 30%;
	height: auto;
	position: relative;
	margin: auto;
	margin-top: 3em;
	margin-bottom: 3em;
}
.imageFull {
	width: 960px;
	max-width: 100%;
	border-radius: 15px;
}

.formulaire {
	width: 50%;
	position: relative;
	color: #555;
	margin: auto;
	margin-top: 1.5em;
}

input {
	cursor: pointer;
	outline: none;
	border: none;
	height: 2em;
	background-color: rgba(100,0,0,0);
}
input[type="text"] {
	border-bottom: solid 2px rgb(178, 39, 106);
	width: 100%;
	text-align: center;
	font-size: 1.15em;
}
input[type="submit"] {
	width: 100%;
	text-align: center;
	font-size: 1em;
	margin-top: 2em;
	color: rgb(178, 39, 106);
	font-weight: 900;
}
placeholder {
	color: rgba(178, 39, 106,.5);
}
