@media screen and (min-width: 1002px) {
	#menu_mobi, #mobi_banner, #phone_mobi, .no_desktop, #btn_top {
		display: none !important;
	}
	#top_page {
		height: 99px;
	}
	.h2_style h2 {
		position: relative;
	}
	.h2_style h2 a {
		position: absolute;
		left: 0;
		top: -100px;
	}
	#desktop_head {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		padding: 10px 0;
		line-height: 22px;
		height: 22px;
		color: #8d8d8d;
		background: #373737;
		z-index: 280;
	}
	#desktop_head a {
		color: #8d8d8d;
	}
	#desktop_head a#top_fb {
		font-size: 20px;
		vertical-align: middle;
	}
	#desktop_head a:hover {
		color: #fff;
	}
	#desktop_head strong {
		margin: 0 12px;
	}
	#desktop_head .head_menu {
		float: right;
		font-size: 13px;
	}
	#desktop_head .head_menu a {
		color: #fff;
		margin-left: 6px;
	}
	#desktop_head .head_menu a:hover {
		color: #8d8d8d;
	}
	#main_logo {
		display: block;
		width: 224px;
		position: absolute;
		top: 4px;
		left: 4%;
		z-index: 122;
	}
	#main_avis {
		display: block;
		position: absolute;
		top: 0;
		right: 4%;
		font-family: 'Lora', serif;
		font-weight: 700;
		font-size: 15px;
		line-height: 57px;
		padding: 0 18px 8px;
		color: #fff;
		background: #1d3b5b;
		-webkit-border-bottom-right-radius: 16px;
		-webkit-border-bottom-left-radius: 16px;
		-moz-border-radius-bottomright: 16px;
		-moz-border-radius-bottomleft: 16px;
		border-bottom-right-radius: 16px;
		border-bottom-left-radius: 16px;
		z-index: 122;
	}
	#main_avis:hover {
		color: #fff;
		background: #9b8449;
	}
	/*------------------------------------------*\
		Side btns
	\*------------------------------------------*/
	.side_btn {
		display: block;
		font-weight: 600;
		color: #fff;
		font-size: 13px;
		line-height: 14px;
		padding: 10px 16px 10px 14px;
		-webkit-transition: all 0.25s ease-out;
		-moz-transition: all 0.25s ease-out;
		-ms-transition: all 0.25s ease-out;
		-o-transition: all 0.25s ease-out;
		transition: all 0.25s ease-out;
	}
	.text_btn {
		display: inline-block;
		width: 84px;
	}
	#side_videos, #side_horaire, #side_boutique {
		display: inline-block;
		width: 150px;
		position: fixed;
		right: -10px;
		-webkit-border-top-left-radius: 8px;
		-webkit-border-bottom-left-radius: 8px;
		-moz-border-radius-topleft: 8px;
		-moz-border-radius-bottomleft: 8px;
		border-top-left-radius: 8px;
		border-bottom-left-radius: 8px;
		-webkit-transition: all 0.25s ease-out;
		-moz-transition: all 0.25s ease-out;
		-ms-transition: all 0.25s ease-out;
		-o-transition: all 0.25s ease-out;
		transition: all 0.25s ease-out;
		cursor: pointer;
	}
	#side_videos .fab, #side_horaire .far, #side_boutique .fas {
		display: inline-block;
		width: 26px;
	}
	#side_videos {
		width: 120px;
	}
	#side_videos:hover, #side_horaire:hover, #side_boutique:hover {
		color: #fff;
		right: -2px;
	}
	#side_videos {
		top: 150px;
		background: #9b8449;
		z-index: 210;
	}
	#side_horaire {
		top: 190px;
		background: #1d3b5b;
		z-index: 220;
	}
	#side_boutique {
		top: 230px;
		background: #7c0000;
		z-index: 230;
	}
	#side_boutique.side_boutique_open {
		width: 195px;
		right: 0;
	}
	#side_boutique ul {
		display: none;
		padding: 5px 0 0 0;
		margin-bottom: 0;
		list-style: none;
		-webkit-border-bottom-left-radius: 8px;
		-moz-border-radius-bottomleft: 8px;
		border-bottom-left-radius: 8px;
		overflow: hidden;
		background: #fff;
	}
	#side_boutique ul li {
		padding: 3px 15px;
		margin-bottom: 0;
	}
	#side_boutique ul li a {
		display: block;
		color: #333;
		text-transform: uppercase;
	}
	#side_boutique ul li a:hover {
		color: #7c0000;
		text-indent: 8px;
	}
	#side_boutique .small_text {
		font-size: 0.7em;
		line-height: 22px;
	}
	#side_boutique ul li.btn_achat {
		position: relative;
		padding: 8px 15px;
		margin-top: 5px;
		background: #7c0000;
	}
	#side_boutique ul li.btn_achat .fa-shopping-cart {
		display: none;
	}
	#side_boutique ul li.btn_achat:after {
		display: block;
		font-family: "Font Awesome\ 5 Pro";
		content: '\f101';
		color: #fff;
		position: absolute;
		top: 7px;
		right: 27px;
	}
	#side_boutique ul li.btn_achat a {
		color: #fff;
	}
	#side_horaire.side_horaire_open {
		width: 258px;
		right: 0;
		z-index: 240;
	}

	/*------------------------------------------*\
		Menu
	\*------------------------------------------*/
	#menu {
		position: fixed;
		top: 42px;
		left: 0;
		height: 57px;
		border-top: none;
		border-bottom: none;
		background: #fff;
		-webkit-box-shadow: inset 0px 7px 13px 0px rgba(0,0,0,0.2), 0px 2px 5px 0px rgba(0,0,0,0.3);
		-moz-box-shadow: inset 0px 7px 13px 0px rgba(0,0,0,0.2), 0px 2px 5px 0px rgba(0,0,0,0.3);
		box-shadow: inset 0px 7px 13px 0px rgba(0,0,0,0.2), 0px 2px 5px 0px rgba(0,0,0,0.3);
		z-index: 280;
	}
	.nav-mobile, .nav-click {
		display: none;
	}
	.nav-list {
		display: block !important;
		text-align: right;
		padding-right: 205px;
	}
	.nav {
		padding-top: 0;
		overflow-x: visible;
	}
	.menu-item {
		display: inline-block;
		width: auto;
		border-top: none;
	}
	.menu-item a {
		color: #333;
		line-height: 57px;
		font-weight: 600;
		padding: 0 15px;
	}
	.menu-item > a:hover, .nav-list > li:hover > a {
		color: #9b8449;
		background: -moz-linear-gradient(top, rgba(155,132,73,1) 14%, rgba(155,132,73,1) 15%, rgba(155,132,73,0) 16%, rgba(155,132,73,0) 84%, rgba(155,132,73,1) 85%);
		background: -webkit-linear-gradient(top, rgba(155,132,73,1) 14%,rgba(155,132,73,1) 15%,rgba(155,132,73,0) 16%,rgba(155,132,73,0) 84%,rgba(155,132,73,1) 85%);
		background: linear-gradient(to bottom, rgba(155,132,73,1) 14%,rgba(155,132,73,1) 15%,rgba(155,132,73,0) 16%,rgba(155,132,73,0) 84%,rgba(155,132,73,1) 85%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b8449', endColorstr='#9b8449',GradientType=0 );
	}
	.menu-item:hover > ul.sub-menu {
		display: block;
	}
	ul.sub-menu {
		width: 100%;
		position: absolute;
		left: 0;
		background: #9b8449;
	}
	ul.sub-menu li {
		border-top: none;
	}
	ul.sub-menu a {
		color: #fff;
		padding: 9px 8px;
		line-height: 18px;
		font-weight: 400;
		background: url("/images/sub_menu_line.png") center top no-repeat;
		-webkit-background-size: 100% 2px;
		-moz-background-size: 100% 2px;
		-o-background-size: 100% 2px;
		background-size: 100% 2px;
	}
	ul.sub-menu li:first-child a {
		background: none;
	}
	ul.sub-menu ul.sub-menu {
		width: 260px;
		position: absolute;
		left: 95%;
		top: 5px;
	}
	ul.sub-menu a:hover {
		color: #333;
		background: url("/images/sub_menu_line.png") center top no-repeat;
		-webkit-background-size: 100% 2px;
		-moz-background-size: 100% 2px;
		-o-background-size: 100% 2px;
		background-size: 100% 2px;
	}
	/*------------------------------------------*\
		Content
	\*------------------------------------------*/
	#top_pub_center {
		margin: 0 auto 40px;
	}
	form#search {
		width: 25%;
		margin-bottom: 0;
	}
	form#search_membre {
		width: 35%;
		float: left;
		margin-bottom: 0;
	}
	#search_or {
		width: 6%;
		margin-bottom: 0;
	}
	#maisons_links a {
		font-size: 13px;
	}
	#maisons_liste {
		width: 32.5%;
		float: right;
		margin-bottom: 0;
	}
	#home_content {
		padding: 50px 0 30px;
	}
	#home_content, .page_content {
		background: #fff url("/images/bg_page.jpg") center top no-repeat;
		-webkit-background-size: 100% auto;
		-moz-background-size: 100% auto;
		-o-background-size: 100% auto;
		background-size: 100% auto;
	}
	.page_content {
		padding-top: 40px;
	}
	.succ_text {
		width: 30%;
	}
	.succ_thumbs {
		width: 66%;
	}
	#genealogie {
		width: 100%;
		max-width: 660px;
		min-height: 842px;
	}
	.defunt_link {
		line-height: 30px;
	}
	.defunt_link:hover {
		color: #fff;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
		filter: alpha(opacity=90);
		-moz-opacity: 0.9;
		-khtml-opacity: 0.9;
		opacity: 0.9;
	}
	.defunt_link span {
		display: block;
		width: 100%;
		height: 100%;
		position: relative;
	}
	.defunt_link span strong {
		display: inline;
		width: 100%;
		position: absolute;
		top: 45%;
		left: 0;
	}
	.btn_envoyez_message {
		float: left;
		width: 77%;
		padding: 9px 0 9px 3%;
	}
	.btn_envoyez_message.btn_envoyez_message_proche,
	.btn_envoyez_message.btn_envoyez_message_don,
	.btn_envoyez_message.btn_envoyez_message_fleurs,
	.btn_envoyez_message.btn_envoyez_message_page {
		width: 95%;
		padding-left: 3%;
		float: none;
	}
	.avis_text {
		padding-left: 3%;
	}
	.btn_imprimez_avis {
		display: block;
		float: right;
		width: 19%;
		font-size: 13px;
		font-weight: 600;
		text-align: center;
		color: #333;
	}
	.btn_imprimez_avis .fa-print {
		font-size: 22px;
	}
	.thumbs_wrappers_message, .thumbs_wrappers_message:nth-child(odd) {
		width: 32%;
		clear: none;
		margin: 0 0 15px 2%;
	}
	.thumbs_wrappers_message:nth-child(3n+1) {
		clear: left;
		margin: 0 0 15px 0;
	}
	.item_wrapper {
		min-height: 327px;
		padding-bottom: 1px;
	}
	.item_wrapper.item_wrapper_no_height {
		min-height: 35px;
	}
	.item_wrapper_inside {
		min-height: 285px;
		padding: 12px;
		padding-bottom: 35px;
	}
	.item_details {
		position: absolute;
		left: 4%;
		bottom: 10px;
		padding: 5px 0;
		width: 92%;
	}
	.detail_item_left {
		width: 24%;
		float: left;
	}
	.detail_item_right {
		width: 72%;
		float: right;
	}
	td.tbl_description, table.modeLivraison td {
		font-size: 1em;
		line-height: 1.3em;
	}
	table.resume-produits th, table.resume-produits td,
	table.modeLivraison th, table.modeLivraison td {
		padding: 8px 14px;
	}
	.left_300 {
		width: 48%;
		float: left;
	}
	.left_300_2nd {
		width: 48%;
		float: right;
	}
	.anchors_wrapper li {
		width: 50%;
		float: left;
	}
	.anchors_wrapper li:nth-child(odd) {
		clear: left;
	}
	.form_tbl {
		max-width: 630px;
		margin-left: auto;
		margin-right: auto;
	}
	.form_max_width {
		max-width: 630px;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.avis_wrapper_left .img_defunt_wrapper {
		margin: 0 3% 25px 6%;
	}
	#btn_calendar_page {
		margin: 0;
		float: right;
	}
	.left_h2 {
		float: left;
	}
	#calendar_page {
		width: 242px;
		float: right;
	}
	#calendar_page #calendar {
		display: none;
		position: absolute;
		top: 100%;
		right: 0;
	}
	/*------------------------------------------*\
		Footer
	\*------------------------------------------*/
	#footer_RG {
		width: 37%;
	}
	#footer_RG .half_left {
		width: 50%;
	}
	#footer_RG .half_right {
		width: 46%;
	}
	#footer_PC_RC {
		width: 21%;
		padding-right: 2%;
		float: left;
	}
	#footer_CF {
		width: 20%;
		padding-right: 2%;
		float: left;
	}
	#footer_GC {
		width: 18%;
		float: left;
		clear: none;
	}
	.footer_logo {
		height: 50px;
	}
	#footer_RG .footer_line, #footer_RC .footer_line {
		display: none;
	}
	#signature {
		padding: 15px 0;
		text-align: left;
	}
	#bottom_links {
		float: right;
	}

}


