* {
    box-sizing:border-box;
}

html,body {
    margin:0;
    padding:0;
    font-size:16px;
}

@font-face {
    font-family:"PeachSundressRegular";
    src:url(peach-sundress.regular.woff2) format("woff2"), url("peach-sundress.regular.ttf") format("ttf");
    font-weight:normal;
    font-style:normal;
}

@font-face {
    font-family:"IsabellaSansRegular";
    src:url("IsabellaSans-Black.woff2") format("woff2"), url("IsabellaSans-Black.ttf") format("ttf");
    font-weight:normal;
    font-style:normal;
}



.isafont {
    font-family: "IsabellaSansRegular";
    font-weight: normal;
    font-style: normal;
}

body {
    background-color:#dfa400; 
}

img {
    width:100%;
    height:auto;
}

header.titulu {
    font-family:"PeachSundressRegular";
    color:white;
    font-size:2.5rem;
    font-weight:bold;
    margin:0 0 1rem 0;
    padding:1.5rem 3rem;
    background-image:url("ik_header.png");
    background-repeat:no-repeat;
    background-size:cover;
    border-bottom:3px solid black;

}

p.pres {
    padding:0 1rem;
    margin:3rem 0;
    text-align:center;
}



div.actus {
    width:80%;
    margin:3rem auto;
}

div.actus p {
    color:white;
    text-align:center;
}

div.actus p span {
    font-size:1.5rem;
}

span.red {
    color:red;
}

a.ressources {
    display:block; 
    width:60%;
    margin:3rem auto;
    text-align:center;
    color:white;
}

a.ressources span.red {
    color:red;
}

a.ressources span.green{
    color:green;
}

footer img {
    }

@media screen and (min-width: 480px) {
html,body {
    font-size:21px;
}

header.titulu {
    font-family:"PeachSundressRegular";
    color:white;
    font-size:7rem;
    font-weight:normal;
    margin:0;
    padding:1rem 3rem 1.5rem;
    background-image:url("ik_header.png");
    background-repeat:no-repeat;
    background-size:cover;
    border-bottom:3px solid black;

}

p.pres {
    width:75%;
    padding:0 1rem;
    margin:auto;
    margin-top:3rem;
    text-align:center;
}

p.pres + p.pres {
    margin-top:1rem;
}

footer img {
    position:static;
}




}

