/*
Theme Name:   A2 SOLUTION	
descriptif-col-gauche:  A2 SOLUTION
Author:       LB-creations
Template:     Divi
Version:      1.0.0
*/


/*****************/
/**MODIF POLICES**/
/*****************/

html {
    font-size: 10px;
}
#et-main-area, #et-main-area p, li {
    font-size: 1.8rem;
	line-height: 2.85rem;
	font-weight:400;
}
h1 {
	font-size: 5.5rem;
}
/*.home h1 {
	font-size: 3.6rem;
	line-height: 5rem;
	padding-bottom: 0;
}*/
h2 {
	font-size: 5rem;
}
h3 {
	font-size: 3.5rem !important;
}
h4, h4 .job-title {
	font-size: 2.3rem !important;
    font-weight: 600;
}
blockquote {
    border-width: 0;
    border-radius: 0.5rem;
    /*background-image: linear-gradient(90deg, rgb(243 215 215) 0%, rgb(255 255 255 / 0%) 50%);*/
	box-shadow: #f3d7d7 -4px 0px 0px 1px;
	padding: 0.5rem 1rem !important;
}
blockquote p {
	font-size: 2.2rem !important;
    line-height: 3rem !important;
    font-style: italic;
	padding: 0.5rem 0 !important;
}
.section-visuel, .section-visuel p {
	font-size: 5rem !important;
	line-height: 5rem !important;
}
ul {
    line-height: 1.6em !important;
}
@media (max-width: 1440px) {
	html {
    	font-size: 8px;
	}	
}
@media (max-width: 480px) {
	html {
    	font-size: 7px;
	}
	/*.home h1 {
	font-size: 5.8vw;
	line-height: 7vw;
	}*/
	h2 {
	font-size: 4rem !important;
	}
}

/*****************/
/**MODIF DIVERS***/
/*****************/

/*modifier la scroll bar sur certain navigateur*/
::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}
::-webkit-scrollbar-thumb {
    background: #cd1212;
}
::-webkit-scrollbar-track {
    background: #3f3e41;
}

/*fix horizontal scroll*/
#page-container {
	overflow-x: hidden;
}

/*row width*/
.et_pb_row, .container {
	width: 90% !important;
}

/*vertical center*/
.vertical-center {
	display: flex;
    flex-direction: column;
    justify-content: center;
	/*ou
	display: flex;
	flex-wrap: wrap;
	align-content: center;*/
}
/*forcer format image*/
.image-1_1 img {
    aspect-ratio: 1/1;
    object-fit: cover;
}
.image-2_3 img {
    aspect-ratio: 2/3;
    object-fit: cover;
}
.image-3_2 img {
    aspect-ratio: 3/2;
    object-fit: cover;
}
/*forcer remplissage image*/
.full-image, .full-image span {
	height: 100%;	
}
.full-image img {
	height: 100%;
	object-fit: cover;
}
/*supprimer légende image zoom*/
.mfp-bottom-bar {
	display: none;
}

/*coin arrondi img*/
.coin-arrondi, .coin-arrondi img, .coin-arrondi .et_pb_slide, .content-menu .coin-arrondi {
	border-radius: 25px;
	overflow: hidden;
}
/*circle-title*/
.circle-title h2:before {
    content: '';
    z-index: -1;
    width: 6rem;
    height: 6rem;
    left: -1.5rem;
    top: -1rem;
    border-radius: 100em;
    position: absolute;
    background-color: #82B19E;
}
.circle-title h3:before {
    content: '';
    z-index: -1;
    width: 4rem;
    height: 4rem;
    left: -0.9rem;
    top: -0.5rem;
    border-radius: 100em;
    position: absolute;
    background-color: #82B19E;
}

/*TITRE SOULIGNE*/
.titre-souligne {
	width: fit-content;
	padding-left: 2.5rem;
}
.titre-souligne.title-center {
	margin: auto;
}
.titre-souligne.title-white  h2:after {
	background: #ffffff !important;
}
.titre-souligne h2:before, .sjb-page h2:before {
    content: "";
    width: 2rem;
    height: 2rem;
    background: #cd1212;
    display: block;
    position: absolute;
    left: -3rem;
    bottom: -1rem;
    z-index: 1;
    border-radius: 100em 0;
}
.titre-souligne h2:after, .sjb-page h2:after {
    content: "";
    width: 15rem;
    height: 1px;
    background: #3f3e41;
    display: block;
    position: absolute;
    left: -5rem;
    bottom: 0rem;
    z-index: 0;
}
.sjb-page h2 {
	position: relative;
	width: fit-content;
	left: 2.5rem;
	padding-bottom: 10px;
	margin-bottom: 3rem;
}

