
.owl-carousel {
  width: 100%;
  z-index: auto !important;
  /*width: 700px !important; */
}

/* suggestions des différents themes */
#rightBtn{
    position: fixed;
    right: 0;
    top: 50%;
    width: 0;
}

#slide-panel {
    width:350px;
    height:300px;
    position: relative;
    left: 265px;
    float:right;
}
#opener {
    margin: -26px -50px 0px 53px;
    border-radius: 0;
    border: 1px solid grey;
    border-right: none;
    box-shadow: inset 0 1px 1px rgba(252, 252, 252, 0), -6px 0px 10px -7px #5C5C5C;
}
#content {
    float: right;
    /* height: 300px; */
    width: 270px;
    /* width: 270px; */
    padding: 5px;
    background:#ffffff;
    margin-left: 40px;
    margin-top: -51px;
    border-bottom-left-radius: 50px 100px !important;
    border-top-left-radius: 50px 100px !important;
    border: 1px solid grey;
    box-shadow: inset 0 1px 1px rgba(252, 252, 252, 0), -6px 0px 10px -7px #5C5C5C;

}
.halfCircle {
 height: 100px;
 border-bottom-left-radius: 50px 100px !important;
 border-top-left-radius: 50px 100px !important;
 background-color: #ffffff;
 color: #5247a0;
 outline: none;
}

.halfCircle:focus,.halfCircle:active,.close:focus,.close:active {
  outline: none !important;
 /* box-shadow: none !important; */
}
/* suggestions des différents themes */

.owl-next, .owl-prev {
  width: 22px;
  height: 40px;
  position: absolute;
  top: 34%;
}


.owl-prev {
  left: -20px;
}
.owl-next {
  right: -20px;
}


/*
@media only screen and (min-width: 768px) {
  // tablettes et ordinateurs
  div.map-container {
    position: relative !important;
    height: 500px;
    width: 600px;
  }

  div.mapSeanceContainer {
    height: 500px;
    width: 600px;
  }

  .owl-item .item:hover {
    transform: scale(1.1);
    transition-duration: 0.8s;
  }
}


@media only screen and (max-width: 767px) {
  // smartphone
  div.map-container {
    position: relative !important;
    height: 300px;
    width: 450px;
  }

  div.mapSeanceContainer {
    height: 300px;
    width: 450px;
  }
}


@media only screen and (max-width: 767px) and (orientation: portrait) {
  // smartphone en mode portait
  div.map-container {
    position: relative !important;
    height: 200px;
    width: 200px;
  }
  div.mapSeanceContainer {
    height: 200px;
    width: 200px;
  }
}
*/



/*
div.ui-timepicker-container.ui-timepicker-standard{
  height: 100px !important;
}*/





/* Extra small devices (portrait phones, less than 576px)
 No media query since this is the default in Bootstrap */
 @media (max-width: 576px) {
  div.map-container {
    position: relative !important;
    height: 400px;
    width: 260px;
    width: 100%;
  }

  div.mapSeanceContainer {
    height: 200px;
    width: 200px;
  }
}


/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  div.map-container {
    position: relative !important;
    height: 200px;
   /* width: 200px; */
    width: 100%;
  }

  div.mapSeanceContainer {
    height: 400px;
    width: 200px;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  div.map-container {
    position: relative !important;
    height: 300px;
   /* width: 450px; */
    width: 100%;
  }

  div.mapSeanceContainer {
    height: 300px;
    width: 450px;
  }
 }

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  div.map-container {
    position: relative !important;
    height: 670px;
   /* width: 600px; */
    width: 100%;
  }

  div.mapSeanceContainer {
    height: 500px;
    width: 600px;
  }

  .item:hover {
    transform: scale(1.07);
    transition-duration: 0.5s;
  }

  .itemFlow:hover {
    transform: scale(1.07);
    transition-duration: 0.5s;
  }
 }

/* Extra large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... } */

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

#hdf {
  margin-top: 15px;
}


.map-filtre-div {
  position: absolute !important;
  width: 100%;
  height: 100%;
}



.footerItem {
  position: fixed;
  left: 0;
  /* bottom: 20px; */
  bottom:20px;
  width: 100%;
  text-align: center;
}

.plusInfos {
  position: absolute;
  left: 0;
  pointer-events:none;
  /* bottom: 20px; */
  bottom:20px;
  width: 100%;
  text-align: center;
}

button.btn.btn-info {
  pointer-events: auto;
}


/* carousel items */
.item{
  /*background: #3fbf79;*/
  height: 220px;
  background: #96cae6;
  padding: 10px 0px;
  margin: 10px;
 /* border: #000000;
  border-style: solid; */
  border-width: 2px;
  color: black;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-align: center;
  font-size: 90%;
  /*cursor: pointer;*/
}

