/************* IMPORT ****************/
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=SUSE:wght@100..800&display=swap");
/************* COLORS ****************/
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0;
  margin: 0; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #263574;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    z-index: 2;
    color: white;
    text-decoration: none;
    background-color: #263574;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(38, 53, 116, 0.25); }
  .page-link:not(:disabled):not(.disabled) {
    cursor: pointer; }

.page-item:first-child .page-link {
  margin-left: 0; }
.page-item.active .page-link {
  z-index: 1;
  color: white;
  background-color: #263574;
  border-color: #263574; }
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.4375rem;
  line-height: 1.5; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 1.00625rem;
  line-height: 1.5; }

/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

------------------------------------------------------------- */
/*************** LOGO ***************/
/************** NAVBAR **************/
/************ FOOTER ***************/
/*********** SEARCH FORM ***********/
/************ PARALLAX ************/
/************* NEWS ITEM **********/
/************* SLICK ***************/
/*********** COMPANY ITEM **********/
/************* CARD ****************/
html {
  font-size: 14px;
  scroll-behavior: smooth; }

.pac-container {
  z-index: 2000; }

main {
  padding-top: 30px; }

* {
  font-size: 18px;
  font-family: "Suse", sans-serif; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  color: #000000; }

.rounded-button {
  border-radius: 100rem; }

h1 {
  color: #263574;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px; }
  h1 > span.lbl {
    font-size: inherit; }
  @media (max-width: 991.98px) {
    h1 {
      line-height: 30px;
      font-size: 2.0125rem; } }

button {
  cursor: pointer; }

h2 {
  color: #263574;
  font-size: 2.0125rem;
  font-weight: 700;
  line-height: 30px; }
  @media (max-width: 991.98px) {
    h2 {
      line-height: 25px;
      font-size: 1.725rem; } }

h3 {
  color: #263574;
  font-size: 1.725rem;
  font-weight: 700;
  line-height: 25px; }
  @media (max-width: 991.98px) {
    h3 {
      font-size: 1.4375rem; } }

a {
  color: #000;
  transition: .3s ease-out; }
  a:hover {
    color: #d41816;
    text-decoration: none; }

button {
  outline: none !important;
  box-shadow: none !important; }

textarea {
  min-height: 100px; }

input.form-control {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  padding: 10px;
  border-radius: 5px; }
  @media (max-width: 991.98px) {
    input.form-control {
      margin-bottom: 10px; } }
  input.form-control:focus {
    color: #000; }
  input.form-control::placeholder {
    color: #6c757d; }

@media (min-width: 768px) {
  .title-with-prepend {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 12px;
    line-height: .8;
    overflow: visible; }
    .title-with-prepend:before {
      background-color: #000;
      max-width: 10px;
      content: " ";
      display: inline-block;
      width: 8px; }
    .title-with-prepend-start {
      justify-content: flex-start; } }

.subtitle-primary,
.title-primary {
  color: #263574; }
.subtitle-secondary,
.title-secondary {
  color: #d41816; }

.title-prepend-secondary:before {
  background-color: #d41816; }

.container-title {
  padding: 20px 0;
  text-align: center; }
  .container-title .title {
    font-size: 28px;
    font-weight: 700; }
  .container-title .subtitle {
    margin-top: 5px;
    font-size: 18px;
    font-weight: 700;
    color: #fff; }
    @media (max-width: 1199.98px) {
      .container-title .subtitle {
        font-size: 20px; } }

.container-pagination .row {
  border-bottom: 1px solid #102040; }

.fragment {
  margin-bottom: 50px; }

#bottom-bar-title {
  width: 50%; }

.modal {
  left: 0;
  top: 0;
  width: 100%;
  height: 100svh;
  background-color: rgba(0, 0, 0, 0.35);
  opacity: 0;
  transition: opacity 0.25s ease, transform 0.25s ease; }
  .modal.show {
    opacity: 1; }
  .modal-title {
    margin-top: 0; }

.col-xs-20,
.col-sm-20,
.col-md-20,
.col-lg-20 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-xs-20 {
  flex: 0 0 20%;
  max-width: 20%; }

@media (min-width: 576px) {
  .col-sm-20 {
    flex: 0 0 20%;
    max-width: 20%; } }
@media (min-width: 768px) {
  .col-md-20 {
    flex: 0 0 20%;
    max-width: 20%; } }
@media (min-width: 992px) {
  .col-lg-20 {
    flex: 0 0 20%;
    max-width: 20%; } }
@media (min-width: 1200px) {
  .col-xl-20 {
    flex: 0 0 20%;
    max-width: 20%; } }
.parallax {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -khtml-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  .parallax .container-parallax {
    position: relative;
    padding-bottom: 40px;
    padding-top: 40px; }
    @media (min-width: 576px) {
      .parallax .container-parallax {
        padding-bottom: 60px;
        padding-top: 60px; } }
    @media (min-width: 768px) {
      .parallax .container-parallax {
        padding-bottom: 80px;
        padding-top: 80px; } }
    @media (min-width: 992px) {
      .parallax .container-parallax {
        padding-bottom: 100px;
        padding-top: 100px; } }

.ui-widget {
  border-radius: 5px; }
  .ui-widget.ui-autocomplete {
    font-weight: 400;
    z-index: 1050; }
    .ui-widget.ui-autocomplete .ui-menu-item-wrapper b {
      color: #d41816 !important;
      font-weight: 400 !important; }
    .ui-widget.ui-autocomplete .ui-state-active {
      background: none;
      border-color: transparent;
      color: #d41816; }

.slick-slider .slick-slide img {
  display: initial; }
.slick-slider .slick-arrow {
  height: auto;
  width: auto; }
  .slick-slider .slick-arrow:before {
    color: #000;
    font-size: 40px; }
  .slick-slider .slick-arrow.slick-prev {
    left: -50px; }
  .slick-slider .slick-arrow.slick-next {
    right: -50px; }

.card {
  display: flex;
  flex-direction: row;
  background-color: #e8f5ff; }
  .card .card-img-top {
    width: 50%;
    min-width: 150px; }
  .card .card-link + .card-link {
    margin-left: 0; }
  .card .card-actions .btn-card-action {
    display: block;
    background: #fff;
    color: #000;
    -webkit-transition: 0.4s;
    -khtml-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s; }
    .card .card-actions .btn-card-action:hover {
      background: #263574;
      color: #fff; }
    .card .card-actions .btn-card-action:not(:last-child) {
      margin-bottom: .6em; }

.input-group.input-group-intl-tel {
  display: table; }
  .input-group.input-group-intl-tel .intl-tel-input {
    width: auto;
    display: table-cell;
    vertical-align: middle; }
    .input-group.input-group-intl-tel .intl-tel-input .form-control {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }

.intl-tel-input {
  width: 100%; }

.bottom-pagination .container-pagination {
  padding-top: 0; }

.bottom-pagination .row {
  display: flex; }
  @media (max-width: 767.98px) {
    .bottom-pagination .row .pagination-navigation {
      order: -1; } }

@media (max-width: 767.98px) {
  .pagination-navigation {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px; } }
.pagination-navigation .pagination .disabled {
  display: none; }
.pagination-navigation .pagination .page-item {
  margin-left: 10px; }
  .pagination-navigation .pagination .page-item a {
    border: none;
    height: 100%;
    border-radius: 50%; }
    .pagination-navigation .pagination .page-item a:hover, .pagination-navigation .pagination .page-item a:active, .pagination-navigation .pagination .page-item a:focus {
      box-shadow: none; }
  .pagination-navigation .pagination .page-item span {
    margin-right: 3px; }

.result-1, .result-2, .result-3, .result-4 {
  display: none; }

.active-link > span {
  border-radius: 50%; }

/****** ELEMENTS *******/
#main-header .header-nav {
  font-size: 14px; }
  @media (max-width: 991.98px) {
    #main-header .header-nav .navbar {
      padding-right: 0;
      padding-left: 0;
      padding-bottom: 0; } }
  #main-header .header-nav .navbar .navbar-brand {
    text-align: left; }
    @media (max-width: 991.98px) {
      #main-header .header-nav .navbar .navbar-brand {
        padding-right: 29px;
        padding-left: 29px; } }
    #main-header .header-nav .navbar .navbar-brand svg {
      width: 100%;
      max-height: 60px; }
    #main-header .header-nav .navbar .navbar-brand span {
      color: #263574;
      font-size: 2.0125rem;
      font-weight: 700;
      vertical-align: middle; }
  #main-header .header-nav .navbar .navbar-nav .nav-item.active .nav-link {
    font-weight: 700;
    color: #263574; }
  #main-header .header-nav .navbar .navbar-links {
    display: none;
    text-align: center; }
    #main-header .header-nav .navbar .navbar-links a {
      padding: 0 20px; }
  #main-header .header-nav .navbar .navbar-entreprise {
    display: none;
    text-align: right; }
    #main-header .header-nav .navbar .navbar-entreprise a {
      background: #263574;
      color: #fff;
      border: 1px solid #263574;
      border-radius: 0;
      padding: 12px 20px; }
      #main-header .header-nav .navbar .navbar-entreprise a:hover {
        background: #fff;
        color: #263574; }
  #main-header .header-nav .navbar .navbar-toggler-container {
    position: relative; }
    #main-header .header-nav .navbar .navbar-toggler-container:before {
      content: '';
      z-index: -1;
      position: absolute;
      bottom: 0;
      left: 4em;
      transform: translateY(100%);
      transition: 0.3s ease-out; }
    #main-header .header-nav .navbar .navbar-toggler-container.active:before {
      z-index: 0;
      transform: translateY(0); }
    #main-header .header-nav .navbar .navbar-toggler-container.active .navbar-mobile {
      height: auto; }
    #main-header .header-nav .navbar .navbar-toggler-container .navbar-toggler .navbar-toggler-title {
      color: #fff;
      font-size: 16px;
      text-transform: uppercase; }
    #main-header .header-nav .navbar .navbar-toggler-container .navbar-mobile {
      z-index: 999;
      position: absolute;
      top: calc(100% + 15px);
      right: 0;
      background: #fff;
      transition: 0.3s ease-out;
      text-align: left;
      border-radius: 5px;
      overflow-y: hidden;
      max-height: 500px;
      height: 0;
      box-shadow: rgba(0, 0, 0, 0.25) 0px 3px 9px; }
      #main-header .header-nav .navbar .navbar-toggler-container .navbar-mobile .navbar-mobile-links {
        display: flex;
        flex-direction: column;
        padding: 5px 20px; }
      #main-header .header-nav .navbar .navbar-toggler-container .navbar-mobile a {
        white-space: nowrap;
        width: fit-content;
        padding: 5px 10px; }
