#header {
    width: 100%;
    /*height: 93px;*/
    height: 8%;
    min-height: 70px;
    background: #BFD467;
    /*  margin-bottom: 5px;*/
    border-bottom: thick solid #A9C756;
    /*position: fixed;*/
}

.demo #header {
    background-color: #bf4437;
}

/*searchBar*/

#tfnewsearch {
    /* float: left;*/
}

#searchbox {
    margin: 0;
    margin-left: 15px;
    height: 27px;
    width: 80%;
    margin-top: 10px;
    padding-right: 43px;
    color: white;
    /*float: left;*/
    padding-left: 5px;
    background: #A9C756;
    font-family: arial;
    border: none;
    /* border-top: 1px solid #BEBEBE;
    border-left: 1px solid #BEBEBE;
    border-bottom: 1px solid #BEBEBE;*/
    margin-bottom: 10px;
}

#loupebox {
    margin-top: 0px;
    width: 30px;
    height: 27px;
    background: white;
    text-align: center;
    /*  float: left;*/
    border: none;
    border-top: 1px solid #BEBEBE;
    border-right: 1px solid #BEBEBE;
    border-bottom: 1px solid #BEBEBE;
}


/*#loupe {
    color: white;
    position: relative;
    right: 10%;
}*/

#options {
    /*   color: white;*/
    /* font-size: 1.7rem;*/
    cursor: pointer;
    /* position: relative;*/
    /*   right: 15%;*/
}

#icons-search {
    width: 17%;
    position: relative;
    bottom: 33px;
    color: white;
    left: 72%;
}

#critere {
    line-height: 30px;
    color: white;
    width: 80px;
    height: 28px;
    background: #636362;
    float: left;
    text-align: center;
    border: 0.5px solid #BEBEBE;
    display: none;
}


/* Button action menu header */

#buttonsActions {
  display: block;
  float: right;
}

.actions {
    font-size: 9.2pt;
    margin-left: 20px;
    float: right;
}

.actions,
.actions .icone {
    width: 32px;
    height: 32px;
}

.actions .icone {
    margin-top: 15px;
    background: #C7D66B;
    color: white;
    font-size: 16px;
    padding: 4px 8px;
    border-radius: 5px;
    box-shadow: 2px 3px 0px #A9C756;
    -moz-box-shadow: 2px 3px 0px #A9C756;
    -webkit-box-shadow: 2px 3px 0px #A9C756;
}

.actions .icone.on {
    cursor: pointer;
}

.actions .icone.off {
    background: #A9C756;
    color: #BFD467;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    position: relative;
    top: 1px;
    left: 2px;
}

.actions .icone i {
    width: 16px;
    height: 16px;
    text-align: center;
}

.actions .icone.on:active {
    position: relative;
    box-shadow: 1px 1px 0px #A9C756;
    top: 1px;
    left: 2px;
}

.actions .notif {
    position: relative;
    top: -42px;
    left: 65%;
    min-width: 50%;
    max-width: 100%;
    z-index: 1000;
    background-color: #DD525D;
    color: white;
    font-family: 'avenirblack';
    border-radius: 3px;
    moz-box-shadow: -1px 2px 0px #B73747;
    -webkit-box-shadow: -1px 2px 0px #B73747;
    box-shadow: -1px 2px 0px #B73747;
    text-align: center;
}

.notif.green {
    background-color: #A9C756;
    moz-box-shadow: -1px 2px 0px rgba(151, 182, 25, 1);
    -webkit-box-shadow: -1px 2px 0px rgba(151, 182, 25, 1);
    box-shadow: -1px 2px 0px rgba(151, 182, 25, 1);
}


/*
.buttonAction .off {
    background: #A9C756;
    width: 30px;
    height: 24px;
    color: #d4d4d3;
    font-size: 1.7em;
    float: right;
    padding-left: 5px;
    border-radius: 5px;
    margin-top: 23px;
}
.buttonAction .on {
    background: #C7D66B;
    width: 30px;
    height: 24px;
    color: white;
    font-size: 1.7em;
    float: right;
    padding-left: 5px;
    border-radius: 5px;
    margin-top: 25px;
    border-bottom: 4px solid #A9C756;
    border-left: 2px solid #A9C756;
}
.buttonAction-icon {
    font-size: 1.6rem;
}*/


/* style="font-size:2rem; top:-5px; left:4px;" */


/*Login*/

#log {
    float: right;
    color: white;
    margin-right: 38px;
    margin-left: 5%;
    font-size: 1.4em;
    background: none repeat scroll 0% 0% #A9C756;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    height: 100%;
    width: 200px;
}

#logName {
    border-bottom: 2px solid #BFD467;
    margin-top: 4px;
}

#logName i {
    font-size: 1.4rem;
    line-height: 2px;
}

#logName-menu {
    font-size: 1.4rem;
}

#logName-menu a:hover {
    color: white;
}

#logName-menu a i:hover {
    color: white;
}

.logName-sousmenu {
    /*clear: left;*/
    float: left;
}

#box-log {
    width: 150px;
    float: right;
    margin-right: 28px;
    padding-top: 2px;
}

#box-log #fleche {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #A9C756 transparent transparent transparent;
    margin: auto;
    margin-left: 75%;
    z-index: 888;
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    /* Chrome, Safari, Opera */
    transform: rotate(180deg);
    top: 1px;
    position: relative;
}

