/*
Theme Name: TRA-C
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: Arkanite
Author URI:  https://arkanite.com
Template: salient
Version: 1.0
*/

.container-wrap-offres{
	font-size: 1rem;
}

@media only screen and (max-width: 999px){
	.container-wrap-offres{
		font-size: 0.938rem;
	}
}
@media only screen and (max-width: 690px){	
	.container-wrap-offres{
		font-size: 0.875rem;
	}
}
@media only screen and (max-width: 690px){
	.container-wrap-offres{
		font-size: 0.813rem;
	}
}
/* 
Titre Page
------------------------ */

.hero{	
    padding: 12.5em 0 8.375em;
    position: relative;
    background-color: #002060;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.hero-offres{	
    background-image: url(img/ExtensionADBV2@2x.jpg);
}

.hero:before{	    
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: ' ';
    z-index: 2;
	background: linear-gradient(179deg, rgba(0, 32, 96, 1) 0%, rgba(0, 32, 96, 0.53) 100%);
	opacity: 0.7;
}

.hero .container{	
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 3;
    position: relative;
}

.hero .titre-page{	
    margin: 0 2.5em;
}
.hero h1{	
	font-size: 2.175em;
    color: #FFF;
    margin-bottom: 0;
}

.hero .nectar-button{	
    margin: 0;
    background-color: #fff;
    font-family: "Poppins";
    display: flex;
    align-items: center;
    gap: 1.9em;
    font-size: 1em;
    color: #002060;
    padding: 1em 1.5em 1em 2em;
    min-width: 14.375em;
}
.hero .nectar-button img{	
	height: 14px;
}


.container-offres{
	position: relative;
	z-index: 5;
	margin-top: -6.25em;
    padding: 2.25em 2.5em;
    background-color: #fff;
}


@media only screen and (max-width: 690px){
	.hero .container{	
		flex-direction: column;
    	align-items: flex-start;
	}

	
	.hero .nectar-button{
		margin-left: 2.5em;	
	    margin-top: 1.25em
	}


}




/* 
Listing offres
------------------------ */

.recherche-bar{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 1.5em;
	margin-bottom: 2.188em;
}

