10/*====================  poue affichage largeur = 1920 ================*/ 
h1  
{
color: blue;
font-size: 30px;
    font-family: Times New Roman;
    font-style: normal;
        font-weight: bold;
    margin-left: 360px;
    margin-top: 20px;
}
.image
{
    position: absolute;
    top: 60px;
    left: 360px;
     z-index:3;
}
#container
{
position: absolute;
    padding-left: 0px;
    padding-top: 0px;
    border: 0px blue solid;
    display:flex;
    top: 58px;
    flex-wrap: wrap;
    height: 800px;
    width: 1200px;
    left: 360px;
     
border-radius:10px 10px 10px 10px;
}
.plan
{
    position: absolute;
    top: 150px;
    left: 280px;
     z-index:1;
}
.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: 15px;
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: 350px;
}
.bouton a:hover  {
background-color: rgb(245,203,0);
}


/*====================  poue affichage largeur = 1920 ================ */
@media all and  (max-width: 1920px)
{
h1  
{
    margin-left: 360px;
}
.image
{
    left: 360px;
}
#container
{
    left: 360px;
}
.fg
{
    left: -40px;
}
.fd
{
    right: -40px;
}
.bouton  a {
right: 360px;
}
}
/*====================  poue affichage largeur = 1680 ================ */
@media all and  (max-width: 1680px)
{
h1  
{
    margin-left: 240px;
}
.image
{
    left: 240px;
}
#container
{
    left: 240px;
}
.fg
{
    left: -40px;
}
.fd
{
    right: -40px;
}
.bouton  a {
right: 240px;
}
}
/*====================  poue affichage largeur = 1600 ================ */
@media all and  (max-width: 1600px)
{
h1  
{
    margin-left: 200px;
}
.image
{
    left: 200px;
}
#container
{
    left: 200px;
}
.fg
{
    left: -40px;
}
.fd
{
    right: -40px;
}
.bouton  a {
right: 200px;
}
}
/*====================  poue affichage largeur = 1536 ================ */
@media all and  (max-width: 1536px)
{
h1  
{
    margin-left: 168px;
}
.image
{
    left: 168px;
}
#container
{
    left: 168px;
}
.fg
{
    left: -40px;
}
.fd
{
    right: -40px;
}
.bouton  a {
right: 168px;
}
}
/*====================  poue affichage largeur = 1440 ================ */
@media all and  (max-width: 1440px)
{
h1  
{
    margin-left: 120px;
}
.image
{
    left: 120px;
}
#container
{
    left: 120px;
}
.fg
{
    left: -40px;
}
.fd
{
    right: -40px;
}
.bouton  a {
right: 120px;
}
}
/*====================  poue affichage largeur = 1366 ================ */
@media all and  (max-width: 1366px)
{
h1  
{
    margin-left: 83px;
}
.image
{
    left: 83px;
}
#container
{
    left: 83px;
}
.fg
{
    left: -40px;
}
.fd
{
    right: -40px;
}
.bouton  a {
right: 83px;
}
}
}
/*====================  poue affichage largeur = 1360 ================ */
@media all and  (max-width: 1360px)
{
h1  
{
    margin-left: 80px;
}
.image
{
    left: 80px;
}
#container
{
    left: 80px;
}
.fg
{
    left: -40px;
}
.fd
{
    right: -40px;
}
.bouton  a {
right: 80px;
}
}
/*====================  poue affichage largeur = 1280 ================ */
@media all and  (max-width: 1280px)
{
h1  
{
    margin-left: 40px;
}
.image
{
    left: 40px;
}
#container
{
    left: 40px;
}
.fg
{
    left: -20px;
}
.fd
{
    right: -20px;
}
.bouton  a {
right: 40px;
}
}
/*====================  poue affichage largeur = 1152 ================ */
@media all and  (max-width: 1152px)
{
h1  
{
    margin-left: 0px;
}
.image
{
    left: 0px;
}
#container
{
    left: 0px;
}
.fg
{
    left: 0px;
}
.fd
{
    right: 0px;
}
.bouton  a {
right: 0px;
}
}
/*====================  poue affichage largeur = 1024 ================ */
@media all and  (max-width: 1024px)
{
h1  
{
    margin-left: 0px;
}
.image
{
    left: 0px;
}
#container
{
    left: 0px;
}
.fg
{
    left: 0px;
}
.fd
{
    right: 0px;
}
.bouton  a {
right: 0px;
}
}
