@charset "utf-8";
/* CSS Document */

.fj-equipe{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.fj-equipe .membre {
    display: inline-block;
    width: 31%;
    margin-bottom: 2em;
}

.ca_container .fj-equipe .membre {
	width: 48%;
}

.fj-equipe .membre .photo {
    float: left;
    margin-right: 1.8em;
    width: 100%;
    max-width: 160px;
    border-radius: 5px;
    overflow: hidden;
}

.fj-equipe .membre .photo img{
	width:100%;
	height:auto;
}

.fj-equipe .membre .nom {
    font-size: 1em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.01em;
    line-height: 1.2em;
}


.jacquesmenard {
    width: 20%;
    border: solid 1px #000000;
    padding: 2em;
    background-color: #f5f5f5;
    float: right;
    margin-top: 1em;
	margin-bottom:2em;
	font-size:0.8em;
}

.jacquesmenard .photo {
	width:100%;
}

.jacquesmenard .photo img{
	width:100%;
	height:auto;
}

.jacquesmenard .nom {
    margin-top: 2em;
    text-align: left;
}

.ca_container {
    float: left;
    width: 70%;
    margin-top: 1em;
	overflow:hidden;
}


/* PAGE PARTENAIRE */

.fj-partenaires .fj-partenaire .logo {
    width: 10em;
    height: 6em;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.fj-partenaires .fj-partenaire {
    display: inline-block;
    margin: 0 2em 1.333em;
}

@media only screen and (max-width: 1100px) {
	
	.jacquesmenard{
		display:none;
	}
	
}
