/* ----------------------------------------------------------------------------------------------- */
/* -------------------------------------- PREMIUM LEXA ------------------------------------------- */
/* ----------------------------------------------------------------------------------------------- */


/* FONTS */
@font-face {
    font-family: 'Eurofurence';
    font-style: normal;
    font-weight: normal;
    src: url('/assets/fonts/eurof35.ttf') format('opentype');
}
@font-face {
    font-family: 'Erazure';
    font-style: normal;
    font-weight: normal;
    src: url('/assets/fonts/Erazure.ttf') format('opentype');
}

/* ----------------------------------------------------------------------------------------------- */
/*                                             GENERAL                                             */
/* ----------------------------------------------------------------------------------------------- */

body {
    font-family: 'Eurofurence', sans-serif;
    letter-spacing: 1px;
    background: #fff;
    color: #000;
    font-size: 17px;
    font-weight: 600;
}
body.index{
    font-size: inherit;
    font-weight: inherit;
}
a:hover{
    color: #971b1e;
}

/* TOP MENU */
.top_menu {
    background: #971b1e;
    height: 80px;
    color: #fff;
}

.top_menu div.nom-agence-top {
    font-family: 'Erazure';
    font-size: 25px;
    position: relative;
    line-height: 1;
    font-weight: 400;
}
.top_menu .logo_top {
    width: 60px;
    padding-top: 4px;
}
.top_menu .info-coordonnees a {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 1.5px;
    text-align: left;
    padding-left: 15px;
}
.top_menu .info-coordonnees a.contact {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    margin: auto 0;
    color: #fff;
    letter-spacing: 1.5px;
    padding-left: 0;
}
.top_menu .info-coordonnees i{
    color: #971b1e;
    padding-right: 5px;
    vertical-align: middle;
    font-size: 28px;
}
/* .top_infos {
    margin-top: -50px;
} */
.top_menu .top-logo-sticking {
    width: 130px;
    position: relative;
}

/* MENU (gauche) */
#sidebar-wrapper {
    background: #808285;
}
.hamburger.is-closed .hamb-top, .hamburger.is-closed .hamb-middle, .hamburger.is-closed .hamb-bottom, .hamburger.is-open .hamb-top, .hamburger.is-open .hamb-middle, .hamburger.is-open .hamb-bottom {
    background: #fff;
}
.menu ul > li > a{
    text-transform: uppercase;
}
.item.active {
    background-color: #971b1e;
}
.item:hover {
    background-color: #bcbec0;
}
.dropdown-toggle::after {
    content: "\f35f";
    font-family: "Ionicons";
    position: absolute;
    right: 30px;
    border: 0;
    font-size: 35px;
    bottom: 37px;
    color: #bcbec0;
}
.sidebar-nav {
    top: 80px;
}

/* LOGO */
img.index-logo-not-sticking {
    max-width: 400px;
}

/* BG IMG */
.index .bgAccueil {
    height: 100%;
    height: 100%;
    position: relative;
    background-image: url(/assets/images/bgimg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    /* background-attachment: fixed; */
}
.hm-black-light .full-bg-img, .hm-black-light .mask {
    background-color: transparent;
}

/* MOTEUR */
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    line-height: normal;
    letter-spacing: 1.7px;
    font-weight: bold;
}
.index .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    width: inherit!important;
}
.index .dropdown-toggle::after {
    bottom: 29px;
}
.search__form-item:nth-child(n+2) {
    width: calc(100% / 4 - 4px);
}
.search__form-item input[type=number]{
    letter-spacing: 1.7px;
    font-weight: bold;
}
.plusdecritere .text-filtre1 {
    width: inherit;
}
.index .plusdecritere .plusc, .index .plusdecritere .plusm{
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1.7px;
}
.form-style {
    letter-spacing: 1.7px;
    font-weight: bold;
}
.listing-vente .sticking form, .listing-location .sticking form, .listing-neuf .sticking form, .listing-portfolio .sticking form, .listing .sticking .site-pusher form, .listing-location-saisonniere .sticking form, .listing .sticking .container_search {
    background: #808285;
}
.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle), .btn-group>.btn:last-child:not(:first-child), .btn-group>.dropdown-toggle:not(:first-child) {
    background: #971b1e;
}
.listing .container_search{
    padding: 15px 0;
}
.sticking .container_search .plusdecritere span{
    color: #fff;
}
.tool_boox_map {
    font-size: 16px;
    letter-spacing: 2px;
}
.icone_write > i {
    top: 4px;
}

