/* Theme Name: Egovt Child Theme
Theme URI: https://themeforest.net/user/ovatheme/portfolio
Description: This is child theme of egovt
Author: Ovatheme
Author URI: https://themeforest.net/user/ovatheme
Template: egovt
Version: 1.0.0
Tags: two-columns, three-columns, left-sidebar, right-sidebar, custom-menu, editor-style, featured-images, flexible-header, full-width-template, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain:  egovt-child
*/

/*** PAGE */
.page-id-5537 .page-links{
	display : none;
}

/*** HEADER */
.top-bar-contact-info p{
	margin: 0;
}

/*** SLIDER */
.elementor-custom-embed-play svg.e-font-icon-svg.e-eicon-play{
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

/*** ACTIVITY */
.tourisme-grid img{
    max-height: 275px;
    width: 100%;
    object-fit: cover;
}

/*** EVENTS */
.events-grid img{
	max-height : 400px;
	object-fit : cover;
}

/*** ARTICLES-GRID */
.articles-grid img{
	max-height : 180px;
	object-fit : cover;
	width : 100%;
}

/*** FOOTER */
#bottom-nav ul li{
	border-right : 1px solid;
}
#bottom-nav ul li:last-child{
	border-right : none;
}
#footer-contact-info span{
	display : block;
}

/*** PORTFOLIO */
.ova_por_slide.por_element .ovapor-item .content-item{
	top: calc(100% - 40px);
}
.owl-carousel .owl-item img{
	max-height: 300px;
}
.ova_por_slide.por_element .ovapor-item .content-item .title{
	color : #fff;
}
.owl-carousel .owl-item:hover img{
	filter: brightness(0.5);
}

/*** PAGE ASSOCIATIONS */
.associations-container h2{
	margin: 0 !important;
}
.associations-container .elementor-widget-container{
	margin-bottom: 0 !important;
}
.associations-infos a{
	color : #132244;
	border-bottom: 1px solid #A31E45;
}
.associations-infos a:hover {
    font-weight: bolder;
}

/*** PAGE SENTIERS DE RANDONNEE */
.parcours-content li:not(:last-child){
	margin-bottom: 25px;
}
.circuits-content .circuits-infos .elementor-widget-container p{
	margin: 0 !important;
}
.circuits-content .e-con-inner{
	gap: 5px !important;
}

/* case à cocher formulaire de contact */
.casecocher label{
    display: flex !important;
    flex-direction: row !important;
    gap: 1rem !important;
    align-items: center !important;
	}