/*
Theme Name: Theme Unblog
Description: Thème du site unblog.fr depuis juillet 2014.
Author: Tigersun Group
Version: 3.0
Tags: private, unblog
*/

/*
1. GLOBAL
1.1 Init
1.2 Body
1.3 Header
1.4 Footer
2. COLOR
3. HOME
3.1 Top blogs
3.2 Last posts
4. ANNUAIRE
5. PAGE THEMES
6. PAGE PREMIUM
7. Inscription
8. Connexion
9. Erreur / WP Die
10. Spécial
*/


/* 1. GLOBAL */

/* 1.1 Init */

/* Source sans pro regular */
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400);

body {
	font-family: "Source Sans Pro", sans-serif;
	background-color: #1ca6df;
}
/*
*,
*:after,
*::before {
    box-sizing: border-box;
}
*/
ul,ol,li{
	margin:0;
	padding:0;
	list-style: none;
}
a, a:focus{
	outline: none;
	text-decoration: none;
}
input.button{
	border: none;
}

.ub-no-user-select {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.js .hide-if-js,
.no-js .hide-if-no-js {
    display: none;
}

/* 1.2 Body */
h1{
	color: #ffffff;
	font-size: 48px;
	margin-top: 52px;
	text-align: center;
}
h1 span.highlight,
h1 a.highlight {
	color: #98e6ff;
}
h1 a.highlight{
	text-decoration: none;
}
h4.slogan {
	font-weight: 300;
	color: #ffffff;
	font-size: 24px;
	margin:0;
	text-align: center;
}
h2{
	color: #383838;
	text-align: center;
	margin-top: 38px;
	margin-bottom: 15px;
	font-size: 36px;
}
h3{
	color: #383838;
	margin: 30px 0 20px 0;
}
a{
	color: #383838;
}
a.more-link{
	color: #1ca6df;
}
.clear{
	clear: both;
}
.nine60 {
	max-width: 960px;
	margin: auto;
	position: relative;
}
.container-fluid, 
.row {
	margin: 0;
	padding: 0;
}
.first_section {
	background: url("images/bg_testurl1.png") center top no-repeat;
	background-color: #0a3a4c;
}
.inscription-section {
	padding-bottom: 10px;
}
.button {
	display: block;
	height: 50px;
	border-radius: 2px;
	background: url("images/testurl/button.png") repeat-x center;
	box-shadow: 0px 1px 4px 1px rgba(0,0,0,0.15);
	font-family: "Source Sans Pro", sans-serif;
	font-size: 20px;
	color: #ffffff;
	text-align: center;
	text-shadow:  0px 1px 2px #c52b39;
	padding-top: 8px;
	width: 320px;
	cursor: pointer;
}
.button:active, .button:hover, .button:focus {
	background: url("images/testurl/button_active.png") center;
	color: #ffffff;
}

a.button:hover{
	color: #ffffff;
	text-decoration: none;
}

.ub-button {
	font-size: 24px;
    margin: 0;
    padding-bottom: 5px;
    padding-top: 0;
}

.ub-downarrow {
	position: absolute;
	top: 20px;
	right: 25px;
	height: 0;
	width: 0;
	border: 8px solid transparent;
	border-top-color: #777;
}

.ub-select {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f1f1f1 50%, #e1e1e1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f1f1f1), color-stop(100%,#e1e1e1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e1e1e1',GradientType=0 ); /* IE6-9 */
}

#create-button1{
	width: 100%;
	margin: 0;
	font-size: 24px;
	padding-top: 0;
	padding-bottom: 5px;
}

#create-button2{
	width: 318px;
	margin: 40px auto 0;
}
#theme-button{
	width: 208px;
}
#create-button3{
	height: 80px;
	width: 470px;
	font-size: 30px;
	background: url("images/testurl/button_2.png") repeat-x center;
	position: relative;
	z-index: 2;
	padding-top: 18px;
	margin: 25px auto 0;
}

.col-lg-2 {
	width: 280px;
}

.col-lg-12-bis, .col-md-12-bis, .col-lg-8-bis {
	width: 960px;
}

