html,body{
    height:100%;
    padding:0;
    margin:0;
    max-width:1200px;
    margin: auto;
}
h1{

}
h2{

}
h3{
    font-size: 2em;
}
img{
    width: 100%;
    max-width: 700px;
    border-radius: 25%;
}
a,a:link{

}
a:hover,a:focus,a:active{

}
header{
    height: 100%;
}

/********** CLASSES ***********/
.titre{
    background-image: url("https://antiquites-sud-ardeche.fr/images/IMG_20260605_112138.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
    text-align: center;
    color: beige;
    padding-top: 100px;
}
.page{
    background-color: #a5752a;
}
.container{

}
.content{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: space-around;
    align-items: center;
}
.sujet{
    width: 75%;
    padding: 20px;
    margin: 10px;
    border-radius: 15px;
    color: #6e1d1d;
}
.mobilier{
    background-color:#aed8d7;
}
.exterieur{
    background-color:#acc5d7;
}
.argent{
    background-color:#aebbd8;
}
.doc{
    background-color:#bfaed8;
}
.debarras{
    background-color:#d3aed8;

}
.contact{
    display: block;
    padding: 30px;
}
.coord{

}
.cv {
    max-width: 350px;
    min-height: 130px;
    text-align: justify;
    background-color: #cecece;
    margin: 20px;
    padding: 15px;
    border-radius: 15px;
}
.hosting-info{
    display:block;
    bottom:0;
    left:0;
    right:0;
    padding:1em;
    font-size:0.8em
}
.hosting-info p{
    margin:0;
    padding:0;
    font-size:12px
}

@media screen{

}

@media screen and (max-width: 640px){

}
@media screen and (min-width: 641px) and (max-width: 1199px),(min-height:500px) and (max-height: 1199px){

}
@media screen and (min-width: 1200px){

}

