/*
Theme Name: Chamonix Parapente
Template: hello-elementor
Version: 1.0
*/

/* START HEADER */

body {	 
  font-family: var(--e-global-typography-a875dbe-font-family), Sans-serif;
  font-size: var(--e-global-typography-a875dbe-font-size);
  font-weight: var(--e-global-typography-a875dbe-font-weight);
}

body:not(.home) main {
	margin-top:114px; 
}


.page-header .entry-title {
  margin-top: 160px !important;
}

header.scrolled > .elementor-element{
    background-color: #1a6f9b !important;
}

.menu_header li a::after{
    content: "";
    height: 1px;
    background: white !important;
    width: 50%;
    left: 50% !important;
    bottom: 0;
    transform: translateX(-50%) scale(0);
}

.menu_header li a.elementor-item-active::after{
    transform: translateX(-50%) scale(1);
}

.menu_header li a:hover::after{
    transform: translateX(-50%) scale(1);
    
}

.menu_header li a{
    position: relative;
}

/* END HEADER */

/* START ELEMENTS */

.button-anim a{
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid white;
}

.button-anim a span{
    z-index: 1;
}

.button-anim.bg-white a::before{
    background: #fff;
    background-color: rgb(255, 255, 255);
    bottom: auto;
    content: "";
    height: 100%;
    left: 0;
    opacity: 1;
    position: absolute;
    right: auto;
    top: 0;
    transition-duration: .3s;
    width: 0;
    z-index: 0;

}

.button-anim a:hover::before{
    height: 100%;
    opacity: 1;
    width: 100%;
}

.button-anim.bg-white a:hover *{
    color: white;
}

.button-anim.bg-white a::before{
    background-color: #ff7908;
}

/* END ELEMENTS */

/* START HEADER */

/* START SELECTOR LANG */

.selector-lang .wpml-ls-link{
    padding: 0px 10px 6px !important;
    position: relative;
}

.selector-lang .wpml-ls-current-language a::after{
    content: "";
    left: 50%;
    position: absolute;
    bottom: 0;
    transform: translateX(-50%);
    background-color: white;
    height: 1px;
    width: 8px;
    display: block;

}

.wpml-ls ul li{
  border-right: 1px solid white;
}

.wpml-ls ul li:last-child{
  border-right: none;
}

/* END SELECTOR LANG */

/* STOP HEADER */

/* START HOMEPAGE */

.homepage-flies .elementor-widget-loop-grid .elementor-grid:nth-child(n+2) .content{
    background-color: white !important;
}

.homepage-flies .elementor-widget-loop-grid .elementor-grid:nth-child(n+3) .content{
    background-color: #1a6f9b !important;
}

.homepage-flies .elementor-grid{
    display: flex;
}

.homepage-flies .fly-single .content{
    height: 100%;
}

.homepage-flies .button-anim{
    margin-top: auto;
}

.homepage-flies .product{
    width: 25%;
    display: flex;
    flex-grow: 1;
}

@media screen and (max-width: 1024px) {
    .homepage-flies .product{
        width: 50%;
    }
}

@media screen and (max-width: 767px) {
    .homepage-flies .product{
        width: 100%;
    }

    .homepage-flies .content{
        height: auto !important;
    }
}

.homepage-flies .elementor-grid{
    flex-wrap: wrap;
    gap: 0 !important;
}

.homepage-flies .elementor-grid > .product:nth-child(3n - 1) .content{
    background: white;
}

.homepage-flies .elementor-grid > .product:nth-child(3n - 1) .elementor-button-link{
    background-color: #ff7908;
    color: white;
}

.homepage-flies .elementor-grid > .product:nth-child(3n - 1) .elementor-button-link{
    background-color: #ff7908;
    color: white;
    border-color: #ff7908;
}

.homepage-flies .elementor-grid > .product:nth-child(3n-1) .elementor-button-icon * {
  fill: white;
}

.homepage-flies .elementor-grid > .product:nth-child(n+2) .elementor-button:hover .elementor-button-icon *,
.homepage-flies .elementor-grid > .product:nth-child(n+3) .elementor-button:hover .elementor-button-icon *  {
  fill: white !important;
}

.homepage-flies .elementor-grid > .product:nth-child(n+2) .content .woocommerce-Price-amount,
.homepage-flies .elementor-grid > .product:nth-child(n+3) .content .woocommerce-Price-amount{
    color: white;
}


.homepage-flies .elementor-grid > .product:nth-child(3n-1) .elementor-button:hover .elementor-button-icon * {
  fill: #ff7908 !important;
}


