
.hidden {
    display: none !important;
    visibility: hidden;
}
.tac{
	text-align: center;
}
.space-between{
	display: flex;
	justify-content: space-between;
}
.waiting{
	margin: 0 0 40px 0;
}
.btn-danger{
	background-color: #fe725d;
}
.text-danger{
	color: #d15e5e;
}
.text-success{
	color: #99d15e;
}
.text-warning{
	color: #e2872e;
}


.provider{
	font-size: 28px;
	line-height: 60px;
	font-weight: 600;
	margin: 30px 0 0 0;
}
.provider img{
	width: 60px;
	height: 60px;
	vertical-align: middle;
	padding: 0 10px 0 0;
}


.visuel{
	text-align: center;
}


.bloc_list_suivi{
	margin: 0 0 40px 0;
}
.bloc_list_suivi table{
	text-align: left;
}
.bloc_list_suivi table td,
.bloc_list_suivi table th{
	padding-left: 8px;
}
.bloc_list_suivi .new_search{
	display: block;
	font-size: 16px;
	text-align: center;
	margin: 12px 0 20px 0;
}
.bloc_list_suivi .head .col{
	font-size: 16px
}
.bloc_list_suivi .head .title{
	font-size: 22px;
	font-weight: 400;
	padding: 20px 0 0 0;
}
.bloc_list_suivi .checkpoints{
	margin-top: 16px;
}


.suivi-erreur{
	text-align: center;
	padding: 30px 0;
	font-size: 20px;
	color: #fe725d;
}


.comment-suivi{
	margin: 30px 0;
}


.comment-suivi{
	font-size: 16px;
	font-weight: 600;
}

.bloc_form_suivi{
	background-color: #f2f2f2;
	color: #454545;
	padding: 20px 25px 30px 25px;
}
.title{
	text-align: center;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 900;
}
.bloc_form_suivi form{
	display: flex;
}

.bloc_form_suivi input[type="text"]{
	width: 80%;
	height: 38px;
	line-height: 38px;
	margin: 0 1% 0 0;
	padding: 0 12px;
	background-color: #fff;
}
.bloc_form_suivi input[type="submit"]{
	background-color: #fe8877;
	text-transform: uppercase;
	width: 180px;
}
input[type="submit"]{
	background-color: #54c0eb;
}


/*--- mobile portrait style ---*/
@media only screen and (max-width: 419px) {
	.bloc_form_suivi form{
		display: block;
	}
	.bloc_form_suivi input[type="text"]{
		width: 90%;
	}
	.bloc_form_suivi input[type="submit"]{
		width: 100%;
		margin-top: 8px;
	}

}

.spinner {
  width: 80px;
  height: 80px;

  position: relative;
  margin: 40px auto;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #333;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

.slidetext {
	height: 40px;
	overflow: hidden;
	text-align: center;
	font-size: 14px;
}

.slidetext ul {
	padding:0; margin:0;
	list-style: none;
}
.slidetext ul li{
	height: 40px;
}

.comment-form-comment{
	margin: 0 0 16px 0;
}

.gdlr-button, 
input[type="button"], 
input[type="submit"] {
    background-color: #fe725d !important;
}


