html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
    margin: 0;
    overflow-x: hidden;
}

footer li a {
    color: white;
}


footer li a:visited {
    color: white;
}


.txt-black {
    color: black !important;
}

.app-navbar {
    background-color: #1c0a16;
    height: 96px;
    padding-right: 12px;
}

.navbar-right-buttons-container {
    background-color :#646363;
}

.btn-home-taureau {
    color: white;
    font-size: 24px;
    border: 1px solid white;
    padding: 10px;
    border-radius: 5px;
}

.btn-login {
    background-color: #1c0a16;
    color: white;
    white-space: nowrap;
    border: 1px solid #d1a07f;
}


.btn-ajouter-entreprise {
    background-color: #d1a07f !important;
    white-space: nowrap;
    color: black !important;
}

.btn-gerer-entreprise {
    background-color: #d1a07f !important;
    white-space: nowrap;
    color: black !important;
}

.btn-register {
    background-color: #1c0a16;
    color: white;
    white-space: nowrap;
}

.btn-recherche-taureau {
    color: white;
    background-color :#1c0a16;
}

.btn-recherche-taureau:hover {
    color: white;
}

.sticky-btn {
    position: fixed;
    bottom: 30px;
    right: 15px;
    font-size: 1.4rem;
    z-index: 999;
}

.bg-mauve-taureau {
    background-color: #1c0a16;
}
.bg-gris-taureau {
    background-color: #61777d;
}

.bg-beige-taureau {
    background-color: #d9b193;
}


    .bg-bull {
        background: url("@/assets/bull_1.svg")
    }

.app-loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}


#avisCookies ::-moz-selection {
    background-color: #55ab22;
    color: #fff
}

#avisCookies ::selection {
    background-color: #55ab22;
    color: #fff
}

#avisCookies * {
    font-size: 18px;
    font-weight: 400;
}

#avisCookies {
    background-color: rgba(0,0,0,.8);
    min-height: 85px;
    padding: 13px;
    position: fixed;
    right: 0;
    bottom: -200px;
    left: 0;
    width: 100%;
    z-index: 10000;
    -webkit-transition: all 800ms ease;
    -moz-transition: all 800ms ease;
    -o-transition: all 800ms ease;
    transition: all 800ms ease
}

    #avisCookies.active {
        bottom: -1px
    }

    #avisCookies p, #avisCookies a {
        color: #fff;
        line-height: 20px;
        margin-bottom: 0
    }

    #avisCookies a {
        font-weight: 400
    }

    #avisCookies button {
        background-color: #55ab22;
        border: none;
        border-radius: 5px;
        color: #fff;
        font-weight: bold;
        line-height: 1.2;
        margin-top: 9px;
        outline: 0;
        padding: 13px 23px;
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        transition: all 200ms ease
    }

        #avisCookies button:hover, #avisCookies button:focus, #avisCookies button:visited {
            background-color: #44891b;
            border: none
        }

        #avisCookies button:active {
            background-color: #366e16
        }

/*Annonce display*/
.item-logo-content {
    background-color: #d1a07f;
    border: 1px solid #000;
    margin: 0 auto;
    width:280px
}

.item-logo {
    width: 135px;
    padding: 4px;
}

.item-logo-description {
    padding: 5px;
    background-color: white;
}
    /* Safari */
    @-webkit-keyframes spin {
        0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }

}
.container-signet {
    font-size: 24px;
    font-weight: bold;
    color: white;
    background-color: #8b8b8b;
    text-align: center;
    height: 275px;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    border-radius: 10px;
    width: 6em;
    margin: 12px;
}

.container-signet:hover {
    background-color: aliceblue;
    color: black;
    cursor: pointer;
}

.footer-taureau {
    background-color: #373636;
    color: white;
    width: 100%;
}

.ul-footer li {
    list-style: none;
}

.footer-socials-logos{
    color: white;
}

.footer-socials-logos {
    color: white;
}

a.href-footer-logos:visited {
    color: white;
}

#rechercheContainer { 
    width: 600px;
    margin-right: 7em;
}

.plupload_header_text {
    display: none !important;
}
.plupload_file_action {
    background-image: url("/img/icones/remove-red-trash.svg") !important
}

.plupload_file_action:hover {
    cursor: pointer !important;
}

.plupload_file_action .ui-icon {
    background-image: none !important
}