@media screen and (min-width: 1002px) and (max-width: 1600px) {
	#side_videos, #side_horaire, #side_boutique {
		right: -110px;
	}
}


@media screen and (min-width: 1200px) {
	#desktop_head .head_menu a {
		margin-left: 12px;
		text-transform: uppercase;
	}
	.nav-list {
		padding-right: 270px;
	}
	.menu-item a {
		padding: 0 30px;
	}
	#main_avis {
		font-size: 17px;
		padding: 0 38px 8px;
	}
	.main_text_left {
		width: 72%;
	}
	.sidebar_right {
		width: 24%;
	}
	select, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], #maison_defaut {
		text-indent: 8px;
	}
	.sidebar_right #menu_right {
		float: right;
		width: 100%;
		max-width: 325px;
	}
	.max_width_content {
		padding-left: 0;
		padding-right: 0;
		margin: 0 auto;
		max-width: 1020px;
	}
	.cat_btn_img, .cat_btn_img:nth-child(odd) {
		clear: none;
		width: 32%;
		margin-left: 2%;
	}
	.cat_btn_img:nth-child(3n+1) {
		clear: left;
		margin-left: 0;
	}
	.img_defunt_wrapper {
		width: 23%;
	}
	.big_text {
		width: 72%;
	}
	/*------------------------------------------*\
		DIAGRAMME
	\*------------------------------------------*/
	#desktop_diagram div {
		position: relative;
	}
	.infos_off {
		font-size: 12px;
		color: #b6b6b6;
		line-height: 18px;
		margin-bottom: 3px;
	}
	.infos_on {
		font-size: 12px;
		color: #1c3a5c;
		line-height: 18px;
		margin-bottom: 3px;
	}
	/* ======================= */
	.choice_off, .choice_off:hover {
		font: 16px/20px 'Economica', Arial, sans-serif;
		color: #d0d0d0;
		display: block;
		text-decoration: none;
	}
	.choice_on {
		font: 16px/20px 'Economica', Arial, sans-serif;
		color: #1c3a5c;
		display: block;
	}
	.choice_available {
		font: 16px/20px 'Economica', Arial, sans-serif;
		color: #a1a1a1;
		display: block;
	}
	.choice_on:hover, .choice_available:hover {
		color: #1c3a5c;
		text-decoration: none;
	}
	.m_btn {
		outline: none !important;
	}
	/* ======================= */
	#wrapperA {
		width: 321px;
	}
	.wrapperA2 {
		width: 107px;
		height: 30px;
		float: left;
	}
	/* ======================= */
	#wrapperB {
		width: 660px;
	}
	.wrapperB2 {
		width: 223px;
		height: 30px;
		float: left;
	}
	.wrapperB3 {
		width: 138px;
		height: 30px;
		float: left;
	}
	.wrapperB4 {
		width: 73px;
		height: 30px;
		float: left;
		font: 12px/20px 'Economica', Arial, sans-serif !important;
	}
	.wrapperB4 a, .wrapperB5 a {
		font: 14px/20px 'Economica', Arial, sans-serif !important;
	}
	.wrapperB5, .wrapperB6 {
		width: 150px;
		height: 30px;
		float: left;
	}
	.sidebar_right_avis .sticky-wrapper.is-sticky .stickers1 {
		width: 22%;
	}
	/* ======================= */
	.spacer12 {
		height: 12px;
	}
	.spacer70 {
		height: 70px;
	}
	.spacer90 {
		height: 90px;
	}
	.title_first {
		font: 23px/26px 'Economica', Arial, sans-serif;
		color: #1c3a5c;
		text-align: center;
		max-width: 660px;
	}
	.right {
		text-align: right;
	}
	.center {
		text-align: center;
	}


}



