/*
Theme Name: the7dtchild
Author: Cyclone Design Communications
Author URI: https://www.cyclonedesign.ca/
Template: dt-the7
*/

/* TABLE DES MATIÈRES
  01 - Variables
  02 - Fonts
  03 - Contact form 7
  04 - General responsive
  05 - Header
  06 - Footer
  07 - General
  ---> CSS relatif au site web
*/

/****************************************
 01 - VARIABLES
****************************************/
:root {
  --color-black: #222426;
  --color-grey: #E3E4E4;
  --color-primary: #6C7D85; /* Blue */
  --color-secondary: #D1CFD0; /* Grey */
  --color-red: #AE4A54;
  --font-accent: 'Brandon Grotesque', serif;
  --font-general: 'Source Sans Pro', sans-serif;
}

@font-face {
  font-family: 'Brandon Grotesque';
  src: url('/wp-content/uploads/fonts/brandon-grotesque-light.ttf') format('truetype');
}

/****************************************
 02 - FONTS
****************************************/
h1:not(h1 *, h2 *, h3 *, h4 *, h5 *, h6 *, p *, a *, span *, blockquote *),
h2:not(h1 *, h2 *, h3 *, h4 *, h5 *, h6 *, p *, a *, span *, blockquote *),
h3:not(h1 *, h2 *, h3 *, h4 *, h5 *, h6 *, p *, a *, span *, blockquote *),
h4:not(h1 *, h2 *, h3 *, h4 *, h5 *, h6 *, p *, a *, span *, blockquote *),
h5:not(h1 *, h2 *, h3 *, h4 *, h5 *, h6 *, p *, a *, span *, blockquote *),
h6:not(h1 *, h2 *, h3 *, h4 *, h5 *, h6 *, p *, a *, span *, blockquote *),
p:not(h1 *, h2 *, h3 *, h4 *, h5 *, h6 *, p *, a *, span *, blockquote *),
a:not(h1 *, h2 *, h3 *, h4 *, h5 *, h6 *, p *, a *, span *, blockquote *),
span:not(h1 *, h2 *, h3 *, h4 *, h5 *, h6 *, p *, a *, span *, blockquote *),
blockquote:not(h1 *, h2 *, h3 *, h4 *, h5 *, h6 *, p *, a *, span *, blockquote *),
.dt-fancy-title,
.masthead .menu-item .menu-text,
.dt-mobile-header .menu-item .menu-text {
  transition: font-size .3s ease;
  /* transition: all .3s linear; */
}

.masthead .menu-item .menu-text,
.dt-mobile-header .menu-item .menu-text {
  font-family: var(--font-accent);
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-accent);
  line-height: 1.2em;
}

p, a, p span, a span, blockquote, label {
  font-family: var(--font-general);
  font-size: 1rem;
  line-height: 1.4em;
  color: var(--color-primary);
}

p{
	margin-bottom: 15px;
	font-weight: 300;
}

h1, h1.h1, .h1, h1.fancy-title{
  font-family: var(--font-accent);
  font-size: 5.75rem;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 0.9em;
}

h2, h2.h2, .h2{
  font-family: var(--font-accent);
  font-size: 3rem;
  line-height: 1.1em;
  font-weight: 400;
  text-transform: uppercase;
}

h2.h2-petit, .h2-petit{
  font-family: var(--font-accent);
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1.8rem;
}

h3, h3.h3, .h3{
  font-family: var(--font-general);
  font-size: 1.5rem;
  font-weight: 300;
  text-transform: none;
  margin-bottom: 20px;
  letter-spacing: 2px;
}

h4, h4.h4, .h4{
  font-family: var(--font-general);
  font-size: 1.3rem;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 0px;
  letter-spacing: 2px;
}

h5, h5.h5, .h5{
  font-family: var(--font-general);
  font-size: 1.125rem;
  font-weight: 400;
  text-transform: uppercase;
  padding-bottom: 2px;
  border-bottom: 2px solid var(--color-primary);
  margin-bottom: 15px !important;
  width: fit-content;
  letter-spacing: 2px;
}

