﻿body {
    margin: 0;
    padding: 0px;
    /*-webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;*/
    height: 100vh;
    font-family: 'Roboto', sans-serif;
    border-style: solid;
    border-width: 8px 0px 0px 0px;
    border-color: #df1e39;
    /*background-image: url(/images/bg_aquitaine_2022_12545.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    */
    background-color: white;
    /*position: absolute;*/
}

div.alert.alert-success {
    padding-bottom: 10px !important;
}

div.messobligatoire12 {
    font-size: 0.8rem;
    line-height: initial;
}

input[readonly] {
    cursor: not-allowed;
}

.file-zoom-dialog .btn-navigate {
    color: #df1e39 !important;
}

.btn-parcourir {
    color: #ffffff;
    background-color: #dcdcdc;
    background-image: none;
    border-color: #76767690;
    width: auto;
    font-size: 0.9rem;
    white-space: inherit !important;
    padding: 8px 10px 0 20px;
    box-shadow: rgb(0 0 0 / 35%) 0px -50px 36px -28px inset;
}

    .btn-parcourir:hover {
        background-color: #989898;
        border-color: #989898;
        cursor: pointer !important;
    }

.krajee-default.file-preview-frame .kv-file-content {
    width: 213px;
    height: 160px;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.file-preview {
    border-radius: 0px;
    border: 0px solid #ddd;
    padding: 8px;
    width: 100%;
    margin-bottom: 15px;
}

input[type='radio']:after {
    width: 17px;
    height: 17px;
    border-radius: 15px;
    top: -2px;
    left: -4px;
    position: relative;
    background-color: #d1d3d1;
    content: '';
    display: block;
    visibility: visible;
    border: 2px solid white;
}

input[type='radio']:checked:after {
    width: 17px;
    height: 17px;
    border-radius: 15px;
    top: -2px;
    left: -4px;
    position: relative;
    background-color: #df1e39;
    content: '';
    display: block;
    visibility: visible;
    border: 2px solid white;
}

.modal-content {
    border: 6px solid #df1e39 !important;
}

#btn_contraste_defaut {
    background-color: #000 !important;
    color: #fff !important;
}

#btn_contraste_inverse {
    background-color: #000 !important;
    color: #fff !important;
}

button:focus {
    outline: 0px dotted !important;
    outline: 0px auto -webkit-focus-ring-color !important;
}

.aModifier {
    font-weight: 200;
    padding: 0px 0.3em;
    color: #df1e39;
}

div.file-caption.form-control.kv-fileinput-caption.is-invalid.icon-visible {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

div.file-caption.form-control.kv-fileinput-caption.icon-visible {
    width: 100%;
    margin-bottom: 5px;
}

button.btn.btn-default.fileinput-remove.fileinput-remove-button {
    background-color: red;
    color: #ffffff;
    margin-right: 5px;
}

a.btn.btn-success.fileinput-upload.fileinput-upload-button {
    margin-right: 5px;
}

.text_consentement {
    text-align: justify;
    width: 261px;
    line-height: 21px;
    color: #000;
    font-weight: 200;
    margin-top: 10px;
    font-size: 0.9rem;
}

.chkconsenement {
    vertical-align: top;
    margin-top: 9px !important;
    zoom: 1.4;
}

.labelcontact {
    text-align: right;
    width: 10.4rem;
    margin-right: 20px;
}

input[type=text], input[type=email] {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border: 1px solid #dddddd;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* background-color: #E0E0E0; */
    font-size: 0.9rem;
    width: 13.5rem;
}

#avertissement {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

div.navbar-header.row.h-100.justify-content-center.align-items-center.float-right.mb-5.mr-0.pr-0 {
    background-color: transparent;
    position: fixed;
    width: auto;
    height: auto !important;
    z-index: 99;
    top: unset;
    right: 4px;
}

.btncontact {
    cursor: pointer;
    box-shadow: 1px 1px 4px #555;
    padding: 5px 10px 6px 10px;
    margin-right: 3px;
    text-transform: uppercase;
}

    .btncontact:hover {
        color: red !important;
        text-decoration: underline;
    }

#btnCompleterDemande {
    /*color: #007bff !important;
    font-weight: 400;
    font-size: 0.9rem;
    text-decoration: underline;*/
    font-size: 1.3rem;
    padding-left: 40px;
    color: #fff !important;
    background-color: #576D89;
    border: 1px solid #576D89;
    transition: all 0.3s;
}

    #btnCompleterDemande:hover {
        font-size: 1.3rem;
        padding-left: 51px;
        color: #fff;
        background-color: #576D89;
        border: 1px solid #576D89;
        text-decoration: underline;
    }

.btncgu {
    background-color: #f44336 !important;
    padding: 10px 20px 10px 20px;
    font-weight: 400;
    font-size: 0.9rem;
    color: #ffffff !important;
    height: 40px;
    display: inline-flex;
    width: 257px;
    margin: 0 auto;
}

