/*
Theme Name: callista Child
Template: callista
Version: 0.1.0
Description: Thème enfant
Theme URI: 
Author: 
Author URI: 
*/


.kiwi-logo-carousel-partenaires{
	list-style-type:square  !important; 
}

/* *** *** *** *** *** *** */
/* *** ***  COQPIT *** *** */
/* *** *** *** *** *** *** */

/* *** Général *** */
.btn.btn-donation{
	color: #FFF;
	background-color: #8161AE;
	border-color: #8161AE;
}
.btn.btn-donation:hover{
	background-color: transparent;
}

/* *** Header *** */

body .top-panel__wrap .top-panel__info{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

@media screen and (min-width: 998px){
	/* top panel */
	body .top-panel__wrap {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		align-items: center;
	}
	body .top-panel__wrap ul.social-list__items{
		display: flex;
		align-items: center;
		justify-content: center;
	}

	/* nav */
	body .site-header.minimal .site-branding {
		margin-right: 15px;
	}
	body .site-header.minimal .site-branding .site-logo{
		max-width: 160px;
	}
	body .site-header.minimal .site-branding .site-logo a{
		position: relative;
	}


	body .site-header.minimal .main-navigation > .menu{
		justify-content: flex-start;
	}
	body .site-header.minimal .main-navigation > .menu > .menu-item > a {
		padding: 42px 10px 18px;
	}
}
@media screen and (max-width: 998px){
	
}