html {
  font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }

    .crs-formulaire {
        height: calc(100% - 110px)
    }
}

@media (max-width: 768px){
    .bg-sl-bt{
        width: 170px;
    }

    .bg-sl-bl {
        width: 68px;
    }

    .formulaire-act {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .crs-formulaire {
        height: calc(100% - 80px)
    }

    .title-postulation {
        padding-bottom: 0rem !important;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  height:100%;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
  height:100%;
}

.grecaptcha-badge {
    z-index: 2;
}

.formulaire-postulation {
    height: calc(100% - 60px);
    position:relative;
}

.bg-sl-bt {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index:1;
}

.bg-sl-bl {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.bg-sl-tl {
    background-image: url("../img/bg-sl-tl.png");
    background-repeat: no-repeat;
    background-color: #c0c0c04a;
}



ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.btn-outline-primary {
    font-weight: bold;
    color: #FF5100;
    border-color: #FF5100;
}

    .btn-outline-primary:hover {
        background-color: #FF5100;
        border-color: #FF5100;
    }

.crs-formulaire {
    background: white;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 0.125rem 0px, rgba(0, 0, 0, 0.14) 0px 0.5rem 1rem 0px;
    position:relative;
    z-index:2;
    opacity: 0.8;
    overflow:auto;
}

.crs-formulaire-flow {
    height: 100%;
    overflow: auto;
}

    .crs-formulaire-flow form {
        padding: 25px;
    }


.crs-formulaire-footer {
    line-height: 1.3;
    font-size: 0.75rem;
    background-color: #f5f5f5cc
}

    .crs-formulaire-footer p{
        text-align:justify;
    }

    .crs-preformulaire {
        position: relative;
        z-index: 2;
    }

.section-title {
    background: #FF5100;
    color: white;
    padding: 10px;
    border-radius: 4px;
    margin-top: 10px;
}

    .section-title.check {
        background-color: silver;
        color:black
    }

        .section-title.check.admissible {
            background-color: green;
            color: white;
        }

        .section-title.check.non-admissible {
            background-color: red;
            color:white;
        }

    .form-control {
        padding: .75rem;
    }

.formulaire-choix li {
    border: 1px solid silver;
    border-radius: 4px;
    margin: 5px 0px;
    padding: .75rem;
    display: flex;
    flex-direction: row;
}

    .formulaire-choix li:hover, .formulaire-choix li span:hover {
        cursor: pointer;
    }

.formulaire-choix.check li:not(.admissible) {
    background-image: url("../img/achure.png");
}

input.box17 {
    transform: scale(1.7);
}

.input-group-text.btn{
    border-radius: 4px !important;
}

.form-label.disabled{
    color: silver;
}

label.active{
    font-weight:bold;
}

.formulaire-choix li.active {
    border: 2px solid #0d6efd82;
    background: #0d6efd2b;
}

.formulaire-choix li.active span {
    font-weight:bold;
}

label.document-info{
    font-size:0.8em;
    margin-top:15px;
    color:gray;
}

.document-name {
    margin-top: 15px;
}

.document-name i{
    margin-right: 10px;
    font-size: 1.3em;
}

.formulaire-choix li.admissible {
    border: 2px solid green;
    background: #00800026;
}

.formulaire-choix li.non-admissible {
    border: 2px solid red;
    background: #ff00002b;
}

.asterix-required{
    color:red;
}