/* @import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap'); */

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
button {
    /* font-family: "Raleway", sans-serif !important; */
    font-family: "Oxygen", Arial, Helvetica, sans-serif;
}

.dlPdf {
    font-size: small;
}

button {
    border-radius: 5px;
}


/* =======recherche======= */
.recherche {
    display: flex;
    /* flex-direction: row-reverse; */
    justify-content: start;
    gap: 20px;
}

.span8 {
    width: 100%;
}

#nom_rdva,
#nom_rdva_recherche {
    width: 100%;
    border-top-width: initial;
    border-right-width: initial;
    border-left-width: initial;
    border-top-color: initial;
    border-right-color: initial;
    border-left-color: initial;
    background-color: transparent;
    caret-color: black;
    border-style: none none solid;
    border-image: initial;
    border: none;

    border-bottom: 1px solid rgb(0, 0, 0);
    outline: none;
    box-shadow: none;
    padding: 10px;
    font-size: 1rem;

}


#nom_rdva:focus {
    border-bottom: 1px solid rgb(148, 148, 148);

}

.search-container {
    position: relative;
    width: 100%;
    max-width: 400px;
    margin: 10px auto;
}


.search-btn {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    color: black;
    font-size: 1.4rem;
    padding: 0;
}

.search-btn:hover {
    color: #A4D3EE;
}

#search-activites {
    width: 64%;
    padding: 5px 10px;
    margin: 10px 0;
    position: relative;
    border-radius: 4px;
    /* left: 10px; */
    border: 1px solid #ccc;
}

.btn-toggle {
    background-color: transparent;
    border: none;
    font-weight: bold;
    font-size: 1.1rem;
    cursor: pointer;
    color: #444;
    padding: 5px;
}

.btn-toggle:hover {
    color: #007BFF;
}


.well {
    background-color: transparent;
}


#filtre-metiers,
#filtre-metiers-recherche {
    position: absolute;
    left: 10px;
    background: #eeeeee;
    z-index: 3;
    padding: 15px;
    border-radius: 10px;
    text-align: left;
    width: 150%;
    box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
}

.filtre-activites-wrapper,
.search-row {
    position: relative;
}

.filtre-activites-wrapper {
    align-self: center;
    /* width: 30%; */
    /* text-align: center; */
}

#recherche_nom {
    width: 46%;
}

.search-row {
    width: 50%;
}


/* ======= card societe ======= */


.ajoutVoirCard {
    position: absolute;
    right: 10px;
    scale: 2;
    top: 10px;
}

.ajoutVoirCard2 {
    position: absolute;
    right: 14px;
    scale: 1.2;
    top: 10px;
    z-index: 10000;
}

.card {
    position: relative;
    width: 150px;
    height: 150px;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em,
        rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.card img {
    max-width: 100%;
    max-height: 100%;
    transition: filter 0.3s ease;
}

.card:hover {
    transform: scale(1.05);
    background: #80808063;
}

.card.no-image {
    transform: scale(1);

    background: #9e9e9e63;
    transition: 200ms;
}

.card.no-image:hover {
    transform: scale(1.03);

    background: #80808063;
    transition: 200ms;
}

.card:hover img {
    filter: blur(3px) brightness(0.7);
    opacity: .5;
}

.card a.societe_nom-2 {
    position: absolute;
    width: 98%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* color: #A4D3EE; */
    color: black;
    font-weight: bold;
    font-size: 1.1rem;
    text-align: center;
    text-decoration: none;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 2;
    word-wrap: break-word;
}

.card .ajoutVoirCard2 {
    opacity: 0;
}


.card:hover a.societe_nom-2,
.card:hover .ajoutVoirCard2,
.card.no-image .societe_nom-2 {
    opacity: 1;
}

.societe_stand {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: grey;
    text-align: center;
    margin: 0;
    color: white;
    align-content: center;
    transition-duration: 200ms;
    height: 1.5rem;
}

.card:hover .societe_stand, .card.export .societe_stand {
    height: 2rem;
    border-radius: 10px;
}

.hidden {
    display: none;
}

/* =======PDF SOCIETE======= */
.card.export {
    background: #9e9e9e63;
    width: 165px;
    height: 165px;
    font-size: 1rem;
}

.card.export a.societe_nom-2 {
    opacity: 1 !important;
    position: static;
    transform: none;
    top: auto;
    left: auto;
    width: 100%;
}


.card.export img {
    display: none;
}

/* .card.export .societe_stand {
    font-size: 1.2rem !important;
    border-radius: 10px;
} */

/* =======modal 1 societe view======= */


#masqueGrey,
#masqueGreyRecherche {
    width: 0vw;
    height: 0vh;
    background-color: #00000073;
    z-index: 1000;
    position: fixed;
    display: block;
    overflow: hidden;
    bottom: 0;
    left: 0;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 50%;
    top: 50%;
    /* top: 2.5vh; */
    transform: translate(-50%, -50%);
    /* transform: translate(-50%, 0%); */
    width: 900px;
    max-width: 900px;
    max-height: 95vh;
    height: 95vh;
    /* height: auto; */
    background-color: white;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    /* overflow: hidden; */
    font-family: Arial, sans-serif;
    margin: auto !important;
}