#informations_carte {
    font-size: 80%;
    font-weight: 400;
}

.fa fa-exclamation-triangle {
    color: #df1e39;
}

    .fa fa-exclamation-triangle:hover {
        color: #df1e3990;
    }

.fa.fa-eye {
    color: #df1e39;
}

    .fa.fa-eye:hover {
        color: #df1e3990;
    }

.bienvenuetxt {
    font-size: 1.6rem;
}

.header-bg {
    position: fixed;
    top: -3px;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    background-image: url(/images/bgNaquitaine_carTrain_solidaire.png);
    background-repeat: no-repeat;
    background-attachment: initial;
    z-index: -1;
}

.iconredded {
    margin-left: -53px;
    /*position: absolute;
    left: 8px;*/
}

p {
    font-size: 1rem;
}

a i {
    font-size: 0.9rem;
    vertical-align: baseline;
}

a {
    color: #000 !important;
}

#eligibilite a {
    color: #df1e39 !important;
    background-color: #fff;
    padding: 5px 35px;
    display: block;
}

#recap_type_demande, #recap_categorie {
    font-size: 1.1rem;
    letter-spacing: 0.1rem;
    font-family: monospace;
    text-shadow: 2px 1px 0px black;
}

#btn_continuer {
    font-size: 1.3rem;
    padding-left: 40px;
    color: #fff;
    background-color: initial;
    background-image: linear-gradient(-180deg, #96e737, #31bd00);
    box-shadow: rgba(0, 0, 0, 0.1) 0 2px 4px;
    border: 1px solid #96e737;
    transition: all 0.3s;
}

    #btn_continuer:hover {
        font-size: 1.3rem;
        padding-left: 51px;
        color: #fff;
        background-color: #8bc34a;
        border: 1px solid #8bc34a;
        text-decoration: underline;
    }

input.txt_emailCompte {
    font-size: 11px !important;
}

small.text-black-50 {
    margin: 0 auto 30px auto;
    text-align: center;
    display: contents;
}

