body {
    overflow-x: hidden;
}

/* typography */
h1{
    font-size: 45px;

}
h4 {
    text-transform: uppercase;
}
h2 {
     font-size: 40px;
    color: #151515;
     font-family: "Michroma";
       text-align: center;
}
@media screen and (max-width: 768px) {
    h1 {
        font-size: 25px;
    }

    h2 {
        font-size: 23px;
    }
}
hr {
    opacity: 1;
    border-top: 0;
}

.has-small-font-size {
    font-size: 14px;
}

.has-huge-font-size {
    font-size: 100px;
    font-weight: 700;
    line-height: 1;
}

.nopaddingbottom {
    padding-bottom: 0 !important;
}

.colored {
    color: var(--sparkycolor1);
}


/*  lien  */
a {
    /*color: #ffffff !important; */
    font-weight: normal;
    font-style: normal;
    text-decoration: none;

}

a:hover,
a:active,
a:focus {
    color: #cccccc!important; 
    text-decoration: none;
}
.sparky_cell.mp_top4 .sparkle9 a {
    color: #fff !important;
    text-decoration: none;
}
.sparkle12.sparky_cell.sparky_col0 a {
    color: #fff !important;
    text-decoration: none;
}

.sparkle12.sparky_cell.sparky_col0 a:hover {
    color: #ccc !important; 
}
/* form */

input, input.form-control, textarea, textarea.form-control {
    width: 100%;
    border: 1px solid #777;
    border-radius: 3px;
    padding: 10px 20px;
    margin-bottom: 25px;
}

input::placeholder, textarea::placeholder {
    color: #888;
}

.input-group input.form-control {
    padding: 7.5px 20px;
}

button, button.btn, input.button, a.btn, p.readmore a.btn, a.sparky_button {
    /*background: var(--sparkycolor1);*/
    font-size: 16px;
    font-family: "Poppins";
    border:1px solid var(--sparkycolor1);
    border-radius: 28px;
    color: #fff;
    font-weight: 400;
    line-height: 35px;
    padding: 5px 25px;
    transition: all 0.3s;
  background-color: #ee8007;
}

button:hover, button.btn:hover, button.btn-primary:hover, input.button:hover, a.btn:hover,
button:active, button.btn:active, button.btn-primary:active, input.button:active, a.btn:active,
button:focus, button.btn:focus, button.btn-primary:focus, input.button:focus, a.btn:focus,
p.readmore a.btn:hover, p.readmore a.btn:active, p.readmore a.btn:focus,
a.sparky_button:hover, a.sparky_button:active, a.sparky_button:focus {
    background: #151515;
    border:1px solid #151515;
    color: #fff !important;
    text-decoration: none;
    transition: all 0.3s;
}

a.sparky_button.outline {
    background: transparent;
    border:1px solid var(--sparkycolor1);
    color: var(--sparkycolor1);
}

a.sparky_button.outline:hover {
    background: transparent;
    border:1px solid #151515;
    color: #151515 !important;
}

a.sparky_button.white {
    background: #fff;
    border:1px solid #fff;
    color: var(--sparkycolor1);
}

a.sparky_button.white:hover {
    background: #999;
    border:1px solid #999;
    color: #fff !important;
}

a.sparky_button.white.outline {
    background: transparent;
    border:1px solid #fff;
    color: #fff;
}

a.sparky_button.white.outline:hover {
    background: #999;
    border:1px solid #999;
    color: #fff !important;
}

.input-group .btn {
    height: 41px;
    line-height: 1;
    margin-left: -7px !important;
    padding: 10px 15px;
}

.btn-group {
    margin-bottom: 30px;
}

.btn-group input {
    margin-bottom: 0;
}

/*** contact **/ 

