body {
	font-family: "Arial", sans-serif;
	font-size: 13px;
	color: #000000;
	line-height: 1.5;
	overflow-x: hidden;
}

img {
	max-width: 100%;
}

.ie6 img {
	width:100%;
}
/*
video {
	max-width: 100%;
	height: auto;
}
*/
a {
	color: #19a6a6;
	-webkit-transition: all 500ms ease-out 0.03s;
	-moz-transition: all 500ms ease-out 0.03s;
	-o-transition: all 500ms ease-out 0.03s;
	transition: all 500ms ease-out 0.03s;
}

a.formLink {
	display: inline-block;
	margin-top: 10px;
}

a:hover {
	color: #158d7a;
}

p {
	line-height: 1.86;
}

.smaller {
	font-size: 14px;
}

.colorRed {
	color: #d41c3a;
}

.primaryText {
	color: #009c9c;
}


h1, h2, h3, h4, h5 {
	line-height: 1.3;
	font-weight: bold;
}

h2 {
	font-size: 26px;
	margin-bottom: 20px;
}

h3 {
	font-size: 22px;
}

h4 {
	font-size: 18px;
}

ul {
	padding-left: 20px;
}


.normalStyle {
	font-weight: normal!important;
}

.container {
	width: auto!important;
	max-width: 1024px;
	margin: 0 auto;
}

.nMargin {
	margin: 0 -15px;
}

.mar40 {
	margin: 25px 0;
}

.spMarginBottom20 {
	margin-bottom: 20px!important;
}

.marginBottom0 {
	margin-bottom: 0px!important;
}

.marginBottom30 {
	margin-bottom: 30px!important;
}

.marginBottom50 {
	margin-bottom: 25px!important;
}

.marginBottom70 {
	margin-bottom: 35px!important;
}

.row .col-sm-6 {
	margin-bottom: 20px;
}

h2 {
	font-size: 20px;
}

@media only screen and (min-width: 768px) {
	body {
		font-size: 16px;
	}

	a.formLink {
		margin-top: 0px;
	}

	.brPc {
		display: block;
	}

	h2 {
		font-size: 40px;
	}

	h3 {
		font-size: 28px;
	}

	h4 {
		font-size: 22px;
	}

	.displayTable {
		display: table;
		width: 100%;
	}

	.displayTable .tableCell {
		display: table-cell;
		width: 50%;
		vertical-align: middle;
	}

	.mar40 {
		margin: 40px 0;
	}

	.spMarginBottom20 {
		margin-bottom: 0px!important;
	}

	.marginBottom50 {
		margin-bottom: 50px!important;
	}

	.marginBottom70 {
		margin-bottom: 70px!important;
	}

	.row .col-sm-6 {
		margin-bottom: 0px;
	}
}

@media only screen and (min-width: 1024px) {
	.container {
		padding: 0;
	}
}
/* Header
============================================== */
#header {
	background: #ffffff;
	width: 100%;
	padding: 7px 0px;
	font-size: 12px;
	line-height: 1.33;
	height: 57px;
}

#logo a{
	float: left;
	/* margin-right: 15px; */
	padding: 7px 14px;
	z-index: 2;
	margin-left: -15px;
	background: #ffffff;
}

#logo a img {
	width: 37px;
}

#logo .tagline {
	color: #888888;
	display: none;
}

.topContact {
	margin-left: 65px;
	text-align: right;
}

.topContact .top img {
	max-height: 15px;
	margin: 5px 0;
}

.topContact .bottom {
	color: #333333;
}

.topContact .pc,
.contactFooter .pc {
	display: none;
}

@media only screen and (min-width: 768px) {
	#header {
		padding: 11px 0px;
		height: auto;
	}
	#logo {
		float: left;
	}
	#logo a {
		margin-right: 0;
		position: absolute;
		top: 0;
		padding: 18px 23px;
		background: #ffffff;
		display: inline-block;
		width: 127px;
		margin-left: 0;
	}
	#logo a img {
		width: 81px;
	}
	#logo .tagline {
		margin-left: 145px;
		display: inline-block;
		padding: 10px 0px;
	}
	.topContact {
		float: right;
		display: table;
		margin-left: 0;
		margin-top: 4px;
	}
	.topContact .top, .topContact .bottom {
		display: table-cell;
		vertical-align: middle;
	}
	.topContact .top img {
		max-height: 25px;
		margin: 0px;
	}
	.topContact .bottom {
		padding-left: 20px;
	}
}

@media only screen and (min-width: 1024px) {
	.topContact .sp {
		display: none;
	}
	.topContact .pc {
		display: block;
	}

	.contactFooter .sp {
		display: none;
	}
	.contactFooter .pc {
		display: block;
	}
}

/* threecolumns
============================================== */
.threeColumnsType1 {
	text-align: center;
}

