.disko-component-header-projet {
    background: var(--primary-color);
    padding: 100px 8% 6%;
    color: #FFF;
    position: relative;
}

.disko-component-header-projet .tag {
    color: var(--secondary-color);
    margin-bottom: 15px;
}

.disko-component-header-projet .header-title {
    display: block;
    color: #FFF;
    width: 100%;
    border-bottom: 1px solid var(--secondary-color);
    font-size: 60px;
    line-height: 70px;
    padding-bottom: 60px;
}

.disko-component-header-projet .info-header-container {
    display: flex;
    width: 100%;
    padding-top: 30px;
}

.disko-component-header-projet .info-item {
    position: relative;
    width: calc(100%/3);
    padding-left: 40px;
}

.disko-component-header-projet .info-item .info-picto-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 0;
}

.disko-component-header-projet .info-item .info-picto {
    width: 100%;
    max-height: 100%;
}
.disko-component-header-projet .info-item .info-picto[src=""] {
    height: 0px;
}

.disko-component-header-projet .info-item .info-title {
    font-size: 18px;
    line-height: 30px;
}

.disko-component-header-projet .info-item .info {
    font-family: 'Gilroy';
}

.disko-component-header-projet .info-item .info li,
.disko-component-header-projet .info-item .info p {
    font-family: 'Gilroy';
    font-size: 16px;
    line-height: 26px;
}

@media screen and (max-width: 768px) {
    .disko-component-header-projet {
        padding: 30px 8% 6%;
    }
    
    .disko-component-header-projet .tag {
        margin-bottom: 15px;
    }
    
    .disko-component-header-projet .header-title {
        font-size: 30px;
        line-height: 36px;
        padding-bottom: 30px;
    }
    
    .disko-component-header-projet .info-header-container {
        display: flex;
        flex-direction: column;
    }
    
    .disko-component-header-projet .info-item {
          width: 100%;
          padding-left: 50px;
          margin-bottom: 25px;
    }

    
    .disko-component-header-projet .info-item .info-title {
        font-size: 16px;
        line-height: 26px;
    }
    
    .disko-component-header-projet .info-item .info li {
        font-size: 14px;
        line-height: 24px;
    }
}