﻿

/* Dashboard */
.project-state-block .views-field{
  display: flex;
  justify-content: space-between;
}
.advert-result,
.project-result{
  color: #ffffff;
  background-color: #28a745;
  border: none;
  width: 50px;
  text-align: center;
  border-radius: 1rem;
}
.advert-result{
  float:right;
}

/*
 * User profile template
 */
/* Adaptation pour mobile */

.page-user-login .container{
  padding: 0 15px 0 15px;
}
.content-user-form{
  width: 100%;
  /*padding: 0;*/
}
.content-user-form .user-register-form .button--primary{
  margin-top: 0;
}
.form-item-legal-accept,
.flex-display{
  display: flex;
}
.block-display{
  display: block;
}
.user-acount-link-background{
  background-color: #BFEBFB;
  margin-top: 15px;
}
.user-form-title{
  font-size: 24px;
  color: #231f20;
}
.user-form-login input{
  width: 100%;
}
.user-form-login{
  margin-left: 5px;
  margin-right: 5px;
}
.banner{
  padding: 15px 0 15px 0;
  background-color: #0072EF;
}
.form-required{
  width: 100%;
}
/* --- Form fields ---*/
input[type="number"],
input[type="text"],
input[type="password"],
input[type="tel"],
input[type="email"]{
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 46px;
  padding: 0 10px;
  width: 100%;
  color: #67676f;
  font-family: "Poppins", sans-serif;
}
.gva-body-wrapper.page-user{
  /*height: 100vh;*/
}
.user-form .button{
  margin-top: 2rem;
}
.page-user-menu-top .icon{
  margin-top: -20px;
}
.page-user-menu-top .block-custom-user-notification{
  /*position: fixed;*/
  /*top: -1.3em;
  right: -4.1em;*/
}
.page-user-menu-top .block-custom-user-notification .number{
  border: 2px solid #fff;
}
.page-user-menu-top .content.block-content .notification-icon{
  /*right: 10em;*/
  position: relative;
  right: 40px;
  top: -10px;
}
.page-user-menu-top .block-custom-user-notification .notification-display-container{
  /*margin-right: 5.2em;*/
}
/* END - User profile template */


/*
 * Menu side bar page user
 */
.page-user .sidebar-left{
  height: 100vh;
  background-color: #2A2E3C/*#002B3C*/;
  overflow-x: hidden; /* Disable horizontal scroll */
}
.page-user .sidebar-left a{
  color: #fff;
}
.page-user .container{
  /*margin: 0;*/
}
.user-menu-side-bar .views-field .link-hover{
  display: block;
  padding: 8px 5px 8px 5px;
}
.user-menu-side-bar .link-hover:hover{
  background-color: #0a0e14; /* Color user menu */
}
.user-menu-side-bar .views-field .link-hover .fa-calculator{
  color: #74b7ca;
}
.user-menu-side-bar .views-field .link-hover .fa-briefcase{
  color: #ca7b74;
}
.user-menu-side-bar .views-field .link-hover .fa-comment{
  color: #77ca74;
}
.user-menu-side-bar .views-field .link-hover .fa-credit-card{
  color: #caae74;
}
.user-menu-side-bar .views-field .link-hover .fa-file{
  color: #7477ca;
}
.user-menu-side-bar .views-field .link-hover .fa-check-square{
  color: #74cac0;
}
.user-menu-side-bar .views-field .link-hover .fa-home{
  color: #009fdf;
}
.user-menu-side-bar .place-bottom{
  position: fixed;
  bottom: 15px;
  width: 179px;
}
.page-user .gva_menu.gva_menu_main{
  margin-top: 15px; /* Margin top mein menu block */
  width: 100%;
}
.page-user .gva_menu.gva_menu_main a{
  border: none; /* Border mein menu */
}
.page-user .sidebar .block-menu ul li{
  margin-bottom: 0 !important;  /*Margin mein menu */
}
.page-user .sidebar .block-menu ul li:hover{
  background-color: #0a0e14; /* Color mein menu */
}
.page-user .sidebar .navigation .gva_menu > li > a{
  color: #fff;
  margin-left: 32px;
  padding: 7px 0 7px 0;
}
.page-user .sidebar .gva_menu.gva_menu_main a{
  padding: 0;
}
.sidenav {
  height: 100%;
  width: 200px;
  position: fixed;
 /* z-index: 1;*/
  top: 0;
  left: 0;
}
.main-user-content {
  margin-left: 200px; /* Same as the width of the sidenav */
}
.sidenav .link-hover.active{
  background-color: #0a0e14;
}
.sidenav .branding .logo-site{
  padding: 15px;
}
.page-user .branding{
  background-color: #2A2E3C/*#002B3C*/;
}
.page-user-menu-top{
  /*margin-top: 40px;*/
}
.page-user-menu-top .container-fluid{
  background-color: #fff;
  /*height: 48px;
  position: fixed;
  margin:0;
  padding: 0;
  z-index: 9;*/
}
.gva-user-region{
  display: flex;
}
.gva-user-region .lang-dropdown-form{
  margin-top: -12px;
  /*margin-right: 30px;*/
}

