/* HEADER */
#green-line
{
    position: absolute;
    width: 100%;
    height: 15px;
    display: block;
    position: absolute;
    left: 0;
    bottom: 6px;
    background: -moz-linear-gradient(left,#267f31 0%,#1a6e28 100%);
    background: -webkit-gradient(linear,left top,right top,color-stop(0%,#267f31),color-stop(100%,#1a6e28));
    background: -webkit-linear-gradient(left,#267f31 0%,#1a6e28 100%);
    background: -o-linear-gradient(left,#267f31 0%,#1a6e28 100%);
    background: -ms-linear-gradient(left,#267f31 0%,#1a6e28 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#267f31',endColorstr='#1a6e28',GradientType=0);
    background: linear-gradient(left,#267f31 0%,#1a6e28 100%);
}

#yellow-line
{
    width: 100%;
    height: 6px;
    background: #f5ce04;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #f1c805;
}
.construction #green-line{
    background: -moz-linear-gradient(left,#FDE059 0%,#EDAE2D 100%);
    background: -webkit-gradient(linear,left top,right top,color-stop(0%,#267f31),color-stop(100%,#EDAE2D));
    background: -webkit-linear-gradient(left,#FDE059 0%,#EDAE2D 100%);
    background: -o-linear-gradient(left,#FDE059 0%,#EDAE2D 100%);
    background: -ms-linear-gradient(left,#FDE059 0%,#EDAE2D 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FDE059',endColorstr='#EDAE2D',GradientType=0);
    background: linear-gradient(left,#FDE059 0%,#EDAE2D 100%);
}
.construction #yellow-line{
    background: #000;
}

#header-links a { color: #999999; }

#languages-selector {
    display: inline-block;
    position: relative;
}
#languages-selector li {
    display: none;
    position: absolute;
}
#languages-selector li.first {
    display: block;
    position: static;
}
span.languages-switcher {
    background: url("../images/arrow-grey-down.png");
    cursor: pointer;
    display: inline-block;
    height: 5px;
    margin-right: 12px;
    width: 10px;
}
.first span.languages-switcher {
    background: none;
    display: inline;
    margin: 0;
    width: auto;
}
.languages-selector span.languages-switcher {  }
/* END HEADER */

/* TOP MENU */
#top-menu a.active, #top-menu .selected a, #top-menu a:hover, #top-menu a:active {
    color: #377c2c;
    text-decoration: none;
}

#top-menu li.dropdown-item {
    border-left: 1px solid #000000;
    border-right: 1px solid;
    margin-right: 9px;
    padding: 0 18px;
}

.dropdown {
    border-bottom: 9px solid #e5e6e6;
    display: none;
    padding: 40px 0 40px 10px;
    position: relative;
}
.dropdown .close {
    background: url("../images/icon-close.png") no-repeat;
    cursor: pointer;
    display: block;
    height: 17px;
    width: 17px;
    position: absolute;
    top: 8px;
    right: 8px;
}
.dropdown article {
    display: inline-block;
    margin: 0 -1px;
}
.dropdown article .menuIndustryContainer{
    display: inline-block;
}
.dropdown article h3 { padding: 0 0 17px 14px; }
.dropdown article ul {
    float: left;
    padding: 0 0 0 14px;
    width: 240px;
}
.dropdown article a {
    color: #000000;
    display: block;
    margin-bottom: 11px;
    padding-left: 17px;
    position: relative;
}
.dropdown article a:after {
    position: absolute;
    content: "";
    left: 0;
    width: 0;
    top: 4px;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 6px;
    border-color: transparent transparent transparent #367c2b;
}
/* END TOP MENU */


/* LEFT NAV */
#sidebar h2 {
    font-size: 16px;
    font-weight: normal;
    padding-bottom: 8px;
}

#sidebar .menu a {
    color: #000000;
    display: block;
    line-height: 18px;
    margin-bottom: 4px;
    padding: 2px 10px 0 36px;
    position: relative;
    /*word-break: break-word;
    word-wrap: break-word;*/
    hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
}
#sidebar .menu h2 a {
    color: #367c2b;
    padding-left: 0;
}
#sidebar .menu .selected > a {
    background-color: #367c2b;
    color: #ffffff;
    margin-bottom: 8px;
    padding: 15px 10px 15px 24px;
}
#sidebar .menu > ul > li > a {
    background-color: #e5e6e6;
    color: #367c2b;
    margin-bottom: 8px;
    padding: 15px 10px 15px 24px;
}
#sidebar .menu ul ul .selected > a { padding-left: 36px; }
#sidebar .menu ul ul ul a, #sidebar .menu ul ul ul .selected > a { padding-left: 47px }
#sidebar .menu ul ul ul ul a, #sidebar .menu ul ul ul ul .selected > a { padding-left: 58px }

#sidebar .menu a:before {
    content: "";
    position: absolute;
    left: 25px;
    top: 6px;
    height: 0;
    width: 0;
    border-style: solid;
    border-width: 5px 0 5px 6px;
    border-color: transparent transparent transparent #367c2b;
}
#sidebar .menu h2 a:before { border: none; }
#sidebar .menu > ul > li > a:before {
    left: 13px;
    top: 19px;
}
#sidebar .menu .selected > a:before {
    left: 11px;
    top: 22px;
    height: 0;
    width: 0;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: #ffffff transparent transparent transparent;
}
#sidebar .menu ul ul .selected > a:before { left: 22px; }
#sidebar .menu ul ul ul a:before {
    left: 37px;
    top: 5px;
}
#sidebar .menu ul ul ul ul a:before { left: 48px; }
#sidebar .menu ul ul ul .selected > a:before { left: 33px; }
#sidebar .menu ul ul ul ul .selected > a:before { left: 44px; }

