.wrapper-body {
	min-height: 700px;
    padding-top: 45px;
}
.boxes {
	position: relative;
    display: block;
    background: #fff;
    box-shadow: 0px 20px 60px 0px rgb(0 0 0 / 10%);
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 25px 15px;
}
.container-body {
	position: relative;
	left: 0;
	right: 0;
	margin: auto; 
}
body {
	background: #f4f4f4 !important;
}
.sous-head {
	background: #fff;
	min-height: 200px;
	margin-bottom: 90px;
	position: relative;
	z-index: -1;
}

.control select, .control input {
	margin-bottom: 10px;
	height: 35px;
	border-radius: 6px;
	width: 100%;
	border: 1px solid #e6ebeb;
	padding-left: 10px;
	font-size: 13.5px;
	color: #999;
	background: #f8f9fa;
}

.box-title {
	font-size: 17px;
    margin-bottom: 15px;
    color: var(--color-primary);
    letter-spacing: 0.5px;
}

#search_filter:not(.c-btn) {
	display: inline-block;
	overflow: hidden;
	font-size: 14px;
	line-height: 26px;
	font-weight: 500;
	color: #fff !important;
	text-align: center;
	height: 35px;
	border-radius: 50px;
	/* box-shadow: 0px 10px 30px 0px rgb(71 67 216 / 40%); */
	z-index: 1;
	transition: all 500ms ease;
	background: var(--color-red);
	border: 0;
	width: 100%;
	padding: 0;
	margin: auto;
	left: 0;
	right: 0;
	position: relative;
	margin-top: 20px;
}

.boxes hr {
    border-color: #f1f1f1;
    width: 100%;
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: 0;
    margin-bottom: 15px;
}

::placeholder {
	font-size: 13.5px;
	color: #495057;
}

.wrapper-body-left {
	flex: 0 0 25% !important;
	max-width: 25% !important;
	padding: 0;
	z-index : 1;
}

.wrapper-body-right {
	flex: 0 0 75% !important;
	max-width: 75% !important;
	padding-right: 0;
}

.slick-slide img {
	width: 100%;
}

.box-flipper {
	position: relative;
	display: block;
    background: #fff;
    box-shadow: 0px 20px 60px 0px rgb(0 0 0 / 10%);
    border-radius: 10px;
    margin-bottom: 20px;
    height: 55px;
    line-height: 55px;
}

.box-flipper p > span {
	font-weight: 700;
}

.box-flipper p {
	font-size: 13.5px;
	float: left;
}

.box-flipper select {
	float: right;
    border: 1px solid var(--color-move);
    border-radius: 4px;
    padding: 4px;
    position: relative;
    top: 9px;
    color: var(--color-move);
    font-size: 13.5px;
    max-width: 145px;
    width: fit-content;
}

.boxes-list {
	position: relative;
    display: block;
    background: #fff;
    box-shadow: 0px 20px 60px 0px rgb(0 0 0 / 10%);
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 25px 15px;
    cursor: pointer;
	transition: all 0.2s;
	border: 2px solid white;
}
.boxes-list:hover {
	border: 2px dashed var(--gray-dark);
	transform: scale(1.01);
    transition: all 0.2s;
}

.boxes-list img {
	width: 75px;
    background: var(--color-blue-light);
    padding: 13px;
    border-radius: 8px;	
}

.boxes-list h1 {
	font-size: 23px;
	color: var(--color-move);
	margin-top: 5px;
}

.boxes-list h2 {
	font-size: 14px;
	margin-top: 5px;
	color: #6c757d;
}
.appel_offers{
	background-color: #1f4287;
}
.consultant{
	background-color: #278ea5;
}
.boxes-list h5 {
    color: white;
    padding: 4px 8px;
    border-radius: 5px;
    width: fit-content;
    font-size: 11.5px;
}

.boxes-list p {
	font-size: 13px;
    color: #9e9e9e;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 15px;
}

.boxes-list p > span {
	background: var(--color-red);
	color: black;
	border-radius: 2px;
	padding: 4px 10px;
	font-size: 10.5px;
	display: inline-block;
	margin-bottom: 5px;
	margin-right : 5px;
}

.boxes-list h4 {
	font-size: 14px;
    color: #6c757d;
}

.boxes-list a:hover {
	text-decoration: underline;
}

.control select:focus, .control input:focus {
	outline: none;
	box-shadow: none !important;
	border: 1px solid var(--color-primary); 
}

.bootstrap-select.form-control {
	margin-bottom: 15px !important;
}

.bootstrap-select.form-control button {
	border: 1px solid #e6ebeb;
    font-size: 14px;
}

.adfix {
	position: fixed !important;
	top: 0;
	display: block !important;
}

#search_filter:hover {
    background: var(--color-move);
}