@media screen and (min-width: 1400px) {
	.window_padding {
		padding: 0 7%;
	}
	#main_logo {
		left: 7%;
	}
	#main_avis {
		right: 7%;
	}
	.nav-list {
		padding-right: 320px;
	}
	.menu-item a {
		font-size: 15px;
	}
	.succ_text {
		width: 26%;
	}
	.succ_thumbs {
		width: 70%;
	}
	.avis_text {
		padding-left: 5%;
	}
	.btn_envoyez_message.btn_envoyez_message_proche,
	.btn_envoyez_message.btn_envoyez_message_don,
	.btn_envoyez_message.btn_envoyez_message_fleurs,
	.btn_envoyez_message.btn_envoyez_message_page {
		width: 95%;
		padding: 9px 0 9px 5%;
	}
	.btn_envoyez_message {
		width: 75%;
		padding-left: 5%;
	}
	.form_tbl td.tbl_label {
		width: 168px;
		padding-right: 8px;
	}
	#message_sympathie {
		/*width: 84%;
		float: right;*/
	}
	.item_wrapper, .item_wrapper:nth-child(odd), .item_wrapper:nth-child(3n+1) {
		clear: none;
		width: 24%;
		margin-left: 1.333%;
	}
	.item_wrapper:nth-child(4n+1) {
		clear: left;
		margin-left: 0;
	}
	.avis_wrapper_short {
		height: 332px;
	}
	#side_cart_header, #side_cart_checkout {
		font-size: 19px;
		line-height: 19px;
		padding: 20px 20px;
	}
	.sidebar_right_avis .sticky-wrapper.is-sticky .stickers1 {
		width: 20.5%;
	}
	#pre_footer {
		padding: 70px 0 85px;
	}
	#pre_footer .script {
		font-size: 50px;
	}
	#pre_footer .text_uppercase {
		font-size: 30px;
	}
	#footer_RG {
		width: 35%;
	}
	#footer_RG .half_left {
		width: 52%;
	}
	#footer_RG .half_right {
		width: 44%;
	}
	#footer_PC_RC {
		width: 16%;
		padding-right: 3%;
		padding-left: 3%;
	}
	#footer_CF {
		width: 16%;
		padding-right: 3%;
		padding-left: 3%;
	}
	#footer_GC {
		width: 18%;
		height: 396px;
		padding-left: 3%;
	}
	#footer_PC_RC, #footer_CF, #footer_GC {
		height: 396px;
		background: url("/images/line_V.png") left 30px no-repeat;
	}

	.btn_pensee_virtuelle img{
		right: -30px;
	}

}




