body,
html {
	margin: 0;
	padding: 0;
}


/*main*/

#center,
#contenuhome,
#center_part_2_full {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}

body {
	background-color: #ffffff;
}

.main.landing {
	background-color: #ffffff;
}

.main.landing h2 {
	text-transform: none!important;
}

#apple-shop {
	background-color: #ffffff;
	max-width: 1000px;
	margin: 0 auto;
	font-family: 'SFHelloRegular', sans-serif;
	margin-bottom: 40px;
}

#apple-shop .cursor {
	cursor: default;
}


/*navigation*/

#apple-shop div.header {
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 20px;
}

#apple-shop div.header nav {
	background-color: #f6f6f6;
	padding: 15px 0px 15px 0px;
	overflow: hidden;
}

#apple-shop div.header .logo {
	left: 30px;
	position: absolute;
	top: 25px;
}

#apple-shop div.header nav ul {
	/*overflow: hidden;*/
	margin-top: 0px;
	margin-left: 0px;
}

#apple-shop div.header nav ul li {
	float: left;
	list-style: none;
	font-size: 17px;
	margin-right: 20px;
	margin-top: 5px;
}

#apple-shop div.header nav ul li:first-child {
	margin-left: 0px;
}

#apple-shop div.header nav ul li:last-child {
	margin-right: 0px;
}

#apple-shop div.header nav ul li a {
	color: #434748;
	background-color: white;
	padding: 15px 0px 15px 0px;
	border-style: solid;
	border-width: 1px;
	border-radius: 3px;
	display: inline-block;
	margin: 4px 2px;
	text-decoration: none;
	width: 110px;
	text-align: center;
}

#apple-shop div.header nav ul li a.active {
	color: white;
	background-color: #D14600;
	padding: 15px 0px 15px 0px;
	border-width: 1px;
	border-radius: 4px;
	border-color: #d14600;
}

#apple-shop div.header nav ul li a.active::after {
	background-color: white;
	width: 100%;
}

#apple-shop div.header nav ul li a:hover {
	color: white;
	background-color: #b23c00;
	border-radius: 5px;
	border-style: solid;
	border-width: 1px;
	border-radius: 4px;
	border-color: #b23c00;
	display: inline-block;
	margin: 4px 2px;
	text-decoration: none;
}

#apple-shop div.header nav ul li a:hover::after {
	width: 100%;
	background-color: #000000;
}

#apple-shop div.header nav ul li a span {
	transform: rotate(90deg);
	display: inline-block;
}

#apple-shop div.header nav ul li ul.sous a span {
	transform: rotate(0deg);
	display: inline;
}

#apple-shop div.header nav div.burger {
	display: none;
}

#apple-shop div.header nav div.close {
	display: none;
}

.sous {
	display: none;
	background-color: #ffffff00;
	z-index: 1000;
	min-height: 185px;
}

#apple-shop div.header nav ul li ul.sous {
	margin-right: -20px;
}

nav>ul li .sous {
	padding: 0;
}

nav>ul li:hover .sous {
	display: block;
}

#apple-shop div.header nav ul li ul.sous li {
	float: none;
	text-align: left;
	margin-left: 0;
	margin-top: 0;
}

#apple-shop div.header nav ul li ul.sous a:hover::after {
	display: none;
}

.sous a {
	padding: 0px 5px 7px 5px!important;
	border-radius: 0%!important;
	color: #434748!important;
	border-width: 0px!important;
	background-color: #f6f6f6!important;
	width: 195px!important;
	text-align: left!important;
	font-size: 15px!important;
}

/*.menufix{
	padding-right:15px!important;
}*/

.sous a:hover {
	background-color: #f0f0f0;
	color: #D14600!important;
}

#apple-shop div.header.sous nav ul li a {
	color: #434748;
	background-color: white;
	padding: 15px 5px 15px 0px;
	border-style: solid;
	border-width: 1px;
	border-radius: 3px;
	display: inline-block;
	margin: 4px 2px;
	text-decoration: none;
	width: 110px;
	text-align: center;
}

#apple-shop .mega {
	position: absolute;
	margin: 30px 10px 10px -110px;
	width: 600px;
}


