/* Tout le bloc pétition */
.dk-speakout-petition-wrap
{
  padding-top: 4%;
  padding-bottom: 7%;
  border:  solid #D42B36;
  background-color : #ffffff;
  border-radius:10px;
    
}
 /* Titre de la pétition => on le cache */
.dk-speakout-petition-wrap h3 
{
    font: bold 0px/0em Helvetica, Arial, sans-serif;
}

.dk-speakout-petition
{
    padding-right: 8%;
    padding-left: 8%;
    /*background-color : #ffffff82;*/
    border-radius:20px;
}

/* Bloc qui contient prenom, nom, email ou première checkbox */
.dk-speakout-full {
    margin-top: 5px;
    /*padding: 5px;*/
    box-sizing: border-box;
    width: 100%;
    /*Pour du debug */
    /*border: solid #5b6dcd 3px;*/
}

.dk-speakout-optin-wrap
{
    box-sizing: border-box;
    width: 100%;
}

.dk-speakout-half
{
  margin-top: 5px;
  width: 100%;
}



.dk-speakout-petition input[type=text], .dk-speakout-petition input[type=email], .dk-speakout-petition select {
  border: 1px solid #D42B36;
  border-radius:5px;
  /*border-radius: 3px;*/
  color: #000;
  font: 15px/1.4em Helvetica, Arial, sans-serif !important;
  /*margin-bottom: .4em;
  padding: 0 0 0 .5em;*/
  width: 100%;
  height:2.5em;
}

.dk-speakout-petition-wrap label {
  color: #240903;
  font-size: .7em;
}

.dk-speakout-error {
    background-color: #ffebe8 !important;
    border: 3px solid #D42B36 !important;
    box-shadow:0 0 4px #fff
}

.dk-speakout-submit-wrap
{
    margin-top: 10px;
    text-align: center;
    align-items: center;
    display: flex;
}

.dk-speakout-submit
{
    background-color: #D42B36;
    width: 70%;
    font-size: 1.5em;
    margin-left:15%;
}

.dk-speakout-submit:active, .dk-speakout-submit:hover
{
    background-color: #f63441;
}

.dk-speakout-progress-wrap
{
    margin-top:30px;
    background-color: #f8d5384e;
    text-align: center;
    font-size: 1em;
    border-radius:5px;
    width:80%;
    margin-left:10%;
    color : #d0ab04;
    padding-top: 30px;
    padding-bottom : 20px;
}

.dk-speakout-progress-wrap span
{
    font-size: 2em;
    font-weight: bold;
}

/* PROGRES BAR */

.dk-speakout-progress {
  background: #fffcfc ;
  border-radius: 3px;
  display: inline-block;
  height: 15px;
  margin: 8px 0 0 0;
  
}

.dk-speakout-progressbar {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  height: 15px;
}
.dk-speakout-progressbar-low,
.dk-speakout-progressbar-medium,
.dk-speakout-progressbar-high,
.dk-speakout-progressbar-complete {
  background: #dad9d9;
}
.dk-speakout-progressbar-low {
  background-color: #d0ab04;
}
.dk-speakout-progressbar-medium {
  background-color: #d0ab04;
}
.dk-speakout-progressbar-high {
  background-color: #d0ab04;
}
.dk-speakout-progressbar-complete {
  background-color: #d0ab04;
}
.dk-speakout-signature-count span {
  font-weight: bold;
}


.dk-speakout-response-error {
  background-color: #ffebe8;
  border-color: #ff9282 !important;
  text-align: center;
  width : 70%;
  margin-left : 15%;
}

.dk-speakout-response-success {
  background-color: #d8f6d9;
  border-color: #70de74 !important;
  text-align: center;
  width : 70%;
  margin-left : 15%;
}

.dk-speakout-PAZ-checkbox-container
{
  display: flex;
  line-height: normal;
  gap: 8px;
  margin-top:8px;
  margin-bottom:8px;
}


/*
.dk-speakout-submit {
    background: none;
	background-color : #b41034;
	    color: #000000;
    border-radius: 3px;
    border: none;
    box-shadow: none;
    text-shadow: none;
	  font-weight: 600;
}

.dk-speakout-submit:hover {
	background-color : #8171f7;
}

.dk-speakout-submit span {
    color: #333;
}

.dk-speakout-submit:hover span {
    color: #D42B36;
}



 .dk-speakout-petition-wrap input[type="text"], .dk-speakout-message, .dk-speakout-message-editable textarea, .dk-speakout-petition-wrap input[type="email"] {
    padding: 0 0 0 .5em;
    height: 45px;
	  margin: 0 0 10px 0;
}

.dk-speakout-petition-wrap {
  background-color: #360000;
  border: none;
  border-radius: 4px;
  box-shadow: none;
  font: normal 15px/1.4em Helvetica, Arial, sans-serif !important;
  padding: 0;
  text-shadow: none;
	  width: 100%;
}

.dk-speakout-progress-wrap {
  border-top: none;
	background: #431e1e;
}

.dk-speakout-half {
    display: inline-block;
    margin: 0 0 5px 5%;
    width: 42%;
}

.dk-speakout-share {display:none;}

.dk-speakout-progress-wrap {
    padding: 30px 0;
	font-size: 22px;
}*/
