/*=====================================================*/
/*                      GENERAL                        */
/*=====================================================*/

.bkgOrange {
	background: rgb(255, 130, 40) !important;
}

.bkgBlue {
	background: rgb(23, 115, 131) !important;
}

.bkgGrey {
	background: rgb(90, 90, 90) !important;
}

.colorGrey {
	color: rgb(90, 90, 90) !important;
}

.colorBlue {
	color: rgb(23, 115, 131) !important;
}

.colorOrange {
	color: rgb(255, 130, 40) !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Raleway", sans-serif;
}

*,
 ::after,
 ::before {
	box-sizing: border-box;
}

body {
	font-family: "Open Sans", sans-serif;
}

a,
a:hover {
	text-decoration: none;
}

.justify-content-center {
	justify-content: center!important;
}
.text-justify{
	text-align:justify !important;
}

/*=====================================================*/
/*                      HEADER                         */
/*=====================================================*/

#header {
	transition: all 0.5s;
	z-index: 998;
	padding: 15px 0;
}

#header.header-scrolled,
#header.header-inner-pages {
	background: rgba(90, 90, 90, 0.95);
	padding: 10px 0;
}

#header .logo {
	font-size: 32px;
	margin: 0;
	padding: 0;
	line-height: 1;
	font-weight: 700;
	letter-spacing: 2px;
}

#header .logo a {
	color: #fff;
}


/* si on met un logo dans le header */
#header .logo img {
	max-height: 40px;
}

/*====================================================
                	NAVIGATION
====================================================*/

.navbar {
	padding: 0;
}

.navbar ul {
	margin: 0;
	padding: 0;
	display: flex;
	list-style: none;
	align-items: center;
}

.navbar li {
	position: relative;
}

.navbar>ul>li {
	white-space: nowrap;
	padding: 8px 12px;
}

.navbar a,
.navbar a:focus {
	display: flex;
	align-items: center;
	position: relative;
	justify-content: space-between;
	padding: 0 3px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.9);
	white-space: nowrap;
	transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
	font-size: 12px;
	line-height: 0;
	margin-left: 5px;
}
.navbar-mobile ul:first-child{
	height: 82% !important;
}

.navbar>ul>li>a:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: -6px;
	left: 0;
	background-color: #ff4a17;
	visibility: hidden;
	width: 0px;
	transition: all 0.3s ease-in-out 0s;
}

.navbar a:hover:before,
.navbar li:hover>a:before,
.navbar .active:before {
	visibility: visible;
	width: 100%;
}

.navbar .active,
.navbar .active:focus,
.navbar li:hover>a,
.paddingLeft a:hover {
	color: #ff8228 !important;
}

.navbar .dropdown ul {
	display: block;
	position: absolute;
	left: 14px;
	top: calc(100% + 30px);
	margin: 0;
	padding: 10px 0;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	background: #fff;
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
	transition: 0.3s;
	border-radius: 4px;
}

.navbar .dropdown ul li {
	min-width: 200px;
}
.navbar-mobile .dropdown > .dropdown-active {
    display: block;
}

.navbar .dropdown ul a {
	padding: 10px 20px;
	font-size: 14px;
	text-transform: none;
	color: #15222b;
	font-weight: 400;
}

.navbar .dropdown ul a i {
	font-size: 12px;
}

.navbar .dropdown:hover>ul {
	opacity: 1;
	top: 100%;
	visibility: visible;
}

.navbar .dropdown .dropdown ul {
	top: 0;
	left: calc(100% - 30px);
	visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
	opacity: 1;
	top: 0;
	left: 100%;
	visibility: visible;
}

@media (max-width: 1366px) {
	.navbar .dropdown .dropdown ul {
		left: -90%;
	}
	.navbar .dropdown .dropdown:hover>ul {
		left: -100%;
	}
}


/* responsive desgin: */
.mobile-nav-toggle {
	color: #fff;
	font-size: 28px;
	cursor: pointer;
	display: none;
	line-height: 0;
	transition: 0.5s;
}

@media (max-width: 991px) {
	.mobile-nav-toggle {
		display: block;
	}
	.navbar ul {
		display: none;
	}
}

