* {
    margin: 0px;
    padding:0px;
    box-sizing: border-box;
}

html, body {
    height: 100%;
}

body {
    background-color:#01071A;
}

#en_haut {
    height: 424px;
    width: 100%;
    background: linear-gradient(10deg, #01071A,#01071A,#01071A,#01071A, #01255A, #004BAD,#004BAD,#004BAD);
    color: white;
}

#devis {
    height: 0px;
    width: 100%;
    color: white;
}

#devis .img {
    width: 100%;
    margin: 200px 0px;
    text-align: center;
}

.navbar {
    position: absolute;
    padding: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
}

.navbar a {
    color: white;
    list-style-type: none;
    text-decoration: none;
    font-family: "Inter", serif;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
    font-size: 32px;
}

.navbar .logo-nom {
    font-size: 2em;
    font-weight: bold;
}

.navbar .nav-links ul {
    display: flex;
}

.navbar .nav-links ul li {
    display: flex;
    margin: 0 40px;
}

.navbar a:hover {
    color: #046BD2;
}

.navbar .menu-hamburger {
    display: none;
    position: absolute;
    top: 35px;
    right: 50px;
    display: none;
    width: 35px;
}

#presentation {
    display: flex;
    border-left: 100px;   
}

#presentation .img {
    margin: 0px 250px;
}

#presentation .contenu .txt {
    color: white;
    margin: 40px 30px;
}

#presentation .contenu .txt h1 {
    font-family: "Inknut Antiqua", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 45px;
}

#presentation .contenu .txt p {
    font-family: "Inknut Antiqua", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 35px;
}

#presentation .contenu .container_services {
    max-height: 1000px;
    height: 225px;
	max-width: 650px;
	margin: 0 80px;
    background-color: #D9D9D9;
}

#presentation .contenu .container_services h1 {
    color: #000000;
    margin: 0px 200px;
    font-family: "Inter", serif;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
    font-size: 40px;
    text-decoration: none;
}

#presentation .contenu .container_services img {
    margin: -20px 40px;
}

#presentation .contenu .container_services h2 {
    color: #000000;
    margin: -5px 175px;
    font-family: "Inter", serif;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
    font-size: 25px;
}

#presentation .contenu a {
    text-decoration: none;
}

#presentation .contenu .container_contact {
    height: 225px;
	max-width: 650px;
	margin: 100px 80px;
    background-color: #D9D9D9;
}

#presentation .contenu .container_contact h1 {
    color: #000000;
    margin: 0px 200px;
    font-family: "Inter", serif;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
    font-size: 40px;
    text-decoration: none;
}

#presentation .contenu .container_contact img {
    margin: -20px 40px;
}

#presentation .contenu .container_contact h2 {
    color: #000000;
    margin: -5px 175px;
    font-family: "Inter", serif;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
    font-size: 25px;
}

.container {
    display: flex;
    justify-content: space-between;
    padding: 0 200px;
    color: white;
}

.container .titre {
    font-family: "Itim", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 45px;
    text-decoration: none;
}

.container .mentions {
    font-family: "Itim", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 40px;
    text-decoration: none;
    color: white;
}

.container .email {
    font-family: "Itim", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 25px;
    text-decoration: none;
}

.container p {
    font-family: "Itim", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 35px;
    text-decoration: none;
}

.trait {
    width: 1500px;
    border: 1px solid white;
    margin: 40px auto;
}

.copyright {
    text-align: center;
}

.copyright a {
    font-family: "Itim", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    text-decoration: none;
    color: white;
}

main {
    flex: 1;
  }
  
footer {
    min-height: auto;
    background: linear-gradient(#01071A,#01255A,#004BAD,#004BAD);
    color: #fff;
    padding: 10px 0;
    padding-top: 433px;
}

.contacter {
    margin: -60px 0px;
    text-align: center;
}

.contacter p {
    font-family: "Itim", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 35px;
    text-decoration: none;
    color: white;
}

.contacter .titre {
    font-family: "Itim", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 45px;
    text-decoration: none;
    color: white;
}

.contacter .telephone {
    font-family: "Itim", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 40px;
    text-decoration: none;
    color: white;
}

form {
    max-width: 600px;
    max-height: 450px;
    margin: 200px auto 200px;
}

  input, textarea, button {
    width: 100%;
    padding: 10px;
    margin: 20px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
}

button {
    background-color: #007BFF;
    color: white;
    border: none;
}

button:hover {
    background-color: #0056b3;
}

#formContact {
    height: 0;
    width: 100%;
    color: white;
    margin: 0 auto 200px;
}

#placo {
    display: flex;
    border-left: 100px;
    margin-top: -100px;
}

#placo .img {
    margin: 0px 150px;
}

#placo .contenu .txt h1 {
    font-family: "Inknut Antiqua" serif;
    font-family: "Inknut Antiqua", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 45px;
    color: white;
    margin: -10px 30px;
}

#placo .contenu .txt p {
    font-family: "Inknut Antiqua", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 35px;
    color: white;
    margin: 10px 40px;
}

#salleDeBain {
    display: flex;
    border-left: 100px;
    margin-top: 200px;
}

#plomberie {
    display: flex;
    border-left: 100px;
    margin-top: 200px;
}

#salleDeBain .contenu .txt h1 {
    font-family: "Inknut Antiqua" serif;
    font-family: "Inknut Antiqua", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 45px;
    color: white;
    margin: 10px 30px;
}

#plomberie .contenu .txt h1 {
    font-family: "Inknut Antiqua" serif;
    font-family: "Inknut Antiqua", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 45px;
    color: white;
    margin: 10px 30px;
}

#salleDeBain .contenu .txt p {
    font-family: "Inknut Antiqua", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 35px;
    color: white;
    margin: 10px 40px;
}

#plomberie .contenu .txt p {
    font-family: "Inknut Antiqua", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 35px;
    color: white;
    margin: 10px 40px;
}

#salleDeBain #slider {
    position: relative;
    max-width: 800px;
    margin: 0 300px;
    display: flex;
    align-items: center;
    text-align: center;
    border-left: 100px;
    margin-top: 0px;
}

#plomberie #slider {
    position: relative;
    max-width: 800px;
    margin: 0 300px;
    display: flex;
    align-items: center;
    text-align: center;
    border-left: 100px;
    margin-top: 0px;
}

#slideSalleDeBain {
    position: relative;
    max-width: 800px;
    margin: auto;

}

#slidePlomberie {
    position: relative;
    max-width: 800px;
    margin: auto;
}

#salleDeBain #precedent,
#salleDeBain #suivant {
    cursor: pointer;
    transition: opacity 0.3s ease;
    opacity: 0;
    position: absolute;
    font-size: 50px;
    color: rgba(255, 255, 255, 0.8);
    margin: 0 -60px;
}

#plomberie #precedent,
#plomberie #suivant {
    cursor: pointer;
    transition: opacity 0.3s ease;
    opacity: 0;
    position: absolute;
    font-size: 50px;
    color: rgba(255, 255, 255, 0.8);
    margin: 0 -60px;
}

#precedent {
    left: 0px;
}

#suivant {
    right: 0;
}

#slider:hover #precedent,
#slider:hover #suivant {
    opacity: 1;
}

#sanitaire {
    display: flex;
    border-left: 100px;
    margin-top: 300px;
    height: 350px;
    width: 100%;
}

#sanitaire .contenu .txt h1 {
    font-family: "Inknut Antiqua" serif;
    font-family: "Inknut Antiqua", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 45px;
    color: white;
    margin: 10px 30px;
}

#sanitaire .contenu .txt p {
    font-family: "Inknut Antiqua", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 35px;
    color: white;
    margin: 10px 40px;
}

#sanitaire #slider {
    position: relative;
    max-width: 800px;
    margin: 0 300px;
    display: flex;
    align-items: center;
    text-align: center;
    border-left: 100px;
    margin-top: 0px;
}

