body {
	font-family: 'Roboto', sans-serif !important;
	font-weight: 300;
	font-size: 17px;
	background-image: url(https://tpb-2023.groupe-tpb.fr/wp-content/uploads/sites/16/2023/06/fig-tpb.svg), url(https://tpb-2023.groupe-tpb.fr/wp-content/uploads/sites/16/2023/06/fig-tpb.svg);
  	/*background-position: right bottom, left top;*/
  	background-position: calc(100% + 310px) 590px, -350px -20px;
  	background-attachment: fixed;
	background-repeat: no-repeat, no-repeat;
}
b, strong {
    font-weight: 500;
}
a:hover {
	text-decoration: none;
	color: var(--company-troisieme-color);
}
h1, h2, h3, h4, h5 {
	text-transform: uppercase;
	font-weight: 500;
}
h1 {
	font-size: 70px;
}

h2 {
	font-size: 52px;
}

h1:after {
    content: "";
    display: block;
    width: 120px;
    height: 2px;
    background-color: #bebebe;
    margin-top: 36px;
    margin-bottom: 18px;
}
h2:after {
    content: "";
    display: block;
    width: 120px;
    height: 2px;
    background-color: #bebebe;
    margin-top: 42px;
    margin-bottom: 23px;
}
h1 span,
h2 span {
	font-size:61%; 
    font-weight: 300;
}
@media only screen and (max-width: 768px) {
    h1 {
        font-size: 50px !important;
    }
    h2 {
        font-size: 44px;
    }
}

.rouge h1, .rouge h2, .rouge h3, .rouge h4, .rouge h5 {
	color: #DE1D1F;
}
.bleu h1, .bleu h2, .bleu h3, .bleu h4, .bleu h5 {
	color: #0e79a8;
}
h1 span, h2 span, h3 span, h4 span {
	color: #212529;
}

.tcentre h1:after, 
.tcentre h2:after  {
	margin: auto;
	margin-top: 42px;
    margin-bottom: 23px;    
}
.titre-bg:after {
	content: url(https://tpb-2023.groupe-tpb.fr/wp-content/uploads/sites/16/2023/06/bg-titres-2.svg);
	position: absolute;
    top: -20px;
    left: -90px;
}
   
/******bouton******/
.elementor-button {
    background-color: var(--company-color)!important;
    font-size: 15px;
    padding: 12px 20px;
    border-radius: 6px;
    color: #fff;
    fill: #fff;
    text-align: center;
    transition: all .3s;
}
.elementor-button:hover {
    background-color: var(--company-troisieme-color) !important;
}
.rouge .elementor-button {
    background-color: #DE1D1F !important;
}
.rouge .elementor-button:hover {
    background-color: var(--company-color) !important;
}

.deco-bouton .elementor-button-wrapper:before {
    content: url(https://resobaud-2023.groupe-tpb.fr/wp-content/uploads/sites/17/2023/07/bg-bouton-rouge.svg);
    top: 5px;
    left: -5px;
    position: absolute;
}
.deco-bouton .elementor-button-wrapper {
    padding-left: 28px;
}
.deco-bouton-bleu .elementor-button-wrapper:before {
    content: url(../img/bg-bouton-bleu.svg);
    top: 5px;
    left: -5px;
    position: absolute;
}
.deco-bouton-bleu .elementor-button-wrapper {
    padding-left: 28px;
}

/****fin bouton***/


/******post liste******/
.elementor-widget-posts .elementor-post__title {
	margin-bottom: 12px;
}
.elementor-widget-posts .elementor-post__title a {
	color: var(--company-second-color);
}
.elementor-widget-posts .elementor-post:hover .elementor-post__title a {
	color: #DE1D1F;
}
.elementor-widget-posts .elementor-post__thumbnail img {
    height: auto;
    position: absolute;
    top: calc(50% + 1px);
    left: calc(50% + 1px);
    transform: scale(1.01) translate(-50%,-50%);
    transition: all 0.6s !important;
}
.elementor-widget-posts .elementor-post:hover .elementor-post__thumbnail img {
    transform: scale(1.1) translate(-45%,-48%);
}
/**fin post liste**/


/********* footer ******/
#footer-fer {
	background-color: var(--company-second-color);
	color: #fff;
}
#footer-fer .flex-fer{
	display: flex;
    padding: 75px 30px;
    max-width: 1140px;
    justify-content: center;
    margin: auto;
    align-items: center;
}
#footer-fer .flex-fer div {
	width: 33%;
	display: flex;
    flex-direction: column;
    align-items: center;
    align-items: center;
    border-right: 1px solid #555;
    padding: 0px 20px;
    text-align: center;
}
#footer-fer .flex-fer div:last-child {
    border-right: none;
}
#footer-fer .flex-fer h1,
#footer-fer .flex-fer h2,
#footer-fer .flex-fer h3 {
	font-size: 18px;
	margin-bottom: 15px;
}
#footer-fer .flex-fer h1:after, 
#footer-fer .flex-fer h2:after, 
#footer-fer .flex-fer h3:after {
    content: none;
    display: block;
}
#footer-fer .flex-fer p {
	margin-bottom: 0px;
}
#footer-fer .flex-fer .fab {
    background-color: #fff;
    padding: 3px 4px;
    border-radius: 50%;
    font-size: 13px;
}
#footer-fer .fincopiright {
	padding: 30px;
	border-top: 1px solid #555;
}
#footer-fer #logos-all img {
    height: 17px;
    width: auto;
    margin-left: 25px;
    margin-right: 25px;
}
#footer-fer #logos-all {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 38px;
    flex-wrap: wrap;
}
#footer-fer a.contactmail {
    color: #fff;
}
#footer-fer a.contactmail:hover {
    color: var(--company-color);
}
#footer-fer p.ad1 {
    margin-bottom: 10px;
}
#footer-fer b {
    opacity: 0.5;
    font-weight: 300;
}
#footer-fer p a {
    color: #fff;
}
#footer-fer p a:hover {
    color: var(--company-color);
}

