/* - MEDIA QUERY START - MEDIA QUERY START - MEDIA QUERY START - MEDIA QUERY START - MEDIA QUERY START - MEDIA QUERY START - MEDIA QUERY START - */

@media screen and (max-width: 1090px){
	/*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: 10px;
	    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*/
}


@media screen and (max-width: 1019px){
	
	/*INFO RIA - INFO RIA - INFO RIA - INFO RIA - INFO RIA - INFO RIA - INFO RIA - INFO RIA*/
    div.middlePage{
	    background-color: white;
	    width: 94.7%;
	    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-size: 100% 100%;
	    background-position: 0px 0px;
	    width: 95%;
	    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: 94.7%;
	    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: 92.5%;
	    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;
		position: relative;
    }
    div.newMiddle div.flexOne{
	    border: 2px solid #003D90;
	    border-radius: 5px;
	    padding: 15px 10px;
		width: 33%;
		height: auto;
	    text-align: center;
		position: absolute;
		left: 0px;
		top: 0px;
	    -webkit-transform: translate(50%, 30%);
        -o-transform: translate(50%, 30%);
        -moz-transform: translate(50%, 30%);
        -ms-transform: translate(50%, 30%);
        transform: translate(50%, 30%);
    }
    div.newMiddle div.flexOne div.msgOne{
	    color: #003D90;
	    font-size: 18px;
	    opacity: 0.7;
	    font-weight: normal;
	    padding-bottom: 10px;
    }
    div.newMiddle div.flexOne div.msgTwo{
	    color: #003D90;
	    font-size: 25px;
	    opacity: 0.7;
	    font-weight: normal;
    }
    div.newMiddle div.flexTwo{
	    margin-top: 80px;
    }
    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: 95%;
	    height: 15px;
	    position: absolute;
	    left: 0px;
	    bottom: -2px;
    }
    /* TARIF POSTAL END - TARIF POSTAL END - TARIF POSTAL END - INFO TARIF POSTAL END */
	
	
	
	/* LOGO HEAD INDEX PAGE START */
	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: 90%;
	    height: auto;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    flex-wrap: nowrap;
	    margin: auto;
    }
    div.flexLogos a.imgFone{
	    -webkit-transform: translate(-25px, 0px);
        -o-transform: translate(-25px, 0px);
        -moz-transform: translate(-25px, 0px);
        -ms-transform: translate(-25px, 0px);
        transform: translate(-25px, 0px);
		flex: 1;
    }
    div.flexLogos a.imgFone img#logo1{
	    width: 95px;
	    height: auto;
    }
    div.flexLogos a.imgFtwo{
	    -webkit-transform: translate(20px, 5px);
        -o-transform: translate(20px, 5px);
        -moz-transform: translate(20px, 5px);
        -ms-transform: translate(20px, 5px);
        transform: translate(20px, 5px);
    }
    div.flexLogos a.imgFtwo img#logo2{
	    width: 650px;
	    height: auto;	
    }
	/* LOGO HEAD INDEX PAGE START */
	
	/*NAV - NAV - NAV - NAV - NAV - NAV - NAV - NAV - NAV*/
    div.bgcColor div.nav{
	    width: 95%;
	    /*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: 11.5px;
	    padding: 11px 20px 0px 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: 65px;
	    height: auto;
	    -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*/
	
	/* ATTESTATION EN LIGNE - ATTESTATION EN LIGNE - ATTESTATION EN LIGNE - ATTESTATION EN LIGNE */
    div.middlePagees{
	    background-color: white;
	    width: 90.7%;
	    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: 92.5%;
	    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: 97%;
	    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 10px;
		width: 92%;
	    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: -18px;
	    right: 15px;
	    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: -18px;
	    right: 15px;
	    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: -18px;
	    right: 15px;
	    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: -18px;
	    right: 15px;
	    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: 181px;
	    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;
	    top: 0!important;
      	left: 19px!important;
    }
    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: 92.5%;
	    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: 97%;
	    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: 92.5%;
	    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: 97%;
	    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 */

	
}


@media screen and (max-width: 999px){
	/*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: 9px;
	    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*/
	
	
	
	
	
	
	/*INDEX - INDEX - INDEX - INDEX - INDEX - INDEX - INDEX - INDEX*/
	div.wrapper{
	    position: relative;
	    margin-bottom: 120px;
		width: 100%;
		height: auto;
	    display: block;
    }
    div.wrapper ul#slider{
		width: 100%;
		height: auto;
	    margin: 0px;
	    margin-top: 50px;
	    padding: 0px;
	    position: relative;
		display: flex;
	    flex-direction: column;
	    align-items: center;
    }
    ul#slider div.shadow{
	    width: 800px;
	    height: 60px;
	    background-image: url("../images/shadow.png");
	    background-attachment: no-attachment;
	    background-size: 100% 100%;
	    background-position: ;
	    background-repeat: no-repeat;
	    position: absolute;
	    top: ;   /* 308px */
	    left: ;   /* 210px */
	    -webkit-transform: translate(-15px, 252px);
        -o-transform: translate(-15px, 252px);
        -moz-transform: translate(-15px, 252px);
        -ms-transform: translate(-15px, 252px);
        transform: translate(-15px, 252px);
	    z-index: 2000;
		display: block;
    }
    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: 800px;    /* width: 65%; 890px */
	    height: 263px;    /* 314px */
	    z-index: 500;
		position: relative;
    }
    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{
		width: 550px;
	    height: auto;
	}
    ul#slider div.borderss li a img#ffb{
	    width: 436px;
	    height: auto;
    }
    ul#slider div.borderss li a img#ffc{
		width: 550px;
	    height: auto;
	}
    ul#slider div.borderss li a img#ffd{
		width: 550px;
	    height: auto;
	}
    ul#slider div.borderss li a img#ffe{
		width: 550px;
	    height: auto;
	}
    ul#slider div.borderss li a img#fff{
	    width: 520px;
	    height: auto;
    }
    ul#slider div.borderss li a img#ffg{
		width: 550px;
	    height: auto;
	}
    ul#slider div.borderss li div.item.resize{}
    ul#slider div.borderss li div.item{
	    width: 180px;
	    height: 248px;
	    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: 0.8s;
	    -moz-animation-duration: 0.8s;
	    -o-animation-duration: 0.8s;
	    -ms-animation-duration: 0.8s;
	    animation-duration: 0.8s;
	
	    -webkit-animation-delay: 0.6s;
	    -moz-animation-delay: 0.6s;
	    -o-animation-delay: 0.6s;
	    -ms-animation-delay: 0.6s;
	    animation-delay: 0.6s;
	
	    -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: 12px;
	    font-weight: normal;
	    font-family: inherit;
	    color: RGBa(255, 255, 155, 1);
    }
    ul#slider div.podium{
	    width: 850px; /* 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(3px, 220px);
        -o-transform: translate(3px, 220px);
        -moz-transform: translate(3px, 220px);
        -ms-transform: translate(3px, 220px);
        transform: translate(3px, 220px);
	    z-index: 20;
    }
    ul#slider div.dots{
        display: flex;
	    perspective: 3000;
	    z-index: 2000;
	    position: absolute;
	    top: ; /* 403px */
	    left: ; /* 545px */
	    -webkit-transform: translate(-12px, 305px);
        -o-transform: translate(-12px, 305px);
        -moz-transform: translate(-12px, 305px);
        -ms-transform: translate(-12px, 305px);
        transform: translate(-12px, 305px);
    }
    div.dots div{
	    width: 16px;
	    height: 16px;
	    border-radius: 50%;
	    background-color: RGBa(229, 229, 229, 1);
	    transform: rotateX(35deg);
	    cursor: pointer;
		display: block;
    }
    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: 30px;
	    height: 30px;
	    background-image: url("img/arrow-left.png");
	    background-repeat: no-repeat;
	    background-size: 100% 100%;
	    position: absolute;
	    top: ;  /* 26.5px */
	    left: ;  /* 250px */
	    cursor: pointer;
	    border-radius: 50%;
	    z-index: 2000;
	    -webkit-transform: translate(-355px, 36px);
        -o-transform: translate(-355px, 36px);
        -moz-transform: translate(-355px, 36px);
        -ms-transform: translate(-355px, 36px);
        transform: translate(-355px, 36px);
    }
    div.arrows div.next{
	    width: 30px;
	    height: 30px;
	    background-image: url("img/arrow-right.png");
	    background-repeat: no-repeat;
	    background-size: 100% 100%;
	    position: absolute;
	    top: ;  /* 27px */
	    right: ;  /* 250px */
	    cursor: pointer;
	    border-radius: 50%;
	    z-index: 2000;
	    -webkit-transform: translate(350px, 33px);
        -o-transform: translate(350px, 33px);
        -moz-transform: translate(350px, 33px);
        -ms-transform: translate(350px, 33px);
        transform: translate(350px, 33px);
    }
    
    /*INDEX END- INDEX END - INDEX END - INDEX END - INDEX END - INDEX END*/
	
	
	/* FORMULAIRE RIA - FORMULAIRE RIA - FORMULAIRE RIA - FORMULAIRE RIA - FORMULAIRE RIA */
    div.middlePageA{
	    background-color: white;
	    width: 92.5%;
	    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: 97%;
	    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 10px;
		width: 92%;
	    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: -18px;
	    right: 15px;
	    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: -18px;
	    right: 15px;
	    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: -18px;
	    right: 15px;
	    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: -18px;
	    right: 15px;
	    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: 181px;
	    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: 83%;
	    height: auto;
	    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{
		width: 100%;
		height: auto;
	}
    div#screenShot div.aI{
	    position: absolute;
	    bottom: 17.5%;
	    left: 275px;
	    font-size: 14px;
	    color: RGB(60, 60, 60);
	    font-family: "inherit", sans-serif; 
    }
    div#screenShot div.aE{
	    position: absolute;
	    bottom: 17.5%;
	    left: 348px;
	    font-size: 14px;
	    color: RGB(60, 60, 60);
	    font-family: "inherit", sans-serif; 
    }
    div#screenShot div.bI{
	    position: absolute;
	    bottom: 17.5%;
	    left: 430px;
	    font-size: 14px;
	    color: RGB(60, 60, 60);
	    font-family: "inherit", sans-serif; 
    }
    div#screenShot div.bE{
	    position: absolute;
	    bottom: 17.5%;
	    left: 445px;
	    font-size: 14px;
	    color: RGB(60, 60, 60);
	    font-family: "inherit", sans-serif;  
    }
    div#screenShot div.infoATT{
	    position: absolute;
	    top: 100px;
	    left: 45px;
	    font-size: 14px;
	    font-family: serif;
	    font-weight: 550;
	    line-height: 30px;
	    color: RGB(54, 54, 54);
	    word-spacing: 5px;
	    width: 89%;
		height: auto;
    }
    /* 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 */
	
	
	/* 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-size: 18px 19px;
	    background-repeat: no-repeat;
	    position: absolute;
	    left: -27px;
	    top: 1px;
    }
    ul.footerUl li a{
	    text-decoration: none;
	    font-size: 10px;
	    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 - */


}


@media screen and (max-width: 914px){
	/*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: 8px;
	    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*/
	
	
	/* TARIF POSTAL - TARIF POSTAL - TARIF POSTAL - INFO TARIF POSTAL - TARIF POSTAL */
    div.middlePages{
	    background-color: white;
	    width: 92.5%;
	    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;
		position: relative;
    }
    div.newMiddle div.flexOne{
	    border: 2px solid #003D90;
	    border-radius: 5px;
	    padding: 15px 10px;
		width: 33%;
		height: auto;
	    text-align: center;
		position: absolute;
		left: 0px;
		top: 0px;
	    -webkit-transform: translate(50%, 30%);
        -o-transform: translate(50%, 30%);
        -moz-transform: translate(50%, 30%);
        -ms-transform: translate(50%, 30%);
        transform: translate(50%, 30%);
    }
    div.newMiddle div.flexOne div.msgOne{
	    color: #003D90;
	    font-size: 16px;
	    opacity: 0.7;
	    font-weight: normal;
	    padding-bottom: 10px;
    }
    div.newMiddle div.flexOne div.msgTwo{
	    color: #003D90;
	    font-size: 20px;
	    opacity: 0.7;
	    font-weight: normal;
    }
    div.newMiddle div.flexTwo{
	    margin-top: 80px;
    }
    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.newGradient{
	    background-image: url("img/bottom.png");
	    background-attachment: no-attachment;
	    background-repeat: no-repeat;
	    background-position: 0px 0px;
		background-size: 100% 100%;
	    width: 80%;
	    height: 15px;
	    position: absolute;
	    left: 15%;
	    bottom: 0%;
    }
    /* TARIF POSTAL END - TARIF POSTAL END - TARIF POSTAL END - INFO TARIF POSTAL END */
	
	
	/* LOGO HEAD INDEX PAGE START */
	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: 90%;
	    height: auto;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    flex-wrap: nowrap;
	    margin: auto;
    }
    div.flexLogos a.imgFone{
	    -webkit-transform: translate(-15px, 0px);
        -o-transform: translate(-15px, 0px);
        -moz-transform: translate(-15px, 0px);
        -ms-transform: translate(-15px, 0px);
        transform: translate(-15px, 0px);
		flex: 1;
    }
    div.flexLogos a.imgFone img#logo1{
	    width: 60px;
	    height: auto;
    }
    div.flexLogos a.imgFtwo{
	    -webkit-transform: translate(-20px, 5px);
        -o-transform: translate(-20px, 5px);
        -moz-transform: translate(-20px, 5px);
        -ms-transform: translate(-20px, 5px);
        transform: translate(-20px, 5px);
    }
    div.flexLogos a.imgFtwo img#logo2{
	    width: 400px;
	    height: auto;	
    }
	/* LOGO HEAD INDEX PAGE START */
	
	/*NAV - NAV - NAV - NAV - NAV - NAV - NAV - NAV - NAV*/
    div.bgcColor div.nav{
	    width: 95%;
	    /*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: 10.5px;
	    padding: 11px 20px 2px 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: 60px;
	    height: auto;
	    -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%;
		height: auto;
	    display: block;
    }
    div.wrapper ul#slider{
		width: 100%;
		height: auto;
	    margin: 0px;
	    margin-top: 50px;
	    padding: 0px;
	    position: relative;
		display: flex;
	    flex-direction: column;
	    align-items: center;
    }
    ul#slider div.shadow{
	    width: 600px;
	    height: 50px;
	    background-image: url("../images/shadow.png");
	    background-attachment: no-attachment;
	    background-size: 100% 100%;
	    background-position: ;
	    background-repeat: no-repeat;
	    position: absolute;
	    top: ;   /* 308px */
	    left: ;   /* 210px */
	    -webkit-transform: translate(-15px, 210px);
        -o-transform: translate(-15px, 210px);
        -moz-transform: translate(-15px, 210px);
        -ms-transform: translate(-15px, 210px);
        transform: translate(-15px, 210px);
	    z-index: 2000;
		display: block;
    }
    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: 700px;    /* width: 65%; 890px */
	    height: 215px;    /* 314px */
	    z-index: 500;
		position: relative;
    }
    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{
		width: 450px;
	    height: auto;
	}
    ul#slider div.borderss li a img#ffb{
	    width: 355px;
	    height: auto;
    }
    ul#slider div.borderss li a img#ffc{
		width: 450px;
	    height: auto;
	}
    ul#slider div.borderss li a img#ffd{
		width: 450px;
	    height: auto;
	}
    ul#slider div.borderss li a img#ffe{
		width: 450px;
	    height: auto;
	}
    ul#slider div.borderss li a img#fff{
	    width: 425px;
	    height: auto;
    }
    ul#slider div.borderss li a img#ffg{
		width: 450px;
	    height: auto;
	}
    ul#slider div.borderss li div.item.resize{}
    ul#slider div.borderss li div.item{
	    width: 150px;
	    height: 200px;
	    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: 0.8s;
	    -moz-animation-duration: 0.8s;
	    -o-animation-duration: 0.8s;
	    -ms-animation-duration: 0.8s;
	    animation-duration: 0.8s;
	
	    -webkit-animation-delay: 0.6s;
	    -moz-animation-delay: 0.6s;
	    -o-animation-delay: 0.6s;
	    -ms-animation-delay: 0.6s;
	    animation-delay: 0.6s;
	
	    -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: 12px;
	    font-weight: normal;
	    font-family: inherit;
	    color: RGBa(255, 255, 155, 1);
    }
    ul#slider div.podium{
	    width: 760px; /* 958px */
	    height: 120px;  /* 165px */
	    background-image: url("img/troisd.png");
	    background-repeat: no-repeat;
	    background-size: 100% 100%;   /* 940px , 153px */
		display: block;
		position: absolute;
	    left: ; /* 205px */
	    top: ; /* 270px */
	    -webkit-transform: translate(2px, 185px);
        -o-transform: translate(2px, 185px);
        -moz-transform: translate(2px, 185px);
        -ms-transform: translate(2px, 185px);
        transform: translate(2px, 185px);
	    z-index: 20;
    }
    ul#slider div.dots{
        display: flex;
	    perspective: 3000;
	    z-index: 2000;
	    position: absolute;
	    top: ; /* 403px */
	    left: ; /* 545px */
	    -webkit-transform: translate(-9px, 252px);
        -o-transform: translate(-9px, 252px);
        -moz-transform: translate(-9px, 252px);
        -ms-transform: translate(-9px, 252px);
        transform: translate(-9px, 252px);
    }
    div.dots div{
	    width: 13px;
	    height: 13px;
	    border-radius: 50%;
	    background-color: RGBa(229, 229, 229, 1);
	    transform: rotateX(35deg);
	    cursor: pointer;
		display: block;
    }
    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: 25px;
	    height: 25px;
	    background-image: url("../images/arrow-left.png");
	    background-repeat: no-repeat;
	    background-size: 100% 100%;
	    position: absolute;
	    top: ;  /* 26.5px */
	    left: ;  /* 250px */
	    cursor: pointer;
	    border-radius: 50%;
	    z-index: 2000;
	    -webkit-transform: translate(-340px, 24px);
        -o-transform: translate(-340px, 24px);
        -moz-transform: translate(-340px, 24px);
        -ms-transform: translate(-340px, 24px);
        transform: translate(-340px, 24px);
    }
    div.arrows div.next{
	    width: 25px;
	    height: 25px;
	    background-image: url("../images/arrow-right.png");
	    background-repeat: no-repeat;
	    background-size: 100% 100%;
	    position: absolute;
	    top: ;  /* 27px */
	    right: ;  /* 250px */
	    cursor: pointer;
	    border-radius: 50%;
	    z-index: 2000;
	    -webkit-transform: translate(315px, 24px);
        -o-transform: translate(315px, 24px);
        -moz-transform: translate(315px, 24px);
        -ms-transform: translate(315px, 24px);
        transform: translate(315px, 24px);
    }
    
    /*INDEX END- INDEX END - INDEX END - INDEX END - INDEX END - INDEX END*/
	
	
	/* ATTESTATION EN LIGNE - ATTESTATION EN LIGNE - ATTESTATION EN LIGNE - ATTESTATION EN LIGNE */
    div.middlePagees{
	    background-color: white;
	    width: 90%;
	    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: 11px;
	    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: 11px;
	    color: RGB(130, 130, 130);
	    margin-right: 10px;
    }
    div.whiteMiddle div.forMe a.aLinkTwo{
	    font-size: 11px;
	    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: 12px;
	    font-weight: 600;
	    color: #003D90;
	    opacity: 0.7;
    }
    div.whiteMiddle div.zylTwo{
	    margin-top: 6px;
	    font-size: 11px;
	    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: 11.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: 12px;
	    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: 125px;
	    height: auto;
    }
    div.ccFlex div.childOne p + a{
	    text-decoration: none;
	    font-size: 10px;
	    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: 12px;
	    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: 192px;
	    height: auto;
    }
    div.ccFlex div.childTwo p + a{
	    text-decoration: none;
	    font-size: 10px;
	    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: 12px;
	    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: 140px;
	    height: auto;
    }
    div.ccFlex div.childThree p + a{
	    text-decoration: none;
	    font-size: 11px;
	    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: 92.5%;
	    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: 97%;
	    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 10px;
		width: 92%;
	    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: -18px;
	    right: 15px;
	    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: -18px;
	    right: 15px;
	    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: -18px;
	    right: 15px;
	    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: -18px;
	    right: 15px;
	    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: 181px;
	    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: 83%;
	    height: auto;
	    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{
		width: 100%;
		height: auto;
	}
    div#screenShot div.aI{
	    position: absolute;
	    bottom: 17.5%;
	    left: 275px;
	    font-size: 14px;
	    color: RGB(60, 60, 60);
	    font-family: "inherit", sans-serif; 
    }
    div#screenShot div.aE{
	    position: absolute;
	    bottom: 17.5%;
	    left: 348px;
	    font-size: 14px;
	    color: RGB(60, 60, 60);
	    font-family: "inherit", sans-serif; 
    }
    div#screenShot div.bI{
	    position: absolute;
	    bottom: 17.5%;
	    left: 430px;
	    font-size: 14px;
	    color: RGB(60, 60, 60);
	    font-family: "inherit", sans-serif; 
    }
    div#screenShot div.bE{
	    position: absolute;
	    bottom: 17.5%;
	    left: 445px;
	    font-size: 14px;
	    color: RGB(60, 60, 60);
	    font-family: "inherit", sans-serif;  
    }
    div#screenShot div.infoATT{
	    position: absolute;
	    top: 90px;
	    left: 45px;
	    font-size: 14px;
	    font-family: serif;
	    font-weight: 550;
	    line-height: 30px;
	    color: RGB(54, 54, 54);
	    word-spacing: 5px;
	    width: 89%;
		height: auto;
    }
    /* 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 */
	
	
	/* 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("img/machine.png");
		background-size: 18px 19px;
	    background-repeat: no-repeat;
	    position: absolute;
	    left: -27px;
	    top: 1px;
    }
    ul.footerUl li a{
	    text-decoration: none;
	    font-size: 10px;
	    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 - */
	
}