.homepage-flies .elementor-grid > .product:nth-child(3n - 1) .elementor-button-link:hover *{
    
    color: #ff7908;
}

.homepage-flies .elementor-grid > .product:nth-child(3n - 1) .button-anim.bg-white a::before{
    background: white;
}

.homepage-flies .elementor-grid > .product:nth-child(3n - 1) .content .elementor-widget-heading *{
    color: #ff7908;
}

.homepage-flies .elementor-grid > .product:nth-child(3n - 1) .content .elementor-widget-heading *{
    color: #ff7908;
}

.homepage-flies .elementor-grid > .product:nth-child(3n - 1) .content .elementor-widget-text-editor{
    color: black;
}

.homepage-flies .elementor-grid > .product:nth-child(3n + 1) .content{
    background: #1a6f9b;
}

.yith-wcbk-form-section-duration{
    display: none;
}

.woocommerce-product-details__short-description em strong{
    color: #FF7908;
}

.amount {
    color: white;
    font-weight: 600;
}

.elementor-menu-cart__subtotal .amount,
.woocommerce-checkout .amount {
    color: #FF7908 !important;
}

.yith-wcbk-booking-form .yith-wcbk-booking-service-quantity__container{
    margin-left: unset !important;
}

.woocommerce-message{
  display: none !important;
}

/* END HOMEPAGE */

/* START SIMILAR PRODUCT*/
.produits-similaires ul.products li.product a img {
	height:250px !important;
	 object-fit: cover;	
}
/* END SIMILAR PRODUCT*/

/* PANIER */

/* main{
    padding-top: 40px;
} */ 

/* END PANIER */

/* START ACCOUNT */

