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


/*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=Didact+Gothic&display=swap');
/* font-family: 'Didact Gothic', sans-serif;; */

@font-face {
    font-family: 'gothic';
    src: url('gothic.eot');
    src: url('gothic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    }

body {
    font-family: 'gothic', sans-serif;
}

.btn {
    border-radius: 0;
}
.btn-primary, .btn-info {
    color: #fff;
    background-color: #008ac5;
    border-color: #008ac5;
}
.home_heading::after {
    content: "";
    display: block;
    position: relative;
    background: #000;
    height: 2px;
    width: 150px;
    margin: 24px auto 24px auto;
}
.capitale {
    font-weight: 600;
    font-size: 18px;
}
.container-fluid {
    padding: 0 50px;
}

/* TOP PAGE */
.credit .top_page {
    background-image: url(/assets/images/top_page/credit_top.jpg);
}
.assurances .top_page {
    background-image: url(/assets/images/top_page/assurance_top.jpg);
}
.recrutement .top_page {
    background-image: url(/assets/images/top_page/recrutement_top.jpg);
}
.patrimoine .top_page {
    background-image: url(/assets/images/top_page/patrimoine_top.jpg);
    margin-bottom: 20px;
}
.actualites .top_page {
    background-image: url(/assets/images/top_page/blog_top.jpg);
    margin-bottom: 20px;
}
.avis-client .top_page {
    background-image: url(/assets/images/top_page/avis_top.jpg);
    margin-bottom: 20px;
}
.comparer-assurance-pret-immobilier .top_page {
    background-image: url(/assets/images/top_page/comparer_top.jpg);
    margin-bottom: 20px;
}
.sidebar .group_btn a {
    width: 100%;
}
.alert-danger {
    color: #000;
    background-color: #eaeaea;
    border-color: #008ac5;
    margin: 30px 0;
}
.listing-vente .top_page {
    background-image: url(/assets/images/top_page/patrimoine_top.jpg);
    margin-bottom: 20px;
}
.listing-location .top_page {
    background-image: url(/assets/images/top_page/patrimoine_top.jpg);
    margin-bottom: 20px;
}

/* ============================================================================= */
/*                                     INDEX                                     */
/* ============================================================================= */

/* MENU */

.header nav ul > li > a:hover::after {
    width: 100%;
}
.header nav ul > li > a::after {
    content: "";
    position: absolute;
    bottom: 6px;
    left: 0;
    z-index: 1;
    width: 0;
    height: 1px;
    background:#000;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.dropdown-item {
    text-transform: uppercase;
    padding: .45rem 1.5rem;
}
.dropdown-menu {
    min-width: 20px;
    font-size: 1rem;
    color: #000;
    background-color: #fff;
    border: 1px solid #008ac556;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #008ac5;
}

/* ICONE DOWN */
.icone-down {
    position: absolute;
    bottom: 10px;
    right: 50%;
}
.icone-down i {
    color: #fff;
    font-size: 33px;
    background: #008ac5;
    border-radius: 50%;
    padding: 9px 17px;
}

/* NAVICONS */

.navicons_home{
    position: absolute;
    z-index: 1;
    top: 62%;
    left: 48.5%;
    width: 600px;
    height: 400px;
    margin-left: -300px;
    margin-top: -200px;
}

.navicons_home > .icone-home-credit{
	position: relative;
	background: rgba(255,255,255,.85);
	width: 200px;
	height: 200px;
	float: left;
	-webkit-transition: all .4s ease-in;
	transition: all .4s ease-in;
}

.navicons_home > .icone-home-assurances{
	position: relative;
	background: rgba(255,255,255,.85);
	width: 200px;
	height: 200px;
	float: left;
	-webkit-transition: all .4s ease-in;
    transition: all .4s ease-in;
    left: 200px;
}

.navicons_home > .icone-home-immobilier{
    position: relative;
    background: rgba(255,255,255,.85);
    width: 200px;
    height: 200px;
    clear: both;
    float: left;
    -webkit-transition: all .4s ease-in;
    transition: all .4s ease-in;
    left: 200px;
}
.navicons_home > .icone-home-patrimoine{
    position: relative;
    background: rgba(255,255,255,.85);
    width: 200px;
    height: 200px;
    float: left;
    -webkit-transition: all .4s ease-in;
    transition: all .4s ease-in;
    left: 400px;
}

.navicons_home > .icone-home-credit a div, .navicons_home > .icone-home-assurances a div, .navicons_home > .icone-home-immobilier a div, .navicons_home > .icone-home-patrimoine a div{
	position: absolute;
	z-index: 1;
	top: 100px;
	left: 0;
	width: 100%;
	text-align: center;
	color: #000;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 1px;
}

.navicons_home > .icone-home-credit:hover, .navicons_home > .icone-home-assurances:hover, .navicons_home > .icone-home-immobilier:hover, .icone-home-patrimoine:hover{
	background: rgba(255,255,255,1);
	-webkit-box-shadow: 0px 0px 15px rgba(0,0,0,.7);
	box-shadow: 0px 0px 15px rgba(0,0,0,.7);
}

.navicons_home > .icone-home-credit a, .navicons_home > .icone-home-assurances a, .navicons_home > .icone-home-immobilier a, .navicons_home > .icone-home-patrimoine a{
	margin: 0 auto;
	text-align: center;
	display: block;
	width: 100%;
	height: 100%;
}

.navicons_home > .icone-home-credit a img, .navicons_home > .icone-home-assurances a img, .navicons_home > .icone-home-immobilier a img, .navicons_home > .icone-home-patrimoine a img{
	margin-top: 30px;
}

@media (max-width:420px){
	.navicons_home{
		display: none;
	}
}

.colhome{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.colhome > div{
	padding: 15px;
}

.snip1401 {
    position: relative;
    overflow: hidden;
    margin: 0;
    width: 250px;
    height: 250px;
    color: #000000;
    text-align: center;
    font-size: 16px;
    background-color: #ffffffcc;
    display: flex;
    justify-content: space-around;
  }
  .snip1401 .text {
    margin: auto;
  }
  .snip1401 .text img{
    width: 65px;
  }
.snip1401 h2{
    margin: 8px 0; 
    font-size: 16px!important;
    font-family: 'gothic', sans-serif!important;
    text-transform: uppercase;
  }
  .snip1401 h2::after {
    content: "";
    display: block;
    position: relative;
    background: #008ac5;;
    height: 1px;
    width: 60px;
    margin: 20px auto 20px auto;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
  .snip1401 figcaption {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    opacity: 1;
    padding: 30px 10px;
    background-color: #ffffff;
    width: 100%;
    -webkit-transform: translateY(150%);
    transform: translateY(150%);
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    display: flex;
    justify-content: center;
  }
  .snip1401 figcaption:before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    right: 100%;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0;
    border-color: transparent #ffffff transparent transparent;
  }

  .snip1401 h3,
  .snip1401 p {
    line-height: 1.5em;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    margin: auto 0;
  }
  .snip1401 h3 {
    margin: 0 0 5px;
    line-height: 1.1em;
    font-weight: 500;
    font-size: 17px;
    opacity: 0.75;
    color: #000;
  }
  .snip1401 p {
    font-size: 16px;
    margin-top: 10px;
  }
  .snip1401 i {
    font-size: 18px;
    color: #000;
    top: 2px;
    left: 3px;
  }
  .snip1401 a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
  }
  .snip1401:hover:after,
  .snip1401.hover:after,
  .snip1401:hover figcaption,
  .snip1401.hover figcaption {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }



.centrer {
    text-align: center;
}
.baseline {
    position: absolute;
    bottom: 17%;
    right: 20%;
    background: rgba(255,255,255,0.6);
    padding: 20px;
}
.baseline .btn i {
    font-size: 19px;
    margin: 0 7px;
}
.btn-baseline {
    color: #fff;
    background-color: #FF6A27;
    border-color: #FF6A27;
    width: 200px;
}
.btn-baseline:hover {
    color: #fff;
    background-color: #cc521b;
    border-color: #cc521b;
}
.baseline h2 {
    text-transform: uppercase;
}
.baseline h2::after {
    content: "";
    display: block;
    position: relative;
    background: #ff6a27;
    height: 1px;
    width: 80px;
    margin: 10px auto 20px 0;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.baseline h3 {
    font-size: 20px;
    margin: 20px 0;
}


/* PHRASE D'ACCROCHE */
.home_cont_presentation {
    position: relative;
    background: transparent;
    color: #fff;
    margin: 4%;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.bg-bleu {
    background: #008ac5;
}
.bg-blanc {
    background: #fff;
}
.accroche {
    display: flex;
    padding: 20px 40px;
}
.marginauto {
    margin: auto;
}
.texte-presentation {
    color: #000;
    padding: 30px;
    margin: auto 0;
}
.accroche h5 {
    font-size: 30px;
    text-transform: uppercase;
}
.accroche h5 span{
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 700;
}
.accroche h5::after {
    content: "";
    display: block;
    position: relative;
    background: #fff;
    height: 1px;
    width: 80px;
    margin: 20px auto 40px 0;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.texte-presentation h5 {
    margin-bottom: 20px;
}
/* COORDONNEES */

.cont_coordonnees {
    padding: 0;
    background-color: #fff;
    color: #000;

}
.titre-coordonnees {
    text-align: left;
    padding: 40px;
    background: #e6e6e6c2;
    text-transform: uppercase;
    font-size: 25px;
    margin: 0 ;
}
.titre-coordonnees .col-1{
    text-align: right;
}
.titre-coordonnees .col-11{
    margin: auto;
}
/* .adresse-agence .address li:first-child {
    border-bottom: 1px solid #dbdbdb;
} */
.cont_coordonnees .btn {
    width: 200px;
    padding: 0.1rem 0.75rem 0.1rem 0;
    text-align: left;
}
.cont_coordonnees .photos-agence ul {
    margin: 20px auto;
    display: flex;
    justify-content: center;
}
.address p {
    font-size: 15px;
}
.cont_coordonnees .photos-agence ul li {
    margin: auto;
}
.cont_coordonnees .adresse-agence {
    padding: 60px 0;
}
.cont_coordonnees .reseaux-sociaux ul li i {
    font-size: 25px;
    color: #008ac5;
}
.cont_coordonnees .map {
    height: 350px;
}
.cont_coordonnees #map_contact {
    height: 350px !important;
}
.adresse-agence .marginTop20 {
    margin-top: 20px;
}
/* .cont_coordonnees .photos-agence img {
    width: 350px;
} */
/* PARTENAIRES */
.home_cont_partenaires {
    padding: 0;
    background-color: #fff;
    color: #000;
}

.home_cont_partenaires .slider_x3 {
    text-align: center;
    padding: 50px 80px;
}

.home_cont_partenaires .contenu_temoignages {
    text-align: center;
    padding: 50px 0;
}
.home_cont_partenaires .modal-header {
    padding: 15px;
    border-bottom: none;
    background: #7676761f;
    text-transform: uppercase;
}
.home_cont_partenaires .modal-header i{
    margin-right: 10px;
}
.texte-temoignages {
    margin: 20px 7%;
    text-align: justify;
}
.personne-temoignages {
    margin: 20px 0;
    font-style: italic;
}
.home_cont_partenaires .btn-primary, .home_cont_partenaires .btn-secondary {
    color: #000;
    background-color: transparent;
    border-color: #000;
}
.home_cont_partenaires .intro-modal {
    padding: 20px 0;
}
.home_cont_partenaires .modal-footer {
    background: #eee;
}
/* Boite à outils */
#bloc_fixed .bloc {
    background: rgba(255,255,255,.5);
    color: #000;
    margin: 6px 0 0 0;
    border: 1px solid #00001130;
}
#bloc_fixed {
    bottom: 27%;
}
#bloc_fixed .bloc a {
    color: #000;
}
#bloc_fixed .bloc:hover {
    background: rgba(255,255,255,.9);
    right: 150px;
}
#bloc_fixed .bloc3:hover,
#bloc_fixed .bloc5:hover,
#bloc_fixed .bloc6:hover {
    right: 240px;
}
#bloc_fixed .bloc5 ul li:nth-child(2), #bloc_fixed .bloc6 ul li:nth-child(2) {
    vertical-align: top;
    padding: 4px 0 0 10px;
    border-left: 1px solid #666;
    margin-top: 8px;
}
#bloc_fixed .bloc5 ul li:nth-child(1) {
    margin-right: 10px;
}
#bloc_fixed .bloc6 ul li:nth-child(1) {
    margin-right: 6px;
}
#bloc_fixed .bloc5 ul li > i {
    font-size: 2.2rem;
    left: 3px;
}
#bloc_fixed_bottom .bloc5 i, #bloc_fixed_bottom .bloc6 i {
    font-size: 2rem;
}
#bloc_fixed .bloc6:hover {
    right: 305px;
}
#bloc_fixed .bloc6 {
    width: 350px;
}
/* ============================================================================= */
/*                                    CREDIT                                     */
/* ============================================================================= */
.credit .titre-coordonnees {
    margin: 15px 0;
}