/* items bigger than the carousel */
.itemFlow{
  /*background: #3fbf79;*/
  height: 220px;
  background: #96cae6;
  padding: 10px 0px;
  margin: 10px;
 /* border: #000000;
  border-style: solid; */
  border-width: 2px;
  color: black;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-align: center;
  font-size: 90%;
  /*cursor: pointer;*/
}


/*
.item:hover {
  background:  #b5d4e6;
}*/

/*
@media screen and (max-width: 640px) {
  .owl-carousel {
    width: 100px !important;
  }
}

@media screen and (min-width: 640px) {
  .owl-carousel {
    width: 700px !important;
  }
}
*/
/*
.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
*/

#content_parent{
  padding: 0;
  padding-bottom:0;
}
#scrollingChat {
  height:calc(100%-160px);
  overflow-y: auto;
  overflow-x: hidden;
}

#userinput{
  margin-bottom: 0;
  color:#222;
  /*height:10rem;*/
}
#userinput .input-group{
  padding:0.75rem;
}

.send-btn button{
  width:50px;
}

#control_buttons button, #control_buttons a{
  cursor: pointer;
}

#control_buttons{
  padding:0.75rem;
}




#textInputDummy{
  display:none;
}
.hide {
  display: none;
}
.from-user {
  text-align: right;

}

.from-user .message-inner {

  position: relative;
  float: right;
}

/*
.from-user .message-inner p {
}

.from-user .message-inner:before, .from-user .message-inner:after {
}*/


.from-user .message-inner:before {
  z-index: -2;
  bottom: -0.375rem;
  right: 0;
  height: 0.375rem;
  width: 0.5rem;
  /*background: #2568b7;*/
}

.from-user .message-inner:after {
  z-index: -1;
  bottom: -0.5rem;
  right: 0;
  height: 0.5rem;
  width: 0.5rem;
  /*background: #f2f2f2; */
  border-top-right-radius: 1.25rem;
}


@media (min-width: 576px) {
  .from-watson .text-default {
    text-align: left;
  }
 }

@media (min-width: 768px) {
  .from-watson .text-default {
    text-align: justify;
  }
}


.btn-group.in_message{
  margin-top:6px;
}

.in_message .btn:enabled{
  cursor: pointer;
}

.from-watson .media .border{
  border-color:rgb(208, 218, 224) !important;
  border: 0px !important;
}

/*
Petite enfance : #C40265
Scolarité / Accueil de loisirs : #d2451d
Sport et loisirs : #058171
Solidarités : #1171a3
*/


.from-user .media-body-garde{
  background-color: #C40265 !important;
}

.from-user .media-body-ecole{
  background-color: #D2451D !important;
}

.from-user .media-body-sport{
  background-color: #058171 !important;
}

.from-user .media-body-solidarite{
  background-color: #1171a3 !important;
}

.from-user .media-body-covid{
  background-color: #6D071A !important;
}

.from-user .media-body{
  background-color: #312783 !important;
  border: 0px !important;
}

.width-fit{
  width: fit-content;
}
.avatar_bot_femme{
  background: url(../img/avatar_AvatarFemme.png) center;
}
.avatar_bot_homme{
  background: url(../img/avatar_AvatarHomme.png) center;
}

.avt_bot{
  display:block !important;
  width:50px;
  height:50px;
  vertical-align: top;
  background-size: auto 100%;

}

/*.bg-lightblue, #scrollingChat{*/
.bg-lightblue {
  background-image: url(../images/backgrounds/default-bg.png);
  background-position: center;
  background-size: 100%;
  background-color: #96cae6 !important;
  background-attachment: fixed;
}

.avatar_user{
  float:right;
  display:block !important;
  width:50px;
  height:50px;
  background: url(../img/avatar_AvatarUtilisateur.png) center;
  /*background: url(../img/solidaritePicto1.png) center;*/
  background-size: auto 100%;
  margin-top:0.3rem
}


.avatar_garde{
  float:right;
  display:block !important;
  width:50px;
  height:50px;
  background: url(../img/avatarTheme/garde.png) center;
  background-size: auto 100%;
  margin-top:0.3rem
}

.avatar_ecole{
  float:right;
  display:block !important;
  width:50px;
  height:50px;
  background: url(../img/avatarTheme/ecole.png) center;
  background-size: auto 100%;
  margin-top:0.3rem
}
.avatar_sport{
  float:right;
  display:block !important;
  width:50px;
  height:50px;
  background: url(../img/avatarTheme/sport.png) center;
  background-size: auto 100%;
  margin-top:0.3rem
}