h6, h6.h6, .h6{
  font-family: var(--font-general);
  font-size: 1.175rem;
  font-weight: 400;
  color: var(--color-primary);
  letter-spacing: 2px;
}

/* Text align */
.text-center,
.h1.text-center,
.h2.text-center,
.h3.text-center,
.h4.text-center,
.h5.text-center,
.h6.text-center{
  text-align: center;
}

h5.text-center{
	margin: auto;
}

.text-left,
.h1.text-left,
.h2.text-left,
.h3.text-left,
.h4.text-left,
.h5.text-left,
.h6.text-left{
  text-align: left;
}

.text-right,
.h1.text-right,
.h2.text-right,
.h3.text-right,
.h4.text-right,
.h5.text-right,
.h6.text-right{
  text-align: right;
}

.text-uppercase,
.h1.text-uppercase,
.h2.text-uppercase,
.h3.text-uppercase,
.h4.text-uppercase,
.h5.text-uppercase,
.h6.text-uppercase{
	text-transform: uppercase;
}

/* Font weight */
.text-light,
.h1.text-light,
.h2.text-light,
.h3.text-light,
.h4.text-light,
.h5.text-light,
.h6.text-light{
	font-weight: 300;
}

.text-regular,
.h1.text-regular,
.h2.text-regular,
.h3.text-regular,
.h4.text-regular,
.h5.text-regular,
.h6.text-regular{
	font-weight: 400;
}

.text-semibold,
.h1.text-semibold,
.h2.text-semibold,
.h3.text-semibold,
.h4.text-semibold,
.h5.text-semibold,
.h6.text-semibold{
	font-weight: 500;
}

.text-bold,
.h1.text-bold,
.h2.text-bold,
.h3.text-bold,
.h4.text-bold,
.h5.text-bold,
.h6.text-bold{
	font-weight: 700;
}

/* Font color */
.text-white,
.h1.text-white,
.h2.text-white,
.h3.text-white,
.h4.text-white,
.h5.text-white,
.h6.text-white{
	color: white;
}

.text-dark-black,
.h1.text-dark-black,
.h2.text-dark-black,
.h3.text-dark-black,
.h4.text-dark-black,
.h5.text-dark-black,
.h6.text-dark-black{
	color: #000000;
}

.text-black,
.h1.text-black,
.h2.text-black,
.h3.text-black,
.h4.text-black,
.h5.text-black,
.h6.text-black{
	color: var(--color-black);
}

.text-color-primary{
	color: var(--color-primary);
}

.text-color-secondary{
	color: var(--color-secondary);
}

.text-color-red{
	color: var(--color-red);
}

@media screen and (min-width: 769px) and (max-width: 1400px){
	h2, h2.h2, .h2{
	  font-size: 2.3rem;
	}
	
	h2.h2-petit, .h2-petit{
	  font-size: 2rem;
	}
}

@media screen and (max-width: 768px){
	h1, h1.h1, .h1, h1.fancy-title{
	  font-family: var(--font-accent);
	  font-size: 2.7rem;
	  font-weight: 400;
	  text-transform: uppercase;
	  line-height: 0.9em;
	}

	h2, h2.h2, .h2{
	  font-family: var(--font-accent);
	  font-size: 2.2rem;
	  font-weight: 400;
	  text-transform: uppercase;
	}
	
	h2.h2-petit, .h2-petit{
	  font-size: 1.8rem;
	}

	h3, h3.h3, .h3{
	  font-family: var(--font-general);
	  font-size: 1.5rem;
	  font-weight: 400;
	  text-transform: none;
	}

	h4, h4.h4, .h4{
	  font-family: var(--font-general);
	  font-size: 1.3rem;
	  font-weight: 400;
	  text-transform: uppercase;
	  margin-bottom: 0px;
	}

	h5, h5.h5, .h5{
	  font-family: var(--font-general);
	  font-size: 1.125rem;
	  font-weight: 400;
	  text-transform: uppercase;
	  padding-bottom: 5px;
	  border-bottom: 2px solid var(--color-primary);
	  width: fit-content;
	}
}