.navbar-mobile {
	position: fixed !important;
	overflow: hidden;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(4, 7, 9, 0.9);
	transition: 0.3s;
	z-index: 998;
}

.navbar-mobile .mobile-nav-toggle {
	position: absolute;
	top: 15px;
	right: 15px;
}

.navbar-mobile ul {
	display: block;
	position: absolute;
	top: 55px;
	right: 15px;
	bottom: 15px;
	left: 15px;
	padding: 10px 0;
	border-radius: 10px;
	background-color: #fff;
	overflow-y: auto;
	transition: 0.3s;
}

.navbar-mobile a {
	padding: 10px 20px;
	font-size: 15px;
	color: #15222b;
}

.navbar-mobile .getstarted {
	margin: 15px;
}

.navbar-mobile a:hover{
	text-decoration: none !important;
}

.navbar-mobile .dropdown ul {
	position: static;
	display: none;
	margin: 10px 20px;
	padding: 10px 0;
	z-index: 99;
	opacity: 1;
	visibility: visible;
	background: #fff;
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.paddingLeft a {
	padding-left: 10px;
	color: #fff !important;
}
@media (max-width: 768px) {
	.paddingLeft a{
		display:none;
	}
}

@media (max-height: 400px) {
	#header{
		clear: both;
	}
	#hero{
		display: block !important;
		padding-top: 10px;
	}
}
@media (max-height: 460px) {
	h1{
		font-size: 34px !important;
	}
	#sous-titre{
		font-size: 16px !important;
	}
}
/*====================================================
                   HERO IMAGE 
====================================================*/

#hero {
	width: 100%;
	height: 100vh;
	background: url("../img/hero-image.JPG") top center;
	background-size: cover;
	position: relative;
}

#hero:before {
	content: "";
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
}

#hero .container {
	padding-top: 72px;
	position: relative;
	text-align: center;
}

#hero h1 {
	margin: 0 0 10px 0;
	font-size: 48px;
	font-weight: 700;
	line-height: 56px;
	color: #fff;
}

#hero h2 {
	color: #eee;
	margin-bottom: 40px;
	font-size: 24px;
}

#hero .play-btn {
	width: 94px;
	height: 94px;
	margin: 0 auto;
	background: radial-gradient(#ed502e 50%, rgba(237, 80, 46, 0.4) 52%);
	border-radius: 50%;
	display: block;
	overflow: hidden;
	position: relative;
}

#hero .play-btn::after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-40%) translateY(-50%);
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 15px solid #fff;
	z-index: 100;
	transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

#hero .play-btn::before {
	content: '';
	position: absolute;
	width: 120px;
	height: 120px;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation: pulsate-btn 3s;
	animation: pulsate-btn 3s;
	-webkit-animation-direction: forwards;
	animation-direction: forwards;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: steps;
	animation-timing-function: steps;
	opacity: 1;
	border-radius: 50%;
	border: 5px solid rgba(237, 80, 46, 0.7);
	top: -15%;
	left: -15%;
	background: rgba(198, 16, 0, 0);
}

#hero .play-btn:hover::after {
	border-left: 15px solid #ed502e;
	transform: scale(20);
}

#hero .play-btn:hover::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-40%) translateY(-50%);
	width: 0;
	height: 0;
	border: none;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 15px solid #fff;
	z-index: 200;
	-webkit-animation: none;
	animation: none;
	border-radius: 0;
}

@media (min-width: 1024px) {
	#hero {
		background-attachment: fixed;
	}
}

@media (max-width: 768px) {
	#hero h1 {
		font-size: 28px;
		line-height: 36px;
	}
	#hero h2 {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 30px;
	}
}

@-webkit-keyframes pulsate-btn {
	0% {
		transform: scale(0.6, 0.6);
		opacity: 1;
	}
	100% {
		transform: scale(1, 1);
		opacity: 0;
	}
}

@keyframes pulsate-btn {
	0% {
		transform: scale(0.6, 0.6);
		opacity: 1;
	}
	100% {
		transform: scale(1, 1);
		opacity: 0;
	}
}

/*====================================================
                        ABOUT
====================================================*/