.col-md-2, .col-lg-2, .col-md-12-bis, .col-lg-12 {
	padding:0;
}

/* 1.3 Header */

.header_section {
	height: 60px;
	background-color: #1ca6df;
	position: relative;
}
.headerow {
	margin-left: 0;
	margin-right: 0;
}
.logo {
	margin-top: 15px;
}
.general_nav {
	position: absolute;
	top: 0;
	right: 0;
}

.le_menu > li {
	display: block;
	float: left;
}
.le_menu > li > a {
	display: block;
	height: 60px;
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
	padding: 0 10px;
	line-height: 60px;
	
}
.le_menu > li > a:hover,
.le_menu > li > a.current{
	background-color: #ffffff;
	color: #1ca6df;
}
.le_menu.nav .open > a,
.le_menu.nav .open > a:hover,
.le_menu.nav .open > a:focus {
	background-color: #ffffff;
}
/*
.le_menu > li:last-child:hover {
	background-color: #ffffff;
}
*/
.le_menu > li.open > a,
.le_menu > li:last-child:hover > a {
	color: #1ca6df;
}

/* navbar xs version */
.navbar-default {
	background-color: #1ca6e9;
	border: none;
	margin-bottom: -1px;
}
.navbar-default .navbar-brand {
	color: #ffffff;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
	color: #1ca6e9;
}
.navbar-default .navbar-text {
	color: #ffffff;
}

.navbar-default .navbar-nav > li > a {
	color: #ffffff;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #1ca6e9;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #1ca6e9;
	background-color: #ffffff;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	color: #1ca6e9;
	background-color: #ffffff;
}
.navbar-default .navbar-toggle {
	border-color: #ffffff;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #1cb6e9;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #ffffff;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	border-color: #ffffff;
}
.navbar-default .navbar-link {
	color: #ffffff;
}
.navbar-default .navbar-link:hover {
	color: #1ca6e9;
}


/* 1.4 Footer */
/*
html {
	position: relative;
	min-height: 100%;
	height: auto;
}
body {
	margin-bottom: 190px;
}
*/
footer {
	background-color: #1ca6df;
	padding-bottom: 20px;
/*	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 190px;
*/
}
footer.row{
	padding-bottom: 40px;
}
.footer_bg {
	background-color: #1ca6df;
	margin-top: -40px;
}
.footer_message {
	text-align: center;
	display: block;
	color: #e0e0e0;
	font-weight: 300;
	font-size: 12px;
	margin: 25px 0 15px 0;
	padding: 0px 50px 0px 50px;
}
.footer_copyright {
	display: inline-block;
	color: #e0e0e0;
	font-weight: 300;
	font-size: 12px;
	margin: 30px 0;
}
.footer_copyright_xs {
	display: inline-block;
	color: #e0e0e0;
	font-weight: 300;
	font-size: 12px;
	margin: 15px auto;
	text-align: center;
}
.footer_menu {
	float: right;
	margin: 24px 0;
}
.footer_menu li {
	display: inline-block;
}

.footer_menu li a {
	text-decoration: none;
	color: #ffffff;
	font-weight: 300;
	font-size: 13px;
}
.footer_menu_xs {
	text-align: center;
}
.footer_menu_xs li {
	display: inline-block;
}
.footer_menu_xs li a {

	text-decoration: none;
	color: #ffffff;
	font-weight: 300;
	font-size: 13px;
}
.footer_menu li:after,
.footer_menu_xs li:after{
	content: ' . ';
	color: #6ddbff;
	font-size: 20px;
	margin: 5px 5px 0px 5px;
}
.footer_menu li:last-child:after,
.footer_menu_xs li:last-child:after{
	content: none;
}

/* section prefooter */

.prefooter{
	text-align: center;
}
.prefooter h2{
	
}
.prefooter h4{
	font-size: 24px;
    font-weight: 300;
	margin-bottom: 25px;
}
.prefooter p{
    color: #888888;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
}
.prefooter .top-separation {
	height: 1px;
	background-color: #d8d8d8;
}
.prefooter-bottom-separation {
	height: 1px;
	background-color: #3ebdf1;
	margin-top: 68px;
}