#apple-shop .mega2 {
	position: absolute;
	margin: 30px 10px 10px -245px;
	width: 600px;
}

#apple-shop .mega3 {
	position: absolute;
	margin: 30px 10px 10px -435px;
	width: 600px;
}

#apple-shop .mega3 a{
	
	width: 215px!important;
}

#apple-shop .mega4 {
	position: absolute;
	margin: 30px 10px 10px -480px;
	width: 600px;
}

#apple-shop .mega4 a{
	width: 260px!important;
}

#apple-shop .mega5 {
	position: absolute;
	margin: 30px 10px 10px -588px;
	width: 600px;
}

#apple-shop .mega6 {
	position: absolute;
	margin: 30px 0px 10px -720px;
	width: 800px;
}

#apple-shop .dropDownMenu ul {
	display: -webkit-inline-box;
	flex-wrap: unset;
}

#apple-shop .dropDownMenu ul li {
	flex: 0 0 20%;
	max-width: 100%;
	position: relative;
	min-height: 1px;
}

#apple-shop .title-mega {
	text-align: center;
	font-size: 25px!important;
	margin-bottom: -30px!important;
	top: -8px!important;
	
}

#apple-shop .title-mega a {
	font-size: 25px!important;
	
}


/*categories*/

#apple-shop div.cat {
	background-color: #ffffff;
	padding: 20px 20px 0 20px;
	overflow: hidden;
}

#apple-shop div.cat .cat-a {
	width: 472px;
	height: 380px;
	border: 1px solid #DBDBDB;
	display: block;
	margin-bottom: 20px;
	text-decoration: none;
	position: relative;
	border-radius: 3px;
}

#apple-shop div.cat .cat-a:hover p:nth-child(2)::after {
	width: 88px;
}

#apple-shop div.cat .cat-a:nth-child(even) {
	float: right;
}

#apple-shop div.cat .cat-a:nth-child(odd) {
	float: left;
}

#apple-shop div.cat .cat-a p:nth-child(1) {
	position: absolute;
	font-size: 25px;
	font-weight: bold;
	color: #000000;
	top: 35px;
	margin: 0;
	left: 50%;
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

#apple-shop div.cat .cat-a a:nth-child(2) {
	color: #434748;
	background-color: white;
	padding: 15px 40px 15px 40px;
	border-style: solid;
	border-width: 1px;
	border-radius: 3px;
	display: inline-block;
	margin: 4px 2px;
	text-decoration: none;
	text-align: center;
	position: absolute;
	top: 95px;
	margin: 0;
	font-size: 17px;
	left: 50%;
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

#apple-shop .sous span {
	font-variant: small-caps;
}


/*Produit*/

#apple-shop div.produit {
	background-color: #ffffff;
	padding: 20px 20px 0 20px;
	overflow: hidden;
}

#apple-shop div.produit .prod {
	width: 470px;
	height: 441px;
	border: 1px solid #DBDBDB;
	display: block;
	margin-bottom: 20px;
	text-decoration: none;
	position: relative;
	border-radius: 3px;
}

#apple-shop div.produit .fwid {
	width: 960px;
	
	border: 1px solid #DBDBDB;
	display: block;
	margin-bottom: 20px;
	text-decoration: none;
	position: relative;
	border-radius: 3px;
}

#apple-shop div.produit .fwid img{
position: absolute;
bottom: 0;
margin-left: 25%;
}

#apple-shop div.produit .prod:hover p:nth-child(2)::after {
	width: 88px;
}

#apple-shop div.produit .prod:nth-child(even) {
	float: right;
}

#apple-shop div.produit .prod:nth-child(odd) {
	float: left;
}

#apple-shop div.produit .prod.accessoires {
	width: 1170px;
	height: 220px;
	float: none;
	clear: both;
}

#apple-shop div.produit .prod.compartif img {
	float: right;
	margin-right: 25%;
}

#apple-shop div.produit .prod a:nth-child(1) {
	position: absolute;
	min-width: max-content;
	font-size: 25px;
	font-weight: bold;
	color: #000000;
	top: 40px;
	margin: 0;
	left: 50%;
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

#apple-shop div.produit .prod a:nth-child(1) a:hover {
	text-decoration: none;
}