#slideSanitaire {
    position: relative;
    max-width: 800px;
    margin: auto;

}

#sanitaire #precedent,
#sanitaire #suivant {
    cursor: pointer;
    transition: opacity 0.3s ease;
    opacity: 0;
    position: absolute;
    font-size: 50px;
    color: rgba(255, 255, 255, 0.8);
    margin: 0 -60px;
}

#responsive-top h1 {
    display: none;
}

#responsive h1 {
    display: none;
}

#maconnerie {
    display: flex;
    margin-top: -100px;
}

#maconnerie .contenu .txt h1 {
    font-family: "Inknut Antiqua" serif;
    font-family: "Inknut Antiqua", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 45px;
    color: white;
    margin: 10px 30px;
}

#maconnerie .contenu .txt p {
    font-family: "Inknut Antiqua", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 35px;
    color: white;
    margin: 10px 30px;
}

#maconnerie #slider {
    position: relative;
    max-width: 800px;
    margin: 0 150px;
    display: flex;
    align-items: center;
    text-align: center;
    border-left: 100px;
    margin-top: 0px;
}

#slideMaconnerie {
    position: relative;
    max-width: 800px;
    margin: auto;
}

#maconnerie #precedent,
#maconnerie #suivant {
    cursor: pointer;
    transition: opacity 0.3s ease;
    opacity: 0;
    position: absolute;
    font-size: 50px;
    color: rgba(255, 255, 255, 0.8);
    margin: 0 -100px;
}

#facade {
    display: flex;
    border-left: 100px;
    margin-top: 200px;
}

#facade .contenu .txt h1 {
    font-family: "Inknut Antiqua" serif;
    font-family: "Inknut Antiqua", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 45px;
    color: white;
    margin: 10px 30px;
}

#facade .contenu .txt p {
    font-family: "Inknut Antiqua", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 35px;
    color: white;
    margin: 10px 30px;
}

#facade #slider {
    position: relative;
    max-width: 800px;
    margin: 0 150px;
    display: flex;
    align-items: center;
    text-align: center;
    border-left: 100px;
    margin-top: 0px;
}

#slideFacade {
    position: relative;
    max-width: 800px;
    margin: auto;

}

#facade #precedent,
#facade #suivant {
    cursor: pointer;
    transition: opacity 0.3s ease;
    opacity: 0;
    position: absolute;
    font-size: 50px;
    color: rgba(255, 255, 255, 0.8);
    margin: 0 -100px;
}

#carrelage {
    display: flex;
    border-left: 100px;
    margin-top: 200px;
}

#carrelage .contenu .txt h1 {
    font-family: "Inknut Antiqua" serif;
    font-family: "Inknut Antiqua", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 45px;
    color: white;
    margin: 10px 30px;
}

#carrelage .contenu .txt p {
    font-family: "Inknut Antiqua", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 35px;
    color: white;
    margin: 10px 30px;
}

#carrelage #slider {
    position: relative;
    max-width: 800px;
    margin: 0 150px;
    display: flex;
    align-items: center;
    text-align: center;
    border-left: 100px;
    margin-top: 0px;
}

#slideCarrelage {
    position: relative;
    max-width: 800px;
    margin: auto;

}

#carrelage #precedent,
#carrelage #suivant {
    cursor: pointer;
    transition: opacity 0.3s ease;
    opacity: 0;
    position: absolute;
    font-size: 50px;
    color: rgba(255, 255, 255, 0.8);
    margin: 0 -80px;
}

#chape {
    display: flex;
    border-left: 100px;
    margin-top: 200px;
    height: 380px;
    width: 100%;
}

#chape .contenu .txt h1 {
    font-family: "Inknut Antiqua" serif;
    font-family: "Inknut Antiqua", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 45px;
    color: white;
    margin: 10px 30px;
}

#chape .contenu .txt p {
    font-family: "Inknut Antiqua", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 35px;
    color: white;
    margin: 10px 30px;
}

#chape #slider {
    position: relative;
    max-width: 800px;
    margin: 0 150px;
    display: flex;
    align-items: center;
    text-align: center;
    border-left: 100px;
    margin-top: 0px;
}

#slideChape {
    position: relative;
    max-width: 800px;
    margin: auto;

}

#chape #precedent,
#chape #suivant {
    cursor: pointer;
    transition: opacity 0.3s ease;
    opacity: 0;
    position: absolute;
    font-size: 50px;
    color: rgba(255, 255, 255, 0.8);
    margin: 0 -80px auto;
}

#mentions h1 {
    margin-top: -150px;
    margin-bottom: 120px;
    text-align: center;
    font-family: "Inknut Antiqua", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 45px;
    color: white;
}

#mentions h2 {
    margin-left: 350px;
    font-family: "Inknut Antiqua", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
    color: #62ff98;
}

#mentions p {
    margin-left: 350px;
    font-family: "Arial", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    color: white;
}

