@charset "UTF-8";

@font-face {
    font-family: 'Source Sans Pro';
    src: url('https://fonts.googleapis.com/css?family=Source+Sans+Pro|Sumana');
}

/*@font-face {font-family: "Aktiv Grotesk"; src: url("//db.onlinewebfonts.com/t/a59a10fc173a405262ecba082980066e.eot"); src: url("//db.onlinewebfonts.com/t/a59a10fc173a405262ecba082980066e.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/a59a10fc173a405262ecba082980066e.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/a59a10fc173a405262ecba082980066e.woff") format("woff"), url("//db.onlinewebfonts.com/t/a59a10fc173a405262ecba082980066e.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/a59a10fc173a405262ecba082980066e.svg#Aktiv Grotesk") format("svg"); }*/

body, *{
	font-family: /*'Aktiv Grotesk',*/ sans-serif;
	font-weight: 400;
}

h1, h2, h3, h4, h5, span.txt-rotate > span.wrap{
	/*font-family: 'Sumana', sans-serif !important;*/
	font-weight: normal;
}

#topBar_WelcomeGuest {
	color:#eee;
	float:left;
	margin-top: 15px;
	margin-right: 5px;
}

#topBar_WelcomeGuest_Btn {
	margin-top: 10px;
	float:left;
}

#topBar_ProtectedFlag {
	margin-top: 12px;
	float:left;
	margin-left:5px;
}

#topBar_ProtectedFlag_Country {
	margin-left: 5px;
	width: 20px;
	height: 20px;
	margin-top: 15px;
	float: left;
	padding: 1px;
	background: #777;
	border-radius: 0px;
}

#loginPage_BottomButtons {
	margin-top:10px;
	margin-left:20px;
}

#loginPage_Captcha{
    /*width: 515px;*/
    margin: 15px auto 0 auto;
    /*float: none;*/
}

.topBar_UtilisateurNormal_Menu_img{
	width:16px;
	height:16px;
}

#topBar_BrandLogo_img{
	width: 38px;
	height: 42px;
	margin-top: -8px;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	padding: 5px;
	/*background: #dddddd;*/
	background: #fff;
	float: left;
    font-size: 42px;
    text-align: center;
    color: #333;
}

#topBar_BrandLogo_title{
	margin-top:3px;
	float:left;
	margin-left:10px;
	font-size:18px;
	color:#000;
}

#topBar_ProtectedMobile_msg{
	text-align:center;
	font-weight:bold;
	color:#eee;
}

.red{
	color:#C90000;
}

.green{
	color:#2DAB00;
}

#topBar_LoggedUser_BtnDropDown{
	margin-top:5px;
}

.italic{
	font-style: italic;
}

.center{
	text-align: center;
}

#container_95{
	width:95%;
}

.pub_vertical {
	margin:0px auto;
	/*float:right;*/
	width:160px;
	height:600px;
}

.pub_horizontal {
	margin:0 auto 35px auto;
	width:728px;
}

.floatright{
	float:right;
}

.rotate360{
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
     
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
     
    overflow:hidden;
 
    }   
 
.rotate360:hover
{ 
    -webkit-transform:rotate(360deg);
    -moz-transform:rotate(360deg); 
    -o-transform:rotate(360deg);
}

.navbar-right > li.dropdown{
	margin-right: 5px;
}

.product_item{
	background:#7F8C8D;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#dureeEngagement_price, #dureeEngagement_duration{
	font-weight: bold;
}

#fipstore_speedtest{
	margin:0 auto;
	float:none;
}

#Header_DonationDiv > div.row{
	padding-bottom: 0px;
}

#Header_DonationDiv > div.row > div.col-md-8{
	margin-top: 5px;
}

#Header_DonationBtn{
	margin-top: -5px;
	margin-bottom: 5px;
}

.contener_slideshow
{
  width:960px;
  height:280px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  opacity: 0.7;
  padding: 15px;
  border-radius: 3px;
  margin-bottom: 10px;
}

