@font-face {
    font-family: "agencyb";
    src: url(fonts/AGENCYB.TTF);
}

@font-face {
    font-family: "agencyr";
    src: url(fonts/AGENCYR.TTF);
}

@font-face {
    font-family: "franchise";
    src: url(fonts/FRANCHISE.TTF);
}

@font-face {
    font-family: "franchiseFilled";
    src: url(fonts/FRANCHISEFILLED.TTF);
}

/* general */
html
{
    font-size: 1rem;
    
}

body
{
    font-size: 1rem;
    color:black;
    background-color: white;
    margin: 0rem;
}
p
{
    margin-block-start: 0rem;
    margin-block-end: 0rem;
}
h1
{
    margin: 0rem;
}

.container
{
    display: grid;
    grid-template-columns: 10% 80% 10%;
}

.container_modif_gauche
{
    display: grid;
    grid-template-columns: 10% 80% 10%;
    width: 50%;
    float: left;
}

.container_modif_droite
{
    width: 45%;
    float: right;
}

.nav_button
{
    text-decoration: none;
    color: black;
}
/*header*/
.header_content
{
    background-color: #D55E2D;
    grid-column: 1/4;
    display: grid;
    grid-template-columns: 25% 50% 25%;
}

.logoMrPizza
{
    grid-column: 1;
    max-width: 15rem; 
    height: auto;
}

.header_text_num
{
    grid-column: 3;
    font-size: 2rem;
    width: 100%;
}

.header_num
{
    font-size: 3rem;
}


.grid_title
{
    display: grid;
}

.header_title_top
{
    font-family: "agencyr";
    grid-row: 1;
    text-align: center;
    font-size: 3rem;
    margin-top: 1.5rem;
}

.header_title
{
    grid-row: 2;
    text-align: center;
    font-size: 8rem;
    font-family: "franchise";
}

/*bord*/
.bord-gauche{
    grid-column: 1;
    grid-row: 2/4;
    background-color: #D55E2D;
    z-index: -1;
    margin-right: 50%;

}


.bord-droit{
    grid-column: 3;
    grid-row: 2/4;
    background-color: #D55E2D;
    z-index: -1;
    margin-left: 50%;
}


/*nav*/

.nav
{

    background: url(../img/banniere\ header\ transparent.png) no-repeat top;
    background-size: 100%;
    height: 8rem;

    grid-column: 1/4;
    grid-row: 2;
    display: grid;
    grid-template-columns: 20% 60% 20%;
    
    text-align: center;

    font-size: 2.8rem;


}

.nav-gauche
{
    grid-column: 1;
}
.nav-millieu
{
    grid-column: 2;
}
.nav-droit
{
    grid-column: 3;
}

.nav-gauche,.nav-millieu,.nav-droit
{
    display: block;
}



/*contenu*/
.content
{
    height: auto;
    width: 100%;
    grid-column: 2;
    grid-row: 3;
    grid-row-gap: 0rem;


}

.div_content
{
    display: grid;
    place-items: center;
    grid-template-columns: 100%;
    
}

.title,.title_24h24,.title_pizza
{
    font-size: 3rem;
    text-align: center;
    margin-bottom: 3rem;
}
/*CGV*/
.titlecgv
{
    margin-top: 1rem;
    font-size: 3rem;
    text-align: center;
    margin-bottom: 1rem;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    margin-top: 2rem;
    margin-bottom: 2rem;

}


.cgv
{
margin-right: 2%;
margin-left: 2%;
margin-top: 4%;
}
.contentcgv
{
    font-family: "agencyr";
    font-size: 1.5rem;
    grid-column: 2;
    margin: 0 auto;
    margin-left: 0.5rem;
}

/*footer*/
.footer-content
{
    font-size: 1.5rem;
    background-color: #D55E2D;
    color: black;
    text-align: center;
    grid-column: 1/4;
    display: grid;
    grid-template-columns: 10% 80% 10%;
}
.fa {
    padding: 1rem;
    font-size: 5.0rem;
    width: 1.5rem;
    height: 1.5rem;
    text-align: center;
    text-decoration: none;
    margin: 0.5rem 0.2rem;
    border-radius: 50%;
    grid-column: 3;

    float: right;
    margin-right: 5rem;
  }

  .fa-facebook {
    /*background: #3B5998;*/
    background: white;

    color: #D55E2D;
    
    
  }
  .copy
  {
    grid-column: 2;
  }


.mentions_legales
{
    font-size: 1.5rem;
    color: white;
}


/*index */

.image_defile
{
    z-index: -1;
    width: 100%;
    height: auto;
    margin-bottom: 10rem;
}

