@charset "utf-8";
/*
Theme Name: Martell 2024 Theme
Author: Martell 2024 Theme
Description: Martell 2024 Theme
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: martell-2024
*/

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

:root {
    --dark-blue: #000947;
    --dark-blue-60: #67738D;
    --dark-blue-40: #9AA1B3;
    --dark-blue-20: #CCD0D9;
    --dark-blue-4: #F7F8F9;
    --gold: #F2CF93;
    --white: white;
    --white-80: rgba(250, 250, 250, 0.8);
    --white-60: rgba(250, 250,250, 0.6);
    --white-40: rgba(250, 250,250, 0.4);
    --blue-gradient: linear-gradient(to bottom, #000947 20%, #002B8C 100%);
    --gold-gradient: linear-gradient(to bottom, #F2CF93, #FEF9F8);
    --spacing-256:17.7vw;
    --spacing-128: 8.8vw;
    --spacing-64:4.4vw;
    --spacing-44:3vw;
    --spacing-32:2vw;
    --spacing-16:1vw;
    --spacing-8:0.5vw;
    --spacing-4:0.27vw;
    --disclaimer: 34px;
    --column-width: 200px;
    --max-columns: 6;
    --grid-gap: 10px;
    --full-height: calc(100vh - var(--disclaimer));
}

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

a { 
    text-decoration:none;  
    color: inherit;
}

li { 
    list-style:none;
}

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


/*************************************** STYLES POUR LANCER LE THEME ****************************************************/

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


