.gwa-link {
    /* Anciennes propriétés */
    padding:5px 15px 15px 15px;
    margin: 15px 15px 15px 30px;
    width: 80%;
    display: block;
    text-align: left;
    /*box-shadow: 0px 0px 1px 1px rgba(0, 255, 255, .4);*/

    /* Nouvelles propriétés de bordure */
    border-left: 1px solid red; /* Bordure à gauche */
    border-bottom: 3px solid red; /* Bordure en bas */
}

.gwa-link .linkTitle {
    color: red;
    /*display: block;    font-weight: bolder;*/
    /*text-transform: uppercase;*/
    text-underline-offset: auto;
    font-size: 1.2em;
    padding: 3px;
    margin: 5px;
}

.gwa-link .linkText{
    color: #000000;
    text-underline-offset: auto;
    font-size: 1em;
    padding: 10px;
    margin: 5px;
    font-weight: bold;
    /*   font-weight: bolder;padding:10px 1px 1px -10px;
    margin:10px 1px 1px -10px;
    border : thin gray solid;*/

}
/*
.gwa-link b {
    color: black;
    display: block;
    text-underline-offset: auto;
    font-size: 1.1em;
}


.gwa-link b:before {
    content: open-quote;
}

.gwa-link b:after {
    content: close-quote;
}

.gwa-link b:before,
.gwa-link b:after {
    display:inline;
    color: red;
    padding: 0;
    position: relative;
    top: -.25em;
} */
.gwa-link a {
    color: black;
    text-decoration: none;
    /*background-color: #1577c0;*/
    /*display: block;*/
    font-size: 1.2em;
    display: block;
    padding: 5px;
}
