.header-with-cloacking{
    background-size: cover;
    display: flex;
    justify-content: flex-end;
}

.header-with-cloacking::before{
    content: '';
    background-color: rgb(0 21 74 / 50%);
    width: 100vw;
    height: 100%;
    position: absolute;
    z-index: 0;
    left: 0;
    display: block!important;
}

.header-with-cloacking-content{
    width: 50%;
    padding: 75px 5px;
    z-index: 1;
    position: relative;
    backdrop-filter: blur(4px);
    margin-left: 50%;
}

.header-with-cloacking-content h1{
    color: #fff;
    font-size: 3.5rem;
    margin-bottom: 40px;
}

.header-with-cloacking-text {
    color: #fff;
    margin-top: 50px;
}

.header-with-cloacking-text details summary{
    list-style: none;
    outline: none;
    cursor: pointer;
}

.header-with-cloacking-text details summary::-webkit-details-marker {
    display: none;
}

.header-with-cloacking-text details summary::after {
    content : '\f107';
    font-family: "FontAwesome";
    position: absolute;
    transition: all .1s linear;
    padding: 0 10px;
    cursor : pointer;
}

.header-with-cloacking-text details[open] summary::after {
    transform: rotate(180deg);
}

.header-with-cloacking-text .button{
    margin-top: 50px;
}

.header-with-cloacking-separator{
    margin-left: -20px;
    margin-right: -20px;
}

.header-with-cloacking-separator img{
    height: 180px;
    width: auto;
    object-fit: cover;
    object-position: left;
}
.header-with-cloacking-separator::before, .header-with-cloacking-separator::after{
    background-image: url("../img/separator-de-white-bg.svg");
    background-size: contain;
    background-repeat: repeat;
    height: 180px;
    width: 100vw;
    position: absolute;
    content: '';
    bottom: 0;
}

.header-with-cloacking-separator::before{
    left: -100vw;
}
.header-with-cloacking-separator::after{
    right: -100vw;
}

@media screen and (max-width: 1000px){
    .header-with-cloacking-content{
        width: 100%;
        margin-left: 0;
    }
}


/*-------------------------------------*/

.reassurance {
    padding: 50px 0;
    text-align: center;
}
.reassurance .h2 {
    font-size: 2.25rem;
    color: #00154a;
    font-weight: bold;
    line-height: 1.15;
    margin-bottom : 10px;
}

.reassurance .reassurance-content{
    line-height: 1.15;
}



/*-------------------------------------------*/


.separator-domelec{
    margin-left: -20px;
    margin-right: -20px;
}

.separator-domelec img{
    height: 180px;
    width: 100%;
    object-fit: cover;
    object-position: left;
}
.separator-domelec-reverse img {
    transform: scaleX(-1);
}

.separator-de-bg{
    background-image: url("../img/separator-de-blue-bg.svg");
    background-size: inherit;
    background-repeat: repeat;
    height: 180px;
    margin-bottom: -2px;
}

