/**
* 2007-2023 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2023 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/
   
@import 'technicien.css';

/*.home__title-head{
    display: flex;
    align-items: center;
    gap: .5rem;
    margin-bottom: 1.25rem;
}*/
.home__title-head img{
    width: 60px;
}
.home__title-head h2{
    font-size: 22px;
    margin: 0;
    font-weight: 700;
}

.map .row{
    display: flex;
    flex-direction: column-reverse;
}

.map__container{
    padding: 1.25rem 0;
}
.map__container h2{color: #004c70;}
.department{
    stroke: #fff;
    stroke-width: 1px;
    transition: fill .3s;
    cursor: pointer;
}
.department:hover, .dpt-active {
    filter: drop-shadow(2px 4px 6px rgba(0,0,0,.6))!important;
    stroke-width: 2!important;
}
.map__svg .departidf path.cls-5{
    fill: #282828 !important;
    stroke: #000;
    stroke-width: 0px;
}

.map__svg .department .cls-5{
    fill: #fff!important;
    stroke-width: 0;
}


.map__list {
    opacity: 0;
}
.commercial__infos,
.technicien__infos{
    border-radius: 26px;
    border: 3px solid #E4E4E3;
    box-shadow: 0px 5px 50px 0px rgba(0, 67, 101, 0.08), 0px 2px 6px 0px rgba(130, 169, 188, 0.25);
    padding: 1rem;
    margin-top: 1rem;
}
.commercial__info-title,
.technicien__info-title{
    text-align: center;
    font-size: 16px;
    color: #004c70;
    text-transform: uppercase;
    font-weight: 700;
}
.commercial__info-container,
.technicien__info-container{
    display: flex;
    flex-flow: row wrap;
    gap: 1rem;
    margin-top: 1rem;
    align-items: center;
    justify-content: center;
    color: #004c70;
}
.commercial__info-content,
.technicien__info-content{
    display: flex;
    flex-direction: column;
    max-width: 270px;
    word-break: break-all;
}
.commercial__info-identity,
.technicien__info-identity{
    font-size: 16px;
    font-weight: 700;
    margin-bottom: .25rem;
}
.commercial__info-depart,
.technicien__info-depart{
    margin-top: 1rem;
}

.french__map-footer a{
    display: flex;
    flex-direction: column;
    text-transform: uppercase;
    font-weight: 700;
}
.french__map-footer p{
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: .325rem;
    color: #fff!important;
    font-size: 16px;
}
.french__map-footer img{margin-top: 5px;}
.footer__cial-content{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: .325rem;
}
.footer__cial-content span{
    color: #fff;
    font-size: 14px;
}

.domtom-svg{
    display: flex;
    flex-direction: row;
}
.domtom-svg svg{width: 100%;}


/* SHOW IN ACCOUNT */
.account__sidebar .account__sidebar-commercial{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    border-top: 1px solid var(--color-grey);
    margin: 2rem 0 3.5rem 2rem;
    padding-top: 2rem;
}

.account__sidebar-commercial>img{
    width: 60px;
    height: 60px;
    border-radius: 50px;
}

.account__sidebar-commercial-infos{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: .5rem;
    font-weight: 500;
}

.account__sidebar-commercial-infos .profil-commercial{
    color: var(--color-blueprim);
    font-weight: 700;
}


@media screen and (min-width: 768px){
    .domtom-svg svg{width: calc(100% / 4);}
}

@media screen and (min-width: 991px){
    .map__list {
        position: sticky;
        top: 2rem;
        bottom: 2rem;
        margin-top: 0;
    }

    .domtom-svg svg{width: calc(100% / 7);}
}

@media screen and (min-width: 1200px){
    .domtom-svg{
        flex-direction: column;
        gap: .75rem;
    }
    .map .row{
        display: inherit;
    }
    .domtom-svg svg{width: 100%;}
}