
/*--------------------------------------------------------------
# FORM / FILTERS
--------------------------------------------------------------*/


.form-formation table, .form-formation td, .form-formation th {
    padding: 0 !important;
    border: none;
    background: none !important;
    margin: 0;
}


.single-formation .elementor-button:not([href]) {
    display:none;
}
badge {
    padding: 5px;
    background: var( --e-global-color-primary );
    color: #fff;
    border-radius: 25px;
    margin: 3px;
    display: inline-block;
}
badge:after {
    content:"x";
    display:inline-block;
    padding:0 5px;
    font-size: 1em;
    font-weight: bold;
    border-radius: 0;
}

.form-container.box-shadow {
    -webkit-box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 15%);
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 15%);
}

.filter-container {
    position: relative;
    height: 100%;
    width: 100%;
}

.filter-title {
    margin-top: 0;
    margin-bottom: 0;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: relative;
    display: block;
    width: 100%;
    border-radius: 0px;
    appearance: none;
    border: 0px none;
    outline: none;
    background-color: transparent;
    color: var( --e-global-color-primary);
    font-size: 1em;
    font-weight: var( --e-global-typography-text-font-weight );
    line-height: 1.5;
    margin: 0;
}
h4.filter-button:hover {
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.10);
} 
.filter-tooltip {
  margin:0;
  padding:0;
  background:#fff;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.10);
  display:block;
  max-height:300px;
  overflow:auto;
  position:absolute;
  list-style:none;
  -o-transition: opacity .3s ease-in-out;
  -ms-transition: opacity .3s ease-in-out;
  -moz-transition: opacity .3s ease-in-out;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  opacity:0;
  visibility: hidden;
  width:100%;
  z-index: 9;
  top:100%;
  right:0;

}
.sub-filter {
    padding-left:10px;
}
.pac-logo:after {display:none;}
/*Desktop*/
@media (hover: hover) {
    .filter-container:hover .filter-tooltip {
        opacity:1;
        visibility: visible;
    }
}
@media (hover: none) {
    .filter-container.active .filter-tooltip {
        opacity:1;
        visibility: visible;
    }
}


.filter-tooltip.active {

}
.filter-container.hidden {
  display:none;
}
.filter-container li label {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 10px;
    line-height: 1em;
    color: rgba(0,0,0,0.5);
    cursor: pointer;
    font-weight: var( --e-global-typography-text-font-weight );
}
.filter-container label span {
  display:inline-block;
}
.filter-container label input[type="checkbox"] {
    margin-right:10px;
}
.geouser > label {
    color:var( --e-global-color-primary );
}
.filter-where-container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 100%;
}

.filter-where-container .filter-container {
    flex:1;
}

#filter-distance {
display:none;
width:75px;
}
.filter-container.show #filter-distance {
display:block;
}
.filter-container.show .filter-title span {
    display:none;
}
#distance-select {
border-left:1px solid #dedede;
padding-right:5px;
}
.ajax-select {
    width:auto;
    height:100%;
}
.ajax-input {
    display: inline-block;
    vertical-align: middle;
}
h4.filter-button:after {
    content: "";
    position: absolute;
    transition: all 0.2s ease-in-out;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    display: inline-block;
    width: 10px;
    height: 6px;
    right: 10px;
    background: url(../images/down.svg);
    background-size: cover;
}
.button-reset {
    border-radius: 50% !important;
    color: var( --e-global-color-accent ) !important;
    border-color: var( --e-global-color-accent );
    font-weight: lighter;
    width: 26px !important;
    height: 26px;
    position: absolute;
    top: 50%;
    margin-top: -13px;
    right: 20px;
    display: block;
    padding: 0;
    line-height: 26px;
    display:none;
}
.show .button-reset {
    display:block;
}
.button-reset:hover {
    background: #fff !important;
}
.hide-on-desktop {display:none;}



.hidden {visibility:hidden;}

.page-numbers {
  opacity:0.5;
  padding:5px;
}
.page-numbers:hover {
  opacity:1;
}
/*FORM SCHOOL */
.ajaxsearch .align-right {
    padding: 0 10px;
        display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
        -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
     -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right;
}
.ajaxsearch .col {
    border-left:1px solid #efefef;
}
.ajaxsearch .col:first-child{
    border:none;
}
.ajaxsearch .col  input.main-input{
    height: 100%;
    padding:20px 10px;
    min-height:80px;
}
.ajaxsearch .col:after {

}
.ajaxsearch .filter-title {
    height: 100%;
    padding: 20px 10px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    /* line-height: 100%; */
    overflow: hidden;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    width:100%;
}
#google-input-where {
    margin:0;
    padding:0;
    border-top:1px solid #dedede;
}
@media only screen and (max-width:1024px ) {
    .hide-on-desktop {display:block;}
}

