@font-face {
    font-family: 'gillsansmt';
    font-style: normal;
    font-weight: normal;
    src: url('./webfonts/gillsans/33535gillsansmt.eot');
    src: local('33535gillsansmt'),
    url('./webfonts/gillsans/33535gillsansmt.eot?#iefix') format('embedded-opentype'),
    url('./webfonts/gillsans/33535gillsansmt.ttf') format('truetype'),
    url('./webfonts/gillsans/33535gillsansmt.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'gillsansmtbold';
    font-style: normal;
    font-weight: bold;
    src: local('GillSansStd-Bold'),
    url('./webfonts/gillsans/GillSansStd-Bold.ttf') format('truetype');
    font-display: swap;
}

.hidden-accompagnant-toggle{
    max-height: 0px;
    -webkit-transition: max-height 0.5s linear;
    -moz-transition: max-height 0.5s linear;
    -ms-transition: max-height 0.5s linear;
    -o-transition: max-height 0.5s linear;
    transition: max-height 0.5s linear;
    overflow:hidden;
}
.hidden-accompagnant-toggle.open {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    max-height: 100px;
}


.hidden-type-invite {
    max-height: 0px;
    -webkit-transition: max-height 0.5s linear;
    -moz-transition: max-height 0.5s linear;
    -ms-transition: max-height 0.5s linear;
    -o-transition: max-height 0.5s linear;
    transition: max-height 0.5s linear;
    overflow:hidden;
}

.hidden-type-invite.open {
    max-height: 100px;
    -webkit-transition: max-height 0.5s linear;
    -moz-transition: max-height 0.5s linear;
    -ms-transition: max-height 0.5s linear;
    -o-transition: max-height 0.5s linear;
    transition: max-height 0.5s linear;
}

.hidden-participe {
    max-height: 0px;
    -webkit-transition: max-height 0.5s linear;
    -moz-transition: max-height 0.5s linear;
    -ms-transition: max-height 0.5s linear;
    -o-transition: max-height 0.5s linear;
    transition: max-height 0.5s linear;
    overflow:hidden;
}

.hidden-participe.open {
    max-height: 100px;
    -webkit-transition: max-height 0.5s linear;
    -moz-transition: max-height 0.5s linear;
    -ms-transition: max-height 0.5s linear;
    -o-transition: max-height 0.5s linear;
    transition: max-height 0.5s linear;
}

.hidden-accompagnant {
    max-height: 0px;
    -webkit-transition: max-height 0.5s linear;
    -moz-transition: max-height 0.5s linear;
    -ms-transition: max-height 0.5s linear;
    -o-transition: max-height 0.5s linear;
    transition: max-height 0.5s linear;
    overflow:hidden;
}

.hidden-accompagnant.open {
    max-height: 1000px;
    -webkit-transition: max-height 0.5s linear;
    -moz-transition: max-height 0.5s linear;
    -ms-transition: max-height 0.5s linear;
    -o-transition: max-height 0.5s linear;
    transition: max-height 0.5s linear;
}

* {
    font-family: gillsansmt, sans-serif;
}

.container-present h3 {
    font-family: gillsansmtbold, sans-serif!important;
}

/* Remove Tailwind RingShadow */
input {
    --tw-ring-shadow: 0 0 #000 !important
}

/* Inscription Form */
#main{
    box-sizing: border-box;
    border: 6px solid #b7b6b5;
    box-shadow: inset 0 0 0 6px #19213c;
}

#main .inset-border{
    border: 6px solid #19213c;
}

.inscription h2:before {
    font-family: 'FontAwesome';
    content: '\f274';
    margin: 0 0.5em 0 -1em;
}

.cache{
    display: none!important;
}

.star-rating {
    display: flex;
    flex-direction: row-reverse; 
    justify-content: flex-end; 
}
.star-rating input[type="radio"] {
    display: none; 
}
.star-rating label {
    font-size: 2.5em; 
    color: #ddd; 
    cursor: pointer;
    padding: 0 0.1em;
    transition: color 0.2s;
}
.star-rating input[type="radio"]:checked ~ label,
.star-rating input[type="radio"]:checked + label,
.star-rating label:hover,
.star-rating label:hover ~ label {
    color: #f5a623;
}
.star-rating input[type="radio"]:checked ~ label:hover ~ label {
    color: #ddd;
}

@media (max-width: 640px) {
    .star-rating {
        justify-content: center !important;
    }
    
    .star-rating label {
        font-size: 1.8em !important;
        padding: 0.1em !important;
    }
    
    .star-rating input[type="radio"]:checked ~ label,
    .star-rating input[type="radio"]:checked + label,
    .star-rating label:hover,
    .star-rating label:hover ~ label {
        color: #f5a623 !important;
    }
}

@media (max-width: 400px) {
    .star-rating label {
        font-size: 1.5em !important;
        padding: 0.1em !important;
    }
}

.style-BPGO2 {
    background-color: #12284c !important;
}

.style-BPGO2 #main .inset-border {
    border: 6px solid #12284c;
}

.style-BPGO2 .text-secondary {
    color: #4fb3b3;
}

.style-BPGO2 #form-inscription #btn-submit {
    background-color: #ffed0b;
    color: #12284c;
}

.style-BPGO2 #btn-link {
    background-color: #ffed0b;
    color: #12284c;
}