.modal-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 30px 20px 60px 20px;
    border-radius: 10px;
}

.modal-body {
    flex: 1;
    display: flex;
    gap: 15px;
    overflow: hidden auto;
    max-height: none;
    margin-bottom: 60px;
    color: #000;
}

.close {
    color: black;
    float: right;
    font-size: 48px;
    font-weight: bold;
    opacity: 0.8;
    cursor: pointer;
    position: absolute;
    top: 5px;
    /* top: 10px; */
    right: 5px;
    /* right: 15px; */
    user-select: none;
    transition: color 0.3s;
}
.close:hover{
    color: red;
}




.h2conf {

    font-size: 1.6em;
    margin-bottom: 10px;
    color: #2C3E50;
}

.date-time {
    font-size: 1.2em;
    color: #7f8c8d;
    margin-bottom: 20px;
}

.speaker {
    /* font-size: 0.7em;
    font-weight: bold;
    color: #2980b9;
    margin-bottom: 20px;*/
font-style: italic;
    font-size: 1.0rem;
    line-height: 1.6;
    color: #000;
}

.description {
    font-size: 1.1em;
    line-height: 1.6;
    /* color: #34495e; */
    color: #000;
margin:0;
}

/* .societe-header{
    display: flex;
    justify-content: flex-end;
    flex-direction: row-reverse;
    gap:30px;
} */


/*.societe-header {
    display: flex;
    justify-content: space-between;
     flex-direction: row-reverse; 
    gap: 30px;
}*/

.societe-info {
    width: 100%;
}

.infoStand {
    /* margin-top: 10px; */
    display: flex;
    align-items: center;
    /* gap: 10px; */
    gap: 5px;
    justify-content: start;
    flex-direction: row-reverse;
}

.infoEtLogo {

    /* margin-top: 10px; */
    display: flex;
    align-items: end;
    /* gap: 10px; */
    gap: 5px;
    justify-content: space-between;
}

.logoImg {
    width: 150px;
}

/* .societe-header>span {
    margin-left: 10px;
} */

.after {
    display: none;
    position: absolute;
    right: 45px;
    margin-top: 30px;
    top: 4rem;
    background-color: white;
    z-index: 20000;
    padding: 10px;
    border-radius: 10px;
}

.after:after {
    position: absolute;
    content: "";
    background: #8080806e;
    width: 2px;
    height: 50px;
    top: 10px;
    left: 110%;
    z-index: 20;
}

.after img {
    max-height: 150px;
    width: auto;
}

.societe-banniere {
    margin-top: 20px;
}
.societe-logo-footer{
    margin-top: 20px;

    display: flex;
    justify-content: center;
}
.societe-logo-footer img{
    max-width: 30%;
    max-height: 100px;
}

.societe-links {
    display: flex;
    font-size: xx-large;
    /* margin-top: 10px; */
}

.iconsLink {
    display: flex;
    gap: 2px;
}

.iconsLink .fas,
.iconsLink .fab {
    color: #000000c9;
}

.iconsLink a {
    /* background: #8080805e; */
    padding: 5px;
    font-size: .7em;
    border-radius: 7px;
}



.fa-facebook {
    color: #4267b2 !important;
}

.fa-instagram {
    color: #e3569a !important;
}

.fa-linkedin {
    color: #0b66c3 !important;
}

.fa-youtube {
    color: #FF0000 !important;
}

.fa-twitter {
    color: #0b66c3 !important;
}

.fa-globe {
    color: green !important;
}

.iconsLink a:hover i.fas,
.iconsLink a:hover i.fab {
    scale: 1.1;
    color: grey !important;
    transition-duration: 100ms;
}

.infoStand button {
    background-color: transparent;
    border: 0px;
    color: black;
    font-size: .7em;
}

.infoStand .ajoutVoir {
    order: 1;
    scale: 1.2;
    color: blueviolet;
}


.infoStand .contactRDV {
    scale: 1.45;
    color: #FF5C00;
    margin-left: 2px;
}

.container-societe {
    margin: 3vh 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 20px;
}