.col-md-8{
	padding: 0;
	width: 620px;
}
.col-md-4{
	padding:0;
	width: 280px;
}
.top-section-home{
	padding-bottom: 20px;
}
.main-section{
	padding-bottom: 40px;
}


/* 1.1 MENU */
.ctn-submenu{
	position: relative;
	z-index:5;
}
.submenu{
	background: #fff;
	padding: 20px;
	width: 960px;
	border-bottom: 1px solid #ccc;
	top: 15px;
}
header .submenu{
	display: none;
	position: absolute;
}
.submenu ul{
	margin-bottom: 20px;
}
.submenu li{
	padding-left: 20px;
}
.submenu li a {
	color: #888888;
    font-weight: 300;
}
.submenu li.submenu-cat-parent{
	margin-bottom: 5px;	
}
.submenu li.submenu-cat-parent a{
	text-transform: uppercase;
	color: #333;
	font-weight: normal;
}
.submenu .submenu-cat-parent{
	position: relative;
}
.submenu .submenu-cat-parent:before{
	content: '';
	width:10px;
	height: 10px;
	display: block;
	position: absolute;
	top: 5px;
	left: 5px;
}

.submenu .submenu-cat-parent.loisirs:before{
	background: red;
}

/* 2. COLOR */

.ub-die a,
.activate-section a,
.inscription-section a,
.inscription-section strong,
.highlight,
a.highlight:hover,
a.highlight:focus {
	color: #009ee0;
}

.bg-color1,
.bg-color1 .ctn-blog-cat-txt{
	background: #fff;
}
.bg-color2,
.bg-color2 .ctn-blog-cat-txt{
	background: #f6f6f6;
}

.ctn-blog-cat.divers .blog-cat-label,
#categorie-nav.divers li a:hover,
#categorie-nav.divers li.current a,
.divers{
	color: #aa41d5;
}
.ctn-blog-cat.divers .square,
.submenu .submenu-cat-parent.divers::before,
#categorie-nav.divers{
	background: #aa41d5;
}
.ctn-blog-cat.loisirs .blog-cat-label,
#categorie-nav.loisirs li a:hover,
#categorie-nav.loisirs li.current a,
.loisirs{
	color: #009ee0;
}
.ctn-blog-cat.loisirs .square,
.submenu .submenu-cat-parent.loisirs::before,
#categorie-nav.loisirs{
	background: #009ee0;
}
.ctn-blog-cat.culture .blog-cat-label,
#categorie-nav.culture li a:hover,
#categorie-nav.culture li.current a,
.culture{
	color: #eba300;
}
.ctn-blog-cat.culture .square,
.submenu .submenu-cat-parent.culture::before,
#categorie-nav.culture{
	background: #eba300;
}
.ctn-blog-cat.sciences .blog-cat-label,
#categorie-nav.sciences li a:hover,
#categorie-nav.sciences li.current a,
.sciences{
	color: #459c4d;
}
.ctn-blog-cat.sciences .square,
.submenu .submenu-cat-parent.sciences::before,
#categorie-nav.sciences{
	background: #459c4d;
}
.ctn-blog-cat.politique .blog-cat-label,
#categorie-nav.politique li a:hover,
#categorie-nav.politique li.current a,
.politique{
	color: #ef3543;
}
.ctn-blog-cat.politique .square,
.submenu .submenu-cat-parent.politique::before,
#categorie-nav.politique{
	background: #ef3543;
}
.ctn-blog-cat.adulte .blog-cat-label,
#categorie-nav.adulte li a:hover,
#categorie-nav.adulte li.current a,
.adulte{
	color: #f421c0;
}
.ctn-blog-cat.adulte .square,
.submenu .submenu-cat-parent.adulte::before,
#categorie-nav.adulte{
	background: #f421c0;
}

#ctn-offre-domaine-details {
	border-color: #A286BE;
}
#ctn-offre-stockage-details {
	border-color: #00AEEF;
}
#ctn-offre-publicite-details {
	border-color: #FF4D4D;
}
#ctn-offre-securite-details {
	border-color: #FF9D00;
}

