/***********************************************/

/*Main menu responsive*/

.menu-btn div {
    position: absolute;
    left: 100%;
    top: 64%;
    padding-right: 8px;
    margin-top: -0.50em;
    line-height: 1.2;
    font-size: 18px;
    font-weight: 200;
    vertical-align: middle;
    z-index: 99;
}

.menu-btn span {
    display: block;
    background: rgb(0, 0, 0);
    width: 18px;
    margin-bottom: 3px;
    height: 2px;
    border-radius: 1px;
    border-top-left-radius: 1px;
    border-top-right-radius: 1px;
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 1px;
    z-index: 99;
}

.responsive-menu {
    display: none;
}

.expand {
    display: block ! important;
}

/*Main Menu*/

#racine {
    margin-top: 0 ! important;
    margin-bottom: 0 ! important;
    margin-left: 4%;
}

#racine .parent a {
    padding-right: 25px ! important;
}

#racine .active {
    background-color: #bab6b6;
}

#racine .active a,
#racine .active a:focus {
    color: black ! important;
    background-color: #bab6b6;
}

@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
.menuracine,
.menuracine ul,
.menuracine ul li,
.menuracine ul li a,
.menuracine #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 9998;
}

.menuracine:after,
.menuracine>ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.menuracine #menu-button {
    display: none;
}

.menuracine {
    font-family: Montserrat, sans-serif;
    background: #333333;
}

.menuracine>ul>li {
    float: left;
}

.menuracine.align-center>ul {
    font-size: 0;
    text-align: center;
}

.menuracine.align-center>ul>li {
    display: inline-block;
    float: none;
}

.menuracine.align-center ul ul {
    text-align: left;
}

.menuracine.align-right>ul>li {
    float: right;
}

.menuracine>ul>li>a {
    padding: 17px ! important;
    font-size: 10px;
    letter-spacing: 1px;
    text-decoration: none;
    color: #dddddd;
    font-weight: 700;
    text-transform: uppercase;
}

.menuracine>ul>li:hover>a {
    color: #ffffff ! important;
    background-color: #333333 ! important;
}

.menuracine>ul>li.parent>a {
    padding-right: 30px;
}

.menuracine>ul>li.parent>a:after {
    position: absolute;
    top: 22px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #dddddd;
    content: '';
}

.menuracine>ul>li.parent>a:before {
    position: absolute;
    top: 19px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #dddddd;
    content: '';
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.menuracine>ul>li.parent:hover>a:before {
    top: 23px;
    height: 0;
}

.menuracine ul ul {
    position: absolute;
    left: -9999px;
}

.menuracine.align-right ul ul {
    text-align: right;
}

.menuracine ul ul li {
    height: 0;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.menuracine li:hover>ul {
    left: auto;
}

.menuracine.align-right li:hover>ul {
    left: auto;
    right: 0;
}

.menuracine li:hover>ul>li {
    height: 35px;
}

.menuracine ul ul ul {
    margin-left: 100%;
    top: 0;
}

.menuracine.align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%;
}

.menuracine ul ul li a {
    border-bottom: 1px solid rgba(150, 150, 150, 0.15);
    padding: 11px 15px;
    width: 170px;
    font-size: 12px;
    text-decoration: none;
    color: #dddddd;
    font-weight: 400;
    background: #333333;
}

.menuracine ul ul li:last-child>a,
.menuracine ul ul li.last-item>a {
    border-bottom: 0;
}

.menuracine ul ul li:hover>a,
.menuracine ul ul li a:hover {
    color: #ffffff;
}

.menuracine ul ul li.parent>a:after {
    position: absolute;
    top: 16px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #dddddd;
    content: '';
}

.menuracine.align-right ul ul li.parent>a:after {
    right: auto;
    left: 11px;
}

.menuracine ul ul li.parent>a:before {
    position: absolute;
    top: 13px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #dddddd;
    content: '';
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.menuracine.align-right ul ul li.parent>a:before {
    right: auto;
    left: 14px;
}

.menuracine ul ul>li.parent:hover>a:before {
    top: 17px;
    height: 0;
}

/*-------------*/

.search form {
    margin-bottom: 0 ! important;
    float: right;
    position: relative;
    z-index: 9999;
    right: 7px;
    top: 7px;
}

body {
    margin: 0 auto ! important;
}

/*Dimension image responsive*/

img {
    height: auto;
}

/*Menu responsive*/

@media (min-width: 901px) {
    #categorie {
        width: 17%;
    }
    #sidebar {
        display: none;
    }
}

