#section-philosophie {
    color:#fff;
}
#section-philosophie .section-inner:first-child {
    padding: 160px 0;
    text-align:center;
}
/*#section-philosophie .image-fond{
    object-position: 0 -500px;
}*/
#section-philosophie .section-title {
    display:inline-block;
    margin-bottom:60px;
}
#section-philosophie .section-title:before,
#section-philosophie .section-title:after {
    content:'';
    position:absolute;
    height:1px;
    width:80px;
    background:#fff;
    top:15px;
}
#section-philosophie .section-title:before {
    right:110%;
}
#section-philosophie .section-title:after {
    left:110%;
}
#section-philosophie .section-title .bg-element{
    top: -70px;
    left: 50%;
    width: 100px;
    transform: translate(-50%);
}
#section-philosophie .philosophie-surtexte {
    text-align:left;
    font-style:italic;
    padding:15px;
    border-left:solid 1px #fff;
    font-size:16px;
}
#section-philosophie  .inner-philosophie-surtexte{
    display: inline-block;
}
#section-philosophie .section-inner:nth-child(2) {
    padding:200px 0;
}
#section-philosophie .philosophie-content-wrapper {
    display:flex;
    max-width: 1740px;
    position: unset;
}
#section-philosophie .philosophie-content-wrapper video {
    width: 35%;
    align-self: start;
    padding-right: 30px;
    margin-top:50px;
}
#section-philosophie .philosophie-content-separator {
    width:3px;
    border-radius:5px;
    background:#fff;
    height: 330px;
    margin-left:40px;
    position:relative;
    top:-70px;
}
#section-philosophie .philosophie-content-wrapper .philosophie-content {
    width:26%;
    margin-left:25px;
    margin-right:40px;
    position: relative;
}
#section-philosophie .philosophie-content-wrapper .philosophie-content .img-below-content {
    width:170px;
    height:200px;
    object-fit:cover;
    display:block;
    margin-top:1.5em;
    margin-right:30px;
    margin-left:auto;
}
#section-philosophie .philosophie-content-wrapper .philosophie-content .bg-element:nth-of-type(1) {
    bottom: 30px;
    left: 0px;
}
#section-philosophie .philosophie-content-wrapper .philosophie-content .bg-element:nth-of-type(2) {
    bottom: 100px;
    left: 30px;
}
#section-philosophie .philosophie-content-wrapper .philosophie-content .bg-element:nth-of-type(3) {
    bottom: 175px;
    left: -20px;
}
#section-philosophie .philosophie-content-wrapper .philosophie-content .bg-element:nth-of-type(4) {
    bottom: 160px;
    left: 130px;
}
#section-philosophie .philosophie-content-wrapper .philosophie-content .bg-element:nth-of-type(5) {
    bottom: 200px;
    left: -45px;
}
#section-philosophie .philosophie-content-wrapper .images {
    position:relative;
    flex-grow: 1;
}
#section-philosophie .philosophie-content-wrapper .images img:first-child {
    position: absolute;
    left: -5%;
    top: 60px;
    width: 53%;
    height: 53%;
    object-fit: cover;
    z-index:2;
}
#section-philosophie .philosophie-content-wrapper .images img:nth-child(2n) {
    position: absolute;
    top: 40px;
    left: 40%;
    width: 41%;
    height: 70%;
    object-fit: cover;
    z-index:1;
}
#section-philosophie .philosophie-content-wrapper .img-philosophie{
    top: -75px;
    right: 250px;
}


#section-philosophie .bg-element-cloud img:nth-of-type(1) {
    top: -100px;
    right: 100px;
}
#section-philosophie .bg-element-cloud img:nth-of-type(2) {
    top: -50px;
    right: 290px;
}
#section-philosophie .bg-element-cloud img:nth-of-type(3) {
    top: -100px;
    right: 470px;
}