@media (min-width: 992px) {
  #main-header .header-nav .navbar .navbar-logo {
    margin: 0; }
  #main-header .header-nav .navbar .navbar-links, #main-header .header-nav .navbar .navbar-entreprise {
    display: block; } }

.main-navbar > div > div:first-child > ul {
  display: flex;
  gap: 100px; }

#nav-mobile,
.switcher {
  margin-left: 15px; }

#search-bar {
  margin: 0 auto;
  flex-grow: 1; }
  @media (min-width: 768px) {
    #search-bar .submit button {
      padding: 0 14px; }
      #search-bar .submit button .search-icon {
        margin-right: 0 !important; } }

@media (min-width: 768px) {
  #navbar-logo {
    margin-right: 15px !important; } }

@media (max-width: 1199.98px) {
  #websiteMenu {
    display: none; }

  .switch-button {
    display: none; }

  .navbar-parent {
    justify-content: center; }
    .navbar-parent > a {
      display: flex;
      justify-content: center;
      margin: 0 auto; }
    .navbar-parent > div:not(#nav-mobile) {
      display: none; } }
@media (min-width: 992px) {
  #nav-mobile .navbar-toggler {
    width: 47px;
    height: 47px;
    justify-content: center; }

  #nav-mobile .navbar-toggler,
  .switch-button {
    border-radius: 50%;
    border: 1px solid #263574;
    display: flex;
    align-items: center;
    padding: 8px;
    color: #263574;
    background: #fff; }
    #nav-mobile .navbar-toggler svg,
    .switch-button svg {
      width: 29px;
      height: auto;
      stroke: #263574; }
    #nav-mobile .navbar-toggler:hover svg,
    .switch-button:hover svg {
      stroke: #fff; } }
.switch-button-modal {
  border-radius: 50px;
  border: 1px solid #263574;
  display: flex;
  align-items: center;
  padding: 8px;
  background: #263574;
  margin-left: 25px; }
  .switch-button-modal svg {
    width: 24px;
    height: auto;
    stroke: #fff; }

footer {
  background-color: #fff;
  margin-bottom: 2rem;
  border-top: 1px solid #ced4da;
  padding: 20px; }
  footer .col-logo svg {
    max-height: 98px;
    width: 80%; }
  footer .col-menu ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 2px;
    width: 100%;
    list-style-position: inside;
    padding-left: 0; }
  footer .container-title {
    padding-top: 0;
    padding-bottom: 15px; }
    footer .container-title .title {
      margin: 0;
      font-size: 18px;
      font-weight: bold;
      text-transform: none; }
      footer .container-title .title.title-with-prepend {
        gap: 8px !important; }
        footer .container-title .title.title-with-prepend .title:before {
          max-width: 6px; }
  @media (max-width: 991.98px) {
    footer .col-logo {
      text-align: center; }
    footer .col-menu ul {
      margin-left: auto;
      margin-right: auto;
      max-width: 96%; }
    footer .col-contact {
      text-align: center; }
    footer .row > * {
      margin-bottom: 30px; } }

#category-list {
  list-style: none; }

.navbar-brand {
  margin: auto; }
  .navbar-brand .logo {
    max-width: 140px; }
    @media (min-width: 576px) {
      .navbar-brand .logo {
        max-width: 175px; } }
    @media (min-width: 768px) {
      .navbar-brand .logo {
        max-width: 225px; } }
    @media (min-width: 992px) {
      .navbar-brand .logo {
        max-width: 275px; } }

.contact-section {
  position: absolute;
  right: 5%;
  width: 321px;
  height: 45px;
  border-radius: 5px;
  background: linear-gradient(to right, #d41816 50%, #ffeacc 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all .5s ease-out;
  border: none; }
  .contact-section:hover {
    background-position: left bottom;
    text-decoration: none;
    box-shadow: none; }
  .contact-section .btn:hover, .contact-section .btn:active, .contact-section .btn:focus {
    box-shadow: none; }
  @media (max-width: 1199.98px) {
    .contact-section {
      width: 45px;
      border-radius: 50px; } }
  .contact-section .link-contact {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: space-around;
    color: #263574;
    font-family: "Spartan - Bold", sans-serif;
    font-size: 16px;
    font-weight: 700; }
    .contact-section .link-contact img {
      display: none; }
      @media (max-width: 1199.98px) {
        .contact-section .link-contact img {
          display: block; } }
    @media (max-width: 1199.98px) {
      .contact-section .link-contact span {
        display: none; } }

.menu-toggler {
  position: absolute;
  left: 5%;
  width: 45px;
  height: 45px;
  border-radius: 50px;
  background-color: #ffeacc;
  cursor: pointer;
  background: linear-gradient(to right, #d41816 50%, #ffeacc 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all .5s ease-out;
  border: none; }
  .menu-toggler:hover {
    background-position: left bottom;
    text-decoration: none; }
  .menu-toggler em {
    position: absolute;
    left: 150%;
    top: 50%;
    transform: translateY(-50%);
    font-family: "Spartan - Bold", sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #263574;
    font-style: normal;
    display: none; }
    @media (min-width: 1200px) {
      .menu-toggler em {
        display: block; } }
  .menu-toggler span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 25px;
    height: 2px;
    border-radius: 3px;
    background-color: #263574;
    transition: all .5s; }
    .menu-toggler span::before {
      position: absolute;
      background-color: #263574;
      transform: rotate(0);
      transition: top .5s, transform .5s;
      top: -7px;
      content: '';
      width: 100%;
      height: 100%; }
    .menu-toggler span::after {
      position: absolute;
      background-color: #263574;
      transform: rotate(0);
      transition: top .5s, transform .5s;
      top: 7px;
      content: '';
      width: 100%;
      height: 100%; }
  .menu-toggler #menu {
    position: absolute;
    left: -2%;
    bottom: 0;
    transform: translateY(110%);
    z-index: 999;
    display: none;
    background-color: #fff;
    border-radius: 29px 29px 29px 20px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2); }
    .menu-toggler #menu ul {
      display: block;
      padding: 25px; }

