
.ntaccordeon{ display: block;}
.ntaccordeon .ntaccordeon_case{ padding: 10px 10px 10px 60px; display: block; position: relative; float: left; width: calc(100% - 70px);}
.ntaccordeon .ntaccordeon_case:last-child::before{background: none;}
.ntaccordeon .ntaccordeon_case.has_ssmenu{ cursor: pointer;}
/*.ntaccordeon .ntaccordeon_case.has_ssmenu .ntaccordeon_titre::after{content: ""; background: url("../img/FlecheDroite.svg"); margin-left: 15px; font-weight: 900; position: absolute;transition : all 0.2s linear; line-height: 30px;}*/
.ntaccordeon .ntaccordeon_case.has_ssmenu .ntaccordeon_titre::after{content: ""; -webkit-mask: url('../img/FlecheDroite.svg') no-repeat 50% 50%;  mask: url('../img/FlecheDroite.svg') no-repeat 50% 50%; display: inline-block; width: 20px; height: 20px; background: #ffffff; pointer-events: none; margin-left:10px;} 
.ntaccordeon .ntaccordeon_case.has_ssmenu.on .ntaccordeon_titre::after{ transform: rotate(90deg);transition : all 0.2s linear;}
.ntaccordeon .ntaccordeon_case .ntaccordeon_icone{position: absolute; top: 15px; left: 0px; border-radius: 50px; padding: 10px; line-height: 30px; font-size: 20px; text-align: center; width: 50px; height: 50px;background: #ffffff; z-index: 2; color: #42b6b0 !important; border:2px solid #42b6b0;}
.ntaccordeon .ntaccordeon_case .ntaccordeon_titre{font: 1em/1em 'Nunito', sans-serif; font-weight: 700; color:#ffffff;}
.ntaccordeon .ntaccordeon_case .ntaccordeon_description{display: none;color:#ffffff;}
