div.social {margin: 2em 0;}
div.social h3 {margin-left: 20px;margin-right: 20px;text-align: center;}
div.social ul {list-style-type: none;margin: 0;padding: 0;margin: 14px;width: 96%;margin-left: 2%;margin-right: 2%;display: table;display: flex;justify-content: space-around;justify-content: space-evenly;flex-wrap: wrap;}
div.social ul li {display: block;float: left;width: 14.6%;margin: 0 1%;}
div.social ul li a {color: white;display: block;text-decoration: none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding: 5%;font-family: chapo,sans-serif;font-weight: bold;text-transform: uppercase;background-size: 100% 100%;background-size: contain;background-position: bottom right;background-repeat: no-repeat;transition: background-color 0.2s;}
div.social ul li.facebook a {background-color: #045C99;background-image: url(https://www.ihedate.ihedate.org:443/squelettes/css/../social/facebook-fond.svg);}
div.social ul li.facebook a:hover {background-color: #022841;}
div.social ul li.facebook a:focus {background-color: #022841;}
div.social ul li.twitter a {background-color: #125274;background-image: url(https://www.ihedate.ihedate.org:443/squelettes/css/../social/twitter-fond.svg);}
div.social ul li.twitter a:hover {background-color: #125274;}
div.social ul li.twitter a:focus {background-color: #125274;}
div.social ul li.seenthis a {background-color: #C88870;background-image: url(https://www.ihedate.ihedate.org:443/squelettes/css/../social/seenthis-fond.svg);}
div.social ul li.seenthis a:hover {background-color: #77412E;}
div.social ul li.seenthis a:focus {background-color: #77412E;}
div.social ul li.linkedin a {background-color: #007BB6;background-image: url(https://www.ihedate.ihedate.org:443/squelettes/css/../social/linkedin-fond.svg);}
div.social ul li.linkedin a:hover {background-color: #004867;}
div.social ul li.linkedin a:focus {background-color: #004867;}
div.social ul li.youtube a {background-color: #DD3026;background-image: url(https://www.ihedate.ihedate.org:443/squelettes/css/../social/youtube-fond.svg);}
div.social ul li.youtube a:hover {background-color: #7D1914;}
div.social ul li.youtube a:focus {background-color: #7D1914;}
div.social ul li.rss a {background-color: #E85860;background-image: url(https://www.ihedate.ihedate.org:443/squelettes/css/../social/rss-fond.svg);}
div.social ul li.rss a:hover {background-color: #A71721;}
div.social ul li.rss a:focus {background-color: #A71721;}
div.social ul li.newsletter a {background-color: #F29B06;background-image: url(https://www.ihedate.ihedate.org:443/squelettes/css/../social/mail-fond.svg);}
div.social ul li.newsletter a:hover {background-color: #895603;}
div.social ul li.newsletter a:focus {background-color: #895603;}
@media (max-width: 460px){
div.social h3{font-size: 85%;}
div.social ul li{font-size: 70%;}
}
@media print{
div.social ul{display: none;}
}
@media (max-width: 800px){
div.social ul li{width: 31%;margin-bottom: 2%;}
}
