.equipes {
	padding: 0 !important;
}
#section-style11 .col-sm-12.bloc-left {
    padding-bottom: 50px;
}
#section-style11 .col-sm-12.bloc-left p {
    margin-bottom: 26px;
}
#section-style1.propos .bloc-left{
	min-height: 380px;
}
body #content .propos.structure h2 {
    font-weight: 300 !important;
    font-size: 30px;
    margin-bottom: 35px !important;
    margin-top: 10px;
}
body #content .propos.structure h2 .green{
    font-weight: 700;
}

body #content .propos.structure h3 {
    font-weight: 300 !important;
    font-size: 30px;
    margin-bottom: 45px !important;
    position: relative;
    padding-bottom: 30px;
	text-align: center;
}
body #content .propos.structure h3:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 2px;
    width: 38px;
    background-color: #2b524c;
}
body #content .propos.structure h3 .green{
    font-weight: 700;
}
body #content .propos.structure .moduletable h3{
	margin-top: 0;
}

.equipes .items-equipes{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
	margin: 40px 0 0 0;
	padding: 0 0 30px;
}

.equipes .items-equipes .col-sm-3{
	max-width: 270px;
    width: 100%;
    padding: 0 15px !important;
}

.items-equipes .item{
	margin: 0 0 20px;
	text-align: center;
}
.items-equipes .item .infos{
	padding: 12px 0;
}
.items-equipes .item .infos .nom{
	font-size: 17px;
	font-weight: 700;
	line-height: 20px;
}
.items-equipes .item .infos .poste{
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
}
.items-equipes .item .img-equipe{
	max-width: 240px;
	width: 100%;
	height: 240px;
	overflow: hidden;
	background-color: #ffffff;
	position: relative;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: auto;
}

/*.items-equipes .item .img-equipe:after{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: #3cce88;
    opacity: 0;
	-webkit-transition: opacity .5s;
	-moz-transition: opacity .5s;
	-o-transition: opacity .5s;
	transition: opacity .5s;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.items-equipes .item .img-equipe:hover:after{
    opacity: 0.72;
}*/

.items-equipes .item .img{
	position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
	/*background-position: top center;
    background-size: cover;
	background-repeat: no-repeat;*/
}
.items-equipes .item .img-withnom {
    font-size: 30px;
    font-weight: 500;
    color: #2b524c;
}
.items-equipes .item img{
	max-width: 100%;
}

.items-equipes .item a.linkedin{
	display: inline-block;
}

.items-equipes .item .picto-linkedin{
	margin: 10px auto 5px;
	width: 27px;
	height: 27px;
	cursor: pointer;
	z-index: 99;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	position: relative;
}
.items-equipes .item .picto-linkedin:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: url(../images/picto_linkedin.svg) no-repeat center center;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.items-equipes .item .picto-linkedin:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: url(../images/picto_linkedin_h.svg) no-repeat center center;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	opacity: 0;
}
.items-equipes .item .picto-linkedin:hover:before {
	opacity: 0;
}

.items-equipes .item .picto-linkedin:hover:after {
	opacity: 1;
}

/*.items-equipes .item .picto-linkedin:hover{
	width: 27px;
    height: 27px;
    background: url(../images/picto_linkedin_h.svg) no-repeat center center;
}*/

.bottom-wrapper{
	display: none !important;
}

@media (min-width: 990px) {
	.structure .container {
		max-width: 1000px !important;
		width: 100%;
	}
	.structure.equipes .container {
		max-width: 1080px !important;
		width: 100%;
	}
}

@media (min-width: 1025px) {
	.equipes .items-equipes{
		justify-content: left;
	}
}
@media (max-width: 768px){
	body #content .propos.structure .moduletable h3{
		margin-top: 20px;
		margin-bottom: 0 !important;
	}
}
@media (max-width: 570px){
	.equipes .items-equipes{
		margin: 20px auto 0;
		padding: 0;
	}
	.items-equipes .item .img-equipe{
		margin: auto;
	}
	.banners .custom{
		display:none !important;
	}
}
@media (max-width: 420px){
	.propos .bloc-left{
		background-size: 100% auto !important;
	}
}