/*
Theme Name: 2024-child for Etiopathe
Theme URI: 
Author: 
Author URI: 
Description: 
Requires at least: 6.6
Tested up to: 6.6
Requires PHP: 5.7
Version: 2.0.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: twentytwentyfour
Text Domain: 2024-child-for-etiopathe
Tags: 
*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Barlow', Helvetica, Verdana, Arial, sans-serif;
    font-weight: 400;
}

.wp-site-blocks {
    margin-bottom:0;
    margin-top: 0;
}

.wp-site-blocks {
    padding-top: 0;
    padding-bottom: 0;
}

/***************************** Style du header *****************************/

.submenu {
    margin-top: 2rem;
}

.header-content-wrapper {
    width: 100%;
    background-color: white;
    position: fixed;
    z-index: 999;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 17%);
}

/* .topbar {
    color: white;
    height: 48px;
} */

.topbar {
    display: flex;
    align-items: center;
    justify-content: end;
    margin: auto;
    color: white;
    text-align: center;
    height: 3rem;
}

.topbar > .gb-headline-054c20d5::before{
    font-family: 'FontAwesome';
    content: '\f0e0';
    margin-right: 0.5rem;
}

.topbar > .gb-headline-2cad4799::before{
    font-family: 'FontAwesome';
    content: '\f095';
    margin-right: 0.5rem;
}

.topbar > .gb-headline-ce481f3d::before{
    font-family: 'FontAwesome';
    content: '\f015';
    margin-right: 0.5rem;
}

.wp-block-navigation__container li {
    margin-bottom: -0.225rem;
}

.wp-block-navigation li:hover {
    color: #1A76D1;
    list-style-type: none;
}

.wp-block-navigation__container > li > a {
    padding: 2.3rem 0rem;
    text-decoration: none;
    cursor: pointer;
}

.wp-block-navigation-submenu li a {
    padding: 0.5rem;
    position: relative;
    margin-left: 15px;
}

.wp-block-navigation ul, .wp-block-navigation ul li {
    border: 2px solid transparent;
    border-radius: 10px;
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
    background-color: #fff;
    border: 1px solid #00000026;
    box-shadow: 0px 3px 5px #3333334d;
}

/***************************** Style du main *****************************/

/************************* Style main section 1 *************************/



/************************* Style main section 2 *************************/

.section-2-description {
    width: 70%;
    margin: auto;
    text-align: center;
    padding-bottom: 4rem;
}

.section-2-description a {
    color: #1A76D1;
    text-decoration: none;
}

.section-2-article {
    background-color: white;
    margin: 0rem 1rem;
    padding: 2rem;
    border-radius: 10px;
    transition: transform 0.3s ease;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 3%);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section-2-article h3 {
    margin-bottom: 1rem;
    text-align: center;
    font-weight: 500;
}

.section-2-article p {
    color: #666;
}

.section-2-article:hover {
    transform: translateY(-10px);
}
.material-symbols-outlined {
  font-size: 50px;
  color: #1A76D1;
  text-align: center;
  margin-bottom: 1rem;
}

.custom-icon {
    font-family: 'Material Symbols';
}

/************************* Style main section 3 *************************/

.section-3-content-li {
    list-style-type: none;
    padding: 0.3rem;
    margin-left: 2rem;
}

.section-3-content-li::before {
    font-family: 'Font Awesome 5 Free';
    content: "\f058";
    color: #1a76d1;
    margin-right: 0.5rem;
}

.section-3-content a{
    text-decoration: none;
}

.fa-circle-check {
    color: #1a76d1;
    margin-right: 0.5rem;
}

.btn-section-3 {
    background-color: #1a76d1;
    color: white;
    padding: 10px 25px 15px;
    border: 2px solid transparent;
    font-size: 1.125rem;
    border-radius: 10px;
    margin-top: 1rem;
}

.btn-section-3:hover {
    background-color: #2C2D3F;
    transition: all .4s ease;
    cursor: pointer;
}

/************************* Style main section 4 *************************/

.card {
    background-color: white;
    padding: 2rem;
    border: 2px solid transparent;
    border-radius: 10px;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 3%);
    transition: all .4s ease;
    cursor: pointer;
    text-align: center;
    color: #666;
}

.card a{
    text-decoration: none;
    color: #1A76D1;
}

.card:hover {
    background-color: #1A76D1;
    color: white;
}

.card:hover .material-symbols-outlined {
    color: white;
}

/************************* Style main section 5 *************************/

.card-section-5 {
    background-color: white;
    border: 2px solid transparent;
    border-radius: 10px;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 10%);
    transition: all .4s ease;
    cursor: pointer;
}

