@charset "utf-8";
/* CSS Document */

/*----------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------*/
/*----------------------- MERCI DE NE RIEN TOUCHER ICI SVP ! -----------------------*/
/*----------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------*/
/*-------------------------------------------------------------- ANTOINE -----------*/
/*----------------------------------------------------------------------------------*/

/* /////////// GENERAL ///////////*/

.main.landing {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	text-align: center;
	min-height: 65vh;
}

@media screen and (max-width: 1240px) {
	.main.landing {
		padding: 0 15px 30px 15px !important;
	}
}



/* /////////// BANDEAU PROMO /////////////*/

.main.landing .offer {
	    background: linear-gradient(162deg, rgba(251, 251, 163, 1) 0%, rgba(156, 255, 189, 1) 100%);
	max-width: 1500px;
	margin: 30px auto 0 auto;
	text-align: center;
	border-radius: 4px;
	padding: 30px 20px;
}

.main.landing .offer h1 {
	color:#001d3d;
	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: #001d3d;
	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: -25px;
}

.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: #001d3d;
}

@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: flex-start; 
  	justify-content: center;
	grid-gap: 20px;
    max-width:1500px;
	margin:30px auto 0 auto;
}

.main.landing .paliers div {
	flex: 1 1 280px;
	background-color: #f7f7f7;
	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:#333333;
	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:#333333;
	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:#999999;
}

.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: #ffffff!important;
	border-radius: 4px;
	color:#07c546;
}



/*/////////// PROMO CATÉGORIES & MARQUES ///////////*/

.main.landing .catbrand {
	display: flex;	
	flex-direction: row;
  	flex-wrap: wrap;
  	align-items: flex-start; 
  	justify-content: center;
	grid-gap: 20px;
    max-width:1500px;
	margin:30px auto 0 auto;
}

.main.landing .catbrand div {
	flex: 1 1 290px;
	background-color: #f7f7f7;
	border-radius: 4px;
	padding: 10px;
	text-align: center;
	transition: all ease 0.3s;
}

.catbrand div:hover{
	box-shadow: 0px 5px 0px 0px #07c546;
}

.main.landing .catbrand div a {
	display: block;
}

.main.landing .catbrand div a img {
	display: block;
	max-width: 200px;
	margin: 0 auto;
	mix-blend-mode: darken;
}

.main.landing .catbrand div strong{
	font-size: 4rem;
	line-height: normal;
	display: block;
	font-weight: 600;
	color:#333333;
	position: relative;
}

.main.landing .catbrand div strong sup{
	font-size:1rem;
	position: absolute;
	top: 15px;
}

.main.landing .catbrand div span:nth-of-type(1){
	font-size:1.1rem;
	line-height:1.4rem;
	font-weight: 500;
	color:#333333;
	display: block;
}

.main.landing .catbrand div span:nth-of-type(2){
	display: inline-block;
	font-size:1rem;
	line-height:1rem;
	font-weight: 400;
	margin-top:15px;
	color:#999999;
}

.main.landing .catbrand div span:nth-of-type(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: #ffffff!important;
	border-radius: 4px;
	color:#07c546;
}

.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;
	padding-top: 0;
	padding: 0;
}

.main.landing  .product-listing {
	border-top: none;
	grid-gap: 0;
	display: block;
}

.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(285px, 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: #f7f7f7;
	border-radius: 4px;
	padding: 10px 10px 35px 10px;
	text-align: center;
	transition: all ease 0.3s;
	border-bottom: none;
	position: relative;
}

.main.landing .deals .listing-product ul li .ratingClient {
	display: none;
}
.main.landing .deals .listing-product ul li .label--promo {
	background-color: #07c546;
	z-index: 3;
}

.main.landing .deals .listing-product ul li:hover {
	box-shadow: 0px 4px 0px 0px #07c546;
}

.main.landing .deals .listing-product ul li .price {
	position: relative;
	text-align: left;
	margin-top: 20px;
	padding-left: 10px;
}

.main.landing .deals .listing-product ul li .price .price {
	text-decoration: line-through;
	color: #505050;
	font-weight: 500;
	font-size: 0.875rem;
	padding-left: 0;
}

.main.landing .deals .listing-product ul li .price::after {
    font-size: 1.25rem;
	color: #001d3d;
    font-weight: 700;
    text-decoration: none !important;
    margin-left: 6px;
}

.main.landing .deals .listing-product ul li .price::before {
	position: absolute;
	top: 22px;
    font-size: 0.85rem;
    font-weight: 400;
    color: #07c546;
    left: 10px;
}

.main.landing .deals  .listing-product .button.add-to-cart {
	bottom: 5px;
}

