/* 
Theme Name: Hello Elementor 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.5.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 */

body {
    overflow-x: hidden;
}

.elementor-kit-5 .elementor-nav-menu  a:hover {
    text-decoration: none;
}
ol.breadcrumb {
    padding: 0;
}

.woocommerce-order-received .woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    font-size: 3em;
    text-align: center;
    padding: 2em 0;
}
.woocommerce-order-received ul.woocommerce-thankyou-order-details {
    width: fit-content;
    margin: auto;
    margin-top: 2em;
}
.woocommerce-order-received .woocommerce {
    min-height: 60vh;
}

.text-center {
    text-align: center;
}
a.button.button-primary {
    font-weight: 700;
    border-radius: 10px;
    padding: 2em 3em;
    text-decoration: none;
    fill: var(--e-global-color-280646f);
    color: var(--e-global-color-280646f);
    background-color: var(--e-global-color-primary);
}
a.button.button-primary:hover {
    color: #fff;
    background-color: #095F72;
}

.single-post h1,
.single-post h2,
.single-post h3,
.single-post h4,
.single-post h5,
.single-post h6 {
    margin-top: 3rem;
    margin-bottom: 2rem;
}

.single-post h2:first-child {
    margin-top: 0;
}

.single-post h1 {
    margin-top: 0;
    margin-bottom: 1rem;
}
.single-post .elementor-widget-theme-post-content p a {
    text-decoration: underline;
    color: var(--e-global-color-primary);
}

.elementor-heading-title .js-obf-link,
.elementor-heading-title.js-obf-link,
.elementor-widget-text-editor .js-obf-link,
.elementor-button-link.js-obf-link,
.elementor-widget-image .js-obf-link {
    cursor: pointer;
}

.elementor-heading-title .js-obf-link:hover,
.elementor-heading-title.js-obf-link:hover,
.elementor-widget-text-editor .js-obf-link:hover,
.elementor-button-link.js-obf-link:hover {
    text-decoration: underline;
}

.elementor-icon-list-item .js-obf-link {
    cursor: pointer;
    color: inherit;
}

.elementor-icon-list-item .js-obf-link:hover .elementor-icon-list-text {
    text-decoration: underline;
}


body:not([class*=elementor-page-]) .programmes-access {
    max-width: 1420px;
}
.programmes-access-template-default {

}

.row {
    display: flex;
    flex-wrap: wrap;

}
.row .col {
    padding: 0 1rem;
}
.col-3 {
    width: 25%;
} 
.col-4 {
    width: 33%;
}
.col-6 {
    width: 50%;
}
.col-8 {
    width: 66%;
}
.col-9 {
    width: 75%;
}
.col-12 {
    width: 100%;
}

.border-right {
    border-right: 1px solid #ededed;
}

#custom_loginform {
    max-width: 350px;
    padding: 2em;
    margin: 5em auto;
    min-height: calc(100vh - 360px);
}

.mod-sommaire {
   
    padding: 1em 2em;
    padding-bottom: 2em;
}
.mod-sommaire h2 {
    margin-top: 0;
    text-align: center;
    font-size: 1em;
    font-weight: bold;
    margin-top: 1em;
    margin-bottom: 2em;
}
.mod-sommaire a {
    text-decoration: none;
    color: var(--e-global-color-text);
    opacity: 0.5;
    pointer-events: none;
}
.mod-sommaire a:hover{
    text-decoration: none;
}
.mod-sommaire a.active {
    font-weight: bold;
    opacity: 1;
}
.mod-sommaire a.enabled {
    pointer-events: auto;
    opacity: 1;
}
.mod-sommaire a.checked {
    pointer-events: auto;
    opacity: 1;
}

.mod-sommaire .mod-sommaire__item {
    margin: 0.5em 0;
}

.mod-sommaire .mod-sommaire__sub_item {
    
    padding-bottom: 0.2em;
    padding-top: 0.2em;
    padding-left: 1em;
    margin-left: 1em;
}

.mod-sommaire__item .icon {
    margin-right: .5em;
    opacity: 0.5;
}
.mod-sommaire__item .icon.enabled,
.mod-sommaire__item .icon.checked {
    opacity: 1;
}

.mod-sommaire__item .icon.fa-square {
    cursor: pointer;
}

.mod-content {
    padding: 1em 2em;
    padding-bottom: 2em;
}

.button-group {
    margin-top: 2rem;
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
}

.button-group a:hover {
    text-decoration: none;

}
.button-group .prev,
.button-group .next {
    background: none;
    opacity: 0.5;
    color: var(--e-global-color-text);
    text-decoration: none;
    margin: 0 .5em;
    padding: 1em ;
    border: 1px solid #ededed;
}
.button-group .prev:hover,
.button-group .next:hover {
    border: 1px solid  var(--e-global-color-text);
    opacity: 1;
}

.button-group .valider a {
   border: 1px solid #ededed;
    background: none;
    padding: 1em 2em;
    text-decoration: none;
    margin: 0 .5em;
}
.button-group .valider.checked a{
    background: var(--e-global-color-primary);
    color: #fff;
    opacity: 1;
}
.button-group .valider a:hover {
  
}

.border-separator {
    border-top: 1px solid #ededed;
    width: 100%;
}
.border-separator.top {
    margin-bottom: 2em;
}
.border-separator.bottom {
    margin-top: 2em;
}
.footer {
    display: flex ;
    font-size: .8em;
    padding: 1em 0;
    width: 1280px;
    margin: auto;
    align-content: center;
    justify-content: space-between;
}




header.header-programme {
    display: flex;
    width: 1280px;
    margin: auto;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: .5em 0;
    text-align: center;
}

header.header-programme .header__logo {
   
}
header.header-programme .header__login {

}



@media (max-width: 1280px){
    .footer,
    header.header-programme {
        width: 100%;
    }

}
.post-type-archive-programmes-access .page-content {
    min-height: 60vh;
    padding: 3em 0;
    position: relative;
}

.post-type-archive-programmes-access .page-content::before {
     background-image: url(/wp-content/uploads/2023/08/adobestock_564003021_trans.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: .05;
}

.text-center {
    text-align: center;
}

.mgBottom3 {
    margin-bottom: 3em;
}

.mgBottom1 {
    margin-bottom: 1em;
}

.box-acces-programme {
      /* fond clair */
      background: #fff;
  border: 1px solid #ddd;          /* bordure grise claire */
  border-radius: 8px;              /* coins arrondis */
  padding: 40px;                   /* espace intérieur */
  box-shadow: 0 4px 8px rgba(0,0,0,0.1); /* ombre douce */
  transition: box-shadow 0.3s ease;
 display: inline-block;
 text-align: center;
 position: relative;
     margin: 0 15px;
}

.box-acces-programme h2 {
    margin-bottom: 50px;
}

.box-acces-programme a.all {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.box-acces-programme .button {
    display: block;
}

.box-acces-programme:hover {
    cursor: pointer;
    transform: scale(1.02);
  box-shadow: 0 8px 16px rgba(0,0,0,0.15);
}

/** fix ant CLS **/
@font-face {
  font-family: "active";
  font-display: swap;
  ascent-override: 90%;
  descent-override: 10%;
  line-gap-override: 0%;
  size-adjust: 100%;
}


/* fix css menu a padding */
.elementor-nav-menu--main .elementor-nav-menu a,
.elementor-nav-menu--main .elementor-nav-menu a:hover, 
.elementor-nav-menu--main .elementor-nav-menu a:focus {
  padding: 0;
}