@charset "utf-8";
/* CSS Document */

/*------------------------------------*/
/*------------OBLIGATOIRE-------------*/
/*------------------------------------*/
body, html{margin:0;padding:0;}
/*ON ENLEVE LE FIL D'ARIANE*/
.main .cheminDeFer{display: none !important;}
/*ON ENLEVE LA PAGINATION ET LA NAV AU CAS OU IL Y AURAIT PLUSIEURS PAGES*/
.navList {display:none !important;}
.pager{display: none !important;}

/*.bloc_contact #bar.offline { display: none; }
*/
/*------------------------------------*/
/*-------------FACULTATIF-------------*/
/*------------------------------------*/
/*ON ENLEVE LES MARGES AUTOUR DU HEADER*/
#headerWrapper { margin-bottom:0; margin-top:0; }
/*SUPPRIMER LES MARGES OBLIGE A DEBUGGER LE MINI-HEADER*/
body.miniHeader .ghostHeader{padding-top:130px; display:block;}
/*DEBUGGER LE MINI-HEADER OBLIGE A ENLEVER LA BARRE D'ADMIN*/
#topMenu {display:none !important;}
/*ON PREND 100% DE LA LARGEUR DE LA PAGE*/
#Top.main {width:100%;}

#body {
	width: 100%;
}

#bloc_ariane {
	display: none;
}
.navigationPage {
	padding: 0;
}
#content-container {
    background-color: #EBEBEB;
}
#bloc_brand {
	margin-top: 4px;
}
.bloc_top_product {
    max-width: 1000px;
    margin: 0 auto;
}

/** FONT **/

/** CSS Global **/
.landing {
	width: 100%;
	background-color: #FFFFFF;    
}

.landing .content {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	padding: 15px 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #646569;
}
.landing .content h1 {
	position: relative;
	text-align: center;
	font-size: 40px;
	line-height: 32px;
	font-weight: 700;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-bottom: 5px;
	margin-top: 75px;
}
.landing .content h1:before {
	content: "";
	position: absolute;
	width: 70px;
	height: 10px;
	background-color: #FFFFFF;
	top: 2px;
	left: 150px;
}
.landing .content h2 {
	text-align: center;
	font-size: 52px;
	line-height: 60px;
	font-weight: 700;
	text-transform: uppercase;
	color: #3b3d40;
	margin: 0;
}
.landing .content p.intro {
	font-size: 23px;
	font-weight: 300;
	line-height: 28px;
	margin-top: 10px;
	margin-bottom: 40px;
	margin-top: 20px
}
.landing .content a.ArubaLink {
	display: block;
	margin: 0 auto;
	font-size: 15px;
	line-height: 55px;
	width: 425px;
	text-align: center;
	color: #FFFFFF;
	background-color: #ff8300;
	border-radius: 40px;
	text-decoration: none;
	transition: all 0.3s;
	border: 2px solid #f0f9f6;
	transition-duration: 0.3s;
}
.landing .content a.ArubaLink:hover {
	background-color: #f0f9f6;
	border-color: #ff8300;
	color: #ff8300;
}

.landing .text-center{
	text-align: center;
}

.landing .FicheProduit {
	display: inline-block;
	width: 250px;
	height: 250px;
	background-color: rgba(255,255,255,0.7);
	margin-right: 25px;
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.10);
	text-align: center;
	text-decoration: none;
	transition-duration: 0.2s;
}
.landing .FicheProduit:hover {
	background-color: rgba(255,255,255,1);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.20);
}
.landing .FicheProduit:last-child {
	margin-right: 0;
}
.landing .FicheProduit img {
	display: block;
	margin: 20px auto 10px auto;
	height: 116px;
}
.landing .FicheProduit p {
	font-size: 13px;
	line-height: 14px;
	color: #656b6f;
}
.landing .FicheProduit .link {
	position: relative;
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
	text-transform: uppercase;
	padding-right: 25px;
	margin-top: 40px;
}
.landing .FicheProduit:hover .link {
	color: #f5831f;
}
.landing .FicheProduit .link span {
	font-size: 30px;
	line-height: 24px;
	font-weight: 500;
	border: 2px solid #656b6f;
	border-radius: 25px;
	height: 30px;
	width: 30px;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	transition-duration: 0.2s;
}
.landing .FicheProduit:hover .link span {
	border: 2px solid #f5831f;
	right: 18px;
}

/** CSS PERSO **/
.landing .Aruba-intro {
	background-image: url('https://media.ldlc.com/mkt/ldlc-pro/fr/2019-10-24-Aruba/img/ARUBA-bgIntro.jpg');
	background-size: cover;
	background-position: center center;
	min-height: 363px;
}
.landing .Aruba-intro p {
	font-size: 24px;
	line-height: 32px;
	font-weight: 300;
	color: #FFFFFF;
	margin-left: 430px;
}

.landing .Aruba-instantON {
	background-color: #f0f9f6;
}
.landing .Aruba-instantON h2 {
	color: #f5831f;
}
.landing .Aruba-instantON .doubleText {
	width: 80%;
	margin: 0 auto;
}
.landing .Aruba-instantON .doubleText p {
	width: 48%;
	display: inline-block;
	margin: 0;
	margin-bottom: 25px;
}
.landing .Aruba-instantON .doubleText p:first-child {
	margin-right: 3%;
}
.landing .Aruba-instantON .produitsInstant {
	display: flex;
	justify-content: center;
	margin: 40px 0;
}