.page-user-menu-top .gva-user-region .lang-dropdown-select-element{
  color: black;
  width: 45px ! Important;
}
.page-user-menu-top .gva-user-region.user-region{
  /*position: fixed;
  right: 15px;
  top: 0;
  margin-top: 6px;*/
 /* z-index: 1;*/
}
.page-user .block-page-title-block .page-title{
  font-size: 26px;
  margin-top: 40px;
}
#slide-sidebar{
  display: none;
}
.page-user-menu-top .slide-sidebar{
  margin-top:12px;
  /*margin-left: 15px;*/
  font-size: 0.750rem;
  color: #0a0e14;
  cursor: pointer;
}
.user-information .card{
  width: 100%;
}
.user-information img{
  width: 50%;
  margin: auto;
  display: block;
}
  /* END - Menu side bar page user */


/*
 * User page top bar user info
 */
.user-top-info-bar{
  /*padding: 15px;*/
}
.user-top-info-bar img{
  border-radius: 50%;
  width: 80px;
}
.user-info{
  height: 4.3rem;
}
.user-info p{
  margin-bottom: 0;
}
.drapeau-suisse img{
  border-radius: 1%;
  width: 15px;
  height: 15px;
}
/* END - User page top bar user info */

.gavias-content-builder.layout-no-sidebars.wide.header-sticky.logged-in.path-user{
  background-color: #f4f6fd;
}
.page-user .body-page{
  background-color: #f4f6fd;
  /*height: 100%;*/
}
.row .user-information{
  margin-top: 5px;
  border: none;
  padding: 25px 20px 20px;
}
.row .user-credits{
  padding: 0 0 0 15px;
}


/* --- User-edit-form --- */
.user-edit-form .color-white{
  background-color: #fff;
}
/* END - user-edit-form */



/* --- user-login-form --- */
.page-user-login .content.block-content{
  display: flex;
  width: 100%;
  min-height: calc(100% - 60px);
  height: 100%;
}
.page-user-login .block-user-form-login{
  max-width: 600px;
  position: relative;
  margin: 0 auto;
  /*padding: 65px 15px;*/
  min-height: calc(100% - 60px);
}
.page-user-login .block-image-user-form-login{
  overflow: auto;
  width: 48%;
  color: #fff;
  background-color: #2D6AE0;

}
.page-user-login .block-button-user-login input,
.page-user-login .block-button-user-login{
  width: 100%;
}
.page-user-login .block-user-form-login-links{
  display: flex;
  justify-content: center;
  margin-top: 5px
}

.block-user-form-login .powered {
  /*position: absolute;*/
  /*bottom: 0;*/
  margin-top: 30px;
  width: 100%;
  text-align: center;
}
.content-user-form .form-email,
.content-user-form .form-tel,
.content-user-form .form-number{
  margin-top: 0.25rem;
}

/*
 * MESSAGES FOR EQUIPMENT
 */
body.node--type-materials .node--type-message-equipment .node__title { display:none !important; }
/* END Messages for Equipment */


/*
 * SUBSCRIPTION Page + Switch toggle for subscription
 */
