/* ==================================================================== */
/*                               GENERAL                                */
/* ==================================================================== */

.validation { display: none;}
/*Import Fonts*/
@import url('https://fonts.googleapis.com/css?family=Work+Sans:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Lato&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

body {
    font-family: 'Lato', sans-serif;
    background-color: rgb(228 228 228 / 80%);
}
.marginauto {
    margin: auto;
}
.bleu {
    color: #738e65;
}
.gris {
    color:#2f2f2e;
}
.btn {
    border-radius: 0;
}
.btn-primary, .btn-info, .btn-secondary, .btn-success {
    color: #fff;
    background-color: #738e65;
    border-color: #738e65;
}
.btn-primary:hover, .btn-info:hover, .btn-secondary:hover, .btn-success:hover {
    color: #fff;
    background-color: #1c1c1c;
    border-color: #fff;
}
.home_heading, .page-heading {
    font-weight: 100;
    font-size: 30px;
    letter-spacing: 5px;
    margin: 20px 0 40px 0;
    text-transform: uppercase;
    line-height: 25px;
    display: block;
    text-align: center;
}
.home_heading2 {
    font-weight: 100;
    font-size: 30px;
    letter-spacing: 5px;
    margin: 20px 0 40px 0;
    text-transform: uppercase;
    line-height: 25px;
    display: block;
    text-align: center;
}
.home_heading::after, .home_heading::before,
.page-heading::after, .page-heading::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 2px;
    background: #738e65;
    vertical-align: middle;
    margin: 0 10px;
}
.block_etiquette {
    width: 180px;
}
.b_vendu {
    background-color: #738e65;
}

/* ------------------------------------------------------------------------------------------------------------------------------- */
/*                                                               REF     BY LOLO                                                   */
/*                                                                                                                                 */
/*                                                               ᕙ༼*◕_◕*༽ᕤ                                                        */
/*                                                                                                                                 */
/* ------------------------------------------------------------------------------------------------------------------------------- */

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

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

.listeliens a {
   color:#29b1d5;
}

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

.listeliens a:hover {
  
}

.ref p {
text-align:justify;
}

.ref h2 {
    font-weight: bold;
    font-size: 25px;
}

.liste-seo3 ul.card_list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
  .liste-seo3 ul.card_list li {
    width: calc(100% / 3 - 5px);
    text-align: center;
  }
  
  .page_ref .liste-seo3 li {
    font-size: 13px;
    margin: 0px !important;
  }


/* ==================================================================== */
/*                                  INDEX                               */
/* ==================================================================== */
/* MOTEUR */
.moteur {
    padding: 10px 10px 0 10px;
    position: absolute;
    bottom: 110px;
    left: 15%;
    width: 70%;
    min-height: inherit;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.5);
}
.btn-avis-clients {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
}
.btn-avis-clients a{
    color: #fff;
}
html { scroll-behavior: smooth;}
.avis { padding: 100px 0!important;}

.ancre-bottom {
    display: none;
  }
  .index .ancre-bottom {
   position: absolute;
   display: block;
   z-index: 1;
   margin: auto;
   right: auto;
   left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
   bottom: 60px;
   width: 225px;
  }
  .ancre-bottom a  {
   padding-top: 55px;
   position: absolute;
   z-index: 2;
   display: inline-block;
   -webkit-transform: translate(0, -50%);
   transform: translate(0, -50%);
   color: #fff;
   font: normal 400 16px/1 'Josefin Sans', sans-serif;
   letter-spacing: .1em;
   text-decoration: none;
   transition: opacity .3s;
  }
  .ancre-bottom a span {
   position: absolute;
   top: 0;
   left: 50%;
   width: 46px;
   height: 46px;
   margin-left: -23px;
   border: 2px solid #738e65;
   border-radius: 100%;
   box-sizing: border-box;
   background: rgba(255,255,255,.85);
  }
  .ancre-bottom a span::after {
   position: absolute;
   top: 50%;
   left: 50%;
   content: '';
   width: 16px;
   height: 16px;
   margin: -12px 0 0 -8px;
   border-left: 2px solid #738e65;
   border-bottom: 2px solid #738e65;
   -webkit-transform: rotate(-45deg);
   transform: rotate(-45deg);
   box-sizing: border-box;
  }
  .ancre-bottom a span::before {
   position: absolute;
   top: 0;
   left: 0;
   z-index: -1;
   content: '';
   width: 44px;
   height: 44px;
   box-shadow: 0 0 0 0 #738e6563;
   border-radius: 100%;
   opacity: 0;
   -webkit-animation: sdb03 2s infinite;
   animation: sdb03 2s infinite;
   box-sizing: border-box;
  }
  @-webkit-keyframes sdb03 {
   0% {
     opacity: 0;
   }
   30% {
     opacity: 1;
   }
   60% {
     box-shadow: 0 0 0 60px rgba(212,19,39,.3);
     opacity: 0;
   }
   100% {
     opacity: 0;
   }
  }
  @keyframes sdb03 {
   0% {
     opacity: 0;
   }
   30% {
     opacity: 1;
   }
   60% {
     box-shadow: 0 0 0 60px rgba(255,255,255,.3);
     opacity: 0;
   }
   100% {
     opacity: 0;
   }
  }










