/*------------- DEBUT PAGE MENU CSS --------------*/
/*--------------------------------------- 300 --------------------------------------*/
/*--------------------------------------- 300 --------------------------------------*/
/*--------------------------------------- 300 --------------------------------------*/

@media screen and (min-width:300px)
{
    

    @font-face {
    font-family : Nunito;
    src: url(police/Nunito-VariableFont_wght.ttf);
    }

    @font-face {
    font-family : Rockwell;
    src: url(police/Rockwell.ttf);
    }

/*--------------------------------------- ENSEMBLE PAGE --------------------------------------*/

body
{
	position 		: relative; 
	background 		: white;
	padding			: 0px;
	margin 			: 0px;
     
}

    #index
    {
        position: relative;
        width: 100%;
        height:;
        overflow: hidden;
    }
        #index_body
        {
            position: relative;
            width: ;
            height: ;
        }

/*------------------------------------ FIN ENSEMBLE PAGE -----------------------------------*/

/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*--------------------------------------- DEBUT HEAD --------------------------------------*/

        #index_body_head
        {
            position: relative;
            background: ;
            width: 100%;
            height:;
        }
           
/*----------------------------------------- FIN HEAD -------------------------------------*/




/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*--------------------------------------- DEBUT BODY --------------------------------------*/

            
        #index_body_body
        {
            position: relative;
            background: ;
            width: 100%;
            height: 1000px;
        }
            #index_body_body_block_1
            {
                position: relative;
                text-align: center;
                width: 100%;
                height: ;
                margin-top: 120px;
            }
                #index_body_body_block_1_center
                {
                    display: inline-block;
                    position: relative;
                    width: 300px;
                    height: ;
                }
                    #index_body_body_block_1_img
                    {
                        position: relative;
                        width: 300px;
                        height: 240px;
                    }

                    #index_body_body_block_1_detail
                    {
                        position: relative;
                        margin-top: 100px;
                    }
                        #index_body_body_block_1_detail_1
                        {
                            position: relative;
                            font-family: calibri;
                            font-size: 18px;
                            color: #043e52;
                        }

                        #index_body_body_block_1_detail_2
                        {

                        }

       
                

/*----------------------------------------- FIN BODY -------------------------------------*/





/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*--------------------------------------- DEBUT FOOT --------------------------------------*/

            
        #index_body_foot
        {
            position: relative;
            background: black;
            width: 100%;
            height: ;
        }                                   
                                    

/*----------------------------------------- FIN FOOT -------------------------------------*/

}
/*------------- FIN PAGE MENU CSS 300--------------*/
