/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/




span.w-counter-title {
  display: block;
  line-height: 1em;
}









.the_champ_login_container ul.the_champ_login_ul {
    display: flex;
    gap: 15px;
    width: fit-content;
    /* margin-left: auto!important;
    margin-right: auto!important; */
    margin-top: 0!important;
    margin-bottom: 35px !important;
    flex-direction: row-reverse;
}
.the_champ_login_container ul.the_champ_login_ul li {
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    text-transform: none;
    letter-spacing: 0.05em;
    border-radius: 0.35em;
    padding: 0.8em 1.2em !important;
    background: transparent;
    border: 2px solid #C49B79 !important;
    color: #C49B79 !important;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    line-height: 1.4 !important;
    position: relative;
    transition-property: background,border,box-shadow,color,opacity,transform;
    transition-duration: 0.3s;
    max-width: 174px;

    padding: 0.6em 1.2em !important;
    background: #C49B7930 !important;
    border: 0px solid #C49B79 !important;
    color: #000000d6 !important;
}
.the_champ_login_container ul.the_champ_login_ul li:hover {
  background-color: #BDA74F !important;
  background-color: #612233 !important;
  color: white !important;
  cursor: pointer;
}
.the_champ_login_container ul.the_champ_login_ul li i {
    background: none !important;
    border: none !important;
    width: auto!important;
    height:auto!important;
    display:inline-block!important;
    float:none!important;
    margin: 0;
    display: flex !important;
    align-content: center;
    align-items: center;
    gap: 7px;
}
.the_champ_login_container ul.the_champ_login_ul li i::before,
.the_champ_login_container ul.the_champ_login_ul li i::after {
    /* content: 'Se connecter avec '; */
    font-style: initial !important;
    font-weight: 400;
}
.the_champ_login_container ul.the_champ_login_ul li i.theChampFacebookLogin::after { content: 'Facebook'; }
.the_champ_login_container ul.the_champ_login_ul li i.theChampLinkedinLogin::after { content: 'Linkedin'; }
.the_champ_login_container ul.the_champ_login_ul li i.theChampGoogleLogin::after { content: 'Google'; }

@media screen and (max-width: 489px) {
  .the_champ_login_container ul.the_champ_login_ul li { padding: 0.6em 0.6em !important; }
  .the_champ_login_container ul.the_champ_login_ul li i.theChampFacebookLogin::after,
  .the_champ_login_container ul.the_champ_login_ul li i.theChampLinkedinLogin::after,
  .the_champ_login_container ul.the_champ_login_ul li i.theChampGoogleLogin::after { display:none; }
}
/* .the_champ_login_container ul.the_champ_login_ul li i.theChampFacebookLogin::before { content: 'Se connecter avec Facebook'; }
.the_champ_login_container ul.the_champ_login_ul li i.theChampLinkedinLogin::before { content: 'Se connecter avec Linkedin'; }
.the_champ_login_container ul.the_champ_login_ul li i.theChampGoogleLogin::before { content: 'Se connecter avec Google'; }

body.page-id-2636 .the_champ_login_container ul.the_champ_login_ul li i.theChampFacebookLogin::before { content: 'S\'inscire avec Facebook'; }
body.page-id-2636 .the_champ_login_container ul.the_champ_login_ul li i.theChampLinkedinLogin::before { content: 'S\'inscire avec Linkedin'; }
body.page-id-2636 .the_champ_login_container ul.the_champ_login_ul li i.theChampGoogleLogin::before { content: 'S\'inscire avec Google'; } */

  .the_champ_login_container ul.the_champ_login_ul li i div {
    margin:inherit!important;
    width: auto!important;
    height: auto!important; 
    display: inline-block !important;
    background: none;
  }
  .the_champ_login_container ul.the_champ_login_ul li i ss {
    margin:inherit!important;
    width: 25px!important;
    height: 25px!important;
    display: inline-block !important;
    vertical-align: -7px;
    margin-left: 5px !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .theChampLoginSvg.theChampLinkedinLoginSvg {
    background-color: #0077b5;
    border-radius: 5px;
  }
  .c-form.layout_ver .w-form-h {
    flex-wrap: wrap;
  }
  .c-form.layout_ver .w-form-row {
    margin-bottom: var(--fields-gap,1rem);
  }
  .fas.fa-user::before {
    content: "\f007";
  }

.user-profile-info h4{
    color: #635E2F ;
    font-size: 29px;
    font-weight: 400;
    margin-top: 1em;
    margin-bottom:1em;
}
.user-profile-info ul{ list-style:none;}

.nav-mon-compte a:hover,
.nav-mon-compte a.active {
  color: #612233 !important;
}
.nav-mon-compte a.active {
  text-decoration: underline;
}

#gfv-table .text-center { text-align: center; }
#gfv-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}
#gfv-table .gfv-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    height: 100%;
    min-height: 100%;
    gap: 0.5em;
}
#gfv-table img {
    max-width: 120px;
    display: block;
    margin: 0.5em auto;
    width: 100%;
    max-height: 100px;
}
#gfv-table th, #gfv-table td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
    vertical-align: middle; 
}
#gfv-table th {
    background-color: #BDA74F;
    font-weight: 500;
    border: 1px solid white;
    color: #ffffffcf;
}
#gfv-table td table {
    width: 100%;
    border-collapse: collapse;
}
#gfv-table td table th, #gfv-table td table td {
    border: 1px solid #ddd;
    padding: 5px;
}
    
