@font-face {
    font-family: KGHAPPY;
    src: url('/fonts/KGHAPPY.ttf');
}

@font-face {
    font-family: PROXIMA;
    src: url('/fonts/PROXIMA.ttf');
}

.titreTopPage {
    font-size: 85%;
    font-style: italic;
    color: #777;
    border-bottom: 1px solid #ddd;
    text-transform: uppercase;
}

a.no-u,
a.no-u:hover,
a.no-u:visited,
a.no-u:active {
    text-decoration: none;
}

.mw1500 {
    max-width: 1500px;
}

.mw1000 {
    max-width: 1000px;
}

.table-mini {
    width: 800px;
}

.text-muted2 {
    color: #b9b9b9;
}

.aLabel,
.aLabel:visited,
.aLabel:hover,
.aLabel:active {
    text-decoration: underline;
    color: #fff;
}

form hr {
    border-top-color: #ddd;
}

.bold {
    font-weight: bold;
}

.icon-pad {
    padding-right: 10px;
}

.form-group {
    width: 85%;
}

.table-responsive table {
    min-width: 1000px;
}

.affix {
    top: 10px;
}

.initScroll {
    overflow: auto;
    border: 1px solid #e7e7e7;
}

@-moz-document url-prefix() {
    fieldset {
        display: table-cell;
    }
}

hr {
    border-top-color: #333;
}

.hr2 {
    border-top-color: #cfcfcf;
}

.btn-gris {
    color: #fff;
    background-color: #777;
    border-color: #777;
}

.pasdesautdepage {
    break-inside: avoid;
}

.sautdepage {
    page-break-after: always;
}

.modal-body {
    font-size: 14px;
    line-height: 1.4;
}

.titreLettre {
    padding: 10px;
    border: #ddd 1px solid;
    background-color: #f5f5f5;
    font-weight: bold;
    text-align: center;
    margin: 40px 0;
    border-radius: 2px;
    text-transform: uppercase;
}

footer {
    margin-top: 30px;
    color: #777;
}

fieldset {
    border: 1px solid #777;
    margin-right: 5px;
    padding: 5px;
}

fieldset legend {
    color: #777;
    border: 0;
    margin-bottom: 0;
    padding: 0 5px;
}

.botNav {
    position: fixed;
    bottom: 0;
    background-color: #f5f5f5;
    border-top: 1px solid #e3e3e3;
    padding: 15px 30px;
    margin-left: -30px;
    width: 100%;
}

.TBetiquette {
    width: 100%;
    border-spacing: 0;
    font-size: 11px;
    line-height: 1.3em;
    /*background-image: url('/img/logo_fd.png');*/
}

.TBetiquette td {
    padding: 5px;
    height: 143px;
    text-align: center;
}

.jsLink {
    cursor: pointer;
}

.tooltip-inner {
    max-width: 400px;
    /* If max-width does not work, try using width instead */
    /*width: 350px;*/
}

.bg-muted {
    background-color: #f2f2f2;
}

.dt-buttons {
    margin-bottom: 10px;
}

.pagination {
    font-size: 85%;
}

h3 {
    color: #777;
}

.form-control-titre {
    border: 1px solid #ccc;
    border-radius: 2px;
    padding: 5px;
}

.form-control-titre option {
    /*font-size: 32px;*/
}

.dt-buttons>.btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
}

.alert {
    padding: 10px;
}

/*margin*/
.mt0 {
    margin-top: 0;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt50 {
    margin-top: 50px;
}

.mt70 {
    margin-top: 70px;
}

.mr5 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.ml5 {
    margin-left: 5px;
}

.ml10 {
    margin-left: 10px;
}

.ml20 {
    margin-left: 20px;
}

.mb0 {
    margin-bottom: 0;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb70 {
    margin-bottom: 70px;
}

.pl20 {
    padding-left: 20px;
}

.pl10 {
    padding-left: 10px;
}

.pl5 {
    padding-right: 5px;
}

.pr5 {
    padding-left: 5px;
}

/*fin margin*/


.container-fluid {
    padding-left: 30px;
    padding-right: 30px;
}

label {
    font-size: 12px;
}

.checkbox label {
    font-size: 14px;
}

.navbar {
    border-radius: 0;
}

.nav-tabs {
    margin-bottom: 10px;
}

.panel-body .table {
    margin-bottom: 0;
}

.nav-tabs>li.li-label {
    float: right;
}

.nav-tabs>li.li-label>a {
    float: right;
    background-color: transparent;
    padding: 10px 3px;
}

.nav-tabs>li.li-label>a:hover {
    background-color: transparent;
    border: 1px solid transparent;
}

.table>thead>tr>th {
    font-size: 12px;
}

.label-violet {
    background-color: #9e69f6;
}

.label-rose {
    background-color: #f29fc5;
}

.label-gris {
    background-color: #bababa;
}

.dropdown-header {
    font-size: 14px;
}


/*ENTETE IMPRESSION*/

#divContent {
    width: 100%;
    display: table;
}

#divFooter,
#divHeader {
    font-size: 85%;
    font-style: italic;
    color: #777;
}

