﻿#btn-langue
{
    color: #14286e;
}

.titre-section-onglets
    {
        display: none;   
    }
    
    .titre-section-fermee,
    .titre-section-ouverte
    {
        background-color: #ee3042;
        float: left;
        width: 100%;
        position: relative;
        margin-bottom: 10px;
    }
    
    .titre-section-fermee a,
    .titre-section-ouverte .titre-section-contenu
    {
        color: #fff!important;
        float: left;
        width: 100%;
        /*padding-top: 8px;
        padding-bottom: 5px;*/
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 15px;
        font-size: 1.5em;
        font-family: "Ropa Sans", sans-serif;
        line-height: 1em;
        padding-right: 50px;
    }
    /*
    .titre-section-ouverte .titre-section-contenu {
        line-height: 1.4em;
    }
    */
    .titre-section-fermee a .ico-lien,
    .titre-section-ouverte .titre-section-contenu .ico-lien
    {
        display: inline;
        position: absolute;
        right: 15px;
        top: 0.4em;
        font-size: 0.7em;
        color: #14286e;
    }

.wrapper-expert {
    margin-bottom: 16px;
}

@media (min-width: 480px) 
{
    .titre-section-fermee,
    .titre-section-ouverte
    {
        /*display:none;*/
    }
}

@media (min-width: 992px) 
{
    .contenu-entete .menu-haut ul.menu-sites li:before {
        content: ' | ';
    }
    
    .contenu-entete .menu-haut ul.menu-sites li.li-recherche:before
    {
        content: '';
    }
}