@media screen and (max-width: 500px) {

    .navbar {
        padding: 0;
    }

    .navbar .logo-nom {
        position: absolute;
        z-index: 1000;
        top: 37px;
        left: 20px;
        font-size: 25px;
    }

    .navbar .menu-hamburger {
        display: block;
        z-index: 1000;
    }

    .nav-links {
        top: 0;
        left: 0;
        position: absolute;
        z-index: 1000;
        background-color: rgba(255, 255, 255, 0.20);
        backdrop-filter: blur(7px);
        width: 100%;
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: -100%;
        transition: all 0.5s ease;
    }

    .nav-links ul {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .navbar .nav-links ul li {
        margin: 25px;
    }

    .nav-links.mobile-menu {
        margin-left: 0;
    }

    #presentation .img {
        display: none;
    }

    #presentation {
        margin: -325px 0px;
    }

    #presentation .contenu .txt {
        margin: 40px 10px;
    }

    #presentation .contenu .txt h1 {
        font-family: "Inknut Antiqua", serif;
        font-weight: 400;
        font-style: normal;
        font-size: 25px;
    }
    
    #presentation .contenu .txt p {
        font-family: "Inknut Antiqua", serif;
        font-weight: 400;
        font-style: normal;
        font-size: 15px;
    }
    
    #presentation .contenu .container_services h1 {
        color: #000000;
        margin: -20px 100px;
        font-family: "Inter", serif;
        font-optical-sizing: auto;
        font-weight: weight;
        font-style: normal;
        font-size: 25px;
        text-decoration: none;
    }

    #presentation .contenu .container_services img {
        width: 50px;
        height: 50px;
        margin: 0px 0px;
    }

    #presentation .contenu .container_contact img {
        width: 50px;
        height: 50px;
        margin: 0px 0px;
    }

    #presentation .contenu .container_services h2 {
        color: #000000;
        margin: 0px 100px;
        font-family: "Inter", serif;
        font-optical-sizing: auto;
        font-weight: weight;
        font-style: normal;
        font-size: 10px;
    }
  
    #presentation .contenu a {
        text-decoration: none;
    }

    #presentation .contenu .container_contact h1 {
        color: #000000;
        margin: -10px 100px;
        font-family: "Inter", serif;
        font-optical-sizing: auto;
        font-weight: weight;
        font-style: normal;
        font-size: 25px;
        text-decoration: none;
    }

    #presentation .contenu .container_contact h2 {
        color: #000000;
        margin: 0px 100px;
        font-family: "Inter", serif;
        font-optical-sizing: auto;
        font-weight: weight;
        font-style: normal;
        font-size: 10px;
    }

    #presentation .contenu .container_services {
        max-height: 150px;
        max-width: 325px;
        margin: -10px 30px;
        background-color: #D9D9D9;
    }

    #presentation .contenu .container_contact {
        max-height: 150px;
        max-width: 325px;
        margin: 60px 30px;
        background-color: #D9D9D9;
    }

    #devis {
        margin-bottom: -50px;
    }

    #devis .img {
        width: 100%;
        margin: 325px 0px;
        text-align: center;
    }

    #devis .img img {
        width: 100%;
        object-fit: cover;
        display: block;
    }

    footer {
        min-height: auto;
        background: linear-gradient(#01071A,#01255A,#004BAD,#004BAD);
        color: #fff;
        padding: 0 0;
        padding-top: 203px;
    }

    .container {
        display: flex;
        justify-content: space-between;
        padding: 0px 5px;
        color: white;
    }

    .container .titre {
        font-family: "Itim", serif;
        font-weight: 400;
        font-style: normal;
        font-size: 20px;
        text-decoration: none;
    }
    
    .container .mentions {
        font-family: "Itim", serif;
        font-weight: 400;
        font-style: normal;
        font-size: 15px;
        text-decoration: none;
        color: white;
    }
    
    .container .email {
        font-family: "Itim", serif;
        font-weight: 400;
        font-style: normal;
        font-size: 10px;
        text-decoration: none;
    }
    
    .container p {
        font-family: "Itim", serif;
        font-weight: 400;
        font-style: normal;
        font-size: 13px;
        text-decoration: none;
    }
    
    .trait {
        width: auto;
        border: 1px solid white;
        margin: 20px auto;
    }
    
    .copyright {
        text-align: center;
    }
    
    .copyright a {
        font-family: "Itim", serif;
        font-weight: 400;
        font-style: normal;
        font-size: 10px;
        text-decoration: none;
        color: white;
    }

    .contacter {
        margin: -250px 0px;
        text-align: left;
    }

    form {
        max-width: 600px;
        max-height: 450px;
        margin: 300px auto 200px;
        padding: 0px 40px 0px 40px;
    }

    #formContact {
        height: 0;
        width: 100%;
        color: white;
        margin: 0 auto 350px;
    }

    .contacter p {
        font-family: "Itim", serif;
        font-weight: 400;
        font-style: normal;
        font-size: 20px;
        text-decoration: none;
        color: white;
        margin: 0 40px;
    }
    
    .contacter .titre {
        font-family: "Itim", serif;
        font-weight: 400;
        font-style: normal;
        font-size: 30px;
        text-decoration: none;
        color: white;
        /*margin: 0 80px;*/
        text-align: center;
    }
    
    .contacter .telephone {
        font-family: "Itim", serif;
        font-weight: 400;
        font-style: normal;
        font-size: 25px;
        text-decoration: none;
        color: white;
    }

    #responsive-top h1 {
        display: flex;
        font-family: "Inknut Antiqua" serif;
        font-family: "Inknut Antiqua", serif;
        font-weight: 400;
        font-style: normal;
        font-size: 30px;
        color: white;
        justify-content: center;
        align-items: center;
        margin-top: -150px;
        margin-bottom: 50px;
    }

    #responsive-top {
        margin: 0 auto;
        max-width: 100%;
    }

    #maconnerie .contenu .txt h1 {
        display: none;
    }

    #slider {
        justify-content: center;
        position: relative;
        max-width: 700px;
        margin: 0 150px;
        display: flex;
        align-items: center;
        text-align: center;
        border-left: 100px;
        margin-top: 0px;
    }

    #maconnerie .contenu .txt p {
        display: none;
    }

    #responsive h1 {
        display: flex;
        font-family: "Inknut Antiqua" serif;
        font-family: "Inknut Antiqua", serif;
        font-weight: 400;
        font-style: normal;
        font-size: 30px;
        color: white;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin-top: -50px;
        margin-bottom: 50px;
    }

    #responsive {
        margin: -50px auto;
        max-width: 100%;
    }

    #facade {
        margin-top: 230px;
    }

    #facade .contenu .txt h1 {
        display: none;
    }
    
    #facade .contenu .txt p {
        display: none;
    }

    #carrelage {
        margin-top: 230px;
    }

    #carrelage .contenu .txt h1 {
        display: none;
    }
    
    #carrelage .contenu .txt p {
        display: none;
    }

    #chape .contenu .txt h1 {
        display: none;
    }
    
    #chape .contenu .txt p {
        display: none;
    }

    #chape {
        margin-top: 230px;
        margin-bottom: 30px;
    }

    #slideMaconnerie {
        width: 90vw;
        object-fit: cover;
        display: block;
        padding: 0 10px 0 10px;
    }

    #slideFacade {
        width: 90vw;
        object-fit: cover;
        display: block;
        padding: 0 10px 0 10px;
    }

    #slideCarrelage {
        width: 100vw;
        object-fit: cover;
        display: block;
        padding: 0 10px 0 10px;
    }

    #slideChape {
        width: 100vw;
        object-fit: cover;
        display: block;
        padding: 0 10px 0 10px;
    }

    #placo .contenu .txt h1 {
        display: none;
    }
    
    #placo .contenu .txt p {
        display: none;
    }

    #salleDeBain .contenu .txt h1 {
        display: none;
    }

    #plomberie .contenu .txt h1 {
        display: none;
    }
    
    #salleDeBain .contenu .txt p {
        display: none;
    }

    #plomberie .contenu .txt p {
        display: none;
    }

    #sanitaire .contenu .txt h1 {
        display: none;
    }
    
    #sanitaire .contenu .txt p {
        display: none;
    }

    #placo .img {
        justify-content: center;
        position: relative;
        max-width: 700px;
        margin: 0 150px;
        display: flex;
        align-items: center;
        text-align: center;
        border-left: 100px;
        margin-top: 0px;
    }

    #placo .img img {
        width: 90vw;
        object-fit: cover;
        display: block;
        padding: 0 10px 0 10px;

    }

    #sanitaire {
        margin-top: 230px;
        margin-bottom: 150px;
        height: 380px;
    }

    #slideSalleDeBain {
        width: 100vw;
        object-fit: cover;
        display: block;
        padding: 0 10px 0 10px;
    }

    #slideSanitaire {
        position: relative;
        max-width: 450px;
        margin: auto;
    }

    #salleDeBain #slider {
        justify-content: center;
        position: relative;
        max-width: 700px;
        margin: 0 150px;
        display: flex;
        align-items: center;
        text-align: center;
        border-left: 100px;
        margin-top: 0px;
    }

    #plomberie #slider {
        justify-content: center;
        position: relative;
        max-width: 700px;
        margin: 0 150px;
        display: flex;
        align-items: center;
        text-align: center;
        border-left: 100px;
        margin-top: 0px;
    }

    #sanitaire #slider {
        justify-content: center;
        position: relative;
        max-width: 700px;
        margin: 0 150px;
        display: flex;
        align-items: center;
        text-align: center;
        border-left: 100px;
        margin-top: 0px;
    }

    #salleDeBain #precedent,
    #salleDeBain #suivant {
        cursor: pointer;
        transition: opacity 0.3s ease;
        opacity: 0;
        position: absolute;
        font-size: 50px;
        color: rgba(255, 255, 255, 0.8);
        margin: 0 -80px;
    }

    #plomberie #precedent,
    #plomberie #suivant {
        cursor: pointer;
        transition: opacity 0.3s ease;
        opacity: 0;
        position: absolute;
        font-size: 50px;
        color: rgba(255, 255, 255, 0.8);
        margin: 0 -80px;
    }

    #sanitaire #precedent,
    #sanitaire #suivant {
        cursor: pointer;
        transition: opacity 0.3s ease;
        opacity: 0;
        position: absolute;
        font-size: 50px;
        color: rgba(255, 255, 255, 0.8);
        margin: 0 -80px;
    }

    #mentions {
        padding: 0px 25px;
        margin-top: -250px;
        margin-bottom: -150px;
    }

    #mentions h1 {
        margin-bottom: 50px;
        font-size: 25px;
    }

    #mentions h2 {
        margin-left: 0px;
        font-size: 20px;
    }

    #mentions p {
        margin-left: 0px;
        font-size: 15px;
    }
}

