html {
    scroll-behavior: smooth;
}

blockquote{
    border-left: 5px solid #73d393;
}



span.cercle {
    display       : inline-block;
    /*font-size     : 12px;*/
    color         : #bebece;
    width         : 34px;
    height        : 34px;
    line-height   : 33px;
    text-align    : center;
    border-radius : 100%;
    border        : 0.5px solid #bebece;

}

/*animation agrandissement*/
.header .content .social-icon li a:hover {
    transform: scale(1.2) translateY(-5px);
}
