/* AJOUT Fev 2021 - Modif Fev 2022 - Modif Aout 2022 - PROD */
/* GIZMO */
.sg-b-bar {
  width:550px; 
  position:fixed;
  bottom:0;
  left:45%!important; 
  height:140px; 
  opacity:.96; 
  border-top-left-radius:10px; 
  border-top-right-radius:10px;
  padding:20px; 
  border:3px solid #0065af;
  border-bottom:none;
  background-color:#fff;
  color:#020202;
  z-index:5001;
}
.sg-b-bar h2 {font-size:18px;margin-top:0; margin-bottom:8px}
.sg-b-bar h2 span {white-space:nowrap;}
.sg-b-bar p {padding-bottom:20px; font-size:14px; line-height:18px;}
.sg-b-bar a:link, .sg-b-bar a:visited {text-decoration:underline;color:#020202; }
.sg-b-bar a:hover, .sg-b-bar a:focus {text-decoration:none;}
.close {float:right; margin:0 0 8px 8px}
.close button {border:0; width:40px; height:40px; font-weight:900; font-size:18px; background-color:#fff;border-radius:50%}
.close button:hover, .close button:focus {background-color:#f4f4f4; cursor:pointer;}


@media only screen and (min-width : 768px) and  (max-width : 991px) { /* Tablette */
  .sg-b-bar { 
    width:80%!important; 
    left:10%!important;
    margin:0;
  }
}
@media only screen and (max-width : 991px) { /* Tablette et mobile */
    .sg-b-bar { 
    width:80%!important; 
    left:10%!important;
    margin:0;
  }
}
/* FIN GIZMO */