/*!
Theme Name: Cartes Affaires Terrapex WP Theme
Theme URI: http://oncode.ca/
Author: OnCode.ca
Author URI: http://oncode.ca/
Description: Cartes Affaires Terrapex WordPress theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cat

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Variables
# Normalize
# Setup
# Colors
# Fonts
# Typography
# Elements
# Structure
# Forms
# Navigation
	## Links
	## Menus
# Header
# Footer
# Content
    ## Global
    ## Comments
	## Widgets
    ## Shortcodes
# WooCommerce
    ## Global
# Pages
    ## Home

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/
/* Colors */
/* Breakpoints */
/* Large devices (desktops, more or equal than 1600px) */
/* Large devices (desktops, less or equal than 1200px) */
/* Large devices (desktops, less or equal than 1200px) */
/* Large devices (desktops, more or equal than 1025px) */
/* Medium devices (tablets, less or equal than 1024px) */
/* Small devices (landscape phones, lessor equal  than 768px) */
/* Extra small devices (portrait phones, less or equal than 576px) */
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/*--------------------------------------------------------------
# Setup
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}
/*--------------------------------------------------------------
## Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
  padding-bottom: 1rem;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
  padding-bottom: 1rem;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
/*--------------------------------------------------------------
## Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.clearfix:before,
.clearfix:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}
/*--------------------------------------------------------------
## Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}
/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: center;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-caption {
  display: block;
}
/*--------------------------------------------------------------
# Colors
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Colors
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body {
  color: #444;
  background-color: #FFF;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.1;
  font-weight: 700;
  color: #000;
}
h1 {
  font-size: 4.5rem;
}
@media (max-width: 576px) {
  h1 {
    font-size: 3.5rem;
  }
}
h2 {
  font-size: 2.125rem;
}
@media (max-width: 576px) {
  h2 {
    font-size: 1.5rem;
  }
}
h3 {
  font-size: 1.5rem;
}
@media (max-width: 576px) {
  h3 {
    font-size: 1.12rem;
  }
}
h4 {
  font-size: 1.25rem;
}
h5 {
  font-size: 1rem;
}
h6 {
  font-size: 1rem;
}
p {
  font-style: normal;
  margin-top: 0;
  margin-bottom: 1.125rem;
}
small {
  line-height: 1.2;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Structure
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Structure
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
ul,
ol {
  margin: 0 0 1.5em 0;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}
figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
.site-content {
  margin-bottom: 0;
  min-height: 400px;
}
.container {
  max-width: 1300px;
  margin-right: auto !important;
  margin-left: auto !important;
}
@media (max-width: 576px) {
  .container {
    padding: 1rem;
  }
}
/* Grid system */
*,
::after,
::before {
  box-sizing: border-box;
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.row .col {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/* Buttons */
button,
.button,
.btn,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  display: inline-block;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  text-transform: none;
  text-align: center;
  padding: 16px 24px;
  outline: 0;
  text-decoration: none !important;
  border: 0;
  border-radius: 0;
  margin-bottom: 1rem;
  white-space: nowrap;
  background-color: #000;
  color: #FFF;
}
@media (max-width: 576px) {
  button,
  .button,
  .btn,
  input[type="button"],
  input[type="reset"],
  input[type="submit"] {
    padding: 16px 10px;
    letter-spacing: 0px !important;
    font-size: 14px;
  }
}
/* Other buttons */
.btn-block {
  display: block;
  width: 100%;
}
.btn-lg {
  font-size: 17px;
  padding: 16px 32px;
  text-transform: uppercase;
}
.btn-sm {
  font-size: 14px;
  padding: 10px 20px;
}
/*--------------------------------------------------------------
# Employee single
--------------------------------------------------------------*/
.single-cat_empolye,
.site,
.site-content,
.employee-card,
.employee-card .container,
.employee-card .row {
  height: 100vh;
}
.employee-card > .container {
  padding: 0;
}
@media (max-width: 1024px) {
  .employee-card .row {
    display: block;
    margin: 0;
  }
}
.employee-card .left-col {
  position: relative;
  max-width: 400px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
@media (max-width: 1024px) {
  .employee-card .left-col {
    width: 100%;
    max-width: unset;
    padding: 0;
  }
}
.employee-card .left-col > svg {
  position: absolute;
  z-index: -9;
}
.employee-card .left-col .inner {
  position: relative;
  height: 100%;
}
.employee-card .left-col .inner svg {
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
.employee-card .left-col .inner svg line {
  stroke: #FFF;
}
.employee-card .left-col .inner svg .arc {
  fill: #FFF;
}
.employee-card .left-col .inner svg .bluebg {
  fill: #33A9DF;
}
.employee-card .left-col .inner svg .greybar {
  fill: #D1D5D7;
}
.employee-card .left-col .mobile-bg {
  display: none;
  min-height: 400px;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #D1D5D7;
}
.employee-card .left-col .mobile-bg svg {
  display: block;
  height: 100%;
  position: absolute;
  left: -1px;
  right: unset;
  top: 0;
  bottom: 0;
}
.employee-card .left-col .mobile-bg .logo {
  z-index: 9999;
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  top: 15%;
  right: 10%;
}
@media (max-width: 576px) {
  .employee-card .left-col .mobile-bg .logo {
    top: 13%;
    right: 5%;
  }
}
@media (max-width: 576px) {
  .employee-card .left-col .mobile-bg .logo img {
    max-width: 120px;
  }
}
.employee-card .left-col .mobile-bg .logo .societe-name {
  color: #FFF;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1em;
  text-decoration: none;
}
@media (max-width: 576px) {
  .employee-card .left-col .mobile-bg .logo .societe-name {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .employee-card .left-col .mobile-bg {
    display: block;
  }
}
@media (max-width: 1024px) {
  .employee-card .left-col .desktop-bg {
    display: none;
  }
}
.employee-card .left-col .logo-desktop {
  z-index: 9999999;
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  bottom: 20%;
  bottom: 20vh;
  left: 5vw;
  max-width: 40%;
}
.employee-card .left-col .logo-desktop .societe-name {
  color: #FFF;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 1.7vw;
  line-height: 1em;
  text-decoration: none;
}
@media (min-width: 1600px) {
  .employee-card .left-col .logo-desktop {
    left: -20%;
  }
}
@media (max-width: 1200px)&(max-width: 1450px) {
  .employee-card .left-col .logo-desktop {
    left: -10%;
  }
}
@media (max-width: 1024px) {
  .employee-card .left-col .logo-desktop {
    display: none;
  }
}
.employee-card .right-col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
@media (max-width: 1024px) {
  .employee-card .right-col {
    width: 100%;
    max-width: unset;
    padding: 0;
  }
}
.employee-card .employee-info {
  position: relative;
  margin-top: 12%;
}
@media (max-width: 1024px) {
  .employee-card .employee-info {
    margin-top: 0;
  }
}
.employee-card .employee-header {
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .employee-card .employee-header {
    margin-top: -82px;
    left: 0;
  }
}
.employee-card .employee-name {
  font-size: 42px;
  margin: 0;
}
.employee-card .employee-title {
  font-size: 18px;
  text-transform: uppercase;
}
/*--------------------------------------------------------------
# Details employee
--------------------------------------------------------------*/
@media (max-width: 768px) {
  .detail-employe {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .detail-employe {
    padding: 0;
  }
}
.detail-employe .content-head-section {
  margin: 35px 0 70px 30px;
}
@media (max-width: 768px) {
  .detail-employe .content-head-section {
    margin: -90px 0 45px 0;
  }
}
.detail-employe h1.employee-name {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 45px;
  color: #000000;
  width: fit-content;
  margin: 0 0 10px 0;
}
@media (max-width: 1024px) {
  .detail-employe h1.employee-name {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .detail-employe h1.employee-name {
    font-size: 37px;
  }
}
@media (max-width: 576px) {
  .detail-employe h1.employee-name {
    font-size: 30px;
  }
}
.detail-employe h1.employee-name::after {
  content: '';
  border-bottom: 2px solid #000;
  width: 100%;
  display: block;
}
.detail-employe .employee-title {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 22px;
  text-transform: uppercase;
  color: #000000;
  display: block;
}
@media (max-width: 1024px) {
  .detail-employe .employee-title {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .detail-employe .employee-title {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .detail-employe .employee-title {
    font-size: 16px;
  }
}
.detail-employe .social-section {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #000000;
  max-width: fit-content;
}
@media (max-width: 1024px) {
  .detail-employe .social-section {
    font-size: 20px;
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .detail-employe .social-section {
    width: 100%;
    font-size: 18px;
  }
}
.detail-employe .social-section div {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 30px 30px;
  border-bottom: 1px solid #D1D5D7;
  gap: 15px;
}
@media (max-width: 576px) {
  .detail-employe .social-section div {
    padding: 30px 30px;
  }
}
.detail-employe .social-section div p {
  width: fit-content;
  margin-bottom: 0;
}
.detail-employe .social-section div p::after {
  content: '';
  border-bottom: 2px solid #000;
  width: 100%;
  display: block;
}
.detail-employe .social-section div a::after {
  content: '';
  border-bottom: 2px solid #000;
  width: 100%;
  display: block;
}
.detail-employe .social-section div a {
  width: fit-content;
  margin-bottom: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #000000;
  text-decoration: none;
}
@media (max-width: 1024px) {
  .detail-employe .social-section div a {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .detail-employe .social-section div a {
    font-size: 18px;
  }
}
.detail-employe .social-section div a:hover {
  color: #000000;
  text-decoration: none;
}
.detail-employe .social-section div span {
  line-height: 0;
}
.detail-employe .social-section div:hover {
  background-color: #008c3d;
  cursor: pointer;
}
.detail-employe .social-section .tel-detail div {
  border-bottom: none;
  padding: 0;
}
.detail-employe .social-section .tel-detail div span {
  padding: 0 5px;
}
.detail-employe .social-section .tel-detail div svg {
  width: 28px;
}
@media (max-width: 768px) {
  .detail-employe .social-section .tel-detail div svg {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .detail-employe .social-section .tel-detail div svg {
    font-size: 18px;
  }
}
.detail-employe .social-section .linkedin-detail svg {
  width: 30px;
}
.detail-employe .social-section svg {
  width: 25px;
  color: #000000;
}
@media (max-width: 768px) {
  .detail-employe .social-section svg {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .detail-employe .social-section svg {
    font-size: 18px;
  }
}
.detail-employe .social-section .svg_mail svg {
  width: 30px;
}
@media (max-width: 768px) {
  .detail-employe .social-section .svg_mail svg {
    font-size: 22px;
  }
}
@media (max-width: 576px) {
  .detail-employe .social-section .svg_mail svg {
    font-size: 20px;
  }
}
.detail-employe .social-section .svg_arrow svg {
  width: 20px;
}
@media (max-width: 768px) {
  .detail-employe .social-section .svg_arrow svg {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .detail-employe .social-section .svg_arrow svg {
    font-size: 16px;
  }
}
.add-contact,
.qrcode {
  display: none;
  justify-content: center;
  margin: 30px 0;
}
@media (max-width: 768px) {
  .add-contact,
  .qrcode {
    display: flex;
  }
}
form.generate-vcard-form {
  display: flex;
  align-items: center;
  width: fit-content;
  background-color: black;
}
form.generate-vcard-form .vcard_submit_btn {
  display: flex;
  align-items: center;
  cursor: pointer;
}
form.generate-vcard-form button.download-vcard-btn.btn.btn-black {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 22px;
  background-color: #000000;
  color: #fff;
  border-right: 1px solid #fff;
  margin-bottom: 0;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}
@media (max-width: 576px) {
  form.generate-vcard-form button.download-vcard-btn.btn.btn-black {
    font-size: 18px;
  }
}
form.generate-vcard-form button.download-vcard-btn.btn.btn-black span.second {
  color: #D1D5D7;
  font-size: 14px;
  font-style: italic;
}
@media (max-width: 576px) {
  form.generate-vcard-form button.download-vcard-btn.btn.btn-black span.second {
    font-size: 11px;
  }
}
form.generate-vcard-form span.svg_plus {
  background-color: #000;
  display: flex;
  align-items: center;
}
form.generate-vcard-form span.svg_plus svg {
  width: 75px;
  height: 40px;
}
