﻿/* Head search section */
.head-search {
    margin: 40px auto 0;
}

    .head-search .c2-content {
        display: flex;
        align-items: end;
        margin: 0px auto;
    }

        .head-search .c2-content .col {
            width: 40%;
        }

            .head-search .c2-content .col:nth-child(1) {
                margin-right: 0%;
                width: 60%;
            }

/* Normes section */
.normes {
    margin-top: 32px;
}

    .normes .select-norme {
        display: flex;
        align-items: baseline;
        margin-bottom: 12px;
    }

    .normes .name-norme {
        width: 20%;
        margin-left: 5%;
    }

/* File upload section */
.parcourir {
    border-radius: 4px;
    border: dashed 1px #D0D5DD;
    padding: 40px 24px;
    margin-top: 32px;
}

.border-deep-sky-blue {
    border-color: var(--color-deep-sky-blue);
}

.std-item {
    cursor: pointer;
}

/* Responsive styles */
@media only screen and (max-width: 768px) {
   
    .normes {
        width: 99%;
    }

    .head-search .c2-content {
        display: block;
    }
}