*
{
	margin: 0;
	padding: 0;
}

body
{
	background-color: #f6f6f6;
}

a
{
	text-decoration: none;
	color: inherit;
}

a:hover
{
	text-decoration: underline;
}

.body_container a
{
	color: #0034AD;
}

.fixed_offset
{
	height: 242px;
}

p
{
	font-family: 'Open Sans', sans-serif;
	color: #323232;
	font-size: 14px;
	margin-top: 15px;
}

.bold
{
	font-weight: 700;
}

.semibold
{
	font-weight: 600;
}

.light
{
	font-weight: 400;
}

.blue
{
	color: #25328B;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

.clear
{
	clear: both;
}

#sup_header
{
	height: 25px;
	width: 100%;
	border-bottom: 1px solid #d2d2d2;
	color: #4f4f4f;
	font-family: 'Open Sans', sans-serif;
	background-color: #fcfcfc;
	/*position: fixed;
	z-index: 3;*/
}

#sup_header p
{
	font-size: 12px;
	line-height: 25px;
}

#sup_header .container
{
	max-width: 960px;
	margin: 0 auto;
}

#sup_header p
{
	margin-left: 30px; 
}

#sup_header img
{
	margin-top: 4px;
	margin-left: 5px;
}

@media only screen and (max-width: 780px)
{
	#sup_header
	{
		display: none;
	}
}

#header
{
	height: 133px;
	background-color: #25328B;
	width: 100%;
}

#header .container
{
	max-width: 960px;
	margin: 0 auto;
	position: relative;
}

#header .logo
{
	position: absolute;
	top: 40px;
	left: 33px;
}

#header .phone
{
	position: absolute;
	top: 56px;
	right: 37px;
}

#fix_header
{
	width: 100%;
	background-color: #25328B;
	border-bottom: 1px solid #25328B;
	position: fixed;
	top: 0;
	z-index: 100;
	display: none;
	padding-top: 5px;
	padding-bottom: 10px;
}

#fix_header .logo
{
	float:left;
	margin-left: 30px;
}

#fix_header .phone
{
	float: right;
	margin-right: 30px;
	margin-top: 15px;
}

@media only screen and (max-width: 930px)
{
	#header .logo
	{
		top: 30px;
		width: 300px;
	}

	#header .phone
	{
		top: 40px;
		width: 350px;
	}

	#header
	{
		height: 112px;
	}
}

@media only screen and (max-width: 900px)
{
	#fix_header .logo, #fix_header .phone
	{
		max-width: calc(100% - 30px);
		float: none;
		margin: 0 auto;
		display: block;
	}

	#fix_header .phone
	{
		margin-top: 10px;
	}
}

@media only screen and (max-width: 750px)
{
	#header .logo
	{
		position: initial;
		display: block;
		margin: 0 auto;
		max-width: calc(100% - 30px);
	}

	#header .phone
	{
		position: initial;
		display: block;
		margin: 0 auto;
		margin-top: 30px;
		max-width: calc(100% - 30px);
	}

	#header
	{
		height: initial;
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

#menu
{
	width: 100%;
	height: 53px;
	background-color: #E2E2E2;
	position: relative;
}

#menu .container
{
	display: table;
	margin: 0 auto;
	max-width: 960px;
	z-index: 2;
	height: 53px;
	background-color: #e2e2e2;
	/*z-index: 100;*/
}

#menu a
{
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	line-height: 53px;
	padding-left: 12px;
	padding-right: 12px;
}

#menu a:hover
{
	text-decoration: none;
	color: #0034AD;
}

#menu .card_container
{
	border: 1px solid #9e9e9e;
	border-top: none;
	/*-moz-box-shadow: 0px 0px 5px 0px #0034ad;
	-webkit-box-shadow: 0px 0px 5px 0px #0034ad;
	-o-box-shadow: 0px 0px 5px 0px #0034ad;*/
	/*box-shadow: 0px 0px 5px 0px #0034ad;*/
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#0034ad, Direction=NaN, Strength=5);
	position: absolute;
	top: 53px;
	z-index: 99;
	background-color: #f0f0f0;
	cursor: pointer;
	display: none;
}

#menu .card_container .close
{
	position: absolute;
	right: 20px;
	top: 20px;
}

#menu .container .active
{
	color: #0034AD;
}

#menu .card
{
	float: left;
	border-right: 1px solid #8cacea;
	border-bottom: 1px solid #8cacea;
}

#menu .card img
{
	display: block;
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 15px;
}

#menu .card p
{
	text-align: center;
	color: #252525;
	font-size: 18px;
	line-height: 18px;
}

.menu_smartphone, .menu_tablette, .menu_informatique , .menu_accessoires
{
	width: 806px;
	left: calc(50% - 808px / 2);
}

#menu .last_col
{
	border-right: none;
}

#menu .last_row
{
	border-bottom: none;
}

.menu_smartphone .card, .menu_tablette .card
{
	height: 192px;
}

.menu_informatique .card, .menu_accessoires .card
{
	height: 192px;
}

#menu .card_container a
{
	padding: 0;
	font-weight: initial;
}

#menu .card:hover
{
	background-color: #e2e2e2;
}

#menu .card:hover p
{
	font-weight: 700;
}

@media only screen and (max-width: 960px)
{
	#menu
	{
		display: none;
	}

	#menu_responsive
	{
		display: block !important;
	}
}

#sousmenu
{
	width: 100%;
	border-bottom: 1px solid #d2d2d2;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #4f4f4f;
	line-height: 29px;
	background-color: #f6f6f6;
}

#sousmenu a, #sousmenu p
{
	margin-right: 10px;
}

#sousmenu p
{
	color: #db0f19;
	margin-top: 0px;
}

#sousmenu .container
{
	max-width: 934px;
	margin: 0 auto;
	padding-left: 13px;
	padding-right: 13px;
}

.body_container
{
	max-width: 960px;
	margin: 0 auto;
}

#footer
{
	width: 100%;
	background-color: #e5e4e4;
}

#footer .container
{
	max-width: 960px;
	margin: 0 auto;
}

#footer .logo
{
	margin-left: calc(50% - 142px);
}

#footer .link_container
{
	width: 765px;
	margin: 0 auto;
}

#footer .link_container_910
{
	width: 910px;
	margin: 0 auto;
}

#footer .link_container_690
{
	width: 690px;
	margin: 0 auto;
}

#footer .left
{
	margin-right: 50px;
}

#footer .last
{
	margin-right: 0 !important;
}

#footer a
{
	font-size: 13px;
	color: #252525;
	margin-bottom: 10px;
	font-family: 'Open Sans', sans-serif;
	white-space: nowrap;
}

#footer .line_br
{
	height: 10px;
	width: 1px;
}

#footer .emph
{
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	font-weight: 600;
}

#footer .copyright, #footer .copyright a
{
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #252525;
	text-align: center;
}

#footer .copyright
{
	width: calc(100% - 30px);
	padding-left: 15px;
	padding-right: 15px;
}

#footer .link_container_860
{
	width: 860px;
}

@media only screen and (max-width: 900px)
{
	#footer .link_container_860
	{
		width: 440px;
		padding-left: 40px;
		margin: 0 auto;
	}

	#footer .link_container_860 .left
	{
		width: 200px;
		margin-bottom: 20px;
		margin-right: 20px;
	}	
}

@media only screen and (max-width: 800px)
{
	#footer .link_container
	{
		width: 440px;
		padding-left: 40px;
		margin: 0 auto;
	}

	#footer .link_container .left
	{
		width: 200px;
		margin-bottom: 20px;
		margin-right: 20px;
	}
}

@media only screen and (max-width: 750px)
{
	#footer .link_container_690
	{
		width: 260px;
		padding-left: 40px;
		margin: 0 auto;
	}

	#footer .link_container_690 .left
	{
		width: 200px;
		margin-bottom: 20px;
		margin-right: 20px;
	}
}

@media only screen and (max-width: 320px)
{
	#footer .logo
	{
		width: 250px;
		margin-left: calc(50% - 125px);
	}
}

#menu_responsive
{
	display: none;
	background-color: #e2e2e2;
}

#menu_responsive .top
{
	width: 100%;
	cursor: pointer;
}

#menu_responsive .top .content
{
	display: table;
	margin: 0 auto;
}

#menu_responsive img
{
	float: left;
	margin-right: 20px;
	width: 30px;
	margin-top: 10px;
}

#menu_responsive p
{
	float: left;
	line-height: 50px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 20px;
	color: black;
	padding-right: 50px;
}

#menu_responsive .section
{
	display: none;
}

#menu_responsive .item, #menu_responsive .subsection
{
	border-top: 1px solid grey;
}

#menu_responsive .item a, #menu_responsive .subsection p
{
	width: 100%;
	line-height: 50px;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 18px;
	display: block;
	float: none;
	cursor: pointer;
}

#menu_responsive .item a:hover
{
	text-decoration: none;
}

#menu_responsive .subsection .item
{
	background-color: #f6f6f6;
}

#menu_responsive .subsection .item p, #menu_responsive .subsection .item a
{
	font-weight: 400;
}