.title_24h24,.text_24h24
{
    clear: none;
    text-align: center;
}

.title_24h24
{
    margin-bottom: 1.8rem;
    color: #F84711;
}

.text_24h24
{
    margin-bottom: 2.5rem;
    font-size: 1.4rem;

}
.text_24h24_sub_title
{
    color:  #D55E2D;
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 1.8rem;
}



.fermeture,.adresse
{
    font-size: 2.5rem;
    text-decoration: none;
    color: #D55E2D;
}

.img_24h24
{
    width: 50% ;
    height: auto;
    float: left;
}


.image_defile,.fermeture,table,.div_24h24
{
    margin-bottom: 5rem;
}
/*table*/

table {
    border-spacing: 0rem;
    border: solid #000000 0.2rem;
    text-align: center;
}
td
{
    border: solid #000000 0.2rem;
    width: 5%;
    height: auto;
    font-size: 1.3rem;
}


/*carte*/
.title_pizza
{
    grid-column: 2;
    margin-left: 2rem;
    margin-right: 2rem;
}
.sous_categorie
{
    margin-bottom: 5rem;
}
.pizza_du_moment
{
    margin-bottom: 2rem;
}
.logo_pizza_text
{
    width: 5rem;
}
.div_pizza
{
    display: grid;
    grid-template-columns: 5rem auto 5rem;
    text-align: center;
    margin-bottom: 2rem;
}

.pizza_du_moment
{
    font-size: 2rem;
    text-align: center;
}
.carte_bordure_red
{
    width: 80%;
    height: auto;
    border: #F84711 solid 1rem;
    margin-bottom: 5rem;
}

.carte_bordure_black
{
    height: auto;
    border: #000000 solid 1rem;
    display: grid;
    grid-template-columns: 50% 50%;
}

.carte_gauche
{
    grid-column: 1;
}
.carte_droit
{
    grid-column: 2;
}
.carte_bordure_red_bruschettas
{
    width: 40%;
    height: auto;
    border: #F84711 solid 1rem;
    margin-bottom: 5rem;
}

.carte_bordure_black_bruschettas
{
    height: auto;
    border: #000000 solid 1rem;

}

.carte_sub_title,.carte_sub_title_pizza
{
    font-family: "agencyb";
    margin-left: 2%;
    font-size: 2rem;
    margin-top: 2rem;

}

.carte_pizza
{
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;
    clear: right;
}
.pizza_name ,.bruschettas_name
{
    font-family: "agencyr";
    grid-column: 1;
    
    
    margin-left: 5%;

    border-bottom: #D55E2D dashed 0.1rem;

    font-size: 1.2rem;
}


.pizza_ingrediant
{
    margin-bottom: 2%;
    font-family: "agencyr";
    grid-column: 1/3;
    grid-row: 2; 
    width: 70%;

    margin-left: 5%;
    margin-right: 5%;
    
    font-size: 1.2rem;
    font-style: italic;
}

.pizza_price
{
    font-family: "agencyr";
    grid-column: 2;

    text-align: right;
    margin-right: 8%;

    border-bottom: #D55E2D dashed 0.1rem;

    font-size: 1.2rem;
}

.bruschettas_name
{
    margin-right: 5%;
}

.carte_title,.carte_title_bruschettas
{
    font-family: "franchise";
    font-size: 5rem;
    text-align: center;
    color: red;
    margin-top: 2rem;
    margin-bottom: 2rem;
    margin-left: 1rem;
}

.logo_fromage
{
    float: left;
    width: 5rem;
    margin: 0rem 1rem 1rem 0rem;
}

.fromage_text
{
    font-family: "agencyr";
    margin-block-start: 2rem;
    margin-block-end: 2rem;
}

.logo_pizza
{
    width: 3rem;
    float: right;
}
.carte_sub_title_pizza
{
    margin-top: 5rem;
}



.div_bruschettas
{
    display: grid;
    grid-template-columns: 70% 30%;
}

.carte_img_prix
{
    grid-column: 2;
    width: 12rem;
    margin-top: 1rem;
}
.carte_title_bruschettas
{
    grid-column: 1;
}
/*FAQ*/



.faq_pizzeria_img
{
    float: left;
    width: 50%;
}

.div_text_presentation
{
    display: grid;
}

.presentation_date
{
    grid-column: 1;
    font-weight: 900;
    text-decoration: underline solid black;
}


.presentation_text
{
    grid-column: 2;
}

.presentation_text,.presentation_date
{
    font-size: 1.2rem;
    margin-bottom: 0.4rem;
}

