@media all and (min-width: 900px){
	._mobile{
		display: none !important;
	}
	._pc{display: block;}
	.flex._pc{display: flex;}
	.topline ._pc{display: flex;}
	td._pc, th._pc{display: table-cell;}
	/*  ==  LINKBAR  ==  */
	.linkbar{
		display: flex;
	}
	/*  ==  HEADER  ==  */
	.logo{
		height: 120px;
		padding: var(--padding-medium);
		margin:  0 var(--margin-large) 0 var(--margin-small);
	}
	.retrait{
		margin:  0 0 0 var(--margin-large);
		height: 60px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		font-size: 12px;
		line-height: 16px;
	}
	.retrait-ville{
		font-weight: bold;
		font-size: 20px;
	}
	.retrait-adresse{
		color: var(--bg-2nd-color);
		font-weight: 900;
	}
	.panier-viewport, .menu-lateral-left{
		max-width: 300px;
	}
	.menu-subpanel{
		position: absolute;
		min-width: 420px;
		top: 100%;
		left: 0;
		/*right: 10px;*/
		min-height: 310px;
		background: var(--fg-4th-color);
		border-radius: 0 var(--border-radius-medium) var(--border-radius-medium) var(--border-radius-medium);
		box-shadow: 0 2px 2px 0 #0004;
		display: none;
	}
	.subm-title{
		margin: 40px 0;
		border-right: 2px solid var(--fg-1st-color);
		width: 360px;
	}
	.subm-logo{
		height: 300px;
		padding: 20px;
		background: no-repeat center /contain;
		background-origin: content-box;
	}
	.subm-text{
		height: 40px;
		text-align: center;
		font-size: 24px;
		text-transform: uppercase;
		font-weight: 800;
		padding: 5px 0 0;
	}
	.subm-menu{
		margin: 10px 0;
		padding: 0 10px 0 20px;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
	.subm-menu-img{
		position: absolute;
		right: 10px;
		bottom: 10px;
		width: 150px;
	}
	.subm-menu-link{
		padding: 3px 0;
	}
	.subm-menu-link:hover{
		font-weight: bold;
	}
	.menu-subpanel.menu-open{
		display: block;
	}
	.menu-subpanel .sub-menu-block{
		display: flex;
	}
	.header-btn{
		height: 40px;
		width: 40px;
		font-size: 25px;
		display: flex;
	}
	.fiche-vp, .cart-vp{
		height: 100%;
	}
	.fiche-container{
		display: flex;
		justify-content: space-between;
		align-items: stretch;
	}
	.fiche-left{
		width: 55%;
		order: 1;
		min-height: 100%;
	}
	.fiche-right{
		width: 43%;
		order: 2;
		min-height: 100%;
		border-left: var(--border-small) var(--border-style-1st) var(--fg-4th-color);
	}
	.fiche-right .fiche-fixed{
		position: -webkit-sticky;
		position: sticky;
		top: 0;
	}
	.account-menu{
		grid-template-columns: repeat(auto-fill,minmax(350px,1fr));
	}
	.footer-top{
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 40px 0;
	}
	.footer-logo{
		margin: 0;
		max-width: 220px;
	}
	.footer-mid{
		display: flex;
		justify-content: space-between;
	}
	.footer-link{
		display: flex;
	}
	.footer-col{
		text-align: left;
		padding: 0;
		line-height: 27px;
	}
	.footer-col.footer-col1{ margin-right: var(--margin-large);padding-right: var(--padding-large);}
	.footer-col.footer-col2{ margin-left: var(--margin-large);padding-left: var(--padding-large);}
	.footer-top .footer-link{
		padding: var(--padding-large);
	}
	.login-vp{
		align-items: stretch;
		justify-content: space-between;
	}
	.login-box{ width: 48%;}
	.cart-step{
		display: block;
		width: 20%;
		padding: var(--padding-large) 0 var(--padding-large) 35px;
	}
	.cart-step:first-child{
		padding: var(--padding-large) 0;
	}
	.cart-chevron{
		position: absolute;
		top: 0;
		background:  var(--fg-4th-color);
		transform: rotate(45deg);
		height: 50px;
		width: 50px;
		right: -25px;
		z-index: 1;
		border-right: 4px solid  var(--fg-2nd-color);
		border-top: 4px solid  var(--fg-2nd-color);
	}
	.cart-step.cart-step-selected .cart-chevron{
		background: var(--bg-3rd-color);
	}
	.cart-step.cart-step-past .cart-chevron{
		background: var(--bg-2nd-color);
	}

	.info_account.flex > div {
		width: 50%;
	}
	.popup-pickup-tile {
		max-width: 250px;
	}
	.cart-retrait{
		display: flex;
		justify-content: stretch;
	}
	.lieu-box{
		width: 400px;
		border-right: var(--border-small) var(--border-style-1st) var(--fg-4th-color);
		border-bottom: none;
	}
	.lieu-creneau{
		width: 100%;
	}
	.liste-commande {
		font-size: inherit;
	}
	.commande-ref {
		width: 70%;
	}
	.commande-retrait {
		width: 30%;
		text-align: center;
		text-align: -moz-center;
		text-align: -webkit-center;
		border-left: var(--border-small) var(--border-style-1st) var(--fg-4th-color);
	}
	.detail-commande > div {
		width: 50%;
	}
	.right-detail-commande {
		text-align: right;
	}
	.presentation-center {
		width: calc(100% - 400px);
		padding-bottom: 0;
	}
	.presentation-center iframe {
		width: 520px;
		height: 300px;
	}
	.emplacement-description {
		position: absolute;
		top: 50px;
		right: 60px;
		bottom: initial;
		left: initial;
	}
	.med-btn{
		padding: 30px 75px 40px;
		font-size: 40px;
	}
	.med-title{
		font-size: 40px;
		line-height: 45px;
	}
	.med-logo img {
		width: 200px;
	}
	.med-chemin-ccm-tuile {
		width: 150px;
		font-size: inherit;
		line-height: inherit;
	}
	.med-chemin-ccm-tuile-img {
		width: 80px;
	}
	.med-chemin-ccm-line {
		top: 30%;
	}
	.med-topline{
		font-size: 20px;
	}
	.pdt-litige {
		flex-wrap: nowrap;
	}
	.liste-produit{
		grid-template-columns: repeat(auto-fill,minmax(250px,1fr));
	}
	.rayon-title{
		margin: var(--margin-large) 0 var(--margin-medium) 60px;
		font: 900 34px 'reklame', sans-serif;
		letter-spacing: 1px;
	}
	.menu-cat{
		position: relative;
	}
	.pdttag{
		width: 110px;
		font-size: 12px;
	}
	.tuile-produit .prix-final{
		font-size: 18px;
	}
	.prix-box{
		padding: var(--padding-large);
	}
	.cat-actu{
		width: 300px;
		height: 300px;
		border: 2px solid var(--fg-3rd-color);
		border-radius: var(--border-radius-medium);
	}
	.cat-actu-slider{
		padding: 0;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.cat-actu{
		width:30%;
	}
	.panier-vide-img{
		background: no-repeat center /256px;
		width: 256px;
		height: 256px;
	}
	.header-img-fond{
		max-width: inherit;
	}
}