body
{
margin:0;
padding:0;
background-color:white;
width:100%;
min-height:100%;
font-family:verdana;
font-size:0.9em;
}
#general
{
width:100%;
min-height:100%;
min-width:960px;
}
.mobile_number
{
	display:none;
}
	.info_form_standard
	{
	color:grey;
	font-size:0.8em;
	display:block;
	padding-top:2px;
	padding-bottom:2px;
	text-align:left;
	width:100%;
	margin-left:5px;
	margin-top:0px;
	}
.mobile_end
{
	display:none;
}
#header
{
	background-color:#f8f8f8;
	width:100%;
	padding-top:5px;
height:140px;
}
	#header p
	{
		margin-top:35px;
		margin-right:20px;
	}
#footer
{
	background-color:#f8f8f8;
	width:100%;
	height:95px;
	padding-top:5px;
	border-top:1px solid #cc0000;
	overflow:hidden;
}
	#footer p
	{
		margin-top:35px;
		margin-right:20px;
	}
	.lien_f
	{
		position:relative;
		top:30px;
		left:40px;
		color:#333333;
	}
	.lien_f a
	{
		color:#333333;
		text-decoration:none;
	}
	.lien_f a:hover
	{
		color:#cc0000;
	}
	.language
	{
		float:right;
		display:block;
		margin-top:-20px;
	}
	.language a
	{
		display:inline-block;
		padding: 10px;
		border:1px solid #cc0000;
		background-color:none;
		text-align:center;
		color:grey;
		border-radius:4px;
		text-decoration:none;
		
	}
	.language a:hover
	{
		-webkit-transition: background 0.5s, color 0.5s; /* Safari */
    transition: background 0.5s, color 0.5s;
	background-color:#cc0000;
	color:white;
	}
