/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/

/* GLOBAL */

html, body{
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
white-space: normal; /* Permet de casser les lignes normalement */
  overflow-wrap: break-word; /* Permet de casser les mots trop longs */
  word-break: break-word; /* Force la coupure des mots si besoin */

}

.elementor-widget-text-editor p:last-child {
    margin-bottom: 0 !important;
}

.elementor-widget-text-editor ul{
    margin-bottom: 10px;
}

.fitcontent{
    width: fit-content !important;
}

.square {
  aspect-ratio: 1 / 1;
  width: 100%;
}

.square img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.capsule {
    color: #fff;
    background-color: #D8BB7B;
    width: fit-content;
    padding: 12px 20px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
}

ul {
    padding-inline-start: 20px;
}
ul li::marker {
    font-size: .8em;
}




/* BUTTON */
span.elementor-button-content-wrapper span.elementor-button-icon svg {
    width: 24px;
}

.elementor-button-text {
    display: flex;
    align-items: center;
}

.elementor-widget-button{
    transition: all ease-in-out .3s;
}

.elementor-widget-button:hover{
    transform: scale(.97);
}


.cta_teachizy {
    display: flex;
    flex-direction: row;
}

.cta_teachizy a {
    padding: 16px 28px;
    background-color: #D7BB7B;
    border-radius: 5px;
    color: #fff;
    font-weight: 600;
}

.cta_teachizy iframe{
    height: 0 !important;
}


/* MENU */
ul.elementor-nav-menu > li:last-child{
    background-color: #E5E1D8;
    padding: 10px 15px;
        margin-left: 15px;
    width: fit-content;
    transition: all ease-in-out .3s;
    border-radius: 4px;
}

ul.elementor-nav-menu > li:last-child:hover {
    transform: scale(.97);
} 

ul.elementor-nav-menu > li:last-child a {
    margin-inline-start: 0 !important;
    color: #212121 !important;
    font-weight: 600 !important;
    text-transform: capitalize;
}


/* BREADCRUMB */
p#breadcrumbs span:first-of-type {
    display: flex;
    gap: 8px;
}
p#breadcrumbs span {
    display: flex;
    align-items: center;
}
.ariane-home {
    content: url(/wp-content/uploads/2026/01/home.svg);
}
.ariane-separator {
    content: url(/wp-content/uploads/2026/01/chevronRight.svg);
}

span.breadcrumb_last {
    color: #D7BB7B; 
}


/* FORMATION */
.elementor-toc__list-item-text-wrapper:before {
    margin-inline-end: 14px;
}

.elementor-toc__list-item-text-wrapper:has(a.elementor-item-active) {
    border-left: 2px solid #D7BB7B;
}

.elementor-toc__list-item-text-wrapper a.elementor-item-active, .elementor-toc__list-item-text:hover {
    font-weight: 600;
    padding: 5px 0;
    margin-left: -2px;
}


.elementor-toc__header {
    margin-bottom: 10px;
}

.elementor-widget-text-editor ol{
    padding-inline-start: 25px !important;
}




/* ARTICLES */

.elementor-widget-theme-post-content h2{
    font-size: 36px;
}






/* RESPONSIVE */

@media screen and (max-width: 1024px){
ul.elementor-nav-menu{
    padding: 0 20px;
}
    ul.elementor-nav-menu > li:last-child{
    background-color: #203567;
    margin: 10px 0 20px 0;
    width: 100%; 


}
ul.elementor-nav-menu > li:last-child a {
    color: 
    #fff !important; 
}

.capsule {
    padding: 8px 15px;
    font-size: 12px;
}

.elementor-widget-theme-post-content h2{
    font-size: 30px;
}


}