/** 
 * CSS FULL RESPONSIVE
 * 
 * 1. GLOBAL
 * 2. BP 1280
 * 3. BP 1600
 * 4. BP 1920
 *
 * */



/** 1. GLOBAL **/
html, body {
	background: #fff!important;
}
/* hack ie8- */
#page, #PageForm {
	width: auto!important;
}
@media only screen {
	.content, header.content, header .content, #footer.content {/* Use prefix for PA semi-RWD */
		max-width:100%;
	}
}

    /** 2. > BP 1280 **/
@media only screen and (min-width: 1280px) {
    /**** BLOC EDITO ****/
    .spEdImgLeft {
        margin: 0 20px 0 0;
        float: left;
    }
    .spEdImgRight {
        margin: 0 0 0 20px;
        float: right;
    }
    /**** PA ****/
    .shopCrItem {
        width: 33.33%;
    }
    .landCarImgs div {
        width: 1260px;
    }
    .landCarPict span {
		display: none;
	}
	.landCarPict img {
		display: block;
	}
	/* MARKETPLACE */
	.fpTab > .fpSlrName {
		width: 30.6%;
	}
	.slrRate > div {
		border-right: 1px solid #edeff2;
		display: inline-block;
		width: 58%;
	}
	.slrRate > p {
		border-top: none;
		display: inline-block;
		height: 43px;
		margin: 0;
		padding: 0;
		vertical-align: top;
		width: 40%;
	}
	.fpTab > .fpSlrExp {
		width: 36em;
	}

	/* CDS CARD */
	.fpcDisc {
		width: 21.4%;
	}
	.fpcDesc {
		width: 31%;
	}
	.fpcDisc + .fpcDesc {
		width: 20%;
	}
	.fpcDesc + .fpcImg {
		width: 19.6%;
	}
/**** LP ****/
	/* Top */
	.lpCarArrow .crLeft {
		border-right: 1px solid #a4a4a8;
	}
	.lpCarArrow .crRight {
		border-left: 1px solid #a4a4a8;
	}
	/* Filter */
	.lpStElem {
		display: table;
	}

/**** RA ****/
	.raIndLib {
		width: 405px;
	}
	.raInd {
		width: auto;
	}
	.raInd2Pdt, .raInd3Pdt {
		width: 100%;
	}

/**** SP ****/
	.spBasket .spPdtChoice .btGreen, .spBasket .spPdtChoice .btDisabled {
		width: 100%;
	}
}


@media only screen and (min-width: 1490px){
/**** PA ****/
	.shopCrItem {
		width: 25%;
	}
	.disabled .shopCrLeft, .disabled .shopCrRight {
		display: none;
	}
}

/** 3. > BP 1600 **/
@media only screen and (min-width: 1600px) {
/**** RA ****/
	.raInd2Pdt {
		width: 1562px;
	}

/**** SELLERSHOP ****/
	.sMap {
		width: 700px;
	}
	.sCgvContent {
		-webkit-columns: 4;
		-moz-columns: 4;
		columns: 4;
	}
}


/** 4. > BP 1920 **/
@media only screen and (min-width: 1920px) {

/**** RA ****/
	.raIndLib {
		width: 545px;
	}
	.raInd3Pdt {
		width: 1882px;
	}
/**** SELLERSHOP ****/
	.sMap {
		width: 900px;
	}
}