.recherche-bar input[type=text],
.recherche-bar select{
	min-width: 180px;
	width: 15%;
	flex-grow: 1;
	color: #002060;
	font-family: 'Poppins', sans-serif;
	font-size: 1em;
	padding: 0.625em;
	margin: 0;
	border-radius: 0;
}
/* couleur placeholder */
.recherche-bar ::-webkit-input-placeholder {   color: #002060;}
.recherche-bar :-moz-placeholder {             color: #002060;  opacity: 1;}
.recherche-bar ::-moz-placeholder {            color: #002060;  opacity: 1;}
.recherche-bar :-ms-input-placeholder {        color: #002060; ;}

.recherche-bar input[type=submit].btn-filtrer{
	min-width: 180px;
	width: auto;
	flex-grow: 1;
	font-family: 'Poppins';
	color: #FFF;
	background-color: #002060;
	font-size: 1.125em;
	padding: 0.625em;
}
@media only screen and (max-width: 1020px){

	.recherche-bar input[type=submit].btn-filtrer{
		width: 100%;
	}
}


/* Nb offres */
.nb-offres{
	font-size: 1.813em;
	margin: 0 0 1.188em;
}
.nb-offres span{
	color: #FA851A;
}


.listing-offres{
	display: grid;
    grid-template-columns: repeat(auto-fit, minmax(368px, 31%));
	grid-column-gap: 30px;
	grid-row-gap: 30px;
}

@media only screen and (max-width: 480px){

	.listing-offres{
	    grid-template-columns: 1fr;
	}
}

/* Wrapper offres */
.wrapper-offre{
	background-color: #fff;
	box-shadow: 0px 23px 26px #003CFF1F;
	display: flex;
	flex-direction: column;
}
.wrapper-offre p{
	padding: 0;
}
.wrapper-offre .contenu-offre{
	padding: 2em;
	flex-grow: 1;
}
.wrapper-offre .contenu-offre > *:last-child{
	margin: 0;
}
.wrapper-offre .titre-offre {	
    margin: 0 0 .7em;
    font-size: 1.375em;
}
.wrapper-offre .titre-offre a{	
	color: #002060;
}
.wrapper-offre .meta-offre{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 1em;
    margin: 0 0 1.1em;
    font-family: 'Poppins';
    font-size: 1em;
}
.wrapper-offre .meta-offre .contrat-meta{
	padding: 0.188em 0.75em;
	border: 2px solid #002060;
	font-weight: bold;
}
.wrapper-offre .meta-offre .date-meta{
	color: #9CB0D6;
	display: flex;
	align-items: center;
	gap: 8px;
}
.wrapper-offre .meta-offre .date-meta img{
	height: 18px;
}
.wrapper-offre .ville-offre{
    font-family: 'Poppins';
    margin-bottom: 1.2em;
	display: flex;
	align-items: center;
	gap: 8px;
    font-size:  1em;
}
.wrapper-offre .ville-offre img{
	height: 19px;
}
.wrapper-offre .desc-offre{
    font-size: 0.938em;
}
.wrapper-offre .nectar-button{
	width: 100%;
    background-color: #fa851a;
    font-family: 'Poppins';
    text-align: center;
    font-size: 1em;
    margin: 0;
    padding: 1.125em;
}



/* 
Fiche offre
---------------------- */

.container-fiche-offre{
	display: grid;
    grid-template-columns: 1fr 26%;
	grid-column-gap: calc(100vw * 0.025);
	grid-row-gap: calc(100vw * 0.025);
}

@media only screen and (max-width: 999px){

	.container-fiche-offre{
		display: grid;
	    grid-template-columns: 1fr;
	}

}


/* Wrapper desc */
.wrapper-desc{
	display: flex;
	align-items: flex-start;
	gap: 30px;
	margin-bottom: 30px;
}
.wrapper-desc img{
	width: 40%;
	max-width: 325px;
	flex-grow: 1;
	flex-shrink: 0;
}

@media only screen and (max-width: 690px){
	
	.wrapper-desc{
		flex-direction: column;
	}

	.wrapper-desc img{
		width: auto;
		max-width: 100%;
	}
}


.sidebar-fiche .meta-sidebar,
.sidebar-fiche .meta-sidebar strong{	
    font-family: "Poppins";
}

.sidebar-fiche .meta-sidebar p{
	padding: 0;
}

.sidebar-fiche .meta-sidebar{
	padding: 1.563em;
	background-color: #F2F6FF;
	text-align: center;
	margin-bottom: 1.25em;
}
.sidebar-fiche .meta-sidebar img{
	margin-bottom: 0.625em;
}
.sidebar-fiche .meta-sidebar.contrat{
	border: 2px solid #002060;
	background-color: transparent;
	font-size: 1.25em;
	padding: 0.75em 1.25em;
}

.sidebar-fiche .meta-sidebar.ville{
	font-size: 1.125em;
}
.sidebar-fiche .meta-sidebar.ville img{
	margin-bottom: 0.938em;
}



.sidebar-fiche .nectar-button{	
    margin: 0 0 1.2em;
    background-color: #FA851A;
    font-family: "Poppins";
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1em;
    font-size: 1.25em;
    color: #FFF;
    padding: 0.8em 1.3em;
}
.sidebar-fiche .nectar-button img{	
	height: 1.5em;
}



/* Popup Gen
------------------------------- */
.popup-akn-gen{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 999999;
    background-color:rgba(0, 32, 96, 0.4);
    overflow-y: auto;

    display:none;
    opacity:0;

    align-items: center ;
    justify-content:center  ;

    padding: 50px 20px 100px 20px;
    max-height: 100vh;
    font-size: 1rem;
}

@media only screen and (max-width: 999px){
	.popup-akn-gen{
		font-size: 0.938rem;
	}
}
@media only screen and (max-width: 690px){	
	.popup-akn-gen{
		font-size: 0.875rem;
	}
}
@media only screen and (max-width: 690px){
	.popup-akn-gen{
		font-size: 0.813rem;
	}
}
.popup-akn-gen-ouverte, .popup-akn-gen-ouverte body {
    overflow: hidden;
    height: 100vh;
}
.popup-akn-gen .fermer-popup-gen{
    display: block;
    position: absolute;
    right: 2em;
    top: 2em;
}
.popup-akn-gen .fermer-popup-gen svg{
    width: 1.25em;
    height: 1.25em;
}

.popup-akn-gen .inner-popup-gen{
    background-color: #FFF;
    position: relative;
    margin: auto 0;
}

.popup-akn-gen .content-popup-gen{
    padding:2em;
}

@media screen and (max-width: 600px) {
    .popup-akn-gen{
        padding: 0;
        flex-direction: column;
        justify-content:stretch  ;
        align-items: stretch;
    }
    .popup-akn-gen .inner-popup-gen{
        padding: 3rem 0;
        box-shadow: none;
        border-radius: 0;
        margin: 0;
        flex-grow: 1 !important;
    }
    .popup-akn-gen .fermer-popup-gen {
        right: 2em;
        top: 2em;
    }
    .popup-akn-gen .fermer-popup-gen svg {
    }
    .popup-akn-gen .content-popup-gen{
        width: 100% !important;
        padding:1em 1em;
    }
}


.popup-akn-gen .popup-postuler{
    width: 100%;
    max-width: 800px;
    padding: 0;
}

.titre-postuler{
    padding: 1.875em 2.8em;
    text-align: center;
}
@media screen and (max-width: 600px) {

	.titre-postuler{
	    padding-top: 0
	}
}
.titre-postuler h3{
	display: flex;
    align-items: center ;
    justify-content:center  ;
    gap: 0.5em;
    margin-bottom: 0.5em;
    font-size: 1.25em;
}
.titre-postuler h3 img{
	height: 1.1em;
}
.titre-postuler h2{
	font-size: 1.688em;
}


.form-postuler{
    padding: 0 2.8em 1.875em;
}
.form-postuler p{
	padding: 0;
}
.form-postuler .col{
	margin-bottom: 0 !important;
}
.form-postuler .wpcf7-form-control-wrap {
    padding-bottom: 1.5em !important;
}
.form-postuler input[type=text],
.form-postuler input[type=tel],
.form-postuler input[type=email],
.form-postuler textarea{
	color: #002060;
	font-size: 1em;
	margin: 0;
	background-color: #EEF3FE ;
	border-radius: 0;
	padding: 0.625em 0.938em;
}
.form-postuler textarea{
	height: 11em;
}


.form-postuler .label-fichier{
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
	padding-left: 0.938em;
}
.form-postuler .input-fichier{
    display: block;
    color: #002060;
    font-size: 1em;
    margin: 0;
    background-color: #EEF3FE;
    border-radius: 0;
    border: 1px solid #002060;
    padding: 0.625em 0.938em;
    width: 100%;
    line-height: 24px;
    font-weight: bold;
    cursor: pointer;
}
.form-postuler input[type=file]{
	display: none;
}

/* couleur placeholder */
.form-postuler ::-webkit-input-placeholder {   color: #002060;font-weight: bold;}
.form-postuler :-moz-placeholder {             color: #002060;font-weight: bold;  opacity: 1;}
.form-postuler ::-moz-placeholder {            color: #002060;font-weight: bold;  opacity: 1;}
.form-postuler :-ms-input-placeholder {        color: #002060;font-weight: bold; ;}

/*Tweaks Contact Form 7*/
.popup-akn-gen .popup-postuler .wpcf7 form .wpcf7-response-output{
	margin: 0 0 1.5em;
}
.submit-postuler {    
	position: relative;
}
.submit-postuler .nectar-button{	
    margin: 0 0 0;
    background-color: #FA851A;
    font-family: "Poppins";
    font-size: 1.125em;
    color: #FFF;
    padding: 1.125em 1.5em;
    width: 100%;
}
.submit-postuler .wpcf7-spinner{    
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    margin: 0;
    z-index: 4;
}
.submitting .submit-postuler::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.5);
    z-index: 3;

}