@import url("https://fonts.googleapis.com/css?family=Merriweather:300,300i,400,400i,700,700i,900,900i|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap");
@import 'animate.css';
.wow {
  visibility: hidden;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.row {
  margin-right: -7.5px;
  margin-left: -7.5px;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  line-height: 30px;
  color: black;
  background-color: #e2eaf6;
}

ul {
  padding: 0;
  list-style-type: none;
}
ul li {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
}
ul li span.dot {
  font-size: 38px;
}

.col-md-11, .col-11, .col-1 {
  padding-right: 0 !important;
}

.separator {
  border-bottom: 2px solid #0056b3;
  margin-bottom: 30px;
}

a {
  transition: 0.4s ease-in-out;
  color: #0056b3;
}
a:hover {
  color: #e55e4d;
  text-decoration: none;
}

h1 {
  color: #0056b3;
  font-size: 80px;
  line-height: 85px;
  font-weight: 900;
  margin-bottom: 0;
  text-transform: uppercase;
}

h2 {
  color: #0056b3;
  text-transform: uppercase;
  font-size: 44px;
  margin-bottom: 30px;
  line-height: 55px;
  font-weight: 900;
  margin-top: 30px;
}

h3 {
  font-size: 30px;
  line-height: 40px;
  color: #0056b3;
  font-weight: 700;
  font-family: "Merriweather", serif;
}

h4 {
  font-size: 30px;
  line-height: 35px;
  color: #0056b3;
  font-weight: 900;
}

.partners-phone {
  margin-bottom: 60px;
  font-weight: 500;
}

.phone, .partners-phone {
  font-size: 30px;
  font-weight: 700;
  color: #7f98d8;
}
.phone svg, .partners-phone svg {
  height: 23px;
  margin-right: 5px;
}
.phone svg path, .partners-phone svg path {
  fill: #0056b3;
}

.text-red {
  color: #e55e4d;
}

form label {
  font-family: "Merriweather", serif;
  font-size: 24px;
  color: #0056b3;
}

header {
  padding-top: 30px;
  position: relative;
  width: 100%;
  opacity: 1;
  transition: 0.4s ease-in-out;
}
header .navbar-toggler {
  padding-right: 0;
}
header .navbar-toggler svg {
  height: 35px;
  width: 35px;
  fill: #0056b3;
}
header .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px !important;
}
header .navbar-expand-lg .navbar-nav .nav-link.dropdown-toggle {
  padding-right: 18px !important;
  padding-left: 18px !important;
}
header.sticky-in {
  opacity: 0;
  padding-top: 0;
}
header.sticky-in .top-navigation, header.sticky-in .nav-lang {
  display: none;
}
header.sticky-in .logo {
  opacity: 0;
}
header.sticky {
  top: 0;
  z-index: 300;
  position: fixed;
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.9);
}
header.sticky > main {
  margin-top: 60px;
}
header.sticky .navbar .site-name {
  opacity: 1;
}
header .logo {
  position: absolute;
}
header .logo img {
  height: 105px;
}
header .navigation .nav {
  align-items: center;
  justify-content: flex-end;
  font-size: 16px;
}
header .navigation .nav a {
  display: inline-block;
  padding: 15px;
}
header .navigation .nav .phone {
  font-size: 16px;
  color: black;
  padding: 15px;
  font-weight: 400;
  margin: 0 10px;
}
header .navigation .nav .phone a {
  padding: 0;
  color: black;
}
header .navigation .nav .phone a:hover {
  color: #0056b3;
}
header .navigation .nav .phone strong {
  font-weight: bold;
}
header .navigation .nav .mailto {
  color: black;
  margin: 0 10px;
}
header .navigation .nav .mailto svg {
  height: 17px;
  margin-right: 10px;
}
header .navigation .nav .mailto svg path {
  fill: #0056b3;
}
header .navigation .nav .request {
  transition: 0.4s ease-in-out;
  color: #0056b3;
  border-radius: 10px;
  font-weight: bold;
  background-color: #d0daf0;
  font-family: "Merriweather", serif;
  margin: 0 0 0 15px;
}
header .navigation .nav .request:hover {
  background-color: #a5b1d8;
}
header .dropdown-toggle {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  transition: 0.4s ease-in-out;
}
header .dropdown-toggle::after {
  display: none;
}
header .dropdown-item.active, header .dropdown-item:active {
  background: transparent;
  color: #e55e4d !important;
}
header .navbar ul li.dropdown {
  padding: 0;
}
header .navbar ul li.dropdown:hover .dropdown-toggle {
  background-color: #d0daf0;
}
header .navbar ul li.dropdown:hover > .dropdown-menu {
  z-index: 110;
  opacity: 1;
}
header .navbar ul li.dropdown .dropdown-menu {
  border: none;
  opacity: 0;
  transition: 0.4s ease-in-out;
  display: block;
  font-size: 16px;
  font-weight: 900;
  margin-top: 0;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  background-color: #d0daf0;
  z-index: -10;
}
header .navbar ul li.dropdown .dropdown-menu a {
  display: block;
  width: calc(100% - 36px);
  color: #0056b3;
  margin: 0 18px;
  font-weight: 900;
  padding-left: 0;
  padding-right: 0;
  border-bottom: 1px solid white;
}
header .navbar ul li.dropdown .dropdown-menu a:hover {
  background-color: transparent;
  color: #e55e4d;
}
header .navbar ul li.dropdown .dropdown-menu a:last-child {
  border-bottom: 0;
}
header .nav-lang {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
header .nav-lang .lang {
  text-transform: uppercase;
  color: #a5b1d8;
  padding: 0 5px;
  font-size: 20px;
}
header .nav-lang .lang:hover {
  color: #e55e4d;
}
header .nav-lang .lang.current {
  font-weight: 700;
}
header .navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 0;
  padding-top: 15px;
  padding-left: 0;
}
header .navbar .site-name {
  opacity: 0;
  color: #0056b3;
  font-weight: 900;
  font-size: 22.5px;
  padding-bottom: 3px;
  white-space: nowrap;
}
header .navbar .site-name a {
  padding-left: 0;
}
header .navbar .site-name span {
  font-weight: normal;
}
header .navbar ul {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 22px;
}
header .navbar ul li {
  padding: 0 15px;
  white-space: nowrap;
}
header .navbar ul li a:hover, header .navbar ul li a.active {
  color: #e55e4d;
}
header .navbar ul li.last-lg {
  padding-right: 0;
}
header .navbar ul li.last-lg a.nav-link {
  padding-right: 0 !important;
}

