/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
      border: 0;
      font-size: 100%;
      font: inherit;
      margin: 0;
      padding: 0;
      vertical-align: baseline;
   }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
      display: block;
   }
body {
      line-height: 1;
   }
ol, ul {
      list-style: none;
   }
blockquote, q {
      quotes: none;
   }
blockquote:before, blockquote:after,
q:before, q:after {
      content: '';
      content: none;
   }
table {
      border-collapse: collapse;
      border-spacing: 0;
   }

/* Début de la personalisation */
html {
      box-sizing: border-box;
      font-family: nexa-rust-sans-black-2, sans-serif;
   }

   header {
      background-color: #2F6687;
      text-align: center;
      padding: 15px;
      color: #fff;
      
   }

   h1 {
      animation: boing 2s reverse;
   }

   @keyframes boing {
      0% {
         transform: translateX(0%);
      }
   
      4% {
         transform: translateX(-0.08%);
      }
   
      8% {
         transform: translateX(-0.1%);
      }
   
      18% {
         transform: translateX(0.52%);
      }
   
      20% {
         transform: translateX(0.39%);
      }
   
      28% {
         transform: translateX(-2.35%);
      }
   
      30% {
         transform: translateX(-2.39%);
      }
   
      38% {
         transform: translateX(9.27%);
      }
   
      40% {
         transform: translateX(11.75%);
      }
   
      60% {
         transform: translateX(-111.75%);
      }
   
      62% {
         transform: translateX(-109.27%);
      }
   
      70% {
         transform: translateX(-97.61%);
      }
   
      72% {
         transform: translateX(-97.65%);
      }
   
      80% {
         transform: translateX(-100.39%);
      }
   
      82% {
         transform: translateX(-100.52%);
      }
   
      90% {
         transform: translateX(-99.97%);
      }
   
      92% {
         transform: translateX(-99.9%);
      }
   
      100% {
         transform: translateX(-100%);
      }
   
   }

main {
      
      color: black;
      background-color: #ACE8A9;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      margin: 2% auto;
      min-width: 320px;
   }

.conteneur_tarification {      
   text-align: center;    
   background-color: #2F6687;      
      max-width: 900px; 
      display: flex;
      flex-direction: column;
      justify-content: center; 
      border-radius: 10px; 
      padding: 25px; 
      animation: fadeIn 2s ease-out    ;   
      
      
   }

   @keyframes fadeIn {
      0% {opacity: 0;}
      100% {opacity: 1;}
      
   }

.tarification {
      border-bottom: 1px solid black;
   }
.tarification:last-child {
      border-bottom: none;
   }

.tarif-img {
      margin-bottom: 25px;
      max-width: 100%;
   }

.tarif-liste {
      margin: 50px 0 25px;
   }

   .prix-btn {
      background-color: #e5a77f;
      padding: 15px 35px;
      border-radius: 10px;
      transition: all 0.1s ease-in-out;
   }
   .prix-btn:hover {
      background-color: #34607d;
      box-shadow: 0px 0px 0px 10px #e5a77f;
      padding: 15px 35px;
      border-radius: 10px;
   }

.bottom-left {
      background: url('../images/loop9.gif') center center no-repeat !important;
      border: none !important;
      color: white;
      font-size: 16px;
      cursor: pointer;
      background-size: cover !important;
      height: 16vw !important;
      width: 16vw !important;
}

   @media screen and (min-width:768px) {
      .conteneur_tarification {      
      
         flex-direction: row;        
      }
     

      /* @media screen and (max-width:768px) {
         .conteneur_tarification {            
             flex-direction: column; 
             min-width: 320px;        
         } */
.nav_link {
   font-family: "Lucida Console", "Courier New", monospace;
}
/* .bottom-left { 
   height: 10% !important;
   width: 10% !important;
} */
      .tarification {
         border-bottom: none;
         border-right: 1px solid #fff;
      }
   .tarification:last-child {
         border-right: none;
      }
   }

   
   .container {
      position: relative;
      text-align: center;
      /* color: white; */
    }

    .bg-red{
      background-color: red !important
    }
    
    #btnRed:hover + #img_dog {
      content: url(../images/dogtoy_red.jpg) !important;
    }

    .img-round-borders{
      border-radius: 15px;
    }

    /* desktop */
    @media (min-width: 767px) {
      .row-desktop {
         display: flex !important;
         flex-wrap: nowrap !important;
         overflow-x: auto !important;
      }
      
      .col-desktop {
         flex: 0 0 200px !important; /* set a fixed width for the columns */
         margin-right: 10px !important; /* add some spacing between the columns */
      } 
    }

    
      
   

    .bottom-right {
      background: url('../images/loop_black.gif') center center no-repeat !important;
      border: none !important;
      color: white;
      font-size: 16px;
      cursor: pointer;
      background-size: cover !important;
      height: 16vw !important;
      width: 16vw !important;
    }

    .top-left {
      background: url('../images/loopg.gif') center center no-repeat !important;
      border: none !important;
      color: white;
      font-size: 16px;
      cursor: pointer;
      background-size: cover !important;
      height: 16vw !important;
      width: 16vw !important;

    }


    .top-right {
      background: url('../images/loopb.gif') center center no-repeat !important;
      border: none !important;
      color: white;
      font-size: 16px;
      cursor: pointer;
      background-size: cover !important;
      height: 16vw !important;
      width: 16vw !important;
    }
    
    .bg-blue{
      background-color: blue !important
    }

    .bg-green{
      background-color: green !important
    }

    /* .bg-black{
      background-color: black !important
    } */

    .bg-white{
      background-color: white !important;
      color: black !important;
    }
    
    .bottom-left {
      position: absolute;
      bottom: 8px;
      left: 16px;
    }
    
    .top-left {
      position: absolute;
      top: 8px;
      left: 16px;
    }
    
    .top-right {
      position: absolute;
      top: 8px;
      right: 16px;
    }
    
    .bottom-right {
      position: absolute;
      bottom: 8px;
      right: 16px;
    }
    
    .centered {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
    }

    /* .btn .btn-primary bg-red bottom-left {
      background-image: url("loop.gif"), url("paper.gif");
    }
    .bg-red{
      background-image: ("./images/loop.gif") ! important 
      }

   .btn .btn-primary bg-red bottom-left {
      background-image: ("./images/loop.gif") !important;
      border-radius: 20px;
      } */


      .btn-red {
         background: url('https://www.w3schools.com/html/pic_trulli.jpg') center center no-repeat !important;
         background-size: cover;
         border: none !important;
         color: white;
         font-size: 16px;
         padding: 12px 24px;
       }

       .btn-blue {
         background: url('https://www.w3schools.com/html/pic_trulli.jpg') center center no-repeat !important;
         background-size: cover;
         border: none !important;
         color: white;
         font-size: 16px;
         padding: 12px 24px;
       }