.w80Left {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.containcategorie {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

img.eyeslash {
    vertical-align: middle;
    position: absolute;
    height: 14px;
    top: 206px;
    left: 350px;
    cursor: pointer;
}

img.card-img.bounceIn.delay-4s {
    width: 427px;
}

.p1rem {
    font-size: 0.9rem;
}

footer {
    margin-left: auto;
    margin-right: auto;
}

.obligatoire {
    content: "*";
    color: red;
}

.champ-erreur {
    background-color: #f8d7da;
}

.form1-control {
    height: 30px;
}

/*.box {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    position: relative;
    background: transparent;
    height: 100%;
    width: 70%;
    border-width: 0px 0px 3px 0px;
    border-style: dotted dotted;
    border-color: black black;
    padding: 10px 10px;
}

    .box:after {
        position: absolute;
        content: '';
        height: 3px;
        right: 0px;
        left: 0px;
        top: 0px;
    }*/

h1 {
    font-size: 29px;
}

h2 {
    font-size: 19px;
    letter-spacing: 2%;
}

p {
    font-size: 1rem;
}

a {
    /*font-size: 0.8rem;*/
    color: #007bff;
    text-decoration: none;
}

    a:hover {
        /*font-size: 0.8rem;*/
        color: #007bff;
        text-decoration: underline;
    }

.centermargin {
    margin-left: auto;
    margin-right: auto;
}

.invisibility {
    visibility: hidden;
}

.bandeau-access {
    width: auto;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 2px;
}

.titredegrade {
    font-weight: 200;
    font-size: 1.5rem;
    background-color: white;
    -webkit-text-fill-color: #df1e39;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-left: auto;
    margin-right: auto;
    line-height: 28px;
    padding: 10px 4px;
}

.titrered {
    font-weight: 200;
    font-size: 1.5rem;
    -webkit-text-fill-color: #df1e39;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 4%;
    margin-bottom: 3%;
}

.transparent_list_bg {
    background-color: transparent;
}

.containlogbg {
    margin-left: auto;
    margin-bottom: 30px;
    margin-right: auto;
    height: auto;
    width: 359px;
    border-radius: 1.1rem;
    background-color: #f2f2f2;
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    text-align: center;
    align-items: center;
}

.top-containlog {
    /*position: relative;
    background-image: url(/images/top-containlog.png);
    background-repeat: no-repeat;
    width: 22.4375rem;
    height: 6.0625rem;
    text-align: center;
    align-items: center;
    padding-top: 0.4rem;
    color: white;
    border-radius: 17px 17px 0 0 !important;*/
    position: relative;
    background-image: none !important;
    background-repeat: no-repeat;
    width: auto;
    height: 4.5rem;
    text-align: center;
    align-items: center;
    padding: 13px 0 0 0;
    color: white;
    border-radius: 20px 20px 0 0;
    margin-top: 0px;
    background-color: #df1e39;
    margin-bottom: 1.9rem;
}

    .top-containlog p {
        display: initial;
        font-size: 1.3rem;
        color: white;
        font-weight: 600;
        text-align: center;
        align-items: center;
    }

    .top-containlog b {
        letter-spacing: 0.07rem;
    }

.btn-secondary.active, .btn-secondary:active, .btn-secondary:focus {
    background-color: #c6c6c6;
}

.containcreacompte {
    position: relative;
    margin-left: auto;
    margin-bottom: 30px;
    margin-right: auto;
    height: 121px;
    width: 358px;
    border-radius: 1.1rem;
    background-color: #f2f2f2;
    box-shadow: rgb(255 255 255 / 10%) 0px 1px 1px 0px inset, rgb(50 50 93 / 25%) 0px 50px 100px 3px, rgb(0 0 0 / 30%) 0px 30px 60px -30px;
    text-align: center;
    align-items: center;
    color: #df1e39;
}

.containblanc formerror {
    background-color: red;
}

/*list group item avec fond gris*/
.list-group-item {
    background-color: #f2f2f2;
}

/*MODAL*/
.modal-body-custom {
    position: static;
}

.containpictomail {
    position: absolute;
    top: 65%;
    left: 50%;
    width: 500px;
    margin-top: -250px; /* Half the height */
    margin-left: -250px; /* Half the width */
}

.modal-content-custom, .modal-header-custom {
    border-radius: 1rem;
    border-bottom-left-radius: 0rem;
    border-bottom-right-radius: 0rem;
    border: none;
}

.modal-title-custom {
    line-height: 0;
}

.modal-header-custom {
    float: right;
}

.bgbluemodal {
    background-color: #df1e39;
    color: white;
    box-shadow: 1px 1px 12px #555;
}

.rotate90 {
    transform: rotate(-90deg);
    margin-bottom: 1rem;
    width: 26px;
}

.titlefelicitation {
    font-size: 1.9rem;
    text-transform: uppercase;
    color: #df1e39;
    font-weight: 900;
    letter-spacing: 0.05rem;
    text-align: center;
}

.idemailsend {
    height: auto;
    width: auto;
    border-radius: 8px;
    font-size: 1rem;
    color: black;
    background-color: white;
    padding: 0.5rem 1.5rem 0 1.5rem;
    border-style: dotted;
    border-color: #df1e39;
    border-width: 2px;
    display: inline-block;
}

    .idemailsend p {
        line-height: 2.2rem;
        font-size: 1rem;
        text-align: center;
    }

/* ASTERIX */
/*:required {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #e87b86;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    background-color: #f8d7da;
    font-size: 0.9rem;
    width: 13.5rem;
}*/

input[type=submit] {
    color: #df1e39;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-size: 0.9rem;
    width: 13.5rem;
}

.Civprénomnom {
    color: #df1e39;
    font-size: 1rem;
    font-weight: 300 !important;
    border-bottom: 0px solid #df1e39;
}

.textred09rem {
    color: #df1e39;
    font-size: 0.9rem;
    font-weight: 300;
    border-bottom: 0px solid #df1e39;
}

.linedownblue {
    margin-left: auto;
    margin-right: auto;
    height: auto;
    background-color: #E0E0E0;
    border-bottom: 1px solid #df1e39;
    width: 65%;
    text-align: left;
}

.bgsignature {
    text-align: left;
    width: 65%;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    background-color: #2b2e35;
    color: white;
    background-image: url(/images/bubulle_bg.png);
}

.letterspacing2 {
    color: white;
    letter-spacing: 1px;
}

mark {
    background-color: #df1e39;
    color: #fff;
    border-bottom: 0px solid #df1e39;
    padding-left: 8px;
    padding-top: 6px;
    padding-right: 6px;
    font-size: 0.9rem;
    line-height: 130%;
}

.deco {
    background-image: url("/images/cross-close.png");
    background-repeat: no-repeat;
    margin-left: 1.25rem;
}

    .deco:hover {
        background-image: url("/images/cross-close-blue.png");
        background-repeat: no-repeat;
        margin-top: 3rem;
    }

/*******************************************************************************************************/
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    /* CSS IPHONE 11*/
    button.btn.btn-md.btn-outline-info.btn-rounded.mt-0.mb-3.shadow w-100 {
        display: block;
    }
}

/****************************************************************/
@media only screen and (-webkit-min-device-pixel-ratio: 2.625) {
    /* CSS SAMSUNG A51 A52*/
    button.btn.btn-md.btn-outline-info.btn-rounded.mt-0.mb-3.shadow w-100 {
        display:block;
    }
}

/*******************************************************************************************************/
/*Extra large devices (large desktops, 992px and up)*/
/* Style pour grand desktop  */
@media (min-width: 992px) {
    visuelright {
        background-image: url("/images/2015_photobackg.jpg");
        position: relative;
    }

    .bandeau-access {
        width: auto;
        margin-top: 0px;
        padding-top: 0px;
        padding-bottom: 2px;
        /*-moz-box-shadow: 3px 3px 5px #656565;
    -webkit-box-shadow: 3px 3px 5px #656565;
    -o-box-shadow: 3px 3px 5px #656565;
    box-shadow: 3px 3px 5px #656565;*/
    }

    .logosncf152 {
        height: auto;
        width: 30%;
        border-radius: 0px;
    }

        .logosncf152:hover {
            transform: scale(1.05);
        }

    /*.logosncf152:hover {
            width: 30%;
            border-radius: 14px;
            -moz-box-shadow: 2px 2px 8px 0px #656565;
            -webkit-box-shadow: 2px 2px 8px 0px #656565;
            -o-box-shadow: 2px 2px 8px 0px #656565;
            box-shadow: 2px 2px 8px 0px #656565;
            filter: progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=134, Strength=8);
        }*/

    .h2voyage {
        font-size: 1.4rem;
        color: #df1e39;
        font-style: oblique;
        font-weight: bold;
        letter-spacing: 0.1rem;
        margin-left: 0px;
        margin-right: 0px;
    }

    .accroche012sncf {
        height: 49px;
        width: 377px;
    }

    .logo_ara {
        height: 60px;
        width: 306px;
    }

    .titredegrade {
        /*background: -webkit-gradient(linear, left top, left bottom, from(#82216F), to(#E11D27));*/
        background-color: white;
        -webkit-background-clip: content-box;
        -webkit-text-fill-color: #df1e39;
        font-weight: 200;
    }

    /*   .containlogbg {
        margin-left: auto;
        margin-bottom: 30px;
        margin-right: auto;
        height: auto;
        width: 339px;
        background-color: blue;
        border-radius: 1.1rem;
        background-color: #f2f2f2;
        box-shadow: 1px 1px 12px #555;
        text-align: center;
        align-items: center;
    }

    .top-containlog {
        position: relative;
        background-image: url(/images/top-containlog.png);
        width: 22.4375rem;
        height: 6.0625rem;
        background-repeat: no-repeat;
        font-size: 0,8rem;
        color: white;
        text-align: center;
        align-items: center;
    }*/

    .btn-secondary.active, .btn-secondary:active, .btn-secondary:focus {
        background-color: #c6c6c6;
    }

    /*FORMULAIRE DE CONNECTION*/
    formconnect {
        position: relative;
    }

    img_contour {
        float: left;
    }

    .btn-outline-info {
        color: #df1e39;
        background-color: transparent;
        background-image: none;
        border-color: #df1e39;
        padding-left: 2rem;
        padding-right: 2rem;
        font-size: 1rem;
        text-transform: uppercase;
    }

        .btn-outline-info:hover {
            color: #fff;
            background-color: #df1e39;
            border-color: #df1e39;
        }

        .btn-outline-info:focus, .btn-outline-info.focus {
            box-shadow: 0 0 0 0.4rem rgb(136 136 136 / 21%);
        }

        .btn-outline-info.disabled, .btn-outline-info:disabled {
            color: #df1e39;
            background-color: transparent;
        }

        .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
        .show > .btn-outline-info.dropdown-toggle {
            color: #fff;
            background-color: #df1e39;
            border-color: #df1e39;
        }

            .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
            .show > .btn-outline-info.dropdown-toggle:focus {
                box-shadow: 0 0 0 0.2rem rgba(194, 0, 47, 0.5);
            }

    .btn_ensavoirplus {
        position: absolute;
        font-size: 0.8rem;
        font-weight: 500;
        margin-top: 0.5rem;
        padding-left: 2rem;
        color: #df1e39;
    }
}
/*THE END Style pour grand desktop*/
/***************************************************************************************/
/*Extra large devices (medium desktops, 768px and up)*/
/* Style pour grand desktop  */
@media (min-width: 768px) {
    .logosncf152 {
        height: 14rem;
        width: 14rem;
    }

    .logotopmaster {
        width: 350px;
        margin: 0 auto 0 auto;
    }

    .titredegrade {
        color: #df1e39;
        font-weight: 200;
    }

    .btn-secondary.active, .btn-secondary:active, .btn-secondary:focus {
        background-color: #c6c6c6;
    }

    /*FORMULAIRE DE CONNECTION*/
    formconnect {
        position: relative;
    }

    img_contour {
        float: left;
    }

    .btn-outline-info {
        color: #df1e39;
        background-color: transparent;
        background-image: none;
        border-color: #df1e39;
        padding-left: 2rem;
        padding-right: 2rem;
        width: auto !important;
        font-size: 1rem;
        text-transform: uppercase;
    }

        .btn-outline-info:hover {
            color: #fff;
            background-color: #df1e39;
            border-color: #df1e39;
        }

        .btn-outline-info:focus, .btn-outline-info.focus {
            box-shadow: 0 0 0 0.4rem rgb(136 136 136 / 21%);
        }

        .btn-outline-info.disabled, .btn-outline-info:disabled {
            color: #df1e39;
            background-color: transparent;
        }

        .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
        .show > .btn-outline-info.dropdown-toggle {
            color: #fff;
            background-color: #df1e39;
            border-color: #df1e39;
        }

            .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
            .show > .btn-outline-info.dropdown-toggle:focus {
                box-shadow: 0 0 0 0.2rem rgba(194, 0, 47, 0.5);
            }

    .btn_ensavoirplus {
        position: absolute;
        font-size: 0.8rem;
        font-weight: 500;
        margin-top: 0.5rem;
        color: #df1e39;
        margin: 0.1rem 0 0 0;
    }
}
/*THE END Style pour medium desktops*/
/*****************************************************************************************************/
/*Extra large devices (small screen / phone, 576px and up)*/
/* Style pour petit écrane te téléphone  */
@media (min-width: 576px) {
    .margin576 {
        margin-bottom: 3rem;
    }

    .containlogbg {
        margin-left: auto;
        margin-bottom: 30px;
        margin-right: auto;
        height: auto;
        width: 358px !important;
        border-radius: 1.1rem;
        background-color: #f2f2f2;
        box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
        text-align: center;
        align-items: center;
    }

    .titredegrade {
        color: #df1e39;
        background-color: white;
        height: 71px;
        vertical-align: middle;
        display: block;
        line-height: 50px;
        /*color: #df1e39;
        background-color: white;
        height: 61px;
        vertical-align: middle;
        display: block;
        line-height: 41px;*/
    }

    /*FORMULAIRE DE CONNECTION*/
    formconnect {
        position: relative;
    }

    img_contour {
        float: left;
    }

    .btn-outline-info {
        color: #df1e39;
        background-color: transparent;
        background-image: none;
        border-color: #df1e39;
        padding-left: 2rem;
        padding-right: 2rem;
    }

        .btn-outline-info:hover {
            color: #fff;
            background-color: #df1e39;
            border-color: #df1e39;
        }

        .btn-outline-info:focus, .btn-outline-info.focus {
            box-shadow: 0 0 0 0.4rem rgb(136 136 136 / 21%);
        }

        .btn-outline-info.disabled, .btn-outline-info:disabled {
            color: #df1e39;
            background-color: transparent;
        }

        .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
        .show > .btn-outline-info.dropdown-toggle {
            color: #fff;
            background-color: #df1e39;
            border-color: #df1e39;
        }

            .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
            .show > .btn-outline-info.dropdown-toggle:focus {
                box-shadow: 0 0 0 0.2rem rgba(194, 0, 47, 0.5);
            }

    .btn_ensavoirplus {
        position: absolute;
        font-size: 0.8rem;
        margin-top: 0.5rem;
        color: #df1e39;
        margin: 0.1rem 0 0 0;
        font-weight: 500;
    }
}
/*THE END Style pour small desktops*/
/*IMAGE BACKGROUND DISPARAIT ENTRE 0 et 768px display*/
@media screen and (min-width: 0px) and (max-width: 768px) {
    body {
        /*background-color: #f2f2f2;*/
        background-color: #ffffff;
        background-image: none;
        text-align: center;
    }

        .champs {
            outline: 0;
            -webkit-box-shadow: none;
            box-shadow: none;
            border: none;
            border-bottom-width: medium;
            border-bottom-style: none;
            border-bottom-color: currentcolor;
            border-bottom: 1px solid #df1e39;
            -webkit-border-radius: 0;
            border-radius: 0;
            background-color: #E0E0E0;
            font-size: 0.7rem !important;
            width: 100%;
            height: 2.6rem;
            padding-left: 15px;
            padding-right: 5px;
        }

    .bienvenuetxt {
        font-size: 1.4rem;
        text-align: center;
        line-height: 1.9rem;
        text-transform: uppercase;
        margin-bottom: 2rem !important;
        border-top : 1px dashed black;
        padding-top:2rem;
    }

    small.text-black-50.mb-1 {
        width: 95% !important;
        font-size: 0.9rem;
        display: block !important;
        margin: 0 auto 30px auto;
        text-align: center !important;
        padding: 20px 10px 0 10px !important;
    }

    .modalheadresp {
        height: 8rem;
    }

    .logoNaquitainecontact {
        display: none;
    }

    .titredegrade {
        font-weight: 200;
        font-size: 1.7rem;
        background-color: white;
        -webkit-text-fill-color: #df1e39;
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-left: auto;
        margin-right: auto;
        line-height: 33px;
        /* padding: 10px 4px; */
        display: block;
    }

    .labelcontact {
        text-align: center;
        width: 100%;
    }

    input[type=text], input[type=email] {
        outline: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: none;
        border: 1px solid #dddddd;
        -webkit-border-radius: 0;
        border-radius: 0;
        -webkit-box-sizing: content-box;
        box-sizing: inherit;
        /* background-color: #E0E0E0; */
        font-size: 0.9rem;
        width: 92%;
        /*float: right;*/
        height: 2.2rem;
        margin: 0 0 0 0;
    }

    .btncontact, #accessibilite {
        margin-bottom: 11px;
    }

    div.navbar-header.row.h-100.justify-content-center.align-items-center.float-right.mb-5.mr-0.pr-0 {
        background-color: black;
        padding: 10px 2px 20px 2px;
        position: relative;
        width: 100%;
        height: auto !important;
        z-index: 99;
        top: unset;
        right: unset;
        padding: 20px 20px 20px 20px;
    }

    .header-bg {
        display: none !important;
        position: fixed;
        top: 0px;
        left: -26px;
        width: -webkit-fill-available;
        height: 285px;
        justify-content: center;
        align-items: center;
        display: flex;
        background-image: url(/images/bgNaquitaine_carTrain_solidaire.png);
        background-repeat: no-repeat;
        background-attachment: initial;
        background-position-x: -1246px;
        background-position-y: -122px;
        z-index: -1;
    }

    .logosncf152 {
        width: 50%;
    }

    span#recap_categorie {
        font-size: 22px;
        line-height: 35px;
    }

    a.btncgu {
        width: 100% !important;
        display: block !important;
        height: 40px !important;
        color: #fff;
        font-weight: 300;
    }

    .Rcondition {
        display: block;
        width: auto;
    }
}

