/* Saisissez votre CSS personnalisé ci-dessous */
.post-meta {
  display: none;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	border: 1px solid #ddd;
	display:none;
}
a.bouton1 {
background:    #f16335;
border-radius: 5px;
padding:       14px 16px;
color:         #ffffff;
display:       inline-block;
font:          normal 15px/1 "Open Sans", sans-serif;
text-align:    center;
	}
.bouton1:hover{
	background-color:#ffffff;
	color:#00afd6;
		}

.tablepress .column-1 {
text-align: center;
}
.tablepress .column-2 {
text-align: center;
}
.tablepress .column-3 {
text-align: center;
}
.tablepress .column-4 {
text-align: center;
}
.tablepress .column-5 {
text-align: center;
}
.tablepress .column-6 {
text-align: center;
}
.tablepress tbody td,
.tablepress thead th {
  text-align: center;
  vertical-align: middle;
}

a.bouton2 {
background:    #00afd6;
border-radius: 4px;
padding:       10px 10px;
color:         #ffffff;
display:       inline-block;
font:          normal 15px/1 "Roboto", sans-serif;
text-align:    center;
	}

a.bouton3 {
background:    #f16335;
border-radius: 4px;
padding:       15px 15px;
color:         #ffffff;
display:       inline-block;
font:          normal bold 15px/1 "Open Sans", sans-serif;
text-align:    center;
	}

.bouton-cta {
	color: #fff !important;
	text-transform: uppercase;
	text-decoration: none;
	background: #f16335;
	padding: 14px;
	border-radius: 50px;
	display: inline-block;
	border: none;
	transition: all 0.4s ease 0s;
}

.bouton-cta:hover {
	color: #fff !important;
	border-radius: 5px;
	transition: all 0.3s ease 0s;
}

