﻿/* CSS DOSSIER NOEL MARMITON 2016 */
@import url("../css/icon_marmiton.css");
/* RESET CSS */
/* 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;
}
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;
}

/* GENERAL */
body {
	width: 100%;
	margin: 0 auto;
}

#m_page {
    width: 100%;
    padding: 10px 0px;
    font-family: 'Source Sans Pro', Arial, sans-serif;
	font-size: 16px;font-size: 1em;
}

#m_page #m_content.full-content {
    width: 100%;
}

.wrapper {
	width: 100%;
	max-width: 1060px;
	margin: 0 auto;
	margin-top: 25px;
}

.box-sas {
	/*width:300px;*/
	/*height:600px;*/
	
	/*margin-bottom: 0px !important;*/
}

/* HEADER */
#sticky-header {
	width: 100%;
	text-align: center;
	padding: 25px 0 0 0;
	background: rgba(255, 255, 255, 0.7);
	/* HACK DE PORCOS */
	height: initial !important;
	box-shadow: none !important;
}

#sticky-header h1,
#sticky-header .mainTitle {
	font-weight: 900;
	font-size: 3rem;/*48px*/
	padding-bottom: 25px;
}

#sticky-header nav {
	width: 100%;
	background: #f7f7f7;
	border-top: 1px solid #e4e3e3;
	border-bottom: 1px solid #e4e3e3;
	padding: 10px 0;
}

#sticky-header nav ul a {
	font-size: 1.125rem;/*18px*/
	font-weight: 300;
	text-decoration: none;
	color: #020202;
}

#sticky-header nav ul a span {
	font-size: 0.7rem;
	margin: 0 0 0 5px;
}

#sticky-header nav ul li {
	display: inline;
	padding: 0 10px;
}

#sticky-header nav ul li a.active {
	font-weight: 600;
	padding-bottom: 8px;
	padding-left: 10px;
	padding-right:10px;
	margin: 0 -10px;
	border-bottom: 3px solid #ee7327;
}

/** SUR LE MEME THEME **/
.m_item_same_theme:nth-child(3n-1) {
	margin-left: 195px;
}

.m_item_same_theme:nth-child(3n+1) {
	margin-right: 195px;
}


@media screen and (max-width: 1046px) {
	.m_item_same_theme:nth-child(3n-1) {
		margin-left: 97px;
	}

	.m_item_same_theme:nth-child(3n+1) {
		margin-right: 10px;
	}
}

@media screen and (max-width: 840px) {
	.m_item_same_theme:nth-child(3n-1) {
		margin-left: 10px;
	}

	.m_item_same_theme:nth-child(3n+1) {
		margin-right: 10px;
	}
}

@media screen and (max-width: 550px) {
	.m_item_same_theme,
	.m_item_same_theme:nth-child(3n-1),
	.m_item_same_theme:nth-child(3n+1) {
		margin-left: 3px;
		margin-right: 3px;
	}
}

/** MENU POPUP **/
#popup-menu {
	display: fixed;
	background: #fff;
	margin: 0 auto;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	max-width: 976px;
}

#popup-menu .cat-menu {
	flex: 1 1 32%;
	-webkit-flex: 1 1 32%;
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#popup-menu a.cat-menu img {
	width: 100%;
	height: 100%;
	float: left;
	transition: 0.2s linear;
	transform: scale(1);
}

#popup-menu a:hover.cat-menu img {
	transition: 0.2s linear;
	transform: scale(1.13);
}

#popup-menu .cat-menu .titre-cat {
	width: 100%;
	height: 100%;
	color: #fff;
	font-weight: 900;
	font-size: 1.875rem;/*30px*/
	text-shadow: 0px 0px 15px black;
	position: absolute;
	margin: auto;
	top: 0; left: 0; bottom: 0; right: 0;
	text-align: center;
}

#popup-menu .cat-menu .titre-cat p {
	vertical-align: middle;
	width: 100%;
	height: 100%;
	padding-top: 45%;
}

#popup-menu .mfp-close {
	position: absolute;
	top: -2%;
	right: -2%;
}

/**
 * Fade-zoom animation for first dialog
 */

/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
	opacity: 0;

	-webkit-transition: all 0.2s ease-in-out; 
	-moz-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out; 



	-webkit-transform: scale(0.8); 
	-moz-transform: scale(0.8); 
	-ms-transform: scale(0.8); 
	-o-transform: scale(0.8); 
	transform: scale(0.8); 
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
	opacity: 1;

	-webkit-transform: scale(1); 
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	-o-transform: scale(1); 
	transform: scale(1); 
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
	-webkit-transform: scale(0.8); 
	-moz-transform: scale(0.8); 
	-ms-transform: scale(0.8); 
	-o-transform: scale(0.8); 
	transform: scale(0.8); 

	opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-out; 
	-moz-transition: opacity 0.3s ease-out; 
	-o-transition: opacity 0.3s ease-out; 
	transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.8;
}
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}

/* SLIDER TOP */
.noel-slide-articles {
	padding-left: 60px;
	padding-right: 60px;
	margin-bottom: 25px;
	float: left;
	width: 100%;
	z-index: 1;
}

.noel-slide-articles .box-slide-articles {
	width: 300px;
	height: 200px;
	margin-right: 20px;
	float: left;
	position: relative;
	display: block;
	overflow: hidden;
}
.noel-slide-articles .box-slide-articles:last-child {
	margin-right: 0;
}

.noel-slide-articles a.box-slide-articles img {
	transform: scale(1);
	transition: 0.2s linear;
}
.noel-slide-articles a:hover.box-slide-articles img {
	transform: scale(1.13);
	transition: 0.2s linear;
}

.noel-slide-articles .box-slide-articles .box-slide-articles-texte {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 75%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+50,0.85+100 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.85) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.85) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.85) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#d9000000',GradientType=0 ); /* IE6-9 */
}

.noel-slide-articles .box-slide-articles .box-slide-articles-texte p {
	position: absolute;
	bottom: 0;
	color: #fff;
	padding: 15px 10px;
}

.noel-slide-articles .box-slide-articles .box-slide-articles-texte p .sponso {
	font-size: 0.875rem;/*14px*/
	line-height: 1.563rem;/*25px*/
}
.noel-slide-articles .box-slide-articles .box-slide-articlestexte p .marque {
	font-weight: 700;
}

