﻿.yellow {
    color: #C09853;
}

form.bg_grey.form-vertical span.placeholder{margin-left:3px;}

.question input.input-validation-error {
    background: none repeat scroll 0 0 #FFCECD;
    color: #FF0000;
}

span.placeholder {
    position: static;
}

.IE7Menu {
    position: relative;
}

#Etape2_tableauPersonnesACharge {
    padding-right: 0;
}
#Etape2_tableauPersonnesAChargeSecu{
    padding-right: 0;
}
#Etape2_tableauPersonnesAChargeContractuel {
    padding-right: 0;
}

.alert {
    padding: 16px 35px 16px 50px;
    position: relative;
    margin-bottom: 20px;
    border: 1px solid transparent;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.alert h4 {
    margin-top: 0;
    color: inherit;
}

.alert .alert-link {
    font-weight: bold;
}

.alert > p,
.alert > ul {
    margin-bottom: 0;
}

.alert > p + p {
    margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}

.alert-success hr {
    border-top-color: #c9e2b3;
}

.alert-success .alert-link {
    color: #2b542c;
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

.alert-info hr {
    border-top-color: #a6e1ec;
}

.alert-info .alert-link {
    color: #245269;
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}

.alert-warning hr {
    border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
    color: #66512c;
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

.alert-danger hr {
    border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
    color: #843534;
}

.box:not(.dune) { 
    display: inline-block;
    background: red;
    width: 100px;
    height: 100px;
    color: white;
}

.info_activateAccount {
    position: relative;
    border-left: 2px solid;
    border-left-color: blue;
    padding: 10px 10px 0px 10px;
    margin-bottom: 10px;
    zoom: 1;
}

.info_activateAccount p {
    color: #1034A6;
    font-family: sans-serif;
    font-size: 12px;
}

.info_activateAccount_success {
    position: relative;
    padding: 10px 10px 0px 10px;
    margin-bottom: 10px;
    width: 385px;
    font-family: sans-serif;
    font-size: 12px;
}

.info_activateAccount_success img {
    width: 12px;
    margin: 12px 12px 0px 0px;
}

.form_activateAccount {
    width: 100%;
    padding: 2%;
}

.label_activateAccount {
    font-family: sans-serif !important;
    font-size: 13px !important;
    font-weight: bold !important;
}

.alert_activateAccount {
    position: relative;
    border-left: 2px solid;
    border-left-color: #C91432;
    padding: 10px 10px 0px 10px;
    margin-bottom: 10px;
    zoom: 1;
    width: 400px;
}

    .alert_activateAccount p span {
        font-family: sans-serif;
        font-size: 12px;
        font-weight: bold;
        color: #c91432 !important;
    }

.already_activateAccount {
    padding: 20px 20px 40px 20px;
}

.already_activateAccount .btn {
    background-color: #47a80f;
    color: #fff;
    border: none;
    padding: 12px 28px;
    font-weight: 700;
    font-size: 16px;
    margin: 20px 0 0 0;
    display: inline-block;
    text-decoration: none;
}

/* Css Page d'accueil */
.flex-container {
    display: flex;
}

.content {
    color: #333333;
    flex: 1;
}
.content_header {
    background-color: #3032c1;
    padding: 5px 0px 0px 0px;
}
    .content_header_title {
        font-weight: 600;
        font-size: 30px
    }

    .content .title {
        font-size: 17px;
        font-weight: 600;
    }
  
    .content ul li {
        margin-bottom: 10px; 
    }

.content__clientArea {
    padding: 13px 30px;
}

    .content__clientArea .title {
        font-size: 17px;
        font-weight: 600;
        margin: 0;
    }

    .content__clientArea p {
        font-size: 13px;
        font-weight: 600;
        margin: 0;
        padding: 0px 0 5px;
    }

.content__activateMyAccount {
    padding: 5px 20px 15px 20px;
    text-align: center;
}

    .content__activateMyAccount span {
        font-size: 17px;
        font-weight: 400;
        margin: 0 3px 0 0;
    }

    .content__activateMyAccount p {
        font-size: 17px;
        font-weight: 600;
        text-align: left;
        margin: 0 0 30px 0;
        padding: 0px 0 5px;
    }

    .content__activateMyAccount .btn {
        background-color: #3032c1;
        color: #fff;
        border: none;
        padding: 16px 80px;
        font-weight: 700;
        font-size: 14px;
        margin: 12px 0 0 0;
        display: inline-block;
        text-decoration: none;
    }

    .content__activateMyAccount img {
        /*width: 12px;*/
        margin: 12px 12px 0px 0px;
    }


.content__attention {
    background-color: #fcd385;
    color: #666;
    padding: 20px 30px 40px 30px;
}

    .content__attention .title {
        font-size: 17px;
        font-weight: 600;
        margin: 0;
    }

    .content__attention p {
        font-size: 13px;
        font-weight: 600;
        margin: 0;
        padding: 0px 0 5px;
    }

    .content__attention ul {
        padding: 0px 14px;
        margin: 0;
    }

        .content__attention ul li {
            font-size: 12px;
            font-weight: 600;
            margin: 0 0 10px 0;
        }

.content__alreadyAnAccount {
    padding: 20px 20px 16px 20px;
    text-align: center;
}

    .content__alreadyAnAccount p {
        font-size: 17px;
        font-weight: 400;
        margin: 0;
        padding: 0px 0 10px;
    }

    .content__alreadyAnAccount .btn {
        background-color: #47a80f;
        color: #fff;
        border: none;
        padding: 16px 95px;
        font-weight: 700;
        font-size: 14px;
        margin: -3px 0 0 0;
        display: inline-block;
        text-decoration: none;
    }

.content__noAccount {
    padding: 20px 25px;
}

    .content__noAccount p.title {
        font-size: 17px;
        font-weight: 400;
    }

.flex-container__column {
    background-color: #f4f7f8;
    display: flex;
    flex-direction: column;
    -moz-box-shadow: 0px 0px 9px #0000002d;
    -webkit-box-shadow: 0px 0px 9px #0000002d;
    box-shadow: 0px 0px 9px #0000002d;
    background: #f9f9f9;
    color: #3032c1;
}

.tooltip {
    position: relative;
    display: inline-block;
    vertical-align: -5px;
}

    .tooltip .tooltip__content {
        width: 450px;
        background-color: #f8f8ff;
        padding: 5px 0;
        border-radius: 6px;
        position: absolute;
        z-index: 1;
        top: 130%;
        border: 2px solid #3032c1;
        right: -100px;
        color: #3032c1;
        padding: 16px;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

        .tooltip .tooltip__content ol {
            counter-reset: repas;
            position: relative;
            margin: 0px 0 0 20px;
            padding: 0;
        }

            .tooltip .tooltip__content ol::before {
                content: '';
                display: block;
                position: absolute;
                left: 10px;
                width: 0;
                border: 1px solid #3032c1;
                height: 160px;
                z-index: 1;
                top: 0;
            }

        .tooltip .tooltip__content li {
            list-style-type: none;
            counter-increment: repas;
            margin-bottom: 30px;
            text-align: left;
            position: relative;
            line-height: 20px;
        }

            .tooltip .tooltip__content li:before {
                content: counter(repas);
                margin-right: 20px;
                vertical-align: top;
                font-weight: bold;
                border: 1px solid #3032c1;
                display: inline-block;
                width: 20px;
                height: 20px;
                border-radius: 50%;
                text-align: center;
                line-height: 18px;
                font-size: 12px;
                background: #f8f8ff;
                z-index: 5;
                position: relative;
            }

        .tooltip .tooltip__content::before {
            content: '';
            display: block;
            position: absolute;
            left: 350px;
            bottom: 100%;
            width: 0;
            height: 0;
            border: 10px solid transparent;
            border-bottom-color: #3032c1;
        }

        .tooltip .tooltip__content::after {
            content: '';
            display: block;
            position: absolute;
            left: 351px;
            top: -17px;
            bottom: 100%;
            width: 0;
            height: 0;
            border: 9px solid transparent;
            border-bottom-color: #f8f8ff;
        }

    .tooltip:hover .tooltip__content {
        visibility: visible;
        opacity: 1;
    }

.footer_Authent_bar {
    height: 56px;
    width: 100%;
    background-color: #4976ba;
}

    .footer_Authent_bar a {
        font-size: 15px;
        font-weight: 600;
        color: #fff;
        text-transform: uppercase;
        line-height: 50px;
        margin-right: 20px;
        text-decoration: none;
    }

.next_btn {
    padding-left: 10px;
}

    .next_btn .btn {
        background-color: #47a80f;
        color: #fff;
        border: none;
        padding: 10px 104px;
        font-weight: 700;
        font-size: 16px;
        margin: 20px 0 0 0;
        display: inline-block;
        text-decoration: none;
    }
.content_form_shadow {
    background-color: #f4f7f8;
    display: flex;
    flex-direction: column;
    -moz-box-shadow: 0px 0px 9px #0000002d;
    -webkit-box-shadow: 0px 0px 9px #0000002d;
    box-shadow: 0px 0px 9px #0000002d;
    background: #f9f9f9;
    color: #3032c1;
    width: 48%;
    padding-top: 15px;
}
.mapso_a {
    background-color: #C91432;
    color: #ffffff !important;
    text-decoration: none;
    padding: 0px 6px 0px 2px !important
}

.mapso_span {
    font-weight: normal !important;
    color: #ffffff !important;
}


.content__activateMyAccount__help {
    margin: 20px;
    text-align: center;
}

.content__activateMyAccount__help a {
    font-size: 14px;
    font-style: italic;
    color: #3032c1;
}

#container {
    min-height: auto;
}


#AdresseEmailInformation p {
    padding-bottom: 0px;
}

#AdresseEmailInformation {
    padding-left: 30px;
    margin-top: 10px;
    border-style: solid;
    border-color: rgb(188,237,241);
    border-width: 0.5px;
    padding-bottom: 1px;
    padding-top: 4px;
    background-color: rgb(217,237,247);
    color: rgb(58,135,173);
    position: relative;
    margin-bottom: 9px;
}

#picto_info_atnw {
    width: 12px;
    position: absolute;
    left: 6px;
}
.no-result-message {
    color: #d07e57;
    font-weight: bold;
    font-size: 1.2rem;
    text-decoration: underline;
}

.jotai-devtools-trigger-button {
    bottom: 60px !important;
}