.question_gauche
{
    float: left;
    margin-bottom: 1rem;
    width: 51%;
}

.question_droite
{
    float: right;
    margin-top: 1rem;
    width: 50%;
}

.question
{
    font-size: 2.5rem;
    text-align: center;
    font-family: "franchise";
    margin-bottom: 2rem;
    color: #D55E2D;
}

.reponse
{
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 1rem;
    font-family: "agencyr";
}

/*mentions legale */

.mentions_text
{
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 2rem;
}

.mentions_sub_title
{
    text-align: center;
    font-size: 2rem;
    color: #F84711;
    text-decoration: underline solid red ;
    margin-bottom: 1rem;

}





/*responsivité*/

@media screen and (min-width: 2300px )   
{
    html
    {
        font-size:1.7rem;
    }

}

@media screen and (min-width: 1500px )
{
    .nav
    {
        height: 14rem;
    }
}


@media screen and (max-width: 1500px )   
{
    .carte_bordure_red_bruschettas
    {
        width: 50%;
    }
}

@media screen and (max-width: 1200px )   
{
    html
    {
        font-size: 0.8rem;
        
    }
    .carte_bordure_red
    {
        width: 100%;
    }
    .carte_bordure_red_bruschettas
    {
        width: 50%;
    }
    .carte_title,.carte_title_bruschettas
    {
        font-size: 5rem;
    }
    
    .pizza_price,.pizza_ingrediant,.pizza_name,.bruschettas_name,.fromage_text
    {
        font-size: 2rem;
    }

    .carte_sub_title,.carte_sub_title_pizza
    {
        font-size: 4rem;

    }

    .title_24h24
    {
        font-size: 3rem;
    }
    
    .text_24h24_sub_title
    {
        font-size: 2.5rem;
    }
    
    .text_24h24
    {
       font-size: 1.5rem;
    }
    .logo_pizza
    {
        width: 4rem;
    }

    .carte_title
    {
        font-size: 8rem;
    }
}

@media screen and (max-width: 950px )   
{
    html
    {
        font-size: 0.6rem;
    }

    .carte_bordure_red_bruschettas
    {
        width: 70%;
    }

    .carte_title,.carte_title_bruschettas,.title_24h24
    {
        font-size: 5rem;
    }
    
    .pizza_price,.pizza_ingrediant,.pizza_name,.bruschettas_name,.fromage_text,.text_24h24,.presentation_text,.presentation_date
    {
        font-size: 2rem;
    }

    .carte_sub_title,.carte_sub_title_pizza,.text_24h24_sub_title
    {
        font-size: 4rem;

    }

    .logo_pizza
    {
        width:5rem;
    }
    .carte_title
    {
        font-size: 12rem;
    }
    .faq_pizzeria_img
    {
        width: 100%;
    }

    .div_text_presentation
    {
        display: grid;
        clear: left ;
    }

    .question_gauche
{
    float: none;
    margin-bottom: 1rem;
    width: 100%;
}

.question_droite
{
    float: none;
    margin-top: 1rem;
    width: 100%;
}
.img_24h24
{
    width: 100%;
    float: none;
}
}



@media screen and (max-width: 700px )   
{
    html
    {
        font-size: 0.4rem;
    }

    .carte_title,.carte_title_bruschettas,.title_24h24
    {
        font-size: 4rem;
    }
    
    .pizza_price,.pizza_ingrediant,.pizza_name,.bruschettas_name,.fromage_text,.text_24h24,.presentation_text,.presentation_date
    {
        font-size: 3rem;
    }

    .carte_sub_title,.carte_sub_title_pizza,.text_24h24_sub_title
    {
        font-size: 5rem;

    }

    .logo_pizza
    {
        width: 6rem;
    }

    .carte_title
    {
        font-size: 12rem;
    }
}
@media screen and (max-width: 500px )   
{
    html
    {
        font-size: 0.3rem;
    }

    .carte_bordure_black
{

    grid-template-columns: 100%;
}

.carte_droit
{
    grid-column: 1;
}
    
}


@media screen and (max-width: 380px )   
{
    html
    {
        font-size: 0.3rem;
    }

    .carte_bordure_black
{

    grid-template-columns: 100%;
}

.carte_droit
{
    grid-column: 1;
}

.header_num
{
    font-size: 2.5rem;
}
}



/*form*/

.form
{
    font-size: 5rem;
}

input
{
    width: 75%;
    height: 5rem;
    font-size: 3rem;
    margin-bottom: 2rem;
}

.modification
{
    margin-bottom: 2rem;
}