/* GENERAL */
h1.title,
h2.title {
	font-weight: 900;
	font-size: 1.875rem;/*30px*/
	margin-bottom: 20px;
	text-align: center;
}

h3.title {
	font-weight: 900;
	font-size: 1.625rem;/*26px*/
	margin-top: -15px;
	margin-bottom: 20px;
	text-align: center;
}

.title-border {
	border-top: 1px solid #cdcdcd;
	width: 350px;
	text-align: center;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
}

.clear {
	clear: both;
}

.bloc-container {
	padding: 30px 60px;
	text-align: center;
}

.bloc-container .bloc-container-texte {
	font-size: 0.875rem;
    line-height: 1.250rem;
}

.bloc-container .cat-box {
	margin-top: 30px;
	margin-bottom: 20px;
	float: left;
}

/* ACCUEIL */
/** MENU DU JOUR **/
.noel-menu-home {
	width: 100%;
	background: url(../images/img-noel-2016/bg-menu.png);
	float: left;
}

.noel-menu-home .container {
	width: 83.7%;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 25px 2.5%;
	background: #fff;
	text-align: center;
}

.noel-menu-home .container h2 {
	font-weight: 900;
	font-size: 1.875rem;/*30px*/
	padding-bottom: 5px;
}

.noel-menu-home .container h3 {
	color: #ee7327;
	font-size: 1.875rem;/*30px*/
	margin-bottom: 20px;
}

.noel-menu-home .container .box-menu {
	width: 260px;
	height: 150px;
	margin-right: 20px;
	position: relative;
	display: inline-block;
	overflow: hidden;
}
.noel-menu-home .container .box-menu:last-child {
	margin-right: 0px;
}

.noel-menu-home .container .box-menu .sponso {
	position: absolute;
	top: 10px;
	right: 10px;
	text-align: left;
	color: #fff;
	font-size: 0.750rem;/*12px*/
	text-shadow: 0px 0px 5px black;
}

.noel-menu-home .container .box-menu .infos {
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
}

.noel-menu-home .container .box-menu .infos .periode-menu {
	padding: 0 10px 5px 10px;
	font-weight: 900;
	color: #fff;
	font-size: 1.875rem;/*30px*/
	text-shadow: 0px 0px 15px black; 
}

.noel-menu-home .container .box-menu .infos .repas {
	padding: 10px;
	font-weight: 700;
	color: #fff;
	background: rgba(0, 0, 0, 0.4);
	width: 240px;
	height: 36px;
	display: table-cell;
	vertical-align: middle;
	line-height: 1.125rem;
}
.noel-menu-home .container .box-menu img {
	width: 100%;
}

/** RECETTES DE NOEL **/
.noel-recettes-home {
	background: #f0f0f0;
	width: 100%;
	float: left;
}

.noel-recettes-home .container {
	padding: 40px 60px;
	float: left;
}

.noel-recettes-home .box-listing-recettes {
	width: 32%;
	display: inline-block;
	margin-right: 2%;
}

@media screen and (min-width: 769px) {
.noel-recettes-home .box-listing-recettes:nth-child(3n+3) {
	margin-right: 0;
	margin-bottom: 20px;
}
}

.noel-recettes-home .box-listing-recettes:last-child {
	margin-right: 0;
	margin-bottom: 0;
}

.noel-recettes-home .box-listing-recettes .category {
	position: relative;
	width: 100%;
	max-height: 150px;
	text-align: center;
	display: block;
	overflow: hidden;
}
.noel-recettes-home .box-listing-recettes .category img {
	width: 100%;
	height: 100%;
	float: left;
}

.noel-recettes-home .box-listing-recettes .category .titre-cat {
	position: absolute;
	top: 0;
	width: 300px;
	height: 150px;
	color: #fff;
	font-weight: 900;
	font-size: 1.875rem;/*30px*/
	text-shadow: 0px 0px 15px black;
}

.noel-recettes-home .box-listing-recettes .category .titre-cat p {
	display: table-cell;
	vertical-align: middle;
	padding: 0 10px;
	width: 290px;
	height: 150px;
}

.noel-recettes-home .box-listing-recettes a.listing {
	width: 100%;
	text-decoration: none;
	color: #000;
	background: #fff;
	text-align: center;
	padding: 12px 0px;
	float: left;
	margin-bottom: 2px;
}
.noel-recettes-home .box-listing-recettes a.listing:hover, .noel-recettes-home .box-listing-recettes a.listing.more:hover {
	text-decoration: underline;
}
.noel-recettes-home .box-listing-recettes a.listing.more {
	text-decoration: none;
	color: #ee7327;
	font-size: 0.875rem;/*14px*/
}
.noel-recettes-home .box-listing-recettes a.listing.more:after {
	font-family: 'icomoon';
	content: "\e90d";
	padding-left: 5px;
	font-size: 0.750rem;/*12px*/
}
.noel-recettes-home .box-listing-recettes a.listing:last-child {
	margin-bottom: 0px;
}

/** TECHNIQUES VIDEO **/
.noel-home-video {
	width: 100%;
	float: left;
}

.noel-home-video .container {
	padding: 40px 60px;
	float: left;
}

.noel-home-video .video-big {
	width: 31.915%;
	max-height: 200px;
	margin-right: 2.128%;
	margin-bottom: 20px;
	float: left;
	position: relative;
	display: inline;
	overflow: hidden;
}

.noel-home-video .video-big img {
	width: 100%;
	height: 100%;
}

.noel-home-video .video-big:last-child {
	margin-right: 0px;
}

.noel-home-video .video-big .video-infos {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 75%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+50,0.85+100 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.85) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.85) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.85) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#d9000000',GradientType=0 ); /* IE6-9 */
}

.noel-home-video .video-big .video-infos .video-descr {
	position: absolute;
	bottom: 0;
	color: #fff;
	padding: 15px 10px;
	line-height: 1.188rem;/*19px*/
}
.noel-home-video .video-big .video-infos .video-descr .name {
	font-weight: 900;
	line-height: 1.188rem;/*19px*/
}
.noel-home-video .video-big .video-play {
	position: absolute;
	width: 45px;
	height: 45px;
	top: 10px;
	right: 10px;
}

