@import url('https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,600,700');


a:hover{
    text-decoration: none;
    color:#ff8228;
}


/*=====================================================*/
/*                      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;
}

#header .logo img {
	max-height: 40px;
}

.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;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.paddingLeft a{
    padding-right: 15px!important
}

.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%;
	}
}

header{
    background-color: rgb(90, 90, 90);
}

/* 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 !important;
	color: #fff !important;
}
@media (max-width: 768px) {
	.paddingLeft a{
		display:none;
	}
    .bi{
        padding-right: 20px !important;
    }
}

@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;
	}
}
#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, 130, 40);
    position: relative;
    padding: 0;
    margin: 0 0 15px 0;
  }
  
  #footer p {
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;

    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;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  }
  
  #footer .credits {
    font-size: 13px;
  }

  .info .bi{
      background-color:rgb(90,90,90)!important;
  }

  #footer a{
	color: #fff;
}
#footer a:hover{
	color: #ff8228;
}
.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, 130, 0);
}
.back-to-top:hover .bi-arrow-up-short::before {
  color: rgb(90,90,90);
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

.row .col-project{
	margin-top: 40px !important;
}
.pdgbtm{
	padding-bottom: 60px;
}

body {
	background: #ffffff;
	font-size: 15px;
	color: #636e7b;
}

h1, h2, h3, h4, h5, h6, .gros-titre-services {
    font-family: Raleway, sans-serif !important;
}

section {
	padding: 70px 0px 60px 0px;
}
.section-banner {
	padding: 40px 0px 40px 0px !important;
    margin-bottom: 500px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #242c36;
	margin: 0 0 15px 0;
	letter-spacing: 1px;
	font-weight: bold;
}


.basic-information {
	position: relative;
	z-index: 1;
	background-color: #fff;
	padding: 30px 30px 20px;
	-webkit-box-shadow: 0 5px 25px 0 rgba(0, 0, 0, .07);
	box-shadow: 0 5px 25px 0 rgba(0, 0, 0, .07);
	border: 1px solid #eaecf1;
	display: table;
	width: 100%;
}

hr{
    margin-bottom:25px;
    margin-top:25px;
    height: 1px;
    color: rgb(23, 115, 131);
    background-color: rgb(23, 115, 131);
}

.profile-detail img {
	border: 4px solid rgba(107, 121, 124, 0.2);
}

.basic-information h2 {
	margin: 0;
	margin-bottom: 10px;
}

.basic-information h2 span {
	color: #da0833;
	font-size: 15.5px;
	display: block;
}

.basic-information p {
	font-size: 17px;
}

.panel {
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
	box-shadow: none;
	border: none;
}

.panel-default>.panel-heading {
	background: #f4f5f7;
	box-shadow: none;
	border: none;
	color: #505a5d;
}

.basic-information p {
	font-size: 16px;
	line-height: 1.9;
}

.panel-body ul {
	margin: 0;
	padding: 0;
}

.panel-body ul li {
	list-style: none;
	line-height: 1.7;
	padding-left: 10px;
	margin-left: 16px;
}

.fa-truck-moving, .fa-hard-hat, .fa-plus, .fa-graduation-cap, .fa-hammer{
    color: rgb(23, 115, 131);
    padding: 8px 12px 8px 5px;
    margin-left:-20px
}

.link-DL{
    background-color: rgb(90,90,90);
    color: #ff8228;
    padding: 17px 25px;
    display: block;
    text-align: center;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 20px;
    font-weight: bold;
}
.btn-candidater{
    background-color: rgb(23, 115, 131);
    color: #ff8228;
    font-weight: bold;
}
.link-DL:hover{
    color:rgb(23, 115, 131) !important;
}
.fa-file-pdf{
    padding-right: 10px;
}
.infos-recrutements{
    font-size: 20px !important;
    margin-bottom: 30px;
    color: rgb(23, 115, 131);
}

.inner-banner {
	background-size: cover !important;
	background-position: center !important;
	position: relative;
	text-align: center;
	margin: 0;
    margin-bottom: 80px;
    top:80px;
    background-color:rgb(90, 90, 90);
    width:100%;
    border-top: solid 4px rgb(23, 115, 131);
}

.inner-banner h2 {
	color: #ffffff;
	font-weight: 400;
	display: block;
	margin-bottom: 25px;
}

.card {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	background-color: rgb(23, 115, 131);
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	border: 1px solid rgba(0, 0, 0, .125);
	border-radius: .25rem;
}

.sous-titre-recrutement {
	flex: 1 1 auto;
	padding: .25rem .25rem .25rem 2rem;
	color: #ff8228;
}

.titre-recrutement {
    color:rgb(23, 115, 131);
	text-decoration: underline #ff8228;

    color:#ff8228;
	text-decoration: underline rgb(23, 115, 131);
}


/*---------------------------RESPONSIVE-----------------------*/

@media only screen and (max-width: 767px) {
	.inner-banner h2 {
		margin-bottom: 2px;
	}
	.basic-information p {
		font-size: 14px;
		line-height: 1.9;
	}
}
@media only screen and (min-width: 768px) {
	.inner-banner h2 {
		font-size: 82px;
	}
}


.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.align-items-center {
    -webkit-box-align: center!important;
    -webkit-align-items: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}

.d-flex {
    display: -webkit-box!important;
    display: -webkit-flex!important;
    display: -ms-flexbox!important;
    display: flex!important;
}

@media (min-width: 768px){
.justify-content-md-between {
    -webkit-box-pack: justify!important;
    -webkit-justify-content: space-between!important;
    -ms-flex-pack: justify!important;
    justify-content: center!important;
}}
.justify-content-center {
    -webkit-box-pack: center!important;
    -webkit-justify-content: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.navbar {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: .5rem;
    padding-bottom: .5rem;
}
.dropdown, .dropup {
    position: relative;
}

body {
    line-height: 1.42857143 !important;
}
p {
    margin: 0 0 10px !important;
}

.panel {
    margin-bottom: 20px !important;
    border-radius: 4px !important;
}
.panel-body {
    padding: 15px!important ;
}
.h4, h4 {
    font-size: 18px !important;
	margin-top: 10px !important;
    margin-bottom: 10px !important;
	font-weight: 500 !important;
    line-height: 1.1 !important;
}

@media (min-width: 992px) {
	.scrollto span, .scrollto i {
		color: #fff;
	}
}
.scrollto span:hover, .scrollto i:hover {
	color: rgb(255, 130, 40) !important;
}

.btn-candidater:hover{
	color:white !important;
}

#footer .copyright {
    margin: 40px 0 0 0 !important;
}

#mailto-candidature p{
	margin: 0 0 !important;
}