#divHeader {
    display: table-header-group;
}

#divFooter {
    display: table-footer-group;
}

#divMain {
    display: table-row-group;
}

.bckGris {
    background-color: #ccc;
}



/* fiche sanitaire */

#fiche-sanitaire {

    width: 100%;
}


#fiche-sanitaire table {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;

}

#fiche-sanitaire table td {

    padding: 8px 12px;
    border: 2px solid #009fe3;
}

#fiche-sanitaire input[type=checkbox] {

    display: inline-block;
    width: 40px;
    height: 16px;
    vertical-align: top;
}

#fiche-sanitaire {
    width: 100%;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 12px;

}

#fiche-sanitaire .responsable,
#fiche-sanitaire .vaccins {
    width: 100%;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 12px;

}

#fiche-sanitaire .form-group {

    flex: 100%;
    height: auto;

}

#fiche-sanitaire h3,
#fiche-sanitaire h4 {

    display: inline-block;
    width: 100%;
    text-align: left;
    margin-top: 20px;
}

#fiche-sanitaire textarea {

    min-width: 100%;
}

#fiche-sanitaire .form-group:has(input[type=checkbox]) label {
    max-width: calc(100% - 45px);
}

#fiche-sanitaire div.form-control {
    border-color: #EEEEEE;
}

@media (min-width: 768px) {

    #fiche-sanitaire .responsable,
    #fiche-sanitaire .vaccin {

        flex: 0 calc(50% - 84px);

    }

    #fiche-sanitaire .responsable .form-group:has(#u_genre),
    #fiche-sanitaire .responsable .form-group:has(#resp1_genre),
    #fiche-sanitaire .responsable .form-group:has(#resp2_genre),
    #fiche-sanitaire .responsable .form-group:has(#resp3_genre) {

        flex: 0 120px;
    }

    #fiche-sanitaire .form-group:has(#u_nom),
    #fiche-sanitaire .form-group:has(#u_prenom) {

        flex: 0 calc(50% - 72px);

    }

    #fiche-sanitaire .responsable .form-group:has(#resp1_nom),
    #fiche-sanitaire .responsable .form-group:has(#resp1_prenom),
    #fiche-sanitaire .responsable .form-group:has(#resp2_nom),
    #fiche-sanitaire .responsable .form-group:has(#resp2_prenom),
    #fiche-sanitaire .responsable .form-group:has(#resp3_nom),
    #fiche-sanitaire .responsable .form-group:has(#resp3_tel) {

        flex: 0 calc(50% - 72px);

    }

    #fiche-sanitaire .form-group:has(#u_mail),
    #fiche-sanitaire .form-group:has(#u_mail2),
    #fiche-sanitaire .form-group:has(#u_tel1),
    #fiche-sanitaire .form-group:has(#u_tel2),
    #fiche-sanitaire .form-group:has(#u_nation),
    #fiche-sanitaire .form-group:has(#u_regime),
    #fiche-sanitaire .form-group:has(#u_secu),
    #fiche-sanitaire .form-group:has(#u_caf),
    #fiche-sanitaire .form-group:has(#fiche_taille),
    #fiche-sanitaire .form-group:has(#fiche_poids),
    #fiche-sanitaire .form-group:has(#alerg_alim),
    #fiche-sanitaire .form-group:has(#alerg_medic),
    #fiche-sanitaire .form-group:has(#alerg_autre),
    #fiche-sanitaire .form-group:has(#alerg_detail),
    #fiche-sanitaire .form-group:has(.radio-txt),
    #fiche-sanitaire .form-group:has(.radio-group),
    #fiche-sanitaire .form-group:has(#lcv_cp),
    #fiche-sanitaire .form-group:has(#lv_id),
    #fiche-sanitaire .form-group:has(#a_ad1),
    #fiche-sanitaire .form-group:has(#a_ad2),
    #fiche-sanitaire .form-group:has(#a_ad3),
    #fiche-sanitaire .form-group:has(#infos_skiNiveau),
    #fiche-sanitaire .form-group:has(#infos_pointure),
    #fiche-sanitaire .form-group:has(.txt-signature),
    #fiche-sanitaire .form-group:has(.signature) {

        flex: 0 calc(50% - 6px);

    }

    #fiche-sanitaire .form-group:has(#lcv_cp) {

        flex: 0 120px;
    }

    #fiche-sanitaire .form-group:has(#lv_id) {

        flex: 0 calc(50% - 138px);

    }

    #fiche-sanitaire .responsable .form-group:has(#resp1_tel1),
    #fiche-sanitaire .responsable .form-group:has(#resp1_tel2),
    #fiche-sanitaire .responsable .form-group:has(#resp1_tel3),
    #fiche-sanitaire .responsable .form-group:has(#resp2_tel1),
    #fiche-sanitaire .responsable .form-group:has(#resp2_tel2),
    #fiche-sanitaire .responsable .form-group:has(#resp2_tel3) {

        flex: 0 calc(33% - 8px);

    }


}