.opened span {
  background: none; }
  .opened span::before {
    top: 0;
    transform: rotate(135deg); }
  .opened span::after {
    top: 0;
    transform: rotate(-135deg); }

div.search-form {
  overflow: hidden;
  background: #1a3335;
  border-radius: 0; }
  div.search-form .form-title {
    color: #fff;
    text-align: center;
    margin: 0; }
  div.search-form #container-search-form .normal-search-container {
    background: #fff; }
    div.search-form #container-search-form .normal-search-container h2 {
      color: #263574; }
  div.search-form #container-search-form .reverse-search-container h2, div.search-form #container-search-form .reverse-search-container p {
    color: #fff; }
  div.search-form #container-search-form .reverse-search-container h2 {
    margin-bottom: 0; }
    div.search-form #container-search-form .reverse-search-container h2 + p {
      margin-top: 0; }
  div.search-form #container-search-form .search-form-actions-wrapper {
    margin-bottom: 15px; }

#container-search-form .container-switcher {
  text-align: center;
  margin-top: 1em; }
  @media (min-width: 992px) {
    #container-search-form .container-switcher {
      text-align: right;
      margin-top: 0; } }
  #container-search-form .container-switcher .switcher {
    display: none;
    padding: 0; }
    #container-search-form .container-switcher .switcher.active {
      display: inline-block; }
