<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*********************
BREAKPOINTS
*********************/

@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&amp;display=swap");
header {
    border-bottom: 1px solid #e1e1e1;
    position: relative;
    min-height: 120px;
}

header nav.navbar {
    padding: 0;
    height: 88px;
}

header .img-btn {
    position: fixed;
    right: 0;
    top: 53px;
    transition: all 0.5s;
}

header .top-menu {
    min-height: 30px;
    display: flex;
    justify-content: start;
    align-items: center;
    border-bottom: 1px solid #e1e1e1;
    position: fixed;
    width: 100%;
    height: 32px;
    background: #fcfcfc;
}

header .top-menu p {
    margin-bottom: 0;
    font-weight: bold;
    line-height: 20px;
    font-size: 11px;
    padding: 5px 0;
}

@media (max-width: 767px) {
    header .top-menu p {
        font-size: 10px;
    }
}

header .logo {
    width: 200px;
    max-height: 88px;
    transition: all 0.5s;
    z-index: 999;
    position: relative;
}

header nav ul.navbar-nav li.nav-item .nav-link {
    color: #333333;
    font-size: 13px;
    padding: 0 10px;
    font-weight: normal;
    height: 88px;
    line-height: 88px;
    display: flex;
    align-items: center;
    border-bottom: 2px solid transparent;
}

@media (min-width: 1200px) {
    header nav ul.navbar-nav li.nav-item .nav-link {
        color: #505050;
        font-weight: 600;
    }
}

header nav ul.navbar-nav li.nav-item:hover .nav-link,
header nav ul.navbar-nav li.nav-item.active .nav-link {
    color: #333333;
    transition: none;
}

@media (min-width: 1200px) {
    header nav ul.navbar-nav li.nav-item:hover .nav-link,
    header nav ul.navbar-nav li.nav-item.active .nav-link {
        border-bottom: 2px solid #cf1b15;
    }
}

header nav ul.navbar-nav li.nav-item:hover .nav-link.icon-btn,
header nav ul.navbar-nav li.nav-item.active .nav-link.icon-btn {
    border: none;
}

header .form-inline {
    background: #fff;
}

.menu {
    padding-top: 32px;
    position: relative;
}

.is-sticky {
    z-index: 99;
}

.is-sticky header {
    background: #ffffffed;
    z-index: 99;
    min-height: 73px;
}

.is-sticky header nav.navbar {
    height: 43px;
}

.is-sticky header .logo {
    width: 120px;
}

@media (max-width: 1200px) {
    .is-sticky header .logo {
        height: 50px;
    }
}

.is-sticky header .img-btn {
    top: 36px;
}

.is-sticky header nav ul.navbar-nav li.nav-item .nav-link {
    height: 55px;
    transition: all 0.5s ease;
}

@media (max-width: 1200px) {
    .is-sticky header .nav-menu .navbar .navbar-nav {
        padding-top: 75px;
    }
}

.is-sticky span.nav-item.navbar-toggler {
    top: 30px;
}

.is-sticky .menu-toggler {
    margin-top: 7px;
}

.slider&gt;div {
    position: relative;
}

.slider&gt;div img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.slider&gt;div .caption {
    position: absolute;
    top: 5px;
    text-align: left;
    z-index: 9;
    padding: 0 20px;
    left: 0;
}

@media (min-width: 1200px) {
    .slider&gt;div .caption {
        top: 50px;
    }
}

@media (min-width: 768px) {
    .slider&gt;div .caption {
        left: 50%;
        transform: translateX(-50%);
    }
}

.slider&gt;div .caption h1 {
    text-transform: uppercase;
    font-size: 44px;
    line-height: 48px;
    font-weight: 600;
    font-style: normal;
    color: #000;
    font-style: italic;
    white-space: nowrap;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .slider&gt;div .caption h1 {
        font-size: 35px;
        line-height: 25px;
    }
}

@media (max-width: 991px) {
    .slider&gt;div .caption h1 {
        font-size: 25px;
        margin-bottom: 0;
        line-height: 30px;
    }
}

@media (max-width: 767px) {
    .slider&gt;div .caption h1 {
        font-size: 13px;
        line-height: 22px;
        width: 100%;
    }
}

.slider&gt;div .caption h1 span {
    color: #cf1b15;
    font-style: normal;
}