.radio_trans {
    display: none;
}
.plusdecritere {
    margin-top: 0;
}
.container_search {
    margin: 0;
}

/* SELECTION */
.home_cont_selection {
    padding-top: 80px;
    padding-bottom: 80px;
    background:#dbdbdb;
}
.prod_accueil article {
    text-align: center;
    background: #fff;
    border: 1px solid #d2d2d2;
    border-bottom: 2px solid #1c1c1c;
    box-shadow: 6px 4px 5px #9e9c9c;
}
.prod_accueil article:hover {
    border-bottom: 2px solid #c1a671;
}
.prod_accueil .info_prix {
    margin: 10px 0 0 0;
    font-size: 20px;
    color: #738e65;
    font-weight: 700;
}
.info_type {
    font-size: 18px;
    line-height: 15px;
    font-weight: 500;
    text-transform: uppercase;
}
.index .card_list {
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 20px;
    display: none;
}
.index .info_ville {
    font-size: 16px;
    padding-top: 6px;
    font-weight: 400;
}
.index .card_list li > span {
    font-weight: 400;
}
.card_list li > span:after {
display: none;
}
.index .effect-cms .box {
    padding: 0;
}
.index .info_numero,.index .info_prix-hai {
    display: none;
}
.prod_accueil .info_titre {
    display: none;
}

/* ASIDE */
aside.aside_contact {
    background-color: #c1a671;
}
aside.aside_contact {
    color: #1c1c1c;
    z-index: 55555555;
    height: 100% !important;
    width: 400px;
    overflow: auto;
    top: 0 !important;
    left: 100%;
}
aside .btn-primary:hover,
aside .btn-info:hover {
    color: #1c1c1c;
    background-color: #c1a671;
    border-color: #1c1c1c;
}
aside .btn-primary,
aside .btn-info {
    color: #fff;
    background-color: #1c1c1c;
    border-color: #fff;
}

/* Presentation */
.home_cont_presentation {
    position: relative;
    background: #1c1c1c;
    color: #fff;
    margin: 0 auto;
    padding: 0;

}
.home_cont_presentation .home_heading {
    font-weight: 100;
    font-size: 23px;
    letter-spacing: 5px;
    margin: 20px 0 0px 0;
    text-transform: uppercase;
    line-height: 10px;
    display: block;
    text-align: center;
}
.home_cont_presentation .home_heading2  {
    font-weight: 100;
    font-size: 18px;
    letter-spacing: 5px;
    margin: 14px 0 20px 0;
    text-transform: uppercase;
    line-height: 25px;
    display: block;
    text-align: center;
    color: #738e65;
}


.bg-presentation {
    background: url(../images/bgimg2.jpg) no-repeat center top;
    position: relative;
    background-size: cover;
}
.home_cont_presentation .btn {
    padding: 1rem 1.75rem;
    margin-top: 20px;
}
.home_cont_presentation p {
    font-size: 16px;
    font-weight: 100;
}
.bg-text-presentation {
    padding: 30px 80px;
    text-align: center;
}

