#container
{
position: absolute;
    padding-left: 10px;
    border: 1px blue solid;
    display:flex;
    top: 50px;
    flex-wrap: wrap;
    height: 910px;
    left: 400px;
    width: 1120px;
border-radius:10px 10px 10px 10px;
}
.tit1
{
position: absolute;
left: 0px;
top: -45px;
color: blue;
font-size: 40px;
    font-family: Times New Roman;
    font-style: normal;
        font-weight: bold;
}

.tit2
{
position: absolute;
left: 100px;
top: -40px;
color: blue;
font-size: 32px;
    font-family: Times New Roman;
    font-style: normal;
        font-weight: bold;
}
.texte2
{
position: absolute;
left: 80px;
top: 30px;
color: black;
font-size: 26px;
    font-family: Times New Roman;
    font-style: normal;
        font-weight:  bold;
}

.texte1
{
position: absolute;
left: 0px;
top: 130px;
color: black;
width: 500px;
font-size: 21px;
    font-family: Times New Roman;
    font-style: normal;
        font-weight:  normal;
}

.bouton  a {
position: absolute;
    top: -40px;
right: 0px;
background-color: rgb(255,255,110);
font-size: 24px;
font-weight: bold;
padding: 1px 15px 1px 15px;
       
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);
}

.photo
{
position: absolute;
    left: 620px;
    top: 5px;
}


.départ
{
position: absolute;
    left: 20px;
    top: 540px;
}
.terrasse
{
position: absolute;
    left: 520px;
    top: 400px;
}


#bouton_ways a
{
position: absolute;
top: 320px;
left: 200px;
width: 340 px;
background-color: blue;
color : white;
font-size: 22px;

padding: 3px 5px 3px 5px;       

border-radius:10px 10px 10px 10px;
}
#bouton_ways a:hover  {
background-color:  skyblue;
font-size: 22px;
color : black;
}


.annulation {
      position: absolute;   
      top: 750px;
      left: 20px;
    z-index:3;
/*transform: rotate(-20deg);*/
}



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