.com-contact__miscinfo.contact-miscinfo {
    display: none;
}
.com-contact.contact h2 {
    display: none;
}
.ba-form-column input[type="text"],
.ba-form-column input[type="email"],
.ba-form-column input[type="tel"],
.ba-form-column input:not([type="checkbox"]):not([type="radio"]),
.ba-form-column textarea {
    width: 100%;
    padding: 12px 15px;
    font-size: 16px;
    background-color: #fff !important;
    border: 1px solid #ccc !important;
    border-radius: 6px !important;
    box-sizing: border-box !important;
    color: #333;
    margin-bottom: 20px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.ba-form-column input:focus,
.ba-form-column textarea:focus {
    border-color: #03326c;
    box-shadow: 0 0 0 3px rgba(3, 50, 108, 0.2);
    outline: none;
}

.ba-form-column input::placeholder,
.ba-form-column textarea::placeholder {
    color: #aaa;
}
.ba-field-container textarea {
    background: #fff !important;
    border: 1px solid #ccc !important;
    padding: 12px 15px !important;
    border-radius: 6px !important;
    font-size: 16px !important;
    color: #333 !important;
    box-shadow: none !important;
    resize: vertical;
}
.ba-form-column .ba-form-field-item.ba-form-input-field .ba-field-container textarea {
    all: unset;
    display: block;
    width: 100% !important;
    padding: 12px 15px !important;
    font-size: 16px !important;
    color: #333 !important;
    background-color: #fff !important;
    border: 1px solid #ccc !important;
    border-radius: 6px !important;
    box-sizing: border-box !important;
    resize: vertical !important;
    font-family: inherit !important;
}

/*** fin contact **/ 

/** form */
.ba-form-page {
    background: none !important;
}

/* fin form */ 
/* Menu principal */
ul.mnu_mainmenu {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    z-index: 100;
    white-space: nowrap;
    font-family: "Michroma";
    background-color: #000; 
}

.mnu_mainmenu > li {
    position: relative;
}

.mnu_mainmenu > li > a,
.mnu_mainmenu > li > span {
    display: block;
    color: #fff !important;
    font-size: 14px;
    padding: 0 25px;
    font-weight: 700;
    height: 60px;
    line-height: 60px;
    text-decoration: none;
    cursor: pointer;
}

.mnu_mainmenu > li:hover > a,
.mnu_mainmenu > li > a:hover,
.mnu_mainmenu > li:hover > span {
    background-color: #03326c;
    color: #fff !important;
}
.mnu_mainmenu > li.active {
    background-color: #03326c;
}
/* Sous-menu */
.mnu_mainmenu li ul {
    display: block;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #000;
    width: 200px;
    padding: 10px 0;
    z-index: 1000;
    transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
    pointer-events: none;
}

.mnu_mainmenu li:hover > ul {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.mnu_mainmenu li ul li {
    height: 35px;
    padding: 0;
    margin: 0;
}

.mnu_mainmenu li ul li a {
    display: block;
    width: 100%;
    padding: 0 15px;
    color: #fff !important;
    text-decoration: none;
    font-size: 14px;
    line-height: 35px;
    font-weight: 600;
}

.mnu_mainmenu li ul li:hover,
.mnu_mainmenu li ul li:hover a {
    background-color: #03326c;
    color: #fff !important;
}

/*
.sparkle12.sparky_cell.sparky_col0 p {
    font-size: 14px;
    text-transform: uppercase;
    color: #ffffff;
    font-family: "Michroma";
}*/
.sparky_row1.sparky_full.toprow.one p {
    font-size: 14px;
    text-transform: uppercase;
    color: #ffffff;
    font-family: "Michroma";
}
@media screen and (max-width: 768px) {
    .sparky_row1.sparky_full.toprow.one p {
    font-size: 12px;
}
}
.hot_swipe_carousel_slides .contents h2 {
    font-size: 48px;
    color: #ffffff;
    text-align: left;
    font-size: 40px;
    color: #ffffff;
    font-family: "Michroma";
}
.sparky_row6.sparky_full {
    width: 100%;
    padding: 0;
    margin: 0;
}

.sparky_row6.sparky_full .sparky_container,
.sparky_row6.sparky_full .sparky_page_row,
.sparky_row6.sparky_full .sparky_page_container,
.sparky_row6.sparky_full .sparky_cell,
.sparky_row6.sparky_full figure {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
}

.sparky_row6.sparky_full img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
    padding: 0;
}
.sparky_row8.sparky_full.footerrow .copyright {
    color: #ffffff; 
    font-size: 14px;
    line-height: 1.6;
    text-align: center;
    margin: 0;
  font-family: "Michroma";
}

.sparky_row8.sparky_full.footerrow .copyright a {
    color: #ffffff; 
    text-decoration: none;
    transition: color 0.3s;
  font-family: "Michroma";
}

.sparky_row8.sparky_full.footerrow .copyright a:hover {
    color: #ffffff; 
    text-decoration: underline;
}
p.thin.has-text-align-center {
    max-width: 946px; 
    margin: 0 auto;     
    padding: 0 15px;   
    font-size: 16px;
    line-height: 24px;
    color: #151515;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    text-align: center;
}

@media screen and (max-width: 768px) {
    p.thin.has-text-align-center {
        font-size: 14px;
        line-height: 22px;
    }
}

@media screen and (max-width: 480px) {
    p.thin.has-text-align-center {
        font-size: 13px;
        line-height: 20px;
    }
}

.sparkle9.sparky_cell.sparky_col0 {
    font-size: 16px;
    line-height: 27px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Poppins";
    /* text-align: right; */
}
.sparkle12.sparky_cell.sparky_col0 {
    font-size: 16px;
    line-height: 27px;
    /*color: #ffffff;*/
    font-weight: 400;
    font-family: "Poppins";
}
@media screen and (max-width: 768px) {
   .one .sparkle9 {
        width: 100% !important; 
    }
    .sparkle9.sparky_cell.sparky_col0 {
        font-size: 14px;
        line-height: 22px;
        text-align: center; 
    }
}
.hot_swipe_carousel_slides .contents h2 {
    font-size: 40px !important;
    color: #ffffff;
}



/* toprow */

.toprow > .sparky_container > .sparky_cell {
    padding-top: 0;
    padding-bottom: 0;
}

.toprow .sparky_page_container > .sparky_cell {
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 14px;
    color: #ccc;
}

.toprow p {
    margin-bottom: 0;
}

.toprow a:hover {
    color: #fff;
}

/* logorow */

.logorow {
    /*background: var(--sparkycolor2);*/
background-color: #03326c;
}

.logorow .mp_top3 img,
.logorow .mp_top4 img {
    max-width: 60px;
    margin-bottom: 0;
}

.logorow .mp_top4 p {
    width: max-content;
    align-self: flex-end;
}

.logorow .mp_top3 p,
.logorow .mp_top4 p {
    margin-bottom: 0;
}

/* menurow */

.menurow {
    /*background: var(--sparkycolor1);*/
  background-color: #000;
}

.menurow > .sparky_container > .sparky_cell {
    padding-top: 0;
    padding-bottom: 0;
}

.menurow ul.menu {
    margin-left: -25px;
}

.menurow ul.menu > li {
    text-transform: uppercase;
}

.menurow > .sparky_container > .sparky_cell.mp_search {
    padding-top: 10px;
}

.menurow .input-group {
    justify-content: flex-end;
    margin-bottom: 0;
}

.menurow .input-group > div {
    width: calc(100% - 40px);
}

.menurow input[type="text"] {
    margin-bottom: 0;
    border: 0;
    border-radius: 20px;
    font-size: 14px;
}

.menurow button.btn {
    background: transparent;
    border: 0;
    color: var(--sparkycolor2);
    font-size: 0;
}

.menurow button.btn span {
    font-size: initial;
}

/* carouselrow */

.carouselrow > .sparky_container > .sparky_cell {
    padding: 0;
}

.carouselrow .contents * {
    max-width: 560px;
}

.carouselrow .contents h2 {
    padding-top: 0;
}

.flickity-prev-next-button svg {
    left: 35% !important;
    top: 35% !important;
    width: 30% !important;
    height: 30% !important;
}

/* main content */

.contentrow {
    padding-top: 30px;
    /*padding-bottom: 30px;*/
}

/* about row */

.about_row .sparky_page_container {
    gap: 30px;
}

.about_row .sparky_cell {
    display: block;
    background: #fff;
    border-radius: 15px;
}

.about_row h4 {
    padding-top: 10px;
    padding-bottom: 0px;
}

.about_row p {
    margin-bottom: 0;
}

.about_row figure {
    float: left;
    margin-right: 15px;
}

.about_row figure img {
    width: 60px;
    margin-bottom: 0;
}

/* breed row */

.breed_row .sparky_page_container {
    gap: 30px;
}

.breed_row .sparky_cell {
    position: relative;
    min-height: 267px;
    border-radius: 15px;
}

.breed_row .sparky_cell::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 15px;
    z-index: 1;
    transition: all 0.3s;
}