.avatar_solidarite{
  float:right;
  display:block !important;
  width:50px;
  height:50px;
  background: url(../img/avatarTheme/solidarite.png) center;
  background-size: auto 100%;
  margin-top:0.3rem
}

.avatar_handicap{
  float:right;
  display:block !important;
  width:50px;
  height:50px;
  background: url(../img/avatarTheme/handicap.png) center;
  background-size: auto 100%;
  margin-top:0.3rem
}

.avatar_senior{
  float:right;
  display:block !important;
  width:50px;
  height:50px;
  background: url(../img/avatarTheme/senior.png) center;
  background-size: auto 100%;
  margin-top:0.3rem
}

.avatar_covid{
  float:right;
  display:block !important;
  width:50px;
  height:50px;
  background: url(../img/avatarTheme/covid.png) center;
  background-size: auto 100%;
  margin-top:0.3rem
}


.avatar_femmeVictime{
  float:right;
  display:block !important;
  width:50px;
  height:50px;
  background: url(../img/avatarTheme/femmeVictime.png) center;
  background-size: auto 100%;
  margin-top:0.3rem
}

.avatar_social{
  float:right;
  display:block !important;
  width:50px;
  height:50px;
  background: url(../img/avatarTheme/social.png) center;
  background-size: auto 100%;
  margin-top:0.3rem
}

.avatar_jeune{
  float:right;
  display:block !important;
  width:50px;
  height:50px;
  background: url(../img/avatarTheme/jeune.png) center;
  background-size: auto 100%;
  margin-top:0.3rem
}

.avatar_accesDroit{
  float:right;
  display:block !important;
  width:50px;
  height:50px;
  background: url(../img/avatarTheme/accesDroit.png) center;
  background-size: auto 100%;
  margin-top:0.3rem
}

.avatar_sante{
  float:right;
  display:block !important;
  width:50px;
  height:50px;
  background: url(../img/avatarTheme/sante.png) center;
  background-size: auto 100%;
  margin-top:0.3rem
}

.loading-img{
  width:25px;
}
.media{
  margin-top: 0.3rem;
}
.media p{
  margin-bottom: 0;
}
.media .card-body{
  padding: 1rem 1.2rem 1rem 1.2rem;
}
.from-watson .media-body.card.border{
  -webkit-border-radius: 20px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius: 20px;
  -moz-border-radius-topleft: 0;
  border-radius: 20px;
  border-top-left-radius: 0;
  border: 0px !important;
}
.from-user .card.border{
  -webkit-border-radius: 20px;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius: 20px;
  -moz-border-radius-topright: 0;
  border-radius: 20px;
  border-top-right-radius: 0;
  border: 2px solid white !important;
}

.segments.row{
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}



/* BOUTONS DE SUGGESTIONS*/
/*-----------------------*/

button.btn.btn-info.btn-info-carousel {
  border-radius: 1.5rem;
}

.btn-suggestions{
  padding-top: 6px;
  padding-bottom: 6px;
}
.btn-suggestions.in_message .btn-sugg{
  color: #212529;
  background-color: #dcdcdc;
  background-image: none;
  border-color: #dcdcdc;
  margin:2px;
  border-radius: 1.5rem;
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  font-weight: 600;
}
.btn-suggestions.in_message .btn-sugg:active:enabled, .btn-suggestions.in_message .btn-sugg:hover:enabled{
    color: #fff;
    background-color: #312783;
    border-color: #312783;
}

/******************/
.btn-suggestions.in_message .btn-sugg.gardeEnfantBtns:hover:enabled{
 background-color: #C40265 !important;
 border-color: #C40265 !important;
}
.btn-suggestions.in_message .btn-sugg.ecoleBtns:hover:enabled{
 background-color: #d2451d !important;
 border-color: #d2451d !important;
}
.btn-suggestions.in_message .btn-sugg.sportLoisirBtns:hover:enabled{
 background-color: #058171 !important;
 border-color: #058171 !important;
}
.btn-suggestions.in_message .btn-sugg.solidariteBtns:hover:enabled{
 background-color: #1171a3 !important;
 border-color: #1171a3 !important;
}

.btn-suggestions.in_message .btn-sugg.covidBtns:hover:enabled{
  background-color: #6D071A !important;
  border-color: #6D071A !important;
 }
/******************/

.btn-suggestions.in_message .btn-sugg:focus:enabled{
    -webkit-box-shadow: 0 0 0 2px rgba(49, 39, 131, .5);
    box-shadow: 0 0 0 2px rgba(49, 39, 131, .5)
}

button.btn.btn-info {
  background-color: #312783 !important;
  border-color: #312783 !important;
  outline: none !important;
  box-shadow: none !important;
}

button.btn.btn-info:active {
  background-color: #312783 !important;
  border-color: #312783 !important;
  outline: none !important;
  box-shadow: none !important;
}

