.form-content {
    padding: 40px;
    margin-left: auto;
    margin-right: auto;
}

.form-subdivision {
    margin-bottom: 40px;
}

.field-col {
    flex-direction: column;
    align-items: flex-start;
}

.field-checkbox>input[type='checkbox'] {
    margin-right: 15px;
}

.input-prefilled {
    background-color: transparent !important;
}
#linkCGV,
#linkCGU,
#messageCGV,
#messageCGU
{
    color: var(--primary);
    font-weight: bolder;
    cursor: pointer;
}

#cguSection,
#cgvSection {
    display: none;
    background: rgba(0,0,0, 0.3);
    height: 100vh;
    width: 100vw;
    top: 0;
    position: fixed;
    z-index: 99;
    justify-content: center;
    align-items: center;
}

#cguSection.active{
    display: flex;
}

#cgvSection.active{
    display: flex;
}

.modal-content {
    background-color: whitesmoke;
    height: 90vh;
    width: 90%;
    max-width: 600px;
    overflow: auto;
    padding: 30px 45px;
}

.modal-content > h4 {
    text-align: center;
    margin-bottom: 20px;
}

.modal-close {
    text-align: center;
}

.congress-guest-precision {
    visibility: hidden;
}

.confirmation-message {
    width: 100%;
    text-align: center;
}

.congress-main-activities {
    display: block;
}

.congress-main-activities > section {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.congress-center {
    margin-left: auto;
    margin-right: auto;
}

.condition-warning {
    margin: 20px;
    font-style: italic;
    display: none;
}

.condition-warning-visible {
    display: block;
}

.read-conditions {
    font-style: italic;
    margin-bottom: 16px;
    background-color: rgba(255, 70, 0, 0.2);
    padding: 5px 10px;
}

#cgvcgu,
.tarif-message{
    margin-top: 16px;
    margin-bottom: 24px;
}

.cgv-link,
.cgu-link {
    text-decoration: underline;
    text-underline-offset: 4px;
}

.logged-participant {
    border: 1px solid var(--primary);
    border-radius: 10px;
    padding: 10px;
}

.participant-message {
    margin-top: 16px;
    margin-bottom: 24px;
}
.to-profile {
    color: var(--primary);
    font-weight: bolder;
    cursor: pointer;
}

.to-profile:hover {
    font-style: italic;
}