@media (max-width: 900px) {
    body,
    html {
        /*height: 100%;*/
        margin: 0;
        /*overflow:hidden;*/
        /*font-weight: 100;*/
    }
    .wrapper {
        position: relative;
        height: 100%;
        width: 100%;
        left: 0;
        -webkit-transition: left 0.4s ease-in-out;
        -moz-transition: left 0.4s ease-in-out;
        -ms-transition: left 0.4s ease-in-out;
        -o-transition: left 0.4s ease-in-out;
        transition: left 0.4s ease-in-out;
    }
    .open-sidebar {
        left: 270px;
    }
    .swipe-area {
        position: absolute;
        width: 50px;
        left: 0;
        top: 0;
        height: 100%;
        /* background: #f3f3f3;*/
        z-index: 0;
    }
    #sidebar {
        background: #3a69b4;
        position: absolute;
        width: 270px;
        height: 100%;
        left: -270px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
    }
    .main-content {
        width: 100%;
        height: 100%;
        /*padding: 10px;*/
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        position: relative;
    }
    .main-content .content {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        /*padding-left: 50px;*/
        width: 100%;
    }
    .main-content #sidebar-toggle {
        background: #3a69b4;
        border-radius: 5px;
        display: block;
        position: relative;
        padding: 10px 7px;
        float: left;
        left: 5px;
        top: 0;
        z-index: 999999;
    }
    .main-content #sidebar-toggle .bar {
        display: block;
        width: 18px;
        margin-bottom: 3px;
        height: 2px;
        background-color: #fff;
        border-radius: 1px;
    }
    .main-content #sidebar-toggle .bar:last-child {
        margin-bottom: 0;
    }
}

/*Menu deroulant de base*/

.navgauche,
.navgauche ul,
.navgauche ul li,
.navgauche ul li a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
}

.menuscience {
    /*font-family: Raleway, sans-serif;*/
    color: #ffffff;
}

.navgauche ul ul {
    display: none;
}

.navgauche>ul>li.active>ul {
    display: block;
    width: 100%;
}

.align-right {
    float: right;
}

.navgauche>ul>li>a {
    padding: 16px 22px;
    padding-right: 30px;
    cursor: pointer;
    z-index: 2;
    font-size: 16px;
    text-decoration: none;
    color: #ffffff;
    background: #3a69b4;
    border-bottom: 1px solid #ebeef2;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}

.navgauche>ul>li>a:hover {
    color: #000;
}

.navgauche ul>li.deeper>a:after {
    position: absolute;
    right: 26px;
    top: 19px;
    z-index: 5;
    display: block;
    height: 10px;
    width: 2px;
    background: #ffffff;
    content: "";
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

.navgauche ul>li.deeper>a:before {
    position: absolute;
    right: 22px;
    top: 23px;
    display: block;
    width: 10px;
    height: 2px;
    background: #ffffff;
    content: "";
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

.navgauche ul>li.deeper.open>a:after,
.navgauche ul>li.deeper.open>a:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.navgauche ul ul li a {
    padding: 14px 22px;
    cursor: pointer;
    z-index: 2;
    font-size: 14px;
    text-decoration: none;
    color: #bab6b6;
    background: #ebeef2;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}

.navgauche ul ul ul li a {
    padding-left: 32px;
}

.navgauche ul ul li a:hover {
    color: #000000;
}

.navgauche ul ul>li.deeper>a:after {
    top: 16px;
    right: 26px;
    background: #ebeef2;
}

.navgauche ul ul>li.deeper>a:before {
    top: 20px;
    background: #ebeef2;
}

/* Menu tout en haut */

#entete {
    /*height: 37px;*/
}

/* Menu gauche en haut User1 */

#hautG {
    float: left;
}

#hautM {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
}

/* Menu droite en haut User2 */

#hautD * {
    float: right;
}

