/*Import Fonts*/
@font-face {
    font-family: 'AirbnbCerealAppRegular';
    src: url('../font/AirbnbCerealApp-Book.eot');
    src: url('../font/AirbnbCerealApp-Book.eot?#iefix') format('embedded-opentype'),
        url('../font/AirbnbCerealApp-Book.woff2') format('woff2'),
        url('../font/AirbnbCerealApp-Book.woff') format('woff'),
        url('../font/AirbnbCerealApp-Book.ttf') format('truetype'),
        url('../font/AirbnbCerealApp-Book.svg#AirbnbCerealApp-Book') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'AirbnbCerealAppBold';
    src: url('../font/AirbnbCerealApp-Bold.eot');
    src: url('../font/AirbnbCerealApp-Bold.eot?#iefix') format('embedded-opentype'),
        url('../font/AirbnbCerealApp-Bold.woff2') format('woff2'),
        url('../font/AirbnbCerealApp-Bold.woff') format('woff'),
        url('../font/AirbnbCerealApp-Bold.ttf') format('truetype'),
        url('../font/AirbnbCerealApp-Bold.svg#AirbnbCerealApp-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700');


html{
    font-size: 16px;
}
body {                          font-family: 'AirbnbCerealAppRegular', 'Roboto', 'Helvetica', sans-serif !important;}
.font-weight-bold{              font-family: 'AirbnbCerealAppBold', sans-serif !important;}
/* GENERAL */
.bg-primary{                    background-color: #b2aeae !important;}
.bg-secondary{                  background-color: #CCCFDB !important;}
.color-primary{                 color: #b2aeae !important;}
.color-secondary{               color: #CCCFDB !important;}
.font-size-heading{             font-size: 2rem;}
.font-size-subheading{          font-size: 1.6rem;}
.line-height-sm{                line-height: 1.5;}
.icon {                         width: auto;font-size: 1.4rem;}


.site-pusher {
    display: flex;
    justify-content: center;
    align-items: center;
    }
    
    .index-logo-not-sticking, .index-logo-sticking{
      width: 200px;

    }

    .menu ul > li > a{
      text-transform: uppercase;
      font-weight: bold;
    }
/* BUTTON */
.btn-primary, .btn-info, .btn-success {
    color: #f9f9f9;
    font-weight: 600;
    background-color: #b2aeae;
    border-color: #b2aeae;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.btn-secondary{
    color: #1d1d1d;
    font-weight: 600;
    background-color: #CCCFDB;
    border-color: #CCCFDB;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.btn-primary:hover, .btn-secondary:hover, .btn-info:hover, .btn-success:hover {
    color: #F8F8F8;
    background-color: #3B4575;
    border-color: #3B4575;
}
.btn {
    border-radius: 0;
    padding: 1rem;
}


.moteur {
    display: none;
}


.home_heading::after {
    content: "";
    display: block;
    position: relative;
    background: #000;
    height: 2px;
    width: 150px;
    margin: 24px auto 24px auto;
}


/* SELECTION */
.index .item-listing {
    border: none !important;
    width: calc(33.3% - 60px) ;
    box-shadow: rgb(0, 0, 0, .2) 1px 1px 8px 0;
    transition: all ease-in-out 90ms 90ms;
    border-radius: 0;
}
.index .item-listing:hover {
    opacity: 1;
    box-shadow: rgb(0, 0, 0, .2) 1px 1px 16px 0;
    transition: all ease-in-out 90ms 90ms;
    border-radius: 0;
}
.item-listing {
    border: #111 solid 1px;
    border-radius: 0;
}
/* border-radius i0/
.prod_accueil .block_img img{
    border-radius: 0;
}
.carousel_nbr_photos {
    top: 20px;
    right: 20px;
    border-radius: 0;
}
/* END SELECTION */


/* HOME CONT CATEGORIES */
.other-product {
    height: 460px;
    transition: all 140ms 120ms ease-in-out;
    -moz-transition: all 140ms 120ms ease-in-out;
    -webkit-transition: all 140ms 120ms ease-in-out;
    -o-transition: all 140ms 120ms ease-in-out;
}
.other-product:hover{
    opacity: .8;
    transition: all 140ms 120ms ease-in-out;
    -moz-transition: all 140ms 120ms ease-in-out;
    -webkit-transition: all 140ms 120ms ease-in-out;
    -o-transition: all 140ms 120ms ease-in-out;
}


.index-presentation::after {
    content: "";
    background: url(../images/index-img-pres__background.png) no-repeat center top;
    background-size: cover;
    background-position-y: bottom;
    opacity: 0.5;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}


.home_cont_alertes {
    padding: 40px 10px;
    background: #1B2036;
    text-align: center;
}


/* BLOC FIXED */
#bloc_fixed {
    bottom: 40%;
}
#bloc_fixed .bloc {
    margin: 0;
    background: #b2aeae;
    border: 1px #b2aeae solid;
}
#bloc_fixed .bloc:hover {
    right: 0px;
    background-color: #CCCFDB;
    border: 1px #CCCFDB solid;
}
#bloc_fixed .bloc1 {
    border-radius: 0;
}
#bloc_fixed .bloc3 {
    border-radius: 0;
}
.tooltip-inner{
    font-family: 'Montserrat', sans-serif;
}