/****************************************
 03 - CONTACT FORM 7
****************************************/
/* Col display */
.wpcf7 .form-row{
	display: flex;
	justify-content: space-between;
}

.wpcf7 .form-row .form-col-half{
	width: 49%;
	min-width: 150px;
}

.wpcf7 .form-row .form-col-full{
	width: 100%;
	min-width: 150px;
}

/* Form colors */
input[type=text], input[type=email], input[type=tel], textarea{
	border: 1px solid rgb(176, 124, 139, 0.15);
	color: var(--color-primary);
}

/* focus border color */
input[type=text]:focus, input[type=email]:focus, input[type=tel]:focus, textarea:focus{
	border: 1px solid var(--color-primary);
}

/* placeholder color */
input[type=text]::placeholder, input[type=email]::placeholder, input[type=tel]::placeholder, textarea::placeholder{
	color: #898E9A;
}

/* invalid color */
textarea.wpcf7-not-valid {
  border-color: #f55b5f;
}

@media screen and (max-width: 769px){
	.wpcf7 .form-row .form-col-half{
		width: 100%;
		min-width: 150px;
	}
}

/****************************************
 04 - GENERAL RESPONSIVE
****************************************/
/*desktop*/
@media screen and (min-width: 769px){
	.hide-desktop{
		display: none;
	}

	.hide-tablet{
		display: block;
	}

	.hide-mobile{
		display: block;
	}

  .tablet-desktop-1 {
    order: 1;
  }
  .tablet-desktop-2 {
    order: 2;
  }
}

/*tablet*//*
@media screen and (min-width: 769px) and (max-width: 992px){
	.hide-desktop{
		display: block;
	}

	.hide-tablet{
		display: none;
	}

	.hide-mobile{
		display: block;
	}

  .tablet-order-1 {
    order: 1;
  }
  .tablet-order-2 {
    order: 2;
  }
}*/

/*tablette*/
@media screen and (max-width: 992px){
  .tablet-order-1 {
    order: 1;
  }
  .tablet-order-2 {
    order: 2;
  }
}

/*mobile*/
@media screen and (max-width: 768px){
	.hide-desktop{
		display: block;
	}

	.hide-tablet{
		display: block;
	}

	.hide-mobile{
		display: none;
	}

  .mobile-order-1 {
    order: 1;
  }
  .mobile-order-2 {
    order: 2;
  }
}

/****************************************
 05 - HEADER
****************************************/

