/*******
WP BAKERY - CSS personnalisé
*******/


/*** CTA LinkedIN ***/

.cta-linkedin {
        background: white;
        padding: 1rem;
        border-radius: 1rem;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
        text-align: center;
        max-width: 300px;
        margin: 2rem auto;
      }

.cta-linkedin .cta-title {
        font-size: 1.1rem;
        font-weight: 700;
        color: #2c3e50;
        margin-bottom: 1.1rem;
      }

.cta-linkedin .cta-subtitle {
        font-size: 1rem;
        color: #7f8c8d;
        margin-bottom: 1.1rem;
      }

.cta-linkedin .linkedin-button {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: #0a66c2;
        color: white;
        padding: 0.8rem;
        border-radius: 0.5rem;
        text-decoration: none;
        font-size: 1rem;
        font-weight: 400;
        gap: 15px;
      }

.cta-linkedin .linkedin-button:hover {
        background: #004182;color: #fff !important;
      }

.cta-linkedin .linkedin-icon {
        width: 20px;
        height: 20px;
      }
      
      
/*** / CTA LinkedIN ***/