.blog-cat-label a {
	color: inherit;

}

/* 3. HOME */

.testurl_bg {
	background: #E6E6E6;
	width: 622px;
	padding: 15px 0;
	margin: 40px auto 60px;
	border-radius: 2px;
	position: relative;
}
.testurl_bg .col-sm-8 {
	padding: 0 0 0 15px;
}
.testurl_bg .col-sm-4{
	padding-right: 15px;
	padding-left: 15px;
}
#form-create-blog{
	padding: 0 20px;
}
.form-control-bis {
width: 100%;
height: 50px;
padding-right: 85px;
padding-left: 10px;
line-height: 1.42857143;
color: #555;
font-family: "Source Sans Pro", sans-serif;
font-size: 18px;
background: #fff;
border: 1px solid #ccc;
border-radius: 2px;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-control-bis:focus {
	outline: none;
	border: 1px solid #8eccec;
}
#dotunblog {
	position: absolute;
	top: 12px;
	right: 10px;
	font-size: 18px;
}
.form-error{
	background: #FEB4B4 url('images/error.png') 8px center no-repeat;
	margin: 10px 20px 0 20px;
	padding: 5px 10px 5px 28px;
	border-radius: 2px;
	clear: both;
	font-size: 13px;
}
.form-updated{
	background: #FFFFE0 url('images/updated.png') 8px center no-repeat;
	margin: 10px 20px 0 20px;
	padding: 5px 10px 5px 28px;
	border-radius: 2px;
	clear: both;
	font-size: 13px;
}
#form-create-blog .form-error,
.error-hidden,
.form-error .error-msg{
	display: none;
}
.input-error{
	border: 1px solid red;
}
.ctn-top-post{
	width: 280px;
	height: 360px;
	overflow: hidden;
}
.ctn-top-post-img{
	display: block;
	margin-top: 10px;
	width: 280px;
	height: 170px;
	line-height: 167px;
	background-color: #e6e6e6;
	text-align: center;
}
.ctn-top-post-img img {
	max-width: 280px;
	max-height: 170px;
	display: inline;
	vertical-align: middle;
}
.prefooter{
	background: #F6F6F6;
}
.prefooter span.highlight{
	color: #009ee0;
	font-weight: normal;
}
.top-section-home h2{
	margin: 30px 0 25px;
}


/* 3.1 TOP BLOGS */

.ctn-top-blogs{
	padding-bottom: 20px;
}
.top-blogs-item{
	padding-bottom: 10px;
	color: #333;
}
.ctn-top-blogs-num{
	float: left;
	width: 30px;
	padding-right: 5px;
}
.top-blogs-num{
	color: #009ee0;
	text-align: right;
	font-size: 18px;
	font-weight: bold;
}
.top-blogs-name{
	float: left;
	width: 250px;

}
.top-blogs-name a{
	font-size: 18px;
	color: #333;
} 

/* 3.2 LAST POSTS */



.ctn-last-post {
	width: 620px;
	background: #fff;
	padding: 10px;
	margin-bottom: 10px;
	overflow: hidden;
}
.ctn-post-img{
	display: block;
	width: 130px;
	height: 130px;
	line-height: 127px;
	background: #ccc;
	float: left;
	text-align: center;
}
.ctn-post-img img{
	display: inline;
	vertical-align: middle;
	max-width: 130px;
	max-height: 130px;
}
.ctn-post-txt{
	float: left;
	padding-left: 10px;
	width: 470px;
}
.ub-post-title{
	overflow: hidden;
}
.ub-post-title a{
	color: #383838;
}
.ub-post-text{
	color: #888888;
    font-weight: 300;
}

.ctn-top-post .ub-post-title{
	font-size: 18px;
	height: 45px;
	padding-top: 15px;
}
.ctn-top-post .ub-post-title a{
	font-size: 20px;
}
.ctn-top-post .ub-post-text{
	font-size: 16px;
	margin: 5px 0 10px;
}

