/*
Theme Name: Hello Elementor Child
Theme URI: https://www.karozo.fr/
Description: Hello Elementor Child Theme
Author: caroline tchiakpe
Author URL: https://www.karozo.fr/
Template: hello-elementor
Version: 1.0.0
License: GNU General Public License v2 or later
License URL: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hello-elementorchild
*/


ul{
	list-style-type: '- ';
}
li { 
	line-height:1,7em;
}
.center {
	text-align:center;
}
.justify{text-align: justify;}

.blog-article{
	width:88%;
}
 
.site-header .header-inner .site-branding .site-description  {
    margin: -10px 10px 3px  6px;
}

.site-header .site-navigation ul.menu li a:hover,.site-header .site-navigation ul.menu li.current-menu-item a , footer .site-navigation ul.menu a:hover {
	color:#5ABEC6;		
}

.img-overlay:hover {
	border: 3px solid #5ABEC6A8;
}
.site-navigation-dropdown ul.menu li a{
	font-weight:bolder;
}

/* responsive tablet */
@media screen and (max-width: 1025px) {
 .site-navigation-toggle-holder .site-navigation-toggle {
	 background-color: #fff;
	 font-size:1.8em;
	}
	
	.site-navigation-dropdown ul.menu li.current-menu-item a{
		background:#5ABEC6 !important;
}
	.site-header .site-navigation-toggle i{
		color: var(--e-global-color-primary)!important;
}
	.site-header .site-navigation-toggle i:focus{
		color: var(--e-global-color-accent )!important;
}
	}
}
/* responsive mobil */
@media screen and (max-width: 768px) {
	 .site-header .site-branding .site-logo img {
     	 width: 100%;
      	max-width: 100%;
}
	.site-navigation-toggle-holder{
		padding:8px 6px;
	}
	li { 
		line-height:2em;
}
}


