a {
    color: #88012f;
}

a:focus, a:hover {
    color: #8e8e8e;
}

footer p a:hover {
    color: #88012f;
}

.glyphicon
{
    margin-right:4px !important;
}

.pagination .glyphicon
{
    margin-right:0px !important;
}

.pagination a
{
    color:#555;
}

.g-color-secondary {
    color: #8e8e8e!important;
}

.g-color-attente {
    color: #43eac5 !important;
}

.g-overlay-fondu:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url('user/themes/unify4/images/fondu.png');
    background-position: center;
    background-size: cover;
    width: 60%;
    opacity: .4;
}

.hamburger {
  padding: 10px;
}

.hamburger-box {
  width: 37px;
  height: 25px;
}

.hamburger-inner {
  margin-top: 1px;
}

.hamburger--slider .hamburger-inner:before {
    top: 10px;
}

.hamburger--slider .hamburger-inner:after {
    top: 20px;
}

.hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
  width: 100%;
  height: 1px;
  border-radius: 0;
}

.g-bg-primary-opacity-0_3--hover--after:hover::after {
    background-color: rgb(179 15 72 / 30%)!important;
}

body {
    color: #393939;
}

.g-color-diaporama {
    color: #b2b2b2;
}

.g-bg-secondary {
    background-color: #8e8e8e !important;
}

.g-max-height-60 {
    max-height: 60px;
}

.u-header__section--dark .dropdown-item.active>a, .u-header__section--dark .dropdown-item:active>a {
    color: #88012f !important;
}


section.col2 {
    -webkit-column-count:2;
    -moz-column-count: 2;
    column-count: 2;
}

@keyframes float {
    0% {
        transform: translatey(0px);
    }
    50% {
        transform: translatey(-10px);
    }
    100% {
        transform: translatey(0px);
    }
}

.g-bg-fond_1 {
    background-image: url('user/themes/unify4/images/fond_1.jpg');
    background-position: center;
    background-size: cover;
}

.g-bg-fond_top {
    background-position: center;
    background-size: cover;
}

.g-bg-attente {
    background-image: url('user/themes/unify4/images/fond-attente.jpg');
    background-position: center;
    background-size: cover;
}

.floating {
    transform: translatey(0px);
    animation: float 1.5s ease-in-out infinite;
}

.u-pagination-v1-2--nav:hover {
    background-color: #bd0803;
    border-color: #bd0803;
}

.g-bg-img-hero {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.container-vins {
    margin-bottom: 60px;
}

.container-vins .list-unstyled strong {
  text-transform: uppercase;
}

.u-select-v1 .chosen-results>li.result-selected {
    color: #999;
    background-color: rgba(95, 178, 0, 0.25);
    border-bottom-color: rgba(95, 178, 0, 0.25);
}

.u-select-v1 .chosen-results>li.highlighted {
    color: #999;
    background-image: none;
    background-color: rgba(95, 178, 0, 0.25);
    border-bottom-color: rgba(95, 178, 0, 0.25);
}

.g-bg-primary-opacity-0_8--hover--after:hover::after {
    background-color: rgba(55, 55, 55, 0.69)!important;
}

footer p a {
    color: #999;
}

.u-btn-rouge {
    background-color: #8e8e8e;
    transition: background-color 0.5s ease;
    color: white;
}

.u-btn-rouge:hover {
    background-color: #bd0803;
    color: white;
}

.u-bg-overlay {
    position: relative;
}

.u-heading-v5-color-primary .u-heading-v5__title::before {
    background: #8e8e8e;
}
.g-bg-primary--before::before, .g-bg-primary--after::after {
    background-color: #8e8e8e!important;
}

.g-bg-secondary-opacity-0_9--before::after, .g-bg-secondary-opacity-0_9--after::after {
    background-color: rgba(245, 244, 242, 0.9) !important;
}

.megamenu-subitem:focus, .megamenu-subitem:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}

.g-theme-bg-gray-light-v4 {
    background-color: #f5f5f5;
}

.col2 {
    column-count: 2;
}

.my-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-100 {
    margin-top: 100px;
}

.u-pagination-v1-2.u-btn-darkgray:hover, .u-pagination-v1-2.u-btn-darkgray:focus {
    border-color: #4d4d4d;
}

.g-theme-bg-gray-dark-v1-opacity-0_9 {
    background-color: rgba(88, 85, 85, 0.9) !important;
}

@media (max-width: 576px) {
.heightmap {
    min-height: 600px;
}
}

@media (min-width: 576px) {
.heightmap {
    min-height: 400px;
}
}

.g-bg-white-gradient-opacity-v1, .g-bg-white-gradient-opacity-v1--after::after {
    background: -moz-linear-gradient(bottom, rgba(0,0,0,0.4) 0%, rgba(3,3,3,0.9) 1%, rgba(255,255,255,0) 50%);
    background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.4) 0%,rgba(3,3,3,0.9) 1%,rgba(255,255,255,0) 50%);
    background: linear-gradient(to top, rgba(0,0,0,0.4) 0%,rgba(3,3,3,0.9) 1%,rgba(255,255,255,0) 50%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66000000', endColorstr='#00ffffff',GradientType=0 );
}

.g-zindex-100 {
    z-index: 100;
}

.panel ul
{
    padding:0px;
    margin:0px;
    list-style:none;
}

