		.custom-bar {
			color: #003976;
		}
		/* Create two equal columns that floats next to each other */
		.column_rgpd {
		  float: left;
		  //padding: 0 10% 0 10%;
		}

		/* Clear floats after the columns */
		.row:after {
		  content: "";
		  display: table;
		  clear: both;
		}		
		.txt_rgpd {
			text-align:left;
			width:75%;
			font-family: Arial, sans-serif;
			font-size: 0.75em;
			line-height: 1.5em;
		}
		
		.txt_rgpd a:link {
			color: #3D88A1;
			text-decoration: underline;
		}
		
		
		.btn_rgpd {
			 text-align: right;
			 //padding-right:10%;
			 margin-top: -10px;
			 width:25%;
			 //clear: both;
		}
		
		.btn_rgpd .btn-success {
			color: #fff;
			background-color: #003976;
			border-color: #003976;
			margin-right: 20%;
		}
		button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) {
			cursor: pointer;
		}
		.btn {
			display: inline-block;
			font-weight: 400;
			color: #212529;
			text-align: center;
			vertical-align: middle;
			-webkit-user-select: none;
			-moz-user-select: none;
			-ms-user-select: none;
			user-select: none;
			background-color: transparent;
			border: 0.125rem solid transparent;
			padding: 0.375rem 0.75rem;
			font-size: 0.75rem;
			line-height: 1.5;
			border-radius: 0.5rem;
			-webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
			transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
			transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
			transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
		}
		
		.peek-a-bar {
			margin: auto !important;
			width: 900px !important;
			z-index: 1;
		}
		@media only screen and (max-width:600px){
			.txt_rgpd {
				width:100%;
				text-align:center;				
			}
			.btn_rgpd {
				width:100%;
				text-align:center;
				margin-top:16px;
			}			
		}