@media screen and (max-width: 829px){
	/*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: 7px;
	    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*/
	
	
	
	
	
	/* LOGO HEAD INDEX PAGE START */
	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: 90%;
	    height: auto;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    flex-wrap: nowrap;
	    margin: auto;
    }
    div.flexLogos a.imgFone{
	    -webkit-transform: translate(-5px, 0px);
        -o-transform: translate(-5px, 0px);
        -moz-transform: translate(-5px, 0px);
        -ms-transform: translate(-5px, 0px);
        transform: translate(-5px, 0px);
		flex: 1;
    }
    div.flexLogos a.imgFone img#logo1{
	    width: 50px;
	    height: auto;
    }
    div.flexLogos a.imgFtwo{
	    -webkit-transform: translate(-20px, 5px);
        -o-transform: translate(-20px, 5px);
        -moz-transform: translate(-20px, 5px);
        -ms-transform: translate(-20px, 5px);
        transform: translate(-20px, 5px);
    }
    div.flexLogos a.imgFtwo img#logo2{
	    width: 300px;
	    height: auto;	
    }
	/* LOGO HEAD INDEX PAGE START */
	
	/*NAV - NAV - NAV - NAV - NAV - NAV - NAV - NAV - NAV*/
    div.bgcColor div.nav{
	    width: 95%;
	    /*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: 9px;
	    padding: 13px 20px 2px 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: 55px;
	    height: auto;
	    -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%;
		height: auto;
	    display: block;
    }
    div.wrapper ul#slider{
		width: 100%;
		height: auto;
	    margin: 0px;
	    margin-top: 50px;
	    padding: 0px;
	    position: relative;
		display: flex;
	    flex-direction: column;
	    align-items: center;
    }
    ul#slider div.shadow{
	    width: 420px;
	    height: 50px;
	    background-image: url("../images/shadow.png");
	    background-attachment: no-attachment;
	    background-size: 100% 100%;
	    background-position: ;
	    background-repeat: no-repeat;
	    position: absolute;
	    top: ;   /* 308px */
	    left: ;   /* 210px */
	    -webkit-transform: translate(-15px, 187px);
        -o-transform: translate(-15px, 187px);
        -moz-transform: translate(-15px, 187px);
        -ms-transform: translate(-15px, 187px);
        transform: translate(-15px, 187px);
	    z-index: 2000;
		display: block;
    }
    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: 600px;    /* width: 65%; 890px */
	    height: 192px;    /* 314px */
	    z-index: 500;
		position: relative;
    }
    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{
		width: 400px;
	    height: auto;
	}
    ul#slider div.borderss li a img#ffb{
	    width: 315px;
	    height: auto;
    }
    ul#slider div.borderss li a img#ffc{
		width: 400px;
	    height: auto;
	}
    ul#slider div.borderss li a img#ffd{
		width: 400px;
	    height: auto;
	}
    ul#slider div.borderss li a img#ffe{
		width: 400px;
	    height: auto;
	}
    ul#slider div.borderss li a img#fff{
	    width: 380px;
	    height: auto;
    }
    ul#slider div.borderss li a img#ffg{
		width: 400px;
	    height: auto;
	}
    ul#slider div.borderss li div.item.resize{}
    ul#slider div.borderss li div.item{
	    width: 140px;
	    height: 177px;
	    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: 0.8s;
	    -moz-animation-duration: 0.8s;
	    -o-animation-duration: 0.8s;
	    -ms-animation-duration: 0.8s;
	    animation-duration: 0.8s;
	
	    -webkit-animation-delay: 0.6s;
	    -moz-animation-delay: 0.6s;
	    -o-animation-delay: 0.6s;
	    -ms-animation-delay: 0.6s;
	    animation-delay: 0.6s;
	
	    -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: 11px;
	    font-weight: normal;
	    font-family: inherit;
	    color: RGBa(255, 255, 155, 1);
    }
    ul#slider div.podium{
	    width: 650px; /* 958px */
	    height: 100px;  /* 165px */
	    background-image: url("img/troisd.png");
	    background-repeat: no-repeat;
	    background-size: 100% 100%;   /* 940px , 153px */
		display: block;
		position: absolute;
	    left: ; /* 205px */
	    top: ; /* 270px */
	    -webkit-transform: translate(2px, 170px);
        -o-transform: translate(2px, 170px);
        -moz-transform: translate(2px, 170px);
        -ms-transform: translate(2px, 170px);
        transform: translate(2px, 170px);
	    z-index: 20;
    }
    ul#slider div.dots{
        display: flex;
	    perspective: 3000;
	    z-index: 2000;
	    position: absolute;
	    top: ; /* 403px */
	    left: ; /* 545px */
	    -webkit-transform: translate(-9px, 226px);
        -o-transform: translate(-9px, 226px);
        -moz-transform: translate(-9px, 226px);
        -ms-transform: translate(-9px, 226px);
        transform: translate(-9px, 226px);
    }
    div.dots div{
	    width: 10px;
	    height: 10px;
	    border-radius: 50%;
	    background-color: RGBa(229, 229, 229, 1);
	    transform: rotateX(35deg);
	    cursor: pointer;
		display: block;
    }
    div.dots div.active{
	    background-color: RGBa(155, 155, 155, 1);
    }
    div.dots div:not(:last-child){
	    margin-right: 13px;
    }
    ul#slider div.arrows{
	    display: flex;
	    position: relative;
    }
    div.arrows div.prev{
	    width: 22px;
	    height: 22px;
	    background-image: url("img/arrow-left.png");
	    background-repeat: no-repeat;
	    background-size: 100% 100%;
	    position: absolute;
	    top: ;  /* 26.5px */
	    left: ;  /* 250px */
	    cursor: pointer;
	    border-radius: 50%;
	    z-index: 2000;
	    -webkit-transform: translate(-290px, 20px);
        -o-transform: translate(-290px, 20px);
        -moz-transform: translate(-290px, 20px);
        -ms-transform: translate(-290px, 20px);
        transform: translate(-290px, 20px);
    }
    div.arrows div.next{
	    width: 22px;
	    height: 22px;
	    background-image: url("img/arrow-right.png");
	    background-repeat: no-repeat;
	    background-size: 100% 100%;
	    position: absolute;
	    top: ;  /* 27px */
	    right: ;  /* 250px */
	    cursor: pointer;
	    border-radius: 50%;
	    z-index: 2000;
	    -webkit-transform: translate(270px, 20px);
        -o-transform: translate(270px, 20px);
        -moz-transform: translate(270px, 20px);
        -ms-transform: translate(270px, 20px);
        transform: translate(270px, 20px);
    }
    
    /*INDEX END- INDEX END - INDEX END - INDEX END - INDEX END - INDEX END*/
	
	
	/* ATTESTATION EN LIGNE - ATTESTATION EN LIGNE - ATTESTATION EN LIGNE - ATTESTATION EN LIGNE */
    div.middlePagees{
	    background-color: white;
	    width: 89.5%; /* 90% */
	    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: 10px;
	    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: 10px;
	    color: RGB(130, 130, 130);
	    margin-right: 10px;
    }
    div.whiteMiddle div.forMe a.aLinkTwo{
	    font-size: 10px;
	    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: 11px;
	    font-weight: 600;
	    color: #003D90;
	    opacity: 0.7;
    }
    div.whiteMiddle div.zylTwo{
	    margin-top: 6px;
	    font-size: 10px;
	    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: 10.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: 11px;
	    font-weight: 600;
	    color: RGBa(143, 143, 143);
    }
    div.ccFlex div.childOne div + p{
	    margin-top: 70px;
	    margin-left: 17px;
    }
    div.ccFlex div.childOne div + p img{
	    width: 100px;
	    height: auto;
    }
    div.ccFlex div.childOne p + a{
	    text-decoration: none;
	    font-size: 8px;
	    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(-15px, 0px);
        -o-transform: translate(-15px, 0px);
        -moz-transform: translate(-15px, 0px);
        -ms-transform: translate(-15px, 0px);
        transform: translate(-15px, 0px);
    }
    div.ccFlex div.childTwo div{
	    font-size: 11px;
	    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: 155px;
	    height: auto;
    }
    div.ccFlex div.childTwo p + a{
	    text-decoration: none;
	    font-size: 8px;
	    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: 11px;
	    font-weight: 600;
	    color: RGBa(143, 143, 143);
    }
    div.ccFlex div.childThree div + p{
	    margin-top: 67px;
	    margin-left: 0px;
    }
    div.ccFlex div.childThree div + p img{
	    width: 120px;
	    height: auto;
    }
    div.ccFlex div.childThree p + a{
	    text-decoration: none;
	    font-size: 8px;
	    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: ;  /* 92.5% */
	    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: 92%;
		padding: 0px 20px;
	    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 10px;
		width: 92%;
	    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(0px);
        -o-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
	    transform: translateX(0px);
    }
    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: 97%;
	    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: 0px;
	    left: 0px;
		-webkit-transform: translate(-13px, 12px);
        -o-transform: translate(-13px, 12px);
        -moz-transform: translate(-13px, 12px);
        -ms-transform: translate(-13px, 12px);
        transform: translate(-13px, 12px);
    }
    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: -18px;
	    right: 15px;
	    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: 97%;
	    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: 0px;
	    left: 0px;
		-webkit-transform: translate(-13px, 12px);
        -o-transform: translate(-13px, 12px);
        -moz-transform: translate(-13px, 12px);
        -ms-transform: translate(-13px, 12px);
        transform: translate(-13px, 12px);
    }
    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: -18px;
	    right: 15px;
	    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: 97%;
	    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: 0px;
	    left: 0px;
		-webkit-transform: translate(-13px, 12px);
        -o-transform: translate(-13px, 12px);
        -moz-transform: translate(-13px, 12px);
        -ms-transform: translate(-13px, 12px);
        transform: translate(-13px, 12px);
    }
    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: -18px;
	    right: 15px;
	    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: 97%;
	    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: 0px;
	    left: 0px;
		-webkit-transform: translate(-13px, 12px);
        -o-transform: translate(-13px, 12px);
        -moz-transform: translate(-13px, 12px);
        -ms-transform: translate(-13px, 12px);
        transform: translate(-13px, 12px);
    }
    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: -18px;
	    right: 15px;
	    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: 30%;
	    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: 0px;
	    left: 0px;
		-webkit-transform: translate(-13px, 12px);
        -o-transform: translate(-13px, 12px);
        -moz-transform: translate(-13px, 12px);
        -ms-transform: translate(-13px, 12px);
        transform: translate(-13px, 12px);
    }
    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: 35.2%;
	    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: 12px;
	    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: 12px;
	    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: 83%;
	    height: auto;
	    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{
		width: 100%;
		height: auto;
	}
    div#screenShot div.aI{
	    position: absolute;
	    bottom: 17.5%;
	    left: 33%;
	    font-size: 14px;
	    color: RGB(60, 60, 60);
	    font-family: "inherit", sans-serif; 
    }
    div#screenShot div.aE{
	    position: absolute;
	    bottom: 17.5%;
	    left: 45.8%;
	    font-size: 14px;
	    color: RGB(60, 60, 60);
	    font-family: "inherit", sans-serif; 
    }
    div#screenShot div.bI{
	    position: absolute;
	    bottom: 17.5%;
	    left: 59%;
	    font-size: 14px;
	    color: RGB(60, 60, 60);
	    font-family: "inherit", sans-serif; 
    }
    div#screenShot div.bE{
	    position: absolute;
	    bottom: 17.5%;
	    left: 63%;
	    font-size: 14px;
	    color: RGB(60, 60, 60);
	    font-family: "inherit", sans-serif;  
    }
    div#screenShot div.infoATT{
	    position: absolute;
	    top: 75px;
	    left: 40px;
	    font-size: 13px;
	    font-family: serif;
	    font-weight: 550;
	    line-height: 30px;
	    color: RGB(54, 54, 54);
	    word-spacing: 5px;
	    width: 89%;
		height: auto;
    }
    /* 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: 92.5%;
	    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: 92%;
		padding: 0px 20px;
	    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: 30%;
	    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: ; /* 92.5% */
	    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: 92%;
		padding: 0px 20px;
	    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: 30%;
	    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 span.putCheckBox{
	    margin-left: 40px;
	    font-size: 12px;
	    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: 12px;
	    font-weight: 550;
	    margin-top: 9px;
    }
    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 */
	
	
	
	/* 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("img/machine.png");
	    background-repeat: no-repeat;
		background-size: 17px 18px;
	    position: absolute;
	    left: -27px;
	    top: 2px;
    }
    ul.footerUl li a{
	    text-decoration: none;
	    font-size: 9px;
	    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 - */
	
	
}


