/*=================================================================
============================= Octopoos ============================
==================== @author Alexandre Lapoux =====================
=============== @editor Octopoos - www.octopoos.com ===============
==== @copyright (C) 2009 - 2024 OCTOPOOS. All Rights Reserved. ====
=================================================================*/

.accordion-header {
    width: 100%;
}
.accordion-button{
    font-size: 20px ;
}
.accordion-header button p{
    margin: 0;
}
.accordion-button:not(.collapsed){
    color: #95c11f;
    background-color: transparent;
}
.accordion-button:focus {    
    box-shadow: none
}

#menu-overlay #menu-main nav ul.uk-nav-sub li > a {
    line-height: 22px;
    padding: 7px 40px;
    font-size: 16px;
}

.uk-counter .counter-bg .counter-title::after {
    display: none;
}
.modal {
    --bs-modal-width: 620px;
    --bs-modal-padding: 1rem;
    --bs-modal-margin: 2rem 1rem;
}
#modal-cck.modal .btn-close {
    --bs-btn-close-color: #000;
    --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23EE7F00'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
    --bs-btn-close-opacity: 1;
    --bs-btn-close-hover-opacity: 1;
    --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(238, 127, 0, 0.25);
    --bs-btn-close-focus-opacity: 1;
    --bs-btn-close-disabled-opacity: 0.25;
    --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .5em .5em;
    color: var(--bs-btn-close-color);
    background: #fff var(--bs-btn-close-bg) center/1em auto no-repeat;
    border: 1px solid #EE7F00;
    border-radius: 2em;
    opacity: var(--bs-btn-close-opacity);
    right: -12px;
    top: -12px;
}
#modal-cck.modal .btn-close:hover {
    --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
    color: var(--bs-btn-close-color);
    text-decoration: none;
    opacity: var(--bs-btn-close-hover-opacity);
    background: #EE7F00 var(--bs-btn-close-bg) center/1em auto no-repeat;
}
.select2-container--default .select2-selection--single {
    background-color: #f5f5f5;
    border: none;
    border-radius: 0;
    height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 40px;
    padding-left: 12px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
}
span.select2-search.select2-search--dropdown {
 display: none;
}
.select2-dropdown {
    background-color: #f5f5f5;
    border: none;
    border-radius: 0;
 
}
p.copyright {
    text-align: left;
}

.uk-flex-right {
    margin: 0 0 0 auto !important;
}

#page .p-search div.cck_forms.cck_search.cck_seb_manager_button_reset div.cck_form {
    width: auto;
}

#page .p-search div.cck_forms.cck_search.cck_seb_manager_button_reset div.cck_form button {
    padding: 0 0 0 2px;
    min-width: 32px;
}

@media screen and (max-width: 767px) {
    #page .p-search div.cck_forms.cck_search.cck_seb_manager_button_reset.uk-flex-right {
        margin: 16px 0 0 0!important;
    }
}

#seb_contact_button_export.btn-progress {
    overflow: hidden;
}

#seb_contact_button_export .progress {
    width: 100%;
}

#seb_contact_button_export .progress .bar {
    background-color: rgb(238, 127, 0);
}

.youtube_player {
    position: relative;
    height: 315px;
    width: 560px;
    overflow: hidden;
    max-width: 100%;
    max-width: 560px; /* Limite la largeur à 560px */
    max-height: 315px; /* Limite la hauteur à 315px */
    background: #000;
    margin: 24px auto 0; /* Centrer horizontalement */
}

@media screen and (max-width: 560px) {
    /* Conteneur flexible avec un ratio d'aspect de 16:9 */
    .youtube_player {
        padding-bottom: 56.25%; /* 16:9 ratio (hauteur/largeur = 9/16 = 0.5625 ou 56.25%) */
        height:0;
    }
}

/* Style de l'iframe */
.youtube_player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.article-infos.uk-container {
    margin-top: 24px;
}

.adhesion-form  {
    width: 800px;
    margin: 0 auto;
    text-align: center;
}

#seblod_form_m347 .adhesion-form div.cck_label {
    width: 220px!important;
}

@media screen and (max-width: 560px) {
    .adhesion-form  {
        width: 100%;
    }

    .adhesion-form div.cck_forms.cck_site div.cck_form {
        width: 100%;
    }

    .adhesion-form div.cck_forms.cck_site div.cck_form input {
        width: 100%;
    }

    #seblod_form_m347 .adhesion-form div.cck_label {
        width: 100%!important;
    }
}