.slider&gt;div .caption p {
    white-space: normal;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
    color: #2e3d94;
    white-space: nowrap;
}

@media (max-width: 991px) {
    .slider&gt;div .caption p {
        font-size: 13px;
        line-height: 20px;
        margin-top: 10px;
    }
}

@media (max-width: 767px) {
    .slider&gt;div .caption p {
        font-size: 5px;
        margin-top: 0;
    }
}

.slider button.slick-prev.slick-arrow,
.slider button.slick-next.slick-arrow {
    position: absolute;
    top: 60%;
    width: 60px;
    height: 60px;
    font-size: 0;
    background: #474646cf;
    border: none;
    z-index: 99;
    cursor: pointer;
}

.slider button.slick-prev.slick-arrow::after,
.slider button.slick-next.slick-arrow::after {
    transform: translateY(-50%);
    background: url(../img/left-arrow.png) center center no-repeat;
    width: 20px;
    height: 20px;
    background-size: cover;
    position: absolute;
    z-index: 999;
    content: "";
    display: flex;
    justify-content: center;
    align-items: center;
}

.slider button.slick-prev.slick-arrow {
    left: 90px;
    padding-left: 18px;
    border: none;
}

.slider button.slick-next.slick-arrow {
    right: 90px;
    transform: rotate(180deg);
    padding-right: 14px;
    border: none;
}

.slider button.slick-next.slick-arrow::after {
    margin-left: 13px;
}

.slider button.slick-prev.slick-arrow,
.slider button.slick-next.slick-arrow,
.slider ul.slick-dots {
    opacity: 0;
    transition: all 0.5s;
}

.slider ul.slick-dots {
    display: flex;
    justify-content: center;
    margin-top: -100px;
    position: relative;
    list-style-type: none;
}

.slider ul.slick-dots li button {
    font-size: 0;
    border: none;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #151515a6;
}

.slider ul.slick-dots li.slick-active button {
    background: #151515ed;
}

.slider .slick-slide&gt;div&gt;div {
    position: relative;
}

@media (max-width: 767px) {
    .slider .slick-slide&gt;div&gt;div {
        height: 150px;
    }
}

.slider:hover button.slick-prev.slick-arrow,
.slider:hover button.slick-next.slick-arrow,
.slider:hover ul.slick-dots {
    opacity: 1;
}

@media (max-width: 767px) {
    .slick-list.draggable {
        height: 150px !important;
    }
    .slick-track {
        height: 100%;
    }
}

a.box-tel {
    margin-top: 0;
    font-size: 30px;
    font-family: "Oswald", sans-serif;
    font-weight: bold;
    position: fixed;
    right: -267px;
    text-align: left;
    text-transform: uppercase;
    top: 35%;
    transition: all 0.5s ease-in-out 0s;
    width: 330px;
    z-index: 100;
    background-color: #cf1b15;
    border-radius: 20px;
    padding: 10px 20px;
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    z-index: 1;
}

a.box-tel svg {
    margin-right: 15px;
}

a.box-tel:hover {
    right: -40px;
}

h1 {
    font-size: 34px;
    line-height: 1.1em;
    margin-bottom: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.form-inline {
    opacity: 0;
    position: absolute;
    right: 0;
    top: 70%;
    z-index: 9;
    box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.2);
    border: 1px solid #e1e1e1;
    padding: 20px;
    background: #f8f8f8;
    transition: all 0.5s;
}

.form-inline.display-box {
    opacity: 1;
    transition: all 0.5s;
    top: 80%;
    z-index: 9999999;
}

.form-inline .md-form {
    display: flex;
}

.form-inline .md-form input {
    border: 1px solid #e1e1e1;
}

.form-inline .md-form input::placeholder,
.form-inline .md-form input:-moz-placeholder {
    font-size: 13px;
    color: #808080;
}

.form-inline .md-form input:focus {
    box-shadow: none;
}

.form-inline .btn-serch {
    border: none;
    background: #cf1b15;
    display: flex;
    align-items: center;
    justify-content: center;
}

body .sticky-wrapper {
    height: 121px !important;
}

div#basicExampleNav,
button.navbar-toggler {
    z-index: 9999;
}

.navbar-brand {
    padding-bottom: 0;
    padding-top: 0;
}

.nav-item.navbar-toggler {
    display: none;
}