.page-commercial-insurance .dropdown .dropdown-toggle, .page-personal-insurance .dropdown .dropdown-toggle, .page-assurance-personnelle .dropdown .dropdown-toggle, .page-assurance-commerciale .dropdown .dropdown-toggle {
  color: #e55e4d;
}

.rellax {
  position: absolute;
  right: 0;
  top: 0;
  width: 410px;
  height: 444px;
  z-index: 10;
}
.rellax img {
  width: 410px;
  object-fit: cover;
}

.page-home .title, .page-accueil .title {
  padding-top: 200px;
}
.page-home main, .page-accueil main {
  margin-top: 230px;
}

main {
  margin-top: 430px;
}
main a {
  color: #7f98d8;
  text-decoration: underline;
}
main a:hover {
  text-decoration: underline;
}
main .bloc-img {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  overflow: hidden;
  margin-bottom: 15px;
}
main .bloc-img a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  text-decoration: none;
}
main .bloc-img a:hover {
  text-decoration: none;
}
main .bloc-img a:hover .overlay {
  opacity: 0.8;
}
main .bloc-img .overlay {
  transition: 0.4s ease-in-out;
  position: absolute;
  height: 100%;
  z-index: 15;
  background-color: #9c9bbc;
  width: calc(100% - 15px);
  border-radius: 10px;
  left: 0;
  mix-blend-mode: multiply;
}
main .bloc-img img {
  position: absolute;
  height: 100%;
  left: 0;
  width: calc(100% - 15px);
  object-fit: cover;
  border-radius: 10px;
  z-index: 10;
  object-position: center center;
}
main .bloc-img h4 {
  color: #fff;
  position: relative;
  z-index: 50;
  padding: 80px 0;
  font-weight: bold;
  font-size: 30px;
  font-family: "Merriweather", serif;
}

