@font-face {font-family: atolcost; src: url(font/MuseoModerno-Regular.ttf);}
@font-face{font-family: navigation; src: url(font/InknutAntiqua-SemiBold.ttf);}

main{
    background: linear-gradient(180deg, #1ad442 0%, #4063c5 100%);
}

#pays{
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #D9D9D9 100%), url(/images/pays/fond\ jaune.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: 50%;
}

h1{
    font-family: navigation;
}

h2{
    font-family: navigation;
}

.infos{
    background-color: rgba(44, 224, 89, 0.76);
}

#con1{
    border: 0.15rem solid rgb(13, 38, 107);
}

#con2{
    border: 0.15rem solid rgb(95, 19, 19);
}

#con3{
    border: 0.15rem solid rgb(0, 0, 0);
}

#con4{
    border: 0.15rem solid rgb(14, 7, 17);
}

span{
    text-decoration:line-through;
}