@media screen and (min-width: 992px){
	.side-header-v-stroke .branding a img {
		display: none;
	}
	
	.side-header-v-stroke .branding a::after {
		content: url(/wp-content/uploads/2023/08/TGV_AD_Logo_MenuCompact.svg);
	}
	
	.mixed-header:not(.sticky-top-line-on) .branding > a{
		margin-top: 15px;
	}
	
	.transparent .masthead{
		background-image: linear-gradient(180deg, #0000006e, transparent) !important;
	}
	
	.masthead.mixed-header .header-bar{
		display: flex;
		justify-content: space-between;
		flex-direction: column-reverse;
	}
	
	.mixed-header.side-header-v-stroke .menu-toggle{
		height: 50%;
	}
	
	.mixed-header.side-header-v-stroke .menu-toggle::after{
		content: url(/wp-content/uploads/2023/06/fleche.svg);
		opacity: 1;
	}
	
	.mixed-header.side-header-v-stroke .menu-toggle:hover{
		opacity: 0.5;
	}
	
	.mixed-header.side-header-v-stroke .menu-toggle .lines-button{
		visibility: hidden;
	}
	
	.side-header .branding > a{
		margin: auto;
	}
	
	.side-header .menu-close-toggle, .hide-overlay {
		margin: 5px;
	}
	
	.side-header header.header-bar{
		display: flex;
		justify-content: space-between;
	}
	
	.side-header:not(.dividers) .main-nav{
		margin-left: 67px;
	}
	
	.side-header .header-bar .mini-widgets{
		margin-left: 67px;
	}
}

.mobile-header-bar .mobile-branding img{
	max-height: 50px;
	width: auto;
	margin: 10px 0px;
}

.masthead .branding img{
	max-width: 150px;
}

/*.masthead.sticky-off .branding img{
	margin-top: -20px;
	max-width: 203px;
}*/

/*.masthead.sticky-on .branding img{
	max-width: 125px;
}*/

.top-bar .mini-widgets.right-widgets{
	margin-right: 115px;
}

.header-bar .mini-widgets .multipurpose_1 img,
.mobile-header-bar .mobile-mini-widgets .multipurpose_1 img{
	max-width: 90px;
  padding: 3px 0px 3px 0px;
  margin-left: 20px;
}

.mobile-header-bar .mobile-mini-widgets .multipurpose_1 img{
	margin-top: 10px;
}

/*.masthead.sticky-on .mini-widgets .multipurpose_1 img{
	max-width: 70px;
    margin-top: -10px;
}

.mobile-header-bar .mobile-mini-widgets .mini-contacts img{
	height: 55px;
}*/

.upwards-line > li > a .menu-item-text:before{
	width: 20px !important;
    height: auto;
	left: calc(50% - 10px);
	bottom: -17px;
    content: url(/wp-content/uploads/2023/08/fleche-up_20px.png);
	background-color: transparent !important;
}

@media screen and (max-width: 778px){
	.fancy-header .wf-wrap{
		min-height: 200px !important;
	}
}

/****************************************
 06 - FOOTER
****************************************/
footer .flex-row,
.contact-infos .flex-row{
	display: flex;
	justify-content: flex-start;
    flex-direction: row;
    align-items: center;
	margin-bottom: 15px;
}

footer .flex-row img,
.contact-infos .flex-row img{
	width: 20px;
	margin-right: 20px;
}

footer .flex-row p, 
footer .flex-row p a,
.contact-infos .flex-row p,
.contact-infos .flex-row a{
	font-size: 1rem;
    margin-bottom: 0px;
}

footer .widget .flex-row a,
footer #bottom-bar .bottom-text-block p a{
	color: var(--color-primary);
	text-decoration: none;
}

.contact-infos .flex-row a{
	text-decoration: none;
}

footer #branding-bottom{
	display: none;
}

footer #bottom-bar .wf-float-right{
	justify-content: flex-start;
}

footer #bottom-bar .bottom-text-block p,
footer #bottom-bar .bottom-text-block p a{
	font-size: 1rem;
}

footer h6.text-color-primary{
	color: var(--color-primary);
	font-family: var(--font-general);
	margin-top: 20px;
}

footer [class^=soc-font-]{
	font-size: 20px;
	margin-right: 10px;
}

.footer .widget_nav_menu a {
    font-size: 1rem;
    color: var(--color-primary);
    text-transform: uppercase;
	padding-bottom: 5px;
	border-bottom: 2px solid transparent;
}

.footer .widget_nav_menu a:hover,
.footer .widget_nav_menu a[aria-current="page"]{
    text-decoration: none;
    border-bottom: 2px solid white;
    color: white;
}

.footer .menu li, .footer .widget_pages li {
    border: none;
    margin: 0px;
	padding-top: 5px;
}

@media screen and (max-width: 992px){
	.footer .wp-block-image figure.aligncenter{
		margin-left: 0px;
	}
}

/****************************************
 07 - GENERAL
****************************************/
/* Temporary hide a section of the 
website for development purpose */
.hide-section{
	display: none;
}

.dt-btn{
	letter-spacing: 2px;
}

.custom-btn-hover-color .dt-btn:not(.custom-btn-color):not(.accent-btn-hover-color):not(.btn-shortcode):hover > span span{
	color: #000000;
}

html[lang="fr-CA"] .lang-fr,
html[lang="en-CA"] .lang-en{
	display: block;
}

html[lang="fr-CA"] .lang-en,
html[lang="en-CA"] .lang-fr{
	display: none;
}

html[lang="fr-CA"] .dt-btn.lang-fr,
html[lang="en-CA"] .dt-btn.lang-en{
	width: fit-content;
	margin: auto;
}

/* Custom readmore buttons */
.custom-readmore-text{
	display: none;
	transition: 0.5s;
}

