body{
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	font-family: Verdana, Helvetica, sans-serif;
}
/*HEADER - HEADER - HEADER - HEADER - HEADER - HEADER - HEADER - HEADER - HEADER*/
body div.header{
	width: 100%;
	height: 22px;
	background-color: white;
	box-shadow: 0px 3px 5px RGB(100, 100, 100);
}
div.header div.contenorA{}
div.contenorA ul.headerUl{
	margin: 0px;
	padding: 0px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
ul.headerUl li{
	list-style-type: none;
	margin: 0px 10px;
}
ul.headerUl li a{
	text-decoration: none;
	font-size: 11px;
	color: RGB(100, 100, 100);
}
ul.headerUl li a:hover{
	text-decoration: underline;
}
ul.headerUl li.grateCiel{
	order: 7;
	display: none;
	position: relative;
}
ul.headerUl li.grateCiel input#bug{
	display: none;
}
ul.headerUl li.grateCiel label.burger{
	position: absolute;
	background-color: #003D90;
	border: 1px solid #003D90;
	width: 16px;
	height: 10px;
	padding: 5px 5px;
	cursor: pointer;
}
ul.headerUl li.grateCiel label.burger::before{
	content: "";
	width: 16px;
	height: 2px;
	background-color: #F9D949;
	position: absolute;
	top: 2.5px;
	left: 5px;
	-webkit-transition: transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    -moz-transition: transform 0.5s ease;
    -ms-transition: transform 0.5s ease;
	transition: transform 0.5s ease;
}
ul.headerUl li.grateCiel label.burger::after{
	content: "";
	width: 16px;
	height: 2px;
	background-color: #F9D949;
	position: absolute;
	top: 14.5px;
	left: 5px;
	-webkit-transition: transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    -moz-transition: transform 0.5s ease;
    -ms-transition: transform 0.5s ease;
	transition: transform 0.5s ease;
}
ul.headerUl li.grateCiel label.hyphn{
	width: 16px;
	height: 2px;
	background-color: #F9D949;
	position: absolute;
	top: 10px;
	left: 6px;
	-webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
input#bug:checked ~ label.burger::before{
	position: absolute;
	top: 8.5px;
	left: 5px;
	background-color: RGB(247, 247, 247);
	-webkit-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}
input#bug:checked ~ label.burger::after{
	position: absolute;
	top: 8.5px;
	left: 5px;
	background-color: RGB(247, 247, 247);
	-webkit-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
}
input#bug:checked ~ label.hyphn{
	-webkit-transform: scale(0);
    -o-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
	transform: scale(0);
}
/*HEADER END - HEADER END - HEADER END - HEADER END - HEADER END - HEADER END*/
div.bgcColor{
	background-color: #F9D949;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: auto;
	margin-top: 5px;
	padding-bottom: 150px;
}
div.bgcColor div.flexLogos{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
	margin: auto;
}
div.flexLogos a.imgFone{
	-webkit-transform: translate(-108px, 0px);
    -o-transform: translate(-108px, 0px);
    -moz-transform: translate(-108px, 0px);
    -ms-transform: translate(-108px, 0px);
	flex: translate(-108px, 0px);
    transform: translate(-108px, 0px);
}
div.flexLogos a.imgFone img#logo1{
	width: 101px;
	height: auto;
}
div.flexLogos a.imgFtwo{
	-webkit-transform: translate(115px, 5px);
    -o-transform: translate(115px, 5px);
    -moz-transform: translate(115px, 5px);
    -ms-transform: translate(115px, 5px);
    transform: translate(115px, 5px);
}
div.flexLogos a.imgFtwo img#logo2{
	width: 650px;
	height: auto;	
} 
/*NAV - NAV - NAV - NAV - NAV - NAV - NAV - NAV - NAV*/
div.bgcColor div.nav{
	width: 965px;
	/*height: 35px;*/
	height: 35px;
	justify-content: center;
	background-image: url("../images/navcolor.gif");
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: left top;
	background-origin: padding-box;
	background-size: auto;
	background-clip: border-box;
	background-color: RGBa(0, 61, 144, 1);
	box-shadow: -2px 2px 8px RGB(100, 100, 100);
	display: block;
}
div.nav div.contenorB{}
div.contenorB ul.navUl{
	margin: 0px;
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-betwwen;
}
ul.navUl li{
	list-style-type: none;
	/*line-height: 33px;*/
	display: flex;
}
ul.navUl li.tpZero{
	order: ;
	display: none;
}
ul.navUl li.tpZero button.menuNav{
	background-color: RGBa(38, 101, 176, 1);
	color: #F9D949;
	border: 1px solid #F9D949;
	border-radius: 3px;
	cursor: pointer;
}
ul.navUl li a{
	text-decoration: none;
	color: white;
	font-size: 13px;
	padding: 10px 20px 1.5px 20px;
	position: relative;
}
ul.navUl li a:hover{
	color: RGBa(38, 101, 176, 1);
	background-color: #F9D949;
}
ul.navUl li a div{
	border-right: 0.1px solid RGB(185, 185, 185);
	height: 17px;
	position: absolute;
	top: 10px;
	right: 0px;
}
ul.navUl li.active a{
	background-color: #F9D949;
	color: RGBa(38, 101, 176, 1);
}
ul.navUl li.active a div{
	border-right: 0.1px solid transparent;
	height: 17px;
	position: absolute;
	top: 10px;
	right: 0px;
}
ul.navUl li a img#logo3{}
ul.navUl li a img#logo4{
	width: 71px;
	height: 20px;
	-webkit-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
}
/*NAV END- NAV END - NAV END - NAV END - NAV END - NAV END - NAV END*/

/*INDEX - INDEX - INDEX - INDEX - INDEX - INDEX - INDEX - INDEX*/
div.wrapper{
	position: relative;
	margin-bottom: 120px;
	width: 100%;
	display: block;
}
div.wrapper ul#slider{
	margin: 0px;
	margin-top: 50px;
	padding: 0px;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
}
ul#slider div.shadow{
	width: 880px;
	height: 60px;
	background-image: url("../images/shadow.png");
	background-attachment: no-attachment;
	background-size: ;
	background-position: ;
	background-repeat: no-repeat;
	position: absolute;
	top: ;   /* 308px */
	left: ;   /* 210px */
	-webkit-transform: translate(0px, 308px);
    -o-transform: translate(0px, 308px);
    -moz-transform: translate(0px, 308px);
    -ms-transform: translate(0px, 308px);
    transform: translate(0px, 308px);
	z-index: 2000;
}
ul#slider div.borderss{
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 10px;
	padding-bottom: 2px;
	margin: auto;
	display: block;
	border: 4px solid white;
	width: 890px;                           /* width: 65%; */
	height: 310px;
	z-index: 500;
}
ul#slider div.borderss li{
	position: relative;
	list-style-type: none;
	display: none;
	perspective: 3000px;
	perspective-origin: top left;
}
ul#slider div.borderss li.active{
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
}
ul#slider div.borderss li div.move1, 
div.move2, 
div.move3,
div.move4,
div.move5,
div.move6,
div.move7{
	display: none;
}
/*ul#slider div.borderss li div{
	width: 900px;
	height: 307px;
	-webkit-transform: translate(-2px, -2px);
    -o-transform: translate(-2px, -2px);
    -moz-transform: translate(-2px, -2px);
    -ms-transform: translate(-2px, -2px);
	transform: translate(-2px, -2px);
}
ul#slider div.borderss li div table{}
ul#slider div.borderss li div table tr{
	perspective: 1200px;
}
ul#slider div.borderss li div table tr td{
	width: 30px;
	height: 28px;
	border: 1px solid RGB(69, 69, 69);
	background-color: #F9D949;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
ul#slider div.borderss li div.move1 table tr td{
	-webkit-animation-name: Ajax1;
	-moz-animation-name: Ajax1;
	-o-animation-name: Ajax1;
	animation-name: Ajax1;
	
	-webkit-animation-duration: 4s;
	-moz-animation-duration: 4s;
	-o-animation-duration: 4s;
	animation-duration: 4s;
	
	-webkit-animation-delay: 0s;
	-moz-animation-delay: 0s;
	-o-animation-delay: 0s;
	animation-delay: 0s;
	
	-webkit-animation-timing-function: ease;
	-moz-animation-timing-function: ease;
	-o-animation-timing-function: ease;
	animation-timing-function: ease;
}
@-webkit-keyframes Ajax1{}
@-moz-keyframes Ajax1{}
@-o-keyframes Ajax1{}
@keyframes Ajax1{
	0%{
		transform: rotateX(0deg);
	}
	25%{
		transform-origin: top left;
		transform: rotateX(80deg) scale(2.2);
	}
	50%{
		transform: rotateX(25deg) scale(2.2);
	}
	75%{
		transform-origin: center;
		transform: rotateY(55deg) scale(2.2);
	}
	100%{
		scale(1.0)
		transform: rotateX(0deg);
		transform: rotateY(0deg);
	}
}
*/
ul#slider div.borderss li a{
	text-decoration: none;
	display: block;
}
ul#slider div.borderss li a.small{}
ul#slider div.borderss li a img#ffa{}
ul#slider div.borderss li a img#ffb{
	width: 512px;
	height: auto;
}
ul#slider div.borderss li a img#ffc{}
ul#slider div.borderss li a img#ffd{}
ul#slider div.borderss li a img#ffe{}
ul#slider div.borderss li a img#fff{
	width: 648px;
	height: 306px;
}
ul#slider div.borderss li a img#ffg{}
ul#slider div.borderss li div.item.resize{}
ul#slider div.borderss li div.item{
	width: 200px;
	height: 295px;
	padding: 30px 11px 0px 11px;
	background-color: RGBa(46, 46, 46, 0.3);
	transform-style: preserve-3d;
	-webkit-transform: translate(0px, -9px);
    -o-transform: translate(0px, -9px);
    -moz-transform: translate(0px, -9px);
    -ms-transform: translate(0px, -9px);
    transform: translate(0px, -9px);
	
	-webkit-animation-name: pagination;
	-moz-animation-name: pagination;
	-o-animation-name: pagination;
	-ms-animation-name: pagination;
	animation-name: pagination;
	
	-webkit-animation-duration: s;
	-moz-animation-duration: s;
	-o-animation-duration: s;
	-ms-animation-duration: s;
	animation-duration: 0.5s;
	
	-webkit-animation-delay: s;
	-moz-animation-delay: s;
	-o-animation-delay: s;
	-ms-animation-delay: s;
	animation-delay: 0.3s;
	
	-webkit-animation-timing-function: ease-in-out;
	-moz-animation-timing-function: ease-in-out;
	-o-animation-timing-function: ease-in-out;
	-ms-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}

