@charset "UTF-8";
/* CSS Document */




/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
	font-family: 'Lato', sans-serif;
}
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;
}
.main header {
	background-color: #7a2531;
	width: 100%;
}
.prochaines-videos {
	width: 50%;
	margin-left: auto;
	margin-right: 0px;
	background-color: #581321;
	padding-left: 2%;
	padding-right: 2%;
	padding-bottom: 10px;
}
.reponse {
	padding-top: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #909090;
	background-color: rgba(255,255,255,0.26);
	padding-left: 25px;
	padding-right: 25px;
}
.prenom {
	color: #7A2531;
	font-style: italic;
}
.nb-reponses {
	text-align: center;
	padding-top: 25px;
	font-style: italic;
	color: #7A2531;
	font-weight: bold;
}
@media screen and (max-width: 1200px) {
.prochaines-videos {
	width: 78%;
	padding-left: 1%;
	padding-right: 1%;
}	
}
@media screen and (max-width: 860px) {
.prochaines-videos {
	width: 98%;
	padding-left: 1%;
	padding-right: 1%;
}	
}
.reponses {
	width: 520px;
	margin-left: auto;
	margin-right: auto;
	font-size: 0.9em;
	margin-top: 10px;
	line-height: 1.2em;
}
.pointe-blc {
	width: 100%;
	text-align: center;
}
.plusgrand {
	font-size: 1.1em;
}

em {
	font-style: italic;
}

.icone-pro-video {
	display: table-cell;
	max-width: 150px;
	width: 24%;
	vertical-align: middle;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 0.9em;
	text-align: center;
	color: #FFFFFF;
	font-weight: 300;
}
@media screen and (max-width: 560px) {
	.icone-pro-video {
	display: block;
	max-width: 520px;
	width: 100%;
	}
}
.trait {
	border-right: 1px solid transparent;
	-webkit-border-image: url(../images/menu-border.png) 1 stretch; /* Safari 3.1-5 */
	-o-border-image: url(../images/menu-border.png) 1 stretch; /* Opera 11-12.1 */
	border-image: url(../images/menu-border.png) 1 stretch;
}
.titre-video {
	width: 100%;
	text-align: center;
	font-size: 2em;
	color: #FFFFFF;
	padding-top: 65px;
	padding-bottom: 65px;
	font-style: 400;
}
.rouge {
	width: 100%;
	background-color: #7a2531;
}
.fond-video {
	width: 100%;
	background-image: url(../images/fond-rouge-ombre.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
}
/* CSS pour redimensionner la video youtube selon la taille de la fenêtre */
.videoWrapper {
position: relative;
padding-bottom: 53.3%; /* 16:9 */
padding-top: 25px;
height: 0;
z-index:0;

}

.videoWrapper iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.titre-commentaires {
	width: 100%;
	text-align: center;
	color: #7A2531;
	font-size: 1.5em;
	margin-top: 0px;
	padding-top: 50px;
	padding-bottom: 50px;
	font-weight: 600;
}
.forms {
	width: 100%;
	text-align: center;
}
.fond-gris {
	background-color: #e7e6e5;
	width: 100%;
	padding:0;
	margin:0;
}
.titre-reponses {
	text-align: center;
	width: 100%;
	color: #7A2531;
	font-size: 1.5em;
	font-weight: 600;
	padding-top: 40px;
	padding-bottom: 20px;
}
.legal {
	width: 100%;
	text-align: center;
	font-size: 0.75em;
	padding-top: 55px;
	padding-bottom: 8px;
}
.legal a {
	color: rgba(68,57,59,1.00);

}
