
h1  
{
color: blue;
font-size: 40px;
    font-family: Times New Roman;
    font-style: normal;
        font-weight: bold;
    text-align: center;
}
h2  
{
color: blue;
font-size: 30px;
    font-family: Times New Roman;
    font-style: italic;
        font-weight: bold;
    text-align: center;
}
.tit1
{
    top: 5px;
    text-align: center;
}
.tit2
{
    top: 40px;
    text-align: center;
}

.bouton  a {
position: absolute;
    top: 10px;
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);
}

#container
{
position: absolute;
    padding-left: 10px;
    border: 1px blue solid;
    display:flex;
    top: 100px;
    flex-wrap: wrap;
    height: 850px;
    left: 404px;
    width: 1120px;
border-radius:10px 10px 10px 10px;
}
h3  
{
color: black;
font-size: 24px;
    font-family: Times New Roman;
        font-weight: 400;
    font-style: normal;
    text-decoration-line:overline
}
h4  
{
color: black;
font-size: 24px;
    font-family: Times New Roman;
        font-weight: 300;
    font-style: normal;
}

.annonce_soirée
{
    position: absolute;
    top: 5px;
    left: 50px;
}
.annonce_soirée_2
{
    position: absolute;
    top: 70px;
    left: 100px;
}
.saint_nicolas
{
position: absolute;
    top: 5px;
   left:600px;
}
.annonce_adeps
{
    position: absolute;
    top: 50px;
    left: 50px;
}
.annonce_adeps_2
{
    position: absolute;
    top: 365px;
    left: 100px;
}
.logo_adeps
{
position: absolute;
    top: 650px;
   left: 890px;
}
.bouton5jpg{
    position:absolute;
    top:755px;
    left:50px;
    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
}
.bouton5jpg:hover {
background-color: rgb(245,203,0);
}
.bouton10jpg{
    position:absolute;
    top:755px;
    left:250px;
    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
}
.bouton10jpg:hover {
background-color: rgb(245,203,0);
}

.bouton15jpg{
    position:absolute;
    top:755px;
    left:450px;
    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
}
.bouton15jpg:hover {
background-color: rgb(245,203,0);
}


.bouton20jpg{
    position:absolute;
    top:755px;
    left:650px;
    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
}
.bouton20jpg: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: 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; }
}