.breed_row .sparky_cell:hover::before {
    background-color: rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
}

.breed_row .sparky_cell > * {
    position: relative;
    z-index: 2;
}

.breed_row h3 {
    padding-bottom: 0;
}

.breed_row hr {
    width: 50px;
    margin-left: auto;
    margin-right: auto;
}

.breed_row a {
    color: #fff;
}

/* products row */

.products_row .sparky_page_container {
    gap: 30px;
}

.products_row .sparky_cell {
    background: #fff;
    border: 1px solid var(--sparkycolor3);
    border-radius: 15px;
}

.products_row .has-huge-font-size {
    color: var(--sparkycolor3);
    margin-top: 30px;
}

/* gallery row */

.gallery_row .sparky_cell {
    padding-left: 0;
    padding-right: 0;
}

.gallery_row figure img {
    margin-bottom: 0;
    filter: brightness(0.5);
    transition: all 0.3s;
}

.gallery_row figure img:hover {
    filter: brightness(1.0);
    transition: all 0.3s;
}

.gallery_row .sparky_cell.sparky_col0 figure {
    border-right:7.5px solid var(--sparkycolor2);
    /*border-bottom:15px solid var(--sparkycolor2);*/
}

.gallery_row .sparky_cell.sparky_col1 figure {
    border-left:7.5px solid var(--sparkycolor2);
    border-right:7.5px solid var(--sparkycolor2);
}

