html {
    width: 100%;
    margin: 0 auto;
    font-family: 'Mulish', sans-serif;
}

::selection {
    color: #6B6B6B;
    background: #FFFFFF;
}

::-moz-selection {
    color: #6B6B6B;
    background: #FFFFFF;
}

#body {
    background: url(../pictures/plomberie.png) #FFFFFF;
    background-repeat: repeat;
}

.header {
    padding: 1rem;
    margin: 0rem 0rem 0.2rem 0rem;
    background-color: rgb(60,100,177, .4);
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
}

.header #logo {
    height: auto;
    max-width: 100%;
    text-align: center;
}

.header #nav a {
    font-weight: 600;
    padding: 1rem 1rem;
    text-decoration-line: none;
    color:  #FFFFFF;
    text-shadow: 1px 0px 1px #000000, 0px 1px 1px #000000;
    -webkit-transition: all .1s ease-in-out;
    transition: all 0.5s ease-out;
}

.header #nav a:hover {
    text-decoration-line: underline;
}

.header #rdv {
    font-weight: bold;
    padding: 0.5rem;
    text-decoration-line: none;
    color: #FFFFFF;
    background: #0F102F;
    border-radius: 5px 5px;
    -webkit-transition: all .1s ease-in-out;
    transition: all 0.5s ease-out;
    -webkit-box-shadow: 0px 10px 13px -7px #000000; 
    box-shadow: 0px 10px 13px -7px #000000;
}

.header #rdv:hover {
    color: #0F102F;
    background-color: #FFFFFF;
}

#intro {
    padding: 2rem;
    text-align: center;
    background: rgb(60,100,177);
}

#intro h1, #intro p {
    font-weight: bold;
    letter-spacing: 0.03rem;
}

#intro h1 {
    font-size: 3.5rem;
    margin: 9rem 0 5rem 0;
    color: #000000;
}

#intro p {
    font-size: 2rem;
    margin-bottom: 4rem;
    color: #000000;
}

#intro #cta1 {
    font-size: 1.4rem;
    letter-spacing: 0.03rem;
    margin: 1rem 0rem;
}

#intro #cta1 #rdv1 {
    padding: 0.5rem;
    margin: 0.5rem 0.8rem;
    text-decoration-line: none;
    color: #FFFFFF;
    background: #0F102F;
    border-radius: 5px 5px;
    -webkit-box-shadow: 0px 10px 13px -7px #000000; 
    box-shadow: 0px 10px 13px -7px #000000;
    -webkit-transition: all .1s ease-in-out;
    transition: all 0.5s ease-out;
}

#intro #cta1 #rdv1:hover {
    color: #0F102F;
    background-color: #FFFFFF;
}

#intro #cta1 #dlt1 {
    padding: 0.5rem;
    margin: 0rem 0.8rem;
    text-decoration-line: none;
    color: #0F102F;
    background: #FFFFFF;
    border: solid 1px #0F102F;
    border-radius: 5px 5px;
    -webkit-box-shadow: 0px 10px 13px -7px #000000; 
    box-shadow: 0px 10px 13px -7px #000000;
    -webkit-transition: all .1s ease-in-out;
    transition: all 0.5s ease-out;
}

#intro #cta1 #dlt1:hover {
    color: #FFFFFF;
    background-color: #0F102F;
}

#intro #pict {
    height: auto;
    max-width: 100%;
}

#expertises {
    padding: 0 7rem 0 7rem ;
    text-align: center;
    background: #FFFFFF;
}

#expertises h2 {
    font-weight: bold;
    font-size: 3rem;
    line-height: 4rem;
    letter-spacing: 0.01rem;
    margin: 7.5rem 0 7.5rem 0;
    color: #373F41;
}

#expertises h3 {
    font-weight: bold;
    font-size: 2.5rem;
    line-height: 2rem;
    letter-spacing: 0.02rem;
    color: #000000;
}

#expertises p {
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 2rem;
    letter-spacing: 0.02rem;
    color: #373F41;
}

#expertises #cta2 {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.8rem;
    letter-spacing: 0.03rem;
    margin: 1rem 0 5rem 0;
}

#expertises #cta2 #rdv2 {
    padding: 0.5rem;
    text-decoration: none;
    color: #FFFFFF;
    background: #0F102F;
    border-radius: 5px 5px;
    -webkit-box-shadow: 0px 10px 13px -7px #000000; 
    box-shadow: 0px 10px 13px -7px #000000;
    -webkit-transition: all .1s ease-in-out;
    transition: all 0.5s ease-out;
}

