/*
Theme Name: La Charmillotte
Theme URI: https://www.la-charmillotte.ch
Description: Thème principal
Author: Jonathan Faivre
Author URI: https://www.jost-solutions.net
Template: twentytwentyfive
Version: 1.0.0
*/

main{
    margin-top: 0px !important;
}

.wp-block-group.alignfull:first-child {
    padding-top: 0 !important;
}

h3{
    margin-top: var(--wp--preset--spacing--30) !important;
}

.nav-button {
    height: 18%;
    width: 18%;

    min-height: 150px;
    min-width: 150px;
}


.nav-button a, .nav-menu-2 a{
    color: white;
    text-decoration: none;
}

.nav-menu a:hover, .nav-menu-2 a:hover{
    transition: color 0.5s ease;
    text-decoration: none;
    color: var(--wp--preset--color--accent-6) !important;
}

.footer-menu a{
    color: var(--wp--preset--color--contrast) !important;
    text-decoration: none;
}
.footer-menu a:hover{
    transition: color 0.5s ease;
    text-decoration: none;
    color: var(--wp--preset--color--accent-5) !important;
}



.map-container iframe{
    width: 100%;
    aspect-ratio: 16 / 9;
}

.wp-block-button__link {
    transition: box-shadow 0.2s ease;
}

.wp-block-button__link:hover {
    box-shadow: inset 0 0 0 9999px rgba(29, 187, 8, 0.253);
}



.nav-thumbnail a{
    text-decoration: none !important;
}

.form-button{
    background: var(--wp--preset--gradient--custom-degrade-vert) !important;
    border-radius: 100px !important;
}

.banner-logo{
    width: 60% !important;
    height: auto !important;
}

.table-list-articles th:nth-child(2),
.table-list-articles td:nth-child(2) {
    width: 100px;
}