/* Style graphique à modifier */

/*
*****************************
* Bandeau cookies notice 
*****************************
*/

#tarteaucitronPercentage{
  position: absolute !important;
  background: linear-gradient(to right, #1eb7cc, #1e91cc) !important;
  box-shadow: none !important;
}
#tarteaucitronDisclaimerAlert b{
  color:black;
}

#tarteaucitronAlertBig a.terms {
  display: block;
  padding: 20px 0 0 0;
  color: #888;
}
body #tarteaucitronAlertBig {
  background: #fff;
  box-shadow: 0 0 8px rgba(0,0,0,.2);
}
body #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert b,
body #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert{
  color: #000;
}
/* Bouton "Ok tout accepter" et "Personnaliser" */
body #tarteaucitronAlertBig #tarteaucitronPersonalize:not(.personalize){
  background: green !important;
  font-weight: bold;
  margin-left: 20px;
  border-radius: 15px;
  color: #000;
  font-size: 13px;
}
body #tarteaucitronAlertBig #tarteaucitronPersonalize.personalize{
  background: transparent;
  color: #000;
  font-size: 13px;
}
body #tarteaucitronAlertBig #tarteaucitronPersonalize.refuse{
  background: rgb(199, 0, 57) !important; /* Green */
  font-weight: bold;
  margin-left: 7px;
  border-radius: 15px;
  color: #fff;
  font-size: 13px;
}
/* Bouton "Personnaliser" */
/* Bouton "Personnaliser" */
body #tarteaucitronAlertBig #tarteaucitronCloseAlert {
  /*background: linear-gradient(to right, #1eb7cc, #1e91cc) !important;*/
  margin-left: 20px;
  border-radius: 15px;
  color: #000;
  font-size: 17px !important;
  border-radius: 30px !important;
  padding: 16px 14px !important;
  border: solid 1px #1d1c1c;
}
/* Encart en bas à droite */
body #tarteaucitronAlertSmall #tarteaucitronCookiesNumber{
  padding: 4px 10px !important;
  font-size:9px;
}

/*
****************************
* Popup de personnalisation 
***************************
*/

/* Container */
body #tarteaucitron{
  box-shadow: 0px 0px 20px rgba(0,0,0,.1);
  border-radius: 15px;
  overflow: hidden;
}
body #tarteaucitron #tarteaucitronServices{
  /*box-shadow: 0px 0px 10px #000 !important;
  border-radius: 15px !important;
  overflow: hidden !important;*/
}
/* Close button */
body #tarteaucitron #tarteaucitronClosePanel {
  background: #fff;
  color:#000;
  z-index: 999;
  background: url(./tac_close.jpg) no-repeat 8px 6px;
  padding: 10px;
  height: 20px;
  width: 20px;
  color: #fff;
  font-size: 1px;
}
/* Boutons */
body #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow, 
body #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny, 
body .tac_activate .tarteaucitronAllow {
  border-radius: 15px;
  padding: 8px 24px;
  margin-left: 10px;
}

body #tarteaucitronAlertSmall{
  border-radius: 7px;
  display: block;
  bottom: 0;
  top: auto;
  right: -90px;
  transition: all ease .3s;
  opacity:.5;
}
body #tarteaucitronAlertSmall::before{
  position:absolute;
  content: "";
  width: 30px;
  height: 30px;
  background-size: 8px;
  top: 5px;
  left: 13px;
}
body #tarteaucitronAlertSmall:hover::before{
  display:none;
}
body #tarteaucitronAlertSmall #tarteaucitronManager{
  color: #333; /* Hide texte */
  
}
body #tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot{
  display: none;
}
body #tarteaucitronAlertSmall:hover #tarteaucitronManager{
  color: #fff; /* Show texte */
}
body #tarteaucitronAlertSmall:hover #tarteaucitronManager #tarteaucitronDot{
  display: block;
}
body #tarteaucitronAlertSmall:hover{
  display: block;
  bottom: 0;
  top: auto;
  right: 0px;
  opacity:1;
}