.col-xl-20 {
  max-width: 20%;
}

.text-blue {
  color: #0056b3;
}

.slider-partners {
  margin-bottom: 30px;
  margin-top: 30px;
  text-align: center;
}
.slider-partners .img-carousel {
  height: 150px;
  display: flex !important;
  padding: 0 15px;
  justify-content: center;
  align-items: center;
}
.slider-partners .img-carousel img {
  height: auto;
  max-height: 125px;
  filter: invert(64%) sepia(60%) saturate(880%) hue-rotate(192deg) brightness(91%) contrast(85%);
  width: auto;
}
.slider-partners img {
  height: 100px;
  width: auto;
}

.section-white {
  background-color: white;
  padding: 95px 0;
  margin-top: 60px;
}
.section-white.with-slider {
  padding: 70px 0;
  margin-top: 10px;
}
.section-white.with-slider .slider-partners .img-carousel img {
  filter: invert(21%) sepia(96%) saturate(1678%) hue-rotate(196deg) brightness(97%) contrast(105%);
}
.section-white h2 {
  margin-top: 0;
}
.section-white .col-12 {
  align-items: flex-start;
}
.section-white .phone {
  color: #0056b3;
  font-weight: bold;
  font-size: 30px;
  font-family: "Merriweather", serif;
}
.section-white .phone a {
  color: #0056b3;
  text-decoration: none;
}
.section-white .phone a:hover {
  color: #7f98d8;
}
.section-white .phone svg {
  height: 33px;
}
.section-white .phone svg path {
  fill: #0056b3;
}

#contact {
  padding-top: 130px;
  padding-bottom: 70px;
}
#contact .success-form {
  display: none;
}
#contact.success .success-form {
  display: block;
}
#contact.success form {
  display: none;
}
#contact button:focus, #contact input:focus, #contact select:focus, #contact textarea:focus {
  outline: 0 !important;
}
#contact form .col-12 {
  align-items: center;
  display: flex;
  margin-bottom: 20px;
}
#contact form .col-12.name, #contact form .col-12.email {
  padding-right: 30px;
}
#contact form .col-12.textarea {
  align-items: flex-start;
}
#contact form .col-12.phone label, #contact form .col-12.subject label {
  width: 160px;
}
#contact form label {
  color: #0056b3;
  font-family: "Merriweather", serif;
  font-weight: bold;
  font-size: 23.5px;
  margin-bottom: 0;
  width: 120px;
}
#contact form input, #contact form select {
  height: 40px;
}
#contact form input, #contact form select, #contact form textarea {
  background-color: transparent;
  box-shadow: none;
  flex-grow: 1;
  border: 2px solid #0056b3;
  border-radius: 10px;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  padding: 2px 15px;
}
#contact form input::placeholder, #contact form select::placeholder, #contact form textarea::placeholder {
  color: #b2b2c5;
}
#contact form .select-box {
  border: 2px solid #0056b3;
  flex-grow: 1;
  color: #0056b3;
  text-align: center;
  border-radius: 10px;
}
#contact form .select-box svg {
  position: absolute;
  height: 20px;
  width: 20px;
  z-index: -1;
  right: 20px;
  fill: #0056b3;
  top: 13px;
}
#contact form select {
  border: none;
  text-align-last: center;
  width: 100%;
  -webkit-appearance: none;
  font-family: "Merriweather", serif;
  font-size: 17px;
  font-weight: bold;
  color: #0056b3;
  background: transparent;
  outline-style: none;
}
#contact form button {
  background-color: #0056b3;
  color: white;
  font-weight: bold;
  font-size: 30px;
  padding: 15px 30px;
  margin: auto;
  border-radius: 10px;
  font-family: "Merriweather", serif;
  transition: 0.4s ease-in-out;
  border: none;
}
#contact form button:hover {
  background-color: #7f98d8;
}