.gallery_row .sparky_cell.sparky_col2 figure {
    border-left:7.5px solid var(--sparkycolor2);
    border-bottom:15px solid var(--sparkycolor2);
}

/* blog row */

.blog_row .newsflash {
    display: flex;
    gap: 30px;
}

.blog_row img {
    border-radius: 15px;
}

.newsflash-info {
    color: var(--sparkycolor1);
    font-size: 14px;
}

/* logos row */

.logos_row {
    border-radius: 55px;
}

.logos_row .sparky_page_container {

}

.logos_row figure img {
    margin-bottom: 0;
}

/* team row */

.teamrow img {
    border-radius: 15px;
}

/* testimonial row */

.testimonialrow1 .sparky_col1, .testimonialrow2 .sparky_col0 {
    background: var(--sparkycolor1);
    border-radius: 15px;
}

.testimonialrow1 h3, .testimonialrow2 h3 {
    padding-bottom: 0;
}

.testimonialrow1 h4, .testimonialrow2 h4 {
    padding-top: 0;
}

/* blog */

.blog-items.columns-2 .blog-item {
    width: calc(50% - 30px);
    margin-inline-end: 30px;
}

.blog-items.columns-3 .blog-item {
    width: calc(33.33% - 30px);
    margin-inline-end: 30px;
}

.blog-items.columns-4 .blog-item {
    width: calc(25% - 15px);
    margin-inline-end: 15px;
}

.blog-items.columns-5 .blog-item {
    width: calc(20% - 15px);
    margin-inline-end: 15px;
}

.blog-items.columns-6 .blog-item {
    width: calc(16.66% - 15px);
    margin-inline-end: 15px;
}

.blog-items .blog-item h2,
.blog-items .blog-item h2 a {
    font-size: 32px;
}

.blog-items .blog-item img {
    border-radius: 15px;
}

@media (max-width: 767px) {

    .blog-items.columns-2 .blog-item,
    .blog-items.columns-3 .blog-item,
    .blog-items.columns-4 .blog-item,
    .blog-items.columns-5 .blog-item,
    .blog-items.columns-6 .blog-item {
        width:100%;
        margin-inline-end: 0;
    }

}

/* contact */

.com-contact.contact dt {
    float: inline-start;
    clear: both;
    padding-top: 15px;
    padding-inline-end: 15px;
}

.com-contact.contact dd {
    padding-inline-start: 30px;
}

.com-contact.contact dt + dd {
    padding-top: 15px;
}

.osm-map {
    z-index: 0;
}

@media (min-width: 992px) {

    .com-contact.contact {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 50px;
    }

    .com-contact.contact .page-header,
    .com-contact.contact h1 {
        width: 100%;
    }

    .com-contact__container {
        width: 34%;
    }

    .com-contact__form.contact-form {
        width: 66%;
        margin-top: 15px;
    }

    .com-contact__form.contact-form legend {
        background: transparent;
        padding: 15px 0;
        font-size: 24px;
        line-height: 1.4;
        font-weight: 700;
        text-transform: uppercase;
    }

    .com-contact.contact > h2 {
        display: none;
    }

}

/* bottomrow */

.bottomrow {
  background-color: #03326c !important;
    /*background: var(--sparkycolor1);*/
    color: #fff;
    padding: 30px 0;
}

.bottomrow h3 {
    text-transform: uppercase;
}

.bottomrow .sparky_social_icons a:first-child {
    padding-inline-start: 0;
}

.bottomrow a.sparky_button.outline {
    color: #fff;
    border: 1px solid #fff;
}

.bottomrow a.sparky_button.outline:hover {
    color: #151515 !important;
    border: 1px solid #151515;
}

.bottomrow ul.menu {
    margin-top: 15px;
}

/* footerrow */