#container-search-form form.search-form {
  position: relative; }
  #container-search-form form.search-form .form-group .form-control {
    width: 100%; }
  #container-search-form form.search-form.inactive {
    display: none; }
  #container-search-form form.search-form .search-form-wrapper {
    padding: 15px 0 20px; }
  #container-search-form form.search-form .search-form-actions-wrapper button, #container-search-form form.search-form .search-form-actions-wrapper span {
    font-size: 14px; }
  #container-search-form form.search-form .search-form-actions-wrapper #normal-switcher, #container-search-form form.search-form .search-form-actions-wrapper #reverse-switcher {
    display: flex;
    justify-content: center;
    align-items: center; }
  #container-search-form form.search-form .btn {
    padding: 7px; }
    #container-search-form form.search-form .btn.btn-primary {
      transition: .3s ease-out; }
      #container-search-form form.search-form .btn.btn-primary .fa {
        color: #fff;
        margin-right: .5em;
        transition: .3s ease-out; }
  #container-search-form form.search-form .switcher {
    white-space: normal; }
    #container-search-form form.search-form .switcher.active {
      display: none; }
    #container-search-form form.search-form .switcher span {
      margin-right: 15px; }

.input-group-search-form, .submit {
  background-color: #fff; }

@media (min-width: 1200px) {
  .submit {
    border: solid 1px #ced4da;
    border-left: 0;
    border-radius: 0 25rem 25rem 0;
    padding-right: 0; }
    .submit button {
      border-radius: 25rem;
      height: 100%;
      padding: 0 25px; }

  .form-child {
    border-radius: 25rem; }

  .input-group-search-form:not(.submit) {
    padding: 8px;
    border: solid 1px #ced4da;
    transition: .3s ease-out;
    flex-grow: 1; }
    .input-group-search-form:not(.submit):first-child {
      border-radius: 25rem 0 0 25rem;
      padding-left: 16px;
      border-right: 1px solid #fff; }
    .input-group-search-form:not(.submit):nth-child(2), .input-group-search-form:not(.submit):nth-child(3) {
      border-right: 1px solid #fff; }
    .input-group-search-form:not(.submit):focus-within {
      border: 1px solid #d41816; }
    .input-group-search-form:not(.submit) input {
      border: none;
      padding-left: 8px;
      width: 100%;
      font-size: 1.3rem; }
      .input-group-search-form:not(.submit) input:focus {
        outline: none; }

  .sticky {
    z-index: 50;
    background: #fff;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid #ced4da;
    top: 0;
    left: 0;
    position: fixed;
    width: 100%; }
    .sticky:only-child {
      width: 100%; }

  .form-child {
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
    border-radius: 25rem; } }
@media (max-width: 1199px) {
  .submit {
    padding: 0; }
    .submit button {
      border-radius: 25rem;
      height: 100%;
      padding: 8px 25px; }

  .form-child {
    gap: 10px; }

  .input-group-search-form:not(.submit) {
    padding: 8px;
    border: solid 1px #ced4da;
    transition: .3s ease-out; }
    .input-group-search-form:not(.submit):first-child, .input-group-search-form:not(.submit):nth-child(2), .input-group-search-form:not(.submit):nth-child(3) {
      border-radius: 25rem;
      padding-left: 16px; }
    .input-group-search-form:not(.submit):focus-within {
      border: 1px solid #d41816; }
    .input-group-search-form:not(.submit) input {
      border: none;
      padding-left: 8px;
      width: 90%; }
      .input-group-search-form:not(.submit) input:focus {
        outline: none; } }
.search-icon {
  scale: 0.75;
  display: flex;
  justify-content: center;
  align-items: center; }

.search-button {
  font-weight: 600; }

.active {
  display: block; }

.inactive {
  display: none; }

.shake-horizontal {
  -webkit-animation: shake-horizontal 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
  animation: shake-horizontal 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) both; }

@-webkit-keyframes shake-horizontal {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  10%,
  30%,
  50%,
  70% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }
  20%,
  40%,
  60% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px); }
  80% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px); }
  90% {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px); } }