#footer {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  color: #0056b3;
}
#footer h4 {
  font-size: 24px;
  text-transform: none;
  margin-bottom: 0;
}
#footer .address a {
  color: #0056b3;
  text-decoration: none;
}
#footer .address a:hover {
  color: #7f98d8;
}
#footer a:hover {
  color: #e55e4d;
}
#footer a:hover svg path {
  fill: #e55e4d;
}
#footer svg {
  width: 30px;
  height: 30px;
}
#footer svg path {
  transition: 0.4s ease-in-out;
  fill: #a5b1d8;
}
#footer .credits {
  text-transform: none;
  font-size: 14px;
}
#footer .social {
  text-align: right;
}

.breadcrumb {
  font-size: 14px;
  background: transparent;
}

/* Accordion styles */
.accordion {
  margin-top: 30px;
}
.accordion input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.tabs {
  overflow: hidden;
}

.tab {
  width: 100%;
  color: #7f98d8;
  overflow: hidden;
  transition: 0.4s ease-in-out;
}
.tab-label {
  position: relative;
  display: flex;
  padding: 15px 0 15px 50px;
  align-items: center;
  font-family: "Merriweather", serif;
  font-size: 30px;
  font-weight: bold;
  /* Icon */
}
.tab-label:hover {
  color: #e55e4d;
}
.tab-label:hover > ::before {
  border: 4px solid #e55e4d;
}
.tab-label:hover::before {
  border: 4px solid #e55e4d;
}
.tab-label::before {
  position: absolute;
  top: 12px;
  left: 0;
  border: 4px solid #7f98d8;
  border-radius: 50%;
  content: "+";
  padding-bottom: 4px;
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-content: center;
  text-align: center;
  transition: all 0.35s;
  line-height: 26px;
}
.tab-label.more::before {
  display: none;
}
.tab-content {
  max-height: 0;
  padding: 0 1em;
  font-size: 20px;
  transition: all 0.35s;
}
.tab-close {
  display: flex;
  justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  cursor: pointer;
}
.tab-close:hover {
  color: #e55e4d;
}
.tab .tab-content {
  transition: 0.4s ease-in-out;
  color: black;
}
.tab .tab-content .content {
  padding: 0 0 20px 30px;
}
.tab .active {
  cursor: pointer;
}
.tab .non-active:hover {
  cursor: default;
  color: #7f98d8;
}
.tab .non-active:hover > ::before {
  border: 4px solid #7f98d8;
}
.tab .non-active:hover::before {
  border: 4px solid #7f98d8;
}