@media (max-width: 1199px) {
    .navbar-toggler {
        padding: 0;
    }
    .nav-item.search {
        display: none;
    }
    .nav-item.navbar-toggler {
        display: block;
    }
    header ul.navbar-nav {
        padding-top: 140px;
        transition: all 5s;
    }
    header ul.navbar-nav li.nav-item .nav-link {
        padding-left: 50px !important;
        height: 45px;
        border-bottom: 1px solid #e1e1e1;
    }
    header ul.navbar-nav li.nav-item.active .nav-link {
        border-bottom: 1px solid #e1e1e1;
    }
}

.navbar-dark .navbar-toggler-icon {
    background: none;
}

.menu-toggler {
    background: url(../img/menu.png) center center no-repeat;
    background-size: contain;
    transition: all 0.8s;
    border: none;
    margin-top: 28px;
    z-index: 99;
}

.menu-toggler:focus {
    outline: none;
}

.menu-toggler.close {
    background: url(../img/close.png) center center no-repeat;
    background-size: contain;
    z-index: 999999;
    transition: all 0.8s;
    position: absolute;
    top: 35px;
    right: 16px;
}

.menu-toggler.close:focus {
    outline: none;
}

.menu-toggler.close .navbar-toggler-icon {
    width: 0.8em;
    height: 0.8em;
}

span.nav-item.navbar-toggler {
    position: absolute;
    right: 73px;
    top: 51px;
    z-index: 9999;
    width: 25px;
    height: 25px;
    transition: all 0.8s;
}

.nav-menu {
    display: flex;
    align-items: center;
    width: 100%;
}

@media (max-width: 1199px) {
    .nav-menu {
        align-items: start;
    }
}

.nav-menu .menu-toggler {
    display: none;
}

@media (max-width: 1199px) {
    .nav-menu .menu-toggler {
        display: block;
    }
}

.nav-menu .navbar {
    padding: 0;
    position: relative;
}

@media (max-width: 1199px) {
    .nav-menu .navbar.display-box {
        transition: all 0.5s;
    }
    .nav-menu .navbar.display-box .navbar-nav {
        background: #fff;
        transition: all 0.5s ease;
        right: 0;
        width: 100%;
    }
}

.nav-menu .navbar .navbar-nav {
    display: flex;
    flex-direction: row;
}

@media (max-width: 1199px) {
    .nav-menu .navbar .navbar-nav {
        flex-direction: column;
        position: fixed;
        right: -100%;
        top: 0;
        transition: all 1s ease;
        height: 100vh;
        padding-top: 140px;
    }
}

@media (max-width: 1199px) and (max-width: 375px) {
    .nav-menu .navbar .navbar-nav {
        width: 495px;
    }
}

@media (max-width: 1199px) {
    .nav-menu .navbar .navbar-nav .nav-item {
        border-bottom: 1px solid #e1e1e1;
    }
    .nav-menu .navbar .navbar-nav .nav-item .nav-link {
        height: 50px;
        padding-left: 50px;
    }
}

.humberger {
    z-index: 999999;
    display: none;
}

@media (max-width: 1199px) {
    .humberger {
        display: block;
    }
}

.ligne {
    height: 20px;
    line-height: 20px;
    margin: 30px 0;
    float: none;
    width: 32%;
    border-top: 1px solid #e1e1e1;
    position: relative;
    display: inline-block;
}

.ligne span {
    border-radius: 20px;
    height: 9px;
    width: 9px;
    border-width: 2px;
    background: #e1e1e1;
    display: block;
    position: absolute;
    left: 0;
    margin-left: -5px;
    margin-top: -5px;
}

.btn-box {
    background-color: #2e3d94;
    border-color: #2e3d94;
    color: #ffffff;
    padding: 15px 30px 13px;
    font-size: 13px;
    min-width: 139px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-box svg {
    font-weight: bold;
}

.btn-box:hover {
    opacity: 0.9;
}

.box-comptes {
    text-align: center;
}

.box-comptes .ligne {
    border-top: 1px solid #fff;
}

.box-comptes .ligne span {
    background: #fff;
    left: 50%;
}

section.breadcrumb {
    background: #fcfcfc !important;
    margin-bottom: 0;
    border-bottom: 1px solid #e1e1e1;
    padding: 13px 0;
}

section.breadcrumb span.breadcrumb-title,
section.breadcrumb span.trail-end {
    padding: 0px 3px;
    color: #666666;
    font-size: 13px;
}

section.breadcrumb a.trail-begin {
    color: #666666;
    text-decoration: none;
    font-size: 13px;
}

section.breadcrumb&gt;div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 767px) {
    section.breadcrumb&gt;div {
        display: block;
    }
}

