/*****************************************

		CUSTOM CSS

******************************************/

/*   Espace entre menu et contenu - 505   */
.website-header {
}

.website-header > div {
position:relative;
padding:15px 0;
margin:0 auto;
border-bottom:1px solid #bbb;
}

#empty-space {
margin:0 0 30px 0;
}

/*   Souligné H1 et H2   */
h1, .componentheading, .blog > h2 {
margin : 0 0 15px 0;
padding : 0 0 10px 10px;
border-bottom:1px solid #9bb0c2;
}

/*   Bouton Contact - 540   */
.button-header-address {
right:15px;
text-transform:uppercase;
line-height:30px;
background: #fba10d;
padding: 34px 12px 10px 12px;
box-shadow: 0 0 8px rgba(0,0,0,0.6);
font-family: 'Red Hat Display', sans-serif;
font-size: 110%;
color: #577086;
}

/*   Menu Info légales - 5313   */
.website-footer a {
color: #009187;
}

/*   Couleur lien "Pour nous contacter"   */
.header-contact a {
color: #009187;
}

/*   Lire la suite - 2369   */
p.readmore {
clear:both;
margin:15px 0;
}

p.readmore a {
background:rgba(255,255,255,1);
border:0px;
padding:0px;
color: #577086;
}

/*   Lire la suite - 5950   */
.btn, .button {
background-color: rgba(255, 255, 255, 1);
border-radius: 0px;
box-shadow: 0 1px 0 rgba(255, 255, 255, 1) inset, 0 1px 2px rgba(255, 255, 255, 1);
font-size: 100%;
text-transform: none;
}

/*   Icône Lire la suite - 7284   */
.icon-chevron-right:before
 {
	content: "\e202";
}

/*   Lire la suite - bootstrap 2019   */
.btn:hover,
.btn:focus {
  color: #9bc2c2;
}

/*   Couleur h3, h4, h5   */
h3 {
  color:#577086;
}
h4 {
  color:#6b8499;
}
h5 {
  color:#7f97ac;
}

/*  Souligné h2   */
h2 {
margin : 0 0 10px 0;
padding : 15px 0 10px 10px;
border-bottom:1px solid #ccd4dc;
}

/*   Bouton Rechercher - 5347   */
.module-search form {
position:relative;
background:#fba10d;
border-radius:0 30px 0 0;
}