/*
Theme Name: Ardèche Iframe Interne
Theme URI: https://departement07.intuition-web.com/
Author: Paradisiak.com	
Author URI: https://paradisiak.com
Description: Theme Paradisiak for Iframe
Version: 1.0
*/

body {
	font-family: myriad-pro, sans-serif;
}

.admin-bar header {
	top: 32px;
	/* on prend en compte le décalage */
}

.admin-bar .search-container {
	top: 32px;
}

.search-container {
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: #fff;
	z-index: 1030;
	width: 100%;
	padding: 10px 10px 0px 10px;
	box-shadow: 0 0 30px rgb(21 55 44 / 10%);
}

.input-group-text {
	background-color: #616264;
	border: 0px solid #616264;
	border-radius: 0em;
	color: #fff;
}


.contract {
	padding: 0.5em 1em;
	border-radius: 2.5rem;
	background-color: #e5e6e7;
}

/* .contract-cdi {
} */

/* .contract-cdd {
	background-color: #e5e6e7;
	border: 1px solid #e5e6e7;
}

.contract-autre {
	background-color: #fff;
	border: 1px solid #e7e6e6;
} */




h1.single-title {
	color: #116DB5;
}

.form-select:focus {
	border-color: #616264;
	box-shadow: none;
	color: #fff;
}

.form-control:focus {
	background-color: #616264;
	border-color: #616264;
	box-shadow: none;
	color: #fff;
}

ul {
	list-style: none;
}

li {
	text-decoration: none;
}

a {
	text-decoration: none;
}

/* HEADER */



/* NOT MOBILE MEDIA */
.search-location {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.searchrow {
	margin-left: 0.5em;
	margin-right: 0.5em;
	margin-bottom: 1em;
	padding: 0.5em 10px;
	border-radius: 2.5rem;
	text-decoration: none;
	border: 1px solid #616264;
	background-color: #616264;

}


/* SEARCH */



div.search .form-select {
	color: #253746;
}

.nb-results {
	padding-bottom: 1em;
	text-align: center;
	color: #253746;
}

.form-control {
	border: 0px solid #616264;
	background-color: #616264;
	background-clip: border-box;
	border-radius: 0px;
	font-size: 1em;
	position: relative;
	z-index: 0;
	color: #fff;
}

.form-control::placeholder {
	color: #fff;
	opacity: 1;
}

.form-control option {
	color: #fff;
	background-color: #616264;
}

.searchrow .col-sm-4.search-item:nth-child(1):after {
	position: relative;
}

.searchrow .col-sm-4.search-item:nth-child(1):after {
	content: "\25BC";
	position: absolute;
    top: 29%;
    right: 5.6em;
	transform: translateY(-50%);
	color: #fff;
	z-index: 2;
	font-size: 10px;
}

.btn-grey,
.btn-grey:visited {
	color: #979797;
	background-color: #fff;
	border-color: #fff;
	border: 2px solid #fff;
}

.btn-grey:hover {
	color: #979797;
	border: 2px solid #979797;
}

.btn-init {
	margin-right: 2em;
}

.btn-red,
.btn-red:visited {
	background-color: #116DB5;
	border-color: #116DB5;
	color: #fff;
	border: 2px solid #fff;
}

.btn-red:hover {
	color: #116DB5;
	border: 2px solid #116DB5;
	background-color: #fff;
}


.search form {
	padding: 0;
	padding-bottom: 0px;
}

#searchsubmit {
	cursor: pointer;
	padding-left: 2em;
	padding-right: 2em;

}


/* PAGE CONTENT */

h1.title-block {
	text-align: center;
	padding-top: 1em;
	padding-bottom: 0.5em;
}

.page-content {
	z-index: 3;
	text-align: left;
	background-color: #fff;
	padding-top: 20px;
	/*    padding: 60px 20px 40px;*/
}

.page-home {
	padding-top: 180px;
}