.woocommerce-MyAccount-navigation {
    margin-bottom: 10px;
    margin-top:30px;
    padding-top:30px;
    border-top:1px solid rgba(0,0,0,0.105)
  }
  .woocommerce-MyAccount-navigation-link  {
    font-size:18px;
    padding-inline:15px 10px;
    padding-bottom:10px;
    margin-bottom:15px;
    text-transform:uppercase;
    border-bottom:1px solid rgba(0,0,0,0.105)
  }
  .woocommerce-MyAccount-navigation ul {
    list-style:none
  }

  .woocommerce-MyAccount-navigation ul>li>a {
    color: #242424;
    display:flex;
    align-items:center;
    min-height:42px;
    padding:5px 15px;
    font-weight:600;
    border-radius: 0;
    text-decoration:none
  }

  .woocommerce-MyAccount-navigation ul>li>a:hover {
    background-color:rgba(0,0,0, 0.03)
  }

  .woocommerce-MyAccount-navigation ul>li.is-active>a {
    background-color:rgba(0,0,0, 0.06)
  }

  /* .wd-builder-off .wd-nav-my-acc {
    --wd-col-lg: 3;
    --wd-col-md: 2;
    --wd-col-sm: 1;
    --nav-pd: 20px;
    --nav-color-hover: rgba(var(--wd-navigation-color), 1);
    --nav-bg-hover: rgba(0,0,0, .03);
    --nav-shadow: 0px 0px 4px rgba(0,0,0,0.18);
    --nav-radius: var(--wd-brd-radius);
    --wd-align: center;
    --nav-icon-size: 55px
  } */

  .wd-builder-off .wd-nav-my-acc>li>a .wd-nav-icon {
    color:var(--color-gray-300)
  }

  .wd-builder-off .wd-nav-my-acc>li:hover>a .wd-nav-icon {
    color:var(--wd-primary-color)
  }

  .wd-builder-off .wd-nav-my-acc .wd-my-acc-dashboard {
    display:none
  }

  @media (min-width: 769px) {
    .wd-my-account-sidebar {
      padding-inline-end:30px;
      border-inline-end:1px solid rgba(0,0,0,0.105)
    }
  }  

  .account-links{
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    list-style: none;
    padding-left: 0;
  }

  .account-links li {
    border: 2px solid #bbb;
  }

  .account-links li a{
    min-height: 42px;
    padding: 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: rgb(51, 51, 51);
    gap: 20px;
    font-family: "Jost", Arial, Helvetica, sans-serif;
    font-weight: 500;
  }

  .account-links li a:hover i{
    color: #FF7908;
  }

  .account-links li a:hover{
    background-color: rgba(0,0,0, 0.03);
  }

  .account-links li a i{
    font-size: 60px;
    color: #bbb;
  }

  /* .site-main{
    max-width: 1440px !important;
  } */

  td.product-name a:not(:where(.button)) {
    --wd-link-decor: none;
    --wd-link-decor-hover: none;
    display:block;
    color:var(--wd-entities-title-color);
    word-wrap:break-word;
    font-weight:var(--wd-entities-title-font-weight);
    font-style:var(--wd-entities-title-font-style);
    font-family:var(--wd-entities-title-font);
    text-transform:var(--wd-entities-title-transform);
    line-height:1.4;
    display:inline-block;
    text-decoration:none
  }
  td.product-name a:not(:where(.button)):hover {
    color:var(--wd-entities-title-color-hover)
  }
  .shop_table tr :is(td,
  th):first-child {
    padding-inline-start:0
  }
  .shop_table tr :is(td,
  th):last-child {
    padding-inline-end:0;
    text-align:end
  }
  tr.cart_item .product-total>.amount {
    color:var(--wd-text-color);
    font-weight:400
  }
  tr.order-total strong .amount {
    font-size:1.3em
  }
  tr.order-total td strong {
    display:block
  }
  th:is(.product-remove,
  .product-thumbnail) {
    font-size:0
  }
  th.product-name {
    text-align:start
  }
  th.product-thumbnail {
    width:10px
  }
  th.product-remove {
    width:40px
  }
  td.product-name {
    text-align:start
  }
  td.product-name p {
    margin-top:5px;
    margin-bottom:5px;
    font-size:.9em
  }
  td.product-name ul.variation {
    margin-top:5px;
    width:100%
  }
  td.product-sku {
    word-break:break-all
  }
  td.product-price>.amount {
    color:var(--wd-text-color);
    font-weight:400
  }
  td.product-quantity input[type="text"] {
    max-width:80px;
    text-align:center
  }
  td.product-thumbnail>a {
    display:block;
    overflow:hidden
  }
  td.product-thumbnail img {
    min-width:80px;
    max-width:80px;
    border-radius:calc(var(--wd-brd-radius) / 1.5)
  }
  td:is(.product-btn,
  .woocommerce-orders-table__cell-order-actions) a {
    padding:5px 14px !important;
    min-height:36px !important;
    font-size:12px !important;
    border-radius: 35px !important;
    color: white !important;
    box-shadow: none !important;
    background-color: #FF7908 !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    font-family: "Jost", Arial, Helvetica, sans-serif !important;
    display: inline !important;
  }
  td:is(.product-btn,
  .woocommerce-orders-table__cell-order-actions) a:hover {
    color:var(--btn-accented-color-hover);
    box-shadow:var(--btn-accented-box-shadow-hover);
    background-color:var(--btn-accented-bgcolor-hover)
  }
  td:is(.product-btn,
  .woocommerce-orders-table__cell-order-actions) a:active {
    box-shadow:var(--btn-accented-box-shadow-active);
    bottom:var(--btn-accented-bottom-active, 0)
  }
  td:is(.product-btn,
  .woocommerce-orders-table__cell-order-actions) a.wd-disabled {
    opacity:.4;
    pointer-events:none
  }
  td.product-remove {
    padding:0;
    text-align:center
  }
  .woocommerce-remove-coupon {
    margin-inline-end:-10px
  }
  td.product-remove a,
  .woocommerce-remove-coupon {
    --wd-link-color: var(--color-gray-800);
    --wd-link-color-hover: var(--color-gray-500);
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:30px;
    height:30px;
    font-size:0;
    text-decoration:none !important
  }
  td.product-remove a:before,
  .woocommerce-remove-coupon:before {
    font-size:calc(var(--wd-text-font-size, 14px) / 1.2);
    content:"\f112";
    font-family:"woodmart-font"
  }
  @media (min-width: 769px) {
    td.product-quantity>span {
      display:inline-block;
      min-width:80px;
      text-align:center
    }
  }
  @media (max-width: 768.98px) {
    .shop_table_responsive {
      display:block
    }
    .shop_table_responsive :is(thead,
    th) {
      display:none
    }
    .shop_table_responsive :is(tbody,
    tfoot) {
      display:block
    }
    .shop_table_responsive tr {
      position:relative;
      display:flex;
      flex-direction:column;
      gap:5px;
      margin-bottom:15px;
      padding-bottom:15px;
      border-bottom:1px solid var(--brdcolor-gray-300)
    }
    .shop_table_responsive tr:last-child {
      margin-bottom:0
    }
    .shop_table_responsive td {
      display:flex;
      flex-wrap:wrap;
      align-items:center;
      gap:5px;
      padding:0;
      border-bottom:none
    }
    .shop_table_responsive td:not(:last-child) {
      padding-bottom:5px;
      border-bottom:1px dashed var(--brdcolor-gray-300)
    }
    .shop_table_responsive td:before {
      content:attr(data-title);
      margin-inline-end:auto
    }
    .shop_table_responsive .product-name a:first-child {
      margin-inline-end:0 !important
    }
    .shop_table_responsive .product-name :is(.wd-product-detail,
    .variation) {
      margin-top:0
    }
    .shop-table-with-img tr {
      padding-inline-start:115px;
      min-height:136px
    }
    .shop-table-with-img td:is(.product-thumbnail,
    .product-remove,
    .product-name):before {
      content:none
    }
    .shop-table-with-img td.product-thumbnail {
      position:absolute;
      top:0;
      inset-inline-start:0;
      overflow:hidden;
      max-height:115px;
      border:none;
      border-radius:calc(var(--wd-brd-radius) / 1.5)
    }
    .shop-table-with-img td.product-thumbnail img {
      min-width:100px;
      max-width:100px
    }
    .shop-table-with-img td.product-remove {
      position:absolute;
      top:-4px;
      inset-inline-end:-7px;
      z-index:1;
      border:none
    }
    .shop-table-with-img td.product-name {
      padding-inline-end:20px;
      border-bottom:none
    }
    .shop-table-with-img div.quantity {
      --wd-form-height: 30px
    }
  }


