/*
Theme Name:     Kariez Child Theme
Template:       kariez
Theme URI:      http://radiustheme.com/demo/wordpress/themes/kariez
Author:         RadiusTheme
Author URI:     http://radiustheme.com
Description:    Kariez is an Responsive Cargo & Logistics WordPress Theme.
Version:        1.0.0
Tested up to: 	6.6
Requires PHP: 	7.4
Text Domain:    kariez
Tags: 			theme-options, featured-images, post-formats, one-column, two-columns, right-sidebar, custom-background, custom-header, editor-style, sticky-post, threaded-comments, translation-ready
License:   	  	Envato split License
License URI:  	https://themeforest.net/licenses/terms/regular
*/
:root {
    --rt-primary-color: #ffd65d;
    --rt-secondary-color: #FFFCEE;
    --rt-tertiary-color: #ffb000;
    --rt-body-bg-color: rgba(0,0,0, 0.05) !important;
    --rt-body-color: #484848;
    --rt-border-color: #B0B0B0;
    --rt-title-color: #000000;
    --rt-button-color: #ffffff;
    --rt-button-text-color: #000000;
    --rt-meta-color: #FFCC00;
    --rt-meta-light: #b2c2c0;
    --rt-gray10: #f1f1f1;
    --rt-gray20: #edf5f4;
    --rt-body-rgb: 72, 72, 72;
    --rt-title-rgb: 0, 0, 0;
    --rt-primary-rgb: 255, 204, 0;
    --rt-secondary-rgb: 255, 252, 238;
    --rt-tertiary-rgb: 255, 176, 0;
    --rt-container-width: 1320px;
}
/*Picto*/
.section-title-wrapper .list-layout-1 li .icon {
    color: #fff !important;
    background-color: #325e8e !important;
}
.btn{
   text-transform: none !important;
}
h1, h2, h3, h4, h5{
	color: #333 !important;
}
.teaser h2{
	color: #fff !important;
}
/*Main menu*/

@media (max-width: 1230px) {
    .main-header-section .kariez-navigation {
        display: none !important;
    }
	.mobile-hamburg {
        display: block !important;
    }
	body .kariez-topbar {
    	display: none !important;
	}
}
.offcanvas-address{
    display: none !important;
}
.offcanvas-navigation{
    margin-top: 50px !important;
}
.kariez-offcanvas-drawer.is-open {
    margin-left: 0;
    background-color: #152631 !important;
}
.kariez-offcanvas-drawer.is-open span.site-title {
    padding-right: 20px;
}

