/*!
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/

/* Theme customization starts here

/* --- Custom des tags dans les annonces --- */

.tag-terrain-seul{
    
display: flex;
width: fit-content;
padding: var(--1, 4px) var(--25, 10px);
justify-content: center;
align-items: center;
gap: var(--25, 10px);
border-radius: 200px;
border: 1px solid #A37400;
background: #FFF9EA;
color: #A37400;
font-family: "PT Sans";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.tag-terrain-et-maison{
    
display: flex;
width: fit-content;
padding: var(--1, 4px) var(--25, 10px);
justify-content: center;
align-items: center;
gap: var(--25, 10px);
border-radius: 200px;
border: 1px solid #0073AC;
background: #EAF8FF;
color: #0073AC;
font-family: "PT Sans";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.mobile-header-button2-wrap,
.mobile-header-button-wrap {
  width: 100%;
}

a.button.mobile-header-button2.button-size-medium.button-style-outline,
.mobile-header-button-wrap .mobile-header-button-inner-wrap .mobile-header-button {
  width: 100%;
  text-align: center;
}


/*****  Calculatrice  *****/

 .tab-container {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 40px;
}

.tab {
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 18px;
    line-height:120%;
    font-weight: 700; 
    padding-bottom: 6px;
    cursor: pointer;
}

.tab.active {
    border-bottom: solid #BE0320 4px;
}

.tab-content {
    margin: auto;
    display: none;
    padding: 64px;
    width:fit-content;
    max-width:800px;
    border-radius: 16px;
    border: 1px solid #DCDCEB;
}

.tab-content .flex {
    display: flex;
    gap: 80px;
    align-items: center;
}

.tab-content .flex > div {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.label-group {
    gap: 4px;
    display: flex;
    flex-direction: column;
}

#calculatrice .label-group input {
    width: 100%;
    border-radius: var(--rounded-lg, 8px);
    border: 1px solid var(--gray-300, #D1D5DB);
    background: var(--gray-50, #F9FAFB);
}

.btn-budget {
    background: #BE0320;
    border-radius: 8px;
    color: #FFF;
    text-align: center;
    padding: 17px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 150%;
    font-family: "PT Sans";
    cursor: pointer;
    margin-top: 24px;
}

.btn-budget:hover {
    background: #2d3748;
}

.tab-content.active {
    display: block;
}


.min-col {
    min-width: 300px;
    width: 50%;
}

.resultats-mensualites {
    border-radius: 12px;
    background: #F8F8F8;
    color: #1A202C;
    font-family: "PT Sans", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 30px */
    padding: 32px;
    max-height:188px;
}

.resultats-mensualites > p {
    margin: 0!important;
}

#resultat-montant,
#resultat-mensualite {
    font-size: 30px;
}

.input-euros,
.input-pourcentage,
.input-ans {
    position: relative;
}

.input-euros:after {
    content: '€';
    position: absolute;
    text-align: center;
    right: 0;
    font-family: 'Inter';
    font-size: 14px;
    z-index: 5;
    border-radius: 0px var(--rounded-lg, 8px) var(--rounded-lg, 8px) 0px;
    border: 1px solid var(--gray-300, #D1D5DB);
    background: var(--gray-100, #F3F4F6);
    height: 100%;
    padding: 8px 12px;
    width: 50px;
}

.input-pourcentage:after {
    content: '%';
    text-align: center;
    position: absolute;
    right: 0;
    font-family: 'Inter';
    font-size: 14px;
    z-index: 5;
    border-radius: 0px var(--rounded-lg, 8px) var(--rounded-lg, 8px) 0px;
    border: 1px solid var(--gray-300, #D1D5DB);
    background: var(--gray-100, #F3F4F6);
    height: 100%;
    padding: 8px 12px;
    width: 50px;
}

.input-ans:after {
    content: 'ans';
    text-align: center;
    position: absolute;
    right: 0;
    font-family: 'Inter';
    font-size: 14px;
    z-index: 5;
    border-radius: 0px var(--rounded-lg, 8px) var(--rounded-lg, 8px) 0px;
    border: 1px solid var(--gray-300, #D1D5DB);
    background: var(--gray-100, #F3F4F6);
    height: 100%;
    padding: 8px 12px;
    width: 50px;
}

@media screen and (max-width: 768px) {
    .tab-content .flex {
        flex-wrap: wrap;
        justify-content: center;
        gap: 48px;
    }

    .tab-content {
        padding: 16px;
    }

    .tab {
        font-size: 11px;
        padding-bottom: 6px;
    }

    .tab-container {
        justify-content: space-between;
        gap: initial;
        margin-bottom: 20px;
    }

    .min-col {
        min-width: fit-content;
    }

    .resultats-mensualites {
        font-size: 18px;
    }
}
.entry-type-label {
	margin-top: 4px;
}

.badge {
	display: inline-block;
	font-size: 0.75rem;
	padding: 2px 6px;
	border-radius: 4px;
	color: white;
	text-transform: uppercase;
}

.badge-annonce {
	background-color: #ff6f00;
}

.badge-article {
	background-color: #0073aa;
}


/* -- Configurateur des modèles -- */

#configurateur-liste ul li{
    margin-bottom: 8px;
}