td.plupload_file_action { 
    display: none !important;
}

.plupload_button.plupload_add {
    padding: 12px !important;
    color: white !important;
    background-color: #46b449 !important;
    font-weight: 500 !important;
}
.plupload_button.plupload_add.ui-state-hover:hover {
    background-color: #46b449 !important;
    font-weight: 900 !important;
    background: none;
}

td.plupload_file_status {
    display: none !important;
}

td.plupload_file_size {
    display: none !important;
}

#uploader_dropbox {
    background-color: #d1a07f !important;
}

.card-header-taureau {
    background-color: #1c0a16;
    color: #fff;
}

.save-floating-button {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #0C9;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
}

.bg-lightgray {
    background-color: #d3d3d3;
}
.card-annonce-taureau {
    width: 15rem;
    border: 10px solid #4f4f4e;
    background-color: #4f4f4e;
}
.card-annonce-taureau-body {
    background-color: #aca892;
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.card-annonce-taureau-body a {
    color: black;

}
.card-annonce-taureau-body a:visited {
    color: black;
}

.card-annonce-taureau-body:hover{
    cursor: pointer;
}

    .lbl-recherche {
        font-weight: bold;
        font-size: 18px;
    }


.lbl-card-annonce-taureau {
    background-color: #1d0c1a;
    padding: 0.5em;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card-annonce-entreprise{
    width: 15rem;
    border: 10px solid #4f4f4e;
    background-color: #4f4f4e;
}


.card-image-entreprise {
    height: 210px !important;
    background-color: #4f4f4e;
}

.card-annonce-entreprise:hover {
    cursor: pointer;
}

.card-annonce-entreprise-body {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.lbl-card-annonce-entreprise-nom {
    background-color: #1d0c1a;
    padding: 0.5em;
    font-weight: 700;
    text-align: center;
}

.lbl-card-annonce-entreprise-region {
    background-color: #aca892;
    padding: 0.5em;
    font-weight: 700;
    text-align: center;
    color: black !important;
}

.lbl-nb-taureau-entreprise-resultat {
    font-size: 26px;
    font-weight: 700;
}

.tbl-resultats-entreprise tbody {
    color: white;
}
.tbl-resultats-entreprise tbody tr td:first-child {
    width: 50%;
    text-align: center;
    padding-top: 1em;
}

.tbl-resultats-entreprise tbody tr td:nth-child(2) {
    border-left: 1px solid white;
    text-align: center;
}
.tbl-resultats-entreprise tbody tr td:nth-child(2) > img{
    height: 50px !important;
}

.container-icones-zones {
    background-color: #d9b193;
    border-radius: 10px;
    padding: 24px;
}

.container-icones-zones div {
    text-align: center;
    margin-left: 1em;
    margin-right: 1em;
    font-size: 16px;
    font-weight: 500;

}
.container-icones-zones img {
    height: 200px;
}
.container-icones-zones img:hover {
    cursor: pointer;
}

.container-zone-conseils {
    text-align: justify;
}

#carouselPhotos {
/*    max-height: 600px;
*/    max-width: 1000px;
      margin: auto;
}

.carousel-inner img {
    width: 80%;
    object-fit: contain;
}

.carousel-item.active {
    text-align: center;
}

.img-carousel {
    background-size: cover !important;
    max-height: 600px;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    margin: 0 auto;
}

.carousel-indicators img {
    height: 50px !important;
    width: -webkit-fill-available !important;
}

.carousel-control-prev {
    left: 1.5rem;
}

.carousel-control-next {
    right: 1.5rem;
}

.carousel-control-next, .carousel-control-prev {
    background: rgba( 0, 0, 0, 0.6 );
    height: 3rem;
    top: 97%;
    width: 4rem;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.carousel-control-prev {
    z-index: 999 !important;
}
.carousel-control-next {
    z-index: 999 !important;
}


.optimise-browser > a {
    color: white;
    margin-left: 5px;
    margin-right: 5px;
}

.optimise-browser > a:hover { 
    color: white;
}

.optimise-browser > a:visited { 
    color: white;
}

.zone-conseil-item-sliders {
    background-color: #999797;
    padding: 2em;
    /* width: 650px; */
    flex-basis: 80%;
}

.icones-socials-entreprise {
    text-decoration: none !important;
}

.banner-sold {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
}

.banner-sold::before {
    content: attr(data-banner-text); 
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(342deg);
    /*background-color: rgba(255, 0, 0, 0.9); */
    color: red;
    padding: 10px 20px;
    font-size: 24px; 
    font-weight: bold;
    text-transform: uppercase;
    z-index: 10;
    white-space: nowrap;
    border-radius: 5px;
    border: 3px solid red;
}


@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    .navbar-right-buttons-container {
        display: none;
    }

    .img-background-taureau {
        display: none;
    }

    #rechercheContainer {
        width: 400px;
    }
}

@media only screen and (max-width: 390px) {
    /* For mobile phones: */
    #rechercheContainer {
        width: 350px;
    }

    .nav-buttons-xs {
        display: initial;
    }

    .nav-buttons-right-xs {
        display: initial;
    }
    .carousel-inner img {
        max-width: 350px !important;
    }

    .img-carousel {
        max-width: 350px !important;
        min-height: 350px !important;
    }
}