.master-slider .ms-slide-overlay .ms-slide-bgcont:after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
    pointer-events: none;
 
    background: rgba(0, 0, 0, 0.5);
}

.msp-preset-btn-189 {
    background-color: transparent;
    border-color: #fff !important;
    border: 1px solid !important;
    color: #fff;
    text-transform: uppercase;
}



.msp-preset-btn-189:hover {
    text-decoration: none;
    background-color: #8e8e8e;
    border-color: #8e8e8e !important;
    border: 1px solid !important;
    color: #f6f6f6;
    text-transform: uppercase;
}

.msp-preset-btn-189:active {
    text-decoration: none;
    top: 1px
}

.g-bg-red {
    background-color: #8e8e8e!important;
}


@media (max-width: 768px) {
.msp-preset-btn-189 {
    display: none !important;
}
}

.msp-cn-160-1 {
    font-family: "Poppins";
    font-weight: normal;
    font-size: 40px;
    line-height: normal;
    white-space: nowrap;
    color: #ffffff;
}

.msp-cn-160-3 {
    font-family: "Playfair Display";
    font-weight: 900;
    font-size: 70px;
    line-height: normal;
    white-space: nowrap;
    color: #ffffff;
}

.msp-cn-160-4 {
    background-color: #8e8e8e;
    font-weight: normal;
    line-height: normal;
}

.msp-cn-160-5 {
    font-family: "Poppins";
    font-weight: normal;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 20px;
    text-transform: uppercase;
}

.msp-cn-160-22 {
    font-family: "Playfair Display";
    font-weight: 700;
    font-size: 30px;
    text-align: right;
    line-height: normal;
    white-space: nowrap;
    color: #414141;
}

.msp-cn-160-23 {
    background-color: #8e8e8e;
    font-weight: normal;
    line-height: normal;
    color: #8e8e8e;
}

.msp-cn-160-24 {
    font-family: "Poppins";
    font-weight: normal;
    font-size: 12px;
    text-align: right;
    line-height: normal;
    color: #9e9e9e;
}

.msp-cn-160-25 {
    font-family: "Poppins";
    font-weight: normal;
    font-size: 14px;
    text-align: right;
    line-height: normal;
    color: #777777;
}

.msp-cn-160-27 {
    font-family: "Playfair Display";
    font-weight: 700;
    font-size: 30px;
    line-height: normal;
    white-space: nowrap;
    color: #414141;
}

.msp-cn-160-28 {
    background-color: #8e8e8e;
    font-weight: normal;
    line-height: normal;
    color: #8e8e8e;
}

.msp-cn-160-29 {
    font-family: "Poppins";
    font-weight: normal;
    font-size: 12px;
    line-height: normal;
    color: #9e9e9e;
    text-transform: uppercase;
}

.msp-cn-160-30 {
    font-family: "Poppins";
    font-weight: normal;
    font-size: 14px;
    line-height: normal;
    color: #777777;
}

.msp-cn-160-60 {
    font-family: "Playfair Display";
    font-weight: 700;
    font-size: 30px;
    line-height: normal;
    white-space: nowrap;
    color: #414141;
}

.msp-cn-160-61 {
    background-color: #8e8e8e;
    font-weight: normal;
    line-height: normal;
    color: #8e8e8e;
}

.msp-cn-160-62 {
    font-family: "Poppins";
    font-weight: normal;
    font-size: 12px;
    line-height: normal;
    color: #9e9e9e;
}

.msp-cn-160-63 {
    font-family: "Poppins";
    font-weight: normal;
    font-size: 14px;
    line-height: normal;
    color: #777777;
}

.msp-cn-160-66 {
    font-family: "Playfair Display";
    font-weight: 900;
    font-size: 55px;
    line-height: normal;
    white-space: nowrap;
    color: #ffffff;
}

.msp-cn-160-67 {
    font-family: "Playfair Display";
    font-weight: 900;
    font-size: 50px;
    line-height: normal;
    white-space: nowrap;
    color: #ffffff;
}

.ms-btn-container, .js-scrollTo {
    width: 64px !important;
}

.news-item
{
    padding:4px 4px;
    margin:0px;
    border-bottom:1px dotted #555; 
}

.tab-v1 .tab-content img {
    margin-top: 0;
    margin-bottom: 0;
}

.posts .dl-horizontal dt {
    width: 100px;
}

.posts .dl-horizontal dt img {
    width: 100px;
    height: 100px;
}

.posts .dl-horizontal dd {
    margin-left: 110px;
}

.cbp-caption-fadeIn .cbp-caption-activeWrap {
    background-color: rgba(204, 13, 3, 0.45);
}

#access_map {
    height: 350px;
    width: 100%;
}

.u-select-v1 .chosen-results > li, .u-select-v1 .chosen-results > li:hover {
    color: #000;
}

ul.parsley-errors-list {
    padding-left: 0;
    list-style-type: none;
    margin-top: 5px;
    color: red;
}

li.parsley-length, li.parsley-required, li.parsley-type {
    color: red;
}

@media (max-width: 768px) {
.js-scrollTo {
    margin-bottom: 30px !important;
}
}

@media (max-width: 991px) {
.min-height-100-xl-sm-md {
    height: 100px;
}
.margin-xl-sm-md {
    margin: 0 20px;
}
}

@media (min-width: 768px) and (max-width: 991px) {
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
}

@media (min-width: 992px) and (max-width: 1199px) {
}

@media (min-width: 1200px) {
}