#gfv-table td table td {
    border: 0;
    border-bottom: 1px solid #ddd;
}
#gfv-table td table tr:last-child td {
    border-bottom: 0;
}
#gfv-table td table th {
    background-color: #eaeaea;
}
@media screen and (max-width: 768px) {
    #gfv-table .text-center { text-align: inherit; }
    #gfv-table td,
    #gfv-table td.text-center  { text-align: center; }
    #gfv-table, #gfv-table thead, #gfv-table tbody, #gfv-table th, #gfv-table td, #gfv-table tr {
        display: block;
        width: 100%;
    }
    #gfv-table thead { display: none;}
    #gfv-table tr {
        margin-bottom: 15px;
    }
    #gfv-table [data-label="GFV"] {
      background-color: #BDA74F;
      color: white;
    }
    #gfv-table td {
        text-align: right;
        position: relative;
        padding-left: 50%;
        padding-left:inherit;
        text-align: center;
    }
    #gfv-table td::before {
        content: attr(data-label);
        position: absolute;
        left: 0;
        width: 50%;
        padding-left: 15px;
        font-weight: bold;
        text-align: left;
        display: none;
    }
}
.ush_menu_2 {
z-index: 99999;
}

.gfv-docs {
  padding-left: 20px;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.gfv-docs > li {
  line-height: 1em;
}

/* === Vanilla layout (sans WPBakery) === */
.topbar-row { justify-content: space-between;display: flex;flex-direction: row;flex-wrap: wrap; }
.topbar-row > *{ display:flex;justify-content: end;width: fit-content;margin: 0;align-items: center;}
#page-content .bc-topbar .l-section-h{display:flex;justify-content:flex-end;align-items:center;gap:16px;padding-top:18px;padding-bottom:18px}
#page-content .bc-btn{display:inline-flex;align-items:center;gap:.5em;padding:.55em 1.1em;border:1px solid rgba(0,0,0,.15);border-radius:10px;text-decoration:none}
#page-content .bc-hello h1{
	font-size: calc( 21px + 1vw ) !important;
 	line-height: 1em !important;
	text-decoration:none;
	margin-bottom:0;
}
#page-content .bc-hello p{
	color: var(--color-header-transparent-text) !important;
  font-size: calc( 13px + 0.9vw ) !important;
  line-height: 1em !important;
  font-weight: 200 !important;}
#page-content .bc-subnav{text-align:center;padding:8px 0 24px;text-align: center !important;  font-size: 22px !important;}
#page-content .bc-subnav a{display:inline-block;margin:0 8px;text-decoration:none}
#page-content .bc-subnav a.active{color: #612233 !important;text-decoration:underline}
/* Ajoute ce CSS (dans le <style> du template ou CSS additionnel) */
.bc-center{text-align:center;margin:40px 0;}


.victoire-logos .wpb_column.vc_column_container {
  justify-content: center;
}
.victoire-logos .wpb_column.vc_column_container img {
  max-height: 135px;
  height: auto;
  width: auto !important;
}
@media (max-width: 600px) {
.logo-header-custom > a > img {
  max-width: 165px;
  height: auto !important;
}
}