/*
 Theme Name:     Triade Premium (DIVI)
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Thème premium enfant de Divi par Triade
 Author:         Elegant Themes & Triade
 Author URI:     https://triade.ca
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

 /* ------------------------------------------------------- */
    /********* Divi tweaks to fix minor issues */
    /* Remove that darned "Dividing" line in Divi themes */
    #main-content .container:before {
        content: none !important;
    }

    /* Fixing weird spacing after iFrames */
    iframe {
        vertical-align: middle;
    }

    /* Forcing Divi to NOT using 500 font weight by default */
    body {
        font-weight: 400;
    }