/**/
@-o-keyframes pagination{
	0%{
		-webkit-transform: rotateY(360deg) rotateZ(45deg) scale(0);
        -o-transform: rotateY(360deg) rotateZ(45deg) scale(0);
        -moz-transform: rotateY(360deg) rotateZ(45deg) scale(0);
        -ms-transform: rotateY(360deg) rotateZ(45deg) scale(0);
		transform: rotateY(360deg) rotateZ(45deg) scale(0);
	}
	25%{
		-webkit-transform: rotateY(270deg) rotateZ(45deg) scale(0.5);
        -o-transform: rotateY(270deg) rotateZ(45deg) scale(0.5);
        -moz-transform: rotateY(270deg) rotateZ(45deg) scale(0.5);
        -ms-transform: rotateY(270deg) rotateZ(45deg) scale(0.5);
		transform: rotateY(270deg) rotateZ(45deg) scale(0.5);
	}
	50%{
		-webkit-transform: rotateY(180deg) rotateZ(45deg) scale(0.8);
        -o-transform: rotateY(180deg) rotateZ(45deg) scale(0.8);
        -moz-transform: rotateY(180deg) rotateZ(45deg) scale(0.8);
        -ms-transform: rotateY(180deg) rotateZ(45deg) scale(0.8);
		transform: rotateY(180deg) rotateZ(45deg) scale(0.8);
	}
	75%{
		-webkit-transform: rotateY(45deg) rotateZ(45deg) scale(1.1);
        -o-transform: rotateY(45deg) rotateZ(45deg) scale(1.1);
        -moz-transform: rotateY(45deg) rotateZ(45deg) scale(1.1);
        -ms-transform: rotateY(45deg) rotateZ(45deg) scale(1.1);
		transform: rotateY(45deg) rotateZ(45deg) scale(1.1);
	}
	100%{
		-webkit-transform: rotateY(0deg) rotateZ(0deg) scale(1);
        -o-transform: rotateY(0deg) rotateZ(0deg) scale(1);
        -moz-transform: rotateY(0deg) rotateZ(0deg) scale(1);
        -ms-transform: rotateY(0deg) rotateZ(0deg) scale(1);
		transform: rotateY(0deg) rotateZ(0deg) scale(1);
	}
}

@-moz-keyframes pagination{
	0%{
		-webkit-transform: rotateY(360deg) rotateZ(45deg) scale(0);
        -o-transform: rotateY(360deg) rotateZ(45deg) scale(0);
        -moz-transform: rotateY(360deg) rotateZ(45deg) scale(0);
        -ms-transform: rotateY(360deg) rotateZ(45deg) scale(0);
		transform: rotateY(360deg) rotateZ(45deg) scale(0);
	}
	25%{
		-webkit-transform: rotateY(270deg) rotateZ(45deg) scale(0.5);
        -o-transform: rotateY(270deg) rotateZ(45deg) scale(0.5);
        -moz-transform: rotateY(270deg) rotateZ(45deg) scale(0.5);
        -ms-transform: rotateY(270deg) rotateZ(45deg) scale(0.5);
		transform: rotateY(270deg) rotateZ(45deg) scale(0.5);
	}
	50%{
		-webkit-transform: rotateY(180deg) rotateZ(45deg) scale(0.8);
        -o-transform: rotateY(180deg) rotateZ(45deg) scale(0.8);
        -moz-transform: rotateY(180deg) rotateZ(45deg) scale(0.8);
        -ms-transform: rotateY(180deg) rotateZ(45deg) scale(0.8);
		transform: rotateY(180deg) rotateZ(45deg) scale(0.8);
	}
	75%{
		-webkit-transform: rotateY(45deg) rotateZ(45deg) scale(1.1);
        -o-transform: rotateY(45deg) rotateZ(45deg) scale(1.1);
        -moz-transform: rotateY(45deg) rotateZ(45deg) scale(1.1);
        -ms-transform: rotateY(45deg) rotateZ(45deg) scale(1.1);
		transform: rotateY(45deg) rotateZ(45deg) scale(1.1);
	}
	100%{
		-webkit-transform: rotateY(0deg) rotateZ(0deg) scale(1);
        -o-transform: rotateY(0deg) rotateZ(0deg) scale(1);
        -moz-transform: rotateY(0deg) rotateZ(0deg) scale(1);
        -ms-transform: rotateY(0deg) rotateZ(0deg) scale(1);
		transform: rotateY(0deg) rotateZ(0deg) scale(1);
	}
}
@-ms-keyframes pagination{
	0%{
		-webkit-transform: rotateY(360deg) rotateZ(45deg) scale(0);
        -o-transform: rotateY(360deg) rotateZ(45deg) scale(0);
        -moz-transform: rotateY(360deg) rotateZ(45deg) scale(0);
        -ms-transform: rotateY(360deg) rotateZ(45deg) scale(0);
		transform: rotateY(360deg) rotateZ(45deg) scale(0);
	}
	25%{
		-webkit-transform: rotateY(270deg) rotateZ(45deg) scale(0.5);
        -o-transform: rotateY(270deg) rotateZ(45deg) scale(0.5);
        -moz-transform: rotateY(270deg) rotateZ(45deg) scale(0.5);
        -ms-transform: rotateY(270deg) rotateZ(45deg) scale(0.5);
		transform: rotateY(270deg) rotateZ(45deg) scale(0.5);
	}
	50%{
		-webkit-transform: rotateY(180deg) rotateZ(45deg) scale(0.8);
        -o-transform: rotateY(180deg) rotateZ(45deg) scale(0.8);
        -moz-transform: rotateY(180deg) rotateZ(45deg) scale(0.8);
        -ms-transform: rotateY(180deg) rotateZ(45deg) scale(0.8);
		transform: rotateY(180deg) rotateZ(45deg) scale(0.8);
	}
	75%{
		-webkit-transform: rotateY(45deg) rotateZ(45deg) scale(1.1);
        -o-transform: rotateY(45deg) rotateZ(45deg) scale(1.1);
        -moz-transform: rotateY(45deg) rotateZ(45deg) scale(1.1);
        -ms-transform: rotateY(45deg) rotateZ(45deg) scale(1.1);
		transform: rotateY(45deg) rotateZ(45deg) scale(1.1);
	}
	100%{
		-webkit-transform: rotateY(0deg) rotateZ(0deg) scale(1);
        -o-transform: rotateY(0deg) rotateZ(0deg) scale(1);
        -moz-transform: rotateY(0deg) rotateZ(0deg) scale(1);
        -ms-transform: rotateY(0deg) rotateZ(0deg) scale(1);
		transform: rotateY(0deg) rotateZ(0deg) scale(1);
	}
}
@keyframes pagination{
	0%{
		-webkit-transform: rotateY(360deg) rotateZ(45deg) scale(0);
        -o-transform: rotateY(360deg) rotateZ(45deg) scale(0);
        -moz-transform: rotateY(360deg) rotateZ(45deg) scale(0);
        -ms-transform: rotateY(360deg) rotateZ(45deg) scale(0);
		transform: rotateY(360deg) rotateZ(45deg) scale(0);
	}
	25%{
		-webkit-transform: rotateY(270deg) rotateZ(45deg) scale(0.5);
        -o-transform: rotateY(270deg) rotateZ(45deg) scale(0.5);
        -moz-transform: rotateY(270deg) rotateZ(45deg) scale(0.5);
        -ms-transform: rotateY(270deg) rotateZ(45deg) scale(0.5);
		transform: rotateY(270deg) rotateZ(45deg) scale(0.5);
	}
	50%{
		-webkit-transform: rotateY(180deg) rotateZ(35deg) scale(0.8);
        -o-transform: rotateY(180deg) rotateZ(35deg) scale(0.8);
        -moz-transform: rotateY(180deg) rotateZ(35deg) scale(0.8);
        -ms-transform: rotateY(180deg) rotateZ(35deg) scale(0.8);
		transform: rotateY(180deg) rotateZ(35deg) scale(0.8);
	}
	75%{
		-webkit-transform: rotateY(45deg) rotateZ(20deg) scale(1.1);
        -o-transform: rotateY(45deg) rotateZ(20deg) scale(1.1);
        -moz-transform: rotateY(45deg) rotateZ(20deg) scale(1.1);
        -ms-transform: rotateY(45deg) rotateZ(20deg) scale(1.1);
		transform: rotateY(45deg) rotateZ(20deg) scale(1.1);
	}
	100%{
		-webkit-transform: rotateY(0deg) rotateZ(0deg) scale(1);
        -o-transform: rotateY(0deg) rotateZ(0deg) scale(1);
        -moz-transform: rotateY(0deg) rotateZ(0deg) scale(1);
        -ms-transform: rotateY(0deg) rotateZ(0deg) scale(1);
		transform: rotateY(0deg) rotateZ(0deg) scale(1);
	}
}