section.breadcrumb&gt;div h1 {
    color: #666666;
    font-size: 16px;
    line-height: 2.3em;
    font-weight: 400;
    margin-bottom: 0;
    text-transform: inherit;
}

section {
    padding: 50px 0;
}

.iconbox_content h3 {
    padding: 2px 0 0 0;
    position: relative;
    margin: 0 0 16px 0;
    clear: none;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 18px;
    font-family: "Open Sans", sans-serif;
    display: flex;
    align-items: center;
    color: #222222;
}

@media (min-width: 768px) {
    .iconbox_content h3 {
        font-size: 17px;
    }
}

.iconbox_content h3 svg.iconify {
    margin-right: 10px;
}

.iconbox_content a {
    text-decoration: none;
    color: #a81010;
}

.entry-content-wrapper {
    background: url(../img/bg_conseil.webp) center center no-repeat;
    background-size: cover;
}

.entry-content-wrapper h2 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    font-size: 28px;
    line-height: 1.1em;
    margin-bottom: 10px;
}

.entry-content-wrapper h3 {
    text-align: center;
    font-weight: 600;
    color: #fff;
    font-size: 18px;
    line-height: 1.1em;
    margin-bottom: 4px;
}

.entry-content-wrapper .box-conseil {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(1, 1fr);
}

@media (min-width: 768px) {
    .entry-content-wrapper .box-conseil {
        grid-template-columns: repeat(2, 1fr);
        gap: 80px;
    }
}

.entry-content-wrapper .box-conseil div {
    background-color: #fcfcfc;
    text-align: center;
    padding: 45px 20px 20px 20px;
    border-radius: 3px;
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.3);
    margin-top: 85px;
    position: relative;
}

@media (max-width: 767px) {
    .entry-content-wrapper .box-conseil div {
        margin-top: 50px;
    }
}

.entry-content-wrapper .box-conseil div h4 {
    padding: 2px 0 0 0;
    position: relative;
    margin: 0 0 16px 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 1.25em;
}

.entry-content-wrapper .box-conseil div a {
    text-decoration: none;
    color: #a81010;
    font-size: 13px;
    font-weight: 700;
}

.entry-content-wrapper .box-conseil div p {
    color: #666666;
}

.creation-entreprise h2 {
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #222222;
    font-size: 28px;
    line-height: 1.1em;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .creation-entreprise h2 {
        text-align: left;
        margin: 20px 20px 0 0;
    }
}

.creation-entreprise strong {
    color: #a81010;
}

.creation-entreprise .descript {
    padding-left: 6%;
}

.box-comptes {
    background: #cf1b15;
}

.newsletter h2 {
    font-family: "Open Sans", sans-serif;
    color: #222222;
    font-size: 28px;
    line-height: 1.1em;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 600;
}

.newsletter .form-group {
    width: 80%;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .newsletter .form-group {
        width: 100%;
        margin-bottom: 20px;
    }
}

.newsletter .form-group input {
    width: 100%;
    padding: 10px;
    border-radius: 2px;
    border-color: #e1e1e1;
    background-color: #fcfcfc;
    color: #919191;
}

.newsletter .form-group input:focus {
    box-shadow: none;
}

.newsletter label {
    color: #666666;
    font-size: 0.92em;
    margin-bottom: 7px;
    font-weight: 600;
}

.newsletter label span {
    color: #a81010;
}

.newsletter button {
    padding: 10px;
    border-radius: 2px;
    background-color: #a81010;
    color: #ffffff;
    border: none;
    font-size: 0.92em;
    min-width: 100%;
}

@media (min-width: 768px) {
    .newsletter button {
        min-width: 290px;
        margin-left: 15px;
    }
}

.newsletter button:hover {
    background-color: #eb3b3b;
    border-color: #c91919;
}

.newsletter .box-newslette {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .newsletter .box-newslette {
        display: block;
    }
}

.box-comptes h2 {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 28px;
    line-height: 1.1em;
    margin-bottom: 10px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
}

.box-comptes h2.title {
    margin: 40px 0;
}

.box-comptes p {
    color: #fff;
}