.bgsignature {
    text-align: left;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    background-color: #2b2e35;
    color: white;
    background-image: url(/images/bubulle_bg.png);
}

img.card-img.bounceIn.delay-4s {
    width: 95%;
    margin-top: 10px;
    margin-bottom: 20px;
}

.linedownblue {
    margin-left: auto;
    margin-right: auto;
    height: auto;
    background-color: #E0E0E0;
    border-bottom: 1px solid #df1e39;
    width: 100%;
    text-align: left;
}

.w100Left {
    width: 100%;
    text-align: left;
    margin: 0;
}

.champs {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #df1e39;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: #E0E0E0;
    font-size: 1rem;
    width: 100%;
    height: 2.6rem;
    padding-left: 15px;
    padding-right: 5px;
}

.containcategorie {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

div.md-form1pb-2 {
    position: relative;
}

/*i.obligatoire {
    color: red;
    position: absolute;
    left: 48px;
    line-height: 39px;
}

i.obligatoire2 {
    color: red;
    position: absolute;
    left: -19px;
    line-height: 32px;
}*/

.textLeftResp {
    text-align: left;
}

.top-containlog2 {
    /*position: relative;
    background-image: url(/images/top-containlog.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 7.0625rem;
    text-align: center;
    align-items: center;
    padding-top: 0.5rem;
    color: white;
    border-radius: 20px 20px 0 0;
    margin-top: 0px;*/
    position: relative;
    background-image: none !important;
    background-repeat: no-repeat;
    width: auto;
    height: 5rem;
    text-align: center;
    align-items: center;
    padding: 16px 0 6px 0;
    color: white;
    border-radius: 18px 18px 0 0;
    margin-top: 0px;
    background-color: #df1e39;
    margin-bottom: 1.9rem;
}

.containlogbg {
    margin-left: auto;
    margin-bottom: 30px;
    margin-right: auto;
    height: auto;
    border-radius: 1.1rem;
    background-color: #fff;
    /*background-color: #f2f2f2;*/
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    display: block;
    /*margin-left: auto;
    margin-bottom: 30px;
    margin-right: auto;
    height: auto;
    width: 309px;
    border-radius: 1.1rem;
    background-color: #f2f2f2;
    box-shadow: 1px 1px 12px #555;
    text-align: center;
    align-items: center;*/
}

img.eyeslash {
    vertical-align: middle;
    position: absolute;
    height: 14px;
    top: 206px;
    left: 310px;
    cursor: pointer;
}

.texteinfos01 {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    text-align: center;
}

small.text-black-50 {
    /*width: 90%;*/
    display: block !important;
    margin: 0 auto 30px auto;
    text-align: justify;
    display: contents !important;
    padding: 0 20px 0 20px;
}

.textsimulateur {
    font-size: 14px;
    width: 280px;
    font-weight: 600;
    color: #df1e39;
}

.btn-outline-info {
    color: #df1e39;
    background-color: transparent;
    background-image: none;
    border-color: #df1e39;
    width: auto;
    white-space: inherit;
    padding: 8px 28px;
    /*padding-left: 2rem;
        padding-right: 2rem;*/
}

    .btn-outline-info:hover {
        color: #fff;
        background-color: #df1e39;
        border-color: #df1e39;
    }

    .btn-outline-info:focus, .btn-outline-info.focus {
        box-shadow: 0 0 0 0.4rem rgb(136 136 136 / 21%);
    }

    .btn-outline-info.disabled, .btn-outline-info:disabled {
        color: #df1e39;
        background-color: transparent;
    }

    .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
    .show > .btn-outline-info.dropdown-toggle {
        color: #fff;
        background-color: #df1e39;
        border-color: #df1e39;
    }

        .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-info.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.4rem rgb(136 136 136 / 21%);
        }