.ctn-last-post .ub-post-title{
	padding-top: 10px;
/*	height: 30px; */
}
.ctn-last-post .ub-post-title a{
	font-size: 18px;
}

/* 3.3 BLOG CATEGORY LINE */

.bg-blog-cat{
	height: 8px;
	background: #E6E6E6;
}
.ctn-blog-cat{
	text-transform: uppercase;
	padding: 5px 0 0 30px;
	position: relative;
}
.square{
	width: 8px;
	height: 8px;
	background: #333;
	position: absolute;
	top:5px;
}
.ctn-blog-cat-txt{
	padding: 0 5px;
	position: absolute;
	top:0;
	left:38px;
	font-size: 12px;
	font-weight: 300;
	color: #686868;
}

.ctn-last-post .ctn-blog-cat,
.ctn-top-post .ctn-blog-cat{
	padding-left: 0;
}
.ctn-last-post .ctn-blog-cat-txt,
.ctn-top-post .ctn-blog-cat-txt{
	left: 8px;
	background: #fff;
}
.ctn-last-blogs .ctn-blog-cat{
	padding-left:0;
}
.ctn-last-blogs .ctn-blog-cat-txt{
	left: 8px;
}

/* PAGE / POST */
.page-section,
.post-section{
	padding: 40px 0;
}
.row-page{
	background: #fff;
	padding: 20px;
	position: relative;
}
.row-post{
/*	border-bottom: 1px solid #F6F6F6;*/
	position: relative;
}
.row-page h2,
.row-post h2{
	font-size: 30px;
	padding-bottom: 20px;
	text-align: left;
	margin:0;
}

.row-page h2 a:hover,
.row-post h2 a:hover{
	text-decoration: none;
	color: #1ca6df;
}

.row-page h3,
.row-post h3{
	color: #1ca6df;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0 20px;
	margin: 0;
}
.row-page a:hover,
.row-post a:hover{
	color: #1ca6df;
}
.row-page li,
.row-post li,
.row-page p,
.row-post p{
	color: #888888;
}
.row-page strong, 
.row-page b,
.row-post strong, 
.row-post b{
	color: #1ca6df;
}
.post-section .col-sm-4{
	padding: 0 60px 0 0;
}
.ctn-button{
	margin-top: 40px;
}
.ctn-button a.button{
	margin:0 auto;
}
#bt-premium{
	width: 360px;
}

/* 4. PAGE ANNUAIRE */
.ctn-annuaire-title{
	padding-bottom: 40px;
}
.content-nav{
	height: 46px;
	text-align: center;
}
.content-nav ul{
	display: inline-block;
}
.content-nav li{
	float: left;
}
.content-nav li a{
	display: block;
	height: 46px;
	line-height: 46px;
	padding:0 7px;
	color: #fff;
}
.content-nav li a:hover,
.content-nav li.current{
	text-decoration: none;
	background: #fff;
}
#help-nav{
	background: #383838;
}
#help-nav li a:hover,
#help-nav li.current a{
	color: #383838;
}

/* 5. PAGE THEMES */
.themes-section h2{
	margin: 40px 0;
}

.themes-section .row {
	margin-bottom: 40px;
}
.themes-section figure{
	position: relative;
	width:280px;
	height: 210px;
	border: 1px solid #d9d9d9;
	box-sizing: border-box;
	box-shadow: 0 2px 2px #ccc;
	cursor: pointer;
}
.themes-section figure img.theme-capture{
	width:278px;
	height: 208px;
	cursor: pointer;
}
.themes-section figure .ctn-account-theme{
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
}
.themes-section figure .mask{
	position: absolute;
	top: 0;
	left: 0;
	width: 278px;
	height: 208px;
	background: #666;
	opacity: 0.5;
    filter:alpha(opacity=50);
	z-index: 3;
	display: none;
}
.themes-section figure .theme-name{
	position: absolute;
	bottom: 0;
	left: 0;
	width:278px;
	height: 35px;
	line-height: 35px;
	font-size: 16px;
	background: #383838;
	color: #fff;
	text-align: center;
	z-index: 4;
	display: none;
}
.themes-section figure .theme-account-txt,
.themes-section figure .theme-description-txt,
.themes-section figure .theme-tags-txt{
	display: none;
}
.themes-section .themes-list-wrap {
	margin-bottom: 0;
	padding-bottom: 40px;
}
.ctn-list-themes{
	overflow: hidden;
}
.bt-more-themes{
	width: 210px;
	height: 35px;
	border: 1px solid #c8c8c8;
	margin: 0 auto;
	font-size: 16px;
	font-weight: 300;
	padding: 4px 0 0 15px;
	border-radius: 2px;
	cursor: pointer;
	background: url('images/bg_bt_themes.png') 180px center no-repeat;
}
.bt-more-themes:hover {
	border-color: #888;
}
.ctn-list-themes.open + .bt-more-themes{
	background-image: url('images/bg_top_themes.png');
}

