/* 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: 4px;
padding:       11px 11px;
color:         #ffffff;
display:       inline-block;
font:          normal 14px/1 "Arial", sans-serif;
text-align:    center;
	}

a.bouton2 {
background:    #E63946;
border-radius: 5px;
padding:       17px 12px;
color:         #ffffff;
display:       inline-block;
font:          normal bold 12px/1 "Arial", sans-serif;
text-align:    center;
	}
.bouton1:hover{
	background-color:#ffffff;
	color:#E63946;
		}
a.bouton3 {
background:    #457B9D;
border-radius: 5px;
padding:       10px 10px;
color:         #ffffff;
display:       inline-block;
font:          normal 10px/1 "Arial", sans-serif;
text-align:    center;
	}

.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;
}
div#content h1 {
	margin-top: 0px;
	font-size: 25px;
	line-height: 35px;	
	color: #457b9d;
}
h1 {
  display: block;
  font-size: 2.3em;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}
h2 {
  display: block;
  font-size: 1.7em;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}
h3 {
  display: block;
  font-size: 1.3em;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}
h4 {
  display: block;
  font-size: 1.1em;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}
.tablepress-id-38 .row-1 td {
  background-color:#457b9d;
	color:#ffffff
}
.tablepress-id-38 .row-4 td {
  background-color:#457b9d;
	color:#ffffff
}
.tablepress-id-38 .row-6 td {
  background-color:#457b9d;
	color:#ffffff
}
.tablepress-id-38 .row-8 td {
  background-color:#457b9d;
	color:#ffffff
}
a.bouton3 {
background:    #61cf6e;
border-radius: 2px;
padding:       10px 10px;
color:         #ffffff;
display:       inline-block;
font:          normal bold 12px/1 "Arial", sans-serif;
text-align:    center;
	}

.single-entry-meta, 
.entry-meta {
  display: none;
}

.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;
}

.post-type-archive-post .entry-content img,
.single-post .entry-content img {
  max-width: 640px;
  height: auto;
}

.post-thumbnail img {
  max-width: 640px;
  height: auto;
}