/*
Theme Name: MangeToiCa V5
Theme URI: 
Description: Thème créé exclusivement pour MangeToiCa V5. Créé par Neystak
Author: Neystak
Author URI: http://neystak.fr
Version: 1.0
License: GNU General Public License v2 or later
Tags: mangetoica
*/


/* Fonts */
@font-face{font-family:"Calibri";src:url(http://mangetoica.com/wp-content/themes/MangetoicaV5/assets/fonts/calibrir.ttf),url(http://mangetoica.com/wp-content/themes/MangetoicaV5/assets/fonts/calibrir.eot);font-weight:400;}
@font-face{font-family:"CalibriLight";src:url(http://mangetoica.com/wp-content/themes/MangetoicaV5/assets/fonts/calibril.ttf),url(http://mangetoica.com/wp-content/themes/MangetoicaV5/ssets/fonts/calibril.eot);font-weight:300;}
@font-face{font-family:"CalibriBold";src:url(http://mangetoica.com/wp-content/themes/MangetoicaV5/assets/fonts/calibrib.ttf),url(http://mangetoica.com/wp-content/themes/MangetoicaV5/assets/fonts/calibrib.eot);font-weight:bold;}

/* Mise en page */

html[data-useragent*='rv:11.0']
{
    font-family: arial;
}

html{
	font-family: "Calibri",verdana,tahoma,arial;
}

body{
	background-image:url(assets/images/site_components/bg.png);
	background-color:#e3e3db;
	font-size:13px;
	margin:0;
	color: #404040;
}

*,*:before,*:after{
	-webkit-box-sizing:border-box;
	-khtml-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}

a{
	color:#778695;
	text-decoration:none;
}

a:hover{
	color:#778695;
	text-decoration: underline;
}

sup{
	line-height:0;
	font-size:7px;
}

h1{
	font-size:19px;
	font-family:"CalibriLight",verdana,arial,tahoma;
}

h3{
	font-family:"CalibriLight",verdana,arial,tahoma;
}

.clears{
	clear:both;
}

/* Message cookie */
#messageCookie{
	-webkit-box-shadow:0 0 12px rgba(0, 0, 0, 0.15) inset;
	box-shadow:0 0 12px rgba(0, 0, 0, 0.15) inset;
	background-color:#313131;
	width:100%;
	border-bottom:2px solid #272727;
	position:relative;
}

#messageCookie #closeMessage{
	color:#fff;
	opacity:0.5;
	font-size:26px;
	text-decoration:none;
	position:absolute;
	right:10px;
	top:0px;
	display:block;
}

#messageCookie, #messageCookie a{
	font-family:Arial,Tahoma,Verdana;
	font-size:11px;
	color:#fff;
	text-shadow:0 1px 0 #000;	
}

#messageCookie a{
	text-decoration:underline;
}

#messageCookie .message_content{
	padding:8px 10px;
}

/* Inputs */
input,textarea,select,button{
	font-family: "Calibri",verdana,tahoma,arial;
	font-size:13px;
	outline:0;
	-webkit-box-shadow:0 -2px 0 rgba(0, 0, 0, 0.05) inset, 0 1px 0 #fff;
	box-shadow:0 -2px 0 rgba(0, 0, 0, 0.05) inset, 0 1px 0 #fff;
	background-image:linear-gradient(top,#fff,#fcfcfc);
	background-image:-o-linear-gradient(top,#fff,#fcfcfc);
	background-image:-moz-linear-gradient(top,#fff,#fcfcfc);
	background-image:-webkit-linear-gradient(top,#fff,#fcfcfc);
	background-image:-ms-linear-gradient(top,#fff,#fcfcfc);
	background-color:#fff;
	border:1px solid #bbbbbb;
	padding:6px 5px 5px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}

input[type="radio"]{
	margin:0;
	position:relative;
	top:2px;
}

/* Menu */
#menuContainer{
	background-image:url(assets/images/site_components/barre_menu.png);
	width:100%;
	height:82px;
}

#menuContainer #menuContent{
	width:945px;
	margin:0 auto;
}

#menuContainer #menuContent a.logo{
 background-image:url(assets/images/site_components/logo.png);
 width:143px;
 height:106px;
 display:block;
 float:left;
 margin-top:22px;
}

#menuContainer #menuContent #linksContainer{
	float:right;
	margin-top: 30px;
}

#linksContainer ul li ul a {
 background-color: #404040;
 font-size: 12px;
 background-image: none;
 font-family: "Calibri", serif;
}

#linksContainer ul li ul {
 display:none;
 width: 200px;
 background-color: #404040;
 background-image: none;
 font-size: 12px;
 border-bottom: 5px #dd3a31 solid;
 margin-left: -50px;
 padding-bottom: 5px;
 z-index: 999999;
}