.readmore-btn{
    cursor: pointer;
}

.readmore-btn.readmore-clicked{
    transform: rotate(45deg);
	transition: 0.5s;
}

.btn-lowercase a{
	text-transform: lowercase;
	font-weight: 300;
    letter-spacing: 1px;
}

.btn-lowercase a span:first-letter{
	text-transform: uppercase;
}

/* Video */
.video-container{
    position: relative;
    padding-top: 650px;
    background-color: #000000;
}

.video-container .background-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0.7;
}

@media screen and (max-width: 992px){
    .video-container{
        position: relative;
        padding-top: 400px;
    }
}

@media (max-width: 768px) {
    .video-container .background-video { 
        display: none; 
    }
    
	.video-container {
        background: url("/wp-content/uploads/2023/07/service_importation.jpg") no-repeat;
        background-size: cover;
    }
}

/* SPACING */
/* padding 0 */
.pad-0,
.pad-inner-0>.vc_column-inner {
  padding-top: 0px !important;
  padding-right: 0px !important;
  padding-bottom: 0px !important;
  padding-left: 0px !important;
}
.pad-t-0,
#main .pad-inner-t-0 > .vc_column-inner{
  padding-top: 0px;
}
.pad-r-0 {
  padding-right: 0px;
}
.pad-b-0 {
  padding-bottom: 0px;
}
.pad-l-0 {
  padding-left: 0px;
}

/* padding 20 */
.pad-20 {
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}
.pad-t-20 {
  padding-top: 20px;
}
.pad-r-20 {
  padding-right: 20px;
}
.pad-b-20 {
  padding-bottom: 20px;
}
.pad-l-20 {
  padding-left: 20px;
}

/* padding 30 */
.pad-30 {
  padding-top: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
}
.pad-t-30 {
  padding-top: 30px;
}
.pad-r-30 {
  padding-right: 30px;
}
.pad-b-30 {
  padding-bottom: 30px;
}
.pad-l-30 {
  padding-left: 30px;
}

/* padding 50 */
.pad-50 {
  padding-top: 50px;
  padding-right: 50px;
  padding-bottom: 50px;
  padding-left: 50px;
}
.pad-t-50 {
  padding-top: 50px;
}
.pad-r-50 {
  padding-right: 50px;
}
.pad-b-50 {
  padding-bottom: 50px;
}
.pad-l-50 {
  padding-left: 50px;
}

/* margin 0 */
.mar-0,
.mar-0>div,
.mar-0>div>div,
.mar-0>div .vc_tta-container,
.mar-inner-0>.vc_column-inner {
  margin-top: 0px !important;
  margin-right: 0px !important;
  margin-bottom: 0px !important;
  margin-left: 0px !important;
}
.mar-t-0 {
  margin-top: 0px;
}
.mar-r-0 {
  margin-right: 0px;
}
.mar-b-0, 
.wpb_content_element.mar-b-0 {
  margin-bottom: 0px;
}
.mar-l-0 {
  margin-left: 0px;
}

/* margin 20 */
.mar-20 {
  margin-top: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
}
.mar-t-20 {
  margin-top: 20px;
}
.mar-r-20 {
  margin-right: 20px;
}
.mar-b-20 {
  margin-bottom: 20px;
}
.mar-l-20 {
  margin-left: 20px;
}

/* margin 30 */
.mar-30 {
  margin-top: 30px;
  margin-right: 30px;
  margin-bottom: 30px;
  margin-left: 30px;
}
.mar-t-30 {
  margin-top: 30px;
}
.mar-r-30 {
  margin-right: 30px;
}
.mar-b-30 {
  margin-bottom: 30px;
}
.mar-l-30 {
  margin-left: 30px;
}

/* margin 50 */
.mar-50 {
  margin-top: 50px;
  margin-right: 50px;
  margin-bottom: 50px;
  margin-left: 50px;
}
.mar-t-50 {
  margin-top: 50px;
}
.mar-r-50 {
  margin-right: 50px;
}
.mar-b-50,
.wpb_content_element.mar-b-50 {
  margin-bottom: 50px;
}
.mar-l-50 {
  margin-left: 50px;
}

