.logo-accueil {
    width: 20%;
}

h2 {
    font-family: "Bricolage Grotesque", sans-serif;
    color: #721CB8;
    text-transform: uppercase;
}

h3 {
    font-size: 1.25rem;
    color: #000;
}

.hero .hero-title {
    font-family: "unbounded", sans-serif;
    color: #721CB8;
    font-weight: 600;
    font-size: 4.3rem;
    line-height: 1
}

.title-left::before {
    background-color: #721CB8;
}

ul.left-align li {
    text-align: left;
}

.service-box .s-title {
    color: #5A8A23;
}

.bg-header {
    background-image: url('/assets/public/img/hero-bg.webp');
}

@media (max-width: 768px) {
    .bg-header {
        background-image: url('/assets/public/img/hero-bg-phone.webp');
    }
}

.cag-loupe {
    height: 18px;
    padding-bottom: 3px;
    padding-right: 6px;
}

.line-mf {
    width: 10%;
    height: 4px;
    background-color: #721CB8;
    margin: 0 auto;
}

.hero .overlay-itro {
    background-color: rgba(0, 0, 0, 0.2);
}

.overlay-mf {
    background-color: #5A8A23;
}

.php-email-form button[type=submit] {
    background: #721CB8;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
}

.work-content .w-more .w-ctegory {
    color: #721CB8;
    font-weight: 600;
    font-size: 18px;
}

.w-title {
    font-size: 1.8rem;
}

.title-a {
    font-size: 2rem;
    font-weight: 500;
}

.navbar a, .navbar a:focus {
    color: #000;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
    color: #000;
}

.accueilh1 {
    color: #721CB8;
    text-align: center;
}

.accueilh2 {
    color: #000;
    text-align: center;
}

.work-content {
    padding: 0;
}

.about-mf .about-img {
    text-align: center;
}


.padding-20 {
    padding: 0 50px 0 50px;
}

@media (max-width: 768px) {
    .work-content {
        margin-bottom: 30px;
    }
}

.about-mf .box-shadow-full {
    padding-top: 2rem;
    padding-bottom: 2rem;
    border-radius: 1rem;
    box-shadow: 0 13px 8px -10px rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {
    .about-mf .about-img {
        margin-bottom: 3rem;
    }
}

.marginbot {
    margin-bottom: 3rem;
}

.img-logo {
    text-align: center !important;
    margin: 0 auto 10px;
}

.img-fluid {
    margin-bottom: 10px;
}

.line-mf {
    margin-top: 15px;
}

#header .logo img {
    max-height: 50px;
}

.php-email-form .sent-message, .php-email-form .error-message {
    display: block;
}

.img-objectif {
    width: 50%;
    margin-bottom: 8px;
}

.ico-circle {
    box-shadow: 0 0 0 4px #721CB8;
}

.service-box:hover .ico-circle {
    background-color: #FCEDD1;
}

footer {
    background: #721CB8;
}

@media (max-width: 768px) {
    .phone-none {
        display: none;
    }
}

.titre-socials {
    font-size: 1.7rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    margin-top: 1.5rem;
}

.socials .ico-circle2 {
    height: 40px !important;
    width: 40px !important;
    font-size: 1.2rem;
    border-radius: 50%;
    line-height: 1.6;
    margin: 0 15px 0 0;
    box-shadow: 0 0 0 3px #FCF9EA;
    transition: all 500ms ease;
    text-align: center;
    display: block;
    padding-top: 3px;
}

a:hover {
    color: #FCF9EA;
}

#m-container, #m-container a {
    color: white;
    font-size: 1.2rem;
}

.socials {
    padding-top: 0;
}

.h1-programme {
    font-family: "unbounded", sans-serif;
    font-weight: 600;
    font-size: 4.3rem;
    line-height: 1
}