/*
 Theme Name:   PRIORISE
 Theme URI:    https://priorise.com
 Description:  Thème PRIORISE
 Author:       STUDIO WBM
 Author URI:   https://priorise.com
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light
 Text Domain:  priorise_theme
*/


/* ARCHIVE TAX  */
/* #taxonomy-description span.employee-tag.tag-small.tag-purple{
    z-index: 3;
} */

.archive-row-employee > .mpa_employee .next-dispo {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 3px;
    line-height: 110%;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.archive-row-employee > .mpa_employee .next-dispo span:first-of-type {
    color: #000053;
    font-size: 14px;
}

.archive-row-employee > .mpa_employee .next-dispo span:last-of-type {
    font-weight: 600;
    color: #6427C9;
    font-size: 16px;
}


#taxonomy-description{
    display: flex;
    flex-direction: column;
    margin-top: 40px;
    padding: 40px 30px;
    border-radius: 12px;
    background: rgb(246 242 255);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: solid 1px rgba(99, 53, 241, 0.20);
    height: 250px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
#taxonomy-description h2{
    color: var(--themeMarinePurple);
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    margin: 1rem 0;
}
#taxonomy-description h3{
    color: var(--themeFontColor);
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    margin: 1rem 0;
}
#taxonomy-description ul, #taxonomy-description ol{
    margin: 0;
    display: flex;
    flex-direction: column;
}
#taxonomy-description ul li, #taxonomy-description ol li{
    padding: 5px 0;
}
#taxonomy-description.tax-content-opened{
    height: auto;
}
#taxonomy-description.tax-content-opened::after{
    display: none;
}
#taxonomy-description::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, rgba(246, 242, 255, 0.00) 0%, #F6F2FF 85%);
}
span.toggle-desc {
    position: absolute;
    z-index: 9;
    top: 30px;
    right: 30px;
    padding: 8px 16px;
    cursor: pointer;
    border-radius: 50px;
    border: solid 1px var(--themeBluePurple);
    background-color: transparent;
    -webkit-transition: background-color 300ms ease;
    -moz-transition: background-color 300ms ease;
    -ms-transition: background-color 300ms ease;
    -o-transition: background-color 300ms ease;
    transition: background-color 300ms ease;
}
span.toggle-desc:hover, span.toggle-desc.active {
    background-color: rgb(99, 53, 241, 0.2);
    color: var(--themeMarinePurple);
}


/* UPDATE MAPS  */
body.archive.post-type-archive.post-type-archive-mpa_employee.modal-active main.site-main, body.archive.post-type-archive.post-type-archive-mpa_employee.modal-disable main.site-main{
    animation: none;
}
.archive-row-employee article.active .content-employee, .archive-row-employee article:hover .content-employee{
    box-shadow: 0px 6px 8px 0px rgba(55, 5, 131, 0.10);
}
#rowFilters ul{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    max-width: 100%;
    padding: 0;
    margin: 0;
}
#rowPraticiens{
    display: flex;
}
#containerPraticiens{
    min-height: 100vh;
    width: 75%;
    padding-top: 16vh;
    padding-right: 50px;
    padding-bottom: 10vh;
    padding-left: 50px;
    box-shadow: 1px 0px 4px 0px rgba(61, 0, 137, 0.20);
}
#containerPraticiens .archive-row-title{
    position: relative;
    z-index: 999;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-top: 20px;
}
#mapContainer{
    position: -webkit-sticky;
    position: sticky;
    height: fit-content;
    width: 35%;
    top: 0;
}
#mapPraticiens{
    height: 100vh;
}
.archive-row-employee article {
    width: calc(25% - 15px);
}
#floatContentMap{
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    z-index: 9;
    padding: 30px 25px 0px 20px;
}

.controls-map {
    position: absolute;
    bottom: 110px;
    right: 35px;
    z-index: 9;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.control-btn {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 10px;
    background: var(--white, #FFF);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.20);
    font-size: 15px;
}

#mapContainer .material-symbols-outlined {
  font-variation-settings:
  'FILL' 1,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}

.control-btn .material-symbols-outlined {
    color: #370583;
    font-size: 20px;
}

.geoloc-btn {
    padding: 8px;
    cursor: pointer;
}

.zoom-in, .zoom-out {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px;
    cursor: pointer;
}

.zoom-in {
    padding-bottom: 5px;
}

.zoom-out {
    padding-top: 5px;
}

#floatSearchbar {
    z-index: 100;
    position: relative;
}

