/* CSS Document */

section {
	width: 100%;
	background: url(/images/bg2.jpg) center no-repeat;
	background-size: cover;
}
section .bg {
	margin: 0 auto;
	max-width: 1200px;
	width: 100%;
	background: rgba(255,255,255,0.7);
}
section .bg .box {
	padding: 0 160px;
}
section .bg {
	padding: 49px 0;
	background: rgba(255,255,255,0.7);
}
section h1 {
	padding: 20px 0;
	line-height: 1.3em;
	color: rgba(255,0,1,1);
	font-size: 50px;
	font-weight: 700;
	text-align: center;
}
section .randonneur ul li {
	padding: 20px 0 50px 0;
}
section .randonneur h2 {
	font-size: 40px;
	font-weight: 700;
	line-height: 1.3em;
}
section i {
	color: rgba(255,0,1,1);
}
section .randonneur .desc {
	padding: 20px 0;
}
section .randonneur .desc a {
	color: rgba(255,0,1,1);
}
section strong {
	font-weight: bold;
}
section .randonneur div {
	padding: 5px 0;
}
/*section .desc {
	padding: 20px 360px 20px 40px;
	background:url(/images/bg_about_us.jpg) right 20px no-repeat;
}
section .desc p {
	text-indent:1em;
}*/
@media screen and (max-width:1050px) {
.greeting .bg {
	padding: 50px 0 70px 0;
}
section .bg .box {
	padding: 0 10%;
}
}
@media screen and (max-width:900px) {
section .bg .box {
	padding: 0 4%;
}
section h1 {
	padding: 10px 0;
	color: rgba(255,0,1,1);
	font-size: 30px;
}
section h2 {
	font-size: 25px;
}
/*section .desc {
		padding: 10px 360px 10px 0px;
	}*/
	
}
@media screen and (max-width:700px) {
/*section .desc {
		padding: 20px 0 506px 0;
		background:url(/images/bg_about_us.jpg) center bottom no-repeat;
	}*/
}

.parmanents {
	padding-bottom:50px;
}
.parmanents ul li {
	overflow:hidden;
	padding:10px 0;
	font-size:20px;
}
.parmanents a {
	color:#333;
	text-decoration:none;
}
.parmanents .name {
	float:left;
	max-width:470px;
	width:55%;
	min-width:330px;
}
.parmanents .name a i {
	font-size:13px;
}
.parmanents .width_adjust {
	overflow:auto;
}
.parmanents .organaizer {
	float:left;
	max-width:270px;
	width:30%;
	min-width:220px;
	font-size:15px;
}
.parmanents .km {
	float:left;
	max-width:100px;
	width:15%;
	min-width:80px;
}

@media screen and (max-width:750px){
	.parmanents .name {
		float:none;
		max-width:none;
		width:100%;
		min-width:inherit;
	}
	.parmanents .width_adjust {
		overflow:hidden;
	}
	.parmanents .organaizer {
		float:left;
		width:40%;
		font-size:15px;
	}
	.parmanents .km {
		float:left;
		max-width:none;
		width:15%;
		min-width:inherit;
		font-size:15px;
	}	
}
.randonneur h2 small {
	padding-left: 20px;
	font-size: 25px;
}
.randonneur h2 small a {
	color:rgba(255,0,1,1);
	text-decoration: none;
}
.randonneur h2 small a:hover {
	text-decoration: underline;
}

.suspend {
	text-decoration: line-through;
	text-decoration-color: red;
}
.liRed {
	color: rgba(255,0,1,1) !important;
}
.liBlue {
	font-size: 25px;
	color: rgba(0,0,255,1) !important;
}

.messagebox {
	background: rgba(255,255,255,0.5);
	padding:5%;
}
.messagebox p {
	padding:10px 0;
}
/* @media (min-width:750px) {
	.messagebox {
		background: rgba(255,255,255,0.5);
		padding:10px;
	}	
} */