.kariez-offcanvas-drawer {
    display: block !important;
}
.kariez-navigation ul > li > ul {
    top: 80% !important;
    background-color: #ffd65d !important;
	width: 150px !important;
}
.kariez-navigation ul > li > ul a{
    color: #000 !important;
    font-weight: 700 !important;
	font-size: 14px !important;
}
.kariez-navigation ul li ul li {
    padding: 0 15px !important;
}
.kariez-navigation ul li ul li:hover > a:after {
  transform: scale3d(1, 1, 1);
  transform-origin: 0% 0% !important;
  transition-timing-function: ease;
}
.kariez-navigation ul li ul li:hover > a {
  color: #000 !important;
  margin-left: 0px !important;
}
.kariez-navigation ul li > ul.dropdown-menu {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.kariez-navigation ul li.current-menu-item > a, .kariez-navigation ul li.current-menu-ancestor > a {
    color: #fff !important;
	text-decoration: underline;
}

/* Header */
/*@media screen and (max-width: 768px) {
.site-branding .rt-site-logo {
    max-width: 250px !important;
    max-height: 116px !important;
}
}
@media (min-width: 769px) and (max-width: 1200px) {
  site-branding .rt-site-logo {
    max-width: 300px !important;
    max-height: 139px !important;
}
}
@media screen and (min-width: 1201px) {
.site-branding .rt-site-logo {
    max-width: 450px !important;
    max-height: 209px !important;
}
}*/
.kariez-topbar .topbar-left span {
    column-gap: 5px !important;
}
.kariez-topbar .topbar-left span.text {
    display: none !important;
}
.kariez-topbar .topbar-container.rt-container{
    left: 60%;
	position: relative; 
}

body.page-template-default.has-trheader.has-menu-shadow .site-header::before {
    content: "";
    background: rgba(2, 56, 116, 0) !important;
    /*background: linear-gradient(to bottom, rgba(2, 56, 116, 1) 0%, rgba(2, 56, 116, 0.00) 100%) !important;*/
    background: linear-gradient(to bottom, rgba(0, 56, 116, 1) 0%, rgba(0,0,0, 0.00) 100%) !important;
    top: 0;
    position: absolute;
    width: 100%;
    height: 250px !important;
    z-index: -1;
    pointer-events: none;
}
body.page-template.has-trheader.has-menu-shadow .site-header::before {
    content: "";
    background: rgba(2, 56, 116, 0) !important;
    /*background: linear-gradient(to bottom, rgba(2, 56, 116, 1) 0%, rgba(2, 56, 116, 0.00) 100%) !important;*/
    background: linear-gradient(to bottom, rgba(0, 56, 116, 1) 0%, rgba(0,0,0, 0.00) 100%) !important;
    top: 0;
    position: absolute;
    width: 100%;
    height: 250px !important;
    z-index: -1;
    pointer-events: none;
}
body.rt-service-template .site-header::before,
body.post-template-default .site-header::before{
    content: "";
    background: rgba(2, 56, 116, 0) !important;
    /*background: linear-gradient(to bottom, rgba(2, 56, 116, 1) 0%, rgba(2, 56, 116, 0.00) 100%) !important;*/
    background: linear-gradient(to bottom, rgba(0, 56, 116, 1) 0%, rgba(0,0,0, 0.00) 100%) !important;
    top: 0;
    position: absolute;
    width: 100%;
    height: 250px !important;
    z-index: -1;
    pointer-events: none;
}


body .main-header-section {
    padding: 15px 50px;
}
/*body .kariez-topbar {
    font-size : 0.75vw !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 18px 10px 6px 50px;
}*/
.has-trheader .site-header .kariez-topbar .topbar-left span:before {
    display: none;
}

.has-trheader .site-header .kariez-topbar .topbar-left span a,
.has-trheader .site-header .kariez-topbar .topbar-left span .text
 {
    color: #fff !important;
}
.kariez-breadcrumb-wrapper {
    border-bottom: none !important;
}
.breadcrumb-area{
    display: none !important;
}
.kariez-breadcrumb-wrapper .entry-title,
.titre-services h2.elementor-heading-title {
    color: #122d4b !important;
    font-size: 42px  !important;;
    font-weight: 600  !important;;
    line-height: 1; !important;;
    margin-bottom: 20px  !important;;
	margin-top: 20px  !important;;
    text-transform: uppercase !important;
	opacity: 0.8;
}
.kariez-breadcrumb-wrapper .entry-title,
.titre-services h2.elementor-heading-title {
	padding: 20px;
	border: 1px dotted #ccc;
}
.kariez-breadcrumb-wrapper .entry-title::after,
.titre-services h2.elementor-heading-title::after {
	content: url('/wp-content/uploads/2025/08/Desgagnes_AfterTitle03.png');
	margin-left: 15px;
}

/*Menu principal*/
.kariez-navigation ul li:not(:last-child) {
    margin-right: 20px !important;
}
header .kariez-navigation ul li a {
    font-size: 0.95vw !important;
    line-height: 22px;
    color: var(--rt-title-color);
    text-decoration: none;
    padding: 36px 0;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    text-transform: uppercase !important;
}
/*Zone de contenus*/
.content-area {
    padding-bottom: 40px !important;
}
/*Slider*/
body.home #SR7_3_1-17-38,
body.home #SR7_3_1-17-44,
body.home #SR7_3_1-17-33,
body.home #SR7_3_1-17-31,
body.home #SR7_3_1-17-43,
body.home #SR7_3_1-17-47,
body.home #SR7_3_1-17-48,
body.home #SR7_3_1-17-49{
    display: none !important;
}
.filtre-couleur{
    filter: none !important;
}
/*Accueil*/
.elementor-16 .elementor-element.elementor-element-20ca5af:not(.elementor-motion-effects-element-type-background), .elementor-16 .elementor-element.elementor-element-20ca5af > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-image: url() !important;
}
.rt-project-multi-layout-2 .project-item .project-thumbs .post-thumbnail-wrap .post-thumbnail:after {
    height: 20% !important;
}