.card-section-5 h3 {
    padding: 2rem;
    color: inherit;
}

.card-section-5:hover {
    color: white !important;
    background-color: #1A76D1;
}

.card-section-5.active {
    background-color: #1A76D1;
    color: white !important;
}

.card-content {
    display: none;
    width: 100%;
    margin: auto;
    display: flex;
    align-items: center;
}

.card-content.active {
    display: flex;
}

.mutuelles {
    line-height: 1.5rem;
    width: 50%;
    display: flex;
    flex-direction: column;
    margin: auto;
    padding-top: 5rem;
}

.mutuelles a {
    text-decoration: none;
    color: #1A76D1;
}



/************************* Style main section 6 *************************/

.section-6-content a {
    text-decoration: none;
    color: #1A76D1;
}

/************************* Style main section 7 *************************/

.accessibility {
    background-color: white;
    border-radius: 10px;
    width: 55%;
    display: flex;
    align-items: center;
    margin: auto;
}

.fa-file {
    font-size: 1rem;
    padding: 0;
    margin-right: 0.4rem;
}

.file-download {
    padding: 1rem 0;
}

.fa-envelope {
    font-size: 1rem;
    padding: 0;
    margin-right: 0.4rem;
}

.btn-section-7 {
    background-color: #1a76d1;
    color: white;
    padding: 10px 25px 15px;
    border: 2px solid transparent;
    font-size: 1rem;
    border-radius: 10px;
    margin-top: 1rem;
}

.btn-section-7:hover {
    background-color: #2C2D3F;
    transition: all .4s ease;
    cursor: pointer;
}

/************************* Style main section 8 *************************/


/*************************** Style du Footer ***************************/

a:where(:not(.wp-element-button)) {
    text-decoration: none;
    
}

.gb-container-db0cd3b7 > p > a {
    transition: all ease 1s;
}

.gb-container-db0cd3b7 > p > a:hover {
    color: #1A76D1;
    transition: all ease 0.5s;
    margin-left: 0.5rem;
}

.gb-container-db0cd3b7 > p::before {
    font-family: 'FontAwesome';
    content: "\f054";
    margin-right: 0.5rem;
}

.gb-container-db0cd3b7 > p:hover {
    color: #1A76D1;
    transition: all ease 0.5s;
    transition-delay: 0.5s;
}

.gb-container-db0cd3b7 > p {
    transition: all ease 1s;
}

/* .wp-block-page-list > li {
    list-style-type: none;
    transition: all ease 0.5s;
}

.wp-block-page-list > li > a {
    transition: all ease 1s;
}

.wp-block-page-list > li > a:hover {
    color: #1A76D1;
    transition: all ease 0.5s;
    margin-left: 0.5rem;
}

.wp-block-page-list > li::before {
    font-family: 'FontAwesome';
    content: "\f054";
    margin-right: 0.5rem;   
}

.wp-block-page-list > li:hover {
    color: #1A76D1;
    transition: all ease 0.5s;
    transition-delay: 0.5s;
} */


#modal-6-content > .wp-block-navigation__container > li {
    list-style-type: none;
    transition: all ease 0.5s;
}

#modal-6-content > .wp-block-navigation__container > li > a {
    transition: all ease 1s;
    padding: 0;
}

#modal-6-content > .wp-block-navigation__container > li > a:hover {
    color: #1A76D1;
    transition: all ease 0.5s;
    margin-left: 0.5rem;
}

#modal-6-content > .wp-block-navigation__container > li::before {
    font-family: 'FontAwesome';
    content: "\f054";
    margin-right: 0.5rem;   
}

#modal-6-content > .wp-block-navigation__container > li:hover {
    color: #1A76D1;
    transition: all ease 0.5s;
    transition-delay: 0.5s;
}


/*************************** style profil ********************************/

.presentation-head {
    background-color: white;
    width: 100%;
    margin: auto;
    border-radius: 10px;
    padding: 2rem;
    display: flex;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    position: relative;
}