#floatSearchbar form.search-form{
    background-color: var(--white);
}

#floatSearchbar form.search-form .input-row input::placeholder{
    color: var(--themeMarine);
}

div#toggleMap{
    display: flex;
    height: fit-content;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 10px;
    background: var(--white);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.20);
}
div#toggleMap #hideEmployees{
    padding: 10px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
div#toggleMap #showEmployees{
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px 10px 10px 15px;
}
div#toggleMap span.material-symbols-outlined{
    font-size: 28px;
}
#showEmployees{
    display: none;    
}
.distance{
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    margin: 8px auto;
    gap: 5px;
    font-size: 14px;
    background: var(--white, #FFF);
    box-shadow: 0px 1px 4px 0px rgba(106, 50, 251, 0.15);
    padding: 0px 10px;
    border-radius: 40px;
}
.distance span.material-symbols-outlined{
    font-size: 15px;
    padding: 4px 0px;
    color: var(--themeBluePurple);
    font-variation-settings:
    'FILL' 1,
    'wght' 400,
    'GRAD' 0,
    'opsz' 24
}
aside#mobileRowFilters{    
    transform: translateX(-100%);
    max-width: 450px;
    height: 100vh;
    position: fixed;
    background: rgba(255, 255, 255, 0.80);
    box-shadow: 1px 0px 4px 0px rgba(61, 0, 137, 0.20);
    backdrop-filter: blur(27px);
    -webkit-backdrop-filter: blur(27px);
    z-index: 9999;
    padding: 120px 30px 80px 20px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
aside#mobileRowFilters ul{
    margin-left: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-top: 30px;
    list-style-type: none;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 10px 10px;
}
aside#mobileRowFilters ul li{
    height: fit-content;
}
aside#mobileRowFilters > div:first-of-type{
    display: flex;
    align-items: center;
    gap: 10px;
}
aside#mobileRowFilters > div span.material-symbols-outlined{
    font-size: 24px;
    color: var(--themeBluePurple);
    font-variation-settings:
    'FILL' 1,
    'wght' 400,
    'GRAD' 0,
    'opsz' 24
}
aside#mobileRowFilters > div:first-of-type span:not(.material-symbols-outlined){
    font-size: 20px;
}
.close-sidebar{
    position: absolute;
    top: 125px;
    right: 30px;
    display: flex;
    align-items: center;
    gap: 6px;
}
aside#mobileRowFilters .close-sidebar span.material-symbols-outlined{
    font-size: 18px;
}
aside#mobileRowFilters.sidebar-open{
    transform: translateX(0);
    overflow: scroll;
    height: 100%;
}
aside#mobileRowFilters button.reset-search{
    background-color: var(--themeMarine);
    color: var(--white);
    padding: 13px 24px;
    font-size: 15px;
}
/* END UPDATE MAPS  */