.credit .titre-coordonnees h6{
    text-transform: initial;
}
.credit .content_page {
    text-align: center;
}
.d-lg-flex {
    margin-top: 50px;
}
h2.titre {
    font-size: 20px;
    margin: 40px 0 20px 0;
    text-transform: uppercase;
    text-align: center;
}
h2.titre::after {
    content: "";
    display: block;
    position: relative;
    background: #008ac5;
    height: 1px;
    width: 100px;
    margin: 10px auto;
}
.sidebar {
    margin: 10px 0;
    background: #fff;
    padding: 10px 30px;
    border: 1px solid #008ac561;
    text-align: center;
}
.sidebar h2.titre {
    margin: 20px 0;
}
.sidebar h2.titre::after {
    content: "";
    display: block;
    position: relative;
    background: #008ac5;
    height: 1px;
    width: 100px;
    margin: 10px auto;
}
.sidebar table {
    width: 100%;
}

.sidebar table tr:nth-child(1), .sidebar table tr:nth-child(3), .sidebar table tr:nth-child(5), .sidebar table tr:nth-child(7), .sidebar table tr:nth-child(9), .sidebar table tr:nth-child(11) {
    background: #e8e8e8;
}
.sidebar table tr:nth-child(2), .sidebar table tr:nth-child(4), .sidebar table tr:nth-child(6), .sidebar table tr:nth-child(8), .sidebar table tr:nth-child(10), .sidebar table tr:nth-child(12) {
    background: #ccccccc7;
}
.sidebar table tr {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #fff;
    padding: 20px 0;
}
.sidebar table td {
    padding: 5px 0;
}
.sidebar table td:nth-child(1) {
    border-right: 1px solid #fff;
}
.progress {
    margin: 50px 0 10px 0;
}
.progress-bar {
    background-color: #FF6A27;
}
.credit .margin0 {
    margin-left:  0;
    margin-right:  0;
}
.credit .formcms4 {
    margin:  0;
}
.credit .form-group label span {
        text-transform: uppercase;
        font-size: 20px;
        color: #000;
}
.credit .form-group {
    text-align: center;
}
.credit .form-group label {
    background: transparent;
    padding: 14px;
    margin: 0 auto 20px auto;
    width: 100%;
}
.credit .form-group .champs  {
    margin: auto;
}
.credit .form-group .champs label {
    width:32%;
    background: transparent;
    text-align: center!important;
}
.credit .c_emprunt .champs label {
    width: 28%;
}
.credit .c_situation .champs label,
.credit .c_situation2 .champs label,
.credit .c_type .champs label {
    width: 21%;
}
.credit .c_usage .champs label,
.credit .c_recherche .champs label {
    width: 43%;
}
.credit .form-group.c_adresse, .credit .form-group.c_montant,
.credit .form-group.c_revenu, .credit .form-group.c_revenu2, .credit .form-group.c_mensualite, .credit .form-group.c_duree{
    width: 75%;
    margin: 0 auto;
}