ul#slider div.borderss li div.item h3{
	font-size: 13.5px;
	font-weight: normal;
	font-family: inherit;
	color: RGBa(255, 255, 155, 1);
}
ul#slider div.podium{
	width: 940px; /* 958px */
	height: 153px;  /* 165px */
	background-image: url("../images/troisd.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;   /* 940px , 153px */
	display: block;
	position: absolute;
	left: ; /* 205px */
	top: ; /* 270px */
	-webkit-transform: translate(2px, 270px);
    -o-transform: translate(2px, 270px);
    -moz-transform: translate(2px, 270px);
    -ms-transform: translate(2px, 270px);
    transform: translate(2px, 270px);
	z-index: 20;
}
ul#slider div.dots{
    display: flex;
	perspective: 3000;
	z-index: 2000;
	position: absolute;
	top: ; /* 403px */
	left: ; /* 545px */
	-webkit-transform: translate(-12px, 355px);
    -o-transform: translate(-12px, 355px);
    -moz-transform: translate(-12px, 355px);
    -ms-transform: translate(-12px, 355px);
    transform: translate(-12px, 355px);
}
div.dots div{
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: RGBa(229, 229, 229, 1);
	transform: rotateX(35deg);
	cursor: pointer;
}
div.dots div.active{
	background-color: RGBa(155, 155, 155, 1);
}
div.dots div:not(:last-child){
	margin-right: 15px;
}
ul#slider div.arrows{
	display: flex;
	position: relative;
}
div.arrows div.prev{
	width: 35px;
	height: 35px;
	background-image: url("../images/arrow-left.png");
	background-repeat: no-repeat;
	background-size: 35px 35px;
	position: absolute;
	top: ;  /* 26.5px */
	left: ;  /* 250px */
	cursor: pointer;
	border-radius: 50%;
	z-index: 2000;
	-webkit-transform: translate(-355px, 40px);
    -o-transform: translate(-355px, 40px);
    -moz-transform: translate(-355px, 40px);
    -ms-transform: translate(-355px, 40px);
    transform: translate(-355px, 40px);
}
div.arrows div.next{
	width: 35px;
	height: 35px;
	background-image: url("../images/arrow-right.png");
	background-repeat: no-repeat;
	background-size: 35px 35px;
	position: absolute;
	top: ;  /* 27px */
	right: ;  /* 250px */
	cursor: pointer;
	border-radius: 50%;
	z-index: 2000;
	-webkit-transform: translate(350px, 37px);
    -o-transform: translate(350px, 37px);
    -moz-transform: translate(350px, 37px);
    -ms-transform: translate(350px, 37px);
    transform: translate(350px, 37px);
}
/*INDEX END- INDEX END - INDEX END - INDEX END - INDEX END - INDEX END*/

/*INFO RIA - INFO RIA - INFO RIA - INFO RIA - INFO RIA - INFO RIA - INFO RIA - INFO RIA*/
div.middlePage{
	background-color: white;
	width: 963.5px;
	margin-top: 5px;
	padding-bottom: 70px;
}
div.middlePage div.sousMiddle{
	padding-left: 10px;
	padding-right: 10px;
}
div.middlePage div.sousMiddle h1{
	color: rgb(96, 111, 185);
	font-size: 25px;
}
div.middlePage div.sousMiddle h2{
	color: rgb(96, 111, 185);
	font-size: 20px;
}
div.middlePage div.sousMiddle p{
	font-size: 12px;
}
div.middlePage div.sousMiddle p.aA{
	margin-left: 15px;
	margin-top: 40px;
}
div.middlePage div.sousMiddle ul.ulUlOne{
	margin-left: -25px;
}
div.middlePage div.sousMiddle ul.ulUlOne li{
	list-style-type: none;
}
div.middlePage div.sousMiddle ul.ulUlOne li.liUn::before{
	content: "1-";
	font-weight: bold;
	font-size: 12px;
	position: absolute;
}
div.middlePage div.sousMiddle ul.ulUlOne li.liUn p{
	margin-left: 15px;
}
div.middlePage div.sousMiddle ul.ulUlOne li.liDeux::before{
	content: "2-";
	font-weight: bold;
	font-size: 12px;
	position: absolute;
}
div.middlePage div.sousMiddle ul.ulUlOne li.liDeux p{
	margin-left: 0px;
	width: 650px;
}
div.middlePage div.sousMiddle ul.ulUlOne li.liDeux p::first-letter{
	margin-left: 15px;
}
div.middlePage div.sousMiddle ul.ulUlOne li.liTrois::before{
	content: "3-";
	font-weight: bold;
	font-size: 12px;
	position: absolute;
}
div.middlePage div.sousMiddle ul.ulUlOne li.liTrois p{
	margin-left: 15px;
}
div.middlePage div.sousMiddle ul.ulUlOne li.liQuatre::before{
	content: "4-";
	font-weight: bold;
	font-size: 12px;
	position: absolute;
}
div.middlePage div.sousMiddle ul.ulUlOne li.liQuatre p{
	margin-left: 0px;
	width: 645px;
}
div.middlePage div.sousMiddle ul.ulUlOne li.liQuatre p::first-letter{
	margin-left: 15px;
}
div.middlePage div.sousMiddle h3{
	color: rgb(96, 111, 185);
	font-size: 20px;
}
div.middlePage div.sousMiddle ul.ulUlTwo{}
div.middlePage div.sousMiddle ul.ulUlTwo{}
div.middlePage div.sousMiddle ul.ulUlTwo li{
	font-size: 30px;
}
div.middlePage div.sousMiddle ul.ulUlTwo li.liOne p{
	width: 650px;
	position: absolute;
	margin-left: -27px;
}
div.middlePage div.sousMiddle ul.ulUlTwo li.liOne p::first-letter{
	margin-left: 15px;
}
div.middlePage div.sousMiddle ul.ulUlTwo li.liTwo{
	margin-top: 15px;
}
div.middlePage div.sousMiddle ul.ulUlTwo li.liTwo p{
	position: absolute;
	margin-left: -12px;
}
div.middlePage div.sousMiddle ul.ulUlTwo li.liFour{}
div.middlePage div.sousMiddle ul.ulUlTwo li.liFour p{
	width: 640px;
	position: absolute;
	margin-left: -27px;
}
div.middlePage div.sousMiddle ul.ulUlTwo li.liFour p::first-letter{
	margin-left: 15px;
}
div.middlePage div.sousMiddle ul.ulUlTwo li.liFive{
	margin-top: 30px;
}
div.middlePage div.sousMiddle ul.ulUlTwo li.liFive p{
	width: 650px;
	position: absolute;
	margin-left: -27px;
}
div.middlePage div.sousMiddle ul.ulUlTwo li.liFive p::first-letter{
	margin-left: 15px;
}
div.middlePage div.sousMiddle ul.ulUlTwo li.liSix{
	margin-top: 15px;
}
div.middlePage div.sousMiddle ul.ulUlTwo li.liSix p{
	width: 640px;
	position: absolute;
	margin-left: -27px;
}
div.middlePage div.sousMiddle ul.ulUlTwo li.liSix p::first-letter{
	margin-left: 15px;
}
div.middlePage div.sousMiddle ul.ulUlTwo li.liSeven{
	margin-top: 30px;
}
div.middlePage div.sousMiddle ul.ulUlTwo li.liSeven p{
	width: 640px;
	position: absolute;
	margin-left: -27px;
}
div.middlePage div.sousMiddle ul.ulUlTwo li.liSeven p::first-letter{
	margin-left: 15px;
}
div.middlePage div.sousMiddle ul.ulUlTwo li.liEight{
	margin-top: 15px;
}
div.middlePage div.sousMiddle ul.ulUlTwo li.liEight p{
	width: 640px;
	position: absolute;
	margin-left: -27px;
}
div.middlePage div.sousMiddle ul.ulUlTwo li.liEight p::first-letter{
	margin-left: 15px;
}
div.middlePage div.sousMiddle p.bB{
	margin-left: 13px;
	margin-top: 60px;
	width: 640px;
}
div.middlePage div.sousMiddle p.bB span{
	color: red;
	text-decoration: underline;
	font-weight: bold;
	font-size: 14px;
}
div.middlePage div.gradient{
	background-image: url("img/bottom.png");
	background-attachment: no-attachment;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 972px;
	height: 15px;
	position: absolute;
	left: 0px;
	bottom: -1.5px;
}
/*INFO RIA END - INFO RIA END - INFO RIA END - INFO RIA END - INFO RIA END - INFO RIA END*/

