/*
Theme Name: Onelite CHILD
Theme URI:  https://www.wpserveur.net
Author:     WPServeur
Author URI: https://www.wpserveur.net
Template:   oneline-lite
Version:    1.0
License:    GNU General Public License v2 or later
*/

.navigation ul li a:before {
	background: #5021b0  !important;
}

div#header {
    background: rgba(255, 255, 255, 0.5);
}
.navigation ul li a, .navigation ul li a:link {
    color: #5022b0 !important;
    font-weight: bold !important;
}
 .navigation ul li a.active {
    color: white !important;
}
/* PAGE CONTACT */
body.page-id-26 .page-title .demo-image.skrollable.skrollable-between {
    background-position: 50% -93.1176px !important;
}

body{background:#fff;}
.post-meta,.archive-title h2{display:none;}

/* PAGE NOTRE MISSION*/
body.page-id-9.page-template .svg-top-container,body.page-id-9.page-template .svg-bottom-container{
	fill:#ffffff !important;
}

body.page-id-9.page-template .page-title.svg_enable.parallax-lite .demo-image {
	background-image:url(https://occicare.fr/wp-content/uploads/2024/11/slider1.jpg) !important;
	background-position-y: 80% !important;
}



/* FIN PAGE NOTRE MISSION */
/* PAGE NOUS REJOINDRE */
body.page-id-20.page-template .svg-top-container,body.page-id-20.page-template .svg-bottom-container{
	fill:#ffffff !important;
}
/* FIN PAGE NOUS REJOINDRE */
/* PAGE NOUS CONNAITRE */
#latest-post figure.post-content h3 {
    height: 55px !important;
}
#latest-post figure.post-content .date, #latest-post figure.post-content i
{
	display:none !important;
}

#latest-post ul.post-grid, #team ul.team-grid
{
	    display: flex;
    flex-wrap: wrap;
    justify-content: center;

}

/* FIN PAGE NOUS CONNAITRE */
.sub-heading {
    width:100%;
}

p, .service-content p {
			text-align: justify;
		width: 81%;
		margin: auto;
	}

@media (min-width: 780px) {
	ul.service-grid
	{
		display:flex;
		flex-wrap:wrap;
		justify-content:center;
	}
	ul.service-grid li.service-list
	{
		width:30%;
	}
	
	
	/* grossir le logo */
	/*
	.header #logo {
		max-width: 450px;
		width: 35%;	
		}
	#main-menu-wrapper {

		width: 65%;
		}	

	img.custom-logo {
		width: 450px;
		height: 178px;
	}
	*/
}

@media (max-width: 780px) {
    ul.service-grid li.service-list {
        width: 48%;
        padding-bottom: 3%;
        display: inline-block;
        float: left;
    }
}
@media (max-width: 480px) {
    ul.service-grid li.service-list {
        width: 100%;
        float: none;
        display: inline-block;
    }
	#menu li a {
    color: black !important;
    font-size: 6vw;
    margin-top: 2vh;
}
}