<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
@media screen and (max-width: 544px) {
    .filtres_categories_contact_pro {

        margin-bottom: 0 !important;
    }
}

.filtres_categories_contact_pro h2 {
   /* color: #6f6f6f;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;*/
    text-transform: uppercase;
    margin-bottom: 20px;
/*    display: block !important;
    padding-left: 5px !important;
    font-weight: 100 !important;*/
}

.categorie_contact {
    text-align: center;
    background: #ffffff;
    padding: 1%;
    width: 16%;
    margin-left: 5px;
    margin-right: 5px;
    border: solid 1px #b5b0b0;
    height: 200px !important;
    cursor: pointer;
    font-family: "Montserrat", sans-serif;
}

/*@media(min-width: 768px){
    .categorie_contact{
        height: 200px !important;
    }
}*/


.filtres_categories_contact_pro .categories_contact{
    margin-bottom:80px;
}
@media(min-width: 1025px){
    .filtres_categories_contact_pro .categories_contact{
        margin-bottom:0;
    }
}

.filtres_categories_contact_pro .slick-dots{
    display: flex;
    justify-content: center;
    gap:10px;
    bottom:-50px;
}
.filtres_categories_contact_pro .slick-dots li{
    width:auto;
    height:auto;
}
.filtres_categories_contact_pro .slick-dots li button{
    display: flex;
    align-items: center;
    justify-content: center;
    width:30px;
    height:30px;
    box-shadow:none;
    border:0 none;
}
.filtres_categories_contact_pro .slick-dots li button:hover,
.filtres_categories_contact_pro .slick-dots li button:focus {
    background-color: transparent;
    border:0 none;
}
.filtres_categories_contact_pro .slick-dots li button:before{
    position: static;
    font-size:40px;
}
.filtres_categories_contact_pro .slick-dots li button:hover:before{
    color: var(--e-global-color-secondary);
}
.filtres_categories_contact_pro .slick-dots li.slick-active button:before{
    color: var(--e-global-color-secondary);
    opacity: 1;
}


.categorie_contact.active_categorie {
    background: var(--e-global-color-secondary);
    color: #ffffff;

}

.categorie_contact_img {
 /*   height: 90px;*/
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.categorie_contact img {
    text-align: center;
    width: 100px;
    display: inline-block !important;
}

.categorie_contact_img img.active {
    display: none !important;
}

.active_categorie .categorie_contact_img img.active {
    display: inline-block !important;
    width:100px;
}

.active_categorie .categorie_contact_img img.idle {
    display: none !important;
}

.categorie_contact p {

    margin-bottom: 0;
}

.categorie_contact_label {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top:20px;
    font-family: var(--e-global-typography-text-font-family);
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-text-font-weight);
    line-height: var(--e-global-typography-text-line-height);
}



/*
@media screen and (max-width: 768px) {
    #liste_centres {
        margin-left: -15px;
        margin-right: -15px;
    }
}
*/

 #liste_centres{
    display: flex;
    flex-wrap: wrap;
    row-gap:20px;
    column-gap:0;
    justify-content: space-between;
 }

@media(min-width:768px){
    #liste_centres{
        column-gap:1%;
    }
}

@media(min-width:1025px){
    #liste_centres{
        column-gap:1%;
    }
}

.detail_centre {
    display: none;
    padding: 20px;
    width:100%;
    /*border: solid 1px #d3d3d3;*/
    box-shadow: 0px 4px 8px 1px rgba(0, 12.999999999999986, 36, 0.2);
}

.detail_centre.selected {
    display: flex;
    flex-direction: column;
    gap:20px;
}
@media(min-width:768px){
    .detail_centre {
        width:49%;
    }


}
@media(min-width:1025px){
    .detail_centre {
        width:32%;
    }

    
}

@media(min-width:1200px){
    .detail_centre {
        width:24%;
    }

    
}





.detail_centre .nom_centre {
    color: var(--e-global-color-secondary);
    font-family: var(--e-global-typography-1578f3c-font-family);
    font-size: var(--e-global-typography-1578f3c-font-size);
    font-weight: var(--e-global-typography-1578f3c-font-weight);
    line-height: var(--e-global-typography-1578f3c-line-height);
    display: flex;
    align-items: center;
    gap:10px;
   /* background: url(../img/centre-tordjman-rouge-desktop.png) no-repeat 0px 0px;
    background-size: 31px;
    padding-left: 45px;*/
}

.detail_centre .nom_centre svg{
    fill:var(--e-global-color-secondary);
    width:65px;

}



.detail_centre_mobile {
    display: none;
    padding-bottom: 15px;
}

@media screen and (max-width: 767.99px) {
    .detail_centre .itineraire_btn {
        display: none;
    }

    .detail_centre .nom_centre {
        width: 100%;
        font-size: 17px;
        line-height: 35px;

    }

    .detail_centre .detail_centre_desktop {
        display: none !important;
    }

    .detail_centre .detail_centre_mobile {
        display: block !important;
        padding: 0 3%;
    }
}

.info_ligne_mobile {
    border-bottom: solid 1px #f5f5f5;
    padding: 15px 0;
}

.info_ligne_mobile:last-child {
    border-bottom: 0;
}

.ligne_info a {
    color: #000;
    text-decoration: none;
}

.info_ligne_mobile a {
    color: #000;
    text-decoration: none;
    display: block;
    position: relative;
    padding-right: 10%;
}

