/* CSS Document */

.rdc .parallax {
	background-attachment:fixed;
	background-position:center;
	background-size:cover;
	min-height: 550px;
	height: 550px;
}

.rdc h1 {
	box-sizing: border-box;
	font-family: "Open Sans", sans-serif;
	font-size:13px;
	line-height:16px;
	color:#999999;
	text-transform:uppercase;
	letter-spacing:0.1em;
	margin:0 0 25px 0;
	font-weight:400;
	text-align:center;
	word-wrap: break-word;
}

.rdc h2 {
	box-sizing: border-box;
	color: #333333;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	font-size: 32px;
	line-height: 1.1;
	margin: 0 0 40px 0;
	text-align:center;
	word-wrap: break-word;
}

.rdc .rdcActualites h2 {
	color:white;
}

.rdc .support {
	display:block;
	margin:0 auto;
	max-width:800px;
}
.rdc .support * {
	max-width:800px;
}

.rdc .obligatoire {
	color:red;
}

.rdc .rdcFin {
	margin:0 auto;
	width:80%;
	max-width:800px;
}

.rdc .colonne {
	display:inline-block;
	padding:2%;
	vertical-align:top;
}
.rdc .colonne2 .colonne {
	width:50%;
}
.rdc .colonne3 .colonne {
	width:33%;
}
.rdc .colonne4 .colonne {
	width:25%;
}

.rdc .wp-block-ninja-forms-form label {
	width:auto;
}

@media only screen and (max-width:1000px) {
	.rdc .colonne4 .colonne {
		margin-bottom:50px;
		width:50%;
	}
	@media only screen and (max-width:850px) {
		.rdc .colonne3 .colonne, .rdc .colonne4 .colonne {
			margin-bottom:50px;
			width:100%;
		}
	}
}