@media screen and (max-width: 742px){
	/*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: 6px;
	    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*/
	
	
	/* TARIF POSTAL - TARIF POSTAL - TARIF POSTAL - INFO TARIF POSTAL - TARIF POSTAL */
    div.middlePages{
	    background-color: white;
	    width: 92.5%;
	    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;
		position: relative;
    }
    div.newMiddle div.flexOne{
	    border: 2px solid #003D90;
	    border-radius: 5px;
	    padding: 15px 10px;
		width: 33%;
		height: auto;
	    text-align: center;
		position: absolute;
		left: 0px;
		top: 0px;
	    -webkit-transform: translate(50%, 30%);
        -o-transform: translate(50%, 30%);
        -moz-transform: translate(50%, 30%);
        -ms-transform: translate(50%, 30%);
        transform: translate(50%, 30%);
    }
    div.newMiddle div.flexOne div.msgOne{
	    color: #003D90;
	    font-size: 15px;
	    opacity: 0.7;
	    font-weight: normal;
	    padding-bottom: 10px;
    }
    div.newMiddle div.flexOne div.msgTwo{
	    color: #003D90;
	    font-size: 18px;
	    opacity: 0.7;
	    font-weight: normal;
    }
    div.newMiddle div.flexTwo{
	    margin-top: 80px;
    }
    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: 95%;
	    height: 15px;
	    position: absolute;
	    left: 0px;
	    bottom: -2px;
    } */
    /* TARIF POSTAL END - TARIF POSTAL END - TARIF POSTAL END - INFO TARIF POSTAL END */
	
	
	/*INFO RIA - INFO RIA - INFO RIA - INFO RIA - INFO RIA - INFO RIA - INFO RIA - INFO RIA*/
    div.middlePage{
	    background-color: white;
	    width: 88%;
	    margin-top: 5px;
	    padding: 0px 30px 70px 10px;
    }
    div.middlePage div.sousMiddle{
	    padding-left: 10px;
	    padding-right: 10px;
    }
    div.middlePage div.sousMiddle h1{
	    color: rgb(96, 111, 185);
	    font-size: 20px;
    }
    div.middlePage div.sousMiddle h2{
	    color: rgb(96, 111, 185);
	    font-size: 17px;
    }
    div.middlePage div.sousMiddle p{
	    font-size: 11px;
    }
    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: 11px;
	    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: 11px;
	    position: absolute;
    }
    div.middlePage div.sousMiddle ul.ulUlOne li.liDeux p{
	    margin-left: 0px;
	    width: 100%;
    }
    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: 11px;
	    position: absolute;
    }
    div.middlePage div.sousMiddle ul.ulUlOne li.liTrois p{
	    margin-left: 15px;
		width: 100%;
    }
    div.middlePage div.sousMiddle ul.ulUlOne li.liQuatre::before{
	    content: "4-";
	    font-weight: bold;
	    font-size: 11px;
	    position: absolute;
    }
    div.middlePage div.sousMiddle ul.ulUlOne li.liQuatre p{
	    margin-left: 0px;
	    width: 100%;
    }
    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: 17px;
    }
    div.middlePage div.sousMiddle ul.ulUlTwo{}
    div.middlePage div.sousMiddle ul.ulUlTwo{}
    div.middlePage div.sousMiddle ul.ulUlTwo li{
	    font-size: 25px;
    }
    div.middlePage div.sousMiddle ul.ulUlTwo li.liOne p{
	    width: 90%;
	    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;
		width: 90%;
    }
    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: 90%;
	    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: 90%;
	    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: 90%;
	    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: 90%;
	    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: 90%;
	    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: 100%;
    }
    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-size: 100% 100%;
	    background-position: 0px 0px;
	    width: 95%;
	    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: 89;
	    margin-top: 5px;
	    padding-bottom: 70px;
	    position: relative;
		padding: 0px 30px 70px 10px;
    } */
    div.middlePage div.milieuxP{
	    padding-left: 10px;
	    padding-right: 10px;
    }
    div.middlePage div.milieuxP h1{
	    color: rgb(96, 111, 185);
	    font-size: 20px;
    }
    div.middlePage div.milieuxP h2{
	    color: rgb(96, 111, 185);
	    font-size: 17px;
    }
    div.middlePage div.milieuxP p{
	    font-size: 11px;
    }
    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: 11px;
	    position: absolute;
    }
    div.middlePage div.milieuxP ul.levelOne li.liX1 p{
	    margin-left: 15px;
		width: 100%;
    }
    div.middlePage div.milieuxP ul.levelOne li.liX2::before{
	    content: "2-";
	    font-weight: bold;
	    font-size: 11px;
	    position: absolute;
    }
    div.middlePage div.milieuxP ul.levelOne li.liX2 p{
	    margin-left: 0px;
	    width: 100%;
    }
    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: 11px;
	    position: absolute;
    }
    div.middlePage div.milieuxP ul.levelOne li.liX3 p{
	    margin-left: 15px;
		width: 100%;
    }
    div.middlePage div.milieuxP ul.levelOne li.liX4::before{
	    content: "4-";
	    font-weight: bold;
	    font-size: 11px;
	    position: absolute;
    }
    div.middlePage div.milieuxP ul.levelOne li.liX4 p{
	    margin-left: 0px;
	    width: 100%;
    }
    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: 17px;
    }
    div.middlePage div.milieuxP ul.levelTwo{}
    div.middlePage div.milieuxP ul.levelTwo{}
    div.middlePage div.milieuxP ul.levelTwo li{
	    font-size: 25px;
    }
    div.middlePage div.milieuxP ul.levelTwo li.liC1 p{
	    width: 90%;
	    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;
		width: 90%;
    }
    div.middlePage div.milieuxP ul.levelTwo li.liC3{}
    div.middlePage div.milieuxP ul.levelTwo li.liC3 p{
	    width: 90%;
	    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: 90%;
	    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: 90%;
	    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: 90%;
	    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: 90%;
	    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: 100%;
    }
    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: 20px;
    }
    div.middlePage div.sousP h2{
	    color: rgb(96, 111, 185);
	    font-size: 17px;
    }
    div.middlePage div.sousP p{
	    font-size: 11px;
    }
    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: 11px;
	    position: absolute;
    }
    div.middlePage div.sousP ul.oneOne li.liA1 p{
	    margin-left: 15px;
		width: 100%;
    }
    div.middlePage div.sousP ul.oneOne li.liA2::before{
	    content: "2-";
	    font-weight: bold;
	    font-size: 11px;
	    position: absolute;
    }
    div.middlePage div.sousP ul.oneOne li.liA2 p{
	    margin-left: 0px;
	    width: 100%;
    }
    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: 11px;
	    position: absolute;
    }
    div.middlePage div.sousP ul.oneOne li.liA3 p{
	    margin-left: 15px;
		width: 100%;
    }
    div.middlePage div.sousP ul.oneOne li.liA4::before{
	    content: "4-";
	    font-weight: bold;
	    font-size: 11px;
	    position: absolute;
    }
    div.middlePage div.sousP ul.oneOne li.liA4 p{
	    margin-left: 0px;
	    width: 100%;
    }
    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: 17px;
    }
    div.middlePage div.sousP ul.twoTwo{}
    div.middlePage div.sousP ul.twoTwo{}
    div.middlePage div.sousP ul.twoTwo li{
	    font-size: 25px;
    }
    div.middlePage div.sousP ul.twoTwo li.liB1 p{
	    width: 90%;
	    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{
		width: 90%;
	    position: absolute;
	    margin-left: -12px;
    }
    div.middlePage div.sousP ul.twoTwo li.liB3{}
    div.middlePage div.sousP ul.twoTwo li.liB3 p{
	    width: 90%;
	    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: 90%;
	    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: 90%;
	    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: 90%;
	    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: 90%;
	    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: 100%;
    }
    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*/
	
	
	/* LOGO HEAD INDEX PAGE START */
	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: 90%;
	    height: auto;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    flex-wrap: nowrap;
	    margin: auto;
    }
    div.flexLogos a.imgFone{
	    -webkit-transform: translate(-5px, 0px);
        -o-transform: translate(-5px, 0px);
        -moz-transform: translate(-5px, 0px);
        -ms-transform: translate(-5px, 0px);
        transform: translate(-5px, 0px);
		flex: 1;
    }
    div.flexLogos a.imgFone img#logo1{
	    width: 50px;
	    height: auto;
    }
    div.flexLogos a.imgFtwo{
	    -webkit-transform: translate(-20px, 5px);
        -o-transform: translate(-20px, 5px);
        -moz-transform: translate(-20px, 5px);
        -ms-transform: translate(-20px, 5px);
        transform: translate(-20px, 5px);
    }
    div.flexLogos a.imgFtwo img#logo2{
	    width: 300px;
	    height: auto;	
    }
	/* LOGO HEAD INDEX PAGE START */
	
	/*NAV - NAV - NAV - NAV - NAV - NAV - NAV - NAV - NAV*/
    div.bgcColor div.nav{
	    width: 95%;
	    /*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: 8px;
	    padding: 14px 15px 4px 15px;
	    position: relative;
    }
	ul.navUl li a.pose{
		padding-left: 35px;
	}
	ul.navUl li a.pose img{
		position: absolute;
		top: 13px;
		left: 5px;
	}
    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: 45px;
	    height: auto;
	    -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%;
		height: auto;
	    display: block;
    }
    div.wrapper ul#slider{
		width: 100%;
		height: auto;
	    margin: 0px;
	    margin-top: 50px;
	    padding: 0px;
	    position: relative;
		display: flex;
	    flex-direction: column;
	    align-items: center;
    }
    ul#slider div.shadow{
	    width: 420px;
	    height: 50px;
	    background-image: url("../images/shadow.png");
	    background-attachment: no-attachment;
	    background-size: 100% 100%;
	    background-position: ;
	    background-repeat: no-repeat;
	    position: absolute;
	    top: ;   /* 308px */
	    left: ;   /* 210px */
	    -webkit-transform: ;
        -o-transform: translate(-15px, 160px);
        -moz-transform: translate(-15px, 160px);
        -ms-transform: translate(-15px, 160px);
        transform: translate(-15px, 160px);
	    z-index: 2000;
		display: block;
    }
    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: 560px;    /* width: 65%; 890px */
	    height: 168px;    /* 314px */
	    z-index: 500;
		position: relative;
    }
    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{
		width: 350px;
	    height: auto;
	}
    ul#slider div.borderss li a img#ffb{
	    width: 277px;
	    height: auto;
    }
    ul#slider div.borderss li a img#ffc{
		width: 350px;
	    height: auto;
	}
    ul#slider div.borderss li a img#ffd{
		width: 350px;
	    height: auto;
	}
    ul#slider div.borderss li a img#ffe{
		width: 350px;
	    height: auto;
	}
    ul#slider div.borderss li a img#fff{
	    width: 330px;
	    height: auto;
    }
    ul#slider div.borderss li a img#ffg{
		width: 350px;
	    height: auto;
	}
    ul#slider div.borderss li div.item.resize{}
    ul#slider div.borderss li div.item{
	    width: 120px;
	    height: 153px;
	    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: 0.8s;
	    -moz-animation-duration: 0.8s;
	    -o-animation-duration: 0.8s;
	    -ms-animation-duration: 0.8s;
	    animation-duration: 0.8s;
	
	    -webkit-animation-delay: 0.6s;
	    -moz-animation-delay: 0.6s;
	    -o-animation-delay: 0.6s;
	    -ms-animation-delay: 0.6s;
	    animation-delay: 0.6s;
	
	    -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: 11px;
	    font-weight: normal;
	    font-family: inherit;
	    color: RGBa(255, 255, 155, 1);
    }
    ul#slider div.podium{
	    width: 610px; /* 958px */
	    height: 100px;  /* 165px */
	    background-image: url("img/troisd.png");
	    background-repeat: no-repeat;
	    background-size: 100% 100%;   /* 940px , 153px */
		display: block;
		position: absolute;
	    left: ; /* 205px */
	    top: ; /* 270px */
	    -webkit-transform: translate(2px, 145px);
        -o-transform: translate(2px, 145px);
        -moz-transform: translate(2px, 145px);
        -ms-transform: translate(2px, 145px);
        transform: translate(2px, 145px);
	    z-index: 20;
    }
    ul#slider div.dots{
        display: flex;
	    perspective: 3000;
	    z-index: 2000;
	    position: absolute;
	    top: ; /* 403px */
	    left: ; /* 545px */
	    -webkit-transform: translate(-9px, 200px);
        -o-transform: translate(-9px, 200px);
        -moz-transform: translate(-9px, 200px);
        -ms-transform: translate(-9px, 200px);
        transform: translate(-9px, 200px);
    }
    div.dots div{
	    width: 10px;
	    height: 10px;
	    border-radius: 50%;
	    background-color: RGBa(229, 229, 229, 1);
	    transform: rotateX(35deg);
	    cursor: pointer;
		display: block;
    }
    div.dots div.active{
	    background-color: RGBa(155, 155, 155, 1);
    }
    div.dots div:not(:last-child){
	    margin-right: 13px;
    }
    ul#slider div.arrows{
	    display: flex;
	    position: relative;
    }
    div.arrows div.prev{
	    width: 20px;
	    height: 20px;
	    background-image: url("img/arrow-left.png");
	    background-repeat: no-repeat;
	    background-size: 100% 100%;
	    position: absolute;
	    top: ;  /* 26.5px */
	    left: ;  /* 250px */
	    cursor: pointer;
	    border-radius: 50%;
	    z-index: 2000;
	    -webkit-transform: translate(-270px, 21px);
        -o-transform: translate(-270px, 21px);
        -moz-transform: translate(-270px, 21px);
        -ms-transform: translate(-270px, 21px);
        transform: translate(-270px, 21px);
    }
    div.arrows div.next{
	    width: 20px;
	    height: 20px;
	    background-image: url("img/arrow-right.png");
	    background-repeat: no-repeat;
	    background-size: 100% 100%;
	    position: absolute;
	    top: ;  /* 27px */
	    right: ;  /* 250px */
	    cursor: pointer;
	    border-radius: 50%;
	    z-index: 2000;
	    -webkit-transform: translate(250px, 21px);
        -o-transform: translate(250px, 21px);
        -moz-transform: translate(250px, 21px);
        -ms-transform: translate(250px, 21px);
        transform: translate(250px, 21px);
    }
    
    /*INDEX END- INDEX END - INDEX END - INDEX END - INDEX END - INDEX END*/
	
	
	/* FORMULAIRE RIA - FORMULAIRE RIA - FORMULAIRE RIA - FORMULAIRE RIA - FORMULAIRE RIA */
    div.middlePageA{
	    background-color: white;
	    width: 91.9%;  /* 92.5% */
	    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: 92%;
		padding: 0px 20px;
	    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 10px;
		width: 92%;
	    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(0px);
        -o-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
	    transform: translateX(0px);
    }
    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: 97%;
	    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: 0px;
	    left: 0px;
		-webkit-transform: translate(-13px, 12px);
        -o-transform: translate(-13px, 12px);
        -moz-transform: translate(-13px, 12px);
        -ms-transform: translate(-13px, 12px);
        transform: translate(-13px, 12px);
    }
    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: -18px;
	    right: 15px;
	    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: 97%;
	    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: 0px;
	    left: 0px;
		-webkit-transform: translate(-13px, 12px);
        -o-transform: translate(-13px, 12px);
        -moz-transform: translate(-13px, 12px);
        -ms-transform: translate(-13px, 12px);
        transform: translate(-13px, 12px);
    }
    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: -18px;
	    right: 15px;
	    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: 97%;
	    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: 0px;
	    left: 0px;
		-webkit-transform: translate(-13px, 12px);
        -o-transform: translate(-13px, 12px);
        -moz-transform: translate(-13px, 12px);
        -ms-transform: translate(-13px, 12px);
        transform: translate(-13px, 12px);
    }
    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: -18px;
	    right: 15px;
	    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: 97%;
	    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: 0px;
	    left: 0px;
		-webkit-transform: translate(-13px, 12px);
        -o-transform: translate(-13px, 12px);
        -moz-transform: translate(-13px, 12px);
        -ms-transform: translate(-13px, 12px);
        transform: translate(-13px, 12px);
    }
    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: -18px;
	    right: 15px;
	    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: 30%;
	    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: 0px;
	    left: 0px;
		-webkit-transform: translate(-13px, 12px);
        -o-transform: translate(-13px, 12px);
        -moz-transform: translate(-13px, 12px);
        -ms-transform: translate(-13px, 12px);
        transform: translate(-13px, 12px);
    }
    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: 35.2%;
	    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: 12px;
	    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: 12px;
	    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: 83%;
	    height: auto;
	    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{
		width: 100%;
		height: auto;
	}
    div#screenShot div.aI{
	    position: absolute;
	    bottom: 17.5%;
	    left: 33%;
	    font-size: 13px;
	    color: RGB(60, 60, 60);
	    font-family: "inherit", sans-serif; 
    }
    div#screenShot div.aE{
	    position: absolute;
	    bottom: 17.5%;
	    left: 45.8%;
	    font-size: 13px;
	    color: RGB(60, 60, 60);
	    font-family: "inherit", sans-serif; 
    }
    div#screenShot div.bI{
	    position: absolute;
	    bottom: 17.5%;
	    left: 59%;
	    font-size: 13px;
	    color: RGB(60, 60, 60);
	    font-family: "inherit", sans-serif; 
    }
    div#screenShot div.bE{
	    position: absolute;
	    bottom: 17.5%;
	    left: 63%;
	    font-size: 13px;
	    color: RGB(60, 60, 60);
	    font-family: "inherit", sans-serif;  
    }
    div#screenShot div.infoATT{
	    position: absolute;
	    top: 75px;
	    left: 40px;
	    font-size: 12px;
	    font-family: serif;
	    font-weight: 550;
	    line-height: 20px;
	    color: RGB(54, 54, 54);
	    word-spacing: 5px;
	    width: 89%;
		height: auto;
    }
    /* 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: 91.9%;
	    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: 92%;
		padding: 0px 20px;
	    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: 30%;
	    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: 91.9%; /* 92.5% */
	    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: 92%;
		padding: 0px 20px;
	    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: 30%;
	    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 span.putCheckBox{
	    margin-left: 40px;
	    font-size: 12px;
	    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: 12px;
	    font-weight: 550;
	    margin-top: 9px;
    }
    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 */
	
	
	
	/* 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("img/machine.png");
	    background-repeat: no-repeat;
		background-size: 15px 16px;
	    position: absolute;
	    left: -27px;
	    top: 3px;
    }
    ul.footerUl li a{
	    text-decoration: none;
	    font-size: 8px;
	    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 - */
	
	
}