/* 5.1 MODAL THEME */
#modal-theme .modal-dialog{
	width: 860px;
}
#modal-theme .modal-body{
	padding: 40px 30px;
}
#modal-theme .col-sm-6{
	width: 400px;
	padding:0;
}
#modal-theme .col-sm-6:last-child{
	padding-left: 15px;
	width:380px;
}
#modal-theme h3{
	margin-top: 0;
	font-size: 30px;
}

#modal-theme .modal-theme-capture{
	width: 400px;
	height: 300px;
}
#modal-theme .close{
	float: none;
	position: absolute;
	right:20px;
	top: 10px;
	z-index: 2;
}
#modal-theme .modal-theme-label{
	font-size: 15px;
}
#modal-theme .modal-theme-txt{
	font-size: 14px;
	font-weight: 300;
	color: #686868;
}
.ctn-modal-theme-capture{
	position: relative;
}
.modal-theme-account-img{
	position: absolute;
	top: 0;
	left: 0;
}

/* 6. PAGE PREMIUM */
.premium-section{
	padding: 40px 0;
	background: #f6f6f6;
}
.premium-section h3{
	font-size: 18px;
	margin: 15px 0 10px 0;
}
.premium-section p{
	color: #888888;
	font-size: 14px;
}
.row-premium{
	width: 960px;
	background: #fff;
	margin-bottom: 20px;
}
.row-premium:last-child{
	margin-bottom: 0;
}
.ctn-offre-infos{
	position: relative;
	height: 120px;
	padding-left: 140px;
}
.ctn-offre-infos .col-sm-10{
	height: 120px;
	width: 690px;
	padding: 0;
}
.ctn-offre-infos .col-sm-2{
	height: 120px;
	width: 130px;
	padding: 0;
	padding-left: 10px;
}
a.link-offre-more-details{
	position: absolute;
	bottom:0;
	right:0;
	color: #383838;
	font-size: 11px;
}
a.link-offre-more-details:hover{
	text-decoration: none;
}
.link-offre-more-details:after{
	content: '+';
	color: #C9C9C9;
	font-weight: bold;
	font-size: 14px;
	padding-left: 5px;
	font-family: arial;
	vertical-align: middle;
}
.link-offre-more-details.open:after{
	content: '-';
}
.ctn-offre-min-price{
	width: 120px;
	height: 120px;
	color: #FFF;
}
.offre-min-price{
	position: absolute;
	bottom: 4px;
	right: 5px;
	text-align: right;
}
.offre-min-price-txt{
	font-size: 28px;
	font-weight: 300;
	line-height: 20px;
}

