@charset "utf-8";
/* CSS Document */

/*----------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------*/
/*----------------------- MERCI DE NE RIEN TOUCHER ICI SVP ! -----------------------*/
/*----------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------*/
/*-------------------------------------------------------------- ANTOINE -----------*/
/*----------------------------------------------------------------------------------*/



/* /////////// GENERAL ///////////*/

.main.landing {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	text-align: center;
}

@media screen and (max-width: 1240px) {
	.main.landing {
		padding: 0 15px 30px 15px !important;
	}
}


@media screen and (max-width: 479px) {
    body {
        background: #f0f0f0 !important;
    }
}



/* /////////// BANDEAU PROMO /////////////*/

.main.landing .offer {
	background: linear-gradient(162deg, rgba(10, 55, 130, 1) 0%, rgba(0, 150, 200, 1) 100%);
	max-width: 1500px;
	margin: 30px auto 0 auto;
	text-align: center;
	border-radius: 4px;
	padding: 30px 20px;
}

.main.landing .offer h1 {
	color:#f0f0f0;
	margin: 0;
	font-size: 1.4rem;
	font-weight: 400;
	text-transform: none;
	line-height: normal;
}

.main.landing .offer h1 span:nth-of-type(1) {
	font-size: 7.5rem;
	font-weight: 700;
	color: #ffffff;
	position: relative;
	line-height: 6rem;
	padding-top: 10px;
    display: inline-block;
}

.main.landing .vendredi h1 span:nth-of-type(1) {
	font-size: 5.8rem;
	line-height: 5rem;
}

.main.landing .vendredi h1 span:nth-of-type(1) span {
	font-size: 4rem;
}

.main.landing .fdp h1 span:nth-of-type(1) {
	text-transform: uppercase;
	font-size: 3.7rem !important;
	line-height: 3.5rem !important;
}

.main.landing .offer h1 span:nth-of-type(2) {
	font-size: 1.2rem;
}

.main.landing .offer h1 sup {
	font-size:1.25rem;
	position: absolute;
	top: -30px;
}

.main.landing .vendredi h1 sup {
	top: -20px;
}

.main.landing .fdp h1 sup {
	top: -8px !important;
	right: -10px;
}

.main.landing .offer h1 strong{
	font-weight: 600;
	text-transform: uppercase;
	color: #ffffff;
}

@media screen and (max-width: 460px) {
	.main.landing .vendredi h1 sup { 
		top: 70px !important;
	}
}

@media screen and (max-width: 430px) {
	.main.landing .offer h1 span:nth-of-type(1) {
		font-size: 5.8rem;
		line-height: 5rem;
	}

	.main.landing .offer h1 sup{
		top: -20px;
	}
}



/* /////////// PROMOS PALIERS % ET € ///////////*/

.main.landing .paliers{
	display: flex;
	flex-direction: row;
  	flex-wrap: wrap;
  	align-items: stretch; 
  	justify-content: center;
	grid-gap: 20px;
    max-width:1500px;
	margin:30px auto 0 auto;
}

.main.landing .paliers div {
	flex: 1 1 280px;
	background-color: #ffffff;
	border-radius: 4px;
	padding: 10px;
	text-align: center;
}

.main.landing .paliers div strong {
	font-size: 5rem;
	line-height: normal;
	display: block;
	font-weight: 600;
	color:#505050;
	position: relative;
}

.main.landing .paliers div strong sup {
	font-size:1rem;
	position: absolute;
	top: 17px;
}

.main.landing .paliers div span:nth-of-type(1) {
	font-size:1.4rem;
	line-height:1.4rem;
	font-weight: 500;
	color:#505050;
	display: block;
}

.main.landing .paliers div span:nth-of-type(2) {
	display: inline-block;
	font-size:1rem;
	line-height:1rem;
	font-weight: 400;
	margin-top: 10px;
	color:#969696;
}

.main.landing .paliers div span:nth-of-type(3) {
	display: block;
	font-size:1rem;
	line-height: normal;
	font-weight: 600;
	margin: 5px 0 0 0;
	padding: 10px;
	text-transform: uppercase;
	text-align: center;
	background-color: #f0f0f0!important;
	border-radius: 4px;
	color:#0096ca;
}



/*/////////// PROMO CATÉGORIES & MARQUES ///////////*/

.main.landing .catbrand {
	display: flex;	
	flex-direction: row;
  	flex-wrap: wrap;
  	align-items: stretch; 
  	justify-content: center;
	grid-gap: 20px;
    max-width:1500px;
	margin:30px auto 0 auto;
}

.main.landing .catbrand div {
	flex: 1 1 280px;
	background-color: #ffffff;
	border-radius: 4px;
	padding: 10px;
	text-align: center;
	transition: all ease 0.3s;
}

.catbrand div:hover{
	box-shadow: 0px 5px 0px 0px #0096ca;
}

.main.landing .catbrand div a {
	display: block;
	text-decoration: none;
}

.main.landing .catbrand div a img {
	display: block;
	max-width: 200px;
	margin: 0 auto;
}

