/***** Set up *****/

.widget_the_social_links {
  
}

ul.reso {
  columns: 1;
  -webkit-columns: 1;
  -moz-columns: 1;
}

@media (min-width: 992px) {
  ul.reso {
    width:100%;
  }
}

.the-social-links, .the-social-links:hover{
    display: inline-flex;
    text-decoration:none !important;
    color:#fff;
    text-align:center;
    align-items: center;
}

.the-social-links:focus {
  text-decoration: underline !important;
  outline: none;
}

.picto-linkedin {
 margin-right: .5em;
  width: 32px;
  height: 32px;
  background:url('../img/linkedin.svg');
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 32px 32px;
    display:inline-block;
}

.picto-instagram {
 margin-right: .5em;
  width: 32px;
  height: 32px;
  background:url('../img/instagram.svg');
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 32px 32px;
    display:inline-block;
}
.picto-twitter {
 margin-right: .5em;
  width: 28px;
  height: 28px;
  background:url('../img/twitterx.svg');
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 28px 28px;
    display:inline-block;
  margin-left: .15em;
  margin-top: .15em;
}
.picto-facebook {
 margin-right: .5em;
  width: 32px;
  height: 32px;
  background:url('../img/Facebook.svg');
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 32px 32px;
    display:inline-block;
}
.picto-youtube {
 margin-right: .5em;
  width: 32px;
  height: 32px;
  background:url('../img/youtube.svg');
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 32px 32px;
    display:inline-block;
}


/* Admin */
.tsl-links .tsl-item{cursor: move;}
.admin .social-networks label{width: 33%;display: inline-block;margin-bottom:10px;}