#ctn-offre-domaine .ctn-offre-infos{
	background: url('images/bg_premium.png') no-repeat;
}
#ctn-offre-stockage .ctn-offre-infos{
	background: url('images/bg_premium.png') 0 -120px no-repeat;
}
#ctn-offre-publicite .ctn-offre-infos{
	background: url('images/bg_premium.png') 0 -240px no-repeat;
}
#ctn-offre-securite .ctn-offre-infos{
	background: url('images/bg_premium.png') 0 -360px no-repeat;
}
#ctn-offre-domaine .ctn-offre-min-price{
	background: url('images/bg_triangle_premium.png') no-repeat;	
}
#ctn-offre-stockage .ctn-offre-min-price{
	background: url('images/bg_triangle_premium.png') 0 -120px no-repeat;	
}
#ctn-offre-publicite .ctn-offre-min-price{
	background: url('images/bg_triangle_premium.png') 0 -240px no-repeat;	
}
#ctn-offre-securite .ctn-offre-min-price{
	background: url('images/bg_triangle_premium.png') 0 -360px no-repeat;	
}
.premium-section .ctn-create-button{
	margin-top: 20px;
}
.premium-section .ctn-create-button a.button{
	margin:0 auto;
}
.ctn-offre-details{
	display: none;
}
.premium-section p.note-asterisque{
	font-size: 10px;
	margin:0;
}

/* Tableau détails de l'offre' */
.tab-offre-details{
	margin: 0 auto;
}
.ctn-offre-details{
	border-top: 1px solid #E0E0E0;
	border-bottom: 4px solid #00ACEC;
	padding: 20px 10px;
}
.tab-offre-details tr.odd{
	background: #F6F6F6;
}
.tab-offre-details th,
.tab-offre-details td{
	height: 30px;
}
.tab-offre-details th{
	color: #888888;
	font-weight: normal;
	font-size: 14px;
}
.tab-offre-details th.row{
	width: 225px;
	padding-left: 10px;
}
.tab-offre-details th.col{
	text-align: center;
}
.tab-offre-details td{
	width: 140px;
	text-align: center;
}
.tab-offre-details .highlight{
	color: #00ACEC;
}

/* 7. Page inscription */

.inscription-section .control-label {
	color: #777;
	font-weight: normal;
}
.inscription-fb {
    margin-top: 40px;
}
#signup-categorie > .btn {
	text-align: left;
}
.inscription-section .form-error {
	margin: 2px 0 0;
}

.inscription-section .recaptchatable {
	display: block;
	border-radius: 6px;
	width: 100%;
}
.inscription-section .recaptchatable .recaptcha_image_cell {
	background-color: inherit;
}
.inscription-section noscript > textarea[name="recaptcha_challenge_field"] {
	border-radius: 6px;
	padding: 3px;
	width: 100%;
}

#signup-categorie,
#signup-categorie > .dropdown-menu,
#signup-categorie > .btn {
	width: 100%;
}

#signup-categorie > .dropdown-menu {
	max-height: 250px;
	overflow: auto;
}

.ub_pass_viewer {
	cursor: pointer;
}
.pass-strength-result.short {
	background-color: #ffa0a0;
	border-color: #f04040;
}
.pass-strength-result.bad {
	background-color: #ffb78c;
	border-color: #ff853c;
}
.pass-strength-result.good {
	background-color: #ffec8b;
	border-color: #fc0;
}
.pass-strength-result.strong {
	background-color: #c3ff88;
	border-color: #8dff1c;
}


/* SIDEBAR */
.ub-widget li a{
	color: #383838;
	font-size: 18px;
	font-weight: 300;
}
.ub-widget li{
	border-bottom: 8px solid #E6E6E6;
	padding: 5px 0;
	margin-bottom: 5px;
}

.ub-widget li.on,
.ub-widget li.current{
	border-bottom: 8px solid #1ca6df;
}
.ub-widget li.on a,
.ub-widget li.current a{
	color: #1ca6df;
	text-decoration: none;
}

/* 8. Connexion / Login */

.ctn-connexion-title {
    padding-bottom: 30px;
}

.connexion-fb {
	margin-top: 20px;
	text-align: center;
}

.form-signin {
    margin: 0 auto;
    max-width: 330px;
    padding: 15px;
}
.form-signin .form-signin-heading, .form-signin .checkbox {
    margin-bottom: 10px;
}
.form-signin .checkbox {
    font-weight: normal;
}
.form-signin .form-control {
    box-sizing: border-box;
    font-size: 16px;
    height: auto;
    padding: 10px;
    position: relative;
}
.form-signin .form-control:focus {
    z-index: 2;
}
.form-signin input[type="text"] {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: -1px;
}
.form-signin input[type="password"] {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-bottom: 10px;
}
.form-signin .button {
	width: 100%;
}


