<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    margin-top: -10px;
    padding: 0;

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: 'â†';
}
[dir='rtl'] .slick-prev:before
{
    content: 'â†’';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: 'â†’';
}
[dir='rtl'] .slick-next:before
{
    content: 'â†';
}

/* Dots */
.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: 20px;

    display: block;

    width: 100%;
    padding: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;

    background: #09c;
    border-radius: 100%;
    display: block;
    height: 10px;
    margin: 5px 3px;
    opacity: 0.3;
    filter: alpha(opacity=30);
    width: 10px;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: 'â€¢';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

.bloc-testimonial .slick-prev,.bloc-testimonial .slick-next{
    display: none !important;
}

/* Type 1 style */
.type-1{
    padding-top: 30px;
    width: 600px;
    margin: 0 auto;
}
.type-1 h3{
    color: #3a3939;
    font-size: 28px;
    margin-bottom: 30px;
    margin-top: 0;
    padding-bottom: 20px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}
.type-1 h3:after {
    background-color: #3a3939;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 50%;
    margin-left: -80px;
    position: absolute;
    width: 160px;
}
.type-1 .img-testi{
    width: 25%;
    float: left;
}
.type-1 .img-testi img{
    background-clip: padding-box;
    border: 3px solid #b4d4e2;
    -webkit-border-radius:  100%;
    -moz-border-radius:  100%;
    border-radius:  100%;
    display: inline-block;
    width: 100px;
    height: 100px;
    border: 2px solid #09c;
}
.type-1 .infos-testi{
    float: right;
    padding-top: 1px;
    width: 75%;
}
.type-1 .infos-testi h4{
    color: #b4d4e2;
    display: block;
    font-size: 18px;
    margin: 1px 0 4px;
}
.type-1 .infos-testi .poste{
    color: #666;
    font-size: 14px;
    margin-bottom: 0;
}
.type-1 .infos-testi .descrip{
    color: #6f6d6d;
    font-size: 14px;
}
.type-1 .slick-dots li button:after {
    background-color: #b4d4e2;
    -webkit-border-radius:  3px;
    -moz-border-radius:  3px;
    border-radius:  3px;
    content: "";
    display: none;
    height: 7px;
    left: 4px;
    position: absolute;
    top: 4px;
    width: 7px;
}
.type-1 .slick-dots li:hover button:after, .type-1 .slick-dots li.slick-active button:after{
    display: block;
}
.type-1 .slick-dots li button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    height: 15px;
    margin: -2px 0 0 -2px !important;
    overflow: hidden;
    position: relative;
    text-indent: -200px;
    width: 15px;
    left: 0;
    top: 0;
}
.type-1 .slick-dots li {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 2px solid #b3d3e1;
    -webkit-border-radius:  8px;
    -moz-border-radius:  8px;
    border-radius:  8px;
    display: inline-block;
    height: 15px;
    margin-right: 13px;
    overflow: hidden;
    position: relative;
    width: 15px;
}

/* Type 3 */
.type-3{
    width: 85%;
    margin: 0 auto;
    padding-top: 50px;
}
.type-3 .item-testi{
    padding-bottom: 40px;
    overflow: hidden;
}
.type-3 .slick-dots li button:before{
    display: none;
}
.type-3 .slick-dots li{
    margin: 0;
}
.type-3 .slick-dots li button{
    background: #707070;
    border-radius: 100%;
    display: block;
    height: 10px;
    margin: 5px 3px;
    opacity: 0.3;
    filter:alpha(opacity=30);
    width: 10px;

    background: #09c;
    border-radius: 100%;
    display: block;
    height: 10px;
    margin: 5px 3px;
    opacity: 0.3;
    filter: alpha(opacity=30);
    width: 10px;
}
.type-3 .slick-dots li.slick-active button,.type-3 .slick-dots li:hover button{
    opacity: 1;
    filter:alpha(opacity=100);
}
.type-3 h3{
    color: #3a3939;
    font-size: 24px;
    margin-bottom: 30px;
    margin-top: 0;
    padding-bottom: 20px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    color: #09c;
    font-size: 24px;
    margin-bottom: 30px;
    margin-top: 0;
    padding-bottom: 20px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    font-family: Open Sans;
    line-height: 21px;
}
.type-3 h3:after {
    background-color: #3a3939;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 50%;
    margin-left: -25px;
    position: absolute;
    width: 50px;
}
.type-3 .img-testi{
    text-align: center;
    margin-bottom: 10px;
}
.type-3 .img-testi img{
    background-clip: padding-box;
    border: 3px solid #333;
    -webkit-border-radius:  100%;
    -moz-border-radius:  100%;
    border-radius:  100%;
    display: inline-block;
    width: 100px;
    height: 100px;
    border: 2px solid #09c;
}
.type-3 .infos-testi h4{
    color: #333;
    display: block;
    font-size: 14px;
    margin: 0 0 4px;
    text-align: center;
    font-weight: bold;
    padding-bottom: 0;
}
.type-3 .infos-testi .poste{
    color: #666;
    font-size: 12px;
    margin-bottom: 0;
    text-align: center;
}
.type-3 .infos-testi .descrip{
    color: #666;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    margin-bottom: 26px;
    padding: 0 20px;
}
@media screen and (max-width: 767px) {
     .type-3 .infos-testi .descrip {
        color: #666;
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 26px;
        padding: 0 20px;
        text-align: center;
    }
     .type-1,.type-3{
        width: 100%;
     }
     .type-1 .img-testi,.type-1 .infos-testi{
        float: none;
        width:100%;
    }
    .type-1 .img-testi{
        margin-bottom: 20px;
    }
    .type-1 .infos-testi h4,.type-1 .infos-testi p, .type-1 .img-testi{
        text-align: center;
         width:100%;
         padding-right:25px;
         padding-left:25px; 
    }
}</pre></body></html>