/* CSS */

body {
    font-family: 'Futura-pt', sans-serif;
}

h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5 {
    /* font-family: lexend,futura-pt,sans-serif; */
    text-rendering: optimizelegibility;
    font-weight: 500;
    color: #3d3e40
}

.slds-box {
    background-color: white;
    padding: 1rem;
    border-radius: 0.25rem;
    border: 1px solid var(--slds-g-color-border-base-1,#e5e5e5);
}

.borders {
    border-radius: 50%;
}

.format-content {
    font-size: 10pt;
    text-align: justify;
}

.h-sizing {
    font-size: 24pt;
    font-weight: bold;
}

.h-sizing-small {
    font-size: 18pt;
    font-weight: bold;
}

.container-project {
    height: 360px;
    width: 100%;
    border: 1px solid black;
    margin: 20px;
    border-radius: 24px;
}

.padding-around {
    padding: 30px 50px;
}

.remove-horizontal-padding {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

.remove-padding-bottom {
    padding-bottom: 0px;
}

.button-container{
    margin-top: 1rem; 
    border-top: 1px solid var(--slds-g-color-border-base-1,#e5e5e5);
    cursor: pointer;
}

.button-title {
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 18px;
}

.linkDescription {
    font-weight: 700;
    font-family: 'Lexend', sans-serif !important;
    cursor: pointer;
    letter-spacing: 0.03em;
    color: white !important;
    font-size: 15px;
    text-decoration: none !important;
}

.linkDescription:hover{
    color: #db3033 !important;
}

.link:hover{
    color: #db3033 !important;
}

.center{
    text-align: center;
}

.red-button {
    background: transparent;
    transition: 500ms;
    border-style: solid;
    border-width: 4px;
    border-color: #db3033;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 22px;
    padding-left: 22px;
    text-transform: uppercase;
    text-align: center;
    color: #db3033;
    border-radius: 8px;
    font-size: 14pt;
    font-weight: 800;
    text-decoration: none;
    letter-spacing: 1.08;
    line-height: 24pt;
    display: inline-block;
    margin: 16px;
    cursor: pointer;
}

.red-button:hover {
    background: #db3033;
    border-color: transparent;
    color: #fff
}

.button-more{
    font-size: 10pt !important;
}

.cursor-pointer {
    cursor: pointer;
}

.white-background{
    background-color: white;
}

.width-card{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 70% !important;
}

.tab-container {
    display:flex;
    align-items: center;
    justify-content: center;

}

.tab-container li{
    align-self: center;
}

.name-highlight{
    color: #db3033 !important;
    font-size: 13pt;
}

.slds-input_faux:not(.slds-combobox__input-value) {
    color: var(--slds-g-color-neutral-base-50,#747474);
    border: 1px solid rgb(118, 113, 107) !important;
}

.slds-input {
    -webkit-appearance : none;
    appearance : none;
}


@media only screen and (max-width: 1130px) {

    .red-button {
        background: transparent;
        transition: 500ms;
        border-style: solid;
        border-width: 3px;
        border-color: #db3033;
        padding-top: 4px;
        padding-bottom: 4px;
        padding-right: 18px;
        padding-left: 18px;
        text-transform: uppercase;
        text-align: center;
        color: #db3033;
        border-radius: 8px;
        font-size: 12pt;
        font-weight: 800;
        text-decoration: none;
        letter-spacing: 1.08;
        line-height: 24pt;
        display: inline-block;
        cursor: pointer;
    }

    .buttons {
        margin: 7% auto 4% auto;
    }

    .infos {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media only screen and (max-width: 450px) {
    .buttons {
        margin: 9% auto 3% auto;
    }

    .infos {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media(max-width: 767px) {
    .padding-around {
        padding: 6px;
    }
}