/*
Theme Name: MSP Les Serènes
Theme URI: none
Author: Médhi MICHEL
Author URI: https://yogurutows.fr
Description: Un thème pour la Maison de Santé Pluriprofessionnelle Les Serènes
Version: 1.0
Text Domain: msplesserenes
*/

/*******************************************************************************
* STYLES GLOBAUX
* Elements communs à toutes les pages
* Reset des styles et configuration de base
* Elements présents dans plusieurs fichiers CSS
*******************************************************************************/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  font-style: normal;
  background-color: rgb(234, 248, 234);
}

a {
  text-decoration: none;
  color: black !important;
}

.section-title {
  font-size: 2rem;
  color: #00569b;
  margin: 3rem 0 2rem 0;
  text-align: center;
  position: relative;
  padding: 0.5rem 0;
}

.section-title::after {
  content: "";
  display: block;
  width: 100px;
  height: 4px;
  background: #439fd2;
  margin: 1rem auto;
  border-radius: 2px;
}

hr {
display: none; 
}