#fiche-sanitaire td:has(input[type="date"]:disabled) {

    background: #DDDDDD;

}

#fiche-sanitaire p,
#fiche-sanitaire ul {

    width: 100%;

}

#fiche-sanitaire .txt-signature {

    margin: 0;
    line-height: 1.2;
    font-size: 15px;
}

#fiche-sanitaire .signature {

    display: block;
    width: 100%;
    height: 120px;
    padding: 6px 18px;

    font-size: 16px;
    line-height: 1.42857;
    color: #a0a0a0;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

#fiche-sanitaire .radio-group {
    display: inline-block;
    width: auto;
    padding: 8px 12px;
}

#fiche-sanitaire .radio-group label,
#fiche-sanitaire .radio-group input {
    display: inline-block;
    width: auto;
}

#fiche-sanitaire .radio-group label {
    margin-left: 8px;
}




.form-group.upload-doc,
.form-group.upload-doc.invalid {
    padding: 8px 12px;
    border: 0.5px solid #a94442;
    background: #f2dede;
    border-radius: 4px;

    padding-bottom: 20px;
    margin-bottom: -14px;
    font-size: 12px;
}


.form-group.upload-doc.uploaded {
    border: 0.5px solid #ec971f;
    background: #fff1d6;
}

.form-group.upload-doc.verified {
    border: 0.5px solid #72b62b;
    background: #e4ead6;

}

.form-group.upload-doc.invalid .valid-doc {
    color: #a94442;
    font-weight: bold;
}




.form-group.upload-doc .file-check {

    width: 20px;
    height: 20px;
    margin-right: 8px;
    accent-color: #72b62b;
    vertical-align: top;
    font-size: 14px;
}

.form-group.upload-doc label {
    min-height: 20px;
    vertical-align: middle;
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
    max-width: calc(100% - 28px);
    padding-top: 4px;
}

.form-group.upload-doc input[type="file"] {
    margin-top: 8px;
    font-size: 12px;
}

span.sprite-rouge {

    width: 12px;
    height: 12px;
    display: inline-block;
    border: 0.5px solid #a94442;
    margin-right: 4px;
    border-radius: 4px;
    background: #f2dede;
    vertical-align: middle;

}

span.sprite-orange {

    width: 12px;
    height: 12px;
    display: inline-block;
    border: 0.5px solid #ec971f;
    margin-right: 4px;
    border-radius: 4px;
    background: #fff1d6;
    vertical-align: middle;


}

span.sprite-vert {

    width: 12px;
    height: 12px;
    display: inline-block;
    border: 0.5px solid #72b62b;
    margin-right: 4px;
    border-radius: 4px;
    background: #e4ead6;
    vertical-align: middle;


}

#affichPiece {
    margin-top: 8px;
    margin-bottom: 20px;
}



#preInscrView {
    position: relative;
    width: 100%;
    height: auto;
    max-height: 32px;
    transition: max-height ease-out 0.4s;
    padding: 8px;
    color: #555;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 6px;
    margin: 12px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;

    overflow: hidden;
}

#preInscrView.open {
    height: auto;
    max-height: 640px;
    transition: max-height linear 0.4s;
}

#preInscrView h3 {
    display: block;
    width: 100%;
    font-size: 14px;
    margin: 0;
    margin-bottom: 8px;

}

#preInscrView h3.preInscr::after {
    display: inline-block;
    content: "\25b2";
    width: 24px;
    height: 24px;
    border: #FFFFFF 2px solid;
    border-radius: 50%;
    font-size: 16px;
    text-align: center;
    line-height: 17px;
    position: absolute;
    right: 4px;
    top: 4px;
    cursor: pointer;
    pointer-events: all;
    background: #BBBBBB;
    transform: rotate(180deg);
}

#preInscrView.open h3.preInscr::after {
    transform: rotate(0deg);
}

#preInscrView .note {
    display: block;
    width: 100%;
}

#preInscrView .step {
    flex: 1 140px;
    margin: 4px 12px 12px 12px;
    border: 0.5px solid #ec971f;
    background: #fff1d6;
    border-radius: 6px;
    padding: 4px 8px;
    text-align: center;
}

#preInscrView .step.ok {

    border: 0.5px solid #72b62b;
    background: #e4ead6;
}

#preInscrView .step input {

    margin-right: 8px;
}

.btn#genToken {
    float: right;
}





#jdv-erreurs {

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 12px;
}



#jdv-erreurs .col-erreur {

    flex: 1 400px;
}