@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400..900&display=swap');
body {
    overflow-x: hidden;
}



 .page {
        max-width: 1120px;
        margin: 0 auto;
        padding: 40px 20px 70px;
      }
      .page-title {
        font-size: clamp(38px, 6vw, 72px);
        line-height: 1;
        margin: 0 0 28px;
        font-weight: 800;
      }
      .hero-img {
        width: 100%;
        border-radius: 0;
        display: block;
        margin-bottom: 35px;
      }
      .dynamic-content__container,
      .section-header__container,
      .rubrics {
        max-width: 1120px;
        margin: 0 auto;
      }
      .introduction {
        font-size: clamp(22px, 3vw, 34px);
        font-weight: 700;
        max-width: 980px;
        margin: 30px 0;
      }
      .dynamic h2 {
        font-size: 30px;
        margin-top: 35px;
      }
      .dynamic ul,
      .rubric__dynamic ul {
        padding-left: 22px;
      }
      .dynamic li,
      .rubric__dynamic li {
        margin-bottom: 12px;
      }
      .section-header {
        margin-top: 55px;
      }
      .section-header__surtitle {
        color: #777;
        font-size: 16px;
        margin-bottom: 8px;
      }
      .section-header__title {
        font-size: clamp(34px, 5vw, 54px);
        font-weight: 800;
        margin: 0 0 25px;
      }
      .rubrics__list {
        width: 100%;
      }
      .rubric {
        background: #f2f3f4;
        border-bottom: 1px solid #ddd;
      }
      .rubric:first-child {
        border-top: 1px solid #ddd;
      }
      .rubric__header {
        width: 100%;
        padding: 24px 24px;
        display: flex;
        align-items: center;
        gap: 24px;
        cursor: pointer;
        min-height: 105px;
      }
      .rubric__picture {
        width: 72px;
        height: 72px;
        flex: 0 0 72px;
        display: block;
      }
      .rubric__img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        display: block;
      }
      .rubric__text {
        flex: 1;
      }
      .rubric__subtitle {
        display: block;
        color: #777;
        font-size: 14px;
        margin-bottom: 8px;
      }
      .rubric__title {
        font-size: clamp(20px, 2.4vw, 30px);
        line-height: 1.2;
        margin: 0;
        font-weight: 800;
      }
      .rubric__plus-container {
        width: 38px;
        height: 38px;
        background: #fff;
        border-radius: 50%;
        flex: 0 0 38px;
        position: relative;
      }
      .rubric__plus,
      .rubric__plus::after {
        content: "";
        position: absolute;
        background: #1c1b1a;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        transition: 0.25s ease;
      }
      .rubric__plus {
        width: 16px;
        height: 2px;
      }
      .rubric__plus::after {
        width: 2px;
        height: 16px;
      }
      .rubric.is-open .rubric__plus-container {
        transform: rotate(45deg);
      }
      .rubric__content {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.35s ease;
      }
      .rubric__transition {
        padding: 0 24px 35px 24px;
      }
      .rubric__dynamic {
        max-width: 850px;
        font-size: 17px;
      }
      .rubric__dynamic h3 {
        font-size: 23px;
        line-height: 1.35;
        margin: 18px 0 15px;
      }
      .rubric__dynamic h4 {
        font-size: 20px;
        margin: 18px 0 8px;
      }
      .rubric__dynamic img {
        max-width: 100%;
        height: auto;
        display: block;
        margin: 18px 0;
      }
      .primary-button,
      .secondary-button,
      .button--full-3 {
        display: inline-block;
        background: #e1261c;
        color: #fff;
        text-decoration: none;
        padding: 13px 24px;
        border-radius: 30px;
        font-weight: 700;
        margin: 6px 8px 6px 0;
      }
      .secondary-button {
        background: #1c1b1a;
      }
      .rubric__share,
      .share {
        display: none;
      }
      @media (max-width: 700px) {
        h1,h2{
          font-size:22px !important; 
        }
        .page {
          padding: 28px 14px 50px;
        }
        .rubric__header {
          padding: 20px 16px;
          gap: 15px;
          min-height: 90px;
        }
        .rubric__picture {
          width: 54px;
          height: 54px;
          flex-basis: 54px;
        }
        .rubric__transition {
          padding: 0 16px 28px;
        }
        .rubric__plus-container {
          width: 34px;
          height: 34px;
          flex-basis: 34px;
        }
      }





