@charset "UTF-8";.c-cardBtn--rootTag,.c-cardBtn__action{border:0;appearance:none;background:transparent;padding:0;margin:0;font-family:inherit;font-size:inherit;border-radius:0;color:var(--nj-semantic-color-text-neutral-primary-default);text-decoration:none;text-align:left}
.c-cardBtn{position:relative;max-width:490px;margin-left:auto;margin-right:auto;border:1px solid transparent;border-bottom-width:3px;box-shadow:0 1px 10px 0 rgba(0,0,0,0.2);background-color:var(--nj-semantic-color-background-neutral-primary-default);transition:border-color .2s ease-in-out}
.no-touchevents .c-cardBtn:hover,.no-js .c-cardBtn:hover{border-color:var(--nj-semantic-color-background-brand-solid-hovered)}
.no-touchevents .c-cardBtn:hover .c-cardBtn__border,.no-js .c-cardBtn:hover .c-cardBtn__border{opacity:0}
.c-cardBtn--rootTag{display:block;width:100%}
.c-cardBtn--tile .c-cardBtn__wrapper{display:block;padding-right:35px;width:100%}
.c-cardBtn--tile .c-cardBtn__icon{margin-right:0;margin-bottom:5px}
.c-cardBtn--tile .c-cardBtn__arrow{position:absolute;top:50%;right:10px;transform:translateY(-50%)}
.c-cardBtn__wrapper{display:flex;align-items:center;padding:15px 10px;height:100%}
.c-cardBtn__border{position:absolute;left:-1px;right:-1px;bottom:-3px;height:3px;background-image:linear-gradient(to right,var(--nj-core-color-engie-blue),var(--nj-core-color-engie-green));transition:opacity .2s ease-in-out}
article.c-cardBtn .c-cardBtn__content{display:flex;flex:0 1 100%;flex-direction:column}
article.c-cardBtn .c-cardBtn__text{order:1}
.c-cardBtn__icon{flex-shrink:0;margin-right:20px}
.c-cardBtn__content{flex-grow:1}
.c-cardBtn__border+.c-cardBtn__content{padding-left:10px}
.c-cardBtn__title,.c-cardBtn__text{display:block}
.c-cardBtn__title,.c-cardBtn__action{font-weight:700}
.c-cardBtn__action:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0}
.no-touchevents .c-cardBtn__action:hover,.no-js .c-cardBtn__action:hover,.c-cardBtn__action:focus{color:var(--nj-semantic-color-text-neutral-primary-default)}
.c-cardBtn__text{margin-top:4px}
.c-cardBtn__text--break{word-break:break-all}
.c-cardBtn__arrow{flex-shrink:0;margin-left:10px;font-size:1.8rem;color:var(--nj-semantic-color-background-brand-solid-default);fill:var(--nj-semantic-color-background-brand-solid-default)}
@media(max-width:47.99em){.c-cardBtn--noTextSmall .c-cardBtn__text{position:absolute;width:1px;height:1px;overflow:hidden;white-space:nowrap;clip:rect(1px,1px,1px,1px);clip-path:inset(50%)}
.c-cardBtn--tileSmall .c-cardBtn__wrapper{display:block;padding-right:35px;width:100%}
.c-cardBtn--tileSmall .c-cardBtn__icon{margin-right:0;margin-bottom:5px}
.c-cardBtn--tileSmall .c-cardBtn__arrow{position:absolute;top:50%;right:10px;transform:translateY(-50%)}
}
@media(min-width:48em){.c-cardBtn--tile .c-cardBtn__arrow{top:auto;bottom:15px}
.c-cardBtn--tile .c-cardBtn__content{padding-right:20px}
.c-card__wrapper{padding:15px}
}
.c-cardsList__title,.c-cardsList__intro{text-align:center}
.c-cardsList__title,.c-cardsList__intro{margin-bottom:30px}
@media(max-width:47.99em){.c-cardsList__item+.c-cardsList__item{margin-top:20px}
.c-cardsList__list{padding:10px}
.c-cardsList__list--lotItems{display:grid;grid-template-columns:1fr 1fr;grid-auto-rows:1fr;gap:20px}
.c-cardsList__list--lotItems .c-cardsList__item.c-cardsList__item{margin-top:0}
.c-cardsList__list--lotItems .c-cardBtn{height:100%}
}
@media(min-width:48em){.c-cardsList__list{display:grid;grid-template-columns:repeat(12,1fr);grid-auto-rows:1fr;gap:20px}
.c-cardBtn{height:100%}
.c-cardsList__item{grid-column:span 4;height:100%}
.c-cardsList__item:only-child{grid-column-start:2;grid-column-end:12;min-width:100%}
.c-cardsList__item:nth-last-child(2):first-child,.c-cardsList__item:nth-last-child(4):first-child{grid-column:span 6}
.c-cardsList__item:nth-last-child(2):first-child ~ .c-cardsList__item,.c-cardsList__item:nth-last-child(4):first-child ~ .c-cardsList__item{grid-column:span 6}
}