:root {
    --parag: 1rem;
}

@font-face {
    font-family: "Waldenburg";
    src:
        url('../../font/waldenburg/KMR-Waldenburg-Halbfett.woff2') format('woff2'),
        url('../../font/waldenburg/KMR-Waldenburg-Halbfett.ttf') format('truetype')
    ;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Waldenburg";
    src:
        url('../../font/waldenburg/KMR-Waldenburg-Fett.woff2') format('woff2'),
        url('../../font/waldenburg/KMR-Waldenburg-Fett.ttf') format('truetype')
    ;
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

body
{
    background-color: #E5E9F2;
    font-family: "Waldenburg", system-ui, sans-serif;
}

#main
{
    margin-top: 100px;
    width: 88%;
}

h1
{
    font-size: 22px;
    font-weight: bold;
    border-bottom: 3px solid #3886AD;
    display: inline;
}

h1.sous-titre
{
    display: block;
    border: none;
}

form, .cadre-blanc
{
    padding: 2.5rem;
    background-color: white;
    border-radius: 4px;
    margin-top: 25px;
    margin-bottom: 2rem;
}

.modal-body form {
    padding: 0;
}

label, legend
{
    font-weight: bold;
}

#question_sections .form-check-label
{
    font-weight:normal ;
}

ul > li
{
    list-style: none;
}

.btn-co
{
    border-radius: 4px;
    border: none;
    background-color: #3886AD;
    border: 1px solid #3886AD;
    color: white;
}

.btn-co:hover, .btn-show, .btn-show:hover
{
    background-color: transparent;
    color: #3886AD;
    border: 1px solid #3886AD;
}

.btn-del, .btn-del:hover
{
    border-radius: 4px;
    border: none;
    background-color: #e53c3c;
    border: 1px solid red;
    color: white;
}

.btn-list a
{
    width: 18.5%;
}

.btn-back, .btn-back:hover
{
    background: none;
    color: #919191;
    margin-right: 60px;
    border: none;
}

#backArrow
{
    cursor: pointer;
}

.table
{
    border-color: #3886AD;
}

.border-bottom-alt
{
    border-bottom: 2px solid #3886AD;
}

th, td
{
    padding: .5rem 0 .5rem 0 !important;
    vertical-align: middle;
}

.btn-duo
{
    float: right;
}

.btn-duo-2
{
    float: right;
  grid-template-columns: repeat(3, 1fr);
  display: grid;
  grid-row-gap: 10px;
  grid-column-gap: 10px;
}

.concours-info
{
    white-space: pre-line;
}

#container
{
    width: 88%;
    margin: 0 auto;
    margin-top: 100px;
}

input, textarea, select
{
    border-color: #909297 !important;
    /* variante encore plus foncée si on nous en fait la demande : #73757a */
    border-style: solid !important;
    border-radius: 4px;
}

select
{
    background-color: white;
    border-radius: 4px;
}

.form-label.required:after {
    content: " *";
    color: #F44336;
}

#section_couleur
{
    width: 10%;
}

.w-20
{
    width: 20%;
}


.form-filter, .cadre-blanc form
{
    padding: 0;
}

td a, td a:hover
{
    color: inherit;
}

ul.jury-ul, .note-editor
{
    padding: 0;
    margin: 0;
}

li.jury-li
{
    display: inline-block;
    padding-right: 2rem;
}

.oversized-counter {
    font-size: 100px;
    color: #3886AD;
    font-weight: bold;
    text-decoration: underline;
}

.oversized-counter-caption {
    font-size: 22px;
    color: #3886AD;
    font-weight: bold;
}

.color-blue
{
    color: #3886AD;
}

.card-template
{
    margin-bottom: 1rem;
}

#edit-table
{
    padding-top: 0;
    margin-top: 0;
}

.button-child-reset > a, .button-child-reset > a:hover
{
    margin-right: 0;
}

.nav-tabs .nav-link
{
    color:#3886AD !important;
}

#contact_phone_row {
    display: none;
}

#slipperCarousel
{
    overflow: hidden;
}

#slipperCarousel .carousel__prev
{
    left: 0px;
}


#slipperCarousel .carousel__next
{
    right: 0px;
}

#slipperCarousel .carousel__pagination__button
{
    background-color: #3886AD;
}

.bloc-epreuve
{
    margin-right : 1rem;
}

.btn-block
{
    display: block;
    margin: 0;
    width: 100%;
    font-weight: bold;
    padding: 2rem;
}

.btn-add-form, .btn-add-form:hover
{
    color: #3886AD;
    float: right;
}

.btn-remove-form, .btn-remove-form:hover
{
    color : #e53c3c;
    float: right;
}

.border-none td
{
    border: none;
}

#ville-select
{
    width: 150px;
}

#selectionnez {
    color: gray;
}

.cadre-blanc-ville
{
    padding: 1.25rem 2.5rem;
    background-color: white;
    border-radius: 4px;
    margin-top: 25px;
    margin-bottom: 3rem;
}