.noel-home-video .video-little {
	width: 14.89%;
	margin-right: 2.127%;
	float: left;
	position: relative;
	display: inline-block;
}
.noel-home-video .video-little:last-child {
	margin-right: 0px;
}

.noel-home-video .video-little img {
	width: 100%;
	height: 100%;
}

.noel-home-video .video-little .video-play {
	position: absolute;
	width: 140px;
	top: 25%;
	text-align: center;
}
.noel-home-video .video-little .video-play img {
	width: 40px;
	height: 40px;
}

.noel-home-video .video-little p {
	margin-top: 5px;
	margin-bottom: 5px;
	float: left;
	color: #000;
	text-decoration: none;
}
.noel-home-video .video-little p:hover {
	text-decoration: underline;
}

/* PAGE RECETTES */
/** SOUS-NAVIGATION **/
.noel-recettes-subnav {
	text-align: center;
	width: 100%;
	margin-bottom: 15px;
}

.noel-recettes-subnav .container {
	padding: 0 60px;
}

.noel-recettes-subnav ul a {
	color: #000;
	text-decoration: none;
	font-weight: 300;
}

.noel-recettes-subnav ul li {
	display: inline-block;
	margin-right: 10px;
}
.noel-recettes-subnav ul li:last-child {
	margin-right: 0px;
}

.noel-recettes-subnav ul li a {
	border: 1px solid #000;
	margin-bottom: 5px;
	padding: 5px;
	min-width: 130px;
	border-radius: 5px;
	float: left;
	transition: 0.2s linear;
}
.noel-recettes-subnav ul li a:hover, .noel-recettes-subnav ul li a.active {
	background: #000;
	color: #fff;
}

/*** SOUS NAV MOBILE ***/
@media screen and (min-width: 769px) {
.btn-mob {
	visibility: hidden;
	height: 0px;
}
}

.overlay { 
    height: 0;
    width: 100%;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    background: #fff;
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    width: 100%;
    text-align: left;
    margin-top: 90px;
}

.overlay-content .titre-menu {
	border-top: 1px solid #e4e3e3;
	border-bottom: 1px solid #e4e3e3;
	padding: 15px 0;
	color: #ee7327;
	text-align: center;
	font-size: 1.125rem;/*18px*/
}

.overlay-content a {
    padding: 10px 0 10px 20px;
    text-decoration: none;
    color: #000;
    font-size: 1rem;
    display: block;
}

.overlay-content .link {
	margin-top: 20px;
}

.overlay-content a:hover, .overlay-content a:focus {
    text-decoration: underline;
}

.overlay .closebtn {
    position: absolute;
    top: 35px;
    right: 10px;
    font-size: 40px;
    color: #000;
    text-decoration: none;
}

/** SELECTION RECETTES **/
.noel-recettes-selection {
	background: #f2f2f2;
	width: 100%;
	float: left;
}
.noel-recettes-selection.blanc {
	background: #fff;
}

.noel-recettes-selection .container {
	padding: 40px 60px;
	float: left;
}

.noel-recettes-selection .noel-recettes-selection-texte {
	text-align: center;
	font-size: 0.875rem;/*14px*/
	line-height: 1.188rem;/*19px*/
	margin-bottom: 30px;
}

.noel-recettes-selection .category, .bloc-container .category {
	position: relative;
	width: 31.5%;
	max-height: 150px;
	text-align: center;
	display: inline-block;
	margin-right: 2%;
	margin-bottom: 20px;
}

@media screen and (min-width: 769px) {
.noel-recettes-selection .category:nth-child(3n+3), .bloc-container .category:nth-child(3n+3) {
	margin-right: 0px;
}
}

.noel-recettes-selection .category img, .bloc-container .category img {
	width: 100%;
	height: 100%;
}

.noel-recettes-selection .category .titre-cat, .bloc-container .category .titre-cat {
	position: absolute;
	top: 0;
	width: 300px;
	height: 150px;
	color: #fff;
	font-weight: 900;
	text-shadow: 0px 0px 15px black;
}

.noel-recettes-selection .category .titre-cat p, .bloc-container .category .titre-cat p {
	display: table-cell;
	vertical-align: middle;
	padding: 0 10px;
	width: 290px;
	height: 150px;
	font-size: 1.875rem;/*30px*/
}

/* EDITO */
.noel-edito {
	background: #f0f0f0;
	width: 100%;
	float: left;
}

.noel-edito .container {
	padding: 40px 0px;
	max-width: 940px;
	width: 100%;
	margin: 0 auto;
}

.noel-edito .grid {
	display: block;
}

.noel-edito .grid .box-edito {
	background: #fff;
	float: left;
	margin-bottom: 20px;
	margin-left: 10px;
	width: 300px;
}

.noel-edito .grid .box-edito img {
	float: left;
	width: 100%;
	height: 100%;
}

.noel-edito .grid .box-edito .img-edito {
	position: relative;
	float: left;
	width: 100%;
}

.noel-edito .grid .box-edito .img-edito .sponso {
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 200px;
	color: #fff;
	text-shadow: 0px 0px 15px black;
}

.noel-edito .grid .box-edito .img-edito .sponso p {
	position: absolute;
	color: #fff;
	bottom: 1px;
	right: 1px;
	text-shadow: 0px 0px 15px black;
	text-align: right;
}

.noel-edito .grid .box-edito .box-edito-content {
	padding: 30px 20px;
	float: left;
}

.noel-edito .grid .box-edito .box-edito-content .title {
	font-weight: 700;
	padding-bottom: 20px;
}

.noel-edito .grid .box-edito .box-edito-content h2.title {
	font-size: 1em;
	font-weight: 700;
	padding-bottom: 20px;
	text-align: left;
	margin-bottom: 0px;
}

.noel-edito .grid .box-edito .box-edito-content p, .noel-edito .grid .box-edito .box-edito-content ul li {
	padding-bottom: 20px;
	font-size: 0.875rem;/*14px*/
	line-height: 1.250rem;/*20px*/
}
.noel-edito .grid .box-edito .box-edito-content p:last-child, .noel-edito .grid .box-edito .box-edito-content ul li:last-child {
	padding-bottom: 0px;
}