/************** menu en tete *********/
#header-fer {
    display: flex;
    justify-content: space-between;
    padding: 23px;
}
.menu1 {
	display: flex !important;
}
.menu1 li {
	list-style: none;
	margin: 18px;
}

@media only screen and (max-width: 768px) {
    #footer-fer .flex-fer {
        display: flex;
        justify-content: center;
        margin: auto;
        align-items: center;
        flex-direction: column;
    }
    #footer-fer .flex-fer div {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        align-items: center;
        border-right: none;
        padding: 0px 20px;
        margin-bottom: 50px;
        text-align: center;
    }
    #footer-fer .flex-fer div:last-child {
        margin-bottom: 0px;
    }
}

/************* page archive metiers ******/
.mt-header {
    margin-top: 0px!important;
}
#metiers-page-wrapper .metiers-liste h2 {
    font-size: 18px;
    text-align: center;
}
#metiers-page-wrapper .metiers-liste h2:after {
    content: none;
}
#metiers-page-wrapper .metiers-liste article {
    border: 1px solid #e2e2e2;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin-bottom: 30px;
    /* min-height: 250px; */
    padding: 1rem;
    transition: border-color .3s ease-in-out;
    align-items: center;
    height: 100%;
    background-color: #ffffff9e;
}
#metiers-page-wrapper .metiers-liste .wp-post-image {
    max-width: 41%;
    margin-bottom: 15px;
}
#metiers-page-wrapper .metiers-liste a {
    /*border: solid 1px #bbb;*/
    margin-bottom: 15px;
}

#metiers-page-wrapper .metiers-liste span {
    font-size: 13px;
    color: #575757;
}
#metiers-page-wrapper .metiers-liste {
    margin-bottom: 90px;
}

