.accordeon-title:not(.empty){cursor: pointer;}
.accordeon-title span{float: right;position: relative;width: 30px;height: 30px;}
.accordeon-title span::before,
.accordeon-title span::after{content: '';position: absolute;background: currentColor;transition: transform 0.3s ease, opacity 0.3s ease;}
.accordeon-title span::before{width: 14px;height: 2px;top: 50%;left: 50%;transform: translate(-50%, -50%);}
.accordeon-title span::after{width: 2px;height: 14px;top: 50%;left: 50%;transform: translate(-50%, -50%);}
.accordeon-title.active span::after{transform: translate(-50%, -50%) rotate(90deg);opacity: 0;}
.accordeon-title.empty span{display: none;}
.accordeon-content{display: none;}
.accordeon-content+.h4-container{margin-top: -1.5em;}
.accordeon-content+.h4-container,.accordeon-content+.h4-container+.accordeon-content{padding-left: 2.5em;}
.accordeon-title strong{font-weight: normal;}