.noel-edito .grid .box-edito .box-edito-content p a, .noel-edito .grid .box-edito .box-edito-content ul li a {
	color: #ee7327;
	text-decoration: none;
}
.noel-edito .grid .box-edito .box-edito-content p a:hover, .noel-edito .grid .box-edito .box-edito-content ul li a:hover {
	text-decoration: underline;
}

.noel-edito .grid .box-edito .box-edito-content ul li:before {
	content: "•";
	padding-right: 5px;
}

.noel-edito .grid .box-edito .button a {
	width: 99%;
	color: #fff;
	background: #ee7327;
	border: 2px solid #ee7327;
	border-radius: 5px;
	text-decoration: none;
	padding: 5px 0;
	text-align: center;
	float: left;
	transition: 0.2s linear;
}

.noel-edito .grid .box-edito .button a:hover {
	color: #ee7327;
	border: 2px solid #ee7327;
	background: #fff;
}

/* IDEES CADEAUX */
.noel-cadeaux {
	width: 100%;
	float: left;
}

.noel-cadeaux .container {
	padding: 40px 60px;
	float: left;
}

.noel-cadeaux .box-kdo {
	width: 31.5%;
	margin-right: 2.128%;
	margin-bottom: 20px;
	float: left;
	display: inline;
}
.noel-cadeaux .box-kdo:nth-child(3n+5) {
	margin-right: 0px;
}

.noel-cadeaux .box-kdo .box-img {
	width: 100%;
	max-height: 200px;
	float: left;
	position: relative;
	margin-bottom: 20px;
	overflow: hidden;
}

.noel-cadeaux .box-kdo .box-img img {
	width: 100%;
	height: 100%;
}
.noel-cadeaux .box-kdo a.box-img img {
	transform: scale(1);
	transition: 0.2s linear;
}
.noel-cadeaux .box-kdo a:hover.box-img img {
	transform: scale(1.13);
	transition: 0.2s linear;
}

.noel-cadeaux .box-kdo .box-img .box-infos {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 75%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+50,0.85+100 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.85) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.85) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.85) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#d9000000',GradientType=0 ); /* IE6-9 */
}

.noel-cadeaux .box-kdo .box-img .box-infos p {
	position: absolute;
	bottom: 0;
	color: #fff;
	padding: 15px 10px;
}

.noel-cadeaux .box-kdo .box-img .box-infos .sponso {
	font-size: 0.875rem;/*14px*/
	line-height: 1.563rem;/*25px*/
}

.noel-cadeaux .box-kdo .button-kdo a {
	width: 98%;
	font-weight: 600;
	color: #808285;
	border: 2px solid #e4e3e3;
	border-radius: 5px;
	text-decoration: none;
	padding: 5px 0;
	text-align: center;
	float: left;
	margin-bottom: 10px;
	transition: 0.2s linear;
}

.noel-cadeaux .box-kdo .button-kdo a:hover {
	color: #fff;
	border: 2px solid #ee7327;
	background: #ee7327;
}

.noel-cadeaux .box-kdo .button-kdo a i {
	color: #ee7327;
	text-align: center;
	transition: 0.2s linear;
	padding-right: 5px;
}
.noel-cadeaux .box-kdo .button-kdo a:hover i {
	color: #fff;
}

/* PAGE CALENDRIER */
/** GENERAL **/
.noel-calendrier {
	width: 100%;
	float: left;
	background: #ebebeb;
}

.noel-calendrier .container {
	padding: 40px 55px;
	float: left;
}

/** MENU **/
.noel-calendrier .noel-menu {
	width: 300px;
	float: left;
	background: #fff;
	text-align: center;
}

.noel-calendrier .noel-menu .container {
	padding: 20px;
}

.noel-calendrier .noel-menu .container h2 {
	font-weight: 900;
	font-size: 1.875rem;/*30px*/
	padding-bottom: 5px;
	color: black;
    background: white;
    text-align: center;
}

.noel-calendrier .noel-menu .container h3 {
	color: #ee7327;
	font-size: 1.875rem;/*30px*/
	margin-bottom: 20px;
}

.noel-calendrier .noel-menu .container div.date-container {
	position: relative;
}

.noel-calendrier .noel-menu .container div.date-container h3 {
	display: inline-block;
}

.noel-calendrier .noel-menu .container div.date-container a {
	position: absolute;
	top: 0.28rem;
	font-size:1.5rem;
	color: #828282;
}

.noel-calendrier .noel-menu .container div.date-container a.previous-date {
	left:0;
}

.noel-calendrier .noel-menu .container div.date-container a.next-date {
	right:0;
}

.noel-calendrier .noel-menu .container .box-menu {
	width: 260px;
	height: 150px;
	margin-bottom: 20px;
	position: relative;
	display: inline-block;
	overflow: hidden;
}
.noel-calendrier .noel-menu .container .box-menu:last-child {
	margin-bottom: 0px;
}

.noel-calendrier .noel-menu .container .box-menu .sponso {
	position: absolute;
	top: 10px;
	right: 10px;
	text-align: left;
	color: #000;
	font-size: 0.625rem;/*10px*/
	background: rgba(255, 255, 255, 0.7);
	padding: 3px;
	border-radius: 3px;
}

.noel-calendrier .noel-menu .container .box-menu .infos {
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
}

.noel-calendrier .noel-menu .container .box-menu .infos .periode-menu {
	padding: 0 10px 5px 10px;
	font-weight: 900;
	color: #fff;
	font-size: 1.875rem;/*30px*/
	text-shadow: 0px 0px 15px black; 
}

.noel-calendrier .noel-menu .container .box-menu .infos .repas {
	padding: 10px;
	font-weight: 700;
	color: #fff;
	background: rgba(0, 0, 0, 0.4);
	width: 240px;
	height: 36px;
	display: table-cell;
	vertical-align: middle;
	line-height: 1.125rem;
}

.noel-calendrier .noel-menu .container .box-menu img {
	width: 100%;
}

/** GRID DAY **/
.noel-date {
	float: right;
	display: block;
	width: 66%;
	text-align: right;
}