.footerrow {
   background-color: #03326c !important;
    /*background: var(--sparkycolor1);*/
    border-top: 1px solid var(--sparkycolor3);
    color: #151515;
    padding: 15px 0;
}

.footerrow p {
    margin-bottom: 0;
}

/* responsive */

.nav-toggle {
    float: left;
    margin-top: 7px;
    margin-bottom: 7px;
}

@media (max-width: 1199px) {

    .hot_swipe_carousel_slides .contents {
        top: 25% !important;
        margin-left: 130px !important;
    }

    .about_row figure img {
        margin-bottom: 30px;
    }

}

@media (max-width: 991px) {

    .menurow nav:not(.opened) ul.menu {
        display: none;
    }

    .menurow ul.menu {
        margin-left: 0;
    }

    .columns_on_tablet2 .sparky_cell {
        width: calc(50% - 15px);
    }

    .sparky_logo_image {
        margin-top: 15px;
    }

    .about_row figure img {
        margin-bottom: 0;
    }

    .logorow .mp_top3 img, .logorow .mp_top4 img {
        max-width: 100%;
    }

    .hot_swipe_carousel_slides .contents h2 {
        font-size: 36px !important;
    }

}

@media (max-width: 767px) {

    .hot_swipe_carousel_slides .contents {
        top: 15% !important;
        margin-left: 60px !important;
    }

    .footerrow, .footerrow ul.menu {
        text-align: center;
    }

}

@media (max-width: 650px) {

    .hot_swipe_carousel_slides .contents {
        margin-left: auto !important;
        padding: 15px !important;
        background: #151515 !important;
        text-align: center;
    }

    .hot_swipe_carousel_slides .contents a.sparky_button {
        display: inline-block;
    }

    .flickity-prev-next-button {
        top: 30% !important;
    }

    .toprow .has-small-font-size,
    .logorow .has-small-font-size {
        font-size: 10px;
        line-height: 1.3;
    }

    .sparky_logo_image {
        margin-top: 0;
    }

    .blog_row .newsflash {
        display: block;
    }

    .blog_row .newsflash > div {
        margin-bottom: 30px;
    }

}

@media (max-width: 499px) {

    .columns_on_tablet2 .sparky_cell {
        width: 100%;
    }

    .logorow > .sparky_container > .sparky_cell {
        width: 100% !important;
    }

    .logorow .mp_top3 img, .logorow .mp_top4 img {
        max-width: 30px;
    }

    .logorow .mp_top3 {
        padding-bottom: 0;
    }

    .logorow .mp_top4 {
        padding-top: 0;
    }

    .logorow .mp_logo {
        padding-top: 0;
        padding-bottom: 0;
        text-align: center;
    }

    .logorow .sparky_page_container {
        max-width: 200px;
        margin: 0 auto;
    }

    .sparky_logo_image img {
        max-width: 200px;
    }

    .menurow .mp_top5 {
        width: 20% !important;
    }

    .menurow .mp_search {
        width: 80% !important;
    }

    .hot_swipe_carousel_slides .contents h2 {
        font-size: 28px !important;
    }

    .gallery_row .sparky_page_container .sparky_cell {
        margin: 0;
        padding: 0;
    }

    .gallery_row figure {
        border: 0 !important;
        margin-bottom: 15px;
    }

    .gallery_row figure img {
        filter: brightness(1);
    }

}

@media (max-width: 399px) {

    .toprow .sparky_social_icons a {
        padding: 0 5px;
    }

}


/* For DEMO purposes only. Can be safely deleted */

.sparky_settings {
    position: fixed;
    z-index: 9999;
    top:50%;
    padding: 0 5px;
    background: #000;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    line-height: 1.4;
}

.sparky_settings:hover {
    background: #000;
}

.sparky_settings .sparky_cell {
    padding: 15px;
}

.settings_content {
    display: none;
    float: left;
    padding-right: 15px;
    height: 28px;
}

.settings_content span {
    display: inline-block;
    width: 28px;
    height: 28px;
    border:3px solid #333;
    border-radius: 19px;
}

.settings_content span:hover {
    border:3px solid #fff;
}

.settings_content span.style1 {
    background: #c7a17a;
}

.settings_content span.style2 {
    background: #7a85c7;
}

.settings_content span.style3 {
    background: #c77a9c;
}

.settings_content a {
    text-decoration: none;
}

.settings_cog {
    float: left;
    width: 30px;
    height: 28px;
}

.sparky_settings i {
    font-size: 28px;
    color: #ccc;
}