#section-domaine .container {
    max-width: 1620px;
}
#section-domaine .section-inner{
    /*padding: 75px 0;*/
    overflow: hidden;
}
#section-domaine .section-title{
    position: relative;
    color: var(--bordeaux-color);
    padding: 3px 0;
    display:inline-block;
    margin-left: 41%;
    margin-bottom: 60px;
    font-size: 2.75em;
    margin-top: 3px;
}
#section-domaine .section-title:before,
#section-domaine .section-title:after{
    content: '';
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    width: calc(100% + 85px);
    height: 1px;
    background-color: var(--bordeaux-color);
}
#section-domaine .section-title:before{
    top: -11px;
}
#section-domaine .section-title:after{
    bottom: 0px;
}
#section-domaine .images {
    display:flex;
    margin-left:-8px;
    margin-right:-8px;
}
#section-domaine .images img {
    align-self: start;
    margin: 0 8px;
    object-fit:cover;
}
#section-domaine .row{
    display: grid;
    grid-template-columns: 40% 60%;
    padding-left: 47px;
}
#section-domaine .domaine-left .images img {
    width:calc((100% - 48px) / 3);
}
#section-domaine .domaine-right {
    display:flex;
}
#section-domaine .domaine-right .section-text {
    position: relative;
    width: 50%;
    padding-right: 2%;
    padding-top: 5px;
    padding-left: 25px;
    line-height: 1.3;
    font-size: 1em;
}
#section-domaine .domaine-right .section-text > p{
    font-size: 13px;
    line-height: 1.3;
}
#section-domaine .domaine-right .text-line{
    position: absolute;
    top: 12%;
    left: 42.8%;
    width: 1px;
    height: 108px;
    border-left: 6px dotted var(--bordeaux-color);
}
#section-domaine .domaine-right .section-text > p > .emphasis{
    font-size: 15.5px;
    line-height: 1.3;
    margin-bottom: 0;

}
#section-domaine .domaine-right .images {
    width:40%;
}
#section-domaine .domaine-right .images img {
    width:calc((100% - 32px) / 2);
}

#section-domaine .domaine-left .images img:nth-child(1) {
    height: 310px;
    width: 28%;
    margin-top: -80px;
}
#section-domaine .domaine-left .images img:nth-child(2) {
    height: 305px;
    width: 25%;
}
#section-domaine .domaine-left .images img:nth-child(3) {
    height: 410px;
    width: 37%;
    margin-top: -20px;
}
#section-domaine .domaine-right .images img:nth-child(1) {
    height: 395px;
    width: 42%;
    margin: 0;
    margin-top: -60px;
    margin-left: 10px;
    object-position: -100px;
}
#section-domaine .domaine-right .images img:nth-child(2) {
    height: 275px;
    margin-top: 105px;
    width: 43%;
    margin-left: 15px;
    object-position: -150px;
}

#section-domaine .bg-element.left-domaine {
    top: 52.5%;
    left: 20vw;
}
@media all and (max-width: 3100px) {
    #section-domaine .bg-element.left-domaine{
        left: 10vw;
    }
}
@media all and (max-width: 2000px) {
    #section-domaine .bg-element.left-domaine{
        left: -60px;
    }
}
#section-domaine .bg-element.top-domaine {
    top: -170px;
    left: 495px;
}
#section-domaine > .section-inner .domaine-left .bg-element {
    top: 0px;
    left: 33%;
}
#section-domaine > .section-inner .section-text .bg-element {
    bottom: 90px;
    right: 45px;
}