/* ==========================================
   EXPERIENCE LYSignature
========================================== */

.lys-experience{

    margin:28px 0;

    padding:0;

    background:#faf8f3;

    border:1px solid #d8ccb0;

    border-radius:14px;

    overflow:hidden;

    box-shadow:0 8px 24px rgba(0,0,0,.08);

}

.lys-exp-title{
    padding:24px 30px;
    background:linear-gradient(90deg,#5F6645,#7B8460);
    color:#fff;
    text-align:center;
}

/* Titre */
.lys-exp-title h3{
    margin:0 0 18px;
    font-size:26px;
    font-weight:500;
    line-height:1.2;
    color:#fff;
}

/* Texte d'introduction */
.lys-exp-title p{
    margin:0 auto;
    max-width:540px;
    line-height:1.8;
    font-size:15px;
    font-weight:400;
    color:rgba(255,255,255,.92);
}

@media (max-width: 768px){

    .lys-exp-title{
        padding:20px;
    }

    .lys-exp-title h3{
        font-size:22px;
        white-space:normal;
    }

    .lys-exp-title p{
        max-width:100%;
        font-size:14px;
    }

}

.lys-exp-item{

    padding:22px 24px;

    border-top:1px solid #e8dfcb;

    transition:.25s;

}

.lys-exp-item:hover{

    background:#f4efe2;

}

.lys-exp-item strong{

    display:block;

    font-size:17px;

    color:#2d2d2d;

    margin-bottom:5px;

}

.lys-exp-item p{

    margin:0;

    color:#666;

    line-height:1.6;

    font-size:15px;

}

@media(max-width:768px){

    .lys-exp-title{

        font-size:18px;

        padding:16px;

    }

    .lys-exp-item{

        padding:16px;

    }

}