section.cards-module{background-color:#fff;overflow:hidden;position:relative;z-index:1}section.cards-module div.container{position:relative;z-index:2}section.cards-module div.container div.wrapper-txt{align-items:center;display:flex;flex-wrap:wrap;gap:30px 30px;justify-content:space-between}section.cards-module div.container div.wrapper-txt div.title{max-width:840px}section.cards-module div.container div.wrapper-txt div.title .h2{margin-bottom:0}section.cards-module div.container div.wrapper-txt div.txt{font-size:18px}section.cards-module div.container div.wrapper-cards{display:flex;flex-wrap:wrap;gap:30px;margin-top:60px}@media (max-width:768px){section.cards-module div.container div.wrapper-cards{margin-top:30px}}section.cards-module div.container div.wrapper-cards div.card{background-color:#fff;border:1px solid #dfdde9;border-radius:5px;height:auto;opacity:0;padding:20px;transform:translateY(20px);transition:.55s;width:calc(33.33333% - 20px)}@media (max-width:768px){section.cards-module div.container div.wrapper-cards div.card{width:calc(50% - 15px)}}@media (max-width:600px){section.cards-module div.container div.wrapper-cards div.card{width:100%}}section.cards-module div.container div.wrapper-cards div.card p.title{color:#09090b;font-size:24px;font-weight:600;line-height:130%;margin-bottom:15px;position:relative}section.cards-module div.container div.wrapper-cards div.card p.title.title-picto{padding:0 0 0 40px}section.cards-module div.container div.wrapper-cards div.card p.title:before{background-color:#9a03e2;content:"";display:block;height:24px;left:0;-webkit-mask-image:var(--picto);mask-image:var(--picto);-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;position:absolute;top:3px;transition:.75s;width:24px}@media (max-width:768px){section.cards-module div.container div.wrapper-cards div.card p.title:before{height:30px;-webkit-mask-size:24px;mask-size:24px;width:30px}}section.cards-module div.container div.wrapper-cards div.card div.txt ul{display:flex;flex-wrap:wrap;gap:10px 30px}section.cards-module div.container div.wrapper-cards div.card div.txt ul li{color:#09090b;padding-left:21px;position:relative}section.cards-module div.container div.wrapper-cards div.card div.txt ul li:before{background-color:#8f4ff5;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='7' fill='none' viewBox='0 0 8 7'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M7.645.236a1 1 0 0 1 .12 1.409L4.081 6.009a1 1 0 0 1-1.425.104L.338 4.069a1 1 0 0 1 1.324-1.5l1.551 1.37L6.236.354a1 1 0 0 1 1.409-.12' clip-rule='evenodd'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;border-radius:50%;content:"";display:block;height:16px;left:0;position:absolute;top:3px;width:16px}