

:root{



    --main-color: #229c38;      /* couleur vive de mise en avant */
    --success-color: #5dbf4b;
    --danger-color: #f00;

    --header-height:75px;




    /* HEADER */
    --header-height:75px;
    --header-background:#839f88;
    --header-text-color:#fff;
    --header-text-size:12px; /* todo !!!!*/

    /* BUTTON */
    --button-background:#57934f;
    --button-border:1px solid green;
    --button-hover-background: #16d34e;
    --button-neutral-background: #cacaca;
    --button-text-color: #fff;

}
.palette-1{    
    /* SECTION */
    --section-background:linear-gradient(45deg, #fff3fa 0%, #fff 91%);
    --section-background-2:#84a0891f;
    --section-text-color:#040303;

    /* ARTICLE */
    --article-background:#ffffff;
    --article-hover-background:#777;

    /* CONTENT */
    
    --content-background:none;
    --content-text-color:#324a36;
    --content-text-size:12px;/* todo !!!!*/
    --content-title-size:16px;/* todo !!!!*/
    --content-border:none;



    --shadow:0px 0px 15px #777; 




}

.palette-2{




    /* HEADER */
    --header-height:75px;
    --header-background:#839f88;

    /* SECTION */
    --section-background:#fdf0ec;
    --section-background-2:#f7e1d9;
    --section-text-color:#040303;

    /* ARTICLE */
    --article-background:#ffffff;
    --article-hover-background:#777;

    /* CONTENT */
    --content-background:none;
    --content-text-color:#324a36;
    --content-border:none;

    /* BUTTON */
    --button-background:#57934f;
    --button-border:1px solid green;
    --button-hover-background: #28741e;
    --button-neutral-background: #050404;
    --button-text-color: #fff;

    --shadow:0px 0px 15px #777; 


}