@font-face {
	font-family: 'Roboto-Light';
	src: url(../fonts/Roboto-Light.ttf);
}
body {
	font-family: 'Roboto-Light', sans-serif;
	background-color: #FCFBFA;
}
a {
	color: #2E8DA1;
	transition: color 0.5s;
	-webkit-transition: color 0.5s;
	cursor: pointer;
}
a:hover,
a:focus {
	color: #41C7E3;
	text-decoration: none;
}
#top-header {
	position: fixed;
	z-index: 3;
	top: 0px;
	width: 100%;
	height: 40px;
	padding-top: 10px;
	border-bottom: 1px solid rgba(193,180,163,0.3);
	box-shadow: 0 4px 8px rgba(0,0,0,0.1);
	background-color: rgba(0, 0, 0, 0.8);
}
.progress {
	border-radius: 3px;
	text-align: center;
	color: #aaa;
}
.progress-bar {
	background-color: #37A8C0;
}
#pbar {
	transition: width 3s;
	-webkit-transition: width 3s;
}
#pbar span {
	opacity: 0;
	transition: opacity 1s;
	-webkit-transition: opacity 1s;
}
header {
	padding-top: 40px;
	padding-bottom: 5px;
	border-bottom: 1px solid rgba(193,180,163,0.3);
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
	position: relative;
	z-index: 2;
}
header h1 {
	line-height: 25px;
}
header h1 span {
	color:#37A8C0;
}
header h1 small {
	padding-left: 5px;
	color: #AAA;
}
section {
	padding-top: 50px;
	padding-bottom: 0px;
	background-color: white;
	background-image: url(../bg.jpg);
	background-size: cover;
	background-position: center 50%;
	position: relative;
	z-index: 1;
}
.jumbotron {
	background-color: rgba(255, 255, 255, 0.85);
	max-width: 800px;
	border-radius: 3px !important;
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
	position: relative;
}
.jumbotron h1 {
	margin-top: 10px;
	font-size: 50px;
}
.jumbotron .glyphicon-check {
	margin-left: 2px;
	margin-top: 15px;
	cursor: help;
}
#j-red {
	padding-bottom: 10px;
}
#j-red p:last-child {
	margin-top: 25px;
	margin-bottom: 5px;
	text-align: right;
	font-size: 17px;
}
#j-red p:last-child span {
	color:#37A8C0;
}
section p .abbre {
	white-space: nowrap;
	color: #2E8DA1;
	cursor: help;
}
.video-or-img {
	width: 100%;
	max-width: 800px;
	border-radius: 3px;
	margin-bottom: 30px;
	border: 10px solid rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
	transition: border 1s;
	-webkit-transition: border 1s;
}
.img-w {
	max-width: 800px;
	position: relative;
}
#img-p {
	cursor: pointer;
}
#close-adv {
	background-color: rgba(0, 0, 0, 0.5);
	width: 40px;
	height: 40px;
	border-radius: 20px;
	position: absolute;
	top: 15px;
	right: 15px;
	cursor: pointer;
	text-align: center;
	color: rgba(255, 255, 255, 0.3);
	font-size: 30px;
	line-height: 40px;
	transition: color 0.5s, background-color 0.5s;
	font-weigth: bold;
}
#close-adv:hover {
	color: rgba(255, 255, 255, 0.5);
	background-color: rgba(0, 0, 0, 0.7);
}
#pls-wait,
#pls-next {
	display: none;
}
#wr-msg {
	width: 100%;
	height: 27px;
	position: absolute;
	top: 0px;
	left: 0px;
}
#cadre-msg {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: rgba(255, 255, 255, 0.7);
	border-radius: 3px 3px 0px 0px;
} 
#msg {
	font-size: 15px;
	line-height: 27px;
	position: absolute;
	width: auto;
}
#connexion {
	margin-top: 20px;
	background: #37A8C0;
	box-shadow: 0 4px 8px rgba(0,0,0,0.1);
	color: white;
	border: 0px;
	border-radius: 3px;
	padding: 0px;
}
#in-cnx {
	transition: background-color 1s;
	-webkit-transition: background-color 1s;
	background-color: rgba(65, 199, 227, 0);
	padding: 10px 16px;
}
#connexion:hover #in-cnx,
#connxion:focus #in-cnx {
	background-color: rgba(65, 199, 227, 1);
}
#connexion span {
	position: relative;
}
#connexion span span {
	position: absolute;
	left: -25px;
	top: 2px;
	transition: left 1s;
	-webkit-transition: left 1s;
	color: rgba(255, 255, 255, 0.8);
}
#connexion:hover span span {
	left: -20px;
}
form[name="connexion_password"] {
	margin-top: 20px;
}
#pwd_grp .glyphicon {
	margin-right: 5px;
}
.bad_pwd {
	color: red;
}
.modal img {
	max-width: 100%;
}
aside {
	padding-top: 15px;
	padding-bottom: 5px;
	border-bottom: 1px solid rgba(193,180,163,0.3);
	box-shadow: 0 4px 8px rgba(0,0,0,0.1);
	background-color: #222;
}
.f-aside {
	min-height: 71px;
}
#img-legal {
	float: left;
	margin-right: 20px;
	display: block;
	width: 185px;
	height: 40px;
}
#img-legal .glyphicon {
	font-size: 40px;
	float: left;
	margin-right: 10px;
	color: #37A8C0;
}
#img-legal h3,
#img-legal h4 {
	padding: 0px;
	margin: 0px;
}
#img-legal h3 {
	color: #37A8C0;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 17px;
	margin-top: 2px;
}
#img-legal h4 {
	color: #FCFBFA;
}
#img-legal h4 span {
	color: #37A8C0;
}
aside p {
	border-left: 4px solid #2E8DA1;
	padding-left: 10px;
	display: -webkit-box;
	display: flex;
	color: #FCFBFA;
	max-width: 800px;
}
#adv-timer {
	padding: 0px 5px;
	font-weight: bold;
}
#pls-next {
	background-color: #37A8C0;
	box-shadow: 0 4px 8px rgba(0,0,0,0.1);
	color: white;
	border: 0px;
	border-radius: 3px;
	transition: background-color 1s;
	-webkit-transition: background-color 1s;
	width: 100%;
}
#pls-next:hover,
#pls-next:focus {
	background-color: rgba(65, 199, 227, 1);
}
#pls-next span {
	color: rgba(255, 255, 255, 0.8);
	margin-right: 3px;
}
#redirects {
	text-align: center;
	height: 156px;
	overflow: hidden;
}
#redirects .red-box {
	display: inline-block;
	height: 156px;
	float: left;
	margin: 2px;
	width: 219px;
	padding: 0px;
	position: relative;
	border-radius: 2px;
}
#redirects a p {
	border-radius: 2px 2px 0px 0px;
	padding: 2px 10px;
	font-size: 16px;
	background-color: rgba(0,0,0,0.8);
	color: white;
	position: relative;
	z-index: 22;
        margin: 0px;
}
#redirects #prom-p {
	background-color: rgba(55, 168, 192, 0.8);
}
#redirects a p:last-child {
	border-radius: 0px 0px 2px 2px;
	margin: 0px;
	position: absolute;
	z-index: 21;
	bottom: 0px;
	padding: 2px 10px;
	background-color: rgba(255, 255, 255, 0.9);
	width: 100%;
	opacity: 0;
	transition: opacity 1s;
	-webkit-transition: opacity 1s;
	font-size: 12px;
	color: inherit;
}
#redirects a:hover p {
	opacity: 1;
}
#redirects a .img-box {
	width: 219px;
	height: 130px;
	background-color: white;
	background-size: cover;
	background-position: center 50%;
	box-shadow: 0 4px 8px rgba(0,0,0,0.1);
	border-radius: 0px 0px 2px 2px;
}
#redirects .red-box:first-child .img-box {
	background-image: url(../success-customer.jpg);
}
#redirects .red-box:nth-child(2) .img-box {
	background-image: url(../advert/generic/google.jpg);
	/* f-secure */
	/*background-image: url(../advert/f-secure/fr/success-promotion.png);
	background-size: 100% auto;
	background-position: center 50%;
	background-repeat: no-repeat;
	background-color: #00baff;*/
	/* /f-secure */
}
#redirects .red-box:last-child .img-box {
	background-image: url(../img/success-adael.jpg);
}
#laiss-msg {
	margin-bottom: 7px;
	opacity: 0.9;
}
footer {
	padding-top: 10px;
	border-top: 1px solid rgba(193,180,163,0.3);
	padding-bottom: 10px;
	color: #666;
}
.footer-part {
	display: inline-block;
	margin-right: 10px;
}
@media (max-width: 500px) {
	header h1 {
		text-align: center;
	}
	section {
		text-align: left;
	}
	header h1 small {
		font-size: 21px;
	}
	aside #img-legal {
		float: none;
		margin-bottom: 10px;
		margin-right: 0px;
	}
	section .container {
		padding: 0px;
	}
	section .jumbotron {
		border-radius: 0px !important;
	}
	section .video-or-img {
		border-radius: 0px !important;
		border-left: none;
		border-right: none;
	}
	#c-prom p:last-child {
		border-left: none;
		text-align: center;
	}
	#pls-next {
		margin: auto;
	}
	.jumbotron h1 {
		font-size: 40px;
		text-align: center;
	}
	.jumbotron p {
		font-size: 19px;
	}
	#j-red {
		text-align: center;
	}
	#j-red p:last-child {
		text-align: center;
	}
	#laiss-msg {
		display: block;
	}
	#laiss-msg button {
		width: 100%;
		border-radius: 0px 0px 3px 3px;
		margin-left: 0px;
		border-top: none;
	}
	#laiss-msg #addon-msg {
		border-radius: 3px 3px 0px 0px;
		border-bottom: none;
	}
	.footer-part {
		display: block;
		margin-right: 0px;
		margin-bottom: 7px;
	}
	.footer-part {
		text-align: center;
	}
	footer {
		padding-bottom: 5px;
	}
	#close-adv {
		right: 5px;
	}
}
@media (min-width: 500px) {
	#br-title {
		display: none;
	}
}
@media (max-width: 991px) {
	#redirects .red-box {
		float: none !important;
	}
	#redirects .red-box {
		overflow: hidden;
	}
	#redirects {
		overflow: visible;
		height: auto;
	}
	#redirects {
		padding: 0px 15px;
		position: relative;
	}
	#redirects a {
		display: block;
		margin: auto;
		margin-bottom: 10px;
	}
	#redirects a:last-child {
		margin-bottom: 0px;
	}
}