button.btn.btn-info:focus {
  background-color: #312783 !important;
  border-color: #312783 !important;
  outline: none !important;
  box-shadow: none !important;
}

button.btn.btn-info:hover {
  background-color: #5247a0 !important;
  border-color: #5247a0 !important;
  outline: none !important;
  box-shadow: none !important;
}
.btn.disabled.btn-sugg, .btn.btn-sugg:disabled {
    opacity: .3;
}

/*
 .tooltip .tooltip-arrow {
  border-bottom-color: rgb(221, 219, 219) !important;
 }*/

 .tooltip .tooltip-inner {
  background-color: #312783;
  padding: 10px;
  color: white;
  font-size:15px;
  font-weight: 500;
  opacity: 0.75;
  max-width: 380px;
  width: 100%;
 }

 /**************************************************/
.arrow {
  opacity: 0.75 !important;
}
.arrow.gardeEnfant::before{
  border-top-color: #C40265 !important;
  border-bottom-color: #C40265 !important;
}

.arrow.ecole::before{
  border-top-color: #d2451d !important;
  border-bottom-color: #d2451d !important;
}

.arrow.sportLoisir::before{
  border-top-color: #058171 !important;
  border-bottom-color: #058171 !important;
}

.arrow.solidarite::before{
  border-top-color: #1171a3 !important;
  border-bottom-color: #1171a3 !important;
}

.arrow.covid::before{
  border-top-color: #6D071A !important;
  border-bottom-color: #6D071A !important;
}

/**************************************************/

  /* .tooltip .tooltip-arrow {
  border-bottom-color: rgb(221, 219, 219) !important;
 }  */

 .tool-tip-garde [disabled] {
   pointer-events: none;
 }

 .tool-tip-ecole [disabled] {
  pointer-events: none;
}

.tool-tip-sport [disabled] {
  pointer-events: none;
}

.tool-tip-jeune [disabled] {
  pointer-events: none;
}

.tool-tip-senior [disabled] {
  pointer-events: none;
}

.tool-tip-solidarite [disabled] {
  pointer-events: none;
}

.tool-tip-social [disabled] {
  pointer-events: none;
}

.tool-tip-sante [disabled] {
  pointer-events: none;
}

.tool-tip-handicap [disabled] {
  pointer-events: none;
}

.tool-tip-femmeVictime [disabled] {
  pointer-events: none;
}

.tool-tip-accesDroit [disabled] {
  pointer-events: none;
}

.tool-tip-covid [disabled] {
  pointer-events: none;
}


/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

html, body {
  max-width: 100% !important;
  overflow-x: hidden !important;
}

main {
  margin-bottom: 170px; /* Margin bottom by footer height */
}
.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 1;
  border-color: #312783 !important;
  border-bottom:none!important;
  border-left:none!important;
  border-right:none!important;
  /*height: 160px; */
  /* Set the fixed height of the footer here */
}

.col.actions{
  padding: 0;
  padding-top:17px;
  padding-left: 7px;
  max-width: 50px;
}
#actions_button{
  border-radius: 20px;
  border-color: #312783 !important;
  background-color: #312783 !important;
}

div.map {
  overflow: hidden !important;
  position:absolute !important;
  max-width: 700px;
  max-height: 450px;
  width: 85%;
  height: 65%;
}


.mapContainer{
  height: 450px;
  /* margin-left:40px; */
}

.gmnoprint{
  height: 20px !important;
}

.mapInfowindows article {
  text-align: left;
  font-size: 0.8em;
}

.mapInfowindows article a {
  text-decoration: none;
}

/*
.mapInfowindows article:first-of-type {
  font-weight: bold;
}*/

.mapInfowindows article b {
  font-weight: bold;
}

.mapInfowindows > article:not(:last-child) {
 padding-bottom: 5px;
}

/* #street { margin: 0; padding: 0; width: 100%; height: 150px } */

.mapInfowindows article a[href^="tel"]:link,
.mapInfowindows article a[href^="tel"]:visited,
.mapInfowindows article a[href^="tel"]:hover {
    text-decoration: none;
    pointer-events: none;
    cursor: default;
}

@media screen and (max-device-width: 640px) {
    .mapInfowindows article a[href^="tel"]:link,
    .mapInfowindows article a[href^="tel"]:visited,
    .mapInfowindows article a[href^="tel"]:hover {
        text-decoration: none;
        pointer-events: auto;
        cursor: pointer;
    }
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

.popover{
  border:1px solid #312783 !important;
}
.popover.bs-popover-auto[x-placement^=top] .arrow::before, .popover.bs-popover-top .arrow::before {
    border-top-color: #312783 !important;
}
.popover .arrow {
  margin-left:12px;
}