.btn {
	border-radius: 2.5rem;
	font-weight: 600;
	text-decoration: none;
	margin-bottom: 1em;
	padding: 0.3em 2em;
}

.btn-bordered-red {
	display: inline-block;
	border: 2px solid #116DB5;
	background-color: #116DB5;
	color: #fff;
}


.btn-bordered-red:hover {
	background-color: #fff;
	color: #116DB5;
	border-color: currentColor;
}


/* JOB LISTING */

#joblisting {
	padding: 0em 1em;
}

#joblisting li {
	position: relative;
	text-align: left;
	border-bottom: solid 1px #dfdfdf;
	padding: 15px 0;
	cursor: pointer;
}

.nav-pagination {
	width: auto !important;
	margin-top: 3em;
}



.page-item.active .page-link {
	z-index: 3;
	color: #fff;
	background-color: black;
	border-color: black;
}


.page-link,
.page-link:visited {
	padding: .375rem .75rem;
	position: relative;
	display: block;
	color: black;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid black;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}


span.contract {
	color: #1D2023;
	font-size: 16px;
}

#joblisting li h3 {
	font-weight: 500;
	letter-spacing: 1px;
	font-size: 1em;
	color: #1D2023;
	-webkit-transition: All .3s linear;
	-moz-transition: All .3s linear;
	-ms-transition: All .3s linear;
	-o-transition: All .3s linear;
	transition: All .3s linear;
}

#joblisting li .gosign {
	position: absolute;
	right: 0;
	top: 50%;
	height: 20px;
	width: 20px;
	background-image: url(images/gosign.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 2;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.job-location:before {
	content: "";
	position: absolute;
	left: -20px;
	top: 50%;
	height: 20px;
	width: 20px;
	background-image: url(images/pinpoint.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 2;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.job-location {
	position: relative;
	color: #383838;
	margin-top: 20px;
	margin-left: 25px;
	font-weight: 500;
	font-size: 16px;
	display: inline;
}

p.job-location,
p.posted {
	padding-left: 10px;
	margin-bottom: 0.5em;
}


.intuitiondescription ul {
	list-style: none;
	/* Remove default bullets */
}

.intuitiondescription ul li::before {
	content: "\2022";
	/* Add content: \2022 is the CSS Code/unicode for a bullet */
	color: black;
	/* Change the color */
	font-weight: bold;
	/* If you want it to be bold */
	display: inline-block;
	/* Needed to add space between the bullet and the text */
	width: 1em;
	/* Also needed for space (tweak if needed) */
	margin-left: -1em;
	/* Also needed for space (tweak if needed) */
}

#see-more {
	text-align: center;
	padding: 1em;
}

/* JOB DESCRIPTION */

a.back {
	font-weight: 600;
	letter-spacing: 1px;
	margin-bottom: 10px;
	color: #383838;
	font-size: 17px;
	margin-left: 30px;
	position: relative;
	width: fit-content;
	max-width: 90%;
	-webkit-transition: All .3s linear;
	-moz-transition: All .3s linear;
	-ms-transition: All .3s linear;
	-o-transition: All .3s linear;
	transition: All .3s linear;
}

a.back:hover {
	margin-left: 40px;
	-webkit-transition: All .3s linear;
	-moz-transition: All .3s linear;
	-ms-transition: All .3s linear;
	-o-transition: All .3s linear;
	transition: All .3s linear;
}

a.back:before {
	content: "";
	display: block;
	position: absolute;
	z-index: 2;
	pointer-events: none;
	left: -20px;
	top: 7px;
	height: 11px;
	width: 11px;
	border-top: solid 3px #383838;
	border-right: solid 3px #383838;
	-webkit-transform: rotate(225deg);
	-moz-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	-o-transform: rotate(225deg);
	transform: rotate(225deg);
}

.social-share {
	color: #fff;
	background-image: url(images/social-bg.svg);
	background-repeat: no-repeat;
	background-size: cover;
	float: right;
	margin-top: -60px;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 7px;
	font-weight: 600;
}

.social-share p {
	margin-bottom: 3px;
	letter-spacing: 1px;
}

.social-share img {
	margin-right: 1em;
}

.social-share img.lastshare {
	margin-right: 0em;
}

.social-share span {
	margin-right: 1.5em;
}

div.pre-description {
	padding-bottom: 3em;
	padding-top: 1em;
}

.job-description {
	padding: 0em 2em;
}

.single-title {
	padding-bottom: 1em;
}

.single-title h1 {
	font-size: 2em;
	text-align: left;
}

.posted-on {
	color: #383838;
	font-weight: 500;
	font-size: 16px;
	display: inline;
}

.cadre {
	border: 2px solid #dfdfdf;
	padding: 1.25em 2em;
	border-radius: 10px;
	margin: 2em 0;
}

.card-picto {
	float: left;
	height: 30px;
	margin-top: 3px;
	margin-right: 0.75em;
}

.card-meta {
	font-size: 0.75em;
	margin-bottom: 0;
}

.card-meta-title {
	color: #8c8c8c;
}

.card-meta-value {
	text-transform: capitalize;
	font-weight: 600;
}

.jobdescription {
	padding-bottom: 2em;
}

.jobdescription h3 {
	color: #1D2023;
	padding-bottom: 1em;
	padding-top: 1em;
	font-family: 'Nunito', sans-serif;
}

.timeline {
	background-color: #f2f3f3;
	padding-bottom: 2em;
	border-radius: 10px;
}

.timeline h3 {
	text-align: center;
	color: #253746;
	padding-bottom: 1em;
	padding-top: 1em;
	font-family: 'Nunito', sans-serif;
}

.timeline-card {
	text-align: center;
}

.timeline-card h5 {
	color: #253746;
	padding: 1em;
	font-family: 'Nunito', sans-serif;
}

.timeline-card p {
	padding: 0em 1em;
}

.intuitionapply {
	display: none;
}

.jobapply {
	padding-top: 2em;
	padding-bottom: 2em;
	text-align: center;
}

/* FOOTER */

#wrapper-footer {
	border-top: 1px solid grey;
	padding-top: 1em;
	font-size: 12px;
	margin-top: 3em;
}

.footer-links {
	text-align: center;
}

#wrapper-footer a {
	color: #253746;
	font-size: 12px;
}