.noel-date .bloc-day {
    width: 116px;
    margin-right: 3.2%;
    margin-bottom: 20px;
    display: inline-block;
    position: relative;
    overflow: hidden;
}

@media screen and (min-width:981px) {
.noel-date .bloc-day:nth-child(4n+4) {
	margin-right: 0;
}
}

.noel-date .bloc-day img {
	width: 100%;
	height: 100%;
	float: left;
}
.noel-date .bloc-day.inactive {
	background: #000;
}

.noel-date a.bloc-day img {
	transform: scale(1);
	transition: 0.2s linear;
}
.noel-date a:hover.bloc-day img {
	transform: scale(1.13);
	transition: 0.2s linear;
}

.noel-date .bloc-day.inactive img {
	-webkit-filter: opacity(0.2);
	filter: opacity(0.2);
}

.noel-date .bloc-day .day {
	position: absolute;
	bottom: 10px;
	right: 0;
	color: #fff;
	font-weight: 600;
	padding: 4px;
	background: #000;
}
.noel-date .bloc-day .day.today {
	background: #ee7327;
}
.noel-date .bloc-day.inactive .close {
	color: #fff;
	position: absolute;
	margin: 0 auto;
	font-size: 1.438rem;/*23px*/
	width: 140px;
}
.noel-date .bloc-day.inactive .close span {
	display: table-cell;
	vertical-align: middle;
	width: 116px;
	height: 116px;
	text-align: center;
}

/* PAGE VIDEO */
.noel-video {
	width: 100%;
	float: left;
	background: #ebebeb;
}

.noel-video .container {
	padding: 40px 60px;
	float: left;
}

.noel-video .boxvideo {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
    margin:0 0 20px 0;
}

.noel-video .boxvideo embed, .noel-video .boxvideo object{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.noel-video .movie {
	width: 31.5%;
	max-height: 150px;
	margin-right: 2.128%;
	margin-bottom: 20px;
	position: relative;
	display: inline-block;
}

.noel-video .movie img {
	width: 100%;
	height: 100%;
}

@media screen and (min-width: 769px) {
.noel-video .movie:nth-child(3n+3) {
	margin-right: 0px;
}
}

.noel-video .movie .player {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 45px;
	height: 45px;
}

.noel-video .movie .titre-movie {
	position: absolute;
	top: 65px;
	width: 97%;
	padding: 0 1.5%;
	text-align: center;
	font-weight: 900;
	color: #fff;
	font-size: 1.875rem;/*30px*/
	text-shadow: 0px 0px 15px black;
}

.noel-video .noel-video-texte {
	text-align: center;
	font-size: 0.875rem;/*14px*/
	line-height: 1.188rem;/*19px*/
	margin-bottom: 30px;
}

.noel-video .noel-video-texte a {
	color: #ee7327;
	text-decoration: none;
}
.noel-video .noel-video-texte a:hover {
	text-decoration: underline;
}

.noel-video .movie .hover {
	position: absolute;
	display: block;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	color: #fff;
	font-size: 1.875rem;/*30px*/
	text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.6);
	font-weight: 900;
	text-align: center;
	transition: 0.2s linear;
}

.noel-video .movie .hover:hover {
	position: absolute;
	display: block;
	top: 0;
	background: rgba(238, 115, 39, 0.8);
	color: #fff;
	opacity: 1;
}

.noel-video .movie .hover p {
	padding: 0 10px;
	padding-top: 20%;
}

.noel-video .movie .play {
	display: none;
}

.noel-video .movie.lecture .play {
	position: absolute;
	display: block;
	top: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 1.875rem;/*30px*/
	text-shadow: 0px 0px 15px black;
	font-weight: 900;
	text-align: center;
	transition: 0.2s linear;
	background: rgba(0, 0, 0, 0.8);
}

.noel-video .movie.lecture .play p {
	padding: 0 10px;
	padding-top: 20%;
}


#ctl00_cphMainContent_m_ctlContentDisplay_m_pnlContent .bloc-container .texte,
#ctl00_cphMainContent_m_ctlContentDisplay_m_pnlContent .container .texte {
	text-align: center;
	color: black;
	font-size: 1em;
	padding-bottom: 30px;
}

/***************************************************************
-------------------- VERSIONS RESPONSIVES ----------------------
***************************************************************/
@media screen and (max-width: 1079px) {
	.noel-recettes-home .box-listing-recettes .category .titre-cat, .noel-recettes-selection .category .titre-cat {
		top: 0;
		width: 100%;
	}

	.noel-date {
		width: 64%;
	}
}

@media screen and (max-width: 1020px) {
	.noel-edito .container {
		/*max-width: 768px;*/
	}

	.noel-edito .container .grid {
		max-width: 620px;
		margin: 0 auto;
	}
}

@media screen and (max-width: 1004px) {
	.noel-menu-home .container .box-menu {
		width: 240px;
		height: 138px;
		overflow: hidden;
	}

	.noel-recettes-home .box-listing-recettes .category .titre-cat, .noel-recettes-selection .category .titre-cat {
		top: -5%;
		font-size: 1.688rem;/*27px*/
	}
	.noel-recettes-selection .category .titre-cat p {
		font-size: 1.688rem;/*27px*/
	}
	.noel-video .movie .titre-movie {
		top: 62px;
		font-size: 1.688rem;/*27px*/
	}

	.noel-home-video .video-little .video-play {
		width: 128px;
		top: 20%;
	}

	.noel-date {
		width: 62%;
	}

	.noel-date .bloc-day.inactive .close span {
		width: 120px;
		height: 120px;
	}
}