@media screen and (min-width: 1600px) {
	body {
		font-size: 16px;
		line-height: 22px;
	}
	h1 {
		font-size: 34px;
		line-height: 40px;
		margin-bottom: 20px;
	}
	h2 {
		font-size: 28px;
		line-height: 34px;
		margin-bottom: 30px;
	}
	h3 {
		font-size: 19px;
		line-height: 26px;
		margin-bottom: 30px;
	}
	h4 {
		font-size: 17px;
		line-height: 24px;
		margin-bottom: 15px;
	}
	#top_page {
		height: 122px;
	}
	.window_padding {
		padding: 0 10%;
	}
	#main_logo {
		left: 10%;
	}
	#main_avis {
		right: 10%;
		font-size: 19px;
		line-height: 72px;
		padding: 0 3% 8px;
	}
	.nav-list {
		padding-right: 27%;
	}
	#main_logo {
		width: 302px;
	}
	#desktop_head {
		padding: 12px 0;
		line-height: 26px;
		height: 26px;
	}
	#desktop_head .head_menu a {
		margin-left: 18px;
	}
	#menu {
		top: 50px;
		height: 72px;
	}
	.menu-item a {
		font-size: 19px;
		line-height: 72px;
		padding: 0 18px;
	}
	ul.sub-menu a {
		font-size: 13px;
		padding: 13px 8px;
	}
	.main_text_left {
		width: 74%;
	}
	.sidebar_right {
		width: 22%;
	}
	#side_videos {
		top: 200px;
	}
	#side_horaire {
		top: 245px;
	}
	#side_boutique {
		top: 290px;
	}
	.side_btn {
		font-size: 15px;
		line-height: 16px;
	}
	.side_btn .fab, .side_btn .far, .side_btn .fas {
		font-size: 17px;
	}
	#side_videos, #side_horaire, #side_boutique {
		width: 165px;
	}
	#side_videos {
		width: 135px;
	}
	.text_btn {
		width: 100px;
	}
	#side_boutique.side_boutique_open {
		width: 220px;
	}
	#search_bar {
		padding: 40px 0;
	}
	#maisons_liste {
		width: 32.5%;
	}
	form#search {
		width: 24%;
	}
	form#search_membre {
		width: 34%;
	}
	#search_or {
		width: 7%;
	}
	#search_or span {
		width: 48px;
	}
	form#search input, form#search_membre input {
		height: 54px;
		font-size: 16px;
	}
	form#search a .far, form#search_membre a .far {
		line-height: 54px !important;
	}
	form#search a, form#search_membre a {
		height: 56px;
		line-height: 54px;
	}
	#search_or span {
		height: 56px;
		line-height: 56px;
	}
	#maisons_liste {
		height: 54px;
		line-height: 54px;
	}
	#maisons_links a {
		padding: 10px 22px;
		font-size: 15px;
	}
	#home_content {
		padding: 70px 0 60px;
	}
	.page_content {
		padding: 70px 0 30px;
	}
	.succ_infos {
		padding: 20px 0;
	}
	.succ_thumbs {
		margin-bottom: 45px;
	}
	.big_text {
		width: 74%;
	}
	.h2_style h2 a {
		top: -130px;
	}
	.sidebar_right_avis .sticky-wrapper.is-sticky .stickers1 {
		width: 17.5%;
	}
	.btn_envoyez_message {
		font-size: 18px;
		line-height: 47px;
		width: 75%;
		padding: 9px 0 9px 5%;
		min-width: 50px;
		max-width: 1000px;
	}
	.btn_imprimez_avis {
		margin-top: 9px;
	}
	.btn_envoyer_fleurs, .btn_envoyez_avis {
		font-size: 16px;
		line-height: 23px;
		padding: 11px 23px;
	}
	.btn_faire_don {
		font-size: 16px;
		padding: 11px 23px;
	}
	h1 .btn_retour_avis {
		font-size: 18px;
		line-height: 40px;
	}
	.avis_wrapper_left {
		width: 25%;
	}
	.avis_wrapper_right {
		width: 72%;
	}
	.avis_wrapper_left .img_defunt_wrapper {
		margin: 0 0 25px 12%;
	}
	.btn_envoyer_fleurs, .btn_envoyez_avis, .btn_faire_don {
		right: -12%;
	}
	.form_tbl td.tbl_label {
		width: 184px;
	}
	.detail_item_left {
		width: 30%;
	}
	.detail_item_right {
		width: 66%;
	}
	.footer_logo {
		height: 70px;
	}
	.footer_logo img {
		width: 100%;
		max-width: 274px;
	}
	#footer_RG .footer_logo img {
		max-width: 258px;
	}
	#footer, #signature {
		font-size: 14px;
	}
}





@media screen and (min-width: 1800px) {
	.window_padding {
		padding: 0 12%;
	}
	#main_logo {
		left: 12%;
		width: 336px;
	}
	#main_avis {
		right: 12%;
	}
	.anchors_wrapper li, .anchors_wrapper li:nth-child(odd) {
		width: 33.33%;
		float: left;
		clear: none;
	}
	.anchors_wrapper li:nth-child(3n+1) {
		clear: left;
	}
	.sidebar_right_avis .sticky-wrapper.is-sticky .stickers1 {
		width: 16.7%;
	}
}