#section_1
{
background-image:url("../images/bg.jpg");
background-repeat:no-repeat;
background-position:center left;
background-size:cover;
width:100%;
height:620px;
}


	.corps
	{
		width:80%;
		margin:auto;
		display:table;
	}
	
		.right
		{
			display:column;
			margin-left:520px;
			position:relative;
			top:-40px;
		}

		.right_s2
		{
			display:column;
			float:right;
			font-size:1.4em;
			margin-left:520px;
			margin-top:-500px;
		}
		.right_s2 h2
		{
		margin-top:10px;
			color:white;
			font-size:1.4em;
			font-weight:bold;	
			text-shadow:2px 2px 5px black;
			margin-left:65px;
		}
		.liste_rs2 td
{
	color:white;
	padding-top:10px;
	padding-bottom:10px;
	font-size:1.1em;
	text-shadow:2px 2px 4px black;
}
		.right h2
		{
			margin-top:0px;
			margin-bottom:-20px;
			color:#333333;
			font-size:1.6em;
			font-weight:bold;
		}
		.right p
		{
			color:#cc0000;
			font-size:1.3em;
			margin-top:-10px;
		}

		.left
		{	
			display:column;
			width:500px;
		}
		::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: white;
  padding-left:5px;
}
::-moz-placeholder { /* Firefox 19+ */
 color: white;
 padding-left:5px;
}
:-ms-input-placeholder { /* IE 10+ */
 color: white;
 padding-left:5px;
}
:-moz-placeholder { /* Firefox 18- */
 color: white;
 padding-left:5px;
}
			.left form
			{
				position:relative;
				top:15px;
				float:left;
				margin-left:38px;
				background-image:url('../images/bg_form2.png');
				background-repeat:repeat;
				width:350px;
				height:590px;
				border-radius:15px;
			
			}
			.left form label
			{

				color:black;
				position:absolute;
				margin-top:-18px;
				margin-left:2px;
				font-size:0.9em;
			
			}
			.left form fieldset
			{
				border:none;
			}
			.left form fieldset legend
			{
				position:relative;
				top:10px;
				width:98%;
				margin:auto;
				padding-top:5px;
				padding-bottom:5px;
				font-weight:bold;
				text-align:center;
				color:#cc0000;
				margin-top:10px;
				margin-bottom:0px;
				font-size:1.2em;
			}
			.left form textarea
			{
				height:40px;
				width:100%;
				border:none;
				border-radius:10px;
			}
			.left form select
			{
				display:inline-block;
				height:32px;
				width:100%;
				color:black;
				border:none;
				background-color:white;
				border-radius:10px;
			}
			.left form input[type="text"]
			{
				display:inline-block;
				height:32px;
				width:100%;
				border:none;
				border-radius:10px;
			}
			.left form input[type="submit"]
			{
				text-align:center;
				background-color:#cc0000;
				border-radius:5px;
				border:none;
				color: white;
				display:block;
				width:90%;
				margin:auto;
				margin-top:4px;
				font-weight:bold;
				font-size:1.5em;
				cursor:pointer;
				padding-top:8px;
				padding-bottom:8px;
				border-radius:5px;
				box-shadow: -1px 2px 10px 3px rgba(0, 0, 0, 0.2) inset;
				font-variant: small-caps;
				font-family:"Arial Black";
				
			}
			.left form input[type="submit"]:hover
			{
				background-color:#ec0202;
			}
			
			.text_form
			{
				font-size:0.7em;
				color:black;
				text-align:center;
				width:95%;
				margin:auto;
			}
			.text_form a
			{
				color:black;
				text-decoration:none;
			}
			.text_form a:hover
			{
				text-decoration:underline;
			}
			
			
			
			#section_partner
{
background-image:url("../images/bg_partner.jpg");
background-repeat:no-repeat;
background-position:center left;
background-size:cover;
width:100%;
height:620px;
}
				#section_partner form
			{
				position:relative;
				top:75px;
				width:500px;
				background-image:url('../images/bg_form2.png');
				background-repeat:repeat;
				height:440px;
				border-radius:15px;
				margin:auto;
			
			}
			#section_partner form label
			{

				color:black;
				position:absolute;
				margin-top:-18px;
				margin-left:2px;
				font-size:0.9em;
			
			}
			#section_partner form fieldset
			{
				border:none;
			}
			#section_partner form fieldset legend
			{
				position:relative;
				top:10px;
				width:98%;
				margin:auto;
				padding-top:5px;
				padding-bottom:5px;
				font-weight:bold;
				text-align:center;
				color:#cc0000;
				margin-top:10px;
				margin-bottom:0px;
				font-size:1.2em;
			}
			#section_partner form textarea
			{
				height:40px;
				width:100%;
				border:none;
				border-radius:10px;
			}
			#section_partner form select
			{
				display:inline-block;
				height:32px;
				width:100%;
				color:black;
				border:none;
				background-color:white;
				border-radius:10px;
			}
			#section_partner form input[type="text"]
			{
				display:inline-block;
				height:32px;
				width:100%;
				border:none;
				border-radius:10px;
			}
			#section_partner form input[type="submit"]
			{
				text-align:center;
				background-color:#cc0000;
				border-radius:5px;
				border:none;
				color: white;
				display:block;
				width:90%;
				margin:auto;
				margin-top:4px;
				font-weight:bold;
				font-size:1.5em;
				cursor:pointer;
				padding-top:8px;
				padding-bottom:8px;
				border-radius:5px;
				box-shadow: -1px 2px 10px 3px rgba(0, 0, 0, 0.2) inset;
				font-variant: small-caps;
				font-family:"Arial Black";
				
			}
			#section_partner form input[type="submit"]:hover
			{
				background-color:#ec0202;
			}
			
			.row_03
				{
					display:inline-block;
					width:28.5%;
					margin-left:3%;
					border:none;
					margin-top:30px;
				}
				.row_02
				{
					display:inline-block;
					width:45%;
					margin-left:3%;
					border:none;
					margin-top:30px;
				}
				.row_01
				{
					display:inline-block;
					width:94%;
					margin-left:3%;
					border:none;
					margin-top:30px;
				}
				.row_x1
				{
					display:inline-block;
					width:93.5%;
					margin-left:3%;
					border:none;
					margin-top:30px;
				}
				.row_x2
				{
					display:inline-block;
					width:97%;
					margin-left:3%;
					border:none;
					margin-top:30px;
				}
				.radio_01
				{
					width:84%;
					margin-top:-10px;
					margin-left:3%;
					border:none;
					color:white;
				}
					.radio_01 input
					{
						position:relative;
						top:10px;
					}
#section_2
{
background-color:white;
width:70%;
margin-bottom:20px;
margin:auto;
text-align:center;
 display: flex;                  /* establish flex container */
  flex-direction: row;            /* default value; can be omitted */
  flex-wrap: nowrap;              /* default value; can be omitted */
  justify-content: space-between; 
}
#section_2 h2
{
		margin-top:20px;
		color:black;
		font-size:1.2em;
		font-weight:bold;
		text-align:center;
		width:80%;
		margin:auto;
		height:100px;
		margin-top:5px;
}

.logo_block
{
	width:80%;
	text-align:center;
	border-bottom:1px solid #cc0000;
	margin:auto;
}
	#center_block
	{
		background-color:white;
		width:26%;
		display:inline-block;
		padding:10px;
		color:black;
		margin-top:20px;
		border-radius:15px;
		border:2px solid darkgrey;
		height:350px;
		text-align:left;
	}
	#center_block p
	{
		font-size:1.0em;
		width:80%;
		margin:auto;
	}