@media screen and (max-width: 768px) {
  .vc_col-has-fill>.vc_column-inner, 
  .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner,
  .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, 
  .vc_row-has-fill>.vc_column_container>.vc_column-inner {
    padding-top: 15px;
	}

	/* padding mobile 0 */
  .pad-mobile-0,
  .pad-mobile-inner-0 > .vc_column-inner {
    padding-top: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
  }
  .pad-mobile-t-0 {
    padding-top: 0px;
  }
  .pad-mobile-r-0 {
    padding-right: 0px;
  }
  .pad-mobile-b-0 {
    padding-bottom: 0px;
  }
  .pad-mobile-l-0 {
    padding-left: 0px;
  }

  /* padding mobile 20 */
  .pad-mobile-20 {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
  .pad-mobile-t-20 {
    padding-top: 20px;
  }
  .pad-mobile-r-20 {
    padding-right: 20px;
  }
  .pad-mobile-b-20 {
    padding-bottom: 20px;
  }
  .pad-mobile-l-20 {
    padding-left: 20px;
  }

  /* padding mobile 30 */
  .pad-mobile-30 {
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
  }
  .pad-mobile-t-30 {
    padding-top: 30px;
  }
  .pad-mobile-r-30 {
    padding-right: 30px;
  }
  .pad-mobile-b-30 {
    padding-bottom: 30px;
  }
  .pad-mobile-l-30 {
    padding-left: 30px;
  }

  /* padding mobile 50 */
  .pad-mobile-50 {
    padding-top: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
  }
  .pad-mobile-t-50 {
    padding-top: 50px;
  }
  .pad-mobile-r-50 {
    padding-right: 50px;
  }
  .pad-mobile-b-50 {
    padding-bottom: 50px;
  }
  .pad-mobile-l-50 {
    padding-left: 50px;
  }

  /* padding mobile 70 */
  .pad-mobile-70 {
    padding-top: 70px;
    padding-right: 70px;
    padding-bottom: 70px;
    padding-left: 70px;
  }
  .pad-mobile-t-70 {
    padding-top: 70px;
  }
  .pad-mobile-r-70 {
    padding-right: 70px;
  }
  .pad-mobile-b-70 {
    padding-bottom: 70px;
  }
  .pad-mobile-l-70 {
    padding-left: 70px;
  }
}

/* Fancy title */
#fancy-header.title-center.breadcrumbs-off .hgroup {
    margin-top: 5px;
    margin-bottom: 5px;
}

#fancy-header .fancy-title.start-animation {
    animation: mk_fade .7s 1 cubic-bezier(.445,.05,.55,.95);
    opacity: 1;
}

.fancy-header .fancy-title {
    font-size: 92px;
    line-height: 92px;
    color: #ffffff;
    text-transform: uppercase;
}

.fancy-header .fancy-title {
    margin: 5px 0;
    padding: 0;
}

#fancy-header .fancy-title>span {
    display: inline-block;
}

.fancy-header {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: #222222;
}

.fancy-header .wf-wrap {
    min-height: 500px;
    padding-top: 0px;
    padding-bottom: 0px;
}

@media screen and (max-width: 768px){
	.fancy-header .fancy-title {
		font-size: 42px;
		line-height: 46px;
	}
}

/* PAGE ACCUEIL */
.home .ult-banner-block .mask{
	opacity: 1;
}

.home .banner-style12:hover .mask{
	opacity: 0.5;
}

.home .ult-banner-block-custom-height.banner-style12 img{
	width: auto !important;
	height: 100% !important;
}

.home #main .ult-banner-block, .wpb_row .wpb_column .wpb_wrapper .ult-banner-block {
    display: flex;
    align-items: center;
    justify-content: center;
	height: 50vh !important;
}

.home .ult-banner-block.ult-banner-block-custom-height .bb-top-title {
    position: inherit;
}

/***** PAGE À PROPOS *****/
/** TIMELINE **/
/* The actual timeline (the vertical ruler) */
.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
  content: '';
  position: absolute;
  width: 1px;
  background-color: white;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -0.5px;
}

