﻿body {
    font-family: 'Karla', sans-serif;
}

#bandeau  {
    margin-left:auto;
    margin-right:auto;
    display: block;
}

.image{
    margin-left:auto;
    margin-right:auto;
    display: block;
    width:100%
}

#texte_cache{
    display:none;
}

.marge{
    margin-left: 5em;
}
.justify{
    text-align: justify; 
}

.bouton_lien {
    border:none;
    background:transparent;
    text-decoration:underline;
    color:white;
    font-weight: bold;
}

table.style_tableau th {
    background-color: white;
    -moz-border-radius: 0px 0px 0px 0px;
}

table.style_tableau td {
    border: 1px solid #aaa;
}

input[type=checkbox], input[type=radio] {
    margin:0px 5px 0px 5px!important;
}

textarea {
    width: 100%!important;
}

.error {
    background-color: rgb(231, 76, 60)!important;
    color: white!important;
}

.card {
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.05);
}