@media only screen and (max-width:720px ) {
  .filter-container label {
        padding: 10px;
    }
.ajaxsearch h4.filter-title,
.ajaxsearch .col input.main-input {
    padding: 20px;
}
  .ajaxsearch .col {
        border-top: 1px solid #efefef;
        width: 50%;
  }
  .ajaxsearch .align-right {    padding: 10px;
    text-align: center;
    display: block;
}
}
@media only screen and (max-width:400px ) {
  .ajaxsearch .col,.ajaxsearch .align-right {
        width: 100%;
    }

}
/*--------------------------------------------------------------
# GENERAL
--------------------------------------------------------------*/
.row {
     display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-bottom:1em;
}
.row.nowrap {
    /*
     -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    */
}
.row .col {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    position: relative;
}
.flex-container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: flex-start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    height: 100%;
}
.delete-repeater {
    display:none;
}
.delete-repeater.visible {
    display:block;
}
.repeaters-group {
    width:100%;
    margin-bottom:10px;
}
.clone-repeater, .delete-repeater {margin:10px 0;display:inline-block;padding:10px;background:#efefef;}
.delete-repeater {float:right;color:red;}
.clone-repeater {color:var(--e-global-color-accent);}
.repeater {
    width:100%;
    margin:10px 0;
    padding:20px;
    border:1px solid #dedede;
    position: relative;
        display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.box-shadow,
body .elementor-card-shadow-yes .elementor-post__card {

    background: #fff;
        -webkit-box-shadow: 0px 8px 20px 0px rgb(29 31 63 / 5%);
    box-shadow: 0px 8px 20px 0px rgb(29 31 63 / 5%);
        -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.grid-list {
    
    padding: 0;
    list-style: none outside;
    clear: both;
    display: grid;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: repeat(4,1fr);
    border: none;
}
.grid-list.grid-2-1 {
    grid-template-columns: repeat(2,1fr);
}
.grid-list > article {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-align: left;
    position: relative;
    border: none;
    width: 100%;

    position: relative;
    min-width: 0;


}
.grid-list > article .container-box {
    width:100%;
        display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    overflow: hidden;

}

.container-box  > * {
    width:100%;
}

.item-address {
    min-height: 48px;
}

.grid-list > article > a {
    width:100%;
    display: block;
    position: relative;
}
.background-box {
    padding-bottom:33%;
    background-size:cover;
    background-position: center center;
}
.no-background {
    background-color: #f1f1f1;
}
.logo-box {
    width:100px;
    height:100px;
    padding:10px;
    background: #fff;
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.05); 
    box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.05); 
    margin:-50px auto 20px auto;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.content-box {
    padding:10px 30px 0 30px;
    color: var( --e-global-color-text );
    width:100%;
}
.content-box h3 {color:var( --e-global-color-primary );}
.grid-list .action-card {
    border-top:1px solid #dedede;
    text-align:right;
    padding:20px 20px 20px 20px;
    color: var( --e-global-color-primary );
    text-transform: uppercase;
    margin-top:20px;
    width:100%;

}
.grid-list .action-card > a {
    color: var( --e-global-color-accent );
}
.grid-list .action-card i {
    font-size:16px;
}
.center-align {
    text-align: center;
}
.header-box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 30px 0 30px;
}
.separator-box {
    position: relative;
    text-align: center;
}
.separator-box:before {
    content:"";
    border:1px solid #efefef;
    width:100%;
    position: absolute;
    top:50%;
    left:0;
}
.rounded-img {
    width:70px;
    height:70px;
    border-radius: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin-right:20px;
    position:relative;
}
#isotope-filter article h3,
.location {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 100%;
}
.container-box i {
    font-size:22px;
    vertical-align: middle;
    color: var( --e-global-color-accent );
    display: inline-block;
        -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

/* Hover */
.grid-list > article:hover .container-box{
    -webkit-box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.05); 
    box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.05); 
}
.grid-list > article:hover .logo-box {
    -webkit-box-shadow: inset 0px 0px 0px 2px rgba(0,0,0,0.05); 
    box-shadow: inset 0px 0px 0px 2px rgba(0,0,0,0.05); 
}

