/*
* Main Style
*/
#telecharger {
    background-color: #f8f7f4;
    padding-top: 0;
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
}

#telecharger .row {
    max-width: 1200px;
}

#telecharger .main {
    border: 1px solid #cccccc;
    background: #ffffff;
    margin: 0 10px 10px 10px;
    padding: 10px;
    width: auto;
}

#telecharger span {
    color: #008cba !important;
}

#telecharger h1{
    font-family: 'aleoregular';
    font-size: 2em;
    font-weight: normal;
    line-height: 55px;
    margin-top: 33.5px;
    margin-bottom: 10px;
}

#telecharger p {
    font-family: inherit;
    font-weight: normal;
    font-size: 1.2em;
    line-height: 1.2;
    margin-bottom: 1rem;
    text-rendering: optimizeLegibility;
}

#telecharger .projectDescription {
    font-style: italic;
}

/* #Forms
================================================== */
#telecharger input[type="text"],
#telecharger input[type="email"],
#telecharger textarea,
#telecharger select {
    border: 1px solid #CCCCCC;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    display: block;
    font-size: 1em;
    padding: 15px;
    width: 100%;
    border-radius: 0;
    height: 52px;
}

#signup-btn {
    background: #ed3136;;
    border-radius: 0;
    color: #FFFFFF;
    font-size: 1em;
    text-decoration: none;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    height: 52px;
}

#signup-btn:hover {
    background: #e11e26;
}

#telecharger #myAlert {
    font-size: 0.9em;
}