/********************/
/*PAGE OFFRES EMPLOI*/
/********************/

.sjb-page .sjb-filters.sjb-filters-v2, .sjb-page .sjb-filters.sjb-filters-v1 {
    background-color: #d6d3e6;
    border-radius: 2rem;
}
.sjb-page input, .sjb-page select, .sjb-page textarea {
    border-radius: 5px !important;
	border-width: 0 !important;
}
.section-offres .sjb-page .list-data .v2 .job-info, .section-offres .sjb-page .list-data .v1 .job-info {
    margin: 0 0 3rem;
	width: calc(100% - 6rem);
}
.section-offres .job-info h4 {
	min-height: 6rem;
}
.sjb-page .list-data .v2 .job-info h4 a:hover, .sjb-page .list-data .v1 .job-info h4 a:hover {
    color: #cd1212;
}
.section-offres .job-description p {
	min-height: 14rem;
}
.section-offres .sjb-page .list-data .v2, .section-offres .sjb-page .list-data .v1 {
    border-radius: 2rem;
	background-image: url(https://test.lb-creations.fr/A2SOLUTION/wp-content/uploads/2025/11/favicon.png);
	background-size: 8rem;
    background-repeat: no-repeat;
    background-position: right 0.5rem;
}
.sjb-page .sjb-listing .grid-item .list-data .v2 .btn, .sjb-page .sjb-listing .grid-item .list-data .v1 .btn, .sjb-page .sjb-listing .btn {
	color: #fff;
    padding: 10px 20px;
    margin-right: 5px;
    background: #3f3e41;
    border-radius: 0.5rem;
    font-size: 1.85rem;
    border-width: 0;
}
.sjb-page {
	padding: initial;
}
.sjb-listing .list-data .job-date {
	display: none !important;
}

/****************/
/*PAGE JOBS******/
/****************/
@media (min-width: 981px) {
	#left-area {
		width: 75%;
	}
	#sidebar {
		float: left;
		width: 25%;
}
	.et_right_sidebar #main-content .container:before {
		right: 25% !important;
	}
}

.job-listing-widget {
    list-style: disc;
    padding-left: 2rem;
}

.single-jobpost .et-l--header>.et_builder_inner_content>.et_pb_section.et_pb_section_0_tb_header {
	background: #fff !important;
}

/*.single-jobpost .container {
	padding-top: 18rem !important;
}*/
.sjb-page .sjb-detail {
    margin: 0;
}
.single-jobpost .sjb-job-info {
	display: none !important;
}
.sjb-page header .row {
    flex-direction: column;
}
.sjb-page .list-data .sjb-job-type-location-date {
    border-top: 0.4rem solid #cd1212;
}
.sjb-page .list-data .v2 .job-type, .sjb-page .list-data .v2 .job-location, .sjb-page .list-data .v2 .job-date, .sjb-page .list-data .v1 .job-type, .sjb-page .list-data .v1 .job-location, .sjb-page .list-data .v1 .job-date {
    font-size: 2rem;
    display: flex;
    align-items: baseline;
}

@media (min-width: 992px) {
    .sjb-job-type-location-date .col-md-3 {
        width: 33.333333%;
    }
}
.single-jobpost .sjb-page header {
	border-bottom: solid 1px #3f3e41;
	margin-bottom: 2rem;
}
.job-features .col-md-3 {
	width: 100%;
}
.job-features h4 {
    color: #3f3e41 !important;
	font-weight: bold;

}
.job-features p {
    font-weight : 800;	
}
.jobpost-form {
    background-color: #d6d3e6;
    border-radius: 2rem;
	padding:1rem 3rem;
}
.jobpost-form .btn {
    color: #fff;
    padding: 10px 20px;
    margin-right: 5px;
    background: #3f3e41;
    border-radius: 100em !important;
	border-width: 0;
    font-size: 1.85rem;
}
.jobpost-form input {
	border-radius: 5px !important;
}
.sjb-page .sjb-detail .list-data .v2 .jobpost-form label, .sjb-page .sjb-detail .list-data .v2 .jobpost-form .form-control, .sjb-page .sjb-detail .list-data .v2 .jobpost-form .file, .sjb-page .sjb-detail .list-data .v1 .jobpost-form label, .sjb-page .sjb-detail .list-data .v1 .jobpost-form .form-control, .sjb-page .sjb-detail .list-data .v1 .jobpost-form .file {
    font-size: 1.85rem;
}
.sjb-page label {
    margin-bottom: initial;
	font-weight: initial;
}