/* ============ RESET ==================*/
html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
b,u,i,center,
dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td,
article,aside,canvas,details,embed,
figure,figcaption,footer,header,hgroup,
menu,nav,output,ruby,section,summary,
time,mark,audio,video {margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section{display:block;}
body{line-height:1;}
ol,ul{list-style:none;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,
q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}

/* ================   general ======================   */
a{text-decoration:none;color:#333;}
a:hover{}
.clear{clear:both;}

.border-box{
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.clearfix:after{
content:"";
width:100%;
display:block;
height:0;
clear:both;
}

input[type="submit"],
button,
textarea,
input[type="email"],
input[type="password"],
input[type="text"]{
appearance:none;
-moz-appearance:none;
-webkit-appearance:none;

border:0;
margin:0;
padding:0;

box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;

border-radius:0;
-moz-border-radius:0;
-webkit-border-radius:0;
}

textarea,
input[type="email"],
input[type="password"],
input[type="text"]{}

input[type="submit"],
button{}

body{font-family: 'Open Sans', sans-serif;background: #C6C3C6;}
.inner{width:960px;margin:auto;position:relative;}
img{max-width:100%;height:auto;}
 
 
 
/* ===== Content ==== */
.header{height: 80px; background: url('www_CI2_Entete_RDP.jpg') repeat-x;}

.header .inner{
width:100%;
}

.logo{

}

.logo a{display:block; width:100%; float: left;}
.logo span{
display: block;
font-size: 20px;
text-align: right;
margin-bottom: 10px;
color: #000;
font-weight:bold;
}

.logo img{
    max-width: 200px;
    margin: 0 auto;
    display: block;
}

.title {
	display: block;
	font-family: Calibri, Candara, Segoe UI, Optima, Arial, sans-serif !important;
	font-size: 20px;
	font-weight: 700;
    width: 300px;
    height: 50px;
    padding-top: 30px;
    color: #fff;
    position: absolute;
    margin-left: 255px;
}

.content{
padding-top:80px;
position:absolute;
height:100%;
width:100%;
top:0;
left:0;
}

.col-wrap{
position:absolute;
height:100%;
width:100%;
top:0;
left:0;
}

.col-wrap .col{
position:relative;
padding-left:240px;
width:100%;
height:100%;
}

.logo{
max-width: 240px;
width:100%;
}

.col-wrap .col:first-child{width:240px;}

.col-wrap .col:first-child{
position:absolute;
top:0;
left:0;
padding:0;
z-index:3;
}

.col-wrap iframe{
width:100%;
height:100%;
display: block;
}



.search form{overflow:hidden;}

.search input[type="text"]{
height: 50px;
width: 100%;
padding: 15px 60px 15px 15px;
font-size: 14px;
display: block;
float: left;
}

.search input[type="submit"]{
display: block;
width: 50px;
height: 50px;
position: absolute;
background: url('img/search.png')no-repeat center;
background-color: #FFF;
cursor: pointer;
top: 0;
right: 0;
}

.search input[type="submit"]:hover{background-color: #F1F1F1;}

.content .inner{height:100%;width:100%;max-width:none;}

@media screen and (max-width:1000px){
	.inner{width: 800px;}
	/*.col-wrap .col{width: 560px;}*/
}


@media screen and (max-width:860px){
	.inner{width: 700px;}

}

@media screen and (max-width:740px){
	.header .inner,
	.content .inner,
	.inner{max-width:550px;width:90%;}		
}

@media screen and (max-width:700px){
	.content .inner{
	width:90%;
	height:auto;
	max-width:550px;
	}
	
	.col-wrap,
	.content{
	position:static;
	width:auto;
	height:auto;
	padding:0;
	}
	
	.col-wrap .col,
	.col-wrap .col:first-child{
	position:static;
	width:100%;
	padding:0;
	height: 585px;
	}
	.search{margin-top:2px;}
	
	.logo{margin:0;}

	.title {
		margin-left: 220px;
	}
}

@media screen and (max-width:510px){
	.logo{
		max-width: 100%;
		width: auto;
	}
	.logo img {
		max-width: 155px;
		width: 60%;
		margin: 0;
	}

	.title {
		position: relative;
		width: 100%;
		height: 15px;
		margin-left: 0px;
		text-align: right;
	}
	
	.col-wrap .col{
	position: relative;
	height: 0;
	padding-bottom: 60%;
	}
	
	.col-wrap .col:first-child{padding:0;height:585px;}
	
}