.product {
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 240px;
    max-width: 240px;
    height: 380px;
    overflow: clip;
    position: relative;
}

.product-img {
    width: 240%;
    max-width: 240px;
    height: auto;
    border-radius: 8px;
}

.product-title {
    font-size: 1.2em;
    margin: 10px 0;
    font-weight: bold;
}
.seeMoreIP{
    color: white;
    position: absolute;
    bottom: 0;
    background: grey;
    width: 100%;
    left: 0;
    padding: 6px;
    height: 0.5rem;
    display: flex;
    transition-duration: 200ms; 
    align-items: center;
    gap: 10px;
}

.trait{
    width: 0px;
    height: 3px;
    transition-duration: 500ms; 

    background-color: white;
}
.product:hover .seeMoreIP{
    height: 1rem;
    border-radius: 10px;
}

.product:hover .trait{
    width: 20px;
}

.titleProduit {
    align-self: flex-start;
}

.societe-ip {
    display: flex;
    flex-wrap: wrap;
    /* flex-direction: column; */
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

a.product {
    text-decoration: none;
    color: black;
    /* justify-content: space-around; */
}

a.product:hover {
    transition: 200ms;
    scale: 1.005;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.product-description {
    font-size: 1em;
    color: #555;
    text-align: justify;
    /* max-height: 50px; */
    overflow: hidden;
    text-overflow: ellipsis;
}

.infoInfoproduit {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /* // -webkit-line-clamp: 1; */
}






/* ======= prise de rdv ======= */

/* modal rdv + popup */
.modalrdv {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-contentrdv {
    background-color: #fff;
    margin: 10% auto;
    padding: 20px;
    border-radius: 10px;
    width: 700px;
    position: relative;
}

.modal-contentrdv .closebtn {
    color: #aaa;
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.modal-contentrdv .closebtn:hover {
    color: #000;
}

.modal-contentrdv input,
.modal-contentrdv textarea {
    width: 97%;
    margin-top: 10px;
    padding: 10px;
    font-size: 14px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.modal-contentrdv textarea {
    height: 330px;
    resize: none;

}

.modal-contentrdv button {
    margin-top: 15px;
    padding: 10px 20px;
    font-size: 16px;
    background-color: #007BFF;
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}



/* ======= notification ======= */

.notification {
    display: none;
    background: greenyellow;
    padding: 10px;
    z-index: 1002;
    position: fixed;
    top: 30px;
    right: 30px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    border: 1px solid green;
}










/* ===== modal pop up search======= */
.modal-recherche {
    position: fixed;
    z-index: 1000;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 900px;
    max-width: 900px;
    height: 95vh;
    background-color: white;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    overflow: hidden;
    font-family: Arial, sans-serif;
    margin: auto !important;
}

#search-list {
    margin: 4em;

    overflow: auto;
    max-height: 69vh;
}

.divsearch {
    justify-content: space-around;
}

#activites-list {
    overflow-y: scroll;
    height: 60vh;
}

.btn-search {
    align-self: center;
}

.activiteSelectRecherche {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin: 5px;
}

#nom_rdva_recherche {}

.modal-recherche .search-row {
    width: auto;
}


.page-break {
    page-break-before: always;
    /* pour l'impression */
    break-before: page;
    /* pour html2pdf.js + moderne */
}


.boutonPreviousNext {
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    right: 104%;
    color: white;
    border: none;
    background-color: transparent;
    font-size: xxx-large;
}

.boutonPreviousNext.next {
    left: 104%;
}




.numero_stand {
    border: 1px solid black;
    padding: 8px;
    border-radius: 5px;
    font-size: 1.5rem;
}

.divFlexheader {
    display: flex;
    gap: 10px;
    /* align-items: baseline;  */
    flex-wrap: wrap;
}

.divFlexheader strong {
    margin-top: 9px;
}




.modal-body h3 {
    font-size: 21px;
}


#visited-societies button {
    margin-left: 10px;
    border-radius: 5px;
}

.btn-info {
    background-color: #17a2b8;
}

.btn-info:hover {
    background-color: #117a8b;
}

@media (max-width: 1000px) {
    .container {
        width: 90% !important;
    }

    .container-societe {
        gap: 30px !important;
    }

    .card {
        width: 250px;
        height: 250px;
    }


    .modal,
    .modal-recherche {
        height: 80vh;
        width: 90%;
    }

    .recherche {
        flex-wrap: wrap;
        flex-direction: row;
    }

    #remaining-societies h3,
    #visited-societies h3,
    .divsearch h3 {
        font-size: 3rem;
        width: 100%;
        flex-basis: 100%;
    }



    .btn-toggle,
    #nom_rdva {
        font-size: 2rem;

    }

    .activite {
        font-size: 1.5rem;
        line-height: normal;
    }

    .search-row {
        width: 100%;
    }

    #visited-societies h3 button {
        font-size: 1.2rem;
    }

    .close {
        scale: 3;
    }

    .modal button {
        font-size: 1.5rem;
        line-height: normal
    }

    .societe-info {
        margin-top: 3rem;
    }

    .societe-header .nom_exposant {
        font-size: 3rem;
        line-height: normal
    }

    .numero_stand {
        font-size: 2rem;
    }

    .infoStand {
        flex-wrap: wrap
    }

    .logoImg {
        width: 600px;
    }

    .modal * {
        font-size: xx-large;
        line-height: normal
    }


    .societe-ip {
        gap: 20px;
        justify-content: space-evenly;
    }

    
    .societe-ip *{
        font-size: x-large;
    }

    .product {
        width: 340px;
        max-width: 340px;
        height: 600px;
    }

    .product-description {
        text-align: left;
    }

    .product-img {
        width: 240%;
        max-width: 340px;
    }





    #societeView {
        /* background-color: #ff4d4d; */

    }

    .modal-content.closing1 {
        background-color: #ff4d4d8f;
        /* rouge visuel */
        transition: transform 0.3s ease, background-color 0.3s ease;
    }

    .modal-content.closing {
        background-color: #ff4d4d;
        /* rouge visuel */
        transition: transform 0.3s ease, background-color 0.3s ease;
    }






    .societe_stand {
        font-size: 1.8rem;
        height: 3rem;

    }

    .card:hover .societe_stand {
        height: 4rem;
    }


    .ajoutVoirCard2 {
        scale: 2;
    }

    .iconsLink a i {
        font-size: 3rem !important;
    }

    .iconsLink {
        gap: 7px;
    }

    .infoStand {
        gap: 7px;
    }



    .after {
        display: block;
        position: absolute;
        bottom: 100%;
        left: 50%;
        translate: -50%;

        display: flex;
        justify-content: center;
        align-items: center;
        max-height: 80px;


        background: transparent;

        right: auto;
        margin-top: 0px !important;
        top: auto;
        border-radius: 0px;

        padding: 0;

        max-height: min-content;
    }


    #imglogoExposant {
        transition: border-radius .3s;
        background: white;
        padding: 20px 40px 0px 40px;
        border-radius: 80px 80px 0 0;
        border-radius: 55px 55px 0 0;

    }

    .after img {
        max-height: 100px;
        width: auto !important;
    }

    .modal-body {
        /* overflow: initial; */
    }

    .after:after {
        width: 0px;
        height: 0px;
    }

    .boutonPreviousNext {
        display: none;
    }

    .divFlexheader * {
        font-size: clamp(.7rem, 95%, 2.5rem) !important;
        /* min, max, preferred size */
    }


}
.majPetit{
    font-size: xx-small;
}