.city-input {
  padding-left: 20px;
  border-radius: 25px 0 0 25px; }

.news-item {
  position: relative;
  margin: 0 10px 40px 10px;
  border: 1px solid #ced4da;
  border-radius: 10px;
  margin-top: 10px; }
  @media (min-width: 992px) {
    .news-item {
      width: 50%; } }
  .news-item a:hover {
    text-decoration: none; }
  .news-item .mobile-order {
    order: 2;
    padding-top: 5px; }
  .news-item .news-image {
    min-height: 200px;
    max-height: 200px;
    width: 100%;
    transform: translate(0, 0);
    transition: all .3s linear;
    border-radius: 10px 10px 0 0;
    background-position: center;
    -webkit-background-size: cover;
    -khtml-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #babdcb;
    background-repeat: no-repeat; }
    @media (max-width: 767.98px) {
      .news-item .news-image {
        max-width: 100%;
        width: 100%;
        margin-bottom: 5px; } }
    @media (max-width: 991.98px) {
      .news-item .news-image {
        box-shadow: none;
        transition: none; } }
    .news-item .news-image.none {
      background-image: url(/img/logo-default.jpg);
      -webkit-background-size: 125% auto;
      -khtml-background-size: 125% auto;
      -moz-background-size: 125% auto;
      -ms-background-size: 125% auto;
      -o-background-size: 125% auto;
      background-size: 125% auto; }
  .news-item .news-title, .news-item .description {
    color: #d41816;
    font-family: "Spartan - Bold", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 25px;
    margin: 0 15px;
    text-align: justify; }
  .news-item time {
    display: inline-block;
    margin: 5px 15px 15px 15px;
    font-family: "Spartan - Medium", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.5); }
  .news-item .read-more {
    position: absolute;
    bottom: 15px;
    left: 15px;
    font-weight: 600; }
    .news-item .read-more:after {
      content: '>';
      margin-left: .4em; }
  .news-item #next-button {
    border-radius: 8px;
    padding: 5px 10px;
    color: #d41816; }

