
.col_2{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 5vw;	
	position: relative;
}

.col_2 .img{
	width: 50%;
}

.col_2 .contenu{
	width: 50%;
    padding-right: 10vw;
}

.col_2_rev{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 5vw;	
}

.col_2_rev .contenu{
	width: 50%;
    padding-left: 10vw;
}
.col_2_rev .img{
	width: 50%;
    
}

.col_2 .img img,
.col_2_rev .img img{
	border-radius: 75px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.bg_black{
	background-color: rgb(40 40 40 / 85%);

}

.bg_bleu{
	background-color: rgb(17 49 81 / 85%);
}

.bg_black > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: -1;
}
.bg_bleu > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: -1;
}




.intro_equipe {
    max-width: 1000px;
    margin: 0 auto;
    padding-bottom: 5vw;
}

section.equipe {
    padding: 5vw;
    position: relative;
}

.members {
    max-width: 1400px;
    margin: 0 auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: flex-start;
    align-items: flex-start;
    justify-content: center;
    gap: 1%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

.members .member {
    display: block;
    flex-basis: 24%;
    margin-bottom: 10vh;
}

.contenu_team {
    padding-top: 25px;
}

.header img{
    height: 50vh;
    width: 100%;
    object-fit: cover;
    filter: brightness(0.5);	
}

.contenu_team h5.nom {
    margin-bottom: 0;
}

.contenu_team p.poste {
    margin-top: 0;
}

.linkedin {
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 20px;
    background-color: var(--color1);
}

.contenu_team p{
	margin: 0;
}

.cta_formulaire{
	display: flex;
    flex-wrap: wrap;
    padding: 5vw;
    background-color: rgb(17 49 81 / 95%);
	position: relative;
}

.cta_formulaire .colonne_01{
	width: 50%;
padding-right: 7vw;
}

.cta_formulaire .colonne_01 *{
	color: white;
}

.cta_formulaire .colonne_02{
	width: 50%;
}

#field_2_5 > label{
	color: white;
	text-transform: uppercase;
}

.cta img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: -1;	
}

.cta_formulaire > img{
	    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}


#input_2_5{
    background-color: rgb(255 255 255 / 85%);
}

#gform_submit_button_2{
	background-color: var(--color1);
    color: white;
    padding: 15px 50px;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    font-size: 70%;
    border-radius: 10vw;
}


.advisor.popup, .member.popup {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    position: fixed;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    top: 0;
    background-color: var(--blanc);
    z-index: 50;
    color: var(--grisfonce);
    overflow: scroll;
}

.member.popup > div.img {
    max-width: 40%;
    width: 40%;
    order: 2;
}

.advisor.popup > div:not(.img), .member.popup > div:not(.img) {
    position: relative;
    order: 1;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 40px;
    max-width: 680px;
    margin: 0 auto 40px auto;
    padding: 40px;
    width: 60%;
    align-items: baseline;
    height: fit-content;
}

div.member.popup > div:nth-child(2) > h2 {
    margin-top: 65px;
}
.advisor.popup > div:not(.img) *, .member.popup > div:not(.img) * {
    order: 2;
}

.advisor.popup .close, .member.popup .close {
    position: relative;
    display: block;
    left: -5px;
    top: auto;
    margin-bottom: 5px;
    width: 51px;
    height: 51px;
    cursor: pointer;
}

.advisor.popup > div:not(.img) .close, .member.popup > div:not(.img) .close {
    order: 1;
}

.advisor.popup .close:before, .member.popup .close:before {
    content: "";
    display: block;
    position: relative;
    top: 50%;
    width: 100%;
    height: 1px;
    background-color: black;
    transform: rotate(-45deg);
}

.advisor.popup .close:after, .member.popup .close:after {
    content: "";
    display: block;
    position: relative;
    top: 50%;
    width: 100%;
    height: 1px;
    background-color: black;
    transform: rotate(45deg);
}

h5.nom{
	margin-bottom: 0;
}

.more{
	color: black;
    font-weight: bold;	
    text-decoration: underline;	
}

.member .content{
	display: none;
}

.member.popup h5.nom{
	padding-top: 15px;
}

.member.popup .content{
	display: block;
}

div.member  > div:nth-child(2) p{
	margin:0;
}

.team img{
    padding-bottom: 15px;
    filter: grayscale(1);
}

.popup .more{
	display: none;
}

div.member.popup img{
	height: 100%;
    object-fit: cover;
}

@media screen and (max-width:1200px){
	.members .member {
		display: block;
		flex-basis: 35%;
		margin-bottom: 10vh;
	}
}

@media screen and (max-width:960px){
	.col_2 .contenu {
		width: 100%;
		padding-right: 0;
		padding-bottom: 5vw;
		
	}
	.col_2 .img {
		width: 100%;
	}	
	.col_2_rev .img {
        width: 100%;
        order: 2;
	}
	.col_2_rev .contenu {
		width: 100%;
		padding-bottom: 5vw;
		padding-left: 0vw;
	}
	
}


@media screen and (max-width:760px){
	.members .member {
        width: 75%;
        margin: 0 auto;
        padding-bottom: 50px;
    }
	
	.members {
		flex-direction: column;
	}
	
	.member.popup > div.img{
		display: none;
	}
	
	.member.popup > div:not(.img) {

	
		width: 95%;

	}
	

}