/**************************** sigle matier ***********/
#single-metier-wrapper h1:after {
    content: none;
}

#single-metier-wrapper article.metiers {
    margin-bottom: 90px;
    margin-top: 10px;
}
#single-metier-wrapper article.metiers h1 {
    font-size: 58px;
    font-weight: 600;
}
#single-metier-wrapper .btn-voir {
	text-align: right;
	margin-bottom: 30px;
}
#single-metier-wrapper h2:after {
    content: "";
    display: block;
    width: 120px;
    height: 2px;
    background-color: #bebebe;
    margin-top: 20px;
    margin-bottom: 23px;
}
#single-metier-wrapper h2 {
	margin-top: 50px;
}


/****** post liste accueil nos projets ****/
.elementor-post__excerpt  {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}


/******** archive projets ******/
.project-portfolio .project-infos h2 {
    font-size: 26px;
    font-weight: 500;
}
#project-wrapper header {
	margin-bottom: 40px;
	margin-top: 90px;
}
.pagination-fer {
	margin-bottom: 90px;
	margin-top: 50px;
}
.project-portfolio {
    background-size: cover;
}
.project-portfolio:hover {
    background-size: cover;

}
#project-wrapper .no-gutters>.col, #project-wrapper .no-gutters>[class*=col-] {
    /* padding-left: 10px; */
    /* padding-right: 0; */
    padding: 10px;
}
@media only screen and (min-width: 768px) {
  #project-wrapper .col-md-6 {
	    flex: 0 0 50%;
	    max-width: 33% !important;
	}
}


/****** single projet *******/
#single-wrapper .project #project-page-hero .project-title h1 {
    font-size: 70px;
    font-weight: 700;
}
#front-page-hero .hero-frame div.line, #project-page-hero .hero-frame div.line {
    border-left: none;
}
#project-page-hero .hero-frame div.line:nth-child(2) {
    border-right: none;
}
#single-wrapper .project #project-page-hero {
    min-height: 500px;
    padding-top: 35px;
}



/******* pagination *****/
.page-item.active .page-link {
    background-color: var(--company-color);
    border-color: var(--company-color);
}

.page-link {
    color: var(--company-color);
}
.page-link:hover {
    color: var(--company-troisieme-color);
}
/*post navigation*/
nav.container.navigation.post-navigation {
    margin-bottom: 50px;
}

/****** jobs *******/
span.wpjb-sub.wpjb-company_name {
    font-weight: 500;
}
#job-page-wrapper {
    margin-top: 0px;
    /* padding-bottom: 30px; */
    margin-bottom: 90px;
}
#job-page-wrapper #hero-jobs {
	margin-bottom: 30px;
	min-height: 440px;
}

#job-page-wrapper #hero-jobs h1 {
    font-size: 37px;
    font-weight: 700;
}
#job-page-wrapper #hero-jobs p {
    font-size: 24px;
}
#job-page-wrapper #hero-jobs .no-gutters {
    background-color: #000000ab;
}
#job-page-wrapper #hero-jobs h1:after  {
	margin: auto;
	margin-top: 42px;
    margin-bottom: 23px;    
}
#single-wrapper .entry-header {
    display: flex;
    justify-content: space-between;
    margin: 2rem 0;
    align-items: flex-start;
}
.wpjb a.wpjb-button, .wpjb .wpjb-upload-actions a.button {
    background: var(--company-color) !important;
    color: #ffffff !important;
}
/*job-page-template*/
@media only screen and (max-width: 1024px) {
     #job-page-wrapper #hero-jobs .w-50 {
        width: 80%!important;
    }
}

@media only screen and (max-width: 768px) {
     #job-page-wrapper #hero-jobs .w-50 {
        width: 90%!important;
    }
    #job-page-wrapper #hero-jobs .w-50 h1 {
        font-size: 26px !important;
    }
    #job-page-wrapper #hero-jobs .w-50 p {
        font-size: 20px;
    }
}