#expertises #cta2 #rdv2:hover {
    color: #0F102F;
    background-color: #FFFFFF;
}

#qui-suis-je {
    padding: 2rem;
    text-align: center;
    background: #0F102F;
}

#qui-suis-je h2, #qui-suis-je p {
    letter-spacing: 0.02rem;
    color: #FFFFFF;
}

#qui-suis-je h2 {
    font-weight: bold;
    font-size: 2.5rem;
    line-height: 3.5rem;
    margin-top: 7.5rem;
}

#qui-suis-je h2 span {
    color: #000000;
    background: #FFFFFF;

}

#qui-suis-je p {
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 2rem;
}

#qui-suis-je #cta3 {
    font-size: 1.4rem;
    line-height: 1.8rem;
    letter-spacing: 0.03rem;
    margin: 3rem 0rem;
}

#qui-suis-je #cta3 #rdv3 {
    padding: 0.5rem;
    margin: 0rem 0.8rem 0.5rem 0.8rem;
    text-decoration-line: none;
    color: #0F102F;
    background: #FFFFFF;
    border-radius: 5px 5px;
    -webkit-box-shadow: 0px 10px 13px -7px #000000; 
    box-shadow: 0px 10px 13px -7px #000000;
    -webkit-transition: all .1s ease-in-out;
    transition: all 0.5s ease-out;
}

#qui-suis-je #cta3 #rdv3:hover {
    color: #FFFFFF;
    background-color: #0F102F;
}

#qui-suis-je #cta3 #dlt2 {
    padding: 0.5rem;
    margin: 0rem 0.8rem 0.5rem 0.8rem;
    text-decoration-line: none;
    color: #FFFFFF;
    background: #0F102F;
    border: solid 1px #FFFFFF;
    border-radius: 5px 5px;
    -webkit-box-shadow: 0px 10px 13px -7px #000000; 
    box-shadow: 0px 10px 13px -7px #000000;
    -webkit-transition: all .1s ease-in-out;
    transition: all 0.5s ease-out;
}

#qui-suis-je #cta3 #dlt2:hover {
    color: #0F102F;
    background-color: #FFFFFF;
}

#qui-suis-je #boss {
    height: auto;
    max-width: 100%;
}

#tarifs {
    text-align: center;
    background: #FFFFFF;
}

#tarifs h2, #tarifs h3, #tarifs h4, #tarifs p {
    font-weight: bold;
    line-height: 4rem;
    letter-spacing: 0.01rem;
}

#tarifs h2 {
    font-size: 3.2rem;
    margin-top: 7rem;
    margin-bottom: 7rem;
    color: #373F41;
}

#tarifs h3 {
    font-size: 5rem;
    color: #000000;
}

#tarifs h3 span {
    font-size: 2rem;
    color: #000000;
}

#tarifs h4 {
    font-size: 2.5rem;
    color: #000000;
}

#tarifs p {
    font-size: 2rem;
    color: #9C9C9C;
}

#tarifs #tarifsblock {
    padding: 0rem 2rem 0rem 2rem;
    margin: 1rem 0rem 0rem 0rem;
}

#tarifs #tarifsblock #item {
    padding: 0.5rem 0.5rem;
    margin: 2rem 2rem 10rem 2rem;
    background: #F7F7F7;
    border-radius: 9px;
    -webkit-box-shadow: 0px 10px 20px -5px #191919; 
    box-shadow: 0px 10px 20px -5px #191919;
}

#map {
    padding: 0.3rem;
    background: #F3F6FA;
}

#map #mapi {
    height: auto;
    max-width: 100%;
}

#footer {
    padding: 1rem;
    text-align: center;
    background: #0F102F;
}

#footer h4, #footer p, #footer a {
    font-weight: bold;
    line-height: 3.5rem;
    letter-spacing: 0.02rem;
    color: #FFFFFF;
}

#footer h4 {
    font-size: 2.5rem;
}

#footer p {
    font-size: 2rem;
}

#footer a {
    font-size: 2.3rem;
    text-decoration-line: none;
}

#footer #tel:hover {
    text-decoration-line: underline;
    -webkit-transition: all .1s ease-in-out;
    transition: all 0.5s ease-out;
}

#footer #mail {
    text-decoration-line: underline;
}

#footer #mail:hover {
    text-decoration-line: none;
    -webkit-transition: all .1s ease-in-out;
    transition: all 0.5s ease-out;
}

#footer #creator p {
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.3rem;
    letter-spacing: 0.02rem;
}