/* css pour le générale */

/* importation de la police */

@font-face {
    font-family: "Poppins_Med";
    src: url("../assets/Poppins/Poppins-Medium.ttf") format("truetype");
}

@font-face {
    font-family: "Poppins_SemiBold";
    src: url("../assets/Poppins/Poppins-SemiBold.ttf") format("truetype");
}

@font-face {
    font-family: "Franchise";
    src: url("../assets/Franchise.ttf") format("truetype");
}

body{
    background: white;
    font-family: Poppins_Med;
    color:#373737;
    text-decoration: none;
}

html{
    height:110%;
}

.box_colum_body{
    display: flex; 
    flex-direction: column;
    position: relative;
    text-align: center;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
}