#section_3
{
background-color:white;
width:70%;
margin:auto;
min-height:400px;
line-height:1.6em;
font-size:1.1em;
color:#333333;
}
.right_x2
{
	margin-top:50px;
	display:column;
			margin-left:50px;
}
.right_x3
{
	width:100%;
	margin:auto;
}	
.right_x3 h2
{
	margin-top:20px;
	margin-bottom:20px;
	color:#cc0000;
	font-size:1.5em;
	font-weight:bold;
}
			.right_x2 h2
		{
			margin-top:10px;
			color:#cc0000;
			font-size:1.4em;
			font-weight:bold;
		}
		.right_x2 p, .right_x3 p
		{
			color:black;
			font-size:1.1em;
			margin-top:-10px;
			line-height:1.6em;
			padding-left:5px;
		}
		
		



.fix-search
{
	position:absolute;
	top:730px;
}
@media screen and (min-width: 981px) and (max-width: 1200px)
{
	.corps
	{
		width:98%;
		margin:auto;
		display:block;
	}
}
@media screen and (max-width: 980px)
{
	#center_block
{
	padding:10px;
	width:96%;
	margin:auto;
	margin-top:10px;
}
.mobile_end
{
	display:block;
	width:90%;
	margin:auto;
	text-align:center;
	
}
.mobile_end a
{
	color:#333333;
	font-weight:bold;
	font-size:1.2em;
	text-decoration:none;
}
.mobile_end a
{
	text-decoration:underline;
}
	#header
{
	background-color:white;
	width:98%;
	padding-top:5px;
	height:auto;
	margin:auto;
	text-align:center;
}
	#general
	{
	width:98%;
	min-height:0;
	min-width:0;
	margin:auto;
	}
	#section_1
	{
		background-image:none;
		background-color:white;
		width:100%;
		height:auto;
	}
	.corps
	{
		width:98%;
		margin:auto;
		display:block;
	}
	.right
	{
		display:block;
		float:none;
		width:96%;
		margin:auto;
		margin-top:70px;
	}
	.right h2
		{
			margin-top:0px;
			margin-bottom:-20px;
			color:#333333;
			font-size:1.6em;
			font-weight:bold;
			text-align:center;
		}
		.right p
		{
			color:#cc0000;
			font-size:1.3em;
			margin-top:-10px;
			text-align:center;
		}

	.left
		{	
			display:block;
			position:initial;
			width:98%;
			margin:auto;
		}
	.left form
			{
				position:initial;
				top:15px;
				float:none;
				background-image:url('../images/bg_form2.png');
				background-repeat:repeat;
				border-radius:5px;
				width:98%;
				margin:auto;
			
			}
			
				#section_partner form
			{
				position:relative;
				top:75px;
				background-image:url('../images/bg_form2.png');
				background-repeat:repeat;
				height:440px;
				border-radius:15px;
				width:98%;
				margin:auto;
			
			}
			
		.right_s2
		{
			display:block;
			float:none;
			font-size:1.4em;
			margin-left:0;
			margin-top:10px;
		}
		.right_s2 h2
		{
		margin-top:10px;
			color:#333333;
			font-size:1.4em;
			font-weight:bold;	
			text-shadow:none;
			margin-left:65px;
		}
		.liste_rs2 td
{
	color:#333333;
	padding-top:10px;
	padding-bottom:10px;
	font-size:1.1em;
	text-shadow:none;
}
		#header .language
		{
			display:none;
		}
		.lien_f
	{
		display:none;
	}
	
	
	.right_x2
{
	margin-top:50px;
	display:block;
			margin-left:0;
			width:96%;
			margin:auto;
}
	
			.right_x2 h2
		{
			margin-top:10px;
			color:#cc0000;
			font-size:1.4em;
			font-weight:bold;
		}
		.right_x2 p, .right_x3 p
		{
			color:black;
			font-size:1.1em;
			margin-top:-10px;
			line-height:1.6em;
			padding-left:5px;
		}
		.right_x3
{
	width:96%;
	margin:auto;
}	
#section_2
{
background-color:white;
width:96%;
margin-bottom:20px;
margin:auto;
text-align:center;
 display: block; 
}
#section_2 h2
{
		margin-top:20px;
		color:black;
		font-size:1.2em;
		font-weight:bold;
		text-align:center;
		width:90%;
		margin:auto;
		height:auto;
		margin-top:5px;
}

.logo_block
{
	width:90%;
	text-align:center;
	border-bottom:1px solid #cc0000;
	margin:auto;
}
	#center_block
	{
		background-color:white;
		width:90%;
		margin:auto;
		display:block;
		padding:10px;
		color:black;
		margin-top:20px;
		border-radius:15px;
		border:2px solid darkgrey;
		height:auto;
		text-align:justify;
		text-justify: inter-word;
	}
	#center_block p
	{
		font-size:1.0em;
		width:90%;
		margin:auto;
		text-align: justify;
		text-justify: inter-word;
	}
	#header .corps .left, #footer .corps
	{
		margin-left:-5%
	}
#section_3
{
background-color:white;
width:90%;
margin:auto;
min-height:400px;
line-height:1.6em;
font-size:1.1em;
color:#333333;
}
.mobile_number
{
	display:block;
}
}