/*
Theme Name: Les fruitiers d'Autan
Theme URI: 
Author: Corinne Escudier
Author URI: 
Description: Theme enfant de Twenty Twenty Four
Requires at least: 7.0
Tested up to: 7.0
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: twentytwentyfour
Text Domain: les-fruitiers-dautan
Tags: 
*/

/* Tableau Gutenberg responsive */
.tableau-responsive {
    width: 100%;
    max-width: 100%;
}

.tableau-responsive table {
    width: 100%;
    border-collapse: collapse;
}

.tableau-responsive th,
.tableau-responsive td {
    box-sizing: border-box;
    vertical-align: top;
}
@media screen and (max-width: 820px) {

    .tableau-responsive {
        display: block;
        width: 100%;
        max-width: 100%;
        overflow: visible !important;
    }

    .tableau-responsive table,
    .tableau-responsive tbody,
    .tableau-responsive tr,
    .tableau-responsive td {
        display: block;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        box-sizing: border-box;
    }

    .tableau-responsive table {
        table-layout: auto !important;
        border: 0;
    }

    /* Les intitulés seront repris automatiquement par JavaScript */
    .tableau-responsive thead {
        display: none;
    }

    /* Chaque ligne devient une fiche */
    .tableau-responsive tbody tr {
        margin: 0 0 24px;
        padding: 16px;
        border: 1px solid #ddd;
        border-radius: 8px;
    }

    /* Chaque cellule devient une ligne de la fiche */
    .tableau-responsive tbody td {
        display: block;
        position: static;
        padding: 12px 0;
        border: 0;
        border-bottom: 1px solid #e5e5e5;
        text-align: left;
        white-space: normal !important;
        overflow: visible !important;
        overflow-wrap: break-word;
        word-break: normal;
    }

    .tableau-responsive tbody td:first-child {
        padding-top: 0;
    }

    .tableau-responsive tbody td:last-child {
        padding-bottom: 0;
        border-bottom: 0;
    }

    /* Intitulé automatique provenant du thead */
    .tableau-responsive tbody td::before {
        content: attr(data-label);
        display: block;
        width: 100%;
        margin: 0 0 6px;
        padding: 0;
        font-weight: 700;
        line-height: 1.3;
    }

    .tableau-responsive tbody td strong {
        display: inline;
    }

    .tableau-responsive tbody td p {
        margin-top: 0;
        margin-bottom: 12px;
    }

    .tableau-responsive tbody td p:last-child {
        margin-bottom: 0;
    }
}
/*Formaulaire de contact*/
.wpcf7-form input, .wpcf7-form textarea{
    width: 80%;
}
.wpcf7-form input{
    height:30px;
    font-size: 1.05rem;
}
.wpcf7-form input[type="checkbox"]{
        width:auto;
        height: auto;
}
.wpcf7-list-item{
    margin:0;
}
.wpcf7-form input[type="submit"]{
    height:40px;
    background-color: #c2a990;
    text-transform: uppercase;
    border: none;
    border-radius: 3px;
}
.wpcf7-form input[type="submit"]:hover{
    background-color: #000;
    color:#fff;
}