/*
Theme Name: Le p'tit Cham. (Child)
Theme URI: https://www.wpzoom.com/themes/inspiro/
Template: inspiro
Author: Studio Malice
Author URI: https://www.studio-malice.com/
Description: Thème pour le P'tit Cham.
Version: 1.0
Updated: 2025-11-06 10:47:34

*/

#main img,
#main .panel-widget-style{
	overflow: hidden;
}

html main#main a.button_cham,
html .button_cham .ow-button-base a.sowb-button {
	font-family: 'Inter', sans-serif;
    line-height: 1.8;
	background: transparent;
	color: #ffffff;
    border-color: #ffffff;
	border: 3px solid white;
    border-radius: 0;
    font-size: 18px;
    padding: 0.5rem 1rem;
    transition: background-color .2s ease-in-out, border-color .2s ease-in-out, color .2s ease-in-out;
}
a.button_cham:hover,
html .button_cham .ow-button-base a.sowb-button.ow-button-hover:hover {
	background: #546e7a;
	border-color: #546e7a;
}
html main#main a.button_cham_black,
html .button_cham_black .ow-button-base a.sowb-button {
	font-family: 'Inter', sans-serif;
    line-height: 1.8;
	background: transparent;
	color: #55818c !important;
    border-color: #55818c;
	border: 3px solid #55818c;
    border-radius: 0;
    font-size: 18px;
    padding: 0.5rem 1rem;
    transition: background-color .2s ease-in-out, border-color .2s ease-in-out, color .2s ease-in-out;
}
html main#main a.button_cham_black:hover,
html .button_cham_black .ow-button-base a.sowb-button.ow-button-hover:hover {
	background: #546e7a !important;
	color: #ffffff !important;
}

.sections-alignees > .panel-grid-cell {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* Menu : Langues */
.navbar-nav > li.pll-parent-menu-item.current-menu-parent > a {
    border: none;
}
.navbar-nav > li.pll-parent-menu-item > ul {
    width: 47px;
}
/***********************/

/* Footer */
.menu-pied-de-page-container {
	margin-top: 1rem;
}
footer .widget_block {
	margin-bottom: 0;
}
footer .title {
	margin-bottom: 1rem;
}

.site-footer h3.widget-title {
    margin: 0;
    margin-bottom: 20px;
    font-size: 20px;
    text-transform: uppercase;
    font-family: Onest, sans-serif;
    font-weight: 700;
    color: #fff;
}
.site-footer .widget_nav_menu {
    margin-top: 20px;
}