@font-face {
    font-family: 'Lato-Regular';
    src: url("../font/Lato-Regular.ttf")format("truetype");
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Lato-Regular';
    color: #666666;
}

h2 {
    font-weight: 400;
    letter-spacing: .4rem;
}

h3 {
    font-weight: 400;
    font-size: 1rem;
    font-style: italic;
}

nav {
    height: 30px;
}
.logo{
    
}
.menu li {
    padding: 5px;
    display: inline-block;
}



header {
    width: 100%;
    height: 400px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url('../img/guyane.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

header h1 {
    color: white;
    background-color: black;
    padding: 10px;
    letter-spacing: .4rem;
    font-family: 'Lato-Regular';

}

#about {
    width: 100%;
}

.content {
    width: 70%;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;

}

.content h3 { 
font-size: 25px;
}

.content>p {
    margin-bottom: 8rem;
}

.myname {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8rem;
}

.myImg {
    width: 47%;
}

.myImg img {
    width: 100%;
}

.myImg h4 {
    text-align: center;
}

.gRange {

    width: 100%;
    background-color: lightgray;
    height: 26px;
}

.bRange {
    width: 100%;
    background-color: rgb(63, 63, 63);
    color: white;
    height: 26px;
    text-align: center;
}

.range {
    margin-bottom: 30px;
    width: 100%;
    display: flex;
    flex-direction: column;

}

.Compétences{  
    font-size: 30px;
}

.footAbout {
    background-color: rgb(63, 63, 63);
    color: white;
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 80px;
}

.footAbout div {
    text-align: center;
}

.footAbout div>span {
    text-align: center;
    font-size: 1.3;
}

#para2 {
    width: 100%;
    height: 400px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url('../img/Axel4.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#para3 {
    width: 100%;
    height: 400px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url('../img/Axel2.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: opacity(1) brightness(120%);
    /* -webkit-filter: opacity(0.63) brightness(137%); */
}

#para2 span,
#para3 span {
    color: white;
    font-weight: 200;
    letter-spacing: 0.5em;
    font-size: 1.5em;
}

.photos {
    display: flex;
    flex-wrap: wrap;
}

.photos img {
    width: 23%;
    margin: 0.3em;
}

.load {
    border: none;
    padding: 1rem 1.5rem;
    margin: 5rem auto;
}

#contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 70%;
    margin: 0 auto;
}

.myForm {
    display: flex;
}

.adrI {
    padding: .3rem 1rem;
}

.contactImg {
    width: 33.33%;
}

.contactImg img {
    width: 100%;
}

.adrForm {
    width: 66.66%;
}

.adrForm p,
.adrForm form {
    margin-left: 1rem;
    line-height: 1.5rem;
}

form {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 5rem;
}

input {
    margin: .3rem 0;
    padding: .5rem;
    box-sizing: border-box;
    width: 47%;
}

textarea {
    margin: .3rem 0;
    width: 100%;
    position: relative;
    padding: .5rem;
    box-sizing: border-box;
}

button[type="submit"] {
    border: none;
    position: absolute;
    right: 0;
    bottom: -50px;
    color: #fff;
    background-color: #000;
    padding: .7rem;
}

footer {

    color: white;
    background-color: #666666;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem 0;
}

footer button {
    padding: .7rem;
    color: #666666;
}

.reso {
    font-size: 1.5rem;
}

p{
font-size: 25px;
}

.contacts{  
text-align: center;


}