.global_page {
    width: 760px;
    border: 0;
    text-align: center;
}

.titre_rubrique {
    padding-top: 5px !important;
}

.dec2074_PEAC_Fond {
    background-color: rgba(87, 112, 190, 0.25);
}

.erreur_message_tr {
    height: 26px;
}

.total_gain_net {
    border: 2px solid black;
    padding: 4px;
}

.message_erreur {
    color: red;
    font-size: 8pt;
    padding-left: 10px;
}

.message_erreur_report {
    color: red;
    font-weight: bold;
}

.titre_blanc_italique {
    color: #ffffff;
    font-style: italic;
    font-size: 10pt;
}

.texte_italique_bleu {
    color: #5770BE;
    font-style: italic;
    font-size: 10pt;
}

.text_left {
    text-align: left;
    padding-left: 4px;
}

.float_right {
    float: right;
    padding-right: 3px;
}

.text_cellule {
    padding-left: 2px;
    align-self: start;
}

#designation_titulaire td, #calcul_montant td {
    padding: 2px;
    background-color: rgba(87, 112, 190, 0.25);
}

#designation_titulaire td:nth-child(3) {
    white-space: nowrap;
}

#designation_titulaire td:nth-child(1) {
    white-space: nowrap;
}

/* pour forcer la deuxième colonne a adapter sa taille à l'input */
#calcul_montant td:nth-child(1) {
    width: 100%;
}

#calcul_montant th {
    font-weight: normal;
}

#designation_titulaire, #calcul_montant {
    width: 100%;
    border-spacing: 1px;
}

.titre_2074_PEAC {
    background-color: #5770BE !important;
}

.flex-container {
    display: flex;
    justify-content: center;
}

.titre_accueil_1 {
    color: #5770BE;
    font-weight: bold;
    font-size: 16pt;
}

.titre_accueil_2 {
    color: #5770BE;
    font-size: 12pt;
    font-weight: bold
}

.titre_accueil_3 {
    color: #5770BE;
    font-size: 8pt;
}

.checkbox_td {
    padding-top: 4px;
}

.encadreRouge {
    border: solid red 2px;
}

.radio_button_aligne {
    margin-top: 0 !important;
}

.custom_ul {
    list-style-type: none;
    margin: 0 150px 0 12px;
    padding-left: 48px;
}

.form_div_radio_buttons_report {
    display: flex;
    flex-direction: column;
    margin-top: 16px;
    margin-left: 30px;
    margin-right: 30px;
}

ul li div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 18px;
}

.label_report {
    font-weight: bold;
    margin-right: 120px;
}

.form_report {
    margin-left: 8px;
    margin-right: 8px;
}

.div_title {
    margin-top: 8px;
    margin-left: 35px;
}

ul li {
    margin-bottom: 16px;
}

ul#ulPoint1 li {
    margin-bottom: 0;
}

.bold {
    font-weight: bold;
}

.margin_bottom_16 {
    margin-bottom: 16px;
}

.margin_bottom_32 {
    margin-bottom: 32px;
}