/*INFO MONEYGRAM - INFO MONEYGRAM - INFO MONEYGRAM - INFO MONEYGRAM - INFO MONEYGRAM - INFO MONEYGRAM*/
div.middlePage{
	background-color: white;
	width: 963.5px;
	margin-top: 5px;
	padding-bottom: 70px;
	position: relative;
}
div.middlePage div.milieuxP{
	padding-left: 10px;
	padding-right: 10px;
}
div.middlePage div.milieuxP h1{
	color: rgb(96, 111, 185);
	font-size: 25px;
}
div.middlePage div.milieuxP h2{
	color: rgb(96, 111, 185);
	font-size: 20px;
}
div.middlePage div.milieuxP p{
	font-size: 12px;
}
div.middlePage div.milieuxP p.bB{
	margin-left: 15px;
	margin-top: 40px;
}
div.middlePage div.milieuxP ul.levelOne{
	margin-left: -25px;
}
div.middlePage div.milieuxP ul.levelOne li{
	list-style-type: none;
}
div.middlePage div.milieuxP ul.levelOne li.liX1::before{
	content: "1-";
	font-weight: bold;
	font-size: 12px;
	position: absolute;
}
div.middlePage div.milieuxP ul.levelOne li.liX1 p{
	margin-left: 15px;
}
div.middlePage div.milieuxP ul.levelOne li.liX2::before{
	content: "2-";
	font-weight: bold;
	font-size: 12px;
	position: absolute;
}
div.middlePage div.milieuxP ul.levelOne li.liX2 p{
	margin-left: 0px;
	width: 650px;
}
div.middlePage div.milieuxP ul.levelOne li.liX2 p::first-letter{
	margin-left: 15px;
}
div.middlePage div.milieuxP ul.levelOne li.liX3::before{
	content: "3-";
	font-weight: bold;
	font-size: 12px;
	position: absolute;
}
div.middlePage div.milieuxP ul.levelOne li.liX3 p{
	margin-left: 15px;
}
div.middlePage div.milieuxP ul.levelOne li.liX4::before{
	content: "4-";
	font-weight: bold;
	font-size: 12px;
	position: absolute;
}
div.middlePage div.milieuxP ul.levelOne li.liX4 p{
	margin-left: 0px;
	width: 645px;
}
div.middlePage div.milieuxP ul.levelOne li.liX4 p::first-letter{
	margin-left: 15px;
}
div.middlePage div.milieuxP h3{
	color: rgb(96, 111, 185);
	font-size: 20px;
}
div.middlePage div.milieuxP ul.levelTwo{}
div.middlePage div.milieuxP ul.levelTwo{}
div.middlePage div.milieuxP ul.levelTwo li{
	font-size: 30px;
}
div.middlePage div.milieuxP ul.levelTwo li.liC1 p{
	width: 650px;
	position: absolute;
	margin-left: -27px;
}
div.middlePage div.milieuxP ul.levelTwo li.liC1 p::first-letter{
	margin-left: 15px;
}
div.middlePage div.milieuxP ul.levelTwo li.liC2{
	margin-top: 15px;
}
div.middlePage div.milieuxP ul.levelTwo li.liC2 p{
	position: absolute;
	margin-left: -12px;
}
div.middlePage div.milieuxP ul.levelTwo li.liC3{}
div.middlePage div.milieuxP ul.levelTwo li.liC3 p{
	width: 640px;
	position: absolute;
	margin-left: -27px;
}
div.middlePage div.milieuxP ul.levelTwo li.liC3 p::first-letter{
	margin-left: 15px;
}
div.middlePage div.milieuxP ul.levelTwo li.liC4{
	margin-top: 30px;
}
div.middlePage div.milieuxP ul.levelTwo li.liC4 p{
	width: 650px;
	position: absolute;
	margin-left: -27px;
}
div.middlePage div.milieuxP ul.levelTwo li.liC4 p::first-letter{
	margin-left: 15px;
}
div.middlePage div.milieuxP ul.levelTwo li.liC5{
	margin-top: 15px;
}
div.middlePage div.milieuxP ul.levelTwo li.liC5 p{
	width: 640px;
	position: absolute;
	margin-left: -27px;
}
div.middlePage div.milieuxP ul.levelTwo li.liC5 p::first-letter{
	margin-left: 15px;
}
div.middlePage div.milieuxP ul.levelTwo li.liC6{
	margin-top: 30px;
}
div.middlePage div.milieuxP ul.levelTwo li.liC6 p{
	width: 640px;
	position: absolute;
	margin-left: -27px;
}
div.middlePage div.milieuxP ul.levelTwo li.liC6 p::first-letter{
	margin-left: 15px;
}
div.middlePage div.milieuxP ul.levelTwo li.liC7{
	margin-top: 15px;
}
div.middlePage div.milieuxP ul.levelTwo li.liC7 p{
	width: 640px;
	position: absolute;
	margin-left: -27px;
}
div.middlePage div.milieuxP ul.levelTwo li.liC7 p::first-letter{
	margin-left: 15px;
}
div.middlePage div.milieuxP p.pOffOne{
	margin-left: 13px;
	margin-top: 60px;
	width: 640px;
}
div.middlePage div.milieuxP p.pOffOne span{
	color: red;
	text-decoration: underline;
	font-weight: bold;
	font-size: 14px;
}
/*INFO MONEYGRAM END - INFO MONEYGRAM END - INFO MONEYGRAM END - INFO MONEYGRAM END - INFO MONEYGRAM END*/

/*INFO WESTERN UNION - INFO WESTERN UNION - INFO WESTERN UNION - INFO WESTERN UNION - INFO WESTERN UNION 6 INFO WESTERN UNION*/
div.middlePage{
	background-color: white;
	width: 963.5px;
	margin-top: 5px;
	padding-bottom: 70px;
}
div.middlePage div.sousP{
	padding-left: 10px;
	padding-right: 10px;
}
div.middlePage div.sousP h1{
	color: rgb(96, 111, 185);
	font-size: 25px;
}
div.middlePage div.sousP h2{
	color: rgb(96, 111, 185);
	font-size: 20px;
}
div.middlePage div.sousP p{
	font-size: 12px;
}
div.middlePage div.sousP p.cC{
	margin-left: 15px;
	margin-top: 40px;
}
div.middlePage div.sousP ul.oneOne{
	margin-left: -25px;
}
div.middlePage div.sousP ul.oneOne li{
	list-style-type: none;
}
div.middlePage div.sousP ul.oneOne li.liA1::before{
	content: "1-";
	font-weight: bold;
	font-size: 12px;
	position: absolute;
}
div.middlePage div.sousP ul.oneOne li.liA1 p{
	margin-left: 15px;
}
div.middlePage div.sousP ul.oneOne li.liA2::before{
	content: "2-";
	font-weight: bold;
	font-size: 12px;
	position: absolute;
}
div.middlePage div.sousP ul.oneOne li.liA2 p{
	margin-left: 0px;
	width: 650px;
}
div.middlePage div.sousP ul.oneOne li.liA2 p::first-letter{
	margin-left: 15px;
}
div.middlePage div.sousP ul.oneOne li.liA3::before{
	content: "3-";
	font-weight: bold;
	font-size: 12px;
	position: absolute;
}
div.middlePage div.sousP ul.oneOne li.liA3 p{
	margin-left: 15px;
}
div.middlePage div.sousP ul.oneOne li.liA4::before{
	content: "4-";
	font-weight: bold;
	font-size: 12px;
	position: absolute;
}
div.middlePage div.sousP ul.oneOne li.liA4 p{
	margin-left: 0px;
	width: 645px;
}
div.middlePage div.sousP ul.oneOne li.liA4 p::first-letter{
	margin-left: 15px;
}
div.middlePage div.sousP h3{
	color: rgb(96, 111, 185);
	font-size: 20px;
}
div.middlePage div.sousP ul.twoTwo{}
div.middlePage div.sousP ul.twoTwo{}
div.middlePage div.sousP ul.twoTwo li{
	font-size: 30px;
}
div.middlePage div.sousP ul.twoTwo li.liB1 p{
	width: 650px;
	position: absolute;
	margin-left: -27px;
}
div.middlePage div.sousP ul.twoTwo li.liB1 p::first-letter{
	margin-left: 15px;
}
div.middlePage div.sousP ul.twoTwo li.liB2{
	margin-top: 15px;
}
div.middlePage div.sousP ul.twoTwo li.liB2 p{
	position: absolute;
	margin-left: -12px;
}
div.middlePage div.sousP ul.twoTwo li.liB3{}
div.middlePage div.sousP ul.twoTwo li.liB3 p{
	width: 640px;
	position: absolute;
	margin-left: -27px;
}
div.middlePage div.sousP ul.twoTwo li.liB3 p::first-letter{
	margin-left: 15px;
}
div.middlePage div.sousP ul.twoTwo li.liB4{
	margin-top: 30px;
}
div.middlePage div.sousP ul.twoTwo li.liB4 p{
	width: 650px;
	position: absolute;
	margin-left: -27px;
}
div.middlePage div.sousP ul.twoTwo li.liB4 p::first-letter{
	margin-left: 15px;
}
div.middlePage div.sousP ul.twoTwo li.liB5{
	margin-top: 15px;
}
div.middlePage div.sousP ul.twoTwo li.liB5 p{
	width: 640px;
	position: absolute;
	margin-left: -27px;
}
div.middlePage div.sousP ul.twoTwo li.liB5 p::first-letter{
	margin-left: 15px;
}
div.middlePage div.sousP ul.twoTwo li.liB6{
	margin-top: 30px;
}
div.middlePage div.sousP ul.twoTwo li.liB6 p{
	width: 640px;
	position: absolute;
	margin-left: -27px;
}
div.middlePage div.sousP ul.twoTwo li.liB6 p::first-letter{
	margin-left: 15px;
}
div.middlePage div.sousP ul.twoTwo li.liB7{
	margin-top: 15px;
}
div.middlePage div.sousP ul.twoTwo li.liB7 p{
	width: 640px;
	position: absolute;
	margin-left: -27px;
}
div.middlePage div.sousP ul.twoTwo li.liB7 p::first-letter{
	margin-left: 15px;
}
div.middlePage div.sousP p.last{
	margin-left: 13px;
	margin-top: 60px;
	width: 640px;
}
div.middlePage div.sousP p.last span{
	color: red;
	text-decoration: underline;
	font-weight: bold;
	font-size: 14px;
}
/*INFO WESTERN UNION END - INFO WESTERN UNION END - INFO WESTERN UNION END - INFO WESTERN UNION END - INFO WESTERN UNION END*/

