html{
  overflow-x:hidden !important;
}
body {
	background: #eee;
	font-family: 'Montserrat', sans-serif;
	overflow-x: hidden !important;
	min-height: 100vh;
	padding-bottom: 100px;
}
a {
	color: #333 !important;
}
a:hover {
	text-decoration:none;
	opacity:.75;
}
.bg-primary {
	background: rgb(229,22,109);
	background: -moz-linear-gradient(left, rgba(229,22,109,1) 0%, rgba(255,91,0,1) 100%);
	background: -webkit-linear-gradient(left, rgba(229,22,109,1) 0%,rgba(255,91,0,1) 100%);
	background: linear-gradient(to right, rgba(229,22,109,1) 0%,rgba(255,91,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5166d', endColorstr='#ff5b00',GradientType=1 );
}
.navbar-brand, .navbar-brand img {
	width: 250px;
    margin:0 auto;
}
.badge-primary {
	color: #fff;
	background-color: #000;
	font-size: 12px;
	position: relative;
	top: -12px;
	left: -5px;
}
.btn-success {
	padding: .5rem 1rem;
	font-weight: 600;
	color: #fff !important;
}
.h1, h1 {
	font-size: 1.5rem;
	font-weight: 600;
}
.profil {
	border-radius: 20px;
	overflow: hidden;
	display: inline-block;
	position: relative;
	width: 100%;
}
.profil-footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: rgba(0,0,0,0.5);
	padding: 10px 15px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}
.btn-group-sm > .btn, .btn-sm {
	padding: inherit;
	font-size: .75rem;
	line-height: 1.5;
	border-radius: .2rem;
	width: 25px;
	height: 25px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.btn-primary {
	color: #fff;
	background-color: #e5166d;
	border-color: #e5166d;
}
.btn-primary:hover {
	color: #fff;
	background-color: #ff5b00;
	border-color: #ff5b00;
}
.btn-secondary {
	color: #fff;
	background-color: #0087ff;
	border-color: #0087ff;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
	padding-right: 5px;
	padding-left: 5px;
}
.btn-success {
	padding: .5rem 1rem;
	font-weight: 600;
	color: #fff !important;
}
#footer {
	bottom: 0;
	padding: 10px;
	font-size: 1.5rem;
	z-index: 100;
}
#footer a {
	color:#fff !important;
}
.h5, h5 {
	font-size: 1.5rem;
	line-height:1 !important;
}
.small, small {
	font-size: 56%;
	font-weight: 400;
}
#register .form-control {
	border-color: #cdcdcd;
	height: 50px;
	margin-left: -2px;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	font-size: 16px;
}
.form-icon {
	background-color: #efefef;
	border: 1px solid #cdcdcd;
	color: #707070;
	padding: 14px 14px 14px 18px;
	font-size: 20px;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
	width: 30px;
}
.custom-control-input:checked ~ .custom-control-label::before {
	border-color: #28a745;
	background-color: #28a745;
}
#signup_cgu {
	color: #000 !important;
}
.custom-control-label {
	font-size: 13px;
}
.close {
	color: #fff;
	text-shadow: 0 1px 0 #000;
	position: absolute;
	right: 15px;
	top: 15px;
}
.modal-backdrop.show {
	opacity: .75;
}
/* Media Queries */
@media (max-width: 575px){
.navbar-brand, .navbar-brand img {
	width: 200px;
	margin: 0 auto;
}
.h1, h1 {
	font-size: 1rem;
	font-weight: 600;
}
.h5, h5 {
	font-size: 1.2rem;
}
}
@media (max-width: 360px){
.btn-success {
	font-size: 14px;
}
.h1, h1 {
	font-size: 14px;
	font-weight: 600;
}
}
