/*====================  poue affichage largeur = 1920 ================*/ 


#container
{
position: absolute;
      border: 1px blue solid;
    display:flex;
    top: 45px;
    flex-wrap: wrap;
    height: 860px;
    left: 400x;
    width: 1120px;
border-radius:10px 10px 10px 10px;
}
.h1  
{
color: blue;
font-size: 30px;
    font-family: Times New Roman;
    font-style: normal;
        font-weight: bold;
}
.tit1
{
    position: absolute;
    top: -45px;
    left: 0px;
font-size: 30px;
    font-family: Times New Roman;
    font-style: normal;
        font-weight: bold;
}
.dansleplan 
{
position: absolute;
    top: 1px;
    right: 5px;
     z-index:1;
}
.image
{
    position: absolute;
    top: 95px;
    left: 0px;
     z-index:5;
}
.plan
{
    position: absolute;
    top: 95px;
    left: 5px;
     z-index:1;
}

.mde
{
    position: absolute;
    top: 650px;
    left: 5px;
 z-index:5;
}
.bouton  a {
position: absolute;
    top: -40px;
right: 60px;
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;
}
.bouton a:hover  {
background-color: rgb(245,203,0);
}
.x {
    position:absolute;
    top:-55px;
    right:0px;
}
a.bouton1 {
    position:absolute;
    top:10px;
    left:10px;
width:220px;
    background-color: rgb(255,255,110);
padding: 7px 7px;
color: #000000;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border: 2px solid #46a28d;
    font-style: normal;
    font-size: : 20px;
    font-weight: bold
}
a.bouton1:hover {
background-color: rgb(245,203,0);
}
a.bouton2 {
    position:absolute;
    top:10px;
    left: 250px;
width:220px;
    background-color: rgb(255,255,110);
padding: 7px 7px;
color: #000000;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border: 2px solid #46a28d;
    font-style: normal;
    font-size: : 20px;
    font-weight: bold
}
a.bouton2:hover {
background-color: rgb(245,203,0);
}
a.bouton3 {
    position:absolute;
    top:50px;
    left:10px;
width:220px;
    background-color: rgb(255,255,110);
padding: 7px 7px;
color: #000000;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border: 2px solid #46a28d;
    font-style: normal;
    font-size: : 20px;
    font-weight: bold
}
a.bouton3:hover {
background-color: rgb(245,203,0);
}
a.bouton4 {
    position:absolute;
    top:50px;
    left:250px;
width:220px;
    background-color: rgb(255,255,110);
padding: 7px 7px;
color: #000000;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border: 2px solid #46a28d;
    font-style: normal;
    font-size: : 20px;
    font-weight: bold
}
a.bouton4:hover {
background-color: rgb(245,203,0);
}
.texte
{
position:absolute;
    top:5px;
    left:250px;
font-style: normal;
    font-size: : 16px;
}
/*--------------------------------------*/
@media all and  (max-width: 1920px) { #container {left: 400px; } }
/*--------------------------------------*/
@media all and  (max-width: 1680px) { #container {left: 280px; } }
/*--------------------------------------*/
@media all and  (max-width: 1600px) { #container {left: 240px; } }
/*--------------------------------------*/
@media all and  (max-width: 1538px) { #container {left: 209px; } }
/*--------------------------------------*/
@media all and  (max-width: 1440px) { #container {left: 160px; } }
/*--------------------------------------*/
@media all and  (max-width: 1366px) { #container {left: 123px; } }
/*--------------------------------------*/
@media all and  (max-width: 1360px) { #container {left: 120px; } }
/*--------------------------------------*/
@media all and  (max-width: 1280px) { #container {left: 80px; } }
/*--------------------------------------*/
@media all and  (max-width: 1152px) { #container {left: 1px; } }
/*--------------------------------------*/
@media all and  (max-width: 1024px) { #container {left: 0px; } }