/* TARIF POSTAL - TARIF POSTAL - TARIF POSTAL - INFO TARIF POSTAL - TARIF POSTAL */
div.middlePages{
	background-color: white;
	width: 942.5px;
	margin-top: 5px;
	padding: 10px 10px 25px 10px;
	position: relative;
}
div.middlePages div.newMiddle{
	border: 1px solid black;
	padding-top: 60px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	flex-wrap: nowrap;
	padding-right: 15px;
}
div.newMiddle div.flexOne{
	border: 2px solid #003D90;
	border-radius: 5px;
	padding: 15px 70px;
	text-align: center;
	-webkit-transform: translate(-460px, 0px);
    -o-transform: translate(-460px, 0px);
    -moz-transform: translate(-460px, 0px);
    -ms-transform: translate(-460px, 0px);
    transform: translate(-460px, 0px);
}
div.newMiddle div.flexOne div.msgOne{
	color: #003D90;
	font-size: 23px;
	opacity: 0.7;
	font-weight: normal;
	padding-bottom: 10px;
}
div.newMiddle div.flexOne div.msgTwo{
	color: #003D90;
	font-size: 30px;
	opacity: 0.7;
	font-weight: normal;
}
div.newMiddle div.flexTwo{
	margin-top: 10px;
}
div.newMiddle div.flexTwo div.orderOne{
	color: #003D90;
	font-size: 30px;
	opacity: 0.7;
	font-weight: normal;
	padding-bottom: 10px;
}
div.newMiddle div.flexTwo div.orderOneS{
	font-size: 13.5px;
	color: RGB(83, 83, 83);
	font-weight: normal;
	width: 510px;
	padding-bottom: 40px;
}
div.newMiddle div.flexTwo span.spaOne{
	display: block;
	width: 200px;
	height: 2px;
	background-color: RGBa(177, 177, 177, 0.5);
	-webkit-transform: translate(150px, 0px);
    -o-transform: translate(150px, 0px);
    -moz-transform: translate(150px, 0px);
    -ms-transform: translate(150px, 0px);
    transform: translate(150px, 0px);
}
div.newMiddle div.flexthree{
	margin-top: 30px;
}
div.newMiddle div.flexthree div.orderTwo{
	color: #003D90;
	font-size: 30px;
	opacity: 0.7;
	font-weight: normal;
	padding-bottom: 10px;
}
div.newMiddle div.flexthree div.orderTwoS{
	font-size: 13.5px;
	color: RGB(83, 83, 83);
	font-weight: normal;
	width: 510px;
	padding-bottom: 40px;
}
div.newMiddle div.flexthree span.spaTwo{
	display: block;
	width: 200px;
	height: 2px;
	background-color: RGBa(177, 177, 177, 0.5);
	-webkit-transform: translate(150px, 0px);
    -o-transform: translate(150px, 0px);
    -moz-transform: translate(150px, 0px);
    -ms-transform: translate(150px, 0px);
    transform: translate(150px, 0px);
}
div.newMiddle div.flexFour{
	margin-top: 30px;
}
div.newMiddle div.flexFour div.orderFour{
	color: #003D90;
	font-size: 30px;
	opacity: 0.7;
	font-weight: normal;
	padding-bottom: 10px;
}
div.newMiddle div.flexFour div.orderFourS{
	font-size: 13.5px;
	color: RGB(83, 83, 83);
	font-weight: normal;
	width: 510px;
	padding-bottom: 40px;
}
div.newMiddle div.flexFour span.spaThree{
	display: block;
	width: 200px;
	height: 2px;
	background-color: RGBa(177, 177, 177, 0.5);
	-webkit-transform: translate(150px, 0px);
    -o-transform: translate(150px, 0px);
    -moz-transform: translate(150px, 0px);
    -ms-transform: translate(150px, 0px);
    transform: translate(150px, 0px);
}
div.newMiddle div.flexFive{
	margin-top: 30px;
}
div.newMiddle div.flexFive div.orderFive{
	color: #003D90;
	font-size: 30px;
	opacity: 0.7;
	font-weight: normal;
	padding-bottom: 10px;
}
div.newMiddle div.flexFive div.orderFiveS{
	font-size: 13.5px;
	color: RGB(83, 83, 83);
	font-weight: normal;
	width: 510px;
}
div.middlePages div.gradient{
	background-image: url("img/bottom.png");
	background-attachment: no-attachment;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 972px;
	height: 15px;
	position: absolute;
	left: 0px;
	bottom: -2px;
}
/* TARIF POSTAL END - TARIF POSTAL END - TARIF POSTAL END - INFO TARIF POSTAL END */

/* ATTESTATION EN LIGNE - ATTESTATION EN LIGNE - ATTESTATION EN LIGNE - ATTESTATION EN LIGNE */
div.middlePagees{
	background-color: white;
	width: 923px;
	margin-top: 5px;
	padding-top: 40px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 70px;
}
div.middlePage div.whiteMiddle{}
div.whiteMiddle div.forMe{
	display: flex;
	flex-wrap: nowrap;
}
div.whiteMiddle div.forMe a.aLinkOnes{
	font-size: 13px;
	text-decoration:  none;
	color: RGB(130, 130, 130);
	margin-right: 10px;
}
div.whiteMiddle div.forMe a.aLinkOnes:hover{
	text-decoration: underline;
}
div.whiteMiddle div.forMe span.chevronOne{
	font-size: 13px;
	color: RGB(130, 130, 130);
	margin-right: 10px;
}
div.whiteMiddle div.forMe a.aLinkTwo{
	font-size: 13px;
	text-decoration:  none;
	color: RGB(130, 130, 130);
}
div.whiteMiddle div.forMe a.aLinkTwo:hover{
	text-decoration: underline;
}
div.whiteMiddle div.zylOone{
	margin-top: 15px;
	font-size: 14px;
	font-weight: 600;
	color: #003D90;
	opacity: 0.7;
}
div.whiteMiddle div.zylTwo{
	margin-top: 6px;
	font-size: 13px;
	font-weight: 600;
	color: #003D90;
	opacity: 0.7;
	border-bottom: 1px solid RGBa(226, 226, 226);
	padding-bottom: 10px;
}
div.whiteMiddle div.zylThree{
	margin-top: 5px;
	font-size: 13.5px;
}
div.whiteMiddle div.ccFlex{
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	margin-top: 40px;
}
div.ccFlex div.childOne{
	text-align: center;
	-webkit-transform: translate(-80px, 0px);
    -o-transform: translate(-80px, 0px);
    -moz-transform: translate(-80px, 0px);
    -ms-transform: translate(-80px, 0px);
    transform: translate(-80px, 0px);
}
div.ccFlex div.childOne div{
	font-size: 13px;
	font-weight: 600;
	color: RGBa(143, 143, 143);
}
div.ccFlex div.childOne div + p{
	margin-top: 80px;
	margin-left: 30px;
}
div.ccFlex div.childOne div + p img{
	width: 200px;
	height: 50px;
}
div.ccFlex div.childOne p + a{
	text-decoration: none;
	font-size: 13px;
	border: 1px solid RGB(143, 143, 143);
	color: black;
	padding: 5px 9px;
	border-radius: 4px;
	background-color: RGB(239, 239, 239);
}
div.ccFlex div.childOne p + a:hover{
	background-color: RGB(182, 182, 182);
	color: white;
	border-color: RGB(182, 182, 182);
}
div.ccFlex div.childTwo{
	text-align: center;
	-webkit-transform: translate(-28px, 0px);
    -o-transform: translate(-28px, 0px);
    -moz-transform: translate(-28px, 0px);
    -ms-transform: translate(-28px, 0px);
    transform: translate(-28px, 0px);
}
div.ccFlex div.childTwo div{
	font-size: 13px;
	font-weight: 600;
	color: RGBa(143, 143, 143);
}
div.ccFlex div.childTwo div + p{
	margin-top: 30px;
	margin-left: 0px;
}
div.ccFlex div.childTwo div + p img{
	width: 240px;
	height: 100px;
}
div.ccFlex div.childTwo p + a{
	text-decoration: none;
	font-size: 13px;
	border: 1px solid RGB(143, 143, 143);
	color: black;
	padding: 5px 9px;
	border-radius: 4px;
	background-color: RGB(239, 239, 239);
}
div.ccFlex div.childTwo p + a:hover{
	background-color: RGB(182, 182, 182);
	color: white;
	border-color: RGB(182, 182, 182);
}

div.ccFlex div.childThree{
	text-align: center;
	-webkit-transform: translate(50px, 0px);
    -o-transform: translate(50px, 0px);
    -moz-transform: translate(50px, 0px);
    -ms-transform: translate(50px, 0px);
    transform: translate(50px, 0px);
}
div.ccFlex div.childThree div{
	font-size: 13px;
	font-weight: 600;
	color: RGBa(143, 143, 143);
}
div.ccFlex div.childThree div + p{
	margin-top: 80px;
	margin-left: 0px;
}
div.ccFlex div.childThree div + p img{
	width: 200px;
	height: 50px;
}
div.ccFlex div.childThree p + a{
	text-decoration: none;
	font-size: 13px;
	border: 1px solid RGB(143, 143, 143);
	color: black;
	padding: 5px 9px;
	border-radius: 4px;
	background-color: RGB(239, 239, 239);
}
div.ccFlex div.childThree p + a:hover{
	background-color: RGB(182, 182, 182);
	color: white;
	border-color: RGB(182, 182, 182);
}
/* ATTESTATION EN LIGNE END - ATTESTATION EN LIGNE END - ATTESTATION EN LIGNE END - ATTESTATION EN LIGNE END */

