#map, #map2 {
    height: 600px;
}
/*.header-motevent {
    width: calc(100vw - 80px);
}*/
.inner-footer__contact .logo-footer img{width: 100%;}
.infomarker{
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    min-width: calc(300px - 30px);
    transition: all 300ms ease;
    max-width: 600px;
    background: #f1c40f;
}

.infomarker .item__img, .infomarker div {
    display: flex;
    align-items: center;
    height: 300px;
    overflow: hidden;
    flex-direction: row;
}
.infomarker .item__img img{
    width: auto;
    height: 100%;
    object-fit: cover;
    max-width: 300px;
}
.infomarker h3 {
    padding: 8px 25px;
    font-size: 16px;
    text-align: left;
    color: #000;
    background: #f1c40f;
    font-weight: bold;
}
.infomarker h3 a, .infomarker h3 a:hover, .infomarker h3 a:focus {
    color: #000;
    text-decoration: none;
    font-size: 18px;
    line-height: 25px;
}
.infomarker p.region, .card-title-event  p.region{
    text-transform: uppercase;
    color: #000;
    font-size: 13px;
    font-weight: normal;
    margin: 5px 0;
}
.infomarker .descript {
    padding: 0 10px;
    line-height: 19px;
}
.card-body-event  .descript {
     padding: 20px 0px;
}
.infomarker .link, .card-body-event .link {
    padding: 7px 9px;
    color: #fff;
    background:  #0a2d81;
    text-decoration: none;
    font-size: 17px;
    display: inline-block;
    margin: 10px 5px;
    
}
.ti-facebook:before , .ti-mobile:before {
    font-size: 20px;
}
.infomarker .link2, .card-body-event .link2 {
    color: #fff;
    background: #ee2e24;
    padding: 9px 18px 9px 18px;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    margin: 10px 5px;
    font-size: 15px;
}


.section-events__search .event-region__options .event-region__cta-show-option{
    height: 54px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 26px 0 0 26px;
    padding: 0 26px 0 30px;
    cursor: pointer;
    color: #1A1A1A;
    font-size: 16px;
    font-weight: 600;
    transition: all 300ms ease;
}
.section-events__search .event-region__options .event-region__cta-show-option:hover{
    background-color: #f6f6f6;
}