#sidebar .menu a:hover {
    color: #377c2c;
    text-decoration: none;
}
#sidebar .menu h2 a:hover { text-decoration: underline; }
#sidebar .menu > ul > li > a:hover {
    background-color: #367c2b;
    color: #ffffff;
}
#sidebar .menu .selected > a:hover { color: #ffffff; }
#sidebar .menu > ul > li > a:hover:before { border-color: transparent transparent transparent #ffffff; }
#sidebar .menu .selected > a:hover:before {
    border-width: 6px 5px 0 5px;
    border-color: #ffffff transparent transparent transparent;
}
/* END LEFT NAV */

/* BREADCRUMBS */
#main-content .info-line .breadcrumbs a { color: #367c2b; }
#main-content .info-line .breadcrumbs span { color: #000000; }
/* BREADCRUMBS */


/* PAGINATOR */
.pagenavigator {
    width: 100%;
    text-align: center;
    font-size: 13px;
    color: #666666;
}


#descriptionContainer .pagenavigator
{
    position: relative;
    float: left;
}

#descriptionContainer .pagenavigator .previous
{
   padding-left: 0px;
}

#descriptionContainer .pagenavigator a { padding: 0; }
#descriptionContainer .pagenavigator a:hover { color: #367c2b; }
#descriptionContainer .pagenavigator a:before { border: none; }

.pagenavigator .pages { padding: 0 10%; }
.pagenavigator .next {
    padding-right: 13px;
    background: url("../images/green-arrow_next.png") no-repeat right center;
}
.pagenavigator .previous {
    padding-left: 13px;
    background: url("../images/green-arrow_prev.png") no-repeat left center;
}
/* END PAGINATOR */


/* SEARCH PAGE */

.warning
{
    margin-top:10px;
    margin-bottom:10px;
}
.researchLoupe
{
    margin-left:10px;
    border:none!important;
    background:none;
    position:relative;
    top:-12px;
}
.containerSearchNoResult
{
    text-align:left;
}
.containerSearchNoResult li
{
    padding-top:10px;
}

.halfbox.research
{
    float:left;
    border-style: solid;
    border-top:none;
    border-left:none;
    border-right:none;
    border-bottom:2px solid #367c2b;
}

.readmoreSearch a
{
    color: #367C2B !important;
    position:relative;
    padding-left:10px;
}

.readmoreSearch a:before
{
    content: "";
    position: absolute;
    left: 0px;
    top: 5px;
    height: 0;
    width: 0;
    border-style: solid;
    border-width: 5px 0 5px 6px;
    border-color: transparent transparent transparent #367c2b;
}

a.linkaftersearch:after
{
    content: "";
    position: absolute;
    height: 0;
    left: 0;
    top: 4px;
    width: 0;
    border-style: solid;
    border-width: 5px 0 5px 6px;
    border-color: transparent transparent transparent #367c2b;
}

.titleSearch
{
    word-break: break-word;
    font-weight: normal;
    line-height: 20px;
    text-transform: uppercase;
}

.dateSearch
{
    font-size: 12px;
    font-weight: normal;
    line-height: 15px;
    margin-bottom: 10px;
}

.blockgauchesearch
{
    width:220px;
    float: left;
}
.blockdroitesearch
{
    width: 350px;
    float: left;
}

.resultContainer
{
    width:100%;
    margin-bottom:20px;

}

.descriptionSearch
{
    height:125px;
    position: relative;
    word-break: break-all;
}

.loupegrise
{
    background:  url(../images/icon-search.png);
    display:none;
}

