/* .carte */
.carte
{
    position: relative;
    background-color: #d9d9d9;
}
.carte .social-button
{
    position: absolute;
    top: 10px;
    right: 10px;
    margin: 0;
    padding: 0;
    display: block;
    z-index: 9;
}
.carte .fiche-pays
{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
    background-color: #7967aa;
    color: #ffffff;
    padding: 0;
    font-size: 12px;
    text-transform: uppercase;
    width: 250px;
    min-height: 300px;
    max-height: 450px;
    height: auto;
}
.carte .fiche-pays h2
{
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    padding: 15px;
    margin: 0px;
    background-color: #544877;
}
.carte .fiche-pays .lien
{
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    background-color: #333333;
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.carte .fiche-pays .lien:hover
{
    background-color: #000000;
}
.carte .fiche-pays .lien a
{
    font-size: 16px;
    color: #D6D6D6;
    font-weight: bold;
    display: block;
    text-transform: uppercase;
}
.carte .fiche-pays .lien a:hover
{
    color: #ffffff;
}
.carte .fiche-pays .lien:hover,
.carte .fiche-pays .lien a:hover
{
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.carte .fiche-pays .detail
{
    padding: 0 15px 30px 15px;
}
.carte .fiche-pays .detail p
{
    padding: 0;
    margin: 0;
}
.carte .fiche-pays .detail p.nom
{
    padding: 12px 0 0 0;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
}
.carte .fiche-pays .detail p.ville
{
    padding: 5px 0;
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
    text-transform: none;
}
.carte .fiche-pays .detail p.titre-liste
{
    padding: 12px 0 0 0;
    font-weight: bold;
}
.carte .fiche-pays .detail ul
{
    list-style: none inside none;
    padding: 0;
    margin: 0;
}
.carte .fiche-pays .detail ul li
{
    display: inline-block;
    font-size: 12px;
}
.carte .fiche-pays .detail ul > li > ul > li:after
{
    content: ',';
    padding-right: 3px;
}
.carte .fiche-pays .detail ul > li > ul > li:last-child:after
{
    display: none;
}
.carte .jvectormap-zoomin,
.carte .jvectormap-zoomout
{
    font-weight: bold;
    font-size: 40px;
    color: #2d2d2d;
    border-radius: 0;
    background-color: #8f8f8c;
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.carte .jvectormap-zoomin
{
    top: 10px;
}
.carte .jvectormap-zoomout
{
    top: 57px;
}
/* .liste-bureaux */
.liste-bureaux
{
    margin: 34px 0 0 0;
    padding: 0;
    display: inline-block;
}
.liste-bureaux .un-bureau
{
    display: block;
    position: relative;
    margin: 0 34px 34px 0;
    float: left;
}
.liste-bureaux .un-bureau img
{
    border: 1px solid #006EAB;
}
.liste-bureaux .un-bureau:nth-child(4n)
{
    margin: 0;
}
.liste-bureaux .un-bureau a
{
    display: block;
}
.liste-bureaux .un-bureau .titre-bureau
{
    text-transform: uppercase;
    background-color: #006EAB;
    color: #CCE2EE;
    font-weight: bold;
    text-align: left;
    padding: 0;
    height: 60px;
}
.liste-bureaux .un-bureau .titre-bureau h2
{
    font-size: 13px;
    line-height: 13px;
    padding: 12px 12px 0 12px;
    margin: 0;
    font-weight: bold;
}
.liste-bureaux .un-bureau .titre-bureau p
{
    font-size: 12px;
    line-height: 12px;
    padding: 8px 12px;
    margin: 0;
    font-weight: normal;
}
/* .fiche-bureau */
.fiche-bureau .modal-dialog {
    width: 600px;
}
.fiche-bureau .modal .modal-header
{
    border: 0px;
}
.fiche-bureau .modal .modal-body
{
    background-color: #fff;
    padding: 34px;
}
.fiche-bureau .modal .alert
{
    text-align: left;
    font-size: 14px;
}
.fiche-bureau .modal .form-group
{
    margin: 0 0 17px 0;
}
.fiche-bureau .image-portrait .texte
{
    text-transform: uppercase;
    background-color: #006EAB;
    color: #CCE2EE;
    font-weight: bold;
    text-align: left;
    padding: 0;
    height: 60px;
}
.fiche-bureau .image-portrait .texte h4
{
    font-size: 13px;
    line-height: 13px;
    padding: 12px 12px 0 12px;
    margin: 0;
    font-weight: bold;
}
.fiche-bureau .image-portrait .texte p
{
    font-size: 12px;
    line-height: 12px;
    padding: 8px 12px;
    margin: 0;
    font-weight: normal;
}
.fiche-bureau .entete
{
    background-color: #D9D9D9;
    padding: 17px 34px;
    font-size: 14px;
}
.fiche-bureau .entete b
{
    text-transform: uppercase;
}
.fiche-bureau .entete a
{
    font-weight: bold;
}
.fiche-bureau .entete p:nth-child(3)
{
    padding: 0;
}
.fiche-bureau .texte
{
    color: #000000;
}
.fiche-bureau .texte h3
{
    font-size: 18px;
    font-weight: bold;
}
.fiche-bureau .texte p
{
    font-size: 14px;
}
.fiche-bureau .texte ol,
.fiche-bureau .texte ul
{
    font-size: 14px;
    list-style: none outside none;
    padding: 0;
}
.fiche-bureau .texte ol > li,
.fiche-bureau .texte ul > li
{
    display: inline-block;
    box-shadow: inset 5px 0 0 #006EAB;
    padding: 0 0 0 10px;
    margin: 0 0 5px 0;
}
.fiche-bureau .equipe
{
    color: #000000;
}
.fiche-bureau .equipe img
{
    width: 100%;
}
/* .menu-bureaux */
.menu-bureaux .panel
{
    margin: 0;
    padding: 0;
    border: 0px;
}
.menu-bureaux .panel + .panel
{
    margin: 0;
}
.menu-bureaux .panel-heading
{
    margin: 0;
    padding: 0;
    border: 0px;
    background-color: #006EAB;
}
.menu-bureaux .panel-heading:hover
{
    background-color: #085787;
}
.menu-bureaux .panel-heading a
{
    padding: 6px 12px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
}
.menu-bureaux .panel-heading,
.menu-bureaux .panel-heading:hover
{
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}
.menu-bureaux .panel-body
{
    margin: 0;
    padding: 0;
    border: 0px;
}
.menu-bureaux .panel-heading + .panel-collapse .panel-body
{
    border: 0px;
}
.menu-bureaux .panel-body ul
{
    margin: 0;
    padding: 12px 0;
    background-color: #D9D9D9;
}
.menu-bureaux .panel-body ul > li > a
{
    padding: 2px 12px;
    color: #333333;
    text-transform: normal;
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
}
.menu-bureaux .panel-body ul > li:hover
{
    background-color: #CB6A57;
}
.menu-bureaux .panel-body ul > li:hover
{
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}
/*google map*/
a.open
{
    position: absolute;
    bottom: 0;
    width: 205px;
    height: 127px;
}
.leaflet-popup-content
{
    color: #000;
}