/* CATEGORIES */
.home_cont_categories {
    padding-top: 100px;
    padding-bottom: 100px;
    background: rgb(228 228 228 / 80%);
}
.home_cont_categories .cat-infos-overlay {
    position: absolute;
    z-index: 2;
    bottom: 0;
    top: auto;
    right: 0;
    left: 0;
    background: rgba(0,0,0, 0.6);
    color: #fff;
    width: 100%;
    height: 40%;
}
.home_cont_categories .cat-text {
    font-size: 20px;
}
.home_cont_categories .cat-text, .home_cont_categories .cat-text-small {
    color: #fff;
    letter-spacing: 2px;
}
.home_cont_categories .cat-text-small {
    font-weight: 400;
}
.cat:hover {
    box-shadow: 6px 4px 5px #5a5a5a;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.cat:hover .cat-infos-overlay {
    background: rgba(0,0,0, 0.8);
    width: 100%;
    height: 100%;
    top: auto;
    right:auto;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.home_cont_categories .cat-text::after {
    background: #738e65;
    width: 50px;
    margin: 10px auto 0 auto;
    height: 2px;
}
.cat:hover .cat-text::after {
    width: 50px;
}
.cat {
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0;
    box-shadow: 6px 4px 5px #9e9c9c;
}
.home_cont_categories .cat-text-small {
    color: #fff;
    font-size: 15px;
}

/* ==================================================================== */
/*                                LISTING                               */
/* ==================================================================== */
.prod_listing.damier > .listing_article article {
    width: 32.3333%;
    text-align: center;
    background: #f9f9f9;
    border: 1px solid #d2d2d2;
    border-bottom: 2px solid #1c1c1c;
    box-shadow: 6px 4px 5px #9e9c9c;
}
.prod_listing .info_prix {
    margin: 22px 0 15px 0;
    line-height: 20px;
    padding: 0 20px;
    color: #738e65;
    font-size: 20px;
    font-weight: 700;
}
.prod_listing > .listing_article article {
    background: #f9f9f9;
}


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

.sidebar img{
    width: 280px;
}

/* ==================================================================== */
/*                        FOOTER & BOITE A OUTILS                       */
/* ==================================================================== */
/* Boite à outils */
#bloc_fixed {
    bottom: 37%;
}
#bloc_fixed ul li > i {
    font-size: 2rem;
    top: 2px;
    left: 2px;
}
#bloc_fixed ul li > .ion-ios-heart-outline {
    left: 1px;
}
#bloc_fixed ul li > .ion-social-youtube-outline {
    font-size: 1.8rem;
    top: 4px;
    left: 1px;
}
#bloc_fixed .bloc {
    width: 50px;
    min-height: 50px;
    margin: 15px 0;
    position: relative;
    right: 7px;
    cursor: pointer;
    padding-left: 10px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    border-radius: 50%;
    background: #738e65;
}
#bloc_fixed .bloc:hover {
    right: 12px;
    border:1px solid #fff;
}
#bloc_fixed .surcharge_favoris {
    left: 16px;
    top: 19px;
}
.badge-pill {
    padding-right: 0.4em;
    padding-left: .4em;
    border-radius: 10rem;
}
.badge {
    font-size: 66%;
}

/* ALERTE EMAIL */
.home_cont_alertes {
    padding: 20px 10px;
    background: rgba(0,0,0,1);
    text-align: center;
}

/* COORDONNEES */
.cont_coordonnees{
    background: transparent;
    color: #1c1c1c;
}
.cont_coordonnees .coordonnees_heading img {
    width: 280px;
}
.logo-fb {
    font-size: 30px;
    margin: 0 5px;
    color: #1c1c1c;
}
.cont_coordonnees .btn-primary, .cont_coordonnees #voir-telephone-0 {
    background: #738e65;
    border-color: #738e65;
    color: #1c1c1c;
    text-transform: uppercase;
    font-size: 0.9rem;
    margin: 5px 0 !important;
}
.cont_coordonnees .btn-primary:hover, .cont_coordonnees #voir-telephone-0:hover{
    background: #1c1c1c;
    color: #fff;
    border-color: #1c1c1c;
}
.cont_coordonnees .btn {
    text-align: center;
}
.cont_coordonnees p{
    margin-bottom: 0.2rem;
}
.coordonnees_heading {
    font-weight: 600;
    text-transform: inherit;

    letter-spacing: 2px;
}

/* SIDEBAR */
.sidebar {
    margin-top: 0;
    text-align: center;
    background-color: transparent;
    /* display: none; */
}
.bg_collapse {
    background-color: transparent;
}
.sidebar address {
    background: #fff;
}

/* AGENCE */
.agence .content_page {
    width: 100%;
}
/* .contact .contact_formulaire, .recrutement .contact_formulaire, .estimation .contact_formulaire {
    width: 100%;
} */

/* temoignages */
.temoignages .top_page {
    background-image: url(/assets/images/top_page/temoignages_top.jpg);
}
.temoignages .content_page li {
    background: #f9f9f9;
    border: 1px solid #eeeeee;
    border-bottom: 0;
    box-shadow: 6px 4px 5px #dbdbdb;
    padding: 20px;
}
.temoignages .date-post {
    font-size: 16px;
    font-weight: 600;
}
.temoignages .nom-post{
    font-size: 16px;
    font-weight: 500;
    color: #738e65;
    font-style: italic;
}
.temoignages .nom-post::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 2px;
    background: #738e65;
    vertical-align: middle;
    margin: 0 10px;
}