.about .count-box {
	padding-bottom: 60px;
	width: 100%;
}

.about .count-box i {
	display: block;
	font-size: 48px;
	float: left;
	line-height: 0;
}

.about .count-box span {
	font-size: 28px;
	line-height: 25px;
	display: block;
	font-weight: 700;
	color: rgb(23, 115, 131);
	margin-left: 60px;
}

.about .count-box p {
	padding: 5px 0 0 0;
	margin: 0 0 0 60px;
	font-family: "Raleway", sans-serif;
	font-weight: 600;
	font-size: 14px;
	color: rgb(23, 115, 131);
}

.about .count-box a {
	font-weight: 600;
	display: block;
	margin-top: 20px;
	color: rgb(23, 115, 131);
	font-size: 15px;
	font-family: "Poppins", sans-serif;
	transition: ease-in-out 0.3s;
}

.about .content {
	font-size: 15px;
}

.about .content ul {
	list-style: none;
	padding: 0;
}

.about .content ul li {
	padding-bottom: 10px;
	padding-left: 28px;
	position: relative;
}

.about .content ul i {
	font-size: 24px;
	color: #ff4a17;
	position: absolute;
	left: 0;
}

.about .content p:last-child {
	margin-bottom: 0;
}

.about .about-play-btn {
	width: 94px;
	height: 94px;
	background: radial-gradient(#ff4a17 50%, rgba(255, 74, 23, 0.4) 52%);
	border-radius: 50%;
	display: block;
	position: relative;
	left: calc(50% - 47px);
	top: -300px;
	overflow: hidden;
}

.about .about-play-btn::after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-40%) translateY(-50%);
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 15px solid #fff;
	z-index: 100;
	transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.about .about-play-btn::before {
	content: '';
	position: absolute;
	width: 120px;
	height: 120px;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation: pulsate-btn 2s;
	animation: pulsate-btn 2s;
	-webkit-animation-direction: forwards;
	animation-direction: forwards;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: steps;
	animation-timing-function: steps;
	opacity: 1;
	border-radius: 50%;
	border: 5px solid rgba(255, 74, 23, 0.7);
	top: -15%;
	left: -15%;
	background: rgba(198, 16, 0, 0);
}

.about .about-play-btn:hover::after {
	border-left: 15px solid #ff4a17;
	transform: scale(20);
}

.about .about-play-btn:hover::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-40%) translateY(-50%);
	width: 0;
	height: 0;
	border: none;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 15px solid #fff;
	z-index: 200;
	-webkit-animation: none;
	animation: none;
	border-radius: 0;
}

@-webkit-keyframes pulsate-btn {
	0% {
		transform: scale(0.6, 0.6);
		opacity: 1;
	}
	100% {
		transform: scale(1, 1);
		opacity: 0;
	}
}

@keyframes pulsate-btn {
	0% {
		transform: scale(0.6, 0.6);
		opacity: 1;
	}
	100% {
		transform: scale(1, 1);
		opacity: 0;
	}
}
/*
@media (min-width: 992px) {
	.col-lg-6 {
		flex: 0 0 auto;
		width: 50%;
	}
}

@media (max-width: 768px) {
	#play_button_camion {
		top: -250px;
	}
}
@media (max-width: 350px) {
	#play_button_camion {
	display: none;
	}
}
*/

