@media only screen and (min-width: 690px) { .card-lien {height: 380px;} }

.w3-leftbar-light {
    border-left: 3px solid #ccc!important;
}

.w3-button:hover{color:#000!important;background-color:lightgoldenrodyellow!important}

.w3-search{color:lightgoldenrodyellow!important;background-color:#009688!important}
.w3-search:hover{color:#ffc107!important;background-color:#009688!important}

.flags {
    padding: 8px 3px!important;
}

.w3-andika {
  font-family: 'Andika', serif;
}
.w3-audiowide {
  font-family: 'Audiowide', serif;
}
.w3-hover-shadow-white:hover{
    box-shadow:5px 5px 20px -2px rgb(240, 240, 240);
}

.w3-tooltip .w3-text-date {
   position:absolute;
   left:0;
   bottom:18px;
}
.w3-tooltip .w3-text-date{display:none} .w3-tooltip:hover .w3-text-date{display:inline-block}

.w3-tooltip .w3-text-certified{
   position:absolute;
   left:-350px;
   bottom:25px;
}
.w3-tooltip .w3-text-certified{display:none} .w3-tooltip:hover .w3-text-certified{display:inline-block}

.w3-orangebeige,.w3-hover-orangebeige:hover{color:#AB5212!important;background-color:rgb(236, 215, 132)!important}

.w3-fauve,.w3-hover-fauve:hover{color:lightgoldenrodyellow!important;background-color:rgb(173, 79, 9)!important}
.w3-text-fauve,.w3-hover-text-fauve:hover{color:rgb(173, 79, 9)!important}

.w3-acajou,.w3-hover-acajou:hover{color:lightgoldenrodyellow!important;background-color:rgb(136, 66, 29)!important}

.w3-brunclair,.w3-hover-brunclair:hover{color:lightgoldenrodyellow!important;background-color:rgb(171, 82, 18)!important}

.w3-leftbar-blue{border-left:6px solid lightblue!important}

.w3-border-fauve,.w3-hover-border-fauve:hover{border-color:#AD4F09!important}


h1 {
    margin: 30px 6px 8px 10px;
    padding: 2px 0 2px 0;
    font: 27px Audiowide;
    color: #C04000;
    text-align: left;
}

p {
    font-size: 16px;
    vertical-align: baseline;
    line-height: 22px;
}

.w3-pointer {cursor: pointer;}

.url {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 350px;
}