.info_ligne_mobile a:after {
    position: absolute;
    border-style: solid;
    border-width: 1px 1px 0 0;
    content: '';
    display: inline-block;
    height: 15px;
    right: 0;
    top: 2px;
    transform: rotate(45deg);
    vertical-align: top;
    width: 15px;
}

.detail_centre .itineraire_btn a {
    display: block;
    background-color:#fff;
    color:var(--e-global-color-secondary);
    /*color: #000;
    text-decoration: none;
    background: #f3f3f3;
    padding: 3% 8%;*/
    /*color: #7d737d;*/
}
.detail_centre .itineraire_btn a:hover{
    color: var(--e-global-color-accent);
    border-color:var(--e-global-color-accent);
    background-color:#fff;
}



.detail_centre .header_centre {
    display: flex;
    flex-direction: column;
    gap:20px;
    border-bottom: solid 2px var(--e-global-color-secondary);
    padding-bottom: 20px;
}

@media screen and (max-width: 544px) {
    .detail_centre .header_centre {
        border-bottom: none;
        padding-top: 10px;
        margin-bottom: 10px;
    }
}

.detail_centre .infos_centre,
.detail_centre .adresse_centre,
.detail_centre .horaires_centre {
    margin-bottom: 20px;
}

.detail_centre .adresse_centre a {
    color: inherit;
    text-decoration: none;
}

.detail_centre .detail_centre_content_wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    color: var(--e-global-color-text);
    font-family: var(--e-global-typography-text-font-family);
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-text-font-weight);
    line-height: var(--e-global-typography-text-line-height);
}

.detail_centre .detail_centre_right,
.detail_centre .detail_centre_left {
    width: 100%;
}

@media screen and (min-width: 768px) {
    /*.detail_centre .detail_centre_left {
        width: 60%;
        padding-right: 1%;
    }*/

   /* .detail_centre .detail_centre_right {
        width: 40%;
        padding-left: 1%;
    }*/
}


.detail_centre .contact_btn_wrapper {
    text-align: right;
}

.detail_centre .contact_btn {
    text-transform: uppercase;
    color: #ffffff;
    background: #ff0000;
    padding: 7%;
    box-shadow: none;
    border-radius: 0;
    width: 100%;
    font-family: "Montserrat", sans-serif;
    border: none;

}

@media screen and (max-width: 767.99px) {
    .detail_centre .contact_btn {

        width: 100%;
    }
}

.detail_centre .coordonnees_mobile {

    display: none;

}

.detail_centre.active .coordonnees_mobile {

    display: block;
    color: var(--e-global-color-text);
    font-family: var(--e-global-typography-text-font-family);
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-text-font-weight);
    line-height: var(--e-global-typography-text-line-height);

}

.detail_centre.active .detail_centre_readmore {

    display: none;

}

.detail_centre_readless {
    text-align: center;
    margin-top: 14px;
    margin-bottom: 7px;
}

.detail_centre_readmore {
    text-align: center;
    margin-bottom: 14px;
    font-family: var(--e-global-typography-text-font-family);
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-text-font-weight);
    line-height: var(--e-global-typography-text-line-height);
}

.detail_centre_readless a,
.detail_centre_readmore a {
    color: var(--e-global-color-text);
    position: relative;
    text-decoration: none;
    cursor: pointer;
}

.detail_centre_readless a:hover,
.detail_centre_readmore a:hover{
    color: var(--e-global-color-79eee2b)!important;
}

.detail_centre_readless a:after,
.detail_centre_readmore a:after {

    position: absolute;
    border-style: solid;
    border-width: 1px 1px 0 0;
    content: '';
    display: inline-block;
    height: 15px;
    right: -30px;
    top: -2px;
    transform: rotate(135deg);
    vertical-align: top;
    width: 15px;
}

.detail_centre_readless a:after {
    transform: rotate(-45deg);
    top: 7px;
}

.detail_centre .panel_contact {
    background: #efefef;
    display: none;

}

@media screen and (min-width: 768px) {
    .detail_centre.active .panel_contact {

        display: block;

    }

    .detail_centre.active .contact_btn {

        display: none !important;

    }
}


.detail_centre .panel_contact .ligne_info {
    border-bottom: solid 1px #ffffff;
    padding: 15px 6px 15px 45px;
    word-break: break-word;
}

.detail_centre .panel_contact .email_centre {
    background: url("../img/mail.png") no-repeat 10px center;
    background-size: 22px;
}

.detail_centre .panel_contact .tel_centre {
    background: url("../img/tel.png") no-repeat 10px center;
    background-size: 22px;
}

.detail_centre .panel_contact .fax_centre {
    background: url("../img/fax.png") no-repeat 10px center;
    background-size: 22px;
}

.detail_centre .email_centre_mobile {
    background: url("../img/mail.png") no-repeat 10px center;
    background-size: 22px;
    padding-left: 45px;
}

.detail_centre .tel_centre_mobile {
    background: url("../img/tel.png") no-repeat 10px center;
    background-size: 22px;
    padding-left: 45px;
}

.detail_centre .fax_centre_mobile {
    background: url("../img/fax.png") no-repeat 10px center;
    background-size: 22px;
    padding-left: 45px;
}

@media screen and (max-width: 544px) {
    .categories_contact .slick-list {
        padding-right: 40px !important;
    }
}

#filtre_tolerie_only {
    display: none;
}</pre></body></html>