.credit .form-group.c_prenom, .credit .form-group.c_nom, .credit .form-group.c_connu, .credit .form-group.c_conseiller, .credit .form-group.c_telephone, .credit .form-group.c_email{
    width: calc(100% / 2 - 20px);
    margin: 0 auto 20px auto;
    display: inline-block;
    justify-content: space-around;
    padding: 0 20px;
}
.credit .form-group.c_rgpd .champs label {
    width: 100%;
}
.credit .form-section .css-label {
    text-transform: initial!important;
    border: 1px solid #000;
    /* padding: 10px; */
    font-size: 16px;
    margin: 10px;
}
.credit .form-section .css-checkbox {
    display: none;
}
.css-checkbox:checked + label.css-label{
    background: #FF6A27 !important ;
    color: #fff;
}
label {
    margin-top: 15px;
    margin-bottom: 15px;
}
.has-success .champs {
    border-color: transparent;
    background-color: transparent;
}
.credit .form-navigation {
    text-align: center;
    margin-top: 20px;
}
.credit .li1{
    background: #008ac5;
    padding: 14px;
    margin: auto;
    padding: 60px 0;
}
.credit .form-section{
    display: none;
}
.credit .form-section.current{
    display: block;
}
.css-label{ text-transform: initial  !important}
.credit .form-group.c_nom label,
.credit .form-group.c_prenom label,
.credit .form-group.c_email label,
.credit .form-group.c_telephone label,
.credit .form-group.c_connu label,
.credit .form-group.c_conseiller label {
    margin: 0 auto 0 auto;
}
.credit .form-group.c_nom label span,
.credit .form-group.c_prenom label span,
.credit .form-group.c_email label span,
.credit .form-group.c_telephone label span,
.credit .form-group.c_connu label span,
.credit .form-group.c_conseiller label span {
    font-size: 16px;
}
.credit .form-group.c_rgpd label span {
    font-size: 12px;
}
.credit .accroche h5 {
    color: #fff;
    font-size: 18px;
}
.credit .accroche h5 span {
    color: #fff;
    font-size: 30px;
}
.credit .bg-gris h5, .credit .bg-gris h5 span {
    color: #1a1a1a!important;
}
.credit .bg-gris {
    background: #ddd;
    padding: 80px 40px;
}
.credit .bg-gris h5::after {
    content: "";
    display: block;
    position: relative;
    background: #1a1a1a;
    height: 1px;
    width: 80px;
    margin: 20px auto 40px 0;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.credit .btn-info {
    color: #fff;
    background-color: #008ac5;
    border-color: #008ac5;
}


/* Tableau des taux */
.credit .iframe-taux {
    text-align: center!important;
}

/* ============================================================================= */
/*                                ASSURANCES                                     */
/* ============================================================================= */
.assurances .titre-coordonnees {
    margin: 15px 0;
}
.assurances .titre-coordonnees h6{
    text-transform: initial;
}
.assurances .content_page {
    width: 100%;
}
.fade.show {
    background: #000000c2;
}
.snip1482 {
    font-family: 'Fauna One', Arial, sans-serif;
    position: relative;
    margin: 5% auto;
    min-width: 230px;
    max-width: 380px;
    min-height: 240px;
    width: 100%;
    color: #ffffff;
    text-align: right;
    line-height: 1.4em;
    background-color: #1a1a1a;
    font-size: 16px;
    float: left;
  }
  .snip1482 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
  }
  .snip1482 img {
    position: absolute;
    right: 0%;
    top: 50%;
    opacity: 1;
    width: 100%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }
  .snip1482 figcaption {
    position: absolute;
    width: 50%;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 20px 0 20px 20px;
    color: #fff;
  }
  .snip1482 h2,
  .snip1482 p {
    margin: 0;
    width: 100%;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 0;
  }
  .snip1482 h2 {
    font-family: 'gothic', sans-serif;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 1.4;
  }

  .snip1482 h2::after {
    content: "";
    display: block;
    position: relative;
    background: #FF6A27;
    height: 1px;
    width: 50px;
    margin: 10px 0 10px auto ;
}
  .snip1482 p {
    font-size: 0.8em;
  }
  .snip1482 h6{
    z-index: 1;
  }
  .snip1482 h6{
    position: absolute;
    bottom: 40%;
    -webkit-transform: translateY(-40%);
    -moz-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    -o-transform: translateY(-40%);
    transform: translateY(-40%);
    left: 50%;
    -webkit-transform: translateX(-53%);
    -moz-transform: translateX(-53%);
    -ms-transform: translateX(-53%);
    -o-transform: translateX(-53%);
    transform: translateX(-53%);
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    background: #ffffff8a;
    padding: 5px 10px;
    color: #000;
    text-align: center;
  }
  .snip1482:hover h6{
    opacity: 0;
  }
  .snip1482:hover img,
  .snip1482.hover img {
    width: 50%;
    right: -5%;
  }
  .snip1482:hover figcaption h2,
  .snip1482.hover figcaption h2,
  .snip1482:hover figcaption p,
  .snip1482.hover figcaption p {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
.categorie-assurances {
    margin: 20px 0;
    display: flex;
    justify-content: center;
}


.assurances .modal-header {
    padding: 15px;
    background: #eaeaea;
}
.assurances .modal-header h5{
    font-size: 15px;
}

.assurances .modal-footer {
    background: #eaeaea;
}
.assurances .modal-body h3 {
    text-transform: uppercase;
    padding-left: 20px;
    border-left: 2px solid #008ac5;
    margin: 30px 0;
}
.assurances .modal-body h4 {
    color: #FF6A27;
    padding-left: 20px;
    border-left: 2px solid #FF6A27;
    margin: 30px 0;
}


/* ============================================================================= */
/*                                PATRIMOINE                                     */
/* ============================================================================= */
.patrimoine .modal-header {
    padding: 15px;
    background: #eaeaea;
}
.patrimoine .modal-header h5{
    font-size: 15px;
}

.patrimoine .modal-footer {
    background: #eaeaea;
}
.patrimoine .modal-body h3 {
    text-transform: uppercase;
    padding-left: 20px;
    border-left: 2px solid #008ac5;
    margin: 30px 0;
}
.patrimoine .modal-body h4 {
    color: #FF6A27;
    padding-left: 20px;
    border-left: 2px solid #FF6A27;
    margin: 30px 0;
}
.patrimoine .modal-body i {
    color: #FF6A27;
    font-size: 18px;
    margin: 0 10px 0 20px;
}
.patrimoine .titre-coordonnees h6 {
    text-transform: initial;
}

/* ============================================================================= */
/*                               RECRUTEMENT                                     */
/* ============================================================================= */
.recrutement .contact_formulaire {
    width: 100%;
}
.recrutement .accroche {
    padding: 40px 0;
}
.recrutement .accroche {
    color: #fff;
}

.recrutement .bg-gris {
    background: #ddd;
    color: #1a1a1a;
}
.recrutement h5.soustitre {
    margin: 20px 0 0 0;
}
.recrutement h5.soustitre::after {
    content: "";
    display: block;
    position: relative;
    background: rgba(0,0,0,.3);
    height: 1px;
    width: 50px;
    margin: 10px auto 10px 0;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.recrutement .bg-gris h5::after {
    content: "";
    display: block;
    position: relative;
    background: #1a1a1a;
    height: 1px;
    width: 80px;
    margin: 20px auto 40px 0;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.recrutement .titre-page p{
    margin-bottom: 3px;
}

.marginTop50 {
    margin-top: 50px;
}
/* ============================================================================= */
/*                                   CREDIT                                      */
/* ============================================================================= */
.credit-test .groupe_champs > .form-group {
    width: 100%;
    padding: 0 10px;
}
.credit-test input[type=radio].css-checkbox + label.css-label {
    color: #000;
}
.credit-test input[type=radio].css-checkbox + label.css-label {
    cursor: pointer;
    display: inline-block;
    padding: 15px;
    vertical-align: middle;
    border: 1px solid #000;
}
.credit-test input.css-checkbox[type="radio"]:checked + label.css-label {
    background: #008ac5;
    color: #fff;
}
.credit-test input[type=radio].css-checkbox {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}
.credit-test .form-group {
    text-align: center;
    margin: 40px 0;
}
.credit .iframe-taux #ipret_derniers_taux {
    min-height: 400px;
}

/* ============================================================================= */
/*                                   LISTING                                     */
/* ============================================================================= */
/* CONTENU */
.contenu-immo p{
    margin-bottom: 0;
    text-align: justify;
}
.bleu {
    color: #008ac5;
}
.mt100 {
    margin-top: 100px;
}
.modal-body a {
    color: #008ac5!important;
}
.contenu-immo span {
    margin-left: 20px;
}
/*PAGE DETAILS*/
.detail_taber .nav-link {
    padding: 10px;
}
.detail_taber .nav-link.active,
.detail_taber .nav-link:hover {
    background: #008ac5 !important;
    color: #fff;
    padding: 10px;
}
.detail_taber {
    border-bottom: 1px solid #008ac5;
}
.detail_header .titre:after {
    background: #008ac5;
}
.detail_header .crit span:nth-child(1) {
    font-weight: 600;
}
.retour_pret {
    font-size: 25px;
    font-weight: 700;
    color: #008ac5;
}
.retour_pret span {
    color: #008ac5;
}
.detail .page_heading {
    font-size: 22px;
    font-weight: 500;
    border-left: 2px solid #008ac5;
    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: #008ac5 !important;
}
.table-warning,
.table-warning>td,
.table-warning>th {
    background-color: #008ac5 !important;
}
.detail #descdetail{
    text-align: justify;
}
/*MISE EN FORME TABLEAU DETAILS*/
.detail .attribut_label0 {
    position: relative;
    background: #fff;
}
.detail .bloc-champ{
    background: #fff;
}

/* ============================================================================= */
/*                             FOOTER  & CONTACT                                 */
/* ============================================================================= */
.contact .contact_formulaire{
    width: 100%;
}
.contact .accroche {
    color: #fff;
}
.contact .groupe_champs > .form-group.c_objet {
    width: 50%;
}
footer, footer a {
    color: #000;
}
footer {
    background-color: #c7c7c7;
    padding: 50px 10px;
}
.mentions-legales .sidebar {
    border: 0;
}
.mentions-legales h2 {
    margin-top: 50px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
    background: #008ac5;
    padding: 10px;
    color: #fff;
}
.mentions-legales h2.principalH2 {
    background: transparent;
    color: #000;
    font-size: 25px;
    padding: 0;
    font-weight: 600;
}

.home_cont_coordonnees {
    display: none;
}
.index .home_cont_coordonnees, .contact .home_cont_coordonnees {
    display: block;
}

.contact .top_page {
    background-image: url(/assets/images/top_page/contact_top.jpg);
}

aside {
    text-align: center;
}
aside .social_network a {
    color: #fff;
}
.btn-link:hover, aside .social_network a:hover {
    color: #008ac5;
}

footer .liens_left ul li {
    display: inline-block;
    padding: 0 5px;
}

.modal-header {
    padding: 15px;
    border-bottom: none;
    background: #7676761f;
    text-transform: uppercase;
}
footer a.apporteur {
    cursor: pointer;
}
footer a:hover {
    color: #000;
}
.apporteur .titre-coordonnees h6 {
    text-transform: initial;
}


/* ============================================================================= */
/*                                  APPORTEUR                                    */
/* ============================================================================= */
.apporteur  #ipret_apporteur {
    min-height: 75vh;
}
@media (max-width: 991px) {
    .apporteur  #ipret_apporteur {
        min-height: 100vh;
    }
}
/* ============================================================================= */
/*                               CLIENT CREDIT                                   */
/* ============================================================================= */
.client-credit #ipret_emprunteur {
    min-height: 75vh;
}
@media (max-width: 991px) {
    .client-credit  #ipret_emprunteur {
        min-height: 100vh;
    }
}

