/* 
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 */

[data-elementor-type='header'] > .elementor-section-wrap,
[data-elementor-type='header'] .header-dracula {
  transition: transform 300ms ease, background-color 1000ms ease !important;
}
[data-elementor-type='header'] > .elementor-section-wrap > section,
[data-elementor-type='header'] > .header-dracula > section {
  transition: transform 300ms ease !important;
}

.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.65rem;
  font-weight: var(--e-global-typography-19e0775-font-weight);
  text-transform: var(--e-global-typography-19e0775-text-transform);
  line-height: 1.6em;
  padding: 7px 10px 0 0!important;
  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: 0.85rem;
  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;
}

@media all and (max-width: 767px) {
	table.caracteristiques-equipements th {
		  font-size: 0.65rem!important;
	}
	table.caracteristiques-equipements td {
		font-size: 0.80rem!important;
	}
}

.realisationsAnimation.blankAnimationUp .owl-stage .owl-item {
  opacity: 0;
  animation: customSlideUp 1s forwards cubic-bezier(0.16, 1, 0.3, 1);
}
.realisationsAnimation.blankAnimationDown .owl-stage .owl-item {
  opacity: 0;
  animation: customSlideDown 1s forwards cubic-bezier(0.16, 1, 0.3, 1);
}

.realisationsAnimation .owl-stage > *:nth-of-type(1) {
  animation-delay: 400ms !important;
}

.realisationsAnimation .owl-stage > *:nth-of-type(2) {
  animation-delay: 500ms !important;
}

.realisationsAnimation .owl-stage > *:nth-of-type(3) {
  animation-delay: 600ms !important;
}

.realisationsAnimation .owl-stage > *:nth-of-type(4) {
  animation-delay: 700ms !important;
}

.realisationsAnimation .owl-stage > *:nth-of-type(5) {
  animation-delay: 800ms !important;
}

.realisationsAnimation .owl-stage > *:nth-of-type(6) {
  animation-delay: 900ms !important;
}

.realisationsAnimation .owl-stage > *:nth-of-type(7) {
  animation-delay: 1000ms !important;
}

.agences.blankAnimationDown .uc-items-wrapper .ue-grid-item {
  opacity: 0;
  animation: customSlideDown 1s forwards cubic-bezier(0.16, 1, 0.3, 1);
}
.agences .uc-items-wrapper > *:nth-of-type(1) {
  animation-delay: 400ms !important;
}
.agences .uc-items-wrapper > *:nth-of-type(2) {
  animation-delay: 500ms !important;
}
.agences .uc-items-wrapper > *:nth-of-type(3) {
  animation-delay: 600ms !important;
}
.agences .uc-items-wrapper > *:nth-of-type(4) {
  animation-delay: 700ms !important;
}
.agences .uc-items-wrapper > *:nth-of-type(5) {
  animation-delay: 800ms !important;
}
.agences .uc-items-wrapper > *:nth-of-type(6) {
  animation-delay: 900ms !important;
}

.emploiLoop.blankAnimationDown .ue-grid .ue-grid-item {
  opacity: 0;
  animation: customSlideDown 1s forwards cubic-bezier(0.16, 1, 0.3, 1);
}

.emploiLoop .ue-grid > *:nth-of-type(1) {
  animation-delay: 400ms;
}
.emploiLoop .ue-grid > *:nth-of-type(2) {
  animation-delay: 500ms;
}
.emploiLoop .ue-grid > *:nth-of-type(3) {
  animation-delay: 600ms;
}
.emploiLoop .ue-grid > *:nth-of-type(4) {
  animation-delay: 700ms;
}
.emploiLoop .ue-grid > *:nth-of-type(5) {
  animation-delay: 800ms;
}
.emploiLoop .ue-grid > *:nth-of-type(6) {
  animation-delay: 900ms;
}

.timelineWrapper.blankAnimationUp .owl-stage .owl-item .ue-item-date {
  opacity: 0;
  animation: customSlideUp 1s forwards cubic-bezier(0.16, 1, 0.3, 1);
}

.timelineWrapper.blankAnimationDown .owl-stage .owl-item .ue-item-date {
  opacity: 0;
  animation: customSlideDown 1s forwards cubic-bezier(0.16, 1, 0.3, 1);
}

/* Délais */
.timelineWrapper .owl-stage > .owl-item:nth-of-type(1) .ue-item-date {
  animation-delay: 400ms !important;
}

.timelineWrapper .owl-stage > .owl-item:nth-of-type(2) .ue-item-date {
  animation-delay: 500ms !important;
}