.btn_ensavoirplus {
    position: absolute;
    font-size: 0.8rem;
    font-weight: 500;
    margin-top: 0.5rem;
    padding-left: 2rem;
    color: #df1e39;
}

.container.logowrapresp {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
    text-align: center;
    display: inline;
}

#blockContainer > div {
    border: 0px dashed #f0f;
}

#blockContainer {
    display: -webkit-box;
    display: -moz-box;
    display: box !important;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical !important;
}

#blockA {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    box-ordinal-group: 2;
}

#blockB {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    box-ordinal-group: 1;
}

smallnumbercard {
    display: -webkit-inline-box;
}

.centerhimg {
    margin-left: auto;
    margin-right: auto;
}

}

.croppie-container .cr-slider-wrap {
    width: 75%;
    margin: 30px auto 15px auto;
    text-align: center;
}

.cr-slider {
    -webkit-appearance: none;
    /*removes default webkit styles*/
    /*border: 1px solid white; */ /*fix for FF unable to apply focus style bug */
    width: 150px;
    /*required for proper track sizing in FF*/
    max-width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: transparent;
}

#btn_deconnexion {
    box-shadow: 1px 1px 12px #555;
}

    #btn_deconnexion:hover {
        color: red;
        text-decoration: underline;
    }

#accessibilite {
    cursor: pointer;
    box-shadow: 1px 1px 4px #555;
    padding: 8px 30px 6px 30px;
    margin-right: 3px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

    #accessibilite:hover {
        text-decoration: underline;
        background-color: #323232 !important;
        color: #fff !important;
    }

