<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font-family: "Spartan", sans-serif;
    color: #585858;
}

.navbar.bg-light {
    background-color: white !important;
}

.hidden {
    display: none;
}

.strong{
    font-weight: bold;
}

/*Game*/

.flags div.active img {
    border: #ff0e16 solid 2px;
    border-radius: 100%;
}

.face.active .colored,
.visio.active .colored,
.together.active .colored {
    opacity: 1;
}

/*Game*/

#customers-testimonial .item {
    padding: 20px;
}

#customers-testimonial .item .testimonial-content {
    display: none;
}

#customers-testimonial .owl-item.active.center .testimonial-content {
    display: block;
    font-size: 12px;
}

#customers-testimonial .owl-item.active.center {
    box-shadow: -1px 3px 30px -11px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: -1px 3px 30px -11px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: -1px 3px 30px -11px rgba(0, 0, 0, 0.3);
}

#customers-testimonial .item .testimonial-img img {
    border-radius: 50%;
    margin: auto;
    border: 1px solid #ff0e16;
}

.top-menu {
    background-color: #2d2d2d;
    color: #fff;
    text-align: right;
    padding: 10px 30px 10px 0;
}

.top-menu ul {
    margin-bottom: 0;
}

.top-menu li {
    display: inline-block;
    margin-left: 20px;
}

.top-menu li:first-child{
    margin-left: unset !important;
}
.top-menu li i{
    margin-right:0.5rem;
}

.top-menu li a {
    color: #fff;
    font-size: 14px;
}

.navbar {
    padding: 0 3rem;
}

.navbar li a {
    position: relative;
    margin-top: 10px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bolder;
}
.navbar li.active a:after {
    content: "";
    border-bottom: 1px solid #ff0e16;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 10px;
}

.navbar li.active a {
    color: #ff0e16;
}

.banner {
    height: 450px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.banner h1 {
    color: white;
    position: absolute;
    top: 50%;
    right: 0;
    font-weight: normal;
}

.banner h1 span {
    color: #ff0e16;
    text-transform: uppercase;
    display: block;
    font-weight: bold;
}

.breadcrumb {
    font-size: 12px;
    padding: 15px 10px;
    margin-bottom: 30px;
    background-color: transparent;
    border-radius: 0;
}

.popup-certification {
    z-index: 10;
    position: fixed;
    left: 0;
    bottom: 50px;
    max-width: calc((100vw - 1140px) / 2);
    box-shadow: -1px 3px 30px -11px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: -1px 3px 30px -11px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: -1px 3px 30px -11px rgba(0, 0, 0, 0.3);
}

.popup-infos {
    position: fixed;
    right: 0;
    max-width: calc((100vw - 1140px) / 2);
    bottom: 100px;
}

.popup-infos span {
    position: absolute;
    top: 45px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
}

/* Charte */

.btn {
    border-radius: 20px;
}

.btn-gradient {
    background: rgb(252, 115, 16);
    background: linear-gradient(90deg, rgba(252, 115, 16, 1) 0%, rgba(237, 26, 55, 1) 56%, rgba(198, 17, 195, 1) 100%);
    position: relative;
    background-size: 110%;
    background-position: center;
    border: unset
}
.btn-gradient:hover, .btn-gradient:active {
    background: linear-gradient(-90deg, rgba(252, 115, 16, 1) 0%, rgba(237, 26, 55, 1) 56%, rgba(198, 17, 195, 1) 100%) !important;
    position: relative;
}

.btn-gradient a{
    text-decoration: none;

}

.section-title span {
    color: #ff0e16;
}

/* Charte */

/* Page - Accueil */
.owl-carousel .owl-stage-outer {
    padding-bottom: 20px;
}

#owl-carousel-home .caption {
    position: absolute;
    bottom: 250px;
    right: 150px;
    width: 450px;
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
    padding: 10px 30px;
}

.item-bloc {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.item-bloc.full .text {
    color: white;
    padding: 40px;
    background-color: rgba(0, 0, 0, 0.7);
    margin-top: 100px;
    margin-bottom: 100px;
}

/* Page - Accueil */

/* Page - Notre recette */

.item-recipe .number {
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #ff0e16;
    color: #ff0e16;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
}

.item-recipe h5 {
    margin-bottom: 0;
}

.item-recipe h6 {
    font-weight: bold;
    color: #ff0e16;
}

/* Page - Notre recette */

/* Page - Nos langues et formules */

.item-formule .shadow {
    padding: 20px 0;
    box-shadow: -1px 3px 30px -11px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: -1px 3px 30px -11px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: -1px 3px 30px -11px rgba(0, 0, 0, 0.3);
}

.item-formule .picto {
    background-image: url(../img/formule.png);
    background-position: bottom center;
    background-size: 100%;
    background-repeat: no-repeat;
    padding-bottom: 20px;
}

/* Page - Nos langues et formules */

/* Ils nous font CONFIANCE */

.cwt_slideshow.horizontal {
    overflow: hidden;
    width: 100%;
    height: 140px;
    background: transparent;
    padding: 10px;
    margin-top: 0px;
    white-space: nowrap;
    white-space: nowrap;
}

.cwt_slideshow.horizontal div {
    display: block;
    height: 120px;
    width: 300px;
    padding: 10px 10px;
    margin-bottom: 10px;
    margin-right: 10px;
    background: transparent;
    text-align: center;
    position: relative;
    display: inline-block;
}

.cwt_slideshow.horizontal div img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
/* Ils nous font CONFIANCE */

/* Footer */

.cta img {
    box-shadow: -1px 3px 30px -11px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: -1px 3px 30px -11px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: -1px 3px 30px -11px rgba(0, 0, 0, 0.3);
}

.cta-text {
    position: absolute;
    text-align: center;
    padding: 0 100px;
    top: 30px;
}

footer li {
    list-style: none;
    margin-bottom: 30px;
}

footer li:before {
    content: "+";
    color: #ff0e16;
    padding-right: 10px;
    font-weight: bold;
}

footer .copyright {
    background-color: #2d2d2d;
    color: #fff;
    padding: 10px 0;
    font-size: 12px;
}

footer .copyright a {
    color: #fff;
}

/* Footer */

.navbar-brand img {
    width: 100%;
}

@media (max-width: 768px) {
    .banner h1 {
        color: white;
        position: absolute;
        top: 50%;
        left: 20px;
        font-weight: normal;
    }

    .navbar-brand {
        margin-right: 0;
    }

    .navbar-brand img {
        width: 100%;
        padding: 0 3rem 0 0;
    }

    .navbar-toggler {
        position: absolute;
        right: 10px;
        top: 10px;
    }

    #owl-carousel-home .caption {
        position: absolute;
        bottom: 40px;
        right: 0;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.4);
        color: #fff;
        padding: 10px 30px;
    }
    .top-menu ul{
        padding:unset !important;

    }
    .formation-item{
        padding:1rem 2rem;
    }
}


@media (max-width:575px) {
    .top-menu{
        text-align: center;
        padding:10px;   
    }
  

    .top-menu li{
        margin-left:10px;
    }

    .top-menu li span{
        font-size: 0;
    }
    
}</pre></body></html>