@media only screen and (min-width: 391px) {
    /* For mobile phones: */

    .nav-buttons-xs {
        display: none;
    }
    .nav-buttons-right-xs {
        display: none;
    }
}

@media only screen and (min-width: 391px) {
    /* For mobile phones: */

    .nav-buttons-xs {
        display: none;
    }

    .nav-buttons-right-xs {
        display: none;
    }
}

@media (max-width:767.98px) {
    .container-icones-zones {
        display: none !important;
    }
    .container-icones-zones-mobiles {
        display: inherit !important;
        color: white;
    }
    .container-icones-zones-mobiles ul li {
        margin-top: 5px;
    }
}





.sidepanel  {
    width: 0;
    position: fixed;
    z-index: 1;
    height: -webkit-fill-available;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
  }
  
  .sidepanel a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }
  
  .sidepanel a:hover {
    color: #f1f1f1;
  }
  
  .sidepanel .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
  }
  
  .openbtn {
    font-size: 20px;
    cursor: pointer;
    background-color: #111;
    color: white;
    padding: 5px 15px;
    border: 1px solid white;
    border-radius: 5px;
  }
  
  .openbtn:hover {
    background-color:#444;
  }

.div-signets-mobiles {
    margin-top: 10px;
    margin-bottom: 10px;
    color: white;
    background-color: dimgray;
    font-size: 18px;
    font-weight: 700;
    border-radius: 5px;
}

.div-signets-mobiles-container {
    text-align: center;
    padding: 10px;
}


/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidepanel {
        padding-top: 15px;
    }

    .sidepanel a {
        font-size: 18px;
    }
}

@media screen and (min-width: 575px) {
    .openbtn {
        display: none !important;
    }

    .img-navbar {
        height: 50px !important;
    }

    .div-signets-mobiles-container {
        display: none;
    }
}

@media screen and (min-width: 575px) {
    .container-zone-conseils-img {
        height: 70px;
    }
}

@media screen and (max-width: 574px) {
    .container-zone-conseils-img {
        height: 70px;
    }

    .nav-buttons-md {
        display: none !important;
    }

    #sloganContainer {
        margin-left: 1.5em !important; 
        margin-right: 0 !important;
    }

    #rechercheContainer {
        margin-right: 0 !important;
    }

    #tagTrouverTaureau, #tagTrouverEleveur, #containerZoneConseils{
        display: none;
    }
}


@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .stick-btn {
        display: block;
        width: 40%;
        position: fixed;
        bottom: 0;
        left: 50%;
        margin: 0 0 0 -20%;
    }

    .div-coordonnees-entreprise {
        margin-top: 6em !important;
    }

    .carousel-indicators {
        overflow-x: scroll;
        width: 300px !important;
        margin-right: 5%;
        margin-left: 5%;
    }

    .zone-conseil-item-sliders {
        flex-basis: auto !important;
    }

    .annonce-description-taureau {
        margin-top: 1em !important;
    }

    .header-zone-conseils {
        font-size: 24px !important;
    }
}


@media screen and (max-width: 1581px) {
    .img-background-taureau > img {
        height: 600px !important;
    }
}

@media screen and (max-width: 1410px) {
    .img-background-taureau > img {
        height: 400px !important;
    }
}

@media screen and (max-width: 1175px) {
    .img-background-taureau > img {
        height: 300px !important;
    }
}

@media screen and (max-width: 1070px) {
    .img-background-taureau > img {
        display: none;
    }
}