/*------------------------------------*\
    #oubliMdp
\*------------------------------------*/


.compOubliMDP {
    clear:both;
}

.compOubliMDP .headerComposants .footerComposants .contentComposants .topContentComposants {
    font-size:26px;
    padding-bottom:10px;
}


@media screen and (max-width: 767px) {

		table.oubliMDP {
			width:100%;
			padding:0 20px;
		}
    
		table.oubliMDP tr td{
			display:block;
		}

        	table.oubliMDP tr td.tableColonne1{
	           color:#000;
	           font-size:14px;
	           margin-bottom:5px;
       		}
       
			table.oubliMDP tr td.tableColonne2{
	           color:#000;
	           font-size:13px;
	           margin-bottom:10px;
	     
			}
				table.oubliMDP tr td.tableColonne2 input.champ{
					width:100%;
				}
				table.oubliMDP tr td.tableColonne2 input.btSubmit{
		            background: #e50323;
		            text-align: center;
		            width: 250px;
		            height: 55px;
		            cursor: pointer;
		            color: #fff;
		            font-size: 20px;
		            border: 0;
		            text-indent: inherit;
		            font-weight: normal;
		            margin:0 auto !important;
				}
				table.oubliMDP tr td.tableColonne2 select{
					width:100%;
				}
       
		table.oubliMDP tr td.btnSubmitMDP{
			text-align:center;
			padding:10px 0;     
		}

        table.oubliMDP tr td.btnSubmitMDP a{
            background:#777 !important;
            text-align: center;
            width: 250px;
            height: 55px;
            cursor: pointer;
            color: #999;
            font-size: 20px;
            border: 0;
            text-indent: inherit;
            font-weight: normal;
            text-transform: lowercase;
            margin:10px 0;
            padding:10px 20px;
            margin-left:0 !important;
		}
} /* @media screen and (max-width: 767px) */