@charset "utf-8";
/*
Theme Name: PR France eLabel February 2022 Theme
Author: PR France eLabel February 2022 Theme
Description: PR France eLabel February 2022 Theme
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pr-france-elabel-february-2022
*/

/*************************************** RESET ****************************************************/

* {	
    margin:0; 
    padding:0; 
    -webkit-text-size-adjust: none; 
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    outline: none;
}

a { 
    text-decoration:none;  
}

li { 
    list-style:none;
}

img { 
    border:0; 
    height:auto; 
    max-width:100%; 
    vertical-align: bottom;
}


/*************************************** STYLES POUR LANCER LE THEME ****************************************************/
body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}

header,
main,
footer {
    max-width: 1250Px;
    margin: 0 auto;
}

header {
    padding: 25px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