#apple-shop div.produit .prod a:nth-child(2) {
	color: #ffffff;
	background-color: #d14600;
	padding: 15px 20px 15px 20px;
	border-style: solid;
	border-color: #d14600;
	border-width: 1px;
	border-radius: 3px;
	display: inline-block;
	margin: 4px 2px;
	text-decoration: none;
	text-align: center;
	position: absolute;
	top: 105px;
	margin: 0;
	font-size: 17px;
	left: 50%;
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

#apple-shop div.produit .prod a:nth-child(2) a {
	text-decoration: none;
	color: white;
}

#apple-shop div.produit .prod a:nth-child(3) {
	color: #434748;
	background-color: white;
	padding: 15px 27px 15px 27px;
	border-style: solid;
	border-width: 1px;
	border-radius: 3px;
	display: inline-block;
	margin: 4px 2px;
	text-decoration: none;
	text-align: center;
	position: absolute;
	top: 180px;
	margin: 0;
	font-size: 17px;
	left: 50%;
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

#apple-shop div.produit .prod a:nth-child(3) a {
	text-decoration: none;
	color: #434748;
}

#apple-shop div.produit .prod span {
	font-variant: small-caps;
}

#apple-shop div.produit .prod span a {
	width: 0px;
	height: 0px;
	border: 0px solid #DBDBDB;
	display: block;
	margin-bottom: 0;
	text-decoration: none;
	border-radius: 0;
}

#apple-shop .app-care-box {
	background-color: #d14600;
}

#apple-shop .disp-none {
	display: none!important;
}

#apple-shop div.produit .prod.app-care-box a:nth-child(1) {
	top: 45px!important;
	text-align: center;
	color: #ffffff;
}

#apple-shop div.produit .prod.app-care-box a:nth-child(2) {
	top: 120px!important;
	text-align: center;
	background-color: transparent;
	color: #ffffff;
	border: #ffffff;
	border-style: solid;
	border-width: 1px;
	
}

#apple-shop div.produit .prod.app-care-box a:nth-child(3) {
	top: 190px!important;
	text-align: center;
	background-color: #ffffff;
	color: #434748;
	
}

.app-comp-box {
	background-color: #008196;
}

.crack-comp-box {
	background-color: #283a62!important;
}

.reprise-comp-box {
	background-color: #253c32!important;
}

#apple-shop div.produit .prod.reprise-comp-box a:nth-child(1) {
	top: 225px!important;
	text-align: center;
	color: #ffffff;
	background-color: #253c32;
}

#apple-shop div.produit .prod.reprise-comp-box a:nth-child(2) {
	top: 330px;
}

#apple-shop div.produit .prod.crack-comp-box a:nth-child(1) {
	top: 225px!important;
	text-align: center;
	color: #ffffff;
	background-color: #283a62;
}

#apple-shop div.produit .prod.crack-comp-box a:nth-child(2) {
	top: 330px;
}

#apple-shop div.produit .prod.app-comp-box a:nth-child(1) {
	top: 250px!important;
	text-align: center;
	color: #ffffff;
	background-color: #008196;
}

#apple-shop div.produit .prod.app-comp-box a:nth-child(2) {
	top: 330px;
}

#apple-shop div.produit .banner-full img {
	width: 960px;
	border-radius: 3px;
	border: 1px solid #DBDBDB;
	display: block;
	margin-bottom: 20px;
	text-decoration: none;
	position: relative;
	border-radius: 3px;
}

#apple-shop div.produit .hide-desk {
	background-color: #f5f5f5;
}

#apple-shop div.produit .hide-desk a {
	display: contents;
}

#apple-shop div.produit .banner-full a {
	display: contents;
}




/*-ADD TOP*/

#apple-shop div.add-top p {
	position: relative;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: -70px;
	left: 280px;
	text-align: center;
	top: 80px;
}


/* responsive */


@media screen and (min-width: 1210px) {

	#apple-shop div .prod.app-comp-box.fwid img{
		margin-left: 25%!important;
	}

}

