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


h1  
{
color: blue;
font-size: 30px;
    font-family: Times New Roman;
    font-style: normal;
        font-weight: bold;
    margin-left: 414px;
    margin-top: 20px;
}
.image
{
    position: absolute;
    top: 60px;
    left: 415px;
     z-index:3;
}
#container
{
position: absolute;
    padding-left: 10px;
    padding-top: 1px;
    border: 1px blue solid;
    display:flex;
    top: 58px;
    flex-wrap: wrap;
    height: 950px;
    left: 404px;
    width: 1120px;
border-radius:10px 10px 10px 10px;
}
.printemps
{
    position: absolute;
    top: 5px;
    left: 5px;
     z-index:1;
}
.dansleplan
{
position: absolute;
    top: 10px;
    right: 9px;
     z-index:1;
}
.neuveux
{
    position: absolute;
    top: 600px;
    left: 870px;
     z-index:1;
}
.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: 500px;
}
.bouton a:hover  {
background-color: rgb(245,203,0);
}
.x {
    position:absolute;
    top:0px;
    right:400px;
}
a.bouton3 {
    position:absolute;
    top:280px;
    right:10px;
    background-color: rgb(255,255,110);
padding: 10px 10px;
color: #000000;
-webkit-border-radius: 11px;
-moz-border-radius: 11px;
border-radius: 11px;
border: 2px solid #46a28d;
    font-style: normal;
    font-size: : 20px;
    font-weight: bold
}
a.bouton3:hover {
background-color: rgb(245,203,0);
}
a.bouton2 {
    position:absolute;
    top:350px;
    right:10px;
    background-color: rgb(255,255,110);
padding: 10px 10px;
color: #000000;
-webkit-border-radius: 11px;
-moz-border-radius: 11px;
border-radius: 11px;
border: 2px solid #46a28d;
    font-style: normal;
    font-size: : 20px;
    font-weight: bold
}
a.bouton2:hover 
{
background-color: rgb(245,203,0);
}
.texte
{
position:absolute;
    top:430px;
    right:5px;
font-style: normal;
    font-size: : 16px;
}
/*--------------------------------------*/
@media all and  (max-width: 1920px)
{
 h1  {margin-left: 400px; }
.image {left: 400px;}
.x { right : 390px;}
#container {left: 400px; }
.bouton  a {right: 500px; }
}
/*--------------------------------------*/
@media all and  (max-width: 1680px)
{
h1  {margin-left: 280px; }
.image {left: 280px;}
.x { right : 270px}
#container {left: 280px; }
.bouton  a {right: 380px; }
}
/*--------------------------------------*/
@media all and  (max-width: 1600px)
{
h1  {margin-left: 240px; }
.image {left: 240px;}
.x { right : 230px}
#container {left: 240px;}
.bouton  a {right: 340px;}
}
/*--------------------------------------*/
@media all and  (max-width: 1538px)
{
h1  {margin-left: 208px; }
.image {left: 208px;}
.x { right : 198px}
#container {left: 208px;}
.bouton  a {right: 308px;}
}
/*--------------------------------------*/
@media all and  (max-width: 1440px)
{
h1  {margin-left: 160px; }
.image {left: 160px;}
.x { right : 150px}
#container {left: 160px;}
.bouton  a { right: 260px; }
}
/*--------------------------------------*/
@media all and  (max-width: 1366px)
{
h1  {margin-left: 123px; }
.image {left: 123px;}
.x { right : 113px}
#container { left: 123px;}
.bouton  a { right: 223px;}
}
/*--------------------------------------*/
@media all and  (max-width: 1360px)
{
h1  {margin-left: 120px; }
.image {left: 120px;}
.x { right : 110px}
#container { left: 120px; }
.bouton  a { right: 220px; }
}
/*--------------------------------------*/
@media all and  (max-width: 1280px)
{ 
h1  {margin-left: 80px; }
.image {left: 80px;}
.x { right : 70px}
#container { left: 80px; }
.bouton  a { right: 180px;}
}
/*--------------------------------------*/
@media all and  (max-width: 1152px)
{
h1  {margin-left: 17px; }
.image {left: 17px;}
.x { right : 7px}
#container { left: 17px; }
.bouton  a {right: 117px; }
}
/*--------------------------------------*/
@media all and  (max-width: 1024px)
{
h1  {margin-left: 0px; }
.image {left: 0px;}
.x { right :-100px}
    #container { left: 0px; }
.bouton  a {right: 100px; }
}