/* BLOG */
.blog .top_page {
    background-image: url(/assets/images/top_page/blog_top.jpg);
}

/* ==================================================================== */
/*                               RESPONSIVE                             */
/* ==================================================================== */
@media (min-width: 992px) {
    nav.menu  {
        margin: auto 0;
    }
    nav.menu ul  {
        margin-bottom:0 ;
    }
    nav.menu ul li {
        display: inline-block;
    }
    .menu ul > li > a {
        padding: 12px 15px;
        line-height: 1.2;
        color: #1c1c1c;
        text-transform: uppercase;
    }
    .index .not-sticking .menu ul > li > a {
        color: #1c1c1c;
        font-weight: 600;
        letter-spacing: 1px;
    }
    .header__logo {
        display: block;
        height: 120px;
        padding: 0px;
    }
    .index .not-sticking .header__logo {
        height: 160px;
    }
    .site-pusher {
        display: flex;
        justify-content: space-around;
    }
    .header__logo img {
        width: 120px;
    }
    .index .not-sticking .header__logo img {
        width: 200px;
    }
    .header nav ul > li > a:hover::after {
        width: 100%;
    }
    .header nav ul > li > a::after {
        content: "";
        position: absolute;
        bottom:0px;
        left: 0;
        z-index: 1;
        width: 0;
        height: 2px;
        background: #c1a671;
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }
}
@media (max-width: 991px) {
    .header__logo img {
        width: 100px;
    }
    .cont_coordonnees .coordonnees_heading img {
        width: 150px;
    }
    .header .sticking {
        background: #fff;
    }
    .bg-presentation {
        background: url(../images/bgimg2.jpg) no-repeat center center;
        position: relative;
        background-size: cover;
        height: 300px;
    }
    .home_cont_categories .cat-infos-overlay {
        height: 80%;
    }
    .index .header {
        background: transparent;
    }
}
@media (max-width: 560px) {
    .header__logo img {
        width: 50px;
        margin-left: -45px;
    }
    .index .not-sticking .header__logo img {
        width: 80px;
        margin-left: -45px;
    }
    .moteur {
        padding: 10px 10px 0 10px;
        position: absolute;
        bottom: 20%;
        left: 10%;
        width: 80%;
        min-height: inherit;
        border-radius: 10px;
        background-color: rgba(0, 0, 0, 0.5);
        top: auto;
    }
    .home_heading::after, .home_heading::before, .page-heading::after, .page-heading::before {
        display: none;
    }
    .home_heading, .page-heading {
        font-size: 20px;
    }
    .home_cont_presentation .home_heading {
        font-size: 20px;
        line-height: 30px;
    }
    .bg-text-presentation {
        padding: 30px;
    }
    .home_cont_categories .cat-infos-overlay {
        height: 60%;
    }
}



/* ======================================================== */
/*                           VIDEO                          */
/* ======================================================== */
.home-visuel-wrapper .video-wrapper {
    overflow: hidden;
}
.home-visuel-wrapper .video-wrapper #player {
    width: 100vw;
    height: 100vh;
}
.home-visuel-wrapper .video-wrapper #player .sliderVideo {
    object-fit: cover;
    width: 100%;
    height: 100%;
}




.visite-virtuelle-video embed {
    border: 0;
    margin: 0 auto;
    max-width: 100%;
    width: 100%!important;
    height: 500px!important;
}
@media (max-width: 560px) {

    .visite-virtuelle-video embed {
        height: 300px!important;
    }
}




/* MODIFS 20 06 2022 */
.col-picto {
    margin: 20px;
}
.col-picto p {
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 14px;
    min-height: 80px;
}
.picto-services {
    width: 60px;
    filter: invert(0%) sepia(100%) saturate(21%) hue-rotate(2deg) brightness(101%) contrast(107%);
    margin: auto;
}
.picto {
    width: 110px;
    height: 110px;
    display: flex;
    border: 1px solid #fff;
    border-radius: 50%;
    margin: auto;
    background-color: #fff;
}
.picto-contour {
    border: 1px solid #bd8d27;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    display: flex;
    margin: auto;
}

.avis .bg-blanc {
    background-color: #fff;
    border-radius: 5px;
    padding: 30px 10px;
}

