https://www.velo.ckrstore.fr/public/css/entetecss.css
titre
html{
font-size:1.2rem;
--text-color: #334a52;
--page-color: #71ceea;
--body-color: #96afb8;
--field-color: #ebb791;
--pied-color : #b1825e;
--menutexte-color: #484975;
}
:root {
box-sizing: border-box;
}
*,
::before,
::after {
box-sizing: inherit;
}
body{
font-family: Helvetica, Arial, sans-serif;
background-color: var(--body-color);
}
.entete_droite{
width: 20%;
}
.logo_site{
width:80%
}
.logo_site img{
width:100%;margin:auto;
}
.entete{
width:90%;
margin:auto;
display: flex;
flex-direction:row;
justify-content: center;
align-items:center;
background-color:var(--page-color)
}
.logo_site{
width:70%
}
@media only screen and (max-width: 60em) {
}
@media only screen and (max-width: 40em) {
.logo_site{
width:90%
}
}