.main.landing .catbrand div a strong{
	font-size: 4rem;
	line-height: normal;
	display: block;
	font-weight: 600;
	color:#505050;
	position: relative;
}

.main.landing .catbrand div a span{
	display: block;
	margin: 0 !important;
	padding: 0 !important;
	font-size:1.1rem !important;
	line-height:1.4rem !important;
	font-weight: 500 !important;
	color:#505050 !important;
	background-color: transparent !important;
	text-transform: initial !important;
}

.main.landing .catbrand div span:nth-child(2){
	display: inline-block;
	font-size:1rem;
	line-height:1rem;
	font-weight: 400;
	margin-top:15px;
	color:#969696;
}

.main.landing .catbrand div span:nth-child(3){
	display: block;
	font-size:1rem;
	line-height: normal;
	font-weight: 600;
	margin: 5px 0 0 0;
	padding: 15px;
	text-transform: uppercase;
	text-align: center;
	background-color: #f0f0f0;
	border-radius: 4px;
	color:#0096ca;
}

.main.landing .catbrand div.bloc-config {
	padding-top: 10px;
	height: 100%;
    background-image: url(images/configo.jpg), linear-gradient(180deg, rgba(255,255,255,1) 70%, rgba(223,223,223,1) 100%);;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 400px;
}

.main.landing .catbrand div.bloc-config a {
	display: block;
	width: 100%;
}

.main.landing .catbrand div.bloc-config a img:nth-of-type(1) {
	display: block;
	margin: 0 auto;
	max-width: 239px;
	width: 100%;
}

.main.landing .catbrand div.bloc-config a img:nth-of-type(2) {
	display: block;
	margin: 230px auto 0 auto;
	max-width: 225px;
	width: 100%;
}



/*/////////// PROMO PRODUITS ///////////*/

.main.landing .deals {
    max-width:1500px;
	margin:30px auto 0 auto;
}

.main.landing .deals .sbloc {
	background: none;
}

.main.landing  .product-listing .wrap-list {
	width: 100%;
	display: block;
}

.main.landing .deals .listing-product ul {
	display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	grid-gap: 20px;
	background: none;
}

.main.landing .deals .listing-product ul:first-child {
    border: none;
}

.main.landing .deals .listing-product ul li {
	display: block;
	background-color: #ffffff;
	border-radius: 4px;
	padding: 10px 10px 20px 10px;
	text-align: center;
	transition: all ease 0.3s;
	border-bottom: none;
}

.main.landing .deals .listing-product ul li:hover {
	box-shadow: 0px 4px 0px 0px #0096ca;
}

.main.landing .deals .listing-product ul li .pic {
	display: block;
	width: auto;
	height: auto;
	padding: 10px 0;
	z-index: 1;
	position: relative;
}

.main.landing .deals .listing-product ul li .pic a{
	display: block;
	width: auto;
	height: auto;
}

.main.landing .deals .listing-product ul li .pic a:after {
    background: none !important;
}

.main.landing .deals .listing-product ul li .pic img {
	width: 250px;
	margin-bottom: 0;
	float: none;
}

.main.landing .deals .listing-product ul li .dsp-cell-right {
	display: block;
	width: 100%;
	padding: 0;
	text-align: left;
}

.main.landing .deals .listing-product ul li .dsp-cell-right .pdt-info {
	padding:0 10px;
}

.main.landing .deals .listing-product ul li .dsp-cell-right .pdt-info .title-3 {
	display: block!important;
}

.main.landing .deals .listing-product ul li .dsp-cell-right .pdt-info .title-3 a {
	display: block;
    font-size: 1rem;
	color:#505050;
	height: 18px;
	overflow: hidden;
}

.main.landing .deals .listing-product ul li .dsp-cell-right .pdt-info .title-3 a:hover {
    text-decoration: none;
}

.main.landing .deals .listing-product ul li .dsp-cell-right .pdt-info p.desc {
	font-size: 0.8 rem;
    line-height: 20px;
	height: 40px!important;
	overflow: hidden;
}

.main.landing .deals .listing-product ul li .dsp-cell-right .pdt-info .ratingClient {
    display: block !important;
    height: 18px;
}

.main.landing .deals .listing-product ul li .dsp-cell-right .pdt-info .ratingClient a:hover {
    text-decoration: none;
}

.main.landing .deals .listing-product ul li .dsp-cell-right .pdt-info .odr {
	position: absolute;
	bottom :210px;
	left: 10px;
	display: block;
	margin: 0;
	padding:10px;
	font-weight: 400;
	width: calc(100% - 20px);
	text-align: center;
	background-color: #ff9100;
	border-radius: 4px;
	z-index: 2;
}

.main.landing .deals .listing-product ul li .dsp-cell-right .pdt-info .odr p {
	padding: 0;
	margin: 0;
}

.main.landing .deals .listing-product ul li .dsp-cell-right .pdt-info .odr p a {
	display: block;
	color:#ffffff;
	white-space:normal;
	font-size: 0.65rem;
}

