* {
    box-sizing: border-box;
  }
  body,h1,h2,h3,h4,h5,h6 {font-family: "Lato", sans-serif}
  .w3-bar,h1,button {font-family: "Montserrat", sans-serif}
  
  a {
    text-decoration: none;
  }
  small{
    font-size: 13px;
    text-align: center!important;
  }
  
  .poslogo {
    margin-top: 22px; 
    margin-bottom: 22px;
  }
   
  .titre {
    color: white;
    font-weight: 600;
    font-size: 40px;
  }
  .blockinfo {
    margin-top:100px;
    margin-bottom: 20px;
  }
  
  
  textarea:focus, input:focus{
      outline: none;
  }

  
  #myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
  }
  
  #myBtn:hover {
    background-color: #555;
  }
  
.cercle {
    padding: 17px 8px;
    width: 80px; 
    height: 80px;
    border-radius: 50%;
    background: #fff; 
    text-align: center!important;
}
.cercle2 {
    padding: 0px 8px;
    width: 80px; 
    height: 80px;
    border-radius: 50%;
    background: #fff; 
    text-align: center!important; 
    font-size: 52px;
}
  
  .prix{
    margin-top: 10px;
    margin-left: 100px;
    margin-right: 100px;
  }
  
  .spacecol {
    padding:0 28px;
  }

  @media (max-width:1161px){
    .prix{
    margin-top: 10px;
    margin-left: 70px;
    margin-right: 70px;
    }
  }
  .banniere-back {
    width:80%;
  }

  @media (max-width:993px){
   .blockinfo{
      margin-top:10px; 
      margin-bottom: 30px;
   }
   .prix{
    margin-top: 10px;
    margin-left: 50px;
    margin-right: 50px;
    }
  
  }
  
  @media (max-width:859px){
    .prix{
    margin-top: 10px;
    margin-left: 30px;
    margin-right: 30px;
    }
  }
  
  @media (max-width:601px){
    .titre {
    color: white;
    font-weight: 700;
    font-size: 30px;
    margin-top: 15px;
    }
    .prix{
    margin-top: 10px;
    margin-left: 70px;
    margin-right: 70px;
    }
    .spacecol {
        padding:0 8px;
    }
    .banniere-back {
      width:95%;
    }
  }
  
  @media (max-width:501px){
    .titre {
    color: white;
    font-weight: 700;
    font-size: 20px;
    margin-top: 25px;
    }
  }
  
   .containerimg {
          position: relative;
      }
    .promo{
      position: relative;
    }
    .animan{
      position: absolute;
      bottom: -16px;
      right: 20%;
      width: 300px;
    }

    .ou {
      position: relative;
      top:220px; 
    }

    .jeun{
      position: absolute;
      bottom: -50px;
      right: -22%;
      width: 300px;
    }

    .drgood{
      position: absolute;
      bottom: -50px;
      left: -18%;
      width: 300px;
    }

    .imgleft{
      width: 250px;
      -ms-transform: rotate(-13deg); /* IE 9 */
      transform: rotate(-13deg);
    }
    .imgright{
      width: 300px;
      -ms-transform: rotate(25deg); /* IE 9 */
      transform: rotate(25deg);
    }

    .pastille {
      background-image: url("pastille.png");
      background-repeat: no-repeat;
      background-size: 120px 120px;
      /*background-position: right center;*/
      background-position: 970px 110px;
    }
  
    ul.favorits {
        position: absolute;
        display: list-item;
        bottom: -16px;
        right: 0px;
        list-style-type: none!important;
    }
    .favorits li { 
        margin-bottom: 5px !important;
        list-style-type: none!important;
    }

    @media (max-width:1288px){
        .promo{
           position: relative;
         }
         .animan{
           display: none;
         }
       }

    @media (max-width:1244px){
        .jeun{
         position: absolute;
         bottom: 40px;
         right: 0;
         width: 150px;
       }
   
       .drgood{
         position: absolute;
         bottom: 50px;
         left: 0;
         width: 130px;
       }
 
       .imgleft{
         width: 130px;
       }
       .imgright{
         width: 150px;
       }
 
     }

     @media (max-width:929px){
      .jeun{
       position: absolute;
       bottom: 40px;
       right: -5px;
       width: 130px;
     }
 
     .drgood{
       position: absolute;
       bottom: 50px;
       left: -5px;
       width: 110px;
     }

     .imgleft{
       width: 110px;
     }
     .imgright{
       width: 130px;
     }

   }

    @media (max-width:601px){
       .jeun{
        display: none;
      }
  
      .drgood{
        display: none;
      }

      .imgleft{
        display: none;
      }
      .imgright{
        display: none;
      }

    }

  