.loader {
    position: fixed;
    z-index: 10;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    cursor: wait;
	text-align: center;
	background-position: center;
	background-size: cover;
 }
 
 	.loader2 {

	position : fixed;
	z-index: 9999;
    background: url('loader.gif') 50% 50% no-repeat;
        background-color: rgba(0, 0, 0, 0);
	top : 0px;
	left : 0px;
	height : 100%;
	width : 100%;
	cursor : wait;
	}

 
 ol, p, ul {
    font-size: 18px;
	line-height: normal;
}

.h1, h1 {
    font-size: 25px;
}

.text-legal > p {
    font-size: 16px;
}

.text-legal > ul > li {
    font-size: 16px;
}

.left-paiement {
    text-align: right;
}

.info-date {
    font-size: 16px;
    color: #888;
}

.list-ins {
    font-size: 16px;
}

#article-news > p {
    font-size: 16px;
}



.timeline-form-index {
    margin-left: 0px;
    padding-left: 20px;
    color: #aaa;
}


.timeline-form-index > li {
    display: list-item;
}

.timeline-form-index > li > p {
    font-size: 10pt;
}

.timeline-arrow {
    display: none !important;
}

.timeline-info {
    max-width: 70px;
    min-width: 50px;
    text-align: left;
    height: auto;
    line-height: 1;
    vertical-align: middle;
    padding-top: 4px;
}


.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 21px;
    font-size: 11pt;
}

.message_panel {
    background-color: orangered;
    color: #fff;
    padding: 10px;
    margin-top: 10px;
	display: none;
}

.block-home-1 {
    background-color: transparent;
    border-radius: 10px;
    padding: 0px;
    text-align: left;
    color: #fff;
    margin-bottom: 20px;
    min-height: 600px;
    box-shadow: none;
	margin-top: -25px;
}

.block-center{
    text-align: center;
}

.form-check {
    width: 100%;
    float: left;
}

.choice-pack {
    padding: 18px 27px;
    font-size: 19px;
    line-height: 1.33333;
    border-radius: 6px;
    max-width: 300px;
	color: #fff;
	background-color: #1a252f;
	border-color: #161f29;
	display: inline-block;
	margin-bottom: 20px;
	font-weight: 400;
	text-align: center;
	vertical-align: top;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
}

.choice-pack:hover {
    text-decoration: none;
	background-color: #74ba3b;
	border-color: #74ba3b;
	color: #ffffff;
}

#form-part-valid > ul > li {
    font-size: 15px;
    margin-bottom: 20px;
    border-width: 1px;
    padding: 8px;
}

.row {
    margin-left: 0px;
    margin-right: 20px;
}

h1.ins {
    color: indigo;
    text-align: center;
    margin-top: 35px !important;
}

.form-group-central {
    text-align: center;
    margin-top: 20px;
}

#code_promo_paiement_PaiementCode {
    width: 50%;
    float: left;
}

#main {
    flex: 1;
    min-height: 100px;
    padding: 10px;
	padding-bottom: 25px;
    border-radius: 0px;
}

.progress {
    margin-top: 20px;
}

#address-2 {
    display: none;
}

.address-2-link {
    font-size: 10pt;
    margin-top: -5px;
    display: block;
    width: 100%;
    text-align: right;
    margin-bottom: 15px;
}

.thumb_legend {
    font-size: 10pt;
}

.btn_right {
    width: 100%;
    text-align: right;
}

.imgbtn {
	width: 30px;
}

#confirmationModal .modal-dialog {
	width: 95%;
	max-width: 500px;
	margin-top: 10em;
}

.post-metadata {
    color: #666;
    font-size: 17px;
    margin-bottom: 16px;
}

#post_MediaUpload > div > label {
    width: 100%;
}


#taglist {
	margin-bottom: 10px;
	background-color: rgba(255,255,255,0);
	margin-top: -5px;
}

#previewtags {
    margin-top: -18px;
    margin-bottom: 20px;
    font-size: 10pt;
    color: #777;
}

#previewtag {
	margin-right: 10px;
}

#headerhome {
	z-index: 1000;
	position: absolute;
	right: 10px;
	color: #fff !important;
	top: 10px;
}

#headerhomemobile {
	display: none;
}

#headerhome > a {
	color: #ffffff;
}

#headerhomemobile > a {
	color: #ffffff;
}

.modal-footer {
	padding: 20px;
	text-align: center;
	border-top: 1px solid #e5e5e5;
}

.btn.btn-lg.btn-block {
	width: auto;
	font-size: 16px;
	padding: 3px 3px 4px 7px;
	float: right;
	border-radius: 15px;
}

.btn-danger {
	color: #fff !important;
	background-color: #c14336 !important;
	border-color: #c14336 !important;
}

a.btn-list {
	text-decoration: none !important;
	background-color: #bbb;
	padding: 4px 8px 4px 8px;
	color: #fff;
	border-radius: 4px;
}

a.btn-list:hover {
	background-color: #aaa;
}

a.lien-btn {
	background-color: slategrey;
	font-size: 16px;
	border-radius: 20px;
	padding: 6px 0px 0px 10px;
	color: #fff;
	display: block;
	width: 35px;
	height: 35px;
}

a.lien-btn:hover {
	background-color: #ccc;
}

.validate {
	background-color: mediumaquamarine !important;
	color: white !important;

}

a.validate:hover {
	background-color: aquamarine !important;
	color: white !important;

}

.user-block {
	max-width: 600px;
	margin: auto;
	background-color: #fff;
	padding: 15px;
	border-radius: 8px;
	border-color: #33281e;
	border-style: solid;
	border-width: 1px;
	margin-top: 40px;
}

.btn-group-lg > .btn, .btn-lg {
	padding: 6px 27px;
	font-size: 19px;
	line-height: 1.33333;
	border-radius: 6px;
}

.modal-content {
	text-align: center;
}

.reveal-loaded .reveal [class*="reveal-"] {
	opacity: 0;
	transform: translateY(30px);
	transition-delay: .3s;
}

.reveal-loaded [class*="reveal"]{
	transition: 1s cubic-bezier(.5, 0, 0, 1);
}

/* On ajoute du délai */
.reveal-loaded .reveal-2 {
	transition-delay: .4s;
}

.reveal-loaded .reveal-3 {
	transition-delay: .5s;
}

.reveal-loaded .reveal-4 {
	transition-delay: .6s;
}