/* ============================================================================= */
/*                                     BLOG                                      */
/* ============================================================================= */
/* listing des actus */
.adminpersos .actualites-group ul li {
    border: 1px solid rgba(0,0,0,.3);
}
.padding0 {
    padding:0 ;
}
.contenu-actualites {
    margin: 50px 0;
}
.adminpersos .actualites-group ul {
    display: flex;
    flex-wrap: wrap;
    margin: -0.5em;
}
.adminpersos .actualites-group ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.adminpersos .actualites-group ul li {
    position: relative;
    width: calc(33.33% - 1em);
    margin: calc(0.5em * 2) 0.5em;
    overflow: hidden;
}
.adminpersos .actualites-group ul li .actualites-img {
    height: 406px;
    transition: transform .3s ease-out;
     padding: 0;
}
.adminpersos .actualites-group ul li .actualites-img img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}
.adminpersos .actualites-group ul li:hover .actualites-img {
    transition: transform 3s ease-in;
    transform: translate(0, -40px);
}
.adminpersos .actualites-group ul li .actualites-texte {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: .8em;
    color: #fff;
    background-color: #95a0ad;
    transition: transform .3s;
    transform: translate(0, calc(2.4em + .8em));
}
.adminpersos .actualites-group ul li:hover .actualites-texte {
    transform: translate(0);
}
.adminpersos .actualites-group ul li .actualites-texte .title-post{
    font-size: 1.3em;
    color: currentColor;
}