.company-item {
  background-color: #fff;
  overflow: hidden;
  margin-bottom: 1em;
  border: 1px solid #ced4da;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 20px; }
  .company-item .company-image-wrapper {
    position: relative;
    height: 178px;
    box-sizing: border-box;
    text-align: center;
    padding: 30px 0;
    background: #b3bde6;
    background-repeat: no-repeat;
    background-size: auto 80%;
    background-position: center; }
    .company-item .company-image-wrapper svg {
      max-height: 100%; }
    .company-item .company-image-wrapper .company-logo {
      position: absolute;
      width: 40px;
      object-fit: cover;
      bottom: -1em;
      right: 1em; }
  .company-item.premium-company .company-image-wrapper {
    padding: 0; }
    .company-item.premium-company .company-image-wrapper .company-image {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .company-item .main-content {
    padding: 25px 20px 15px;
    position: relative; }
    .company-item .main-content p {
      margin: 0; }
    .company-item .main-content .company-name {
      color: #263574;
      font-weight: 700;
      line-height: 1;
      text-transform: uppercase; }
    .company-item .main-content .company-name, .company-item .main-content .company-address, .company-item .main-content .company-phone-wrapper, .company-item .main-content .company-web-wrapper {
      margin-bottom: .5em; }
  .company-item .actions .btn {
    border-radius: 20px;
    padding: 5px 15px;
    transition: .3s ease-out;
    font-size: 14px; }
  .company-item .actions .btn-action-direction:hover, .company-item .actions .btn-action-direction:hover .fa {
    color: #fff; }
  .company-item .actions .btn-action-location {
    cursor: pointer; }
    .company-item .actions .btn-action-location, .company-item .actions .btn-action-location .fa {
      color: #fff; }
    .company-item .actions .btn-action-location:hover {
      background: #fff; }
      .company-item .actions .btn-action-location:hover, .company-item .actions .btn-action-location:hover .fa {
        color: #d41816; }
  .company-item.active .company-name {
    color: #d41816; }
  .company-item.active .actions .btn-action-location {
    background: #d41816;
    border: 1px solid #d41816; }
    .company-item.active .actions .btn-action-location:hover {
      background: #fff;
      color: #d41816; }

.activity-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  border-radius: 14px;
  transition-duration: 0.2s;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15); }
  .activity-item .activity-name {
    color: #263574;
    font-size: 20px;
    width: 100%;
    margin-bottom: 0;
    padding: 15px 0; }
  .activity-item:hover {
    transition-duration: 0.2s;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3); }
  .activity-item .activity-name,
  .activity-item .activity-image {
    transition: all .5s ease-out; }
  .activity-item .activity-picture {
    flex: 0;
    aspect-ratio: 322 / 184;
    border-radius: 10px;
    width: 100%;
    overflow: hidden;
    position: relative; }
    .activity-item .activity-picture > .activity-image {
      transition: all .5s ease-out;
      position: absolute;
      inset: 0; }
    .activity-item .activity-picture .activity-name, .activity-item .activity-picture > .activity-image {
      transition: all .5s ease-out; }
  .activity-item .activity-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block; }
  .activity-item .activity-body {
    flex: 1 0 auto;
    width: 100%; }
    .activity-item .activity-body .activity-name {
      margin-top: 0;
      text-align: center;
      font-weight: bold; }
  .activity-item:hover .activity-name, .activity-item:active .activity-name, .activity-item:focus .activity-name {
    color: #d41816;
    text-decoration: underline;
    text-underline-offset: 2px; }

#gmap {
  min-height: 600px;
  height: 100%; }

.gmap-infowindow {
  font-family: "Suse", sans-serif; }
  .gmap-infowindow img {
    max-width: 20% !important;
    background: #babdcb;
    margin-right: 1em; }
  .gmap-infowindow .gmap-infowindow-content {
    max-width: 80%; }
    .gmap-infowindow .gmap-infowindow-content .h6 {
      font-weight: 600;
      text-transform: capitalize; }
  .gmap-infowindow button {
    clear: both; }

.overlay {
  display: none;
  position: fixed;
  min-height: 100vh;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  opacity: 0.8;
  z-index: 1050; }
  .overlay.loading {
    display: block; }
  .overlay .loader {
    z-index: 9999;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    object-fit: cover;
    -webkit-animation: 3s infinite linear loader;
    -khtml-animation: 3s infinite linear loader;
    -moz-animation: 3s infinite linear loader;
    -ms-animation: 3s infinite linear loader;
    -o-animation: 3s infinite linear loader;
    animation: 3s infinite linear loader; }
@keyframes loader {
  from {
    -webkit-transform: translate(-50%, -50%) rotateY(0);
    -khtml-transform: translate(-50%, -50%) rotateY(0);
    -moz-transform: translate(-50%, -50%) rotateY(0);
    -ms-transform: translate(-50%, -50%) rotateY(0);
    -o-transform: translate(-50%, -50%) rotateY(0);
    transform: translate(-50%, -50%) rotateY(0); }
  to {
    -webkit-transform: translate(-50%, -50%) rotateY(360deg);
    -khtml-transform: translate(-50%, -50%) rotateY(360deg);
    -moz-transform: translate(-50%, -50%) rotateY(360deg);
    -ms-transform: translate(-50%, -50%) rotateY(360deg);
    -o-transform: translate(-50%, -50%) rotateY(360deg);
    transform: translate(-50%, -50%) rotateY(360deg); } }
  .overlay .img {
    width: 100%;
    height: 100%; }

#mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: #000;
  opacity: 0;
  transition: all 500ms linear 0s; }
  #mask.modal-backdrop {
    z-index: 1040;
    opacity: 0.5; }

/******** PAGES ********/
@media (min-width: 768px) {
  body.home #main-header .header-nav .navbar .navbar-logo svg {
    max-height: 50px; } }
body.home .search-home {
  position: relative;
  background-image: url("/img/bg-home.jpg");
  background-size: cover;
  background-position: top;
  padding: 12em 0; }
  body.home .search-home .logo {
    display: inline-block;
    width: 140px;
    height: 140px;
    line-height: 140px;
    padding: 0 15px; }
body.home #reinsurance {
  margin: 0 2em; }
  body.home #reinsurance h1 {
    color: #263574;
    text-align: center; }
    body.home #reinsurance h1 span {
      font-size: 40px;
      color: #d41816; }
      @media (max-width: 991.98px) {
        body.home #reinsurance h1 span {
          font-size: 2.0125rem; } }
  body.home #reinsurance > p {
    font-size: 16px;
    text-align: center;
    font-weight: 700; }
  body.home #reinsurance .ri-advantages h2, body.home #reinsurance .ri-advantages p {
    text-align: center;
    color: #fff; }
  body.home #reinsurance .ri-advantages div:nth-child(odd) {
    background: #263574; }
  body.home #reinsurance .ri-advantages div:nth-child(even) {
    background: #d41816;
    border-top: 5px solid white;
    border-bottom: 5px solid white; }
