/*  index en css de mes styles */
/* mon choix de couleurs : https://colorhunt.co/palette/f3f3e027548a183b4edda853 */


body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2rem;
    color: rgb(24, 59, 78);
    line-height: 1.4rem;
    background-image: url(../img/pexels-goumbik-574069.jpg);
    background-size: 20%;
    background-repeat: no-repeat;
    background-position: right;
    background-color: rgb(243, 243, 224);
    
}


/* styles globaux.css du CV */
.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: sticky;
    background-size: 30%;
    background-image: url(/src/assets/img/hand-523231_640.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: local;
    background-color: rgb(39, 84, 138);
    background-clip: content-box;
    padding: 3rem;
 }
.header_nav {
    color:rgb(243, 243, 224) ;
}



footer {
    font-style: oblique;
    font-size: 1.5rem;
    margin-bottom: 2rem;
    line-height: 3rem;
    color:  rgb(39, 84, 138);
    text-align: center;

}

.header_h1 {
    color: rgb(221, 168, 83);

}

h1 {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: rgb(24, 59, 78);
    font-weight: bold;
    font-size: 2.5rem;
    text-align: center;
    line-height: 5rem;
    margin-bottom: 3rem;
    text-shadow: 3rem;
}

h2 {
    color: rgb(39, 84, 138);
    font-weight: 800;

}

.adresse {
    text-transform: capitalize;
    text-align: center;
}



/* style des listes */
ul {
    list-style-type: none;
}


ol {
    text-align: center;
    color: rgb(24, 59, 78);
}


/* style des liens */
a {
    color: rgb(39, 84, 138);
     font-size: 1.5rem;
    text-decoration: none;
    align-items: first baseline;
    width: fit-content;

}

a:hover {
    background-color: rgb(24, 59, 78);
    color: rgb(243, 243, 224);
    text-decoration: double;
    width: fit-content;
    text-decoration: underline;
}


img {
    max-width: 100%;

}


/* style page contact */

.contact2 {
    text-align: center;
    align-items: center;
}

address :hover {
    background-color: rgb(39, 84, 138);
    color: rgb(221, 168, 83);
}

.bodycontact {
    font-family: Arial, Helvetica, sans-serif;
    color: rgb(24, 59, 78);
    line-height: 1.4rem;
    background-image: url(/src/assets/img/laptop-7426707_640.png);
    background-size: 15%;
    background-repeat: no-repeat;
    background-position-x: bottom;
    background-color: rgb(243, 243, 224);
    margin: 2rem;


}

.header__contact {
    background-image: url(../img/20220609_132549.jpg);
    width: auto;
    margin: 2rem;
}

.container-contact {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    line-height: 4rem;
    align-items: left;
    text-align: center;
    justify-content: center;
  column-gap: 3rem;

}

.footer_contain {
    font-size: 0.8rem;
    text-align: right;
}

.li_return {
    background-color: rgb(221, 168, 83) ;
    text-decoration: underline;
    font-weight: bold;
}

li {
    line-height: 1.6rem;
}