.wysiwyg_bouton{
    
}
.wysiwyg_bouton a {
        cursor: pointer;
    background-color: $black!important;

    text-decoration: none;
    display: inline-block;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: $spacer $spacer*3;
    line-height: 1;
    border-radius: 0;
    transition: all .25s ease;
    -webkit-appearance: button;
    margin: $spacer 0;
    font-family: inherit;
    color: $black!important;
    text-transform: uppercase;
    letter-spacing: .05rem;
    font-size: .825rem;
    border:2px solid #000;
    border-left: none;
    border-right: none;
    &:hover {
        border:2px solid $black;
        background-color: $white;
        color:$black;
    }
}



@media screen and (min-width: 400px) {
    .wysiwyg_letimage img{
    float: left;
    margin-right: .8rem;

    }

}

.wysiwyg_center{
    text-align: center;
}
.wysiwyg_center img{
    margin: 5px;
}

.wysiwyg iframe{
    margin: 0 auto;
    display: block;
}

.joli-lien a {
    text-transform: uppercase;
    letter-spacing: .05rem;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1;
    display: table;
    margin: 0.825rem auto;
    padding: 0;
    border-top: 3px solid #000;
    border-bottom: 3px solid #000;
    transition: all .25s ease;
}

.joli-lien a:hover {
    text-decoration: none;
    transform: scale(1.125);
    padding-left:$spacer;
    padding-right:$spacer;
}