/***** BANDEAU *****/
@keyframes bandeau_show {
	from { height:0; }
	to   { height:100px; }
}
@keyframes bandeau_hide {
	from { height:100px; display: block;}
	to   { height:0; display: none; padding: 0;}
}
.m_bandeau_hipush {
	bottom: 0;
	width:  100%;
	background-color: #F47321;
	background-color: rgba(244, 115, 33, 0.8);
	color: #FFF;
	font-size: 17px;
	text-align: center;
	padding-top: 5px;
	z-index: 900;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: none;
	left: 0;
}
.m_bandeau_hipush span:first-child {
	cursor: pointer;
	margin-top: -5px;
}
.m_bandeau_hipush_show {
	display: block;
	height: 100px;
	animation: bandeau_show 0.5s steps(10000);
}
.m_bandeau_hipush_hide {
	animation: bandeau_hide 0.5s steps(10000) forwards;
}
.m_nouveaute {
	border: 1px solid #fff;
	font-size: 22px;
	font-family: 'Lobster Two', Arial, sans-serif;
	display: inline-block;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #fff!important;
	padding: 5px 20px;
}
.m_tenter_hipush {
	font-weight: bold;
	margin-top: 6px;
	padding-bottom: 8px;
	background-color: #fff;
	color: #F47321 !important;
}
.m_tenter_hipush:hover {
	text-decoration: none;
}

/***** INSCRIPTION *****/
.m_suscribe_hipush_top {
	padding-left: 10%;
	padding-right: 10%;
	text-align: left;
}

.m_suscribe_hipush_texte {
	float: left;
	text-align: left;
	width: 60%;
}


.m_suscribe_hipush_texte p:first-child {
	border: 2px solid #E2E0E1;
	border-left: 0;
	border-right: 0;
	padding: 15px 0;
	margin-bottom: 0;
	line-height: 1.5em;
}

.m_only_browser {
	font-style: italic;
	font-size: 11px !important;
	text-align: center;
}

.m_suscribe_hipush_popup {
	padding-top: 10px;
	float: right;
}

.m_suscribe_hipush_buttons {
	text-align: center;
	width: 100%;
	margin-top: 20px;
	display: inline-block;
}

.m_cancel_hipush, .m_confirm_hipush {
	width: 35%;
}

.m_cancel_hipush {
	float: left;
	margin-left: 13%;
	margin-right: 2%;
}

.m_confirm_hipush {
	float: right;
	margin-left: 2%;
	margin-right: 13%;
}

.m_cancel_hipush:hover, .m_confirm_hipush:hover {
	text-decoration: none;
}

.m_suscribe_hipush_bottom {
	background-color: #F1F2F2;
	margin-top: 28px;
	padding: 20px;
	margin-bottom: 10px;
    text-align: center;
}

.m_suscribe_hipush_bottom ul {
	display: inline-block;
	padding-left: 0;
	margin: 0;
	text-align: center;
}

.m_suscribe_hipush_bottom ul li {
	float: left;
	position: relative;
	width: 154px;
	height: 154px;
	overflow: hidden;
	margin-left: 17px;
}

.m_suscribe_hipush_bottom ul li:first-child {
	margin-left: 0;
}

.m_suscribe_hipush_bottom ul li a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.m_suscribe_hipush_bottom ul li a img {
	max-width: 100%;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}

.m_suscribe_hipush_bottom ul li a:hover img {
	-webkit-transform: scale(1.25);
	-moz-transform: scale(1.25);
	-ms-transform: scale(1.25);
	-o-transform: scale(1.25);
	transform: scale(1.25);
}

.m_suscribe_hipush_bottom ul li a span {
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 30px;
	color: #fff;
	background-color: #69676A;
	background-color: rgba(105, 103, 106, 0.7);
	line-height: 30px;
	font-size: 14px;
}

/***** BOUTONS FOOTER *****/
.m_hipush_footer > span {
	margin-top: 5px;
	display: inline-block;
	color: #808285;
    font-family: Arial, sans-serif;
}

.m_hipush_footer [type="checkbox"]:not(:checked),
.m_hipush_footer [type="checkbox"]:checked {
	position: absolute;
	left: -9999px;
}

.m_hipush_footer [type="checkbox"]:not(:checked) + label,
.m_hipush_footer [type="checkbox"]:checked + label {
	position: relative;
	padding-left: 60px;
	cursor: pointer;
}

.m_hipush_footer [type="checkbox"]:not(:checked) + label:before,
.m_hipush_footer [type="checkbox"]:checked + label:before,
.m_hipush_footer [type="checkbox"]:not(:checked) + label:after,
.m_hipush_footer [type="checkbox"]:checked + label:after {
	content: '';
	position: absolute;
}

.m_hipush_footer [type="checkbox"]:not(:checked) + label:before,
.m_hipush_footer [type="checkbox"]:checked + label:before {
	left:0; top: -3px;
	width: 55px; height: 20px;
	background: #D05C62;
	border-radius: 15px;
	-webkit-transition: background-color .2s;
	-moz-transition: background-color .2s;
	-ms-transition: background-color .2s;
	transition: background-color .2s;
}

.m_hipush_footer [type="checkbox"]:not(:checked) + label:after,
.m_hipush_footer [type="checkbox"]:checked + label:after {
	width: 15px; height: 15px;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	transition: all .2s;
	border-radius: 50%;
	background: #fff;
	top: -0.52px; left: 5px;
}