/* FORMULAIRE RIA - FORMULAIRE RIA - FORMULAIRE RIA - FORMULAIRE RIA - FORMULAIRE RIA */
div.middlePageA{
	background-color: white;
	width: 943px;
	margin-top: 5px;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 5px;
	padding-bottom: 150px;
	z-index: 2000;
}
div.middlePageA div.riaA{}
div.riaA div.mMflex{
	font-size: 13px;
	color: RGB(130, 130, 130);
	margin-left: 20px;
}
div.riaA div.mMflex a{
	text-decoration: none;
	color: inherit;
	font-size: inherit;
}
div.riaA div.mMflex a:hover{
	text-decoration: underline;
}
div.riaA div.bckgColor{
	background-color: RGBa(240, 240, 240, 0.5);
	margin-top: 70px;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: center;
	width: 900px;
	padding-bottom: 200px;
}
/*FORMULAIRE FOR ALL - FORMULAIRE FOR ALL*/
div.bckgColor div.noteH{
	border: 1px solid #F9D949;
	background-color: #F9D949;
	border-radius: 10px;
	font-size: 10.5px;
	font-weight: 600;
	text-align: center;
	padding: 10px 50px;
	margin-top: 50px;
}
div.noteH form{}
form div.stepOne{
	font-size: 13px;
	color: RGB(130, 130, 130);
	margin-top: 25px;
}
form div.stepOne.alt{
	-webkit-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
	transform: translateX(-100px);
}
form div.centerOne{
	display: block;
	margin-top: 50px;
}
#infoAlerta{
	color: rgb(102, 0, 0);
	background-color: rgb(255, 229, 229);
	font-size: 12px;
	font-weight: 550;
	width: 250px;
	position: relative;
	padding: 5px 0px 5px 25px;
	display: none;
}
#infoAlerta::before{
	content: "";
	position: absolute;
	left: 5px;
	width: 13px;
	height: 13px;
	border: 2px solid rgb(232, 0, 0);
	border-radius: 50%;
}
#infoAlerta::after{
	content: "!";
	position: absolute;
	left: 11.3px;
	top: 6px;
	color: rgb(232, 0, 0);
	font-size: 12px;
}
div.centerOne div.putOne{
	position: relative;
	display: flex;
}
div.centerOne div.putOne input#nomOne{
	width: 520px;
	border: 1px solid RGB(130, 130, 130);
	border-radius: 5px;
	box-shadow: inset 0px 0px 8px RGB(130, 130, 130);
	outline: none;
	font-size: 14px;
	font-weight: 550;
	color: RGBa(60, 60, 60, 0.8);
	padding: 15px 10px 5px 10px;
}
div.centerOne div.putOne::before{
	content: "*";
	display: block;
	font-size: 15px;
	font-weight: 600;
	color: RGB(255, 0, 0);
	position: absolute;
	top: 10px;
	left: -22px;
}
div.centerOne div.putOne span.placeholdOne{
	position: absolute;
	top: 10px;
	left: 10px;
	font-size: 14px;
	color: RGB(92, 92, 92);
	pointer-events: none;
	transition: all 0.3s;
}
div.centerOne div.putOne input#nomOne:focus{
	box-shadow: inset 0px 0px 8px white;
	border-color: RGB(0, 143, 213);
}
div.centerOne div.putOne input#nomOne:valid{
	box-shadow: inset 0px 0px 8px white;
	border-color: RGB(0, 143, 213);
}
div.centerOne div.putOne input#nomOne:focus ~ span.placeholdOne{
	font-size: 11px;
	color: RGB(177, 177, 177);
	-webkit-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
}
div.centerOne div.putOne input#nomOne:valid ~ span.placeholdOne{
	font-size: 11px;
	color: RGB(177, 177, 177);
	-webkit-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
}
div.centerOne div.putOne span.nameOne{
	position: absolute;
	top: 11px;
	right: -140px;
	font-size: 12px;
	font-weight: 550;
	color: red;
}
div.centerOne div.putTwo{
	position: relative;
	margin-top: 20px;
	display: flex;
}
div.centerOne div.putTwo input#nomTwo{
	width: 520px;
	border: 1px solid RGB(130, 130, 130);
	border-radius: 5px;
	box-shadow: inset 0px 0px 8px RGB(130, 130, 130);
	outline: none;
	font-size: 14px;
	font-weight: 550;
	color: RGBa(60, 60, 60, 0.8);
	padding: 15px 10px 5px 10px;
}
div.centerOne div.putTwo::before{
	content: "*";
	display: block;
	font-size: 15px;
	font-weight: 600;
	color: RGB(255, 0, 0);
	position: absolute;
	top: 10px;
	left: -22px;
}
div.centerOne div.putTwo span.placeholdTwo{
	position: absolute;
	top: 10px;
	left: 10px;
	font-size: 14px;
	color: RGB(92, 92, 92);
	pointer-events: none;
	transition: all 0.3s;
}
div.centerOne div.putTwo input#nomTwo:focus{
	box-shadow: inset 0px 0px 8px white;
	border-color: RGB(0, 143, 213);
}
div.centerOne div.putTwo input#nomTwo:valid{
	box-shadow: inset 0px 0px 8px white;
	border-color: RGB(0, 143, 213);
}
div.centerOne div.putTwo input#nomTwo:focus ~ span.placeholdTwo{
	font-size: 11px;
	color: RGB(177, 177, 177);
	-webkit-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
}
div.centerOne div.putTwo input#nomTwo:valid ~ span.placeholdTwo{
	font-size: 11px;
	color: RGB(177, 177, 177);
	-webkit-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
}
div.centerOne div.putTwo span.nameTwo{
	position: absolute;
	top: 11px;
	right: -140px;
	font-size: 12px;
	font-weight: 550;
	color: red;
}
div.centerOne div.putThree{
	position: relative;
	margin-top: 20px;
	display: flex;
}
div.centerOne div.putThree input#mail{
	width: 520px;
	border: 1px solid RGB(130, 130, 130);
	border-radius: 5px;
	box-shadow: inset 0px 0px 8px RGB(130, 130, 130);
	outline: none;
	font-size: 14px;
	font-weight: 550;
	color: RGBa(60, 60, 60, 0.8);
	padding: 15px 10px 5px 10px;
}
div.centerOne div.putThree::before{
	content: "*";
	display: block;
	font-size: 15px;
	font-weight: 600;
	color: RGB(255, 0, 0);
	position: absolute;
	top: 10px;
	left: -22px;
}
div.centerOne div.putThree span.placeholdFour{
	position: absolute;
	top: 10px;
	left: 10px;
	font-size: 14px;
	color: RGB(92, 92, 92);
	pointer-events: none;
	transition: all 0.3s;
}
div.centerOne div.putThree input#mail:focus{
	box-shadow: inset 0px 0px 8px white;
	border-color: RGB(0, 143, 213);
}
div.centerOne div.putThree input#mail:valid{
	box-shadow: inset 0px 0px 8px white;
	border-color: RGB(0, 143, 213);
}
div.centerOne div.putThree input#mail:focus ~ span.placeholdFour{
	font-size: 11px;
	color: RGB(177, 177, 177);
	-webkit-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
}
div.centerOne div.putThree input#mail:valid ~ span.placeholdFour{
	font-size: 11px;
	color: RGB(177, 177, 177);
	-webkit-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
}
div.centerOne div.putThree span.email{
	position: absolute;
	top: 11px;
	right: -140px;
	font-size: 12px;
	font-weight: 550;
	color: red;
}
div.centerOne div.putFour{
	position: relative;
	margin-top: 20px;
	display: flex;
}
div.centerOne div.putFour input#tel{
	width: 520px;
	border: 1px solid RGB(130, 130, 130);
	border-radius: 5px;
	box-shadow: inset 0px 0px 8px RGB(130, 130, 130);
	outline: none;
	font-size: 14px;
	font-weight: 550;
	color: RGBa(60, 60, 60, 0.8);
	padding: 15px 10px 5px 10px;
	letter-spacing: 1.5px;
}
div.centerOne div.putFour::before{
	content: "*";
	display: block;
	font-size: 15px;
	font-weight: 600;
	color: RGB(255, 0, 0);
	position: absolute;
	top: 10px;
	left: -22px;
}
div.centerOne div.putFour span.indiceOne{
	position: absolute;
	top: 10px;
	left: 10px;
	font-size: 14px;
	color: RGB(92, 92, 92);
	pointer-events: none;
	transition: all 0.3s;
}
div.centerOne div.putFour input#tel:focus{
	box-shadow: inset 0px 0px 8px white;
	border-color: RGB(0, 143, 213);
}
div.centerOne div.putFour input#tel:valid{
	box-shadow: inset 0px 0px 8px white;
	border-color: RGB(0, 143, 213);
}
div.centerOne div.putFour input#tel:focus ~ span.indiceOne{
	font-size: 11px;
	color: RGB(177, 177, 177);
	-webkit-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
}
div.centerOne div.putFour input#tel:valid ~ span.indiceOne{
	font-size: 11px;
	color: RGB(177, 177, 177);
	-webkit-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
}
div.centerOne div.putFour span.tels{
	position: absolute;
	top: 11px;
	right: -140px;
	font-size: 12px;
	font-weight: 550;
	color: red;
}
div.centerOne div.putFive{
	position: relative;
	margin-top: 20px;
	display: flex;
	flex-wrap: nowrap;
}
div.centerOne div.putFive input.number{
	width: 150px;
	border: 1px solid RGB(130, 130, 130);
	border-radius: 5px;
	box-shadow: inset 0px 0px 8px RGB(130, 130, 130);
	outline: none;
	font-size: 14px;
	font-weight: 550;
	color: RGBa(60, 60, 60, 0.8);
	padding: 15px 10px 5px 10px;
	letter-spacing: 1.5px;
}
div.centerOne div.putFive::before{
	content: "*";
	display: block;
	font-size: 15px;
	font-weight: 600;
	color: RGB(255, 0, 0);
	position: absolute;
	top: 10px;
	left: -22px;
}
div.centerOne div.putFive span.numeroP{
	position: absolute;
	top: 10px;
	left: 10px;
	font-size: 14px;
	color: RGB(92, 92, 92);
	pointer-events: none;
	transition: all 0.3s;
}
div.centerOne div.putFive input.number:focus{
	box-shadow: inset 0px 0px 8px white;
	border-color: RGB(0, 143, 213);
}
div.centerOne div.putFive input.number:valid{
	box-shadow: inset 0px 0px 8px white;
	border-color: RGB(0, 143, 213);
}
div.centerOne div.putFive input.number:focus ~ span.numeroP{
	font-size: 11px;
	color: RGB(177, 177, 177);
	-webkit-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
}
div.centerOne div.putFive input.number:valid ~ span.numeroP{
	font-size: 11px;
	color: RGB(177, 177, 177);
	-webkit-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
}
div.centerOne div.putFive span.numIndice{
	display: block;
	position: absolute;
	margin-top: 42px;
	left: 0px;
	font-size: 12px;
	font-weight: 550;
	color: red;
}
div.centerOne div.putFive input#checkbox{
	display: none;
}
div.centerOne div.putFive label.hideShow{
	position: relative;
}
div.centerOne div.putFive label.hideShow::before{
	content: "";
	width: 15px;
	height: 15px;
	position: absolute;
	top: 10px;
	left: 10px;
	border: 1px solid RGB(131, 131, 131);
	box-shadow: inset 0px 0px 5px RGB(39, 39, 39);
	z-index: 20;
}
div.centerOne div.putFive label.cocher{
	position: absolute;
	top: 15px;
	left: 159px;
	display: none;
	z-index: 1000;
}
div.centerOne div.putFive label.cocher::before{
	content: "";
	width: 13.2px;
	height: 3px;
	background-color: RGB(0,64,0);
	position: absolute;
	top: 0px;
	left: 0px;
	-webkit-transform: rotateZ(57deg);
    -o-transform: rotateZ(57deg);
    -moz-transform: rotateZ(57deg);
    -ms-transform: rotateZ(57deg);
	transform: rotateZ(57deg);
}
div.centerOne div.putFive label.cocher::after{
	content: "";
	width: 20px;
	height: 3px;
	background-color: RGB(0,64,0);
	position: absolute;
	top: -4px;
	left: 5px;
	-webkit-transform: rotateZ(-60deg);
    -o-transform: rotateZ(-60deg);
    -moz-transform: rotateZ(-60deg);
    -ms-transform: rotateZ(-60deg);
	transform: rotateZ(-60deg);
}
div.centerOne div.putFive input#checkbox:checked ~ label.hideShow::before{
	box-shadow: inset 0px 0px 5px white;
	background-color: RGB(245, 245, 245);
}
div.centerOne div.putFive input#checkbox:checked ~ label.cocher{
	display: block;
}
div.centerOne div.putFive span.putCheckBox{
	margin-left: 40px;
	font-size: 13.5px;
	font-weight: 550;
	margin-top: 9px;
	border-right: 2px solid RGB(93, 93, 93);
	height: 15px;
	padding-bottom: 4px;
	padding-right: 5px;
}
div.centerOne div.putFive label.montant{
	margin-left: 5px;
	font-size: 13.5px;
	font-weight: 550;
	margin-top: 9px;
}
div.centerOne div.putFive input.montants{
	width: 70px;
	border: 1px solid RGB(130, 130, 130);
	border-radius: 5px;
	box-shadow: inset 0px 0px 8px RGB(130, 130, 130);
	outline: none;
	font-size: 14px;
	font-weight: 550;
	color: RGBa(60, 60, 60, 0.8);
	padding: 10px 10px;
	margin-left: 5px;
	letter-spacing: 1.5px;
}
div.centerOne div.putFive input.montants:focus{
	box-shadow: inset 0px 0px 8px white;
	border-color: RGB(0, 143, 213);
}
div.centerOne div.putFive input.montants:valid{
	box-shadow: inset 0px 0px 8px white;
	border-color: RGB(0, 143, 213);
}
div.centerOne div.putFive input.montants + span.mmtt{
	display: block;
	position: absolute;
	margin-top: 42px;
	left: 367px;
	font-size: 12px;
	font-weight: 550;
	color: red;
}
div.centerOne div.putFive select.lista{
	width: 70px;
	height: 30px;
	margin-left: 8px;
	margin-top: 4px;
}
div.centerOne div.putSix{
	margin-top: 20px;
	margin-left: 5px;
}
div.centerOne div.putSix button.ann{
	padding: 5px 30px;
	outline: none;
	background-color: red;
	color: white;
	border: 1px solid RGB(107, 107, 107);
	border-radius: 4px;
	font-weight: 550;
	cursor: pointer;
}
div.centerOne div.putSix button.ann:hover{
	background-color: RGB(204, 0, 0);
}