.timelineWrapper .owl-stage > .owl-item:nth-of-type(3) .ue-item-date {
  animation-delay: 600ms !important;
}

.timelineWrapper .owl-stage > .owl-item:nth-of-type(4) .ue-item-date {
  animation-delay: 700ms !important;
}

.timelineWrapper .owl-stage > .owl-item:nth-of-type(5) .ue-item-date {
  animation-delay: 800ms !important;
}

.timelineWrapper .owl-stage > .owl-item:nth-of-type(6) .ue-item-date {
  animation-delay: 900ms !important;
}

.timelineWrapper .owl-stage > .owl-item:nth-of-type(7) .ue-item-date {
  animation-delay: 1000ms !important;
}

.socialGrid.blankAnimationUp .elementor-grid .elementor-grid-item {
  opacity: 0;
  animation: customSlideUp 1s forwards cubic-bezier(0.16, 1, 0.3, 1);
}

.socialGrid .elementor-grid > *:nth-of-type(1) {
  animation-delay: 400ms !important;
}

.socialGrid .elementor-grid > *:nth-of-type(2) {
  animation-delay: 500ms !important;
}

.socialGrid .elementor-grid > *:nth-of-type(3) {
  animation-delay: 600ms !important;
}

.socialGrid .elementor-grid > *:nth-of-type(4) {
  animation-delay: 700ms !important;
}

.socialGrid .elementor-grid > *:nth-of-type(5) {
  animation-delay: 800ms !important;
}

.socialGrid .elementor-grid > *:nth-of-type(6) {
  animation-delay: 900ms !important;
}

.socialGrid .elementor-grid > *:nth-of-type(7) {
  animation-delay: 1000ms !important;
}

.matiereLoopGrid.blankAnimationUp .elementor-grid .e-loop-item {
  opacity: 0;
  animation: customSlideUp 1s forwards cubic-bezier(0.16, 1, 0.3, 1);
}

.matiereLoopGrid .elementor-grid > *:nth-of-type(1) {
  animation-delay: 400ms !important;
}
.matiereLoopGrid .elementor-grid > *:nth-of-type(2) {
  animation-delay: 500ms !important;
}
.matiereLoopGrid .elementor-grid > *:nth-of-type(3) {
  animation-delay: 600ms !important;
}
.matiereLoopGrid .elementor-grid > *:nth-of-type(4) {
  animation-delay: 700ms !important;
}
.matiereLoopGrid .elementor-grid > *:nth-of-type(5) {
  animation-delay: 800ms !important;
}
.matiereLoopGrid .elementor-grid > *:nth-of-type(6) {
  animation-delay: 900ms !important;
}
.matiereLoopGrid .elementor-grid > *:nth-of-type(7) {
  animation-delay: 1000ms !important;
}
.matiereLoopGrid .elementor-grid > *:nth-of-type(8) {
  animation-delay: 1100ms !important;
}
.matiereLoopGrid .elementor-grid > *:nth-of-type(9) {
  animation-delay: 1200ms !important;
}
.matiereLoopGrid .elementor-grid > *:nth-of-type(10) {
  animation-delay: 1300ms !important;
}
.matiereLoopGrid .elementor-grid > *:nth-of-type(11) {
  animation-delay: 1400ms !important;
}
.matiereLoopGrid .elementor-grid > *:nth-of-type(12) {
  animation-delay: 1500ms !important;
}


#finition-switcher .color-btn__thumb {
  object-fit: contain;
}


#finition-switcher 
.color-btn {
  width: calc(25% - 12px);
  justify-content: center;
}
@media all and (max-width:768px){
  #finition-switcher 
.color-btn {
  width: calc(50% - 12px);
}
}



#finition-switcher .color-btn__thumb {
  width: 100%!important;
  height: unset!important;
}
#finition-switcher .color-btn span.color-btn__label {
  top:5px;
}


.apf-infos-btn {
  border: ;
}
.apf-infos-btn {
  border-style: solid;
  border-width: 0px 0px 2px 0px;
  border-color: var(--e-global-color-accent);
  font-family: var(--e-global-typography-19e0775-font-family), Sans-serif;
  font-weight: lighter;
  color: #606262;
  padding-bottom: 5px;
  margin-bottom: 25px;
  width: fit-content;
  margin-top: 15px;
  /*! padding-left: 20px; */
  display: flex;
  align-items: center;
}
.apf-infos-produit {
  display: flex;
  flex-direction: column;
}
.apf-infos-section {
  display: flex;
  flex-direction: column;
}
.apf-infos-produit > div:last-of-type a {
  margin-bottom: 0px;
}
.apf-infos-liste {
  display: flex;
  list-style-type: none;
  padding-left: 0;

  flex-wrap: wrap;

  gap: 10px;
}
.apf-infos-ligne {
 
display: flex;
  align-items: center;
  
/*! gap: 4px; */
}
.apf-infos-ligne::before {
 margin-right:10px;
content:"⬤";
  font-size: 6px;
color:#E74A37;
}