body.home #expertise {
  margin: 0 2em; }
  body.home #expertise h2 {
    color: #263574;
    text-align: center; }
    body.home #expertise h2 span {
      font-size: 2.0125rem;
      color: #d41816; }
      @media (max-width: 991.98px) {
        body.home #expertise h2 span {
          font-size: 1.725rem; } }
  body.home #expertise img {
    width: 100%;
    height: auto;
    min-height: 350px;
    max-height: 500px;
    object-fit: cover; }
body.home #how-it-works {
  margin: 2em 2em 0; }
  body.home #how-it-works .hiw-image {
    order: 1; }
    body.home #how-it-works .hiw-image img {
      width: 100%;
      height: 100%;
      min-height: 350px;
      max-height: 500px;
      object-fit: cover; }
  body.home #how-it-works .hiw-content {
    order: 0; }
    body.home #how-it-works .hiw-content h2 {
      color: #263574;
      margin-top: 0; }
@media (min-width: 768px) {
  body.home #reinsurance .ri-advantages div:nth-child(even) {
    border-top: none;
    border-bottom: none;
    border-left: 5px solid #fff;
    border-right: 5px solid #fff; } }
@media (min-width: 992px) {
  body.home #how-it-works .hiw-image {
    order: 0; }
  body.home #how-it-works .hiw-content {
    order: 1; } }

@media (min-width: 1200px) {
  .home-search-bar {
    display: none; }

  #searchFormModal .modal-content {
    border-radius: 10px;
    transition: opacity 0.25s ease, transform 0.25s ease; }
  #searchFormModal .close {
    font-size: 16px; }
  #searchFormModal .close:hover,
  #searchFormModal .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer; }

  .no-scroll {
    overflow: hidden; } }
body.contact #container-contact-form .control-label span {
  color: #d41816; }
body.contact #container-contact-form .btn-contact {
  display: flex;
  align-items: center; }
  body.contact #container-contact-form .btn-contact .required-inputs {
    text-align: center;
    margin-bottom: 1em; }
    body.contact #container-contact-form .btn-contact .required-inputs span {
      color: #d41816; }
  body.contact #container-contact-form .btn-contact .submit-button button {
    width: 100%;
    font-size: 14px;
    background: #263574;
    color: #fff;
    border: 1px solid #263574;
    border-radius: 25px;
    padding: 12px 20px; }
    body.contact #container-contact-form .btn-contact .submit-button button:hover {
      background: #fff;
      color: #263574; }
@media (min-width: 768px) {
  body.contact #container-contact-form .btn-contact .required-inputs {
    text-align: left;
    margin-bottom: 0; }
  body.contact #container-contact-form .btn-contact .submit-button {
    text-align: right; }
    body.contact #container-contact-form .btn-contact .submit-button button {
      width: fit-content; } }

body.directory {
  background-color: #f8f9fa; }
  body.directory #page {
    max-width: unset;
    margin: unset; }
  body.directory .search-directory .search-results input {
    margin-bottom: 10px; }
  body.directory .search-directory .search-results .results {
    margin-top: 1em; }
  @media (min-width: 768px) {
    body.directory #sectorized_advertising_inserts {
      max-width: 600px;
      margin: 0 auto; }
      body.directory #sectorized_advertising_inserts img {
        max-width: 100%; }
    body.directory .search-directory .search-results input {
      margin-bottom: 0; } }
  @media (min-width: 992px) {
    body.directory .search-directory .search-results input {
      margin-bottom: 0; }
    body.directory .search-directory .gmap-component {
      display: flex;
      flex-direction: column;
      padding-right: 0; }
      body.directory .search-directory .gmap-component .gmap-container {
        padding: 0;
        flex-grow: 1; }
        body.directory .search-directory .gmap-component .gmap-container #gmap {
          position: sticky;
          top: 0;
          max-height: 100vh; } }
  body.directory .search-criteria {
    text-align: left; }
    body.directory .search-criteria.no-result {
      border: 1px solid #263574;
      text-align: center;
      font-size: 1.1rem;
      text-transform: uppercase;
      padding: 10px;
      background-color: #fff;
      border-radius: 25px; }

@media (max-width: 1199px) {
  .mobile-search-bar {
    display: block; } }
@media (min-width: 1200px) {
  .mobile-search-bar {
    display: none; } }
body.direction #content {
  margin-bottom: 40px; }

#modal-direction .modal-body p, #modal-direction input[type=text] {
  font-size: 1.2em; }
#modal-direction p {
  margin-top: 0;
  margin-bottom: 0; }

body.legal-notice .content-information {
  margin: 0 2em;
  border: 1px solid #d41816;
  padding: 20px; }
  body.legal-notice .content-information *:first-child {
    margin-top: 0; }
  body.legal-notice .content-information h2 {
    font-size: 1.725rem; }

body.conditions {
  overflow-x: hidden; }
  body.conditions #information {
    margin: 0 2em;
    border: 1px solid #d41816;
    padding: 20px; }
    body.conditions #information *:first-child {
      margin-top: 0; }
    body.conditions #information h2 {
      font-size: 1.725rem; }

