/*  HEADER /////////////////////////////////////////////////////////// */

header {
	z-index:100;
	position:fixed;
	top:0;
	left:0;
	width:100%;
}

header .page {
	padding:1.25em 0 1em 0
}


header .logo {
	width:35%;
	float:left;
	padding:0 ;
}

header .logo img{
	width:200px;
	padding-top:1px;
}



header .logo .text-secure {
	display:inline-block;
	vertical-align:middle;
	font-size:0.75em;
	line-height:1.25em;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	text-transform:uppercase;
	text-shadow: 0 1px 0 #000;
	color:#ccc;
	border-left:solid 1px #C2914C;
	padding-left:1em;
	margin-left:0.75em;
}

header .help{
	float:right;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	color: #fff;
	text-shadow: 0 1px 0 #000;
	line-height:2em;
	vertical-align: middle;
}

header .help .tel{
	font-size:1.275em;
	display:inline-block;
	text-shadow:none;
}
header .help .tel:hover{
	color:#fff;
	text-shadow:none;
}

header .help .callbackBtn {
	border: solid 1px #ccc;
	background-color: #eeeeee;
	color: #666;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 0.75em;
	line-height: 1.25em;
	padding: 0.5em 0.75em;
	vertical-align: middle;
	text-shadow: 0 1px 0 #f3f3f3;
	display:inline-block;
	margin-left: 1.5em;
}

header .help .callbackBtn .flag {
	margin:0 0 1px 0.75em;
	width: 18px;
	vertical-align:middle;
	display:inline-block
}

/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
 TABLETTE //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */


@media only screen and (max-width: 1023px){
	
/*  HEADER /////////////////////////////////////////////////////////// */

header .logo {
	width:40%;
}


header .logo img{
	width:170px;
	padding-top:3px;

}

header .logo .text-secure {
	margin-top:2px;
	font-size:0.6875em;
	line-height:1.25em;
}

header .help{
	font-size:0.9375em
}


}



/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
 SMARTPHONE //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */


@media only screen and (max-width: 767px){
	
/*  HEADER /////////////////////////////////////////////////////////// */

header .page {
	padding:0.75em 1em
}

header .logo {
	width:60%;
}


header .logo img{
	width:130px;
	padding-top:4px;

}

header .logo .text-secure {
	display:none;
}

header .help{
	font-size:0.875em
}

header .help .callbackBtn {
	display:none;
}

}