.woocommerce-MyAccount-content a {
  color: #FF7908 !important;
}

/* END ACCOUNT */


.faq .e-n-accordion-item-title{
  border-bottom: 1px solid #FF7908 !important;
}

/* Contact Form 7 - Sporty Design #ff7900 */

/* Contact Form 7 - Sporty Design #ff7900 */



/* Grille pour les champs sur deux colonnes */
.wpcf7-form > p {
    gap: 20px;
}

@keyframes sportyGradient {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

/* Labels */
.wpcf7 label {
    display: block;
    margin-bottom: 15px;
    font-weight: 600;
    color: #333;
    font-size: 14px;
    text-transform: none;
    letter-spacing: 1px;
}

/* Champs de saisie */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="url"],
.wpcf7 textarea,
.wpcf7 select {
    width: 100%;
    padding: 12px 16px;
    margin-bottom: 0;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    font-size: 16px;
    font-family: inherit;
    transition: all 0.3s ease;
    background: #fafafa;
    box-sizing: border-box;
    margin-top: 10px;
    font-weight: 500;
    text-transform: none;
}

.wpcf7-form p {
    margin-bottom: 0;
}


.wpcf7 input:focus,
.wpcf7 textarea:focus,
.wpcf7 select:focus {
    outline: none;
    border-color: #ff7908;
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(255, 121, 8, 0.1);
    transform: translateY(-2px);
}

.wpcf7 input:hover,
.wpcf7 textarea:hover,
.wpcf7 select:hover {
    border-color: #ff7908;
}

/* Textarea spécifique */
.wpcf7 textarea {
    min-height: 150px;
    resize: vertical;
}

/* Checkbox et Radio */
.wpcf7 .wpcf7-checkbox,
.wpcf7 .wpcf7-radio {
    margin-bottom: 25px;
}

.wpcf7 .wpcf7-list-item {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 10px;
}

.wpcf7 input[type="checkbox"],
.wpcf7 input[type="radio"] {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    accent-color: #ff7908;
    cursor: pointer;
}

.wpcf7 .wpcf7-list-item label {
    display: inline;
    font-weight: 500;
    text-transform: none;
    letter-spacing: 0;
    font-family: 'Jost';
    margin-bottom: 0;
}

.wpcf7-form{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  flex-direction: row;
}

.wpcf7-form > p {
    width: calc(50% - 10px);
    display: block;
}




/* Bouton submit */
.wpcf7 input[type="submit"] {
    width: 100%;
    padding: 18px 40px;
    background: linear-gradient(135deg, #ff7908 0%, #ff9a40 100%);
    color: #ffffff;
    border: none;
    border-radius: 12px;
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 6px 20px rgba(255, 121, 8, 0.4);
    position: relative;
    overflow: hidden;
}

.wpcf7 input[type="submit"]:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(255, 121, 8, 0.5);
    background: linear-gradient(135deg, #ff9a40 0%, #ff7908 100%);
}

.wpcf7 input[type="submit"]:active {
    transform: translateY(-1px);
    box-shadow: 0 4px 15px rgba(255, 121, 8, 0.4);
}

/* Effet de vitesse sur le bouton */
.wpcf7 input[type="submit"]::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.6s ease, height 0.6s ease;
}

