
h1  
{
color: blue;
font-size: 36px;
    font-family: Times New Roman;
    font-style: normal;
        font-weight: bold;
    text-align: center;
}

#container
{
position: absolute;
    padding-left: 6px;
    padding-top: 1px;
    border: 1px blue solid;
    display:flex;
    top: 50px;
    flex-wrap: wrap;
    height: 5020px;
    left: 404px;
    width: 1120px;
border-radius:10px 10px 10px 10px;
}
.bouton  a {
position: absolute;
    top: -40px;
    right: 0px;
width: 180px;
background-color: rgb(255,255,110);
font-size: 24px;
font-weight: bold;
    padding: 0 20px 0 20px;   
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);
}
.tit1 {
position: absolute;
font-size: 32px;
font-bold: true;
    top: -40px;
left: 10px
}

.image {
position: absolute;
    top: 1px;
left: 132px;
}
.ophain1 {
position: absolute;
    top: 550px;
left: -40px;
}
.ophain2 {
position: absolute;
    top: 1110px;
left: -40px;
}
.ophain3 {
position: absolute;
    top: 1670px;
left: -40px;
}
.ophain4 {
position: absolute;
    top: 2230px;
left: -40px;
}
.ophain5 {
position: absolute;
    top: 2790px;
left: -40px;
}
.ophain6 {
position: absolute;
    top: 3350px;
left: -40px;
}
.ophain7 {
position: absolute;
    top: 3910px;
left: -40px;
}
.ophain8 {
position: absolute;
    top: 4470px;
left: -40px;
}

/*--------------------------------------*/
@media all and  (max-width: 1920px)
{
#container {left: 400px; }
.bouton  a {right: 0px; }
}
/*--------------------------------------*/
@media all and  (max-width: 1680px)
{
#container {left: 280px; }
.bouton  a {right: 280px; }
}
/*--------------------------------------*/
@media all and  (max-width: 1600px)
{
#container {left: 240px;}
.bouton  a {
right: 240px;}
}
/*--------------------------------------*/
@media all and  (max-width: 1538px)
{
#container {left: 208px;}
.bouton  a {
right: 208px;}
}
/*--------------------------------------*/
@media all and  (max-width: 1440px)
{
#container {left: 160px;}
.bouton  a { right: 160px; }
}
/*--------------------------------------*/
@media all and  (max-width: 1366px)
{
#container { left: 123px;}
.bouton  a { right: 123px;}
}
/*--------------------------------------*/
@media all and  (max-width: 1360px)
{
#container { left: 120px; }
.bouton  a { right: 120px; }
}
/*--------------------------------------*/
@media all and  (max-width: 1280px)
{ 
#container { left: 80px; }
.bouton  a { right: 80px;}
}
/*--------------------------------------*/
@media all and  (max-width: 1155px)
{
    #container { left: 17px; }
.bouton  a {right: 17px; }
}
/*--------------------------------------*/
@media all and  (max-width: 1024px)
{
    #container { left: 0px; }
.bouton  a {right: 0px; }
}
