/*
*
* Start Boot Strap le 22/07/2015
* Feuille de style commune à toutes les couleurs !
*
*/
@import url(//fonts.googleapis.com/css?family=Noto+Sans);
@import url(//fonts.googleapis.com/css?family=Paprika);
@import url(//fonts.googleapis.com/css?family=Open+Sans);

a:visited, a:active, a:link, a:focus, button:focus,button:active {
    cursor: pointer;
    text-decoration: none;
    outline: medium none;
}

/* NAVBAR  */
.navbar .divider-vertical {
	height: 40px;
	margin: 0px;
	border-left: 1px solid #f2f2f2;
	border-right: 1px solid #ffffff;
}

.caret-up {	
    width: 0; 
    height: 0; 
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-bottom: 4px solid;    
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle;
}


/* BOUTONS */
#button-forum { float:right;}

#button-forum a { margin-bottom: 10px;}

.button-message { text-align:right;}

.button-message a { margin:5px;}

.header{ margin-bottom:10px; margin-top: 5px}


h2 i { font-size:16px; }
#block_connecte i { font-size:20px;}

/* Bloc Annonce */
.adsblock {	
	background: #fff;
	padding:5px;
	margin: 0px 10px 10px 10px;
	display: block;
	text-align: center;
	border-radius: 5px;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	-webkit-box-shadow: 0 10px 6px -6px #777;
	-moz-box-shadow: 0 10px 6px -6px #777;
	box-shadow: 0 10px 6px -6px #777;
}
.adsblock:hover {
	-webkit-box-shadow: 0 0px 2px #777;
	-moz-box-shadow: 0 0px 2px #777;
	box-shadow: 0 0px 2px #777;
}

.adsblock h6 {

	font-weight: bold;

}

.adsblockindex2 {
	padding:2px;
	min-height:160px;
	margin: 0px 5px 5px 5px;
}
.adsblock .price {
	margin-top:5px;
	color: #167AB7; font-size:12px;font-weight:bold; 
}

.adsblockindex2 .titreannonce {
	min-height:25px;
}
.adsblockindex2 .image {
	 min-height: 85px;
	 min-width: 100%;
	 vertical-align:middle;
}

h1.titre-forum { margin-top: 0px;font-size:22px;}


#ma-page li {
	list-style: outside none none;
	margin-bottom: 10px;
 }

#ma-page li button {margin-bottom: 3px;}

.col-centered {
    float: none;
    margin: 0 auto;
    text-align: center;
}

.spoiler {
    position: relative;
	background-color: #f9fafa;
	border: 1px solid #ddd;
	margin-bottom: 10px;
}

.spoiler-btn {
	padding: 2px 6px;
	cursor: pointer;
}

.spoiler-body {
	padding: 6px;
	background-color:#fff;
	border-top:1px solid #ddd; 
}

.show-info{cursor:pointer;}
.hide-info{cursor:pointer;}
.no-show { display:none; }

#liste-forum li{list-style: outside none none;}
#liste-forum h4{cursor: pointer;}
i.theme {margin:0 3px 0 3px;}

.annonce-forum {margin-top:15px!important}


.blanc,.blanc:hover,.blanc:active { color:#fff; text-decoration: none; padding:4px; }


/* SIDEBAR RIGHT */

#sidebar {

	text-align:left;
}

#sidebar .checkbox,#sidebar .radio {

  margin-top:0px;

 }


#sidebar h4 span {

	float:right;
	cursor: pointer;

}


#sidebar li {

	padding: 3px;
   	list-style: none outside none;
   	margin: 0px;
}

/* END SIDEBAR RIGHT */


.more_info_inner {
	margin:0;
	padding:0px;
	background-color: rgb(255, 255, 255);
}

.more_info_inner h5  {
	font-weight: bold;
}

.more_info_inner h5 span {
	font-size:13px;
	float:right;
	vertical-align: middle;
}

.more_info_inner .row_category {
	margin-bottom: 0px;
	border: 1px solid #cacaca;
	padding:10px;
	background-color: #FFF;
	box-shadow: 0px 0px 3px rgba(50, 50, 50, 0.2);
}

.more_info_inner .row_category img {
	max-width:600px;
}

@media (max-width: 1170px) {
	.more_info_inner .row_category img {
		max-width:550px;
	}

}

@media (max-width: 640px) {
	.more_info_inner .row_category img {
		max-width:250px;
	}

}

@media (max-width: 380px) {
	.more_info_inner .row_category img {
		max-width:200px;
	}
}

