/* ======================================= */
.block-lba-apidae-selection .swiper-button-prev,
.block-lba-apidae-selection .swiper-button-next {
    background: rgb(255, 255, 255);
    border-radius: 2px;
    border: 1px solid rgb(231, 231, 231);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05),
    0px 12px 78px 0px rgba(221, 221, 221, 0.43);
    height: 60px;
    width: 60px;
    left: inherit;
    right: 0;
    outline: none;
}
/* ======================================= */
.block-lba-apidae-selection .swiper-button-next:after,
.block-lba-apidae-selection .swiper-button-prev:after {
    font-size: 0.66rem;
    font-weight: bold;
}
/* ======================================= */
.block-lba-apidae-selection .swiper-button-next {
    top: 50%;
    transform: translateY(calc(-50% - 40px));
}
/* ======================================= */
.block-lba-apidae-selection .swiper-button-prev {
    top: 50%;
    transform: translateY(calc(-50% + 40px));
}
/* ======================================= */
#MapContainerFiche {
    height: 300px;
}
#MapContainerGlobal {
    height: 600px;
    flex: 0 0 75%;
    max-width: 75%;
}
#MapContainerListe {
    height: 600px;
}

#date-agenda-display {
    background: #fff;
    cursor: pointer;
    padding: 5px 10px;
    border: 1px solid #ccc;
    width: 100%;
}

