@font-face {
    font-family: MontBold;
    src: url('../fonts/Montserrat-Black.ttf');
  }

@font-face {
    font-family: MontSemi;
    src: url('../fonts/Montserrat-SemiBold.ttf');
  }

@font-face {
    font-family: MontMedium;
    src: url('../fonts/Montserrat-Medium.ttf');
  }

body {
    font-family: MontSemi;
}

.bg-green {
    background-color:#249446 ;
}

.brown {
    color:#582D2D;
}

.arrabbiata {
    color:#C31F1D;
}

.carbonara {
    color:#E1983F;
}

.pomodoro {
    color:#0094E1;
}

.funghi {
    color:#774211;
}

.cacio {
    color:#636B6E;
}

.bolo {
    color:#C45900;
}

.white {
    color:white;
}

.MontBold {
    font-family: MontBold;
}

.MontSemi {
    font-family: MontSemi;
}

.MontMedium {
    font-family: MontMedium;
}

.hr {
    width: 40%;
    background-color: white;
    border:2px solid white;
}
    
.bg-header {
    background-image: url("../img/champ_ble.png");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
}


.bg-fork {
    background-image: url('../img/fork.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    height: 70vh;
}

.bg-famille {
    background-image: url('../img/fond_champ.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
}

.bg-triangle-green {
    background-image: url('../img/back-green-triangle.svg');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.text-shadow {
    text-shadow: 1px 1px 8px rgb(0 0 0 / 25%);
}


.border {
 border: 3px solid white;
 border-radius: 10px;
}

.Infos {
    font-size: 12px;
}

.Mentions {
    font-size: 10px;
    text-align: justify;
}

.triangle-green:after {
    content: '';
    background-image: url("../img/triangle-green.svg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 132px;
    position: absolute;
}


.marge-neg-desktop {
    margin-top:-200px;
}

.marge-neg-desktop-cup {
    margin-top:-134px;
}

.al-bronzo:after {
    content: '';
    background-image: url(../img/DRAPEAU_ALBRONZO_1.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 98px;
    height: 135px;
    margin-top: -159px;
    margin-left: 91px;
}

.drapeau:after {
    content: '';
    background-image: url("../img/Drapeau_ITA 1.png");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 98px;
    height: 135px;
    margin-top: -40px;
}

@media only screen and (max-width: 576px) {
  
    .bg-fork {
        background-position: top center;
        height: 43vh;
    }

    .marge-neg-desktop-cup {
        margin-top:0;
    }

    .marge-neg {
        margin-top:-95px;
    }

    .al-bronzo:after {
        content: '';
        background-image: url(../img/DRAPEAU_ALBRONZO_1.png);
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        width: 98px;
        height: 135px;
        margin-top: -145px;
        margin-left: -8px;
    }
    
    
    .bg-triangle-green {
        background-color:#249446 ;
        background-repeat: no-repeat;
        background-position: top center;
        background-size: cover;
    }

    .triangle-green:after, .triangle-white:after {
        display:none;
    }
}