.box-comptes .list-card {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 2px;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .box-comptes .list-card {
        grid-template-columns: repeat(4, 1fr);
    }
}

.box-comptes .list-card&gt;div img {
    width: 100%;
}

.box-comptes .list-card&gt;div div.caption {
    background: #fff;
    padding: 0;
    min-height: 63px;
    display: flex;
}

.box-comptes .list-card&gt;div div.caption a {
    color: #666666;
    font-size: 13px;
    text-align: left;
}

.box-comptes a {
    background-color: #ffffff;
    color: #666666;
    padding: 12px 16px 10px;
    font-size: 13px;
    min-width: 100%;
    border: none;
    text-decoration: none;
    max-width: 215px;
    border-radius: 3px;
    margin: auto;
}

.box-comptes a.btn-cover {
    min-width: 90px;
    justify-content: center;
}

.box-comptes a:hover {
    background-color: #fcfcfc;
    color: #222222;
    opacity: 0.9;
}

.box-icon {
    height: 50px;
    width: 50px;
    background: #2e3d94;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -28px;
    left: 50%;
    transform: translateX(-50%);
}

section.box-slider {
    padding: 0 0 50px;
}

.box-cabine h3 {
    font-weight: 600;
    padding-bottom: 15px;
    color: #b7b7b7;
    font-size: 20px;
    line-height: 1.1em;
}

.box-cabine h3 span {
    width: 140px;
    background: #b7b7b7;
    height: 0.5px;
    display: inline-block;
    margin-left: 15px;
    opacity: 0.5;
}

@media (min-width: 1200px) {
    .box-cabine h3 span {
        width: 200px;
    }
}

@media (max-width: 991px) {
    .box-cabine h3 span {
        width: 30px;
        margin-left: 5px;
    }
}

@media (max-width: 375px) {
    .box-cabine h3 span {
        width: 12px;
    }
}

.box-cabine .box-content {
    padding-right: 50px;
}

.box-cabine .box-content p {
    color: #666666;
    line-height: 1.65em;
}

.box-cabine .box-content p strong {
    color: #a81010;
}

.box-cabine .slick-arrow {
    display: none !important;
}

.box-cabine .list-card {
    display: flex;
    align-items: center;
    padding: 0 0 30px 0;
    position: relative;
}

.box-cabine .list-card.card-top {
    margin-top: 30px;
}

.box-cabine .list-card.card-top .box-icons {
    overflow-y: hidden;
}

.box-cabine .list-card .descrpt {
    margin-left: 30px;
    padding-right: 50px;
}

.box-cabine .list-card .descrpt p {
    margin: 0.85em 0;
    line-height: 1.65em;
    color: #919191;
}

.box-cabine .list-card .descrpt h4 {
    color: #222222;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1.1em;
    font-weight: 600;
    margin-bottom: 0;
}

.box-cabine .list-card .box-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #a81010;
    border: 1px solid #a81010;
    height: 64px;
    min-width: 64px;
    border-radius: 50%;
}

.box-contact {
    padding: 0;
}

.box-contact .box-body {
    display: flex;
    justify-content: space-between;
    align-content: center;
    border: 1px solid #e1e1e1;
    padding: 16px 30px;
    background-color: #fcfcfc;
}

@media (max-width: 767px) {
    .box-contact .box-body {
        display: block;
    }
}

.box-contact .box-body p {
    font-size: 14px;
    color: #666666;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    margin-top: 0;
}

.box-contact .box-body a {
    background-color: #B02B2C;
    border: none;
    padding: 15px 30px 13px;
    font-size: 13px;
    min-width: 139px;
    color: #fff;
    text-decoration: none;
    text-align: center;
}

.box-contact .box-body a:hover {
    opacity: 0.9;
}

@media (max-width: 767px) {
    .box-contact .box-body a {
        display: block;
        margin-top: 20px;
    }
}

strong {
    color: #a81010;
    font-weight: 600;
}

section.box-contact.hr {
    padding: 50px 0;
    border-top: 1px solid #e1e1e1;
}

.vos-besoins h2 {
    color: #222222;
    font-size: 34px;
    line-height: 1.1em;
    margin-bottom: 14px;
    font-weight: 600;
}

.vos-besoins p {
    line-height: 1.65em;
    font-size: 13px;
    margin: 0.85em 0;
}

.vos-besoins .tiny_paragraphe {
    font-size: 13px;
}

