/* Styles spécifiques à la page voeux */
.videovoeux {
  text-align: center;
  margin: 0 auto;
}

.voeux-chapo {
	padding-top: 2em !important;
	padding-bottom: 2em !important;
	text-transform: uppercase;
	color: #fff;
	background-color: #c61389;
}
.voeux-chapo h1 {
	line-height: 1.7em;
    font-size: 1.1em;
    font-weight: normal;
	color: #fff;
}
.voeux-chapo h1 strong {
    font-weight: 700;
}
.voeux-image .colleclist {
	position: relative;
	border: none;
}
@media screen and (min-width: 1024px) {
	.voeux-image .colleclist {
	    max-width: 1024px;
	    margin: 0 auto;
	}
}

.voeux-image .colleclist:before {
    overflow: hidden;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    height: 130px;
    width: 130px;
    margin-top: -65px;
    margin-left: -65px;
    content: ' ';
    background: url(play.png) no-repeat;
    pointer-events: none;
}
.voeux-image .colleclist:hover:before {
	background-position: center bottom;
}
.voeux-image .colleclist img {
    width: auto;
    display: block;
    margin: 0 auto;
}

.voeux-text {
	padding-top: 2em !important;
	padding-bottom: 2em !important;
}
.voeux-text p {
	line-height: 1.5em;
	font-size: 1.1em;
}
.voeux-text p.strong {
	margin-bottom: 1.4em;
	color: #c61389;
	font-weight: 700;
}

.voeux-textsmall {
	padding-top: 1em !important;
	padding-bottom: 1em !important;
	background: url('line-grey.png') no-repeat center top;
}
.voeux-textsmall p {
	font-size: .8em;
}