@charset "UTF-8";
/* CSS Document */
.bRs .rsb span {
	display: none;
}
.bod {
	background: #FFFFFF;
}
.main {
	background: #FFF;
}
.site {
	max-width:1410px;
	margin:auto;
}
.not-front .site {
	max-width:1200px;
}
.site2 {
	max-width:1000px;
	margin:auto;
}
header {
	height:130px;
	position:relative;
	align-items: center;
	background: #221E41;
	color:#FFF;
	z-index: 100;
}
.topNavi {
		position:absolute;
		left:50%;
		top:45px;
		margin-left:-350px;
		width:700px;
		z-index: 100;
}
@media all and (min-width: 639px) {
	.topNavi.fixed {
		position: fixed;
		height: 45px;
		width:100%;
		background: #221E41;
		z-index: 100;
		left:0px;
		top:0px;
		padding-top:5px;
		margin:0px;
}
}
.header.fixed .logo img {
	max-height: 54px;
}
.header.fixed .siteName {
	font-size:1.6em;
}
.head1 {
	position: absolute;
	top:16px;
	left:10px;
	display:flex;
	align-items: center;
	padding-left:1%;
}
.head2 {
	position: absolute;
	right: 30px;
	top:25px;
}
.logo img {
	width:auto;
	max-height:94px;
}
.siteName a {
	display: block;
	color:#FFF;
	white-space: nowrap;
}
.siteName {
	font-size:2.294em;
}
.bBack {
	position: fixed;
	left:10px;
	top:10px;
}
.toTop {
	visibility: hidden;
	opacity: 0;
	position: fixed;
	z-index: 100;
	transition: 0.6s;
	background:#FFF url('../images/icons/fleche_up.png') no-repeat center;
	background-size:70%;
	border-radius:4px;
	border:1px solid #ccc;
	height:45px;
	width:45px;
	bottom:30px;
	right:30px;
}
.toTop.active {
	visibility:visible;
	opacity: 0.6;
}
.toTop.active:hover {
	opacity: 1;
	background-size:85%;
	cursor: pointer
}

.cClass {
	color:#A83B3D;
}
h2 .cClass {
	color:red;
}
.footer {
	text-align: center;
	padding:80px 0px;
	background:url('../images/footer.png') no-repeat center top;
}
.node-5 .footer {
    background:none;
}
.foot1 .navi,
.foot2 div,
.footer li,
.foot a {
	display:inline-block;
}
.foot1 {
	margin-bottom:25px;
}
.foot1 .icMenu {
	display: inline-block;
	padding-left:42px;
	background-repeat: no-repeat;
	background-position: left center;
	margin-left:-19px;
}
.btFoot {
	width:290px;
	margin:5px 20px;
	padding-left:10px;
	padding-right:10px;
}
.bShow.actif .btFoot,
.btFoot:hover {
	color:#211E40 !important;
	border-color:#FD3F45;
	box-shadow: 8px 8px 0px rgba(255,187,187,0.5);
}
.bShow.actif .btFoot .icMenu,
.btFoot:hover .icMenu {
	background-image:url('../images/icons/ic_menu2.png');
}
.footer a:hover {
	color:#1EA4B9;
}
.logoBottom {
	display: block;
}
.foot2 a {
	font-size:14px;
	color:#211E40;
	padding:5px 15px;
}
.zRech {
	padding:15px;
}
.zUser li a {
	display: block;
	color:#211E40;
	padding:10px 20px 5px 20px;
	border-bottom:1px solid #ccc;
}
.zUser .int {
	padding:10px;
}
.pop.zMenu {
	bottom:59px;
	width: 258px;
	padding:20px 45px;
	text-align: left;
}
.pop.zMenu a {
	color:#211E40;
	font-weight: bold;
	padding:12px 0px;
}