/* on checked */
.m_hipush_footer [type="checkbox"]:checked + label:before {
	background:#4DB58F; 
}
.m_hipush_footer [type="checkbox"]:not(:checked) + label:after {
	left: 35px;
}
.m_hipush_footer [type="checkbox"]:checked + label:after {
	background: #fff;
	top: -0.52px; left: 5px;
}

.m_hipush_footer [type="checkbox"]:checked + label .m_oui,
.m_hipush_footer [type="checkbox"]:not(:checked) + label .m_oui:before,
.m_hipush_footer [type="checkbox"]:checked + label .m_oui:after {
	position: absolute;
	font-size: 12px;
	left: 25px;
	top: -4px;
	width: 55px;
	border-radius: 15px;
	font-weight: bold;
	line-height: 25px;
	color: #fff;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	transition: all .2s;
}

.m_hipush_footer [type="checkbox"]:not(:checked) + label .m_oui:before {
	content: "NON";
	left: 5px;
}

.m_hipush_footer [type="checkbox"]:checked + label .m_oui:after {
    content: "OUI";
	top: 0;
    left: 0px;
}

.m_hipush_notif_item p {
	float: left;
	width: 350px;
	margin-top: 8px;
	margin-bottom: 8px;
}
.m_hipush_notif_item .m_hipush_toggle_btn {
	padding-top: 8px;
	padding-bottom: 8px;
}

/***** MEDIA QUERIES *****/
@media only screen and (max-width: 960px) {
	.m_suscribe_hipush_top {
		padding: 0;
	}
	.m_suscribe_hipush_texte {
		float: none;
		width: 100%;
	}
	.m_suscribe_hipush_popup {
		float: none;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}
	.m_suscribe_hipush_bottom ul {
		width: 100%;
		max-width: 325px;
	}
	.m_suscribe_hipush_bottom ul li {
		margin-top: 17px;
		margin-left: 0;
		float: none;
	}
	.m_suscribe_hipush_bottom ul li:nth-child(2n+1) {
		float: left;
		margin-right: 17px;
	}
}

@media only screen and (max-width: 736px) {
	/*** BANDEAU ***/
	@keyframes bandeau_show {
		from { max-height:0; }
		to   { max-height:300px; }
	}
	@keyframes bandeau_hide {
		from { height: auto;max-height:300px;}
		to   { max-height:0; display: none; padding: 0;}
	}
	.m_bandeau_hipush {
		height: auto;
		max-height: 300px;
		padding-bottom: 10px;
		background-color: #5D5D5D;
		background-color: rgba(93, 93, 93, 0.8);
	}
	.m_bandeau_hipush_hide {
		animation: none;
		padding: 0;
		max-height:	0;
		-webkit-transition: max-height 1.8s, padding 2.3s;
		-moz-transition: max-height 1.8s, padding 2.3s;
		transition: max-height 1.8s, padding 2.3s;
	}
	.m_bandeau_hipush_content {
		vertical-align:middle;
		display:inline-block;
		line-height:normal;
	}
	.m_text_hipush {
		margin-left: 28px;
		margin-right: 28px;
	}
	.m_tenter_hipush {
		color: #fff !important;
		background-color: #4DB58F;
	}
	/*** BOUTONS FOOTER ***/
	.m_hipush_footer span {
		color: #69676A;
		font-size: 14px;
    	font-family: Arial, sans-serif;
	}
	.m_last_actus_hipush_block, .m_tendances_hipush_block
	{
		background-color: #fff;
		width: 100%;
		height: 30px;
		line-height: 30px;
		margin-top: 10px;
	}
	.m_last_actus_hipush_block span, .m_tendances_hipush_block span {
		float: left;
		color: #69676A;
    	font-family: Arial, sans-serif;
    	margin-left: 10px;
    	font-size: 12px;
	}
	.m_last_actus_hipush_block label, .m_tendances_hipush_block label {
		float: right;
		margin-top: 8px;
	}
	.m_hipush_footer [type="checkbox"]:not(:checked) + label, .m_hipush_footer [type="checkbox"]:checked + label {
		padding-left: 73px;
	}
	.m_hipush_footer [type="checkbox"]:not(:checked) + label:before, .m_hipush_footer [type="checkbox"]:checked + label:before {
		left: 15px;
	}
	.m_hipush_footer [type="checkbox"]:checked + label .m_oui, .m_hipush_footer [type="checkbox"]:not(:checked) + label .m_oui:before, .m_hipush_footer [type="checkbox"]:checked + label .m_oui:after {
		line-height: 17px;
	}
	.m_hipush_footer [type="checkbox"]:not(:checked) + label:after, .m_hipush_footer [type="checkbox"]:checked + label:after {
		left: 50px;
	}
	.m_hipush_footer [type="checkbox"]:checked + label .m_oui:after {
		left: 15px;
        top: 4px;
	}
	.m_hipush_footer [type="checkbox"]:checked + label:after {
		left: 20px;
	}
	.m_hipush_footer [type="checkbox"]:not(:checked) + label .m_oui:before {
		left: 20px;
        top: 0.3px;
	}
}

@media only screen and (max-width: 660px) {
	.m_suscribe_hipush_buttons {
		margin-top: 15px;
	}

	.m_cancel_hipush, .m_confirm_hipush {
		width: 100%;
		float: none;
		margin-left: auto;
		margin-right: auto;
		margin-top: 10px;
	}
}

@media only screen and (max-width: 465px) {
	.m_suscribe_hipush_bottom ul li {
		float: none !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}
}