.odoo_events_row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 -18px;
}

.odoo_event_item {
    text-align: left;
    width: 33.333%;
    padding: 0 18px;
    margin-bottom: 36px;
    transition: all 0.35s ease-out;
}

.odoo_event_item__wrapper {
    border-radius: 0.7rem;
    box-shadow: 0 10px 60px -30px rgba(0, 0, 0, 0.45);
    background-color: #fff;
    padding: 40px 0 7px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.odoo_event_item__top {
    position: relative;
}

.odoo_event_item__top .odoo_event_item__date,
.odoo_event_item__top .odoo_event_item__time {
    border-radius: 4px;
    position: absolute;
    background-color: #332e88;
    padding: 5px 10px;
    color: #fff;
    font-weight: bold;
    left: 50%;
    transform: translate(-50%);
    z-index: 1;
    white-space: nowrap;
}

.odoo_event_item__top .odoo_event_item__date span {
    text-transform: uppercase;
}

.odoo_event_item__top .odoo_event_item__date {
    top: -10px;
}

.odoo_event_item__top .odoo_event_item__time {
    bottom: -15px;
}

.odoo_event_item__img {
    overflow: hidden;
}

.odoo_event_item__img img {
    display: block;
    width: 100%;
    max-width: 100%;
    object-fit: cover;
    border-bottom: 1px solid #f2f2f2;
    transition: all .3s ease-out;
    height: 231px !important;
}

.odoo_event_item__img:hover img {
    transform: scale(1.05, 1.05);
}

.odoo_event_item__content {
    padding: 36px 36px 100px;
    background: #fff;
    height: 100%;
    position: relative;
}

.odoo_event_item__title {
    color: #101213;
    font-size: 20px;
    font-family: Roboto !important;
    margin-top: 0;
    font-weight: 700;
    margin-bottom: 5px;
    min-height: 55px;
}

.odoo_event_item__subtitle {
    min-height: 20px;
}

.odoo_event_item__type {
    font-style: italic;
    margin-top: 5px;
}

.odoo_event_item__title a:hover {
    color: #10aae9;
}

.odoo_event_item__button-wrapper {
    position: absolute;
    bottom: 35px;
    left: 36px;
    right: 36px;
}

.odoo_event_item__button {
    background-color: #332e88 !important;
    border: none !important;
    border-radius: 41px;
    color: #fff !important;
    box-shadow: 0 8px 15px -8px rgba(51, 46, 136, 0.3);
    font-size: 14px !important;
    padding: 11px 31px !important;
    margin-top: 20px !important;
    width: 100%;
}

.odoo_event_item__button:hover {
    background-color: #030506 !important;
    border-color: #030506 !important;
}

/*@media (max-width: 1275px) {
    .odoo_event_item {
        width: 50%;
    }
}*/

.wrapper_next_events .wrapper_single_event .wrapper_content .wrapper_location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-top: 10px;
}

.wrapper_next_events .wrapper_single_event .wrapper_content .wrapper_location i {
    font-size: 25px;
    min-width: 25px;
}

.wrapper_next_events .wrapper_single_event .wrapper_content .wrapper_location span {
    font-size: 17px;
    font-weight: 600;
    margin-left: 10px;
    text-align: left;
}


@media (max-width: 959px) {
    .odoo_events_row {
        margin: 0 -12px;
    }

    .odoo_event_item {
        width: 50%;
        padding: 0 12px;
    }
}

@media (max-width: 768px) {
    .odoo_event_item {
        width: 100%;
    }
}


/*Homepage events*/
.odoo_events_homepage_wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.odoo_event_homepage {
    width: 26%;
    padding-right: 10px;
    margin-bottom: 10px;
}

.odoo_event_homepage_wrapper {
    padding: 10px 10px 15px;
    border: 1px solid #10aae9;
    text-align: center;
    height: 100%;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #f0f0f0;
    box-shadow: 0 8px 15px -8px rgba(0,0,0,0.05);
    transition: all 0.3s ease-out;
    transform: none;
}
.odoo_event_homepage_wrapper:hover {
    transform: scale(1.05);
    box-shadow: 0 12px 15px -8px rgba(0,0,0,0.09);
}

.odoo_event_homepage_date a,
.odoo_event_homepage_title a {
    display: block;
}

.odoo_event_homepage_date {
    color: #10aae9;
    font-weight: bold;
    position: relative;
    font-size: 24px;
    padding-bottom: 25px;
}

.odoo_event_homepage_date a {
    color: #10aae9 !important;
}

.odoo_event_homepage_date::after {
    content: '';
    position: absolute;
    display: block;
    width: 60%;
    height: 1px;
    background-color: #10aae9;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto;
}