.switch {
  position: relative;
  display: inline-block;
  width: 1.75rem;
  height: 1.025rem;
  float: right;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 5px;
  left: 0;
  right: 0;
  bottom: -5px;
  -webkit-transition: .4s;
  transition: .4s;
}
.disabled{
  background-color: #ccc;
}
.enabled{
  background-color: #28a745;
}
.slider.enabled:after{
  position: absolute;
  content: "";
  height: 1.025rem;
  width: 1.025rem;
  left: 14px;
  bottom: 0;
  border-radius: 50%;
  border: 1px solid #28a745;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
.slider.disabled:before {
  position: absolute;
  content: "";
  height: 1.025rem;
  width: 1.025rem;
  left: 0;
  bottom: 0;
  background-color: white;
  border: 1px solid #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}
.customer-details p{
  margin-bottom: 0;
}
/* END - Switch toggle for subscription */


/*
 * Our plans page hide unnecessary text
 */
.pricing-table.subscription-plan{
  border-radius: 10px;
}
.pricing-table.subscription-plan .space{
  display: none;
}
.pricing-table .plan-list ul li.list-hidden,
.pricing-table .plan-list ul li.list-hidden:after{
  content: " ";
  color: #fff;
}
.subscription-plan.card{
  border: 1px solid #dee2e6;
  padding: 30px;
  box-shadow: 0 25px 25px -4px #dee2e6;
}
.subscription-plan.card .column-1{
  border-right: 1px solid #dee2e6;
}
.subscription-plan.card .btn{
  background-color: #df009f;
}
.subscription-plan.card .fas,
.subscription-plan.card .fa{
  font-size: 20px;
  margin-right: 10px;
  margin-left: 10px;
  box-shadow: 0 25px 25px -4px #dee2e6;
}
.subscription-plan.card .fa-calculator{
  color: #0a7bc1;
}
.subscription-plan.card .fa-bullhorn{
  color: #bb0ac1;
}
.subscription-plan.card .fa-search{
  color: #56c10a;
}
.subscription-plan .text-center.card{
  display: block;
  padding: 15px;
  background-color: #f2f4f6;
  border-color: #f2f4f6;
}

.plan-comparative-table table > thead > tr > th, table > thead > tr > td, table > tbody > tr > th, table > tbody > tr > td, table > tfoot > tr > th, table > tfoot > tr > td{
  border-style: none;
  border-bottom: none;
}
.plan-comparative-table th.title{
  color: #3EAAFD;
  font-size: 20px;
}
.plan-comparative-table thead{
  background-color: #f6fbff;
}
.plan-comparative-table tbody tr:hover{
  background-color: #f6fbff;
}
.plan-comparative-table .table th, .table td{
  vertical-align: middle;
}
.plan-comparative-table .table-first-row-left{
  border-top-left-radius: 25px;
}
.plan-comparative-table .table-first-row-right{
  border-top-right-radius: 25px;
}
.plan-comparative-table .table-last-row-left{
  border-bottom-left-radius: 25px;
}
.plan-comparative-table .table-last-row-right{
  border-bottom-right-radius: 25px;
}
.plan-comparative-table table {
  border-collapse: unset;
  border-spacing: 0;
  border-radius: 25px;
}
.plan-comparative-table th, td {
  padding: 10px;
}
.plan-comparative-table tbody tr th{
  font-weight: 400;
  font-size: 16px;
}
.plan-comparative-table tbody tr td{
  text-align: center;
}
.plan-comparative-table tbody tr td .fas{
  margin: 0;
  color: #3EAAFD;
  font-size: 18px;
  vertical-align: middle;
}
.plan-comparative-table tbody tr td .fa-minus{
  color: #757575;
}
.plan-comparative-table thead tr th{
  font-weight: 500;
  /*font-size: 16px;*/
  text-align: center;
}
.common-questions .row .gsc-column .card{
  border:none;
}

/* END - Our plans page hide unnecessary text */


/*
 * Stiling layout builder of node type ads
 */
.node--type-ads.node--view-mode-full .block-title,
.node--type-materials.node--view-mode-full .block-title{
  /*margin-top: 30px;*/
  margin-bottom: 5px;
}
.node--type-materials.node--view-mode-full .block-field-blocknodematerialsfield-material-city,
.node--type-materials.node--view-mode-full .block-field-blocknodematerialsfield-type-ads,
.node--type-ads.node--view-mode-full .block-field-blocknodeadsfield-job-title{
  float: left; /* Floating for tags fields */
}
.node--type-materials.node--view-mode-full .block-field-blocknodematerialsbody{
  /*clear: both;*/
}
.custom-badge,
.node--type-materials.node--view-mode-full .field--name-field-material-city,
.node--type-materials.node--view-mode-full .field--name-field-type-ads,
.node--type-ads.node--view-mode-full .field--name-field-job-title a,
.node--type-ads.node--view-mode-full .field--name-field-job-location a,
.node--type-materials.node--view-mode-full .field--name-field-material-city a{
  background-color: #edfafd;
  margin-right: 20px;
  border: 1px solid #edfafd;
  border-radius: 20px;
  padding: 5px 15px 5px 15px;
  color: #00AEEF;
  clear: both;

}
.node--type-ads.node--view-mode-full .block-field-blocknodeadsuid .block-title,
.node--type-ads.node--view-mode-full .block-field-blocknodeadscreated .block-title,
.node--type-ads.node--view-mode-full .block-field-blocknodeadschanged .block-title,
.node--type-materials.node--view-mode-full .block-field-blocknodematerialsuid .block-title,
.node--type-materials.node--view-mode-full .block-field-blocknodematerialscreated .block-title,
.node--type-materials.node--view-mode-full .block-field-blocknodematerialschanged .block-title{
  /*margin-top: 15px;*/
}
.node--type-ads.node--view-mode-full .layout__region--first,
.node--type-ads.node--view-mode-full .layout__region--second,
.node--type-ads.node--view-mode-full .layout__region--third{
  padding: 0 0.6rem 0 0.6rem;
}
.node--type-materials.node--view-mode-full .field--name-field-material-image{
  display: flex;
}
.node--type-materials.node--view-mode-full .field--name-field-material-image .field__item{
  margin-right: 10px;
}
/* END - Stiling layout builder of node type ads */





/*
 * Form ads stiling field in fields group
 */
form.node-ads-form,
form.node-ads-edit-form{
  padding: 20px 0;
}
.node-ads-form .field-group-html-element.row,
.node-ads-edit-form .field-group-html-element.row,
.node-materials-form .row,
.node-materials-edit-form .row{
  margin: 0;
}
.node-ads-form .field-group-html-element .field--type-entity-reference,
.node-ads-form .field-group-html-element .field--type-datetime,
.node-ads-edit-form .field-group-html-element .field--type-entity-reference,
.node-ads-edit-form .field-group-html-element .field--type-datetime,
.node-materials-form .field--name-title,
.node-materials-form .field--name-field-type-ads,
.node-materials-form .field--name-field-material-city,
.node-materials-form .field--name-field-material-price,
.node-materials-form .field--name-field-material-rental-price,
.node-materials-form .field--type-datetime,
.node-materials-edit-form .field--name-title,
.node-materials-edit-form .field--name-field-type-ads,
.node-materials-edit-form .field--name-field-material-city,
.node-materials-edit-form .field--name-field-material-price,
.node-materials-edit-form .field--name-field-material-rental-price,
.node-materials-edit-form .field--type-datetime{
  flex: 1 0;
}
.node-ads-form .field--name-field-purpose-of-the-ad,
.node-ads-form .field--name-field-job-experience,
.node-ads-form .field--name-field-job-start-date,
.node-ads-edit-form .field--name-field-purpose-of-the-ad,
.node-ads-edit-form .field--name-field-job-experience,
.node-ads-edit-form .field--name-field-job-start-date,
.node-materials-form .field--name-title,
.node-materials-form .field--name-field-material-city,
.node-materials-form .field--name-field-material-start-date,
.node-materials-edit-form .field--name-title,
.node-materials-edit-form .field--name-field-material-city,
.node-materials-edit-form .field--name-field-material-start-date{
  padding-right: 2rem;
}
.node-ads-form .field--name-field-job-title,
.node-ads-form .field--name-field-job-location,
.node-ads-form .field--name-field-job-end-date,
.node-ads-edit-form .field--name-field-job-title,
.node-ads-edit-form .field--name-field-job-location,
.node-ads-edit-form .field--name-field-job-end-date,
.node-materials-form .field--name-field-type-ads,
.node-materials-form .field--name-field-material-price,
.node-materials-form .field--name-field-material-rental-price,
.node-materials-form .field--name-field-material-end-date,
.node-materials-edit-form .field--name-field-type-ads,
.node-materials-edit-form .field--name-field-material-price,
.node-materials-edit-form .field--name-field-material-rental-price,
.node-materials-edit-form .field--name-field-material-end-date{
  padding-left: 2rem;
}
.field--type-datetime h4{
  font-size: 0.875rem;
  line-height: 1.8;
}
.node-ads-form .js-form-type-date,
.node-ads-edit-form .js-form-type-date{
  float: left;
  margin-right: 1.5rem;
}
.node-ads-form .field-group-html-element fieldset{
  margin-bottom: 0;
}
#field-job-end-date-output{ /* Outpot number of working days op by ajax call in custom_adver.module */
  margin-top: 0;
  width: 100%;
}
/* Hide guide line format text */
.field--type-image .js-form-item .description,
.js-filter-wrapper,
.js-filter-guidelines{
  display: none;
}

.node--type-ads.node--view-mode-full .field .field__label,
.node--type-materials.node--view-mode-full .field .field__label{
  font-size: 16px !important;
  color: #242424 !important;
  font-weight: 500 !important;
}
/* END - Form ads stiling field in fields group */


/* --- Share button materials view card --- */
.share-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 6px 20px;
  border-radius: 2px;
  background: transparent;
  color: #555;
  text-decoration: none;
  white-space: nowrap;
}
.share-btn i {
  font-size: 16px;
}
.share-btn:hover {
  background: #f2f5f8;
  color: #111;
  border-color: #ccc;
}
.custom-separator hr{
  margin: 0.3rem 0 0.5rem 0;
}
.card-footer-info {
  display: flex;
  justify-content: space-between; /* left à gauche, right à droite */
  align-items: center;
}