div#remaining-list {
    margin-top: -1rem;
}



.societe-banniere img, .societe-logo-footer img {
    margin-bottom: 1rem;
}


.plusagauche{
    right: -20px;
}

/* todo conf edit*/

.containerConf{
    position: relative;
    padding: 10px;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 30px;
    /* background: #8080802b;
    background-color:transparent; */
    border-radius: 10px;
    border: 1px solid grey;
}
.containerConf h3{
    position: absolute;
    top: -32px;
    background: white;
    padding: 0px 10px 0px 10px;
}



.citation a{
    display: inline-block;
    margin: 12px;
    margin-left: 20px;
    font-weight: 700;
    font-size: 20px;
}
.citation{
    position: relative;
}
.citation::after{
    position: absolute;
    content: "";
    background-color: #06c;
    width: 3px;
    height: 100%;
    top: 0;
    left: 0;
}

.liste_conference {
    display: flex;
    flex-direction: column;
    gap: 10px;
}


.share-btn {
  background: none;
  border: none;
  padding: 8px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform .12s ease;
}
.share-btn:active { transform: scale(.94); }

.share-btn { color: #333; }

.share-btn.copied {
  color: #2ecc71; /* vert */
  transform: scale(1.04);
}

.check {
  transition: opacity .12s ease, stroke-dashoffset .28s ease;
  stroke-dasharray: 36;
  stroke-dashoffset: 36;
}
.share-btn.copied .check {
  opacity: 1;
  stroke-dashoffset: 0;
}

.share-btn.copied .arrow,
.share-btn.copied .box {
  opacity: 0.18;
  transition: opacity .2s ease;
}

#btnShare{
       margin: 0;
    padding: 0;
    padding-left: 3px; 
}