.about .play-btn {
	width: 94px;
	height: 94px;
	background: radial-gradient(#ff5821 50%, rgba(255, 88, 33, 0.4) 52%);
	border-radius: 50%;
	display: block;
	position: absolute;
	left: calc(50% - 47px);
	top: calc(50% - 47px);
	overflow: hidden;
  }
  
  .about .play-btn::after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-40%) translateY(-50%);
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 15px solid #fff;
	z-index: 100;
	transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  
  .about .play-btn::before {
	content: '';
	position: absolute;
	width: 120px;
	height: 120px;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation: pulsate-btn 2s;
	animation: pulsate-btn 2s;
	-webkit-animation-direction: forwards;
	animation-direction: forwards;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: steps;
	animation-timing-function: steps;
	opacity: 1;
	border-radius: 50%;
	border: 5px solid rgba(255, 88, 33, 0.7);
	top: -15%;
	left: -15%;
	background: rgba(198, 16, 0, 0);
  }
  
  .about .play-btn:hover::after {
	border-left: 15px solid #ff5821;
	transform: scale(20);
  }
  
  .about .play-btn:hover::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-40%) translateY(-50%);
	width: 0;
	height: 0;
	border: none;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 15px solid #fff;
	z-index: 200;
	-webkit-animation: none;
	animation: none;
	border-radius: 0;
  }
  
  @-webkit-keyframes pulsate-btn {
	0% {
	  transform: scale(0.6, 0.6);
	  opacity: 1;
	}
	100% {
	  transform: scale(1, 1);
	  opacity: 0;
	}
  }
  
  @keyframes pulsate-btn {
	0% {
	  transform: scale(0.6, 0.6);
	  opacity: 1;
	}
	100% {
	  transform: scale(1, 1);
	  opacity: 0;
	}
  }
  .about .video-box {
	background: url("/assets/img/aspirateur_accueil.jpg") center center no-repeat;
	background-size: cover;
	min-height: 500px;
  }

/*====================================================
                    SERVICES
====================================================*/

.cta {
	background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4)), url("../img/aspi_accueil.jpg") fixed center center;
	background-size: cover;
	padding: 170px 0;
}

.cta h3 {
	color: rgb(255, 130, 40);
	font-size: 28px;
	font-weight: 700;
}

.cta p {
	color: #fff;
}

.cta .cta-btn {
	font-family: "Raleway", sans-serif;
	font-weight: 500;
	font-size: 15px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 12px 30px;
	border-radius: 2px;
	transition: 0.5s;
	margin: 10px;
	background: rgb(255, 130, 40);
	color: #fff;
	border-radius: 50px;
}

.cta .cta-btn:hover {
	background: rgb(23, 115, 131);
}

@media (max-width: 1024px) {
	.cta {
		background-attachment: scroll;
	}
}

@media (min-width: 769px) {
	.cta .cta-btn-container {
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}
}

.services .icon-box {
	padding: 60px 30px;
	transition: all ease-in-out 0.3s;
	background: rgb(90, 90, 90);
	box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.1);
	border-radius: 18px;
	border-bottom: 5px solid #fff;
}

.services .icon-box .icon {
	width: 64px;
	height: 64px;
	background: rgb(255, 130, 40);
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
	transition: ease-in-out 0.3s;
}

.services .icon-box .icon i {
	font-size: 42px;
}

.services .icon-box h4 {
	font-weight: 700;
	margin-bottom: 15px;
	font-size: 24px;
}

.services .icon-box h4 a {
	color: #282828;
	transition: ease-in-out 0.3s;
}

.services .icon-box p {
	line-height: 24px;
	font-size: 14px;
	margin-bottom: 0;
}

.services .icon-box:hover {
	transform: translateY(-10px);
	border-color: rgb(255, 130, 40);
}

.services .icon-box:hover h4 a {
	color: rgb(255, 130, 40);
}

.align-items-stretch {
	z-index: 997;
}

.mrgBottom {
	margin-bottom: 2em !important;
}

.more {
	color: rgb(23, 115, 131) !important;
	font-weight: bold;
}

.more:hover {
	color: rgb(255, 130, 40) !important;
}

.btm {
	padding-bottom: 160px !important;
}

.title-project {
	padding-bottom: 5px !important;
	margin-bottom: 20px !important;
}

#project-single {
	padding-bottom: 0px !important
}



/*====================================================
              SECTION RECTANGLE NOIR
====================================================*/

section {
	padding: 60px 0;
	overflow: hidden;
	position: relative;
}

.section-title {
	text-align: center;
	padding-bottom: 30px;
	position: relative;
}

.section-bg {
	padding: 120px 0;
	color: #fff;
}

.translate:before {
	content: "";
	background: #1b1b1b;
	position: absolute;
	bottom: 60px;
	top: 60px;
	left: 0;
	right: 0;
	transform: skewY(-3deg);
}


/*====================================================
                         TEAM
  ====================================================*/