@media screen and (max-width: 980px) {
	.noel-recettes-home .container, .noel-recettes-selection .container, .noel-edito .container {
		text-align: center;
	}

	.noel-recettes-home .box-listing-recettes {
		margin: 0 auto;
		width: 47.5%;
		margin-right: 0%;
		margin-bottom: 20px;
		max-width: 300px;
	}

	.noel-recettes-home .box-listing-recettes:nth-child(2n+2) {
		margin-right: 4.9%;
	}

	.noel-recettes-home .box-listing-recettes:last-child {
		margin: 0 auto;
	}

	.noel-recettes-home .box-listing-recettes .category .titre-cat, .noel-recettes-selection .category .titre-cat {
		top: 0%;
		font-size: 1.875rem;/*30px*/
	}
	.noel-recettes-selection .category .titre-cat p {
		font-size: 1.875rem;/*30px*/
	}

	.noel-recettes-selection .category {
		margin: 0 auto;
		width: 47.5%;
		margin-right: 0%;
		margin-bottom: 20px;
		max-width: 300px;
	}
	.noel-recettes-selection .category:nth-child(2n+2) {
		margin-right: 4.9%;
	}

	.noel-edito .grid {
		margin-bottom: 20px;
		text-align: left;
	}

	.noel-date {
		width: 55%;
		text-align: center;
	}

	.noel-date .bloc-day {
		width: 30%;
		max-width: 140px;
		margin-right: 2%;
	}

	.noel-date .bloc-day.inactive .close span {
		width: 140px;
		height: 140px;
	}
}

@media screen and (max-width:980px) and (min-width: 769px) {
	.noel-date .bloc-day:nth-child(3n+3) {
		margin-right: 0;
	}
}

@media screen and (max-width: 934px) {
	.noel-menu-home .container .box-menu {
		width: 240px;
		height: 138px;
		overflow: hidden;
		margin-right: 5px;
	}

	.noel-home-video .video-big .video-infos, .noel-cadeaux .box-kdo .box-img .box-infos {
	width: 100%;
	height: 100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+50,0.85+100 */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.85) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.85) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.85) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#d9000000',GradientType=0 ); /* IE6-9 */
	}

	.noel-video .movie .titre-movie {
		top: 58px;
	}

	.noel-home-video .video-little .video-play {
		width: 117px;
		top: 20%;
	}

	.noel-home-video .video-big .video-play, .noel-video .movie .player {
		width: 40px;
		height: 40px;
	}
}

@media screen and (max-width: 896px) and (min-width: 690px) {
	.noel-menu-home .container .box-menu {
		width: 260px;
		height: 150px;
		overflow: hidden;
		margin-right: 20px;
		margin-bottom: 20px;
	}
	.noel-menu-home .container .box-menu:nth-child(2n+2) {
		margin-right: 0px;
	}
	.noel-menu-home .container .box-menu:last-child {
		margin-bottom: 0px;
	}
}

@media screen and (max-width: 896px) {
	.noel-video .movie .titre-movie {
		top: 57px;
		font-size: 1.563rem;/*25px*/
	}

	.noel-home-video .video-little .video-play {
		width: 112px;
		top: 17%;
	}

	.noel-date .bloc-day.inactive .close span {
		width: 132px;
		height: 132px;
	}
}

@media screen and (max-width: 845px) {
	#popup-menu .cat-menu .titre-cat {
		font-size: 1.563rem;/*25px*/
	}

	#popup-menu .cat-menu .titre-cat p {
		padding-top: 45%;
	}

	.noel-home-video .video-big .video-infos, .noel-cadeaux .box-kdo .box-img .box-infos {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+50,0.85+100 */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 25%, rgba(0,0,0,0.85) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 25%,rgba(0,0,0,0.85) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 25%,rgba(0,0,0,0.85) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#d9000000',GradientType=0 ); /* IE6-9 */
	}

	.noel-video .movie .titre-movie {
		top: 50px;
	}

	.noel-home-video .video-little .video-play {
		width: 104px;
		top: 17%;
	}

	.noel-home-video .video-big .video-play, .noel-video .movie .player {
		width: 35px;
		height: 35px;
	}

	.noel-date {
		width: 52%;
	}

	.noel-date .bloc-day.inactive .close span {
		width: 115px;
		height: 115px;
	}
}

@media screen and (max-width: 800px) {
	.noel-home-video .video-little .video-play {
		width: 97px;
		top: 12%;
	}

	.noel-home-video .video-big .video-play, .noel-video .movie .player {
		width: 30px;
		height: 30px;
	}

	.noel-video .movie .titre-movie {
		top: 45px;
	}
}

@media screen and (max-width: 768px) {
	#sticky-header nav {
		display: none;
	}

	#sticky-header h1,
	#sticky-header .mainTitle {
		padding-bottom: 0;
	}

	.noel-recettes-subnav {
		display: none;
	}

	.btn-mob {
		visibility: visible;
		width: 100%;
		margin-bottom: 20px;
		border-top: 1px solid #e4e3e3;
		border-bottom: 1px solid #e4e3e3;
		cursor: pointer;
		text-align: center;
		padding: 12px 0;
	}

	.btn-mob .icone-mob {
		color: #cacaca;
		font-size: 12px;
		margin-left: 5px;
	}

	.noel-slide-articles .box-slide-articles {
		width: 306px;
		height: 200px;
		margin-right: 20px;
		float: left;
		position: relative;
		display: block;
	}

	.noel-slide-articles .box-slide-articles img {
		width: 100%;
		height: 100%;
		float: left;
	}

	.noel-home-video .video-big .video-infos, .noel-cadeaux .box-kdo .box-img .box-infos {
	width: 100%;
	height: 75%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+50,0.85+100 */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.85) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.85) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.85) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#d9000000',GradientType=0 ); /* IE6-9 */
	}

	.noel-home-video .video-big img {
		width: 100%;
		height: 100%;
	}

	.noel-home-video .video-big {
		width: 100%;
		max-height: 100%;
		margin-right: 0;
	}

	.noel-home-video .video-big .video-play {
		width: 45px;
		height: 45px;
	}

	.noel-home-video .video-little {
		width: 31.2%;
		margin-right: 3.2%;
		margin-bottom: 20px;
	}

	.noel-home-video .video-little .video-play {
		width: 100%;
		top: 30%;
	}

	.noel-cadeaux .box-kdo {
		width: 47.5%;
		display: block;
		margin-right: 4.9%;
	}

	.noel-cadeaux .box-kdo .box-img {
		width: 100%;
		max-height: 100%;
		margin-right: 0;
	}

	.noel-cadeaux .box-kdo .box-img img {
		width: 100%;
		height: 100%;
	}

	.noel-cadeaux .box-kdo .button-kdo a {
		width: 99%;
	}

	.noel-cadeaux .box-kdo:nth-child(3n+5) {
    	margin-right: 4.9%;
	}

	.noel-cadeaux .box-kdo:nth-child(2n+4), .noel-cadeaux .box-kdo:last-child {
    	margin-right: 0%;
	}

	.noel-date {
		width: 40%;
	}

	.noel-date .bloc-day {
		width: 42%;
		margin-right: 6.5%;
	}

	.noel-date .bloc-day.inactive .close span {
		width: 140px;
		height: 140px;
	}

	.noel-video .movie {
		width: 47.5%;
		max-height: 150px;
		margin-right: 4.9%;
		margin-bottom: 20px;
		float: left;
		position: relative;
		display: inline;
	}

	.noel-video .movie:nth-child(2n+2) {
		margin-right: 0px;
	}

	.noel-video .movie .player {
		width: 45px;
		height: 45px;
	}	

	.noel-video .movie .titre-movie {
		top: 65px;
		font-size: 1.875rem;/*30px*/
	}
}

