/*
Theme Name: Judo
Author: Artur
Description: Theme worpress
Version: 0.0.1
*/

/************************
* Mise en forme générale
*************************/

html{
	max-width: 1024px;
	padding: 0;	
	background-color: white; 
	font-family: Agenda, Arial, sans-serif;
	text-align: justify;
	margin-left: auto;
	margin-right: auto;
	background-image: url("https://xn--judovill-i1a.fr/wp-content/uploads/2019/10/Logo_background.png");
	background-repeat: repeat;
}

body{
	background-color: white;
	margin: 1em;
	padding: 0.5em;
	border-style: solid;
	border-bottom-color: #b8b8b8;
	border-right-color: #ebebeb;
	border-left-color: #ffffff;
	border-top-color: #ffffff;
}

h1 {
	font-size: 200%; 
	color: #000e1e; 
}

h2 {
	font-size: 150%; 
	color: #b21e27;
	font-weight: bold;
	text-align: left;
}

a {
	text-decoration: none;
}

a:link, a:visited {
	color: #b21e27;
}

a:hover, a:focus, a:active{
	color: #b21e27;
}

/**********************
* entête
***********************/

.logo img {
	height: 10em;
	width: 10em;
}

.site-name{
	display: table-cell;
	padding-left:5em;
}

.site-name br {
	display: none;
}

.slogan{
	display: table-cell;
}

.separateur{
	border-top-style: solid;
	border-width: 1em;
	display: block;
	clear: both;
}

/****************
* Menu
******************/
.menu {
	margin-left:4em;
	margin-top: 0;
	display: table;
	border-collapse: separate;
	border-spacing: 1em 0;
	padding: 0;
}

.menu li{
	display: table-cell;
	list-style-type: none;
	font-size: 150%;
	padding: 5px;
}

.menu a:link, .menu a:visited {
	color: black;
}

.menu .current_page_item {
	background-color: black;
 }

.menu .current_page_item a {
	color: white;
}

.menu a:hover, .menu a:focus, .menu:active{
	color: #b21e27;
}

.social{
	display: table;
	width: 100%;
}

.icone-social
 {
	display: table-cell;
	height: 24px;
	width: 25px;
	background-position: top right;
	background-size: 25px 200%;
	background-repeat: no-repeat;
}

.icone-social:hover{
	background-position: bottom right;
}

/*************************
* Contenu
*************************/
.post-thumb{
	position: relative;
	z-index: 0;
}

.post-thumb img{
	width: 100%;
	height: auto;
}

.post-title{
	max-width: 1024px;
	width:100%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.post-meta{
	font-size: 50%;
}

.post-content{
	position: static;
	z-index:2;
}

.case-vide {
	height: 100px;
	width: 100%;
}

.ai1ec-pull-lef{
	float: none;
}

/**************************
* Tableau
**************************/
table {
	border-collapse: collapse;
	background-color: #ecedef;
}

table td {
	padding-left: 1em;
	padding-right: 1em;
}


/**************************
* Pied de page
***************************/

.footer{
	display: block;
	background-color: #ffffff;
	padding-top: 1em;
	padding-bottom: 1em;
	margin-left: auto;
	margin-right: auto;
}

.partenaire {
	display: table-cell;
}

.partenaire img{
	max-height: 5em;
}

.coordonnees {
	display: table-cell;
	font-size:1em;
	font-weight: bold;
	vertical-align: top;
}

.coordonnees img {
	max-height: 1em;
	vertical-align: top;
}

.coordonnees li{
	display: inline-block;
	margin-right:1em;
}

.coordonnees ul {
	margin: 0;
	padding: 0;
}

/*****************
*Police d'ecriture
******************/
@font-face {
    font-family: 'Agenda';
    src: url('font/ufonts.com_agenda-light-webfont.eot');
    src: url('font/ufonts.com_agenda-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/ufonts.com_agenda-light-webfont.woff2') format('woff2'),
         url('font/ufonts.com_agenda-light-webfont.woff') format('woff'),
         url('font/ufonts.com_agenda-light-webfont.ttf') format('truetype'),
         url('font/ufonts.com_agenda-light-webfont.svg#agendaregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/**********************
* Responsive
**********************/


@media screen and (max-width: 800px){

	.partenaire{
		display: none;
	}
	
	table {
		font-size: 70%;
		width: 100%
	}
	
	.logo {
		display: table-cell;
		vertical-align: middle;
	}	
	
	.logo img {
		height: 6em;
		width: 6em;
	}
	
	.site-name{
		padding-left: 1em;
		vertical-align: top;
	}

	.site-name br{
		display: inline;
	}

	body {
		width: auto;
		margin: 0;
		padding: 0;
	}
	
	img,
	table,
	td,
	blockquote,
	code,
	pre,
	textarea,
	input,
	iframe,
	object,
	embed,
	video {
		max-width: 100%;
	}

	img {
		height: auto;
	}
}