@font-face {
    /* Définition d'une nouvelle police nommée LearningCurveProRegular */
    font-family: 'ZombieChecklistAlpha';
    src: url('../font/ZombieChecklistAlpha.eot');
    src: url('../font/ZombieChecklistAlpha.eot?#iefix') format('embedded-opentype'),
    url('../font/ZombieChecklistAlpha.woff') format('woff'),
    url('../font/ZombieChecklistAlpha.ttf') format('truetype'),
    url('../font/ZombieChecklistAlpha.svg#ZombieChecklistAlpha') format('svg');
}

@font-face {
    /* Définition d'une nouvelle police nommée LearningCurveProRegular */
    font-family: 'Ubuntu';
    src: url('../font/Ubuntu.eot');
    src: url('../font/Ubuntu.eot?#iefix') format('embedded-opentype'),
    url('../font/Ubuntu.woff') format('woff'),
    url('../font/Ubuntu.ttf') format('truetype'),
    url('../font/Ubuntu.svg#Ubuntu') format('svg');
}

/*
@font-face {
    font-family: 'OratorStd';
    src: url('../font/OratorStd.eot');
    src: url('../font/OratorStd.eot?#iefix') format('embedded-opentype'),
    url('../font/OratorStd.woff') format('woff'),
    url('../font/OratorStd.ttf') format('truetype'),
    url('../font/OratorStd.svg#OratorStd') format('svg');
}*/

body {
    color: #282828;
}

.page {
    width: 90%;
    margin: 0 auto;
}

@media (min-width: 1920px) {
    .page {
        width: 80%;
        margin: 0 auto;
    }
}

a, a:hover {
    color: inherit;
}

.row,
.nav-pills li,
.nav-stacked > li + li {
    margin: 0;
}

.form-control,
.btn,
.thumbnail,
.nav-pills li a {
    border-radius: 0;
}

.thumbnail:hover, .thumbnail:active, .thumbnail:visited {
    border: solid 1px transparent !important;
}

.control-label {
    color: #0094a1;
}

.container {
    min-height: 200px;
}

/***************************************************************************************
Navbar
***************************************************************************************/
.navbar li, .navbar li a {
    line-height: 2em;
}

.navbar-brand {
    padding: 0px; /* firefox bug fix */
}

.navbar-brand > img {
    height: 100%;
    padding: 1px; /* firefox bug fix */
    width: auto;
}

.navbar {
    border: none;
    border-radius: 0;
    background: #0094a1;
}

.navbar:not(.nav-bar-admin) {
    min-height: 60px;
}

.dropdown-menu:not(table .dropdown-menu) {
    background: #0094a1;
    min-width: 0;
}

.navbar a {
    color: white !important;
}

.navbar-inverse .navbar-toggle {
    border-color: #fff;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #282828 !important;

}

.flag {
    width: 20px;
}

.breadcrumb {
    background: none;
}

.breadcrumb > li + li:before, .breadcrumb > li + li:after {
    content: ' ';
}

/***************************************************************************************/

.bandeau img {
    width: 100%;
}

.padding {
    padding: 2% 0;
}

.logo-nyce img {
    width: 25vh;
}

.thumbnail-monde img {
    width: auto !important;
    height: 300px;
}

.thumbnail {
    border: solid 1px transparent;
}

.thumbnail-monde h3 {
    font-family: "ZombieChecklistAlpha", Arial, SansSerif;
    font-size: 30px;
}

.thumbnail-produit h3 {
    text-align: center;
    color: white;
    font-size: 16px;
    padding: 1%;
}

.thumbnail-produit img {
    width: auto;
    height: 300px !important;
}

.thumbnail-produit .caption {
    padding: 0;
}

.thumbnail-monde img, .thumbnail-produit img, .thumbnail-monde h3, .logo-nyce img {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.show:hover {
    text-decoration: underline;
    cursor: pointer;
}

/***************************************************************************************
Monde
***************************************************************************************/
.monde, .admin, .navbar, .research h2 {
    font-family: "OratorStd", Arial, sans-serif;
}

#showConcept:hover {
    cursor: pointer;
}

.concept, .formation, .listemonde, .first, .second, .third {
    display: none;
}

.concept ul, .formation ul, .monde ul, .first ul, .third ul {
    font-family: "ZombieChecklistAlpha", Arial, sans-serif;
    font-size: 20px;
}

.second ul {
    font-family: "OratorStd", Arial, sans-serif;
    font-size: 15px;
}

.concept-title {
    font-family: "ZombieChecklistAlpha", Arial, sans-serif;
    text-align: center;
    font-size: 30px;
}

.sub-liste {
    color: #828282;
}

.center {
    text-align: center;
}

