.bg-blue{
    min-height: inherit;
    background-color: var(--app-them);
    opacity: 0.7;
}
.corps{
    background-color:
            white;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 27px;
    height: inherit;
    padding-bottom: 20px;
    position: relative;
    width: 88%;
    margin: 0 auto;
    margin-top: -60px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}


.content-fondateur{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.content-fondateur > div img{
    width: 100%;
    height: 10em;
}

.content-fondateur > div{
    width: 30%;
}
p{
    text-justify: distribute;
}


.card-deck{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-content: space-between;
    width: 100%;
    height: 50em;

}
#accordion .panel{
    border: none;
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 15px;
}
#accordion .panel-heading{
    padding: 0;
    border-radius:0;
    border: none;
}
#accordion .panel-title a{
    display: block;
    padding: 14px 30px 14px 70px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background: var(--app-second-them);
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease 0s;
}
#accordion .panel-title a.collapsed{
    background: var(--app-them);
    color: #dddede;
}
#accordion .panel-title a.collapsed:hover{
    color: #d5df42;
}
#accordion .panel-title a:before{
    content: "";
    width: 55px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0;
    left: -13px;
    transform: skewX(-25deg);
    transition: all 0.5s ease 0s;
}
#accordion .panel-title a.collapsed:hover:before{
    background:var(--app-them);
}
#accordion .panel-title a:after{
    content: "?";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 10px;
    top: 50%;
    color: #fff;
    transform: translateY(-50%);
}
#accordion .panel-title a.collapsed:after{
    color: #9f9f9f;
}
#accordion .panel-title a.collapsed:hover:after{
    color: #fff;
}
#accordion .panel-body{
    font-size: 14px;
    color: #5a3245;
    line-height: 25px;
    padding: 20px 15px 20px 40px;
    position: relative;
    border: none;
    position: relative;
    transition: all 0.5s ease 0s;
}
#accordion .panel-body:before{
    content: "";
    width: 5px;
    height: 40px;
    background: var(--app-color);
    position: absolute;
    top: 30px;
    left: 0;
}
#accordion .panel-body p{
    margin-bottom: 0;
}
.card__image-container {
    max-height: 350px;
    min-height: 300px;
    background-position-x: 0%;
    background-position-y: 6% !important;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    background-color: var(--app-color);

}
.title2 {
    position: absolute;
    top: 35%;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #fff;
    font-weight: 800;
    letter-spacing: 0.01em;
    text-align: center;
    font-family: "Arial Black";
    font-size: 40pt;
}
.border-polygone{
    color: #fff;
    font-weight: 600;
    padding: 10px 0;
    margin: 0 0 15px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 70%, 50% 100%, 0 70%);
    clip-path: polygon(0 0, 100% 0, 100% 70%, 50% 100%, 0 70%);
}
@media only screen and (max-width: 990px) {
    .our-team{
        margin-bottom:20px;
    }
    .corps{
        background-color: white;
        padding-left: 35px;
        padding-right: 35px;
        padding-top: 27px;
        height: inherit;
        padding-bottom: 20px;
        position: relative;
        width:100%!important;
        margin: 0 auto;
        margin-top: -40px;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }
}