/*Home*/
body.home .content-area {
    padding-top: 0;
    padding-bottom: 0;
}
@media (min-width: 1200px) {
    .rt-container, .container {
        max-width: 100% !important;
    }
}
/*historique*/
@media (min-width: 768px) {
    .section-title-wrapper .main-title {
        margin-top: 20px !important;
    }
}
.section-title-wrapper-layout-3 .title-inner-wrapper .top-sub-title-wrap .top-sub-title {
    color: #023874 !important;
    font-size: 20px !important;
    text-transform: capitalize;
    background-color: var(--rt-primary-color);
    display: inline-block;
    padding: 10px 20px !important;
    border: 0 !important;
    font-weight: 700 !important;
}

/*List Icone*/
.section-title-wrapper .list-layout-1 li .icon {
    font-size: 14px !important;
    width: 30px !important;
    height: 30px !important;
    margin-right: 12px !important;
    top: -2px !important;
}
/*Services*/
.faq-style-1 .e-n-accordion-item .e-n-accordion-item-title .e-n-accordion-item-title-header .e-n-accordion-item-title-text {
    font-size: 20px !important;
    font-weight: 600 !important;
    line-height: 25px !important;
}
.elementor-widget-n-accordion .e-n-accordion-item-title>span {
    width: 92%;
}
.faq-style-1 .e-n-accordion-item .e-con-full .e-con {
    background: #eee;
    padding: 20px !important;
}
.faq-style-1.elementor-widget-n-accordion .e-n-accordion-item[open] .e-n-accordion-item-title {
    background-color: #152631 !important;
    border-color: #000 !important;
    border-radius: 5px 5px 0 0;
}
.elementor-widget-n-accordion .e-n-accordion-item[open]>.e-n-accordion-item-title {
    color: #eee !important;
}
/*Nouvelles*/
body.single-post #primary {
   padding: 0 40px;
}
.kariez-post-card .entry-title {
    text-transform: none !important;
}
.rt-post-meta ul span.byline,
.rt-post-meta ul li i,
.rt-post-meta .bypostauthor,
.rt-post-meta ul li:not(:last-child):after{
	display: none !important;
}
.rt-post-meta ul {
    column-gap: 0 !important;
}
.rt-post-meta ul li:not(:last-child) {
    margin-right: 0 !important;
}
body.single-post .wp-block-image figcaption {
    display: none !important;
}
body.single-post li.category,
body.single-post li.comment {
    display: none !important;
}
/*Carrière*/
#carriere-metiers .rt-job-apply-layout-1 .job-apply-wrap .apply-item .apply-content .rt-location {
    display: none;
}
#carriere-metiers .rt-job-apply-layout-1 .job-apply-wrap .apply-item .apply-content .rt-type {
    display: none;
}

#carriere-metiers .rt-job-apply-layout-1 .job-apply-wrap .apply-item .apply-content .apply-btn {
    width: 300px;
    text-transform: none !important;
}
#carriere-metiers .rt-job-apply-layout-1 .job-apply-wrap .box-list {
    display: none;
}
#carriere-metiers .rt-job-apply-layout-1 .job-apply-wrap .apply-item .apply-content .title-box {
    width: 100%;
}
#liste-emploi .jobwp-listing-top{
    display: none;
}
#liste-emploi .jobwp-item .jobwp-job-title a.jobwp-job-title-a {
    font-size: 30px;
    line-height: 35px !important;
}
#liste-emploi .jobwp-item .jobwp-job-title a.jobwp-job-title-a:hover {
    text-decoration: underline;
}
#liste-emploi .jobwp-item .jobwp-job-title a.jobwp-job-title-a::after {
  content: ""; 
  display: inline-block; 
  width: 1em; 
  height: 1em; 
  margin-left: 0.5em;
  vertical-align: middle;
  background: url('/wp-content/uploads/2025/12/lien-externe.png') no-repeat center center;
  background-size: contain; 
}

/*Footer*/
.elementor-6589 .elementor-element.elementor-element-29998d3:not(.elementor-motion-effects-element-type-background), .elementor-6589 .elementor-element.elementor-element-29998d3 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-color: #4c94c6;
}
footer,
footer p, footer a, footer h2, footer li, footer li span, h4{
    color: #fff !important;
}
footer .elementor-widget-image a img[src$=".svg"] {
    width: 138px;
}