.icon-post{ font-size: 16px;color:#FFF;padding:2px;}
.icon-post:hover{text-decoration: none}


/* Règle simples */

hr {	
	margin-top: 5px;
	margin-bottom: 5px;
}

.pub-haut{ text-align:right }

.bloc_texte {
	
	border: 1px solid #a6b1be;
	width:100%;
	padding:10px;
}

.well{ border-radius: 0px;} 

.well-xs { padding: 7px; border-radius: 0px;} 

.margin-top { margin-top:15px;}

.no-padding { padding:1px;} 

#mon-cheval i { font-size:24px; cursor: pointer;}


.okom_scrollup,.okom_shopping,.okom_scrolldown  {
    width:40px;
    height:40px;
    position:fixed;
    display:none;
	z-index:10;
}

.okom_scrollup i:hover, .okom_scrolldown i:hover{
  opacity:1;
} 

#info_forum {
	color:rgb(36, 121, 215);
	font-weight:bold;
	height:15px;
	margin-bottom:10px;
}

.liste_forum {	
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

/**
*
* Css commun V 1.0 le 18/02/2014
* Auteur Okom3pom
*
*/
body
{
	padding:0px;
	margin:0px;
	background:#FFFFFF;
    font-family: 'Verdana','helvetica','arial';
}


.pub468 {

	padding: 2px;
    	margin:0px;
	text-align:center;
	border : 1px solid #959595;
	border-radius: 6px ;
	-moz-border-radius:6px ;
	-webkit-border-radius: 6px;
	/*box-shadow: 0px 0px 3px rgba(50, 50, 50, 0.2);*/

}


#sidebar h2 span {

    color:#ececec;
    text-align: right;
    width: 10px;
    height: 10px;
    float: right;
    margin-right: 12px;
    cursor:pointer;
}


/* Barre de Notification */

.list_header {
	color:#ffffff;
	display: none;
	z-index: 998;
	position: absolute;
	top: 28px;
	list-style: none;
	background: #333;
}
.countries_hover {

	display: block;
	top: 0px;
	height:150px;
	z-index: 999;
	text-align:left;

}

.list_header li {
display: block;
float: none!important;

}


.td_titre {

    font-size:13px;
	padding: 5px;
    


}


.pub_google {


	padding: 8px;
    margin:3px;
	text-align:center;
	border : 1px solid #959595;
	border-radius: 6px ;
	-moz-border-radius:6px ;
	-webkit-border-radius: 6px;
	/*box-shadow: 0px 0px 3px rgba(50, 50, 50, 0.2);*/


}


.code {

background-color:#ececec;
width:450px;
padding:5px;


}



.love {

font-family: 'Noto Sans','Verdana', cursive!important;
font-size:11px;


}

.rouge {color: #ff0000!important;}
.vert {color: #55C65E;}


.validation_forum {

    	background-color:#3A9D23;
	color:#ffffff;
	padding: 10px 10px 10px 10px;
	text-align: left;
	border: 1px solid #e3e3e3;
	border-radius: 6px ;
	-moz-border-radius:  6px ;
	-webkit-border-radius: 6px ;



}

.forum_sep {

border-color: rgb(153, 153, 153); 
border-right: 1px dotted rgb(153, 153, 153);

}

.date_sujet {

font-size :9px;
text-align:right;
}
.rep_sujet {

font-size :10px;
font-weight:bold;
text-align:right;

}



a {
	color: #000000; 
	text-decoration : none;  
	background: none; 
} 
a:link          { }
a:active        { }
a:visited       { }
a:hover         { color: #2479d7; }
a.case:hover    { background : #ffff66; color: #000000; }

a.lien { 

	color : #2479d7;

}	



a.lien:hover { text-decoration : none;}  



.surligne {
	
	background:#ffff66;color:black;
}

.option {

	background: none; 
	color: #DF1C60; 
	font-weight: bold; 
	text-decoration: none

}



.merci {

font-family: 'Noto Sans','Arial', cursive!important;
font-size:11px;
color:#37C100;

}

.autosave_saving { font-weight: bold; color: #f34105; margin-left: 3px; display: none; }

/** 
*
*  Le forum ! Partie Commune
*  @ En cours
*/

table.menu_general { 

	width:100%;
	margin:0px;
	padding:0px;
}



#info_forum {
	
	color:rgb(36, 121, 215);
	font-weight:bold;
	height:15px;
	margin-bottom:10px;
}

#okom_cookie {

	width: 100%; 
	position: fixed;
	bottom:0px;
	box-shadow: 0 0 10px 0 #000;
	z-index: 9999;
	font-size: 14px;
	line-height: 1.3em;
	left: 0px;
	text-align:center;
	color: #777;
}

#okom_cookieContent {

	position:relative; 
	margin:auto; 
	width:100%; 
	display:block;
}

.closebutton {
    cursor:pointer;
	font-size:14px;
	font-weight:bold;
	font-style:normal;
	height:25px;
	line-height:25px;
	text-decoration:none;
	text-align:center;
    padding:0px 10px;
}

.closebutton:active {
	position:relative;
	top:1px;
}
.okom_cookie p {
	
	margin:0px; 
	padding:0px;
	color:#000;
	
}