.slid_1, .slid_2, .slid_3
{
  position: absolute;
  width:960px;
  height:211px;
}
.slid_1{left: 0;}
.slid_2{left: 960px;}
.slid_3{left: 1920px;}
.contener_slide
{
  width: 1920px;
  height: 211px;
  left:0px;
  position: absolute;
  -webkit-animation-duration: 10s;
  -webkit-animation-iteration-count:infinite;
  -webkit-animation-name: anim_slide;
  -moz-animation-duration: 10s;
  -moz-animation-iteration-count:infinite;
  -moz-animation-name: anim_slide;
  -ms-animation-duration: 10s;
  -ms-animation-iteration-count:infinite;
  -ms-animation-name: anim_slide;
  animation-duration: 10s;
  animation-iteration-count:infinite;
  animation-name: anim_slide;
  color: #fff;
}
@-webkit-keyframes anim_slide 
{
  0% {left:0px;}
  22% {left:0px;}
  33% {left:-960px;}
  45% {left:-960px;}
  66% {left:-1920px;}
  90% {left:-1920px;}
}
@-moz-keyframes anim_slide 
{
  0% {left:0px;}
  22% {left:0px;}
  33% {left:-960px;}
  45% {left:-960px;}
  66% {left:-1920px;}
  90% {left:-1920px;}
}
@-ms-keyframes anim_slide 
{
  0% {left:0px;}
  22% {left:0px;}
  33% {left:-960px;}
  45% {left:-960px;}
  66% {left:-1920px;}
  90% {left:-1920px;}
}
@keyframes anim_slide 
{
  0% {left:0px;}
  22% {left:0px;}
  33% {left:-960px;}
  45% {left:-960px;}
  66% {left:-1920px;}
  90% {left:-1920px;}
}

#underuse > div.col-md-12 > ul{
	list-style-type: square;
}

ul#account_info{
	list-style-type: square;
}

.hr_divider{
	border-top:1px solid #ccc;
}
img.Index_Country_Flag{
	width:42px;
	margin-right:5px;
}

.right{
	text-align:right;
}

a.link_compte{
	text-align: left;
}

a.link_compte > img{
	margin-right: 5px;
	width: 24px;
}

.div_compte.empty_btn{
	height:44px;
}

#details_ping > table{
	width: 25%;
	margin: 0 auto;
}

.advantage_item {
    margin-bottom: 10px;
    padding: 10px;
    margin-right: 10px;
    -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border:1px solid darkGreen;
}

#connected_info{
	float:left;
	width:100%;
}

.loggeduser{
    width: 90px;
    display: inline-block;
}
.logged_class{
	background: #ddd;
	border:1px solid #999;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	padding:5px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.left_compte{
	border-right:1px solid #aaa;
}

.div_compte{
	text-align: left;
	margin-bottom: 10px;
}

.div_compte > a > strong{
    font-weight: 400;
    font-size: 17px;	
}

.div_compte > a{
	float: none !important;
}

#advanced_box{
	padding-top:15px;
	padding-bottom:15px;
}

span.price_monthly{
    font-size: 65px;
    font-weight: 600;	
}

span.price_monthly > sup > sup{
	/*font-size: 16px;*/
}

small.price_monthly{
	font-size: 20px;
	margin-left:-45px;
}

.payment_method{
	display:none;
	background: #ddd;
    padding: 10px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
}

.width100{
	width:100%;
}

img.imgReponsive{
	max-width:100%;
}

#captchme_widget_div{
    margin: 0 auto;
    width: 314px;
}

.support_FirstMessage_content{
    background-color: #eee;
    padding: 15px;
}

.support_FirstMessage_header{
    background-color: #ddd;
    padding: 5px;
    text-align: right;
}

.support_AnswerMessage_content{
    background-color: #eee;
    padding: 15px;
}

.support_AnswerMessage_header{
    background-color: #ddd;
    padding: 5px;
    text-align: right;
}

.support_TicketInfo{
	text-align:right;
	padding:10px;
}

div#topBar{
	padding:0px;
	margin-bottom:0px;
	background:#fff !important;
	border-bottom:1px solid #eee;
	box-shadow:0px 1px 7px 0px #909090;
}

.alert{
	margin-top:25px;
	border-radius: 0 !important;
}

.darkGreen{
	color:darkGreen;
	font-size:8px;
}

.navbar-inverse .navbar-nav>.open>.dropdown-menu>li>a{
	padding:8px 16px;
}

.darkRed{
	color:darkRed;
	font-size:8px;
}

.darkOrange{
	color:darkOrange;
	font-size:8px;
}

div.offer_power{
	float:left;
	margin-right: 5px;
	margin-top: -3px;
}

ul.nav > li > a:hover{
	background: #337399 !important;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	color:#909090 !important;
	background:#fff !important;
}

h3.account_head{
    border-bottom: 3px double #999;
}

.jumbo_list{
	font-size:25px !important;
	text-shadow: 0px 0px 10px #eee;
}

div.g-recaptcha > div > div{
	margin:0 auto;
}

h1.headerTitle{
	font-size:5rem !important;
	text-align: center;
}

h2.headerTitle{
	font-size:3rem !important;
	margin-top: 0px;
}

h3.headerTitle{
	font-size:2rem !important;
	margin-top: 0px;
}

.navbar-inverse{
	background-color: #aaa !important;
}

.navbar-inverse .navbar-nav>li>a{
	color:#000 !important;
}

footer{
	position:relative;
	bottom:0;
	left:0;
	right:0;
}

.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus{
	background:#fff !important;
	color:#909090 !important;
}

