@font-face{font-family: fort; src: url(/css/font/IMFellDoublePicaSC-Regular.ttf);}

main{
    background: linear-gradient(180deg,#74634b 0%, rgb(129, 81, 59) 95%);
}

#pays{
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #D9D9D9 100%), url(/images/pays/fort-brillant.jpg);
    background-position-y: 40%;
    background-repeat: no-repeat;
    background-size: cover;
}

h1{
    font-family: fort;
}

h2{
    font-family: fort;
}

.infos{
    background-color: rgb(53, 113, 41);
}

#con1{
    border: 0.15rem solid rgb(61, 53, 42);
}

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

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

#con4{
    border: 0.15rem solid rgb(77, 21, 122);
}

p{
    font-size: 1.429rem;
}