
/****
  EMPLOYÉS CARDS
****/

.wrapper-employe-card .photo img {
    border-radius: 100px !important;
    max-width: 127px;
    margin-right: 25px;
}
.wrapper-employe-card .photo-employe {
    display: flex;
    align-items: center;
}
.wrapper-employe-card .buttons {
    display: flex;
    align-items: center;
    margin-top: 0px;
    margin-bottom: 12px;
    justify-content: start !important;
}
.wrapper-employe-card .buttons .actions {
    display: inherit;
}
.wrapper-employe-card .buttons ul.btn {
    margin: 0px;
}


/****
  EMPLOYÉS
****/

.standish_employes{
    display: flex;
    flex-wrap: wrap;
}
.standish_employes .wrapper {
    max-width: 395px;
    margin: 40px 15px;
    width: calc(33% - 30px) !important;
}


.standish_employes .title a{
    font-size: 22px !important;
}
.standish_employes .title p{
    margin:0px;
}
.standish_employes .title a:hover{
    color: inherit !important;
}
.standish_employes h3{
    margin-bottom: 0px !important;
}
.standish_employes ul.btn {
    padding-left: 0px;
    display: flex;
}
.standish_employes .buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 12px;
    align-items: center;
}
.standish_employes ul.btn li {
    border: solid 1px black;
    border-radius: 100px;
    margin-right: 10px;
    max-height: 38px;
}
.standish_employes ul.btn li a svg{
    width: 38px;
    height: 38px;
    padding: 7px;
    margin-top: -2px;
}
.standish_employes ul.btn li a.btn-courriel svg{
    margin-top: 0px;
}
.standish_employes .readmore a {
    text-decoration: none;
    color: white;
    text-transform: uppercase;
    background: var(--global-palette4);
    padding: 8px 16px;
    border-radius: 100px;
    font-size: 16px;
    font-weight: 400;
}
.standish_employes .readmore a:hover {
    background: var(--global-palette6);
    color:white;
}
body.single-standish_employes h2 {
    margin: 25px 0;
    font-size: 32px;
}
@media only screen and (min-width:769px) and (max-width:1024px){
    .standish_employes .wrapper {
    margin: 15px;
    width: calc(50% - 30px) !important;
    justify-content: space-between;
}
}
@media only screen and (max-width:768px){
    .standish_employes .wrapper {
    margin: 25px 0;
    width: 100%!important;
}
body.single-standish_employes h2 {
    font-size: 24px;
}
}
/* LOOP DANS UNE PAGE */

/* Page employés archive */
.standish-loop-employes-container.standish_employes .wrapper .photo-employe {
    position: relative;
    padding-bottom: 15px;
}
.standish-loop-employes-container.standish_employes .wrapper .photo-employe .photo {
    position: absolute;
    transition: all 0.3s;
}
.standish-loop-employes-container.standish_employes .wrapper .photo-employe .photo img:hover {
    opacity: 0;
    transition: all 0.3s;
}

.menu-icon-standish_employes .wp-menu-image:before { color: red; fill:red; }