@media screen and (max-width: 1210px) {
	#apple-shop div.cat {
		width: 100%;
	}
	#apple-shop div.cat .cat-a {
		max-width: 49%;
	}
	#apple-shop div.cat .cat-a img {
		width: 100%;
	}
	#apple-shop div.produit {
		width: 100%;
	}
	#apple-shop div.produit .prod {
		max-width: 49%;
	}
	/*#apple-shop div.produit .prod.app-comp-box .fwid img {
		margin: left 31%, important !important;
		
	}*/
	#apple-shop div.produit .prod.accessoires {
		width: 100%;
		max-width: 100%;
		overflow: hidden;
	}
	#apple-shop div.produit .prod.accessoires img {
		width: auto;
	}

		#apple-shop div.produit .fwid img {
		position: absolute;
		bottom: 0;
		 margin-left: 0%; }
}

@media screen and (max-width: 1180px) {
	#apple-shop div.header nav ul li {
		margin-right: 80px;
	}
	#apple-shop div.header nav ul li {
		margin-right: 20px!important;
	}

	#apple-shop div.produit .fwid img {
		position: absolute;
		bottom: 0;
		 margin-left: 0%; 
	}

	
}



@media screen and (max-width: 1024px) {
	#apple-shop div.header nav {
		position: relative;
		height: 110px;
		overflow: hidden;
		transition: all 0.3s ease-out;
	}
	#apple-shop div.header nav ul {
	
		margin-right: 90px;
		overflow: visible;
		margin-top: 40px!important;
		padding-top: 1px;
	}
	#apple-shop div.header nav.open {
		height: 475px;
	}
	#apple-shop div.header nav ul li {
		float: none;
		clear: both;
		text-align: left;
		margin-left: 0 !important;
		margin-right: 0 !important;
		margin-bottom: 10px;
		color: #f3f3f3;
		border-bottom: solid;
		border-width: 1px;
	}
	#apple-shop div.header nav ul.sous {
		display: none;
	}
	#apple-shop div.header nav div.burger {
		display: block;
		width: 30px;
		height: 25px;
		float: right;
		margin-right: 100px;
		margin-top: 10px;
		cursor: pointer;
	}
	#apple-shop div.header nav div.close {
		width: 30px;
		height: 25px;
		float: right;
		margin-right: 20px;
		margin-top: 30px;
	}
	#apple-shop div.header nav ul li a span {
		display: none;
	}
	#apple-shop div.header nav ul li:first-child:before {
		content: "";
		width: 100%;
		margin: 96px auto 12px auto;
		display: block;
		background-color: #000000;
	}
	#apple-shop div.header nav ul li a::after {
		content: "";
		margin: 12px auto 12px auto;
		display: block;
		background-color: #6f6f6f;
	}
	#apple-shop div.header nav ul li a:hover::after {
		width: 30%;
	}
	.burger-off {
		display: none !important;
	}
	.close-on {
		display: block !important;
	}
	#apple-shop div.header nav ul li a.active {
		color: #434748;
		display: contents;
	}
	#apple-shop div.header nav ul li a {
		display: contents;
		color: #434748;
		font-size: 20px;
	}
	#apple-shop div.header nav ul li a:hover {
		display: contents;
		color: #d14600;
	}
	#apple-shop span.accueil {
		color: #434748;
		background-color: white;
		padding: 15px 0px 15px 0px;
		border-style: solid;
		border-width: 2px;
		border-radius: 3px;
		display: inline-block;
		margin: 4px 2px;
		text-decoration: none;
		width: 110px;
		text-align: center;
	}

	#apple-shop div.produit .fwid {
		width: 960px;
		
		border: 1px solid #DBDBDB;
		display: block;
		margin-bottom: 20px;
		text-decoration: none;
		position: relative;
		border-radius: 3px;
	}
}

@media screen and (max-width: 1023px) {
	#apple-shop .add-top {
		display: none;
		margin-top:33px;
	}
	#apple-shop div.header nav {
		background-color: #ffffff;
	}
}

@media screen and (min-width: 1023px) {
	#apple-shop .logo {
		display: none;
	}
	#apple-shop div.header nav{
		display: flex;
		justify-content: center;
	}
}

@media screen and (min-width: 650px) {
	#apple-shop div.produit .hide-desk {
		display: none;
	}
}