#menu-log {
    /*width: 250px;*/
    z-index: 887;
    background-color: #A9C756;
}

.sousmenu-log {
    color: white;
    width: 100%;
    font-size: 1.7em;
    text-align: center;
    cursor: pointer;
}

.sousmenu-log:hover {
    background: #BFD467;
}

#box-log:hover #fleche {
    border-color: #BFD467 transparent transparent transparent;
}


/* MENU */

html,
body {
    height: 100%;
}

.menu {
    min-height: 9%;
    height: 92%;
    max-height: 92%;
    background: #BED367;
    width: 12%;
    float: left;
    /*margin-right: 15px;*/
    /*position: fixed;*/
    /*clear: left;*/
    /* float: left;*/
    /* padding-top: 4px;*/
    /*background-color: #BFD467;*/
}

.menu a:hover {
    color: white;
}

.menu a:hover,
.menu a:active,
.menu a:visited,
.menu a:link {
    text-decoration: none;
}

#logo {
    margin: 0px 0px 16px;
    border-bottom: 3px solid #d4d4d3;
    width: 50%;
    margin: auto;
    text-align: center;
}

#logoimg {
    width: 233px;
    height: 85%;
    padding-top: 5px;
    padding-left: 1.5%;
    float: left;
    object-fit: contain;
    /*
    padding-top: 12px;
    padding-bottom: 5px;*/
}

#logoimg1 {
    position: relative;
    width: 80%;
    margin-left: 5px;
}

#cga {
  font-size: 1.7rem;
  display: block;
  float: right;
  margin-top: 20px;
}

#arrowlogo {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 9px 0 9px;
    border-color: #BFD467 transparent transparent transparent;
    position: relative;
    left: 106px;
    bottom: 0px;
}

.arrowslide {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #BFD467 transparent transparent transparent;
    position: relative;
    left: 110px;
    bottom: 0px;
    margin-bottom: 0px;
}

.arrowmenu {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 7px 0 7px;
    border-color: white transparent transparent transparent;
    position: absolute;
    left: 108px;
    margin: 0;
    z-index: 888;
}

.arrowsousmenu {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 6px 0 6px;
    border-color: white transparent transparent transparent;
    position: absolute;
    left: 15px;
    margin-top: 6px;
    z-index: 888;
}

.master i {
    float: right;
    margin-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.master {
    background-color: #BED367;
    /* #BFD467;*/
    color: white;
    font-size: 13px!important;
    /* padding-left: 15px;*/
    /* text-align: center;*/
    padding-top: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    cursor: pointer;
    /*float: left;*/
    width: 100%;
    border-bottom: 1px #A9C756 solid;
}

.master:hover,
.master:hover > a {
    background: #A9C756;
    color: white;
}

.master:hover ~ .arrowslide {
    border-color: #AEC356 transparent transparent transparent;
}

.slaves {
    font-size: 13px!important;
    padding: 0;
    margin: 0;
    border-top: #fff solid 2px;
    background: #A9C756;
}

.slaves li {
    margin: 0;
    /*width: 100%;*/
    /*background: #A9C756;*/
    /*#BFD467;*/
    /*border-left: #fff 1px solid;*/
    width: 100%;
    margin: auto;
    /*text-align: center;*/
    /*margin-left: 20px;*/
    /*    padding-left: 30px;*/
    padding: 5px 10px;
    cursor: pointer;
    color: white;
    list-style-type: none;
}

.slaves li:hover,
.slaves li:hover > a {
    /*  background: #d4d4d3;*/
    color: white;
    /*    border: none 15px #000000;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 15px;
    -moz-border-radius-bottomleft: 15px;
    -moz-border-radius-bottomright: 15px;
    -webkit-border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -webkit-border-bottom-right-radius: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;*/
    background-color: #BFD467;
}


/*Contenu du fil d'arianne */

.textnav {
    font-size: 1.2em;
}

#nav,
.breadcrumb {
    color: white;
    width: 500px;
    background: none;
    font-size: 20px;
    padding: 0px 0px 0px 3px;
    font-size: 1.7rem;

    display: inline-block;
    margin-top: 12px;
    margin-right: 12px;

}

.breadcrumb > .active {
    color: white;
}

.breadcrumb > li:hover {
    text-shadow: 5px 5px 5px #A9C756;
}

.breadcrumb > li + li:before {
    color: white;
}

.breadcrumb a {
    color: white;
}

#top-menu {
    /*width: 250px;*/
}

#bann-header li:hover {
    text-shadow: 1px 1px 1px #d4d4d3;
}


/*MEDIA QUERIES PETIT ECRANS*/


/*@media screen and (min-width: 1200px) and (max-width: 1530px) {
    #icons-search {
        width: 19%;
        position: relative;
        bottom: 33px;
        color: #FFF;
        left: 69%;
    }
    #research-a {
        top: 107px;
        overflow: inherit;
    }
    #nav, .breadcrumb {
        color: #FFF;
        width: 580px;
        background: none repeat scroll 0% 0% transparent;
        position: absolute;
        top: 8px;
        left: 91px;
        padding: 0px 0px 0px 3px;
        font-size: 1.7rem;
    }
    .master {
        font-size: 15px;
    }
    #buttonsAction {
        width: 20%;
        margin-left: 55%;
    }
    #log {
        margin-left: 0%;
    }
}
#buttonsAction {
    padding-top: 6px;
}
*/