/* 9. Erreur / Wp Die */

.ub-die-section h1 {
	margin: 20px 0 0;
}
.ub-die-section h4.slogan {
	margin: -10px 0 40px;
	font-weight: bold;
}
.ub-die,
.ub-die-return {
	text-align: center;
}
.ub-die {
	margin-top: 70px;
	margin-bottom: 30px;
}
.ub-die-return {
	margin-bottom: 70px;
}
.ub-die .captcha {
	display: inline-block;
}

footer img[src="http://load.s3.amazonaws.com/pixel.gif"] {
	display: none;
}

/* 10. Spécial */

.page-slug-cgv ul, .page-slug-cookies ul { margin-bottom: 10px; }
.page-slug-cgv p, .page-slug-cgv li,
.page-slug-cookies p, .page-slug-cookies li,
.page-slug-cgu p, .page-slug-cgu li
{ text-align: justify; }
.page-slug-cookies li { list-style: disc inside; }

.post-edit-link { display: none; position: absolute; top: 5px; right: 5px; font-style: italic; background-color: white; }
.row-post:hover .post-edit-link,
.row-page:hover > .post-edit-link { display: block; }

/* Media queries */

/* margin between each line of 3 theme-pictures */
@media (min-width: 767px) {
	.margin_bottom {
		margin-bottom: 40px;
	}
}

@media (min-width: 992px) {
	.col-lg-offset-1 {
		margin-left: 60px;
	}

}
/*
@media (max-width: 992px) {
	.logo {
		margin-top: 15px;
		margin-left: 15px;
	}
	.general_nav {
		position: absolute;
		top: 14px;
		right: 15px;
	}
}
*/
@media (min-width: 767px) and (max-width: 992px) {
	.col-sm-offset-1 {
		margin-left: 10%;
	}
	.col-sm-2 {
		width: 25%;
	}
	.col-sm-2:first-child {
		margin-left: 2.5%;
	}
	.img_resizer{
		width: 100%;
	}
}

@media (max-width: 390px){
	.letsgo_xs {
		margin-top: 5px;
	}
	.img_resizer{
		width: 100%;
	}
}

@media (max-width: 326px){
	#create-button3{
		padding-top: 3px;
	}
}

@media (max-width: 767px) {
	.col-sm-2 {
		width:90%;
	 	margin: auto 5% 40px;
	}
	.img_center {
		text-align: center;
	}
	/* There were so much space between the last theme-picture and the call to action "Voir les thÃ¨mes" (xs version) */
	.xs_margin_top {
		margin-top: -40px; 
	}
	.create_button2 {
		width: 200px;
	}
	.go {
		position: absolute;
		text-align: center;
		font-size: 18px;
		top: 0px;
		left: 5px;
	}
	#create-button3{
		width: auto;
		font-size: 25px;
	}
	.col-xs-12 #dotunblog{
		right: 30px;
	}
	.col-xs-12 .form-control-bis{
		margin-bottom: 10px;
	}
	.testurl_bg .col-xs-12 {
		padding-right: 20px;
		padding-left: 20px;
	}
	.testurl_bg{
		width: 100%;
	}

}

@media (max-width: 767px) {
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
		color: #ffffff;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #1ca6e9;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
		color: #1ca6e9;
		background-color: #ffffff;
	}
	.navbar-brand {
		padding: 0;
	}
	.navbar-header {
		height: 60px;
	}
	.navbar-toggle {
		margin-top: 12px;
	}
	.navbar-nav {
		background-color: #0095d2;
	}
	.navbar-nav > li > a {
		color: #ffffff;
		text-align: center;
		font-size: 18px;
		z-index: 10000;
	}
	.navbar-nav > li > a:hover, .navbar-nav > li > a:focus, .navbar-nav > li > a:visited {
		background-color: #1ca6e9;
	}	
	.navbar-nav {
		margin-top: 0;
	}
}