/*
Theme Name: Centre Francophone
Author: Coeffect
Author URI: http://coeffect.ca/
Text Domain: cfdt
Description: Custom Theme for Centre Francophone
Version: 1.0.3
*/

.sub-menu-trigger {
    color: #fff;
}

body {
    font-family: 'Avenir', sans-serif;
    overflow-x: hidden;
    padding-top: 50px;
    font-weight: 400;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6,b {
    font-weight: 900;
}



/*body {
    font-family: 'Inter', sans-serif;
    color: var(--lihc_black);
    font-weight: 400;
    transition: .5s;
}

h1, h2,h3,h4,h5,h6 {
    font-weight: 700;
    font-family: 'Inter', sans-serif;
    margin-bottom: 20px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-word;
    -ms-hyphens: manual;
    -moz-hyphens:  manual;
    -webkit-hyphens:  manual;
    hyphens:  manual;
}*/


b, strong {
    font-weight: 900;
}

p {
    font-weight: 400;
}

a:hover {
    color: inherit;
}

@media all and (max-width: 992px) {
    h1, h2,h3,h4,h5,h6 {
        margin-top: 0;
    }
}