.apf-infos-btn::before {
  
  content: "";

  width: calc(12px * 1.1);
  
  height: calc(9px * 1.1);
  margin-right: 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.77539 0.164595C7.00959 -0.0549675 7.38969 -0.0547625 7.62402 0.164595L11.8242 4.10209C11.8381 4.11509 11.8518 4.12988 11.8643 4.14409L11.8994 4.18803C11.905 4.19596 11.9099 4.20432 11.915 4.21245C11.9198 4.21996 11.9253 4.22718 11.9297 4.23491C11.9344 4.24318 11.9381 4.25184 11.9424 4.2603C11.9464 4.26828 11.9505 4.27653 11.9541 4.28471C11.9577 4.29296 11.9607 4.30172 11.9639 4.3101C11.9672 4.31889 11.9717 4.32748 11.9746 4.33647C11.9773 4.34491 11.9792 4.35432 11.9814 4.36284C11.9839 4.3719 11.9863 4.38093 11.9883 4.39018C11.9904 4.40007 11.9916 4.41051 11.9932 4.42045C11.9944 4.42853 11.9962 4.43669 11.9971 4.44487C12.0009 4.48156 12.0009 4.51853 11.9971 4.55522C11.9962 4.56353 11.9944 4.57241 11.9932 4.58061C11.9917 4.59039 11.9903 4.60017 11.9883 4.60991C11.9863 4.61935 11.9839 4.62897 11.9814 4.63823C11.9792 4.6467 11.9773 4.65525 11.9746 4.66362C11.9717 4.67267 11.9673 4.68112 11.9639 4.68999C11.9607 4.69842 11.9578 4.70707 11.9541 4.71538C11.9505 4.72363 11.9464 4.73175 11.9424 4.73979C11.9381 4.74825 11.9344 4.7569 11.9297 4.76518C11.9253 4.77285 11.9198 4.78019 11.915 4.78764C11.9099 4.79571 11.905 4.80418 11.8994 4.81206C11.8935 4.82036 11.8863 4.82848 11.8799 4.83647C11.8745 4.84316 11.87 4.85048 11.8643 4.85698C11.8518 4.87116 11.838 4.88502 11.8242 4.89799L7.62402 8.83549C7.3897 9.05496 7.00963 9.05509 6.77539 8.83549C6.54128 8.61583 6.5412 8.25921 6.77539 8.03959L9.95117 5.06303H0.599609C0.268541 5.06284 0.000203237 4.81091 0 4.50053C0 4.19 0.268415 3.93823 0.599609 3.93803H9.95117L6.77539 0.960493C6.54128 0.740833 6.5412 0.384209 6.77539 0.164595Z' fill='%23606262'/%3E%3C/svg%3E%0A");
}



.apf-infos-libelle {
  margin-right: 0.5ch;
}
.apf-infos-valeur {
  margin-left: 0.5ch;
}
.apf-infos-valeur {
  font-weight: bold;
}
.apf-infos-libelle {
  color:#606262;
}

@media all and (max-width:767px){
  
  :root {
    --mm-ocd-max-width:100%;
    --mm-ocd-min-width:100%;
    --mm-ocd-width:100%;
  }
}

button.msw-trigger:hover {
    box-shadow:none!important;
}
.mm-section-block {
    list-style-type:none!important;
}


[data-has-simulateur="has-simulateur"] > * > * {
  pointer-events: none;
}

[data-has-simulateur="has-simulateur"] > *  {
  transition:opacity 400ms ease;
cursor: not-allowed;
}
[data-has-simulateur="has-simulateur"]:hover > *  {
opacity: 0.5;
}

[data-has-simulateur="has-simulateur"]::before   {
    content:"Disponible dans quelques jours..";
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  position: absolute;
    width:100%;
  font-size:0.8rem!important;
    background-color: rgba(255,255,255,0.5);
  backdrop-filter: blur(10px);
  top:0px;
  transform: translate(-50%,calc(-100% - 10px));
  left:50%;
  text-align: center;
  padding:10px;
  border-radius: 10px;
  opacity: 0;
  pointer-events: none;
   transition:opacity 400ms ease;
}


[data-has-simulateur="has-simulateur"]:hover::before   {
  opacity: 1;

}