@media screen and (min-width: 501px) and (max-width: 714px) {

    .navbar {
        padding: 0;
    }

    .navbar .logo-nom {
        position: absolute;
        z-index: 1000;
        top: 37px;
        left: 20px;
        font-size: 25px;
    }

    .navbar .menu-hamburger {
        display: block;
        z-index: 1000;
    }

    .nav-links {
        top: 0;
        left: 0;
        position: absolute;
        z-index: 1000;
        background-color: rgba(255, 255, 255, 0.20);
        backdrop-filter: blur(7px);
        width: 100%;
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: -100%;
        transition: all 0.5s ease;
    }

    .nav-links ul {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .navbar .nav-links ul li {
        margin: 25px;
    }

    .nav-links.mobile-menu {
        margin-left: 0;
    }

    #presentation .img {
        display: none;
    }

    #presentation {
        margin: -325px 0px;
    }

    #presentation .contenu .txt h1 {
        font-family: "Inknut Antiqua", serif;
        font-weight: 400;
        font-style: normal;
        font-size: 25px;
    }
    
    #presentation .contenu .txt p {
        font-family: "Inknut Antiqua", serif;
        font-weight: 400;
        font-style: normal;
        font-size: 15px;
    }
    
    #presentation .contenu .container_services h1 {
        color: #000000;
        margin: -10px 100px;
        font-family: "Inter", serif;
        font-optical-sizing: auto;
        font-weight: weight;
        font-style: normal;
        font-size: 25px;
        text-decoration: none;
    }

    #presentation .contenu .container_services img {
        width: 50px;
        height: 50px;
        margin: 0px 0px;
    }

    #presentation .contenu .container_contact img {
        width: 50px;
        height: 50px;
        margin: 0px 0px;
    }

    #presentation .contenu .container_services h2 {
        color: #000000;
        margin: 0px 100px;
        font-family: "Inter", serif;
        font-optical-sizing: auto;
        font-weight: weight;
        font-style: normal;
        font-size: 10px;
    }
  
    #presentation .contenu a {
        text-decoration: none;
    }

    #presentation .contenu .container_contact h1 {
        color: #000000;
        margin: -10px 100px;
        font-family: "Inter", serif;
        font-optical-sizing: auto;
        font-weight: weight;
        font-style: normal;
        font-size: 25px;
        text-decoration: none;
    }

    #presentation .contenu .container_contact h2 {
        color: #000000;
        margin: 0px 100px;
        font-family: "Inter", serif;
        font-optical-sizing: auto;
        font-weight: weight;
        font-style: normal;
        font-size: 10px;
    }

    #presentation .contenu .container_services {
        max-height: 150px;
        max-width: 400px;
        margin: 0 60px;
        background-color: #D9D9D9;
    }

    #presentation .contenu .container_contact {
        max-height: 150px;
        max-width: 400px;
        margin: 60px 60px;
        background-color: #D9D9D9;
    }

    #devis .img {
        width: 100%;
        margin: 325px 0px;
        text-align: center;
    }

    #devis .img img {
        width: 100%;
        object-fit: cover;
        display: block;
    }

    footer {
        min-height: auto;
        background: linear-gradient(#01071A,#01255A,#004BAD,#004BAD);
        color: #fff;
        padding: 10px 0;
        padding-top: 203px;
    }

    .container {
        display: flex;
        justify-content: space-between;
        padding: 0px 20px;
        color: white;
    }

    .container .titre {
        font-family: "Itim", serif;
        font-weight: 400;
        font-style: normal;
        font-size: 25px;
        text-decoration: none;
    }
    
    .container .mentions {
        font-family: "Itim", serif;
        font-weight: 400;
        font-style: normal;
        font-size: 20px;
        text-decoration: none;
        color: white;
    }
    
    .container .email {
        font-family: "Itim", serif;
        font-weight: 400;
        font-style: normal;
        font-size: 10px;
        text-decoration: none;
    }
    
    .container p {
        font-family: "Itim", serif;
        font-weight: 400;
        font-style: normal;
        font-size: 15px;
        text-decoration: none;
    }
    
    .trait {
        width: auto;
        border: 1px solid white;
        margin: 20px auto;
    }
    
    .copyright {
        text-align: center;
    }
    
    .copyright a {
        font-family: "Itim", serif;
        font-weight: 400;
        font-style: normal;
        font-size: 10px;
        text-decoration: none;
        color: white;
    }

    .contacter {
        margin: -250px 0px;
        text-align: left;
    }

    form {
        max-width: 600px;
        max-height: 450px;
        margin: 300px auto 200px;
        padding: 0px 40px 0px 40px;
    }

    #formContact {
        height: 0;
        width: 100%;
        color: white;
        margin: 0 auto 350px;
    }

    .contacter p {
        font-family: "Itim", serif;
        font-weight: 400;
        font-style: normal;
        font-size: 20px;
        text-decoration: none;
        color: white;
        margin: 0 40px;
    }
    
    .contacter .titre {
        font-family: "Itim", serif;
        font-weight: 400;
        font-style: normal;
        font-size: 30px;
        text-decoration: none;
        color: white;
        margin: 0 80px;
    }
    
    .contacter .telephone {
        font-family: "Itim", serif;
        font-weight: 400;
        font-style: normal;
        font-size: 25px;
        text-decoration: none;
        color: white;
    }

    #responsive-top h1 {
        display: flex;
        font-family: "Inknut Antiqua" serif;
        font-family: "Inknut Antiqua", serif;
        font-weight: 400;
        font-style: normal;
        font-size: 45px;
        color: white;
        justify-content: center;
        align-items: center;
        margin-top: -150px;
        margin-bottom: 50px;
    }

    #responsive-top {
        margin: 0 auto;
        max-width: 100%;
    }

    #maconnerie .contenu .txt h1 {
        display: none;
    }

    #slider {
        justify-content: center;
        position: relative;
        max-width: 700px;
        margin: 0 150px;
        display: flex;
        align-items: center;
        text-align: center;
        border-left: 100px;
        margin-top: 0px;
    }

    #maconnerie .contenu .txt p {
        display: none;
    }

    #responsive h1 {
        display: flex;
        font-family: "Inknut Antiqua" serif;
        font-family: "Inknut Antiqua", serif;
        font-weight: 400;
        font-style: normal;
        font-size: 30px;
        color: white;
        justify-content: center;
        align-items: center;
        margin-top: -50px;
        margin-bottom: 50px;
    }

    #responsive {
        margin: -50px auto;
        max-width: 100%;
    }

    #facade {
        margin-top: 300px;
    }

    #facade .contenu .txt h1 {
        display: none;
    }
    
    #facade .contenu .txt p {
        display: none;
    }

    #carrelage {
        margin-top: 300px;
    }

    #carrelage .contenu .txt h1 {
        display: none;
    }
    
    #carrelage .contenu .txt p {
        display: none;
    }

    #chape .contenu .txt h1 {
        display: none;
    }
    
    #chape .contenu .txt p {
        display: none;
    }

    #chape {
        margin-top: 300px;
        margin-bottom: 150px;
    }

    #slideMaconnerie {
        position: relative;
        max-width: 450px;
        margin: auto;
    }

    #slideFacade {
        position: relative;
        max-width: 450px;
        margin: auto;
    }

    #placo .contenu .txt h1 {
        display: none;
    }
    
    #placo .contenu .txt p {
        display: none;
    }

    #salleDeBain .contenu .txt h1 {
        display: none;
    }

    #plomberie .contenu .txt h1 {
        display: none;
    }
    
    #salleDeBain .contenu .txt p {
        display: none;
    }

    #plomberie .contenu .txt p {
        display: none;
    }

    #sanitaire .contenu .txt h1 {
        display: none;
    }
    
    #sanitaire .contenu .txt p {
        display: none;
    }

    #placo .img {
        justify-content: center;
        position: relative;
        max-width: 700px;
        margin: 0 150px;
        display: flex;
        align-items: center;
        text-align: center;
        border-left: 100px;
        margin-top: 0px;
    }

    #placo .img img {
        position: relative;
        max-width: 450px;
        margin: auto;

    }

    #sanitaire {
        margin-bottom: 150px;
        height: 380px;
    }

    #slideSalleDeBain {
        position: relative;
        max-width: 450px;
        margin: auto;
    }

    #slideSanitaire {
        position: relative;
        max-width: 450px;
        margin: auto;
    }

    #salleDeBain #slider {
        justify-content: center;
        position: relative;
        max-width: 700px;
        margin: 0 150px;
        display: flex;
        align-items: center;
        text-align: center;
        border-left: 100px;
        margin-top: 0px;
    }

    #plomberie #slider {
        justify-content: center;
        position: relative;
        max-width: 700px;
        margin: 0 150px;
        display: flex;
        align-items: center;
        text-align: center;
        border-left: 100px;
        margin-top: 0px;
    }

    #sanitaire #slider {
        justify-content: center;
        position: relative;
        max-width: 700px;
        margin: 0 150px;
        display: flex;
        align-items: center;
        text-align: center;
        border-left: 100px;
        margin-top: 0px;
    }

    #salleDeBain #precedent,
    #salleDeBain #suivant {
        cursor: pointer;
        transition: opacity 0.3s ease;
        opacity: 0;
        position: absolute;
        font-size: 50px;
        color: rgba(255, 255, 255, 0.8);
        margin: 0 -80px;
    }

    #plomberie #precedent,
    #plomberie #suivant {
        cursor: pointer;
        transition: opacity 0.3s ease;
        opacity: 0;
        position: absolute;
        font-size: 50px;
        color: rgba(255, 255, 255, 0.8);
        margin: 0 -80px;
    }

    #sanitaire #precedent,
    #sanitaire #suivant {
        cursor: pointer;
        transition: opacity 0.3s ease;
        opacity: 0;
        position: absolute;
        font-size: 50px;
        color: rgba(255, 255, 255, 0.8);
        margin: 0 -80px;
    }

    #mentions {
        padding: 0px 25px;
        margin-top: -250px;
        margin-bottom: -150px;
    }

    #mentions h1 {
        margin-bottom: 50px;
        font-size: 25px;
    }

    #mentions h2 {
        margin-left: 0px;
        font-size: 20px;
    }

    #mentions p {
        margin-left: 0px;
        font-size: 15px;
    }
}

