/* font */
/* @font-face {
    font-family: "Montaga" !important;
    src: url("../fonts/Lato-Bold.ttf");
}
.header-font{
    font-family: 'Source Sans Pro', serif !important;
} */
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700&display=swap');
/* @font-face {
    font-family: "Lato" !important;
    src: url("../fonts/Lato-regular.ttf");

} */
.header-font{
    font-family: 'Lato', sans-serif !important;
}
body{
    font-family: 'Lato', sans-serif !important;
}


.header-logo-holder{
    margin-top: 9px !important;
}

.testimonial_image{
    border-radius: 50%;
    width: 100px !important;
    height: 100px !important;
}
.section-bg-12{
    background-image: url('../images/import/fond_avis.png') !important;
}

/* Menu */
.sf-menu li.active > a {
    color: #fe655f !important;
}
#menu-section .sf-menu li:hover a, #menu-section .sf-menu li.active a, #menu-section .sf-menu li a.current {
    color: #fe655f !important;
}

#menu-section .sf-menu > li:hover > a::after {
    background-color: #fdecd5 !important;
}

/* autre */
.simple_line.thicker {
    border-color: #fe655f !important;
}
.color{
    color: #fe655f !important;
}

.testimonials_slider.owl-theme .tm_title {
color: #fe655f !important;
}

.testimonials_slider.owl-theme .owl-controls .owl-page.active span, .testimonials_slider.owl-theme .owl-controls.clickable .owl-page:hover span {
background-color: #fe655f !important;
}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls .owl-page:hover span {
    background-color: #fe655f !important;
  }

/* tabs */
.white-tabs .nav-tabs > li.active > a {
    color: #fe655f !important;
}

/* bouton */
.bordered-buttons.theme-button a {
    border-color: #fe655f !important;
    color: #fe655f !important;
}

.default_color {
    color: #fe655f !important;
}

.title-link {
    color: #222222 ;
}
.title-link:hover{
    color:#fe655f;
    text-decoration: underline;
}

.circle-img {
    border-radius: 50%;
    width: 20rem;
    height: 20rem;
    object-fit: cover;
}

.flex-column-center {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
}

/* top header */
.top-header {
        display: none;
        background-color: #ffffff;
        padding: 10px;
        align-items: center;
        justify-content: center;
}
.scrolling-menu .top-header {
    display: flex;
}
.top-header img {
    width:90px
}

.top-header p {
    font-size: 14px;
}
.sap_mobile_image{
    display: none;
    width: 8rem;
    position: fixed;
    bottom: 20px;
    right: 20px;
    border-radius: 50%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    font-size: 20px;
    z-index: 9999;
}
.flex-around {
    display: flex;
    justify-content: space-around;
    align-items: space-around;
}
.signature{
    text-align: right;
}
@media (max-width: 768px) {
    .sap_mobile_image {
        display: block;
    }
    .tab-content p {
        padding: 0rem !important;
    }
    .title-info{
        width: 100% !important;
    }
    .formation-text{
        padding: 15px;
    }
    /* les prestations */
    .flex-around {
        display: block;
        text-align: center;
    }
    /* h2 dans le card css effect */
    figure.effect-sadie h2{
        font-size: 16px !important;
    }
    figure.effect-sadie:hover .hide-on-hover{
        opacity: 0 !important
    }
    .signature{
        text-align: center;
    }
}

.flex-footer {
    display: flex;
    justify-content: space-between;
}

.tab-content p {
    padding: 5rem;
}

.white-tabs .tab-content{
    border: none !important;
}

.title-info{
    width: 56rem;
}

.testimonial_image {
    object-fit: cover !important;
}