.main.landing .deals .listing-product ul li .price .price::after {
	display: none;
}

.main.landing .deals .listing-product ul li .price .price::before {
	display: none;
}

.main.landing .deals .listing-product ul li .pic {
	display: block;
	width: auto;
	height: auto;
	padding: 10px 0;
	z-index: 1;
	position: relative;
	mix-blend-mode: darken;
}

.main.landing .deals .listing-product ul li .pic:before {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    color: #ffffff;
    background-color: #07c546;
    text-align: center;
    font-size: 0.85rem;
    border-radius: 4px;
    z-index: 2;
}

.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 {
	max-width: 250px;
	width: 100%;
	margin-bottom: 0;
	float: none;
}

.listing-product ul:not(.pagination) li>.listing-product__odr {
	display: block !important;
    position: absolute;
    top: 240px;
    width: 91.5%;
    color: #ffffff;
    background-color: #ff3c00;
    text-align: center;
    font-size: 0.85rem;
    border-radius: 4px;
    z-index: 2;
    left: 50%;
    margin-left: -45%;
}

.main.landing .deals  .listing-product .listing-product__infos .label {
	position: absolute;
	top: 10px;
	left: 10px;
}

.main.landing .deals .listing-product .listing-product__infos {
	text-align: left;
	padding: 0 10px !important;
}

.main.landing .deals .listing-product .listing-product__infos h3 {
	display: block;
	text-align: left;
	overflow: hidden;
	height: 22px;
}

.main.landing .deals  .listing-product .listing-product__infos h3:hover {
	text-decoration: none;
}

.main.landing .deals .listing-product .button.add-to-cart {
	margin: 16px ;
	display: block;
	bottom: 3px;
	right: 0;
}

/* /////////// BLOCS UNIVERS ///////////*/

.main.landing p.titre-univers {
    margin: 60px auto 20px auto;
    font-style: italic;
    font-size: 18px;
    line-height: 22px;
    font-weight: 300;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #001d3d;
}

.main.landing .univers {
	display: flex;
	flex-direction: row;
  	flex-wrap: wrap;
  	align-items: flex-start; 
  	justify-content: center;
	grid-gap: 20px;
    max-width:1500px;
	margin:30px auto 0 auto;
}

.main.landing .univers a {
	padding: 100px 20px;
	display: block;
	flex: 1 1 290px;
	border-radius: 4px;
	text-align: center;
	height: 250px;
	min-width: 320px;
	transition: all 0.3s ease;
}

.main.landing .univers a:hover {
	text-decoration: none;
	box-shadow: 0px 5px 0px 0px #07c546;
}

.main.landing .univers a span {
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 100;
	font-size: 18px;
	letter-spacing: 10px;
	font-style: italic;
	line-height: 25px;
	position: relative;
	top: 15px;
	text-shadow: 0px 0px 10px #000000;
}

.main.landing .univers a.double span {
	top: 0;
}

.main.landing .univers a:nth-child(1) {
	background: url(images/telephonie.jpg) center center no-repeat;
}

.main.landing .univers a:nth-child(2) {
	background: url(images/image.jpg) center center no-repeat;
}

.main.landing .univers a:nth-child(3) {
	background: url(images/photo.jpg) center center no-repeat;
}

.main.landing .univers a:nth-child(4) {
	background: url(images/son.jpg) center center no-repeat;
}

.main.landing .univers a:nth-child(5) {
	background: url(images/puericulture.jpg) center center no-repeat;
}

.main.landing .univers a:nth-child(6) {
	background: url(images/composants.jpg) center center no-repeat;
}

.main.landing .univers a:nth-child(7) {
	background: url(images/peripheriques.jpg) center center no-repeat;
}

.main.landing .univers a:nth-child(8) {
	background: url(images/tablette.jpg) center center no-repeat;
}

.main.landing .univers a:nth-child(9) {
	background: url(images/jeux.jpg) center center no-repeat;
}

.main.landing .univers a:nth-child(10) {
	background: url(images/electromenager.jpg) center center no-repeat;
}

.main.landing .univers a:nth-child(11) {
	background: url(images/sport.jpg) center center no-repeat;
}

.main.landing .univers a:nth-child(12) {
	background: url(images/maison.jpg) center center no-repeat;
}
.main.landing .univers a:nth-child(13) {
	background: url(images/ordinateur.jpg) center center no-repeat;
}

/*/////////// 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: flex-start; 
  	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:11px;
	color: #333333;
	line-height: 16px;
	margin: 30px auto 30px auto;
}

.main.landing p.mentions a {
	color: #333333;
}