.team .employes {
	margin-bottom: 20px;
	overflow: hidden;
	border-radius: 5px;
	background: rgb(90, 90, 90) !important;
	z-index: 300;
}

.team .employes .employes-img {
	position: relative;
	overflow: hidden;
}

.team .employes .employes-info {
	padding: 25px 15px;
}

.team .employes .employes-info h4 {
	font-weight: 700;
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: bold;
	color: #111111;
}

.team .employes .employes-info span {
	display: block;
	font-size: 13px;
	font-weight: bold;
	color: rgb(255, 130, 40);
}

.down-content{
	position: relative;
}

.thumb-img { 
	position: relative; 
  }
  
.thumb-img img { 
	position: relative; z-index: 2; 
}

.thumb-img:before{ 
	content: ''; 
	position: absolute; 
	top: 0; 
	left: 0; 
	right: 0; 
	bottom: 0; 
	background-color: rgba(0,0,0,.3); 
	z-index: 1;
	border-radius: 5px;
}

.recrutement .thumb-img:before {  
	border-bottom-left-radius: 0; 
	border-bottom-right-radius: 0; 
}

.recrutement { margin-bottom: 30px; }

.recrutements .recrutement .thumb {
	position: relative;
	z-index: 1;
}

.recrutements .recrutement .thumb img {
	width: 100%;
	overflow: hidden;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.recrutements .recrutement .thumb .overlay-content {
	position: absolute;
	z-index: 9;
	top: 20px;
	left: 20px;
	color: #ff8228;
}

.recrutements .recrutement .down-content {
	background-color: #fff;
	box-shadow: 0px 5px 15px rgba(0,0,0,0.1);
	padding: 20px 20px 0;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	z-index: 99;
}

.recrutements .recrutement .down-content h4 {
	margin-top: 0px;
	font-size: 20px;
	font-weight: 600;
	color: rgb(23, 115, 131); 
	margin-bottom: 15px;
}

.recrutements .recrutement .down-content .text-button {
	text-align: center;
	height: 50px;
	line-height: 50px;
	border-top: 1px solid #ddd;
	margin: 0px -20px;
}

.recrutements .recrutement .down-content .text-button a {
	font-size: 12px;
	text-transform: uppercase;
	color: #7a7a7a;
	letter-spacing: 0.5px;
	text-decoration: none;
	display: inline-block;
	width: 100%;
	transition: all 0.5s;
}

.recrutements .recrutement .down-content .text-button a:hover {
	color: #ff8228;
}

.plr-5{
	padding-left: 5px;
	padding-right: 5px;
}

/*====================================================
                    CONTACT
====================================================*/

section {
	padding: 60px 0;
}

.section-title {
	text-align: center;
	padding-bottom: 30px;
}

.section-title h2 {
	font-size: 32px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 20px;
	padding-bottom: 20px;
	position: relative;
}

.section-title h2::before,
.section-title h3::before {
	content: '';
	position: absolute;
	display: block;
	width: 120px;
	height: 1px;
	background: #ddd;
	bottom: 1px;
	left: calc(50% - 60px);
}

.section-title h2::after,
.section-title h3::after {
	content: '';
	position: absolute;
	display: block;
	width: 40px;
	height: 3px;
	background: rgb(255, 130, 40);
	bottom: 0;
	left: calc(50% - 20px);
}

.contact .info {
	border-top: 3px solid rgb(255, 130, 40);
	border-bottom: 3px solid rgb(255, 130, 40);
	padding: 30px;
	background: #fff;
	width: 100%;
	box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact .info i {
	font-size: 20px;
	color: rgb(255, 130, 40);
	float: left;
	width: 44px;
	height: 44px;
	background: #eaf6ed;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50px;
	transition: all 0.3s ease-in-out;
}

.contact .info h4 {
	padding: 0 0 0 60px;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 5px;
	color: #222222;
}

.contact .info p {
	padding: 0 0 10px 60px;
	margin-bottom: 20px;
	font-size: 14px;
	color: #555555;
}

.contact .info .social-links {
	padding-left: 60px;
}

.contact .info .social-links a {
	font-size: 18px;
	display: inline-block;
	background: #333;
	color: #fff;
	line-height: 1;
	padding: 8px 0;
	border-radius: 50%;
	text-align: center;
	width: 36px;
	height: 36px;
	transition: 0.3s;
	margin-right: 10px;
}

.contact .info .social-links a:hover {
	background: rgb(255, 130, 40);
	color: #fff;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
	background: rgb(255, 130, 40);
	color: #fff;
}

.contact .php-email-form {
	width: 100%;
	border-top: 3px solid rgb(255, 130, 40);
	border-bottom: 3px solid rgb(255, 130, 40);
	padding: 30px;
	background: #fff;
	box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact .php-email-form .form-group {
	padding-bottom: 8px;
}

.contact .php-email-form .error-message {
	display: none;
	color: #fff;
	background: #ed3c0d;
	text-align: left;
	padding: 15px;
	font-weight: 600;
}

.contact .php-email-form .error-message br+br {
	margin-top: 25px;
}

.contact .php-email-form .sent-message {
	display: none;
	color: #fff;
	background: rgb(255, 130, 40);
	text-align: center;
	padding: 15px;
	font-weight: 600;
}

.contact .php-email-form .loading {
	display: none;
	background: #fff;
	text-align: center;
	padding: 15px;
}

.contact .php-email-form .loading:before {
	content: "";
	display: inline-block;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	margin: 0 10px -6px 0;
	border: 3px solid rgb(255, 130, 40);
	border-top-color: #eee;
	-webkit-animation: animate-loading 1s linear infinite;
	animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
	border-radius: 0;
	box-shadow: none;
	font-size: 14px;
	border-radius: 4px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
	border-color: rgb(255, 130, 40);
}

.contact .php-email-form input {
	height: 44px;
}

.contact .php-email-form textarea {
	padding: 10px 12px;
}

.contact .php-email-form input[type="submit"] {
	background: rgb(90, 90, 90);
	border: 0;
	padding: 10px 24px;
	color: #fff;
	transition: 0.4s;
	border-radius: 4px;
}

.contact .php-email-form input[type="submit"]:hover {
	background: rgb(255, 130, 40);
}

@-webkit-keyframes animate-loading {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

@keyframes animate-loading {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.help-block.with-errors {
    color: #ff5050;
    margin-top: 5px;
}

@media (min-width: 507px) {
	#envoyer {
		position: relative;
		top: -30px;
	}
}

/*====================================================
                    FOOTER
====================================================*/

#footer {
	background: #090909;
	color: #fff;
	font-size: 14px;
	text-align: center;
	padding: 30px 0;
}

#footer h3 {
	font-size: 36px;
	font-weight: 800;
	color: rgb(255, 138, 40);
	position: relative;
	font-family: "Poppins", sans-serif;
	padding: 0;
	margin: 0 0 15px 0;
}

#footer p {
	font-size: 15;
	padding: 0;
	margin: 0 0 40px 0;
}

#footer .copyright {
	margin: 0 0 5px 0;
	color: rgb(90, 90, 90)!important;
	font-weight: bold;
}

#footer .credits {
	font-size: 13px;
}

.info .bi {
	background-color: rgb(90, 90, 90)!important;
}

#footer a{
	color: #fff;
}
#footer a:hover{
	color:rgb(255, 130, 40)
}

/*====================================================
                FLECHE RETOUR HAUT
====================================================*/

.back-to-top {
	position: fixed;
	visibility: hidden;
	opacity: 0;
	right: 15px;
	bottom: 15px;
	z-index: 996;
	background: rgb(90, 90, 90);
	width: 40px;
	height: 40px;
	border-radius: 4px;
	transition: all 0.4s;
}

.back-to-top i {
	font-size: 24px;
}

.back-to-top:hover {
	background: rgb(255, 106, 0);
}

.back-to-top:hover .bi-arrow-up-short::before {
	color: rgb(90, 90, 90);
}

.back-to-top.active {
	visibility: visible;
	opacity: 1;
}

/* PADDING */
.no-padding{
	padding:0 0 0 0 !important;
}
.no-padding-bottom{
	padding-bottom: 0 !important;
}
.no-margin{
	margin:0 0 !important;
}