@media screen and (min-width: 715px) and (max-width: 816px) {

    .navbar {
        padding: 0;
    }

    .navbar .logo-nom {
        position: absolute;
        z-index: 1000;
        top: 37px;
        left: 20px;
        font-size: 25px;
    }

    .navbar .menu-hamburger {
        display: block;
        z-index: 1000;
    }

    .nav-links {
        top: 0;
        left: 0;
        position: absolute;
        z-index: 1000;
        background-color: rgba(255, 255, 255, 0.20);
        backdrop-filter: blur(7px);
        width: 100%;
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: -100%;
        transition: all 0.5s ease;
    }

    .nav-links ul {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .navbar .nav-links ul li {
        margin: 25px;
    }

    .nav-links.mobile-menu {
        margin-left: 0;
    }

    #presentation .img {
        display: none;
    }

    #presentation {
        margin: -250px 0px;
    }

    #presentation .contenu .txt h1 {
        font-family: "Inknut Antiqua", serif;
        font-weight: 400;
        font-style: normal;
        font-size: 35px;
    }
    
    #presentation .contenu .txt p {
        font-family: "Inknut Antiqua", serif;
        font-weight: 400;
        font-style: normal;
        font-size: 25px;
    }
    
    #presentation .contenu .container_services h1 {
        color: #000000;
        margin: 10px 175px;
        font-family: "Inter", serif;
        font-optical-sizing: auto;
        font-weight: weight;
        font-style: normal;
        font-size: 30px;
        text-decoration: none;
    }

    #presentation .contenu .container_services h2 {
        color: #000000;
        margin: 0px 175px;
        font-family: "Inter", serif;
        font-optical-sizing: auto;
        font-weight: weight;
        font-style: normal;
        font-size: 15px;
    }
  
    #presentation .contenu a {
        text-decoration: none;
    }

    #presentation .contenu .container_contact h1 {
        color: #000000;
        margin: 10px 175px;
        font-family: "Inter", serif;
        font-optical-sizing: auto;
        font-weight: weight;
        font-style: normal;
        font-size: 30px;
        text-decoration: none;
    }

    #presentation .contenu .container_contact h2 {
        color: #000000;
        margin: 10px 175px;
        font-family: "Inter", serif;
        font-optical-sizing: auto;
        font-weight: weight;
        font-style: normal;
        font-size: 15px;
    }

    #devis .img {
        width: 100%;
        margin: 300px 0px;
        text-align: center;
    }

    #devis .img img {
        max-width: 600px;
    }

    footer {
        min-height: auto;
        background: linear-gradient(#01071A,#01255A,#004BAD,#004BAD);
        color: #fff;
        padding: 10px 0;
        padding-top: 283px;
    }

    .container {
        display: flex;
        justify-content: space-between;
        padding: 0px 20px;
        color: white;
    }

    .container .titre {
        font-family: "Itim", serif;
        font-weight: 400;
        font-style: normal;
        font-size: 35px;
        text-decoration: none;
    }
    
    .container .mentions {
        font-family: "Itim", serif;
        font-weight: 400;
        font-style: normal;
        font-size: 30px;
        text-decoration: none;
        color: white;
    }
    
    .container .email {
        font-family: "Itim", serif;
        font-weight: 400;
        font-style: normal;
        font-size: 15px;
        text-decoration: none;
    }
    
    .container p {
        font-family: "Itim", serif;
        font-weight: 400;
        font-style: normal;
        font-size: 25px;
        text-decoration: none;
    }
    
    .trait {
        width: auto;
        border: 1px solid white;
        margin: 30px auto;
    }
    
    .copyright {
        text-align: center;
    }
    
    .copyright a {
        font-family: "Itim", serif;
        font-weight: 400;
        font-style: normal;
        font-size: 10px;
        text-decoration: none;
        color: white;
    }

    .contacter {
        margin: -200px 0px;
        text-align: left;
    }

    form {
        max-width: 600px;
        max-height: 450px;
        margin: 250px auto 200px;
    }

    #formContact {
        height: 0;
        width: 100%;
        color: white;
        margin: 0 auto 300px;
    }

    .contacter p {
        font-family: "Itim", serif;
        font-weight: 400;
        font-style: normal;
        font-size: 25px;
        text-decoration: none;
        color: white;
        margin: 0 40px;
    }
    
    .contacter .titre {
        font-family: "Itim", serif;
        font-weight: 400;
        font-style: normal;
        font-size: 35px;
        text-decoration: none;
        color: white;
        margin: 0 80px;
    }
    
    .contacter .telephone {
        font-family: "Itim", serif;
        font-weight: 400;
        font-style: normal;
        font-size: 30px;
        text-decoration: none;
        color: white;
    }

    #responsive-top h1 {
        display: flex;
        font-family: "Inknut Antiqua" serif;
        font-family: "Inknut Antiqua", serif;
        font-weight: 400;
        font-style: normal;
        font-size: 45px;
        color: white;
        justify-content: center;
        align-items: center;
        margin-top: -150px;
        margin-bottom: 50px;
    }

    #responsive-top {
        margin: 0 auto;
        max-width: 100%;
    }

    #maconnerie .contenu .txt h1 {
        display: none;
    }

    #slider {
        justify-content: center;
        position: relative;
        max-width: 700px;
        margin: 0 150px;
        display: flex;
        align-items: center;
        text-align: center;
        border-left: 100px;
        margin-top: 0px;
    }

    #maconnerie .contenu .txt p {
        display: none;
    }

    #responsive h1 {
        display: flex;
        font-family: "Inknut Antiqua" serif;
        font-family: "Inknut Antiqua", serif;
        font-weight: 400;
        font-style: normal;
        font-size: 35px;
        color: white;
        justify-content: center;
        align-items: center;
        margin-top: -50px;
        margin-bottom: 50px;
    }

    #responsive {
        margin: 0 auto;
        max-width: 100%;
    }

    #facade .contenu .txt h1 {
        display: none;
    }
    
    #facade .contenu .txt p {
        display: none;
    }

    #carrelage .contenu .txt h1 {
        display: none;
    }
    
    #carrelage .contenu .txt p {
        display: none;
    }

    #chape .contenu .txt h1 {
        display: none;
    }
    
    #chape .contenu .txt p {
        display: none;
    }

    #chape {
        margin-bottom: 150px;
    }

    #slideMaconnerie {
        position: relative;
        max-width: 700px;
        margin: auto;
        padding: 0px 50px 0px 50px;
    }

    #slideFacade {
        position: relative;
        max-width: 700px;
        margin: auto;
        padding: 0px 50px 0px 50px;
    }

    #placo .contenu .txt h1 {
        display: none;
    }
    
    #placo .contenu .txt p {
        display: none;
    }

    #salleDeBain .contenu .txt h1 {
        display: none;
    }

    #plomberie .contenu .txt h1 {
        display: none;
    }
    
    #salleDeBain .contenu .txt p {
        display: none;
    }

    #plomberie .contenu .txt p {
        display: none;
    }

    #sanitaire .contenu .txt h1 {
        display: none;
    }
    
    #sanitaire .contenu .txt p {
        display: none;
    }

    #placo .img {
        justify-content: center;
        position: relative;
        max-width: 700px;
        margin: 0 150px;
        display: flex;
        align-items: center;
        text-align: center;
        border-left: 100px;
        margin-top: 0px;
    }

    #placo .img img {
        position: relative;
        max-width: 700px;
        margin: auto;
        padding: 0 50px 0 50px;

    }

    #sanitaire {
        margin-bottom: 150px;
        height: 380px;
        margin-top: 200px;
    }

    #slideSalleDeBain {
        position: relative;
        max-width: 450px;
        margin: auto;
    }

    #slideSanitaire {
        position: relative;
        max-width: 450px;
        margin: auto;
    }

    #salleDeBain #slider {
        justify-content: center;
        position: relative;
        max-width: 700px;
        margin: 0 150px;
        display: flex;
        align-items: center;
        text-align: center;
        border-left: 100px;
        margin-top: 0px;
    }

    #plomberie #slider {
        justify-content: center;
        position: relative;
        max-width: 700px;
        margin: 0 150px;
        display: flex;
        align-items: center;
        text-align: center;
        border-left: 100px;
        margin-top: 0px;
    }

    #sanitaire #slider {
        justify-content: center;
        position: relative;
        max-width: 700px;
        margin: 0 150px;
        display: flex;
        align-items: center;
        text-align: center;
        border-left: 100px;
        margin-top: 0px;
    }

    #salleDeBain #precedent,
    #salleDeBain #suivant {
        cursor: pointer;
        transition: opacity 0.3s ease;
        opacity: 0;
        position: absolute;
        font-size: 50px;
        color: rgba(255, 255, 255, 0.8);
        margin: 0 -80px;
    }

    #plomberie #precedent,
    #plomberie #suivant {
        cursor: pointer;
        transition: opacity 0.3s ease;
        opacity: 0;
        position: absolute;
        font-size: 50px;
        color: rgba(255, 255, 255, 0.8);
        margin: 0 -80px;
    }

    #sanitaire #precedent,
    #sanitaire #suivant {
        cursor: pointer;
        transition: opacity 0.3s ease;
        opacity: 0;
        position: absolute;
        font-size: 50px;
        color: rgba(255, 255, 255, 0.8);
        margin: 0 -80px;
    }

    #mentions {
        padding: 0px 200px;
        margin-top: -250px;
        margin-bottom: -150px;
    }

    #mentions h1 {
        margin-left: -30px;
        font-size: 35px;
    }

    #mentions h2 {
        margin-left: 0px;
        font-size: 25px;
    }

    #mentions p {
        margin-left: 0px;
        font-size: 15px;
    }
}

