/*
Theme Name: Ma Checklist - Le Blog
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/


@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@600&display=swap');

#top .col.span_3 {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.detached.transparent .slogan-checklist {
    color: #ffffff;
}

.slogan-checklist {
    margin-top: 36px;
    margin-bottom: 36px;
    line-height: 1em;
    text-align: left;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 900;
    font-family: 'Nunito';
    font-size: 1.1em;
}

@media only screen and (min-width: 1px) and (max-width: 999px) {
    .slogan-checklist {
        font-size: .8em;
        position: absolute;
        left: 60px;
    }
}

:root {
    --cl_primary: #007EC3;
    /* //2870ad */
    --cl_secondary: #F9B000;
    --cl_tertiary: #69ABBA;
    --cl_bleu_fonce: #2F628C;


}


.menu_top_soutenir {
    border: 1px solid var(--cl_primary) !important;
    border-radius: 8px;
    border-right: 1px solid var(--cl_primary) !important;
}