/* COULEURS */
:root {
    --color-primary: #9641D7;
    --color-secondary: radial-gradient(1000px 500px at 10% 20%, #AB53CC 0%, #4B3691 50%, #000752 100%), #000752;
}

/* Backgrounds */
header#header {
background:none;
color:white;
}

#hero-banner,#template_header{
background-color:black;
min-height:270px;
}

#template_header img{
width:1367px;
height:auto;
display:block;
margin:auto;
}

#page ul {list-style: disc inside;}

#sponsors{background-color:white;}

