

nav ul li a:hover
{
    color: #1ce;
}

#search
{
    padding: 5px;
    border-radius: 40px;
    border: 3px solid #1ce;
    /* outline: none;
    width: 30px;
    padding-left: 20px;      */
    /* transition: width  2s;
    -webkit-transition: width 2s;
    -moz-transition: width 2s;
    -o-transition: width 2s;
    -ms-transition: width 2s; */
}

#search:focus
{
    width: 200px;
}

#search_sections
{
    padding: 5px;
    border-radius: 40px;
    border: 3px solid #1ce;
}


#main-menu, .cat-title
{
    border-top: 5px solid #1ce;
}

.gras
{
    font-weight: bold;
    font-size: 13px;
}

#pagination
{
    text-align: center;
}


.excert, .post-right, .card-title, .card-body, .cat-title, .nav-link, p,h1,h2,h3,h4,h5,h6, .nav-menu,p,div,a
{
    font-family: 'Times New Roman';
}

.sta_text_title
{
    font-family: 'Times New Roman';
    font-weight: bold;
    color: black;
}

.copyright
{
    margin-left: 200px;
}

h1,h2,h3,h4,h5,h6
{
    font-weight: bold;
}

img.centrer_image {
    display: block;
    margin-left: auto;
    margin-right: auto 
}


.zoom_text
{
    font-size: large;
}

.nav-link
{
    font-weight: bold;
    color: rgb(4, 4, 63);
    font-size: large;
    font-family: 'Times New Roman';
}   

.card
{
    /* border: 1px solid black; */
    border-radius: 5px;
    /* box-shadow: 3px 2px 3px 1px rgb(4, 4, 63); */
}

.active_onglet
{
   background-color: #1ce;
   color: white;
   border-radius: 4px;
   font-weight: bold;
}

.card
{
    border: 1px solid #c5c5c5;
}

#no-card:hover
{
    box-shadow: 0px 0px 0px rgba(0, 0, 0,0.3);
}

.card:hover
{
    box-shadow: 1px 2px 13px rgba(0, 0, 0,0.3);
}

#secretary_text
{
    text-align: center;
    font-size: 1.8em;
    font-weight: bold;
}

#statistiqueText
{
    text-align: center;
    font-size: 1.8em;
    font-weight: bold;
    margin-bottom: 10px;   
}

#souhaits
{
    opacity: 0;
    text-shadow: 1px 2px 4px #1ce;
    text-align: center;
    transition: opacity 1s linear 0s;
    -webkit-transition: opacity 1s linear 0s;
    -moz-transition: opacity 1s linear 0s;
    -o-transition: opacity 1s linear 0s;
    -ms-transition: opacity 1s linear 0s;
}

#setColorTitle:hover
{
    color: black;
    font-weight: bold;
    font-size: 1.4em;
}

ul li .fa:hover
{
    color: #1ce;
    font-weight: bold;
    font-size: 1.8em;
}

#mail-topBar:hover
{
    color: #1ce;
    font-weight: bold;
    font-size: 1.1em;
}

.tags li a:hover
{
    color: #1ce;
    font-weight: bold;
    font-size: 1.3em;
}


.color_fond_de_base
{
    background-color: rgb(4, 4, 63);
}