.threeColumnsType1 .column {
	width: 49%;
	display: inline-block;
	vertical-align: top;
	padding: 5px;
}

@media only screen and (min-width: 768px) {
	.threeColumnsType1 {
		margin: 40px 0;
		display: table;
		width: 100%;
	}
	.threeColumnsType1 .column {
		width: 33.33%;
		display: table-cell;
		vertical-align: top;
		padding: 20px;
	}
}

/* twocolumns
============================================== */
.twoColumnsType1 {
	margin: 0 45px;
}

.twoColumnsType1 .column {
	margin-bottom: 20px;
}

.twoColumnsType1 .image {
	background: #ffffff url("/fr/l/fiscalite/images/image.jpg") bottom repeat-x;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
	.twoColumnsType1 {
		display: table;
		width: 100%;
		margin: 0;
	}

	.twoColumnsType1 .column {
		width: 50%;
		display: table-cell;
		vertical-align: top;
		padding: 20px;
		margin-bottom: 0;
	}
}
/* four
============================================== */
.fourColumnsType1 {
	overflow: hidden;
}

.fourColumnsType1 h5 {
	color: #19a6a6;
}

.fourColumnsType1 .column {
	width: 50%;
	float: left;
	padding: 10px;
}

@media only screen and (min-width: 768px) {
	.fourColumnsType1 .column {
		width: 25%;
		float: left;
		padding: 20px;
	}
}

/* Custom checkbox
============================================== */

input[type=checkbox].css-checkbox {
	position: absolute;
	z-index: -1000;
	left: -1000px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}

input[type=checkbox].css-checkbox + label.css-label,input[type=checkbox].css-checkbox + label.css-label.clr {
	padding-left: 30px;
	min-height: 25px;
	display: inline-block;
	line-height: 25px;
	background-repeat: no-repeat;
	background-position: 0 0;
	vertical-align: middle;
	cursor: pointer;
	font-weight: normal;
}

input[type=checkbox].css-checkbox:checked + label.css-label,input[type=checkbox].css-checkbox + label.css-label.chk {
	background-image: url("/fr/l/shared/images/checkbox_on.png");
}

label.css-label {
	background-image: url("/fr/l/shared/images/checkbox_off.png");
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}


/* Form inputs
============================================== */
.form-control {
	border-radius: 3px;
	background: #f7f7f7;
}

textarea.form-control {
	height: 100px;
}

.terms {
	padding: 6px 12px;
	border: 1px solid #cccccc;
	border-radius: 3px;
	background: #f7f7f7;
	height: 200px;
	overflow-y: scroll;
	margin-bottom: 20px;
}

.submitBtn {
	text-align: center;
	margin-top: 25px;
}

.submitBtn input {
	background: #c80929 url("/fr/l/shared/images/icon_arrowright.png") right center no-repeat;
	border: 0;
	border-radius: 3px;
	color: #ffffff;
	text-align: center;
	padding: 15px 100px;
	font-weight: bold;
	-webkit-transition: all 500ms ease-out 0.03s;
	-moz-transition: all 500ms ease-out 0.03s;
	-o-transition: all 500ms ease-out 0.03s;
	transition: all 500ms ease-out 0.03s;
}

.submitBtn input:hover {
	background-color: #f40029;
}

.confirmBtn ul {
	margin: 0;
	list-style: none;
}

.confirmBtn li {
	margin: 0 20px;
	display: inline-block;
}

.confirmBtn input,
.confirmBtn .leftIcon {
	background: #c80929 url("/fr/l/shared/images/icon_arrowright.png") right center no-repeat;
	border: 0;
	border-radius: 3px;
	color: #ffffff;
	text-align: center;
	padding: 15px 100px;
	font-weight: normal;
	-webkit-transition: all 500ms ease-out 0.03s;
	-moz-transition: all 500ms ease-out 0.03s;
	-o-transition: all 500ms ease-out 0.03s;
	transition: all 500ms ease-out 0.03s;
}

.confirmBtn input.back {
	background: #999999 url("/fr/shared/images/bg_arrow_5.png") 0 center no-repeat;
	margin-bottom: 15px;
}

.confirmBtn .leftIcon {
	background-image: url("/fr/l/shared/images/icon_arrowleft.png");
	background-position: 0 center;
	padding: 15px 15px 15px 30px;
	font-size: 15px;
	display: inline-block;
}

@media only screen and (min-width: 789px) {
	.form-inline .form-control {
		margin-right: 10px;
	}

	input[type="email"].form-control {
		width: 416px;
	}

	.submitBtn {
		margin-top: 50px;
	}

	.submitBtn input {
		font-size: 24px;
		padding: 15px 150px;
	}

	.confirmBtn input {
		font-size: 20px;
		padding: 15px 100px;
	}
	.confirmBtn input.back {
		padding: 15px 50px;
		margin-bottom: 0px;
	}
	.confirmBtn .leftIcon {
		padding: 15px 80px;
		font-size: 20px;
	}

	.form-mid {
		width: 60%;
	}
}