.odoo_event_homepage_date span {
    display: block;
    text-transform: lowercase;
}

.odoo_event_homepage_title {
    color: #000;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 500;
    font-family: Roboto;
    margin-top: 6px;
}

.odoo_event_homepage_more_events_wrapper {
    width: 22%;

    margin-bottom: 10px;
}

.odoo_event_homepage_more_events {
    border: 1px solid #332e88;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
    background: linear-gradient(to right , rgb(72, 66, 170) , rgb(46, 41, 128) 100%);
    box-shadow: 0 8px 15px -8px rgba(0,0,0,0.12);
    transition: all 0.3s ease-out;
    opacity: 1;
}
.odoo_event_homepage_more_events:hover {
    opacity: 0.85;
}

.odoo_event_homepage_more_events i {
    color: #332e88;
    position: absolute;
    font-size: 70px;
    transition: all .3s ease-out;
    color: #fff;
}

.odoo_event_homepage_more_events:hover {
    border-color: #26217b;
}

/*.odoo_event_homepage_more_events:hover i {
    color: #26217b;
}*/

@media (max-width: 959px) {
    .odoo_event_homepage {
        width: 50%;
    }

    .odoo_event_homepage_more_events_wrapper {
        width: 50%;
        padding-right: 10px;
    }
}

@media (max-width: 660px) {
    .odoo_event_homepage {
        width: 100%;
    }

    .odoo_event_homepage_more_events_wrapper {
        width: 100%;
    }

    .odoo_event_homepage_more_events i {
        position: relative;
        font-size: 80px;
    }
}

/*Odoo events widget*/

.odoo_events_widget_wrapper .odoo_event_widget {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.odoo_events_widget_wrapper .odoo_event_widget_img {
    width: 130px;
    height: 130px;
    margin-right: 10px;
}

.odoo_event_widget_img a {
    display: block;
    height: 100%;
}

.odoo_events_widget_wrapper .odoo_event_widget_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-top: 0 !important;
}

.odoo_event_widget_content {
    width: calc(100% - 140px);
    text-align: left;
}

.odoo_event_widget_title {
    margin-bottom: 10px;
}

.odoo_event_widget_title .titre {
    text-align: left;
    margin: 0;
    line-height: 1.2;
}

.odoo_event_widget_title .titre a {
    font-weight: 800;
    font-size: 18px;
}

.odoo_event_widget_date {
    margin-bottom: 10px;
}

.odoo_events_widget_wrapper .odoo_event_widget_date a {
    color: #10aae9 !important;
    /*font-size: 28px;*/
    font-size: 24px;
    font-weight: 800;
}