.normal {
    -webkit-filter: invert(0%);
    filter: invert(0%);
}

.inverse {
    -webkit-filter: invert(100%);
    filter: invert(100%);
    background-color: black;
    background-image: none;
    margin-top: 0px;
    zoom: 1.1 !important;
    /*color: #000;*/
}

    .inverse div.erreur div.alert.alert-danger {
        background-color: #000;
        color: #fff;
        border: none;
    }

    .inverse .bandeaucivilite {
        background-color: #fff;
        font-size: 103%;
    }

    .inverse * {
        /*color: #cf1416;*/
        box-shadow: none;
    }

    .inverse .top-containlog {
        background-image: none !important;
    }

    .inverse button {
        color: #fff;
        font-weight: normal;
        box-shadow: none !important;
        background-color: black !important;
        outline: none;
        border: none;
    }

        .inverse button:hover {
            color: #fff !important;
        }

        .inverse button.close.text-white {
            background-color: #fff !important;
            color: #000 !important;
        }

    .inverse ::placeholder {
        color: #fff;
    }

    .inverse div {
        box-shadow: none !important;
        background-color: white !important;
        outline: none;
        border: none;
        color: black;
    }

        .inverse div .h2titreblanc {
            background-color: white !important;
            color: black;
        }

    .inverse .header-bg {
        background-image: none;
    }

    .inverse .bandeaubleutitrepassword {
        background-color: #fff;
    }

        .inverse .bandeaubleutitrepassword .titre768 {
            color: #000 !important;
        }

    /*.inverse img {
        -webkit-filter: invert(0%);
        filter: invert(0%);
        background-color: transparent;
    }*/
    .inverse .bandeaublack {
        color: #000 !important;
        background-color: #fff;
    }

    .inverse input {
        box-shadow: none !important;
        background-color: black !important;
        color: white;
        border: 4px solid black !important;
    }

    .inverse .customcheck input:checked ~ .checkmark {
        background-color: #2370ce;
        border-radius: 5px;
    }

    .inverse mark {
        background-color: #ffffff;
        color: #fff;
        border-bottom: 0px solid #000000;
        padding-left: 8px;
        padding-top: 6px;
        padding-right: 6px;
        font-size: 0.9rem;
        line-height: 130%;
        font-size: 1.1rem;
        letter-spacing: 0.1rem;
    }

    .inverse .bgbluemodal {
        background-color: #fff;
    }

    .inverse #recap_categorie, .inverse #recap_type_demande {
        font-size: 1.1rem;
        letter-spacing: 0.1rem;
        font-family: Roboto;
        text-shadow: none !important;
    }

    .inverse .bgsignature {
        box-shadow: none !important;
        background-color: #dcdada !important;
    }

    .inverse title {
        font-size: 2rem;
    }

    .inverse button.btn.btn-default.fileinput-remove.fileinput-remove-button {
        color: #fff !important;
        background-color: #000000 !important;
        -webkit-text-fill-color: #fff !important;
    }

        .inverse button.btn.btn-default.fileinput-remove.fileinput-remove-button span {
            color: #fff !important;
            -webkit-text-fill-color: #fff !important;
        }

    .inverse i {
        color: #000 !important;
    }

    .inverse input[type=checkbox] {
        color: #fff !important;
    }

    .inverse a, .inverse label, .inverse p, .inverse strong, .inverse small, .inverse h1, .inverse h2, .inverse h3, .inverse h4, .inverse h5, .inverse h6, .inverse u, .inverse span, .inverse h2 span {
        color: black !important;
        -webkit-text-fill-color: black !important;
    }