input:checked + .tab-label {
  color: #e55e4d;
}
input:checked + .tab-label::before {
  content: "-";
  border: 4px solid #e55e4d;
}
input:checked ~ .tab-content {
  max-height: 100vh;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@media (min-width: 1366px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1680px) {
  .container {
    max-width: 1440px;
  }
}
@media (max-width: 1440px) {
  .rellax {
    width: 350px;
  }
  .rellax img {
    width: 350px;
  }
}
@media (max-width: 1365px) {
  #footer .container {
    max-width: calc(100% - 15px) !important;
  }

  header .navigation .nav .mailto, header .navigation .nav .phone, header .navigation .nav .request {
    margin: 0;
  }
  header .navbar ul {
    font-size: 20px;
  }
  header .navbar ul li {
    padding: 0 10px;
  }
  header .container {
    max-width: calc(100% - 15px) !important;
  }
}
@media (max-width: 1199px) {
  header .navbar ul {
    font-size: 18px;
  }
}
@media (max-width: 1100px) {
  header .navigation .nav {
    font-size: 13px;
    padding-bottom: 10px;
  }
  header .navigation .nav .mailto svg {
    height: 15px;
    margin-right: 5px;
  }
  header .navigation .nav .phone {
    font-size: 13px;
  }
  header .navigation .nav .phone svg {
    height: 19px;
    margin-right: 0;
  }
  header .navbar {
    padding-top: 0;
  }
  header .navbar .site-name {
    font-size: 15px;
    width: calc(100% - 30px);
  }
  header .navbar .navbar-toggler {
    display: block;
    width: 30px;
    height: 30px;
    padding: 0;
  }
  header .navbar .navbar-toggler svg {
    width: 100%;
    height: 100%;
  }
  header .navbar ul {
    font-size: 17px;
  }
  header .navbar ul li {
    padding: 0 10px;
  }
}
@media (max-width: 991px) {
  .page-home .title, .page-accueil .title {
    padding-top: 0;
  }

  .page-home main, .page-accueil main {
    margin-top: 100px;
  }

  main {
    margin-top: 80px;
  }
  main .bloc-img h4 {
    padding: 50px 0;
  }

  #contact form label {
    width: 160px;
  }

  #contact form .col-12.name, #contact form .col-12.email {
    padding-right: 7.5px;
  }

  .navbar-expand-lg {
    position: relative;
  }

  header .navbar ul li.dropdown .dropdown-menu {
    opacity: 1;
  }

  header .navbar-expand-lg .navbar-nav .nav-link.dropdown-toggle {
    padding-right: 38px !important;
  }

  header {
    padding-top: 15px;
  }
  header .top-navigation, header .nav-lang {
    display: none;
  }
  header.sticky {
    padding-top: 10px;
  }
  header .navbar .site-name {
    opacity: 1;
  }
  header .navbar ul li {
    padding-right: 30px;
  }
  header .navbar ul li.d-lg-none {
    text-align: right;
  }
  header .navbar ul li.d-lg-none .phone, header .navbar ul li.d-lg-none .lang {
    font-size: inherit;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-right: 5px;
    display: block;
  }
  header .navbar ul li.d-lg-none .mailto {
    margin-bottom: 10px;
    margin-top: 10px;
    display: block;
    padding-right: 5px;
  }
  header .navbar ul li.d-lg-none .mailto svg {
    height: 17px;
    margin-right: 10px;
    fill: #0056b3;
  }
  header .navbar ul li.dropdown {
    flex-direction: column;
    overflow: hidden;
    align-items: flex-end;
  }
  header .navbar ul li.dropdown .dropdown-menu {
    text-align: right;
    padding-right: 30px;
    padding-top: 0;
    height: 0;
    transition: none;
    padding-bottom: 0;
  }
  header .navbar ul li.dropdown .dropdown-menu.show {
    height: 100%;
    padding-bottom: 15px;
  }
  header .navbar ul li.last-lg {
    padding-right: 38px;
  }

  .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #d0daf0;
    width: 100vw;
    z-index: 99;
    margin-left: -22px;
  }
  .navbar-collapse ul li {
    justify-content: flex-end;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 18px;
  }

  h1 {
    font-size: 40px;
    line-height: 45px;
  }

  h2 {
    font-size: 30px;
    line-height: 35px;
  }

  main .bloc-img h4 {
    font-size: 25px;
    line-height: 30px;
  }

  #contact form label {
    width: 100%;
  }
  #contact form .select-box svg {
    top: 45px;
  }
  #contact form .col-12 {
    flex-wrap: wrap;
  }
  #contact form .col-12.subject label, #contact form .col-12.phone label {
    width: 100%;
  }
  #contact form button {
    font-size: 20px;
  }
  #contact form input, #contact form select, #contact form textarea, #contact form label {
    font-size: 18px;
  }

  #footer {
    font-size: 16px;
  }
  #footer h4 {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  #footer .credits {
    margin-bottom: 0;
  }
  #footer .social {
    text-align: left;
    margin-bottom: 15px;
  }
}

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