.actualites-group {
    margin-right: 0;
}
.adminpersos .actualites-group ul li .actualites-btn {
    display: inline-block;
    height: 2.4em;
    opacity: 0;
    transition: opacity .3s;
}
.adminpersos .actualites-group ul li:hover .actualites-btn {
    opacity: 1;
}
.adminpersos .description-post {
    text-align: justify;
}
.adminpersos .fil-dariane {
    display: none;
}
/* page actu single */
.adminperso .actualites-group {
    text-align: center;
}
.adminperso figure {
    text-align: center;
}
.adminperso .actualites-group img {
    width: 100%;
}
.adminperso .description-post {
    text-align: justify;
}
.adminperso .breadcrumb-item+.breadcrumb-item::before {
    display: none;
}
.adminpersos .btn-primary {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}
.adminperso .btn-primary{
    color: #000;
    background-color: transparent;
    border-color: #000;
}
.adminperso .title-post {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-align: left;
}
.adminperso .marginauto {
    margin: auto 0;
    text-align: justify;
}
.adminperso .home_cont_partenaires {
    display: none;
}

/* ============================================================================= */
/*                                 RESPONSIVE                                    */
/* ============================================================================= */
@media (max-width: 1280px) {
    .categorie-assurances {
        margin: 0;
    }
    .recrutement .categorie-assurances,
    .contact .categorie-assurances {
        margin: 20px 0;
    }
    .recrutement .accroche h5,
    .contact .accroche h5{
        font-size: 20px;
    }
    .recrutement .accroche h5 span,
    .contact .accroche h5 span{
        font-size: 35px;
    }
}
@media (max-width: 1025px) {
    .snip1482 {
        min-height: 170px;
      }
      .snip1482 figcaption {
        width: 45%;
    }
    .snip1482 h2 {
        font-size: 12px;
    }
    .snip1482:hover img, .snip1482.hover img {
        width: 53%;
        right: -2%;
    }
    .snip1482 p {
        font-size: 10px;
    }
    .assurances .modal-dialog {
        max-width: 50%;
        margin: 30px auto;
    }
}
@media (min-width: 992px) {
    nav.menu ul li {
        display: inline-block;
    }
    .menu ul > li > .item-nav,
    .menu ul > li > a {
        padding: 12px 15px;
        line-height: 1.2;
        color: #000;
        font-weight: 500;
        font-size: 16px;
        text-transform: uppercase;
    }
    .menu {
        padding: 10px 0;
    }
    .index .not-sticking .menu ul > li > a {
        color: #000;
        font-weight: 500;
        font-size: 16px;
    }
    .header__logo {
        height: 100px;
        padding: 10px 10px;
        max-width: 400px;
    }
    .sticking .header__logo {
        height: 90px;
    }
    /* .header__logo img{
        width: 320px;
    } */
    .sticking .header__logo img {
       width: 250px;
    }
    .header .site-container {
        background: rgba(255,255,255,0.6);
    }
    .header .menu ul{
        margin-bottom: 0;
    }
    .logo_partenaire {
        width: 190px;
    }
}
@media (max-width: 991px) {
    .dropdown-item {
        text-transform: inherit;
        padding: .45rem 1.5rem;
    }
    .dropdown-menu {
        margin-bottom: 10px;
    }
    .navicons_home{
		top: 50%;
	}
    .header .site-pusher {
        display: block;
    }
    .header__logo img {
        width:300px;
    }
    .nav-desktop-lang {
        position: absolute;
        top: 20%;
        right: 5%;        
    }
    .baseline {
        bottom: 17%;
        right: 17%;
        width: 500px;
    }
    .texte-presentation {
        padding: 25px 30px;
    }
    .cont_coordonnees .photos-agence ul li {
        margin: 5px;
    }
    .adresse-agence #map_contact {
        height: 400px !important;
    }
    .logo_partenaire {
        width: 130px;
    }
    .navicons_home {
        width: 95%;
    }
    .recrutement h5::after, .recrutement .bg-gris h5::after {
        margin: 20px auto 10px 0;
    }
    .recrutement .accroche {
        margin-bottom: 20px;
    }
    .adminpersos .actualites-group ul li {
        border: 1px solid #ddd;
        width: calc(50% - 20px);
        margin: 10px;
    }
}
@media (min-width: 769px) { 
    .modal-dialog {
        max-width: 90%;
        margin: 30px auto;
    }
    .assurances .modal-dialog {
        max-width: 90%;
        margin: 30px auto;
    }
  }
