.container_equipe .head{
    height: 540px;
    position: relative;

    display                      :-webkit-box;
    display                      :-webkit-flex;
    display                      :-ms-flexbox;
    display                      :flex;

    -webkit-box-align            : flex-end;
    -webkit-align-items          : flex-end;
    -ms-flex-align               : flex-end;
    align-items                  : flex-end;

    top: 0px;
    margin-bottom: 90px;
}

.container_equipe .breadcrumb{
    max-width: 1250px;
    margin: 0 auto;
    padding: 20px 0;


}

.container_equipe .breadcrumb>div>div{
    display                      :-webkit-box;
    display                      :-webkit-flex;
    display                      :-ms-flexbox;
    display                      :flex;
}

.container_equipe .breadcrumb>div>div div{
    margin: 0 4px;
}

.container_equipe .breadcrumb>div>div div a p,
.container_equipe .breadcrumb>div>div div p{
    color: #000;
    font-family: "Montserrat";
    font-size: 13px;
    font-weight: 600;
}

.container_equipe .breadcrumb>div>div div p{
    font-weight: normal;
}

.container_equipe .head .image{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.container_equipe .head .image img{

    width: 100%;
    height: 100%;
    object-fit: cover;
}



.container_equipe .head .titre{
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    width: 100%;
}


.container_equipe .head .titre h1{
    font-size: 63px;
    font-weight: normal;
    color: #F7F8FA;
    line-height: 70px;
    margin-bottom: 35px;
    font-family: "Montserrat";
}

.container_equipe .head .titre h1 strong{
    font-weight: bold;
}



.container_equipe .equipes{
    max-width: 1250px;
    margin: 0 auto;
}
.container_equipe .equipes .equipe{
    margin-bottom: 150px;
}

.container_equipe .equipes h2{
    text-align: center;
    color: #007461;
    font-family: "Montserrat";
    font-size: 39px;
    font-weight: 500;
    position: relative;
    padding-left: 138px;
    padding-top: 90px;
    width: max-content;
    margin: 0 auto 50px auto;
}

.container_equipe .equipes h2:before{
    content: "";
    width: 118px;
    height: 139px;
    background-image: url(../../img/oblongue.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.container_equipe .equipes .blocs{
    display                      :-webkit-box;
    display                      :-webkit-flex;
    display                      :-ms-flexbox;
    display                      :flex;

    -webkit-flex-wrap            :wrap;
        -ms-flex-wrap            :wrap;
            flex-wrap            :wrap;

    -webkit-box-pack             : center;
	-webkit-justify-content      : center;
		-ms-flex-pack            : center;
			justify-content      : center;

    width: calc(100% + 20px);
    margin-left: -10px;
}


.container_equipe .equipes .blocs .bloc{
    width: calc(33.33% - 20px);
    margin: 0 10px 25px 10px;
    border-radius: 32px;
    position: relative;
    cursor: pointer;
}

.container_equipe .equipes .blocs .bloc .popup{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    height: auto;
    background-color: #007461;
    border-radius: 32px;
    padding: 30px;
    display: none;
}

.container_equipe .equipes .blocs .bloc.popup_active{
    cursor: default;
}

.container_equipe .equipes .blocs .bloc.popup_active .popup{
    display: block;
}

.container_equipe .equipes .blocs .bloc .popup .titre{
    color: #fff;
    font-weight: bold;
    margin-bottom: 5px;
}

.container_equipe .equipes .blocs .bloc .popup .fonction{
    font-weight: bold;
    color: #fff;
    font-size: 12px;
}

.container_equipe .equipes .blocs .bloc .popup .email a{
    color: #fff;
    font-family: "Montserrat";
    font-size: 12px;
    text-decoration: underline;
}

.container_equipe .equipes .blocs .bloc .popup .email a:hover{
    text-decoration: none;
}

.container_equipe .equipes .blocs .bloc .popup .description p{
    font-size: 13px;
    color: #fff;
    line-height: 20px;
}

.container_equipe .equipes .blocs .bloc .popup .close{
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 14px;
    background-color: #fff;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    cursor: pointer;
}

.container_equipe .equipes .blocs .bloc .popup .close span{
    position: absolute;
    text-indent: -999999px;
}


.container_equipe .equipes .blocs .bloc .image{
    height: 380px;
    background: linear-gradient(0deg, #ECEDF0 0%, #ECEDF0 100%), #308276;
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container_equipe .equipes .blocs .bloc .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.container_equipe .equipes .blocs .bloc .image img.no_photo{
    height: 91px;
    width: 78px;
}


.container_equipe .filtre{
    display                      :-webkit-box;
    display                      :-webkit-flex;
    display                      :-ms-flexbox;
    display                      :flex;

    -webkit-box-pack             : center;
    -webkit-justify-content      : center;
        -ms-flex-pack            : center;
            justify-content      : center;

    margin-bottom: 56px;
}


.container_equipe .filtre button[type="submit"]{
    border:none;
    padding: 0;
    box-shadow: none;
    background-color: transparent;
}

.container_equipe .filtre button[type="submit"] span{
    position: absolute;
    text-indent: -9999999px;
}


.container_equipe .filtre button[type="submit"]:before{
    content: "";
    width: 66px;
    height: 47px;
    background-image: url(../../img/submit.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
}


.container_equipe .equipes .blocs .bloc .texte{
    margin-top: -35px;
    border-radius: 32px;
    background-color: #fff;
    padding: 30px 35px;
    -webkit-box-shadow: 0 0 16px 0 rgba(0,0,0,25%);
    box-shadow: 0 0 16px 0 rgba(0,0,0,25%);
    position: relative;
    min-height: 245px;
}

.container_equipe .equipes .blocs .bloc .texte p{
    margin-bottom: 0;
}

.container_equipe .equipes .blocs .bloc .texte .nom{
    font-size: 23px;
    color: #007461;
    font-weight: 600;
    font-family: "Montserrat";
    line-height: 28px;
    margin-bottom: 25px;
    min-height: 56px;
}

.container_equipe .equipes .blocs .bloc .texte .fonction{
    color: #071621;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 22px;
    min-height: 44px;
}

.container_equipe .equipes .blocs .bloc .texte .titre_email{
    font-size: 13px;
    color: #007461;
    text-align: right;
}

.container_equipe .equipes .blocs .bloc .texte .email {
    text-align: right;
}

.container_equipe .equipes .blocs .bloc .texte .email a{
    color: #007461;
    font-size: 13px;
    font-weight: 600;
}