.event-region__options .event-region__cta-show-option img{margin-right: 15px;}
.event-region__options .event-region__cta-show-option svg{fill:#1A1A1A; transition: all 300ms ease; margin-left: 30px;}
.event-region__options.active-option .event-region__cta-show-option svg{transform: rotate(180deg);}

.section-events__search .event-region__options .event-region__list-options{
    background-color: #FFF;
    position: absolute;
    top: 20px;
    left: 15px;
    width: 200px;
    height: 50px;
    padding: 18px 20px;
    opacity: 0;
    visibility: hidden;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 1px 10px rgba(0,0,0,0.15);
    border-bottom: 15px solid #FFF;
    transition: all 300ms ease;
}

.section-events__search .event-region__options.active-option .event-region__list-options{top: 48px; height: 168px; opacity: 1; visibility: visible;}


.top-banner-selection {
    background-color: #f9d104;
    background-image: url(../img/bandeau-club.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: calc(530px - 60px);
}
.top-banner-motevent.marque-details-banner,.top-banner-motevent.type-details-banner {
    background-color: #000000;
    background-image: url(../img/bandeau-honda.jpg);
    background-position: center center;
    background-repeat: repeat;
    background-size: cover;
}
/*.top-banner-motevent.marque-banner {
    background-color: #041E6E;
    background-image: linear-gradient(180deg, #041E6E 0%, #030020 100%);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}*/
.top-banner-motevent.auvergne-rhone-alpes-banner{
    background-color: #f9d104;
    background-image: url("../img/bandeau-auvergne-rhone-alpes.jpg");
    background-position: center left;
    background-repeat: repeat-x;
    background-size: contain;
}

.top-banner-motevent.leclub-banner,
.top-banner-motevent.selection-de-la-semaine-banner{
    background-color: #f9d104;
    background-image: url("../img/bandeau-club.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    height: calc(550px - 60px);
}

.top-banner-motevent.espace-pro-banner, .top-banner-motevent.-banner{
    background-color: #f9d104;
    background-image: url("../img/bandeau-cat-pro.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    height: calc(445px - 60px);
}
.top-banner-motevent.pays-de-la-loire-banner{
    background-color: #f9d104;
    background-image: url("../img/bandeau-pays-de-la-loire.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.top-banner-motevent.centre-val-de-loire-banner{
    background-color: #f9d104;
    background-image: url("../img/bandeau-centre-val-de-loir.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.top-banner-motevent.hauts-de-france-banner{
    background-color: #f9d104;
    background-image: url("../img/bandeau-haut-de-france.jpg");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
}
.top-banner-motevent.provence-alpes-cote-d-azur-banner{
    background-color: #f9d104;
    background-image: url("../img/bandeau-provence-alpes-Cote-dazur.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.top-banner-motevent.bourgogne-franche-comte-banner {
    background-color: #f9d104;
    background-image: url(../img/bandeau-bourgogne.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.event-region__options.show-all-filter .event-region__list-options{height: 100%; max-height: 450px;}

.event-region_list-options li{margin-bottom: 9px;}

.event-region__list-options li a{
    position: relative;
    display: flex;
    align-items: center;
    min-height: 20px;
    padding-left: 32px;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #434343;
    transition: all 300ms ease;
}

.event-region__list-options li a{
	padding-bottom: 10px;
	padding-left:0px;
}

.event-region__list-options li a.active-filter,
.event-region__list-options li a:hover,
.event-region__list-options li a:focus{color: #000;}


.event-region__list-options li a:hover,
.event-region__list-options li a:focus{padding-left: 10px;}

.section-events__search .event-region__options .event-region__list-options{
	left: 284px;
    width: 215px;
}

.loading-overlay {
  display: none;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
  align-items: center;
  justify-content: center;
}

.loading-overlay.is-active {
  display: flex;
}

.calendar {
	padding: 15px 15px 45px 15px !important;
}


.hover-maps h3{
    position: relative;
    padding-bottom: 12px;
    font-family: "Source Sans 3", Sans-serif !important;
    font-size: 17px;
    font-style: italic;
    font-weight: 900;
    line-height: 17px;
    text-transform: uppercase;
}

.hover-maps h3::after{
    background: url(../img/souligne-titre.svg) no-repeat 0 0;
    background-size: contain;
    content: "";
    position: absolute;
    left: -2px;
    bottom: 0;
    width: 68px;
    height: 10px;
}

.mot-event-forms .forms-field .form-control {
    width: 88%;
}
.mot-event-forms .select-selected {
    border-radius: 8px;
}
/*.event-items__item .item__img {
    height: 250px;
}*/

.form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: var(--bs-danger) !important;
}
.form-control.is-valid, .was-validated .form-control:valid {
    border-color: var(--bs-success) !important;
}

.carte-home-motevent__les-incontournables .container-mot-event__selection .mot-event-item::before {
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 30%,rgba(0,0,0,1) 100%);
    height:45%;
}
.section-presentation__container2 .section-presentation__col-blue .section-presentation__cta {
    width: 295px;
}
.previous_link{visibility: hidden;}
.show-more {
  display: none;
  cursor: pointer;
}
.event-items__item .item__detail {
    flex-grow: 0;
}
/*.section-connexion-publication {
    width: calc(100vw - 80px);
}*/
.card{
    width: 250px;
    border-radius: 10px;
}

.card-img-top{
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
span.text-muted{
    font-size: 12px;
}
small.text-muted{
    font-size: 8px;
}
h5.mb-0{
    font-size: 1rem;
}
small.ghj{
    font-size: 9px;
}
.mid{
    background: #ECEDF1;
}
h6.ml-1{
    font-size: 13px;
}
small.key{
    text-decoration: underline;
    font-size: 9px;
    cursor: pointer;
}
.btn-danger{
    color: #FFCBD2;
}
.btn-danger:focus{
    box-shadow: none;
}
small.justify-content-center{
    font-size: 9px;
    cursor: pointer;
    text-decoration: underline;
}
.popup-adblocks{    
    background-color: #c00;
}
.popup-adblocks .cta-inscription{ 
    width: 400px;
    color: #c00;
}
.popup-adblocks .cta-inscription svg {
    fill: #c00;
}
.section-autres-evenements__content .container-mot-event__event-items .event-items__item {
    width: calc(360px - 30px);
}
body#top{overflow-x:hidden;}
.event-detail .switch-inscription-news, #form-publication-sansconnexion .switch-info-publication {
    text-align: center;
}
.switch-inscription-news a{color:#171c24;}
.section-autres-evenements__content .container-mot-event__event-items {
    justify-content: normal;
}
.mapheader{
    position: absolute;
    width:100%;
    z-index:2;
}
.section-connexion-publication_col-right .cta-sans-inscription {
    width: 270px;
}
.section-publication-sansconnexion__txt {
    padding: 20px 20px 25px 15px;
    margin: 0px auto 30px;
    font-size: 20px; 
    box-shadow: 10px 5px 5px #eee;
    border: 1px solid #eee;
}
.event-detail .event-image {
    max-height: 100%;
}
#messagehidden h2{
    text-transform: none;
}
.event-type__options.show-all-filter .cta-plus-de-filtres {
    width: 170px;
}
.all-types{
    height:auto !important;
}
.calendar>.daynames-row, .calendar>.days-grid {
    padding-bottom:40px;
}
.popup-expired h2{border:none;}
.event-detail-info .event-organizer ul li a {
    padding: 0 5px;
}
.event-detail-info .event-organizer ul li a svg{
    width:32px;
    height:32px;
}
.event-detail-info .event-item.event-organizer {
    flex-direction: inherit;
}
.iframe_commentaire{
    padding: 20px 60px 20px
}
.section-inscription-pro.confirmation h2{
    font-size: 24px;
    font-weight: 800;
    padding-left: 15px;
    border-left: 10px solid #FFD200;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.event-detail-info .event-item .event-marque {border-right: 1px solid #e6e6e6;}
.event-detail-info .event-item .event-type {padding-left: 16px;}
.icone-contact{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width:40px;
    height:40px;
}
.icone-facebook{background-image: url(../img/facebook.png);}
.icone-instagram{background-image: url(../img/instagram.png);}
.icone-email{background-image: url(../img/email.png);}
.icone-phone{background-image: url(../img/phone.png);}
.icone-site{background-image: url(../img/site.png);}

.container-mot-event__iframe_event-items{
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    column-gap: 20px;
    grid-row-gap:20px;
}
/*.container-mot-event__iframe_event-items .event-items__item .item__img {
    height: 150px;
}*/
.container-mot-event__iframe_event-items .event-items__item .item__detail h3 a {
    font-size: 16px;
    line-height: 25px;
}
.container-mot-event__iframe_event-items .event-items__item .item__detail {
    padding: 10px 5px 0;
}
.container-mot-event__iframe_event-items .event-items__item .item__detail .item__localisation {
    font-size: 15px;
}
.container-mot-event__iframe_event-items .event-items__item .item__date {
    font-size: 13px;
}
@media screen and (max-width: 690px) {  
    .infomarker h3 a, .infomarker h3 a:hover, .infomarker h3 a:focus {
        font-size: 12px;
        line-height: 13px;
    }
    .infomarker p.region, .card-title-event p.region {
        text-transform: capitalize;
        font-size: 11px;
    }
    .infomarker .item__img, .infomarker div { height:150px;}
}
@media screen and (max-width: 1760px){
    .container-mot-event__selection .mot-event-item:nth-child(3) {
        display: block;
    }
}
@media screen and (max-width:600px){
    .col-sm-4{
        margin-bottom: 50px;
    }
}
@media screen and (max-width: 1440px){
    .iframe_commentaire{
        padding: 25px 30px 25px 30px;
    }
}