@media (max-width: 768px) {   
    .navicons_home > .icone-home-credit{
        width: 170px;
        height: 170px;
    }    
    .navicons_home > .icone-home-assurances{
        left: 170px;
        width: 170px;
        height: 170px;
    }    
    .navicons_home > .icone-home-immobilier{
        left: 170px;
        width: 170px;
        height: 170px;
    }
    .navicons_home > .icone-home-patrimoine{
        left: 340px;
        width: 170px;
        height: 170px;
    }
    .assurances .modal-dialog {
        max-width: 90%;
        margin: 30px auto;
    }
    .sidebar {
        display: block;
    }
    .icone-down {
        position: absolute;
        bottom: 15%;
        right: 41%;
    }
    .container-fluid {
        padding: 0px 30px;
    }
    .accroche {
        display: flex;
        padding: 20px 25px;
    }

}
@media (max-width: 560px) {
    .header__logo img {
        width:150px;
    }
    .nav-desktop-lang {
        position: absolute;
        top: 10%;
        right: 5%;        
    }
    .baseline {
        bottom: 17%;
        right: 16%;
        width: 250px;
    }
    .texte-presentation {
        padding: 20px 20px;
    }
    .cont_coordonnees .photos-agence ul li {
        margin: 5px;
    }
    .adresse-agence #map_contact {
        height: 250px !important;
    }
    .adresse-agence .map {
        top: 30px;
    }
    .adresse-agence .marginTop20 {
        margin-top: 20px;
    }
    .logo_partenaire {
        width: 150px;
    }
    .baseline h2 {
        font-size: 25px;
    }
    .accroche h5 {
        font-size: 25px;
    }
    .accroche h5 span {
        font-size: 35px;
    }
    .snip1482 {
        margin:15% auto;
        min-width: 163px;
        max-width: 303px;
        min-height: 270px;
    }
    .titre-coordonnees {
        padding: 10px;
        font-size: 20px;
    }
    .titre-coordonnees .col-1,
    .titre-coordonnees .col-11 {
        padding: 10px 0 0 10px;
    }
    .home_cont_partenaires .slider_x3 {
        text-align: center;
        padding: 50px 10px;
    }
    .top_page {
        position: relative;
        height: 125px;
        background-position: center center;
        background-size: contain;
        background-repeat: no-repeat;
        z-index: -1;
        background-color: transparent;
        top: 35px;
    }
    .credit .form-group .champs label {
        width: 100%;
    }
    .credit .form-group.c_adresse, .credit .form-group.c_montant, .credit .form-group.c_revenu, .credit .form-group.c_revenu2, .credit .form-group.c_mensualite, .credit .form-group.c_duree {
        width: 100%;
    }
    .credit .form-group.c_prenom, .credit .form-group.c_nom, .credit .form-group.c_connu, .credit .form-group.c_conseiller, .credit .form-group.c_telephone, .credit .form-group.c_email {
        width: 100%;
    }   
    .adminpersos .actualites-group ul li {
        border: 1px solid #ddd;
        width: 100%;
        margin: 10px;
    }   
    .video-wrapper video {
        display: none!important;
    }
    .video-wrapper {
        background-size: 1200px 900px !important;
        background: url(/assets/images/bgimg-mobile.jpg) center center!important;
    }

}