/* Forcer titres et paragraphes en noir dans contentrow */
.sparky_inner .contentrow h1,
.sparky_inner .contentrow h2,
.sparky_inner .contentrow h3,
.sparky_inner .contentrow h4,
.sparky_inner .contentrow h5,
.sparky_inner .contentrow h6,
.sparky_inner .contentrow p {
    color: #000 !important;
}
.mnu_mainmenu > li > a, .mnu_mainmenu > li > span {
    padding: 0 15px !important;
}
.footerrow .copyright{
  text-align:center;
  font-size: 18px;
    line-height: 22px;
    color: #001d40 !important;
  font-family: "Oswald", sans-serif;
}
.footerrow p{
  font-family: "Oswald", sans-serif !important;
}
.footerrow .copyright a{
     font-weight:400;
    color: #001d40 !important;
  font-family: "Oswald", sans-serif;
}
.footerrow .copyright a:hover{
     font-weight:400;
    color: #5fb993 !important;
}
.footerrow .sparky_container{
  border-top:2px solid #001d40;
}
.bottomrow h2{
  font-size: 36px;

text-transform: uppercase;
color: #001d40 !important;

font-family: "Oswald", sans-serif !important;
}

.bottomrow2 a ,.bottomrow2 p{
  font-size: 18px;
  line-height: 22px;
  color: #001d40 !important;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif !important;
}
.servicesrow2 p {
    color:#fff;
    font-weight:400;
}
p{
 
    font-family: 'Montserrat', sans-serif !important;
}
.servicesrow p{
  color:#fff;
}
/* typography */

b, strong {
    font-weight: 700;
}

hr {
    opacity: 1;
    background: #ccc;
    border: 0;
}

h1, h2, h3, h4 {
    text-transform: uppercase;
}

.page-header h1, .com-finder h1 {
    color: #fff;
    padding: 60px 0 160px;
}

/* form */

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

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

button, button.btn, input.button, a.btn, p.readmore a.btn, a.sparky_button {
    font-family: "Montserrat";
    background: #4db99b !important;
    border:2px solid #4db99b !important;
    border-radius: 0;
    color: #fff !important;
    font-size: 16px;
    font-weight: 700;
    line-height: 35px;
    padding: 7px 25px;
    text-transform: uppercase;
    transition: all 0.3s;
}

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: #000;
    border:0;
    color: #fff !important;
    text-decoration: none;
    transition: all 0.3s;
}

a.sparky_button.small_btn, p.readmore a.btn {
    font-size: 14px;
    padding: 3px 25px;
    margin-top: 0;
    margin-bottom: 0;
}

a.sparky_button.small_btn:hover {
    background: var(--sparkycolor1) !important;
    color: #fff !important;
}

a.sparky_button.outline {
    background: transparent;
    border:2px solid #333;
    color: #333;
}

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

a.sparky_button.white {
    background: #fff;
    border:2px solid #fff;
    color: #333;
}

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

a.sparky_button.outline_white {
    background: transparent;
    border:2px solid rgba(255, 255, 255, 0.6);
    color: rgba(255, 255, 255, 0.6);
}

a.sparky_button.outline_white:hover {
    background: transparent;
    border:2px solid rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, 1) !important;
}

.input-group .btn {
    line-height: 1;
    height: 46px;
    padding-left: 30px;
    padding-right: 30px;
}

/* toprow */

.toprow {
    margin-top: 30px;
    z-index: 1;
}

.sparky_home .toprow {
    position: absolute;
    width: 100%;
}