@media screen and (max-width: 768px) and (min-width: 671px) {
	.noel-date .bloc-day:nth-child(2n+2) {
		margin-right: 0;
	}
	.noel-date .bloc-day:nth-child(4n+4) {
		margin-right: 0;
	}
}

@media screen and (max-width: 768px) and (min-width: 481px) {
	.noel-home-video .video-little:nth-child(3n+3), .noel-home-video .video-little:last-child {
		margin-right: 0px;
	}
}

@media screen and (max-width: 750px) {
	.noel-date {
		width: 40%;
	}

	.noel-date .bloc-day.inactive .close span {
		width: 131px;
		height: 131px;
	}
}

@media screen and (max-width: 700px) {
	.noel-date {
		width: 43%;
	}

	.noel-date .bloc-day.inactive .close span {
		width: 112px;
		height: 112px;
	}

	.noel-recettes-home .box-listing-recettes .category .titre-cat, .noel-recettes-selection .category .titre-cat {
		top: -4%;
	}

	.noel-edito .container .grid {
			max-width: 300px;
			margin: 0 auto;
	}
}

@media screen and (max-width: 690px) {
	#popup-menu .cat-menu .titre-cat {
		font-size: 1.438rem;/*23px*/
	}

	#popup-menu .cat-menu .titre-cat p {
		padding-top: 45%;
	}

	.noel-menu-home .container .box-menu {
		width: 260px;
		height: 150px;
		display: block;
		text-align: center;
		overflow: hidden;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 20px;
	}
	.noel-menu-home .container .box-menu:nth-child(2n+2) {
		margin-right: auto;
	}
	.noel-menu-home .container .box-menu:last-child {
		margin-bottom: 0px;
		margin-right: auto;
	}

	.noel-recettes-home .box-listing-recettes .category .titre-cat, .noel-recettes-selection .category .titre-cat {
		top: -8%;
		font-size: 1.688rem;/*27px*/
	}
	.noel-recettes-selection .category .titre-cat p {
		font-size: 1.688rem;/*27px*/
	}

	.noel-video .movie .player {
		width: 40px;
		height: 40px;
	}
	.noel-video .movie .titre-movie {
		top: 60px;
		font-size: 1.688rem;/*27px*/
	}

	.noel-home-video .video-little .video-play {
		top: 27%;
	}
}

@media screen and (max-width: 670px) {
	/*#sticky-header nav ul a {
		display: inline-block;
		padding: 5px 0;
	}

	#sticky-header nav ul li a.active {
		font-weight: 600;
		padding-bottom: 0px;
		padding-left: 0px;
		padding-right:0px;
		margin: 0px;
		border-bottom: 0;
		color: #ee7327;
	}*/

	.noel-date {
		width: 39%;
	}

	.noel-date .bloc-day.inactive .close span {
		width: 96px;
		height: 96px;
	}

	.noel-video .movie .player {
		width: 35px;
		height: 35px;
	}
	.noel-video .movie .titre-movie {
		top: 55px;
	}

	.noel-cadeaux .box-kdo .box-img .box-infos {
	width: 100%;
	height: 100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+50,0.85+100 */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.85) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.85) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.85) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#d9000000',GradientType=0 ); /* IE6-9 */
	}

	.noel-calendrier .noel-menu {
		width: 100%;
		margin-bottom: 20px;
	}

	.noel-date {
		width: 100%;
	}

	.noel-date .bloc-day.inactive .close {
		width: 100%;
		height: 100%;
		max-width: 140px;
		max-height: 140px;
	}

	.noel-date .bloc-day.inactive .close {
		font-size: 1.875rem;/*30px*/
	}

	.noel-date .bloc-day {
		width: 46.65%;
		max-width: 140px;
		margin-right: 4%;
	}

	.noel-date .bloc-day.inactive .close span {
		width: 140px;
		height: 140px;
	}
}

@media screen and (max-width: 621px) {
	.noel-date .bloc-day:nth-child(2n+2) {
		margin-right: 0;
	}
	.noel-date .bloc-day:nth-child(4n+4) {
		margin-right: 0;
	}
}

@media screen and (max-width: 670px) and (min-width: 622px) {
	.noel-date .bloc-day:nth-child(3n+3) {
		margin-right: 0;
	}
}

@media screen and (max-width: 650px) {
	.noel-recettes-home .box-listing-recettes .category .titre-cat, .noel-recettes-selection .category .titre-cat {
		top: -9%;
		font-size: 1.500rem;/*24px*/
	}
	.noel-recettes-selection .category .titre-cat p {
		font-size: 1.500rem;/*24px*/
	}
}