/* FOR CHECK PHP FIRST STEP START*/
div.centerOne div.putSix a.ann2{
	padding: 4px 30px;
	outline: none;
	background-color: red;
	color: white;
	border: 1px solid RGB(107, 107, 107);
	border-radius: 4px;
	font-weight: ;
	cursor: pointer;
	text-decoration: none;
	font-size: 14px;
}
div.centerOne div.putSix a.ann2:hover{
	background-color: RGB(204, 0, 0);
}

div.centerOne div.putSix input.ppOne{
	transform: translateY(-1px);
}
/* FOR CHECK PHP FIRST STEP END*/

/* FOR CHECK PHP SECOND STEP START*/
div.centerOne div.load{
	display: block;
}
div.load div.progressBar{
	position: relative;
	width: 500px;
	height: 32px;
	background-color: black;
	border: 5px solid black;
	border-radius: 30px;
	position: relative;
	display: ;
	align-items: ;
}
div.load div.progressBar span.data-label{
	color: white;
	font-size: 13px;
	z-index: 10;
	position: absolute;
	top: 7px;
	left: 10px;
}
div.load div.progressBar div.varwidth{
	position: absolute;
	top: 4px;
	left: 4px;
	bottom: 4px;
	width: 0%;
	background-color: RGB(40, 99, 196);
	border-radius: 30px;
	padding: 10px;
	z-index: 0;
}
div.centerOne div.global{
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: center;
	margin-top: 30px;
	visibility: hidden;
}
div.global div.nylA{
	font-size: 12px;
	font-weight: 550;
	color: green;
}
div.global div.nylB{
	margin-top: 35px;
	font-size: 12px;
	font-weight: 550;
}
div.global div.tlf{
	margin-top: 20px;
	display: flex;
}
div.tlf a#attestLoad{
	border: none;
	background-color: RGB(240, 108, 21);
	padding: 7px 7px;
	font-weight: bold;
	font-size: 12px;
	color: RGB(17, 31, 204);
	border-radius: 5px;
	box-shadow: inset 0px 0px 11px black;
	cursor: pointer;
	text-align: center;
	margin-right: 8px;
	text-decoration: none;
}
div.tlf a#attestLoad:hover{
	color: #003D90;
	background-color: #F9D949;
}
div.tlf div.attestVoir{
	border: none;
	background-color: blue;
	padding: 7px 7px;
	font-weight: bold;
	font-size: 12px;
	color: white;
	border-radius: 5px;
	box-shadow: inset 0px 0px 11px black;
	cursor: pointer;
	text-align: center;
}
div.tlf div.attestVoir:hover{
	color: #003D90;
	background-color: #F9D949;
}
div.global div.linkks{
	margin-top: 20px;
	font-size: 12px;
	font-weight: 550;
}
div.global div.linkks a{
	text-decoration: none;
	color: RGB(39, 145, 250);
	margin-right: 3px;
}
div.global div.linkks a:hover{
	color: RGB(5, 111, 216);
	text-decoration: underline;
}
div.global div.thank{
	margin-top: 20px;
	font-size: 12px;
	font-weight: 550;
	color: RGB(15, 103, 151);
}
div#downloadFile{
	width: 800px;
	height: 400px;
	z-index: 0;
	margin-top: -540px;
	margin-bottom: 150px;
	border-right: 4px solid RGB(134, 134, 134);
	border-bottom: 4px solid RGB(134, 134, 134);
}
div#downloadFile div#screenShot{
	width: 100%;
	height: 100%;
	position: relative;
}
div#screenShot img{}
div#screenShot div.aI{
	position: absolute;
	bottom: 68px;
	left: 275px;
	font-size: 14px;
	color: RGB(60, 60, 60);
	font-family: "inherit", sans-serif; 
}
div#screenShot div.aE{
	position: absolute;
	bottom: 68px;
	left: 348px;
	font-size: 14px;
	color: RGB(60, 60, 60);
	font-family: "inherit", sans-serif; 
}
div#screenShot div.bI{
	position: absolute;
	bottom: 68px;
	left: 430px;
	font-size: 14px;
	color: RGB(60, 60, 60);
	font-family: "inherit", sans-serif; 
}
div#screenShot div.bE{
	position: absolute;
	bottom: 68px;
	left: 445px;
	font-size: 14px;
	color: RGB(60, 60, 60);
	font-family: "inherit", sans-serif;  
}
div#screenShot div.infoATT{
	position: absolute;
	top: 100px;
	left: 55px;
	font-size: 16px;
	font-family: serif;
	font-weight: 550;
	line-height: 35px;
	color: RGB(54, 54, 54);
	word-spacing: 5px;
	width: 680px;  
}
/* FOR CHECK PHP SECOND STEP END*/