body.inverse div#message_modification div.alert.alert-danger.mr-3.ml-3 {
    /*color: red !important;
    -webkit-text-fill-color: red !important;*/
    background-color: #46ddff !important;
}

body.inverse i.obligatoire {
    color: #46ddff !important;
}

/*.inverse .btn.btn_accessibilite_active, .inverse .btn.btn_accessibilite_active {
        background-color: black;
        border: none;
    }*/

.btn_accessibilite {
    color: #fff;
    background-color: #000;
    background-image: none;
    border-color: #000;
    padding-left: 2rem;
    padding-right: 2rem;
}

.btn_accessibilite_active {
    color: white;
    background-color: #000;
    background-image: none;
    border-color: #000;
    padding-left: 2rem;
    padding-right: 2rem;
}

/*.modal-accessibilite{
    overflow:hidden;
}

*/

.modal-content-accessibilite {
    border-radius: 10px;
    /*border: solid 1px #c6c6c6;*/
    box-shadow: 1px 1px 12px #555;
    padding: 0px;
    border: 6px solid #df1e39 !important;
}

/*.modal-title-accessibilite {
    padding-top: 10px;
}

.modal-header-accessibilite {
    padding: 10px;
}

.modal-body-accessibilite {
    padding-left: 22px;
    padding-right: 22px;
}

.modal-footer-accessibilite {
    padding:5px;
}*/

