
#container
{
position: absolute;
    top: 50px;
    left: 360px;
      border: 1px blue solid;
    display:flex;
    flex-wrap: wrap;
    height: 800px;
    width: 1200px;
     
border-radius:10px 10px 10px 10px;
}
h1  
{
    position: absolute;
 color: blue;
font-size: 30px;
    font-family: Times New Roman;
    font-style: normal;
        font-weight: bold;
    left: 0px;
    top: -55px;
}
.image
{
    position: absolute;
    top: 0px;
    left: 0px;
     z-index:3;
}
.fg
{
 position: absolute;
    top: 350px;
    left: -30px;
     z-index:3;
}
.fd
{
 position: absolute;
    top: 350px;
    right: -30px;
     z-index:3;
}
.bouton  a 
{
position: absolute;
    top: -40px;
background-color: rgb(255,255,110);
font-size: 24px;
font-weight: bold;
    padding: 0 10px 0 10px;   
border-left : 3px solid black;
border-right : 3px solid black;
border-top : 3px solid black;
border-bottom : 3px solid black;
border-radius: 10px;    
color: blue;
right: 0px;
}
.bouton a:hover  
{
background-color: rgb(245,203,0);
}

@media all and  (max-width: 1920px) {#container{left: 360px; }}
@media all and  (max-width: 1680px) {#container{left: 240px; }}
@media all and  (max-width: 1600px) {#container{left: 200px; }}
@media all and  (max-width: 1536px) {#container{left: 168px; }}
@media all and  (max-width: 1440px) {#container{left: 120px; }}
@media all and  (max-width: 1366px) {#container{left: 83px; }}
@media all and  (max-width: 1360px) {#container{left: 80px; }}
@media all and  (max-width: 1280px) {#container{left: 40px; }}
@media all and  (max-width: 1152px) {#container{left: 0px; }}
@media all and  (max-width: 1024px) {#container{left: 0px; }}