@media screen and (max-width: 655px){
	/*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: 5px;
	    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*/
	
	
	/* TARIF POSTAL - TARIF POSTAL - TARIF POSTAL - INFO TARIF POSTAL - TARIF POSTAL */
    div.middlePages{
	    background-color: white;
	    width: 92.5%;
	    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: center;
	    flex-wrap: nowrap;
	    padding-right: 15px;
		position: relative;
    }
    div.newMiddle div.flexOne{
	    border: 2px solid #003D90;
	    border-radius: 5px;
	    padding: 15px 10px;
		width: 33%;
		height: auto;
	    text-align: center;
		position: absolute;
		left: 0px;
		top: 0px;
	    -webkit-transform: translate(50%, 30%);
        -o-transform: translate(50%, 30%);
        -moz-transform: translate(50%, 30%);
        -ms-transform: translate(50%, 30%);
        transform: translate(50%, 30%);
    }
    div.newMiddle div.flexOne div.msgOne{
	    color: #003D90;
	    font-size: 15px;
	    opacity: 0.7;
	    font-weight: normal;
	    padding-bottom: 10px;
    }
    div.newMiddle div.flexOne div.msgTwo{
	    color: #003D90;
	    font-size: 18px;
	    opacity: 0.7;
	    font-weight: normal;
    }
    div.newMiddle div.flexTwo{
	    margin-top: 80px;
    }
    div.newMiddle div.flexTwo div.orderOne{
	    color: #003D90;
	    font-size: 20px;
	    opacity: 0.7;
	    font-weight: normal;
	    padding-bottom: 10px;
		width: 80%;
		height: auto;
		margin: auto;
    }
    div.newMiddle div.flexTwo div.orderOneS{
	    font-size: 11.5px;
	    color: RGB(83, 83, 83);
	    font-weight: normal;
	    width: 80%;
		height: auto;
		margin: auto;
	    padding-bottom: 40px;
    }
    div.newMiddle div.flexTwo span.spaOne{
	    display: block;
	    width: 30%;
	    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: 20px;
	    opacity: 0.7;
	    font-weight: normal;
	    padding-bottom: 10px;
		width: 80%;
		height: auto;
		margin: auto;
    }
    div.newMiddle div.flexthree div.orderTwoS{
	    font-size: 11.5px;
	    color: RGB(83, 83, 83);
	    font-weight: normal;
	    width: 80%;
		height: auto;
		margin: auto;
	    padding-bottom: 40px;
    }
    div.newMiddle div.flexthree span.spaTwo{
	    display: block;
	    width: 30%;
	    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: 20px;
	    opacity: 0.7;
	    font-weight: normal;
	    padding-bottom: 10px;
		width: 80%;
		height: auto;
		margin: auto;
    }
    div.newMiddle div.flexFour div.orderFourS{
	    font-size: 11.5px;
	    color: RGB(83, 83, 83);
	    font-weight: normal;
	    width: 80%;
		height: auto;
		margin: auto;
	    padding-bottom: 40px;
    }
    div.newMiddle div.flexFour span.spaThree{
	    display: block;
	    width: 30%;
	    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: 20px;
	    opacity: 0.7;
	    font-weight: normal;
	    padding-bottom: 10px;
		width: 80%;
		height: auto;
		margin: auto;
    }
    div.newMiddle div.flexFive div.orderFiveS{
	    font-size: 11.5px;
	    color: RGB(83, 83, 83);
	    font-weight: normal;
	    width: 80%;
		height: auto;
		margin: auto;
    }
    /*div.middlePages div.gradient{
	    background-image: url("img/bottom.png");
	    background-attachment: no-attachment;
	    background-repeat: no-repeat;
	    background-position: 0px 0px;
	    width: 95%;
	    height: 15px;
	    position: absolute;
	    left: 0px;
	    bottom: -2px;
    } */
    /* TARIF POSTAL END - TARIF POSTAL END - TARIF POSTAL END - INFO TARIF POSTAL END */
	
	
	/*INFO RIA - INFO RIA - INFO RIA - INFO RIA - INFO RIA - INFO RIA - INFO RIA - INFO RIA*/
    div.middlePage{
	    background-color: white;
	    width: 87%;
	    margin-top: 5px;
	    padding: 0px 30px 70px 10px;
    }
    div.middlePage div.sousMiddle{
	    padding-left: 10px;
	    padding-right: 10px;
    }
    div.middlePage div.sousMiddle h1{
	    color: rgb(96, 111, 185);
	    font-size: 20px;
    }
    div.middlePage div.sousMiddle h2{
	    color: rgb(96, 111, 185);
	    font-size: 17px;
    }
    div.middlePage div.sousMiddle p{
	    font-size: 11px;
    }
    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: 11px;
	    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: 11px;
	    position: absolute;
    }
    div.middlePage div.sousMiddle ul.ulUlOne li.liDeux p{
	    margin-left: 0px;
	    width: 100%;
    }
    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: 11px;
	    position: absolute;
    }
    div.middlePage div.sousMiddle ul.ulUlOne li.liTrois p{
	    margin-left: 15px;
		width: 100%;
    }
    div.middlePage div.sousMiddle ul.ulUlOne li.liQuatre::before{
	    content: "4-";
	    font-weight: bold;
	    font-size: 11px;
	    position: absolute;
    }
    div.middlePage div.sousMiddle ul.ulUlOne li.liQuatre p{
	    margin-left: 0px;
	    width: 100%;
    }
    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: 17px;
    }
    div.middlePage div.sousMiddle ul.ulUlTwo{}
    div.middlePage div.sousMiddle ul.ulUlTwo{}
    div.middlePage div.sousMiddle ul.ulUlTwo li{
	    font-size: 25px;
    }
    div.middlePage div.sousMiddle ul.ulUlTwo li.liOne p{
	    width: 90%;
	    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;
		width: 90%;
    }
    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: 90%;
	    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: 90%;
	    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: 90%;
	    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: 90%;
	    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: 90%;
	    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: 100%;
    }
    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-size: 100% 100%;
	    background-position: 0px 0px;
	    width: 95%;
	    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: 89;
	    margin-top: 5px;
	    padding-bottom: 70px;
	    position: relative;
		padding: 0px 30px 70px 10px;
    } */
    div.middlePage div.milieuxP{
	    padding-left: 10px;
	    padding-right: 10px;
    }
    div.middlePage div.milieuxP h1{
	    color: rgb(96, 111, 185);
	    font-size: 20px;
    }
    div.middlePage div.milieuxP h2{
	    color: rgb(96, 111, 185);
	    font-size: 17px;
    }
    div.middlePage div.milieuxP p{
	    font-size: 11px;
    }
    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: 11px;
	    position: absolute;
    }
    div.middlePage div.milieuxP ul.levelOne li.liX1 p{
	    margin-left: 15px;
		width: 100%;
    }
    div.middlePage div.milieuxP ul.levelOne li.liX2::before{
	    content: "2-";
	    font-weight: bold;
	    font-size: 11px;
	    position: absolute;
    }
    div.middlePage div.milieuxP ul.levelOne li.liX2 p{
	    margin-left: 0px;
	    width: 100%;
    }
    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: 11px;
	    position: absolute;
    }
    div.middlePage div.milieuxP ul.levelOne li.liX3 p{
	    margin-left: 15px;
		width: 100%;
    }
    div.middlePage div.milieuxP ul.levelOne li.liX4::before{
	    content: "4-";
	    font-weight: bold;
	    font-size: 11px;
	    position: absolute;
    }
    div.middlePage div.milieuxP ul.levelOne li.liX4 p{
	    margin-left: 0px;
	    width: 100%;
    }
    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: 17px;
    }
    div.middlePage div.milieuxP ul.levelTwo{}
    div.middlePage div.milieuxP ul.levelTwo{}
    div.middlePage div.milieuxP ul.levelTwo li{
	    font-size: 25px;
    }
    div.middlePage div.milieuxP ul.levelTwo li.liC1 p{
	    width: 90%;
	    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;
		width: 90%;
    }
    div.middlePage div.milieuxP ul.levelTwo li.liC3{}
    div.middlePage div.milieuxP ul.levelTwo li.liC3 p{
	    width: 90%;
	    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: 90%;
	    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: 90%;
	    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: 90%;
	    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: 90%;
	    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: 100%;
    }
    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: 20px;
    }
    div.middlePage div.sousP h2{
	    color: rgb(96, 111, 185);
	    font-size: 17px;
    }
    div.middlePage div.sousP p{
	    font-size: 11px;
    }
    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: 11px;
	    position: absolute;
    }
    div.middlePage div.sousP ul.oneOne li.liA1 p{
		width: 100%;
	    margin-left: 15px;
    }
    div.middlePage div.sousP ul.oneOne li.liA2::before{
	    content: "2-";
	    font-weight: bold;
	    font-size: 11px;
	    position: absolute;
    }
    div.middlePage div.sousP ul.oneOne li.liA2 p{
	    margin-left: 0px;
	    width: 100%;
    }
    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: 11px;
	    position: absolute;
    }
    div.middlePage div.sousP ul.oneOne li.liA3 p{
	    margin-left: 15px;
		width: 100%;
    }
    div.middlePage div.sousP ul.oneOne li.liA4::before{
	    content: "4-";
	    font-weight: bold;
	    font-size: 11px;
	    position: absolute;
    }
    div.middlePage div.sousP ul.oneOne li.liA4 p{
	    margin-left: 0px;
	    width: 100%;
    }
    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: 17px;
    }
    div.middlePage div.sousP ul.twoTwo{}
    div.middlePage div.sousP ul.twoTwo{}
    div.middlePage div.sousP ul.twoTwo li{
	    font-size: 25px;
    }
    div.middlePage div.sousP ul.twoTwo li.liB1 p{
	    width: 90%;
	    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;
		width: 90%;
    }
    div.middlePage div.sousP ul.twoTwo li.liB3{}
    div.middlePage div.sousP ul.twoTwo li.liB3 p{
	    width: 90%;
	    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: 90%;
	    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: 90%;
	    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: 90%;
	    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: 90%;
	    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: 100%;
    }
    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*/
	
	
	/* LOGO HEAD INDEX PAGE START */
	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: 90%;
	    height: auto;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    flex-wrap: nowrap;
	    margin: auto;
    }
    div.flexLogos a.imgFone{
	    -webkit-transform: translate(-5px, 0px);
        -o-transform: translate(-5px, 0px);
        -moz-transform: translate(-5px, 0px);
        -ms-transform: translate(-5px, 0px);
        transform: translate(-5px, 0px);
		flex: 1;
    }
    div.flexLogos a.imgFone img#logo1{
	    width: 40px;
	    height: auto;
    }
    div.flexLogos a.imgFtwo{
	    -webkit-transform: translate(-30px, 5px);
        -o-transform: translate(-30px, 5px);
        -moz-transform: translate(-30px, 5px);
        -ms-transform: translate(-30px, 5px);
        transform: translate(-30px, 5px);
    }
    div.flexLogos a.imgFtwo img#logo2{
	    width: 200px;
	    height: auto;	
    }
	/* LOGO HEAD INDEX PAGE START */
	
	/*NAV - NAV - NAV - NAV - NAV - NAV - NAV - NAV - NAV*/
    div.bgcColor div.nav{
	    width: 95%;
	    /*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: 7px;
	    padding: 14px 15px 6px 15px;
	    position: relative;
    }
	ul.navUl li a.pose{
		padding-left: 35px;
	}
	ul.navUl li a.pose img{
		position: absolute;
		top: 13px;
		left: 5px;
	}
    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: 40px;
	    height: auto;
	    -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%;
		height: auto;
	    display: block;
    }
    div.wrapper ul#slider{
		width: 100%;
		height: auto;
	    margin: 0px;
	    margin-top: 50px;
	    padding: 0px;
	    position: relative;
		display: flex;
	    flex-direction: column;
	    align-items: center;
    }
    ul#slider div.shadow{
	    width: 420px;
	    height: 50px;
	    background-image: url("../images/shadow.png");
	    background-attachment: no-attachment;
	    background-size: 100% 100%;
	    background-position: ;
	    background-repeat: no-repeat;
	    position: absolute;
	    top: ;   /* 308px */
	    left: ;   /* 210px */
	    -webkit-transform: translate(-15px, 144px);
        -o-transform: translate(-15px, 144px);
        -moz-transform: translate(-15px, 144px);
        -ms-transform: translate(-15px, 144px);
        transform: translate(-15px, 144px);
	    z-index: 2000;
		display: block;
    }
    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: 500px;    /* width: 65%; 890px */
	    height: 153px;    /* 314px */
	    z-index: 500;
		position: relative;
    }
    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{
		width: 320px;
	    height: auto;
	}
    ul#slider div.borderss li a img#ffb{
	    width: 253px;
	    height: auto;
    }
    ul#slider div.borderss li a img#ffc{
		width: 320px;
	    height: auto;
	}
    ul#slider div.borderss li a img#ffd{
		width: 320px;
	    height: auto;
	}
    ul#slider div.borderss li a img#ffe{
		width: 320px;
	    height: auto;
	}
    ul#slider div.borderss li a img#fff{
	    width: 305px;
	    height: auto;
    }
    ul#slider div.borderss li a img#ffg{
		width: 320px;
	    height: auto;
	}
    ul#slider div.borderss li div.item.resize{}
    ul#slider div.borderss li div.item{
	    width: 100px;
	    height: 138px;
	    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: 0.8s;
	    -moz-animation-duration: 0.8s;
	    -o-animation-duration: 0.8s;
	    -ms-animation-duration: 0.8s;
	    animation-duration: 0.8s;
	
	    -webkit-animation-delay: 0.6s;
	    -moz-animation-delay: 0.6s;
	    -o-animation-delay: 0.6s;
	    -ms-animation-delay: 0.6s;
	    animation-delay: 0.6s;
	
	    -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: 10px;
	    font-weight: normal;
	    font-family: inherit;
	    color: RGBa(255, 255, 155, 1);
    }
    ul#slider div.podium{
	    width: 540px; /* 958px */
	    height: 85px;  /* 165px */
	    background-image: url("img/troisd.png");
	    background-repeat: no-repeat;
	    background-size: 100% 100%;   /* 940px , 153px */
		display: block;
		position: absolute;
	    left: ; /* 205px */
	    top: ; /* 270px */
	    -webkit-transform: translate(2px, 136px);
        -o-transform: translate(2px, 136px);
        -moz-transform: translate(2px, 136px);
        -ms-transform: translate(2px, 136px);
        transform: translate(2px, 136px);
	    z-index: 20;
    }
    ul#slider div.dots{
        display: flex;
	    perspective: 3000;
	    z-index: 2000;
	    position: absolute;
	    top: ; /* 403px */
	    left: ; /* 545px */
	    -webkit-transform: translate(-9px, 183px);
        -o-transform: translate(-9px, 183px);
        -moz-transform: translate(-9px, 183px);
        -ms-transform: translate(-9px, 183px);
        transform: translate(-9px, 183px);
    }
    div.dots div{
	    width: 8px;
	    height: 8px;
	    border-radius: 50%;
	    background-color: RGBa(229, 229, 229, 1);
	    transform: rotateX(35deg);
	    cursor: pointer;
		display: block;
    }
    div.dots div.active{
	    background-color: RGBa(155, 155, 155, 1);
    }
    div.dots div:not(:last-child){
	    margin-right: 12px;
    }
    ul#slider div.arrows{
	    display: flex;
	    position: relative;
    }
    div.arrows div.prev{
	    width: 17px;
	    height: 17px;
	    background-image: url("img/arrow-left.png");
	    background-repeat: no-repeat;
	    background-size: 100% 100%;
	    position: absolute;
	    top: ;  /* 26.5px */
	    left: ;  /* 250px */
	    cursor: pointer;
	    border-radius: 50%;
	    z-index: 2000;
	    -webkit-transform: translate(-240px, 18px);
        -o-transform: translate(-240px, 18px);
        -moz-transform: translate(-240px, 18px);
        -ms-transform: translate(-240px, 18px);
        transform: translate(-240px, 18px);
    }
    div.arrows div.next{
	    width: 17px;
	    height: 17px;
	    background-image: url("img/arrow-right.png");
	    background-repeat: no-repeat;
	    background-size: 100% 100%;
	    position: absolute;
	    top: ;  /* 27px */
	    right: ;  /* 250px */
	    cursor: pointer;
	    border-radius: 50%;
	    z-index: 2000;
	    -webkit-transform: translate(225px, 19px);
        -o-transform: translate(225px, 19px);
        -moz-transform: translate(225px, 19px);
        -ms-transform: translate(225px, 19px);
        transform: translate(225px, 19px);
    }
    
    /*INDEX END- INDEX END - INDEX END - INDEX END - INDEX END - INDEX END*/
	
	
	/* ATTESTATION EN LIGNE - ATTESTATION EN LIGNE - ATTESTATION EN LIGNE - ATTESTATION EN LIGNE */
    div.middlePagees{
	    background-color: white;
	    width: 88%; /* 90% */
	    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: 9px;
	    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: 9px;
	    color: RGB(130, 130, 130);
	    margin-right: 10px;
    }
    div.whiteMiddle div.forMe a.aLinkTwo{
	    font-size: 9px;
	    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: 10px;
	    font-weight: 600;
	    color: #003D90;
	    opacity: 0.7;
    }
    div.whiteMiddle div.zylTwo{
	    margin-top: 6px;
	    font-size: 9px;
	    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: 9.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: 10px;
	    font-weight: 600;
	    color: RGBa(143, 143, 143);
    }
    div.ccFlex div.childOne div + p{
	    margin-top: 53px;
	    margin-left: 12px;
    }
    div.ccFlex div.childOne div + p img{
	    width: 80px;
	    height: auto;
    }
    div.ccFlex div.childOne p + a{
	    text-decoration: none;
	    font-size: 6px;
	    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(-15px, 0px);
        -o-transform: translate(-15px, 0px);
        -moz-transform: translate(-15px, 0px);
        -ms-transform: translate(-15px, 0px);
        transform: translate(-15px, 0px);
    }
    div.ccFlex div.childTwo div{
	    font-size: 10px;
	    font-weight: 600;
	    color: RGBa(143, 143, 143);
    }
    div.ccFlex div.childTwo div + p{
	    margin-top: 28px;
	    margin-left: 0px;
    }
    div.ccFlex div.childTwo div + p img{
	    width: 117px;
	    height: auto;
    }
    div.ccFlex div.childTwo p + a{
	    text-decoration: none;
	    font-size: 6px;
	    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: 10px;
	    font-weight: 600;
	    color: RGBa(143, 143, 143);
    }
    div.ccFlex div.childThree div + p{
	    margin-top: 50px;
	    margin-left: 0px;
    }
    div.ccFlex div.childThree div + p img{
	    width: 100px;
	    height: auto;
    }
    div.ccFlex div.childThree p + a{
	    text-decoration: none;
	    font-size: 6px;
	    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: 91%;  /* 92.5% */
	    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: 92%;
		padding: 0px 20px;
	    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 10px;
		width: 92%;
	    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(0px);
        -o-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
	    transform: translateX(0px);
    }
    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: 97%;
	    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: 0px;
	    left: 0px;
		-webkit-transform: translate(-13px, 12px);
        -o-transform: translate(-13px, 12px);
        -moz-transform: translate(-13px, 12px);
        -ms-transform: translate(-13px, 12px);
        transform: translate(-13px, 12px);
    }
    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: -18px;
	    right: 15px;
	    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: 97%;
	    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: 0px;
	    left: 0px;
		-webkit-transform: translate(-13px, 12px);
        -o-transform: translate(-13px, 12px);
        -moz-transform: translate(-13px, 12px);
        -ms-transform: translate(-13px, 12px);
        transform: translate(-13px, 12px);
    }
    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: -18px;
	    right: 15px;
	    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: 97%;
	    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: 0px;
	    left: 0px;
		-webkit-transform: translate(-13px, 12px);
        -o-transform: translate(-13px, 12px);
        -moz-transform: translate(-13px, 12px);
        -ms-transform: translate(-13px, 12px);
        transform: translate(-13px, 12px);
    }
    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: -18px;
	    right: 15px;
	    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: 97%;
	    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: 0px;
	    left: 0px;
		-webkit-transform: translate(-13px, 12px);
        -o-transform: translate(-13px, 12px);
        -moz-transform: translate(-13px, 12px);
        -ms-transform: translate(-13px, 12px);
        transform: translate(-13px, 12px);
    }
    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: -18px;
	    right: 15px;
	    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: 25%;
	    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: 0px;
	    left: 0px;
		-webkit-transform: translate(-13px, 12px);
        -o-transform: translate(-13px, 12px);
        -moz-transform: translate(-13px, 12px);
        -ms-transform: translate(-13px, 12px);
        transform: translate(-13px, 12px);
    }
    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: relative;
	    top: 0;
	    left: 0;
		-webkit-transform: translate(9px, 15px);
        -o-transform: translate(9px, 15px);
        -moz-transform: translate(9px, 15px);
        -ms-transform: translate(9px, 15px);
        transform: translate(9px, 15px);
	    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: ; /* 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: ; /* 5px */
	    font-weight: 550;
	    margin-top: 9px;
    }
    div.centerOne div.putFive input.montants{
	    width: 40px;
	    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: 0px;
		top: 45px;
		left: 68%;
		width: 140px;
	    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: 100%;
	    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: 2.5px;
	    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: 10px;
	    font-weight: 550;
	    color: green;
    }
    div.global div.nylB{
	    margin-top: 35px;
	    font-size: 10px;
	    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: 10px;
	    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: 10px;
	    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: 10px;
	    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: 10px;
	    font-weight: 550;
	    color: RGB(15, 103, 151);
    }
    div#downloadFile{
	    width: 83%;
	    height: auto;
	    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{
		width: 100%;
		height: auto;
	}
    div#screenShot div.aI{
	    position: absolute;
	    bottom: 17.5%;
	    left: 33%;
	    font-size: 11px;
	    color: RGB(60, 60, 60);
	    font-family: "inherit", sans-serif; 
    }
    div#screenShot div.aE{
	    position: absolute;
	    bottom: 17.5%;
	    left: 45.8%;
	    font-size: 11px;
	    color: RGB(60, 60, 60);
	    font-family: "inherit", sans-serif; 
    }
    div#screenShot div.bI{
	    position: absolute;
	    bottom: 17.5%;
	    left: 59%;
	    font-size: 11px;
	    color: RGB(60, 60, 60);
	    font-family: "inherit", sans-serif; 
    }
    div#screenShot div.bE{
	    position: absolute;
	    bottom: 17.5%;
	    left: 63%;
	    font-size: 11px;
	    color: RGB(60, 60, 60);
	    font-family: "inherit", sans-serif;  
    }
    div#screenShot div.infoATT{
	    position: absolute;
	    top: 42px;
	    left: 40px;
	    font-size: 11px;
	    font-family: serif;
	    font-weight: 550;
	    line-height: 20px;
	    color: RGB(54, 54, 54);
	    word-spacing: 5px;
	    width: 89%;
		height: auto;
    }
    /* 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: 11px;
	    color: RGB(0, 94, 0);
	    -webkit-transform: translateX(-30px);
        -o-transform: translateX(-30px);
        -moz-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
        transform: translateX(-30px);
	    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: 91%;   /*92.5%; */
	    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: 92%;
		padding: 0px 20px;
	    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: 31%;
	    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: 40px;
	    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 select.sized{
	    width: 45px;
	    height: 32px;
	    margin-left: 8px;
	    margin-top: 4px;
		font-size: 10px;
    }
    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: 0px;
		top: 45px;
		left: 68%;
		width: 140px;
	    font-size: 12px;
	    font-weight: 550;
	    color: red;
    }
	div.centerOne div.putFive span.putCheckBox{
	    margin-left: 40px;
	    font-size: 12px;
	    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: 12px;
	    font-weight: 550;
	    margin-top: 9px;
    }
    /* 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: 91%; /* 92.5% */
	    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: 92%;
		padding: 0px 20px;
	    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: 25%;
	    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: 40px;
	    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 span.putCheckBox{
	    margin-left: 40px;
	    font-size: 12px;
	    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: 12px;
	    font-weight: 550;
	    margin-top: 9px;
    }
    div.centerOne div.putFive input.putbF + span.mmtt{
	    display: block;
	    position: absolute;
	    margin-top: 0px;
		top: 42px;
		left: 68%;
		width: 140px;
	    font-size: 12px;
	    font-weight: 550;
	    color: red;
    }
	
    /* FORMULAIRE WESTERN UNION END - FORMULAIRE WESTERN UNION END - FORMULAIRE WESTERN UNION END - FORMULAIRE WESTERN UNION END */
	
	
	
	
	/* 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("img/machine.png");
	    background-repeat: no-repeat;
		background-size: 13px 14px;
	    position: absolute;
	    left: -27px;
	    top: 4px;
    }
    ul.footerUl li a{
	    text-decoration: none;
	    font-size: 7px;
	    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 - */
	
	
}