.hr-certification {
    border: solid 1.5px #4998D2;
}

.label-certification {
    color: #4998D2;
    font-weight: bold;
}

.message-code-papier {
    background-color: #ffe28e;
    border: dotted;
}

/**************/

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #df1e39;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    background-color: #df1e39;
}

/*********************/

.btn-outline-calcul {
    color: white;
    background-color: transparent;
    background-image: none;
    border-color: white;
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 1.2rem;
}

    .btn-outline-calcul:hover {
        color: #df1e39;
        background-color: white;
        background-image: none;
        border-color: white;
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .btn-outline-calcul:not(:disabled):not(.disabled):active, .btn-outline-calcul:not(:disabled):not(.disabled).active, .show > .btn-outline-calcul.dropdown-toggle {
        color: white;
        background-color: white;
        border-color: white;
    }

/*************/

.animelogonaquitaine {
    animation-duration: 2s;
    animation-delay: 5s;
    animation-iteration-count: initial;
}

/***********************************/

/*.kv-file-content, */ .file-footer-caption, .file-thumb-progress, .file-upload-indicator, .kv-file-remove, /*kv-file-zoom,*/ .kv-file-upload {
    display: none !important;
}

.file-drop-zone {
    margin: 0 !important;
    border: 0 !important;
    padding: 0 !important;
}

.file-thumbnail-footer {
    height: 0px !important;
}

/*ANIMATION MESSAGE ERROR SHAKE AVERTISSEMENT*/

#avertissement, #message_modification, #messalert12, #messalert13, #messalert14, #messalert16, #messalert17, #messalert18, #messalert19, #messalert20, #messalert21, #messalert22 {
    animation-name: horizontal-shaking;
    animation-iteration-count: 9;
    animation-duration: 0.6s;
}

@keyframes horizontal-shaking {
    0% {
        transform: translateX(0)
    }

    25% {
        transform: translateX(5px)
    }

    50% {
        transform: translateX(-5px)
    }

    75% {
        transform: translateX(5px)
    }

    100% {
        transform: translateX(0)
    }
}