@font-face{font-weight:normal;font-style:normal;font-family:'feathericons';src:url('../fonts/feathericons/feathericons.eot?-8is7zf');src:url('../fonts/feathericons/feathericons.eot?#iefix-8is7zf') format('embedded-opentype'),url('../fonts/feathericons/feathericons.woff?-8is7zf') format('woff'),url('../fonts/feathericons/feathericons.ttf?-8is7zf') format('truetype'),url('../fonts/feathericons/feathericons.svg?-8is7zf#feathericons') format('svg')}
*, *:after, *:before {box-sizing: border-box;}
.grid{position:relative;margin:0 auto;padding:1em 0 4em;max-width:1000px;list-style:none;text-align:center;display: flex;}
.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px auto;
    min-width: 290px;
    max-width: 450px;
    max-height: 340px;
    width: 70%;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
}
.grid figure img{position:relative;display:block;min-height:100%;width:100%;opacity:.8}
.grid figure figcaption{padding:2em;color:#fff;text-transform:uppercase;font-size:1.25em;-webkit-backface-visibility:hidden;backface-visibility:hidden}
.grid figure figcaption::before,.grid figure figcaption::after{pointer-events:none}
.grid figure figcaption,.grid figure figcaption>a{position:absolute;top:0;left:0;width:100%;height:100%}
.grid figure figcaption>a{z-index:1000;text-indent:200%;white-space:nowrap;font-size:0;opacity:0}
.grid figure h2{word-spacing:-0.15em;font-weight:300}
.grid figure h2 span{font-weight:800}
.grid figure h2,.grid figure p{margin:0}
.grid figure p{letter-spacing:1px;font-size:68.5%}
@media screen and (max-width:50em){
.grid figure{display:inline-block;float:none;margin:10px auto;width:100%}
}




figure.effect-goliath{background:#222}
 figure.effect-goliath img,figure.effect-goliath h2{-webkit-transition:-webkit-transform .35s;transition:transform .35s}
 figure.effect-goliath img{-webkit-backface-visibility:hidden;backface-visibility:hidden}
 figure.effect-goliath h2{
     position:absolute;
     top: 40%;
     -webkit-transform: translateY(-40%);
     -moz-transform: translateY(-40%);
     -ms-transform: translateY(-40%);
     -o-transform: translateY(-40%);
     transform: translateY(-40%);
     left: 50%;
     -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
     -ms-transform: translateX(-50%);
     -o-transform: translateX(-50%);
     transform: translateX(-50%);
     padding:10px;
     font-size: 22px;
    background: #ffffff47;
    }
 figure.effect-goliath p{
     position:absolute;
     bottom:0;
     left: 0;
     -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
     -ms-transform: translateX(-50%);
     -o-transform: translateX(-50%);
     transform: translateX(-50%);
     padding:30px;
    }
 figure.effect-goliath p span {
        font-size: 14px;
    }
 figure.effect-goliath p{text-transform:none;font-size:16px;opacity:0;-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;-webkit-transform:translate3d(0,50px,0);transform:translate3d(0,50px,0)}
 figure.effect-goliath:hover img{-webkit-transform:translate3d(0,-130px,0);transform:translate3d(0,-130px,0)}
 .patrimoine figure.effect-goliath:hover img{-webkit-transform:translate3d(0,-80px,0);transform:translate3d(0,-80px,0)}
 figure.effect-goliath:hover h2{-webkit-transform:translate3d(-50%,-100px,0);transform:translate3d(-50%,-100px,0);}
 figure.effect-goliath:hover p{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
 
 

 @media only screen and (max-device-width: 667px) and (min-device-width: 375px) and (orientation: portrait) {
    .bgAccueil {
        background-size: 667px 375px !important;
        background: url(/assets/images/bgimg-mobile.jpg) no-repeat center center!important;
    }
 }


 .estimation .accroche h5,
 .comparer-assurance-pret-immobilier .accroche h5 {
     color: #fff;
 }
 .comparer-assurance-pret-immobilier .form-sur-mesure {
    height: 100vh;
 }


 /* ======================================================== */
/*                           VIDEO                          */
/* ======================================================== */
.video-background{
	background: #fff;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -99;
	height: 100vh;
	overflow: hidden;
}
.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%;
}
@media (min-aspect-ratio: 16/9){
	.video-foreground{
		height: 300%;
		top: -100%;
	}
}

@media (max-aspect-ratio: 16/9){
	.video-foreground{
		width: 100%;
		left: 0;
	}
}



/* LANDSCAPE */
@media (min-width: 450px) and (max-width: 824px) and (orientation: landscape) {
    .no-way {
        display: none !important;
    }    
    .navicons_home {
        display: none;
    }
    .header__logo img, .index-logo-not-sticking, .index-logo-sticking, .logo-sticking, .logo-not-sticking, .header .img-fluid {
        width: 150px;
        margin-right: 8%;
    }
    .header {
        height: 50px;
    }
    .icone-down i {
        color: #fff;
        font-size: 18px;
        background: #008ac5;
        border-radius: 50%;
        padding: 9px 14px;
    }
    .icone-down {
        position: absolute;
        bottom: 21%;
        right: 47%;
    }
    #bloc_fixed_bottom .bloc {
        margin: 0;
    }
    .accroche h5 {
        font-size: 24px;
    }
    .accroche h5 span {
        font-size: 35px;
    }
    .logo_partenaire {
        width: 90px;
        margin: 0 7px;
    }
}

@media (max-width: 560px) {
    .video-wrapper {
        background-size: cover;
        background: url(/assets/images/bgimg-mobile.jpg);
    }
}


/* ========================================================================= */
/*                                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:#e6e6e6c2;
    color:#000;
    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 #e6e6e6c2;
    margin: 0px auto 0 60px;
    background: transparent;
  }
  .commentaire-poseur {
    color: #000;
    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: #008ac5; 
    border-radius: 10px;
  }
  .bulle ::-webkit-scrollbar-thumb:hover {
    background: #008ac5; 
  }
  .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: #008ac5;
    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) {
    .home-visuel-wrapper {
      height: auto;
  }
    #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;
  }
  .avis-google .top_page {
    background-image: url(/assets/images/top_page/avis_top.jpg);
}