body{
    margin: 0;
}
header{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 0;
    padding-bottom: 0;
    
    
}
.photo{
    display: inline-block;
    height: auto;
    width: 30%;
    max-width: 300px;
    padding: 20px;
    box-sizing: border-box;
    margin: 10px;
    background-color: #2d5a1b;
    
}
.photo__beaugosse{
    width: 100%;
    height: auto;
}
.Title{
    flex: 1;
    display: flex;
    min-width: 200px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #ffffff;
    padding-bottom: 55px;
    padding-top: 55px;
    
}
.Title h1{
    color: #2d5a1b;
    text-transform: uppercase;
    margin-bottom: 0;
}
.Title h2{
    color: white;
    background-color: #7dc95a;
    padding: 8px;
    border-radius: 20px;
}
.Title h3{
    font-size: 2em;
}
.info{
    background-color: #2d5a1b;
    gap: 20px;
    width: 30%;
    max-width: 300px;
    color: #ffffff;
    text-align: center;
    padding:1px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    min-width: 200px;
}
.info h3{
    text-decoration: underline;
    font-size: 2rem;
    text-transform: uppercase;
}
.info p{
    margin: 0;
}
.info ul{
    list-style: none;
    padding: 0;
}
.Coordonnee h3{
    margin: 0;
    text-align: left;
    

}
.Coordonnee p, a{
    text-align: left;
    text-decoration: none;
    font-size: 1.2em;
    color: #ffffff;
}
.Langue h3{
    text-align: left;
    margin-top: 3px;
    margin-bottom: 0;

}
.Langue p{
    text-align: left;
    margin: 0;
    font-size: 1.3em;
}
.Hobby h3{
    margin-top: 2px;
    margin-bottom: 0%;
    text-align: left;

}
.Hobby ul{
    margin: 0;
}
.Hobby{
    text-align: left;
    font-size: 1.3em;
}
.Contenan__cv{
    display: inline-block;
    text-align: left;
    padding-left: 20px;
    flex: 1;
}
main{
    display: flex;
    flex-wrap: wrap;
    margin-top: 0;
    padding-top: 0;
}
.Contenu__du__cv h2{
    background-color: #2d5a1b;
    color: #ffffff;
    text-align: left;
    font-size: 1.5em;
    padding: 10px;
    font-weight: bold;
    text-transform: uppercase;

}
.Compétences{
    font-size: 1.5em;
}
.Compétences h2{
    margin: 0;
}
.Compétences a{
    text-decoration: none;
    color: black;
    
}
.Compétences ul{
    margin-top: 0;
    list-style: none;
}

.Contenu__du__cv ul{
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}
.Formation h3{
    font-size: 1.5rem;
    color: #2d5a1b;
    margin-bottom: 0;

}
.Formation p{
    margin-top: 0;
    font-style: italic;
    font-weight: bold;
    
}
.experience{
    text-align: left;
    
}
.experience h3{
    font-size: 1.5rem;
    color: #2d5a1b;
    margin-bottom: 0;

}
.nom__entreprise{
    margin-top: 0;
    margin-bottom: 0;
    font-style: italic;
    font-weight: bold;

}
.experience p{
    margin: 0;
}
.experience ul{
    list-style: circle;
    margin: 0px 20px;
}

@media (max-width: 600px){
    main{
        flex-direction: column;
    }
    .info{
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 600px) {
    header {
        flex-direction: column;
        height: auto;
    }

    .photo {
        width: 60%;
        max-width: 60%;
    }
    .Title{
        width: 100%;
    }
}

.btn-lettre {
    position: fixed;
    bottom: 20px;
    left: 40%;
    background-color: #2d5a1b;
    color: white;
    padding: 15px 25px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: bold;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}
.authentification{
    background-color: gray;
    
}
.Formulaire{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
}
.Formulaire form{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.Labelle__Form{
    font-size: 2rem;
}
input{
    width: 250px;
    padding: 10px;
    font-size: 2rem;
}
.button__authentification{
    margin: 20px;
    padding: 10px;
    border-radius: 20px;
    width: 260px;
    font-size: 2rem;
}