:root {
	--custom-pink:#e1186f;
	--custom-blue :#00469a;
	--custom-green: #a8d052;
}
html, body {
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	font-weight: 400;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-smooth: auto;
}
body {
	overflow-y: scroll;
}
a, a:visited {
	color: var(--custom-blue);
	text-decoration: none;
}
a:hover, a:active {
	color: var(--custom-blue);
	text-decoration: underline;
}
header {
	width: 100%;
	background-color: rgba(255,255,255,0.95);
}
header i {
	color: var(--custom-pink);
	font-size: 1.5rem;
}
.baseline {
	color: var(--custom-blue);
	font-family: "Open Sans", sans-serif;
	padding: 15px 30px;
	font-weight: 700;
}
footer {
	display: none;
	padding: 32px 0;
	box-shadow: inset 0px 3px 5px rgba(70,70,70,0.5);
}
h1 {
	color: var(--custom-blue);
	text-shadow:1px 1px 1px rgba(255,255,255,0.6), -1px -1px 1px rgba(0,0,0,0.6);
	font-size: 2em;
	margin: 0;
}
h1 a,
h1 a:hover,
h1 a:active {
	text-decoration: none;
}
h1 .orange {
	font-weight: 700;
}
h2 {
	text-transform: uppercase;
	font-size: 1.5em;
	font-weight: 700;
	color: #1a469b;
	background-color: rgba(255,255,255,.75);
	border-radius: 6px;
}
h3 {
	margin-top: 0;
	color: #333;
	font-size: 1.375em;
	font-weight: 700;
	text-transform: uppercase;
}
img {
	max-width: 100%;
}
.clear {
	clear: both;
}
i.fa-phone {
	margin-right: 8px;
}
iframe {
	width: 100%;
	height: 363px;
}
em {
	font-style: normal;
	font-weight: bold;
	color: var(--custom-blue);
}
.logo {
	max-width: 200px;
	width: 100%;
	height: auto;
	border: 0;
}
@media (min-width: 1024px) {
	.logo {
		width: 300px;;
	}
}
.logo2 img {
	width: 200px;
	height: auto;
}
@media (min-width: 1200px) {
	.logo2 img {
		width: 300px;
		height: auto;
	}
}
.carousel-indicators li {
	background-color: white;
}
.carousel-indicators li.active {
	background-color: var(--custom-blue);
}
.alert {
	display: none;
}
#gotop {
	position: fixed;
	bottom: 15px;
	right: 15px;
}
#gotop button {
	color:var(--custom-blue);
	padding: 8px;
	border:none;
	font-size: 2rem;
	background: transparent;
}
#captcha {
	width: 304px;
	margin: 0 auto;
}

.side-content i {
	color: var(--custom-blue);
	margin-right: .25rem;
	font-size: 1.5rem;
}
h3 i {
	color: var(--custom-green) !important;
	margin-right: .5rem!important;
}
.side-content h2 {
	text-align:center;
	color: white;
	background: var(--custom-green);
	width: 100%;
}

#nous-trouver .side-title {
	background: white url('./dist/img/deco3.jpg') no-repeat top center;
	background-size: cover;
}
#nous-trouver .side-content {
	background-color: #ffffff;
}

#notre-equipe {
	background: white;
	background-size: cover;
}
#notre-equipe .side-content {
	background: rgba(255,255,255,.5);
}
@media (min-width: 768px) {
	#notre-equipe {
		background: white url(./dist/img/deco1-1024.jpg) no-repeat right top;
		background-size: cover;
	}
}

@media (min-width: 1200px) {
	#notre-equipe {
		background: white url(./dist/img/deco1-1200.jpg) no-repeat right top;
		background-size: cover;
	}
}

@media (min-width: 1440px) {
	#notre-equipe {
		background: white url(./dist/img/deco1.jpg) no-repeat right top;
		background-size: cover;
	}
}

