



body{
	font-family: Calibri, Arial, Verdana, sans-serif;
	font-size: 18px;
	line-height:1.5;
	color:#4e4e51

}



header a {
  text-decoration: none;
}

header {
  padding: 0 20px;
  background-color: #FFFFFF;
  height: 135px;
  display: flex;
  justify-content: space-between;
  font-family: 'Open Sans', sans-serif;
  border-bottom:#c0c5c8 2px solid;
  margin-bottom:2px;
}


header ul {
	margin-top: 10px;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: space-around;
	font-size: 18px;
	font-weight: medium;
}

header ul a {
	color: #7a868c;
}

header ul li {
	padding: 5px;
	margin-left: 10px;
}


header ul li a:hover {
  color: #7a868c;
}


#offres,
#candidat {
  border-radius: 5px;
  padding: 7px 32px;
  font-size:18px;
  font-weight:normal;
}

#offres {
  background-color:#ff9614;
}

#candidat {
  background-color:#79868e;
}

#candidat a {
  color: #FFFFFF;
  text-transform:uppercase;
}

#offres a {
  color: #FFFFFF;
  text-transform:uppercase;
}

#hamburger-icon {
  margin: auto 0;
  display: none;
  cursor: pointer;
}

#hamburger-icon div {
  width: 35px;
  height: 3px;
  background-color: #7a868c;
  margin: 6px 0;
  transition: 0.4s;
}

.open .bar1 {
  -webkit-transform: rotate(-45deg) translate(-6px, 6px);
  transform: rotate(-45deg) translate(-6px, 6px);
}

.open .bar2 {
  opacity: 0;
}

.open .bar3 {
  -webkit-transform: rotate(45deg) translate(-6px, -8px);
  transform: rotate(45deg) translate(-6px, -8px);
}

.open .mobile-menu {
  display: block;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
 
}

.mobile-menu {
  display: none;
  text-align:center;
  position: absolute;
  top: 120px;
  background-color:#FFFFFF;
  left: 0;
  height: 270px;
  width: 100%;
  z-index:10;
  padding-right:10px;
}

.mobile-menu li {
  margin-bottom: 10px;
}


a {
	text-decoration: underline;
	color:#ff8600
}

a:hover{
	text-decoration: underline;
	color:#4e4e51
}

.clear {
	clear: both;
}


.container img {width: 100%; display: block; height:100%}


.logo_accueil {
padding: 20px 0px 20px 10px;
margin-left:0px;
margin-right:auto;
height:auto;
display: block;
min-width:225px;
max-width:225px;
}

