body{
	background-color:#dddddd;
	}
#logoOMFixed
{
	position: fixed ;
	bottom: 1px ;
}


*{
  box-sizing: border-box;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
.div_message{
	width:96%;
	height:200px;
	margin:auto;
	margin-top:20px;
	border-radius:10px;
}
.div_message_success{
	box-shadow: 0 0 12px #1b8158;
}
.div_message_danger{
	box-shadow: 0 0 12px #e50813;
}

    .content_2 {
        display: flex;
        flex-direction: column;
        align-items: center;
        height: fit-content;
        width: fit-content;
        /*margin-bottom: 10vh;*/
        margin-left: 2%;
        margin-right: 2%;
    }

    #qrcode_2 {
        display: block;
		width: 160px ;
        margin: auto;
        border-radius: 5%;
        box-shadow: 0 10px 10px rgba(0, 0, 0, 0.25);
        image-rendering: pixelated;
    }
	#imgScanQr{
	   width: 40px;
	   margin-right: 5px;
    }

    .scan_2 {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

    .scan_2 > img {
        vertical-align:middle;
        /*margin: 5px 5px;
		width : 150px;*/
    }

    .scan-heading_2 {
        justify-content: center;
        flex-direction: column;
    }

    .scan-heading_2 > span {
        display: inline-block;
        max-width: 300px;
        font-size: 12px;
        text-align: left;
		color: black;
    }

    .download-heading_2 {
        margin-top: 5px;
        font-size: 15px;
		width: 90%;
		margin:auto;
    }
	
	.page-heading_2{
		font-weight : bold ;
		font-size : 14px;
	}

    #badge-container_2 {
        display: flex;
        margin: auto;
        justify-content: space-between;
        flex-direction: row;
        width: 350px;
    }

    .badge_2 {
        height: 80px;
        display: inline-flex;
        flex-direction: column;
        justify-content: center;
        border-radius: 13px;
        overflow: hidden;
    }

    .google_2 > img {
        height: 60%;
        width: auto ;
    }

    .apple_2 > img {
        height: 47%;
        width: auto;
    }
	
	.btn-black_2{
	  background-color:#000000; 
	  font-size: 18px; 
	  color:#ffffff;
	  font-weight:bold ;
	  display: block;
	  padding : 12px;
      margin: auto;
      border-radius: 20px;
    }
    .btn-black_2:hover{
	   opacity: 0.9; 
    }
.btn-orange{
	background-color:#ff6500; 
	font-size: 16px; 
	color:#ffffff;
	font-weight:bold ;
}
.btn-black{
	background-color:#000000; 
	font-size: 16px; 
	color:#ffffff;
	font-weight:bold ;
}
.btn-wave{
	background-color:#1bbef9; 
	font-size: 16px; 
	color:#ffffff;
	font-weight:bold ;
}

.btn-wave:hover , .btn-orange:hover , .btn-black:hover{
	opacity: 0.9; 
}



.titleInput{
	font-size: 13px ;
	font-weight: bold ;
}
.left_msg{
	font-size:45px;
	width:65px;
	height:100%;
	color:white;
	float:left;
	text-align:center;
	display:flex;
	align-items:center;
	padding-left:10px;
	border-top-left-radius:10px;
	border-bottom-left-radius:10px;
}
.left_msg_success{
   background-color:#1b8158;/*#009fe3;*/
}
.left_msg_danger{
   background-color:#e50813;
}

.text-message{
	width: 75%;
	text-align: left ;
	height:100%;
	color:black;
	float:left;
	font-weight:bold;
	padding:5px;
	padding-left:15px;
	font-size:12px;
	/*border:1px solid black;*/
	display:flex;
	align-items:center;
}

.msgTraitement{
	font-weight : bold ;
	font-size : 13px;
	/*color : #1b8158 ; */
}

#submitDiv a{
	color: white;
	font-weight: bold ;
}


.MAJ{
	text-transform : uppercase ;
}

.Maj{
	text-transform : capitalize ;
}

input:focus, select:focus, textarea:focus{
  outline-style:none;
  box-shadow:none;
  border-color:transparent;
}
input[type=text],input[type=tel],input[type=submit],input[type=number],input[type=password],input[type=date],input[type=email],select,textarea {
	width : 100%;
	padding: 3px 5px;
	font-size: 13px ;
    margin-top: 1px;
	margin-bottom: 2px;
	display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}
input[type=text]:focus,input[type=tel]:focus,input[type=number]:focus, input[type=password]:focus,input[type=date]:focus, input[type=email]:focus, select:focus, textarea:focus {
    border: 1px solid #009fe3;
	box-shadow: 0 0 5px #009fe3;
}


.pair{
	background-color: #ecf8fb;
}
.impair{
	background-color: #f0f0f0 ;
}



.align-left{
	text-align : left ;
}

.align-right{
	text-align : right ;
}

.align-center{
	text-align : center ;
}


.valign-left{
	vertical-align : left ;
}
.valign-right{
	vertical-align : right ;
}
.valign-center{
	vertical-align : center ;
}




.divDate{
	float : left ;
	text-align : left ;
	margin-left : 10px ;
	margin-bottom : 20px ;
	
}


.imgForm , .content_2{
	width : 555px;
	margin : auto ;
	padding : 2px;
	text-align : center ;
	border-radius: 6px;
    box-sizing: border-box;
	box-shadow: 0 0 14px #000000; 
}
.imgForm img{
	width : 550px;
	z-index:10;
}

.erreur{
	box-shadow: 0 0 10px #ff0033; 
}

.erreur_input{
	font-size : 12px ;
}

.font-weight-bold{
	font-weight : bold ;
}

.clMontant{
	font-size : 20px;
}

#price{
	width:140px;
	height:140px; 
	float: right;
	margin: -565px -115px 0 0; 
	z-index:1000;
}

#submitDL{
	font-size:15px;
	font-weight:bold;
}

.btn-pill{
    border-radius:23px;
}

@media all and (max-device-width: 480px){ 
#submitDL{
	font-size:7px;
}
.text-message{
	font-size:7px;
	/*margin-left:50px;
	padding-left:5px;*/
}
.left_msg{
    font-size:30px;
	width: 45px;
}
.div_message{
	height:230px;
}

.imgForm,.content_2{
	width : 95%;
}

.imgForm img{
	width : 93%;
}

.clMob,.clNbApp{
	font-size : 10px ;
}
.erreur_input{
	font-size : 9px ;
}
#price{
		width:40px;
		height:40px; 
		position: absolute;
		top: 240px;
		left: 240px;
		z-index:1000;
	}
h3{
	font-size : 14px;
}
}

@media all and (max-device-width: 768px){
#submitDL{
	font-size:11px;
}	
.text-message{
	font-size:9px;
}
.left_msg{
    font-size:30px;
	width: 45px;
}
.imgForm,.content_2{
	width : 95%;
}

.imgForm img{
	width : 93%;
}
.clMob,.clNbApp{
	font-size : 10px ;
}
.erreur_input{
	font-size : 10px ;
}
#price{
		width:45px;
		height:45px; 
		position: absolute;
		top: 240px;
		left: 290px;
		z-index:1000; 	
	}
h3{
	font-size : 16px;
}
}




@media all and (max-device-width: 1024px){ 
#submitDL{
	font-size:11px;
}
 .text-message{
	font-size:11px;
}
.left_msg{
    font-size:30px;
	width: 45px;
}
 
  
}

@media all and (max-device-width: 1449px){ 
  
  
}