﻿.form-group:empty{display:none}.form-group label,.form-group .label-form{display:block;margin-bottom:10px;font-weight:600;text-transform:uppercase;color:var(--primary-color)}.form-group label small,.form-group .label-form small{text-transform:none;color:var(--color-black);font-weight:400}.form-group label:has(img),.form-group .label-form:has(img){margin-bottom:0}.form-group label:has(img) img,.form-group .label-form:has(img) img{display:block;max-width:100%;height:auto}.form-group label:has(.edglyph),.form-group .label-form:has(.edglyph){display:flex;align-items:center;gap:10px}.form-group label:has(.edglyph) .edglyph,.form-group .label-form:has(.edglyph) .edglyph{line-height:0}.form-group label .edglyph,.form-group .label-form .edglyph{text-transform:none}.form-group label .edglyph.ed-asterisk,.form-group .label-form .edglyph.ed-asterisk{color:var(--error-color)}.form-group .form-control{display:block;align-content:center;flex:1;width:100%;min-width:0;border:2px solid rgba(var(--color-black-rgb), 0.1);border-radius:5px;padding:0 20px;height:50px;background:var(--color-white);font-size:18px;font-weight:500;transition:.2s ease-in-out}.form-group .form-control[readonly]{color:var(--primary-color);border:0 none;background:repeating-linear-gradient(45deg, rgba(var(--primary-color-rgb), 0.1), rgba(var(--primary-color-rgb), 0.1) 10px, var(--color-white) 10px, var(--color-white) 20px)}.form-group .form-control[type=file]{padding:5px;cursor:pointer}.form-group .form-control[type=file]::file-selector-button{display:inline-flex;align-items:center;padding:0 20px;height:36px;border-radius:5px;border:2px solid var(--primary-color);font-weight:500;font-size:var(--base-font-size);background:var(--primary-color);color:var(--color-white);transition:.2s ease-in-out;min-width:0}.form-group .form-control[type=file]::file-selector-button:hover{background:transparent;color:var(--primary-color)}.form-group .form-control::placeholder{font-weight:400;color:var(--primary-color);font-size:16px;opacity:.5}.form-group .form-control:hover{border:2px solid rgba(var(--color-black-rgb), 0.5)}.form-group .form-control:hover::placeholder{opacity:.25}.form-group .form-control:focus{opacity:1;border-color:var(--primary-color)}.form-group .form-control:focus::placeholder{opacity:0}.form-group textarea.form-control{padding:10px;min-height:128px;resize:none}.form-group .select-group{display:flex}.form-group .select-group>div{flex-grow:1;margin:0 5px}form p{margin:10px 0}form p:first-child{margin-top:0}form p:last-child{margin-bottom:0}.checkbox{display:inline-flex}.checkbox input{display:none}.checkbox input:checked+label{color:var(--tertiary-color)}.checkbox input:checked+label:before{content:"Ù"}.checkbox label{display:flex;align-items:center;cursor:pointer;color:var(--color-black);font-weight:500;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;max-width:100%;min-width:0;margin:0}.checkbox label:before{margin-right:5px;margin-top:2px;font-weight:400;font-size:24px;line-height:0;content:"Ø";font-family:"edglyph"}.checkbox label:hover{color:var(--secondary-color)}.checkbox.radio input:checked+label:before{content:"Ü"}.checkbox.radio label:before{content:"Ú"}.input-group{display:flex;flex-wrap:wrap;gap:20px}.input-group label,.input-group .label-form{margin:0}.input-group .input-group-text{align-content:center;height:50px;padding:0 20px;border-radius:5px;font-size:18px;font-weight:500;background:var(--primary-color);color:var(--color-white)}.input-group:has(.input-group-text){gap:0}.input-group:has(.input-group-text) .form-control:first-child{border-right:0 none;border-top-right-radius:0;border-bottom-right-radius:0}.input-group:has(.input-group-text) .input-group-text:last-child{border-top-left-radius:0;border-bottom-left-radius:0}.input-group:has(.label-form){gap:10px}.input-group:has(.label-form) .input-group-text{border-radius:5px !important}#entete{--bg-title: var(--primary-color);padding:40px 0;margin-bottom:40px;background:url(../img/interface/favicon.svg) center var(--bg-title);background-size:auto 64px;color:var(--color-white)}#entete ul.breadcrumb{margin-bottom:20px}#entete .date{display:inline-flex;align-items:center;padding:5px 10px;border-radius:3px;font-size:14px;font-weight:500;background:var(--color-white);color:var(--clr-date)}#entete .date .edglyph{line-height:0;margin-right:5px}#entete h1{text-transform:uppercase;font-weight:700;font-size:clamp(24px,2.5vw,42px);margin:10px 0}#entete h1 b{font-weight:600;color:var(--tertiary-color)}#entete h1:first-child{margin-top:0}#entete h1:last-child{margin-bottom:0}#entete p{font-size:1.25em}@media all and (max-width: 768px){#entete{padding:20px 0}#entete .container ul.breadcrumb{margin-bottom:10px}}.breadcrumb{display:flex;flex-wrap:wrap;align-items:center}.breadcrumb li{display:flex;align-items:center;text-transform:uppercase}.breadcrumb li a{font-weight:600}.breadcrumb li:after{content:">";display:block;margin:0 10px}.breadcrumb li:last-child:after{display:none}#content{padding-bottom:40px}#content form{display:flex;flex-direction:column;gap:20px;max-width:600px;margin:0 auto;padding:40px;background:var(--color-white);border-radius:10px;box-shadow:0 0 20px rgba(var(--color-black-rgb), 0.1);text-align:center}#content form .form-group:has(>a){display:flex;justify-content:center}#content form label{text-align:left}@media all and (max-width: 500px){#content .container form{padding:40px 20px}}
