/* Tooltip */

.pictoInfo {
    position: relative;
    background: #232558;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    cursor: pointer;
    margin-top: 15px;
    line-height: 18px;
}

.pictoInfo::before {
    content: '?';
    padding-top: 1px;
    color: #fff;
    font-family: 'Roboto-Medium', Arial, Helvetica, sans-serif;
    font-size: 14px;
    height: 18px;
    width: 18px;
    margin-bottom: 18px;
}

.handicap-label {
    text-align: left !important;
}

.form-action {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.form-action .btn {
 width: 300px;
}

/* tooltip */
.tooltip {
    font-family: "Montserrat-Regular", Verdana, Arial, sans-serif;
    font-size: 11px;
    font-size: 1.1rem;
    overflow: visible !important;
}

.tooltip .tooltip-inner {
    background-color: #232558;
    border-color: #232558;
    color: #ffffff !important;
    padding: .25rem .5rem;
    border-radius: .25rem;
    text-align: center;
    width: 270px !important;
    max-width: 270px !important;
}

.tooltip.show {
    opacity: 1;
  }

.tooltip .tooltip-inner p {
    color: white;
}

/* responsive */
@media (max-width: 768px) {
    .tooltip .tooltip-inner {
        margin-left: 200px;
    }
}

.margin-left-10 {
    margin-left: 10px;
}

.margin-top-20 {
    margin-top: 20px;
}

.form-o {
    max-width: 800px;
    margin: 0 auto;
}

.pictoInfo-outer {
    position: relative;
}

.pictoInfo2 {
    position: absolute;
    right: -10px;
    top: 0;
    margin-top: 8px;
}

.pictoInfo2:before {
    margin-bottom: 0;
}

.text-underline {
    color: #007BA0 !important;
    font-weight: bold;
    text-decoration: underline !important;
    transition: color 0.3s ease;
}

.btn-plus-icon {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
    border: none;
}

.btn-plus-icon .icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url('../../../img/angular/page-entreprise/plus-icon.png');
    background-size: contain;
    background-repeat: no-repeat;
}

label > span.required {
    color: #FF4365;
    margin-left: 5px;
}

label > span {
    text-align: left;
}

@media (min-width: 769px) {
    .siret-info {
        margin: 20px 40px;
        background: #FAFAFA;
        padding: 10px;
    }
}

.encart {
    padding: 16px 16px 16px 56px;
    border-radius: 8px;
}

.encart label {
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    color: #232558;
}

.encart p {
    margin-top: 5px;
    margin-bottom: 0;
}

.encart-warning::before {
    content: '';
    display: block;
    background: url(../../../img/angular/page-entreprise/info-warning.svg) center no-repeat;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 16px;
    top: calc(50% - 12px);
}

.encart-warning {
    background-color: #FFB80033;
    position: relative;
}

legend {
    line-height: 2rem;
}
