@charset "UTF-8";

a.qrcode {
display: block;
margin: 0 auto;
}
a.qrcode img {
width: 100%;
}
@media only screen and (min-width: 769px) {
.testimony.colonnes_50 {
margin: 10px 1% 0;
width: 48%;
float: left;
}
.testimony.colonnes_33 {
margin: 10px 1% 0;
width: 31%;
float: left;
}
}
@media only screen and (min-width: 769px) and (max-width: 1023px) {
#main-content {
width: 100%;
}
#bdm-sidebar {
width: 100%;
}
} .testimony {
margin-top: 10px;
padding: 15px;
}
.testimony h3 {
font-size: 15px;
text-align: center;
margin: 10px auto 0;
}
.testimony_avatar {
display: block;
margin: 0 auto;
height: 80px;
width: 80px;
background-repeat: no-repeat;
background-size: contain;
border-radius: 80px;
}
.avatar_Homme {
background-image: url(http://www.bullesdemode.com/wp-content/uploads/2015/03/Homme.png);
}
.avatar_Femme {
background-image: url(http://www.bullesdemode.com/wp-content/uploads/2015/03/Femme.png);
}
.avatar_Neutre {
background-image: url(http://www.bullesdemode.com/wp-content/uploads/2015/03/Femme.png);
}
.testimony-content {
font-style: italic;
margin: 10px;
}
.testimony-info {
font-size: 0.85em;
text-align: center;
}
.alter_testimony {
background-color: #F6F6F6;
}
.wp-block-columns {
display: flex;
}
.wp-block-column {
flex: 1;
}