main
{
  background: #f3f3f3;
}
.sitename
{
  font-family: "Mr Dafoe", cursive;
}
body.site.wrapper-fluid div.site-grid
{
  grid-gap: 0 0em;
}
a.button
{
  display: inline-block;
  margin: 1em 1em;
  padding: 1em 2em;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
}
a.button:hover,a.button:active,a.button:focused
{
  text-decoration: none;
}
main div.com-content-article.item-page
{
  position:relative;
}
main div.com-content-article.item-page div.page-header
{
  height: calc(100vw/2);
  width: 100%;
  position:absolute;
  align-content: center;
}
main div.com-content-article.item-page div.page-header h1
{
  max-width: 700px;
  width: 90%;
  padding: 1em 2em;
  margin: auto;
  max-height: 70%;
  background: rgba(90, 90, 90, .75);
  color:#fff;
  font-family:"Outfit";
  font-weight:100;
  font-size:4em;
  text-align:center;
}
main div.com-content-article.item-page figure.header>img
{
  width:100%;
  height:100%;
}
main div.com-content-article.item-page div.com-content-article__body
{
  max-width: 1400px;
  margin:auto;
}
main div.com-content-article.item-page h2,main div.com-content-article.item-page h1,main div.com-content-article.item-page h3
{
  font-family:"Outfit";
  font-weight:300;
  text-align:center;
}
main div.com-content-article.item-page h2,main div.com-content-article.item-page h1
{
  font-size: 2.5em;
}
main div.com-content-article.item-page h3
{
  font-size:1.7em;
}
main div.com-content-article.item-page p
{
  text-align: center;
  font-family:"Outfit";
  font-weight:200;
}
main div.com-content-article.item-page p strong
{
  font-weight: 400;
}
div.before-after
{
  cursor: pointer;
  overflow: hidden;
  max-width: 600px;
  padding: 0 1rem;
  position: relative;
  height: 21rem;
  margin: 20px auto;
}
div.before-after img
{
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0px);
}
div.before-after img
{
  display:none;
}
div.before-after img.visible
{
  display:block;
}
div.before-after img.after
{
  z-index:99;
}
div.before-after div.ribbon {
  z-index: 9;
  position: absolute;
  text-align:center;
  top: 60px;
  right: 100px;
  background: #ff4d4d;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  padding: 5px 60px;
  transform: translate(170px,10px) rotate(45deg);
  font-size: 12px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.3);
  pointer-events: none;
}
div.article-section
{
  margin-bottom: 40px;
}
#formule-box
{
  display:flex;
}
#formule-box .moduletable 
{
  flex:1;
  margin: 10px;
}
#formule-box .formule
{
  border: solid #000 1px;
  height:100%;
  position: relative;
  padding-bottom: 55px;
}
#formule-box h3
{
  padding: 5px;
  color: #fff;
  background: rgba(90, 90, 90, 1);
  text-align: center;
  font-family:"Outfit";
  font-weight:400;
  font-size:1.7em;
  border-bottom: solid #000 1px;
}
#formule-box h3.eclat
{
  background: #ecef6b;
  color: #000;
}
#formule-box h3.prestige
{
  background: #5ae5d3;
  color: #000;
}
#formule-box p.description
{
  border-bottom: solid #000 1px;
}
#formule-box p.perstations
{
  position: relative;
  text-align: left;
  padding-left: 30px;
}
#formule-box p.perstations::before {
  content: '';
  position: absolute;
  left: 10px;
  top: 0.7em;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #333; /* couleur de la flèche */
}
#formule-box p {
    padding: 5px 10px;
}
#formule-box p.price {
  color: #fff;
  background: rgba(90, 90, 90, .75);
  font-weight: 400;
  margin-bottom:0;
  padding-top: 15px;
  padding-bottom: 15px;
  position: absolute;
  width: 100%;
  bottom: 0;
}
#formule-box p.price.eclat
{
  background:rgba(236,239,107,.75);
  color: #000;
}
#formule-box p.price.prestige
{
  background:rgba(90,229,211,.75);
  color: #000;
}
#formule-box div.mod-custom
{
  height: 100%;
}
main div.com-content-article.item-page p.mention
{
  font-size: 1em;
  text-align: left;
  padding-left: 10px;
}
main div.com-content-category-blog div.category-desc
{
    max-width: 1200px;
    margin: auto;
    text-align: center;
    padding: 4rem 20px;
    font-family: 'Outfit';
}
main div.com-content-category-blog div.category-desc h2
{
  font-weight : 200;
}
body div#system-message-container div.alert-wrapper
{
  background: #d1ffba;
}
.jingoo-box
{
  padding:10px;
}