/*
Theme Name:		 STG Logistique
Theme URI:		 https://cheminjm.fr
Description:	 Child theme
Author:			 Jean-Michel Chemin
Author URI:		 https://cheminjm.fr
Template:		 vault
Version:		 1.0.0
Text Domain:	 vault
*/
body .uicore-custom-area .uicore-hca a {
    padding-right: var(--uicore-header--menu-spaceing);
    font-size: var(--uicore-header--menu-typo-s,"10px");
	line-height: var(--uicore-header--menu-typo-h,"1.2");
	font-weight: 600;
}
body .uicore-navbar nav .menu-item-has-children>a:after {
    margin-right: -20px;
    top: 1px;
    right: var(--uicore-header--menu-spaceing);
}
.uicore-custom-area .uicore-hca .sub-menu a {
	font-weight: normal;
}
body .uicore-navbar .uicore ul.sub-menu:not(.uicore-megamenu) li a {
    padding-right: var(--uicore-header--menu-spaceing);
    padding-left: var(--uicore-header--menu-spaceing);
}
span.wpml-ls-native:before {
    background: url(https://www.stg.fr/wp-content/uploads/2023/02/globe-black_22.svg) no-repeat center center / contain;
    width: 22px;
    height: 22px;
    content: '';
    display: inline-flex;
    margin: 0 10px 0;
    padding: 0 0 5px;
	-moz-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out; 
	-webkit-transition: all 0.25s ease-out;
	opacity:1;
}
.uicore-custom-area .uicore-hca a:hover span.wpml-ls-native:before {
    background: url(https://www.stg.fr/wp-content/uploads/2023/02/globe-orange_22.svg) no-repeat center center / contain;
	-moz-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out; 
	-webkit-transition: all 0.25s ease-out;
	opacity:1;
}
.btn-video-stg div div div {
    display: flex;
    flex-direction: row;
    align-items: center;
	-webkit-align-items: center;
    -ms-flex-align: center;
}
.btn-video-center-h div div div {
    justify-content: center;
}
.btn-video-stg svg {
    width: 3em;
}
a.elementor-button .elementor-align-icon-right {
    left: 0;
    position: relative;
	-moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; 
	-webkit-transition: all 0.5s ease-out;
}
a:hover.elementor-button .elementor-align-icon-right {
    left: 10px;
	-moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; 
	-webkit-transition: all 0.5s ease-out;
}
a.elementor-button .bdt-button-icon-align-right {
    margin-left: 5px !important;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
}
a:hover.elementor-button .bdt-button-icon-align-right {
    margin-left: 15px !important;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
}
.blog-home .premium-blog-post-container .premium-blog-entry-title {
    font-size: var(--uicore-typography--h3-s,"10px");
	margin-top: 0;
}
.blog-home .premium-blog-post-container .fa-clock-o {
    display: none;
}
.blog-home .premium-blog-post-container .premium-blog-content-wrapper {
	display: flex;
    align-items: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    justify-content: center;
    flex-flow: column wrap;
}
.blog-home .premium-blog-excerpt-link:after {
    content: " ";
    width:15px;
	height:10px;
	background:url(https://www.stg.fr/wp-content/uploads/2023/02/arrow-stg-orange_15x10.svg);
	display:inline-flex;
	position: relative;
	-moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; 
	-webkit-transition: all 0.5s ease-out;
	left:5px;
}
.elementor-6 .elementor-element.elementor-element-22549fc .premium-blog-post-container:hover .premium-blog-excerpt-link:after {
	background:url(https://www.stg.fr/wp-content/uploads/2023/02/arrow-stg-black_15x10.svg);
	left:15px;
}
.elementor-6 .elementor-element.elementor-element-22549fc .premium-blog-post-container:hover .premium-blog-excerpt-link {
    color: black;
	background: transparent;
}
.elementor-6 .elementor-element.elementor-element-22549fc .premium-blog-post-container:hover h3.premium-blog-entry-title a {
    color: var(--e-global-color-uicore_primary );
}
.elementor-6 .elementor-element.elementor-element-22549fc .premium-blog-post-container .premium-blog-thumbnail-overlay {
    background: url(https://www.stg.fr/wp-content/uploads/2023/02/back-hover-blog-orange_1366x768.svg) center center no-repeat;
	background-size:cover;
	background-color:transparent;
}
.elementor-6 .elementor-element.elementor-element-22549fc .premium-blog-post-container:hover .premium-blog-thumbnail-overlay {
    opacity: 1;
}
.premium-banner-animation2:hover .premium-banner-ib-content {
    padding: 20px;
    background: #00000066;
	transform: translate3d(0,0px,0) !important;
	max-height: none;
}
/* ---- SUP 1024px ---- */
@media (min-width: 1023px)  {

body .elementor-6 .elementor-element.elementor-element-22549fc .premium-blog-thumbnail-overlay,
body .elementor-6 .elementor-element.elementor-element-22549fc .premium-blog-post-container:hover .premium-blog-thumbnail-overlay {
    position: absolute;
    top: 0px;
    left: 25%;
    width: 76%;
    height: 100%;
    overflow: hidden;
}
.blog-home .premium-blog-post-container {
    position: relative;
}
.elementor-6 .elementor-element.elementor-element-22549fc.blog-home .premium-blog-thumb-effect-wrapper {
    flex-basis: 40%;
    padding: 0 0 0 10%;
}
.blog-home .premium-blog-meta-data {
    position: absolute;
    left: 0px;
    top: 85px;
}
}
/* ---------- FOOTER ---------- */
footer .uicore-copyrights .uicore-copy-content, footer .uicore-copyrights .uicore-copy-content a {
	font-size:14px;
}
footer .uicore-copyrights .uicore-copy-content a {
	margin-right:40px;
}
/* ---------- BLOG PAGE ATTERRISSAGE ---------- */
.se .premium-blog-post-content {display:none;}
.se .premium-blog-excerpt-link-wrap  {
    margin-top: -10px;
}
.blog-atterrissage .premium-blog-excerpt-link:after {
    content: " ";
    width: 15px;
    height: 10px;
    background: url(https://www.stg.fr/wp-content/uploads/2023/02/arrow-stg-orange_15x10.svg);
    display: inline-flex;
    position: relative;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    left: 5px;
}
.blog-atterrissage .premium-blog-excerpt-link:hover:after {
	background:url(https://www.stg.fr/wp-content/uploads/2023/02/arrow-stg-black_15x10.svg);
	left:15px;
	color:black;
}
/* ---------- BLOG POST ---------- 
@media (min-width: 1025px) {
.single-post.uicore-narow .uicore-post-content:not(.uicore-related) {
    max-width: 1120px;
}
}*/
/* ------------------------------ Pour formulaire 2 colonnes ------------------------------ */
#formulaire-responsive {
	max-width:730px;
	/*margin:0 auto;*/
        width:100%;
}
input.wpcf7-form-control {
	border:none;
}
.rang-form {
	width: 100%;
}
.demi-colonne, .colonne {
	float: left;
	position: relative;
	padding: 0 0.65rem 0;
	width:100%;
	-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
}
/*#formulaire-responsive2 .colonne {
        padding: 0;
}
#formulaire-responsive2 .wpcf7-submit {
        float:left;
        margin-top:10px;
        margin-left:0.65rem;
}
.menu-question .wpcf7-select {
min-height: 40px !important;
border-color: #ccc;
border-radius: 4px;
}*/
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}
@media only screen and (min-width: 48em) { 
	.demi-colonne {
		width: 50%;
	}
}
#formulaire-responsive .wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 0;
}
#formulaire-responsive .rang-form label {
    display: block;
}
#formulaire-responsive input::placeholder, #formulaire-responsive textarea::placeholder {
    font-weight: bold;
    opacity: 0.5;
    /*color: red;*/
	font-size: 0.85rem;
}
.case-check-form {
    font-size: 0.85em;
}
#formulaire-responsive [type="checkbox"] {
    margin: 0px 5px 0 10px;
}
#formulaire-responsive .wpcf7-list-item-label {
    font-weight: normal;
	margin: 0 10px 0 0;
}
/*.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea {
	width: 100%;
	padding: 8px;
	border: 1px solid #ccc;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
	      box-sizing: border-box
}
.wpcf7 input[type="text"]:focus{
	background: #fff;
}
.wpcf7-submit{
	float: right;
	color: #69af36; 
      font-family: 'Noto Sans', sans-serif;
      border-color: #69af36; 
      font-size: 14px; 
  	  line-height: 49px; 
      height: 49px; 
      font-weight: 600; 
      background-color: #ffffff; 
      border-radius: 4px; 
          -moz-border-radius: 4px; 
          -webkit-border-radius: 4px; 
       text-transform: uppercase; 
       border-width: 2px;  
       padding-left: 26px; 
       padding-right: 26px;
}
.wpcf7-submit:hover{
	background: #69af36;
      color: #ffffff;
  }
span.wpcf7-not-valid-tip{
	text-shadow: none;
	font-size: 12px;
	color: #fff;
	background: #ff0000;
	padding: 5px;
}
div.wpcf7-validation-errors { 
	text-shadow: none;
	border: transparent;
	background: #f9cd00;
	padding: 5px;
	color: #9C6533;
	text-align: center;
	margin: 0;
	font-size: 12px;
}
div.wpcf7-mail-sent-ok{
	text-align: center;
	text-shadow: none;
	padding: 5px;
	font-size: 12px;
	background: #59a80f;
	border-color: #59a80f;
	color: #fff;
	margin: 0;
}
.wpcf7-select {
    min-height: 40px;
}*/
/* ---------- Page recherche agence ---------- */
.agences-filtres {
	margin-top:30px;
}
.agence-card {
    padding: 10px;
    margin-bottom: 30px !important;
    background-color: #f6f6f6;
    font-size: 14px;
    line-height: 1.8;
    cursor: pointer;
    -webkit-transition: background-color .15s ease-in-out;
    -moz-transition: background-color .15s ease-in-out;
    -o-transition: background-color .15s ease-in-out;
    transition: background-color .15s ease-in-out;
}
a .agence-card *, .agence-card a {
    text-decoration: none;
}
.agence-card hr {
}
.agence-card-title {
    font-size: 23px;
    font-weight: bold;
    line-height: 1.2;
	padding: 12px;
	font-family:"Titillium Web", Helvetica, Arial, Verdana, sans-serif;
	color:#85868c;
}
.agence-card-info {
    font-size: 16px;
	padding: 0 12px 0;
	color:#85868c;
}
.agence-card-link {
	text-transform:uppercase;
	border-top: 1px solid #bababa;
    padding-top: 15px;
    padding-bottom: 5px;
    display: block;
    text-align: center;
	font-size: 15px;
}
.mini-card-gm h4 {
    font-size: 27px;
    font-weight: bold;
    line-height: 27px;
	padding: 0 5px 0;
	font-family:"Titillium Web", Helvetica, Arial, Verdana, sans-serif;
	color:#85868c;
	margin: 5px 0 15px 0;
}
.mini-card-gm p {
    font-size: 14px;
	padding: 0 5px 0;
	color:#85868c;
	line-height: 15px;
}
.mini-card-gm a {
    text-transform:uppercase;
	border-top: 1px solid #bababa;
    padding-top: 10px;
    padding-bottom: 5px;
    display: block;
    text-align: center;
	font-size: 14px;
	font-weight: bold;
	text-decoration:none;
}
#js-wpv-addon-maps-render-map-6 {
    overflow-y: clip !important;
}
.page-id-714590 #page h1 {
	color:white;
}
.page-id-714590 #page .page-title.solid-bg {
  background-image: url('https://www.stg.fr/wp-content/uploads/2017/07/Header-Parallaxe-STG-Le-Groupe-1.jpg');
  background-repeat: repeat;
  background-position: center center;
  background-size: cover;
}
.page-id-714590 .single-share-box, .page-id-714590 .page-title-breadcrumbs {
	display:none;
}
.page-id-714590 .page-title h1, .page-id-714590  #page .page-title .entry-title {
    font: normal 700 45px / 50px "Titillium Web", Helvetica, Arial, Verdana, sans-serif;
}
.page-id-714590 .page-title {
	margin-bottom:50px;
}
/* ----- Precedents css je ne sais pas si utilise ----- */
.views-template-modle-pour-agences-3 #page .page-title.solid-bg h1.entry-title {
	color:white;
}
.views-template-modle-pour-agences-3 #page .page-title.solid-bg {
  background-image: url('https://www.stg.fr/wp-content/uploads/2017/07/Header-Parallaxe-STG-Le-Groupe-1.jpg');
  background-repeat: repeat;
  background-position: center center;
  background-size: cover;
}
.views-template-modle-pour-agences-3 .single-share-box, .views-template-modle-pour-agences-3 .page-title-breadcrumbs {
	display:none;
}
.views-template-modle-pour-agences-3 .page-title h1, .views-template-modle-pour-agences-3  #page .page-title .entry-title {
    font: normal 700 45px / 50px "Titillium Web", Helvetica, Arial, Verdana, sans-serif;
}
.views-template-modle-pour-agences-3 .page-title .wf-wrap {
    min-height: 240px;
}
/* ---------- Page agence seule ----------- */
.single-agence .elementor-element.agence-titre.elementor-widget {
    margin-bottom: 5px;
}
.single-agence .elementor-element.agence-texte.elementor-widget {
    line-height: 1.3em;
    margin-bottom: 8px;
}
.single-agence .elementor-column.elementor-col-50.elementor-top-column.elementor-element.agence-image .elementor-widget-wrap {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
/* ---------------------- Cookie notice ---------------------- */
body #cookie-notice a#cn-accept-cookie {
    color:  #fff;
    background: #FF9C52;
}
body #cookie-notice a#cn-refuse-cookie {
    color: white;
    background: #FF9C52 /*#bbb*/;
}
#cookie-notice .cn-button {
    padding: 5px 10px;
	border-radius: 3px;
}
#cookie-notice a#cn-accept-cookie:hover, #cookie-notice a#cn-refuse-cookie:hover {
    background: black;
}
#cookie-notice.cookie-notice-visible.cn-effect-fade {
    background-color: rgba(0,0,0,0.4) !important;
}
#cookie-notice.cookie-notice-visible.cn-effect-fade, #cookie-notice.cookie-revoke-visible.cn-effect-fade {
    display:flex;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    position: fixed;
    z-index: 333333;
    left: 0;
    width: 100%;
    justify-content: center;
    background-image: url(https://www.stg.fr/wp-content/uploads/pattern.png);
    background-repeat: repeat;
}
#cookie-notice .cookie-notice-container {
    width: 80%;
    align-self: center;
    border-radius: 5px;
    color: #777 !important;
    box-shadow: 0 0 30px rgba(0,0,0,0.6);
    -moz-box-shadow: 0 0 30px rgba(0,0,0,0.6); 
    -webkit-box-shadow: 0 0 30px rgba(0,0,0,0.6); 
    padding: 20px 25px;
	background-color: white;
}
.cn-text-container {
    margin: 0 0 15px 0;
    text-align: justify;
}
#cn-close-notice {
    display:none;
}
@media only screen and (min-width: 1024px) {
#cookie-notice .cookie-notice-container {
    width: 640px;
}
}
/*----------- WPML en developpement -----------
.otgs-development-site-front-end {
    display: none;
}*/
/* ----------- Recaptcha ----------- */
.grecaptcha-badge {
    display: none;
}