/* FOOTER */
.cont_coordonnees{
    background-color: #fff;
}
.cont_coordonnees .container *{
    color: #111;
}
.cont_coordonnees .container a{
    color: #F9F9F9;
    width: auto;
}
footer{
    background: #fff;
}
footer .text-center a,
footer .liens_left a{
    color: #000;
}
footer .liens_right a img{
    filter: invert(1);
}
footer .liens_ref_footer ul {
  display: flex;
  justify-content: space-between;
}


body.contact .map > div#map {
    z-index: -1;
}


/* FIXED BUTTON WIDTH SIDEBAR */
.agence .sidebar {
    width: 33.3333%;
}
.sidebar .group_btn a {
    width: 100%;
    margin: 10px 0;
}
aside address .group_btn a {
    width: 100%;
    font-size: 15px;
    padding: 1rem;
    margin: 1rem 0;
}


/* PAGE AGENCE */
.agence .col__text {
    font-size: 1.2rem;
    letter-spacing: 0.6px;
    color: #1D1D1D;
}
/* spacing large col */
.agence .my--large{
    margin: 6rem 0 !important;
}


/* PAGE EXPERTISE */
body.expertise .form-group.c_adresse {
    width: 100%;
    margin: 4rem 0 0;
}
body.expertise .form-group.c_type {
    width: 100%;
}
body.expertise .form-group.c_cp {
    width: 30%;
}
body.expertise .form-group.c_ville {
    width: 70%;
}


/*PAGE DETAILS*/
.detail_taber .nav-link {
    padding: 10px;
}
.detail_taber .nav-link.active,
.detail_taber .nav-link:hover {
    background: #b2aeae !important;
    color: #fff;
    padding: 10px;
}
.detail_taber {
    border-bottom: 1px solid #b2aeae;
}
.detail_header .titre:after {
    background: #b2aeae;
}
.detail_header .crit span:nth-child(1) {
    font-weight: 600;
}
.retour_pret {
    font-size: 25px;
    font-weight: 700;
    color: #b2aeae;
}
.retour_pret span {
    color: #b2aeae;
}
.detail .page_heading {
    font-size: 22px;
    font-weight: 500;
    border-left: 2px solid #b2aeae;
    padding-left: 10px;
}
.detail .info_titre {
    text-transform: inherit;
}
.detail .info_prix {
    padding: 0;
}
.detail .header-item {
    padding: 0;
}
.lafficheur li:hover, .lafficheur li.active {
    background-color: #b2aeae !important;
}
.table-warning,
.table-warning>td,
.table-warning>th {
    background-color: #b2aeae !important;
}
.detail #descdetail{
    text-align: justify;
}
/*MISE EN FORME TABLEAU DETAILS*/
.detail .attribut_label0 {
    position: relative;
    background: #fff;
}
.detail .bloc-champ{
    background: #fff;
}
.detail_header_sticky {
    height: auto;
    padding: 1rem 0;
}


