/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

.site-content {
    flex-direction: column;
}
.c-contact {
    background-color: rgba(87,86,74,1) !important;
    a {
        color: #f3f4cd !important;
    }
}
form.fluent_form_3 .ff-btn-submit {
    background-color: #f3f4cd !important;
    color: rgba(87,86,74,1) !important;
}
.fluentform .ff-text-left {
    text-align: center !important;
}
.ff-el-form-check-label {
    color: #FFFFFF;
}
.gb-element-dff43e82 {
    position: relative;

    &:after {
        content: "";
        display: block;
        clear: both;
        background-color: #f3f4cd;
        height: 1px;
        width: 78%;
        position: absolute;
        top: 22px;
        padding-left: 60px;
        padding-right: 60px;
        left: 50%;
        transform: translateX(-50%);
    }
}
.sf-menu {
    background-color: #FEFFE6;
    margin-top: 5px;
}
.main-navigation {
    position: fixed;
    width: 100%;
    text-align: center;
}
.site-header {
    position: absolute;
}
.expertises-home .icon-hover:hover svg {
    fill: rgba(243, 244, 205, 1);
}

.expertises-home .icon-hover:hover svg .two{
    fill: rgba(87, 86, 74, 1);
}

.home-pourquoi .icon-hover svg {
    fill: transparent !important;
}

.home-pourquoi .icon-hover:hover svg {
    fill: rgba(87, 86, 74, 1)!important;
}

.home-pourquoi .icon-hover:hover .one {
    fill: rgba(243, 244, 205, 1);
}

@media (max-width: 768px) {
    .gb-element-dff43e82 {
        &:after {
            content: none !important;
        }
    }

}

@media (max-width: 500px) {

    .gb-element-3cbf4178 {
      background: none !important;
    }
}