@media screen and (max-width: 615px) {
	.noel-recettes-home .box-listing-recettes {
		width: 100%;
		margin-right: 0px;
		margin-bottom: 20px;
	}

	.noel-recettes-home .box-listing-recettes .category {
		max-width: 300px;
	}

	.noel-recettes-selection .category, .bloc-container .category {
		width: 100%;
		max-width: 300px;
		max-height: 150px;
		overflow: hidden;
	}

	.noel-recettes-home .box-listing-recettes .category .titre-cat, .noel-recettes-selection .category .titre-cat, .bloc-container .category .title-cat {
		width: 100%;
		top: 0%;
		font-size: 1.875rem;/*30px*/
		margin: 0 auto;
	}

	.noel-recettes-home .box-listing-recettes:nth-child(2n+2), .noel-recettes-selection .category:nth-child(2n+2), .bloc-container .category:nth-child(2n+2) {
   		margin-right: 0%;
	}

	.noel-recettes-home .box-listing-recettes .category .titre-cat p, .noel-recettes-selection .category .titre-cat p, .bloc-container .category .titre-cat p {
		width: 500px;
		font-size: 1.875rem;/*30px*/
	}

	.noel-edito .grid .box-edito .img-edito {
		position: relative;
		float: left;
		width: 100%;
	}

	.noel-edito .grid .box-edito .box-edito-content {
		float: left;
	}

	.noel-edito .grid .box-edito .img-edito .sponso p {
		width: 300px;
	}

	.noel-edito .grid .box-edito .img-edito .sponso img {
		padding-top: 0;
	}

	.noel-video .movie .player {
		width: 30px;
		height: 30px;
	}
	.noel-video .movie .titre-movie {
		top: 52px;
	}
}

@media screen and (max-width: 595px) {
	#popup-menu .cat-menu .titre-cat {
		font-size: 1.250rem;/*20px*/
		padding: 0 5%;
		width: 90%;
	}

	#popup-menu .cat-menu .titre-cat p {
		padding-top: 45%;
	}

	.noel-video .movie .titre-movie {
		top: 46px;
		font-size: 1.438rem;/*23px*/
	}

	.noel-home-video .video-little .video-play {
		width: 100%;
		top: 24%;
	}

	.noel-cadeaux .box-kdo .box-img .box-infos {
	width: 100%;
	height: 75%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+50,0.85+100 */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 25%, rgba(0,0,0,0.85) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 25%,rgba(0,0,0,0.85) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 25%,rgba(0,0,0,0.85) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#d9000000',GradientType=0 ); /* IE6-9 */
	}
}

@media screen and (max-width: 525px) {
	.noel-video .movie .titre-movie {
		top: 41px;
		font-size: 1.250rem;/*20px*/
	}

	.noel-home-video .video-little .video-play {
		width: 100%;
		top: 20%;
	}

	.noel-date .bloc-day.inactive .close span {
		width: 140px;
		height: 140px;
	}
}

@media screen and (max-width: 480px) {
	#sticky-header h1,
	#sticky-header .mainTitle {
		font-size: 1.563rem;
		padding-bottom: 0;
	}

	.title-border {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 15px;
	}

	.noel-slide-articles {
		padding-left: 0px;
		padding-right: 0px;
	}

	.noel-slide-articles .box-slide-articles {
		height: 100%;
		width: 100%;
		max-width: 480px;
	}

	.noel-recettes-home .container, .noel-recettes-selection .container, .bloc-container, .noel-calendrier .container, .noel-video .container {
		padding: 20px 10px;
	}

	.noel-home-video .container {
		padding: 20px 10px;
	}

	.noel-home-video .video-little {
		width: 46.68%;
		margin-right: 6.64%;
		margin-bottom: 20px;
	}

	.noel-home-video .video-little:nth-child(2n+2), .noel-home-video .video-little:last-child {
		margin-right: 0px;
	}

	.noel-home-video .video-little .video-play {
		width: 100%;
		top: 30%;
	}

	.noel-edito .container {
		/*max-width: 320px;*/
	}

	.noel-cadeaux .container {
		padding: 20px 10px;
	}

	.noel-cadeaux .box-kdo {
		width: 100%;
		height: 100%;
		display: block;
		margin-right: 0px;
	}

	.noel-cadeaux .box-kdo .box-img {
		width: 100%;
		max-height: 100%;
		margin-right: 0;
	}

	.noel-cadeaux .box-kdo .box-img img {
		width: 100%;
		height: 100%;
	}

	.noel-cadeaux .box-kdo .button-kdo a {
		width: 99%;
	}

	.noel-cadeaux .box-kdo .box-img .box-infos {
	width: 100%;
	height: 75%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+50,0.85+100 */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.85) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.85) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.85) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#d9000000',GradientType=0 ); /* IE6-9 */
	}

	.noel-video .movie {
		width: 100%;
		max-height: 150px;
		margin-right: 0%;
		margin-bottom: 20px;
		overflow: hidden;
	}

	.noel-video .movie:nth-child(2n+2) {
		margin-right: 0px;
	}

	.noel-video .movie .player {
		width: 45px;
		height: 45px;
	}	

	.noel-video .movie .titre-movie {
		top: 65px;
		font-size: 1.875rem;/*30px*/
	}

	.noel-video .movie .hover p, .noel-video .movie.lecture .play p {
		padding-top: 15%;
	}

	.noel-date .bloc-day.inactive .close span {
		width: 206px;
		height: 206px;
	}
}

@media screen and (max-width: 440px) {
	.noel-date .bloc-day.inactive .close span {
		width: 187px;
		height: 187px;
		font-size: 1.875rem;/*30px*/
	}
}

@media screen and (max-width: 405px) {
	.noel-date .bloc-day.inactive .close span {
		width: 171px;
		height: 171px;
		font-size: 1.875rem;/*30px*/
	}
}

@media screen and (max-width: 370px) {
	.noel-home-video .video-little .video-play {
		width: 100%;
		top: 25%;
	}

	.noel-date .bloc-day.inactive .close span {
		width: 155px;
		height: 155px;
	}

	.noel-video .movie .hover p, .noel-video .movie.lecture .play p {
		padding-top: 20%;
	}
}

@media screen and (max-width: 340px) {
	.noel-date .bloc-day.inactive .close span {
		width: 141px;
		height: 141px;
	}
}

@media screen and (max-width: 320px) {
	.noel-slide-articles .box-slide-articles {
		height: 100%;
		width: 100%;
		max-width: 320px;
		z-index: 1;
	}

	.noel-home-video .video-little .video-play {
		width: 100%;
		top: 20%;
	}

	.noel-date .bloc-day.inactive .close span {
		width: 140px;
		height: 140px;
	}
	
	.noel-date .bloc-day {
		width: 42%;
		max-width: 140px;
		margin-right: 4%;
	}
}