@media screen and (max-width: 568px){
	/*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: 4px;
	    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*/
	
	
	/*INFO RIA - INFO RIA - INFO RIA - INFO RIA - INFO RIA - INFO RIA - INFO RIA - INFO RIA*/
    div.middlePage{
	    background-color: white;
	    width: 86%;
	    margin-top: 5px;
	    padding: 0px 30px 70px 10px;
    }
    div.middlePage div.sousMiddle{
	    padding-left: 10px;
	    padding-right: 10px;
    }
    div.middlePage div.sousMiddle h1{
	    color: rgb(96, 111, 185);
	    font-size: 20px;
    }
    div.middlePage div.sousMiddle h2{
	    color: rgb(96, 111, 185);
	    font-size: 17px;
    }
    div.middlePage div.sousMiddle p{
	    font-size: 11px;
    }
    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: 11px;
	    position: absolute;
    }
    div.middlePage div.sousMiddle ul.ulUlOne li.liUn p{
	    margin-left: 15px;
		width: 100%;
    }
    div.middlePage div.sousMiddle ul.ulUlOne li.liDeux::before{
	    content: "2-";
	    font-weight: bold;
	    font-size: 11px;
	    position: absolute;
    }
    div.middlePage div.sousMiddle ul.ulUlOne li.liDeux p{
	    margin-left: 0px;
	    width: 100%;
    }
    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: 11px;
	    position: absolute;
    }
    div.middlePage div.sousMiddle ul.ulUlOne li.liTrois p{
	    margin-left: 15px;
		width: 100%;
    }
    div.middlePage div.sousMiddle ul.ulUlOne li.liQuatre::before{
	    content: "4-";
	    font-weight: bold;
	    font-size: 11px;
	    position: absolute;
    }
    div.middlePage div.sousMiddle ul.ulUlOne li.liQuatre p{
	    margin-left: 0px;
	    width: 100%;
    }
    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: 17px;
    }
    div.middlePage div.sousMiddle ul.ulUlTwo{}
    div.middlePage div.sousMiddle ul.ulUlTwo{}
    div.middlePage div.sousMiddle ul.ulUlTwo li{
	    font-size: 25px;
    }
    div.middlePage div.sousMiddle ul.ulUlTwo li.liOne p{
	    width: 90%;
	    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;
		width: 88%;
    }
    div.middlePage div.sousMiddle ul.ulUlTwo li.liFour{}
    div.middlePage div.sousMiddle ul.ulUlTwo li.liFour p{
	    width: 90%;
	    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: 42px;
    }
    div.middlePage div.sousMiddle ul.ulUlTwo li.liFive p{
	    width: 90%;
	    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: 90%;
	    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: 90%;
	    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: 90%;
	    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: 100%;
    }
    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-size: 100% 100%;
	    background-position: 0px 0px;
	    width: 95%;
	    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: 89;
	    margin-top: 5px;
	    padding-bottom: 70px;
	    position: relative;
		padding: 0px 30px 70px 10px;
    } */
    div.middlePage div.milieuxP{
	    padding-left: 10px;
	    padding-right: 10px;
    }
    div.middlePage div.milieuxP h1{
	    color: rgb(96, 111, 185);
	    font-size: 20px;
    }
    div.middlePage div.milieuxP h2{
	    color: rgb(96, 111, 185);
	    font-size: 17px;
    }
    div.middlePage div.milieuxP p{
	    font-size: 11px;
    }
    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: 11px;
	    position: absolute;
    }
    div.middlePage div.milieuxP ul.levelOne li.liX1 p{
	    margin-left: 15px;
		width: 100%;
    }
    div.middlePage div.milieuxP ul.levelOne li.liX2::before{
	    content: "2-";
	    font-weight: bold;
	    font-size: 11px;
	    position: absolute;
    }
    div.middlePage div.milieuxP ul.levelOne li.liX2 p{
	    margin-left: 0px;
        width: 100%;
    }
    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: 11px;
	    position: absolute;
    }
    div.middlePage div.milieuxP ul.levelOne li.liX3 p{
	    margin-left: 15px;
		width: 100%;
    }
    div.middlePage div.milieuxP ul.levelOne li.liX4::before{
	    content: "4-";
	    font-weight: bold;
	    font-size: 11px;
	    position: absolute;
    }
    div.middlePage div.milieuxP ul.levelOne li.liX4 p{
	    margin-left: 0px;
	    width: 100%;
    }
    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: 17px;
    }
    div.middlePage div.milieuxP ul.levelTwo{}
    div.middlePage div.milieuxP ul.levelTwo{}
    div.middlePage div.milieuxP ul.levelTwo li{
	    font-size: 25px;
    }
    div.middlePage div.milieuxP ul.levelTwo li.liC1 p{
	    width: 90%;
	    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;
		width: 90%;
    }
    div.middlePage div.milieuxP ul.levelTwo li.liC3{}
    div.middlePage div.milieuxP ul.levelTwo li.liC3 p{
	    width: 90%;
	    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: 42px;
    }
    div.middlePage div.milieuxP ul.levelTwo li.liC4 p{
	    width: 90%;
	    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: 20px;
    }
    div.middlePage div.milieuxP ul.levelTwo li.liC5 p{
	    width: 90%;
	    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: 90%;
	    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: 90%;
	    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: 100%;
    }
    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: 20px;
    }
    div.middlePage div.sousP h2{
	    color: rgb(96, 111, 185);
	    font-size: 17px;
    }
    div.middlePage div.sousP p{
	    font-size: 11px;
    }
    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: 11px;
	    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: 11px;
	    position: absolute;
    }
    div.middlePage div.sousP ul.oneOne li.liA2 p{
	    margin-left: 0px;
	    width: 90%;
    }
    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: 11px;
	    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: 11px;
	    position: absolute;
    }
    div.middlePage div.sousP ul.oneOne li.liA4 p{
	    margin-left: 0px;
	    width: 90%;
    }
    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: 17px;
    }
    div.middlePage div.sousP ul.twoTwo{}
    div.middlePage div.sousP ul.twoTwo{}
    div.middlePage div.sousP ul.twoTwo li{
	    font-size: 25px;
    }
    div.middlePage div.sousP ul.twoTwo li.liB1 p{
	    width: 90%;
	    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: 90%;
	    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: 42px;
    }
    div.middlePage div.sousP ul.twoTwo li.liB4 p{
	    width: 90%;
	    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: 27px;
    }
    div.middlePage div.sousP ul.twoTwo li.liB5 p{
	    width: 90%;
	    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: 90%;
	    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: 90%;
	    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: 100%;
    }
    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*/
	
	
	/* LOGO HEAD INDEX PAGE START */
	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: 90%;
	    height: auto;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    flex-wrap: nowrap;
	    margin: auto;
    }
    div.flexLogos a.imgFone{
	    -webkit-transform: translate(-5px, 0px);
        -o-transform: translate(-5px, 0px);
        -moz-transform: translate(-5px, 0px);
        -ms-transform: translate(-5px, 0px);
        transform: translate(-5px, 0px);
		flex: 1;
    }
    div.flexLogos a.imgFone img#logo1{
	    width: 30px;
	    height: auto;
    }
    div.flexLogos a.imgFtwo{
	    -webkit-transform: translate(-50px, 5px);
        -o-transform: translate(-50px, 5px);
        -moz-transform: translate(-50px, 5px);
        -ms-transform: translate(-50px, 5px);
        transform: translate(-50px, 5px);
    }
    div.flexLogos a.imgFtwo img#logo2{
	    width: 100px;
	    height: auto;	
    }
	/* LOGO HEAD INDEX PAGE START */
	
	/*NAV - NAV - NAV - NAV - NAV - NAV - NAV - NAV - NAV*/
    div.bgcColor div.nav{
	    width: 95%;
	    /*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: 6px;
	    padding: 14px 10px 6px 10px;
	    position: relative;
    }
	ul.navUl li a.pose{
		padding-left: 35px;
	}
	ul.navUl li a.pose img{
		position: absolute;
		top: 13px;
		left: 5px;
	}
    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: 40px;
	    height: auto;
	    -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%;
		height: auto;
	    display: block;
    }
    div.wrapper ul#slider{
		width: 100%;
		height: auto;
	    margin: 0px;
	    margin-top: 50px;
	    padding: 0px;
	    position: relative;
		display: flex;
	    flex-direction: column;
	    align-items: center;
    }
    ul#slider div.shadow{
	    width: 350px;
	    height: 30px;
	    background-image: url("../images/shadow.png");
	    background-attachment: no-attachment;
	    background-size: 100% 100%;
	    background-position: ;
	    background-repeat: no-repeat;
	    position: absolute;
	    top: ;   /* 308px */
	    left: ;   /* 210px */
	    -webkit-transform: translate(-15px, 125px);
        -o-transform: translate(-15px, 125px);
        -moz-transform: translate(-15px, 125px);
        -ms-transform: translate(-15px, 125px);
        transform: translate(-15px, 125px);
	    z-index: 2000;
		display: block;
    }
    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: 400px;    /* width: 65%; 890px */
	    height: 121px;    /* 314px */
	    z-index: 500;
		position: relative;
    }
    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{
		width: 250px;
	    height: auto;
	}
    ul#slider div.borderss li a img#ffb{
	    width: 200px;
	    height: auto;
    }
    ul#slider div.borderss li a img#ffc{
		width: 250px;
	    height: auto;
	}
    ul#slider div.borderss li a img#ffd{
		width: 250px;
	    height: auto;
	}
    ul#slider div.borderss li a img#ffe{
		width: 250px;
	    height: auto;
	}
    ul#slider div.borderss li a img#fff{
	    width: 240px;
	    height: auto;
    }
    ul#slider div.borderss li a img#ffg{
		width: 250px;
	    height: auto;
	}
    ul#slider div.borderss li div.item.resize{}
	
    ul#slider div.borderss li div.item{
	    width: 83px;
	    height: 106px;
	    padding: 10px 11px 20px 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: 0.8s;
	    -moz-animation-duration: 0.8s;
	    -o-animation-duration: 0.8s;
	    -ms-animation-duration: 0.8s;
	    animation-duration: 0.8s;
	
	    -webkit-animation-delay: 0.6s;
	    -moz-animation-delay: 0.6s;
	    -o-animation-delay: 0.6s;
	    -ms-animation-delay: 0.6s;
	    animation-delay: 0.6s;
	
	    -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: 8.5px;
	    font-weight: normal;
	    font-family: inherit;
	    color: RGBa(255, 255, 155, 1);
    }
    ul#slider div.podium{
	    width: 445px; /* 958px */
	    height: 80px;  /* 165px */
	    background-image: url("img/troisd.png");
	    background-repeat: no-repeat;
	    background-size: 100% 100%;   /* 940px , 153px */
		display: block;
		position: absolute;
	    left: ; /* 205px */
	    top: ; /* 270px */
	    -webkit-transform: translate(2px, 105px);
        -o-transform: translate(2px, 105px);
        -moz-transform: translate(2px, 105px);
        -ms-transform: translate(2px, 105px);
        transform: translate(2px, 105px);
	    z-index: 20;
    }
    ul#slider div.dots{
        display: flex;
	    perspective: 3000;
	    z-index: 2000;
	    position: absolute;
	    top: ; /* 403px */
	    left: ; /* 545px */
	    -webkit-transform: translate(-5px, 150px);
        -o-transform: translate(-5px, 150px);
        -moz-transform: translate(-5px, 150px);
        -ms-transform: translate(-5px, 150px);
        transform: translate(-5px, 150px);
    }
    div.dots div{
	    width: 6px;
	    height: 6px;
	    border-radius: 50%;
	    background-color: RGBa(229, 229, 229, 1);
	    transform: rotateX(35deg);
	    cursor: pointer;
		display: block;
    }
    div.dots div.active{
	    background-color: RGBa(155, 155, 155, 1);
    }
    div.dots div:not(:last-child){
	    margin-right: 10px;
    }
    ul#slider div.arrows{
	    display: flex;
	    position: relative;
    }
    div.arrows div.prev{
	    width: 17px;
	    height: 17px;
	    background-image: url("img/arrow-left.png");
	    background-repeat: no-repeat;
	    background-size: 100% 100%;
	    position: absolute;
	    top: ;  /* 26.5px */
	    left: ;  /* 250px */
	    cursor: pointer;
	    border-radius: 50%;
	    z-index: 2000;
	    -webkit-transform: translate(-180px, 17.5px);
        -o-transform: translate(-180px, 17.5px);
        -moz-transform: translate(-180px, 17.5px);
        -ms-transform: translate(-180px, 17.5px);
        transform: translate(-180px, 17.5px);
    }
    div.arrows div.next{
	    width: 17px;
	    height: 17px;
	    background-image: url("img/arrow-right.png");
	    background-repeat: no-repeat;
	    background-size: 100% 100%;
	    position: absolute;
	    top: ;  /* 27px */
	    right: ;  /* 250px */
	    cursor: pointer;
	    border-radius: 50%;
	    z-index: 2000;
	    -webkit-transform: translate(170px, 17.5px);
        -o-transform: translate(170px, 17.5px);
        -moz-transform: translate(170px, 17.5px);
        -ms-transform: translate(170px, 17.5px);
        transform: translate(170px, 17.5px);
    }
    
    /*INDEX END- INDEX END - INDEX END - INDEX END - INDEX END - INDEX END*/
	
	
	/* ATTESTATION EN LIGNE - ATTESTATION EN LIGNE - ATTESTATION EN LIGNE - ATTESTATION EN LIGNE */
    div.middlePagees{
	    background-color: white;
	    width: 88%; /* 90% */
	    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: 9px;
	    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: 9px;
	    color: RGB(130, 130, 130);
	    margin-right: 10px;
    }
    div.whiteMiddle div.forMe a.aLinkTwo{
	    font-size: 9px;
	    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: 10px;
	    font-weight: 600;
	    color: #003D90;
	    opacity: 0.7;
    }
    div.whiteMiddle div.zylTwo{
	    margin-top: 6px;
	    font-size: 9px;
	    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: 9.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(-40px, 0px);
        -o-transform: translate(-40px, 0px);
        -moz-transform: translate(-40px, 0px);
        -ms-transform: translate(-40px, 0px);
        transform: translate(-40px, 0px);
    }
    div.ccFlex div.childOne div{
	    font-size: 10px;
	    font-weight: 600;
	    color: RGBa(143, 143, 143);
    }
    div.ccFlex div.childOne div + p{
	    margin-top: 53px;
	    margin-left: 12px;
    }
    div.ccFlex div.childOne div + p img{
	    width: 80px;
	    height: auto;
    }
    div.ccFlex div.childOne p + a{
	    text-decoration: none;
	    font-size: 6px;
	    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(-7px, 0px);
        -o-transform: translate(-7px, 0px);
        -moz-transform: translate(-7px, 0px);
        -ms-transform: translate(-7px, 0px);
        transform: translate(-7px, 0px);
    }
    div.ccFlex div.childTwo div{
	    font-size: 10px;
	    font-weight: 600;
	    color: RGBa(143, 143, 143);
    }
    div.ccFlex div.childTwo div + p{
	    margin-top: 28px;
	    margin-left: 0px;
    }
    div.ccFlex div.childTwo div + p img{
	    width: 117px;
	    height: auto;
    }
    div.ccFlex div.childTwo p + a{
	    text-decoration: none;
	    font-size: 6px;
	    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(30px, 0px);
        -o-transform: translate(30px, 0px);
        -moz-transform: translate(30px, 0px);
        -ms-transform: translate(30px, 0px);
        transform: translate(30px, 0px);
    }
    div.ccFlex div.childThree div{
	    font-size: 10px;
	    font-weight: 600;
	    color: RGBa(143, 143, 143);
    }
    div.ccFlex div.childThree div + p{
	    margin-top: 50px;
	    margin-left: 0px;
    }
    div.ccFlex div.childThree div + p img{
	    width: 100px;
	    height: auto;
    }
    div.ccFlex div.childThree p + a{
	    text-decoration: none;
	    font-size: 6px;
	    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: 90%;  /* 92.5% */
	    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: 90%;
		padding: 0px 20px;
	    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 10px;
		width: 92%;
	    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(0px);
        -o-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
	    transform: translateX(0px);
    }
    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: 97%;
	    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: 0px;
	    left: 0px;
		-webkit-transform: translate(-13px, 12px);
        -o-transform: translate(-13px, 12px);
        -moz-transform: translate(-13px, 12px);
        -ms-transform: translate(-13px, 12px);
        transform: translate(-13px, 12px);
    }
    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: -18px;
	    right: 15px;
	    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: 97%;
	    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: 0px;
	    left: 0px;
		-webkit-transform: translate(-13px, 12px);
        -o-transform: translate(-13px, 12px);
        -moz-transform: translate(-13px, 12px);
        -ms-transform: translate(-13px, 12px);
        transform: translate(-13px, 12px);
    }
    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: -18px;
	    right: 15px;
	    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: 97%;
	    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: 0px;
	    left: 0px;
		-webkit-transform: translate(-13px, 12px);
        -o-transform: translate(-13px, 12px);
        -moz-transform: translate(-13px, 12px);
        -ms-transform: translate(-13px, 12px);
        transform: translate(-13px, 12px);
    }
    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: -18px;
	    right: 15px;
	    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: 97%;
	    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: 0px;
	    left: 0px;
		-webkit-transform: translate(-13px, 12px);
        -o-transform: translate(-13px, 12px);
        -moz-transform: translate(-13px, 12px);
        -ms-transform: translate(-13px, 12px);
        transform: translate(-13px, 12px);
    }
    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: -18px;
	    right: 15px;
	    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: 21%;
	    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: 0px;
	    left: 0px;
		-webkit-transform: translate(-13px, 12px);
        -o-transform: translate(-13px, 12px);
        -moz-transform: translate(-13px, 12px);
        -ms-transform: translate(-13px, 12px);
        transform: translate(-13px, 12px);
    }
    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: relative;
	    top: 0;
	    left: 0;
		-webkit-transform: translate(9px, 15px);
        -o-transform: translate(9px, 15px);
        -moz-transform: translate(9px, 15px);
        -ms-transform: translate(9px, 15px);
        transform: translate(9px, 15px);
	    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: 35px;
	    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: 0px;
		top: 45px;
		left: 68%;
		width: 140px;
	    font-size: 12px;
	    font-weight: 550;
	    color: red;
    }
    div.centerOne div.putFive select.newLista{
	    width: 45px;
	    height: 32px;
	    margin-left: 8px;
	    margin-top: 4px;
		font-size: 10px;
    }
    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: 100%;
	    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: 2.5px;
	    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: 10px;
	    font-weight: 550;
	    color: green;
    }
    div.global div.nylB{
	    margin-top: 35px;
	    font-size: 9px;
	    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: 10px;
	    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: 10px;
	    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: 10px;
	    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: 10px;
	    font-weight: 550;
	    color: RGB(15, 103, 151);
    }
    div#downloadFile{
	    width: 83%;
	    height: auto;
	    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{
		width: 100%;
		height: auto;
	}
    div#screenShot div.aI{
	    position: absolute;
	    bottom: 17.5%;
	    left: 33%;
	    font-size: 10px;
	    color: RGB(60, 60, 60);
	    font-family: "inherit", sans-serif; 
    }
    div#screenShot div.aE{
	    position: absolute;
	    bottom: 17.5%;
	    left: 45.8%;
	    font-size: 10px;
	    color: RGB(60, 60, 60);
	    font-family: "inherit", sans-serif; 
    }
    div#screenShot div.bI{
	    position: absolute;
	    bottom: 17.5%;
	    left: 59%;
	    font-size: 10px;
	    color: RGB(60, 60, 60);
	    font-family: "inherit", sans-serif; 
    }
    div#screenShot div.bE{
	    position: absolute;
	    bottom: 17.5%;
	    left: 63%;
	    font-size: 10px;
	    color: RGB(60, 60, 60);
	    font-family: "inherit", sans-serif;  
    }
    div#screenShot div.infoATT{
	    position: absolute;
	    top: 42px;
	    left: 40px;
	    font-size: 11px;
	    font-family: serif;
	    font-weight: 550;
	    line-height: 17px;
	    color: RGB(54, 54, 54);
	    word-spacing: 5px;
	    width: 89%;
		height: auto;
    }
    /* 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: 11px;
	    color: RGB(0, 94, 0);
	    -webkit-transform: translateX(-30px);
        -o-transform: translateX(-30px);
        -moz-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
        transform: translateX(-30px);
	    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:  90%;   /*92.5%; */
	    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: 90%;
		padding: 0px 20px;
	    padding-bottom: 200px;
    }
    div.centerOne div.putFive span.numero{
	    position: absolute;
	    top: 10px;
	    left: 10px;
	    font-size: 14px;
		width: 100px;   /* 155px */
	    color: RGB(92, 92, 92);
	    pointer-events: none;
	    transition: all 0.3s;
    }
	div.centerOne div.putFive input.putaE{
	    width: 21%;
	    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: 33px 10px 7px 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.dispose{  /* .numIndis */
	    display: block;
	    position: absolute;
	    margin-top: 60px;
	    left: 0px;
	    font-size: 12px;
	    font-weight: 550;
	    color: red;
    }
	div.centerOne div.putFive input.putaF{
	    width: 35px;
	    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 select.sized{
	    width: 45px;
	    height: 50px;
	    margin-left: 8px;
	    margin-top: 4px;
		font-size: 10px;
    }
    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: 0px;
		top: 60px;
		left: 68%;
		width: 140px;
	    font-size: 12px;
	    font-weight: 550;
	    color: red;
    }
	div.centerOne div.putFive span.putCheckBox{
	    margin-left: 40px;
	    font-size: 12px;
	    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: 12px;
	    font-weight: 550;
	    margin-top: 9px;
    }
    /* 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: 90%; /* 92.5% */
	    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: 90%;
		padding: 0px 20px;
	    padding-bottom: 200px;
    }
    div.centerOne div.putFive span.numeroWU{
	    position: absolute;
	    top: 10px;
	    left: 10px;
	    font-size: 14px;
		width: 100px;   /* 155px */
	    color: RGB(92, 92, 92);
	    pointer-events: none;
	    transition: all 0.3s;
    }
    div.centerOne div.putFive input.putbE{
	    width: 20%;
	    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.querywu{  /* numIndices */
	    display: block;
	    position: absolute;
	    margin-top: 60px;
	    left: 0px;
	    font-size: 12px;
	    font-weight: 550;
	    color: red;
    }
    div.centerOne div.putFive input.putbF{
	    width: 40px;
	    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 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 select.novoLista{
	    width: 45px;
	    height: 50px;
	    margin-left: 8px;
	    margin-top: 4px;
		font-size: 10px;
    }
    div.centerOne div.putFive input.putbF + span.mmtt{
	    display: block;
	    position: absolute;
	    margin-top: 0px;
		top: 60px;
		left: 68%;
		width: 140px;
	    font-size: 12px;
	    font-weight: 550;
	    color: red;
    }
	
    /* FORMULAIRE WESTERN UNION END - FORMULAIRE WESTERN UNION END - FORMULAIRE WESTERN UNION END - FORMULAIRE WESTERN UNION END */
	
	
	/* 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("img/machine.png");
	    background-repeat: no-repeat;
		background-size: 11px 12px;
	    position: absolute;
	    left: -27px;
	    top: 6px;
    }
    ul.footerUl li a{
	    text-decoration: none;
	    font-size: 6px;
	    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 - */







@media screen and (max-width: 450px){
	/*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: 2px;
	    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*/
	
	
	/*INFO RIA - INFO RIA - INFO RIA - INFO RIA - INFO RIA - INFO RIA - INFO RIA - INFO RIA*/
    div.middlePage{
	    background-color: white;
	    width: 86%;
	    margin-top: 5px;
	    padding: 0px 30px 70px 10px;
    }
    div.middlePage div.sousMiddle{
	    padding-left: 10px;
	    padding-right: 10px;
    }
    div.middlePage div.sousMiddle h1{
	    color: rgb(96, 111, 185);
	    font-size: 20px;
    }
    div.middlePage div.sousMiddle h2{
	    color: rgb(96, 111, 185);
	    font-size: 17px;
    }
    div.middlePage div.sousMiddle p{
	    font-size: 11px;
    }
    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: 11px;
	    position: absolute;
    }
    div.middlePage div.sousMiddle ul.ulUlOne li.liUn p{
	    margin-left: 15px;
		width: 100%;
    }
    div.middlePage div.sousMiddle ul.ulUlOne li.liDeux::before{
	    content: "2-";
	    font-weight: bold;
	    font-size: 11px;
	    position: absolute;
    }
    div.middlePage div.sousMiddle ul.ulUlOne li.liDeux p{
	    margin-left: 0px;
	    width: 100%;
    }
    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: 11px;
	    position: absolute;
    }
    div.middlePage div.sousMiddle ul.ulUlOne li.liTrois p{
	    margin-left: 15px;
		width: 100%;
    }
    div.middlePage div.sousMiddle ul.ulUlOne li.liQuatre::before{
	    content: "4-";
	    font-weight: bold;
	    font-size: 11px;
	    position: absolute;
    }
    div.middlePage div.sousMiddle ul.ulUlOne li.liQuatre p{
	    margin-left: 0px;
	    width: 100%;
    }
    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: 17px;
    }
    div.middlePage div.sousMiddle ul.ulUlTwo{}
    div.middlePage div.sousMiddle ul.ulUlTwo{}
    div.middlePage div.sousMiddle ul.ulUlTwo li{
	    font-size: 25px;
    }
    div.middlePage div.sousMiddle ul.ulUlTwo li.liOne p{
	    width: 80%;
	    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: 30px;
    }
    div.middlePage div.sousMiddle ul.ulUlTwo li.liTwo p{
	    position: absolute;
	    margin-left: -12px;
		width: 80%;
    }
    div.middlePage div.sousMiddle ul.ulUlTwo li.liFour{
		margin-top: 15px;
	}
    div.middlePage div.sousMiddle ul.ulUlTwo li.liFour p{
	    width: 80%;
	    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: 80px;
    }
    div.middlePage div.sousMiddle ul.ulUlTwo li.liFive p{
	    width: 80%;
	    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: 45px;
    }
    div.middlePage div.sousMiddle ul.ulUlTwo li.liSix p{
	    width: 80%;
	    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: 68px;
    }
    div.middlePage div.sousMiddle ul.ulUlTwo li.liSeven p{
	    width: 80%;
	    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: 30px;
    }
    div.middlePage div.sousMiddle ul.ulUlTwo li.liEight p{
	    width: 80%;
	    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: 100%;
    }
    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-size: 100% 100%;
	    background-position: 0px 0px;
	    width: 95%;
	    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: 89;
	    margin-top: 5px;
	    padding-bottom: 70px;
	    position: relative;
		padding: 0px 30px 70px 10px;
    } */
    div.middlePage div.milieuxP{
	    padding-left: 10px;
	    padding-right: 10px;
    }
    div.middlePage div.milieuxP h1{
	    color: rgb(96, 111, 185);
	    font-size: 20px;
    }
    div.middlePage div.milieuxP h2{
	    color: rgb(96, 111, 185);
	    font-size: 17px;
    }
    div.middlePage div.milieuxP p{
	    font-size: 11px;
    }
    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: 11px;
	    position: absolute;
    }
    div.middlePage div.milieuxP ul.levelOne li.liX1 p{
	    margin-left: 15px;
		width: 100%;
    }
    div.middlePage div.milieuxP ul.levelOne li.liX2::before{
	    content: "2-";
	    font-weight: bold;
	    font-size: 11px;
	    position: absolute;
    }
    div.middlePage div.milieuxP ul.levelOne li.liX2 p{
	    margin-left: 0px;
        width: 100%;
    }
    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: 11px;
	    position: absolute;
    }
    div.middlePage div.milieuxP ul.levelOne li.liX3 p{
	    margin-left: 15px;
		width: 100%;
    }
    div.middlePage div.milieuxP ul.levelOne li.liX4::before{
	    content: "4-";
	    font-weight: bold;
	    font-size: 11px;
	    position: absolute;
    }
    div.middlePage div.milieuxP ul.levelOne li.liX4 p{
	    margin-left: 0px;
	    width: 100%;
    }
    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: 17px;
    }
    div.middlePage div.milieuxP ul.levelTwo{}
    div.middlePage div.milieuxP ul.levelTwo{}
    div.middlePage div.milieuxP ul.levelTwo li{
	    font-size: 25px;
    }
    div.middlePage div.milieuxP ul.levelTwo li.liC1 p{
	    width: 80%;
	    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: 30px;
    }
    div.middlePage div.milieuxP ul.levelTwo li.liC2 p{
	    position: absolute;
	    margin-left: -12px;
		width: 80%;
    }
    div.middlePage div.milieuxP ul.levelTwo li.liC3{
		margin-top: 15px;
	}
    div.middlePage div.milieuxP ul.levelTwo li.liC3 p{
	    width: 80%;
	    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: 80px;
    }
    div.middlePage div.milieuxP ul.levelTwo li.liC4 p{
	    width: 80%;
	    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: 45px;
    }
    div.middlePage div.milieuxP ul.levelTwo li.liC5 p{
	    width: 90%;
	    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: 68px;
    }
    div.middlePage div.milieuxP ul.levelTwo li.liC6 p{
	    width: 80%;
	    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: 30px;
    }
    div.middlePage div.milieuxP ul.levelTwo li.liC7 p{
	    width: 80%;
	    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: 70px;
	    width: 100%;
    }
    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: 20px;
    }
    div.middlePage div.sousP h2{
	    color: rgb(96, 111, 185);
	    font-size: 17px;
    }
    div.middlePage div.sousP p{
	    font-size: 11px;
    }
    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: 11px;
	    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: 11px;
	    position: absolute;
    }
    div.middlePage div.sousP ul.oneOne li.liA2 p{
	    margin-left: 0px;
	    width: 90%;
    }
    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: 11px;
	    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: 11px;
	    position: absolute;
    }
    div.middlePage div.sousP ul.oneOne li.liA4 p{
	    margin-left: 0px;
	    width: 90%;
    }
    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: 17px;
    }
    div.middlePage div.sousP ul.twoTwo{}
    div.middlePage div.sousP ul.twoTwo{}
    div.middlePage div.sousP ul.twoTwo li{
	    font-size: 25px;
    }
    div.middlePage div.sousP ul.twoTwo li.liB1 p{
	    width: 80%;
	    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: 30px;
    }
    div.middlePage div.sousP ul.twoTwo li.liB2 p{
	    position: absolute;
	    margin-left: -12px;
		width: 80%;
    }
    div.middlePage div.sousP ul.twoTwo li.liB3{
		margin-top: 15px;
	}
    div.middlePage div.sousP ul.twoTwo li.liB3 p{
	    width: 80%;
	    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: 80px;
    }
    div.middlePage div.sousP ul.twoTwo li.liB4 p{
	    width: 80%;
	    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: 45px;
    }
    div.middlePage div.sousP ul.twoTwo li.liB5 p{
	    width: 80%;
	    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: 79px;
    }
    div.middlePage div.sousP ul.twoTwo li.liB6 p{
	    width: 80%;
	    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: 30px;
    }
    div.middlePage div.sousP ul.twoTwo li.liB7 p{
	    width: 80%;
	    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: 75px;
	    width: 100%;
    }
    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: 92.5%;
	    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;
		position: relative;
    }
    div.newMiddle div.flexOne{
	    /*border: 2px solid #003D90;
	    border-radius: 5px;
	    padding: 15px 10px;
		height: auto;
	    text-align: center; 
		position: absolute;
		left: 0px;
		top: 0px;
                      */
		-webkit-transform: translate(40%, 40%);
        -o-transform: translate(40%, 40%);
        -moz-transform: translate(40%, 40%);
        -ms-transform: translate(40%, 40%);
        transform: translate(40%, 40%);
		width: 45%;
    }
    div.newMiddle div.flexOne div.msgOne{
	    color: #003D90;
	    font-size: 12px;
	    opacity: 0.7;
	    font-weight: normal;
	    padding-bottom: 10px;
    }
    div.newMiddle div.flexOne div.msgTwo{
	    color: #003D90;
	    font-size: 12px;
	    opacity: 0.7;
	    font-weight: normal;
    }
    /* TARIF POSTAL END - TARIF POSTAL END - TARIF POSTAL END - INFO TARIF POSTAL END */
	
	
	/* LOGO HEAD INDEX PAGE START */
	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: 90%;
	    height: auto;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    flex-wrap: nowrap;
	    margin: auto;
    }
    div.flexLogos a.imgFone{
	    -webkit-transform: translate(-5px, 0px);
        -o-transform: translate(-5px, 0px);
        -moz-transform: translate(-5px, 0px);
        -ms-transform: translate(-5px, 0px);
        transform: translate(-5px, 0px);
		flex: 1;
    }
    div.flexLogos a.imgFone img#logo1{
	    width: 30px;
	    height: auto;
    }
    div.flexLogos a.imgFtwo{
	    -webkit-transform: translate(-20px, 5px);
        -o-transform: translate(-20px, 5px);
        -moz-transform: translate(-20px, 5px);
        -ms-transform: translate(-20px, 5px);
        transform: translate(-20px, 5px);
    }
    div.flexLogos a.imgFtwo img#logo2{
	    width: 100px;
	    height: auto;	
    }
	/* LOGO HEAD INDEX PAGE START */
	
	/*NAV - NAV - NAV - NAV - NAV - NAV - NAV - NAV - NAV*/
    div.bgcColor div.nav{
	    width: 95%;
	    /*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: 4px;
	    padding: 14px 5px 10px 5px;
	    position: relative;
    }
	ul.navUl li a.pose{
		padding-left: 35px;
	}
	ul.navUl li a.pose img{
		position: absolute;
		top: 13px;
		left: 5px;
		width: 23px;
		height: auto;
	}
    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: 30px;
	    height: auto;
	    -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%;
		height: auto;
	    display: block;
    }
    div.wrapper ul#slider{
		width: 100%;
		height: auto;
	    margin: 0px;
	    margin-top: 50px;
	    padding: 0px;
	    position: relative;
		display: flex;
	    flex-direction: column;
	    align-items: center;
    }
    ul#slider div.shadow{
	    width: 200px;
	    height: 20px;
	    background-image: url("../images/shadow.png");
	    background-attachment: no-attachment;
	    background-size: 100% 100%;
	    background-position: ;
	    background-repeat: no-repeat;
	    position: absolute;
	    top: ;   /* 308px */
	    left: ;   /* 210px */
	    -webkit-transform: translate(-6px, 83px);
        -o-transform: translate(-6px, 83px);
        -moz-transform: translate(-6px, 83px);
        -ms-transform: translate(-6px, 83px);
        transform: translate(-6px, 83px);
	    z-index: 2000;
		display: block;
    }
    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: 250px;    /* width: 65%; 890px */
	    height: 75px;    /* 314px */
	    z-index: 500;
		position: relative;
    }
    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{
		width: 150px;
	    height: auto;
	}
    ul#slider div.borderss li a img#ffb{
	    width: 119px;
	    height: auto;
    }
    ul#slider div.borderss li a img#ffc{
		width: 150px;
	    height: auto;
	}
    ul#slider div.borderss li a img#ffd{
		width: 150px;
	    height: auto;
	}
    ul#slider div.borderss li a img#ffe{
		width: 150px;
	    height: auto;
	}
    ul#slider div.borderss li a img#fff{
	    width: 145px;
	    height: auto;
    }
    ul#slider div.borderss li a img#ffg{
		width: 150px;
	    height: auto;
	}
    ul#slider div.borderss li div.item.resize{}
	
    ul#slider div.borderss li div.item{
	    width: 60px;
	    height: 60px;
	    padding: 10px 11px 20px 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: 0.8s;
	    -moz-animation-duration: 0.8s;
	    -o-animation-duration: 0.8s;
	    -ms-animation-duration: 0.8s;
	    animation-duration: 0.8s;
	
	    -webkit-animation-delay: 0.6s;
	    -moz-animation-delay: 0.6s;
	    -o-animation-delay: 0.6s;
	    -ms-animation-delay: 0.6s;
	    animation-delay: 0.6s;
	
	    -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: 6px;
	    font-weight: normal;
	    font-family: inherit;
	    color: RGBa(255, 255, 155, 1);
    }
    ul#slider div.podium{
	    width: 282px; /* 958px */
	    height: 60px;  /* 165px */
	    background-image: url("img/troisd.png");
	    background-repeat: no-repeat;
	    background-size: 100% 100%;   /* 940px , 153px */
		display: block;
		position: absolute;
	    left: ; /* 205px */
	    top: ; /* 270px */
	    -webkit-transform: translate(2px, 67px);
        -o-transform: translate(2px, 67px);
        -moz-transform: translate(2px, 67px);
        -ms-transform: translate(2px, 67px);
        transform: translate(2px, 67px);
	    z-index: 20;
    }
    ul#slider div.dots{
        display: flex;
	    perspective: 3000;
	    z-index: 2000;
	    position: absolute;
	    top: ; /* 403px */
	    left: ; /* 545px */
	    -webkit-transform: translate(-5px, 100px);
        -o-transform: translate(-5px, 100px);
        -moz-transform: translate(-5px, 100px);
        -ms-transform: translate(-5px, 100px);
        transform: translate(-5px, 100px);
    }
    div.dots div{
	    width: 6px;
	    height: 6px;
	    border-radius: 50%;
	    background-color: RGBa(229, 229, 229, 1);
	    transform: rotateX(35deg);
	    cursor: pointer;
		display: block;
    }
    div.dots div.active{
	    background-color: RGBa(155, 155, 155, 1);
    }
    div.dots div:not(:last-child){
	    margin-right: 6px;
    }
    ul#slider div.arrows{
	    display: flex;
	    position: relative;
    }
    div.arrows div.prev{
	    width: 13px;
	    height: 13px;
	    background-image: url("img/arrow-left.png");
	    background-repeat: no-repeat;
	    background-size: 100% 100%;
	    position: absolute;
	    top: ;  /* 26.5px */
	    left: ;  /* 250px */
	    cursor: pointer;
	    border-radius: 50%;
	    z-index: 2000;
	    -webkit-transform: translate(-125px, 12px);
        -o-transform: translate(-125px, 12px);
        -moz-transform: translate(-125px, 12px);
        -ms-transform: translate(-125px, 12px);
        transform: translate(-125px, 12px);
    }
    div.arrows div.next{
	    width: 13px;
	    height: 13px;
	    background-image: url("img/arrow-right.png");
	    background-repeat: no-repeat;
	    background-size: 100% 100%;
	    position: absolute;
	    top: ;  /* 27px */
	    right: ;  /* 250px */
	    cursor: pointer;
	    border-radius: 50%;
	    z-index: 2000;
	    -webkit-transform: translate(115px, 12px);
        -o-transform: translate(115px, 12px);
        -moz-transform: translate(115px, 12px);
        -ms-transform: translate(115px, 12px);
        transform: translate(115px, 12px);
    }
    
    /*INDEX END- INDEX END - INDEX END - INDEX END - INDEX END - INDEX END*/
	
	
	/* ATTESTATION EN LIGNE - ATTESTATION EN LIGNE - ATTESTATION EN LIGNE - ATTESTATION EN LIGNE */
    div.middlePagees{
	    background-color: white;
	    width: 88%; /* 90% */
	    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: 9px;
	    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: 9px;
	    color: RGB(130, 130, 130);
	    margin-right: 10px;
    }
    div.whiteMiddle div.forMe a.aLinkTwo{
	    font-size: 9px;
	    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: 10px;
	    font-weight: 600;
	    color: #003D90;
	    opacity: 0.7;
    }
    div.whiteMiddle div.zylTwo{
	    margin-top: 6px;
	    font-size: 9px;
	    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: 9.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(-20px, 0px);
        -o-transform: translate(-20px, 0px);
        -moz-transform: translate(-20px, 0px);
        -ms-transform: translate(-20px, 0px);
        transform: translate(-20px, 0px);
    }
    div.ccFlex div.childOne div{
	    font-size: 6px;
	    font-weight: 600;
	    color: RGBa(143, 143, 143);
    }
    div.ccFlex div.childOne div + p{
	    margin-top: 29px;
	    margin-left: 12px;
    }
    div.ccFlex div.childOne div + p img{
	    width: 40px;
	    height: auto;
    }
    div.ccFlex div.childOne p + a{
	    text-decoration: none;
	    font-size: 3px;
	    border: 1px solid RGB(143, 143, 143);
	    color: black;
	    padding: 5px 5px;
	    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(-1px, 0px);
        -o-transform: translate(-1px, 0px);
        -moz-transform: translate(-1px, 0px);
        -ms-transform: translate(-1px, 0px);
        transform: translate(-1px, 0px);
    }
    div.ccFlex div.childTwo div{
	    font-size: 6px;
	    font-weight: 600;
	    color: RGBa(143, 143, 143);
    }
    div.ccFlex div.childTwo div + p{
	    margin-top: 28px;
	    margin-left: 0px;
    }
    div.ccFlex div.childTwo div + p img{
	    width: 40px;
	    height: auto;
    }
    div.ccFlex div.childTwo p + a{
	    text-decoration: none;
	    font-size: 3px;
	    border: 1px solid RGB(143, 143, 143);
	    color: black;
	    padding: 5px 5px;
	    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(20px, 0px);
        -o-transform: translate(20px, 0px);
        -moz-transform: translate(20px, 0px);
        -ms-transform: translate(20px, 0px);
        transform: translate(20px, 0px);
    }
    div.ccFlex div.childThree div{
	    font-size: 6px;
	    font-weight: 600;
	    color: RGBa(143, 143, 143);
    }
    div.ccFlex div.childThree div + p{
	    margin-top: 32px;
	    margin-left: 0px;
    }
    div.ccFlex div.childThree div + p img{
	    width: 50px;
	    height: auto;
    }
    div.ccFlex div.childThree p + a{
	    text-decoration: none;
	    font-size: 3px;
	    border: 1px solid RGB(143, 143, 143);
	    color: black;
	    padding: 5px 5px;
	    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: 90%;  /* 92.5% */
	    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: 85%;
		padding: 0px 20px;
	    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 10px;
		width: 92%;
	    margin-top: 50px;
    }
    div.noteH form{}
    form div.stepOne{
	    font-size: 13px;
	    color: RGB(130, 130, 130);
		margin: auto;
	    margin-top: 25px;
		-webkit-transform: ;
        -o-transform: ;
        -moz-transform: ;
        -ms-transform: ;
	    transform: translateX(0px);
    }
    form div.stepOne.alt{
	    -webkit-transform: translateX(0px);
        -o-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
	    transform: translateX(0px);
    }
    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: 80%;
		height: auto;
		margin: auto;
	    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: 92%;
	    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;
		margin: auto;
    }
    div.centerOne div.putOne::before{
	    content: "*";
	    display: block;
	    font-size: 15px;
	    font-weight: 600;
	    color: RGB(255, 0, 0);
	    position: absolute;
	    top: 0px;
	    left: 0px;
		-webkit-transform: translate(2px, -13px);
        -o-transform: translate(2px, -13px);
        -moz-transform: translate(2px, -13px);
        -ms-transform: translate(2px, -13px);
        transform: translate(2px, -13px);
    }
    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: -18px;
	    right: 25px;
	    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: 92%;
	    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;
		margin: auto;
    }
    div.centerOne div.putTwo::before{
	    content: "*";
	    display: block;
	    font-size: 15px;
	    font-weight: 600;
	    color: RGB(255, 0, 0);
	    position: absolute;
	    top: 0px;
	    left: 0px;
		-webkit-transform: translate(2px, -13px);
        -o-transform: translate(2px, -13px);
        -moz-transform: translate(2px, -13px);
        -ms-transform: translate(2px, -13px);
        transform: translate(2px, -13px);
    }
    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: -18px;
	    right: 25px;
	    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: 92%;
	    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;
		margin: auto;
    }
    div.centerOne div.putThree::before{
	    content: "*";
	    display: block;
	    font-size: 15px;
	    font-weight: 600;
	    color: RGB(255, 0, 0);
	    position: absolute;
	    top: 0px;
	    left: 0px;
		-webkit-transform: translate(2px, -13px);
        -o-transform: translate(2px, -13px);
        -moz-transform: translate(2px, -13px);
        -ms-transform: translate(2px, -13px);
        transform: translate(2px, -13px);
    }
    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: -18px;
	    right: 25px;
	    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: 92%;
		height: auto;
	    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: 32px 10px 5px 10px;
	    letter-spacing: 1.5px;
		margin: auto;
    }
    div.centerOne div.putFour::before{
	    content: "*";
	    display: block;
	    font-size: 15px;
	    font-weight: 600;
	    color: RGB(255, 0, 0);
	    position: absolute;
	    top: 0px;
	    left: 0px;
		-webkit-transform: translate(2px, -13px);
        -o-transform: translate(2px, -13px);
        -moz-transform: translate(2px, -13px);
        -ms-transform: translate(2px, -13px);
        transform: translate(2px, -13px);
    }
    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;
		width: 100%;
    }
    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: -18px;
	    right: 25px;
	    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: 80px;
	    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: 0px;
	    left: 0px;
		-webkit-transform: translate(2px, -13px);
        -o-transform: translate(2px, -13px);
        -moz-transform: translate(2px, -13px);
        -ms-transform: translate(2px, -13px);
        transform: translate(2px, -13px);
    }
    div.centerOne div.putFive span.numeroP{
	    position: absolute;
	    top: 10px;
	    left: 14px;
	    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;
		width: 5%;
		-webkit-transform: translate(5px, 0px);
        -o-transform: translate(5px, 0px);
        -moz-transform: translate(5px, 0px);
        -ms-transform: translate(5px, 0px);
        transform: translate(5px, 0px);
    }
    div.centerOne div.putFive input#checkbox{
	    display: none;
    }
    div.centerOne div.putFive label.hideShow.vueria{
	    position: relative;
		-webkit-transform: translate(-100px, 33px);
        -o-transform: translate(-100px, 33px);
        -moz-transform: translate(-100px, 33px);
        -ms-transform: translate(-100px, 33px);
        transform: translate(-100px, 33px);
    }
    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.cocoria{ /*VOYANT CHECKBOX*/
	    position: relative;
	    top: 0;
	    left: 0;
		-webkit-transform: translate(-91px, 49px);
        -o-transform: translate(-91px, 49px);
        -moz-transform: translate(-91px, 49px);
        -ms-transform: translate(-91px, 49px);
        transform: translate(-91px, 49px);
	    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.hideria{
	    margin-left: 0px;
	    font-size: 11px; /* 13.5px */
	    font-weight: 550;
	    margin-top: 0px;
	    border-right: 2px solid RGB(93, 93, 93);
	    height: 12px;
	    padding-bottom: 4px;
	    padding-right: 13px;
		position: absolute;
		-webkit-transform: translate(40px, 45px);
        -o-transform: translate(40px, 45px);
        -moz-transform: translate(40px, 45px);
        -ms-transform: translate(40px, 45px);
        transform: translate(40px, 45px);
    }
    div.centerOne div.putFive label.montant.oworia{
	    margin-left: 3px;
	    font-size: 11px; /* 13.5px */
	    font-weight: 550;
	    margin-top: 0px;
		position: absolute;
		-webkit-transform: translate(115px, 45px);
        -o-transform: translate(115px, 45px);
        -moz-transform: translate(115px, 45px);
        -ms-transform: translate(115px, 45px);
        transform: translate(115px, 45px);
    }
    div.centerOne div.putFive input.montants{
	    width: 35px;
	    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: 0px;
		top: 45px;
		left: 79%;
		width: 5%;
	    font-size: 12px;
	    font-weight: 550;
	    color: red;
    }
    div.centerOne div.putFive select.newLista{
	    width: 45px;
	    height: auto;
	    margin-left: 8px;
	    margin-top: 4px;
		font-size: 10px;
    }
    div.centerOne div.putSix{
	    margin-top: 80px;
	    margin-left: 5px;
    }
    div.centerOne div.putSix button.ann{
	    padding: 5px 15px;
	    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 13px;
	    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: 100%;
	    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: 2.5px;
	    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: 10px;
	    font-weight: 550;
	    color: green;
    }
    div.global div.nylB{
	    margin-top: 35px;
	    font-size: 9px;
	    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: 10px;
	    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: 10px;
	    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: 10px;
	    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: 10px;
	    font-weight: 550;
	    color: RGB(15, 103, 151);
    }
    div#downloadFile{
	    width: 83%;
	    height: auto;
	    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{
		width: 100%;
		height: auto;
	}
    div#screenShot div.aI{
	    position: absolute;
	    bottom: 17.5%;
	    left: 5%;
	    font-size: 8px;
	    color: RGB(60, 60, 60);
	    font-family: "inherit", sans-serif; 
    }
    div#screenShot div.aE{
	    position: absolute;
	    bottom: 17.5%;
	    left: 20%;
	    font-size: 8px;
	    color: RGB(60, 60, 60);
	    font-family: "inherit", sans-serif; 
    }
    div#screenShot div.bI{
	    position: absolute;
	    bottom: 17.5%;
	    left: 39%;
	    font-size: 8px;
	    color: RGB(60, 60, 60);
	    font-family: "inherit", sans-serif; 
    }
    div#screenShot div.bE{
	    position: absolute;
	    bottom: 17.5%;
	    left: 43%;
	    font-size: 8px;
	    color: RGB(60, 60, 60);
	    font-family: "inherit", sans-serif;  
    }
    div#screenShot div.infoATT{
	    position: absolute;
	    top: 25%;
	    left: 15px;
	    font-size: 8px;
	    font-family: serif;
	    font-weight: 550;
	    line-height: 9.5px;
	    color: RGB(54, 54, 54);
	    word-spacing: 5px;
	    width: 89%;
		height: auto;
    }
    /* 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: auto;
	    margin-top: 30px;
	    font-size: 7px;
	    color: RGB(0, 94, 0);
	    -webkit-transform: translateX(0px);
        -o-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        transform: translateX(0px);
	    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:  90%;   /*92.5%; */
	    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: 85%;
		padding: 0px 20px;
	    padding-bottom: 200px;
    }
    div.centerOne div.putFive span.numero{
	    position: absolute;
	    top: 10px;
	    left: 10px;
	    font-size: 14px;
		width: 100px;   /* 155px */
	    color: RGB(92, 92, 92);
	    pointer-events: none;
	    transition: all 0.3s;
    }
	div.centerOne div.putFive input.putaE{
	    width: 80px;
		margin: ;  /* auto */
	    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: 30px 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.dispose{  /* .numIndis */
	    display: block;
	    position: absolute;
	    margin-top: 55px;
	    left: 0px;
	    font-size: 12px;
	    font-weight: 550;
	    color: red;
		width: 5%;
		-webkit-transform: translate(5px, 0px);
        -o-transform: translate(5px, 0px);
        -moz-transform: translate(5px, 0px);
        -ms-transform: translate(5px, 0px);
        transform: translate(5px, 0px);
    }
	div.centerOne div.putFive input.putaF{
	    width: 35px;
	    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 select.sized{
	    width: 45px;
	    height: 35px;
	    margin-left: 8px;
	    margin-top: 4px;
		font-size: 10px;
    }
    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: 0px;
		top: 45px;
		left: 79%;
		width: 5%;
	    font-size: 12px;
	    font-weight: 550;
	    color: red;
    }
	div.centerOne div.putFive span.putCheckBox.plusUn{
	    margin-left: 0px;
	    font-size: 11px; /* 13.5px */
	    font-weight: 550;
	    margin-top: 0px;
	    border-right: 2px solid RGB(93, 93, 93);
	    height: 15px;
	    padding-bottom: 4px;
	    padding-right: 5px;
		position: absolute;
		-webkit-transform: translate(45px, 56px);
        -o-transform: translate(45px, 56px);
        -moz-transform: translate(45px, 56px);
        -ms-transform: translate(45px, 56px);
        transform: translate(45px, 56px);
    }
    div.centerOne div.putFive label.montant.jeter{
	    margin-left: 3px;
	    font-size: 11px; /* 13.5px */
	    font-weight: 550;
	    margin-top: 0px;
		position: absolute;
		-webkit-transform: translate(110px, 56px);
        -o-transform: translate(110px, 56px);
        -moz-transform: translate(110px, 56px);
        -ms-transform: translate(110px, 56px);
        transform: translate(110px, 56px);
    }
	div.centerOne div.putFive input#checkbox{
	    display: none;
    }
    div.centerOne div.putFive label.hideShow.montrer{
	    position: relative;
		-webkit-transform: translate(-95px, 46px);
        -o-transform: translate(-95px, 46px);
        -moz-transform: translate(-95px, 46px);
        -ms-transform: translate(-95px, 46px);
        transform: translate(-95px, 46px);
    }
    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.deja{
	    position: relative;
	    top: 0;
	    left: 0;
		-webkit-transform: translate(-87px, 61px);
        -o-transform: translate(-87px, 61px);
        -moz-transform: translate(-87px, 61px);
        -ms-transform: translate(-87px, 61px);
        transform: translate(-87px, 61px);
	    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;
    }
    /* 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: 90%; /* 92.5% */
	    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: 85%;
		padding: 0px 20px;
	    padding-bottom: 200px;
    }
    div.centerOne div.putFive span.numeroWU{
	    position: absolute;
	    top: 10px;
	    left: 10px;
	    font-size: 14px;
		width: 100px;   /* 155px */
	    color: RGB(92, 92, 92);
	    pointer-events: none;
	    transition: all 0.3s;
    }
	div.centerOne div.putFive input.putbE{
	    width: 80px;
		margin: ;
	    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.querywu{  /* numIndices */
	    display: block;
	    position: absolute;
	    margin-top: 42px;
	    left: 0px;
	    font-size: 12px;
	    font-weight: 550;
	    color: red;
		width: 5%;
		-webkit-transform: translate(5px, 21px);
        -o-transform: translate(5px, 21px);
        -moz-transform: translate(5px, 21px);
        -ms-transform: translate(5px, 21px);
        transform: translate(5px, 21px);
    }
    div.centerOne div.putFive input.putbF{
	    width: 80px;
	    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 span.putCheckBox.hide{
	    margin-left: 0px;
	    font-size: 11px; /* 13.5px */
	    font-weight: 550;
	    margin-top: 0px;
	    border-right: 2px solid RGB(93, 93, 93);
	    height: 15px;
	    padding-bottom: 4px;
	    padding-right: 5px;
		position: absolute;
		-webkit-transform: translate(45px, 56px);
        -o-transform: translate(45px, 56px);
        -moz-transform: translate(45px, 56px);
        -ms-transform: translate(45px, 56px);
        transform: translate(45px, 56px);
    }
    div.centerOne div.putFive label.montant.owo{
	    margin-left: 5px;
	    font-size: ; /* 13.5px */
	    font-weight: 550;
	    margin-top: 0px;
		margin: ;
		position: absolute;
		-webkit-transform: translate(110px, 56px);
        -o-transform: translate(110px, 56px);
        -moz-transform: translate(110px, 56px);
        -ms-transform: translate(110px, 56px);
        transform: translate(110px, 56px);
    }
	div.centerOne div.putFive input#checkbox{
	    display: none;
    }
    div.centerOne div.putFive label.hideShow.vue{
	    position: absolute;
		-webkit-transform: translate(10px, 50px);
        -o-transform: translate(10px, 50px);
        -moz-transform: translate(10px, 50px);
        -ms-transform: translate(10px, 50px);
        transform: translate(10px, 50px); 
    }
    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.cochons{
	    position: relative;
	    top: 0;
	    left: 0;
		-webkit-transform: translate(-84px, 65px);
        -o-transform: translate(-84px, 65px);
        -moz-transform: translate(-84px, 65px);
        -ms-transform: translate(-84px, 65px);
        transform: translate(-84px, 65px);
	    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 select.novoLista{
	    width: 45px;
	    height: 50px;
	    margin-left: 8px;
	    margin-top: 4px;
		font-size: 10px;
    }
    div.centerOne div.putFive input.putbF + span.mmtt{
	    display: block;
	    position: absolute;
	    left: 0px;
	    font-size: 12px;
	    font-weight: 550;
	    color: red;
		width: 5%;
		-webkit-transform: translate(170px, 13px);
        -o-transform: translate(170px, 13px);
        -moz-transform: translate(170px, 13px);
        -ms-transform: translate(170px, 13px);
        transform: translate(170px, 13px);
    }
	
    /* FORMULAIRE WESTERN UNION END - FORMULAIRE WESTERN UNION END - FORMULAIRE WESTERN UNION END - FORMULAIRE WESTERN UNION END */
	
	
	/* 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;
		padding: 0px;
    }
    ul.footerUl li{
	    list-style-type: none;
	    margin-left: 5px;
	    position: relative;
    }
    ul.footerUl li:last-child{
	    margin-left: 28px;
    }
    ul.footerUl li span#machine{
	    display: block;
	    width: 20px;
	    height: 21px;
	    background-image: url("img/machine.png");
	    background-repeat: no-repeat;
		background-size: 11px 12px;
	    position: absolute;
	    left: -15px;
	    top: 6px;
    }
    ul.footerUl li a{
	    text-decoration: none;
	    font-size: 6px;
	    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 - */
	
	
	
}


/* - MEDIA QUERY END - MEDIA QUERY END - MEDIA QUERY END - MEDIA QUERY END - MEDIA QUERY END - MEDIA QUERY END - MEDIA QUERY END - MEDIA QUERY END - */