#menuContainer #menuContent #linksContainer .up{
 height: 30px;
 padding: 5px 0;
}

#menuContainer #menuContent #linksContainer .menu-item{
	background-image:url(assets/images/site_components/barre_menu.png);
	text-transform:uppercase;
	color:#fff;
	text-decoration:none;
	font-family:"CalibriBold",verdana,arial,tahoma;
	padding: 10px 15px 0;
	display:inline-block;
	font-size: 16px;
	min-width: 101px;
}

#menuContainer #menuContent #linksContainer .current-menu-item{
	background-image:url(assets/images/site_components/barre_menu_current.png);
	background-position: center bottom;
	height: 52px;
}

#menuContainer #menuContent #linksContainer ul li ul .current-menu-item {
background-image: none;
background-color: #404040;
height: 35px;
}

#linksContainer ul {
 margin:0;
 padding:0;
 list-style-type:none;
 text-align:center;
 }
#linksContainer li {
 float:left;
 margin:auto;
 padding:0;
 background-color:black;
 }
#linksContainer li a {
 display:block;
 color:white;
 text-decoration:none;
 padding:5px;
 }
#linksContainer .menu-item:hover {
 color:#FFD700;
 }

#linksContainer ul li:hover ul {
 display:block;
 }
#linksContainer li:hover ul li {
 float:none;
 }
 
#linksContainer li ul {
 position:absolute;
}

img {
	border: 0px;
}
 
/* Webcontainer */
#webContainer{
	-webkit-box-shadow:0 0 10px rgba(0, 0, 0, 0.2);
	box-shadow:0 0 10px rgba(0, 0, 0, 0.2);
	background-color:#f0f1f0;
	width:980px;
	padding:16px;
	margin:18px auto 0;
	margin-bottom: 20px;
	min-height: 600px;
}

#webContainer .left_column{
	float:left;
	width:678px;
}

#webContainer .right_column{
	float:right;
	width:250px;
}


#webContainer .right_column_g{
	float:right;
	width:678px;
	margin-top: -10px;
}

#webContainer .left_column_g{
	float:left;
	width:250px;
}

#traduction{
	width: 980px;
	margin-left: auto; 
	margin-right: auto;
	overflow: hidden;
	margin-bottom: -10px;
	letter-spacing: 2px;
}


/* Barre de recherche */
#webContainer #searchContainer{
	position:relative;
}

#webContainer #searchContainer input[type="text"]{
	-webkit-box-shadow:0 1px 0 rgba(255, 255, 255, 0.6);
	box-shadow:0 1px 0 rgba(255, 255, 255, 0.6);
	font-family:"CalibriLight",verdana,arial,tahoma;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	background-image:none;
	background-color:#f4f4f4;
	border:1px solid #c6c6c6;
	color:#676767;
	font-size:15px;
	padding:6px 30px 6px 8px;
	width:100%;
	height: 32px;
	margin-bottom:10px;
}

#webContainer #searchContainer input[type="submit"]{
	background-image:url(assets/images/searchButton.png);
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	border:0;
	width:24px;
	height:24px;
	position:absolute;
	right:4px;
	top:4px;
	z-index:2;
}

/* Boxes droite */
#webContainer .boxe{
	background-color:#fff;
	border:1px solid #c6c6c6;
	border-top-width:6px;
	padding:10px;
	margin-top:10px;
}

#webContainer .boxe h1.title{
	color:#dd3a31;
	margin:-2px 0 10px;
	font-size:19px;
	font-family:"CalibriLight",verdana,arial,tahoma;
}

#forum_lastsubject{
	width: 250px;
	height: 130px;
	border:1px solid #c6c6c6;
	margin-bottom: 10px;
}

#boxe_lastsubject{
	width: 248px;
	height: 128px;
	border-top:5px solid #3a3a3a;
	background-color: #404040;
	color: white;
}

#lastsubject{
	width: 234px;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.3em;
}

.subjet_cat {font-weight: bold; font-size: 12px;}
.subjet_title {text-decoration: underline; font-size: 12px;}
.subjet_title a{color: white;}

/* Boxes gauche */
#slider{
	border:1px solid #c6c6c6;
	width: 678px;
	height: 130px;
}

