.contact-button
{
    width: calc(100% - 40px);
    margin: 0px 20px 0px 20px;
    height: 10vh;
    border: 0px;
    border-radius: 15px;
    background-color: var(--exhibitor-bg-contact-start);
    box-shadow: 0px 0px 10px var(--exhibitor-bg-contact-end);
    position: relative;
    font-size: 3.5vh;
    text-align: center;
    color: white;
    transition:all 0.5s ease;
    cursor: pointer;
    overflow: hidden;
}

.contact-button .photo
{
    position: absolute;
    left: 2.5vh;
    top: 1.3vh;
    width: 7vh;
    height: 7vh;
    border: 2px solid white;
    border-radius: 50px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: var(--contact-photo);
}

.contact-button .photo.invisible
{
    display: none;
}

.contact-button .fleche
{
    position: absolute;
    right: 2.5vh;
    top: 1vh;
    width: 40px;
    height: 7vh;
    line-height: 7vh;
    font-size: 6vh;
    color: white;
    transition:all 0.5s ease;
}

.contact-button .fleche:before
{
    font-family: "Font Awesome 6 Free";
    content: '\f0d7';
    font-weight: bold;
}

.contact-button .libelle-box
{
    text-align: center;
    padding-top: 1.3vh;
    /*width: 100%;*/
    height: 7vh;
    line-height: 3.2vh;
    font-size: 3vh;
    color: white;
    display: table;
    width: calc(100% - 40vw);
    margin-left: 20vw !important;
}

.contact-button .libelle-box .libelle
{
    vertical-align:middle;
    display: table-cell;
}

.contact-button .fiche
{
    margin-top: 10px;
    opacity: 0;
    transition:all 0.5s ease;
    font-size: 3vh;
}

.contact-button .fiche .fiche-exposant
{
    font-size: 2.5vh;
    display: none;
}

.contact-button .fiche .fiche-nom
{
    font-size: 2.5vh;
}

.contact-button .fiche .fiche-menu
{
    font-size: 2.5vh;
    height: 4vh;
    padding: 2vh;
}

.contact-button .fiche .fiche-fonction
{
    margin-top: 1.6vh;
    font-size: 2vh;
    padding: 0px 10px 0px 10px;
}

.contact-button .fiche .boutons
{
    display: table;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 5px;
    width: 100%;
    height: 144px;
    margin-top: 5px;
}

/*.contact-button .fiche .boutons .bouton
{
    position: absolute;
    bottom: 5px;
    width: calc(50% - 10px);
    height: 45%;
    border-radius: 15px;
    font-size: 5vh;
    background: linear-gradient(180deg, var(--exhibitor-bg-button-start), var(--exhibitor-bg-button-end));
    opacity: 0;
    transition:all 0.5s ease;
}*/

.contact-button .fiche .boutons .bouton
{
    position: relative;
    display: table-cell;
    height: 144px;
    border-radius: 15px;
    font-size: 5vh;
    background: linear-gradient(180deg, var(--exhibitor-bg-button-start), var(--exhibitor-bg-button-end));
    opacity: 0;
    transition:all 0.5s ease;
    max-width:100%;
    white-space:nowrap;
}

/*.contact-button .fiche .bouton:hover
{
    filter : brightness(130%);
}
*/

.contact-button .fiche .boutons .bouton.telephone
{
}

.contact-button .fiche .boutons .bouton.email
{
}

.contact-button .fiche .boutons .bouton.full
{
    width: calc(100% - 15px);
}

.contact-button .fiche .boutons .bouton.selected
{
    /*background: linear-gradient(180deg, #11d74e, #395477) !important;   */
    background: linear-gradient(180deg, var(--exhibitor-bg-selected-button-start), var(--exhibitor-bg-selected-button-end)) !important;   
}

.contact-button .fiche .boutons .bouton .icone
{
    font-size: 5vh;
    margin-top: 3.5vh;
}

.contact-button .fiche .boutons .bouton .texte
{
    margin-top: 1vh;
    font-size: 2vh;
}

.contact-bloc-exposant
{
    width: calc(100% - 40px);
    /*height: 500px;*/
    margin: 0px 20px 0px 20px;
    border: 0px;
    border-radius: 15px;
    background-color: white;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
    position: relative;
    font-size: 3.5vh;
    text-align: center;
    color: white;
    text-align: left;
    cursor: pointer;
    overflow: hidden;
    margin-top: 15px;
    display: none;
}

.contact-bloc-exposant .bloc-raison-sociale
{
    position: relative;
    margin-left: 15px;
    width: calc(100% - 30px);
    color: #555;
    margin-top: 15px;
    margin-bottom: 15px;
    min-height: 45px;
    line-height: 45px;
}

.contact-bloc-exposant .bloc-raison-sociale .raison-sociale
{
    width: calc(100% - 80px);
    font-size: 2.8vh;
    line-height: 3vh;
    position: relative;
    vertical-align: middle;
    display: inline-block;   
}

.contact-bloc-exposant .bloc-raison-sociale .drapeau
{
    position: absolute;
    right: 0px;
    top: 0px;
    width: 55px;
    height: 35px;
    border: 1px solid #eee;
}

.contact-bloc-exposant .drapeau img
{
    width: 100%;
}

.contact-bloc-exposant .adresse
{
    position: relative;
    margin-left: 15px;
    width: calc(100% - 30px);
    font-size: 2.5vh;
    line-height: 3.2vh;
    color: #555;
    margin-bottom: 15px;
}

.contact-bloc-exposant .adresse .paragraphe
{
    margin-top: 2vh;
}

.contact-bloc-champs
{
    width: calc(100% - 40px);
    /*height: 500px;*/
    position: relative;
    font-size: 3.5vh;
    text-align: center;
    color: #555;
    text-align: left;
    display: none; 
    padding: 15px 20px 15px 20px; 
}

.contact-bloc-champs .titre
{
    width: 100%;
    font-size: 3vh;
    color: var(--exhibitor-bg-title-end);
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.contact-bloc-champs .groupe-champ
{
    width: 100%;
    margin-top: 3vh;
}

.contact-bloc-champs .groupe-champ .label
{
    font-size: 2.3vh;
    color: #555;
    display: block;
}

.contact-bloc-champs .groupe-champ .champ
{
    font-size: 2.3vh;
    color: #555;
    display: block;
    height: 3.5vh;
    width: calc(100% - 30px);
    background-color: white;
    border-radius: 1vh;
    border: 1px solid #555;
    height: 4.5vh;
    padding: 0px 10px 0px 10px;
}

.contact-bloc-champs .groupe-champ .champ.haut
{
    height: 14vh;
}

.contact-bloc-champs .groupe-bouton
{
    text-align: center;
    width: 100%;
    margin-top: 3vh;
}

.contact-bouton-envoi
{
    background-color: var(--exhibitor-bg-send-button) !important;
    border-color: var(--exhibitor-bg-send-button);
}


/*@media screen and (max-width: 380px) {

    .title-text
    {
        font-size: 16pt;
    }

    .title-booth
    {
        font-size: 12pt;
    }

    .title-exhibitor-description
    {
        font-size: 11pt;
        line-height: 12pt;
    }

}*/

@media screen and (max-width: 325px) {

    .contact-bloc-exposant .raison-sociale
    {
        width: calc(100% - 85px);
    }

    .contact-bloc-exposant .bloc-raison-sociale .drapeau
    {
        top: 5px;
        width: 35px;
        height: 25px;
    }

    .contact-bloc-exposant .adresse
    {

    }

}