.card-footer-info .right {
  display: flex;   /* pour aligner les deux éléments horizontalement */
  gap: 20px;       /* espace de 10px entre {{ view }} Shared et le bouton */
  align-items: center; /* optionnel : aligne verticalement texte et bouton */
}
.card-footer-info span {
  flex: 1;
}
.card-footer-info .ajax-progress{
  display: none;
}
/* END - Share button materials view card */




/* --- Exposed filter ads page-1 --- */
.views-exposed-form .form-item{
  margin-bottom: 0;
}
/*.ads-listing-view p{
  margin-bottom: 0;
}*/
.filter-view-page .form-item-field-job-title-target-id label,
.filter-view-page .form-item-field-job-location-target-id label,
.filter-view-page .form-item-field-type-ads-value label,
.filter-view-page .form-item-field-material-city-target-id label{
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #3EAAFD;
  line-height: 3rem;
  margin-bottom: 0;
}
.filter-view-page .form-submit{
  width: 100%;
  margin-top: 15px;
}
/* END - Exposed filter ads page-1 */



/* --- Exposed filter in front page --- */
#views-exposed-form-search-home-page-page-1 .views-exposed-form-content-inner{
  display: flex;
}
#views-exposed-form-search-home-page-page-1 .views-exposed-form-content-inner .form-actions{
  margin-top: 2.3rem;
}
#views-exposed-form-search-home-page-page-1 .views-exposed-form-content-inner .js-form-item{
  margin-right: 0.5rem;
}
#views-exposed-form-search-home-page-page-1 .views-exposed-form-content-inner .form-autocomplete{
  background-color: #f2f4f6;
}
.home-page-second-block .row-wrapper{
  align-items: center;
}
/* END - Exposed filter in front page */


