/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.navBar {
  margin-bottom: var(--nav-height) !important;
  transition: background-color 300ms ease;
}

/* .scrollHeader{
    background-color: var(--e-global-color-accent);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
} */

/*  */
.customFormBtn button,
.customBtn a {
  display: inline-block;
  padding: 12px 24px;
  border: 1px solid #e74a37;
  border-radius: 100px;
  /*   transition: all 0.2s ease-in; */
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.customFormBtn button:hover,
.customBtn a:focus {
  color: #606262 !important;
}
.customFormBtn button:hover:focus,
.customBtn a:hover:focus {
  color: #ffffff !important;
}
/* .customFormBtn button {
  background-color: orange !important;
} */
.customFormBtn button:before,
.customBtn a:before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scaleY(1) scaleX(1.25);
  top: 100%;
  width: 140%;
  height: 180%;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 100px;
  display: block;
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
}

.customFormBtn button:after,
.customBtn a:after {
  content: '';
  position: absolute;
  left: 55%;
  transform: translateX(-50%) scaleY(1) scaleX(1.45);
  top: 180%;
  width: 160%;
  height: 190%;
  background-color: #004f8b;
  border-radius: 50%;
  display: block;
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
}

.customFormBtn button:hover,
.customBtn a:hover {
  color: #ffffff !important;
  border: 1px solid #004f8b;
}

.customFormBtn button:hover:before,
.customBtn a:hover:before {
  top: -35%;
  background-color: #004f8b;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

.customFormBtn button:hover:after,
.customBtn a:hover:after {
  top: -45%;
  background-color: #004f8b;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

.customBtn .elementor-button-wrapper {
  margin-bottom: -6px;
}
a:focus {
  color: var(--e-global-color-text) !important;
}
.customBtnImg a {
  background: rgba(96, 98, 98, 0.15) !important;
  backdrop-filter: blur(3.5px) !important;
  /*border-radius:100px; */
}

.customBtnImg a:focus {
  color: #ffffff !important;
}

/**/

.decoTitle .elementor-widget-container {
  position: relative;
}

.decoTitle .elementor-widget-container::after {
  content: '';
  display: inline-block;
  width: 200px;
  background-color: var(--e-global-color-text);
  height: 1px;
  margin-top: 1rem;
}
.decoTitle.white ::after {
  background-color: white;
}

.decoTitle.small::after {
  content: '';
  display: inline-block;
  width: 50px;
  background-color: var(--e-global-color-text);
  height: 1px;
  margin-top: 1rem;
}

/*  */
.customDots .ue-remote-bullet-btn.active {
  position: relative;
}
.customDots .ue-remote-bullet-btn.active::before {
  content: '';
  position: absolute;
  inset: -4px;
  border-radius: 50px;
  border: solid 2px white;
}

/* formulaire */

.customForm .texte-captcha,
.customForm .texte-captcha a {
  color: var(--e-global-color-text);
  font-size: 0.8rem !important;
  margin-bottom: 0px;
}

.customForm .texte-captcha a:hover {
  text-decoration: underline;
}

/* style*/
.customForm .elementor-field-group:not(.elementor-field-type-upload) .elementor-field-label {
  opacity: 0;
  position: absolute;
  pointer-events: none;
  transition: opacity 300ms ease;
  top: -4px;
  z-index: 99;
  left: 30px;
  font-size: 0.7rem;
  background-color: white;
  padding: 5px 5px;
  transform: translateY(-50%);
}

.customForm
  .elementor-field-group:not(.elementor-field-type-upload):has(input:not(:placeholder-shown))
  .elementor-field-label,
.customForm .elementor-field-group:not(.elementor-field-type-upload):has(input:focus) .elementor-field-label {
  opacity: 1;
}
.customForm
  .elementor-field-group:not(.elementor-field-type-upload):has(select option[value='']:not(:checked))
  .elementor-field-label {
  opacity: 1;
}
.customForm
  .elementor-field-group:not(.elementor-field-type-upload):has(textarea:not(:placeholder-shown))
  .elementor-field-label {
  opacity: 1;
}
/*  */
.customForm .elementor-field-type-upload input[type='file'] {
  opacity: 1;
  z-index: -1;
  position: absolute;
  top: -1px;
  left: 0;
  width: 1px;
  height: 1px;
  border: none !important;
}

.customForm .elementor-field-type-upload label::before {
  content: '\f0c6';
  font-family: 'Font Awesome 5 Free';
  font-size: 16px;
  padding: 0px 8px;
  font-weight: 900;
}

.customForm .elementor-field-type-upload label {
  text-align: left;
  background: white;
  width: 100%;
  margin-top: 0px;
  padding: 12px !important;
  color: var(--e-global-color-text) !important;
  border-radius: 50px;
  border: solid 1px var(--e-global-color-accent);
  transition: background-color 300ms ease;
  cursor: pointer;
  font-family: var(--e-global-typography-ddcee53-font-family), Sans-serif;
  font-size: var(--e-global-typography-ddcee53-font-size);
  font-weight: var(--e-global-typography-ddcee53-font-weight);
  text-transform: var(--e-global-typography-ddcee53-text-transform);
  line-height: var(--e-global-typography-ddcee53-line-height);
  fill: var(--e-global-color-text);
  color: var(--e-global-color-text);
}

.customForm .elementor-field-type-upload label:hover {
  background-color: var(--e-global-color-accent);
  color: white !important;
}

/* Offres d'emploi Single Page */
.avantage_item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--e-global-typography-ddcee53-font-family), Sans-serif;
  font-size: var(--e-global-typography-ddcee53-font-size);
  font-weight: var(--e-global-typography-ddcee53-font-weight);
  text-transform: var(--e-global-typography-ddcee53-text-transform);
  line-height: var(--e-global-typography-ddcee53-line-height);
  color: var(--e-global-color-text);
}

.wrapper_avantages {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.avantage_item span::before {
  color: var(--e-global-color-accent);
}

@media all and (max-width: 1024px) {
  .wrapper_avantages {
    display: flex;
    align-items: start;
    flex-direction: column;
    gap: 1rem;
  }
}

.imgAbsolute  {
     position: absolute!important;
    right: 30px!important;
    bottom: 30px!important;
}

@media all and (max-width: 767px){ 
    
   .imgAbsolute {
        right: 30px;
    }
}

/* PAGES D'EQUIPEMENTS */

table.caracteristiques-equipements th{
    text-align:left;
    font-family: var(--e-global-typography-19e0775-font-family), Sans-serif;
    font-size: 0.8rem;
    font-weight: var(--e-global-typography-19e0775-font-weight);
    text-transform: var(--e-global-typography-19e0775-text-transform);
    line-height: 1.6em;
    padding:0px;
	vertical-align: text-top;
    color:#606262;
}
table.caracteristiques-equipements td{
    padding:0;
    color: #606262;
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-text-font-weight);
    text-transform: var(--e-global-typography-text-text-transform);
    line-height: var(--e-global-typography-text-line-height);
}
table.caracteristiques-equipements th,
table.caracteristiques-equipements td{
    border:none;
    padding:5px 0;
    background-color:white!important;
	width:50%;
}
table.caracteristiques-equipements tr:hover{
    background-color:#f5f5f5;
}