
body {
    background:#fff;
}

:focus {
    outline: 2px solid #FF834F;
    outline-offset: 2px;
}

/* Default Link Color */

a, .la-ball-triangle-path {
    color:RGB(255, 131, 79);
}

a:hover, #header.nav-solid nav a:hover {
    color:#CC5634;
    text-decoration: underline;
}

/* Default Icon Color */

.icon i {
    color:RGB(255, 131, 79);
}

/* Border Color */

#banner .section-heading:before, .testimonial.classic footer:before {
    background: RGB(255, 131, 79);
}

.pricing-block-content:hover {
    border-color:RGB(255, 131, 79);
}


/*------------------------------------------------------------------------------------------*/
/* 2. Navigation */
/*------------------------------------------------------------------------------------------*/


/* Transparent Navigation Color on a Banner */

#header nav a, #header i {
    color:#111;
}


/* Navigation Colors when the Navigation is sticky and solid */ 

#header.nav-solid, #header.nav-solid a, #header.nav-solid i, #nav-mobile ul li a {
    color:#333;
}


/* Navigation Active State */

#header.nav-solid .active {
    color: RGB(255, 131, 79);
    border-color: RGB(255, 131, 79);
}    

.header-container {
    display: flex;
}
.header-menu {
    width: 85%
}
.header-logos {
    width: 15%
}

/*------------------------------------------------------------------------------------------*/
/* 3. Primary and Secondary Colors */
/*------------------------------------------------------------------------------------------*/


/* Primary Background and Text Colors */

.primary-color, .featured .pricing {
    background-color:RGB(255, 131, 79);
}

.primary-color, .primary-color .section-title, .primary-color .section-subtitle, .featured .pricing, .featured .pricing p {
    color:#fff;    
}

.section-heading h2:after {
    background:RGB(255, 131, 79);
    content:"";
    display:block;
    width:30px;
    height:5px;
    margin-top:30px;
}

.text-center .section-heading h2:after {
    margin:30px auto 25px auto;
}

/* Primary Icon Colors */

.primary-color .icon i, .primary-color i {
    color:#fff;
}


/* Secondary Background and Text Colors */

.secondary-color {
    background-color:#f5f5f5;
}


/*------------------------------------------------------------------------------------------*/
/* 4. Banner */
/*------------------------------------------------------------------------------------------*/


/* Banner Background and Text Colors */
:root {
    --tree-gradient: linear-gradient(
            to right,
            #b4b4b4 0%,
            #eaeaea 30%,
            #ffffff 50%,
            #eaeaea 70%,
            #b4b4b4 100%
    );
}

/* Image par défaut : smartphones (≤ 767px) */
#banner {
    background-image:
            url("../images/banner-images/vie-antea-tree-no-background-480-oVoOcuR.png"),
            var(--tree-gradient);
    background-position: right !important;
    background-repeat: no-repeat, no-repeat;
    background-size: auto 100%, cover;
    background-blend-mode: multiply;
}

@media (min-width: 768px) {
    #banner {
        background-position: 70% !important;
        background-image:
                url("../images/banner-images/vie-antea-tree-no-background-768-9ljvFk5.png"),
                var(--tree-gradient);
    }
}

@media (min-width: 1024px) {
    #banner {
        background-image:
                url("../images/banner-images/vie-antea-tree-no-background-1024-osOnzxv.png"),
                var(--tree-gradient);
    }
}

/*------------------------------------------------------------------------------------------*/
/* 5. Typography */
/*------------------------------------------------------------------------------------------*/


body {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size:15px;
    font-weight:normal;
    color:#111;
}

/* Logo, if you are using Fonts as Logo and not image

#logo h1 {
    font-family:;
    font-size:; 
    font-weight:;
    color:;
}

#logo h2 {
    font-family:;
    font-size:; 
    font-weight:;
    color:;
}

*/


/* Banner Typography */

#banner h1 {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size:62px;
    line-height:60px;
    font-weight:800;
    color:#111;
}

#banner h2 {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size:18px;
    font-weight:300;
    color:#111;
}


/* Section Title and Subtitle */

.section-title {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 34px; 
    font-weight:700;
    color:#111;
}


/* Testimonial */

.testimonial q {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 17px; 
    font-weight:300;
}

.testimonial.classic q, .testimonial.classic footer {
    color:#111;
}


/* Standard Headings h1-h6 */

h1 {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 40px; 
    font-weight:300;
    color:#111;
}

h2 {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 34px; 
    font-weight:300;
    color:#111;
}

h3 {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 18px;
    font-weight:bold;
    color:#111;
}

h4 {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 16px;
    font-weight:400;
    color:#111;
}

h5 {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 14px;
    font-weight:400;
    color:#111;
}

h6 {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 12px;
    font-weight:400;
    color:#111;
}


/*------------------------------------------------------------------------------------------*/
/* 6. Buttons */
/*------------------------------------------------------------------------------------------*/

/* ----------Default Buttons---------- */


/* Button Text */

.button, input[type="submit"]  {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size:14px;
    font-weight:bold;
    color:#111;
}


/* Button Color */

.button, input[type="submit"] {
    border-color:#111;
}


/* Button Hover Color */

.button:hover,  input[type="submit"]:hover {
    border-color:RGB(255, 131, 79);
    color:RGB(255, 131, 79);
}


/* ----------Banner Buttons---------- */


/* Button Text */

#banner .button {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size:16px;
    color:#111;
}


/* Button Color */

#banner .button {
    border-color:#111;
}


/* Button Hover Color */

#banner .button:hover {
    color:RGB(255, 131, 79);
    border-color:RGB(255, 131, 79);
}


/*------------------------------------------------------------------------------------------*/
/* 7. Footer */
/*------------------------------------------------------------------------------------------*/

#landing-footer, #landing-footer p, #landing-footer a {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size:12px;
    font-weight:normal;
    color:#595959;
}

/* Footer Icon Color */

#landing-footer i {
    color:#595959;
}