.navbar-inverse .navbar-nav>.dropdown>a:hover .caret, .navbar-inverse .navbar-nav>.dropdown>a:focus .caret{
	border-top-color:#909090 !important;
	border-bottom-color:#909090 !important;
}

.navbar-inverse .navbar-nav>.open>.dropdown-menu{
	background:#909090 !important;
}

.navbar-inverse .navbar-nav>.open>.dropdown-menu > li:hover{
	background:#fff !important;
	color:#909090 !important;
}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>.dropdown-menu>li>a:hover, .navbar-inverse .navbar-nav>.open>.dropdown-menu>li>a:focus{
	background-color:#fff !important;
	
}

.navbar-inverse .navbar-nav>.open>.dropdown-menu>li>a:hover, .navbar-inverse .navbar-nav>.open>.dropdown-menu>li>a:focus{
	color:#909090 !important;
}

.navbar-inverse .navbar-nav>.open>.dropdown-menu>.divider{
	background-color:#fff !important;
}

.navbar-inverse .navbar-toggle:hover:before, .navbar-inverse .navbar-toggle:focus:before{
	color:#2c3e50 !important;
}

.navbar-inverse .navbar-toggle:before{
	color:#909090;
	background:#fff !important;
}

a:hover, a:focus {
	color:#909090 !important;
}

.btn a:hover, .btn a:focus{
	color:#eee !important;
}

.btn-success:hover, .btn-warning:hover, .btn-danger:hover, .btn-info:hover, .btn-primary:hover{
	color:#eee !important;
}

.btn-success, .btn-primary{
	background-color:#3c763d !important;
	border-radius: 0;
	transition: all 0.3s ease-in-out;
	border:2px solid #54a555;
	border-radius: 3px;
}

.btn-success:hover, .btn-primary:hover{
	background-color:#4b9b4c !important;
	border: 2px solid #3c763d;
}

.btn-danger{
	background-color:#a94442 !important;
	border-radius: 0;
	transition: all 0.3s ease-in-out;
	border:2px solid #ce5754;
	border-radius: 3px;
}

.btn-danger:hover{
	background-color:#b43431 !important;
	border:2px solid #a94442;
}

.btn-info{
	background-color:#538fda !important;
	transition: all 0.3s ease-in-out;
	border-radius: 3px;
}

.btn-info:hover{
	background-color:#0478d0 !important;
}

.btn-inverse{
	border-radius: 3px !important;
}

.btn-inverse:hover{
	background-color: #036FC2 !important;
	color:#fff !important;
	border:none;
}

li.hoverSwitchLang, li.hoverSwitchLang > a, li.hoverSwitchLang:hover, li.hoverSwitchLang > a:hover, #switchLangBtn > a:hover{
	background:transparent !important;
}
.homepage-land{
	background-image: url(/images/mountain-984083_tiny.jpg);
    min-height: 80rem;
    background-size: cover;
    background-position: top left;
    margin-top: -4rem;
}
#bloc_header{
	z-index:1000;
	position: absolute;
	top: 15%;
	width:100%;
	text-align:center;
	color:#fff;
}
ul.nav > li > a{
	color:#eee !important;
}

#pageContentBegin{
	float:none;
	margin-bottom:15px;
}

#try_btn_homepage{
	font-weight: bold;
	font-size: 21px;
	margin-top: 25px;
	background-color: #F58452;
	letter-spacing: 4px;
	padding: 9px 25px;
	/*box-shadow: 0px 0px 5px #fff;*/
}

#try_btn_homepage:hover{
	background-color: #F99569;
	/*box-shadow: 0px 0px 15px #fff;*/
}

#topMenu_logout{
	margin-top: 10px;
	float:left;
}

#headerRow{
	margin:0;
}

footer > div.container > div.row > div.col-md-6.col-xs-12.center{
	margin:0 auto;
	float:none;
}

#headerRow > div.col-xs-12.col-lg-12.col-md-12{
	padding: 0;
}

#navbar-menu > div.visible-lg{
	width:90px;
	float:left;
}

li.li_forum{
	margin-right:15px;
}

#homePageRow{
	margin-top: 15px;
	padding: 20px;
}

#three_d_secure_modal{
	display: none;
}

#three_d_secure_iframe{
	width:100%;
	height:600px;
	border:1px solid #909090;
}

div.pricing_header > h1{
	font-size: 50px;
	padding-top: 10px;
}

div.pricing_header > h2{
	font-size: 29px;
}

span.setup_number{
	padding-right: 5px;
}

.sold_old_price{
	font-size: 35px;
	padding-left: 10px;
	text-decoration: line-through;
}

input.form-control, select.form-control{
	border-radius: 3px !important;
}

h3{
	font-size: 36px !important;
}

form#quick_sub > input#my_email
{
	width:350px;
	margin:0 auto;
}

form#quick_sub
{
	text-align: center;
}