/************ PAGE NOS OFFRES START ********************/
div.dropdown-line.row{
	margin-left: 0px!important;
	margin-right:0px!important;
	justify-content: center;
}

div.grid.row{
	margin-left: 0px!important;
	margin-right:0px!important;
	justify-content: center;
}

.container-offres{
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: #f4f5f8ad;
}

.titre-offres{
    margin: auto;
    text-align: center;
    padding:30px 20px;
}

#modal-taille{
	width: 250px;
}

.dropdown-line{
	padding-top: 20px;
}

.dropdown{
	padding: 20px;
}

#offres .dropdown-menu{
	padding: 10px;
}

.bloc-pagination{
	margin-left: 15px;
}

.pagination{
	padding: 20px;
}

#offres .page-item .page-link{
	margin-left: 0;
    margin-right: 20px;
    border-radius: 50%;
    background-color: #1a2951;
    color: #FFF;
    margin-left: 10px;
}

#offres .page-item .page-link:hover{
	color: #1a2951;
	background-color: #FFF;
	border: 1px solid #1a2951;
}

#offres .page-item:first-child .page-link {
	margin-left: 0;
	margin-right: 10px;
	background-color: #1a2951;
	color: #FFF;
	border-top-right-radius: 0.25rem;
	border-bottom-right-radius: 0.25rem;
}

#offres .page-item:first-child .page-link:hover{
	color: #1a2951;
	background-color: #FFF;
	border: 1px solid #1a2951;
}

#offres .page-item:last-child .page-link{
	margin-left: 0;
	margin-right: 20px;
	background-color: #1a2951;
	color: #FFF;
	border-top-left-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
}

#offres .page-item:last-child .page-link:hover{
	color: #1a2951;
	background-color: #FFF;
	border: 1px solid #1a2951;
}

.btn-dropdown{
	background-color: #1a2951;
	color: #FFF;
}

.btn-dropdown:hover{
	color: #1a2951;
	background-color: #FFF;
	border: 1px solid #1a2951;
}

.m-checkbox > input:checked ~ span{
	border: 1px solid #1a2951!important;
}

.btn-appliquer{
	background-color: #e62f4a;
	color: #FFF;
	width: 100%;
	text-transform: uppercase;
}

.btn-appliquer:hover{
	background-color: #FFF;
	color: #e62f4a;
	border: 1px solid #e62f4a;
}

#offres .card{
	margin: 10px!important;
	border: 1px solid #1a2951;
	color: #1a2951;
}

.titre-poste{
	display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
}

#offres .clock, .map{
	padding-right: 5px;
}

#offres .map{
	padding-bottom: 10px;
}

#offres .text-poste{
	text-align: justify;
}
/************ PAGE NOS OFFRES END ********************/


/************ MEDIA QUERIES START **************/ 
@media screen and (max-width: 374px){
	.dropdown-line{
		flex-direction: column;
	}
}

@media screen and (max-width: 425px){

}

@media screen and (max-width: 768px){

}

@media screen and (min-width: 768px) and (max-width: 1024px) {

}

@media screen and (max-width: 1024px){

}

/************ MEDIA QUERIES END **************/ 