/* Header */

#header {
    float: none;
    background-color: #FFFFFF;
    /*	height:142px;*/
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    width: 100%;
}

/* A gauche en haut User3 */

#logo {
    float: left;
    /*	width: 176px;*/
    width: 40%;
}

/* A droite en haut Top */

#banniere {
}

/* Main */

#body {
    float: none;
    /*   	background-color: #E3E7E8;*/
    background-color: #FFFFFF;
    margin: 0;
}

/* Breadcrumbs */

#menu {
    /*background: url(../images/bgmenu.gif);
   	background-repeat: repeat-x;*/
    /*height:25px;*/
}

/* Colonne gauche Left */

#categorie {
    margin-left: 0px;
    float: left;
    /*	width: 17%;*/
    /*   	width: 176px;*/
    /*   	background-color: #E3E7E8;*/
    background-color: #FFFFFF;
    padding: 0;
}

/* Contenu Component*/

#contenu {
    /* margin-left:176px;*/
    /*margin-left:176px;*/
    background-color: #FFFFFF;
    min-height: 600px;
    width: 77%;
    padding: 2%;
    float: left;
}

/* Cadre droite Module Right*/

#aside {
    float: right;
    width: 40%;
    /*margin-top: 3%;*/
}

/* Cadre droite Corps articles*/

#main {
    /*      width: 60%;*/
}

/* Cadre droite Module Middle*/

#slider {}

/*Bas du main*/

#bottom {
    width: 100%;
}

/* Pied */

#footer {
    background-color: #000000;
    line-height: normal;
    text-align: left;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

#footer p {
    margin-bottom: 0px;
    margin-top: 0px;
}

#footer img {
    margin-bottom: 5px;
    margin-top: 5px;
}

#footer hr {
    margin: 0px;
    color: #ffffff;
    border-bottom: 0px;
    border-top: 1px solid;
}

#footer .texte-nom-site {
    color: #ffffff;
    font-weight: bold;
    font-size: 90%;
}

#footer .texte-normal {
    color: #a0a0a0;
    font-size: 90%;
}

#footer .texte-copyright {
    color: #a0a0a0;
    font-size: 90%;
}

#footer a {
    color: #a0a0a0;
    font-size: 90%;
}

#footer tr.ligne {
    line-height: 0px;
}

#footer tr.texte {
    height: 104px;
}

/***********************************************/

a {
    background: transparent;
    color: #8F1356;
    text-decoration: underline;
}

a:link {
    background: transparent;
    color: #8F1356;
    text-decoration: underline;
}

a:visited {
    background: transparent;
    color: #8F1356;
    text-decoration: underline;
}

a:hover {
    background: transparent;
    color: #8F1356;
    text-decoration: none;
}

a:active {
    background: transparent;
    color: #8F1356;
    text-decoration: underline;
}

a:focus {
    background: transparent;
    color: #8F1356;
    text-decoration: underline;
}

a:vlink {
    background: transparent;
    color: #8F1356;
    text-decoration: underline;
}

a.toclink {
    background: transparent;
    color: #CD5C5C;
    text-decoration: none;
}

a.toclink:link {
    background: transparent;
    color: #CD5C5C;
    text-decoration: none;
}

a.toclink:visited {
    background: transparent;
    color: #CD5C5C;
    text-decoration: none;
}

a.toclink:active {
    background: transparent;
    color: #CD5C5C;
    text-decoration: underline;
}

a.toclink:vlink {
    background: transparent;
    color: #CD5C5C;
    text-decoration: none;
}

a.toclink:hover {
    background: transparent;
    color: #CD5C5C;
    text-decoration: underline;
}

a.toclink:focus {
    background: transparent;
    color: #CD5C5C;
    text-decoration: none;
}

body {
    background: url(../images/LATMOS_motif_gris-clair.png);
    background-repeat: repeat;
    background-attachment: fixed;
    width: 1006px;
}