#boxe_alerte{
	width: 678px;
	height: 32px;
	border: 1px solid #af1c15;
	background: rgb(221,58,49);
	background: -moz-linear-gradient(top, rgba(221,58,49,1) 0%, rgba(219,35,26,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(221,58,49,1)), color-stop(100%,rgba(219,35,26,1)));
	background: -webkit-linear-gradient(top, rgba(221,58,49,1) 0%,rgba(219,35,26,1) 100%);
	background: -o-linear-gradient(top, rgba(221,58,49,1) 0%,rgba(219,35,26,1) 100%);
	background: -ms-linear-gradient(top, rgba(221,58,49,1) 0%,rgba(219,35,26,1) 100%);
	background: linear-gradient(to bottom, rgba(221,58,49,1) 0%,rgba(219,35,26,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd3a31', endColorstr='#db231a',GradientType=0 );
	color: white;
	margin-top: 10px;
	line-height: 2.3em;
}

#webContainer .boxe_news{
	background-color: #fff;
	border: 1px solid #c6c6c6;
	border-top-width: 6px;
	margin-top: 10px;
	margin-bottom: 35px;
}

#webContainer .text_news{
	padding: 10px;
	overflow: hidden;
	font-size: 14px;
}

.title_news{
	background-image: url('assets/images/site_components/opacity.png');
	width: 100%;
	height: 40px;
}

.auteur_date{
	background-image: url('assets/images/site_components/opacity.png');
	height: 19px;
	font-size: 11px;
	color: white;
	bottom: 0px;
	right: 0px;
	position: absolute;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 1.8em;
}

.commenter_article{
	background-image: url('assets/images/site_components/opacity.png');
	height: 19px;
	font-size: 11px;
	color: white;
	bottom: 0px;
	left: 0px;
	position: absolute;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 1.8em;
}

.title_news_affich{
	float: left;
	width: 614px;
	color: white;
	line-height: 1.8em;
	font-size: 20px;
	text-align: center;
}

.news_com{
	float: left;
	color: white;
	line-height: 2.4em;
	font-size: 14px;
	position: relative;
	margin-left: 8px;
}

.header_news{
	width: 676px;
	height: 75px;
	border-bottom: 1px solid #c6c6c6;
	background: #CCC;
	position: relative;
}

#rss {
	overflow: hidden;
	margin-top: 10px;
}

#footer {
	width: 100%;
	border-top: 3px solid #3a3a3a;
	background-color: #404040;
	height: 28px;
	color: white;
	font-weight: bold;
	font-size: 11px;
	line-height: 2em;
	font-family: "CalibriBold",verdana,arial,tahoma;
}

.more-link {
	margin-left: 296px;
}

#commentt{
	border: 1px dashed rgba(0, 0, 0, 0.2);
	width: 605px;
	color: #7f7f7f;
	padding: 1px;
	overflow: hidden;
	margin-bottom: 10px;
	padding-left: 5px;
}

#traduction img {
	opacity: 0.5;
}

.alignright {
    float: right;
    height: auto;
    margin: 0 0 10px 20px;
}

.boxe_news img{
	max-width: 656px;
	height: auto;
}

#webContainer .sharedaddy.sd-sharing-enabled h3 {
color: #e33a31;
width: 70px;
}

#webContainer .sharedaddy.sd-sharing-enabled .sd-content {
width: 300px;
margin-left: 100px;
margin-top: -30px;
margin-bottom: -10px;
}

#webContainer .text_news td a {
color: #e33a31;
}

#webContainer .sharedaddy.sd-sharing-enabled {
margin-bottom: -12px;
}

#webContainer .news_com a {
color: white;
}

.bouton_gen {
	background-color:#f4f4f4;
	border:1px solid #c6c6c6;
	color:#404040;
	text-align: center;
	font-size:15px;
	padding:6px 6px 6px 6px;
	width:100%;
	height: 32px;
	margin-bottom:10px;
}

#btn_up
		{
		position: fixed;
		bottom: 15px;
		right: 25px;
		cursor: pointer;
		display:none;
		}
		
		#bouton_up
		{
		-webkit-box-shadow:0 0 10px rgba(0, 0, 0, 0.2);
		box-shadow:0 0 10px rgba(0, 0, 0, 0.2);
		background-color:#f0f1f0;
		width:47px;
		height:47px;
		padding-top: 10px;
		padding-left: 13px;
		}

		
img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#linksContainer
{
    -webkit-animation-duration: 0.1s;
    -webkit-animation-name: fontfix;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0.1s;
}

p
{
    -webkit-animation-duration: 0.1s;
    -webkit-animation-name: fontfix;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0.1s;
}

.title
{
    -webkit-animation-duration: 0.1s;
    -webkit-animation-name: fontfix;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0.1s;
}

#wpadminbar
{
    -webkit-animation-duration: 0.1s;
    -webkit-animation-name: fontfix;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0.1s;
}

@-webkit-keyframes fontfix{
    from{   opacity: 1; }
    to{ opacity: 1; }
}

#webContainer .left_column_c{
	float:left;
	width:450px;
}

#webContainer .right_column_c{
	float:right;
	width:350px;
}

span.wpcf7-list-item { display: block; }