@media (max-width: 991px) {



	.search-location {
		border-left: none;
		border-right: none;
	}

	.search-item {
		background-color: #616264;
		border-radius: 0.5em;
	}


	#joblist,
	#joblisting {
		padding: 0;
	}

	.page-home .container-fluid {
		padding: 0 2%;
	}



	.job-description {
		margin: 0;
		padding: 0 3%;
	}

	.single-title h1 {
		font-size: 25px;
	}
}

@media (min-width :576px) {
	.jobline .row.align-items-center {
		max-width: 95%;
	}
}

@media (max-width: 575px) {
	.page-home {
		padding-top: 290px;
	}

	.jobline .row.align-items-center .col-2,
	.jobline .row.align-items-center .col-3 {
		width: 100%;
	}

	.jobline .row.align-items-center {
		display: flex;
		gap: 1em;
	}

	.search-item {
		margin-bottom: 1em;
	}

	.searchrow {
		border: none;
		background-color: #fff;
	}

	.jobline .col-2.text-center {
		text-align: start !important;
	}

	.jobline .col-2 {
		text-align: center;
	}


	.job-description .row {
		flex-direction: column;
		gap: 1em;
	}

	article .row .col-9 {
		width: 100%;
	}

	.jobline .row.align-items-center .col {
		min-width: 90vw;
		width: 100%;
	}

	.jobline .row.align-items-center .col-3 {
		width: 45%;
	}
	.searchrow .col-sm-4.search-item:nth-child(1):after {
		top: 56%;
	}
}