.vos-besoins .tiny_paragraphe strong {
    opacity: 0.9;
    margin-bottom: 5px;
    display: block;
}

.vos-besoins img {
    border-radius: 3px;
}

.vos-besoins .box-descrpt {
    padding-left: 60px;
}

.vos-besoins .box-besoin02 {
    background: #cf1b15;
}

.vos-besoins .box-besoin02 h2 {
    color: #fff;
}

.vos-besoins .box-besoin02 p {
    color: #fff;
}

.vos-besoins .box-besoin .box-descrpt ol {
    padding-left: 30px;
}

.box-contact-nous input,
.box-contact-nous select,
.box-contact-nous textarea {
    padding: 8px;
    border: 1px solid #e1e1e1;
    margin-bottom: 20px;
    outline: none;
}

.box-contact-nous input:focus,
.box-contact-nous select:focus,
.box-contact-nous textarea:focus {
    outline: none;
    box-shadow: none;
    border-color: #e1e1e1;
}

.box-contact-nous select {
    font-size: 13px;
}

.box-contact-nous label {
    font-size: 0.8em;
    margin-bottom: 7px;
    color: #666666;
}

.box-contact-nous label span {
    color: #a81010;
}

.box-contact-nous button {
    margin: 0;
    padding: 16px 20px;
    border-radius: 2px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    font-weight: normal;
    font-size: 0.92em;
    min-width: 142px;
    outline: none;
    background-color: #a81010;
    color: #ffffff;
    border: none;
    margin-bottom: 20px;
}

.box-contact-nous button:hover {
    background: #eb3b3b;
}

h2.title-contact {
    color: #222222;
    font-size: 20px;
    line-height: 1.1em;
    margin-bottom: 8px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
}

.box-social {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 70px;
}

.box-social a {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.box-social a p {
    margin-bottom: 0;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 0;
    padding-top: 4px;
    color: #222222;
    margin-left: 8px;
    line-height: 13px;
}

.box-social a p span {
    color: #919191;
    font-size: 10px;
    white-space: nowrap;
}

.box-right {
    border-left: 1px solid #e1e1e1;
    padding-left: 10px;
}

@media (min-width: 992px) {
    .box-right {
        padding-left: 50px;
        margin-left: 30px;
    }
}

.box-right .box-listing h3 {
    color: #222222;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1.1em;
}

.box-right .box-listing ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    min-height: 70px;
}

.box-right .box-listing ul li a {
    color: #919191;
    font-size: 0.92em;
}

.box-right .box-listing ul li:hover a {
    color: #eb3b3b;
}

.slider-event {
    padding: 25px 10px;
    border: 1px solid #e1e1e1;
    position: relative;
}

.slider-event .slick-initialized .slick-slide {
    padding-right: 15px;
}

.slider-event h3 {
    margin-top: 0;
    margin-bottom: 5px;
    line-height: 1.5;
    min-height: 55px;
    font-size: 18px;
    color: #FF0000;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.slider-event img {
    margin-bottom: 10px;
}

.slider-event .slick-arrow {
    position: absolute;
    font-size: 0;
    border: none;
    outline: none;
    background: none;
}

.slider-event .slick-arrow.slick-disabled {
    opacity: 0.5;
}

.slider-event button.slick-prev.slick-arrow::after,
.slider-event button.slick-next.slick-arrow::after {
    transform: translateY(-50%);
    background: #fff url(../img/arrow-event.png) center center no-repeat;
    width: 30px;
    height: 30px;
    background-size: cover;
    position: relative;
    z-index: 1;
    content: "";
    display: flex;
    justify-content: center;
    align-items: center;
}

.slider-event button.slick-next.slick-arrow {
    transform: rotate(180deg);
}

.slider-event button.slick-next.slick-arrow {
    top: -70px;
    right: -18px;
}

.slider-event button.slick-prev.slick-arrow {
    top: -40px;
    right: 10px;
}

@media (min-width: 768px) {
    .slider-event .caption {
        padding-right: 6px;
    }
}

.slider-event .caption a {
    text-decoration: none;
    font-size: 12px;
    line-height: 1.8;
    color: rgba(0, 0, 0, 0.6);
}

.slider-event .caption p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.slider-event ul.slick-dots {
    display: flex !important;
    justify-content: center;
    list-style-type: none;
}

