img.f1 {
    max-width:70%;
    max-height:70%;
}

img.c3 {
    max-width:100%;
    max-height:100%;
    border-radius:12px;
}

b {
    font-weight:800;
}

a.a1 {
    text-decoration: none;
    color:#418BCA;
    font-weight:800;
}

#groupe {
    border: 1px solid #0693e3;

    box-shadow:
        0 1px 0 rgba(255,255,255,.9) inset,
        0 0 0 1px #8fd2ff,
        0 2px 6px rgba(6,147,227,.25),
        0 5px 12px rgba(6,147,227,.18);

    border-radius: 16px;
    overflow: hidden;

    padding: 5px;
    margin-bottom: 0;
    min-height: 155px;
    max-height: 400px;

    background: #fff;
}

#thumb {
    float: left;
    Margin-Right: 5pt;
    width: 150px;
}

#action {
    float: right;
    width: 115px;
    padding: 5px 5px;
    Margin-Right: 5pt;
}

.bouton {
    display:none;
}

#clic {
    display: none;
}

#fade {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    opacity: .30;
    z-index: 9999;
}

.popup_block {
    text-align:center;
    display: none;
    width:300px;
    background: #F8C078;
    padding: 5px;
    border: 2px solid #666666;
    float: left;
    font-size: 1.2em;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 99999;
    -webkit-box-shadow: 0px 0px 20px #000;
    -moz-box-shadow: 0px 0px 20px #000;
    box-shadow: 0px 0px 20px #000; 
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

img.btn_close {
    float: right;
    margin: -55px -55px 0 0;
}

.popup p {
    padding: 5px 5px;
    margin: 5px 0;
}

/*--Making IE6 Understand Fixed Positioning--*/

*html #fade {
    position: absolute;
}

*html .popup_block {
    position: absolute;
}

@media all and (max-width: 830px) {
    #slack {display: none;}
}
@media all and (max-width: 670px) {
#groupe{
    border:1px solid #0693e3;

    box-shadow:
        0 1px 0 rgba(255,255,255,.9) inset,
        0 0 0 1px #8fd2ff,
        0 2px 6px rgba(6,147,227,.25),
        0 5px 12px rgba(6,147,227,.18);

    border-radius:16px;
    overflow:hidden;

    padding:5px;
    margin-bottom:0;
    min-height:100px;
    max-height:400px;
    background:#fff;
}

#title {
    float: top;
    width: 175px;
    Margin-Left: 65pt;
}

#thumb {
    float: left;
    Margin-Left: 5pt;
    width: 90px;
}

#clic {
    display: none;
}

#titremob {
    display: none;
}

#slack {
    display: none;
}

}
@media all and (max-width: 480px)
{

#groupe{
    border:1px solid #0693e3;
    box-shadow:
        0 1px 0 rgba(255,255,255,.9) inset,
        0 0 0 1px #8fd2ff,
        0 2px 6px rgba(6,147,227,.25),
        0 5px 12px rgba(6,147,227,.18);

    border-radius:16px;
    overflow:hidden;

    padding:5px;
    margin-bottom:0;
    min-height:110px;
    max-height:400px;
    background:#fff;
}

#title {
    display: none;
}

#thumb {
    float: left;
    Margin-Left: 2pt;
    width: 65px;
}

#action {
    float: right;
    width: 80px;
    padding: 1px 1px;
    Margin-Right: 1pt;
}

#clic {
    display: none;
}

#titremob {
    display: inline;
    float: top;
    margin-left: 5px;
}

#action {
    float:right;
    width:120px;
    padding:2px 0;
    margin-right:4px;
    text-align:center;
}

#slack {
    display: none;
}

.btn:hover {
    text-decoration: none;
}

	}
}

.btn-profil {
    display:inline-block;
    padding:5px 12px;
    border:1px solid #f59218;
    border-radius:4px;
    background:#fff;
    color:#f59218;
    font-family:'Dosis',sans-serif;
    font-size:10px;
    font-weight:400;
    text-decoration:none;
    box-shadow:0 0 7px rgba(245,146,24,.45);
}

.btn-profil:hover {
    background:#f59218;
    color:#fff;
}

.title {
    margin-bottom:10px;
}

.title a {
    text-decoration:none;
}

.nom-voyante {
    font-family:'Dosis', sans-serif;
    font-size:30px;
    font-weight:700;
    color:#f59218;
    line-height:1;
    text-transform:uppercase;
}

@media (max-width:830px){
    .nom-voyante{
        font-size:22px;
    }
}

@media (max-width:480px){
    .nom-voyante{
        font-size:20px;
    }
}

.specialite {
    font-family:'Dosis', sans-serif;
    font-size:13px;
    font-weight:600;
    color:#333;
}

@media (max-width:830px){
    .specialite{
        font-size:12px;
    }
}

@media (max-width:480px){
    .specialite{
        font-size:11px;
    }
}

.bouton{
    display:none;
}

@media all and (max-width:830px){

    .bouton{
        display:block;
        margin-top:8px;
    }

    .btn-profil{
        display:inline-block;
        padding:4px 10px;
        border:1px solid #f59218;
        border-radius:4px;
        background:#fff;
        color:#f59218;
        font-family:'Dosis',sans-serif;
        font-size:12px;
        font-weight:400;
        text-decoration:none;
        box-shadow:0 0 6px rgba(245,146,24,.35);
    }

    .btn-profil:hover{
        background:#f59218;
        color:#fff;
    }

}