body.header-fixed .row.header-menu-row-searchbar .logo-img #mark-logo{ 
    opacity: 0;
}
body .header-items-container .main-nav a{
    color: #FFFFFF;
}
.container-fluid.header-archive-employee {
    position: fixed;
    top: -150px;
    padding-top: 50px;
    z-index: 99999;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.row.header-menu-row-searchbar {
    align-items: baseline;
    justify-content: space-between;
}
.row.header-menu-row-searchbar .header-searchbar{
    padding: 8px;
    border-radius: 70px;
    background: rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: solid 1px rgb(180 180 180 / 19%);
}
.row.header-menu-row-searchbar .header-searchbar form.search-form.form-selected{
    padding: 5px;
    transform: none;
}
.row.header-menu-row-searchbar .header-searchbar form{
    background-color: #FFFFFF;
}
.row.header-menu-row-searchbar .header-searchbar input.search-field, .row.header-menu-row-searchbar .header-searchbar select, .row.header-menu-row-searchbar .header-searchbar input.search-field::placeholder{
    color: var(--marine, #000053);
    font-size: 15px;
}
/* Jumbotron */
div.site main.site-main.main-archive, div.site main.site-main.main-search-page, div.site main.site-main.main-archive-taxonomy.service-category, div.site main.site-main.main-archive-taxonomy.localisation-taxonomy{
    padding-top: 0;
    /* padding-bottom: clamp(200px, 20vh, 220px); */
    padding-bottom: 0;
}
#archive-top{
    position: relative;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}
.container-archive-top{
    position: relative;
    display: flex;
    flex-direction: column;
    padding-top: clamp(220px, 22vh, 250px);
    padding-bottom: 200px;
    gap: 60px;
}
h1{
    color: var(--themeMarine);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin: 5px 0 0 0;
}
h1 span{
    font-size: 19px;
    font-weight: 300;
}
#archive-top img{
    position: absolute;
    right: -30px;
    bottom: 40px;
    max-width: 620px;
}
.row.row-search-archive-top{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
}
.row.row-search-archive-top p{
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
}
.row-search-employee{
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 140px;
}
.row-search-employee .row-searchform{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
button.reset-search {
    width: fit-content;
}
.row-search-employee h3{
    color: var(--themeMarine);
    font-size: 18px;
    font-weight: 400;
    padding: 0;
    margin-bottom: 15px;
    margin-top: 40px;

}
.row-search-employee h3 .search-query{
    font-weight: 600;
    font-size: 20px;
    text-transform: capitalize;
}
.row-search-employee ul.tags-filter {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    gap: 10px 5px;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}
.archive-row-employee {
    display: flex;
    /* justify-content: space-between; */
    justify-content: flex-start;
    gap: 105px 20px;
    flex-wrap: wrap;
    margin-top: 120px;
}
/* div.site main.site-main.main-archive-taxonomy.service-category .archive-row-employee, div.site main.site-main.main-archive-taxonomy.localisation-taxonomy .archive-row-employee{
    margin-top: 20px;
} */
.row.row-cat-employee > div{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.row.row-cat-employee h3{
    color: var(--themeMarinePurple);
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; 
    margin-bottom: 0;
}
.row.row-cat-employee ul{
    display: flex;
    margin: 0;
    padding: 0;
    flex-direction: row;
    align-items: flex-start;
    align-content: flex-start;
    gap: 10px 5px;
    flex-wrap: wrap;
}
.row.row-cat-employee ul li{
    list-style-type: none;

}
/* Content Employee */

.certified-employee {
    display: flex;
    padding: 4px 12px 4px 10px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    border-radius: 35px;
    background: var(--purple, #6427C9);
    box-shadow: 0px 1px 4px 0px rgba(106, 50, 251, 0.15);
    color: var(--white);
    position: absolute;
    z-index: 99;
    top: 30px;
}
.certified-employee span.material-symbols-outlined{
    color: var(--white);
    font-size: 20px;
}
.certified-employee span:last-of-type{
    color: var(--white);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
}

.archive-row-employee article{
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    flex: 0 0 auto;
    /* width: calc((100% - 75px) / 4); */
    webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.archive-row-employee article a.link_content_employee {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    width: 100%;
}
.content-employee{
    background: var(--whitegradient, linear-gradient(233deg, #FFF 0%, rgba(255, 255, 255, 0.60) 100%));
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    width: 100%;
    gap: 25px;
    padding: 70px 20px 25px 20px;
    border-radius: 20px;
    webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}


.archive-row-employee article:hover button.btn-filled-marine{
    padding: 15px 27px;
}   
.archive-row-employee article:hover button.btn-filled-marine span.material-symbols-outlined{
    font-variation-settings: 'FILL' 1, 'wght' 300, 'GRAD' 0, 'opsz' 48;
}   
/* .content-employee button.btn-filled-marine-purple{
    width: fit-content;
} */
.content-employee h3{
    color: var(--themeMarine);
    text-align: right;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 0;
}
.reset-search span.material-symbols-outlined{
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.reset-search:hover span.material-symbols-outlined{
    transform: rotateZ(-270deg);
}
/* Stars rate */
span.average-note{
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    color: var(--themeMarinePurple)
}
span.average-note span.sub-average-note{
    font-size: 12px;
}
.employee-rates {
    display: flex;
    justify-content: center;
    align-items: end;
    gap: 6px;
    padding-top: 5px;
}
.employee-rates .rate-stars{
    display: flex;
    align-items: center;
}
.employee-rates .rate-stars span{
    color: var(--themeBluePurple);
}
.employee-rates .comment-count{
    color: var(--themeGrey);
}
.content-employee-thumbnail{
    display: flex;
    width: 120px;
    height: 120px;
    overflow: hidden;
    border-radius: 228.31px;
    background: linear-gradient(161deg, #6A32FB 0%, #3D0089 100%);
    box-shadow: 0px 2px 5px 0px rgba(55, 5, 131, 0.15);
    border: solid 5px rgba(255, 255, 255, 1);
    position: absolute;
    top: -70px;
    z-index: 99;
}
.content-employee-thumbnail img{
    object-fit: cover;
    object-position: top;
}
.content-employee-infos{
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}
.content-employee-tags-container{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.content-employee-infos div.content-employee-function, .content-employee-infos div.content-employee-tags{
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex-wrap: wrap;
}
.content-employee-infos div.content-employee-function h4, .content-employee-infos div.content-employee-tags h4{
    color: var(--themeFontColor);
    font-family: Lexend;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    margin: 0;
}
ul.content-cats, ul.content-tags{
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 3px;
}
ul.content-cats li, ul.content-tags li{
    list-style-type: none;
}
ul.content-cats li{
    display: flex;
    align-items: center;
    gap: 5px;
}
ul.content-cats li img{
    height: 24px;
    object-fit: contain;
}
.employee-location{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 10px 0 0;
    flex-wrap: wrap;
}
.tag-telework{
    display: flex;
    padding: 4px 10px 4px 6px;
    justify-content: center;
    align-items: center;
    gap: 5px;
    border-radius: 15px;
    background: var(--white);
    box-shadow: 0px 1px 4px 0px rgba(106, 50, 251, 0.15);
    color: var(--themeMarinePurple);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}
.tag-telework span.material-symbols-outlined{
    font-size: 20px;
}
.content-location span.employee-tag{
    padding: 5px 10px;
    align-items: flex-start;
    color: var(--themeMarinePurple);
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    border-radius: 5px;
    background: rgba(250, 255, 254, 0.80);
    box-shadow: 0px 1px 4px 0px rgba(106, 50, 251, 0.15);
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
}
.content-location {
    display: flex;
    gap: 2px;
    align-items: center;
    justify-content: center;
    color: var(--themeMarine);
}
.content-location span{
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}
.content-location span.material-symbols-outlined{
    color: var(--themeMarine);
    font-size: 20px;
}
ul.content-tags {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    gap: 7px;
    align-self: stretch;
    flex-wrap: wrap;
}
ul.content-tags li.employee-tag, ul.content-cats li span.employee-tag{
    padding: 5px 10px;
    align-items: flex-start;
    color: var(--themeMarinePurple);
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    border-radius: 5px;
    background: rgba(250, 255, 254, 0.80);
    box-shadow: 0px 1px 4px 0px rgba(106, 50, 251, 0.15);
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
}
.content-employee-infos div.content-employee-function span.terms-tag{
    display: flex;
    padding: 5px 10px;
    align-items: flex-start;
    border-radius: 5px;
    background: var(--themePurple);
    color: var(--white);
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}


/* Content Employee */


/**************************
        RESPONSIVE
***************************/


@media only screen and (max-width: 2240px) {
    .archive-row-employee article {
        width: calc(33.333% - 15px);
    }
}
@media only screen and (max-width: 1920px) {
    #mapContainer{
        width: 32%;
    }
    #containerPraticiens{
        padding-right: 40px;
        width: 80%;
    }
    
}
@media only screen and (max-width: 1600px) {
    .archive-row-employee article {
        width: calc(50% - 10px);
    }
    #mapContainer{
        width: 40%;
    }
    .container-archive-top{
        gap: 40px;
    }
    #archive-top img {
        bottom: 50px;
        max-width: 480px;
    }
    .row.row-search-archive-top {
        gap: 20px;
    }
}
@media only screen and (max-width: 1440px) {

    div#toggleMap #hideEmployees {
        padding: 8px;
    }
    #floatContentMap {
        padding: 30px 10px 0px 10px;
    }
    #containerPraticiens {
        padding-right: 30px;
    }
}
@media only screen and (max-width: 1280px) {
    .archive-row-employee {
        margin-top: 100px;
    }
    #containerPraticiens {
        width: 75%;
    }
    form.search-form {
        gap: 6px;
    }
    .content-employee-thumbnail {
        width: 120px;
        height: 120px;
    }
    .content-employee{
        padding: 60px 20px 25px 20px;
        gap: 25px;
    }
    #archive-top img {
        bottom: 60px;
        right: -15px;
        max-width: 450px;
    }
    #floatContentMap {
        padding: 30px 15px 0px;
    }
    #containerPraticiens .archive-row-title {
        padding-top: 30px;
    }
    .controls-map {
        bottom: 30px;
    }
    .content-employee h3 {
        font-size: 22px;
    }
    .employee-rates .rate-stars span{
        font-size: 22px;
    }
    .distance{
        top: 35px;
    }
    .employee-rates{
        align-items: center;
    }
    span.average-note, .employee-rates .comment-count{
        line-height: normal;
    }
    .content-employee-thumbnail {
        width: 110px;
        height: 110px;
    }
    .certified-employee {
        top: 20px;
    }
    .certified-employee span:last-of-type {
        font-size: 14px;
    }
}
@media only screen and (max-width: 1200px) {
    #containerPraticiens {
        width: 45%;
    }
    #mapContainer {
        width: 55%;
    }

    .archive-row-employee article {
        width: calc(100%);
    }
    h1{
        font-size: 18px;
    }
    #containerPraticiens .archive-row-title {
        gap: 15px;
    }
}
@media only screen and (max-width: 1024px) {

    body.post-type-archive-mpa_employee.sidebar-open{
        overflow: hidden;
    }
    #containerPraticiens{
        padding-top: 80px;
        padding-right: 20px;
        padding-left: 20px;
    }
    .archive-row-employee{
        margin-top: 100px;
        gap: 90px 20px;
    }
    .content-employee-thumbnail{
        z-index: 99;
    }
    div#showMobileEmployees{
        display: none;
    }
}
@media only screen and (max-width: 992px) {
    .archive-row-employee > .mpa_employee .next-dispo{
        margin-bottom: 15px;
    }
    .archive-row-employee > .mpa_employee .next-dispo span:last-of-type {
        font-size: 15px;
    }
    #taxonomy-description{
        padding-top: 50px;
    }
    #taxonomy-description::after{
        background: linear-gradient(180deg, rgba(246, 242, 255, 0.00) 0%, #F6F2FF 90%);
    }
    #taxonomy-description h2 {
        font-size: 25px;
    }
    #taxonomy-description h3 {
        font-size: 20px;
    }
    #containerPraticiens{
        width: 100%;
    }
    h1 {
        font-size: 17px;
    }
    .content-employee-thumbnail {
        width: 100px;
        height: 100px;
        top: -60px;
    }
    .distance {
        font-size: 13px;
    }
    .distance span.material-symbols-outlined {
        font-size: 14px;
    }
    #mapContainer{
        display: none;
        width: 100%;
    }
    .archive-row-employee article {
        width: calc(50% - 10px);
    }

}
@media only screen and (max-width: 768px) {
    .archive-row-employee {
        gap: 80px 10px;
        margin-top: 80px;
    }
    .archive-row-employee article {
        width: calc((50% - 5px));
    }
    .row-search-employee{
        gap: 15px;
    }
}
@media only screen and (max-width: 575px) {
    h1 span {
        font-size: 15px;
    }
    h1 {
        font-size: 20px;
    }
    #containerPraticiens {
        padding-right: 10px;
        padding-left: 10px;
    }
    .content-employee {
        padding: 60px 15px 20px;
    }
    .row-search-employee {
        margin-bottom: 80px;
    }
    .employee-rates .comment-count, .employee-rates span.average-note {
        font-size: 13px;
    }
    .archive-row-employee {
        justify-content: space-between;
        gap: 80px 10px;
    }
    .archive-row-employee article {
        width: 100%;
    }
    .close-sidebar {
        right: 20px;
    }
    #taxonomy-description {
        padding: 30px 10px;
        padding-top: 40px;
    }
    span.toggle-desc {
        right: 10px;
    }
    #taxonomy-description h2{
        font-size: 24px;
    }
    #taxonomy-description h3{
        font-size: 21px;
    }

}
@media only screen and (max-width: 420px) {
    .archive-row-employee > .mpa_employee .next-dispo{
        flex-direction: column;
        align-items: center;
        gap: 5px;
        margin-bottom: 20px;
    }
    .content-location span, ul.content-cats li span, .tag-telework {
        font-size: 14px;
    }
    .content-employee h3, .content-location span.material-symbols-outlined{
        font-size: 18px;
    }
    .distance {
        top: 25px;
        font-size: 12px;
    }
    div#filterMobileEmployee span:not(.material-symbols-outlined){
        display: none;
    }
    aside#mobileRowFilters {
        padding-right: 15px;
        padding-left: 15px;
    }
    
    .employee-rates .rate-stars span {
        font-size: 20px;
    }
    ul.content-tags li.employee-tag, ul.content-cats li span.employee-tag{
        line-height: normal;
    }
    form.search-form .input-row input {
        max-width: 135px;
    }
}