.slider-event ul.slick-dots li {
    margin: 0 5px;
}

.slider-event ul.slick-dots li button {
    font-size: 0;
    width: 18px;
    height: 18px;
    border: 2px solid #FF0000;
    border-radius: 50%;
    background: #fff;
}

.slider-event ul.slick-dots li.slick-active button {
    background: #ff00006b;
}

h2.widget-title {
    color: #FF0000;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

span.box-categorie {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1.8;
    color: #000000;
}

span.box-date {
    color: #bfc9d3;
    font-size: 12px;
    margin-bottom: 5px;
    display: inline-block;
}

.content-search {
    margin-top: 20px;
}

.content-search h2 {
    margin-bottom: 10px;
}

.content-search .form-inline {
    opacity: 1;
    position: inherit;
    box-shadow: none;
    padding: 10px;
    background: #fff;
}

.content-search .form-inline .md-form {
    width: 100%;
}

.content-search .form-inline input {
    color: #337ab7;
    border: 1px solid #c6dcef;
    border-radius: 4px;
    width: 90%;
}

.content-search .form-inline .btn-serch {
    color: #bfc9d3;
    background-color: #FF0000;
    border-color: #cc0000;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 4px;
    font-weight: 400;
    padding: 5px 12px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    cursor: pointer;
}

.content-search .form-inline .btn-serch:hover {
    background: #cc0000;
    border-color: #cc0000;
}

.content-video {
    margin-top: 10px;
}

.content-video .panel.panel-default {
    border: 1px solid #dddddd;
    border-radius: 4px;
    margin-bottom: 20px;
}

.content-video .panel.panel-default .panel-body {
    padding: 10px;
}

.content-video .panel.panel-default .panel-body .slick-slide&gt;div {
    width: 211px;
    margin: auto;
}

.content-video .panel.panel-default .panel-body .slider-current .slick-slide&gt;div {
    width: 314px;
}

.content-video .panel.panel-default .content-item-section {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1.8;
    color: #000000;
    padding: 10px 0;
    display: block;
}

.content-video .panel.panel-default .content-item-date {
    font-size: 12px;
    margin-bottom: 5px;
    display: inline-block;
    color: #bfc9d3;
}

.content-video .panel.panel-default a {
    text-decoration: none;
}

.content-video .content-item-body p,
.content-video .content-item-body h3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 12px;
    color: #000;
}

.content-video .content-item-body h3 {
    -webkit-line-clamp: 1;
    color: #FF0000;
    margin-bottom: 40px;
    font-size: 18px;
    margin-top: 0;
}

.content-video .content-item-body .read-more {
    color: rgba(0, 0, 0, 0.6);
    font-size: 12px;
    line-height: 1.8;
}

.content-video .content-item-body .read-more:hover {
    text-decoration: underline;
}

.content-video h3 {
    color: #FF0000;
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 13px;
}

.content-video ul {
    padding-left: 0;
}

.seeallcontent a {
    color: rgba(0, 0, 0, 0.6);
}

.seeallcontent:hover a {
    text-decoration: underline !important;
}

.page-nous-rejoindre {
    background: #fcfcfc;
}

.list-card .box-hover {
    padding: 0;
    position: relative;
    transition: all 0.5s;
}

.list-card .box-hover::before {
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #a81010ab url(../img/shares.png) center center no-repeat;
    background-size: 18px;
    transform: translate(-50%, -50%) scale(0) rotate(90deg);
    z-index: 99;
    left: 50%;
    top: 50%;
    opacity: 0;
    transition: all 0.5s;
}

.list-card&gt;div:hover .box-hover::after {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fdfdfda3;
    content: "";
}

.list-card&gt;div:hover .box-hover::before {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1) rotate(0deg);
}

button:focus,
.btn:focus {
    box-shadow: none;
    outline: none;
}

::marker {
    font-size: 13px;
}

footer {
    position: relative;
}

footer li strong {
    color: #fff;
}

footer .footer-top {
    background: #cf1b15;
    padding: 0;
    padding: 60px 0 70px 0;
    overflow: hidden;
}

footer .footer-top ul.horaire li {
    line-height: 25px;
}

footer .footer-top ul.horaire li strong {
    font-weight: 600;
}

@media (min-width: 992px) {
    footer .footer-top&gt;div&gt;div&gt;div:nth-child(4) p {
        padding-right: 37px;
    }
}