.presentation-head::before {
    position: absolute;
    content: "";
    width: 15%;
    height: 100%;
    border-radius: 10px;
    background-color: #1a76d1;
    z-index: 1;
    top: 0;
    left: 0;
}
@media (max-width: 1199px) {
    .presentation-head::before {
        width: 15%;
        height: 100%;
        border-radius: 5px;
        background-color: #1a76d1;
        z-index: 1;
        top: 0;
        left: 0;
    }
}
@media (max-width: 1024px) {
    .presentation-head::before {
        width: 20%;
        height: 100%;
        border-radius: 5px;
        background-color: #1a76d1;
        z-index: 1;
        top: 0;
        left: 0;
    }
}
@media (max-width: 767px) {
    .presentation-head::before {
        width: 50%;
        height: 32%;
        border-radius: 5px;
        background-color: #1a76d1;
        z-index: 1;
        top: 0;
        left: 0;
    }
}
@media (max-width: 424px) {
    .presentation-head::before {
        width: 53%;
        height: 32%;
        border-radius: 5px;
        background-color: #1a76d1;
        z-index: 1;
        top: 0;
        left: 0;
    }
}
@media (max-width: 374px) {
    .presentation-head::before {
        width: 59%;
        height: 37%;
        border-radius: 5px;
        background-color: #1a76d1;
        z-index: 1;
        top: 0;
        left: 0;
    }
}
@media (max-width: 319px) {
    .presentation-head::before {
        width: 0%;
        height: 0%;
        border-radius: 5px;
        background-color: #1a76d1;
        z-index: 1;
        top: 0;
        left: 0;
    }
}


/* @media (max-width: 375px) {
    .presentation-head::before {
        width: 53%;
        height: 43%;
        border-radius: 5px;
        background-color: #1a76d1;
        z-index: 1;
        top: 0;
        left: 0;
    }
} */

li {
    list-style-type: none;
    display: flex;
    align-items: center;
    margin-bottom: 0.625rem;
}

.description {
    line-height: 1.8rem;
    background-color: white;
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.description ul {
    padding-left: 0;
}

.description li {
    list-style-type: none;
    display: flex;
    align-items: center;
    margin: 0.5rem;
}

.description h3 {
    color: #1a76d1;
}

.material-symbols-outlined {
    color: #1a76d1;
    font-size: 2rem;
    margin-right: 1rem;
}

/******************************** style service details **********************************/

.card-wraper {
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 3%);
}

.cardSlide-title {
    color: #2c2d3f;
}

.cardSlide {
    background-color: #ecf7ff;
    color: #2c2d3f;
    overflow: hidden;
    position: relative;
    z-index: 0;
    width: 288px;
    height: 67px;
    border-left: solid 4px #1976D1;
    cursor: pointer;
}

.cardSlide::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #1976D1;
    transition: all 1s ease;
    z-index: -1;
    
}

.cardSlide:hover::before {
    left: 0;
}

.cardSlide:hover {
    color: white;
    transition: all .5 ease;
    transition-delay: 0.2s;
}
.cardSlide > p > .material-symbols-outlined {
    
    font-size: 2rem;
    margin-bottom: 0;
}

.cardSlide:hover .material-symbols-outlined {
    color: white;
    transition-delay: 0.5s;
}


/******************************** style contact **********************************/

.Contact-form-wrapper {
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 3%);
    margin-bottom: 1rem;
    padding: 2.3rem 2rem;
}

#name {
    width: 100%;
    height: 50px;
    border: none;
    background: #ECF7FF;
    padding: 10px 20px;
    font-size: 15px;
    color: #2C2D3F;
    font-weight: 500;
    border-radius: 10px;
    margin-bottom: 2rem;
}

#email {
    width: 100%;
    height: 50px;
    border: none;
    background: #ECF7FF;
    padding: 10px 20px;
    font-size: 15px;
    color: #2C2D3F;
    font-weight: 500;
    border-radius: 10px;
    margin-bottom: 2rem;
}

#object {
    width: 100%;
    height: 50px;
    border: none;
    background: #ECF7FF;
    padding: 10px 20px;
    font-size: 15px;
    color: #2C2D3F;
    font-weight: 500;
    border-radius: 10px;
    margin-bottom: 2rem;
}

#message {
    width: 100%;
    height: 170px;
    border: none;
    background: #ECF7FF;
    padding: 10px 20px;
    color: #2C2D3F;
    font-weight: 500;
    border-radius: 10px;
    margin-bottom: 2rem;
}

#submit {
    background: #1A76D1;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 25px 15px 25px;
    border: 2px solid transparent;
    border-radius: 10px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}

.gb-container-32892c85::before {
    font-family: 'FontAwesome';
    content: '\f015';
    font-size: 2rem;
    margin-right: 1rem;
    color: white;
    display: flex;
    align-items: center;
}

.gb-container-89723b2c::before {
    font-family: 'FontAwesome';
    content: '\f095';
    font-size: 2rem;
    margin-right: 1rem;
    color: white;
    display: flex;
    align-items: center;
}

.gb-container-4a6a3260::before {
    font-family: 'FontAwesome';
    content: '\f0e0';
    font-size: 2rem;
    margin-right: 1rem;
    color: white;
    display: flex;
    align-items: center;
}

.acces-wrapper {
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 3%);
    margin-bottom: 1rem;
    padding: 2.3rem 2rem;
}