.contactFormBlock .selectTitle {
   padding: 0;
   margin: 0;
   width: 180px;
   height: 35px;
}

.selectType2 {
   padding: 7px 10px;
   border: 1px solid #d4d4d4 ;
   -webkit-border-radius: 2px;
   -moz-border-radius: 2px;
   -ms-border-radius: 2px;
   border-radius: 2px;
   background: #f7f7f7 url(/fr/shared/images/ico_select_1.png) no-repeat right center;
   -webkit-appearance: button;
   -moz-appearance: button;
   appearance: button;
   width: 180px;
   text-align: left;
}

.contactTable pre {
  background-color: #ffffff ;
  border: none;
}

/* footer
============================================== */
.contactFooter {
	background: #eeeeee;
	padding: 30px 0;
}

.contactFooter h3 {
	margin-top: 0;
	font-size: 15px;
}

@media only screen and (min-width: 768px) {
	.contactFooter {
		padding: 60px 0;
	}

	.contactFooter h3 {
		font-size: 22px;
	}
}

/* backToTopNav
-------------------------------------------------- */
#backToTopNav {
	display: none;
}

@media only screen and (min-width: 768px) {
	#backToTopNav {
		display: block;
		margin: 0 auto;
		max-width: 1024px;
		position: relative;
	}

	#backToTopNav > div {
		position: absolute;
		bottom: 0;
		width: 66px;
		height: 66px;
		z-index: 200;
	}

	#backToTopNav > div a {
		display: block;
		width: 66px;
		height: 66px;
		background: url("/fr/shared/images/ico_gototp_1.png") left top no-repeat;
		display: inline-block;
		overflow: hidden;
		text-indent: -9999px;
	}
}

/* footerNav
-------------------------------------------------- */
#footerNav {
	background: #333;
	position: relative;
	padding: 40px 0;
	display: none;
}

#footerNav ul {
	padding-left: 0;
}


#footerNav .footerMainLink li {
	margin-bottom: 35px;
	line-height: 25px;
	min-height: 25px;
	padding-left: 48px;
	background-image: url("/fr/shared/images/ico_footernav_1.png");
	background-repeat: no-repeat;
	font-size: 18px;
	list-style: none;
}


#footerNav .footerMainLink a {
	color: white;
}

#footerNav .footerMainLink a:hover {
/*	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);*/
	opacity: 0.7;
}

#footerNav .footerMainLink2 li {
	margin-bottom: 32px;
	font-size: 18px;
	font-weight: bold;
	list-style: none;
}

#footerNav .footerMainLink2 .link_1 {
	width: 50%;
	float: left;
}

#footerNav .footerMainLink2 a {
	color: white;
}

#footerNav .footerMainLink2 a:hover {
/*	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);*/
	opacity: 0.7;
}

#footerNav .footerSubNav {
	padding: 0;
}

#footerNav .footerSubNav li {
	margin: 22px 0 0 0;
	font-size: 14px;
	font-weight: normal;
	list-style: none;
}

#footerNav .footerTitle {
	margin-bottom: 5px;
	font-size: 18px;
	color: white;
}

#footerNav .footerLink {
	margin: 0;
	font-size: 12px;
	text-align: center;
	line-height: 1;
	clear: both;
	margin-top: 50px;
}

#footerNav .footerLink ul {
	padding-left: 0;
	display: table;
	width: 100%;
}

#footerNav .footerLink li {
	padding: 0 20px;
	display: table-cell;
	vertical-align: middle;
	line-height: 1.5;
	border-right: 1px solid #999999;
	list-style-type: none;
}

#footerNav .footerLink li.listFirst {
	padding-left: 0;
}

#footerNav .footerLink li.listLast {
	padding-right: 0;
	border-right: 0;
}

#footerNav .footerMainLink li.link_1 {
	background-position: 0 0;
}

#footerNav .footerMainLink li.link_2 {
	background-position: 0 -60px;
}

#footerNav .footerMainLink li.link_3 {
	background-position: 0 -120px;
}

#footerNav .footerMainLink li.link_4 {
	background-position: 0 -180px;
}


#footerNav .footerLink a {
	color: #cccccc;
}

#footerNav .footerLink a:hover {
/*	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);*/
	opacity: 0.7;
}

@media only screen and (min-width: 768px) {
	#footerNav {
		display: block;
	}

	#footerNav .eqHeight {
		border-right: 1px solid #717171;
	}

	#footerNav ul {
		padding-left: 10px;
	}
}
/* footer
-------------------------------------------------- */
#footer {
	background: #000;
	position: relative;
}

#footer #copyright {
	margin-bottom: 0;
	font-size: 12px;
	text-align: center;
	color: #cccccc;
	line-height: 52px;
}