div.centerOne div.putSix input#valider{
	padding: 5px 15px;
	outline: none;
	background-color: RGB(0, 128, 0);
	color: white;
	border: 1px solid RGB(107, 107, 107);
	border-radius: 4px;
	font-weight: 550;
	cursor: pointer;
}
div.centerOne div.putSix input#valider:hover{
	background-color: RGB(0, 94, 0);
}
div.bckgColor div.securityMode{
	margin-top: 30px;
	font-size: 13px;
	color: RGB(0, 94, 0);
	-webkit-transform: translateX(-80px);
    -o-transform: translateX(-80px);
    -moz-transform: translateX(-80px);
    -ms-transform: translateX(-80px);
    transform: translateX(-80px);
	border-bottom: 1px solid RGB(128, 128, 128);
	padding-bottom: 8px;
}
div.bckgColor div.securityMode span.grasse{
	font-weight: 550;
}
/*FORMULAIRE FOR ALL - FORMULAIRE FOR ALL*/

/* FORMULAIRE RIA END - FORMULAIRE RIA END - FORMULAIRE RIA END - FORMULAIRE RIA END - FORMULAIRE RIA END */

/* FORMULAIRE MONEYGRAM - FORMULAIRE MONEYGRAM - FORMULAIRE MONEYGRAM - FORMULAIRE MONEYGRAM - FORMULAIRE MONEYGRAM*/
div.middlePageC{
	background-color: white;
	width: 943px;
	margin-top: 5px;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 5px;
	padding-bottom: 150px;
	z-index: 2000;
}
div.middlePageC div.moneyGram{}
div.moneyGram div.mMflex{
	font-size: 13px;
	color: RGB(130, 130, 130);
	margin-left: 20px;
}
div.moneyGram div.mMflex a{
	text-decoration: none;
	color: inherit;
	font-size: inherit;
}
div.moneyGram div.mMflex a:hover{
	text-decoration: underline;
}
div.moneyGram div.bckgColor{
	background-color: RGBa(240, 240, 240, 0.5);
	margin-top: 70px;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	width: 900px;
	padding-bottom: 200px;
}
div.centerOne div.putFive span.numero{
	position: absolute;
	top: 10px;
	left: 10px;
	font-size: 14px;
	color: RGB(92, 92, 92);
	pointer-events: none;
	transition: all 0.3s;
}
div.centerOne div.putFive input.putaE{
	width: 150px;
	border: 1px solid RGB(130, 130, 130);
	border-radius: 5px;
	box-shadow: inset 0px 0px 8px RGB(130, 130, 130);
	outline: none;
	font-size: 14px;
	font-weight: 550;
	color: RGBa(60, 60, 60, 0.8);
	padding: 15px 10px 5px 10px;
	letter-spacing: 1.5px;
}
div.centerOne div.putFive input.putaE:focus{
	box-shadow: inset 0px 0px 8px white;
	border-color: RGB(0, 143, 213);
}
div.centerOne div.putFive input.putaE:valid{
	box-shadow: inset 0px 0px 8px white;
	border-color: RGB(0, 143, 213);
}
div.centerOne div.putFive input.putaE:focus ~ span.numero{
	font-size: 11px;
	color: RGB(177, 177, 177);
	-webkit-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
}
div.centerOne div.putFive input.putaE:valid ~ span.numero{
	font-size: 11px;
	color: RGB(177, 177, 177);
	-webkit-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
}
div.centerOne div.putFive span.numIndis{
	display: block;
	position: absolute;
	margin-top: 42px;
	left: 0px;
	font-size: 12px;
	font-weight: 550;
	color: red;
}
div.centerOne div.putFive input.putaF{
	width: 70px;
	border: 1px solid RGB(130, 130, 130);
	border-radius: 5px;
	box-shadow: inset 0px 0px 8px RGB(130, 130, 130);
	outline: none;
	font-size: 14px;
	font-weight: 550;
	color: RGBa(60, 60, 60, 0.8);
	padding: 10px 10px;
	margin-left: 5px;
	letter-spacing: 1.5px;
}
div.centerOne div.putFive input.putaF:focus{
	box-shadow: inset 0px 0px 8px white;
	border-color: RGB(0, 143, 213);
}
div.centerOne div.putFive input.putaF:valid{
	box-shadow: inset 0px 0px 8px white;
	border-color: RGB(0, 143, 213);
}
div.centerOne div.putFive input.putaF + span.mmtt{
	display: block;
	position: absolute;
	margin-top: 42px;
	left: 367px;
	font-size: 12px;
	font-weight: 550;
	color: red;
}
/* FORMULAIRE MONEYGRAM END - FORMULAIRE MONEYGRAM END - FORMULAIRE MONEYGRAM END - FORMULAIRE MONEYGRAM END */

/* FORMULAIRE WESTERN UNION - FORMULAIRE WESTERN UNION - FORMULAIRE WESTERN UNION - FORMULAIRE WESTERN UNION */
div.middlePageB{
	background-color: white;
	width: 943px;
	margin-top: 5px;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 5px;
	padding-bottom: 150px;
	z-index: 2000;
}
div.middlePageB div.westernunion{}
div.westernunion div.mMflex{
	font-size: 13px;
	color: RGB(130, 130, 130);
	margin-left: 20px;
}
div.westernunion div.mMflex a{
	text-decoration: none;
	color: inherit;
	font-size: inherit;
}
div.westernunion div.mMflex a:hover{
	text-decoration: underline;
}
div.westernunion div.bckgColor{
	background-color: RGBa(240, 240, 240, 0.5);
	margin-top: 70px;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	width: 900px;
	padding-bottom: 200px;
}
div.centerOne div.putFive span.numeroWU{
	position: absolute;
	top: 10px;
	left: 10px;
	font-size: 14px;
	color: RGB(92, 92, 92);
	pointer-events: none;
	transition: all 0.3s;
}
div.centerOne div.putFive input.putbE{
	width: 150px;
	border: 1px solid RGB(130, 130, 130);
	border-radius: 5px;
	box-shadow: inset 0px 0px 8px RGB(130, 130, 130);
	outline: none;
	font-size: 14px;
	font-weight: 550;
	color: RGBa(60, 60, 60, 0.8);
	padding: 15px 10px 5px 10px;
	letter-spacing: 1.5px;
}
div.centerOne div.putFive input.putbE:focus{
	box-shadow: inset 0px 0px 8px white;
	border-color: RGB(0, 143, 213);	
}
div.centerOne div.putFive input.putbE:valid{
	box-shadow: inset 0px 0px 8px white;
	border-color: RGB(0, 143, 213);
}
div.centerOne div.putFive input.putbE:focus ~ span.numeroWU{
	font-size: 11px;
	color: RGB(177, 177, 177);
	-webkit-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
}
div.centerOne div.putFive input.putbE:valid ~ span.numeroWU{
	font-size: 11px;
	color: RGB(177, 177, 177);
	-webkit-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
}
div.centerOne div.putFive span.numIndices{
	display: block;
	position: absolute;
	margin-top: 42px;
	left: 0px;
	font-size: 12px;
	font-weight: 550;
	color: red;
}
div.centerOne div.putFive input.putbF{
	width: 70px;
	border: 1px solid RGB(130, 130, 130);
	border-radius: 5px;
	box-shadow: inset 0px 0px 8px RGB(130, 130, 130);
	outline: none;
	font-size: 14px;
	font-weight: 550;
	color: RGBa(60, 60, 60, 0.8);
	padding: 10px 10px;
	margin-left: 5px;
	letter-spacing: 1.5px;
}
div.centerOne div.putFive input.putbF:focus{
	box-shadow: inset 0px 0px 8px white;
	border-color: RGB(0, 143, 213);
}
div.centerOne div.putFive input.putbF:valid{
	box-shadow: inset 0px 0px 8px white;
	border-color: RGB(0, 143, 213);
}
div.centerOne div.putFive input.putbF + span.mmtt{
	display: block;
	position: absolute;
	margin-top: 42px;
	left: 367px;
	font-size: 12px;
	font-weight: 550;
	color: red;
}
/* FORMULAIRE WESTERN UNION END - FORMULAIRE WESTERN UNION END - FORMULAIRE WESTERN UNION END - FORMULAIRE WESTERN UNION END */

div.blok{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	margin-top: 20px;
	margin-bottom: 80px;
}
div.blok div#sousdiv{
	border: 2px solid blue;
	text-align: center;
	width: 800px;
	height: 530px;
	visibility: ;
}
div#btn-Preview-Image{
	margin-top: 20px;
	font-size: 12px;
	padding: 7px  7px;
	background-color: red;
	color: white;
	box-shadow: inset 0px 0px 8px black;
	cursor: pointer;
	width: 100px;
}
div.button:hover{
	background-color: yellow;
	color: black;
}
/* FOOTER START - FOOTER START - FOOTER START - FOOTER START - FOOTER START - FOOTER START - FOOTER START - FOOTER START */
div.footer{}
div.footer + div.lineThrough{
	border-bottom: 1px solid RGB(230, 230, 230);
	width: 100%;
	-webkit-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}
div.footer div.contenorFooter{
	display: block;
}
div.contenorFooter ul.footerUl{
	display: flex;
}
ul.footerUl li{
	list-style-type: none;
	margin-left: 25px;
	position: relative;
}
ul.footerUl li:last-child{
	margin-left: 48px;
}
ul.footerUl li span#machine{
	display: block;
	width: 20px;
	height: 21px;
	background-image: url("../images/machine.png");
	background-repeat: no-repeat;
	background-size: 20px 21px;
	position: absolute;
	left: -27px;
	top: -2px;
}
ul.footerUl li a{
	text-decoration: none;
	font-size: 11px;
	font-family: inherit;
	position: relative;
	color: black;
}
ul.footerUl li a:hover{
	text-decoration: underline;
}

/*FOOTER END - FOOTER END - FOOTER END - FOOTER END - FOOTER END - FOOTER END - FOOTER END - FOOTER END - FOOTER END */
 