@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Montserrat');
.boutique .eventsubscriptionconfirmation .event-price-description p + p{display:none;}
/* patch bouton responsable blanc */

.nouveau-bottin .table-striped {display:none;}

.page-accueil-2022 .caption-intro .btn-primary  {
    color: #ffffff !important;
    font-family: "Open Sans";
    background-color: rgba(0,0,0,0) !important;
    border: 2px solid #ffffff !important;
    border-radius: 3px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
}

.page-accueil-2022 .carousel .carousel-caption {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    width: 100%;
    background-color: rgba(0,0,0,0);
    text-align: left;
    padding: 45px 30px;
    height: 495px;
    position: absolute;
    width: 100%;
    max-width: 1310px;
    left: 50%;
    top: 65%!important;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding-left: 2rem;
    padding-right: 2rem;
}

.nouveau-bottin .btn-retour {
    margin-right: 2rem;
}

#yapla-consent-box .cookie-notice a, #yapla-consent-box .cookie-modal a{
color:#039CC4;
}
#yapla-consent-box .cm-btn-success, #yapla-consent-box .cookie-modal .cm-list-input:checked + .cm-list-label .slider{
background-color:#039CC4;
}
#yapla-consent-box .cm-btn-success:hover, #yapla-consent-box .cm-btn-success:focus{
background-color:#0A3243;
}
#yapla-consent-box .cookie-modal .cm-btn-accept{
color:#039CC4;
border-color:#039CC4;
}
#yapla-consent-box .cookie-modal .cm-btn-accept:hover,#yapla-consent-box .cookie-modal .cm-btn-accept:focus{
color:#ffffff;
background-color:#039CC4;
}

@media (min-width: 768px){
    .grille-logos .new-orgs-list > .row{
        display: flex;
        align-items: center;
    }
}