@media (max-width: 767px) {
    footer .footer-top&gt;div&gt;div&gt;div {
        margin: 30px 0;
    }
    footer .footer-top&gt;div&gt;div&gt;div:nth-child(4) p {
        padding-right: 37px;
    }
}

footer .footer-top p {
    color: #fff;
    font-family: "Open Sans", sans-serif;
}

footer .footer-top h4 {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    color: #fff;
    font-family: "Open Sans", sans-serif;
}

footer .footer-top ul li {
    font-size: 13px;
}

footer .footer-top ul li a {
    display: block;
    padding: 4px 0px 5px 0;
    text-decoration: none;
    font-size: 13px;
    font-family: "Open Sans", sans-serif;
    transition: all 0.5s;
}

footer .footer-top ul li:hover a {
    color: #aaaaaa;
}

footer .footer-bottom {
    background-color: #a11512;
    padding: 15px 0;
}

@media (max-width: 767px) {
    footer .footer-bottom {
        text-align: center;
    }
}

footer .copyright,
footer a {
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 11px;
}

footer a:hover {
    color: #aaaaaa;
}

footer ul {
    list-style-type: none;
    padding-left: 0;
}

footer ul li {
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
}

footer .arrow-top {
    display: none;
    position: absolute;
    right: 80px;
    bottom: 65px;
    background: #a11512;
    opacity: 0.7;
    width: 50px;
    height: 49px;
    justify-content: center;
    align-items: center;
    position: fixed;
    border: none;
    cursor: pointer;
}

@media (max-width: 767px) {
    footer .arrow-top {
        right: 45px;
    }
}

footer .arrow-top:focus {
    outline: none;
}

footer .arrow-top:hover {
    background: #fff;
}

footer .arrow-top:hover svg {
    color: #a11512 !important;
}

.iconlist-timeline {
    position: absolute;
    top: 22%;
    left: 31px;
    width: 1px;
    height: 99%;
    border-right-width: 1px;
    border-right-style: dashed;
    z-index: -1;
}

.form-control::-moz-placeholder {
    text-align: left;
    font: normal 600 13px/17px "Open Sans", sans-serif;
    letter-spacing: 0px;
    color: #000;
    opacity: 1;
}

:placeholder {
    text-align: left;
    font: normal 600 13px/17px "Open Sans", sans-serif;
    letter-spacing: 0px;
    opacity: 1;
}

::-webkit-input-placeholder {
    text-align: left;
    font: normal 600 13px/17px "Open Sans", sans-serif;
    letter-spacing: 0px;
    opacity: 1;
}

::-moz-placeholder {
    text-align: left;
    font: normal 600 13px/17px "Open Sans", sans-serif;
    letter-spacing: 0px;
    opacity: 1;
}

:-ms-input-placeholder {
    text-align: left;
    font: normal 600 13px/17px "Open Sans", sans-serif;
    letter-spacing: 0px;
    opacity: 1;
}

:-moz-placeholder {
    text-align: left;
    font: normal 600 13px/17px "Open Sans", sans-serif;
    letter-spacing: 0px;
    opacity: 1;
}

*,
::after,
::before {
    box-sizing: border-box;
}

.content-search :-moz-placeholder {
    color: #337ab7;
}

.content-search ::-webkit-input-placeholder {
    color: #337ab7;
}

.content-search ::placeholder {
    color: #337ab7;
}

.fas,
.fa {
    font-family: "Font Awesome 5 Free Solid", "Font Awesome 5 Free" !important;
}

body {
    position: relative;
    font-family: "Open Sans", sans-serif;
    overflow-x: hidden;
    margin-left: auto;
    margin-right: auto;
    background-attachment: fixed;
    color: #666666;
}

html {
    overflow-x: hidden;
    /* width */
    scroll-behavior: smooth;
}

html::-webkit-scrollbar {
    width: 5px;
    background: transparent;
    display: none;
}

p {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
}

img {
    max-width: 100%;
}

.seo_h1 {
    position: absolute;
    bottom: 18px;
    z-index: 1;
    margin: 0;
    right: 20px;
    text-align: center;
    font-size: 11px;
    font-weight: 700;
    color: white;
    text-transform: uppercase;
    display: block;
    letter-spacing: 1px;
}

html body {
    position: relative;
}


/*# sourceMappingURL=style.css.map */</pre></body></html>