body {
    background-image: url(images/bg-foncé.png);
    background-attachment: fixed;
    background-size: cover;
    color: white;
    font-size: 22px;
    }

nav {
    text-align: center;
    margin-top: 0px;

}
.dac  {
    padding-left: 0;
    padding-right: 0;
}

nav a {
    color: white;
    font-size: 19px;
    
}
nav a:hover {
    text-decoration: none;
    color: white;
}
.up{
    color: white;
    font-size: 19px;
    background-color: rgba(0,0,0,0.65);
    width: auto;
    margin-top: 0px;
    padding: 10px;
    
}
.up:hover {
    background-color: rgba(0,0,0,0.4);
    color: white;
    
}
.up:first-child {
    border-top-left-radius: 0px;
}
.up:last-child {
    border-top-right-radius: 0px;
}
.icon{
    font-size: 25px;
    color: white;
    cursor: pointer;
}
h1{
    text-align: center;
    font-family: 'Trade Winds';
}
.icon:hover{
    background: radial-gradient(circle at 33% 100%, #FED373 4%, #F15245 30%, #D92E7F 62%, #9B36B7 85%, #515ECF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.bleu {
    color: white;
    font-size: 25px;
    cursor: pointer;
}
.bleu:hover {
    color: #3b5998;
}
.cadre {
background-position: center;
background-color: rgba(0,0,0,0.65);

}
.btn {
    color: white;
}

.pk {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.major {
color: white;
text-align: center;
letter-spacing: 0.5rem;
font-size: 1.5rem;

}
.major span {

font-size: 30px;
text-align: center;
border-bottom: 1px solid white;
}
.salut {
text-align: center;
font-size: 22px;
color: white;

}
.salut1 {
    text-align: center;
    font-size: 20px;
    color: white;
}
.salut2 {
    text-align: left;
    font-size: 22px;
    color: white;
    text-decoration: underline;
}
.moon {
    margin-top: 0px;
    font-size: 17px;
    text-align: center;
}

.ligne {
    border-right: solid 2px white;
}

.servicelt {
    text-align: center;
    margin-bottom: 50px;
}
.peinture{
    margin-top: 50px;
}

.lk {
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 20px;
}

th {
color: white;
text-align: center;
}

.info {
    font-size: 22px;
    text-decoration: underline;

}
.ser {
    font-size: 17px;
}

footer {
    margin-bottom: 20px;
}
.en {
    margin-bottom: 40px;
    padding: 0 20px;
    text-align: center;
}
.form {
    display: block; margin-left: auto; margin-right: auto;
}
.espace{
    height: 50px;
    background-color: rgba(0,0,0,0.65);
    margin: 0 -15px;
}
.lp {
    padding: 0 20px;
}