.partieun{
    background-color: rgba(26, 44, 86, 0.9);
   
    display: flex;
    padding-left: 100px;
    justify-content: space-between;
    padding-top: 150px;
    padding-bottom: 100px;
    align-items: flex-start;
   
}


body{
    margin: 0px;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: url('/img/icons8-cursor-26.png') 8 8, auto;
    background-image:url(../img/IMG_2253.jpg);
    
   
}

.titan-one-regular {
    font-family: "Titan One", sans-serif;
    font-weight: 400;
    font-style: normal;
  }

h1{
    font-family: Titan One;
    color: #eaeffa;
    font-size: 80px;
   
}



.dm-sans {
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}

.description{
    font-family: DM Sans;
    font-size: 20px;
    color: #a59051;
   
}



header{
    color:#a59051;
    display: flex;
    padding-top: 20px;
    font-family: DM Sans;
    padding-bottom: 50px;
    background-color: rgba(26, 44, 86, 0.9);
    font-size: 20px;
    align-items: flex-start;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
   


   
}

.lienheader{
    color: #a59051;
}

.tete{
    width: 50%;
    border-radius: 10px;
}

.partiedeux{
    padding-top: 30px;
    background-color: #D6F75C;
}

h2{
    display: flex;
    justify-content: center;
    color: #1a2c56;
    margin-top: 0px;
    font-family: DM Sans;
}

.portfolio{
    display: flex;
    justify-content: center;
    gap: 80px;
    padding-top: 40px;
    padding-bottom: 40px;
}

p{
    display: flex;
    justify-content: center;
    font-family: DM Sans;
    font-size: 20px;
}

.sae{
    background-color: #251791;
    padding: 10px;
    border-radius: 15px;
    justify-content: center;
    max-width: 300px;
    min-width: 300px;
    color:#D6F75C
}

.titre{
    font-size: 18px;
   
}

h2{
    font-size: 30px;
}

.partietrois{
    background-image:linear-gradient(rgba(26, 44, 86, 0.9), rgba(21, 96, 116, 0.9));
    display: flex;
    justify-content: center;
    padding-bottom: 80px;
    padding-top: 80px;
}

.sommaire{
    background-color: #a59051;
    border: 0px;
    font-family: DM Sans;
    font-size: 50px;
    color: #eaeffa;
    border-radius: 10px;
    box-shadow: 5px 5px 23px -1px rgba(165,144,81,0.50);
    padding: 10px;
    font-weight: bold;
    border: solid #a59051;
    transition: 0.3s;
}

.sommaire:hover{
    border: solid #eaeffa;
    background-color: rgba(0, 0, 0, 0.1);
    box-shadow: none;
   
   
   
}

a{
    text-decoration: none;
   
}

.gauche{
   
    padding: 10px;
    border-radius: 10px;
   
   
}

img{
    width: 130px;
}

.titre{
    display: flex;
    gap: 30px;
    color:#a59051
}

footer{
    background-color: #156074;
}

.res{
    margin: 0px;
    color: #eaeffa;
}



.contact{
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 10px;

}

.reseaux{
    display: flex;
    gap: 10px;
}

.copyright{
    display: flex;
    justify-content: center;
    color: #eaeffa;
    font-family: DM Sans;
    text-decoration: none;
    padding-bottom: 15px;
}

.ep{
    color: #a59051;

}