.img-monde, .img-concept {
    text-align: center;
}

.img-cat img, .img-concept img {
    height: 350px;

}

.img-concept span {
    display: block;
    font-size: 16px;
    padding: 1%;
    color: white;
}

.img-cat h4 {
    font-family: "ZombieChecklistAlpha", Arial, SansSerif;
    font-size: 25px;
}

.img-monde img {
    width: 80%;
}

.monde-titre {
    font-family: "ZombieChecklistAlpha", Arial, SansSerif;
    font-size: 30px;
    text-align: center;
}

.rub_titre {
    background-color: #363636;
    color: #ffffff;
    padding: 5px 20px;
    margin: 5px 0;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
}

/***************************************************************************************
Produit
***************************************************************************************/
/* ef6 */

.produit {
    text-align: center;
}

.thumbnail.thumbnail-produit:hover {
    border: solid 1px transparent;
}

.title:not(table .title) {
    width: 100%;
    background-color: #363636;
    color: #ffffff;
    padding: 5px 20px;
    text-align: center;
}

.produit img {
    width: 100%;
    height: auto;
}

.produit .code-barre {
    width: 100%;
    height: auto;
}

.panel {
    border-radius: 0;
    border: 1px solid #363636;
}

.panel-default > .panel-heading, .panel-default > .panel-footer {
    background-color: #363636;
    color: #ffffff;
    border-color: #363636;
    border-radius: 0;
}

.panel-default > .panel-footer {
    text-align: right;
}

/***************************************************************************************
Footer
***************************************************************************************/

.footer, .footer-ml {
    padding: 2%;
}

.footer .btn-default {
    background: #0094a1;
    border-color: #0094a1;
    color: #fff;
}

.footer {
    background: #b2b2b2;
    color: #666666;
}

.footer a {
    color: #666666;
}

.footer-ml {
    text-align: center;
    background: #0094a1;
    color: #282828;
}

.footer-ml a {
    color: #282828;
}

/********************************/
.table img {
    width: auto;
    height: 50px;
}

.table .ref img {
    width: 200px !important;
    height: auto;
}

.change {
    text-align: center;
    width: 50px;
}

.table i:hover {
    cursor: pointer;
    color: #0094a1 !important;
}

.ligne-action {
    display: none;
}

.ligne-action-visible {
    display: block;
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #0094a1;
    border-radius: 4px;
    opacity: 1;
}

.tooltip-arrow {
    color: #0094a1;
}

/***************************************************************************************
Admin
***************************************************************************************/
.nav-tabs > li > a {
    margin: 0;
    border-radius: 0;
    background-color: #363636;
    color: #ffffff;
}

.titre {
    color: #0094a1;
    font-size: 18px;
}

.boutique-titre {
    text-align: center;
    font-family: "ZombieChecklistAlpha";
}

.bandeau-concept {
    margin: 0 auto;
    text-align: center;
}

.bandeau-concept img {
    height: 200px;
    width: auto;
}

.nav-tabs {
    border-bottom: 1px solid #363636;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #ffffff;
    background-color: #0094a1;
    border: 1px solid #0094a1;
    border-bottom-color: transparent;
}

.nav-tabs > li > a:hover {
    background: #0094a1;
    border: 1px solid #0094a1;
}

.tab-content {
    padding: 10px;
}

.modal-header {
    color: #ffffff;
    background-color: #0094a1;
    border-bottom-color: transparent;
}

.modal-content {
    border-radius: 0;

}

.produit .modal-body {
    padding: 0;
}

.admin a, .admin a:hover, .client a, .client a:hover {
    text-decoration: none;
}

.admin a .thumbnail, .admin .lien-modal .thumbnail, .client a .thumbnail {
    padding: 10% 0;
    background: #0094a1;
    color: white;
    text-align: center;
    transition: 1s;
}

.admin .lien-modal .thumbnail p {
    color: white;

}

.admin .lien-modal .thumbnail table {
    text-align: justify;

}

.admin a .thumbnail-danger, .client a .thumbnail-danger {
    background: #c30000;
}

.admin .lien-modal .thumbnail:hover {
    cursor: pointer;
}

.admin a .thumbnail:hover, .client a .thumbnail:hover {
    color: #FFFFFF !important;
    background: #363636;
    transition: 1s;
}

.admin a .thumbnail:hover h3,
.admin a .thumbnail:hover h4,
.admin .lien-modal .thumbnail:hover h3,
.admin .lien-modal .thumbnail:hover h4,
.client a .thumbnail:hover h3,
.client a .thumbnail:hover .caption h3 {
    color: #0094a1;
    transition: 1s;
}

.admin a .thumbnail h3, .admin a .thumbnail h4, .admin a .thumbnail p, .client a .thumbnail h3 {
    color: white !important;
}

