#headerPage{
    display: flex;
    justify-content: center;
}

.headerPage-base{
    display: flex;
    justify-content: center;
}

.ban-layer1{
    width: 50%;
}

.ban-layer2{
    width: 50%;
    object-fit: cover;
}
.baliseImageService{
    width: 100%;
}

.ban-layer1-content{
    margin-left: 150px;
}
.ban-layer2-content{
    margin-right: 150px;
}
.sl-title{
    padding: 15px;
}

.title-head{
    font-weight: 700;
}
.title-head2{
    font-weight: 500;
    font-size: 34px;
    padding-left:15px;
}
.btn-layer-devis{
    padding-top: 15px;
    padding-left:15px;
    padding-bottom: 5px;
}
.layer-link{
    text-decoration: none;
    background-color: #f80d0d;
    padding-top: 7px;
    padding-bottom: 7px;
    border-radius: 5px 5px 5px 5px;
    display: flex;
    justify-content: center;
    width: 150px;
    box-shadow: 0 1px 1px 1px #e13d3d;
    transition: all .5s;
}
.layer-link:hover{
    background-color: #e31a1a;
    box-shadow: 0 1px 1px 1px #d24646;
    transition-duration: 1s;
}

.header-title{
    margin: 0;
    color: white;
    font-weight: 500;
    font-size: 16px;
    font-family: Arial, sans-serif;
}
.header-title:hover{
    color: white;
}




.block{
    display: flex;
    justify-content: start;
}

.block-contact{
    width: 300px;
    text-decoration: none;
}


.btn-contact p{
    text-decoration: none;
    color: white;
}
a.btn-contact{
    text-decoration: none;
}

.btn-contact{
    background: transparent;
    position: relative;
    overflow: hidden;
    border-radius: 30px 30px;
    padding: 10px 20px;
    width: 300px;
    font-size: 1.5em;
    box-shadow: 0px -0px 0px 0px rgba(143,64,248, .5),0px 0px 0px 0px rgba(39, 200, 255, .5);
    transition: all .2s;
    display: flex;
    justify-content: center;
    color: white;
    z-index: 1;
}

.btn-contact::after{
    position: absolute;
    content: '';
    width: 500px;
    height: 500px;
    /*background: linear-gradient(225deg,#27d86c 0%, #26caf8 50%, #c625d0 100%);*/
    background: linear-gradient(225deg, #d86527 0%, #f82626 50%, #c625d0 100%);
    top:-50px;
    left: -100px;
    z-index: -1;
    transition: all .5s;
}

.btn-contact:hover::after{
    transform: rotate(150deg);
}

.btn-contact:hover{
    transform: translate(0,-6px);
    box-shadow: 10px -10px 25px 0 rgba(143,64,248, .25),10px -10px 25px 0 rgba(39, 200, 255, .25);
}




@media screen and (max-width: 1500px) {

    .ban-layer2-content {
        margin-right: 50px;
    }

    .headerPage-base {
        flex-direction: column-reverse;
        padding-bottom: 20px;
    }


    .ban-layer1 {
        display: flex;
        justify-content: center;
        width: 100vw;
        margin: 30%;
    }

    .baliseImageService {
        width: 50vw;
    }

    .ban-layer2-content {
        margin-right: 0;
    }

    .ban-layer2 {
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .ban-layer1-content {
        margin: 0;
    }

}
@media screen and (max-width: 1300px){
    .baliseImageService{
        width: 80vw;
    }
}
@media screen and (max-width: 1300px){
    .baliseImageService{
        width: 80vw;
    }
    .ban-layer1{
        position: relative;
        width: 100vw;
    }
    .sl-title2{
        padding-bottom: 20px;
    }
    .title-head{
        font-size: 26px;
        margin: 0;
        padding: 0;
        width: 100%;

    }
    .title-head2{
        font-size: 20px;
        width: 100%;
        margin: 0;
    }

    .block{
        display: flex;
        justify-content: center;
    }

}
@media screen and (max-width: 750px){
    .baliseImageService{
        width: 100vw;
    }

    .btn-layer-devis{
        padding-top: 10px;
        padding-left:15px;
        padding-right:15px;
    }
    .layer-link{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .header-title{
        font-size:14px;
        font-weight: 700;
    }

}