@media screen and (min-width: 817px) and (max-width: 1000px) {

    .navbar {
        padding: 0;
    }

    .navbar .logo-nom {
        position: absolute;
        z-index: 1000;
        top: 35px;
        left: 35px;
    }

    .navbar .menu-hamburger {
        display: block;
        z-index: 1000;
    }

    .nav-links {
        top: 0;
        left: 0;
        position: absolute;
        z-index: 1000;
        background-color: rgba(255, 255, 255, 0.20);
        backdrop-filter: blur(7px);
        width: 100%;
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: -100%;
        transition: all 0.5s ease;
    }

    .nav-links ul {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .navbar .nav-links ul li {
        margin: 25px;
    }

    .nav-links.mobile-menu {
        margin-left: 0;
    }

    #presentation .img {
        display: none;
    }

    #presentation {
        margin: -250px 0px;
    }

    #devis .img {
        width: 100%;
        margin: 300px 0px;
        text-align: center;
    }

    #devis .img img {
        max-width: 700px;
    }

    footer {
        min-height: auto;
        background: linear-gradient(#01071A,#01255A,#004BAD,#004BAD);
        color: #fff;
        padding: 10px 0;
        padding-top: 283px;
    }

    .container {
        display: flex;
        justify-content: space-between;
        padding: 0px 40px;
        color: white;
    }

    .container .titre {
        font-family: "Itim", serif;
        font-weight: 400;
        font-style: normal;
        font-size: 35px;
        text-decoration: none;
    }
    
    .container .mentions {
        font-family: "Itim", serif;
        font-weight: 400;
        font-style: normal;
        font-size: 30px;
        text-decoration: none;
        color: white;
    }
    
    .container .email {
        font-family: "Itim", serif;
        font-weight: 400;
        font-style: normal;
        font-size: 15px;
        text-decoration: none;
    }
    
    .container p {
        font-family: "Itim", serif;
        font-weight: 400;
        font-style: normal;
        font-size: 25px;
        text-decoration: none;
    }
    
    .trait {
        width: auto;
        border: 1px solid white;
        margin: 30px auto;
    }
    
    .copyright {
        text-align: center;
    }
    
    .copyright a {
        font-family: "Itim", serif;
        font-weight: 400;
        font-style: normal;
        font-size: 10px;
        text-decoration: none;
        color: white;
    }

    .contacter {
        margin: -200px 0px;
        text-align: center;
    }

    form {
        max-width: 600px;
        max-height: 450px;
        margin: 250px auto 200px;
    }

    #formContact {
        height: 0;
        width: 100%;
        color: white;
        margin: 0 auto 300px;
    }

    .contacter p {
        font-family: "Itim", serif;
        font-weight: 400;
        font-style: normal;
        font-size: 25px;
        text-decoration: none;
        color: white;
    }
    
    .contacter .titre {
        font-family: "Itim", serif;
        font-weight: 400;
        font-style: normal;
        font-size: 35px;
        text-decoration: none;
        color: white;
    }
    
    .contacter .telephone {
        font-family: "Itim", serif;
        font-weight: 400;
        font-style: normal;
        font-size: 30px;
        text-decoration: none;
        color: white;
    }

    #responsive-top h1 {
        display: flex;
        font-family: "Inknut Antiqua" serif;
        font-family: "Inknut Antiqua", serif;
        font-weight: 400;
        font-style: normal;
        font-size: 45px;
        color: white;
        justify-content: center;
        align-items: center;
        margin-top: -100px;
        margin-bottom: 50px;
    }

    #responsive-top {
        margin: 0 auto;
        max-width: 100%;
    }

    #maconnerie .contenu .txt h1 {
        display: none;
    }

    #slider {
        justify-content: center;
        position: relative;
        max-width: 700px;
        margin: 0 150px;
        display: flex;
        align-items: center;
        text-align: center;
        border-left: 100px;
        margin-top: 0px;
    }

    #maconnerie .contenu .txt p {
        display: none;
    }

    #responsive h1 {
        display: flex;
        font-family: "Inknut Antiqua" serif;
        font-family: "Inknut Antiqua", serif;
        font-weight: 400;
        font-style: normal;
        font-size: 45px;
        color: white;
        justify-content: center;
        align-items: center;
        margin-top: -50px;
        margin-bottom: 50px;
    }

    #responsive {
        margin: 0 auto;
        max-width: 100%;
    }

    #facade .contenu .txt h1 {
        display: none;
    }
    
    #facade .contenu .txt p {
        display: none;
    }

    #carrelage .contenu .txt h1 {
        display: none;
    }
    
    #carrelage .contenu .txt p {
        display: none;
    }

    #chape .contenu .txt h1 {
        display: none;
    }
    
    #chape .contenu .txt p {
        display: none;
    }

    #chape {
        margin-bottom: 150px;
    }

    #slideMaconnerie {
        position: relative;
        max-width: 800px;
        margin: auto;
        padding: 0px 50px 0px 50px;
    }

    #slideFacade {
        position: relative;
        max-width: 800px;
        margin: auto;
        padding: 0px 50px 0px 50px;
    }

    #placo .contenu .txt h1 {
        display: none;
    }
    
    #placo .contenu .txt p {
        display: none;
    }

    #salleDeBain .contenu .txt h1 {
        display: none;
    }

    #plomberie .contenu .txt h1 {
        display: none;
    }
    
    #salleDeBain .contenu .txt p {
        display: none;
    }

    #plomberie .contenu .txt p {
        display: none;
    }

    #sanitaire .contenu .txt h1 {
        display: none;
    }
    
    #sanitaire .contenu .txt p {
        display: none;
    }

    #placo .img {
        justify-content: center;
        position: relative;
        max-width: 700px;
        margin: 0 150px;
        display: flex;
        align-items: center;
        text-align: center;
        border-left: 100px;
        margin-top: 0px;
    }

    #placo .img img {
        position: relative;
        max-width: 800px;
        margin: auto;
        padding: 0 50px 0 50px;
    }

    #sanitaire {
        margin-bottom: 150px;
        height: 380px;
        margin-top: 200px;
    }

    #slideSalleDeBain {
        position: relative;
        max-width: 450px;
        margin: auto;
    }

    #slideSanitaire {
        position: relative;
        max-width: 450px;
        margin: auto;
    }

    #salleDeBain #slider {
        justify-content: center;
        position: relative;
        max-width: 700px;
        margin: 0 150px;
        display: flex;
        align-items: center;
        text-align: center;
        border-left: 100px;
        margin-top: 0px;
    }

    #plomberie #slider {
        justify-content: center;
        position: relative;
        max-width: 700px;
        margin: 0 150px;
        display: flex;
        align-items: center;
        text-align: center;
        border-left: 100px;
        margin-top: 0px;
    }

    #sanitaire #slider {
        justify-content: center;
        position: relative;
        max-width: 700px;
        margin: 0 150px;
        display: flex;
        align-items: center;
        text-align: center;
        border-left: 100px;
        margin-top: 0px;
    }

    #salleDeBain #precedent,
    #salleDeBain #suivant {
        cursor: pointer;
        transition: opacity 0.3s ease;
        opacity: 0;
        position: absolute;
        font-size: 50px;
        color: rgba(255, 255, 255, 0.8);
        margin: 0 -80px;
    }

    #plomberie #precedent,
    #plomberie #suivant {
        cursor: pointer;
        transition: opacity 0.3s ease;
        opacity: 0;
        position: absolute;
        font-size: 50px;
        color: rgba(255, 255, 255, 0.8);
        margin: 0 -80px;
    }

    #sanitaire #precedent,
    #sanitaire #suivant {
        cursor: pointer;
        transition: opacity 0.3s ease;
        opacity: 0;
        position: absolute;
        font-size: 50px;
        color: rgba(255, 255, 255, 0.8);
        margin: 0 -80px;
    }
    
    #mentions {
        padding: 0px 200px;
        margin-top: -250px;
        margin-bottom: -150px;
    }

    #mentions h1 {
        font-size: 35px;
    }

    #mentions h2 {
        margin-left: 0px;
        font-size: 25px;
    }

    #mentions p {
        margin-left: 0px;
        font-size: 15px;
    }
}

