@@ -547,19 +547,42 @@ footer{
547547 font-size : 18px ;
548548}
549549
550- .portraits .portrait {
550+ .portraits .portrait , . portraits . portrait-bis {
551551 background-color : # fff ;
552552 border-radius : 10px ;
553553 box-shadow : 0px 1px 10px 0 rgba (1 , 0 , 0 , 0.17 );
554554 padding : 10px ;
555555 margin-bottom : 25px ;
556556 min-height : 490px ;
557557}
558+ .portraits .portrait-bis div : first-child : hover {
559+ cursor : pointer;
560+ }
561+ .portraits .portrait-bis a .avatar {
562+ display : block;
563+ width : 166px ;
564+ height : 166px ;
565+ border-radius : 50% ;
566+ overflow : hidden;
567+ margin : -86px auto 0 ;
568+
569+ }
570+ .portraits .portrait-bis div : first-child : hover a .avatar {
571+ border : solid 3px var (--yellowish-tan );
572+ padding : -6px ;
573+ }
574+ .portraits .portrait-bis div : first-child : hover a .avatar img {
575+ margin : -3px ;
576+
577+ }
578+ .portraits .portrait-bis div : first-child : hover img .fleche {
579+ content : url ("../img/fleche-droite-jaune.svg" );
580+ }
558581.owl-carousel .portrait {
559582 min-height : 360px ;
560583 }
561584.portraits .portrait : hover {
562- border : solid 3px var (--yellowish-tan );
585+ border : solid 3px var (--yellowish-tan );
563586 padding : 7px ;
564587 cursor : pointer;
565588}
@@ -570,10 +593,7 @@ footer{
570593 background-color : var (--yellowish-tan );
571594 height : 119px ;
572595}
573- .portraits img .avatar , .fiche img .avatar {
574- margin-top : -85px ;
575- width : 166px ;
576- }
596+
577597.portraits img .fleche {
578598 width : 25px ;
579599 margin-top : 18px ;
@@ -616,7 +636,7 @@ footer{
616636 color : var (--yellowish-tan );
617637}
618638.fleche-retour .y a : hover span {
619- color : var (--ye );
639+ color : var (--yellowish-tan );
620640}
621641.fleche-retour .y a img {
622642 fill : var (--yellowish-tan );
0 commit comments