 body {
     margin: 0;
     padding: 0;
 }

 .container {
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: center;
     height: 100vh;
     text-align: center;
     background: #FFF5E6;
     max-width: 100%;
     padding: 0 20px;
 }

 .corinthia {
     color: #000;
     text-align: center;
     font-feature-settings: 'liga' off, 'clig' off;
     font-family: "Corinthia", cursive;
     font-size: 35px;
     font-style: normal;
     font-weight: 700;
     line-height: 35px;
     width: 700px;
     margin: 35px 0;
     max-width: 100%;
 }

 .btnvert {
     border-radius: 25px;
     background: #008341;
     color: #FFF;
     text-align: center;
     font-feature-settings: 'liga' off, 'clig' off;
     font-family: "Noto Sans";
     font-size: 21px;
     font-style: normal;
     font-weight: 700;
     line-height: 20px;
     padding: 15px 52px;
     /* 95.238% */
     text-transform: uppercase;
     margin: 0
 }

 .adresse {
     color: #000;
     width: 273px;
     font-feature-settings: 'liga' off, 'clig' off;
     font-family: "Noto Sans";
     font-size: 18px;
     font-style: normal;
     font-weight: 400;
     line-height: 20px;
     margin-top: 115px;
     margin-bottom: 0;
 }

 .noisette {
     position: absolute;
     left: 0px;
     top: 50px;
 }

 .pecan {
     position: absolute;
     right: 40px;
     top: 50px;
 }

 .pistache {
     position: absolute;
     right: 160px;
     top: 50%;
     transform: translateY(-50%);
 }

 .groupe {
     position: absolute;
     right: 0px;
     bottom: 80px;
 }

 .groupe2 {
     position: absolute;
     left: 100px;
     bottom: 300px;
 }

 .pistache2 {
     position: absolute;
     left: 0px;
     bottom: 0px
 }

 .container img {
     max-width: 100%;
     height: auto;
 }

 @media (max-width: 810px) {


     .noisette {
         top: 20px;
     }

     .groupe2 {
         left: 20px;
     }

     .pistache {
         right: 20px;
     }

     .groupe {
         right: 0px;
     }

     .pistache2 {
         left: 0px;
     }

     .pecan {
         right: 20px;
         top: 20px;
     }

 }

 @media (max-width: 767px) {

     .noisette,
     .pistache,
     .pecan,
     .pistache2 {
         display: none;
     }

     .groupe2 {
         left: 0px;
         bottom: 140px
     }

     .groupe {
         right: 0px;
         bottom: 10px;
         width: 100px;
     }

     .corinthia {
         max-width: 300px
     }

     .container img.logo {
         max-width: 300px;
         z-index: 1;
     }

     .btnvert {
         font-size: 18px;
         padding: 12px 40px;
     }


 }