body {
	font-family: 'Roboto', sans-serif;
	overflow-x: hidden;
}

.container {
	max-width: 1110px !important;
}

#fixed {
	position: fixed;
	width: 100%;
	z-index: 50;
	top: 0;
}

nav {
	background-color: #1d1d1d;
	font-size: 13px;
	font-weight: 900;
	border-bottom: 1px solid white;
}

	nav a {
		color: white !important	;
	}

	.navbar-nav a:hover {
		color: #292929 !important;
		-webkit-transition: all 0.3s ease-in;
-moz-transition: all 0.3s ease-in;
-ms-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
	}

	nav li {
		margin-left: 60px;
	}

	.navbar-toggler {
		margin: auto;
	}

	.navbar-toggler-icon {

	}

a {
	text-decoration: none;
}

.dropdown-menu{
	background-color: #e2a606;
	padding: 0px;
	margin: 0px;
	}

	.dropdown-menu li {
		text-align: left;
		margin: 0px;
		padding: 10px 0px;
		border-bottom: 1px solid white;
	}

	.dropdown-menu li {
		font-weight: 700 !important;
	}
	
	.dropdown-menu li:hover {
		background-color: #292929;
		-webkit-transition: all 0.3s ease-in;
-moz-transition: all 0.3s ease-in;
-ms-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
	}

	.dropdown-item:hover {
		background-color: #292929;
	}

	.dropdown-menu a:hover {
		color: white !important;
		-webkit-transition: all 0.3s ease-in;
		-moz-transition: all 0.3s ease-in;
		-ms-transition: all 0.3s ease-in;
		-o-transition: all 0.3s ease-in;
		transition: all 0.3s ease-in;
	}

	.dropdown-menu.show {
	    display: block;
	    margin-top: 19px;
	}


.slider1 {
	flex-direction: column;
	min-height: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 70px auto 80px auto;
	width: 100%;
}

	.slider1 h1{
		font-size: 38px;
		font-weight: 900;
		color: white;
		margin: auto;
		margin-bottom: 40px;
	}

	.slider1 p{
		color: white;
		margin: auto;
		width: 32.5vw;
		font-size: 15px;
		font-weight: 400;
		line-height: 120%;
	}

.carousel {
	position: relative;
	margin-top: 70px;
}

.carousel-inner {
	margin-bottom: 80px;
}

.text_slider{
	position: absolute;
	top: 0;
	left: 0;
}

.orange_txt {
	color: #e2a606 !important;
}

#people1 {
	background-image: url(images/people.jpg);
}

#people2 {
	background-image: url(images/people2.jpg);
}

#people3 {
	background-image: url(images/people3.jpg);
}


.people {
	background-position: center;
	width: 99%;
	height: 230px;
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	margin: 0px auto 80px auto;
	padding: 0px;
	position: relative;
}

	.people img {
		background-color: #e2a606;
		padding: 5px;
		z-index: 20;
	}

	.people p {
		font-size: 22px;
		font-weight: 900;
		padding: 10px;
		color: white;
		width: 100%;
		background-color: rgba(0, 0, 0, 0.4);
		z-index: 20;
	}

.survol {
  	background-color: rgba(226, 166, 6, 0.9);
  	position: absolute;
  	width: 100%;
  	height: 100%;
  	top: 0;
  	left: 0;
  	padding: 30px;
  	opacity: 0;
  	z-index: 10;
  	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

a:hover .survol {
	opacity: 1;
}
	
	.survol p {
		font-size: 14px;
		font-weight: 400;
		background-color: rgba(0, 0, 0, 0.0);
		line-height: 130%;
		padding: 0px;
		text-align: justify;
	}


#worker {
}

	#worker .col-lg-6 {
		z-index: 10;
	}

	#worker p{
		color: white;
		text-align: left;
		margin-bottom: 20px;
		font-size: 17px;
	}

	#worker img{
		color: white;
		text-align: left;
		padding-top: 50px;
	}

	#worker #titre {
		text-transform: uppercase	;
		font-size: 36px;
		font-weight: 900;
		margin-bottom: 20px;
	}

	#worker a {
		text-transform: uppercase	;
		font-size: 17px;
		font-weight: 400;
		padding: 15px 20px;
		background-color: #e2a606;
		color: white;
		display: block;
	}

	#worker a:hover {
		background-color: white;
		color: #222222;
		-webkit-transition: all 0.3s ease-in;
-moz-transition: all 0.3s ease-in;
-ms-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
	}


.overlay {
  background: url(images/program_management.jpg) no-repeat 0, 0;
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
  margin-top: 70px;
}

.overlay:after {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.7);
}

.col1 {
	display: flex;
	align-items: center;
    justify-content: center;
}