.landing .Aruba-PointsForts {
	background: linear-gradient(#571f7a, #350f4c);
}
.landing .Aruba-PointsForts .content {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 285px;
}
.landing .Aruba-PointsForts .content .ArgtsARUBA {
	width: 23%;
	display: flex;
	align-items: center;
	flex-direction: column;
	text-align: center;
	color: #FFFFFF;
}
.landing .Aruba-PointsForts .content .ArgtsARUBA:nth-child(2) {
	margin: 0 5%;
}
.landing .Aruba-PointsForts .content .ArgtsARUBA p{
	font-size: 16px;
	line-height: 22px;
	margin: 10px 0;
}

.landing .Aruba-Telecharger .content {
	width: 40%;
	margin: 25px auto;
	text-align: center;
}
.landing .Aruba-Telecharger .content p.upper {
	text-transform: uppercase;
	font-size: 18px;
}
.landing .Aruba-Telecharger .content p{
	width: 50%;
	margin: 25px auto;
	font-weight: 300;
}
.landing .Aruba-Telecharger .DispoApp {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 25px;
}
.landing .Aruba-Telecharger .DispoApp img {
	margin: 0 10px;
}
.landing .Aruba-Switch .content {
	width: 100%;
	max-width: none;
}
.landing .Aruba-Switch .content h2 {
	margin-top: 40px;
}
.landing .Aruba-Switch .content .intro {
	max-width: 1200px;
	margin: 20px auto 40px auto;
}
.landing .Aruba-Switch .SliderContent {
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: url('https://media.ldlc.com/mkt/ldlc-pro/fr/2019-10-24-Aruba/img/ARUBA-bgSwitch.jpg');
	background-size: cover;
	background-position: center center;
	min-height: 317px;
	margin-top: 60px;
}
.landing .Aruba-Switch .SliderContent > div {
	width: 50%;
	max-width: 600px;
}
.landing .Aruba-Switch .SliderContent .sliderProduct {
	display: flex;
	justify-content: flex-end;
}
.landing .Aruba-Switch .SliderContent:not(.orange) .sliderProduct .FicheProduit:hover .link {
	color: #008776;
}
.landing .Aruba-Switch .SliderContent:not(.orange) .sliderProduct .FicheProduit:hover .link span {
	border: 2px solid #008776;
}
.landing .Aruba-Switch .SliderContent .contentProduct {
	text-align: center;
	position: relative;
	height: 250px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.landing .Aruba-Switch .SliderContent .contentProduct p {
	width: 80%;
	margin: 10px auto;
	color: #FFFFFF;
	margin-left: 150px;
}
.landing .Aruba-Switch .SliderContent .contentProduct img {
	max-width: 56px;
	margin: 0 auto 15px auto;
	padding-left: 150px; 
}
.landing .Aruba-Switch .SliderContent .contentProduct p.upper {
	text-transform: uppercase;
}
.landing .Aruba-Switch .SliderContent .contentProduct:before {
	position: absolute;
	z-index: 0;
	content: "";
	height: 100%;
	width: 100%;
}
.landing .Aruba-Switch .content .ArubaLink {
	width: 245px;
	line-height: 65px;
	margin-top: 25px
}
.landing .Aruba-Switch .content .ArubaLink.Green {
	background-color: #008776;
}
.landing .Aruba-Switch .content .ArubaLink.Green:hover {
	background-color: #FFFFFF;
	border-color: #008776;
	color: #008776;
}
.landing .Aruba-Switch .SliderContent.orange {
	background-image: url('https://media.ldlc.com/mkt/ldlc-pro/fr/2019-10-24-Aruba/img/ARUBA-bgSwitchbis.jpg');
}
.landing .Aruba-Switch .SliderContent.orange .sliderProduct {
	justify-content: flex-start;
}
.landing .Aruba-Switch .SliderContent.orange .contentProduct p {
	margin-left: 0;
	margin-right: 150px;
}
.landing .Aruba-Switch .SliderContent.orange .contentProduct img {
	margin: 0 auto 15px auto;
	padding-left: 0;
	padding-right: 150px;
}

.landing .Aruba-Services {
	background-image: url('https://media.ldlc.com/mkt/ldlc-pro/fr/2019-10-24-Aruba/img/ARUBA-bgServices.jpg');
	background-size: auto;
	background-position: center bottom;
	background-repeat: no-repeat;
}
.landing .Aruba-Services .content {
	padding-bottom: 0;
}
.landing .Aruba-Services .ServicesArgs {
	height: 190px;
	display: flex;
	justify-content: center;
	margin-top: 60px;
}
.landing .Aruba-Services .ServicesArgs div {
	width: 15%;
	text-align: center;
	margin-top: 50px;
}
.landing .Aruba-Services .ServicesArgs div p {
	margin-bottom: 0;
	margin-top: 25px;
	color: #FFFFFF;
	font-size: 13px;
	line-height: 15px;
	font-weight: 30;
	text-transform: uppercase;
}



/** SLIDER **/
#slider, #slider1 {
	position: relative;
	overflow: hidden;
	border-radius: 4px;
}

#slider ul, #slider1 ul {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}

#slider ul li, #slider1 ul li {
	position: relative;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 325px;
	height: 275px;
	padding-top: 12.5px;
	text-align: center;
}

a.control_prev, a.control_next, a.control_prev1, a.control_next1  {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	display: block;
	padding: 4% 3%;
	width: auto;
	height: auto;
	color: #aaaaaa;
	text-decoration: none;
	font-weight: 300;
	font-size: 60px;
	opacity: 0.8;
	cursor: pointer;
}

a.control_prev:hover, a.control_next:hover, a.control_prev1:hover, a.control_next1:hover {
	opacity: 1;
	-webkit-transition: all 0.2s ease;
}

a.control_prev, a.control_prev1 {
	border-radius: 0 2px 2px 0;
}

a.control_next, a.control_next1 {
	right: 0;
	border-radius: 2px 0 0 2px;
}