/**
* Theme Name: Louhans-Chateaurenaud 2026
* Description: Theme enfant du thème WP Made Simple de Publigo
* Author: Hervé - Publigo
* Author URI: https://www.publigo.fr
* Template: wpms-theme 
* Version: 1.0
* Text Domain: louhans-chateaurenaud-2026
*/

/*****************************************************
* Ajout de ces lignes au début du fichier style.css du thème enfant (:root et body à ajuster en fonction de la taille du texte en pixels sur une page intérieure de la maquette)
*******************************************************/

:root {
    /*--base-size: 1.6rem;*/
}

html,body {
  overflow-x: hidden;
}

html {
    /*font-size: 62.5%;*/
    max-width: 1920px;
    min-height: 100dvh;
/*    box-shadow: 0 0 4px rgba(0,0,0,0.42);*/
/*    background: #eee;*/
    margin: auto;
    overflow-x: hidden;
}

body {
    /*font-family: "Open Sans", Verdana, sans-serif;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    line-height: 2.4rem;*/
    position: relative;
}