.col2{
	flex-direction: column;
	display: flex;
    justify-content: center;
    align-items: flex-start;
}


#services p {
	text-align: center;
	font-size: 17px;
	width: 28vw;
	margin-bottom: 60px;
}

#services img {
	width: 100%;
}

#services #titre {
	font-size: 34px;
	font-weight: 900;
	margin-bottom: 20px;
}

.center {
	display: flex;
	align-items: center;
	flex-direction: column;
}

.articles p {
	width: auto;
	margin-bottom: 20px;
	color: black;
}

.articles h2 {
	font-size: 17px;
	font-weight: 700;
	margin-bottom: 20px;
	color: black;
	margin-top: 20px;
}

.articles img {width: 100%;}

.articles .col {
	border-bottom: 1px solid #e2a606;
	position: relative;
	margin: 0px calc(var(--bs-gutter-x) * .5) 0px calc(var(--bs-gutter-x) * .5);
	padding: 0px;
}

.articles .col:after {
	content: url("images/articles_arrow.jpg");
	position: absolute;
	right: 0;
	bottom: 0;
	margin-bottom: -3px;
}


.bandeau {
	background: url(images/bandeau.jpg);
	min-height: 190px;
}




footer {
	background-color: #222222;
	padding: 100px;
	margin-top: 60px;
}

	footer .titre {
		font-size: 28px;
		font-weight: 700;
		color: white;
		margin-bottom: 25px;
	}

	footer ul {
		color: #959595;
	}

	footer li {
		line-height: 200%;
	}

	footer p {
		color: #959595;
		font-size: 14px;
	}

.no-padding	 {
	padding: 0px;
}

.btn {
	border-radius: 0px;
}

.btn-primary {
    color: #fff;
    background-color: #e2a606;
    border-color: #e2a606;
}

.btn-primary:hover {
    color: #fff;
    background-color: #ba8d16;
    border-color: #e2a606;
}

.form-control {
	border-radius: 0px;
	background-color: rgba(0, 0, 0, 0);
}


h2 {
	font-size: 34px;
	font-weight: 900;
	color: black;
	margin-bottom: 35px;
}

.services {
	border-top: 1px solid black;
	padding-top: 35px;
}

.services .titre2 {
	font-size: 27px;
	font-weight: 900;
	color: #e2a606;
	margin-bottom: 35px;
}

.services p {
	line-height: 130%;
	text-align: justify;
	font-size: 14px;
}

.services img {
	margin-top: 35px;
}

#contact {
	margin-top: 70px;
}

#contact .titre2 {
	font-size: 34px;
	font-weight: 900;
	color: black;
	margin-bottom: 70px;
}

.bandeau_contact {
	background: url(images/bandeau_contact.jpg);
	min-height: 190px;
}

#jaune {
	font-size: 27px;
	font-weight: 900;
	color: #e2a606;
	margin-bottom: 35px;
}

input {
	margin-top: 25px;
}

button {
	margin-top: 25px;
}

#center {
	display: flex;
	justify-content: center;
}

#contact .btn {padding: 10px 30px;}

textarea {
	margin-top: 25px;
}

#contact li {
	border-bottom: 1px solid grey;
	padding: 15px 0px;
}

#contact i {
	color: #e2a606;
	margin-right: 5px;
}

.col-4 #jaune {
	margin-top: 100px;
}

textarea.form-control {
    min-height: calc(9.5em + 0.75rem + 2px);
}

#contact ul {
	margin-bottom: 70px;
}

iframe {
	width: 100%;
	margin-top: 80px;
	margin-bottom: -60px;
}



@media (max-width: 1400px) {
	
}



@media (max-width: 1200px) {
	
}



@media (max-width: 992px) {
.people {
		width: 350px;
	}
}



@media (max-width: 768px) {

	.people {
		width: 350px;
	}

	#worker .col-lg-6 {
		margin-bottom: 50px;
	}

	.slider1 p {
		width: 55vw;
	}

	.articles .col-md-4 {
		width: 93%;
	}

	.carousel {
		display: none;
	}

	#activite {
		margin-top: 150px;
	}
	
}



@media (max-width: 576px) /*md*/{
		.col1 img {
			width: 80%;
		}


		.people {
		width: 250px;
		margin-bottom: 30px;
	}

	.articles .col-md-4 {
		width: 94%;
	}

	#services p{
		width: 70vw;
	}

	.slider1 {
		min-height: 520px;
	}

		.slider1 h1{
			font-size: 32px;
		}

	footer {
		padding: 30px;
	}

	footer .col-lg-3 {
		margin-bottom: 50px;
	}

	footer .col-8 p {
		margin-left: 12px;
	}

#contact .btn {
	margin-bottom: 60px;
}
}