.odoo_events_widget_wrapper .odoo_event_widget_date a span {
    color: #fff;
    /*font-size: 22px;*/
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.odoo_event_widget_location {
    text-transform: uppercase;
    margin: 10px 0;
    /*font-size: 18px;*/
    font-size: 16px;
    font-weight: 600;
}

.odoo_event_widget_title a,
.odoo_event_widget_date a,
.odoo_event_widget_location a {
    display: block;
}

@media (max-width: 1400px) {
    .odoo_events_widget_wrapper {
        margin: 0 -20px;
        overflow: hidden;
    }
 /*   .odoo_event_widget_title .titre {
        font-size: 18px;
    }*/

    .odoo_events_widget_wrapper .odoo_event_widget_img {
        width: 110px;
        height: 110px;
    }

/*    .odoo_events_widget_wrapper .odoo_event_widget_date a {
        font-size: 24px;
    }

    .odoo_events_widget_wrapper .odoo_event_widget_date a span {
        font-size: 20px;
    }

    .odoo_event_widget_location {
        font-size: 16px;
    }*/
}

@media (max-width: 959px) {
    .odoo_events_widget_wrapper {
        margin: 0;
    }

    .odoo_events_widget_wrapper .odoo_event_widget_img {
        width: 130px;
        height: 130px;
    }
}

/*Square*/

.odoo_events_square_wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.odoo_event_square {
    width: 18%;
    padding: 0 15px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.odoo_event_square.odoo_event_square_text_before {
    width: 28%;
}

.odoo_event_square_wrapper {
    border: 1px solid #8b4791;
    padding: 0 5px 10px;
    height: 100%;
    text-align: left;
    background-color: #fff;
    border: 1px solid #f2f2f2;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 8px 15px -8px rgba(0,0,0,0.05);
    background: #fff;
    transition: all 0.3s ease-out;
    transform: none;
}
.odoo_event_square_wrapper:hover {
    -webkit-transform: scale(1.05);transform: scale(1.05);
    box-shadow: 0 12px 15px -8px rgba(0,0,0,0.09);
}

.odoo_event_square_date {
    height: 53px;
}

.odoo_event_square_date a {
    font-size: 24px;
    font-weight: 800;
    text-transform: uppercase;
}

.odoo_event_square_date a span {
    display: block;
    color: #000;
    font-size: 20px;
    font-weight: 800;
}

.odoo_event_square_title {
    height: calc(100% - 53px);
    display: flex;
    align-items: center;
    height: auto;
    display: block;
}

.odoo_event_square_title a {
    padding-top: 15px;
    font-size: 16px;
    font-weight: 600;
}

.odoo_event_square_date a,
.odoo_event_square_title a {
    display: block;
    color: #8b4791 !important;
}

.odoo_event_square.odoo_event_square_text_before .odoo_event_square_wrapper {
    padding: 18px;
    display: flex;
    align-items: center;
    color: #8b4791 !important;
    font-weight: 600;
    font-size: 18px;
    background: #8b4791;
    color: #fff !important;
    text-align: center;
    box-shadow: 0 8px 15px -8px rgba(0,0,0,0.15);
}

.odoo_event_square_date a:hover,
.odoo_event_square_title a:hover {
    color: #6c4791 !important;
}

/*.odoo_event_square_wrapper:hover {
    border-color: #6c4791;
}*/

@media (max-width: 959px) {
    .odoo_event_square {
        width: 50%;
        padding: 0 10px;
    }

    .odoo_event_square.odoo_event_square_text_before {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .odoo_event_square {
        padding: 0 15px;
        width: 100%;
    }
}

.odoo_event_item {
    opacity: 1;
    transform: scale(1);
    -webkit-animation-name: fadein;
    -moz-animation-name: fadein;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-duration: 400ms;
    -moz-animation-timing-function: ease-in-out;
    -moz-animation-duration: 400ms;
}

.odoo_event_item.hided {
    -webkit-animation-name: fadeout;
    -moz-animation-name: fadeout;
    display: none
}

@-webkit-keyframes fadein {
    from { opacity: 0; transform: scale(0) }
    to { opacity: 1; transform: scale(1) }
}

@-webkit-keyframes fadeout {
    from { opacity: 1; transform: scale(1) }
    to { opacity: 0; transform: scale(0); }
}


.odoo_events_filters {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0;
}

.odoo_events_filter_btn {
    display: inline-block;
    background: #332e88;
    border-radius: 41px;
    color: #fff;
    box-shadow: 0 8px 15px -8px rgba(51, 46, 136, 0.3);
    font-size: 14px;
    padding: 11px 31px;
    margin: 0 15px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.odoo_events_filter_btn.active,
.odoo_events_filter_btn:hover {
    background: #030506;
}

/* Menu */
.odoo_events_menu_layout{
	margin-right: 2px;
}

.odoo_event_menu {
    overflow: hidden;
}

.odoo_event_menu_wrapper {
    display: flex;
    align-items: center;
	background: rgb(135 206 250 / 50%);
    padding: 10px;
}

.odoo_event_menu_date {
    font-weight: 500;
    font-size: 14px;
	color: #ffff;
	width: 35%;
	float: right;
	text-align:center;

}

.odoo_event_menu_date i {
	margin-right: 0px;
}

.odoo_event_menu_date span {
    width: 100%;
    display: block;
}

.odoo_event_menu_text {
    text-align: center;
	color: #ffff;
	width: 60%;
	float: left;
}

.odoo_event_menu_text .odoo_event_menu_title {
    font-weight: 500;
    width: 100%;
    display: block;
    font-size: 14px
}

.odoo_event_menu_text .odoo_event_menu_subtitle {
    font-size: 12px;
}

.odoo_event_menu_time {
    font-size: 12px;
    margin-top: 5px;
}

.odoo-event-button-format {
	opacity: 85%;
	margin: 0px !important;
}

@media (max-width: 1200px) {
    .odoo_event_menu_date {
        width: 70px;
    }

    .odoo_event_menu_text .odoo_event_menu_title {
        font-size: 14px
    }

    .odoo_event_menu_text .odoo_event_menu_subtitle {
        font-size: 12px
    }
	
	.odoo-event-menu-cell {
    	padding-top: 76px !important;
	}
}

@media (max-width: 991px) {
    .odoo_event_menu_text .odoo_event_menu_title {
        font-size: 16px
    }

    .odoo_event_menu_text .odoo_event_menu_subtitle {
        font-size: 14px
    }
	.odoo_events_menu_layout {
		top: 10px;
	}
}