/*IF ISOTOPE */
#isotope-filter .grid-list {
    display: block;
    margin-left: -20px;
    margin-right: -20px;
}
#isotope-filter article {
    width:25%;
    padding:20px;
}
#isotope-filter article > .container-box{
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

/* FORMATION */
.item-formation-simple .badges{
    position: relative;
    top:0;
    left:0;
}
.item-formation .logo-box {
    margin: 0;
    width: 80px;
    height: 80px;
    margin-right: 10px;
}
.logos-box {
    margin: -50px auto 20px auto;
    padding: 0px 30px 0 30px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.no-posts {
    padding-bottom:40px;
}
#loader {
    display: none; 
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    align-items: center;
    z-index: 99;
    text-align: center;
    background: rgba(255,255,255,0.2);
    text-align: center;
    padding: 10%;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.lds-ripple {
    display: inline-block;
    position: absolute;
    width: 80px;
    height: 80px;
    top: 50%;
    margin-top: -40px;
    margin-left: -40px;
    left: 50%;
}
.lds-ripple div {
  position: absolute;
  border: 4px solid var( --e-global-color-primary );
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
/* =========
WIDGET EVENTS 
=============*/

.event-list{
    background-color: #fff;
}
.item-event {
    width:100%;
    font-family: var( --e-global-typography-text-font-family ), Sans-serif;
    font-weight: var( --e-global-typography-text-font-weight );
    margin-bottom:15px;
}
.item-event .container-box,
.item-simple .container-box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.item-event  .info-event,
.item-simple .content-box,
.formation-link {
    flex:1;
}
.item-event:last-child{
    border-bottom: none;
}
.item-event .action-card, .item-simple .action-card {
    align-self: center;
    -webkit-align-self: center;
    -ms-flex-self: center;
    padding: 20px;
    text-align: right;
}

.date-event {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: column;
    width: 90px;
    color: var(--e-global-color-accent );
    background: #fff;
    text-align: center;
    line-height: 1;
    padding: 20px 5px;
    border-radius: 6px 6px;
    -webkit-box-shadow: 0px 8px 20px 0px rgb(29 31 63 / 5%);
    box-shadow: 0px 8px 20px 0px rgb(29 31 63 / 5%);
}
.item-formation .date-event .year-event{
    margin-top:5px;
}
.item-formation .date-event {
    margin-top:-30px;
}


.day-event{
    display: block;
    font-weight: bold;
    font-size:1.5em;
    margin-bottom:5px;
}
.day-event.multi-days {
    font-size:1.2em;
}
.month-event {
    font-size: 1em;
    font-weight: bold;
    text-transform: uppercase;
}

.info-event,
.item-simple .content-box {
    padding:20px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}



.time-event{
    color: #9A9A9A;
}
.title-event {
    margin:0;
}
.title-event a{
    color: var( --e-global-color-accent );
}

.location-event {
    margin-bottom:0 ;
    color:#9A9A9A;
    margin-top:10px;
 } 

.start-date , .end-date {
    display: inline-block;
    text-align: center; 
}

/*Simple item */

.simple-list {
        box-shadow: 5px 5px 5px 0px rgb(0 0 0 / 15%);
        padding:0 !important;
}
.item-simple {
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; 
    border-bottom: 1px solid #efefef;
}

.item-simple .logos-box,
.item-event .logos-box {padding:0;}
.item-simple .logo-box,
.item-event .logo-box { 
    width: 50px;
    height: 50px;
    margin:10px 5px;
}
.item-simple:last-child {border-bottom:none;}
.item-simple:hover {
    background: #efefef;
}
.elementor-widget-container .item-simple h3, .elementor-widget-container .item-event h3 {
    font-size: 1em;
    margin: 0;
}

article:hover .action-card i {
    transform:translateX(-10px);
}
/* =========
WIDGET CALENDRIER 
=============*/
#container-calendar{
    background-color: #fff;
    width: 100%;
    height: 100%;
    padding: 30px;
    
}
.header-calendar{
    padding: 10px 0;
}
.header-calendar h3 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    text-transform: uppercase;
    width: 100%;
    height: 50px;
    font-size: 1em;
    color: #333;
    background: #fff;
    margin: auto;
}
.header-calendar .month-button {
    border: 1px solid #efefef;
    border-radius: 2px;
    background-color: #fff;
    color: var( --e-global-color-accent );
    text-align: center;
    font-size: 0.8em;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color:#ffff;
    width: auto;
    cursor: pointer;
    text-decoration: none;
}

