@charset "UTF-8";


.theme {
    color: #386886;
    font-weight: bold
}



.bg-theme
{
    background-color:#386886;
    color: rgb(255, 255, 255);
}


.bg-table {
    background-color:whitesmoke;
}

.vertical-line{
    border-left: 5px solid #386886;
    display: inline-block;
    height: auto;
    padding: 10px;
}

  .bordure{
    border: 5px solid #386886;
    height: auto;
    padding: 20px;
  }



/* titre */
h1
{
    font-size: 1.7em;
    text-align: center;
    font-weight: bold;
    margin-top: 90px;
    margin-bottom: 30px;
    line-height: 1;
    color: #386886;
}

h2
{
    font-size: 1.5em;
    text-align: center;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 25px;
}

h3
{
    font-size: 1.3em;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #7293a8;

}

h4
{
    font-size: 1.1em;
    font-weight: bold;
    margin-top: 2px;
    margin-bottom: 2px;
    color: #4771A5;
}



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;
}



.medium10
{
    font-size:10px;
}

.medium12
{
    font-size:12px;
}


.medium14
{
    font-size:14px;
}


.medium16
{
    font-size:16px;
}

.medium18
{
    font-size:18px;
}



.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;
}


.form-group{
    display: inline-block;
    padding: 10px;
}

.mobileShow {display: none;}
/* Smartphone Portrait and Landscape */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px){ 
.mobileShow {display: inline;}
}

.mobileHide { display: inline; }
/* Smartphone Portrait and Landscape */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px){
.mobileHide { display: none;}
}

  