/* Recherches emplois */

table.jobs {
    width: 98%;
    border: solid 1px #333333;
}

table.jobs th {
    /*font-family: sans-serif;*/
    font-size: 11px;
    font-weight: bold;
    padding: 2px;
    text-align: left;
    border-bottom: 1px #C4C4C4;
    background-color: #E3E7E8;
}

table.jobs td {
    /*font-family: sans-serif;*/
    font-size: 11px;
    font-weight: normal;
    padding: 2px;
    text-align: left;
    /*        border-bottom: dashed 1px #C4C4C4;*/
    vertical-align: middle;
}

table.job {
    width: 98%;
    border: solid 1px #333333;
}

table.job th {
    /*font-family: sans-serif;*/
    font-size: 11px;
    font-weight: bold;
    padding: 2px;
    text-align: left;
    border-bottom: 1px #C4C4C4;
    background-color: #E3E7E8;
}

table.job td {
    /*font-family: sans-serif;*/
    font-size: 11px;
    font-weight: normal;
    padding: 2px;
    text-align: left;
    /*        border-bottom: dashed 1px #C4C4C4;*/
    /*vertical-align: middle;*/
}

/*********************************/

/* Annuaire */

table.annuaire {
    width: 98%;
    border: solid 1px #333333;
}

table.annuaire th {
    /*font-family: sans-serif;*/
    font-size: 11.5px;
    font-weight: bold;
    padding: 2px;
    text-align: left;
    border-bottom: dashed 1px #C4C4C4;
    background-color: #E3E7E8;
}

table.annuaire td {
    /*font-family: sans-serif;*/
    font-size: 11.5px;
    font-weight: normal;
    padding: 2px;
    text-align: left;
    border-bottom: dashed 1px #C4C4C4;
    vertical-align: middle;
}

.annuairefond1 {
    background-color: #F5F5F5;
}

.annuairefond2 {
    background-color: #E7E3E8;
}

.annuairefond3 {
    background-color: #FAEDF1;
}

/***********************************************/

/*Tableau normal avec un cadre*/

table.tableau_normal {
    width: 98%;
    border: solid 1px #333333;
}

table.tableau_normal th {
    padding: 2px;
    text-align: justify;
}

table.tableau_normal td {
    padding: 2px;
    text-align: justify;
}

/***********************************************/

/*Tableau utilise dans les actualites et seminairess*/

.moduletableactualites_scientifiques h4.nspHeader {
    font-size: 30px;
}

.moduletableactualites_scientifiques .nspArtPage {
    background: #EEEEEE;
}

.moduletableactualites_scientifiques {
    /*border: 3px solid #BBBBBB;
	background: #DDDDDD;*/
}

.moduletableactualites,
.moduletableseminaires {
    /*   	border: 3px solid #DDDDDD;*/
    margin-left: 5px;
}

.nspCol1 {
    /*   	border: 1px solid #DDDDDD;*/
    padding: 2px;
    /*	background: #EEEEEE;*/
}

.nspArt *,
.nspLinks * {
    padding: 0 !important;
    margin-top: 0px !important;
    margin-bottom: 3px !important;
    margin-left: 0px;
}

.nspLinks .nspLinkScroll1 ul li {
    padding: 0 3px !important;
}

.nspMain {
    /*        background: #EEEEEE;*/
}

.even {
    background: #EEEEEE !important;
}

.nspList.active,
.nspArtPage.active {}

.nspLinks .readon {
    float: right !important;
}

.nspArt .readon {
    font-size: 100%;
}

.nspArt .nspInfo2 {
    font-size: 100% !important;
}

/***********************************************/

.page-header h2 {
    font-size: 16px;
    text-align: center;
}

/***********************************************/

/*Images random dans le bandeau*/

.random-image img {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    padding: 0px;
}

/***********************************************/

/*Drapeaux changement de langue*/

.mod-languages_drapeaux_langues ul {
    list-style: none;
    padding: 0;
    margin: 7px;
}