.wpcf7 input[type="submit"]:hover::after {
    width: 300px;
    height: 300px;
}

/* Messages de validation */
.wpcf7 .wpcf7-not-valid-tip {
    color: #ff4444;
    font-size: 13px;
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 0;
    display: block;
}

.wpcf7 .wpcf7-response-output {
    margin: 20px 0;
    padding: 15px 20px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 14px;
}

.wpcf7 .wpcf7-validation-errors {
    background: #fff5f5;
    border: 2px solid #ff4444;
    color: #ff4444;
}

.wpcf7 .wpcf7-mail-sent-ok {
    background: #f0fff4;
    border: 2px solid #00c853;
    color: #00c853;
}

.wpcf7 .wpcf7-mail-sent-ng {
    background: #fff5f5;
    border: 2px solid #ff4444;
    color: #ff4444;
}

.wpcf7 .wpcf7-spam-blocked {
    background: #fff9e6;
    border: 2px solid #ff9800;
    color: #ff9800;
}

/* Spinner de chargement */
.wpcf7 .ajax-loader {
    display: none !important;
}

/* Version responsive */
@media (max-width: 768px) {
    .wpcf7 {
        padding: 30px 20px;
        border-radius: 15px;
    }
    
    .wpcf7 input[type="text"],
    .wpcf7 input[type="email"],
    .wpcf7 input[type="tel"],
    .wpcf7 input[type="url"],
    .wpcf7 textarea,
    .wpcf7 select {
        padding: 10px 14px;
        font-size: 15px;
        margin-top: 10px;
    }
    
    .wpcf7 input[type="submit"] {
        padding: 16px 30px;
        font-size: 16px;
        letter-spacing: 1px;
    }
    
    .wpcf7 .wpcf7-list-item {
        display: block;
        margin-right: 0;
        margin-bottom: 12px;
    }

    .wpcf7-form > p {
        width: 100%;
    }
}

/* Animation d'apparition */
.wpcf7 {
    animation: slideIn 0.5s ease-out;
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Placeholder styling */
.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
    color: #999;
    font-style: italic;
}

/* Required fields asterisk */
.wpcf7 .wpcf7-validates-as-required .wpcf7-list-item-label::after {
    content: ' *';
    color: #ff7908;
    font-weight: 700;
}


.wpcf7-form p:last-of-type {
    width: 100% !important;
}

.wpcf7-form p:nth-last-of-type(2) {
    width: 100% !important;
}

.single-product .woocommerce-Price-amount{
    color: #ff7908;
    font-weight: 600;
}

.elementor-loop-container .woocommerce-Price-amount{
    color: #ff7908;
    font-weight: 600;
}

/* Homepage */

.hero-title {
    text-align: center;
    line-height: 0.9;
    font-weight: 700;
}

.hero-line {
    display: block;
}

.hero-line-1 {
    font-size: 100px;
}

.hero-line-2 {
    font-size: 190px;
}

.hero-small {
    font-size: 70px;
}

.hero-medium {
    font-size: 125px;
}

.hero-line-4 {
    font-size: 110px;
}

/* Responsive < 992px */
@media (max-width: 991.98px) {

    .hero-line-1 {
        font-size: 48px;
    }

    .hero-line-2 {
        font-size: 90px;
    }

    .hero-small {
        font-size: 32px;
    }

    .hero-medium {
        font-size: 60px;
    }

    .hero-line-4 {
        font-size: 52px;
    }
}

/* END HOMEPAGE */

/* PRODUCT */

.single .product .elementor-widget-woocommerce-product-related .amount{
  color: #ff7908;
}

/* END PRODUCT */

.woocommerce-orders-table tr th,
.woocommerce-table--order-downloads tr td,
.account-bookings-table tr th,
.account-bookings-table tr td{
  padding: 10px !important;
}

.woocommerce-orders-table thead th,
.account-bookings-table thead th{
  text-align: center !important;
}

.woocommerce-orders-table .woocommerce-orders-table__cell-order-actions,
.account-bookings-table .woocommerce-orders-table__cell-order-actions{
  text-align: center !important;
}

.woocommerce-MyAccount-downloads-file.button,
.account-bookings-table .yith-wcbk-booking-actions a.button{
  background-color: #FF7908 !important;
  color: white !important;
  text-decoration: none !important;
  border-radius: 20px;
}

.elementor-menu-cart__container.elementor-lightbox .variation{
  display: none;
}

.variation dd > p {
  margin-top: 0;
}

.variation dt {
  font-weight: 600;
}
