@font-face {
    font-family: tanmoncheri;
    src: url(fonts/TAN-MONCHERI.otf);
    font-display: swap;
}

@font-face {
    font-family: hpsimplified_light;
    src: url(fonts/hpsimplified_light.ttf);
    font-display: swap;
 }

 header{
    background-color:white;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
 }

 .logo img {
   position: absolute;
   top: 10px;
   width: 200px;
   height: auto;
 }

.logo a{
   border: none;
   background-color: transparent;
}

   .langues a {
      border: none;
      background-color: #834594;
      border-radius: 10px;
      margin: 10px;
      color: white;
   }

   .langues{
      display: flex;
      flex-direction: row; 
   }

 nav {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    margin-left: 300px;
 }
 
 nav > a {
    display: block;
    text-decoration: none;
    padding: 10px;
    font-size: 20px;
    border: none;
    background-color: transparent;
 }
 
 body {
    margin: 0;
 }

section{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    padding-top: 20px;
    padding-bottom: 40px;
    min-height: 250px;
    /* max-height: 900px; */
    margin: 0px;
 }

 h1{
   font-family: tanmoncheri;
   font-size: 50px;
   color: white;
   background-color: rgba(0, 0, 0, 0.7);
   padding: 30px;
   margin-top: 100px;
   text-align: end;
 }

h1 > span {
   font-family: hpsimplified_light;
   font-size: 35px;
}

 h2{
   font-family: tanmoncheri;
   font-size: 25px;
   background: black;
   background-color: rgba(0, 0, 0, 0.7);
   color: white;
   padding: 20px;
   border-bottom: 70px;
   border-color:rgba(0, 0, 0, 0.7);
   border-radius: 20px;
   margin-bottom: 50px;
 }
 

 h3{
font-family: hpsimplified_light;
text-align: center;
margin: 0;
font-size: 30px;
 }

 h4{
   font-family: hpsimplified_light;
   text-align: center;
   margin: 0;
   font-size: 25px;
 }

 p{
   font-family: hpsimplified_light ;
   text-align: justify;
   font-size: 18px;
 }

 a{
   color: black;
   background-color: #E1DC00;
   font-family:hpsimplified_light;
   font-size: 20px;
   text-decoration: none;
   border-radius: 20px;
   padding: 20px;
   margin: 30px;
   display: inline-block;
 }
 
 .painting{
    background: url(images/fond.webp);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.section1{
   align-items: end;
  padding-right: 30px;
   margin-left: 300px;
   min-height: 450px;
}

.section1 a{
   background-color: rgba(0, 0, 0, 0.7);
   color: white;
   border: none;
}

.plargeur{
   width: 800px;
}

.exp{
   margin-left: 30px;
   margin-right: 30px;
}

.portfolio{
   display: flex;
   justify-content: center;
   flex-wrap: wrap;
}

.portfolio a{
   background-color: transparent;
}

.portfolio img{
   margin: 20px;
   width: 300px;
   height: auto;
   padding: 0;
   border-radius: 20px;
   filter: drop-shadow(13px 13px 10px rgba(0, 0, 0, 0.7));
}

.portfolio h3{
   font-size: 25px;
   border-color:rgba(0, 0, 0, 0.7);
   border-radius: 20px;
   padding: 20px;
   color: white;
   background: black;
   background-color: rgba(0, 0, 0, 0.7);
   margin: 15px;
}

.expert{
   display: flex;
   justify-content: center;
   flex-wrap: wrap;
   margin-top: 40px;
}  

.expert > div {
   text-align: center;
   margin: 20px;
   width: 250px;
}

.expert img {
   display: block;
   margin: 0 auto;
   max-width: 70%;
   height: 150px;
   margin-bottom: 20px;
}

.projet{
   background :url(images/transition2.webp);
   background-size: cover;
    background-position: center;
    padding-top: 0px;
   justify-content: flex-start;
}

.projet h3{
   padding: 50px;
   max-width: 900px;
}

.collab >div{
   display: flex;
   flex-direction: row;
   margin: 10px;
}

.collab > div > div{
   max-width: 300px;
   text-align: center;
   min-height: 150px;
   margin: 50px;
}

svg{
   width: 80px;
   height: auto;
   text-align: center;
}


.sform form {
   width: 50%;   
   margin: 30px;
   padding-bottom: 30px;
}

.rgpd label{
   text-align: justify;
}

textarea, input{
   font-family:hpsimplified_light ; 
   border-radius: 5px;
   width: 100%;
   min-width: 95%;
   max-width: 95%;
   height: 25px;
   margin-top: 10px;
   background-color: rgba(0, 0, 0, 0.7);
}

textarea {
   height: 150px;
   color: white;
}   

label{
   font-size: 20px;
   font-family: hpsimplified_light;
 }

 .sform div p{
   max-width: 600px;
   margin: 30px;
 }

 footer{
   background-color: #834594;
   display: flex;
   flex-direction: row;
   justify-content: space-evenly;
   color: white;
   padding-top: 10px;
}

footer > div{
   display: flex;
   flex-direction: column;
   align-items: center;

}

footer a{
   border: none ;
   padding: 0;
   margin: 0;
   background-color: transparent;
}

.picto{
   width: 50px;
   height: auto;
}

.reseau{
   display: flex;
   flex-direction: column;
}