.article>.titre_nom {
    font-weight: 900;
    font-size: 32px;
    line-height: 36px;
}

.register_box {
    background-color: white; 
    border: 0px solid; 
    border-radius: 15px; 
    padding: 50px;

    color: #666666;
    font-family: Source Sans Pro;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.38px;
}

.register_box_submit {
    margin-top: 20px;
    background-color: #F5F5F5; 
    border: 0px solid; 
    border-radius: 15px; 
    padding: 20px;
    width: 60%;

    color: #666666;
    font-family: Source Sans Pro;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.38px;
    font-size: 20px;
}

.register_box_title {
    width: 100%; 
    text-align:center;

    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
}

.register_form_text_input::placeholder {
    color: #666666;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.38px;
    font-size: 16px;
}

.register_form_text_input {
    border: 0px;
    border-bottom: 2px solid #FACAB2;
    color: #666666;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.38px;
    font-size: 16px;
    outline: none !important;
    border-radius: 1px;
}

.register_form_text_input:focus {
    border: 0px;
    border-bottom: 2px solid #f08d5c;
    border-radius: 1px;
}

label { 
    display: flex; 
    align-items: center;
} 

#CGU_checkbox {
    flex: none;
    vertical-align: middle;
    appearance: none !important;
    outline: none !important;
    width: 24px;
    height: 24px;
    border: 2px solid #FACAB2;
    border-radius: 5px;
}

#CGU_checkbox:checked {
    background-color: #f08d5c;
}

#CGU_checkbox:checked:before {
    font-family: Font-Awesome;
    content: "✔";
    display: block;
    color: black;
    font-size: 16px;
    margin-left: 4px;
    position: absolute;
}

.url-link-login {
    text-decoration: underline;
    color: #666666;
    font-weight: 600;
}