/* 
--------------------------------------------------------------------------
CRIDF Tir à l'arc
CSS spécifique pages Préventions
--------------------------------------------------------------------------
*/

#Liens { width:1200px; padding:0; margin:25px auto; display:flex; flex-wrap:wrap; -ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; }
#Liens .Item { display:block; width:400px; text-align:center; }
#Liens .Item img { box-shadow:2px 2px 3px #333; -moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px; }
#Liens p { margin:10px 0; font-weight:bold; }

button.RV { width:250px; font-size:14px; line-height:40px; text-shadow:1px 1px 1px #555; font-weight:bold; background-color:#666; color:#fff; border:0; align-items:center; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; cursor:pointer; transition:background-color 0.3s, opacity 0.5s, visibility 0.5s; }
button.RV:hover { width:250px; background-color:#318ce7; color:#fff; text-shadow:none; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; }