.day-calendar , .week-line {
    list-style: none;
    display: table;
    width : 100%;
    margin: auto;
    padding: 0;
    font-family: var(--e-global-typography-text-font-family);
}  
.day-calendar {
    font-weight: bold;
    color:#000;
}  
.day-calendar li, .week-line li {
    display: table-cell;
    width : 14.28%;
    text-align: center;
    vertical-align: middle;
    line-height: 50px;
}
.day-calendar li, .week-line li a {
    height: 100%;
}
.week-line li a {display: block;}
.day-calendar li { 
    border-bottom: 1px solid #efefef;
}     
.week-line li { 
    color: #9A9A9A;
    background: #fff;
    font-size: 1em;
    padding: 0;
    -webkit-transition: all 0.25s ease-in-out !important;
    transition: all 0.25s ease-in-out !important;     
} 
.week-line li:hover { 
     background: #eaeaea;    
}  
.week-line li.itemCurrentItem  { 
    color: #ffff;
    background: var( --e-global-color-accent );
} 
.week-line li.itemCurrentItem:hover , .week-line .has-event:hover {
    background: var( --e-global-color-accent );
    color: #fff;
}
.has-event:hover:before{
    background: #fff;
}
.has-event {
    position: relative;  
}
.has-event:hover a{
    color: #fff;
}
.has-event:before {
    content: "";
    position: absolute;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    margin-left: -3px;
    background-color: var( --e-global-color-accent );
    margin-top: 10px;
}

#events-list {
    margin: 0;
    padding: 0;
    list-style: none outside;
    clear: both;
    display: block;
    grid-column-gap: 0;
    grid-row-gap: 0;
    grid-template-columns: 0;
    border: none;
}

#title-event-list {
    font-weight:300;
    line-height: 1.5em;
}
.title-event-list {
    text-transform: capitalize;
    position: relative;
    margin-bottom:20px;
}

/* ======== ARCHIVES POST =======*/
.archive-post article.elementor-post {
        border-bottom: 1px solid #efefef;
        padding:16px 0;
}
.archive-post article.elementor-post:last-child {
    border-bottom: none;
}
.container-buttons {
    margin-top:15px;
}
.container-buttons a.elementor-button {
    width:calc(50% - 8px);
    display: inline-block;
    margin-right:10px;
}

.container-buttons > a:nth-child(2n) {
    margin-right:0;
}
.container-buttons > a.programme_pdf,
.container-buttons > a.save_the_date_pdf {
    padding:12px 12px;
    color:var( --e-global-color-primary );
    -webkit-box-shadow: inset 0 0 0 1px var( --e-global-color-primary );
    box-shadow: inset 0 0 0 1px var( --e-global-color-primary );
}


.elementor-icon-list-item-novelar .elementor-post-info__item-prefix {
    font-size: initial;
    font-weight: initial;
    text-transform: initial;
    display: block !important;
}
/* Bages */
.badges {

    width: 100%;
    padding: 0;
    margin: 20px 0 0 0;
}
.background-box .badges {
    position: absolute;
    right:0;
    top:0;
    padding:0 20px;
    text-align: right;
}
.badges > li, .badge {
    display: inline-block;
    margin: 5px;
    padding: 5px 15px;
    background: var( --e-global-color-accent );
    color: #fff;
    border-radius: 25px;
    font-weight: 500;
    /* font-size: 0.8em; */
}
.badges > li:first-child, .badge:first-child {
    margin-left:0;
}
.badges > li:last-child, .badge:last-child {
    margin-right:0;
}
@media only screen and (max-width: 900px) {

    .grid-list{
        grid-template-columns: repeat(2,1fr) !important;
        display: grid;
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }

}


@media only screen and (max-width: 512px) {
    .grid-list{
        grid-template-columns: repeat(1,1fr) !important;
        display: grid;
        padding:0;
    }

    .item-event .container-box{
        display: block;
        padding: 15px;
    }
    .info-event {
        padding: 20px 0;
    }
    .item-event .action-card {
        padding: 0 0px;
    }
    .item-event .date-event {
        display: inline-block;
        margin: 0;
        float: left;
    }
    .item-event .logos-box {
        padding: 0;
        display: inline-block;
        margin: 0 20px;
    }
    .item-simple .logo-box, .item-event .logo-box {
    width: 75px;
    height: 75px;
    margin: 0 5px;
}
}