body {
    font-family: futura, sans-serif;
    font-size: 15px;
    margin: 0;
    padding: 0;
}

h3 {
    font-size: 15px;
}

h2 {
    font-size: 20px;
}

header {
    height: 150px;
    background-color: #AD8B73;
    color: #FFF;
    flex-wrap: wrap;
}

header h1 {
    font-size: 30px;
    line-height: 40px;
    text-transform: uppercase;
    margin: 0;
    margin-left: 10px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
}

header h1 a {
    text-decoration: none;
    color: #FFF;
}

header nav {
    vertical-align: top;
    display: inline-block;
    height: 100%;
}

header nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    height: 100%;
    font-size: 20px;
    font-weight: bold;
}

header nav ul li {
    display: inline-block;
    margin: 0;
    height: 25%;
    width: 150px;
    text-align: center;
}

header nav ul li a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 40px;
    color: #FFF;
    text-decoration: none;
}

header nav ul li a:hover {
    background-color: #865439;
}

header p {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    padding-left: 10em;
    padding-right: 10em;
}

.page {
    background-color: #AD8B73;
    height: 100%;
    padding: 20px;
    font-size: 45px;
    color: white;
    font-family: futura;
}

.page p strong {
    border: 1px solid black;
    border-radius: 4px;
}

ul li {
    list-style-type: none;
    font-size: 20px;
}

.container {
    background-color: #AD8B73;
    height: 100px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cercle {
    background-color: #FAE7C9;
    border-radius: 50%;
    width: 550px;
    height: 550px;
    position: absolute;
    left: -265px;
    bottom: 110px;
}

.MMI {
    float: right;
    width: 65%;
    height: 100px;
    text-align: left;
}

.MMI ul li {
    font-size: 15px;

}

.domaine {
    width: 125px;
    height: 125px;
    border-radius: 100%;
    border: 2px solid black;
}

aside {
    background-color: #FCF5ED;
    float: left;
    width: 25%;
    height: 100%;
    padding: 5px;
}
aside ul li{
    font-size: 15px;
}

img {
    width: 200px;
    height: 200px;
}

.logo {
    width: 15px;
    height: 15px;
}
 
.left{
    float: left;
    background-color: white; 
    width: 40%;
    text-align: left;
    padding: 10px;
    margin: 10px;

} 

.photo{

max-width: 1100px;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
gap: 2vmin;
padding: 0 14px;
flex-grow: 10;
justify-content: flex-end;
height: 40px;
width: 40%;
}
.photo img{
    border-radius: 20px;
    padding: 10px;
}
.photo img:hover{
transform : translateY(-10px);
}

video{
    border-radius: 10px;
    height: 500px;
    width: 500px;
}
iframe{
    height: 300px;
    width: 500px;
    border-radius: 10px;
}

/**
.portfolio {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.flex-box {
    padding: 3px;
    display: flex;
    flex-direction: row;
    align-content: space-between;
    align-items: center;
    justify-content: center;
    text-align: center;   
}

.motclé {
    display: flex;
    align-content: center;
    justify-content: center;
}

.motclé li {
    list-style: none;
    border: 0;
    border-radius: 10px;
    background-color: #FFF5E0;
    padding: 5px;

}

.#map:hover{
background-color:  #FFF;
}**/
/**
iframe{
     width :500px; 
     height: 300px;
     border: 0;
}**/

article h2 {
    text-align: center;
}

.page2{
    display: flex;
    justify-content: space-between;
    padding: 0;
}

.animator, .film, .graphic {
    flex: 1;
    padding: 20px;
    margin: 10px;
    border-radius: 5px;
    text-align: justify;
}
.career{
    display: flex;
    justify-content: center;
    border-radius: 100px;
    height: 120px;
    width: 120px;
}

article {
    text-align: center;
}

article h1 {
    font-size: 30px;
}

form {
    font-weight: bold;
}

.name,
.message {
    width: 500px;
    height: 20px;
    font-family: futura;
    border-radius: 10px;
    background-color: #F7EFE5;
    border: solid 1px #6A4A3B;
}

.message {
    width: 700px;
    height: 90px;
}

button {
    font-weight: bold;
    border-radius: 10px;
    width: 100px;
    height: 35px;
    background-color: #F7EFE5;
    border: solid 1px #6A4A3B;
}

main {
    margin: 0;
}

.Contact {
    text-align: left;
    padding: 5px;
}

footer {
    width: 100%;
    height: 100px;
    background-color: #B4846C;
    display: flex;
    align-content: flex-end;
    
    }
footer h3{
    text-align: center;
}
footer ul li{
    font-size: 13px;
}
footer ul li a {
    text-decoration: none;
    color: black; 
}

footer ul li a:hover {
    background-color: #F6F4EB;
}

.footerbas{
    position: absolute;
    bottom: 0;
    width: 100%;
}
.photoimg{
    height: 40px;
    width: 50px;
}


@media screen and (max-width: 2000px) {
  body {
   width: 100%; 
}
}

