
h1  
{
color: blue;
font-size: 36px;
    font-family: Times New Roman;
    font-style: normal;
        font-weight: bold;
    margin-left: 450px;
  
}
h2  
{
color: blue;
font-size: 30px;
    font-family: Times New Roman;
    font-style: italic;
        font-weight: bold;
    text-align: center;
margin-top: -30px;
}
#container
{
position: absolute;
    padding-left: 10px;
    border: 1px blue solid;
    display:flex;
    top: 100px;
    flex-wrap: wrap;
    height: 1020px;
    left: 400px;
    width: 1120px;
border-radius:10px 10px 10px 10px;
}



.image_flottante
{
float: left;
}
.image_flottante_2
{
float: right;
}
.image_flottante_3
{
float: left;
}
.image_flottante_4
{
float: right;
}
h3  
{
color: black;
font-size: 22px;
    font-family: Times New Roman;
        font-weight: normal;
    text-align: left;
    margin-left: 15px;
}
h4  
{
color: blue;
font-size: 24px;
    font-family: Times New Roman;
        font-weight: 400;
    text-align: left;
    margin-left: 15px;
  
}
.bouton  a {
position: absolute;
    top: 30px;
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;
right: 400px;
}
.bouton a:hover  {
background-color: rgb(245,203,0);
}
.boutonfr  a {
position: absolute;
    top: 65px;
background-color: rgb(255,255,110);
font-size: 24px;
font-weight: bold;
    padding: 0 10px 0 10px;   
border-left : 2px solid black;
border-right : 2px solid black;
border-top : 2px solid black;
border-bottom : 2px solid black;
border-radius: 10px;    
color: blue;
right: 400px;
}
.boutonfr a:hover  {
background-color: rgb(245,203,0);
}
.boutonnl  a {
position: absolute;
    top: 65px;
background-color: rgb(255,255,110);
font-size: 24px;
font-weight: bold;
    padding: 0 10px 0 10px;   
border-left : 2px solid black;
border-right : 2px solid black;
border-top : 2px solid black;
border-bottom : 2px solid black;
border-radius: 10px;    
color: blue;
right: 400px;
}
.boutonnl a:hover  {
background-color: rgb(245,203,0);
}
/*--------------------------------------*/
@media all and  (max-width: 1920px)
{
#container {left: 400px; }
.bouton  a {right: 400px; }
}
/*--------------------------------------*/
@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: 1536px)
{
#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; }
}