/* Container around content */
.tl_container {
  position: relative;
  background-color: inherit;
  width: 50%;
}

.tl_container:nth-child(1) {
  margin-top: 0px;
  padding-top: 70px;
}

.tl_container:nth-child(8) {
  padding-bottom: 60px;
}

/* The circles on the timeline */
.tl_container::after {
  /* content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  right: -17px;
  background-color: white;
  border: 4px solid #FF9F55;
  top: 15px;
  border-radius: 50%;
  z-index: 1;*/
}

/* Place the container to the left */
.tl_left {
  left: 0;
  text-align: right !important;
}

/* Place the container to the right */
.tl_right {
  left: 50%;
  text-align: left !important;
}

/* Add arrows to the left container (pointing right) */
/*.tl_left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid white;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent white;
}*/
/* Add arrows to the right container (pointing left) */
/*.tl_right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
}*/
/* Fix the circle for containers on the right side */
.tl_right::after {
  left: -16px;
}

/* The actual content */
.tl_content {
  padding: 5px 30px;
  position: relative;
}

.tl_content h2 {
  padding: 2px 2px 5px;
  background: #000000;
  display: inline-block;
	color: #D1CFD0;
}

.tl_container .tl_content h2:before {
  top: 52px;
  width: 30px;
  content: '';
  background-color: #E3E4E4;
  height: 1px;
  position: absolute;
}

.tl_container.tl_left .tl_content h2:before {
  right: 0px;
}

.tl_container.tl_right .tl_content h2:before {
  left: 0px;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {

  /* Place the timelime to the left */
  .timeline::after {
    margin-left: -11.5px;
    left: 31px;
  }

  /* Full-width containers */
  .tl_container {
    width: 100%;
    padding-left: 20px;
    padding-right: 25px;
    margin-top: 0px;
  }

  /* Make sure that all arrows are pointing leftwards */
  .tl_container::before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }

  .tl_container .tl_content h2:before {
    top: 52px;
    width: 30px;
    content: '';
    background-color: #E3E4E4;
    height: 1px;
    position: absolute;
    left: 0px !important;
  }

  .tl_container .tl_content {
    text-align: left !important;
  }

  /* Make sure all circles are at the same spot */
  .tl_left::after, .tl_right::after {
    left: 15px;
  }

  /* Make all right containers behave like the left ones */
  .tl_right {
    left: 0%;
  }
}

/** fin TIMELINE **/

/* PAGE CARRIÈRES */
#offres-emplois .vc_pageable-slide-wrapper h3{
	margin-bottom: 0px;
}

#offres-emplois .vc_gitem-post-meta-field-date_debut.vc_gitem-align-left,
#offres-emplois .vc_gitem-post-meta-field-statue.vc_gitem-align-left{
	display: inline-block;
	font-family: var(--font-general);
}

#offres-emplois .vc_gitem-post-meta-field-statue.vc_gitem-align-left{
	margin-right: 5px;
}

#offres-emplois .vc_gitem-post-meta-field-date_debut.vc_gitem-align-left::before {
    content: " - ";
}

#offres-emplois .vc_pageable-slide-wrapper .vc_gitem-post-data{
	margin-bottom: 5px;
}

#offres-emplois .vc_gitem_row.vc_gitem-row-position-top{
	display: flex;
    justify-content: flex-start;
    align-items: center;
}

#offres-emplois .wpb_single_image{
	margin-bottom: 0px;
	max-width: 70px;
}

#offres-emplois .vc-gitem-zone-height-mode-auto:before{
	padding-top: 80px;
}

/* PAGE CARRIERES SINGLE */
.single-job .page-title{
	display: none;
}

.job-header-container{
	padding-top: 5vh;
	padding-bottom: 5vh;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.single-job .fancy-header {
    background-image: url(/wp-content/uploads/2023/08/carrieres_header-banner_v3-1.jpg);
}

.single-job article .post-thumbnail{
	display: none;
}

.single-job li{
	margin-bottom: 10px;
}

.single-job .desc-post{
	border-left: 2px solid black;
}