#nos-services .side-title {
	background: white url('./dist/img/deco2.jpg') no-repeat top center;
	background-size: cover;
}
#nos-services .side-content {
	background-color: #ffffff;
}
#nos-services .side-content ul {
	columns: 1;
}
@media (min-width: 768px) {
	#nos-services .side-content ul {
		columns: 2;
	}
}
#nos-services .side-content ul {
	list-style-type: none;
}
#nos-services .side-content li {
	line-height: 2rem;
	/* border-bottom: 1px dashed #aaa; */
	break-inside: avoid;
	padding-left: 32px;
    margin: 15px 0;
    background: url(./dist/img/puce.png) no-repeat left 2px;
    background-size: 27px 24px;
}
#nos-services .side-content li ul {
	list-style-type: none;
	columns: 1 !important;
}
#nos-services .side-content li ul li {
	line-height: 2rem;
	padding: unset;
	margin: unset;
	background: unset;
	border-bottom: unset;
}

#nos-valeurs .side-title {
	background: white url('./dist/img/deco4.jpg') no-repeat top center;
	background-size: cover;
}
#nos-valeurs .side-content {
	background-color: #ffffff;
}
#nos-valeurs h3 {
	font-size: 1.5rem;
	padding: .25rem 1rem;
	border-radius: 6px;
	background-color: var(--custom-blue);
	color: white;
	text-transform: none;
	break-after: avoid;
}
#nos-valeurs .side-content ul {
	list-style-type: none;
	break-inside: avoid;
}
#nos-valeurs .side-content li {
	break-inside: avoid;
	padding-left: 32px;
    margin: 15px 0;
    background: url(./dist/img/puce.png) no-repeat left 2px;
    background-size: 27px 24px;
}

#nous-contacter {
	background: white;
	background-size: cover;
}
#nous-contacter .side-content {
	background: rgba(255,255,255,.5);
}
@media (min-width: 768px) {
	#nous-contacter {
		background: white url(./dist/img/deco5-1024.jpg) no-repeat center top;
		background-size: cover;
	}
}

@media (min-width: 1200px) {
	#nous-contacter {
		background: white url(./dist/img/deco5-1200.jpg) no-repeat center -50px;
		background-size: cover;
	}
}

@media (min-width: 1440px) {
	#nous-contacter {
		background: white url(./dist/img/deco5.jpg) no-repeat center -190px;
		background-size: cover;
	}
}

.navbar-light .navbar-nav .nav-link {
	text-transform: uppercase;
	font-weight: bold;
	transition: all ease .5s;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	text-decoration: none;
	color: var(--custom-green);
}
.navbar-nav i {
	font-size: 1.25rem;
	margin-right: .375rem;
	color: var(--custom-green);
}
.btn-pink {
	color: white;
	background: var(--custom-pink);
	border:1px solid var(--custom-pink);
	box-shadow: none;
	transition: all ease .25s;
}
.btn-pink i {
	font-size: 1rem;
	color: white !important;
	margin-right: .5rem !important;
}
.btn-pink:hover {
	color: white;
	border:1px solid white;
	box-shadow: 0 0 5px var(--custom-pink);
}

.modal-header {
	background: var(--custom-green);
	color: white;
	font-weight: bold;
}

.hero-block {
	position: relative;
}
.coords {
	position: absolute;
	background: rgba(255, 255, 255, .70);
	border-radius: 6px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .75);
	top: 3rem;
	left: 3rem;
	z-index: 1;
}
.nav-item.nav-rdv {
	background: var(--custom-pink) !important;
	border-radius: .25rem !important;
	color: white !important;
	border: 1px solid transparent !important;
	box-shadow: 0 0 10px transparent !important;
	transition: all ease .25s;
}
.nav-item.nav-rdv i {
	color: white !important;
}
.nav-item.nav-rdv a {
	color: white !important;
}
.nav-item.nav-rdv:hover {
	border: 1px solid white !important;
	box-shadow: 0 0 10px var(--custom-pink) !important;
}