/* Enter Your Custom CSS Here */


/*--------------------------------------------------------------
Repeatable Patterns
--------------------------------------------------------------*/
h1 { font: 64px/1.1 "Arial", sans-serif;}
	h2 { font: 42px/1.1 "Arial", sans-serif;}
	h3 { font: 32px/1.1 "Arial", sans-serif;}
	h4 { font: 25px/1.1 "Arial", sans-serif;}
	h5 { font: 20px/1.1 "Arial", sans-serif;}
	h6 { font: 18px/1.1 "Arial", sans-serif;}


/*--------------------------------------------------------------
Blog
--------------------------------------------------------------*/

.hentry .title-post {
		font-size: 28px;
		font-weight: 200;
		line-height: normal;
		padding-bottom: 10px;
		margin: 0;
  		color: #264d73
	}

img {
	max-width: 100%;
	height: auto;
  	padding-bottom: 10px;
}

/*--------------------------------------------------------------
No Hover On Table Celles
--------------------------------------------------------------*/

.wpsm-comptable td:hover, .wpsm-comptable td.betterhover, .wpsm-comptable tr:hover td {
    background-color: transparent;
}

.site-info.container {
    display: none;
}