@media screen and (max-width: 1100px) {
	#apple-shop div.cat .cat-a {
		overflow: hidden;
		position: relative;
	}
	#apple-shop div.cat .cat-a p {
		z-index: 2;
	}
	#apple-shop div.cat .cat-a a {
		z-index: 2;
	}
	#apple-shop div.cat .cat-a img {
		position: absolute;
		bottom: 0;
		right: 0;
		z-index: 1;
	}
	#apple-shop div.produit .prod {
		overflow: hidden;
		position: relative;
	}
	#apple-shop div.produit .prod a {
		z-index: 2;
	}
	#apple-shop div.produit .prod img {
		position: absolute;
		bottom: 0;
		right: 0;
		z-index: 1;
	}

	#apple-shop div.produit .prod.center.fitness img {
		/* position:unset; */
	}
}

@media screen and (max-width: 900px) {
	#apple-shop div.cat .cat-a img {
		width: 110%;
	}
	#apple-shop div.cat .cat-a.center img {
		width: 96%;
		/* margin-bottom: 50px!important; */
	}
	#apple-shop div.produit .prod img {
		width: 110%;
	}
	#apple-shop div.produit .prod.center img {
		width: 100%;
	}
	#apple-shop .app-comp-box img {
		/* position: unset; */
		bottom: 80px!important;
		right: 0;
		z-index: 1;
	}
}

@media screen and (max-width: 800px) {
	#apple-shop div.cat .cat-a img {
		width: 120%;
	}
	#apple-shop div.produit .prod img {
		width: 120%;
	}
}

@media screen and (max-width: 726px) {
	#apple-shop div.produit .prod a:nth-child(2) {
		padding: 14px 11px 14px 11px;
	}
	#apple-shop div.produit .prod a:nth-child(3) {
		padding: 15px 18px 15px 18px;
	}
}

@media screen and (min-width: 650px) {
	#apple-shop div.produit .prod a:nth-child(2) {
		padding: 14px 11px 14px 11px;
	}
	#apple-shop div.produit .prod a:nth-child(3) {
		padding: 15px 18px 15px 18px;
	}
}

@media screen and (max-width: 700px) {
	#apple-shop div.cat .cat-a img {
		width: 130%;
	}
	#apple-shop div.produit .prod img {
		width: 130%;
	}
}

@media screen and (max-width: 650px) {
	#apple-shop div.produit .banner-full {
		display: none;
	}
	#apple-shop div.cat .cat-a {
		max-width: 100%;
		width: 100%;
		float: none;
		clear: both;
	}
	#apple-shop div.cat .cat-a img {
		width: 90%;
	}
	#apple-shop div.produit .prod {
		max-width: 100%;
		width: 100%;
		float: none;
		clear: both;
	}
	#apple-shop div.produit .prod img {
		width: 90%;
	}
}

@media screen and (max-width: 650px) {
	#apple-shop div.cat .cat-a img {
		width: 90%;
	}
	#apple-shop div.produit .prod img {
		width: 90%!important;
		left: 30px;
	}

}

@media screen and (max-width: 550px) {
	#apple-shop div.cat .cat-a img {
		width: 100%;
	}
	#apple-shop div.produit .prod img {
		width: 100%!important;
		left: 0px;
	}
}

@media screen and (max-width: 450px) {
	#apple-shop div.cat.produit .prod img {
		width: 110%!important;
	}
	#apple-shop div.produit .hide-desk img {
		width: 125%!important;
		left: -50px;
	}
}

@media screen and (max-width: 400px) {
	#apple-shop div.cat .cat-a img {
		width: 120%;
	}
	#apple-shop div.produit .prod img {
		width: 120%;
	}
}

@media screen and (max-width: 360px) {
	#apple-shop a.line-height p:nth-child(1) {
		line-height: 30px;
	}
	#apple-shop a.line-height p:nth-child(2) {
		top: 90px !important;
	}
}

.testfl{
	display: flex;
	/* Permet d'enlever les puces de la liste */
	list-style-type: none;
	/* Ajoute des espacements pour plus de visibilité */
	justify-content: space-around;
}


#apple-shop div.produit .prod.center.fitness img {
	margin-top: 363px;
}

#apple-shop div.produit .prod.center.fitness  {
	background: #f3f3f3;
}