.cluster-selections {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: #bc2d18;
    color: white;
    border: 1px solid #8a1b0b;
    text-align: center;
    font-size: 20px;
    line-height: 40px;
    margin-top: -20px;
    margin-left: -20px;
}
.block-lba-apidae-selection .form-inline {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
    margin: 30px 0 20px;
    border: 1px solid #E7E7E7;
    background: #FBFBFB;
    padding: 25px;
    border-radius: 8px;
}
.block-lba-apidae-selection .form-inline select{
    background-color: white;
    border: 1px solid #E7E7E7;
    border-radius: 3px;
    height: 56px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: url('../img/chevron-select.svg');
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: calc(100% - 10px) 50%;
    padding: 0 45px 0 20px;
    color: #5B5B5B;
    font-size: 16px;
    cursor: pointer;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    outline: none;
}
.block-lba-apidae-selection .form-inline select option{
    font-size: 16px;
    color: #5B5B5B;
}
.block-lba-apidae-selection .selection-mode-selector{
    margin: 0;
    width: 100%;
}
.block-lba-apidae-selection .selection-mode-selector ul{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    border: 1px solid #E7E7E7;
    border-radius: 8px;
}
.block-lba-apidae-selection .selection-mode-selector ul li{
    width: 50%;
    text-align: center;
}
.block-lba-apidae-selection .selection-mode-selector ul li + li{
    border-left: 1px solid #E7E7E7;
}
.block-lba-apidae-selection .selection-mode-selector ul li a{
    display: block;
    padding: 15px;
    width: 100%;
    color: rgba(91, 91, 91,0.6);
    font-size: 13px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: 0.8px;
    text-decoration: none;
    text-transform: uppercase;
    outline: none;
}
.block-lba-apidae-selection .selection-mode-selector ul li a.active{
    color: rgba(91, 91, 91, 1);
    background: #F8F8F8;
}
.block-lba-apidae-selection .selection-mode-selector ul li a:before{
    content: '';
    background-image: url('../img/switch-grid.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top center;
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 12px 0 0;
}
.block-lba-apidae-selection .selection-mode-selector ul li a[href*="selection-grid"]:before{
    background-image: url('../img/switch-grid.svg');
}
.block-lba-apidae-selection .selection-mode-selector ul li a[href*="selection-map"]:before{
    background-image: url('../img/switch-map.svg');
}
.block-lba-apidae-selection .selection-mode-selector ul li a.active[href*="selection-grid"]:before,
.block-lba-apidae-selection .selection-mode-selector ul li a.active[href*="selection-map"]:before{
    background-position: bottom center;
}
.block-lba-apidae-selection .selection-mode-default{
    display: flex;
    flex-wrap: wrap;
    height: auto !important;
    margin: 30px -20px;
}
.block-lba-apidae-selection .selection-mode-default .card{
    width: calc(33.33333% - 40px);
    position: relative !important;
    top: inherit !important;
    left: inherit !important;
    transition: none !important;
    transform: none !important;
    margin: 0 20px 40px;
    border: 1px solid #e6e6e6;
    background: #FDFDFD;
    border-radius: 4px;
    box-shadow: 0 0 20px rgba(0,0,0,0.08);
    transition: box-shadow 0.3s ease 0s;
    -webkit-transition: box-shadow 0.3s ease 0s;
}
.block-lba-apidae-selection .selection-mode-default .card:hover,
.block-lba-apidae-selection .selection-mode-default .card:focus{
    box-shadow: 0 0 20px rgba(0,0,0,0.12);
}
.block-lba-apidae-selection .selection-mode-default .card[style*="opacity: 0"]{
    display: none;
}
.block-lba-apidae-selection .card{
    display: block;
}
.block-lba-apidae-selection .card .col-md-3{
    position: relative;
    display: flex;
    border-radius: 4px 4px 0 0;
    overflow: hidden;
}
.block-lba-apidae-selection .card .col-md-3 .pictos{
    position: absolute;
    top: 20px;
    left: 20px;
    background: rgba(26,26,26,0.6);
    border-radius: 60px;
    padding:2px 17px 4px;
}
.block-lba-apidae-selection .card .col-md-3 .pictos span{
    display: inline-block;
    vertical-align: middle;
    margin: 0 3px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 50%;
    width: 18px;
    height: 18px;
    text-indent: -9999px;
    text-align: left;
}
.block-lba-apidae-selection .card .col-md-3 .pictos span.label-parking_prive{background-image: url('../img/parking.svg');}
.block-lba-apidae-selection .card .col-md-3 .pictos span.label-wifi{background-image: url('../img/wifi.svg');}
.block-lba-apidae-selection .card .col-md-3 .pictos span.label-cheque_vacances{background-image: url('../img/card.svg');}
.block-lba-apidae-selection .card .col-md-3 .pictos span.label-animaux_acceptes{background-image: url('../img/dog.svg');}
.block-lba-apidae-selection .card .col-md-3 .pictos span.label-animaux_acceptes{background-image: url('../img/dog.svg');}

.block-lba-apidae-selection .card .col-md-3 img{
    width: 100%;
    height: 180px;
    object-fit: cover;
    object-position: center;
}
.block-lba-apidae-selection .card .col-md-9{
    padding: 20px 30px;
}
.block-lba-apidae-selection .card .col-md-9 h2{
    margin: 0;
    font-size: 22px;
}
.block-lba-apidae-selection .card .col-md-9 h2 a{
    text-decoration: none;
    transition: color 0.3s ease 0s;
    -webkit-transition: color 0.3s ease 0s;
}
.block-lba-apidae-selection .card .col-md-9 h2 a:hover,
.block-lba-apidae-selection .card .col-md-9 h2 a:focus{
    color: #7A71EE;
}
.block-lba-apidae-selection .card .col-md-9 p.classement{
    margin: 10px 0 0;
}
.block-lba-apidae-selection .card .col-md-9 p.classement i.label-Encoursdeclassement{
    display: none;
}
.block-lba-apidae-selection .card .col-md-9 p.card-text{
    color: rgba(26,26,26,0.5);
    margin-bottom: 0;
    margin-top: 5px;
    font-size: 15px;
}
.block-lba-apidae-selection .card .col-md-9 p.labels{
    margin: 20px 0 0;
    padding: 15px 0 0;
    border-top: 1px solid #E9E9E9;
}
.block-lba-apidae-selection .card .col-md-9 p.labels img{
    height: 30px;
    width: auto;
}
.block-lba-apidae-selection .card .col-md-9 p.labels:empty{
    display: none;
}
.block-lba-apidae-selection .card .col-md-9 a.btn{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
    outline: none;
}
p.classement i {
    text-indent: -9999px;
    display: block;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 0 50%, 24px 50%, 48px 50%, 72px 50%, 96px 50%;
}
p.classement i.label-1toile {
    background-image: url(../img/star.svg);
}
p.classement i.label-2toiles {
    background-image: url(../img/star.svg), url(../img/star.svg);
}
p.classement i.label-3toiles {
    background-image: url(../img/star.svg), url(../img/star.svg), url(../img/star.svg);
}
p.classement i.label-4toiles {
    background-image: url(../img/star.svg), url(../img/star.svg), url(../img/star.svg), url(../img/star.svg);
}
p.classement i.label-5toiles {
    background-image: url(../img/star.svg), url(../img/star.svg), url(../img/star.svg), url(../img/star.svg), url(../img/star.svg);
}
.block-lba-apidae-selection .pushs-inside .content a p.classement{
    margin: 0;
}
.pushs-inside.background-bleu .content a p.classement i.label-1toiles,
.pushs-inside.background-violet .content a p.classement i.label-1toiles{background-image: url(../img/star-white.svg);}
.pushs-inside.background-bleu .content a p.classement i.label-2toiles,
.pushs-inside.background-violet .content a p.classement i.label-2toiles{background-image: url(../img/star-white.svg), url(../img/star-white.svg);}
.pushs-inside.background-bleu .content a p.classement i.label-3toiles,
.pushs-inside.background-violet .content a p.classement i.label-3toiles{background-image: url(../img/star-white.svg), url(../img/star-white.svg), url(../img/star-white.svg);}
.pushs-inside.background-bleu .content a p.classement i.label-4toiles,
.pushs-inside.background-violet .content a p.classement i.label-4toiles{background-image: url(../img/star-white.svg), url(../img/star-white.svg), url(../img/star-white.svg), url(../img/star-white.svg);}
.pushs-inside.background-bleu .content a p.classement i.label-5toiles,
.pushs-inside.background-violet .content a p.classement i.label-5toiles{background-image: url(../img/star-white.svg), url(../img/star-white.svg), url(../img/star-white.svg), url(../img/star-white.svg), url(../img/star-white.svg);}

.block-lba-apidae-selection .pushs-inside .row:last-of-type  .col-sm-12{
    margin: 30px 0;
}
.block-lba-apidae-selection .pushs-inside.background-bleu .row:last-of-type .col-sm-12 .wp-block-button a,
.block-lba-apidae-selection .pushs-inside.background-violet .row:last-of-type .col-sm-12 .wp-block-button a{
    border-color: white;
    color: white !important;
}
.block-lba-apidae-selection .pushs-inside.background-bleu .row:last-of-type .col-sm-12 .wp-block-button a:hover,
.block-lba-apidae-selection .pushs-inside.background-bleu .row:last-of-type .col-sm-12 .wp-block-button a:focus,
.block-lba-apidae-selection .pushs-inside.background-violet .row:last-of-type .col-sm-12 .wp-block-button a:hover,
.block-lba-apidae-selection .pushs-inside.background-violet .row:last-of-type .col-sm-12 .wp-block-button a:focus{
    background: white;
    color: #4BB8D3 !important;
}
.block-lba-apidae-selection #selection-map{
    margin: 30px 0;
}
#selection-map .cluster-selections{
    font-family: "Inter", sans-serif;
}
#selection-map a.leaflet-popup-close-button{
    width: 32px;
    height: 32px;
    background-image: url('../img/close-black.svg');
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: 50%;
    color: transparent;
    padding: 20px;
}
#selection-map .leaflet-popup-content-wrapper{
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    border-radius: 0;
    color: #1a1a1a;
}
#selection-map .leaflet-popup-content-wrapper .leaflet-popup-content{
    margin: 15px 20px;
}
#selection-map .leaflet-popup-content-wrapper .leaflet-popup-content h3{
    color: #4BB8D3;
    font-family: "Syne", sans-serif;
    font-size: 24px;
    line-height: 1.2;
}
#selection-map .leaflet-popup-content-wrapper .leaflet-popup-content h3 a{
    color: inherit;
    font-size: inherit;
    text-decoration: none;
}
#selection-map .leaflet-popup-content-wrapper .leaflet-popup-content p{
    font-family: "Inter", sans-serif;
    color: rgba(26, 26, 26,0.5);
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
}
#selection-map .leaflet-popup-content-wrapper .leaflet-popup-content a.btn{
    background: #4BB8D3;
    color: white;
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 1.2;
    padding: 12px 20px;
    border-radius: 6px;
    display: inline-block;
    margin: 0 0 10px;
}
#selection-map .leaflet-popup-tip{
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
@media(max-width: 1199px){
    .block-lba-apidae-selection .form-inline{
        margin: 20px 0;
        grid-gap: 20px;
    }
    .block-lba-apidae-selection .form-inline select{
        padding: 0 45px 0 10px;
    }
}
@media(max-width: 991px){
    .block-lba-apidae-selection .form-inline select{
        background-position: calc(100% - 2px) 50%;
        padding: 0 25px 0 10px;
        font-size: 15px;
    }
    .block-lba-apidae-selection .selection-mode-default .card{
        width: calc(50% - 40px);
    }
}
@media(max-width: 767px){
    .block-lba-apidae-selection .form-inline{
        display: block;  
        padding: 15px 15px 0;
    }
    .block-lba-apidae-selection .form-inline .col{
        margin: 0 0 15px;
    }
    .block-lba-apidae-selection .selection-mode-selector{
        margin-bottom: 20px;
    }
    .block-lba-apidae-selection .selection-mode-selector ul li a{
        font-size: 12px;
        letter-spacing: 0.5px;
    }
    .block-lba-apidae-selection .selection-mode-selector ul li a:before{
        margin: -4px 7px 0 0;
    }
    .block-lba-apidae-selection .selection-mode-default{
        margin: 10px -20px;
    }
    .block-lba-apidae-selection .selection-mode-default .card{
        width: 100%;
        margin: 0 20px 20px;
    }
    .block-lba-apidae-selection .card .col-md-9{
        padding: 20px;
    }
}