@media (min-width: 992px) {
    .header .not-sticking {
        background: rgba(255, 255, 255, 1);
        /* border-bottom: #b2aeae 8px solid; */
    }
    nav.menu ul li {
        display: inline-block;
    }
    .menu ul > li > a {
        padding: 12px 25px;
        line-height: 1.2;
        color: #000;
    }
    .index .not-sticking .menu ul > li > a {
        color: #000;
    }
    .header__logo {
        /* display: block; */
        height: 100px;
        padding: 10px 10px 0 10px;
    }
}


/* Mobile */
@media only screen and (max-width : 768px) {
    /* .header__logo img{
        width: 30%;
        margin: 0;
    } */

    /* center logo mobile */
    .header__logo{
        width: calc(100% - 50px);
        display: block;
    }
    /* logo size header */
    .navbar-brand img{
        width: 18%!important;
        margin: 4px 0;
    }
    /* logo size others pages */ 
    .header__logo .img-fluid {
        width: 24%!important;
        margin: 4px 0;
    }
    .not-sticking .site-pusher {
        background-color: transparent!important;
        padding: 0;
    }
    /* navbar responsive */
    nav.navbar {
        display: block;
        /* padding: 1rem 0; */
    }
    .collapse.show {
        display: block;
        background-color: #fff;
        height: 70vh;
    }
    /* padding li */
    li.nav-item.dropdown {
        padding: 0.8rem 0;
    }
    /* background when open li */
    ul.dropdown-menu {
        background: #e0e0e0;
        box-shadow: none!important;
    }
    /* btn position fix */
    button.navbar-toggler{
        left: 10px;
        position: absolute;
        top: 40px;
    }
    /* end navbar responsive */
    .moteur{
        top:30%;
    }
    .prod_accueil article {
        border: none;
        width: calc(100% - 20px) !important;
        margin: 10px;
        background: #fff;
        color: #111;
    }
    .home_cont_presentation .container {
        height: auto;
    }
    .prez-bg {
        background: rgba(255,255,255,1);
        padding: 50px;
        color: #2062ae;
        top: 160px;
    }

    /* pres */
    .index-presentation .col-sm-12.col-md-7{
        padding: 2rem !important;
    }

    /* PAGE EXPERTISE */
    /* fix width input */
    .form-group.c_cp,
    .form-group.c_ville {
        width: 100%;
    }
}


/* iPad */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {
    /* .header__logo img{
        width: 30%;
        margin: 0;
    } */

    /* center logo mobile */
    .header__logo{
        width: calc(100% - 50px);
        display: block;
    }
    /* logo size header */
    .navbar-brand img{
        width: 18%!important;
        margin: 4px 0;
    }
    /* logo size others pages */ 
    .header__logo .img-fluid {
        width: 24%!important;
        margin: 4px 0;
    }
    .not-sticking .site-pusher {
        background-color: transparent!important;
        padding: 0;
    }
    /* navbar responsive */
    nav.navbar {
        display: block;
        /* padding: 1rem 0; */
    }
    .collapse.show {
        display: block;
        background-color: #fff;
        height: 70vh;
    }
    /* padding li */
    li.nav-item.dropdown {
        padding: 0.8rem 0;
    }
    /* background when open li */
    ul.dropdown-menu {
        background: #e0e0e0;
        box-shadow: none!important;
    }
    /* btn position fix */
    button.navbar-toggler{
        left: 10px;
        position: absolute;
        top: 40px;
    }
    /* end navbar responsive */
    .moteur{
        top:30%;
    }
    .prod_accueil article {
        border: none;
        width: calc(100% - 20px) !important;
        margin: 10px;
        background: #fff;
        color: #111;
    }
    .home_cont_presentation .container {
        height: auto;
    }
    .prez-bg {
        background: rgba(255,255,255,1);
        padding: 50px;
        color: #2062ae;
        top: 160px;
    }

    /* pres */
    .index-presentation .col-sm-12.col-md-7{
        padding: 2rem !important;
    }

    /* PAGE EXPERTISE */
    /* fix width input */
    .form-group.c_cp,
    .form-group.c_ville {
        width: 100%;
    }

}