.page2ref p {
    text-align: justify;
}


/* ========================================================================= */
/*                                AVIS GOOGLE                                */
/* ========================================================================= */
.avis-google .bgAccueil-page {
    background: url(/assets/images/bgimg-avis.jpg) center center!important;
    background-size: cover!important;
    background-repeat: no-repeat!important;
    z-index: -100;
    height: 80vh;
  }
  #avisGoogleListe ul {
    display: flex;
    flex-wrap: wrap;
  }
  #avisGoogleListe li {
    position: relative;
     width: calc(100% / 3 - 16px);
     margin: calc(0.5em * 2) 0.5rem;
     overflow: hidden;
     min-height: 150px;
     color: #000;
  }
  .avisGoogleReview {     margin: 20px 0px;}
  .bulle {
    background:#333;
    color:#fff;
    padding: 20px;
    border-radius:30px;
    min-height: 250px;
  }
  .bulle2{
    height: 10px;
  }
  .bulle2::after{
    content: '';
    display: block;
    position: relative;
    width: 0px;
    height: 250px;
    border-left: 0px solid transparent;
    border-right: 35px solid transparent;
    border-top: 19px solid #333;
    margin: 0px auto 0 60px;
    background: transparent;
  }
  .commentaire-poseur {
    color: #fff;
    display: block;
    font-size: 14px;
    line-height: 18px;
    max-width: 100%;
    margin-top: 10px;
    max-height: 165px;
    overflow-y: scroll;
    overflow: auto;
    padding: 0 10px 0 0;
  }
  .avis-stars, .avis-stars span {
    background-size: 18px 16px;
    height: 18px;
    top: 1px;
    width: 90px;
  }
  .bulle ::-webkit-scrollbar {
    width: 7px;
  }
  .bulle ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px grey; 
    border-radius: 10px;
  } 
  .bulle ::-webkit-scrollbar-thumb {
    background: #C49C48; 
    border-radius: 10px;
  }
  .bulle ::-webkit-scrollbar-thumb:hover {
    background: #C49C48; 
  }
  .avis-reponse {
    border-left: 0;
    padding: 5px 0 0 0px;
    font-size: 14px;
  }
  #avisGoogleListe li .card {
    background-color: #fff;
    border: 0;
    border-radius: 0;
  }
  #avisGoogleListe li .card-header:first-child {
    border-radius: 0;
    border: 0;
    padding: 0;
    background-color: transparent;
  }
  #avisGoogleListe li .btn-link {
      color: #999;
      background-color: transparent;
      font-weight: 200;
  }
  #avisGoogleListe li .btn-link p {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 400;
  }
  #avisGoogleListe li .btn-link p span{
    font-style: italic;
  }
  #avisGoogleListe li .btn-link p::after {
    content: "\f123";
    font-family: "Ionicons";
    position: absolute;
    border: 0;
    font-size: 12px;
    padding-top: 5px;
    opacity: 1;
    right: -15px;
    top: -3px;
  }
  #avisGoogleListe .card-header {
    text-align: right;
  }
  #avisGoogleListe .card-body {
    padding: 0;
    text-align: justify;
  }
  .logo-google {
    width: 200px;
  }
  
  span.nbr-avis {
    font-size: 17px!important;
      margin-right: 0;
      color: #70757a!important;
      white-space: nowrap!important;
  }
  #avisGoogle .note-avis {
    width: 80px;
    height: 80px;
    background: #C49C48;
    border-radius: 50%;
    text-align: center;
    margin: auto auto 20px auto;
    display: flex;
  }
  #avisGoogle .note-avis span{
    font-size: 40px;
    color: #fff;
    white-space: nowrap;
    font-weight: 600;
    margin: auto;
  }
  @media (max-width: 991px) {
    #avisGoogleListe li {
      width: calc(100% / 2 - 16px);
    }
    .bulle2::after {
      margin: -2px auto 0 60px;
    }
  }
  @media (max-width: 610px) {
    #avisGoogleListe li {
      width: calc(100% / 1 - 16px);
    }
    .bulle2::after {
      margin: -2px auto 0 60px;
    }
    #avisGoogle .note-avis {
      width: 60px;
      height: 60px;
      margin-bottom: 10px;
    }
    #avisGoogle .note-avis span {
      font-size: 33px;
    }
  }
  .avis-google {
    overflow-x: hidden;
  }
  #avisGoogle {
    border-bottom: 0;
    padding: 0 0 20px 0;
  }