body{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    background-color: #fffffe;
    color: #2b2c34;
    margin: 0%;

}
nav{
    height: 3em;
    background-color: #35b460;
    padding: 1em;
    border-bottom: solid black;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
}
nav a{
    font-size: larger;
    color: whitesmoke;
    text-decoration: none;
}
nav a:hover{
    color: #2b2c34;
    transition: 0.5s;
}
section{
    border-bottom: solid;
    border-color: black;
    overflow: hidden;
}
h1{
    font-size: 3em;
    display: flex;
    justify-content: center;
}
p, ul{
    font-size: x-large;
}

.enTete{
    color: #fffffe;
    height: 50em;
    background-image: url(img/image-fond-en-tete.PNG);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}
.enTete h1{
    font-size: 1500%;
}
.introduction{
    background-image: url(img/introduction.PNG);
    height: 45em;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
}
.introduction div{
    background-color: #fffffe;
    border-radius: 3em;
    margin-left: 5%;
    margin-right: 30%;
    padding: 5em;
    margin-top: 5em;
    margin-bottom: 5em;

    }
.lesConcernées{
    color: #fffffe;
    height: 90em;
    background-image: url(img/concerné.PNG);
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: auto;
}
.lesConcernées div img{
    width: 10%;
    border: solid, white;
    border-radius: 100em;
    margin: 1em;
}

.malte{
    background-image: url(img/lieux.PNG);
    background-repeat: no-repeat;
    background-size: cover;
}
.malte h1{
    color: #fffffe;
    border-radius: 1%;
    padding: 0.5%;
    margin-left: 40%;
    margin-right: 40%;
}
.malte div{
    background-color: #fffffe;
    border-radius: 3em;
    margin: 5em;
    padding: 1em;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 5em;
    margin-bottom: 5em;
}
.projet{
    background-image: url(img/detail.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
}
.projet div{
    background-color: #fffffe;
    border-radius: 3em;
    margin-left: 5%;
    margin-right: 30%;
    padding: 5em;
    margin-top: 5em;
    margin-bottom: 5em;
    }


.projet img{
    transform: translateY(-15em);
}
.cond{
    display: flex;
    align-items: end;
    justify-content: space-around;
}
.chiffre{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
}
.chiffre h1{
    border: solid #2b2c34;
    border-radius: 100em;
    padding: 2%;
}
.Trajet{
    background-image: url(img/detail2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;

}

.textTrajet{
    background-color: #fffffe;
    border-radius: 3em;
    margin-left: 5%;
    margin-right: 15%;
    padding: 5em;
    margin-top: 5em;
    margin-bottom: 5em;
    
}

.Trajet img{
    width: 50%;

}

.lieuDeFormation{
    background-image: url(img/detail3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
}
.lieuDeFormation div{
    background-color: #fffffe;
    border-radius: 3em;
    margin-left: 5%;
    margin-right: 15%;
    padding: 5em;
    margin-top: 5em;
    margin-bottom: 5em;
}
.qlqImg{
    color: #fffffe;
    background-image: url(img/concerné.PNG);
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: auto;
}
.qlqImg div img{
    width: 10%;
    border: solid, white;
    margin: 1em;
}
.mécaniques {
    height: 60em;
}
.mTexte{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
}
.mIamge{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}
.mécaniques div img{
    width: 20%;
}
.électrique{
    text-align: center;
    height: 70em;
    overflow: scroll;
}
.eImage{
    display: flex;
    flex-direction: column;
}
.électrique div img{
    width: 50%;
    padding: 1em;
    transform: translateX(30em);
}

.contact{
    background-image: url(img/straph.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: auto;
}
.carte{
    background-color: #fffffe;
    border-radius: 3em;
    margin-left: 15%;
    margin-right: 15%;
    padding: 5em;
    margin-top: 5em;
    margin-bottom: 5em;
}
.liens{
    text-align: center;
    display: flex;
    justify-content: space-around;
}
.cIamgeLogo{
    height: 10em;
    padding: 2em;
    text-align: center;
    display: flex;
    justify-content: space-around;
}
iframe{
    width: 100%;
}
a img{
    width:5em;
}
footer{
    background-color: #35b460;
    color: #fffffe;
    height: 10em;
    display: flex;
    justify-content: center;
    align-items: center;
}
.index{
    background-image: url(img/index.webp);
    background-repeat: no-repeat;
    background-size: cover;

    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh; 
    width:  100vw;

}
.apparition{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    animation: intro 2s ease-in-out;
}
.index h1{
    background-color: #2b2c346c;
    border-radius: 5em;
    padding: 1em;
    color: #ffffff;
    font-size: 5em;
}
.index a{
    background-color: #2b2c346c;
    border-radius: 5em;
    padding: 1em;
    color: #ffffff;
    border: #ffffff 2px solid;
    border-radius: 3em;
    padding:25px;
    text-decoration: none;
    font-size: 5em;
    transition: 1s ease-in-out;
}
.index a:hover{
    background-color: #16161a;
}
@keyframes intro{
    0%{
        opacity: 0;
        transform: translateY(5em);
    }
    100%{
        opacity: 1;
    }
}