/* Popup header */
body #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine,
body #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine:hover{
  background:#fff;
  border: 0;
  color:#000;
  margin-top:0;
  padding: 30px 0 20px 0;
}
/* Popup header : no hover effect */
body #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine:hover {
  background: #fff;
}
/* Popup header : Black title */
body #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName b {
  color: #000;
  padding: 0 0 0 43px;
  display: block;
}
/* Popup titre : bouton infos */
body #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName b a{
  float:right;
  background: url(./tac_info.jpg) no-repeat 0px 0px;
  height: 30px;
  width: 30px;
}
body #tarteaucitronScrollbarAdjust{
  margin-right: 60px !important;
}
/* Popup line elements : bouton infos */
body #tarteaucitron #tarteaucitronServices .tarteaucitronTitle a {
  float:right;
  background: url(./tac_info.jpg) no-repeat 0px 0px;
  background-size: 17px;
  height: 20px;
  width: 20px;
  margin: 0 7px;
}
/* Popup content */
body #tarteaucitron .tarteaucitronBorder {
  background: #fff;
  border: none;
  padding: 0 40px;
}
/* Popup content : backgtround reset */
body #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronHidden,
body #tarteaucitron #tarteaucitronServices .tarteaucitronHidden {
  background: #fff;
}
/* Each line in popup content */
body #tarteaucitron #tarteaucitronServices .tarteaucitronLine {
  background: #fff;
  border-left: none !important;;
}
body #tarteaucitron #tarteaucitronServices .tarteaucitronLine:hover {
  background: #fff;
  border-left: none !important;
}
body #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName {
  margin-left: 0;
}
body #tarteaucitron #tarteaucitronServices .tarteaucitronTitle a {
  float: right;
  padding: 0px 8px;
  /* TODO : background:url(); */
}
body #tarteaucitron #tarteaucitronServices .tarteaucitronTitle{
  background: transparent;
  color: #000;
  margin: 0;
  padding: 5px;
}
body #tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotGreen {
  background-color: rgb(93, 227, 168); /* Green */
}
body #tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotRed {
  background-color: rgb(0,0,0,.9); /* Grey dark */
}
body #tarteaucitronScrollbarParent{
  min-height: 140px;
}
/* Frontend */
body .tac_activate .tac_float .tarteaucitronAllow {
  /*background-color: rgb(93, 227, 168);*/
  background-color: #ed174a;
}
body .tac_activate {
  padding: 5px;
}

body.blog-details .tac_activate .tac_float .tarteaucitronAllow {
  background-color: #fa1d9f;
}


/*----- RGPD ----- */
#tarteaucitronAlertBig {
  left: auto !important;
  width: auto !important;
  max-width: 470px;
  bottom: 40px;
  top: auto;
  right: 40px;
  border-radius: 10px;
  padding: 30px !important;
}
@media (max-width: 670px) {
  #tarteaucitronAlertBig {
    left: 10px !important;
    right: 10px !important;
    bottom: 10px !important;
    width: auto;
    padding: 10px !important;
  }
  #tarteaucitronDisclaimerAlert{
    text-align: center !important;
    font-size: 0.9em !important;
  }
  #tarteaucitronDisclaimerAlert h3{
    font-size: 19px;
  }
  body #tarteaucitronAlertBig #tarteaucitronPersonalize:not(.personalize),
  body #tarteaucitronAlertBig #tarteaucitronPersonalize.personalize{
    font-size: 0.9em !important;
  }
}
#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert {
  display: block;
  margin-bottom: 30px;
  text-align: left;
}
#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert h3 {
  display: block;
  font-size: 23px;
  margin-bottom: 10px;
  font-family: 'open_sanssemibold';
}
#tarteaucitronAlertBig #tarteaucitronPersonalize:not(.personalize) {
  background: #1d1c1c !important;
  color: white !important;
  font-size: 17px !important;
  border-radius: 30px !important;
  padding: 16px 14px !important;
}
@media (max-width: 480px) {
  #tarteaucitronAlertBig #tarteaucitronPersonalize:not(.personalize) {
    margin-left: 0 !important;
    margin-bottom: 10px;
  }
}
#tarteaucitronAlertBig #tarteaucitronPersonalize.personalize {
  background: transparent;
  color: #1d1c1c;
  font-size: 17px !important;
  border-radius: 30px !important;
  padding: 16px 14px !important;
  border: solid 1px #1d1c1c;
}
#tarteaucitronAlertSmall {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  border-radius: 50% !important;
  bottom: 20px !important;
  right: 20px !important;
  opacity: 1 !important;
  width: 40px !important;
  height: 40px !important;
  background: white !important;
}
#tarteaucitronAlertSmall:hover:before {
  display: block !important;
  position: absolute;
  content: "";
  width: 20px !important;
  height: 20px !important;
  background: url(./roue.png) no-repeat 0px 0px !important;
  background-size: auto auto;
  background-size: 21px !important;
  top: 10px !important;
  left: 10px !important;
  transform: rotate(90deg);
  opacity: 1;
}
#tarteaucitronAlertSmall:before {
  position: absolute;
  content: "";
  width: 20px !important;
  height: 20px !important;
  background: url(./roue.png) no-repeat 0px 0px !important;
  background-size: auto auto;
  background-size: 21px !important;
  top: 10px !important;
  left: 10px !important;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.5;
}
#tarteaucitronAlertSmall #tarteaucitronManager {
  color: transparent !important;
  z-index: 999;
  position: relative;
}
#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot {
  display: none !important;
}
#tarteaucitronScrollbarParent button.validate{
  display: none;
}

#tarteaucitronManager:hover {
  background: transparent !important;
}

/*** MATOMO FORM ***/

#matomo-deny-form {
	text-align: center;
	padding:20px 0;
}
#matomo-deny-form #edit-submit {
	float:none;
}