
/* index */

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

}

body {
    font-family: Arial, sans-serif; 
    line-height: 1.3; 
    background-color: #f4f4f4; 
    
}

header {
    background-color: #333; 
    color: white; 
    text-align: center; 
    padding: 2rem;  
}

nav {
    background-color: #444; 
    padding: 1rem; 
}

nav ul {
    list-style: none; 
    text-align: center; 
}


nav ul li {
    display: inline; 
    margin: 0 10px; 
    font-size: 20px;
}

nav ul li a {
    color: white; 
    text-decoration: none; 
}

nav ul li a:hover {
    color:#0af04f; 
}

main {
    max-width: 1200px; 
    margin: 0px auto;  
    padding: 20px;   
    background-color: white; 
    box-shadow: 0 0 10px rgba(0,0,0,0.1);   
    margin-top: 40px;
}

.img0 {
    float: left;
    margin-right: 15px;
     width: 400px;
    border: 2px solid black;
    height: 350px;
    margin: 40px; 
}

h2 {
    color:#0af04f;
    text-align: center;
}

.dev{

    text-indent: 50px;
}
/* Interview */

p {
    font-size: 24px;
    text-align: justify;
}

.int {
    text-align:center;
    padding-top: 0px;
    font-size: 25px;
}

.pers {
    color: black;
    font-size: 25px;

}  

.row{
    font-size: 1.5rem;
    margin-bottom: 20px;
}

.row{
   text-align: justify;
}

img {
    margin-top: 55px; 
}

.allo {

    margin-bottom: 20px;
}


summary {
    color: rgb(13, 46, 134);
}
.img {
    border: 0px;
    padding: 5px;
    float:left;
    margin-right: 30px;
    padding-top: 5px;
    margin-bottom: 10px; 
}

/* Galerie */

.photo {
    display: block;
}

 .photo img {
    margin: auto;
    padding: 10px;
}

/* conclusion */
.conclu {
   text-align: center;
}

.red {
    color:#0af04f;
}

 .bien{
    font-size: 2rem;
    text-align: center; 
    
 }

 .dev{
    text-indent: 50px;

 }



/* Footer */

footer {
    background-color:gray;
    margin-top: auto;
    bottom:0;
    width: 100%;
}

footer p {
   
    text-align: center;
}

footer {
    background-color: #333; 
    color: white; 
    text-align: center; 
    padding: 1rem; 
    position: relative; 
    bottom: 0; 
    width: 100%; 
    margin-top: 35px;
}