/* your styles go here */
.vertical-center {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.centrer-horizontal {
  margin-left: auto;
  margin-right: auto;
}

.text-align-right {
	text-align : right;
}

.m10 {
	margin-top: 10px;
	margin-bottom: 10px;
}

.m15 {
	margin-top: 15px;
	margin-bottom: 15px;
}

.top10 {
	margin-top: 10px;
}

.top30 {
	margin-top: 30px;
}

.mb10 {
	margin-bottom: 10px !important;
}


.mb40 {
  margin-bottom: 40px !important;
}

.pt20 {
	padding-top: 20px !important;
}


.pb60 {
	padding-bottom: 60px !important;
}

.left10 {
	padding-left: 10px;
}

.fond-blanc {
	background-color: white;
}

.text-blanc {
	color: #fff;
}

.text-noir {
	color: #333 !important;
}

.bigger-text p {
	font-size:1.25em;
}

.similar-tool {
	font-size:1.5em;
}

.moar-bigger {
	font-size:2em;
}

.xxl-font-size {
	font-size:8em;
}

#recherche_outil_bloc input {
	font-size:2em;
	height: 2em;
}

#recherche_outil_bloc button {
	height: 4em;
}

section.nomb{
	margin-bottom: 0px;
}

.h1like {
	font-size: 36px;
	margin-top: 20px;
	margin-bottom: 20px;
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-weight: 900;
	line-height: 1.1;
	color: #333333;	
}

.favoris {
	font-size:1.5em;
	cursor: pointer;
}

#box-mes-outils p {
	text-align: justify;
}

.jqplot-target a {
	color : #555;
}

table.tableMotsFleches {
	margin:auto;
}

table.tableMotsFleches td {
	height : 35px;
	width : 35px;
	text-align: center;
}

table.tableMotsFleches td.non-vide {
	color: #555;
	background-color: #EEE;
	border: 1px solid #000;
}

table.tableMotsFleches td.non-vide .legende {
	vertical-align: top;
	top: 0;
	font-size: 0.5em;
}

.result-details, .result-details .lead {
	color: #333;
}

.result-details .lead {
	color: #333 !important;
}