.fixed-table-container {
    /* position: relative; */
    /* clear: both; */
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    border: none;
}

.validation .nav li {
    width: calc(100% / 3);
    text-align: center;
}

.nav-pills .badge {
    background: #0094a1;
    color: #282828;
}

.nav-pills > li > a:hover .badge {
    color: #0094a1;
    background: #282828;
}

/* make sidebar nav vertical */
@media (min-width: 768px) {
    .sidebar-nav .navbar .navbar-collapse {
        padding: 0;
        max-height: none;
    }

    .sidebar-nav .navbar ul {
        float: none;
        display: block;
    }

    .sidebar-nav .navbar li {
        float: none;
        display: block;
    }

    .sidebar-nav .navbar li a {
        padding-top: 12px;
        padding-bottom: 12px;
        -webkit-transition: ease 1s;
        -moz-transition: ease 1s;
        -ms-transition: ease 1s;
        -o-transition: ease 1s;
        transition: ease 1s;
    }

    .sidebar-nav .navbar li a:hover {
        -webkit-transition: easeout 1s;
        -moz-transition: easeout 1s;
        -ms-transition: easeout 1s;
        -o-transition: easeout 1s;
        transition: easeout 1s;
        background-color: #282828;
    }
}

.navbar-inverse .dropdown-menu {
    background-color: #0094a1;
}

table input[type=color] {
    border: none;
    background: none;
}

@media (min-width: 768px) {
    .navbar-form {
        margin: 0;
        padding: 12px;
    }
}

#panier input[type=number] {
    width: 50px;
}

.liste .produit {
    width: 50px !important;
    height: auto;
}

.center, .modal-body {
    text-align: center;
}

.pagination-info {
    display: none !important;
}

#mondeDisplay, #conceptDisplay, #gammeDisplay, #produitDisplay {
    text-align: center;
}

#mondeDisplay img, #conceptDisplay img, #gammeDisplay img, #produitDisplay img, .wait img {
    width: 25px;
}

/*******************************************
Login
*******************************************/
.login {
    background: url('../../images/fond_accueil.png') no-repeat top center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100vh;
}

.login .logo {
    width: 75px;
    margin: 50px;
}

.login .container {
    min-height: 0;
}

.login .control-label, .login label {
    color: #FFFFFF !important;
}

.login .formulaire-login {
    margin-top: 7%;
    background: rgba(0, 0, 0, 0.4);
    padding: 5%;
}

.alert {
    position: fixed;
    bottom: 0px;
    right: 0px;
    /*width: 100%;*/
    z-index: 9999;
    border-radius: 0px;
    display: none;
}

.alert-info {
    display: block !important;
}

.offreProduit {
    color: #fff;
    padding: 2%;
    position: absolute;
    display: none;
    background: rgba(0, 148, 161, 0.5);
    transition: linear 1s;
}

.img-concept:hover > .offreProduit {
    display: block;
    transition: linear 1s;
}

.rs {
    text-align: center;
}

.rs a:hover {
    color: white !important;
}

.thumbnail-monde > img {
    transition: 1s;
}

.thumbnail-monde:hover > img {
    transition: 1s;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.third {
    text-align: center;
    font-family: "ZombieChecklistAlpha";
    font-size: 20px;
}

.third img {
    width: 30%;
}

#inputSearch {
    width: 350px;
}

.bloc-couleur-bug {
    width: 100%;
    height: 5px;
    margin: 0 auto;
}

.bloc-bug {
    font-size: 16px;
    font-weight: 500;
}

.bug-content img {
    width: 100%;
    height: auto;
}

.bug-content {
    text-align: center;
}

.content-mail {
    border: solid 1px #0094a1;
}

.table-hover > tbody > tr:hover {
    background: #0094a1;
}

.displayConcept, .displayGamme, .displayProduit {
    text-align: center;
}

.lien-monde .active {
    background: #0094a1;
    border: solid 1px #0094a1;
}

.displayConcept img, .displayGamme img, .displayProduit img {
    width: 50px;
    height: auto;
}

#ingredient .jumbotron {
    margin: 0;
}

#ingredient {
    top: 10%;
}

#ingredient .modal-body {
    padding: 0;
}

.lien-ingredient {
    transition: 1s;
    text-align: center;
}

.lien-ingredient:hover {
    cursor: pointer;
    background-color: #b2b2b2;
    transition: 1s;
}

.lien-ingredient .roundedImage:hover {
    cursor: pointer;
}

.roundedImage {
    overflow: hidden;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    width: 50px;
    height: 50px;
}

.roundedImageIngredient {
    overflow: hidden;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    width: 100px;
    height: 100px;
}