h1.h1equipe{
font: 30px 'LeviReBrushed';
color: #ff3c00;
text-transform: uppercase;
border-bottom:1px solid;
}
.nomprenom{
font: 30px 'LeviReBrushed';
color: #9ad503;
}
.prenom{
font-size:11px;
}

h1.h1equipe:before
{content: "";
width: 50%;
left: 0;
top: 0;
height: 3px;
background-color: #c41e3e;
position: absolute;}

h1.h1equipe:after
{
content: "";
width: 50%;
right: 0;
top: 0;
height: 3px;
background-color: #fbb03b;
position: absolute;
}
h1.h1equipe{
color: #FFF;
font: 20px "gotham-book";
position: relative;
padding: 20px 25px;
background-color: #11456e;
border-radius: 5px;
overflow: hidden;
}


.equipe .circle_produit{display: inline-block;
vertical-align: middle;
box-shadow: -11px 12px 14px rgba(17, 69, 110, 0.2);
border-radius: 198px;
height: 198px;
width: 198px;
border: 10px solid #FFF;
line-height: 198px;
overflow: hidden;
}

.equipe .circle_produit img{ height: 201px; width: auto}

.equipe p{
font: 14px/19px "gotham-light";
color: #9398a5}

.equipe .row{ margin-bottom: 50px !important}

.equipe p.nomprenom{
font: 20px "gotham-bold";
color: #01a9d8;
text-align: left;
margin-bottom:0
}

.equipe p.prenom{ font-weight:bold}

@media(max-width:980px){
	.photo, .equipe p.nomprenom, .equipe p.prenom{ text-align:center}
	.equipe .circle_produit{ margin-bottom:50px}
}
