/*
Theme Name: my theme
Text Domain: my-theme
Version: 1.0
Tested up to: 5.9
Requires at least: 4.7
Requires PHP: 5.2.4
Description: my theme for bloc 1
Author: Christelle Diss
*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,700;1,400&display=swap');
body, pre{
    font-family: 'Montserrat', sans-serif;
    margin: 0;

}
body, .navbar-nav, .card-body {
    --bs-nav-link-color: #474646;
    color: #474646;
}
a {
    color: #034EA2;
}
h1{
    font-size: 1.5rem;
}
h2{
    font-size: 1.25rem;
}
h3, .to-notice{
    color: #474646;
    font-size: 1.25rem;

}
h3{
    font-weight: bold;
}
.card{
    background-color: #E0E5F7;
}

.card-title, h2, h1{
    color: #EC0C74;
    font-weight: bold;
}

.footer{
    font-weight: bold;
    list-style: none;
}

.social{
    font-size: 35px;
}

.link{
    list-style: none;
    font-size: 16px;
    font-weight:lighter;

}
.primary, .btn-primary{
    background-color: #034EA2;
    border-color:#034EA2;
    --bs-btn-bg:#034EA2;
}
.info, .btn-info{
    background-color: #9DC3E6;
    border-color:#9DC3E6;
}
.btn-info:hover, .btn-info:focus {

    background-color: #E0E5F7;
    border-color: #E0E5F7;
}