



.bl2 {
    
}

.bl4 {
    /*border-top: 1px solid rgba(200, 200, 200, 0.5);*/
}



body[breakpoint="mobile"] .grid-2-col-6 {
    position: relative;
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: repeat(1, 1fr);
    -moz-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    grid-auto-columns: 1fr;
    align-items: center;
}


body[breakpoint="desktop"] .grid-2-col-6 {
    position: relative;
    display: grid;
    grid-gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
    -moz-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    grid-auto-columns: 1fr;
    align-items: center;
}

.progessif-items {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 3rem;
}

.progessif-items details {
    cursor: pointer;
}

.progessif-items details > div {
    padding-top: 1rem;
}

.progessif-items details  summary {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    background: var(--color-6);
    color: #fff;
    padding: 1rem;
}

.progessif-items details  summary h3 {
    text-transform: uppercase;
    font-weight: bold;
}

.progessif-items details summary .proIconDetails {
    display: flex;
    align-items: center;
    justify-content: center;
}

.progessif-items details summary .proIconDetails svg {
    height: 1.3rem;
    width: auto;
    transition: all ease .35s;
}

.progessif-items details[open] summary .proIconDetails svg {
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(180deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    transition: all ease .35s;
}

.progessif-items details .progPic img {
    width: 100%;
    height: auto;
}

.progessif-items details .progLevel svg {
    height: 1.6rem;
    width: auto;
}

body[breakpoint="mobile"] .progessif-items details .progInt {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.4;
    padding-bottom: .5rem;
    display: block;
}

body[breakpoint="desktop"] .progessif-items details .progInt {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.15rem;
    line-height: 1.4;
    padding-bottom: .5rem;
    display: block;
}

body[breakpoint="mobile"] .progessif-items details ul {
    display: flex;
    flex-direction: column;
    gap: 1rem;    
}

body[breakpoint="desktop"] .progessif-items details ul {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: flex-end;
    text-align: right;
}

.progessif-items details ul li {
    list-style: none;
}






.tabtraitements .grid-2-col-1 > div:nth-child(1) img {
    width: 100%;
    height: auto;
}

.tabtraitements-legend {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.tabtraitements-legend li {
    list-style: none;
    display: flex;
    flex-direction: row;
    gap: 1rem;
}

.tabtraitements-legend li > div:nth-child(1) {
    height: 50px;
    width: 50px;
}

.tabtraitements-legend li > div:nth-child(1) svg {
    height: 50px;
    width: 50px;
    object-fit: contain;
}

.tabtraitements-title {
    display: flex;
    flex-direction: row;
    gap: .5rem;
    flex-wrap: wrap;
}

.tabtraitements-title h4 {
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
}

.tabtraitements-title span {
    color: #fff;
    font-size: .9rem;
}

.tabtraitements-legend p {
    font-size: .9rem;
    margin-top: 0;
    margin-bottom: 0;
}

