
#sp-contact {
    padding: 0;
    position: relative;
    z-index: 0;
    background: url(images/entete.jpg) center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

#sp-contact .rangee {padding: 0 7.5px;}

#sp-contact .rangee .col-4 {
    align-self: flex-start;
    font-size: 14px;
}

#sp-contact .rangee .col-4 p {
    margin: 9px 0;
}
#sp-contact .rangee .col-4 a {
    color: #fff;
    text-decoration: none;
}

#sp-contact .rangee .col-4 a:hover {
    text-decoration: underline;
}
#sp-contact > .centrage {
    position: static;
    z-index: 10;
    /* background: #fff; */
    margin: 0 auto 0px auto;
    padding: 0 0 41px 0;
    max-width: 1024px;
    position: relative;
    z-index: 10;
}
#interieur {
    /* padding: 0px 30px 30px 30px; */
    max-width: 730px;
    /* margin: -183px auto 0 auto; */
}

#interieur p {
    color: #fff;
    line-height: 18px;
    margin: 21px 0 42px 0;
}
#entete {
    position: relative;
    height: 203px;
    padding: 135px 0 0 0;
    /* background: url(images/entete.jpg) center center no-repeat; */
    /* background-size: cover; */
    z-index: -1;
}
#sp_stages {
    padding: 0 0 35px 0;
    min-height: 650px
}
#sp-contact:before {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgb(5 2 39 / 82%);
}
#entete:after {
    /* background-size: 102% auto; */
    /* z-index: 2; */
    /* bottom: -1px; */
}
.cartouche {
    position: relative;
    z-index: 12;
    color: #fff;
    /* text-align: center */
}
h1 {
    position: relative;
    margin: 22px 0 40px 0;
    color: #fff;
    padding: 0 0 14px 0;
    /* text-align: center; */
    font-size: 21px;
    text-transform: uppercase;
    /* text-align: center */
    width: fit-content;
}
h1:after {
    content:  '';
    position: absolute;
    /* right: 0; */
    bottom: 0;
    left: 0;
    width: 80px;
    height: 1px;
    margin: auto;
    background: orange;
}
.cartouche .nouvelle a {
    color: #fff
}
#intro {
    font-weight: 600;
    margin: 15px 0 18px 0;
    text-align: center;
    color: #5d0895
}
#message-retour {
    padding: 12px 12px 12px 16px;
    background: #0cb900;
    color: #fff;
    border-radius: 15px
}
#message-retour.erreur {
    background: red
}
.champ {
    margin: 15px 0
}
label {
    display: inline-block;
    font-weight: 600;
    font-size: 11px;
    color: #ffffff;
    margin: 0 0 3px 0;
}

.validation {
    color: #fff;
    text-align: center;
}
label span {
    color: #c78300;
}
.champ input, .champ textarea {
    display: block;
    width: 100%;
    padding: 9px 0 11px 16px;
    border: 1px solid #d6d1ec;
    border-radius: 21px;
    font-size: 16px
}
.champ input:focus, .champ textarea:focus {
    outline: 0;
    box-shadow: 0 0 0 0.5px #b2b2ff
}
#envoyer {
    width: 100%;
    background: #c78300;
    border: 0;
    color: #fff;
    padding: 15px;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    border-radius: 41px
}
#envoyer:hover {
    background: #ffbc3b;
    color: #000
}
.validation p {
    font-size: 12px;
    margin: 12px 0
}
.validation a {
    color: #ffad0e
}


#ltel a,
#lwhatsapp a,
#lmail a,
#lfb a {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 4px 0 4px 39px;
    background-repeat: no-repeat;
    background-position: left 3px;
    background-size: auto 22px;
}


#ltel a {
    background-image: url(../../tpl/imgs/phone.svg);
}
#lwhatsapp a {
    background-image: url(../../tpl/imgs/whatsapp.svg);
}
#lmail a {
    background-image: url(../../tpl/imgs/email.svg);
    font-size: 14px;
    line-height: 16px;
}
#lfb a {
    background-image: url(../../tpl/imgs/facebook.svg);
}



@media (max-width: 1490px) {
    #entete {
        /* height: 410px; */
        /* padding: 143px 0 0 0; */
    }
    .cartouche h1 {
        padding: 0 20px;
        font-size: 44px
    }
    #interieur {
        /* margin: -98px auto 0 auto */
    }
}
@media (max-width: 768px) {
    #interieur {
        padding: 0 0 0 15px;
    }
    #entete {
        height: 123px;
        padding: 143px 0 0 0;
    }
}
@media (max-width: 576px) {
    #entete {
        padding: 123px 15px 0 15px
    }
    #interieur {
        padding: 0;
    }
    h1 {
        margin: 30px 0 40px 0;
    }
    #interieur p {
        padding: 22px 0 3px 0;
    }
    #sp-contact .rangee {
        padding: 0 20px;
    }
    #entete:after {
        background-size: 130% auto
    }
    .cartouche h1 {
        font-size: 31px;
        padding: 0 30px
    }
}