@charset "UTF-8";


.vertical-line {
    border-left: 5px solid rgb(48, 84, 150);
    display: inline-block;
    height: auto;
    margin: 0 20px;
}


.text-moon {
    color: rgb(48, 84, 150);
    font-weight: bold;
}

.theme-c {
    color: rgb(99, 142, 223);
}

.violet {
    color: rgb(58, 112, 211);
    font-weight: bold;
}

.feuilles {
    color: rgb(1, 124, 17);
    font-weight: bold;
}
.fruits {
    color: rgb(124, 10, 118);
    font-weight: bold;
}
.racines {
    color: rgb(150, 85, 0);
    font-weight: bold;
}
.fleurs {
    color: rgb(243, 76, 168);
    font-weight: bold;
}

.noir {
    border-style : solid;
    border-color : black;
}
.text-500 {
    font-weight:500
}

.bg-theme {
    background-color: rgb(48, 84, 150) !important;
    color: rgb(255, 255, 255) !important;
}

.table thead.bg-theme {
    background-color: rgb(48, 84, 150) !important;
    color: rgb(255, 255, 255) !important;
}

.table thead.bg-theme th {
    background-color: rgb(48, 84, 150) !important;
    color: rgb(255, 255, 255) !important;
}

.bg-moon
{
    background-color: rgb(48, 84, 150);
    font-weight: bold;
}

.bg-theme-c
{
    background-color: rgb(119, 155, 223);;
    font-weight: bold;
}


.bg-theme-f {
    background-color: rgb(34, 75, 151);
    font-weight: bold;
}

.bg-month {
    background-color: rgb(235, 241, 253);
}

/* titre */
h1
{
    font-size: 2.5em;
    text-align: center;
    font-weight: bold;
    margin-top: 95px;
    margin-bottom: 40px;
    line-height: 1;
}

h2
{
    font-size: 1.5em;
    text-align: center;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 25px;
    color: rgb(48, 84, 150);
}


h3
{
    font-size: 1.35em;
    text-align: center;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
    color:rgb(48, 84, 150);
}

h4
{
    font-size: 1em;
    text-align: center;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
    color:rgb(55, 102, 189);
}


.map-responsive {
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
    }
    
.map-responsive iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
    }

html {
    padding: 0;
    margin: 0;
}

body {
    padding-top: 0px;
    margin: 0;
}

p
{
    text-align: justify;
    font-size: 1em;
}


tbody
{
    background-color:whitesmoke;
}

td
{
    vertical-align: middle;
}


.tdcell10px td 
{
    height: 25px;
}

.tdcell8px td 
{
    height: 20px;
}


.medium10
{
    font-size:10px;
}

.medium12
{
    font-size:12px;
}

.medium13
{
    font-size:13px;
}

.medium14
{
    font-size:14px;
}

.medium16
{
    font-size:16px;
}

.medium18
{
    font-size:20px;
}


.bold
{
    font-weight: bold;
}


.button-link
{
    margin-top: 100px;
    text-align: center;
    font-weight: bold;
    margin-bottom: -50px;
}


/* NAVBAR */
.navbar
{
    font-weight: bold;
}

.navbar navbar-nav
{
    font-weight: bold;
}

.navbar .navbar-collapse
{
    text-align: center;
}

.dropdown .dropdown-menu
{
    text-align: center;
}




  