.mod-languages_drapeaux_langues li {
    display: inline;
    margin-right: 4px;
}

/***********************************************/

/*Icones menu réseaux sociaux*/

a.menu-icones-social {
    padding-right: 1px !important;
    padding-left: 1px !important;
}

/***********************************************/

/*Module Twitter*/

.moduletable-twitter {
    margin-left: 0px !important;
    margin-top: 5px;
}

.twitter-timeline {
    min-width: 0px !important;
}

/***********************************************/

/*Modules Vignettes*/

div[id^="favpromote-image"] img,
div[id*=" favpromote-image"] img {
  padding: 0px;
}

div[id^="favpromote-box"] h4,
div[id*=" favpromote-box"] h4 {
    text-align: center !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
}

div[id^="favpromote-box"] i,
div[id*=" favpromote-box"] i{
    padding-right: 0px !important;
    padding-left: 0px !important;
}

div[id^="favpromote-box"]:hover h4[id^="favpromote-title"],
div[id^="favpromote-box"]:hover h4[id*=" favpromote-title"],
div[id*=" favpromote-box"]:hover h4[id^="favpromote-title"],
div[id*=" favpromote-box"]:hover h4[id*=" favpromote-title"],
div[id^="favpromote-box"]:hover h4[id^="favpromote-title"] a,
div[id^="favpromote-box"]:hover h4[id*=" favpromote-title"] a,
div[id*=" favpromote-box"]:hover h4[id^="favpromote-title"] a,
div[id*=" favpromote-box"]:hover h4[id*=" favpromote-title"] a,
div[id^="favpromote-box"]:hover h4[id^="favpromote-title"] i,
div[id^="favpromote-box"]:hover h4[id*=" favpromote-title"] i,
div[id*=" favpromote-box"]:hover h4[id^="favpromote-title"] i,
div[id*=" favpromote-box"]:hover h4[id*=" favpromote-title"] i {
    text-align: center!important;
    padding-right: 0px!important;
    padding-left: 0px!important;
}

/****Dans custom**********/

.breadcrumb {
    padding: 8px 15px;
    margin: 0 0 18px;
    list-style: none;
    background-color: #f5f5f5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.breadcrumb>li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    text-shadow: 0 1px 0 #fff;
}

.breadcrumb>li>.divider {
    padding: 0 5px;
    color: #ccc;
}

.breadcrumb>.active {
    color: #999;
}

/****Fin custom**********/

@media (max-width: 480px) {
    .item-info>span {
        display: block;
    }
    .blog-item .pull-right.item-image {
        margin: 0 0 18px 0;
    }
    .blog-item .pull-left.item-image {
        margin: 0 0 18px 0;
        float: none;
    }
}

@media (max-width: 768px) {
    body {
        padding-top: 0;
    }
    .header {
        background: transparent;
    }
    .header .brand {
        float: none;
        display: block;
        text-align: center;
    }
    .header .nav.pull-right,
    .header-search {
        float: none;
        display: block;
    }
    .header-search form {
        margin: 0;
    }
    .header-search .search-query {
        width: 90%;
    }
    .header .nav-pills>li>a {
        border: 1px solid #ddd;
        border-bottom: 0;
        margin: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        margin-right: 0;
    }
    .header .nav-pills>li:first-child>a {
        -webkit-border-radius: 4px 4px 0 0;
        -moz-border-radius: 4px 4px 0 0;
        border-radius: 4px 4px 0 0;
    }
    .header .nav-pills>li:last-child>a {
        -webkit-border-radius: 0 0 4px 4px;
        -moz-border-radius: 0 0 4px 4px;
        border-radius: 0 0 4px 4px;
        border-bottom: 1px solid #ddd;
    }
    .modal.fade {
        top: -100%;
    }
    .nav-tabs {
        border-bottom: 0;
    }
    .nav-tabs>li {
        float: none;
    }
    .nav-tabs>li>a {
        border: 1px solid #ddd;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        margin-right: 0;
    }
    .nav-tabs>li:first-child>a {
        -webkit-border-radius: 4px 4px 0 0;
        -moz-border-radius: 4px 4px 0 0;
        border-radius: 4px 4px 0 0;
    }
    .nav-tabs>li:last-child>a,
    .nav-tabs>.active:last-child>a {
        -webkit-border-radius: 0 0 4px 4px;
        -moz-border-radius: 0 0 4px 4px;
        border-radius: 0 0 4px 4px;
        border-bottom: 1px solid #ddd;
    }
    .nav-tabs>li>a:hover {
        border-color: #ddd;
        z-index: 2;
    }
    .nav-tabs.nav-dark>li>a {
        border: 1px solid #333;
    }
    .nav-tabs>li:last-child>a,
    .nav-tabs>.active:last-child>a {
        border-bottom: 1px solid #333;
    }
    .nav-tabs.nav-dark>li>a:hover {
        border-color: #333;
    }
    .nav-pills>li>a {
        margin-right: 0;
    }
    .nav-pills>li>a {
        margin-bottom: 3px;
    }
    .nav-pills>li:last-child>a {
        margin-bottom: 1px;
    }
    .form-search>.pull-left,
    .form-search>.pull-right {
        float: none;
        display: block;
        margin-bottom: 9px;
    }
}