.pages_offres  {
	padding-top:20px;
background: linear-gradient(#cacfd1, #eeeff0,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF, #FFFFFF, #FFFFFF, #FFFFFF, #FFFFFF);
}



.pro {
	background-image:url(../images/pro.jpg);
	background-repeat:no-repeat;
	background-position:top ;
	padding-top:80px
} 

.qui {
	background-image:url(../images/qui.jpg);
	background-repeat:no-repeat;
	background-position:top ;
	padding-top:80px
}  

.qui img{
	padding:20px 20px 20px 20px;
	max-width:500px;
	height:auto
}

.contacter{
	background-image:url(../images/contact.jpg);
	background-repeat:no-repeat;
	background-position:top ;
	padding-top:80px
}


 
.content {
	width:80%;
	padding-top:30px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:30px
}


.bandeau_contact  {
height:236px;
position:relative;
background-image:url(../images/bandeau_contact02.jpg);
 background-position:center;
}

.bandeau_pro  {
height:209px;
position:relative;
background-image:url(../images/bandeau_pro02.jpg);
 background-position:center;
 margin-top:25px;
 margin-bottom:25px

}

.bandeau  {
width:100%;
height:345px;
}
 
.bandeau_accueil {
	height: 345px;
	background-image: url(../images/bandeau_accueil.jpg);
	position: relative;
}

.crossfade > figure {
  animation: imageAnimation 30s linear infinite 0s;
  backface-visibility: hidden;
  color: transparent;
  height: 345px;
  background-repeat:no-repeat;
  background-position:right;
  opacity: 0;
  position: absolute;
  width: 100%;
  z-index: 0;
}

.crossfade > figure:nth-child(1) { background-image: url('../images/bandeau01.jpg'); }
.crossfade > figure:nth-child(2) {
  animation-delay: 6s;
  background-image: url('../images/bandeau02.jpg');
}
.crossfade > figure:nth-child(3) {
  animation-delay: 12s;
  background-image: url('../images/bandeau03.jpg');
}
.crossfade > figure:nth-child(4) {
  animation-delay: 18s;
  background-image: url('../images/bandeau04.jpg');
}


@keyframes 
imageAnimation {  0% {
 animation-timing-function: ease-in;
 opacity: 0;
}
 8% {
 animation-timing-function: ease-out;
 opacity: 1;
}
 17% {
 opacity: 1
}
 25% {
 opacity: 0
}
 100% {
 opacity: 0
}
}

 
.recherche {
	margin-top:50px;
	/*margin-left:40px;*/
	padding:10px 10px 10px 10px;
 /* background: rgba(255, 255, 255, 0.6); */
}

.recherche img{
margin-left:0px;
margin-right:auto;
height:auto;
display: block;
max-width:396px;
margin-bottom:10px	
}


input {
  border-radius: 5px;
  padding: 3px 20px;
  font-size:20px;
  font-weight:normal;
  border:1px solid #ff8400;
  /*color:#999;*/
  width:100%;
  margin-bottom:10px;
  margin-top:10px
}

select {
  border-radius: 5px;
  padding: 3px 20px;
  font-size:20px;
  font-weight:normal;
  border:1px solid #79868e;
  background-color:#FFFFFF;
  color:#999;
  width:100%;
  margin-bottom:10px;
  margin-top:10px
}

.button_gris {
  border-radius: 5px;
  padding: 5px 20px;
  font-size:20px;
  font-weight:normal;
  background-color:#7a868c;
  border-color:#7a868c;
  color:#FFFFFF;

}

.pictos {
	text-align:center;
	text-transform:uppercase;
	color:#79868e;
	font-weight:bold
 }
 
.pictos img{
	max-width:83px;
	height:auto;
	display:block;
	margin-left:auto;
	margin-right:auto
 }

.offre_une {
	border-bottom: 1px solid #ff8600;
	
	margin-bottom: 5px;
	/*margin-left:10px;*/
	text-transform: uppercase;
	font-size: larger;
}

.offre_une.color_0 {
	background-color: #f7f7fb;
}



.button_orange {
  border-radius: 5px;
  padding: 5px 20px;
  font-size:20px;
  font-weight:normal;
  background-color:#ff8600;
  color:#FFFFFF;

}

.moteur_recherche{
	background-color:#ececed;
	padding: 10px 10px 10px 10px;
	/*width:90%*/
	}

.elements{
	float:right
 }	

.elements_select{
	width:30%;	
font-size:medium;
 }	

.offre_liste{
background-color:#ececed;
border:2px solid #FFFFFF;
padding-bottom:10px;
padding-top:10px;
padding-left:20px;
padding-right:20px;
margin-top:10px;
margin-bottom:10px;
/*margin-left:10px;*/
 }

.titre_offre_liste {
font-family: 'Open Sans', sans-serif;
text-transform:uppercase;
font-size:larger;
font-weight:bold;
padding-bottom:10px;
border-bottom:1px solid #ff9614;
margin-bottom:5px
 }

.s_titre_offre_liste {
font-family: 'Open Sans', sans-serif;
color:#79868e;
text-transform:uppercase;
font-size:large;
margin-top:10px;
padding-bottom:10px;
margin-bottom:5px
 }

.resume_offre{
	margin-top:15px;
 }

.prec_suiv{
	margin-top:15px;
	margin-bottom:15px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	color:#ff9614
 }

.prec_suiv a{
color:#79868e;
text-decoration:none;
margin-left:10px;
margin-right:10px
 }



.contact {
	width:100%;
	background:#ff9614;
	color:#FFFFFF;
	text-transform:uppercase;
	text-align:center;
	padding-top:5px;
	padding-bottom:5px
 }

.contact a{
	text-decoration:none;
	color:#FFFFFF
 }

.contact a:hover{
	text-decoration:none;
	background-color:#79868e;
	padding :10px 10px 10px 10px;
	width:100%
 } 

.etudiant{
	background-color:#eeeff0;
	padding :25px 25px 25px 35px;
	margin-top:20px;
	margin-top:20px;
	margin-left:20px;
	margin-right:auto;
	border:1px solid #79868e;
	width:94%
 } 

.onsite{
	background-color:#fbe9b9;
	padding :25px 25px 25px 35px;
	margin-top:20px;
	margin-top:20px;
	margin-left:20px;
	margin-right:auto;
	border:2px dotted #ff9614;
	width:94%;
	text-align:center
 } 



h1 {
font-family: 'Open Sans', sans-serif;
color:#79868e;
text-transform:uppercase;
font-size:xx-large;
font-weight:bold;
padding-bottom:10px;
border-bottom:1px solid #79868e;

 }
 
 
h2 {
font-family: 'Open Sans', sans-serif;
color:#79868e;
font-style:italic;
line-height:1;
padding-bottom:10px;
font-size:xx-large
 }
 
h3 {
font-family: 'Open Sans', sans-serif;
text-transform:uppercase;
font-size:xx-large;
font-weight:bold;
padding-bottom:10px;
border-bottom:1px solid #ff9614;
margin-bottom:5px
 }

h4 {
font-family: 'Open Sans', sans-serif;
text-transform:uppercase;
font-size:x-large;
font-weight:bold;
text-align:center;
margin-bottom:35px
 }

h5 {
font-family: 'Open Sans', sans-serif;
text-transform:uppercase;
font-size:larger;
font-weight:bold;
margin-bottom:15px;
margin-top:25px;
 }

h6 {
font-family: 'Open Sans', sans-serif;
text-transform:uppercase;
font-size:large;
font-weight:bold;
text-align:center;
margin-top:50px;
margin-bottom:25px
 }

.sous-titre {
font-family: 'Open Sans', sans-serif;
color:#79868e;
font-style:italic;
line-height:1.5;
padding-bottom:10px;
font-size:medium
 }


.hr {
  height: 1px;
  background-color: #ff9614;
  /*width:100%;*/
  margin-left:auto;
  margin-right:auto;
  margin-top:20px;
  margin-bottom:20px;
}

.hr2 {
  height: 1px;
  background-color: #79868e;
  width:100%;
  margin-left:auto;
  margin-right:auto;
  margin-top:30px;
  margin-bottom:20px;
}


.offre_details{
	margin-top:20px;
	margin-bottom:30px
 }

.offre_details ul{
	list-style:outside;
	margin-top:10px;
  font-size:18px;
  font-weight:medium;
 }



 
.footer {
font-size:18px;
color:#FFFFFF;
width:100%;
padding-left:30px;
padding-right:20px;
text-align:left;
padding-top:10px;
padding-bottom:30px;
background-color:#7a868c;

 }

.footer a {
color:#FFFFFF;
text-decoration:none

}

.footer img {
	max-width:40px;
	height:auto;
	display:block;
	margin-left:auto;
	margin-right:15px;
	float:left

} 



.btn-orange {
	padding: 5px 20px;
    font-size: 20px;
    font-weight: normal;
    background-color: #ff8600;
    color: #FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
}
.btn-orange:hover {
	color: #FFFFFF;
}

.btn-gris {
	padding: 5px 20px;
    font-size: 20px;
    font-weight: normal;
    background-color: #7a868c;
    color: #FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
}
.btn-gris:hover {
	color: #FFFFFF;
}


.fleche img{
	max-width:45px;
	height:auto;
	display:block;
	margin-left:auto;
	margin-right:auto
 }





.pagination .page-link {
    border: none;
    color:#ff9614;
}
.pagination .page-item.active .page-link {
    background-color: #ff9614;
}
.pagination .page-item.disabled a {
	text-decoration:none;
}

.custom-select {
	border:1px solid #79868e;
	font-size:20px;
	padding: 3px 20px;
  	color:#999;
  	height:auto;
}
    
