.bg-lighter
{
	background-color: #eeeeee !important;
}

a.bg-lighter:hover, a.bg-lighter:focus,
button.bg-lighter:hover, button.bg-lighter:focus
{
	background-color: #d7d7d7 !important;
}

.bg-white
{
	background-color: #ffffff !important;
}

a.bg-white:hover, a.bg-white:focus, button.bg-white:hover, button.bg-white:focus
{
	background-color: #eeeeee !important;
}

.brand-shadow
{
	color: #CCCCCC;
	text-shadow: 1px 1px #000000, -1px -1px #000000, -1px 1px #000000, 1px -1px #000000;
}

/* Surcharge règles MDB.css */
.rgba-blue-strong, .rgba-blue-strong::after
{
	background-color: rgba(7, 113, 251, .7);
}

.rgba-yellow-strong, .rgba-yellow-strong::after
{
	background-color: rgba(59, 255, 1, .7);
}

/* FIN Surcharge règles MDB.css */

.vw-100
{
	width: 100vw;
}

.vh-100
{
	height: 100vh;
}

.fa-background
{
	opacity: 0.1;
}

.text-shadow-black
{
	text-shadow: 0 0 1px #000000;
}

.navbar .navbar-collapse
{
	background-color: rgba(255,255,255,0.5) !important;
}

.navbar .navbar-collapse .nav-item .nav-link.text-white
{
	color: #FFFFFF !important;
	/*text-shadow: 0 0 5px #000000;*/
	background-color: rgba(0, 0, 0, 0.3) !important;
}

.navbar .navbar-collapse .nav-item .nav-link.text-white:hover
{
	color: #000000 !important;
	text-shadow: 0 0 5px #FFFFFF;
}

.navbar .navbar-collapse .nav-item .nav-link.text-dark
{
	color: rgb(33, 33, 33) !important;
	text-shadow: none;
}

.navbar .navbar-collapse .nav-item .nav-link.text-dark:hover
{
	color: #FFFFFF !important;
	text-shadow: 0 0 5px #000000;
}

@media (min-width: 768px)
{
	.navbar .navbar-collapse
	{
		background-color: rgba(255,255,255,0.3) !important;
	}
}

#logo-proprement-magique, #logo-proprement-magique img
{
	transition: all .5s ease-in-out;
}

.height-big
{
	height: 120px;
	margin-left: calc(50vw - 110px);
}

.height-small
{
	height: 80px;
	margin-left: 0;
}

#carousel .carousel-inner .carousel-item .carousel-caption h1
{
	background-color: rgba(0, 0, 0, .4);
}

#entreprise
{
	position: relative;
	min-height: 100vh;
}

#entreprise .card.card-image .fa-background
{
	top: 0;
	left: 0;
}

@media (orientation: landscape)
{
	.demi-cercle
	{
		border-top-left-radius: 20vw;
		border-bottom-left-radius: 20vw;
		position: absolute;
		background-image: url(../medias/bureau-2.jpg);
		background-size: auto 40vw;
		background-position: center center;
		width: 20vw;
		height: 40vw;
		right: 0;
		bottom: calc(50% - 20vw);
		overflow: hidden;
	}
}

@media (orientation: portrait)
{
	.demi-cercle
	{
		border-top-left-radius: 20vh;
		border-bottom-left-radius: 20vh;
		position: absolute;
		background-image: url(../medias/bureau-2.jpg);
		background-size: auto 40vh;
		background-position: center center;
		width: 20vh;
		height: 40vh;
		right: 0vh;
		bottom: calc(50% - 20vh);
		overflow: hidden;
	}
}

.background-reveal-scroll
{
	box-sizing: border-box;
	height: 100vh;
	text-align: center;
	padding: 2vw;
	font-size: 6vw;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	flex-direction: column;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
}

#presentation
{
	text-transform: uppercase;
	color: #ffffff;
	font-size: 8vw;
	text-shadow: 0 0 5px rgba(0,0,0,0.4);
	background-image: url(../medias/salle-sport.jpg);
}

#besoin
{
	min-height: 100vh;
}

#suite
{
	text-transform: uppercase;
	color: #ffffff;
	font-size: 8vw;
	text-shadow: 0 0 5px rgba(0,0,0,0.4);
	background-image: url(../medias/dalles.jpg);
}

#recrutement .handshake
{
	width: 25vw;
	border-radius: 50%;
	overflow: hidden;
}

#recrutement .handshake img
{
	width: 100%;
}

.testimonial-card .card-up
{
	overflow:hidden;
	height:120px;
	-webkit-border-top-left-radius:.25rem;
	border-top-left-radius:.25rem;
	-webkit-border-top-right-radius:.25rem;
	border-top-right-radius:.25rem
}
.testimonial-card .avatar
{
	-webkit-border-radius:50%;
	border-radius:50%;
	width:120px;
	margin-top:-60px;
	overflow:hidden;
	border:5px solid #fff
}
.testimonial-card .avatar img
{
	width:100%
}
.testimonial-card .card-body
{
	text-align:center
}

div.grecaptcha-badge
{
	bottom: 50px !important;
}

.card-triangle
{
	background: linear-gradient(135deg, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 46%,rgba(125,185,232,1) 46%,rgba(125,185,232,1) 100%), linear-gradient(45deg, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 46%,rgba(125,185,232,1) 46%,rgba(125,185,232,1) 100%);
}

.card-blue
{
	color: rgba(45, 150, 255, 1);
}

.card-dark
{
	color: rgba(0, 0, 0, .7);
}

.card-green
{
	color: rgba(0, 229, 40, 1);
}

.card
{
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
}

.navbar.navbar-dark .navbar-nav .nav-item .nav-link.text-dark
{
	color: rgb(33, 33, 33);
}