@media (max-width: 980px) {
    .navbar-fixed-top {
        margin-bottom: 0 !important;
    }
    .item-comment .item-image {
        display: none;
    }
    .well {
        padding: 10px;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    #login-form .input-small {
        width: 62px;
    }
}

dl.tabs {
    float: left;
    margin-bottom: -1px;
}

dl.tabs dt.tabs {
    float: left;
    margin-left: 3px;
    padding: 4px 10px;
    background-color: #F0F0F0;
    border-top: 1px solid #CCC;
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
}

dl.tabs dt:hover {
    background-color: #F9F9F9;
}

dl.tabs dt.open {
    background-color: #FFF;
    border-bottom: 1px solid #FFF;
}

dl.tabs dt.tabs h3 {
    margin: 0;
    font-size: 1.1em;
    font-weight: normal;
}

dl.tabs dt.tabs h3 a {
    color: #0088CC;
}

dl.tabs dt.tabs h3 a:hover {
    color: #005580;
    text-decoration: none;
}

dl.tabs dt.open h3 a {
    color: #000;
    text-decoration: none;
}

div.current dd.tabs {
    margin: 0;
    padding: 10px;
    clear: both;
    border: 1px solid #CCC;
    background-color: #FFF;
}

#helpsite-refresh {
    vertical-align: top;
}

#pop-print {
    float: right;
    margin: 10px;
}

code {
    white-space: pre-wrap;
}

#filter-search {
    vertical-align: top;
}

.editor {
    overflow: hidden;
    position: relative;
}

.search span.highlight {
    background-color: #FFFFCC;
    font-weight: bold;
    padding: 1px 4px;
}

/***********************************************/

/*Responsive*/

@media (max-width: 1006px) {
    body {
        width: 100%;
    }
    .search form {
        top: 2px;
        left: 2px;
    }
}

@media (max-width: 900px) {
    #categorie {
        display: none;
    }
    #contenu {
        width: 100%;
        padding: 0;
    }
    #main {
        padding-left: 2%;
        padding-right: 2%;
    }
}

@media (max-width: 800px) {
    #aside {
        display: none;
    }
}

@media (max-width: 815px) {
    #hautG {
        display: none;
    }
}

@media handheld,
only screen and (max-width: 767px) and (min-width: 480px) {
    div[id^="favpromote-box"].span2-4:last-child,
    div[id*=" favpromote-box"].span2-4:last-child,
    div[id^="favpromote-box"].span4:last-child,
    div[id*=" favpromote-box"].span4:last-child {
        float: none;
        width: 48.93617021276595% ! important;
        margin-left: 0;
    }
}