.toprow > .sparky_container {
    position: relative;
    z-index: 1;
    background: rgba(0, 0, 0, 0.3);
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.toprow ul.menu {
    text-transform: uppercase;
}

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

.sparky_inner .toprow{
    /*background: url(../images/header_bg.jpg) no-repeat;
    
    background-size: contain;*/
    background: #000;
}

/* carouselrow */

.carouselrow > .sparky_container > .sparky_cell.mp_user1 {
    padding: 0;
    font-family: 'Orbitron', sans-serif;
    text-transform: uppercase;
}

.carouselrow h2 {
    line-height: 1.2;
    font-weight: 400;
    text-transform: uppercase;
}

.carouselrow .hot_swipe_carousel_slides .contents h2,
.carouselrow .hot_swipe_carousel_slides .contents p {
    
}
.carouselrow .hot_swipe_carousel_slides .contents p,.carouselrow .hot_swipe_carousel_slides .contents h1{
  font-weight:300;
  color:#fff;
  font-size:18px;
}

.carouselrow a.sparky_button {
    margin-bottom: 100px;
}

.carouselrow .flickity-prev-next-button {
    top: 90% !important;
    border-radius: 0 !important;
}

.carouselrow .flickity-prev-next-button svg {
    display: none;
}

.carouselrow .flickity-prev-next-button.next {
    right: calc((100vw - 940px) / 2) !important;
    width: 114px;
    height: 37px;
    background: url(../images/arrow_next.png) !important;
    background-size: contain !important;
    opacity: 0.3;
}

.carouselrow .flickity-prev-next-button.next::after {
    content: "NEXT";
    font-size: 24px;
    font-weight: 400;
    margin-left: 150px;
    opacity: 0;
}

.carouselrow .flickity-prev-next-button.next:hover,
.carouselrow .flickity-prev-next-button.next:hover::after,
.carouselrow .flickity-prev-next-button.previous:hover,
.carouselrow .flickity-prev-next-button.previous:hover::before {
    opacity: 1;
}

.carouselrow .flickity-prev-next-button.previous {
    left: auto !important;
    right: calc((100vw - 660px) / 2) !important;
    width: 56px;
    height: 37px;
    background: url(../images/arrow_prev.png) !important;
    background-size: contain !important;
    opacity: 0.3;
}

.carouselrow .flickity-prev-next-button.previous::before {
    content: "PREV";
    font-size: 24px;
    font-weight: 400;
    margin-left: -200px;
    opacity: 0;
}
.carouselrow h2{
  color: #fffefe;
font-weight: 600;
font-family: "Montserrat";
filter: drop-shadow(0px 5px 4.5px #000000);
}
/* content */

img.arrow_down {
   
    transition: all 0.3s;
}

img.arrow_down:hover {
    opacity: 1;
    transition: all 0.3s;
}




/* above/below content */

.belowcontent {
    margin-bottom: 50px;
}


/* 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;
}

@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;
    }

}

/* home page */

.servicesrow  .sparky_page_container{
    border: 4px solid #284b60;
}

.servicesrow .sparky_col1 {
    background: #001d40;
    position: relative;
    top: -60px;
    padding-top: 75px;
}

 .servicesrow2 .sparky_col0 img, img.icon_image {
    box-sizing: content-box;
    background: #274b5f;
    padding: 10px;
}
.servicesrow img{  
  box-sizing: content-box;
    background: #47b595;
    padding: 10px;
}
.servicesrow p {
    margin: 0;
}

.servicesrow2 .sparky_col0 {
    display: block;
}

.servicesrow2 .sparky_col0 figure {
    float: left;
    margin-top: 50px;
}

.servicesrow2 .sparky_col0 figure img {
    margin-bottom: 0;
}

.servicesrow2 .sparky_col0 hr {
    float: left;
    width: 65%;
    margin: 111px 15px 0;
}

.servicesrow2 h4:not(:first-child) {
    margin-top: 80px;
}

.servicesrow2 .sparky_col0 p {
    margin: 0 0 0 80px;
}

.servicesrow h3 ,.servicesrow2 h3{
    padding: 15px 0;
    margin: 0;
    color: #666666;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 700;
    font-style: normal;
}
/* testimonials */



/* blog */

.blog-items .page-header h2, .blog-items .page-header h2 a {
    font-size: 32px;
    padding: 0;
}

.blog-items.columns-2,
.blog-items.columns-3,
.blog-items.columns-4 {
    margin-right: -30px;
}

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

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

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

.blog-items.columns-2 .blog-item:nth-child(2n),
.blog-items.columns-3 .blog-item:nth-child(3n),
.blog-items.columns-4 .blog-item:nth-child(4n) {
    margin-inline-end: 0;
}

.blog-items.columns-2 .blog-item .item-content,
.blog-items.columns-3 .blog-item .item-content,
.blog-items.columns-4 .blog-item .item-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* bottom row */

.bottomrow {
    color: #fff;
    padding-top: 50px;
}

.bottomrow .mp_bottom1 .moduletable {
    width: 370px;
}

.bottomrow2 {
    color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
}

.bottomrow h1, .bottomrow h2, .bottomrow h3, .bottomrow h4, .bottomrow2 h1, .bottomrow2 h2, .bottomrow2 h3, .bottomrow2 h4 {
    color: #fff;
}

.bottomrow h2 span.colored {
  color:#5fb993;
}

.bottomrow h3, .bottomrow2 h3 {
    font-size: 18px;
    line-height: 18px;
    color: #001d40;
    font-weight: 400;
    font-family: "Oswald", sans-serif !important;
}

.bottomrow p, .bottomrow2 p, .bottomrow2 a, .footerrow a {
    color: #999;
  font-family: "Oswald", sans-serif !important;
}

.bottomrow2 a:hover, .footerrow a:hover {
    color: #fff;
}

.bottomrow2 .sparky_social_icon1 {
    padding-left: 0;
}

.footerrow {
    color: #999;
    padding-bottom: 30px;
  font-family: "Oswald", sans-serif !important;
}

/* responsive */

.nav-toggle {
    background: url(../images/tinynav_white.png);
    background-size: 42px 84px;
    margin-top: 15px;
}

@media (max-width: 1229px) {

    .hot_swipe_carousel_slides .contents {
        width: 970px !important;
    }

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

    .carouselrow a.sparky_button {
        margin-bottom: 50px;
    }

    .servicesrow2 .sparky_col0 hr {
        width: 55%;
    }

}

@media (max-width: 991px) {

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

    .toprow > .sparky_container > .mp_logo {
        width: 50% !important;
    }

    .toprow > .sparky_container > .mp_top1 {
        width: 15% !important;
    }

    .toprow > .sparky_container > .mp_top2 {
        width: 35% !important;
    }

    .toprow > .sparky_container > .mp_logo img {
        max-width: 170px;
    }

    .hot_swipe_carousel_slides .contents {
        width: 740px !important;
        font-size: 14px !important;
    }

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

    .carouselrow a.sparky_button {
        margin-bottom: 30px;
    }

    .carouselrow .flickity-prev-next-button.previous {
        right: calc((100vw - 360px) / 2) !important;
    }

    .carouselrow .flickity-prev-next-button.next {
        right: calc((100vw - 640px) / 2) !important;
    }

    .carouselrow .flickity-prev-next-button.previous::before {
        font-size: 14px;
        margin-left: -140px;
    }

    .carouselrow .flickity-prev-next-button.next::after {
        font-size: 14px;
        margin-left: 130px;
    }

    .servicesrow2 .sparky_col0 hr {
        width: 40%;
    }

    .sparky_inner {
        background: url(../images/header_bg.jpg) no-repeat;
        background-size: 100% 350px;
    }

    .bottomrow h2 {
        font-size: 24px;
    }

}

@media (max-width: 767px) {

    .sparky_home .toprow, .toprow {
        width: calc(100% - 30px);
        margin: 15px;
    }

    .hot_swipe_carousel_slides .contents {
        background: var(--sparkycolor1) !important;
    }

    .carouselrow .flickity-prev-next-button.previous {
        width: 28px;
        height: 19px;
        right: calc((100vw - 480px) / 2) !important;
    }

    .carouselrow .flickity-prev-next-button.next {
        width: 57px;
        height: 19px;
    }

    .carouselrow .flickity-prev-next-button.previous::before,
    .carouselrow .flickity-prev-next-button.next::after {
        display: none;
    }

    .servicesrow {
        margin: 0;
    }

    .blog-items.columns-2 .blog-item,
    .blog-items.columns-3 .blog-item,
    .blog-items.columns-4 .blog-item,
    .blog-items.columns-6 .blog-item {
        width: 100%;
    }

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

    .footerrow .mp_copyright, .footerrow .mp_footer {
        padding-top: 0;
        padding-bottom: 0;
    }

}

@media (max-width: 699px) {

    .sparky_page_container {
        flex-wrap: wrap;
    }

    .sparky_page_container .sparky_cell {
        width: 100%;
    }

    .sparky_spacer {
        height: 1px !important;
    }

}

@media (max-width: 479px) {

    .toprow > .sparky_container > .mp_logo {
        width: 40% !important;
    }

    .toprow > .sparky_container > .mp_top1 {
        width: 20% !important;
    }

    .toprow > .sparky_container > .mp_top2 {
        width: 40% !important;
    }

    .carouselrow .flickity-prev-next-button.previous {
        right: calc((100vw - 100px) / 2) !important;
    }

    .carouselrow .flickity-prev-next-button.next {
        right: calc((100vw - 250px) / 2) !important;
    }

    .hot_swipe_carousel_slides .contents {
        padding-bottom: 40px !important;
    }

    .carouselrow .hot_swipe_carousel_slides .contents h2,
    .carouselrow .hot_swipe_carousel_slides .contents p {
        max-width: 100%;
    }

    .image_full {
        background-position: center;
    }

    h1 {
        word-break: break-word;
    }

}

@media (max-width: 414px) {

    .toprow > .sparky_container > .mp_logo img {
        max-width: 140px;
    }

    a.sparky_button.small_btn, p.readmore a.btn {
        padding: 3px 15px;
    }

    .toprow a.sparky_button.small_btn {
        font-size: 8px !important;
    }

    .servicesrow2 .sparky_col0 hr {
        width: 60%;
    }

}

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

.sparky_settings {
    position: fixed;
    z-index: 9999;
    top:70%;
    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: #284b60;
}

.settings_content span.style2 {
    background: #286044;
}

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

.settings_content span.style4 {
    background: #60285b;
}

.settings_content a {
    text-decoration: none;
}

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

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