.kit-media .titre-media
{
text-align: left;
}


.kit-donwload {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 10px;
}
.boxkit-cepex {
    padding: 0;
}
.kit-part1, .kit-part3, .kit-part4 {
    background-color: #eeeeee;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
    padding: 50px;
    height: 400px;
}

.kit-part1 a ,.kit-part3 a,.kit-part4 a
{
    margin-left: 10px;
}

.kit-part1 a:hover.kit-part3 a:hover,.kit-part4 a:hover
{
    cursor: pointer;
}

.kit-des {
    margin-bottom: 20px;
}

.kit-part1 img,.kit-part3 img,.kit-part4 img {
    width: 100%;
    object-fit: cover;
}


.kit-part4 img {
    height: 150px;
    background: #fff;
    padding: 10px;
    object-fit: contain;
}

.kit-part1 img
{
    height: 170px;
    background: #fff;
    padding: 10px;
    object-fit: contain;
}

.kit-part3 img
{
    height: 200px;
}


.kit-part1 .slick-dots ,.kit-part3 .slick-dots
{
bottom: 14px;
}



.kit-container  .slick-dots li.slick-active button {
    background-color: #cb033d;
}

.kit-container  .slick-dots li button {
    border: 1px solid #cb033d;
    border-radius: 50%;
    background-color: white;
}


.kit-media .slick-dotted.slick-slider
{

    margin-bottom: unset;
}

.kit-part2 {
    background: #cb033d;
    padding: 30px;
    height: 400px;
    overflow: hidden;
}

.kit-box {
    padding: 10px;
}

.kit-titre , .kit-titre2 ,.kit-titre3 {
    font-size: 38px;
    font-weight: 700;
    color: white;
    margin-bottom: 20px;
    overflow: hidden;
    line-height: 42px;
}

.kit-titre
{
max-height: 100px;
}

.kit-titre2

{
    max-height: 240px;
}

.kit-titre3 {
    height: 80px;
}


.kit-desc2,.kit-sec2 {
    color: white;
    font-size: 18px;
    overflow: hidden;
}

.kit-desc2
{
height: 300px;
}

.kit-container {
    margin-bottom: 20px;
}


.kit-sec2
{
height: 190px;
}

.kit-fancy img
{
width: 100%;
height: 100%;
object-fit: cover;
}


.kit-fancy:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top, #cb033d, #cb033d75, transparent, transparent);
    z-index: 0;

}
.labraries .kit-fancy i {
    background: #fff;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    padding: 10px;
    color: #000;
    font-size: 32px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 22;
}
.labraries  .kit-fancy:after {
    background: rgb(0 0 0 / 50%);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.kit-fancy {
    position: relative;
    height: 400px;
    padding: unset;
    margin: 0 0 20px;
}

.kit-fancy a
{
    z-index: 2;

}


.titre-kit {
    font-size: 26px;
    font-weight: 700;
    color: white;
    height: 49px;
}



.download-media2 a {
    width: 30px;
    height: 30px;
    display: flex;
    text-align: center;
    background: white;
    align-items: center;
    justify-content: center;
    align-content: center;
    border-radius: 7px;
    font-size: 20px;
    margin: 0px 10px;
}

.download-media2 {
    display: flex;
    /* align-content: center; */
    align-items: center;
    font-size: 20px;
    color: white;
    font-weight: 700;
}

.kit-donwload2 {
    position: absolute;
    bottom: 20px;
    z-index: 2;
    margin: 10px;
}
.labraries {
    padding: 40px 0 0;
}
.library .fancybox-video:before {
    background: rgb(0 0 0 / 50%);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.library img {
    height: 400px;
    object-fit: cover;
    width: 100%;
}

.desc-library {
    margin: 15px 0 0;
}


.library .fancybox-video i {
    background: #fff;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    padding: 10px;
    color: #000;
    font-size: 32px;
}

@media screen and (max-width: 992px) {
.titre-kit {
    font-size: 20px;
}
.labraries {
    padding: 40px 30px 0;
}
.kit-titre, .kit-titre2, .kit-titre3 {
    font-size: 24px;
    line-height: 32px;
}
.kit-titre3 {
    height: auto;
}
.kit-desc2, .kit-sec2 {
    font-size: 16px;
}
.kit-part1, .kit-part3, .kit-part4 {
    padding: 50px 20px;
}
}
@media screen and (max-width: 768px) {
.kit-part1, .kit-part3, .kit-part4 {
    height: auto;
}
.kit-part2 {
    padding: 30px 20px;
    height: auto;
}
.kit-sec2 {
    height: auto;
}
.labraries .formulaire-radios.form--inline {
    display: flex;
    flex-wrap: wrap;
}
.bouton-filtre {
    margin: 0 10px;
}
}
@media screen and (max-width: 480px) {
.labraries .formulaire-radios.form--inline {
    flex-direction: column;
}
.bouton-filtre {
    justify-content: center;
    margin: 10px 10px 0;
}
}

.kit-sec2 {
  height: 221px;
  overflow: auto;
  scrollbar-width: thin; /* For Firefox */
  scrollbar-color: #ccc transparent; /* For Firefox */
}

/* WebKit (Chrome, Safari, Edge) */
.kit-sec2::-webkit-scrollbar {
  width: 6px; /* Thin scrollbar */
}

.kit-sec2::-webkit-scrollbar-thumb {
  background-color: #aaa; /* Scrollbar color */
  border-radius: 3px;
}

.kit-sec2::-webkit-scrollbar-track {
  background: transparent; /* Track background */
}