.loupeverte,.researchLoupe
{
    background:url(../images/ico_search_vert.png);
}

#Search_loupe
{
    width: 20px;
    height: 20px;
    background-size:cover;
    cursor:pointer;
    position: relative;
}

#blocksearch
{
    float: right;
    position: relative;
    top: -14px;
}

.readmoreSearchdroite
{
    position: absolute;
    bottom: 15px;
    left: 10px;
}

.readmoreSearchdroite  a:before
{
    content: "";
    position: absolute;
    left: -10px;
    top: 4px;
    height: 0;
    width: 0;
    border-style: solid;
    border-width: 5px 0 5px 6px;
    border-color: transparent transparent transparent #367c2b;
}

#search_saisie
{
    display:none;
    position: absolute;
    right: 0px;
    top: 5px;
    width:0px;
    border-top:none;
    border-left:none;
    border-right:none;
    border-bottom:1px solid #367C2B;
    font-size: 11px;
    padding-bottom: 5px;
}

.content-search.searchmodule
{
    float:left;
}

.content-view-line a,.containerSearchNoResult a
{
    position: relative;
    padding-left: 10px;
    color:#367C2B;
}
.descriptionSearch.image {
    width: 150px;
    margin-right: 15px;
    height: 110px;
    float: left;
    background-size:cover;
    background-repeat:no-repeat;
}

/*#descriptionContainer.searchpage
{
    position: relative;
    top: -45px;
}*/

#descriptionContainer.searchpage h1
{
    word-break: break-all;
}


.searchpage .pagination_haute
{
    position: relative;
    top: -15px;
}

#descriptionContainer .pagenavigator .pages
{
    padding: 0 1%;
}

#descriptionContainer div.pagination_haute span.pages   a ,#descriptionContainer div.pagination_basse span.pages   a
{
    padding-left: 5px;
    border-right: 1px solid #367c2b;
    height: 3px;
    padding-right: 5px;
}
.searchpage .pagination_basse
{
    position: relative;
    top: 15px;
}

.searchpage span.current
{
    padding-left: 5px;
    padding-right: 5px;
    border-right:1px solid #367c2b;
}
.searchpage .pagenavigator .next
{
    padding-right: 7px;
}


/*
.blockFancybox
{
    position: absolute;
    bottom: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.8);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#CCFFFFFF', endColorstr='#CCFFFFFF');
    height: 35px;
    width: 35px;
    z-index: 99;
    margin: -15px 0 0 0;
    text-indent: -999em;
}


.blockFancybox:after
{
    position: absolute;
    top: 13px;
    left: 15px;
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 6px;
    border-color: transparent transparent transparent #367c2b;
}
*/

/* CALLOUT */
.callout
{
    float: left;
    margin-right: 18px;
    margin-bottom: 10px;
    width: 204px;
    /*word-break: break-all;*/
}

#calloutContainer .calloutLast
{
    margin-right: 0;
}

#calloutContainer
{
    padding: 24px 26px;
    clear: both;
    overflow: auto;
    width: 100%;
    border-top: 2px solid #E5E7E6;
}

.callout .title
{
    font-size: 14px;
    margin: 0 0 13px 0;
}

.callout img
{
    margin: 0 0 13px 0;
}

.callout .text
{
    margin: 0 0 13px 0;
}

.callout a.more
{
    margin-top: 10px;
    display: block;
    background-position: 0 center;
}

/* END CALLOUT */

/* EVENTS RIGHT RAIL */

#eventHeader
{
    width: 100%;
    overflow: auto;
    background-color: #E6E6E6;
    padding: 10px 25px;
}

#eventHeader .title
{
    color: #367C2B;
    float: left;
    margin-top: 4px;
    display: block;
    font-size: 13px;
}

#eventHeader .eventLink
{
    float: right;
    display: block;
}

.events
{
    border: 1px solid #E6E6E6;
    margin-right: 0px;
    margin-bottom: 10px;
}

.event
{
    margin: 10px 25px;
    position: relative;
}

.event hr {
    clear: right;
    margin: 10px 0 0 0;
    border: none;
    border-bottom: 1px solid #E6E6E6;
}

.event.highlighted
{
    padding-left: 25px;
    background: url('../images/green_star.png') no-repeat 7px 3px;
    margin-left: 0;
}

.event .content
{
    color: #367C2B;
    display: block;
    width: 185px;
    word-break: break-word;
}

.event .date
{
    margin-bottom: 0;
    text-transform: uppercase;
}

.event .more
{
    float: right;
    margin-bottom: 5px;
}

.events .eventLast
{
    border-bottom: 0;
}

/* END EVENTS RIGHT RAIL */