@media screen and (min-width: 1001px) and (max-width: 1400px) {

    .navbar .nav-links {
        display: flex;
        margin: 0 -30px;
    }

    #presentation {
        margin: -150px 0px;
    }

    #presentation .img {
        display: none;
    }

    #presentation .contenu {
        margin: -100px 60px;
    }

    #devis .img {
        width: 100%;
        margin: 250px 0px;
        text-align: center;
    }

    #devis .img img {
        max-width: 800px;
    }

    footer {
        min-height: auto;
        background: linear-gradient(#01071A,#01255A,#004BAD,#004BAD);
        color: #fff;
        padding: 10px 0;
        padding-top: 333px;
    }

    .container {
        display: flex;
        justify-content: space-between;
        padding: 0px 80px;
        color: white;
    }
    
    .container .titre {
        font-family: "Itim", serif;
        font-weight: 400;
        font-style: normal;
        font-size: 35px;
        text-decoration: none;
    }
    
    .container .mentions {
        font-family: "Itim", serif;
        font-weight: 400;
        font-style: normal;
        font-size: 30px;
        text-decoration: none;
        color: white;
    }
    
    .container .email {
        font-family: "Itim", serif;
        font-weight: 400;
        font-style: normal;
        font-size: 15px;
        text-decoration: none;
    }
    
    .container p {
        font-family: "Itim", serif;
        font-weight: 400;
        font-style: normal;
        font-size: 25px;
        text-decoration: none;
    }
    
    .trait {
        width: auto;
        border: 1px solid white;
        margin: 30px auto;
    }
    
    .copyright {
        text-align: center;
    }
    
    .copyright a {
        font-family: "Itim", serif;
        font-weight: 400;
        font-style: normal;
        font-size: 10px;
        text-decoration: none;
        color: white;
    }

    .contacter {
        margin: -150px 0px;
        text-align: center;
    }

    form {
        max-width: 600px;
        max-height: 450px;
        margin: 250px auto 200px;
    }

    #formContact {
        height: 0;
        width: 100%;
        color: white;
        margin: 0 auto 250px;
    }

    #responsive-top h1 {
        display: flex;
        font-family: "Inknut Antiqua" serif;
        font-family: "Inknut Antiqua", serif;
        font-weight: 400;
        font-style: normal;
        font-size: 45px;
        color: white;
        justify-content: center;
        align-items: center;
        margin-top: -100px;
        margin-bottom: 50px;
    }

    #responsive-top {
        margin: 0 auto;
        max-width: 100%;
    }

    #maconnerie .contenu .txt h1 {
        display: none;
    }

    #slider {
        justify-content: center;
        position: relative;
        max-width: 800px;
        margin: 0 150px;
        display: flex;
        align-items: center;
        text-align: center;
        border-left: 100px;
        margin-top: 0px;
    }
    
    #maconnerie .contenu .txt p {
        display: none;
    }

    #responsive h1 {
        display: flex;
        font-family: "Inknut Antiqua" serif;
        font-family: "Inknut Antiqua", serif;
        font-weight: 400;
        font-style: normal;
        font-size: 45px;
        color: white;
        justify-content: center;
        align-items: center;
        margin-top: -50px;
        margin-bottom: 50px;
    }

    #responsive {
        margin: 0 auto;
        max-width: 100%;
    }

    #facade .contenu .txt h1 {
        display: none;
    }
    
    #facade .contenu .txt p {
        display: none;
    }

    #carrelage .contenu .txt h1 {
        display: none;
    }
    
    #carrelage .contenu .txt p {
        display: none;
    }

    #chape .contenu .txt h1 {
        display: none;
    }
    
    #chape .contenu .txt p {
        display: none;
    }

    #chape {
        margin-bottom: 100px;
    }

    #placo #responsive-top h1 {
        display: none;
    }

    #placo .contenu .txt h1 {
        font-size: 35px;
        margin: -10px 50px;
    }
    
    #placo .contenu .txt p {
        font-size: 25px;
        margin: -10px 50px;
    }

    #salleDeBain #responsive h1 {
        display: none;
    }

    #plomberie #responsive h1 {
        display: none;
    }

    #salleDeBain #responsive {
        margin: 0 -40px;
    }

    #plomberie #responsive {
        margin: 0 -40px;
    }

    #salleDeBain .contenu .txt h1 {
        font-size: 35px;
        margin: 50px 50px;
    }

    #plomberie .contenu .txt h1 {
        font-size: 35px;
        margin: 50px 50px;
    }
    
    #salleDeBain .contenu .txt p {
        font-size: 25px;
        margin: -10px 50px;
    }

    #plomberie .contenu .txt p {
        font-size: 25px;
        margin: -10px 50px;
    }

    #sanitaire #responsive h1 {
        display: none;
    }

    #sanitaire #responsive {
        margin: 0 -40px;
    }

    #sanitaire .contenu .txt h1 {
        font-size: 35px;
        margin: 50px 50px;
    }
    
    #sanitaire .contenu .txt p {
        font-size: 25px;
        margin: -10px 50px;
    }

    #placo {
        margin-top: -150px;
    }

    #placo .img {
        position: relative;
        max-width: 700px;
        margin: 0 0px;
        display: flex;
        margin-top: 0px;
    }

    #placo .img img {
        position: relative;
        max-width: 800px;
        margin: 0px 30px;
    }

    #sanitaire {
        margin-bottom: 150px;
        height: 380px;
        margin-top: 200px;
    }

    #slideSalleDeBain {
        position: relative;
        max-width: 450px;
        margin: auto;
    }

    #slideSanitaire {
        position: relative;
        max-width: 450px;
        margin: auto;
    }

    #salleDeBain #slider {
        justify-content: center;
        position: relative;
        max-width: 700px;
        margin: 0 150px;
        display: flex;
        align-items: center;
        text-align: center;
        border-left: 100px;
        margin-top: 0px;
    }

    #plomberie #slider {
        justify-content: center;
        position: relative;
        max-width: 700px;
        margin: 0 150px;
        display: flex;
        align-items: center;
        text-align: center;
        border-left: 100px;
        margin-top: 0px;
    }

    #sanitaire #slider {
        justify-content: center;
        position: relative;
        max-width: 700px;
        margin: 0 150px;
        display: flex;
        align-items: center;
        text-align: center;
        border-left: 100px;
        margin-top: 0px;
    }

    #salleDeBain #precedent,
    #salleDeBain #suivant {
        cursor: pointer;
        transition: opacity 0.3s ease;
        opacity: 0;
        position: absolute;
        font-size: 50px;
        color: rgba(255, 255, 255, 0.8);
        margin: 0 -80px;
    }

    #plomberie #precedent,
    #plomberie #suivant {
        cursor: pointer;
        transition: opacity 0.3s ease;
        opacity: 0;
        position: absolute;
        font-size: 50px;
        color: rgba(255, 255, 255, 0.8);
        margin: 0 -80px;
    }

    #sanitaire #precedent,
    #sanitaire #suivant {
        cursor: pointer;
        transition: opacity 0.3s ease;
        opacity: 0;
        position: absolute;
        font-size: 50px;
        color: rgba(255, 255, 255, 0.8);
        margin: 0 -80px;
    }

    #mentions {
        padding: 0px 200px;
    }

    #mentions h2 {
        margin-left: 0px;
    }

    #mentions p {
        margin-left: 0px;
    }
}

