
*{
    box-sizing: border-box;
    margin:0;
    padding:0;
}

@media screen and (max-width:576px){
    #video_accueil{
        width: 576px;
    }
    header{
        width: 576px;
    }
    .pres{
        font-size:small;
    }
    .wrapper{
        max-width: 576px;
    }
    
}


header{
    position: absolute;
    top:0px;
    padding:20px;
    width:100%;
    z-index:100;
    padding-top:50px;
    background:linear-gradient(black,rgba(0,0,0,0.0));
}

nav ul{
    display: flex;
    justify-content:center;
    list-style: none;
}

nav a{
    text-decoration: none;
    margin-right: 50px;
    color: white;
    font-size: 20px;
    text-shadow: 2px 0 3px #1C1C1B;
}

a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #EA5C54;
    transition: 500ms ease;
  }
   
a:hover:after {
     width: 100%;
}

.head:after{
    height: 0px;
}

.head:hover{
    transform:scale(1.1)
}

body{
    background-color: #1C1C1B;
}

.banniere{
    position: relative;
}

#video_accueil{
    position: relative;
    width: 100%;

}

.titre{
    width: 100%;
    margin: auto;
    margin-top: 300px;
    position: absolute;
    z-index: 99;
    
}

.pres{
    font-size: 80px;
    text-shadow:1px 0 2px #1C1C1B;
}
.pres2{
    font-size: 50px;
}

.reals{
    max-width:1450px;
    display: flex;
    flex-wrap: wrap;
    margin:auto;
    justify-content: center;
}

.img_real{
    display: inline;
    width: 400px;
    height: 230px;
}

.lien-real{
    display: block;
    text-decoration: none;
    padding:5px;
    padding-bottom: 9px;
    border-radius: 99px;
    background-color: #EA5C54;
}

.realisation{
    display: flex;
    position: relative;
    margin:10px;
}

.realisation_page{
    margin-top: 15%;
}
.wrapper{
    background-color: #1C1C1B;
    position: relative;
    width:1200px;
    margin: auto;
    margin-bottom: 100px;
    justify-content: center;
    top:100px;
    padding:30px;
}

a{
    font-family: 'Lexend';
    color: white;
}

h1{
    text-align: center;
    font-family: 'Lexend';
    margin-top: 20px;
    margin-bottom: 20px;
    color: white;
}

h2{
    text-align: center;
    font-family: 'Lexend';
    color: white;
    margin-bottom:20px;
}

h3{
    margin-top: 190px;
    margin-left:10px;
    text-shadow:2px 0 2px #262625;
    position:absolute;
    font-family:'Lexend' ;
    color: white;
    margin-bottom: 20px;
}

p{
    font-family: 'Lexend';
    color: white;
}

#cv{
    display: block;
    width: 500px;
    margin:auto;
}

#images img{
    max-width: 150px;
}

.lien{
    display: inline-block;
    padding: 10px;
    border-radius: 999px;
    text-decoration: none;
    background-color: #EA5C54;
    margin-right: 15px;
}

.cont{
    text-align: center;
    margin-bottom: 10px;
}

#linkedin{
    margin:10px auto;
    width:100px;
    display:block;
    background-color: #EA5C54;
    padding: 10px;
    border-radius: 999px;
    text-decoration: none;
}

#tel{
    display: block;
    text-align: center;
    margin:20px
}

.comp_div{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.comp{
    display: block;
    background-color: #2e2e2d;
    border-radius: 15px;
    padding: 10px;
    margin: 10px;
    transition: transform .1s;
    margin: 30px;
}

.comp:hover{
    transform: scale(1.1);
}


/*A PROPOS*/
.logo{
    max-width: 150px;
}

/*TRAILER*/
#trailer{
    margin: auto;
}

/*SAE105*/
.img{
    max-width: 500px;
    margin-bottom: 30px;
}

.lien-site{
    text-decoration: none;
    margin: auto;
    padding:10px;
    border-radius: 99px;
    background-color: #EA5C54;
}

/*SAE103*/
.corps{
    margin-top:200px;
    justify-content:center;
}

.img_moodboard{
    max-width: 800px;
}
.img{
    max-width:500px;
}

/*FORMULAIRE*/
#form{
    margin-top:100px;
    color: white;
    font-family: 'Lexend';
}

.contact-form {
    display: flex;
    flex-direction: column;
    max-width: 500px;
    margin: 0 auto;
    gap: 15px;
  }
  
  .contact-form label {
    font-weight: bold;
  }
  
  .contact-form input,
  .contact-form textarea {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 1rem;
  }
  
  .radio-group {
    display: flex;
    gap: 10px;
    align-items: center;
  }
  
  .contact-form button {
    padding: 10px 20px;
    background-color: #EA5C54;
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 1rem;
  }
  
  .contact-form button:hover {
    background-color: #b5681e;
  }

.coo{
    margin-top:70px;
}
span{
    color:rgb(176, 2, 2)
}

/*BLENDER*/
#lien_img{
    
}

/*FOOTER*/
.footer {

    background-color: #1a1a1a;
    color: #f0f0f0;
    padding: 20px 40px;
    font-family: 'Arial', sans-serif;
  }
  
  .footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  
  .footer-left p {
    margin: 0;
  }
  
  .footer-right a {
    color: #f0f0f0;
    text-decoration: none;
    margin-left: 15px;
    transition: color 0.3s ease;
  }
  
  .footer-right a:hover {
    color: #EA5C54;
  }
  