@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* placeholder: proportions vidéo youtube responsive */
/* placeholder : width de 100vw */
/* changer delay selon position dans la liste*/
/* changer width selon position dans la liste */
/* line 4, ../sass/chat.scss */
#block-chat {
  position: fixed;
  right: 0;
  bottom: 115px;
  background-color: #B15BA3;
  background-image: url(../images/icone-chat@2x.png);
  background-size: 30px;
  background-position: 17px 11px;
  background-repeat: no-repeat;
  width: 65px;
  height: 50px;
  color: white;
  overflow: hidden;
  cursor: pointer;
  z-index: 3;
}
/* line 20, ../sass/chat.scss */
#block-chat .wrapper-rdv-chat {
  position: relative;
  display: none;
  padding: 15px 50px 15px 40px;
  font-weight: 500;
}
/* line 25, ../sass/chat.scss */
#block-chat .wrapper-rdv-chat .close-btn {
  background-image: url(../images/close.png);
  background-size: 16px;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 15px;
  top: 18px;
  cursor: pointer;
}
/* line 36, ../sass/chat.scss */
#block-chat .wrapper-rdv-chat ul {
  padding: 0;
  margin: 0;
}
/* line 39, ../sass/chat.scss */
#block-chat .wrapper-rdv-chat ul li {
  list-style: none;
}
/* line 43, ../sass/chat.scss */
#block-chat .wrapper-rdv-chat a {
  color: inherit;
}
/* line 47, ../sass/chat.scss */
#block-chat.open {
  width: 280px;
  height: auto;
  top: auto;
  bottom: 114px;
  background-position: calc(100% - 18px) 10px;
  background-color: #93358D;
}
/* line 54, ../sass/chat.scss */
#block-chat.open .wrapper-rdv-chat {
  display: block;
}

@media only screen and (min-width: 768px) {
  /* line 61, ../sass/chat.scss */
  #block-chat {
    display: block;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 71, ../sass/chat.scss */
  #block-chat {
    bottom: auto;
    top: 120px;
  }
}
