body{

    	font-family: 'Roboto';
        	font-size: 16px;
        	font-weight: 400;
        }

h1, h2, h3, h4, h5, h6 {
    	font-family: 'Roboto';
        	font-weight: 700;
                text-transform: capitalize;
    }

h1 {
    	font-size: 36px;
    
    
    }

h2 {

    	font-size: 30px;
    
    	color: #;
    
    }

h3 {

   	font-size: 24px;
    
    
        text-transform: capitalize;
    }

h4 {

    	font-size: 20px;
    
    
       text-transform: capitalize;
    
}

h5 {

    
	font-size: 18px;

    
    
    
    text-transform: capitalize;

    
}

h6 {

    
	font-size: 16px;

    
    
    
    text-transform: capitalize;

    
}

div#preloader {
    background: #fff url("http://www.kondiconcept.fr/wp-content/uploads/2017/08/preloader.gif") no-repeat center center;
}