@media screen and (min-width: 1401px) and (max-width: 1612px) {

    #presentation {
        margin: -150px 0px;
    }

    #presentation .img {
        margin: 0px auto;
    }

    #presentation {
        margin: -50px 0px;
    }

    footer {
        min-height: auto;
        background: linear-gradient(#01071A,#01255A,#004BAD,#004BAD);
        color: #fff;
        padding: 10px 0;
        padding-top: 383px;
    }

    .container {
        display: flex;
        justify-content: space-between;
        padding: 0px 100px;
        color: white;
    }
    
    .trait {
        width: auto;
        border: 1px solid white;
        margin: 30px auto;
    }

    .contacter {
        margin: -150px 0px;
        text-align: center;
    }

    form {
        max-width: 600px;
        max-height: 450px;
        margin: 250px auto 200px;
    }

    #formContact {
        height: 0;
        width: 100%;
        color: white;
        margin: 0 auto 250px;
    }

    #maconnerie #slider {
        position: relative;
        max-width: 800px;
        margin: 0 60px;
        display: flex;
        align-items: center;
        text-align: center;
        border-left: 100px;
        margin-top: 0px;
    }
    
    #slideMaconnerie {
        position: relative;
        max-width: 700px;
        margin: auto;
    }
    
    #maconnerie #precedent,
    #maconnerie #suivant {
        cursor: pointer;
        transition: opacity 0.3s ease;
        opacity: 0;
        position: absolute;
        font-size: 50px;
        color: rgba(255, 255, 255, 0.8);
        margin: 0 -50px;
    }

    #facade #slider {
        position: relative;
        max-width: 800px;
        margin: 0 60px;
        display: flex;
        align-items: center;
        text-align: center;
        border-left: 100px;
        margin-top: 0px;
    }
    
    #slideFacade {
        position: relative;
        max-width: 700px;
        margin: auto;
    
    }
    
    #facade #precedent,
    #facade #suivant {
        cursor: pointer;
        transition: opacity 0.3s ease;
        opacity: 0;
        position: absolute;
        font-size: 50px;
        color: rgba(255, 255, 255, 0.8);
        margin: 0 -50px;
    }

    #carrelage #slider {
        position: relative;
        max-width: 800px;
        margin: 0 60px;
        display: flex;
        align-items: center;
        text-align: center;
        border-left: 100px;
        margin-top: 0px;
    }
    
    #slideCarrelage {
        position: relative;
        max-width: 700px;
        margin: auto;
    
    }
    
    #carrelage #precedent,
    #carrelage #suivant {
        cursor: pointer;
        transition: opacity 0.3s ease;
        opacity: 0;
        position: absolute;
        font-size: 50px;
        color: rgba(255, 255, 255, 0.8);
        margin: 0 -50px;
    }

    #chape #slider {
        position: relative;
        max-width: 800px;
        margin: 0 60px;
        display: flex;
        align-items: center;
        text-align: center;
        border-left: 100px;
        margin-top: 0px;
    }
    
    #slideChape {
        position: relative;
        max-width: 700px;
        margin: auto;
    }
    
    #chape #precedent,
    #chape #suivant {
        cursor: pointer;
        transition: opacity 0.3s ease;
        opacity: 0;
        position: absolute;
        font-size: 50px;
        color: rgba(255, 255, 255, 0.8);
        margin: 0 -50px auto;
    }
}

@media screen and (min-width: 1613px) {
    #mentions {
        margin-bottom: -250px
    }    
}