/* FIX HEADER LOGO */
@media (min-width: 992px) and (max-width: 1440px){
    nav.navbar {
        display: flex;
        padding: 0.8rem 0 0;
        flex-direction: column;
        justify-content: center;
    }
    .navbar-brand img{
        width: 14%;
    }
}
@media (min-width: 1441px) {
    .navbar-brand{
        width: 40%;
    }
    .navbar-brand img{
        width: 40%;
    }
}

.page2ref li,.page2ref p {
  text-align: justify;
}

.page2ref h1 {
  padding: 10px 0;
  text-align: center;
  font-size: 25px;
  text-transform: uppercase;
  color: #afaeae;
  font-weight: 700;
}

.page2ref h2 {
font-size: 24px;
margin-bottom: 20px;
}

.animated-title {
    color: #ffffff;
    font-family: sans-serif;
    font-size: 46px;
    margin: 0;
    font-weight: bold;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    z-index: 2;
    text-shadow: 1px 1px 1px #000000;
    text-transform: uppercase;
  }
  
  .animated-title span {
    display: inline-block;
  }
  .animated-title .animate span {
    opacity: 0;
    transform: translateY(0.22rem);
    animation: jump 0.8s ease-in-out 0s forwards alternate;
  }
  .animated-title .animate span:nth-child(3n+1) {
    animation-delay: 0.1s;
  }
  .animated-title .animate span:nth-child(3n+2) {
    animation-delay: 0.2s;
  }
  .animated-title .animate span:nth-child(3n+3) {
    animation-delay: 0.3s;
  }
  .animated-title .animate span:nth-child(3n+4) {
    animation-delay: 0.4s;
  }
  .animated-title .animate span:nth-child(3n+5) {
    animation-delay: 0.5s;
  }
  .animated-title .animate span:nth-child(3n+6) {
    animation-delay: 0.6s;
  }
  .animated-title .animate span:nth-child(3n+7) {
    animation-delay: 0.7s;
  }
  .animated-title .animate span:nth-child(3n+8) {
    animation-delay: 0.8s;
  }
  .animated-title .animate span:nth-child(3n+9) {
    animation-delay: 0.9s;
  }
  .animated-title .animate span:nth-child(3n+10) {
    animation-delay: 1s;
  }
  .animated-title .animate span:nth-child(3n+11) {
    animation-delay: 1.1s;
  }
  .animated-title .animate span:nth-child(3n+12) {
    animation-delay: 1.2s;
  }
  .animated-title .animate span:nth-child(3n+13) {
    animation-delay: 1.3s;
  }
  .animated-title .animate span:nth-child(3n+14) {
    animation-delay: 1.4s;
  }
  .animated-title .animate span:nth-child(3n+15) {
    animation-delay: 1.5s;
  }
  .animated-title .animate span:nth-child(3n+16) {
    animation-delay: 1.6s;
  }
  .animated-title .animate span:nth-child(3n+17) {
    animation-delay: 1.7s;
  }
  .animated-title .animate span:nth-child(3n+18) {
    animation-delay: 1.8s;
  }
  .animated-title .animate span:nth-child(3n+19) {
    animation-delay: 1.9s;
  }
  .animated-title .animate span:nth-child(3n+20) {
    animation-delay: 2s;
  }
  .animated-title .animate span:nth-child(3n+21) {
    animation-delay: 2.1s;
  }
  .animated-title .animate span:nth-child(3n+22) {
    animation-delay: 2.2s;
  }
  .animated-title .animate span:nth-child(3n+23) {
    animation-delay: 2.3s;
  }
  .animated-title .animate span:nth-child(3n+24) {
    animation-delay: 2.4s;
  }
  .animated-title .animate span:nth-child(3n+25) {
    animation-delay: 2.5s;
  }
  .animated-title .animate span:nth-child(3n+26) {
    animation-delay: 2.6s;
  }
  .animated-title .animate span:nth-child(3n+27) {
    animation-delay: 2.7s;
  }
  .animated-title .animate span:nth-child(3n+28) {
    animation-delay: 2.8s;
  }
  .animated-title .animate span:nth-child(3n+29) {
    animation-delay: 2.9s;
  }
  .animated-title .animate span:nth-child(3n+30) {
    animation-delay: 3s;
  }
  .animated-title .animate span:nth-child(3n+31) {
    animation-delay: 3.1s;
  }
  .animated-title .animate span:nth-child(3n+32) {
    animation-delay: 3.2s;
  }
  .animated-title .animate span:nth-child(3n+33) {
    animation-delay: 3.3s;
  }
  .animated-title .animate span:nth-child(3n+34) {
    animation-delay: 3.4s;
  }
  .animated-title .animate span:nth-child(3n+35) {
    animation-delay: 3.5s;
  }
  .animated-title .animate span:nth-child(3n+36) {
    animation-delay: 3.6s;
  }
  .animated-title .animate span:nth-child(3n+37) {
    animation-delay: 3.7s;
  }
  .animated-title .animate span:nth-child(3n+38) {
    animation-delay: 3.8s;
  }
  .animated-title .animate span:nth-child(3n+39) {
    animation-delay: 3.9s;
  }
  .animated-title .animate span:nth-child(3n+40) {
    animation-delay: 4s;
  }
  .animated-title .animate span:nth-child(3n+41) {
    animation-delay: 4.1s;
  }
  .animated-title .animate span:nth-child(3n+42) {
    animation-delay: 4.2s;
  }
  .animated-title .animate span:nth-child(3n+43) {
    animation-delay: 4.3s;
  }
  .animated-title .animate span:nth-child(3n+44) {
    animation-delay: 4.4s;
  }
  .animated-title .animate span:nth-child(3n+45) {
    animation-delay: 4.5s;
  }
  .animated-title .animate span:nth-child(3n+46) {
    animation-delay: 4.6s;
  }
  .animated-title .animate span:nth-child(3n+47) {
    animation-delay: 4.7s;
  }
  .animated-title .animate span:nth-child(3n+48) {
    animation-delay: 4.8s;
  }
  .animated-title .animate span:nth-child(3n+49) {
    animation-delay: 4.9s;
  }
  .animated-title .animate span:nth-child(3n+50) {
    animation-delay: 5s;
  }
  .animated-title .animate span:nth-child(3n+51) {
    animation-delay: 5.1s;
  }
  .animated-title .animate span:nth-child(3n+52) {
    animation-delay: 5.2s;
  }
  .animated-title .animate span:nth-child(3n+53) {
    animation-delay: 5.3s;
  }
  .animated-title .animate span:nth-child(3n+54) {
    animation-delay: 5.4s;
  }
  .animated-title .animate span:nth-child(3n+55) {
    animation-delay: 5.5s;
  }
  .animated-title .animate span:nth-child(3n+56) {
    animation-delay: 5.6s;
  }
  .animated-title .animate span:nth-child(3n+57) {
    animation-delay: 5.7s;
  }
  .animated-title .animate span:nth-child(3n+58) {
    animation-delay: 5.8s;
  }
  .animated-title .animate span:nth-child(3n+59) {
    animation-delay: 5.9s;
  }
  .animated-title .animate span:nth-child(3n+60) {
    animation-delay: 6s;
  }
  .animated-title .animate span:nth-child(3n+61) {
    animation-delay: 6.1s;
  }
  .animated-title .animate span:nth-child(3n+62) {
    animation-delay: 6.2s;
  }
  .animated-title .animate span:nth-child(3n+63) {
    animation-delay: 6.3s;
  }
  .animated-title .animate span:nth-child(3n+64) {
    animation-delay: 6.4s;
  }
  .animated-title .animate span:nth-child(3n+65) {
    animation-delay: 6.5s;
  }
  .animated-title .animate span:nth-child(3n+66) {
    animation-delay: 6.6s;
  }
  .animated-title .animate span:nth-child(3n+67) {
    animation-delay: 6.7s;
  }
  .animated-title .animate span:nth-child(3n+68) {
    animation-delay: 6.8s;
  }
  .animated-title .animate span:nth-child(3n+69) {
    animation-delay: 6.9s;
  }
  .animated-title .animate span:nth-child(3n+70) {
    animation-delay: 7s;
  }
  .animated-title .animate span:nth-child(3n+71) {
    animation-delay: 7.1s;
  }
  .animated-title .animate span:nth-child(3n+72) {
    animation-delay: 7.2s;
  }
  .animated-title .animate span:nth-child(3n+73) {
    animation-delay: 7.3s;
  }
  .animated-title .animate span:nth-child(3n+74) {
    animation-delay: 7.4s;
  }
  .animated-title .animate span:nth-child(3n+75) {
    animation-delay: 7.5s;
  }
  .animated-title .animate span:nth-child(3n+76) {
    animation-delay: 7.6s;
  }
  .animated-title .animate span:nth-child(3n+77) {
    animation-delay: 7.7s;
  }
  .animated-title .animate span:nth-child(3n+78) {
    animation-delay: 7.8s;
  }
  .animated-title .animate span:nth-child(3n+79) {
    animation-delay: 7.9s;
  }
  .animated-title .animate span:nth-child(3n+80) {
    animation-delay: 8s;
  }
  .animated-title .animate span:nth-child(3n+81) {
    animation-delay: 8.1s;
  }
  .animated-title .animate span:nth-child(3n+82) {
    animation-delay: 8.2s;
  }
  .animated-title .animate span:nth-child(3n+83) {
    animation-delay: 8.3s;
  }
  .animated-title .animate span:nth-child(3n+84) {
    animation-delay: 8.4s;
  }
  .animated-title .animate span:nth-child(3n+85) {
    animation-delay: 8.5s;
  }
  .animated-title .animate span:nth-child(3n+86) {
    animation-delay: 8.6s;
  }
  .animated-title .animate span:nth-child(3n+87) {
    animation-delay: 8.7s;
  }
  .animated-title .animate span:nth-child(3n+88) {
    animation-delay: 8.8s;
  }
  .animated-title .animate span:nth-child(3n+89) {
    animation-delay: 8.9s;
  }
  .animated-title .animate span:nth-child(3n+90) {
    animation-delay: 9s;
  }
  .animated-title .animate span:nth-child(3n+91) {
    animation-delay: 9.1s;
  }
  .animated-title .animate span:nth-child(3n+92) {
    animation-delay: 9.2s;
  }
  .animated-title .animate span:nth-child(3n+93) {
    animation-delay: 9.3s;
  }
  .animated-title .animate span:nth-child(3n+94) {
    animation-delay: 9.4s;
  }
  .animated-title .animate span:nth-child(3n+95) {
    animation-delay: 9.5s;
  }
  .animated-title .animate span:nth-child(3n+96) {
    animation-delay: 9.6s;
  }
  .animated-title .animate span:nth-child(3n+97) {
    animation-delay: 9.7s;
  }
  .animated-title .animate span:nth-child(3n+98) {
    animation-delay: 9.8s;
  }
  .animated-title .animate span:nth-child(3n+99) {
    animation-delay: 9.9s;
  }
  .animated-title .animate span:nth-child(3n+100) {
    animation-delay: 10s;
  }
  
  .animated-word {
    opacity: 0;
    margin-right: 1rem;
  }
  
  @keyframes jump {
    0% {
      transform: translateY(0.22rem);
      opacity: 0;
    }
    100% {
      transform: translateY(0);
      opacity: 1;
    }
  }


/* ================================================================== */
/*                   MODIFS SITE 28/08/2024 - Laure                   */
/* ================================================================== */
.home_cont_presentation {
  background: #fff;
  color: #000;
  padding: 80px 0;
}
.home_cont_presentation p {
  text-align: center;
  font-size: 18px;
}
.deco {
  padding: 10px 0;
  text-align: center;
  font-size: 25px;
  text-transform: uppercase;
  color: #afaeae;
  font-weight: 700;
}
.btn-primary-droit {
  color: #fff;
  background-color: #b2aeae;
    border-color: #b2aeae;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}
.btn-primary-droit:hover {
  background-color: #726f6f;
  border-color: #726f6f;
  color: #fff;
}
.btn-primary-gauche {
  color: #fff;
  background-color: #b2aeae;
    border-color: #b2aeae;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}
.btn-primary-gauche:hover {
  background-color: #726f6f;
  border-color: #726f6f;
  color: #fff;
}
.border {
  border: 2px solid #726f6f !important;
}
.maxheight297 {
  max-height: 297px;
  object-fit: cover;
}
.top_page {
  display: none;
}
.menu ul > li.active > a {
  color: red;
}
.sidebar {
  margin-top: 0;
}