.main.landing .deals .listing-product ul li .dsp-cell-right .pdt-info .odr p a:hover {
	text-decoration: none;
}

.main.landing .deals .listing-product ul li .dsp-cell-right .wrap-stock {
    display: none;
}

.main.landing .deals .listing-product ul li .dsp-cell-right .label-info {
    display: none;
}

.main.landing .deals .listing-product ul li .dsp-cell-right .basket {
	position: relative;
	display: block;
	width: 100%;
	padding: 0 10px;
	text-align: left;
	overflow: hidden;
	height: 80px;
}

.main.landing .deals .listing-product ul li .dsp-cell-right .basket::before {
	position: absolute;
	font-size: 0.8rem;
    font-weight: 400;
    color: #505050;
    bottom: 0;
    left: 10px;
}

.main.landing .deals .listing-product ul li .dsp-cell-right .basket::after {
	display: block;
    font-size: 1.6rem;
    color: #0a3782;
    font-weight: 600;
    line-height: normal;
}

.main.landing .deals .listing-product ul li .dsp-cell-right .basket .price .price {
	position: relative;
	padding:4px 0 0 0;
	margin-bottom: 0;
	display: block;
	color: #505050;
    font-size: 0.9rem;
    font-weight: normal;
    text-decoration: line-through;
}

.main.landing .deals .listing-product ul li .dsp-cell-right .basket .price .price sup {
	display: inline;
	font-size: 0.7rem;
	top: 2px;
}

.main.landing .deals .listing-product ul li .dsp-cell-right .basket .old-price {
	position: relative;
	padding:4px 0 0 0;
	margin-bottom: 0;
	display: block;
	color: #505050;
    font-size: 0.9rem;
    font-weight: normal;
}

.main.landing .deals .listing-product ul li .dsp-cell-right .basket .old-price sup {
	font-size: 0.7rem;
	top: 2px;
	margin-right: 6px;
}

.product-listing .basket .price .price sup, .product-listing .basket .price .new-price {
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 0;
    line-height: normal;
}

.product-listing .basket .price .price sup, .product-listing .basket .price .new-price sup {
	display: inline;
	font-size: 0.8rem;
}

.main.landing .deals .listing-product ul li .dsp-cell-right .basket .add-to-cart{
	position: absolute;
	right: 10px;
	bottom: 0;
	width: 60px;
}

.main.landing .deals .listing-product ul li .pic:before {
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	color: #ffffff;
	background-color: #0096ca;
	text-align: center;
	font-size: 0.85rem;
	border-radius: 4px;
	z-index: 2;
}

@media screen and (max-width: 1023px) {
	.main.landing .deals .listing-product ul li .dsp-cell-right .pdt-info .odr {
		bottom: 182px;
	}
}

@media screen and (max-width: 374px) {
	.main.landing .deals .listing-product ul li .dsp-cell-right .pdt-info .odr {
		bottom: 146px;
	}
}



/*/////////// UTILISATION CODE PROMO ///////////*/

.main.landing .howtouse {
    max-width: 1500px;
    margin: 30px auto;  
    text-align: center;
}

.main.landing .howtouse p.titlehow{
    margin: 50px auto 20px auto;
    font-style: italic;
    font-size: 18px;
    line-height: 22px;
    font-weight: 300;
    letter-spacing: 3px;
    text-transform: uppercase;
    color:#505050;
}

.main.landing .howtouse ul {
	display: flex;
	flex-direction: row;
  	flex-wrap: wrap;
  	align-items: stretch; 
  	justify-content: center;
	grid-gap: 20px;
}


.main.landing .howtouse ul li {
	flex: 1 1 250px;
    position: relative;
    background-color: #fff;
    border-radius:4px;
    text-align: center;
    padding:30px 20px 20px 20px;
	transition: all ease 0.3s;
	text-align: center;
	min-height: 280px;
}

.main.landing .howtouse ul.x3 li {
	flex: 1 1 295px;
	min-height: auto;
}

.main.landing .howtouse ul li span {
	display: inline-block;
    font-size:42px;
    color:#0A3782;
    font-weight: 600;
    margin-top:25px;
    text-align: center;
}

.main.landing .howtouse ul li span:before {
    content:"";
    display: inline-block;
    width: 160px;
    height: 160px;
    border-radius:50%;
    position: absolute;
    background-color: rgba(0,0,0,0.05);
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}


.main.landing .howtouse ul li img {
	z-index: 2;
    display: block;
    margin: 20px auto 50px auto;
    position: relative;
}



/*/////////// BAS DE PAGE ///////////*/

.main.landing a.button { 
    margin: 30px auto 0 auto;
    color: #ffffff;
	display: inline-block;
}

.main.landing p.mentions {
	max-width:1500px;
    text-align: center;
	font-size:10px;
	color: #969696;
	line-height: 16px;
	margin: 30px auto 30px auto;
}

.main.landing p.mentions a {
	color: #969696;
}
