@charset "UTF-8";
/* TOOLS */
/*==============================
    TOOLS - FUNCTIONS
-------------------------------*/
/*==============================
    GLOBAL
-------------------------------*/
html, body {
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.6;
  font-family: "Montserrat", serif;
  background-color: #FFFFFF;
  color: #2e2e2e; }

@media (min-width: 1600px) {
  .container {
    max-width: 1440px; } }
/* ELEMENTS */
/*==============================
    ELEMENTS /  BUTTONS
-------------------------------*/
.btn {
  border-radius: 30px;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 14px;
  padding: 12px 20px 11px;
  border: none;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s; }
  .btn:hover, .btn:focus, .btn:active {
    color: #FFFFFF;
    border: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s; }
  .btn.btnMail, .btn.btnPhone {
    padding: 9px 50px 8px 20px; }
  .btn svg {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    max-width: 25px;
    max-height: 25px; }
    .btn svg g, .btn svg path {
      fill: #FFFFFF; }
  .btn span {
    display: inline-block;
    vertical-align: middle; }

.btn-primary {
  background-color: #fc9827;
  -webkit-box-shadow: 0px 21px 78px 3px rgba(25, 79, 91, 0.28);
  -moz-box-shadow: 0px 21px 78px 3px rgba(25, 79, 91, 0.28);
  box-shadow: 0px 21px 78px 3px rgba(25, 79, 91, 0.28); }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background-color: #ef7d0b; }

.btn-secondary {
  background-color: #194f5b;
  -webkit-box-shadow: 0px 21px 78px 3px rgba(25, 79, 91, 0.28);
  -moz-box-shadow: 0px 21px 78px 3px rgba(25, 79, 91, 0.28);
  box-shadow: 0px 21px 78px 3px rgba(25, 79, 91, 0.28); }
  .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
    background-color: #0f353e; }

.btn-third {
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #2e2e2e;
  font-size: 14px;
  text-transform: none; }
  .btn-third:hover, .btn-third:focus, .btn-third:active {
    background-color: transparent;
    border: 1px solid black;
    color: #2e2e2e; }

@media (min-width: 375px) {
  .btn {
    font-size: 16px; } }
/*==============================
    ELEMENTS /  ELEMENTS
-------------------------------*/
/*----------Images background----------*/
.backgroundImgWrapper {
  width: 100%;
  height: auto; }
  .backgroundImgWrapper img {
    width: 100%;
    height: auto; }

/*----------Diagonal backgrounds----------*/
.diagonalBgGrey {
  position: relative;
  z-index: 10; }
  .diagonalBgGrey.leftSide {
    background: #f3f3f3; }
  .diagonalBgGrey.rightSide {
    background: #f3f3f3; }

.diagonalBg {
  position: relative;
  z-index: 10; }
  .diagonalBg.leftSide {
    background: #FFFFFF; }
  .diagonalBg.rightSide {
    background: #FFFFFF; }

/*----------Slider Owl carousel----------*/
.owl-dots, .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-dots {
  height: 10px; }
  .owl-dots .owl-dot {
    display: inline-block;
    width: 10px;
    height: inherit;
    vertical-align: top;
    zoom: 1; }
    .owl-dots .owl-dot span {
      width: 10px;
      height: inherit;
      border: 1px solid #194f5b;
      background: #FFFFFF;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity .2s ease;
      border-radius: 100%; }
    .owl-dots .owl-dot.active span {
      background-color: #194f5b; }
  .owl-dots .owl-dot + .owl-dot {
    margin-left: 8px; }

.owl-nav .owl-prev, .owl-nav .owl-next {
  display: inline-block;
  width: 25px;
  height: 25px;
  position: absolute;
  z-index: 10px;
  top: 50%;
  background: url("../medias/icons/small-arrow-blue.svg") no-repeat center center;
  -webkit-background-size: 25px;
  background-size: 25px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }
  .owl-nav .owl-prev.disabled, .owl-nav .owl-next.disabled {
    opacity: 0.4; }
    .owl-nav .owl-prev.disabled:hover, .owl-nav .owl-next.disabled:hover {
      cursor: default; }
.owl-nav .owl-prev {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg); }
.owl-nav .owl-next {
  right: 0; }

.sliderButtonsNav .owl-nav {
  margin-top: 30px; }
.sliderButtonsNav .owl-prev, .sliderButtonsNav .owl-next {
  width: 45px;
  height: 45px;
  position: relative;
  top: 0;
  background: #194f5b url("../medias/icons/thin-arrow-white.svg") no-repeat center center;
  -webkit-background-size: 30px;
  background-size: 30px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 100%;
  margin: 20px; }
.sliderButtonsNav .owl-prev {
  left: auto;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg); }

.sliderWhiteNav .owl-nav, .sliderButtonsNav .sliderWhiteNav .owl-nav {
  margin-top: 0; }
  .sliderWhiteNav .owl-nav .owl-prev, .sliderWhiteNav .owl-nav .owl-next, .sliderButtonsNav .sliderWhiteNav .owl-nav .owl-prev, .sliderButtonsNav .sliderWhiteNav .owl-nav .owl-next {
    display: inline-block;
    width: 25px;
    height: 25px;
    position: absolute;
    z-index: 10px;
    top: 50%;
    margin: 0;
    background: url("../medias/icons/small-arrow-white.svg") no-repeat center center;
    -webkit-background-size: 25px;
    background-size: 25px;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
    .sliderWhiteNav .owl-nav .owl-prev.disabled, .sliderWhiteNav .owl-nav .owl-next.disabled, .sliderButtonsNav .sliderWhiteNav .owl-nav .owl-prev.disabled, .sliderButtonsNav .sliderWhiteNav .owl-nav .owl-next.disabled {
      opacity: 0.4; }
      .sliderWhiteNav .owl-nav .owl-prev.disabled:hover, .sliderWhiteNav .owl-nav .owl-next.disabled:hover, .sliderButtonsNav .sliderWhiteNav .owl-nav .owl-prev.disabled:hover, .sliderButtonsNav .sliderWhiteNav .owl-nav .owl-next.disabled:hover {
        cursor: default; }
  .sliderWhiteNav .owl-nav .owl-prev, .sliderButtonsNav .sliderWhiteNav .owl-nav .owl-prev {
    left: 5px;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg); }
  .sliderWhiteNav .owl-nav .owl-next, .sliderButtonsNav .sliderWhiteNav .owl-nav .owl-next {
    right: 5px; }

@media (min-width: 992px) {
  .backgroundImgWrapper {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    height: 100%;
    overflow: hidden; }
    .backgroundImgWrapper img {
      position: absolute;
      top: 50%;
      left: 0;
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      width: auto;
      height: auto; }
    .backgroundImgWrapper.rightSide {
      left: auto;
      right: 0; }
      .backgroundImgWrapper.rightSide img {
        left: auto;
        right: 0; }

  .diagonalBgGrey.leftSide {
    background: -webkit-linear-gradient(-10deg, #f3f3f3 0%, #f3f3f3 60%, rgba(255, 255, 255, 0) 60%);
    background: linear-gradient(-262deg, #f3f3f3 0%, #f3f3f3 60%, rgba(255, 255, 255, 0) 60%); }
  .diagonalBgGrey.rightSide {
    background: -webkit-linear-gradient(-10deg, rgba(255, 255, 255, 0) 40%, #f3f3f3 40%, #f3f3f3 100%);
    background: linear-gradient(-262deg, rgba(255, 255, 255, 0) 40%, #f3f3f3 40%, #f3f3f3 100%); }

  .diagonalBg.leftSide {
    background: -webkit-linear-gradient(-10deg, #FFFFFF 0%, #FFFFFF 60%, rgba(255, 255, 255, 0) 60%);
    background: linear-gradient(-262deg, #FFFFFF 0%, #FFFFFF 60%, rgba(255, 255, 255, 0) 60%); }
  .diagonalBg.rightSide {
    background: -webkit-linear-gradient(-10deg, rgba(255, 255, 255, 0) 40%, #FFFFFF 40%, #FFFFFF 100%);
    background: linear-gradient(-262deg, rgba(255, 255, 255, 0) 40%, #FFFFFF 40%, #FFFFFF 100%); } }
@media (min-width: 1200px) {
  .diagonalBgGrey.leftSide {
    background: -webkit-linear-gradient(-20deg, #f3f3f3 0%, #f3f3f3 60%, rgba(255, 255, 255, 0) 60%);
    background: linear-gradient(-250deg, #f3f3f3 0%, #f3f3f3 60%, rgba(255, 255, 255, 0) 60%); }
  .diagonalBgGrey.rightSide {
    background: -webkit-linear-gradient(-20deg, rgba(255, 255, 255, 0) 40%, #f3f3f3 40%, #f3f3f3 100%);
    background: linear-gradient(-250deg, rgba(255, 255, 255, 0) 40%, #f3f3f3 40%, #f3f3f3 100%); }

  .diagonalBg.leftSide {
    background: -webkit-linear-gradient(-20deg, #FFFFFF 0%, #FFFFFF 60%, rgba(255, 255, 255, 0) 60%);
    background: linear-gradient(-250deg, #FFFFFF 0%, #FFFFFF 60%, rgba(255, 255, 255, 0) 60%); }
  .diagonalBg.rightSide {
    background: -webkit-linear-gradient(-20deg, rgba(255, 255, 255, 0) 40%, #FFFFFF 40%, #FFFFFF 100%);
    background: linear-gradient(-250deg, rgba(255, 255, 255, 0) 40%, #FFFFFF 40%, #FFFFFF 100%); } }
/*==============================
    ELEMENTS /  TYPO
-------------------------------*/
h1, .h1 {
  font-size: 21px;
  font-weight: 700;
  color: #fc9827; }

h2, .h2 {
  font-size: 21px;
  font-weight: 700;
  color: #fc9827; }

h3, .h3 {
  font-size: 21px;
  font-weight: 700;
  color: #194f5b; }

h4, .h4 {
  font-size: 14px;
  font-weight: 600;
  color: #194f5b; }

.colorOrange {
  color: #fc9827; }

.colorBlue {
  color: #194f5b; }

.colorDark {
  color: #323232; }

.display-1 {
  font-size: 28px;
  font-weight: 900;
  color: #FFFFFF; }

.display-2 {
  font-size: 45px;
  line-height: 49px;
  font-weight: 700;
  color: #FFFFFF; }

.mediumText {
  font-size: 16px; }

.xSmallText {
  font-size: 12px; }

.asterisk {
  font-size: 10px; }

.bold {
  font-weight: 700; }

.lead {
  font-size: 18px;
  line-height: 27px; }

a, .mainLink {
  color: #194f5b;
  font-weight: 700;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s; }
  a:hover, a:active, a:focus, .mainLink:hover, .mainLink:active, .mainLink:focus {
    color: #fc9827;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s; }

@media (min-width: 768px) {
  h1, .h1 {
    font-size: 28px; }

  h2, .h2 {
    font-size: 28px; }

  h3, .h3 {
    font-size: 26px; }

  h4, .h4 {
    font-size: 18px; }

  .asterisk {
    font-size: 12px; }

  .display-1 {
    font-size: 42px; } }
@media (min-width: 1600px) {
  h1, .h1 {
    font-size: 40px; }

  h2, .h2 {
    font-size: 40px; }

  h3, .h3 {
    font-size: 26px; }

  h4, .h4 {
    font-size: 18px; }

  .display-1 {
    font-size: 62px; }

  .display-2 {
    font-size: 45px; } }
/*==============================
    ELEMENTS /  FORM
-------------------------------*/
.form-group {
  margin-bottom: 0.5rem; }
  .form-group label {
    font-weight: 700;
    color: #194f5b;
    margin-bottom: 0;
    font-size: 12px; }

input[type="text"],
input[type="password"],
input[type="number"],
input[type="search"],
input[type="date"],
input[type="tel"],
input[type="email"],
textarea,
.form-control {
  padding: 16px 10px;
  background-color: #f3f3f3;
  border: 1px solid rgba(0, 0, 0, 0.1); }
  input[type="text"]:hover, input[type="text"]:focus, input[type="text"]:active,
  input[type="password"]:hover,
  input[type="password"]:focus,
  input[type="password"]:active,
  input[type="number"]:hover,
  input[type="number"]:focus,
  input[type="number"]:active,
  input[type="search"]:hover,
  input[type="search"]:focus,
  input[type="search"]:active,
  input[type="date"]:hover,
  input[type="date"]:focus,
  input[type="date"]:active,
  input[type="tel"]:hover,
  input[type="tel"]:focus,
  input[type="tel"]:active,
  input[type="email"]:hover,
  input[type="email"]:focus,
  input[type="email"]:active,
  textarea:hover,
  textarea:focus,
  textarea:active,
  .form-control:hover,
  .form-control:focus,
  .form-control:active {
    border: 1px solid #fc9827; }
  input[type="text"]::placeholder,
  input[type="password"]::placeholder,
  input[type="number"]::placeholder,
  input[type="search"]::placeholder,
  input[type="date"]::placeholder,
  input[type="tel"]::placeholder,
  input[type="email"]::placeholder,
  textarea::placeholder,
  .form-control::placeholder {
    color: #c4c4c4; }

/*---------------Valid & invalid form style-----------------*/
.custom-select.is-valid, .form-control.is-valid, .was-validated .custom-select:valid, .was-validated .form-control:valid {
  border-color: #2dbf00; }

.valid-feedback {
  font-weight: 700;
  color: #2dbf00; }

.custom-select.is-invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .was-validated .form-control:invalid {
  border-color: #ff0000; }

.invalid-feedback {
  font-weight: 700;
  color: #ff0000; }

.form-group label.invalid-label {
  color: #ff0000; }

/*==============================
    ELEMENTS /  MODAL
-------------------------------*/
.modal-header {
  border-bottom: none; }

.modal-footer {
  border-top: none;
  justify-content: center; }
  .modal-footer .btn {
    margin-bottom: 30px; }

.modal-content {
  position: relative;
  border: none;
  border-radius: 20px;
  padding: 30px 10px; }

.modal-header .close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 20px;
  height: 20px;
  display: block;
  padding: 0;
  margin: 0; }
  .modal-header .close img {
    width: 20px;
    height: 20px; }

.modal-title {
  line-height: 1; }

@media (min-width: 768px) {
  .modal-dialog {
    max-width: 738px; }

  .modal-content {
    padding: 40px 60px; } }
@media (min-width: 992px) {
  .modal-dialog {
    max-width: 962px; } }
@media (min-width: 1200px) {
  .modal-dialog {
    max-width: 1170px; }

  .modal-content {
    padding: 50px 80px; } }
/* PARTS */
/*==============================
    PARTS / HEADER
-------------------------------*/
.header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100; }

.logoWrapper .container {
  position: relative; }

.logoLink {
  position: absolute;
  top: 10px;
  left: 15px;
  z-index: 100; }
  .logoLink img {
    max-width: 55px; }

.topLine {
  background-color: #FFFFFF;
  padding: 10px 0; }
  .topLine .baseline {
    float: left;
    margin-left: 70px; }
    .topLine .baseline * {
      display: inline-block;
      vertical-align: middle;
      font-size: 14px;
      font-weight: 700;
      margin-bottom: 0;
      line-height: 1; }
    .topLine .baseline p {
      color: #194f5b; }
  .topLine .btn {
    float: right;
    margin-left: 30px;
    font-size: 14px; }
    @media all and (-ms-high-contrast: none) {
      .topLine .btn {
        margin-bottom: 10px; } }

.reinsuranceTop {
  background-color: rgba(255, 255, 255, 0.78);
  padding: 10px 0; }

@media all and (-ms-high-contrast: none) {
  .reinsuranceTop {
    position: relative;
    z-index: 90;
    margin-top: -10px; } }
.reinsuranceTop .reinsuranceSlider .iconWrapper {
  text-align: center;
  margin: 0 auto;
  max-width: 99%; }
  .reinsuranceTop .reinsuranceSlider .iconWrapper .icon {
    width: auto;
    height: auto;
    max-width: 35px;
    max-height: 35px;
    margin-right: 10px; }
    @media all and (-ms-high-contrast: none) {
      .reinsuranceTop .reinsuranceSlider .iconWrapper .icon {
        min-height: 30px;
        min-width: 30px; } }
  .reinsuranceTop .reinsuranceSlider .iconWrapper .icon, .reinsuranceTop .reinsuranceSlider .iconWrapper p {
    display: inline-block;
    vertical-align: middle; }
  .reinsuranceTop .reinsuranceSlider .iconWrapper p {
    max-width: 60%; }

.fixedHeaderBtn .btn {
  width: 50%;
  border-radius: 0;
  float: left;
  font-size: 12px; }

@media (min-width: 768px) {
  .logoLink {
    background: #FFFFFF;
    padding: 15px;
    border-radius: 0 0 10px 10px;
    top: 0; }
    .logoLink img {
      max-width: 127px; }

  .topLine .baseline {
    margin-left: 170px; }

  .reinsuranceTop {
    padding: 20px 0; }
    .reinsuranceTop .reinsuranceSlider .iconWrapper {
      max-width: 80%; }

  .fixedHeaderBtn .btn {
    font-size: 14px; } }
@media (min-width: 992px) {
  .topLine .baseline {
    max-width: 280px; }

  .reinsuranceTop .reinsuranceSlider .iconWrapper {
    max-width: 91%; }

  .fixedHeaderBtn .btn {
    font-size: 16px; } }
@media (min-width: 1200px) {
  .logoLink {
    padding: 20px; }
    .logoLink img {
      max-width: 167px; }

  .topLine {
    background-color: #f3f3f3;
    top: 0;
    left: 0; }
    .topLine .baseline {
      margin-left: 240px;
      padding-top: 10px; }

  .reinsuranceTop .reinsuranceSlider .iconWrapper {
    text-align: left; }

  .fixedHeaderBtn .btn {
    font-size: 14px; } }
@media (min-width: 1200px) and (max-width: 1599px) {
  .reinsuranceTop div[class^="col-"] {
    max-width: 77%;
    margin-left: 240px; } }
@media (min-width: 1600px) {
  .reinsuranceTop .reinsuranceSlider .iconWrapper {
    max-width: 100%;
    text-align: left; }

  .topLine .baseline {
    max-width: 600px; } }
/*==============================
    PARTS / LANDING
-------------------------------*/
.section {
  position: relative; }
  .section.withPadding {
    padding: 30px 0; }
  .section.bgGrey {
    background: #f3f3f3; }

/*----------Section Intro----------*/
.sectionIntroLead {
  position: relative; }
  .sectionIntroLead .introTextWrapper {
    position: relative;
    z-index: 10;
    padding: 15px; }
    .sectionIntroLead .introTextWrapper .display-1, .sectionIntroLead .introTextWrapper p {
      color: #FFFFFF; }
    .sectionIntroLead .introTextWrapper .btn {
      margin-bottom: 5px; }
  .sectionIntroLead .titleFormDevis {
    font-size: 23px;
    font-weight: 900;
    letter-spacing: -0.05rem; }
  .sectionIntroLead .formWrapper {
    position: relative;
    z-index: 10;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 21px 78px 3px rgba(25, 79, 91, 0.28);
    -moz-box-shadow: 0px 21px 78px 3px rgba(25, 79, 91, 0.28);
    box-shadow: 0px 21px 78px 3px rgba(25, 79, 91, 0.28); }
    .sectionIntroLead .formWrapper .btn {
      margin-top: 10px; }
  .sectionIntroLead .imgWrapper {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    height: 100%; }
    .sectionIntroLead .imgWrapper img {
      max-width: 450%;
      position: absolute;
      top: 0;
      left: 50%;
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%); }
  .sectionIntroLead .validWrapper .iconCheck {
    margin: 30px auto; }
  .sectionIntroLead .avisWrapper {
    position: absolute;
    top: 20px;
    right: 20px;
    max-width: 80px;
    z-index: 10; }
    .sectionIntroLead .avisWrapper img {
      width: 100%;
      height: auto; }

/*----------Section Vid├®o----------*/
.sectionVideo {
  text-align: center; }
  .sectionVideo iframe {
    max-width: 100%;
    height: 195px;
    margin: 30px 0;
    border: 8px solid #f3f3f3; }

/*----------Section Conseils----------*/
.advicesWrapper {
  padding: 30px 0; }
  .advicesWrapper .h2 {
    text-align: center; }

.tipsList {
  margin-top: 45px;
  padding-left: 0; }
  .tipsList li {
    margin: 0 0 10px;
    display: block; }
  .tipsList .chipNumber {
    background: #194f5b;
    border-radius: 100%;
    width: 38px;
    height: 38px;
    color: #fc9827;
    font-size: 20px;
    font-weight: 600;
    line-height: 38px;
    text-align: center;
    display: inline-block;
    vertical-align: middle; }
  .tipsList p {
    display: inline-block;
    vertical-align: middle;
    max-width: calc(100% - 65px);
    margin-left: 20px;
    margin-bottom: 0; }

/*----------Section agence----------*/
.sectionAgency {
  text-align: center; }

.agencyWrapper {
  padding: 30px 0; }

.team {
  margin-bottom: 15px; }

.teamMember {
  margin: 15px 0; }
  .teamMember img {
    border-radius: 100%; }
  .teamMember .teamMemberBody {
    margin-top: 10px; }

/*----------Section references----------*/
.refVisualsSlider {
  margin-bottom: 30px; }

.referencesSlider {
  margin-top: 30px; }

.referenceBlock .btn-third {
  margin-bottom: 30px; }

/*----------Section steps----------*/
.stepBlock img {
  max-width: 120px;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  margin: 10px 20px;
  background: #FFFFFF;
  border: 10px solid #FFFFFF; }
.stepBlock.bgGrey img {
  background: #f3f3f3;
  border: 10px solid #f3f3f3; }
.stepBlock figcaption, .stepBlock .h4 {
  display: inline-block;
  vertical-align: middle;
  max-width: calc(100% - 180px); }

/*----------Section people----------*/
.peopleWrapper {
  padding: 30px 0; }

.whoAreThey {
  margin-bottom: 30px; }

.chartTitle {
  text-transform: uppercase;
  color: #323232;
  font-weight: 600;
  font-size: 21px; }

.blocQualityChart {
  margin: 15px 0; }
  .blocQualityChart img, .blocQualityChart svg {
    max-width: 50px;
    height: auto; }

.backgroundImgWrapper .imgText {
  position: absolute;
  top: 70%;
  z-index: 10;
  -moz-transform: translateY(-70%);
  -ms-transform: translateY(-70%);
  -webkit-transform: translateY(-70%);
  -o-transform: translateY(-70%);
  transform: translateY(-70%);
  right: 10%;
  width: 25%; }
  .backgroundImgWrapper .imgText span {
    width: 100%;
    display: inline-block;
    text-align: center; }
    .backgroundImgWrapper .imgText span img {
      display: inline-block;
      position: relative; }

/*----------Section reinsurance bottom----------*/
.sectionLmdtReinsurance .iconsRow .col {
  min-width: 50%; }

@media (min-width: 768px) {
  .sectionIntroLead {
    margin-top: -80px; }
    .sectionIntroLead .formWrapper {
      margin: 15px 0; }
    .sectionIntroLead .introTextWrapper {
      margin-top: 60px; }
    .sectionIntroLead .avisWrapper {
      top: 98px; }

  /*----------Section Vid├®o----------*/
  .sectionVideo .h4 {
    padding: 20px 0; }
  .sectionVideo iframe {
    height: 328px; }
  .sectionVideo .btn.d-lg-none {
    display: inline-block !important;
    margin-bottom: 20px; }

  /*----------Section steps----------*/
  .stepsWrapper {
    position: relative; }
    .stepsWrapper:before {
      content: "";
      display: inline-block;
      width: 100%;
      height: 4px;
      background-color: #969696;
      position: relative;
      top: 165px;
      z-index: 0; }

  .stepBlock {
    margin: 60px auto; }
    .stepBlock img {
      max-width: 245px;
      height: auto; }
    .stepBlock figcaption, .stepBlock .h4 {
      max-width: 100%; }

  /*----------Section people----------*/
  .sectionPeople .chartTitle {
    font-size: 28px; }

  /*----------Section reinsurance bottom----------*/
  .sectionLmdtReinsurance .iconsRow .col {
    min-width: 32%; } }
@media (min-width: 768px) and (max-width: 992px) {
  .sectionIntroLead .introTextWrapper {
    margin-top: 119px; }
    .sectionIntroLead .introTextWrapper .display-1 {
      font-size: 34px; }

  .sectionIntroLead .formWrapper {
    margin: 99px 0 15px 0; } }
@media (min-width: 768px) and (max-width: 1200px) {
  .media.blocQualityChart {
    display: block;
    text-align: center; }
    .media.blocQualityChart img {
      display: inline-block;
      margin-bottom: 10px; }
    .media.blocQualityChart .media-body {
      width: 100%;
      display: block;
      text-align: center; }

  /*----------Section references----------*/
  .referencesSlider .owl-nav {
    margin-top: 0; }
    .referencesSlider .owl-nav .owl-prev, .referencesSlider .owl-nav .owl-next {
      position: absolute;
      top: 140px; }
    .referencesSlider .owl-nav .owl-prev {
      left: -90px; }
    .referencesSlider .owl-nav .owl-next {
      right: -90px; } }
@media (min-width: 992px) {
  .sectionIntroLead {
    margin-top: 0px; }
    .sectionIntroLead .formWrapper {
      margin-top: 36px; }
    .sectionIntroLead .avisWrapper {
      top: 39px; }

  /*----------Section Vid├®o----------*/
  .sectionVideo .btn.d-lg-none {
    display: none !important; } }
@media (min-width: 1200px) {
  .section.withPadding {
    padding: 60px 0; }

  /*----------Section Intro----------*/
  .sectionIntroLead {
    position: relative;
    margin-top: -106px; }
    .sectionIntroLead .container {
      position: absolute;
      top: 50%;
      left: 50%;
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: 10; }
    .sectionIntroLead .imgWrapper {
      position: relative; }
      .sectionIntroLead .imgWrapper img {
        position: relative; }
    .sectionIntroLead .introTextWrapper {
      position: absolute;
      left: 0;
      bottom: 50px;
      z-index: 10;
      padding: 0;
      margin-top: 0; }
      .sectionIntroLead .introTextWrapper .display-1, .sectionIntroLead .introTextWrapper p {
        max-width: 80%; }
      .sectionIntroLead .introTextWrapper .btn {
        float: left;
        margin-right: 30px; }
    .sectionIntroLead .formWrapper {
      margin-bottom: 0;
      margin-top: 140px;
      float: right;
      max-width: 360px; }
    .sectionIntroLead .avisWrapper {
      max-width: 120px;
      top: 143px; }

  /*----------Section Vid├®o----------*/
  .sectionVideo iframe {
    margin-top: 0; }
  .sectionVideo .btn.d-lg-block {
    display: inline-block !important;
    margin-top: 20px; }
  .sectionVideo .btn.d-lg-none {
    display: none !important; }

  /*----------Section Conseils----------*/
  .advicesWrapper {
    padding: 60px 0; }
    .advicesWrapper .h2 {
      text-align: left; }

  /*----------Section agence----------*/
  .agencyWrapper {
    padding: 60px 0; }

  .teamMember .teamMemberImg {
    margin-right: 1rem; }
  .teamMember .teamMemberImg, .teamMember .teamMemberBody {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    max-width: 60%; }
  .teamMember .teamMemberBody {
    margin-top: 0; }

  /*----------Section references----------*/
  .referencesSlider {
    margin: 60px 0; }

  /*----------Section steps----------*/
  .stepsWrapper:before {
    top: 204px; }

  /*----------Section people----------*/
  .peopleWrapper {
    padding: 60px 0; }

  .whoAreThey {
    margin-bottom: 60px; }

  .chartTitle {
    font-size: 30px; }

  /*----------Section LMDT SEO----------*/
  .sectionLmdtSeo .lead {
    margin-top: 30px; }

  /*----------Section reinsurance bottom----------*/
  .sectionLmdtReinsurance .iconsRow .col {
    position: relative;
    min-width: 0; }
    .sectionLmdtReinsurance .iconsRow .col:after {
      content: "";
      width: 1px;
      height: 170px;
      display: block;
      background-color: #bcbcbc;
      position: absolute;
      right: 0;
      top: 50%;
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); } }
@media (min-width: 1600px) {
  /*----------Section Intro----------*/
  .sectionIntroLead {
    margin-top: -85px; }
    .sectionIntroLead .formWrapper {
      margin-top: 120px; }
    .sectionIntroLead .avisWrapper {
      max-width: 190px;
      top: 125px;
      right: -60px; } }
@media (max-width: 374px) {
  .fixedHeaderBtn .btn {
    font-size: 10px; } }
@media (max-width: 767px) {
  .sectionIntroLead {
    padding-top: 70px;
    margin-top: -70px; }

  .sectionIntroLead .introTextWrapper {
    padding: 15px 70px 15px 15px; }

  .topLine {
    padding: 16px 0; } }
/*==============================
    PARTS / REINSURANCE
-------------------------------*/
.reinsuranceBlock {
  text-align: center;
  margin-top: 15px; }
  .reinsuranceBlock img, .reinsuranceBlock svg {
    width: auto;
    max-width: 60px;
    max-height: 60px;
    height: auto;
    margin: 25px; }
  .reinsuranceBlock .title {
    text-transform: uppercase;
    font-weight: 700; }

/*==============================
    PARTS / FOOTER
-------------------------------*/
.bottomLine {
  background-color: #eeeeee;
  margin-top: 12px;
  padding: 10px 0; }
  .bottomLine .logoLinkFooter {
    display: inline-block;
    margin: 15px 15px 15px 0;
    text-align: center;
    width: 100%; }
    .bottomLine .logoLinkFooter img {
      max-width: 105px;
      height: auto; }
  .bottomLine .titleFooter {
    display: inline-block;
    font-size: 14px;
    font-weight: 700; }

.socialAndCopyRight {
  padding: 20px 0 45px 0; }
  .socialAndCopyRight .socialLink {
    display: inline-block;
    margin: 0 10px 20px 10px; }
    .socialAndCopyRight .socialLink svg {
      display: inline-block;
      width: 45px;
      height: auto; }
      .socialAndCopyRight .socialLink svg g, .socialAndCopyRight .socialLink svg path {
        fill: #E4E3E2;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        transition: all 0.5s; }
    .socialAndCopyRight .socialLink:hover svg g, .socialAndCopyRight .socialLink:hover svg path, .socialAndCopyRight .socialLink:active svg g, .socialAndCopyRight .socialLink:active svg path, .socialAndCopyRight .socialLink:focus svg g, .socialAndCopyRight .socialLink:focus svg path {
      fill: #fc9827;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -o-transition: all 0.5s;
      -ms-transition: all 0.5s;
      transition: all 0.5s; }
  .socialAndCopyRight .mentionsLine, .socialAndCopyRight .copyLine {
    font-size: 10px; }
  .socialAndCopyRight .copyLine {
    color: #959595; }

@media (min-width: 768px) {
  .bottomLine .logoLinkFooter {
    text-align: left;
    width: auto; }
    .bottomLine .logoLinkFooter img {
      max-width: 54px; } }
@media (min-width: 1200px) {
  .bottomLine .logoLinkFooter img {
    max-width: 120px;
    height: auto; }
  .bottomLine .titleFooter {
    float: none; }
  .bottomLine .btn {
    width: auto;
    float: right;
    margin-left: 15px;
    font-size: 14px; }
    .bottomLine .btn.btn-secondary {
      margin-left: 0; }
  .bottomLine .titleFooter {
    margin-left: 60px; }

  .socialAndCopyRight .socialLink {
    margin: 20px 10px; } }
@media (min-width: 1600px) {
  .bottomLine .btn {
    margin-left: 30px; } }
/*==============================
    PARTS / MODAL
-------------------------------*/
.moreInfoRef .h2 {
  font-size: 26px;
  padding: 20px 0; }
.moreInfoRef svg {
  max-width: 80px;
  max-height: 80px;
  width: auto;
  height: auto; }
  .moreInfoRef svg g, .moreInfoRef svg path {
    fill: #194f5b; }

.modalReferences .modal-body .h4 {
  margin-bottom: 30px; }

.refTextSlider .col {
  padding-left: 30px;
  padding-right: 30px; }
.refTextSlider .owl-nav {
  margin-top: 0; }
.refTextSlider .owl-prev, .refTextSlider .owl-next {
  position: absolute;
  top: 115px;
  margin: 0; }
.refTextSlider .owl-prev {
  left: 0; }

.modalContact .modal-dialog {
  max-width: 930px; }
.modalContact .modal-body .h4 {
  font-size: 18px;
  font-weight: normal; }
.modalContact .formWrapper {
  margin-top: 30px; }
.modalContact .xSmallText {
  margin-top: 30px; }

.modalValid .modal-dialog {
  max-width: 930px; }
.modalValid .modal-header .iconCheck {
  margin: 30px auto; }
.modalValid .subTitle {
  font-size: 16px;
  margin-top: 30px; }

@media (min-width: 1200px) {
  .modalReferences .modal-header .h3 {
    font-size: 24px; }
  .modalReferences .modal-header .h4 {
    font-size: 22px;
    font-weight: 700; } }
@media (max-width: 575px) {
  .modalReferences .modal-header .h3 {
    font-size: 14px; }

  .moreInfoRef .h2 {
    font-size: 22px; } }
/*==============================
    PARTS / CMS
-------------------------------*/
.sectionIntroCms {
  position: relative;
  padding-top: 80px;
  height: 255px; }
  .sectionIntroCms .imgWrapper {
    position: relative;
    height: 165px; }
    .sectionIntroCms .imgWrapper img {
      position: absolute;
      top: 0;
      left: 0;
      min-height: 100%;
      max-width: 300%;
      width: auto;
      height: auto; }

.cmsPage {
  padding-bottom: 30px; }
  .cmsPage .h1 {
    margin-top: 30px;
    font-size: 18px;
    line-height: 0.5rem; }
    .cmsPage .h1:before, .cmsPage .h1:after {
      content: "-";
      display: inline-block;
      padding: 10px; }
  .cmsPage .h2 {
    font-size: 14px;
    margin-top: 30px; }
    .cmsPage .h2:before, .cmsPage .h2:after {
      content: "\2022";
      display: inline-block;
      padding: 5px; }
  .cmsPage p {
    font-size: 14px; }

@media (min-width: 768px) {
  .sectionIntroCms {
    padding-top: 118px;
    height: auto; }
    .sectionIntroCms .imgWrapper {
      position: relative; }
      .sectionIntroCms .imgWrapper img {
        position: relative;
        min-height: 0;
        max-width: 100%; } }
@media (min-width: 1200px) {
  .sectionIntroCms {
    padding-top: 60px; }

  .cmsPage {
    padding-bottom: 50px; }
    .cmsPage .h1 {
      margin-top: 50px;
      font-size: 36px; }
    .cmsPage .h2 {
      font-size: 18px;
      margin-top: 50px; }
    .cmsPage p {
      font-size: 18px; } }

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