/****** FRAGMENT *******/
#fragment-activity .activity-list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch; }
#fragment-activity .container-title .subtitle {
  margin-top: 7.5px;
  font-size: 18px; }

#fragment-company {
  background-image: url("/img/company/bg-companies.jpg"); }

#fragment-how-it-works .how-it-works-item {
  margin-bottom: 30px; }
  #fragment-how-it-works .how-it-works-item .how-it-works-image {
    width: 110px;
    height: 80px;
    object-fit: contain;
    margin-bottom: 7.5px; }
  #fragment-how-it-works .how-it-works-item .container-title {
    padding-top: 0; }
  #fragment-how-it-works .how-it-works-item .how-it-works-title {
    margin: 0;
    margin-bottom: 3.75px;
    font-weight: bold;
    font-size: 22px; }
  #fragment-how-it-works .how-it-works-item .how-it-works-description {
    margin: 0; }

#fragment-news {
  padding: 50px 0; }
  #fragment-news .container-title,
  #fragment-news .title {
    margin-top: 0; }
  #fragment-news .slick-dotted.slick-slider {
    margin-bottom: 30px; }
  #fragment-news .slick-dots {
    position: static;
    inset: auto; }
    #fragment-news .slick-dots li {
      --app-slick-dot-size: 15px;
      margin: 0 1px;
      width: var(--app-slick-dot-size);
      height: var(--app-slick-dot-size); }
      #fragment-news .slick-dots li button {
        padding: 0;
        width: var(--app-slick-dot-size);
        height: var(--app-slick-dot-size); }
        #fragment-news .slick-dots li button:before {
          transition: all ease-in 0.2s;
          color: #263574;
          font-size: 12px;
          width: var(--app-slick-dot-size);
          height: var(--app-slick-dot-size);
          line-height: var(--app-slick-dot-size); }
      #fragment-news .slick-dots li.slick-active button:before {
        color: #263574; }

#news {
  margin-bottom: 50px; }
  #news h1 {
    color: #263574;
    font-family: "Spartan - Extra Bold", sans-serif;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 25px; }
  #news #fragment-news-image img {
    position: sticky;
    top: 0;
    height: 100vh;
    display: flex;
    align-items: center;
    object-fit: cover;
    border-radius: 10px 0 0 10px; }
    @media (max-width: 1199.98px) {
      #news #fragment-news-image img {
        width: 100%;
        border-radius: 0;
        height: 350px;
        object-fit: cover; } }
  @media (max-width: 1199.98px) {
    #news #fragment-news-image {
      padding: 0; } }
  #news .title-news {
    display: flex;
    padding-left: 15px; }
    @media (max-width: 1199.98px) {
      #news .title-news {
        display: block;
        margin-top: 25px;
        margin-bottom: 25px;
        padding-left: 0; } }
  #news #fragment-news {
    display: flex;
    flex-wrap: wrap; }
    @media (max-width: 991.98px) {
      #news #fragment-news {
        flex-wrap: nowrap;
        flex-direction: column; } }
    #news #fragment-news .news-item {
      width: 50%; }
      #news #fragment-news .news-item .mobile-order {
        order: -1; }
        @media (max-width: 991.98px) {
          #news #fragment-news .news-item .mobile-order {
            order: 2; } }
      @media (max-width: 991.98px) {
        #news #fragment-news .news-item {
          width: 100%; } }

#fragment-contact-us {
  background-color: black;
  background-image: url("/img/contact-us-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 5rem 0;
  gap: 15px;
  margin-bottom: 0;
  border-radius: 15px; }
  #fragment-contact-us > div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 15px; }
  #fragment-contact-us .contact-us-title,
  #fragment-contact-us .contact-us-separator,
  #fragment-contact-us .contact-us-catch-phrase {
    color: #fff;
    text-align: center; }
  #fragment-contact-us .contact-us-separator {
    color: #88898c;
    font-size: 30px;
    line-height: 1.2;
    flex: 0;
    height: auto;
    max-height: 25px; }
  #fragment-contact-us .contact-us-title {
    font-size: 40px;
    margin: 0;
    line-height: 1.2; }
  #fragment-contact-us .contact-us-catch-phrase {
    margin: 0;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;
    opacity: 0.75; }
  #fragment-contact-us .btn {
    margin-top: 15px; }
  #fragment-contact-us #contact-button {
    margin-top: 20px; }

.fragment-choice-advertising-particulier {
  background-image: url("/img/bg-choice-advertising-1.jpg");
  background-size: cover;
  border-radius: 15px; }

.fragment-choice-advertising-profesionnel {
  background-image: url("/img/bg-choice-advertising-2.jpg");
  background-size: cover;
  border-radius: 15px; }

@media (max-width: 1199px) {
  .choice-advertising-container {
    gap: 20px;
    margin-top: 20px; }
    .choice-advertising-container > div {
      width: 100%; } }
@media (min-width: 1200px) {
  .choice-advertising-container {
    gap: 25px; }
    .choice-advertising-container > div {
      width: 50%; } }
@media (min-width: 1200px) {
  .parent-list-research {
    gap: 40px;
    margin: 10px 0;
    display: flex;
    justify-content: center; } }
@media (max-width: 1199px) {
  .parent-list-research {
    display: none; } }

/*# sourceMappingURL=styles.css.map */