/* détail fiche apidae */
.agenda-details .container,
.agenda-details .entry-header{
    width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
    clear: both;
}
.agenda-details .container .row{
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
}
.agenda-details .container .row .col-7{
    width: 60%;
    padding: 0 15px 40px;
}
.agenda-details .container .row .col-5{
    width: 40%;
    padding: 0 15px 40px;
}
.agenda-details .entry-header .post-thumbnail .content #breadcrumbs,
.agenda-details .entry-header .content #breadcrumbs,
.agenda-details .entry-header .post-thumbnail .content h1,
.agenda-details .entry-header .content h1{
    padding-left: 15px;
    padding-right: 15px;
}
.agenda-details{
    /*only for la toussuire*/
    /*background-image: url('../img/bg-agenda.jpg');*/
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center -70px;
}
.agenda-details .entry-header > .content,
.agenda-details .entry-header > .post-thumbnail{
    padding: 80px 0 40px;
    margin: 0 -15px;
    min-height: inherit;
}
.agenda-details .entry-header > .post-thumbnail > .content{
    padding: 0;
}
.agenda-details .entry-header .post-thumbnail .content #breadcrumbs,
.agenda-details .entry-header .content #breadcrumbs{
    margin-bottom: 10px;
}
.agenda-details .entry-header .post-thumbnail .content #breadcrumbs span,
.agenda-details .entry-header .post-thumbnail .content #breadcrumbs a,
.agenda-details .entry-header .content #breadcrumbs span,
.agenda-details .entry-header .content #breadcrumbs a{
    font-size: 16px;
    color: #1A1A1A;
    text-decoration: none;
    font-weight: 400;
}
.agenda-details .entry-header .post-thumbnail .content h1,
.agenda-details .entry-header .content h1{
    color: #4BB8D3;
    font-size: 48px;
    line-height: 1;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    float: left;
}
.agenda-details .entry-header > .post-thumbnail > .content h1{
    float: none;
}
.agenda-details .entry-header .post-thumbnail .content .classement,
.agenda-details .entry-header .content .classement{
    display: inline-block;
    vertical-align: top;
    padding: 10px 15px;
    margin: 0;
}
.agenda-details .entry-header .content .classement i{
    width: 150px;
    background-size: 27px;
    background-position: 0 50%, 30px 50%, 60px 50%, 90px 50%, 120px 50%;
}
.agenda-details .container-agenda-list .infos{
    margin: 30px 0 60px;
    box-shadow: 27.8847px 96.0335px 80px rgba(0, 0, 0, 0.02), 18.0734px 62.244px 46.8519px rgba(0, 0, 0, 0.0151852), 10.7408px 36.9907px 25.4815px rgba(0, 0, 0, 0.0121481), 5.57695px 19.2067px 13px rgba(0, 0, 0, 0.01), 2.27209px 7.82496px 6.51852px rgba(0, 0, 0, 0.00785185), 0.516384px 1.7784px 3.14815px rgba(0, 0, 0, 0.00481481);
    border-radius: 16px;
    padding: 30px;
    background: white;
}
.agenda-details .container-agenda-list .infos .content{
    display: flex;
    flex-wrap: wrap;
}
.agenda-details .container-agenda-list .infos .content .col-6 {
    width: 50%;
}
.agenda-details .container-agenda-list .infos .content .col-6:first-child{
    padding-right: 30px;
}
.agenda-details .container-agenda-list .infos p{
    margin: 0;
    position: relative;
    padding-left: 30px;
}
.agenda-details .container-agenda-list .infos p + p{
    margin-top: 20px;
}
.agenda-details .container-agenda-list .infos p:before{
    content: '';
    background-image: url('../img/calendar.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 3px;
    left: 0;
}
.agenda-details .container-agenda-list .infos p.date:before{background-image: url('../img/calendar.svg');}
.agenda-details .container-agenda-list .infos p.lead-description:before{background-image: url('../img/location.svg');}
.agenda-details .container-agenda-list .infos p.free:before{background-image: url('../img/ticket.svg');}

.agenda-details .container .row .col-7 > div:not(.owl-carousel):not(.owl-carousel-wrapper){
    padding-right: 50px;
}
.agenda-details .owl-carousel .owl-item img{
    background-color: #F8F8F8;
    object-fit: contain;
    height: 370px;
}
.agenda-details .owl-carousel .owl-item p{
    padding: 30px 100px 30px 0;
    margin: 0;
    border-bottom: 1px solid #E9E9E9;
    color: rgba(26,26,26,0.4);
    font-size: 16px;
    line-height: 1.2;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.agenda-details .owl-carousel .owl-nav{
    position: absolute;
    bottom: 17px;
    right: 0;
    margin: 0;
    background-color: white;
    display: block;
}
.agenda-details .owl-carousel .owl-nav button{
    width: 36px;
    height: 36px;
    border-radius: 0;
    background-color: transparent;
    background-image: url('../img/arrow-left-carousel.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}
.agenda-details .owl-carousel .owl-nav button.owl-next{
    background-color: transparent;
    background-image: url('../img/arrow-right-carousel.svg');
    background-repeat: no-repeat;
    background-size: cover;
}
.agenda-details .owl-carousel .owl-nav button:hover{
    background-color: transparent;
    background-image: url('../img/arrow-left-carousel.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}
.agenda-details .owl-carousel .owl-nav button.owl-next:hover{
    background-color: transparent;
    background-image: url('../img/arrow-right-carousel.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}
.agenda-details .owl-carousel .owl-nav button span{
    display: none;
}
.agenda-details .summary{
    margin: 40px 0;
}
.agenda-details .presta,
.agenda-details .details{
    margin: 0 0 40px 0;
}

.owl-carousel-wrapper {
    display: inline-block;
    width: 100%;
}

.agenda-details .details.theme-5154 {
}

.agenda-details .presta h2{
    margin: 30px 0;
}
.agenda-details .presta h3{
    color: rgba(26,26,26,0.7);
    font-weight: 600;
    font-size: 18px;
}
.agenda-details .presta ul{
    padding: 0 0 0 10px;
    margin: 0 0 10px;
    list-style: none;
}
.agenda-details .presta,
.agenda-details .presta ul li,
.agenda-details .presta p{
    color: rgba(26,26,26,0.7);
}
.agenda-details .presta ul li:before{
    content: '• ';
}
.agenda-details .col-7 h5{
    font-size: 30px;
    font-family: "Syne", sans-serif;
    line-height: 1.2;
    color: #4BB8D3;
    margin: 30px 0;
}
.agenda-details .sidebar .block-map{
    border: 1px solid #E9E9E9;
    background: #FDFDFD;;
    border-radius: 4px;
}
.agenda-details .sidebar .block-map .adresse{
    padding: 30px;
}
.agenda-details .sidebar .block-map .adresse h5{
    font-size: 20px;
    line-height: 1.2;
    color: #1A1A1A;
    margin: 0 0 30px 0;
}
.agenda-details .sidebar .block-map .adresse p{
    color: rgba(26,26,26,0.5);
    margin: 0;
}
.agenda-details .sidebar .block-map .adresse p a{
    text-decoration: none;
    color: #7A71EE;
    font-weight: 500;
    border: 2px solid #7A71EE;
    border-radius: 4px;
    padding: 6px 20px;
    display: inline-block;
    margin-top: 20px;
    transition: background 0.3s ease 0s, color 0.3s ease 0s;
    -webkit-transition: background 0.3s ease 0s, color 0.3s ease 0s;
}
.agenda-details .sidebar .block-map .adresse p a:hover,
.agenda-details .sidebar .block-map .adresse p a:focus{
    background: #7A71EE;
    color: white;
}
.agenda-details .sidebar .block-map hr{
    display: none;
}
.agenda-details .sidebar .block-map .cords{
    padding: 0 30px 10px;
    margin: 0;
}
.agenda-details .sidebar .block-map .cords div{
    display: flex;
    align-items: flex-start;
}
.agenda-details .sidebar .block-map .cords span{
    border-radius: 4px;
    background: #7A71EE;
    color: white;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    text-align: center;
    padding: 5px 8px;
    margin: 0 10px 20px 0;
    white-space: nowrap;
}
.agenda-details .sidebar .block-map .cords a{
    color: #7A71EE;
    text-decoration: none;
    font-weight: 400;
    line-height: 1.1;
    margin: 3px 0 20px;
}
.agenda-details .sidebar .block-map .cords a:hover,
.agenda-details .sidebar .block-map .cords a:focus{
    text-decoration: underline;
}
.agenda-details .sidebar .block-map .cords .rs{
    margin: 10px 0 20px;
}
.agenda-details .sidebar .block-map .cords .rs a{
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px 0 0;
    transition: opacity 0.3s ease 0s;
    -webkit-transition: opacity 0.3s ease 0s;
}
.agenda-details .sidebar .block-map .cords .rs a:hover,
.agenda-details .sidebar .block-map .cords .rs a:focus{
    opacity: 0.7;
}
.agenda-details .sidebar hr{
    display: none;
}
.agenda-details .sidebar .cords{
    margin: 30px 0;
}
.agenda-details .sidebar .cords h5{
    font-family: "Syne", sans-serif;
    color: #4BB8D3;
    font-size: 22px;
    margin: 0 0 5px;
}
.agenda-details .sidebar .cords .labels ul{
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.agenda-details .sidebar .cords .labels ul li a{
    text-indent: -9999px;
    width: 40px;
    height: 40px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 50%;
    margin: 0 20px 0 0;
    outline: none;
}
.agenda-details .sidebar .cords .labels ul li a[href*='accueil-velo']{background-image: url('../img/accueil-velo.png');}
.agenda-details .sidebar .cords .labels ul li a[href*='gite']{background-image: url('../img/gite-de-france.png');}
.agenda-details .sidebar .cords .labels ul li a[href*='paysan']{background-image: url('../img/accueil-paysan.png');}
.agenda-details .sidebar .cords .labels ul li a[href*='tourisme']{background-image: url('../img/tourisme-et-handicap.png');}
.agenda-details .sidebar .cords .labels ul li a[href*='peche']{background-image: url('../img/hebergement-peche.png');}
.agenda-details .sidebar .owner{
    margin: 15px 0 0;
}
.agenda-details .sidebar .owner div{
    font-size: 14px;
    color: rgba(26,26,26,0.5);
    margin: 0 0 15px;
}
.agenda-details ~ .pushs{
    margin: 40px 0 0;
}
.agenda-details ~ .pushs .container{
    width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}
.agenda-details ~ .pushs .container .row{
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
}
.agenda-details ~ .pushs .container .row .col-4{
    width: 33%;
    padding: 0 15px 40px;
}
.agenda-details ~ .pushs .container .row .col-4 a{
    display: block;
    text-decoration: none;
}
.agenda-details ~ .pushs .container .row .col-4 a h3{
    color: rgba(26,26,26,0.8);
    font-size: 20px;
    line-height: 1.1;
    font-family: "Syne", sans-serif;
    margin: 20px 0;
    transition: color 0.3s ease 0s;
    -webkit-transition: color 0.3s ease 0s;
}
.agenda-details ~ .pushs .container .row .col-4 a p{
    color: rgba(26,26,26,0.6);
    font-size: 16px;
    line-height: 1.56;
}
.agenda-details ~ .pushs .container .row .col-4 a:hover h3,
.agenda-details ~ .pushs .container .row .col-4 a:focus h3{
    color: #4BB8D3;
}

.agenda-details ~ .pushs .img {
    overflow: hidden;
    height: 220px;
}

@media(max-width: 1440px){
    .agenda-details,
    .agenda-details ~ .pushs{
        padding-left: 110px;
    }
    .agenda-details .container,
    .agenda-details .entry-header,
    .agenda-details ~ .pushs .container{
        width: 1090px;
    }
}
@media(max-width: 1199px){
    .agenda-details,
    .agenda-details ~ .pushs{
        padding-left: 90px;
    }
    .agenda-details .container,
    .agenda-details .entry-header,
    .agenda-details ~ .pushs .container{
        width: 900px;
    }
    .agenda-details ~ .pushs .img {
        overflow: hidden;
        height: 145px;
    }
    .agenda-details .entry-header .content h1{
        font-size: 38px;
    }
    .agenda-details .sidebar .block-map .adresse{
        padding: 20px;
    }
    .agenda-details .sidebar .block-map .cords{
        padding: 0 20px;
    }
    .agenda-details .sidebar .block-map .cords .rs{
        margin: 0 0 20px;
    }
}
@media(max-width: 991px){
    .agenda-details,
    .agenda-details ~ .pushs{
        padding-left: 0;
    }
    .agenda-details .container,
    .agenda-details .entry-header,
    .agenda-details ~ .pushs .container{
        width: 750px;
    }
    .agenda-details .entry-header > .content,
    .agenda-details .entry-header > .post-thumbnail{
        padding: 70px 0 40px;
    }
    .agenda-details .container .row .col-7,
    .agenda-details .container .row .col-5{
        width: 100%;
    }
    .agenda-details ~ .pushs{
        margin: 0;
    }
    .agenda-details ~ .pushs .img {
        overflow: hidden;
        height: 145px;
    }
    .agenda-details .container-agenda-list .infos .content .col-6{
        width: 100%;
    }
    .agenda-details .container-agenda-list .infos p{
        margin: 0 0 20px;
    }
}
@media(max-width: 767px){
    .agenda-details{
        background-size: 250%;
    }
    .agenda-details .container,
    .agenda-details .entry-header,
    .agenda-details ~ .pushs .container{
        width: 100%;
    }

    .agenda-details ~ .pushs .img {
        overflow: hidden;
        max-height: calc(100vw * 9 / 16);
        height: auto;
    }
    .agenda-details ~ .pushs .img img {
        width: 100%;
    }
    .agenda-details .entry-header > .content,
    .agenda-details .entry-header > .post-thumbnail{
        padding: 30px 0;
    }
    .agenda-details .entry-header .post-thumbnail .content #breadcrumbs span,
    .agenda-details .entry-header .post-thumbnail .content #breadcrumbs a,
    .agenda-details .entry-header .content #breadcrumbs span,
    .agenda-details .entry-header .content #breadcrumbs a{
        font-size: 14px;
    }
    .agenda-details .entry-header .content h1,
    .agenda-details .entry-header .post-thumbnail .content h1{
        font-size: 28px;
    }
    .agenda-details .entry-header .content .classement i{
        background-size: 20px;
        background-position: 0 50%, 25px 50%, 50px 50%, 75px 50%, 100px 50%;
    }
    .agenda-details .owl-carousel .owl-item img{
        height: 220px;
    }
    .agenda-details .container .row .col-7 > div:not(.owl-carousel):not(.owl-carousel-wrapper){
        padding: 0;
    }
    .agenda-details .owl-carousel .owl-item p{
        padding: 20px 80px 20px 0;
    }
    .agenda-details .owl-carousel .owl-nav{
        bottom: 9px;
    }
    .agenda-details .owl-carousel .owl-nav button{
        width: 30px;
        height: 30px;
    }
    .agenda-details .summary{
        margin: 20px 0;
    }
    .agenda-details .details,
    .agenda-details .presta {
        margin: 0 0 20px 0;
    }
    .agenda-details ~ .pushs .container .row .col-4{
        width: 100%;
        padding: 0 15px 20px;
    }
    .agenda-details .container-agenda-list .infos{
        margin: 0 0 30px;
        padding: 20px;
    }
    .agenda-details .container-agenda-list .infos p{
        font-size: 14px;
    }
    .agenda-details .container-agenda-list .infos p:before{
        width: 18px;
        height: 18px;
    }
}
/* LISTE AGENDA */
.container-agenda-list form{
    margin: 50px -20px;
    display: flex;
}
.container-agenda-list form .col-md-4{
    width: 33%;
    padding: 0 20px;
}
.container-agenda-list form .col-md-4 #date-agenda-display{
    border: 1px solid #E7E7E7;
    border-radius: 3px;
    height: 56px;
    background-image: url('../img/chevron-select.svg');
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: calc(100% - 15px) 50%;
}
.container-agenda-list form .col-md-4 #date-agenda-display i{
    display: none;
}
.container-agenda-list form .col-md-4 #date-agenda-display span{
    margin: 10px 0;
    display: inline-block;
    padding: 0 32px 0 12px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
}
.container-agenda-list form .col-md-4 #category{
    background: white;
    border: 1px solid #E7E7E7;
    border-radius: 3px;
    height: 56px;
    background-image: url('../img/chevron-select.svg');
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: calc(100% - 15px) 50%;
    width: 100%;
    padding: 0 32px 0 12px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.container-agenda-list form .col-md-4 button{
    background: #1A1A1A;
    width: 100%;
    height: 56px;
    text-align: center;
    color: white;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    border: none;
    padding: 12px;
    cursor: pointer;
    transition: background 0.3s ease 0s;
    -webkit-transition: background 0.3s ease 0s;
}
.container-agenda-list form .col-md-4 button:hover,
.container-agenda-list form .col-md-4 button:focus{
    background: #7A71EE;
}
.container-agenda-list .liste-agenda{
    display: flex;
    flex-wrap: wrap;
    margin: 30px -20px;
}
.container-agenda-list .liste-agenda .alert{
    padding: 0 20px;
}
.container-agenda-list .liste-agenda .card{
    width: 33%;
    padding: 0 20px;
    margin-bottom: 40px;
}
.container-agenda-list .liste-agenda .card .row{
    height: 100%;
}
.container-agenda-list .liste-agenda .card .block-agenda{
    border: 1px solid #E9E9E9;
    box-shadow: 0 0 30px rgba(0,0,0,0.05);
    border-radius: 4px;
    background: #FDFDFD;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.container-agenda-list .liste-agenda .card .block-agenda .content{
    padding: 20px 30px;
}
.container-agenda-list .liste-agenda .card .block-agenda .image{
    height: 180px;
    background-color: #eee;
}
.container-agenda-list .liste-agenda .card .block-agenda .image img{
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}
.container-agenda-list .liste-agenda .card .block-agenda .cat p{
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 10px 0;
    border: 1px solid #7A71EE;
    background: #7A71EE;
    color: white;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 5px 12px;
    border-radius: 4px;
}
.container-agenda-list .liste-agenda .card .block-agenda h4{
    color: #4BB8D3;
    font-family: "Syne", sans-serif;
    font-size: 24px;
    line-height: 1.1;
    margin: 10px 0;
}
.container-agenda-list .liste-agenda .card .block-agenda h4 a{
    text-decoration: none;
}
.container-agenda-list .liste-agenda .card .block-agenda .infos div{
    padding: 8px 0 8px 32px;    
    position: relative;
}
.container-agenda-list .liste-agenda .card .block-agenda .infos div:before{
    content: '';
    background-image: url('../img/calendar.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    top: 8px;
    left: 0;
}
.container-agenda-list .liste-agenda .card .block-agenda .infos p,
.container-agenda-list .liste-agenda .card .block-agenda .infos .lead-description{
    color: rgba(26,26,26,0.5);
    font-size: 14px;
    line-height: 1.2;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;    
    margin: 0;
}
.container-agenda-list .liste-agenda .card .block-agenda .infos .lead-description br{
    display: none;
}
.container-agenda-list .liste-agenda .card .block-agenda .infos .lead-description:empty{
    display: none;
}
.container-agenda-list .liste-agenda .card .block-agenda .infos .date:before{background-image: url('../img/calendar.svg');}
.container-agenda-list .liste-agenda .card .block-agenda .infos .place:before{background-image: url('../img/location.svg');}
.container-agenda-list .liste-agenda .card .block-agenda .infos .free:before,
.container-agenda-list .liste-agenda .card .block-agenda .infos .lead-description:before{background-image: url('../img/ticket.svg');}

.container-agenda-list .liste-agenda .card > .row:hover .block-agenda .infos .date,
.container-agenda-list .liste-agenda .card > .row:hover .block-agenda .infos .place{
    display: none;
}
.container-agenda-list .liste-agenda .card .block-agenda .back p.card-text{
    color: white;
    font-size: 14px;
    line-height: 1.2;
    margin: 0 0 30px;
    height: calc(100% - 80px);
    overflow: hidden;
}
.container-agenda-list .liste-agenda .card .block-agenda .back a.btn{
    border: 1px solid white;
    color: white;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    padding: 12px 20px;
    border-radius: 6px;
    background-color: transparent;
    display: inline-block;
    transition: background 0.3s ease 0s, color 0.3s ease 0s;
    -webkit-transition: background 0.3s ease 0s, color 0.3s ease 0s;
}
.container-agenda-list .liste-agenda .card .block-agenda .back a.btn:hover,
.container-agenda-list .liste-agenda .card .block-agenda .back a.btn:focus{
    background-color: white;
    color: #7A71EE;
}
@media(min-width: 992px){
    .container-agenda-list .liste-agenda .card .block-agenda:hover{
        background: #7A71EE;
    }
    .container-agenda-list .liste-agenda .card .block-agenda:hover .cat p{
        border: 1px solid white;
        color: white;
        background: #7A71EE;
    }


    .container-agenda-list .liste-agenda .card .block-agenda:hover .front .image{
        display: none;
    }
    .container-agenda-list .liste-agenda .card .block-agenda .back{
        height: 246px;
        display: none;
        padding: 0 30px 30px;
    }
}
@media(max-width: 1199px){
    .container-agenda-list .liste-agenda .card{
        width: 50%;
    }
}
@media(max-width: 991px){
    .container-agenda-list .liste-agenda .card .block-agenda .content{
        padding: 30px 30px 15px;
    }
    .container-agenda-list .liste-agenda .card .block-agenda .back{
        padding: 0 30px 30px;
    }
    .container-agenda-list .liste-agenda .card .block-agenda .back p.card-text{
        color: rgba(26,26,26,0.5);
    }
    .container-agenda-list .liste-agenda .card .block-agenda .back a.btn{
        border: 1px solid #7A71EE;
        color: #7A71EE;
    }
    .container-agenda-list .liste-agenda .card .block-agenda .back a.btn:hover,
    .container-agenda-list .liste-agenda .card .block-agenda .back a.btn:focus{
        background-color: #7A71EE;;
        color: white;
    }
    .container-agenda-list form{
        margin: 30px -10px;
    }
    .container-agenda-list form .col-md-4{
        padding: 0 10px;
    }
    .container-agenda-list form .col-md-4 #date-agenda-display span,
    .container-agenda-list form .col-md-4 #category{
        font-size: 14px;
    }
}
@media(max-width: 767px){
    .container-agenda-list .liste-agenda{
        margin: 0 -15px;
    }
    .container-agenda-list .liste-agenda .card{
        width: 100%;
        padding: 0 15px;
        margin-bottom: 20px;
    }
    .container-agenda-list .liste-agenda .card .block-agenda .content{
        padding: 20px 20px 10px;
    }
    .container-agenda-list .liste-agenda .card .block-agenda .back{
        padding: 0 20px 20px;
    }
    .container-agenda-list form{
        margin: 30px 0 15px;
        flex-direction: column;
    }
    .container-agenda-list form .col-md-4{
        width: 100%;
        padding: 0;
        margin-bottom: 15px;
    }
}
/* pagination */
.pagination{
    margin: 0 auto;
    padding: 0;
    list-style: none;
    text-align: center;
    display: inline-flex;
    border: 1px solid #E7E7E7;
    border-radius: 3px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.pagination li a{
    color: rgba(91, 91, 91,0.5);
    text-decoration: none;
    font-size: 16px;
    padding: 15px 17px;
    display: inline-block;
    outline: none;
    transition: color 0.3s ease 0s;
    -webkit-transition: color 0.3s ease 0s;
}
.pagination li a:hover{
    color: #5B5B5B;
}
.pagination li.active a{
    color: #5B5B5B;
    background: #FAFAFA;
}
.pagination li a span{
    display: none;
}
.pagination li + li a{
    border-left: 1px solid #E7E7E7;
}
/* fond temps fort */
.block-lba-apidae-agenda > div.container-agenda-list{
    position: relative;
    z-index: 1;
}
.block-lba-apidae-agenda > div.container-agenda-list:before{
    content: '';
    background: #4BB8D3;
    width: 100vw;
    height: calc(100% + 90px);
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    z-index: -1;
    margin: -80px calc(50% - 50vw) 0;
}
.block-lba-apidae-agenda > div.container-agenda-list h2{
    color: white;
}
@media(max-width: 1440px) and (min-width: 992px){
    .block-lba-apidae-agenda > div.container-agenda-list:before{
        margin-left: calc(50% - (50vw + 38px));
        margin-right: calc(50% - (50vw + 38px));
    }
}
@media(max-width: 1199px){
    .block-lba-apidae-agenda > div.container-agenda-list:before{
        height: calc(100% + 50px);
        margin-top: -40px;
    }
}
@media(max-width: 767px){
    .block-lba-apidae-agenda{
        margin-top: 30px !important;
    }
    .block-lba-apidae-agenda > div.container-agenda-list:before{
        height: calc(100% + 35px);
        margin-top: -30px;
    }
}

.two-columns {
    column-count: 2;
    column-gap: 30px;
}

.block-lba-apidae-carte > .row {
    margin: 0 0 50px;
    display: flex;
    flex-wrap: wrap;
}
.block-lba-apidae-carte .map-filters {
    height: 600px;
    overflow-y: scroll;
    background: #F8F8F8;
    z-index: 1000 !important;
    flex: 0 0 25%;
    max-width: 25%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.block-lba-apidae-carte .map-filters h3 {
    font-size: 20px;
    margin: 20px 0;
}
.block-lba-apidae-carte .map-filters .card {
    margin-bottom: 15px;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    border-radius: 0.25rem;
    border: 0 none;
}
.block-lba-apidae-carte .map-filters .card-header {
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
}
.block-lba-apidae-carte .map-filters .card-header .mb-0 {
    margin: 0;
}
.block-lba-apidae-carte .map-filters .card-header button {
    display: block;
    width: 100%;
    border-radius: 0;
    color: #003B4B;
    font-size: 16px;
    line-height: 1;
    text-align: left;
    text-decoration: none;
    padding: 10px 12px 10px 48px;
    border: 1px solid #E7E7E7;
    background: white;
    text-indent: -36px;
    cursor: pointer;
}
.block-lba-apidae-carte .map-filters .card-header button:before {
    content: '';
    background-repeat: no-repeat;
    background-size: 100%;
    width: 26px;
    height: 26px;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 8px 0 0;
}
.block-lba-apidae-carte .map-filters #heading0 button:before {
    background-image: url(../img/lit.svg);
}
.block-lba-apidae-carte .map-filters #heading1 button:before {
    background-image: url(../img/flocon.svg)
}
.block-lba-apidae-carte .map-filters .card-body {
    padding: 10px 10px 0;
    flex: 1 1 auto;
    min-height: 1px;
}
.block-lba-apidae-carte .map-filters .card-body .form-check {
    position: relative;
}
.block-lba-apidae-carte .map-filters .card-body .spinner-border {
    position: absolute;
    top: 5px;
    right: 0px;
    color: #343a40!important;
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
}

@keyframes spinner-border {
    to { transform: rotate(360deg); }
}
.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: 1px solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border .75s linear infinite;
}
@keyframes spinner-grow {
    0% {
        transform: scale(0);
    }
    50% {
        opacity: 1;
    }
}
.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    animation: spinner-grow .75s linear infinite;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
/* map itinéraire */
.leaflet-marker-shadow.leaflet-zoom-animated{
    display: none;
}
/* carte */
.map-filters .form-check{
    display: flex;
    align-items: flex-start;
}
.map-filters .form-check input{
    margin: 2px 10px 0 0;
}
.map-filters .form-check label{
    line-height: 1.1;
    margin: 0 0 10px;
    cursor: pointer;
}
.block-lba-apidae-carte .cluster-selections{
    background: #2e269e;
    font-family: 'Inter', sans-serif;
}
.block-lba-apidae-carte .leaflet-popup-content-wrapper{
    border-radius: 0;
    box-shadow: 0 0 10px 10px rgba(0,0,0,0.1);
}
.block-lba-apidae-carte .leaflet-popup-content-wrapper h3{
    margin: 20px 0;
}
.block-lba-apidae-carte .leaflet-popup-content-wrapper h3 a{
    color: #4BB8D3;
    font-size: 24px;
    line-height: 1.2;
    text-decoration: none;
    font-family: "Syne", sans-serif;
}
.block-lba-apidae-carte .leaflet-popup-content-wrapper .col p{
    color: #5B5B5B;
    font-size: 16px;
    line-height: 1.2;
    font-family: "Inter", sans-serif;
}
.block-lba-apidae-carte .leaflet-popup-content-wrapper a.btn.btn-block{
    color: #4BB8D3;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    padding: 10px 25px;
    border: 2px solid #4BB8D3;
    border-radius: 6px;
    font-family: 'Inter', sans-serif;
    text-decoration: none;
    display: inline-block;
    transition: background 0.3s ease 0s, color 0.3s ease 0s;
    -webkit-transition: background 0.3s ease 0s, color 0.3s ease 0s;
}
.block-lba-apidae-carte .leaflet-popup-content-wrapper a.btn.btn-block:hover,
.block-lba-apidae-carte .leaflet-popup-content-wrapper a.btn.btn-block:focus{
    background:#4BB8D3;
    color: white;
}
.block-lba-apidae-carte .leaflet-container a.leaflet-popup-close-button{
    width: 36px;
    height: 36px;
    line-height: 30px;
    font-size: 22px;
}
@media(max-width: 991px){
    .block-lba-apidae-carte > .row{
        display: block;
    }
    .block-lba-apidae-carte .map-filters{
        height: auto;
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }
    .block-lba-apidae-carte #MapContainerGlobal{
        height: 540px;
        max-width: 100%;
        width: 100%;
    }
    .block-lba-apidae-carte .leaflet-popup-content-wrapper h3 a{
        font-size: 20px;
    }
    .block-lba-apidae-carte .leaflet-popup-content-wrapper .col p{
        font-size: 14px;
    }
    .block-lba-apidae-carte .leaflet-popup-content img{
        max-height: 170px;
        object-fit: cover;
        width: 100%;
        object-position: center;
    }
}
/* teaser fiche apidae seule */
.block-lba-apidae-fiche{
    box-shadow: 0 0 20px rgba(0,0,0,0.08);
    border-radius: 4px;
    border: 1px solid #e6e6e6;
    background: #FDFDFD;
}
.block-lba-apidae-fiche > .row{
    display: flex;
    flex-wrap: wrap;
}
.block-lba-apidae-fiche .col-md-3{
    line-height: 1;
    width: 33%;
    display: flex;
    align-items: center;
} 
.block-lba-apidae-fiche .col-md-3 *{
    line-height: 1;
    height: 100%;
}
.block-lba-apidae-fiche .col-md-3 img{
    object-fit: cover;
    object-position: center;
}
.block-lba-apidae-fiche .col-md-7{
    padding: 30px;
    width: 66%;
    display: flex;
    align-items: center;
}
.block-lba-apidae-fiche .col-md-7 h2 a{
    text-decoration: none;
}
.block-lba-apidae-fiche .col-md-7 a.btn{
    text-decoration: none;
    border: 2px solid #69c8e0;
    color: #69c8e0;
    font-weight: 500;
    padding: 10px 30px;
    font-size: 15px;
    line-height: 1.2;
    border-radius: 6px;
    display: inline-block;
    transition: background 0.3s ease 0s, color 0.3s ease 0s;
    -webkit-transition: background 0.3s ease 0s, color 0.3s ease 0s;
}
.block-lba-apidae-fiche .col-md-7 a.btn:hover,
.block-lba-apidae-fiche .col-md-7 a.btn:focus{
    background: #69c8e0;
    color: white;
}
@media(max-width: 767px){
    .block-lba-apidae-fiche > .row{
        flex-direction: column;
    }
    .block-lba-apidae-fiche .col-md-3{
        width: 100%;
    }
    .block-lba-apidae-fiche .col-md-7{
        width: 100%;
        padding: 10px 20px 20px;
    }
}