/*
 Theme Name:     Volkswagen Bauer Paris - Divi child
 Description:    Theme Enfant Divi de Volkswagen Bauer Paris
 Author:         Bauer Paris
 Author URI:     https://www.bauerparis.fr
 Template:       Divi
 Version:        0.1
*/
 
 
/* =Vous pouvez personnalisez à partir d'ici. 
------------------------------------------------------- */

/*-----------------TYPO---------------*/

@font-face {
    font-family: 'VW_Head-ExtraBold';
    src: url('VW_Head-ExtraBold.eot');
    src: url('VW_Head-ExtraBold.eot?#iefix') format('embedded-opentype'),
         url('VW_Head-ExtraBold.woff2') format('woff2'),
         url('VW_Head-ExtraBold.woff') format('woff'),
         url('VW_Head-ExtraBold.ttf') format('truetype'),
         url('VW_Head-ExtraBold.svg#VW_Head-ExtraBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'VW_Head-Light';
    src: url('VW_Head-Light.eot');
    src: url('VW_Head-Light.eot?#iefix') format('embedded-opentype'),
         url('VW_Head-Light.woff2') format('woff2'),
         url('VW_Head-Light.woff') format('woff'),
         url('VW_Head-Light.ttf') format('truetype'),
         url('VW_Head-Light.svg#VW_Head-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'VW_Text-Regular';
    src: url('VW_Head-Regular.eot');
    src: url('VW_Head-Regular.eot?#iefix') format('embedded-opentype'),
         url('VW_Head-Regular.woff2') format('woff2'),
         url('VW_Head-Regular.woff') format('woff'),
         url('VW_Head-Regular.ttf') format('truetype'),
         url('VW_Head-Regular.svg#VW_Head-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*------------Classes de TYPO de Base--------------*/

h1,h2 {
font-family: VW_Head-ExtraBold, Arial, sans-serif;
font-size: 56px;
margin-top: 18px;
margin-bottom: 18px;
}

h3 {
font-family: VW_Head-Light, Arial, sans-serif;
font-size: 36px;
margin-bottom: 14px;
}

h4 {
font-family: VW_Head-Light, Arial, sans-serif;
font-size: 24px;
margin-bottom: 12px;
font-weight: bold;
}

p {
font-family: VW_Text-Regular, Arial, sans-serif;
}

a {
font-family: VW_Text-Regular, Arial, sans-serif;
}

a:hover {
color: #0040C5;
}