/* --- Own Advert view --- */
.own-advert .views-field.views-field-nothing-2{
  width: 100%;
}
.own-advert .card{
  max-width: 24% !Important;
}
#edit-own-advert-status{
  display: flex;
}
.js-form-type-radio.form-item-own-advert-status{
  margin-right: 20px;
}
.own-advert h3{
  margin-left: 5px;
}
.own-advert .links{
  position: absolute;
  bottom: 10px;
  right: 10px;
}
/* END - Own Advert view */


/*
 * General settings operation on all the site
 * On every pages where classis are called
 */
h1.home-page-title{
  font-size: 3.875rem;
}


h1.page-title{
  /*font-size: 1.5rem;*/
}

.custom-p{ font-size: 0.975rem; color: #4D4D4D; }
.text-xs { font-size: 0.75rem; }
.text-sm { font-size: 0.875rem; }
.text-md { font-size: 1rem; }
.text-lg { font-size: 1.25rem; }
.text-xl { font-size: 1.5rem; }
.text-xxl { font-size: 2rem; }

.font-light { font-weight: 300; }
.font-normal { font-weight: 400; }
.font-medium { font-weight: 500; }
.font-bold { font-weight: 700; }
.font-bolder { font-weight: 900; }

.text-primary { color: #3EAAFD; }
.text-primary { color: #3EAAFD; }
.text-secondary { color: #6c757d; }
.text-success { color: #28a745; }
.text-danger { color: #dc3545; }
.text-warning { color: #ffc107; }
.text-info { color: #17a2b8; }
.text-muted { color: #6c757d; }

.fa,.fas,.far{ color:#3EAAFD; }
.fa:hover,.fas:hover,.far:hover,a .text-primary:hover,a:hover{ color: #3390E6; /*#0068b6;*/}


/*.custom-p strong{
  font-weight: 500;
  letter-spacing: 1px;
}*/
.vertically-align{
  align-items: center;
}
.display-flex{
  display: flex;
}
.justify-content-between{
  justify-content: space-between;
}
.text-black{
  color: #0a0e14;
}
a{
  /*color:#3EAAFD;*/
}
.fa.fa-align-justify{
  color: black;
}




.custom-weight-5{
  font-weight: 500;
}
.cursor-pointer{
  cursor: pointer;
}

.gva-user-region .fa-user{
  color: #ddd;
}
.gva-user-region .fa-user:hover{
  color: #fff;
}

a.button--danger{
  margin-left: 1rem;
  background: #dc3545;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  font-size: 14px;
  /*font-weight: 600;*/
  padding: 0 26px;
  position: relative;
  display: inline-block;
  line-height: 42px;
  z-index: 1;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  text-transform: capitalize;
  border: none;
  font-family: "Poppins", sans-serif;
}
a.button--danger:hover{
  background:#c32232;
}
.text-danger:hover,
.text-danger .fa:hover{
  color:#c32232;
}

button[type=submit].btn-danger{
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

button[type=submit].btn-outline-danger{
  color: #d9534f;
  background-color: transparent;
  /*border: 1px solid #d9534f;*/
}
button[type=submit].btn-outline-danger:hover{
  color: #fff;
  background-color: #d9534f;
}
.text-danger,
.danger a{
  color: #d9534f;
}



/*.fas,
.fa{
  color: #757575;
}*/
.card{
  border-radius: 0.65rem;
  border: none;
}
.btn-primary{
  /*text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;*/
}
.btn-primary.medium{
  font-size: 12px;
}
.btn.radius-5x{
  border-radius: 50px;
}

.btn.color-white,
a.btn.color-white,
a.btn.color-white:hover{
  color:#fff;
}

.btn-outline-primary{
  background-color: transparent;
  color: #3EAAFD;
  border: 1px #3EAAFD solid;
}
.btn-outline-primary:hover{
  background-color: #3EAAFD;
  border-color: #3EAAFD;
  color: #fff;
}


.btn-secondary{
  background: #6c757d;
}

.btn-secondary:hover{
  background: #5a5d5f;
}
.btn-outline-secondary{
  background-color: transparent;
  color: #6c757d;
  border: 1px #6c757d solid;
}
.btn-outline-secondary:hover{
  background-color: #6c757d;
  border-color: #6c757d;
  color: #fff;
}
.wbs-submit-button.button.js-form-submit.form-submit,
.btn.htmlx{
  background: #3461ea;
  border: 1px #3461ea solid;
  color: #fff;
  height: 32px;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  font-weight: 300;
  line-height: 142%;
}
.wbs-submit-button.button.js-form-submit.form-submit:hover,
.btn.htmlx:hover{
  background: #4671f4;
  border: 1px #4671f4 solid;
}
.wbs-cancel-button.button.js-form-submit.form-submit,
.btn.htmlx.outline{
  background: transparent;
  border: 1px #3461ea solid;
  color: #3461ea;
  height: 32px;
  justify-content: center;
  align-items: center;
  font-weight: 300;
  line-height: 142%;
}
.wbs-cancel-button.button.js-form-submit.form-submit:hover,
.btn.htmlx.outline:hover{
  background: #537cfa20;
}


.copyright hr{
  background-color: #525252;
}
.footer-center h5{
  color:#009fdf;
}
.footer-center p{
  margin-bottom: 0;
}

/* view advert title rewrite */
.text-card p{
  margin-bottom: 0;
}
.card-list{
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: .65rem;
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
}


.center{
  margin: 0 auto;
}
/* Drupal Views subscription details
.Badge-warning{
  background: #fdf8ed;
  padding: 5px;
  border-radius: 0.25rem;
  font-size: 75%;
  color: #734c00;
}
.Badge-default{
  background: #fff;
  padding: 5px;
  border-radius: 0.25rem;
  border: 1px solid #f3f3f3;
  font-size: 75%;
  color: #734c00;
}*/



/* Ad little star net to fields required */
.js-form-required.form-required::after,
.fieldset__label.form-required::after{
  display: inline-block;
  margin-right: 0.15em;
  margin-left: 0.15em;
  content: "*";
  color: #dc2323;
  font-size: 0.875rem;
}

/* Date time format same as textfields */
input[type="time"],
input[type="date"]{
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 46px;
  padding: 0 16px;
  width: auto;
  /*color: #67676f;*/
  font-family: "Poppins", sans-serif;
}

/* Summary link of text area styling */
.js-form-type-textarea .link-edit-summary,
.js-form-type-textarea .link-edit-summary{
  background: none;
  border: none;
}
.inline-block{
  display: inline-block;
}
.messages{
  padding: 0.75rem 1.25rem;
  /*margin: 0 1.5rem 1rem 1.5rem;*/
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.messages--error{
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.messages--status{
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.messages--warning{
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

/* Client side validation*/
.password-field.required.error,
.password-confirm.required.error,
.field--type-address .address-line1.form-text.required.error,
.field--type-address .postal-code.form-text.required.error,
.field--type-address .locality.form-text.required.error,
.form-text.required.error,
.form-select.required.error,
.form-textarea.required.error,
.form-autocomplete.form-text.required.error.ui-autocomplete-input,
.form-email.required.error,
.js-text-full.text-full.form-text.required.error,
.form-tel.required.error,
.form-number.required.error,
.form-date.required.error,
input.form-date.error,
.form-time.required.error{
  border-color: red;

}
.required div .placeholder,
.form-item--error-message{
  color: red;
}



.form-item__error-message { color:red; }
/* Texte du message juste après le input */

/* End client side validation */


.lang-switcher{
  /*position: absolute;
  top: 1.9em;
  right: 9em;*/
}
.lang-switcher select{
  color: #fff;
  background: transparent;
  border: none;
  font-size: 18px;
  margin-right: 30px;
}
.lang-switcher select option{
  color: #000;
}
.topbar {
  background: #0076b9;
  padding: 12px 0;
  /*font-size: 14px;*/
  /*font-family: "gilmer";*/
  position: relative;
  z-index: 11;
}
.topbar .container { max-width:1800px; }
.topbar ul {
  margin: 0 !important;
}

.topbar .block {
  margin: 0 !important;
  display: inline-block;
  vertical-align: bottom;
}

.topbar .topbar-content-inner {
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
  max-width: 1800px;
  /*text-align: right;*/
}

.topbar .topbar-content-inner .topbar-content {
  position: relative;
  float: right;
  /*color: #F5F5F5;*/
}

.topbar .topbar-content-inner .topbar-content a {

  /*text-decoration: underline;
  color: #F5F5F5;*/
}

.topbar .topbar-content-inner .topbar-content a:hover {
  /*color: #c9a876;*/
}

.topbar .topbar-content-inner.has-language-block {
  padding-right: 135px;
}

.topbar .topbar-content-inner.has-language-block .language-region {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.language-box .links > li {
  margin-right: 10px;
  opacity: 0.6;
  filter: alpha(opacity=60);
  line-height: 1;
  margin-top: 5px;
  float: right;
}

.language-box .links > li.is-active {
  opacity: 1;
  filter: alpha(opacity=100);
}
.gsc-icon-box.custom-icon-box{
  padding: 0;
}
.gsc-icon-box.custom-icon-box img{
  vertical-align: bottom;
}
.gsc-icon-box.custom-icon-box .highlight_content .desc{
  text-align: left;
  margin-bottom: 30px;
}
.gsc-heading.style-1 .title{
  max-width: none;
}
/* --- END - General settings --- */


video{
  width: 100%;
  height: auto;
}
video source{
  max-width: 100%;
  aspect-ratio: 16 / 9;
  display: block;
}


/* Styles ultra responsive pour petits smartphones */
@media (max-width: 575px) {
  h1.home-page-title{
    font-size: 2.1575rem;
  }
  .subscription-plan.card .column-1 {
    border-right: none;
    margin-bottom: 30px;
  }
  .project-subform{
    display: block;
  }
  .form-item-field-project-address-0-address-address-line1,
  .form-item-field-project-address-0-address-postal-code,
  .form-item-field-project-address-0-address-postal-code,
  .form-item-field-project-address-0-address-locality{
    width: 100%;
    padding-right: 0;
  }
  .field--name-field-project-risk-and-benefits,
  .field--name-field-project-storage-charge,
  .field--name-field-project-profit-margin{
    flex: 0 1 auto;
    padding-right: 0;
    width: 100%;
  }
  .field--name-field-total-salaries, .field--name-field-total-site-setup, .field--name-field-total-bids{
    width: 100%;
    float: left;
    margin-top: -132px;
  }
  .field--name-field-total-contracts-display{
    width: 100%;
    float: left;
    margin-top: -132px;
  }
  .js .field--widget-paragraphs .paragraphs-dropbutton-wrapper{
    margin-top: 70px;
  }
  .field--name-field-total-net-contracts, .field--name-field-overhead-expense, .field--name-field-net-profit-margin-chf{
    padding-right: 0;
  }
}

.register-button-background-color{
  background-color: #f3f9fd;
}

/* Styles pour mobile et petites tablettes uniquement */
@media (max-width: 768px) {
  .block-image-user-form-login {
    display: none;
  }
  .project-subform{
    display: block;
  }
}

/* iPad Air & tablettes moyennes */
@media (min-width: 768px) and (max-width: 820px) {
  .project-subform{
    display: block;
  }
}

/* Styles pour iPad Pro 11" portrait */
@media (min-width: 820px) and (max-width: 850px) {
  .project-subform{
    display: block;
  }
}

/* Styles spécifiques Surface Pro 7 portrait */
@media (min-width: 912px) and (max-width: 1024px) and (orientation: portrait){
  .project-subform{
    display: block;
  }
}

/* Styles pour iPad Pro 12.9" portrait */
@media (min-width: 1024px) and (max-width: 1100px) {
  .project-subform{
    display: block;
  }
}
@media (max-width: 992px) {
  .page-user-menu-top .gva-user-region{
    right: 10px;
  }
  .page-user-menu-top .content.block-content .notification-icon{
    right: 20px;
  }
  .lang-switcher select{
    margin-right: 0;
  }
  form [data-drupal-selector="edit-field-project-address-0-address"],
  form [data-drupal-selector="edit-field-project-address-0-address-container1"]{
    display: block;
  }
  form .form-item-field-project-address-0-address-address-line1,
  form [data-drupal-selector="edit-field-project-address-0-address-container1"] .js-form-item.form-item.js-form-type-textfield{
    width: 100%;
    margin-left: 0;
  }
}


/* COULEURS DE TEXTE
.text-primary { color: #3EAAFD; }
.text-secondary { color: #6c757d; }
.text-success { color: #28a745; }
.text-danger { color: #dc3545; }
.text-warning { color: #ffc107; }
.text-info { color: #17a2b8; }
.text-muted { color: #6c757d; }*/

/* Font Sizes
.text-xs { font-size: 0.75rem; }
.text-sm { font-size: 0.875rem; }
.text-md { font-size: 1rem; }
.text-lg { font-size: 1.25rem; }
.text-xl { font-size: 1.5rem; }
.text-xxl { font-size: 2rem; }*/

/* Font Weight
.font-light { font-weight: 300; }
.font-normal { font-weight: 400; }
.font-medium { font-weight: 500; }
.font-bold { font-weight: 700; }
.font-bolder { font-weight: 900; }*/


/* ALIGNEMENT compris dans dans gavias lozin libraries*/
/*.text-left { text-align: left; }
.text-center { text-align: center; }
.text-right { text-align: right; }*/

/* ================= SPACING =================
.mb-xs { margin-bottom: 0.25rem; }
.mb-sm { margin-bottom: 0.5rem; }
.mb-md { margin-bottom: 1rem; }
.mb-lg { margin-bottom: 1.5rem; }
.mb-xl { margin-bottom: 2rem; }

.mt-xs { margin-top: 0.25rem; }
.mt-sm { margin-top: 0.5rem; }
.mt-md { margin-top: 1rem; }
.mt-lg { margin-top: 1.5rem; }
.mt-xl { margin-top: 2rem; }

.p-xs { padding: 0.25rem; }
.p-sm { padding: 0.5rem; }
.p-md { padding: 1rem; }
.p-lg { padding: 1.5rem; }
.p-xl { padding: 2rem; }*/
/*
p {
  color: #4D4D4D;
  font-size: 1rem;
  line-height: 1.5;
}

label,
p.text-muted {
  color: #6C6C6C;
}

p.text-xs {
  color: #9E9E9E;
}*/

/* ===== RESPONSIVE =====
@media (min-width: 576px) {
  .text-sm { font-size: 0.9rem; }
  .text-md { font-size: 1.05rem; }
  .text-lg { font-size: 1.3rem; }
  .text-xl { font-size: 1.6rem; }
  .text-xxl { font-size: 2.2rem; }
}

@media (min-width: 992px) {
  .text-sm { font-size: 0.95rem; }
  .text-md { font-size: 1.1rem; }
  .text-lg { font-size: 1.4rem; }
  .text-xl { font-size: 1.8rem; }
  .text-xxl { font-size: 2.5rem; }
}*/

/* OPTIONNEL: espacement autour des paragraphes / titres */
/*.mb-xs { margin-bottom: 0.25rem; }
.mb-sm { margin-bottom: 0.5rem; }
.mb-md { margin-bottom: 1rem; }
.mb-lg { margin-bottom: 1.5rem; }
.mb-xl { margin-bottom: 2rem; }*/

/*
.tooltip-inner {
  background-color: #0d6efd !important;
  color: #fff !important;
  font-size: 0.875rem;
  padding: 0.5rem 0.75rem;
  border-radius: 0.5rem;
  max-width: 200px;
  text-align: center;
}
.passwordTooltip {
  background: #333;
  color: #fff;
}
*/