@media handheld,
only screen and (max-width: 480px) {
    div[id^="favpromote-box"].span2,
    div[id*=" favpromote-box"].span2,
    div[id^="favpromote-box"].span2-4,
    div[id*=" favpromote-box"].span2-4,
    div[id^="favpromote-box"].span3,
    div[id*=" favpromote-box"].span3,
    div[id^="favpromote-box"].span4,
    div[id*=" favpromote-box"].span4,
    div[id^="favpromote-box"].span6,
    div[id*=" favpromote-box"].span6 {
        float: none !important;
        width: 100% !important;
        margin-left: 0 !important;
    }
}

@media (max-width: 767px) {
    body {
        padding-right: 0 ! important;
        padding-left: 0 ! important;
    }
}

@media (min-width: 1025px) {
    .menu-btn {
        display: none ! important;
    }
    .burger {
        display: none;
    }
}

@media (max-width: 1025px) {
    /* Menu droite en haut User2 */
    #hautD {
        margin-right: 40px;
    }
    .cache {
        display: none ! important;
    }
    .menuracine {
        display: block;
        max-height: 0;
        overflow: hidden;
        top: 32px;
    }
    .expand {
        /* maximum height */
        max-height: 50em;
        overflow: visible;
        /* translate with hardware acceleration */
        transform: translateZ(0);
        transition: max-height .4s;
        /* Décaler vers la gauche */
        width: 200px;
        left: -160px;
    }
    .menuracine li {
        float: none ! important;
        text-align: center ! important;
    }
    .menuracine {
        -webkit-transition: all .25s ease;
        -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
        -o-transition: all .25s ease;
        transition: all .25s ease;
    }
    .menuracine ul {
        margin-left: 0 ! important;
        -webkit-transition: all .25s ease;
        -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
        -o-transition: all .25s ease;
        transition: all .25s ease;
    }
    #racine .parent a {
        padding-right: 17px ! important;
    }
    .menuracine ul ul {
        position: relative ! important;
    }
    .menuracine ul ul li a {
        width: 100%;
        background-color: #bab6b6;
    }
    .menuracine>ul>li>a {
        border-bottom: 1px solid rgba(150, 150, 150, 0.15);
    }
    .mobile-nav {
        margin: 0 auto;
        height: 30px;
    }
    .menu-btn {
        /* margin: 0 auto;*/
        position: absolute;
        right: 5px;
        padding-top: 2px;
        border-radius: 5px;
        background-color: white;
        height: 12px;
        padding: 10px 7px;
        cursor: pointer;
    }
}

@media handheld,
only screen and (min-width: 979px) {
    div[id^="favpromote-box"].span2,
    div[id*=" favpromote-box"].span2,
    div[id^="favpromote-box"].span2-4,
    div[id*=" favpromote-box"].span2-4,
    div[id^="favpromote-box"].span4,
    div[id*=" favpromote-box"].span4 {
        width: 31.6239%;
    }
    div[id^="favpromote-box"].span2:first-child,
    div[id*=" favpromote-box"].span2:first-child,
    div[id^="favpromote-box"].span2-4:first-child,
    div[id*=" favpromote-box"].span2-4:first-child,
    div[id^="favpromote-box"].span4:first-child,
    div[id*=" favpromote-box"].span4:first-child,
    div[id^="favpromote-box"].span6:first-child,
    div[id*=" favpromote-box"].span6:first-child {
        margin-left: 0;
    }
    div[id^="favpromote-box"].span2:nth-child(4),
    div[id*=" favpromote-box"].span2:nth-child(4),
    div[id^="favpromote-box"].span2-4:nth-child(4),
    div[id*=" favpromote-box"].span2-4:nth-child(4) {
        margin-left: 0;
        clear: both;
    }
}

@media (max-width: 825px) {
    .annuaire tbody tr th:nth-child(3) {
        display: none;
    }
    .annuaire tbody tr td:nth-child(3) {
        display: none;
    }
}

@media (max-width: 745px) {
    .annuaire tbody tr th:nth-child(4) {
        display: none;
    }
    .annuaire tbody tr td:nth-child(4) {
        display: none;
    }
}

@media (max-width: 600px) {
    .annuaire tbody tr th:nth-child(6) {
        display: none;
    }
    .annuaire tbody tr td:nth-child(6) {
        display: none;
    }
}