.texte-voyante{
    margin-top:20px;
    margin-right:150px;      /* laisse la place au téléphone */
    font-family:'Dosis',sans-serif;
    font-size:17px;
    font-weight:400;
    line-height:1.35;
    color:#333;

    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;   /* Nombre de lignes */
    overflow:hidden;
}

.texte-voyante a{
    color:#333;
    text-decoration:none;
}

@media all and (max-width:830px){

    .texte-voyante{
        display:none;
    }

}

.btn-tel{
    display:inline-block;
    padding:8px 14px;
    margin-top:12px;
    background:#f59218;
    border-radius:8px;
    text-decoration:none;
    text-align:center;
    box-shadow:0 2px 6px rgba(245,146,24,.35);
}

.btn-tel .numero{
    display:block;
    color:#fff;
    font-family:'PT Sans',sans-serif;
    font-size:12px;
    font-weight:700;
    line-height:1.2;
    letter-spacing:0.3px;
}

.btn-tel .tarif{
    display:block;
    color:#fff;
    font-family:'PT Sans',sans-serif;
    font-size:10px;
    font-weight:400;
    line-height:1.2;
}

.btn-tel:hover{
    background:#e8840d;
}
@media all and (max-width:830px){

    .btn-tel{
        padding:6px 10px;
    }

    .btn-tel .numero{
        font-size:13px;
    }

    .btn-tel .tarif{
        font-size:10px;
    }

}

.popup-tel{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px;
    width:90%;
    margin:12px auto;
    min-height:42px;
    padding:6px 10px;
    box-sizing:border-box;

    border-radius:8px;
    color:#fff;
    text-decoration:none;
    font-family:'PT Sans',sans-serif;
    box-shadow:0 2px 5px rgba(0,0,0,.18);
}

.popup-tel-be{
    background:#f59218;
}

.popup-tel-lu{
    background:#159bd3;
}

.popup-tel-ch{
    background:#d64d86;
}

.popup-tel-icone{
    flex:0 0 auto;
    font-size:22px;
}

.popup-tel-texte{
    display:flex;
    flex:1;
    flex-direction:column;
    align-items:center;
    min-width:0;
}

.popup-tel-numero{
    font-size:15px;
    font-weight:700;
    line-height:1.05;
}

.popup-tel-tarif{
    font-size:12px;
    line-height:1.05;
}

.popup-tel-pays{
    flex:0 0 auto;
    font-size:22px;
    margin-left:auto;
}

.popup-tel:hover{
    filter:brightness(.94);
    color:#fff;
}

.popup-promo{
    align-items:center;
    font-size:10px;
    color:#000;
}

a.close{
    position:absolute;
    top:10px;
    right:10px;

    width:34px;
    height:34px;

    display:flex;
    align-items:center;
    justify-content:center;

    background:#d46a3b;
    border-radius:50%;

    color:#ffffff !important;
    opacity:1 !important;

    font-size:28px;
    font-weight:bold;
    line-height:1;

    text-decoration:none;
    text-shadow:none;

    box-shadow:0 2px 5px rgba(0,0,0,.25);
}

a.close:hover{
    background:#b94f24;
    color:#ffffff !important;
}

.phone-icon {
    display: inline-block;
    font-size: 40px;
    line-height: 1;
    transform: rotate(-10deg);
}

.phone-green {
    color: #07951b;
}

.phone-red {
    color: #ff1010;
}

.envelope-icon{
    font-size:40px;
    color:#5d1299; /* violet */
    display:inline-block;
}

@media (max-width:360px){

    #thumb{
        float:left;
        width:70px;
        margin-right:10px;
    }

    .title{
        clear:left;
        display:flex;
        flex-direction:column;
        gap:5px;
        margin-top:8px;
    }

    .nom-voyante{
        display:block;
        font-size:18px;
        line-height:1;
        margin-top:8px;
        margin-bottom:4px;
    }

    .specialite{
        display:block;
        font-size:11px;
        line-height:1.2;
        margin:0 0 10px 0;
    }

    .bouton{
        margin-top:0;
    }

}



#facebook-call-overlay {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 1000000;
    background: rgba(0, 0, 0, 0.65);
    padding: 20px;
    box-sizing: border-box;
}

#facebook-call-modal {
    position: relative;
    width: calc(100% - 40px);
    max-width: 420px;
    margin: 15vh auto 0;
    padding: 28px 22px 22px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.35);
    color: #333333;
    text-align: center;
    font-family: Arial, sans-serif;
    box-sizing: border-box;
}

#facebook-call-title {
    margin-bottom: 15px;
    color: #d35400;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.25;
}

#facebook-call-modal p {
    margin: 10px 0;
    font-size: 16px;
    line-height: 1.5;
}

.facebook-call-close {
    position: absolute;
    top: 8px;
    right: 12px;
    border: 0;
    background: transparent;
    color: #555555;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
}

.facebook-call-ok {
    display: inline-block;
    margin-top: 16px;
    padding: 11px 22px;
    border: 0;
    border-radius: 6px;
    background: #e67e22;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
}

.facebook-call-ok:active {
    transform: translateY(1px);
}