/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/
body {
  outline: 25px solid red !important;
}
html body {
  outline: 10px solid red !important;
}

.encart-axes-formation {
  border-left: 4px solid #b30000; /* rouge Energiciel, à ajuster */
 
  padding: 20px 25px;
  margin: 30px 0;
}

.encart-axes-formation h3 {
  margin-top: 0;
}

.encart-axes-formation ul {
  margin-bottom: 0;
}


time,
.av-masonry-date {
  display: none !important;
}

.ec-hero {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
}

.ec-left,
.ec-right {
  font-size: 42px;
  font-weight: 500;
  color: #333;
  white-space: nowrap;
}

.ec-left {
  text-align: right;
}

.ec-right {
  text-align: left;
}

.ec-center img {
  max-width: 420px;
  width: 100%;
  height: auto;
  display: block;
}

body {
  outline: 25px solid red !important;
}
html body {
  outline: 10px solid red !important;
}
