@charset "utf-8";
/* CSS Document */


.modal {
	display: none;
	width: 75% !important;
	height: auto;
	min-height: 20%;
	/*max-height: 90%;*/
	max-width: 980px;
	margin: 0;
	background-color: #f5f5f5;
	-moz-box-shadow: 0px 0px 40px 		rgba(0,0,0,.5);
	-webkit-box-shadow: 0px 0px 40px 	rgba(0,0,0,.5);
	box-shadow: 0px 0px 40px 			rgba(0,0,0,.5);
	font-size: 1.5em;
}
.modal .content {
	margin: 30px 0 50px 30px;
	padding-right: 30px;
}
.modal .content > img {
	width: 100% !important;
	height: auto !important;
}
.modal a.b-close {
	display: block;
	position: absolute;
	top: 0;
	right: 20px;
	width: 52px;
	height: 52px;
}
.modal h4 {
	margin-right: 60px;
	color: #6c6c6c;
	font: 1.15em Rambla;
    background: url(../_images/bar-sepa1.png) repeat-x scroll left bottom transparent;
    margin: 0 60px 20px 0;
    padding-top: 30px;
    text-align: left;
}
.modal h4 span {
	background-color: #f5f5f5;
}
.modal h4 strong {
	display: inline-block;
    font: 1.3em/1.2em Ramblabold;
    padding-right: 10px;
}
.modal a {
	color: #f28b06;
	text-decoration: underline;
}
.modal a:hover {
	color: #f28b06;
	text-decoration: none;
}
.modal p {
	text-align: left;
	color: #7b7b7f;
	font-size: 0.8em;
	line-height: 1.45em;
    margin: 10px 0;
}
.modal p strong {
	color: #212121;
}
.modal ul p {
	font-size: 0.95em;
	padding-left: 14px;
	margin-top: 4px;
	margin-bottom: 4px;
}
.modal ul {
	padding: 0;
	margin-bottom: 30px;
	font-size: 0.8em;
}
.modal ul lh,
.modal ol lh,
.modal h5 {
	display: inline-block;
	font-family: Ramblabold;
	font-size: 1em;
	color: #212121;
	margin-bottom: 10px;
}
.modal h5 {
	color: #f28b06;
	width: 90%;
}
.modal a#backtotop {
	display: inline-block;
	float: right;
	width: 26px;
	height: 26px;
}
.modal ul li,
.modal ol li {
	padding-left: 14px;
	margin-bottom: 6px;
	line-height: 1.4em;
	color: #7b7b7f;
	background: url(../_images/arrow-grey-small.png) 2px 6px no-repeat;
}
.modal ul ul {
	font-size: 0.9em;
	padding-left: 14px;
	margin-bottom: 20px;
}
.modal ul ul lh,
.modal ul ol lh {
	margin-top: 6px;
}
.modal small {
	color: #7b7b7f;	
}
.modal form {
	padding: 20px;
	margin-top: 20px;
	background-color: #dfdfdf;
}
.modal form label:not(.picker-label) {
	display: inline-block;
	float: left;
	width: 18%;
	margin-right: 8px;
	height: 40px;
	line-height: 30px;
	clear: both;
	color: #212121;
	font-size: 0.8em;
}
.modal form input,
.modal form textarea {
	float: left;
}
.modal form input[type="text"],
.modal form input[type="password"],
.modal form textarea {
	width: 76%;
}
.modal form textarea {
	height: 10em;
}
.modal form input[type="submit"] {
	clear: both;
	float: right;
	margin-right: 5%;
}

/* Typos spécifiques
-----------------------------------------------------------------------------------------------------------*/

@font-face {
    font-family: 'Rambla';
	src: url('../_webfonts/rambla-regular-webfont.woff') format('woff') ; 
	src: url('../_webfonts/rambla-regular-webfont.eot') ; 
	src: url('../_webfonts/rambla-regular-webfont.eot?#iefix') format('embedded-opentype'), 
		url('../_webfonts/rambla-regular-webfont.ttf') format('truetype'), 
		url('../_webfonts/rambla-regular-webfont.svg#ramblaregular') format('svg') ; 
	font-weight: normal; 
	font-style: normal;
}
@font-face {
    font-family: 'Ramblabold';
	src: url('../_webfonts/rambla-bold-webfont.woff') format('woff') ; 
	src: url('../_webfonts/rambla-bold-webfont.eot') ; 
	src: url('../_webfonts/rambla-bold-webfont.eot?#iefix') format('embedded-opentype'), 
		url('../_webfonts/rambla-bold-webfont.ttf') format('truetype'), 
		url('../_webfonts/rambla-bold-webfont.svg#ramblaregular') format('svg') ; 
	font-weight: normal; 
	font-style: normal;
}

.orange {
    color: #f28b06;
}
hr {
	border: 0;
	border-bottom: 1px dotted #d9d9d9;
	padding: 20px 0 0 0;
	margin: 0;
}