/* ACTUS */
.home_cont_actus .carousel-item {
    min-height: 210px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.date-post{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    color: #000;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 100px;
}
.date-post .col1{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.date-post .col1, .date-post .col2{
    max-height: 45px;
    vertical-align: bottom;
}
span.date-jour, span.date-annee {
    font-size: 40px;
    line-height: 40px;
    vertical-align: bottom;
    color: #fff;
}
span.date-mois {
    font-size: 75px;
    font-family: 'Erazure';
}
.title-post{
    max-width: 100%;
    margin: 0 auto;
    color: #fff;
    letter-spacing: 2px;
}
.glob-actu {
    width: 70%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
}
.glob-actu a {
    display: block;
    text-align: center;
    font-size: 22px;
    margin-top: 20px;
    border: 1px solid #fff;
    color: #fff;
    padding: 5px 15px;
}
.glob-actu a strong{
    color: #000;
}
section.home_cont_actus {
    background: #971b1e;
    padding: 40px 0;
}

/* SCROLL DOWN */
.index .scroll-down{
    position: absolute;
    bottom: 10%;
    left: 50%;
    z-index: 2;
}
.index .scroll-down a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
  -webkit-animation: sdb06 1.5s infinite;
  animation: sdb06 1.5s infinite;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@-webkit-keyframes sdb06 {
  0% {
    -webkit-transform: rotateY(0) rotateZ(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotateY(720deg) rotateZ(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sdb06 {
  0% {
    -webkit-transform: rotateY(0) rotateZ(-45deg) translate(0, 0);
            transform: rotateY(0) rotateZ(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotateY(720deg) rotateZ(-45deg) translate(-20px, 20px);
            transform: rotateY(720deg) rotateZ(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}

/* PRESENTATION */
#referencement {
    padding: 0;
}
.home_cont_presentation {
    padding: 20px 20px;
    position: relative;
    background: url(/assets/images/logo_fond.svg) no-repeat center center;
    /* margin: 0 auto; */
}
.home_cont_presentation .version_pc {
    text-align: center;
}
.home_cont_presentation div#agence h2{
    font-family: 'Erazure';
    font-size: 65px;
}
.cont_coordonnees h3:first-child{
    font-family: 'Erazure';
    font-size: 50px;
    margin-bottom: 25px;
}
.home_cont_presentation div#agence h3, .cont_coordonnees h3:nth-child(2){
    font-family: 'Erazure';
    font-size: 35px;
    text-align: center;
    color: #971b1e;
    line-height: 14px;
}
.cont_coordonnees h3:nth-child(2){
    margin-bottom: 30px;
}
.btn-contact {
    font-size: 20px;
    font-weight:900;
    padding: 50px 0;
    color: #971B1E;
}
.address {
    padding: 30px 0;
}
.home_cont_presentation div#agence {
    padding: 50px 40px;
}
.home_cont_presentation  .img_agence{
    padding: 80px 0;
}
.home_cont_presentation p {
    font-weight: 600;
}
@media (min-width: 992px){
    .pt-lg-4, .py-lg-4 {
        padding-top: 0!important;
    }
}

/* ITEMS INDEX*/
.home_cont_selection {
    background: inherit;
    padding: 50px 0 20px 0;
}
.prod_listing.damier .block_info, .prod_accueil .block_info {
    background: #971b1e;
}
.block_etiquette {
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    background: #808285!important;
}

/* COORDONNEES */
.index .cont_coordonnees h2, .index .cont_coordonnees .map{
    display: none;
}
.cont_coordonnees {
    padding-top: 40px;
    border-top: 1px solid #971b1e;
    margin-top: 20px;
}
.index .cont_coordonnees {
    padding-top: 0;
    border-top: 1px solid #971b1e;
    margin-top: 0;
}
.cont_coordonnees .btn{
    background: #971b1e;
    font-size: 16px;
}
.cont_coordonnees .logo_footer2 {
    width: 280px;
    display: block;
    margin: 0 auto 30px auto;
}
.cont_coordonnees .logo_footer {
    padding-top: 10px;
    margin-bottom: 20px;
}
.cont_coordonnees h2::after {
    background: #971b1e;
}

/* FOOTER */
footer {
    background-color: #000;
}
footer a:hover {
    color: #f0f2ef;
}


/* ------------------------------------------------------------------------------------------------------------------------------- */
/*                                                               REF                                                               */
/* ------------------------------------------------------------------------------------------------------------------------------- */
.listeliens ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.listeliens ul li{
    width: calc(100% / 3);
    /* si 3 colonnes */
}

.listeliens a {
    color:#971B1E;
}

.listeliens a:hover {
    text-decoration:underline;
}

.page2ref h2 {
    padding-top: 15px;

}

/* ----------------------------------------------------------------------------------------------- */
/*                                    BOUTONS & TITRES                                             */
/* ----------------------------------------------------------------------------------------------- */
.btn {
    border-radius: 0;
}
.home_heading::after {
    display: none;
}
.home_heading {
    font-size: 40px;
    text-align: center;
    font-family: 'Erazure';
    padding-bottom: 30px;
    letter-spacing: 6px;
}
.home_cont_actus .home_heading {
    padding-bottom: 40px;
    padding-top: 20px;
    color: #fff;
}
.home-heading-1{
    color: #bcbec0;
}
.btn-primary, .btn-success, .btn-info, .btn-secondary {
    background-color: #971b1e;
    border-color: #971b1e;
    letter-spacing: 1.5px;
}
.btn-primary:hover, .btn-success:hover, .btn-info:hover, .btn-secondary:hover {
    background-color: #808285;
    border-color: #808285;
    letter-spacing: 1.5px;
}
.estimation h1::after, .alerte-email h1::after, .agence h2::after, .contact h1::after, .on-vous-rappelle h1::after {
    background: #971b1e;
}
.estimation h1, .alerte-email h1, .agence h2, .contact h1, .on-vous-rappelle h1, .temoignages h1, .temoignages .h2, .actualites h1 {
    font-size: 32px;
    font-family: 'Erazure';
    text-transform: uppercase;
    letter-spacing: 2px;
}
.actualites .date-post{
    font-weight: bold;
    font-size: 1.3em;
} 

/* LISTING */
.page-item.disabled .page-link {
    color: #fff;
    background-color: #808285;
    border-color: #808285;
}
.page-item.active .page-link {
    color: #808285;
    background-color: #fff;
    border-color: #808285;
}
.page-link {
    color: #fff;
    background-color: #808285;
    border: 1px solid #808285;
}
.page-link:focus, .page-link:hover {
    color: #fff;
    background-color: #971b1e;
    border-color: #971b1e;
}
.prod_listing > .listing_article article, .detail_biens_sim article {
    background: #808285;
}

/* PAGE DETAIL */
.detail .container_page {
    margin-top: 100px;
}
.detail .info_type::after {
    background: #971b1e;
}
.page_heading::after, .detail .info_titre::after {
    background: #971b1e;
}
.detail .table-warning, .detail .table-warning>td, .detail .table-warning>th {
    background-color: rgb(250, 250, 250);
}
.detail .lafficheur li {
    background-color: #971b1e;
    border-color: #971b1e;
}
.detail .lafficheur li:hover, .detail .lafficheur li.active {
    background-color: #808285;
    border-color: #808285;
}
.detail_annexe_nav {
    font-size: 16px;
    letter-spacing: 2px;
}
.detail_annexe_nav > li {
    margin-right: 35px;
}
.detail .info_ville, .detail .info_prix {
    font-weight: 600;
}
.info_prix-hai {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.detail .page_heading, .detail .page_heading{
    font-weight: 600;
}
.detail_calculette-notaire td {
    font-size: 14px;
}
.detail_calculette-notaire label {
    font-size: 15px;
}

/* ----------------------------------------------------------------------------------------------- */
/*                                             AUTRE                                               */
/* ----------------------------------------------------------------------------------------------- */
.badge-danger {
    background-color: #971b1e;
}
.top_link {
    background: #971b1e;
    bottom: 8px;
}
.breadcrumb-item.active {
    color: #971b1e;
}
.estimation .form-group .dropdown-toggle::after {
    color: #971b1e;
}
.estimation .bootstrap-select.btn-group .dropdown-menu {
    left: 0;
    border: 1px solid #971b1e;
}
.alert-danger {
    background-color: rgb(151, 27, 30);
    border-color: #971b1e;
    font-size: 1.2rem;
}
.comparateur .nav-tabs .nav-link {
    border: 1px solid #971b1e;
}
.bootstrap-select.btn-group .dropdown-menu {
    border: 1px solid #971b1e;
}
.recherche-detaillee .sidebar address, .recherche-detaillee .sidebar img{
    display: none;
}
.recherche-detaillee .triangle_left {
    border-color: transparent #971b1e transparent transparent;
}
.recherche-detaillee .sidebar_blocinfos strong, .recherche-detaillee .sidebar_blocinfos b {
    font-size: 20px;
    color: #971b1e;
}
.recherche-detaillee .form-group .dropdown-toggle::after, .recherche-detaillee .input-group-addon {
    color: #971b1e;
}
.progress-bar {
    background-color: #971b1e;
    font-family: Arial;
}
.temoignages .content_page, .actualites .content_page {
    width: 66.66%;
}
.nom-post {
    color: #971b1e;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 10px;
}
.description-post {
    margin-top: 8px;
}
.sidebar .intention_appel {
    color: #000;
}
.sidebar .group_btn a {
    width: 80%;
    font-size: 16px;
}
.sidebar span.intention_appel_txt {
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 17px;
}
.sidebar address {
    font-size: 18px;
    letter-spacing: 2px;
}


/* ----------------------------------------------------------------------------------------------- */
/*                                          RESPONSIVE                                             */
/* ----------------------------------------------------------------------------------------------- */
@media (min-width: 1281px){
    .top_menu div.nom-agence-top {
        font-family: 'Erazure';
        font-size: 35px;
        position: relative;
        line-height: 1;
        font-weight: 400;
    }
    .top_menu .logo_top {
        width: 60px;
        padding-top: 4px;
    }
    .top_menu .info-coordonnees a {
        font-size: 23px;
        font-weight: bold;
        color: #fff;
        letter-spacing: 1.5px;
        text-align: left;
        padding-left: 15px;
    }
    .top_menu .info-coordonnees a.contact {
        display: inline-block;
        font-size: 23px;
        font-weight: bold;
        margin: auto 0;
        color: #fff;
        letter-spacing: 1.5px;
        padding-left: 0;
    }
}
@media (min-width: 992px) {
    nav.menu ul li {
        display: inline-block;
    }
    .menu ul > li > a {
        padding: 12px 10px;
        line-height: 1.2;
        color: #fff;
    }
    .index .not-sticking .menu ul > li > a {
        color: #fff;
    }
    .flex-center ul {
        top: 100px;
    }
    .header__logo {
        display: block;
        height: 200px;
        padding: 20px;
        bottom: 170px;
    }
}

@media(max-width:1024px){
    .top_infos {
        margin-top: 18px;
    }
    .top_menu div.nom-agence-top {
        display: none;
    }
    .top_menu .logo_top {
        display: none;
    }
    .video-background {
        display: none;
    }
    .index .bgAccueil {
        height: 100vh;
        width: 100%;
        background-size: 250%!important;
    }
    .home_cont_presentation .img_agence {
        padding: 60px 0;
    }
    .home_cont_presentation div#agence h2, .cont_coordonnees h3:first-child {
        font-size: 55px;
    }
}


@media(max-width:768px){
    #formrechercheaccueil .search__form-item:nth-child(n+2) {
        width: 100%;
    }
    .top_infos {
        margin-top: -25px;
    }
    .top_menu .top-logo-sticking{
        display: none;
    }
    .site-container {
        background: #808285;
    }
    .bouton_search {
        background: #971b1e;
    }
    .bouton_search a {
        background: #971b1e;
    }
    .temoignages .content_page, .actualites .content_page {
        width: 100%;
    }
    .temoignages .sidebar {
        display: block;
    }
    .listing .main-content{
        padding-top: 0;
    }
}
@media(max-width:420px){
  
  .top_menu .top-logo-sticking {
    display: block;
  }
    .index .bgAccueil {
        background-size: 340%!important;
    }
    .info-coordonnees{
        display: none;
    }
    .home_cont_presentation div#agence {
        padding: 0;
    }
    .home_cont_presentation div#agence h2, .cont_coordonnees h3:first-child {
        font-size: 35px;
    }
    .home_cont_presentation div#agence h3, .cont_coordonnees h3:nth-child(2) {
        font-size: 28px;
    }
    .home_cont_presentation p {
        padding: 5px 0;
    }
    .home_cont_presentation {
        padding: 20px 20px 0;
    }
    .home_heading {
        font-size: 30px;
    }
    .index .prod_accueil, .detail .prod_accueil {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .home_cont_selection .prod_accueil article {
        width: 100%;
    }
    .badge {
        margin: 0 10px 0px -10px;
    }
    .modal.show .modal-dialog {
        margin: 40% 10px;
    }
    h1 {
        margin-top: 20px;
    }
    .detail #map-proximite{
        height: 230px!important;
    }
}

/* MAPS */
.leaflet-custom-marker.leaflet-marker-icon,
.leaflet-marker-icon.leaflet-google-marker {
   margin-top: -50px;
   margin-left: -25px;
}

.leaflet-marker-icon.leaflet-google-marker {
   height: 50px !important;
   width: 50px !important;
}



/* ============================================================ */
/*                      MODIFS DU 7/09/2023                     */
/* ============================================================ */

.estimation .bootstrap-select>.dropdown-toggle {
    height: 38px;
}
.estimation input[type=date], .estimation input[type=datetime-local], .estimation input[type=email], .estimation input[type=number], .estimation input[type=password], .estimation input[type=search-md], .estimation input[type=search], .estimation input[type=tel], .estimation input[type=text], .estimation input[type=time], .estimation textarea.md-textarea, .estimation .form-style {
    border-right: 3px solid #fff;
}
.top_menu {
    background: #971b1e;
    height: 80px;
    color: #fff;
    padding: 0px 30px 0 70px;
}
.top_menu ul li {
    margin: auto 0;
}
.top_menu .reseaux-sociaux  {
    text-align: center;
}
.top_menu .reseaux-sociaux i {
    color: #fff;
    font-size: 25px;
}
span.date-mois {
    font-size: 60px;
    font-family: 'Erazure';
}
.date-post {
    width: 250px;
    text-align: center;
}
span.date-jour, span.date-annee {
    font-size: 40px;
    line-height: 1.2;
    vertical-align: middle;
    color: #fff;
}

/* BAGDE FLOTTANT */
.flottant {
    margin-right: -150px;
    position: fixed;
    min-width: 200px;
    max-width: 200px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    right: 0;
    top: 25%;
    z-index: 1111;
    bottom: 0;
}
.custom-menu {
    margin-left: -50px;
    margin-left: -130px;
}
.custom-menu .custom-div img {
    width: 120px;
    margin: auto 10px;
}
.custom-menu .custom-div {
    border-radius: 50%;
    border: 0;
    background: transparent;
    text-transform: uppercase;
    font-size: 14px;
    width: 160px;
    height: 160px;
    padding: 10px;
    transform: translatey(0px);
    -webkit-animation: float 2.5s ease-in-out infinite;
            animation: float 2.5s ease-in-out infinite;
            color: #000;
}

.custom-menu {
    display: inline-block;
    position: absolute;
    top: 20px;
    left: 0;
    margin-left: -105px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.custom-menu .btn {
    display: inline-block;
    font-weight: 800;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 2px solid #fff;
    font-size: 18px;
    line-height: 1;
    border-radius: 50%;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    width: 135px;
    height: 135px;
    color: #fff;
    background: #971b1e;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.custom-menu .btn:hover {
    border: 2px solid #971b1e;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    color: #971b1e;
    background: #fff;
}

@media (min-width: 992px) {
    .custom-menu .custom-div img {
        width: 110px;
        margin: auto 10px;
    }
    .flottant {
        right: 2%;
        top: 15%;
    }
    .custom-menu .custom-div {
        width: 150px;
        height: 150px;
    }
}
@media (min-width: 1281px) {
    .custom-menu .custom-div img {
        width: auto;
        margin: auto 10px;
    }
    .flottant {
        right: 2%;
        top: 17%;
    }
    .custom-menu .custom-div {
        width: 200px;
        height: 200px;
    }
}
@media(max-width:991px){ 
    .top_menu {
        height: 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    img.index-logo-not-sticking {
        max-width: 270px;
    }
    .top_menu .logo_top {
        width: 30px;
        padding-top: 0;
        display: block;
    }
    .top_menu .info-coordonnees a.contact {
        display: none;
    }
    .top_menu .reseaux-sociaux {
        text-align: right;
    }
}
@media (max-width: 768px) {
    .flottant {
        right: 5%;
        top: 9%;
    }   
}
@media (max-width: 600px) {
    .flottant {
        right: -3%;
        top: 9%;
    }   
    .custom-menu .custom-div {
        width: 120px;
        height: 120px;
    }
    .custom-menu .custom-div img {
        width: 90px!important;
        margin: auto 0 auto 0px;
        margin-left: 3px!important;
    }
    .logo-accueil, .display-mobile {
        display: none;
    }
    .custom-menu .btn {
        display: inline-block;
        font-weight: 800;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        border: 2px solid #fff;
        font-size: 13px;
        line-height: 1;
        border-radius: 50%;
        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        width: 110px;
        height: 110px;
        color: #fff;
        background: #971b1e;
        letter-spacing: 2px;
        text-transform: uppercase;
    }
}
@-webkit-keyframes float {
    0% {
        /* box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.4); */
        transform: translatey(0px);
    }
    50% {
        /* box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2); */
        transform: translatey(-20px);
    }
    100% {
        /* box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.4); */
        transform: translatey(0px);
    }
}

@keyframes float {
    0% {
        /* box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.4); */
        transform: translatey(0px);
    }
    50% {
        /* box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2); */
        transform: translatey(-20px);
    }
    100% {
        /* box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.4); */
        transform: translatey(0px);
    }
}
.flottant {
    display: none;
}
.index .flottant {
    display: block;
}



.contact .form-group {
    margin-bottom: 0;
}
.contact label {
    margin-top: 25px;
    margin-bottom: 5px;
}

/*SLIDER ACCUEIL*/
.bgAccueil {
    background: none !important;
    overflow: hidden;
}
.carousel-indicators {
    display: none;
}
.carousel-fullscreen .carousel-inner .carousel-item {
    height: 100vh;
    min-height: 600px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
#carouselExampleIndicatorsHome .carousel-item {
    background-size: cover;
    background-position: bottom center;
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(1) {
    background-image: url('/assets/images/slider/1.jpg');
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(2) {
    background-image: url('/assets/images/slider/2.jpg');
}

.cont_coordonnees .logo_footer {
    width: auto;
}