/* BARRE PROGRESSION HOMEPAGE USER */
a .step-name
{
    color: black;
}

.chevron
{
    display: inline;
    position: relative;
    top: 2px;
}

.dashboard-check
{
    text-align: center;
}

.dashboard-check .chevron
{
    top : 4px;
}

.dashboard-check-ok .step-name
{
    top : 4px;
}

.checked
{
    height: 30px;
}

.step
{
    width: 30px; /* Largeur du cercle */
    height: 30px; /* Hauteur du cercle */
    border-radius: 50%; /* Pour rendre le bord arrondi et créer un cercle */
    display: inline-block; /* Pour que le conteneur occupe juste l'espace nécessaire */
    text-align: center; /* Pour centrer le chiffre à l'intérieur */
    line-height: 23px; /* Pour centrer verticalement le chiffre */
    font-weight: 600;
    font-size: 18px;
}

.step-name
{
    display: inline;
    left: 1rem;
    position: relative;
    font-size: 18px;
}

.dashboard-check-current .step
{
    border: 3px solid #3886AD; /* Couleur, épaisseur et style de la bordure */
    color: #3886AD; /* Couleur du chiffre */
}

.dashboard-check-pending .step
{
    border: 3px solid lightgray; /* Couleur, épaisseur et style de la bordure */
    color: #000; /* Couleur du chiffre */
}


/* BARRE PROGRESSION INSCRIPTION à UNE SECTION */
.step-name-creation
{
    display: inline;
    font-size: 18px;
    left: 0.5rem;
    position: relative;
    font-weight: 600;
}

.checked-creation
    {
        height: 30px;
    }

.creation-process a
{
    color: #000;
}

form[name="formation_scolaire"],form[name="formation_artistique"], .final-form form[name="form"]
{
    padding: 0;
    background-color: inherit;
    border-radius: none;
    margin-top: 0;
    margin-bottom: 0;
}

form[name="formation_scolaire"] .col-form-label,form[name="formation_artistique"] .col-form-label,form[name="questions_generales"] .col-form-label
{
    font-size: 1.1rem;
}

form[name="formation_scolaire"] .form-label,form[name="formation_artistique"] .form-label,form[name="questions_generales"] .form-label
{
    font-weight: 500;
}

form[name="formation_artistique"] label, [name="questions_generales"] .col-form-label
{
    margin-left: 0;
}

.recap-section-name
{
    border: #E5E9F2 solid 1px;
    border-radius: 4px;
}

.recap-title-name
{
    font-size: 1.1rem;
    font-weight: bold;
}

.recap-section-elem
{
    color : gray;
    border: #E5E9F2 solid 1px;
    border-radius: 4px;
}

.d-switch
{
    display: inline;
}

@media screen and (max-width: 1440px) {
    .btn-co, .btn-co:hover, .btn-show
    {
        font-size: 0.9rem;
    }

    .checked
    {
        height: 25px;
    }

    .step-name {
        display: inline;
        font-size: 16px;
        left: 0.5rem;
        position: relative;
      }

      .step
      {
        width: 25px;
        height: 25px;
        border-radius: 50%;
        display: inline-block;
        text-align: center;
        line-height: 14px;
        font-weight: 600;
        font-size: 16px;
      }

      .dashboard-check .chevron
      {
        top : -1px;
      }


    .step-name-creation {
        display: block;
        font-size: 12px;
        left: 0;
        position: relative;
      }

    .d-switch
    {
        display: block;
        text-align: center;
    }
  }

  @media screen and (max-width: 768px) {
    .step-name {
      display: block;
      font-size: 12px;
      left: 0;
      position: relative;
    }

    .table-responsive td
    {
        min-width : 90px;
    }

    .table-responsive .btn-duo .btn
    {
        margin-bottom: 5px;
    }
}

@media screen and (min-width: 992px) {
    .pay-block {
      height: 276px !important;
    }
}

#ogone.pay-block
{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* PAGE RESULTATS */
.btn input[type="radio"] {
    display: none;
}

.absent_button input[type="checkbox"] {
    display: none;
}

.btn-vert, .btn-vert:hover {
    background-color: white;
    border: #3bc384 2px solid;
    color: #3bc384;
}

.btn-jaune, .btn-jaune:hover {
    background-color: white;
    border: #f5c75a 2px solid;
    color: #f5c75a;
}

.btn-rouge, .btn-rouge:hover {
    background-color: white;
    border: #d94250 2px solid;
    color: #d94250;
}

.btn.active.btn-vert {
    background-color: #3bc384;
    border: #2a8e5f 2px solid;
    color: white;
}

.btn.active.btn-jaune {
    background-color:  #f5c75a;
    border: #f1b52a 2px solid;
    color: white;
}

.btn.active.btn-rouge {
    background-color: #d94250;
    border: darkred 2px solid;
    color: white;
}

.item-unactive {
    color: #6c757d;
    text-decoration: line-through;
    font-style: italic;
}
